.ajaxLoader{
    position:fixed;
    width:100%;
    height:100%;
    text-align:center;
    background:white;
    opacity:0.8;
    left:0;
    top:0;
    z-index:999999;
    display:none;
}

.loader-wrapper {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ajaxLoader .loader-wrapper img {
    width: auto;
    height: 15%;
    max-height: 15%;
}

.hide{
    display: none !important;
}

.select2-selection__rendered li:last-child .select2-search__field{
    box-shadow: none !important;
}

.showwebmsg{
    position:fixed;
    left:0px;
    bottom:0px;
    width:100%;
    padding:20px 0;
    text-align:center;
    font-weight:bold;
    background:#00A79D;
    opacity:1;
    color:#fff;
    font-size:20px;
    z-index:99999;
    display: none;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #00A79D;
    background-color: #00A79D;
}

/**
0 1px 10px rgb(59 176 201)
 */
.select2-container{
    box-shadow: 0 1px 10px rgb(59 176 201);
    font-size: 21px;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder{
    color: #cccccc !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    color: #333333 !important;
}

.select2-container .select2-selection--single{
    height: 61px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: 61px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    height: 61px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 60px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice{
    background-color: #00A79D !important;
    border: 1px #00A79D solid !important;
    color: #fff !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
    color: #fff !important;
}

/***
Custom
 */
.btn-primary{
    border-color: #1A4353;
    background-color: #1A4353;
    border-radius: 10px !important;
}

.btn-primary:hover{
    border-color: #1A4353;
    background-color: #1A4353;
    opacity: 0.8;
}

.text-selected label{
    color: #3BB0C9 !important;
}

.hero-nav {
    max-width: 650px;
}

.search-form input[type=email]{
    max-width: 450px;
}

.search-form:after{
    right: 430px;
}

.search-form input[type=submit].bttn {
    border-radius: 0px 5px 5px 0px;
    flex: 0 0 125px;
    max-width: 125px;
    padding: 12px 10px;
    background: #FF7F23;
    color: #fff;
}

.green-bg{
    background: #00A79D;
}

.btn-green{
    background: #00A79D;
    border-color: #00A79D;
}

.btn-grey{
    background: #CCCCCC;
    border-color: #CCCCCC;
    color: #333333;
}



/* LOGIN PAGE */
.header-less-body {padding: 0px;}
.header-less-main {height:100vh;background: #35AFC8;}
.login-box {-webkit-box-shadow: 0px 0px 5px 1px rgba(31,43,52,1);-moz-box-shadow: 0px 0px 5px 1px rgba(31,43,52,1);box-shadow: 0px 0px 5px 1px rgba(31,43,52,1); background: #ffffff;max-width: 600px;width: 100%;margin: 0 auto;position: absolute;left: 50%;top: 48%;transform: translate(-50%, -50%);border-radius: 10px; }
.lbox-header img {max-width: 380px;}
.lbox-header {background: #1a4454;padding: 28px 0;border-top-left-radius: 10px;	border-top-right-radius: 10px; }
.lform-title h3.green {font-size: 38px;    margin: 0 0 15px; }
.lform-title h5 {font-size: 22px; }
.form-login input,.form-login select {border-radius: 100px;    font-size: 17px;margin: 20px 0;border-color: #8a929e;padding: 11px 28px;}
.form-login select{height: 49px !important;}
.form-login {max-width: 400px;margin: 0 auto;}
.login-forgot a {display: inline-block;}.login-forgot a.bttn {padding: 6px 40px 8px;margin-right:  17px;}
.or {color: #96989a;font-size: 19px;margin: 14px 0;}
.create-ac {font-weight: 700;}
.form-login .checkbox input:checked + label {color: #25aae1;}

.checkbox input {display: none; }
.checkbox label {position: relative;cursor: pointer;color: #96989a;}
.checkbox label:before {content: '';-webkit-appearance: none;border: 2px solid #b0b0b0;	padding: 8px;	display: inline-block;	position: relative;	vertical-align: middle;	cursor: pointer;margin-right: 10px;}
.checkbox input:checked + label:after {content: '';display: block;position: absolute;top: -3px;left: 10px;width: 8px;height: 20px;border: solid #25aae1;border-width: 0 3px 3px 0;transform: rotate(45deg);}

.back-mainsite {
    position: absolute;
    width: 100%;
    margin-top: 25px;
}

.back-mainsite a {
    /*color: #fff;*/
    padding: 4px 29px;
    background: url(../images/arrow-left01.png) no-repeat 2% 50%;
}

.thanks_message{
    font-size: 35px;
    text-align: center;
}

.bathrooms-det { padding: 0px; border-left-width: 0px; background: #f3fdff;}
.bttn-blue2{background: #007bff; padding: 10px; font-size: 10px;letter-spacing: 2px}

footer{
    min-height: 300px;
}

.tooltip-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
}


.custom-tooltip {
    visibility: hidden;
    position: absolute;
    top: 50%;
    left: 100%;
    transform: translateY(-50%);
    margin-left: 10px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    padding: 8px;
    font-size: 14px;
    white-space: nowrap;
    opacity: 0;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}


.tooltip-container:hover .custom-tooltip {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 1024px) {
    .custom-tooltip {
        left: auto;
        right: 100%;
        margin-left: 0;
        margin-right: 15px;
    }
}

/* Side location widget */
.loc-widget {
    position: fixed;
    top: 90px;
    right: 24px;
    left: auto;
    /* Above mobile .sidebar-col (1090) so Change ZIP is usable with the drawer open */
    z-index: 1200;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.15), 0 1px 4px rgba(0, 0, 0, 0.08);
    padding: 18px 20px;
    width: min(290px, calc(100vw - 32px));
    max-width: calc(100vw - 32px);
    box-sizing: border-box;
    animation: locSlideIn 0.35s ease-out;
}

@keyframes locSlideIn {
    from {
        opacity: 0;
        transform: translateX(16px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.loc-widget-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: 600;
    color: #1e1e1e;
}

.loc-widget-header i {
    margin-right: 6px;
    color: var(--light-green, #28a745);
}

.loc-widget-close {
    border: 0;
    background: transparent;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    color: #666;
    padding: 0 2px;
}

.loc-widget-city {
    font-size: 14px;
    line-height: 1.45;
    color: #444;
    margin-bottom: 14px;
}

.loc-widget-input {
    display: flex;
    gap: 8px;
    align-items: stretch;
}

.loc-widget-input input {
    flex: 1;
    min-width: 0;
    border: 1px solid #d0d5dd;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 15px;
}

.homepage-zip-confirm-btn {
    border: 0;
    border-radius: 8px;
    background: var(--light-green, #28a745);
    color: #fff;
    font-weight: 600;
    padding: 0 14px;
    cursor: pointer;
    white-space: nowrap;
    position: relative;
    min-width: 88px;
}

.homepage-zip-confirm-btn[aria-busy="true"] .homepage-zip-confirm-label {
    opacity: 0;
}

.homepage-zip-confirm-spinner {
    display: none;
    position: absolute;
    inset: 0;
    align-items: center;
    justify-content: center;
}

.homepage-zip-confirm-btn[aria-busy="true"] .homepage-zip-confirm-spinner {
    display: flex;
}

.homepage-zip-confirm-spinner__svg {
    animation: locSpin 0.8s linear infinite;
}

@keyframes locSpin {
    to {
        transform: rotate(360deg);
    }
}

.loc-confirmed {
    display: none;
    margin-top: 10px;
    font-size: 13px;
    color: var(--light-green, #28a745);
    font-weight: 600;
}

.loc-confirmed.is-visible {
    display: block;
}

.inline-zip-prompt {
    background: #f7f9f8;
    border: 1px solid #e3e8e5;
    border-radius: 12px;
    padding: 16px 18px;
}

.inline-zip-row {
    display: flex;
    gap: 10px;
    align-items: center;
    max-width: 420px;
}

.inline-zip-row input {
    flex: 1;
}

@media (max-width: 575px) {
    .loc-widget {
        top: auto;
        bottom: 16px;
        right: 16px;
        left: 16px;
        width: auto;
    }

    .inline-zip-row {
        flex-direction: column;
        align-items: stretch;
    }
}