@media screen and (max-width: 1599px) {
  .amenities-feature-detail {
    margin-top: 40px;
  }

  .theme-logos-detail {
    max-width: 400px;
  }

  .register-now-btn .theme-btn {
    font-size: 26px;
  }

  .amenities-list-points li {
    margin-bottom: 12px;
  }

  .amenities-list-points {
    margin-bottom: -12px;
  }

  .amenities-feature-detail-items {
    gap: 12px;
  }

  .amenities-feature-desc span {
    font-size: 14px;
  }

  .amenities-feature-desc h4 {
    font-size: 13px;
  }

  .amenities-feature-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .theme-padding {
    padding-left: 60px;
    padding-right: 60px;
  }

  .imperial-goa-detail {
    padding: 0 60px 0 60px;
  }

  .section-title h3 {
    font-size: 45px;
    line-height: 100px;
  }

  .title-tagline {
    font-size: 14px;
    line-height: 20px;
    margin-top: 10px;
  }

  .legacy-detail .section-title h2 {
    left: 20%;
  }

  .we-love-detail {
    padding: 40px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 30px;
    line-height: 35px;
    font-family: 'DM Serif Display', serif;
  }

  .section-title h4{font-family: 'DM Serif Display', serif; font-weight: 500;}

  .legacy-detail .section-title h3,
  .we-love-detail .section-title h3 {
    font-size: 60px;
    line-height: 210px;
  }

  section,
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  header {
    padding: 12px 60px;
  }

  body {
    font-size: 15px;
  }

  .sticky-btn-enquire {
    font-size: 15px !important;
    right: -65px;
  }
}

@media screen and (max-width: 1408px) {
  .legacy-detail .section-title h2 {
    left: 15%;
  }

  .legacy-detail .section-title h2:last-child {
    right: 25%;
  }

  .amenities-feature-desc span {
    font-size: 13px;
  }
}

@media screen and (max-width: 1216px) {
  .theme-padding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .location-detail {
    position: relative;
    max-width: 500px;
  }

  .section-title h3 {
    font-size: 40px;
    line-height: 100px;
  }

  .title-tagline {
    font-size: 14px;
    line-height: 22px;
  }

  .imperial-goa-detail {
    padding: 0 120px 0 30px;
  }

  .section-sub-title {
    font-size: 16px;
  }

  .section-legacy {
    padding-bottom: 230px !important;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .we-love-image img {
    border-radius: 0 180px 0 0;
  }

  .we-love-detail {
    padding: 30px;
  }

  section,
  .section {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .legacy-detail .section-title h3,
  .we-love-detail .section-title h3 {
    font-size: 80px;
    line-height: 190px;
  }

  .call-button {
    padding: 10px 18px 6px;
  }

  body {
    font-size: 14px;
    letter-spacing: 0;
  }

  header {
    padding: 12px 30px;
  }

  .sticky-btn-enquire {
    font-size: 15px !important;
    right: -60px;
    line-height: 18px;
  }

  .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) {
  .list-point li:before {
    width: 14px;
    height: 18px;
    background-size: 15px;
    top: -2px;
  }

  #home #footer {
    padding: 20px 0 55px;
  }

  .theme-logos-detail {
    max-width: 360px;
  }

  .register-now-btn .theme-btn {
    font-size: 24px;
    line-height: 32px;
  }

  .register-now-btn {
    margin: 40px 0;
  }

  .list-point li {
    padding-left: 20px;
  }

  .section-amenities {
    background-position: left;
  }

  .section-amenities:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #ffffff;
    opacity: 0.7;
  }

  .no-webp .section-location {
    background-image: url(../images/location/location-bg-lg.jpg);
  }

  .webp .section-location {
    background-image: url(../images/location/location-bg-lg.html);
  }

  .section-location {
    background-position: right;
  }

  .location-icon {
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
  }

  .sticky-btn-enquire {
    z-index: 888 !important;
  }

  .location-detail .column {
    margin-bottom: 24px;
  }

  .location-detail .columns {
    margin-bottom: -24px !important;
  }

  .order-2 {
    order: unset;
  }

  .no-webp .section-imperial-goa {
    background-image: url(../images/imperial-goa/imperial-goa-bg-lg.jpg);
  }

  .webp .section-imperial-goa {
    background-image: url(../images/imperial-goa/imperial-goa-bg-lg.jpg);
  }

  .section-imperial-goa {
    padding-left: 30px;
    padding-right: 30px;
  }

  .imperial-goa-detail {
    padding: 0;
    margin-bottom: 30px;
  }

  .section-legacy .container {
    max-width: 710px;
  }

  .legacy-detail .section-title h2 {
    left: 5%;
  }

  .legacy-detail .section-title h2:last-child {
    right: 15%;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .we-love-image img {
    border-radius: 0 110px 0 0;
  }

  .legacy-detail .section-title h3,
  .we-love-detail .section-title h3 {
    font-size: 70px;
    line-height: 210px;
  }

  .we-love-detail .section-title h3 {
    font-size: 36px;
    line-height: 50px;
  }

  .we-love-detail {
    padding: 0 30px;
  }

  .container {
    padding: 0 30px;
  }

  .col-copyright,
  .col-copyright:last-child {
    text-align: center;
  }

  #back2top svg {
    width: 36px;
    height: 36px;
  }

  #back2top {
    width: 36px;
    height: 36px;
    bottom: 55px;
  }

  .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: #c7a346;
    z-index: 999;
  }

  .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 6px;
    color: #ffffff;
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 18px;
    line-height: 22px;
    border-top: 1px solid rgb(0 0 0 /30%);
    text-transform: uppercase;
    font-family: 'Gotham Book';
    letter-spacing: 0;
    font-weight: 600;
  }

  #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;
  }
}

