/* @font-face {
    font-family: 'HelveticaNeue';
    src: url('fonts/helveticaneue.woff2') format('woff2'), url('fonts/helveticaneue.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'helveticaneuelight';
    src: url('fonts/helveticaneue_light.woff2') format('woff2'), url('fonts/helveticaneue_light.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "HelveticaNeue-Bold", "Helvetica Neue", "Helvetica Neue Bold", Helvetica, Arial, "Lucida Grande", sans-serif;
    src: url('fonts/HelveticaNeue.ttf');
}
 */

@font-face {
    font-family: "Helvetica";
    src: url("./fonts/HelveticaNeue-Bold.otf") format("otf");
    font-weight: 700;
}
@font-face {
    font-family: "Helvetica";
    src: url("./fonts/HelveticaNeue-Regular.otf") format("otf");
    font-weight: 500;
}
@font-face {
    font-family: "Helvetica";
    src: url("./fonts/HelveticaNeue-Thin.otf") format("otf");
    font-weight: 300;
}






::-moz-selection {
    /* Code for Firefox */
    color: #aa000d;
    background: #ffffff;
}

::selection {
    color: #aa000d;
    background: #ffffff;
}

html,
body {
    width: 100%;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
    text-transform: none;
    font-size: 14px;
    line-height: 1.5;
    scroll-behavior: smooth;
    color: #000;
    overflow-x: hidden;
    font-weight: 500;
    background-color: #f1f1f1;
}

.f-wrp {
    width: 100%;
    display: block;
    float: left;
    position: relative;
}

a:focus,
a:hover {
    text-decoration: none;
}


img {
    width: 100%;
    display: block;
}

ul,
li {
    text-decoration: none;
    list-style: none;
    padding: 0;
}

p {
    margin-bottom: 10px;
    font-weight: 500;
   
}
label{
    font-weight: 700;
}
a:-webkit-any-link:focus {
    outline-offset: 5px;
    outline: -webkit-focus-ring-color auto 0px;
}
a:hover{
    color: inherit;
}
a, a:hover{
    transition: 0.5s all ease;
}

:focus {
    outline: -webkit-focus-ring-color auto 0px;
}
.no-pading{
    padding: 0 !important;
}
.no-pading-btm {
    padding-bottom: 0 !important;
}
.pding-tp-50{
    padding-top: 50px;
}
.mrgin-btm-0{
    margin-bottom: 0 !important;
}
.no-brdr-btm{
    border-bottom: none !important;
}
button {
    box-shadow: none;
    border: none;
}

.page-main-wrapper.f-wrp>.container-fluid {
    padding-left: 0;
    padding-right: 0;
}

.gogle-add.f-wrp {
    padding: 15px;
    height: 200px;
    margin: 0 auto;
}
.gogle-add.f-wrp span{
    display: block;
    height: auto;
    width: 100%;
}

.gogle-add.f-wrp span img{
    height: 100%;
    object-fit: contain;
    object-position: center;
}
.header-wrp.f-wrp {
    background: #05101c;
    z-index: 999;
    /* padding: 10px 0; */
    border-bottom: 1px solid #303f51;
}
.fix-head.scrolled {
    padding-top: 70px;
}
.fix-head.scrolled .header-wrp{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.custom-nav {
    margin: 0;
    background-color: #05101c;
    border-color: #05101c;
    min-height: 70px;
}
.navbar-brand {
    padding: 0;
    width: 250px;
    margin-top: 10px;
}

.custom-nav .form-inline.pull-right {
    position: relative;
    height: 70px;
    text-align: center;
    padding-top: 18px;
}
.custom-nav .form-inline.pull-right .form-control {
    position: absolute; 
    right: 0;
    bottom: 0px;
    z-index: -1;
    transition: 0.5s all ease;
    box-shadow: none;
    border-radius: 0;
}

.custom-nav .form-inline.pull-right button{
    background: transparent;
    color: #fff;
    font-size: 20px;
}
.custom-nav .form-inline.pull-right:hover .form-control{
    bottom: -35px;
    transition: 0.5s all ease;
}

.navbar-default .navbar-nav > li > a {
    color: #55697f;
    text-transform: uppercase;
}
.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #ffffff;
}
.main-sec-wrp.f-wrp {
    padding-top: 25px;
}
.data-info-slider.f-wrp {
    background: #999999;
    padding: 15px 0 30px;
}

.data-tab {
    background: #fff;
    border-radius: 4px;
    padding: 10px 15px;
}

.data-tab .nav-link {
    padding: 0px 10px;
    color: #000;
}
.data-tab .nav-link.active{
    color: #aa000d;
}
.nav-tabs > li > a, .navbar-default .navbar-nav > li a, .summry-bx-hd.f-wrp, .news-hd.f-wrp span{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-weight: 700;
}
.data-tab.nav-tabs > li.active > a, 
.data-tab.nav-tabs > li.active > a:focus, 
.data-tab.nav-tabs > li.active > a:hover, 
.data-tab.nav > li > a:focus, 
.nav > li > a:hover, 
.data-tab.nav-tabs > li > a:hover{
    color: #aa000d;
    background: transparent;
    border-color: transparent;
}

.live-slider-sec.f-wrp {
    border-radius: 5px;
    margin-top: 6px;
}
.match-dtil-hd.f-wrp {
    display: flex;
    justify-content: space-between;
    background: #f6e1e1;
    padding: 5px 20px;
    border-bottom: 1px solid #e1949f;
    align-items: center;
}
.match-dtil-bx.f-wrp {
    border-radius: 5px;
    overflow: hidden;
    background: #fff;
}
.match-dtil-bx.f-wrp p {
    margin: 0;
}
.logo-flag.f-wrp span {
    padding: 15px;
    width: 75px;
    display: block;
}

.result-slider-sec.f-wrp .bt-ovr,
.result-slider-sec.f-wrp .bt-ovr label,
.result-slider-sec.f-wrp .bt-ovr p{
    display: inline-block;
    color: #989898;
}
.result-slider-sec.f-wrp .bt-ovr p{
    padding-right: 10px;
}
.result-slider-sec.f-wrp .bt-ovr label{
    padding-right: 2px;
}
.result-slider-sec.f-wrp .team-dtl.f-wrp label {
    font-size: 18px;
}
.result-slider-sec.f-wrp .scr-wth-ovr.f-wrp span {
    padding-right: 20px;
}
.tail-dtil p {
    display: inline-block;
}

.live {
    background: #aa000d;
    color: #fff;
    padding: 0px 10px 0 18px;
    display: inline-block;
    font-size: 10px;
    margin-right: 10px;
    border-radius: 25px;
    position: relative;
    line-height: 18px;
}
.live-label {
    background: #f6e1e1;
    padding: 0 10px 0 10px;
    border-radius: 20px;
    color: #aa000d;
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 2px;
}
.live::before {
    content: '';
    width: 6px;
    height: 6px;
    display: block;
    background: #fff;
    position: absolute;
    left: 8px;
    top: 6px;
    border-radius: 100%;
}
.live-label::before {
    content: '';
    background: #aa000d;
    width: 8px;
    display: inline-block;
    height: 8px;
    border-radius: 100%;
    margin-right: 5px;
}
.match-dtil-hd.f-wrp p {
    color: #454444;
}
.point-tbl {
    padding: 3px 16px;
    display: inline-block;
    font-size: 12px;
    color: #000;
    background: #fff;
    border-radius: 7px;
    border: 1px solid #e1949f;
    margin-right: 15px;
}


.match-dtil-bdy.f-wrp, .each-team-dtl.f-wrp {
    display: flex;
    padding: 10px 20px;
    align-items: center;
}
.match-dtil-bdy.f-wrp {
    justify-content: center;
    border-bottom: 1px solid #c7c7c7;
}
.each-team-dtl.f-wrp{
    width: auto;
    white-space: nowrap;
}
.each-team-dtl.f-wrp:first-child{
    border-right: 1px solid#d9d9d9;
}

.team-logo.f-wrp{
    flex: 1;
}
.team-logo.f-wrp span {
    display: block;
    width: 130px;
    height: 90px;
    padding: 15px;
}
.team-logo.f-wrp img, .team-sm-icon img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 100%;
}
.bt-live, .bt-ovr {
    font-weight: 700;
}

.scr-wth-ovr.f-wrp {
    display: flex;
}

.bt-live {
    position: relative;
    padding-right: 20px;
    margin-right: 15%;
}
.bt-live::after {
    content: '';
    position: absolute;
    width: 9px;
    height: 9px;
    background: #00a900;
    border-radius: 100%;
    right: 0px;
    top: 7px;
}
.scr-wth-ovr.f-wrp p label, .bt-ovr label {
    font-size: 18px;
    padding-right: 0;
    padding-left: 5px;
}
.bt-ovr label{
    color: #989898;
    padding-right: 15px;
    padding-left: 0;
}
.info-line {
    color: #999;
}

