/*Media Query Start*/

@media only screen and (min-width: 1366px) and (max-width: 1920px) {
}

@media only screen and (min-width: 1291) and (max-width: 1365px) {
}

@media only screen and (min-width: 992px) and (max-width: 1290px) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media only screen and (min-width: 520px) and (max-width: 767px) {
}

@media only screen and (min-width: 300px) and (max-width: 519px) {
  .banner-content > a > img {
    width: 100vw;
    height: 100%;
    object-fit: contain;
  }
  .about-left > img {
    height: auto;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
  }
  .about-sec {
    overflow: hidden;
    padding: 40px 30px;
  }
  .about-left::before {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    height: 90%;
    background-color: #37f513;
    left: -20px;
    border-radius: 20px;
    /* animation: About-box 2s ease 0s 1 normal forwards; */
  }
  .about-right {
    height: 555px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .about-right {
    padding: 0;
    margin-top: 56px;
  }
  .summer-sec {
    overflow: hidden;
    background: url(../images/summer-bg.png) no-repeat center center;
    background-size: cover;
    padding: 50px 0;
    position: relative;
  }
  .summer-heading > h2 {
    font-size: 31px;
    text-transform: uppercase;
  }
  .summer-heading > p {
    width: 100%;
    color: #edecec;
    padding: 0 18px;
  }
  section.private-training {
    padding: 0px 0;
  }
  .private-training-left > h2 {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 30px;
    text-align: center;
  }
  .private-training-right {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
  }
  .atheletic-content > h2 {
    line-height: 50px;
    padding-bottom: 25px;
    text-align: center;
  }
  .atheletic-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .atheletic-content > h2 br {
    display: none;
  }
  .atheletic-sec {
    height: 498px;
    width: 100%;
    background: url(../images/atheletic-bg.png) no-repeat center center;
    background-size: cover !important;
    position: relative;
    /* animation: atheletic-bg 2s ease 0s 1 normal forwards; */
  }
  .youth-heading > h2 {
    text-transform: uppercase;
    font-size: 38px;
  }
  .youth-heading > p {
    width: 100%;
    padding: 0 19px;
  }
  .youth-sec {
    overflow: hidden;
    padding-bottom: 0;
  }
  .testimonial-heading > h3 {
    text-transform: uppercase;
    font-size: 35px;
  }
  .testimonial-heading > p {
    width: 100%;
    color: #edecec;
    padding: 0 10px;
  }
  .training-heading-row h2 {
    text-transform: uppercase;
    font-size: 35px;
  }
  .training-heading-row > p {
    width: 100%;
    padding: 0 10px;
  }
  .fall-program-heading p {
    width: 100%;
    padding: 0 10px;
  }
  .hdr_logo {
    text-align: center;
  }
  .footer-text ul.hdr-top-right-list {
    justify-content: center;
    margin-top: 22px;
  }
  .footer-text h5 {
    color: #fff;
    position: relative;
    z-index: 1;
    margin: 0 0 40px 0;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: 400;
    text-align: center;
  }
  ul.footer-link {
    column-count: 2;
    padding-left: 7%;
  }
  ul.footer-link-list {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 9%;
  }
  .athetalic-box {
    height: 170px;
    width: 280px;
    background-color: #39ff14;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    /* animation: athetalic-box 3s ease 0s 2 normal forwards; */
    position: absolute;
    z-index: 3;
    left: -40px;
    top: 62px;
  }
  .private-right-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 46px;
    position: relative;
  }
  .athelet-sport-content h2 {
    color: black;
    text-transform: uppercase;
    padding-bottom: 5px;
    font-size: 30px;
  }
  .athelet-sport-content p {
    padding: 0 10px 25px 10px;
  }

  .contact-left {
    padding: 0 32px;
  }
  .contact-heading h2 {
    text-transform: uppercase;
    padding-bottom: 5px;
    text-align: center;
  }
  .contact-heading p {
    text-align: center;
  }
  .get-in-heading {
    padding-bottom: 25px;
    text-align: center;
    padding: 10px 10px;
  }
  .contact-map {
    padding: 10px 20px;
  }
  .fall-program-heading h2 {
    text-transform: uppercase;
    font-size: 30px;
  }
  .inner-banner-content h2 {
    text-transform: uppercase;
    font-size: 30px;
  }
  .services-detail-card {
    margin: 15px 15px;
  }
}

/*Media Query End*/
