    /* Large Devices, Wide Screens */
    
    @media (min-width: 1400px) and (max-width: 1920px) {
        #about {
            min-height: calc(100vh - 80px)
        }
    }
    /* Large Devices, Wide Screens */
    
    @media only screen and (max-width: 1200px) {}
    /* Medium Devices, Desktops */
    
    @media only screen and (max-width: 1024px) {
        .hidden-md {
            display: none !important;
        }
        .visible-md {
            display: block !important;
        }
        /* HEADER ------------------------------------------------ */
        header .lower .nav-links a {
            margin-right: 10px;
            font-size: 12px;
        }
        .call-icon {
            font-size: 12px !important;
        }
        /* -------------------------------------------------------------------------  */
        .banner-title-wrapper .sec-title {
            font-size: 40px;
            line-height: 72px;
        }
        .sec-content-wrapper {
            margin-left: 50px!important;
        }
        .banner-top {
            font-size: 20px;
            line-height: 24px;
        }
        .sec-title {
            margin-bottom: 15px;
            line-height: 72px;
        }
        .banner-launch {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 25px;
        }
        .banner-content {
            font-size: 20px;
            line-height: 30px;
        }
        .banner-hr {
            max-width: 80%;
        }
        .banner-location {
            font-size: 18px;
            line-height: 26px;
            margin-bottom: 25px;
        }
        .home-banner {
            min-height: 600px;
        }
        /* Banner ENDS */
        .overview-content {
            top: 50px;
            max-width: 500px;
        }
        .highlight-svg-wrapper img {
            max-width: 700px;
            height: auto;
        }
        .highlight-svg-wrapper svg {
            transform: translate(-53%, -55%);
            max-width: 750px;
        }
        .lifestyle-img {
            max-width: 332px;
        }
        /* Overview ENDS */
        .section-parallax {
            background-attachment: unset;
            background-size: cover;
            max-height: 700px;
            background-position: top;
            /* margin-bottom: 70px; */
            /* background-size: 100%; */
            background-repeat: no-repeat;
        }
        .specifications {
            max-height: 600px;
            min-height: 600px;
        }
        .ame-arrows-pos img {
            max-width: 40px;
        }
        .sec-title:before {
            right: -97px;
            bottom: 21px;
        }
        .group-logo {
            display: block;
            margin-bottom: 15px;
        }
        .section-sub-top,
        .section-sub-bot {
            font-size: 18px;
        }
        .sec-title {
            margin-bottom: 5px;
            font-size: 53px;
        }
        .sec-title:after {
            left: -100px;
            top: 18px;
        }
        .sec-title:before {
            right: -98px;
            bottom: 17px;
        }
    }
    /* Small Devices, Tablets */
    
    @media (min-width:768px) and (max-width:992px) {
        .overview-bg {
            margin-top: -350px;
        }
    }
    
    @media only screen and (max-width: 992px) {
        .highlight-svg-wrapper img {
            max-width: 100%;
        }
        .residences-btn {
            text-align: center;
        }
        .home-banner {
            min-height: 100%;
            padding-top: 50px;
            padding-bottom: 50px;
        }
        .rotate-hamburger span:nth-child(1) {
            transform: translate(1px, 8px) rotate(45deg);
            transform-origin: center center;
        }
        .rotate-hamburger span:nth-child(2) {
            opacity: 0;
        }
        .rotate-hamburger span:nth-child(3) {
            transform: rotate(-45deg) translate(4px, -2px);
            transform-origin: center;
        }
        .mobile-header-mobile-icon {
            display: block;
        }
        .mobile-padding {
            padding: 0 15px !important;
        }
        /* banner start  */
        header .form-container.show {
            top: 0 !important;
            bottom: 0 !important;
            display: block !important;
        }
        .menu-icon-mobile {
            display: block;
            width: 50px;
            padding: 14px 8px 4px 8px;
            background-color: transparent;
            border-radius: 0px;
            margin: 0;
            position: absolute;
            top: 5px;
            right: 0;
            height: 40px;
        }
        .menu-icon-mobile>span span {
            display: block;
            height: 2px;
            width: 23px;
            margin-bottom: 4px;
            background-color: var(--wred);
        }
        .menu-icon-mobile.active>span:nth-child(1) {
            transform: rotate(45deg);
        }
        .menu-icon-mobile.active>span:nth-child(2) {
            transform: rotate(135deg);
            position: relative;
            top: -5px;
        }
        .menu-icon-mobile.active>span:nth-child(3) {
            display: none;
        }
        header .nav-links {
            display: none;
            position: fixed;
            top: 94px;
            left: 0;
            background-color: #fff;
            width: 100%;
            height: 100%;
            z-index: 999;
            padding-top: 20px;
        }
        header .nav-links a {
            display: block !important;
            text-align: center;
            line-height: 40px !important;
            color: #fff;
            margin-top: 0px;
            margin-right: 0px;
        }
        header .lower .nav-links a:last-child {
            margin-right: 0px;
        }
        header .lower .nav-links a {
            margin-right: 0px;
            color: #000;
        }
        header .upper .enq-btn-wrapper {
            margin-right: 50px;
            margin-top: 15px;
        }
        header .upper .ctc-wrapper {
            margin-right: 5px;
        }
        header .upper .number-wrapper {
            margin-right: 15px;
            margin-top: 25px;
        }
        .hidden-sm {
            display: none !important;
        }
        .visible-sm {
            display: block !important;
        }
        section.padding {
            padding: 50px 0px;
        }
        footer {
            padding-bottom: 0px;
        }
        footer .lower {
            font-size: 10px;
            padding: 10px 0px;
        }
        footer .lower div {
            text-align: center !important;
        }
        header .lower .nav-links a.active:after {
            display: none;
        }
        .mob-footer {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            text-align: center;
            background-color: #fff;
            font-size: 14px;
            font-weight: 600;
            z-index: 9999;
        }
        .mob-footer a {
            display: block;
            line-height: 30px;
        }
        .mob-footer a.mob-enq-btn {
            background: var(--wred);
            color: #fff;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
        }
        .mob-footer a.mob-call-btn {
            background-color: #fff;
            color: var(--wred);
            text-transform: uppercase;
            font-weight: 600;
            font-size: 14px;
        }
        #hid-on-mob {
            display: none !important;
        }
        /* CUSTOM --------------------------------------------- */
        header .brand-logo img {
            width: auto;
        }
        .margin-auto {
            margin: auto;
        }
        .sec-title {
            display: inline-block;
        }
        .home-banner .sec-title:after {
            left: -40px;
            top: 22px;
        }
        .home-banner .sec-title:before {
            right: -36px;
        }
        .banner-top {
            font-size: 16px;
            line-height: 20px;
        }
        .sec-title {
            margin-bottom: 5px;
        }
        .banner-launch {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 15px;
        }
        .banner-content {
            font-size: 18px;
            line-height: 22px;
        }
        .banner-location {
            font-size: 14px;
            line-height: 20px;
            margin-bottom: 20px;
        }
        .banner-hr {
            margin: 15px 0;
        }
        .scroll-wrap {
            display: block;
            padding: 11px 21px;
        }
        .highlight-arrows a {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            z-index: 10;
        }
        .section-parallax {
            background-attachment: unset!important;
        }
        .highlight-arrows .high-prev {
            left: 0px;
        }
        .highlight-arrows .high-next {
            right: 0px;
        }
        .hl-title {
            min-height: 44px;
        }
        .ls-click-img {
            position: absolute;
            bottom: 0px;
            right: 0px;
        }
        .lifestyle-main-wrapper:hover .ls-click-img {
            display: none!important;
        }
        .lifestyle-img {
            position: relative;
        }
        .mg-bt-sm-m-100 {
            margin-bottom: -200px;
        }
        .section-parallax {
            max-height: 550px;
        }
        .location:after {
            display: none;
        }
        .loc-pointer-wrapper {
            position: relative;
            right: auto;
            z-index: 10;
            left: auto;
            margin-top: 40px;
            margin-inline: auto;
        }
        .lifestyle-img .lifestyle-fullimg {
            width: 100%;
        }
        .lifestyle-main-wrapper:hover .lifestyle-img:after {
            opacity: 1;
        }
        .lifestyle-conten {
            left: 50%;
            transform: translate(-50%, 100%);
            width: 90%;
        }
        .lifestyle-main-wrapper:hover .lifestyle-conten {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -30%);
        }
        .lifestyle-list-title {
            font-size: 14px;
        }
        .lifestyle-conten ul li {
            font-size: 14px;
        }
        .lifestyle-img:hover {
            max-width: 332px;
        }
        .specifications-wrapper {
            padding-left: 0px!important;
        }
        .specifications {
            max-height: 100%;
            min-height: 600px;
        }
        .ame-arrows-pos {
            top: auto;
        }
        .specifications-slider {
            max-width: 400px;
            margin: auto;
        }
        .spec-slider-content {
            width: 100%;
            max-width: 100%;
        }
        .specifications .enq-banner-wrapper {
            text-align: center;
            display: none;
        }
        .ame-arrows-pos {
            bottom: 0px;
            left: 50%;
            transform: translateX(-50%);
            right: auto;
            text-align: center;
            max-width: 100px;
        }
        .specifications .sec-content-wrapper {
            text-align: center;
            margin-left: 0px!important;
        }
        .specifications {
            align-items: unset;
        }
        .amenities-slider-wrapper {
            margin-top: 40px;
        }
        .about-content {
            padding-left: 50px;
        }
        .section-content {
            line-height: 24px;
            margin-top: 20px;
        }
        .banner-title-wrapper .sec-title {
            line-height: 80px;
        }
        .banner-top {
            margin-bottom: -10px;
            margin-top: 10px;
        }
        .highligh-slider {
            margin-top: 50px;
        }
    }
    /* Extra Small Devices, Phones */
    
    @media only screen and (max-width: 640px) {
        body {
            -webkit-text-size-adjust: none;
        }
        .hidden-xs {
            display: none !important;
        }
        .visible-xs {
            display: block !important;
        }
        .menu-icon-mobile {
            height: auto;
            padding: 0px 8px 0px 8px;
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            justify-content: center;
            align-items: center;
            width: 82px;
            flex-direction: row-reverse;
        }
        .mobile-header-mobile-icon {
            height: 32px;
            width: 32px;
            border-radius: 50%;
            background: unset;
            display: inline-block;
            margin-right: 10px;
            display: none;
        }
        header {
            padding: 15px 0;
        }
        header .nav-links {
            padding: 10px 0;
            top: 55px;
        }
        header .brand-logo img {
            height: 33px;
            object-fit: cover;
            margin-top: -7px;
        }
        .brand-logo a {
            display: inline-block;
            position: relative;
            bottom: -3px;
        }
        header .form-container {
            position: fixed !important;
            left: 0 !important;
            right: 0 !important;
            top: 100% !important;
            bottom: -100% !important;
            width: 100% !important;
            padding: 30px 0 !important;
            -ms-transform: translate(0, 0);
            -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
            z-index: 300;
            background-color: rgba(255, 254, 254, 0.97) !important;
        }
        header .form-container.show {
            top: 0 !important;
            bottom: 0 !important;
            display: block !important;
        }
        header .form-container .frmclose {
            display: inline-block;
            position: absolute;
            top: 10px;
            right: 10px;
            color: #000;
            font-size: 20px;
        }
        .sec-title:after {
            left: -42px;
            width: 50px;
        }
        .sec-content-wrapper {
            margin-left: 0px!important;
        }
        .overview-content {
            left: 20px;
        }
        .loc-pointer-wrapper {
            max-width: 300px;
            padding: 20px;
        }
        .map-wrapper {
            margin-top: -150px;
        }
        .specifications-slider {
            max-width: 300px;
            margin: auto;
        }
        .specifications {
            max-height: 100%;
            min-height: 800px;
        }
        .about-img {
            width: 100%;
        }
        .sec-title:before {
            right: -46px;
            bottom: 16px;
            width: 50px;
        }
        .sec-title {
            margin-bottom: 5px;
            font-size: 63px;
            line-height: 80px;
        }
        .about-content .sec-title:after {
            left: -29px;
        }
        .specifications-content .sec-title:before {
            right: -40px;
        }
        .banner-title-wrapper .sec-title {
            margin-bottom: 5px;
            font-size: 45px;
            line-height: 75px;
        }
        .home-banner {
            padding-top: 50px;
        }
        .art-imp {
            font-size: 5px;
            width: auto;
        }
        .highlight-img-wrapper .art-imp {
            display: none;
        }
        .slick-arrows {
            max-width: 40px!important;
        }
        .section-sub-top {
            margin-bottom: -12px;
        }
        .location-content .sec-title:before {
            right: -37px;
        }
        .highligh-slider {
            margin-top: 30px;
        }
        .lifestyle-img {
            max-width: 100%;
        }
        .lifestyle-img:hover {
            max-width: 100%;
        }
        .map-wrapper-img {
            display: block!important;
        }
        .qr-wrapper{
            grid-template-columns: auto;
            justify-content: center;
            text-align: center;
            font-size: 12px;
            gap: 10px 0;
        }
        /* -------- Form code for responisve layout --------------  */
        .popup-custom{
            max-width: unset;
            width: 100%;
            height: 100%;
            margin: unset;
            transform: unset;
            top: unset;
            padding: 30px 20px;
        }
  /* -------- Form code for responisve layout --------------  */
    }
    /* Extra Small Devices, Phones */
    
    @media only screen and (max-width: 480px) {
        .about-content {
            padding-left: 20px;
        }
    }
    /* Extra Small Devices, Phones */
    
    @media only screen and (max-width: 375px) {
        .home-banner .sec-title:after {
            left: -26px;
            width: 30px;
        }
        .home-banner .sec-title:before {
            right: -29px;
            width: 40px;
        }
    }
    
    @media only screen and (max-width: 320px) {
        .banner-title-wrapper .sec-title {
            margin-bottom: 5px;
            font-size: 36px;
            line-height: 69px;
        }
        .sec-title {
            margin-bottom: 5px;
            font-size: 54px;
            line-height: 72px;
        }
        .section-content {
            font-size: 12px;
            line-height: 20px;
            margin-top: 20px;
        }
    }