/* iPad Air & Pro */
@media screen and (max-width: 1199.98px){
  #hero {
    height: auto;
    padding: 100px 0;
  }

  .Why-Choose-Content ul::before {
    left: 2.5%;
    height: 80%;
  }

  .Why-Choose-Form {
    margin-top: -75%;
  }

  .Get-started-Button a {
    padding: 10px;
  }
}

/* iPad Mini */
@media screen and (max-width: 991.98px){
  #hero h1 {
    font-size: 40px;
  }

  .Hero-Content p {
    font-size: 35px;
  }

  .Why-Choose-Content h2 {
    font-size: 35px;
  }

  .Why-Choose-Form {
    margin-top: 0;
  }

  .Why-Choose-Content ul::before {
    left: 2%;
  }

  .Get-started-Box-List ul {
    padding: 20px 0 20px 40px;
  }

  .Why-Choose-Form {
    width: 60%;
  }
}

/* Mobile */
@media screen and (max-width: 767.98px){
  section {
    padding: 30px 0;
  }

  .section-title h2 {
    font-size: 30px;
  }

  p {
    font-size: 18px;
  }

  a.nav-link {
    font-size: 16px;
  }

  #hero {
    padding: 80px 0;
    background: url(../img/Export/Mobile-Banner.jpg);
    background-repeat: no-repeat;
    backgroun-size: cover;
  }

  #header .logo img {
    max-height: 25px;
  }

  .nav-link img {
    max-width: 30px;
  }

  #hero h1 {
    font-size: 25px;
  }

  .Hero-Content p {
    font-size: 20px;
  }

  .leading-point span {
    font-size: 18px;
  }

  .Why-Choose-Content ul::before {
    height: 82%;
  }

  .Challenges-Box p {
    font-size: 22px;
  }

  .Why-Choose-Content h2 {
    font-size: 25px;
  }

  .Why-Choose-Content ul::before {
    left: 3.6%;
  }

  .Why-Choose-Form {
    width: 100%;
  }

  .Our-Cloud-Box p {
    font-size: 20px;
    line-height: normal;
  }

  .Get-started-Box-Title h4 {
    font-size: 25px;
  }

  .Get-started-Box-List ul {
    padding: 10px;
  }

  .Explore-Our-Content p {
    width: 100%;
    font-size: 20px;
  }

  .Why-Choose-Form .Why-Choose-Heading h4 {
    font-size: 20px;
  }

  #Explore-Our {
    padding-bottom: 50%;
  }

  .footer-form {
    margin-top: -60%;
  }

  .form-heading p {
    font-size: 18px;
    width: 90%;
  }

  .footer-form-design {
    padding: 15px;
  }

  .footer-form {
    padding: 0;
  }

  .footer-logo {
    padding: 0 5px;
  }

  .social-media img {
    max-width: 34px;
  }

  .Footer p::before {
    width: 10%;
    top: 45%;
  }

  .social-link ul {
    padding-left: 10px;
  }

  .social-link {
    justify-content: start;
  }

  .social-icons {
    justify-content: space-around;
  }

}