@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    padding: 0;
    margin: 0;
    font-family: "Poppins", sans-serif;
}

:root {
    --red: #BB0406;
    --black: #000000;
    --grey: #C9CEBF;
    --second_grey: #828687;
    --white: #FFF;
    --border: #D0D0D3;
}

.masthead {
    padding: 25px 0px;
}

#close {
    background: transparent;
    padding: 0;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}
#navbarNav ul li a {
    font-size: 18px;
}
.header_Location select {
    outline: 0;
    border: none;
    font-size: 16px;
    font-weight: 600;
    text-align: left;
    width: 115px;
}

.navbar_menubar {
    background-color: var(--red);
    text-align: center;
}

.navbar_menubar select {
    word-wrap: normal;
    background: transparent;
    color: #FFF;
    border: none;
    outline: none;
}

.navbar_menubar select:focus {
    color: #000 !important;
}

.navbar_menubar ul li {
    display: inline;
    text-decoration: none;
    color: var(--white);
    font-size: 16px;
    font-weight: 600;
    padding: 0 15px;
}

.category {
    background: linear-gradient(180deg, rgba(224, 197, 70, 0.66), rgba(224, 197, 70, 0.66), rgba(191, 161, 18, 0.66));
    padding: 50px 0 70px 0;
    margin-bottom: 20px;

}

.category h5 {
    font-size: 60px;
    font-weight: 800;
}

.category h1 {
    font-size: 30px;
    font-weight: 800;
}

.category h2 {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;

}

.category h3 {
    font-size: 18px;
    font-weight: 400;
    text-align: justify;
}

.category p {
    font-size: 22px;
    font-weight: 400;
}

.category_search {
    border: solid 0.5px #707070;
    border-radius: 24px;
    margin-left: auto;
    margin-right: auto;
}

.categories ul {
    border-bottom: 1px solid var(--border);
    justify-content: space-between;
}

.category_search ul {
    padding: 25px 25px;
    display: flex;
    justify-content: center;
    margin: 0;
}

.category_search ul li {
    /* display: inline; */
    font-size: 16px;
    list-style: none;
    font-weight: 400;
    /* padding: 30px; */
    margin: 0px 5px;
}

.categories ul li button {
    border: none;
    background-color: #FFF;
}

.categories ul li label {
    border-bottom: 2px solid transparent;
}

.categories ul li label:hover {
    border-bottom: 2px solid var(--red);
    cursor: pointer;
}

.categories ul li.selected label {
    border-bottom: 2px solid var(--red);
}

.categories ul li input {
    opacity: 0;
}

.whatsapp {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 9999;
    text-decoration: none;
    transition: all 0.5s ease 0s;
    background: #fff;
    padding: 10px;
    border-radius: 33px;
    overflow: hidden;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    box-shadow: 0px 0px 12px 0px #00000040;
}

.whatsapp span {
    color: #000;
    font-size: 14px;
    margin-left: 10px;
    white-space: nowrap;
}

.whatsapp:hover {
    width: 176px;
}

.select-checkbox:checked+label::selection {
    border-bottom: 2px solid var(--red);
}

.select-checkbox:checked+label {
    border-bottom: 2px solid var(--red);
}


.search_location {
    justify-content: space-between;

}

.search_location input {
    outline: none;
    border: none;
}

.form-control:focus {
    box-shadow: none !important;
}

.search_location .submit_button input {
    background-color: var(--red);
    border-radius: 27px;
    border: none;
    padding: 10px 20px;
    color: var(--white);
    width: 135px;
}

.filter_type {
    border-top: 0.5px solid var(--border);
    padding: 50px 0px 30px 40px;
}

.filter_type ul {
    padding: 0;
    justify-content: flex-start;
}

.filter_type select {
    border-radius: 9px;
    box-shadow: 0px 3px 6px #00000029;
    border: 0.5px solid #eeb4b5;
    outline: none;
}

.filter_type select#budget {
    width: 108px;
}

.filter_type select#posted_by {
    width: 130px;
}

.location {
    border-right: 1px solid var(--border);
}

.location select {
    border: none;
    outline: none;
    font-size: 16px;
    font-weight: 400;
}

.location label {
    background-color: #F0F0F4;
    padding: 3px 18px;
    border-radius: 27px;
    color: #B2B2B2;
    font-size: 20px;
    font-weight: 400;
}

.listed_properties h4 {
    font-size: 45px;
    font-weight: 600;
}

