@media screen and (max-width: 1880px) {
  .section-title.main-title:before {
    /* width: 35%; */
    display: none;
  }

  /* #the-grove-form .section-title img,
  .the-grove-detail .section-title img {
    height: 65px;
    width: auto;
  } */

  .section-title.main-title {
    margin: 30px 0 50px;
  }
}

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

  .the-grove-customer-meet img {
    height: 20px !important;
  }

  .the-grove-form-detail .section-title img {
    height: 23px !important;
  }

  .the-grove-logos {
    padding: 10px 40px 10px 60px;
  }

  .the-grove-form-inner {
    margin-bottom: 0;
  }

  .the-grove-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  header {
    padding: 12px 100px;
  }

  .the-grove-wrapper {
    padding-top: 30px;
    padding-bottom: 30px;
  }

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

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

  .the-grove-form-content {
    padding: 30px 50px;
  }

  .form-label-title {
    height: 38px;
    font-size: 13px;
    min-width: 100px;
  }

  .sm-form-control,
  .select .value {
    padding: 6px 12px;
  }

  .col-form.col-form-btn {
    margin: 20px 0 0;
  }

  .the-grove-form-content {
    padding: 10px 40px;
  }

  .col-form {
    margin-bottom: 12px;
  }

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

  .the-grove-form-detail .section-title {
    margin: 0 0 20px;
  }

  .the-grove-form-detail .section-title {
    max-width: 100%;
  }

  .section-title.main-title {
    margin: 15px 0 25px 0;
  }

  .max-content {
    max-width: 100%;
  }

  #the-grove-form .section-title img,
  .the-grove-detail .section-title img {
    height: 50px;
    width: auto;
  }

  .venue-detail .theme-btn {
    font-size: 13px;
  }

  .section-title h4 {
    font-size: 22px;
  }

  .key-icon img {
    height: 55px;
  }

  .key-title span {
    font-size: 14px;
    margin-top: 12px;
  }

  .venue {
    margin-top: 30px;
  }

  .venue-detail h5 {
    font-size: 16px;
    line-height: 22px;
  }

  .venue-detail span {
    display: block;
    font-size: 14px;
  }

  .the-grove-wrapper {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

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

  .theme-logo.dlf-logo img {
    height: 38px;
  }

  header {
    padding: 12px 60px;
  }

  .search-item select {
    padding: 10px 8px;
  }
}

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

  .the-grove-logos {
    padding: 10px 40px 10px 30px;
  }

  header {
    padding: 12px 30px;
  }

  .section-home-wrapper:before {
    width: 41.66667%;
  }

  .key-hghlight-feature {
    gap: 100px;
  }

  .key-highlight-item:before {
    right: -50px;
  }

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

  .key-icon img {
    height: 45px;
  }

  .venue-detail h5 {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 2px;
  }

  body {
    font-size: 14px;
  }

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

  .splide__arrow {
    width: 44px;
    height: 44px;
    padding: 10px;
  }

  .insomenu-bars {
    top: 50%;
    right: 20px;
    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: #28438c;
  }

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

  #header-primary-menu {
    position: fixed;
    background-color: #fff;
    width: 100%;
    left: 0;
    padding: 0;
    padding: 0 20px 20px !important;
    margin-top: 94px;
    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;
  }

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

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

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

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

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

  .search-item select {
    padding: 10px 7px;
    font-size: 13px;
  }

  #the-grove-form .section-title img,
  .the-grove-detail .section-title img {
    height: 45px !important;
    width: auto;
  }

  .container {
    padding: 0 30px;
  }

  .home-rsvp-btn-responsive {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    padding: 0 30px;
  }

  .copyright-content {
    display: none !important;
  }

  .the-grove-form-detail .section-title {
    max-width: 120px;
    text-align: center;
    display: block;
    margin: 0 auto 22px;
  }

  #the-grove-form {
    position: fixed;
    bottom: -100%;
    left: 0;
    width: 100%;
    background-color: #1b1b1b;
    z-index: 99;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    border-top: 1px solid #A0A0A0;
  }

  #the-grove-form.is-active {
    bottom: 0;
    opacity: 1;
    visibility: visible;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
  }

  .close1,
  .close {
    display: flex !important;

  }

  .is-active .section-home-wrapper {
    z-index: unset;
  }

  html:before {
    z-index: 88;
  }

  .section-home {
    z-index: unset;
  }

  .the-grove-form-content {
    padding: 0;
  }

  .hidden-mobile {
    display: none;
  }

  .the-grove-logos {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .the-grove-wrapper {
    padding: 20px 30px 60px !important;
  }

  .theme-logo.dlf-logo {
    margin-bottom: 0;
  }

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

  .theme-logo.dlf-logo img {
    height: 32px;
  }

  .hidden-desktop {
    display: block;
  }

  .section-home-wrapper:before {
    display: none;
  }

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

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

  .sticky-bottom-form-inner {
    position: fixed;
    padding: 0;
    display: block;
    bottom: -165px;
    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: 99;
  }

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

  .sticky-bottom-form.open .sticky-bottom-form-inner {
    bottom: 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 rgb(182 223 235);
    text-transform: uppercase;
  }

  #footer {
    padding: 20px 20px 60px 0;
  }

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

  .section-title.the-grove-customer-meet img {
    height: 18px !important;
  }
}

