﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Noto+Sans:400,400i,700,700i);

@font-face {
    font-family: 'text-security-disc';
    src: url('fonts/text-security-disc.eot');
    src: url('fonts/text-security-disc.eot?#iefix') format('embedded-opentype'), url('fonts/text-security-disc.woff') format('woff'), url('fonts/text-security-disc.ttf') format('truetype'), url('images/text-security-disc.svg#text-security') format('svg');
}

no-js #loader {
    display: none
}

.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0
}

.se-pre-con {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: center no-repeat #0f203a;
    background-image: url('../images/dual ring-1.4s-200px.svg')
}

.thm-txt {
    color: #0c7ba1;
}

.loadingImage {
    text-align: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: center no-repeat #0f203a;
    opacity: .9;
    background-image: url(../images/loading.gif);
    background-size: 90px 100px;
}

.restore {
    color: #A248BE;
    font-weight: bold;
    font-size: larger;
    vertical-align: bottom;
}

.restort-btn img {
    max-height: 26px;
}

.box-border {
    border-style: solid;
    border-color: #0B688B;
    border-width: 2px;
}

.font-increase {
    font-size: 14px;
}

.register-important {
    color: #000000;
}

.register-important-notes {
    color: red;
}

.register-notes-list {
    list-style: disc;
    text-align: justify;
    font-size: 12px;
}

input.password {
    font-family: 'text-security-disc';
}

.img-filter {
    filter: drop-shadow(2px 4px 6px black);
}

body {
    background-color: #0f203a;
    font-family: 'Noto Sans',sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    animation: fadeInAnimation ease 3s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
    overflow-x: hidden;
}

@keyframes fadeInAnimation {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


* {
    outline: 0
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

* {
    margin: 0;
    padding: 0
}

img {
    border: 0
}

ol, ul {
    list-style: none
}

a, a:active, a:focus, a:hover, a:visited {
    outline: 0;
    border: 0;
    text-decoration: none
}

h1, h2, h3, h4, h5, h6 {
    margin: 0
}

h1 {
    font-size: 35px;
    line-height: 45px
}

.sub-title {
    font-size: 32px;
    line-height: 40px
}

h2 {
    font-size: 30px;
    line-height: 37px
}

h3 {
    font-size: 28px;
    line-height: 35px
}

h4 {
    font-size: 25px;
    line-height: 32px
}

h5 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700
}

p {
    font-size: 14px;
    line-height: 20px
}

    p.big {
        font-size: 16px;
        line-height: 24px
    }

.vertical-line {
    border-left: 2px solid #60656f;
    height: 60px;
    position: absolute;
    left: 50%;
    margin-left: -3px;
    top: 0;
}

.big-text {
    font-size: 18px;
    line-height: 25px
}

.blk-text {
    color: rgba(0,0,0,1);
}

.br {
    display: block
}

.clear-fix {
    clear: both
}

.padt-none {
    padding-top: 0
}

.padb-none {
    padding-bottom: 0
}

.pad-top-ten {
    padding-top: 10px
}

.pad-top-btm-10 {
    padding: 10px 0px;
}

.pad-btm-ten {
    padding-bottom: 10px
}

.pad-top-twentyfive {
    padding-top: 25px
}

.pad-btm-twentyfive {
    padding-bottom: 25px
}

.pad-left-15 {
    padding-left: 15px;
}

.margint-none {
    margin-top: 0
}

.marginb-none {
    margin-bottom: 0 !important
}

.mar-top-ten {
    margin-top: 10px
}

.mar-top-15 {
    margin-top: 15px;
}

.btn-barcode {
    max-width: 170px;
    margin: 0 auto;
}

.mar-btm-ten {
    margin-bottom: 10px
}

.mar-top-twentyfive {
    margin-top: 25px
}

.mar-btm-twentyfive {
    margin-bottom: 25px
}

.mar-btm-fifteen {
    margin-bottom: 15px
}

.no-mar {
    margin: 0
}

.mar-fifty {
    margin: 0 50px
}

.mar-left-15 {
    margin-left: 15px;
}

.pad-comman {
    padding: 25px 0
}

.pad-lr-comman {
    padding: 0 10px
}

.pad-comman-fifteen {
    padding: 15px
}

.mar-comman {
    margin: 25px 0
}

.border-none {
    border: none
}

.radius-none {
    border-radius: none
}

.bg-none {
    background: 0 0
}

.checkbox {
    margin: 0
}

.jcf-checkbox {
    background-color: transparent;
    border: 2px solid #0e92bf;
    border-radius: 1.6px;
    width: 21px;
    height: 21px
}

    .jcf-checkbox.jcf-focus {
        border: 2px solid #0e92bf
    }

    .jcf-checkbox span {
        border-color: #0e92bf
    }

.select-checkboxes .full-img {
    height: 100px;
}

.full-img {
    width: 100%;
    height: 70px
}

.white-text {
    color: #fff
}

.btn-download {
    padding: 10px 0
}

    .btn-download .common-btn {
        font-size: 12px
    }

.common-btn {
    border: 4px solid #0e92bf;
    padding: 5px 13px;
    color: #fff;
    display: inline-block;
    text-align: center
}

    .common-btn:focus, .common-btn:hover, .common-btn:visited {
        background-color: #0e92bf;
        border: 4px solid #0e92bf;
        color: #fff
    }

.modal-body button.close {
    opacity: 1;
    background-color: #fff;
    text-shadow: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    line-height: 15px;
    padding-bottom: 2px
}

.modal-body .close {
    font-size: 50px
}

.modal-body button.close:hover {
    opacity: .5
}

.step-portion h5 .lang {
    display: inline-block;
    margin-right: 10px
}

header {
    background-color: #090a17;
    padding: 10px 0 0
}

    header .container {
        width: 1350px;
    }

    header .custom-container {
        width: 1400px;
    }

.navbar-default {
    background-color: transparent;
    border: 0;
    border-radius: 0
}

.navbar-nav > li {
    padding: 0 15px
}

.navbar {
    margin-bottom: 0
}

.navbar-brand {
    display: block;
    height: auto
}

.navbar-nav {
    margin-top: 15px;
}

    .navbar-nav > li a {
        text-align: center;
        position: relative;
        padding: 50px 5px 25px;
        font-size: 10px;
        line-height: 12px;
        text-transform: uppercase;
        display: inline-block;
        font-weight: 700
    }

.nav > li.dropdown.open {
    position: static
}

.navbar-default .navbar-nav > .open > a.dropdown-toggle {
    background: 0 0
}

.navbar-nav ul.dropdown-menu li a {
    height: auto;
    padding: 5px
}

.login-item {
    margin-left: 15px;
}

.navbar-right .dropdown-menu {
    background: #13294d;
    border-top: 2px solid #3e5e85
}

.dropmenu-main {
    background: #13294d;
    border-top: 2px solid #3e5e85
}

.nav > li.dropdown {
    position: static
}

    .nav > li.dropdown.open .dropdown-menu, .nav > li.dropdown:hover .dropdown-menu {
        display: table;
        border-radius: 0;
        width: 100%;
        text-align: center;
        left: 0;
        right: 0;
        top: calc(100% - 10px);
        padding: 0
    }

.navbar-nav li .dropdown-menu > li {
    display: inline-block;
    height: auto;
    vertical-align: middle
}

.dropdown-menu > li > a:hover {
    background-color: transparent
}

.dropdown-menu > li:hover, .navbar-nav li .dropdown-menu > li:hover {
    background-color: #2a3d5c
}

.navbar-default .navbar-nav > li:hover a, .navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    color: #fff;
    cursor: pointer
}

.navbar-default .navbar-nav > .active:before {
    position: absolute;
    content: '';
    display: block;
    width: 30px;
    height: 2px;
    background-color: #fff;
    border-radius: 1px;
    bottom: -25px;
    transform: translateX(-50%);
    left: 50%
}

.navbar-default .navbar-nav > li.banking-info.active::before, .navbar-default .navbar-nav > li.banking-info:hover::before {
    bottom: -35px
}



.navbar > .container .navbar-brand {
    margin-left: 0;
    padding: 0px 0px 15px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    color: #fff
}

.logo {
    width: 100%;
    max-width: 465px
}



.restore-btn button {
    padding: 0px 10px;
    ;
    border-radius: 4px;
    box-shadow: none;
    border: 0px;
    background-color: #0166d2;
}

.navbar-nav li {
    background-position: top center;
    background-repeat: no-repeat;
    color: #6c737e;
    text-align: center;
    height: 44px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none
}

    .navbar-nav li:hover {
        background-position: bottom center
    }

.home {
    background-image: url(../images/home-icon.png)
}

.sportbook {
    background-image: url(../images/football-menu.png)
}

.live-casino {
    background-image: url(../images/live-casino-icon.png)
}

.slot-game {
    background-image: url(../images/slot-game-icon.png)
}

.lottery {
    background-image: url(../images/lottery-icon.png)
}

.promotion {
    background-image: url(../images/promotion-icon.png)
}

.banking-info {
    background-image: url(../images/bank-icon.png)
}

.download {
    background-image: url(../images/download-icon.png)
}

.country .jcf-select-text > span {
    display: none
}

.country .jcf-select {
    background: 0 0;
    border: 0
}

.country .jcf-select-text img {
    border-radius: 50%
}

.margin-left-25px {
    margin-left: 25px !important;
}

.country .jcf-select:after {
    color: #fff;
    top: 5px;
    right: 20px
}

.jcf-select-drop .jcf-option img {
    margin-right: 5px
}

.jcf-select-drop .jcf-hover {
    background-color: #000;
    color: #fff
}

.jcf-select-present.jcf-select-drop .jcf-hover {
    background-color: rgba(36,122,174,.7)
}

.jcf-list .jcf-option:hover {
    color: #fff
}

.jcf-select-drop-content {
    margin-top: 10px
}

.jcf-select-text {
    cursor: pointer
}

.jcf-select {
    cursor: pointer
}

.login-form {
    float: right
}

    .login-form ul::after {
        clear: both;
        content: '';
        display: block
    }

.login-item:first-child {
    margin-left: 0
}

.after-logion {
    margin-bottom: 10px
}

    .after-logion li {
        margin-right: 10px
    }

    .after-logion .common-btn {
        padding: 0 10px;
        border: 3px solid #0e92bf
    }

.login-form .after-logion label {
    margin: 0
}

.navbar-header ul.social {
    display: flex;
    margin-left: 20px;
}

    .navbar-header ul.social li {
        padding: 0 5px;
    }

.login-item .dropdown-menu img {
    margin-right: 15px
}

input {
    border: 0;
    padding: 5px 15px
}

.user input[type=checkbox] {
    margin-right: 5px
}

.login-item input {
    padding: 5px 15px 5px 25px;
    color: #fff;
    font-size: 10px;
    width: 100%
}

.login-item .lock input, .login-item .user input {
    background-color: #162f54;
    height: 30px;
    vertical-align: middle;
    margin-bottom: 5px;
    width: 128px;
}

.signin button {
    background-color: #0e92bf;
    color: #fff;
    font-weight: 700;
    border-radius: 2px;
    border: none;
    height: 30px;
    padding-left: 25px;
    padding-right: 15px;
    width: 103px;
}

    .register button:hover, .signin button:hover {
        opacity: .7
    }

.register button {
    background: #71c410 url(../images/register-btn.png) no-repeat left center;
    font-weight: 700;
    border-radius: 2px;
    color: #fff;
    padding-left: 25px;
    padding-right: 15px;
    width: 100px;
    background-position: 10px;
    border: none;
    height: 30px
}

.input-field ul {
    max-width: 275px
}

.input-field li {
    /*width: calc(50% - 10px)*/
}

.input-field.login {
    margin-left: 35px
}

.restore-btn label {
    margin: 0px;
    line-height: 30px;
}

