/*

BOOTSTRAP BREAKPOINTS

.col-xs-	< 768px		(container width 100%)
.col-sm-	> 768px		(container width 750px)
.col-md-	> 992px		(container width 970px)
.col-lg-	> 1200px	(container width 1170px)

*/

.body {
    font-family: effra !important;
    font-weight: 700 !important;
}

.team-lightbox-overlay {
    position: fixed !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 888;
    /*background: rgba(0,0,0,0.8);*/
    background: rgba(14,4,22,0.8);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    overflow-y: hidden;
}

.link-text-button {
    /*font-family: 'effra-light', Arial, Sans-serif;*/
    color: #ec008c;
    /*font-weight: bold;*/
    font-size: 14px;
    line-height: 18px;
    margin: 10px 0px;
    text-transform: uppercase;
    border: none;
    background-color: transparent;
    font-family: 'effra';
    font-weight: 700;
}

.col-div5 {
    width: 20%;
    clear: none;
    position: relative;
    float: left;
}

.col-div3 {
    width: 33.333%;
    clear: none;
    position: relative;
    float: left;
}

.col-div2-left {
    width: 50%;
    clear: none;
    position: relative;
    float: left;
}

.col-div1 {
    width: 100%;
    clear: none;
    position: relative;
    float: left;
}




.team-lightbox-inner-div {
        z-index: 999;
        text-align: center;
        margin: auto !important;
        position: absolute !important;
        max-height: 80% !important;
        top: 38% !important;
        -ms-transform: translateY(-50%) !important;
        transform: translateY(-50%) !important;
        left: 10% !important;
        width: 80% !important;
        background-color: #fff;
        padding: 20px;
        overflow-y: auto;
    }

.content {
    padding: 10px !important;
    font-family: effra !important;
    font-weight: 700 !important;
}

.disableSelectDateButton {
    pointer-events: none;
    background: lightgray;
}

.enableSelectDateButton {
    pointer-events: all;
    background: #ec008c;
    cursor: pointer;
}

.disableSelectDetailsButton {
    pointer-events: none;
    background: lightgray;
}

.enableSelectDetailsButton {
    pointer-events: all;
    background: #ec008c;
    cursor: pointer;
}

.disablePointers {
    pointer-events: none;
    opacity: 0.1;
}

.enablePointers {
    pointer-events: all;
}

input[type=text], select, select option {
    font-family: effra !important;
    font-weight: 700 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-family: effra !important;
    font-weight: 700 !important;
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-family: effra !important;
    font-weight: 700 !important;
}

::-ms-input-placeholder { /* Microsoft Edge */
    font-family: effra !important;
    font-weight: 700 !important;
}

.form-invalid-btn {
    color: #f00 !important;
}

    .form-invalid-btn:hover {
        color: white !important;
    }


.form-label-text {
    color: #401663; 
    font-weight: bold; 
    text-align: left; 
    font-size: 12px;
}

.form-invalid-txt {
    color: #f00 !important;
}

.form-label-text {
   color: #401663;
   font-weight: bold;
   text-align: left;
   font-size: 12px;
}

    .form-invalid-txt input[type=text] {
        color: #f00;
    }

    .form-invalid-txt ::placeholder, .form-invalid ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
        color: #f00;
        opacity: 1; /* Firefox */
    }

    .form-invalid-txt ::-ms-input-placeholder, .form-invalid :-ms-input-placeholder { /* Internet Explorer 10-11 */
        color: #f00;
    }

    .form-invalid-txt ::-ms-input-placeholder, .form-invalid ::-ms-input-placeholder { /* Microsoft Edge */
        color: #f00;
    }

.date-error-div {
    width: 100%;
    text-align: center;
    color: #f00;
}

.btn-cal-selected {
    color: white !important;
    background-color: #401663 !important;
    border: 0px #401663 solid !important;
    outline: none !important;
    box-shadow: none !important;
}

.notProcessing {
    opacity: 1;
    pointer-events: all;
}

.processing {
    opacity: 0.8;
    pointer-events: none;
}

.time-row {
    margin: 10px 10px 0px -5px;
}

.inputError {
    color: #f00 !important;
    padding-top: 5px;
}

.form-invalid-group {
    margin-bottom: 0px;
}

.errorMsgGrp {
    margin-bottom: 15px;
    padding-left: 0px;
    padding-top: 5px;
}

