@media screen and (max-width: 1799px) {
  .menu-with-project-search-block .theme-filter-detail {
    max-width: 1040px;
  }

  .section-current-projects .theme-filter-detail .column {
    padding: 0 10px !important;
  }

  .section-current-projects .theme-filter-detail .columns {
    margin: 0 -10px !important;
    margin-bottom: -10px !important;
  }

  .icon-with-select .react-select__control {
    padding-left: 5px !important;
    min-height: 40px;
  }

  .icon-with-select .input-icon {
    left: 0;
  }

  .section-current-projects .theme-filter-detail {
    max-width: 1050px;
  }

  .coming-soon-detail h1 {
    font-size: 90px;
    line-height: 130px;
  }

  .search-results-dropdown {
    max-height: 180px;
  }
}

@media screen and (max-width: 1599px) {
  .brand-highlight-title {
    font-size: 28px !important;
  }
  .section-investors .accordion .card__title h6 {
    font-size: 16px;
  }

  .mobile-with-country .country-code {
    min-width: 80px;
  }

  .btn {
    font-size: 12px;
  }

  .search-results-dropdown {
    max-height: 160px;
  }
}

@media screen and (max-width: 1408px) {
  .brand-highlight-title {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 1216px) {
  .pl-60 {
    padding-left: 40px !important;
  }
  .section-investors {
    font-size: 14px;
  }
  .menu-with-project-search-block .theme-filter-detail .column {
    width: 33.33% !important;
    flex: 0 0 auto;
    margin-bottom: 20px !important;
  }

  .menu-with-project-search-block .theme-filter-detail {
    border-radius: 20px;
    padding: 12px;
  }

  .menu-with-project-search-block .theme-filter-detail .columns {
    margin-bottom: -20px !important;
  }

  .brand-highlight-title {
    font-size: 24px !important;
  }

  .coming-soon-detail h1 {
    font-size: 80px;
    line-height: 120px;
  }

  .search-results-list .columns {
    width: 100%;
    display: flex;
  }

  .theme-filter-detail .column {
    border-right: 0 !important;
  }

  .project-search-buttons {
    margin-top: 10px;
  }

  .section-current-projects .theme-filter-detail {
    border-radius: 10px;
  }

  .mt-5 {
    margin-top: 1.2rem !important;
  }

  .model-close-btn {
    top: 10px;
    right: 10px;
  }
}

@media screen and (max-width: 1024px) {
  .project-detail-page header {
    background-color: #000;
  }
  .section-investors .accordion .card__title h6 {
    font-size: 15px;
  }
  .project-detail-page .section-banner {
    margin-top: 60px !important;
  }

  .brand-highlight-title {
    font-size: 22px !important;
  }

  .coming-soon-detail h1 {
    font-size: 70px;
    line-height: 110px;
  }

  .theme-filter-detail .column {
    flex: 0 0 auto !important;
    width: 100% !important;
    margin-bottom: 20px !important;
  }

  .menu-with-project-search-block .container {
    justify-content: start;
  }

  .gg-update-last-top .theme-block {
    padding: 6px 0;
  }

  .gg-update-last-top .theme-block:first-child {
    padding-right: 3px;
  }

  .gg-update-last-top .theme-block:last-child {
    padding-left: 3px;
  }

  .gallery-grid-update-first {
    padding: 0px 3px 0px 6px !important;
  }

  .column.gallery-grid-update-last {
    padding: 0 6px 0 3px !important;
  }

  .gg-update-item.gg-update-last-top .theme-block:first-child .img-tag {
    right: 4px;
    bottom: 12px;
  }

  .gg-update-item.gg-update-last-top .theme-block:last-child .img-tag {
    right: 2px;
    bottom: 12px;
  }
}

@media screen and (max-width: 768px) {
  .column .pl-60 {
    padding-left: 0;
    margin-top: 20px !important;
  }
  .sidebar-menu-item {
    width: 100%;
  }
  .mainscreen-award-block .swiper-slide,
  .mainscreen-award-block .swiper-slider-container {
    height: 400px;
  }
  .flats-block-img {
    max-width: 300px;
  }
  .tab-horizontal .tab a {
    min-width: 30px;
  }

  .theme-menu {
    top: 60px !important;
    height: calc(100vh - 60px) !important;
  }

  .menu-with-project-search-block .theme-filter-detail .column {
    width: 50% !important;
  }

  .brand-highlight-title {
    font-size: 20px !important;
  }

  .theme-slider.theme-slider-2 .splide__list {
    justify-content: normal !important;
  }

  .footer-menu-block .footer-inner-col:last-child {
    text-align: left;
  }

  /* .sticky-btn-enquire {
    display: none;
  } */

  .menu-with-project-search-block .menu-search-btn {
    min-width: 400px;
  }

  .specifications-block h6 {
    font-size: 16px;
  }
  .sidebar-menu-link {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition:
      height 0.4s ease-in-out,
      max-height 0.4s ease-in-out;
  }

  .sidebar-menu-link.open {
    height: auto !important;
    max-height: 999px !important;
  }

  .sidebar-menu-link-inner {
    height: 0;
    max-height: 0;
    overflow: hidden;
    transition:
      height 0.4s ease-in-out,
      max-height 0.4s ease-in-out;
  }

  .sidebar-menu-link-inner.open {
    height: auto !important;
    max-height: 999px !important;
  }

  /* Make sure parent containers can expand */
  .theme-menu {
    height: auto !important;
    max-height: none !important;
    overflow-y: auto;
  }

  .theme-menu ul.container {
    height: auto !important;
    max-height: none !important;
  }
}

@media screen and (max-width: 575px) {
  .investor-table .theme-table th {
    font-size: 14px;
  }
  .section-investors {
    font-size: 13px;
  }

  .section-investors .accordion .card__title h6 {
    font-size: 14px;
  }
  .theme-filter-detail .column {
    margin-bottom: 0px !important;
  }

  .mainscreen-award-block .swiper-slide,
  .mainscreen-award-block .swiper-slider-container {
    height: 350px;
  }

  .sticky-btn {
    gap: 5px;
  }

  .team-modal p,
  .section-our-team p {
    font-size: 13px;
  }

  .events-date-filter .column:first-child {
    margin-bottom: 10px !important;
  }

  .tab-horizontal .tab:not(:last-child) {
    padding-right: 20px;
    margin-right: 20px;
  }

  .specifications-block h6 {
    font-size: 14px;
  }

  .header-contact.menu-with-project-search-btn {
    padding: 0;
  }

  .mt-5 {
    margin-top: 1rem !important;
  }

  .project-search-overlay,
  .project-search-overlay- {
    position: static !important;
  }

  .menu-with-project-search-block .theme-filter-detail .column {
    width: 100% !important;
  }

  .html-search-active .menu-with-project-search-block .theme-filter-detail {
    bottom: 0;
  }

  .menu-with-project-search-block .theme-filter-detail {
    border-radius: 0;
  }

  .theme-filter-detail .column {
    border-bottom: 0px solid #d7d7d7 !important;
  }

  .brand-highlight-title {
    font-size: 18px !important;
  }

  #configuration-slider-list,
  #rera-slider-list {
    justify-content: normal !important;
  }

  .theme-slider.theme-slider-1 .splide__list {
    justify-content: normal !important;
  }

  .coming-soon-detail h1 {
    font-size: 50px;
    line-height: 80px;
  }

  .column.gallery-grid {
    padding: 4px !important;
  }

  .project-suggest-block {
    margin-top: 10px;
  }

  .flats-configuration-list svg {
    flex: 0 0 22px;
  }

  .block-title h4 {
    font-size: 16px;
    margin-bottom: 2px;
  }

  .badge {
    padding: 4px 10px;
  }

  .theme-menu {
    padding: 20px !important;
  }
}

