@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Barlow+Condensed:200,400,500,500i,600,600i,700,800|Barlow:200,400,500i,600,700,800,800i,900,900i');
/*@import url('swiper.min.css');*/
@import url('fontawesome-all.min.css');
@import url('pushmenu.css');


html, body{
	outline:none !important;	
	font-family: 'Barlow', sans-serif;
	font-size: 14px;
	font-weight: normal;
	line-height: 23px;
	width: 100%;
	height: 100%;
	float: left;
	
}
img{
	-webkit-backface-visibility: hidden; 
    -ms-transform: translateZ(0); /* IE 9 */
    -webkit-transform: translateZ(0); /* Chrome, Safari, Opera */
    transform: translateZ(0);	
}
body.psl{
	font-family: 'Barlow', sans-serif !important;
	position: relative;
}
body.body_fix{
	position:fixed;	
}
body.psl .detail-section .column-right .left .story-area h1{
	font-family: 'Barlow', sans-serif;
}
.header_bottom .swiper-button-prev, .header_bottom .swiper-container-rtl .swiper-button-next {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	
} 
.header_bottom .swiper-button-next, .header_bottom .swiper-container-rtl .swiper-button-prev {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
	left: auto;
	right: 5px;
    top: 57px;
    border-radius: 10px;
    height: 26px;
    width: 26px;
	
}




header {
    float: left;
    width: 100%;
    margin-bottom: 0px;
    background-color: transparent;
    padding: 0;
	box-shadow: none;
	margin-bottom: 20px;
	/*box-shadow: 0 4px 8px 0 rgba(17, 17, 17, 0.5);*/
}

.bottom_lb{
	margin: 20px auto;
	text-align: center;
}
table td[class*=col-], table th[class*=col-] {
    float: left;
}

.header_top{
	width:100%;
	float:left;
	background-color: #192032;
	padding-top:15px;
	
}

.header_top_inner{
	width:100%;
	float:left;
	text-align:center;
	padding: 25px 0;
	position:relative;
}

.header_top_inner:after{
	content:'';
	position:absolute;
	width:100%;
	height:3px;
	background-color:#3b4151;
	left:0;
	top:50%;
	margin-top:-1.5px;
}

.geo_logo {
    z-index: 1;
    position: absolute;
    right: 0;
    top: 20px;
}

.nav_bar{
	display:inline-block;
	position:relative;
	z-index:1;
}

.left_nav{
	float:left;
	text-align:right;	
	padding-right:10px;
	margin-top:20px;
}

.right_nav{
	float:left;
	text-align:left;	
	padding-left:10px;
	margin-top: 20px;
}

.social_icons {
    margin-bottom: 15px;
}

.social_icons a{
	padding: 0 5px;
	font-size:16px;
	text-decoration:none;
	color:#fff;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.social_icons a:hover, .social_icons a:focus{
	color: #24c335 !important;	
}
.nav_links{
	margin-top: 18px;
	display:inline-block;	
}
.nav_links a{
	color:#fff;
	text-transform:uppercase;
	font-size:18px;
	text-decoration:none;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.nav_links a:hover, .nav_links a:focus{
	color: #24c335 !important;	
}

.nav_links a:first-child{
	margin-right:24px;
}

.psl_logo{
	float:left;
	background-color: #192032;
	padding: 0 25px;
}

.language_select a{
	color:#fff !important;
	text-transform:uppercase;
	font-size:17px;	
	text-decoration:none;
	padding: 2px 8px;
	background-color: #24c335;
	display: inline-block;	
}

.language_select {
    margin-bottom: 5px;
}

.social_icons {
    margin-bottom: 5px;
    height: 28px;
    line-height: 28px;
}

/***************new header css***********************/
.lb{
	width: 100%;
	display: inline-block;
	text-align: center;
	padding: 15px 0;
	background: transparent;
}
.lb img{
	max-width: 100%;
}
.lb.lb_top{
	display: block;
    padding: 0;
	background-color: #24237a;
}
.lb.lb_top .lb_padding{
	padding: 15px 0;
}
.header_top2{
	width: 100%;
	float: left;
	background-color: #fff;
	/* border-top: 1px solid #24237a; */
	border-bottom: 1px solid #24237a;
	padding-top: 10px;
	/*box-shadow: 5px 5px 5px rgba(80,80,80,0.14);*/
} 
.header_top2 #open svg path{
	fill:#24237a;
}
.new_hdr_logo{
	float: left;
	width: 6%;
	
}
.new_hdr_logo a{
	display:inline-block;
}
.new_hdr_logo a img{
	display:inline-block;
}
.desk_menu{
	float:left;
	margin-top: 0;
}
.desk_menu ul{
	padding: 0;
	margin: 0;
}
.urdu_nav_icon{
	margin-top: -9px;
}
.desk_menu ul li{
	float:left;
	list-style: none;
	display: block;
	padding: 17px 0;
}
.desk_menu ul li a{
	padding: 5px 17px;
	color: #24237a;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
}
.desk_menu ul li a:hover{
	color: #ff9100 !important;
	padding-bottom: 22px;
	text-decoration: none;
}
.desk_menu ul li:last-child{
	padding: 0;
}
.desk_menu ul li:last-child a{
	padding: 0;
}
.desk_menu ul li:last-child a:hover{
	border-bottom:0;
}
.new_socials{
	float:right;	
	display: table-cell;
	margin-top: 20px;
}

.new_socials a{
	display:inline-block;
	margin-right:25px;
	vertical-align:middle;	
}

.new_socials a+a{
	margin-right:15px;	
	font-size:20px;
	color:#e6e6e6;
	line-height: 1px;
}

.new_socials a:last-child{
	margin-right:0;	
}

.new_socials a:hover, .new_socials a:focus{
	color:#e6e6e6 !important;
}

/***************new header css***********************/







.header_bottom .swiper-container {
      width: 100%;
	  height: auto;
    }
.header_bottom .swiper-slide {
      text-align: center;
      font-size: 18px;

      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
    }
	
.header_bottom{
	width: 100%;
	background-color: #ff9100;
	float: left;
	/* box-shadow: 5px 5px 5px rgba(80,80,80,0.14); */
	position: relative;
	padding: 20px 0;
	height: 200px;

}
.carousel_main{
	float: left;
	width: 64%;
    width: -webkit-calc(100% - 28px - 2%);
    width: -moz-cal(100% - 28px - 2%);
    width: calc(100% - 28px - 2%);
}
.head_slider_arrow{
	width:50px;
	float:left;
	margin-left: 2%;
}
.carousel_main .swiper-wrapper{
	height: auto;
}
.psl_banner_top{
	width: 100%;
	float:left;
	margin-bottom: 30px;
}
.psl_banner_top img{
	width: 100%;
}
.p_btn{
	text-align: center;
	width: 100%;
	display: inline-block;
	margin: 20px 0;
}
.head_top_side_ttt{
	width: 100%;
	float: left;
    border-radius: 10px;
    padding: 10px 7px 5px 7px;
}
.head_top_side_ttt p{
	color: #000;
}
.match-item__versus {
    position: relative;
    padding: 0 1.5rem;
    color: #ffffff;
    font-weight: 700;
    font-size: 1rem;
    transition: font-size 0.2s ease, color 0.2s ease;
    z-index: 5;
}
.match-item__versus::before {
    content: '';
    width: 1.6rem;
    height: 1.6rem;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background-color: #ff9100;
    transition: width 0.2s ease, height 0.2s ease, background-color 0.2s ease;
    z-index: -1;
}
body.psl_static_page header{
	margin-bottom: 0;
}
.match_details{
	width:100%;
	padding:5px;	
	background-color: #17309c;
	text-align:center;
	/*height: 75px;
	 border-right: .5px solid #004226; */
}
.match_details{
	color:#fff;	
}

