@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700,900');

body {
    font-family: "Lato", sans-serif, "Microsoft YaHei", sans-serif;
    line-height: 1.6;
    font-size: 14px;
    margin: 0 auto;
    color: #ffffff;
    background: #b5dae3;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

a:hover,
a:focus {
    color: #DADADA;
    text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    margin-top: 0;
    text-transform: uppercase;
}

h1 {
    font-size: 30px;
    font-weight: 700;
}

h2 {
    font-size: 24px;
    font-weight: 700;
}

h3 {
    font-size: 20px;
    font-weight: 700;
}

h4 {
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
}

h5 {
    font-size: 1em;
}

h6 {
    font-size: 12px;
}

img {

    height: auto;
    /* Make sure images are scaled correctly. */

    max-width: 100%;
    /* Adhere to container width. */

}

b,
strong {
    font-weight: 700;
}

input[type="text"],
input[type="email"],
input[type="tel"],
input[type="url"],
input[type="password"],
input[type="number"],
textarea,
select {
    color: #666;
    width: 100%;
    border: 1px solid #b5b5b5;
}

button,
input,
select,
textarea {

    font-size: 100%;
    /* Corrects font size not being inherited in all browsers */

    margin: 0;
    /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */

    vertical-align: baseline;
    /* Improves appearance and consistency in all browsers */

    *vertical-align: middle;
    /* Improves appearance and consistency in all browsers */

}

#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}

#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

.sport-sec .probx {
    background: url("../images/products/sports/productboard-Sports.png")no-repeat center center;
}

.vsport-sec .probx {
    background: url("../images/products/esports/productboard-esports.png")no-repeat center center;
}

.casino-sec .probx {
    background: url("../images/products/live-casino/productboard-Live.png")no-repeat center center;
}

.slots-sec .probx {
    background: url("../images/products/slots/productboard-Slots.png")no-repeat center center;
}

.sv-slot .probx {
    background: url("../images/products/711-bg.jpg")no-repeat top center;
}

.fishing-sec .probx {
    background: url("../images/products/fishing/bg-fishing.png")no-repeat center center;
}

.muay-thai-sec .probx {
    background: url("../images/products/muay-thai/productboard-Muay-Thai.png") center center;
}

.contact-sec .probx {
    background: url("../images/contact-us/board.png")no-repeat center center;
}

.others-sec .probx {
    background: url("../images/products/other-bg.jpg")no-repeat top center;
}

/**
::-webkit-scrollbar {
    width: 0.5rem;
}
::-webkit-scrollbar-thumb {
    background: #bbe5f9;
}
::-webkit-scrollbar-track {
    background: #000;
}
**/
.t-banner {
    padding-top: 110px;
}

.pdt {
    padding-top: 110px;
}

.mg1 {
    max-width: 1500px;
    margin: auto;
}

.mobile-banner {
    display: none;
}

.game-menu-sec {
    box-shadow: 0px 2px 45px -16px rgba(0, 0, 0, 0.3);
    position: relative;
}

.game-menu-wrapper {
    max-width: 1500px;
    margin: auto;
    background: #fff;
    text-align: center;
}

.game-menu-wrapper ul {
    margin: 0;
    padding: 0;
}

.game-menu-wrapper ul li {
    list-style-type: none;
    display: inline-block;
    padding: 0;
    width: 20%;
    text-align: center;
    transition: 0.3s;
    border-right: 1px solid #EFEFEF;
    margin: 0 -3px;
}

.game-menu-wrapper ul li:last-child {
    border-right: none;
}

.game-menu-wrapper ul li img {
    display: block;
    margin: auto;
    padding-bottom: 10px;
    max-width: 80px;
    filter: brightness(0);
}

.game-menu-wrapper ul li a {
    font-size: 18px;
    font-weight: 800;
    padding: 18px 10px;
    display: block;
}

.game-menu-wrapper ul li a:hover {
    color: #333;
}

.game-menu-wrapper ul li:hover {
    transform: scale(1.2);
    background-color: #fff;
    box-shadow: 2px 2px 48px -16px rgba(0, 0, 0, 0.6);
    border-color: transparent;
    transition: 0.3s;
}

.game-menu-wrapper ul li:hover img,
.game-menu-wrapper ul li.active img {
    filter: brightness(1);
}

.product-sec {
    padding: 45px 0;
    background: #F4F4F4;
}

.prod-box {
    max-width: 350px;
    max-height: 310px;
    margin: auto;
    border-radius: 10px;
    background: #fff;
    box-shadow: 2px 5px 48px -16px rgba(0, 0, 0, 0.4);
    transition: all 0.3s;
}

.product-img {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
}

.play-game {
    background: linear-gradient(to right, #FFD200, #FF2E3A);
    color: #fff;
    text-align: center;
    font-weight: 800;
    font-size: 18px;
    height: 45px;
    position: relative;
    border-radius: 0 0 10px 10px;
}

.play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: -8px;
    letter-spacing: 3px;
}

.play-circle {
    display: inline-block;
    background: #fff;
    color: #ffae0d;
    height: 62px;
    font-size: 22px;
    width: 60px;
    border-radius: 50%;
    padding: 19px 23px;
    box-shadow: 0px 0px 5px 0px rgba(255, 210, 0, 0.8);
    line-height: 1;
    letter-spacing: 0;
}

a .product-title {
    color: #333;
}

.prod-box:hover {
    transform: scale(1.1);
    transition: all 0.3s;
}

@media (max-width: 1099px) {
    .t-banner {
        padding-top: 60px;
    }

    .pts {
        padding-top: 100px !important;
    }
}

@media (max-width: 991px) {
    .game-menu-wrapper ul li img {
        max-width: 50%;
        padding-bottom: 5px;
    }
}

@media (max-width: 767px) {
    .desktop-banner {
        display: none;
    }

    .mobile-banner {
        display: block;
    }
}

@media (max-width: 480px) {
    .game-menu-wrapper ul li a {
        font-size: 13px;
        padding: 10px 3px;
    }

    .game-menu-sec .container-fluid {
        padding: 0;
    }
}

/****** Register/ Forgot *******/

.register-sec {
    padding: 150px 0 45px 0;
    background: url(../images/contact-us/bg-contact-us.png)center top no-repeat;
    background-size: cover;
    background-position-y: -91px;
}

.white-wrapper {
    background: #00000021;
    padding: 30px;
    color: #000;
}

.title-reg {
    text-align: center;
    padding: 20px;
    color: #fff;
}

form.register {
    max-width: 900px;
    margin: auto;
}

.field,
.value {
    display: inline-block;
    padding: 13px 0;
    font-weight: 800;
    font-size: 17px;
}

.field {
    width: 200px;
    padding-left: 12px;
}

.value {
    width: 60%;
    padding-left: 10px;
}

.register-sec input,
.register-sec select {
    background: #fff;
    border: none;
    width: 100%;
    color: #333;
    min-width: 200px;
}

.register-sec select {
    color: #757575;
}

.register-sec input:focus,
.register-sec select:focus {
    outline: 0;
}

.form-field {
    border: 1px solid #ddd;
    border-radius: 8px;
    background: #fff;
}

.cap-value input {
    width: 70px;
}

.captcha {
    display: inline-block;
}

.captcha img {
    max-width: 110px;
}

@media (max-width: 480px) {
    .field {
        padding: 6px 0 3px 12px;
    }

    .value {
        padding: 3px 0 6px 12px;
        width: 100%;
    }

    .register-sec select {
        width: 100%;
    }

    .form-field {
        box-shadow: 0 5px 10px #eee;
    }

    .white-wrapper {
        background: none;
        padding: 0;
    }
}

/****** About Us *******/
.about-sec {
    background: #b5dae3;
    background-size: cover;
    background-attachment: fixed;
    padding: 45px 0;
    min-height: 600px;
}

.about-wrapper {
    color: #4169e2;
    line-height: 1.8;
    background: #fff;
    max-width: 1300px;
    margin: auto;
    padding: 30px 30px;
}

.about-wrapper p {
    font-size: 15px;
}

.about-title {
    text-align: center;
}

.about-title span {
    color: #000;
    font-size: 40px;
    font-weight: 900;
}

.about-title p {
    color: #000;
}

.img-about img {
    max-height: 510px;
}

.title-about {
    margin-bottom: 15px;
}

button.btn-tnc {
    background: #4169e2;
    width: 100%;
    text-align: left;
    font-size: 14px;
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 5px;
    position: relative;
}

button.btn-tnc.collapsed {
    background: #4169e2;
    color: #fff;
}

button.btn-tnc:focus {
    outline: none;
}

.tnc-card {
    margin-bottom: 5px;
}

.tnc-body {
    background: rgb(225 225 225 / 30%);
    padding: 20px 20px 10px;
    border-radius: 4px;
    margin-top: 2px;
    line-height: 1.3;
}

.tnc-body ol {
    padding-left: 15px;
}

.tnc-body ol li {
    padding-bottom: 8px;
    list-style: auto;
}

.tnc-body p {
    margin-bottom: 10px;
}


button.btn-tnc::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    color: #fff;
    width: 12px;
    font-size: 14px;
    height: 22px;
    position: absolute;
    right: 10px;
    top: 9px;
    transform: rotate(90deg);
    transition: linear 0.3s;
}

