@font-face {
    font-family: 'optimanormal';
    src: url('../fonts/optima.woff2') format('woff2'),
        url('../fonts/optima.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'optimamedium';
    src: url('../fonts/optima-medium.woff2') format('woff2'),
        url('../fonts/optima-medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'optimabold';
    src: url('../fonts/optima-bold.woff2') format('woff2'),
        url('../fonts/optima-bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'imperial_urwregular';
    src: url('../fonts/imperial_urw.woff2') format('woff2'),
        url('../fonts/imperial_urw.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'imperial_urwmedium';
    src: url('../fonts/imperial_urw_medium.woff2') format('woff2'),
        url('../fonts/imperial_urw_medium.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'imperial_urwbold';
    src: url('../fonts/imperial_urw_bold.woff2') format('woff2'),
        url('../fonts/imperial_urw_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'imperial_urwultra_bold';
    src: url('../fonts/imperial_urw_ultra_bold.woff2') format('woff2'),
        url('../fonts/imperial_urw_ultra_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'imperial_urwextra_bold';
    src: url('../fonts/imperial_urw_extra_bold.woff2') format('woff2'),
        url('../fonts/imperial_urw_extra_bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
:root {
    --color-primary: #1F4C4A;
    --color-secondary: #C0AC74;
    --text-color: #58595B;
    --color-offwt: #C0AC740D;
    --font-optima-normal: 'optimanormal';
    --font-optima-medium: 'optimamedium';
    --font-optimabold: 'optimabold';
    --font-imp-regular: 'imperial_urwregular';
    --font-imp-medium: 'imperial_urwmedium';
    --font-imp-bold: 'imperial_urwbold';
    --font-imp-ultra-bold: 'imperial_urwultra_bold';
    --font-imp-extra-bold: 'imperial_urwextra_bold';
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
:focus {
    outline: 0;
    box-shadow: none;
}
html {
    scrollbar-color: var(--color-primary) #f1f1f1;
    scrollbar-width: thin;
}
/*::-moz-selection {
    background: var(--color-primary);
    color: #fff;
}
::selection {
    background: var(--color-primary);
    color: #fff;
}*/
body {
    font-family: var(--font-optima-normal);
    color: var(--text-color);
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    transition: all .3s;
}
ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}
a {
    color: #000;
    text-decoration: none;
}
a:hover {
    color: var(--color-primary);
}
:focus-visible {
    outline: none;
}
h1,
h2,
h3,
h4,
h5,
p {
    margin-bottom: 0;
}
.sec-py {
    padding: 110px 0;
}
.text-gold {
    color: var(--color-secondary);
}
.primary-bg {
    background-color: var(--color-primary);
}
.secondary-bg {
    background-color: #C0AC740D;
}
.fsec-px {
    padding: 0 124px;
}
.container {
    max-width: 1390px;
}
.navbar-nav {
    line-height: 15px;
}
.header .container {
    max-width: 100%;
    padding: 0 124px;
}
.title-wrapper .sectitle {
    font-family: var(--font-imp-medium);
    font-size: clamp(1.563rem, 2.345vw + 0.573rem, 2.625rem);
    line-height: clamp(2rem, 2.483vw + 0.953rem, 3.125rem);
    letter-spacing: clamp(0rem, 0.138vw - 0.058rem, 0.063rem);
    text-transform: uppercase;
    color: var(--color-secondary);
}
.title-wrapper .secdesc {
    font-size: 18px;
    line-height: 35px;
    font-family: var(--font-optima-normal);
    margin: 40px auto 70px;
    max-width: 850px;
}
.title-wrapper .secdesc.ct-mw {
    max-width: 918px;
}
/*.title-wrapper .secdesc.smater-p {
    max-width: 676px;
}*/
.fs-bold {
    font-family: var(--font-imp-bold);
    font-size: 18px;
    letter-spacing: 2px;
}
/*Loader Css*/
.load-popup-bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    background: url('../img/loader-shape.png') var(--color-primary);
    background-position: left bottom;
    background-repeat: no-repeat;
    transition: all 1s linear;
    background-size: 100%;
}
.loader-content h3 {
    font-family: var(--font-imp-medium);
    font-size: 18px;
    letter-spacing: 3px;
    margin-top: 78px;
}
#page-loader {
    z-index: 113;
}
#enquiries {
    z-index: 112;
}
#enquiries .popup-content {
    background-color: #fff;
}
#enquiries .close-popup {
    position: absolute;
    top: 0;
    right: 0;
    background-color: var(--color-secondary);
}
#enquiries .container {
    box-shadow: 0px 3px 6px #00000029;
}
/*.enquiries-popup-img {
    margin-right: -1px;
}*/
/*Header css*/
#masthead {
    padding: 30px 0;
    background-color: var(--color-primary);
}
#masthead.fixed-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 110;
    max-width: 100%;
    background-color: var(--color-primary);
    box-shadow: 0 3px 10px rgb(0 0 0 / 25%);
    animation: slide-down 0.7s;
    -moz-animation: slide-down 0.7s;
    -webkit-animation: slide-down 0.7s;
    -o-animation: slide-down 0.7s;
}
@keyframes slide-down {
    0% {
        transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -o-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
    }
    100% {
        transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        -o-transform: translateY(0);
        -moz-transform: translateY(0);
    }
}
#primary-nav li a {
    letter-spacing: 3.6px;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-family: var(--font-imp-medium);
    position: relative;
}
#primary-nav li a:hover {
    color: var(--color-secondary);
}
#primary-nav li a:after {
    content: '';
    position: absolute;
    height: 6px;
    background-color: var(--color-secondary);
    left: 0;
    bottom: -27px;
    opacity: 0;
    transition: 300ms;
    width: 0%;
}
#primary-nav li a:hover:after {
    opacity: 1;
    width: 100%;
}
.navbar-toggler:focus {
    box-shadow: none;
}
.custom-logo-link img {
    max-width: 100%;
    height: auto;
}
/*Footer Css*/
.container.footer-cotent {
    max-width: 100%;
}
.foot-text p {
    font-size: 15px;
    line-height: 25px;
    font-family: var(--font-optima-medium);
}
.footer-copyright {
    background-color: var(--color-primary);
}
.dot-sym {
    font-size: 10px;
    position: relative;
    top: -1px;
}
.footer-copyright {
    padding: 30px 15px;
}
.footer-copyright p {
    font-family: var(--font-imp-bold);
    letter-spacing: 3.2px;
}
.footer-top-content {
    max-width: 80%;
}
.back-to-top {
    position: fixed;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: var(--color-secondary);
    color: #fff;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    visibility: hidden;
    z-index: 9;
    transition: all .3s;
    display: flex;
    justify-content: center;
    align-items: center;
}
.back-to-top:focus {
    color: #fff;
}
.back-to-top.show {
    opacity: 1;
    visibility: visible;
}
.back-to-top.show:hover {
    color: #fff;
    bottom: 5px;
    right: 5px;
}
/*Hero Slider css*/
.hero-main {
    width: 63.85%;
}
.hero-main img {
    z-index: -1;
}
.hero-slider,
.hero-main .slick-list,
.hero-main .slick-track,
.hero-main .slick-slide,
.hero-main .slick-slide img {
    height: 100%;
}
.slick-dots {
    bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0 17px;
}
.slick-dots li {
    width: 13px;
    height: 13px;
    margin: 0;
}
.slick-dots li button {
    width: 13px;
    height: 13px;
    border: 1px solid #fff;
    border-radius: 100px;
    font-size: inherit;
}
.slick-dots li.slick-active button {
    background-color: #fff;
}
.slick-dots li button:before {
    display: none;
}
.slick-dotted.slick-slider {
    margin-bottom: 0;
}
.single-slider .slick-dots {
    bottom: 26px;
}
.slick-arrow {
    width: 14px;
    height: 25px;
    z-index: 9;
}
.slick-arrow:before {
    content: '';
    width: 14px;
    height: 24px;
    display: inline-block;
    opacity: 1;
}
.slick-prev:before {
    background: url('../img/arrow-prev.svg');
}
.slick-next:before {
    background: url('../img/arrow-next.svg');
}
.single-slider .slick-prev {
    left: -80px;
}
.single-slider .slick-next {
    right: -80px;
}
.location-slider .slick-prev {
    left: -50px;
}
.location-slider .slick-next {
    right: -50px;
}
.floor-plan .slick-prev {
    left: -50px;
}
.floor-plan .slick-next {
    right: -50px;
}
.location-slider .slick-prev,
.location-slider .slick-next {
    top: 40%;
}
.for-enquiries {
    width: 36.15%;
    background-color: var(--color-offwt);
    padding: 48px;
}
.for-enquiries h4 {
    font-family: var(--font-optimabold);
    font-size: 23px;
    letter-spacing: 2.3px;
    line-height: 40px;
    text-transform: uppercase;
}
.for-enquiries .celln {
    font-family: var(--font-imp-regular);
    font-size: clamp(3.4375rem, 2.2515rem + 2.8112vw, 5.625rem);
    line-height: clamp(3.125rem, 2.1084rem + 2.4096vw, 5rem);
    ;
}
.for-enquiries .celln:hover {
    color: var(--color-secondary);
}
.for-enquiries p {
    font-size: 23px;
    line-height: 32px;
}
.btn-gold {
    background-color: var(--color-secondary);
    color: #fff;
    padding: 13px 31px;
    box-shadow: 0px 0 18px #00000029;
    text-transform: uppercase;
    display: inline-block;
    font-family: var(--font-imp-medium);
    letter-spacing: 2px;
    font-size: 18px;
    border: 1px solid var(--color-secondary);
}
.btn-gold:hover {
    color: var(--color-secondary);
    background-color: transparent;
}
.zoom-btns {
    border: 2px solid #fff;
    border-radius: 6px;
    overflow: hidden;
}
.zoom-btns span {
    width: 40px;
    height: 40px;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--color-primary);
}
.zoom-btns span:not(:last-child) {
    border-bottom: 2px solid #fff;
}
.zoom-btns span:hover {
    background-color: var(--color-secondary);
}
.map-right-content {
    max-width: 570px;
    margin-left: 19%;
}
.map-right-content .secdesc {
    font-size: 18px;
    line-height: 35px;
    font-family: var(--font-optima-normal);
    margin: 40px 0;
}
#wellacd .accordion-button {
    padding: 25px 0;
    font-family: var(--font-imp-bold);
    text-transform: uppercase;
    color: #58595B;
    letter-spacing: 3.6px;
    line-height: 22px;
    background-color: transparent;
}
#wellacd .accordion-button:not(.collapsed) {
    color: inherit;
    background-color: inherit;
    box-shadow: none;
}
#wellacd .accordion-button:focus {
    border-color: inherit;
    box-shadow: none;
}
#wellacd .accordion-item {
    border-width: 0 0 2px 0;
    border-radius: 0;
    border-color: var(--color-secondary);
    background-color: transparent;
}
#wellacd .accordion-body {
    padding: 0 0 20px;
}
#wellacd .accordion-button::after {
    background: url('../img/arrow-next.svg');
    width: 14px;
    height: 24px;
}
#wellacd .accordion-button:not(.collapsed)::after {
    background: url('../img/arrow-next.svg');
    transform: rotate(90deg);
}
.accordion-body table {
    font-size: 18px;
    letter-spacing: 0.18px;
    line-height: 30px;
}
.location-slider p {
    text-transform: uppercase;
    font-family: var(--font-imp-regular);
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 1.8px;
    margin-top: 19px;
}
.btm-p {
    font-size: 14px;
    line-height: 20px;
    position: inherit;
    max-width: 473px;
    padding: 70px 0 20px 0;
}
.smart-content h4 {
    font-size: 18px;
    text-transform: uppercase;
    color: var(--color-secondary);
    font-family: var(--font-imp-bold);
    letter-spacing: 2px;
}
.smart-content p {
    font-size: 18px;
    line-height: 35px;
    margin-top: 7px;
}
.icon-ww {
    min-width: 170px;
}
.icon-w {
    min-width: 120px;
}
.splan-wrapper p.fs-5 {
    letter-spacing: 1px;
    font-family: var(--font-imp-bold);
}
.splan-wrapper li {
    font-size: 15px;
    letter-spacing: -0.15px;
    line-height: 24px;
    text-transform: uppercase;
}
#facilities-wrp .container-fluid {
    max-width: 2560px;
}
.plan-list {
    counter-reset: list-counter var(--start-value, 0);
}
.start-15 {
    --start-value: 15;
}
.start-30 {
    --start-value: 30;
}
.start-35 {
    --start-value: 35;
}
.plan-list li {
    counter-increment: list-counter;
}
.plan-list li::before {
    content: counter(list-counter) ". ";
    width: 30px;
    display: inline-block;
}
.basement-list {
    counter-reset: alpha-counter var(--start-value, 0);
}
.basement-list li {
    counter-increment: alpha-counter;
    position: relative;
}
.basement-list li::before {
    content: counter(alpha-counter, lower-alpha) '. ';
    width: 30px;
    display: inline-block;
}
.fplan-wrapper .container {
    max-width: 1105px;
}
.bedroom-list {
    padding-top: 33px;
    max-width: 350px;
}
.bedroom-list li {
    font-size: 18px;
    font-family: var(--font-imp-bold);
    letter-spacing: 3.6px;
    cursor: pointer;
}
.bedroom-list li span {
    padding: 25px 15px;
    display: inline-block;
    margin: 10px 0;
}
.bedroom-list li:hover span {
    background-color: #c6eaf9;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}
.bedroom-list li:nth-child(2):hover span {
    background-color: #fff7d3;
}
.bedroom-list li:nth-child(3):hover span {
    background-color: #ddcde7;
}
.bedroom-list li:nth-child(4):hover span {
    background-color: #c0e2c9;
}
.bedroom-list li:not(:last-child) {
    border-bottom: 1px solid var(--color-secondary);
}
.floor-plan .slick-dots {
    bottom: -30px;
}
.floor-plan .slick-dots li.slick-active button {
    background-color: var(--color-secondary);
}
.floor-plan .slick-dots li button {
    border: 1px solid var(--color-secondary);
}
.kings-info {
    max-width: 1110px;
}
.kings-info .secdesc {
    max-width: 926px;
}
.box-wrapper p {
    font-family: var(--font-imp-bold);
    font-size: 18px;
    line-height: 35px;
    letter-spacing: 2.7px;
    margin: 10px 0 25px;
}
.block-tbl tr td {
    font-size: 13px;
    font-weight: 500;
    text-align: center;
    padding: 0 1px;
    background-color: #c6e9fa;
    font-family: var(--font-imp-bold);
    cursor: pointer;
    white-space: nowrap;
    min-width: 58px;
}
.block-tbl tr:nth-child(1) td,
.block-tbl tr td:nth-child(1) {
    background-color: #fff !important;
}
.blck-242 tr td:nth-child(4),
.blck-242 tr td:nth-child(5),
.blck-242 tr td:nth-child(6),
.blck-242 tr td:nth-child(8),
.blck-242 tr td:nth-child(9),
.blck-244 tr td:nth-child(3),
.blck-244 tr td:nth-child(4),
.blck-244 tr td:nth-child(6),
.blck-244 tr td:nth-child(7),
.blck-244 tr td:nth-child(8),
.blck-246 tr td:nth-child(6),
.blck-246 tr td:nth-child(8),
.blck-246 tr td:nth-child(9),
.blck-248 tr td:nth-child(4),
.blck-248 tr td:nth-child(5),
.blck-248 tr td:nth-child(6),
.blck-248 tr td:nth-child(8),
.blck-250 tr td:nth-child(4),
.blck-250 tr td:nth-child(6),
.blck-250 tr td:nth-child(7),
.blck-250 tr td:nth-child(8) {
    background-color: #fff5d1;
}
.blck-246 tr td:nth-child(4),
.blck-248 tr td:nth-child(9),
.blck-250 tr td:nth-child(3) {
    background-color: #dacde5;
}
.blck-246 tr td:nth-child(5) {
    background-color: #bee1c9;
}
.block-tbl tr td:empty {
    background-color: #fff;
}
.tbl-bed-list li span {
    display: inline-block;
    width: 65px;
    height: 25px;
}
.unit-wrapper .unit-table-row h5 {
    font-family: var(--font-imp-bold);
    font-size: 18px;
}
.custom_360_model {
    position: fixed;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99999;
    background-color: transparent;
    display: none;
    margin: 0 auto;
}
.unit-plan-popup.show .plan_wrapper {
    display: flex;
    flex-flow: column;
    justify-content: center;
    height: 100%;
    background-color: #0000008a;
}
.unit-plan-popup .pan_zoom_parent {
    position: relative;
    max-width: 600px;
    margin: 0 auto;
    background-color: #FFF;
}
#floor_plan_dia div#panzoom_object {
    width: 100%;
}
.custom_360_model .carousel__button {
    position: absolute;
    top: 20px;
    right: 20px;
    color: #fff;
    background: var(--color-secondary);
    border-radius: 9px;
    width: 50px;
    height: 50px;
    z-index: 1111;
    border: 0;
}
.unit-wrapper .tbl-bed-list li {
    flex: 0 0 50%;
    max-width: 50%;
}
.unit-wrapper .tbl-bed-list {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
}
.unit-wrapper .tbl-bed-list h4.unit-graph-title {
    flex: 0 0 100%;
    max-width: 100%;
    font-family: var(--font-imp-bold);
    font-size: 20px;
}
.unit-wrapper .col-md-4 {
    padding: 0 20px;
}
.block-row {
    gap: 48px 0;
}
.map-right-content .accordion-item:last-child {
    border-bottom: 0;
}
.splan-wrapper sup {
    font-size: 11px;
    right: 6px;
}
.kingsford-box .img-caption {
    font-size: 14px;
    letter-spacing: 0.56px;
    font-family: var(--font-optima-normal);
    margin-bottom: 4px !important;
}
.unit-wrapper .table-responsive {
    padding: 0 1px;
}
.unit-table-row .unit-level-box:after {
    position: absolute;
    content: '';
    width: 64px;
    height: 1px;
    background-color: #262626a3;
    transform: rotate(22deg);
    top: 11px;
    left: -4px;
}
.unit-table-row td.unit-level-box {
    width: 43px;
    min-width: 43px;
    overflow: hidden;
}
.unit-table-row span.bottom-level {
    position: absolute;
    left: 6px;
    bottom: -4px;
    font-size: 9px;
}
/*#floor-wrp .slick-initialized .slick-slide,
#floor-wrp .slick-slider .slick-track,
#floor-wrp .slick-slider .slick-list {
    width: 100% !important;
}*/
.the-future .slick-dots {
    bottom: -50px;
    margin-bottom: 50px;
    position: relative;
}
.the-future .slick-dots li button {
    border: 1px solid var(--color-secondary);
}
.the-future .slick-dots li.slick-active button {
    background-color: var(--color-secondary);
}
.slide-content {
    background-color: rgb(192 172 116 / 90%);
    color: #fff;
    max-width: 530px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 15px 30px;
    overflow: hidden;
    transition: max-height 0.3s ease;
    max-height: 80px;
}
.slide-content.expanded {
    max-height: 280px;
}
.slide-content h5 {
    font-family: var(--font-imp-bold);
    font-size: 18px;
    line-height: 20px;
    letter-spacing: 3.6px;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 13px;
}
.slide-content p {
    font-family: var(--font-optima-normal);
    font-size: 18px;
    line-height: 35px;
}
.cont-arrow svg {
    cursor: pointer;
    transition: transform 0.3s ease;
}
.slide-content.expanded .cont-arrow svg {
    transform: rotate(180deg);
}
/*Responsive Start*/
@media only screen and (max-width: 1891px) {
    .block-tbl tr td {
        min-width: 41px;
    }
}
@media only screen and (max-width: 1765px) {
    .for-enquiries p {
        font-size: 17px;
        line-height: 28px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1530px) {
    .block-tbl tr td {
        padding: 0;
        font-size: 11px;
        min-width: 40px;
    }
}
@media only screen and (max-width: 1399px) {
    .block-tbl tr td {
        min-width: 37px;
    }
    #interior-wrp .slick-dots {
        display: none !important;
    }
}
@media only screen and (min-width: 1280px) {
    .footer-cotent .col-12 {
        padding: 0;
    }
    .view-image-block .mheight {
        width: 100%;
    }
}
@media only screen and (min-width: 1200px) {
    #masthead .navbar-nav {
/*        justify-content: end;*/
        gap: 48px;
    }
    .navbar-toggler {
        display: none;
    }
    .unit-graph-img img {
        max-width: 80%;
    }
}
@media only screen and (max-width: 1210px) {
    .smart-content p {
        font-size: 15px;
        line-height: 28px;
    }
}
@media only screen and (max-width: 1200px) {
    .navbar-expand {
        justify-content: end;
    }
    .navbar-expand .navbar-toggler {
        display: block;
    }
    .animated-icon {
        width: 30px;
        height: 25px;
        position: relative;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.5s ease-in-out;
        -moz-transition: 0.5s ease-in-out;
        -o-transition: 0.5s ease-in-out;
        transition: 0.5s ease-in-out;
        cursor: pointer;
    }
    .animated-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        -webkit-transition: 0.25s ease-in-out;
        -moz-transition: 0.25s ease-in-out;
        -o-transition: 0.25s ease-in-out;
        transition: 0.25s ease-in-out;
        background-color: #fff;
    }
    .animated-icon span:nth-child(1) {
        top: 2px;
    }
    .animated-icon span:nth-child(2) {
        top: 10px;
    }
    .animated-icon span:nth-child(3) {
        top: 18px;
    }
    .navbar-toggler.active-toggle .animated-icon span:nth-child(1) {
        top: 11px;
        -webkit-transform: rotate(135deg);
        -moz-transform: rotate(135deg);
        -o-transform: rotate(135deg);
        transform: rotate(135deg);
    }
    .navbar-toggler.active-toggle .animated-icon span:nth-child(2) {
        opacity: 0;
        left: -60px;
        top: 10px;
    }
    .navbar-toggler.active-toggle .animated-icon span:nth-child(3) {
        top: 11px;
        -webkit-transform: rotate(-135deg);
        -moz-transform: rotate(-135deg);
        -o-transform: rotate(-135deg);
        transform: rotate(-135deg);
    }
    .navbar-collapse {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 2;
        display: flex;
        flex-flow: column nowrap;
        justify-content: center;
        align-items: flex-start;
        transform: translate3d(0, 0, 0);
        transform: translateY(-220%);
        will-change: transform;
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
        width: 100%;
        background-color: var(--color-primary);
        opacity: 0;
    }
    .navbar-toggler.active-toggle~.navbar-collapse {
        transform: translateX(0);
        opacity: 1;
    }
    .navbar-collapse::before {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        z-index: -1;
        width: 25em;
        background: var(--color-primary);
        content: '';
        transform-origin: bottom left;
        will-change: transform;
        transition: transform 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    }
    .navbar-toggler.active-toggle~.navbar-collapse::before {
        transition-delay: 0.1s;
    }
    #primary-nav {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 50px;
    }
    #primary-nav li {
        transform: translateX(-100%);
        transition: transform 0.5s;
        transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    }
    #primary-nav li:nth-child(1) {
        transition-delay: 100ms;
    }
    #primary-nav li:nth-child(2) {
        transition-delay: 150ms;
    }
    #primary-nav li:nth-child(3) {
        transition-delay: 200ms;
    }
    #primary-nav li:nth-child(4) {
        transition-delay: 250ms;
    }
    #primary-nav li:nth-child(5) {
        transition-delay: 300ms;
    }
    #primary-nav li:nth-child(6) {
        transition-delay: 350ms;
    }
    .navbar-toggler.active-toggle~.navbar-collapse li {
        transform: translateX(0) !important;
    }
    .header .navbar-toggler {
        z-index: 99;
    }
    #primary-nav li a {
        letter-spacing: 3px;
    }
    .menu-row {
        position: absolute;
        right: 10px;
        width: fit-content;
    }
    .logo-row {
        width: 100%;
        text-align: center;
    }
    .custom-logo-link img {
        max-width: 250px;
    }
    #masthead {
        padding: 20px 0;
    }
}
@media only screen and (min-width: 1600px) and (max-width: 1680px) {
    .fsec-px {
        padding: 0 90px;
    }
    #masthead .navbar-nav {
        gap: 28px;
    }
}
@media only screen and (min-width: 1400px) and (max-width: 1599px) {
    .container {
        max-width: 1320px;
    }
    .fsec-px {
        padding: 0 50px;
    }
    #masthead .navbar-nav {
        gap: 24px;
    }
    .single-slider .slick-next,
    .location-slider .slick-next,
    .floor-plan .slick-next {
        right: -22px;
    }
    .single-slider .slick-prev,
    .location-slider .slick-prev,
    .floor-plan .slick-prev {
        left: -22px;
    }
    .for-enquiries .celln {
        font-size: 55px;
        line-height: 60px;
    }
    .for-enquiries h4 {
        font-size: 22px;
        line-height: 30px;
    }
    .sec-py {
        padding: 90px 0;
    }
    .btm-p {
        position: inherit;
    }
    .map-right-content .secdesc {
        font-size: 16px;
        line-height: 30px;
        margin: 10px 0;
    }
    #wellacd .accordion-button {
        padding: 14px 0;
    }
    .map-right-content {
        margin-left: 10%;
    }
    .location-slider p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 15px;
    }
    .slick-prev:before,
    .slick-next:before {
        background-size: 80%;
        background-repeat: no-repeat;
    }
    .accordion-body table {
        font-size: 16px;
        line-height: 26px;
    }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
    .container {
        max-width: 1160px;
    }
    .container.smarter-wrp {
        max-width: 95%;
    }
    #primary-nav li a {
        font-size: 14px;
    }
    #masthead .navbar-nav {
        gap: 22px;
    }
    .slick-prev:before,
    .slick-next:before {
        background-size: 70%;
        background-repeat: no-repeat;
    }
    .fsec-px {
        padding: 0 80px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1199px) {
    .container {
        max-width: 1020px;
    }
    .container.smarter-wrp {
        max-width: 100%;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1399px) {
    .single-slider .slick-next,
    .location-slider .slick-next,
    .floor-plan .slick-next {
        right: -20px;
    }
    .single-slider .slick-prev,
    .location-slider .slick-prev,
    .floor-plan .slick-prev {
        left: -20px;
    }
    .location-slider p {
        font-size: 14px;
        line-height: 18px;
        letter-spacing: normal;
        margin-top: 10px;
    }
    .icon-ww img,
    .icon-w img {
        max-width: 65px;
    }
    .icon-ww,
    .icon-w {
        min-width: 90px;
    }
    .smart-content p br {
        display: none;
    }
    .for-enquiries .celln {
        font-size: 40px;
        line-height: 50px;
    }
    .for-enquiries {
        padding: 20px;
    }
    .for-enquiries p {
        font-size: 20px;
        line-height: 28px;
    }
    .for-enquiries h4 {
        font-size: 20px;
        letter-spacing: 0.3px;
        line-height: 30px;
    }
    .sec-py {
        padding: 70px 0;
    }
    .map-right-content {
        margin-left: 30px;
    }
    .map-right-content .secdesc {
        font-size: 16px;
        line-height: 26px;
        margin: 10px 0;
    }
    .accordion-body table {
        font-size: 16px;
        line-height: 24px;
    }
    .btm-p {
        position: inherit;
        padding: 30px 0 30px 0;
    }
    #wellacd .accordion-button {
        padding: 15px 0;
    }
    .slick-prev:before,
    .slick-next:before {
        background-size: 70%;
        background-repeat: no-repeat;
    }
    .map-section .sectitle {
        padding-top: 40px;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .slick-arrow {
        width: 10px;
    }
    .location-slider p {
        font-size: 16px;
        line-height: 20px;
        margin-top: 16px;
    }
    .fplan-wrappe .sectitle {
        text-align: center;
    }
    .location-slider .slick-next {
        right: -5px;
    }
    .location-slider .slick-prev {
        left: -5px;
    }
    .hero-main,
    .for-enquiries {
        width: 100%;
    }
    .splan-wrapper sup {
        font-size: 10px;
    }
    .banner-slider-wrapper {
        flex-wrap: wrap;
    }
    .sec-py {
        padding: 70px 0;
    }
    .single-slider .slick-prev,
    .floor-plan .slick-prev {
        left: 0;
    }
    .single-slider .slick-next,
    .floor-plan .slick-next {
        right: 0;
    }
    .location-slider .slick-prev {
        left: -5px
    }
    .location-slider .slick-next {
        right: -5px;
    }
    .for-enquiries .celln {
        font-size: 34px;
        line-height: 40px;
    }
    .accordion-body table {
        font-size: 14px;
        line-height: 20px;
    }
    .map-right-content {
        margin-left: 5%;
        padding-top: 20px;
    }
    .slick-next:before,
    .slick-prev:before {
        background-size: 70%;
        background-repeat: no-repeat;
    }
    .bedroom-list {
        padding-top: 0;
        max-width: 250px;
        margin: 0 auto;
    }
    .bedroom-list li {
        font-size: 14px;
        padding: 20px 0;
    }
    .icon-ww img,
    .icon-w img {
        max-width: 65px;
    }
    .unit-wrapper .tbl-bed-list li {
        font-size: 12px;
    }
    .smart-content p {
        font-size: 15px;
        line-height: 26px;
    }
    .unit-wrapper .unit-table-row h5 {
        font-size: 14px;
    }
    .tbl-bed-list li span {
        width: 50px;
        height: 25px;
    }
    .icon-ww,
    .icon-w {
        min-width: 90px;
    }
    .btm-p {
        position: inherit;
        padding: 30px 0 30px 0;
    }
    .splan-wrapper li {
        font-size: 12px;
        line-height: 18px;
    }
    .splan-wrapper p.fs-5 {
        font-size: 14px !important;
    }
    #wellacd .accordion-button {
        padding: 15px 0;
    }
    .fsec-px {
        padding: 0 30px;
    }
    .for-enquiries h4 {
        font-size: 20px;
        line-height: 34px;
    }
    .for-enquiries p {
        font-size: 18px;
        line-height: 25px;
    }
    .title-wrapper .secdesc {
        font-size: 16px;
        line-height: 30px;
        margin: 25px auto 35px;
    }
    .img-caption {
        font-size: 10px;
    }
}
/*@media only screen and (min-width: 767px) {
    .for-enquiries p br {
        display: none;
    }
}*/