.ovr-detil.f-wrp, .match-dtil-foot.f-wrp {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
}
.match-dtil-foot.f-wrp {
    background: #f3f3f3;
    border-top: 1px solid #b4b4b4;
}
.match-dtil-foot.f-wrp.rd-foot{
    background-color: #aa000d;
}

.RR-info p {
    display: inline-block;
    color: #6b6b6b;
}
.RR-info p::after{
    content:'•';
    color: #6b6b6b;
    margin-right: 5px;

}
.RR-info p:last-child:after{
    display: none;
}

.ovr-info ul li:first-child p, .match-dtil-foot p{
    color: #606060;
}
.match-dtil-foot.f-wrp.rd-foot p{
    color: #ffffff;
}
.ovr-info ul li:not(:first-child), .ball-list.f-wrp .ovr-info ul li{
    width: 25px;
    height: 25px;
    display: inline-block;
    text-align: center;
    margin-right: 5px;
    border-radius: 100%;
    padding: 0;
    background-color: #c8c8c8;
    color: #ffffff;
}
.ovr-info ul li:not(:first-child) p, .ball-list.f-wrp .ovr-info ul li p{
    width: 25px;
    height: 25px;
    border-radius: 100%;
    font-size: 11px;
    line-height: 25px;
}

.dot {
    color: #000;
    background-color: #c8c8c8;
}
.six{
    background-color: #00c30e;
}
.four{
    background-color: #27affb;
}
.wickt{
    background-color: #aa000d;
}
.wide{
    background-color: #fae000;
}
.run{
    background-color: #c8c8c8;
}

.match-dtil-foot p label{
    color: #000000;
    font-size: 16px;
    padding: 0 5px;
}
.owl-nav {
    margin: 0 !important;
}
.owl-nav button {
    position: absolute;
    top: 50%;
    color: #fff !important;
    font-size: 33px !important;
    margin-top: -25px !important;
}
.owl-prev {
    left: -35px;
}
.owl-next {
    right: -35px;
}
.owl-theme.data-slider [class*="owl-"]:hover {
    background: transparent;
}

.data-slider.owl-carousel .owl-stage-outer {
    border-radius: 5px !important;
}
.mtch-dtil-wrp.f-wrp {
    padding: 25px 0;
}
.mtch-dtil-wrp > .row, .profle-con.f-wrp > .row, .foot-sec-link.f-wrp .row{
    display: flex;
    flex-wrap: wrap;
}


.summry-bx-hd.f-wrp {
    /* background: #04024c; */
    background: #999999;
    color: #fff;
    padding: 5px 20px;
}
.summry-bx-hd.f-wrp span{
    text-transform: uppercase;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.summry-bx-hd.f-wrp span i {
    border: 1px solid #fff;
    width: 15px;
    border-radius: 100%;
    text-align: center;
    height: 15px;
    font-size: 12px;
    line-height: 11px;
}
.summry-box-sec.f-wrp {
    border-radius: 5px;
    overflow: hidden;
}
.summry-bx-con.f-wrp {
    display: flex;
    background: #fff;
}
.media-body {
    width: auto;
}
.media-body, .media-left, .media-right {
    display: table-cell;
    vertical-align: middle;
}
.team-sm-icon {
    display: block;
    width: 50px;
    height: 50px;
}
.summry-bx-bat, .summry-bx-fld {
    /* padding: 15px; */
    border: 1px solid #8f9298;
    flex: 1;
}
.team-stus.media.f-wrp {
    border-bottom: 1px solid #434851;
    padding: 0 15px;
    min-height: 60px;
}
.summry-dtil.f-wrp {
    padding: 5px 15px;
}
.summry-box-sec.f-wrp .team-stus.media.f-wrp {
    vertical-align: middle;
    display: table;
}

.title-bkl.f-wrp {
    background: #f1f1f1;
    padding: 2px 15px;
}
.ball-list.f-wrp {
    padding: 8px 20px;
}
.title-bkl.f-wrp span {
    font-size: 12px;
    color: #073537;
}
.team-stus.media.f-wrp .media-body {
    width: 100%;
}

.summry-bx-fld .team-stus.media.f-wrp .bt-ovr{
    float: right;
}
.run-bx .bt-ovr {
    font-weight: 500;
}
.run-bx .bt-ovr label {
    color: #aa000d;
    padding-right: 5px;
    font-weight: 700;
}
.lst-wkt {
    color: #999;
    margin: 0;
}
.lst-wkt span, .bwl-stus.media.f-wrp .info-line span{
    color: #aa000d;
}
#result .summry-box-sec.f-wrp .team-stus.media.f-wrp{
    margin-bottom: 10px;
}
.bts-icon img {
    width: 20px;
}
.plyr-tble.f-wrp {
    
    border-radius: 5px;
    overflow: hidden;
    padding: 0 15px;
}
.plyr-tble.f-wrp > label {
    display: block;
    color: #fff;
    /* background: #04024c; */
    background: #999999;
    padding: 3px 10px;
    font-weight: 300;
    font-size: 13px;
    margin-bottom: 0;
    border-radius: 5px 5px 0 0;
}
.plyr-tble.f-wrp label i{
    float: right;
    font-size: 15px;
}
.tbl-box{
    border-radius: 0 0 5px 5px;
    overflow: hidden;
    border: 1px solid #d9d9d9;
    border-top: none;
    margin-bottom: 10px;
}
.plyr-tble.f-wrp table {
    margin: 0 auto;
    
}
.plyr-tble.f-wrp .table > tbody > tr > td, 
.plyr-tble.f-wrp .table > tbody > tr > th, 
.plyr-tble.f-wrp .table > tfoot > tr > td, 
.plyr-tble.f-wrp .table > tfoot > tr > th, 
.plyr-tble.f-wrp .table > thead > tr > td, 
.plyr-tble.f-wrp .table > thead > tr > th,
.plyr-tble.f-wrp .table > tbody > tr{
    border-top: 1px solid #434851;
    font-size: 12px;
    color: #194446;
}
.tp-scr tr td{
    border-right: 1px solid #ddd;
}
.tp-scr tr td span:last-child{
    float: right;
}


.bwl-dtl-grid.f-wrp {
    display: flex;
    padding: 0 15px;
}
.bwl-stus.media.f-wrp {
    margin-top: 0;
}
.bwl-stus.media.f-wrp label {
    font-weight: 300;
    color: #194446;
    font-size: 13px;
    margin: 0 auto;
}

.bwl-stus.media.f-wrp .info-line{
    font-size: 11px;
}
.bwl-stus.media.f-wrp .media-left {
    vertical-align: top;
    padding-top: 7px;
}
.ply-detl-blk.f-wrp {
    padding: 15px;
    padding-bottom: 0;
}
.tp-plyr-icon {
    display: block;
    width: 80px;
    background: #dfdfdf;
    border-radius: 10px;
}

.tp-plyr.media.f-wrp .media-body span{
    font-size: 11px;
    color: #aa000d;
}
.tp-plyr.media.f-wrp .media-body label{
    font-weight: 500;
    display: block;
    margin-bottom: 0;
}
.tp-plyr.media.f-wrp .media-body ul li{
    font-size: 11px;
    position: relative;
}

.tp-plyr.media.f-wrp .media-body ul li::before {
    content: '';
    width: 5px;
    height: 5px;
    border-radius: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px;
}
.tp-plyr.media.f-wrp .media-body ul{
    margin-bottom: 0;
}
.tp-plyr.media.f-wrp .media-body ul li.nos-4{
    color: #27affb;
}
.tp-plyr.media.f-wrp .media-body ul li.nos-6{
    color: #00c30e;
}
.tp-plyr.media.f-wrp .media-body ul li.nos-4::before{
    background-color: #27affb;
}
.tp-plyr.media.f-wrp .media-body ul li.nos-6::before{
    background-color: #00c30e;
}
.tp-scr-bx.f-wrp {
    border-bottom: 1px solid #72767c;
    padding-bottom: 10px;
}
.bwl-dtl-grid.ply-dtl-grid.f-wrp {
    padding: 5px 0;
}
.sm-plyr-icon {
    width: 45px;
    display: block;
    background: #dfdfdf;
    border-radius: 5px;
}
.ply-dtl-grid .bwl-stus.media.f-wrp .info-line img {
    display: inline-block;
    width: 15px;
}

.plyr-tble.wick-tab.f-wrp table tr td:nth-child(2) .bwl-stus.media.f-wrp{
    border-left: 1px solid #c1c1c1;
    padding-left: 15px;
}
.plyr-tble.wick-tab.f-wrp .bts-icon img{
    width: 15px;
}
.plyr-tble.wick-tab.f-wrp {
    padding-top: 10px;
}
.summry-bx-fld .btn-bx.f-wrp{
    margin-bottom: 20px;
}
.summry-bx-fld.ls-team{
    position: relative;
}
.summry-bx-fld.ls-team .ball-detil-bkl.f-wrp{
    padding-top: 35px;
}

