@font-face {
    font-family: "Aboreto";
    src: url("../fonts/Aboreto-Regular.woff2") format("woff2"), url("../fonts/Aboreto-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans Medium";
    src: url("../fonts/DMSans-Medium.woff2") format("woff2"), url("../fonts/DMSans-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans Regular";
    src: url("../fonts/DMSans-Regular.woff2") format("woff2"), url("../fonts/DMSans-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "DM Sans Bold";
    src: url("../fonts/DMSans-Bold.woff2") format("woff2"), url("../fonts/DMSans-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.bgBlack {
    background-color: #000000;
}

.bgBrown {
    background-color: #c0b8a9;
}

.colorOrange {
    color: #ad9582;
}

.colorWhite {
    color: #ffffff;
}

.colorBrown {
    color: #c0b8a9;
}

.colorBlue {
    color: #1a304a;
}

.divHide {
    display: none;
}

/*common-css-start*/
#floor_plan_dia div#panzoom_object {
    width: 100%;
}

.home-banner .illustraion-text p {
    font-size: 8px;
    margin-bottom: 7px;
}

html {
    scroll-behavior: smooth;
}

* {
    outline: 0 !important;
}

body {
    color: #1a304a;
    font-family: "DM Sans Regular";
    font-weight: normal;
    font-size: 17px;
    line-height: 24px;
}

html {
    overflow-x: hidden !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.Aboreto {
    font-family: "Aboreto";
    font-style: normal;
}

.accordion-button:focus {
    box-shadow: none !important;
    border-color: #fff0 !important;
}

.txtPara {
    color: #1a304a;
    font-family: "DM Sans Regular";
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
}

.txtLegend {
    color: #1a304a;
    font-family: "DM Sans Regular";
    font-weight: normal;
    font-size: 11px;
    line-height: 16px;
}

.txtLegend2 {
    color: #1a304a;
    font-family: "DM Sans Regular";
    font-weight: normal;
    font-size: 9px;
    line-height: 13px;
}

.txtLegendMargin {
    margin-top: 12px;
}

.txtParaTitle {
    margin-bottom: 10px;
    margin-top: 5px;
}

.txtParaUnderImg {
    color: #1a304a;
    font-family: "DM Sans Medium";
    font-weight: normal;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
}

.btnVR {
    border-radius: 6px;
    padding: 12px 35px;
    text-align: center;
    border: 1px solid #1a304a;
    font-size: 15px;
    color: #1a304a;
    width: auto;
    height: 44px;
    cursor: pointer;
}

.btnVR:hover {
    border: 1px solid #1a304a;
    background-color: #1a304a;
    color: #eae8e2;
}

.btnVRpadding {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.bg-brown {
    background-color: #ad9582;
}

.bg-blue {
    background-color: #1a304a;
}

.bg-footer {
    background-image: linear-gradient(to right, #fbfbfa -1%, #dcdad4 0.276%, #dbd7c7 1%);
}

.bg-light-brown {
    background-color: #c8b09a;
}

.bg-medium-brown {
    background-color: #c8b09a;
}

.bg-medium-brown * {
    color: #272727;
}

.bg-medium-brown figcaption {
    color: #ffffff;
}

.bg-off-white {
    background-color: #ebe5db;
}

.bg-light {
    background-color: #f7f3ed !important;
}

.bgBlack {
    background-color: #000000;
}

.bgWhite {
    background-color: #ffffff;
}

a:focus,
li:focus,
a:focus-visible,
li:focus-visible,
a:hover,
li:hover {
    outline: 0 !important;
}

.xl-title {
    font-size: 45px;
    line-height: 64px;
}

.bg-title {
    font-size: 40px;
    line-height: 56px;
    letter-spacing: 0px;
}

.md-title {
    font-size: 30px;
    line-height: 38px;
    letter-spacing: 0px;

    font-family: "Aboreto";
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.sm-title {
    font-size: 26px;
    line-height: 33px;
    letter-spacing: 1px;
}

.xs-title {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
}

.txtMedium {
    font-family: "DM Sans Medium";
}

.txtBold {
    font-family: "DM Sans Bold";
}

.justify-content-end {
    justify-content: center !important;
}

.artist-text {
    font-size: 8px;
    line-height: 15px;
    color: #ffffff;
    margin-top: -22px;
    text-shadow: 0px 1px 2px #000000b9;
    padding-right: 10px;
    letter-spacing: 0.5px;
    position: absolute;
    left: 2%;
    bottom: 12%;
    z-index: 999;
    text-transform: uppercase;
    font-family: "DM Sans Bold";
}

.artist-textRight {
    font-size: 8px;
    line-height: 15px;
    color: #1a304a;
    margin-top: -22px;
    text-shadow: 0px 1px 2px #000000b9;
    padding-right: 10px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 0%;
    bottom: 12%;
    z-index: 999;
    text-transform: uppercase;
    font-family: "DM Sans Bold";
}

.artist-text2 {
    font-size: 8px;
    line-height: 15px;
    color: #ffffff;
    margin-top: -22px;
    text-shadow: 0px 1px 2px #000000b9;
    padding-right: 10px;
    letter-spacing: 0.5px;
    position: absolute;
    left: 2%;
    bottom: auto;
    z-index: 999;
    text-transform: uppercase;
    font-family: "DM Sans Bold";
    top: 2%;
}

.common-banner {
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}

.large-container {
    max-width: 80vw;
    margin: 0 auto;
}

.cloudimage-inner-box .loader-process-360 {
    width: 100px;
    height: 100px;
    line-height: 100px;
}

.page-loader .illustraion-text p {
    font-size: 8px !important;
    color: #ffff !important;
}

.page-loader .illustraion-text {
    left: 13px;
}

/*common-css-end*/
/*header-css-start*/
.site-logo {
    max-width: 9vw;
}

.main_header .navbar-nav a {
    position: relative;
    text-transform: uppercase;
}

.main_header .dropdown-menu li {
    background-color: rgb(255, 255, 255);
    margin: 0px !important;
    border-bottom: 1px solid #1a304a5c;
}

.main_header .dropdown-menu li a {
    color: #272727;
}

.main_header .dropdown-menu li:hover a,
.main_header .dropdown-menu li.active a {
    background-color: #ad9582;
    color: #272727;
}

.main_header .dropdown-menu li a:hover {
    color: #ffffff;
}

.main_header .nav-link {
    opacity: 60%;
    font-size: 17px;
    line-height: 16px;
    font-weight: 500;
    letter-spacing: 1.3px;
    color: #fff;
}

.main_header .nav-link.active,
.main_header .nav-link:hover {
    opacity: 100%;
}

.main_header .navbar-nav .dropdown-menu .dropdown-item {
    font-size: 15px;
    line-height: 20px;
    font-weight: 500;
    letter-spacing: 1px;
    /*white-space: pre-wrap;*/
    padding: 12px 10px !important;
    background-color: transparent;
}

.main_header .navbar-nav .nav-link:hover,
.main_header .navbar-nav .nav-link.active,
.main_header .navbar-nav .nav-link:focus,
.main_header .navbar-nav .nav-link:focus {
    color: #fff;
    font-family: "DM Sans Bold";
    font-weight: bold;
}

.main_header .dropdown-menu {
    padding: 0px !important;
    left: 15px;
    margin-top: 0;
    border: none;
    border-radius: 0px;
}

.main_header .dropdown-menu li:hover,
.main_header .dropdown-menu li.active {
    background-color: #1a304a;
}

.hoverActive {
    color: #fff !important;
    background-color: #1a304a !important;
    border-top: 1px solid #1a304a !important;
}

.borderTopMenu {
    border-top: 1px solid #1a304a5c;
}

.main_header .navbar-nav .dropdown-toggle::after {
    position: absolute;
    right: 6px;
    top: 38%;
    transform: translateY(-50%);
    border: solid white;
    border-width: 0 1px 1px 0;
    transform: rotate(-135deg);
    -webkit-transform: rotate(43deg);
    display: inline-block;
    padding: 3px;
}

.main_header .navbar-nav a {
    position: relative;
    text-transform: uppercase;
    padding: 15px 28px !important;
    letter-spacing: 1.56px;
}

.main_header .navbar-nav .nav-link:hover:before {
    width: 100%;
}

.flag-image img {
    max-width: 100px;
}

.flag-image {
    position: fixed;
    top: 0;
    left: 30px;
    z-index: 999;
    z-index: 1031;
}

/*header-css-end*/
/*Home-page-css-start*/
.home-banner-content p {
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0;
}

@keyframes typingtext1 {
    from {
        width: 0;
        opacity: 1;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}

@keyframes typingtext2 {
    from {
        width: 0;
        opacity: 1;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}

@keyframes typingtext3 {
    from {
        width: 0;
        opacity: 1;
    }

    to {
        width: 100%;
        opacity: 1;
    }
}

.home-banner .home-banner-bg p {
    color: #272727;
}

.home-banner .illustraion-text {
    color: #272727;
    bottom: 0;
    right: 11px;
}

.home-banner {
    position: relative;
    padding-top: 4%;
}

.scroll-down-btn a {
    text-decoration: none;
}

.scroll-down-btn {
    position: absolute;
    top: 8%;
    margin: auto;
    right: 0%;
    z-index: 111;
}

.scroll-down-btn2 a {
    text-decoration: none;
}

.scroll-down-btn2 {
    position: absolute;
    bottom: 4px;
    margin: auto;
    left: 50%;
    transform: translateX(-50%);
    z-index: 111;
}

.scroll-down-btn3 a {
    text-decoration: none;
}

.scroll-down-btn3 {
    position: relative;
    bottom: 4px;
    margin: auto;
    right: 1%;
    z-index: 111;
    text-align: center;
}

.because-location {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

.because-work {
    padding-top: 8rem;
    padding-bottom: 8rem;
}

@keyframes pulse-border {
    0% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
        opacity: 1;
    }

    100% {
        transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.2);
        opacity: 0;
    }
}

.ch_preloader {
    display: none;
    width: 100%;
    height: 100%;
    background: #000000;
    opacity: 50%;
    position: fixed;
}

.ch_preloader .icon-scroll {
    top: 50%;
    margin-top: -23px;
    transform: translate(-50%, -50%);
}

.ch_preloader .icon-scroll,
.ch_preloader .icon-scroll:before {
    position: absolute;
    left: 50%;
    color: #fff;
    font-size: 13px;
    line-height: 20px;
}

.ch_preloader .icontxt {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center;
    margin-top: 28px;
    font-size: 13px;
    line-height: 20px;
    color: #fff;
}

.img_tab_wrapper {
    position: relative;
}

.common-banner {
    height: 100vh;
    min-height: auto !important;
}

.vrBaner {
    height: 28vh;
    min-height: auto !important;
    background-color: #1a304a;
}

.because-location .divMenubutton h2 {
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 2.16px;
    color: #7c6f63 !important;
    box-shadow: none;
}

/*schematic-diagram-css-end*/
/*Facilities css start*/
.elevate-well-being-section p.kindly-refer-content {
    font-size: 12px;
    line-height: 15px;
    letter-spacing: 0.6px;
}

.siteplan-custom-row {
    position: relative;
}

.elevate-well-being-section .tab-content {
    display: none;
    padding: 5px;
}

.elevate-well-being-section .tab-content.current {
    display: inherit;
}

.apartment-slides .panzoom-parent {
    min-height: auto;
}

.panzoom-parent {
    height: 100%;
    position: relative;
}

img.desktop_map.select-opt {
    width: 100%;
}

.desktop_map {
    display: block;
}

.zoom-in-zoom-out {
    position: absolute;
    right: 15px;
    overflow: hidden;
    touch-action: manipulation;
    top: 50%;
    transform: translateY(-50%);
}

.zoom-in-zoom-out button.active,
.zoom-in-zoom-out button:hover {
    background-color: #84754e;
}

.zoom-in-zoom-out button {
    font-size: 28px;
    padding: 6px;
    line-height: 16px;
    display: flex;
    justify-content: center;
    margin: 0;
    width: 35px;
    height: 35px;
    color: #272727;
    background-color: #ededed !important;
    border: 1px solid #b1b1b1 !important;
}

button#zoom-in {
    border-radius: 3px 3px 0px 0px;
}

button#zoom-out {
    border-radius: 0px 0px 3px 3px;
}

@-webkit-keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(114, 80, 58, 0.75);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(220, 120, 55, 0);
    }
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0px rgba(114, 80, 58, 0.75);
    }

    100% {
        box-shadow: 0 0 0 15px rgba(220, 120, 55, 0);
    }
}

@keyframes zoomin {
    0% {
        transform: scale(0);
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0.4;
    }
}

/* schemetic duagram end*/
/*footer-css-start*/
.custom-footer * {
    color: #1a304a;
    text-decoration: none;
}

.footerMargin {
    padding-top: 6%;
    padding-bottom: 4%;
}

.border-top {
    border-top: 1px solid #1a304a !important;
}

.custom-footer {
    position: relative;
}

.custom-footer .footer-bottom-content {
    font-size: 11px;
    line-height: 15px;
}

.common-button {
    border: 1px solid #1a304a;
    border-radius: 6px;
    padding: 7px 10px;
    transition: 0.4s ease all;
    color: #1a304a;
    letter-spacing: 1.5px;
}

.common-button:hover {
    border: 1px solid #1a304a;
    background-color: #1a304a;
    color: #eae8e2;
}

.footer-button a {
    font-size: 19px;
    line-height: 23px;
    letter-spacing: 1.9px;
    border: 1px solid #ffffff;
}

.sales-gallery,
.viewing-appointment {
    font-size: 22px;
    line-height: 33px;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

.viewing-appointment p {
    margin-bottom: 0;
}

.viewing-appointment.bon-vivant-font a:hover {
    color: #ebe5db;
}

.back-to-top {
    position: absolute;
    top: 20px;
    right: 20px;
    display: none;
    padding: 0px;
}

.back-to-top {
    border: none;
}

.back-to-top img {
    max-width: 45px;
}

.large-container .row {
    margin: 0;
}

.back-button {
    font-size: 13px;
    line-height: 20px;
}

#btnRoate {
    background-color: transparent !important;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 13px;
    font-weight: bold;
    border: 1px solid #fff;
    text-align: center;
    padding: 3px 20px;
    display: flex;
    align-items: center;
    margin-left: auto;
}

#btnRoate img {
    margin-right: 2px;
}

#canvas_wrapper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    position: relative;
}

.canvas_wrapper_address {
    width: 96% !important;
    height: 100% !important;
}

@keyframes zoomin {
    0% {
        transform: scale(0);
        opacity: 0.4;
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }
}

@keyframes zoomout {
    0% {
        transform: scale(1);
        opacity: 1;
    }

    100% {
        transform: scale(0);
        opacity: 0.4;
    }
}

.large-container {
    max-width: 80vw;
    margin: 0 auto;
}

#vt_iframe {
    height: 100%;
    width: 100%;
    margin: 0px !important;
    padding: 0px !important;
    border: 0px !important;
    outline: none;
    line-height: 0 !important;
    font-size: 0 !important;
    position: Relative;
}

