body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0px;
    list-style: none;
}

p {
    margin: 0;
}

.bg-color {
    background-color: #E4082D;
}

.text-yellow {
    color: yellow;
}



/*topbar menu */
.top-header {
    background-color: #E4082D;
    position: relative;
}

.top-header:before {
    content: '';
    background: #fff;
    position: absolute;
    height: 115%;
    width: 46%;
    top: -10px;
    left: -20px;
    transform: skewX(-20deg);
}



.menu ul {
    text-align: right;
    /* Aligns the menu items to the right */
}

.menu li {
    display: inline-block;
    /* Displays the list items inline */
}

.menu li a {
    display: block;
    color: white;
    text-align: center;
    padding: 7px 12px;
    text-decoration: none;
    position: relative;
    font-weight: 600;
}

.menu li a:before {
    position: absolute;
    content: '|';
    right: -4px;
}

.menu li:last-child a:before {
    opacity: 0;
}

.menu li:last-child a {
    padding-right: 0;
}

li.border-none a:before {
    opacity: 0;
}

.menu li ul li {
    display: block;
}

.menu li ul li a {
    color: #000;
}

.menu li ul li a:hover {
    color: #fff;
    background-color: #2A3288;
}

.menu li:first-child a:after {
    content: '';
    height: 100%;
    width: 1px;
    background: #fff;
    left: -20px;
    top: 0;
    transform: skewX(-20deg);
    position: absolute;
}




/*menu menu */

article.main-header .logo-here {
    margin-top: -40px;
}

.menu.main-menu ul li a {
    color: #000;
}

.menu.main-menu ul li a:before {
    opacity: 0;
}

article.main-header {
    position: relative;
    z-index: 99;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    text-align: left;
    width: 140px;
}

.sidebar {
    transition: width 0.5s;
    display: none;
}

