@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,500;1,700;1,800&display=swap');

@font-face {
    font-family: 'addressofchoice VF';
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
    font-variation-settings: 'wght'400;
}

@font-face {
    font-family: 'addressofchoice VF';
    font-weight: bold;
    font-display: swap;
    src: url('../fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
    font-variation-settings: 'wght'700;
}

@font-face {
    font-family: 'addressofchoice VF';
    font-weight: 800;
    font-display: swap;
    src: url('../fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
    font-variation-settings: 'wght'800;
}

@font-face {
    font-family: 'addressofchoice VF';
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/AddressOfChoice-VF.woff2?v1.002') format('woff2-variations');
    font-variation-settings: 'wght'900;
}

@font-face {
    font-family: 'addressofchoice';
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url('../fonts/AddressOfChoice-Regular.woff2?v1.002') format('woff2'),
        url('../fonts/AddressOfChoice-Regular.woff?v1.002') format('woff');
}

:root {
    --main-theme: #E74009;
    --main-content: #575757;
}

h1, h2, h3, h4, h5, h6, p, li, a, label, input, textarea, button, .accordion-body {
    font-family: 'addressofchoice';
}

.bg-grey {
    background-color: #f8f8f8;
}

/* CounterBox */
.ptb-60 {
    padding-top: 60px;
    padding-bottom: 60px;
}

/* Header */
.main_header.stickyHeader {
    position: fixed !important;
    top: 0;
    z-index: 9999;
    background: #fff;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 20%);
}

.main_header.stickyHeader li.nav-item a.active {
    color: #e74009 !important;
}

.main_header .navbar-brand .logo-white {
    display: none;
}

.main_header div#navbarSupportedContent {
    align-items: center;
}

.main_header ul.navbar-nav {
    align-items: center;
}

p {
    color: var(--main-content);
}

.main_header.transparent_header .logo-white {
    display: block;
}

.main_header.stickyHeader .navbar-brand .logo-main {
    display: block;
    max-width: 250px;
}

.main_header.stickyHeader ul li.nav-item a {
    color: var(--dark);
}

.main_header.stickyHeader .navbar-nav>li.nav-item>.nav-link.show {
    color: var(--main-theme);
}

.text-theme {
    color: var(--main-theme);
}

.main_header li.nav-item {
    padding: 0 15px;
}

/* .main_header.transparent_header .navbar-nav > li.nav-item > .nav-link.show {
    color: #fff;
} */
.main_header.transparent_header li.nav-item a {
    color: #eee;
}

.main_header li.nav-item a {
    font-weight: 500;
    font-size: 17px;
    background: transparent !important;
}

.main_header.transparent_header li.nav-item a.active {
    color: #ffffff;
}

.imgamountCalu.emi_calculator_dv p {
    margin-bottom: 0;
}

.login_button button {
    border: none;
    border-radius: 40px;
    padding: 3px 10px;
    color: var(--main-content);
}

.main_header.transparent_header {
    position: absolute;
    padding: 25px 50px;
}

.main_header {
    width: 100%;
    padding: 5px 50px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 25%);
}

.main_header.transparent_header .logo-main {
    display: none;
}

.main_header .navbar-brand img {
    max-width: 230px;
}

.login_button button .fa-circle-user {
    color: var(--main-theme);
    font-size: 18px;
}

.main_header .navbar-nav ul.dropdown-menu {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

.main_header li.nav-item a.dropdown-item {
    font-size: 16px;
    padding: 8px 17px;
    border-bottom: 1px solid #eee;
    color: #505050;
    font-weight: 400;
}

.main_header .navbar-nav ul.dropdown-menu li:last-child a.dropdown-item {
    border: none;
}

.main_header li.nav-item a.dropdown-item:hover {
    background: #eee !important;
}

.main_header.transparent_header .navbar-nav ul.dropdown-menu li a {
    padding: 11px 14px;
    font-size: 16px;
    color: var(--main-content);
    border-bottom: 1px solid #eee;
    font-weight: 400;
    background: transparent;
}

.main_header.transparent_header .navbar-nav ul.dropdown-menu li:last-child a {
    border: none;
}

/* Banner */
.slider_banner {
    position: relative;
}

.slider_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, black, transparent, black);
    top: 0;
    opacity: 0.7;
}


.slider_banner img {
    max-height: 600px;
    width: 100%;
    object-fit: cover;
}

.banner_content {
    margin-top: -200px;
    position: relative;
}

.banner_heading .sub_heading {
    font-size: 28px;
    font-weight: 400;
}

.banner_heading .main_hading {
    padding-bottom: 20px;
    font-size: 40px;
    font-weight: 600;
}

.filltertab {
    background: #fff;
    border-radius: 14px;
    box-shadow: 1px 10px 34px rgb(0 0 0 / 15%);
}

.filltertab .nav-tabs {
    padding: 10px 20px 0;
}

.filltertab .nav-tabs button {
    border: none;
    color: #575757;
    font-weight: 500;
    font-size: 17px;
}

.filltertab .nav-tabs button.active {
    color: var(--main-theme);
    border-bottom: 2px solid;
    padding-bottom: 16px;
}

.filltertab .nav-item {
    margin-right: 20px;
}

/* Counter Box */
.counterBox {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 10px;
    align-items: center;
}

.counterBox img {
    width: 100%;
    max-height: 50px;
    object-fit: contain;
}

.countertext h5 {
    font-size: 28px;
    font-weight: 700;
    margin: 0;
}

.countertext span {
    font-weight: 500;
    color: var(--main-content);
}

.custom_h2 {
    font-size: 32px;
    font-weight: 600;
    color: #000a12;
}

.max_para900 {
    max-width: 900px;
    font-size: 17px;
    color: var(--main-content);
    margin: 0 auto 10px;
    line-height: 1.6;
}

/* You are at the Right Place Now */
.placeGridBox {
    box-shadow: 0px 9px 14px #00000029;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    height: 100%;
    transition: all 0.5s ease;
}

.serviceSlider .swiper-slide {
    padding: 16px;
    height: auto;
}

.placeGridBox img {
    max-height: 240px;
    width: 100%;
    object-fit: cover;
}

.placeGridBox .placeContent {
    padding: 20px;
    text-align: left;
}

.placeGridBox .placeContent p {
    font-size: 16px;
    line-height: 1.5;
    color: var(--main-content);
}

.placeGridBox .placeContent h3 {
    font-size: 21px;
}

.placeGridBox .placeContent h3 a {
    color: #2B2B2B;
    text-decoration: none;
    font-weight: 600;
}

.placeGridBox .placeContent h3 a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.swiper-pagination-bullet-active {
    background: var(--main-theme);
}

.placeGridBox:hover {
    transform: translate(0px, -20px);
    box-shadow: 0px 9px 14px #9b9b9b29;
}

/* Counter Box */

.city-filter-fixed {
    background: #fff;
    display: none;
    box-shadow: -2px 0px 7px rgba(0, 0, 0, .15);
    bottom: 0;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    z-index: 101;
}

.city-filter-fixed ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.city-filter-fixed ul li {
    width: 25%;
    position: relative;
    border-right: 1px solid #ddd;
    text-align: center;
    float: left;
    display: block;
    color: #333 !important;
    padding: 1px 0;
    text-decoration: none !important;
    font-weight: 500;
}

.city-filter-fixed ul li i {
    margin-right: 3px;
    color: #333 !important;
    vertical-align: middle;
    font-size: 18px;
    margin-top: -1px;
}

.city-filter-fixed ul li a {
    color: #333 !important;
    text-decoration: none !important;
}

.city-filter-fixed ul li:last-child {
    border-right: none;
}

.city-filter-fixed ul li .count-select {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ea2c00;
    position: static;
    color: #fff;
    text-align: center;
    font-size: 9px;
    line-height: 15px;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
}



/* Search Box */
.searchFiltter {
    display: grid;
    grid-template-columns: 200px 1fr 150px;
    align-items: center;
    gap: 24px;
    padding: 7px;
}

.location_selectW {
    border-right: 1px solid #e9e9e9;
}

.location_selectW .nice-select {
    width: 100%;
    border: none;
    font-size: 16px;
    color: #575757;
    height: 64px;
    padding: 11px 20px;
}

.searchFiltter ul.list {
    width: 200px;
    max-height: 230px;
    overflow-y: auto;
}

.search_inputfiltter input {
    width: 100%;
    border: none;
    padding: 10px 40px;
    font-size: 16px;
    outline: none;
}

.search_inputfiltter .searchicon {
    position: absolute;
    opacity: 0.8;
    font-size: 18px;
    top: 9px;
}

.search_inputfiltter .currentLocation {
    background: #FFDCD1;
    color: var(--main-theme);
    width: 34px;
    height: 34px;
    display: block;
    text-align: center;
    font-size: 17px;
    line-height: 32px;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 7px;
    cursor: pointer;
}

.search_inputfiltter {
    position: relative;
}

.searchbtn .searchBtn {
    width: 100%;
    background: var(--main-theme);
    border: none;
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    padding: 7px 10px;
    border-radius: 6px;
    transition: all 0.5s ease;
}

.searchbtn {
    padding-right: 30px;
}

.searchbtn .searchBtn:hover {
    background: #2a2a2a;
}

/* Top Location */
.img_location img {
    max-height: 470px;
    width: 100%;
    object-fit: cover;
}

.img_location, .top_locationbox {
    position: relative;
}

.img_location:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #000000ad 50%, transparent);
    top: 0;
}

.location_detailsBox {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    width: 100%;
}

.location_detailsBox .headinglocation {
    font-size: 35px;
}

.location_detailsBox p {
    font-size: 18px;
}

.btn_white {
    background: #fff;
    color: #1f1f1f;
    text-decoration: none;
    transition: all 0.52s ease;
}

.Explore_btn {
    padding: 11px 32px;
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    border-radius: 4px;
    margin: 10px 0 0;
}

.btn_white:hover {
    background: var(--main-theme);
    color: #fff;
}

.main_header div#navbarSupportedContent .nice-select ul.list {
    max-height: 280px;
    overflow-y: auto;
}

.topSlider_location .swiper.mySwiper.swiper-thumbs {
    margin-top: -56px;
    position: relative;
    z-index: 9;
    border-top: 1px solid rgba(238, 238, 238, 0.188);
}

.topSlider_location .swiper-thumbs p {
    margin-bottom: 0;
}

.topSlider_location .swiper-thumbs .swiper-slide {
    padding: 12px 10px;
    white-space: normal;
    color: #fff;
    cursor: pointer;
    border-top: 2px solid transparent;
    opacity: 0.5;
}

.topSlider_location .swiper-thumbs .swiper-slide-thumb-active {
    border-top: 2px solid #eee;
    opacity: 1;
}

.topSlider_location .swiper.mySwiper.swiper-thumbs p {
    overflow: hidden;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    color: #eee;
}

/* Explore Top Location */
.explore_topSlider .swiper-slide {
    padding: 25px 15px;
}

.property_box {
    box-shadow: 0px 2px 15px #00000047;
    background: #fff;
    border-radius: 15px;
    overflow: hidden;
    padding: 13px;
    text-align: left;
    margin-bottom: 30px;
}

