@media (max-width: 786px) {
  section {
    padding: 3rem 1rem;
  }

  .section-3 p,
  .section-3 h1 {
    padding: 1rem 1rem;
    padding-top: 0;
  }
  .section-3 {
    padding: 3rem 0rem;
    padding-bottom: 0;
  }
  .top-header,
  .container-fluid {
    padding: 1rem 1rem;
  }

  .toefl-icon,
  .english-courses-for-corporates .bottom p {
    padding-left: 0rem;
  }

  .english-courses-for-corporates .top p {
    padding-right: 0rem;
  }

  .english-courses-for-corporates .top img {
    border-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .english-courses-for-corporates .bottom img {
    border-radius: 10px;
    border-top-right-radius: 10px;
  }

  .list-row,
  .bold-para b,
  .english-courses-for-corporates .bottom h2 {
    padding-left: 0rem;
  }
}

@media (max-width: 680px) {
  .section-2 .main-div {
    display: flex;
    justify-content: center;
  }
  .section-1 img {
    height: 200px;
  }
}

@media (max-width: 580px) {
  .navbar img {
    width: 220px;
  }
  .top-header,
  .container-fluid {
    padding: 1rem 1rem;
  }
  h1 {
    font-size: 1rem;
    letter-spacing: 2px;
    font-weight: 700;
    font-family: "Open Sans", Sans-serif;
    text-transform: capitalize;
    line-height: 1.5rem;
    padding-bottom: 1rem;
  }

  .section-4 .owl-theme .owl-nav {
    margin: 0.5rem auto;
  }

  h3 {
    font-size: 0.9rem;
  }

  p {
    font-size: 0.8rem;
    line-height: 1.2rem;
    letter-spacing: 1px;
    word-spacing: normal;
  }
  .section-4 .heading-line::before,
  .section-3 .heading-line::before,
  .section-2 .heading-line::before {
    width: 4rem;
  }

  .section-6 form input {
    width: 100%;
  }

  .section-6 form textarea {
    width: 100%;
  }
  .footer p {
    padding-right: 0rem;
  }

  .English-courses-for-Adults {
    clip-path: none;
    padding-bottom: 0;
  }
  .section-1 .owl-theme .owl-nav [class*="owl-"] {
    color: #fff;
    width: 1rem;
    height: 2rem;
  }
  .section-1 .owl-theme .owl-nav {
    font-size: 16px !important;
  }
}