.valuationOptions {
    border-style: solid;
    border-width: 1px;
    /*width: 224.8px;*/
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 767px) {
    .addresList {
        width: 100%;
        overflow: auto; 
        max-height: 300px; 
        border: 1px solid lightgray; 
        margin-top: -5px; 
        border-bottom-left-radius: 32px; 
        box-shadow: none;
        font-size: 12px;
        margin-left: -15px;
    }

    .searchBoxText {
        font-weight: bold; 
        color: #401663 !important; 
        text-align: center; 
        text-transform: uppercase; 
        height: 50px;
        font-size: 12px;
    }

    .searchBoxChange {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
        margin-left: -48px;
    }

    .searchBox {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
        margin-left: -30px;
    }

    .imageStyle{
        width: 90%;
        margin: 30px auto;
        /*margin-bottom: 0px;*/
    }

    .imageStyle2 {
        width: 90%;
        margin: 30px auto;
        margin-top: 40px;
    }

    .imageStyle3 {
        width: 90%;
        margin: 30px auto;
        margin-top: 40px;
    }

    .valFormWidth {
        max-width: 100%;
    }

    .valFormHeader {
        padding: 0px 0px;
    }

    .time-row {
        margin: 10px 25px 0px -20px;
    }

    .valFormThankyou {
        margin-top: 0px;
        background: rgba(64,22,99,0.6);
        min-height: 300px;
        position: absolute;
        padding: 15px 40px;
        width: 100%;
        padding-bottom: 40px;
        height: 100%;
    }

    .valFormThankyouHeight {
        min-height: 1000px;
    }

    .iconPositioning {
        width: 30px;
        margin-left: 0px;
        margin-bottom: 3px;
        filter: blur(0px) !important;
        transform: scale(1) !important;
    }

    .stepLine1Positioning {
        border: 1px solid lightgray;
        width: 161px;
        position: relative;
        left: 115px;
        top: 40px;
        margin-bottom: -2px;
    }

    .stepLine2Positioning {
        border: 1px solid lightgray;
        width: 161px;
        position: relative;
        left: 311px;
        top: 40px;
        margin-bottom: -2px;
    }

    .step1LineHeight {
        height: 95px;
    }

    .step2LineHeight {
        height: 340px;
    }

    .step3LineHeight {
        height: 300px;
    }
}

@media (min-width: 768px) {
    .addresList {
        width: 100%; 
        overflow: auto; 
        max-height: 300px; 
        border: 1px solid lightgray; 
        margin-top: -5px; 
        border-bottom-left-radius: 32px; 
        box-shadow: none;
        font-size: 14px;
        margin-left: 0px;
    }

    .searchBoxText {
        font-weight: bold; 
        color: #401663 !important; 
        text-align: center; 
        text-transform: uppercase; 
        height: 50px;
        font-size: 14px;
    }

    .searchBoxChange {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
    }

    .searchBox {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
    }

    .imageStyle{
        width: 80%;
        margin: 30px auto;
    }

    .imageStyle2 {
        width: 80%;
        margin: 30px auto;
    }

    .imageStyle3 {
        width: 80%;
        margin: 30px auto;
    }

    .valFormWidth {
        max-width: 650px;
    }

    .valFormHeader {
        padding: 30px 0px;
    }

    .valFormThankyou {
        margin-top: 175px;
        background: rgba(64,22,99,0.6);
        min-height: 300px;
        position: absolute;
        padding: 15px 40px;
        width: 100%;
        padding-bottom: 40px;
    }

    .valFormThankyouHeight {
        min-height: 807.16px;
    }

    .iconPositioning {
        width: 30px;
        margin-left: 11.5px;
        margin-bottom: 3px;
        filter: blur(0px) !important;
        transform: scale(1) !important;
    }

    .stepLine1Positioning {
        border: 1px solid lightgray;
        width: 28%;
        position: relative;
        left: 19.3%;
        top: 40px;
        margin-bottom: -2px;
    }

    .stepLine2Positioning {
        border: 1px solid lightgray;
        width: 161px;
        position: relative;
        left: 361px;
        top: 40px;
        margin-bottom: -2px;
    }

    .stepLineDotsPositioning {
        border: 1px solid white;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: relative;
        left: 21px;
        background: white;
    }

    .step1LineHeight {
        height: 50px;
    }

    .step2LineHeight {
        height: 210px;
    }

    .step3LineHeight {
        height: 180px;
    }
}

@media (min-width: 992px) {
    .addresList {
        width: 100%; 
        overflow: auto; 
        max-height: 300px; 
        border: 1px solid lightgray; 
        margin-top: -5px; 
        border-bottom-left-radius: 32px; 
        box-shadow: none;
        font-size: 14px;
        margin-left: 0px;
    }

    .searchBoxText {
        font-weight: bold; 
        color: #401663 !important; 
        text-align: center; 
        text-transform: uppercase; 
        height: 50px;
        font-size: 14px;
    }

    .searchBoxChange {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
    }

    .searchBox {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
    }

    .imageStyle{
        width: 80%;
        margin: 30px auto;
    }

    .imageStyle2 {
        width: 80%;
        margin: 30px auto;
    }

    .imageStyle3 {
        width: 80%;
        margin: 30px auto;
    }

    .valFormWidth {
        max-width: 650px;
    }

    .valFormHeader {
        padding: 30px 0px;
    }

    .valFormThankyou {
        margin-top: 175px;
        background: rgba(64,22,99,0.6);
        min-height: 300px;
        position: absolute;
        padding: 15px 40px;
        width: 100%;
        padding-bottom: 40px;
    }

    .valFormThankyouHeight {
        min-height: 807.16px;
    }

    .iconPositioning {
        width: 30px;
        margin-left: 11.5px;
        margin-bottom: 3px;
        filter: blur(0px) !important;
        transform: scale(1) !important;
    }

    .stepLinesPositioning {
        border: 1px solid white;
        width: 2px;
        position: relative;
        left: 25px;
    }

    .stepLineDotsPositioning {
        border: 1px solid white;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: relative;
        left: 21px;
        background: white;
    }

    .step1LineHeight {
        height: 50px;
    }

    .step2LineHeight {
        height: 210px;
    }

    .step3LineHeight {
        height: 180px;
    }
}