button.btn-tnc.collapsed::after {
    content: "\f054";
    font-family: "Font Awesome 5 Free";
    font-weight: 700;
    transform: rotate(0);
    transition: linear 0.3s;
    color: #fff;
    font-size: 14px;
}

.card-body.tnc {
    background: #4169e2;
}

.respon-sec {
    background: url(../images/products/bg-promo.jpg)center top no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 60px 0;
}

.respon-wrapper {
    background: #00000014;
    box-shadow: 1px 1px 9px 0px #b90000;
    padding: 30px 30px;
    border-radius: 10px;
}

.contact-sec {
    background: #b5dae3;
    background-attachment: fixed;
    padding: 75px 0 75px 0;
}

.contact-wrapper {
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 1px 1px 9px 0px #dedede;
    background: #00000014;
    box-shadow: 1px 1px 9px 0px #b90000;
}

.contact-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px 0;
    font-size: 17px;
    font-weight: 600;
    max-width: 1000px;
    margin: auto;
}

.c-field {
    grid-column: 1/3;
    padding: 10px;
    color: #fff;
    background: linear-gradient(to bottom, rgba(186, 0, 0, 1) 0%, rgba(72, 0, 0, 1) 100%);
    text-align: center;
}

.v-field {
    grid-column: 3/6;
    padding: 10px;
    text-align: center;
    background: #6b0303;
    transition: all 0.5s;
}

.v-field:hover {
    background: #333;
    color: #fff;
    transition: all 0.5s;
}

@media (max-width: 767px) {
    .about-fairy {
        text-align: center;
    }
}

@media (max-width: 480px) {
    .contact-grid {
        font-size: 13px;
    }
}

/****** Promotion ******/

.promotion-sec {
    background: url("../images/promo/bg-promo.png")center top no-repeat;
    /* background-size: cover; */
    padding: 45px 0;
    background-position-y: -91px;
}

.promo-title {
    text-align: center;
    padding: 10px 10px 5px;
    background: #fff;
    box-shadow: 2px 2px 15px -12px rgba(0, 0, 0, 0.5);
    border-radius: 7px;
}

.promo-btn.collapsed .promo-icon {
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    background: #B8B8B8;
    border-radius: 6px;
    overflow: hidden;
    left: 39px;
    top: 17px;
    padding-top: 13px;
}

.promo-btn .promo-icon img {
    filter: grayscale(1) brightness(10);
    max-width: 38px;
}

