
@font-face {
    font-family: 'PlayfairDisplayRegular';
    src: url('../fonts/PlayfairDisplayRegular.eot');
    src: url('../fonts/PlayfairDisplayRegular.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayRegular.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayRegular.woff') format('woff'),
         url('../fonts/PlayfairDisplayRegular.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayRegular.svg#PlayfairDisplayRegular') format('svg');
}

@font-face {
    font-family: 'PlayfairDisplayMedium';
    src: url('../fonts/PlayfairDisplayMedium.eot');
    src: url('../fonts/PlayfairDisplayMedium.eot') format('embedded-opentype'),
         url('../fonts/PlayfairDisplayMedium.woff2') format('woff2'),
         url('../fonts/PlayfairDisplayMedium.woff') format('woff'),
         url('../fonts/PlayfairDisplayMedium.ttf') format('truetype'),
         url('../fonts/PlayfairDisplayMedium.svg#PlayfairDisplayMedium') format('svg');
}

@font-face {
    font-family: 'BarlowRegular';
    src: url('../fonts/BarlowRegular.eot');
    src: url('../fonts/BarlowRegular.eot') format('embedded-opentype'),
         url('../fonts/BarlowRegular.woff2') format('woff2'),
         url('../fonts/BarlowRegular.woff') format('woff'),
         url('../fonts/BarlowRegular.ttf') format('truetype'),
         url('../fonts/BarlowRegular.svg#BarlowRegular') format('svg');
}



body {
    background: #032939;
    /* font-family: 'Arimo', sans-serif; */
    /* font-family: 'Nunito Sans', sans-serif; */
    /* font-family: 'Lora', serif; 
    font-family: 'Barlow', sans-serif;*/
	font-family: 'BarlowRegular';
    font-size: 15px;
    line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Playfair Display', serif;
	font-family: 'PlayfairDisplayMedium';

}

img {
    width: 100%;
}



.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 0;
    z-index: 99;
    transition: all 0.5s ease;
    background: #032939;
}


.header.fixed {
    /* background: #FFF; */
    padding: 10px 0;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 20%);
}

.header.fixed .main_wrap .menu ul li a {
    color: #FFF;
}

.header .main_wrap .dlf_logo .black {
    display: none;
}

.header.fixed .main_wrap .dlf_logo .black {
    display: inline-block;
}

.header.fixed .main_wrap .dlf_logo .white {
    display: none;
}

.header .main_wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.header .main_wrap .logo {
    width: 70px;
}

.header .main_wrap .logo img {
    max-width: 100%;
}

.header .main_wrap .logo img:nth-child(1) {
    display: block;
}

.header .main_wrap .logo img:nth-child(2) {
    display: none;
}

.header.fixed .main_wrap .logo img:nth-child(1) {
    display: none;
}

.header.fixed .main_wrap .logo img:nth-child(2) {
    display: block;
}

.header .main_wrap .menu {
    width: calc(100% - 216px - 225px);
    padding-right: 14px;
}

.header .main_wrap .menu ul {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    justify-content: center;
}

.header .main_wrap .menu ul li {
    padding: 0 14px;
}

.header .main_wrap .menu ul li a {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    text-decoration: none;
    color: #FFF;
}


.header .main_wrap .dlf_logo img {
    max-width: 175px;
}

.header .main_wrap .dlf_logo {
    width: fit-content;
}

.header .main_wrap .dlf_logo a {
    font-size: 12px;
    text-transform: uppercase;
    background: #032939;
    color: #FFF;
    font-weight: 600;
    text-decoration: none;
    padding: 13px 20px;
    display: inline-block;
    line-height: 1;
    margin-right: 20px;
    border-radius: 3px;
}


.section_padding {
    padding: 100px 0;
}

/* -- Overview Section -- */

#overview .imgs img{
    width: 100%;
    max-width: 450px;
}

.overview_section {
    text-align: center;
    padding: 50px 0;
}

.overview_section .title {
    font-size: 50px;
    color: #FFF;
    margin-bottom: 30px;
}

.overview_section p {
    color: #FFF;
}

