@media screen and (max-width: 1799px) {
  #section-banner,
  .section-cms {
    margin-top: 114px;
  }

  .columns.gap-4 {
    margin-left: -40px !important;
    margin-right: -40px !important;
  }

  .gap-4 > .column {
    padding-left: 40px;
    padding-right: 40px;
  }

  .location-icon img {
    height: 35px;
    width: 35px;
  }
  .location-inner-item {
    font-size: 20px;
    line-height: 22px;
  }
  .accordion .card__title {
    padding: 12px 0;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 40px;
    line-height: 58px;
  }
  .setion-location:after {
    bottom: -7px;
  }
}

@media screen and (max-width: 1599px) {
  .footer-border {
    border-right: 1px solid #14141445;
    padding-right: 20px;
    margin-right: 20px;
  }
  .footer-logo {
    max-width: 125px;
    flex: 0 0 125px;
  }

  .columns.gap-4 {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }

  .gap-4 > .column {
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-title h1 {
    font-size: 35px;
    line-height: 45px;
  }
  .title-tagline {
    margin-top: 20px;
    font-size: 18px;
  }

  .columns.gap-5 {
    margin-left: -65px !important;
    margin-right: -65px !important;
  }

  .gap-5 > .column {
    padding-left: 65px;
    padding-right: 65px;
  }

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

  header {
    padding: 12px 80px;
  }

  h3 {
    font-size: 22px;
  }

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

@media screen and (max-width: 1408px) {
  #section-banner,
  .section-cms {
    margin-top: 94px;
  }

  .theme-logo img {
    max-height: 70px;
    max-width: 100px;
  }

  .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: 3px;
    background-color:   #0080C5;
  }

  .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: 20px;
    -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-color: #ffffff;
    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-bottom: 1px solid #eee;
  }

  .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;
  }

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

  .section-title h2 {
    font-size: 36px;
    line-height: 44px;
  }

  header {
    padding: 12px 60px;
  }

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

@media screen and (max-width: 1399px) {
  .setion-location:after {
    bottom: -13px;
  }

  .columns.gap-4 {
    margin-left: -25px !important;
    margin-right: -25px !important;
  }

  .gap-4 > .column {
    padding-left: 25px;
    padding-right: 25px;
  }
  .location-desc .section-title {
    margin-bottom: 20px;
  }
  .accordion .card__title {
    padding: 10px 0;
  }
  .section-title h1 {
    font-size: 30px;
    line-height: 40px;
  }
  .title-tagline {
    margin-top: 16px;
    font-size: 16px;
  }
  .columns.gap-5 {
    margin-left: -55px !important;
    margin-right: -55px !important;
  }

  .gap-5 > .column {
    padding-left: 55px;
    padding-right: 55px;
  }
}

@media screen and (max-width: 1216px) {
  .tab-list .tab {
    margin-top: 5px;
  }

  .section-conveniences {
    padding-right: 35px !important;
  }
  .conveniences-img.relative {
    max-width: 700px;
    margin: 0 auto;
  }
  .conveniences-img::before {
    display: none;
  }
  .footer-border {
    border-right: 1px solid #14141445;
    padding-right: 10px;
    margin-right: 10px;
  }
  .footer-wrapper h6 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 5px;
  }

  .footer-logo {
    max-width: 100px;
    flex: 0 0 100px;
  }

  #visual-slider .splide__arrow {
    position: unset;
    display: flex;
  }
  #visual-slider .splide__arrows {
    position: unset;
    gap: 0px !important;
  }

  .visual-desc p {
    max-width: 100%;
    position: relative;
  }
  .theme-block-img-gallery::before {
    opacity: 0.5;
  }
  .visual-desc {
    padding-right: 35px !important;
  }

  .theme-btn {
    font-size: 16px;
    padding: 12px 16px;
  }

  .column.col-location.order-2 {
    order: 2;
  }
  .setion-location {
    padding-left: 35px !important;
  }

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

  .sticky-btn-enquire.sticky-brochure {
    top: 370px;
    right: -73px;
  }
  .sticky-btn-enquire {
    z-index: 888 !important;
    font-size: 15px;
    padding: 12px 12px !important;
    right: -47px;
  }
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
  }
  .title-tagline {
    margin-top: 15px;
    font-size: 16px;
  }
  .section-title {
    margin-bottom: 20px;
  }

  .columns.gap-5 {
    margin-left: -35px !important;
    margin-right: -35px !important;
  }

  .gap-5 > .column {
    padding-left: 35px;
    padding-right: 35px;
  }

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

  h3 {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  header {
    padding: 12px 30px;
  }

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

@media screen and (max-width: 1024px) {
  ul.footer-menu {
    justify-content: center;
  }

  .overview-detail{
    text-align: center;
  }

  .column.col-footer:nth-child(2) .footer-border {
    border-right: unset;
  }

  h6 {
    font-size: 18px;
  }
  /* .columns.gap-4 {
    margin-left: -0px !important;
    margin-right: -0px !important;
  }

  .gap-4 > .column {
    padding-left: 0px;
    padding-right: 0px;
  } */
  .setion-location {
    padding-left: 35px !important;
  }

  .section-title h1 {
    font-size: 35px;
    line-height: 45px;
  }

  .section-right-bg::before {
    width: 0%;
  }

  .theme-bg-elem {
    background-position: bottom;
  }
  .overview-inner-detail {
    position: relative;
    padding-bottom: 10px;
  }

  .container {
    padding: 0 30px;
  }

  .row-copyright {
    margin: -5px;
  }

  .col-copyright {
    padding: 5px;
  }

  .sticky-btn-enquire {
    font-size: 15px !important;
    right: -42px;
    padding: 10px 12px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 370px;
    right: -68px;
  }

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

  .section-title h2 {
    font-size: 30px;
    line-height: 36px;
  }

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

  .theme-logo img {
    max-height: 65px;
  }

  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }

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

  .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-color: #1d57a3;
    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 #eee;
    text-transform: uppercase;
  }

  #footer {
    padding: 20px;
  }

  .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) {
  .tab-details.js-scroll.fade-in-bottom.section1.scrolled {
    gap: 30px;
  }

  .conveniences-detail .section-title{
    margin-bottom: 30px;
  }

  .title-tagline {
    margin-top: 10px;
    font-size: 15px;
  }
  .section-title {
    margin-bottom: 15px;
  }

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

@media screen and (max-width: 768px) {
  .tab-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap:10px;
  }

  .conveniences-detail .section-title,
  .visual-detail .visual-desc,
  .visual-detail .section-title{
    text-align: center;
  }

  .conveniences-inner-desc {
    padding: 0px 0px 30px;
  }

  .tab-list .tab {
    width: auto;
    padding: 10px 15px;
    margin-top: 0;
  }
  .tab-details {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .tab-details.js-scroll.fade-in-bottom.section1.scrolled {
    align-items: center;
  }
  .tab-list-block {
    margin-bottom: 0;
  }
  .tab-content {
    max-height: 410px;
    width: 100%;
    padding: 30px 30px;
    max-width: 400px;
  }
  .footer-logo {
    max-width: 80px;
    flex: 0 0 80px;
  }

  .footer-wrapper h6 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 5px;
  }

  .video-block .youtube-icon {
    height: 40px;
    width: 40px;
  }
  .video-block .youtube-icon svg {
    height: 20px;
    width: 20px;
  }

  .theme-btn {
    font-size: 14px;
    padding: 10px 14px;
  }
  #floor-layout-slider {
    margin-top: 30px;
  }
  .setion-location {
    padding-left: 30px !important;
  }
  .theme-padding {
    padding-left: 30px;
    padding-right: 30px;
  }
  .visual-desc {
    padding-right: 30px !important;
  }
  .columns.gap-5 {
    margin-left: 0px !important;
    margin-right: 0px !important;
  }

  .gap-5 > .column {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  section,
  .section {
    padding-top: 35px;
    padding-bottom: 35px;
  }
  .title-tagline {
    margin-top: 10px;
    font-size: 16px;
  }

  #location-slider1 {
    margin-top: 30px;
  }

  .copyright-detail .small {
    font-size: 13px;
  }

  .counter-block h3 {
    font-size: 28px;
  }

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

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

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

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

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

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