.property_featured {
    position: relative;
    margin-bottom: 14px;
}

.property_featured img {
    max-height: 188px;
    width: 100%;
    border-radius: 12px;
    object-fit: cover;
}

.property_featured .propertyatag {
    background: #fff;
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 15px;
    padding: 5px 12px;
    border-radius: 6px;
    color: var(--main-theme);
}

.propertyDetails .locationPro {
    margin-bottom: 4px;
    color: #525252;
    font-size: 14px;
}

.headingPro {
    color: #202020;
    font-weight: 700;
    font-size: 21px;
    line-height: 1.6;
}

.enquire_button {
    border-top: 1px solid #d9d9d9;
    margin: 8px 0 8px;
    padding: 9px 0 0;
    display: grid;
    grid-template-columns: 1fr 100px;
    align-items: center;
    gap: 20px;
}

.price_pro h4 {
    color: #1f1f1f;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 0;
    font-size: 18px;
}

.slider_property .swiper.mySwiper {
    height: 100%;
}

.listing_property_setion .bhktabdetails .propertyDevloper .propertyBy h4 a {

    color: #1f4b43;
    transition: all 0.5s ease;
}

.listing_property_setion .bhktabdetails .propertyDevloper .propertyBy h4 a:hover {
    color: var(--main-theme);
}

.btn_theme {
    background: var(--main-theme);
    color: #fff;
    font-weight: 500;
}

.common_btn {
    transition: all 0.5s ease;
    padding: 9px 20px;
    border: none;
    text-decoration: none;
    display: inline-block;
    border-radius: 5px;
    line-height: 1.5;
}

.btn_theme:hover {
    background: #2f2f2f;
    color: #fff;
}

.propertyDetails {
    padding: 0 10px;
}

/* i.fa {
    font-family: 'FontAwesome';
    font-size: 10px;
} */
.main_header .select2-container--default .select2-selection--single {
    height: 33px;
    padding: 1px;
    border: 1px solid #b1b1b1;
}

.main_header .select2-search--dropdown .select2-search__field {
    border: 1px solid #dfdfdf !important;
    outline: none !important;
    font-size: 15px;
}

.top-properties-amen.cf ul {
    margin: 0;
    padding: 0;
    display: flex;
}

.top-properties-amen.cf ul li {
    max-width: 36px;
    height: 36px;
    border: 1px solid #c7c7c7;
    list-style: none;
    background: #EEEEEE;
    border-radius: 50%;
    padding: 7px;
    margin-right: 10px;
    line-height: 19px;
}

.top-properties-amen.cf ul li img {
    width: 100%;
}

.awards_img img {
    border-radius: 10px;
    max-height: 440px;
    width: 100%;
    object-fit: cover;
}

.awards_gridWarp {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    margin: -90px auto 10px 90px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    box-shadow: 0px 5px 13px rgba(0, 0, 0, 0.078);
}

.awards_box img {
    height: 176px;
    width: 100%;
    object-fit: contain;
}

.awards_box figure {
    background: #eee;
}

.awards_box {
    text-align: center;
}

.awards_box h5 {
    font-size: 17px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.4;
}

.cityLocationbox a {
    color: #333;
    text-decoration: none;
}

.aboutOverviewPro ul li p {
    margin-bottom: 2px;
}

.cityLocationbox {
    color: #333333;
    display: grid;
    grid-template-columns: 100px 1fr;
    gap: 20px;
    align-items: center;
    text-decoration: none;
}

.cityLocationbox img {
    width: 100%;
    border-radius: 10px;
}

.cityLocationbox h4 {
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 2px;
}

.testimonial_warpper {
    padding-bottom: 160px !important;
}

.testimonial_slider {
    margin-top: -170px;
    padding-bottom: 30px;
}

.testimonial_slider .swiper-slide {
    padding: 15px;
    height: auto;
}

.client_testimonial {
    background: #ffff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0px 2px 20px rgb(0 0 0 / 19%);
    height: 100%;
}

.ClientName {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 20px;
    align-items: center;
}

.ClientName img {
    border-radius: 50%;
}

.ClientName .testimonial-title {
    font-size: 20px;
}

.ClientName .testimonial-title small {
    display: block;
    font-size: 16px;
    color: #696969;
    font-weight: 400;
    margin: 5px 0;
}

.client_reviews p {
    font-size: 17px;
    color: #5E5E5E;
    margin-bottom: 0;
}

.clientdetails {
    display: grid;
    grid-template-columns: 1fr 110px;
}

.star_review i {
    color: #F69421;
}

.star_review {
    padding-top: 10px;
}