::-webkit-scrollbar {
    display: none;
}

.home-banner-content {
    padding-top: 35%;
}

.scroll-down-btn img {
    width: 47px;
    height: 47px;
}

.scroll-down-btn2 img {
    -webkit-animation: fade_move_down 1s ease-in-out infinite;
    -moz-animation: fade_move_down 1s ease-in-out infinite;
    animation: fade_move_down 1s ease-in-out infinite;
}

.scroll-down-btn3 img {
    -webkit-animation: fade_move_down 1s ease-in-out infinite;
    -moz-animation: fade_move_down 1s ease-in-out infinite;
    animation: fade_move_down 1s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes fade_move_down {
    0% {
        -webkit-transform: translateY(10px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -webkit-transform: translateY(10px);
        opacity: 0;
    }
}

@-moz-keyframes fade_move_down {
    0% {
        -moz-transform: translateY(-10px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        -moz-transform: translateY(10px);
        opacity: 0;
    }
}

@keyframes fade_move_down {
    0% {
        transform: translateY(-10px);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: translateY(10px);
        opacity: 0;
    }
}

.home-banner-bg br {
    display: block;
}

.sectionAuto {
    height: auto;
}

.section100 {
    height: 100vh;
}

.alignCenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.alignCenterX {
    display: flex;
    align-items: center;
}

.alignCenterPos {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.alignCenterPos2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.btnClick {
    pointer-events: all;
    cursor: pointer;
}

.imgFullWidth {
    width: 100%;
}

.imgFullWidthSus {
    width: 100%;
}

.imgFullWidthSus2 {
    width: 80%;
}

.imgFullWidth94 {
    width: 78%;
    margin-left: 16%;
}

.posAbs {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 99;
}

.about-section2Padding {
    padding: 3%;
}

.circleDiv {
    z-index: 999;
    position: absolute;
    top: 30%;
    left: -1.5%;
}

.Preloader-icon {
    color: #fff;
    height: 190px;
    margin-bottom: 40px;
    padding: 15px;
    position: relative;
    width: 190px;
}

.Preloader-icon img {
    max-width: 100%;
    z-index: 99;
    width: 100%;
    position: relative;
}

.Preloader-icon::after,
.Preloader-icon::before {
    -webkit-animation: preloader-pulse 2s ease-out 0s infinite;
    animation: preloader-pulse 2s ease-out 0s infinite;
    border-radius: 200px;
    border: 1px solid #ad9582;
    content: "";
    height: 100%;
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    visibility: hidden;
    width: 100%;
}

.Preloader-icon::after {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

@keyframes preloader-pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.ring {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    background-color: #ffffff00;
    position: relative;
}

.ring img {
    max-width: 100%;
    z-index: 99;
    width: 100%;
    position: relative;
}

/* The pseudo-elements create the pulsing rings */
.ring::before,
.ring::after {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    animation: pulsate 1.5s linear infinite;
}

/* Stagger the animation of the second ring */
.ring::after {
    animation-delay: 0.5s;
}

/* Keyframes define the animation's stages */
@keyframes pulsate {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.divLocSideMenu1 {
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.2);
    width: auto;
    height: auto;
    z-index: 99;
    position: absolute;
    border-radius: 24px;
    left: 2%;
    bottom: 4%;
    padding: 3px 30px 20px 30px;
}

.bgOrange2 {
    background-color: #f7f3ed;
}

.colorBrown {
    color: #7c6f63;
}

.locSvgholder {
    width: 100%;
    height: 40vh;
    left: 0%;
    position: relative;
    overflow-y: scroll;
    overflow-x: hidden;
    pointer-events: all;
}

#btnLoc_connect,
#btnLoc_dining,
#btnLoc_hotel,
#btnLoc_biz,
#btnLoc_dining2,
#btnLoc_hotel2,
#btnLoc_biz2 {
    opacity: 0.5;
}

.divMenubutton {
    margin-top: 20px;
}

.txtLocMenu {
    position: relative;
    border-bottom: 1.8px solid #7c6f63;
    padding: 8px 0px;
    width: 330px;
}

.txtLocMenu img {
    width: 6%;
}

.locPaddingLeft {
    padding-left: 4%;
}

.ipm_holder {
    height: 75vh;
}

.facilitiesPlanMaregin {
    margin-top: 5%;
    margin-bottom: 5%;
}

.faciBox {
    padding: 1px;
    background-color: #fff;
    border-radius: 27px;
    border: 2px solid #e3e3e3;
    overflow: hidden;
}

.floorplansPadding {
    padding-right: 8%;
    padding-left: 0%;
}

.menuHolder29 {
    position: relative;
    width: 92%;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 3%;
}

.menuHolder29a {
    position: relative;
    width: 92%;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 3%;
}

.menuHolder29b {
    position: relative;
    width: 92%;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 3%;
}

.menuHolder345678 {
    position: relative;
    width: 46%;
    height: 50px;
    background-color: #fff;
    border-radius: 20px;
    margin-top: 3%;
    display: none;
    left: 46%;
}

.btnMenu {
    margin: 0px;
    height: 100%;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    text-transform: uppercase;
    border-radius: 20px;
    letter-spacing: 0.8px;
}

.btnActive {
    border: 1px solid #e5ddd8;
    background-color: #ad9582;
    color: #fff;
}

.btnRegular {
    border: 1px solid #fff;
    background-color: #fff;
    color: #ad9582;
}

.floatLeft {
    float: left !important;
}

.txtCaps {
    text-transform: uppercase;
}

.posRel {
    position: relative;
}

/* Dropdown Button */
.dropbtn2 {
    background-color: #fff0;
    color: #7c6f63;
    padding: 16px;
    border: none;
    cursor: pointer;
    min-width: 100%;
    text-align: left;
    border-bottom: 2x solid #c8b09a;
    padding-left: 0px;
    padding-right: 0px;
}

/* The container <div> - needed to position the dropdown content */
.dropdown2 {
    position: relative;
    display: inline-block;
    width: 100%;
    padding: 6% 20%;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content2 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 60%;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    top: 85%;
    text-align: center;
    border-radius: 8px;
    padding: 9% 0%;
    color: #ad9582;
    line-height: 100%;
}

/* Links inside the dropdown */
.dropdown-content2 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    cursor: pointer;
}

/* Change color of dropdown links on hover */
.dropdown-content2 a:hover {
    background-color: #ad9582;
    color: #fff !important;
}

/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
    display: block;
}

.menuLevel {
    position: relative;
    top: 0%;
    background-color: #ffffff;
    width: 155px;
    height: 70px;
    border-radius: 20px;
    box-shadow: 0px 0px 14px #808080b8;
}

#btnPlanslevel {
    position: relative;
    line-height: 12px;
    text-align: center;
}

.imgDroparrow {
    position: absolute;
    right: 26%;
    width: 10%;
    top: 45%;
    pointer-events: none;
    transition: transform 0.3s ease-out;
}

.rotated {
    transform: rotate(-180deg);
    /* The rotation when the 'rotated' class is applied */
}

.arrow {
    transition: transform 0.3s ease-in-out;
    /* Makes the rotation smooth */
}

.btnSpotcalc {
    background-color: #7c6f63;
    color: #fff;
    width: 54%;
    border-radius: 8px;
    margin-top: 4%;
    margin-bottom: 0%;
    height: 50px;
    align-items: center;
    display: flex;
    text-align: center;
    justify-content: center;
}

.netBox {
    width: 30px;
    height: 20px;
    float: left;
    border: 1.5px solid #272727;
    margin-top: 5px;
    position: absolute;
}

.netBox2 {
    width: 30px;
    height: 20px;
    float: left;
    border: 0px solid #272727;
    margin-top: 5px;
    position: absolute;
}

.netBoxPad {
    margin-left: 45px;
}

#netBoxCol01 {
    background-color: #d1bfb1;
}

