@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Poppins:300,400,500,600,700,800,900&display=swap");

body {
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.4;
    color: #d8d8d8;
    background-color: #222222;
    position: relative;
    /* top: 75px; */
}
p {
    line-height: 2;
}
a:hover {
    text-decoration: none;
}
.card,
.card-img {
    border-radius: inherit;
    -webkit-border-radius: inherit;
    -moz-border-radius: inherit;
    -ms-border-radius: inherit;
    -o-border-radius: inherit;
}
.card-img-overlay {
    top: inherit;
    background-color: rgba(0, 0, 0, 0.5);
}
.card-img-overlay h4 {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
}
.font-bold {
    font-weight: 600;
}
.font-bolder {
    font-weight: 900;
}
.font-normal {
    font-weight: 400;
}
.font-light {
    font-weight: 200;
}
.f-oswald {
    font-family: "Oswald", sans-serif !important;
}
.f-13 {
    font-size: 13px;
}
.l-17 {
    line-height: 1.7;
}
.form-control {
    border-radius: 0.1px;
}
.form-control:disabled,
.form-control[readonly] {
    opacity: 0.8;
}
.headernav .navbar-nav .nav-item {
    margin-left: 3px;
    margin-right: 3px;
}
.headernav .navbar-nav .nav-link {
    color: #fff;
    text-transform: uppercase;
}

.headernav .navbar-nav .active > .nav-link,
.headernav .navbar-nav .nav-link.active,
.headernav .navbar-nav .nav-link.show,
.headernav .navbar-nav .show > .nav-link,
.headernav .navbar-nav .nav-link:focus,
.headernav .navbar-nav .nav-link:hover {
    box-shadow: 0px 2px #ffdf00;
    -webkit-box-shadow: 0px 2px #ffdf00;
    -moz-box-shadow: 0px 2px #ffdf00;
    transition: all ease 0.5s;
}

.headernav .navbar-nav .nav-yellowbtn {
    margin-right: 10px;
}
.headernav .nav-yellowbtn,
.headernav .joinbtn {
    width: 100px;
    text-align: center;
}
.headernav .nav-yellowbtn .nav-link,
.headernav .nav-yellowbtn .nav-link:focus,
.headernav .nav-yellowbtn .nav-link:hover {
    background-color: #ffdf00;
    color: #222222;
}
.headernav .joinbtn .nav-link,
.headernav .joinbtn .nav-link:focus,
.headernav .joinbtn .nav-link:hover {
    background-color: #669900;
    color: #ffffff;
}
.headernav .nav-yellowbtn .nav-link:focus,
.headernav .nav-yellowbtn .nav-link:hover,
.headernav .joinbtn .nav-link:focus,
.headernav .joinbtn .nav-link:hover {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}

.footer {
    display: block;
    clear: both;
    /*background-color: #000;*/
    /* padding-top: 80px; */
}
.footer > .container {
    /*border-top: 1px solid #fff;*/
    padding-top: 30px;
}
.socialrow .socialimgs .list-inline {
    /* max-width: 90%; */
}
.socialrow .socialimgs .list-inline,
.socialrow .sociallinks .list-inline {
    margin: 0;
}
.socialrow .socialimgs .list-inline-item {
    /* width: 50%;
    margin: 0;
    float: left; */
    margin: 0 auto;
}
    /* .socialrow .socialimgs .list-inline-item:last-child {
        margin: 0 auto;
        float: none;
    } */
.socialrow .sociallinks .list-inline-item {
    background-color: #515151;
    width: 40px;
    height: 44px;
    position: relative;
}
.socialrow .sociallinks .list-inline-item a {
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    line-height: 1;
}
.menurow,
.paymentsrow {
    padding: 30px 0 30px 0;
}
.menurow .nav-item .nav-link {
    color: #fff;
    text-transform: uppercase;
    padding: 0.3rem 0.8rem;
}
.paymentsrow {
    border-top: 1px solid #444444;
}
.paymentsrow .nav-link {
    padding: 0.3rem 0.5rem;
}
/* One page box */
.one-form-static {
    min-height: 320px;
    /* display: flex; */
    width: 100%;
    /* justify-items: center; */
    align-items: center;
    padding: 15px;
    box-shadow: 2px 3px 16px rgba(255, 223, 0, 0.4);
    margin-top: 20px;
    border-radius: 5px;
    border: 1px solid #ffdf00;
}

.one-form-static form {
    width: 100%;
}
.mt-100{
    padding-top: 100px;
}
button.close.float-right {
    float: right;
    color: #fff;
    opacity: 1;
}
body .headernav .header-btn {
    background: #ffdf00;
    border-color: #ffdf00;
    color: #000 !important;
    font-size: 14px;
    padding: 5px 10px !important;
    margin-left: 10px;
    margin-right: 10px;
}
.account-dropdown {
    min-width: 340px;
    padding: 15px;
    background-color: #222;
    color: #fff;
}
.account-dropdown p{
    font-size: 14px;
    font-weight: 400;
}
.reset-popup {
    background: #ffdf00;
    font-size: 16px;
    width: 100%;
}
fieldset {
    border: 0;
  }
  label {
    display: block;
  }

  /* select with custom icons */
  .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item-wrapper {
    padding: 0.5em 0 0.5em 3em;
  }
  .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: 0.1em;
  }
  .ui-icon.video {
    background: url("images/24-video-square.png") 0 0 no-repeat;
  }
  .ui-icon.podcast {
    background: url("images/24-podcast-square.png") 0 0 no-repeat;
  }
  .ui-icon.rss {
    background: url("images/24-rss-square.png") 0 0 no-repeat;
  }
  #bank_id-menu .ui-selectmenu-menu .ui-menu.customicons .ui-menu-item .ui-icon {
    height: 24px;
    width: 24px;
    top: 0.1em;
    background-position: 11px 10px !important;
}
.bank_select span#bank_id-button {
    width: 100%;
    height: 40px;
    border-radius: 0;
    background: #fff;
}
.get_balance {
    cursor: pointer;
    display: inline-grid;
}
.bank_select .ui-selectmenu-text {
    font-size: 16px;
    padding-top: 5px;
}
  /* select with CSS avatar icons */
  option.avatar {
    background-repeat: no-repeat !important;
    padding-left: 20px;
  }
  .avatar .ui-icon {
    background-position: left top;
  }
  .bank_select select {
    width: 100%;
    padding: 7px;
}
.cus-shadow{
    box-shadow: 2px 3px 16px rgba(255, 223, 0, 0.4);
    border: 1px solid #ffdf00;
    border-radius: 5px;
}
.btn-full{
    width:100%;
}
.cus-model-empty table.table {
    color: #fff;
    font-size: 14px;
}
.cus-model-empty table.table p{
    margin-bottom:3px;
    font-size: 14px;
}
.cus-model-empty .table td {
    padding: 3px 7px;
    border: 0;
}
.cus-model-empty .table thead th {
    border: 0px;
    padding: 5px 7px;
    font-weight: 400;
}
.cus-model-empty .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(132, 132, 132, 0.28);
    border-radius: 8px !important;
}
form#cusomter-loginform {
    display: flex;
}
.homeslider {
    margin-top: 20px;
}
.cur-pointer {
    cursor: pointer;
}
/* end One page box */
.homeslider .slick-slide img {
    width: 100%;
    object-fit: cover;
}
.homeslider .posabs {
    position: absolute;
    top: 40%;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
/* .homeslider .sliderbg {
   background-size: cover;
   background-repeat: no-repeat;
   background-position: center;
}
.homeslider .sliderbg .container {
   min-height: 650px;
} */
.homeslider .heroh h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3rem;
}
.homeslider .heroh h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
}
.homeslider .heroh .abtn {
    background-color: #fff;
    padding: 10px 35px;
    color: #222222;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}
.homeslider .heroh .abtn i {
    margin-left: 10px;
    color: #ffdf00;
    font-size: 28px;
    vertical-align: middle;
}

.threeboxes .card {
    height: 348px;
}
.threeboxes .card .card-img {
    height: 100%;
    object-fit: cover;
    object-position: right;
}
.icons i {
    font-size: 18px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 2px dotted #f1be55;
    border-radius: 50%;
    color: #f1be55;
}
.twosectiondiv {
    display: block;
   
    background-position: bottom right;
    background-repeat: no-repeat;
}
.entertdiv {
    display: block;
    clear: both;
    padding-top: 80px;
}
.yelloheader h2 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 3rem;
    font-family: "Oswald", sans-serif;
    background: rgba(186, 133, 41, 1);
    background: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8529', endColorstr='#fcc101', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.yelloheader h4 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.8rem;
    font-family: "Oswald", sans-serif;
    background: rgba(186, 133, 41, 1);
    background: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8529', endColorstr='#fcc101', GradientType=1 );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.yelloheader p {
    font-size: 15px;
}
.fourboxes .samethree {
    height: 215px;
}
.fourboxes .onebox {
    height: 455px;
}
.fourboxes .card,
.fourboxes .card .card-img {
    height: 100%;
}
.fourboxes .card .card-img {
    object-fit: cover;
    object-position: top;
}
.fourboxes .card-img-overlay {
    padding: 1rem 1.25rem;
}
.fourboxes .card-img-overlay h4 {
    width: 85px;
    display: inline-block;
    margin: 0;
}
.fourboxes .card-img-overlay h5 {
    width: calc(100% - 90px);
    display: inline-block;
    text-align: right;
    margin: 0;
    vertical-align: middle;
    margin-top: -35px;
    font-size: 1rem;
    text-transform: uppercase;
    font-weight: 600;
}
.fourboxes .card-img-overlay h5 a {
    color: #fff;
    text-decoration: none;
    box-shadow: 0px 2px #ffdf00;
    -webkit-box-shadow: 0px 2px #ffdf00;
    -moz-box-shadow: 0px 2px #ffdf00;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
}

.yourfdiv {
    display: block;
    clear: both;
    padding-top: 80px;
}
.colborder {
    text-align: center;
    padding: 20px 10px;
    background-color: #fff;
    border: 6px solid;
    border-image: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image-slice: 1;
}
.colborder h5 {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 25px;
    margin-bottom: 25px;
}
.colborder h5 a {
    color: #000;
    text-decoration: none;
    border-bottom: 6px solid;
    border-image: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    border-image-slice: 1;
}

.whygolddiv {
    display: block;
    clear: both;
    padding-top: 80px;
    padding-bottom: 70px;
    /* background-image: url("../images/Background-3.jpg"); */
    /* background-position: bottom right; */
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
}
.whygolddiv .yelloheader {
    text-align: center;
}
.threestarb .colborder {
    background-color: transparent;
    border: none;
}
.threestarb .colborder h4 {
    font-size: 17px;
    margin: 15px 0;
}
.threestarb .colborder p {
    margin: 0;
    line-height: 1.4;
    color: #8c8c8c;
}

