@media only screen and (min-width: 575px) {
  .home-page .our_capabilities .capabilities_grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .experience-section .box-experience a {
    min-width: 187px;
  }
}

@media only screen and (min-width: 768px) {
  .home-page .banner-section .right-col .right-col-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media only screen and (min-width: 992px) {
  .home-page .our_capabilities .capabilities_grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .general-header .wrapper .right {
    gap: 74px;
  }

  .home-page .banner-section .grid_banner {
    align-items: center;
  }
}

@media only screen and (min-width: 1200px) {
  .home-page .our_capabilities .capabilities_grid {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
  }

  .home-page .our_capabilities .capabilities_grid .item {
    flex: 0 0 calc(33.333% - 44px);
    max-width: calc(33.333% - 44px);
  }
}

/* @media only screen and (min-width: 1300px) {
  .property-modal .modal-content {
    padding: 68px 65px;
  }
} */

@media only screen and (min-width: 1500px) {
  /* .who-page .team-card img {
    height: auto;
  } */

  /* .property-modal .property-top {
    gap: 52px;
  } */

  /* .who-page .join-btn {
    font-size: 26px;
  } */
}

@media only screen and (min-width: 1440px) {
  .container-fluid {
    padding-left: 280px;
    padding-right: 280px;
  }
  /* .who-page .header-text h2 {
    font-size: 56px;
  } */

  .contact-section form {
    max-width: 750px;
  }
}

@media only screen and (min-width: 1900px) {
  .contact-section form {
    max-width: 896px;
  }
}

@media only screen and (min-width: 1922px) and (max-width: 7000px) {
  .container-fluid {
    max-width: 1770px;
  }

  .contact-container {
    max-width: 1770px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-section form {
    max-width: 850px;
  }
}

@media only screen and (max-width: 1500px) {
  /* .who-page .team-card {
    height: 100%;
  } */
}

@media only screen and (max-width: 1400px) {
  /* .team-modal .modal-dialog {
    margin-left: 2rem;
    margin-right: 2rem;
  } */
}

@media only screen and (max-width: 1330px) {
  /* .property-modal .modal-dialog {
    margin-left: 2rem;
    margin-right: 2rem;
  } */
}

@media only screen and (max-width: 1199px) {
  .property-modal .property-top .swiper {
    max-width: 100%;
  }

  .property-modal .property-top img.modal-image {
    object-fit: cover;
    border-radius: 20px;
    min-height: 300px;
    margin-bottom: 2rem;
    width: 100%;
  }
}

@media only screen and (min-width: 575px) and (max-width: 991px) {
  .home-page .our_capabilities .capabilities_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 25px;
  }
}

@media (max-width: 1200px) {
  .who-page .top-section {
    grid-template-columns: 1fr 1fr;
  }

  .who-page .header-section {
    grid-column: 1 / -1;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 12px 28px;
  }

  .who-page .header-text h2 {
    font-size: 36px;
    margin-top: 0;
  }

  .who-page .join-btn {
    margin-top: 0;
  }

  .listing-page .listing-section .boxes-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-page .experience-section .box-experience p {
    max-width: 100%;
  }

  .home-page .our_capabilities .capabilities_grid {
    display: grid;
    gap: 25px;
  }

  .property-modal .bottom_border {
    padding: 0;
  }
}

@media only screen and (max-width: 1080px) {
  .home-page .banner-section .grid_banner {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 992px) {
  .contact-page .contact-us-bg .left-col {
    margin-bottom: 40px;
    margin-top: 0;
  }

  .flex-wrapper {
    display: block;
  }

  .who-page .team-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .listing-page .listing-section .boxes-grid .box-item {
    padding: 15px;
  }

  .container-fluid {
    padding: 0 12px;
  }

  .container {
    max-width: 100%;
  }

  .home-page .banner-section .grid_banner {
    flex-direction: column;
  }

  .home-page .banner-section .right-col .item {
    min-width: 100%;
  }

  .property-modal .property-top img.modal-image {
    min-height: auto;
  }

  .home-page .banner-section .grid_banner {
    margin-top: 0;
  }

  .who-page .gradient-bg,
  .contact-us-bg > div,
  .join-our-team-bg {
    padding: 16px 0;
  }

  .listing-page .filters h3 {
    display: none;
  }
}

@media only screen and (max-width: 920px) {
  .header-menu-modal .modal-dialog {
    margin-left: 1.4rem;
    margin-right: 1.4rem;
  }
}

@media only screen and (max-width: 768px) {
  .home-page .testimonials-section .testimonial-item .wrapper {
    flex-wrap: wrap;
  }

  .home-page .testimonials-section .testimonial-item {
    max-width: 100%;
  }

  .header-menu-modal .close_modal {
    top: 25px;
    right: 25px;
  }

  .contact-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-section form {
    padding: 35px 40px;
  }

  .team-modal .top_modal .social-icons {
    gap: 12px;
  }

  .listing-page .filters .left {
    gap: 20px;
  }

  .listing-page .filter-right-button {
    margin-left: 0;
    margin-top: 29px;
  }

  .property-modal .team-grid {
    flex-wrap: wrap;
    gap: 20px;
  }

  .property-modal .modal-dialog {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .home-page .summit_difference .row h6 {
    margin-bottom: 18px;
  }

  .home-page .minds_success_section .buttons-wrapper {
    margin-top: 35px;
  }

  .home-page .experience-section .box-experience p br {
    display: none;
  }

  footer .footer-grid {
    gap: 4px;
  }

  .listing-page .listing-section .boxes-grid {
    gap: 25px;
  }

  .property-modal .property-top {
    display: block;
  }

  .property-modal .property-top img.modal-image {
    margin-bottom: 1rem;
  }
}

@media (max-width: 640px) {
  .who-page .top-section {
    grid-template-columns: 1fr;
  }

  .who-page .header-section {
    flex-direction: column;
    align-items: flex-start;
  }

  .who-page .team-bottom-grid {
    grid-template-columns: 1fr;
  }

  .who-page .header-text h2 {
    font-size: 32px;
  }

  .who-page .join-btn {
    width: 100%;
    height: 68px;
    font-size: 20px;
  }

  .listing-page .listing-section .boxes-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .property-modal .property-top img.modal-image {
    width: 100%;
  }

  footer .bottom-footer ul {
    gap: 18px;
  }

  .home-page .our_capabilities .capabilities_grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 25px;
  }

  .home-page .minds_success_section .buttons-wrapper {
    margin-top: 30px;
  }

  .who-page .header-text {
    width: 100%;
    justify-content: center;
  }

  .who-page .team-card {
    max-height: 100%;
  }

  .join-our-team-bg .flex-wrapper .wrapper.form__wrapper,
  .wrapper-text {
    padding: 20px;
  }
}

@media only screen and (max-width: 575px) {
  .home-page .banner-section .right-col .item p {
    font-size: 25px;
  }

  .home-page .our_capabilities .capabilities_grid {
    gap: 25px;
  }

  .home-page .testimonials-section .testimonial-item img.testimonial-icon {
    width: 75px;
  }

  footer {
    padding: 45px 0;
  }

  footer .first_col ul li:not(:last-child) {
    margin-bottom: 10px;
  }

  .who-page .logo-summit {
    width: 100%;
  }

  .team-modal .modal-dialog {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .contact-page .contact-us-bg form {
    padding: 45px 20px;
  }

  .listing-page .input-wrapper,
  .listing-page .input-field {
    width: 100%;
  }

  .listing-page .filter-right-button {
    margin-top: 0;
  }

  /* .property-modal .team-grid .team-box {
    width: 100%;
  } */

  .property-modal .team-grid .team-box img {
    width: 100% !important;
    height: auto !important;
  }

  /* .property-modal .modal-content {
    padding: 40px 25px;
  } */

  .home-page .banner-section .right-col .right-col-grid {
    gap: 2px;
  }

  footer .bottom-footer {
    margin-top: 12px;
  }

  .team-modal .top_modal {
    gap: 16px;
  }

  .team-modal .top_modal h4 {
    text-align: center;
  }

  .home-page .experience-section .box-experience a {
    margin-top: 20px;
  }

  .home-page .experience-section .box-experience p {
    line-height: 25px;
  }

  .team-modal .top_modal {
    margin-bottom: 25px;
  }

  .listing-page .filters .left_part {
    gap: 16px;
  }

  .team-modal .modal-content {
    padding: 35px 25px;
  }

  .form-gr-file .file-label {
    flex-wrap: wrap;
    height: 100%;
    padding: 10px 17px;
  }
}

@media only screen and (max-width: 500px) {
  footer .footer-logo {
    width: 100%;
  }

  .listing-page .filter-select.property-select .select-menu {
    right: 0;
    left: unset;
  }

  .home-page .summit_difference .circle {
    margin-top: 3px;
  }
}

@media only screen and (max-width: 450px) {
  .home-page .banner-section .left-col h3 {
    font-size: 45px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 350px) {
  .home-page .banner-section .left-col h3 {
    font-size: 50px;
    line-height: 60px;
  }

  .form-gr-file .file-label > span {
    margin-left: 0;
  }
}
