body{
	font-family: "Quicksand", system-ui;
  font-weight: 400;
  font-style: normal;
  font-size: 14px;
}
h1, h2, h3, h4, h5, h6{
	font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-style: normal;
}
@font-face {
    font-family: 'allexisregular';
    src: url('../fonts/allexis-webfont.woff2') format('woff2'),
         url('../fonts/allexis-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
a{
	text-decoration: none !important;
	transition: all ease-in-out 0.3s;
}
button{
		transition: all ease-in-out 0.3s;
}
ul{
	list-style-type: none;
	padding-left: 0;
}
img{
	max-width: 100%;
}
.container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1024px;
}
.header-bg{
	background: rgb(70,37,106);
background: radial-gradient(circle, rgba(70,37,106,1) 0%, rgba(28,35,48,1) 82%);
color: #FFF;
}
.casino_header{
	padding: 40px 0;
}
.search-box{
position: relative;
}
.search-box input{
	background: rgba(255,255,255,0.25);
	border: 0;
	color: #9d9d9d;
	font-size: 16px;
	    padding: 8px 16px !important;
    border-radius: 30px;
}
.search-box input::placeholder{
	color: #9d9d9d;
}
.search-box input:focus{
	background: rgba(255,255,255,0.25);
	border: 0;
	color: #9d9d9d;
	box-shadow: unset;
}
.search-box button{
	color: #FFF;
	background: rgba(255,255,255,0.25);
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	    height: 100%;
    width: 40px;
    border-radius: 100%;
}


.search-box .hfe-search-submit{
	color: #FFF;
	background: rgba(255,255,255,0.25);
	position: absolute;
	top: 0;
	right: 0;
	border: 0;
	    height: 100%;
    width: 40px;
    border-radius: 100%;
}
.align-center{
	align-items: center;
}

.header-btn {
	float: right;
}
.header-btn ul {
	margin-bottom: 0;
}
.header-btn ul li{
	display: inline-block;
	margin: 0 8px;
}
.header-btn ul li:last-child{
	margin-right: 0;
}
.header-btn ul li a{
	text-transform: uppercase;
	font-family: "Oxanium", sans-serif;
  	font-weight: 700;
  	font-size: 16px;
  	background: rgb(67,185,75);
	background: linear-gradient(180deg, rgba(67,185,75,1) 0%, rgba(28,46,46,1) 88%);
	color: #FFF;
	border: 2px solid #fcee21;
	padding: 4px 20px;
	border-radius: 30px;
	display: inline-flex;

}
.header-btn ul li a:hover{
	box-shadow: rgba(252, 238, 33, 0.82) 0px 0px 10px 0px;
	transform: scale(1.1);
}
.header-button a{
	text-transform: uppercase;
	font-family: "Oxanium", sans-serif;
  	font-weight: 700;
  	font-size: 16px;

}
.header-button a:hover{
	box-shadow: rgba(252, 238, 33, 0.82) 0px 0px 10px 0px;
	transform: scale(1.1);
}

.header-btn .form-select{
	background: unset;
	border: unset;
	color: #FFF;
	stroke: white;
	fill: white;
}
.custom-select {
    position: relative;
    display: inline-block;
    width: 50px;
    vertical-align: middle;
}
.custom-select::after{
	content: "\f078";
	font-family: FontAwesome;
	color: #FFF;
	font-size: 15px;
	    position: absolute;
    top: 0;
    right: 0px;
}
.select-selected {
   
    cursor: pointer;
    display: flex;
    align-items: center;
}

.select-items {
    position: absolute;
    border-top: none;
    z-index: 99;
    width: 100%;
    box-sizing: border-box;
}

.select-items div {
    cursor: pointer;
}

.select-items div:hover {
    /*background-color: #ddd;*/
}

.select-hide {
    display: none;
}

.flag-icon {
    width: 30px;
    height: 20px;
    vertical-align: middle;
}


.navigation-menu{
	background: rgba(255,255,255,0.30);

}
.nav-link{
	font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-style: normal;
  color: #FFF;
}
.nav-link:focus, .nav-link:hover, .navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
	color: #fcee21;
	text-shadow: 0px 0px 10px rgba(68, 190, 76, 0.82);
}
.casino-menu nav ul li a:hover{
	color: #fcee21;
	text-shadow: 0px 0px 10px rgba(68, 190, 76, 0.82);
}
.nav-item{
	    margin-left: 6px;
    margin-right: 6px;
}

.carousel-content{}
.carousel-content h1{
	font-size: 60px;
	text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.82);
	color: #FFF;
	font-family: 'allexisregular';
	font-weight: normal;
	margin-bottom: 0;
	margin-left: 6px;
}
.carousel-content h2{
	text-transform: uppercase;
	font-size: 38px;
}
.carousel-content h2 span{
	color: #fcee21;
}

.carousel-content p{
	margin-bottom: 25px;
}
.btn_primary{
	text-transform: uppercase;
	font-family: "Oxanium", sans-serif;
  	font-weight: 700;
  	font-size: 14px;
  	background: rgb(67,185,75);
	background: linear-gradient(180deg, rgba(67,185,75,1) 0%, rgba(28,46,46,1) 88%);
	color: #FFF;
	border: 2px solid #fcee21;
	padding: 15px 30px;
	border-radius: 30px;
 transition: all 0.2s ease-in-out;
   display: table-cell;
}
.btn_primary:hover{
	box-shadow: rgba(252, 238, 33, 0.82) 0px 0px 10px 0px;
	  transform: scale(1.1);
	  color: #FFF;
}

.banner-btn{
	text-transform: uppercase;
	font-family: "Oxanium", sans-serif;
		font-weight: 500;
		margin-top: 35px;
}
.banner-btn ul{
	display: flex;
	align-items: center;
	vertical-align: middle;
	align-content: center;
}
.banner-btn ul li{
	display: inline-block;
	text-align: center;
	background: rgba(255,255,255,0.30);
	    width: calc(25% - 4px);
   padding: 30px 0;
   margin: 0 1px;
}
.banner-btn ul li:first-child{
	margin-left: 0;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
}
.banner-btn ul li:last-child{
	margin-right: 0;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
}
.banner-btn ul li:nth-child(3){
	padding: 22px 0;
}
.banner-btn ul li a{
	color: #FFF;
	display: block;
	text-align: center;
	line-height: 16px;
}
.banner-btn ul li a img{
margin-bottom: 5px;
}
.banner-btn ul li:hover{
	background: rgba(255,255,255,0.40);
}

.show-sec{
	display: none;
}


