section#mobile-header {
    display: none;
}

section#mobile-header-top {
    display: none;
}

section#mobile-header-content-area {
    display: none;
}

section#mobile-sticky-navbar {
    display: none;
}
.w-hidden {
    display: none;
}
@media only screen and (max-width:  768px) {
    .w-hidden {
    display: block;
}
    section#mobile-header {
    display: block;
}

section#mobile-header-top {
    display: block;
}

section#mobile-header-content-area {
    display: block;
}

section#mobile-sticky-navbar {
    display: block;
}
    section#header-top {
    display: none;
}

section#header {
    display: none;
}

section#menu-area {
    display: none;
}

section#footer-top {
    display: none;
}

section#footer-content {
    display: none;
}

section#footer-bottom {
    display: none;
}

.user-content-top {
    display: block;
    text-align: center;
}

.user-content-top-left {
    display: block;
}

.user-content-top-right {
    display: block;
    text-align: center;
    padding-top: 20px;
}

.user-balance {
    padding-bottom: 30px;
    padding-right: 0;
}

.user-content-top-left h2 {
    font-size: 16px;
}

.user-page-content-area {
    margin-top: 30px;
}

img.user-bg-after {
    height: 150px;
}

.user-page-content-area:after {
    display: none;
}

.user-sidebar:after {
    display: none;
}

.form-checkbox-flex {
    display: block;
    text-align: center;
}

.checkbox-flex {
    display: block;
    text-align: left;
}
.mobile-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
}

section#mobile-header {
    background: #2B3B4B;
    border-top: 2px solid #0F853D;
}
img.bar-svg {
    margin-right: 8px;
}

img.help-svg {
    margin-right: 10px;
}
section#mobile-header-top {
    background: #323232;
    padding: 8px 0;
}

.mobile-header-top-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
    padding: 10px 15px;
}

.mobile-header-top-flex .btn {
    font-size: 12px !important;
    padding: 10px 20px !important;
    border-radius: 7px !important;
}

.mobile-header-top-flex .btn a {
    font-size: 12px !important;
}

.mobile-header-top-flex .dark-btn {
    background: #97C547 !important;
}

.mobile-header-top {
    text-align: center;
    padding: 20px 0;
    border-bottom: 1px solid #dedede;
    margin-bottom: 30px;
}

img.mobile-logo2 {
    margin-bottom: 20px;
}

.mobile-header-top p {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

/* color */
    color: #323232;
    margin-bottom: 25px;
}

.mobile-header-top p span {
    font-weight: 900;
    color: #4BCC77;
}

.footer-accordion-list-area {
    display: block;
    max-width: 90% !important;
    margin: 0 auto;
}

body {
    background: #EDF0F4;
}

.footer-accordion-list-area #accordion {
    margin-bottom: 20px !important;
}

.mobile-header-bottom .card {
    background: none;
}
.mobile-footer-bottom-slider {
    border-top: 1px solid #DEDEDE;
    padding: 20px 0;
}

.bottom-slider-flex {
    max-width: 90% !important;
    margin: 0 auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
    overflow-x: scroll;
}

.bottom-slider-flex img {margin-right: 10px;margin-bottom: 10px;}
.mobile-footer-bottom-slider .scrollbar-ripe-malinka::-webkit-scrollbar {height: 8px;}
section#mobile-sticky-navbar {
    background: #0F853D;
    border-radius: 25px 25px 0px 0px;
    position: fixed;
    width: 100%;
    height: 60px;
    bottom: 0;
    z-index: 9999999;
}

section#mobile-sticky-navbar ul {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    padding: 10px;
    justify-content: space-around;
}

section#mobile-sticky-navbar ul li p {
    font-weight: 900;
    font-size: 9px;
    line-height: 11px;
/* identical to box height */
    text-align: center;
    color: #FFFFFF;
    margin-top: 8px;
}

section#mobile-sticky-navbar ul li {
    text-align: center;
}

.home-navs {
    background: #FFFFFF;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    margin-top: -28px;
    padding: 11px;
}

