@import url('https://fonts.googleapis.com/css2?family=Afacad+Flux:wght@100..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

body {
    font-family: "Afacad Flux", sans-serif;
    color: #000000;
    background-color: #F5F4E7;
}

a {
    text-decoration: none !important;
    text-underline: none !important;
}

:root {
    --nxe_red: #DB3536;
    --nxe_yellow: #FFF6E9;
    --nxe_gray_red: #AFA09C;
    --nxe_brown: #41362F;
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1;
}

.loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.38);
    height: 100%;
    z-index: 9999999999;
}

.loading-box {
    display: flex;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
}

.loader, .loader:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.loader {
    margin: 60px auto;
    font-size: 10px;
    position: relative;
    text-indent: -9999em;
    border-top: 0.5em solid rgba(255, 255, 255, 0.2);
    border-right: 0.5em solid rgba(255, 255, 255, 0.2);
    border-bottom: 0.5em solid rgba(255, 255, 255, 0.2);
    border-left: 0.5em solid #ffffff;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load8 1.1s infinite linear;
    animation: load8 1.1s infinite linear;
}

@-webkit-keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes load8 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}


/* Float */
.hvr-float {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
    -webkit-transform: translateY(-8px);
    transform: translateY(-8px);
}

.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-grow:hover,
.hvr-grow:focus,
.hvr-grow:active {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.gmnoprint {
    display: none;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    overflow: hidden;
}

.gm-style-cc {
    display: none
}


.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: white;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.7s;
    transition-duration: 0.7s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.top_border_list_item_land {

}

.hvr-underline-from-left.black:before {
    background: #212529;

}

.hvr-underline-from-left.gold:before {
    background: #5BA1F4;
}


.hvr-underline-from-left.active:before {
    right: 0 !important;
}

@media (min-width: 1024px) {


    .hvr-underline-from-left:hover:before {
        right: 0;
    }

}


@media (min-width: 768px) {
    .container {
        max-width: 100%;
    }
}


#mainNav.a_hide {
    transform: translateY(-112px);
}


#mainNav {
    transition: all 1s;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}


.animate__animated {
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay);
}

.animate__animated.animate__slow {
    -webkit-animation-duration: calc(var(--animate-duration) * 2);
    animation-duration: calc(var(--animate-duration) * 2);
}

/* Attention seekers  */

@-webkit-keyframes bounce {
    from,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

@keyframes bounce {
    from,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -30px, 0) scaleY(1.1);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        transform: translate3d(0, -15px, 0) scaleY(1.05);
    }

    80% {
        transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        transform: translate3d(0, 0, 0) scaleY(0.95);
    }

    90% {
        transform: translate3d(0, -4px, 0) scaleY(1.02);
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    transform-origin: center bottom;
}

@-webkit-keyframes bounce_sm {
    50% {
        -webkit-transform: translateY(-30%);
    }
}

@keyframes bounce_sm {
    50% {
        transform: translateY(-30%);
    }
}

.animate__bounce_sm {
    -webkit-animation-name: bounce_sm;
    animation-name: bounce_sm;
    animation-duration: 3s;
}

/* Fading entrances  */

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}


.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}

.animate__fadeInUp {
    --animate-duration: 2s;
    --animate-delay: 1s;
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}


@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0);
    }
}


#mainNav.org_border {
    border-bottom: 1px solid #B9CBDF;
}

@media (min-width: 991px) {
    #mainNav.padding {
        padding: 40px 40px;
    }
}


@media (min-width: 1200px) {
    .container {
        max-width: 1440px !important;
        padding: 0 !important;
    }
}


.header {
    background-color: #F5F4E7;
    padding: 38px 40px;
    border-bottom: 1px solid #B9CBDF;
}

.header_white {
    border-bottom: 1px solid #B9CBDF;
}


.menu_nav {
    background-color: #F5F4E7;
    display: none;
    left: 0;
    top: 0px;
    width: 420px;
    height: 100vh;

}

.menu_nav .btn_close {
    left: 62px;
    top: 41px;
}


#menu_nav {
    transition: all 1s;
    transform: translateX(100%);
}

#menu_nav.show {
    transition: all 1s;
    transform: translateX(0px);
}

.menu_nav_box_list {
    font-family: 'Cormorant Infant', sans-serif;
    padding-top: 188px !important;
    margin-left: 0px;
}


.menu_nav_box_list li {
    margin-bottom: 40px;

}

.list_a_sm {
    margin-left: 40px;
}

.list_a_sm a {
    font-size: 18px !important;
    margin-top: 20px;
}


.menu_nav_box_list a {

    border-radius: 0;
    /* identical to box height, or 118% */

    text-align: center;
    display: inline;
    text-decoration: none;

    color: rgba(40, 40, 40, 0.30);
    text-align: center;
    font-family: "Afacad Flux", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 100% */
    letter-spacing: 0.75px;
    text-transform: uppercase;


}

.menu_nav_box_list li {
    text-align: center;
}

.menu_nav_box_list a:hover {
    color: black;
    padding: 10px;
    border-bottom: solid 2px #5BA1F4;

}


.bottom_links {
    letter-spacing: 0.3em;
    bottom: 40px;
    font-family: 'Cormorant Infant', sans-serif;
    left: 60px;
    font-size: 14px;
    color: white;
}

.bottom_links a {
    margin-right: 40px;
    font-size: 14px;

}

.bottom_links_b {
    margin-top: 23px
}


.logo {
    height: 30px;
    transition: all 1s;
    z-index: 1111;
}


.logo.hei {
    height: 30px;
}


.nav-mt-top {
    padding-top: 111px !important;
}

.text_gray {
    color: #757575 !important;
}

.border_color_gray2 {
    border-color: #E8E3E2 !important;
}


.border_color_blue {
    border-color: #192F3C !important;
}

.text_gray2 {
    color: #E8E3E2 !important;
}

.text_orange {
    color: #AA8D66 !important;
}

.text_blue {
    color: #192F3C !important;
}

.bg_blue {
    background: #192F3C !important;
}

.bg_gray {
    background: #757575 !important;
}

.font_f_garamond {
    font-family: 'Cormorant Garamond', sans-serif;
}


.nav_btn {
    transition: all 1s;
    width: 48px;
    display: none;
    top: 38px;
    right: 40px;
}

.btn-mb-menu-item {
    transition: all 1s;
}


.nav_btn.a_hide {
    transform: translateY(-92px);
    transition: all 1s;
}


.nav_btn .top.close {
    transition: all 1s;
    top: 1px;
    background-color: #192F3C;
    transform: rotate(225deg);
    margin-bottom: 0;
}


.nav_btn .bottom.close {
    transition: all 1s;
    background-color: #192F3C;
    bottom: 7px;
    transform: rotate(135deg);
    margin-bottom: 0;
}


.nav_btn span {
    display: block;
    width: 100%;
    height: 1px;
    background-color: #192F3C;
}

.normal_title {
    font-weight: 400;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: 0.01em;
}

.nav_btn span:first-child {
    margin-bottom: 7px;
}