.section-bg{
	background: rgb(70,37,106);
background: radial-gradient(circle, rgba(70,37,106,1) 0%, rgba(28,35,48,1) 82%);
color: #FFF;
}
.up_down_space{
	padding-top: 60px;
	padding-bottom: 60px;
}
.section-heading {}
.section-heading h2{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.section-heading p{
	font-size: 14px;
}
.cgreen{
	color: #44be4c;
}
.cyellow{
	color: #fcee21;
}
.how-play-box{
	background: rgba(255,255,255,0.30);
	border-radius: 10px;
	padding: 20px;
	margin-bottom: 25px;
}
.how-play-box h2{
	font-size: 18px;
	font-weight: bold;
	display: flex;
	align-items: center;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.how-play-box h2 span{
	background-color: #47c04f;
	border:1px solid #fcee23;
	padding: 8px 16px 6px 16px;
	border-radius: 10px;
	margin-right: 6px;
	position: relative;
	top: -2px;
}
.how-play-box p{
	font-size: 14px;
}
.how-play-box p:last-child{
	margin-bottom: 0;
}
.how-play-box p a{
text-decoration: underline;
	color: #FFF;
}
.how-play-box p a:hover{
	color: #44be4c;
}

.pros_list{
border-radius: 10px;
overflow: hidden;
}
.pros_list h3{
	background-color: #44be4c;
	color: #FFF;
	font-size: 18px;
	padding: 15px;
	margin-bottom: 0;
}
.pros_list ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;

}
.pros_list ul li{
padding: 10px 20px;
}
.pros_list ul li:nth-child(odd){
background-color: rgba(68,190,76,0.15);
}
.pros_list ul li:nth-child(even){
	background-color: rgba(68,190,76,0.30);
}
.pros_list ul li::before{
	content: '\f058';
	color: #00ba00;
	font-family: FontAwesome;
	font-size:18px;
	margin-right: 10px;
}

.cons_list{
border-radius: 10px;
overflow: hidden;
}
.cons_list h3{
	background-color: #ee404c;
	color: #FFF;
	font-size: 20px;
	padding: 15px;
	margin-bottom: 0;
}
.cons_list ul{
	list-style-type: none;
	padding-left: 0;
	margin-bottom: 0;

}
.cons_list ul li{
padding: 10px 20px;
}
.cons_list ul li:nth-child(odd){
background-color: rgba(238,64,76,0.15);
}
.cons_list ul li:nth-child(even){
	background-color: rgba(238,64,76,0.30);
}
.cons_list ul li::before{
	content: '\f057';
	color: #ee404c;
	font-family: FontAwesome;
	font-size: 18px;
	margin-right: 10px;
}

.freeslots_box{
border:1px solid #FFF;
border-radius: 10px;
overflow: hidden;
}

.freeslots_box table{
	width: 100%;
	margin-bottom: 0;

}
.freeslots_box table thead{
	background: rgba(255,255,255,0.30);

}
.freeslots_box table thead td{
	font-size: 16px;
	padding: 15px;
	font-family: "Oxanium", sans-serif;
	font-weight: 700;
}
.freeslots_box table td{
	width: 50%;
	vertical-align: middle;
	background: rgba(255, 255, 255, 0.30);

}
.freeslots_box table tbody tr:nth-child(even){
	background: rgba(255,255,255,0.30);
}
.freeslots_box table tbody tr td{
		font-size: 14px;
padding: 10px 20px;
}
.freeslots_box table tbody tr td i{
		color: #FFF;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 100%;
	margin-right: 10px;
	float: left;
	font-size: 25px;
}
.freeslots_box table tbody tr td .fa-check{
	background-color: #00ba00;
}
.freeslots_box table tbody tr td .fa-times{
	background-color: #ee404c;
}
.freeslots_box table tbody tr td .fa-circle-check{
	color: #00ba00;
}

 .freeslots_box table tbody tr td .fa-circle-xmark{
 	color: #ee404c;
 }
.games-tabs .nav-tabs{
	border: unset;
	text-align: center;
	display: block;
	background: rgba(255,255,255,0.30);
	padding: 5px 0;
	margin-bottom: 30px;
}
.games-tabs .nav-tabs li{
	display: inline-block;
}


.games-tabs .nav-tabs .nav-item.show .nav-link, .games-tabs .nav-tabs .nav-link.active{
	background-color: #2a2444;
	border: 0;
	color: #fcee21;
	text-shadow: 0px 0px 10px rgba(68, 190, 76, 0.82);
}

.games-tabs .nav-tabs .nav-link{
border: unset;
border-radius: 8px;
text-transform: uppercase;
background-color: rgba(42,36,68,0.40);
}
.games-tabs .nav-tabs .nav-link:focus, .games-tabs .nav-tabs .nav-link:hover{
	background-color: #2a2444;
	border: 0;
	color: #fcee21;
	text-shadow: 0px 0px 10px rgba(68, 190, 76, 0.82);
}


.game-box{
	border: 2px solid #fcee21;
	border-radius: 8px;
	overflow: hidden;
	background-color: #1c1931;
}

.game-box-content{
	padding: 15px;
}
.game-box-content h5{
	text-transform: uppercase;
	font-size: 13px;
	margin-bottom: 15px;
}
.game-box-content h5 span{
	float: right;
}
.game-box-content h5 i{
	color: #fcee21;
}
.game-box-content h6{
	font-size: 15px;
	margin-bottom: 15px;
	text-align: center;
}
.game-box-content h6 a{
	color: #FFF;
}
.game-box-content h6 a:hover{
	color: #fcee21;
}

.game-box-content ul{}
.game-box-content ul li{
	font-size: 13px;
	background-color: #2e2a4d;
	margin-bottom: 5px;
	padding: 4px 8px; 
	border-radius: 8px;
}
.game-box-content ul li span{
	font-weight: bold;
	float: right;
}
.game-box-content ul li:last-child{
	margin-bottom: 0;
}
.game-box-content p{
	text-align: center;
	font-size: 12px;
}

.game-box-content .game-play{
	display: block;
	text-align: center;
	color: #FFF;
	background-color: #44be4c;
	padding: 10px 0;
	border-radius: 30px;
	font-family: "Oxanium", sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}
.game-box-content .game-play:hover{
	background-color: #083f0c;
	transform: scale(1.1);
}


.wos_gamebox{
border: 2px solid #fcee21;
text-align: center;
border-radius: 10px;
background-color: #1c1931;
}
.wos_gamebox_content{
	padding: 15px;
}
.wos_gamebox .rating{
	color: #fcee21;
	font-size: 18px;
	margin-bottom: 10px;
}
.wos_gamebox_title{
font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: 12px;
  margin-bottom: 12px;
}
.wos_gamebox_title a{
	color: #FFF;
}
.wos_gamebox_title a:hover{
	color: #fcee21;
}
.wos_gamebox_btn a{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
}
.wos_gamebox_btn a:last-child{
margin-bottom: 0;
}
.btn_secondary{
	text-transform: uppercase;
	font-family: "Oxanium", sans-serif;
  font-weight: 700;
  color: #FFF;
	background-color: #44be4c;
	padding: 10px 30px;
	border-radius: 30px;
}
.btn_secondary:hover{
	background-color: #083f0c;
	transform: scale(1.1);
	color: #FFF;
}
.wos_gamebox_desc{
font-size: 11.5px;
}
.wos_gamebox_desc p span{
	color: #fcee21;
}
.wos_gamebox_desc p a{
	color: #FFF;
	text-decoration: underline;
}
.wos_gamebox_desc p a:hover{
	color: #fcee21;
}
.owl-carousel{
	position: relative;
}

.owl-carousel .owl-nav{
	display: block !important;
	position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    transform: translate(0px, -50%);
}

.owl-carousel .owl-nav button{
	background: rgba(255,255,255,0.30) !important;
	width: 40px;
	height: 40px;
	line-height: 40px !important;
	text-align: center !important;
	border-radius: 100% !important;
}
.owl-carousel .owl-nav button:hover{
	background: #44be4c !important;
}

.owl-carousel .owl-nav button .carousel-control-next-icon, .owl-carousel .owl-nav button .carousel-control-prev-icon{
	width: 20px;
	position: relative;
	top: 4px;
}
.owl-carousel .owl-nav .owl-prev{
	position: absolute;
    left: -6%;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
    right: -6%;
}

.owl-carousel .item{
	height: 100%;
}
.owl-dots{
	display: none !important;
}
.wos_top_casino{
	border: 2px solid #fcee21;
	border-radius: 10px;
	background-color: #1c1931;
}
.wos_top_casino_content{
	padding: 15px;
}
.wos_top_casino_content h5{
	margin-bottom: 12px;
  font-size: 16px;
}
.wos_top_casino_content h5 span{
	float: right;
	font-size: 14px;
	position: relative;
}
.wos_top_casino_content h5 i{
	color: #fcee21;
}
.wos_top_casino_content h6{
	font-size: 14px;
	margin-bottom: 12px
}
.wos_top_casino_content h6 a{
	color: #FFF;
}
.wos_top_casino_content h6 a:hover{
	color: #fcee21;
}
.wos_top_casino_content ul{
	padding-left: 0;
	margin-bottom: 12px;
}
.wos_top_casino_content ul li{
	background-color: #2e2a4d;
	padding: 8px;
	border-radius: 8px;
	margin: 0 3px;
    display: inline-block;
    width: calc(50% - 8px);
    margin-bottom: 5px;
}
.wos_top_casino_content ul li strong{
	/*float: right;*/
	display: block;
}
.wos_top_casino_content p{
margin-bottom: 12px;
}
.wos_top_casino_content .info-list{
	
}
.wos_top_casino_content .info-list li{
	padding: unset;
	background-color: unset;
	border-radius: unset;
	width: unset;
	display: block;
	font-size: 13px;
}
.wos_top_casino_content .info-list li::before{
	content: "\f111";
    font-family: FontAwesome;
    color: #fcee21;
    font-size: 7px;
    padding-right: 10px;
    position: relative;
    top: -3px;
}
.wos_top_casino_btn a{
	display: block;
	text-align: center;
	border: 2px solid #fcee21;
	padding: 7px 0;
	border-radius: 30px;
	text-transform: uppercase;
	color: #FFF;
	font-family: "Oxanium", sans-serif;
  font-weight: 700;
  margin-bottom: 10px;
}
.wos_top_casino_btn a:hover{
	background-color: #44be4c;
	border: 2px solid #44be4c;
	transform: scale(1.1);
}
.wos_top_casino_content p:last-child{
	margin-bottom: 0;
}
#top_casino_carousel .owl-nav,  #top_recommended_casino_carousel .owl-nav{
	width: 10% !important;
    top: -10%;
    right: 0;
    left: unset;
}

#top_recommended_casino_carousel .owl-nav{
	width: 8%;
    top: -13%;
    right: 0;
    left: unset;
}

.wos-gamebox2-content{
	padding: 10px;
}
.wos-gamebox2-content h6{
	font-size: 13px;
}
.wos-gamebox2-content p{
	font-size: 12px;
}

