@media (min-width: 1501px) {
  .athlete-image img {
    aspect-ratio: 5 / 15;
    object-fit: contain;
  }
  .container {
    max-width: 1440px;
  }

  .col-team-card {
    flex: 0 0 auto;
    width: 20%;
  }
}

@media (min-width: 1025px) and (max-width: 1500px) {
  .container {
    max-width: 1300px;
  }
  .players_card .media_card img {
    height: 230px;
  }

  .post_sml-card .post_content-row {
    padding-left: 20%;
  }
  .match-card .scoreboard {
    gap: 5px;
  }
  .match-card .team-score {
    width: 3.5rem;
    height: 3.5rem;
    font-size: 2rem;
  }

  .media_sml-card .card-content {
    padding: 20px;
  }
  .media_sml-card .card-title {
    font-size: 1.25rem;
  }
  .match-card {
    padding: 40px 15px;
  }
  .match-card .action-buttons {
    gap: 10px;
  }
    .match-card .action-buttons .btnDefault {
      padding: 10px 10px;
    }
}
@media (min-width: 1366px) {
  .container-fluid {
    padding: 0px 2rem;
  }

  .athlete-content {
    padding-right: 50px;
  }
}

@media (min-width: 1200px) {
  .navbar-toggler {
    display: none;
  }
}