.promo-btn .promo-icon {
    background: linear-gradient(to right, #FFD200, #FF2E3A);
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    position: absolute;
    border-radius: 6px;
    overflow: hidden;
    left: 39px;
    top: 17px;
    padding-top: 13px;
}

.promo-btn.collapsed {
    padding: 14px 40px 10px 120px;
    border-bottom: 1px solid #e4e4e4;
    background: none;
    box-shadow: none;
    transition: all 0.5s;
}

.promo-btn {
    padding: 14px 40px 10px 120px;
    cursor: pointer;
    background: #fff;
    position: relative;
    box-shadow: 2px 2px 48px -16px rgba(0, 0, 0, 0.2);
    transition: all 0.5s;
}

.accor-title h3 {
    padding: 18px 0px;
}

.accor-title {
    max-width: 800px;
    display: inline-block;
}

.promo-btn.collapsed .open-btn {
    color: #fff;
    background: #B8B8B8;
    border: none;
    padding: 8px 45px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 26px;
    margin: 8px 3px;
    transition: all 0.3s;
    float: right;
    display: inline-block;
    cursor: pointer;
}

.open-btn:focus {
    outline: 0;
}

.open-btn:hover {
    background: linear-gradient(to right, #FFD200, #FF2E3A);
    cursor: pointer;
    transition: all 0.3s;
}

.promo-btn .open-btn {
    display: none;
}

.promo-btn.collapsed .close-btn {
    display: none;
}

.promo-btn .close-btn {
    color: #fff;
    background: linear-gradient(to right, #FFD200, #FF2E3A);
    border: none;
    padding: 8px 45px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 26px;
    margin: 8px 3px;
    transition: all 0.3s;
    float: none;
    ;
    display: block;
    cursor: pointer;
}

.close-btn:focus {
    outline: 0;
}

.close-btn:hover {
    background: #B8B8B8;
    cursor: pointer;
    transition: all 0.3s;
}

.promo-body {
    padding: 15px 0;
}

.promo-body ol {
    padding: 0 20px;
}

.promo-body ol li {
    padding: 2px;
}

.table-wrap {
    overflow: auto;
}

.promo-table tr th {
    background: #ffbf07;
    color: #fff;
    text-align: center;
    line-height: 1;
    padding: 7px 3px;
}

.promo-table tr td {
    text-align: center;
    padding: 11px 2px;
    line-height: 1.2;
}

.promo-table tr:nth-child(odd) {
    background: #f9f9f9;
}

.promo-table tr:nth-child(even) {
    background: #efefef;
}

@media(max-width:767px) {

    .promo-btn .close-btn,
    .promo-btn.collapsed .open-btn {
        float: none;
        display: block;
    }

    .promo-btn.collapsed {
        padding: 14px 15px 10px 90px;
    }

    .promo-btn {
        padding: 14px 15px 10px 90px;
    }

    .promo-btn.collapsed .promo-icon {
        left: 15px;
    }

    .promo-btn .promo-icon {
        left: 15px;
    }
}


/***** Home Carousel ****/
.category-sec {
    margin: auto;
    margin-top: -94px;
    position: relative;
    z-index: 99;
    padding-bottom: 60px;
    max-width: 1300px;
}

.yellow-box,
.orange-box,
.red-box {
    height: 200px;
}

.yellow-box {
    background: linear-gradient(to bottom, rgba(255, 221, 0, 1) 0%, rgba(235, 188, 0, 1) 100%);
}

.orange-box {
    background: linear-gradient(to bottom, rgba(254, 117, 53, 1) 0%, rgba(224, 84, 25, 1) 100%);
}

.red-box {
    background: linear-gradient(to bottom, rgba(239, 46, 24, 1) 0%, rgba(191, 47, 34, 1) 100%);
}

.icon-category img {
    filter: grayscale(1) brightness(100);
    padding-bottom: 7px;
}

@media (max-width: 1099px) {
    .category-sec {
        margin-top: -50px;
    }

    .yellow-box,
    .orange-box,
    .red-box {
        height: 150px;
    }
}

@media (max-width: 480px) {
    .category-sec {
        margin-top: -30px;
    }

    .yellow-box,
    .orange-box,
    .red-box {
        height: 115px;
    }
}

/****** Home *****/
.home-sec {
    padding: 50px 50px 0;
    color: #000;
}

.home-white-wrapper {
    max-width: 1300px;
    margin: auto;
    padding: 0 30px 30px 30px;
    background: #fff;
    box-shadow: 0px 0px 30px -30px rgba(0, 0, 0, 0.35);
    overflow: hidden;
}

.mg30 {
    margin: 0 -30px;
}

.annoucement {
    width: 100%;
    box-shadow: 0 1px 5px 0 #eeeeee;
    height: 40px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.annouce-title {
    display: inline-block;
    padding: 8px 15px;
    font-weight: 600;
    font-size: 15px;
    grid-column: 1/2;
}

.annouce-title i {
    color: #FFB90A;
}

.annouce-info {
    display: inline-block;
    line-height: 15px;
    grid-column: 2/6;
    padding: 13px;
    color: #000;
}

.d-icon {
    background: #ffb90a;
    color: #fff;
    font-size: 32px;
    width: 55px;
    height: 55px;
    text-align: center;
    padding: 2px;
    border-radius: 6px;
    display: inline-block;
    margin-right: 10px;
}

.d-title {
    font-size: 24px;
    font-weight: 600;
    vertical-align: super;
}

.device-app {
    display: inline-block;
}

.d-description {
    padding: 15px 0 10px;
}

.dl-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    padding: 18px 0 10px;
    max-width: 420px;
}

.dl-wrapper h4 {
    font-weight: 400;
    font-size: 16px;
}

.dl-1 a {
    color: #fff;
}

.dl-1 a:hover {
    color: #ffb90a;
    text-decoration: underline;
}

.dl-1 {
    text-align: center;
}

.dl-1 img {
    display: block;
    margin: auto;
    padding-bottom: 4px;
    text-align: center;
}

.sline {
    background-position: left center;
    border-left: 1px solid #cccccc;
}

.mobile-wrapper {
    text-align: center;
    margin-bottom: 10px;
}

.iphone {
    z-index: 1;
    position: relative;
}

.iphone-bj-1 {
    background: url('../images/cs_r_1.png')no-repeat;
    animation-duration: 2s;
}

.iphone-bj-2 {
    background: url("../images/cs_l_1.png")no-repeat;
    animation-duration: 2.5s;
}

.iphone-bj-3 {
    background: url("../images/cs_r_2.png")no-repeat;
    animation-duration: 2s;
}

.iphone-bj-4 {
    background: url("../images/cs_l_2.png")no-repeat;
    animation-duration: 2.5s;
}

.iphone-bj-5 {
    background: url("../images/cs_all.png")no-repeat;
    animation-duration: 3s;
}

.iphone-bj-1,
.iphone-bj-2,
.iphone-bj-3,
.iphone-bj-4,
.iphone-bj-5 {
    position: absolute;
    top: 0;
    z-index: 1;
    width: 100%;
    display: inline-block;
    height: 100%;
    left: 0;
    background-position: center;
    background-size: cover;
}

.bar-ts {
    border-top: 1px solid #cccccc;
}

.advan-circle {
    width: 44px;
    height: 44px;
    background-position: -11px -10px;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
    border-radius: 22px;
    border: 1px solid #dedede;
    text-align: center;
    padding: 9px;
    display: inline-block;
}

.advan-circle img {
    max-width: 25px;
}

.adv-title {
    display: inline-block;
    margin-left: 11px;
    color: #4e4e4e;
}

.adv-top {
    border-top: 1px solid #c10808;
}

.adv-wrap {
    border-bottom: 4px solid #eeeeee;
    padding-bottom: 25px;
    margin-bottom: 30px;
}

.advantages-time-box {
    max-width: 900px;
    margin: auto;
}

.advantages-time-box-1 {
    max-width: 900px;
    margin: auto;
    margin-top: 60px;
}

.adv-speed-time {
    display: inline-block;
}

.deposit-num {
    display: inline-block;
    float: right;
}

.av-speed {
    font-weight: 600;
    font-size: 17px;
}

.av-time {
    font-size: 12px;
    display: block;
    color: #929292;
}

.deposit_num {
    font-size: 32px;
    font-weight: 800;
    color: #ffffff;
    line-height: 1.3;
    margin: 0 3px;
}

.progress-box {
    margin-top: 10px;
}

.advantages-unit {
    font-size: 17px;
    color: #ffffff;
}

.progress-ts {
    height: 3px;
    width: 100%;
    position: relative;
    background: #f5f5f5;
}

.progress-ts>.progress-bar-ts {
    background: #4069df;
    position: relative;
    height: 100%;
    display: block;
}

.progress-ts>.progress-bar-ts:after {
    content: '';
    width: 100%;
    display: block;
    position: absolute;
    height: 60px;
    top: 2px;
    transform: skewX(30deg);
    left: 17px;
    /* background: linear-gradient(to bottom, rgba(229,233,225,0.73) 0%, rgba(255,255,255,0) 100%); */
}

.topsafe {
    padding-top: 75px;
}

.usp-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px 10px;
}

.usp-icon {
    grid-column: 1/2;
    text-align: center;
}

.usp-info {
    grid-column: 2/5;
    color: #000;
    line-height: 1.4;
    font-size: 12px;
}

.usp-info h4 {
    text-transform: uppercase;
    margin-bottom: 2px;
}

@media (max-width:767px) {
    .home-sec {
        padding: 20px 0 50px 0;
    }

    .annoucement {
        grid-template-columns: repeat(3, 1fr);
    }

    .dl-wrapper {
        margin: auto;
    }

    .adv-wrap {
        margin-bottom: 20px;
        text-align: center;
    }

    .advantages-time-box,
    .advantages-time-box-1 {
        margin: auto;
    }

    .advantages-time-box {
        margin-bottom: 60px;
    }

    .topsafe {
        text-align: center;
    }
}

@media (max-width:480px) {
    .annouce-title {
        padding: 8px 3px;
        text-align: center;
    }

    .home-white-wrapper {
        /* background: linear-gradient(to bottom, rgba(255,255,255,0.73) 0%, rgba(255,255,255,0) 100%); */
        padding: 0 15px;
        box-shadow: none;
    }
}

/****** Partner ****/
.partner-sec {
    background: url('../images/PartnerBanner1.png')no-repeat center;
    background-size: cover;
    padding: 170px 0 140px;
    color: #000;
    text-align: center;
}

.partner-sec h1 {
    font-size: 30px;
}

.pnt-img {
    position: absolute;
    right: 0px;
    top: 55%;
    width: 29vw;
    transform: translateY(-50%);
}

.pnt-img img {
    max-height: 650px;
}

.common-btn {
    color: #fff;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
    border: none;
    padding: 12px 45px;
    font-weight: 700;
    font-size: 17px;
    border-radius: 30px;
    margin: 0 3px;
    transition: all 0.3s;
    height: 50px;
    display: inline-block;
}

.common-btn:hover {
    color: #fff;
    filter: grayscale(0.1);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.38);
    transition: all 0.3s;
}

/** Mobile **/

.mobile-sec {
    text-align: center;
    padding: 150px 0 60px 0;
    background: url(../images/contact-us/bg-contact-us.png)center top no-repeat;
    background-size: cover;
    background-position-y: -91px;
}

h3.suite-title {
    font-size: 17px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 0;
}

.bdd {
    border-bottom: 1px solid #a2a2a2;
}

.white-box {
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.15);
}