.logo_right_link {
    font-weight: 400;
    font-size: 16px;
    top: 50px;

    right: 40px;
    line-height: 16px;
    /* identical to box height, or 100% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
    color: #192F3C;
}

.logo_right_link .logo_right_link_btn {
    padding: 0;
    color: #192F3C;
    border-radius: 0;
    padding-bottom: 10px;
    margin-left: 50px;
}

.logo_right_link .logo_right_link_btn.active {
    font-weight: 700;
}


.big_title {
    font-size: 135px;
    letter-spacing: 0.3em;
    line-height: 135px;
}


.small_title {
    letter-spacing: 0.3em;
    font-size: 20px;
}

.exceptional {
    margin-top: 156px;
    margin-left: 70px;
}

.exceptional strong {
    margin-top: 26px;
    word-wrap: break-word;
    line-height: 130px;
}

.exceptional_bt_box {
    margin-right: 10px;
    max-width: 1352px;
}

.about {
    max-width: 462px;
    margin-left: 140px;
    margin-top: 88px;

}

.block_text {
    font-family: 'Work Sans', sans-serif;
    color: #192F3C;
    font-style: normal;
    padding-left: 20px;
    border-left: 1px solid #AA8D66;
    font-weight: 300;
    font-size: 16px;
    line-height: 26px;

}

.down_box {
    padding-top: 730px;
    margin-left: -37px;
}

.exceptional_img {
    max-width: 660px;
    margin-right: 40px;
    margin-top: -48px;
    margin-left: 40px;
}

.exceptional_img2 {
    max-width: 700px;
    margin-top: 288px;
}


.exquisite {
    margin-top: 60px;
    margin-left: 80px;
}


.exquisite .big_title {
    line-height: 135px;
    color: #757575;
}

.exquisite_text .explore_btn {
    margin-top: 54px;
}

.bc_btn {
    display: inline-block;
    letter-spacing: 0.05em;
    background: #AA8D66;
    font-family: 'Work Sans', sans-serif;
    color: white;
    border-color: #AA8D66;
    font-size: 14px;
    border-radius: 0;
    font-weight: 500;
    line-height: 14px;
    padding: 13px 51px;
}

.bc_btn:hover {
    background-color: #f3f1f0;
    color: #AA8D66;
    border: #AA8D66 solid 1px;


}

.exquisite_text {
    margin-top: 55px;
    max-width: 501px;
    margin-left: 60px;
}

.exquisite_img {
    margin-top: 60px;
    max-width: 554px;
    margin-left: 124px;
}


.fit {
    margin-top: 211px;
}


.fit_img {
    max-width: 660px;
    margin-left: 40px;
}

.fit_text strong {
    line-height: 130px;
}


.fit_text {
    margin-top: 200px;
    margin-left: 140px;
}

.fit_text .block_text {
    max-width: 476px;
}

.fit_text_p .normal_title {
    margin-bottom: 44px;
}


.fit_text_p .explore_btn {
    margin-top: 46px;
}


.mar_top_nav {
    margin-top: 107px;
}

.page_banner {
    padding: 0 40px !important;
}

.page_banner .img_box {
    height: 620px;
    max-width: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}


.wel {
    margin-top: 80px;
}

.wel .big_title {
    margin-left: 80px;
}

.wel .block_text {
    margin-left: 140px;
    margin-top: 55px;
    max-width: 580px;
}

.wel .explore_btn {
    margin-left: 140px;
    margin-top: 46px;
}

.wel_img {
    max-width: 673px;
    top: -68px;
    right: 627px;
}


.wel_content {
    margin-top: 177px;
}

.wel_text_block {
    width: 720px;
    height: 720px;
}

.wel_content .wel_text_block .block_text {
    max-width: 309px;
    margin-left: 240px;
    margin-top: 38px;
}

.wel_content .normal_title {
    margin-left: 180px;
    margin-top: 80px;
}

.pe_img {
    max-width: 285px;
    left: 134px;
    bottom: 44px;
}

.ideal {
    margin-top: 100px;
}

.ideal_content {
    width: 680px;
    height: 720px;
    margin-left: 40px;
}


.ideal_content .block_text {
    max-width: 309px;
    margin-left: 136px;
    margin-top: 38px;
}

.ideal_content .normal_title {
    margin-left: 72px;
    margin-top: 76px;
}

.to_img {
    max-width: 359px;
    left: 61px;
    bottom: 68px;
}

.ideal_img {
    max-width: 806px;
    bottom: 0;
    left: 634px;
}

.ideal2 {
    margin-top: 100px;
}

.ideal2_img {
    max-width: 700px;
}

.ideal2_content .normal_title {
    margin-top: 51px;
    margin-left: 200px;
}

.ideal2_content .block_text {
    width: 337px;
    margin-left: 260px;
    margin-top: 31px;
}

.ideal2_content .re_img {
    max-width: 291px;
    margin-left: 111px;
    margin-top: 82px;
}

.new_modern {
    margin-top: 190px;

}

.new_modern .big_title {
    margin-left: 80px;
}

.new_modern_content {
    margin-top: 48px;
}

.new_modern_content .block_text {
    max-width: 476px;
    margin-left: 140px;
    margin-top: 68px;
}

.new_modern_img {
    max-width: 720px;

}

.new_modern_content_text .lists {
    margin-top: 43px;
}

.list_box strong {
    color: #AA8D66;
    font-family: 'Cormorant Infant', sans-serif;
    font-weight: 400;
    font-size: 40px;
    letter-spacing: 0.02em;
}

.list_box p {
    margin-top: 10px;
    max-width: 122px;
    font-family: 'Work Sans', sans-serif;
    font-style: normal;
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
}


.new_modern_content_text .explore_btn {
    margin-left: 140px;
    margin-top: 50px;
}

.build_nav {
    border-top: 1px solid #AA8D66;
    margin-top: 99px;
    background-color: #F3F1F0;
}

.build_nav_link {
    padding-left: 30px;
    font-family: 'Work Sans', sans-serif;
    color: #AA8D66;
    font-weight: 400;
    border-left: 1px solid #AA8D66;
    height: 175px;
}

.build_nav_link_pre.build_nav_link {
    text-align: right !important;
    padding-right: 30px;
}

.build_nav_link span {
    font-size: 12px;
    margin-top: 30px;
    line-height: 28px;
    display: block;

}

.build_nav_link strong {
    font-size: 24px;
    font-weight: 400;
    display: block;
    letter-spacing: 0.2em;

}

.build_nav .next_img {
    right: 66px;
    top: 50px;


}

.build_nav .next_img.next_ani {

    animation: 2s linear 0s infinite running horizontal-bounce-right

}

.build_nav .next_img.pre_img {
    left: 66px;
    top: 50px;
}


.footer {

    border-top: solid 1px #B9CBDF;
    border-bottom: solid 1px #B9CBDF;


}


.footer_text {
    color: #282828;

    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 175% */
    letter-spacing: 0.48px;
    padding: 30px 0 32px 40px;
}

.video {
    padding: 0 10px !important;
    margin-top: 80px;


}

.video .inn_img {
    border-radius: 12px;
    overflow: hidden;
}


.footer .address {


    font-size: 14px;
    line-height: 26px;
    /* or 186% */

    letter-spacing: 0.5em;
}

.footer .contact {
    margin-top: 96px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    /* identical to box height */

    letter-spacing: 0.5em;
}

.footer .contact a.btn {
    font-size: 12px;
}

.disclaimer {
    background-color: #ffffff;
    display: none;
    z-index: 11112112121;
}

.border_orange {
    background: #AA8D66;
    width: 1px;
    height: 20px;
}


.disclaimer_content strong {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 28px;
    display: block;
    letter-spacing: 0.5em;
}

.disclaimer_content {
    padding-bottom: 20px;
    font-family: 'Work Sans', sans-serif;
    padding-top: 40px;
    width: 100%;
    padding-left: 40px;
    padding-right: 148px;
    margin: auto;
}

.disclaimer_content p {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    margin-bottom: 0;
    line-height: 23px;
}

.disclaimer .btn_close {
    top: 30px;
    right: 63px;
}

.building_bt_box .big_title {
    line-height: 130px;
    letter-spacing: 0.25em;
    margin-top: -48px;
    margin-left: 40px
}

.building_quote_icon {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 500;
    font-size: 100px;
}

.building_quote_icon_top {
    left: -48px;
    top: 0;
}

.building_quote_icon_bot {
    right: -18px;
    bottom: -35px;
}

.block_text_big {
    font-family: 'Cormorant Garamond', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    color: #192F3C;
}

.building_text {
    max-width: 573px;
    margin-top: 60px;
}

.building_features_img {
    max-width: 660px;
}

.building_features {
    margin-top: 97px;
}

.building_features_content .normal_title {
    margin-top: 123px;
    margin-left: 80px;
}

.block_text.lists_p_10 {
    padding-left: 10px;
}

.building_features_content_lists {

    margin-left: 130px;
    width: 452px;
}

.block_text.lists_p_10 p {
    max-width: 100%;
}

.building_features_content_lists_box {
    margin-top: 50px;
}

.building_features_content_lists .block_text {
    margin-bottom: 36px;
}

.bc_btn_page_bg_white {
    font-family: 'Work Sans', sans-serif;
    padding: 13px 26px;
    font-weight: 500;
    border: 1px solid #AA8D66;
    background-color: transparent;
    color: #AA8D66;
}

.bc_btn_page_bg_white:hover {
    background-color: #AA8D66;
    border-color: #AA8D66;
    color: white;
}


.building_features_btn {
    margin-left: 130px;
    margin-top: 10px;
}

.building_features_img2 {
    max-width: 660px;
}

.building_features2 .building_features_content_lists {
    margin-left: 0px;
    width: 386px;
}

.building_features2 .building_features_content .normal_title {
    margin-top: 156px;
    margin-left: 0;
}

.building_features2 .building_features_content {
    margin-right: 200px;
}

.building_features2 .building_features_content_lists_box {
    margin-top: 50px;
    padding-left: 62px;
}

.banner_1440_full {
    margin: auto;
    max-width: 1440px;
}

.banner_1440_full.building {
    height: 620px;
    background-size: cover;
}


.building_banner_1440_full {
    margin-top: 120px;
}

.building_quote_text.quote_text {

    max-width: 723px;
    margin: auto;
    margin-top: 128px;
}

.quote_text {
    font-family: 'Cormorant Garamond', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    /* or 125% */

    letter-spacing: 0.01em;
}