.testimonial_slider .swiper-button-next, .testimonial_slider .swiper-button-prev {
    background: var(--main-theme);
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.testimonial_slider .swiper-button-next {
    right: 0;
}

.testimonial_slider .swiper-button-prev {
    left: 0;
}

.testimonial_slider .swiper-button-next:after, .testimonial_slider .swiper-button-prev:after {
    font-size: 18px;
    color: #fff;
}

.client_imahelogo {
    border: 1px solid #bdbdbd;
    height: 110px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    padding: 10px 20px;
}

.client_imahelogo img {
    max-height: 70px;
    object-fit: contain;
}

.blog_grid {
    box-shadow: 0px 1px 16px rgb(0 0 0 / 26%);
    padding: 16px 16px 20px;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.blog_grid img {
    max-height: 170px;
    width: 100%;
    object-fit: cover;
    border-radius: 7px;
}

.blog_details h3 {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
    color: var(--main-content);
}

.blog_details ul {
    margin: 0 0 10px;
    list-style: none;
    padding: 0;
    display: flex;
    gap: 20px;
}

.blog_details ul i {
    color: var(--main-theme);
    margin-right: 2px;
}

.blog_details a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.blog_details a {
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}

/* Footer */

.main_footer {
    background: #fcfcfc;
    padding: 60px 0 30px 0
}

.scroll_footerSmall {
    width: 100%;
    justify-content: space-between;
}

.scroll_footerSmall h5 {
    color: #858585;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 25px;
    text-transform: uppercase;
    letter-spacing: .5px
}

.main_footer a {
    color: #1a1a1a;
    text-decoration: none
}

.footer-links ul li {
    list-style: none;
    margin-bottom: 15px
}

.footersec-5 {
    width: 120px;
}

.footer-bottom-links li {
    list-style: none
}

footer .social_footer ul.social_icon li a {
    background: #eee;
    color: #5a5a5a;
    width: 35px;
    height: 35px;
    line-height: 36px;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
}

.social_footer {
    /* width: 168px; */
}

.social_footer ul.social_icon {
    width: 100%;
    border: none;
    padding-bottom: 0;
    display: flex;
    gap: 9px;
    list-style: none;
}

footer .social_footer ul.social_icon li a:hover {
    background: #e84712;
    color: #fff
}

.footersec-1 {
    width: 380px
}

.footersec-2 {
    width: 190px
}

.copy_right p {
    margin-bottom: 0;
    text-align: center
}

.footersec-3 {
    width: 190px
}

.footersec-4 {
    width: 250px
}

.footer-address ul li {
    color: #1a1a1a;
    line-height: 27px;
    padding-left: 50px;
    position: relative;
    padding-bottom: 20px;
    list-style: none
}

.footer-address ul li span {
    width: 35px;
    position: absolute;
    left: 0;
    top: 0;
    background: #eee;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scroll_footerSmall a:hover {
    text-decoration: underline;
    color: #e84716
}

.footer-address ul li span img {
    width: 16px
}

.footer-address ul li:nth-child(1) {
    padding-bottom: 10px
}

.city-filter-fixedMobile {
    display: none;
    background: #fff;
    box-shadow: -2px 0 7px rgba(0, 0, 0, .15);
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

.city-filter-fixedMobile li {
    display: inline-block;
    width: 51%;
    text-align: center;
    position: relative;
    border-right: 1px solid #ddd;
    color: #333;
    font-size: 16px;
    margin-right: -11px
}

.city-filter-fixedMobile li:last-child {
    border: none
}

.city-filter-fixedMobile ul {
    margin-bottom: 0;
    padding: 0;
    display: flex;
}



.city-filter-fixedMobile li:nth-child(1) a {
    background: #6f6f6f
}

.city-filter-fixedMobile li:nth-child(2) a {
    background: #e7430d
}

.city-filter-fixedMobile li a {
    color: #fff;
    text-decoration: none;
    width: 100%;
    display: inline-block;
    padding: 10px 0
}

.city-filter-fixedMobile li .fa {
    margin-right: 3px;
    color: #fff;
    vertical-align: middle;
    font-size: 17px;
    position: relative;
    top: -3px
}

.footer-bottom-links ul {
    margin-bottom: 0
}

.main_footer ul {
    padding: 0;
}

/* Details Property */
.breadcrum {
    padding: 40px 0 20px;
}

.bradcrum_warp ul li {
    color: #767676;
    list-style: none;
    margin: 0 4px;
}

.bradcrum_warp ul li:last-child {
    color: #000;
}

.bradcrum_warp ul li a:hover {
    color: var(--main-theme);
}

.bradcrum_warp ul li a {
    color: #767676;
    text-decoration: none;
    transition: all 0.5s ease;
    position: relative;
    top: 1px;
}

.bradcrum_warp ul li .dropdown-toggle::after {
    position: relative;
    top: 2px;
    right: 2px;
}


/* Property Details */
.galleryBoImage:last-child:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.locationVideo, .galleryBoImage {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    height: 100%;
    cursor: pointer;
}

.property_locationSLider img {
    border-radius: 7px;
    height: 100%;
    object-fit: cover;
    width: 100%;
    min-height: 170px;
}

.bradcrum_warp ul li .dropdown-toggle::after {
    position: relative;
    top: 2px;
    right: 2px;
}

.property_locationSLider .galleryBoImage:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.4;
}

.interest_property .form-group input, .interest_property .form-group select {
    font-size: 15px;
    padding: 8px 10px 6px;
}

.interest_property .form-group .nice-select span {
    top: -2px;
    position: relative;
    color: #626262;
    left: 4px;
}

.interest_property .form-group .nice-select {
    border: none;
}

.interest_property .col-8 {
    padding-left: 0;
}

.location_galleryBox {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    height: 100%;
}

.locationVideo .videoButton {
    border: 2px solid #eee;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 60px;
    font-size: 22px;
    border-radius: 50%;
    height: 60px;
    background: rgb(0 0 0 / 29%);
    color: #fff;
    text-align: center;
}

.galleryBoImage .more_button {
    background: transparent;
    border: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 16px;
}

.galleryBoImage .more_button i {
    border: 2px solid;
    padding: 3px;
    font-size: 12px;
    border-radius: 50%;
    width: 22px;
    height: 22px;
}

.de_property .propery_rating .review_property a {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* Popup Enquire */
.popup_enquery_sec.popup_show {
    display: block;
}

.popup_enquery_sec {
    position: fixed;
    z-index: 9999;
    left: 0;
    width: 100%;
    background: rgb(0 0 0 / 52%);
    top: 0;
    height: 100%;
    padding-top: 50px;
    overflow-y: scroll;
    display: none;
}

.popup_enquery_sec .container {
    width: 800px;
    background: #fff;
    position: relative;
    padding: 0;
    box-shadow: 0 6px 15px #616161;
    transition: all .5s ease;
}

.popup_enquery_sec .container .row {
    margin: 0;
}

.confirm-popupin {
    background: #fff;
    display: none;
    width: 450px;
    z-index: 9;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 30px 0 0 0;
    box-shadow: 0 0 6px rgba(0, 0, 0, .15);
    text-align: center;
}

.Innerpopup_show {
    display: block;
}

.confirm-popupin p {
    margin-bottom: 6px;
}

.confirm-popupin h5 {
    color: #28c01c;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: .5px;
    font-weight: 800;
}

a.enquire-form-phone-a {
    background: var(--main-theme);
    display: none;
    padding: 10px;
    width: 260px;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
}

.confirm-popupin h6 {
    color: #080808;
    font-size: 24px;
    font-weight: 800;
}

.confirm-popupin p:nth-of-type(3) {
    color: #1a1a1a;
    font-weight: 600;
    margin-bottom: 20px;
}

.confirm-popupin button {
    width: 49%;
    background: #515e63;
    height: 50px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    border: none;
    margin-left: -2px;
}

button.confirm-cancel-btn {
    background: #8d9699;
}

.popup_enquery_sec .col-6:nth-child(1) img {
    margin-bottom: -7px;
}

.form_enqury {
    padding: 28px 27px;
}

.form_enqury h4 {
    font-size: 28px;
    padding-bottom: 10px;
}

.form_enqury h4:after {
    content: "";
    width: 100px;
    height: 2px;
    background: #4c4c4c;
    display: block;
    margin-top: 8px;
}

.form_enqury p {
    font-size: 18px;
}

.form_enqury .form_group {
    border-bottom: 1px solid #ababab;
    padding-bottom: 8px;
    margin-bottom: 13px;
    display: flex;
    align-items: center;
}

.img-24 {
    max-width: 24px;
}

.form_enqury .form_group input {
    width: 100%;
    padding: 10px 7px;
    font-size: 16px;
    border: none;
    outline: 0;
}

.form_enqury .fom_button {
    margin-top: 25px;
}

.form_enqury .fom_button input {
    width: 100%;
    background: var(--main-theme);
    padding: 13px;
    border: none;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
}

.form_close {
    position: absolute;
    right: -10px;
    top: -10px;
    background: var(--main-theme);
    border: none;
    outline: 0;
    width: 30px;
    height: 30px;
    color: #fff;
    border-radius: 50%;
    padding: 0;
}

.main_header.transparent_header.stickyHeader .logo-white {
    display: none;
}

.interest_property {
    padding: 19px 25px;
    border-radius: 10px;
    background-position: bottom !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-color: var(--main-theme);
}

.interest_property h4 {
    font-weight: 600;
    letter-spacing: -0.5px;
    margin-bottom: 0;
}

.interest_property .form-group input {
    padding: 7px 14px;
    width: 100%;
    border: none;
    border-radius: 5px;
    outline: none;
}

.interest_property .form-group {
    position: relative;
    margin-bottom: 12px;
}

.interest_property .form-group.number_input p {
    position: absolute;
    top: 7px;
    left: 10px;
    border-right: 1px solid #979797;
    padding-right: 10px;
}

.interest_property .form-group.number_input input {
    padding-left: 54px;
}

.propertyBoxDetails .enquire_button .common_btn.btn_theme.pop_form {
    padding: 6px 10px;
}

.interest_property .form-submit .callbackBtn {
    padding: 10px 20px;
    color: #fff;
    font-weight: 500;
    border-radius: 50px;
    border: none;
}

.map_view {
    position: relative;
}

.map_view img, .map_view img {
    max-height: 130px;
    width: 100%;
    object-fit: cover;
    border-radius: 9px;
}

.custom_h4 {
    font-size: 22px;
    line-height: 1.5;
}

.map_view .btn_white {
    position: absolute;
    right: 14px;
    bottom: 10px;
}

.resident_WArpBox {
    display: grid;
    grid-template-columns: 40% 60%;
    background: #f9f9f9;
    padding: 24px;
    margin: 0 4px;
    border-radius: 9px;
}

.preminum_aprtment_div a {
    color: var(--main-theme);
}

.btnContact .bg-orange {
    color: #fff;
}

.btnContact .top-faq-btn {
    color: var(--main-theme);
    border: 1px solid;
    margin-left: 16px;
    font-weight: 500;
}

.propertyBixKO ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.propertyBixKO li .fa {
    width: 20px;
    height: 20px;
    background: #eee;
    border-radius: 50%;
    content: "";
    font-weight: 700;
    text-align: center;
    line-height: 20px;
    margin-right: 8px;
    float: left;
    margin-bottom: 10px;
}

.propertyBixKO li {
    margin-bottom: 13px;
    position: relative;
    list-style: none;
}

.Property_scrollMenu ul li a {
    color: #535353;
    text-decoration: none;
}

.Property_scrollMenu ul li {
    list-style: none;
    display: inline-block;
}

.Property_scrollMenu li.active a {
    color: var(--main-theme);
}

.Property_scrollMenu ul {
    padding: 0;
    margin: 0;
}

.Property_scrollMenu ul {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    margin-bottom: 0;
}

.property-menu {
    padding: 5px 0;
    box-shadow: 0px 9px 9px rgb(0 0 0 / 5%);
    top: 70px;
    background: #fff;
}

.deatils_top {
    padding: 50px;
}

.de_property .second_heading {
    font-weight: 500;
    font-size: 2.0em;
}

.de_property .propery_rating {
    color: #434343;
    gap: 14px;
    margin-bottom: 7px;
}

.de_property .propery_rating .review_property {
    gap: 15px;
}

.resident_WArpBox .btnContact a {
    display: flex;
    align-items: center;
    gap: 6px;
}

.de_property .propery_rating .review_property a {
    color: #434343;
    text-decoration: none;
}

.de_property p {
    color: #626262;
    display: flex;
    align-items: center;
}

.stars i {
    color: #EA8C00;
}

.staringAmount h6 {
    color: #626262;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: end;
    margin-top: 10px;
}

.staringAmount h6 span {
    font-size: 29px;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.propertyReview .common_btn.btn_round {
    border: 1px solid #b0b0b0;
    color: #575757;
    margin-right: 10px;
}

.propertyReview .common_btn {
    border-radius: 50px;
}

.commonbox_border {
    border: 1px solid #D6D6D6;
    border-radius: 15px;
    padding: 16px 24px 30px;
    height: 100%;
}

.heading_underline {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 17px;
    margin-bottom: 17px;
}

.custom_h3 {
    font-size: 27px;
}

.spanhead {
    font-size: 40px;
    font-weight: 700;
}

.propertyhead {
    display: flex;
    align-items: center;
    gap: 16px;
}

.propertyhead h5 {
    margin-bottom: 0;
}

.stars {
    color: #626262;
    font-weight: 500;
}

.locationList {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
    margin: 14px 0 23px;
}


.amenitiesBox ul {
    list-style: none;
    margin: 20px 0 30px;
    padding: 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.amenitiesBox ul img {
    filter: grayscale(1);
    margin-right: 5px;
}

.location_selectW.city_list span.select2.select2-container {
    width: 100% !important;
}

input.select2-search__field {
    border: 1px solid #dbdbdb !important;
    outline: none;
    font-size: 15px;
    color: #707070;
}

.amenitiesBox ul li {
    color: #696969;
    font-weight: 500;
}

.amenitiesBox h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1A1A1A;
}

.Read_buttonMore i {
    margin-left: 6px;
}

.Read_buttonMore {
    color: #323232;
    font-weight: 600;
}

.propertyReviewBox p, .propertyReviewBox .accordion-body {
    color: #616161;
}

.ptb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.emiCaltor_box {
    background: #fff5f3;
}

.priceListBox {
    background: #F5F9FF;
}

.price_TabsWarpper .nav-tabs {
    margin-bottom: 20px;
    border: none;
}

.price_TabsWarpper .nav-tabs li.nav-item .nav-link {
    background: #fff;
    margin-right: 10px;
    border: 1px solid #BFC0C0;
    border-radius: 5px;
    color: #343434;
    font-weight: 500;
}

.price_TabsWarpper .nav-tabs li.nav-item .nav-link.active {
    background: var(--main-theme);
    color: #fff;
    border-color: var(--main-theme);
}

.bhk_sliderBix {
    background: #fff;
    margin-bottom: 40px;
    text-align: center;
    padding-bottom: 9px;
}

.bhk_sliderBix figure img {
    max-height: 155px;
    width: 100%;
    object-fit: cover;
}

.bhk_sliderBix figure {
    margin: 0;
    border-radius: 15px;
    overflow: hidden;
}

.bhk_sliderBix h4 {
    font-size: 20px;
    margin: 6px 0 0;
}

.bhk_sliderBix p {
    color: #303030;
    margin-bottom: 8px;
    font-size: 13px;
}

.bhk_sliderBix h4 a {
    color: #2e2e2e;
    text-decoration: none;
    font-weight: 600;
}

.bhk_sliderBix h4 {
    font-size: 19px;
    margin: 7px 0 4px;
}

.priceboxButton {
    background: var(--main-theme);
    padding: 5px;
    margin: 5px 15px;
    font-size: 14px;
}

.bhk_sliderBix .price_amount_div {
    font-weight: 600;
    font-size: 20px;
}

.logo_imagebank {
    border: 1px solid #D0D0D0;
    padding: 18px;
    min-height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

.consultion_warpper {
    background: #f6f6f6;
    margin: 100px 0 70px;
}

.imgColution {
    margin-top: -70px;
}

.rightCallContent p {
    font-size: 18px;
    color: #484848;
}

.rightCallContent .common_btn {
    border-radius: 50px;
    margin-right: 10px;
}

.whatsbutton {
    background: #2AB640;
    color: #fff;
    font-weight: 500;
}

.locationWarpperList {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 30px 0 0;
}

.lcoationBoxWarp {
    background: #F5F9FF;
    border-radius: 10px;
    padding: 13px;
    display: grid;
    grid-template-columns: 45px 1fr;
    gap: 12px;
}

.lcoationBoxWarp figure {
    border: 1px solid #DEDEDE;
    height: 47px;
    text-align: center;
    background: #fff;
    padding: 6px;
    border-radius: 5px;
    line-height: 26px;
}

.lcoationBoxWarp figure img {
    max-height: 52px;
}

.lcoationBoxWarp h4 {
    color: #343434;
    font-size: 17px;
    font-weight: 600;
    margin: 4px 0 8px;
}

.lcoationBoxWarp ul li {
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 10px;
    color: #616161;
}

.lcoationBoxWarp ul {
    padding: 0 0 0px 18px;
    margin-bottom: 0;
    max-height: 104px;
    overflow-y: auto;
}

.lcoationBoxWarp ul::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(87 87 87 / 30%);
    background-color: #f7f7f7;
}

.lcoationBoxWarp ul::-webkit-scrollbar {
    width: 4px;
    background-color: #d5d5d5;
}

.lcoationBoxWarp ul::-webkit-scrollbar-thumb {
    background-color: #bababa;
}

.map_location {
    height: 100%;
}

.fs-20 {
    font-size: 20px;
}

.keyhighlightBox {
    padding: 20px;
    box-shadow: 0px 0px 14px rgb(0 0 0 / 18%);
    border-radius: 15px;
    height: 100%;
}

.keyhighlightBox h3 {
    margin-bottom: 19px;
    display: flex;
    align-items: center;
    gap: 5px;
}

.keyhighlightBox ul li {
    margin-bottom: 15px;
    position: relative;
    padding-left: 23px;
    color: #616161;
}

.keyhighlightBox ul li:before {
    content: "";
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--main-theme);
    position: absolute;
    left: 6px;
    top: 5px;
}

.keyhighlightBox ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.keyhighlightBox.unlikelybox ul li:before {
    border-left: 7px solid #156835;
}

.keyhighlightBox.PropertyRateBox {
    background: #F9F9F9;
    box-shadow: none;
}

.PropertyRateBox table.table, .PropertyRateBox table.table>*, .PropertyRateBox table.table>*>*, .PropertyRateBox table.table>*>*>* {
    background: transparent !important;
}

.PropertyRateBox .text-theme {
    color: var(--main-theme) !important;
}

.PropertyRateBox thead th {
    border-bottom: 1px solid;
    padding: 4px 0 13px;
}

.PropertyRateBox td {
    color: #323232;
    padding: 16px 0;
}

.PropertyRateBox .table-responsive {
    margin-bottom: 20px;
}

.Properties_price_trends .aboutBoxPro {
    background: #f5f9ff;
}

.propertyBoxDesign1 {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.propertyTags {
    position: absolute;
    top: 16px;
    left: 20px;
}

.featured_img {
    height: 410px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
}

.propertyTags span {
    color: #fff;
    padding: 6px 17px 4px;
    display: inline-block;
    border-radius: 30px;
}

.bg-darkgreen {
    background: #1F4B43;
}

.propertyTags span {
    color: #fff;
    padding: 6px 17px 4px;
    display: inline-block;
    border-radius: 30px;
}

.bg-orange {
    background-color: var(--main-theme) !important;
}

.propertyBoxDetails {
    position: absolute;
    background: #fff;
    width: 100%;
    max-width: 90%;
    left: 50%;
    transform: translate(-50%, -10%);
    bottom: 0;
    border-radius: 10px;
    padding: 15px;
    transition: all 0.5s ease;
}

.propertyBoxDetails h5 {
    font-size: 18px;
    font-weight: 700;
}

.propertyBoxDetails p {
    margin-bottom: 7px;
    font-size: 15px;
}

.bg-grey {
    background-color: #F9F9F9;
}

.property_price {
    display: flex;
    justify-content: space-between;
}

.property_price h4 {
    font-size: 21px;
    font-weight: 700;
    color: var(--main-theme);
}

.tool_Boxwarpper {
    padding: 30px 30px;
}

.property_price ul {
    margin-bottom: 0;
    padding: 0;
    list-style: none;
}

.property_price ul li {
    display: inline-block;
    margin: 0 5px;
}

.propertyBoxDesign1:hover .propertyBoxDetails {
    max-width: 100%;
    border-radius: 0;
    bottom: 0;
    transform: translate(-50%, 0%);
}

.property_price ul li img {
    max-height: 20px;
    margin-right: 3px;
}

.tollBoxAds {
    background: #fff;
    padding: 30px 18px;
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    height: 100%;
    transition: all 0.5s ease;
}

.tollBoxAds:hover {
    background: #fff8f5;
    border-color: var(--main-theme);
}

.tollBoxAds h5 {
    font-size: 18px;
    font-weight: 600;
    color: #474747;
}

.tollBoxAds .text_btn {
    font-size: 15px;
    font-weight: 700;
    color: var(--main-theme);
    text-decoration: none;
}

.tollBoxAds .text_btn img {
    margin-left: 5px;
    max-width: 21px;
}

.Top_BoxProperties .buttonGroup {
    margin: 20px 0 0;
}

.Top_BoxProperties .buttonGroup .btn_theme {
    padding: 10px 26px;
    border-radius: 50px;
}

.Top_BoxProperties .buttonGroup .btn_theme img {
    filter: brightness(0) invert(1);
    max-width: 21px;
    margin-left: 5px;
}

.property_logoDetails {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-right: 1px solid #bfbfbf;
}

ul.about-developer-status.cf li:nth-child(1) {
    padding-left: 0;
}

ul.about-developer-status.cf li {
    display: inline-block;
    color: var(--main-theme);
    font-size: 18px;
    font-weight: 500;
    padding: 0 15px;
    position: relative;
}

ul.about-developer-status {
    margin: 10px 0 17px;
    padding: 0;
}

.About_Properties_deatils p {
    color: #616161;
    line-height: 1.6;
}

.About_Properties_deatils p a {
    color: var(--main-theme);
}

.faqBoxpro {
    background: #F5F9FF;
}

.faq_accordionWp .accordion-item {
    background: transparent;
    border: none;
    border-bottom: 1px solid #d3d3d3;
}

.mb-10 {
    margin-bottom: 13px;
}


.faq_accordionWp button.accordion-button {
    background: transparent;
    outline: none;
    padding: 18px 0;
    color: #2E2E2E;
    font-size: 17px;
    font-weight: 500;
    border: none !important;
    box-shadow: none;
    gap: 7px;
}

.faq_accordionWp .accordion-body p span {
    padding-right: 5px;
}

.faq_accordionWp .accordion-item:last-child {
    border-bottom: none;
}

.faq_accordionWp .accordion-body {
    padding: 0px 0 17px;
    border: none !important;
}

.faq_accordionWp .accordion-body p {
    margin-bottom: 4px;
    color: #646464;
    font-size: 17px;
}

.side_navigation_sec {
    background: #444;
    position: fixed;
    right: 0;
    top: 0;
    width: 250px;
    height: 100%;
    z-index: 999;
    padding: 45px 0 10px 0;
    margin-right: -250px;
    transition: all .5s ease;
}

.menu_scoll_sec {
    height: 100%;
    overflow-y: scroll;
}

.all_menu_sec ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.menu_sec li {
    list-style: none;
    padding: 0 26px;
}

li.Drop_down {
    position: relative;
}

li.Drop_down i {
    position: absolute;
    right: 26px;
    color: #959595;
    top: 2px;
    font-size: 15px;
    cursor: pointer;
    width: 30px;
    text-align: right;
    height: 33px;
    line-height: 35px;
}

ul.menu_sec li a {
    color: #fff;
    text-decoration: none;
    padding: 10px 0px;
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #736f6f;
    transition: all .5s ease;
    font-size: 13px;
}

.menu_scoll_sec button {
    color: #fff;
    background: 0 0;
    box-shadow: none;
    border: none;
    position: absolute;
    font-size: 24px;
    right: 20px;
    top: 20px;
    outline: 0;
}

ul.social_icon {
    padding-bottom: 20px;
    text-align: center;
    width: 85%;
    margin: auto;
}

li.Drop_down ul {
    background: #383838;
    display: none;
}

li.Drop_down ul.showmenu {
    display: block;
}

ul.menu_sec ul li a {
    padding: 10px 13px;
}

ul.menu_sec ul li {
    padding: 0;
}

ul.social_icon li {
    display: inline-block;
    margin: 10px;
    border: none;
}

ul.social_icon li a {
    color: #fff;
    font-size: 18px;
}

/* Listing Page */
.listing_page_banner {
    padding: 50px 0 45px;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: 70px;
    border-bottom-right-radius: 70px;
}

.listing_page_banner:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #000;
    top: 0;
    opacity: 0.6;
}

.listing_page_banner>div {
    position: relative;
    z-index: 9;
}

.bradcrum_warp.light-breadcrum ul li, .bradcrum_warp.light-breadcrum ul {
    color: #d3d3d3;
}

.bradcrum_warp.light-breadcrum ul li a {
    color: #ffffff;
}

.bradcrum_warp.light-breadcrum ul li a:hover {
    color: var(--main-theme);
}

.Property_head_Warp ul {
    padding: 0;
    margin: 30px 0 5px;
    list-style: none;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.Property_head_Warp ul a {
    padding: 15px 10px 20px;
    display: block;
    background: #fff;
    border-radius: 14px;
    color: #4A4A4A;
    text-decoration: none;
    letter-spacing: -0.5px;
    font-size: 18px;
    transition: all 0.5s ease;
}

.Property_head_Warp ul span {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    display: block;
    line-height: 1.2;
    transition: all 0.5s ease;
}

.Property_head_Warp ul a:hover span {
    color: #fff;
}

.Property_head_Warp ul a:hover {
    color: #fff;
    background: var(--main-theme);
}

.Lfiltter_Project {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    gap: 9px;
    overflow-x: auto;
}

.Lfiltter_Project li {
    border: 1px solid #DFDFDF;
    background: #fff;
    padding: 4px 15px;
    letter-spacing: -0.5px;
    color: #787878;
    border-radius: 27px;
    cursor: pointer;
}

.Lfiltter_Project li.active {
    background: #FFE4DB;
    color: var(--main-theme);
    border-color: var(--main-theme);
}

.fillterlistOv {
    display: grid;
    grid-template-columns: 1fr 135px;
    margin: 20px 0 10px;
}

.SortBy button.btn {
    background: transparent !important;
    border: none;
    color: #303030 !IMPORTANT;
    font-weight: 700;
    font-family: 'DIN';
}

.SortBy button.btn i.fa-solid {
    margin-right: 20px;
}

.fillterlistOv ul.dropdown-menu {
    border: 1px solid #d1d1d1;
    padding: 0;
}

.fillterlistOv ul.dropdown-menu li {
    color: #5e5e5e;
    letter-spacing: -0.5px;
    font-size: 15px;
    padding: 7px 17px;
    cursor: pointer;
}

.fillterlistOv ul.dropdown-menu li:hover {
    background: #f7f7f7;
}

.listPropertyShort .row {
    margin: 30px 0;
    background: #fff;
    padding: 10px 0;
    border-radius: 10px;
}

.slider_property {
    position: relative;
    height: 100%;
}

.property_type_city {
    position: absolute;
    top: 15px;
    background: #fff;
    display: inline-block;
    padding: 5px 10px;
    z-index: 9;
    border-radius: 5px;
    left: 14px;
    font-size: 13px;
    cursor: pointer;
}

.slider_property .swiper-slide {
    height: auto;
}

.slider_property .swiper-slide img {
    height: 100%;
    object-fit: cover;
    border-radius: 14px;
    max-height: 300px;
    width: 100%;
}

.like_property {
    position: absolute;
    top: 19px;
    z-index: 9;
    right: 13px;
    cursor: pointer;
}

.heart_fill {
    display: none;
}

.like_property.active .heart_icon {
    display: none;
}

.like_property.active .heart_fill {
    display: block;
}

.property_detailsList .custom_h4 {
    font-size: 18px;
    margin: 6px 0 6px;
    line-height: 1.4;
}

.property_detailsList .custom_h4 a {
    text-decoration: none;
    color: #1A1A1A;
    font-weight: 600;
}

.property_detailsList .locationBHK {
    color: #303030;
    opacity: 0.8;
    margin-bottom: 10px;
    font-size: 14px;
}

.property_warperDetails p {
    color: #696969;
    font-size: 14px;
}

.property_warperDetails p a {
    color: var(--main-theme);
    text-decoration: none;
    font-weight: 500;
}

.propertyListBox {
    grid-template-columns: 26% 38% 28%;
    border-bottom: 1px solid #d5d5d5;
    margin-bottom: 11px;
    border-top: 1px solid #d5d5d5;
    display: grid;
    gap: 4%;
    padding: 10px 10px;
    background: #f7f7f7;
}

.propertyListBox p {
    margin-bottom: 0;
    border-right: 1px solid #bfbfbf;
}

.propertyListBox p b {
    display: block;
    color: #1A1A1A;
    font-size: 16px;
}

.propertyListBox p:last-child {
    border: none;
}

.propertyDevloper {
    display: grid;
    grid-template-columns: 1fr 190px;
    align-items: center;
    padding: 2px 0 0;
}

.propertyBy h4 {
    font-size: 13px;
    font-weight: 700;
    color: var(--main-theme);
    margin: -1px 0 4px;
}

.buttonPropertyShare button {
    width: 45px;
    height: 45px;
    border: none;
    border-radius: 50%;
    margin: 0 3px;
    color: #fff;
}

.propertyBy p {
    margin-bottom: 0;
    font-size: 13px;
}

.comapre_btn {
    background: #7E7E7E;
}

.enquire_btn {
    background: var(--main-theme);
}

.shareButton {
    background: #1F4B43;
}

.slider_property .swiper-button-next, .slider_property .swiper-button-prev {
    background: rgba(0, 0, 0, 0.644);
    width: 35px;
    height: 35px;
    border-radius: 50%;
}

.slider_property .swiper-button-next:after, .slider_property .swiper-button-prev:after {
    font-size: 17px;
    color: #fff;
}

.Applied_filtter ul.Lfiltter_Project li {
    display: inline-block;
    margin: 5px 0;
}

.side_bar_property {
    background: #fff;
    padding: 20px;
    border: 1px solid #C8C8C8;
    border-radius: 13px;
}

.filtter_GHeading {
    display: grid;
    grid-template-columns: 1fr 85px;
    margin-bottom: 15px;
}

.filtter_GHeading h4 {
    font-size: 20px;
    font-weight: 600;
    color: #1A1A1A;
    margin: 0;
}

.clear_filtter {
    padding: 0;
    border: none;
    background: transparent;
    font-weight: 500;
    color: var(--main-theme);
    text-align: right;
}

.side_bar_property .accordion {
    margin: 15px 0 21px;
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 20px;
}

.side_bar_property .accordion .accordion-button {
    background: transparent;
    border: none;
    padding: 0px 0;
    color: #1A1A1A;
    font-size: 18px;
    font-weight: 500;
    box-shadow: none;
}

.side_bar_property .accordion .accordion-header {
    margin-bottom: 0px;
}

.side_bar_property .accordion .form-check {
    padding-left: 0;
    margin-bottom: 7px;
    color: #565656;
}

.side_bar_property .accordion .form-check input {
    margin-right: 4px;
    width: 16px;
    height: 16px;
    accent-color: var(--main-theme);
    position: relative;
    top: 3px;
}

.side_bar_property .accordion .form-check label {
    cursor: pointer;
}

.range-slider {
    position: relative;
    padding-top: 39px;
}

.range-slider svg,
.range-slider input[type=range] {
    position: absolute;
    left: 0;
    top: 10px;
}

.range-slider input[type=number] {
    border: 1px solid #ddd;
    text-align: center;
    font-size: 16px;
    -moz-appearance: textfield;
    width: 46%;
    padding: 5px;
    color: #363636;
}

.range-slider input[type=number]::-webkit-outer-spin-button,
.range-slider input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.range-slider input[type=number]:invalid,
.range-slider input[type=number]:out-of-range {
    border: 2px solid #ff6347;
}

.range-slider input[type=range] {
    -webkit-appearance: none;
    width: 100%;
}

.range-slider input[type=range]:focus {
    outline: none;
}

.range-slider input[type=range]:focus::-webkit-slider-runnable-track {
    background: var(--main-theme);
}

.range-slider input[type=range]:focus::-ms-fill-lower {
    background: var(--main-theme);
}

.range-slider input[type=range]:focus::-ms-fill-upper {
    background: var(--main-theme);
}

.range-slider input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #ffa080;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-webkit-slider-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid var(--main-theme);
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: var(--main-theme);
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -7px;
}

.range-slider input[type=range]::-moz-range-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-moz-range-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.range-slider input[type=range]::-ms-track {
    width: 100%;
    height: 5px;
    cursor: pointer;
    animate: 0.2s;
    background: transparent;
    border-color: transparent;
    color: transparent;
}

.range-slider input[type=range]::-ms-fill-lower,
.range-slider input[type=range]::-ms-fill-upper {
    background: #2497e3;
    border-radius: 1px;
    box-shadow: none;
    border: 0;
}

.range-slider input[type=range]::-ms-thumb {
    z-index: 2;
    position: relative;
    box-shadow: 0px 0px 0px #000;
    border: 1px solid #2497e3;
    height: 18px;
    width: 18px;
    border-radius: 25px;
    background: #a1d0ff;
    cursor: pointer;
}

.side_bar_property .accordion .accordion-body {
    padding-top: 18px !important;
}

.location-search-city-filter {
    margin-bottom: 15px;
    position: relative;
}

.location-search-city-filter input {
    width: 100%;
    padding: 8px 13px 8px 34px;
    border: 1px solid #d3d3d3;
    outline: none;
}

.location-search-city-filter i.fa {
    position: absolute;
    left: 10px;
    top: 14px;
    color: #898989;
}

.scrollbar-inner {
    overflow-y: auto;
    max-height: 220px;
}

.Projects_status .accordion {
    border: none;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.common_overview-p p {
    color: #525252;
    font-size: 15px;
}

.city_subcategory_div_respon ul li {
    display: inline-block;
    vertical-align: top;
    width: 24%;
    position: relative;
}

.city_subcategory_div_respon ul {
    margin: 0;
    padding: 0;
}

.city_subcategory_div_respon ul li a {
    font-size: 14px;
    color: #525252;
    font-weight: 400;
    text-decoration: none;
}

.city_subcategory_div_respon ul li {
    margin-bottom: 6px;
    padding-left: 13px;
}

.city_subcategory_div_respon ul li:before {
    content: "-";
    position: absolute;
    left: 0px;
}

.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 101;
}

.overlay {
    z-index: 999 !important;
}

.overlay-nav {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(255, 255, 255, 0);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1030;
}

#side-navigation {
    width: 250px;
    height: 100%;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 45px 0 !important;
    margin-right: -250px;
    background: #444444;
    z-index: 99999;
    transition: ease-in-out 0.2s;
    -webkit-transition: ease-in-out 0.2s;
}

#side-nav-close {
    position: absolute;
    top: 8px;
    right: 15px;
    z-index: 99;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    color: #fff;
    padding: 10px 15px;
}

#side-navigation.open {
    margin-right: 0;
}

