body{
	padding: 0;
}
.header__flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 5px 0;
	height: 45px;
}
.footer_cta_mobile a {
	width: 33.33% !important;
	line-height: 45px;
	background: #079409;
	display: block;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.footer_cta_mobile a:nth-of-type(1) {
	background: #166391;
	color: #fff;
}
.footer_cta_mobile a:nth-of-type(2) {
	background: #079409;
	color: #fff;
}
.footer_cta_mobile a:nth-of-type(3) {
	background: #ff8a14;
	color: #fff;
}
.menu-first ul li a {
	display: flex;
	width: 100%;
	color: #fff;
	text-decoration: none;
	align-items: center;
}
.menu-first ul li a.active {
	color: #f00;
}
.open-menu {
	cursor: pointer;
}
.all-games__box img {
	object-fit: fill;
}
.playGames {
	position: absolute;
	background: #f7a204;
	background-position: 50% 0;
	background-size: 200%;
	box-shadow: 0 5px 10px 0 rgba(6,8,15,.1),inset 0 0 3px 0#ffdd8f;
	color: #000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	overflow: hidden;
	height: 25px;
	font-size: 14px;
	line-height: 1;
	white-space: nowrap;
	width: 50px;
	border-radius: 5px;
	transition: 0.5s;
	top: 50%;
	left: 50%;
	transform: translate(-50% , -50%);
	opacity: 1;
	font-weight: bold;
}
.all-games__box::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 3px;
	width: 100%;
	height: 100%;
	transition: opacity .1s ease-in .1s,padding-top .1s ease-in .1s;
	opacity: 0;
	background: #7f3f0029;
	box-shadow: inset 0 0 1px 1px rgba(255,163,71,.4),inset 0 0 10px 0 rgba(249, 245, 245, 0.2);
	z-index: 0;
}
.game-inner .game_name {
	color: #fff;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0 2px 2px rgba(0,0,0,.2);
	position: absolute;
	bottom: 0;
	font-weight: bold;
	width: 100%;
	left: 0;
	padding: 2px 5px;
	text-align: center;
}
.header__mobile {
	align-items: center;
	justify-content: space-between;
	height: 50px;
	padding: 5px 10px;
	position: sticky;
	top: 0 !important;
	z-index: 99;
	background: #4e4e4e;
}
.banner-slider__photo img {
	width: 100%;
	object-fit: fill;
	border-radius: 0;
}
.banner-section {
	padding: 0;
	margin-top: 0;
}
.header__menu ul li a::before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 0;
	transition: height .5s ease-out .1s,opacity .5s ease-in;
	opacity: 0;
	background: url(../images/nav-light.png) no-repeat center bottom;
	background-size: 100% 100%;
	border-bottom: 2px solid transparent;
}
.header__menu ul li a.active::before {
  bottom:0;
  height:10px;
  transition:bottom .2s ease-in,opacity .3s ease-out;
  opacity:1;
  border-bottom:2px solid #ff8a14
}
.service-style__fon {
	padding: 0 0px;
}
.service-style {
	display: block;
	width: 100%;
	height: auto;
	margin: 1px auto;
	padding: 5px 5px;
	overflow-x: hidden;
	overflow-y: auto;
	border: .2666666667vw solid #464646;
	border-radius: .8vw;
	background: #353432;
	-webkit-overflow-scrolling: touch;
}
a:hover {
	color: #fff !important;
	text-decoration: none !important;
}
.page-content, .most-popular {
	padding: 10px 5px;
	min-height: 300px;
}
.nav-justified1 .nav-link {
	display: block;
	padding: 5px 5px;
	color: #000;
	text-decoration: none;
	transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
	border: 1px solid #ec2929;
}
.btn-sm1 {
	padding: 1px 5px;
	margin-bottom: 5px;
}
.profile_menu .dropdown-menu {
	position: absolute;
	z-index: 1000;
	/* display: none; */
	min-width: 300px;
	padding: 10px 5px;
	margin: 0;
	font-size: 0.875rem;
	color: #5b626b;
	text-align: left;
	/* list-style: none; */
	/* background-color: #fcfdfe; */
	/* background-clip: padding-box; */
	border: 1px solid #e9ecef;
	border-radius: 0.25rem;
	max-height: 425px;
	overflow-y: scroll;
	scrollbar-width: thin;
	scrollbar-color: #13a766 #aeaa98;
	max-width: 320px;
}
.profile_menu .dropdown-item {
	padding: 3px 5px;
	color: #000;
	white-space: nowrap;
	border-left: 3px solid #dcdbd9;
	border-right: 3px solid #dcdbd9;
	border-top: 1px solid #dcdbd9;
	border-bottom: 1px solid #dcdbd9;
}
.profile_menu .bg_pro_link {
	background: #adacaa;
	font-weight: bold;
	padding-left: 10px;
	width: 49%;
	display: inline-block;
}
.profile_menu .dropdown-item:hover, .dropdown-item:focus {
	color: #cd5b65 !important;
	text-decoration: none !important;
	background-color: #adacaa !important;
}
.card_td {
	position: relative;
	padding: 5px 5px;
	display: table-cell;
}
.grouppart {
	display: flex;
	width: 95px;
	justify-content: center;
}
.grouppart img {
	width: 30px;
	margin: 1px;
}
.win-img {
	width: 20px;
}
.sideincon {
	background: #4a4a4a;
	padding: 10px;
	border-radius: 50%;
	width: 30px;
	height: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin-right: 5px;
}
.header-mob__menu {
	display: flex;
	max-width: 120px;
	width: 100%;
	position: unset;
	left: 50%;
	transform: unset;
}
.footer__main h5 {
	font-size: 12px;
	line-height: 20px;
	margin-bottom: .625rem;
	color: rgba(255,255,255,.8);
	display: block;
	font-weight: bold;
}

.menubar3dot{
	color: #fff;
}
.menubar3dot:hover{
	color: #cd5b65 ;
}

.footer-logo-wrap {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	width: 100%;
	padding-top: 1.25rem;
}




@media (max-width: 570px) {
  .container {
    padding: 0 15px;
  }
}