<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ======== start propertyProjectDetail-modal =========== */
.propertyProjectDetail-modal{
    height: 100vh;
}
.propertyProjectDetail-modal .modal-dialog{
    height: 100%;
}
.propertyProjectDetail-modal .modal-body{
 padding: 0px;
 height: calc(100% - 71px);
}
.propertyProjectDetail-modal .modal-body .propertyProjectDetail-content-wrap{
height: 100%;
overflow: hidden;
padding: 60px;
}
.modal-header.propertyProjectDetail-modal-header{
padding: 18px 20px;
}
.propertyProjectDetail-modal .modal-content{
    background: #FFFFFF;
    box-shadow: 0px 8px 14px rgba(0, 0, 0, 0.11);
    border: none;
    border-radius: 0;
    height: 100%;
}
.propertyProjectDetail-modal-header-wrap .propertyTitle-text{
font-weight: 600;
font-size: 20px;
line-height: 1.3;
color: #000000;
margin: 0;
}

.modal-headerBtn-icon{
    min-width: 34px;
    height: 34px;
    background: #F4F4F4;
    border-radius: 4px; 
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
.modal-headerBtn-icon:hover{
    background-color: #dfdfdf;
}
.modal-headerBtn-outline{
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 34px;
}
.modal-headerBtn-outline:hover{
    background-color: #dfdfdf;
}
.modal-headerBtn-outline img{
}
.modal-headerBtn-outline .btnTextInfo{
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}
.propertyProject-detail-content{
    width: 100%;
}
.propertyProject-detail-content .infoText1{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #929292;
    margin-bottom: 20px;
}
.propertyProject-detail-content .infoText2{
    font-weight: 400;
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.3; 
    color: #000000;
    margin-bottom: 12px;
}
.propertyProject-detail-content .infoText3{
    font-weight: 400;
    font-size: 16px;
    line-height: 1.3;
    color: #929292;
    margin: 0;
}
.propertyProject-detail-content-2{
    width: 100%;
    padding-top: 0;
    border-top: none;
    margin-top: 12px;
}
.propertyProject-price-detail .priceText{
    font-weight: 600;
    font-size: 32px;
    line-height: 1.1;
    color: #000000;
    margin: 0;
    padding-right: 10px;
}
.propertyProject-price-detail .priceText .monthText{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.1;
    color: #707070;
    margin: 0;
    padding-left: 0;
    display: inline-block;
}
.propertyProject-price-detail .tagText{
    background: #DCEFFF;
    padding: 6px 10px;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0.13em;
    text-transform: uppercase;
    color: #337AB7;
}
.propertyProject-info-box-holder{
    margin-left: -0.25rem;
    margin-right: -0.25rem;
}
.propertyProject-info-box{
min-width: 90px;
min-height: 95px;
display: flex;
align-items: center;
justify-content: center;
padding: 10px;
background: #FFFFFF;
border: 1px solid #D9D9D9;
}
.propertyProject-info-box .infoText{
    font-weight: 500;
    font-size: 14px;
    line-height: 14px;
    margin: 12px 0 0;
    color: #575757;
}
.propertyProject-info-box .infoText strong{
    font-weight: 700;
    font-size: 20px;
    color: #000000;
    display: block;
    margin-bottom: 10px;
}
.propertyProject-info-box  .innr-box{
    text-align: center;
}
.sidebar-map iframe{
    width: 100%;
    height: 100%;
}
.propertyProject-call-info{
    font-weight: 400;
font-size: 18px;
line-height: 16px;
color: #000000;
margin: 30px 0 15px;
}
.propertyProject-call-info a{
    color: #000000; 
    font-weight: 700;
}
.propertyProjectDetail-content-wrap .property-details .headingText{
    font-weight: 600;
font-size: 24px;
line-height: 1.3;
color: #000000;
}
.propertyProjectDetail-content-wrap .property-details .dl-horizontal dt{
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}
.propertyProjectDetail-content-wrap .property-details .dscText p{
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}
.propertyProjectDetail-content-wrap .detail-mid-sec {
    padding-bottom: 0;
}

.propertyProjectDetail-content-wrap .detail-bottom-sec .project-slider {
    padding-bottom: 55px;
}
.propertyProjectDetail-content-wrap .detail-bottom-sec{
    margin-top: 0;
}
.propertyProjectDetail-content-wrap .detail-bottom-sec .prop-desc{
    padding-top: 50px;
}
.propertyProjectDetail-content-wrap .detail-bottom-sec.description .prop-desc{
    padding-top: 0;
}
.propertyProjectDetail-content-wrap .detail-bottom-sec .prop-desc h3 {
    margin-bottom: 20px;
    margin-top: 0;
}
.propertyProjectDetail-modal .modal-dialog{
    margin: 0 auto;
}
.modal.propertyProjectDetail-modal.in{
    display: block;
    padding-left: 0;
    background-color: rgba(0,0,0,0.4);
    backdrop-filter: blur(2px);
}
.propertyProjectDetail-modal .mCSB_inside &gt; .mCSB_container {
    margin-right: 0;
}
/* ======== end propertyProjectDetail-modal =========== */



/* ======== start propertyProjectDetail =========== */

.page-breadcrumb.property-details-page-breadcrumb{
    border-bottom:none;
    background-color: #fff;
}
.page-breadcrumb.property-details-page-breadcrumb .bread-btns{
    padding: 0;
}
.propertyProject-price-detail .btn-action-holder{
    padding: 0;
    display: flex;
    justify-content: flex-end;
}

.propertyProject-price-detail .btn-border{
    font-weight: 500;
    font-size: 12px;
    line-height: 1.3;
    color: #000000;
    background: #FFFFFF;
    border: 1px solid #E2E2E2;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 8px;
    height: 34px;
}
.propertyProject-price-detail .btn-border:hover{
    background-color: #e7e7e7;
}
.propertyProject-price-detail .btn-border img{
}
.propertyProject-price-detail .btn-border .btnTextInfo{
    display: inline-block;
    line-height: 1;
    font-size: 12px;
}
.details-cont .propertyProject-detail-content .virtual-tour{
    margin: 12px 0;
}
.details-cont .propertyProject-detail-content .virtual-tour a{
    margin: 0;
    font-weight: 500;
    font-size: 14px;
    color: #337AB7;
    line-height: 1.2;
    display: inline-block;
    text-transform: capitalize;
}
.details-cont .propertyProject-detail-content .virtual-tour a:hover{
    color: #000000;
    text-decoration: none;
}

.property-details-mid-sec .property-details .headingText {
    font-weight: 600;
    font-size: 24px;
    line-height: 1.3;
    color: #000000;
}
.property-details-mid-sec .property-details .dscText p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
    color: #000000;
}
.property-details-mid-sec  .property-details .dl-horizontal dt {
    font-weight: 600;
    font-size: 14px;
    line-height: 1.3;
    color: #000000;
}
.result-blocks .result-block {
    transition: all 0.3s linear;
}
.result-blocks .result-block:hover{
    box-shadow: 1px 3px 5px 1px rgba(0,0,0,0.7);
}

