
/*Warehouse*/



/*Sidebar*/

.listing-sidebar{
    background: #FFFFFF;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    overflow: hidden;
}

.listing-sidebar-top{
    padding: 28px;
    background-color: #fff;
}

.listing-sidebar-top span{
    font-size: 30px;
    font-weight: 700;
    position: relative;
    padding-bottom: 22px;
    display: flex;
}

.listing-sidebar-top span:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 5px;
    border-radius: 2px;
    background-color: var(--primary-color);
}


.listing-sidebar-bottom .filter-box{
    border-top: 1px solid rgba(var(--body-color-rgb), 0.1);
    padding: 28px; 
}

.listing-sidebar-bottom .filter-box .title{
    margin-bottom: 20px;
}

.listing-sidebar-bottom .filter-box .title.is-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.listing-sidebar-bottom .filter-box .title span{
    font-size: 18px;
    font-weight: 700;
}

.listing-sidebar-bottom .filter-box .title .link{
    color: rgba(var(--body-color-rgb), 0.6);
    position: relative;
}

.listing-sidebar-bottom .filter-box .title .link input[type="reset"]{
    border: 0;
    background-color: transparent;
    cursor: pointer;
}

.listing-sidebar-bottom .filter-box .title .link input[type="reset"]:hover{
    color: var(--primary-color);
}

.listing-sidebar-bottom .filter-box .title .link:after{
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background-color: rgba(var(--body-color-rgb), 0.6);
}

.listing-sidebar-bottom .filter-box .title .link:hover{
    color: var(--primary-color);
}

.listing-sidebar-bottom .filter-box .show-more-btn,
.listing-sidebar-bottom .filter-box .show-more-btn-2{
    color: var(--primary-color);
    opacity: 1;
    margin-top: 10px;
    display: inline-block;
    cursor: pointer;
}

.listing-sidebar-bottom .filter-list li.moretext,
.listing-sidebar-bottom .filter-list li.moretext2{
  display: none;
}


.listing-sidebar-bottom .filter-list li{
    display: flex;
    align-items: center;
    opacity: 0.9;
    text-transform: uppercase;
}

.listing-sidebar-bottom .filter-list li + li{
    margin-top: 10px;
}

.listing-sidebar-bottom .filter-list.has-flex{
    display: flex;
    align-items: center;
}

.listing-sidebar-bottom .filter-list.has-flex li + li{
    margin-left: 36px;
    margin-top: 0;
}

.listing-sidebar-bottom .filter-list.bhk-list{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin: 0 0 -20px -15px;
}

.listing-sidebar-bottom .filter-list .bhk-link{
    width: 82px;
    height: 58px;
    background: #FFFFFF;
    border: 2px solid rgba(var(--primary-color-rgb), 0.4);
    border-radius: 8px;
    padding: 10px;
    opacity: 1;
    justify-content: center;
    margin: 0 0 20px 15px;
    transition: 0.3s;
    cursor: pointer;
}

.listing-sidebar-bottom .filter-list .bhk-link.active{
    background-color: var(--primary-color);
    color: #fff;
}

.listing-top-wrapper{
    margin-bottom: 40px;
}

.listing-top-wrapper .property-list-number{
    opacity: 0.6; 
}

.form-group{
    position: relative;
}

.listing-top-wrapper .listing-search-form{
    margin-bottom: 15px;
}

.listing-top-wrapper .listing-search-form .form-control{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.08);
    padding: 27px 15px;
    padding-right: 128px;
}

.listing-top-wrapper .listing-search-form .theme_btn{
    position: absolute;
    right: 0;
    top: 1px;
}

.listing-top-wrapper .price-filter{
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 15px;
}

.listing-top-wrapper .price-filter p{
    margin-bottom: 0;
    opacity: 0.6;
    margin-right: 10px;
}

.listing-top-wrapper .price-filter .nice-select{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 36px rgba(0, 0, 0, 0.08);
    height: 53px;
    line-height: 50px;
    font-size: 15px;
    padding-right: 40px;
    z-index: 1;
}

.property-listing-sec .featured-property-block{
    margin-bottom: 40px;
}


/*Rangeslider*/

.irs--flat .irs-line{
    background-color: #E1E1E1;
    border-radius: 30px;
    height: 2px;
}