.btn-bx.f-wrp {
    padding: 0 15px;
}
.scr-btn {
    background: #aa000d;
    padding: 6px 20px;
    display: inline-block;
    font-size: 12px;
    color: #fff;
    border-radius: 5px;
}
.poll-box.f-wrp {
    background: #fff;
    border: 1px solid #8f9298;
    padding: 0 15px;
}

.voting-box {
    height: 60px;
    width: 100%;
    background: #fff;
    position: relative;
    border-radius: 10px;
    overflow: visible;
    display: grid;
    grid-template-columns: 50% 50%;
}
  
.voting-box>div {
    height: 3px;    
    position: relative;
    top: 50%;
}

.voting-box>div:hover {
    cursor: pointer;
}

.voting-box .left {
    background: #aa000d;
    border-radius: 5px 0px 0px 5px;
}
  
.voting-box .right {
    background: #00b700;
    text-align: right;
    border-radius: 0 5px 5px 0;
}
  
.voting-box .text {
    position: absolute;
    top: -25px;
    left: 0;
    user-select: none;
}
.voting-box .right .text {
    right: 0;
    left: unset;
}  
.voting-box .option-title {
    color: #000;
    font-size: 10px;
    padding-top: 5px;
    display: block;
}
  
.voting-box .option-size {
    color: #000;
    font-size: 10px;
    display: inline-block;
    padding-bottom: 7px;
}
.voting-box .left .text span{
    color: #aa000d;
}
.voting-box .right .text span{
    color: #00b700;
}
.result-bar {
    background: #aa000d;
    padding: 8px 15px;
}
.result-bar.f-wrp p {
    margin: 0;
    color: #fff;
    font-size: 12px;
    display: inline-block;
}
.news-sec-wrp.f-wrp {
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 5px;
    height: 100%;
}
.news-hd.f-wrp {
    border-bottom: 1px solid #c3c3c3;
    padding: 5px 15px;
}
.news-hd.f-wrp span {
    font-size: 13px;
}
.news-bdy.f-wrp {
    max-height: 546px;
    overflow-y: scroll;
}
.each-nexs-blk.f-wrp {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
}
.each-nexs-blk.f-wrp label {
    color: #000;
    transition: 0.5s all;
}
.each-nexs-blk.f-wrp:hover label{
    color: #478cff;
    text-decoration: underline;
    transition: 0.5s all;
}
.plyr-slider-wrp.f-wrp {
    padding-bottom: 25px;
}
.plyr-prfl-box.f-wrp {
    border-radius: 8px;
    overflow: hidden;
}
.summry-bx-hd.ply-prf-hd.f-wrp i {
    width: auto;
    height: auto;
    border: none;
    font-size: 17px;
    padding-left: 5px;
}
.profle-con{
    background: rgb(79,99,122); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(79,99,122,1) 0%, rgba(8,29,56,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(79,99,122,1) 0%,rgba(8,29,56,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(79,99,122,1) 0%,rgba(8,29,56,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4f637a', endColorstr='#081d38',GradientType=1 ); /* IE6-9 */
    padding: 15px 25px 35px;

}
.profle-con.f-wrp span, .profle-con.f-wrp label {
    color: #fff;
}
.bsic-detil.f-wrp {
    margin-bottom: 25px;
}
.plyr-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.plyr-img img {
    object-fit: contain;
    object-position: calc( 50% + 100px) bottom;
    height: 100%;
}
.bsic-detil.f-wrp label {
    font-size: 18px;
}
.bsic-detil.f-wrp p {
    color: #fff;
    font-size: 16px;
}
.bsic-detil.f-wrp p img {
    width: 17px;
    display: inline-block;
    margin-right: 8px;
}
.flag {
    width: 30px;
    display: block;
}
.rank-bx.f-wrp {
    display: inline-block;
    width: auto;
    padding: 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}
.rank-bx.f-wrp span{
    display: block;
}
.rank-bx.f-wrp span:not(:last-child) {
    display: block;
    margin-bottom: 6px;
}
.prson-info.f-wrp {
    margin-top: 20px;
}
.prson-info.f-wrp label {
    font-weight: 500;
    font-size: 17px;
    display: block;
}
.prson-info.f-wrp ul {
    background: rgba(12, 33, 59, 0.9);
    border-radius: 10px;
    padding: 15px;
    padding-right: 30px;
    width: auto;
    display: flex;
    margin-bottom: 0;
}

.prson-info.f-wrp ul li{
    width: 175px;
    display: flex;
    flex-direction: column;
}
.prson-info.f-wrp p, .on-grnd-dtil p{
    color: #5c626b;
    margin-bottom: 0;
}

.prson-info.f-wrp ul li:not(:last-child){
    border-right: 1px solid #5c626b;
    padding-right: 15px;
    margin-right: 15px;
}
.each-detil.f-wrp:not(:last-child){
    margin-bottom: 10px;
}
.on-grnd-dtil.f-wrp {
    background: rgba(12, 33, 59, 0.9);
    border: 1px solid #242e3a;
    width: auto;
    padding: 20px;
    float: right;
    border-radius: 10px;
}
.on-grnd-dtil.f-wrp ul {
    margin-bottom: 0;
}
.on-grnd-dtil.f-wrp ul li {
    border-bottom: 1px solid #444f5c;
    padding: 0px 5px 7px;
    margin-bottom: 7px;
}

.on-grnd-dtil.f-wrp span {
    margin-bottom: 3px;
    display: block;
}
.profle-con.f-wrp .btn-bx.f-wrp {
    position: absolute;
    bottom: 10px;
    right: 0;
}

.plyr-prof-slider.owl-theme .owl-dots{
    position: absolute;
    bottom: 0;
    right: 25px;
}
.plyr-prof-slider.owl-theme .owl-dots .owl-dot span{
    margin: 5px 3px;
    background-color: #ffffff;
}
.plyr-prof-slider.owl-theme .owl-dots .owl-dot.active span, .plyr-prof-slider.owl-theme .owl-dots .owl-dot:hover span {
    background: #aa000d;
}
.owl-theme .owl-nav [class*="owl-"]:hover{
    background-color: transparent !important;
}
.plyr-prof-slider .owl-nav button{
    color: #cecece !important;
}
.team-tab-wrp.f-wrp {
    background: #fff;
    border: 1px solid #b8b8b8;
    border-radius: 8px;
    overflow: hidden;
    border-top: none;
    /* margin-bottom: 25px; */
}
.team-srch-frm.f-wrp {
    padding: 25px;
}
.team-srch-frm.f-wrp .form-control {
    width: 100%;
    border: 1px solid #c7c7c7;
    border-radius: 50px;
    padding-left: 40px;
}
.team-srch-frm.f-wrp form{
    position: relative;
}
.team-srch-frm.f-wrp .form-inline button {
    position: absolute;
    left: 0px;
    top: 0px;
    height: 34px;
    border-radius: 25px 0 0 25px;
    width: 40px;
    font-size: 17px;
    line-height: 15px;
    background: transparent;
    color: #959090;
}
.team-tab {
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom: none;
    padding: 0 25px;
}
.team-tab.nav-tabs > li {
    width: 100%;
    text-align: center;
    padding-bottom: 5px;
    border-bottom: 2px solid #a0a3a7;
    margin-bottom: 20px;
}

.team-tab.nav-tabs > li.nav-item.active{
    border-bottom-color: #b65c63;
}

.team-slider-sec.f-wrp {
    padding: 0 25px;
    
}
.team-slider-sec:not(:last-child){
    margin-bottom: 25px;
    border-bottom: 1px solid #a0a3a7;
}

.team-slider-sec h5{
    text-align: center;
}
.team-slide {
    margin-top: 25px;
    padding-bottom: 15px;
}
.each-team.f-wrp {
    border: 1px solid #cfcfcf;
    border-radius: 10px;
    margin-bottom: 15px;
    box-shadow: 0px 3px 10px 0 #e4e4e4;
    overflow: hidden;
}
.team-label.f-wrp span {
    margin: 0 auto;
}
.team-label.f-wrp {
    padding: 10px;
    border-bottom: 1px solid #434851;
}
.team-label.f-wrp h5 {
    margin-bottom: 0;
    font-weight: 700;
    color: #061b36;
    text-transform: uppercase;
}
.each-team.f-wrp:hover .team-label.f-wrp h5{
    text-decoration: underline;
    color: #458bff;
}

.rnk-bx.f-wrp {
    padding: 5px 10px 15px;
    text-align: center;
}
.rnk-bx.f-wrp span, .rnk-bx.f-wrp p {
    color: #061b36;
    font-weight: 500;
    font-size: 13px;
}
.rnk-bx.f-wrp label{
    font-size: 18px;
    margin-bottom: 0;
    color: #cd1d2e;
}

.rnk-bx.f-wrp li {
    background: #f4f4f4;
    border: 1px solid #b4b4b4;
    border-radius: 6px;
    width: 50px;
    padding: 3px;
}
.rnk-bx.f-wrp li:nth-child(2){
    margin: 0 15px;
}
.rnk-bx.f-wrp ul {
    margin-top: 15px;
    margin-bottom: 0;
}
.team-slide .owl-nav button{
    color: #cecece !important;
}
.team-slide .owl-prev {
    left: -25px;
}
.team-slide .owl-next {
    right: -25px;
}

.team-slide.owl-theme .owl-dots .owl-dot.active span, .team-slide.owl-theme .owl-dots .owl-dot:hover span {
    background: #aa000d;
}
.team-slide.owl-theme .owl-dots .owl-dot span{
    background-color: #ffffff;
    border: 1px solid #434851;
}

.team-bnner {
    height: 150px;
    display: block;
}
.team-bnner img{
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.ipl-banner.f-wrp{
    /* padding-bottom: 25px; */
}


.vid-container.f-wrp {
    /* padding-bottom: 25px; */
}

.video-js .vjs-big-play-button{
    top: 50%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-top: -0.633em;
}

.overlay.f-wrp {
    position: absolute;
    left: 20px;
    top: 30px;
    font-size: 18px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
}

.vjs-poster::before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    background-color: rgba(0, 0, 0, 0.6);
}
.vjs-poster{
    background-position: center;
    background-size: cover;
}

.footer-wrapper.f-wrp {
    background: #04024c;
    margin-top: 25px;
}
.foot-sec-link.f-wrp {
    padding: 25px 0;
}

.footer-wrapper.f-wrp a, .footer-wrapper.f-wrp label, .footer-wrapper.f-wrp p{
    color: #ffffff;
    text-transform: uppercase;
}

.footer-wrapper.f-wrp a:hover{
    color: #aa000d;
}

.each-foot-link.f-wrp label {
    display: block;
    margin-bottom: 25px;
}

.foot-logo {
    display: block;
    max-width: 250px;
}

.each-foot-link.f-wrp {
    padding-top: 70px;
}
.each-foot-link.f-wrp li {
    margin-bottom: 5px;
}
.social-list.f-wrp li a {
    width: 35px;
    display: block;
    height: 35px;
    line-height: 35px;
    background: #152d47;
    text-align: center;
    border-radius: 100%;
    color: #656a72;
}
.social-list.f-wrp li a:hover{
    background: #fff;
}
.foot-grid.f-wrp {
    display: flex;
    justify-content: space-between;
}
.foot-grid.f-wrp ul {
    width: 50%;
}
.foot-sec-link.f-wrp .row > div:not(:last-child) {
    padding-right: 50px;
}
.foot-sec-link.f-wrp .row > div:not(:last-child)::after{
    content: '';
    width: 1px;
    height: 100%;
    position: absolute;
    right: 50px;
    top: 0;
    background: #303948;
}
.copy-txt.f-wrp {
    padding: 10px 0;
    border-top: 1px solid #303948;
}
.copy-txt.f-wrp p {
    margin: 0 auto;
    font-size: 14px;
    text-transform: uppercase;
}











.my-controls-btns {
    font-size: 25px;
    display: block;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -25px;
    cursor: pointer;
}
.prev-slide {
    left: -25px;
}
.next-slide {
    right: -25px;
}
.match-dtil-bdy.team-nme-dtl.f-wrp {
    justify-content: space-between;
}
.team-nme-dtl .each-team-dtl.f-wrp {
    width: 100%;
    padding-left: 0;
}
.team-nme-dtl .each-team-dtl.f-wrp:first-child {
    border-right: 1px solid transparent;
}
.team-nme-dtl .each-team-dtl.f-wrp .team-sm-icon {
    width: 70px;
    height: 50px;
    margin-right: 15px;
}

.team-nme-dtl .each-team-dtl.f-wrp .team-dtl.f-wrp label{
    font-size: 18px;   

}
.counter span, .match-date label{
    display: block;
}

.counter label, .match-date span {
    font-size: 18px; 
}
.match-date label{
    font-size: 22px;
}

#today .bwl-dtl-grid.ply-dtl-grid.f-wrp, #upcoming .bwl-dtl-grid.ply-dtl-grid.f-wrp{
    padding: 10px 15px;
    flex-wrap: wrap;
}
.btn-sec.f-wrp {
    padding-top: 30px;
}
.btn-sec.f-wrp .pln-btn {
    color: #adadad;
    font-size: 12px;
}
.btn-sec.f-wrp .pln-btn:hover{
    color: #aa000d;
    text-decoration: underline;
}
.summry-dtil.f-wrp p {
    margin-bottom: 0;
}
p label{
    padding: 0 5px;
}

.team-tab-wrp.main-team-sec.f-wrp .team-srch-frm.f-wrp{
    background: #e4e6ea;
    padding: 20px 10px;
    margin-bottom: 30px;
}
.team-tab-wrp.main-team-sec.f-wrp select.form-control.minimal, 
.nvgte-sec.f-wrp .form-group.f-wrp .form-control.minimal,
.filer-con-sec.f-wrp .form-inline .form-control.minimal {
    background-image: url("./../images/down-arrw.svg") !important;
    background-position: calc(100% - 10px) calc(1em - 2px), calc(100% - 45px) calc(1em + 10px), calc(100% - 5.2em) 5.9em !important;
    background-size: 15px 10px !important;
    background-repeat: no-repeat !important;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    padding-left: 15px;
}
/* .team-tab-wrp.main-team-sec.f-wrp .summry-bx-hd.ply-prf-hd.text-left.f-wrp {
    background: #051a35;
} */
.team-slider-sec.f-wrp > .row {
    display: flex;
    flex-wrap: wrap;
}
.team-tab-wrp.main-team-sec.f-wrp {
    padding-bottom: 30px;
}

.team-tab-wrp.main-team-sec.f-wrp .btn-sec.text-center {
    margin-top: 30px;
    text-decoration: underline;
    color: #458bff;
}
.team-tab-wrp.main-team-sec.f-wrp .btn-sec.text-center:hover{
    text-decoration: underline;
}
.team-mn-title.f-wrp {
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
}
.team-mn-title.f-wrp img {
    width: 75px;
    display: inline-block;
    margin-right: 15px;
    line-height: 0;
    vertical-align: middle;
}
.team-prfle-wrp.f-wrp{
    background: rgb(76,95,116); /* Old browsers */
    background: -moz-linear-gradient(left,  rgba(76,95,116,1) 0%, rgba(5,16,28,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  rgba(76,95,116,1) 0%,rgba(5,16,28,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  rgba(76,95,116,1) 0%,rgba(5,16,28,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5f74', endColorstr='#05101c',GradientType=1 ); /* IE6-9 */
    padding: 30px 25px;
}

.live-vs {
    background: #fff;
    border-radius: 25px;
    font-size: 10px;
    padding-right: 10px;
    float: right;
    margin-top: 5px;
    margin-right: 5px;
    
}

.team-mn-title.f-wrp h1 {
    display: inline-block;
    margin: 0;
    color: #ffffff;
    font-size: 50px;
    line-height: 50px;
    vertical-align: middle;
    letter-spacing: 2px;
}
.team-detil-wrp.f-wrp {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}
.each-detil-bx, .each-detil-bx a {
    width: 25%;
    color: #fff;
}
.each-detil-bx > span {
    display: block;
    border-bottom: 1px solid #fff;
    color: #fff;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.lrg-txt{
    position: relative;
    font-size: 22px;
}
.lrg-txt::after{
    content: '\f138';
    font-family: FontAwesome;
    padding-left: 5px;
}
.each-detil-bx a.lrg-txt:hover{
    text-decoration: underline;
}
.each-detil-bx .social-list.f-wrp li a {
    background: #fff;
    width: 20px;
    height: 20px;
    font-size: 10px;
    line-height: 20px;
}
.each-detil-bx .social-list.f-wrp {
    padding-top: 10px;
}
.team-rnk.f-wrp label {
    background: #fff;
    color: #000;
    font-size: 18px;
    padding: 2px 15px;
    border-radius: 7px;
}

.team-tab-wrp.main-team-sec.team-pg-profl.f-wrp {
    background: transparent;
    border: none;
    overflow: visible;
}
.team-tab-wrp.main-team-sec.team-pg-profl.f-wrp .summry-bx-hd.ply-prf-hd.f-wrp {
    border-radius: 8px 8px 0 0;
}

.team-tab-wrp.main-team-sec.team-pg-profl.f-wrp .team-prfle-wrp.f-wrp, 
.team-tab-wrp.main-team-sec.team-pg-profl.f-wrp .plyr-prfl-box.f-wrp {
    border-radius: 0 0 8px 8px;
    
}
.team-tab-wrp.main-team-sec.team-pg-profl.f-wrp .plyr-prof-slider .owl-nav button {
    top: 12%;
}


.team-pg-profl.f-wrp .team-tab {
    background: transparent;
    padding-top: 15px;
}
.team-pg-profl.f-wrp .team-tab.nav-tabs > li{
    width: auto;
    border-bottom: none;
}
.team-pg-profl.f-wrp .team-tab.nav-tabs > li > a {
    padding: 5px 25px;
    border: 1px solid #d5d5d5;
    border-radius: 50px;
    background: #fff;
}

.team-pg-profl.f-wrp .data-tab.nav-tabs > li.active > a, 
.team-pg-profl.f-wrp .data-tab.nav-tabs > li.active > a:hover,
.team-pg-profl.f-wrp .nav > li > a:hover, 
.team-pg-profl.f-wrp .data-tab.nav-tabs > li > a:hover{
    background-color: #ffc5cb;
    color: #141414;
    border-color: #e66d75;
}



.main-team-tab .team-srch-frm.f-wrp.pull-right {
    width: auto;
    background: transparent !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}
.main-team-tab .team-srch-frm.f-wrp.pull-right .form-group.f-wrp {
    width: 150px;
} 
.main-team-tab .summry-bx-hd.text-left.f-wrp {
    background: #e0e0e0;
}
.main-team-tab .summry-bx-hd.text-left.f-wrp span {
    color: #000000;
    font-size: 14px;
    text-transform: capitalize;
    padding-top: 5px;
    display: inline-block;
}

.team-tab-sec.main-team-tab.f-wrp .tab-content > div > div {
    border-radius: 8px;
    overflow: hidden;
    width: calc(100% - 10px);
    margin-left: 5px;
    box-shadow: 0 5px 8px -5px #b7b2b2;
}
.mtch, .mtch > div, .mtch > div a {
    display: flex;
    /* justify-content: center; */
    
}
.table-wrp.f-wrp table a, .mtch > div a{
    color: #000;
}
.table-wrp.f-wrp table th:nth-child(2){
    text-align: center;
}
.mtch > div a.bts-icon img {
    width: 20px;
    margin: auto 10px;
}

.mtch > div:not(:last-child)::after{
    content: '|';
    margin: 0 10px;
    color: #e2e2e2;

}

.table-wrp.f-wrp table tbody tr:nth-child(odd){
    background: #ffffff;
}
.table-wrp.f-wrp table tbody tr:nth-child(even){
    background: #f7f7f7;
}
.table-wrp.f-wrp table thead {
    background: #55697f;
    color: #fff;
}
.mtch > div {
    width: 50%;
}
.mtch span {
    margin: 0 6px;
}
.mtch > div:first-child{
    justify-content: end;
}
#upcmng-mtch .mtch > div a{
    color: #cd1721;
}
.mtch > div a:hover, .table-wrp.f-wrp table a:hover, #upcmng-mtch .mtch > div a:hover{
    text-decoration: underline;
    color: #1786ff;
}


.table-wrp.f-wrp h4, .table-wrp.f-wrp h5 {
    margin: 0;
    padding: 15px;
    background: #fff;
    font-weight: 700;
}
.table-wrp.f-wrp h5{
    color: #cd1721;
}
.table-wrp.f-wrp {
    background: #fff;
}
.table-wrp.f-wrp .btn-sec.text-center {
    margin-bottom: 15px;
}

.table-wrp.f-wrp table {
    margin-bottom: 0;
}

.mtch > div:last-child {
    flex-direction: row-reverse;
    justify-content: flex-end;
}

.table-wrp.f-wrp .table > tbody > tr > td, 
.table-wrp.f-wrp .table > tbody > tr > th, 
.table-wrp.f-wrp .table > tfoot > tr > td, 
.table-wrp.f-wrp .table > tfoot > tr > th, 
.table-wrp.f-wrp .table > thead > tr > td, 
.table-wrp.f-wrp .table > thead > tr > th {
    padding-left: 20px;
}
.con-wrp.f-wrp {
    background: #fff;
    padding: 20px;
}

.con-wrp.f-wrp .table-wrp.f-wrp table tbody tr.active {
    border: 1px solid #e66d75 !important;
    background: #ffc5cb !important;
}
.con-wrp.f-wrp .table-wrp.f-wrp table tbody tr.active td{
    background: transparent;
    border: none;
    border-bottom: 1px solid #e66d75 !important;
}
.con-wrp.f-wrp .table-wrp.f-wrp {
    border-radius: 8px;
    overflow: hidden;
    border: 1px solid #ebebeb;
}


.main-team-tab .con-wrp.f-wrp .table-wrp.f-wrp .summry-bx-hd.text-left.f-wrp{
    background: #55697f;
}
.main-team-tab .con-wrp.f-wrp .table-wrp.f-wrp .summry-bx-hd.text-left.f-wrp span{
    color: #ffffff;
}
.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li{
    width: 100%;
    
}
.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li a{
    border-radius: 0;
}
.gallery-tab-sec.f-wrp {
    background: #fff;
}

.team-tab-sec.main-team-tab.f-wrp .tab-content .tab-content > div > div{
    width: 100%;
    margin-left: 0;
    padding: 0 25px;
    box-shadow: none;
}
.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li a{
    border:none;
    border-bottom: 2px solid #a0a3a7;

}

.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li.nav-item.active,
.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li.nav-item.active > a,
.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li > a:hover{
    border-bottom-color: #b65c63;
}
.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li > a, 
.team-pg-profl.f-wrp .team-tab.nav-tabs.gallery-tab > li > a:hover{
    background-color: #ffffff;
}

.each-galry-blk label {
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(0,0,0,0.9) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.9) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(0,0,0,0.9) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
    color: #ffffff;
    margin: 0;
    padding: 15px;
    padding-top: 30px;
}
.galry-thumb {
    height: 300px;
    display: block;
}
.galry-thumb img{
    object-fit: cover;
    object-position: center;
    height: 100%;
}
.each-galry-blk.f-wrp {
    margin-bottom: 20px;
}
#gal-tabsContent .btn-sec.text-center{
    margin-bottom: 25px;
}
#vid-tab .galry-thumb::after{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url('../images/Video-Buttn.png');
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s all;
}
.summry-bx-hd.plyt-crer-hd.f-wrp {
    margin-bottom: 10px;
    border-radius: 8px 8px 0 0;
}
.ovr-view.f-wrp {
    background: #fff;
    padding: 25px;
    padding-bottom: 50px;
    margin-bottom: 15px;
    border-radius: 8px;
}

.ovr-view h5{
    font-weight: 700;
}
.ovr-view h5 {
    font-weight: 700;
    border-bottom: 1px solid #dcdee2;
    padding-bottom: 10px;
    margin-bottom: 15px;
}


.team-tab-sec.main-team-tab.f-wrp .tab-content > div.ply-bio > div,
.team-tab-sec.main-team-tab.f-wrp .tab-content > div.recrd > div,
.team-tab-sec.main-team-tab.f-wrp .tab-content > div.plyr-pic > div{
    box-shadow: none;
}
.ply-bio .table-wrp.f-wrp {
    border: 1px solid #d0d3d8;
}
.table-wrp.f-wrp h5:not(:first-child) {
    border-top: 1px solid #d0d3d8;
}

.table-wrp.recrd-tble.f-wrp table tr td:not(:last-child) {
    border-right: 1px solid #d0d3d8;
}
.each-recrd-list {
    padding: 15px 10px;
}
.recrd-icon {
    width: 75px;
    height: 75px;
    display: block;
    text-align: center;
    line-height: 75px;
    font-size: 26px;
    font-weight: 700;
    background: #cd1721;
    color: #fff;
    border-radius: 8px;
}
.gallery-tab-sec.plyr-galry.f-wrp {
    background: transparent;
}

.plyr-galry.f-wrp .each-galry-blk.f-wrp {
    border-radius: 8px;
    overflow: hidden;
}


.txt-bnnr.f-wrp {
    padding: 65px 0;
    background: #e6e6e6;
}

.txt-bnnr.f-wrp h2{
    margin: 5px auto;
    font-weight: 700;
    color: #4f4f4f;
}
.nvgte-sec.f-wrp {
    padding-bottom: 30px;
}
.nvgte-sec ul{
    display: flex;
    justify-content: space-evenly;
    margin: 0;
}

.nvgte-sec.f-wrp .form-group.f-wrp .form-control {
    width: 200px;
    background: #e6e6e6;
    border-color: #e6e6e6;
    box-shadow: none;
}
.nvgte-sec.f-wrp ul li a {
    color: #544f7e;
    font-size: 15px;
}

.nvgte-sec.f-wrp ul li a i.fa.fa-angle-left{
    padding-right: 15px;
    font-size: 18px;
}
.nvgte-sec.f-wrp ul li a i.fa.fa-angle-right{
    padding-left: 15px;
    font-size: 18px;
}
.each-evnt-sec.f-wrp {
    background: #fff;
    padding: 40px 50px;
}
.each-evnt-sec:not(:last-child){
    margin-bottom: 30px;
}

.each-evnt-sec.f-wrp h2, .each-evnt-sec.f-wrp h3{
    margin-top: 0;
    margin-bottom: 20px;
}
.each-evnt-sec.f-wrp h2{
    color: #4f4f4f;
    font-weight: 700;
}
.each-evnt-sec.f-wrp h3{
    color: #999999;
}
.each-evnt-sec.f-wrp ul {
    margin-top: 30px;
    margin-bottom: 0;
}
.each-evnt-sec.f-wrp ul li a .fa.fa-facebook{
    color: #4267b2;
}
.each-evnt-sec.f-wrp ul li a .fa.fa-twitter{
    color: #38a1f3;
}
.each-evnt-sec.f-wrp p {
    font-size: 16px;
}
.evnt-pg-head.f-wrp {
    background: #e6e6e6;
}
.nav-tabs.evnt-pg-tabs > li > a{
    border: 1px solid #b0b0b0;
    color: #4c4c4c;
}

.nav-tabs.evnt-pg-tabs > li.active > a, .nav-tabs.evnt-pg-tabs > li.active > a:focus, .nav-tabs.evnt-pg-tabs > li.active > a:hover,
.nav-tabs.evnt-pg-tabs > li > a:hover{
    background-color: #aa000d;
    color: #fff;
    border-radius: 0;
    border: 1px solid #aa000d;
}
.nav-tabs.evnt-pg-tabs > li > a, .nav-tabs.evnt-pg-tabs > li.nav-item.active > a{
    font-size: 12px;
    padding: 12px 30px;
    font-weight: 500;
    margin-right: 0;
    border-radius: 0;
    
}

/* .evnt-pg-bdy.f-wrp {
    background: #f7f7f7;
} */
#gal-tabsContent {
    padding: 30px;
    background: #fff;
}
.ech-evnt-con.f-wrp {
    background: #e6e6e6;
    border-radius: 25px;
    color: #0e1515;
    height: 100%;
}