.casino_game_content_box{
	background: rgba(255,255,255,0.30) !important;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 30px;
}
.casino_game_content_box h3{
	font-size: 18px;
	background: rgba(255,255,255,0.30) !important;
	padding: 15px 25px;
}
.casino_game_content_box h3 strong{
	background-color: #47c04f;
    border: 1px solid #fcee23;
    padding: 8px 16px 6px 16px;
    border-radius: 10px;
    margin-right: 6px;

}
.casino_game_content_box h3 span{
	float: right;
	color: #fcee21;
	font-size: 16px;
	position: relative;
	top: 3px;
}
.casino_game_content_area{
	padding: 30px;
}
.casino_game_content_box_image{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
}
.casino_game_content_box_image::before{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
/*.casino_game_content_box_image:hover img{
	transform: scale(1.1);
}*/
.casino_game_content_box_image:hover:before{
	opacity: 1;
}
.casino_game_content_btn_area{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
	transform: translate(0 , -50%);
	transition: all ease-in-out 0.3s;
	opacity: 0;
}
.casino_game_content_box_image:hover .casino_game_content_btn_area{
	opacity: 1;
}
.casino_game_content_btn_area h4{
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}
.casino_game_content_btn_area ul{
	width: 50%;
	display: table;
	margin: 0 auto;
}
.casino_game_content_btn_area ul li{
	margin-bottom: 10px;
}
.casino_game_content_btn_area ul li a{
	display: block;
}
.casino_game_content_logo_area{
	background-color: #44be4c;
	text-align: center;
	padding: 12px 0;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.casino_game_content_logo_area img{
	height: 25px;
}
.casino_game_content_box_image:hover .casino_game_content_logo_area{
	opacity: 1;
}
.casino_game_content_box h5{
	margin-bottom: 0;
		font-size: 16px;
	background: rgba(255,255,255,0.30) !important;
	padding: 15px 25px;
	text-transform: uppercase;
}
.casino_game_content_box h5 img{
	margin-right: 15px;
}
.casino_game_content_box h5 span{
	float: right;
	position: relative;
	top: 17px;
}
.wos_carousel_box{
	background-color: #1c1931;
	border: 2px solid #fcee21;
	border-radius: 10px;
	overflow: hidden;
}
.wos_carousel_box_content{
	padding: 15px;
	text-align: center;
}
.wos_carousel_box_content h3{
	font-size: 13px;
	text-transform: uppercase;
}
.wos_carousel_box_content h3 a{
	color: #FFF;
}
.wos_carousel_box_content h3 a:hover{
	color: #fcee21;
}
.wos_carousel_box_content p{
	font-size: 12px;
}
.wos_carousel_box_content p:last-child{
	margin-bottom: 0;
}
.wos_winner_carousel_box{
	background-color: #1c1931;
	border: 2px solid #fcee21;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px;
}
.wos_winner_carousel_box_content{}
.wos_winner_carousel_box_content span{
	background-color: #38354a;
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 12px;
}
.wos_winner_carousel_box_content h6{
	font-size: 12px;
	text-transform: uppercase;
	margin-top: 8px;
	margin-bottom: 0;
	height: 30px;
}
.wos_winner_carousel_box_content h6 a{
	color: #FFF;
}
.wos_winner_carousel_box_content h6 a:hover{
	color: #fcee21;
}
.wos_winner_carousel_box_content p{
	font-size: 12px;
	margin-bottom: 0;
}
.wos_winner_carousel_box_content p:last-child{
	margin-bottom: 0;
}
.wos_winner_carousel_box_content p span{
	color: #44be4c;
	padding: unset;
	border-radius: unset;
	background-color: unset;
}
.wos_winner_carousel_box_image{
height: 100%;
}
.wos_winner_carousel_box_image img{
	height: 100%;
	object-fit: contain;
}

#live_winner_carousel .owl-nav{
	top: 25%;
}


.wos_game_detailbox{
		background: rgba(255,255,255,0.30) !important;
		padding: 15px;
		border-radius: 10px;
}

.game_detail_image{
	text-align: center;
}
.wos_game_details{
	text-align: center;
	margin-top: 10px;
		
}
.b-right{
	border-right: 2px solid #fcee21;
}
.wos_game_details h3{
	font-size: 25px;
	margin-bottom: 0px;
}
.wos_game_details_rating{
	color: #fcee21;
	font-size: 14px;
	margin-bottom: 10px;
}
.wos_game_details p {
	font-size: 12px;
	margin-bottom: 10px;
}
.wos_game_details p span{
	color: #fcee21;
}
.wos_game_details p:last-child{
	margin-bottom: 0;
}

.wos_game_extra_details ul{
	list-style-type: none;
	padding-left: 0;
	background: rgba(255,255,255,0.30) !important;
	border-radius: 10px;
	overflow: hidden;
}
.wos_game_extra_details ul li{
	display: inline-block;
	
	text-align: center;
	border-right: 2px solid #604082;
	width: calc(33.33% - 3px);
	padding: 5px 0;
}

.wos_game_extra_details ul li:last-child{
	border-right: 0;
}
.wos_game_extra_details ul li span{
	color: #fcee21;
	font-size:12px;
	display: block;
}
.wos_game_extra_details ul li strong{
	font-size: 16px;
}

.wos_game_detailbox_checklist ul{
	background: unset !important;
}
.wos_game_detailbox_checklist ul li{
	margin-bottom: 5px;
	font-size: 14px;
	padding: unset;
	border: unset;
	display: block;
	width: unset;
	text-align: unset;
}
.wos_game_detailbox_checklist ul li::before{
	content: '\f058';
	color: #00ba00;
	font-family: FontAwesome;
	font-size: 16px;
	padding-right: 10px;
}
.wos_game_details_btn a{
	display: block;
	text-align: center;
}


.wos_game_extra_details{
	margin-top: 15px;
}
.filterinput-box{
	position: relative;
}
.filterinput-box input{
	    background: rgba(255, 255, 255, 0.25);
    border: 0;
    color: #9d9d9d;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 30px;
}
.form-control::placeholder{
	color: #9d9d9d;
}
.filterinput-box i{
	position: absolute;
	    top: 12px;
    right: 15px;
}



.form-control:focus{
	background: rgba(255,255,255,0.25);
	border: 0;
	color: #9d9d9d;
	box-shadow: unset;
}
.providers select{
	   background-color: rgba(255, 255, 255, 0.25);
    border: 0;
    color: #9d9d9d;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 30px;
}
.form-select {
   /* background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%232596be' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  stroke: #FFF;*/

   background-image: url(
"data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
}
/*
.providers select:focus{
	background: rgba(255,255,255,0.25);
	border: 0;
	color: #9d9d9d;
	box-shadow: unset;
}*/



.form-select:focus{
	box-shadow: unset;
}


.filter_btn_area{
	  background-color: rgba(255, 255, 255, 0.25);
	  padding: 12px 20px;
}
.filter_btn_area button{
	margin-bottom: 0;
	text-transform: uppercase;
	color: #FFF;
	font-size: 16px;
		font-family: "Oxanium", sans-serif;
  font-weight: 700;
  background-color: unset;
  padding: unset;
  border: unset;
  background-image: unset !important;
  margin-right: 25px;
}
.filter_btn_area button:last-child{
	margin-right: 0;
}
.filter_btn_area button:hover{
	color: #fcee21;
	text-shadow: 0px 0px 10px rgba(68, 190, 76, 0.82);
	background-color: unset;
	background: unset;
}


.button.is-checked, .button.is-selected{
	color: #fcee21;
	text-shadow: 0px 0px 10px rgba(68, 190, 76, 0.82);
	background-color: unset;
	background: unset;
}
.button:enabled:hover{
	background-color: unset !important; 
}
.grid{
	border: unset;
	background: unset;
}

.element-item{
	margin: unset;
	width: 20%;
	height: unset;
	background: unset;
	color: unset;
	padding-left: 0;
}
.filter_game_box{
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 20px;
}
.filter_game_box img{
	width: 100%;
}
.filter_game_box::before{
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0,0,0,0.6);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.filter_game_box:hover:before{
	opacity: 1;
}
.filter_game_box h6{
	margin-bottom: 0;
	font-size: 14px;
	text-align: center;
	background-color: #1c1931;
	padding: 10px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
.filter_game_box h6 a:hover{
	color: #fcee21;
}
.filter_game_box_btn{
	width: 100%;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0px , -75%);
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.filter_game_box_btn ul{
	margin-bottom: 0;
	text-align: center;
	width: 80%;
	display: table;
	margin: 0 auto;
}
.filter_game_box_btn ul li{
	margin-bottom: 10px;
}
.filter_game_box_btn ul li:last-child{
	margin-bottom: 0;
}
.filter_game_box_btn ul li a{
	display: block;
	font-size: 14px;
	padding: 5px 10px;
}
.filter_game_box:hover .filter_game_box_btn{
	opacity: 1;
}

.title_box{
	background-color: rgba(255, 255, 255, 0.25);
	padding: 12px 0;
	border-radius: 10px;
	margin-bottom: 25px;
}

.wos_title {
	
}
.wos_title h3{
	text-align: center;
	font-size: 16px;
	color: #FFF;
	margin-bottom: 0;
}
.wos_title h3 img{
	margin-right: 5px;
	position: relative;
	top: -2px;
	height: 21px;
}
.wos_realmoney_box{
	    background: rgba(255, 255, 255, 0.30) !important;
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 25px;
}
.wos_realmoney_box_image{
	position: relative;
	overflow: hidden;
	border-radius: 12px;
}
.wos_realmoney_box_imagetitle {
	position: absolute;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	padding: 8px 0;
}

.wos_realmoney_box_image img{
	width: 100%;
}
.wos_realmoney_box_image h3{
	font-size: 18px;
}
.wos_realmoney_box_title{
	text-align: center;
	height: 100%;
	align-content: center;
}
.wos_realmoney_box_title h3{
	font-size: 18px;
	color: #fcee21;
}
.wos_realmoney_box_title h2{
	font-size: 20px;
}
.wos_realmoney_box_list{
	height: 100%;
	align-content: center;
}
.wos_realmoney_box_list ul{
	margin-bottom: 0
}
.wos_realmoney_box_list ul li{
	margin-bottom: 5px;
	font-size: 14px;
	color: #FFF;
}
.wos_realmoney_box_list ul li::before{
	content: '\f058';
	color: #00ba00;
	font-family: FontAwesome;
	font-size: 18px;
	padding-right: 10px;
}
.wos_realmoney_box_image .wos_game_details_rating{
	margin-bottom: 0;
}



.wos_realmoney_box_btn{
height: 100%;
align-content: center;
}

.wos_realmoney_box_btn ul{

display: table;
margin: 0 auto;
text-align:center;
}
.wos_realmoney_box_btn ul li {
	margin-bottom: 10px;
}
.wos_realmoney_box_btn ul li a{
	display: block;
}


.btn_tertiary{
	text-transform: uppercase;
	font-family: "Oxanium", sans-serif;
  font-weight: 700;
  color: #FFF;
	padding: 10px 30px;
	border-radius: 30px;
	border: 2px solid #fcee21;
	transition: all ease-in-out 0.3s;
}
.btn_tertiary:hover{
	transform: scale(1.1);
	color: #fcee21;
}
.wos_realmoney_detailsbox{
	background: rgba(255, 255, 255, 0.40) !important;
    padding: 15px;
    border-radius: 10px;
    height: 100%;
}

.wos_realmoney_detailsbox h3{
	font-size: 16px;
	color: #fcee21;
}
.wos_realmoney_detailsbox ul{
	margin-bottom: 0;
}
.wos_realmoney_detailsbox ul li{
	margin-bottom: 10px;
}
.wos_realmoney_detailsbox ul li:last-child{
	margin-bottom: 0;
}
.wos_realmoney_detailsbox ul li i{
	margin-right: 5px;
}
.wos_realmoney_detailsbox ul li .fa-circle-check{
	color: #00ba00;
}
.wos_realmoney_detailsbox ul li .fa-circle-xmark{
	color: #ee3f4b;
}
.wos_realmoney_detailsbox p:last-child{
margin-bottom: 0;
}
.wos_realmoney_detailsbox p span{
	float: right;
}




.payment_opt ul{
	margin-bottom: 0;
}
.payment_opt ul li{
	margin-bottom: 0;
	display: inline-block;
	margin: 0 5px;
}
.payment_opt ul li:first-child{
	margin-left: 0;
}
.payment_opt ul li:last-child{
	margin-right: 0;
}




.hide-div{
	display: none;
}

.downicon2{
	transition: all ease-in-out 0.3s;
}
.ico-rotate{
	transform: rotate(180deg);
	transition: all ease-in-out 0.3s;
}

.popularslots{
	    background: rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    padding: 20px;
    margin-bottom: 25px;
}

.popularslots_image img{
	margin-bottom: 15px;
}

.popularslots_image a{
	display: block;
	text-align: center;
}
.popularslots_content h3{
	font-size: 22px;
	text-transform: uppercase;
	color: #fcee21;
}
.popularslots_content h5{
	color: #fcee21;
	font-size: 18px;
}

.pros_cons_table table{
	width: 100%;
	text-align: center;
	background: rgba(255, 255, 255, 0.20);
	border-radius: 10px;
	overflow: hidden;
}
.pros_cons_table table thead{}
.pros_cons_table table thead tr{}
.pros_cons_table table thead tr th{
	font-family: "Oxanium", sans-serif;
  	font-weight: 700;
  	background: rgba(255, 255, 255, 0.20);
  	color: #FFF;
  	border-bottom: unset;
  	border-right: 1px solid #FFF;
  	font-size: 18px;
}
.pros_cons_table table thead tr th:last-child{
	border-right: unset;
}
.pros_cons_table table tbody tr{
	vertical-align: middle;
}
.pros_cons_table table tbody tr:nth-child(odd){
	background: rgba(255, 255, 255, 0.10);
}
.pros_cons_table table tbody tr:nth-child(even){
	background: rgba(255, 255, 255, 0.20);
}
.pros_cons_table table tbody tr td i{
	font-size: 16px;
}
.pros_cons_table table tbody tr td{
	background: unset;
	color: #FFF;
	border-bottom: unset;
		border-right: 1px solid #FFF;
		align-content: center;
		font-size: 14px;
}
.pros_cons_table table tbody tr td:last-child{
	border-right: unset;
}

.pros_cons_table table tbody tr td:last-child .btn_secondary{
	    display: -webkit-inline-box;
}
.pros_cons_table table tbody tr td .fa-circle-check{
	position: relative;
	color: #00ba00;
}
.pros_cons_table table tbody tr td .fa-check-circle{
	color: #00ba00;
}
.pros_cons_table table tbody tr td .fa-times-circle{
	color: #ee404c;
}
.pros_cons_table table tbody tr td svg{
	height: 14px;
}
.pros_cons_table table tbody tr td .fa-circle-xmark{
	color: #ee404c;
}
.wos_highest_slot{
	background-color: #1c1931;
	border-radius: 10px;
	overflow: hidden;
	border: 2px solid #fcee21;
}
.wos_highest_slot img{
	width: 100%;
}
.wos_highest_slot_content{
	padding: 10px;
}
.wos_highest_slot_content h4{
	text-align: center;
	font-size: 14px;
}
.wos_highest_slot_content h4 a{color: #FFF; }
.wos_highest_slot_content h4 a:hover{
	color: #fcee21;
}
.wos_highest_slot_content ul{

}
.wos_highest_slot_content ul li{
	padding: 5px;
	border-radius: 8px;
	margin-bottom: 5px;
	background-color: #2e2a4d;
	font-size: 12px;
}
.wos_highest_slot_content ul li:last-child{
	margin-bottom: 0;
}
.wos_highest_slot_content ul li i{
	color: #00ba00;
	margin-right: 4px;
}
.wos_highest_slot_content .btn_secondary{
	display: block;
	text-align: center;
	padding: 5px 15px;
}
.wos_pagination{}
.wos_pagination .pagination{

}

.wos_pagination .pagination li{
	margin: 0 5px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 100%;
	border: 0;
	background: rgba(255, 255, 255, 0.30);
	overflow: hidden;
}
.wos_pagination .pagination li a{
	padding: unset;
	display: block;
	background: unset;
	border: unset;
	color: #FFF;
}
.wos_pagination .pagination li:hover a{
	background: #44be4c;
}

#wos_carousel1 .owl-nav .owl-prev, #game_carousel1 .owl-nav .owl-prev, #live_winner_carousel .owl-nav .owl-prev{
	left: -6%;
}


#wos_carousel1 .owl-nav{
	top: 40%;
}


.carousel-caption{
	text-align: left;
	width: 36%;
	left: 13%;
	top: 17%;
}
.carousel-caption h1{
	font-size: 60px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.82);
    color: #FFF;
    font-family: 'allexisregular';
    margin-bottom: 0;
}
.carousel-caption h2{
	text-transform: uppercase;
	font-size: 43px;
}
.slide .carousel-control-next-icon, .slide .carousel-control-prev-icon{
	display: none;
}
.carousel-indicators{
	display: none;
}

.banner3{
	position: relative;

}

.banner-content{

}
.banner-content h1{
	font-size: 60px;
    text-shadow: 0px 0px 10px rgba(0, 0, 0, 0.82);
    color: #FFF;
    font-family: 'allexisregular';
    margin-bottom: 0;
}
.banner-content h2{
	text-transform: uppercase;
	font-size: 50px;
	margin-bottom: 25px;
}
.bg-shape{
	    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.banner_shapes{
	position: relative;
}
.shape_image{
	border-radius: 100%;
	display: table;
	margin: 0 auto;
	margin-bottom: 8px;
	transition: all ease-in-out 0.3s;
}

.shape_image:hover{
	box-shadow: rgba(252, 238, 33, 0.82) 0px 0px 10px 3px;
}
.shape_image img{
	
}
.banner_shapes h5{
	font-weight: 500;
	text-transform: uppercase;
	font-size: 12px;
	color: #fcee21;
	text-align: center;
}
.shape1{
	position: absolute;
    top: -40px;
    left: 30%;
}
.shape2{
	position: absolute;
    top: -40px;
    left: 65%;
}


.shape3{
	position: absolute;
    top: 100px;
    left: 15%;
}

.shape4{
	position: absolute;
    top: 100px;
    left: 44%;
}

.shape5{
	position: absolute;
    top: 240px;
    left: 30%;
}
.shape6{
	position: absolute;
    top: 240px;
    left: 60%;
}
/*5 column in a row*/
.col-2dot4,
.col-sm-2dot4,
.col-md-2dot4,
.col-lg-2dot4,
.col-xl-2dot4 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col-2dot4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
@media (min-width: 540px) {
    .col-sm-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 720px) {
    .col-md-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 960px) {
    .col-lg-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}
@media (min-width: 1140px) {
    .col-xl-2dot4 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }
}


.deposite-tabs{

}
.deposite-tabs .nav-tabs li{
width: calc(50% - 2px);
margin: 0;

}
.deposite-tabs .nav-tabs{
	padding: 0;
	overflow: hidden;
	margin-bottom: 10px;
	background-color: unset;
}
.deposite-tabs .nav-tabs li button{
	width: 100%;
	background-color: rgba(255, 255, 255, 0.20) !important;
}
.deposite-tabs .nav-tabs .nav-item.show .nav-link, .deposite-tabs .nav-tabs .nav-link.active{
	background-color: rgba(255, 255, 255, 0.10) !important;
}
#banking_carousel1{
	background-color: rgba(255, 255, 255, 0.20);
	padding: 5px 35px;
}
.card-image{
	
}
.card-image a{
background-color: rgba(0, 0, 0, 0.20);
	padding: 6px 10px;
	border-radius: 4px;
	display: block;
}
.card-image a:hover {
	background-color: rgba(0, 0, 0, 0.30);
}
#banking_carousel1 .owl-nav{
	    top: 50%;
    transform: translate(0px, -25px);
}
#banking_carousel1 .owl-nav button{
	width: 25px;
    height: 25px;
    line-height: 25px !important;
}
#banking_carousel1 .owl-nav button .carousel-control-next-icon, #banking_carousel1 .owl-nav button .carousel-control-prev-icon{
	width: 15px;
    position: relative;
    top: -3px;
    left: -1px;
}
#banking_carousel1 .owl-nav button .carousel-control-next-icon{
	left: 1px;
}
#banking_carousel1 .owl-nav .owl-prev {
    position: absolute;
    left: 0%;
}
#banking_carousel1 .owl-nav .owl-next {
    position: absolute;
    right: 0%;
}