.restore-btn {
    background-color: #0166d2;
    border-color: #0166d2;
    border: 0px;
    line-height: 30px;
    padding: 0px 10px;
    border-radius: 5px;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

    .restore-btn:hover {
        background-color: #0166d2;
    }

    .restore-btn img {
        padding-right: 5px;
    }

.login-item.login ul.d-flex {
    max-width: 100%;
}

    .login-item.login ul.d-flex li {
        margin-right: 5px;
    }

.d-flex {
    display: flex;
}

.input-field.login li.login-item.restore-btn {
    margin: 0 15px 0 0;
}

li.common-btn.restore-btn:hover, li.common-btn.restore-btn:focus {
    border: 0px;
    background-color: #0166d2;
    cursor: pointer;
}

.input-field.login li:first-child.login-item {
    /*width: calc(50% - 20px);*/
    line-height: 26px;
    vertical-align: middle
}

.input-field.login li.login-item.restore-btn {
    margin: 0 15px 0 0;
}

.input-field.login li.login-item {
    /*width: calc(15% - 5px);*/
    line-height: 26px;
    vertical-align: middle
}

.input-field input[type=checkbox] {
    width: auto
}

.lock, .register, .signin, .user {
    position: relative
}

.login-register, .navbar-nav {
    float: right;
}

.login-form {
    font-size: 10px;
    text-align: center;
}

.u-name {
    color: #7c838c;
    vertical-align: middle
}

.login-form .form-icon:before {
    position: absolute;
    display: block;
    font-family: fontAwesome;
    font-size: 13px;
    color: #5675a3;
    left: 10px;
    top: 6px;
}

.login-form .lock:before {
    content: '\f023'
}

.login-form .user:before {
    content: '\f007'
}

.login-form .signin:before {
    content: '\f090';
    color: #fff;
    top: 50%;
    transform: translateY(-50%)
}

.login-form .signin:hover:before {
    opacity: .7
}

.login-form .log-out:before {
    transform: rotate(180deg);
    top: 5px;
}

.lock:before {
    content: '\f023'
}

.user:before {
    content: '\f007'
}

.login-form ul {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
    align-items: flex-start;
}

.promotion-login li {
    width: calc( 50% - 20px);
    margin-right: 10px;
}

ul.user-login {
    display: flex;
}

.login-form a {
    color: #fff
}

.currency .jcf-select {
    width: 100%;
    margin-bottom: 0;
    border-color: transparent;
    color: #fff;
    height: auto;
    background: #162f54;
    display: inline-block;
    vertical-align: top;
    line-height: 20px
}

.bunch-games img.kiss-pink-logo {
    max-width: 250px;
    margin-bottom: 15px
}

.login-item .jcf-select .jcf-select-text {
    line-height: 20px
}

.jcf-select:after {
    content: '\f107';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 0;
    right: 5px;
    opacity: .5;
    font-size: 17px
}

.jcf-select .jcf-select-opener::before {
    content: none
}

.jcf-select.jcf-focus {
    border-color: transparent !important
}

.jcf-select-drop .jcf-select-drop-content, .login-item {
    border-color: transparent
}

    .login-item .jcf-list {
        background: 0 0;
        padding-top: 20px
    }

.jcf-select-select-balance .jcf-list .jcf-option {
    font-size: 10px;
    line-height: 15px;
    width: 100%;
    background: #313032;
    color: #5a595b;
    position: relative
}

.jcf-list .jcf-option:hover {
    color: #fff
}

.jcf-select-text {
    color: #acabad;
    opacity: 1
}

.jcf-select .jcf-select-opener {
    background: 0 0
}

:root .jcf-checkbox span {
    margin: -5px 0 0 -5px
}

.jcf-checkbox span {
    height: 6px;
    width: 10px;
    border-width: 0 0 2px 2px
}

.login-item .select-balance .field-icon::after {
    content: '\f107';
    font-family: FontAwesome;
    color: #fff;
    position: absolute;
    top: 20px;
    right: 15px;
    opacity: .5
}

.login-item.social {
    margin: 0 10px 0 20px
}

.social a {
    color: #545c69;
    margin-right: 5px;
    font-size: 15px
}

    .social a:hover {
        color: #fff
    }

.login-form label:first-child {
    font-size: 11px;
    color: #5d6571;
    cursor: pointer;
    font-weight: 700;
    line-height: 24px
}

.login-form label {
    font-weight: 400;
    font-size: 10px
}

.login-form .btn-language {
    background: 0 0;
    border: 0;
    color: #fff
}

.dropdown .dropdown-menu {
    left: auto;
    right: 0
}

.login-form .jcf-select {
    min-width: auto;
    margin-bottom: 0;
    height: auto
}

.login-form .jcf-select-text {
    font-size: 10px
}

.deposit, .transfer, .withdrawal {
    position: relative
}

.login-register .icon:after {
    position: absolute;
    display: block;
    font-size: 14px;
    color: #fff;
    font-family: fontAwesome;
    top: 0;
    left: 0
}

.login-register .deposit:after {
    content: '\f01a'
}

.login-register .withdrawal:after {
    content: '\f01b'
}

.login-register .transfer:after {
    content: '\f18e'
}

.input-field .money-type li {
    width: 30%;
    color: #fff;
    float: left;
    padding-left: 15px;
    line-height: 20px
}

    .input-field .money-type li.custom-width {
        width: 40%
    }

.login-register .money-type li.icon:jcf-hover::after {
    color: #0e92bf
}

.input-field .money-type li a:hover, .input-field .money-type li:hover a {
    color: #0e92bf
}

.main-banner {
    background: url(../images/banner-bg.jpg) no-repeat 65% top/85%
}

body.home-page {
    background-color: #0a1628
}

.captcha-code {
    overflow: hidden;
    padding: 10px 15px;
    vertical-align: middle;
    background-color: #222;
    border: 1px solid #525252
}

.captcha-code {
    display: flex;
    align-items: center;
}

    .captcha-code label {
        width: 75%;
        color: #fff;
        padding-left: 0
    }

.captcha-icon {
}

.captcha-content {
    background: url(https://www.gstatic.com/recaptcha/api2/logo_48.png) no-repeat center top/ 30px;
}

.captcha-code .jcf-checkbox {
    width: 30px;
    height: 28px;
    margin-right: 10px;
    border-color: #ccc;
    background: #fff
}

.captcha-content > p {
    padding-top: 35px;
    font-size: 10px;
    color: #fff;
    margin-bottom: 0
}

.captcha-content .small {
    font-size: 8px;
    line-height: 10px;
    padding-top: 0;
    margin-bottom: 0
}

.annunce-section {
    padding-top: 5px;
    margin-left: -20px;
    margin-right: -20px
}

.annunce-title {
    float: left
}

.annunce-text {
    float: right;
    width: calc(100% - 130px)
}

.banner-inner {
    margin-top: 325px;
    padding-top: 40px;
    background: url(../images/promation-bg.png) no-repeat top
}

.home-slider {
    padding: 0 70px
}

    .home-slider a {
        position: relative
    }

        .home-slider a:before {
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            border-radius: 2.52px
        }

.slick-prev, .slick-prev:hover {
    left: 25px;
    z-index: 1;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    width: 40px
}

.slick-next, .slick-next:hover {
    right: 25px;
    z-index: 1;
    background: rgba(0,0,0,.4);
    border-radius: 50%;
    width: 40px
}

.slick-prev::before {
    content: '\f053';
    font-family: fontAwesome;
    width: 40px
}

.slick-next::before {
    content: '\f054';
    font-family: fontAwesome;
    height: 40px
}

.home-slider > div {
    background: rgba(0,0,0,.79);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.5);
    border-radius: 10.09px;
    padding: 10px
}

.slick-dotted.slick-slider {
    margin: 0
}

.slick-dots {
    text-align: right;
    right: 25px;
    bottom: 25px
}

    .slick-dots li {
        background-color: #8f93a0;
        border-radius: 50%;
        width: 10px;
        height: 10px
    }

        .slick-dots li.slick-active {
            background-color: #fff
        }

.slick-next, .slick-prev {
    width: 40px;
    height: 40px
}

.slick-slide img {
    width: 100%
}

.how-win {
    border-radius: 8px;
    padding: 10px 0;
    position: relative;
    z-index: 1
}

    .how-win:before {
        content: '';
        background: rgba(0,0,0,.85);
        position: absolute;
        filter: blur(17px);
        -webkit-filter: blur(17px);
        -moz-filter: blur(17px);
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0
    }

    .how-win li:first-child {
        width: 25%
    }

    .how-win li.custom {
        width: 15%
    }

    .how-win li {
        width: calc(100% / 5 - 15px);
        float: left
    }

    .how-win > ul {
        overflow: hidden
    }

.process-game {
    position: relative;
    padding-left: 45px;
    display: inline-block
}

    .process-game:before {
        position: absolute;
        content: '';
        display: block;
        left: 0;
        bottom: 20px;
        width: 30px;
        height: 30px;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        top: 10px
    }

.step-1:before {
    background-image: url(../images/step-1.png);
    cursor: pointer;
}

.step-2:before {
    background-image: url(../images/step-2.png);
    cursor: pointer;
}

.step-3:before {
    background-image: url(../images/step-3.png);
    cursor: pointer;
}

.step-4:before {
    background-image: url(../images/step-4.png);
    cursor: pointer;
}

.process-game figure {
    height: 25px;
    display: none
}

.process-game img {
    height: 30px
}

.process-game h4 {
    color: #0e92bf;
    font-size: 16px;
    line-height: 21px;
    margin-top: 5px
}

.how-win h4, .process-game p {
    text-transform: uppercase;
    margin-bottom: 0
}

.process-game p {
    font-size: 13px
}

.how-win h5 {
    font-size: 14px;
    line-height: 20px
}

.how-win p {
    font-size: 12px;
    line-height: 17px
}

.how-win ul {
    margin-top: 10px
}

.how-win p, .how-win ul {
    margin-bottom: 0
}

.kiss-918-section {
    background: rgba(40,173,236,.1);
    padding: 10px;
    border: 1px solid rgba(62,187,246,.3);
    width: 90%;
    margin: 0 auto 25px
}

.row-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center
}

.rolex-section {
    background-color: #081220;
    border-radius: 8px;
    padding: 15px
}

.register.my-account input {
    background-image: none
}

.register.my-account:before {
    content: '\f013';
    font-family: fontAwesome;
    color: #fff;
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 10px
}

.register.symbol {
    background: url(../images/register_app_form.png) no-repeat;
    background-position: 15px;
}

.tick-note {
    width: 100%;
    margin: 25px auto 0px;
    text-align: center;
}

.card {
    background: url(../images/card-symbols.png) no-repeat
}

.card-detail {
    background-color: rgba(36,122,174,.7)
}

.info-form.reg-bank-ac label {
    width: 100%;
}

.symbol {
    position: relative;
    z-index: 1;
    background-color: rgba(216,216,216,0);
    box-shadow: inset 0 -4px 0 0 rgba(255,255,255,.03);
    padding: 10px 10px 10px 40px;
    background-position: 5px 10px;
    display: flex;
    justify-content: space-between
}

.kiss-918-section ul {
    overflow: hidden;
    background-color: rgba(36,122,174,.7)
}

.more-btn.common-btn {
    border: 0;
    position: relative;
    padding: 5px 5px 5px 35px
}

    .more-btn.common-btn::before {
        content: "";
        display: block;
        transform: skewX(-30deg);
        -webkit-transform: skewX(-30deg);
        position: absolute;
        width: 150px;
        height: 100%;
        top: 0;
        left: 17px;
        background: #86c842;
        z-index: -1;
        transition: .2s
    }

    .more-btn.common-btn:focus, .more-btn.common-btn:hover {
        background: 0 0
    }

        .more-btn.common-btn:hover:before {
            background: #f5a53d
        }

.symbol:before {
    position: absolute;
    display: block;
    left: 0;
    content: '';
    height: 32px;
    width: 32px
}

.casino-text a {
    color: #fff
}

.download-section:after {
    clear: both;
    display: block;
    content: ""
}

.rolex-game {
    background-position: center;
    background-size: cover;
    height: 88px;
    position: relative
}

.back img {
    width: 100%
}

.download-section .back img {
    max-height: 88px
}

.game-process-sec {
    max-width: 1030px;
    margin: 20px auto
}

    .game-process-sec .rolex-game {
        height: 150px
    }

    .game-process-sec .back img {
        height: 150px;
        width: 100%
    }

.info-card.slotgames .rolex-game {
    height: 88px
}

.live-casino .dropdown-menu img, .slot-game .dropdown-menu img, .sportbook .dropdown-menu img {
    width: 150px;
    height: auto;
    padding: 15px 0
}

.rolex-game p {
    position: absolute;
    padding: 0 5px;
    margin: 0;
    bottom: 0;
    z-index: 1;
    width: 100%;
    background: rgba(36,122,174,.7);
    font-size: 14px;
    font-weight: 700
}

.rolex-game:hover p {
    visibility: visible;
    transition-duration: .5s
}

.rolex-part {
    margin-bottom: 25px
}

.down-arrow {
    margin-top: -25px;
    position: relative;
    z-index: 1
}

    .down-arrow a {
        box-shadow: 0 0 43px 0 rgba(0,0,0,.5);
        border-radius: 50%;
        display: inline-block
    }

.footer_nav {
    font-size: 14px;
    padding-left: 10px;
    padding-right: 10px
}

    .footer_nav ul {
        display: inline-block;
        border-top: 2px solid #265294;
        margin: 0 auto
    }

    .footer_nav li {
        color: #6f7989;
        padding: 15px;
        text-transform: uppercase;
        font-weight: 700
    }

        .footer_nav li a:hover {
            color: #fff
        }

    .copyright, .footer_nav ul li a {
        color: #fff
    }

        .footer_nav ul li a:hover {
            opacity: .7
        }

footer {
    background-color: #090a17;
    padding: 15px 0;
    position: relative
}

    footer h5 span {
        color: #0e92bf;
        font-size: 32px
    }

.pink-logo {
    max-width: 100px
}

.bank-us li {
    margin: 0 -2px;
    padding-bottom: 10px
}

.live-chat {
    position: fixed;
    right: 48px;
    bottom: 48px;
    z-index: 999
}

.contact-us-btn {
    position: fixed;
    right: 0;
    top: 120px;
    z-index: 9999
}

.contact-user {
    cursor: pointer
}

.contact-us-btn .contact-user {
    transform: rotate(-90deg);
    font-size: 24px;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    overflow: hidden;
    right: calc(100% + 60px);
    width: 255px;
    transform-origin: 100% 0;
    line-height: 60px;
    text-transform: uppercase;
    text-align: right;
    padding-right: 20px
}

    .contact-us-btn .contact-user::before {
        content: "";
        display: block;
        transform: skewX(-30deg);
        -webkit-transform: skewX(-30deg);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 17px;
        background: #0e92bf;
        z-index: -1
    }

.contact-img {
    width: 27px;
    height: 32px;
    display: inline-block;
    background: url(../images/contact-fixed.png) no-repeat center center/cover;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    vertical-align: middle;
    margin-left: 5px
}

.contact-us-btn ul {
    background-color: #fff;
    width: 200px;
    margin-bottom: 0;
    padding: 4px 8px
}

.contact-us-btn li {
    padding-top: 8px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0
}

    .contact-us-btn li:last-child {
        border-bottom: 0
    }

.contact-us {
    background-color: #0e92bf;
    color: #fff !important;
    font-weight: 700;
    border-radius: 2px;
    border: none;
    height: 30px;
    padding-left: 25px;
    padding-right: 15px
}

.contact-us-mobile {
    background-color: #0e92bf;
    color: #fff !important;
    font-weight: 700;
    border-radius: 2px;
    border: none;
    height: 20px;
    padding-left: 0;
    padding-right: 0
}

.image-qr {
    width: 120px;
    height: 120px
}

.version {
    float: right !important;
    padding-right: 200px !important;
    color: #fff;
    float: right;
    padding-right: 200px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(15%);
}

.support-live h5 {
    color: #bdbdbd;
    float: left;
    line-height: 25px;
    font-size: 17px
}

.support-live h6 {
    color: #bdbdbd;
    float: right;
    line-height: 20px;
    font-size: 14px
}

.support-live {
    overflow: hidden
}

    .support-live p {
        float: right;
        text-align: right;
        margin: 0;
        vertical-align: top
    }

ul.supported-game {
    max-width: 400px
}

.call-contact a, .call-contact p {
    margin-bottom: 8px;
    display: block
}

    .call-contact a:last-child {
        margin-bottom: 0
    }

.contact-us-btn p {
    text-transform: uppercase
}

.chatting {
    display: none;
    transition: .5s ease-in
}

    .chatting a, .chatting p {
        color: #7e7e7e
    }

.registration-banner {
    background: url(../images/register-bg.png) center top no-repeat;
    min-height: 900px;
    padding-bottom: 20px
}

.panel-collapse .account-reg {
    border-radius: 0
}

