@media only screen and (max-width: 1600px) {
	.bet-slip {
	    flex: 0 0 400px;
	    width: 400px;
	}
}

@media only screen and (max-width: 1200px) {
	#BetSlip {
		min-width: 300px;
		max-width: 300px;
		transition: all 0.3s;
		position: fixed;
		background: #FFF;
		right: -300px;
		top: 0;
		z-index: 1042;
		box-shadow: 0 0 3px rgba(0,0,0,0.25);
	}
	
	#BetSlip.active {
		right: 0;
		margin-top: 0;
		overflow-y: auto;
		height: 100%;
			    display: flex;
	    flex-direction: column;
	    justify-content: center;
	}
	a#BetslipCollpase {
		display: block;
	    margin-top: 5px;
	    text-align: center;
	    background: #177a01;
	    height: 44px;
	    font-weight: 500;
	    color: #FFF;
	    font-size: 14px;
	    padding: 10px;
	    border-radius: 5px;
	}
	.content-section { margin-right: 0; }
	.content_section {
    	margin-right: 5px;
	}
	.choose_time .btn.btn-theme {
	        background: #43aa2c;
    width: 171px;
	}
	.sports-list_bg {
	    height: calc(100% - 49px);
	}
}

@media only screen and (max-width: 768px) {
	.top-links p { display: none; }
	.navigation {
		height: auto;
		padding: 5px 15px;
	}
	.navbar-brand { margin: 0; }
	.navbar-brand img {height: 44px;}
	.navbar-toggler {
		padding: .35rem .6rem;
		font-size: 1rem;
	}
	.btn.btn-topnav.continue {
		width: 150px;
		float: left;
		margin: 10px 0 0;
	}
	
	
	.main-section .container { padding: 0; }
	
	footer { padding: 15px 0 15px; }
	footer h2.section-title { margin-bottom: 5px; }
	.contact_social { margin-bottom: 25px; }
	.quick-links { margin-bottom: 25px; }
	
	.paddingright { padding-right: 15px; }
	.paddingleft { padding-left: 15px; }
	
	.login-form { margin-top: 20px; }
	.content-section { margin-right: 0; }
	.search-container input[type=text] { width: 180px; }
	.add { display: none; } 
}
@media only screen and (max-width: 767px) {
	.top-links { flex-direction: column; }
	.top-selection {
		justify-content: center;
		flex-wrap: wrap;
		height: auto;
		padding-bottom: 10px;
	}
	section.main-section { flex-direction: column; }
	.sports-list {
		width: 100%;
		flex: 0 0 100%;
	}
	.content-section { 
		width: 100%;
		flex: 0 0 100%; 
		height: auto;
		margin: 15px 0 0;
	}
	.form-inline {
		flex-direction: column;
		align-items: flex-start;
	}
	.form-inline .form-group {
		width: 100%;
		margin-bottom: 5px;
	}
	.login-form .form-control { width: 100%; }
}
@media only screen and (max-width: 576px) {
	.register_details { padding: 20px 15px 15px; }
	.register-details { width: 100%;    margin: 15px; }
	.dropdown-group .col-4:first-child { padding-right: 5px; }
	.col-lg-4.col-md-4.col-4:nth-child(2) { padding: 0  5px; }
	.col-lg-4.col-md-4.col-4:last-child { padding-left:  5px; }
	.clicktobet { 
		flex-direction: column;
		width: calc(100% - 4px);
	}
	.clicktobet.wrapflax .btn {
		max-width: calc(100% - 4px);
		flex: 0 0 calc(100% - 4px);
		margin: 2px;
	}
}


