
/*Responsive css*/
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

@media (max-width: 1636px) {
}

@media (max-width: 1680px) {
}

@media (max-width: 991px) {
}

@media (max-width: 767px) {
.my-table td:nth-child(3) {
	display: none;
}
.my-table td:nth-child(4) {
	display: none;
}
.my-table th:nth-child(3) {
	display: none;
}
.my-table th:nth-child(4) {
	display: none;
}
.mob {
	display: block;
}
.bg-hold {
	padding: 31.5px 0;
}
.t1, .t2 {
	display: none;
}
.triangle {
	border-top: 67px solid transparent;
	border-bottom: 70px solid transparent;
}
.my-table>tbody>tr>td, .my-table>tbody>tr>th, .my-table>tfoot>tr>td, .my-table>tfoot>tr>th, .my-table>thead>tr>td, .my-table>thead>tr>th {
    border-radius: 0px 7px 7px 0;
}
}

@media (max-width: 575px) {
	.hide-condtion {
    
    left: auto;
    right: 0;
    transform: translate(0%, 0);
}
.hide-condtion:before {
    left: auto;
    right: 80px;
}

}

@media (max-width: 479px) {
.bet {
	font-size: 12px;
}
.bet-now {
	width: 116px;
	border-radius: 24px;
	font-size: 14px;
}
.triangle {
	display: none;
}
}
/* --- injected clearfix (WaybackScraper) --- */
.clearfix::after{content:"";display:table;clear:both}
.clearfix{display:block}