#side-navigation .scrollbar-inner.side-navigation-div {
    max-height: 100%;
}

.side-top-ul li a {
    display: block;
    text-decoration: none !important;
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
    border-bottom: 1px solid #666;
    padding: 12px 0;
    transition: 0.25s;
    -webkit-transition: 0.25s;
}

.side-top-ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.side-navigation-div {
    overflow-y: auto;
    height: 100%;
    padding: 0px 10px !important;
}

.side-top-ul li a:hover {
    background: #666;
    padding: 12px;
}

ul.side-social-ul {
    margin: 20px 0;
    padding: 0;
    list-style: none;
}

ul.side-social-ul li {
    display: inline-block;
}

.side-social-ul li a {
    display: block;
    margin: 0px 4px;
    font-size: 15px;
    background: #fff;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    text-align: center;
    line-height: 25px;
    color: #444;
}

.sliderTabLocation .nav-tabs li {
    width: 20%;
}

.sliderTabLocation .nav-tabs {
    border: none;
    margin-top: -50px;
    position: relative;
}

.sliderTabLocation .nav-tabs li .nav-link.active {
    color: #fff;
    border-top: 3px solid;
    margin-top: -1px;
}

.sliderTabLocation .nav-tabs li .nav-link {
    background: transparent;
    border: none;
    width: 100%;
    text-align: center;
    color: #9f9f9f;
    border-top: 1px solid #5f5f5f;
    border-radius: 0;
    padding: 11px 6px 0px;
    line-height: 1.6;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.locationTopProBox {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    padding: 0px 20px;
    position: absolute;
    bottom: 70px;
}

.sliderTabLocation .img_location img {
    max-height: 550px;
    min-height: 550px;
}

.sliderTabLocation .location_detailsBox {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 96%;
    margin-top: 15px;
}

.locationTopProBox .locationProperty {
    display: grid;
    grid-template-columns: 37% 1fr;
    background: #fff;
    padding: 6px;
    border-radius: 6px;
}

.locationContentPro {
    text-align: left;
    padding: 6px 0px 6px 16px;
}

.locationContentPro .locationHeadingp {
    font-size: 16px;
    margin-bottom: 0px;
    display: -webkit-inline-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
    -webkit-box-orient: vertical;
}

.locationContentPro p {
    margin-bottom: 2px;
    font-size: 14px;
}

.startingPriceLocation {
    font-size: 14px;
}

.startingPriceLocation .staringAmount_span {
    display: block;
    font-size: 21px;
    font-weight: 600;
    color: #e74109;
}

.locationTopProBox .locationProperty figure {
    margin-bottom: 0;
    border-radius: 5px;
    overflow: hidden;
}

.locationContentPro .locationHeadingp a {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.locationTopProBox .locationProperty figure img {
    height: 100%;
    object-fit: cover;
}

/* Location Slider */

.popularSwiper .city-box ul.location-list {
    padding: 0;
    list-style: none;
}

.popularSwiper .city-box h4 {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 600;
}

.popularSwiper .swiper-wrapper {
    padding-top: 70px;
}

.popularSwiper .swiper-button-next, .popularSwiper .swiper-button-prev {
    top: 25px;
    width: 34px;
    height: 36px;
    background: var(--main-theme);
    border-radius: 55px;
}

.popularSwiper .swiper-button-next:after, .popularSwiper .swiper-button-prev:after {
    font-size: 18px;
    color: #ffffff;
}

.popularLocationWarp .custom_h2 {
    position: relative;
    top: 30px;
    margin-bottom: -6px;
}

.popularSwiper .swiper-button-prev {
    right: 60px;
    left: inherit;
}

.popularSwiper .city-box ul.location-list li {
    display: none;
    margin-bottom: 3px;
}

.popularSwiper .city-box ul.location-list li a {
    color: #464646;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 14px;
}

.popularSwiper .city-box ul.location-list li a:hover {
    color: var(--main-theme);
}

.popularSwiper .city-box ul.location-list li.visible {
    display: block;
}

.popularSwiper .city-box .view-more {
    color: var(--main-theme);
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    display: none;
    text-decoration: underline;
}

/* New Page  */
.property-list-widget {
    border: 1px solid #ddd;
    border-radius: 12px;
    padding: 20px;
    text-align: center;
    background-color: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
}

.property-list-widget h6 {
    font-weight: bold;
}

.property-list-widget ul {
    list-style: none;
    padding-left: 0;
    text-align: left;
}

.property-list-widget ul li {
    font-size: 14px;
    display: grid;
    grid-template-columns: 20px 1fr;
    margin: 10px 3px;
}

.property-list-widget ul li i {
    color: green;
    top: 3px;
    position: relative;
}

.property-list-widget .common_btn {
    color: #fff;
    padding: 7px 13px;
}

.popularSwiper .city-box h4,
.exculisve_warpper h4 {
    font-size: 20px;
    font-weight: 600;
}

.exclusive-project-content h6 {
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}

.exclusive-project-card {
    border: 1px solid #dbdbdb;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
    padding: 13px 14px 20px;
    margin-bottom: 20px;
}

.exclusive-project-card .offer-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    background-color: #ffc107;
    padding: 4px 10px;
    font-size: 0.75rem;
    font-weight: 600;
    border-radius: 4px;
}

.exclusive-project-card img {
    max-height: 170px;
    width: 100%;
    border-radius: 6px;
    object-fit: cover;
}

.exclusive-project-card figure {
    position: relative;
}

.exclusive-project-content p {
    margin-bottom: 4px;
    font-size: 0.85rem;
}

.exclusive-project-content .bhktext {
    font-size: 17px;
    margin-bottom: 0px;
}

.exclusive-project-content a {
    text-decoration: none;
    color: #242424;
}

.price_text {
    color: #181818;
}

/* Location Slider */

.popularSwiper .city-box ul.location-list {
    padding: 0;
    list-style: none;
}

.popularSwiper .city-box h4 {
    font-size: 18px;
    color: #4c4c4c;
    font-weight: 600;
}

.popularSwiper .swiper-wrapper {
    padding-top: 70px;
}

.popularSwiper .swiper-button-next, .popularSwiper .swiper-button-prev {
    top: 25px;
    width: 34px;
    height: 36px;
    background: var(--main-theme);
    border-radius: 55px;
}

.popularSwiper .swiper-button-next:after, .popularSwiper .swiper-button-prev:after {
    font-size: 18px;
    color: #ffffff;
}

.popularLocationWarp .custom_h2 {
    position: relative;
    top: 30px;
    margin-bottom: -6px;
}

.popularSwiper .swiper-button-prev {
    right: 60px;
    left: inherit;
}

.popularSwiper .city-box ul.location-list li {
    display: none;
    margin-bottom: 3px;
}

.popularSwiper .city-box ul.location-list li a {
    color: #464646;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 14px;
}

.popularSwiper .city-box ul.location-list li a:hover {
    color: var(--main-theme);
}

.popularSwiper .city-box ul.location-list li.visible {
    display: block;
}

.popularSwiper .city-box .view-more {
    color: var(--main-theme);
    font-weight: 500;
    font-size: 15px;
    cursor: pointer;
    display: none;
    text-decoration: underline;
}

/* New Page 2 */
.property_warperDetails .project-card {
    background-color: #fff;
    max-width: 100%;
}

.rating-reviews {
    font-size: 12px;
}

.rating-label {
    font-size: 11px;
    line-height: 1;
}

.property_warperDetails .project-title {
    font-size: 1.1rem;
    font-weight: 600;
}

.property_warperDetails .price-range {
    font-weight: bold;
    font-size: 1rem;
}

.property_warperDetails .project-details li {
    font-size: 0.95rem;
    margin-bottom: 4px;
}

.property_warperDetails .rating-score {
    font-size: 0.8rem;
    text-align: center;
    border-radius: 5px;
    padding: 2px 7px 3px;
}

.property_warperDetails .contact-buttons .btn {
    font-weight: 500;
    border-radius: 20px;
    padding: 3px 14px;
    font-size: 0.75rem;
}

.bg-lightgreen {
    background: #4aa392;
}

.project-left span.badge {
    font-size: 10px;
    padding: 4px 6px 6px;
}

.badge.bg-lightYellow {
    background: #ffc800;
}

.NewDesign1 .property_type_city {
    font-size: 11px;
    font-weight: 500;
    padding: 4px 5px;
}

.sticky-tabs {
    position: sticky;
    position: --webkit-sticky;
    top: 70px;
    z-index: 99;
}

.sticky-tabs.fixed-tabs {
    background: #fff;
    padding: 10px 13px 0;
}

.bhktabdetails.smallBox .relevance-sort .nice-select {
    width: 100%;
}

.possession-date {
    font-size: 13px;
    padding-top: 4px;
    ;
}

.BoxInnerPage3Info {
    display: grid;
    grid-template-columns: 52% 45%;
    gap: 4%;
    border-bottom: 1px solid #d7d7d7;
    margin-bottom: 12px;
}

.possession-date .project-details li {
    font-size: 12px;
}

.topCityPresti ul li {
    display: inline-block;
}

.topCityPresti ul {
    margin: 0;
    padding: 10px 0 0;
}

.listing_page_banner.light_banner:before {
    background: #f4f5f7;
    opacity: 1;
}

.listing_page_banner.light_banner {
    padding-bottom: 0;
    border-radius: 0;
    /* border-bottom: 1px solid #eee; */
}


.topCityPresti ul li a {
    color: #303030;
    text-decoration: none;
    background: #ffffff;
    display: block;
    border-radius: 50px;
    padding: 8px 26px;
    margin: 10px 15px 5px 0px;
    border: 1px solid #d1d1d1;
    box-shadow: 0px 0px 8px #e5e5e5;
    transition: all 0.5s ease;
}

.topCityPresti ul li a:hover {
    background: #ffeae2;
    border: 1px solid var(--main-theme);
    color: var(--main-theme);
}

.fs-13 {
    font-size: 13px;
}

.headingA a {
    color: #1e1e1e;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    display: inline-block;
    padding: 6px 0 3px;
}

.general-project-item-cnt ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: space-between;
    padding: 0px 0 0 0;
    margin-top: 14px;
    margin-bottom: -5px;
}

