@media screen and (max-width: 1799px) {
  .connectivity-element {
    display: none;
  }

  .connectivity-block {
    padding: 60px;
    border-radius: 0 0 300px 300px;
  }

  .gallery-tab.amenities-tab .tab-list {
    max-width: 800px;
    margin: 0 auto;
    gap: 10px;
    flex-wrap: wrap;
  }

  .gallery-tab .tab-list .tab:first-child a,
  .gallery-tab .tab-list .tab:last-child a {
    border-radius: unset;
  }

  .footer-block {
    padding-top: 40px;
  }

  .gallery-tab .tab-list .tab a:hover,
  .gallery-tab .tab-list .tab.is-active a,
  .gallery-tab .tab-list .tab a {
    padding: 20px 16px;
    border: 0;
    border-radius: unset;
  }

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

@media screen and (max-width: 1599px) {
  .enquiry-now-home .modal-title {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .section-floorplans .section-title {
    margin-bottom: 50px;
  }

  .connectivity-img {
    /* padding: 60px 15px 120px 0; */
  }

  .connectivity-block {
    padding: 30px;
    min-height: 610px;
  }

  .project-block h5,
  h5 {
    font-size: 16px;
  }

  .project-block {
    gap: 80px;
  }

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

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

  .title-tagline {
    font-size: 32px;
    line-height: 42px;
  }

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

  .theme-logo {
    padding: 50px 20px 90px;
  }

  .theme-logo img {
    max-width: 110px;
  }

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

  .footer-logo {
    padding: 60px 30px 50px;
  }

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

  header {
    padding: 20px 100px;
  }
}

@media screen and (max-width: 1408px) {
  body {
    padding-top: 77px;
  }

  .enquiry-now-home {
    padding: 30px;
  }

  .reach-us-block {
    padding: 30px;
  }

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

  .mt-6 {
    margin-top: 30px !important;
  }

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

  .theme-logo {
    padding: 50px 20px 80px;
  }

  .footer-block {
    padding-top: 30px;
  }

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

  .connectivity-detail {
    padding-left: 60px;
  }

  .highlight-item:not(:last-child) {
    margin-bottom: 8px;
  }

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

  header {
    padding: 12px 60px;
  }
}

@media screen and (max-width: 1216px) {
  .project-block::before {
    display: none;
  }

  .project-block {
    gap: 30px;
  }

  .title-tagline {
    font-size: 28px;
    line-height: 38px;
  }

  .menu-item .menu-link::before {
    display: none;
  }

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

  .theme-logo {
    padding: 50px 20px 60px;
  }

  .theme-logo img {
    max-width: 90px;
  }

  body {
    padding-top: 67px;
  }

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

  .footer-logo {
    padding: 50px 20px 40px;
  }

  .footer-block {
    padding-top: 0px;
  }

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

  header {
    padding: 12px 30px;
  }

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

  .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: 2px;
    background-color: #f2cb9d;
  }

  .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: 30px;
    -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: #363c5c;
    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;
  }
}

