@media screen and (max-width: 1799px) {

  .section-title h1 {
    font-size: 100px;
    line-height: 110px;
  }

  .banner-content {
    bottom: 100px;
  }

  .columns.gap-2 {
    margin-left: -26px !important;
    margin-right: -26px !important;
  }

  .gap-2>.column {
    padding-left: 26px;
    padding-right: 26px;
  }

  .overview-counter-block h3 {
    font-size: 40px;
  }

  .overview-counter-main {
    flex-wrap: wrap;
    gap: 10px;
  }

  .amenities-block {
    padding: 15px;
  }

  .location-tab .tab-details {
    gap: 80px;
  }

  .counter-block h3 {
    font-size: 35px !important;
  }

  .columns.about-company-cols {
    justify-content: center;
  }

  .overview-counter-block:not(:last-child) {
    width: calc(33.33% - 20px);
    flex: 0 0 auto;
    margin-right: 10px;
    padding-right: 10px;
    max-width: unset;
  }

  .overview-counter-main {
    justify-content: start;
  }
}

@media screen and (max-width: 1599px) {
  .highlights-title h6 {
    font-size: 18px;
  }

  .highlights-block {
    padding: 20px;
  }

  .column.about-company-col {
    width: 33.33%;
    flex: 0 0 auto;
  }

  .columns.gap-2 {
    margin-left: -16px !important;
    margin-right: -16px !important;
  }

  .gap-2>.column {
    padding-left: 16px;
    padding-right: 16px;
  }

  .overview-counter-block h3 {
    font-size: 35px;
  }

  .theme-padding {
    padding-left: 100px;
    padding-right: 100px;
  }

  header {
    padding: 12px 80px;
  }

  .menu-item {
    padding: 8px 15px;
  }
}

@media screen and (max-width: 1408px) {
  .highlights-icon img {
    width: auto;
    height: 80px;
  }

  .location-tab .tab-details {
    gap: 50px;
  }

  .location-icon {
    padding: 10px;
    height: 60px;
    width: 60px;
  }

  .location-list ul li p {
    font-size: 16px;
  }

  .location-icon-with-text h5 {
    font-size: 22px;
  }

  .location-icon-with-text {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .tab-list .tab a {
    font-size: 22px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .section-title h1 {
    font-size: 80px;
    line-height: 90px;
  }

  .banner-content {
    bottom: 80px;
  }

  .connectivity-detail {
    padding-left: 60px;
  }

  .highlight-item:not(:last-child) {
    margin-bottom: 8px;
  }

  .title-tagline {
    font-size: 16px;
  }

  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }

  header {
    padding: 12px 30px;
  }

  .theme-logo img {
    width: auto;
    max-height: 50px;
    max-width: 160px;
  }

  section,
  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body {
    padding-top: 74px;
  }

  .col-header:first-child {
    max-width: 160px;
    padding: 0;
    flex: 0 0 160px;
  }
}

@media screen and (max-width: 1216px) {
  .highlights-title h6 {
    font-size: 16px;
    padding-left: 16px;
  }

  .counter-block h3 {
    font-size: 30px !important;
  }

  .top-elem img {
    width: auto;
    height: 150px;
  }

  .counter-icon img {
    max-width: 60px;
  }

  .list-point li {
    font-size: 18px;
  }

  .columns.is-variable.is-9 {
    --columnGap: 12px;
  }

  .accordion .accordion-header {
    padding: 12px 0 12px;
  }

  .location-img iframe {
    width: 100%;
    height: 500px;
  }

  a.play-btn svg {
    height: 60px;
    width: 60px;
  }

  .tab-list .tab a {
    font-size: 20px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .overview-counter-block p {
    font-size: 16px;
  }

  .banner-content {
    bottom: 60px;
  }

  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
  }

  .menu-item:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 1px;
    height: 100%;
    background: unset;
  }

  .theme-padding {
    padding-left: 35px;
    padding-right: 35px;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  header {
    padding: 12px 30px;
  }

  .splide__arrow {
    width: 40px;
    height: 40px;
    padding: 8px;
  }

  .insomenu-bars {
    top: 50%;
    right: 30px;
    margin: 0;
    display: inline-block;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 444;
    cursor: pointer;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .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: #006cb6;
  }

  .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;
    width: 30px;
    -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;
  }

  .theme-menu {
    position: fixed;
    background-image: url(../images/header/header-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #fff;
    width: 100%;
    right: 0;
    padding: 0;
    padding: 70px 30px 30px !important;
    margin-top: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    opacity: 0;
    clip-path: circle(50px at 90% -20%);
    -webkit-clip-path: circle(50px at 90% -10%);
    transition: all 1s ease-out;
    pointer-events: none;
    overflow-y: auto;
  }

  .insomenu-active .theme-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }

  .theme-menu ul li {
    padding: 10px 0;
    border-style: solid;
    border-width: 0 0 1px 0;
    border-image: linear-gradient(270deg, rgba(85, 85, 85, 0) 0%, #555555 50%) 1;
  }

  .menu-item {
    line-height: 32px;
  }

  .theme-menu ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
  }

  .sticky-btn-enquire {
    z-index: 888 !important;
  }

  .theme-menu ul {
    flex-direction: column;
    justify-content: start;
  }
}