.configuration-usp-item {
    margin-bottom: 6px;
    font-size: 14px;
    color: #484848;
}

.general-project-item-cnt p {
    color: gray;
    font-size: 13px;
    display: flex;
    gap: 7px;
    margin-bottom: 9px;
}

.general-project-item-img {
    position: relative;
    margin-bottom: 6px;
}

.moreDetails, .general-project-item-cnt .common_btn {
    padding: 7px 15px;
}

.general-project-item-img .badge {
    background: var(--main-theme);
    position: absolute;
    left: 10px;
    top: 10px;
    font-size: 12px;
    letter-spacing: 0.5px;
    padding: 7px 10px;
}

.general-project-item-cnt h2 a {
    color: #1e1e1e;
    text-decoration: none;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
}

.general-project-item-cnt p i {
    position: relative;
    top: 3px;
}

.developerlogo img {
    max-height: 180px;
}

.developerlogo {
    padding: 20px;
}

.sobhalocationGrey {
    background: #F4F5F7;
    padding: 150px 0px 60px;
}

.sobha-box {
    margin-bottom: -100px;
    background: #fff;
    position: relative;
    z-index: 9;
}

.city-btn-main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-right: 30px;
}

.city-btn-main button.btn.btn-danger.active {
    border-color: var(--main-theme);
    background: var(--main-theme);
    width: 100%;
}