@media screen and (max-width: 991px) {
  .sticky-btn-enquire {
    font-size: 15px !important;
    padding: 8px 15px !important;
    right: -62px;
  }

  .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-title h4:before {
    display: none;
  }

  #the-grove-form .section-title,
  .the-grove-detail .section-title {
    text-align: center;
  }

  .the-grove-wrapper {
    padding: 10px 30px 30px !important;
  }

  #the-grove-form .section-title img,
  .the-grove-detail .section-title img {
    height: auto !important;
    margin: 0 auto;
  }

  .section-title {
    display: block;
    text-align: center;
  }

  .key-highlight-wrapper {
    padding: 0 !important;
  }

  .key-hghlight-feature {
    justify-content: center;
    gap: 80px;
    flex-wrap: nowrap;
  }

  .key-highlight-item:before {
    right: -40px;
  }

  .venue {
    text-align: center;
  }

  .the-grove-logos {
    padding: 10px 30px 10px 30px;
  }
}

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

  .section-home-wrapper {
    height: calc(100% - 100px);
  }

  .the-grove-customer-meet img {
    max-width: 150px;
  }

  .the-grove-detail .main-title.section-title img {
    max-width: 260px;
  }

  .thankyou-block h1 {
    font-size: 24px;
    margin-bottom: 5px;
  }

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

  .thankyou-logo img {
    max-width: 140px;
  }

  .col-form.col-form-btn {
    margin: 60px 0 0;
  }

  .the-grove-form-detail .section-title {
    max-width: 110px;
  }

  #the-grove-form {
    padding: 30px 20px;
  }

  .form-label-title {
    height: 34px;
    font-size: 12px;
    min-width: 86px;
    padding: 5px 10px;
  }

  .home-rsvp-btn-responsive {
    position: fixed;
    bottom: 20px;
  }

  .section-home-wrapper .col-middle-inner {
    display: block;
    height: 100%;
  }

  .section-home-wrapper {
    /* height: auto; */
  }

  .theme-modal-card {
    max-width: 100%;
    width: calc(100% - 60px);
  }

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

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

  .theme-logo.dlf-logo img {
    height: 25px;
  }

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

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

  .key-icon img {
    height: 36px;
  }

  .key-title span {
    font-size: 12px;
    margin-top: 10px;
  }

  .key-hghlight-feature {
    gap: 50px;
  }

  .venue-detail h5 {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 1px;
  }

  .key-highlight-item:before {
    right: -25px;
  }

  body {
    font-size: 12px;
  }

  .theme-btn {
    font-size: 12px;
    line-height: 22px;
    padding: 6px 30px;
  }

  .venue .section-title {
    margin-bottom: 5px;
  }

  .section-home-wrapper .columns,
  .section-home-wrapper .column {
    position: relative;
    height: 100%;
  }

  .the-grove-wrapper-inner {
    position: relative;
    height: 100%;
  }

  .the-grove-detail {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

}

@media screen and (max-width:480px) {
  .the-grove-detail .main-title.section-title img {
    max-width: 240px;
  }

  .the-grove-customer-meet img {
    max-width: 130px;
  }
}