.irs--flat .irs-bar{
    height: 2px;
    background-color: var(--body-color);
}

.irs--flat .irs-handle{
    width: 16px;
    height: 16px;
    background-color: var(--primary-color);
    border-radius: 50%;
    top: 19px;
    cursor: pointer;
}

.irs--flat .irs-handle>i:first-child{
    display: none;
}

.irs--flat .irs-min, .irs--flat .irs-max{
    display: none;
}

.irs--flat .irs-from, .irs--flat .irs-to, .irs--flat .irs-single{
    opacity: 0;
    visibility: hidden !important;
}

.range-slider-inner{
    display: flex;
    align-items: center;
    margin-top: 12px;
}

.range-slider-inner .form-group{
    position: relative;
    margin-bottom: 0;
}

.range-slider-inner .form-group span{
    position: absolute;
    left: 12px;
    top: 53%;
    transform: translateY(-50%);
    font-size: 15px;
    color: var(--body-color);
}

.range-slider-inner .form-control{
    border-width: 1px;
    border-radius: 4px;
    font-size: 15px;
    line-height: 1;
    padding: 3px 10px 3px 20px;
    color: var(--body-color);
    opacity: 1;
}

.range-slider-inner .form-control::placeholder{
    color: rgba(var(--body-color-rgb), 0.9);
}

.range-slider-inner .mid-text{
    font-size: 15px;
    display: inline-block;
    margin: 0 12px;
}



/*Property Detail*/

.property-detail-sec{
    padding: 25px 0 100px;
}