.list_heading {
    justify-content: space-between;
}

.list_heading {
    padding: 20px 15px;
    background-color: var(--grey);
    border-radius: 10px;
    font-size: 18px;
    font-weight: 400;
}

.list_heading div {
    background-color: var(--white);
    padding: 0 20px;
    border-radius: 15px;
}

/*login css*/
.login_page {
    position: relative;
    height: 100vh;
}

.login_form {
    background-color: #F4F5F2;
    border: 5px solid var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 40px;
    text-align: center;
}

.top_button {
    display: flex !important;
    justify-content: space-evenly;
}

.login_button a {
    text-decoration: none;
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    background-color: var(--red);
    border-radius: 2px;
    border: none;
    padding: 15px 75px;
    margin: 0 20px;
}

.reg_button a {
    background-color: var(--grey);
    border-radius: 2px;
    color: var(--second_grey);
    font-size: 10px;
    font-weight: 500;
    border: none;
    padding: 15px 75px;
    text-decoration: none;

}

.login_form h6 {
    color: var(--second_grey);
    margin: 5px;
    font-size: 12px;
    font-weight: 600;
}

.login_icons img {
    padding: 15px;
}

.login_credential {
    margin: 25px 0;
}
.login_credential label {
    margin-top: 10px;
}
.login_credential input {
    padding: 10px 10px;
    margin: 0px 0;
    color: var(--second_grey);
    font-size: 12px;
    font-weight: 500;
}

.forget_password {
    display: flex;
    justify-content: space-between;
    margin: 0 30px;
}

.forget_password a {
    text-decoration: none;
    padding: 0;
}

.sign_in_button button {
    background-color: var(--red);
    border-radius: 2px;
    color: var(--white);
    font-size: 10px;
    font-weight: 500;
    border: none;
    padding: 15px 0;
    margin: 10px 0;
}

.register_button span {
    color: var(--red);
    font-size: 12px;
    font-weight: 600;
}

.register_button a {
    text-decoration: none;
    color: var(--red);
}


/*Create account page*/
.create_account_page {
    position: relative;
    height: 100vh;
}

.content_part {
    background-color: #F4F5F2;
    border: 20px solid var(--black);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    text-align: center;
}

.create_account_heading h5 {
    font-size: 16px;
    font-weight: 600;
    color: var(--red);
}

.content_part h6 {
    font-size: 10px;
    font-weight: 400;
    color: var(--second_grey);
}

.input_text input {
    padding: 1px 5px;
    margin: 5px 0;
    font-size: 12px;
    font-weight: 600;
}

.input_text select {
    padding: 1px 0;
}

.input_text h6 {
    padding: 10px 0;
    text-align: left;
}

.input_text option {
    font-size: 12px;
    font-weight: 400;
}

.term_conditions {
    margin: 5px 0;
}

.term_conditions h6 {
    margin: 0 10px;
}

.register_button button {
    background-color: var(--red);
    font-size: 11px;
    font-weight: 400;
    color: var(--white);
}

/*listing details page*/
.listing_heading h4 {
    color: #122100;
    font-size: 22px;
    font-weight: 600;
}

.description_left h4 {
    font-size: 22px;
    font-weight: 400;
    color: #122100;
    text-align: left;
}

.faq a {
    font-size: 28px;
    font-weight: 600;
}

.description_right h5 {
    font-size: 22px;
    font-weight: 600;
    color: #122100;
    text-align: left;
    text-wrap: wrap;
}


.des_details .col-6 {
    padding: 0;
}

.des_heading {
    padding: 20px 0;
    border-top: 2px solid var(--border);
    margin-top: 21px;
}

.des_heading h4 {
    font-size: 28px;
    font-weight: 400;
    color: #122100;
    text-align: left;
}

.des_details .row {
    margin: 25px 0;
}

.interest_button button {
    background-color: var(--red);
    border: none;
    border-radius: 25px;
    color: var(--white);
    font-size: 14px;
    font-weight: 400;
    padding: 15px 65px;
    margin: 25px 0;
}

.interest_button button a {
    text-decoration: none;
    color: var(--white);
}

.piramal_banner img {
    margin: 25px 0;
}

.listed_properties {
    margin: 45px 0;
}

.listed_properties_heading {
    background-color: #EFEFEF;
    border-radius: 12px;
    display: flex;
    margin: 12px auto;
    width: 100%;
    text-align: center;
}

