@media (min-width: 280px) and (max-width: 540px) {
  .menu {
    position: fixed;
    right: -280px;
    top: 60px;
    width: 280px;
    height: 100%;
    background: #060e17;
    z-index: 999;
  }

  .menu ul li {
    display: block !important;
    text-align: left;
    margin: 0;
    padding: 10px 0px 10px 26px;
  }

  .menu ul li a:hover {
    color: #f8c259;
  }

  .menu_icon {
    display: inline-block;
    position: relative;
    right: 0;
    top: -35px;
  }

  .menu_icon span {
    width: 32px;
    height: 3px;
    background: white;
    display: block;
    transition: 0.2s ease-in-out;
  }

  .menu_icon span:nth-child(2) {
    margin: 4px 0;
  }

  .menu_icon_Class span:nth-child(2) {
    display: none;
  }

  .menu_icon_Class span:nth-child(1) {
    transform: rotate(40deg);
  }

  .menu_icon_Class span:nth-child(3) {
    transform: rotate(-40deg);
    margin-top: -3px;
  }

  .menuClass {
    right: 0;
    transition: 0.2s ease-in-out;
  }

  /* home start */
 

  .match-date {
    font-size: 14px !important;
    border: none !important;
  }
  .match-date p{
    font-size: 12px !important;
  }
  .match-date h5{
    font-size: 14px !important;
  }

  .match-info {
    border: none !important;
  }

  .team-a {
    position: unset !important;
  }

  .team-b {
    position: unset !important;
  }
  .team-a-img {
    width: 70px !important;
    height: 70px !important;
  }

  .team-b-img {
    width: 70px !important;
    height: 70px !important;
  }

  .team-a h5 {
    font-size: 14px !important;
  }

  .team-b h5 {
    font-size: 14px !important;
  }

  .home-results-reverse {
    /* flex-direction: column-reverse; */
  }
  a .button {
    margin: 10px auto;
    display: block;
    padding: 10px 50px !important;
    border: none;
    font-size: 11px !important;
    font-weight: 800;
    background: #fdfe49;
    border-radius: 5px;
    text-transform: uppercase;
  }

  .home-results {
    padding: 0px 0px !important;
  }
  .bg-header .navbar-brand {
    position: relative !important;
    width: 80px !important;
    top: 0px !important;
  }

  .head_sect {
    align-items: center;
    line-height: 3em;
  }

  .head_sect li:hover {
    background: #009999;
    color: white;
    width: 100%;
    text-align: center;
  }

  .carousel-fade .carousel-item-next.carousel-item-start,
  .carousel-fade .carousel-item-prev.carousel-item-end,
  .carousel-fade .carousel-item.active {
    height: 100% !important;
  }

  .carousel-caption .mt-30 {
    margin-top: 0px !important;
  }

  .center-icon {
    position: absolute;

    background: white;
    padding: 15px 20px;
    border-radius: 230px;
  }

  .view-all-matches {
    position: relative;
    left: auto;
    margin: 0px auto !important;
    right: auto;
    bottom: 25px !important;
    display: none;
  }

  .title-sponsor h2 {
    font-size: 32px !important;
  }

  .latest-news-h2 {
    font-size: 32px !important;
  }

  .latest-news .view-more {
    text-align: center;
    float: right;
    margin-top: -7px !important;
    padding: 5px 20px !important;
    border: none;
    border-radius: 10px;
    font-size: 15px !important;
    color: #ff9c6b;
    font-weight: 800;
  }

  .team_leader_img {
    width: 100%;
    transition: all 700ms ease;
  }

  .home-banner .carousel-item {
    height: 10rem !important;
  }

  .latest-news .card {
    margin: 5px;
  }

  .carousel-control-next-icon,
  .carousel-control-prev-icon {
    width: 30px !important;
    height: 30px !important;
  }

  .ballsysquad {
    padding: 50px 0px !important;
  }

  .ballsysquad .pt-30 {
    padding: 5px 0px !important;
  }

  .ballsysquad h1 {
    font-weight: 800;
    color: white;
    font-size: 32px !important;
    text-transform: uppercase;
  }

  .ballsysquad .view-more {
    padding: 5px 10px;
    margin-top: 5px;
  }

  .ballsysquad img {
    width: auto !important;
    height: 361px !important;
    margin: 0px auto;

  }

  .social-hub h2 {
    font-size: 30px !important;
  }

  .match-left-background img,
  .match-right-background img {
    width: 100% !important;

  }

  .match-left-background,
  .match-right-background {
    padding: 40px !important;
  }

  /* .home-banner {
    background: url('../images/Mobile.jpg') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 100%;
    height: 318px !important;
    background-position: center center;
  } */

  .match-left-background,
  .match-right-background h2 {
    font-size: 18px !important;
  }

  .match-left-background h2 {
    font-size: 20px !important;
  }

  .match-left-background {
    height: auto !important;
  }

  .title-sponsor .col {
    min-width: 50% !important;
  }

  .ballsysquad {
    height: auto !important;
  }

  .match_center_banner {
    height: auto !important;
  }

  .match_center_banner_text h2 {
    font-size: 32px !important;
  }

  .match_center_banner_text .left-img {
    width: 80px !important;
    height: auto !important;
    position: unset !important;
  }

  .match_center_banner_text .right-img {
    width: 80px !important;
    height: auto !important;
    position: unset !important;
  }

  .reverse-1 {
    /* flex-direction: column-reverse; */
  }

  .match_center_banner_text h4 {
    font-size: 18px !important;
  }

  .team-left h5 {
    font-size: 22px !important;
    color: white;
    font-weight: 800;
    text-align: right;
    position: unset !important;
    top: 50%;
  }

  .team-center {
    text-align: center;
  }

  .team-center span {
    position: relative;
    top: 20%;
    font-size: 30px !important;
    color: #f8c259;
  }

  .team-right h5 {
    font-size: 22px !important;
    color: white;
    font-weight: 800;
    text-align: right;
    position: unset !important;
    top: 50%;
  }

  .reverse-2 {
    /* flex-direction: column; */
  }

  .results-matches h3 {
    color: white;
    font-size: 22px !important;
    font-weight: normal;
  }

  .player-icon {
    display: none !important;
  }

  .more-icon {
    /* display: none; */
    right: 11%;
  }

  .bg-white tr {
    text-indent: 0px !important;
  }

  .text-border {
    font-size: 16px !important;
  }

  .stas-player-icon {
    display: none;
  }

  .theader i {
    display: none !important;
  }

  .stats .nav-item .active {
    font-size: 12px;
  }

  /* .table-hdr th {
    font-size: 11px !important;
  } */

  .player-name {
    font-size: 11.5px !important;
    width: 150px;
  }

  .player-wicket-details {
    font-size: 11px !important;
  }

  ul.Scorecard-ul li span {
    font-size: 11px;
  }

  ul.Scorecard-ul li {
    padding-right: 5px !important;
    width: 95px !important;
  }
  ul.runs-button li {
    list-style: none;
    float: left;
    display: inline-grid;
    margin: 8px 2px !important;
    width: 40px !important;
    height: 40px !important;
    color: white;
    border-radius: 10px;
}
  


  /* results*/
  .match-result {
    font-size: 8px !important;
  }

  .match-info-team {
    font-size: 7px !important;
    font-weight: 800;
    position: relative;
    top: 18px;
    margin-bottom: 20px;
  }

  .mt-30 {
    margin-top: 20px !important;
  }

  .result-button {
    font-size: 11px !important;
  }

  .results-runs {
    font-size: 15px !important;
    color: black;
    font-weight: 800;
  }

  .results-overs {
    font-size: 11px !important;
  }

  .match-details p {
    text-align: center;
  }

  .nav-item.d-sm-none {
    padding: 0.5rem;
  }

  .nav-item.d-sm-none .dropdown-toggle::after {
    display: none;
    /* Remove the caret icon */
  }

  .match-info-seprate {
    display: none;
  }

  .stats .nav-item {
    font-size: 12px;
  }
  /* results*/
  .match-result {
    font-size: 18px !important;
  }
  .match-info-team {
    font-size: 12px !important;
    font-weight: 800;
    position: relative;
    top: 18px;
    margin-bottom: 20px;
  }
  .mt-30 {
    margin-top: 0px !important;
  }
  .result-button {
    font-size: 11px !important;
  }
  .results-runs {
    font-size: 15px !important;
    color: black;
    font-weight: 800;
  }
  .results-overs {
    font-size: 11px !important;
  }

  .match-details p {
    text-align: center;
  }

  .nav-item.d-sm-none {
    padding: 0.5rem;
  }

  .nav-item.d-sm-none .dropdown-toggle::after {
    display: none;
    /* Remove the caret icon */
  }

  .match-info-seprate {
    display: none;
  }

  .stats .nav-item {
    font-size: 12px;
  }

  .stats .nav-tabs .nav-link {
    margin: 2px !important;
  }

  /* .stats table {
    table-layout: fixed;
  } */

  /* .stats table th {
    width: 80px !important;
  } */
  /* .stats table th:nth-child(2) {
    width: 100px !important;
    text-align:left !important;
  } */

  .players {
    width: 225px !important;
  }

  .players-details {
    align-items: end !important;

  }

  /* .standing_banner table {
    table-layout: fixed !important;
  } */

  /* .standing_banner table th {
    width: 80px;
    text-align: center;
  } */

  .standing_banner td {
    font-size: 16px !important;
  }

  .standing_banner .players {
    width: 225px !important;
  }

  .playerdetails h4 {
    font-size: 18px !important;
  }
  
  .match_center_banner_text {
    padding:50px 0px !important;
  }
  .commentary-over {
    display: none;
  }
  .tab1 table td{
    padding:0px !important;
   }
   .banner-container{
    position: relative;
    width: 100%;
    height: calc(18vh - 0px)!important;
    overflow: hidden ;
  }
  .home-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:cover !important;
    object-position: center;
  }
  .home-banner {
    /* display: none; */
  }
  .home-banner-mobile {
    display: block !important; 
    width: 100%;
    height:calc(18vh - 0px)
  }
  .header{
    height:70px !important;
  }
  a.morematches:before{
    position:  relative !important;
  }
  .recent-form{
    width:180px !important;
  }
  .spl-logo {
    position: relative;
    top: 60px;
}
.Qualified{
  position: relative !important;
  left: -7px !important;
  top: -2px !important;
}
}
/* (min-width: 768px) and */
@media (min-width: 768px) and (max-width: 991px) {
  .team-a h4 {
    font-size: 17px !important;
  }

  .nav-item.d-sm-none .dropdown-menu {
    position: relative;
  }
  .team-vs {
    top: 10px !important;
    font-size:30px !important;
  }

  .latest-news-h2 {
    font-weight: 800;
    color: white;
    font-size: 40px !important;
  }

  .social-hub h2 {
    font-weight: 800;
    color: white;
    font-size: 40px !important;
  }

  .carousel-item,
  .carousel-item>img {
    height: 26rem !important;
  }

  .team_player_no1 {
    position: absolute;
    font-size: 85px;
    margin-top: 10px;
    margin-left: 50px;
    color: #034542;
    font-weight: 700;
  }
  

  .ballsysquad h1 {
    font-weight: 800;
    color: white;
    font-size: 38px;
  }
  .seasonname{
    margin-top: 0px !important;
  }

  .navbar-light .navbar-nav .nav-link {
    color: white;
    padding: 0px 7px !important;
    font-weight: 800;
    font-size: 11px !important;
  }

  .bg-header .navbar-brand {
    position: absolute;
    width: 100px !important;
    top: 0px;
  }

  .tnpl {
    background: white;
    border-radius: 10px;
    padding: 0px !important;
    width: 100% !important;
  }

  .match-left-background,
  .match-right-background {
    padding: 30px 0px !important;
    height: 400px !important;
  }

  .match-left-background,
  .match-right-background,
  h2 {
    /* font-size: 18px !important; */
  }

  .latest-news .card {
    height: 300px !important;
  }

  .fxitures-item h2 {
    color: white !important;
    font-size: 32px !important;
  }

  .more-icon {
    /* display: none; */
    right: 11%;
  }

  .theader i {
    display: none;
  }

  .stas-player-icon {
    width: 80px;
    height: 80px;
    display: block !important;
  }

  .mobile-tabs .nav-item {
    display: none;
  }

  .mobile-tabs .nav-item.active {
    display: block;
  }

  .nav-tabs.mobile-tabs .nav-item.active>a:before {
    content: "\e259";
    position: absolute;
    top: 15px;
    right: 15px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
  }

  .mobile-tabs .nav-item {
    float: none;
  }

  .reverse-1 {
    /* flex-direction: column-reverse; */
  }

  .match_center_banner {
    height: auto !important;
  }
  
  .banner-container{
    position: relative;
    width: 100%;
    height: 30vh!important;
    overflow: hidden ;
  }
  
  .home-banner{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit:fill !important;
    object-position: center;
  }
  .co-sponsors .mb-5{
  margin-bottom: 5px !important;
  }
  .logo{
    align-items: center;
    margin-top:10px;
  }
  .logo-h2{
    font-size:20px !important;
  }
  .Qualified{
    position: relative !important;
    left: -7px !important;
    top: -2px !important;
  }
}