.overview_section .theme_btn1 {
    margin-top: 20px;
}

/* -- Buttons -- */
.theme_btn1 {
    padding: 14px 20px;
    background: #FFF;
    border: 1px solid #FFF;
    color: #032939;
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-weight: 800;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s ease;
}

.theme_btn1:hover {
    background: transparent;
    color: #FFF;
}

.theme_btn2 {
    padding: 14px 20px;
    background: #e08d59;
    border: 1px solid #df8f5c;
    color: #FFF;
    line-height: 1;
    position: relative;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    display: inline-block;
    font-size: 14px;
    transition: all 0.5s ease;
    margin-top: 10px;
}

.theme_btn2:hover {
    background: transparent;
    color: #e08d59;
}

/* -- Relationship Section -- */
.relationship_section .relationship_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgb(0 0 0 / 10%);
}

.relationship_section {
    position: relative;
}

.relationship_section .relationship_overlay .content_box {
    padding: 30px;
    background: rgb(107 130 100 / 65%);
}

.relationship_section .relationship_overlay h2 {
    color: #FFF;
    font-size: 70px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 30px;
    text-shadow: 0 0 4px #c89f22;
}

.relationship_section .relationship_overlay p {
    color: #FFF;
}

.relationship_section .relationship_overlay a {
    margin-top: 15px;
}


/* -- Amenities Section -- */
.amenities_slider .item>img {
    width: 100%;
}

.amenities_slider .slider_caption_right,
.amenities_slider .slider_caption_left {
    position: absolute;
    z-index: 99;
    bottom: 60px;
    color: #FFF;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.6px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
}

.amenities_slider .slider_caption_right {
    right: 50px;
    text-align: right;
}

.amenities_slider .slider_caption_left {
    left: 50px;
    font-size: 16px;
    font-weight: 700;
}

.amenities_slider .item .amenities_overlay {
    position: absolute;
    right: 0;
    bottom: 0;
    background: #FFF;
    padding: 20px 15px;
    width: 300px;
    height: 200px;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 47%);
}

.amenities_slider .item .amenities_overlay h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    color: #032939;
}

.amenities_slider .item .amenities_overlay p {
    font-size: 13px;
    color: #333;
    margin-bottom: 0px;
    display: flex;
    line-height: 22px;
    font-weight: 500;
}

.amenities_slider .item .amenities_overlay p span {
    font-weight: 600;
    color: #000;
    margin-right: 5px;
    min-width: 75px;
    max-width: 75px;
}

.amenities_slider .item .amenities_overlay p span:nth-child(2) {
    min-width: auto;
    margin-right: 10px;
}

.amenities_slider .item .amenities_overlay p:last-child {
    margin-bottom: 0;
}

.amenities_slider .item .amenities_overlay ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

.amenities_slider .item .amenities_overlay ul li {
    font-size: 15px;
    display: flex;
    margin-bottom: 23px;
    font-weight: 700;
    color: #000;
    line-height: 24px;
}

.amenities_slider .item .amenities_overlay ul li:last-child {
    margin-bottom: 0;
}

.amenities_slider .item .amenities_overlay ul li img {
    width: 45px;
    max-width: 45px;
    height: fit-content;
    margin-right: 20px;
}

.amenities_slider .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 25px;
    z-index: 99;
    display: flex;
    justify-content: center;
    gap: 9px;
}

.amenities_slider .owl-dots button.owl-dot.active {
    opacity: 1;
}

.amenities_slider .owl-dots button.owl-dot {
    width: 10px;
    height: 10px;
    background: #FFF;
    opacity: 0.6;
    border-radius: 20px;
}

.title_header :last-child {
    margin-bottom: 0;
}

.title_header h2 {
    font-size: 46px;
    color: #FFF;
    margin-bottom: 30px;
}

.title_header p {
    color: #FFF;
}

.title_header {
    margin-bottom: 50px;
}

.spt0 {
    padding-top: 0;
}

.spb0 {
    padding-bottom: 0;
}

.mb0 {
    margin-bottom: 0 !important;
}

