@font-face {
    font-family: 'light-sf-pro';
    src: url('../fonts/SF-Pro-Display-Light.otf') format('opentype');
}

@font-face {
    font-family: 'ultra-light-sf-pro';
    src: url('../fonts/SF-Pro-Display-Ultralight.otf') format('opentype');
}

@font-face {
    font-family: 'mediaum-sf-pro';
    src: url('../fonts/SFPRODISPLAYMEDIUM.OTF') format('opentype');
}

@font-face {
    font-family: 'bold-sf-pro';
    src: url('../fonts/SFPRODISPLAYBOLD.OTF') format('opentype');
}

@font-face {
    font-family: 'black-sf-pro';
    src: url('../fonts/sf-pro-display-black.otf') format('opentype');
}

@font-face {
    font-family: 'then-sf-pro';
    src: url('../fonts/SF-Pro-Display-Thin.otf') format('opentype');
}

@font-face {
    font-family: 'regular-sf-pro';
    src: url('../fonts/SFPRODISPLAYREGULAR.OTF') format('opentype');
}


/* Shimmer wrapper */
.shimmer-wrap {
    display: inline-block;
    position: relative;
    overflow: hidden;
    -webkit-mask-image: none;
    mask-image: none;
}

.shimmer-wrap img {
    display: block;
    width: 245px;
    height: auto;
}

.shimmer-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -150%;
    width: 150%;
    height: 100%;

    background: linear-gradient(90deg,
            rgba(255, 255, 255, 0) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0) 100%);

    transform: skewX(-20deg);
    pointer-events: none;
    mix-blend-mode: screen;
    opacity: 0.9;
    animation: shimmer 1.6s ease-in-out infinite;
}

/* Animation */
@keyframes shimmer {
    0% {
        left: -150%;
    }

    100% {
        left: 150%;
    }
}

/* Respect reduced-motion preference */
@media (prefers-reduced-motion: reduce) {
    .shimmer-wrap::before {
        animation: none;
        opacity: 0;
        /* disable for users who prefer reduced motion */
    }
}

.blockMsg {
    width: 100% !important;
    top: -38px !important;
    left: 0 !important;
    background-color: white !important;
    padding: 61px !important;
}


.bold-font {
    font-family: 'bold-sf-pro';
}

.mediaum-font {
    font-family: 'mediaum-sf-pro';
}

.light-font {
    font-family: 'light-sf-pro';
}

.ultra-light-font {
    font-family: 'ultra-light-sf-pro';
}

.then-font {
    font-family: 'ultra-light-sf-pro';
}

.regular-font {
    font-family: 'regular-sf-pro';
}

/* font end */

.container_width {
    max-width: 100%;
    width: 80%;
}

.main_header {
    z-index: 9999;
    top: 1.5rem;
}

.mimu_ul li a {
    font-size: 14px;
    font-family: 'mediaum-sf-pro';
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #000000;
}

.banner-img {
    width: 100%;
    height: 861px;
    object-fit: cover;
}

.main_h {
    font-weight: 700;
    /* font-size: 48px; */
    font-size: 2.42vw;
    line-height: 120%;
    letter-spacing: 1.5px;
    text-transform: capitalize;
    color: #000000;
}

.p_20 {
    font-weight: 400;
    /* font-size: 20px; */
    font-size: 1.10vw;
    line-height: 110%;
    letter-spacing: 1.5px;
    color: #000000;
}

.section_space {
    margin-bottom: 6rem;
}

.section_space_1 {
    margin-top: 6rem;
}


.main-footer {}

.logo {
    width: 149px;
}

.main_header .container {
    backdrop-filter: blur(7px);
    background: #FFFFFFCC;
    border-radius: 112112px;
}

.sell_btn {
    border-radius: 40px;
    background-color: #000000;
    font-size: 14px;
    width: 170px;
    letter-spacing: 1px;
    height: 49px;
}

.sell_btn span:nth-child(2) {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    display: inline-block;
    background-color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
}


.banner-overlay>div:first-child.container {
    margin-top: 10.2rem;
}

.banner-overlay>div:nth-child(2).container {
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    z-index: 99999999;
}

.banner-overlay>div:nth-child(2).container>div.row>div {
    padding-left: 1rem;
    padding-right: 1rem;
}

.browse_propery_card {
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    backdrop-filter: blur(4px);
    border-radius: 10px;
    height: 100%;
    padding-inline: 0;
}

.browse_propery_card ul {
    grid-template-columns: 31.65% 31.65% 31.65%;
    column-gap: 7px;
    row-gap: 9px;
    padding-inline: 20px;
}

.browse_propery_card ul li {
    border: 1px solid #E5E5E5;
    border-radius: 5px;
    padding: 8px;
    height: 48px;
}