.account-reg {
    background: rgba(0,0,0,.43);
    border-radius: 8px;
    animation: fadeInAnimation ease 1s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.panel-group.promotion-detail .account-reg ul {
    list-style: disc;
    padding-left: 40px
}

.panel-group.promotion-detail .panel-body.account-reg table td {
    border: 1px solid #fff;
    padding: 5px;
    text-align: center
}

.info-form {
    margin: 15px 0
}

.reg-form {
    width: 100%;
    height: 40px;
    border: 1px solid #2b74a7;
    background: #fff;
    font-size: 15px;
    padding: 0 15px 0 35px;
    font-family: 'Noto Sans',;
    border-radius: 4px;
    color: #000;
    font-weight: 400
}

    .reg-form:active, .reg-form:focus {
        color: #000
    }

.info-form p.note {
    margin-top: 8px;
    margin-bottom: 10px;
    max-width: 400px
}

.info-form label.no-mar-btm {
    margin-bottom: 0
}

.info-form input:placeholder {
    color: #d7d7d7
}

.info-form label {
    position: relative
}

.user:before {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #d7d7d7;
    display: block;
    font-family: fontAwesome;
    font-weight: 400
}

.lock:before {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #d7d7d7;
    content: '\f023';
    display: block;
    font-family: fontAwesome;
    font-weight: 400
}

.mail:before {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #d7d7d7;
    content: '\f0e0';
    display: block;
    font-family: fontAwesome;
    font-weight: 400
}

.num:before {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #d7d7d7;
    content: '\f095';
    display: block;
    font-family: fontAwesome;
    font-weight: 400
}

#forgot-password .num:before {
    left: 14px;
    top: 17px;
    font-size: 20px;
    line-height: 25px;
    position: absolute
}

.info-form label {
    margin: 16px 0;
    display: block;
    /* width: 50% */
}

#register .info-form label {
    width: 50%;
}

.note {
    margin: 8px 0;
    font-size: 12px
}

label.mar-btm-no {
    margin-bottom: 0
}

.captcha-section li {
    vertical-align: middle
}

.code {
    width: 30%
}

    .code input {
        padding: 0 15px
    }

.captcha-section .btn {
    background-color: #0e92bf;
    color: #fff;
    font-size: 18px
}

.account-reg label:last-child {
    font-weight: 400;
    font-size: large;
}

.submit {
    background: #71c410;
    border-radius: 4px;
    padding: 8px 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: inline-block;
    border: none
}

.cancel {
    background: #0e92bf;
    border-radius: 4px;
    padding: 8px 10px 10px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 16px;
    color: #fff;
    display: inline-block
}

.submit:focus, .submit:hover {
    opacity: .7
}

.cancel:focus, .cancel:hover {
    opacity: .7
}

.account-reg hr {
    border-color: grey;
}


.about-icon:before {
    content: '\f05a'
}

.about-icon:before, .bank-icon.white-text:before, .calender-part:before, .join-icon:before, .tc-icon:before {
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 25px;
    font-family: fontAwesome;
    color: #fff
}

.bank-icon.white-text:before {
    left: 0;
    font-size: 20px
}

.join-icon:before {
    content: '\f196';
    left: 5px;
    top: 10px;
    font-size: 25px
}

.tc-icon:before {
    content: '';
    left: 15px;
    top: 18px;
    background: url(../images/tc-icon.png) no-repeat;
    width: 14px;
    height: 18px
}

.calender-part:before {
    left: 15px;
    top: 10px;
    color: #d7d7d7;
    content: "\f073"
}

.about-content p {
    margin-bottom: 15px;
    line-height: 24px;
    color: grey;
}

    .about-content p span {
        font-size: 16px;
        line-height: 22px;
        font-weight: 700
    }

.bank-icon:before {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #d7d7d7;
    content: '\f19c';
    display: block;
    font-family: fontAwesome;
    font-weight: 400;
    text-align: center
}

.card-number:before {
    position: absolute;
    left: 15px;
    top: 10px;
    color: #d7d7d7;
    content: '\f283';
    display: block;
    font-family: fontAwesome;
    font-weight: 400
}

.faq-content p {
    margin-bottom: 15px;
    color: grey;
}

.faqs-icon:before {
    content: '\f128';
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 25px;
    font-family: fontAwesome;
    color: #fff
}

.download-icon:before {
    content: '\f019';
    display: block;
    position: absolute;
    left: 5px;
    top: 10px;
    font-size: 25px;
    font-family: fontAwesome;
    color: #fff
}

.promotion-detail {
    padding: 0 60px;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.blue-overlay.no-mar {
    margin: 0
}

.panel {
    border: 0;
    background-color: transparent
}

.blue-overlay {
    background-image: linear-gradient(90deg,#0e92bf 94%,#064357 100%)
}

.panel-group .panel {
    padding: 0 0 10px
}

.row-flex {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    width: 100%
}

.blue-overlay button {
    border: 0;
    background: 0 0
}

.product-detail a {
    color: #fff
}

.panel a {
    display: block
}

.checked, .unchecked {
    position: relative
}

.panel button.product-detail::before {
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 35px;
    line-height: 35px;
    display: inline-block;
    left: -25px;
    top: 0;
    position: absolute
}

.unchecked button.product-detail::before {
    content: "\f100"
}

.checked button.product-detail::before {
    content: '\f101'
}

.product-detail a:hover {
    opacity: .8
}

.pagination.expand {
    overflow-x: scroll;
    max-width: 400px;
    max-height: 50px;
    overflow-y: hidden;
}

.pagination {
    margin: 0 auto;
    display: flex;
}

    .pagination a {
        transition: 0.5s;
    }

        .pagination a:hover,
        .pagination a.active {
            background: #ffffff;
            color: #0b7498;
            transform: scale(1.2);
        }

.product-detail {
    font-size: 24px;
    transform: rotate(-90deg);
    color: #fff;
    letter-spacing: 1px;
    text-align: center;
    float: right;
    font-weight: 700;
    position: relative;
    width: 125px;
    top: -15px
}

.promotion-detail figure {
    float: left
}

.promotion-detail li:after {
    clear: both
}

.promotion-note {
    margin: 10px 0
}

    .promotion-note li {
        list-style: decimal;
        margin-left: 30px;
        font-size: 16px;
        line-height: 27px
    }

.account-reg.no-mar, .blue-overlay.marginb-none {
    margin: 0;
    border-radius: 0
}

.after-reg {
    width: 100%;
    max-width: 450px;
    margin: 0 auto
}

    .after-reg button.close {
        background-color: #dcdcdc;
        color: #fff
    }

.modal-content {
    background-color: #fff;
    margin: 0 auto;
    width: 100%
}

.modal-dialog {
    display: flex;
    display: -webkit-flex;
    align-items: center;
    -webkit-align-items: center;
    background: 0 0;
    height: 90vh
}

    .modal-dialog.custom-width {
        width: 100%;
        max-width: 1240px
    }

.custom-width .modal-body {
    height: 70vh
}

.custom-width .modal-content {
    background: 0 0
}

.email, .num {
    position: relative
}

    .email:before {
        position: absolute;
        color: #d7d7d7;
        content: '\f0e0';
        display: block;
        font-family: fontAwesome;
        font-weight: 400;
        top: 15px;
        left: 10px;
        font-size: 20px
    }

    .email .reg-form {
        border: 2px solid #d7d7d7
    }

.mail-width {
    width: 100%;
    max-width: 400px
}

.terms-condition-content li {
    list-style: disc;
    margin-left: 10px;
    color: grey;
}

.title-bg {
    background-image: linear-gradient(-180deg,#0e92bf 0,#064357 100%);
    padding: 10px
}

.download-section {
    overflow: hidden
}

.how-to-download {
    float: left;
    width: 240px
}

.download-section .account-reg {
    float: right;
    width: calc(100% - 240px);
    border-radius: 0
}

.side-title h4 {
    font-size: 22px;
    line-height: 26px;
    padding: 15px;
    font-weight: 700;
    background-image: linear-gradient(-180deg,#0e92bf 0,#064357 100%)
}

.download-process {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding-bottom: 20px
}

#download-process ul li {
    float: none;
    text-align: center;
    padding: 0 15px;
}

#download-process ul {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.text-green {
    color: #5cb85c;
    margin-right: 5px;
}

.text-red {
    color: #d9534f;
    margin-right: 5px;
}

.text-yellow {
    color: #f39c12;
    margin-right: 5px;
}

.btn-yellow {
    background: #f39c12;
    color: aliceblue;
}

.playstore {
    float: left
}

.appstore {
    float: right
}

.blue-bg {
    background-color: #0e92bf;
    padding: 10px;
    font-weight: 700
}

.access-info.download-info {
    max-width: 450px;
    margin: 0 auto 10px;
}

.access-info .border-left {
    border-left: 2px solid #d7d7d7;
    color: #0e92bf
}

.download-process .access-info .border-left {
    min-height: 60px
}

.access-info span {
    color: #0e92bf
}

.grey-text {
    color: #737373;
    padding: 10px 0;
    margin: 0;
    animation: fadeInAnimation ease 4s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.access-info > div {
    background-color: #fff;
    font-weight: 700
}

.border-bottom {
    border-bottom: 2px solid #d7d7d7
}

.date-note span {
    font-size: 22px;
    line-height: 25px
}

.bank-entry > li {
    width: calc(100% / 3);
    float: left
}

.custom-border {
    border-left: 2px solid #0c7ba1;
    border-right: 2px solid #0c7ba1
}

.bank-entry {
    overflow: hidden
}

.white-bg {
    background-color: #fff
}

.grey-bg {
    background-color: #d6d6d6
}

.half-width li img {
    width: 100%;
    padding: 8px;
    max-width: 120px;
    margin: 0 auto
}

.half-width li {
    width: calc(100% / 2);
    border-right: 2px solid #d7d7d7;
    display: flex;
    align-items: center;
    float: left;
    height: 56px
}

.ac-name p {
    padding: 18px;
    margin: 0;
    color: #737373;
    font-weight: 700
}

.border-left-right {
    border-left: 2px solid #d7d7d7;
    border-right: 2px solid #d7d7d7
}

.half-width li:last-child {
    border: 0
}

.half-width p {
    text-transform: uppercase;
    color: #737373;
    font-weight: 700;
    margin: 0 auto;
    padding: 5px
}

.bank-entry, .half-width {
    overflow: hidden
}

.deposit-title {
    background-color: #d6d6d6;
    padding: 5px;
    color: #737373
}

.table .no-pad {
    padding: 0
}

    .table .no-pad > table {
        margin: 0
    }

.table-bordered > tbody > tr > td.no-border-top {
    border-top: 0
}

.table-bordered > thead.transaction-limit > tr > td.no-border-btm {
    border-bottom: 0
}

.table-bordered > thead.transaction-limit > tr > td.no-border-right {
    border-right: 0
}

.table-bordered > thead.transaction-limit > tr > td {
    border-right: 2px solid #0c7ba1
}

.table-bordered > thead.transaction-limit > tr:first-child > td {
    border-bottom: 2px solid #0c7ba1
}

.table-bordered .no-border-left {
    border-left: 0
}

.table-bordered .no-border-right {
    border-right: 0
}

.transactions-limits .border-left-right {
    border-color: #0c7ba1
}

.transactions-limits .custom-width {
    width: 20%
}

.custom-height {
    height: 75px
}

.no-pad.no-border, .table .no-border {
    border: 0
}

.transactions-limits .border-top {
    border-top: 2px solid #d6d6d6
}

.fake-upload-btn.upload-btn:hover * {
    cursor: pointer;
}

.fake-upload-btn.upload-btn {
    background: linear-gradient(to bottom, #e0e0e0 0%, #003679 102%);
}

.fake-upload-btn {
    padding: 10px 20px;
    font-size: 15px;
    line-height: 22px;
    cursor: pointer;
    background: #0e92bf;
    color: #fff;
    border-radius: 5px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    text-align: center
}


    .fake-upload-btn input[type=file] {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        opacity: 0;
        text-indent: -9999px;
        width: 100%;
        height: 100%;
        z-index: 100;
        /*visibility: hidden;*/
        overflow: visible;
    }

.register-notes-list.pad-top-btm-10 {
    padding: 10px;
}

#selectedFiles ul {
    list-style: none
}

#selectedFiles li {
    padding: 2px 25px 2px 5px;
    position: relative;
    background: #0e92bf;
    margin: 4px 0;
    border-radius: 2px;
    color: #fff;
    text-overflow: ellipsis;
    white-space: normal;
    overflow: hidden
}

    #selectedFiles li button {
        position: absolute;
        right: 2px;
        top: 2px;
        height: 20px;
        width: 20px;
        border-radius: 20px;
        display: inline-flex;
        background: #737373;
        color: #fff;
        font-size: 10px;
        line-height: 17px;
        text-align: center;
        vertical-align: middle;
        box-sizing: border-box;
        padding: 0 7px;
        border: 0
    }

.user-icon:before {
    content: '\f007';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 25px;
    font-family: fontAwesome
}

.tel-icon:before {
    content: '\f095';
    display: block;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 25px;
    font-family: fontAwesome
}

.password-upadte p.no-mar {
    margin-top: 0px
}

.password-upadte .fleft {
    float: left;
    width: 35%;
    padding-right: 10px;
    font-weight: 400
}

.password-upadte.deposit-bank-listing .fleft {
    width: 30%;
}

.deposit-bank-listing.password-upadte .fright {
    width: calc(100% - 32%);
}

.deposit-bank-listing .bank-selection ul li {
    width: calc(100% / 2 - 5px);
}

.fright.mendatory.black-text p {
    background: #0c7ba1;
    padding: 5px 10px;
    border-radius: 4px;
    display: inline-block;
}

#Withdrawal .bank-remain-list .password-upadte .fright {
    width: calc(100% - 27%);
}

#Withdrawal .bank-remain-list .fleft {
    width: 27%;
}

#Withdrawal .bank-multi-list .password-upadte .fright {
    width: calc(100% - 25%);
}

#Withdrawal .password-upadte .fleft {
    width: 25%;
}

.password-upadte .fright {
    float: right;
    width: calc(100% - 35%)
}

.password-upadte li:after {
    clear: both;
    content: '';
    display: block
}

.password-upadte label {
    margin: 0
}

.password-upadte .reg-form {
    border: 0
}

.password-upadte label:before {
    font-size: 17px;
    top: 8px;
    left: 9px;
    color: rgba(0,0,0,0.5);
}

.deposit-section .deposit-bank-listing .bank-selection ul li:last-child > label {
    width: auto
}