.owl-carousel.amenities_slider2 .owl-nav button {
    position: absolute;
    bottom: 50%;
    z-index: 99;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 20px;
    line-height: 47px;
    border-radius: 50%;
    transition: all 0.5s ease;
    transform: translateY(50%);
}

.owl-carousel.amenities_slider2 .owl-nav button.owl-prev {
    left: 15%;
}

.owl-carousel.amenities_slider2 .owl-nav button.owl-next {
    right: 15%;
}

.owl-carousel.amenities_slider2 .owl-nav button.owl-next:before {
    content: '\f061';
    font-family: fontawesome;
}

.owl-carousel.amenities_slider2 .owl-nav button span {
    display: none;
}

.owl-carousel.amenities_slider2 .owl-nav button.owl-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
}

.owl-carousel.amenities_slider2 .owl-nav button:hover {
    background: #FFF;
    color: #032939;
}

.owl-carousel.amenities_slider .owl-nav {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    position: absolute;
    width: 100%;
    bottom: 50%;
    padding: 0 70px;
}

.owl-carousel.amenities_slider .owl-nav button {
    z-index: 99;
    width: 50px;
    height: 50px;
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.owl-carousel.amenities_slider .owl-nav button.disabled {
    cursor: not-allowed;
}

.owl-carousel.amenities_slider .owl-nav button.owl-next:before {
    content: '\f061';
    font-family: fontawesome;
}


.owl-carousel.amenities_slider .owl-nav button span {
    display: none;
}

.owl-carousel.amenities_slider .owl-nav button.owl-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
}

.owl-carousel.amenities_slider .owl-nav button:hover {
    background: #FFF;
    color: #032939;
}

/* -- Footer section -- */

/* -- Footer Section -- */
.text-justify {
    text-align: justify;
}

.footer_section .foot_logos .site_logo {
    width: 100px;
    max-width: 100%;
}

.footer_section .foot_logos .dlf_logo {
    width: 100px;
}

.footer_section .foot_logos {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px;
    align-items: center;
}

.footer_section .top_footer {
    border-top: 1px solid rgb(255 255 255 / 10%);
}

.footer_section .bottom_footer {
    border-top: 1px solid rgb(255 255 255 / 10%);
    padding: 15px 0;
    color: #FFF;
    text-align: center;
    font-size: 13px;
    background: #032939;
}

.footer_section .top_footer p {
    font-size: 15px;
    font-weight: 300;
    letter-spacing: 0.1px;
    line-height: 28px;
}

.footer_section .top_footer p strong {
    font-weight: 600;
}

.footer_section .top_footer {
    color: #FFF;
    padding: 35px 0;
    background: #032939;
}

.footer_section .top_footer a {
    color: #CD9703;
    text-decoration: none;
    font-weight: 500;
}

.footer_section .top_footer :last-child {
    margin-bottom: 0;
}

.rera-details {
    margin-bottom: 20px;
}

.rera-details p {
    font-size: 13px !important;
    line-height: 20px !important;
    margin-bottom: 8px;
}

.bottom_footer span {
    font-size: 14px;
}

.bottom_footer a {
    padding: 0 10px;
    color: #fff;
    font-size: 14px;
    text-decoration: none;
}

.bottom_footer a:hover {
    color: #fff;
}

.footer-privacy {
    background: #fff;
}

.footer-privacy .header {
    background: #032939;
}


.footer-privacy #privacy-policy {
    padding: 120px 0 50px;
}

.footer-privacy #privacy-policy .sec-heading {
    font-family: 'IBM Plex Serif', serif;
    font-size: 32px;
    color: #032939;
    font-weight: 500;
    margin-bottom: 15px;
}

.footer-privacy #privacy-policy p {
    color: #000;
}

.footer-privacy #privacy-policy .subHeading2 {
    font-family: 'IBM Plex Serif', serif;
    font-size: 20px;
    color: #000;
    font-weight: 600;
    margin-bottom: 15px;
}

.footer_section .top_footer ul li {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 10px;
}

.footer-privacy #privacy-policy ul li {
    color: #000;
}

#privacy-policy h4 a {
    float: right;
    padding: 7px 15px;
    background: #032939;
    color: #fff;
    font-size: 18px;
    text-decoration: none;
}