#netBoxCol02 {
    background-color: #c7d9c7;
}

#netBoxCol03 {
    background-color: #ceeaf7;
}

#netBoxCol04 {
    background-color: #dee5ed;
}

#netBoxCol05 {
    background-color: #fbf3dc;
}

#netBoxCol06 {
    background-color: #ebc4a1;
}

#netBoxCol07 {
    background-color: #cbb5a6;
}

.divSpecs {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f7f3ed;
    z-index: 9999;
    display: none;
}

.divSpotcalc {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #f7f3ed;
    z-index: 9999;
    display: none;
}

.btnCloseMenuPage {
    position: absolute;
    right: 1.5%;
    bottom: 2.5%;
    width: 3%;
    z-index: 9;
}

.paddingTopBottom {
    padding-top: 4rem;
    padding-bottom: 0rem;
}

.swiper {
    width: 100%;
    height: 100%;
}

.swiper-slide {
    text-align: left;
    background: #fff0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    bottom: 4%;
    width: 39%;
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, #fff);
    top: auto;
    z-index: 9999;
}

.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 25px;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: 0.3s opacity;
    transform: translate3d(0, 0, 0);
    z-index: 10;
}

.Gallery {
    height: 100vh;
}

.divHide {
    display: none;
}

.bgOrange2 {
    background-color: #f7f3ed;
}

.div360 {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #fff;
    z-index: 9999;
    display: none;
}

.divHolder {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.divHolder3 {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.artistGallery {
    position: absolute;
    bottom: 3%;
    left: 3%;
    font-size: 0.7vw;
    z-index: 99;
}

.imgGallTitle {
    position: absolute;
    bottom: 3.5%;
    left: 3%;
    font-size: 0.45vw;
    z-index: 99;
}

.imgGallgradient {
    width: 100%;
    position: absolute;
    bottom: 0%;
    z-index: 9;
}

.posAbs1 {
    position: absolute;
    top: 0px;
    left: 0px;
}

.posAbs2 {
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 1;
    cursor: pointer;
}

.posAbs {
    position: absolute;
}

.imgFullHeight {
    top: 0px;
    left: 0px;
    height: 100%;
    position: absolute;
}

.cropTop {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    margin-bottom: 3%;
}

.marginTopAll {
    margin-top: 8%;
}

.paddingTopAll {
    padding-top: 10%;
}

.paddingSmart01 {
    margin-top: 2%;
    margin-bottom: 2%;
}

.paddingSustain01 {
    padding-left: 2% !important;
}

.paddingSustain02 {
    margin-top: 4% !important;
    margin-bottom: 4% !important;
}

.paddingSustain03 {
    margin-top: 1% !important;
    margin-bottom: 6% !important;
}

.paddingLocSlidebottom {
    margin-top: 1% !important;
    margin-bottom: 4% !important;
}

.paddingSustain04 {
    margin-top: 3% !important;
}

.paddingDev01 {
    margin-top: 5% !important;
}

.paddingAtchi01 {
    margin-top: 8% !important;
}

.paddingAtchi02 {
    margin-top: 4% !important;
}

.paddingTxtTop {
    margin-top: 4%;
}

.divCrediTab01 {
    width: 38.5%;
}

.divCrediTab02 {
    width: 30.5%;
}

.divCrediTab03 {
    width: 30.5%;
}

.widthAuto {
    width: auto;
}

.widthFull {
    width: 100%;
}

.form-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff0;
    background-clip: padding-box;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-bottom: solid 1px #c8b09a;
    border-radius: 0px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 2.25rem 0.375rem 0.75rem;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff0;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-radius: 0.375rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0px;
    border-bottom: 1px solid #c8b09a;
}

select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    background-color: #fff0;
    border: none;
    border-bottom-width: medium;
    border-bottom-style: none;
    border-bottom-color: currentcolor;
    border-bottom: 1px solid #c8b09a;
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #212529;
    background-color: #fff0;
}

input:focus,
textarea:focus,
select:focus,
input.form-control:focus {
    outline: none !important;
    outline-width: 0 !important;
    box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    background-color: #fff0;
    border-bottom: 2px solid #c8b09a;
}

.marginPaddingNone {
    margin: 0px;
    padding: 0px;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: -1px;
    left: 0;
    height: 14px;
    width: 14px;
    background-color: #f7f3ed;
    border: 1px solid #a1806a;
}

.custom-checkbox-container input {
    display: inline-block;
    width: 0px;
}

.checkmark {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #c8b09a;
    /* Style the box */
    border-radius: 0px;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-top: -4px;
}

.custom-checkbox-container input:checked+.checkmark {
    background-color: #c8b09a;
    /* Background color of the box when checked */
    border-color: #c8b09a;
}

.checkmark::after {
    content: "\2713";
    /* The tick mark character */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: rgb(0, 0, 0);
    /* Color of the tick mark */
    font-size: 16px;
    display: none;
    /* Hide the tick by default */
}

.custom-checkbox-container input:checked+.checkmark::after {
    display: block;
    /* Show the tick when checked */
}

.btnSubmit {
    float: right;
    border: 1px solid #7c6f63;
    border-radius: 6px;
    padding: 10px 30px;
    transition: 0.4s ease all;
    color: #7c6f63;
}

.btnSubmit:hover {
    border: 1px solid #c8b09a;
    background-color: #c8b09a;
    color: #272727;
}

.centerTxt {
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar-brand {
    margin-left: 4%;
}

.artistGallery {
    position: absolute;
    bottom: 3%;
    left: 3%;
    font-size: 0.7vw;
    z-index: 99;
}

.amenityArrow {
    position: absolute;
    right: 0px;
    top: 20px;
}

#divImagePopup {
    z-index: 9999;
    position: fixed;
}

#divUnitHolder {
    position: absolute;
    bottom: 6%;
    left: 30.5%;
    width: 38.5%;
    height: 90%;
}

#divUnitsPopup {
    z-index: 1111;
    position: fixed;
    overflow: hidden;
}

#divComparePopup {
    z-index: 1112;
    position: fixed;
    overflow: hidden;
}

.comparebg {
    background-color: #fff3;
    height: 100%;
}

#divIntroHolder3 {
    z-index: 9;
    position: fixed;
    background-color: #000;
    z-index: 1;
}

.divHolderTrans {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 999;
    background-color: #00000070;
    display: none;
}

.frameHolder {
    position: absolute;
    top: 11%;
    left: 3%;
    width: 94%;
    height: 74%;
}

.handMove {
    position: fixed;
    top: 40%;
    left: 46.5%;
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
    width: 10%;
}

.handMove2 {
    position: fixed;
    top: 38%;
    left: 46.5%;
    opacity: 1;
    z-index: 9999;
    pointer-events: none;
    width: 10%;
    display: none;
}

.Title02 {
    margin-top: 5.5%;
    font-size: 2vw;
    margin-bottom: 1.8%;
    line-height: 30px;
}

.imgGallTitle {
    position: absolute;
    bottom: 3.5%;
    left: 3%;
    z-index: 99;
}

.divGallBox p {
    text-transform: uppercase;
}

.newport-inner {
    opacity: 0;
}

.menuHolder29a,
.menuHolder29b {
    display: none;
}

.btnwidth {
    width: 50%;
}

.l9_multi {
    max-width: 45%;
}

.l2_multi {
    max-width: 70%;
}

.l2_single {
    max-width: 33%;
}

.bottomArtist {
    bottom: 1%;
}

.bottomArtist2 {
    bottom: 4%;
}

.hideGallery {
    display: none;
}

.divFooter {
    max-width: 80vw;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    margin-right: auto;
    margin-left: auto;
}

.L9360Pin {
    position: absolute;
    z-index: 99;
    bottom: 25%;
    left: 45.5%;
    padding: 20px;
    width: 8%;
}

.bottonPadding {
    margin-bottom: 1%;
}

.modal {
    background: #fff;
    width: 45vw;
    height: auto;
    text-align: center;
    box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    -moz-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 5px rgb(0 0 0 / 50%);
    position: fixed;
    top: 25%;
    left: 35%;
    margin-left: -100px;
    line-height: 25px;
    z-index: 103;
    border-radius: 2px;
    padding-top: 10vh;
    padding-bottom: 6vh;
    display: inline-block;
    border-radius: 20px;
}

.modal a {
    line-height: 1em;
}

.imgCloseThankyou {
    position: absolute;
    right: 5%;
    top: 8%;
    width: 6%;
    z-index: 99;
    cursor: pointer;
}

.divModal {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: #0000007d;
    z-index: 999;
    display: none;
}

#btnBack {
    border: 1px solid #7c6f63;
    border-radius: 6px;
    padding: 10px 30px;
    transition: 0.4s ease all;
    color: #7c6f63;
    text-align: center;
}

.contactBottomMargin {
    margin-bottom: 6%;
}

