@media screen and (max-width: 1799px) {
      .location-desc {
    padding-bottom: 20px;
}
  .element-left {
    max-width: 250px;
    left: -14%;
  }

  .header__menu-item {
    padding: 16px 12px;
  }

  header {
    padding: 10px 90px;
  }

  .theme-logo {
    left: 100px;
  }
}

@media screen and (max-width: 1599px) {
  .thankyou-block h1 {
    font-size: 40px;
    line-height: 50px;
  }

  .footer-contact {
    margin-bottom: 30px;
  }

  .footer-wrapper {
    padding-bottom: 50px;
  }

  .big-padding {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .gallery-left-element {
    bottom: -180px;
    max-width: 300px;
  }

  .location-title-wrapper {
    gap: 0 60px;
  }

  .location-title-icon::before {
    right: -30px;
  }

  .location-title h3 {
    font-size: 18px;
  }

  .gallery-detail,
  .section-amenities {
    padding-top: 60px;
    padding-bottom: 60px;
    padding-left: 60px;
  }

  .configuration-block::before {
    width: 120px;
    height: 120px;
  }

  .configuration-block {
    padding: 50px;
  }

  .configuration-block h3 {
    font-size: 20px;
  }

  .element-left {
    max-width: 150px;
    left: -5%;
  }

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

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

  header {
    padding: 10px 50px;
  }

  .theme-logo {
    left: 60px;
  }

  .theme-logo {
    max-width: 160px;
  }

  .corporate-logo {
    max-width: 90px;
  }

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

  .header__menu-item {
    padding: 16px 8px;
  }

  h3 {
    font-size: 22px;
  }

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

}

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

  a.whatsapp-icon,
  .scrollToTopBtn {
    bottom: 130px;
  }

  #home #footer {
    padding: 60px 0 80px;
  }

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

  .gallery-left-element {
    bottom: -100px;
    max-width: 170px;
  }

  .right-element {
    top: 60px;
    max-width: 70px;
  }

  .configuration-block-desc {
    margin-bottom: 50px;
  }


  .element-left {
    display: none;
  }

  .theme-logo {
    left: 30px;
  }

  .col-header:last-child,
  .col-header:first-child {
    max-width: 160px;
    padding: 0;
    flex: 0 0 160px;
  }

  .theme-logo {
    padding: 10px 20px 10px 20px;
    max-width: 140px;
  }

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

  .header__menu-item {
    padding: 16px 7px;
  }

  header {
    padding: 10px 30px;
  }

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

  .section-title h2 {
    font-size: 60px;
    line-height: 70px;
  }

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

  .title-tagline {
    font-size: 17px;
    margin-top: 10px;
  }

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

@media screen and (max-width: 1216px) {
  .footer-wrapper {
    padding-bottom: 30px;
  }

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

  .right-element {
    top: 20px;
  }

  .gallery-detail,
  .section-amenities {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
    padding-left: 30px;
  }

  .configuration-block::before {
    width: 80px;
    height: 80px;
  }

  .configuration-block {
    padding: 30px;
  }


  .configuration-block-desc {
    margin-bottom: 30px;
  }

  .header__menu-link {
    color: #fff;
  }

  .header__menu-link:hover {
    color: #2E3191;
  }

  .header__menu-link.active {
    color: #2E3191;
  }

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

  .corporate-logo {
    margin-left: 20px;
  }

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

  h3 {
    font-size: 20px;
  }

  .section-title h2 {
    font-size: 50px;
    line-height: 60px;
  }

  .title-tagline {
    font-size: 16px;
  }

  body {
    font-size: 15px;
  }

  header {
    padding: 10px 30px;
  }

  #main-slider .splide__arrow, 
  .splide__arrow {
    width: 36px;
    height: 36px;
    padding: 13px;
  }

  .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: #2E3191;
  }

  .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: linear-gradient(235.79deg, #EB008B 8.93%, #F48120 103.16%);
    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;
    z-index: 1;
  }

  .insomenu-active #header-primary-menu {
    opacity: 1;
    clip-path: circle(1600px at 90% -10%);
    -webkit-clip-path: circle(1600px at 90% -10%);
    pointer-events: all;
  }

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

  .sticky-btn-enquire {
    z-index: 888 !important;
  }

}