#gal-tabsContent > div > .row{
    display: flex;
    flex-wrap: wrap;
}
#gal-tabsContent > div > .row > div{
    margin-bottom: 25px;
}
.evnt-hd.f-wrp {
    background: #aa000d;
    padding: 15px 30px;
    border-radius: 25px 25px 0 0;
}
#mtch-tab .evnt-hd.f-wrp{
    background: transparent;
}
.evnt-cntnt.f-wrp {
    padding: 15px 30px;
}
.evnt-hd.f-wrp h3 {
    margin-top: 10px;
    color: #fff;
    font-weight: 700;
}
#mtch-tab .evnt-hd.f-wrp h3{
    color: #4f4f4f;
}
.evnt-pg-bdy.f-wrp #gal-tabsContent{
    position: relative;
    overflow: hidden;
    padding: 0;
}
#evnt-tab{
    padding: 30px;
}
#mtch-tab{
    padding: 30px;
}
#mtch-tab.open{
    padding: 0;
}

.ech-evnt-con:hover .evnt-hd.f-wrp h3{
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.til-dtil.f-wrp {
    color: #4f4f4f;
    margin-top: 35px;
}
.til-dtil.f-wrp ul li {
    font-size: 12px;
}
.col-lg-3 .evnt-hd.f-wrp {
    background: #e6e6e6;
    padding: 8px 30px;
    border-radius: 25px 25px 0 0;
}
.col-lg-3 .evnt-hd.f-wrp .live-label{
    border: 1px solid #aa000d;
}


.col-lg-3 .evnt-hd.f-wrp h3 {
    font-size: 15px;
    color: #4f4f4f;
    margin-bottom: 5px;

}
.til-dtil.f-wrp p i {
    color: #aa000d;
}
.flter-btn {
    color: #fff;
    padding: 5px 20px;
    background: #999;
    border-radius: 5px;
}
.flter-btn:hover {
    background: #aa000d;
}

.filer-btn-wrp.f-wrp .flter-btn {
    position: absolute;
    right: 0;
    top: -38px;
}
.filer-con-sec.f-wrp .form-inline .form-control{
    width: 100%;
}

.filer-btn-wrp.f-wrp {
    background: #fff;
   /*  border: 1px solid #bdbdbd; */
    /* padding: 25px; */
}
.filtr-sec-1.f-wrp .list-inline.pull-left li a{
    padding: 5px 20px;
    display: block;
    border: 1px solid #999;
    transition: 0.5s all;
}
.filtr-sec-1.f-wrp .list-inline.pull-right li a:hover {
    color: #aa000d;
    text-decoration: underline;
    text-decoration-thickness: 1px;
}

.filtr-sec-1.f-wrp .list-inline.pull-left li a,
.filtr-sec-1.f-wrp .list-inline.pull-right li a{
    color: #4f4f4f;
}

.filtr-sec-1.f-wrp .list-inline.pull-left li a:hover{
    background: #aa000d;
    border-color: #aa000d;
    color: #ffffff;
    transition: 0.5s all;
}

.filtr-sec-1.f-wrp {
    margin-bottom: 25px;
    border-bottom: 1px solid #999;
    padding-bottom: 20px;
    padding-top: 25px;
}
.filtr-sec-2.f-wrp {
    padding-bottom: 25px;
}
.clse-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    background: #e6e6e6;
    color: #4f4f4f;
    padding: 5px 6px;
    font-size: 11px;
    line-height: 11px;
    margin: 0;
    padding-left: 25px;
    cursor: pointer;
}
.clse-btn i {
    background: #4f4f4f;
    color: #e6e6e6;
    position: absolute;
    left: 0;
    top: 0;
    width: 21px;
    height: 21px;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
}
.filer-con-sec.f-wrp .form-inline .form-control.minimal{
    padding-right: 30px;
}