.match_details2{
	background-color: #fff;
	border-radius: 10px;
}
.match_details2{
	color:#000;	
}
.match_details h1{
	width:53px;
	height:20px;
	line-height:20px;
	font-size:14px;
	text-transform:uppercase;
	display:inline-block;
	margin:0;
	color: #fff;
	
}
.match_details h2{
	line-height: 20px;
    font-size: 21px;
    text-transform: uppercase;
    margin: 6px 0;
    color: #fff;
    text-align: center;
    font-weight: 600;
}
.match_details h3{
	line-height: 20px;
    font-size: 15px;
    text-transform: uppercase;
    margin: 0;
    color: #24237a;
    text-align: center;
    font-weight: 600;
}
.match_details2 h1 {
    visibility: hidden;
    opacity: 0;
}
.match_details .top_slider_left.fixtures_slider_left h3 {
    text-align: left;
}
.top_slider_left{
	width: 100%;
    display: flex;
    justify-content: space-between;
}
.top_slider_right{
	float: right;
    background: #fff;
    border-top: 1px solid #ccc;
    width: 100%;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.top_slider_right p.head_sl_rrr{
	line-height: 23px;
    display: flex;
    align-items: center;
	justify-content: space-between;
	text-transform: capitalize;
    /* height: 26px; */
    color: #24237a;
    font-size: 15px;
    padding: 7px 8px 8px 8px;
	font-weight: bold;
    text-transform: capitalize;
}
.top_slider_right p.head_sl_rrr span{
	color: #fff !important;
}
.match_details p{
	font-size:10px;
	display:inline-block;
	margin:0;	
	color: #fff;
	line-height: 12px;
}

.match_dtl_inner{
	float: left;
    width: 100%;
	display:inline-block;
}

.match_dtl_inner p{
	display:inline-block;	
	font-size:14px;
	text-transform:uppercase;
	color: #fff;
}
p.head_sl_rrr{
	font-size: 10px;
    float: left;
	margin: 0px;
    color: #b1b3d8;
	width: 100%;
	line-height: 23px;
	padding: 0 8px;
}
.brand1{
	float: left;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #24237a;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
}

.brand2{
	float: right;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 600;
    color: #24237a;
    width: 100%;
    text-align: left;
    margin-bottom: 5px;
}

.brand img{
	margin-top: -6px;
	margin-right:5px;
	max-width:100%;
	width:inherit;	
}

.match_details.live{
	 background-color:#24c335;
	 position:relative;
	 color: #fff;
}
/* .match_details.live .match-item__versus::before{
	background-color: #142c95;
} */
.match_details.live h1{
	background-color: #0a8f18;
}

.match_details.live:after{
	content:'';
	position:absolute;
	width:100%;
	height:5px;
	left:0;
	bottom:-5px;
	background-color:#2a3349;
}

.match-scroller__date{
	position: relative;
	text-align: center;
	width:100%;
	float:left;
	padding: 0 7px;
}

.header_bottom .swiper-button-next, .header_bottom .swiper-button-prev {
    
    background-size: 8px 44px;
	opacity: 1;
    visibility: visible;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}


.header_bottom .swiper-button-prev, .header_bottom .swiper-container-rtl .swiper-button-next {
    left: 0px;
	background-color: #24237a;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	
}

.header_bottom .swiper-button-next, .header_bottom .swiper-container-rtl .swiper-button-prev {
    right: 15px;
	background-color: #24237a;
	box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
	transform: translate(0, -50%);
    top: 50%;
}

.header_bottom .swiper-button-prev, .header_bottom .swiper-container-rtl .swiper-button-next {
    background-image: url(data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%…19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E);
	left: auto;
	right: 15px;
    top: 70%;
    border-radius: 10px;
    height: 26px;
    width: 26px;
    transform: translate(0, -30%);
}

.header_bottom .swiper-container:hover .swiper-button-next, .header_bottom .swiper-container:focus .swiper-button-next, .header_bottom .swiper-container:hover .swiper-button-prev, .header_bottom .swiper-container:focus .swiper-button-prev{
	opacity: 1;
    visibility: visible;
}

.large_video_thumbs, .vid_box, .vid_thumb, .vid_thumb img, .ad_lrg, .ad_lrg a, .ad_lrg a img{
	width:100%;
	float:left;	
	position:relative;
}


.ad_lrg .container{
	background-color: #eaebea;
	text-align:center;
}
.large_video_thumbs{
	margin-bottom:0x;
}
 .home_top_story{
	 /*margin-top: -105px; */
} 
.vid_thumb img{
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.vid_box{
	text-decoration:none;
	
}

.vid_thumb{
	overflow:hidden;	
}

.vid_box:hover, .vid_box:focus{
	text-decoration:none;
}

/*.vid_box:hover .vid_thumb img{
	transform: scale(1.1);
}*/

.vid_btn {
    position: absolute;
    color: #000;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background-color: #fff;
    font-size: 28px;
}
.vid_title{
	width: 100%;
	float:left;
}
.vid_box h1{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 25px;
    font-weight: 700;
	color: #121212;
	float: left;
	text-transform: none;
	line-height: 30px;
}
.vid_box h2{
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 25px;
	font-weight: 700;
	color: #121212;
	float: left;
	text-transform: none;
	line-height: 30px;
}
.vid_box h3{
	font-size: 15px;
	font-weight: 400;
	line-height: 22px;
	color: #121212;
	margin: 0;
	float: left;
	width: -webkit-calc(100% - 5px - 7px);
	width: calc(100% - 5px - 7px);
}
.ad_lrg{
	margin: 10px 0;
	text-align: center;
}
.main_content{
	width:100%;
	float:left;	
}
.psl_top{
	width: 70%;
	float:right;
}
.psl_top ul{
	padding: 0;
	margin: 0;
	float:left;
	width: 100%;
}
.psl_top ul li{
	list-style: none;
	width: 50%;
	float:left;
	padding-bottom: 10px;
}
.psl_top ul:first-child{
	width: 100%;
}
.psl_top ul:first-child li{
	width:100%;
}
.psl_top ul:first-child li:nth-child(odd) {
    border-right: 0;
    padding-right: 0;
}
.psl_top ul li:nth-child(odd) {
    border-right: 1px solid #e2e2e2;
    padding-right: 2%;
}
.psl_top ul li:nth-child(5) .vid_box{
	border-bottom: 0;
	padding-bottom: 0;
}
.psl_top ul li:nth-child(6) .vid_box{
	border-bottom: 0;
	padding-bottom: 0;
}
.psl_top ul li:nth-child(even) {
    padding-right: 0;
    padding-left: 2%;
    border-right: 0;
}
.psl_top ul:first-child li .vid_thumb{
	float: left;
	width: 100%;
	margin-left: 0;

}
.psl_top ul:first-child li .vid_title{
	width:100%;
	float:left;
	
}
.psl_top ul li .vid_box{
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
}
.psl_top ul li .vid_thumb{
	width:100px;
	float:left;
	margin-right: 2%;
}
.psl_top ul li .vid_title{
	float: left;
    width: 64%;
    width: -webkit-calc(100% - 100px - 2%);
    width: -moz-cal(100% - 100px - 2%);
    width: calc(100% - 100px - 2%);
}
.psl_top ul li .vid_title h3{
	width: -webkit-calc(auto);
	font-weight: 600;
	line-height: 19px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 81px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 14px;
	
}
/*.psl_top ul li:nth-child(1){
	border-bottom: 1px solid #121212;
	padding-bottom: 10px;
}
.psl_top ul li:nth-child(n+2) .vid_thumb{
	display: none;
}
.psl_top ul li:nth-child(n+2) .vid_title:before{
	content: '';
	display: inline-block;
	width: 5px;
	height: 5px;
	margin-right: 7px;
	background-color: #121212;
	margin-top: 9px;
	float: left;
}*/
.psl_second{
	width: 30%;
	float: left;
}
.home_teams{
	background-image: linear-gradient(#054c97, #0270df);
	padding: 20px 0;
}
.psl_second .ps4team_title{
	text-align: center;
}
.psl_second .ps4team_title h4{
	font-size: 21px;
    font-weight: 600;
    margin: 0 0 10px 0;
	color: #fff;
}
.psl_second .sm_vid_bx{
	margin-bottom: 15px;
}
.psl_second .sm_vid_bx h3{
	min-height: auto;
	margin-top: 5px;
}
.psl_left{
    float: left;
	width: 64%;
    width: -webkit-calc(100% - 300px - 2%);
    width: -moz-cal(100% - 300px - 2%);
    width: calc(100% - 300px - 2%);
    
}

.psl_right{
	float:left;
	width:300px;
	margin-left:2%;
}
.video_home{
	/* background-image: linear-gradient(#054c97, #0270df); */
	background-color: #ff9100;
    position: relative;
}
.sec_psl_content.video_home .ps4team_title {
    text-align: center;
}
.sec_psl_content.video_home ul li:first-child {
    width: 56%;
    margin-right: 1%;
    margin-bottom: 0;
}
.sec_psl_content.video_home ul li {
    width: calc(88% / 2 - 1%);
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
.sec_psl_content.video_home ul li a {
    display: flex;
    align-items: center;
    background-color: #ffffff;
    position: relative;
}
.sec_psl_content.video_home ul li .se_pic {
    width: 200px;
}
.sec_psl_content.video_home ul li .se_pic .video_icon{
	width: 25px;
	height: 25px;
}
.sec_psl_content.video_home ul li .se_title {
    width: calc(100% - 200px);
    background-color: #ffffff;
    padding: 2%;
}
.sec_psl_content.video_home ul li:first-child .se_pic .video_icon{
	width: 50px;
	height: 50px;
}
.video_home .se_title h4 {
    color: #24237a;
    font-weight: 600;
}
.sec_psl_content.video_home ul li:first-child .se_pic {
    width: 100%;
}
.sec_psl_content.video_home ul li:first-child .se_pic::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.7) 50%,   /* bottom half dark */
    rgba(0,0,0,0) 100%     /* top side transparent */
  );
}
.sec_psl_content.video_home ul li:first-child .se_title {
    width: 100%;
    position: absolute;
    bottom: 0;
    background-color: transparent;
}
.sec_psl_content.video_home ul li:first-child .se_title h4 {
    font-size: 24px;
    max-height: inherit;
    -webkit-line-clamp: inherit;
    min-height: auto;
    line-height: 32px;
	color: #fff;
}
.top_img_bg,.right_img_bg{
	display: none;
}
.sec_psl_content{
	width:100%;
	float:left;
    padding: 20px 0;
}
.sec_psl_content ul{
	padding: 0;
	margin: 0;
}
.sec_psl_content ul li{
	list-style: none;
    width: calc(100% / 3 - 1%);
    float: left;
    margin-right: 1%;
    margin-bottom: 10px;
}
.sec_psl_content ul.nav-tabs {
    display: flex;
    flex-wrap: nowrap;
}
.sec_psl_content ul.nav-tabs li {
    width: auto;
    margin-right: 0;
    float: none;
    flex: 1 1 auto;
    margin-bottom: 0;
	text-align: center;
}
.psl_right .points_table .nav-tabs>li>a {
    padding: 7px 13px;
    background-color: #24237a;
    color: #fff;
    border: 0;
    border-radius: 0;
    margin-right: 0;
}
.psl_right .points_table .nav-tabs>li.active>a {
    background-color: #fff;
    color: #000;
}
.se_pic{
	width: 100%;
    position: relative;
    float: left;
}
.se_pic img{
	width:100%;
}
.se_title{
	width: 100%;
    float: left;
}

.se_title h4{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	max-height: 81px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	font-size: 18px;
	line-height: 22px;
	font-weight: 700;
	margin: 6px 0;
	min-height: 66px;
	color: #313131;
	text-align: left;
	text-transform: initial;
}
.home_teams .ps4team_title h4{
	color: #fff;
}
.ps4team{
	width: 100%;
	float:left;
	margin: 20px 0;
	background-color: #ff9100;
    background-image: none;
}
.ps4team_title{
	text-align: left;
}
.sec_psl_content .ps4team_title{
	text-align: left;
}
.ps4team_title h4{
	font-size: 30px;
	font-weight: 700;
	margin: 0 0 20px 0;
	color: #24237a;
}
.ps4team_title h4 span{
	font-weight: 900;
}
.ps4team_list{
	width: 100%;
	float:left;
}
.ps4team_list ul{
	padding: 0;
	margin: 0;
}
.ps4team_list ul {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 2%;
    flex-wrap: wrap;
}
.ps4team_list ul li, .ps4team_list .swiper-slide{
	list-style: none;
    float: left;
    width: 23.5%;
    display: flex;
    background-color: #24237a;
    justify-content: center;
    padding: 30px;
    margin-bottom: 30px;
    border-radius: 10px;
	text-align: center;
}
.ps4team_list ul li a:hover{
	text-decoration: none;
}
.teams_page.home_teams{
	background-color: #fff;
	background-image: none;
	width: 100%;
    float: left;
}
.teams_page.home_teams .ps4team_title h4{
	color: #24237a;
}
.team_name_TEAM {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin: 20px 0;
    text-transform: uppercase;
	min-height: 46px;
}
.team_profile_TEAM {
    background-color: rgba(255, 255, 255, .06);
    backdrop-filter: blur(20px);
    color: #dfdfdf;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: .5px;
    text-transform: uppercase;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.ps4team_list ul li img {
    max-width: 100%;
    border-radius: 8px;
	height: 86px;
}
.ps4team_ads{
	width: 100%;
	float:left;
}
.team_inner .p_t_top{
	background-color: #dfdfdf;
}
/* .ps4team_list ul li:first-child{
	border-top-left-radius: 3%;
	border-bottom-left-radius: 3%;
}
.ps4team_list ul li:last-child{
	border-right: 0;
	border-top-right-radius: 3%;
	border-bottom-right-radius: 3%;
} */
.video_icon{
	position: absolute;
	max-width: 100%;
	width: 50px;
	z-index: 100;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(0%,0%);
	-ms-transform: translate(0%,0%);
	transform: translate(-50%, -50%);
	display: inline-block;
}
.sm_vid_bx{
	margin-bottom:20px;	
}
.sm_vid_bx h3{
	font-size:17px;
	margin-top:10px;
	text-align:left;
	min-height:66px;
	line-height: 20px;
	font-weight:600;
	text-transform:none;
	overflow: hidden;
	text-overflow: ellipsis;
   	display: -webkit-box;
   	max-height: 81px;
   	-webkit-line-clamp: 3;
   	-webkit-box-orient: vertical;
}

.sm_vid_bx .vid_btn {
    font-size: 17px;
    width: 50px;
    height: 50px;
    line-height: 56px;
}

.view_all{
	display: inline-block;
    background: #24237a;
    border-radius: 5px;
    padding: 15px 66px;
    text-align: center;
    box-shadow: 0 5px 28px #c4c7d3, 0 5px 10px #c4c7d3;
    text-decoration: none;
    font-size: 16px;
    text-transform: uppercase;
    color: #dfdfdf;
    font-weight: 600;
}

.view_all:hover, .view_all:focus{
	text-decoration:none;
}
.score_card{
	width: 100%;
	float: left;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	margin-bottom: 20px;
	border-radius: 10px;
}
.s_c_top{
	background: #dfdfdf;
	width: 100%;
	float: left;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 10px 1px 4px 10px;
}
.s_c_top h3{
	float: left;
	margin: 7px 0;
	color: #24237a;
	font-weight: 700;
	font-size: 24px;
}
.s_c_top .s_c_top_img{
	float: right;
}
.s_c_content{
	width:100%;
	float:left;
	background: #fff;
	padding: 10px;
	border-radius: 10px;
}
.s_c_li{
	width:100%;
	float:left;
}
.s_c_content .s_c_li h2{
	font-size: 15px;
	font-weight: 700;
	margin: 5px 0 10px 0;
	float:left;
}
.s_c_content .s_c_li h3{
	font-size: 15px;
	font-weight: 700;
	margin: 5px 0 10px 0;
	float:right;
	width: 100px;
    text-align: right;
}
.s_c_content .s_c_li h4{
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 10px 0;
	float:left;
}
.s_c_content .s_c_li h5{
	font-size: 12px;
	font-weight: 500;
	margin: 0 0 5px 0;
	display: inline-block;
	background: #24237a;
	padding: 4px;
	color: #fff;
	border-radius: 5px;
}
.s_c_content .s_c_li h6{
	font-size: 15px;
	font-weight: 500;
	margin: 0 0 10px 0;
	float: right;
	display: block;
	color: #333;
}
.s_c_li_ruslt{
	font-size: 13px;
	font-weight: 500;
	color: #ffffff;
	background: #24237a;
	width: 100%;
	float: left;
	text-align: center;
	border-radius: 4px;
}
.s_c_teamName{
	width:100%;
	display: inline-block;
	position: relative;
}
.s_c_Date{
	width:100%;
	display: inline-block;
	text-align: center;
}
.s_c_Stadium{
	width:100%;
	display: inline-block;
	text-align: center;
}
.s_c_content .match-item__versus{
	position: absolute;
	transform: translate(-50%, -50%);
	left: 50%;
	top: 50%;
	font-size: 10px;
}
.before_start_match{
	width:100%;
	float:left;
	/*border-top: 1px solid #efefef;*/
	/*padding-top: 10px;*/
	/*margin-top: 20px;*/
}
.s_c_content .before_start_match:nth-child(2),.s_c_content .before_start_match:nth-child(3){
	border-top: 1px solid #ff9100;
	padding-top: 10px;
	margin-top: 10px;
}
.score_box{
	width:100%;
	float:left;
}
.live_score_box_2{
	border-top: 1px solid #ccc;
    margin-top: 15px;
    padding-top: 10px;
}
.s_c_button{
	width:100%;
	float:left;
	margin: 10px 0 0 0;
	text-align: center;
}
.s_c_button_livescore{
	display: inline-block;
	background: #e9eaee;
	border-radius: 5px;
	padding: 6px 20px;
	text-align: center;
	box-shadow: 0 5px 28px #c4c7d3, 0 5px 10px #c4c7d3;
	margin:0 10px
}

.s_c_button a{
	color:#6d7587;
	font-weight: 600;
}
.p_t_top{
	width: 100%;
	float: left;
	padding: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
	background-color: #ff9100;
}
.points_table{
	width: 100%;
    text-transform: uppercase;
    margin-bottom: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #dfdfdf;
}
.p_table{
	/* padding: 0 15px 15px; */
	display: inline-block;
	background-color: #fff;
	border-bottom-left-radius: 3%;
	border-bottom-right-radius: 3%;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.p_table .nav-tabs{
	display: flex;
    flex-wrap: nowrap;
}
.p_table .nav-tabs li{
	width: auto;
    margin-right: 0;
    float: none;
    flex: 1 1 auto;
    margin-bottom: 0;
    text-align: center;
}
.points_table h3{
	font-size:28px;
	color:#fff;
	font-weight:700; 
	margin:0;
	text-transform:uppercase;
	width: 100%;
}

.points_table h3 span{
	font-weight:400;
	color: #fff;
}

.table-fixed thead {
  width: 97%;
}
.table-fixed tbody {
  height: auto;
  overflow-y: auto;
  width: 100%;
}
.table-fixed thead, .table-fixed tbody, .table-fixed tr, .table-fixed td, .table-fixed th {
  display: block;
}
.table-fixed tbody td, .table-fixed thead > tr> th {
  display: inline-block;
}

.points_table table{
	color:#24237a;
	text-align:left;
	margin-bottom: 0px;
}
.points_table .point_table_page table{
	margin-bottom: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);	
}
.points_table table thead{
	margin-bottom: 0;
	border-bottom: 3px solid #24237a;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    vertical-align: middle;
}
.fan_rant{
	width: 100%;
	float:left;

}
.fan_rant .fr_t_top{
	width: 100%;
	float: left;
	background-color: #24c335;
	padding: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}
.fan_rant .fr_t_top h3{
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
.fr_table{
	padding:15px;
    display: inline-block;
    background-color: #213ca1;
    border-bottom-left-radius: 3%;
	border-bottom-right-radius: 3%;
	width:100%;
	float:left;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(155,155,155,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(155,155,155,1);
	box-shadow: 0px 1px 5px 0px rgba(155,155,155,1);
}
.fr_table .swiper-wrapper{
	height: auto;
}
.fan_rant span{
	width:80px;
	float:left;
	margin-right: 2%;
	background: #0f2286;
	padding: 5px 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 13px;
	line-height: 16px;
}
.block_Q_list{
	width:100%;
	float:left;
	margin-bottom: 10px;
	border-bottom: 1px solid #193094;
	padding-bottom: 10px;
}
.block_Q_list:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.fan_rant blockquote {
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 1.25vw;
	line-height: 1.4;
	border-left: 0;
	display: inline-block;
	float: left;
	width: 64%;
	width: -webkit-calc(100% - 80px - 2%);
	width: -moz-cal(100% - 80px - 2%);
	width: calc(100% - 80px - 2%);
	color: #fff;
}

.fan_rant blockquote p:first-of-type:before {
	content: '\f10d';
    position: absolute;
    font-family: 'Sanchez';
    left: 0;
    font-size: 36px;
	top: 7px;
	color: #a7b3db;
	display:none;
}
.fa-quote-left{
	width: 30px !important;
	float:left;
	margin-right: 2%;
	color: #a8b3dc;
	font-size: 23px;
}
.fan_rant blockquote p{
	margin: 0;
	color: #fff;
	font-size: 15px;
	padding: 0;
	line-height: 19px;
	font-weight: 200;
	position: relative;
	float: left;
	width: 64%;
	width: -webkit-calc(100% - 30px - 2%);
	width: -moz-cal(100% - 30px - 2%);
	width: calc(100% - 30px - 2%);
}
.fan_rant blockquote p:last-of-type:after {
	content: '\201d';
	position: absolute;
	font-family: 'Sanchez';
	font-size: 36px;
	bottom: -8px;
	display:none;
}

.fan_rant blockquote span {
	position: relative;
    font-weight: 700;
    margin: 20px 0 0 0;
    float: right;
}

.fan_rant blockquote footer:before {
	content: '–';
	position: absolute;
	left: -.6em;
}
.poll .poll_top{
	width: 100%;
	float: left;
	background-color: #24c335;
	padding: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.poll .poll_top h3{
	font-size: 28px;
	color: #fff;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
.widgets .points_table h3 {
    font-size: 28px;
}
.widgets .p_t_top{
	padding: 10px;
}
.widgets .points_table .table tbody td img {
    width: 30px;
}
.widgets .points_table .table tbody td .tab_team_name{
	font-size: 14px;
    line-height: 34px;
}
.widgets .p_table{
	padding: 5px 15px 0 15px;
}
.widgets .points_table table thead {
    margin-bottom: 0;
}
.widgets .points_table .table tbody tr{
    padding: 0;
}
.widgets .points_table .table tbody tr:last-child{
	border-bottom:0;
}
.widgets .points_table table{
	margin-bottom: 0;
}
.widgets .side_widgets3{
	margin: 0;
}
#boxscroll {
    padding: 0;
    height: 100%;
    width: 100%;
    border: none;
    overflow: auto;
    margin-bottom: 0;
}

#boxscroll2 {
    padding: 0;
    height: 260px;
	height: calc(100% - 120px - 88px);
    width: 100%;
    border: none;
    overflow: auto;
    margin-bottom: 0;
}

div#ascrail2001 {
    border-radius: 6px;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
	border:hidden;	
}
.tab-content .table>tbody>tr>td {
    padding: 15px 8px;
}
.table thead tr, .table thead{
	float: left;
	width:100%;
}
.table thead tr{
	width: calc(100% - 15px);
}
.table tbody tr{
	float: left;
	width:100%;
	border-bottom: 1px solid #334aa1;
	padding: 0;
}
.table tbody tr:last-child{
	border-bottom: 0;
}
.table thead th{
	font-size: 16px;	
}

.table thead th + th{
	font-size:14px;	
}


.table tbody td{
	font-size: 13px;	
}

.table tbody td + td{
	font-size:14px;	
	padding: 15px 8px;
	text-align: left;
}

.points_table .table tbody td img{
	margin-right:15px;
	width: 35px;
	float:left;
	margin-right: 7%;
}
.points_table .table tbody td .tab_team_name{
	float: left;
	width: 64%;
	width: -webkit-calc(100% - 35px - 7%);
	width: -moz-cal(100% - 35px - 7%);
	width: calc(100% - 35px - 7%);
	font-size: 16px;
}

.column-right .right .points_table .table tbody td img {
    margin-right: 6px;
}

.right-inner .table tbody td {
    font-size: 11px;
}
.stiky_ads{
	position: sticky;
    top: -772px;
}
.ad2{
	width:100%;
	text-align: center;
	/* background-color: #eaebea; */
}
/* .stiky_ads{
    position: -webkit-sticky;
    position: sticky;
    top: -82px;
} */
.ad2 img{
	width:100%;
}

.ad2 div {
    margin: 0 auto;
}

.widgets{
	width:100%;
	float:left;
	/*background-image:url(../images/widgets_bg.jpg);
	background-size:cover;	
	padding: 60px 0;
	margin-top: 20px;*/
}

footer{
	width:100%;
	float:left;
	background-color: #fff;
	padding:15px 0;
	height: auto;
}

.footer_content{
	width:100%;
	float:left;	
}

.rights{
	float:left;
}

.psl_geo{
	float:right;
}

.psl_geo a{
	display:inline-block;
	margin:0 10px;
	font-size: 30px;
}
.fa-twitter{
	color: #03a9f4;
}
.fa-facebook{
	color: #475993;
}
.fa-youtube{
	color: #f61c0d;
}
.psl_geo a img{
	display:inline-block;
	width:100%;		
}
#twitter .titles {
    background-color: #32a4ed;
}
#twitter .titles h4 {
    color: #fff;
	text-align: center;
	padding: 10px 10px;
    font-weight: 700;
    font-size: 27px;
}
.rights p{
	font-size:16px;
	color:#000;
	margin:0;	
}

.side_widgets3.poll .pds-box {
    width: 100% !important;
    -webkit-border-radius: 5px !important;
    -moz-border-radius: 5px !important;
    border-radius: 0px !important;
    height: 355px;
    overflow: auto;
}
.side_widgets3.poll .pds-input-label {
    display:inline-block !important;
	width: inherit !important;
}

#open {
    float: left;
    color: #fff;
    text-decoration: none;
    font-size: 30px;
    display: inline-block;
	line-height: 1px;
	padding: 5px 0;
	display: none;
}