.quote_text strong {
    font-weight: 500;
    font-size: 100px;
    /* identical to box height, or 40% */

    letter-spacing: 0.01em;

    color: #192F3C;
}

.residential_text {
    max-width: 481px;
    margin-top: 60px;
}

.residential_beauty {
    margin-top: 161px;
}

.residential_beauty_img {
    max-width: 660px;
}

.residential_beauty_content {
    margin-left: 114px;
    padding-top: 163px;
}

.residential_beauty_content_text {
    max-width: 431px;
    margin-left: 255px;
}

.residential_beauty_content_text {
    max-width: 431px;
    margin-left: 60px;
    margin-top: 48px;
}

.residential_beauty_btn {
    margin-top: 110px;
    margin-bottom: 20px;
}

.residential_vr {
    margin-top: 183px;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    background-size: cover;
}

.swiper-slide img {
    object-fit: cover;
}

.residential_slide {
    height: 660px;
    padding: 0 40px !important;
}

.slide .swiper_bar {
    bottom: 0;
    right: 0;
}

.swiper_bar {
    background-color: #F3F1F0;
}

.swiper_bar a {
    width: 80px;
    height: 64px;
}

.swiper_bar a img {

}

.swiper_bar_border {
    width: 1.5px;
    height: 26px;
    background-color: #757575;
}

.residential_elegance_img {
    max-width: 311px
}

.residential_elegance_content {
    margin-top: 98px;
}

.residential_elegance_img {
    margin-top: 163px;
    margin-left: 85px;
}

.residential_elegance_content .normal_title {
    margin-bottom: 30px;
}

.residential_elegance_content_text {
    max-width: 492px;
}

.residential_elegance_content_text_box {
    padding-left: 50px;
    margin-right: 97px;
    margin-top: 30px;
}

.elegance_btn {
    margin-top: 46px;
}

.residential_slide_content {
    padding-bottom: 139px;
}

.residential_slide_content0 {
    margin-top: 139px;
}

.residential_slide_content1 {
    background: #757575;
}

.residential_slide_content2 {
    background-color: #192F3C;
}

.residential_slide_content1 .swiper_bar {
    background-color: #757575;
}

.residential_slide_content2 .swiper_bar {
    background-color: #192F3C;
}

.residential_slide_content1 .swiper_bar_border {

    background-color: #FFFFFF;
}

.residential_slide_content2 .swiper_bar_border {

    background-color: #AA8D66;
}

.sub_page {
}

.sub_page .build_nav {
    margin-top: 0;
}

.sub_page #mainNav {
}

.left_header_nav_links.margin {
    margin-top: 10px;
    transition: all 1s;
}

.left_header_nav_links {
    margin-top: 0px;
    transition: all 1s;
}

.sub_page.contact #mainNav {

    border-bottom: solid 1px #F3F1F0;
}

.subpage_h1_box {
    margin-top: 185px;
    padding-top: 228px;
}

.subpage_h1_box {
    background-color: #192F3C;
}

.subpage_h1_box .big_title {
    color: #F3F1F0;
    margin-bottom: -25px;
}

.sub_page .logo_right_link {
    color: #FFFFFF;
}

.subpage_table_box {
    padding-bottom: 155px;
}

.sub_page .nav_btn span {
    /*background-color: #FFFFFF !important;*/
}

.subpage_table {

}

.sub_page_bt_btn {
    margin-left: 0;
    margin-top: 110px;
}

.subpage_table {
    color: #192F3C;
    padding-top: 80px !important;
    max-width: 1046px !important;
    margin: auto;
}

.subpage_table thead tr {


    font-weight: 600;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.15em;

    border-bottom: 1px solid #5BA3F5

}

.subpage_table tbody tr {


    border-bottom: 1px solid #B9CBDF
}

.subpage_table tbody tr:last-child {
    border-bottom: 1px solid transparent;
}

.subpage_table thead tr th {
    color: #000;
    font-size: 16px;
    padding: 35px 0;
    font-style: normal;
    font-weight: 700;
    line-height: 16px; /* 100% */
    letter-spacing: 1.6px;
    text-transform: uppercase;
}

.subpage_table tbody tr td {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px; /* 88.889% */
    letter-spacing: 1.8px;
    text-transform: uppercase;
    padding: 35px 0;

}


.table_btn {
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 100% */
    letter-spacing: 0.7px;
    color: #FFFFFF;
    padding: 8px 12px;
    background-color: #5BA3F5;
    border: solid 1px #5BA3F5;
    border-radius: 100px;

}


.table_btn:hover {

    background-color: #5BA3F5 !important;
    color: #FFFFFF;

}

.sub_page.contact {
    background-color: #E3EDF6;
}

.sub_page.contact #mainNav {
    background-color: #E3EDF6;
}

.sub_page.bg_es_blue {
    background-color: #E3EDF6 !important;
}

.sub_page.bg_es_blue .header {
    background-color: #E3EDF6 !important;
}

.sub_page.contact .subpage_h1_box {
    background-color: #E3EDF6;
}

.sub_page.contact #mainNav {
    border-bottom: solid 1px #B9CBDF;
}

.subpage_h1_box_left .big_title {
    padding-left: 80px;
}

@keyframes horizontal-bounce-right {
    0% {
        transform: translateX(0%)
    }

    12% {
        transform: translateX(30%)
    }

    24% {
        transform: translateX(0%)
    }

    36% {
        transform: translateX(30%)
    }

    48% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(0%)
    }
}

@keyframes horizontal-bounce-left {
    0% {
        transform: translateX(0%)
    }

    12% {
        transform: translateX(-30%)
    }

    24% {
        transform: translateX(0%)
    }

    36% {
        transform: translateX(-30%)
    }

    48% {
        transform: translateX(0%)
    }

    100% {
        transform: translateX(0%)
    }
}


.amenities_text {
    max-width: 983px;
    margin-top: 60px;
    margin-left: 100px;
}

.training_features_img {
    max-width: 660px;
}

.banner_1440_full_pag_40 {

}

.training_with_focus_text {
    max-width: 361px;
    margin-left: 139px;
    margin-top: 27px;
}

.building_features.training_features {
    margin-top: 167px;
}

.pause_break_time_text {
    max-width: 348px;
    margin-left: 120px;
    margin-top: 30px;
}

.building_features.pause_break_features {
    margin-top: 122px;
}

.pause_break_time_img {
    max-width: 660px;
}

.escape_features .normal_title {
    margin-top: 141px;
}

.blast_or_kids_text {
    max-width: 369px;
    margin-left: 140px;
    margin-top: 36px;
}


.escape_features_text {
    max-width: 502px;
    margin-top: 98px;
}

.neighborhood_bt_box .big_title {
    letter-spacing: 0.15em;
}

.convenience_text {
    max-width: 452px;
    margin-left: 140px;
    margin-top: 56px;
    letter-spacing: 0.01em;
}


.caesars_box {
    margin-top: 241px;
    background-color: #192F3C;
}

.caesars_img1 {
    max-width: 481px;
}

.caesars_img2 {
    max-width: 489px;
}

.caesars_text {
    font-family: 'Cormorant Garamond', sans-serif;
    max-width: 304px;
    font-weight: 400;
    margin-top: 81px;
    font-size: 28px;
    line-height: 36px;
    /* or 129% */

    letter-spacing: 0.01em;

    color: #AA8D66;
}

.bustling_text {
    max-width: 485px;
    margin-top: 108px;
    margin-left: 120px;
}

.bensonhurst_park_text {
    max-width: 307px;
    margin-left: 155px;
    margin-top: 30px;
}


.live_life_text {
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 500;
    font-size: 32px;
    line-height: 40px;
    /* or 125% */

    text-align: center;
    letter-spacing: 0.01em;

    color: #192F3C;
    margin-bottom: 55px;
}

.year_round_text {
    max-width: 534px;
    margin-left: 60px;
    margin-top: 140px;
}

.map_nav_box {
    padding-right: 49px;
    border-right: 1px solid rgba(232, 227, 226, 0.9);
    height: 697px;
    overflow: auto;
}

.map_nav {
    width: 287px;
}

.map_box {
    margin-top: 150px;
}

.map_nav_item {
    padding: 0 10px;
    border-bottom: 1px solid #AA8D66;;
    height: 70px;
    font-family: 'Cormorant Garamond', sans-serif;
    font-weight: 300;
    font-size: 32px;
    color: #192F3C;
    letter-spacing: 0.01em;
    text-transform: capitalize;
}

.map_nav_item_un_content {
    padding-left: 0;
    display: none;
    max-width: 234px;
    margin-left: 40px;
    margin-top: 28px;
}

.map_nav_item_un_content.show {
    display: block;
}

.map_nav_item_un_content.hide {
    display: none;
}


