.nav-tabs .nav-item{
	margin-bottom: 0;
}
.mobile_header {
    background-color: #0076fb;
    position: relative;
	padding: 5px 0;
	display: none;
}
.mobile_logo {
    max-width: 125px;
    /*background: #fff;*/
	/*border-radius: 4px;*/
	/*box-shadow: 0 0 6px 0 #000;*/
}
.mobile_logo img{
	max-width: 100%;
}
.mobile_header_btns a {
    color: #fff;
    font-size: 30px;
	margin-left: 20px;
	display: inline-block;
}
.mobile_logo_site {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.mobile_menu {
    position: absolute;
    width: 100%;
    /*min-height: 100vh;*/
    top: 0;
    left: 0;
    height: 100%;
    background: #0076fb;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    text-align: right;
}
.mobile_menu.active{
	opacity: 1;
	visibility: visible;
}
.close_menu {
    display: inline-block;
    font-size: 30px;
    color: #fff;
    margin: 25px 32px 15px 0;
    cursor: pointer;
}
.mobile_nav {
    position: relative;
    width: 100%;
    padding: 0;
    list-style: none;
    background: #0076fb;
	color:#fff;
	z-index: 1;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	/*border-bottom: 1px solid #ffffff7a;*/
	padding-bottom: 100px;
}
.mobile_nav li {
    width: 50%;
    display: inline-block;
}
.mobile_nav li:nth-child(odd){
	/*border-right: 1px solid #ffffff7a;*/
}
.mobile_nav li a {
    color: #333;
	padding: 15px;
	display: block;
	/*border-top: 1px solid #ffffff7a;*/
	text-decoration: none !important;
	font-size: 18px;
	font-weight: 500;
	border: 1px solid #e2e2e2;
	margin: 15px;
	display: flex;
	align-items: center;
	background-color: #fff;
	box-shadow: 0 0 5px 3px #5860e3;
	border-radius: 5px;
}
.mobile_nav li a::before{
	content: "\f101";
	font-family: "Font Awesome 5 Free";
	font-weight: 900; 
	margin-right: 10px;
	display: none;
}
.team_profile_table {
    overflow-x: scroll;
}
.team_table.new_design{
	overflow-x: scroll;
}
.player_event_table{
	overflow-x: scroll;
}
.mobile_login{
	display: none;
}
@media only screen and (max-width: 1150px) {
	#load_file {
	    display: none;
	}
	.header_top{
		display: none;
	}
	.main_header {
	    display: none;
	}
	.mobile_header{
		display: block;
	}
	.container{
		max-width: 97% !important;
	}
	/*.main_slider .slide img {
	    display: none;
	}
	.main_slider .slide {
	    min-height: 500px;
	    background-size: cover;
	    background-position: center;
	    background-repeat: no-repeat;
	}*/
}
@media only screen and (max-width: 1030px) {
	.row.my_custom_style{
		flex-wrap: wrap;
	}
	.row.my_custom_style .col-md-3.first{
		display: none;
	}
	.row.my_custom_style .col-md-3{
		max-width: 100%;
		flex: unset;
	}
	.row.my_custom_style .col-md-6{
		max-width: 100%;
		flex: unset;
		margin-bottom: 30px;
	}
	.row.my_custom_style .col-md-9{
		max-width: 100%;
		flex: unset;
		margin-bottom: 30px;
	}
	.player_event_detail_box video {
		height: unset;
		width: 100%;
	}
}
@media only screen and (max-width: 980px){
	.current_live_matches{
		flex-wrap: wrap;
	}
	.live_match_box{
		width: 100%;
		border-right: 0;
	}
}
@media only screen and (max-width: 767px) {
	.footer_info.footer_images_nav li {
	    text-align: left !important;
	}
	.site_copyright{
		text-align: center;
		margin-bottom: 10px;
	}
	.footer_social_link{
		text-align: center;
	}
	.zee_live_table .right{
		display: none;
	}
	.zee_live_table .left{
		width: 100%;
		border-right: 0;
	}
	.zee_table{
		overflow-x: auto;
	}
	.score_card_table {
		overflow-x: auto;
	}
	.team_profile .image .img{
		margin:0 auto 20px;
	}
	.team_profile.zee_player_profile .col-md-8{
		text-align: center;
	}
	.update_profile_btn div{
		display: none;
	}
	.update_profile_btn{
		height: 40px;
		width: 40px;
		padding: 0;
		line-height: 40px;
		text-align: center;
		font-size: 18px;
	}
}
@media only screen and (max-width: 650px){
	.live_score_left{
		width: 100%;
		border-right: 0;
	}
	.live_score_right{
		display: none;
	}
	.search_heading{
		flex-wrap: wrap;
	}
}
@media only screen and (max-width: 600px){
	.mobile_nav li{
		width: 80%;
		margin: 0 auto;
	}
	.mobile-login-btn a{
		width: 80%;
	}
	.mobile-login-btn{
		justify-content: center;
	}
	.mobile_logo{
		max-width: 100px;
	}
	.close_menu{
		margin: 13px 32px 10px 0;
	}
}
@media only screen and (max-width: 480px){
	
	.mobile_nav li{
		width: 100%;
	}
	.mobile-login-btn a{
		width: 100%;
	}
	
}
@media only screen and (max-width: 450px){
	.signup_box{
		width: 350px !important;
	}
	.signup_box form input[type="password"], .signup_box form input[type="text"]{
		width: 280px !important;
	}
	.form_page_button{
		max-width: 350px;
		flex-wrap: wrap;
		justify-content: center !important;
		margin: 20px auto 0;
	}
	.form_page_button a{
		margin: 10px;
	}
}
@media only screen and (max-width: 420px){
	.statistics_mobile {
	    display: none !important;
	}
	.social_login{
		display: none;
	}
	.mobile_login{
		display: block;
		font-size: 14px;
	}
	.social_login_btn {
	    height: 40px;
	    width: 40px;
	    padding: 0;
	    text-align: center;
	    line-height: 40px;
	}
	.google_login.social_login_btn{
		background: #d54c3f;
	}
	.social_login_btn i{
		margin: 0;
	}
	
	
}
@media only screen and (max-width: 380px){
	.signup_box{
		width: 300px !important;
	}
	.signup_box form input[type="password"], .signup_box form input[type="text"]{
		width: 235px !important;
	}
	.form_page_button{
		justify-content: center !important;
	}
}