.sectionAuto {
    height: auto;
}

.txtHolder {
    margin-bottom: 2%;
}

.txtHolder2 {
    margin-bottom: 1%;
}

.about-section2 {
    margin-bottom: 5%;
}

.nomargin {
    margin-bottom: 0px !important;
}

.bullets {
    width: 22px;
}

.bldgHolder {
    width: 75%;
}

.imgLevel9TxtView {
    position: absolute;
    bottom: 8%;
    left: 3%;
    font-size: 0.8vw;
    z-index: 99;
}

.imgLevel9Txt {
    position: absolute;
    bottom: 3%;
    left: 3%;
    font-size: 2vw;
    z-index: 99;
}

.imgDevelopers {
    width: 12%;
    cursor: pointer;
}

.phone:hover {
    color: #1a304a;
}

.sectionCurve {
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0%;
    position: relative;
    margin-top: -8%;
}

.svgCurve {
    position: absolute;
    top: 0px;
}

.index1 {
    z-index: 1;
}

.index99 {
    z-index: 99;
}

.index999 {
    z-index: 999;
}

.divSVGHolder {
    position: absolute;
    top: 18%;
    height: auto;
}

.divSVGHolderFaci {
    position: absolute;
    top: 12%;
    height: auto;
}

.divSVGHolderArchi {
    position: absolute;
    top: 8%;
    height: auto;
}

.divSVGHolderLoc {
    position: absolute;
    top: 28%;
    height: auto;
}

.divSVGHolderInterior {
    position: absolute;
    top: 16%;
    height: auto;
}

.divSVGHolderSmart {
    position: absolute;
    top: 12%;
    height: auto;
}

.divSVGHolderSmartHome {
    position: absolute;
    top: 12%;
    height: auto;
}

.divSVGHolderVR {
    position: absolute;
    top: 10%;
    height: auto;
}

.section2 {
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: -7%;
}

.svg-container {
    position: relative;
}

.sectionFullWidth {
    position: relative;
    width: 100vw;
    height: auto;
}

.imgFullWidth {
    width: 100vw;
    height: auto;
}

.btnPlaytxt {
    text-transform: uppercase;
    margin-top: 12px;
    cursor: pointer;
}

.paddingLoc01 {
    padding-left: 10%;
}

.paddingLoc01Txt {
    padding-right: 7%;
}

.paddingLoc02 {
    padding-right: 5%;
}

.paddingLoc03 {
    padding-bottom: 5%;
}

.paddingFacititle {
    margin-bottom: 3% !important;
}

.paddingtxtBottom {
    margin-bottom: 5px !important;
}

.paddingInterior01 {
    margin-top: 3%;
}

.paddingInterior02 {
    margin-top: 10%;
}

.paddingFaci01 {
    padding-left: 5%;
}

.lineDash01 {
    color: #00813b;
    letter-spacing: -1px;
}

.lineDash02 {
    color: #83420c;
    letter-spacing: -1px;
}

.lineDash03 {
    color: #8c1c82;
    letter-spacing: -1px;
}

.lineDash04 {
    color: #23519f;
    letter-spacing: -1px;
}

.lineDash05 {
    color: #e00a16;
    letter-spacing: -1px;
}

.lineDash06 {
    color: #f19001;
    letter-spacing: -1px;
}

.sectionMargin {
    margin-top: 8%;
    margin-bottom: 8%;
}

.pageBG1 {
    background: linear-gradient(110deg, #fbfbfa 20%, #dddbd4 27.6%, #c4cdd6 100%);
}

.locPaddingIcon1 {
    padding-right: 15px;
}

.locPaddingIcon2 {
    padding-right: 7px;
}

.btnFacitab {
    font-family: "DM Sans Medium";
    text-underline-offset: 10px;
}

.paddingFaci02 {
    margin-left: 5%;
}

.tabFaci {
    margin-top: 4%;
    margin-bottom: 1%;
}

.faciNum {
    width: 20px;
    height: 20px;
    border-radius: 9px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    line-height: 21px;
    font-size: 11px;
}

.unitNum {
    width: 45px;
    height: 20px;
    position: relative;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    line-height: 21px;
    font-size: 11px;
    border: 1px solid #272727;
}

.faciNumTxt2 {
    line-height: 2px;
    margin-left: 60px;
    top: -5px;
    position: relative;
}

.txtFaciHolder {
    padding: 0px;
    margin: 0px;
    color: #1a304a;
}

.faciNumcolor1 {
    background-color: #ccb88e;
}

.faciNumcolor2 {
    background-color: #a3c3df;
}

.faciNumcolor3 {
    background-color: #a49dc0;
}

.faciNumcolor4 {
    background-color: #dcaeb7;
}

.faciNumcolor5 {
    background-color: #eeb592;
}

.faciNumcolor6 {
    background-color: #e1bf7e;
}

.faciNumcolor7 {
    background-color: #d6ceb2;
}

.txtUnitHolder {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 11px;
}

.unitColor01 {
    background-color: #d2cedd;
}

.unitColor02 {
    background-color: #e9e2d3;
}

.unitColor03 {
    background-color: #decfae;
}

.unitColor04 {
    background-color: #bdb6a1;
}

.unitColor05 {
    background-color: #d4e5f2;
}

.unitColor06 {
    background-color: #a2b7c8;
}

.unitColor07 {
    background-color: #7a909d;
}

.unitColor08 {
    background-color: #e7d6d6;
}

.unitColor09 {
    background-color: #ddc0c3;
}

.unitColor10 {
    background-color: #b7a5a6;
}

.unitColor11 {
    background-color: #e3cdbb;
}

.unitColor12 {
    background-color: #deab8b;
}

.unitColor13 {
    background-color: #ccd1bd;
}

.unitColor14 {
    background-color: #dfc6c7;
}

.hrLine {
    border-top: 1px solid #9198a0 !important;
}

.spacingTopDown {
    margin-top: 4%;
    margin-bottom: 5%;
}

.spacingTopDown02 {
    margin-top: 4%;
    margin-bottom: 1%;
}

.spacingTopDown03 {
    margin-bottom: 2%;
}

.spacingTop {
    margin-top: 5%;
}

.spacingDown {
    margin-bottom: 5%;
}

.imgFull {
    width: 100%;
}

.vrpadding {
    padding: 2%;
}

.devSpacing {
    padding: 2%;
}

.bg-developer {
    background-image: url("../images/imgDevbg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-bldg {
    background-image: url("../images/bgBldg.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.bg-location {
    background: linear-gradient(to bottom right, #fbfbfa 0%, #dddbd4 27.6%, #c4cdd6 100%);
}

.bg-Interior {
    background: linear-gradient(to bottom right, #fbfbfa 0%, #dddbd4 27.6%, #c4cdd6 100%);
}

.bg-locationTint {
    position: absolute;
    background-color: #cddfef;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    top: 0px;
}

.divSchemativHolder {
    width: 82%;
    margin-top: 12%;
    margin-left: 5%;
    margin-bottom: 12%;
}

.divFloorplansHolder {
    width: 100%;
    margin-top: 0%;
    margin-left: 5%;
    margin-bottom: 0%;
    height: 100%;
}

.divFloorplansHolderBtn {
    width: 100%;
    position: relative;
    margin-top: 30%;
}

.divSchemativLegend {
    position: absolute;
    margin-top: 38%;
    margin-left: 22%;
}

.divFloorplanLegend {
    position: absolute;
    margin-top: 20%;
    margin-left: 16%;
}

.divUnitsHeight {
    height: 90vh;
    margin-top: 2%;
}

.divUnitsHeightCom {
    height: 90vh;
    margin-top: 2%;
}

.btnCompare {
    position: absolute;
    left: 3.2%;
    bottom: 5.5%;
    width: auto;
    z-index: 9;
}

.comparewidth {
    width: 40vw;
    height: 100%;
}

.btnCompareReset {
    position: absolute;
    right: 1.5%;
    bottom: 2.5%;
    width: 43px;
    z-index: 999;
}

.accordionTxtPadding {
    margin-top: 20px;
    margin-bottom: 36px;
}

.accordion-button {
    background-color: #fff0;
}

.accordion-item {
    background-color: #fff0;
    border: none;
    border-bottom: 1px solid #1a304a;
    color: #1a304a;
}

.accordion-button {
    color: #1a304a;
    padding: var(--bs-accordion-btn-padding-y) 0px;
    font-weight: 18px;
}

.accordion-item:last-of-type {
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
}

.accordion-item:first-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.table {
    margin-bottom: 0rem;
}

.accordion-button:not(.collapsed) {
    color: #1a304a;
    background-color: #fff0;
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 #1a304a;
    font-weight: bold;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.rotate-trigger {
    cursor: pointer;
    text-decoration: none;
}

.rotate-trigger p {
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 12px;
}

.txtAccordionSub {
    text-decoration: underline;
    font-weight: normal;
    font-family: "DM Sans Medium";
}

.accordion-body {
    padding: var(--bs-accordion-body-padding-y) 0px;
    padding-top: 10px;
    padding-bottom: 0px;
}

.rotate-triggerSub {
    font-size: 10px;
}

.accordion {
    --bs-accordion-btn-focus-border-color: #fff0 !important;
    --bs-accordion-active-bg: #e7f1ff !important;
}

#canvas_wrapper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    position: relative;
    bottom: 50px;
    text-align: end;
}

.canvas_wrapper_address {
    width: 100% !important;
    height: 100% !important;
    bottom: auto !important;
}

#canvas_wrapper.canvas_wrapper_address .rotate-img,
#canvas_wrapper.canvas_wrapper_address .rotate-img div#rotatinImg {
    width: 100% !important;
    height: 100% !important;
}

#canvas_wrapper.canvas_wrapper_address,
.canvas_wrapper_address .floor_mask svg {
    width: 100% !important;
    height: 100% !important;
}

#canvas_wrapper .rotate-img,
#canvas_wrapper .cloudimage-360 {
    width: 100%;
    height: 100%;
}

.hover-img {
    display: none;
}

#btnRotatebldg {
    margin-bottom: 20px;
}

.underlineTxt {
    text-decoration: underline;
    text-underline-offset: 10px;
}

.underlineTxtNone {
    text-decoration: none;
    text-underline-offset: 0px;
}

.txtfaciPadding {
    margin-top: 2%;
    margin-bottom: 2%;
}

.txtfaciPadding02 {
    margin-top: 2%;
}

.titleLocmargin {
    padding-top: 12%;
    z-index: 10;
    position: relative;
}

#page-loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    background-color: #000000;
}

#divVideoPopup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    height: 100%;
    background-color: #000000;
}