.listed_properties_details {
    background-color: #EFEFEF;
    border-radius: 17px;
    box-shadow: 0px 8px 10px #00000029;
    display: flex;
    margin: 12px auto;
    width: 100%;
    text-align: center;
}

.no_data_found {
    background-color: #EFEFEF;
    border-radius: 17px;
    box-shadow: 0px 8px 10px #00000029;
    padding: 8px 0;
    text-align: center;
}

.backg {
    padding: 15px 0;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    overflow: hidden;
    width: 24%;
}

.listed_heading {
    background-color: #FFF;
    border: none;
    padding: 5px 12px;
    border-radius: 24px;
    box-shadow: 0px 2px 6px #00000029;
    margin: 0px 10px;
    text-align: left;
    display: flex;
    align-items: center;
}

.listed_heading img {
    width: 14px;
}

.listed_heading span {
    font-size: 16px;
    font-weight: 500;
    margin: 0 8px;
}

.listed_heading select {
    border: none;
    width: 85px;
    padding: 0;

}

.listed_heading select:focus {
    box-shadow: none;
}

.listed_properties h5 {
    font-size: 45px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0;
    color: var(--black);
}

.listed_details {
    border: none;

    margin: 0px 10px;
    text-align: left;
}

.listed_details a {
    text-decoration: none;
}

.interest_button.floater {
    position: fixed;
    right: 30px;
    bottom: 90px;
    margin: 0;
    z-index: 99;
}

.interest_button.floater button {
    margin: 0;
    padding: 10px 15px;
}

.listed_details h6 {
    font-size: 16px;
    font-weight: 500;
    color: var(--black);
    padding: 2px 0;
    margin-bottom: 0;
}

.listed_details button {
    border: none;
    border-radius: 25px;
    letter-spacing: 0.28px;
    color: var(--white);
    background-color: var(--red);
    font-size: 10px;
    font-weight: 400;
    padding: 5px 8px;
}

.listed_details button a {
    text-decoration: none;
    color: var(--white);
    font-size: 12px;
    font-weight: 400;
}

.property_heading {
    display: flex !important;
    align-items: center;
    width: 75%;

}

.description_right button {
    border: none;
    border-radius: 25px;
    letter-spacing: 0.28px;
    color: var(--white);
    background-color: var(--red);
    font-size: 10px;
    font-weight: 400;
    padding: 5px 8px;
}

.details {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    width: 75%;
}

.listed_details img {
    margin: 0 5px;
}

.property_details {
    background-color: #C9CEBF;
    width: 25%;
}

.description_right h6 {
    font-size: 22px;
}

.action_button {
    display: flex !important;
    justify-content: center;
    margin: 25px 0;
}

.action_button h6 {
    font-size: 18px;
    font-weight: 400;
    color: var(--red);
    margin: 0 35px;
}

.faq h4 {
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin: 25px 0;
    color: var(--black);
}

.faq h5 {
    font-size: 18px;
    font-weight: 500;
    color: var(--black);
}

.faq h6 {
    font-size: 18px;
    font-weight: 400;
    text-align: left;
    color: var(--second_grey);
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-item {
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .125) !important;
}

.page-item.active .page-link {
    background-color: var(--red);
    border-color: var(--second_grey)
}

.page-link {
    color: var(--second_grey);
}

/*footer css*/
.social_icons ul li {
    display: inline;
    padding: 2px;
}

