@media (max-width: 768px) {

  .top-bar {
    display: none !important;
  }

  .topbarpadding {
    padding-left: 15px;
    padding-right: 15px;
  }

  .navmargin {
    margin-left: 5px;
    margin-right: 5px;
  }

  .counter-box img {
    width: 50% !important;
    margin-left: 27%;

  }

  .about-title {
    text-align: center;
  }

  .about-text,
  .about-list,
  .btn {
    text-align: center;
  }

  .footer {
    text-align: center;
  }

  .footer h5 {
    margin-top: 20px;
  }

  .why-section h2 {
    font-size: 1.6rem;
  }

  .stats-section h3 {
    font-size: 1.3rem;
  }

  .stat-box {
    margin-bottom: 20px;
  }

  .owl-nav button {
    background: #2e0854 !important;
    color: #fff !important;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    font-size: 20px !important;
    transition: 0.3s;
  }

  .owl-nav {
    position: absolute;
    top: 40%;
    left: -3%;
    width: 105%;
    display: flex;
    justify-content: space-between;
  }

  .why-section p {
    max-width: 900px;
    margin: 0 0px;
    color: #555;
    font-size: 1rem;
  }

  .owl-nav .owl-prev {
    left: 18px;
  }

  .owl-nav .owl-next {
    right: 18px;
  }

  .infra-img-wrapper img {
    border-radius: 50%;
    width: 100%;
    margin-top: 38px;
    max-width: 290px;
    height: auto;
  }

  .program-card h5 {
    margin-bottom: 10px;
    font-size: 13px;
  }

  .program-card p {
    font-size: 12px;
  }

  .why-box h5 {
    font-weight: 700;
    margin-bottom: 10px;
    font-size: 15px;
  }

  .why-section p {
    max-width: 900px;
    margin: 0 0px;
    color: #555;
    font-size: 13px;
  }

  .stats-section {
    background: #f06d08;
    color: #fff;
    padding: 50px 30px;
    border-radius: 20px;
    margin: 0px auto;
  }

  .gallery-img {
    height: 200px;
  }
    .contact-wrapper {
        flex-direction: column;
      }

      .left-panel-content h1 {
        font-size: 2rem;
      }

      .contact-form-box {
        padding: 30px 20px;
      }

      .map-embed {
        height: 200px;
      }
        .level-box {
        padding: 20px;
      }
      .level-number {
        left: 50%;
        transform: translateX(-50%);
        top: -35px;
      }
      .level-title, .level-content {
        margin-left: 0;
        text-align: center;
        margin-top: 20px;
      }
       .coach-banner {
        height: auto;
        padding: 60px 0;
      }
      .banner-form {
        margin-top: 20px;
      }
}