.browse_propery_card ul li h5 {
    font-weight: 700;
    font-size: 12px;
    letter-spacing: 0.7px;
    text-align: center;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.browse_propery_card ul li p {
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 0.5px;
}

.propery_slider_1 .owl-nav,
.propery_slider_2 .owl-nav,
.propery_slider_3 .owl-nav,
.property_slider .owl-nav.disabled {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
}

.property_slider .owl-nav.disabled {
    left: 0;
}

.propery_slider_1.owl-carousel .owl-nav button.owl-next,
.propery_slider_2.owl-carousel .owl-nav button.owl-next,
.propery_slider_3.owl-carousel .owl-nav button.owl-next,
.property_slider.owl-carousel .owl-nav button.owl-next {
    width: 24px;
    height: 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 1px 4px 0px #00000024;
    background: #FFFFFF;
}

.propery_slider_1.owl-carousel .owl-nav button.owl-prev,
.propery_slider_2.owl-carousel .owl-nav button.owl-prev,
.propery_slider_3.owl-carousel .owl-nav button.owl-prev,
.property_slider.owl-carousel .owl-nav button.owl-prev {
    width: 24px;
    height: 30px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 1px 4px 0px #00000024;
    background: #FFFFFF;
}

.propery_slider_1.owl-carousel .owl-nav button.owl-next span,
.propery_slider_1.owl-carousel .owl-nav button.owl-prev span,
.propery_slider_2.owl-carousel .owl-nav button.owl-next span,
.propery_slider_2.owl-carousel .owl-nav button.owl-prev span,
.propery_slider_3.owl-carousel .owl-nav button.owl-next span,
.propery_slider_3.owl-carousel .owl-nav button.owl-prev span,
.property_slider.owl-carousel .owl-nav button.owl-next span,
.property_slider.owl-carousel .owl-nav button.owl-prev span {
    font-size: 22px;
    display: inline-block;
    height: 39px;
    transform: translate(0px, -4px);
}

.browse_propery_card h3 {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 1px;
    display: flex;
    align-items: center;
    gap: 3px;
    padding-inline: 20px;
}

.sub_title {
    font-size: 24px;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    color: #000000;
}

.gradiant_bg {
    background: linear-gradient(0deg, #FFFFFF 35.48%, rgba(255, 255, 255, 0) 100%);
    height: 45%;
}

.type_property_overlay_main img {
    width: 100%;
    /* height: 328px; */
    aspect-ratio: 2 / 2;
    border-radius: 10px;
    object-fit: cover;
}

.type_property_overlay {
    background: #00000066;
    border-radius: 10px;
}

.type_property_overlay h2 {
    font-size: 20px;
    letter-spacing: 1.2px;
    text-align: center;
}

.type_property_overlay p {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    line-height: normal;
}

.type_property>div>div {
    padding-left: 14px;
    padding-right: 14px;
}

.search_contact_img {
    height: 92vh;
    object-fit: cover;
}

.search_contact_overlay {
    padding-top: 10rem;
}

.btn_ul {
    margin-bottom: 0;
    margin-top: 1.5rem;
}

.app_ul {
    margin-top: 4rem;
    gap: 2rem;
}

.btn_ul li a {
    font-size: 14px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    padding: 19px 35px;
    border-radius: 40px;
}

.btn_ul li:first-child a {
    color: #FFFFFF;
    background-color: #000000;
    font-family: 'mediaum-sf-pro';
    border: 1px solid #000000;
}

.btn_ul li:nth-child(2) a {
    color: #000000;
    background-color: #FFFFFF;
    font-family: 'bold-sf-pro';
    border: 1px solid #000000;
}

.main_details .price {
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 1.2px;
    color: #FD8C22;
    margin-bottom: 0.7rem;
    font-family: 'mediaum-sf-pro' !important;
}

.main_details .name {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
    text-transform: lowercase;
}

.main_details .name::first-letter {
    text-transform: uppercase;
}

.main_details .address {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 1px;
    color: #000000;
    font-family: 'light-sf-pro';
    margin-bottom: 9px;
    margin-top: 6px;
    margin-bottom: 9px;
}

.main_details ul {
    gap: 0.9rem !important;
}

.main_details ul li span {
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #000000;
    font-family: 'light-sf-pro';
}

.main_details ul li img {
    width: 16px !important;
}

.developer_dropdown_main svg {
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.recommend_property_img {
    width: 100%;
    height: 212px;
    object-fit: cover;
    border-radius: 10px;
}

.h_32 {
    font-size: 32px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 1.8rem;
}

.property_slider.owl-carousel button.owl-dot,
.recommenred_apartment_slider.owl-carousel button.owl-dot {
    width: 9px;
    height: 9px;
    border: 1px solid #D9D9D9;
    border-radius: 100%;
    background-color: transparent;
}

.property_slider.owl-carousel button.owl-dot.active,
.recommenred_apartment_slider.owl-carousel button.owl-dot.active {
    background-color: #FD8C22;
    width: 20px;
    border-radius: 40px;
    border: 0;
}

.menu_icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    display: none;
}

.menu_icon span {
    border: 1px solid #000000;
    width: 26px;
    display: inline-block;
    border-radius: 2px;
    position: relative;
}

.property_slider .owl-dots,
.recommenred_apartment_slider .owl-dots {
    display: flex;
    justify-content: center;
    gap: 5px;
    height: 30px;
    align-items: end;
    position: absolute;
    top: -78px;
    right: 13px;
}

.main_details {
    margin-top: 1.3rem;
}

.main_details .read_more {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    text-decoration: underline;
    text-decoration-thickness: 0%;
}

.wish-list {
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #FFFFFF;
    position: absolute;
    top: 0.6rem;
    right: 0.6rem;
}

.gray_section {
    background: #FAF8F6;
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
}

.hospitality_img {
    width: 100%;
    height: auto;
    border-radius: 10px;
    object-fit: cover;
}

.main_details ul li {
    gap: 6px;
    align-items: end !important;
}

.app-img {
    height: 657px;
    object-fit: cover;
    margin-top: -9.7rem;
}

.blue-bg-col {
    padding-top: 10rem;
}

.blue-bg-img {
    height: 502px;
    object-fit: cover;
    border-radius: 10px;
}

.app_col_1 {
    padding-top: 6.5rem;
}

.app_overlay>div>div>div:first-child {
    padding-left: 4.5rem;
}

.recommended_row>div {
    margin-top: 2.4rem;
}

.view_btn_main {
    margin-top: 4.5rem;
}

.view_btn_main a {
    width: 165px;
    height: 44px;
    border-radius: 40px;
    padding-top: 13px 39px;
    border: 1px solid #000000;
    font-family: 'bold-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: 0.9s;
}

.view_btn_main a:hover,
.sell_btn:hover,
.propery_slider_1.owl-carousel .owl-nav button.owl-prev:hover,
.propery_slider_1.owl-carousel .owl-nav button.owl-next:hover,
.propery_slider_2.owl-carousel .owl-nav button.owl-prev:hover,
.propery_slider_2.owl-carousel .owl-nav button.owl-next:hover,
.propery_slider_3.owl-carousel .owl-nav button.owl-prev:hover,
.propery_slider_3.owl-carousel .owl-nav button.owl-next:hover,
.property_slider.owl-carousel .owl-nav button.owl-prev:hover,
.property_slider.owl-carousel .owl-nav button.owl-next:hover,
.btn_ul li a:hover {
    background-color: #FD8C22 !important;
    color: white;
    transition: 0.9s;
    border-color: #FD8C22;
}

.nav_ul button.active {
    background-color: #FD8C22 !important;
    color: white !important;
    border-color: #FD8C22 !important;
}

.nav_ul button:hover {
    background-color: #FD8C22 !important;
    color: white !important;
    border-color: #FD8C22 !important;
    transition: 0.9s;
}

.recommended_row>div:first-child,
.recommended_row>div:nth-child(2),
.recommended_row>div:nth-child(3),
.recommended_row>div:nth-child(4) {
    margin-top: 0;
}

.type_property_overlay_main>div {
    overflow: hidden;
    border-radius: 10px;
}

.type_property_overlay_main img {
    transform: scale(1);
    transition: 0.9s;
}

.type_property_overlay_main:hover img {
    transform: scale(1.1);
    border-radius: 10px;
}

.type_property_overlay_main:hover .type_property_overlay {
    border-radius: 10px;
}

.main_details p.p_16,
.blog-content p strong {
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 1.5rem;
    font-family: 'regular-sf-pro' !important;
}

.blog-content p:has(strong) {
    margin-top: 1.6rem !important;
    margin-bottom: 0.5rem !important;
}

.blog-content p:has(span) {
    line-height: 13px !important;
}

.main_details p.p_14,
.blog-content p span,
.blog-content ul li span {
    font-size: 14px;
    line-height: normal;
    color: #000000;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
    font-family: 'light-sf-pro' !important;
}

.blog-content table {
    margin-top: 1rem !important;
    overflow: hidden;
    outline: 1px solid #bfbdbe;
    border-radius: 10px;
}

.blog-content table tr td {
    padding: 7px !important;
    border-color: #bfbdbe !important;
}

.main_details a {
    color: #FD8C22;
    font-size: 14px;
    letter-spacing: 6px;
    text-decoration: underline;
    text-decoration-style: solid;
}

.nav_ul {
    border: 0;
    margin-bottom: 1.8rem;
    gap: 12px;
}

.nav_ul .nav-link.active,
.nav_ul .nav-link {
    background-color: white;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 40px;
    border-width: 1px;
    padding: 8px 17px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'bold-sf-pro';
}


.h_36 {
    font-size: 36px;
    line-height: 117%;
    text-transform: capitalize;
    color: #5E5A52;
}

.mail_icon_1,
.mail_icon_2 {
    top: 9px !important;
}

.mail_icon_1,
.mail_icon_2 {
    top: 9px !important;
}

.email_ul li a,
.email_link {
    font-size: 15px;
    line-height: normal;
    letter-spacing: 1px;
    color: #5E5A52 !important;
    font-weight: 500;
    margin-bottom: 1.5rem !important;
}

.socail_media_ul li {
    width: 50%;
}

.socail_media_ul li a {
    border: 1px solid #5E5A52;
    border-radius: 5px;
    padding: 10px 18px;
    color: #5E5A52;
}

.footer_email_input {
    border-bottom: 1px solid #AAAAAA !important;
    font-size: 16px;
    font-family: 'regular-sf-pro';
    margin-bottom: 1.3rem;
    letter-spacing: 1px;
    padding-block: 12px;
}

.address_link {
    margin-bottom: 0 !important;
}

#layout_plan .row>div {
    margin-bottom: 1rem;
}

.info_1 {
    font-family: 'mediaum-sf-pro';
    color: #000000;
}

.rating {
    color: #FD8C22 !important;
    font-size: 16px !important;
}

.status_main span {
    color: #EC5E87 !important;
}

.link_ul li a {
    font-size: 16px;
}

.main_text_2 {
    font-family: 'light-sf-pro';
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #5E5A52;
    margin-bottom: 11px !important;
}

.main_text {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 1px;
    color: #5E5A52;
}

/* View Page CSS */
.section_space_on_view_page {
    margin-top: 7rem;
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #DDDDDD;
}

/* .mySelect:focus {
    background: #FD8C221A;
    background: #FD8C221A;
    color: #FD8C22;
    border: 1px solid #FD8C22;
} */

.section_space_on_view_page_2 {
    margin-bottom: 6rem;
}

.range_slider_col>label {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
}

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

.mimu_ul_2 li select,
.developer_dropdown,
.project_dropdown {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
    /* background-color: white; */
    border-radius: 40px;
    border-width: 1px;
    padding: 9px 12px;
    border: 1px solid #DDDDDD;
    padding-right: 2.2rem;
}

.developer_dropdown,
.project_dropdown {
    width: 120px;
}

.mimu_ul_2 li:nth-child(1) select {
    width: 130px;
}

.mimu_ul_2 li:nth-child(2) select {
    width: 113px;
}

.mimu_ul_2 li:nth-child(3) select {
    width: 90px;
}

.mimu_ul_2 li:nth-child(4) select {
    width: 138px;
}

.mimu_ul_2 li:nth-child(5) select {
    width: 120px;
}

.mimu_ul_2 li:nth-child(6) select {
    width: 125px;
}

.second_header_container {
    overflow-x: auto;
    padding-bottom: 1rem;
    scrollbar-width: thin;
    scrollbar-color: #FD8C22 !important;
}

::-webkit-scrollbar-thumb {
    background: #FD8C22 !important;
}

/* .developer_dropdown {
    background: #FD8C221A;
    background: #FD8C221A;
    color: #FD8C22;
    border: 1px solid #FD8C22;
} */

/* sidebar */
.main_sidebar {
    z-index: 9999999999;
    width: 97% !important;
    height: 97%;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    background: #FFFFFFCC !important;
}

.main_sidebar .offcanvas-header {
    background: #F5F5F5;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.sidebar_ul li {
    width: fit-content;
}

.sidebar_ul li a {
    font-size: 26px;
    color: #000000;
    font-family: 'bold-sf-pro';
    letter-spacing: 1px;
}

.sidebar_ul li a.sell_btn {
    width: fit-content !important;
    margin-top: 18px;
    font-size: 18px;
    padding-left: 17px !important;
    padding-right: 13px !important;
}

.update_btn {
    border-radius: 111px;
    padding: 15px 43px;
    background: #FD8C22;
    color: #FFFFFF;
    font-family: 'mediaum-sf-pro';
    font-size: 16px;
    letter-spacing: 1px;
    border: 0;
}

.edit-label {
    font-family: 'bold-sf-pro';
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 0.3rem;
}

.edit_link {
    color: #E22A4F !important;
}

.sidebar_ul li a.login_btn {
    width: fit-content !important;
    margin-top: 18px;
    font-size: 18px;
    padding-left: 17px !important;
    padding-right: 13px !important;
}

.favorate {
    background: #F75380 !important;
}

.priceDropdown .dropdown-menu {
    z-index: 9999999999;
}

.favorate svg path {
    stroke: white !important;
    fill: white !important;
}

.sidebar_ul {
    gap: 0.4rem;
    justify-content: center;
    display: flex;
    width: 100% !important;
    align-items: center;
}

/* sidebar */

.arrow_down {
    right: 11px;
}

.arrow_down svg {
    width: 14px;
    height: 14px;
}

.second_header_container {
    gap: 5rem;
    justify-content: left !important;
}

.mimu_ul_2 {
    gap: 1.2rem;
}

.apartment_type_place li a {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 0%;
    letter-spacing: 1px;
    color: #000000;
}

.form-control,
.form-select {
    box-shadow: 0 0 0 0 !important;
}

.sort_text {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #848484;
}

.sort_select {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #000000;
}

.apartment_place li a {
    background: #FFFFFF80;
    color: #000000;
    border: 1px solid #DDDDDD;
    border-radius: 40px;
    border-width: 1px;
    padding: 6px 17px;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: normal;
    font-family: 'mediaum-sf-pro';
    transition: 0.9s;
}

.apartment_place li a:hover {
    background-color: #FD8C22 !important;
    color: #FFFFFF;
}

.details_link {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: underline;
    color: #000000;
}

.details_link_2 {
    font-size: 14px;
    letter-spacing: 1px;
    border: 1px solid #000000;
    text-transform: uppercase;
    padding: 13px 39px;
    text-decoration: none;
    border-radius: 40px;
    color: #000000;
    width: fit-content;
    margin-top: 3.5rem !important;
}

.details_link_2:hover {
    background-color: #FD8C22;
    color: white;
}

.details_link_row {
    margin-bottom: 1.6rem;
}

/* View Page CSS */

/* datails Page CSS */

.details_slider .owl-nav,
.details_slider .owl-nav,
.modal_slider .owl-nav,
.apartment_modal_slider .owl-nav,
.apartment_map_modal_slider .owl-nav,
.projects_map_modal_slider .owl-nav,
.video_slider .owl-nav,
.modal_slider_2 .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    display: flex !important;
    justify-content: space-between;
    left: 0;
}

.details_slider {
    background: #F5F5F5;
    padding-block: 21px;
    border-radius: 10px;
    padding-inline: 21px;
}

.btn {
    line-height: normal;
}

.images_modal .cloase_main {
    z-index: 99999;
    right: 9px;
    top: 9px;
    background: white;
    padding: 5px;
    border-radius: 10px;
}