@media screen and (max-width: 480px) {
  .brand-highlight-title {
    font-size: 16px !important;
  }

  .coming-soon-detail h1 {
    font-size: 40px;
    line-height: 60px;
  }

  .menu-with-project-search-block .menu-search-btn {
    min-width: 100%;
  }
}

@media screen and (max-width: 380px) {
  .investor-table .theme-table th {
    font-size: 12px;
  }
  .theme-menu {
    top: 50px !important;
    height: calc(100vh - 50px) !important;
  }
  .brand-highlight-title {
    font-size: 16px !important;
  }
  .flats-block-img {
    margin: 0 auto;
  }
  .is-gap-5 {
    gap: 12px !important;
  }

  .column.col-header:first-child {
    width: 160px;
    flex: 0 0 160px;
  }

  header {
    padding: 10px 0;
  }

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

  .is-size-4 {
    font-size: 16px !important;
    line-height: 1 !important;
  }

  .block-title h4 {
    font-size: 14px;
    margin-bottom: 2px;
  }

  ul.social-media-icon li:not(:last-child) {
    padding-right: 8px;
    margin-right: 8px;
  }

  .search-menu-items-desc h3 {
    font-size: 14px;
    margin-bottom: 10px;
  }

  .project-detail-page .section-banner {
    margin-top: 0px !important;
  }

  .tab-horizontal .tab a {
    min-width: 25px;
  }
}

@media screen and (max-width: 360px) {
  .menu-with-project-search-block .search-close {
    top: 55px !important;
    right: 5px !important;
  }
}

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

  .column.col-header:first-child {
    width: 140px;
    flex: 0 0 140px;
  }
}

@media screen and (max-height: 600px) {
  .team-modal.modal-animate-in .theme-modal-card {
    transform: unset;
    opacity: 1;
  }
}

@media screen and (max-height: 600px) and (max-width: 1799px) {
}
