@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;700;800;900&display=swap');
body{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    line-height: 24px;
    color: #242424;
}
*{
    box-sizing: border-box;
}
img{
    max-width: 100%;
}
a{
    text-decoration: none;
}
html{
    scroll-behavior: smooth;
}
body .container{
    max-width: 95%;
    margin:auto;
}
a:hover {
    color: inherit;
    text-decoration: none;
}
header {
    border-bottom: 1px solid #e6e6e6;
    background: #383756;
    position: sticky;
    top: 0;
    z-index: 99;
}
.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 18px;
    padding: 5px 20px;
    transition: .3s;
}
.navbar-dark .navbar-nav .nav-link:hover {
    color: #00b7ff !important;
}
.navbar-nav .nav-item:last-child a.nav-link {
    padding-right: 0;
}
nav.navbar {
    padding: 0;
}
footer {
    padding: 50px 0 0;
    border-top: 1px solid #cccccc4f;
    /* background: url(https://www.wampserver.com/wp-content/themes/wampserver/img/bg-dl-repeat.jpg); */
	background:#2d2d2d;
}
footer *{
    color: #fff;
}
.footer-widgets h3 {
    margin-bottom: 30px;
}
#main{
    min-height:300px;
}
.footer.bottom {
    padding: 20px 0;
    border-top: 1px solid #cccccc59;
    margin-top: 30px;
}

.owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
    background: #ccc !important;
    width: 35px;
    height: 35px;
    line-height: 25px;
    border-radius: 50px;
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    border: 1px solid #ebebeb !important;
    background:#fff  !important;
}
.owl-carousel .owl-nav .owl-next:focus, .owl-carousel .owl-nav .owl-prev:focus {
    outline: none;
}
button.owl-next {
    right: -15px;
}
button.owl-prev {
    left: -15px;
}
section.banner {
    padding: 30px 0;
}
.slider-img-, .product-image {
    overflow: hidden;
}
.slider-img- img, .product-image img {
    transition: .5s;
}
.social-icons-footer a {
    width: 35px;
    height: 35px;
    border: 1px solid #fff;
    text-align: center;
    border-radius: 50%;
    line-height: 35px;
    margin-right: 10px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
}
.social-icons-footer a:hover {
    color: #fff;
    opacity: .9;
    background: #ff7901;
    border-color: #ff7901;
}
.footer-widgets ul {
    padding-left: 0;
    list-style: none;
}
.footer-widgets ul li {
    margin-bottom: 10px;
}
b, strong{
    font-weight: 700; 
}
.footer-widgets  strong{
    font-weight: 500;
}
.h3, h3 {
    font-size: 24px;
}
.navbar-brand img {
	width: 230px;
}
}
.footer-divder {
    height: 23px;
    /* background: url(https://www.wampserver.com/wp-content/themes/wampserver/img/divider.png) 50% -41px no-repeat; */
    width: 100%;
    position: absolute;
    top: -10px;
}
.login-leftbar.col-lg-5 {
    background: #f3d083;
    padding: 50px;
}
.login-leftbar.col-lg-7 {
    background: #f5f5f5;
    padding-top: 4%;
}
.form-box {
    max-width: 500px;
    margin: 50px auto;
    background: #fff;
    padding: 40px 0px 20px;
    box-sizing: border-box;
}
.login-form-wraper ul.nav.nav-tabs {
    justify-content: center;
    margin-bottom: 30px;
    border-bottom: none;
}
.login-form-wraper .nav-tabs .nav-item {
    border-radius: 0;
}
.login-form-wraper .nav-tabs .nav-item .nav-link {
    padding: 11px 40px;
    text-transform: uppercase;
    font-weight: 500;
    color: #242424;
    letter-spacing: 1px;
    border: 1px solid #00b7ff !important;
    border-radius: 4px;
}
.form-row-50 {
    display: flex;
    justify-content: space-between;
}
.form-row-50 div {
    width: 48%;
}
label {
    margin: 10px 0 0;
    font-weight: 500;
    margin-bottom: 10px;
}
 input {
    border: 1px solid #ccc;
    margin-bottom: 10px;
    padding: 10px;
    border-radius: 4px;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-radius: 0;
	background: radial-gradient(87.5% 87.5% at 29.69% 6.25%,#970000 0,#400707 100%) !important;
	border-color: transparent !important;
	color: #fff !important;
}
.site-btn a, input[type="submit"], button {
    background: #00b7ff !important; 
    padding: 10px 30px;
    color: #fff;
    display: inline-block;
    transition: .3s;
    border: 2px solid  #00b7ff  !important;
}
.site-btn a:hover, input[type="submit"]:hover, button:hover{
    background: #ff7901 !important;
    border-color: #ff7901 !important;
}
.nav-tabs .nav-link {
    border: 1px solid #dee2e6;
    border-radius: 0;
}
.wallet-form-box {
    max-width: 400px;
    margin: 40px auto;
    background: url(https://www.wampserver.com/wp-content/themes/wampserver/img/bg-wall-repeat.jpg);
    padding: 30px;
    border: 2px solid #eaeaea;
    border-radius: 4px;
}
.form-control:focus {
    border-color: #80bdff;
    box-shadow: none;
}
.form-control {
    height: 45px;
}
.wallet-table  thead th {
    background: #00b7ff;
}
.wallet-table  thead th {
    color: #fff;
}
.wallet-tabs-wrapper.mt-5 {
    width: 100%;
    margin: auto;
}
i.fas.fa-plus {
    padding-left: 15px;
}
.wallet-tabs-wrapper  .site-btn {
    font-weight: 600;
}
.terms-connditions-body {
    background: #fff;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 8%), 0 2px 4px 0 rgb(0 0 0 / 12%);
    padding: 30px;
}
.policy-section {
    background: #f0f0f0;
}
.result-header {
    background: #000000;
    padding: 12px 20px 5px;
    color: #fff;
    margin-bottom: 0;
    border-radius: 4px;
    box-shadow: 0 0 10px #00000069;
}
.game-result-counter-wrapper .result-counter-box {
    width: 165px;
    float: left;
    border: 1px solid #e0e0e0;
    margin-right: 10px;
    padding: 10px;
    border-radius: 4px;
    box-shadow: 0 0 5px #0000001f;
}
.result-counter-box:last-child {
    margin-right: 0;
}
.result-header + h5 {
    margin: 30px 0;
}
.home-game-section {
    margin-bottom: 50px !important;
}
.game-result-counter-wrapper {
    display: flex;
    justify-content: space-between;
}   
.game-bet-wrapper {
    max-width: 400px;
    margin: 40px auto;
}
body .game-play-tabs .nav-item {
    border: none !important;
    background: transparent !important;
    padding: 0;
}
.game-play-tabs .nav-tabs .nav-item.show .nav-link, .game-play-tabs .nav-tabs .nav-link.active{
    background: transparent !important;
}
.game-play-tabs img {
    width: 90px;
}
div#append_results {
    border: 1px solid #cccccc66;
    padding: 10px;
    margin-top: 20px !important;
}
.banner-categories-slider img {
    height: auto;
    object-fit: contain;
}
.owl-dots {
	display: none!important;
}
.secure-img-wrapper.my-5.text-center {
    margin-top: 0 !important;
    margin-bottom: 70px !important;
}
.secure-img-wrapper img {
    max-width: 320px;
}
.home-game-section .col-lg-6.mb-lg-0.mb-4 img {
    border: 6px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
.form-group.d-flex.justify-content-between .btn-sm {
    height: 45px;
}
.bet-cross-icon img {
    width: 50px;
}
.banner .owl-dots {
    display: none;
}
.footer-mobile ul {
    margin-top: 10px;
    margin-bottom: 3px;
    text-align: center;
}
.footer-mobile ul {
	margin-top: 15px;
	margin-bottom: 14px;
	text-align: center;
	list-style: none;
	padding-left: 0;
}
.footer-mobile i {
    font-size: 18px;
    margin-bottom: 10px;
}
li.nav-item.header-social-icon i {
    font-size: 18px;
    background: #fff;
    color: #000;
    padding: 5px;
    display: inline-block;
    border-radius: 50px;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 20px;
}
li.nav-item.header-social-icon i.fas.fa-phone-alt {
    font-size: 15px !important;
    padding: 7px !important;
}
li.nav-item.header-social-icon {
    display: flex;
}
.footer-mobile ul li {
    line-height: 100%;
}
.footer-mobile.d-md-none.d-block {
    position: fixed;
    bottom: 0;
    z-index: 5;
    background: #fff;
    width: 100%;
    color: #242424;
    box-shadow: 0 0 10px #24242426;
}
.footer-mobile a {
	color: #242424;
	padding-right: 17px;
	margin-bottom: 5px;
	font-weight: 500;
	padding: 0;
}
.login-wrapper .login-leftbar.col-lg-7 {
    background: #f5f5f5;
    padding-top: 0;
}
.wallet-for-mobile img {
    width: 30px;
    margin-right: 10px;
}
.wallet-for-mobile.d-md-none {
    flex-grow: 1;
    text-align: right;
    padding-right: 20px;
}
.wallet-for-mobile  span {
    color: #fff;
}
.result-left-image {
    text-align: center;
    background: #fff;
    box-shadow: 0 0 30px #0000002e;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.result-shadow-wrapper {
    background: #fff;
    box-shadow: 0 0 30px #0000002e;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}
.add-bet-btn button {
    padding: 8px 20px;
}
button:focus, input:focus, a:focus{
    outline: none !important;
}
img.secure-img-phone {
    width: 140px;
    height: 46px;
    margin-top: 7px;
    margin-left: 14px;
}
a#loadmore {
    margin-top: 35px !important;
}
.result-left-image img {
    border: 6px solid #ccc;
    border-radius: 4px;
    width: 100%;
}
.site-heading {
    font-size: 40px;
    font-weight: 700;
}
.profile-link img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
    border: 1px solid #ccc;
}
.profile-link span {
    font-size: 14px;
}
.header-social-icon img {
	width: 30px;
	height: 50px;
	object-fit: contain;
}
.how_to_play_box {
	margin-top: 10px;
	text-align: center;
}	
.right_steps_box {
	/* padding-left: 60px; */
	display: inline-block;
	width: 100%;
	margin-top: 36px;
}	
.right_steps_box ul {
	padding-left: 0px;
	list-style: none;
	margin: 0px;
	max-width: 1160px;
	margin: 0 auto;
}
.right_steps_box ul li {
	background: rgba(238,238,238,1);
	background: -moz-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(238,238,238,1)), color-stop(50%, rgba(255,255,255,1)), color-stop(100%, rgba(238,238,238,1)));
	background: -webkit-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
	background: -o-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
	background: -ms-linear-gradient(left, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
	background: linear-gradient(to right, rgba(238,238,238,1) 0%, rgba(255,255,255,1) 50%, rgba(238,238,238,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#eeeeee', GradientType=1 );
	border: 1px solid #dadada;
	border-radius: 8px;
	max-width: 300px;
	padding: 12px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 16px;
	min-height: 140px;
	display: inline-block;
	margin-right: 20px;
}
.right_steps_box ul {
	list-style: none;
}
.step_number {
	position: absolute;
	background: rgba(23,199,73,1);
	background: -moz-linear-gradient(left, rgba(23,199,73,1) 0%, rgba(16,158,56,1) 100%);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(23,199,73,1)), color-stop(100%, rgba(16,158,56,1)));
	background: -webkit-linear-gradient(left, rgba(23,199,73,1) 0%, rgba(16,158,56,1) 100%);
	background: -o-linear-gradient(left, rgba(23,199,73,1) 0%, rgba(16,158,56,1) 100%);
	background: -ms-linear-gradient(left, rgba(23,199,73,1) 0%, rgba(16,158,56,1) 100%);
	background: linear-gradient(to right, rgba(23,199,73,1) 0%, rgba(16,158,56,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#17c749', endColorstr='#109e38', GradientType=1 );
	color: #fff;
	font-size: 20px;
	width: 40px;
	height: 40px;
	line-height: 32px;
	text-align: center;
	border: 4px solid #fff;
	border-radius: 40px;
	position: absolute;
	left: 16px;
	top: -20px;
}
.title_img_box {
	display: grid;
	grid-template-columns: 2fr 1fr;
}
.right_steps_box ul li .step_title_box {
	margin-top: 27px;
	margin-bottom: 0px;
	font-size: 16px;
	color: #1a1a1a;
	line-height: 20px;
	text-align: left;
}
.winning_step_img {
	width: 148px;
	-webkit-box-shadow: 0px 0px 8px 0px rgba(158,158,158,1);
	-moz-box-shadow: 0px 0px 8px 0px rgba(158,158,158,1);
	box-shadow: 0px 0px 8px 0px rgba(158,158,158,1);
	border-radius: 4px;
	margin-top: -37px;
}
.step_title {
	position: absolute;
	top: 64px;
	font-size: 12px;
	color: #4d4d4d;
	text-align: left;
}
.btn-green {
	border-radius: 5px;
	background-color: #00b137;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	height: 38px;
	line-height: 38px;
	margin: 0 0 0px 0px;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	font-weight: bold;
	padding: 0 104px;
	display: inline-block;
}
.progress_bar {
	height: 64px;
	background: rgba(48,47,47,1);
	background: -moz-linear-gradient(55deg, rgba(48,47,47,1) 0%, rgba(48,47,47,1) 50%, rgba(29,29,29,1) 50%, rgba(29,29,29,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(48,47,47,1)), color-stop(50%, rgba(48,47,47,1)), color-stop(50%, rgba(29,29,29,1)), color-stop(100%, rgba(29,29,29,1)));
	background: -webkit-linear-gradient(55deg, rgba(48,47,47,1) 0%, rgba(48,47,47,1) 50%, rgba(29,29,29,1) 50%, rgba(29,29,29,1) 100%);
	background: -o-linear-gradient(55deg, rgba(48,47,47,1) 0%, rgba(48,47,47,1) 50%, rgba(29,29,29,1) 50%, rgba(29,29,29,1) 100%);
	background: -ms-linear-gradient(55deg, rgba(48,47,47,1) 0%, rgba(48,47,47,1) 50%, rgba(29,29,29,1) 50%, rgba(29,29,29,1) 100%);
	background: linear-gradient(55deg, rgba(48,47,47,1) 0%, rgba(48,47,47,1) 50%, rgba(29,29,29,1) 50%, rgba(29,29,29,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#302f2f', endColorstr='#1d1d1d', GradientType=1 );
	padding-top: 10px;
	box-sizing: border-box;
}
.progress_bar_inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
}
.user_box {
	padding-right: 80px;
	text-align: right;
}
.user_box_inner {
	display: inline-block;
	text-align: center;
}
.count {
	font-size: 23px;
	color: #e1e1e1;
	line-height: 23px;
}
.user_box_inner {
	text-align: center;
}
.subline {
	font-size: 12px;
	color: #a8a8a8;
}
.winning_box {
	padding-left: 80px;
	text-align: left;
}








	
/*media css*/
@media (min-width:767px) and (max-width:1530px ){
	
	.big-drem {
		position: absolute;
		top: 55px !important;
		right: 0;
		left: 0;
		text-align: center;
	}
	.img-fluid.banner_img {
		height: 400px;
		object-fit: cover;
	}
}
@media screen and (min-width: 768px){
    li.nav-item {
        margin-top: 8px;
    }
    li.nav-item.header-social-icon {
         display: flex;
        margin-top: 2px;
    }
}
@media screen and (max-width: 767px){
    .home-game-section .col-lg-6, .wallet-tabs-wrapper .col-lg-6{
        padding: 0;
    }
    .game-result-counter-wrapper .result-counter-box h5 {
        border: 1px solid #ccc;
        margin: 0;
        padding: 7px 3px;
        min-width: auto;
        font-size: 14px !important;
        min-height: 32px;
    }
    div#append_results {
        height: 300px;
        overflow-y: scroll;
        border: none;
        padding: 0;
        margin-top: 20px !important;
    }
	.right_steps_box ul li{
		margin-right: 0;
		margin-bottom: 50px;
	}
    .game-result-counter-wrapper .result-counter-box h5.coutnter1 {
        border-right: none;
    }
    .game-result-counter-wrapper .result-counter-box:last-child h5 {
        border-right: 1px solid #ccc !important;
    }
    .game-result-counter-wrapper .result-counter-box h5.coutnter2 {
        border-top: none;
        border-right: none;
    }
    .result-scroll-phone h5.mt-4.text-danger {
        background: #00b7ff;
        color: #fff !IMPORTANT;
        padding: 10px;
        text-align: center;
        font-size: 16px;
        margin: 0;
    }
    .login-form-wraper .nav-tabs .nav-item .nav-link {
    padding: 11px 30px;
}
.game-play-tabs img {
    width: 70px;
}
.game-result-wrapper.my-5.pb-5 {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}
.login-form-wraper ul.nav.nav-tabs {
    margin-bottom: 20px;
}
.banner_img {
	height: 530px;
	object-fit: cover;
}
.btn-green {
	padding: 0 44px;
}
section.banner {
    padding: 30px 0 0;
}
    li.nav-item.header-social-icon {
        display: flex;
        border-bottom: 1px solid #cccccc69;
    }
    li.nav-item.header-social-icon a.nav-link {
    border-bottom: none;
}
.game-result-wrapper.my-5.pb-5 {
    margin-bottom: 0 !important;
}
.banner-data {
	margin: 20px 40px;
}
.count {
	font-size: 18px;
	color: #e1e1e1;
	line-height: 23px;
}
.big-drem {
	position: absolute;
	top: 10px !important;
	right: 0;
	left: 0;
	text-align: center;
}

.footer-mobile {
	display: none !important;
}
h5.coutnter2 {
    margin-bottom: 0;
}
h5.mb-4.text-danger {
    margin-bottom: 5px !important;
}
section#view_wallet {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
section#view_withdraw {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.wallet-tabs-wrapper a {
    display: block;
    margin-top: 5px;
}
    .home-game-section  .col-lg-6.mb-lg-0.mb-4, .wallet-tabs-wrapper .col-lg-6.mb-lg-0.mb-4, .login-leftbar.col-lg-5 {
         display: block;
    }
    .wallet-tabs-wrapper.mt-5 {
    width: 100%;
    margin: auto;
    margin-top: 0 !important;
}
.home-game-section {
    margin-bottom: 0 !important;
	margin-top: 10px !important;
}
.result-left-image .owl-dots {
	display: none!important;
}
.home-game-section .col-lg-6.mb-lg-0.mb-4 img {
	border: 0px solid #ccc;
}
.banner-categories-slider img {
	height: 170px;
	object-fit: contain;
	width: 100% !important;
}
.wallet-for-mobile span {
	color: #fff;
}
header {
	background: #383756;
}
.site-btn a, input[type="submit"], button {
	background: #820202 !important;
	color: #fff;
	border: 2px solid #820202 !important;
}
button.navbar-toggler {
	background: #889249;
	padding: 2px 10px !important;
}
.navbar-brand img {
	width: 200px;
}
.result-left-image {
	background: transparent;
	box-shadow: none;
	height: 100%;
}
.game-result-counter-wrapper {
    display: flex;
    justify-content: flex-start;
    flex-flow: nowrap;
    overflow-x: scroll;
}   
.modal-body {
    padding: 0;
}
div#append_results {
    margin-top: 20px !important;
}
.login-leftbar.col-lg-7 {
    background: #f5f5f5;
    padding-top: 0;
}
.form-box {
    margin: 0px auto;
}
.wallet-form-box {
    padding: 10px;
}
.result-header {
    padding: 12px 15px 5px;
}
.result-header h3 {
    font-size: 16px;
    text-align: center;
}
    .wallet-table {
    overflow-x: scroll;
    display: block;
}
.wallet-table thead td, .wallet-table thead th {
    border-bottom-width: 2px;
    min-width: 110px;
}
section.wallet-table-section.my-5.pb-5 {
    margin-bottom: 0 !IMPORTANT;
}
.table td, .table th {
    vertical-align: middle !IMPORTANT;
    padding: 7px;
    font-size: 14px;
}
.wallet-tabs-wrapper .tab-content .row.mt-5 {
    margin-top: 20px !IMPORTANT;
}
    body .container {
        max-width: 100%;
        margin: auto;
    }
    .terms-connditions-body {
        padding: 30px 10px;
    }
    .game-result-counter-wrapper .result-counter-box {
        width: 33%;
        float: left;
        border: none;
        margin-right: 0;
        padding: 0;
        border-radius: 0;
        box-shadow: none;
        margin-bottom: 0;
    }
    .result-shadow-wrapper {
        padding: 20px 10px 30px;
    }
    nav.game-play-tabs.mt-5 {
        margin-top: 30px !important;
    }
    .bet-cross-icon img {
        max-width: 40px;
    }
    .navbar-brand img {
        max-width: 170px;
    }
    .navbar-nav {
        display: block;
    }
    .navbar-dark .navbar-nav .nav-link {
        padding: 15px 15px !important;
        font-size: 18px !important;
        background: transparent !important;
        border-bottom: 1px solid #cccccc69;
        border-radius: 0;
        display: block !important;
        font-family: 'Poppins', sans-serif;
        font-weight: 400 !important;
    }
    div#collapsibleNavbar {
        text-align: left;
        padding:0px 0px 0;
        position: absolute;
        top: 60px;
        background: #383756;
        z-index: 9;
        width: 100%;
        left: -100%;
        height: 100vh;
        overflow-y: scroll;
        overflow-x: hidden;
        transition: .4s;
        border-top: 1px solid #cccccc73;
    }
    .navbar-collapse.collapse.show {
        right: 0;
        left: 0 !important;
        transition: .4s;
    }
    #myHeader .container {
        padding: 0;
    }
    nav.navbar {
        padding: 5px 15px !important;
    }
    .navbar-dark .navbar-toggler {
        padding-right: 0;
    }
    button.navbar-toggler {
        background: #889249;
        padding: 2px 8px !important;
    }
    header .container {
        padding: 0;
    }
    .navbar-dark .navbar-nav .nav-link {
        color: #fff !important;
        font-size: 18px;
        padding: 5px 20px;
        transition: .3s;
    }
    .navbar-dark .navbar-nav .nav-link:hover {
        color: #fff !important;
    }
    li.nav-item.header-icons {
        width: 33%;
        float: left;
        padding: 10px 0 27px;
        margin-top: -10px;
    }
    .footer-widgets {
        margin-bottom: 40px;
    }
    header .container {
        max-width: 100%;
    }
	.footer-mobile a {
		font-size: 13px;
	}
	.login-form-wraper .nav-tabs .nav-item .nav-link {
		border: 1px solid #420707 !important;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
		display:none;
	}
	.wallet-for-mobile img {
		width: 22px;
		margin-right: 5px;
	}
	.result-left-image {
		padding: 2px 20px;
	}
	.footer-mobile img {
		width: 34px;
	}
	.header-social-icon img {
		width: 100px;
		height: 40px;
		object-fit: contain;
	}
	footer {
	padding: 50px 0 0;
	border-top: 1px solid #cccccc4f;
	/* background: url(https://www.wampserver.com/wp-content/themes/wampserver/img/bg-dl-repeat.jpg); */
	background: #383756;
}
}

@media screen and (max-width: 767px){
    .btn-wallet-wrapper.mt-5.d-flex.justify-content-between {
        margin-top: 26px !important;
        display: block !important;
    }
    .btn-wallet-wrapper .site-btn.ml-4 {
        margin-left: 0 !important;
    }
	#support-modal .modal-body {
		padding: 20px;
	}
	#support-modal .close {
		float: right;
		font-size: 1.5rem;
		font-weight: 700;
		line-height: 1;
		color: #fff;
		text-shadow: none;
		opacity: 1;
	}
	
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
    display: block !important;
}