.details_slider.owl-carousel .owl-nav button.owl-prev,
.modal_slider.owl-carousel .owl-nav button.owl-prev,
.apartment_modal_slider.owl-carousel .owl-nav button.owl-prev,
.apartment_map_modal_slider.owl-carousel .owl-nav button.owl-prev,
.projects_map_modal_slider.owl-carousel .owl-nav button.owl-prev,
.video_slider.owl-carousel .owl-nav button.owl-prev,
.modal_slider_2.owl-carousel .owl-nav button.owl-prev {
    width: 24px;
    height: 30px;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    box-shadow: 0px 1px 4px 0px #00000024;
    background: #FFFFFF;
}

.details_slider.owl-carousel .owl-nav button.owl-next,
.modal_slider.owl-carousel .owl-nav button.owl-next,
.apartment_modal_slider.owl-carousel .owl-nav button.owl-next,
.apartment_map_modal_slider.owl-carousel .owl-nav button.owl-next,
.projects_map_modal_slider.owl-carousel .owl-nav button.owl-next,
.video_slider.owl-carousel .owl-nav button.owl-next,
.modal_slider_2.owl-carousel .owl-nav button.owl-next {
    width: 24px;
    height: 30px;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    box-shadow: 0px 1px 4px 0px #00000024;
    background: #FFFFFF;
}

.details_slider.owl-carousel .owl-nav button.owl-prev:hover,
.details_slider.owl-carousel .owl-nav button.owl-next:hover,
.modal_slider.owl-carousel .owl-nav button.owl-prev:hover,
.modal_slider.owl-carousel .owl-nav button.owl-next:hover,
.apartment_modal_slider.owl-carousel .owl-nav button.owl-prev:hover,
.apartment_modal_slider.owl-carousel .owl-nav button.owl-next:hover,
.apartment_map_modal_slider.owl-carousel .owl-nav button.owl-prev:hover,
.apartment_map_modal_slider.owl-carousel .owl-nav button.owl-next:hover,
.projects_map_modal_slider.owl-carousel .owl-nav button.owl-prev:hover,
.projects_map_modal_slider.owl-carousel .owl-nav button.owl-next:hover,
.video_slider.owl-carousel .owl-nav button.owl-prev:hover,
.video_slider.owl-carousel .owl-nav button.owl-next:hover,
.modal_slider_2.owl-carousel .owl-nav button.owl-prev:hover,
.modal_slider_2.owl-carousel .owl-nav button.owl-next:hover {
    background-color: #FD8C22 !important;
    color: white;
    transition: 0.9s;
    border-color: #FD8C22;
}

.details_slider.owl-carousel .owl-nav button.owl-next span,
.details_slider.owl-carousel .owl-nav button.owl-prev span,
.modal_slider.owl-carousel .owl-nav button.owl-next span,
.modal_slider.owl-carousel .owl-nav button.owl-prev span,
.apartment_modal_slider.owl-carousel .owl-nav button.owl-next span,
.apartment_modal_slider.owl-carousel .owl-nav button.owl-prev span,
.apartment_map_modal_slider.owl-carousel .owl-nav button.owl-next span,
.apartment_map_modal_slider.owl-carousel .owl-nav button.owl-prev span,
.projects_map_modal_slider.owl-carousel .owl-nav button.owl-next span,
.projects_map_modal_slider.owl-carousel .owl-nav button.owl-prev span,
.video_slider.owl-carousel .owl-nav button.owl-next span,
.video_slider.owl-carousel .owl-nav button.owl-prev span,
.modal_slider_2.owl-carousel .owl-nav button.owl-next span,
.modal_slider_2.owl-carousel .owl-nav button.owl-prev span {
    font-size: 22px;
    display: inline-block;
    height: 39px;
    transform: translate(0px, -4px);
}

.main_details_2 .date {
    font-family: 'regular-sf-pro';
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #7E7E7E;
    margin-bottom: 1rem;
}

.main_details_2 .name {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 0.5px;
    color: #000000;
    margin-bottom: 10px !important;
}

.main_details_2 .address {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #000000;
    /* align-items: center; */
}

.reviews_box_2 li:nth-child(2) {
    padding-left: 10px;
}

.main_details_2 .title,
.main_details_3 .title,
.main_details_4 .title,
.main_details_5 .title {
    font-size: 20px;
    letter-spacing: 1px;
    margin-bottom: 10px !important;
    line-height: normal;
}

.main_details_5 .title,
.main_details_4 .title {
    margin-bottom: 1.3rem !important;
}

.near-by_ul li .border_dev {
    border: 0 !important;
}

.near-by_ul li:nth-child(5n + 1) .border_dev,
.features_ul li:nth-child(5n + 1) .border_dev,
.component_ul li:nth-child(5n + 1) .border_dev {
    background: #D9FAEB;
}

.near-by_ul li:nth-child(5n+2) .border_dev,
.features_ul li:nth-child(5n+2) .border_dev,
.component_ul li:nth-child(5n+2) .border_dev {
    background: #FAEDD5;
}

.near-by_ul li:nth-child(5n+3) .border_dev,
.features_ul li:nth-child(5n+3) .border_dev,
.component_ul li:nth-child(5n+3) .border_dev {
    background: #FBEBE3;
}

.near-by_ul li:nth-child(5n+4) .border_dev,
.features_ul li:nth-child(5n+4) .border_dev,
.component_ul li:nth-child(5n+4) .border_dev {
    background: #D0F9FF;
}

.near-by_ul li:nth-child(5n + 5) .border_dev,
.features_ul li:nth-child(5n + 5) .border_dev,
.component_ul li:nth-child(5n + 5) .border_dev {
    background: #F9F1E5;
}

.near-by_ul li:first-child img {
    width: 36px;
    height: 39px;
}

.near-by_ul li:nth-child(2) img {
    width: 44px;
    height: 40px;
}

.near-by_ul li:nth-child(3) img,
.near-by_ul li:nth-child(5) img {
    width: 39px;
    height: 39px;
}

.near-by_ul li:nth-child(4) img {
    width: 45px;
    height: 39px;
}


.main_details_5 {
    margin-bottom: 2.5rem;
}

.main_details_2 .price {
    font-size: 36px;
    line-height: 100%;
    letter-spacing: 1px;
    color: #FD8C22;
    font-family: 'mediaum-sf-pro' !important;
}

.main_details_2 {
    margin-bottom: 1rem;
    margin-top: 16px;
    padding-bottom: 0.2rem;
}

.main_details_3 .description {
    font-family: 'light-sf-pro';
    font-size: 15px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 1rem !important;
    line-height: normal;
}

.main_details_3 {
    margin-bottom: 2.5rem;
}

.count_images,
.count_images_2 {
    margin-left: 0.40rem !important;
}

.main_details_4 table tr td {
    font-family: 'light-sf-pro';
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    line-height: normal;
    border: none !important;
    padding: 11px 13px;
    vertical-align: middle;
}

.main_details_4 table tr:nth-of-type(even),
.main_details_4 table tr:nth-of-type(even) td {
    background-color: #F3F3F3;
}

.main_details_4 table {
    border-radius: 10px;
    overflow: hidden;
    outline: 1px solid #DCDCDC;
}

.main_details_4 {
    margin-bottom: 2.5rem;
}

.border-bottom-2 {
    border-bottom: 1px solid #DCDCDC;
    margin-bottom: 2.2rem;
    width: 97%;
    margin-inline: auto;
}

.features_ul li img,
.component_ul li img,
.near-by_ul li img {
    width: 42px;
    height: 42px;
}

.small_img {
    width: 100%;
    height: 175px;
    border-radius: 10px;
    object-fit: cover;
}

.active_img {
    height: 356px;
    /* object-fit: cover; */
    object-position: top;
    border-radius: 10px;
}

.apartment_type_place li {
    display: flex;
    gap: 1rem;
    align-items: center;
}

.apartment_type_place {
    flex-wrap: wrap;
}

.features_ul,
.near-by_ul,
.component_ul {
    column-gap: 2.5rem;
    row-gap: 2rem;
}

.features_ul li .border_dev,
.near-by_ul li .border_dev,
.component_ul li .border_dev {
    width: 88px;
    height: 86px;
    border-radius: 10px;
    border: 1px solid #DCDCDC;
    display: flex;
    justify-content: center;
    align-items: center;
}

.features_ul li p,
.near-by_ul li p,
.component_ul li p {
    font-family: 'regular-sf-pro';
    font-size: 12px;
    letter-spacing: 1px;
    color: #000000;
    line-height: normal;
    width: 88px;
}

.features_ul li:first-child img {
    width: 42px;
    height: 42px;
}

.features_ul li:nth-child(2) img {
    width: 30px;
    height: 43px;
}

.features_ul li:nth-child(3) img {
    width: 38px;
    height: 38px;
}

.features_ul li:nth-child(4) img {
    width: 40px;
    height: 40px;
}

.features_ul li:nth-child(5) img,
.features_ul li:nth-child(6) img,
.features_ul li:nth-child(7) img {
    width: 41px;
    height: 41px;
}

.features_ul li:nth-child(8) img {
    width: 49px;
    height: 31px;
}

.features_ul li:nth-child(9) img {
    width: 43px;
    height: 32px;
}

/* components */

.component_ul li:first-child img {
    width: 43px;
    height: 37px;
}

.component_ul li:nth-child(1) img {
    width: 36px;
    height: 36px;
}

.component_ul li:nth-child(2) img {
    width: 40px;
    height: 37px;
}

.component_ul li:nth-child(3) img {
    width: 36px;
    height: 39px;
}

.component_ul li:nth-child(4) img {
    width: 45px;
    height: 42px;
}

.component_ul li:nth-child(5) img {
    width: 38px;
    height: 37px;
}