.map_nav_item_un_content li {
    cursor: pointer;
    list-style: none;
    font-family: 'Work Sans', sans-serif;

    font-weight: 300;
    font-size: 12px;
    line-height: 26px;
    /* or 217% */
    color: #192F3C;

    letter-spacing: 0.01em;
}

.map_nav_item_un_content li.active {
    font-weight: bolder;
}

.map_iframe {
    flex-grow: 2;
    padding-left: 17px;
}

.map_nav_item img {
    width: 10px;
}

.map_nav_item small {

}

.map_box_item_ellipse {
    width: 13px;
    height: 13px;
    margin-right: 18px;
    border: 1px solid #192F3C;
    border-radius: 50%;
}

.map_nav_item.active {
    color: #AA8D66;
    /*cursor: none;*/
}

.map_nav_item img {
    transition: transform 0.5s;
}

.map_nav_item.active img {
    transform: rotate(90deg);
    transition: transform 0.5s;

}

.map_nav_item.active .map_box_item_ellipse {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}


#all.active .map_box_item_ellipse {
    background-color: #192F3C;
}


#park.active .map_box_item_ellipse {
    background-color: #1C6554;
}

#park .map_box_item_ellipse {
    border-color: #1C6554;
}

#dining.active .map_box_item_ellipse {
    background-color: #4E0FB5;
}

#dining .map_box_item_ellipse {
    border-color: #4E0FB5;
}


#shopping.active .map_box_item_ellipse {
    background-color: #6C7EDF;
}

#shopping .map_box_item_ellipse {
    border-color: #6C7EDF;
}


#bank.active .map_box_item_ellipse {
    background-color: #878686;
}


#bank .map_box_item_ellipse {
    border-color: #878686;
}


#transportation.active .map_box_item_ellipse {
    background-color: #14C79C;
}


#transportation .map_box_item_ellipse {
    border-color: #14C79C;
}

#education.active .map_box_item_ellipse {
    background-color: #AA8D66;
}


#education .map_box_item_ellipse {
    border-color: #AA8D66;
}

#googleMap {
    height: 697px;
}

.building_bt_box.waterfront_bt_box .big_title {

    margin-top: 0;
}


.escape_features.home_escape_features .normal_title {
    margin-left: 93px;
    margin-top: 98px;
}

.escape_features_text.home_into {
    max-width: 427px;
    margin-right: 120px;
}

.escape_features_text.building.home {
    max-width: 408px;
    margin-right: 120px;
}

.escape_features_text.building.home .building_features_btn {
    margin-left: 0;
    margin-top: 57px;
}

.about .building_features_btn {
    margin-left: 0;
    margin-top: 55px;
}

.building_features_btn.home {
    margin-left: 0;
    margin-top: 55px;
}


.artist_text {
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 1px; /* 10% */
    letter-spacing: 0.1px;
    bottom: 22px;
    right: 22px;
}

.artist_text.pd_home {
    bottom: 22px;
    right: 62px;
}

.artist_text.artist_text_ans {
    right: auto !important;
    left: 22px !important;
}


.sub_page.contact.team .subpage_h1_box {
    background-color: #F5F4E7;
}

.sub_page.contact.team {
    background-color: #F5F4E7;
}

.sub_page.contact.team #mainNav {
    background-color: #F5F4E7;
}

.team_box {
    max-width: 429px;
    margin: auto;
    margin-bottom: 90px;
    color: #4D4D4D;
    font-weight: 400;
    letter-spacing: 0.01em;
}

.team_title {
    overflow: hidden;
    color: #282828;
    text-align: center;
    text-overflow: ellipsis;
    font-family: "Afacad Flux", sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 20px;
    line-height: 40px; /* 111.111% */
    letter-spacing: 1.08px;
}

.team_title_sm {
    font-size: 16px;
    line-height: 40px;

}

.team_text {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.54px;

}

@media (max-width: 1390px) {
    .big_title.long_title_sm {
        font-size: 126px !important;
    }
}

@media (max-width: 1300px) {
    .big_title.long_title_sm {
        font-size: 126px !important;
        letter-spacing: 5px !important;
    }

    .big_title.long_title_sm2 {
        font-size: 126px !important;
        letter-spacing: 25px !important;
    }


    .building_bt_box .big_title.residential_big_title {
        letter-spacing: 20px;
    }


}

.ba-none {
    display: none;
}

@media (min-width: 1025px) {
    .ba-xg-none {
        display: none;
    }

    .ba-xg-block {
        display: block;
    }
}


@media (max-width: 1025px) {


    .building_features_content.convenience_within_content .normal_title {
        margin-top: 23px;
    }

    .residential_slide {

        height: 459px;

    }


    .exceptional strong {
        margin-top: 26px;
        font-size: 85px;
        word-wrap: break-word;
        line-height: 85px;
    }

    .escape_features.home_escape_features .normal_title {
        margin-left: 0px;
        margin-top: 98px;
    }

    .escape_features_text.building.home {

        margin-right: 0px;
    }


    .exceptional_img {
        max-width: 400px;

    }

    .about {

        margin-left: 70px;

    }

    .down_box {
        padding-top: 430px;
        margin-left: -37px;
    }


    .caesars_img2 {
        max-width: 100%;
    }

    .caesars_img1 {
        max-width: 100%;
    }


    .building_bt_box .big_title {

        letter-spacing: 0.15em;

    }

    .big_title.long_title_sm {
        font-size: 106px !important;
        letter-spacing: 5px !important;
    }


    .training_features_img {
        max-width: 466px;
    }


    .building_features.training_features {
        margin-top: 67px;
    }


    .pause_break_time_img {
        max-width: 466px;
    }


    .big_title.long_title_sm2 {
        font-size: 126px !important;
        letter-spacing: 10px !important;
    }

    .building_features2 .building_features_content {
        margin-right: 50px;
    }


    .convenience_text {
        margin-left: 80px;
    }


    .building_features_content_lists {
        margin-left: 80px;
        width: 452px;
    }

    .building_text {
        max-width: 473px;
        margin-top: 60px;
    }

    .building_bt_box .big_title.residential_big_title {
        letter-spacing: 5px;
    }

    .residential_elegance_content_text_box {

        margin-right: 17px;

    }

    .caesars_box {
        margin-top: 50px;
        padding: 0;
    }


    .caesars_text {
        font-size: 24px;
        line-height: 28px;
        max-width: 700px;
        padding: 20px;
        margin-top: 30px;
    }

    .bustling_text {

        margin-top: 68px;
        margin-left: 60px;
    }

    .year_round_text {
        margin-top: 30px;
        margin-left: 30px;
        max-width: 434px;
    }

    .subpage_table_box_mb {
        padding: 53px 20px 53px 20px;
    }

    .subpage_table_mb {
        background-color: #F3F1F0;
    }


    .subpage_table_mb_item {
        padding: 26px 0;
        border-top: 0.5px solid #5BA1F4;
    }

    .subpage_table_mb_item .header_box {
        margin-bottom: 30px;

    }

    .subpage_table_mb_item .body_box {
        margin-bottom: 30px !important;
    }

    .subpage_table_mb_item .header_box span {
        font-weight: 600;
        font-size: 15px;
        margin-top: 12px;
        line-height: 15px;
        letter-spacing: 0.15em;
    }

    .subpage_table_mb_item .header_box strong.num {


        color: #5BA3F5;
        font-family: "Afacad Flux", sans-serif;
        font-size: 45px;
        font-style: normal;
        font-weight: 300;
        line-height: 40px; /* 88.889% */
        letter-spacing: 4.5px;
        text-transform: uppercase;


    }

    .subpage_table_mb_item .body_box span {
        color: #000;
        font-family: "Afacad Flux";
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 15px; /* 100% */
        letter-spacing: 1.5px;
        text-transform: uppercase;
    }

    .subpage_table_mb_item .body_box span.num {

        font-weight: 600;
        font-size: 16px;
        line-height: 16px;

        letter-spacing: 0.15em;
    }

    .subpage_table_mb_item .body_box {
        margin-bottom: 20px;
    }

    .view_btn {
        font-weight: 500;
        font-size: 14px;
        line-height: 22px;
        height: 22px;
        letter-spacing: 0.05em;
        color: #AA8D66;
        padding: 0 8px;
        margin-top: 7px;
        border: solid 1px #AA8D66;
    }


}


.swiper-pagination .swiper-pagination-bullet {
    background-color: white !important;
}

.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #5BA1F4 !important;
}


.building_normal_title_md {
    margin-left: 0 !important;
}

.building_list_md .block_text {
    width: 142px;
    padding-right: 15px;
}

.residences.neighborhood .ea_text_box_text {
    max-width: 656px;
}

.neighborhood .waterfall_img {
    padding: 0 10px !important;
    height: 799px;
    margin-top: 92px;
}

