@media screen and (max-width: 1799px) {}

@media screen and (max-width: 1599px) {
  .theme-padding {
    padding-left: 80px;
    padding-right: 80px;
  }

  .section-compliance,
  #section-banner,
  .section-cms {
    margin-top: 77px;
  }

  .legacy-detail .section-title {
    margin-bottom: 20px;
  }

  .highlights-items {
    min-height: 185px;
    padding: 20px !important;
  }

  .location-map iframe {
    height: 400px;
  }

  body {
    font-size: 14px;
  }

  section,
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 32px;
    line-height: 34px;
  }

  .theme-logo img {
    /* height: 90px; */
  }

  .theme-second-logo.theme-logo img {
    height: 40px;
  }

  .header__menu-link {
    font-size: 14px;
  }

  /* .sticky-btn-enquire {
    top: 300px;
  } */
}

@media screen and (max-width: 1408px) {
  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }
}


@media screen and (max-width: 1216px) {
  .gap-1 .column {
    padding-left: 12px;
    padding-right: 12px;
  }

  .gap-1 {
    margin-left: -12px !important;
    margin-right: -12px !important;
  }

  .col-header:last-child {
    margin-right: 60px;
  }

  .highlights-items {
    padding: 20px 10px !important;
  }

  section,
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .theme-padding {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 28px;
    line-height: 30px;
  }

  .splide__arrow {
    width: 36px;
    height: 36px;
    padding: 8px;
  }

  .stock-image::before,
  .actual-image::before,
  .artistic-impression::after {
    font-size: 9px;
  }

  .theme-logo img {
    /* height: 70px; */
  }

  .sticky-theme-logo {
    padding: 10px 15px;
  }

  .section-compliance,
  #section-banner,
  .section-cms {
    margin-top: 64px;
  }

  .section-compliance {
    padding-top: 60px !important;
  }

  header {
    padding: 26px 30px;
  }

  #header .container {
    max-width: inherit;
    padding: 0;
  }

  .header__menu {
    display: block;
  }

  #header-primary-menu ul li a {
    display: block;
    padding: 12px 30px 6px;
  }

  .insomenu-bars {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
  }

  .insomenu-bars span,
  .insomenu-bars span:after,
  .insomenu-bars span:before {
    width: 30px;
    border-radius: 0;
    -webkit-transition: -webkit-transform ease 0.15s;
    transition: -webkit-transform ease 0.15s;
    transition: transform ease 0.15s;
    transition: transform ease 0.15s, -webkit-transform ease 0.15s;
    position: absolute;
    left: inherit;
    right: 0;
    margin: 0 auto;
    height: 2px;
    background-color: #fff;
  }

  .insomenu-bars span:before {
    top: -8px;
  }

  .insomenu-active .insomenu-bars span,
  .insomenu-active .insomenu-bars span:after,
  .insomenu-active .insomenu-bars span:before {
    opacity: 1;
  }

  .insomenu-bars span {
    top: 50%;
    display: block;
    margin-top: -2px;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    -webkit-transition-duration: 0.1s;
    transition-duration: 0.1s;
  }

  .insomenu-bars span:after,
  .insomenu-bars span:before {
    display: block;
    content: "";
  }

  .insomenu-bars span:before {
    top: -8px;
    -webkit-transition: top 0.1s 0.14s ease, opacity 0.1s ease;
    transition: top 0.1s 0.14s ease, opacity 0.1s ease;
  }

  .insomenu-bars span:after {
    bottom: -8px;
    -webkit-transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: bottom 0.1s 0.14s ease,
      transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19),
      -webkit-transform 0.1s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  .insomenu-active .insomenu-bars span {
    -webkit-transition-delay: 0.14s;
    transition-delay: 0.14s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .insomenu-active .insomenu-bars span:before {
    top: 0;
    -webkit-transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    transition: top 0.1s ease, opacity 0.1s 0.14s ease;
    opacity: 1;
    width: 25px;
  }

  .insomenu-active .insomenu-bars span:after {
    bottom: 0;
    transition: bottom 0.1s ease,
      -webkit-transform 0.1s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: 25px;
  }

  .insomenu-active .insomenu-bars span {
    width: 25px;
  }

  .insomenu-active .menu-creative,
  .insomenu-active .our-offices-item:first-child {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
  }

  .insomenu-active .our-offices-item:last-child {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
  }

  #header-primary-menu {
    position: fixed;
    background-color: #102529;
    border-bottom: 2px solid #fff;
    width: 100%;
    left: 0;
    padding: 30px 0 0 !important;
    margin-top: 65px;
    top: -15px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
  }

  .header__menu-item:last-child a {
    padding: 0;
  }

  .insomenu-active #header-primary-menu {
    top: 0;
    opacity: 1;
    visibility: visible;
    z-index: 9;
    border-bottom: 1px solid #ffffff30;
  }

  #header-primary-menu ul li {
    display: block;
    text-align: left;
    padding: 0;
    border-bottom: 1px solid #ffffff30;
  }

  .header__menu-item {
    line-height: 32px;
  }

  #header-primary-menu ul li:last-child {
    border-bottom: none;
  }

  .header-primary-menu-wrapper-inner {
    position: unset;
    display: unset;
    gap: unset;
  }

  .col-header:last-child {
    max-width: initial;
    flex: inherit;
  }

  .theme-second-logo.theme-logo img {
    margin-right: 50px;
  }
}