.imgDivimgcenterVid {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.clouds {
    height: 250vh;
    position: absolute;
    transform: scaleX(-1);
    top: -40%;
    z-index: 5;
    opacity: 0.65;
}

.nk-img-stretch {
    width: 100%;
}

.Office-labels>div {
    position: absolute;
    left: 0;
    top: 0;
    background: #985e36;
    padding: 0px 12px 5px 12px;
    font-size: 18px;
    color: #fff;
}

.imgNavshadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    z-index: 0;
}

@keyframes bounceNew {

    0%,
    20%,
    50%,
    80%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-10px);
    }

    60% {
        transform: translateY(-5px);
    }
}

.bounce2 {
    animation: bounceNew 2s infinite;
}

.showMobile {
    display: none;
    width: 100%;
}

.hideMobile {}

.locZoomholder {
    height: 70vh;
}

.txtCompareLegend {
    text-align: center;
    width: 100%;
    margin-top: 1%;
}

.txtLocSlider {
    text-align: left;
    margin-top: 4%;
}

.txtLocMarginBot {
    margin-bottom: 1%;
}

.aboutPadding {
    margin-top: 2%;
}

.aboutPadding2 {
    margin-top: 8%;
}

.div33 {
    width: 33%;
}

.div16 {
    width: 16%;
}

.locationHeader {
    justify-content: end;
    display: flex;
}

#schematicMobMenu {
    position: fixed;
}

#pathShadowmob {
    display: none;
}

.divDisclaim {
    text-align: center;
}

.divDisclaim .disTitle {
    font-size: 11px;
}

.divDisclaim .disTxt {
    font-size: 9px;
    line-height: 15px;
}





/*
disTitle  disTxt

#F5C656





///////////////////////////////////////////////
//////////////////////////////////////////////
///////////////////////////////////////////////
/////////////////////////////////////////////
//////////////////////////////////////////////
/////////////////////////////////////////////
/////////////////////////////////////////////










*/

@media only screen and (max-width: 1800px) {
    .sm-para {
        font-size: 14px;
    }

    .main_header .navbar-nav a {
        letter-spacing: 1.2px;
    }
}

@media only screen and (max-width: 1800px) {
    .pmobile2 br {
        display: none !important;
    }
}

@media only screen and (min-width: 1200px) {
    .navbar-brand {
        margin-left: 1% !important;
    }
}

@media only screen and (max-width: 1366px) {
    .bg-title {
        font-size: 24px !important;
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1600px) {
    .faciNum {
        width: 17px;
        height: 17px;
        line-height: 18px;
    }

    .custom-footer .footer-bottom-content {
        font-size: 9px !important;
        line-height: 14px !important;
    }

    .Smarticon {
        width: 70px;
    }

    .scroll-down-btn img {
        width: 35px;
        height: 35px;
    }

    .txtParaUnderImg {
        font-size: 11px !important;
        line-height: 18px !important;
        margin-top: 10px !important;
    }

    .txtLegend {
        font-size: 9px;
        line-height: 14px;
    }

    .common-button {
        padding: 5px 10px;
        font-size: 13px;
    }

    .btnCompareReset {
        width: 38px;
    }

    .common-button img {
        width: 25px;
    }

    .rotate-trigger p {
        font-size: 12px;
        line-height: 13px;
    }

    .accordion-button {
        font-size: 13px;
    }

    .main_header .navbar-nav a {
        padding: 15px 28px !important;
    }

    .main_header .nav-link {
        font-size: 15px;
    }

    .site-logo {
        max-width: 6vw !important;
        padding: 0px 0px !important;
    }

    .locPaddingLeft {
        padding-left: 2% !important;
    }

    .sales-gallery,
    .viewing-appointment {
        font-size: 15px !important;
        line-height: 22px !important;
        letter-spacing: 1.5px !important;
    }

    .paddingTxtTop {
        margin-top: 3%;
    }

    .spacingTopDown {
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .txtUnitHolder {
        margin-top: 4px;
        margin-bottom: 3px;
        font-size: 11px;
    }

    .faciNumTxt2 {
        margin-left: 45px;
    }

    .unitNum {
        width: 35px;
        height: 20px;
        margin-right: 9px;
    }

    .divSchemativLegend {
        margin-top: 35%;
        margin-left: 18%;
    }

    .divFooter {
        max-width: 75vw !important;
    }

    .paddingInterior02 {
        margin-top: 5%;
    }

    .main_header .navbar-nav a {
        padding: 15px 7px !important;
        letter-spacing: 1px;
    }

    .txtfaciPadding {
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .container3 {
        max-width: 84vw !important;
    }

    .containerSite {
        max-width: 84vw !important;
    }

    .divSVGHolderInterior {
        top: 16%;
    }

    margin-top: 1%;

    .ring {
        height: 130px !important;
        width: 130px !important;
    }

    .txt1440br br {
        display: none !important;
    }

    .spacingTop {
        margin-top: 3%;
    }

    .imgGreenthumb {
        width: 60px;
    }

    .accordionTxtPadding {
        margin-top: 10px;
        margin-bottom: 8px;
    }

    #btnRotatebldg {
        margin-bottom: 10px;
    }

    .spacingTopDown {
        margin-top: 3%;
        margin-bottom: 2%;
    }

    .accordion-button {
        padding: 8px 0px;
    }

    .flag-image img {
        max-width: 66px;
    }

    .flag-image {
        left: 40px;
    }

    .imgFullWidthSus2 {
        width: 80%;
    }

    .paddingAtchi01 {
        margin-top: 4% !important;
    }

    .xl-title {
        font-size: 38px;
        line-height: 44px;
    }

    .bg-title {
        font-size: 30px;
        line-height: 38px;
    }

    .md-title {
        font-size: 26px;
        line-height: 32px;
    }

    .sm-title {
        font-size: 22px;
        line-height: 28px;
    }

    .txtPara {
        font-size: 12px;
    }

    /* .common-banner, .home-banner, .floor_3d_view {
    min-height: calc(100vh - 62px);
} */
    .md-title2 {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1750px) {
    .main_header .navbar-nav a {
        padding: 15px 24px !important;
        letter-spacing: 1px;
    }

    .divFooter {
        max-width: 76vw !important;
    }

    .bldgHolder {
        width: 90% !important;
    }
}

@media only screen and (max-width: 1550px) {
    .main_header {
        padding: 4px 0px;
    }

    .bldgHolder {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1399px) {

    .sales-gallery,
    .viewing-appointment {
        font-size: 15px !important;
        line-height: 22px !important;
        letter-spacing: 1.5px !important;
    }

    .accordionTxtPadding {
        margin-top: 10px;
        margin-bottom: 8px;
    }

    .scroll-down-btn img {
        width: 30px;
        height: 30px;
    }

    .txtParaUnderImg {
        font-size: 11px !important;
        line-height: 18px !important;
        margin-top: 10px !important;
    }

    .txtLegend {
        font-size: 9px;
        line-height: 14px;
    }

    .btnCompareReset {
        width: 27px;
    }

    #btnRotatebldg {
        margin-bottom: 10px;
    }

    .main_header .navbar-nav a {
        font-size: 14px;
        padding: 12px 18px !important;
        letter-spacing: 0px;
    }

    .main_header .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 13px;
        line-height: 12px;
    }
}

@media only screen and (max-width: 1100px) {
    .main_header .navbar-nav a {
        font-size: 12px;
        padding: 15px 15px !important;
        letter-spacing: 0px;
    }

    .main_header .navbar-nav .dropdown-toggle::after {
        right: -5px;
    }

    .sales-gallery,
    .viewing-appointment {
        font-size: 18px !important;
        line-height: 24px !important;
        letter-spacing: 0px !important;
    }
}

@media only screen and (max-width: 1600px) {
    .menuHolder345678 {
        width: 50% !important;
        left: 50% !important;
    }

    body {
        font-size: 14px;
        line-height: 22px;
    }

    .marginTopAll {
        margin-top: 10% !important;
    }

    .sm-para {
        font-size: 12px;
    }

    .floorplansPadding {
        padding-right: 0% !important;
    }

    .menuHolder29 {
        width: 100% !important;
    }

    .btnSpotcalc {
        width: 60% !important;
    }
}

@media only screen and (max-width: 1399px) {
    .divFooter {
        max-width: 77vw !important;
    }

    .mdFont br {
        display: none;
    }

    .sm-para {
        font-size: 10px;
    }

    .ring {
        height: 115px !important;
        width: 115px !important;
    }

    .about-section2Padding {
        padding: 0% !important;
    }

    #canvas_wrapper2 {
        width: 100% !important;
        height: 100% !important;
    }

    .imgLevel9TxtView {
        bottom: 7% !important;
        font-size: 1vw !important;
    }

    .swiper-pagination-bullet {
        width: 8px !important;
        height: 8px !important;
    }

    .swiper-pagination-bullet-active {
        width: 11px !important;
        height: 11px !important;
        top: 2px !important;
    }

    .divSVGHolderLoc {
        position: absolute;
        top: 22%;
        height: auto;
    }

    #btnLocation360 img {
        width: 70px;
    }

    #vidMarketingbtn img {
        width: 70px;
    }

    .txtPara {
        font-size: 12px;
    }
}


@media only screen and (max-width: 1399px) {
    .disTxt br {
        display: none !important;
    }
}


@media only screen and (min-width: 1399px) {
    .about-section2Padding {
        padding: 0% !important;
    }

    .containerFull {
        width: 100vw;
        max-width: 100vw !important;
    }

    .container1,
    .container4 {
        max-width: 70vw;
    }

    .accordionTxtPadding {
        margin-top: 00px;
        margin-bottom: 8px;
    }

    .container2 {
        max-width: 84vw;
    }

    .container3 {
        max-width: 75vw;
    }

    .containerSite {
        max-width: 75vw;
    }

    .scroll-down-btn {
        top: 5%;
    }

    .scroll-down-btn img {
        width: 35px;
        height: 35px;
    }

    /*
  .main_header .navbar-nav a {
    text-transform: uppercase;
    padding: 15px 20px;
    letter-spacing: 0.5px;
  }*/
    .flag-image {
        left: 20px;
    }

    .navbar-brand {
        margin-right: 12% !important;
        margin-left: 0px !important;
    }

    .site-logo {
        max-width: 7vw;
        padding: 5px 0px;
    }

    .main_header .navbar-nav a {
        letter-spacing: 0.75px;
    }
}