.footer {
    background: linear-gradient(#F4F5F2, #ECE9DF);
    position: relative;
    padding: 45px 0;
}

.footer h4 span {
    color: var(--red);
}

.footer h4 {
    font-size: 40px;
    font-weight: 600;
}

.contact_details {
    padding-top: 32px;
}

.contact_details h5 {
    font-size: 20px;
    font-weight: 600;
}

.contact_details h6 {
    font-size: 16px;
    font-weight: 500;
}

.footer_banner {
    align-items: center;
}

.footer_banner img {
    padding-top: 52px;
    align-items: center;
    position: absolute;
    bottom: 55px;
    right: 85px;
    width: 42%;
}

/* .auction_date {
    width: 183px;
} */

.region {
    width: 134px;
    margin: 0 auto;
}

.flats {
    width: 122px;
}

.budgets {
    width: 152px;
}

/* .sort_by {
    width: 132px;
} */



.business_logo {
    width: 200px;
}

.powered_logo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.powered_logo p {
    font-weight: 600;

}

.powered_logo img {
    background: #bb0406;
    margin: 0 0;
    width: 210px;
    margin-left: 10px;
}

.back_image_property {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 150px;

}

.back_image_property::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: linear-gradient(179deg, #00000070, transparent);
    z-index: 1;
}

.propertyName {
    position: absolute;
    left: 0px;
    top: 0px;
    padding: 5px 10px;
    width: 100%;
    z-index: 2;
    height: 100%;
    margin: 0;
}

.propertyName h6 {
    color: #fff;
}

/*For mobile responsive*/
@media (max-width: 991px) {
    .listed_properties_heading .property_details .listed_heading {
        width: 190px;
    }

    .listed_properties_heading .property_details,
    .property_details {
        width: 30%;
    }

    .details {
        width: 70%;
    }

    .property_heading {
        width: 70%;
        overflow-x: scroll;
    }

    .powered_logo {
        text-align: left !important;
    }

}

@media (max-width: 767px) {
    .powered_logo img {
        margin-left: 0;
    }
    .description_right h6 {
        font-size: 12px;
    }

    #readMore,
    #price {
        width: 100% !important;
    }

    .details {
        display: block !important;
    }

    .listed_properties_heading .property_details,
    .property_details {
        width: 190px;
        border-radius: 0;
    }

    * {
        font-size: 12px;
    }

    .navbar_menubar ul li {
        font-size: 10px;
        font-weight: 500;
    }

   

    .powered_logo .logo {
        background: #000;
        margin: 0 0;
    }

    .category h5 {
        font-size: 28px;
        font-weight: 800;
        text-align: center;
    }

    .category h1 {
        font-size: 28px;
        font-weight: 800;
        text-align: center;
    }

    .category h2 {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
        margin-bottom: 10px;
    }

    .category h3 {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .category p {
        font-size: 16px;
        font-weight: 400;
        text-align: center;
    }

    .header_Location {
        text-align: center;
        justify-content: center;
    }

    .header_Location select {
        font-size: 12px;
        text-align: right;
    }



    .index_mobile_banner {
        text-align: center;
    }

    .category_search ul li {
        font-size: 9px;
    }

    .listed_properties h5 {
        font-size: 25px;
        font-weight: 700;
    }

    .action_button img {
        width: 60%;
    }

    .location {
        border-right: none;
    }

    .footer h4 {
        font-size: 32px;
        text-align: left;
        padding: 10px 0;
        margin: 0;
    }

    .footer h4 span {
        font-size: 32px;
    }

    .contact_details h5 {
        display: none;
    }

    .contact_details h6 {
        font-size: 16px;
        font-weight: 600;
        margin: 10px;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_terms {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .social_icons {
        margin-bottom: 45px;
        text-align: left;
    }

    .social_icons ul {
        padding: 0;
    }

    .footer_logo {
        text-align: left;
        padding: 15px 0;
    }

    .category_search {
        display: none;
    }

    .filter_option {
        display: flex !important;
        justify-content: space-between;
    }

    .filter_option select {
        border-radius: 10px;
    }

    .location {
        margin: 25px 0px;

    }

    .input_serach_text {
        background-color: #F0F0F4;
        padding: 10px 15px;
        border-radius: 27px;
    }

    .input_serach_text input {
        background: transparent;
        border: none;
        outline: none;
        font-size: 12px;
    }

    .input_serach_text input:focus,
    .filter_option select:focus {
        box-shadow: none;
        background: transparent;
    }

    .location select,
    .filter_option select {
        font-size: 10px;
        font-weight: 400;
        background: transparent;
        border: none;
        padding: 0;
    }

    .powered_logo p {
        font-size: 16px;
      
    }
    .powered_logo {
        display: block;
    }
    .filter_option select,
    .filter_option select:focus {
        background: url("../images/chevron-down.svg") no-repeat center right -45px / 100% 100%;
        padding-right: 11px;
    }

    .filter_option {
        background-color: #F0F0F4;
        padding: 13px 15px;
        border-radius: 27px;
        width: 39%;
        padding-right: 5px;
    }

    .location img,
    .input_serach_text img {
        width: 15px;
    }

    .location {
        background-color: #F0F0F4;
        padding: 10px 15px;
        border-radius: 27px;
        width: 60%;
        margin: 0;
    }

    .mobileFilter select {
        border-radius: 29px;
        border: 0.5px solid #eeb4b5;
        outline: none;
        box-shadow: 0px 2px 2px #00000029;
        font-size: 8px;
        margin-right: 5px;
        margin-bottom: 10px;
        padding: 3px 0px;

    }

    .location label {
        padding: 0;
        color: #B2B2B2;
        font-size: 12px;
    }

    .category_search_responsive {
        margin: 25px 0;
    }

    .input_serach_text {
        justify-content: space-between;
    }

    .input_serach_text button {
        background-color: var(--red);
        border-radius: 27px;
        border: none;
        padding: 5px 14px;
        color: var(--white);
    }

    .contact_details {
        padding-top: 12px;
    }

    .footer_banner img {
        padding-top: 25px;
        align-items: center;
        position: relative;
        width: 100%;
        right: 0;
    }

    .social_icons {
        margin-bottom: 0px;
        text-align: left;
    }



    /*For mobile login page*/
    .login_form {
        padding: 25px;
        width: 100%;
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-top: 25px;

    }

    .content_part {
        background-color: #F4F5F2;
        border: 20px solid var(--black);
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        padding: 25px;
        text-align: center;

    }

    .forget_password {
        margin: 0;
    }

    .login_form h6 {
        margin: 5px;
    }

    .login_button a {
        padding: 10px 30px;
        margin: 0;
    }

    .reg_button a {
        padding: 10px 28px;
    }

    /*For mobile create account page*/
    .content_part {
        width: 100%;
    }

    .input_text h6 {
        padding: 15px 0 0 0;
        text-align: left;
    }

    .content_part img {
        margin: 25px 0;
    }

    /*For mobile listing deatils page*/
    .listing_heading h4 {
        font-size: 12px;
        font-weight: 600;
    }

    .des_heading h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .description_left h4 {
        font-size: 12px;
        font-weight: 400;
    }

    .description_right h5 {
        font-size: 12px;
        font-weight: 600;
    }

    .des_heading {
        padding: 15px 0 5px 0;
        border-top: 2px solid var(--border);
        margin-top: 15px;
    }

    .des_details .row {
        margin: 15px 0;
    }

    .interest_button button {
        padding: 8px 22px;
        font-size: 12px;
    }

    .listed_properties_details {
        margin: 0 auto;
        text-align: left;
        flex-direction: column;
        width: 95%;
        margin-bottom: 30px;
    }

    .listed_properties_heading {
        overflow: scroll;
        display: none;
    }

    .backg {
        padding: 0;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
        border-bottom-left-radius: 0;
        overflow: hidden;
    }

    .backg.auction_date {
        width: 100%;
        margin-top: 15px;
    }

    .backg {
        width: 100%;
        margin-left: 0;
    }

    .backg .region {
        margin-left: 0;
    }

    .listed_details img {
        margin: 0 12px;
    }

    .details {
        width: 100%;
    }

    .listed_details {
        display: flex;
        width: 100%;
    }

    .budgets {
        width: 100%;
    }

    .listed_details button,
    .listed_details a {
        font-size: 10px;
        padding: 5px 12px;
    }

    .description_right button {
        padding: 2px 8px;
        font-size: 10px;
    }

    /* .auction_date {
        width: 100%;
    }

    .region {
        width: 100%;
    }

    .flats {
        width: 100%;
    } */

    .listed_heading span {
        font-size: 12px;
        font-weight: 500;
        margin: 0 8px;
    }

    .property_details {
        width: 100%;
        display: flex;
        align-items: center;
    }

    .property_heading {
        display: flex !important;
        align-items: center;
        padding: 10px 0px;
    }

    .action_button {
        display: none !important;
    }

    .page-item.active .page-link {
        background-color: var(--red);
    }

    .page-link {
        color: var(--second_grey);
    }

}


@media (min-width: 1024px) {
    .category_search_responsive {
        display: none;
    }

    .footer_terms {
        display: none;
    }

    .contact_details img {
        display: none;
    }

    .index_mobile_banner {
        display: none;
    }

    .action_button {
        display: none !important;
    }

    .pagination {
        justify-content: center !important;
    }

    .mobile_list_details {
        display: none;
    }

}

@media (min-width: 768px) and (max-width: 1024px) {
    .whatsapp {
        position: fixed;
        bottom: 40px;
        right: 30px;
        z-index: 10;
    }

    .reg_button a {
        padding: 10px 35px;
    }

    .login_button a {
        padding: 10px 35px;
    }

    .category_search_responsive {
        display: none;
    }

    .index_mobile_banner {
        display: none;
    }

    * {
        font-size: 16px;
    }

    .navbar_menubar ul li {
        font-size: 14px;
        font-weight: 500;
    }

    .powered_logo {
        text-align: right;
    }

    .powered_logo img {
        margin-left: 0;
    }

    .category h5 {
        font-size: 45px;
        font-weight: 800;
        text-align: left;
    }

    .category h1 {
        font-size: 35px;
        font-weight: 800;
        text-align: left;
    }

    .category h2 {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
        margin-bottom: 10px;
    }

    .category h3 {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }

    .category p {
        font-size: 16px;
        font-weight: 400;
        text-align: left;
    }

    .header_Location {
        text-align: center;
        justify-content: center;
    }

    .header_Location select {
        font-size: 14px;
        text-align: right;
    }

    .category_search ul li {
        font-size: 16px;
    }

    .listed_properties h5 {
        font-size: 35px;
        font-weight: 700;
    }

    .action_button img {
        width: 60%;
    }

    .footer h4 {
        font-size: 32px;
        text-align: left;
        padding: 10px 0;
        margin: 0;
    }

    .footer h4 span {
        font-size: 32px;
    }

    .contact_details h5 {
        display: none;
    }

    .contact_details h6 {
        font-size: 16px;
        font-weight: 600;
        margin: 10px;
    }

    .footer {
        padding: 25px 0;
    }

    .footer_terms {
        display: flex;
        justify-content: space-between;
        padding: 0;
    }

    .social_icons {
        margin-bottom: 45px;
        text-align: left;
    }

    .social_icons ul {
        padding: 0;
    }

    .footer_logo {
        text-align: left;
        padding: 15px 0;
    }


    .category_search {
        display: none;
    }

    .filter_option {
        display: flex !important;
        justify-content: space-between;
    }

    .filter_option select {
        border-radius: 10px;
    }

    .location {
        margin: 25px 0px;
    }

    .location select {
        font-size: 14px;
        font-weight: 400;
        margin-left: 15px;
    }

    .location label {
        padding: 3px 24px;
        font-size: 15px;
    }

    .category_search_responsive {
        border: 1px solid #707070;
        border-radius: 10px;
        padding: 15px;
        margin: 25px 0;
    }

    .input_serach_text {
        justify-content: space-between;
    }

    .input_serach_text button {
        background-color: var(--red);
        border-radius: 27px;
        border: none;
        padding: 5px 14px;
        color: var(--white);
    }

    .contact_details {
        padding-top: 12px;
    }

    .footer_banner img {
        padding-top: 25px;
        align-items: center;
        position: relative;
        width: 100%;
        right: 0;
    }

    .social_icons {
        margin-bottom: 0px;
        text-align: left;
    }

    .listed_properties_heading {
        width: 100%;
        display: none;
    }

    .listed_properties_details {
        width: 100%;
    }

    .listed_details {
        padding: 5px 5px;
        margin: 0px 5px;
        text-align: left;
    }

    .listed_details {
        display: flex;
        width: 100%;
    }
}

/* Custom styles to handle nested dropdown */
.navbar-nav .dropdown:hover>.dropdown-menu {
    display: block;
    margin-top: 0;
}

.dropdown-menu .dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
    margin-left: -1px;
    display: none;
}

.dropdown-menu .dropdown-submenu .dropdown-menu {
    position: absolute;
    left: 100%;
    top: 0;
    margin-top: -5px;
    display: none;
}

/* Show submenu on hover */
.dropdown-menu .dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

/* Adjust submenu on small screens */
@media (max-width: 992px) {
    .dropdown-menu .dropdown-submenu .dropdown-menu {
        left: 0;
        top: 100%;
    }
}

.offcanvas-body {
    height: 60vh;
}

/* All pages Breadcrumb CSS Code */
.breadcrumb p {
    font-size: 20px;
    font-weight: 300;
}

.breadcrumb p a {
    font-weight: 500;
    color: #000;
    text-decoration: none;
}

.breadcrumb p span {
    font-weight: 500;
    color: #0d6efd;
}

/* Property Details Page CSS */
.property-header {
    background: #f1f2ee;
    border-radius: 1rem;
    padding: 1rem;
    display: flex;
    flex-wrap: wrap;
    /* gap: 0.75rem; */
    justify-content: space-between;
}

.header-item {
    display: flex;
    align-items: center;
    /* gap: 0.5rem; */
    background: white;
    /* padding: 0.5rem 1rem; */
    border-radius: 2rem;
    font-weight: 500;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    /* justify-content: center; */
    width: 140px;
    justify-content: space-around;
    font-size: 14px;
    padding: 5px 9px;
    height: 38px;
}

.property-card {
    background: #EFEFEF;
    border-radius: 1rem;
    margin-top: 1rem;
    /* padding: 1rem; */
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    font-size: 15px;
    padding-right: 0px!important;
}
.header-item img{
    height: 20px!important;
}
.property-title {
    font-weight: bold;
}

.interested-btn a{ 
  text-decoration: none;
  color: #fff;
}

.interested-btn {
    background-color: #c8102e;
    color: white;
    border: none;
    border-radius: 2rem;
    padding: 5px 7px 5px 10px;
    font-size: 14px;
    white-space: nowrap;
}

.interested-btn i {
    margin-left: 0.5rem;
}
.icon-btn {
    background: none;
    border: none;
    margin-left: 0.5rem;
}
.property-title-first{
    border-radius: 20px 0px 0px 20px;
    background: #c9cebfba;
    padding: 13px;
    font-size: 14px;
}
.property-title a{
    text-decoration: none!important;
    color: #000000ad!important;
}
.section-header {
    background-color: #f8f9fa;
    border: 2px solid #c10000;
    border-radius: 8px;
    padding: 8px 15px;
    font-weight: bold;
    color: #c00000;
    /* margin-bottom: 10px; */
}

.detail-box {
    border: 1px solid #dee2e6;
    border-radius: 8px;
    padding: 20px;
    background-color: #f4f7f4;
    margin-bottom: 20px;
}

.detail-label {
    font-weight: bold;
}

.detail-row {
    margin-bottom: 10px;
}

.category-label,
.status-label {
    color: #c00000;
    font-weight: bold;
}

.sub-section-header {
    background-color: #dcdce4;
    padding: 8px 15px;
    border-radius: 6px;
    font-weight: bold;
    margin: 20px 0 15px;
    color: #6c0000;
}

.download-btn {
    background-color: white;
    color: #c10000;
    border: 1px solid #c10000;
    padding: 2px 10px;
    font-weight: bold;
    font-size: 14px;
    border-radius: 5px;
    text-decoration: none;
}

.table>:not(caption)>> {
    padding: .5rem .5rem;
    color: var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));
    background-color: transparent !important;
    border-bottom-width: var(--bs-border-width);
    box-shadow: inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)));
    border: none !important;
}
.property-image {
    width: 70%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}