.sobhalocationGrey .btn {
    padding: 7px 20px;
    border-radius: 50px;
    background: #fff;
    transition: all 0.54s ease;
}

.city-btn-group {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.city-btn-group .btn:hover {
    background: #4a4a4a;
    color: #fff;
}

.DevloperBoxEr {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0px 2px 15px #00000014;
}
/* Updates */

      .update-disclaimer-box,.update-notify-wrapper {
      background-color: #fff;
      border: 1px solid #ddd;
      border-radius: 8px;
      padding: 20px;
      margin: 0 auto;
      font-size: 13px;
      color: #555;
      box-shadow: 0 2px 5px rgba(0,0,0,0.05);
      margin-bottom: 23px;
    }

    .update-notify-title {
      font-size: 26px;
      margin-bottom: 5px;
      color: #333;
      font-weight: 600;
    }

    .update-notify-subtitle {
      font-size: 19px;
      color: #666;
      margin-bottom: 20px;
    }

    .update-notify-highlight {
      font-weight: bold;
      font-size: 16px;
      margin-top: 20px;
    }

    .update-notify-highlight::before {
      content: "🔒 ";
    }
.nearby-list-item:last-child {
    border: none;
}
    .update-notify-desc {
      font-size: 15px;
      line-height: 1.6;
      margin-top: 10px;
    }


    .update-disclaimer-title {
      font-weight: bold;
      margin-bottom: 10px;
      font-size: 16px;
    }

    .update-disclaimer-text {
      line-height: 1.6;
    }

    .update-disclaimer-italic {
      font-style: italic;
      display: block;
      margin-top: 10px;
      color: #222;
    }

.update-disclaimer-box {
    margin-bottom: 40px;
}
.section_boxDetails {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 25px;
  max-width: 900px;
  margin: 0 auto 25px;
  box-shadow: 0 1px 5px rgba(0,0,0,0.05);
}

/* Common Heading */
.section-heading {
  font-size: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  font-weight: 600;
}

/* Read More/Less link */
.read-toggle-link {
  font-size: 14px;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 10px;
  color: var(--main-theme);
}

/* News Source Tag */
.news-source-label {
  display: inline-block;
  margin-top: 20px;
  font-size: 13px;
  background-color: #fff3e0;
  color: var(--main-theme);
  border: 1px solid #ffcc80;
  padding: 5px 12px;
  border-radius: 20px;
}

    .nearby-tabs-nav .nav-link {
      border-radius: 10px;
      display: flex;
      align-items: center;
      gap: 5px;
      font-size: 15px;
      padding: 9px 16px;
      color: #000;
      border: 1px solid #d7d7d7;
    }

    .nearby-tabs-nav .nav-link.active {
      background-color: #ebebeb;
      color: #fff;
      color: #000;
    }

    .nearby-tab-title {
        font-weight: 600;
        margin: 30px 0 8px;
        font-size: 17px;
        border-bottom: 1px solid #dbdbdb;
        padding-bottom: 13px;
    }

    .nearby-list-item {
      display: flex;
      justify-content: space-between;
      border-bottom: 1px solid #eee;
      padding: 10px 0;
      font-size: 14px;
    }

    .nearby-list-item .distance {
      color: #555;
      font-size: 13px;
      display: flex;
      align-items: center;
      gap: 3px;
    }

    .nearby-view-btn {
      margin-top: 15px;
      display: block;
      width: fit-content;
      margin-left: auto;
      margin-right: auto;
      padding: 8px 20px;
      font-size: 14px;
    }
    .nearby-tabs-nav {
    gap: 8px;
    display: flex
;
}
/* CTA Property Expert Section */
.overscrolltext {
    max-height: 180px;
    overflow-y: auto;
}


@media(min-width:1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1170px;
    }
}

