@media (max-width: 1200px) {
  .container {
    max-width: 95%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .navbar-nav .nav-item a {
    font-size: 14px;
  }

  .hero-overlay {
    width: 100%;
    max-width: 70%;
    padding: 25px;
  }

  .hero {
    min-height: 80vh;
  }

  .about-us-section {
    padding: 20px 0;
  }

  .about-us-section .row {
    display: block;
  }

  .about-us-section .col-lg-7 {
    width: 100%;
    padding-top: 20px;
  }

  .about-us-section .col-lg-5 {
    width: 100%;
  }

  .form-section .col-lg-9 {
    width: 100%;
  }

  .form-section .col-lg-3 {
    width: 100%;
    margin-top: 24px;
  }

  .benefits-section,
  .form-section,
  .why-choose-section,
  .testimonial-slider,
  .footer {
    padding: 40px 0;
  }
}

@media screen and (max-width: 992px) {
  .about-us-section .col-lg-5 {
    width: 100%;
  }

  .benefits-section .col-lg-4 {
    max-width: 50%;
  }

  .why-choose-section .row {
    justify-content: center;
  }

  .why-choose-section .col-lg-4 {
    width: 50%;
  }

  .footer .col-lg-4:nth-of-type(2) {
    margin: 18px 0;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 100%;
  }
}

@media (max-width: 525px) {
  .hero {
    min-height: 100vh;
  }
  .hero-overlay {
    max-width: 90%;
  }
  .form-section form .help {
    display: block;
  }
  .form-section form .help .common-btn:nth-last-of-type(1) {
    margin-top: 14px;
  }
  .benefits-section .col-lg-4 {
    max-width: 100%;
  }
  .why-choose-section .col-lg-4 {
    width: 100%;
  }
}

@media (max-width: 424px) {
  .hero-overlay .common-btn {
    width: 100%;
    float: left;
    margin: 0 0 14px 0;
  }
  .hero-overlay .common-btn-two {
    width: 100%;
    float: right;
  }
}
