.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;
    }
}