.banking-bottom-box{
	background-color: rgba(255, 255, 255, 0.20);
	margin-top: 2px;
}
.banking-bottom-box .wos_realmoney_box_title{
	padding: 15px 0;
}
.banking-bottom-box .wos_realmoney_box_title p{
	margin-bottom: 0;
}

#srcoll_sec_carousel .owl-dots{
	display: block !important;
border-radius: 30px;
 background-color: rgba(255, 255, 255, 0.20);
 line-height: 0;
 margin-top: 20px !important;
}
#srcoll_sec_carousel .owl-dots button{
    height: 10px;
    width: 33.33%;
    border-radius: 30px;
}
#srcoll_sec_carousel .owl-dots button:first-child{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
#srcoll_sec_carousel .owl-dots .active{
	background-color: #1c1931;
}
#srcoll_sec_carousel .owl-nav{
	transform: translate(0px, -20px);

}
.owl-theme .owl-dots .owl-dot span{
	width: unset !important;
	height: unset !important;background-color: unset;background: unset;
}

.registration_box{
	background-color: rgba(255, 255, 255, 0.20);
	 border-radius: 10px;
	 padding: 20px 10px;
	 text-align: center;
	 height: 150px;
	 margin-bottom: 30px;
}
.registration_box h4{
	color: #fcee21;
	font-size: 16px;
}
.registration_box p{
	font-size: 12px;
	margin-bottom: 0;
}
.registration_icon{
	text-align: center;
}
.icon_no{
	color: #FFF;
	background-color: #44be4c;
	border: 1px solid #fcee21;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 100%;
	display: table;
	margin: 0 auto;
	margin-bottom: 8px;
	position: relative;
}
.icon_no::before{
	content: "";
	background-color: #fcee21;
	    width: 2px;
    height: 20px;
    position: absolute;
    top: -26px;
    left: 50%;
    transform: translate(-50%, 0px);
}