@media(max-width:1399px) {
    .interest_property h4 {
        margin-bottom: 6px;
        font-size: 22px;
    }

    .interest_property p {
        font-size: 14px;
    }

    .interest_property {
        padding: 19px 19px;
    }

    .priceboxButton {
        margin: 3px 7px;
        font-size: 14px;
    }

    .bhk_sliderBix h4 {
        font-size: 18px;
    }

    .tollBoxAds {
        padding: 30px 17px;
    }

    .main_header li.nav-item a {
        font-size: 16px;
    }

    .property_locationSLider img {

        min-height: 144px;
    }

    .main_header .navbar-brand img {
        max-width: 200px;
    }

    .listing_page_banner h1 {
        font-size: 2.1rem;
    }

    .filtter_GHeading h4 {
        font-size: 18px;
    }

    .clear_filtter {
        font-size: 15px;
        letter-spacing: -0.6px;
    }

    .Applied_filtter ul.Lfiltter_Project li {
        font-size: 14px;
        display: inline-flex;
        gap: 5px;
    }

    .buttonPropertyShare button {
        width: 42px;
        height: 42px;
    }

    .propertyDevloper {
        grid-template-columns: 1fr 160px;
    }

    .property_warperDetails p {
        font-size: 14px;
    }

    .Lfiltter_Project li {
        padding: 4px 10px;
    }

    .fillterlistOv ul.dropdown-menu {
        padding: 0 0 7px;
    }

    .slider_banner img {
        max-height: 560px;
    }

}

@media(max-width:1350px) {
    .custom_h2 {
        font-size: 30px;
    }

    .cityLocationbox h4 {
        font-size: 20px;
    }

    .headingPro, .price_pro h4, .placeGridBox .placeContent h3 {
        font-size: 21px;
    }

    .location_detailsBox .headinglocation {
        font-size: 35px;
    }

    .banner_heading .main_hading {
        font-size: 45px;
    }

    .banner_heading .sub_heading {
        font-size: 32px;
    }

    .scroll_footerSmall>* {
        flex: initial;
    }

    .property_logoDetails {
        padding: 0 20px;
    }

    .banner_heading .main_hading {
        font-size: 36px;
    }

    .filltertab .nav-tabs button {
        font-size: 16px;
        padding: 5px 11px;
    }
}

@media(max-width:1199px) {
    .main_header .navbar-brand img {
        max-width: 240px;
    }

    .main_header.transparent_header {
        padding: 25px 20px;
    }

    .main_header {
        padding: 5px 20px;
    }

    .main_header li.nav-item a {
        font-size: 17px;
    }

    .countertext h5 {
        font-size: 26px;
    }

    .banner_heading .main_hading {
        font-size: 40px;
    }

    .banner_heading .sub_heading {
        font-size: 28px;
    }

    .serviceSlider .swiper-slide {
        padding: 9px;
    }

    .custom_h2 {
        font-size: 28px;
    }

    .headingPro, .price_pro h4, .placeGridBox .placeContent h3 {
        font-size: 20px;
    }

    .location_detailsBox .headinglocation {
        font-size: 30px;
    }

    .location_detailsBox p {
        font-size: 18px;
    }

    .ptb-60 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .awards_box h5 {
        font-size: 16px;
        line-height: 1.3;
    }

    .Top_cities_warpper .col-md-3 {
        width: 33.333%;
    }

    .client_slider .swiper-wrapper {
        padding-bottom: 50px;
    }

    .placeGridBox .placeContent p {
        font-size: 16px;
        line-height: 1.4;
    }

    .slider_banner img {
        max-height: 640px;
    }

    .banner_details .col-8 {
        width: 100%;
        margin-bottom: 20px;
    }

    .banner_details .col-4 {
        width: 100%;
    }

    .map_view iframe {
        height: 100%;
    }

    .interest_property .form-group .row .col-4 {
        width: 33.33333333%;
    }

    .interest_property .form-group .row .col-8 {
        width: 66.66666667%;
    }

    .interest_property .form-group .row .col-4 .nice-select {
        width: 100%;
    }

    .Property_scrollMenu ul li a, .de_property .propery_rating .review_property a, .stars, .de_property p, .amenitiesBox ul li, .propertyReviewBox p, .propertyReviewBox .accordion-body {
        font-size: 14px;
    }

    .de_property .second_heading {
        font-size: 28px;
    }

    .amenitiesBox h3 {
        font-size: 18px;
        font-weight: 500;
    }

    .spanhead {
        font-size: 40px;
    }

    .breadcrum {
        padding: 30px 0 10px;
    }

    .resident_WArpBox {
        grid-template-columns: 44% 56%;
    }

    .custom_h3 {
        font-size: 22px;
    }

    .locationWarpper .row>div {
        width: 100%;
        margin: 15px 0;
    }

    .staringAmount h6 {
        justify-content: start;
    }

    .city-filter-fixed {
        background: #fff;
        display: initial !important;
        box-shadow: -2px 0px 7px rgba(0, 0, 0, .15);
        bottom: 0;
        padding: 10px 0;
        position: fixed;
        width: 100%;
        z-index: 101;
    }

    .city-filter-fixed ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .city-filter-fixed ul li {
        width: 24%;
        position: relative;
        border-right: 1px solid #ddd;
        text-align: center;
        display: inline-block;
        color: #333 !important;
        padding: 1px 0;
        text-decoration: none !important;
        font-weight: 500;
    }

    .price_listWarpper .row>div {
        width: 100%;
    }

    .price_listWarpper .col-lg-7.col-md-12 {
        margin-bottom: 30px !important;
    }

    .config-floor-graph-box .highcharts-container {
        max-width: 300px;
    }

    .form_review input {
        padding: 9px 10px;
    }

    .city-filter-fixed ul li, .city-filter-fixed ul li a {
        font-size: 16px;
        font-weight: 500;
        text-decoration: none;
        color: #333333;
        letter-spacing: -0.5px;
    }

    .city-filter-fixed ul li i {
        margin-right: 3px;
    }

    .fillterlistOv ul.Lfiltter_Project {
        display: none;
    }

    .fillterlistOv .filterSearchMob {
        display: block !important;
        border: none;
        color: #303030 !important;
        font-weight: 600;
        font-family: 'DIN';
        border-right: 1px solid #c5c5c5;
        background: transparent !important;
    }

    .city-filter-fixed ul li:last-child {
        border: none;
    }


    .fillterlistOv {
        grid-template-columns: 1fr 1fr;
        text-align: center;
        background: #fff;
        padding: 7px 0;
    }

    .listing_property_setion .col-xl-3, .listing_property_setion .col-xl-9 {
        width: 100%;
    }

    .filtterMainWarpper.showFiltter {
        display: block;
    }

    .filtterMainWarpper {
        position: fixed;
        top: 0;
        left: 0;
        background: rgb(0 0 0 / 43%);
        z-index: 9999;
        width: 100%;
        height: 100%;
        display: none;
    }

    .filtterMainWarpper .side_bar_property {
        max-width: 400px;
        border-radius: 0;
        height: 100%;
        overflow-y: auto;
        position: relative !important;
    }

    .filtterMainWarpper .close_filtter {
        display: block !important;
        position: absolute;
        left: 400px;
        background: #000;
        border: none;
        color: #fff;
        width: 40px;
        height: 40px;
        font-size: 20px;
    }

    .city_subcategory_div_respon ul li {
        width: 32%;
    }

    #add_edit_popup div#myModal {
        padding: 50px 19px;
    }

    .startingPriceLocation .staringAmount_span {
        font-size: 19px;
    }

}