.qrbox img {
    max-width: 190px;
    box-shadow: 0 0 1px #fff;
    width: 100%;
}

.qrbox a:hover img {
    box-shadow: 0 0 14px -6px rgba(0, 0, 0, 0.30);
}

.text-dl {
    margin: 8px 0;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
}

.suite-type {
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    color: #ffffff;
}

.cta-box {
    margin: auto;
}

.red-btn {
    padding: 4px 10px;
    color: #000000;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
    background: #dddddd;
}

.red-btn:hover {
    color: #000;
    filter: grayscale(0.1);
    box-shadow: inset 0px 0px 7px 0px rgba(0, 0, 0, 0.38);
    transition: all 0.3s;
}

.dark-btn {
    padding: 4px 10px;
    color: #FFFFFF;
    display: inline-block;
    text-align: center;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    margin: 0 2px;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
}

.dark-btn:hover {
    filter: brightness(1.2);
    color: #fff;
}

.dl-m {
    display: none;
}

@media(max-width:1600px) {
    .pnt-img img {
        max-height: 550px;
    }
}

@media (max-width: 1099px) .t-banner {
    padding-top: 55px;
}

.pdt {
    padding-top: 112px;
}

}

@media(max-width:991px) {
    .pnt-img {
        display: none;
    }

    .partner-sec {
        padding: 50px 0;
    }

    .dl-m {
        display: block;
    }

    .dl-d {
        display: none;
    }

    .device-app {
        display: block;
        text-align: center;
    }

    .device-app-wrapper {
        text-align: center;
    }
}

/**** After-login *****/
.deposit-sec {
    background: url("../images/contact-us/bg-contact-us.png")center top no-repeat;
    background-position-y: -105px;
}

.deposit-wrapper {
    background: #fff;
    border-radius: 10px;
    padding: 30px 30px;
    box-shadow: 1px 1px 9px 0px #dedede;
    margin: 30px 0;
    background: rgba(60, 55, 108, 0.6);
    box-shadow: 1px 1px 9px 0px #4169e2;
}

.withdraw-table {
    overflow: auto;
}

.table-amount h5 {
    font-weight: 600;
    font-size: 16px;
    color: #aed4e7;
}

.table-deposit {
    width: 100%;
}

.table-deposit tr:nth-of-type(odd) {
    background: #494e5d;
}

.table-deposit tr:nth-of-type(even) {
    background-color: #ffffff3d;
}

table.table-deposit tr th {
    border: 1px solid #4169e2;
    padding: 6px 15px;
    background: #4169e2;
    color: #fff;
    text-align: center;
    vertical-align: inherit;
}

table.table-deposit tr td {
    border: 1px solid #4169e2;
    padding: 6px 15px;
    text-align: center;
    color: #fff;
}

.info-wrapper {
    padding: 20px 0px;
}

.info-form-wrapper {
    display: grid;
    grid-template-columns: 200px auto;
    grid-gap: 18px 12px;
}

.redmi {
    color: #ff0000;
}

select.reg-input {
    max-width: 295px;
    height: 28px;
    padding: 0 5px;
    border-radius: 2px;
}

input.reg-input {
    max-width: 295px;
    height: 28px;
    padding: 0 5px;
}

.reg-field textarea {
    max-width: 280px;
}

span.select-arrow3 {
    /* margin-right: 5px; */
}

.btn-submit-info {
    color: #fff;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
    border: none;
    padding: 6px 9px;
    font-weight: 700;
    font-size: 15px;
    border-radius: 45px;
    margin: 0 3px;
    transition: all 0.3s;
    line-height: 20px;
    cursor: pointer;
    width: 125px;
}

.btn-submit-info:hover {
    filter: brightness(1.15);
    box-shadow: 1px 2px 5px rgba(0, 0, 0, 0.3)
}

.info-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
    color: #aed4e7;
}

.info-detail-wrapper h5 {
    font-weight: 600;
    font-size: 16px;
    color: #aed4e7;
}

.table-amount {
    padding-top: 15px;
}

table.af_walletTable tr td {
    border: 1px solid #4169e2;
    text-align: center;
}

table.af_walletTable p {
    margin: 0;
}

td.af_mainwallet {
    color: #fff;
    background: #4169e2;
}

.af_color1 {
    font-weight: 600;
}

.transfer-form-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 5px;
}

.trans-info div {
    margin-right: 10px;
    display: inline-block;
}

.profile-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 25px;
}

.greyline {
    border-top: 2px solid #d2d2d2;
    padding-top: 20px;
}

select.dob-select {
    height: 30px;
    padding: 0 13px;
}

ul.history-list {
    padding: 0;
}

ul.history-list li {
    list-style-type: none;
    display: inline-block;
    padding-right: 5px;
}

.af_box ul li a {
    padding: 10px 40px;
    display: inline-block;
    text-align: center;
    color: #000;
    width: 150px;
    border: 1px solid #4169e2;
    border-radius: 5px;
    background: #dddddd;
}

.af_box ul li a:hover {
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
    color: #000;
}

.af_box ul li.active a {
    border-radius: 5px;
    color: #000;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
}

#tranxTable {
    overflow: auto;
}



@media (max-width: 991px) {
    .profile-grid {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 25px;
    }

}

@media (max-width:767px) {
    .info-form-wrapper {
        display: grid;
        grid-template-columns: auto;
        grid-gap: 10px 0px;
    }

    .info-field {
        margin-bottom: -7px;
    }
}

@media (max-width:480px) {
    select.reg-input {
        max-width: 100%;
        width: 100%;
    }

    input.reg-input {
        max-width: 100%;
    }

    .reg-field textarea {
        max-width: 230px;
    }

    span.select-arrow3 {
        /* margin-bottom: 5px; */
    }

    .table-amount {
        display: none;
    }

    .transfer-form-wrapper {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        grid-gap: 8px 0;
    }

    .trans-info div {
        display: block;
    }

    select.dob-select {
        height: 30px;
        padding: 0 7px;
    }

    .af_box ul li a {
        padding: 10px 7px;
        font-size: 13px;
        width: auto;
    }
}

/****** Landing *******/
.landing-sec {
    background: url(../images/contact-us/bg-contact-us.png)no-repeat;
    background-position: center;
    height: 100vh;
    text-align: center;
    padding: 60px 0;
}

.copyright-lp-sec {
    padding: 10px;
    font-size: 12px;
    color: #fff;
    text-align: center;
    margin-top: -65px;
}

.title-welcome {
    font-size: 36px;
    font-weight: 800;
    color: #fff;
    line-height: 1.4;
    text-shadow: 3px 3px 2px rgba(0, 0, 0, 0.81);
    padding: 30px 0;
}

.conntry-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.ctry-box img {
    display: block;
    text-align: center;
    margin: auto;
}

.ctry-box span {
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    text-shadow: 1px 4px 2px rgba(0, 0, 0, 0.9);
}

.ctry-box a:hover img {
    filter: brightness(1.15) drop-shadow(0px 0px 5px #fff);

}

.rg-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 55vh;
}

