/********** min-width media query **********/

@media all and (min-width: 1200px){
  .login-left-wrapper {
    flex: 4;
  }
  .register-right-wrapper{
    flex: 6;
  }
  #mySidenav,
  .ch-hemberg-menu {
    display: none;
  }
  .header-menu > ul {
    display: block !important; /* prevents toggle display:none on resize */
    font-size: 0;
    margin: 0 !important;
  }
  .header-menu > ul.mobile {
    display: none !important;
  }
  .header-menu .sublist {
    display: none;
    position: absolute;
    width: 200px;
    box-shadow: 0 0 25px 5px rgba(0, 0, 0, .10);
    background-color: #fff;
    padding: 10px 0;
    text-align: left;
  }
  .header-menu .sublist li {
    position: relative;
  }
  .header-menu .sublist li a {
    display: block;
    position: relative;
    padding: 10px 20px 10px 30px;
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-decoration: none;
  }
  .header-menu .sublist li:hover > a,
  .header-menu .sublist li:focus > a {
    background-color: #f4f4f4;
  }
  .header-menu ul li:hover > .sublist,
  .header-menu ul li:focus > .sublist,
  .header-menu ul li:focus-within > .sublist {
    display: block;
  }
  .header-menu .sublist .sublist {
    top: -10px;
    left: 100% !important;
  }
}

@media all and (min-width: 1001px) {
  .html-blogpost-page .center-2 {
    float: left;
  }
  .html-blogpost-page .side-2 {
    float: right;
  }
}

@media all and (min-width: 992px) {
  .register-section-box .ch-register-img {
    position: sticky;
    top: 0;
    height: 100vh;
  }
  .register-section-box .ch-register-form {
    height: 100vh;
    overflow-y: auto;
    display: block !important;
  }
  .register-section-box .ch-register-form .authentication-form {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}

@media all and (min-width: 768px){
  .scoring-tournament-tabs .tab__list {
    justify-content: center;
  }
}

@media all and (min-width: 576px){
  #Players .player_list_box .player-role-mobile,
  #Remaining_Players .player_list_box .player-role-mobile {
    display: none;
  }
}

/********** max-width media query **********/