@media screen and (max-width: 575px) {
  .column.col-footer {
    width: 100% !important;
  }

  .tab-content{
    padding: 20px 20px;
  }

  .section-conveniences {
    padding-right: 20px !important;
}

  .footer-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .footer-border {
    border-right: unset;
    margin-right: unset;
    padding-right: unset;
  }

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

  .visual-desc {
    padding-right: 20px !important;
  }

  .arrow-bottom-slider .splide__arrows {
    margin-top: 20px;
  }
  .splide__arrow {
    width: 35px;
    height: 35px;
    padding: 6px;
  }

  #floor-layout-slider {
    margin-top: 20px;
  }
  .theme-btn {
    font-size: 16px;
    padding: 10px 16px;
  }
  .setion-location {
    padding-left: 25px !important;
  }

  .theme-modal-card-body {
    padding: 20px;
  }

  .container {
    padding: 0 20px;
  }

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

  .sm-form-control {
    font-size: 13px;
  }

  .theme-btn {
    font-size: 13px;
    line-height: 20px;
  }

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

  .accordion .card__content {
    padding: 0 0px 12px;
  }

  .accordion .card__title {
    padding: 10px 0;
  }

  .column.col-register {
    padding: 8px;
  }

  .columns.row-register {
    margin: -8px !important;
  }

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

  .splide__pagination__page {
    width: 10px;
    height: 10px;
  }

  .listed-points li:before {
    width: 5px;
    height: 5px;
  }

  .listed-points li {
    padding-left: 15px;
  }
  .location-inner-item {
    font-size: 18px;
    line-height: 20px;
  }
  .location-icon img {
    height: 30px;
    width: 30px;
  }
  .location-inner-item {
    gap: 15px;
  }

  h3 {
    font-size: 18px;
  }

  #main-slider .splide__arrow {
    display: none;
  }

  .accordion .card__title {
    font-size: 16px;
    min-height: 50px;
  }

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

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

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

  .tab-list {
    gap: 10px;
  }

  #home #footer {
    padding: 20px 0 70px;
  }

  .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: 26px;
    line-height: 36px;
  }

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

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

@media screen and (max-width: 480px) {
  .overview-img .stock-image::after,
  .video-block .stock-image::after {
    left: 10px !important;
    font-size: 12px;
    bottom: 5px;
  }
  .modal-title {
    font-size: 20px;
  }

  .counter-block h3 {
    font-size: 24px;
  }

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

@media screen and (max-width: 420px) {
  .video-block .youtube-icon {
    height: 35px;
    width: 35px;
  }

  .splide__arrow {
    width: 30px;
    height: 30px;
    padding: 4px;
  }

  .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) {
  /* .tab-list .tab {
    width: 100%;
    padding: 12px 24px;
  } */

  .theme-logo img {
    max-height: 55px;
  }

  header {
    padding: 10px 30px;
  }

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

@media screen and (max-width: 360px) {
  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 28px;
  }
}