@media(max-width:767px) {
    .title-welcome {
        font-size: 22px;
    }

}

/****** End Landing *******/


/** New CSS - 6/1/2021 **/
.notice-sec {
    background: #dddddd;
}

.annoucement {
    box-shadow: none;
    display: flex;
}

.annouce-title {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    color: #000;
}

.annouce-title i {
    color: #4565dc;
    margin-right: 5px;
}

.common-btn {
    color: #000;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
}

.home-category-sec {
    padding: 30px 0;
    background: url("../images/home/bg-index.png")no-repeat top center;
    background-size: cover;
}

.max13 {
    max-width: 1300px;
}

.home-category-1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 7px;
    margin-bottom: 7px;
}

.home-category-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 7px;
}

.hmbox {
    overflow: hidden;
}

.hmbox img {
    transition: linear 0.3s;
}

.hmbox:hover img {
    transform: scale(1.05);
    transition: linear 0.3s;
}

.d-icon {
    background: #4069df;
}

.partner-sec {
    color: #fff;
}

.casino-sec {
    background: url("../images/products/live-casino/bg-live.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.slots-sec {
    background: url("../images/products/slots/bg-slots.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.sport-sec {
    background: url("../images/products/sports/bg-sport.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.vsport-sec {
    background: url("../images/products/esports/bg-esports.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.fishing-sec {
    background: url("../images/products/fishing/bg-fishing.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.muay-thai-sec {
    background: url("../images/products/muay-thai/bg-muaythai.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.contact-sec {
    background: url("../images/contact-us/bg-contact-us.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.others-sec {
    background: url("../images/products/bg-othr.jpg")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
}

.probx {
    background: url(../images/products/suite-bg.jpg)no-repeat center center;
    background-size: cover;
    position: relative;
    border-radius: 15px;
    border: 1px solid #fff;
    max-width: 460px;
    margin: 10px auto;
}

.char-img img {
    width: 60%;
    margin-left: 0%;
    margin-top: -11%;
    transition: 0.3s;
    transform-origin: left bottom;
}

.prlogo {
    position: absolute;
    top: 5%;
    right: 10%;
    color: #ffffff;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.prlogo img {
    display: block;
    margin-bottom: 5px;
    max-width: 100%;
}

a.playnow {
    display: block;
    max-width: 100px;
    color: #000;
    text-align: center;
    padding: 3px 10px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 13px;
    margin-top: 10px;
    transition: linear 0.3s;
    background: linear-gradient(to bottom, rgba(200, 154, 69, 1) 0%, rgba(255, 228, 148, 1) 51%, rgba(174, 113, 8, 1) 100%);
    border: 1px solid #e3c449;
}

a.playnow:hover {
    filter: brightness(1.1);
    background-size: 100% 150%;
    transition: linear 0.3s;
}

.probx:hover .char-img img {
    transition: 0.3s;
    transform: scale(1.07);
    transform-origin: left bottom;
}

.red {
    color: #FD0004;
}

.btn-submit {
    color: #fff;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
}

.form-field {
    display: flex;
    position: relative;
}

.value {
    display: flex;
}

.register-sec select.contact-select {
    width: 100px;
    min-width: auto;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 1px 5px;
    margin-right: 15px;
}

.toggle-password {
    position: absolute;
    right: 20px;
    top: 37%;
    color: #909090;
}

.btn-submit-info {
    color: #000;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
}

.lang-res a {
    color: #fff;
    padding: 5px 10px;
    display: inline-block;
    font-size: 15px;
    font-weight: 800;
}

.responsive-menu ul li a {
    font-size: 17px;
}


@media (max-width: 1600px) {
    .pnt-img img {
        max-height: 450px;
    }

    @media (max-width: 1140px) {
        .pdt {
            padding-top: 60px;
        }
    }

    @media (max-width: 480px) {

        .home-category-1,
        .home-category-2 {
            display: grid;
            grid-template-columns: auto;
        }
    }

    .annoucement {
        display: flex;
    }

    span.anouce {
        display: none;
    }

    .form-field {
        display: block;
    }
}

/** Promotion pahe 26/6/2021 **/
.promotion-sec {
    padding: 30px 0;
}

.promo-box {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    cursor: pointer;
}

.promo-box img {
    transition: ease 0.3s;
}

.promo-box:hover img {
    transform: scale(1.07);
    transition: ease 0.3s;
}

.modal-dialog.promo {
    max-width: 800px;
}

.modal-content.promo {
    padding: 25px;
    color: #000;
}

button.close-promo {
    font-size: 23px;
    background: none;
    border: none;
    padding: 0;
    position: absolute;
    right: 6px;
    top: -2px;
    color: #9e9e9e;
}

.pm-title-wrapper {
    font-size: 18px;
    font-weight: 600;
    padding: 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #d2d2d2;
}

.grlist ul,
.grlist ol {
    padding-left: 18px;
}

.refer-wrap {
    display: flex;
    align-items: end;
    margin-bottom: 30px;
    justify-content: space-between;
}

.refer-qrcode-wrapper {
    background: #0000005e;
    max-width: 450px;
    margin: 0 auto;
    border: 1px solid #4169e2;
    color: #666;
    padding: 15px 20px;
    border-radius: 12px;
    text-align: center;
    margin-top: 35px;
}

.share-wrap {
    background: #0395e3;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 11px;
    margin-top: -40px;
    position: relative;
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
}

.qrcode-refer-img {
    max-width: 370px;
    margin: 20px auto 10px;
}

.qrcode-refer-img img {
    border: 1px solid #4169e2;
    border-radius: 10px;
    padding: 5px;
}

.referrer-link {
    background: #ffffff;
    border: 1px solid #4169e2;
    position: relative;
    border-radius: 5px;
    padding: 3px 15px;
    font-weight: 600;
    color: #4169e2;
    height: 33px;
    display: flex;
    align-items: center;
    /* max-width: 400px; */
}

button.copy-refer {
    background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 3px 10px;
    position: absolute;
    right: 5px;
    z-index: 2;
}

.form-group.rebate-group {
    display: flex;
    align-items: center;
}

.form-group.rebate-group label {
    padding: 0 4px;
}

.date_custom {
    width: 100%;
}

.inbox-icon {
    border-radius: 25px;
    padding: 5px 15px;
    width: 80px;
    font-size: 20px;
    color: #000;
    margin: 0 3px;
    background: #dddddd;
    border: 1px solid #dddddd;
}

.trans-info {
    display: flex;
    align-items: center;
}

@media (max-width: 1099px) {

    .refer-wrap {
        display: flex;
        align-items: end;
        margin-bottom: 30px;
        justify-content: space-between;
        flex-direction: column;
        gap: 10px;
    }

    .refer-wrap {
        display: flex;
        align-items: center;
        margin-bottom: 30px;
        justify-content: center;
    }

    .btn-submit-info {
        color: #000;
        margin-top: 20px;
        background: linear-gradient(to bottom, #aed4e7 0%, #688ee3 100%);
    }

    .inbox-icon {
        background: none;
        border-radius: 25px;
        padding: 5px 5px;
        font-size: 20px;
        color: #4169e2;
        margin: 0 3px;
        width: max-content;
        border: none;
    }

    .header-right {
        display: inline-flex;
    }

    .pdt {
        padding-top: 55px;
    }

    .trans-info {
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .slots-sec {
        padding: 25px 0;
    }

    .sport-sec {
        padding: 25px 0;
    }

    .casino-sec {
        padding: 25px 0;
    }

    .sv-slot {
        padding: 25px 0;
    }

    .fishing-sec {
        padding: 25px 0;
    }

    .muay-thai-sec {
        padding: 25px 0;
    }

    .others-sec {
        padding: 25px 0;
    }

    .form-field {
        flex-direction: column;
    }
}

.modal-content {
    border: none;
    color: #000;
}

.respon-wrapper a {
    color: #f6d888;
}

.respon-wrapper a {
    color: #f6d888;
}

/* home-lotto */
.app-sec {
    max-width: 1300px;
    margin: auto;
    padding-top: 50px;
    padding-right: 15px;
    padding-left: 15px;
}

.lottery_allD_grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.lottery_inn_img {
    border: 1px solid #4169e2;
    border-radius: 2px;
}

.lottery_inn_img img {
    width: 100%;
}

.lottery_inn_play {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    align-items: center;
    background-color: #4169e2;
    color: #fff;
    font-weight: bold;
}

.lottery_inn_play span {
    color: #fff;
    margin-left: 2px;
    font-weight: bold;
}

.lottery_btn {
    background: #add7e3;
    padding: 5px 12px;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
    color: #000;
    font-weight: 700;
}

.lottery_btn img {
    width: 16px;
    margin-right: 5px;
}

.lotto-sec {
    padding-top: 50px;
}

.jackpot-frame {
    background: url(../images/home/index-jackpot.jpg)no-repeat center top;
    height: 156px;
    position: relative;
    max-width: 1300px;
    margin: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.jackpot-digit {
    position: absolute;
    right: 356px;
    top: 46px;
}

.jackpot-wrap {
    max-width: 955px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.jackpot-digit {
    position: relative;
    width: 70%;
    right: 0;
}

.jackpot-digit .num-item {
    display: inline-block;
    float: left;
    height: 70px;
    width: 58px;
    line-height: 70px;
    font-size: 53px;
    color: #ffffff;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.jackpot-digit .space-item {
    display: inline-block;
    float: left;
    height: 70px;
    width: 10px;
    line-height: 70px;
    font-size: 53px;
    color: #1e1e1e;
    text-align: center;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
}

.jackpot-title {
    width: 30%;
}

/* home-aff */
.aff_sec {
    padding: 50px 0px;
    max-width: 1300px;
    margin: auto;
}

.hotgames-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* margin: 5px 0 0px 0; */
}

.hot-title {
    align-items: center;
    font-size: 18px;
    font-weight: 600;
    color: #4169e2;
    text-align: center;
    padding-bottom: 5px;
}

.aff_bor {
    /* border-top: 1px dotted #cbcbcb; */
    padding-top: 30px;
}

.aff_pro {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
}

.aff_pro_wrap_inn {
    border-radius: 0;
    max-height: 200px;
    overflow: hidden;
    text-align: center;
}

.aff_pro_wrap {
    text-align: center;
}

.aff_pro_wrap_inn_txt {
    margin: 5px;
    font-weight: 600;
    color: #4169e2;
}

/* contact-us */
.contact-title {
    text-align: center;
}

.contact-title span {
    background: linear-gradient(to bottom, #b3d9e2 0%, #a6cce3 50%, #688ee3 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    filter: drop-shadow(2px 2px 8px rgb(0, 0, 0));
    font-size: 50px;
    font-weight: 900;
}

.contact-wrap {
    background: #fff;
    filter: drop-shadow(2px 2px 6px rgb(0, 0, 0));
    padding: 30px;
    width: 55%;
    margin: 0% 10%;
}

.contact-inner-wrap {
    padding-top: 3%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.contact-subtitle {
    color: #4169e2;
    font-weight: bold;
    font-size: 20px;
    padding-bottom: 5%;
}

.contact-box {
    background: linear-gradient(to bottom, #b3d9e2 0%, #a6cce3 50%, #688ee3 100%);
    border-radius: 10px;
    display: grid;
    grid-template-columns: 30% 60%;
    padding: 5px;
    margin-bottom: 10px;
}

.contact-detail {
    color: #4169e2;
    font-weight: bold;
    font-size: 15px;
}

.contact-detail-1 {
    font-size: 15px;
}

.contact-bg {
    background: url(../images/contact-us/board.png)no-repeat center top;
    background-size: cover;
    max-width: 1000px;
    height: 487px;
    margin: auto;
    padding-top: 35px;
}

/* vip */
.vip-wrap {
    background: url(../images/vip/bg-vip.jpg) no-repeat center top;
    padding-bottom: 100px;
}

.vip-img img {
    width: 200px;
}

.vip-img {
    display: flex;
    flex-direction: column;
}

.vip-in-table {
    /* background: #efefef; */
    padding: 20px;
    margin-bottom: 20px;
    max-width: 1300px;
    margin: 0px auto;
    border-radius: 20px;
    /* box-shadow: 1px 1px 9px 0px #4169e2; */
}

.vip-all tr td {
    text-align: center;
    padding: 10px;
    /* background: rgb(255 255 255 / 16%); */
    color: #000;
    font-weight: bold;
}

.vip-all tr td h3 {
    text-align: left;
    color: #ffffff;
}

.vip-all tr td:first-child {
    text-align: left;
    /* background: #55040e; */
    color: #000;
    font-weight: bold;
    width: 24%;
}

table.vip-all tr:first-child td {
    background: none;
    /* color:#ffffff; */
}

tr.titleRow td {
    background: linear-gradient(to bottom, rgba(215, 155, 52, 1) 0%, rgba(249, 229, 129, 1) 15%, rgba(238, 201, 91, 1) 58%, rgba(215, 152, 42, 1) 83%, rgba(215, 162, 65, 1) 100%) !important;
    color: #000 !important;
}

tr.titleRow p {
    margin: 0px;
}

.vip-all tr:first-child td {
    border: none;
}

table.vip-all tr td:nth-child(2) .vip-cell {
    /* color:#ae7932; */
    text-transform: uppercase;
    font-weight: bold;
}

.vip-cell {
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(3) .vip-cell {
    /* color:#9d9d9d; */
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(4) .vip-cell {
    /* color:#dca929; */
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(5) .vip-cell {
    color: #000000;
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td:nth-child(6) .vip-cell {
    /* color:#8a8a8a; */
    text-transform: uppercase;
    font-weight: bold;
}

table.vip-all tr td {
    width: 8%;
}

.vip-slide {
    padding: 30px 0;
    background: #f4f5f0 url(../images/vip/About-Us-BG.jpg)no-repeat right center;
    background-size: cover;
    padding-bottom: 0;
}

.vip-box {
    background: url("../images/vip/card/crd-bg.jpg")no-repeat top center;
    background-size: cover;
    max-width: 500px;
    height: 240px;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 1px 2px 5px rgb(0, 0, 0, 0.4);
    padding: 15px;
    color: #fff;
}

.vip-top {
    background: url("../images/vip/Vip\ Board.png") no-repeat top center;
    border-radius: 10px;
    display: flex;
    margin: 40px auto;
    background-size: contain;
    justify-content: space-around;
    align-items: center;
    padding: 0px 0px;
    position: relative;
    max-width: 1200px;
    background-size: cover;
    height: 273px;
}

.vip-bagde img {
    max-height: 95px;
}

.vip-big {
    font-size: 60px;
}

span.vpclas {
    font-size: 36px;
    font-weight: 600;
}

.vipdetail {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1px;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 35%);
    font-family: 'Poppins';
    text-transform: uppercase;
    font-size: 14px;
    align-items: flex-end;
}

.vipth {
    font-size: 25px;
}

.vipth.lifetime {
    font-size: 20px;
}

.vipth.invite {
    font-size: 17px;
}

.smtext {
    font-size: 14px;
}

.vip-info-wrap {
    max-width: 700px;
    margin: 15px auto;
    border: 1px solid #97cbf6;
    color: #666;
    box-shadow: 0 0 4px rgb(90 196 255 / 100%);
    padding: 15px;
    border-radius: 12px;
}

.vip-tnc {
    padding: 0px 20px;
}

.vip-tnc h4 {
    font-size: 16px;
    font-weight: bold;
}

.status-vip {
    width: 70%;
    overflow: auto;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-top: 0;
}

table.vip-status-table tr td {
    padding: 10px;
    font-size: 15px;
    font-weight: 600;
    /* text-transform: uppercase; */
    text-align: right;
    color: #fff;
}

table.vip-status-table tr td:first-child {
    /* font-style:italic; */
}

table.vip-status-table tr td:last-child {
    text-align: center;
    margin-bottom: 10px;
    border-collapse: separate;
    border-spacing: 0 15px;
    border-radius: 5px;
    width: 26%;
    color: white;
    background-repeat: no-repeat;
    background-size: contain;
    background: #1f2639;
    border: 1px solid #badbe2;
}


.vip-player-current {
    height: 215px;
    width: 18%;
    margin-top: 3%;
    display: flex;
    align-items: center;
    background-repeat: no-repeat;
    background-size: contain;
    /* background: #fff; */
    border-radius: 50%;
    padding: 20px;
}

img.img-vp {
    width: 126px;
}

table.vip-status-table {
    border-collapse: separate;
    border-spacing: 10px 15px;
    margin-top: 34px;
}

img.img-vp {
    width: 126px;
    position: absolute;
    right: 78px;
    top: -5px;
}

table.vip-status-table {
    border-collapse: separate;
    border-spacing: 10px 15px;
    margin-top: 59px;
}

.ttl-vip {
    color: #0b5a79;
    font-size: 26px;
    text-align: center;
    font-weight: bold;
    position: relative;
    height: 67px;
    max-width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 30px;
}

.ttl-vip span {
    color: #4169e2;
    padding: 10px 30px;
    border-radius: 30px;
}

.ttl-vip:after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    border-right-width: 0;
    border-left-width: 0;
    border-bottom-width: 2px;
    border-top-width: 0;
    border-style: solid;
    border-image: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), #846606, rgba(0, 0, 0, 0)) 20 stretch;
    bottom: 33px;
    z-index: -1;
}

.ttl-vip:before {
    /* content: " "; */
    width: 30%;
    height: 100%;
    position: absolute;
    left: 2%;
    /* background-size: 100% 100%; */
    background-size: contain;
    height: 1px;
    background: #846606;
}

.progress-bar-container {
    position: relative;
    width: 95%;
    height: 142px;
    margin: 30px auto !important;
}

.progress-bar-container .line {
    width: 100%;
    margin: auto;
    background: #b5dae3;
    height: 35px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    border-radius: 50px;
    transition: all .9s ease;
}

.progress-bar-container .line .line-progress {
    content: " ";
    width: 0;
    height: 100%;
    background: #4169e2;
    position: absolute;
    z-index: 2;
    border-radius: 50px;
    transition: all .9s ease;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.progress-bar-container ul {
    padding: 15px 0 0;
    z-index: 99;
    position: absolute;
    width: 100%;
    margin: -15px 0 0;
    left: 10%;
}

.progress-bar-container ul li {
    list-style: none;
    float: left;
    text-align: center;
    color: #000000;
    font-size: 15px;
    cursor: pointer;
    font-weight: 700;
    transition: all .2s ease;
    vertical-align: bottom;
    height: 60px;
    position: relative;
}

.progress-bar-container ul li:before {
    content: " ";
    display: block;
    margin: auto;
    width: 0;
    height: 51px;
    border: 0.5px solid #4169e2;
    background: hsla(0, 0%, 100%, .5);
    transition: all .3s ease;
}

.progress-bar-container ul li .min-reload {
    font-size: 12px;
    line-height: 17px;
    display: block;
    color: #4169e2;
    font-weight: 400;
}

.progress-bar-containe i {
    color: #000;
}

.min-reload i {
    color: #005f7a;
}

.step-inner {
    color: #4169e2;
    font-weight: bold;
    margin-top: 20px;
}

table.vip-all tr:nth-child(even) {
    background: #f4f4f4;
    color: #000;
    border-radius: 15px;
    border: 1px solid #357bad;
    border-collapse: separate;
    border-spacing: 0 15px;
}

table.vip-all tr:first-child {
    background: none;
}

table.vip-all tr {
    color: #000;
    border-radius: 15px;
    background-color: transparent;
}

table.vip-all {
    border-collapse: separate;
    border-spacing: 0px 15px;
    /* background: #eff4fa; */
    padding: 10px;
    border-radius: 10px;
}

table.vip-all td:first-child,
table.vip-all th:first-child {
    border-radius: 10px 0 0 10px;
}

table.vip-all td:last-child,
table.vip-all th:last-child {
    border-radius: 0 10px 10px 0;
}

.vip-cell2 img {
    width: 50%;
}

.vip-mark {
    font-style: italic;
    font-size: 12px;
}

.vip-grn {
    /* max-width: 1366px; */
    position: relative;
    background: #f9f9f9;
    padding-top: 10px;
    padding-bottom: 20px;
    border-top: 15px solid #b5dae4;
    border-bottom: 15px solid #b5dae4;
}

.vipgn {
    margin-bottom: 30px;
}

.vipgn h4 {
    color: #4169e1;
    font-size: 17px;
    font-weight: bold;
    position: relative;
    margin: 0px;
    margin-bottom: 30px;
}

.vipgn p {
    font-weight: bold;
    color: #000;
    font-size: 13px;
}

hr.line-vp {
    border-top: 5px solid #ffffff;
    margin-bottom: 40px;
}

.ttl-vip-2 {
    color: #4169e1;
    font-size: 2.2rem;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    margin: 30px 0px;
    margin-bottom: 60px;
}

.ttl-vip-2 span {
    padding: 10px 30px;
}

.vip-about {
    margin: 0px auto;
    max-width: 1366px;
    color: #000;
    font-weight: 600;
}

.vip-about p {
    margin-bottom: 50px;
    text-align: center;
    color: #000;
    font-weight: bold;
}

.vip-about ul li {
    margin-bottom: 16px;
    position: relative;
    padding-left: 50px;
    /* list-style-type: none; */
}

.vip-about ul li:before {
    content: " ";
    position: absolute;
    background-image: url("../images/vip/vip-arrow.png");
    top: 0px;
    width: 30px;
    height: 20px;
    left: 0;
    background-size: contain;
    background-position: top
}

.vip-bottom img {
    display: block;
    margin: 0px auto;
}

.vip-about ul {
    list-style: disc;
    padding: 15px;
    margin-bottom: 0;
}

.step-wrap {
    display: flex;
    justify-content: space-around;
    max-width: 80%;
}

.silver {
    color: #9b9ead;
}

.gold {
    color: #dd6a1a;
}

.platinum {
    color: #31353e;
}

.diamond {
    color: #68a2a3;
}

.signature {
    color: #0073a5;
}

.vip-mark {
    color: #969694;
    text-align: center;
    max-width: 1336px;
    margin: 0px auto;
    margin-top: 20px;
    font-weight: 500;
    padding-bottom: 50px;
}

.vip-cell2 img {
    max-width: 100px;
    margin-left: 60px;
}

.progress-bar-container ul li .min-reload strong {
    font-weight: 600;
    color: #4169e2;
    opacity: 1;
}

.img-crown {
    position: absolute;
    bottom: 0;
    width: 333px;
    right: 0;
    top: 56px;
}

.vip-slide .container {
    max-width: 1330px;
}

.vip-border-img {
    padding: 20px 0px;
}

/* affiliate */
.affiliate-sec {
    background: url("../images/contact-us/bg-contact-us.png")no-repeat top center;
    background-size: cover;
    padding: 45px 0;
    background-position-y: -91px;
    padding-top: 6px;
}

.get-started {
    padding-top: 50px;
    padding-bottom: 50px;
    background: #b5dae4;
}

.index-red-title {
    text-align: center;
}

.index-red-title h5 {
    color: #000;
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 25px;
    display: block;
    position: relative;
}

.index-red-title p {
    color: #000000;
    margin-bottom: 0;
}

.started-wrap {
    text-align: center;
    display: block;
    margin-top: 80px;
}

.started-icon {
    border-radius: 50%;
    height: 85px;
    width: 85px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.started-des h5 {
    color: #000;
    font-size: 17px;
    font-weight: 700;
    text-transform: uppercase;
}

.started-des p {
    color: #000000;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 600;
}

.satisfy {
    padding-top: 40px;
    padding-bottom: 40px;
    background: #4169e2;
}

.satisfy-box {
    display: flex;
    justify-content: space-between;
}

.satisfy-icon {
    text-align: center;
    font-size: 40px;
    color: #fff;
    filter: brightness(0) invert(1);
}

.satisfy-des {
    text-align: center;
}

.satisfy-des h5 {
    color: #fff;
    font-size: 35px;
    font-weight: 700;
    text-transform: uppercase;
}

.satisfy-des p {
    color: #ffffff;
    margin-bottom: 0;
    font-size: 12px;
}

.aff-sec {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f1f0ea;
    background: #b5dae4;
}

.aff-wrap {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 25px;
    width: 100%;
    margin-top: 70px;
}

.aff-box {
    width: 100%;
    background-color: #fff;
}

.aff-box img {
    width: 100%;
}

.aff-des {
    padding: 30px;
    color: #000;
    text-align: center;
    font-size: 17px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e1e1e1;
}

.index-contact {
    background: url("../images/affiliate/aff-contact.jpg") no-repeat center center;
    min-height: 373px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index-contact h5 {
    text-transform: capitalize;
    color: #ffffff;
    font-weight: 700;
}

.btn-ori {
    background: none;
    padding: 10px 10px;
    display: block;
    max-width: 18%;
    border: 1px solid #ffffff;
    margin: 0 auto;
    font-size: 12px;
    color: #ffffff !important;
}

.aff-contact-title{
    font-weight: bold;
    font-size: 20px;
    padding-top:50px;
    color: #000;
}

.aff-contact-detail{
    padding:0px 10px;
    font-weight: 600;
}

.aff-contact-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #000;
}

.aff-contact-wrap {
    text-align: center;
    display: block;
}

.container-fluid{
    max-width: 1300px;
    margin: 0 auto;
}

.tnc-sub-container {
    font-size: 16px;
    margin: 0;
    list-style: none;
    text-align: left;
    color: #4169e1;
    padding: 0 0 2rem 0;
    width: 100%;
}

/* affiliate-commission */
.commission-wrap {
    padding: 15px;
    border-radius: 10px;
    background-color: #fff;
}

.wrap-price {
    padding: 2em 4em;
    text-align: center;
}

.commission-title {
    font-size: 30px;
    margin: 0 0;
    color: #000000;
}

.commission-table {
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.commission-table th {
    border: 1px solid #4169e1;
    background: #4169e1;
    text-align: center;
    color: #fff;
}

.commission-table td {
    /* background: #ffffff; */
    border: 1px solid #4169e1;
    color: #4169e1;
    text-align: center;
}

.commission-list {
    font-size: 16px;
    margin: 0;
    /* padding: 0.25em 0 2.5em; */
    list-style: none;
    text-align: left;
    color: #000000;
    padding: 0 0 2em 0;
}

.text-red {
    color: #4169e1!important;
}

.commission-feature b u {
    color: #4169e1;
    text-decoration: none;
}


/* footer */
.footer-1 {
    width: 100%;
    display: flex;
    padding: 35px 50px;
    justify-content: center;
}

.footer-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 15px;
    padding-right: 15px;
}

.footer-des-l {
    color: #4169e1;
    font-size: 40px;
    font-weight: 700;
}

.footer-des-r {
    width: 65%;
    margin-left: 10px;
    font-size: 12px;
    color: #4169e1;
    font-weight: 800;
}

/* faq */
.faq-box {
    width: 33.33%;
    padding: 35px 15px;
    display: flex;
}

.faq-des {
    width: 70%;
    color: #000000;
    margin-left: 10px;
}

.faq-des h4 {
    font-size: 18px;
    color: #4169e1;
    font-weight: 600;
}

.faq-box .date {
    color: #fff;
    text-transform: uppercase;
    width: 100px;
    height: 100px;
    background: #4169e1;
    display: flex;
    justify-content: center;
    align-items: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.faq-wrapper {
    display: flex;
    flex-wrap: wrap;
    border-radius: 10px;
    background: #b5dae3;
    color: #000;
}

.about-wrapper {
    color: #4169e2;
    line-height: 1.8;
    max-width: 1300px;
    margin: auto;
    padding: 30px 30px;
}

.about-wrapper p {
    font-size: 15px;
}

/* product */
.product-box-sport {
    background: url(../images/affiliate/Affiliate-Product-Sportsbook.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;   background-size: contain;
}

.product-box-casino {
    background: url(../images/affiliate/Affiliate-Product-Live.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    animation-delay: 250ms;   background-size: contain;
}

.product-box-slot {
    background: url(../images/affiliate/Affiliate-Product-Slots.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    animation-delay: 400ms;   background-size: contain;
}

.product-box-fishing {
    background: url(../images/affiliate/Affiliate-Product-Fishing.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    animation-delay: 550ms;   
    background-size: contain;
}

.product-box-lottery {
    background: url(../images/affiliate/Affiliate-Product-Lottery.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    animation-delay: 700ms;   
    background-size: contain;
}

.product-box-esport {
    background: url(../images/affiliate/Affiliate-Product-Esports.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;   
    background-size: contain;
}

.product-box-poker {
    background: url(../images/affiliate/banner-poker.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;   
    background-size: contain;
}

.product-box-virtual {
    background: url(../images/affiliate/Affiliate-Product-VSports.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    animation-delay: 700ms;   
    background-size: contain;
}

.product-box-horse {
    background: url(../images/affiliate/banner-horse.png) no-repeat center;
    min-height: 322px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    animation-delay: 700ms;   
    background-size: contain;
}

.product-text {
    width: 57%;
    color: #808080;
    margin-top: 25px;
}

.sport-t {
    margin-left: 43%;
    width: 47%;
    }

.casino-t {
    margin-left: 10%;
    width: 53%;
    }

.slot-t {
    margin-left: 52%;
    width: 40%;
}

.fishing-t {
    margin-left: 10%;
    width: 48%;
}

.esport-t {
    margin-left: 52%;
    width: 40%;
}

.lottery-t {
    margin-left: 10%;
    width: 48%;
}

.poker-t {
    margin-left: 6%;
    width: 48%;
}

.virtual-t {
    margin-left: 47%;
    width: 51%;
}

.product-title {
    font-size: 25px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    }

.product-text p {
    margin: 0;
    color: #fff;
    line-height: 2;
    font-size: 15px;
    max-width: 630px;
}