@media screen and (max-width: 1024px) {
  .footer-address p br {
    display: none;
  }

  .order-2 {
    order: unset;
  }

  .compliance-table table {
    border-spacing: 1px;
  }

  .copyright-bar {
    /* padding: 10px 0 56px; */
    padding: 10px 0;
  }

  .footer-address {
    margin-bottom: 20px;
  }

  .container {
    padding: 0 30px;
  }

  .col-highlights:nth-child(3) .highlights-items,
  .col-highlights:nth-child(6) .highlights-items {
    border-right: 1px solid rgb(239 214 190 / 25%);
  }

  .col-highlights:nth-child(4) .highlights-items,
  .col-highlights:nth-child(5) .highlights-items,
  .col-highlights:nth-child(6) .highlights-items {
    border-bottom: 1px solid rgb(239 214 190 / 25%);
  }

  .col-highlights:nth-child(5) .highlights-items,
  .col-highlights:nth-child(6) .highlights-items {
    border-bottom: unset;
  }

  .col-highlights:nth-child(even) .highlights-items {
    border-right: 0;
  }

  .section-greenery:before {
    background-color: #000000cc;
  }

  .overview-detail,
  .limited-in-numbers-detail,
  .big-smiles-detail {
    margin-bottom: 30px;
  }

  .section-compliance,
  #section-banner,
  .section-cms {
    margin-top: 63px;
  }

  #back2top svg {
    width: 36px;
    height: 36px;
  }

  #back2top {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .call-btn {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .sticky-bottom-form-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -165px;
    left: 0;
    width: 100%;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    background-color: #102529;
    z-index: 999;
  }

  .sticky-bottom-form.open .close-form {
    opacity: 1;
    background-color: transparent;
  }

  .sticky-bottom-form.open .sticky-bottom-form-inner {
    bottom: 0;
    left: 0;
  }

  .sticky-bottom-form {
    bottom: auto;
    left: auto;
    padding: 0;
    width: 100%;
    background: rgb(45 41 38 / 0.9);
    max-width: 100%;
    margin: 0 auto;
    right: 0;
    position: inherit;
    z-index: 999 !important;
  }

  .sticky-bottom-form .col-form {
    width: 50%;
    margin: 0 0 15px !important;
  }

  .sticky-bottom-form .col-form.col-form-btn {
    width: 100%;
  }

  .col-form-title {
    display: inline-block;
    width: 100%;
    margin-bottom: 0;
  }

  .col-form-title h3 {
    margin: 0;
    padding: 10px 12px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 20px;
    line-height: 24px;
    border-top: 1px solid #ffffff30;
    text-transform: uppercase;
  }

  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }
}

@media screen and (max-width: 991px) {

  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }

  .col-footer:last-child {
    margin-bottom: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .section-footer .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .pdf-icon img {
    width: 25px;
    margin: 0 auto;
  }

  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 10px !important;
  }

  .legacy-detail .section-title {
    margin-bottom: 10px;
  }

  .legacy-detail {
    margin-bottom: 30px;
  }

  .location-detail .section-title {
    margin-bottom: 15px;
  }

  .highlights-icons img {
    height: 65px;
    margin: 0 auto 12px;
  }

  .highlights-items p {
    font-size: 13px;
  }

  .highlights-items {
    min-height: 210px;
    padding: 30px !important;
  }


  .title-tagline {
    margin-top: 3px;
  }

  .tab-list .tab {
    width: 160px;
    padding: 12px 24px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 0;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
    margin-bottom: 0;
  }

  .location-block {
    padding: 30px 0 0 0;
  }

  #register-modal {
    padding: 30px;
  }
}