#open:hover, #open:focus{
	color:#fff !important;
}

.psl_logo a{
	display:inline-block;
}
.container{
	position:relative;
}
.mdl {
	display: table;
	width: 100%;
	height: 100%;
}
.mdl_inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
}

.mob_logo{
	width:100%;
	float:left;
	height:150px;
	text-align:center;
	background-color: #24c335;
}

#pm_menu{
 background: rgba(42,51,72,.95);
 text-align:center;
}

.mob_nav{
	width:100%;
	padding:0;
	margin:0;
	float:left;
}
.mob_nav li{
	list-style:none;
	width:100%;
	float:left;
}
.mob_nav li a{
	width:100%;
	float:left;
	color:#fff;
	font-size: 18px;
    text-transform: uppercase;
    padding: 14px 0;
	text-decoration:none;
	border-bottom: 1px solid #384054;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;

}
.mob_social{
	width:100%;
	float:left;
	padding:20px 0;
}
.mob_social a{
	color: #fff;
	text-decoration:none;
	font-size:20px;
	margin: 0 10px;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
}

.vid_th_cont{
	float:left;
	width:100%;
	text-align:left;
}

.mob_nav li a:hover, .mob_nav li a:focus,.mob_social a:hover, .mob_social a:focus{
	color: #24c335 !important;
}