.signbtn a {
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 1.5rem;
    background-color: rgba(0, 0, 0, 0.7);
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
}
.img-list-out .card.bg-dark {
    height: 100%;
}
.img-list-out .row {
    height: 100%;
}
.img-list-out .card.bg-dark img {
    height: 100%;
    object-fit: cover;
}
.img-list-out .btn-pro {
    position: absolute;
    left: 15px;
    top: 10px;
}
.img-list-out .row {
    margin-bottom: 25px;
}
/*---------keno page-----------*/
.bannersection.keno-bg {
    padding: 170px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
.bannersection h1 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 3.6rem;
    font-weight: 900;
    margin-bottom: 2rem;
}
.bannersection h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    font-size: 1.3rem;
}
.kenoLocation {
    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.pdt-60 {
    padding-top: 60px;
}
.pdb-60 {
    padding-bottom: 60px;
}
.pdt-30 {
    padding-top: 30px;
}
.pdb-30 {
    padding-bottom: 30px;
}
.pl-50 {
    padding-left: 50px;
}
.pdlr-30 {
    padding-left: 30px;
    padding-right: 30px;
}
.pdlr-60 {
    padding-left: 60px;
    padding-right: 60px;
}
.p-20 {
    padding: 20px;
}
.ml--3 {
    margin-left: -3px;
}
.cus-column-space-5 .col-12 {
    padding-left: 5px;
    padding-right: 5px;
}
.card-box-btn-img .card-btn-visible {
    padding: 10px 35px;
    color: #fff !important;
    text-transform: uppercase;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    background: rgba(186, 133, 41, 1);
    background: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8529', endColorstr='#fcc101', GradientType=1 );
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    opacity: 0;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.card-box-btn-img:hover .card-btn-visible {
    opacity: 1;
}
/* .img-border-gred{
   position: relative;
   
}
.img-border-gred:before {
   content: '';
   position: absolute;
   top: 0;
   right: 0;
   bottom: 0;
   left: 0;
   margin: -3px;
   border-radius: inherit;
   background: rgba(186,133,41,1);
   background: -moz-linear-gradient(left, rgba(186,133,41,1) 0%, rgba(252,193,1,1) 100%);
   background: -webkit-linear-gradient(left, rgba(186,133,41,1) 0%, rgba(252,193,1,1) 100%);
   background: -o-linear-gradient(left, rgba(186,133,41,1) 0%, rgba(252,193,1,1) 100%);
   background: -ms-linear-gradient(left, rgba(186,133,41,1) 0%, rgba(252,193,1,1) 100%);
   background: linear-gradient(to right, rgba(186,133,41,1) 0%, rgba(252,193,1,1) 100%);
} */
.card-box-btn-img .card-img-btn img {
    height: 100%;
    object-fit: cover;
    object-position: right;
    width: 100%;
}
.card-box-btn-img .card-location-btn h5 {
    color: #fff;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-size: 1.4rem;
    font-weight: 900;
    margin-bottom: 0;
    padding: 15px;
    text-align: center;
}
.card-location-btn {
    background: #121212;
    transition: 0.4s;
    -webkit-transition: 0.4s;
    -moz-transition: 0.4s;
    -ms-transition: 0.4s;
    -o-transition: 0.4s;
}
.card-box-btn-img:hover .card-location-btn {
    background: rgba(186, 133, 41, 1);
    background: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
}
/*------------End keno page---------*/
/*------------Conatc us page ----------*/
.contactus-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.conatcUs-form input,
.conatcUs-form textarea {
    background: transparent;
    border-radius: 0;
    margin-bottom: 20px;
    border-color: #d8d8d8;
    border-color: #8c8c8c;
    color: #8c8c8c;
}
.yellowbtn {
    background: rgba(186, 133, 41, 1);
    background: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8529', endColorstr='#fcc101', GradientType=1 );
    color: #fff;
    padding: 10px 25px;
    font-weight: 600;
    border-radius: 0;
}
.contact-info .col.contact-content {
    max-width: 60%;
}

.contact-info .col.contact-img {
    max-width: 30%;
}
.text-darkGray {
    color: #8c8c8c;
}
.text-yellow {
    color: #eebb2e;
}
.disable-class {
    pointer-events: none;
    cursor: no-drop;
    opacity: 0.8;
}
.cus-form-group {
    margin-bottom: 0;
}
div#otpcheck-error {
    position: absolute;
    bottom: -5px;
}
.send-top-doub {
    display: none;
}
div#otpnumber-error {
    position: absolute;
    bottom: -16px;
}
/*------------End contact us page-------------*/
/*-----------About us--------*/
.aboutus-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.aboutus-bg img {
    width: 100%;
}
/*-----------End About us--------*/
/*-----------slots page------------*/
.slots-bg {
    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 160px 0;
}
.img-width-80 {
    max-width: 80px;
}
.img-width-140 {
    max-width: 140px;
}
.slotLocation {
   
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.pd-5 {
    padding: 5px !important;
}
/*-----------End slots page------------*/
/*--------Sub slots page -----------*/
.subSlots {
    
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 80px 0;
}
.subsolt-bg {
   
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 160px 0;
}
.icon-application {
    max-width: 25%;
}
.appliaction-yellow-bg {
    background: rgba(186, 133, 41, 1);
    border-radius: 10px;
    padding: 10px;
    background: rgba(186, 133, 41, 1);
    background: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8529', endColorstr='#fcc101', GradientType=1 );
}
.application-content h5 {
    font-weight: 600;
    font-family: "Oswald", sans-serif;
}
.border-btm {
    border-bottom: 1px solid #fff;
}
.text-uppercase {
    text-transform: uppercase;
}
.button-cus-url {
    padding: 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    color: #fff;
    font-size: 1.1rem;
    background-color: transparent;
    padding: 10px 30px;
    display: inline-block;
    text-decoration: none;
}
.button-cus-url.active,
.button-cus-url:hover {
    color: #fff;
    background: rgba(186, 133, 41, 1);
    background: -moz-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -webkit-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -o-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: -ms-linear-gradient(
        left,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    background: linear-gradient(
        to right,
        rgba(186, 133, 41, 1) 0%,
        rgba(252, 193, 1, 1) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ba8529', endColorstr='#fcc101', GradientType=1 );
}
.card-box-btn-img .card-btn-visible.btn-bottom {
    bottom: 10px;
    top: auto !important;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -moz-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
}
/*--------End Sub slots page -----------*/
/*--------lottery page --------------*/

.lottery-bg {
    padding: 170px 0;
    background-size: cover;
    background-repeat: no-repeat;
}
/*--------end lottery page --------------*/
/*----------Promotion Page ------------*/
.promotion-bg {
    /* padding: 100px 0 60px 0; */
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
.img-promotion-left {
    position: absolute;
    left: 0;
    width: 30%;
    top: 50%;
    transform: translateY(-50%);
}
.terms-condtion li {
    font-weight: 400;
    margin-bottom: 2rem;
    line-height: 1.8;
}
.promotion-bg h2 {
    font-size: 4rem;
}
.verticalTop {
    vertical-align: top;
}
/*----------End Promotion Page ------------*/
/*---------Faq Page -----------*/
/* .md-accordion .card .card-header a:not(.collapsed) .rotate-icon {
   -webkit-transform: rotate(180deg);
   -ms-transform: rotate(180deg);
   transform: rotate(180deg);
} */
.faqsection {
    padding: 170px 0;
    background-size: contain;
    background-repeat: no-repeat;
}
/*----------faq accordian ------------*/
.theme-accordion .card {
    background: transparent;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
}

.theme-accordion.md-accordion
    .card
    .card-header
    a:not(.collapsed)
    .rotate-icon:before {
    content: "\f068";
}
.theme-accordion .rotate-icon {
    float: right;
    font-weight: 400;
}
.theme-accordion.accordion > .card .card-header a {
    text-decoration: none;
}
.theme-accordion .card-body {
    font-size: 0.8rem;
    line-height: 1.6;
    padding-top: 0;
}
.theme-accordion .card-body p {
    font-size: 0.8rem;
    line-height: 2;
}
.faq-acc {
    margin-top: 1rem;
}
.faq-acc li {
    font-weight: 400;
    margin-bottom: 5px;
    line-height: 1.8;
}
.ml-25 {
    margin-left: 25px;
}
/*----------End faq accordian ------------*/
/*-----------End faq Page-----------*/

/*----------Live casino paege-------*/
.liveCasino-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0 160px 0;
}
.livecasinosele {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
/*----------Live casino paege-------*/
/*----------Live sub casino paege-------*/
.card-box-btn-img .card-btn-visible.btn-bottom.btm-15 {
    bottom: -15px;
}
.card-box-btn-img .card-box-title h6 {
    font-family: "Oswald", sans-serif;
    font-weight: 900;
    font-size: 1.1rem;
    text-decoration: none;
}
.subliveCasino {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0 100px 0;
}

/*----------end Live sub casino paege-------*/

/*-------------Mobiel Ios and Android *--------*/
.mobile-androide-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 120px 0 140px 0;
    background: #ffdf0040;
}
.tab-content-ios-and .nav-tabs {
    border-bottom: 0px solid;
}
.tab-content-ios-and .nav-tabs .nav-link {
    border-radius: 0;
}
.tab-content-ios-and .nav-tabs .nav-item.show .nav-link,
.tab-content-ios-and .nav-tabs .nav-link.active,
.tab-content-ios-and .nav-tabs .nav-link:focus,
.tab-content-ios-and .nav-tabs .nav-link:hover {
    border-color: transparent;
}
.mob-ios-and li.text-white {
    margin-bottom: 1rem;
}
/*-------------cus Mobiel Ios and Android *--------*/

/*----------personal center------------*/
/*-------Basic Information --------*/
.personalcenter-bg {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 0;
    background-position: center;
}
.acc-tab-dark {
    background: #1a1a18;
    padding: 40px 0 20px 0;
}
.personalTabsection {
    background-size: cover;
    background-repeat: no-repeat;
    padding: 60px 0;
}
.accountmanager-tab {
    background: #303030;
    position: relative;
}
.accountmanager-tab .acc-tab-icon {
    max-width: 80px;
}
.accountmanager-tab .account-tabmain {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.accountmanager-tab .account-tab-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex: 1;
    position: relative;
    border: 0px solid;
}
.accountmanager-tab .account-tab-inner a {
    flex: 1;
}
.accountmanager-tab .button-cus-url {
    border: 0px solid !important;
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -ms-border-radius: 0px !important;
    -o-border-radius: 0px !important;
    padding: 20px 30px;
    font-size: 0.9rem;
    font-weight: 400;
    line-height: 1.4;
    text-transform: capitalize;
}
.accountmanager-tab .account-tab-inner:not(:last-child):after {
    content: "";
    border-right: 2px solid;
    position: absolute;
    right: 0;
    height: 50%;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
}
.acc-tab-dark .active {
    color: #eebb2e !important;
}
.account-basci {
    color: #fff;
}
.account-basci td {
    padding-bottom: 20px;
}
.account-basci td {
    padding-bottom: 20px;
    position: relative;
}

.account-basci td:first-child {
    width: 30%;
}

.account-basci td:first-child:after {
    content: ":";
    position: absolute;
    right: 0;
}
.account-basci tr td a,
.account-basci tr td a:hover {
    color: #eebb2e;
}
.bi-hidden {
    display: none;
}
/*----------End Basic information -----------*/
/*----------Change Passowrd -----------*/
.account-change td {
    padding-bottom: 20px;
    position: relative;
    border-spacing: 0;
    height: 60px;
    vertical-align: middle;
}
.note-abs-btm {
    position: absolute;
    /* bottom: 0; */
}
.changepassword .account-change input,
.withdrawalpassword .account-change input {
    max-width: 250px;
    border-radius: 1px;
}
.changepassword .account-change .btn-submit,
.withdrawalpassword .account-change .btn-submit {
    background-color: #ffdf00;
    color: #222222;
    border-radius: 0;
    padding: 8px 20px;
    width: 120px;
    font-weight: 500;
}
.changepassword .account-change .btn-reset,
.withdrawalpassword .account-change .btn-reset {
    background: #4e4e4e;
    color: #fff;
    margin-left: 20px;
    border-radius: 0;
    padding: 8px 20px;
    width: 120px;
    font-weight: 500;
}
.account-basci td.semi-none:after {
    content: "" !important;
}
#verificationCode + #verificationCode-error {
    position: absolute;
}
/*----------End Change Passowrd -----------*/
/*----------------Withdraw -----------*/
.tab-cont-container {
    width: 75%;
    margin: 0 auto;
}
.account-withdraw.table td,
.account-withdraw.table th {
    padding: 0.75rem;
    vertical-align: top;
    border: 1px solid #ffffff !important;
    color: #fff;
    text-align: center;
    word-break: break-word;
}
.table-td-middle.table td,
.table-td-middle.table th {
    vertical-align: middle;
}
.btn-lightyellow {
    background-color: #ffdf00;
    color: #222222;
    border-radius: 0;
    /* width: 120px; */
}
.btn-widthauto {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}
.account-withdraw.table th {
    font-weight: 500;
}
/*-----------End withdraw-------*/
/*----------Professional funds -------------*/
.professional-funddetails input,
.transfer-history input,
.form-border0 input {
    max-width: 200px !important;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
    border-right: 0px;
}
.professional-funddetails .input-group-addon,
.transfer-history .input-group-addon,
.form-border0 .input-group-addon {
    padding: 6px 12px;
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    border-color: #fff;
    border-radius: 0;
}
/*----------End Professional funds -------------*/

/*---------- Transfer page------------*/

.transfer-details input,
.transfer-details select,
.transfer-history input,
.transfer-history select {
    width: 200px;
    border-radius: 1px;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    -ms-border-radius: 1px;
    -o-border-radius: 1px;
}
.transfer-details input {
    width: 160px;
}
.transfer-history input {
    max-width: 180px !important;
}
.transfer-history .width-120,
.form-border0 .width-120 {
    width: 120px !important;
}
.width-120 {
    width: 120px !important;
}
.width-100 {
    width: 100px !important;
}
.width-250 {
    width: 250px !important;
}
.transfer-history select {
    width: 120px;
}
/*---------- End Transfer page------------*/
/*-------------My offer css----------*/
.my-offertag {
    background: #000;
    padding: 10px 20px;
    display: inline-block;
    text-align: center;
}
.btn-greensuccess {
    background: #669900;
}
/*-------------End My offer css----------*/
/*--------------online withdrawal --------------*/
.onlinewithdrawal input,
.onlinewithdrawal select {
    border-radius: 1px;
    max-width: 250px;
}
/*------------ end online withdrawal --------------*/
/*----------End personal center ------------*/
/*------------model pop up ---------------*/
.modal-content {
    background-color: #000;
}
.modal-title {
    color: #eebb2e;
}
.form-bdr0 input {
    border-radius: 1px;
}
/*-----------End model up ------------*/
/*----------customer registration-----------*/
.customer-registration {
    padding: 80px 0;
}
/*----------End customer registration ----------*/
/*----Paggination --------*/
.page-item.disabled .page-link {
    color: #222222;
    background-color: #ffdf00;
    border-color: #ffdf00;
    border-radius: 0;
    opacity: 0.9;
}
.page-item.active .page-link {
    color: #ffdf00;
    background-color: #222222;
    border-color: #222222;
}
.page-link {
    color: #222222;
    background-color: #ffdf00;
    border: 1px solid #ffdf00;
    margin: 0 4px;
    border-radius: 0;
}
.page-link:hover {
    z-index: 2;
    color: #eacd05;
    text-decoration: none;
    background-color: #222222;
    border-color: #222222;
}
.page-item:last-child .page-link {
    border-radius: 0;
}
/*---------End---------------*/
@media screen and (max-width: 1199px) {
    .headernav .navbar-nav .nav-item {
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 10px;
    }
    .headernav .navbar-nav.hmnav .nav-link {
        display: inline-block;
    }
    /* .headernav .navbar-nav.btnnav {
        flex-direction: row;
    } */
    .headernav .nav-yellowbtn,
    .headernav .joinbtn {
        width: 50%;
    }
    .paymentsrow .nav {
        margin: 0 auto;
    }
    .accountmanager-tab .account-tabmain {
        display: block !important;
        flex: auto;
    }
    #cusomter-loginform .btnnav li {
        margin-bottom: 5px;
    }
    #cusomter-loginform ul li {
        margin-left: 5px;
        margin-right: 5px;
    }
    #cusomter-loginform #login-button {
        width: 100%;
    }
    .cusomter-login #register-button {
        display: block;
        text-align: center;
        top: 0 !important;
    }
}

