@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

body {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

a {
    transition: .5s;
    text-decoration: none;
}

a:hover {
    transition: .5s;
    text-decoration: none;
}

.header_wrap {
    background-color: #0f9558;
}

.header_text {
    text-align: center;
    padding: 18px 0;
}

.header_text h1 {
    margin: 0px;
    font-size: 25px;
    color: #fff;
}

.allProperties_wrap {
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.property_heading {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
    row-gap: 10px;
}

.property_heading p {
    margin-bottom: 0px;
}

.title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 500;
}

.allProperties_row {
    row-gap: 25px;
}

.property_box {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.property_box1 {
    box-shadow: 0px 0px 6px #00000075;
}

.property_box img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.property_detail {
    padding: 15px;
    position: relative;
}

.property_detail h3 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}

.property_detail h4 {
    display: flex;
    align-items: center;
    color: #000000;
    transition: color 0.3s;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 15px;
}

.property_detail h4 i {
    color: #0F9558;
    margin-right: 5px;
}

.property_detail h5 {
    color: #323232;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 15px;
}

.property_detail p {
    color: #000000;
    font-size: 14px;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    column-gap: 5px;
}

.property_detail p i {
    color: #0F9558;
}



.property_boxBtns {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 15px;
}

.main_btn {
    background-image: linear-gradient(#0F9558, #066E3F);
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    border-radius: 35px;
    padding: 12px 20px;
    border: 1px solid #066E3F;
}

.main_btn:hover {
    color: #ffffff;
    border-color: #066E3F;
    /* background-image: none; */
}

/* .property_boxBtns .whatsApp {
    font-size: 25px;
    height: auto;
    line-height: 20px;
    color: #128C7E;
} */
.property_boxBtns .whatsApp {
    font-size: 20px;
    height: auto;
    line-height: 20px;
    color: #ffffff;
    background-color: #0a804b;
    border-radius: 35px;
    width: 50px;
    text-align: center;
    height: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property_boxBtns .main_btn {
    padding: 5px 10px;
    font-size: 12px;
}


.property_box .slick-slider {
    margin-bottom: 0px !important;
}

.slick-prev {
    left: 0px !important;
    z-index: 1;
}

.slick-next {
    right: 0px !important;
    z-index: 1;
}

.property_box iframe {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

.view_more {
    text-align: center;
}

.view_more a {
    font-size: 15px;
    font-weight: 500;
    color: #0F9558;
    text-decoration: underline;
}

.copyright_foter {
    padding: 20px 0;
    border-top: 1px solid #dedede;
}

.copyright {
    text-align: center;
}

.copyright p {
    font-size: 14px;
    margin: 0px;
    color: #777;
}

.property_unavailable {
    text-align: center;
    height: 60vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.property_unavailable h5 {
    margin: 0px;
}

.footer_wrap {
    background-color: #2a2a2a;
    padding-top: 30px;
    width: 100%;
    display: inline-block;
}

.flatsIn_zirakpur h3 {
    font-size: 16px;
    font-weight: 600;
    border-left: 6px solid #0f9458;
    padding-left: 5px;
    color: #a3a3a5;
}

.flatsIn_zirakpur ul {
    padding: 0px;
}

.flatsIn_zirakpur ul li {
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    margin-right: 5px;
    padding-left: 10px;
    position: relative;
    color: #777;
}

.flatsIn_zirakpur ul li::before {
    content: "";
    position: absolute;
    left: -1px;
    top: 5px;
    width: 6px;
    height: 6px;
    background-color: #777;
    border-radius: 100%;
}

.bottomDetail_wrap {
    background-image: url(../img/181.jpg);
    padding: 4rem 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
}

.bottomDetail_wrap::before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: rgb(255 255 255 / 85%);
}

.bottomLocation_detail {
    position: relative;
}

.bottomLocation_detail .title {
    color: #000000;
}

.bottomLocation_detail {
    position: relative;
    border: 1px solid #000000;
    padding: 2rem 2rem 0rem 2rem;
}

.addressSingle_col {
    margin-bottom: 2rem;
    color: #000000;
}

.addressSingle_col h4 {
    font-weight: 400;
}

.addressSingle_col p a {
    color: #000000;
}

.bottomForm_detail {
    position: relative;
    padding-left: 5rem;
}

.bottomForm_detail .title {
    color: #000000;
}

.bottomForm_detail form .form-control {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    border: 2px solid #000000;
    border-radius: 0px;
    color: #000000;
    padding: 12px 20px;
}

.bottomForm_detail form select.form-control {
    appearance: auto;
}

.bottomForm_detail form select.form-control option {
    color: #000;
}

.bottomForm_detail form .form-control::placeholder {
    color: #000000;
}

/*  */
.dropdown {
    position: relative;
    font-size: 14px;
    color: #333;
}

.dropdown .dropdown-list {
    padding: 12px;
    background: #fff;
    position: absolute;
    top: 51px;
    left: 0px;
    right: 0px;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    transform-origin: 50% 0;
    transform: scale(1, 0);
    transition: transform 0.15s ease-in-out 0.15s;
    max-height: 66vh;
    overflow-y: scroll;
}

.dropdown .dropdown-option {
    display: block;
    padding: 8px 12px;
    opacity: 0;
    transition: opacity 0.15s ease-in-out;
}

.dropdown .dropdown-label {
    display: block;
    cursor: pointer;
}

.dropdown .dropdown-label:before {
    content: "▼";
    float: right;
}

.dropdown.on .dropdown-list {
    transform: scale(1, 1);
    transition-delay: 0s;
}

.dropdown.on .dropdown-list .dropdown-option {
    opacity: 1;
    transition-delay: 0.2s;
}

.dropdown.on .dropdown-label:before {
    content: "▲";
}

.dropdown [type="checkbox"] {
    position: relative;
    top: -1px;
    margin-right: 4px;
}

.dropdown-search {
    z-index: 10;
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
}

.search-input {
    width: calc(100% - 30px);
    padding: 6.5px 20px;
    margin-bottom: 8px;
    box-sizing: border-box;
    border: 1px solid #cccccc;
    border-right: 0;
}

@media screen and (max-width:992px) {
    .bottomForm_detail {
        padding-left: 0rem;
    }
}

@media screen and (max-width:768px) {
    .bottomLocation_detail {
        margin-bottom: 2rem;
    }
}

@media screen and (max-width:576px) {
    .bottomDetail_wrap {
        padding: 2rem 0;
    }

    .bottomLocation_detail {
        padding: 1rem 1rem 0rem 1rem;
    }

    .addressSingle_col {
        margin-bottom: 1rem;
    }

    .addressSingle_col h4 {
        font-size: 18px;
    }

    .addressSingle_col p {
        font-size: 14px;
    }

    .bottomForm_detail form .form-control {
        font-size: 14px;
    }
}



@media screen and (max-width:576px) {
    .property_boxDetails {
        display: flex;
        flex-wrap: wrap;
        column-gap: 10px;
        row-gap: 10px;
        align-items: center;
    }

    .property_boxDetails p {
        width: calc(50% - 5px);
        font-size: 12px;
    }

    .copyright_foter {
        margin-bottom: 2.5rem;
    }
}


/*  */
.enquery_wrap {
    position: fixed;
    left: -79px;
    top: 50%;
    display: flex;
    align-items: center;
    transform: rotate(-90deg);
}

.enquery_wrap .chat_now {
    background-color: #0a804b;

    box-shadow: 0px -3px 5px #00000066;
}

.enquery_wrap .chat_mobile {
    visibility: hidden;
}

.enquery_wrap .chat_now a {
    color: #fff;
    font-size: 10px;
    height: 100%;
    display: flex;
    padding: 8px 12px;
    border-right: 1px solid;
    align-items: center;
    column-gap: 5px;
}

.contactInfo_modal .modal-header {
    background-image: linear-gradient(#0F9558, #066E3F);
    padding-top: 8px;
    padding-bottom: 6px;
}

.contactInfo_modal .modal-header h5 {
    font-size: 15px;
    color: #fff;
}

.contactInfo_modal .modal-body form .form-label {
    font-size: 12px;
    margin-bottom: 2px;
}

.contactInfo_modal .modal-body form .form-control {
    font-size: 12px;
}

.contactInfo_modal .modal-body form .main_btn {
    padding: 5px 20px;
    font-size: 14px;
    font-weight: normal;
}

@media screen and (max-width:576px) {
    .enquery_wrap .chat_now {
        visibility: visible;
    }

    .enquery_wrap {
        transform: rotate(0deg);
        left: 0;
        right: 0;
        bottom: 0;
        top: unset;
    }

    .enquery_wrap .chat_now {
        width: 50%;
        text-align: center;
    }

    .enquery_wrap .chat_now a {
        justify-content: center;
        padding: 12px 12px;
        font-size: 14px;
    }
}