.neighborhood .waterfall_img img {

    object-fit: cover;
}

.neighborhood .waterfall_img .wl {
    padding-right: 5px;
}

.neighborhood .waterfall_img .wl .w1 {
    border-radius: 12px;
    overflow: hidden;
}

.neighborhood .waterfall_img .wr {
    margin-left: 5px;
    border-radius: 12px;

}


.neighborhood .waterfall_img .wl .w2 {
    padding-top: 10px;
}

.neighborhood .waterfall_img .wl .w2 .w2_1 {
    margin-right: 5px;
    border-radius: 12px;
}

.neighborhood .waterfall_img .wl .w2 .w2_2 {
    margin-left: 5px;
    border-radius: 12px;
}

.neighborhood .res1 .time_num_list_item strong {
    color: #5BA3F5;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: 1; /* 100% */
    text-transform: uppercase;
}


.neighborhood .res1 .time_num_list_item small {
    color: #5BA3F5;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 1; /* 100% */
    letter-spacing: 0.42px;
    display: inline-block;
    padding-bottom: 5px;
    padding-left: 5px;
}

.time_num_list_item {
    margin-bottom: 35px;

}

.time_num_list_item_text {
    color: #282828;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px; /* 100% */
    letter-spacing: 0.42px;
    margin-top: 10px;
}

.neighborhood .res1 .time_num_list {
    width: 665px;
}

.neighborhood .res1 .time_num_list_item_text div:nth-child(2) {
    color: #6A6A6A;
    margin-top: 5px;
}


.neighborhood .two_img {
    height: 440px;
    margin-top: 60px;
    padding: 0 10px !important;
}

.neighborhood .two_img img {

}


.neighborhood .two_img div:nth-child(1) {
    margin-right: 5px;
    border-radius: 12px;
}

.neighborhood .two_img div:nth-child(2) {
    margin-left: 5px;
    border-radius: 12px;
}

.residences.neighborhood .n4 .ea_text_box_text {
    max-width: 519px;
}

.es_map_box {
    padding: 0 30px;
    margin-top: 80px;
    padding-bottom: 50px;
}

.es_map_box .es_map_box_img {
    border-radius: 12px;
    overflow: hidden;

}

.es_map_box_list_item_title {
    color: #5BA3F5;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
    text-transform: uppercase;
}

.es_map_box_list {
    max-width: 1296px;
    margin: auto;
    margin-top: 66px;

}

.es_map_box_list_item_txt {
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
}

.available_title {
    color: #282828;
    text-align: center;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px; /* 111.111% */
    letter-spacing: 1.62px;
    margin-bottom: 55px;

    padding-top: 84px;
}

/*eastone*/


.color_blue {
    color: #5BA1F4 !important;
}

.ea_text_box_title {
    color: #282828;
    text-align: center;
    font-family: "Afacad Flux", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px; /* 111.111% */
    letter-spacing: 1.62px;
}

.ea_text_box_home {
    padding-top: 88px;
}

.ea_text_box_text {

    color: #000;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 144.444% */
    letter-spacing: 0.54px;
    margin-top: 20px;

}

.ea_text_box_text.home {
    max-width: 656px;
    margin-top: 20px !important;

}

.residences .ea_text_box_text {
    max-width: 448px;
    margin-top: 20px !important;

}

.home_contact_text {
    margin-top: 80px;
}

.es_sm_title {
    color: #282828;
    text-align: center;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
}

.es_mid_text {
    color: #000;
    text-align: center;

    font-size: 26px;
    font-style: normal;
    font-weight: 300;
    line-height: 36px; /* 138.462% */
    letter-spacing: 0.78px;
}

.home_contact_text .es_sm_title {
    margin-bottom: 8px;
}

.es_btn_bar {
    margin-top: 38px
}

.form_box_bg.team.Legal .form_box {
    background-color: #F5F4E7;
}

.es_btn_blue {
    color: #FFF;

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px; /* 155.556% */
    letter-spacing: 0.54px;
    text-transform: uppercase;
    border-radius: 100px;
    background: #5BA1F4;
    padding: 14px 40px;
}

.es_btn_blue:hover {
    background: #5BA1F4;
    color: #F5F4E7;
}

.home_contact_text {
    margin-bottom: 118px;
}

.footer_text_no {
    margin-top: 10px;
}

.footer_text {
    border-left: solid 1px #B9CBDF;
}

.border_none {
    border: none;
}

.es_sub_btn_blue {
    padding: 16px 32px;
    color: #FFF;
    font-family: "Work Sans", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 14px; /* 100% */
    letter-spacing: 0.7px;
}

.legal_title {
    color: #282828;
    text-align: center;
    font-family: "Afacad Flux", sans-serif;
    font-size: 54px;
    font-style: normal;
    font-weight: 300;
    line-height: 60px; /* 111.111% */
    letter-spacing: 1.62px;
    margin-bottom: 70px;
}

.footer a {
    color: #282828;
}

.footer a:hover {
    text-decoration: underline;
}

.logo_black_menu {
    margin-left: 20px;
    margin-top: 20px;
}

.contact_text_menu a {
    color: #282828;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px; /* 100% */
    letter-spacing: 0.75px;
    text-transform: uppercase;
}

.coming_text_menu {
    color: #5BA3F5;
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px; /* 166.667% */
    letter-spacing: 0.45px;
    text-transform: uppercase;
    margin-top: 80px;
}

.residences .es_b2 {
    max-width: 583px !important;
    margin-top: 100px !important;
}

.es_b3 {
    max-width: 1230px !important;
    padding: 0 10px !important;


}

.es_b3 .inn_img {
    border-radius: 12px;
    overflow: hidden;
}

.es_b3 .inn_img.swiper_box {
    height: 625px
}

.residences .es_b3 {

    margin-top: 100px !important;
}


.residences .num_list_grid {
    margin-top: 45px;
}

.num_list_grid_item {
    margin: 0 53px;
}

.num_list_grid_item_num {
    color: #5BA1F4;
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px; /* 93.75% */
}

.num_list_grid_item_le {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.54px;
    margin-top: 14px;
}

.scattered_text .scattered_text_top {
    overflow: hidden;
    color: #282828;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 111.111% */
    letter-spacing: 1.08px;
}

.scattered_text .scattered_text_bt {
    overflow: hidden;
    color: #5BA1F4;
    margin-left: 73px;
    text-align: center;
    text-overflow: ellipsis;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
    line-height: 40px; /* 111.111% */
    letter-spacing: 1.08px;
}

.top_border_list_item {
    width: 158px;
    border-top: solid 1px #5BA1F4;
    padding-top: 6px;
    color: #282828;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 122.222% */
    letter-spacing: 0.54px;
    margin-bottom: 30px;
}

.res1 .top_border_list {
    width: 633px;
}

.res1 {
    max-width: 1230px !important;
    margin-top: 54px !important;
}

.res1 .top_border_list .col-lg-4:nth-child(5) .top_border_list_item span {
    width: 170px;
}

.top_border_list_item.top_border_list_item_land span {
    width: 170px;
}

.re4 {
    padding: 0 10px !important;
    margin-top: 80px;


}

.left_pic_text {
    border-radius: 12px;
    overflow: hidden;
}

.left_pic_text img {
    object-fit: cover;
}

.re4 .left_pic_text {
    background-color: #F3F8FD;
}

.re4 .scattered_text {
    margin-left: 71px;
    margin-top: 60px;
}


.re4 .top_border_list {
    width: 409px;
    margin-top: 175px;
    margin-right: 42px;
    margin-left: auto;
    margin-bottom: 116px;
}

.re4.re5 {
    margin-top: 36px;
}

.re4.re5 .top_border_list {
    width: 409px;
    margin-top: 235px;
    margin-right: 38px;
    margin-left: auto;
    margin-bottom: 82px;
}


.residences.amenities .ea_text_box_text {
    max-width: 672px;
}

.amenities .res1 {

    margin-top: 83px !important;
}

.amenities .res1 .top_border_list {
    width: 836px
}


.amenities .es_b3 {
    margin-top: 63px !important;
}

.residences.amenities .tx2 .ea_text_box_text {
    max-width: 626px;
}

/*end eastone*/