.property-detail-thumb{
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.property-detail-thumb > img{
    transition: 0.3s;
    width: 100%;
}

.property-detail-thumb:hover > img{
    transform: scale(1.1);
}

.property-detail-thumb .property-address{
    border-radius: 4px;
    background-color: rgba(var(--body-color-rgb), 0.5);
    font-weight: 700;
    font-size: 22px;
    color: #fff;
    padding: 12px;
    position: absolute;
    left: 12px;
    bottom: 12px;
}

.property-detail-thumb .image-number{
    position: absolute;
    right: 20px;
    bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    color: #535353;
    text-transform: uppercase;
}

.property-detail-thumb .image-number img{
    padding-right: 10px;
}

.why-invest-wrapper{
    padding: 28px;
    background: linear-gradient(90deg, #005AFF -24.19%, #1EA0FF 90%);
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    margin-top: 20px;
}

.why-invest-block{
    background: #FFFFFF;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    padding: 25px;
    position: relative;
    margin-bottom: -90px;
}

.why-invest-block li{
    display: flex;
}

.why-invest-block li img{
    margin-right: 15px;
    width: 22px;
    height: 23px;
    position: relative;
    top: 5px;
}

.why-invest-block li p{
    font-size: 18px;
    margin-bottom: 0;
    flex: 1;
}

.why-invest-block li p > span{
    color: var(--primary-color);
}

.why-invest-block li + li{
    margin-top: 12px;
}

.property-detail-descr .title{
    margin-bottom: 8px;
}

.property-detail-descr .address{
    display: flex;
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    color: rgba(var(--body-color-rgb), 0.6);
}

.property-detail-descr .address i{
    color: var(--primary-color);
    margin-right: 7px;
}

.property-detail-descr .price-wrapper{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-top: 1px solid #D9D9D9;
    padding-top: 10px;
    margin-top: 15px;
}

.property-detail-descr .price-left .price{
    margin-bottom: 0;
} 

.property-detail-descr .price-left .status span{
    opacity: 0.6;
}

.property-detail-descr .price-right{
    display: flex;
    align-items: center;
}

.property-detail-descr .price-right img{
    margin-right: 10px;
}

.property-detail-descr .price-right .descr{
    flex: 1;
}

.property-detail-descr .price-right .descr .title{
    margin-bottom: 0;
    display: flex;
    opacity: 1;
}

.property-detail-descr .price-right .descr p{
    line-height: 20px;
}

.property-detail-descr .price-right .descr p:last-child{
    font-size: 13px;
    opacity: 0.6;
    margin-bottom: 0;
}

.project-feature-list{
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 0px 6px 14px rgba(0, 0, 0, 0.06);
    border-radius: 8px;
    margin-top: 20px;
}

.project-feature-list > li{
    display: flex;
    align-items: center;
    padding: 10px;
}

.project-feature-list > li + li{
    border-top: 1px solid #D9D9D9;
}

.project-feature-list li .image-box{
    width: 64px;
    height: 64px;
    background-color: rgba(var(--primary-color-rgb), 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    margin-right: 12px;
}

.project-feature-list li .image-box.secondary{
    background-color: rgba(var(--secondary-color-rgb), 0.1);
}

.project-feature-list li .descr{
    flex: 1;
}

.project-feature-list li .descr .title{
    font-size: 18px;
    margin-bottom: 0;
    opacity: 0.8;
}

.project-feature-list li .descr ul li{
    opacity: 0.8;
}

.project-feature-list li .descr ul{
    display: flex;
    align-items: center;
}

.project-feature-list li .descr ul li + li{
    margin-left: 30px;
}

.property-sale{
    display: flex;
    align-items: center;
    padding: 8px;
    background: #F7F7F7;
    border: 1px solid #DBDBDB;
    border-radius: 8px;
    margin: 20px 0;
}

.property-sale .image-box{
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
}

.property-sale .descr-box .title{
    font-size: 18px;
    color: var(--primary-color);
    margin-bottom: 0;
}

.property-sale .descr-box p:last-child{
    opacity: 0.8;
    margin-bottom: 0;
}

.view-enquiry-list {
    display: flex;
    align-items: center;
}

.view-enquiry-list li{
    padding: 5px 12px;
    background: #E2EAFF;
    border: 1px solid var(--primary-color);
    border-radius: 8px;
    color: var(--primary-color);
}

.view-enquiry-list li.voilet{
    background: #FFF9E2;
    border-color: #B48100;
    color: #B48100;
}

.view-enquiry-list li img{
    margin-right: 5px;
}

.view-enquiry-list li + li{
    margin-left: 12px;
}

.property-detail-descr .theme_btn{
    width: 100%;
    margin-top: 15px;
}

.rating-wrapper{
    border-top: 1px solid rgba(var(--body-color-rgb), 0.2);
    padding: 35px 0 5px;
    margin-top: 120px;
}

.rating-wrapper .rating-inner{
    display: flex;
}

.rating-wrapper .rating-block .title{
    margin-bottom: 20px;
}

.rating-wrapper .rating-inner{
    margin-bottom: 12px;
}

.rating-wrapper .rating-inner .name{
    font-size: 18px;
    width: 46%;
}

.rating-wrapper .flex-rating{
    display: flex;
    align-items: flex-start;
    /*margin-left: 18px;*/
}

.rating-wrapper .flex-rating .rating-status{
    font-size: 15px;
    margin-left: 13px;
}

.rating-wrapper > .row > .col-lg-6{
    border-right: 1px solid #D9D9D9;
}

.rating-wrapper > .row > .col-lg-6:last-child{
    border-right: 0;
}

.rating-wrapper .rating-block .progress-box{
    margin-left: 0;
}

.rating-wrapper .rating-block .progress-box .bar:before{
    width: 75%;
}

.rating-wrapper .rating-block .progress-box{
    margin-bottom: 30px;
}

.property-nav{
    border-top: 1px solid #D9D9D9;
    background: #fff;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.15);
    position: sticky;
    top: 0;
    z-index: 2;
}

.property-nav .nav{
    justify-content: center;
}

.property-nav .nav .nav-item{
    flex: 1;
    white-space: nowrap;
}

.property-nav .nav .nav-link{
    color: rgba(var(--body-color-rgb), 0.8);
    text-align: center;
    padding: 15px 10px;
    border-bottom: 3px solid transparent;
}

.property-nav .nav .nav-link.active{
    border-bottom-color: var(--primary-color);
}

.property-detail-features{
    padding-top: 40px;
    position: relative;
    z-index: 1;
}

.p-feature-block{
    position: relative;
}

.p-feature-block + .p-feature-block{
    margin-top: 35px;
}

.p-feature-block .p-feature-title{
    background-color: #595959;
    border-radius: 8px 8px 0px 0px;
    padding: 16px 20px;
}

.p-feature-block .p-feature-title .title{
    color: #fff;
    margin-bottom: 0;
}

.p-feature-block .p-feature-body{
    background: #FFFFFF;
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.12);
    border-radius: 0px 0px 8px 8px;
    padding: 26px 20px;
}

.p-feature-block .p-feature-body p{
    font-size: 18px;
    line-height: 32px;
    opacity: 0.6;
    margin-bottom: 28px;
}

.p-feature-block .p-feature-body p:last-child{
    margin-bottom: 0;
}

.p-feature-block .table{
    position: relative;
    z-index: 1;
    margin-bottom: 0;
}

.p-feature-block .table:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #FFFFFF;
    border: 1px solid rgba(var(--body-color-rgb), 0.2);
    border-radius: 8px;
    z-index: -1;
}

.p-feature-block .table thead{
    position: relative;
    z-index: 1;
}

.p-feature-block .table thead:before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #EFEFEF;
    border: 1px solid rgba(var(--body-color-rgb), 0.2);
    border-bottom: 0;
    border-radius: 8px 8px 0 0;
    z-index: -1;
}