@media only screen and (min-width: 768px) and (max-width: 992px) {
    .smart-content p br {
        display: none !important;
    }
}
@media only screen and (max-width: 1199px) {
    .slide-content h5 {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: 2.6px;
        margin-bottom: 10px;
        margin-top: 10px;
    }
    .slide-content p {
        font-size: 17px;
        line-height: 26px;
    }
    .slide-content {
        padding: 10px 15px 20px;
    }
    .slide-content {
        max-height: 70px;
    }
}
@media only screen and (max-width: 767px) {
    .custom_360_model .carousel__button svg {
        width: 16px;
        height: 16px
    }
    .custom_360_model .carousel__button {
        width: 35px;
        height: 35px;
    }
    .unit-table-row span.bottom-level {
        bottom: -5px;
        font-size: 9px;
    }
    .unit-table-row .unit-level-box:after {
        width: 54px;
        transform: rotate(24deg);
        top: 11px;
        left: -4px;
    }
    .slick-arrow {
        width: 10px;
        height: 20px;
    }
    #masthead {
        padding: 20px 0;
    }
    .unit-wrapper .unit-table-row h5 {
        font-size: 13px;
    }
    .splan-wrapper sup {
        font-size: 10px;
    }
    /*.title-wrapper .sectitle br {
        display: none;
    }*/
    .storey-col-one {
        order: 1;
    }
    .plan-list li::before,
    .basement-list li::before {
        width: 20px;
        left: 0;
        position: absolute;
    }
    .storey-col-two {
        order: 3;
    }
    .storey-col-three {
        order: 2;
    }
    .storey-col-four {
        order: 4;
    }
    .mrt-route-image {
        overflow-x: scroll;
        width: 100%;
        overflow-y: hidden;
        transform: inherit !important;
    }
    .mrt-route-image .img-fluid {
        height: auto;
        height: 420px;
        transform-origin: left top;
        left: 0;
        position: relative;
        object-fit: cover;
        width: auto;
        max-width: initial;
    }
    .mrt-route-image .fsec-px {
        padding: 0 12px;
    }
    .mrt-route-image {
        padding: 0;
    }
    .fsec-px {
        padding: 0 25px;
    }
    .custom-logo-link img {
        max-width: 217px;
    }
    .hero-main,
    .for-enquiries {
        width: 100%;
    }
    .slick-dots {
        gap: 0 10px;
    }
    .slick-dots li button {
        width: 9px;
        height: 9px;
    }
    .for-enquiries {
        padding: 40px 15px 60px;
    }
    .for-enquiries h4 {
        font-size: 16px;
    }
    .for-enquiries p {
        font-size: 18px;
        line-height: 28px;
    }
    .btn-gold {
        padding: 8px 20px;
        font-size: 14px;
    }
    .sec-py {
        padding: 60px 0px;
    }
    .title-wrapper .secdesc {
        font-size: 14px;
        line-height: 24px;
        margin: 20px auto 30px;
        max-width: 320px;
    }
    .single-slider .slick-next,
    .location-slider .slick-next,
    .floor-plan .slick-next {
        right: -14px;
    }
    .single-slider .slick-prev,
    .location-slider .slick-prev,
    .floor-plan .slick-prev {
        left: -14px;
    }
    .footer-copyright p a {
        display: block;
    }
    .slick-next:before {
        background-size: 70%;
        background-repeat: no-repeat;
    }
    .slick-prev:before {
        background-size: 70%;
        background-repeat: no-repeat;
    }
    .map-right-content {
        margin-left: 30px;
        margin-right: 30px;
    }
    .img-caption {
        font-size: 11px;
    }
    .single-slider .slick-dots {
        bottom: -32px;
    }
    .slick-dots li button {
        width: 8px;
        height: 8px;
        border: 0.5px solid #C0AC74;
    }
    .hero-wrapper .slick-dots li button {
        border: 0.5px solid #fff;
    }
    .hero-wrapper .slick-dots li.slick-active button {
        background-color: #FFFFFF;
    }
    .slick-dots li.slick-active button {
        background-color: #C0AC74;
    }
    .move-icon:after {
        content: '';
        position: absolute;
        background-color: #000;
        height: 100%;
        width: 100%;
        z-index: -1;
        opacity: 70%;
    }
    .move-icon {
        height: 100%;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .map-section .container-fluid {
        padding: 0 !important;
    }
    .map-section {
        overflow: hidden;
        padding-top: 70px;
        padding-bottom: 70px;
    }
    .btm-p {
        padding: 50px 0 10px;
        font-size: 9px;
        line-height: 12px;
    }
    #wellacd .accordion-button {
        font-size: 14px;
    }
    .accordion-body table {
        font-size: 12px;
        line-height: 20px;
    }
    .accordion-body table th img {
        max-width: 35px;
    }
    #wellacd .accordion-button::after,
    #wellacd .accordion-button:not(.collapsed)::after {
        background-size: 72%;
        background-repeat: no-repeat;
    }
    .location-slider p {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }
    .location-slider ul.slick-dots {
        bottom: -35px;
    }
    .location-slider {
        margin-bottom: 60px !important;
        margin-top: 30px;
    }
    .single-slider {
        padding: 0 10px;
    }
    .splan-wrapper p {
        font-size: 14px !important;
        line-height: 24px;
    }
    .plan-list li,
    .basement-list li {
        font-size: 10px;
        line-height: 15px;
        padding-left: 20px;
        position: relative;
    }
    .icon-ww,
    .icon-w {
        min-width: 85px;
    }
    .smart-wrapper img {
        max-width: 55px;
    }
    .smart-content p {
        font-size: 14px;
        line-height: 24px;
    }