@media (max-width: 992px) {

    .map_nav_item_un_content_mb_bpx {
        display: none;
        max-width: 90%;
        border-right: 1px solid #AA8D66;
        margin-top: 51px;
        margin-left: 40px;
    }

    .es_b3 .inn_img.swiper_box {
        height: 420px
    }

    .map_nav_item_un_content_mb_bpx.show {
        display: block;
    }

    .map_nav_item_un_content_mb_bpx.hide {
        display: none;
    }


    .map_nav_item_un_content_mb {
        margin-top: 20px;
    }

    .map_nav_item_un_content_mb li {
        list-style: none;
        font-family: 'Work Sans', sans-serif;
        font-weight: 300;
        cursor: pointer;
        font-size: 12px;
        line-height: 26px;
        color: #192F3C;
        letter-spacing: 0.01em;
    }

    .map_nav_item_un_content_mb li.active {
        font-weight: bolder;
    }


    .map_nav_item_un_content_mb_bpx .map_box_item_ellipse {
        background-color: #AA8D66;
        width: 13px;
        margin-right: 11px;
        height: 13px;
        border-color: #AA8D66;
        /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    }


    .map_nav_item_un_content_mb_bpx#all .map_box_item_ellipse {
        background-color: #192F3C;
        border-color: #192F3C;

        /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    }

    .map_nav_item_un_content_mb_bpx#park .map_box_item_ellipse {
        background-color: #1C6554;
        border-color: #1C6554;

        /*box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);*/
    }


    .map_nav_item_un_content_mb_title {
        font-family: 'Cormorant Garamond', sans-serif;

        font-weight: 400;
        font-size: 32px;
        line-height: 40px;
        /* identical to box height, or 125% */

        letter-spacing: 0.01em;

        color: #192F3C;
    }

    .map_nav_item_un_content {
        display: none !important;
    }

    .exceptional_mb_img {
        width: 100%;
        padding: 20px;
    }

    .building_features_btn.home {
        width: 100%;
    }

    .map_nav_box {
        height: auto;
    }


    .building_features_btn.home .bc_btn {
        width: 100%;
    }

    .escape_features.home_escape_features .normal_title {
        margin-left: 30px;
        margin-top: 48px;
    }


    .exceptional.home .exceptional_bt_box {
        margin-right: 0;
    }

    .escape_features_text.building.home {
        max-width: 90%;
        margin-right: 0;
        margin-left: 30px;
    }

    .escape_features_text.building.home.home_into {
        max-width: 90%;
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 60px;
    }


    .about {
        max-width: 90%;
        margin-left: 40px;
        margin-top: 24px;
    }


    .exceptional.home strong {
        font-weight: 400;
        font-size: 40px;
        line-height: 50px;
        /* or 125% */

        letter-spacing: 0.2em;
        margin-left: 27px;
    }

    .exceptional.home {
        margin-left: 0;
        margin-top: 0px;
    }

    .big_title.long_title_sm {
        font-size: 80px !important;
    }

    .overflow-x-hidden_mb {
        overflow-x: hidden;
    }

    .big_title.long_title_sm {
        font-size: 40px;
    }

    .building_features_content_in_building {
        margin: auto;
    }

    .nav_btn {
        width: 32px;
        right: 20px;
        top: 30px;
        display: inline;

    }

    .left_header_nav_links {
        display: none !important;
    }

    .logo {
    }

    .logo .logo_img {
        height: 20px;
    }

    .big_title {
        font-weight: 400;
        font-size: 100px;
        line-height: 60px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }

    .mar_top_nav {
        margin-top: 71px;
    }

    .header {
        padding: 20px 20px;
        border-bottom: 1px solid #AA8D66;
    }

    .page_banner {
        padding: 0 0 !important;
    }

    .page_banner .img_box {
        height: 524px;
    }


    .page_banner .img_box {
        background-attachment: scroll !important;
    }

    .building_features_content_lists {
        margin-left: 0;
    }

    .footer .contact {
        flex-direction: column;
    }

    .building_bt_box .big_title {
        padding-left: 21px;

        margin-top: 52px;
        margin-left: 0;
        line-height: 60px;
    }

    .block_text {
        padding-left: 18px;
    }


    .artist_text {
        font-size: 7px;
        font-style: normal;
        font-weight: 400;
        line-height: 1px; /* 10% */
        letter-spacing: 0.1px;
        bottom: 12px;
        right: 12px;
    }


    .exceptional_mb_img .artist_text {
        bottom: 32px;
        right: 32px;
    }

    .artist_text.artist_text_ans {
        bottom: 12px !important;;
        right: 12px !important;;
        left: auto !important;
    }


    .residential_slide {
        margin-top: 52px;
        height: 349px;
        width: 100%;
        padding: 0 !important;
    }

    .swiper-pagination-box {
        bottom: -60px !important;
        top: auto !important;
    }

    .swiper-pagination {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 16px;
    }

    .swiper-pagination .swiper-pagination-bullet {

        height: 6px;
        position: static;
        width: 6px;
        background-color: #D9D9D9;
        opacity: 1;
        margin: 0 3px !important;
        margin-top: 5px !important;
    }


    .sw_mob_action {
        margin: 0 22px;
    }

    .sw_mob_action img {
        height: 16px;
    }

    .normal_title {
        font-weight: 500;
        font-size: 32px;
        line-height: 40px;

        letter-spacing: 0.01em;
    }


    .building_features_content .normal_title {
        margin-top: 10px;
        margin-left: 29px;
    }


    .list_box strong {

        font-size: 25px;
        line-height: 28px;
        letter-spacing: 0.02em;
    }

    .list_box p {
        font-weight: 300;
        font-size: 12px;
        line-height: 16px;
    }

    .building_features_content_lists {
        margin-left: 62px;
        margin-top: 21px;
        width: 292px !important;
    }

    .block_text_mr-10 {
        margin-right: 23px;
    }

    .building_features_content_lists_mb {
        margin-top: 0;
    }

    .banner_1440_full.building {
        background-position: center center;
        max-width: 100%;
        height: 250px;
        margin-top: 87px;


    }


    .building_features_btn {
        margin: 0 auto;
        text-align: center;
        margin-top: 40px
    }

    .build_nav_link strong {
        font-weight: 400;
        font-size: 16px;
        line-height: 28px;
        /* identical to box height, or 175% */

        letter-spacing: 0.2em;
        text-transform: uppercase;
    }


    .build_nav .next_img {
        right: 20px;
        width: 18px;
        bottom: 20px;
        top: auto;
    }

    .building_features_content_lists_mb_sm {
        margin-top: 0;
    }

    .build_nav {
        margin-top: 0px;
    }

    .block_text_mr-10w_mb {
        width: 129px;
    }

    #mainNav {
    }

    .ve_mb {
        margin-top: 86px;
    }

    .build_nav_link {
        padding-left: 16px;
        height: 157px;
    }

    .build_nav .container {
        padding: 0;
    }


    .building_quote_icon {
        font-weight: 500;
        font-size: 80px;
        line-height: 20px;
        letter-spacing: 0.01em;
    }

    .building_quote_icon_top {
        left: -40px;
        top: 10px;
    }

    .building_quote_icon_bot {
        right: -12px;
        bottom: -25px;
    }

    .footer {
        padding: 20px;
        border-bottom: none;
    }

    .footer .address {
        font-weight: 400;
        font-size: 16px;
        line-height: 30px;
    }

    .footer .contact {
        margin-top: 60px;
    }

    .footer .contact a.btn {
        padding: 0;
    }

    .footer_text_row .footer_text:nth-child(3) {
        border-bottom: solid 1px #B9CBDF;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .footer .contact span {
        font-size: 16px;
        margin-bottom: 20px;
        line-height: 19px;
        /* identical to box height */
        font-weight: 400;
        letter-spacing: 0.5em !important;
    }

    .footer .contact span.dc_email {
        font-size: 11px;
        line-height: 24px;
        /* identical to box height, or 218% */

        letter-spacing: 0.5em;
    }

    .footer .container {
        padding: 0
    }

    .footer .contact span a {
        font-size: 16px !important;
        line-height: 19px;
        /* identical to box height */
        font-weight: 400;

        letter-spacing: 0.5em;
    }


    .border_orange_mb {
        width: 32px;
        margin: 40px 0 !important;
        height: 1px;
    }

    .menu_nav {
        width: 100%;
        display: inline;
    }

    .menu_nav_box_list {
        padding-top: 0px !important;

    }

    .menu_nav_box_list a {
        font-size: 25px;
        color: #282828;
    }

    .menu_nav_box_list li {
        margin-bottom: 50px;
    }

    .list_a_sm a {
        font-size: 16px !important;
    }

    .bottom_links {
        left: 20px;
        bottom: 20px;
    }

    .vr_mb {
        padding: 17px 16px 0;
    }

    .vr_mb h3 {
        font-family: 'Cormorant Infant', sans-serif;
        font-weight: 400;
        font-size: 20px;
        line-height: 60px;
        letter-spacing: 0.2em;
        color: #192F3C;
    }

    .vr_mb_sel_img {
        max-width: 100%;
    }

    .vr_mb {
        margin-top: 33px;
    }

    .residential_text {
        max-width: 80%;
        margin-top: 21px;
        margin-left: 62px;
    }

    .container {
        padding: 0 !important;
    }

    .residential_elegance_content .normal_title {
        margin-left: 34px;
    }

    .residential_elegance_content_text_box {
        margin-right: 0;
        padding-left: 0
    }

    .residential_slide_content0 {
        margin-top: 59px;
    }

    .residential_slide {
        margin-top: 0;
    }

    .residential_elegance_img {


        text-align: center;
        margin: auto;
        margin-top: 51px;
        max-width: 219px;
    }


    .residential_elegance_content_text {
        max-width: 90%;
        margin-left: 64px;

    }

    .residential_elegance_content_text_box .elegance_btn {
        text-align: center;
    }

    .residential_slide_content {
        padding-bottom: 33px;
    }

    .residential_beauty_btn {
        margin-top: 92px;
        margin-bottom: 92px;
    }

    .opacity-mb-0 {
        opacity: 0;
    }

    .residential_slide_building {
        margin-top: 52px;
        height: 649px;
    }

    .page_white {
        background-color: #F3F1F0 !important;
        padding-top: 67px;
    }

    .page_white .building_bt_box {
        background-color: #F3F1F0 !important;
    }

    .page_white .big_title {
        padding-left: 30px;
        font-size: 86px;
        line-height: 60px;
        margin-top: 0;

        letter-spacing: 0.2em;
        text-transform: uppercase;
    }

    .mar_top_nav_mb {
        margin-top: 134px;
    }


    .sub_page_bt_btn_in_white {
        margin-top: 53px;
    }

    .contact_form_page.page_white .big_title {
        text-align: center;
        padding-left: 0;
    }

    .form_content_text_mb_title {
        font-family: 'Cormorant Garamond', sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 28px;
        /* or 175% */

        text-align: center;
        letter-spacing: 0.25em;

        color: #192F3C;
    }

    .disclaimer {
        z-index: 1010000099999999131414142414;
        height: 264px;
        overflow: scroll;
    }

    .disclaimer_content {
        padding: 30px 20px;
    }

    .disclaimer .btn_close {
        top: 30px;
        right: 20px;
    }

    .disclaimer .btn_close img {
        width: 20px;
    }

    .header {
        border-bottom: 1px solid #B9CBDF;
    }

    #mainNav.a_hide {
        transform: translateY(-100px);
    }

    .logo.hei {
        height: 42px;
    }

    .amenities_text {
        max-width: 80%;
        margin-left: 63px;
        margin-top: 36px;
    }

    .building_bt_box_amenities.building_bt_box .big_title {
        letter-spacing: 0.05em;
    }

    .building_features.training_features {
        margin-top: 56px;
    }

    .training_features_content {
        margin-top: 56px;
    }

    .training_with_focus_text {
        max-width: 80%;
        margin-left: 64px;
        margin-top: 31px;
    }

    .swim_banner {
        margin-top: 40px;
        padding: 0 10px !important;
    }

    .building_features.pause_break_features {
        margin-top: 65px;
    }

    .pause_break_time_text {
        max-width: 80%;
        margin-left: 65px;
        margin-top: 30px;
    }

    .pause_break_time_img {
        max-width: 100%;
    }

    .building_features_content .normal_title.blast_for_kids_text_title {
        margin-top: 62px;
        margin-left: 36px;
    }

    .blast_or_kids_text {
        max-width: 80%;
        margin-left: 64px;
        margin-top: 33px;
    }

    .es_mb_img_box {
        margin-top: 65px
    }

    .escape_features .normal_title {
        margin-top: 64px;
        margin-left: 42px;
    }

    .escape_features_text {
        max-width: 80%;
        margin-top: 31px;
        margin-left: 65px;
    }

    .neighborhood_bt_box .big_title {
        letter-spacing: 0 !important;
        font-size: 40px;
        margin-top: 41px;
    }


    .building_features.training_features.convenience_features {
        margin-top: 30px;
    }

    .convenience_mb_img {
        margin: 0 20px;
    }

    .convenience_text {
        max-width: 80%;
        margin-left: 64px;
        margin-top: 36px;
    }


    .training_features_img {
        max-width: 100%;
    }


    .map_box {
        margin-top: 74px;
    }

    #googleMap {
        height: 300px;
    }

    .map_iframe {
        flex-grow: 1;
        padding: 0 20px;

    }

    .map_nav {
        display: flex;
        width: 100%;
        overflow: auto;
    }

    .map_nav_box {
        padding: 0 20px;
        margin-top: 28px;
        border-right: 1px solid rgba(232, 227, 226, 0.9);
    }

    .map_nav_item img {
        display: none;
    }

    .map_nav_item {
        border: 1px solid #AA8D66 !important;
        color: #AA8D66;
        border-radius: 30px;
        font-size: 16px;
        line-height: 27px;

        margin-right: 8px;
        height: 27px;
    }

    .map_box_item_ellipse {
        margin-right: 5px;
        width: 7px;
        height: 7px;
        background: #192F3C;
    }

    #dining .map_box_item_ellipse {
        background: #4E0FB5;
    }

    #shopping .map_box_item_ellipse {
        background: #6C7EDF;
    }


    #bank .map_box_item_ellipse {
        background: #CF1818;
    }


    #transportation .map_box_item_ellipse {
        background: #14C79C;
    }

    #education .map_box_item_ellipse {
        background: #AA8D66;
    }

    .caesars_box {
        margin-top: 50px;
        background-color: #192F3C;
    }


    .caesars_text {

        max-width: 80%;
        margin: auto;
        font-size: 28px;
        line-height: 36px;
        letter-spacing: 0.01em;
        margin-top: 46px;
        margin-bottom: 32px;
    }


    .features_content_neighborhood .block_text_big {
        font-family: 'Cormorant Garamond', sans-serif;
        font-size: 28px;
        line-height: 36px;
        /* or 129% */

        letter-spacing: 0.01em;
    }

    .bustling_text {
        max-width: 80%;
        margin-top: 60px;
        margin-left: 60px;
    }

    .neighborhood_main_text_img {
        margin: 0 27px;
    }

    .bustling2_mb {
        margin-top: 60px;
    }

    .banner_big_mb_nb {
        margin-top: 62px;
    }

    .year_round_text {
        max-width: 80%;
        margin-left: 64px;
        margin-top: 0px;
    }

    .block_text_big {
        font-family: 'Work Sans', sans-serif;
        font-style: normal;
        font-weight: 300;
        font-size: 14px;
        line-height: 24px;
        /* or 171% */


        color: #192F3C;
    }

    .convenience_within_content {
        margin-top: 30px;
    }

    .building_text {
        max-width: 90%;
        margin-top: 21px;
        margin-left: 60px;
    }

    .building_quote_text.quote_text {
        font-weight: 500;
        font-size: 26px;
        text-align: left !important;
        line-height: 40px;
        /* or 154% */
        letter-spacing: 0.01em;
        max-width: 508px;
        margin-top: 52px;
    }

    .team_box {
        max-width: 100%;
        padding: 30px;
    }


    .bottom_links a {
        margin-right: 20px;
        font-size: 12px;
    }

    /*eastone css mb*/
    .ea_text_box_home {
        padding-top: 50px;
    }

    .ea_text_box_title {
        color: #282828;
        text-align: center;
        font-family: "Afacad Flux", sans-serif;
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px; /* 100% */
        letter-spacing: 0.96px;
    }

    .ea_text_box_text {
        color: #000;
        margin-top: 30px;
        text-align: center;

        padding: 0 20px;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 160% */
        letter-spacing: 0.45px;
    }

    .home_contact_text {
        margin-top: 40px;
        margin-bottom: 60px;
    }

    .es_sm_title {

        color: #282828;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 24px; /* 160% */
        letter-spacing: 0.45px;

    }

    .es_mid_text {
        color: #000;
        text-align: center;
        font-size: 18px;
        font-style: normal;
        font-weight: 300;
        line-height: 26px; /* 144.444% */
        letter-spacing: 0.54px;
    }

    .es_btn_blue {
        color: #FFF;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 142.857% */
        letter-spacing: 0.42px;
        text-transform: uppercase;
        padding: 10px 20px;
    }

    .es_btn_bar {
        margin-top: 20px;
    }

    .footer_text {
        border: none;
        padding-left: 0;
        padding-top: 0;
    }

    .legal_title {
        color: #282828;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 300;
        line-height: 32px; /* 100% */
        letter-spacing: 0.96px;
        margin-bottom: 0px;
    }

    .team_title {
        color: #282828;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; /* 100% */
        letter-spacing: 0.75px;
    }

    .form_box_bg.team.Legal .form_box {
        padding-bottom: 0 !important;
    }


    .residences .es_b2 {
        max-width: 264px !important;
        margin-top: 73px !important;
    }

    .num_list_grid_item {
        margin: 0 25px;
    }

    .residences .num_list_grid {
        flex-wrap: wrap;
    }

    .num_list_grid_item_le {
        color: #000;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 20px; /* 133.333% */
        letter-spacing: 0.45px;
    }

    .num_list_grid_item_num {
        color: #5BA1F4;
        font-size: 48px;
        font-style: normal;
        font-weight: 400;
        line-height: 48px; /* 100% */
    }


    .num_list_grid .num_list_grid_item:nth-child(1) {
        order: 0;
    }

    .num_list_grid .num_list_grid_item:nth-child(4) {
        order: 1;
    }

    .num_list_grid .num_list_grid_item:nth-child(5) {
        order: 3;
    }


    .num_list_grid .num_list_grid_item:nth-child(2) {
        order: 4;
    }

    .num_list_grid .num_list_grid_item:nth-child(3) {
        order: 5;
    }

    .num_list_grid .num_list_grid_item {
        margin-bottom: 40px;
    }

    /*eastone css mb*/
    .residences .es_b3 {
        margin-top: 20px !important;
        padding: 0 10px !important;
    }

    .res1 .top_border_list {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }

    .top_border_list_item {
        width: 100%;
        font-size: 15px;
    }

    .scattered_text .scattered_text_top {
        text-align: left;
        font-size: 25px;
        font-weight: 400;
        line-height: 25px; /* 100% */
        letter-spacing: 0.75px;
    }

    .scattered_text .scattered_text_bt {
        text-align: left;
        font-size: 25px;
        font-weight: 400;
        line-height: 1.1; /* 100% */
        letter-spacing: 0.75px;
    }


    .res1 {
        margin-top: 30px !important;
    }

    .res1 .scattered_text {
        margin-left: 30px;

    }

    .container.re4 {
        padding: 10px !important;
        margin-top: 30px;
    }

    .container.re4 .w-50 {
        width: 100% !important;
    }


    .re4 .scattered_text {
        margin-left: 16px;
        margin-top: 30px;
    }

    .re4 .top_border_list {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
        margin-bottom: 0px;
    }

    .re4.re5 .top_border_list {
        width: 100%;
        margin-top: 40px;
        margin-bottom: 0;
    }


    .video {
        padding: 0 10px !important;


    }

    .amenities .res1 {
        margin-top: 30px !important;
    }

    .amenities .res1 .top_border_list {
        width: 100%;
    }


    .neighborhood .waterfall_img .wl.w-50 {
        width: 100% !important;
    }

    .neighborhood .waterfall_img {

        margin-top: 30px;
        height: auto;
    }

    .neighborhood .waterfall_img .wr {
        margin-left: 0;
        width: 100% !important;
        margin-top: 5px;
    }

    .neighborhood .waterfall_img .wl {
        padding-right: 0;
    }

    .neighborhood .waterfall_img .wl {
        margin-right: 0px;
    }

    .neighborhood .waterfall_img .wl .w2 {
        padding-top: 5px;
    }

    .neighborhood .waterfall_img .wl .w2 .w2_1 {
        margin-right: 2.5px;
    }

    .neighborhood .waterfall_img .wl .w2 .w2_2 {
        margin-left: 2.5px;
    }

    .neighborhood .res1 .time_num_list {
        width: 100%;
        padding: 0 20px;
        margin-top: 40px;
    }

    .neighborhood .two_img {
        height: auto;
        margin-top: 10px;
        padding: 0 10px !important;
    }

    .neighborhood .two_img .w-50 {
        width: 100% !important;
    }

    .neighborhood .two_img div:nth-child(1) {
        padding-right: 0px;
    }

    .neighborhood .two_img div:nth-child(2) {
        padding-left: 0px;
        margin-top: 5px;
        margin-left: 0;
    }

    .es_map_box {
        margin-top: 30px;
        padding: 0 10px
    }

    .subpage_table_mb {
        background-color: transparent;
    }

    .es_map_box_list {

        margin-top: 40px;
        padding-left: 31px;
    }

    .es_map_box_list_item {
        margin-bottom: 30px;
    }

    .es_map_box_list_item_txt {
        padding-left: 10px;
        font-size: 15px;
    }

    .subpage_table_mb .available_title {
        padding-top: 0;
        font-size: 32px;
    }

    .subpage_table_mb_tab .btn-link:hover {
        color: #000;
    }

    .subpage_table_mb_tab {
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .subpage_table_mb_tab .btn-link {
        color: #000;
        font-size: 22px;
        font-style: normal;
        font-weight: 300;
        line-height: 1;
        padding: 10px 0;
        margin: 0 12px;
    }

    .subpage_table_mb_tab .btn-link.active {
        border-bottom: solid 3px #5BA3F5;
        border-radius: 0;

    }

    .subpage_table_mb_sel_box_in {
        width: 1000px;
    }

    .subpage_table_mb_sel_box {
        margin-bottom: 40px;
    }

    .subpage_table_mb_sel_box_in .btn {
        margin-right: 8px;
        border-radius: 8px;
        background-color: transparent;
        border-color: #D0CFC1;

        color: #000;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 1; /* 100% */
        letter-spacing: 1.4px;
        text-transform: uppercase;
        padding: 8px 12px;


    }

    .subpage_table_mb_sel_box_in .btn.active {

        border: 1px solid #5BA3F5;
        background: #5BA3F5;
        color: white;
    }

    .subpage_table_content_cc {
        display: none;
    }

    .subpage_table_mb_sel_box_in_btn.community {
        display: none;
    }

    .subpage_table_mb_sel_box_text {
        color: #000;
        text-align: center;
        font-size: 15px;
        font-style: normal;
        font-weight: 400;
        line-height: 25px; /* 166.667% */
        letter-spacing: 1.5px;
        text-transform: uppercase;
        margin-bottom: 40px;
        margin-top: 40px;
    }

    .table_btn_mb {
        color: #FFF;
        display: inline-block;
        font-size: 14px;
        height: 30px;
        font-style: normal;
        font-family: "Afacad Flux", sans-serif;
        font-weight: 500;
        line-height: 0; /* 100% */
        letter-spacing: 14px;
        border-radius: 100px;
        text-transform: uppercase;
        padding: 8px 12px;
    }

    .table_btn_mb span {
        padding: 0 !important;
        color: white !important;
    }
}