/* -- popup -- */

.popup_modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 80%);
    z-index: 99;
    display: none;
}

.popup_modal .popup_modal_inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup_modal .popup_contaier {
    width: 600px;
    max-width: calc(100% - 30px);
    background: #032939;
    border-radius: 5px;
    padding: 20px;
    box-shadow: 0 0px 20px 0 rgb(205 151 3 / 22%);

}

.popup_modal .popup_body {
    padding: 20px 20px 25px;
    position: relative;
    border-radius: 6px;
    border: 2px solid #fff;
}

.popup_body>* {
    z-index: 2;
    position: relative;
}


.popup_modal .popup_body h4 {
    font-size: 20px;
    margin-bottom: 5px;
    text-align: center;
    color: #fff;
    font-weight: 600;
    font-family: 'Nunito Sans', sans-serif;
}

.popup_modal .popup_body p {
    text-align: center;
    font-size: 15px;
    text-transform: none;
    color: #fff;
    letter-spacing: 0.1px;
    margin-bottom: 10px;
    font-weight: 300;
    letter-spacing: 0.5px;
}

.popup_modal .popup_body .theme_btn1 {
    min-width: 120px;
    border-radius: 4px;
}

.popup_modal select.form_control option {
    color: #032939;
}

.form_control {
    color: #fff;
    width: 100%;
    border: none;
    border-bottom: 1px solid #fff;
    padding: 0px 12px;
    height: 40px;
    border-radius: 5px;
    outline: none;
    font-size: 14px;
    font-weight: 300;
    background: none;
    letter-spacing: 0.6px;
}

.form_control_wrap {
    margin-bottom: 15px;
}



.popup_modal input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #fff !important;
}

.popup_modal input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #fff !important;
}

.popup_modal input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #fff !important;
}


.popup_modal .popup_close {
    position: absolute;
    right: -11px;
    top: -10px;
    background: #fff;
    font-family: monospace;
    font-weight: 900;
    color: #000;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.4s ease;
}

.popup_modal .popup_close:hover {
    background: #fff;
}

/* --- banner text -- */

/* -- slider banner text -- */
.slide_repeater>img {
    width: 100%;
}
.slide_repeater h1{
    text-transform: uppercase;
    position: absolute;
    right: 60px;
    bottom: 35px;
    color: #fff;
    background: #0000009e;
    padding: 5px 30px;
    border-radius: 50px;
    margin-bottom: 0;
}
.slide_repeater {
    position: relative;
}

.banner_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.banner_overlay .banner_text {
    margin-bottom: 4%;
}

.banner_overlay h4 {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 5px;
    color: #000000;
}

.banner_overlay h2 {
    font-size: 2.8vw;
    line-height: 1;
    padding-bottom: 30px;
    color: #000000;
}

.banner_overlay p {
    font-size: 17px;
    line-height: 26px;
    padding-bottom: 12px;
    position: relative;
    color: #000000;
}

.banner_overlay p.border_tag {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.banner_overlay p.big {
    font-size: 20px;
    line-height: 30px;
}

.banner_overlay p.border_tag:after {
    content: '';
    background: #000000;
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
}

.banner_overlay .theme_btn1 {
    margin-right: 8px;
    background: #032939;
    border-color: #032939;
    color: #FFF;
}

.banner_overlay a:hover {
    color: #032939;
    background: transparent;
}


/* -- trigger -- */
.header .main_wrap .menu .close_menu {
    display: none;
}

#mob_trigger {
    display: none;
    align-items: center;
    margin-right: 20px;
    flex-direction: column;
    cursor: pointer;
    background: #032939;
    padding: 7px;
    border-radius: 2px;
    width: fit-content;
}

#mob_trigger span {
    background-color: #FFF;
    width: 26px;
    height: 3px;
    margin: 2.5px 0;
    display: block;
    transition: all .4s ease;
    transform-origin: 0 0;
}

/* -- Floor Section -- */
.floor_section .title_header h2 {
    color: #032939;
}

.floor_section img {
    border: 7px solid rgb(0 0 0 / 16%);
}