@media screen and (max-width: 991px) {
    .threeboxes .card .card-img {
        object-position: 80%;
    }
    .homeslider .slick-slide img {
        height: 500px;
        object-position: left;
    }
    .fourboxes .samethree,
    .fourboxes .onebox {
        height: 300px;
    }
    .fourboxes .onebox {
        margin-top: 30px;
    }
    .yourfslider .col {
        flex-basis: 33.33%;
        margin-bottom: 30px;
    }
    .socialrow .socialimgs .list-inline {
        max-width: 100%;
        margin-bottom: 30px;
    }
    /* .socialrow .socialimgs .list-inline-item {
        width: 33.33%;
    } */
    .tab-mt-3 {
        margin-top: 3rem;
    }
    .tab-mt-2 {
        margin-top: 2rem;
    }
    /*----kebo page -----*/
    .bannersection.keno-bg {
        background-position: right !important;
    }
    /*---Conatc us *-------*/
    .contact-info .col.contact-img {
        max-width: 80px;
    }
    /*------------Sub slot page -----*/
    .card-box-btn-img .card-btn-visible.btn-bottom {
        bottom: 6%;
    }
    .tab-cont-container {
        width: 100%;
        margin: 0 auto;
        padding: 0 15px;
    }
    .tab-table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
    .tab-oml-15 {
        margin-left: 15px;
    }
    .tab-ow-350 {
        width: 350px;
    }
}

@media screen and (max-width: 767px) {
    .mob-ml-0 {
        margin-left: 0 !important;
    }
    .mob-pdlr-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .mob-pdlr-15 {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }
    .mob-mt-0 {
        margin-top: 0 !important;
    }
    .mob-mb-30 {
        margin-bottom: 30px;
    }
    .threestarb .col {
        flex-basis: 100%;
    }
    .entertdiv,
    .yourfdiv,
    .whygolddiv,
    .footer > .container {
        padding-top: 50px;
    }
    .whygolddiv {
        padding-bottom: 50px;
    }
    .menurow .nav-item .nav-link {
        margin-bottom: 10px;
    }
    /*----keno page -**/
    .bannersection.keno-bg {
        padding: 100px 0;
        background-size: cover;
        background-repeat: no-repeat;
    }
    .cus-column-space-5 .col-12 {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
    }
    .m-pd-15 {
        padding: 15px;
    }
    .m-pdlr-30 {
        padding-left: 30px;
        padding-right: 30px;
    }
    .m-pdt-15 {
        padding-top: 15px;
    }
    .m-pdt-30 {
        padding-top: 30px;
    }
    .m-pdt-0 {
        padding-top: 0px;
    }
    /*--end kenopage --*/
    /*--------lottery page --------------*/
    .lottery-bg {
        padding: 80px 0;
    }
    /*--------End lottery page --------------*/
    /*---------live casino page ------------*/
    .liveCasino-bg {
        padding: 80px 0 80px 0;
    }
    /*-------promotion page ----------*/
    .promotion-bg {
        background-position: right;
    }
    /*-------End promotion page ----*/
    /*-------Basic information page ----*/

    .account-basci td:first-child {
        width: 50%;
    }
    .accountmanager-tab .account-tab-inner:not(:last-child):after {
        border: 0px;
    }
}