@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) {
  .legacy-detail .section-title h2 {
    left: unset;
    right: 63%;
  }

  .thankyou-logo img {
    height: 80px;
  }

  .thankyou-block h1 {
    font-size: 36px;
    margin-bottom: 15px;
    line-height: 40px;
  }

  .legacy-detail .section-title h3 {
    font-size: 60px;
    line-height: 190px;
  }

  .legacy-detail .section-title h2:last-child {
    right: 10%;
  }

  .modal-title {
    font-size: 32px;
    line-height: 32px;
  }

  .col-header:first-child {
    max-width: 180px;
    flex: 0 0 180px;
  }

  .sticky-btn-enquire {
    top: unset;
    bottom: 0;
    transform: unset;
    left: 0;
    right: 0;
    text-align: center;
    padding: 10px 15px 8px !important;
  }

  .sticky-bottom-form {
    display: none !important;
  }

  .theme-modal-card {
    max-width: 530px;
  }

  .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: 5px;
  }
}

@media screen and (max-width: 575px) {
  .theme-modal-card-body {
    padding: 20px;
  }

  .section-register-now .container {
    padding: 0;
  }

  .register-now-btn .theme-btn {
    font-size: 22px;
    line-height: 30px;
  }

  .theme-logos-detail {
    max-width: 320px;
  }

  .section-title h3 {
    font-size: 32px;
    line-height: 90px;
  }

  .section-sub-title {
    font-size: 14px;
  }

  /* .no-webp .section-legacy {
    background-image: url(../images/legacy/legacy-bg-lg.jpg);
  }

  .webp .section-legacy {
    background-image: url(../images/legacy/legacy-bg-lg.webp);
  } */
  .section-legacy {
    padding-bottom: 300px !important;
  }

  .legacy-detail .section-title h3 {
    font-size: 36px;
    line-height: 40px;
  }

  .legacy-detail .section-title h2:last-child {
    text-align: right;
    margin-top: -30px;
  }

  .legacy-detail .section-title h2 {
    position: relative;
    left: unset !important;
    right: unset !important;
    top: unset !important;
    bottom: unset !important;
    display: block;
    text-align: left;
  }

  .legacy-detail .section-title h2:last-child {
    text-align: right;
  }

  .we-love-goa-img {
    position: relative;
    left: -80px;
    margin-top: 30px;
    width: calc(100% + 60px);
  }

  .mobile-content {
    display: block !important;
  }

  .desktop-content {
    display: none !important;
  }

  .we-love-wrapper .column.we-love-col {
    width: 50%;
    flex: 0 0 50%;
  }

  .modal-title {
    font-size: 28px;

  }

  .col-form {
    margin-bottom: 15px;
  }

  .theme-btn {
    padding: 6px 30px 8px;
  }

  .call-button {
    font-size: 13px;
    padding: 8px 18px 6px;
  }

  .call-btn a {
    font-size: 13px;
  }

  .col-header:first-child {
    max-width: 110px;
    flex: 0 0 110px;
  }

  .call-btn {
    margin-left: 15px;
  }

  header {
    padding: 10px;
  }

  #section-banner,
  .section-cms {
    margin-top: 70px;
  }

  .call-btn svg {
    width: 24px;
    height: 24px;
  }

  .theme-logo img {
    height: 40px;
  }

  .thankyou-msg {
    font-size: 14px !important
  }


  .close1,
  .close {
    bottom: initial;
    top: -18px;
    left: initial;
    right: -18px;
    width: 36px;
    height: 36px;
  }

  .theme-modal-card {
    max-width: 100%;
    width: calc(100% - 45px);
  }

  .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;
  }

  p {
    font-size: 14px;
    line-height: 24px !important;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 24px;
    line-height: 30px;
  }

  .section-title h2:before {
    height: 2px;
  }

  .connectivity-list {
    margin-top: 10px;
  }

  .listed-points li {
    font-size: 14px;
    line-height: 24px !important;
  }

  .privacypolicy p,
  .privacypolicy a {
    font-size: 12px !important;
    line-height: 18px !important;
  }


  .copyright-detail span,
  .copyright-detail p,
  .copyright-detail a {
    font-size: 13px;
    margin: 0;
  }
}

