.nano{position:relative;width:100%;height:100%;overflow:hidden}.nano>.nano-content{position:absolute;overflow:scroll;overflow-x:hidden;top:0;right:0;bottom:0;left:0}.nano>.nano-content:focus{outline:thin dotted}.nano>.nano-content::-webkit-scrollbar{display:none}.has-scrollbar>.nano-content::-webkit-scrollbar{display:block}.nano>.nano-pane{background:rgba(0,0,0,.25);position:absolute;width:10px;right:0;top:0;bottom:0;opacity:.01;transition:.2s;border-radius:5px;z-index: 999;}.nano>.nano-pane>.nano-slider{background:#444;background:rgba(0,0,0,.5);position:relative;margin:0 1px;border-radius:3px}.nano-pane.active,.nano-pane.flashed,.nano:hover>.nano-pane{opacity:.99;}

.filter-content-wrap{
    /* max-height: calc(100vh - 160px); */
}

.filter-card{
    border: 1px solid #E2E2E2;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 15px;
    width: 284px;
    min-height: auto;
    height: calc(100vh - 140px);;
}

.filter-card .card-header{
   background-color: #B9E1E5;
   font-size: 16px;
   font-weight: 700;
   border-bottom: 1px solid #E2E2E2;
   line-height: 1.1;
}

.filter-box{
    padding: 1rem;
   
}
.filter-box + .filter-box{
    border-top: 1px solid #C8C8C8;
}



.filter-box > h3{
    font-size: 14px;
    display: flex;
    align-items: center;
    font-weight: 700;
    margin-bottom: 1rem;
    justify-content: space-between;
}
.filter-box > h3 a{
    color: #6BB3BC;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.filter-box > h3 a .icon-close{
    font-size: 80%;
}

.filter-box h4{
    margin: 0;
    font-weight: normal;
    margin: 0;
    font-size: 13px;
}

.tag{
    padding-left: 15px;
    border-radius: 15px;
    background-color: #EBEBEB;
    display: inline-flex; 
    align-items: center;  
    white-space: nowrap; 
    font-size: 12px;
}
.tag a{
    color: #000;
    font-size: 10px;
    font-weight: 500;
    text-decoration: none;
    display: block;
    padding: 8px 15px 8px 7px;
    border-left: 1px solid #CECECE;
    margin-left: 7px;
}

.clear-slider{
    position: relative;
    margin-right: -1rem;
}

.clear-slider:after{
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    bottom: 0;
    z-index: 9;
    pointer-events: none;
    background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
}

.fb-tags  .swiper-slide{
   width: auto;
}

.counter-box{
    display: flex;
    width: 96px;
    height: 32px;
    align-items: center;
    border: 1px solid #C8C8C8;
    border-radius: 8px;
    background-color: #EEEEEE;
}
.counter-box > *{
    flex: 1 1 auto;
    height: 100%;
}

.counter-box li > *{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.counter-box .rc-value{
   padding: 2px;
   text-align: center;
   background-color: #fff;
   border-left: 1px solid #C8C8C8;
   border-right: 1px solid #C8C8C8;
   line-height: 26px;
}

.counter-box .btn{
    border-radius: 0;
    padding: 2px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    /* line-height: 1;     */
}


.price-range strong{
   font-size: 15px;
}

.filter-card .noUi-horizontal .noUi-handle{
    border-color: #6BB3BC;
  background-color: #DDF2F5;
}




.fb-property-type .img-checkbox svg{
    width: 43px;
    height: 43px;
    color: #7B7B7B;
}

.fb-property-type .img-checkbox label{
    border: 1px solid #CECECE;
    border-radius: 8px;
    padding: 11px 7px 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.fb-property-type .img-checkbox span{
    display: block;
    font-size: 12px;
    padding-top: 8px;
}
.fb-property-type .img-checkbox input{
 display: none;
}

.fb-property-type .img-checkbox input[type="checkbox"]:checked + label,
.fb-property-type .img-checkbox input[type="radio"]:checked + label{
    border-color: #B9E1E5;
    color: #6BB3BC;
    font-weight: bold;
}

.fb-property-type .img-checkbox input[type="checkbox"]:checked + label svg,
.fb-property-type .img-checkbox input[type="radio"]:checked + label svg{
    color: #6BB3BC;
}

.fb-nav .nav-list li{
    position: relative;
}

.fb-nav .nav-list li .icon-arrow-down{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    right: 10px;
    top: 0;
    font-size: 7px;
    cursor: pointer;
}
.fb-nav .nav-list > li.active > .icon-arrow-down{
    transform: rotate(180deg);;
}

.fb-nav .nav-list > li + li{
    margin-top: 7px;
}

.fb-nav .nav-list li a{
    display: flex;
    padding: 8px 15px;
    border-radius: 17px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    color: black;
    background-color: #f0f0f0;
}

.fb-nav .ch-box{
    padding: 8px 15px;
}

.filter-card .ch-box label{
    font-size: 13px;
}

.filter-card .ch-box label:before{
    background-color: #fff !important; 
}
.filter-card .ch-box label:before,
.filter-card .ch-box label:after{
    color: #6BB3BC !important;
    font-weight: 700;
    top: -2px !important;
}

.filter-card .ch-box input[type="checkbox"]:checked+label:before{
    border-color: #6BB3BC;      
}


.fb-nav .nav-list li.active a{
     background-color: #E3F3F5;
}

.city-locations > li.active .icon-arrow-down{
    transform: rotate(180deg);;
}

.city-locations > li > .ch-box{
    padding: 10px 15px 0;
}

.city-locations > li > .ch-box label{
    color: #6BB3BC;
    font-weight: 500;
}


.ch-box-wrap{
    border: 1px solid #CBCBCB;
    border-radius: 9px;
    padding: 5px 0;
    color: #7B7B7B;
    margin-top: 5px;
}

.fb-features .ch-box + .ch-box{
  margin-top: 7px;
}


.city-locations,
.nested-menu{
    display: none;
}

.ap-title-info h4{
    margin: 0;
    font-size: 20px;
}

.listing .vlogo{
    padding: 5px 10px 0;
    border-top-left-radius: 8px;
}

.listing .vlogo img {
    width: 90px;
}

.card-info h3, 
.card-info .h3{
    font-size: 1rem;
}
.card-info h4, 
.card-info .h4,
.footer-text h3, .footer-text .h3{
    font-size: 0.875rem;
}

.room-info,
.price-box span,
.footer-text{
    font-size: .75rem;   
}
.room-info li {
    padding: 0 6px;
}


.price-box strong{
    font-size: 0.875rem;
}

.fl-group>ul>li>a{
  font-size: 13px;
}

.fl-group .btn{
  height: 36px;
  min-width: 160px;
}
  
.fl-group .dropdown-menu>a{
    font-size: 13px;
    text-transform: none;
}

.listing .card-listing .card-body {
    padding: 0.8rem 1rem;
}
.listing .card-listing .card-body .price-box{
   margin-bottom: 0;
}


.listing .location-tag{
    display: none;
}



.fb-vp label small{ 
    line-height: 1.2;
    color: #B7B7B7;
    display: block;
}

.fb-vp label strong{
    font-weight: 500;
}

.filter-card .fb-vp label:before,
.filter-card .fb-vp label:after{
    top: 0 !important;
}

/* @media(min-width: 1200px) and (max-width: 1300px){
    .room-info,   
    .footer-text{
        font-size: .6rem;   
    }
    .card-info h3, .card-info .h3 {
        font-size: 0.825rem;
    }
} */

@media(min-width: 1200px) and (max-width: 1350px){
  #loadMorePost > .col-xl-4{
     width: 50% !important;
  }
} 

@media(min-width: 992px){
    .filter-col,
    .filter-card .apply-btn,
    .filter-card .close-btn{
        display: none !important;
    }   
    .filter-card{
       border-radius: 15px 15px 7px 7px !important;   
       border-bottom: 5px solid #b9e1e5;
    }
    .offers-box{
        padding: 30px 60px;
    }
    .offers-box h2, .offers-box .h2 {
        font-size: 1.5rem;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .offers-box{
        padding: 30px;
    }
    .offers-box h2, .offers-box .h2 {
        font-size: 1.2rem;
    }
}

@media(max-width: 991px){
    .filter-content-wrap{
        max-height: none;
    }
    .filter-content-wrap,
    .filter-content-wrap .nano-content{
        position: static;
        overflow: visible;
    }
    .filter-title-col{
        flex: 1 1 100%;
        padding-bottom: 1rem;
        padding-top: 2rem;
    }  
    
    .filter-card{
        width: auto;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        height: 100%;
        z-index: 99999;
        overflow: auto;
        border-radius: 0;
        border-bottom: 5px solid #b9e1e5;
        /* padding-bottom: 90px; */
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s;
    }

    .mch-filter-open  .filter-card{
        opacity: 1;
        visibility: visible;
    }

    .filter-card .apply-btn{
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
    }
    

}