.details-cont .prop-action{
	margin-top:15px;
    display: flex;
    flex-wrap: wrap;
}
.details-cont .prop-action .btn {
    margin-top: 2px;
    margin-bottom: 2px;
    margin-right: 4px;
}

/* ======== end propertyProjectDetail =========== */

.ui-menu.ui-autocomplete {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
}


/* =============== responsive ============= */

@media only screen and (max-width:991px){
	.propertyProjectDetail-modal .modal-body {
		padding: 30px;
	}
    .propertyProjectDetail-modal .modal-body .propertyProjectDetail-content-wrap{
        padding: 10px;
    }
}
@media only screen and (max-width:767px){
    .propertyProjectDetail-modal .modal-body {
		padding: 20px;
	}
    .propertyProject-detail-content{
        margin-top: 10px;
    }

    .propertyProjectDetail-content-wrap .property-details .headingText{
        font-size: 20px;
    }
    .propertyProject-price-detail .priceText{
        font-size: 24px;  
    }
    .propertyProjectDetail-actions-list{
        margin-top: 10px;
    }
}
@media only screen and (min-width:768px){

	.propertyProjectDetail-modal .modal-dialog.modal-lg{
        width: 700px;
    }

}
@media only screen and (min-width:992px){

}
@media only screen and (min-width:1200px){

    .propertyProjectDetail-modal .modal-dialog.modal-lg{
        width: 1140px;
    }

}
@media only screen and (min-width:1300px){
    
    .propertyProjectDetail-modal .modal-dialog.modal-lg{
        width: 1240px;
    }

}
/* =============== end responsive ============= */