.company-deposit-list ul {
    display: flex;
    border: 0px;
    text-align: center;
    align-items: center;
    margin: 0px;
}

    .company-deposit-list ul li {
        float: none;
        margin: 0px;
        padding: 0px;
    }

        .company-deposit-list ul li a {
            padding: 5px;
            border: 0px;
            transition: 0.5s;
        }

            .company-deposit-list ul li a p {
                font-size: 12px;
                color: #000000;
                margin: 5px 0px;
            }

        .company-deposit-list ul li figure {
            position: relative;
            transition: 0.5s;
        }

            .company-deposit-list ul li figure:before {
                content: '';
                display: block;
                position: absolute;
                right: 0;
                bottom: 0;
                background: url(../images/active-arrow.png) no-repeat center center / cover;
            }

        .company-deposit-list ul li a:hover,
        .company-deposit-list ul li a:focus {
            background-color: transparent;
        }

.tab {
    float: left;
    width: calc(25% - 20px);
    margin-right: 20px;
    background-color: rgba(0, 0, 0, 0.47);
    padding: 10px;
}

    .tab button {
        display: block;
        color: #0e92bf;
        width: 100%;
        border: none;
        outline: 0;
        text-align: left;
        font-weight: 700;
        margin-bottom: 10px;
        cursor: pointer;
        transition: .3s;
        font-size: 15px;
        padding: 10px 10px 10px 56px;
        position: relative;
        z-index: 1;
        background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
        box-shadow: 0px -1px 0 #d8d8d8, 0 0px 0px 1px rgba(255, 255, 255, 0.9);
        border-radius: 6px;
    }

        .tab button.active, .tab button:hover {
            background-image: linear-gradient(-180deg,#0e92bf 0,#064357 100%);
            color: #fff
        }

        .tab button:before {
            content: '';
            display: block;
            position: absolute;
            background-repeat: no-repeat;
            background-size: contain;
            width: 25px;
            height: 25px;
            left: 15px;
            background-position: center
        }

.company-deposit-list .nav-tabs > li img {
    border: 1px solid #858585;
    border-radius: 4px;
    background: #ffffff;
    object-fit: none;
    width: 80px;
    height: 40px;
    object-position: 50% -10%;
    transition: 0.5s;
}
.company-deposit-list .nav-tabs > li img.tab-bankicon { object-fit: contain; }

.info-form.deposit-section.register-notice h6 {
    font-size: 14px;
}

.info-form.deposit-section.register-notice ol li {
    font-size: 12px;
}

.company-deposit-list .nav-tabs > li:first-child img {
    object-position: 50% -20%;
}

.company-deposit-list .nav-tabs > li:first-child.active img {
    object-position: 50% 130%;
}

#Deposit .tabcontent.active {
    display: block !important;
}

#Bank-Transfer.tabcontent.active {
    width: 100%;
}

.company-deposit-list .nav-tabs > li.active img {
    border-color: #0c7ba1;
    object-position: 50% 110%;
}

.company-deposit-list .nav-tabs > li.active > a {
    background: transparent;
    border: 0px;
}

.select-checkboxes .promotion-content .full-img {
    height: auto;
}

#Deposit .tabcontent {
    margin: 20px 0 50px;
    width: 100%;
}

.info-form.notice-bank-transfer {
    margin-top: -110px;
}


.profile-page .profile:before {
    background-image: url(../images/profile-blue.png)
}

.profile-page .deposit:before {
    background-image: url(../images/deposit-blue.png)
}

.profile-page .withdrawal:before {
    background-image: url(../images/withdrawal-blue.png)
}

.profile-page .transfer:before {
    background-image: url(../images/transfer-blue.png)
}

.profile-page .history:before {
    background-image: url(../images/history-blue.png)
}

.profile-page .statement:before {
    background-image: url(../images/statement-blue.png)
}

.profile-sub:before {
    background-image: url(../images/profile-sub.png)
}

.deposit-sub:before {
    background-image: url(../images/deposit-sub.png)
}

.withdrawal-sub:before {
    background-image: url(../images/withdrawal-sub.png)
}

.transfer-sub:before {
    background-image: url(../images/transfer-sub.png)
}

.history-sub:before {
    background-image: url(../images/history-sub.png)
}

.statement-sub:before {
    background-image: url(../images/statement-sub.png)
}

.profile-page .profile.active:before, .profile-page .profile:hover:before {
    background-image: url(../images/profile-white.png)
}

.profile-page .deposit.active:before, .profile-page .deposit:hover:before {
    background-image: url(../images/deposit-white.png)
}

.profile-page .withdrawal.active:before, .profile-page .withdrawal:hover:before {
    background-image: url(../images/withdrawal-white.png)
}

.profile-page .transfer.active:before, .profile-page .transfer:hover:before {
    background-image: url(../images/transfer-white.png)
}

.profile-page .history.active:before, .profile-page .history:hover:before {
    background-image: url(../images/history-white.png)
}

.profile-page .statement.active:before, .profile-page .statement:hover:before {
    background-image: url(../images/statement-white.png)
}

label.bank-list-deposit {
    display: flex;
    align-items: center;
}

.bank-list-deposit img {
    width: 50px;
    background: none;
    height: auto;
}

.deposit-bank-listing .bank-selection ul.bank-listing.step-2-desc li {
    width: calc(100% / 2 - 10px);
    margin: 0px 0px 10px;
    padding: 0px 10px 0px 0px;
}

.bank-list-deposit p {
    margin-bottom: 0px;
}
/* Changes in Profile-Withdrawal Page */
#Withdrawal .bank-selection ul li figure {
    border: 1px solid #858585;
    border-radius: 4px;
    cursor:pointer;
}

#Withdrawal .bank-selection ul li.active figure {
    border: 1px solid #0e92bf;
}

#Withdrawal .bank-selection ul li.active img {
    filter: grayscale(0);
}

#Withdrawal .bank-selection ul li p {
    margin: 5px 0px 0px;
    line-height: 12px;
}

#Withdrawal ul.highlight-bank li figure {
    padding: 0px;
}

    #Withdrawal ul.highlight-bank li figure:before {
        display: none;
    }

.icon-bank-info {
    width: 50px;
    height: auto;
    filter: grayscale(1);
    transition: 0.5s;
    cursor: pointer;
}

.tab button.info-notice {
    padding-left: 10px;
}

.info-notice h3 {
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: bold;
}

.info-notice ul {
    list-style: decimal;
    padding: 0 0 0 20px;
}

.info-notice li {
    margin-bottom: 10px;
    font-size: 14px;
    text-align: justify;
    font-weight: normal;
}

.bank-selection ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

    .bank-selection ul li {
        text-align: center;
        margin: 0 0 10px;
        padding: 0 5px;
        border-radius: 5px;
        transition: 0.4s;
        width: calc(100% / 5);
        cursor: pointer;
    }

ul.highlight-bank li figure {
    padding: 5px;
    border: 1px solid #858585;
    border-radius: 4px;
    margin-right: 5px;
}

ul.highlight-bank li.active figure {
    border: 1px solid #0e92bf;
    margin-right: 5px;
}

ul.highlight-bank li figure,
.bank-selection ul li img {
    position: relative;
}

    ul.highlight-bank li figure:before {
        position: absolute;
        content: '';
        background-color: #10ff00;
        border-radius: 50%;
        width: 7px;
        height: 7px;
        right: 0px;
        z-index: 1;
        top: 0;
    }

.bank-selection ul li p {
    font-size: 12px;
    /* margin-left: 10px; */
}

.bank-selection ul li:hover, .bank-selection ul li:focus-within, .bank-selection ul li.active,
.bank-selection ul li label {
    cursor: pointer;
}

.bank-selection input[type=radio] {
    display: none;
}

.bank-selection ul li.active img {
    filter: grayscale(0);
}

.step-2-desc.highlight-bank .bank-list-deposit img {
    width: 40px;
    height: 40px;
}

.step-2-desc.highlight-bank .active .bank-list-deposit img {
    background: transparent;
}

ul.highlight-bank li.active figure {
    position: relative;
}

    .promotion-choose li.active:after, .company-deposit-list ul li.active figure:after,
    ul.highlight-bank li.active figure:after {
        content: '';
        background: url(../images/active-arrow.png) no-repeat center center / cover;
        display: block;
        position: absolute;
        right: 0;
        bottom: 0;
        width: 40px;
        height: 40px;
    }

.promotion-choose li.active:after, .company-deposit-list ul li.active figure:after {
    right: -2px;
    bottom: -2px;
}

.info-form.deposit-section ol {
    list-style: decimal;
    padding: 15px;
}

    .info-form.deposit-section ol li {
        font-size: 12px;
        margin-bottom: 10px;
        transition: 0.5s;
        font-family: helvetica;
        color: grey;
    }

.promotion-choose li.active {
    background-color: #0e92bf;
}

.info-notice {
    position: relative;
    padding-left: 23px;
    line-height: 30px;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

    .info-notice:before {
        content: '';
        display: block;
        left: 20px;
        top: 0;
        position: absolute;
        background: url(../images/mobile/icon_caution.png) no-repeat center center / cover;
        width: 30px;
        height: 30px;
    }

.bg-no-repeat:before {
    background-repeat: no-repeat;
    background-position: center
}

.tabcontent {
    float: left;
    padding: 0 12px;
    width: 72%
}

    .tabcontent h4, .tabcontent h5 {
        text-transform: uppercase
    }

.account-reg.radius-none {
    border-radius: 0
}

.profile-subdetail .bank-entry p {
    font-size: 10px
}

.after-border {
    border-bottom: 2px solid #fff;
    opacity: .2;
    margin-bottom: 20px
}

.wallet .big-text {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700
}

.reset-value {
    background-image: linear-gradient(-180deg,#d6d6d6 0,#fff 50%,#d6d6d6 100%);
    border-radius: 4px;
    padding: 8px;
}

.random-value {
    width: 100%;
    margin: 0 auto 0px;
    overflow: hidden;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    justify-content: center;
}

.restort-btn {
    padding: 8px;
    border-radius: 4px;
    border: 0px;
}

.random-value > li {
    vertical-align: top;
    /* cursor: pointer; */
    margin: 0 5px;
}

.random-number {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    min-width: 250px;
}

    .random-number > li {
        padding: 0 5px;
    }

.restort-btn h4,
.reset-value h4 {
    color: #a349bf;
    font-weight: 700;
    line-height: 24px
}

.step-portion h5 span {
    border: 1px solid #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: inline-block;
    text-align: center;
    line-height: 30px;
}

.banking .half-width p {
    text-transform: capitalize
}

.main-wallet {
    width: 100%
}

.bank-wallet .jcf-select {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    margin: 0
}

    .bank-wallet .jcf-select .jcf-select-text, .deposit-section .reg-form {
        font-size: 15px;
    }

    .bank-name .jcf-select::after, .bank-wallet .jcf-select::after {
        color: #9b9b9b;
        font-size: 25px;
        top: 3px;
        right: 10px
    }

#Profile .bank-name .jcf-select {
    width: 100%;
}

.bank-name .jcf-select {
    width: 95%;
    height: 40px;
    background: #fff;
    margin: 0;
    border-radius: 4px;
    font-weight: 400
}

    .bank-name .jcf-select .jcf-select-text {
        line-height: 40px;
        font-size: 16px;
        padding-left: 30px
    }

        .bank-name .jcf-select .jcf-select-text:before {
            position: absolute;
            left: 10px;
            top: 0;
            content: '\f19c';
            display: block;
            font-family: fontAwesome;
            font-weight: 400;
            text-align: center
        }

.jcf-select-main-wallet .jcf-select-drop .jcf-hover {
    background-color: #f1f1f1
}

.password-upadte .card-number span {
    display: block;
    padding-top: 10px;
    font-size: 16px
}

.pad-ten {
    padding: 10px
}

.jcf-select.jcf-unselectable.jcf-select-reg-form.jcf-select-main-wallet.jcf-focus .jcf-select-text {
    color: #000
}

.transfer-page li label:last-child {
    width: calc(100% - 35%)
}

.transfer-max a {
    background-color: #0e92bf;
    padding: 8px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    border-radius: 4px;
    display: inline-block
}

    .transfer-max a:hover {
        background-color: #fff;
        color: #0e92bf;
        transition: .2s
    }

.transfer-ammount ul li {
    overflow: hidden
}

.transfer-ammount .minimum-ammount {
    width: calc(100% - 53%);
    padding-right: 0px;
}

.transfer-ammount li label:first-child {
    width: 26%
}

.transfer-ammount li label:last-child {
    width: 25%
}

.info-form.no-mar {
    margin: 0
}

.table-bordered > thead > tr > th {
    border: 2px solid #0c7ba1;
    border-bottom: 0;
    vertical-align: middle
}

.table-bordered > tbody > tr > td {
    border: 2px solid #d7d7d7;
    border-bottom: 0;
    color: #737373;
    font-weight: 700;
    vertical-align: middle
}

.table-bordered {
    border: transparent;
}

.left-width, .right-width {
    width: 30%
}

.center-width {
    width: 40%
}

.history-tabs .nav-tabs {
    border: 0
}

.history-tabs ul:after {
    opacity: .2;
    background: #fff;
    content: '';
    display: block;
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 2px
}

.history-tabs li a {
    color: #000000;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-transform: uppercase;
    border: transparent
}

    .history-tabs .nav-tabs > .active > a, .history-tabs li a.active, .history-tabs li a:focus, .history-tabs li a:hover {
        background-color: #0e92bf
    }

.history-tabs .nav-tabs > li.active > a, .history-tabs .nav-tabs > li.active > a:focus, .history-tabs .nav-tabs > li.active > a:hover {
    color: #fff;
    border: 0;
    background-color: #0e92bf
}

.deposit-section .bank-entry > li:first-child {
    width: 40%
}

.deposit-section .bank-entry > li {
    width: 30%
}

.deposit-section .ac-name p {
    padding: 9px
}

.deposit-section .half-width li {
    height: 38px
}

.deposit-section .pad-left-ten {
    padding-left: 10px
}

.deposit-section .password-upadte p.no-mar {
    margin-top: 3px;
    font-size: 16px
}

.min-max-limit ul {
    margin-top: 10px;
    margin-left: -5px;
}

.min-max-limit .data-blog {
    background-image: -webkit-linear-gradient(top, #f4f3f3, #e6e6e6);
    padding: 10px;
    color: #000;
    margin: 0 5px;
    border-radius: 4px;
    width: -webkit-fill-available;
    text-align: center;
}

    .min-max-limit .data-blog:hover {
        cursor: pointer;
    }

.deposit-section .form-control, .deposit-section .input-group-addon {
    background: #fff;
    border: 0;
    font-size: 16px;
    color: #9b9b9b
}

.deposit-section .input-group-addon {
    padding: 6px 10px;
    color: #9b9b9b
}

.deposit-section .form-control {
    padding-left: 0
}

.deposit-section .calender-part > div:first-child {
    width: 50%;
    padding: 0
}

.deposit-section .calender-part > div {
    width: 25%;
    padding: 0 8px;
    float: left
}

.date-hours .jcf-select:after {
    color: #9b9b9b;
    top: 5px;
    right: 10px
}

.date-hours .jcf-select {
    min-width: auto;
    height: 35px;
    border-radius: 4px;
    margin: 0;
    padding: 5px 0
}

.calender-part {
    overflow: hidden
}

.file-choose input {
    background: 0 0
}

.file-choose {
    position: relative
}

    .file-choose:before {
        content: '';
        display: block;
        position: absolute;
        background: url(../images/file-choose.png);
        background-repeat: no-repeat;
        left: 10px;
        top: 12px;
        width: 20px;
        height: 20px;
        z-index: 1
    }

    .file-choose .jcf-file .jcf-upload-button {
        border: 0;
        padding-left: 30px;
        font-size: 16px
    }

    .file-choose .jcf-file {
        background-color: #0e92bf;
        border-radius: 4px;
        cursor: pointer;
        padding: 6px 0
    }

        .file-choose .jcf-fake-input, .file-choose .jcf-file .jcf-real-element {
            display: none
        }

.password-upadte > li:last-child > label.upload {
    width: calc(100% - 137px)
}

.filepond.filepond--root {
    margin: 0;
    font-family: "Noto Sans",sans-serif
}

.filepond--root .filepond--drop-label {
    background: url(../images/file-choose.png) no-repeat 10px center;
    left: 0;
    width: 100%
}

.filepond--drop-label.filepond--drop-label label {
    padding-left: 30px;
    color: #fff;
    width: 100%;
    height: 100%;
    font-size: 16px;
    line-height: 30px;
    cursor: pointer;
    width: 100%;
    left: 0
}

.filepond--panel-root {
    background: #0e92bf
}

.filepond--file-info {
    font-size: 14px
}

.filepond--file-action-button.filepond--file-action-button {
    font-size: 11px
}

.bunch-games {
    margin: 0 auto
}

    .bunch-games .common-btn {
        text-transform: uppercase;
        font-weight: 700;
        font-size: 16px
    }

    .bunch-games .row.rolex-part > .col-md-2 {
        width: 20%
    }

.no-pad {
    padding: 0
}

.no-pad-right {
    padding-right: 0
}

.border-right-white {
    border-right: 2px solid #698794
}

.promotion-choose .border {
    border: 2px solid #0e92bf;
    padding: 8px;
    border-radius: 4px;
}

    .promotion-choose .border img {
        padding-bottom: 8px
    }

.promotion-choose input[type=radio] {
    display: none;
}

.promotion-choose .promotion-content {
    display: inline-block;
    vertical-align: middle;
    animation: fadeInAnimation ease 2s;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.promotion-choose .jcf-radio {
    background-color: transparent;
    border: 2px solid #0e92bf
}

    .promotion-choose .jcf-radio.jcf-checked {
        background-color: #fff;
        border-color: #fff
    }

        .promotion-choose .jcf-radio.jcf-checked span {
            background-color: #fff;
            border: 2px solid #000;
            width: 10px;
            height: 10px;
            left: 1px;
            top: 1px
        }

.deposit-section .big-text {
    font-size: 17px
}

.promotion-choose label {
    width: 100%;
    margin: 0px;
    cursor: pointer;
}

.promotion-choose li {
    position: relative;
}



.promotion-choose label:last-child > p {
    display: inline-block;
    vertical-align: middle
}

.info-card {
    float: left;
    -webkit-perspective: 600px;
    margin-bottom: 15px;
    width: 100%
}

.back, .front {
    transition: -webkit-transform 1s;
    -webkit-transform-style: preserve-3d;
    -webkit-backface-visibility: hidden
}

.front {
    overflow: hidden;
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom: 0
}

.info-card:hover .back {
    -webkit-transform: rotateY(0);
    transform: scale(1.1);
    overflow: hidden
}

.info-card:hover .front {
    -webkit-transform: rotateY(180deg)
}

.card-image {
    width: 100%;
    height: 100%
}

/*.menu-social-icon{
    width:25px;
    height:25px;
}

.menu-social-icon-insta {
    width: 28px;
    height: 28px;
}*/

a.social-icon {
    text-decoration: none !important;
    box-shadow: 0 0 1px #333;
    box-shadow: 0 0 1px rgba(51,51,51,.7)
}

    a.social-icon:hover {
        color: #fff !important
    }

a.facebook {
    color: #3b5a9a !important
}

    a.facebook:hover {
        background-color: #3b5a9a !important
    }

a.twitter {
    color: #2da8e1 !important
}

    a.twitter:hover {
        background-color: #2da8e1 !important
    }

a.github {
    color: #333 !important
}

    a.github:hover {
        background-color: #333 !important
    }

#more-arrow, #more-arrowJoker, #more-arrownewtown {
    cursor: pointer
}

    #more-arrow.rotate img, #more-arrowJoker.rotate img, #more-arrownewtown.rotate img {
        transform: rotate(180deg)
    }

header .tooltip-inner {
    width: 100px !important
}

.mendatory {
    overflow: hidden
}

    .mendatory .reg-form {
        width: 95%
    }

.star {
    color: red;
    float: right
}

.error {
    border: 2px solid red
}

.valid {
    border: none
}

.custom-padding {
    padding: 0 10px
}

.white-bg-tab-panel {
    background-image: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,1));
    border-radius: 4px;
}