@media screen and (max-width: 1024px) {
  a.whatsapp-icon {
    bottom: 55px;
  }

  .thankyou-block h1 {
    font-size: 30px;
    line-height: 40px;
  }

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

  #home #footer {
    padding: 40px 0 60px;
  }

  .location-title-icon img {
    height: 50px;
  }

  .location-title h3 {
    font-size: 16px;
  }

  .location-title-wrapper {
    gap: 0 40px;
  }

  .location-title-icon::before {
    right: -20px;
  }

  .right-element {
    max-width: 60px;
  }

  .configuration-block h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .theme-btn {
    font-size: 12px;
    padding: 6px 20px;

  }

  .corporate-logo {
    max-width: 85px;
  }

  .theme-logo {
    padding: 10px 15px 10px 15px;
    max-width: 125px;
  }

  .container {
    padding: 0 30px;
  }

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

  .col-copyright {
    padding: 5px;
  }

  .sticky-btn-enquire {
    font-size: 13px !important;
    right: -41px;
    top: 190px;
    padding: 8px 12px !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: 360px;
    right: -71px;
  }

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

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

  .title-tagline {
    font-size: 15px;
    margin-top: 0px;
  }

  body {
    font-size: 14px;
  }

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

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

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

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

  #back2top {
    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: linear-gradient(250.91deg, #2E3191 1.54%, #EB008B 91.85%);
    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 #ffffff30;
    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) {

  .col-footer {
    padding: 0;
    width: 100% !important;
    margin-bottom: 30px;
  }

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

@media screen and (max-width: 768px) {
      .location-desc {
    padding-bottom: 0;
}
  .footer-logo {
    margin: 0;
  }

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

  .gallery-left-element {
    bottom: -70px;
    max-width: 120px;
  }

  .section-floorplan,
  .section-location {
    padding-right: 30px !important;
  }

  .location-map {
    max-width: 450px;
    margin: 0;
  }

  .arrow-bottom.splide__arrows {
    margin-top: 10px;
  }

  .right-element {
    max-width: 50px;
    top: 32px;
  }

  .configuration-block {
    padding: 20px;
  }

  .configuration-block h3 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .configuration-block::before {
    width: 60px;
    height: 60px;
  }

  .overview-img {
    max-width: 400px;
    margin: 0;
  }

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

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

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

  #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: 36px;
    line-height: 46px;
  }

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

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

  #register-modal {
    padding: 25px;
  }

  .amenities-img-title {
    padding: 6px 14px;
  }
}

@media screen and (max-width: 575px) {
  a.whatsapp-icon {
    width: 36px;
    height: 36px;
  }
.checkbox label, .radio label{
    font-size: 11px;
    line-height: 14px;
}
  .stock-image::after,
  .actual-image::after,
  .artistic-impression::after {
    bottom: 0px;
    right: 5px;
    font-size: 9px;
  }

  .section-cms {
    padding-top: 80px !important;
  }

  .about-logo {
    max-width: 100px;
    margin-bottom: 20px;
  }

  .section-floorplan {
    padding-bottom: 70px !important;
  }

  .gallery-left-element {
    bottom: -60px;
    max-width: 110px;
  }

  .location-distance-wrapper {
    margin-bottom: 10px;
  }

  .right-element {
    top: 32px;
    max-width: 40px;
  }

  .arrow-top.splide__arrows {
    top: unset;
    right: unset;
    bottom: -50px;
    left: 0;
    gap: 5px;
  }

  .gallery-detail,
  .section-amenities {
    padding-bottom: 60px !important;
    padding-left: 20px;
    padding-top: 20px !important;

  }

  .configuration-col {
    width: 100% !important;
    flex: 0 0 100% !important;
  }

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

  .theme-modal-card-body {
    padding: 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 15px 15px;
  }

  .accordion .card__title {
    padding: 8px 15px;
  }

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

  .listed-points li {
    padding-left: 20px;
  }

  h3 {
    font-size: 18px;
  }

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

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

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

  .col-header:last-child,
  .col-header:first-child {
    max-width: 120px;
    padding: 0;
    flex: 0 0 120px;
  }

  header {
    padding: 10px 20px;
  }

  .theme-logo {
    padding: 10px;
    max-width: 110px;
    left: 20px;
  }

  .insomenu-bars {
    right: 20px;
  }

  .corporate-logo {
    margin-left: 0px;
  }

  .corporate-logo {
    max-width: 80px;
  }

  .tab-list {
    gap: 10px;
  }

  #home #footer {
    padding: 30px 0 60px;
  }

  .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: 24px;
    margin-bottom: 8px;
    line-height: 34px;
  }

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

  .thankyou-logo img {
    height: 110px;
  }

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

  body {
    font-size: 13px;
    line-height: 20px;
  }

  .section-title h1,
  .section-title h2 {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 4px;
  }

  .location-title-wrapper {
    margin-bottom: 20px;
  }

  .title-tagline {
    line-height: normal;
  }

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

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

@media screen and (max-width: 480px) {
  .footer-logo {
    max-width: 100px;
  }

  .qr-img {
    max-width: 80px;
    flex: 0 0 80px;
  }

  .footer-contact h3 {
    margin-bottom: 10px;
  }

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

  .footer-wrapper {
    padding-bottom: 20px;
    margin-bottom: 15px;
  }

  .modal-title {
    font-size: 20px;
  }

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

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

@media screen and (max-width: 420px) {
  .maharera-detail {
    flex-direction: column;
    align-items: start;
  }

  .location-distance-wrapper {
    flex-direction: column;
  }

  .right-element {
    display: none;
  }

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

  .theme-logo {
    padding: 6px;
    max-width: 96px;
  }

  .corporate-logo {
    max-width: 75px;
    margin-left: 10px;
  }

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

  header {
    padding: 10px 20px;
  }

}

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