.p-feature-block .table thead th{
    border: 0;
    text-transform: uppercase;
}

.p-feature-block .table td, 
.p-feature-block .table th{
    vertical-align: middle;
    padding: 12px 30px;
}

.p-feature-block .table tbody tr:first-child td{
    border-top: 0;
}

.p-feature-block .p-feature-body .resale-para{
    font-size: 18px;
    line-height: 32px;
    opacity: 0.8;
}

.resale-property-block{
    position: relative;
    background: #FFFFFF;
    border: 1px solid rgba(0, 90, 255, 0.4);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    display: flex;
    align-items: center;
}

.resale-property-block .resale-property-thumb{
    overflow: hidden;
    border-radius: 8px 0 0 8px;
}

.resale-property-block .resale-property-thumb img{
    transition: 0.8s;
    height: 100%;
    border-radius: 8px 0 0 8px;
}

.resale-property-block:hover .resale-property-thumb img{
    transform: scale(1.1);
}

.resale-property-block .resale-property-body{
    flex: 1;
    padding: 15px 15px 15px 20px;
}

.resale-property-block .resale-property-body .title{
    line-height: 25px;
    opacity: 0.8;
    margin-bottom: 6px;
}

.resale-property-block .resale-property-body .place{
    opacity: 0.6;
}

.resale-property-block .resale-property-body .amount{
    display: flex;
    align-items: center;
    margin-top: 6px;
}

.resale-property-block .resale-property-body .amount li{
    position: relative;
    font-size: 18px;
}

.resale-property-block .resale-property-body .amount li + li{
    margin-left: 12px;
    padding-left: 12px;
}

.resale-property-block .resale-property-body .amount li + li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1px;
    height: 10px;
    background-color: var(--body-color);
}

.resale-property-block .resale-property-body .amount span{
    color: var(--primary-color);
    padding-right: 5px;
}

.resale-property-slider .slick-list{
    margin: -38px 0;
}

.resale-property-slider .slick-slide{
    margin: 38px 0;
}

.resale-property-slider .slick-arrow{
    width: 40px;
    height: 40px;
}

.resale-property-slider .slick-arrow.slick-prev{
    left: 0;
}

.resale-property-slider .slick-arrow.slick-next{
    right: 0;
}

.p-feature-block .p-feature-body .theme_btn{
    margin-top: 40px;
    width: 100%;
}

.p-feature-block .p-feature-body .property-video{
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    height: 520px;
}

.p-feature-block .p-feature-body .property-video iframe{
     width: 100%;
     height: 100%;
     position: absolute;
     top: 0;
     left: 0;
     border: 0;
}

.p-feature-block .p-feature-body .read-more-btn{
    text-transform: uppercase;
}

.amenitites-wrapper.row{
    border-top: 1px solid rgba(var(--body-color-rgb), 0.14);
    padding-top: 25px;
    margin-top: 15px;
    margin-left: 0;
    margin-right: 0;
}

.amenitites-wrapper .title{
    color: #0A0A0A;
    text-transform: uppercase;
    margin-bottom: 25px;
}

.amenities-list li{
    display: flex;
    align-items: center;
    color: #0A0A0A;
}

.amenities-list li{
    margin-bottom: 25px;
}

.amenities-list li img{
    margin-right: 16px;
}

.p-feature-block.brochure .p-feature-body .theme_btn{
    text-transform: uppercase;
    width: auto;
    margin-top: 0;
}

