@media screen and (max-width: 1799px) {
  .inside-arcade-desc-num {
    padding: 20px;
  }

  .inside-arcade-desc-items {
    margin-bottom: 20px;
  }
}

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

  .listed-points li,
  .benefits-wrapper-content p {
    font-size: 12px;
  }

  .section-title h2.small-title {
    font-size: 20px;
  }

  .refreshing-greens-desc-text p {
    font-size: 12px;
  }

  .benefits-desc {
    font-size: 13px;
  }

  .p-6 {
    padding: 30px !important;
  }

  .list-point li:before {
    top: 6px;
  }

  .max-content {
    max-width: 800px;
  }

  body {
    font-size: 14px
  }

  .sticky-btn-enquire {
    top: 420px;
    right: -53px;
    font-size: 12px !important;
    padding: 8px 15px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 240px;
    right: -86px;
  }

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

  #main-slider .splide__arrows {
    bottom: 40px;
  }

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

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

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

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

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

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

  .refreshing-greens-detail {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .refreshing-greens-desc-icon img {
    width: 90px;
    height: 90px;
  }

  .refreshing-greens-desc-text {
    padding-left: 20px;
  }

  .refreshing-greens-desc-items:nth-child(even) .refreshing-greens-desc-text {
    padding-right: 20px;
  }

  .refreshing-greens-desc-icon {
    width: 90px;
    flex: 0 0 90px;
  }

  .section-refreshing-greens {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .inside-arcade-desc-text p {
    font-size: 12px;
  }

  .col-benefits:nth-child(even) .benefits-items {
    margin-top: 40px;
  }
}


@media screen and (max-width: 1216px) {
  .section-benefits-wrapper .columns {
    justify-content: center;
  }

  .inside-arcade-desc-text {
    padding-left: 20px;
  }

  .section-title h2.small-title {
    font-size: 18px;
  }

  .inside-arcade-desc-num h4 {
    font-size: 60px;
    line-height: 50px;
  }

  .footer-menu li a:after,
  .header__menu-link:after {
    display: none;
  }

  .gap-1 .column {
    padding-left: 12px;
    padding-right: 12px;
  }

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

  .col-benefits:nth-child(even) .benefits-items {
    margin-top: 0px;
  }

  .inside-arcade-detail {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .inside-arcade-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .big-section-padding {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }

  p {
    margin-bottom: 15px;
  }

  .gap-2>.column {
    padding-left: 20px;
    padding-right: 20px;
  }

  .gap-2 {
    margin-left: -20px !important;
    margin-right: -20px !important;
  }

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

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

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

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

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

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

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

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

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

  header {
    padding: 12px 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: #0d0d0d;
    border-bottom: 2px solid #fff;
    width: 100%;
    left: 0;
    padding: 40px 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;
  }

  .section-refreshing-greens {
    padding-bottom: 0px !important;
  }

  .col-refreshing-greens:first-child {
    margin-bottom: 30px !important;
  }

  .section-location {
    padding: 30px 0 0 0 !important;
  }

  .inside-arcade-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .inside-arcade-detail {
    padding: 30px !important;
  }

  .key-factors-img picture {
    width: 50%;
  }

  .key-factors-img {
    gap: 10px;
  }

  #main-slider .splide__arrow {
    position: absolute;
    transform: translateY(-50%);
  }

  #main-slider .splide__arrows {
    display: unset;
    position: unset;
    bottom: unset;
  }

  .order-2 {
    order: unset;
  }

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

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

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

  .container {
    padding: 0 30px;
  }

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

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

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

  .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: #0d0d0d;
    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;
  }

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

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

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

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

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

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

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

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

  .inside-arcade-desc-num {
    width: 120px;
    flex: 0 0 120px;
  }

  .inside-arcade-desc-num h4 {
    font-size: 50px;
    line-height: 40px;
  }

  .section-title h2.small-title {
    font-size: 16px;
  }

  .col-benefits {
    width: 100% !important;
  }

  .benefits-desc {
    min-height: inherit;
  }

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

  body {
    font-size: 13px;
  }

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

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

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

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

  .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: 80px;
  }

  .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 #ffffff30;
    border-radius: 0;
    text-align: center;
    width: 50%;
    padding: 12px 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: 120px;
  }

  .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: 22px;
    line-height: 28px;
  }
}

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

  .inside-arcade-desc-items {
    flex-direction: column;
    align-items: start;
  }

  .inside-arcade-desc-num {
    width: auto;
    flex: 0 0 auto;
    margin-bottom: 15px;
    padding: 15px 30px;
  }

  .inside-arcade-desc-text {
    padding: 0;
  }

  .inside-arcade-desc-num h4 {
    font-size: 40px;
    line-height: 40px;
  }

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

  #register-modal {
    padding: 20px;
  }

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

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

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

  small {
    font-size: 13px;
  }

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

  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: 5px 15px;
  }

  .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: 40%;
  }

  .sticky-btn-enquire.sticky-brochure {
    width: 60%;
  }
}

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

  header {
    padding: 15px 12px;
  }

  .refreshing-greens-desc-icon img {
    width: 75px;
    height: 75px;
  }

  .refreshing-greens-desc-text {
    padding-left: 10px;
  }

  .refreshing-greens-desc-items:nth-child(even) .refreshing-greens-desc-text {
    padding-right: 10px;
  }

  .refreshing-greens-desc-text {
    padding-left: 0;
  }

  .refreshing-greens-desc-items {
    flex-direction: column;
    text-align: center;
  }

  .key-factors-img {
    flex-direction: column;
  }

  .refreshing-greens-desc-items:nth-child(even) .refreshing-greens-desc-text {
    padding-right: 0;
    order: 1;
  }

  .refreshing-greens-desc-items:nth-child(even) {
    text-align: center;
  }

  .refreshing-greens-desc-items:nth-child(even) .refreshing-greens-desc-icon {
    order: 1;
  }
}

@media screen and (max-width: 360px) {
  .key-factors-img picture {
    width: 100%;
  }

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