@media only screen and (min-width: 1025px) and (max-width: 1399px) {
    .btnCloseMenuPage {
        position: absolute;
        right: 1.5%;
        bottom: 2.5%;
        width: 4%;
        z-index: 9;
    }

    .faciNum {
        width: 15px;
        height: 15px;
        border-radius: 9px;
        position: relative;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        line-height: 15px;
        font-size: 10px;
    }

    .tabFaci {
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .navbar {
        padding: 5px !important;
    }

    .common-banner {
        height: 80vh;
    }

    .main_header .navbar-nav .dropdown-menu .dropdown-item {
        font-size: 11px;
        line-height: 10px;
    }

    .main_header .navbar-nav a {
        font-size: 12px;
    }

    .paddingInterior02 {
        margin-top: 5%;
    }

    .txt1440br br {
        display: none !important;
    }

    .container1,
    .container4 {
        max-width: 80vw;
    }

    .divSVGHolderInterior {
        position: absolute;
        top: 15%;
        height: auto;
    }

    .paddingInterior01 {
        margin-top: 2%;
    }

    .divSVGHolderSmart {
        position: absolute;
        top: 10%;
        height: auto;
    }

    .divSVGHolderSmartHome {
        position: absolute;
        top: 10%;
        height: auto;
    }

    .divFloorplanLegend {
        position: absolute;
        margin-top: 16%;
        margin-left: 13%;
    }

    .txtUnitHolder {
        margin-top: 1px;
        margin-bottom: 0px;
        font-size: 10px;
    }

    .unitNum {
        width: 35px;
        height: 15px;
        position: relative;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        line-height: 13px;
        font-size: 11px;
        border: 1px solid #272727;
    }

    .divSchemativLegend {
        position: absolute;
        margin-top: 30%;
        margin-left: 16%;
    }

    .sales-gallery,
    .viewing-appointment {
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 1px !important;
    }

    .common-button img {
        width: 20px;
    }

    .common-button {
        border: 1px solid #1a304a;
        border-radius: 6px;
        padding: 4px 12px;
        transition: 0.4s ease all;
        color: #1a304a;
        letter-spacing: 1.5px;
        font-size: 12px;
    }

    .containerFull {
        width: 100vw;
        max-width: 100vw !important;
    }

    #canvas_wrapper2 {
        width: 80% !important;
        height: 80% !important;
    }

    .container3 {
        max-width: 88vw !important;
    }

    .containerSite {
        max-width: 88vw !important;
    }

    .txtfaciPadding {
        margin-top: 0%;
        margin-bottom: 1%;
    }

    .divSVGHolderVR {
        position: absolute;
        top: 12%;
        height: auto;
    }

    .paddingDev01 {
        margin-top: 3% !important;
    }

    .btnVR {
        border-radius: 6px;
        padding: 7px 28px;
        text-align: center;
        border: 1px solid #1a304a;
        font-size: 15px;
        color: #1a304a;
        width: auto;
        height: 36px;
        cursor: pointer;
    }

    .spacingTopDown {
        margin-top: 1%;
        margin-bottom: 0%;
    }

    body {
        font-size: 12px;
        line-height: 18px;
    }

    .accordion-button {
        padding: 7px 0px;
        font-size: 12px;
    }

    .paddingLoc01 {
        padding-left: 0%;
    }

    .xl-title {
        font-size: 32px;
        line-height: 44px;
    }

    .container2 {
        max-width: 84vw;
    }

    .txtParaUnderImg {
        font-size: 14px;
        line-height: 24px;
        margin-top: 12px;
    }

    .paddingAtchi01 {
        margin-top: 2% !important;
    }

    .about-section2Padding {
        padding: 0% !important;
    }

    .divSVGHolder {
        top: 12%;
    }

    .large-container {
        max-width: 1000px;
    }

    .imgFullWidthSus2 {
        width: 75%;
    }

    .site-logo {
        max-width: 75px;
    }

    .flag-image img {
        max-width: 60px;
    }

    ul.navbar-nav li.nav-item {
        padding: 0 5px;
    }

    .because-location-title br {
        display: block;
    }

    .bg-title {
        font-size: 28px;
        line-height: 32px;
    }

    .md-title {
        font-size: 26px;
        line-height: 36px;
    }

    .sm-title {
        font-size: 20px;
        line-height: 26px;
    }

    .btnSpotcalc {
        width: 90% !important;
    }

    .flag-image {
        left: 10px;
    }

    .navbar-brand {
        margin-left: 2% !important;
    }
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: auto !important;
        padding-left: auto !important;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1024px) {
    .L9360Pin {
        bottom: 23.5% !important;
        left: 43.5% !important;
        width: 10.5% !important;
    }

    ul.navbar-nav li.nav-item {
        padding: 0 5px;
    }

    .flag-image {
        left: 40px;
    }

    .main_header .navbar-nav a {
        text-transform: uppercase;
        padding: 15px 3px !important;
        letter-spacing: 0px;
    }

    .main_header .nav-link {
        font-size: 9px;
        line-height: 15px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .floor-view-inner .ch_fm_navigation p {
        line-height: 10px;
        font-size: 11px;
    }

    .container1,
    .container4 {
        max-width: 90vw;
    }

    .txtUnitHolder {
        margin-top: 1px;
        margin-bottom: 0px;
        font-size: 10px;
    }

    .faciNumTxt2 {
        line-height: 2px;
        margin-left: 48px;
        top: -5px;
        position: relative;
    }

    .unitNum {
        width: 35px;
        height: 15px;
        position: relative;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        line-height: 13px;
        font-size: 11px;
        border: 1px solid #272727;
    }

    .divSchemativLegend {
        position: absolute;
        margin-top: 35%;
        margin-left: 10%;
    }

    .containerFull {
        width: 100vw !important;
        max-width: 100vw !important;
    }

    .Smarticon {
        width: 50px;
    }

    .accordion-button {
        padding: 7px 0px;
        font-size: 12px;
    }

    .divFloorplanLegend {
        position: absolute;
        margin-top: 16%;
        margin-left: 13%;
    }

    .spacingTopDown {
        margin-top: 1%;
        margin-bottom: 0%;
    }

    .spacingTopDown02 {
        margin-top: 1%;
        margin-bottom: 1%;
    }

    .paddingInterior02 {
        margin-top: 5%;
    }

    .divSVGHolderInterior {
        position: absolute;
        top: 16%;
        height: auto;
    }

    .paddingInterior01 {
        margin-top: 0%;
    }

    .scroll-down-btn img {
        width: 25px;
        height: 25px;
    }

    .txtFaciHolder {
        line-height: 15px;
    }

    .scroll-down-btn {
        top: 5%;
    }

    .faciNumTxt {
        line-height: 12px;
    }

    .unitNum {
        width: 34px;
        height: 17px;
        position: relative;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        line-height: 14px;
        font-size: 11px;
        border: 1px solid #272727;
    }

    .paddingFaci01 {
        padding-left: 5%;
        padding-right: 10%;
    }

    .txtfaciPadding {
        margin-top: 0%;
        margin-bottom: 1%;
    }

    .container2 {
        max-width: 90vw;
    }

    .faciNum {
        width: 17px;
        height: 17px;
        border-radius: 9px;
        position: relative;
        display: inline-block;
        text-align: center;
        margin-right: 15px;
        line-height: 18px;
        font-size: 11px;
    }

    .tabFaci {
        margin-top: 0%;
        margin-bottom: 0%;
    }

    .common-button {
        border: 1px solid #1a304a;
        border-radius: 6px;
        padding: 4px 12px;
        transition: 0.4s ease all;
        color: #1a304a;
        letter-spacing: 1.5px;
        font-size: 12px;
    }

    .common-button img {
        width: 20px;
    }

    .sales-gallery,
    .viewing-appointment {
        font-size: 14px !important;
        line-height: 22px !important;
        letter-spacing: 1px !important;
    }

    .accordion-button {
        padding: 7px 0px;
        font-size: 12px;
    }

    .xl-title {
        font-size: 26px;
        line-height: 34px;
    }

    .paddingAtchi01 {
        margin-top: 0% !important;
    }

    .imgFullWidthSus2 {
        width: 58%;
    }

    .imgFullWidthSus {
        width: 70%;
    }

    .txt1440br br {
        display: none !important;
    }

    .main_header .navbar-nav a {
        text-transform: uppercase;
        padding: 15px 10px !important;
        letter-spacing: 0px;
    }

    .main_header .nav-link {
        font-size: 10px;
        line-height: 15px;
    }

    .flag-image {
        left: 10px;
    }

    .footer-top-right-side {
        flex-direction: column;
        align-items: center;
    }

    .sales-gallery,
    .viewing-appointment {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1.56px;
        text-align: center !important;
    }

    .custom-footer .footer-bottom-content {
        font-size: 8px;
        line-height: 12px;
        letter-spacing: 0.4px;
    }

    .paddingTxtTop {
        margin-top: 0%;
    }

    .spacingTopDown {
        margin-top: 2%;
        margin-bottom: 0%;
    }

    .spacingTop {
        margin-top: 2%;
    }

    .home-banner-content {
        padding-top: 15% !important;
    }

    .divSVGHolderSmart {
        position: absolute;
        top: 10%;
        height: auto;
    }

    .divSVGHolderSmartHome {
        position: absolute;
        top: 10%;
        height: auto;
    }

    .imgGreenthumb {
        width: 50px;
    }

    .bg-title {
        font-size: 30px;
        line-height: 30px;
        letter-spacing: 1.9px;
    }

    .md-title {
        font-size: 22px;
        line-height: 28px;
        letter-spacing: 1.58px;
    }

    .sm-title {
        font-size: 12px;
        line-height: 20px;
        letter-spacing: 1.7px;
    }

    .sm-para {
        font-size: 10px;
        line-height: 15px;
        letter-spacing: 1px;
    }

    .flag-image img {
        max-width: 48px;
    }

    body {
        font-size: 12px;
        line-height: 15px;
    }

    .common-banner {
        height: 550px !important;
    }

    a.navbar-brand {
        margin-left: 2%;
    }

    .site-logo {
        max-width: 85px;
    }
}

@media only screen and (max-width: 1199px) {
    .navbar-brand {
        margin-left: 0% !important;
    }

    .mdFont br {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .btnSpotcalc {
        width: 60% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .bg-title {
        font-size: 28px;
        line-height: 34px;
        letter-spacing: 1.9px;
    }

    .md-title2 {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: 1.68px;
    }

    .marginTopAll {
        margin-top: 15% !important;
    }

    body {
        font-size: 12px;
        line-height: 18px;
    }

    .navbar-toggler.collapsed {
        background-image: url("../images/Menu-btn.svg");
    }

    .navbar-toggler {
        background-image: url("../images/menu-close.svg");
        height: 26px;
        width: 26px;
        background-size: contain;
        background-repeat: no-repeat;
        border: none;
        border-radius: 0;
        box-shadow: none !important;
        position: absolute;
        right: 30px;
        top: 17px;
        transition: 0.4s ease all;
    }

    .navbar-collapse {
        align-items: center;
        background-color: #1a304a;
        width: 225px;
        position: fixed;
        height: 100%;
        bottom: 0;
        top: 56px;
        right: 0;
        box-shadow: 0px 3px 10px #00000029;
        min-height: 100vh;
        overflow-y: auto;
    }

    .main_header .nav-link {
        color: #eae8e2;
    }

    .main_header .navbar-nav .nav-link:hover,
    .main_header .navbar-nav .nav-link.active,
    .main_header .navbar-nav .nav-link:focus,
    .main_header .navbar-nav .nav-link:focus {
        color: #eae8e2;
    }

    .main_header .container {
        justify-content: center;
        max-width: 100%;
        padding: 0;
    }

    .site-logo {
        max-width: 95px;
    }

    .flag-image {
        left: 10px;
        position: fixed;
    }
}

@media only screen and (max-width: 767px) {
    .btnSpotcalc {
        width: 60% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .divCrediTab01,
    .divCrediTab02,
    .divCrediTab03 {
        width: 100% !important;
    }

    .paraBottomMArgin {
        margin-bottom: 8%;
    }

    .zeroLeft {
        text-align: right;
    }

    .main_header .navbar-nav a {
        font-size: 12px;
        padding: 15px 20px !important;
        letter-spacing: 0px;
    }

    .bottomSpacer {
        margin-bottom: 15% !important;
    }

    .bottomSpacer2 {
        margin-bottom: 30% !important;
    }

    #siteLogo {
        max-width: 70% !important;
    }

    .marginTopAll {
        margin-top: 32% !important;
    }

    .common-back-button img {
        max-width: 25px;
        height: auto;
    }

    .home-banner-content {
        margin-top: 20px;
    }

    .viewing-appointment p:first-child {
        margin-bottom: 15px;
        margin-top: 10px;
    }

    .home-banner {
        height: auto !important;
        min-height: auto !important;
    }

    .viewing-appointment p a {
        white-space: nowrap;
    }

    .back-to-top {
        top: 20px;
    }

    .back-to-top img {
        max-width: 30px;
    }

    .bg-title {
        font-size: 28px;
        line-height: 38px;
        letter-spacing: 1.4px;
    }

    .sm-title {
        font-size: 16px;
        line-height: 24px;
        letter-spacing: 1.56px;
    }

    .flag-image img {
        max-width: 49px;
    }

    .home-banner .home-banner-row {
        flex-direction: column-reverse;
    }

    .artist-text {
        font-size: 8px;
        line-height: 12px;
        letter-spacing: 0.28px;
    }

    .footer-button a {
        font-size: 13px;
        line-height: 17px;
        letter-spacing: 1.56px;
    }

    .footer-top-right-side {
        flex-direction: column;
        align-items: center;
    }

    .sales-gallery,
    .viewing-appointment {
        font-size: 13px;
        line-height: 20px;
        letter-spacing: 1.56px;
        text-align: center !important;
    }

    .custom-footer .footer-bottom-content {
        font-size: 8px;
        line-height: 12px;
        letter-spacing: 0.4px;
    }

    .sales-gallery p {
        margin-bottom: 0 !important;
    }

    .common-button {
        padding: 8px 30px;
    }

    body br {
        display: none;
    }

    .nobr br {
        display: inline-block !important;
    }

    .tab-content .tab-pane .row {
        flex-direction: column-reverse;
    }

    #canvas_wrapper {
        bottom: 0;
        left: 0;
        margin: 0 auto;
    }

    .img-section figure {
        margin-bottom: 10px !important;
    }

    .zoom-in-zoom-out button {
        font-size: 24px;
        padding: 6px;
        line-height: 11px;
        width: 31px;
        height: 30px;
    }

    .fade {
        transition: opacity 0.15s linear;
    }
}

@media only screen and (max-width: 375px) {
    .txtLocMenu {
        width: 296px !important;
    }
}

@media screen and (max-width: 767px) and (orientation: landscape) {}

@media screen and (max-width: 991px) and (orientation: portrait) {
    .btnCompare {
        left: 7.2%;
    }

    .container2 {
        width: 84%;
    }

    .comparewidth {
        width: 100%;
        height: 100%;
    }

    .btnCloseMenuPage {
        position: fixed;
    }

    #divComparePopup {
        overflow-y: scroll;
    }

    .divUnitsHeightCom {
        height: 60vh;
        margin-top: 20%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: 100% !important;
    }

    .divUnitsHeight {
        height: 70vh;
        margin-top: -5%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .divSchemativLegend {
        position: absolute;
        margin-top: 50%;
        margin-left: 10%;
    }

    .sales-gallery,
    .viewing-appointment {
        margin-bottom: 3%;
    }

    .footerMargin {
        padding-top: 6%;
        padding-bottom: 14%;
    }

    .divSVGHolderArchi {
        top: 12%;
    }

    .clouds {
        top: -70%;
    }

    .divSVGHolderVR {
        top: 5.2%;
    }

    .btnVR {
        border-radius: 6px;
        padding: 10px 22px;
        height: 39px;
    }

    .swiper-horizontal>.swiper-pagination-bullets,
    .swiper-pagination-bullets.swiper-pagination-horizontal,
    .swiper-pagination-custom,
    .swiper-pagination-fraction {
        bottom: 10px;
    }

    .main_header .navbar-nav .dropdown-menu .dropdown-item {
        padding: 10px 10px !important;
    }

    .main_header .dropdown-menu {
        margin-right: 38px;
    }

    .main_header .navbar-nav a {
        margin-right: 40px;
    }

    .main_header .navbar-nav .dropdown-toggle::after {
        right: -8px;
    }

    .main_header .navbar-nav a {
        text-align: right;
    }

    .main_header .dropdown-menu li {
        background-color: #1a304a;
    }

    .main_header .dropdown-menu li a {
        color: #eae8e2;
    }

    .imgFullWidthSus2 {
        width: 100%;
    }

    .section2 {
        margin-top: -13%;
    }

    .navbar-brand {
        margin-left: 8% !important;
    }

    .main_header .container {
        justify-content: start;
        max-width: 100%;
        padding: 0;
    }

    .L9360Pin {
        bottom: 24% !important;
        left: 44.5% !important;
        width: 9.5% !important;
    }

    .imgLevel9TxtView {
        bottom: 7% !important;
        font-size: 2vw !important;
    }

    .imgLevel9Txt {
        font-size: 4vw !important;
    }

    .main_header .navbar-nav a {
        font-size: 18px !important;
    }

    .navbar-collapse {
        width: 300px;
    }

    .about-section2 {
        margin-bottom: 0%;
    }

    .home-banner {
        padding-bottom: 10%;
    }

    .contactBottomMargin {
        margin-bottom: 12% !important;
    }

    .about-section2Padding {
        padding: 15% !important;
    }

    .scroll-down-btn3 {
        display: none;
    }

    .modal {
        width: 60vw !important;
        left: 30% !important;
    }

    .imgCloseThankyou {
        width: 9% !important;
    }

    .imgFullWidthSus {
        width: 120% !important;
    }

    .section100 {
        height: auto !important;
    }

    .hide-on-mobile {
        display: none !important;
    }

    .showGallery {
        display: none !important;
    }

    .hideGallery {
        display: inline-block !important;
    }

    .swiper-pagination {
        display: inline-block !important;
    }

    .imgFullWidth {
        padding: 0px !important;
    }

    .artistGallery {
        font-size: 2.5vw !important;
    }

    .l9_multi,
    .l2_multi,
    .l2_single {
        max-width: 100% !important;
    }

    .menuHolder345678 {
        width: 100% !important;
        left: 0% !important;
    }

    .btnwidth {
        width: 50% !important;
    }

    .menuHolder29a,
    .menuHolder29b {
        width: 100% !important;
    }

    .handMove {
        top: 38% !important;
        left: 39.5% !important;
        width: 20% !important;
    }

    .handMove2 {
        top: 20% !important;
        left: 39.5% !important;
        width: 20% !important;
    }

    .btnCloseMenuPage {
        width: 6% !important;
    }

    .menuHolder29a,
    .menuHolder29b {
        display: inline-block !important;
    }

    .menuHolder29 {
        display: none !important;
    }

    .imgFullWidth94 {
        width: 50% !important;
        margin-bottom: 6%;
        margin-left: 25% !important;
    }
}

@media screen and (max-width: 568px) and (orientation: portrait) {
    #sitemobileSpacing01 {
        margin-top: 3%;
    }

    .divSVGHolderArchi {
        top: 2.5% !important;
    }

    .common-banner {
        transform: scale(1) !important;
        margin-top: 12%;
        height: 40vh;
    }

    .div33 {
        width: 100%;
        margin-left: 4%;
        margin-top: 8%;
        margin-bottom: 5%;
    }

    .showMobile {
        display: inline-block !important;
    }

    .hideMobile {
        display: none !important;
    }

    .artist-text {
        font-size: 7px;
    }

    .vrpadding {
        padding: 4%;
    }

    .btnVR {
        border-radius: 6px;
        padding: 8px 22px;
        height: 32px;
        font-size: 13px;
    }

    .btnCompare {
        bottom: 2.5%;
    }

    .vrBaner {
        height: 20vh;
    }

    .txtfaciPadding02 {
        margin-top: 4%;
        width: 80%;
        margin-left: 10%;
    }

    .scroll-down-btn {
        right: 2%;
        top: 1.2%;
    }

    .mobSchematiclegend {
        position: absolute;
        top: 27%;
        left: 5%;
        width: 90%;
    }

    #schematicMobMenu {
        position: relative !important;
    }

    #divComparePopup {
        overflow-y: scroll;
    }

    .btnCompare {
        left: 8%;
    }

    .mobileUnitsplan {
        width: 90%;
    }

    .divComparePopup {
        overflow-y: scroll;
    }

    .compareMobilelast {
        margin-bottom: 30%;
    }

    .comparewidth {
        width: 100%;
        height: 100%;
    }

    .divUnitsHeightCom {
        height: 60vh;
        margin-top: 20%;
        position: relative;
        top: auto;
        left: auto;
        transform: none;
    }

    .divUnitsHeight {
        height: 70vh;
        margin-top: -5%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 90%;
    }

    .divComparePopup {
        overflow-y: scroll;
    }

    .page-content {
        overflow-x: hidden;
    }

    body {
        overflow-x: hidden;
    }

    .main_header {
        padding: 0px 0px;
        width: 100vw;
    }

    .accordion-button::after {
        background-size: 15px;
    }

    .devBottomMargin {
        margin-bottom: 20% !important;
    }

    .xs-title {
        font-size: 16px;
    }

    .smartBox {
        margin-top: 4%;
        margin-bottom: 4%;
    }

    .spacingTopDown03 {
        margin-bottom: 5%;
    }

    .spacingTopDown02 {
        margin-top: 6%;
        margin-bottom: 4%;
    }

    .Smarticon {
        width: 60px;
    }

    .swiper-button-next,
    .swiper-button-prev {
        width: 30px !important;
        height: 30px !important;
    }

    .swiper-button-next {
        background-size: 30px 30px !important;
    }

    .swiper-button-prev {
        background-size: 30px 30px !important;
    }

    .divInteriorPadding02 {
        margin-top: 5%;
        margin-bottom: 3%;
    }

    .divSVGHolderInterior {
        top: 4%;
    }

    .divInteriorpadding {
        margin-top: 10%;
        margin-bottom: 10%;
    }

    .main_header .navbar-nav .dropdown-toggle::after {}

    .divSmartCol {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .divSVGHolderSmart {
        top: 4.5%;
    }

    .divSVGHolderSmartHome {
        top: 3.5%;
    }

    .paddingSmart01 {
        margin-top: 8%;
        margin-bottom: 8%;
    }

    .imgGreenthumb {
        width: 70px !important;
        margin-bottom: 10px;
    }

    p {
        margin-top: 0;
        margin-bottom: 0.75rem;
    }

    .container3 {
        max-width: 84vw !important;
    }

    .unitNum {
        width: 27px;
        height: 17px;
        line-height: 13px;
    }

    .tabFaci {
        margin-top: 2%;
        margin-bottom: 1%;
    }

    .faciNum {
        width: 16px;
        height: 16px;
        line-height: 16px;
    }

    #tabFaci01 {
        margin-left: 0px !important;
    }

    .txtSiteTab {
        justify-content: center;
    }

    .divSVGHolderFaci {
        top: 6%;
    }

    .siteMobilepadding {
        padding: 10% 10% !important;
    }

    #txtLegendFacimap2 {
        margin-top: 8%;
    }

    .paddingFaci01 {
        padding-left: 0% !important;
    }

    .containerSite {
        max-width: 100vw !important;
        padding: 0px !important;
    }

    .divSVGHolderLoc {
        top: 12%;
    }

    .paddingLoc01Txt {
        padding-right: 2%;
        margin-top: 8%;
    }

    .btnCloseMenuPage {
        right: 4.5%;
    }

    #btnLocation360 img {
        width: 50px;
    }

    .xl-title {
        font-size: 20px;
        line-height: 24px;
    }

    .bg-developer {
        background-image: url("../images/imgDevbgmob.jpg");
    }

    .locZoomholder {
        border-radius: 18px;
        overflow: hidden;
    }

    .accordion {
        margin-top: 10%;
    }

    .accordion-body {
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .accordion-button {
        background-color: #fff0;
        font-size: 12px;
        padding: 10px 0px !important;
    }

    .md-title {
        font-size: 20px;
        line-height: 26px;
    }

    .btnPlaytxt {
        margin-top: 4px;
    }

    #vidMarketingbtn img {
        width: 50px;
    }

    .bg-title {
        font-size: 22px !important;
    }

    .paddingLoc01 {
        padding-left: 0%;
    }

    .locZoomholder {
        height: 38vh;
    }

    .container2 {
        width: 84%;
    }

    .sectionMargin {
        margin-top: 14%;
        margin-bottom: 8%;
    }

    .imgFullWidth {
        width: auto;
        height: 100%;
    }

    .divLocVideo {
        width: auto;
        height: 35vh;
        left: 50%;
        transform: translateX(-50%);
        position: relative;
    }

    .common-banner {
        transform: scale(1) !important;
    }

    .imgFullWidthSus {
        width: 70% !important;
        margin-bottom: 10%;
    }

    .paddingAtchi01 {
        margin-top: 10% !important;
    }

    .divSVGHolderArchi {
        top: 3%;
    }

    .container4 {
        width: 84% !important;
    }

    .common-banner {
        height: 40vh;
        min-height: auto !important;
    }

    .artist-text {
        bottom: 17%;
    }

    .showMobile {
        display: inline-block !important;
    }

    .hideMobile {
        display: none !important;
    }

    .common-button img {
        width: 20px;
    }

    .common-button {
        padding: 6px 20px;
        margin-top: 25px;
        margin-bottom: 25px;
        font-size: 12px;
    }

    .sales-gallery,
    .viewing-appointment {
        font-size: 15px !important;
        line-height: 22px !important;
        letter-spacing: 0px !important;
    }

    .imgDevelopers {
        width: 40%;
        cursor: pointer;
    }

    .swiper-button-prev {
        left: 0% !important;
    }

    .swiper-button-next {
        right: 0% !important;
    }

    .main_header .navbar-nav a {
        font-size: 13px !important;
        line-height: 15px !important;
    }

    .navbar-collapse {
        width: 200px;
        top: 63px !important;
    }

    .bottomArtist2 {
        bottom: 12% !important;
    }

    .contactBottomMargin {
        margin-bottom: 0% !important;
    }

    .about-section2Padding {
        padding: 8% !important;
        padding-bottom: 8%;
    }

    .bottomArtist {
        bottom: 9% !important;
    }

    .md-title3 {
        letter-spacing: 0.5px !important;
    }

    .paddingTopAll {
        padding-top: 30% !important;
    }

    .modal {
        width: 80vw !important;
        left: 35% !important;
    }

    .imgCloseThankyou {
        width: 10% !important;
    }

    .bottonPadding {
        margin-bottom: 5% !important;
    }

    label {
        font-size: 16px !important;
    }

    .paraBottomMArgin {
        margin-bottom: 10% !important;
    }

    .imgFullWidth94 {
        width: 75% !important;
        margin-bottom: 3%;
        margin-left: 12% !important;
    }

    .sm-para {
        font-size: 12px !important;
    }

    .mobBottom {
        margin-bottom: 5%;
    }

    .main_header .navbar-nav a {
        font-size: 14px;
    }

    .menuLevel {
        width: 130px !important;
        height: 54px !important;
        margin-bottom: 20px !important;
    }

    .dropdown2 {
        padding: 0% 20% !important;
    }

    .handMove {
        top: 38% !important;
        left: 37.5% !important;
        width: 30% !important;
    }

    .handMove2 {
        position: absolute !important;
        top: 38% !important;
        left: 37.5% !important;
        width: 30% !important;
    }

    .menuHolder29 {
        height: 40px !important;
        border-radius: 12px !important;
    }

    .menuHolder29 {
        display: none !important;
    }

    .btnSpotcalc {
        width: 100% !important;
        margin-left: auto;
        margin-right: auto;
    }

    .btnMenu {
        border-radius: 12px;
        letter-spacing: 0px;
    }

    .home-banner-content {
        padding-top: 25% !important;
        padding-bottom: 10% !important;
    }

    .flag-image {
        left: 18px;
        position: fixed;
    }

    .bg-title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 1.4px;
    }

    .home-banner-content p {
        white-space: normal !important;
    }

    .pmobile br {
        display: none !important;
    }

    .ring {
        height: 100px !important;
        width: 100px !important;
    }

    .circleDiv {
        top: 24% !important;
        left: 3.5% !important;
    }

    .home-banner {
        padding-bottom: 10%;
    }

    .section100 {
        height: auto !important;
    }

    .section100b {
        height: auto;
    }

    .about-section2Padding {
        padding: 10%;
        padding-bottom: 15% !important;
    }

    .text-end {
        text-align: center !important;
    }

    .alignCenterPos {
        top: 52% !important;
    }

    .alignCenterPos2 {
        top: 69% !important;
    }

    .because-location {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

    .ipm_holder {
        height: 40vh !important;
        padding-bottom: 4rem;
    }

    .because-location .divMenubutton h2 {
        font-size: 14px;
        line-height: 18px;
    }

    .btnCloseMenuPage {
        width: 9% !important;
        bottom: auto !important;
        top: 3%;
        position: fixed;
        z-index: 999;
    }

    .divLocSideMenu1 {
        width: 96%;
        left: 2%;
        bottom: 8% !important;
        padding: 3px 10px 5px 12px !important;
        width: 55% !important;
    }

    .txtLocMenu {
        width: auto;
    }

    .md-title3 {
        font-size: 11px;
        line-height: 18px;
        width: 100% !important;
    }

    .md-title4 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 8px !important;
        width: 100% !important;
    }

    .amenityArrow {
        top: 6px !important;
    }

    .large-container {
        max-width: 100vw !important;
    }

    .faciBox {
        border-radius: 12px;
    }

    .zoom-in-zoom-out {
        right: 8px !important;
    }

    .faciBox {
        border-radius: 12px !important;
    }

    .netBoxPad {
        margin-left: 30px !important;
        margin-bottom: 5px !important;
    }

    .netBox {
        width: 20px !important;
        height: 14px !important;
        margin-top: 2px !important;
    }
}