@media screen and (max-width: 575px) {
    .threeboxes .card {
        height: 300px;
        margin-bottom: 0;
    }
    .yourfslider .col {
        flex-basis: 100%;
    }
    /* .socialrow .socialimgs .list-inline-item {
        width: 100%;
        max-width: 230px;
        margin: 0 auto;
        float: none;
    } */
    .menurow .nav {
        text-align: left;
    }
    .menurow li.nav-item {
        flex-basis: 50%;
    }
    .menurow li.nav-item:last-child {
        flex-basis: 100%;
    }
    .paymentsrow {
        padding-bottom: 30px;
    }
    .paymentsrow li.nav-item {
        margin-bottom: 10px;
    }
}
.account-dropdown {
    z-index: 1111;
    /* background-color: #f9df00; */
}
.account-dropdown ul {
    display: block;
}
header .headernav .account-dropdown .navbar-nav a {
    color: #222;
}
header .headernav .account-dropdown .navbar-nav a:hover {
    color: #222;
}
.transfer-details .error {
    position: absolute;
}
.view-remark {
    text-decoration: underline;
}
.view-remark:hover {
    text-decoration: underline;
    color: #eebb2e;
}
.promos img {
    max-width: 100%;
}
.view-remark {
    text-decoration: none;
}
.total-balance-div {
    font-size: 20px;
}
.table {
    font-size: 17px;
}
.transfer-label {
    font-size: 15px;
}
.banner-navigation-links {
    font-size: 18px;
}
@media screen and (max-width: 575px) {
    .width-250 {
        max-width: 100% !important;
        width: 100% !important;
    }
}
/* Zoom image*/
.zoomify {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

.zoomify.zoomed {
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
    margin: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
    position: relative;
    z-index: 1501;
    -ms-transform: scale(2.5);
    -moz-transform: scale(2.5);
    -webkit-transform: scale(2.5);
    -o-transform: scale(2.5);
    transform: scale(2) !important;
    position: relative;
    z-index: 100;
}
.zoomify-shadow.zoomed {
    opacity: 1;
    cursor: pointer;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
}
/** For Notification Icon*/
.notification {
    text-decoration: none;
    position: relative;
    display: inline-block;
    border-radius: 2px;
}

.notification .badge {
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 50%;
    background: red;
}
.notification-ul {
    width: 350px;
}
.notification-ul li {
    border-bottom: 1px solid;
    padding-left: 0.5rem;
    padding-bottom: 2px;
}
.notification-ul li a {
    text-transform: none !important;
}

.notification-type-icon {
    width: 20%;
    display: inline;
}
.notification-type-icon .fa {
    border: 1px solid;
    padding: 5px;
    border-radius: 50%;
}
.notification-message {
    display: inline-block;
    width: 79%;
    vertical-align: -webkit-baseline-middle;
}
.triger-click {
    cursor: pointer;
}
@media (max-width: 767px) {
    .notification-ul {
        width: 350px;
    }
    .navbar-nav ul li {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
        border-bottom: 1px solid;
    }
    .notification-ul li a {
        text-transform: none !important;
    }
}
/** Notification page*/
#notification-list-page a {
    color: #eebb2e !important;
}
#notification-list-page li {
    padding-bottom: 10px;
    border-bottom: 1px solid #eebb2e;
    padding-top: 10px;
}
#notification-list-page .notification-type-icon {
    width: auto !important;
    display: inline-flex;
    vertical-align: top;
}
#notification-list-page .notification-message {
    display: inline-block;
    vertical-align: -webkit-baseline-middle;
    margin-left: 10px;
}

.dob-inline {
    display: inline-block;
    width: 32.75%;
    margin-bottom: 10px;
}

div#dobday-error,
div#dobmonth-error,
div#dobyear-error {
    position: absolute;
    /* bottom: 0; */
}
/*for mobiel respnosive */
@media only screen and (max-width: 800px) {
    /* Force table to not be like tables anymore */
    #no-more-tables table,
    #no-more-tables thead,
    #no-more-tables tbody,
    #no-more-tables th,
    #no-more-tables td,
    #no-more-tables tr {
        display: block;
    }

    /* Hide table headers (but not display: none;, for accessibility) */
    #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }

    #no-more-tables tr {
        border: 1px solid #ccc;
    }

    #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-left: 50%;
        white-space: normal;
        text-align: left;
    }

    #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 50%;
        left: 6px;
        width: 45%;
        padding-right: 10px;
        /* white-space: nowrap; */
        white-space: inherit;
        text-align: left;
        font-weight: 600;
        transform: translateY(-50%);
    }

    /*
	Label the data
	*/
    #no-more-tables td:before {
        content: attr(data-title);
    }
}
#onlinedepositeform span.text-red.error-amount {
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
#onlinedepositeform div#amount-error {
    display: inline;
}
.change-bank-detail {
    margin-top: 15px;
}
.notification-icon {
    width: 20px;
    margin-top: 6px;
}

.notification + .dropdown-menu {
    padding: 0;
}
#error-div {
    margin-bottom: 10px;
}
#error-div p {
    color: red;
    margin-bottom: 0 !important;
    line-height: 1.5;
}
#error-div i {
    color: yellow;
}
/***Home page fixed height-***/

.homeslider .slick-slide img {
    width: 100%;
    object-fit: cover;
    max-height: 520px;
}

.cus-table-top {
    vertical-align: top !important;
    padding-top: 20px !important;
}
.bank-name-div select,
.bank-name-div a {
    display: inline-block;
}
.html-description img {
    max-width: 100%;
}
#popupad-modal iframe {
    width: 100%;
    min-height: 300px;
}
#popupad-modal img {
    max-width: 100%;
}
.dynamic-banner img {
    max-width: 100%;
}
.dynamic-banner iframe {
    max-width: 100%;
}
.cusomter-login li input:focus {
    background-color: transparent;
    outline: none;
    box-shadow: none;
    color: #fff;
}
.cusomter-login li input {
    width: 135px !important;
    padding: 8px;
    height: 28px;
    font-size: 0.8rem;
    background-color: #f0f8ff!important;
    border: none;
    color: #000!important;
}

.cusomter-login #register-button {
    /*width: 100%;
    height: 28px;
    border: none;
    background-color: #669900;
    color: #fff;
    padding: 5px 18px;
    position: relative;
    top: 5px;*/
}
.cusomter-login .input-group {
    background-color: #000;
    flex-wrap: inherit !important;
}
.cusomter-login .input-group-addon {
    width: 28px;
    height: 28px;
    text-align: center;
}
.cusomter-login ul li {
    margin-left: 5px;
    margin-right: 5px;
    height: 38px;
}
.cusomter-login .flags img {
    width: 20px;
    margin: 5px;
}
.cusomter-login .flags {
    text-align: right;
    margin-top: 10px;
}
.cusomter-login .flags .forgot-password-link {
    margin: 10px;
    color: #fff;
}
header {
    /* position: fixed;
    top: 0; */
    width: 100%;
    /* z-index: 99999; */
}
.bg-dark {
    background-color: #000 !important;
}
.modal {
    z-index: 999999 !important;
}
#game-modal .img-thumbnail {
    background-color: transparent;
    border: none;
    max-height: 130px;
}
.btn-download-game {
    background-color: #ffdf00;
    color: #222222;
    border-radius: 4px;
}
.navbar-brand {
    /* max-width: 137px; */
    max-height: 68px;
    padding: 0;
}

/* Marmik Css header  */
.sub-nav-header {
    margin: 0 auto;
    border-top: 1px solid #2b2b2b;
    background: #000000;
    position: sticky;
    top: 0;
    z-index: 2;
}
.sub-nav-header .sub-menu-header {
    text-align: left;
    margin: 0 auto 0 auto;
    width: 100%;
    list-style: none;
    display: table;
    padding: 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    overflow: auto;
}
.sub-nav-header .sub-menu-header li.nav-item {
    display: inline-block;
    text-align: center;
}
.plr-0 {
    padding-left: 0;
    padding-right: 0;
}
.sub-menu-header .nav-item a {
    color: #fff;
}
.sub-nav-header .menu-img {
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}
.sub-nav-header li.nav-item a {
    border-bottom: 2px solid transparent;
    height: 100%;
}
.sub-nav-header li.nav-item.active {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #ffdf00;
    background-color: rgba(255, 255, 255, 0.08) !important;
}
.sub-nav-header li.nav-item a:hover {
    color: #fff;
    text-decoration: none;
    border-bottom: 2px solid #ffdf00;
    background-color: rgba(255, 255, 255, 0.08) !important;
}
/* Mega menu hover  */

.sub-nav-header li > .megamenu {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0s ease-in-out;
    transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    transform: rotateX(-90deg);
    -o-transform: rotateX(-90deg);
    -moz-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    visibility: hidden;
    z-index: 300;
    transition-delay: 0.4s;
    transition-duration: 0.4s;
}
.sub-nav-header li:hover > .megamenu {
    transform: rotateX(20deg);
    -o-transform: rotateX(20deg);
    -moz-transform: rotateX(20deg);
    -webkit-transform: rotateX(20deg);
    opacity: 1;
    visibility: visible;
    /* transition-delay: 0s; */
    xtransition-duration: 0.1s;
}

.sub-nav-header li > .megamenu {
    width: 100%;
    left: 0px;
    position: absolute;
    top: 89px;
    color: #fff;
    z-index: 13000;
    margin: 0px;
    text-align: left;
    font-size: 15px;
    xborder: solid 1px #b29156;
    background: #000;
    xbackground-color: rgba(0, 100, 176, 1);
    -o-transition: -o-transform 0.5s, opacity 0.3s;
    -ms-transition: -ms-transform 0.5s, opacity 0.3s;
    -moz-transition: -moz-transform 0.5s, opacity 0.3s;
    -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
    /* border-bottom: 6px solid #aa060d;*/
}

.menu-inbox:hover {
    background: rgba(16,21,31,1);
    background: -moz-radial-gradient(center, ellipse cover, rgba(16,21,31,1) 0%, rgba(16,21,31,1) 38%, rgba(29,38,55,1) 68%, rgba(29,38,55,1) 100%);
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(16,21,31,1)), color-stop(38%, rgba(16,21,31,1)), color-stop(68%, rgba(29,38,55,1)), color-stop(100%, rgba(29,38,55,1)));
    background: -webkit-radial-gradient(center, ellipse cover, rgba(16,21,31,1) 0%, rgba(16,21,31,1) 38%, rgba(29,38,55,1) 68%, rgba(29,38,55,1) 100%);
    background: -o-radial-gradient(center, ellipse cover, rgba(16,21,31,1) 0%, rgba(16,21,31,1) 38%, rgba(29,38,55,1) 68%, rgba(29,38,55,1) 100%);
    background: -ms-radial-gradient(center, ellipse cover, rgba(16,21,31,1) 0%, rgba(16,21,31,1) 38%, rgba(29,38,55,1) 68%, rgba(29,38,55,1) 100%);
    background: radial-gradient(ellipse at center, rgba(16,21,31,1) 0%, rgba(16,21,31,1) 38%, rgba(29,38,55,1) 68%, rgba(29,38,55,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#10151f', endColorstr='#1d2637', GradientType=1 );
}
.menu-inbox {
    height: auto;
    float: left;
    /* height: 186px; */
}
.menu-box li {
    float: left;
    cursor: pointer;
    list-style: none;
    padding-top: 10px;
    padding-left: 0px;
    margin-right: 10px;
}
.menu-box ul {
    margin: auto;
    display: block;
}
.sub-nav-header li > .megamenu ul{
    width: 95%;
}
.grey-bottom {
    background: #0c1824;
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: -2px;
    z-index: -1;
    border-bottom: 1px solid #000;
}
.inner-menu-box {
    display: block;
    width: 200px;
}
.text-suite {
    color: #fff15a;
    text-transform: uppercase;
    font-size: 14px;
    padding: 7px 0px 7px 0px;
    text-align: center;
    margin: auto;
    /* background-color: #000; */
    display: table;
}
.grey-center {
    background: #0c1824;
    height: 25px;
    width: 100%;
    position: absolute;
    bottom: 173px;
    z-index: -1;
    border-bottom: 1px solid #000;
}
.slide_left_close {
    top: 94px;
}
.slide_left_close button#button_left {
    width: auto;
    top: -2px;
    position: relative;
}
.all-mb-30 .col-12 {
    margin-bottom: 30px;
}
.sub-nav-header li > .mega-double ul {
    width: 90%;
    margin:  0 auto;
}