.interstedBtn {
    width: 106px;
    padding: 10px;
}

@media (max-width: 768px) {
    .property-card .row>div {
        margin-bottom: 10px;
    }
}
@media (max-width: 768px) {
    .property-card .row > div {
      margin-bottom: 10px;
      border-radius: 20px !important;
      margin-left: 5px;
    }
}
@media (max-width: 767.98px) {
.property-card {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.5rem;
    width: 341px;
    margin: 0px auto;
    }
}
.shareBtn-property{
    border: none!important;
    width: 24px;
}
.icon-btn img {
    width: 22px;
}
.backtotop{
    background-color: rgb(190, 188, 188);
    padding: 10px;
}
.circle-btn {
    width: 40px;
    height: 40px;
    border: 2px solid #c10000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c10000;
    font-size: 1.2rem;
    text-decoration: none;
}

.see-projects-text {
    color: #c10000;
    font-weight: bold;
    font-size: 1.2rem;
}
.header-box, .footer-box {
    background-color: #dedee7;
    border-radius: 10px;
    padding: 10px 20px;
    margin-bottom: 20px;
}

.offcanvas .dropdown-menu {
    background: #bb0406;
    padding-left: 20px;
}
.property-sub-menu {
    overflow: visible !important;
}
.property-Sub-menu,
.propertySubmenu,
.offcanvas .dropdown-item  {
    background: #bb0406 !important;
}
.property-Sub-menu .dropdown-menu.view {
    display: block;
}
.drop-down-menu {
    display: none ;
}
.offcanvas .property-submenu.drop-down-menu.view {
    display: block !important;
}
.property-Sub-menu .dropdown-menu {
    top: 5px !important;
    border: 1px solid #fff;
    z-index: 999999;
    margin-left: 0 !important;
    display: none;
    position: relative !important;
}