.active-menu .sidebar {
    transition: width 0.5s;
    display: block;
    position: fixed;
    background: #000000cf;
    right: 0;
    top: 0;
    width: 20%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.active-menu .sidebar ul li a {
    font-weight: 600;
    text-align: center;
}

button.close {
    position: absolute;
    top: 20px;
    left: 20px;
    background: transparent;
    color: #fff;
    font-size: 32px;
    border: none;
}



/*latest scrore */

section.updates {
    background: #E6E4E5;
    margin-top: 30px;
    padding: 0px 10px;
}

.card-repeat-updates {
    /*background: #fff;*/
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    padding: 8px 10px;
    /*border-bottom: solid 1px #00000021;*/
}

.update-card h2 {
    text-align: center;
    padding-top: 10px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 22px;
}

.match70 h4 {
    font-size: 12px;
    margin: 0;
    text-transform: uppercase;
}

.blink-colors {
    animation: blinker 2s infinite;
    color: #fff;
    font-weight: 700;
    padding: 1px 6px;
}

.span-colors {
    animation: blinker 2s infinite;
    color: #fff;
    font-weight: 700;
    padding: 1px 6px;
}

@keyframes blinker {

    0%,
    100% {
        background-color: #E4082D;
    }

    /* Start and end with a specific color */
    50% {
        background-color: blue;
    }

    /* Change color at the midpoint */
}


.match70 p {
    font-size: 12px;
    font-weight: 800;
}

.card-repeat-updates .dropdown button {
    width: 50%;
    text-align: left;
    padding: 0;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    text-transform: uppercase;
}

.card-repeat-updates .dropdown button:after {
    position: absolute;
    right: 0px;
    top: 5px;
    font-size: 21px;
}

.team-img {
    width: 27px;
    margin-top: 3px;
    position: relative;
    top: 4px;
}

.tagline {
    font-size: 12px;
    margin-top: 4px;
}

.match70 ul {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

.match70 ul li {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.card-repeat-updates .dropdown {
    width: 100%;
}

.card-repeat-updates .match70 {
    position: relative;
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border: solid 1px #ddd;
}

.card-repeat-updates img {
    width: 100%;
}

.post-item h2 a {
    text-align: left;
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.post-item h5 a {
    text-align: left;
    display: block;
    color: #000;
    text-decoration: none;
    font-weight: 600;
}

.card.default-cards {
    padding: 6px;
}

.card.default-cards .card-content a {
    color: #000;
    text-decoration: none;
    font-size: 15px;
    line-height: 20px;
    display: block;
}

.card-image p.images-count {
    position: absolute;
    bottom: 10px;
    color: #fff;
    left: 10px;
    font-size: 13px;
}

.card-image {
    position: relative;
    border-radius: 6px;
    overflow: hidden;
}

.card-image img {
    height: 210px;
    object-fit: cover;
    margin-bottom: 8px;
}

.card-content {
    min-height: 70px;
}

.card-4section {
    padding-bottom: 20px;
    margin-top: 20px;
}

.card-4section .col-3:not(:last-child) {
    padding-right: 0;
}

/*content left right section */


.news-img {
    position: relative;
}

.content-overlay a {
    color: black;
    text-decoration: none;
}


.news-card {
    position: relative;
}

.news-card .content-overlay {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.news-card .content-overlay a {
    color: #fff;
    font-size: 24px;
    padding: 20px 30px;
    display: block;

    font-weight: 600;
    background: #00000087;
}

.menu .dropdown-content {
    width: 210px;
}

.menu.main-menu ul ul a {
    text-align: left;
    padding-left: 17px;
}

.menu .dropdown-content li:first-child a:after {
    display: none;
}

.menu li ul li a {
    text-align: left;
}

.news-card-repeat h2 {
    margin-top: 30px;
    font-weight: 600;
    text-transform: uppercase;
}

section.content-left-right {
    margin-bottom: 20px;
    margin-top: 40px;
}

section.content-left-right {
    margin-bottom: 20px;
}

.ads {
    margin: 30px 0px;
}

.featured-sports {
    background-color: #f0f0f0;
    padding: 0;
    margin-top: 20px;
}

.featured-sports h2 {
    background-color: #d42a2a;
    color: white;
    margin: 0;
    padding: 10px;
    text-align: left;
    font-size: 24px;
}

.featured-sports ul {
    list-style-type: none;
    padding: 0;
    padding-bottom: 10px;
}

.featured-sports .submenu {
    display: none;
    list-style: none;
}

.toggle-submenu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.featured-sports .fa-chevron-down {
    transition: transform 0.3s ease;
}

.featured-sports .active .fa-chevron-down {
    transform: rotate(180deg);
}



.featured-sports li {
    margin: 10px 0;
}

.featured-sports li a {
    text-decoration: none;
    color: black;
    padding: 6px 10px;
    display: block;
    position: relative;
}

.featured-sports li.active>a {
    background-color: #929292;
    color: #fff;
}

.featured-sports li a i {
    position: absolute;
    right: 20px;
    top: 12px;
}

.featured-sports .submenu a {
    padding-left: 22px;
}

.featured-sports li a:hover {
    background: #929292;
    color: #fff;
}

.news-bar.featured-sports ul li:not(:last-child) {
    border-bottom: solid 1px #ddd;
}

.news-bar.featured-sports ul {
    margin: 0px 10px;
}

.news-bar.featured-sports ul li a {
    padding-left: 0;
    padding-right: 0;
}

.news-bar.featured-sports ul li a:hover {
    background: transparent;
    color: #000;
    text-decoration: underline;
}

/*end */


/*footer css */
.d-flex.setboth {
    flex-wrap: wrap;
    margin-left: 0;
}

.d-flex.setboth h5 {
    width: 100%;
    font-size: x-large;
}

.setboth .list-unstyled {
    width: 50%;
}

.list-unstyled {
    padding-left: 0;
    list-style: none;
    font-size: x-large;
}

.footer h5 {
    color: white;
    margin-bottom: 20px;
    font-size: x-large;
}

.align-center {
    display: flex;
    flex-wrap: wrap;
    align-self: center;
}

.align-center.text-end {
    justify-content: flex-end;
}

.logo-footer {
    width: 100%;
}

.footer {
    background-color: #2a318b;
    color: white;
    padding: 40px 0;
}

.footer h5 {
    color: white;
    margin-bottom: 20px;
}

.logo-footer {
    margin-bottom: 20px;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .logo {
    text-align: center;
}

.footer .logo img {
    max-width: 200px;
}

.footer .copyright {
    text-align: center;
    margin-top: 20px;
}

.footer a {
    color: white;
    text-decoration: none;
    font-size: 18px;
}

.news-card {
    position: relative;
    overflow: hidden;
}


/*inner breadcumb*/
section.top-breadcumb h4 {
    font-size: 32px;
    text-transform: uppercase;
    font-weight: 500;
    background: #000;
    color: #fff;
    padding: 3px 10px;
}

section.top-breadcumb ul li a {
    text-decoration: none;
    padding-right: 10px;
    color: #000;
    position: relative;
}

section.top-breadcumb ul li:not(:last-child) a:after {
    content: '/';
    margin-left: 10px;
}

section.top-breadcumb ul li:last-child a {
    color: #636363;
}

/*blog post */

section.post-grid .card.default-cards {
    border-radius: 0;
    padding: 0;
    border: none;
}

section.post-grid .card.default-cards {
    border-radius: 0;
    padding: 0;
    border: none;
    margin-bottom: 20px;
}

section.post-grid h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 28px;
    margin-bottom: 20px;
}

section.post-grid {
    margin-top: 20px;
}

.featured-sports li:last-child {
    margin: 0;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-40 {
    margin-bottom: 40px;
}

.mt-10 {
    margin-top: 10px !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.main-title h1 {
    font-size: 38px;
    font-weight: 700;
}

.main-title {
    margin-bottom: 40px;
    margin-top: 10px;
}

.overview p {
    margin-bottom: 20px;
    font-size: 20px;
}

/*comment box*/


.comment-section {}

#comment-box {
    width: 100%;
    height: 100px;
    margin-top: 5px;
    padding: 10px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    display: block;
}

.sign-in-button {
    background-color: #007BFF;
    color: white;
    border: none;
    padding: 10px 20px;
    text-align: center;
    display: block;
    width: 100%;
    cursor: pointer;
    margin-top: 10px;
}

.sign-in-button:hover {
    background-color: #0056b3;
}

.comment-area p {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 20px;
}

.contactform.text-left {
    border: solid 1px #eee;
    padding: 30px;
}

.contactform.text-left label.form-label {
    font-weight: 600;
    margin-bottom: 4px;
    font-size: 13px;
}

.contactform button.btn.btn-primary {
    padding: 7px 50px;
    background: #000;
    border: none;
}


/*share button */
.sharebtn button#shareButton {
    background: none;
    color: black;
    border-radius: 0;
    border: solid 1px #ddd;
}

.sharebtn .dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    display: none;
}

.sharebtn .dropdown {
    margin-bottom: 27px;
}

.sharebtn .dropdown-menu {
    min-width: 200px;
}

.sharebtn .dropdown-menu a {
    display: flex;
    align-items: center;
}

.sharebtn .dropdown-menu a i {
    margin-right: 10px;
}

/*end */



/*conatct*/
.top-contact {
    background: #eee;
    margin-top: 10px;
}

.get-in p {
    font-size: 17px;
}

.top-contact {
    background: #eee;
    margin-top: 6px;
}

.icon-contact {
    text-align: center;
}

.icon-contact i.fa.fa-phone {
    font-size: 50px;
}

.icon-contact p {
    font-size: 20px;
}

.contact-content {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
}

.get-in h2 {
    font-size: 38px;
    text-transform: uppercase;
}

.get-in p {
    font-size: 21px;
    max-width: 90%;
}

.mid-area {
    margin-top: -69px;
}

.mid-area .container {
    max-width: 90%;
}

.contact-content a {
    display: block;
    margin-top: 10px;
}

.main-contact {
    background: #fff;
    border: solid 1px #ddd;
    padding: 30px 50px;
}

.icon-contact p {
    font-weight: 700;
    margin-top: 10px;
}

.logo-contact {
    border-radius: 200px 0px 0px 440px;
    overflow: hidden;
}

/*end*/

/*ads */

.topheader-ads {
    padding: 10px 50px;
}

.wrapper.container {
    position: relative;
}

.wrapper.container .left-side-ads {
    position: absolute;
    left: -120px;
    width: 120px;
    z-index: 999;
    height: 100%;
}

.blog-list .middle-items-ads {
    margin-bottom: 30px;
}

.middle-items-ads {
    max-width: 70%;
    margin: auto;
    margin-top: 30px;
}

.wrapper.container .right-side-ads {
    position: absolute;
    right: -120px;
    width: 120px;
    height: 100%;
    z-index: 999;
}

.left-side-ads .img-ads,
.right-side-ads .img-ads {
    position: sticky;
    top: 0;
}


/*owl default */

.owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
}

.owl-carousel .owl-prev, .owl-carousel .owl-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: #000;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    z-index: 1;
}
.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev {
    background: #2A3288;
    width: 25px;
    height: 25px;
    color: #fff;
    border-radius: 100px;
    font-size: 10px;
    margin-top: -2px;
}

.owl-carousel .owl-nav{
    display: none;
    margin:0; 
}

.owl-carousel:hover .owl-nav{
    display: block;
}


.owl-carousel .owl-nav button.owl-next{
 right: -20px;
}

.owl-carousel .owl-nav button.owl-prev{
left: -20px;
}


.owl-carousel .owl-prev {
    left: 10px;
}

.owl-carousel .owl-next {
    right: 10px;
}
button.disabled {
    display: none !important;
}

/*end */


/*live match */



.pad-left {
    padding-left: 30px;
}



.series-com a {
    display: inline-block;
    padding: 13px 0px;
    margin-top: -13px;
    font-size: 12px;
    text-decoration: none;
    color: black;
}
.page-heading {
    margin-top: 30px;
}

.tabs-main-div .nav-tabs .nav-link {
    border: none;
}
.tabs-main-div ul.nav.nav-tabs {
    border: none;
}

.tabs-main-div .nav-tabs .nav-link {
    padding: 5px 0px;
    color: black;
}
.tabs-main-div li.nav-item {
    padding: 0px 20px;
}

.series-com {
    justify-content: space-between;
    display: flex;
}
.series-item span {
    font-size: 13px;
}
.tabs-main-div .nav-tabs a.nav-link.active {
    color: #028062;
    border-bottom: solid 4px #028062;
    font-weight: 700;
}
.tabs-main-div {
    margin-bottom: 100px;
}
.tabs-main-div {
    margin-top: 30px;
}

.tabs-main-div ul.nav.nav-tabs {
    border: none;
    border-bottom: solid 1px #ddd;
}
.tabs-main-div li.nav-item:first-child {
    padding-left: 0;
}

.red{
    color:#E4082D;
}

.batter-header, .batter-row {
    display: flex;
    justify-content: space-between;
    padding: 0px 10px;
    padding-right: 40px;
}
.score-section {
    margin-top: 10px;
}
.score-section a {
    text-decoration: none;
}
.batter-row > div {
    padding: 2px 0px;
}

.batter-header {
    background: #eee;
}

.score-section .val-col-table {
    width: 30px;
}
.score-section .name-col-table {
    width: 200px;
}
.score-section .val-col-table {
    text-align: center;
}
.comentscore {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.comentscore .left-score-section {
    flex: 0 0 68%;
}
.comentscore .right-stats-key {
    flex: 0 0 30%;
}

   .key-stats {
    border: 1px solid #ddd;
    border-radius: 0px;
    overflow: hidden;
    font-size: 12px;
    margin-top: 10px;
}
      .key-stats-header {
    background-color: #eee;
    padding: 3px 0px;
    text-align: left;
    border-bottom: 1px solid #ddd;
    padding-left: 10px;
    font-size: 14px;
}
      .key-stats-body {
        padding: 8px;
      }
      .key-stats-body p {
        margin: 0 0 8px;
      }
      .key-stats-body p:last-child {
        margin-bottom: 0;
      }
      .key-stats-body strong {
        font-weight: bold;
      }

      .recent strong {
        font-weight: bold;
      }

      .commentary-section a{
        text-decoration: none;
        color: black;
      }

.recent {
    margin-top: 20px;
    border-bottom: solid 1px #ddd;
    padding-bottom: 10px;
    font-size: 14px;
    margin-bottom: 20px;
}
.right-heading-fetaure .news-card .content-overlay a {
    font-size: 14px;
    padding: 9px 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.right-heading-fetaure .news-card {
    border-radius: 7px;
}

.right-heading-fetaure .news-card .content-overlay a:before {
    content: '▶';
    font-family: FontAwesome;
    position: absolute;
    margin-left: -27px;
}
.right-heading-fetaure h2 {
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}

.tabs-main-div .col-sm-4 {
    position: relative;
}

.tabs-main-div .col-sm-4:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #ddd;
}
.tab-pane > br {
    display: none;
}
.tab-pane > .row >div {
    padding-top: 30px;
}
.right-heading-fetaure .news-card {
    border-radius: 7px;
    margin-bottom: 20px;
}.btn-dd {
    text-align: center;
}

.cb-more-btn {
    padding: 8px 20px;
    border-radius: 2px;
    color: #fff;
    background: #2A3288;
    border: 0;
    cursor: pointer;
    margin: auto;
    display: inline-block;
}

.match-videos-slide .right-heading-fetaure .news-card .content-overlay a {
    padding: 4px 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.match-videos-slide .right-heading-fetaure .news-card .content-overlay a:before {
    margin-left: -18px;
}

.sub-heading h2 {
    text-transform: uppercase;
    font-weight: 700;
    font-size: 18px;
}



.commentry-overs-view .over {
    font-weight: 700;
    margin-right: 20px;
}

.commentry-overs-view p {
    margin-bottom: 8px;
    position: relative;
}

.commentry-overs-view ul{
    margin-bottom: 20px;
}


        .scorecard-commentry div {
            padding: 8px;
            border-right: 1px solid #ddd;
        }
        .scorecard-commentry div:last-child {
            border-right: none;
        }
        .bold {
            font-weight: bold;
        }

        .scorecard-commentry {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: Arial, sans-serif;
    padding: 10px;
    border: 1px solid #ddd;
    background-color: #f9f9f9;
    font-size: 13px;
    margin-bottom: 20px;
}

.latest-news{
    margin-top: 40px;
}

.news-flex {
    display: flex;
    margin: 15px 0px;
}
.news-flex:not(:last-child) {
    border-bottom: solid 1px #ddd;
    padding-bottom: 15px;
}
.news-flex .news-img {
    flex: 0 0 30%;
    margin-right: 20px;
    border-radius: 10px;
    overflow: hidden;
    height: 88px;
}

.news-flex .news-img img{
    height: 100%;
    object-fit: cover;

}
.news-flex .content-overlay p {
    margin-top: 14px;
    font-size: 12px;
}

.cb-scrd-hdr-rw {
    background: #4a4a4a;
    color: #fff;
    padding: 8px 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.comentscore.scorecard-tab .left-score-section {
    flex: 1000%;
}

.comentscore.scorecard-tab .val-col-table {
    width: 49px;
}

.comentscore.scorecard-tab .batter-header,
.comentscore.scorecard-tab .batter-row {
    font-size: 14px;
}

.scorecard-tab .score-section .name-col-table {
    width: 160px;
}
.scorecard-tab .score-section .name-col-table.outer {
    width: 210px;
}

.scorecard-tab .batter-header,
.scorecard-tab .batter-row {
    padding-right: 0;
}
.comentscore.scorecard-tab .val-col-table.sr-rate {
    width: 67px;
}

.scorecard-tab .batter-row {
    padding: 4px 10px;
}
.scorecard-tab .batter-row:not(:last-child) {
    border-bottom: solid 1px #ddd;
}
.val-col-table.match-info-right {
    width: 80% !important;
    text-align: left;
}
.comentscore.scorecard-tab .batter-header {
    padding: 5px 10px;
}
.comentscore.scorecard-tab {
    margin-bottom: 15px;
}

div#match-facts .scorecard-tab .batter-row:not(:last-child) {
    border: none;
}

.points-tablehere.scorecard-tab .score-section .name-col-table a img {
    width: 24px;
    margin-top: -4px;
    margin-right: 7px;
    border-radius: 4px;
}


.points-tablehere .batter-row {
    flex-wrap: wrap;
}
.toggle-pointstable {
    flex: 0 0 100%;
}
.header-toggle {
    display: flex;
    font-weight: bold;
    padding: 6px 0;
}
.row-toggle {
    display: flex;
    padding: 4px 0;
}

.column-toggle {
    flex: 1;
    text-align: left;
    padding: 0 10px;
}
.toggle-pointstable {
    background: #eee;
}
.column-toggle.width-80 {
    flex: 0 0 35%;
}
.toggle-pointstable {
    flex: 0 0 90%;
    margin: auto;
    display: none;
    margin-top: 10px;
    font-size: 12px;
}

.pointtable-active .toggle-pointstable {
    display: block;
}

.points-tablehere.comentscore.scorecard-tab .val-col-table.sr-rate {
    width: 87px;
}
a.clickme-toggle-more {
    color: #000;
    margin-left: 10px;
}

.pointtable-active a.clickme-toggle-more i:before {
        content: "\f0d8";
}

.points-tablehere.comentscore.scorecard-tab .batter-row {
    padding-bottom: 20px;
    padding-top: 10px;
}

ul#topTabs button {
    background: #c7efc7;
    border: none;
    color: #000;
    font-size: 14px;
    border-radius: 20px;
    padding: 3px 20px;
}

ul#topTabs button.active {
    background: green;
    color: #fff;
}

ul#topTabs li {
    margin-right: 20px;
}
ul#topTabs {
    border: none;
}
.inningtabs {
    background: #eee;
    border: none !important;
    padding: 0;
    margin: 0;
}
.inningtabs button {
    border: none;
    padding: 0;
    margin: 0;
    padding: 5px 13px;
}
.inningtabs {
    margin-bottom: 15px;
}
.inningtabs button.active {
    font-weight: bold;
}