@media screen and (max-width: 1024px) {
  .plan-name {
    font-size: 16px;
  }

  /* .connectivity-img {
    padding: 30px 0 30px 0;
    max-width: 500px;
    margin: 0 auto;
  } */

  .connectivity-block {
    margin: 0 auto;
    min-height: auto;
    border-radius: 0 0 100px 100px;
  }

  /* .section-gallery {
    top: -80px;
    margin-bottom: -80px;
    padding-top: 100px !important;
  } */

  .mt-6 {
    margin-top: 20px !important;
  }

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

  .title-tagline {
    font-size: 24px;
    line-height: 30px;
  }

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

  .theme-element {
    top: 0px;
    right: -40px;
  }

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

  .connectivity-detail {
    padding-left: 0;
    padding-top: 30px;
  }

  .amenities-col {
    width: 25%;
  }

  .container {
    padding: 0 30px;
  }

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

  .col-copyright {
    padding: 5px;
  }

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

  .sticky-btn-enquire.sticky-brochure {
    top: 380px;
    right: -64px;
  }

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

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

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

  .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: -170px;
    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: #363c5c;
    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;
  }

  .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: 768px) {
  .theme-modal-card {
    padding: 40px;
  }

  .contact-info{
    margin: unset;
}

  .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  .payment-plan-wrapper table {
    width: 100%;
    min-width: 600px;
    border-collapse: collapse;
  }

  .payment-plan-wrapper th,
  .payment-plan-wrapper td {
    padding: 8px 6px;
    font-size: 14px;
  }

  .payment-plan-wrapper .btn {
    padding: 6px 10px;
    font-size: 14px;
  }

  .plan-inquire-btn {
    padding: 10px 20px;
  }

  .section-floorplans .section-title {
    margin-bottom: 40px;
  }

  .gallery-tab .tab-list .tab a:hover,
  .gallery-tab .tab-list .tab.is-active a,
  .gallery-tab .tab-list .tab a {
    padding: 14px;
  }

  .project-block {
    gap: 20px;
    padding: 20px;
  }

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

  .section-about-us {
    text-align: center;
  }

  body {
    font-size: 15px;
    padding-top: 54px;
  }

  .theme-element {
    top: 20px;
    right: -50px;
    max-width: 120px;
  }

  .title-tagline {
    font-size: 20px;
    line-height: 20px;
  }

  .project-img {
    max-width: 300px;
  }

  .header-btn a {
    padding: 5px 10px;
  }

  .header-btn a {
    padding: 5px 10px;
    font-size: 14px;
  }

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

  header {
    padding: 12px 30px;
  }

  .theme-logo {
    padding: 30px 10px 50px;
  }

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

  .amenities-col {
    width: 33.33%;
  }

  .amenities-icon img {
    max-width: 50px;
    margin: 0 auto 6px;
  }

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

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

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

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

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

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

@media screen and (max-width: 575px) {
  body {
    padding-top: 51px;
  }

    .contact-info{
    margin: 0 auto;
}

  .connectivity-block {
    border-radius: 0 0 30px 30px;
    padding: 20px;
  }

  .connectivity-list-item {
    max-width: 250px;
    margin-left: auto;
    margin-right: auto;
  }

  .enquiry-now-home {
    padding: 20px;
  }

  .reach-us-block {
    padding: 20px;
  }

  .enquiry-now-home .modal-title {
    font-size: 18px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }

  .enquiry-now-home small {
    font-size: 14px;
  }

  .table {
    border-radius: 10px;
  }

  .payment-plan-wrapper table {
    min-width: 500px;
  }

  .payment-plan-wrapper td,
  .payment-plan-wrapper th {
    padding: 10px !important;
  }

  .tab-list-block {
    margin-bottom: 30px;
  }

  .connectivity-list-icon img {
    height: 50px;
  }

  .connectivity-list-icon {
    padding-right: 10px;
    margin-right: 10px;
  }

  .plan-name {
    font-size: 14px;
  }

  .amenities-block img {
    height: 50px;
    margin: 0 auto 40px;
  }

  .amenities-block::before {
    top: 100px;
  }

  .amenities-block {
    margin: 0 auto;
    padding: 40px 30px;
  }

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

  .project-img {
    max-width: 300px;
    margin: 0 auto;
  }

  .theme-element {
    top: 0;
    right: 0px;
    max-width: 90px;
  }

  .contact-detail a {
    margin: 0 auto;
  }

  .footer {
    text-align: center;
  }

  .qr-rera {
    flex-direction: column;
    align-items: center;
  }

  .qr-rera img {
    width: auto;
    height: 100px;
  }

  .footer-block {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .footer-desc h5 {
    font-size: 16px;
    margin-bottom: 5px;
  }

  .footer-logo {
    padding: 40px 15px 30px;
  }

  .footer-logo img {
    width: auto;
    max-height: 80px;
    max-width: 80px;
  }

  .mobile-show {
    display: block;
  }

  .mobile-hideen {
    display: none;
  }

  header {
    padding: 26px 30px;
  }

  .amenities-col {
    width: 50%;
  }

  .container {
    padding: 0 20px;
  }

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

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

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

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

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

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

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

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

  .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 !important;
    text-align: center;
    width: 50%;
    padding: 10px 0px !important;
    border-top: 1px solid #f2cb9d !important;
  }

  .sticky-btn-enquire:hover {
    border-top: 1px solid #f2cb9d !important;
  }

  .sticky-btn-enquire.sticky-brochure {
    top: unset;
    right: 0;
    width: 50%;
    left: unset;
    border-left: 1px solid #363c5c60;
  }

  .thankyou-block h1 {
    font-size: 22px;
    line-height: 1.4;
    margin-bottom: 8px;
  }

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

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

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

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

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

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

  .sticky-btn-enquire {
    width: 40%;
  }

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

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

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