@media (min-width: 1500px) {

    .addresList {
        width: 100%; 
        overflow: auto; 
        max-height: 300px; 
        border: 1px solid lightgray; 
        margin-top: -5px; 
        border-bottom-left-radius: 32px; 
        box-shadow: none;
        font-size: 14px;
        margin-left: 0px;
    }

    .searchBoxText {
        font-weight: bold; 
        color: #401663 !important; 
        text-align: center; 
        text-transform: uppercase; 
        height: 50px;
        font-size: 14px;
    }

    .searchBox {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
    }

    .searchBoxChange {
        padding: 15px;
        margin: 0 auto;
        float: none;
        /*margin-top: 20px;*/
        display: -webkit-inline-box;
        padding-bottom: 0px;
    }

    .imageStyle{
        width: 80%;
        margin: 30px auto;
    }

    .imageStyle2 {
        width: 80%;
        margin: 30px auto;
    }

    .imageStyle3 {
        width: 80%;
        margin: 30px auto;
    }

    .valFormWidth {
        max-width: 650px;
    }

    .valFormHeader {
        padding: 30px 0px;
    }

    .valFormThankyou {
        margin-top: 175px;
        background: rgba(64,22,99,0.6);
        min-height: 300px;
        position: absolute;
        padding: 15px 40px;
        width: 100%;
        padding-bottom: 40px;
    }

    .valFormThankyouHeight {
        min-height: 807.16px;
    }

    .iconPositioning {
        width: 30px;
        margin-left: 11.5px;
        margin-bottom: 3px;
        filter: blur(0px) !important;
        transform: scale(1) !important;
    }

    .stepLinesPositioning {
        border: 1px solid white;
        width: 2px;
        position: relative;
        left: 25px;
    }

    .stepLineDotsPositioning {
        border: 1px solid white;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        position: relative;
        left: 21px;
        background: white;
    }

    .step1LineHeight {
        height: 50px;
    }

    .step2LineHeight {
        height: 220px;
    }

    .step3LineHeight {
        height: 190px;
    }
}

.fadeIn {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
    pointer-events: all;
}

.box {
    opacity: 1;
    transition: opacity 2s;
}

.pageHide {
    /*opacity: 0;
    transition: opacity 2s;*/
    position: absolute;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    padding: 10px;
    background-color: rgba(92, 91, 87, 0.9);
    -webkit-transition: opacity 3s, visibility 3s;
    transition: opacity 3s, visibility 3s;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 1s !important;
    transition-duration: 1s !important;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}

.dropdown-menu > li > a:hover {
    /*color: #ec008c !important;*/
    color: white !important;
    background: #401663 !important;
    font-weight: bold;
    margin-left: 0px;
    margin-right: 0px;
}

.dropdown-menu > li > a {
    display: block;
    /* padding: 5px 20px; */
    clear: both;
    font-weight: 400;
    /* line-height: 1.42857143; */
    color: #333;
    white-space: nowrap;
    color: #9b9b9b;
    padding: 1em;
    margin: 0 .9375em;
    border-bottom: 1px solid #ddd;
    margin-left: 0px;
    margin-right: 0px;
}

.pageHideAgain {
    opacity: 0.1;
    transition: opacity 2s;
    pointer-events: none;
}

.pageCollapseBox {
    /*display: none;*/
}

@keyframes fade {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

.addressDropDown, addressDropDown option {
    -webkit-appearance: menulist;
    -moz-appearance: menulist;
    -ms-appearance: menulist;
    appearance: menulist;
}

.dropdown:after {
    content: '>';
    font: 17px "Consolas", monospace;
    color: #333;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    left: 50px;
    top: 7px;
    padding: 0 0 2px;
    /* border-bottom: 1px solid #999; */
    position: absolute;
    pointer-events: none;
}

.noIconBlur {
    filter: blur(0px) !important;
    transform: scale(1) !important;
    display: initial;
}

@media (max-width: 767px) {
    .team-lightbox-inner-div {
        left: 0 !important;
        width: 100% !important;
    }
}