.filer-con-sec.f-wrp {
    max-height: 0;
    transition: max-height 1.0s ease-out;
    overflow: hidden;
    background: #ffffff;
    padding: 0 25px;
    border: 0px solid #bdbdbd;
    transition: 0.5s all;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.filer-con-sec.f-wrp.open {
    max-height: 500px;
    transition: max-height 1.00s ease-in;
    border: 1px solid #bdbdbd;
    transition: 0.5s all;
}

.submit {
    background: #aa000d;
    color: #fff;
    height: 34px;
    padding: 0 30px;
    border-radius: 4px;
}

.each-mach-detil, .each-mach-detil:hover{
    color: #999999;
}

.each-mach-detil.f-wrp .bdy-sec ul li{
    display: flex;
    justify-content: space-between;
}
.each-mach-detil.f-wrp .bdy-sec ul li label{
    display: inherit;
    flex: 1;
}

.each-mach-detil.f-wrp .bdy-sec ul li p {
    flex: 1;
    display: block ruby;
}
.win {
    color: #4f4f4f;
}

.each-mach-detil .flag {
    margin-right: 10px;
}
.hd-sec.f-wrp h4 {
    display: inline-block;
    margin: 0;
}
.hd-sec.f-wrp span{
    float: right;
}
.each-mach-detil.f-wrp {
    border: 1px solid #ccc;
    border-radius: 15px;
    margin-bottom: 20px;
}
.hd-sec.f-wrp {
    padding: 10px 25px;
    border-bottom: 1px solid #ccc;
}
.til-sec.f-wrp {
    background: #999;
    color: #fff;
    padding: 10px 25px;
    border-radius: 0 0 14px 14px;
    transition: 0.5s all;
}
.bdy-sec.f-wrp {
    padding: 25px 25px 0 25px;
}
.til-sec.f-wrp p{
    margin: 0;
}
.hd-wrp.f-wrp {
    background: #e6e6e6;
}
.hd-wrp.f-wrp h3 {
    background: #aa000d;
    color: #fff;
    margin: 0;
    padding: 10px 20px;
    font-weight: 700;
}
.hd-wrp.f-wrp h3 i{
    cursor: pointer;
}
.hd-wrp.f-wrp .til-dtil.f-wrp {
    padding: 15px 30px;
    margin: 0;
    border-bottom: 1px solid #acacac;
}
.hd-wrp.f-wrp > p {
    padding: 10px 25px;
    float: left;
    color: #4f4f4f;
}

.mach-detil.f-wrp > label {
    color: #fff;
    background: #999;
    display: block;
    margin: 0;
    padding: 15px 25px;
}
.mach-detil.f-wrp > .row{
    padding: 25px;
}
.each-mach-detil.f-wrp:hover .til-sec.f-wrp {
    background: #cd1721;
    transition: 0.5s all;
}
.each-mach-detil.f-wrp:hover .hd-sec.f-wrp h4 {
    text-decoration: underline;
    color: #cd1721;
}
.hd-sec.f-wrp h4 .live-label {
    padding-top: 3px;
    padding-bottom: 3px;
    border: 1px solid #e1949e;
}

.mtch-con-detil.f-wrp {
    transform: translate(100%,0);
    position: absolute;
    top: 0;
    right: 0;
    transition: 0.5s all;
    background: #fff;
}
.open .mtch-con-detil.f-wrp {
    transform: translate(0%,0);
    transition: 0.5s all;
    position: relative;
}
.evnt-pg-bdy.f-wrp .open > .row {
    height: 0;
    overflow: hidden;
}


 .match-detail-wrp.f-wrp .tbl-box.f-wrp {
   max-width: 310px;
   border: none;
}
.match-detail-wrp.f-wrp .tbl-box.f-wrp table tr, 
.match-detail-wrp.f-wrp .tbl-box.f-wrp table tr td {
    border: none !important;
}
.match-detail-wrp.f-wrp .info-line {
    color: #999;
    display: block;
}
.team-name-sec.f-wrp {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 15px;
}
.team-name-sec.f-wrp ul li {
    display: flex;
    justify-content: space-between;
}
.team-name-sec.f-wrp ul li label {
    display: inherit;
    flex: 1;
}
.team-name-sec.f-wrp ul li p {
    flex: 3;
    display: block ruby;
}

.team-name-sec.f-wrp ul{
    padding: 25px;
    border-bottom: 1px solid #999;
}
.team-name-sec.f-wrp .flag {
    margin-right: 8px;
}

.tailnme-ft.f-wrp {
    padding: 5px 25px;
}

.detil-hd.f-wrp {
    margin-bottom: 18px;
}
.match-detail-wrp.f-wrp .ball-list.f-wrp .ovr-info{
    margin-bottom: 15px;
}
.match-detail-wrp.f-wrp .ball-list.f-wrp .ovr-info ul{
    margin: 0;
}

.match-detail-wrp.f-wrp .ball-list.f-wrp .ovr-info:first-child {
    float: left;
    padding-right: 15px;
    margin-right: 15px;
    border-right: 1px solid #365b5d;
}

.match-detail-wrp.f-wrp .summry-bx-bat > label {
    font-weight: 500;
    padding: 10px 18px;
    border-bottom: 1px solid #b2b2b2;
    display: block;
    color: #4f4f4f;
}
.match-detail-wrp.f-wrp .ball-detil-bkl.f-wrp > .info-line, 
.match-detail-wrp.f-wrp .wikt-tem-sec.f-wrp > .info-line {
    padding: 0 15px;
}

.match-detail-wrp.f-wrp .bwl-stus.media.f-wrp {
    max-width: 200px;
}

.match-detail-wrp.f-wrp .summry-box-sec.f-wrp {
    border-radius: 15px;
}
.match-detail-wrp.f-wrp .summry-bx-bat {
    border-radius: 0 0 15px 15px;
}

.match-detail-wrp.f-wrp .plyr-tble.f-wrp {
    border-bottom: 1px solid #b2b2b2;
    border-radius: 0;
    margin-bottom: 10px;
}
.match-detail-wrp.f-wrp .ball-list.f-wrp {
    border-bottom: 1px solid #b2b2b2;
    margin-bottom: 10px;
}
.match-detail-wrp.f-wrp .wikt-tem-sec.f-wrp {
    margin-bottom: 20px;
}
#scr-crd h5, .total-blk {
    background: #999999;
    color: #ffffff;
    margin: 0;
    padding: 15px 35px;
}
#scr-crd table {
    width: calc(100% - 30px);
    margin: 0 auto;
}
#scr-crd table th{
    background: #e6e6e6;
    color: #4f4f4f;
    font-weight: 500;
}
#scr-crd table td {
    vertical-align: middle;
    color: #4f4f4f;
}