.floor_slider .owl-item {
    opacity: 0.5;
}

.floor_slider .owl-item.active.center {
    opacity: 1;
}

.floor_slider .owl-item a span {
    position: absolute;
    bottom: 7px;
    left: 7px;
    right: 7px;
    background: rgb(107 130 100 / 94%);
    color: #fff;
    text-align: center;
    font-size: 15px;
    letter-spacing: 1px;
    padding: 9px 5px;
    font-weight: 700;
}

.floor_slider .owl-item a {
    position: relative;
}


.owl-carousel.floor_slider .owl-nav button {
    z-index: 99;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #FFF;
    color: #FFF;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    transition: all 0.5s ease;
}

.owl-carousel.floor_slider .owl-nav button.owl-next:before {
    content: '\f061';
    font-family: fontawesome;
}


.owl-carousel.floor_slider .owl-nav button span {
    display: none;
}

.owl-carousel.floor_slider .owl-nav button.owl-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
}

.owl-carousel.floor_slider .owl-nav button:hover {
    background: #FFF;
    color: #032939;
}

.owl-carousel.floor_slider .owl-nav button.owl-prev {
    position: absolute;
    left: 10%;
    bottom: 50%;
}

.owl-carousel.floor_slider .owl-nav button.owl-next {
    position: absolute;
    right: 10%;
    left: auto;
    bottom: 50%;
}

/* -- Map Section -- */

.map_section {
    background: #FFF;
}

.map_section .title_header h2 {
    color: #032939;
}

.map_section .map {
    width: 100%;
    height: 588px;
    background-size: auto 100%;
    background-position: top center;
    background-repeat: no-repeat;
    background-color: #FFF;
}

.map_section .map img {
    display: none;
}



/* -- Tow Column Section -- */
.two_column_section {
    background: #032939;
}

.two_column_section .content {
    padding: 50px 20px 50px 0;
}

/* .two_column_section .row .col-lg-6:nth-child(2) .content {
    padding-left: 0;
} */

.two_column_section .content .content_wid {
    width: 88%;
    max-width: 100%;
}
.two_column_section .content .content_wid p {
    color: #fff;
    margin-bottom: 20px;
}
.two_column_section .row {
    margin: 0;
}

.two_column_section .row .col-lg-6 {
    padding: 0;
    display: flex;
    flex-direction: column;
}

.two_column_section .content h4 {
    font-size: 46px;
    margin-bottom: 30px;
    color: #e18b56;
}

.two_column_section .row .col-lg-6:nth-child(1) {
    padding-right: 75px;
}

.two_column_section .row .col-lg-6:nth-child(2) {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-left: 60px;
}

.investment_life_section {
    background: #FFF;
}

.investment_life_section .title_header .content {
    width: 80%;
}

.investment_life_section .title_header {
    margin-bottom: 25px;
}

.investment_life_section .title_header h2 {
    color: #032939;
    margin-bottom: 15px;
}


.investment_life_section .title_header p {
    color: #212529;
}

/* .smart_home{padding: 0px 0 80px;} */

.smart_home .col-lg-6.pad0 {
    background: #fff;
    padding: 80px 100px 80px 100px;
    padding-left: 174.5px;
    float: left;
    min-height: 610px;
    display: flex;
    align-items: center;
}

.smart_home .smart_box {
    display: block;
    height: 100%;
}

.smart_home .smart_box h4 {
    color: #e18b56;
    font-size: 46px;
    margin-bottom: 30px;
}

/* .smart_home .smart_box2 {
    display: table-cell;
    vertical-align: middle;
} */


.smart_home .smart_box_img {
    float: left;
    height: 100%;
    min-height: 1px;
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    margin-left: -60px;
}


.smart_home .smart_box_img img {
    /* max-width: 720px; */
    background: #fbfbfb;
    border-radius: 5px;
}

/* -- Floating Button -- */
.theme_btn1.floating {
    position: fixed;
    top: 50%;
    z-index: 99;
    right: 20px;
    transform: rotate(-90deg) translateX(50%);
    transform-origin: right;
    background: #032939;
    border-color: #032939;
    color: #FFF;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 56%);
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-weight: 400;
    letter-spacing: 0.5px;
    padding: 10px 20px;
}