@media screen and (max-width: 375px) and (orientation: portrait) {
    .md-title3 {
        letter-spacing: 0px !important;
    }

    .L9360Pin {
        bottom: 20% !important;
        left: 40.5% !important;
        width: 15.5% !important;
    }
}

@media only screen and (max-height: 768px) {
    .Gallery {
        height: auto !important;
        margin-bottom: 10% !important;
    }

    .section100 {
        height: auto !important;
    }

    .h-100New {
        height: auto !important;
    }

    .h-100 {
        height: auto !important;
    }

    .home-banner {
        padding-top: 10% !important;
    }
}

@media only screen and (max-height: 450px) {
    .imgLevel9TxtView {
        bottom: 10% !important;
        font-size: 1vw !important;
    }

    .md-title3 {
        font-size: 12px !important;
        line-height: 18px !important;
        letter-spacing: 0.5px !important;
    }

    .txtLocMenu {
        padding: 4px 0px !important;
        width: 200px !important;
    }

    .amenityArrow {
        top: 8px !important;
    }

    .md-title4 {
        font-size: 16px !important;
        line-height: 20px !important;
        letter-spacing: 1px !important;
    }

    .divLocSideMenu1 {
        padding: 3px 15px 5px 15px !important;
    }

    .alignCenterPos {
        top: 50% !important;
    }
}