.mega-double {
    top: 85px !important;
}
@media screen and (max-width: 768px) {
    .sub-menu-header .nav-item a {
        min-height: 96px;
        font-size: 0.8em;
    }
}
@media screen and (max-width: 380px) {
    .sub-menu-header .nav-item a {
        color: #fff;
        font-size: 0.6em;
        min-height: 80px;
    }
}
/** Promotion Css**/
/****************************
****** Promotions CSS ******
****************************/

.promo-butt {
    cursor: pointer;
}
.promo-img {
    border: 12px solid rgba(0, 0, 0, 0.6);
}

.promo-subTitle {
    color: #fdfdfc;
    font-size: 14px;
    font-weight: bold;
}
.promo-butt img {
    border: 1px solid #ffdf00;
}
.promo-item ul {
    min-height: auto !important;
    display: block;
    margin-left: 20px;
}

.promo-item ul li {
    display: list-item;
    list-style-type: disc;
}
.button-p {
    position: absolute;
    margin-top: -40px;
    margin-left: 870px;
}
/* Shine */
.hover14 figure {
    position: relative;
}
.hover14 figure::before {
    position: absolute;
    top: 0;
    left: -75%;
    z-index: 2;
    display: block;
    content: "";
    width: 50%;
    height: 100%;
    background: -webkit-linear-gradient(
        left,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0) 0%,
        rgba(255, 255, 255, 0.3) 100%
    );
    -webkit-transform: skewX(-25deg);
    transform: skewX(-25deg);
}
.hover14 figure:hover::before {
    -webkit-animation: shine 0.75s;
    animation: shine 0.75s;
}
@-webkit-keyframes shine {
    100% {
        left: 125%;
    }
}
@keyframes shine {
    100% {
        left: 125%;
    }
}

.cus-column {
    padding: 0;
}
.cus-column:last-child {
    padding-bottom: 0px;
}
.cus-column::after {
    content: "";
    clear: both;
    display: block;
}
.cus-column div {
    position: relative;
    float: left;

    margin: 0 0 0 25px;
    padding: 0;
}
.cus-column div:first-child {
    margin-left: 0;
}
.cus-column div span {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: -1;
    display: block;
    margin: 0;
    padding: 0;
    color: #444;
    font-size: 18px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    opacity: 0;
}
.cus-column figure {
    margin: 0;
    padding: 0;
    background: #fff;
    overflow: hidden;
}
.cus-column figure:hover + span {
    bottom: -36px;
    opacity: 1;
}
/* Start: Recommended Isotope styles */

.cd-gallery {
    /* padding: 26px 5%; */
    width: 100%;
}
.cd-gallery li {
    margin-bottom: 1.6em;
    /*  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);*/
    display: none;
}
.cd-gallery li.gap {
    /* used in combination with text-align: justify to align gallery elements */
    opacity: 0;
    height: 0;
    display: inline-block;
}
.cd-gallery img {
    display: block;
    width: 100%;
}
.cd-gallery .cd-fail-message {
    display: none;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .cd-gallery {
        /* padding: 40px 3%; */
    }
    .cd-gallery ul {
        text-align: justify;
        padding: 0px;
        min-height: 680px;
    }
    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both;
    }
    .cd-gallery li {
        width: 100%;
        margin-bottom: 0px;
    }
}
@media only screen and (min-width: 1170px) {
    .cd-gallery {
        padding: 0px;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
        margin-top: 10px;
        margin: 0px;
        padding: 0px;
    }
    .cd-gallery li {
        width: 100%;
    }
    .cd-gallery.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}

/* -------------------------------- 
  
  xfilter 
  
  -------------------------------- */
.cd-filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 280px;
    height: 100%;
    background: #ffffff;
    box-shadow: 4px 4px 20px transparent;
    z-index: 2;
    /* Force Hardware Acceleration in WebKit */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.3s, box-shadow 0.3s;
    -moz-transition: -moz-transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
}
.cd-filter::before {
    /* top colored bar */
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #41307c;
    z-index: 2;
}
.cd-filter form {
    padding: 70px 20px;
}
.cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #ffffff;
    font-size: 1.3rem;
    text-align: center;
    background: #37296a;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 3;
}
.no-touch .cd-filter .cd-close:hover {
    background: #32255f;
}
.cd-filter.filter-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    box-shadow: 4px 4px 20px rgba(0, 0, 0, 0.2);
}
.cd-filter.filter-is-visible .cd-close {
    opacity: 1;
}
@media only screen and (min-width: 1170px) {
    .cd-filter {
        width: 20%;
    }
    .cd-filter form {
        padding: 70px 10%;
    }
}

.cd-filter-trigger {
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    /* image replacement */
    overflow: hidden;
    text-indent: 100%;
    color: transparent;
    white-space: nowrap;
    z-index: 3;
}
.cd-filter-trigger.filter-is-visible {
    pointer-events: none;
}
@media only screen and (min-width: 1170px) {
    .cd-filter-trigger {
        width: auto;
        left: 2%;
        text-indent: 0;
        color: #9a9a9a;
        text-transform: uppercase;
        font-size: 1.3rem;
        font-weight: 700;
        padding-left: 24px;
        background-position: left center;
        -webkit-transition: color 0.3s;
        -moz-transition: color 0.3s;
        transition: color 0.3s;
    }
    .no-touch .cd-filter-trigger:hover {
        color: #41307c;
    }
    .cd-filter-trigger.filter-is-visible,
    .cd-filter-trigger.filter-is-visible:hover {
        color: #ffffff;
    }
}

/* -------------------------------- 

xtab-filter 

-------------------------------- */

.cd-tab-filter-wrapper {
    /* background-color: #ffffff; */
    /* box-shadow: 0 1px 1px rgba(0, 0, 0, 0.08); */
    z-index: 1;
    float: left;
}
.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both;
}

.cd-tab-filter {
    /* tabbed navigation style on mobile - dropdown */
    position: relative;
    /* height: 40px; */
    width: 100%;
    margin: 0 auto;
    z-index: 1;
}
.cd-tab-filter::after {
    /* small arrow icon */
    content: "";
    position: absolute;
    right: 14px;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: inline-block;
    width: 16px;
    height: 16px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: none;
}
.cd-tab-filter ul {
    /* position: absolute;
    top: 0;
    left: 0; */
    padding: 0px;
}
.cd-tab-filter li {
    display: none;
}

.cd-tab-filter a {
    display: block;
    /* set same size of the .cd-tab-filter */
    /* height: 40px;
    width: 140px; */
    line-height: 40px;
}
.cd-tab-filter a.selected {
    background: #41307c;
    color: #ffffff;
}
.cd-tab-filter a:hover {
    /* background: #d9a826; */
    color: #000000;
    /* create border bottom using box-shadow property */
    background: #ffdf00;
}

.cd-tab-filter.is-open::after {
    /* small arrow rotation */
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg);
}
.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.cd-tab-filter.is-open ul li {
    display: block;
}
.cd-tab-filter.is-open .placeholder a {
    /* reduces the opacity of the placeholder on mobile when the menu is open */
    opacity: 0.4;
}
/* @media only screen and (min-width: 768px) { */
.cd-tab-filter {
    /* tabbed navigation style on medium devices */
    width: auto;
    cursor: auto;
}
.cd-tab-filter::after {
    /* hide the arrow */
    display: none;
}
.cd-tab-filter ul {
    box-shadow: none;
    /* text-align: center;
      border: 10px solid rgba(0,0,0,0.6); */
}
.cd-tab-filter li {
    display: inline-block;
    /* border: 1px solid #ffdf00; */
    border-top: none;
}
.cd-tab-filter li.placeholder {
    display: none !important;
}
.cd-tab-filter a {
    display: inline-block;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 100;
    font-size: 14px;
    background: #000000;
    /* width: 170px; */
    text-align: left;
    padding: 0px 30px;
}
.no-touch .cd-tab-filter a:hover {
    color: #725d22;
    text-decoration: none;
}
.no-touch .cd-tab-filter a:focus {
    color: #725d22;
    text-decoration: none;
}
.cd-tab-filter a.selected {
    /* background: #d9a826; */
    color: #000000;
    /* create border bottom using box-shadow property */
    background: #ffdf00;
}
.cd-tab-filter.is-open ul li {
    display: inline-block;
}
/* } */
@media only screen and (min-width: 1170px) {
    .cd-tab-filter {
        /* tabbed navigation on big devices */
        /* width: 192px;
      float: left; */
        margin: 0;
        -webkit-transition: width 0.3s;
        -moz-transition: width 0.3s;
        transition: width 0.3s;
    }
    .cd-tab-filter.filter-is-visible {
        /* reduce width when filter is visible */
        width: 80%;
    }
}

/* Promotion custom css */
.promocontent h1 {
    font-size: 18px;
    text-decoration: underline;
}
.promocontent h2 {
    font-size: 17px;
    text-decoration: underline;
}
.promocontent h3 {
    font-size: 16px;
    text-decoration: underline;
}
.promocontent h4 {
    font-size: 15px;
    text-decoration: underline;
}
.promocontent h5 {
    font-size: 14px;
    text-decoration: underline;
}
.cd-tab-filter li {
    display: inline-block;
    /* border: 1px solid #ffdf00; */
    border-top: none;
    margin-bottom: 5px;
}
.cd-gallery ul {
    padding-left: 0;
}
.cd-gallery li.mix {
    margin-bottom: 10px;
}
.promo-text {
    color: #ffffff;
    border-top: 1px solid #ffdf00;
    background: rgba(0, 0, 0, 0.6);
}
/* Promotion custom css */
.promocontent h1 {
    font-size: 18px;
    text-decoration: underline;
}
.cd-tab-filter li {
    display: inline-block;
    /* border: 1px solid #ffdf00; */
    border-top: none;
    margin-bottom: 5px;
}