/* -- map section -- */
.mapsect.smart_home .col-lg-6.pad0 {
    height: auto;
    padding-left: 100px;
    padding-right: 174.5px;
    background: #FFF;
    display: block;
}

.mapsect .map_location_slider .item img {
    max-width: 30px;
    margin-right: 14px;
}

.mapsect .map_location_slider {
    margin-top: 10px;
}

.mapsect .map_location_slider .location_content {
    background: rgb(0 0 0 / 4%);
    padding: 15px 20px;
    max-width: 100%;
    border-radius: 4px;
    max-width: calc(100% - 60px);
}

.mapsect .map_location_slider .item .location_content ul li {
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 2px;
}

.mapsect .map_location_slider .item .location_content ul li:last-child {
    margin-bottom: 0;
}

.mapsect .map_location_slider .item .location_content ul {
    padding: 0;
    margin: 0;
}

.mapsect .map_location_slider .item .location_content h4 {
    font-weight: 600;
    font-size: 17px;
    margin: 0 0 10px 0;
    color: #032939;
    font-family: 'BarlowRegular';
    display: flex;
    align-items: center;
}

.mapsect .map_location_slider .item .location_content ul li span:last-child {
    font-weight: 600;
}

.mapsect .map_location_slider .owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
}

.mapsect .map_location_slider .owl-nav button {
    z-index: 99;
    width: 40px;
    height: 40px;
    background: transparent;
    border: 2px solid #032939;
    color: #032939;
    font-size: 17px;
    line-height: 38px;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-bottom: 8px;
}

.mapsect .map_location_slider .owl-nav button.owl-next:before {
    content: '\f061';
    font-family: fontawesome;
}


.mapsect .map_location_slider .owl-nav button span {
    display: none;
}

.mapsect .map_location_slider .owl-nav button.owl-prev:before {
    content: '\f060';
    font-family: 'FontAwesome';
}

.mapsect .map_location_slider .owl-nav button:hover {
    background: #032939;
    color: #FFF;
}

.smart_home.mapsect .row {
    flex-direction: row-reverse;
}

.smart_home.mapsect .smart_box_img {
    float: right;
    margin-left: auto;
    margin-right: auto;
}

.new_amenities_section {
    background: #FFF;
}

.new_amenities_section .title_header h2 {
    color: #032939;
}

.new_amenities_section .title_header p {
    color: #212529;
}

/* .new_amenities_section .amenities_row>div {
    padding: 0;
} */

/* .new_amenities_section .amenities_row>div:nth-child(4) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(8) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(11) .card-with-icon-item {
    border-right: 0;
}

.new_amenities_section .amenities_row>div:nth-child(9) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(10) .card-with-icon-item,
.new_amenities_section .amenities_row>div:nth-child(11) .card-with-icon-item {
    border-bottom: 0;
} */




.white-icon {
    position: absolute;
    opacity: 0;
    transition: all 0.3s linear;
}

.card-item-icon img {
    width: 90px;
    /* height: 45px; */
}

.amenities_row {
    margin-bottom: 40px;
}

.card-with-icon-item {
    position: relative;
    background: transparent;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
    height: 100%;
    padding: 10px 0;
}