@media(max-width:1199px){
    .header_bottom .navbar-brand img {
        width: 130px !important;
    }
     .navbar-collapse.show {
        left: 0;
    }

        .navbar-collapse {
        width: 80%;
        background: #050301;
        position: fixed;
        left: -80%;
        top: 0px;
        height: 100dvh !important;
        overflow-y: auto;
        padding: 20px 25px;
        z-index: 5;
        transition: all 0.4s ease;
    }
    .site_header .navbar-nav li a {    
    padding: 15px 0px;
    font-size: 1.45rem;

}
.header_bottom {
    padding: 10px 0px;
}
.header_top .top_left {
    display: none;
}
.header_top .top_right {
    justify-content: space-between;
}


}
@media (min-width: 768px) and (max-width: 1120px) {
  .post, .page {
  padding: 130px 0px 0px 0px !important;
}
    .navbar-toggler {
        width: 52px;
    height: 52px;
    flex: 0 0 52px;
    }
    .navbar-toggler .navbar-toggler-icon {
        margin: 8px 0px;
    }
    ul.header_account-list li .header_cart img {
        width: 40px;
    }
    ul.header_account-list li .top_search img {
        width: 38px;
    }
  .global_title {
    font-size: 2.25rem;
  }
  .order-res-1 {
    order: 1;
  }
  .order-res-2 {
    order: 2;
  }
  .container-fluid {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  html {
    font-size: 3vw;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  .section_title .title {
    font-size: 2.25rem;
  }
  .section_title_button {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .btn_block-row {
    text-align: left;
    padding-top: 30px;
  }
  .marchandise_col .content_card .pro_content .title {
    font-size: 1.35rem;
  }
  .marchandise_col .media_block .wishlist_icon {
    font-size: 1rem;
  }
  .match-card {
    margin-bottom: 20px;
    min-height: max-content;
    max-height: max-content;
  }
  .hero_slider .slide {
    min-height: 20rem;
    max-height: 20rem;
  }
  .hero_slider .slide img {
    width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }
  .hero_slider .slide-content .title {
    font-size: 2rem;
  }
  .post_lg-card .content_col {
    width: 90%;
  }
  .post_sml-card .post_content-row {
    padding-left: 14%;
  }
  .membership-section .feature-list li::before {
    content: "";
    top: 10px;
  }
  .hero_slider .slide-content {
    padding: 0px 30px;
  }
  ul.terms_nav {
    justify-content: flex-start;
  }
  .newsletter-form {
    margin-top: 20px;
  }
  .media_sml-card {
    margin: 15px 0px;
  }
  .media_sml-card .card-content {
    padding: 20px;
  }
  .media_sml-card .card-meta {
    margin-bottom: 15px;
  }
  .media_sml-card .card-title {
    font-size: 1rem;
  }
  .athlete-image {
    text-align: center;
  }
  .athlete-content {
    text-align: center;
  }
  .athlete-content .tag {
    margin: 0px auto;
  }
  .athlete-content .stats {
    justify-content: space-between;
    gap: 0px;
  }
  .athlete-content .stats .stat {
    padding: 0px 0px;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .athlete-sidebar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .athlete-sidebar .info-item {
    flex: 0 0 45%;
    max-width: 45%;
  }
  .athlete-sidebar .did-you-know {
    padding: 30px 30px 30px 30px;
    margin-top: 20px;
  }
  .media_sml-card .date-box {
    width: 80px;
    height: 80px;
  }
  .media_sml-card .day {
    font-size: 2rem;
  }
  .news-lg_post {
    flex-direction: column;
  }
  .news-lg_post .news_content-block {
    padding: 20px;
  }
  .news-lg_post .news_content-block .news-date .day {
    font-size: 2rem;
  }
  .news_content-block .news-title {
    font-size: 2rem;
    line-height: 2rem;
  }
  .news_content-block p {
    font-size: 1.15rem;
    line-height: 1.35;
  }
.woocommerce-Reviews {
  width: 100%;
}
  .lrg-img, .sml-img {
  width: 100%;
  margin-bottom:30px;
  height: 100%;
}
.lrg-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sml-img img{
  width: 100%;
  height:auto;
  object-fit: cover;
}
}

@media (max-width: 767px) {
  html {
    font-size: 3.325vw;
    line-height: 1.15;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
  }
  body {
    padding-top: 130px;
  }

  p{
    font-size: 1.15rem;
  }
  .btnDefault {
    font-size: 1rem;
  }
.post, .page {
  padding: 130px 0px 0px 0px !important;
}
  p img{
  float: none;
  padding-right: 0px;
  width: 100%;
  aspect-ratio:1/1;
  object-fit: cover;
  margin: 15px 0px;
}
.section_space {
  padding: 30px 0px;
}
    .header_bottom .navbar-brand img {
        width: 100px !important;
    }

.site_search-block {
  left: 50%;
  transform: translateX(-50%);
}    

.site_search-block.active {
  
  bottom: -65px;
  opacity: 1;
} 
.site_search-block .search-field {
  font-size: 1rem;
}
.site_search-block .btnSearch {
  font-size: 1.75rem;
}
  .order-res-1 {
    order: 1;
  }
  .order-res-2 {
    order: 2;
  }
  .match-card .match-title {
        font-size: 1.45rem;
        margin-bottom: 20px;
  }
  .section_title .title {
    font-size: 2.25rem;
  }
  .section_title_button {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .btn_block-row {
    text-align: left;
    padding-top: 30px;
  }
  .sponsor_block {
    padding: 20px;
  }
  .sponsor_block .title {
    font-size: 1rem;
  }
  .marchandise_col .content_card .pro_content .title {
    font-size: 1.5rem;
  }
  .marchandise_col .content_card .price {
    font-size: 1.35rem;
  }
  .marchandise_col .media_block .wishlist_icon {
    font-size: 1.45rem;
  }
  .marchandise_col .content_card .btn_cart {
    font-size: 1.15rem;
  }
  .players_card .player_folio .player_cate {
    font-size: 1.15rem;
  }
  .players_card .player_folio p {
    font-size: 1rem;
  }
  .players_card .player_folio .pl_name {
    font-size: 1.65rem;
  }
  ul.achieve_list li .title {
    font-size: 0.95rem;
  }
  ul.achieve_list li .count {
    font-size: 1.75rem;
  }
  .contact_dtl-block,
  .contact_dtl-block a {
    font-family: var(--font-secondary);
    display: flex;
    align-items: flex-start;
    font-size: 0.9rem;
    color: #f5edd8;
    position: relative;
  }
  .global_title {
    font-size: 2rem;
  }
  .foot_content-card {
    padding-right: 0px;
  }
  ul.terms_nav {
    justify-content: flex-start;
    margin-top: 10px;
  }
  .match-card {
   margin-bottom: 20px;
        min-height: fit-content !important;
        max-height: fit-content !important;
        height: auto;
  }
  .match-card .scoreboard {
    gap: 10px;
    margin-bottom: 15px;
  }
  .match-card .team-score {
    width: 3rem;
    height: 3rem;
    font-size: 1.75rem;
  }
  .match-card .team-bouts {
    font-size: 0.8rem;
  }
  .hero_slider .slide {
    min-height: 20rem;
    max-height: 20rem;
  }
  .hero_slider .slide img {
    width: 100%;
    min-height: 20rem;
    max-height: 20rem;
  }
  .hero_slider .slide-content .title {
    font-size: 3rem;
  }
  .post_lg-card .content_col {
    width: 90%;
  }
  .hero_slider .slide-content {
    padding: 0px 20px;
  }
  .hero_slider .slide-content .slider-batch {
    font-size: 1rem;
  }
  .newsletter-form {
    margin-top: 15px;
  }
  .newsletter-form .subscribe-btn {
    width: 130px;
    font-size: 1rem;
  }

  .newsletter-form .newsletter-input input {
    font-size: 1.15rem;
  }
  .media_sml-card {
    margin: 5px 0px;
  }
  .media_sml-card .card-content {
    padding: 15px;
  }
  .media_sml-card .card-meta {
    margin-bottom: 15px;
  }
  .media_sml-card .card-title {
    font-size: 1.35rem;
  }
  .athlete-image {
    text-align: center;
  }
  .athlete-image img {
    aspect-ratio: 3 / 4;
    object-fit: contain;
  }
  .athlete-content .ath_name {
    font-size: 3.25rem;
  }
  .athlete-content {
    text-align: center;
  }
  .athlete-content .tag {
    margin: 0px auto;
  }
  .athlete-content .stats {
    justify-content: space-around;
    gap: 0px;
  }
  .athlete-content .stats .stat .stat_value {
    font-size: 2.35rem;
  }
  .news-lg_post {
    flex-direction: column;
  }
  .news-lg_post .news_content-block {
    padding: 20px;
  }
  .news-lg_post .news_content-block .news-date {
    width: 52px;
    height:52px;
  }
  .news-lg_post .news_content-block .news-date .month{
      font-size: 1.15rem;
  }
  .owner_card-block .card_body img {
    height: 250px;
  }
  .owner_card-block .card_footer .title {
    font-size: 1.75rem;
  }
  .owner_card-block .card_footer p {
    font-size: 1.4rem;
  }

  .header_account-list .btnDefault{
    position: fixed;
    width: fit-content;
    left: 0px;
    bottom: 10px;
    margin: 0px auto;
    left: 0px;
    right: 0px;
    justify-content: center;
    font-size: 1.15rem;
  }

  .athlete-sidebar .info-item .sub_tag {
    font-size: 1.55rem;
  }
  .athlete-sidebar .did-you-know p {
    font-size: 1.2rem;
  }
  .year-gallery .y-galler-card {
  margin-bottom: 20px;
}
.footer_bottom {
    padding-bottom: 70px;
}
.woocommerce-Reviews {
  width: 100%;
}
.match-card .match-date {
  font-size: 1rem;
      margin-bottom: 10px;
}
.match-card .action-buttons {
 margin-top: 20px;
}
.woocommerce .quantity .qty {
  width: 100px !important;
  height: 34px;
}
.woocommerce span.onsale {
  left: 15px;
}

 .entry-header {
  padding-left: 10px;
 }
 .page-template-default .entry-header{
  padding-left: 0;
 }
 .wc-block-components-sidebar {
  padding-left: 10px !important;
  padding-right: 10px !important;
 }
 .wc-block-cart-item__total {
  padding-right: 10px !important;
 }
 .post_lg-card .content_col .title a mark {
  font-size: 1.45rem;
 }
 .primary_inner-banner {
  aspect-ratio: auto;
 }
 .marchandise_col .media_block .sale_batch {
  font-size: 1rem;
 }
 .membership-section .plan-desc {
  font-size: 1.15rem;
 }
 .players_card .media_card .player_id {
  font-size: .85rem;
 }
 .membership-section .plan-card .card-body {
  padding: 25px;
 }
 .section_title p {
  font-size: 1.15rem;
 }
 .partnerWith-haryana {
  padding: 25px;
 }
 .media_sml-card .date-box {
   width:52px;
    height: 52px;
 }
 .partnerWith-haryana .content_block p {
  font-size: 1.15rem;
 }.media_sml-card .day {
  font-size: 1.85rem;
 }
 .media_sml-card .month {
  font-size: 1.15rem;
  margin-top: 0px !important;
 }
   .comment-form-cookies-consent {  
    align-items: flex-start;
   
  }
     .comment-form-cookies-consent input[type="checkbox"]{
      margin-top: 5px;
     }
     .news_content-block .news-title {
      font-size: 1.75rem;
     }

     .wc-block-cart-items__row {
      display: flex !important;
     }
      .wc-block-cart-items__row .wc-block-cart-item__image {
        flex: 0 0 20% !important;
        max-width: 20%;
      }

       .wc-block-cart-items__row .wc-block-cart-item__product {
        flex: 0 0 30% !important;
        max-width: 30% !important;
      }

       .wc-block-cart-items__row .wc-block-cart-item__total {
        flex: 0 0 50% !important;
        max-width: 50% !important;
      }
      .wc-block-components-product-name {
        font-size: 20px;
      }
      .wc-block-components-product-price {
        font-size: 17px;
      }
      .footer_col-block .title {
        margin-bottom: 10px;
      }
      .athlete-sidebar .info-item .title {
       font-size: 1.15rem !important;
    line-height: 1.65rem;
      }
      .contact_details-row {
        padding-right: 50px;
      }
      .lrg-img, .sml-img {
  width: 100%;
  margin-bottom:10px;
  height: 100%;
}
.lrg-img img{
  width: 100%;
  height: auto;
  object-fit: cover;
}

.sml-img img{
  width: 100%;
  height:auto;
  object-fit: cover;
}
    }