@media screen and (max-width: 1024px) {
  .brand-logo {
    position: relative;
    padding-right: 30px !important;
    margin-right: 30px !important;
  }

  .columns.gap-1 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .gap-1>.column {
    padding-left: 0px;
    padding-right: 0px;
  }

  .location-img iframe {
    width: 100%;
    height: 500px;
  }

  .location-tab {
    margin-top: 50px;
  }

  .location-tab .tab-details {
    flex-direction: column;
    gap: 10px;
  }

  .tab-list .tab a {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .tab-list-block {
    margin-bottom: 0;
  }

  .tab-list {
    flex-direction: unset;
    gap: 10px;
  }

  .tab-list .tab::before {
    display: none;
  }

  .tab-list .tab.is-active a {
    padding-left: 0;
  }

  .arrow-left {
    padding-left: 0 !important;
  }

  .unwind-slider .splide__arrows {
    position: relative;
    flex-direction: unset;
    justify-content: center;
    margin: 20px auto;
    gap: 10px;
  }

  .list-point li {
    font-size: 18px;
    padding-left: 35px;
  }

  .key-highlights-detail p {
    margin: 20px 0;
    font-size: 16px;
    line-height: 100%;
  }

  span.small-title::after {
    height: 40px;
    width: 40px;
  }

  .overview-counter-block h3 {
    font-size: 30px;
  }

  body {
    font-size: 16px;
  }

  .overview-detail {
    margin-bottom: 30px;
  }

  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .banner-content {
    bottom: 30px;
  }

  .connectivity-detail {
    padding-left: 0;
    padding-top: 30px;
  }

  .title-tagline {
    font-size: 15px;
  }

  .amenities-col {
    width: 25%;
  }

  body {
    padding-top: 74px;
  }

  .container {
    padding: 0 30px;
  }

  .row-copyright {
    margin: -5px;
  }

  .col-copyright {
    padding: 5px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 360px;
    right: -54px;
  }

  section,
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

  .theme-logo img {
    max-height: 65px;
  }

  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }

  .scroll-to-top svg {
    width: 36px;
    height: 36px;
  }

  .scroll-to-top {
    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: var(--brand-gradient);
    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: 18px;
    line-height: 24px;
    border-top: 1px solid #ffffff60;
    text-transform: uppercase;
  }

  .close-form {
    color: #ffffff;
    position: absolute;
    font-size: 22px;
    line-height: 22px;
    top: 8px;
    right: 3px;
    opacity: 0;
    cursor: pointer;
  }

  .tab-list .tab {
    width: calc(50% - 10px) !important;
    flex: 0 0 auto;
  }

  .row-amenities {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .highlights-block {
    padding: 15px;
    justify-content: space-between;
  }

  .arrow-bottom.testimonials-slider .splide__arrows {
    position: relative;
    top: unset;
    right: unset;
    margin: 20px 0 0;
  }

  .accordion .accordion-content {
    padding: 10px 0 4px;
  }

  .brand-logo {
    position: relative;
    padding-right: 20px !important;
    margin-right: 20px !important;
  }

  .column.about-company-col {
    width: 50%;
    flex: 0 0 auto;
  }

  .accordion .accordion-header {
    font-size: 16px;
  }

  .tab-list .tab a {
    width: 100% !important;
    padding: 12px 0px;
  }

  a.play-btn svg {
    height: 40px;
    width: 40px;
  }

  .list-point li {
    font-size: 16px;
  }

  .amenities-col {
    width: 33.33%;
  }

  .amenities-icon img {
    max-width: 50px;
    margin: 0 auto 6px;
  }

  .yBoxFrame.yBoxImgWrap .yBoxPrevImg::after {
    left: 30px !important;
  }

  .yBoxFrame.yBoxImgWrap .yBoxNextImg::after {
    left: 0;
  }

  section,
  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .copyright-detail .small {
    font-size: 13px;
  }

  .counter-block h3 {
    font-size: 28px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 26px;
    line-height: 36px;
  }

  .copyright-line {
    display: block;
    font-size: 0 !important;
    line-height: 0 !important;
  }

  #register-modal {
    padding: 25px;
  }
}