.icon_no::after{
	content: "";
	background-color: #fcee21;
	    width: 160px;
    height: 2px;
   position: absolute;
    top: 50%;
    right: -170px;
    transform: translate(0px, -50%);
}

.divider_unset::after{
	content: unset;
}
.jacpot_box{
	    background: rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    padding: 15px;
}
.jacpot_box_title_area img{
	width: 124px;
	height: 124px;
	text-align: center;
	border-radius: 100%;
	object-fit: cover;
}
.jacpot_box_title_area h2{
	font-size: 30px;
	text-transform: uppercase;
	align-content: center;
	vertical-align: middle;
	align-items: center;
	margin-bottom: 0;
}
.jacpot_box_title_area img{
	margin-right: 10px;
	float: left;
	
}
.jacpot_box_title_area{
	display: flex;
	align-items: center;
	margin-bottom: 20px;
}
.jackpot_checklist ul{
	border-bottom: 2px solid rgba(255,255,255,0.30);
	padding-bottom:25px;
}
.jackpot_checklist ul li{
	display: inline-block;
	margin:  0 10px;
}
.jackpot_checklist ul li:first-child{
	margin-left: 0;
}
.jackpot_checklist ul li:last-child{
	margin-right: 0;
}
.jackpot_checklist ul li i{
	color: #00ba00;
	margin-right: 5px;
}

.jacpot_list ul li::before{
	content: "\f111";
    font-family: FontAwesome;
    color: #fcee21;
    font-size: 8px;
    padding-right: 10px;
    position: relative;
   top: -3px;
}
.jacpot_list ul li{
	margin-bottom: 12px;
}
.jackpot_payment h3{
	font-size: 20px;
	color: #fcee21;
	margin-bottom: 20px;
}
.jackpot_payment ul li{
	margin: 0 10px;
	display: inline-block;
}
.jackpot_payment ul li:first-child{
	margin-left: 0;
}
.jackpot_payment ul li:last-child{
	margin-right: 0;
}
.jacpot_short_box{
	background-color: #222339;
	border: 2px solid #fcee21;
	border-radius: 10px;
	text-align: center;
}
.jacpot_short_box img{
	margin-bottom: 15px;
	width: 100%;
}
.jacpot_short_box_content h3{
	font-size: 20px;
	text-transform: uppercase;
}
.jacpot_short_box_content h3 a{
	color: #FFF;
}
.jacpot_short_box_content h3 a:hover{
	color: #fcee21;
}
.jacpot_rating {
	color: #fcee21;
	margin-bottom: 15px;
}
.jacpot_short_box_content h4{
	font-size: 20px;
	margin-bottom: 15px;
}
.jacpot_short_box_content{
	padding: 0 25px;
}
.jacpot_short_box_content .btn_secondary{
	display: block;
	margin-bottom: 25px;
}

.betrivers_box{
	 background: rgba(255, 255, 255, 0.30);
    border-radius: 10px;
    padding: 15px;
}
.betrivers_title h2{
	font-size: 30px;
	text-transform: uppercase;
}
.betrivers_title ul{
	margin-bottom: 0;
	float: right;
}
.betrivers_title ul li{
	display: inline-block;

}
.betrivers_title ul li:first-child{
	margin-right: 10px;
}
.betrivers_title ul li a{
	color: #fcee21;
}

.betrivers_box_image img{
	width: 100%;
}
.betrivers_box_title h2{
	font-size: 24px;
}
.betrivers_box_Rating{
	color: #fcee21;
}
.betrivers_box_content p{
	font-size: 17px;
}
.betrivers_box_content p i{
	color: #44be4c;
}
.betrivers_box_content h2{
	font-size: 24px;
}
.betrivers_box_btn .btn_secondary{
	display: block;
	text-align: center;
	font-size: 18px;
}
.overall_list{
	border-radius: 10px;
	overflow: hidden;
}
.overall_list h3{
	background: rgba(255, 255, 255, 0.30);
	    color: #FFF;
    font-size: 18px;
    padding: 15px;
    margin-bottom: 0;
}
.overall_list h3 span{
	color: #fcee21;
	float: right;
}
.overall_list ul{
	margin-bottom: 0;
}
.overall_list ul li{
    font-size: 14px;
    padding: 10px 20px;
}
.overall_list ul li span{
	float: right;
	color: #fcee21;
}
.overall_list ul li:nth-child(odd) {
    background-color: rgba(255, 255, 255, 0.15); 
}
.overall_list ul li:nth-child(even) {
    background-color: rgba(255, 255, 255, 0.30);
}

.about-game-list{

}
.about-game-list ul li{
	 background-color: rgba(255, 255, 255, 0.20);
	 padding: 10px;
	 position: relative;
	 border-radius: 10px;
	 overflow: hidden;
	 padding-left: 80px;
	 margin-bottom: 10px;
	 margin-right: 10px;
	 width: calc(50% - 5px);
    float: left;
}
.about-game-list ul li:nth-child(even){
	margin-right: 0;
}
.about-game-list ul li .icon-image{
	 background-color: rgba(255, 255, 255, 0.20);
	    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    text-align: center;
    height: 100%;
    align-content: center;
}
.about-game-list ul li .icon-image img{
	height: 35px;
}