.cd-gallery ul {
    padding-left: 0;
}

.cd-gallery li.mix {
    margin-bottom: 10px;
}
.promo-text {
    color: #ffffff;
    border-top: 1px solid #ffdf00;
    background: rgba(0, 0, 0, 0.6);
}
.phonenumber-note{
    font-size: 12px;
    color: #28a745;
}
.input-group-append .btn, .input-group-prepend .btn {
    z-index: 1;
}
/** End Promotion css**/
/* End Marmik Css */

.showmorewallet{
    display: none;
}
.show_balance{
    padding-left: 5px;
    cursor: pointer;
}
.show_balance .fas {
    font-size: 16px;
}
.text-while{
    color: #fff;
}

/*Fancy scroll*/
.scroll::-webkit-scrollbar {
  width: 5px;
}

.scroll::-webkit-scrollbar-track {
  border-radius: 5px;
}

.scroll::-webkit-scrollbar-thumb {
  background: #00a3e0;
  border-radius: 5px;
}

.scroll {
  white-space: nowrap;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; 
}

#game_lobby_container{
    margin:0px;padding:0px;overflow:hidden;
    min-height: 650px;
    /*text-align: center;
    display: block;*/
}
.loader-img{
    width: 50px !important;
    height: 50px;
}

.game-img{
    width: 100%;
}
.launch-api2all-game,.footerlogin {
    cursor: pointer;
    word-break: break-all;
}
.lang-drop .dropdown li{
    margin: 0;
    padding: 5px
}
.selectlang {
    cursor: pointer;
}
.lang-drop .dropdown li:hover {
    background: #112225;
}
.dropdown-menu .selectlang:hover > a {
    background-color: #112225 !important;
    color: white !important;
}
.dropdown-menu .selectlang > a {
    display: block;
}
.lang-drop ul.dropdown-menu {
    z-index: 99999;
    left: -95px;
    padding: 1px;
}
#current_timer{
    color: #FFFFFF;
    text-align: right;
    font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1rem;
    font-weight: normal;
    line-height: 1.5;
    margin-right: 7px;
}
.timezone{
    width: 230px;
    display: inline-block;
    float: left;
}
.mes-s-before{
    border-right: dotted white 3px;
    height: 21px;
    padding-right: 12px;
    border-left: dotted white 3px;
    width: 65px;
    text-align: end;
}
.header-mailbox{
    width: 66px;
    display: inline-block;
    float: left;
    margin-right: 15px!important;
}
.header-container{
    position: fixed;
    z-index: 100;
    background-color: rgb(1 33 31);
}
.process-bar {
    margin: 0 auto;
}

@media (max-width: 1199.98px){
    .arrow-with{
        width: 100% !important;
    }
}
a, a:active {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #999;
}
/* Breadcrups CSS */
.arrow-steps .step {
    color: #000;
    cursor: default;
    margin: 0;
    padding: 10px 10px 10px 80px;
    width:24%;
    height:80px;
    float: left;
    position: relative;
    background-color: #000;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; 
    transition: background-color 0.2s ease;
    cursor:pointer;
}
.arrow-steps .step:hover {
    background-color: #4d4d4d;
    text-decoration:none;
}
.arrow-steps .step:hover::after { border-left: 18px solid #4d4d4d;}

.arrow-steps .step:after,

.arrow-steps .step:before {
    content: " ";
    position: absolute;
    top: 0;
    right: -17px;
    width: 0;
    height: 0;
    border-top: 40px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 18px solid #000;
    z-index: 2;
    transition: border-color 0.2s ease;
}
.arrow-steps .step:before {
    right: auto;
    left: 0;
    border-left: 17px solid #000;   
    z-index: 0;
}
.arrow-steps .step:first-child:before {
    border: none;
}
.arrow-steps .step span {
    position: relative;
    vertical-align:center;
}

.arrow-steps .step.done span:before {

    opacity: 1;

    -webkit-transition: opacity 0.3s ease 0.5s;

    -moz-transition: opacity 0.3s ease 0.5s;

    -ms-transition: opacity 0.3s ease 0.5s;

    transition: opacity 0.3s ease 0.5s;

}



.arrow-steps .step span:before {  

    display: inline-block;    width: 35px; 

    height: 31px;

    content:"";     position: absolute;

    top: 70%;

    left: -47px;

}

a.step:nth-child(1) {
    background-image: url(../../../num-men-01.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

a.step:nth-child(2) {
    background-image: url(../../../num-men-02.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

a.step:nth-child(3) {
    background-image: url(../../../num-men-03.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

a.step:nth-child(4) {
    background-image: url(../../../num-men-04.png);
    background-repeat: no-repeat;
    background-position: 28px 20px;
}

.arrow-steps .step span h5 { margin-bottom: 0px;

    font-size: 18px;
    padding:10px 0 0;
    color:#edbb54;
    font-weight: 600;

}

.arrow-steps .step span p {

    margin-top: 0px;
    font-size: 12px;
    color: white;
    font-weight: 500;
    line-height: normal;
    color:#fff;

}

.my-custom-nav.sticky-top {
    width: 100%;
    /* min-width: 1200px; */
    background: rgba(7,143,133,0.5);
}
.bgFull .my-custom-nav{
    background: rgba(7,143,133,1);
}
.bgFull{
    background: #000;
}

.nav-bar {
    margin: 0 auto;
}

.nav-list li {
    display: inline-block;
    width: auto!important;
    vertical-align: middle;
    margin: 0px;
}

.nav-tab {
    line-height: 39px;
    font-size: 15px;
}
.nav-tab::before {
    width: 35px;
    height: 30px;
    display: inline-block;
    content: "";
    background-size: 35px 30px;
    background-repeat: no-repeat;
    margin-right: 3px;

}
.nav-list li a {
    display: block;
    color: #fff;
    padding: 16px 15px;
    text-align: center;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    line-height: 30px;
}
.nav-list li.active a,
.nav-list li a:hover { background: #112225; color: #edbb54; text-decoration: none;}

#nav-tab-minigame {
    display: none;
    position: relative;
    width: 160px;
    height: 62px;
}

#nav-tab-minigame img {
    position: absolute;
    top: -10px;
}


.nav-mobile-test {
    width: 72px;
    font-size: 14px;
    height: 62px;
    line-height: 14px!important;
    display: block!important;
    padding: 10px 17px!important;
}
.mobile-app-nav img {
    width: 30px;
}
.mobile-app-nav p {
    margin: 0;
    line-height: 16px;
}
.mobile-app-nav-icon {
    width: 100%;
    height: 26px;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
}
.mobile-app-nav:hover .mobile-app-nav-icon,
.mobile-app-nav.active .mobile-app-nav-icon {

}


.nav-list li.icbtn02 {

  float: none;
  width:11%;

}



.nav-list li.icbtn {

  float: left;

  width:5%;

}

.nav01 {
    padding: 14px 20px 13px 20px!important;
}

.nav-container .nav-list li a.nav02 {
    padding: 14px 17px 13px 17px!important;
}


nav.nav-bar ul {

  list-style: none;

}

.nav-list {

  margin: 0 auto;

  width: 100%;

  padding: 0;

}

.nav-list li {
  float: left;

}



.nav-list li.icbtn02 {

  float: none;
  width:11%;

}



.nav-list li.icbtn {

  float: left;

  width:5%;

}


.nav-home:hover::before,.icbtn02.active .nav-home::before { background-image: url(../../../home-selected.png); }
.nav-home::before { background-image: url(../../../home.png); }

.nav-sports::before{
    background-image: url(../../../sports.png);
}
.nav-sports:hover::before,.icbtn02.active .nav-sports::before {
    background-image: url(../../../sports-selected.png);
}

.nav-casino::before{
    background-image: url(../../../casino.png);
}
.nav-casino:hover::before,.icbtn02.active .nav-casino::before{
    background-image: url(../../../casino-selected.png);
}

.nav-sloat::before{
    background-image: url(../../../sloat.png);
}
.nav-sloat:hover::before,.icbtn02.active .nav-sloat::before{
    background-image: url(../../../sloat-selected.png);
}

.nav-poker::before{
    background-image: url(../../../bg-poker.png);
}
.nav-poker:hover::before,.icbtn02.active .nav-poker::before{
    background-image: url(../../../poker-selected.png);
}

.nav-cokefight::before{
    background-image: url(../../../bg-poker.png);
}
.nav-cokefight:hover::before,.icbtn02.active .nav-cokefight::before{
    background-image: url(../../../poker-selected.png);
}

.nav-promo::before{
    background-image: url(../../../promotion.png);
}
.nav-promo:hover::before,.icbtn02.active .nav-promo::before{
    background-image: url(../../../promotion-selected.png);
}

.ann {
    position: absolute;
    /*left: 0px;*/
    bottom: 0px;
    width: 505px;
    height: 26px;
    display: block;
    padding-left: 5px;
    padding-right: 5px;
    -webkit-border-top-right-radius: 10px;
    -webkit-border-top-left-radius: 10px;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    color: #fff;
    font-size: 12px;
    line-height: 26px;
    background: rgba(7,143,133,.2);
    -webkit-background: rgb(7,143,133,.2);
    -moz-background: rgb(7,143,133,.2);
    -ms-background: rgb(7,143,133,.2);
    z-index: 1;
    cursor: pointer;
}


#forg-pass .modal-dialog {
    margin-top: 95px;
    margin-right: 272px;
    width: 300px;
}

div#forg-pass.modal {
    position: absolute;
    height: 500px;
}

.rule-cont {
    background: #000000;
    color: white;
    padding: 25px;
    padding-top: 35px;
}

#forg-pass input[type="email"]{
     background-image: url(../../../bg-em-p.png)!important;   
}

#forg-pass .modal-content:before {
    content: "samp";
    position: absolute;
    top: -13px;
    right: 105px;
    width: 0px;
    color: rgba(255, 0, 0, 0);
    height: 0px;
    border-style: solid;
    border-width: 0px 9px 15px 9px;
    border-color: #dbdbdc transparent;
}

#forg-pass button.close {
    background: #112225;
    opacity: 1;
    color: #dcdbdc;
    text-shadow: none;
    padding: 2px 5px 0px 5px;
    border-radius: 31px;
}

#forg-pass input[type="text"], #forg-pass input[type="email"] {
    background-image: url(../../../bg-us-p.png);
    padding-top: 5px;
    padding-bottom: 5px;
    background-repeat: no-repeat;
    padding-left: 45px;
    width: 100%;
    border: none;
    border-radius: 5px;
    background-size: 35px;
    margin-bottom: 7px;
    font-family: Conv_Montserrat-Regular;
    font-size: 15px;
}

 #forg-pass input[type="email"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(128, 128, 128, 0.48);
}
#forg-pass input[type="email"]::-moz-placeholder { /* Firefox 19+ */
  color: rgba(128, 128, 128, 0.48);
}
#forg-pass input[type="email"]:-ms-input-placeholder { /* IE 10+ */
  color: rgba(128, 128, 128, 0.48);
}
#forg-pass input[type="email"]:-moz-placeholder { /* Firefox 18- */
  color: rgba(128, 128, 128, 0.48);
}