section#mobile-header-content-area {
    margin-bottom: 65px;
}
.input-right-area textarea {
    height: auto;
}

.checkbox-flex {}

.form-flex {
    padding-right: 0;
}

.form-flex button.btn.btn-theme.green-btn.form-btn {
    width: 100%;
}

.form-flex h2 {
    font-size: 16px;
}

.t-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.user-page-bonus-list-area .card-header .btn p {
    font-size: 13px;
}

.user-page-bonus-list-area h4 {
    font-size: 12px;
    padding: 5px;
    right: 49px;
}
#promo-tabs-area .nav-tabs {
    display: flex;
    overflow-x: scroll;
}

img.promo-slider-img {
    height: 135px;
}

#promo-slider .carousel-control-prev span {
    padding: 10px 7px;
    padding-left: 3px;
}

#promo-slider .carousel-control-next span {
    padding: 10px 8px;
    padding-right: 3px;
}

#promo-tabs-area .nav-tabs .nav-link {
    text-align: center;
    font-size: 12px;
    line-height: initial;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    padding: 7px 22px;
    margin: 0;
    height: 100%;
}

#promo-tabs-area .nav-tabs .nav-link img {
    margin: 0;
    margin-bottom: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    align-content: center;
}

section#promo-tabs-area {
    border-radius: 0 0 10px 10px;
}
#promo-tabs-area .nav-tabs .nav-link.active:after {
    display: none;
}
.info-area-big h3 span:After {display: none;}
.history-flex {
    display: block;
}

.history-right {
    display: block;
}

.history-right .nav {
    margin-top: 10px;
    overflow-x: scroll;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
}

.history-right button {
    margin: 0;
    width: 100%;
    margin-top: 10px;
}
button.btn.btn-all2 {
    font-size: 15px;
}
.havale-left-content ul li {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.havale-left-content ul li span {
    padding: 0;
    padding-top: 12px;
}

.havale-left-top {
    display: block;
    text-align: center;
}

img.big-havale-img {
    margin: 0;
    padding: 0;
    border: none;
    width: 100px;
    margin-bottom: 14px;
}

.havale-danger {
    display: block;
    text-align: center;
    padding: 20px;
}

.danger-img-area {
    padding: 0;
    padding-bottom: 15px;
    border: none;
}
.form-flex-area.flex50 {
    display: block;
}
.message-single-top {
    display: block;
    text-align: center;
}

.message-single-top-left p {
    display: block;
    margin-bottom: 10px;
}
.affliate-top-banner {
    padding: 20px;
    background: url(images/aff-bg2.png) no-repeat #0e853d38;
}

.affliate-top-banner h1 {
    font-size: 25px;
}

.affliate-top-banner h4 {
    font-size: 19px;
}

.affliate-top-banner p {
    font-size: 13px;
    padding-top: 10px;
}

.affliate-top-banner .btn {
    margin-top: 15px;
    font-size: 13px !important;
}

.affliate-top-banner .btn a {
    font-size: 11px !important;
}

section#affliate-top .container {
    padding: 0 !important;
}

section#affliate-about-title {
    padding: 0;
}

.row.title-new h4 {
    font-size: 12px;
    width: 129px;
}

.row.title-new h1 {
    font-size: 28px;
    line-height: inherit;
}

.affliate-about-img {
    display: none;
}

img.affliate-text-after1 {
    display: none;
}

img.affliate-text-after2 {
    display: none;
}

.affliate-text p {
    padding: 0;
    text-align: center;
    font-size: 13px;
    padding: 0 20px;
}

.affliate-text {
    padding-right: 0;
}

section#aflliate-counter-list {
    max-width: 90% !important;
    margin: 0 auto;
    border-radius: 10px;
    margin-top: 30px;
}

.affliate-buttons .btn a {
    font-size: 13px !important;
}

.affliate-buttons {
    display: block;
    padding-top: 10px;
}

.affliate-buttons .btn {
    width: 100%;
    margin: 5px 0;
}

.affliate-box {
    padding: 10px !important;
    border-bottom: 1px solid #e7e7e7;
    border-right: 0;
}