.vid_th_cont h5, h6{
	margin:0;
	padding:0;
	font-size:10px;
	color:#918d8d;
	display:none;
}
.vid_th_cont h6{
	margin-top:15px;
}

.vid_th_cont h5 span{
	color:#0084ff;
}

.detail-section{
	width: 100%;
	float: left;
}
.detail-section h1{
	color: #24237a;
	font-size: 30px;
	font-weight: 700;
	margin: 20px 0;
}
.time-section{
	width: 100%;
	float: left;
}
.detail-section .time-section{
	margin: 20px 0;
}
.breadcrumb{
	background-color: #223fbf;
}
.breadcrumb a{
	color: #fff;
}
.breadcrumb>.active {
    color: #bdbdbd;
}
.source{
	float: left;
	font-size: 14px;
	font-weight: 600;
	line-height: 29px;
	color: #142c95;
}
.btArticleSideMeta{
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	border-top: 1px solid #223fbf42;
	border-bottom: 1px solid #223fbf42;
	padding: 10px 0;
}
p.post-date-time{
	float: left;
	color: #142c95;
	font-weight: 600;
	line-height: 29px;
	margin: 0 0 0 10px;
}
p.post-date-time img{
	width:17px;
	margin-right: 5px;
}
.detail-share-btIco{
	float:right;
}
.detail-share-btIco img{
	width:30px;
}
.author_title_img img{
	display: none;
}
.by_author{
	float:left;
	margin-right: 5px;
}
.author_title_img{
	float:left;
}
.content-area p{
	font-size: 20px;
	color: #222;
	line-height: 28px;
	margin: 10px 0;
}
.content-area table tr:first-child td{
	font-weight: 600;
	text-align: center;
}
.content-area table td{
	border: 1px solid #efefef;
	padding: 3px 5px;
}
.detail_scorecard{
	width:100%;
	float:left;
}
.d_s_result{
	width:100%;
	float:left;
	background: #e8e9ed;
	color: #6d7587;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	padding: 15px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.d_s_result.live_score_d{
	color: #ee0000;
	margin-bottom: 10px;
}
.d_score_list{
	width:100%;
	float:left;
	margin-bottom: 15px;
}
.d_score_list ul{
	width:48%;
	float:left;
	margin:0;
	padding: 0;
	position: relative;
}
.d_score_list ul li{
	width:100%;
	float:left;
	list-style: none;
	padding: 10px 0;
}
.d_score_list ul li h5{
	float:left;
	margin: 0;
	color: #17309c;
	font-size: 18px;
	font-weight: 600;
}
.d_score_list ul li h6{
	float:right;
	display: block;
	color: #6d7587;
	font-size: 18px;
	font-weight: 600;
}
.d_score_list ul:last-child{
	float:right;
}
.d_score_list ul:last-child ::before{
	background: #dcdddf;
	bottom: 0;
	content: '';
	left: -14px;
	position: absolute;
	top: 13px;
	width: 1px;
	height: 56px;
}
.de_ball{
	width:100%;
	float:left;
}
.de_ball ul{
	padding: 0;
	margin: 0;
}
.de_ball ul li{
	width:100%;
	float:left;
	list-style: none;
	border-bottom: 1px solid #ececec;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.over{
	text-align: center;
	width: 36px;
	display: table;
	min-width: 110px;
	float: left;
}
.time-stamp{
	width: 70px;
	color: #6d7587;
	font-size: 25px;
	line-height: 31px;
	margin-bottom: 4px;
	display: table-cell;
	float: left;
	font-weight: 600;
	text-align: left;
}
.over-circle{
	border-radius: 25px;
	border: 1px transparent solid;
	color: #fff;
	font-size: 17px;
	font-weight: 700;
	line-height: 1;
	height: 35px;
	width: 35px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: #71c220;
	margin-left: 10px;
}
.over-score{
	margin-top: -1px;
	margin-left: 0 !important;
}
.description{
	padding: 0 0 0 20px;
	color: #6d7587;
	font-size: 18px;
	line-height: 31px;
	display: table-cell;
	vertical-align: middle;
	font-weight: 600;
}






























.psl .green{
	position:relative;
}

body .detail-section .column-right .left .story-area {
    text-align: left;
}

body.psl .detail-section .column-right .left .story-area .content-area p {
	font-family: 'Roboto', sans-serif;
}

.more-content .tittle h2::before {
    display:none;
}

.more-content .tittle h2{
	font-size:35px;
	color:#2a3349;
	font-weight:900;

}
body .detail-section .column-left, body .detail-section .column-left .left-stick {
    top: 0;
}

.more-content .more-list{
	text-align:center;
}

.more-content .tittle {
    margin: 0 0 30px 0;
}
body .detail-section .column-right .left .story-area {
    margin: 0 0 70px 1%;
}

.more-content-inner .vid_th_cont h5, .more-content-inner .vid_th_cont h6{
	display: block;
}

.more-content-inner .vid_th_cont h5{
	font-weight:900;
}


.more-content-inner .vid_th_cont h3{
	margin-top: 10px;
    	margin-bottom: 10px;
	width: 100%;
	float: left;
	overflow: hidden;
   	text-overflow: ellipsis;
   	display: -webkit-box;
   	max-height: 81px;
   	-webkit-line-clamp: 3;
   	-webkit-box-orient: vertical;
}

.more-content-inner .sm_vid_bx {
    margin-bottom: 30px;
}

.side_widgets, .side_widgets2, .side_widgets3{
	margin: 20px 0;
	padding:10px;
}

.side_widgets3{
	padding:0;
}