.p-feature-block.brochure .p-feature-body .theme_btn i{
    font-size: 16px;
}

.p-feature-block .p-feature-body .developer-block{
    display: flex;
    margin-bottom: 25px;
}

.p-feature-block .p-feature-body .developer-block .content-area{
    flex: 1;
    margin-left: 18px;
}

.p-feature-block .p-feature-body .developer-block .title{
    margin-bottom: 8px;
}

.p-feature-block .p-feature-body .developer-block .content-area span{
    font-size: 18px;
    line-height: 30px;
    text-transform: uppercase;
    color: #0A0A0A;
}

.custom-contact-form{
    background: #FFFFFF;
    border: 1px solid rgba(0, 90, 255, 0.4);
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    text-align: center;
    padding: 22px;
}

.custom-contact-form.is-sticky{
    position: sticky;
    top: 100px;
}

.custom-contact-form .send-btn .submit-btn{
    margin-top: 18px;
}

.custom-contact-form .send-btn{
    margin-top: 0;
}

.custom-contact-form .nice-select,
.custom-contact-form .nice-select .list{
    width: 100%;
}

.custom-contact-form .nice-select span.current{
    position: relative;
    top: -20px;
}

.p-feature-block .p-feature-body .property-map{
    height: 560px;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 20px;
}

.p-feature-block .p-feature-body .property-map .theme_btn{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 20px;
    width: calc(100% - 50px);
    text-transform: uppercase;
}

.property-map .nav.nav-tabs{
    position: absolute;
    left: 20px;
    top: 20px;
    flex-direction: column;
    background: #FFFFFF;
    border: 1px solid rgba(0, 90, 255, 0.4);
    box-shadow: 0px 8px 36px rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    width: 250px;
    overflow: hidden;
    padding: 12px;
    z-index: 1;
}

.property-map .nav-tabs .nav-link{
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    color: var(--body-color);
    padding: 8px 12px;
}

.property-map .nav-tabs .nav-link.active{
    background: rgba(var(--primary-color-rgb), 0.1);
    border-radius: 8px;
}

.p-feature-block .p-feature-body .property-map .tab-content,
.p-feature-block .p-feature-body .property-map .tab-content .tab-pane{
    height: 100%;
}

.similar-properties .featured-property-block{
    margin-bottom: 30px;
}



/* =========modal========== */

.room-detail-slide .thumbnail-indicator{
        margin-top: 23px;
}

.room-detail-slide .thumbnail-indicator .slides{
      padding: 0 8px;
    cursor: pointer;
   overflow: hidden;
}

.room-detail-slide .thumbnail-indicator .slides img{
    transform: scale(1);
    transition: all 0.5s ease;
}

.room-detail-slide .thumbnail-indicator .slides:hover img{
     transform: scale(1.1);
}

.room-detail-slide .slick-arrow.slick-prev, .room-detail-slide .slick-arrow.slick-next {
    position: absolute;
    left: -20px;}

.room-detail-slide .slick-arrow.slick-next {
    left: auto;
    right: -20px;
}

.call-modal.modal .modal-content {
    
    background-color: transparent;
    border: 0;
    border-radius: 0.3rem;
    outline: 0;
}

.call-modal.modal .modal-header{
    border-bottom: 0;
}

.modal.show{
    /* display: flex!important; */
    justify-content: center;
    align-items: center;
}

.call-modal.modal .modal-header .close {
        padding: 5px;
    margin: 0rem 0rem -1rem auto;
    color: #000;
    opacity: 1;
    position: absolute;
    top: 10%;
    z-index: 1;
    right: 6%;
}

.room-detail-slide.modal-dialog {
    max-width: 60%;
    margin: 1.75rem auto;
}

.room-detail-slide .thumbnail-slider img{
    width: 100%;
}
/*Responsive*/

@media(max-width: 1699px){
    .rating-wrapper .rating-inner .name{
        width: 40%;
        font-size: 16px;
    }
}

@media(max-width: 1599px) and (min-width: 1199px){
    .listing-top-wrapper .col-xl-3:first-child{
        flex: 0 0 20%;
        max-width: 20%;
    }
    
    .listing-top-wrapper .col-xl-3:last-child{
        flex: 0 0 30%;
        max-width: 30%;
    }
}