.card-item-icon {
    position: relative;
    width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.card-item-content {
    position: relative;
    text-align: center;
    margin: 0 auto;
}

.stepping-into-content .card-item-content {
    max-width: 340px;
}

.card-item-content p {
    color: #000000;
    line-height: 22px;
    font-size: 15px;
}

.amenities_note {
    font-size: 13px;
    margin-bottom: 0;
}

/* -- new specification -- */
.specifications_sct {
    margin-bottom: 70px;
}

.tab_container.tab {
    display: none;
}

.tab_container.tab.tab_active {
    display: block;
}

ul.tab_links li a.active {
    background: #032939;
    color: #FFF;
}

ul.tab_links li a {
    display: block;
    border-radius: 50px;
    padding: 6px 21px;
    color: #032939;
    text-decoration: none;
}

ul.tab_links {
    border: 2px solid #032939;
    list-style: none;
    padding: 4px;
    margin-bottom: 30px;
    border-radius: 50px;
    width: max-content;
    display: flex;
}

.accodion_items.show h4:after {
    content: '-';
}

.accodion_items .accodion_content {
    display: none;
}

.location .accodion_items {
    margin-bottom: 16px;
}

.location.first .accodion_items:first-child .accodion_content {
    display: block;
}


.location h4 {
    display: flex;
    color: #032939;
    margin-bottom: 0;
    border: 1px solid #032939;
    padding: 10px 16px;
    background: transparent;
    font-size: 18px;
    justify-content: space-between;
    cursor: pointer;
}

.accodion_items.show .accodion_title {
    background: #032939;
    color: #FFF;
    margin-bottom: 0;
    border-color: #032939;
}

.location h4:after {
    content: '+';
    font-weight: 900;
}

.location ul {
    list-style: none;
    background: #032939;
    padding: 15px 20px;
    border-top: 1px solid rgb(255 255 255 / 20%);
    margin-bottom: 0;
}

.location ul li {
    display: flex;
    justify-content: space-between;
    padding: 2px 0;
    color: #FFF;
    letter-spacing: 0.1px;
    gap: 15px;
    font-size: 14px;
}

.location ul li:first-child {
    border-top: none;
}

.location ul li span:nth-child(2) {
    text-align: right;
}

.location_note {
    color: #000;
    font-size: 12px;
    letter-spacing: 0.4px;
    margin: 15px 0 0 0;
    line-height: 19px;
}

.two_column_section.level2 .content {
    padding: 0 !important;
}

/* -- -- */


.pd-top table {

    margin: 0;
    width: 100%;
}

.pd-top th {
    text-align: inherit;
    font-size: 15px;
    letter-spacing: 1px;
    border: 1px solid #000;
    padding: 8px;
}

.pd-top tr,
.pd-top td {
    padding: 11px;
    border: 1px solid #000;
    font-size: 15px;
}

.pd-top table tr th {
    background: #667c60;
    color: #fff;
    text-align: center;
    padding: 13px 0;
}

.pd-top {
    padding: 100px 0;
}

.pd-top .h5 {
    font-size: 20px;
    margin-top: 30px;
}
.compliance_section table img {
    width: 24px;
}
.floor_imgs {
    padding: 10px 0;
}
.floor_imgs p {
    text-align: center;
    font-weight: 600;
}

@media screen and (max-width: 1400px) {
    .amenities_slider .item .amenities_overlay p {
        font-size: 12px;
        color: #333;
        margin-bottom: 0px;
        display: flex;
        line-height: 20px;
        font-weight: 500;
    }

}


@media screen and (max-width: 1600px) {
    .slide_repeater h1{
        font-size: 32px;
    }
}
@media screen and (max-width: 1400px) {
    .slide_repeater h1{
        font-size: 28px;
    }
}
@media screen and (max-width: 767px) {
    .slide_repeater h1{
        font-size: 28px;
    }
}

@media screen and (max-width: 580px) {
           .slide_repeater h1 {
        font-size: 40px;
        top: 18%;
        right: 0;
        left: 0;
        text-align: center;
        width: 100%;
        margin: 0 auto;
        background: none;
    }
}

.content_wid_icon {
    margin: 0;
    padding: 0;
    margin-top: 45px;
    display: flex;
    gap: 0 20px;
    flex-wrap: wrap;
}

.content_wid_icon li img {
    height: 65px;
    width: auto;
}

.content_wid_icon li span {
    color: #FFF;
}

.content_wid_icon li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 10px 0;
    width: calc(50% - 10px);
}
 

 
.smart_box2 ul.content_wid_icon {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 30px 0;
    margin-bottom: 5px;
}

.smart_box2 ul.content_wid_icon li {
    width: 50%;
    line-height: 22px;
    margin: 0;
    padding-right: 20px;
    font-weight: 500;
}

.smart_box2 .content_wid_icon li img {
    height: 35px;
    width: auto;
}