.side_widgets{
	/*background-image:url(../images/widg_bg2.jpg);
	background-size:cover;
	background-repeat: no-repeat;*/
	background-color:#20409a;
	box-shadow:0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.side_widgets2{
	/*background-image:url(../images/widg_bg1.jpg);
	background-size:cover;
	background-repeat: no-repeat;*/
	background-color: #03a9f4;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.widget_title{
	width:100%;
	text-align:center;
	float:left;
}
.widget_title h3 img{
	margin-right:5px;
}

.widget_title h3{
	float:none;
	color:#fff;
	margin-bottom:20px;
	font-size:24px;
}
.css-radiobutton, .form-checkbox {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: inline-block;
	position: relative;
	border: 2px solid #fff;
	color: #00c648;
	top: 0;
	height: 20px;
	width: 20px;
	border-radius: 100%;
	cursor: pointer;
	margin-right: 10px !important;
	outline: none;
}
.css-radiobutton:checked::before, .form-checkbox:checked::before {
	content: '';
	background: #00c648;
	border-radius: 100%;
	display: inline-block;
	width: 16px;
	height: 16px;
	position: relative;
	vertical-align: top;
	cursor: pointer;
	text-align: center;
	transition: all 250ms ease;
}
.side_widgets3.poll .pds-answer label{
	margin-top: 5px;
}
.css-question-top.pds-question-top{
	font-size: 23px !important;
    line-height: 27px !important;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
	outline: none;
}
.side_widgets3.poll .pds-box {
    background: #213ca1 !important;
    color: #fff !important;
	border-bottom-left-radius: 3% !important;
	border-bottom-right-radius: 3% !important;
	-webkit-box-shadow: 0px 1px 5px 0px rgba(155,155,155,1);
	-moz-box-shadow: 0px 1px 5px 0px rgba(155,155,155,1);
	box-shadow: 0px 1px 5px 0px rgba(155,155,155,1);
	border:0 !important;
	padding: 18px 25px !important;
}
.side_widgets3.poll .pds-answer-group {
	padding: 0px 0px 10px 0px !important;
	margin: 0 !important;
}
.side_widgets3.poll .pds-box .pds-links{
	margin: 7px 0 0 !important;
}
.side_widgets3.poll .pds-answer-input{
	width: auto !important;
}
.side_widgets3.poll .pds-links A.pds-pd-link{
	display: none !important;
}
.side_widgets3.poll .pds-answer{
	padding: 0px 0px 10px 0px !important;
	border-top: 0 !important;
	border-bottom: 0 !important;
}
.side_widgets3.poll .pds-votebutton-outer{
	text-align: center;
}
.side_widgets3.poll .pds-question-top, .side_widgets3.poll .pds-answer label{
	color: #fff !important;
	text-transform: uppercase;
}

.side_widgets3.poll .pds-links a, .side_widgets3.poll .pds-links-back a{
	color:#24c335 !important;
}

.side_widgets3.poll .pds-answer-feedback-bar {
    background: #24c335 !important;
}
body.psl .detail-section .column-right .left {
    width: 58%;
    width: calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
}
body.psl .detail-section .column-right .right {
    width: 320px;
}
.right-inner .table tbody td {
    font-size: 12px;
}
.right-inner .table thead th + th {
    font-size: 12px;
}
.butn{
	width:100%;
	float:left;
	text-align:center;
	    margin-bottom: 30px;
}

body.new_vids .detail-section .column-right {
    float: left;
    width: 100%;
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
.teams{
	width:100%;
	float:left;
	background-color: #fff;
	/*background-image: url(../images/widgets_bg.jpg);*/
    /*background-repeat: no-repeat;*/
    /*padding: 60px 0;*/
    /*background-size: cover;*/
}

.team_logo{
	width:100%;
	float:left;
	margin-bottom:30px;
	overflow:hidden;

}
.team_logo img{
	width:100%;
	float:left;
	-webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    -ms-transition: all .5s ease;
    transition: all .5s ease;
	border: 1px solid #efefef;
}
.team_logo:hover img, .team_logo:focus img{
	transform: scale(1.1);
}

.results_bx{
	padding:45px;
	float:left;
	width:100%;
	height: auto;
	margin-bottom:30px;
}

.results_bx h1 {
    font-size: 26px;
    width: auto;
    padding: 8px 15px;
    line-height: inherit;
    height: auto;
	margin-bottom:10px;
}

.results_bx h2 {
    font-size: 26px;
    width: auto;
    padding: 8px 15px;
    line-height: inherit;
    height: auto;
	margin-bottom:10px;
}

.results_bx .brand1, .results_bx .brand2{
	width:100%;
}

.results_bx .match_dtl_inner{
	padding:0;
}
.results_bx .match_dtl_inner a {
    color: #3d0489;
}
.results_bx .brand img{
	margin: 0 10px 0 0;
    width: 50px;
}
.results_bx .match_dtl_inner p {
    font-size: 42px;
    margin-top: 50px;
}
.result_date{
	width:100%;
	float:left;
	padding: 8px;
}
.result_date h2{
	font-size:22px;
	margin:0;
}

.result_decision{
	/*width:100%;*/
	float: left;
    padding: 0;
    min-height: auto;
    padding-bottom: 0;
}
.result_decision .decision_inner{
	background-color: #ff9100;
    padding: 8px 12px;
    display: inline-block;
    text-transform: uppercase;
    transform: skew(-20deg);
}
.match_details p {
    font-size: 10px;
    display: inline-block;
    margin: 0;
    color: #fff;
    line-height: 12px;
}
.result_decision p{
	font-size:18px;
}

.results_bx h1 {
    font-size: 14px;
    width: auto;
    padding: 0;
    line-height: 18px;
    height: auto;
    margin: 10px 0;
    color: #3d0489;
    text-align: left;
    float: left;
    text-transform: capitalize;
}
.venue {
    width: 100%;
    float: left;
}
.ps4team_title.ttt_ppp{
	margin-top: 20px;
}
body.psl_static_page .header_bottom{
	height: auto;
}
body.psl_static_page .header_bottom.team_dddd_fixt {
	padding: 0 0 20px 0;
}
body.psl_static_page .header_bottom .sec_psl_content{
	padding: 20px 0 0 0;
}
.team_details{
	width:100%;
	float:left;
	/*background-image:url(../images/widgets_bg.jpg);*/
	/*background-repeat:no-repeat;*/
	/*padding: 60px 0;*/
	/*color:#fff;*/
	/*background-size:cover;*/
}
.tEAM_Detail_page_title{
	width:100%;
	display: inline-block;
	background-color: #112475;
}
.tEAM_Detail_page_title .team_name{
	margin-top: 20px;
}
.tEAM_Detail_page_title .brand_name{
	padding: 53px 0 0 0;
	color: #fff;
	font-weight: 700;
}
.team_details{
	width:100%;
	float:left;
	text-align:center;
	}

.team_inner{
	width:100%;
	float:left;
	text-transform:uppercase;
}

.team_name{
	display:inline-block;
	margin-bottom: 20px;
}
.brand_logo{
	float:left;
}

.brand_logo img{
	width:100px;
	margin-right:15px;
}

.brand_name {
    float: right;
    font-size: 28px;
    padding: 33px 0;
}

.player_box{
	width: 100%;
	display: inline-block;
	padding: 10px;
	background-color: #24237a;
}

.player_name{
	width:100%;
	float:left;
}
.player_name ul{
	padding:0;
	list-style:none;
	text-align:left;
	margin:0;
}

.player_name ul li{
	padding: 0 0 10px 0;
	margin-bottom: 10px;
	color: #fff;
	text-transform: capitalize;
	width: 100%;
	float: left;
	border-bottom: 1px solid #142c95;
}
.player_name ul li:last-child{
	border-bottom: 0;
	padding-bottom: 0;
}
.player_name_list{
	width: 50%;
	float: left;
}
.abcdef{
	width: 100%;
	float: left;
	position: relative;
}
.team_inner .p_t_top h3{
	font-size: 28px;
	color: #24237a;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	width: 100%;
}
.player_role{
	width: 50%;
	float: right;
	text-align: right;
	font-size: 12px;
}
.ply_main{
	width:100%;
	float:left;
}

.points_page{
	width:100%;
	float:left;
	margin-bottom:50px;
}

.table_lrg .table thead tr {
    width: 100%;
    background-color: #dfdfdf;
    box-shadow: none;
    border-bottom: 1px solid #000;
    border-radius: 0;
}
.table_lrg .table thead tr.p_t_top{
	background-color: #ff9100;
    color: #fff;
    font-size: 30px;
}
.points_table.table_lrg{
	border-radius: 0;
	margin-bottom: 0;
    background-color: transparent;
	border: 0;
}
.p_table.point_table_page{
	border-radius: 0;
	box-shadow: none;
}

.table_lrg .table thead tr th, .table_lrg .table tbody tr td{
	width:22%;
	text-align:left;
	float: left;
}

.table_lrg .table thead tr th+th, .table_lrg .table tbody tr td+td{
	width:10.9%;
	text-align:center;
}

.table_lrg .table, .table_lrg .table th{
	text-align:center;
}

.table_lrg #boxscroll{
	height:100%;
}

.pagination strong {
    background-color: #24c335;
    border: 1px solid #24c335;

}

.pagination a {
    color: #fff;
    border: 1px solid #2a3349;
	background-color: #2a3349;
}

.pagination a:hover, .pagination a:focus{
		color: #fff !important;
}

#boxscroll tr td a, #boxscroll tr th a, #boxscroll tr td a:hover, #boxscroll tr th a:hover, #boxscroll tr td a:focus, #boxscroll tr th a:focus{
	color:#24237a !important;
}

.brand a[title="Team 3"], .brand a[title="Team 4"], .brand a[title="Team 1"], .brand a[title="Team 2"], .brand a[title="Qualifier Winner"], .brand a[title="Eliminator 2 Winner"], .brand a[title="Eliminator 1 Winner"], .brand a[title="Qualifier Loser"]{
	pointer-events: none;
   cursor: default;
}

.live-blink {
    z-index: 9 !important;
}
.sc_up_bottom {
	width: 100%;
	float: left;
	background-color: #fff;
	padding: 0;
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}
.ball-by-balls-pink {
	width: 50%;
	height: 50px;
	background-color:#24237a;
	display: block;
	padding-left: 0;
	line-height: 50px;
	color: #fff !important;
	text-transform: uppercase;
	font-weight: bold;
	border-top-right-radius: 50px;
	margin-bottom: 0;
	border-bottom-right-radius: 50px;
	margin-left: -10px;
}
.ball-by-balls-pink.score_card_live_box{
	float: right;
    border-top-left-radius: 50px;
    margin-bottom: 0;
    border-bottom-left-radius: 50px;
    border-top-right-radius: 0;
    margin-bottom: 0;
    border-bottom-right-radius: 0;
    margin-left: 0;
    margin-right: -10px;
    background-color: #7dd41f;
}
.win_status{
	color: #1b4075;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.5px;
    position: absolute;
    right: 30px;
    top: 10px;
}
.inner_poll{
	width:100%;
	float: left;
	margin-bottom: 10px;
}

/* Minhaj edits */

.points_page .panel-heading{
	padding: 0;
}

.points_page .nav-tabs>li.active>a, .points_page .nav-tabs>li.active>a:focus, .points_page .nav-tabs>li.active>a:hover {
    color: #fff;
    cursor: default;
    background-color: #2745aa;
    border: none;
    border-bottom-color: transparent;
}

.points_page .nav-tabs>li{
	width: 50%;
	float: left;
	text-align: center;
}

.points_page .nav-tabs>li>a {
    margin-right: 0;
    line-height: 1.42857143;
    border: 1px solid transparent;
    border-radius: 0;
	font-size: 18px;
    font-weight: bold;
	color: #2745aa;
}

.points_page .nav-tabs {
    border-bottom: none;
}

.points_page .nav-tabs>li {
    float: left;
    margin-bottom: 0;
}

.points_page .panel-default>.panel-heading {
    border: none;
    border-radius: 0;
}

.points_page .panel-default {
    border: none;
    border-radius: 0;
	box-shadow: none;
}

.points_page .panel-body{
	border: 1px solid #f5f5f5;
}

.points_table.table_lrg h2{
	font-size: 26px;
    font-weight: 700;
    margin: 15px 0 10px 0;
    color: #72d016;
}

p#first_all_stats, p#second_all_stats {
    font-size: 16px;
    margin-top: 10px;
	color: #000;
}

ul#list_fall_of_wicket, ul#list_fall_of_wicket_second {
    padding: 0;
    margin: 0;
}

ul#list_fall_of_wicket li, ul#list_fall_of_wicket_second li{
	color: #6f6f6f;
	font-size: 13px;
	/* margin-bottom: 5px; */
	list-style: none;
	float: left;
	margin-right: 5px;
	text-transform: none;
}

ul#list_fall_of_wicket li:last-child, ul#list_fall_of_wicket_second li:last-child{
	margin-bottom: 0;
}

.points_page .panel-body .p_table {
    background-color: #fff;
	width: 100%;
	float: left;
}

.points_page .panel-body .points_table table {
    color: #000;
}

.points_page .panel-body .points_table table thead, .points_page .panel-body .table tbody tr {
    border-color: #000;
}

.table_lrg .teamBatting1 thead tr th, .table_lrg .teamBatting1 tbody tr td {
    width: 40%;
	
}

.table_lrg .teamBatting1 thead tr th+th, .table_lrg .teamBatting1 tbody tr td+td {
    width: 15%;
}

.table_lrg .teamBowling1 thead tr th, .table_lrg .teamBowling1 tbody tr td {
    width: 25%;
	padding: 15px 8px;
}

.table_lrg .teamBowling1 thead tr th+th, .table_lrg .teamBowling1 tbody tr td+td {
    width: 12.5%;
    text-align: center;
}

.panel-body .p_table{
	margin-bottom: 20px;
}

.p_table.teamWicket {
    width: initial !important;
	padding-bottom: 15px !important;
}

.points_page .panel-body .table tbody tr:last-child{
	border-bottom: none;
}

.points_page .panel-body .table{
	margin-bottom: 0;
}

.points_page .panel-body .p_table {
    padding: 0 15px;
}

.player_name ul li {
    width: 33.3%;
    float: left;
    border-bottom: none;
    margin-right: 0;
    padding: 0 1%;
}

.player_name ul li span{
	padding: 0 0 10px 0;
    width: 100%;
    float: left;
    border-bottom: 1px solid #dfdfdf;
}

.player_role {
    width: initial;
    padding-left: 10px;
	text-align: right;
	float: left;
}

.player_name_list {
    width: initial;
	font-size: 16px;
    color: #dfdfdf;
}

.tEAM_Detail_page_title{
	position: relative;
	height: 200px;
    overflow: hidden;
	background-color: transparent;
}