@media screen and (max-width: 575px) {
  .table-floor-plan th {
    font-size: 16px;
    padding: 12px 10px;
  }

  .table-floor-plan td {
    font-size: 16px;
    padding: 12px 10px;
  }

  .column.about-company-col {
    width: 100%;
    flex: 0 0 auto;
  }

  .location-list ul li span {
    font-size: 16px;
  }

  .location-icon-with-text {
    margin-bottom: 10px;
    padding-bottom: 10px;
    gap: 10px;
  }

  .location-icon-with-text h5 {
    font-size: 20px;
  }

  .location-icon img {
    width: auto;
    height: 30px;
  }

  .location-icon {
    padding: 10px;
    height: 50px;
    width: 50px;
  }

  .tab-list .tab a {
    width: 100% !important;
    padding: 5px 0px;
    font-size: 16px;
  }

  .amenities-col {
    width: 50%;
  }

  .theme-modal-card-body {
    padding: 20px;
  }

  .container {
    padding: 0 20px;
  }

  .theme-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .form-control {
    font-size: 13px;
  }

  .btn {
    font-size: 13px;
    line-height: 20px;
  }

  .section-title {
    margin-bottom: 20px;
  }

  .accordion .card__content {
    padding: 0 15px 15px;
  }

  .accordion .card__title {
    padding: 8px 15px;
  }

  .column.col-register {
    padding: 8px;
  }

  .columns.row-register {
    margin: -8px !important;
  }

  .form-control {
    padding: 12px 12px 12px 0;
  }

  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .listed-points li:before {
    width: 8px;
    height: 8px;
  }

  .listed-points li {
    padding-left: 20px;
  }

  #main-slider .splide__arrow {
    display: none;
  }

  .accordion .card__title {
    font-size: 16px;
    min-height: 50px;
  }

  section,
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  body {
    padding-top: 74px;
  }

  .tab-list {
    gap: 10px;
  }

  .sticky-bottom-form {
    display: none !important;
  }

  .sticky-btn-enquire {
    transform: unset;
    top: unset;
    bottom: 0;
    right: 0;
    left: 0;
    border: 0;
    border-top: 1px solid #fff;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #fff;
  }

  .thankyou-block h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

  .thankyou-msg {
    font-size: 14px !important;
  }

  .thankyou-logo img {
    height: 80px;
  }

  .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;
  }

  .scroll-to-top {
    display: none !important;
  }

  body {
    font-size: 14px;
    line-height: 22px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }
}

@media screen and (max-width: 480px) {
  .modal-title {
    font-size: 20px;
  }

  .counter-block h3 {
    font-size: 24px;
  }

  .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;
  }

  .sticky-btn-enquire {
    width: 40%;
  }

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
}

@media screen and (max-width: 380px) {
  body {
    padding-top: 75px;
  }

  .overview-counter-block:not(:last-child) {
    width: calc(50% - 20px);
  }

  .tab-list .tab a {
    width: 100%;
    padding: 5px 0px;
  }

  .tab-list .tab {
    width: 100% !important;
    flex: 0 0 auto;
  }

  .theme-logo img {
    max-height: 55px;
  }

  header {
    padding: 10px 30px;
  }

  .btn {
    padding: 8px 9px;
  }

  .table-floor-plan td {
    font-size: 14px;
    padding: 10px 8px;
  }

  .table-floor-plan-wrapper {
    max-height: 337px;
  }
}

@media screen and (max-width: 360px) {

  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 28px;
  }
}