@media (max-width: 1600px) {
  .header::after {
    height: 1201px;
  }
}
@media (max-width: 1450px) {
  .navbar {
    padding: 36px 20px;
  }
  .footer {
    padding: 20px;
  }
  .header::after {
    height: 1210px;
  }
  .promo-image {
    max-width: 690px;
    height: 461px;
  }
  .promo-section {
    padding: 50px 20px;
    gap: 10px;
  }
}

@media (max-width: 1400px) {
  .header::after {
    height: 1293px;
  }
  .promo-image {
    height: 507px;
    max-width: 730px;
  }
}

@media (max-width: 1300px) {
  .header::after {
    height: 1362px;
  }
  .promo-image {
    height: 507px;
    max-width: 730px;
  }
}

@media (max-width: 1266px) {
  .promo-image {
    height: 410px;
    max-width: 635px;
  }
}

@media (max-width: 1200px) {
  h1 {
    color: #ffffff;
    text-align: center;
    font-size: 35px !important;
    line-height: 109.8%;
    font-weight: 700;
  }

  h2 {
    font-size: 33px;
  }

  h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .navbar {
    padding: 19px 20px;
  }

  .header {
    margin-top: 83px;
    background: url("./assets/images/backgrounds/docter_img_mob.jpg") no-repeat
      center;
    object-fit: cover;
    background-size: cover;
  }

  .header::after {
    display: none;
  }

  .tag {
    display: none;
  }

  .customer-info {
    display: none;
  }

  .promo-image {
    display: none;
  }

  .description {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .actions {
    justify-content: center;
  }
  .promo-section {
    padding: 20px;
    min-height: 400px;
  }

  .features_wrapper {
    gap: 30px;
  }

  .features-content > p {
    color: #0d0d0d;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .features-content > span {
    color: #7a7a7a;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .about-section {
    gap: 40px;
    padding: 50px 20px 20px;
  }

  .features_wrapper {
    padding: 20px;
  }

  .features {
    padding: 13px 18px;
  }
  .step-section {
    padding: 40px 20px;
  }

  .step-section.direction {
    flex-direction: column-reverse;
  }

  .step-section .content {
    width: 100%;
  }
  .image-container {
    max-width: 100%;
  }

  .subtext {
    font-size: 14px;
  }

  .image-section {
    display: none;
  }

  /* .promo-content > h1 {
    font-size: 24px;
  } */

  /* .promo-content > p {
    font-size: 14px;
    line-height: 20px;
  } */

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .form-container h2 {
    text-align: center;
  }

  .form-container.web-form {
    display: none;
  }

  .form-container.mobile-form {
    display: block;
  }

  button {
    /* width: 100% ; */
    padding: 12px;
    font-size: 16px;
  }
}

@media (max-width: 840px) {
    .image-grid {
    width: 100%;
  }

  .text-content {
    width: 100%;
  }
   .image-grid::after {
    display: block;
  }
    .texture {
    top: 9%;
  }
}
@media (max-width: 768px) {
  .promo-section {
    flex-direction: column;
    text-align: center;
  }

  .promo-section::after {
    display: none;
  }

  .promo-content,
  .promo-image {
    flex: 1 1 100%;
  }

  .avatars {
    justify-content: center;
  }

  .image-section-container {
    grid-template-columns: 1fr;
  }

  .image-large {
    grid-column: span 1;
  }
  .form-section {
    flex-direction: column;
    padding: 0;
  }

  .form-grid {
    grid-template-columns: 1fr;
  }

  .form-group.full {
    grid-column: span 1;
  }

  .submit-group {
    text-align: center;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .footer-top {
    align-items: center;
    gap: 10px;
  }

  .footer-copy {
    text-align: left;
  }
  .footer-links,
  .footer-copy {
    width: 100%;
    text-align: center;
  }
  .promo-content{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

@media (max-width: 500px) {
  h1 {
    color: #ffffff;
    text-align: center;
    font-size: 35px !important;
    line-height: 109.8%;
    font-weight: 700;
  }

  h2 {
    font-size: 33px;
    line-height: 45px;
  }

  h3 {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .navbar {
    padding: 19px 20px;
  }

  .header {
    margin-top: 83px;
    background: url("./assets/images/backgrounds/docter_img_mob.jpg") no-repeat
      center;
    object-fit: cover;
    background-size: cover;
  }

  .tag {
    display: none;
  }

  .customer-info {
    display: none;
  }

  .promo-image {
    display: none;
  }

  .description {
    color: #fff;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
  }

  .actions {
    justify-content: center;
  }
  .promo-section {
    padding: 20px;
  }

  .features_wrapper {
    gap: 30px;
  }

  .features-content > p {
    color: #0d0d0d;
    font-family: "Inter", sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
  }

  .features-content > span {
    color: #7a7a7a;
    font-family: "Inter", sans-serif;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
  }

  .about-section {
    gap: 40px;
    padding: 50px 20px 20px;
  }

  .features_wrapper {
    padding: 20px;
  }

  .image-grid::after {
    display: block;
  }

  .texture {
    top: 9%;
  }

  .image-grid {
    width: 100%;
  }

  .text-content {
    width: 100%;
  }

  .features {
    padding: 13px 18px;
  }
  .step-section {
    padding: 40px 20px;
  }

  .step-section.direction {
    flex-direction: column-reverse;
  }

  .step-section .content {
    width: 100%;
  }
  .image-container {
    max-width: 100%;
    max-height: 195px;
  }

  .subtext {
    font-size: 14px;
  }

  .image-section {
    display: none;
  }

  .form-group input,
  .form-group select,
  .form-group textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
  }

  .form-container h2 {
    text-align: center;
  }

  .form-container.web-form {
    display: none;
  }

  .form-container.mobile-form {
    display: block;
    scroll-margin-top: 83px;
  }

  button {
    padding: 12px;
    font-size: 16px;
  }
}

@media (max-width: 445px) {
  h1 {
    font-size: 30px !important;
  }

  h2 {
    font-size: 28px;
    line-height: 40px;
  }

  h3 {
    font-size: 20px;
    margin-bottom: 10px;
  }

  .footer-top {
    justify-content: center;
  }
}