/* ------- to remove body scroll... menu sub menu scroll add ---------- */

.main-header .main-menu&gt;ul&gt;li&gt;ul{

    max-height: 420px;

    overflow: auto;

    min-width: 250px;

}

/* ------- to remove body scroll... menu sub menu scroll add ---------- */

#modal-loader-wrapper{

    backdrop-filter: blur(7px);

    position: absolute;

    background-color: rgba(255,255,255,0.6);

    top:0;

    bottom: 0;

    left: 0;

    right: 0;

    z-index: 1020;

}
                        .related-properties-slider .project-thumb img {
                            width: 350px;
                        }
                    
                            .map_search span.msgtoshow {
                                z-index: 9 !important;
                            }
                                  
                        .map_search span.msgtoshow {
                            z-index: 9 !important;
                        }
                        .property-details .dl-horizontal dd {
                            white-space: normal;
                            word-break: break-word;
                        }
                        .load_map_img {
                            float: none !important;
                            margin-right: 0;
                            display: block;
                        }
                        .load_map_img img {
                            object-fit: cover !important;
                            height: 100px;
                            width: 100%;
                        }
                        .right_mappart {
                            float: none !important;
                            width: 100%;
                            margin-top: 10px;
                        }
                        .result-block .project-block .project-info .prop-tags {
                            margin-top: 0px;
                        }
                        
                        .marker_googlemap.already_seen:hover::before,
                        .marker_googlemap:hover::before {
                            border-top: 8px solid #a3a3c2;
                        }
                        
                        .marker_googlemap.marker_active {
                            background: #a3a3c2 !important;
                            color: #000;
                            font-size: 16px;
                            z-index: 10000;
                        }
                        
                        .marker_googlemap.already_seen.marker_active::before,
                        .marker_googlemap.marker_active::before {
                            border-top: 8px solid #a3a3c2;
                        }
                    
                    div.custom_checkbox {
                        display: flex;
                        align-items: center;
                        margin-bottom: 15px;
                    }

                    div.custom_checkbox input {
                        padding: 0;
                        height: initial;
                        width: initial;
                        margin-bottom: 0;
                        display: none;
                        cursor: pointer;
                    }

                    div.custom_checkbox label {
                        position: relative;
                        cursor: pointer;
                        font-size: 14px;
                        font-weight: 500;
                    }

                    div.custom_checkbox label:before {
                        content: '';
                        -webkit-appearance: none;
                        appearance: none;
                        background-color: transparent;
                        border: 2px solid #0079bf;
                        box-shadow:
                            0 1px 2px rgba(0, 0, 0, 0.05),
                            inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
                        padding: 8px;
                        display: inline-block;
                        position: relative;
                        vertical-align: middle;
                        cursor: pointer;
                        margin-right: 10px;
                        border-radius: 4px;
                    }
                    div.custom_checkbox input:checked + label:before {
                        background-color: #0079bf;
                    }
                    div.custom_checkbox input:checked + label:after {
                        content: '';
                        display: block;
                        position: absolute;
                        top: 3.5px;
                        left: 7.5px;
                        width: 6px;
                        height: 11px;
                        border: solid #fff;
                        border-width: 0 2px 2px 0;
                        transform: rotate(45deg);
                    }
                </pre></body></html>