.more_info {
    gap: 0.8rem;
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.more_info a {
    gap: 1.2rem;
    align-items: center;
    position: relative;
    padding: 7px 13px;
    height: -webkit-fill-available;
}

.more_info a span:nth-child(2) {
    font-family: 'mediaum-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
}

.more_info li:first-child a::after,
.more_info li:nth-child(2) a::after,
.more_info li:nth-child(3) a::after {
    content: "";
    position: absolute;
    border: 0.4px solid #864EFE;
    height: 100%;
    top: 0;
    left: 43%;
}

.more_info li:nth-child(2) a::after {
    border: 0.4px solid #84e29952;
    left: 30%;
}

.more_info li:nth-child(3) a::after {
    border: 0.4px solid #EFEFEF;
    left: 29%;
}

.more_info li:first-child {
    background: #6828F1;
    border-radius: 10px;
}

.more_info li:nth-child(2) {
    background: #5BBA70;
    border-radius: 10px;
}

.more_info li:nth-child(3) {
    background: #FFFFFF;
    border-radius: 10px;
}

.more_info li:nth-child(3) a {
    color: #000000;
}

.details_slider .item .row>div {
    padding-inline: 5px;
}

/* .details_slider .item .row {
    padding-inline: 22px;
} */

.main_details_bg {
    background: #F5F5F5;
    padding: 1.8rem 1.5rem;
    border-radius: 10px;
    margin-top: 0;
    overflow: hidden;
}

.document_ul li span {
    font-family: 'mediaum-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 0.8px;
    color: #000000;
}

.document_ul li a {
    border-radius: 40px;
    letter-spacing: 1px;
    padding: 7px 10px;
    font-family: 'mediaum-sf-pro';
    font-size: 12px;
    background-color: #000000;
}

.document_ul li img {
    width: 28px;
    height: 28px;
}

.document_ul {
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 10px;
    grid-template-columns: auto 38% 12%;
    padding-left: 18px;
    position: relative;
}

.reviews_box {
    border: 1px solid #C9C9C9;
    border-radius: 10px;
    padding: 10px;
    grid-template-columns: 20% 50% auto;
    padding-inline: 15px;
    position: relative;
    background-color: #2f4f4f;
    align-items: center;
}

.reviews_box li:first-child {
    background-color: #0000004b;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    width: fit-content;
    padding: 15px;
}

.reviews_box li:first-child i {
    color: #FD8C22;
    font-size: 20px;
}

.reviews_box li:last-child,
.reviews_box li:nth-child(2) {
    height: fit-content !important;
}

.reviews_box li:last-child h1 {
    text-align: end;
    color: #FFFFFF;
    font-family: 'mediaum-sf-pro';
    font-size: 36px;
    line-height: normal;
    margin-bottom: 0;
}

.title_2 {
    margin-top: 2rem;
}

.reviews_box li:nth-child(2) i {
    color: #FFFFFF;
    font-size: 10px;
}

.reviews_box li:nth-child(2) p:first-child {
    display: flex;
    gap: 5px;
    margin-bottom: 5px !important;
}

.reviews_box li:nth-child(2) p:nth-child(2),
.reviews_box li:nth-child(2) p,
.reviews_box li:nth-child(2) {
    color: #FFFFFF;
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.3px;
    margin-bottom: 0;
}

.latest_img {
    height: 222px;
    object-fit: cover;
    width: 100%;
    border-radius: 10px;
}

.video-bg {
    height: 454px;
    border-radius: 10px;
    position: relative;
}

.video-bg iframe {
    width: 100%;
    height: 530px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.video-bg img {
    position: relative;
    z-index: 99999;
}

.play-button {
    transform: translate(-50%, -50%);
    z-index: 99999999;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}

.reviews_box:nth-of-type(2) {
    padding-left: 5px;
}

.view_images {
    position: absolute;
    left: 0.9rem;
    bottom: 0.9rem;
    z-index: 99999999;
    background: #F5F5F5;
    padding: 3px 8px;
    border-radius: 10px;
    color: #000000;
    font-family: 'regular-sf-pro';
    display: flex;
    align-items: center;
}

.view_images i {
    font-size: 20px;
}

.details_slider .item>.row>div {
    padding-inline: 0px;
}

.main_details ul li:nth-child(2) {
    display: flex;
}

.dropdown-toggle::after {
    font-size: 16px;
}

/* career css */

.career_card {
    border: 1px solid #dee2e6;
    border-radius: 10px;
    background: whitesmoke;
    box-shadow: 0px 3px 4px #00000014;
}

.rmt_btn,
.news_first_btn2,
.submmit_btn {
    border-radius: 40px;
    padding: 13px 24px !important;
    border: 1px solid #000000;
    font-family: 'bold-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    transition: 0.9s;
    color: #000000;
}

.submmit_btn {
    width: fit-content;
}

.news_first_btn2 svg path {
    fill: #000000 !important;
}

.news_first_btn2 {
    width: fit-content;
    text-decoration: none;
    cursor: pointer;
}

.rmt_btn:hover,
.news_first_btn2:hover,
.submmit_btn:hover {
    background-color: #FD8C22 !important;
    color: white;
    transition: 0.9s;
    border-color: #FD8C22;
}

.news_first_btn2:hover svg path {
    fill: #FFFFFF !important;
}

.career_card .main_h {
    font-size: 24px;
}

.career_card .p_20 {
    font-weight: 400;
    font-size: 14px;
}

.apply_btn:hover {
    color: #FD8C22;
    transition: 0.5s;
}

.apply_btn:hover svg path {
    fill: #FD8C22;
    transition: 0.5s;
}

.news_first_btn2 svg,
.submmit_btn svg {
    width: 12px !important;
}

.news_first_btn2 svg path {
    fill: #FFFFFF;
    transition: 0.5s;
}

.submmit_btn svg path {
    fill: #000000;
    transition: 0.5s;
}

.submmit_btn:hover svg path {
    fill: #FFFFFF;
    transition: 0.5s;
}

.informative-video-img {
    height: 212px;
    width: 100%;
    border-radius: 10px;
}

.dev_details h2 {
    font-family: 'mediaum-sf-pro';
    font-size: 16px;
    letter-spacing: 1px;
    color: #FD8C22;
    line-height: normal;
    margin-top: 1.2rem;
}

.dev_details p {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
}

.main_content_col p strong,
.main_content_col ul li strong {
    font-size: 16px !important;
    line-height: normal;
    letter-spacing: 1px;
    color: #000000;
    margin-top: 1.5rem;
    font-family: 'regular-sf-pro' !important;
}

/* .list-layout a>div {
    width: 50% !important;
} */

.main_content_col p,
.main_content_col p span,
.main_content_col ul li {
    font-size: 14px !important;
    line-height: normal;
    color: #000000;
    letter-spacing: 0.7px;
    margin-bottom: 10px;
    font-family: 'light-sf-pro' !important;
}

/* career css */

/* .reviews_box li:nth-child(2) {
    height: 100%;
} */

.document_ul::after {
    content: "";
    position: absolute;
    border: 0.4px solid #C9C9C9;
    height: 100%;
    top: 0;
    right: 17%;
}

.email_ul {
    display: grid !important;
    grid-template-columns: 29% 22% auto;
}

.title_2,
.title_3,
.social-media-title {
    font-family: 'mediaum-sf-pro';
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    margin-bottom: 11px !important;
}

.main_details_bg .title {
    margin-bottom: 1.8rem !important;
    font-size: 24px;
}

.title_3 {
    margin-top: 2rem;
}

.document_ul li:nth-child(3) {
    text-align: center;
}

.document_ul_2 li img {
    width: 23px;
    height: 34px;
}

.property_interest_btn {
    border-radius: 50px;
    padding: 17px 20px;
    background: #FD8C22;
    margin-top: 2rem;
    font-family: 'regular-sf-pro';
    font-size: 14px;
    line-height: normal;
    letter-spacing: 1.3px;
    color: #FFFFFF;
}

.projects_details_main {
    column-gap: 1rem;
    margin-top: 10px;
}

.projects_details_main>div span {
    margin-bottom: 5px !important;
}

.property_interest_btn:hover {
    background-color: #000000;
    color: #FFFFFF;
    transition: 0.9s;
}

.document_ul li a:hover {
    background-color: #FD8C22;
    color: #FFFFFF;
    transition: 0.9s;
}

.coolapse_main .accordion-button:not(.collapsed)::after,
.coolapse_main .accordion-button::after {
    display: none;
}

.coolapse_main .accordion-button:not(.collapsed) {
    background-color: transparent;
    box-shadow: 0 0 0 0 !important;
}

.coolapse_main .accordion-item,
.coolapse_main .accordion-button,
.accordion-header {
    border-radius: 10px;
    border: 0;
}

.apply_form {
    z-index: 99999999999999;
}

.socail-media-icon-ul li:first-child {
    background-color: #6828F1;
}

.socail-media-icon-ul li svg path {
    fill: #FFFFFF;
}

.socail-media-icon-ul li:nth-child(2) {
    background-color: blueviolet;
}

.socail-media-icon-ul li:nth-child(3) {
    background-color: red;
}

.socail-media-icon-ul li:last-child {
    background-color: blue;
}

.socail-media-icon-ul li {
    width: 44px;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
}

.coolapse_main .accordion-button {
    font-family: 'mediaum-sf-pro';
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    /* margin-bottom: 11px !important; */
}

.related_blog_card {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.related_blog_card img {
    border-radius: 10px;
    height: 274px;
    object-fit: cover;
}

.related_blog_col {
    background: #F5F5F5;
    border-radius: 10px;
    position: sticky;
    top: 1rem;
}

.related_blog_card .main_details .p_16 {
    margin-top: 0;
    margin-bottom: 0.7rem;
}

.related_blog_card .main_details {
    margin-top: 0px;
}

.modal_slider .item img,
.apartment_modal_slider .item img,
.apartment_map_modal_slider .item img,
.projects_map_modal_slider .item img,
.modal_slider_2 .item img {
    height: 516px;
    object-fit: unset;
    border-radius: 10px;
}

.images_modal {
    z-index: 99999999999999;
}

.informative_videio_modal .modal-content {
    border-radius: 10px;
}

.informative_videio_main iframe {
    border-radius: 10px;
}

.accordion-header span i {
    font-size: 20px;
    color: white;
}

.list-layout {
    width: 100%;
    margin-top: 0 !important;
    margin-bottom: 3rem;
}

.list-layout a {
    display: flex;
    gap: 2rem !important;
}

.list-layout a .recommend_property_img {
    width: 415px !important;
    height: 222px !important;
}

.list-layout a>div:first-child {
    width: 414px;
}

.list-layout a .projects_details_main>div {
    width: 100%;
}

.list-layout a .projects_details_main>div span {
    margin-top: 3px;
}

.list-layout a {
    padding: 10px;
    border-radius: 10px;
    background: #F5F5F5 !important;
}

.list-layout a>div:nth-child(2)>ul {
    justify-content: flex-start !important;
    align-items: baseline;
}

.coolapse_main .accordion-button {
    box-shadow: 0 0 0 0 !important;
}

.accordion-header span {
    border-radius: 100%;
    background-color: #2f4f4f;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.details_ul_main {
    margin-top: 0.7rem;
}

.video-thumbnail-img {
    height: 100%;
}

.coolapse_main .accordion-body p {
    font-family: 'light-sf-pro';
}

.download_btn {
    border-radius: 40px;
    letter-spacing: 1px;
    padding: 4px 13px;
    font-family: 'mediaum-sf-pro';
    font-size: 12px;
    background-color: #000000;
    color: #FFFFFF;
}

.accordian_img {
    width: 100%;
    height: 100px;
    border-radius: 10px
}

.more_info {
    position: relative;
}

.more_info::after,
.more_info::before {
    position: absolute;
    content: "";
    border-bottom: 1px solid #C9C9C9;
    width: 30%;
    height: 1px;
    bottom: -2px;
}

#grid-view,
#list-view {
    cursor: pointer;
}

.more_info::after {
    left: -40px;
}

.more_info::before {
    right: -40px;
}

.career_detail_form input,
.career_detail_form textarea {
    border: 1px solid #D9D9D9 !important;
    border-radius: 4px !important;
    font-family: "regular-sf-pro" !important;
    font-size: 14px;
    letter-spacing: 1px;
}

.career_detail_form label {
    font-family: "regular-sf-pro" !important;
    font-size: 14px;
    letter-spacing: 1px;
}

.informative_video_row>div:nth-last-of-type(-n+3) {
    margin-bottom: 0 !important;
}

.afqs_main .accordion-item {
    border: 1px solid #dee2e6;
    border-radius: 10px;
}

.afqs_main .accordion-item .accordion-header button {
    background-color: white;
}

.afqs_main .accordion-item:last-of-type {
    margin-bottom: 0 !important;
}

.accordion-button:not(.collapsed),
.accordion-button {
    box-shadow: 0 0 0 0 !important;
}

.accordion {
    --bs-accordion-border-color: white !important;
}

.afqs_main button {
    font-size: 20px !important;
}

/* details Page CSS */

/* contact us */
.contact-foem-main {
    border-radius: 10px;
    background: #191919;
    padding: 2.6rem 2.2rem;
}

.contact-foem-main label {
    font-family: 'regular-sf-pro';
    font-size: 12px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.contact-foem-main label span {
    color: #FF0000;
}

.contact-foem-main input,
.contact-foem-main select,
.contact-foem-main textarea {
    font-family: 'light-sf-pro';
    font-size: 16px;
    letter-spacing: 1px;
    color: #C8C8C8 !important;
    border: 0;
    border-bottom: 1px solid #464646;
    background-color: transparent !important;
    padding-left: 0;
    border-radius: 0;
    padding-top: 0;
    padding-bottom: 13px;
    margin-bottom: 0.5rem;
}

.contact-foem-main textarea {
    overflow: clip;
}

.contact-foem-main select option {
    color: #000000 !important;
}

.main_h_contact {
    font-weight: 700;
    font-size: 96px;
    line-height: 95px;
    letter-spacing: 1px;
    color: #000000;
}

.cntct_p_16 {
    font-size: 16px;
    letter-spacing: 1px;
    color: #000000;
    line-height: normal;
}

.cotct_h_36 {
    font-size: 36px;
    letter-spacing: 0.8px;
    color: #000000;
    line-height: normal;
}

.contact-foem-main input::placeholder,
.contact-foem-main textarea::placeholder {
    font-size: 14px;
    letter-spacing: 1px;
    color: #C8C8C8 !important;
}

.map_links {
    font-family: 'bold-sf-pro';
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    text-decoration: none;
    border-bottom: 1px solid #000000;
    padding-bottom: 6px;
}

.conact-location-img {
    height: 631px !important;
    border-radius: 10px;
    object-fit: cover;

}

.conact-location-img_main {
    border-bottom: 1px solid #DCDCDC;
    padding-bottom: 5rem !important;
}

.section_space_on_contact {
    margin-top: 9rem;
}

.form-title {
    font-family: 'regular-sf-pro';
    font-size: 24px;
    letter-spacing: 1px;
    color: #FFFFFF;
}

.conatct-email-ul {
    gap: 2rem;
}

.sbmt_btn {
    border-radius: 111px;
    padding: 18px 30px;
    background: #FD8C22;
    color: #FFFFFF;
    font-family: 'mediaum-sf-pro';
    font-size: 16px;
    letter-spacing: 1px;
    border: 0;
}

/* contact us */

/* login css */

.login_btn {
    border-radius: 40px;
    padding: 13px 20px;
    background-color: #000000;
    font-size: 14px;
    letter-spacing: 1px;
}

.google_btn,
.apple_btn {
    border: 1px solid #DADCE0;
    border-radius: 75px;
    padding: 10px 18px;
    color: #5E5A52;
    font-family: 'mediaum-sf-pro';
    font-size: 16px;
    line-height: 28px;
    letter-spacing: 1px;
}

.login-input {
    color: #5E5A52;
    font-family: 'regular-sf-pro';
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    padding: 10px 18px;
    border: 1px solid #DADCE0;
    letter-spacing: 1px;
}

.login_or {
    color: #000000;
    font-family: 'bold-sf-pro';
    font-size: 16px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.no_account_P b {
    font-family: 'bold-sf-pro';
}

.login-section {
    margin-top: 8.8rem;
    margin-bottom: 4rem;
}

.edit-section {
    margin-top: 6.8rem;
    margin-bottom: 5rem;
}

.query_box {
    border-radius: 10px;
    padding: 34px 54px;
    background: #F6F6F6;
}

.query_box svg {
    margin-bottom: 2.5rem;
}

.query_box h1 {
    font-size: 24px;
}

.layout-pan-img {
    width: 30px !important;
}

.login_title {
    font-weight: 600;
    font-size: 32px;
    line-height: normal;
    font-family: 'regular-sf-pro';
    letter-spacing: 1px !important;
    color: #000000;
}

.login-section>div,
.edit-section>div {
    position: relative;
    padding-bottom: 1rem;
}

.login-section>div::after,
.edit-section>div::after {
    border-bottom: 1px solid #DCDCDC;
    position: absolute;
    content: "";
    width: 79%;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

.login_p {
    letter-spacing: 1px;
    line-height: normal;
}

.afqs-btn-ul {
    margin-top: 2.5rem;
    margin-bottom: 1.5rem;
}

.afqs-btn-ul li a,
.query_send_btn {
    border-radius: 111px;
    padding: 16px 28px;
    background: #FD8C22;
    font-family: 'mediaum-sf-pro';
    font-size: 16px;
    line-height: normal;
    letter-spacing: 1.3px;
}

.afqs-btn-ul li a:hover,
.query_send_btn:hover {
    color: #FFFFFF;
    background-color: #000000;
    transition: 0.5s;
}

.profile {
    background: #6828EE;
    width: 43px;
    height: 43px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    line-height: normal;
    display: inline-block;
    font-size: 16px;
    letter-spacing: 1px;
    border-radius: 100%;
}

.wish-list-main {
    right: 0;
    top: 0;
    width: 48px;
    height: 47px;
    z-index: 9999999;
}

/* login css */

.edit_tabs.nav-tabs {
    gap: 3rem;
    flex-wrap: nowrap;
}

.edit_tabs.nav-tabs .nav-item.show .nav-link,
.edit_tabs.nav-tabs .nav-link.active {
    border: 0;
    border-bottom: 3px solid #FD8C22 !important;
    font-family: 'mediaum-sf-pro';
    font-size: 14px;
    letter-spacing: 1px;
    color: #FD8C22 !important;
}

.edit_tabs.nav-tabs .nav-link svg,
.edit_tabs.nav-tabs .nav-link svg path {
    fill: #000000 !important;
}

.edit_tabs.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active svg,
.edit_tabs.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active svg path {
    fill: #FD8C22 !important;
}

.edit_tabs.nav-tabs .nav-link {
    font-family: 'regular-sf-pro';
    font-size: 14px;
    letter-spacing: 1px;
    color: #000000;
    padding-inline: 1px;
    padding-bottom: 1.7rem;
    white-space: nowrap;
}

.edit_tabs.nav-tabs .nav-link:hover {
    color: #FD8C22;
}

.edit_tabs.nav-tabs .nav-link:hover svg,
.edit_tabs.nav-tabs .nav-link:hover svg path {
    fill: #FD8C22 !important;
    stroke: #FD8C22 !important;
    transition: 0.5s;
}

li:has(.profile) ul.dropdown-menu {
    border: unset;
    border-radius: 0;
    box-shadow: 0px 2px 5px #0000002e;
    left: 50%;
    transform: translateX(-50%);
    font-family: 'regular-sf-pro';
    letter-spacing: 1px;
    padding-block: 20px;
    color: #000000;
    min-width: fit-content;
}

li:has(.profile) {
    width: fit-content;
}

li:has(.profile) ul.dropdown-menu a {
    text-align: center;
    width: 100px;
    padding-inline: 0;
}

li:has(.profile) ul.dropdown-menu a:hover {
    background-color: #FD8C22;
    color: #FFFFFF;
}

.edit_tabs.nav-tabs .nav-link {
    border: 0 !important;
}

.wish-list-favourite {
    background: #F75380;
}

.wish-list-interest {
    display: none !important;
}

.edit_tabs.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active:hover {
    border: 0 !important;
    border-bottom: 3px solid #FD8C22 !important;
}

/* footer */

@media (max-width: 1600px) {
    .app-img {
        height: 573px;
    }

    .blue-bg-img {
        height: 418px;
    }

    .app_col_1 {
        padding-top: 4.5rem;
    }
}


@media (max-width: 1300px) {
    .video-bg {
        height: 350px;
    }

    .reviews_box li:nth-child(2) p:nth-child(2) {
        font-size: 10px !important;
    }

    .app-img {
        height: auto;
    }

    .reviews_box li:nth-child(2) {
        height: fit-content !important;
        padding-left: 10px;
    }
}

@media (max-width: 1400px) {
    .container_width {
        width: 86%;
    }

    .cntct_p_16 {
        font-size: 14px;
    }

    .login_p {
        font-size: 14px;
    }

    .informative-video-img {
        height: 182px;
    }

    .play-button {
        width: 50px;
    }

    .dev_details h2 {
        font-size: 13px;
        margin-top: 0.9rem;
        margin-bottom: 5px;
    }

    .dev_details p {
        font-size: 11px;
    }

    .send_query_box_svg {
        width: 28px !important;
    }

    .login-section>div::after,
    .edit-section>div::after {
        width: 84.5%;
    }

    .afqs-btn-ul li a,
    .query_send_btn {
        padding: 12px 18px;
        font-size: 13px;
    }

    .afqs-btn-ul {
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }

    .query_box svg {
        margin-bottom: 1.5rem;
        width: 50px;
    }

    .query_box h1 {
        font-size: 20px;
    }

    .login_title {
        font-size: 24px;
    }

    .edit-label {
        font-size: 12px;
        margin-bottom: 0.2rem;
    }

    .login-input {
        font-size: 14px;
        padding: 8px 18px;
    }

    .update_btn {
        padding: 11px 30px;
        color: #FFFFFF;
        font-size: 14px;
    }

    .login-section>div,
    .edit-section>div {
        padding-bottom: 0.5rem;
    }

    .edit-section {
        margin-top: 5.8rem;
        margin-bottom: 4.5rem !important;
        margin-bottom: 4rem;
    }

    .mimu_ul li a {
        font-size: 12px;
    }

    .edit_tabs.nav-tabs .nav-link {
        font-size: 12px;
        padding-bottom: 1.4rem;
    }

    .edit_tabs.nav-tabs {
        gap: 2.5rem;
        margin-bottom: 1rem !important;
    }

    .sell_btn {
        font-size: 12px;
        width: 147px;
        height: 44px;
    }

    .login_btn {
        border-radius: 40px;
        padding: 13px 20px;
        background-color: #000000;
        font-size: 12px;
        letter-spacing: 1px;
    }

    .edit-section {
        margin-top: 5.8rem;
        margin-bottom: 4rem;
    }

    .edit_tabs.nav-tabs .nav-link svg,
    .edit_tabs.nav-tabs .nav-link svg path {
        width: 14px;
    }

    .cotct_h_36 {
        font-size: 26px;
    }

    .form-title {
        font-size: 21px;
    }

    .contact-foem-main label {
        font-size: 10px;
    }

    .conact-location-img {
        height: 531px !important;
    }

    .sbmt_btn {
        padding: 12px 20px;
        font-size: 14px;
    }

    .map_links {
        font-size: 12px;
    }

    .map_links svg {
        width: 10px;
    }

    .section_space_on_contact {
        margin-top: 8rem;
    }

    .contact-foem-main {
        padding: 2rem 1.6rem;
    }

    .contact-foem-main input,
    .contact-foem-main select,
    .contact-foem-main textarea {
        padding-bottom: 9px;
        margin-bottom: 0.3rem;
    }

    .conact-location-img_main {
        padding-bottom: 4rem !important;
    }

    .conatct-email-ul {
        gap: 1.7rem;
    }

    .contact-foem-main input::placeholder,
    .contact-foem-main textarea::placeholder {
        font-size: 14px;
    }

    .contact-foem-main input,
    .contact-foem-main select,
    .contact-foem-main textarea {
        font-size: 14px;
    }

    .main_h_contact {
        font-size: 71px;
        line-height: 69px;
    }

    .projects_details_main>div span {
        margin-bottom: 0px !important;
    }

    .list-layout a .projects_details_main>div span {
        margin-top: 6px;
    }

    .mimu_ul_2 li {
        width: fit-content !important;
    }

    .mimu_ul_2 {
        flex-direction: row;
    }

    .main_details_2 {
        margin-bottom: 0.7rem;
    }

    .main_details .address {
        line-height: 13px;
    }

    .projects_details_main {
        margin-top: 3px;
    }

    .border-bottom-2 {
        margin-bottom: 1.7rem;
    }

    .main_details ul li img {
        width: 14px !important;
    }

    .accordion-header span {
        width: 46px !important;
        height: 46px !important;
    }

    .coolapse_main .accordion-button {
        font-size: 12px;
    }

    .coolapse_main .accordion-item,
    .coolapse_main .accordion-button,
    .accordion-header {
        padding-block: 6px !important;
    }

    .accordion-header span svg {
        width: 21px;
    }

    .main_details .address {
        font-size: 10px;
    }

    .accordian_img {
        height: 80px;
    }

    .main_details_5 .title,
    .main_details_4 .title {
        margin-bottom: 1rem !important;
    }

    .details_link_row {
        margin-bottom: 1.4rem;
    }

    .details_link {
        font-size: 12px;
    }

    .main_details p.p_16,
    .blog-content p strong {
        font-size: 13px;
    }

    .main_details p.p_14,
    .blog-content p span {
        font-size: 12px;
    }

    .main_details .read_more {
        font-size: 14px;
    }

    .socail-media-icon-ul li {
        width: 40px;
        height: 40px;
    }

    .reviews_box li:nth-child(2) p:nth-child(2) {
        font-size: 12px;
    }

    .banner-img {
        height: 707px;
    }

    .browse_propery_card ul {
        grid-template-columns: 31.9% 31.9% 31.9%;
    }

    .banner-overlay>div:nth-child(2).container>div.row>div {
        padding-left: 0.66rem;
        padding-right: 0.66rem;
    }

    .type_property_overlay h2 {
        font-size: 16px;
    }

    .recommend_property_img {
        height: 170px;
    }

    .h_32 {
        font-size: 24px;
    }

    .main_details .price {
        font-size: 16px;
    }

    .main_details .name {
        font-size: 14px;
    }

    .wish-list {
        width: 28px;
        height: 28px;
    }

    .hospitality_img {
        height: auto;
    }

    .app-img {
        height: 546px;
    }

    .blue-bg-img {
        height: 408px;
    }

    .app_col_1 {
        padding-top: 5.5rem;
    }

    .app_ul {
        gap: 2rem;
    }

    .browse_propery_card ul li h5 {
        font-size: 10px;
    }

    .browse_propery_card ul li p {
        font-size: 10px;
        letter-spacing: 0.7px;
        line-height: normal;
    }

    .browse_propery_card ul li {
        padding: 5px 8px;
        height: 38px;
    }

    .browse_propery_card h3 {
        font-size: 14px;
    }

    .section_space_1 {
        margin-top: 5rem;
    }

    .section_space {
        margin-bottom: 5rem;
    }

    .gray_section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .app_ul {
        margin-top: 3rem;
    }

    .app_ul li img {
        width: 165px;
    }

    .app-img {
        margin-top: -8.6rem;
    }

    .h_36 {
        font-size: 28px;
        line-height: 100%;
    }

    .main_text {
        font-size: 12px;
        line-height: 17px;
    }

    .email_ul li a,
    .email_link {
        font-size: 12px;
    }

    .main_text_2 {
        font-size: 12px;
        margin-bottom: 5px !important;
    }

    .footer_email_input {
        font-size: 14px;
    }

    .mail_icon_1 {
        top: 10px !important;
        width: 29px;
    }

    .mail_icon_2 {
        top: 7px !important;
        width: 15px;
    }

    .email_ul li a br {
        display: none;
    }

    .email_ul {
        display: grid !important;
        grid-template-columns: 145px 145px 300px;
        row-gap: 0 !important;
        margin-bottom: 0;
    }

    .footer_email_input {
        margin-bottom: 0.5rem;
    }

    .socail_media_ul li a svg {
        height: 15px;
    }

    .socail_media_ul li a {
        padding: 10px 18px;
        line-height: 12px;
    }

    .mimu_ul {
        /* display: none; */
    }

    /* view page Css */

    .second_header_container {
        gap: 10rem;
    }

    .mimu_ul_2 li select,
    .developer_dropdown,
    .project_dropdown {
        font-size: 12px;
        border-width: 1px;
        padding: 7px 10px;
        padding-right: 2.2rem;
    }

    .developer_dropdown,
    .project_dropdown {
        width: 111px;
    }

    .mimu_ul_2 li:nth-child(1) select {
        width: 116px;
    }

    .mimu_ul_2 li:nth-child(2) select {
        width: 102px;
    }

    .mimu_ul_2 li:nth-child(3) select {
        width: 79px;
    }

    .mimu_ul_2 li:nth-child(4) select {
        width: 125px;
    }

    .mimu_ul_2 li:nth-child(5) select {
        width: 109px;
    }

    .mimu_ul_2,
    .developer_dropdown_main {
        gap: 0.7rem;
    }

    .range_slider_col>label {
        font-size: 12px;
    }

    .second_header_container {
        gap: 3rem;
    }

    .mimu_ul_2 li:nth-child(6) {
        width: 114px;
    }

    .arrow_down svg {
        width: 12px;
        height: 12px;
    }

    .apartment_type_place li a {
        font-size: 12px;
        letter-spacing: 1.2px;
    }

    .sort_select,
    .sort_text {
        font-size: 12px;
    }

    /* View Page Css */

    /* details page css */

    .small_img {
        height: 140px;
    }

    /* .details_slider .item .row {
        padding-inline: 18px;
    } */

    .details_slider {
        padding-block: 15px;
        padding-inline: 15px;
    }

    .main_details_2 .name {
        font-size: 30px;
    }

    .main_details_2 .price {
        font-size: 30px;
    }

    .main_details_2 .address {
        font-size: 12px;
    }


    .main_details_2 .date {
        font-size: 10px;
    }

    .main_details_3 .description {
        font-size: 12px;
    }

    .main_details_2 .title,
    .main_details_3 .title,
    .main_details_4 .title,
    .main_details_5 .title {
        font-size: 18px;
    }

    .features_ul,
    .near-by_ul,
    .component_ul {
        column-gap: 2rem;
        row-gap: 1.5rem;
    }

    .features_ul li:first-child img {
        width: 38px;
        height: 38px;
    }

    .features_ul li:nth-child(4) img {
        width: 38px;
        height: 38px;
    }

    .features_ul li:nth-child(3) img {
        width: 35px;
        height: 35px;
    }

    .features_ul li:nth-child(2) img {
        width: 27px;
        height: 40px;
    }

    .main_details_4 table tr td {
        font-size: 12px;
        padding: 8px 13px;
    }

    .features_ul li:nth-child(5) img,
    .features_ul li:nth-child(6) img,
    .features_ul li:nth-child(7) img {
        width: 38px;
        height: 38px;
    }

    .features_ul li:nth-child(9) img {
        width: 40px;
        height: 29px;
    }

    .features_ul li:nth-child(8) img {
        width: 46px;
        height: 29px;
    }

    .features_ul li .border_dev,
    .near-by_ul li .border_dev,
    .component_ul li .border_dev {
        width: 73px;
        height: 72px;
    }

    .component_ul li:nth-child(2) img {
        width: 38px;
        height: 34px;
    }

    .component_ul li:nth-child(1) img {
        width: 33px;
        height: 33px;
    }

    .component_ul li:nth-child(3) img {
        width: 34px;
        height: 36px;
    }

    .component_ul li:nth-child(4) img {
        width: 40px;
        height: 36px;
    }

    .component_ul li:nth-child(5) img {
        width: 34px;
        height: 34px;
    }

    .features_ul li img,
    .component_ul li img,
    .near-by_ul li img {
        width: 35px;
        height: 32px;
    }

    .near-by_ul li:first-child img {
        width: 33px;
        height: 35px;
    }

    .near-by_ul li:nth-child(2) img {
        width: 40px;
        height: 36px;
    }

    .near-by_ul li:nth-child(3) img,
    .near-by_ul li:nth-child(5) img {
        width: 37px;
        height: 35px;
    }

    .near-by_ul li:nth-child(4) img {
        width: 42px;
        height: 37px;
    }

    .features_ul li img,
    .component_ul li img,
    .near-by_ul li img {
        width: 37px;
        height: 34px;
    }

    .features_ul li p,
    .near-by_ul li p,
    .component_ul li p {
        font-size: 10px;
        width: 77px;
    }

    .active_img {
        height: 288px;
    }

    .more_info a span:nth-child(2) {
        font-size: 12px;
    }

    .more_info a {
        padding: 4px 9px;
    }

    .title_2,
    .title_3 {
        font-size: 12px;
    }

    .document_ul {
        padding: 8px;
        padding-left: 16px;
    }

    .document_ul li a {
        padding: 6px 10px;
        font-size: 10px;
    }

    .document_ul li span {
        font-size: 12px;
    }

    .more_info a span:nth-child(1) svg {
        width: 12px;
        height: 12px;
    }

    .more_info li {
        border-radius: 8px !important;
    }

    .main_details_bg {
        padding: 1.5rem 1rem;
    }

    /* details page css */

}

@media (max-width: 991px) {
    .container_width {
        width: 95%;
    }

    .main_h {
        font-size: 3.42vw;
    }

    .p_20 {
        font-size: 2.1vw;
    }

    .mimu_ul {
        display: none;
    }

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

    .recommended_row>div:nth-child(4) {
        margin-top: 2.4rem;
    }

    .gray_section>div>div>div {
        margin-bottom: 2.5rem;
    }

    .gray_section>div>div>div:last-child {
        margin-bottom: 0rem;
    }

    .app-img {
        height: auto;
    }

    .browse_propery_card ul {
        grid-template-columns: 48% 49%;
    }

    /* view page */
    .second_header_container {
        gap: 1rem;
    }

    .second_header_container>ul:nth-child(2) {
        display: flex !important;
        width: 100% !important;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
    }

    .second_header_container>ul:nth-child(2) {
        margin-right: 0 !important;
        width: 100% !important;
    }

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

    /* view page */

    /* details page css */

    .main_details_3 .description {
        font-size: 19px;
    }

    .main_details_2 .address {
        font-size: 16px;
    }

    .main_details_2 .date {
        font-size: 16px;
    }

    .main_details_4 table tr td {
        font-size: 18px;
    }

    .features_ul li p,
    .near-by_ul li p,
    .component_ul li p {
        font-size: 16px;
    }

    /*  */

    .title_2,
    .title_3 {
        font-size: 16px;
    }

    .more_info a span:nth-child(2) {
        font-size: 15px;
    }

    .document_ul li span {
        font-size: 16px;
    }

    .menu_icon {
        display: block;
    }

    /* details page css */
}

@media (max-width: 767px) {
    .container_width {
        width: 100%;
    }

    .app_overlay>div>div>div:first-child {
        padding-left: 1rem;
    }

    .menu_icon {
        display: block;
    }

    .type_property_overlay_main img {
        height: 290px;
    }

    footer h2.h_36 {
        font-size: 24px !important;
        letter-spacing: 0.7px;
    }

    footer p.main_text {
        font-size: 14px !important;
    }

    .email_ul {
        display: grid !important;
        grid-template-columns: 100%;
        row-gap: 22px !important;
        margin-top: 1rem;
    }

    .link_ul {
        display: grid !important;
    }

    .email_ul li span {
        font-size: 14px !important;
    }

    .email_ul li a {
        font-size: 14px !important;
    }

    .type_property_overlay h2 {
        font-size: 12px;
    }

    .type_property_overlay p {
        font-size: 12px;
    }

    .browse_propery_card ul {
        grid-template-columns: 31.9% 31.9% 31.9%;
    }

    .nav_ul_type {
        gap: 0.8rem;
        justify-content: center;
        margin-bottom: 1.5rem;
        padding-inline: 10px;
    }

    .browse_propery_card ul li h5 {
        font-size: 12px;
    }

    .browse_propery_card ul li {
        height: 49px;
    }

    .nav_ul_type li button.nav-link {
        border-radius: 111px;
        padding: 8px 9px;
        border: 1px solid #E9E9E9 !important;
        font-size: 12px;
        color: #000000 !important;
        letter-spacing: 1px;
    }

    .nav_ul_type li button.nav-link svg {
        width: 17px;
        height: 17px;
    }

    .nav_ul_type li button.nav-link.active {
        background: #FFECDA !important;
    }

    .blue-bg-img {
        height: 126.95vh;
    }

    .view_btn_main {
        margin-top: 2.1rem;
    }

    .app_overlay {
        overflow: hidden;
        right: 0;
    }

    div:has(> .view_btn_main) h2 {
        margin-bottom: 2.4rem;
    }

    .app_overlay>div>div>div:first-child {
        /* order: 2; */
    }

    .app_overlay>div>div>div:nth-child(2) {
        /* order: 1; */
    }

    .app-img {
        margin-top: 0;
        padding-inline: 10px;
    }

    .sub_title {
        font-size: 20px;
    }

    .app_ul {
        margin-top: 2rem;
        margin-bottom: 2rem !important;
        gap: 1rem;
        justify-content: center;
    }

    .app_col_1 {
        padding-top: 5rem;
    }

    .app_ul li img {
        width: 126px !important;
        height: 40px;
    }

    .propery_slider_1 .owl-dots,
    .propery_slider_2 .owl-dots,
    .propery_slider_3 .owl-dots {
        display: flex;
        justify-content: center;
        gap: 5px;
        height: 30px;
        align-items: end;
    }

    .propery_slider_1.owl-carousel button.owl-dot,
    .propery_slider_2.owl-carousel button.owl-dot,
    .propery_slider_3.owl-carousel button.owl-dot {
        width: 9px;
        height: 9px;
        border: 1px solid #D9D9D9;
        border-radius: 100%;
        background-color: transparent;
    }

    .propery_slider_1.owl-carousel button.owl-dot.active,
    .propery_slider_2.owl-carousel button.owl-dot.active,
    .propery_slider_3.owl-carousel button.owl-dot.active {
        background-color: #FD8C22;
        width: 20px;
        border-radius: 40px;
        border: 0;
    }

    .banner-img {
        height: 738px;
    }

    .container_width_mobile {
        position: relative;
        z-index: 99999;
    }

    .gradiant_bg {
        background: linear-gradient(0deg, #ffffff 39.48%, rgb(255 255 255 / 0%) 60%);
        height: 100%;
    }

    .property_slider {
        padding-inline: 0 !important;
    }

    .banner-overlay>div:nth-child(2).container>div.row>div {
        padding-left: auto;
        padding-right: auto;
        margin-bottom: 1rem;
    }

    .banner-overlay>div:nth-child(2).container>div.row>div:last-child {
        margin-bottom: 0rem;
    }

    .main_h {
        font-size: 32px;
    }

    .p_20 {
        font-size: 16px;
        line-height: 116%;
        letter-spacing: 1.7px;
        font-family: 'light-sf-pro';
    }

    .app_col_1 h1 {
        text-align: center;
        margin-bottom: 12px !important;
    }

    .app_col_1 p {
        text-align: center;
    }

    .type_property>div>div {
        margin-bottom: 2rem;
    }

    .type_property>div>div:last-child {
        margin-bottom: 0rem;
    }

    .recommended_row>div:nth-child(2),
    .recommended_row>div:nth-child(3),
    .recommended_row>div:nth-child(4) {
        margin-top: 2rem;
    }

    div:has(.nav_ul) {
        display: block !important;
    }

    .gray_section>div>div>div {
        margin-bottom: 2.5rem;
    }

    .gray_section>div>div>div:last-child {
        margin-bottom: 0rem;
    }

    .btn_ul li a {
        font-size: 14px;
        padding: 20px 39px;
        letter-spacing: 1.5px;

    }

    .btn_ul {
        padding: 0;
        flex-wrap: wrap;
        justify-content: center;
        row-gap: 1rem !important;
        margin-top: 0;
    }

    .search_contact_overlay h1 {
        margin-bottom: 10px !important;
    }

    .search_contact_overlay .p_20 {
        letter-spacing: 2px;
        margin-bottom: 17px;
    }

    .search_contact_overlay {
        text-align: center;
        padding-top: 5rem;
    }

    .section_space {
        margin-bottom: 6rem;
    }

    .logo {
        width: auto;
    }

    .banner-overlay {
        background: #00000012;
    }

    .banner-overlay .main_h {
        font-size: 32px;
        text-align: center;
        position: relative;
        z-index: 99999;
        margin-bottom: 0.5rem;
        /* font-family: 'black-sf-pro' !important;   */
    }

    .banner-overlay .p_20 {
        letter-spacing: 1px;
        font-size: 16px;
        text-align: center;
        position: relative;
        line-height: normal;
        z-index: 99999;
        padding-bottom: 2rem;
        border-bottom: 1px solid #E9E9E9
    }

    .banner-overlay>div:first-child.container {
        margin-top: 22rem;
        margin-bottom: 1.5rem;
    }

    .sell_btn {
        font-size: 12px;
        width: 150px;
    }

    .sell_btn span:nth-child(2) {
        width: 25px;
        height: 25px;
    }

    .main_header {
        padding-left: 11px;
        padding-right: 11px;
    }

    .recommend_property_img {
        height: 226px;
    }

    .nav_ul .nav-link.active,
    .nav_ul .nav-link {
        font-size: 11px;
    }

    .main_details ul {
        font-size: 14px;
        gap: 0.9rem !important;
    }

    .main_details ul li span {
        font-size: 14px;
    }

    .h_32 {
        font-size: 24px;
        letter-spacing: 1px;
    }

    .details_link_row {
        margin-bottom: 2.4rem;
    }

    .main_details p.p_16 {
        font-size: 16px;
    }

    .main_details p.p_14 {
        font-size: 14px;
        letter-spacing: 1px;
    }

    .hospitality_img {
        height: auto;
    }

    /* .footer_email_input {
        margin-bottom: 3.5rem;
    } */

    .link_ul h4 {
        font-size: 14px;
    }

    .socail_media_ul li span {
        font-size: 16px;
    }

    .copy_right_row p {
        text-align: center;
        justify-content: center;
    }

    .copy_right_row>div.row>div:first-child {
        order: 2;
        margin-bottom: 1.5rem;
    }

    .copy_right_row>div.row>div:nth-child(2) {
        margin-bottom: 1.5rem;
        padding-bottom: 1.5rem;
        border-bottom: 1px solid #5E5A52;
        order: 1;
    }

    .socail_media_ul {
        margin-top: 2rem;
        margin-bottom: 3rem;
    }

    .blue-bg-col {
        padding-top: 0rem;
    }

    /* details page */

    .main_details_2 .price {
        text-align: left;
        font-size: 32px;
    }

    .main_details_2:has(p.price) {
        margin-top: 4px !important;
        margin-bottom: 1.3rem;
    }

    .main_details_2:has(.address) {
        margin-bottom: 0.5rem;
    }

    /* projects_map_modal_slider */
    .modal_slider .item img,
    .apartment_modal_slider .item img,
    .projects_map_modal_slider .item img,
    .apartment_map_modal_slider .item img,
    .modal_slider_2 .item img {
        height: 317px;
    }

    .main_details_2 .title,
    .main_details_3 .title,
    .main_details_4 .title,
    .main_details_5 .title,
    .location_title_mobile {
        font-size: 20px !important;
    }

    .details_slider .item .row>div .small_img:first-child {
        margin-bottom: 1rem !important;
    }

    .main_details_2 .name {
        font-size: 24px;
        margin-top: 1.7rem !important;
    }

    .near-by_ul {
        row-gap: 1.6rem !important;
    }

    .more_info {
        gap: 0.8rem;
        padding-bottom: 2rem;
        margin-bottom: 1.8rem;
    }

    .property_interest_btn {
        width: 100%;
        padding: 19px 20px;
    }

    .title_2 {
        margin-top: 1.83rem;
    }

    .main_details_3 .description {
        font-size: 15px;
        letter-spacing: 1px;
    }

    .main_details_2 .address {
        font-size: 14px;
    }

    .main_details_2 .date {
        font-size: 12px;
    }

    .main_details_4 table tr td {
        font-size: 12px;
    }

    .features_ul li p,
    .near-by_ul li p,
    .component_ul li p {
        font-size: 12px;
        width: 90px;
    }

    .features_ul,
    .near-by_ul,
    .component_ul {
        row-gap: 1.6rem;
        column-gap: unset !important;
    }

    .title_2,
    .title_3 {
        font-size: 12px;
    }

    .more_info a span:nth-child(2) {
        font-size: 14px;
    }

    .document_ul li span {
        font-size: 12px;
    }

    .active_img {
        height: 323px;
    }

    .border-bottom-2 {
        width: 93%;
        margin-top: 8px;
        margin-bottom: 2.3rem;
    }

    .features_ul,
    .near-by_ul,
    .component_ul {
        justify-content: space-between;
    }

    .second_header_container>ul:nth-child(2) li {
        /* width: fit-content; */
    }

    .section_space_on_view_page {
        border-bottom: unset;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .range_slider_col label {
        margin-top: 0 !important;
        font-size: 14px;
    }

    div.row:has(> .range_slider_col) {
        margin-top: 1rem !important;
    }

    .listing_view {
        margin-bottom: 0.4rem;
        margin-top: 1.5rem;
    }

    .listing_view>div>div>div:nth-child(2) ul {
        margin-top: .2rem;
    }

    .section_space_on_view_page {
        margin-top: 6.3rem;
    }

    .mimu_ul_2 li select,
    .developer_dropdown,
    .project_dropdown {
        font-size: 14px;
        padding: 11px 10px;

    }

    .second_header div:has(> .navbar) {
        overflow-x: scroll;
    }

    .second_header .navbar {
        min-width: 248%;
    }

    .second_header_container>ul:nth-child(2) {
        padding-right: 0 !important;
    }

    .latest_img {
        height: 115px;
    }

    .video-bg {
        height: 190px;
    }

    .accordian_img {
        height: 77px;
    }

    .details_slider {
        padding-block: 9px;
        padding-inline: 9px;
    }

    .view_images_2 {
        left: 4.5rem;
    }

    .view_images {
        padding: 5px 7px;
    }

    .main_header .container {
        padding-inline: 30px;
        padding-block: 8px;
    }

    .main_header .container .container-fluid {
        padding-inline: 0 !important;
        /* align-items: flex-start; */
    }

    .logo {
        width: 123px;
        height: 30px;
    }

    div:has(>.property_slider) {
        padding-inline: 0 !important;
    }

    .search_contact_img {
        height: 714px;
    }

    .footer_personal_details_row {
        border-bottom: 0 !important;

    }

    .details_link_mobile,
    .details_link_2 {
        margin-top: 3rem !important;
        width: 232px;
        height: 55px;
        margin: auto;
        padding: 13px 2px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .link_ul li a {
        font-size: 16px;
        margin-bottom: 8px !important;
    }

    .main_details_5 .title,
    .main_details_4 .title {
        margin-bottom: 1.4rem !important;
        margin-top: 1.6rem;
    }

    .main_details_4 .title {
        margin-top: 0;
    }

    .second_header_container,
    .second_header_container>ul:nth-child(2) {
        flex-wrap: nowrap !important;
    }

    div:has(> .apartment_type_place) {
        padding-inline: 0;
    }

    .apartment_type_place {
        border-bottom: 1px solid #DDDDDD;
        border-top: 1px solid #DDDDDD;
        padding-inline: 16px;
        padding-block: 10px;
    }

    .recommended_row>div {
        margin-top: 2.3rem !important;
    }

    .recommended_row>div:first-child {
        margin-top: 0 !important;
    }

    .details_link_mobile {
        margin-top: 1.8rem !important;
    }

    .apartment_type_place li a {
        font-size: 14px;
    }

    .main_details .price {
        font-size: 18px;
    }

    #apartment-recommandes-listing .main_details .address {
        margin-top: 7px;
        margin-bottom: 8px;
        font-size: 12px;
        line-height: 14px;
    }

    .list-layout .single-line-address {
        display: -webkit-box;
        -webkit-line-clamp: 1;
        /* Limit to 2 lines */
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .main_details_bg .title {
        margin-bottom: 1.2rem !important;
        font-size: 16px !important;
    }

    .more_info li:first-child a span:nth-child(2),
    .more_info li:nth-child(2) a span:nth-child(2) {
        display: none;
    }

    .more_info li:first-child,
    .more_info li:nth-child(2) {
        width: 38px;
        height: 38px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .more_info li:nth-child(3) {
        display: flex;
    }

    .more_info a span:nth-child(1) svg {
        width: 18px;
        height: 18px;
    }

    .more_info li:first-child a::after,
    .more_info li:nth-child(2) a::after {
        display: none;
    }

    .title_2,
    .title_3,
    .social-media-title {
        font-size: 14px !important;
        margin-bottom: 17px !important;
    }

    .location_title_mobile {
        font-size: 20px !important;
        margin-top: 1.5rem !important;
    }

    .features_ul li .border_dev,
    .near-by_ul li .border_dev,
    .component_ul li .border_dev {
        width: 90px;
        height: 86px;
    }

    .more_info::after,
    .more_info::before {
        bottom: -1px;
    }

    .browse_propery_card ul {
        padding-inline: 0px;
    }

    .second_header_container {
        overflow: hidden;
        padding-bottom: 0;
    }

    .view_btn_main a {
        padding: 18px 20px !important;
        width: 232px;
        height: 55px;
    }

    .blog_section {
        margin-bottom: 6rem !important;
    }

    .main_details .address {
        font-size: 12px;
    }

    .details_ul_main {
        margin-top: 1rem;
    }

    .range_slider_row>div {
        margin-bottom: 1.5rem;
    }

    .range_slider_row>div:last-child {
        margin-bottom: 0rem;
    }

    .list-layout a .recommend_property_img {
        width: 100% !important;
        height: 190px !important;
    }

    .list-layout a {
        gap: 1rem !important;
    }

    .list-layout a .main_details {
        margin-top: 0 !important;
    }

    .career_card .main_h {
        font-size: 18px;
    }

    .career_card .p_20 {
        font-size: 12px;
    }

    .career_card a.main_h {
        white-space: nowrap;
    }

    .rmt_btn {
        padding: 9px 18px !important;
        font-size: 12px;
    }

    ul:has(> li .main_h) {
        align-items: flex-start !important;
        gap: 2rem !important;
    }

    .apply_btn svg {
        width: 14px;
    }

    .career_section {
        margin-bottom: 5rem;
    }

    .recommended_row>div.list-layout {
        margin-top: 0 !important;
    }

    .list-layout {
        width: 100%;
    }

    .list-layout a>div {
        width: 50% !important;
    }

    .video-bg iframe {
        height: 384px;
    }

    .informative_videio_main {
        height: 285px;
    }

    .informative_video_row>div:not(:last-of-type) {
        margin-bottom: 1.5rem !important;
    }

    .informative_video_row>div:last-of-type {
        margin-bottom: 0 !important;
    }

    .apply_form {
        padding-right: 34px;
    }

    .tag_ul {
        flex-wrap: wrap;
    }

    .contact_form_row>div:last-child {
        order: 1;
    }

    .contact_form_row>div:first-child {
        order: 2;
    }

    .main_h_contact {
        font-size: 36px;
        line-height: 43px;
        margin-bottom: 0.5rem !important;
    }

    .cntct_p_16 {
        font-size: 16px;
    }

    ul:has(.cntct_p_16) {
        gap: 0 !important;
    }

    .form-title {
        font-size: 20px;
        margin-bottom: 1.2rem !important;
    }

    .contact-foem-main label {
        font-size: 12px;
    }

    .contact-foem-main input,
    .contact-foem-main input::placeholder,
    .contact-foem-main select,
    .contact-foem-main textarea,
    .contact-foem-main textarea::placeholder {
        font-size: 16px;
        padding-bottom: 18px;
        margin-bottom: 0rem;
    }

    .sbmt_btn {
        padding: 16px 25px;
        font-size: 16px;
    }

    .contact-foem-main {
        padding: 2.3rem 1.3rem;
    }

    .contact-foem-main textarea {
        margin-bottom: 0.6rem !important;
    }

    .conact-location-img {
        height: 337px !important;
    }

    .cotct_h_36 {
        font-size: 20px;
        margin-top: 1.6rem;
        margin-bottom: 1rem !important;
    }

    .conatct-email-ul li .main_text {
        font-size: 14px;
    }

    .conatct-email-ul li .email_link {
        font-size: 14px;
    }

    .conatct-email-ul {
        gap: 1.5rem;
    }

    .map_links {

        font-size: 14px;
    }

    .conact-location-img_main {
        padding-bottom: 3.2rem !important;
    }

    .section_space_on_contact {
        margin-bottom: 4.5rem;
    }

    .edit_tabs.nav-tabs {
        width: fit-content;
        margin-bottom: 0 !important;
    }

    div:has(> .edit_tabs.nav-tabs) {
        overflow: scroll;
        padding-inline: 1rem !important;
    }

    .informative-video-img {
        height: 212px;
    }

    .dev_details h2 {
        font-size: 16px;
    }

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

    .logo_element_1{
        order: 1;
        margin-right: 0;
    }
    .logo_element_2{
        order: 4;
    }
    .logo_element_3{
        order: 3;
        display: none;
    }
    .logo_element_4{
        order: 2;
        margin: auto;
    }

    /* details page */
}