.row.title-new {
    padding-bottom: 20px;
}

.card-header .btn {
    white-space: pre-line;
}

.affliate-sss-list .btn {
    line-height: 23px;
    font-size: 15px;
}

img.absolute-phone {
    display: none;
}

img.apply1-after2 {
    display: none;
}

.apply-box p {
    padding: 0;
    font-size: 12px;
}

.apply-box h2 {
    font-size: 18px;
}

img.apply-img {
    width: 70px;
}

.apply-box .btn a {
}

.apply-box .btn a {
    font-size: 12px !important;
}

.apply-box .btn {
    padding: 10px 19px !important;
    height: auto;
    margin-top: 14px;
    margin-bottom: 0;
}

.apply-box {
    margin-bottom: 30px;
}
.poker-right-box-area {
    margin-top: 25px;
}

.poker-slider img.slider-img {
    height: 184px;
}

.poker-slider ol.carousel-indicators {
    margin-left: 5px;
    bottom: 3px;
}

.poker-slider ol.carousel-indicators li {margin-right: 0px;width: 15px;height: 15px;}
.right-border {
    margin: 0;
    border: none;
    padding: 0;
    margin-bottom: 20px;
}
.body-after-img-area {
    display: none;
}
.page-top-slider ol.carousel-indicators {
    bottom: auto;
    margin-left: 0;
    left: auto;
    top: 20px;
    right: 6px;
}
.page-top-slider img.slider-img {
    height: 200px;
}
section#box-menu-area {
    display: none;
}

section#ligue-list-area {
    display: none;
}

section#mobile-slider .container-fluid {
    padding: 0;
}

section#mobile-slider {
    overflow: hidden;
    margin-top: 10px;
}

section#mobile-slider ol.carousel-indicators {
    bottom: 0;
    margin-left: 0;
    left: 13px;
}

section#mobile-slider ol.carousel-indicators li {
    width: 10px;
    height: 10px;
    margin-right: 0;
}

.box-menu-mobile-flex {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}

.box-menu-mobile-flex div {
    width: 32%;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    margin-bottom: 8px;
    text-align: center;
    height: 100px;
}

section#box-menu-area-mobile {
    padding: 20px 0;
}

.box-menu-mobile-flex div h2 {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    text-align: center;

/* Color */
    color: #2B3B4B;
    margin-top: 10px;
}

.box-menu-mobile-flex div h2 span {
    font-weight: 600;
}

.container {
    max-width: 98% !important;
}
.row.game-title-area h1 {
    font-size: 18px;
}

.row.game-title-area {
    padding-bottom: 22px;
}

.game-top {height: 100px;}

img.game-top-img {
    height: auto !important;
}

img.game-union {
    width: auto !important;
}

.mobile-two-game .game {
    margin-bottom: 20px;
}
section#home-game-list-mobile .owl-nav {
    bottom: auto;
    top: -65px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    right: 0;
}

section#home-game-list-mobile {
    position: relative;
}

section#home-game-list-mobile .owl-prev {
    left: 0;
}

section#home-game-list-mobile .owl-next {
    right: auto;
}

section#home-game-list-mobile .owl-nav div {
    width: 40px;
    height: 40px;
    padding: 4px 14px;
    margin-left: 10px;
}
.league-two {
    background: #FFFFFF;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.07);
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
}

.ligue-img {
    border: 2px solid #F2F2F2;
    border-radius: 8px;
    width: 60px;
    height: 60px;
    padding: 0;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
}

.ligue-img img {
    width: auto !important;
}

.ligue-text h4 {
    font-weight: 600;
    font-size: 13px;
    line-height: 12px;
/* identical to box height */


/* GREEN */
    color: #0F853D;
    padding-top: 10px;
    padding-bottom: 10px;
}

.ligue-text h2 {
    font-weight: 700;
    font-size: 17px;
    line-height: 14px;

/* color */
    color: #323232;
}
.chat-absolute {
    display: none;
}
.m-hidden {
    display: none;
}
.mobile-banner-flex img {
    margin-bottom: 15px;
}





}