.promotion-choose {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(3,1fr);
    grid-auto-rows: 1fr;
    padding-right: 10px;
}

.bank-selection ul.bank-listing.step-2-desc li label {
    width: 100%;
}


/* Media Start */

@media (min-width:1200px) and (max-width:1270px) {
    header .container {
        width: 1170px
    }

    .logo {
        width: 325px
    }

    .annunce-section {
        margin-left: 0;
        margin-right: 0
    }

    .home-slider {
        padding: 0
    }
}

@media (min-width:992px) and (max-width:1199px) {
    header {
        padding: 10px 0
    }

        header .container {
            width: 970px
        }

    .logo {
        max-width: 200px
    }

    .navbar-right {
        float: right
    }

    .navbar-nav > li {
        padding: 0 10px
    }

    .login-form {
        float: none
    }

    .navbar-brand {
        padding-top: 0
    }

    .navbar-default .navbar-collapse {
        padding: 0
    }

    .login-item:first-child {
        max-width: 150px
    }

    .login-item.social {
        margin: 0 0 0 10px
    }

    .navbar {
        margin-bottom: 20px
    }

    .annunce-section {
        margin-left: 0;
        margin-right: 0
    }

    .contact-us-btn .contact-user {
        font-size: 20px;
        right: calc(100% + 50px);
        line-height: 50px;
        width: 225px
    }

    .btn-download .common-btn {
        font-size: 11px;
        padding: 5px
    }

    .live-chat {
        right: 0;
        bottom: 0
    }

        .live-chat img {
            width: 100px
        }

    .bank-us li {
        width: calc(100% / 4)
    }

        .bank-us li img {
            width: 100%
        }

    .symbol {
        padding-left: 35px
    }

    .registration-banner {
        min-height: auto
    }

    .account-reg {
        padding: 10px;
        margin: 0
    }

    .info-form {
        margin: 10px 0
    }

    .reg-form {
        font-size: 12px
    }

    .info-form p {
        margin-top: 15px
    }

    .note {
        margin: 8px 0;
        font-size: 12px
    }

    .captcha {
        max-width: 150px
    }

    .account-reg .mar-comman {
        margin: 10px 0
    }

    .tc-icon::before {
        left: 5px
    }

    .transfer-ammount li label:first-child {
        width: 25%
    }

    .transfer-ammount .minimum-ammount {
        width: calc(100% - 52.5%)
    }

    .info-form tbody > tr > td {
        padding: 5px 10px
    }

    .profile-page .mar-fifty {
        margin: 0;
        padding-bottom: calc(100% - 150px);
    }

    .tab {
        width: 25%
    }

    /* .tab-content {
        width: 75%
    } */

    .profile-subdetail .bank-entry p, .promotion-content p {
        margin-top: 0
    }

    .rolex-game {
        height: 68px
    }

    .captcha-code {
        width: 100%;
        max-width: 320px;
        padding: 10px 15px 0
    }

        .captcha-code label {
            padding: 5px 0 10px
        }

    .captcha-content .small, .captcha-content p {
        margin-top: 0
    }

    .home-slider {
        padding: 0
    }

    .download-section .back img {
        max-height: 68px
    }

    .rolex-game p {
        font-size: 11px
    }

    .icon-bank-info {
        width: 100%;
        height: auto;
    }

    .min-max-limit .data-blog {
        padding: 5px;
        font-size: 14px;
    }
}

@media (min-width:768px) and (max-width:991px) {
    header {
        padding: 10px 0
    }

        header .container {
            width: 750px
        }

    .logo {
        max-width: 200px
    }

    .navbar-nav > li {
        padding: 0 10px
    }

    .login-item.social {
        margin: 0 10px
    }

    .navbar > .container .navbar-brand {
        padding: 0 0 5px
    }

    .navbar {
        margin-bottom: 20px
    }

    .annunce-section {
        margin-left: 0;
        margin-right: 0
    }

    .input-field ul {
        max-width: 365px
    }

    .btn-language img {
        max-width: 25px
    }

    .login-form > ul > li.login-item:last-child {
        margin-left: 0
    }

    .navbar-header {
        float: none
    }

    .navbar-brand {
        width: 100%
    }

        .navbar-brand img {
            margin: 0 auto
        }

    .login-form, .login-register {
        float: none
    }

    .home-slider {
        padding: 0
    }

    .banner {
        background-size: 100%
    }

    .kiss-pink-logo {
        width: 100%
    }

    .after-logion .common-btn {
        width: auto
    }

    .signin button {
        padding-right: 5px
    }

    .register button {
        padding-right: 5px
    }

    #afterlogin .input-field.login {
        margin-left: 10px
    }

    .common-btn {
        padding: 8px;
        margin-bottom: 10px;
        width: 100%
    }

    .big-text {
        font-size: 14px;
        line-height: 18px
    }

    .rolex-part {
        margin-bottom: 0
    }

    .back img, .info-card.slotgames .rolex-game, .rolex-game {
        height: 156px;
        width: 100%
    }

    .download-section .back img, .download-section .rolex-game {
        height: 88px;
        max-height: 88px
    }

    .rolex-game p {
        padding: 5px
    }

    .game-process-sec .back img, .game-process-sec .rolex-game {
        height: 125px
    }

    .info-card {
        margi: 20px 0;
        float: none
    }

    .how-win li:first-child {
        width: 100%
    }

    .how-win li, .how-win li.custom {
        width: calc(100% / 4 + 10px);
        margin-bottom: 10px
    }

        .how-win li.custom {
            width: 20%
        }

    footer {
        padding: 10px 0
    }

    h5 span {
        font-size: 25px
    }

    .live-chat {
        right: 0;
        bottom: 0
    }

        .live-chat img {
            width: 100px
        }

    .contact-us-btn a {
        font-size: 17px;
        line-height: 40px;
        right: 40px;
        width: 205px
    }

    .footer_nav li {
        padding: 10px;
        font-size: 12px
    }

    .contact-us-btn .contact-user {
        font-size: 17px;
        right: calc(100% + 40px);
        line-height: 40px;
        width: 200px
    }

    .symbol {
        padding-left: 35px
    }

    .registration-banner {
        min-height: auto
    }

    .account-reg {
        padding: 10px;
        margin: 0
    }

    .info-form {
        margin: 10px 0
    }

    .reg-form {
        font-size: 12px
    }

    .info-form p {
        margin-top: 15px
    }

    .info-form label {
        margin: 10px 0;
        display: block;
        width: 100%
    }

    .captcha-code {
        width: 100%;
        max-width: 320px;
        padding: 10px 15px 0
    }

        .captcha-code label {
            width: 70%;
            padding: 15px 0 15px
        }

    .captcha-content .small, .captcha-content p {
        margin-top: 0
    }

    .note {
        margin: 8px 0;
        font-size: 12px
    }

    .captcha {
        max-width: 125px
    }

    .captcha-section li {
        margin-bottom: 10px
    }

    .submit {
        font-size: 15px
    }

    .account-reg .mar-comman {
        margin: 10px 0
    }

    .code input {
        height: 30px
    }

    .captcha-section .btn {
        padding: 3px 10px;
        font-size: 15px
    }

        .captcha-section .btn img {
            width: 15px
        }

    .product-detail {
        font-size: 18px
    }

    .title-bg {
        font-size: 16px;
        padding: 5px
    }

    .tc-icon::before {
        left: 5px
    }

    .how-to-download {
        width: 125px
    }

    .side-title h4 {
        font-size: 15px;
        line-height: 20px;
        padding: 5px
    }

    .download-section .account-reg {
        width: calc(100% - 125px)
    }

    .download-icon::before {
        left: 0
    }

    .info-form, .profile-page .mar-fifty {
        margin: 0
    }

    .tab button {
        font-size: 14px;
        padding-left: 45px;
    }

        .tab button::before {
            top: 5px
        }

    .password-upadte .fleft {
        width: 39%
    }

    .password-upadte .fright {
        width: calc(100% - 45%)
    }

    .info-form li {
        margin-bottom: 0;
        padding: 0
    }

    .info-form .symbol {
        padding-left: 35px
    }

    .tab {
        width: 25%
    }

    .reset-value h4 {
        font-size: 20px
    }

    .info-form .reset-value {
        padding: 8px
    }

    .bank-name .jcf-select::after, .bank-wallet .jcf-select::after {
        top: 0
    }

    .transfer-page li label:last-child {
        width: calc(100% - 45%)
    }

    .transfer-ammount li label:first-child {
        width: 33%
    }

    .password-upadte .fright {
        width: calc(100% - 61%)
    }

    .password-upadte .fright {
        width: calc(100% - 45%)
    }

    .transfer-ammount li label:last-child {
        width: 28%
    }

    .transfer-max a {
        float: right;
        font-size: 15px;
        padding: 10px
    }

    .info-form tbody > tr > td {
        padding: 5px
    }

    .bank-name .jcf-select .jcf-select-text, .bank-wallet .jcf-select .jcf-select-text, .deposit-section .form-control, .deposit-section .input-group-addon, .profile-subdetail .bank-entry p {
        font-size: 12px
    }

    .deposit-section .bank-entry > li:first-child {
        width: 100%
    }

    .deposit-section .bank-entry > li {
        width: 50%
    }

    .ac-name p, .half-width p, .promotion-content p {
        margin-top: 0
    }

    .deposit-section .calender-part > div:first-child {
        width: 50%
    }

    .deposit-section .calender-part > div {
        width: 25%
    }

    .promotion-choose li {
        margin-bottom: 10px
    }

    .col-md-5.no-pad {
        padding: 0 15px
    }

    .no-pad-right {
        padding-right: 15px
    }

    .border-right-white {
        border: 0
    }

    .bunch-games .text-center.mar-btm-twentyfive {
        max-width: 255px;
        margin: 0 auto
    }

    .download-section .bunch-games .text-center.mar-btm-twentyfive {
        max-width: 100%
    }

    .bunch-games .common-btn {
        width: auto
    }

    .banner-inner {
        margin-top: 200px
    }

    .how-win {
        padding: 10px
    }

    .bank-selection ul li {
        width: calc(100% / 3 - 10px);
    }

        .bank-selection ul li p {
            margin: 0px;
        }

    .deposit-bank-listing .bank-selection ul.bank-listing.step-2-desc li {
        width: calc(100% / 4 - 10px);
        padding: 0px;
        margin: 0 5px 0px;
    }

    .deposit-bank-listing.password-upadte.pad-top-ten {
        padding-top: 0px;
    }

    .info-form.deposit-section .nav-tabs li {
        margin: 0px;
    }

    .deposit-bank-listing.password-upadte .fright {
        margin: 0px;
    }

    #Withdrawal .password-upadte li:last-child > label,
    .bank-listing.highlight-bank label {
        width: 100%;
    }

    .info-form.notice-bank-transfer {
        margin-top: 10px;
    }
}