@media screen and (max-width: 480px) {
  .call-button {
    font-size: 12px;
    padding:5px;
  }

  .register-now-btn .theme-btn {
    padding: 4px 20px 8px;
  }

  .amenities-feature-detail .column {
    width: 100%;
    flex: 0 0 100%;
    margin-bottom: 24px;
  }

  .amenities-feature-detail .column:last-child {
    margin-bottom: 0;
  }

  .section-amenities:before {
    opacity: 0;
  }

  .no-webp .section-amenities {
    background-image: url(../images/amenities/amenities-lg.jpg);
  }

  .webp .section-amenities {
    background-image: url(../images/amenities/amenities-lg.html);
  }

  .section-amenities {
    background-position: center;
  }

  .location-detail-items {
    flex-direction: column;
    justify-content: left;
    text-align: left;
    gap: 10px;
    align-items: flex-start;
  }

  .location-detail .column {
    margin-bottom: 20px;
  }

  .location-detail .columns {
    margin-bottom: -20px !important;
  }

  .section-title h3 {
    font-size: 30px;
    line-height: 80px;
  }

  .we-love-detail .section-title h3 {
    text-align: left;
  }

  .we-love-detail {
    padding: 0 15px;
  }

  ::placeholder {
    font-size: 13px !important;
  }

  .sm-form-control {
    padding: 15px 15px 10px 0;
  }

  #register-modal .col-form-btn .theme-btn {
    margin-top: 0;
  }
}

@media screen and (max-width: 420px) {
  .amenities-list-points li {
    width: 100%;
    flex: 0 0 100%;
  }

  .amenities-content .section-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 380px) {
  .call-btn {
    margin-left: 10px;
	margin-top:10px;
  }

  .modal-title {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .call-btn-icon {
    margin: 0;
  }

  .call-btn a {
    font-size: 12px;
    line-height: 12px;
  }

  .call-button {
    padding: 6px 10px 6px;
  }

  .col-header:first-child {
    max-width: 100px;
    flex: 0 0 100px;
  }
}

@media screen and (max-width: 360px) {
  .theme-logo img {
    height: 49px;
  }

  .location-detail-items {
    flex-direction: row;
    justify-content: left;
    text-align: left;
    gap: 20px;
    align-items: flex-start;
  }


  .location-detail .column {
    width: 100%;
    flex: 0 0 100%;
  }

  .legacy-detail .section-title h2:last-child {
    margin-top: 0;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 22px;
    line-height: 26px;
  }

  #section-banner,
  .section-cms {
    margin-top: 60px;
  }

  .col-header:first-child {
    max-width: 80px;
    flex: 0 0 80px;
  }
}

@media screen and (max-width: 320px) {
  .call-btn {
    margin-top: 4px;
  }

  #section-banner,
  .section-cms {
    margin-top: 78px;
  }
}