.prop-main-img {
    height: calc(100vh - 96px);
    height: calc(100dvh - 96px);
    padding: 1rem 1rem 0 0;
}
.prop-main-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
}
.prop-main-inf {
    padding-left: 8%;
    padding-right: 8%;
}
.prop-main-inf .property-fav {
    position: absolute;
    right: 0;
    top: -7px;
}
.prop-main-inf .property-fav .favorite-add {
    font-size: 22px;
}
.prop-main-inf .property-fav .favorite-add .fas, .prop-main-inf .property-fav .favorite-add .far {
    color: var(--main-red);
}
.prop-main-inf .p-divider {
    border-top: 1px solid #d7d7d7;
    width: 20%;
}
.prop-main-inf .property-price .proprice {
    font-size: 22px;
}
.prop-main-inf .property-price i {
    font-size: 22px;
    color: #008000;
}
.prop-main-inf .oldprice, .property-price .oldprice {
    font-size: 20px;
    text-decoration: line-through;
    color: #a1a1a1;
}
.prop-main-inf li.icons-list {
    flex-direction: column;
}
.prop-main-inf .listing-icons img {
    height: 30px;
}
@media screen and (max-width:992px) {
    .prop-main-inf .listing-icons {
        justify-content: center;
    }
    .prop-main-inf .listing-icons li:not(:last-child) {
        margin-right: 2rem;
    }
    .prop-main-img {
        height: 450px;
        padding: 0;
    }
    .prop-main-img img {
        border-radius: 8px;
    }
}
@media screen and (max-width:768px) {
    .prop-main-img {
        height: 250px;
    }
    .prop-main-inf .listing-icons img {
        height: 20px;
        margin-right: 0;
    }
}
@media screen and (min-width:992px) {
    .sticky {
        position: sticky;
        position: -webkit-sticky;
        top: 120px;
    }
}
.property-t h1 {
    word-break: break-word;
    font-size: calc(1.325rem + 0.9vw);
}
.property-t h2 {
    word-break: break-word;
    font-size: 1.75rem;
}
.property-t .ref-num {
    font-size: 20px;
}
.actions {
    display: flex;
    justify-content: flex-start;
    column-gap: 10px;
    font-size: 24px;
}
.actions .price-alert, .actions .favorite-add, .offer-alert {
    display: flex;
    height: 45px;
    text-align: center;
    border-radius: 50%;
    background-color: var(--btn-color);
    width: 45px;
    color: var(--btn_font);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
#offerform {
    padding:5px;
}
.offer-img img {
    height: 200px;
}
#offermodal .modal-content {
    margin: 0;
    /* background-image: radial-gradient(120% 38% at top left,#fdfdfd 61%,#f3f3f3 92%, transparent 92.5%); */
    background-image: radial-gradient(120% 31% at top left,#247dff 61%,#559aff 92%, transparent 92.5%);
    background-repeat: no-repeat;
}
.property-title .property-badges {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.property-t .property-badges span {
    padding: 10px 16px;
}
.property-badges .social-list {
    justify-content: end;
}
#nativeShareBtn {
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}
#nativeShareBtn:hover {
    background: var(--btn-color);
}
.property-badges .social-list a {
    width: 40px;
    height: 40px;
}
.property-badges .social-list i {
    font-size: 20px;
    width: 40px;
    min-width: 40px;
    height: 40px;
    line-height: 40px;
    border: 1px solid #525252;
    margin-right: 0;
    color: #525252;
}
#nativeShareBtn:hover i, .property-badges .social-list a:hover i {
    color: #fff;
}
.thumbnail-image.slick-slide.slick-current.slick-active img {
    border-color: var(--btn-color);
}
.go-to-video {
    position: absolute;
    right: 15px;
    top: 8px;
    z-index: 100;
}
#scroll-to-video {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 55px;
    height: auto;
    padding: 10px 15px;
    background: var(--main-red);
    border-radius: 5px;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    cursor: pointer;
}
#scroll-to-video img {
    width: 20px;
    height: auto;
}
#scroll-to-video:hover {
    background: var(--btn-hover);
}
.slider-nav2 .thumbImg img {
    width: 155px;
    height: 110px;
    border: 5px solid #fff;
    border-radius: 8px;
    object-fit: cover;
    cursor: pointer;
    background: #fff;
}
.slider-wrapper2 {
    height: 78vh;
    height: 78dvh;
}
.slider-wrapper2 .slider-property-img img {
    width: 100%;
    height: 78vh;
    height: 78dvh;
    object-fit: cover;
    border-radius: 8px;
}
.slider-property-img img {
    height: 600px;
    width: 100%;
    object-fit: cover;
    margin-right: 10px;
    vertical-align: top;
    padding: 0px;
    max-width: none;
}
.mt-50 {
    margin-top: -50px !important;
}
@media screen and (max-width:768px) {
    .property-title .property-badges {
        justify-content: center;
    }
    .go-to-video img {
        width: 48px;
    }
    .slider-wrapper2, .slider-wrapper2 .slider-property-img img {
        height: 250px;
    }
    .mt-50 {
        margin-top: -40px !important;
    }
    .slider-nav2 .slick-prev {
        left: 0;
    }
    .slider-nav2 .slick-next {
        right: 0;
    }
    .slider-nav2 .thumbImg img {
        height: 80px;
        border: 3px solid #FFF;
        border-radius: 5px;
    }
}
.property-section .title-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}
.property-section .inner-title-section {
    border-left: 10px solid #525252;
    padding-left: 10px;
}
.property-section .sub-title {
    font-size: 60px;
    line-height: 60px;
    font-weight: 500;
    color: #c9c9c9;
}
.actions div {
    margin-top: 10px;
    padding: 1px 5px;
    border-radius: 10px;
    width: 40px !important;
    height: 40px !important;
    border-radius: 0 !important;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    font-size: 18px;
}
.actions {
    display: flex !important;
    justify-content: flex-end !important;
    column-gap: 10px !important;
}
.exclusive-badge {
    color: rgb(255, 255, 255);
    background: var(--exl);
    padding: 4px;
}
.printp {
    display: flex;
    text-align: center;
    background-color: var(--btn-color);
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.printp a {
    color: var(--btn_font);
}
.information-list {
    columns: 2;
    -webkit-columns: 2;
    list-style: none;
    -moz-columns: 2;
    padding: 0;
}
.d-information-list {
    columns: 2;
    -webkit-columns: 2;
    list-style: none;
    -moz-columns: 2;
    padding: 0;
}
ul.information-list li, ul.d-information-list li {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 12px;
}
.d-information-list i, .information-list i, .prices-section i {
    font-size: 25px;
    color: #212427;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    margin-right: 5px;
}
.information-list span, .d-information-list span {
    font-weight: 600;
    margin-right: 5px;
}
.property-feautures {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}
.property-feautures .lightext {
    font-size: 14px;
    color: #767676;
}
.la-check {
    padding-right: 5px;
    color: var(--main-red);
}
.property-feautures li {
    position: relative;
    flex: 0 0 auto;
    width: 33%;
    padding-right: 15px;
    align-items: center;
    font-size: 14px;
    color: #252628;
    display: flex;
    margin-bottom: 15px
}

.property-feautures li span {
    text-transform: capitalize;
}

@media screen and (max-width: 575px){
    .information-list {
        columns: 1;
        -webkit-columns: 1;
        list-style: none;
        -moz-columns: 1;
        padding: 0;
    }
    .property-feautures li {
        width: 50%;
    }
    .places-near {
        flex-basis: 100% !important;
        max-width: 100% !important;
    }
}
.property-places-near {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 1rem;
}
.places-near img {
    height: 30px;
}
.places-near {
    display: flex;
    padding-bottom: 5px;
    flex-basis: 49%;
    max-width: 50%;
    justify-content: space-between;
    align-items: center;
}
.places-img {
    display: flex;
    align-items: center;
    column-gap: 10px;
}
.places-title span:first-child {
    font-weight: 600;
    color:  #606060;
}
#levels-tab td {
    padding: 12px 24px 12px 0px;
    text-align: center;
}
.levels-table tr:last-child > td {
    font-weight: 600;
}
.slider-plans img {
    height: 300px;
    object-fit: contain;
}
.row.no-gutters.energy-section > div {
    width: 11% !important;
    position: relative;
    padding: 0;
}
.energy-section {
    margin-right: 0;
    margin-left: 0;
    --bs-gutter-x: 0;
}
.energy-section [class^=energy_class-] {
    padding: 6px 0;
    color: var(--white-color);
    border-radius: 0;
    text-align: center;
}
.energy_class-1 {
    background-color: #224400;
}
.energy_class-2 {
    background-color: #326601;
}
.energy_class-3 {
    background-color: #7da800;
}
.energy_class-4 {
    background-color: #98cb00;
}
.energy_class-5 {
    background-color: #fe9900;
}
.energy_class-6 {
    background-color: #f91d05;
}
.energy_class-7 {
    background-color: #da0b1b;
}
.energy_class-8 {
    background-color: #6b4902;
}
.energy_class-9 {
    background-color: #7a0017;
}
.energy.active::before {
    content: "";
    position: absolute;
    border-bottom: 10px solid var(--main-b-color);
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    bottom: 0px;
    left: calc(50% - 15px);
    margin-left: 5px;
}
#property_map{ 
    height: 400px;
    border-radius: 8px;
    z-index:1;
}
@media screen and (max-width:425px) {
    .property-section .sub-title {
        font-size: 44px;
        line-height: 40px;
    }
}
.flex-listing-card {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    border-bottom: 1px solid #f5f5f5;
    padding: 15px 0px;
}
.flex-listing-card .card-img {
    height: 150px;
    width: 200px;
    
}
.flex-listing-card .card-img img {
    height: 100%;
    width: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.flex-listing-card .favorite-add {
    position: absolute;
    bottom: 10px;
    right: 10px;
    z-index: 9;
    color: var(--main-red);
}
.flex-listing-card .card-details {
    width: calc(100% - 210px);
}
.flex-listing-card ul.listing-inner-icons {
    display: flex;
    width: 100%;
    padding-left: 0px;
}
.listing-inner-wrapper {
    max-height: 450px;
    overflow-y: auto;
}
@media screen and (max-width: 425px) {
    .flex-listing-card {
        flex-direction: column;
    }
    .flex-listing-card .card-img,
    .flex-listing-card .card-details {
        width: 100%;
    }
}
.h-250 .listing-img  {
    height: 280px;
}
/* CONTACT US SECTION */
.contact-us-section {
    position: relative;
    color: #fff;
}
.contact-us-section-wrapper {
    padding-top: 0;
    padding-right: 5.3%;
    padding-bottom: 40px;
    padding-left: 5.3%;
}
.contact-us-section-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
        url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///ywAAAAAAQABAAACAUwAOw=="); /* 1x1 transparent gif */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    border-radius: 8px;
}
.contact-us-section-wrapper.bg-loaded::before {
    background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 100%),
        var(--lazy-bg);
}
.contact-us-form-wrapper {
    background-color: rgb(79 79 79 / 50%);
    border-radius: 8px;
}
.contact-us-section a {
    color: var(--main-red);
    font-size: 16px;
    word-break: break-all;
}
.contact-us-section a:hover {
    color: var(--btn-color);
}
@media screen and (max-width:992px) {
    .contact-us-section-wrapper::before {
        background-position: left;
        border-radius: 0;
    }
}
.agents-list-view-d {
    position: absolute;
    top: -12px;
    right: 10px;
    display: flex;
    padding: 6px 12px;
    border-radius: 5px;
    background-color: var(--btn-color);
    color: var(--white-color);
    font-size: 10px;
    letter-spacing: 3px;
    align-items: center;
    width: auto;
}
.agents-list-view-d:hover {
    background-color: var(--main-red);
}
.admin-img img {
    border-radius: 8px;
    object-fit: contain;
    width: 150px;
    height: 150px;
}
.admin-information {
    display: flex;
    column-gap: 25px;
    align-items: center;
    justify-content: flex-start;
}
.admin-inf i {
    color: var(--main-red);
    font-size: 30px;
    margin-right: 10px;
}
.admin-inf ul {
    list-style: none;
}
.admin-inf li {
    display: flex;
    align-items: center;
}
.admin-inf li:not(:last-child) {
    margin-bottom: 0.5rem;
}
.admin-inf li a {
    color: #fff;
}
.admin-inf li a:hover {
    color: var(--main-red);
}
.contact-admin {
    background: #00000042;
    padding: 20px;
    border-radius: 8px;
}
.contact-admin .form-control {
    border-color: #fafafa;
    background-color: #fafafa;
    padding: 10px;
}
.contact-admin textarea.form-control {
    height: 100px;
}
label {
    cursor: pointer;
}
.flatpickr-input[readonly] {
    width: 100%;
}
#property-appoiment {
    display: none;
}
.active-p {
    color: var(--main-red);
    background-color: #00000042;
    box-shadow: 0px -8px 10px 0 var(--shadow-box);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.contact-nav li {
    padding: 15px;
    cursor: pointer;
}
#sendtofriend .modal-content {
    border: none;
}
#sendtofriend .modal-header {
    background: linear-gradient(45deg, var(--btn-color) 0%, #012160 100%);
    position: relative;
    height: 200px;
}
#sendtofriend .modal-body {
    margin-top: -100px;
    z-index: 9;
}
#sendtofriend .modal-img-prop img {
    height: 200px;
    width: 200px;
    border-radius: 50%;
    object-fit: cover;
    border: 10px solid #ffffff4d;
}
@media screen and (max-width:992px) {
    .admin-information {
        column-gap: 10px;
    }
    .admin-img img {
        width: 120px;
        height: 120px;
    }
    .admin-inf i {
        font-size: 25px;
    }
}
/* Magnific Popup CSS */
/* Main image in popup */
img.mfp-img {
width: auto;
max-width: 100%;
height: auto;
display: block;
line-height: 0;
box-sizing: border-box;
padding: 40px 0 40px;
margin: 0 auto; 
max-height: calc(100vh - 80px) !important;
}
/* The shadow behind the image */
.mfp-figure {
    line-height: 0;
}
.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444;
}
.mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px;
}
.mfp-figure figure {
    margin: 0;
}
.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto;
}
.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #F3F3F3;
    word-wrap: break-word;
    padding-right: 36px;
}
.mfp-image-holder .mfp-content {
    max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
/**
* Remove all paddings around the image on small screen
*/
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0;
    }
    .mfp-img-mobile img.mfp-img {
        padding: 0;
    }
    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0;
    }
    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px;
    }
    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, 0.6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        box-sizing: border-box;
    }
        .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0;
    }
    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px;
    }
    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, 0.6);
        position: fixed;
        text-align: center;
        padding: 0;
    }
}
@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
    }
    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0;
    }
    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%;
    }
    .mfp-container {
        padding-left: 6px;
        padding-right: 6px;
    }
}