.about-game-list ul li p{
	color: #fcee21;
	margin-bottom: 0;
}
.about-game-list ul li p span{
	float: right;
	color: #44be4c;
}

.about-game-list ul li h4{
	font-size: 24px;
	margin-bottom: 0;
}

.about_content_box{
	background: rgba(255, 255, 255, 0.30);
	   overflow: hidden;
    padding: 15px;
    border-radius: 10px;
    margin-top: 20px;
}
.about-game-content{
	
}
.about-game-content h3{
	font-size: 20px;
	color: #fcee21;
	text-transform: uppercase;
}
.about-game-content p a{
	text-decoration: underline;
	color: #44be4c;

}
.about-game-content p:last-child{
	margin-bottom: 0;
}

.about-game-image {
	text-align: center;
}
.about_game_box {
	border: 2px solid #fcee21;
	border-radius: 10px;
	overflow: hidden;
	background-color: #1c1931;
	
}
.about_game_box img{
	width: 100%;
}
.about_game_box_content{
	padding: 15px 10px;
}
.about_game_box_content h3{
	text-transform: uppercase;
	color: #fcee21;
	font-size: 20px;
	text-align: center;
}
.about_game_box_content ul{
	margin-bottom: 0;
}
.about_game_box_content ul li{
	font-size: 12px;
	background-color: #2e2a4d;
	padding: 5px 10px;
	border-radius: 6px;
	margin-bottom: 5px;
}
.about_game_box_content ul li:last-child{

}

.about_game_box_content ul li span{
	float: right;
}
.about_game_box_content ul li span .fa-circle-xmark{
	color: #ee404c;
}
.about_game_box_content ul li span .fa-circle-check{
	color: #00ba00;
}
.about_game_box_content p{
	font-size: 12px;
	margin-bottom: 5px;
}
.about_game_box_content p span{
	float: right;
}
.about_game_box_content p:last-child{
	margin-bottom: 0;
}

.big_bam_box{
	position: relative;
	border: 2px solid #fcee21;
	border-radius: 10px;
	overflow: hidden;
}
.big_bam_box::after{
	content: "";
	background-color: rgba(0,0,0,0.5);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: all ease-in-out 0.3s;
}
.big_bam_box:hover:after{
	opacity: 1;
}

.big_bam_box_title{
	background-color: #1c1931;
	text-align: center;
padding: 14px 0;
position: absolute;
left: 0;
bottom: 0;
width: 100%;
transition: all ease-in-out 0.3s;

}
.big_bam_box:hover .big_bam_box_title{
	opacity: 0;
}
.big_bam_box_title h3{
		font-size: 16px;
		margin-bottom: 3px;
		text-transform: uppercase;
}
.big_bam_box_title h3 a{
	color: #fcee21;
}
.big_bam_box_title p{
	margin-bottom: 0;
}
.big_bam_box_hovercontent{
	text-align: center;
	text-align: center;
    padding: 20px 20px;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 1;
    transition: all ease-in-out 0.3s; 
}

.big_bam_box:hover .big_bam_box_hovercontent{
	opacity: 1;
}
.big_bam_box_hovercontent h3{
font-size: 16px;
		margin-bottom: 3px;
		text-transform: uppercase;
}
.big_bam_box_hovercontent h3 a{
	color: #fcee21;
}
.big_bam_box_hovercontent p{}
.big_bam_box_hovercontent ul{}
.big_bam_box_hovercontent ul li{
	margin-bottom: 5px;
}
.big_bam_box_hovercontent ul li:first-child a{
	text-align: left;
	line-height: 1;
}
.big_bam_box_hovercontent ul li .btn_secondary{
	display: block;
}
.big_bam_box_hovercontent ul li a i{
	    font-size: 25px;
    float: left;
    margin-right: 5px;
}
.big_bam_box_hovercontent ul li a span{
	text-transform: none;
	font-family: "Quicksand", system-ui;
	font-size: 11px;
}
#big_bam_carousel .owl-nav{
	    top: -24%;
    width: 10%;
    right: 0;
    left: unset;
    transform: translate(0px, 0px);
}


.big_bam_carousel .owl-dots{
	display: block !important;
border-radius: 30px;
 background-color: rgba(255, 255, 255, 0.20);
 line-height: 0;
 margin-top: 20px;
}
.big_bam_carousel .owl-dots button{
    height: 10px;
    width: 33.33%;
    border-radius: 30px;
}
.big_bam_carousel .owl-dots button:first-child{
	border-top-left-radius: 30px;
	border-bottom-left-radius: 30px;
}
.big_bam_carousel .owl-dots .active{
	background-color: #1c1931;
}


#big_bam_carousel2 .owl-nav{
	    top: -24%;
    width: 10%;
    right: 0;
    left: unset;
    transform: translate(0px, 0px);
}

.review_image_Sec{
	text-align: center;
}
.review_image_Sec img{
	
	width: auto !important;
	display: table;
	margin: 0 auto;
	margin-bottom: 10px;
}
.review_rating{
	color: #fcee21;
	margin-bottom: 10px;
}
.review_image_Sec h3{
	font-size: 20px;
}
.review_sec_title h6{
	font-size: 16px;
}
.review_sec_title h2{
	font-size: 30px;
	margin-bottom: 20px;
}
.review_list{
	border-radius: unset;
}
.iframe_box{
	border: 2px solid #fcee21;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 530px;
}
.iframe_box_title{
	background-color: #1c1931;
	padding: 10px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	border-bottom: 2px solid #fcee21;
}
.iframe_box_title h4{
	color: #fcee21;
	text-align: center;
	font-size: 18px;
	margin-bottom: 0;
}
.maximize {
	position: absolute;
	top: 5px;
	right: 15px;
}
.maximize a{
	color: #FFF;
	font-size: 20px;
}
.maximize a:hover{
	color: #fcee21;
}
.iframe_game_area{
	text-align: center;
	    position: absolute;
    width: 100%;
    top: 10%;
    left: 0;
}
.iframe_game_title ul{
	margin-bottom: 10px;
background: rgb(0 0 0 / 30%);
    padding: 4px 0;
}
.iframe_game_title ul li{
	list-style-type: none;
	margin: 0 15px;
	font-size: 18px;
	display: inline-block;
}
.iframe_game_title ul li h4{
	font-size: 18px;
	margin-bottom: 0;
}
.iframe_game_title ul li:first-child{
	margin-left: 0;
}
.iframe_game_title ul li:last-child{
	margin-right: 0;
}
.iframe_game_title ul li a {
	color: #FFF;
}
.iframe_game_title ul li a:hover{
	color: #fcee21;
}
.iframe_game{
	position: relative;
	display: table;
    margin: 0 auto;
    margin-bottom: 15px;
    width: 80%;
}
.iframe_game iframe{
	min-height: 379px;
	width: 100%;
}
.reload{
	position: absolute;
	right: 30px;
	bottom: 20px;
	display: none;
}
.reload a{
	color: #FFF;
	font-size: 35px;
}
.reload a:hover{
	color: #fcee21;
}
.iframe_bottom_area ul{
	margin-bottom: 0;
	    background: rgba(0, 0, 0, 0.3);
    padding: 4px 0;
    display: none;
}
.iframe_bottom_area ul li{
	display: inline-block;
	margin: 0 15px;
	font-family: "Oxanium", sans-serif;
  font-weight: 700;
  font-size: 14px;
}
.iframe_bottom_area ul li:first-child{
	margin-left: 0;
}
.iframe_bottom_area ul li:last-child{
	margin-right: 0;
}



.table>:not(caption)>*>*{
	background-color: unset !important;
	box-shadow: unset !important;
	border-bottom:  unset !important; 
	color: unset;
}


.footerw{
	border-top: 3px solid #fcee21;
	padding: 30px 0;
	text-align: center;
}

.footer_social ul{
padding-left: 0;
margin: 20px 0;
}
.footer_social ul li{
	display: inline-block;
	margin: 0 10px;
}
.footer_social ul li:first-child{
	margin-left: 0;
}
.footer_social ul li:last-child{
	margin-right: 0;
}
.footer_social ul li a{
	color: #FFF;
	font-size: 20px;
}
.footer_social ul li a svg{
	width: 20px;
	height: 20px;
	line-height: 20px;
	fill: #FFF;
}
.footer_social ul li a:hover svg{
	fill: #44be4c;
}
.footer_social ul li a:hover{
	color: #44be4c;
}
.footer p{
	margin-bottom: 0;
	font-size: 13px;
}
.processarea .process:last-child .registration_icon .icon_no:after{
	content: unset;
}
.simple-image img{
	width: 100%;
}
.registrationprocess .registration_icon .icon_no:last-child{

}
.desktopshow{

}
.desktophide{
	display: none;
}

.iframe_bgimage{
	width: 100%;
	filter: blur(8px);
    -webkit-filter: blur(8px);
    object-fit: cover;
    height: 100%;
}