@media (max-width: 420px ) {

    .page_white .big_title {

        font-size: 36px;

    }


    .map_nav_item_un_content_mb_bpx {
        max-width: 327px;

    }


    .big_title {
        font-weight: 400;
        font-size: 40px;
        line-height: 60px;
        letter-spacing: 0.2em;
        text-transform: uppercase;
    }


    .disclaimer {
        z-index: 1010000099999999131414142414;
        height: 454px;
        overflow: scroll;
    }


    .team_box {
        padding: 20px;
        margin-bottom: 30px;
    }

    .residential_text {
        max-width: 281px;

    }

    .team_title {
        text-align: center !important;
    }

    .team_title_sm {
        text-align: center
    }


    .team_text {
        margin-top: 20px;
    }

    .about {
        max-width: 293px;

    }


    .building_text {
        max-width: 291px;
    }


    .building_quote_text.quote_text {

        max-width: 248px;


    }

    .amenities_text {
        max-width: 283px;

    }

    .training_with_focus_text {
        max-width: 279px;

    }


    .pause_break_time_text {
        max-width: 271px;

    }


    .blast_or_kids_text {
        max-width: 264px;

    }

    .escape_features_text {
        max-width: 258px;

    }

    .residential_elegance_content_text {
        max-width: 256px;


    }


    .convenience_text {
        max-width: 257px;
    }

    .bustling_text {
        max-width: 280px;
        margin-top: 60px;
        margin-left: 60px;
    }


    .year_round_text {
        max-width: 277px;
        margin-left: 64px;
        margin-top: 0px;
    }

    .caesars_text {

        max-width: 304px;
        padding: 0;

    }

    .page_banner .img_box {
        height: 324px;
    }

    .building_features_content_in_building {
        margin-left: auto;
    }


    .big_title.long_title_sm {
        font-size: 40px !important;
    }

    .escape_features_text.building.home {
        max-width: 298px;
        margin-right: 0;
        margin-left: 30px;
    }

    .escape_features_text.building.home.home_into {
        max-width: 285px;
        margin-right: 0;
        margin-left: 30px;
        margin-bottom: 60px;
    }

    .residential_slide_building {

        height: 349px;
    }

    .footer .contact span a.btn_dis {
        font-size: 11px;
    }


}


@media (max-height: 769px ) {


    .footer .contact span a.btn_dis {
        font-size: 11px !important;
    }

    .footer .contact span a.mail_btn {
        font-size: 11px !important;
    }


    .menu_nav_box_list {

    }

    .menu_nav_box_list li {
        margin-bottom: 50px;
    }

    .list_a_sm a {
        margin-top: 10px;
    }


}