@media (max-width:767px) {
    body {
        padding-top: 50px
    }

    .big-text {
        font-size: 14px;
        line-height: 18px
    }

    .common-btn {
        padding: 5px 15px
    }

    .btn-download .common-btn {
        font-size: 12px;
        padding: 5px
    }

    h4 {
        font-size: 18px
    }

    header .container {
        width: 100%
    }

    .input-field li {
        padding-right: 10px
    }

    .modal-dialog.custom-width {
        width: auto
    }

    p.big {
        font-size: 14px;
        line-height: 20px
    }

    .logo {
        max-width: 175px
    }

    .navbar-brand {
        padding: 0 15px
    }

    .nav > li {
        display: inline-block
    }

    .navbar-default .navbar-collapse {
        border: 0;
        box-shadow: none
    }

    .login-item.social {
        margin: 10px;
        clear: both
    }

    .navbar > .container .navbar-brand {
        padding: 5px 0
    }

    .input-field {
        width: 100%
    }

        .input-field ul {
            max-width: 100%
        }

    .btn-language img {
        max-width: 25px
    }

    .navbar-default .navbar-toggle {
        border: 0
    }

        .navbar-default .navbar-toggle .icon-bar {
            background-color: #fff
        }

        .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
            background-color: #fff
        }

            .navbar-default .navbar-toggle:hover .icon-bar {
                background-color: #0b1729
            }

    .navbar-nav li {
        margin: 10px 0;
        width: calc(100% / 3 - 10px);
        padding: 0 5px
    }

    .navbar-nav .open .dropdown-menu {
        position: absolute;
        background-color: #13294d;
        z-index: 1
    }

    .navbar-nav .live-casino.open .dropdown-menu {
        left: auto;
        right: 10px
    }

    .deposit-section .password-upadte li:last-child > label.company-deposit-list ul li a {
        padding: 5px;
        font-size: 12px;
    }

    .password-upadte.deposit-bank-listing .fleft,
    .account-reg .deposit-section .password-upadte label:last-child,
    .deposit-section .password-upadte li:last-child > label.company-deposit-list {
        width: 100%;
    }

    .password-upadte.deposit-bank-listing .fleft {
        margin-bottom: 10px;
    }

    .min-max-limit .data-blog {
        font-size: 14px;
        padding: 10px;
    }

    .deposit-section .password-upadte li:last-child > label, .password-upadte .fleft {
        width: 30%
    }

    .account-reg label:last-child, .password-upadte .fright, .transfer-page li label:last-child {
        width: calc(100% - 30%)
    }

    .password-upadte.deposit-bank-listing .fleft.mob-padr-5 {
        padding-right: 5px;
    }

    .deposit-section .password-upadte p.no-mar, .password-upadte p.big {
        font-size: 12px;
        line-height: 18px;
        margin-top: 10px;
    }

    .deposit-section .password-upadte .scanned-file p.no-mar {
        margin-top: 0px;
    }

    .info-form p.star, .password-upadte p.no-mar {
        margin-top: 0
    }

    .bank-list-deposit p {
        margin-bottom: 10px;
    }

    .date-note span, .history-tabs li a {
        font-size: 14px;
        line-height: 20px
    }

    .history-tabs li a {
        padding: 10px 5px
    }

    .navbar-right .dropdown-menu {
        right: auto;
        left: 0
    }

    .dropdown-menu > li {
        text-align:center;
        display: block;
 /*       margin-bottom: 10px;*/
        width: 100%;
        height: auto;
        margin: 6px 0;
    }

    .navbar-nav > li a {
        padding: 50px 0 0
    }

    .country .jcf-select {
        margin-top: 10px
    }

    .nav.navbar-nav {
        clear: both;
        display: block;
        content: ''
    }

    .input-field .money-type li.custom-width {
        width: 30%
    }

    .input-field.login li.login-item:last-child {
        margin: 0
    }

    .random-value > li {
        margin: 0 2px;
    }

    .random-number {
        min-width: 130px;
    }

    .banner, .registration-banner {
        background-size: 200% auto
    }

    .banner-inner {
        margin-top: 100px;
        background-size: contain;
        padding-top: 20px
    }

    .flag-selection {
        margin-top: 7px
    }

    .annunce-text, .annunce-title {
        margin-bottom: 0
    }

    .home-slider {
        padding: 0
    }

    .mob-center {
        text-align: center
    }

    .rolex-part {
        margin-bottom: 0
    }

    .how-win li, .how-win li.custom, .how-win li:first-child {
        width: 100%;
        float: none;
        margin-bottom: 10px
    }

    .how-win li {
        text-align: center
    }

    .process-game {
        text-align: left
    }

    .row-flex {
        display: block
    }

    .down-arrow img {
        width: 30px
    }

    footer {
        padding: 10px 0 80px
    }

    h5 span {
        font-size: 25px
    }

    .live-chat {
        right: 0;
        bottom: 0
    }

        .live-chat img {
            width: 100px
        }

    .footer_nav p {
        font-size: 13px
    }

    .footer_nav .pad-comman {
        padding: 10px 0
    }

    .footer_nav ul li {
        display: block;
        padding: 5px
    }

        .footer_nav ul li:first-child {
            padding-top: 10px
        }

    .contact-us-btn .contact-user {
        font-size: 15px;
        right: calc(100% + 35px);
        line-height: 35px;
        width: 175px;
        padding-right: 10px;
        display: none
    }

    .half-width.text-center.white-bg img, .table-responsive > .table img {
        width: 80px
    }

    .table-responsive > .table > thead > tr > td, .table-responsive > .table > thead > tr > th {
        font-size: 12px;
        line-height: 18px;
        padding: 5px
    }

    .contact-us-btn {
        top: 100px
    }

    .annunce-section {
        margin-left: 0;
        margin-right: 0
    }

    .register.symbol {
        background-position: 5px 6px
    }

    .symbol {
        padding: 0 5px 10px 35px
    }

    .card h4 {
        font-size: 17px
    }

    .more-btn.common-btn {
        padding: 5px 0 5px 25px
    }

    .about-icon:before, .bank-icon.white-text:before, .calender-part:before, .faqs-icon:before, .join-icon:before, .tc-icon:before {
        top: 0
    }

    .registration-banner {
        min-height: auto;
        padding-bottom: 0
    }

    .join-icon:before {
        top: 5px
    }

    .account-reg {
        padding: 10px;
        margin: 0
    }

    .info-form {
        margin: 10px 0
    }

    .reg-form {
        font-size: 12px
    }

    .info-form p {
        margin-top: 15px
    }

    .info-form label {
        margin: 10px 0;
        display: block;
        width: 100%
    }

    .note {
        margin: 8px 0;
        font-size: 12px
    }

    .captcha {
        max-width: 175px
    }

    .captcha-section li {
        margin-bottom: 10px;
        display: block
    }

    .submit {
        font-size: 12px
    }

    .account-reg .mar-comman {
        margin: 10px 0
    }

    .about-content p {
        margin-bottom: 15px;
        font-size: 12px;
        line-height: 20px
    }

        .about-content p span {
            font-size: 16px;
            line-height: 20px;
            font-weight: 700
        }

    .pad-btm-twentyfive.mar-btm-twentyfive {
        margin-bottom: 0;
        padding-bottom: 15px
    }

    .blue-overlay {
        display: block
    }

    .promotion-detail {
        padding: 0 10px
    }

    .product-detail {
        font-size: 14px;
        transform: rotate(0);
        float: none;
        padding: 5px;
        width: 100%;
        top: 0
    }

    .panel button.product-detail::before {
        left: calc(50% - 50px);
        font-size: 22px;
        line-height: 30px
    }

    .promotion-detail figure {
        float: none
    }

    .promotion-detail li:after {
        clear: both
    }

    .title-bg {
        font-size: 15px;
        padding: 5px
    }

    .tc-icon::before {
        left: 10px;
        top: 10px
    }

    .tick-note {
        margin-top: 25px;
    }

    #register .checkbox label:last-child,
    #register .info-form label {
        width: 100%;
    }

    #register .info-form .captcha-code label {
        width: 70%;
    }

    .access-info .border-left {
        border-top: 2px solid #d7d7d7;
        border-left: 0
    }

    .border-bottom {
        margin: 10px 0;
        border: 0
    }

    .appstore img, .playstore img {
        width: 100%;
        max-width: 250px
    }

    .appstore, .playstore {
        width: calc(50% - 20px);
        text-align: center;
        margin: 10px 0
    }

    .grey-text {
        padding: 5px 0
    }

    .how-to-download {
        float: none;
        text-align: center;
        margin: 10px auto
    }

    .download-section .account-reg {
        float: none;
        width: 100%
    }

    .side-title h4 {
        font-size: 16px;
        line-height: 20px;
        padding: 5px
    }

    .bank-entry > li {
        width: 100%
    }

    .ac-name p {
        padding: 10px
    }

    .border-left-right {
        border: 0
    }

    .half-width li:last-child {
        border: 0
    }

    .ac-name .border-bottom, .half-width.border-bottom {
        margin: 0;
        border-bottom: 2px solid #d7d7d7
    }

    .half-width p {
        padding: 5px
    }

    .profile-page .mar-fifty {
        margin: 0
    }

    .profile-subdetail.mar-fifty .tab.profile-category {
        display: flex;
    }

        .profile-subdetail.mar-fifty .tab.profile-category button {
            padding-left: 20px;
        }

    .bank-selection ul li {
        width: calc(100% / 2 - 10px);
    }

    #Withdrawal .bank-selection ul li {
        width: calc(100% / 3 );
    }

    #Withdrawal .bank-listing label:last-child {
        width: 100%;
    }

    .restore {
        font-size: 12px;
    }

    .restort-btn img {
        max-height: 20px;
    }

    .change-pass.info-form > .pad-lr-comman {
        padding: 0px;
    }

    .tab, .tabcontent {
        float: none;
        width: 100%
    }

        .tab button {
            font-size: 16px
        }

            .tab button::before {
                top: 5px
            }

    .info-form label {
        margin: 0
    }

    .captcha-code {
        width: 100%;
        max-width: 320px;
        padding: 10px 15px 30px
    }

        .captcha-code label {
            width: 70%;
            padding-top: 25px
        }

    .captcha-content .small, .captcha-content p {
        margin-top: 0
    }

    .transfer-ammount .minimum-ammount, .transfer-ammount li label:first-child, .transfer-ammount li label:last-child {
        width: 100%;
        float: none;
        margin-top: 10px
    }
    .transfer-ammount .no-mar-top.transfer-max { margin-top: 0px;}
    .transfer-max a                             { font-size: 12px; text-transform: uppercase; }
    .password-upadte .transfer-btns .fleft      { width: 55%;}
    .password-upadte .transfer-btns .fright     { width: auto; }
    .deposit-section .bank-entry > li {
        width: 100%
    }

    .fright.calender-part {
        float: none;
        width: 100%
    }

    .profile-subdetail .bank-entry p, .promotion-content p {
        margin-top: 0
    }

    .promotion-choose .promotion-content {
        width: calc(100% - 30px);
    }

    .border-right-white {
        border: 0
    }

    .deposit-section .bank-entry > li:first-child {
        width: 100%
    }

    .transactions-limits td, .transactions-limits th {
        font-size: 12px
    }

    .file-choose::before {
        top: 8px
    }

    .file-choose .jcf-file {
        padding: 2px 0
    }

    .transactions-limits .border-left-right {
        border: 2px solid #0c7ba1
    }

    .back img, .info-card.slotgames .rolex-game, .rolex-game {
        height: 100px;
        width: 100%
    }

    .download-section .back img {
        max-height: 100%
    }
    /* .bank-listing.step-2-desc.highlight-bank { max-width: 200px; margin: 0 auto;} */

    #download-process ul li {
        width: 100%;
        text-align: center;
        max-width: 236px;
        margin: 0 auto 15px;
    }

        #download-process ul li figure {
            margin-top: 10px;
        }

    #download-process ul {
        display: block;
    }

    .btn-download {
        margin-bottom: 15px
    }

    .game-process-sec .back img, .game-process-sec .rolex-game {
        height: 125px
    }

    .info-card {
        margin-bottom: 20px;
        width: 100%
    }

    .kiss-918-section:not(:last-child) {
        margin-top: 25px
    }

    .kiss-918-section {
        margin-bottom: 0
    }

    .bunch-games .row.rolex-part > .col-md-2 {
        width: 100%
    }

    .step-portion h5 span {
        font-size: 15px;
        line-height: 25px;
    }

    .how-win {
        padding: 10px
    }

    .upload .d-flex {
        display: block;
    }

        .upload .d-flex > .mar-left-15 {
            margin-left: 0px;
            margin-top: 10px;
        }


    .promotion-choose {
        grid-template-columns: repeat(2,1fr);
    }

    .select-checkboxes > ul.promotion-choose {
        max-height: 100%;
        overflow-y: auto;
    }

    .account-reg .promotion-choose label:last-child {
        width: 100%;
    }

    .company-deposit-list .nav-tabs > li p {
        margin: 5px 0px;
    }

    .company-deposit-list .nav-tabs > li img {
        max-width: 80px;
    }

    .select-checkboxes .promotion-choose .promotion-content {
        width: 100%;
    }

    .info-form.notice-bank-transfer {
        margin-top: 10px;
    }
}