@media(max-width: 1499px){
    .resale-property-block .resale-property-body .amount li{
        font-size: 16px;
    }
}

@media(max-width: 1399px){
    .property-listing-sec .featured-property-block .theme_btn img{
        width: 14px;
    }
    
    .featured-property-block .amount-wrapper p,
    .featured-property-block .progress-box span{
        font-size: 13px;
    }
    
    .featured-property-block .progress-box{
        margin-left: 15px;
    }
    
    .featured-property-block .property-descr li{
        font-size: 13px;
    }
    
    .range-slider-inner .form-control{
        font-size: 13px;
    }
    
    .listing-sidebar-bottom .filter-list input[type="checkbox"]+label,
    .listing-sidebar-bottom .filter-list input[type="radio"]+label{
        font-size: 13px;
    }
    
    .listing-sidebar-bottom .filter-list .bhk-link{
        height: 44px;
        font-size: 13px;
    }
    
    .listing-sidebar-bottom .filter-box .title span{
        font-size: 16px;
    }
    
    .listing-sidebar-top span{
        font-size: 24px;
    }
    
    .property-detail-thumb .property-address{
        font-size: 18px;
    }
    
    .why-invest-block li p{
        font-size: 16px;
    }
    
    .property-detail-descr .address{
        font-size: 16px;
    }
    
    .property-detail-descr .price-right img{
        width: 30px;
    }
    
    .project-feature-list li .descr .title{
        font-size: 16px;
    }
    
    .property-sale .descr-box .title{
        font-size: 16px;
    }
    
    .p-feature-block .p-feature-body .developer-block .content-area span{
        font-size: 16px;
    }
    
    .p-feature-block .p-feature-body .resale-para,
    .p-feature-block .p-feature-body p{
    font-size: 14px;
    line-height: 26px;
}
}

@media(max-width: 1299px){
    .resale-property-block .resale-property-body .amount li + li {
    margin-left: 8px;
    padding-left: 8px;
}
.resale-property-block .resale-property-body .amount li{
    font-size: 14px;
}
.resale-property-block .resale-property-body{
    padding-left: 12px;
}
}

@media(max-width: 1199px){
    
    .subheader.style-2{
        margin-top: 97px;
    }
    
    .listing-top-wrapper .price-filter{
        justify-content: flex-start;
    }
    
    .listing-sidebar-bottom .filter-list .bhk-link{
        width: 72px;
    }
    
    .property-detail-descr .price-wrapper{
        flex-direction: column;
        align-items: flex-start;
    }
    
    .property-detail-descr .price-right{
        margin-top: 20px;
    }
    
    .resale-property-block{
        flex-direction: column;
        align-items: flex-start;
    }
    .resale-property-block .resale-property-thumb,
    .resale-property-block .resale-property-thumb img{
        width: 100%;
    }
}


@media(max-width: 991px){
    .property-detail-descr{
        margin-top: 100px;
    }
    .property-nav .nav{
        flex-wrap: nowrap;
        overflow-x: auto;
        justify-content: flex-start;
    }

    .room-detail-slide.modal-dialog {
    /* max-width: 900px; */
    margin: 1.75rem auto;
}
}

@media(max-width: 767px){
    .p-feature-block .table td, .p-feature-block .table th{
        white-space: nowrap;
    }

  .room-detail-slide.modal-dialog {
    max-width: 80%;
    margin: 1.75rem auto;
}
}

@media (max-width: 576px){
.room-detail-slide.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}
}

@media(max-width: 575px){
    .why-invest-block li p{
        font-size: 14px;
    }
    .property-detail-thumb .property-address{
        font-size: 14px;
    }
    .rating-wrapper{
        margin-top: 58px;
    }
    
    .property-detail-thumb .image-number{
        bottom: auto;
        top: 20px;
    }

    .room-detail-slide .thumbnail-indicator .slides {
    padding: 0 3px;}

    .room-detail-slide .thumbnail-indicator {
    margin-top: 10px;
}

.slick-arrow {
    width: 38px;
    height: 38px;
}

 .room-detail-slide .modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 14px;
}


}

@media (max-width: 480px){
.room-detail-slide.modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}
}

@media (max-width: 380px){
.room-detail-slide.modal-dialog {
    max-width: 95%;
    margin: 1.75rem auto;
}
}