.cb-scrd-hdr-rw.bg-light span{
    color: #000;
}


.player-here .player-img {
    width: 50px;
    overflow: hidden;
    border-radius: 80px;
    height: 50px;
}
.player-here .player-img img {
    width: 100%;
}

.player-here .player-name h2 {
    font-size: 22px;
    margin: 0;
    font-weight: 700;
}
.player-here .player-name p {
    font-size: 12px;
}
.player-here .player-name {
    margin-left: 10px;
    padding-top: 4px;
}
/*.player-here .player-item:nth-child(even) {
    flex-direction: row-reverse;
}*/


.player-here .player-item {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    padding: 12px 0px;
    border-bottom: solid 1px #ddd;
}
.player-here >div {
    width: 50%;
}
.player-here .right-team-player {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.player-here .right-team-player .player-item {
    flex-direction: row-reverse;
}
.player-here .right-team-player .player-item .player-name {
    margin-right: 16px;
}
.player-here {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
}
.player-here:before {
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    left: 0;
    background: #ddd;
    right: 0;
    margin: auto;
}
.sub-heading.text-center h2 {
    margin-top: 20px;
}
/*.player-here .player-item:nth-child(even) .player-name {
    text-align: right;
    margin: 0;
    margin-right: 10px;
}*/

/*end live match */


/*responsive start */


@media (max-width: 1600px) {


    .wrapper.container {
        max-width: 1120px;
    }


}

@media (max-width: 1400px){

    .wrapper.container .left-side-ads {
        left: -70px;
        width: 79px;
    }

    .wrapper.container .right-side-ads {
        right: -70px;
        width: 70px;
    }
}


@media (min-width: 1200px) {

    article.main-header .logo-here {
        width: 75%;
    }

    .top-header:before {
        width: 36%;
        left: -27px;
        transform: skewX(-37deg);
        height: 126%;
    }


    .menu.main-menu {
        padding: 15px 0px;
    }




}

@media (min-width: 992px) {
    li.pop-menu {
        display: none;
    }



}


@media (max-width: 1200px) {
    section.updates .col-12.col-sm-6:first-child {
        width: 35%;
    }

    section.updates .col-12.col-sm-6:last-child {
        width: 65%;
    }

    article.main-header .col-12.col-sm-5 {
        width: 30%;
    }

    article.main-header .col-12.col-sm-7 {
        width: 70%;
    }

    .menu li a {
        padding: 7px 7px;
    }

    .top-header:before {
        width: 35%;
    }
    .score-section .name-col-table {
    width: 160px;
}
.batter-header, .batter-row {
    font-size: 13px;
}
.comentscore {
    gap: 10px;
}
.right-heading-fetaure .news-card .content-overlay a {
    font-size: 12px;
    padding: 4px 30px;
}
.commentary-section a {
    font-size: 13px;
}
.comentscore.scorecard-tab .left-score-section {
    flex: 0 0 100%;
}
.comentscore.scorecard-tab .batter-header, .comentscore.scorecard-tab .batter-row {
    font-size: 12px;
}
    .comentscore.scorecard-tab .left-score-section {
        flex: 0 0 100%;
        width: 100%;
    }
    .player-here .player-name h2 {
    font-size: 16px;
}
.scorecard-tab .score-section .name-col-table {
    width: 90px;
}

}

@media (max-width: 1025px) {
    .wrapper.container {
        max-width: 850px;
    }

    .top-header:before {
        height: 128%;
    }
}

@media (max-width: 991px) {
    section.updates .col-12.col-sm-6:first-child {
        width: 100%;
    }

    section.updates .col-12.col-sm-6:last-child {
        width: 100%;
    }

    .card-4section .col-12.col-sm-3 {
        width: 50%;
        margin-bottom: 20px;
    }

    .col-sm-8 {
        width: 100%;
    }

    section.content-left-right .col-12.col-sm-4 {
        width: 100%;
    }

    .menu.main-menu li:not(.pop-menu) {
        display: none;
    }

    article.main-header .col-12.col-sm-5 {
        width: 40%;
    }

    article.main-header .col-12.col-sm-7 {
        width: 60%;
    }

    .top-header:before {

        width: 46%;
    }

    .top-header:before {
        height: 115%;
        width: 46%;
        top: -2px;
        left: -20px;
    }

    .active-menu .sidebar {
        width: 40%;
    }

    .top-contact {
        padding: 30px 10px;
    }

    .get-in h2 {
        font-size: 28px;
        text-transform: uppercase;
    }

    .logo-contact {
        border-radius: 0;
        overflow: hidden;
        margin-top: 20px;
    }

    .get-in {
        text-align: center;
    }

    .get-in p {
        font-size: 15px;
        max-width: 100%;
    }

    .main-contact {
        padding: 20px 10px;
        margin-bottom: 20px;
    }

    .mid-area .container {
        max-width: 100%;
    }

    .contact-content {
        margin-top: 20px;
        font-size: 14px;
    }

    .wrapper.container .left-side-ads {
        display: none;
    }

    .wrapper.container .right-side-ads {
        display: none;
    }

    .topheader-ads {
        padding: 20px 10px;
    }

    li.hide-mob {
        display: none;
    }

}


@media (max-width: 767px) {
    li.hide-mob {
        display: none;
    }

    article.main-header .col-12.col-sm-5 {
        width: 55%;
    }

    article.main-header .col-12.col-sm-7 {
        width: 45%;
    }

    .middle-items-ads {
        margin-top: 20px;
    }

    .blog-list .middle-items-ads {
        margin-bottom: 20px;
    }

    .middle-items-ads {
        max-width: 90%;
    }

    .mb-40 {
        margin-bottom: 20px;
    }

    .top-header:before {
        width: 61%;
    }

    .menu li a {
        padding: 5px 7px;
        font-size: 12px;
    }

    article.main-header .logo-here {
        margin-top: -28px;
    }

    article.live-scores.bg-color a {
        font-size: 12px;
    }

    section.updates {
        margin-top: 20px;
    }

    .update-card h2 {
        font-size: 14px;
    }

    .card-repeat-updates .dropdown button {
        font-size: 12px;
    }

    .match70 h4 {
        font-size: 11px;
    }

    .match70 ul li {
        gap: 2px;
    }

    .tagline {
        font-size: 10px;
        margin-top: 4px;
    }

    .card-repeat-updates .match70 {
        width: 100%;
    }

    .card-4section .col-12.col-sm-3 {
        width: 100%;
    }

    section.content-left-right {
        margin-top: 0;
    }

    .news-card .content-overlay a {
        font-size: 14px;
        padding: 10px;
        background-color: #00000026;
    }

    footer.footer .col-12.col-md-3 {
        margin-top: 30px;
    }

    .logo-footer {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .active-menu .sidebar {
        width: 80%;
    }

    .page-heading h1 {
    font-size: 22px;
}
.series-com {
 
    flex-wrap: wrap;
}
.series-item span {
    font-size: 12px;
    font-weight: bold;
}
.series-com a {
    padding: 3px 0px;
    margin-top: 0;
    font-size: 12px;
}
.series-item {
    display: flex;
    gap: 12px;
}
.commentary-section a {
        font-size: 12px;
    }
    .series-item span {
        font-size: 12px;
        font-weight: bold;
        padding: 0;
    }
    .wrapper.container {
        padding: 0;
    }
    .tabs-main-div li.nav-item {
    padding: 0px 10px;
}
.tabs-main-div ul.nav.nav-tabs {
    justify-content: center;
}
    .tabs-main-div li.nav-item {
        padding: 0px 7px;
    }
    .batter-header, .batter-row {
    padding-right: 0;
}
.comentscore {
    flex-wrap: wrap;
}
.tab-pane > .row >div {
    padding: 0;
    padding-top: 30px;
}

.comentscore .right-stats-key {
    flex: 0 0 100%;
}
.commentry-overs-view p {
    font-size: 12px;
}
.scorecard-commentry {
    font-size: 11px;
}
.commentry-overs-view ul {
    font-size: 12px;
}
.scorecard-tab .score-section .name-col-table.outer {
    width: 130px;
}
.tabs-main-div .col-sm-4:before {
    opacity: 0;
}
.player-here .player-name h2 {
        font-size: 12px;
    }
    .player-here .player-name p {
    font-size: 10px;
}
.player-here .player-img {
    width: 40px;
    height: 40px;
}
.player-here .player-item {
    padding: 7px 0px;
}
ul#topTabs button {
    font-size: 12px;
}
.inningtabs button {
    font-size: 12px;
}
ul.nav.nav-tabs.mt-3.inningtabs {
    justify-content: start;
}
.scorecard-tab .batter-row {
    padding: 4px 0px;
}
.scorecard-tab .score-section .name-col-table {
        width: 80px;
    }
    .comentscore.scorecard-tab .val-col-table {
    width: 30px;
}
.points-tablehere.comentscore.scorecard-tab .val-col-table.sr-rate {
    width: 57px;
}
.comentscore.scorecard-tab .val-col-table {
    width: 32px;
}

}