#forg-pass input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: rgba(128, 128, 128, 0.48);
}
#forg-pass input[type="text"]::-moz-placeholder { /* Firefox 19+ */
  color: rgba(128, 128, 128, 0.48);
}
#forg-pass input[type="text"]:-ms-input-placeholder { /* IE 10+ */
  color: rgba(128, 128, 128, 0.48);
}
#forg-pass input[type="text"]:-moz-placeholder { /* Firefox 18- */
  color: rgba(128, 128, 128, 0.48);
}

#forg-pass .forgsubmit {
    width: 100%;
    background-image: url(../../../btn-submit.png);
    background-size: 250px;
    background-repeat: no-repeat;
    border: none;
    padding-top: 10px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0);
    background-position: center;
    cursor:pointer;
}

#forg-pass .simplified_forgsubmit {
    width: 100%;
    background-image: url(../../../btn-submit.png);
    background-size: 250px;
    background-repeat: no-repeat;
    border: none;
    padding-top: 10px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0);
    background-position: center;
    cursor:pointer;
}

#forg-pass .indo_forgsubmit {
    width: 100%;
    background-image: url(../../../btn-submit.png);
    background-size: 250px;
    background-repeat: no-repeat;
    border: none;
    padding-top: 10px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0);
    background-position: center;
    cursor:pointer;
}

#forg-pass .thai_forgsubmit {
    width: 100%;
    background-image: url(../../../btn-submit.png);
    background-size: 250px;
    background-repeat: no-repeat;
    border: none;
    padding-top: 10px;
    margin-top: 10px;
    color: rgba(255, 255, 255, 0);
    background-position: center;
    cursor:pointer;
}

#forg-pass .modal-title {
    font-family: Conv_Montserrat-Regular;
    font-size: 18px;
    padding-bottom: 10px;
    background-image: url(../../../doller-icon.png);
    background-repeat: no-repeat;
    background-size: 25px;
    padding-top: 10px;
    text-align: center!important;
    background-position: 37px -3px;
    padding-left: 19px;
    color: #000;
}

#forg-pass .modal-content {
    background: #DCDBDC;
    opacity: 0.92;
}

#forg-pass .modal-header {
    display: block;
    padding-bottom: 0px;
    padding-top: 15px;
    border: none;
}

#forg-pass .modal-body {
    padding-top: 0px;
}
@media only screen and (max-width: 768px) {
    .register-form{
        width: 90%;
        padding: 30px 25px;
        margin: 0 auto;
        margin-top: 95px;
        margin-bottom: 40px;
        background-color: white;
    }
    .custom-form {
        width: 90%;
        padding: 30px 25px;
        margin: 0 auto;
        margin-top: 95px;
        margin-bottom: 40px;
        background-color: white;
    }
}
@media only screen and (min-width: 768px) {
    .register-form{
        width: 90%;
        padding: 30px 25px;
        margin: 0 auto;
        margin-top: 95px;
        margin-bottom: 40px;
        background-color: white;
    }
    .custom-form {
        width: 90%;
        padding: 30px 25px;
        margin: 0 auto;
        margin-top: 95px;
        margin-bottom: 40px;
        background-color: white;
    }
}
@media only screen and (min-width: 992px) {
    .register-form{
        width: 80%;
        margin: 0 auto;
        margin-top: 95px;
        margin-bottom: 40px;
        background-color: white;
        padding: 30px 50px;
    }
    .custom-form {
        width: 50%;
        margin: 0 auto;
        margin-top: 95px;
        margin-bottom: 40px;
        background-color: white;
        padding: 30px 50px; 
    }
}
.register-tab-title{
    color: white;
    background-color: #00a69c;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding: 3px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 28px;
}
body{
    /* background-color: rgb(1 33 31); */
    background-color: #000;
}
.sportbook { background:url(../../../slider-bg.png) no-repeat center center; background-size:cover; position:relative;}
.sportbook #carouselControls { margin:48px 0 0;}
.ptop45 { padding-top:45px;}

.container.page-content{
    margin-top: 80px;
}

.form-tab-title{
	color: white;
    background-color: #00a69c;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding: 3px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
    font-size: 28px;
}
.btn-shine{
    color: white !important;
	background: linear-gradient(90deg, rgb(210 203 144) 0%, rgb(185 128 0) 100%) !important;
}
.btn-shine:focus {
    outline: 0;
    box-shadow: none !important;
}
.text-lightgreen{
	color: #00a69c;
}

.text-orange{
	color: #edbb54;
}
.bg-lightgreen{
	background: #00a69c;
}
.bg-orange{
	background: #edbb54;
}

.tab2-title{
    color: white;
    background-color: #00a69c;
    font-weight: bold;
    letter-spacing: 1.6px;
    padding: 6px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 15px;
}
.as-center{
	align-self: center;
}
.h-150{
	height: 150px;
}
.b-radius-5{
	border-radius: 5px
}
.slides-home.home .slides-home,.slides-home.home{
    background: #000000 !important;
}
.slides-home {
    background: #000000;
}
footer {
    background: #070f11;
}
.payment-box{
    border-top: dashed 1px #8e9494;
    border-bottom: dashed 1px #8e9494;
    margin-bottom: 20px;
}
.nav-item-start{
    border-right: dashed 1px #8e9494;
}
.menurow{
    border-top: dashed 1px #8e9494;
}
.socialimgs{
    border-top: dashed 1px #8e9494;
    padding-top: 20px;
    padding-bottom: 20px;
}
/* .socialrow .socialimgs .list-inline-item {
    padding: 5px;
    width: 14%;
    margin: 0;
    float: left;
    height: 100%;
} */
.socials-items{
    position: relative;
    color: #fff;
    font-size: 16px;
}
.span-items{
    display: block;
    background-color: #515151;
    height: 100%;
}
.pull-left{
    float: left !important;
}
.socials-items i {
    line-height: 40px;
}
.pull-right{
    float: right !important;
}
.mob-announcement{
    display: none;
}
.desktop-notification{
    display: inline;
    padding-top: 4px;
}
.mob-view{
    display: none;
}
@media only screen and (max-width: 1199px) {
    form#cusomter-loginform {
        width: 100%;
    }
    .hide-ann{
        display: none;
    }
    .ann {
        position: relative;
        width: auto;
    }
    .mob-view{
        display: none;
    }
    .mob-announcement{
        display: inline;
        height: 25px !important;
    }
    .mob-notify{
        display: inline;
        margin-top: 5px;
        margin-left: 10px;
    }
    .date{
        float: left;
    }
    .lang-drop{
        display: none;
    }
    .mes-s-before {
        border-right: dotted white 2px;
        padding-right: 13px;
        border-left: dotted white 2px;
        padding-left: 6px;
    }
    .desktop-notification{
        display: none;
    }
    .mob-view{
        display: inline;
    }
    .cusomter-login li input {
        width: 100% !important;
    }
    .current_timer{
        height: 25px;
    }
    .profile-view{
        position: absolute !important;
    }
}

@media only screen and (min-width: 992px) {
    .posi-fixed{
        position: fixed;
        right: 6%;
        z-index: 12;
    }
}