@media screen and (max-width: 575px) {
  .theme-modal-card-body {
    padding: 20px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  #home .copyright-bar {
    padding: 10px 0 56px;
  }

  .section-compliance,
  #section-banner,
  .section-cms {
    margin-top: 61px;
  }

  .compliance-table table tr th {
    font-size: 12px;
    padding: 12px 6px;
  }

  .compliance-table table tr,
  .compliance-table table td {
    font-size: 13px;
    padding: 12px 8px;
  }

  .footer-address p br {
    display: block;
  }

  .footer-menu li {
    width: calc(33.33% - 10px);
  }

  .mb-6 {
    margin-bottom: 20px !important;
  }

  .location-map iframe {
    height: 300px;
  }

  .col-highlights {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

  .highlights-items {
    min-height: auto;
    padding: 20px 0 !important;
    border-right: 0 !important;
    border-bottom: 1px solid rgb(239 214 190 / 25%) !important;
  }

  .col-highlights:last-child .highlights-items {
    border-bottom: 0 !important;
  }

  section,
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .theme-padding {
    padding-left: 30px;
    padding-right: 30px;
  }

  #main-slider .artistic-impression::after {
    right: unset;
    left: 10px;
    bottom: 6px;
  }

  .splide__arrow--next {
    right: 20px;
  }

  .splide__arrow--prev {
    left: 20px;
  }

  .theme-second-logo.theme-logo img {
    height: 36px;
  }

  #header-primary-menu {
    margin-top: 61px;
    padding: 24px 0 0 !important;
  }

  .theme-logo img {
    height: 60px;
  }

  .tab-list {
    gap: 10px;
  }


  .sticky-bottom-form {
    display: none !important;
  }

  .sticky-btn-enquire {
    /* transform: unset; */
    top: 50%;
    bottom: unset;
    right: -13%;
    left: unset;
    border: 0;
    border-top: none;
    border-radius: 0;
    text-align: center;
    width: 33%;
    padding: 9px 0px !important;
}


  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #ffffff30;
  }

  .thankyou-block h1 {
    font-size: 22px;
    margin-bottom: 8px;
  }

  .thankyou-msg {
    font-size: 14px !important
  }

  .thankyou-logo img {
    height: 80px;
  }

  .close1,
  .close {
    bottom: initial;
    top: -18px;
    left: initial;
    right: -18px;
    width: 36px;
    height: 36px;
  }

  .theme-modal-card {
    max-width: 100%;
  }

  .theme-modal .theme-modal-card {
    top: -30px;
    transform: none;
    margin-top: 30px;
    padding: 20px;
  }

  .theme-modal.is-active .theme-modal-card {
    top: 0;
    transform: none;
    margin-top: 30px;
  }

  #back2top {
    display: none !important;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title h2:before {
    height: 2px;
  }

  .location-list h3 {
    min-height: inherit;
  }

  .connectivity-list {
    margin-top: 10px;
  }

  .listed-points li {
    font-size: 14px;
    line-height: 22px !important;
  }
}

@media screen and (max-width: 480px) {
  .modal-title {
    font-size: 20px;
  }

  .fs-14 {
    font-size: 12px;
  }

  .highlights-icons img {
    height: 55px;
    margin: 0 auto 8px;
  }

  .highlights-items {
    padding: 10px 0 !important;
  }

  .col-highlights:first-child .highlights-items {
    padding-top: 0 !important;
  }

  .col-highlights:last-child .highlights-items {
    padding-bottom: 0 !important;
  }

  small {
    font-size: 13px;
  }

  .footer-menu li {
    width: calc(50% - 10px);
  }

  .location-map iframe {
    height: 260px;
  }

  #section-greenery {
    padding-top: 80px;
    padding-bottom: 80px;
    background-position: left;
  }

  .no-webp .section-greenery {
    background-image: url(../images/greenery/greenery1-sm.jpg);
  }

  .webp .section-greenery {
    background-image: url(../images/greenery/greenery1-sm.webp);
  }

  body {
    font-size: 13px;
  }

  .theme-btn {
    padding: 6px 30px;
  }

  ::placeholder {
    font-size: 13px;
  }

  .sm-form-control {
    padding: 10px 10px 10px 0;
  }

  #header-primary-menu {
    padding: 15px 0 0 !important;
  }

  .theme-second-logo.theme-logo img {
    margin-right: 40px;
  }

  header {
    padding: 15px 12px;
  }

  .sticky-theme-logo {
    top: -17px;
    padding: 13px 15px;
  }

  .theme-logo img {
    height: 27px;
  }

  .theme-second-logo.theme-logo img {
    height: 30px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
  }
}

@media screen and (max-width: 420px) {
  .modal-title {
    font-size: 16px;
  }

  .sticky-btn-enquire {
    font-size: 12px !important;
    width: 34%;
}

  /* .sticky-btn-enquire {
    width: 40%;
  } */

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
  .column.col-amenities {
    width: 100% !important;
    border-right: 0;
  }

  .amenities-item {
    padding: 20px;
  }

  .col-amenities:nth-child(11) {
    border-bottom: 1px solid #D7D7D7;
  }
}

@media screen and (max-width: 380px) {
  .tab-list .tab {
    width: 100%;
    padding: 12px 24px;
  }

  header {
    padding: 15px 12px;
  }
  .column.col-amenities {
    width: 100% !important;
    border-right: 0;
  }

  .amenities-item {
    padding: 20px;
  }

  .col-amenities:nth-child(11) {
    border-bottom: 1px solid #D7D7D7;
  }
}

@media screen and (max-width: 360px) {
  .theme-logo img {
    height: 24px;
  }

  .col-header:first-child {
    max-width: 100px;
    flex: 0 0 100px;
  }

  .sticky-theme-logo {
    padding: 18px 15px;
  }
  .column.col-amenities {
    width: 100% !important;
    border-right: 0;
  }

  .amenities-item {
    padding: 20px;
  }

  .col-amenities:nth-child(11) {
    border-bottom: 1px solid #D7D7D7;
  }
}