@media all and (max-width: 1600px){
  .leaderboard-player-card .leaderboard-banner p.leaderboard-sold-amount {
    font-size: 30px;
  }
  .leaderboard-player-box_wrapper {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .auction-fees-category-ticket {
    grid-template-columns: 1fr 1fr;
    row-gap: 10px;
  }
  .home-page-banner-section .left-content {
    padding-right: 15px;
  }
}

/*@media all and (max-width: 1480px){
  .match-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}*/

@media all and (max-width: 1440px){
  .section-width {
    padding: 0 70px;
  }
  .section-padding {
    padding: 70px 0;
  }
  .features-box img {
    height: 100px;
  }
  .features-box h4 {
    font-size: 18px;
  }
  .banner-content h1 {
    font-size: 55px;
  }
  .banner-content h2 {
    font-size: 35px;
  }
  .banner-btn img {
    height: 60px;
  }
  .auction-detail-page .player-list-banner .team-card.team-list-card .team-card_inner,
  .auction-detail-page .player-list-banner .team-card.team-list-card .auction-top-bid {
    width: calc(50% - 15px);
  }
  .scoring-tournament-detail-img {
    width: 220px;
    height: 220px;
  }
  .scoring-tournament-detail-img img {
    height: 180px;
  }
  .scoring-tournament-detail-main {
    width: calc(100% - 240px);
  }
  .scoring-tournament-detail-data h3 {
    font-size: 22px;
  }
  .scoring-tournament-detail-data p {
    font-size: 16px;
  }
  .scoring-tournament-info-box {
    width: 130px;
  }
  .scoring-tournament-info-box span {
    font-size: 16px;
  }
  .scoring-tournament-info-box h4 {
    font-size: 45px;
  }
  .scoring-tournament-detail-data {
    width: calc(65% - 15px);
  }
  .scoring-tournament-detail-data-right {
    width: 35%;
  }
  .scoring-match-summary-score_wrapper .scoring-match-summary-score {
    padding: 20px;
  }
  .scoring-match-summary-score_wrapper .scoring-match-summary-score h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .match-summary-team_logo {
    margin-right: 10px;
  }
  .match-summary-team_detail span {
    font-size: 17px;
  }
  .match-summary-team_score {
    margin-bottom: 15px;
  }
  .toss-info p {
    margin-bottom: 20px;
  }
  .match-detail-bottom p {
    font-size: 16px;
  }
  .teams-player_box {
    width: calc(50% - 20px);
  }
  .did-not-bat p {
    font-size: 18px;
  }
  .scoring-match-summary-data,
  .match-scorecard {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .scoring-match-summary-point-table{
    width: 100%;
  }
  .auction-detail-player_wrapper {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }
  .html-matches-page .scoring-page .scoring-card .scoring-card-body-team-score h5 {
    font-size: 17px;
    line-height: normal;
  }
  .html-matches-page .scoring-page .scoring-card .scoring-card-body-team-score p {
    font-size: 22px;
    line-height: normal;
  }
  .html-matches-page .scoring-page .scoring-card .scoring-card-body-team-vs span {
    font-size: 35px;
  }
  .home-page-banner-section .right-content {
    padding-right: 0;
  }
  .ch-squad-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 1400px) {
  .home-page-banner-section {
    padding: 30px 80px;
  }
  .home-page-banner-section .main-title {
    font-size: 56px;
  }
  .home-page-banner-section .subtitle {
    font-size: 18px;
  }
  .home-page-banner-section .mobile-mockup {
    width: 300px;
    height: 610px;
  }
  .home-page-banner-section .circle:nth-child(1) {
    width: 400px;
    height: 400px;
  }
  .home-page-banner-section .circle:nth-child(2) {
    width: 350px;
    height: 350px;
  }
  .home-page-banner-section .feature-item {
    font-size: 16px;
}
}

@media all and (max-width: 1366px){
  .section-width {
    padding: 0 60px;
  }
  .section-padding {
    padding: 60px 0;
  }
  .auction-detail-page .player-list-banner .player-container .auction_player-img {
    width: 40%;
  }
  .auction-detail-page .player-list-banner .player-container .auction-player-detail {
    width: calc(60% - 15px);
  }
  .clock .time-block .time {
    font-size: 30px;
    margin-bottom: 2px;
  }
  .auction-detail-page .player-list-banner .player-card h2 {
    font-size: 24px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-logo {
    width: 120px;
    height: 120px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-logo img {
    margin: 0;
    max-height: 120px;
    max-width: 120px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-name {
    width: calc(100% - 180px);
  }
  .rating-image_wrapper img {
    height: 190px !important;
  }
  .html-matches-page .scoring-page .scoring-card .scoring-card-body-wrapper {
    padding: 20px 5px;
  }
  .ch-participate-header {
    padding: 30px;
  }
  .ch-participate-header-content .auction-top-bid .clock {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .ch-participate-header-info {
    width: calc(100% - 465px);
  }
}

@media all and (max-width: 1300px){
  .match-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
}

@media all and (max-width: 1199px){
  #mySidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    background: var(--secondry-color);
    overflow-x: hidden;
    transition: .5s;
    padding-top: 10px;
    text-align: center;
    max-width: 300px;
  }
  #mySidenav .closebtn {
    display: inline-block;
    width: 100%;
    text-align: right;
    padding: 7px 14px;
  }
  #mySidenav .top-menu.mobile li.login-btn-mobile {
    margin: 0 10px;
  }
  #mySidenav .top-menu.mobile li.login-btn-mobile a{
    width: 100%;
  }
  #mySidenav .top-menu.mobile li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  #mySidenav .top-menu.mobile li a{
    width: 100%;
  }
  #mySidenav .top-menu.mobile li a.sublist-toggle.next {
    background-image: url(../images/ch-right-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
    position: unset;
  }
  #mySidenav .top-menu.mobile li a.ch-left-arrow {
    background-image: url(../images/ch-left-arrow.svg);
    background-size: 20px;
    background-repeat: no-repeat;
    background-position: center;
    width: 32px;
    height: 32px;
  }
  .header-links {
    width: auto;
  }
  .top-menu.notmobile {
    display: none;
  }
  .section-width {
    padding: 0 50px;
  }
  .section-padding {
    padding: 50px 0;
  }
  .section-head {
    margin-bottom: 30px;
  }
  .banner-content h1 {
    font-size: 50px;
  }
  .banner-content h2 {
    font-size: 30px;
  }
  .about-us-content {
    margin-top: 30px;
  }
  .features-box {
    padding: 20px;
  }
  .features-box img {
    height: 70px;
  }
  .contact-us-content h3 {
    font-size: 35px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-logo {
    width: 100%;
    max-width: 120px;
    margin: 0 auto 20px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-name{
    width: 100%;
    text-align: center;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-name p {
    justify-content: center;
  }
  .clock .time-block .time {
    font-size: 25px;
  }
  .clock .time-block p.label{
    font-size: 14px;
  }
  .clock .time-block {
    min-width: 85px;
  }
  .auction-detail-page .player-list-banner .player-card h2 {
    font-size: 20px;
  }
  .auction-detail-page .player-list-banner .player-container .player-price{
    font-size: 45px;
  }
  .player-stats-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
  }
  .leaderboard-player-box_wrapper {
    grid-template-columns: 1fr 1fr;
  }
  .scoring-tournament-detail-data-right{
    display: none;
  }
  .scoring-tournament-detail-data {
    width: 100%;
    margin: 0;
  }
  .scoring-common-box h2 {
    font-size: 20px;
  }
  .scoring-common-box {
    padding: 15px;
  }
  .scoring-common-box ul li a .score-icon-box {
    margin-right: 10px;
    font-size: 16px;
  }
  .scoring-match-detail-info-wrapper h4 {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .team-detail-tabs ul.tab-links li a {
    font-size: 18px;
  }
  .scoring-match-detail-info-wrapper p,
  .tournament-match-details li label
  .tournament-match-details li span {
    font-size: 16px;
  }
  .tournament-match-details li {
    margin-bottom: 12px;
  }
  .scoring-card-top h4 {
    font-size: 16px;
  }
  .scoring-card-body-team-score img {
    width: 60px;
    height: 60px;
  }
  .scoring-card-body-team-vs span {
    font-size: 40px;
  }
  .scoring-card-body-team-score {
    max-width: 160px;
    min-width: 160px;
  }
  .commentary_left-wrapper,
  .tournament-stats-tab .tab-content {
    margin-bottom: 30px;
  }
  .mvp-player-box_wrapper {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
  }
  .mvp-player-box {
    padding: 15px;
  }
  .mvp-player-box h4 {
    font-size: 20px;
  }
  .mvp-player-box_wrapper.scoring-common-box{
    display: block;
  }
  .mvp-center-data {
    width: 100%;
    margin: 0 0 20px;
  }
  .player-stats-box_wrapper .player-stats-data ul li {
    width: calc(25% - 20px);
  }
  .match-card-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .matches-left-filterbar{
    margin-bottom: 15px;
  }
  .season-teams-accordian .teams-player_wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .all-auction-left-sidebar {
    margin-bottom: 50px;
  }
  .breadcrumb {
    padding-left: 30px;
    padding-right: 30px;
  }
  .ch-squad-grid,
  .auction-detail-page .tab-pane .filter-options-section {
    grid-template-columns: repeat(3, 1fr);
  }
  .ch-match-umpire-list-avatar {
    width: 75px;
    height: 75px;
  }
  .header-menu-text ul.navbar-nav a.nav-link {
    font-size: 14px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-name .ch-total-teams {
    justify-content: center;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-name .middle-title {
    justify-content: center !important;
    gap: 10px;
  }
  .ch-participate-main-wrapper {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .ch-participate-organizer-sticky {
    position: static;
  }
  .ch-participate-header-info h1 {
    font-size: 2.2rem;
  }
  .ch-participate-meta-item {
    justify-content: center;
  }
  .ch-participate-shape-1, .ch-participate-shape-2, .ch-participate-shape-3, .ch-participate-shape-4 {
    opacity: 0.06;
  }
  .ch-participate-organizer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ch-participate-categories-grid {
    grid-template-columns: 1fr;
  }
  .ch-participate-input-wrapper {
    flex-direction: column;
  }
  .ch-participate-header-info {
    width: calc(100% - 435px);
  }
}

@media all and (max-width: 1024px){
  .scoring-tournament-tabs .tab__item {
    padding: 10px 20px;
    margin-right: 10px;
    font-size: 16px;
  }
  .scoring-match-officials_wrapper {
    margin: 0 -10px;
  }
  .scoring-match-officials_box {
    width: 50%;
    padding: 0 10px;
  }
  .mvp-data p {
    padding: 5px;
    font-size: 14px;
  }
  .commentary_left-wrapper .card-header h2 button {
    font-size: 16px;
  }
  .commentary_left-wrapper .nav-pills .nav-link {
    font-size: 15px;
  }
  .commentary_left-wrapper .nav-pills .nav-link::before {
    width: 15px;
    height: 15px;
  }
  .commentary_left-wrapper h4 {
    font-size: 18px;
  }
  .leaderboard-top-three-card {
    grid-template-columns: 1fr;
  }
  .player.first.leaderboard-player-card {
    order: -1;
  }
  .leaderboard-top-three-card .leaderboard-player-card h3.leaderboard-playername {
    min-height: auto;
  }
  .review-btn img {
    height: 65px;
  }
  .review-page .qr-crickhunt-logo img {
    height: 80px;
  }
  .review-page .qr-code-info .qr-code-section-img-text {
    padding: 30px 0;
    text-align: center;
  }
  .rating-image_wrapper img {
    height: 150px !important;
  }
  .review-testimonial-img_wrapper,
  .review-testimonial-content p {
    padding: 0 80px;
  }
  .review-testimonial-box:first-child::after {
    width: calc(100% - 200px);
  }
  .review-testimonial-name p,
  .review-testimonial-content p {
    font-size: 16px;
  }
  .review-testimonial-img {
    width: 120px;
    height: 120px;
  }
  .review-testimonial-img img {
    height: 110px;
  }
  .review-testimonial-name {
    width: calc(100% - 140px);
  }
  .review-testimonial-name h3 {
    font-size: 20px;
  }
  .review-testimonial-box_wrapper {
    margin: 40px 0;
  }
  .auction-fees-category-ticket {
    grid-template-columns: 1fr;
  }
  .home-page-banner-section {
    flex-direction: column;
    padding: 50px 40px;
  }
  .home-page-banner-section .left-content {
    max-width: 100%;
    margin-bottom: 50px;
    text-align: center;
  }
  .home-page-banner-section .main-title {
    font-size: 48px;
  }
  .home-page-banner-section .subtitle {
    font-size: 16px;
  }
  .home-page-banner-section .button-group {
    justify-content: center;
    flex-wrap: wrap;
  }
  .home-page-banner-section .stats-container {
    justify-content: center;
  }
  .home-page-banner-section .features-list {
    max-width: 400px;
    margin: 0 auto 30px auto;
    align-items: flex-start;
  }
  .home-page-banner-section .mobile-mockup {
    width: 280px;
    height: 570px;
  }
  .home-page-banner-section .icon {
    font-size: 50px;
  }
  .home-page-banner-section .shape-1,
  .home-page-banner-section .shape-2,
  .home-page-banner-section .shape-3 {
    width: 120px;
    height: 120px;
  }
  .brandingsection-logos-grid {
    flex-direction: column;
    align-items: center;
  }
  .brandingsection-info-box {
    padding: 24px 30px;
  }
  .ch-hunters-card__name h2 {
    font-size: 26px;
  }
  .ch-team {
    padding: 15px;
  }
  .ch-team-boundary-logo {
    width: 80px;
    height: 80px;
  }
  .ch-team-boundary-logo img {
    height: 75px;
  }
  .ch-team-stat-wrapper {
    grid-template-columns: 80px 1fr;
  }
  .ch-team-stat-val {
    font-size: 28px;
  }
  .ch-section-title {
    font-size: 32px;
  }
  .ch-section-head {
    margin-bottom: 15px;
  }
  .ch-counters {
    gap: 12px;
  }
  .ch-officials-content {
    grid-template-columns: auto 1fr;
  }
  .ch-officials-stats {
    grid-column: 1 / -1;
    justify-content: center;
  }
}

@media all and (max-width: 991px){
  .section-width {
    padding: 0 40px;
  }
  .section-padding {
    padding: 40px 0;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content h2 {
    font-size: 25px;
  }
  .live-auction-page .player-list-banner {
    margin-bottom: 30px;
  }
  .auction-detail-page .player-list-banner .team-card.team-list-card .team-card_inner,
  .auction-detail-page .player-list-banner .team-card.team-list-card .auction-top-bid{
    width: 100%;
    margin: 0;
  }
  .auction-detail-page .player-list-banner .team-card.team-list-card .auction-top-bid{
    margin-top: 20px;
  }
  .auction-detail-page .player-list-banner .team-card.team-list-card {
    flex-wrap: wrap;
  }
  .clock{
    justify-content: center;
  }
  .auction-detail-page .player-list-banner .player-container .auction_player-img {
    width: 30%;
  }
  .auction-detail-page .player-list-banner .player-container .auction-player-detail {
    width: calc(70% - 15px);
  }
  .authentication-box .logo{
      text-align:center;
  }
  .login-page .authentication-form {
    margin: 30px auto 0;
  }
  .player-stats-box {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    row-gap: 15px;
  }
  .mobile-toggle {
    display: flex;
    align-items: center;
  }
  .mobile-toggle button.navbar-toggler {
    margin-left: 10px;
}
  .desktop-toggle{
      display:none;
  }
  .header-menu-text ul.navbar-nav a.nav-link {
    font-size: 18px;
    padding: 10px 0;
    line-height: 1.5;
    display: flex;
    align-items: center;
    flex-direction: row-reverse;
    justify-content: flex-end;
  }
  .header-menu-text ul.navbar-nav li .dropdown-menu {
    position: unset !important;
    box-shadow: none;
    background: transparent;
    width: 100%;
  }
  .header-menu-text ul.navbar-nav li .dropdown-menu a {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    padding: 10px 20px;
    line-height: 1.5;
  }
  .header-menu-text ul.navbar-nav a.nav-link.dropdown-toggle[aria-expanded="true"] {
    border-bottom: 1px solid #dfdfdf;
  }
  .header-menu-text ul.navbar-nav a.nav-link:hover {
    text-decoration: none !important;
  }
  .header-menu-text ul.navbar-nav a.nav-link.dropdown-toggle {
    flex-direction: row;
    justify-content: flex-start;
  }
  .header-menu-text ul.navbar-nav a.nav-link span.beta-bedge {
    position: relative;
    text-decoration: none !important;
    margin-left: 15px;
    background: #1e9cd7;
  }
  .header-menu-text ul.navbar-nav a.nav-link span.beta-bedge::after {
    top: 4px;
    left: -5px;
    border-width: 5px 5px 5px 0;
    border-style: solid;
    border-color: transparent #1e9cd7 transparent transparent;
  }
  .header-menu-text ul.navbar-nav {
    padding-bottom: 0;
    margin-top: 10px;
  }
  .header-menu-text ul.navbar-nav li {
    border-bottom: 1px solid #dfdfdf;
  }
  .header-menu-text ul.navbar-nav li:last-child{
      border-bottom:0;
  }
  .leaderboard-player-box_info p.leaderboard-bid-percentage {
    font-size: 26px;
  }
  .leaderboard-top-three-card .player.second .leaderboard-circle,
  .leaderboard-top-three-card .player.third .leaderboard-circle {
    width: 150px;
    height: 150px;
  }
  .leaderboard-top-three-card .player.second .leaderboard-circle img,
  .leaderboard-top-three-card .player.third .leaderboard-circle img{
    width: 150px;
    height: 150px;
  }
  .leaderboard-top-three-card .player.first .leaderboard-circle {
    width: 200px;
    height: 200px;
  }
  .leaderboard-top-three-card .player.first .leaderboard-circle img {
    width: 200px;
    height: 200px;
  }
  .leaderboard-top-three-card {
    max-width: 100%;
  }
  .page-title h1 {
    font-size: 30px;
  }
  .leaderboard-filters-select .form-group select {
    width: 100%;
  }
  .qr-code-section-img-text p {
    padding: 30px 0;
  }
  .download-social-info a{
      margin-bottom:10px;
  }
  .scoring-match-left_wrapper,
  .scoring-match-right_wrapper{
    width: 100%;
  }
  .scoring-match-left_wrapper {
    display: block;
  }
  .scoring-match-left_wrapper .scoring-common-box {
    width: 49%;
    margin-left: 2%;
  }
  .scoring-match-left_wrapper .scoring-common-box:nth-child(2n+1){
    margin-left: 0;
  }
  .scoring-match-center_wrapper {
    width: 100%;
    margin: 0 0 20px 0;
    order: -1;
  }
  .tournament-match-details li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tournament-match-details li label,
  .scoring-match-right_wrapper .scoring-common-box ul li a {
    margin: 0;
    width: auto;
    display: inline-block;
  }
  .tournament-match-details li label {
    margin-right: 10px;
  }
  .tournament-match-details li span{
    width: auto;
    display: inline-block;
  }
  .team-detail-tabs ul.tab-links {
    overflow-x: auto;
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .filter-bar select {
    max-width: 250px;
  }
  .mvp-data p {
    padding: 0;
    box-shadow: none;
    background: transparent;
  }
  .mvp-data.mvp-player-detail span {
    font-size: 16px;
    font-weight: 600;
    margin: 0 5px;
  }
  .scoring-card_main_wrapper{
    margin: 0;
  }
  .scoring-card_main_wrapper a.scoring-card ,
  .scoring-match-summary-score_wrapper .scoring-match-summary-score {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .scoring-match-summary-score-info.scoring-common-box {
    width: 100%;
  }
  .did-not-bat p,
  .match-recent-balls label {
    font-size: 16px;
  }
  .last-balls-data {
    margin-right: 10px;
    padding-right: 10px;
  }
  .last-balls-data span {
    min-width: 40px;
    height: 40px;
    font-size: 20px;
  }
  .batter-bowler_wrapper {
    margin: 0 0 30px;
  }
  .batter-bowler_wrapper > div {
    width: 100%;
    margin: 0 0 15px;
  }
  .scoring-match-summary-score_wrapper {
    margin-bottom: 15px;
  }
  .match-player-info{
    display: block;
  }
  .match-player-info span.match-player-name {
    min-width: 100%;
    margin-right: 0;
    display: block;
  }
  .mvp-player-box h4 {
    font-size: 20px;
  }
  .player_team_wrapper {
    margin: 0;
  }
  .player_team_box {
    width: 100%;
    margin: 0 0 20px;
  }
  .player-stats-box_wrapper {
    padding: 20px;
  }
  .player-stats-img_wrapper {
    max-width: 100%;
    margin-bottom: 20px;
  }
  .player-stats-player-data {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .player-stats-img_inner {
    width: 180px;
    height: 180px;
    margin: 0;
  }
  .player-stats-img_inner img {
    height: 150px;
    min-height: 150px;
    max-height: 150px;
  }
  .player-stats-info_wrapper {
    width: calc(100% - 200px);
    max-width: 100%;
    margin-left: 20px;
    text-align: left;
  }
  .player-stats-info_wrapper h5 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .player-stats-info_wrapper ul li {
    margin-bottom: 10px;
  }
  .player-stats-info_wrapper ul li img {
    margin-right: 5px;
    height: 18px;
  }
  .player-stats-box_wrapper .player-stats-data {
    width: 100%;
    margin-left: 0;
  }
  .player-stats-box_wrapper .player-stats-data h4 {
    font-size: 22px;
    margin-bottom: 12px;
  }
  .player-stats-box_wrapper .player-stats-data ul li span.player-stats-num {
    font-size: 30px;
    margin-bottom: 5px;
  }
  .player-stats-box_wrapper .player-stats-data ul li span.player-stats-title {
    font-size: 16px;
  }
  .filter-options-section{
      display:block;
  }
  .search-tournamnet-section,
  .tournamnet-section-info {
    width: 100%;
    margin: 0;
    margin-bottom: 10px;
  }
  .player-list-section {
    grid-template-columns: 1fr 1fr;
  }
  .team-summery-detail {
    display: block;
  }
  .team-owner-team-summary .palyer-list-box-img {
    width: 70px;
    height: 70px;
  }
  .team-owner-team-summary .palyer-list-box-img img {
    height: 70px;
  }
  .team-summery-detail-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
  }
  .max-bid-linnit {
    margin-bottom: 10px;
  }
  .team-owner-team-summary .max-bid-linnit strong {
    text-align: left;
  }
  .max-bid-linnit {
    text-align: left;
  }
  .team-summery-fund {
    text-align: left;
  }
  .player_list_box-data.mobile-box-team {
    width: 100%;
    margin: 0;
  }
  .player-team.player-box-team-logo {
    width: 100%;
    display: flex;
    height: auto;
    justify-content: flex-start;
    margin-top: 10px;
    background: #455A64;
    color: #fff;
    padding: 5px;
  }
  .player-team.player-box-team-logo img {
    height: 25px !important;
    width: 25px;
    background: #fff;
  }
  .player-team.player-box-team-logo p {
    display: block;
    margin: 0;
    margin-left: 10px;
  }
  .player-team.player-box-team-logo span {
    display: none;
  }
  .rating-image_wrapper img {
    height: 130px !important;
  }
  .auction-detail-page .tab-pane .filter-options-section {
    grid-template-columns: minmax(150px, 1fr) minmax(150px, 1fr);
  }
  .playerbox-team-name p {
    display: none;
  }
  .auction-detail-player_wrapper {
    grid-template-columns: minmax(200px, 1fr);
  }
  .match-card-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .leaderboard-player-card .progress-label p {
    font-size: 90px;
  }
  .form-gender .form-label {
    font-size: 15px;
  }
  .form-gender .form-row {
    height: 35px;
  }
  .form-gender .form-input::after {
    border: 3px solid #236AD6;
  }
  #participate-create-and-update .form-group {
    margin-bottom: 12px;
  }
  .match-stats-table_inner {
    margin: 0;
  }
  .match-stats-table_inner > div {
    width: 100%;
    margin: 0 0 25px;
  }
  .ch-beta-grid {
    grid-template-columns: 1fr;
  }
  .ch-beta-phone-preview {
    display: none;
  }
  .mvp-player-data_wrapper {
    width: 100%;
  }
  .mvp-player-box-img, .no-player-box-img {
    margin: 0 auto 10px;
  }
  .mvp-box-main.container {
    max-width: 100%;
  }
  .mvp-player-box p,
  .mvp-player-box span,
  .ch-mvp-box-stats ul li.ch-mvp-box-stats-title,
  .mvp-player-box.empty span {
    text-align: center;
  }
  .ch-mvp-box-stats ul {
    justify-content: center;
  }
  .mvp-player-box.pom::before,
  .mvp-player-box.best-batter::before,
  .mvp-player-box.best-bowler::before,
  .mvp-player-box.best-filder::before {
    background-position: bottom;
  }
  .ch-pricing-grid-top,
  .ch-grid,
  .ch-squad-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ch-avatar-circle {
    width: 120px;
    height: 120px;
  }
  .ch-avatar-circle img {
    height: 120px;
  }
  .ch-dl-row {
    grid-template-columns: repeat(3, 1fr);
  }
  #ch-pane-portrait .ch-dl-row {
    grid-template-columns: repeat(6, 1fr);
  }
  .ch-preview-img-wrap {
    padding: 8px;
    min-height: 150px;
  }
  .ch-nav-tabs .nav-link {
    padding: 0 5px 10px 5px;
  }
  .ch-hunters-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ch-counters {
    grid-template-columns: 1fr;
  }
  .ch-teams-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ch-player-name {
    font-size: 16px;
  }
  .ch-match-umpire-list-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .ch-match-umpire-list-avatar {
    width: 70px;
    height: 70px;
  }
  .team-profile-card .team-logo-section {
    width: 150px;
    height: 150px;
  }
  .team-logo-section img {
    height: 150px;
  }
  .team-details p {
    font-size: 14px;
    margin: 0 0 4px;
  }
  .team-details p svg {
    width: 24px;
    height: 24px;
  }
  .ch-participate-logo-container,
  .ch-participate-logo {
    width: 150px;
    height: 150px;
  }
  .ch-participate-logo img {
    height: 150px;
  }
  .ch-chip-val {
    font-size: 14px;
  }
  .ch-chips-grid .ch-chip {
    border-radius: 4px;
    padding: 5px;
  }
  .ch-participate-logo-ring{
    display: none;
  }
  .ch-participate-header {
    padding: 15px;
  }
  .ch-participate-header-content {
    gap: 15px;
  }
  .ch-participate-header-info {
    width: calc(100% - 325px);
  }
  .ch-participate-header-info h1 {
    font-size: 30px;
  }
  .ch-participate-logo-container,
  .ch-participate-logo {
    width: 120px;
    height: 120px;
    border-radius: 12px;
  }
  .ch-participate-logo::before {
    border-radius: 12px;
  }
  .ch-participate-header-info p {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .ch-participate-meta-item {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 14px;
  }
  .ch-participate-header-meta {
    margin-bottom: 10px;
  }
}

@media all and (max-width: 810px) {
  .auction-detail-page .dashboard-btn,
  .auction-demo-title {
    width: 100%;
    justify-content: center;
  }
  .auction-demo-title span {
    margin: 10px 0 0 0;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-name .middle-title.pt-0.flex-wrap.justify-content-between {
    justify-content: center !important;
  }
}

@media all and (max-width: 768px){
  .register-right-wrapper{
    display: none;
  }
    .download-app-section {
    padding: 60px 30px;
  }
  .download-app-section h1 {
    font-size: 2.5rem;
  }
  .download-app-section-button-container {
    flex-direction: column;
    align-items: center;
  }
  .download-app-section-btn {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }
  .download-app-section-helper-text {
    font-size: 1rem;
  }
  .ch-beta-footer {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  .ch-beta-buttons {
    width: 100%;
  }
  .ch-beta-btn {
    width: 100%;
    justify-content: center;
  }
  .ch-beta-title {
    font-size: 20px;
  }
  .brandingsection-title {
    font-size: 2.4rem;
  } 
  .ch-nop-title {
    font-size: 28px;
  }
  .ch-nop-box {
    width: 100%;
  }
  .ch-nop-icon {
    left: 50%;
    top: -18px;
    transform: translateX(-50%);
  }
}

@media all and (max-width: 767px){
  .header-links {
    min-width: auto;
  }
  .header-links li.dropdown {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
  }
  .header-links li.dropdown .dropdown-toggle{
    font-size: 15px;
  }
  .header-links li.dropdown .dropdown-toggle{
    font-size: 0;
  }
  .header-links ul li .dropdown-toggle::after{
    font-size: 14px;
  }
  .section-width {
    padding: 0 30px;
  }
  .section-padding {
    padding: 30px 0;
  }
  .section-head svg {
    height: 28px;
  }
  .section-head svg:first-child {
    margin-right: 5px;
  }
  .section-head svg:last-child {
    margin-left: 5px;
  }
  .section-head h2 {
    font-size: 30px;
  }
  .banner {
    padding: 100px 20px;
  }
  .banner-content h1 {
    font-size: 40px;
  }
  .banner-content h2 {
    font-size: 20px;
    max-width: 600px;
  }
  .banner-btn img {
    height: 50px;
  }
  .about-us-content p,
  .section-head > p {
    font-size: 16px;
    line-height: 1.5;
  }
  .features-box img {
    margin-bottom: 20px;
  }
  .faq-tabs .accordion h2 button {
    font-size: 16px;
  }
  .footer-info, .footer-privacy-policy, .footer-conditions {
    text-align: center;
    margin-bottom: 8px;
  }
  .footer-conditions{
    margin: 0;
  }
  .contact-us-content h3 {
    font-size: 28px;
  }
  .contact-details ul li label {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .contact-details ul li a {
    font-size: 16px;
  }
  .contact-details ul{
    margin: 0;
  }
  .contact-details ul li {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .contact-details ul li span {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
  .contact-details ul li span svg{
    width: 30px;
    height: 30px;
  }
  .page-title-bg .page-title h1 {
    font-size: 30px;
  }
  .live-auction-page .stat-item {
    margin-bottom: 20px;
  }
  .live-auction-page .player-container .auction-player-detail .player-price {
    font-size: 45px;
  }
  #Players .player_list_box-data{
    width: calc(100% - 110px);
  }
  #Remaining_Players .player_list_box-data {
    width: calc(100% - 90px);
  }
  #Players .player-role,
  #Remaining_Players .player-role {
    width: 40px;
    height: 40px;
  }
  #Players .player-role img,
  #Remaining_Players .player-role img {
    height: 25px;
  }
  .player-stats-box {
    grid-template-columns: 1fr 1fr;
  }
  .qr-crickhunt-logo img {
    height: 100px;
  }
  .qr-code-section-img-text p {
    font-size: 24px;
    padding: 40px 0;
  }
  .qr-code-logo a img {
    height: 60px;
  }
  .leaderboard-player-box_wrapper {
    grid-template-columns: 1fr;
  }
  .leaderboard-filters-select .form-group select {
    width: calc(100% - 100px);
  }
  .scoring-tournament-detail-img {
    width: 160px;
    height: 160px;
    margin: 0 auto;
    background: #333;
    position: relative;
    padding: 5px;
  }
  .scoring-tournament-detail-img img {
    height: 130px;
  }
  .scoring-tournament-detail-main {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .scoring-tournament-detail-main {
    width: 100%;
    margin: 10px 0 0 0;
  }
  .scoring-tournament-detail-data{
    text-align: center;
  }
  .scoring-page .section-head img{
      display: none;
  }
  .scoring-match-detail-info-wrapper h4 {
    font-size: 16px;
  }
  .scoring-match-detail-team-info img {
    height: 30px;
    margin-right: 5px;
  }
  .scoring-match-detail-team-info span, .scoring-match-officials_box p {
    font-size: 14px;
  }
  .scoring-match-detail-center-info span {
    font-size: 25px;
  }
  .qr-code-logo a {
    margin-bottom: 10px;
  }
  .mvp-player-data h5 {
    font-size: 18px;
  }
  .mvp-player-data p {
    font-size: 16px;
  }
  .tab__content-item .tabs .tab-content .mvp-list_wrapper .mvp-box .mvp-player-data ul li {
    padding-right: 6px;
    margin-right: 6px;
    font-size: 14px;
  }
  .mvp-player-rating span {
    font-size: 30px;
  }
  .mvp-player-rating {
    min-width: 135px;
  }
  .mvp-player-img {
    width: 50px;
    height: 50px;
  }
  .mvp-player-img img {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
  }
  .mvp-player-data {
    width: calc(100% - 205px);
  }
  .filter-bar select {
    max-width: 180px;
  }
  .teams-player_img {
    width: 50px;
    height: 50px;
  }
  .teams-player_img img {
    height: 50px;
    min-height: 50px;
    max-height: 50px;
  }
  .teams-player_info {
    width: calc(100% - 60px);
  }
  .teams-player_box .teams-player_name {
    margin-bottom: 3px;
  }
  .teams-player_wrapper {
    margin: 0;
  }
  .teams-player_box {
    width: 100%;
    margin: 0 0 15px;
  }
  .teams-player_box .teams-player_info h4,
  .tournament-match-details li label,
  .tournament-match-details li span,
  .match-scorecard_wrapper .extras label,
  .match-scorecard_wrapper .yet-to-bat label,
  .match-scorecard_wrapper .fall-of-wickets label,
  .match-scorecard_wrapper .scorecard-header,
  .legend,
  .overs-tab ul li p{
    font-size: 16px;
  }
  .teams-player_box .teams-player_info ul li,
  .match-scorecard_wrapper .extras span,
  .match-scorecard_wrapper .yet-to-bat span,
  .match-scorecard_wrapper .fall-of-wickets span,
  .match-scorecard_wrapper .out,
  .overs-tab ul li .overs-number span{
    font-size: 14px;
  }
  .match-scorecard_wrapper .highlight {
    font-size: 20px;
  }
  .squad-players > div:last-child .squad-players_info .squad-player-img {
    margin-left: 5px;
  }
  .squad-player-img {
    width: 35px;
    height: 35px;
    margin-right: 5px;
  }
  .squad-player-img > img {
    height: 35px;
    min-height: 35px;
    max-height: 35px;
  }
  .squad-players_info span {
    font-size: 14px;
  }
  .squad-players_icons img,
  .legend-item img {
    height: 20px;
  }
  .team-detail.team-right-side img {
    margin-left: 5px;
  }
  .team-header img {
    height: 35px;
    margin-right: 5px;
  }
  .substitutes-icon img {
    height: 20px;
  }
  .overs-tab ul li h6 {
    font-size: 18px;
  }
  .overs-ball-wrapper {
    max-width: 70px;
    min-width: 70px;
  }
  .over-right-data {
    width: calc(100% - 80px);
  }
  .mvp-player-box {
    width: 100%;
    /*margin: 0 0px 20px;*/
  }
  .team-match_result p {
    font-size: 14px;
  }
  .mvp-list h6 {
    font-size: 20px;
  }
  .player-stats-box_wrapper {
    padding: 20px;
  }
  .player-list-section {
    grid-template-columns: 1fr;
  }
  .player_list_box-data.mobile-box-team {
    width: 100% !important;
    margin: 0;
  }
  .player_list_box-number.mobile-box-team-section {
    display: none;
  }
  .invite-box h2 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .team-link-page .join-success > p,
  .invite-text ul li p,
  .team-link-page .invite-box button {
    font-size: 16px;
  }
  .team-link-page .qr-crickhunt-logo img {
    height: 60px;
  }
  .invite_logo_box {
    width: 120px;
    height: 120px;
  }
  .invite_logo_box img {
    height: 110px;
  }
  .leaderboard-player-card h3.leaderboard-playername {
    min-height: auto;
  }
  .review-testimonial-box > span,
  .review-testimonial-box svg {
    width: 70px;
    height: 70px;
  }
  .review-testimonial-img_wrapper, .review-testimonial-content p {
    padding: 0 50px;
  }
  .review-testimonial-box:first-child::after {
    width: calc(100% - 100px);
  }
  .otp-wrapper .resend-otp-button span#otp-timer {
    margin-top: 5px;
  }
  .scoring-page .section-head h1 {
    width: 100%;
  }
  .season-teams-accordian .teams-player_wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .breadcrumb {
    padding-left: 15px;
    padding-right: 15px;
  }
  .breadcrumb li * {
    margin: 0 2px;
  }
  .tab__content-item .tabs ul.tab-links li {
    margin-right: 5px;
  }
  .leaderboard-tabs-top {
    justify-content: center;
  }
  .leaderboard-tabs-top .filter-bar {
    margin-right: 0;
    display: block;
    width: 100%;
    text-align: center;
  }
  .leaderboard-tabs-top .filter-bar select{
    margin: 0 auto;
  }
  .participate-page-side-padding .section-width {
    padding: 0;
  }
  .submit-btn button {
    margin-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .qr-code-image {
    margin-bottom: 20px;
  }
  .ch-beta-badge {
    padding: 5px 8px;
    font-size: 10px;
  }
  .ch-beta-title-wrap {
    gap: 8px;
  }
  .ch-beta-title {
    font-size: 16px;
  }
  .mvp-box-main.container {
    grid-template-columns: 1fr;
  }
  .ch-pricing-grid-top, .ch-pricing-grid-bottom, .ch-pricing-grid-premium {
    grid-template-columns: 1fr;
  }
  .ch-pricing-card-standard {
    grid-column: auto;
    padding: 15px;
  }
  .ch-pricing-card-title {
    font-size: 34px;
  }
  .ch-pricing-free-banner-inner {
    padding: 12px;
  }
  .ch-pricing-free-content {
    text-align: center;
  }
  .ch-pricing-cf-grid {
    align-items: center;
  }
  .ch-pricing-cf-item {
    width: 100%;
    max-width: 320px;
    justify-content: center;
  }
  .ch-pricing-card-title h3 {
    font-size: 30px;
  }
  .ch-pricing-price-main {
    font-size: 28px;
    letter-spacing: 2.4px;
  }
  .ch-pricing-cf-label h2::before, .ch-pricing-cf-label h2::after {
    width: 30px;
  }
  .ch-pricing-cf-label h2 {
    font-size: 24px;
    letter-spacing: 1.6px;
    gap: 5px;
  }
  .ch-pricing-free-title h3 {
    font-size: 17px;
    line-height: normal;
  }
  .ch-pricing-free-sub p {
    font-size: 16px;
  }
  .ch-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ch-card__title h3 {
    font-size: 15px;
  }
  .ch-squad-card {
    padding: 15px;
  }
  .ch-card-name p {
    font-size: 16px;
  }
  .ch-avatar-circle {
    width: 100px;
    height: 100px;
  }
  .ch-avatar-circle img {
    height: 100px;
  }
  .ch-teams-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ch-counter-num {
    font-size: 60px;
  }
  .ch-board-title {
    font-size: 16px;
  }
  .ch-badge {
    font-size: 8px;
  }
  .ch-officials-profile-box {
    padding: 24px;
  }
  .ch-officials-content {
    grid-template-columns: 1fr;
    gap: 20px;
    text-align: center;
  }
  .ch-officials-profile-img {
    width: 100px;
    height: 100px;
    margin: 0 auto;
  }
  .ch-officials-profile-info h1 {
    font-size: 28px;
  }
  .ch-officials-stats {
    flex-wrap: wrap;
  }
  .ch-officials-stat-box {
    min-width: 150px;
  }
  .ch-officials-stat-value {
    font-size: 36px;
  }
  .ch-officials-charges {
    font-size: 12px;
  }
  .ch-officials-review-rating-container {
    grid-template-columns: 1fr;
  }
  .ch-officials-review-tabs {
    flex-direction: column;
  }
  .ch-officials-review-tab-btn {
    padding: 12px 16px;
    font-size: 13px;
  }
  .ch-officials-review-certificate,
  .ch-officials-review-matches {
    padding: 30px;
    min-height: 300px;
  }
  .ch-officials-review-summary,
  .ch-officials-review-rating-bars {
    padding: 24px;
  }
  .ch-officials-review-score {
    font-size: 40px;
  }
  .ch-officials-review-list,
  .ch-match-umpire-list-grid {
    grid-template-columns: 1fr;
  }
  .ch-match-umpire-list-avatar {
    width: 65px;
    height: 65px;
  }
  .ch-match-umpire-list-name {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ch-match-umpire-list-city, .ch-match-umpire-list-experience {
    font-size: 15px;
    margin-bottom: 6px;
  }
  .ch-placeholder-square {
    width: 100px;
    height: 100px;
  }
  .ch-placeholder-portrait {
    height: 135px;
  }
  .ch-exclude-options {
    flex-direction: column;
    gap: 5px;
  }
  .box-content {
    padding: 8px 8px;
    border-width: 1px;
  }
  #ch-pane-portrait .ch-dl-row {
    grid-template-columns: repeat(5, 1fr);
  }
  .ch-community-card {
    padding: 15px;
  }
  .ch-community-icon svg {
    width: 100px;
    height: 100px;
  }
  .ch-participate-organizer-grid {
    grid-template-columns: 1fr;
  }
  .ch-participate-summary-body {
    padding: 20px;
  }
  .ch-participate-total-amount {
    font-size: 34px;
  }
  .ch-participate-header-info {
    width: 100%;
    text-align: center;
  }
  .ch-participate-logo-container {
    margin: 0 auto;
  }
  .ch-participate-header .ch-chips-grid {
    grid-template-columns: repeat(1, auto);
    justify-content: center;
  }
  .ch-participate-header {
    padding: 25px 15px 15px;
  }
  .ch-participate-header-info h1 {
    font-size: 26px;
    margin-bottom: 8px;
  }
  .ch-participate-steps-text,
  .ch-participate-header-info p {
    font-size: 16px;
  }
  .ch-participate-payment-faild-user-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ch-participate-payment-faild-user-image {
    margin: auto;
  }
  .ch-participate-payment-faild-user-name {
    font-size: 30px;
  }
  .ch-participate-payment-faild-title {
    font-size: 25px;
  }
  .ch-participate-payment-faild-message {
    font-size: 16px;
  }
  .ch-participate-payment-faild-btn {
    width: 100%;
  }
  .ch-participate-payment-faild-icon {
    width: 70px;
    height: 70px;
    margin: 0 auto 15px;
  }
  .ch-participate-footer-container {
    flex-direction: column;
    text-align: center;
    gap: 5px;
  }
  .ch-participate-footer-copyright,
  .ch-participate-footer-powered,
  .ch-participate-footer a {
    font-size: 14px;
    line-height: normal;
  }
  .ch-participate-billing-card {
    grid-template-columns: 1fr;
    text-align: center;
  }
  .ch-participate-billing-icon {
    margin: 0 auto;
  }
  .ch-parti-pf-ba-row {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .ch-parti-pf-ba-header {
    padding: 16px;
  }
  .ch-parti-pf-ba-body {
    padding: 10px 16px;
  }
  .ch-parti-pf-ba-ticket-list {
    padding: 16px;
  }
  .ch-parti-pf-ba-total-row strong {
    font-size: 18px;
  }
  .ch-participate-header-meta {
    justify-content: center;
    margin-bottom: 10px;
  }
  .ch-participate-header {
    margin-bottom: 1.5rem;
  }
  .ch-participant-registration-closed-door-wrap {
    width: 100px;
    height: 100px;
  }
  .ch-participant-registration-closed-door-frame {
    width: 44px;
    height: 68px;
  }
  .ch-participant-registration-closed-card {
    padding: 30px 15px;
  }
  .ch-participate-header-content .auction-top-bid {
    max-width: 100%;
    width: 100%;
  }
  .ch-participate-header-content .auction-top-bid .clock {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .ch-parti-soci-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 12px;
  }
  .ch-parti-soci-icon {
    width: 44px;
    height: 44px;
  }
  .ch-parti-soci-icon svg {
    width: 22px;
    height: 22px;
  }
  .ch-blog-feature-grid,
  .ch-blog-who-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ch-blog-why-head h2 {
    font-size: 20px;
  }
  .ch-blog-section-number {
    font-size: 60px;
  }
  .ch-blog-hero h1 {
    font-size: 40px;
    margin-bottom: 10px;
  }
  .ch-blog-hero-sub {
    font-size: 16px;
    max-width: 100%;
    margin: 0 auto 10px;
  }
  .ch-blog-hero {
    padding: 40px 15px;
  }
  .ch-blog-ticker-inner span {
    margin: 0 15px;
  }
  .ch-blog-common-margin-btm {
    margin-bottom: 25px;
  }
  .ch-blog-cta-block h2 {
    font-size: 30px;
  }
}

@media all and (max-width: 575px) {
  .section-width,
  .html-matches-page .scoring-page .section-width {
    padding: 0 20px;
  }
  .section-head h2 {
    font-size: 24px;
  }
  .section-head svg {
    height: 20px;
    width: 20px;
  }
  .banner-content h1 {
    font-size: 35px;
  }
  .banner-content h2 {
    font-size: 20px;
    margin: 0 auto 30px;
  }
  .banner-btn img {
    height: 40px;
  }
  .section-padding {
    padding: 20px 0;
  }
  .footer-logo span {
    display: inline-block;
  }
  .contact-us-content h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .auction_list-box {
    padding: 20px;
    margin-bottom: 20px;
    text-align: center;
  }
  .auction_list-box-img {
    width: 100%;
    max-width: 110px;
    margin: 0 auto;
  }
  .auction_list-box-content {
    width: 100%;
    margin: 15px 0 0 0;
  }
  .auction_list-box-content ul li {
    justify-content: center;
  }
  .auction_list-box-budge {
    position: unset;
    width: 100%;
    margin-top: 15px;
  }
  .auction_list-box-budge span {
    width: 100%;
  }
  .live-auction-page .auction_player-img,
  .live-auction-page .auction-player-detail,
  .auction-detail-page .player-list-banner .player-container .auction_player-img,
  .auction-detail-page .player-list-banner .player-container .auction-player-detail {
    width: 100%;
  }
  .live-auction-page .auction-player-detail,
  .auction-detail-page .player-list-banner .player-container .auction-player-detail{
    margin: 20px 0 0 0;
  }
  .clock .time-block {
    min-width: 80px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-logo {
    max-width: 80px;
    height: 80px;
  }
  .auction-detail-page .auction-banner .team-card_inner .team-card-logo img {
    max-height: 80px;
    max-width: 80px;
  }
  .clock .time-block .time {
    font-size: 20px;
  }
  .auction-detail-page .player-list-banner .player-container .player-price {
    font-size: 40px;
  }
  #Players .player_list_box .player-role-desktop,
  #Remaining_Players .player_list_box .player-role-desktop {
    display: none;
  }
  #Players .player-role img,
  #Remaining_Players .player-role img,
  .auction-detail-page .player_list_box-data h3 {
    margin: 0;
  }
  .player-info {
    width: calc(100% - 80px);
  }
  #Players .player-role,
  #Remaining_Players .player-role {
    background: transparent;
    width: auto;
    height: auto;
    justify-content: flex-start;
    margin-top: 5px;
  }
  #Remaining_Players .player_list_box-data {
    width: calc(100% - 40px);
    margin: 0;
  }
  #Players .player_list_box-data {
    width: calc(100% - 110px);
  }
  #Players .player-role{
    margin-left: 0;
  }
  .auction_list-box-content ul li span {
    width: auto;
  }
  .header-links ul.dropdown-menu {
    right: 0;
    left: auto !important;
  }
  .leaderboard-top-three-card {
    grid-template-columns: 1fr;
  }
  .leaderboard-player-box_info p.leaderboard-bid-percentage {
    font-size: 22px;
  }
  .qr-code-section-img-text p {
    font-size: 22px;
    padding: 20px 0;
  }
  .download-social-info a {
    padding: 10px;
  }
  .scoring-budge {
    width: 100%;
    max-width: max-content;
    margin-left: 8px;
  }
  .scoring-card-body-team-score img {
    width: 60px;
    height: 60px;
  }
  .scoring-card-body-team-vs span {
    font-size: 35px;
  }
  .scoring-card-body-team-score p {
    font-size: 25px;
  }
  .scoring-card-body-team-score {
    max-width: 120px;
    min-width: 120px;
  }
  .scoring-match-left_wrapper .scoring-common-box{
    width: 100%;
    margin-left: 0;
  }
  .player-batting_field-stats-data ul {
    margin: 0 -5px 10px;
  }
  .player-stats-box_wrapper .player-stats-data ul li {
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }
  .player-stats-img_inner {
    margin: 0 auto 20px;
  }
  .player-stats-info_wrapper {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    text-align: center;
  }
  .player-stats-info_wrapper ul li {
    justify-content: center;
    margin-bottom: 5px;
    font-size: 14px;
  }
  .player-stats-box_wrapper .player-stats-data h4 {
    font-size: 20px;
  }
  .player_list_box-data.mobile-box-team {
    width: 100% !important;
    margin: 0;
  }
  .player_list_box-data.mobile-box-team .player-info {
    width: calc(100% - 120px);
  }
  .mobile-box-team h3 span {
    width: 34px;
    min-width: 34px;
    height: 34px;
    min-height: 34px;
  }
  .leaderboard-player-image_wrapper .medal {
    bottom: -25px;
  }
  .resend-otp-button {
    width: 100%;
    margin: 5px 0 0 0;
  }
  .leaderboard-player-card .progress-label p {
    font-size: 70px;
  }
  .auction_list-box-content h3{
    text-align: center;
  }
  .overlay-info_wrapper h2 {
    font-size: 25px;
  }
  .overlay-info_wrapper p {
    font-size: 15px;
  }
  .overlay-info_wrapper h3, .overlay-info_wrapper h4, .overlay-info_wrapper h5, .overlay-info_wrapper h6 {
    font-size: 18px;
  }
  .breadcrumb {
    margin: 0 0 30px;
  }
  #participate-create-and-update .profile-box {
    padding: 0;
    box-shadow: none;
  }
  /*.ch-validaion-phone.ch-validaion-phone-input {
    position: unset;
  }*/
  #participate-create-and-update .form-group {
    margin-bottom: 0;
  }
  .ch-beta-badge {
    padding: 6px 8px;
    font-size: 8px;
  }
  .ch-beta-title {
    font-size: 14px;
    line-height: 1.3;
    width: calc(100% - 75px);
  }
  .ch-beta-badge {
    padding: 5px;
    min-width: 65px;
  }
  .ch-beta-title-wrap {
    width: calc(100% - 55px);
  }
  .ch-squad-grid {
    grid-template-columns: repeat(1, 1fr);
  }
  .ch-dl-row {
    grid-template-columns: repeat(2, 1fr);
  }
  .ch-placeholder-square {
    width: 120px;
    height: 120px;
  }
  .ch-modal-body-top_wrapper ul {
    justify-content: center;
    width: 100%;
  }
  .ch-exclude-options {
    width: 100%;
    flex-direction: row;
    justify-content: center;
  }
  #ch-pane-portrait .ch-dl-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-profile-card {
    padding: 12px;
    gap: 10px;
  }
  .team-profile-card .team-logo-section {
    width: 120px;
    height: 120px;
  }
  .team-logo-section img {
    height: 120px;
  }
  .team-details h2 {
    font-size: 20px;
    margin-bottom: 8px;
  }
  .ch-participant-registration-closed-card {
    padding: 35px 20px;
  }
  .ch-participant-registration-closed-title {
    font-size: 24px;
  }
  .ch-participant-registration-closed-desc {
    font-size: 14px;
  }
  .ch-participant-registration-closed-door-wrap {
    width: 110px;
    height: 110px;
  }
  .ch-participant-registration-closed-door-frame {
    width: 52px;
    height: 72px;
  }
  .ch-participate-phone-validation-section {
    gap: 10px;
  }
}

@media all and (max-width: 480px){
  .html-matches-page .scoring-page .section-width {
    padding: 0 5px;
  }
  .banner-content h1 {
    font-size: 30px;
  }
  .section-width {
    padding: 0 15px;
  }
  .header-logo a {
    max-width: 160px;
  }
  .topbar,
  .section-head svg {
    display: none;
  }
  .faq-tabs .accordion h2 button {
    font-size: 14px;
  }
  .section-padding {
    padding: 15px 0;
  }
  #Players .player-role{
    width: auto;
    height: auto;
    background: transparent;
  }
  .ch-player-img {
    width: 50px;
    height: 50px;
  }
  .ch-player-img img {
    height: 48px !important;
    width: 48px;
  }
  .header-links li.dropdown {
    font-size: 14px;
  }
  .header-links .dropdown-toggle img {
    height: 30px;
  }
  .header-links li.login-btn a {
    font-size: 14px;
    padding: 8px 16px;
  }
  .clock .time-block .time {
    font-size: 16px;
    margin-bottom: 0;
  }
  .clock .time-block p.label {
    font-size: 12px;
  }
  .clock .time-block {
    min-width: 60px;
  }
  .player_list_box-number {
    width: 25px;
  }
  .player_list_box {
    padding: 15px 10px;
  }
  .player-team {
    width: 45px;
    height: 45px;
  }
  .player-team img {
    height: 45px !important;
  }
  #Players .player_list_box-data {
    width: calc(100% - 90px);
  }
  .player-info {
    width: calc(100% - 60px);
  }
  .player_list_box-data h3 {
    font-size: 14px;
  }
  #Players .player-role img, #Remaining_Players .player-role img {
    height: 18px;
  }
  .team-name-tooltip:after {
    white-space: normal;
    width: 200px;
  }
  .player-stats-box {
    grid-template-columns: 1fr;
  }
  .qr-code-section-img-text p {
    font-size: 18px;
    padding: 30px 0;
  }
  .qr-crickhunt-logo img {
    height: 80px;
  }
  .qr-code-logo a {
    margin: 0 5px 5px;
  }
  .qr-code-logo a img {
    height: 50px;
  }
  .leaderboard-player-box_info h4 {
    font-size: 18px;
    margin-bottom: 6px;
  }
  /*.leaderboard-player-image {
    width: 70px;
    height: 70px;
  }
  .leaderboard-player-image img {
    width: 68px;
    height: 68px;
  }
  .leaderboard-player-box_info {
    width: calc(100% - 80px);
    padding-right: 40px;
  }*/
  .leaderboard-player-card h3.leaderboard-playername {
    font-size: 22px;
  }
  .leaderboard-player-card .leaderboard-banner p.leaderboard-sold-amount {
    font-size: 25px;
  }
  .page-title h1 {
    font-size: 25px;
  }
  .download-social-info a{
      width:100%;
  }
  .scoring-card-body-team-score {
    max-width: 100px;
    min-width: 100px;
  }
  .scoring-tournament-tabs .tab__content .container {
    padding: 0;
  }
  .mvp-player-img {
    width: 50px;
    height: 50px;
  }
  .mvp-player-img img {
    height: 50px;
    max-height: 50px;
    min-height: 50px;
  }
  .mvp-player-rating {
    min-width: 75px;
  }
  .mvp-player-data {
    width: calc(100% - 145px);
  }
  .mvp-player-rating span {
    font-size: 22px;
  }
  .tab__content-item .tabs .tab-content .mvp-list_wrapper .mvp-box .mvp-player-data ul li {
    font-size: 12px;
  }
  .tab__content-item .tabs .tab-content .mvp-list_wrapper .mvp-box .mvp-player-data p {
    margin-bottom: 3px;
  }
  .mvp-player-data p {
    font-size: 14px;
  }
  .mvp-player-data h5 {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .filter-bar{
    display: none;
  }
  .leaderboard-tabs-top .filter-bar{
    display: block;
  }
  .scoring-match-summary-score_wrapper .scoring-match-summary-score h4 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .match-summary-team_score-detail p {
    font-size: 24px;
    margin-right: 5px;
  }
  .match-summary-team_score-detail span {
    font-size: 16px;
  }
  .match-summary-team_logo {
    width: 30px;
    height: 30px;
    margin-right: 5px;
  }
  .match-summary-team_detail img {
    width: 30px;
    height: 30px;
  }
  .match-summary-team_detail span {
    font-size: 14px;
  }
  .scoring-match-summary-score_wrapper .scoring-match-summary-score {
    padding: 15px;
  }
  .toss-info p {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .match-detail-bottom p {
    font-size: 12px;
  }
  .match-summary-team_score-detail p.yet-to-bat {
    font-size: 18px;
  }
  .team-detail-tabs ul.tab-links li a {
    padding: 7px 14px;
    font-size: 15px;
  }
  .scoring-match-summary-score-info ul li span,
  .table td,
  .table th {
    font-size: 14px;
  }
  .bowler_wrapper {
    margin: 0 !important;
  }
  .batter-bowler_wrapper {
    margin: 0 0 15px;
  }
  .did-not-bat p, .match-recent-balls label {
    font-size: 14px;
  }
  .did-not-bat {
    text-align: left;
    margin-bottom: 15px;
  }
  .last-balls-data span {
    min-width: 35px;
    height: 35px;
    font-size: 16px;
  }
  .overs-ball-runs span {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }
  .overs-ball-wrapper {
    max-width: 70px;
    min-width: 70px;
  }
  .match-commentary ul li p {
    width: calc(100% - 80px);
  }
  .match-commentary ul li.new-bowler p,
  .match-commentary ul li.end-over > div p,
  .end-over-detail span {
    font-size: 14px;
  }
  .player_team_logo {
    width: 40px;
  }
  .player_team_logo img{
    height: 40px;
    max-height: 40px;
    min-height: 40px;
  }
  .player_team_detail {
    width: calc(100% - 50px);
  }
  .player_team_detail h4 {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .player_team_detail p {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .player_team_detail ul li {
    font-size: 14px;
    padding-right: 5px;
    margin-right: 5px;
  }
  .player-stats-box_wrapper .player-stats-data ul li span.player-stats-num {
    font-size: 22px;
  }
  .player-stats-box_wrapper .player-stats-data ul li span.player-stats-title {
    font-size: 14px;
  }
  .mobile-box-team span {
    font-size: 14px;
    line-height: normal;
  }
  .mobile-padding-auction-box {
    padding-right: 0;
    padding-left: 0;
  }
  .review-page .qr-crickhunt-logo img {
    height: 60px;
  }
  .review-page .qr-code-info .qr-code-section-img-text h1 {
    font-size: 30px;
  }
  .review-page .qr-code-info .qr-code-section-img-text p {
    font-size: 16px;
  }  
  .rating-image_wrapper img {
    height: auto !important;
  }
  .review-testimonial-name {
    width: 100%;
    text-align: center;
    margin: 0;
  }
  .review-testimonial-img {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
  }
  .review-testimonial-img img {
    height: 80px;
  }
  .review-testimonial-box_wrapper .review-testimonial-box:last-child .review-testimonial-img_wrapper .review-testimonial-name {
    text-align: center;
    margin: 0;
    order: 1;
  }
  .team-link-page .otp-box h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .otp-button_wrapper button {
    font-size: 14px;
  }
  .auction-detail-page .tab-pane .filter-options-section {
    grid-template-columns: minmax(150px, 1fr);
  }
  .auction-detail-player_wrapper .player_list_box .mobile-box-team h3 span {
    left: -5px;
  }
  .ticket3 {
    display: block;
  }
  .ticket3__price {
    min-height: 60px;
  }
  .ticket3__rip::before, .ticket3__rip::after{
      display:none;
  }
  .ticket3__rip {
    margin: 0;
    width: 0;
  }
  .ticket3__details{
      position:relative;
  }
  .ticket3__details:before {
    left: 0;
  }
  .ticket3__price,
  .ticket3__details {
    border-radius: 0;
  }
  .participate-sold-out:before {
    background-size: 150px;
    left: -5%;
    background-position: right;
  }
  /*.participation-cancel-section {
    padding-top: 0;
    padding-bottom: 15px;
  }*/
  .match-summary-team_score-detail .match-pp {
    margin-left: 5px;
    min-width: 30px;
    height: 30px;
    display: flex;
    font-size: 14px;
  }
  .season-teams-accordian .card-header button {
    padding: 8px;
    padding-right: 110px;
  }
  .season-teams-accordian .card-header a {
    font-size: 12px;
  }
  .home-page-banner-section {
    padding: 30px 20px;
  }
  .home-page-banner-section .badge {
    font-size: 13px;
    padding: 10px 18px;
    margin-bottom: 20px;
  }
  .home-page-banner-section .main-title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .home-page-banner-section .subtitle {
    font-size: 15px;
    margin-bottom: 25px;
  }
  .home-page-banner-section .features-list {
    gap: 10px;
    margin-bottom: 30px;
  }
  .home-page-banner-section .feature-item {
    font-size: 14px;
    gap: 10px;
  }
  .home-page-banner-section .feature-item::before {
    width: 22px;
    height: 22px;
    font-size: 12px;
  }
  .home-page-banner-section .btn {
    padding: 16px 30px;
    font-size: 15px;
    gap: 8px;
  }
  .home-page-banner-section .stats-container {
    gap: 25px;
  }
  .home-page-banner-section .stat-number {
    font-size: 32px;
  }
  .home-page-banner-section .stat-label {
    font-size: 13px;
  }
  .home-page-banner-section .mobile-mockup {
    width: 230px;
    height: 470px;
  }
  .home-page-banner-section .slide-indicators {
    bottom: 25px;
    padding: 6px 12px;
    gap: 8px;
  }
  .home-page-banner-section .indicator {
    width: 8px;
    height: 8px;
  }
  .home-page-banner-section .indicator.active {
    width: 25px;
  }
  .home-page-banner-section .icon {
    font-size: 35px;
  }
  .home-page-banner-section .shape-1,
  .home-page-banner-section .shape-2,
  .home-page-banner-section .shape-3 {
    width: 80px;
    height: 80px;
  }
  .home-page-banner-section .left-content {
    padding-right: 0;
  }
  .download-app-section h1 {
    font-size: 2rem;
  }
  .download-app-section {
    padding: 40px 20px;
  }
  .ch-beta-features-grid {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .ch-beta-header {
    padding: 10px;
  }
  .ch-beta-title-wrap {
    gap: 4px;
  }
  .ch-beta-content-area {
    gap: 5px;
  }
  .ch-beta-intro {
    padding: 12px;
    border-radius: 8px;
  }
  .ch-beta-btn svg {
    display: none;
  }
  .ch-beta-btn {
    padding: 10px;
  }
  .ch-beta-feedback-text {
    /* align-items: center; */
    text-align: left;
  }
  .ch-beta-feedback-text span {
    width: calc(100% - 32px);
  }
  .brandingsection-description p:last-child {
    margin-bottom: 0;
  }
  .brandingsection-main-title {
    font-size: 32px;
  }
  .ch-match-card-team h3 {
    font-size: 20px;
    letter-spacing: 0.4px;
  }
  .ch-match-card-score {
    font-size: 28px;
  }
  .ch-match-card-team img {
    height: 50px;
  }
  .ch-match-card-vs span {
    font-size: 24px;
  }
  .ch-match-card-yet {
    font-size: 18px;
  }
  .ch-match-card-footer {
    padding: 8px;
    font-size: 16px;
  }
  .ch-match-card {
    padding: 15px;
  }
  .ch-match-card-live {
    font-size: 14px;
    padding: 5px 14px;
  }
  .scoring-card-match-schedule p{
    font-size: 14px;
  }
  .ch-hunters-card__team-logo {
    width: 100px;
    height: 100px;
  }
  .ch-hunters-card__team-logo img {
    height: 100px;
  }
  .ch-hunters-card__avatar {
    width: 80px;
    height: 80px;
  }
  .ch-hunters-card__banner-num {
    font-size: 70px;
    letter-spacing: 0.5px;
  }
  .ch-hunters-card__banner {
    height: auto;
    padding-right: 120px;
  }
  .ch-hunters-card__award-tag,
  .ch-hunters-card__team p,
  .ch-hunters-card__stat-unit,
  .ch-hunters-card__stat-desc {
    font-size: 14px;
  }
  .ch-hunters-card__name h2 {
    font-size: 22px;
  }
  .ch-hunters-card__stat-big p {
    font-size: 45px;
    letter-spacing: 0.5px;
  }
  .ch-player-name {
    font-size: 14px;
  }
  .ch-player-team {
    font-size: 14px;
    margin-top: 2px;
  }
  .ch-player {
    gap: 8px;
    padding: 8px 15px;
  }
  .ch-counter-num {
    font-size: 50px;
  }
  .ch-officials-profile-box {
    padding: 16px;
    border-radius: 16px;
  }
  .ch-officials-profile-info h1 {
    font-size: 24px;
  }
  .ch-officials-profile-info .ch-officials-badge {
    font-size: 14px;
  }
  .ch-officials-stat-box {
    min-width: 140px;
    padding: 16px;
  }
  .ch-officials-stat-value {
    font-size: 28px;
  }
  .ch-officials-stats {
    gap: 12px;
  }
  .ch-officials-review-certificate,
  .ch-officials-review-matches {
    padding: 20px;
    min-height: 250px;
  }
  .ch-officials-review-summary,
  .ch-officials-review-rating-bars {
    padding: 20px;
  }
  .ch-officials-review-card {
    padding: 16px;
  }
  .ch-officials-review-score {
    font-size: 32px;
  }
  .ch-match-umpire-list-avatar {
    width: 60px;
    height: 60px;
  }
  .ch-community-icon svg {
    width: 80px;
    height: 80px;
  }
  .ch-participate-summary {
    border-radius: 18px;
  }
  .ch-participate-summary-body {
    padding: 16px;
  }
  .ch-participate-row {
    gap: 10px;
    padding: 12px 0;
  }
  .ch-participate-label {
    font-size: 14px;
  }
  .ch-participate-value {
    font-size: 14px;
  }
  .ch-participate-total-strip {
    padding: 12px;
  }
  .ch-participate-total-amount {
    font-size: 28px;
  }
  .ch-participate-pay-btn {
    font-size: 15px;
  }
  .ch-participate-logo-container,
  .ch-participate-logo {
    width: 100px;
    height: 100px;
    border-radius: 8px;
  }
  .ch-participate-logo-ring,
  .ch-participate-logo::before {
    border-radius: 8px;
  }
  .ch-participate-logo img {
    height: 100px;
  }
  .ch-participate-header-content {
    gap: 25px;
  }
  .ch-participate-header-info h1 {
    font-size: 20px;
    margin-bottom: 5px;
  }
  .ch-participate-steps-text,
  .ch-participate-header-info p {
    font-size: 14px;
  }
  .ch-participate-header-info p {
    margin-bottom: 10px;
  }
  .ch-participate-meta-item {
    padding: 4px 8px;
    border-radius: 5px;
    font-size: 12px;
  }
  .ch-participate-header .ch-chips-grid .ch-chip-label {
    font-size: 10px;
  }
  .ch-participate-header .ch-chips-grid .ch-chip-val {
    font-size: 12px;
  }
  .ch-participant-registration-closed-door-wrap {
    width: 60px;
    height: 60px;
  }
  .ch-participant-registration-closed-door-frame {
    width: 22px;
    height: 32px;
    border: 2px solid #fff;
    border-radius: 2px;
  }
  .ch-participant-registration-closed-door-wrap:before {
    inset: -5px;
  }
  .ch-participant-registration-closed-card {
    padding: 25px 15px 15px;
  }
  .ch-participant-registration-closed-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .ch-participant-registration-closed-badge {
    margin-top: 8px;
    padding: 6px 12px;
    font-size: 12px;
  }
  .ch-participate-organizer-card {
    border: 1px solid #e2e8f0;
    border-radius: 4px;
    padding: 5px;
  }
  /*.ch-participate-avatar {
    width: 50px;
    height: 50px;
    padding: 2px;
  }
  .ch-participate-organizer-card {
    grid-template-columns: 50px 1fr;
  }
  .ch-participate-organizer-name {
    font-size: 16px;
    margin-bottom: 3px;
  }
  .ch-participate-contact-item a {
    font-size: 14px;
    line-height: normal;
  }*/
  .ch-parti-success-body {
    margin-bottom: 15px;
  }
  .ch-parti-success-title {
    font-size: 16px;
  }
  .ch-parti-success-notice-text {
    font-size: 14px;
  }
  .ch-parti-success-wrapper {
    padding: 30px 15px 15px;
    gap: 30px;
  }
  .ch-parti-success-icon-wrap::before,
  .ch-parti-success-icon-wrap::after {
    inset: -6px;
  }
  .ch-parti-success-icon-wrap::after {
    inset: -14px;
  }
  .ch-parti-success-icon-wrap,
  .ch-parti-success-circle {
    width: 50px;
    height: 50px;
  }
  .ch-par-auc-detail-logo-wrap {
    width: 70px;
    height: 70px;
  }
  .ch-par-auc-detail-logo-wrap img {
    height: 70px;
  }
  .ch-par-auc-detail-name {
    font-size: 20px;
  }
  .ch-al-parti-banner {
    padding: 12px 16px;
    gap: 12px;
  }
  .ch-al-parti-text {
    font-size: 13px;
  }
  .ch-blog-feature-grid,
  .ch-blog-who-grid {
    grid-template-columns: 1fr;
  }
  .ch-blog-faq_wrapper details summary {
    padding: 14px 4px;
    font-size: 15px;
  }
  .ch-blog-common-margin-btm {
    margin-bottom: 20px;
  }
  .ch-blog-howto-step-body h4,
  .ch-blog-intro-box h3,
  .ch-blog-who-card h5 {
    font-size: 16px;
  }
  .ch-blog-howto-step-body p,
  .ch-blog-intro-box p,
  .ch-blog-toc ol li a,
  .ch-blog-who-card p,
  .post-body p,
  .ch-blog-cta-btn {
    font-size: 14px;
  }
  .ch-blog-intro-box,
  .ch-blog-toc,
  .ch-blog-feat-card,
  .ch-blog-who-card,
  .ch-blog-cta-block {
    padding: 15px;
  }
  .ch-blog-cta-block h2 {
    font-size: 25px;
  }
}

@media all and (max-width: 426px){
  .login-btn {
    display: none;
  }
  .participation-cancel-btn button {
    width: 100%;
    margin-bottom: 5px;
  }
  .participation-cancel-btn a {
    width: 100%;
  }
  /*.scoring-card-body-team-score {
    max-width: 100%;
    min-width: 100%;
  }
  .scoring-card-body{
    justify-content: center;
  }*/
  .scoring-card-body-wrapper {
    padding: 10px;
  }
  .html-matches-page .scoring-page .scoring-card .scoring-card-body-team-vs span {
    font-size: 25px;
  }
  .scoring-card-body-team-score img {
    width: 30px;
    height: 30px;
  }
  .scoring-card-body-team-score h5 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  .scoring-card-body-team-score p {
    font-size: 22px;
  }
  .scoring-card-body-team-score p span {
    font-size: 16px;
  }
  .scoring-card-top h4,
  .scoring-budge span,
  .scoring-card-footer p {
    font-size: 14px;
  }
  .scoring-card-body-team-vs span {
    font-size: 25px;
  }
  .scoring-card-top h4 span {
    width: 3px;
    height: 3px;
    margin: 0 3px;
  }
  .scoring-budge {
    margin-left: 5px;
  }
  .scoring-tournament-budge span::before,
  .scoring-budge span::before {
    width: 6px;
    height: 6px;
  }
  .scoring-budge span {
    padding: 5px;
    font-size: 14px;
    padding-left: 20px;
    letter-spacing: 0;
  }
  .scoring-card-match-schedule p {
    font-size: 15px;
    font-weight: 400;
  }
  .scoring-tournament-tabs .tab .tab .tab__item {
    font-size: 14px;
    padding: 8px 14px;
    margin-right: 5px;
  }
  .scoring-card-body-team-score p.no-batting {
    font-size: 16px;
  }
  .scoring-match-officials_box h5 {
    font-size: 16px;
  }
  .invite-box form, .otp-wrapper {
    padding: 11px;
  }
  .block .title {
    font-size: 16px;
  }
  .authentication-form .resend-otp-timer .resendotp-button {
    padding: 0 10px;
    font-size: 12px;
  }
  .home-page-banner-section .feature-item {
    align-items: flex-start;
    text-align:left;
  }
  .home-page-banner-section .features-list{
      align-items:flex-start;
  }
  .team-link-page .invite-box button{
    font-size: 14px;
  }
  .team-link-page .profile-box .my-profile-details .avatar-buttons .avatar-button {
    min-width: 100%;
    width: auto;
    font-size: 14px;
    margin-left: 0 !important;
    margin-bottom: 0;
    margin-top: 5px;
  }
  .brandingsection-box {
    padding-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }
  .brandingsection-sub-title h2 {
    margin-bottom: 15px;
  }
  .brandingsection-info-text {
    font-size: 14px;
  }
  .brandingsection-logo-img {
    margin-bottom: 20px;
  }
  .brandingsection-header {
    margin-bottom: 40px;
  }
  .ch-match-card-batting .ch-match-card-batting-inner {
    font-size: 16px;
  }
  .ch-match-card-batting-score {
    font-size: 20px;
  }
  .tracker-list_wrapper .stats-container {
    grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
  }
  #ch-pane-portrait .ch-dl-row {
    grid-template-columns: repeat(3, 1fr);
  }
  .team-profile-card .team-logo-section {
    margin: 0 auto 15px;
  }
  .team-details {
    width: 100%;
    display: inline-block;
    flex: 100%;
    text-align: center;
  }
  .ch-parti-success-wrapper {
    border-radius: 12px;
    padding: 1.75rem 1.25rem;
  }
  .ch-parti-soci-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }
  .ch-participate-phone-validation-section {
    grid-template-columns: 1fr;
  }
  .participation-cancel-section {
    padding-top: 0; 
  }
  .ch-participate-phone-validation-section .participation-cancel-section a {
    min-height: auto;
  }
  .qr-code-modal-img_wrapper img {
    height: 350px;
  }
}

@media all and (max-width: 1600px) and (min-width: 1200px) {
  .public-auction_list-page .col-xl-4 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}