/*    .smart-content br {
        display: none;
    }*/
    .unit-table-row h5 {
        font-size: 13px;
        line-height: 16px;
        margin-top: 20px;
    }
    .kins-ford-logo {
        max-width: 200px;
    }
    .block-tbl tr td {
        font-size: 11px;
        padding: 0px 1px;
        white-space: nowrap;
        min-width: 43px;
        line-height: 20px;
    }
    .unit-table-row td.unit-level-box {
        width: 43px;
        min-width: 43px;
    }
    .loader-content img {
        max-width: 260px;
    }
    .loader-content h3 {
        font-size: 15px;
        margin-top: 30px;
        line-height: 22px;
    }
    .load-popup-bg {
        background-size: 825px;
    }
    .unit-wrapper .tbl-bed-list h4.unit-graph-title {
        font-size: 10px;
    }
    .unit-wrapper .tbl-bed-list li {
        font-size: 11px;
    }
    .tbl-bed-list li span {
        width: 50px;
        height: 20px;
    }
    .bedroom-list li {
        font-size: 14px;
        border-bottom: 1px solid var(--color-secondary);
    }
    .bedroom-list li span {
        padding: 15px;
    }
    .bedroom-list {
        padding-top: 33px;
        max-width: 350px;
        display: flex;
        gap: 25px;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
    }
    .floor-plan {
        padding-top: 35px;
        margin-bottom: 40px !important;
        padding: 35px 15px 0;
    }
    .kings-info>img {
        max-width: 210px;
    }
    .kings-info .box-wrapper p {
        letter-spacing: 0.8px;
        font-family: var(--font-imp-bold);
        font-size: 10px;
        line-height: 16px;
        margin: 5px 0 15px;
    }
    .kings-info .kingsford-box .img-caption {
        font-size: 9px;
        margin-bottom: 4px !important;
        margin-right: 10px !important;
        line-height: 10px;
        font-weight: normal !IMPORTANT;
        font-family: var(--font-imp-regular);
        letter-spacing: 0.36px;
    }
    .foot-text p {
        font-size: 10px;
        line-height: 14px;
    }
    .footer-copyright p {
        font-size: 11px;
        line-height: 16px;
    }
    .footer-copyright p br {
        display: none;
    }
    .slider-wrp .floor-plan .slick-dots {
        left: 0;
    }
    .storey-col-four {
        margin-top: -11px;
    }
    .start-30 {
        --start-value: 28;
    }
    .slide-content {
        max-width: 100%;
        max-height: 45px;
        padding: 0 10px 20px;
    }
    .slide-content.expanded {
        max-height: 100%;
        height: 100%;
    }
    .slide-content h5 {
        font-size: 12px;
        line-height: 15px;
        letter-spacing: 1.65px;
        margin-bottom: 8px;
        margin-top: 0;
    }
    .slide-content p {
        font-size: 14px;
        line-height: 18px;
    }
    .slide-content .cont-arrow svg {
        width: 18px;
    }
    .sld-inner {
        height: 98%;
        align-content: center;
        transition: height 0.3s ease;
    }
    .menu-row {
        right: 0;
    }
}

@media only screen and (min-width: 676px) {
    .view-image-block .move-icon {
       display: none;
    }
}
@media only screen and (max-width: 675px) {
    .smart-content h4 {
        font-size: 14px;
    }
    .view-image-block {
        overflow-x: auto;
    }
    .view-image-block img.mheight {
        max-width: none;
    }
    .br-m-none {
        display: none;
    }
}
@media only screen and (max-width: 500px) {
    .br-m-none {
        display: none;
    }
}