@media (min-width:1500px) and (max-width:1700px) {
    .banner-inner {
        margin-top: 275px
    }
}

@media (min-width:1400px) and (max-width:1500px) {
    .banner-inner {
        margin-top: 250px
    }
}

@media (min-width:1250px) and (max-width:1400px) {
    .banner-inner {
        margin-top: 275px
    }
}

@media (min-width:1250px) and (max-width:1350px) {
    .banner-inner {
        margin-top: 200px
    }
}

@media (min-width:992px) and (max-width:1250px) {
    .banner-inner {
        margin-top: 175px
    }
}

@media (min-width:768px) and (max-width:850px) {
    .banner-inner {
        margin-top: 175px
    }
}

@media (min-width:650px) and (max-width:768px) {
    .banner-inner {
        margin-top: 125px;
        padding-top: 40px
    }
}

@media (min-width:575px) and (max-width:650px) {
    .banner-inner {
        margin-top: 100px;
        padding-top: 25px
    }
}

@media (min-width:481px) and (max-width:575px) {
    .banner-inner {
        margin-top: 100px;
        padding-top: 20px
    }
}

@media (min-width:320px) and (max-width:480px) {
    .banner-inner {
        margin-top: 50px
    }
}






.home-banner-lable {
    position: absolute;
    top: -10px;
    top: 50%;
    left: 35%;
    color: green;
    background-color: #ff0;
    width: 120px;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
}

.home-banner-lable-coming-soon {
    position: absolute;
    top: -10px;
    top: 50%;
    color: #fff;
    font-size: 20px;
    background-color: red;
    width: 100%;
    text-align: center
}

.playtechbrowser {
    width: 40px
}

.downloadIconMobile {
    margin: 8px;
    width: 30px;
    height: 30px
}

.contact-container {
    display: flex;
    margin-left: 10%
}

.contact-whatsapp-mobile {
    position: relative;
    text-align: center;
    margin-left: -38px;
    width: 200px
}

.contact-whatsapp-btn-mobile {
    top: 10px;
    position: absolute;
    right: 40px;
    width: 115px;
    background-color: green;
    height: 20px;
    border-radius: 10px
}


/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #888;
    border-radius: 100px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0f76a0;
    border-radius: 100px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: rgba(36,122,174,.7);
    }


.dropbtn {
    background-color: #d75d1c;
    width: 105px;
    color: #FDFDFD;
    font-size: 10px;
    border: none;
    cursor: pointer;
    height: 30px;
    border-radius: 4px;
}

    .dropbtn:hover, .dropbtn:focus {
        background-color: #d75d1c;
    }

.current-balance-dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    top: 70px;
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }


.show {
    display: block;
}

.menu-padding {
    padding-left: 10px;
}

.icon-home {
    height: 16px
}

.select-balance {
    line-height: 26px;
}

@media (min-width:720px) {
    #error_snackbar {
        visibility: hidden;
        min-width: 20%;
        margin-left: -125px;
        background-color: #e95450;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding-top: 16px;
        position: fixed;
        z-index: 10000;
        left: 50%;
        max-width: 15%;
        bottom: 50%;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 5px;
    }

        #error_snackbar.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
            animation: fadein 0.5s, fadeout 0.5s 4.5s;
        }

    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    .message {
        background-color: whitesmoke;
        box-shadow: grey;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #000;
        max-width: 100%;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        padding-top: 16px;
    }

    .Image {
        padding-bottom: 16px;
    }
}

@media (min-width:320px) and (max-width:780px) {
    #error_snackbar {
        visibility: hidden;
        min-width: 70%;
        margin-left: -125px;
        background-color: #e95450;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding-top: 16px;
        position: fixed;
        z-index: 10000;
        left: 50%;
        max-width: 15%;
        bottom: 48%;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 5px;
    }

        #error_snackbar.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
            animation: fadein 0.5s, fadeout 0.5s 4.5s;
        }

    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    .message {
        background-color: whitesmoke;
        box-shadow: grey;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #000;
        max-width: 100%;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        padding-top: 16px;
    }

    .Image {
        padding-bottom: 16px;
    }
}



@media (min-width:720px) {
    #success_snackbar {
        visibility: hidden;
        min-width: 20%;
        margin-left: -125px;
        background-color: #2a7ac1;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding-top: 16px;
        position: fixed;
        z-index: 10000;
        left: 50%;
        max-width: 15%;
        bottom: 50%;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 5px;
    }

        #success_snackbar.show {
            visibility: visible;
            -webkit-animation: fadein 0.5s, fadeout 0.5s 4.5s;
            animation: fadein 0.5s, fadeout 0.5s 4.5s;
        }

    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    .message {
        background-color: whitesmoke;
        box-shadow: grey;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #000;
        max-width: 100%;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        padding-top: 16px;
    }

    .Image {
        padding-bottom: 16px;
    }
}

@media (min-width:320px) and (max-width:780px) {
    #success_snackbar {
        visibility: hidden;
        min-width: 70%;
        margin-left: -125px;
        background-color: #2a7ac1;
        color: #fff;
        text-align: center;
        border-radius: 2px;
        padding-top: 16px;
        position: fixed;
        z-index: 10000;
        left: 48%;
        max-width: 15%;
        bottom: 50%;
        font-size: 17px;
        font-family: Arial, Helvetica, sans-serif;
        border-radius: 5px;
    }

        #success_snackbar.show {
            visibility: visible;
            -webkit-animation: fadein 0.3s, fadeout 0.3s 2.5s;
            animation: fadein 0.3s, fadeout 0.3s 2.5s;
        }

    @-webkit-keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @keyframes fadein {
        from {
            bottom: 0;
            opacity: 0;
        }

        to {
            bottom: 50%;
            opacity: 1;
        }
    }

    @-webkit-keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    @keyframes fadeout {
        from {
            bottom: 50%;
            opacity: 1;
        }

        to {
            bottom: 0;
            opacity: 0;
        }
    }

    .message {
        background-color: whitesmoke;
        box-shadow: grey;
        border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        color: #000;
        max-width: 100%;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 16px;
        text-align: center;
        padding-top: 16px;
    }

    .Image {
        padding-bottom: 16px;
    }
}

.mega-banner {
    width: 94%;
    margin-left: 25px;
    height: 100%;
    margin-top: 5px;
}

.Qrcode {
    width: 165px;
    //height: 165px;
}

.contact-logos {
    height: 20px;
    width: 20px;
}

.remove-border {
    border: 0px !important;
}

.menu-common-btn {
    background-color: #0166d2;
    border-color: #0166d2;
    width: 125px;
    border-radius: 5px;
    cursor: pointer;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield
}


.menu-btn {
    background-color: #0166d2;
    width: 135px;
    border-radius: 5px;
    line-height: 30px;
    cursor: pointer;
    border-width: 0px;
    margin-right: 10px;
}

/*.announcment-font {
   // font-family: 'Lato', sans-serif, "Microsoft YaHei", SimHei, Tahoma !important;
}*/

.blue-bg.promotion-tab th:nth-child(3n) {
    /*min-width:200px;*/
    width: 100%;
}

.overflow-hidden {
    overflow-y: hidden;
}

body {
    font-family: 'Arial', sans-serif !important;
}

.menu-game-logo {
    max-width: 100px;
}


.layout-btn:hover {
    opacity: 0.8;
}

.in-wallet-chips {
    border-radius: 6px;
    padding: 5px 5px 0px 5px;
    border: 1px solid #BFBFBF;
    background-color: white;
    box-shadow: 0px 1px 20px #aaaaaa;
    margin-bottom: 15px;
}

.chip-margin {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 14px;
}

/*.btn-default-border {
    border-color: #148be5;
}*/
.box-title {
    display: flex;
    background-color: #b9b9b9;
    margin: 0px -5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: space-between;
    align-items: center;
    padding: 2px 14px 2px;
}

.btn-default-border {
    font-size: 12px;
    line-height: 15px;
    padding: 5px 10px;
    border-color: #148be5;
    color: #148be5;
}

.list-style {
    margin: 0px;
}

.total-turnover {
    border-radius: 6px;
    box-shadow: 0px 1px 20px #aaaaaa;
    margin-bottom: 10px;
    padding: 0px 10px;
}

.total-turnover-chips {
    display: flex;
    margin: 0px -5px;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
    justify-content: space-between;
    align-items: center;
    padding: 6px 6px 6px 6px;
}

.deposit-promotion-details {
    display: flex;
    justify-content: space-between;
}

.switch {
    background: gray;
    padding: 3px;
    height: 20px;
    width: 43px;
    border-radius: 100px;
    transition: background 700ms;
    margin-right: 10px;
    margin: 6px;
}

.switch-circle {
    width: 14px;
    height: 14px;
    border-radius: 100%;
    background-color: white;
    margin-left: 0px;
    transition: margin 700ms;
}

.switch-middle {
    display: flex;
    justify-content: space-between;
}

    .switch-middle p {
        margin: 5px;
        font-size: 14px;
    }

    .switch-middle img {
        height: 30px;
        width: 30px;
    }

.navbar-inline {
    overflow-x: hidden;
    display: flex;
    overflow-y: hidden;
}

.menu-kiss-logo {
    padding-top: 0px !important;
    text-align: center !important;
    position: relative !important;
    padding: 5px 5px 0 !important;
    font-size: 10px !important;
    line-height: 12px;
    text-transform: uppercase !important;
    display: inline-block !important;
    font-weight: 700 !important;
}

.follow-us {
    color: white;
    font-size: 25px;
    line-height: 35px;
}


#promotionExpieryModel img {
    width: 100px;
    height: 100px;
    margin-left: 20%;
    margin-top: 20px;
}

#WithoutPromotionDeposit img {
    width: 100px;
    height: 100px;
    margin-left: 20%;
    margin-top: 20px;
}

.overflow-x-history-tab{
    overflow-x:scroll;
}

.withdrawamount-model-width{
    width:60%;
}
.total-available-withdraw-amount{
    font-weight:800;
}

.list-style.d-flex {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}

/*.home-iframe #gameLoadFrame .modal-dialog {
    height:calc(100vh - 10%);
    top:0px;
}*/

#gameFrame {
    background-color: white;
    max-width: 1350px;
    height: 1000px;
    z-index: 5;
    margin: 0 auto;
    text-align: center;
    background-color: white;
    display: flex;
}

iframe{
    width:100%;
    

}

.box-model {
    position: absolute;
    margin-left: 86%;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    border: 1;
    /* color: transparent; */
    background-color: transparent;
    font-size: 20px;
    color: white;
    top:0px;
    border-color: white;
}

.box-model-div{
    position:relative;
    display:none;
}


@media only screen and (max-width: 600px) {
    .reg-form {
        font-size: 10px;
    }
}

.viplevelImage{
    width:25px;
    margin:0px;
}

.chip-margin li {
    text-align:center;
}

.delete {
    background: #bd0b0b
}

.slick-slide .silder-game_boxes.hand-curson img {
    max-width: 100px;
    height: 100px;
    margin: 0 auto 5px;
}

.slick-slide .silder-game_boxes.hand-curson h1 {
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
}
img.recent-game-icon {
    max-width: 27px;
}