.red{
    color: #cd1721;
}

.grn{
    color: #27cc42;
}

.info{
    color: #999999;
}
.total-blk.f-wrp ul li {
    vertical-align: middle;
}
.total-blk.f-wrp ul,
.total-blk.f-wrp ul li p,
.total-blk.f-wrp ul li label,
.total-blk.f-wrp ul li h4 {
    margin: 0;
}
.total-blk.f-wrp {
    margin-bottom: 25px;
}

.score-tab-wrp.f-wrp #tabs {
    padding: 0;
    background: #e6e6e6;
    
}
.score-tab-wrp.f-wrp {
    margin-top: 50px;
}
.score-tab-wrp.f-wrp #tabs .nav-link{
    text-align: left;
}

.team-tab.nav-tabs > li {
    margin-bottom: 0;
    padding-bottom: 0;
}
.team-tab.nav-tabs > li.nav-item {
    border-bottom: none;
    background: #e6e6e6;
}

.team-tab.nav-tabs > li.nav-item a{
    padding: 10px 25px;
}
.team-tab.nav-tabs > li.nav-item{
    transform: translate(0px, 0px);
    transition: 0.5s all;
}
.team-tab.nav-tabs > li.nav-item.active{
    transform: translate(0px, -20px);
    transition: 0.5s all;
}
.team-tab.nav-tabs > li.nav-item a.nav-link{
    height: 42px;
    position: relative;
    width: 100%;
    background: #e6e6e6;
    color: #825866;
    transition: 0.5s all;
}
.team-tab.nav-tabs > li.nav-item.active a.nav-link{
    height: 62px;
    position: absolute;
    width: 100%;
    background: #aa000d;
    color: #fff;
    transition: 0.5s all;
}