@media only screen and (max-width: 992px) {
    .posi-fixed .w-100 {
        width: auto !important;
    }
    .side-icon{
        font-size: 12px !important;
    }
}
.page-banner{
    width: 100%;
}
.page-banner-img{
    width: 100% !important;
}
.transaction-header-row{
    background-color: rgb(14, 46, 49);
    border-top: 1px solid rgb(0, 162, 152) !important;
    border-bottom: 1px solid rgb(0, 162, 152) !important;
}
.transaction-row{
    /* background-color: rgb(14, 46, 49);
    border-top: 1px solid rgb(0, 162, 152) !important;
    border-bottom: 1px solid rgb(0, 162, 152) !important; */
}
.transaction-table td{
    color:#121212;
    text-align: center;
    font-weight: 400;
}
.transaction-table th {
    color: rgb(226, 175, 84);
    border: none !important;
    font-size: 15px !important;
    text-align: center;
}
.transaction-table p {
    margin-top: 10px;
    margin-bottom: 5px;
    line-height: 0;
}
.input-group-append .input-group-text{
    display: flex;
    align-items: center;
    padding: .375rem 20px;
    font-weight: 600;
    color: #fff !important;
    text-align: center;
    background-color: #00a69c;
}
.btn-blackdark{
    color: white !important;
    background: black !important;
    border: #ffe7b0 solid 1px;
    padding: 4px 20px;
}
.header-userinfo{
    margin-left: 10px; 
    margin-right: 10px; 
    color: #edbb54 !important;
    border-right: dashed 1px #FFFF;
}
.header-balance{
    margin-left: 10px; 
    margin-right: 10px; 
    color: #edbb54 !important;
}
.header-balance  span{
    display: inline-grid; 
    margin-right: 5px;
}
.header-userinfo span{
    display: inline-grid; 
    margin-right: 5px;
}
#header-wallet-close{
    position: absolute;
    right: -8px;
    top: -12px;
    z-index: 1111;
    cursor: pointer;
}
.wallet-dropdown{
    font-size: 12px;
    width: 350px;
    background: #102226;
    display: block;
}
.wallet-dropdown li{
    border-top-left-radius: 0 !important;
    border-top-right-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: transparent;
}
#header-wallet{
    display: none;
    position: absolute;
    margin-top: 35px;
    z-index: 1111;
    padding-left: 7px;
}
#header-wallet li{
    list-style: none;
}
.wallet-summary{
    background: rgba(7,143,133,1) !important;
    color: white;
}
.sub-item1{
    width: 50%; 
    float: left;
}
.sub-item2{
    width: 50%; 
    float: right; 
    text-align: right;
}
.left-menu{
    background: black;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
}
.right-menu{
    color: black;
    background: #dbdbdc;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}
.custom-ti{
    text-align: left;
    color: #404041;
    font-size: 14px;
}
.custom-page-container .nav-pills .nav-link.active{
    color: #008F85;
    background: none; 
}
.side-icon{
    font-size: 30px;
    color: #fff;
}
.custom-page-container .nav-pills .nav-link.active .side-icon,
.custom-page-container .nav-pills .nav-link:hover .side-icon{
    color: #008F85;
}
.ewallet-body{
    padding: 40px !important;
}

.transfet_type select {
    width: 100%;
    padding: 7px;
}
.d-flex{
    align-items: center;
    justify-content: space-between;
}
.trans-top-header{
    margin-left: -15px;
    margin-right: -15px;
    background-color: rgb(20, 60, 60);
    padding: 0 45px;
    color: white;
    height: 80px;
    border-top-right-radius: 10px;
}
#default-game_image {
    background-image: url(https://88659552w8.cdnasiaclub.com/wcv3/images/MY/english/casino-small-vip.jpg?1);
}
.game-img{
    height: 160px;
    width: 180px;
    object-fit: cover;
}
.game-title{
    bottom: 10px;
    left: 25px;

}
/**transfer  Form **/
.trasfertdark {
    border-radius: 10px;
    width: 165px;
    padding: 10px 15px;
    color: gray;
    background-position: 95% 50%;
    background-color: #102225;
}
.trans-arrows{
    font-weight: bold;
    font-size: 40px;
    color: rgb(0, 150, 150);
    cursor: pointer;
}
.play-button{
    /* background: linear-gradient(180deg, rgba(255,255,255,0) 0%, rgba(0,0,0,0.6) 100%); */
    background: linear-gradient(90deg, rgb(210 203 144) 0%, rgb(185 128 0) 100%) !important;
    text-align: center;
    font-size: 20px;
    padding: 7px;
    display: block;
}
.card-title{
    background: linear-gradient(180deg, rgb(19 19 19 / 56%) 0%, rgb(0 0 0 / 21%) 100%);
    
    padding: 5px;
    margin-bottom: 0px;
    margin-top: 95%;
    color: #f1f1f1;
    font-size: 13px;
}
.game-card{
    border: 0px;
    width: auto; 
    /* padding: 0% 10%;  */
    background: transparent;
}
.play-now{
    color: #FFF;
}
.play-now:hover{
    color: #fff;
    background: black;
}
.bx-wrapper .bx-prev {
    left: 10px;
    background: none !important;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-right: 15px solid #01211f;
}
.bx-wrapper .bx-next {
    background: none !important;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #01211f;
}
.cus-nav-top{
    padding-top:60px;
    background-position: center 15px!important;
    background-repeat: no-repeat !important
}



.cus-nav-deposite:hover, .cus-nav-deposite.active { background-image: url(../../../deposit-active.png) !important; }
.cus-nav-deposite { background-image: url(../../../deposit.png) !important; }

.cus-nav-withdraw{
    background-image: url(../../../withdraw.png) !important;
}
.cus-nav-withdraw:hover, .cus-nav-withdraw.active {
    background-image: url(../../../withdraw-active.png) !important;
}

.cus-nav-history{
    background-image: url(../../../history.png) !important;
}
.cus-nav-history:hover, .cus-nav-history.active{
    background-image: url(../../../history-active.png) !important;
}

.cus-nav-profile{
    background-image: url(../../../profile.png) !important;
}
.cus-nav-profile:hover, .cus-nav-profile.active{
    background-image: url(../../../profile-active.png) !important;
}

/**Live casino page game **/
.selectedPlatform {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    margin: 0 5px;
}

.selectedPlatform:hover{
    box-shadow: inset 0 0 0 2px #f9bb22;
}
.selectedPlatform:hover .platformIcon {
    /* opacity: 0; */
    transform: rotate(1turn);
    color:#fff;
}

.platformIcon.after {
    transition: 0.4s;
    color:#e5b652;
}
.launch-api2all-game.active,.footerlogin.active  {
    box-shadow: inset 0 0 0 2px #f9bb22;
}
.launch-api2all-game.active .platformIcon,.footerlogin.active .platformIcon {
    transform: rotate(1turn);
    color:#fff;
}
.cus-design-layout img {
    width: 100%;
    border-radius: 10px;
}

.cus-design-layout .launch-api2all-game span.play-btn,.cus-design-layout .footerlogin span.play-btn {
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    left: 50%;
    z-index: 1;
    color: #fff;
    opacity:0;
}

.cus-design-layout .launch-api2all-game:hover span.play-btn,.cus-design-layout .footerlogin:hover span.play-btn {
    opacity:1;
}
.cus-design-layout .launch-api2all-game:hover img,.cus-design-layout .footerlogin:hover img {
    -webkit-filter: blur(5px);
    filter: blur(5px);
    transform: scale3d(1.1,1.1,1.1);
    transition: transform 1s ease;
}
.cus-game-listout {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
}
.cus-design-layout .launch-api2all-game:hover .cus-game-listout:after,.cus-design-layout .launfooterlogin:hover .cus-game-listout:after {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 49%);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: '';
    z-index: 0;
}
.slides-home {
    /* background: #01211f; */
}
.cus-design-layout span.game-title {
    position: absolute;
    left: 0;
    color: #fff;
    z-index: 1;
    width: 100%;
    BACKGROUND: rgb(0 0 0 / .6);
    bottom: 0;
    padding-left: 10px;
    padding: 5px 5px 5px 10px
}
/* .game_slider {
    display: none !important;
} */
.game_slider .slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgb(255 255 255 / 75%);
    padding: 10px;
    border-radius: 10px;
    z-index: 222;
    cursor: pointer;
    color: #000;
    width: 40px;
    text-align: center;
    border-radius: 50%;
    height: 40px;
}

.game_slider .slick-next {
    right: 15px;
}

.game_slider .slick-arrow:hover {
    background: #fff;
    color: #000;
}

.game_slider .slick-prev {
    left: 15px;
}
.col-md-2.launch-api2all-game {
    transition: 0.4s;
}

.cus-design-layout .launch-api2all-game,.cus-design-layout .footerlogin {
    margin-bottom: 30px;
    overflow: hidden;
}
.cus-filter-fetaure li {
    color: #8f99a3;
    padding: 20px 15px;
    display: inline-block;
    font-size: 1rem;
    cursor: pointer;
    position: relative;
    transition: all .3s ease;
}

.filter-search {
    width: 270px;
    background-color: #222;
    border-radius: 250px;
    overflow: hidden;
    padding: 10px 10px 10px 45px;
    position: relative;
    outline: none;
    color: #fff;
    
    box-shadow: none;
    border: 0;
}
.search-filter-ico {
    position: absolute;
    z-index: 1;
    top: 14px;
    left: 30px;
}
ul.cus-filter-fetaure {
    margin-bottom: 0;
}
.divcus-filer{
    width: 100%;
    background-color: #1a1a1a;
    font-weight: 600;
    border-radius: 50px;
    padding: 0 10px 0 20px;
    margin-bottom: 0;
}
.cus-design-layout .launch-api2all-game {
    height: max-content;
}

.home .slides-home .bx-wrapper img {
    max-width: 100%;
    display: block;
    height: 520px !important;
    width: 100%;
    object-fit: cover;
}
.slides-home .bx-wrapper img {
    max-width: 100%;
    display: block;
    height: 320px;
    width: 100%;
    object-fit: cover;
    object-position: top center;
}

.selectedPlatform{
    /* background-color: #000; */
}
.selectedPlatform  .platformIcon.after {
    /* display: none; */
    opacity: 0;
    position: absolute;
}
.selectedPlatform.show-all .after {
    opacity: 1 !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    transform: rotate(-40deg);
}

.selectedPlatform .plat-icon {
    max-width: 40px;
    border-radius: 30px;
    overflow: hidden;
}
.selectedPlatform:hover .plat-icon {
    opacity: 0;
    transform: rotate(180deg);
}
.selectedPlatform:hover .platformIcon{
    opacity: 1;
}
.selectedPlatform:hover .plat-icon{
    transition: 0.4s;
}
/**Live casino page game **/
.mob-live-casino {
    width: 60px;
    height: 60px;
    border-radius: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1a1a1a;
    margin: 0 5px;
}

.mob-live-casino:hover{
    box-shadow: inset 0 0 0 2px #f9bb22;
}
.mob-live-casino:hover .platformIcon {
    /* opacity: 0; */
    transform: rotate(1turn);
    color:#fff;
}
.mob-live-casino{
    /* background-color: #000; */
}
.mob-live-casino  .platformIcon.after {
    /* display: none; */
    opacity: 0;
    position: absolute;
}
.mob-live-casino.show-all .after {
    opacity: 1 !important;
    text-transform: uppercase;
    color: #fff !important;
    font-weight: 600;
    font-size: 16px;
    transform: rotate(-40deg);
}

.mob-live-casino .plat-icon {
    max-width: 40px;
}
.mob-live-casino:hover .plat-icon {
    opacity: 0;
    transform: rotate(180deg);
}
.mob-live-casino:hover .platformIcon{
    opacity: 1;
}
.mob-live-casino:hover .plat-icon{
    transition: 0.4s;
}
/*End Mobile live casino*/

.game-provider-div{
    position: absolute;
    right: 15px;
    top: 7px;
    width: 25px;
    height: 25px;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    background-color: #000;
    margin: 0 5px;
    padding: 2px;
}
.gameProviderIcon{
    object-fit: contain;
    object-position: center;
}

/***Game Slider ***/
.game_slider {
    /* visibility: hidden;
    opacity: 0;
    height: 0; */
}

.slot_ui_content {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    height: 100%;
    min-width: 1030px;
    display: flex;
    justify-content: center;
}
.slot_ui_content #iframe {
    height: 600px;
    width: 1030px;
    background-color: rgba(251, 251, 251, 0.5);
    display: block;
    margin: auto;
}
.slotContent {
    min-height: 400px;
}
.iframeContent {
    height: 100%;
    /* width: 1399px; */
    min-width: 1022px;
    position: relative;
}
.bg-sport{
    background: #015128 url('../images/SportsPage2.jpg') no-repeat top center;
    background-size: cover;
    padding-top: 100px;
    padding-bottom:50px;
}
.show-all.active {
    box-shadow: inset 0 0 0 2px #f9bb22;
}
.cust-error{
    display: none;
    width: 100%;
    margin-top: .25rem;
    font-size: 80%;
    color: #dc3545;
}

.edit-profile .nav-pills .nav-link.active {
    color: #ffffff !important;
    background: #008f85 !important;
}
.edit-profile .nav-pills .nav-link {
    color: #008f85 !important;
    background: #fff !important;
    border: 1px solid #008f85;
    margin: 0px 17px;
}