/* iPad Air & Pro */

@media screen and (max-width: 1199.98px) {
    .navbar>ul>li {
        padding: 10px 0 7px 7px;
    }

    #footer {
        background-size: cover;
    }
    .login-screen-form h1 {
        font-size: 40px;
    }
    .login-screen-form {
        padding: 30px;
    }
    .login-screen-form {
        padding: 30px;
    }
    .news-slider .left {
        left: 55%;
    }
    .player-achievement-slider .right, .coaches-achievement-slider .right {
        right: 38%;
    }
    .player-achievement-slider .left, .coaches-achievement-slider .left {
        left: 38%;
    }
    .gallery-slider .left {
        left: 77%;
    }
    .hero-slider-main .right {
        right: 10%;
    }
    .hero-slider-main .left {
        left: 75%;
    }
    .hero-slider-single-content {
        right: 0%;
        top: 50%;
        width: 58%;
    }
    .achievements-title #myTab li {
        margin: 10px;
    }
    .achievements-title #myTab {
        display: flex;
        justify-content: end;
    }
  }
  
  
  /* iPad Mini */
  
  @media screen and (max-width: 991.98px) {
    .member-group {
        margin: 20px 0px;
    }
    .main-members h2 {
        font-size: 45px;
    }
.vision img {
        margin: 20px 0px;
    }
    .about-us{
        padding: 30px 0px;
    }
    .about-us img {
        margin: 20px 0px;
    }
    .change-password-screen-form {
        padding: 30px;
    }
    .hero-slider-single-content h1 {
        font-size: 43px;
        line-height: 50px;
    }
    .event-search-main {
        width: 100%;
        margin-bottom: 20px;
      }
      
      .event-date-main {
        width: 49%;
      }
      
      .event-box {
      flex-wrap: wrap;
      }
  }
  
  
  /* Mobile */
  
  @media screen and (max-width:767.98px) {
    section {
      padding: 30px 0px;
    }
    #header .logo img {
      max-height: 40px;
    }
    .header-views span {
        font-size: 13px;
    }
    #header {
        padding: 0;
    }
    .cmsplayer-profile-screen-main .defander {
        margin-top: 20px;
    }
    .cmsplayer-profile-screen h1 {
        font-size: 35px;
    }
    .cmsplayer-profile-screen-main h4 {
        font-size: 35px;
    }
    .footer-logo-main div {
        font-size: 33px;
    }
    .about-us .section-title h2 {
        font-size: 40px;
    }
    .player-profile-screen h1 {
        font-size: 40px;
    }
    .player-profile-screen-main h4 {
        font-size: 36px;
    }
    .change-password-screen-form h1 {
        font-size: 40px;
    }
    .form-fields input, .form-fields select {
        width: 100%;
    }
    .player-register-screen-form h1 {
        font-size: 40px;
    }
    .form-fields label {
        font-size: 18px;
    }
    .form-fields input, .form-fields select {
        padding: 5px;
    }
    .hero-slider-single-content h1 {
        font-size: 30px;
        line-height: 37px;
    }
    .section-title h2 {
        font-size: 40px;
    }
    .achievements-title {
        display: block;
    }
    .player-achievement-slider .right, .coaches-achievement-slider .right {
        right: 25%;
    }
    .player-achievement-slider .left, .coaches-achievement-slider .left {
        left: 25%;
    }
    .news-slider .slick-arrow {
        top: -72px;
        width: 51px;
    }
    .hero-slider-main .right {
        right: 3%;
    }
    .affiliated-districts-banner .inner-hero-content {
        width: 90%;
    }
    .affiliated-districts-banner h1 {
        font-size: 40px;
    }
    .player-profile-screen-main .downloaded-pdf p {
        font-size: 18px;
    }
    .achievements-title #myTab {
        justify-content: center;
    }
    .hero-slider-single-content {
        right: 0;
        top: unset;
        width: 100%;
        left: 0;
        bottom: -40px;
        display: flex;
        justify-content: center;
        background: transparent;
    }
    .hero-slider-main .left {
        left: 33%;
    }
    .hero-slider-main .right {
        right: 33%;
    }
    .achievements .slick-dots li button:before {
        width: 12px;
        height: 12px;
    }
   #gallery {
        padding-bottom: 60px;
    }
    .navbar .login-register {
        width: fit-content;
    }
    .gallery-slider .slick-arrow {
        top: -45px;
        width: 45px;
    }
    .gallery-slider .left {
        left: 71%;
    }
    .about-us p {
        text-align: justify;
    }
    .single-news-content p, .single-news-content li {
        font-size: 18px;
        text-align: justify;
    }
    .vision p {
        text-align: justify;
    }
    .mission .mission-desc p {
        text-align: justify;
    }
    .login-screen-form-text p {
        text-align: justify;
    }
    .mission .single-mission p {
        text-align: justify;
    }
  }