.tEAM_Detail_page_title>img{
	width: 100%;
	float: left;
}

.tEAM_Detail_page_title .team_name{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	margin: 0;
}

.player_role img{
	height: 16px;
}

.tEAM_Detail_page_title .brand_name {
    padding: 40px 0 0 0;
}

body.psl_static_page .header_bottom.team_dddd_fixt {
    position: fixed;
    bottom: 0;
    left: 0;
}

/* .bottomFixed{
	padding-bottom: 115px;
} */

a.css-pd-link.pds-pd-link {
    display: none !important;
}

.team_dddd_fixt .ps4team_title{
	display: none;
}

.match_details.live {
    background-color: #fff;
}

.fixt_cards .match_details{
	    background-color: #fff;
    /* background-image: url(../images/slider_logo.png); */
    background-size: inherit;
    border-radius: 10px;
    background-position: top 25px right 10px;
    background-repeat: no-repeat;
    padding: 20px;
    border: 1px solid #edeef0;
    margin-bottom: 10px;
    position: relative;
}
.result_bx_inner {
    display: flex;
    gap: 20px;
    align-items: center;
}
.top_slider_left.fixtures_slider_left {
    display: inline-block;
}

.team_fixture_right .team_fixture_right_list{
	margin-bottom: 10px;
    width: 100%;
    float: left;
    background-position: top 10px right 10px;
    background-repeat: no-repeat;
    background-color: #ffffff;
    border-radius: 10px;
}

.team_fixture_right .match_details.live:after{
	display: none;
}

.team_fixture_right {
    height: 416px;
    float: left;
    overflow-y: auto;
    padding-right: 2px;
    background-color: #e4e6e3;
    padding: 10px;
    margin-bottom: 20px;
}

.team_fixture_right .team_fixture_right_list:last-child{
	margin-bottom: 0;
}

.team_fixture_right::-webkit-scrollbar {
    width: 5px;
}
 
.team_fixture_right::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(10,0,0,0.3);

	/* background-color: rgb(114,208,22); */
}
 
.team_fixture_right::-webkit-scrollbar-thumb {
  background-color: #24237a;
  outline: 1px solid slategrey;
}

.psl_right .ps4team_title h4 {
    margin-bottom: 0;
}

.psl_right .sec_psl_content {
    width: 100%;
    float: left;
    padding: 20px 0;
    padding-bottom: 10px;
}

.psl_top ul li .vid_thumb{
	position: relative;
}

.psl_top ul li .vid_thumb .live-blink{
	position: absolute;
	top: 4px;
    left: 4px;
	z-index: 1;
}

.psl_top ul li .vid_thumb .live-blink #text-blink{
	padding: 3px 10px 5px 10px;
	font-size: 14px;
	color: #fff;
	background-color: #db0000;
	display: inline-block;
	line-height: 1;
	border-radius: 4px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: .9px;
}

#text-blink {
	animation: blink-animation 2000ms steps(5, start) infinite;
	-webkit-animation: blink-animation 2000ms steps(5, start) infinite;
  }
  @keyframes blink-animation {
	to {
	  visibility: hidden;
	}
  }
  @-webkit-keyframes blink-animation {
	to {
	  visibility: hidden;
	}
  }