.game_desc iframe{
	display: none;
}
.gurugametitle .cyellow{
	color: #fcee21 !important;
}
.g-pagination{
	justify-content: center;
}
.g-pagination span, .g-pagination a{
	background-color: rgba(255,255,255,0.30);
   border-radius: 100%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0 5px;
}
.g-pagination a:hover,
.g-pagination span.current {
    background-color: #44be4c; /* Background color on hover/current page */
    color: #fff; /* Text color on hover/current page */
}
.error-404 .cgreen{
	color: #44be4c !important;
}

.error-404 a{
	color: #fcee21;
}
.error-404 a:hover{
	color:  #44be4c;
}
.hidden{
	display: none;
}

.sub-header{
	background-color: rgba(255,255,255,0.30);
	padding: 40px 0;
	text-align: center;
}
.sub-header h1{
	text-transform: uppercase;
}

.blog-inner .cgreen{
		color: #44be4c !important;
}
.blog-inner p i{
	color: #fcee21;
}
.blog-inner .admin span{
	float: right;
}
.post_cat{
	float: left;
		margin-right: 10px;
}
.post-categories{

}
.post-categories li{
	display: inline-block;
}
.post-categories li a:hover{
	color: #fcee21;
}
.thumbnail{
	margin-bottom: 15px;
}


.wp-block-heading{
color: #44be4c !important;	
text-transform: uppercase;
}


.wp-block-latest-posts__list li .wp-block-latest-posts__featured-image{
	float: left;
	margin-right: 10px;
	border-radius: 6px;
	overflow: hidden;
}
.wp-block-latest-posts__post-title{
	font-size: 22px;
}
.wp-block-latest-posts__post-title:hover{
	color: #fcee21;
}
.wp-block-latest-posts__featured-image img{
	height: 40px;
}

.sidebar{
background: rgba(255,255,255,0.30);
	padding: 15px;
	border-radius: 6px;
}
.wp-block-latest-posts__list li{
	border-bottom: 1px solid #bbbbbb;
	padding-bottom: 13px;
	margin-bottom: 13px;
}
.wp-block-latest-posts__list li:last-child{
	margin-bottom: 0;
}
.wp-block-latest-posts__post-date::before{
	 content: "\f073";
    font-family: FontAwesome;
    font-size: 12px;
    color: #fcee21;
    padding-right: 3px;
}
.timer-area{
	display: block;
	text-align: center;
}

.blog-area {
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 15px;
}
.blog-area:last-child{
	margin-bottom: 0;
}
.blog-content{
	background-color: rgba(255,255,255,0.30);
	padding: 20px;
}
.blog-content h3{
	text-transform: uppercase;
}
.blog-content h3 a{
	color: #fcee21;
}

.blog-content ul{
	margin-bottom: 0;
	margin-top: 15px;
}
.blog-content ul li{
	display: inline-block;
}
.blog-content ul li:last-child{
	float: right;
}
.blog-content ul li i{
	color: #fcee21;
}
.blog-content ul li a:hover{
	color: #fcee21;
}