/* ___________________________****************____________________________  */
/* new Register design css start by Parthiv Mistry 24-07-2023 */
.register-section{position: relative;;padding: 90px 0; float: left; width: 100%;background-color: #EED690;z-index: 1;}
.register-section:before{content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: url('../images/register-pattern.png') no-repeat center center/ cover;z-index: -1;}
.register-section .register-wrapper{ padding: 24px; float: left; width: 100%; border-radius: 10px; background: #FFF; box-shadow: 10px 10px 34px 0px rgba(0, 0, 0, 0.10); overflow: hidden;}
.register-wrapper .register-tab-wrap                    {background: #000 url('../images/casino-tokens-yellow-background.jpg') no-repeat bottom center / cover;border-radius: 10px;height: 624px;padding: 24px 8px;  }
.heading-style3                                         { font-size: 20px; font-weight: 700; line-height: 24px;}
.register-tab-wrap  .heading-style3                     { padding: 0 15px;margin-bottom: 24px; }
.register-section .register-wrapper .row .col-md-4{padding-right: 0;}
.register-section .register-wrapper .row .col-md-8{padding-left: 0;}
.registre-tab { display: -ms-flexbox !important; display: flex !important; }
.registre-tab .nav-tabs{ padding: 8px; border: none; border-radius: 10px; background: #FFF; box-shadow: 4px 4px 14px 0px rgba(65, 49, 2, 0.20); width: 100%; }
.registre-tab .nav-tabs > li { display: block; float: none; border-radius: 0; margin-bottom:8px ; }
.registre-tab .nav-tabs>li:last-child{ margin-bottom: 0; }
.registre-tab .nav-tabs>li>a{ padding: 12px 0px 12px 12px; border: none!important; color: #919191; font-size: 16px; font-weight: 400; line-height: 24px; border-radius: 5px!important; transition: 0.4s all; }
.registre-tab .nav-tabs>li>a>img{ margin-right: 10px; transition: 0.4s all; }
.registre-tab .nav-tabs>li.active>a>img,.registre-tab .nav-tabs>li>a:hover img { filter: brightness(0); }
.registre-tab .nav-tabs > li.active > a, .v-tabs .nav-tabs > li > a:focus, .registre-tab .nav-tabs > li > a:hover { z-index: 1; position: relative; color: #000000; background-color: #F8B803; }

.register-section .register-wrapper .tab-content{ padding-left: 24px; }

#msform { position: relative; }
#msform fieldset { position: relative; }
#msform fieldset:not(:first-of-type) { display: none; }
/*buttons*/
.action-button {display: block; width: 117px;border:2px solid #F8B803!important; background: #F8B803; text-align: center; font-size: 16px; font-weight: 400; color: #000000; border: none; border-radius: 5px; cursor: pointer; padding: 10px 28px; margin: 0; text-decoration: none;transition: 0.5s all; }
.action-button:hover, .action-button:focus { box-shadow: none; }
.action-button:hover{background: transparent;}

.action-previous-btn { float: left; border: none; padding: 9px 11px; background: #F8B803; border-radius: 10px; margin-right: 5px;border: 2px solid #F8B803;transition: 0.5s all; }
.action-previous-btn img{filter: brightness(0);}
.action-previous-btn:hover{background: transparent;}
/*progressbar*/
#progressbar { margin-bottom: 32px; counter-reset: step; display: flex; justify-content: space-between; align-items: center;padding-top: 4px; }
#progressbar li { list-style-type: none; font-size: 18px; font-weight: 400; color: #B8B8B8; position: relative; display: flex; align-items: center; padding: 0 8px 0 44px ; z-index: 1; }
#progressbar li:before { content: counter(step); counter-increment: step; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 32px; height: 32px; line-height: 32px; display: block; font-size: 18px; font-weight: 400; color: #A9A9A9; background: transparent; text-align: center; border-radius: 50%; border: 1px solid #C0C0C0; }
#progressbar li:after { content: ''; width: 32px; height: 2px; background: #E2E2E2; position: absolute; left: -33%; top: 9px; z-index: -1; top: 50%; transform: translateY(-50%); border-radius: 1px; }
#progressbar li:first-child:after { content: none; }
#progressbar li.active:before,
#progressbar li.active:after { background: #F8B803; color: #000000; border-color: #F8B803; font-weight: 700; }
#progressbar li.active{ color: #000000; font-weight: 700; }

.inner-manually-content .row .col-lg-7{padding-right: 0;}
.inner-manually-content .row .col-lg-5{padding-left: 0;}

.form-group{margin-bottom: 24px;}
.account-information .form-group:last-child{margin-bottom: 0;}

.form-group label{ display: block; color: #848484; font-size: 12px; line-height: 16px; font-weight: 700; margin-bottom: 8px; }
.form-group .form-control{ padding: 12px 16px; font-size: 16px; font-weight: 400; border-radius: 5px; border: 1px solid #DCDCDC;color: #929292; background: #F5F5F5; height: 48px; }
.form-group .form-control:focus{ box-shadow: none; }
.form-group .form-control::placeholder{color:#929292 ;}

.important-notice{ padding: 12px; border-radius: 10px; border: 1px solid #F3F3F3; background: #FFF; box-shadow: 7px 10px 14px 0px rgba(168, 168, 168, 0.12); }

.important-notice p{ color: #000; font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 16px; }
.important-notice p img{margin-right: 8px;}
.important-notice ul li{ position: relative; padding-left: 30px; margin-bottom: 8px; color: #616161; font-size: 14px; font-weight: 400; line-height: 22px; }

.important-notice ul li::before{ content: ""; position: absolute; width: 8px; height: 8px; background: #F8B803; left: 8px; top: 8px; border-radius: 50%; }

.account-information p{color: #7A7A7A;margin-bottom: 16px;}
.account-information p a{color: #000;}

.send-otp-wrapper { position: relative; z-index: 1; margin-bottom: 24px; padding-bottom: 24px; border-bottom: 1px solid #D9D9D9; }
.send-otp-wrapper p{color: #343434;font-size: 16px;line-height: 24px;margin-bottom: 16px;}
.send-otp-wrapper::after { content: ""; position: absolute; width: 31px; height: 12px; background-image: url('../images/account-shape.png'); bottom: -6px; left: 0; right: 0; margin: auto; background-color: #fff; padding: 0 20px; z-index: 1; background-repeat: no-repeat; background-position: center center; }
.otp-button{padding: 12px 28px; font-size: 16px; font-weight: 400; background: transparent; color: #000; border-radius: 5px; border: 2px solid #F8B803;transition: 0.5s all; }
.otp-button:hover{background: #F8B803;}

.enter-otp{display: flex;gap: 8px;align-items: center;}
.enter-otp .right-angle{ border-radius: 10px; padding: 12px; background: #F8B803; border: none; }
.enter-otp .right-angle:focus{ box-shadow: none; }
.done-text{font-size: 16px;font-weight: 400;color: #000000;margin-top: 24px;display: flex;gap: 8px;align-items: center;}

.congratulations-section { display: flex; flex-direction: column; justify-content: center; align-items: center; padding-top: 72px; }
.congratulations-section img{ margin-bottom: 20px; }
.congratulations-section h2{ color: #000; font-size: 40px; font-weight: 700; line-height: normal; text-transform: uppercase; margin-bottom: 12px; }
.congratulations-section p{ color: #888; font-size: 16px; font-weight: 400; line-height: 24px;margin-bottom: 24px; }
.congratulations-section .register-login-deatil { padding: 12px 16px; border-radius: 10px; background: #FFF7E4; max-width: 302px; width: 100%; margin-bottom: 48px; }
.congratulations-section .register-login-deatil .register-login-deatil-content { display: flex; justify-content: space-between; align-items: center; }
.congratulations-section .register-login-deatil .register-login-deatil-content .user-left { color: #B7A779; font-size: 14px; font-weight: 400; line-height: 24px; }
.congratulations-section .register-login-deatil .register-login-deatil-content .user-right{ color: #4A3700; font-size: 14px; font-weight: 400; line-height: 24px; }

.congratulations-section .register-login-deatil .register-login-deatil-content:nth-child(1){padding-bottom: 9px;border-bottom:1px solid #ECD7A2 ;}
.congratulations-section .register-login-deatil .register-login-deatil-content:nth-child(2){padding-top: 9px;}

.whats-up-section{padding-right: 5px;}
.whats-up-section h4{ color: #000; font-size: 18px; font-weight: 700; line-height: 26px;margin-bottom: 30px; }

.what-up-register-detail ol { list-style: decimal; padding-left: 32px; }
.what-up-register-detail ol li{ color: #717171; font-size: 16px; font-weight: 400; line-height: 24px;margin-bottom: 16px;padding-left: 5px; }
.what-up-register-detail ol li::marker{ color: #000; font-size: 16px; font-weight: 700; line-height: 24px; }
.what-up-register-detail ol li span{color: #F8B803;}

.whats-right{text-align: center;}
.whats-right .action-button{margin: 16px auto auto auto;}

.form-group .is-invalid{border-color:red;}
.form-group .error-red{font-size: 12px;color: red;}

@media(min-width:991px) and (max-width:1200px){
    #progressbar li:after { width: 20px; left: -25%; }
    #progressbar li.active:after{left: -20%;}
}
.mandatory-wrapper { display: flex; justify-content: space-between; align-items: flex-end; }
.mandatory-wrapper .mandatory-text { font-size: 16px; color: red; line-height: 12px; }

.otp-inner { display: flex; justify-content: flex-start; align-items: center; margin-top: 24px; gap: 30px; }
#counter_txt{ font-size: 16px; font-weight: 600; }
/* new Register design css End by Parthiv Mistry */



/* new Register design responsive css start by Parthiv Mistry 25-07-2023*/
.register-responsive-wrapper{float: left;width: 100%;position: relative;padding: 16px 16px;display: none;}
.manually-register-tab{margin-bottom: 16px;}
.manually-register-tab .nav-tabs { display: flex; border: none; }
.manually-register-tab .nav-tabs li{ width: 100%; display: block; }
.manually-register-tab .nav-tabs li a{ display: flex; justify-content: center; align-items: center; gap: 8px; padding: 8px; font-size: 14px; font-weight: 400; width: 100%; background-color: transparent; border-radius: 4px; color: #919191; color: #919191; transition: 0.4s all; border: none; }
.manually-register-tab .nav-tabs li.active a img{ filter: brightness(0); }
.manually-register-tab .nav-tabs>li.active>a,
.manually-register-tab .nav-tabs>li.active>a:focus,
.manually-register-tab .nav-tabs>li.active>a:hover { color: #000000; cursor: pointer; background-color: #F8B803; border: none; border-bottom-color: transparent; }


.whats-content-responsive { padding-top: 8px; }
.whats-content-responsive h3 { color: #000; font-size: 16px; font-weight: 700; line-height: 24px; margin-bottom: 32px; }
.qr-whats-up-responsive{text-align: center;margin-bottom: 24px;}
.whats-content-responsive ol { list-style: decimal; padding-left: 22px; }
.whats-content-responsive ol li { color: #717171; font-size: 14px; font-weight: 400; line-height: 22px; margin-bottom: 12px; padding-left: 5px; }
.whats-content-responsive ol li::marker{ color: #000; font-size: 14px; font-weight: 700; line-height: 22px; }
.whats-content-responsive ol li span{color: #F8B803;}

.action-responsive-wrapper{padding-top: 0;}
.action-button-second {display: block; width: 100%; background: #F8B803; text-align: center; font-size: 14px; font-weight: 400; color: #000000; border: none; border-radius: 5px; cursor: pointer; padding: 12px 28px; margin: 0; text-decoration: none; }
.action-button-second:hover, .action-button-second:focus { box-shadow: none; }


.manually-tab-pan { display: none; }

.manually-tab-pan.active { display: block; }

.hide { display: none; }

.acoount-inform-wrapper{ position: relative; }
.acoount-inform-wrapper .acoount-inform-wrapper-title{ display: flex; align-items: center; justify-content: space-between; margin-bottom: 24px; }
.acoount-inform-wrapper .acoount-inform-wrapper-title h3{ color: #000;font-size: 18px; font-weight: 700; line-height: 20px; }
/* .acoount-inform-wrapper .acoount-inform-wrapper-title h3 span{ display: inline-block; width: 32px; height: 32px; line-height: 32px; color: #000; text-align: center; font-size: 18px; font-weight: 700; background: #EAEAEA; border-radius: 4px; } */
/* .manually-changes-btn button{ border: none; background: transparent; }
.manually-changes-btn button:focus{border: none;box-shadow: none;}
.manually-changes-btn button:focus img,.manually-changes-btn button:hover img{filter: brightness(0);} */

.form-group-main{margin-bottom: 16px;}
.form-group-main:last-child{margin-bottom: 0;}
.form-group-main label{ display: block; color: #848484; font-size: 10px; line-height: 14px; font-weight: 700; margin-bottom: 8px; }
.form-group-main .form-control{ padding: 12px 16px; font-size: 14px; font-weight: 400;color: #929292; border-radius: 5px; border: 1px solid #DCDCDC; background: #F5F5F5; height: 48px; }
.form-group-main .form-control:focus{ box-shadow: none; }
.form-group-main .form-control::placeholder { color: #929292; }

.manually-tab-nav{padding-top: 16px;display: flex;}
.acoount-inform-wrapper .send-otp-wrapper p { font-size: 14px; line-height: 22px; }
.acoount-inform-wrapper .send-otp-wrapper .otp-button{ font-size: 14px; line-height: 22px; }
.acoount-inform-wrapper .enter-otp .right-angle { padding: 11px; }
.acoount-inform-wrapper p{ font-size: 14px; line-height: 22px; color: #7A7A7A; }
.acoount-inform-wrapper p a{ color: #2D2D2D; }


.manually-congratulations-responsive .congratulations-section img{ width: 88px; height: 88px; object-fit: cover; margin-bottom: 16px; }
.manually-congratulations-responsive .congratulations-section h2{ font-size: 28px; margin-bottom: 8px; }
.manually-congratulations-responsive .congratulations-section{ padding: 32px 0; }
.manually-congratulations-responsive .congratulations-section .register-login-deatil{margin-bottom: 0;}

details.accordion { border-radius: 4px; border: 1px solid #D9D9D9; background: #FFF; transition: all 0.3s ease-in-out;width:100%; }
details.accordion+details.accordion { margin-top: 0.25rem; }
details.accordion summary.accordion__title { list-style-type: none; cursor: pointer; color: #000; padding: 12px; font-size: 14px; font-style: normal; font-weight: 700; background-image: url("../images/angle-down.png"); background-repeat: no-repeat; background-position:right 12px top 12px; }
details.accordion summary.accordion__title img{ margin-right: 12px; }
details.accordion summary.accordion__title::marker, details.accordion summary.accordion__title::-webkit-details-marker { display: none; }
details.accordion .accordion__content { padding: 5px 12px 16px 12px; }
details.accordion[open] { background-color: #fff; border-color: #D9D9D9; }
details.accordion[open] summary.accordion__title { background-image: url("../images/up-angle.png"); }
.accordion__content ul{margin: 0;}
.accordion__content ul li{ position: relative; padding-left: 30px; margin-bottom: 12px; color: #616161; font-size: 14px; font-weight: 400; line-height: 22px; }
.accordion__content ul li:last-child{margin-bottom: 0;}
.accordion__content ul li::before{ content: ""; position: absolute; width: 8px; height: 8px; background: #F8B803; left: 8px; top: 8px; border-radius: 50%; }


.manually-tb-prev { border: none; padding: 9px 11px; background: #F8B803; border-radius: 10px; margin-right: 5px;border: 2px solid #F8B803;transition: 0.5s all; }
.manually-tb-prev img{filter: brightness(0);}
.manually-tb-prev:hover{background: transparent;}


.verfication-part{ display: flex; gap: 9px; }
.verfication-part .form-control{ width: 80%; }
.verfication-part .otp-inner{ margin-top: 0; }
.verfication-part button{ width: 90px; padding: 12px 10px; }
.verfication-part .otp-inner{margin-top: 0;}

@media(max-width:767px){
    .register-responsive-wrapper { display: block; }
    
}

@media(max-width:480px) {
    .verfication-part .form-control { width: 70%; }

}

.account-numbering{margin-bottom: 20px;}
.account-numbering ul { display: flex; justify-content: center; align-items: center; gap: 40px; }
.account-numbering ul li{ position: relative; width: 32px; height: 32px; line-height: 30px; display: block; font-size: 18px; font-weight: 400; color: #A9A9A9; background: transparent; text-align: center; border-radius: 50%; border: 1px solid #C0C0C0; z-index: 1; }
.account-numbering ul li:first-child:before{ content: none; }
.account-numbering ul li::before { content: ''; width: 41px; height: 2px; background: #E2E2E2; position: absolute; left: -139%; top: 9px; z-index: -1; top: 50%; transform: translateY(-50%); border-radius: 1px; }
.account-numbering ul li.active{ background: #F8B803; color: #000000; border-color: #F8B803; font-weight: 400; }
.account-numbering ul li.active::before{ background: #F8B803; }
.account-numbering ul li.active:last-child{background: #8cc341;border-color: #8cc341;}
.account-numbering ul li.active:last-child img{filter: brightness(0) invert(1);}

.tab-back-manually { display: flex; align-items: flex-start; gap: 5px; margin-bottom: 24px; }
.tab-back-manually .manually-tb-prev {
    padding: 11px 11px;
    background: transparent;
    border: none;
    padding: 11px 0;
    width: 20px;
}
    .tab-back-manually .manually-tb-prev img {
        width: 20px;
        height: 16px;
        filter: unset;
    }
/* new Register design responsive css End by Parthiv Mistry 25-07-2023*/