#accordion .panel-title a{
    display: block;
}
#accordion .panel-title a span {
    display: inline-block;
    margin-right: 6px;
}
#accordion .panel.panel-default {
    border: none;
    box-shadow: none;
}
#accordion .panel-default > .panel-heading{
    color: #a29d9b;
    border: none;
}
#accordion .panel-body ul li a{
    display: block;
    color: #4f4f4f;
}
#accordion .panel-body ul li a i {
    font-size: 38px;
    color: #999;
    border-radius: 100%;
    border: 1px solid #999;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    margin-right: 10px;
}

#accordion .panel-body ul li, .umpire-detil-wrp.f-wrp ul li:not(:last-child){
    border-bottom: 1px solid #b2b2b2;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.umpire-detil-wrp.f-wrp ul li span {
    color: #4f4f4f;
}

.mtch-head.f-wrp {
    background: #999999;
    color: #ffffff;
    padding: 5px 25px;
}
.umpire-detil-wrp.f-wrp .mtch-head.f-wrp{
    background: #e6e6e6;
    color: #4f4f4f;
}

.umpire-detil-wrp.f-wrp ul {
    display: block;
    float: left;
    width: 100%;
    padding: 20px;
}

.othr-detil.f-wrp {
    padding: 20px;
    margin-bottom: 25px;
    color: #545454;
}

.othr-detil.f-wrp ul li{
    border-bottom: 1px solid #b2b2b2;
}

.vnew-box.f-wrp {
    padding: 20px;
    margin-bottom: 20px;
    color: #545454;
}

.vnew-box.f-wrp a{
    color: #aa000d;
    margin-left: 5px;
    text-decoration: underline;
}


.match-detail-wrp.f-wrp{
    position: absolute;
    left: 0;
    top: 0;
    transform: translate(101%,0);
    transition: 0.5s all;
}
.higt-wrp.f-wrp.open {
    height: 0;
    overflow: hidden;
}
.match-detail-wrp.f-wrp.open {
    position: relative;
    transform: translate(0%, 0%);
    background: #f1f1f1;
    transition: 0.5s all;
}
.each-match-detail.f-wrp {
    padding-top: 15px;
}
.each-match-detail.f-wrp:not(:last-child) {
    background: #fff;
    padding: 25px;
}

#scr-crd {
    background: #fff;
}

.othr-detil.f-wrp, .vnew-box.f-wrp, .umpire-detil-wrp.f-wrp {
    background: #fff;
}



/************************************ */























