@media (min-width: 992px) and (max-width: 1024px) {
  .team_player_no1 {
    position: absolute;
    font-size: 140px !important;
    margin-top: 15px;
    margin-left: 33px;
    color: #034542;
    font-weight: 700;
  }

  .match-left-background,
  .match-right-background {
    padding: 30px 0px !important;
    height: 300px !important;
  }

  .stats td {
    font-size: 12px !important;
    line-height: 2.5em;
    vertical-align: bottom;
  }

  .theader i {
    display: none !important;
  }
  .players-1 {
    width:324px !important;
  }
  
  

}

@media (min-width: 768px) and (max-width:899px) {

  /* .fixture-section .col-md-3 {
    flex: 0 0 50%;
    max-width: 50% !important;
  } */
  .match-info-team {
    font-size: 12px !important;
  }

  /* .home-banner {
    background: url('../../images/Background.webp') !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 100%;
    height: 300px !important;
    background-position: center center;
  } */

  .md-none {
    display: none;
  }

  .team_player_name {
    font-size: 7px !important;
  }

  .team_player_no1 {
    font-size: 56px !important;
  }

  .team_style_list {
    width: 24px !important;
    height: 24px !important;
  }

  .card-1 nav>div a.nav-item.nav-link.active:after {
    display: none;
  }

  .team_squad_no2 {
   
    border-radius: 5px;
  }

  .home-squad h3 {
    font-size: 16px !important;
  }

  .stats .nav-item {
    font-size: 12px;
  }

  .stats .nav-tabs .nav-link {
    margin: 2px !important;
  }

  /* .stats table {
    table-layout: fixed;
  }

  .stats table th {
    width: 80px;
  } */
  .venue {
    width:250px !important;
    margin:0px auto;
  }
  .footer h3{
    font-size:13px !important;
  }
  footer p {
    font-size:12px !important;
  }
  .footer-logo{
    max-width: 100px !important;
  }
  
  .players {
    width: 300px !important;
  }

  .players-details {
    align-items: end !important;

  }
  .players-1 {
    width:324px !important;
  }
  /* .standing_banner table {
    table-layout: fixed !important;
  } */

  /* .standing_banner table th {
    width: 80px;
    text-align: center;
  } */

  .standing_banner td {
    font-size: 16px !important;
  }

  .standing_banner .players {
    width: 300px !important;
  }

  .menu ul li {
    margin: 5px !important;
  }

  .playerdetails h4 {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
  ul.Scorecard-ul li {
    list-style: none;
    float: left;
    margin: 5px auto !important;
    position: relative !important;
    padding-right: 10px !important;
    width: 160px !important;
    padding-top: 20px !important;
  }
  ul.runs-button li {
    list-style: none;
    float: left;
    display: inline-grid;
    margin: 21px 2px !important;
    width: 55px;
    height: 55px;
    color: white;
    border-radius: 10px;
  }
  

  /* .standing_banner table {
    table-layout: fixed !important;
  } */

  /* .standing_banner table th {
    width: 80px;
    text-align: center;
  } */

  .standing_banner td {
    font-size: 16px !important;
  }

  .standing_banner .players {
    width: 300px !important;
  }

  .menu ul li {
    margin: 5px !important;
  }

  .playerdetails h4 {
    font-size: 18px !important;
    line-height: 1.5em !important;
  }
  .match-date p{
    font-size: 12px !important;
  }
  .match-date h5{
    font-size: 14px !important;
  }
  

}

@media only screen and (max-width: 912px) {
  /* .home-banner {
    background: url('banner.jpg');
    background-repeat: no-repeat;
    background-size: cover !important;
    width: 100%;
    height: 350px !important;
    background-position: center center;
  } */
  
  
}