.readmore_btn{
	background-color: #44be4c;
	padding: 8px 30px;
	border-radius: 10px;
	text-transform: uppercase;

}
.readmore_btn:hover{
	color: #FFF;
	background-color: #fcee21;
}
@media only screen and (max-width : 1024px) {}
@media only screen and (max-width : 768px) {
	.hide{
		display: none;
	}
	.show-sec{
		display: block;
	}
	.navbar-toggler{
		  	background: #44be4c;
	}
	.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,238,33, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
	}
	.banner-btn ul li:nth-child(3){
		padding: 22px 0;
	}
	.game-box{
		margin-bottom: 20px;
	}
	.game-box-image img{
		width: 100%;

	}
	#top_casino_carousel .owl-nav, #top_recommended_casino_carousel .owl-nav, #big_bam_carousel .owl-nav, #big_bam_carousel2 .owl-nav{
		width: 100% !important;
		top: 50%;
		transform: translate(0px, -50px);
	}
	#top_recommended_casino_carousel{
		margin-top: 50px;
	}
	.section-heading h2{
		font-size: 26px;
	}
	.casino_game_content_box h5{
		font-size: 15px;
	}
	.casino_game_content_box h5 img{
		margin-right: 5px;
	}
	.display-none{
		display: none;
	}
	.wos_winner_carousel_box_image{
		margin-bottom: 10px;
		height: unset;
	}
	.wos_winner_carousel_box_content h6{
		margin: 10px 0;
	}
	.border-unset{
		border: unset;
	}
	.filter_Search{
		margin-bottom: 15px;
	}
	.filterinput-box, .providers{
		margin-bottom: 15px;
	}
	.element-item{
		width: 33.33%;
	}
	.owl-carousel .owl-nav .owl-prev{
		left: 15px;
	}
	.carousel-caption h1{
		font-size: 35px;
	}
	.carousel-caption h2{
		font-size: 24px;
	}
	.carousel-caption p{
		font-size: 12px;
	}
	.carousel-caption{
		width: 45%;
	    left: 5%;
	    top: 15%;
	}
	.col-2dot4{
		width: 20%;
		max-width: 20%;
		flex: 0 0 20%;
	}
	.wos_highest_slot{
		margin-bottom: 20px;
	}
	.wos_highest_slot_content h4{
		font-size: 14px;
	}
	.wos_highest_slot img{
		width: 100%;
	}
	.wos_top_casino_content ul li strong{
		display: unset;
		float: right;
	}
	.wos_realmoney_box_image{
		margin-bottom: 15px;

		border-radius: 20px;
	}
	.registration_box{
		height: 200px;
	}
	.icon_no::after{
		    width: 110px;
    right: -120px;
	}
	.betrivers_box_title h2, .betrivers_box_content h2{
		font-size: 20px;
	}
	.betrivers_box_btn .btn_secondary{
		font-size: 15px;
	}
	/*#big_bam_carousel .owl-nav, #big_bam_carousel2 .owl-nav{
		top: -15%;
		width: 15%;
	}*/
	.big_bam_box_hovercontent ul li:first-child a{
		line-height: unset;
		text-align: unset;
	}
	.big_bam_box_hovercontent ul li a i{
		float: unset;
		font-size: 20px;
		line-height: 0;
        position: relative;
        top: 2px;
	}
	.big_bam_box_hovercontent{
		    top: 50%;
    transform: translate(0px, -150px);
	}
	.big_bam_carousel .owl-dots button, #srcoll_sec_carousel .owl-dots button{
		width: 16.66%;
	}
	.owl-carousel .owl-nav .owl-prev{
		left: 0;
	}
	.owl-carousel .owl-nav .owl-next{
		right: 0;
	}
	.iframe_bgimage{
		width: 100%;
	}
	.iframe_game_area{
		top: 15%;
	}
	.banner-content h2{
		font-size: 38px;
	}
	#game_carousel1 .owl-nav .owl-prev{
		left: 0;
	}
	
	#wos_carousel1 .owl-nav .owl-prev, #game_carousel1 .owl-nav .owl-prev, #live_winner_carousel .owl-nav .owl-prev{
		left: 0;
	}
	.banner-btn ul li a{
		font-size: 12px;
	}
	 .games-tabs{
        white-space: nowrap;
    }
    .games-tabs .nav-tabs{
    	width: 100%;
    	overflow-x: scroll;
        -webkit-overflow-scrolling: touch;
    }
    .desktopshow{
    	display: none;
	}
	.desktophide{
		display: block;
	}
	.banner-btn ul li:nth-child(2){
		padding: 22px 0;
	}
	.wos_winner_carousel_box_content p, .wos_highest_slot_content ul li, .wos-gamebox2-content h6, .game-box-content ul li, .wos_carousel_box_content h3, .wos_gamebox_title{
		font-size: 14px;
	}
}
@media only screen and (max-width : 767px) {
	.header-btn{
		float: unset;
		text-align: center;
		margin-top: 15px;
	}
	.navbar-brand img{
		height: 55px;
	}
	.carousel-content h2{
		font-size: 26px;
	}
	.carousel-content h1{
		font-size: 40px;
	}
	.banner-btn ul li:nth-child(3) {
    padding: 30px 0;
	}
	.pros_list{
		margin-bottom: 20px;
	}
	/*.owl-carousel .owl-nav .owl-prev{
	position: absolute;
    left: -10%;
}
.owl-carousel .owl-nav .owl-next{
	position: absolute;
    right: -10%;
}*/
/*#top_casino_carousel .owl-nav, #top_recommended_casino_carousel .owl-nav{
		width: 17% !important;
	}*/
	.casino_game_content_btn_area ul{
		width: 60%;
	}
	.casino_game_content_box h5{
		padding-bottom: 40px;
	}
	.casino_game_content_box h5 span{
		position: unset;

	}
	#live_winner_carousel .owl-nav {
    top: 40%;
	}
	.border-unset2{
		border: unset;
	}
	.element-item{
		width: 50%;
	}
	.wos_title{
		margin-bottom: 18px;
	}
	.wos_realmoney_box_image .wos_game_details_rating{
		margin-bottom: 10px;
	}
	.wos_realmoney_box_list{
		margin-bottom: 30px;
	}
	.wos_realmoney_box_list ul{
		display: table;
		margin: 0 auto;
	}
	.wos_realmoney_detailsbox{
		margin-bottom: 15px;
		height: unset;
	}
	.popularslots_image{
		text-align: center;
		margin-bottom: 15px;
	}
	.carousel-caption{
		display: block !important;
	}
	.br_none{
		display: none;
	}
	.carousel-caption h1{
		font-size: 24px;
	}
	.carousel-caption h2{
		font-size: 18px;
	}
	.carousel-caption{
		top: 15%;
	}
	.col-2dot4{
		width: 50%;
		max-width: 50%;
		flex: 0 0 50%;
	}
	.wos_highest_slot img{
		width: 100%;
	}
	.wos_highest_slot_content h4{
		font-size: 16px;
	}
	#wos_carousel1 .owl-nav .owl-prev, #game_carousel1 .owl-nav .owl-prev, #live_winner_carousel .owl-nav .owl-prev{
		left: 0;
	}
	#wos_carousel1 .owl-nav .owl-next, #game_carousel1 .owl-nav .owl-next, #live_winner_carousel .owl-nav .owl-next{
		right: 0;
	}
	.wos_realmoney_box_image{
		border-radius: 30px;
	}
	.banner-content{
		margin-bottom: 25px;
	}
	.banner-content h1{
		font-size: 50px;
	}
	.banner-content h2{
		font-size: 32px;
		margin-bottom: 15px;
	}
	.bg-shape{
		position: unset;
	}
	.pos-rel{
		position: relative;
		padding-right: unset;
		padding-left: 0;
	}
	.banner_shapes{
		position: unset;
	}
	.shape1{
		top: 20px;
	}
	.shape2{
		top: 20px;
	}
	.shape3{
		top: 150px;
	}
	.shape4{
		top: 150px;
	}
	.shape5, .shape6{
		top: 285px;
	}
	.shape_image img{
		height: 90px;
	}
	#banking_carousel1 .owl-nav {
    top: 50%;
    transform: translate(0px, -28px);
	}
	.icon_no::after{
		content: unset;
	}
	.registration_box{
		height: 115px;
	}
	.registration_icon{
		margin-bottom: 20px;
	}
	.jacpot_short_box img{
		width: 100%;
	}
	.jacpot_box_title_area h2{
		font-size: 25px;
	}
	.betrivers_title ul{
		float: unset;
	}
	.betrivers_box_image{
		margin-bottom: 20px;
	}
	.overall_list{
		margin-bottom: 20px;
	}
	
	.betrivers_title h2{
		font-size: 25px;
	}
	.about_game_box img{
		width: 100%;
	}
	.about_content_box {
		margin-bottom: 25px;
	}
	.big_bam_box_hovercontent ul li:first-child a{
		padding: 10px 20px;
	}
	.big_bam_box_hovercontent ul li a i{
		font-size: 25px;
		top: 5px;
	}
	#review_carousel .owl-nav{

	}
	.iframe_game img{
		height: 310px;
	}
	.iframe_game_area{
		top: 14%;
	}
	.pros_cons_table table thead tr th{
		vertical-align: middle;
	}
	.wos_winner_carousel_box_content h6{
		height: unset;
	}
	
	.wos_carousel_box_content p{
		font-size: 13px;
	}
	.review_sec_title, .betrivers_title h2, .betrivers_title{
		text-align: center;
	}
	.wos_game_details p, .wos_game_extra_details ul li span, .about_game_box_content p, .about_game_box_content ul li{
		font-size: 14px;
	}
	.wos_title2{
		margin-bottom: 0;
	}
	.freeslots_box table tbody tr td {
		text-align: center;
	}
	.freeslots_box table tbody tr td i{
		width: 100%;
		display: block;
		margin-bottom: 8px;
	}
	.review_sec_title{
		width: 70%;
		margin: 0 auto;
	}
}
@media only screen and (max-width : 420px) {
	.banner-btn ul li:nth-child(3) {
        padding: 30px 0;
    }
    .banner-btn ul li{
    	width: unset;
    }
    .custom-100{
    	width: 100%;
    }

    /*
	#top_casino_carousel .owl-nav, #top_recommended_casino_carousel .owl-nav{
		width: 30% !important;
	}*/
	.casino_game_content_box h5{
		display: flex;
        flex-wrap: wrap;
        align-items: center;
        align-content: center;
        flex-direction: column;
        text-align: center;
	}
	.casino_game_content_box h5 img{
		margin-bottom: 8px;
	}
	.casino_game_content_box h5 span{
		position: relative;
	}
	.casino_game_content_box h3{
		    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
	}
	.casino_game_content_btn_area h4{
		font-size: 15px;
		margin-bottom: 10px;
	}
	.casino_game_content_btn_area ul{
		width: 90%;
	}
	.casino_game_content_btn_area ul li a.btn_secondary{
		padding: 5px 20px;
	}
	.casino_game_content_btn_area{
		top: 40%;
	}
	.casino_game_content_logo_area img{
		height: 20px;
	}
	.wos_game_extra_details ul li{
		display: block;
		width: unset;
		border: 0;
		border-bottom: 2px solid #604082;
	}
	.wos_game_extra_details ul li:last-child{
		border-bottom: unset;
	}
	.wos_game_detailbox_checklist ul li{
		border: 0;
	}
	.element-item{
		width: 100%;
		padding-right: 0;
	}
	.carousel-caption h1{
		font-size: 18px;
	}
	.carousel-caption h2{
		font-size: 14px;
	}
	.carousel-item img{
		height: 200px;
		object-fit: cover;
	}
	.carousel-caption{
		top: 0;
	}
	.col-2dot4{
		width: 100%;
		max-width: 100%;
		flex: 0 0 100%;
	}
	.wos_top_casino_content h6{
		font-size: 16px;
	}
	.wos_realmoney_box_image{
		border-radius: 20px;
	}
	.bg-shape{
		height: 450px !important;
	}
	.shape1{
		left: 23%;
	}
	.shape3{
		top: 160px;
	}
	.shape4{
		top: 160px;
		left: 50%;
	}
	.shape5, .shape6{
		top: 300px;
	}
	.registration_box{
		height: unset;
	}
	.jacpot_box_title_area h2{
		font-size: 20px;
	}
	.betrivers_list ul li span{
		float: unset;
		display: block;
	}
	.about-game-list ul li{
		width: calc(100% - 0px);
	}
	.big_bam_carousel{
		margin-top: 50px;
	}/*
	    #big_bam_carousel .owl-nav, #big_bam_carousel2 .owl-nav {
        top: -14%;
        width:30%;
   	 }*/
   	 .big_bam_carousel .owl-dots button {
        width: 8.3%;
    }
    #srcoll_sec_carousel .owl-dots button{
    	width: 11%;
    }
    #review_carousel .owl-nav{
		top: 35%;	
	}
	.iframe_box_title h4{
		font-size: 14px;
	}
	.maximize a{
		font-size: 14px;
	}
	.maximize{
		top: 7px;
	}
	.iframe_game_title ul li h4{
		font-size: 16px;
	}
	.iframe_game_title ul li a{
		font-size: 12px;
	}
	.iframe_game_title ul li{
		margin: 0 5px;
	}
	.iframe_bgimage{
		height: 400px;
	}
	.iframe_bottom_area ul li{
		font-size: 12px;
	}
	.iframe_game img{
		height: 235px;
	}
	.iframe_game_area {
        top: 13%;
    }
    .reload a{
    	font-size: 25px;
    }
    .reload {
    position: absolute;
    right: 10px;
    bottom: 10px;
	}
	.banner-btn ul li a{
		font-size: 14px;
	}
	.banner-btn ul{
		display: unset;
	}
	.banner-btn ul li{
		width: calc(50% - 4px);
        display: inline-block;
	}
	.banner-btn ul li:first-child{
		border-bottom-left-radius: unset;
		margin-bottom: 5px;
	}
	.banner-btn ul li:nth-child(2){
		border-top-right-radius: 20px;
		margin-bottom: 5px;
	}
	.banner-btn ul li:nth-child(3){
		border-bottom-left-radius: 20px;
	}
	.banner-btn ul li:last-child{
		border-top-right-radius: unset;
		border-bottom-right-radius: 20px;
	}
	.banner-image{
		margin-top: 20px;
	}
	.carousel-content .btn_primary{
		display: block;
		text-align: center;
	}
	.casino_game_content_box h3 span{
		display: block;
		width: 100%;
        text-align: center;
	}
	.jackpot_checklist ul li:nth-child(2){
		margin-left: 0;
	}
	.freeslots_box table td{
		vertical-align: unset;
	}
	.jackpot_payment ul li{
		width: calc(25% - 20px);
		margin-bottom: 10px;
	}
	.banner-btn ul li:nth-child(2){
		padding: 30px 0;
	}
}