@media(max-width:991px) {
    .menu-icon {
        display: block !important;
        background: var(--main-theme);
        border: none;
        padding: 4px 11px;
        border-radius: 5px;
        font-size: 18px;
        color: #fff;
    }

    .side_navigation_sec.side_menu_open {
        margin-right: 0;
        z-index: 99999;
    }

    .scroll_footerSmall {
        min-width: 910px;
    }

    .footer_addScroll {
        overflow-y: scroll;
    }

    .social_footer ul.social_icon {
        gap: 0px;
    }

    ul.social_icon li {
        margin: 6px;
    }

    .blogs_warpper .col-md-4 {
        width: 50%;
        margin-bottom: 30px;
    }

    .Top_cities_warpper .col-md-3 {
        width: 50%;
    }

    .filltertab .nav-tabs button {
        font-size: 16px;
    }

    .banner_heading .main_hading {
        font-size: 32px;
    }

    .countertext span {
        font-size: 14px;
    }

    .counterBox {
        grid-template-columns: 50px 1fr;
    }

    .countertext h5 {
        font-size: 24px;
    }

    .searchbtn {
        padding-right: 20px;
    }

    .top-properties-amen.cf ul {
        overflow: scroll;
        display: none;
    }

    .top-properties-amen.cf ul li {
        min-width: 44px;
    }

    .awards_gridWarp {
        margin: 40px auto 10px 0px;
        gap: 15px;
        grid-template-columns: repeat(2, 1fr);
    }

    .award_details.ps-3.pt-md-5 {
        padding-top: 0 !important;
    }

    .Awards_warpper .row>div {
        width: 100%;
    }

    .award_details.ps-3.pt-md-5 {
        padding-top: 30px !important;
        padding-left: 0 !important;
    }

    .search_inputfiltter input {
        padding: 10px 29px;
    }

    .explore_topSlider .swiper-slide {
        padding: 15px 9px;
    }

    .city-filter-fixedMobile {
        display: block;
    }

    .copy_Secright {
        padding-bottom: 30px;
    }

    .footersec-1 {
        width: 330px;
    }

    .footer-address ul li {
        font-size: 14px;
    }

    .main_footer a {
        font-size: 14px;
    }

    .footersec-2 {
        width: 150px;
    }

    .footersec-3 {
        width: 160px;
    }

    .footersec-4 {
        width: 220px;
    }

    .bradcrum_warp ul li {
        font-size: 15px;
    }

    .resident_WArpBox {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .consultion_warpper>div {
        flex-direction: column-reverse;
    }

    .consultion_warpper {
        background: #f6f6f6;
        margin: 30px 0 30px;
        padding: 30px 25px 0px;
    }

    .imgColution {
        margin-top: 0;
    }

    .rightCallContent {
        text-align: center;
    }

    .property_logoDetails {
        padding: 20px 20px;
        border-right: none;
        border-bottom: 1px solid #bfbfbf;
    }

    .About_Properties_deatils {
        padding-top: 15px;
    }

    .property-menu {
        display: none;
    }

    .Property_head_Warp ul {
        gap: 10px;
        margin: 20px 0 5px;
    }

    .Property_head_Warp ul a {
        font-size: 16px;
    }

    .listing_page_banner h1 {
        font-size: 1.8rem;
    }

    .city_subcategory_div_respon ul li {
        width: 49%;
    }

    .wishlist-response {
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }

    .compare-response {
        position: fixed !important;
        left: 50% !important;
        top: 50% !important;
        transform: translate(-50%, -50%);
        z-index: 9999;
    }

    .locationTopProBox {
        display: flex;
        padding: 0px 14px;
        gap: 15px;
        overflow: scroll;
        position: relative;
        bottom: 0;
    }

    .locationTopProBox .locationProperty {
        min-width: 310px;
    }

    .tabPropertyScroll {
        overflow: scroll;
        display: block;
        width: 100%;
        position: absolute;
        bottom: 70px;
    }

    .Explore_btn {
        padding: 9px 21px;
        font-size: 16px;
    }

}

@media(max-width:767px) {
    .filltertab .nav-item {
        margin-right: 0px;
    }

    .filltertab .nav-tabs button {
        font-size: 15px;
    }

    .searchFiltter {
        display: flex;
        flex-wrap: wrap;
        gap: 8px;
    }

    .location_selectW {
        border-right: none;
        width: 100%;
        border-bottom: 1px solid #e9e9e9;
        padding: 0 19px 0px 10px;
    }

    .location_selectW .nice-select {
        height: 52px;
        padding: 4px 16px;
    }

    .searchbtn {
        width: 150px;
    }

    .search_inputfiltter {
        position: relative;
        width: 70%;
        padding-left: 26px;
        padding-bottom: 10px;
    }

    .searchbtn {
        width: 130px;
        padding-left: 14px;
        padding-right: 10px;
    }

    .counter_Warpper .col-md-4 {
        width: 33.33%;
    }

    .counterBox {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .max_para900 {
        font-size: 16px;
    }

    .location_detailsBox .headinglocation {
        font-size: 24px;
    }

    .location_detailsBox p {
        font-size: 15px;
    }

    .Explore_btn {
        padding: 7px 22px;
        font-size: 16px;
    }

    .blogs_warpper .col-md-4 {
        width: 100%;
    }

    .client_reviews p {
        font-size: 16px;
    }

    .ClientName {
        grid-template-columns: 58px 1fr;
    }

    .ClientName .testimonial-title {
        font-size: 20px;
    }

    .ClientName .testimonial-title small {
        font-size: 15px;
    }

    .Clients_logos .mb-4 {
        margin-bottom: 0 !important;
    }

    .searchFiltter ul.list {
        width: 100%;
    }

    .property_locationSLider .row>div {
        width: 100%;
    }

    .specification_details .media_image {
        max-width: 60px;
        height: 60px;
        width: 20%;
        min-width: 60px;
    }

    .specification_details .media_image img {
        max-width: 30px;
    }

    .specification_details .media_list {
        margin-bottom: 15px;
        gap: 15px;
    }

    .tool_Boxwarpper {
        padding: 25px 20px;
    }

    ul.about-developer-status.cf li {
        display: block;
        font-size: 17px;
        padding: 0 0px;
    }

    .property_locationSLider .col-7 {
        margin-bottom: 13px !important;
    }

    .banner_details .col-4 {
        grid-template-columns: repeat(1, 1fr);
    }

    .deatils_top {
        padding: 20px 0;
    }

    .common_btn {
        padding: 7px 17px;
        font-size: 14px;
    }

    .common_btn .img-24 {
        max-width: 20px;
        margin-right: 4px;
    }

    .locationWarpperList {
        grid-template-columns: repeat(1, 1fr);
    }

    .Property_head_Warp ul {
        grid-template-columns: repeat(2, 1fr);
    }

    .specification_details .col-6 {
        width: 100%;
        margin: 10px 0;
    }

    .searchFiltter span.select2.select2-container {
        width: 100% !important;
        height: 46px;
        padding: 10px 0;
    }

    .searchFiltter span.select2.select2-container span.select2-selection.select2-selection--single {
        padding: 0;
    }

    .searchFiltter span.select2.select2-container span.select2-selection__arrow {
        top: 7px;
        right: 0;
    }


}

@media(max-width:580px) {
    .slider_banner img {
        max-height: 470px;
        height: 470px;
    }
.mobilehide {
    display: none !important;
}

.propertyReview.mobileshow {
    display: block !important;
    margin: 20px 0 0 !important;
}

.mobileSlide {
    overflow-x: auto;
}

.mobileSlide .row {
    flex-wrap: inherit;
}

.mobileSlide .location_galleryBox {
    grid-template-columns: 1fr 1fr 1fr 1fr;
}
.swiper-pagination-bullet {
    width: 7px;
    height: 7px;
}
.mobileSlide .location_galleryBox .galleryBoImage {
    min-width: 340px;
}

.mobileSlide img {
    min-height: 180px;
    max-height: 170px;
}

    .property_locationSLider.mobileSlide .col-7 {
        margin-bottom: 0 !important;
        max-width: 290px;
        padding-right: 0;
    }
.mobileSlide .more_button {
    display: inline-block;
    left: 17px;
    top: 24px;
    transform: translate(0%, -50%);
    background: #000;
    width: auto;
    border-radius: 6px;
    font-size: 14px;
}
.banner_details.mb-4 {
    margin-bottom: 0 !important;
}
.price_TabsWarpper .perice_top > .d-flex {
    display: block !important;
}
.propertyReview.mobileshow a {
    width: 47%;
    text-align: center;
}
.mobileSlide .more_button i {
    font-size: 7px;
    width: 15px;
    height: 15px;
    border-width: 1px;
    position: relative;
    top: -2px;
}
    .main_header.transparent_header {
        padding: 25px 4px;
    }

    .main_header {
        padding: 5px 4px;
    }

    .banner_heading .main_hading {
        font-size: 26px;
    }

    .banner_heading .sub_heading {
        font-size: 22px;
    }

    .search_inputfiltter input {
        font-size: 15px;
    }

    .counterBox img {
        max-height: 36px;
    }

    .countertext h5 {
        font-size: 21px;
    }

    .custom_h2 {
        font-size: 23px;
    }

    .spanhead {
        font-size: 35px;
    }

    .de_property .second_heading {
        font-size: 25px;
    }

    .cityLocationbox h4 {
        font-size: 17px;
    }

    .copy_Secright {
        display: grid !important;
        text-align: center;
        gap: 10px;
        justify-content: center !important;
    }

    .social_footer ul.social_icon {
        justify-content: center;
    }

    .filltertab .nav-tabs button {
        font-size: 14px;
        padding: 5px 8px;
    }

    .propertyDetails {
        padding: 0 0px;
    }

    .sliderTabLocation .location_detailsBox {
        display: block;
    }

    .headingPro, .price_pro h4, .placeGridBox .placeContent h3 {
        font-size: 19px;
    }

    .enquire_button {
        grid-template-columns: 1fr 90px;
    }

    .common_btn {
        padding: 9px 10px;
    }

    .bradcrum_warp ul li {
        font-size: 13px;
        display: flex;
        align-items: center;
    }

    .bradcrum_warp ul {
        row-gap: 6px;
    }

    .de_property .propery_rating {
        flex-wrap: wrap;
    }

    .resident_WArpBox {
        padding: 24px 20px;
    }

    .custom_h3 {
        font-size: 22px;
    }

    .tool_Boxwarpper {
        padding: 25px 20px;
    }

    ul.about-developer-status.cf li {
        display: block;
        font-size: 16px;
        padding: 3px 0px;
    }

    .city_subcategory_div_respon ul li {
        width: 100%;
    }

    .staringAmount h6 span {
        font-size: 21px;
    }

    .amenitiesBox ul img {
        float: left;
    }

    .amenitiesBox h3 {
        font-size: 20px;
    }

    .rightCallContent .common_btn {
        padding: 8px 20px;
    }

    .faq_accordionWp button.accordion-button, .faq_accordionWp .accordion-body p {
        font-size: 16px;
    }

    .sliderTabLocation .nav-tabs {
        justify-content: center;
    }

    .sliderTabLocation .nav-tabs {
        margin-top: -90px;
    }

    .sliderTabLocation .nav-tabs li {
        width: 33.333%;
        padding-bottom: 11px;
    }

    .sliderTabLocation .location_detailsBox {
        margin-top: 0;
        top: 48%;
    }

    .tabPropertyScroll {
        bottom: 100px;
    }
}

@media(max-width:480px) {
    .main_header .navbar-brand img, .main_header.stickyHeader .navbar-brand .logo-main {
        max-width: 210px;
    }

    .common_btn {
        font-size: 14px;
    }

    .filltertab .nav-tabs button.active {
        padding-bottom: 6px;
    }

    .filltertab .nav-tabs button {
        font-size: 14px;
        padding: 7px 8px;
    }

    .search_inputfiltter {
        width: 94%;
    }

    .searchbtn {
        width: 100%;
        padding-right: 20px;
        margin-bottom: 20px;
    }

    .counter_Warpper .col-md-4 {
        width: 50%;
        margin-bottom: 20px;
        padding-bottom: 10px;
    }

    .counter_Warpper .row {
        justify-content: center;
    }

    .custom_h2 {
        font-size: 23px;
    }

    .img_location img {
        min-height: 400px;
    }

    .awards_gridWarp {
        grid-template-columns: repeat(1, 1fr);
    }

    .Top_cities_warpper .col-md-3 {
        width: 100%;
    }

    .clientdetails {
        grid-template-columns: 1fr;
        margin-bottom: 15px;
    }

    .client_imahelogo img {
        max-height: 50px;
        max-width: 90%;
    }

    .client_imahelogo {
        height: 90px;
    }

    .city-filter-fixed ul li, .city-filter-fixed ul li a {
        font-size: 14px;
    }

    .listing_page_banner h1 {
        font-size: 1.5rem;
    }

    .Property_head_Warp ul span {
        font-size: 24px;
    }

    .Property_head_Warp ul a {
        font-size: 14px;
        padding: 10px 7px 11px;
    }

    .slider_property .swiper-slide img {
        max-height: 210px;
    }
}

@media(max-width:400px) {
    .city-filter-fixed ul li i {
        margin-right: 0;
        display: block;
    }

    .custom_h3 {
        font-size: 20px;
    }

    .propertyListBox {
        grid-template-columns: 1fr;
        border-bottom: none;
        gap: 14px;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .propertyListBox p {
        border-right: none;
        border-bottom: 1px solid #bfbfbf;
        padding-bottom: 10px;
    }

    .propertyDevloper {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .sliderTabLocation .nav-tabs li {
        width: 50%;
        padding-bottom: 6px;
    }

    .sliderTabLocation .location_detailsBox {
        top: 38%;
    }

    .tabPropertyScroll {
        bottom: 150px;
    }

    .locationTopProBox .locationProperty {
        min-width: 270px;
    }

    .sliderTabLocation .nav-tabs li .nav-link {
        padding: 7px 3px 0px;
    }

    .sliderTabLocation .nav-tabs {
        margin-top: -119px;
    }
}