.live_score_card_new{
	  width: 100%;
	  float:left;
	  margin: 30px 0;
}
.live_score_wrapper{
	width: 970px;
	margin: 0 auto;
}
.match-info-FIXTURES {
	padding: 2rem;
	display: block;
	position: relative;
	background: #ffffff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
    margin: 0 auto 30px;
}
.match-info-FIXTURES .ball-by-balls-pink{
	float: right;
	border-top-left-radius: 50px;
	margin-bottom: 0;
	border-bottom-left-radius: 50px;
	margin-right: -29px;
	border-top-right-radius: 0;
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	width: auto;
	padding: 0 1rem;
	margin-top: -28px;
}
.match-info .status span{
	color: red;
	font-weight: 700;
	font-size: 1.7rem;
}
.match-info .description_card {
	color: #6f6f6f;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0;
	font-weight: 400;
	font-size: 1rem;
	margin-top: 5px;
}
.match-info .teams_live {
	margin-top: 7px;
}
.match-info .team {
	display: flex;
	justify-content: space-between;
	margin-bottom: 1rem;
	margin-top: 1rem;
	align-items: center;
	color: #2b2c2d;
}
.match-info .team .name-detail, .match-info .team .score-detail {
	display: inline-flex;
	line-height: 1.5;
	letter-spacing: .1px;
	align-items: center;
	font-size: 1rem;
	white-space: nowrap;
}
.match-info .team .name-detail .name {
	margin: 0;
	font-size: 1.5rem;
	font-weight: 700;
}
.match-info .team .score-detail .score-info {
	position: relative;
	margin-left: 2rem;
	font-size: 1rem;
	color: #6f6f6f;
}
.match-info .team .name-detail .flag {
	margin-right: 1rem;
	position: relative;
}
.status-text{
	width: 100%;
	display: inline-block;
	color: #6f6f6f;
	white-space: nowrap;
}
.match-info-FIXTURES .score{
	color: #000;
	font-weight: 600;
	font-size: 1.5rem;
}
.live_score_card_table_box.points_page .panel-body{
	border: 1px solid #e5e5e5;
	border-radius: 6px;
	background: #fff;
}
.live_score_card_table_box.points_page .panel-body .p_table{
	border-radius: 10px;
	box-shadow: none;
	padding: 0;
}
.live_score_card_table_box.points_page .panel-body .p_table{
	box-shadow: none;
	margin-bottom: 0;
}
.live_score_card_table_box.points_page .points_table table thead{
	border-bottom: 1px solid #e5e5e5;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td+td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td+td{
	width: 70px;
	padding: 1.3rem 1rem;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th+th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th+th{
	width: 70px;
	padding: .55rem 1rem;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td{
	width: calc(100% - 350px);
	width: -webkit-calc(100% - 350px);
	font-size: 1rem;
	padding: 8px;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr:last-child{
	border-bottom: 0;
}
.live_score_card_table_box.points_page .panel-body .table tbody tr{
	border-bottom: 1px solid #e5e5e5;
}
/*.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr.cur_batmen{*/
/*	background: #2745aa;*/
/*}*/
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr.cur_batmen td span, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr.cur_batmen td{
	color: #2745aa;
	font-weight: 700;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr:last-child td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr:nth-last-child(2) td {
	padding: 1.3rem 0;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr.cur_batmen td{
	padding: 1.3rem 0;
}
.live_score_pages{
	width: 100%;
	float:left;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td span{
	width: 100%;
	float:left;
	color: #3d7b3a;
	font-weight: 600;
	text-transform: none;
	font-size: 1rem;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td span:nth-child(2){
	float:right;
	color: #6f6f6f;
	font-weight: 400;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td+td{
	color: #6f6f6f;
}
.live_score_card_table_box.points_page .points_table.table_lrg h2{
	color: #6f6f6f;
	font-size: 1rem;
	text-transform: none;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td.extras{
	width:350px;
	text-align: right;
}
.live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td span{
	color: #3d7b3a;
	font-weight: 600;
	text-transform: none;
}
.live_score_card_table_box.points_page .nav-tabs>li{
	width: 48%;
	margin-right: 2%;
}
.live_score_card_table_box.points_page .nav-tabs>li:nth-child(2){
	margin-right: 0;
	float:right;
}
.live_score_card_table_box.points_page .nav-tabs>li. a{
	color: #000;
	background-color: #ffffff;
	border-radius: 5px;

}
.live_score_card_table_box.points_page .nav-tabs>li.active>a, .live_score_card_table_box.points_page .nav-tabs>li>a:hover{
	border: 1px solid #24237a;
	background-color: #24237a;
	color: #fff;
}
.live_score_card_table_box.points_page .nav-tabs>li>a{
	color: #000000;
	background-color: #fff;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
}
.live_score_card_table_box.points_page .panel-default>.panel-heading{
	background-color: transparent;
	margin-bottom: 30px;
}
.parent{
	display: flex;
	flex-flow: row wrap;
}
.live_score_card_table_box.points_page .panel-default{
	background: transparent;
}
body.body_score_card{
	background: #f9f9f9;
}
.live_regist_form .well {
	  min-height: 20px;
	  padding: 0;
	  margin-bottom: 0;
	  background-color: #fff;
	  border: 0;
	  -webkit-box-shadow: none;
	  box-shadow: none;
}
.live_regist_form .well h2{
	margin-top: 0;
}
.live_regist_form .close{
	font-size: 32px;
	line-height: 23px;
	color: #000;
	opacity: 1;
}
.ace{
    width: 100%;
    float:left;
    border-radius: 10px;
}
.player-index-grid .index-data {
      display: flex;
      border-bottom: 1px solid #ccc;
	  margin-bottom: 20px;
	  padding-bottom: 20px;
	  align-items: center;
  }
  .player-index-grid .index-data:last-child{
	border: 0;
	margin-bottom: 0;
	padding-bottom: 0;
  }
  .rounded-circle {
	margin-right: 20px;
    float: left;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    /* overflow: hidden; */
    font-size: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #112475;
    color: #fff;
    font-weight: 600;
  }
  /* .rounded-circle img{
      width: 60px;
      height: 60px;
      border-radius: 50%;
      overflow: hidden;
  } */
  .pl-3{
      width: 93%;
      width: -webkit-calc(100% - 60px - 20px);
      width: calc(100% - 60px - 20px);
      float: left;
  }
  .pl-3 h5{
      margin: 0;
      color: #000;
      font-weight: 600;
    font-size: 16px;
    text-transform: uppercase;
  }
  .pl-3 h5 span{
      font-size: 10px;
      margin-left: 4px;
  }
  .ace_pl_bottom{
      width: 100%;
      float:left;
      margin-top: 10px;
    display: flex;
    align-items: center;
  }
  .ace_pl_bottom span{
      float:left;
  }
  .ace_number{
      font-size: 30px;
      color: #000;
      font-weight: 700;
  }
  .ace_text{
      border-left: 1px solid #ccc;
      padding: 0 10px;
      margin-left: 10px;
  }
  .player-index-grid{
      width: 100%;
      float: left;
      padding: 13px;
  }
  .ace_bg{
	width: 100%;
    float: left;
    box-shadow: 0 3px 6px rgb(0 0 0 / 4%), 0 3px 6px rgb(0 0 0 / 4%);
    padding: 2% 1% 0 1%;
	margin: 20px 0;
  }
  .ace_text p{
	margin: 0;
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    color: #112475;
  }
  #tabs{
	background-color: #112475;
    border-radius: 50px;
	padding: 1px;
  }
  #tabs .tab {
    display: inline-block;
    padding: 7px 0;
    cursor: pointer;
    position: relative;
    /* z-index: 5; */
    width: 49.5%;
    text-align: center;
	color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}
#tabs .whiteborder {
	border-radius: 50px;
    background-color: #fff;
	color: #112475;
}
#tabs .tabContent {
    position: relative;
    top: -1px;
    z-index:1;
    padding: 10px 0;
	width: 100%;
    float: left;
}
#tabs .hide {
    display: none;
}
#tabs .show {
    display: block;
}
.group_name{
	color: #2745aa;
    display: inline-block;
    background-color: #fff;
    margin-top: 10px;
    padding: 5px;
    border-radius: 3px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}
.asiaCup_main_page h1{
	margin: 0;
    font-size: 25px;
    font-weight: 800;
}
.asiaCup_main_page p{
	margin: 10px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}
.asia_main_page_first{
	width: 100%;
    float: left;
    padding: 15px 0;
    background-color: #f5f5f5;
    border: 1px solid #efefef;
}
.asia_main_page_first_btn{
	background-color: #24c334;
    float: right;
    padding: 3px 8px 5px;
    border-radius: 5px;
}
.asia_main_page_first_btn a{
	color: #fff;
	text-decoration: none;
}
.asia_main_page_two{
	width: 100%;
    float: left;
    margin-bottom: 20px;
}
.asia_main_page_two_title{
	background-color: #18309c;
    color: #fff;
    padding: 10px;
    font-size: 16px;
    font-weight: 700;
}
.asia_main_page_two_content{
	background-color: #eaedfc;
	color: #515054;
	padding: 10px;
	font-size: 16px;
    font-weight: 700;
	width: 100%;
    float: left;
}
.asia_main_page_two_content p{
	margin: 0 0 20px 0;
}
.psl_top_static_page h2{
	font-weight: 700;
    font-size: 20px;
}
.psl_top_static_page h3{
	font-weight: 700;
    font-size: 18px;
}
.asiaCup_main_page .psl_top_static_page p{
	margin: 10px 0;
    font-size: 20px;
    font-weight: 500;
    line-height: 27px;
}
.successful_team_table table{
	border: 1px solid black;
  	border-collapse: collapse;
	  text-align: center;
	  width: 100%;
}
.successful_team_table th, .successful_team_table td{
	border: 1px solid black;
  	border-collapse: collapse;
	  
	  text-align: center;
}
.venue{
	width:100%;
	float:left;
}
.venue .venueslider{
	margin: 0 auto 30px;
}
.venue_list_box{
	margin: 5px;
}
.venue_list_box a{
	background-color: #fff;
    display: block;
    padding: 10px;
    box-shadow: 0 0.3rem 1rem 0.1rem rgba(0,0,0,.08);
    transition: box-shadow .3s ease;
	text-decoration: none;
}
.venue_list_box_name{
	text-align: center;
    color: #3d0489;
    font-size: 20px;
    font-weight: 700;
    margin: 20px 0 15px 0;
    display: flex;
    align-items: center;
    justify-content: center;
	min-height: 46px;
}
.location__text_container{
	width: 100%;
	text-align: center;
}
.venue_name{
	background-color: #ff9100;
    padding: 4px 18px;
    display: inline-block;
    text-transform: uppercase;
    transform: skew(-20deg);
}
.venue_name p{
	color: #fff;
    font-weight: 700;
	letter-spacing: 1px;
	margin: 0;
}
.swiper-button-next1{
	background-color: #ff9100;
    background-size: 14px 44px;
    border-radius: 2px;
    right: 0;
}
.swiper-button-prev1{
	background-color: #ff9100;
    background-size: 14px 44px;
    border-radius: 2px;
    left: 0;
}
.venue_detail_section img{
	width:100%;
}
.venue_detail_section p{
	font: 400 20px/30px "Segoe UI","Segoe WP",Arial,Sans-Serif;
    color: #333;
    margin: 20px 0;
}
@media screen and (max-width: 991px){
	.tEAM_Detail_page_title{
		height: initial;
	}
	.sec_psl_content.video_home ul li:first-child{
		width: 100%;
		margin-right: 0;
        margin-bottom: 10px;
	}
	.sec_psl_content.video_home ul li:first-child .se_pic {
		margin-right: 0;
	}
	.sec_psl_content.video_home ul li{
		width: 100%;
	}
}
@media (min-width: 992px){
	.player_box .col-md-6 {
		width: 100%;
	}
}

@media (min-width: 768px){
	.player_box .col-sm-6 {
		width: 100%;
	}
}

@media screen and (max-width: 600px){
	.brand_name {
		font-size: 22px;
	}

	.brand_logo img {
		margin-right: 8px;
	}
}

@media screen and (max-width: 480px){
	.brand_logo img {
		margin-right: 5px;
	}
	.brand_name {
		font-size: 19px;
	}

	.brand_logo img {
		width: 80px;
	}

	.tEAM_Detail_page_title .brand_name {
		padding: 5px 0 0 0;
	}

	.tEAM_Detail_page_title>img {
		height: 120px;
	}

	.tEAM_Detail_page_title{
		overflow: initial;
	}

	.brand_logo {
		float: none;
		margin-right: 0;
	}
}


/* Minhaj edits end */
@media screen and (max-width: 1920px) {
	.sm_vid_bx h3 {
    min-height: 60px;
}
}
@media screen and (max-width: 1300px) {
	.sm_vid_bx h3 {
    min-height: 66px;
}
}
@media screen and (max-width: 1200px) {

	.desk_menu ul li a {
		padding: 0px 10px;
		font-size: 15px;
	}
	.new_socials a {
		margin-right: 10px;
	}
	.vid_box h1{
		font-size: 22px;
		line-height: 24px;
	}
	.vid_box h2{
		font-size: 22px;
		line-height: 24px;
	}
.table tbody td {
    font-size: 11px;
}
.table thead th + th {
    font-size: 13px;
}
.sm_vid_bx h3 {
    font-size: 14px;
}

body.psl .detail-section .column-right .left .story-area h1 {
    font-size: 35px;
	line-height:40px;
}
body.psl .detail-section .column-right .left .story-area .content-area p {
    font-size: 16px;
    line-height: 22px;
}
.more-content .tittle h2 {
    font-size: 32px;
}

.points_table .table tbody td img {
    margin-right: 6px;
}
	.live_score_wrapper {
		width: 100%;
	}
}

@media screen and (max-width: 991px) {
	.new_hdr_logo {
		width: 60px;
	}
	.desk_menu{
		display: none;
	}
	#open{
		display: block;
		margin: 4px 20px 0 0;
	}
	.psl_left{
		width:100%;
	}
	.psl_right{
		width:100%;
		margin-left: 0;
	}
	.header_top2{
		padding-bottom: 9px;
	}
	.psl_top ul {
		width: 100%;
	}
	.psl_top ul:first-child {
		width: 100%;
		margin-right: 0;
	}
	.points_table{
		margin-bottom: 0;
	}
.ad2 {
    margin: 20px 0px;
}


.sm_vid_bx h3 {
    font-size: 15px;
}

.sm_vid_bx {
    margin-bottom: 30px;
}

.points_table h3 {
    font-size: 38px;
}
.table thead th {
    font-size: 14px;
}
.table thead th + th {
    font-size: 12px;
}

.points_table .table tbody td img {
    margin-right: 6px;
}



/*#boxscroll {
    height: 180px;
}*/
footer {
    padding: 20px 0;
}
.geo_logo {
    right: 2%;
}

.widgets .widget_title h3 {
    font-size: 20px;
}

.more-content-inner .vid_th_cont h3 {
    min-height: 82px;
}
.result_decision {
    min-height: 52px;
}
}
@media screen and (max-width: 930px) {
	.table_lrg .table thead tr th, .table_lrg .table tbody tr td {
    width: 25%;
    text-align: left;
}
.table_lrg .table thead tr th+th, .table_lrg .table tbody tr td+td {
    width: 10.7%;
    text-align: center;
}

.table_lrg .teamBatting1 thead tr th, .table_lrg .teamBatting1 tbody tr td {
    width: 40%;
	
}

.table_lrg .teamBatting1 thead tr th+th, .table_lrg .teamBatting1 tbody tr td+td {
    width: 15%;
}

.table_lrg .teamBowling1 thead tr th, .table_lrg .teamBowling1 tbody tr td {
    width: 25%;
	padding: 15px 8px;
}

.table_lrg .teamBowling1 thead tr th+th, .table_lrg .teamBowling1 tbody tr td+td {
    width: 12.5%;
    text-align: center;
}
}
@media screen and (max-width: 852px) {
.widgets .widget_title h3 img{
	margin:0 auto;
	display:block;
}
.widgets .side_widgets3.poll .pds-box {
    height: 402px;
}
}

@media screen and (max-width: 850px) {

body.psl .detail-section .column-right .left {
    width: 100%;
    width: calc(100% - 0px);
    width: -webkit-calc(100% - 0px);
}
body.psl .detail-section .column-right .right {
    width: 100%;
	display: block;
}
.right-inner .table thead th + th {
    text-align: center;
}

.right-inner .table tbody td + td {
    text-align: center;
}
.butn{
	margin-bottom:30px;
}
.more-list .sm_vid_bx h3 {
    min-height: 60px;
}
.right-inner .side_widgets, .right-inner .side_widgets2  {
    width: 49%;
	float:left;
	height:550px;
}

.right-inner .side_widgets{
	margin-right:2%;
}

.right-inner .side_widgets3, .right-inner .side_widgets3.poll .pds-box{
	width:100%;
}
.player_box {
    width: 100%;
}
.right-inner .table thead tr {
    width: 100%;
}
}
@media screen and (max-width: 780px) {
	.lrg_point_main {
    width: 100%;
	float:left;
    overflow-x: auto;
}
.lrg_point_main .points_table {
    width: 749px;
}

.panel-body .lrg_point_main {
    overflow-x: initial;
}
.panel-body .lrg_point_main .points_table {
    width: 100%;
}
	.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
		padding: 6px;
	}
.table_lrg .points_table h3 {
		text-align: left;
	}

	.table tbody td + td {
    padding: 13px 6px;
}

.lrg_point_main  .points_table h3 {
    font-size: 38px;
    text-align: left;
}

}
@media screen and (max-width: 767px) {
.ps4team_list ul li {
		height: auto;
		width: 49%;
	}
.nav_links, .social_icons{
	display:none;
}
	.widgets .psl_left .col-xs-12{
		margin-bottom: 20px;
	}
	/*.psl_second .col-xs-12{*/
	/*	width: 33.33333333%;*/
	/*	float:left;*/
	/*}*/
	.d_s_result{
		font-size: 17px;
	}
	.story-area .col-sm-12{
		width: 100%;
		float: left;
		padding: 0;
	}
	.description{
		 font-size: 15px;
		 line-height: 24px;
		 width: calc(100% - 75px - 2%);
		 padding: 0;
	 }
	.time-stamp {
		width: 38px;
		float: left;
	}
	.over {
		width: 75px;
		display: table;
		min-width: initial;
		float: left;
		margin-right: 2%;
	}

.geo_logo {
    margin-top: 0px;
    width: 40px;
}
.geo_logo img{
	display:inline-block;
	width:100%;
}
.psl_logo {
    padding: 0 10px;
}
.right_nav, .left_nav{
	margin:0;
	padding:0;
}
	.detail-section h1{
		font-size: 25px;
	}
.language_select {
    position: absolute;
    right: -60px;
    top: 20px;
    margin: 0;
}
.geo_logo {
    right: 2%;
}
.header_top_inner:after {
    display:none;
}

.widgets .side_widgets3 {
    float: left;
    width: 100%;
}
.widgets .side_widgets3.poll .pds-box {
    height: 420px;
}
.widgets .widget_title h3 img {
    margin: 0;
    display: inline-block;
    margin-right: 5px;
}
	.rights {
		width: 100%;
		text-align: center;
		padding: 15px 0;
	}
	.psl_geo {
		width: 100%;
		text-align: center;
	}
	footer {
		padding: 10px 0;
	}
	.widgets .side_widgets3.poll .pds-box {
		height: auto;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td span{
		width: 100%;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th+th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td+td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th+th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td+td {
		padding: 1rem 1rem;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th+th:last-child, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td+td:last-child{
		display: none;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th+th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td+td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th+th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td+td{
		width: 60px;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td{
		width: calc(100% - 240px);
		width: -webkit-calc(100% - 240px);
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td.extras{
		display: block !important;
		width: 240px;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr:last-child td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr:nth-last-child(2) td{
		padding: 1rem 0;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th+th:last-child, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td+td:last-child{
		display: none;
	}
}

@media screen and (max-width: 700px) {
	.psl_top {
		width: 100%;
		float: left;
	}
	.psl_second{
		width:100%
	}
	.psl_second .ps4team_title {
		text-align: left;
	}
	.psl_second .ps4team_title h4{
		color: #72d016;
		font-size: 30px;
		font-weight: 700;
	}
	.se_title h4{
		font-size: 15px;
		line-height: 22px;
		font-weight: 600;
	}


.sm_vid_bx {
	margin-bottom:0;
}

.table thead th + th {
    text-align: center;
}


.widget_title h3 {
    font-size: 18px;
}
.table thead tr {
    width: 100%;
}
.table tbody td + td {
    text-align: center;
}
}
@media screen and (max-width: 600px) {
	.child--featured {
		order: -1;
	}
	.detail-section .time-section {
		margin: 0;
	}
	.detail-section .time-section nav{
		display: none;
	}
	.ps4team{
		
	}
	.psl_top ul li{
		width:100%;
	}
	.psl_top ul li:nth-child(odd){
		border-right: 0;
		padding-right: 0;
	}
	.psl_top ul li:nth-child(even){
		padding-left: 0;
	}
	.psl_top ul li .vid_box{
		border-bottom: 0;
		padding-bottom: 0;
	}
	.psl_second .col-xs-12{
		width:100%;
		float:left;
		padding: 0;
	}
	.psl_second .col-xs-12 .vid_thumb{
		width: 100px;
		float: left;
		margin-right: 2%;
	}
	.psl_second .col-xs-12 .vid_th_cont{
		float: left;
		width: 64%;
		width: -webkit-calc(100% - 100px - 2%);
		width: -moz-cal(100% - 100px - 2%);
		width: calc(100% - 100px - 2%);
	}
	.sec_psl_content ul li{
		width:100%;
	}
	.se_pic{
		width: 100px;
		float: left;
		margin-right: 2%;
	}
	.se_title{
		float: left;
		width: 64%;
		width: -webkit-calc(100% - 100px - 2%);
		width: -moz-cal(100% - 100px - 2%);
		width: calc(100% - 100px - 2%);
	}
	.se_title h4{
		margin: 0;
		min-height: auto;
		font-weight: 600;
	}
	.video_icon{
		width:25px;
	}
	.vid_box h1 {
		font-size: 20px;
		line-height: 24px;
	}
	.vid_box h2 {
		font-size: 20px;
		line-height: 24px;
	}
	.large_video_thumbs .col-xs-6{
		width:100%;	
	}

	.right-inner .side_widgets, .right-inner .side_widgets2  {
	    width: 100%;
	}

	.widgets .col-xs-6{
		width:100%;	
	}

	.more-content-inner .sm_vid_bx {
	    margin-bottom: 20px;
	}

	body.psl .detail-section .column-right .left .story-area h1 {
		font-size: 27px;
		line-height: 30px;
	}
	.match-info-FIXTURES {
		padding: 2rem 1rem;
	}
	.match-info-FIXTURES .ball-by-balls-pink{
		margin-right: -14px;
	}
	.match-info .team .name-detail .name {
		font-size: 1.1rem;
	}
	.match-info .team .score-detail .score-info {
		margin-left: .5rem;
		font-size: .9rem;
	}
	.match-info .description_card {
		font-size: .9rem;
	}
	.match-info-FIXTURES .score {
		font-size: 1.2rem;
	}
	.result_bx_inner {
        display: inline-block;
    }
    .result_decision {
        float: none;
        display: inline-block;
        margin-top: 15px;
        min-height: auto;
    }
}

@media screen and (max-width: 520px) {
	.points_page .panel-body .p_table {
		box-shadow: none;
		border: 1px solid #000;
		
	}

	.panel-body .lrg_point_main .points_table{
		width: 100%;
	}

	.points_page .tab-content{
		overflow-x: auto;
	}

	.points_page .nav-tabs>li>a {
		font-size: 14px;
		padding: 10px;
	}

	.points_table.table_lrg h2 {
		font-size: 20px;
	}

	p#first_all_stats, p#second_all_stats {
		font-size: 13px;
	}
	.live_score_card_table_box.points_page .panel-body .p_table {
		border: 0;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th+th:nth-child(3), .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td+td:nth-child(3), .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th+th:nth-child(3), .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td+td:nth-child(3){
		display: none;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 thead tr th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 thead tr th, .live_score_card_table_box.points_page .points_table.table_lrg .teamBowling1 tbody tr td{
		width: calc(100% - 180px);
		width: -webkit-calc(100% - 180px);
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td.extras{
		width: 180px;
	}
	.live_score_card_table_box.points_page .points_table.table_lrg .teamBatting1 tbody tr td span:nth-child(2) {
		font-size: .8rem;
	}
}

@media screen and (max-width: 480px) {
	.detail-section h1{
		font-size: 20px;
	}
	.source{
		font-size: 12px;
	}
	p.post-date-time{
		font-size: 12px;
		margin: 0 0 0 5px;
	}
	p.post-date-time img {
		width: 13px;
		margin-right: 1px;
	}
	.btArticleSideMeta{
		padding: 4px 0;
	}
	.content-area p {
		font-size: 18px;
		line-height: 26px;
	}
	.more-content-inner .vid_th_cont h3 {
		min-height: auto;
		margin-top: 0;
	}
	.more-content-inner .sm_vid_bx {
		margin-bottom: 0;
	}
.psl_left .col-xs-6{
	width:100%;
	margin-bottom: 10px;
}

.sm_vid_bx .vid_thumb{
	float:left;
	width:100px;
	margin-right:4%;	
}
	.description{
		font-size: 14px;
		line-height: 21px;
		width: calc(100% - 66px - 2%);
		padding: 2px 0 0 0;
	}
	.time-stamp {
		font-size: 15px;
		line-height: 22px;
	}
	.over{
		width:66px;
	}
	.over-circle{
		font-size: 13px;
		width:25px;
		height: 25px;
	}
	.d_s_result{
		font-size: 13px;
	}
	.d_s_result.live_score_d{
		font-size: 15px;
		padding: 7px;
	}
.vid_th_cont{
	float:left;
	width:41%;
	width: -webkit-calc(100% - 100px - 4%);
    width: -moz-cal(100% - 100px - 4%);
    width: calc(100% - 100px - 4%);
	padding:0;
	position:relative;
	
}
.vid_th_cont h6{
	display: none !important;
}
.vid_th_cont h5{
	display: inline-block;
    width: 100%;	
}
.language_select {
    right: -26px;
    top: -15px;
}
.language_select a {
    font-size: 12px;
}
.large_video_thumbs .col-xs-6:last-child a{
	margin-bottom:0;	
}
.ad_lrg {
    margin-bottom: 30px;
}

.more-list .col-xs-6{
	width:100%;	
}

.more-content .tittle h2 {
    font-size:25px;
}

.teams .col-xs-6{
	width:100%;	
}
.results_bx h1 {
    font-size: 20px;
    padding: 5px 12px;
    margin-bottom: 10px;
}
.results_bx h2 {
    font-size: 20px;
    padding: 5px 12px;
    margin-bottom: 10px;
}
.results_bx {
    padding: 30px;
}
.results_bx .brand1, .results_bx .brand2 {
        width: 100%;
}
.results_bx .match_dtl_inner .brand2 {
    margin-bottom: 0;
}
.results_bx .match_dtl_inner a {
    color: #3d0489;
}
.results_bx .match_dtl_inner p {
    font-size: 35px;
    margin-top: 32px;
}
.result_date h2 {
    font-size: 18px;
}
.result_decision p {
    font-size: 16px;
}
.result_decision {
    min-height: 70px;
    
}
.brand_logo{
	/* float:none;	 */
}
.brand_logo img {
    /* margin-right: 0px; */
}
.brand_name {
    padding: 10px 0;
}
.player_name ul li {
    font-size: 16px;
    padding: 5px 10px;
}
.player_box {
    padding: 20px;
}

.new_hdr_logo {
    left: 40px;
}
.new_socials a {
    margin-right: 15px;
}

.sm_vid_bx .vid_btn {
    font-size: 14px;
    width: 30px;
    height: 30px;
    line-height: 33px;
}
.sm_vid_bx h3 {
    margin-top: 0;
}
	.match-info .team .name-detail .name {
		font-size: 1rem;
	}
	.match-info-FIXTURES .score {
		font-size: 1rem;
	}
	.match-info-FIXTURES {
		padding: 2rem .5rem;
	}
	.match-info-FIXTURES .ball-by-balls-pink {
		margin-right: -8px;
	}
	.points_page .nav-tabs>li>a {
		font-size: 12px;
	}
}

@media screen and (max-width: 420px) {

.table thead tr {
    padding: 0 5px;
}
.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td {
    padding: 8px 0;
}
.new_hdr_logo {
    width: 60px;
	top:-4px;
}

.table tbody td + td {
    padding: 13px 0px;
}

}

@media screen and (max-width: 390px) {

.vid_th_cont h6 {
    margin-top: 10px;
}
.vid_th_cont h3 {
    line-height: 20px;
    min-height: auto;
}

.more-content-inner .vid_th_cont h3 {
    line-height: 19px;
    min-height: auto;
}
.results_bx {
    padding: 20px 10px;
}
.results_bx .brand1, .results_bx .brand2 {
    width: 90px;
}
.results_bx .match_dtl_inner p {
    margin-top: 20px;
}
}

@media screen and (max-width: 350px) {
	.vid_th_cont h3 {
    font-size: 14px;
    line-height: 16px;
}
.sm_vid_bx .vid_thumb{
	width:120px;	
}

.vid_th_cont{
	float:left;
	width:48%;
	width: -webkit-calc(100% - 120px - 4%);
    width: -moz-cal(100% - 120px - 4%);
    width: calc(100% - 120px - 4%);
	
}
.vid_th_cont h3 {
   margin-top: 10px;
}
.vid_th_cont {
    padding: 0;
}
.more-content-inner .vid_th_cont {
    padding-top: 0;
}
.more-content-inner .vid_th_cont h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
}

@media screen and (max-width: 328px) {
	.points_table h3 {
    font-size: 34px;
}
.table tbody td {
    font-size: 11px;
}
.table tbody td + td {
    font-size: 11px;
	padding: 16px 0px;
}
.right-inner .table tbody td {
    font-size: 11px;
}
}