@media(max-width:991px) {
	.navbar-light .navbar-nav .nav-link.username {
		justify-content: start;
		padding-left: 0;
	}
	.sports-list {
	    flex: 0 0 200px;
	    width: 200px;
	}
	.sport_list {
	    width: 100%;
	}
	.date_filter .btn.btn-theme {
	    width: 140px;
	}
	.date_filter .form-group {
	    width: 20%;
	}
	.bet-details_form .form-group {
	    width: 100%;
	}
	.choose_time .btn.btn-theme {
	    width: 130px;
	    font-size: 13px
	}
	.choose_time {
	    flex-wrap: wrap;
	}
	.choose_time .btn.btn-theme {
	    width: 150px;
	    margin-bottom: 10px;
	}
	.mybets .date_filter .form-group {
    	width: 40%;
	}
	.mybets .date_filter .nav-link {
	    padding: .5rem 0.2rem;
	}
	section.main_sections { flex-direction: column; }
	.content_section {
	    margin-right: 0px;
	    width: 100%;
	    margin-top: 0;
	}
	.bet_slip {
	    width: 100%;
	}
	.sport_list ul {
	    flex-wrap: wrap;
	}
	.sport_list ul li {
	    width: calc(33.33% - 10px);
	    padding: 10px 8px;
	    margin: 5px;
	}
	.main_table_top div .form-group {
	    width: 100%;
	}
	.mt_46 {
	    margin-top: 0;
	}

}

@media(max-width:767px) {
	.sports-list {
	    flex: 0 0 200px;
	    width: 100%;
	    display: inline-table;
	}
	.mt_15 {
		margin-top: 5px;
	}
	.date_filter .form-group {
	    margin-bottom: 10px;
	    width: 100%;
	}
	.date_filter div:nth-child(4) {
	    margin-bottom: 10px;
	}
	.date_filter {
    	display: block;
	}
	.bet-details_form {
    	display: flex;
	}
	.bet-details_for .form-group {
	    margin-bottom: 0px;
	}
	.bet-details_form {
		margin-bottom: 0;
	}
	.mybets .date_filter .form-group {
    	width: 100%;
	}
	.main_table_top .btn.btn-theme.back_btn {
	    width: 80px;
	}
	.main_table_top .btn.btn-theme.big_width {
	    width: 300px;
	}
	.main_table_top.display_fle {
	    flex-direction: column;
	    align-items: flex-start;
	}
	.display_fle .btn.btn-theme.back_btn {
	    width: 140px;
	    margin-bottom: 15px;
	}
			

}

@media(max-width:575px) {
	
	.mr-3 {
	    margin-right: 10px !important;
	}
	.main_table_top {
	    flex-direction: column;
	    align-items: flex-start;
	}
	.main_table_top div .form-group {
	    width: 100%;
	    margin-bottom: 15px;
	}
	.main_table_top div .form-group:nth-child(2) {
	    margin-right: 0;
	}
	.main_table_top .btn.btn-theme.big_width {
	    width: 260px;
	    font-size: 12px;
	    margin-top: 15px;
	}
	.display_flex {
	    flex-direction: column;
	}
	.display_fle .btn.btn-theme.back_btn {
	    width: 80px;
	    font-size: 11px;
	}
	.block_text {
	    font-size: 18px;
	    padding: 0 15px 15px;
	}
}

@media(max-width:415px) {
	.mybets_tab .nav-link {
	    padding: .5rem 0.5rem;
	}
	.float_none {
	    float: none !important;
	    margin-left: 10px;
	}
	.choose_time .btn.btn-theme {
	    width: 119px;
	    font-size: 12px;
	    padding: .375rem .2rem;
	}
	
}


@media (min-width: 992px) and (max-width: 1300px) { 
	.navbar-brand img {
	    height: 40px;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
	    padding-right: .4rem;
	    padding-left: .4rem;
	    font-size: 12px;
	}
	.navbar-light .navbar-nav .nav-link.username {
	    font-size: 12px;
	}
	.inset {
	    width: 30px;
	    height: 30px;
	    margin-left: 5px;
	}
	.navbar-light .navbar-nav .nav-link i {
		display: block;
		    font-size: 14px;
	}
	.navbar-expand-lg .navbar-nav {
	    align-items: center;
	}
}