@media (min-width: 991px) {
    .custom-nav{
        display: flex;
    }
    #navbarCollapse{
        width: 100%;
        display: flex !important;
        justify-content: flex-end;
        padding-right: 0;
    }
    .nav.navbar-nav{
        display: block;
        width: auto;
        text-align: right !important;
        float: none !important;
        padding-top: 10px;
    }
    .mob-title{
        display: none !important;
    }
    
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }

    
    .navbar-left,
    .navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in {
        display: block !important;
    }
    #bs-example-navbar-collapse-1 {
        margin-top: 15px;
        border-top: none;
    }
    .navbar-text.navbar-right, .hover-view-class {
        display: none;
    }
    .dropdown-menu-large.row .col-sm-6{
        width: 100%;
    }
    form.form-inline.pull-right.static-wdth, form.form-inline.pull-right.full-wdth{
        width: 100%;
        position: relative;
    }
    .dropdown {
        padding-bottom: 0;
    }
    ul.nav.navbar-nav {
        margin-right: 0px;
    }
    .navbar-nav .open .dropdown-menu{
        position: absolute;
        width: 100%;
    }
    .menu-link li {
        width: 100%;
    }
    .dropdown-menu{
        top: 0;
        height: calc(100% - 77px);
        transform: translate(100%,0px);
        transition: opacity 200ms ease-out,transform 500ms ease-out,visibility 200ms ease-out;
    }
    .open > .dropdown-menu{
        transform: translate(0,0px);
        transition: opacity 200ms ease-out,transform 500ms ease-out,visibility 200ms ease-out;
        
    }
    .dropdown-menu-large::after {
        display: none;
    }
    .dropdown-menu-large .dropdown-header {
        margin: 0;
    }
    .nav > li {
        position: unset;
    }

    .navbar-collapse.collapse{
        overflow: visible !important;
    }
    .collapsing{
        overflow-x: hidden !important;
    }
    .navbar-default .navbar-collapse, .navbar-default .navbar-form {
        border-top: transparent;
    }
    span.close{
        position: absolute;
        right: 16px;
        z-index: 9999;
    }
    .dropdown-menu-large > li > ul > li > a, .dropdown-menu-large .dropdown-header{
        padding: 3px 0 !important;
    }
    .navbar-brand {
        width: 175px;
        height: auto;
        padding-left: 15px;
    }
    .navbar-header {
        padding-top: 7px;
    }
    .navbar-default .navbar-toggle {
        margin-top: 18px;
        background: transparent;
    }
    .navbar-default .navbar-toggle:focus,
    .navbar-default .navbar-toggle:hover {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background-color: #333;
        transition: 0.6s all;
    }
    .navbar-toggle {
        border: none;
        margin-top: 0;
        width: 35px;
        height: 25px;
        margin-right: 15px;
    }
    .navbar-toggle .icon-bar {
        width: 35px;
        height: 1px;
    }
    .navbar-toggle .icon-bar {
        position: absolute;
        left: 0;
        margin: 0 !important;
        padding: 0;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(2) {
        top: 0;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        top: 10px;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(4) {
        top: 20px;
    }
    .navbar-toggle.collapsed .icon-bar:nth-child(3) {
        opacity: 1;
    }
    .navbar-toggle .icon-bar:nth-child(2) {
        transform: rotate(-135deg);
        top: 8px;
    }
    .navbar-toggle .icon-bar:nth-child(3) {
        opacity: 0;
    }
    .navbar-toggle .icon-bar:nth-child(4) {
        transform: rotate(135deg);
        top: 8px;
    }
    .navbar-toggle.collapsed .icon-bar {
        transform: rotate(0deg);
    }


}



/* *********************************** */




@media (max-width: 1199px) {
 
}

@media (max-width: 991px) {
    .dt-title, .ovr-info ul, .tail-dtil .point-tbl,
    .on-grnd-dtil.f-wrp, .foot-sec-link.f-wrp .row > div:not(:last-child)::after{
        display: none;
    }
    .mob-title{
        display: block;
    }
    .poll-box.f-wrp {
        position: absolute;
        top: 50%;
        margin-top: -85px;
        background: #f1f1f1;
        border: none;
        border-left: 1px solid #ccc;
        border-right: 1px solid #ccc;   
    }
    #upcoming .poll-box.f-wrp{
        margin-top: -15px;
    }
    #upcoming .summry-bx-con.f-wrp .summry-bx-bat:last-child{
        margin-bottom: 0;
    }

    #result label{
        margin-bottom: 0;
    }



    .voting-box{
        background-color: #f1f1f1;
    }
    .summry-bx-bat {
        margin-bottom: 60px;
    }
    .team-logo.f-wrp span {
        display: block;
        width: 60px;
        height: 60px;
    }
    .scr-wth-ovr.f-wrp > p{
        display: flex;
        flex-direction: column-reverse;
    }
    .summry-bx-con.f-wrp{
        flex-direction: column;
        border: 1px solid #ccc;
    }
    .summry-bx-bat, .summry-bx-fld{
        border: none;
    }
    .news-sec-wrp.f-wrp, .plyr-slider-wrp.f-wrp {
        margin-top: 25px;
    }
    .profle-con.f-wrp .btn-bx.f-wrp {
        position: relative;
        bottom: 0;
        right: 0;
        margin-top: 25px;
        padding: 0;
    }
    .btn-bx.f-wrp .scr-btn.pull-right{
        float: left !important;
    }
    .each-foot-link.f-wrp, .copy-txt.f-wrp p {
        text-align: center;
    }
    .foot-logo {
        margin: 0 auto;
    }
    .foot-grid.f-wrp ul {
        width: 100%;
    }
    .foot-grid.f-wrp{
        flex-direction: column;
    }
    .foot-sec-link.f-wrp .row > div:not(:last-child) {
        padding-right: 15px;
    }
    .each-foot-link.f-wrp {
        padding-top: 25px;
    }
    .my-video-dimensions {
        height: 350px;
    }
    .navbar-header {
        padding-top: 7px;
    }
    .custom-nav .form-inline.pull-right:hover .form-control {
        bottom: 0;
    }
    .custom-nav .form-inline.pull-right .form-control{
        bottom: 0px;
        z-index: 1;
        position: relative;
    }
    form.form-inline.pull-right.static-wdth, form.form-inline.pull-right.full-wdth{
        display: flex;
    }
    .custom-nav .form-inline.pull-right button{
        font-size: 18px;
        height: 34px;
        width: 80px;
        background: #aa000d;
    }
    .gogle-add.f-wrp {
        height: auto;
    }
    .team-detil-wrp.f-wrp {
        display: block;
    }
    .each-detil-bx, .each-detil-bx a {
        width: 100%;
    }
    .team-tab{
        padding: 0 0;
        padding-top: 15px;
    }
    .bts-icon {
        max-width: 20px;
    }
    .bts-icon img {
        width: 20px !important;
    }
    .table-wrp.f-wrp table .bts-icon {
        max-width: 16000px;
    }

}











/* *********************************** */



@media (max-width: 1199px) {
    .table-wrp.f-wrp{
        overflow-x: auto;
    }
    
	/* table, thead, tbody, th, td, tr { 
		display: block; 
	}
	.table-wrp.f-wrp table .bts-icon {
        max-width: 16000px;
    }
	
	thead tr { 
		position: absolute;
		top: -9999px;
		left: -9999px;
	}
	
	tr { border: 1px solid #ccc; }
	
	td { 
		
		border: none;
		border-bottom: 1px solid #eee; 
		position: relative;
		padding-left: 50%; 
	}
	
	td:before { 
		
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
	} */
	
	
}

@media (max-width: 991px) {
    

}

@media (min-width: 768px) {
  
    
}

@media (max-width: 991px) and (min-width: 768px) {}

@media (max-width: 767px) {
    #tabs {
        /* display: table; */
        margin: 0 auto;
    }

    .live-slider-sec .match-dtil-bdy.f-wrp {
        flex-direction: column;
    }
    .live-slider-sec .each-team-dtl.f-wrp {
        width: 100%;
    }
    .live-slider-sec .each-team-dtl.f-wrp:first-child {
        border-right: none;
        flex-direction: row-reverse;
    }
    .live-slider-sec .scr-wth-ovr.f-wrp {
        justify-content: space-between;
        align-items: center;
    }
    .live-slider-sec .bt-live.mob-title {
        margin: 0;
    }
    .live-slider-sec .bt-ovr.mob-title label{
        float: right;
    }
    .live-slider-sec .team-logo.f-wrp span{
        padding: 5px;
        margin-right: 10px;
    }
    .prson-info.f-wrp ul{
        flex-direction: column;
    }
    .prson-info.f-wrp ul li:not(:last-child) {
        border-right: none;
        margin-right: 0;
        padding-right: 0;
        margin-bottom: 15px;
    }
    #today .live-slider-sec .each-team-dtl.f-wrp:first-child,
    #upcoming .live-slider-sec .each-team-dtl.f-wrp:first-child {
        flex-direction: row;
    }
    #today .live-slider-sec .match-dtil-bdy.f-wrp,
    #upcoming .live-slider-sec .match-dtil-bdy.f-wrp {
        flex-direction: row;
    }
    #result .logo-flag.f-wrp {
        flex: 1;
    }
    #result .result-slider-sec.f-wrp .team-dtl.f-wrp label {
        margin: 0;
    }
    #result .bt-ovr.dt-title {
        float: right;
    }
    #result .scr-wth-ovr.f-wrp > p {
        flex-direction: row;
        align-items: center;
    }
    .team-pg-profl.f-wrp .team-tab-sec.main-team-tab.f-wrp .team-tab.nav-tabs > li {
        margin-bottom: 5px;
    }
    .team-pg-profl.f-wrp .team-tab-sec.main-team-tab.f-wrp .team-tab.nav-tabs {
        display: block;
    }
    .nvgte-sec.f-wrp .form-group.f-wrp .form-control {
        margin: 0 auto;
    }









}


@media (max-width: 768px) {
    
    
  }
  

@media (max-width: 600px) {
    .match-dtil-hd.f-wrp p{
        font-size: 10px;
    }
    .match-dtil-foot.f-wrp p:first-child{
        display: none;
    }
    #today .match-dtil-hd.f-wrp .tail-dtil,
    #upcoming .match-dtil-hd.f-wrp .tail-dtil,
    #result .match-dtil-hd.f-wrp .tail-dtil {
        display: none;
    }
    #today .match-dtil-foot.f-wrp p:first-child {
        display: block;
        font-size: 10px;
    }
    .counter, .match-date {
        width: 95px;
    }
    .counter span, .match-date label {
        display: block;
        font-size: 12px;
    }
    .counter label, .match-date span {
        font-size: 14px;
    }
    #live .RR-info {
        display: none;
    }
}

@media (max-width: 500px) {
   
}

@media (max-width: 460px) {
    #tabs > li > a{
        font-size: 12px;
    }
}



