@import url('../../css2');

* {
    /* display: flex; */
    margin: 0px;
    padding: 0px;
}

body {
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
}

a, a:hover {
    text-decoration: none !important;
    color: white !important;
}

button {
    border-radius: 0px;
    border: inherit;
    outline: none;
}

    button:focus {
        border-radius: 0px;
        border: inherit;
        outline: none;
        box-shadow: none;
    }

ul {
    margin: 0px;
    padding: 0px;
}

    ul li {
        list-style: none;
    }

input:focus {
    border: none;
    outline: none;
    box-shadow: none;
}

p {
    color: #797979;
}


:root {
    --red: #d20009;
    --green: #52b788;
    --darkgreen: #03441b;
    --blue: #013863;
    --oldblack: #1c2a44;
}

.banner h1 {
    font-size: 42px;
    font-weight: 800;
    color: #fff;
}

.banner h2 {
    font-size: 36px;
    font-weight: 700;
    color: var(--oldblack);
}


h3 {
    font-size: 30px;
    font-weight: 800;
    color: var(--oldblack);
}

.small-text {
    font-size: 22px;
    color: #000;
    font-weight: 800;
}

.str_five {
    background: -webkit-linear-gradient(top, var(--norm_green-color) 51.48%, rgb(182, 89, 254) 51.49%);
    background: linear-gradient(180deg, #17b15e 51.48%, rgb(182, 89, 254) 51.49%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px !important;
    font-weight: 600;
}

.str_zero {
    background: -webkit-linear-gradient(top, var(--norm_red-color) 50.96%, rgb(182, 89, 254) 50.97%);
    background: linear-gradient(180deg, #d23838 50.96%, rgb(182, 89, 254) 50.97%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-size: 24px !important;
    font-weight: 600;
}

.heading-text {
    font-size: 48px;
    font-weight: 900;
    color: #000;
}

.text span {
    color: var(--darkgreen);
    font-weight: 600;
}

.section-heading {
    margin-bottom: 30px;
}

    .section-heading h3 {
        font-size: 30px;
        color: #000;
        font-weight: 700;
        text-align: center;
    }

.web-heading span {
    color: var(--blue);
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 10px;
    display: block;
}

/*back to top css start*/


#myBtn {
    display: inline-block;
    background-color: #fff;
    text-align: center;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s, opacity .5s, visibility .5s;
    opacity: 0;
    visibility: hidden;
    z-index: 1000;
    width: 35px;
    height: 35px;
    line-height: 40px;
    -webkit-animation: backto-top-bounce 4s infinite ease-in-out;
    animation: backto-top-bounce 4s infinite ease-in-out;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
}

@-webkit-keyframes backto-top-bounce {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-5px);
    }
}

@keyframes backto-top-bounce {
    0% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-5px);
    }

    50% {
        -webkit-transform: translateY(8px);
        transform: translateY(10px);
    }

    100% {
        -webkit-transform: translateY(-4px);
        transform: translateY(-5px);
    }
}


#myBtn i {
    font-size: 20px;
    color: var(--blue);
}

#myBtn:active {
    background-color: #555;
}

#myBtn.show {
    opacity: 1;
    visibility: visible;
}

.top-logo .mr-0 {
    margin-right: 0px;
}

.top-logo .r-logo {
    width: 65px;
}

.top-logo .l-logo {
    width: 140px;
}

.r-logo {
    width: 100px;
    height: 100px;
    background-color: transparent;
    animation-name: spin;
    animation-duration: 5000ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
    /* transform: rotate(3deg); */
    /* transform: rotate(0.3rad);/ */
    /* transform: rotate(3grad); */
    /* transform: rotate(.03turn);  */
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
/*back to top css end*/


/*nav css start*/
.navbar .lower-head {
    margin-left: 22px;
    color: #fff;
    margin-bottom: 20px;
}

.content .navbar > .container, .navbar > .container-fluid, .navbar > .container-lg, .navbar > .container-md, .navbar > .container-sm, .navbar > .container-xl, .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: center;
}

.content .navbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 8px;
    padding-bottom: 8px;
    background: rgb(63, 63, 63);
    z-index: 99999999999;
    /*background: linear-gradient(90deg, #6F7381 0%, #A9AAB5 100%);*/
}

.navbar .lower-head p {
    color: #fff;
    font-size: 13px;
    margin-bottom: 0px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }
}

nav {
    /*background-color: #fff;*/
    /*box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);*/
}

.navbar .navbar-brand img {
    max-height: 100%;
    max-width: 120px;
    height: auto;
    object-fit: cover;
}

.navbar {
    /*position: relative;*/
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: rgb(21 39 60 / 75%);
}

nav ul li a {
    font-size: 16px;
    font-weight: 600;
}
/*.navbar-nav .nav-item{
    padding-left:15px;
}*/

nav ul li .nav-link {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}

.navbar-light .navbar-nav .nav-link {
    color: #ffffff !important;
    font-size: 14px;
    font-weight: 400;
}

.navbar-nav {
    gap: .4rem;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: #e8b446 !important;
}

.nav-login a {
    margin: 0px 10px;
}

.header-button i {
    margin-right: 12px;
    font-size: 22px;
}

.navbar-light .navbar-toggler {
    color: #ffff;
    border-color: rgba(0, 0, 0, .1);
    background-color: #fff;
}

.saprator {
    width: 19px;
    height: 4px;
    background-color: #fff;
    opacity: .4;
}


.shine-overlay {
    position: relative;
    overflow: hidden;
    &:hover .shine

{
    display: block;
}

}

.shine {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    background: -webkit-gradient(linear,left top,right top,from(rgba(255,255,255,0)),color-stop(50%,rgba(255,255,255,.8)),to(rgba(255,255,255,0)));
    background: linear-gradient(to right,rgba(255,255,255,0) 0,rgba(255,255,255,.8) 50%,rgba(255,255,255,0) 100%);
    pointer-events: none;
    z-index: 3;
    opacity: 0;
    transform: skew(30deg);
    animation: shine 0.75s linear 1;
}

@keyframes shine {
    0% {
        left: -50%;
        opacity: 0;
    }

    50% {
        left: 25%;
        opacity: .5;
    }

    100% {
        left: 100%;
        opacity: 0;
    }
}
/*nav css end*/

/*button css start*/

.request-demo .head-band {
    background: linear-gradient(180deg,#F6E3A3 0%,#D2A753 100%);
    /*border-top: 2px solid #fff;*/
    /*margin-top: 15px;*/
    border-radius: 6px;
}

.request-demo .request-band {
    background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%);
    margin-left: 10px;
    margin-right: 10px;
}

.request-demo .head-band {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.request-demo .band-left {
    display: flex;
    align-items: center;
}

.request-demo-content {
    display: flex;
    align-items: center;
}

    .request-demo-content .re-icon i {
        margin-top: 7px;
        font-size: 14px !important;
        margin-left: -2px;
    }

.request-demo .request-demo-content p {
    margin-bottom: 0px;
    padding: 5px;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: right;
}

.request-demo .request-demo-content i {
    font-size: 17px;
}

.content-seen {
    color: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.request-demo .request-demo-content .down {
    font-size: 16px;
    background-color: #000;
    padding: 3px 8px 4px 8px;
    border-radius: 6px;
}

.request-demo .button {
    margin-top: 15px;
    margin-bottom: 15px;
}


.header-button {
    border-radius: 10px;
    color: #000 !important;
    background: linear-gradient(180deg,#F6E3A3 0%,#D2A753 100%);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 0;
    font-weight: 500;
    font-size: 14px;
    transition: 0.5s;
    width: 8rem;
    padding: 2px 8px;
    margin-left: .13333rem;
    white-space: pre-wrap;
    text-align: center;
    line-height: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.student-button {
    border-color: var(--oldblack) !important;
    background-color: var(--oldblack);
}

.header-button:hover {
    color: var(--blue);
    background-color: #fff;
}

.student-button:hover {
    color: var(--oldblack);
    background-color: #fff;
}

.login-button {
    border-radius: 25px;
    border: 1px solid var(--blue) !important;
    transition: 0.5s;
    padding: 10px 30px;
    color: var(--red);
    display: inline-block;
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
    border: 0;
    font-weight: 600;
    font-size: 16px;
}

    .login-button:before, .login-button:after {
        top: 0;
        left: 0;
        content: "";
        width: 100%;
        z-index: -1;
        height: 100%;
        position: absolute;
        transform: scaleX(0);
        transition: 0.5s;
        background-color: var(--red);
    }

    .login-button:hover:before {
        transform: scaleX(1);
    }

    .login-button:hover:after {
        transform: scaleY(1);
    }

    .login-button:after {
        transform: scaleY(0);
    }

    .login-button:hover {
        color: #fff;
    }

/*button css end*/

/*banner section css start*/




/*body{
	background: url(../images/banner-bg2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
    background-position:center;
	padding: 200px 0;
}*/
.banner {
    background: url(../images/banner-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 220px 0;
    margin-top: -98px;
}

    .banner .banner-image {
        text-align: right;
        position: relative;
    }

    .banner .banner-content p {
        color: #fff;
        font-size: 14px;
    }

.button {
    margin-top: 8px;
}


.banner .owl-carousel .item img {
    border-radius: 10px;
}

.banner .banner-content {
    /*padding-right: 50px;*/
}

.banner .student-button {
    border-color: #fff !important;
    background-color: #fff;
    color: var(--oldblack);
}

    .banner .student-button:hover {
        border-color: #fff !important;
        color: #fff;
        background-color: transparent;
    }

.banner .banner-image:before {
    position: absolute;
    content: "";
    background-image: url(../images/cap.png);
    right: 110px;
    top: -82px;
    animation: mover2 2s infinite alternate;
    background-repeat: no-repeat;
    width: 139px;
    height: 136px;
}


@keyframes mover2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translatex(-50px);
    }
}

.banner .bnr-button {
    margin-top: 30px;
}

.banner .header-button {
    margin-right: 20px;
}

/*banner section css end*/

/*our-services css start*/

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

.middle-service {
    margin-top: 10px;
}

    .middle-service .service-area ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .middle-service .service-area ul li {
            margin-right: 0px;
            width: 50%;
        }

            .middle-service .service-area ul li:last-child {
                margin-right: 0px;
            }

    .middle-service .service-option {
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        background-image: url(../images/hot_bg.png);
        /*background: -webkit-linear-gradient(top, #F6E3A3 0%, #c39231 100%);
        background: linear-gradient(180deg, #F6E3A3 0%, #c39231 100%);*/
        padding: 14px 8px;
        transition: 0.3s;
        border-radius: 14px;
        display: flex;
        align-items: center;
        margin: 5px;
        background-size: cover;
    }

        .middle-service .service-option img {
            /*margin-top: -30px;*/
            margin-bottom: 6px;
        }

        .middle-service .service-option img {
            width: 5.33333rem;
            /*height: 5.16rem;*/
        }

        .middle-service .service-option h4 {
            color: #333;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0px;
            transition: 0.3s;
        }

@media (max-width: 575px) {
    .middle-service .service-area ul li {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .middle-service .service-area ul li {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .middle-service .service-option {
        padding: 14px 8px;
    }
}

@media (max-width: 991px) {
    .middle-service .service-option {
        margin: 5px;
    }
}
/*---------------------*/

/*---------Middle-tabs-----*/
.middle-tabs {
    margin-top: 15px;
}

    .middle-tabs .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        padding-left: 0px;
        margin-bottom: 0;
        list-style: none;
    }


    .middle-tabs .nav-tabs {
        border-bottom: none;
    }

    .middle-tabs .nav-link.active {
        color: #8f5206 !important;
        background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%) !important;
        border-color: #292929;
        border-radius: 5px;
    }

    .middle-tabs .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #a6a9ae;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .middle-tabs .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: none;
        /* border-top-left-radius: 4px; */
        /* border-top-right-radius: 4px; */
        background: #3A3A3A;
    }

    .middle-tabs .service-area {
        text-align: center;
    }

        .middle-tabs .service-area ul {
            display: flex;
            align-items: center;
            /* justify-content: center; */
            flex-wrap: wrap;
        }

            .middle-tabs .service-area ul li {
                margin-right: 0px;
                width: 33.333333%;
            }

                .middle-tabs .service-area ul li:last-child {
                    margin-right: 0px;
                }

    .middle-tabs .service-option {
        margin-top: 47px;
        width: auto;
        height: auto;
    }

        .middle-tabs .service-option img {
            margin-top: -36px;
            margin-bottom: .13333rem;
        }

        .middle-tabs .service-option img {
            width: 92%;
            height: 160px;
            /* width: 100%; */
            /* height: 100%; */
            object-fit: cover;
            border-radius: 10px;
        }

        .middle-tabs .service-option h4 {
            /* color:#333; */
            /* font-size: 16px; */
            /* font-weight: 600; */
            /* margin-bottom: 0px; */
            /* transition: 0.3s; */
            margin-top: -25px;
            display: block;
            color: #ffee6a;
            white-space: break-spaces;
            font-weight: 700;
            font-size: 12px;
            text-align: center;
            /* position: absolute; */
            bottom: -99px;
            width: 100%;
        }
/*-------------------------*/


/*---------slote-tabs-----*/
.slot-tabs {
    margin-top: 15px;
}

    .slot-tabs .nav {
        display: flex;
        flex-wrap: wrap;
        padding-left: 18px;
        margin-bottom: 0;
        list-style: none;
    }


    .slot-tabs .nav-tabs {
        border-bottom: none;
    }

    .slot-tabs .nav-link.active {
        color: #8f5206 !important;
        background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%) !important;
        border-color: #292929;
        border-radius: 5px;
    }

    .slot-tabs .nav-link {
        display: block;
        padding: .5rem 1rem;
        color: #a6a9ae;
        text-decoration: none;
        transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
    }

    .slot-tabs .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: none;
        /* border-top-left-radius: 4px; */
        /* border-top-right-radius: 4px; */
        background: #3A3A3A;
    }

    .slot-tabs .service-area {
        text-align: center;
    }

        .slot-tabs .service-area ul {
            display: flex;
            align-items: center;
            /* justify-content: center; */
            flex-wrap: wrap;
        }

            .slot-tabs .service-area ul li {
                margin-right: 0px;
                width: 50%;
            }

                .slot-tabs .service-area ul li:last-child {
                    margin-right: 0px;
                }

    .slot-tabs .service-option {
        margin-top: 47px;
        width: auto;
        height: auto;
    }

        .slot-tabs .service-option img {
            margin-top: -36px;
            margin-bottom: .13333rem;
        }

        .slot-tabs .service-option img {
            width: 92%;
            height: 200px;
            /* width: 100%; */
            /* height: 100%; */
            object-fit: cover;
            border-radius: 10px;
        }

        .slot-tabs .service-option h4 {
            /* color:#333; */
            /* font-size: 16px; */
            /* font-weight: 600; */
            /* margin-bottom: 0px; */
            /* transition: 0.3s; */
            margin-top: -25px;
            display: block;
            color: #ffee6a;
            white-space: break-spaces;
            font-weight: 700;
            font-size: 13px;
            text-align: center;
            /* position: absolute; */
            bottom: -99px;
            width: 100%;
        }
/*-------------------------*/

/*---------------swipe-tabel-------------*/
.table-swipe {
    margin-top: 15px;
}

    .table-swipe .avatar-xs {
        height: 3rem;
        width: 3rem;
    }

    .table-swipe .avatar-md {
        height: 3rem;
        width: 80px;
        border-radius: 4px;
        object-fit: cover;
    }

    .table-swipe .rounded-circle {
        border-radius: 50% !important;
    }

    .table-swipe .flex-grow-1 {
        flex-grow: 1 !important;
        color: #a6a9ae;
        font-size: 13px;
    }

    .table-swipe .flex-grow-2 {
        flex-grow: 1 !important;
        color: #fae59f;
        font-weight: 600;
        font-size: 14px;
    }

.table > :not(caption) > * > * {
    padding: .5rem .2rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 4px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    color: #a6a9ae;
}

tbody, td, tfoot, th, thead, tr {
    border-color: #292929;
    border-style: solid;
    border-width: 0px;
    background-color: #333332;
}
/*---------------swipe-tabel end-------------*/


.our-services {
    margin-top: 24px
}



    .our-services .service-area ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .our-services .service-area ul li {
            margin-right: 0px;
            width: 33.3333333%;
        }

            .our-services .service-area ul li:last-child {
                margin-right: 0px;
            }

    .our-services .service-option {
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        background: -webkit-linear-gradient(top, #F6E3A3 0%, #D2A753 100%);
        background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%);
        padding: 18px 8px;
        transition: 0.3s;
        border-radius: 14px;
        margin: 5px;
    }

.content {
    position: relative;
    background: #292929 !important;
}

.our-services .service-option img {
    margin-top: -30px;
    margin-bottom: .13333rem;
}

.our-services .service-option img {
    width: 5.33333rem;
    height: 5.16rem;
}

.our-services .service-option h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
    transition: 0.3s;
}

.our-services .service-option i {
    color: var(--blue);
    font-size: 40px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.our-services .service-option:hover {
    background-color: var(--blue);
}

    .our-services .service-option:hover h4 {
        color: #fff;
    }

    .our-services .service-option:hover i {
        color: #fff;
    }

/*our-services css end*/

/*welcome-us css start*/

.welcome-us {
    margin-top: 80px;
}

    .welcome-us p {
        font-size: 14px;
        text-align: justify;
    }

    .welcome-us .about-content .about-option {
        margin-bottom: 15px;
    }

    .welcome-us .about-content .icon {
        height: 50px;
        width: 50px;
        background-color: rgba(15, 21, 26, 0.93);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 10px;
        animation: ripple-out 1.5s ease-in-out infinite;
        flex: none;
    }

@keyframes ripple-out {
    0% {
        box-shadow: 0 0 0 0 rgb(80 65 250 / 26%);
    }

    100% {
        box-shadow: 0 0 0 14px rgba(37, 211, 102, 0);
    }
}

.welcome-us .about-content .icon i {
    color: #fff;
}

.welcome-us .about-content .text h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0px;
}

.welcome-us .about-content h4 {
    font-size: 18px;
    font-weight: 600;
}


/*welcome-us css end*/

/*number-counter css start*/

.number-counter {
    background: -webkit-linear-gradient(top, #F6E3A3 0%, #D2A753 100%);
    background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%);
    /*background-repeat: no-repeat;
	background-size: cover;*/
    /* z-index: 1; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    border-radius: 14px;
    padding: 10px;
    margin-left: 5px;
    margin-right: 5px;
}

    /*.number-counter:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
     background: rgb(254 128 162 / 84%); 
    background-color:#282424;
    opacity: 0.75;
    z-index: -1;
}*/
    .number-counter .counters {
        /*border-right: 1px solid #ffffff3b;*/
        /* padding: 40px; */
        text-align: center;
    }

    .number-counter .counters-lst {
        border-right: 0px;
    }

    .number-counter .counters img {
        width: 50px;
    }

    .number-counter .counters img {
        width: auto;
        height: 75px;
        /* text-align: left; */
    }

    .number-counter .counters img {
        /* margin-top: -30px; */
        margin-bottom: .13333rem;
    }

    .number-counter .counters h5 {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
        color: #333;
        text-align: center;
    }

    .number-counter .counters .counter {
        font-size: 36px;
        font-weight: 700;
        color: #fff;
    }

    .number-counter .col-lg-3 {
        padding: 0px;
    }

/*number-counter css end*/

/*who-we-are css start*/
.who-we-are p {
    font-size: 14px;
}

.who-we-are {
    background-image: url(../images/who-we-are-bg.jpg);
    background-repeat: no-repeat;
    background-position: left;
    padding: 80px 0px;
    position: relative;
    overflow: hidden;
}

    .who-we-are:after {
        position: absolute;
        content: "";
        width: 181px;
        height: 173px;
        right: -40px;
        bottom: 100px;
        background-image: url(../images/who-we-are-after.png);
        background-repeat: no-repeat;
        -webkit-animation: backto-top-bounce2 5s infinite ease-in-out;
        animation: backto-top-bounce2 5s infinite ease-in-out;
        z-index: -1;
    }

@-webkit-keyframes backto-top-bounce2 {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-6px);
    }
}

@keyframes backto-top-bounce {
    0% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-6px);
    }

    50% {
        -webkit-transform: translateY(10px);
        transform: translateY(12px);
    }

    100% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-6px);
    }
}

.who-we-are .who-images {
    padding-right: 30px;
}

    .who-we-are .who-images img {
        border-radius: 5px;
    }

.who-we-are .who-content {
    margin-bottom: 30px;
}

.who-we-are .visa-option {
    display: flex;
    background-color: whitesmoke;
    border-radius: 5px;
    padding: 20px;
    margin-bottom: 25px;
    min-height: 175px;
}

    .who-we-are .visa-option .visa-icon {
        margin-right: 10px;
    }

    .who-we-are .visa-option i {
        color: var(--blue);
        font-size: 20px;
    }

    .who-we-are .visa-option h4 {
        color: var(--oldblack);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 15px;
        transition: 0.3s;
    }

        .who-we-are .visa-option h4 span {
            font-size: 14px;
        }

    .who-we-are .visa-option p {
        text-align: justify;
        margin-bottom: 0px;
    }

/*who-we-are css end*/

/*why css start*/

.why {
    margin-top: 80px;
}


    .why .why-box {
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        background-color: #fff;
        border-radius: 5px;
        overflow: hidden;
    }

        .why .why-box .why-image {
            position: relative;
        }

            .why .why-box .why-image:hover img {
                -webkit-transform: scale(1.2);
                transform: scale(1.2);
            }

            .why .why-box .why-image img {
                webkit-transform: scale(1);
                transform: scale(1);
                -webkit-transition: .3s ease-in-out;
                transition: .3s ease-in-out;
            }

            .why .why-box .why-image:after {
                position: absolute;
                content: "";
                bottom: -30px;
                left: 0px;
                background-image: url(../images/shape.svg);
                width: 101%;
                height: 38%;
                z-index: 10;
                background-repeat: no-repeat;
            }

.more-button {
    border-radius: 25px;
    border: 1px solid var(--blue) !important;
    transition: 0.5s;
    padding: 5px 30px;
    margin-bottom: 10px;
    color: var(--blue);
    background-color: transparent;
    display: inline-block;
    text-align: center;
    position: relative;
    /*overflow: hidden;*/
    z-index: 1;
    border: 0;
    font-weight: 600;
    font-size: 13px;
    width: max-content;
    /*transition: all .6s;*/
    transition: .5s ease-in-out;
}


    /*.more-button::before {
    height: 100%;
    background: var(--blue);
    z-index: -1;
    -webkit-transition: .8s;
    -moz-transition: .8s;
    -o-transition: .8s;
    transition: .8s;
}

.more-button::before {
    width: 0;
    top: 0;
    right: 0;
    content: "";
    position: absolute;
}*/

    .more-button:hover {
        background-color: var(--blue);
        color: #fff !important;
        -webkit-transition: .8s;
        -moz-transition: .8s;
        -o-transition: .8s;
        transition: .8s;
    }


.why .why-box .why-content {
    padding: 30px 0px 10px 20px;
}

.why .why-box h4 {
    color: var(--blue);
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    transition: 0.3s;
}

.why .why-box p {
    margin-bottom: 0px;
    font-size: 14px;
    text-align: justify;
}

/*------------wallet start-----------------*/
.wallet {
    margin-left: 0px;
    margin-right: 0px;
}

    .wallet .product-box {
        /* box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important; */
        padding: 10px 20px;
        text-align: center;
        /* margin-top: 30px; */
        min-height: 150px;
        border-radius: 10px;
        background: #333332;
        /* background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%); */
        margin-bottom: 12px;
    }

        .wallet .product-box .product-icon {
            border-radius: 50%;
            height: 100px;
            width: 100px;
            line-height: 100px;
            text-align: center;
            margin: 0 auto;
            background-color: #fff;
            border: 1px solid #f5f5f5;
            box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important;
        }

            .wallet .product-box .product-icon img {
                width: 50px;
            }

        .wallet .product-box .web-points {
            display: flex;
            align-items: center;
            margin-bottom: -20px;
            /* box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%); */
            border-radius: 5px;
            padding: 8px;
            transition: 0.3s;
        }

            .wallet .product-box .web-points .web-icon {
                margin-right: 10px;
            }

        .wallet .product-box .web-text h4 {
            margin-right: 10px;
            color: #ffffff;
            font-size: 16px;
        }

        .wallet .product-box .web-icon i {
            color: #ffffff;
            font-size: 22px;
        }

        .wallet .product-box .product-text .product-heading {
            font-weight: 600;
            margin-top: 18px;
            font-size: 32px;
            color: #ffffff;
        }

            .wallet .product-box .product-text .product-heading i {
                font-size: 28px;
                margin-right: 2px;
            }

        .wallet .product-box .product-text p {
            font-size: 16px;
            color: #fff;
        }

        .wallet .product-box .total {
            display: flex;
            align-items: center;
            margin-left: 20px;
            margin-right: 20px;
            justify-content: space-between;
        }

            .wallet .product-box .total p {
                color: #ffffff;
                margin-bottom: 5px;
                font-size: 13px;
            }




            .wallet .product-box .total .torech {
                /*border-right: 1px solid #bd9665;*/
                padding-right: 30px;
            }

.wallet-cover {
    background: #333332;
    border-radius: 12px;
    padding: 10px;
}

.wallet .main-wallet {
    margin-top: 10px;
}

    .wallet .main-wallet ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .wallet .main-wallet ul li {
            width: 50%;
            margin-right: 0px;
        }

    .wallet .main-wallet .service-option {
        margin: 6px;
    }

@media (max-width: 575px) {
    .wallet .main-wallet ul li {
        width: 50%;
    }
}

@media (max-width: 991px) {
    .wallet .main-wallet ul li {
        margin-right: 0px;
    }
}

@media (max-width: 575px) {
    .wallet .main-wallet .service-option {
        padding: 25px 8px;
    }
}

@media (max-width: 991px) {
    .wallet .main-wallet .service-option {
        margin: 6px;
    }
}

.wallet .main-wallet .service-option {
    /* box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%); */
    /* background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%); */
    padding: 7px;
    transition: 0.3s;
    border-radius: 5px;
}

    .wallet .main-wallet .service-option h4 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 0px;
        transition: 0.3s;
    }

    .wallet .main-wallet .service-option p {
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
        transition: 0.3s;
    }

    .wallet .main-wallet .service-option i {
        color: #f7fafd;
        font-size: 14px;
        margin-bottom: 20px;
        transition: 0.3s;
    }

.wallet .log-button {
    margin-top: 20px;
    text-align: center;
}

.wallet .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #000000;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}
/*------------wallet end-----------------*/

/*------------promotion start-----------------*/
.promotion {
    margin-left: 0px;
    margin-right: 0px;
}

    .promotion .product-box {
        box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important;
        padding: 10px 20px;
        text-align: center;
        margin-top: 0px;
        min-height: 200px;
        border-radius: 0px;
        /* background: rgb(63, 63, 63); */
        background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%);
    }

        .promotion .product-box .product-icon {
            border-radius: 50%;
            height: 100px;
            width: 100px;
            line-height: 100px;
            text-align: center;
            margin: 0 auto;
            background-color: #fff;
            border: 1px solid #f5f5f5;
            box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important;
        }

            .promotion .product-box .product-icon img {
                width: 50px;
            }

.product-box p {
    font-size: 11px;
    color: #fff;
    margin-bottom: 0px;
}

.promotion .log-button {
    margin-bottom: 8px;
    text-align: center;
}

.promotion .log-btn {
    background: #333332;
    color: #ffffff;
    padding: 5px 23px;
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    /* border: 2px solid var(--blue); */
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.promotion-mid {
    padding-top: 20px;
}

    .promotion-mid .web-points {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 12px;
        transition: 0.3s;
        background-color: #454545;
        position: relative;
    }

        .promotion-mid .web-points .web-icon {
            margin-right: 5px;
            padding-right: 5px;
        }

            .promotion-mid .web-points .web-icon img {
                width: 38px;
                filter: hue-rotate(187deg);
            }

        .promotion-mid .web-points .web-text h4 {
            font-size: 14px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

        .promotion-mid .web-points .ab {
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0%;
            right: 27px;
            padding-right: 1px;
        }

            .promotion-mid .web-points .ab i {
                font-size: 12px;
                color: #fff;
            }

.log-button {
    margin-right: 30px;
    margin-left: 30px;
}

.link-btn {
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
    color: #8f5206;
    padding: 8px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.pro-bg {
    border-radius: 6px;
    background-color: #3f3f3f;
    transform: translateY(-66%) translateY(105px);
    margin-left: 0px;
    margin-right: 0px;
}

.top-head {
    background-color: #3a3947;
    width: 100%;
    padding: 8px;
    display: flex;
    align-items: center;
    /*border-top-left-radius: 6px;
    border-top-right-radius: 6px;*/
    border-radius: 15px 15px 0px 0px;
}

    .top-head img {
        width: 26px;
        filter: sepia(1);
    }

    .top-head h4 {
        font-size: 12px;
        margin-bottom: 0px;
        color: #fff;
    }

.main-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 0px;
    /* border-right: 1px solid #696969; */
}

    .main-box .main-text {
        margin-bottom: 20px;
    }

        .main-box .main-text p {
            margin-bottom: 0px;
            color: #acafc2;
            font-size: 12px;
        }

.promotion .product-box .web-points {
    display: flex;
    align-items: center;
    margin-bottom: -20px;
    /* box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%); */
    border-radius: 5px;
    padding: 8px;
    transition: 0.3s;
}

    .promotion .product-box .web-points .web-icon {
        margin-right: 10px;
    }

.promotion .product-box .web-text h4 {
    margin-right: 10px;
    color: #542f00;
    font-size: 16px;
}

.promotion .product-box .web-icon i {
    color: #542f00;
    font-size: 22px;
}

.promotion .product-box .product-text .product-heading {
    font-weight: 500;
    margin-top: 0px;
    font-size: 25px;
    color: #8f5206;
}

.promotion .product-box .product-text p {
    font-size: 16px;
    color: #fff;
}

.promotion .product-box .total {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: space-between;
}

    .promotion .product-box .total p {
        color: #542f00;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .promotion .product-box .total .torech {
        padding-right: 30px;
    }

.pro-bottom {
    padding-top: 20px;
    padding-bottom: 40px;
}

.bottom-bg {
    background-color: #454545;
    position: relative;
}

.pro-bottom .web-points {
    display: block;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 10px;
    transition: 0.3s;
}

.pro-bottom .pro-content {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.pro-bottom .pro-head {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

.pro-bottom .pro-content span {
    color: #ffdf00;
    font-size: 14px;
    font-weight: 500;
}

.pro-bottom .pro-content .h-m {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
}

.pro-bottom .web-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 10px;
    position: relative;
}

    .pro-bottom .web-head .web-icon {
        margin-right: 5px;
        padding-right: 5px;
    }

    .pro-bottom .web-head .web-text h4 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0px;
    }

    .pro-bottom .web-head .web-icon img {
        width: 40px;
        filter: hue-rotate(187deg);
    }

/*------------promotion end-----------------*/

/*--------------about start-----------------------*/
.aboutus {
    padding-top: 20px;
}

    .aboutus .web-points {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 18px;
        transition: 0.3s;
        background-color: #3a4584;
        position: relative;
    }

        .aboutus .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

        .aboutus .web-points .ab {
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0%;
            right: 27px;
            padding-right: 1px;
        }

            .aboutus .web-points .ab i {
                font-size: 12px;
                color: #fff;
            }

.about-nav {
    background: #C4933F !important;
}

    .about-nav .top-text {
        padding: 20px;
    }

        .about-nav .top-text h4 {
            font-size: 18px;
            color: #fff;
        }

    .about-nav .right-icon i {
        color: #fff;
        font-size: 22px
    }

    .about-nav .left-icon i {
        color: #fff;
    }
/*--------------about end-----------------------*/

/*--------------customer service start-----------------------*/
.head-banner {
    background: linear-gradient(90deg,#C4933F 0%, #FAE59F 100%);
}

    .head-banner .head-img img {
        height: 180px;
    }

.customer-service {
    padding-top: 20px;
}

    .customer-service .web-points {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 12px;
        transition: 0.3s;
        background-color: #454545;
        position: relative;
    }

        .customer-service .web-points .web-icon {
            margin-right: 5px;
            padding-right: 5px;
        }

            .customer-service .web-points .web-icon img {
                width: 45px;
            }

        .customer-service .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

        .customer-service .web-points .ab {
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0%;
            right: 27px;
            padding-right: 1px;
        }

            .customer-service .web-points .ab i {
                font-size: 12px;
                color: #fff;
            }

.customer-nav {
    background: #C4933F !important;
}

    .customer-nav .top-text {
        padding: 20px;
    }

        .customer-nav .top-text h4 {
            font-size: 18px;
            color: #fff;
        }

    .customer-nav .right-icon i {
        color: #fff;
        font-size: 22px
    }

    .customer-nav .left-icon i {
        color: #fff;
    }
/*--------------customer service end-----------------------*/

/*------------recharge start-----------------*/

.recharge .product-box {
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important;
    padding: 10px 20px;
    margin-top: 30px;
    min-height: 150px;
    border-radius: 10px;
    /* background: rgb(63, 63, 63); */
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
}

    .recharge .product-box .product-icon {
        border-radius: 50%;
        height: 100px;
        width: 100px;
        line-height: 100px;
        margin: 0 auto;
        background-color: #fff;
        border: 1px solid #f5f5f5;
        box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important;
    }

        .recharge .product-box .product-icon img {
            width: 50px;
        }

    .recharge .product-box .web-points {
        display: flex;
        align-items: center;
        margin-bottom: -20px;
        /* box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%); */
        border-radius: 5px;
        padding: 8px;
        transition: 0.3s;
    }

        .recharge .product-box .web-points .web-icon {
            margin-right: 10px;
        }

    .recharge .product-box .web-text h4 {
        margin-right: 10px;
        color: #542f00;
        font-size: 16px;
    }

    .recharge .product-box .web-icon i {
        color: #542f00;
        font-size: 22px;
    }

    .recharge .product-box .product-text .product-heading {
        font-weight: 600;
        margin-top: 18px;
        font-size: 32px;
        color: #542f00;
        margin-left: 20px;
    }

    .recharge .product-box .product-text p {
        font-size: 16px;
        color: #fff;
    }

.recharge .log-button {
    margin-top: 20px;
    text-align: center;
}

.recharge .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #000000;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.recharge-banner .web-points {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    text-align: center;
    padding: 15px;
    background: #353535;
    margin-bottom: 12px;
}

.recharge-banner .active {
    background: linear-gradient(90deg, #C4933F 0%, #FAE59F 100%) !important;
}

.active h4 {
    color: #fff !important;
}

.recharge-banner .web-points .web-icon {
    margin-right: 5px;
    margin-bottom: 6px;
    padding-right: 5px;
}

    .recharge-banner .web-points .web-icon img {
        width: 45px;
    }

.recharge-banner {
    margin-top: 10px;
    margin-bottom: 0px;
}

    .recharge-banner .web-points .web-text h4 {
        font-size: 14px;
        font-weight: 500;
        color: #C4933F;
        margin-bottom: 10px;
    }

    .recharge-banner .web-points .ab {
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        top: 0%;
        right: 27px;
        padding-right: 1px;
    }

        .recharge-banner .web-points .ab i {
            font-size: 12px;
            color: #fff;
        }

/*------------recharge end-----------------*/

/*------------vip start-----------------*/

.vip .product-box {
    padding: 10px 20px;
    margin-top: 30px;
    min-height: 150px;
    border-radius: 10px;
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
}

    .vip .product-box .web-points {
        display: flex;
        align-items: center;
        margin-bottom: -20px;
        padding: 8px;
    }

        .vip .product-box .web-points .web-icon img {
            width: 80px;
        }

        .vip .product-box .web-points .web-icon {
            margin-right: 10px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
        }

    .vip .product-box .web-text h4 {
        color: #fff;
        font-size: 16px;
    }

.mid-sec .mid-text p {
    font-size: 15px;
    color: #888;
    text-align: left;
    border: 1px solid #fff;
    padding: 8px;
    border-radius: 6px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.vip-image {
    width: 54px;
    height: 23px;
    background-image: url(../images/vip-image.png);
    background-size: cover;
    margin-bottom: 10px;
}

.vip .product-box .web-icon i {
    color: #542f00;
    font-size: 22px;
}

.vip-banner {
    margin-top: -30px;
    margin-bottom: 0px;
}

.vip .product-box .product-text .product-heading {
    font-weight: 600;
    margin-top: 18px;
    font-size: 32px;
    color: #542f00;
    margin-left: 20px;
}

.vip .product-box .product-text p {
    font-size: 16px;
    color: #fff;
}

.vip-banner .web-points {
    border-radius: 6px;
    position: relative;
    text-align: center;
    padding: 15px;
    background: #C4933F;
    margin-bottom: 12px;
}

.recharge-banner {
    margin-top: 10px;
    margin-bottom: 0px;
}

.vip-banner .web-points .web-text h4 {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}

    .vip-banner .web-points .web-text h4 span {
        font-size: 17px;
        font-weight: 600;
        color: #f0e57f;
    }

.big {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #fff !important;
    margin-right: 5px;
}

.vip-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.vip .sbu-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4dd8ef;
    padding: 0px 20px 0px 20px;
    border-radius: 6px;
    margin-bottom: 5px;
}

    .vip .sbu-box .icon-img img {
        width: 18px;
    }

    .vip .sbu-box .icon-text h5 {
        margin-bottom: 0px;
        color: #4dd8ef;
        font-size: 14px;
        margin-left: 6px;
    }

    .vip .sbu-box .icon-text h4 {
        margin-bottom: 0px;
        color: #C4933F;
        font-size: 14px;
        margin-left: 6px;
    }

.vip .safe-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C4933F;
    padding: 0px 20px 0px 20px;
    border-radius: 6px;
    margin-bottom: 5px;
}

    .vip .safe-box .icon-img img {
        width: 30px;
    }

    .vip .safe-box .icon-text h5 {
        margin-bottom: 0px;
        color: #C4933F;
        font-size: 14px;
        margin-left: 6px;
    }

    .vip .safe-box .icon-text h4 {
        margin-bottom: 0px;
        color: #C4933F;
        font-size: 14px;
        margin-left: 6px;
    }

.vip-button .mid-button {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .vip-button .mid-button .log-btn {
        background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
        color: #8f5206;
        padding: 8px 60px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid var(--blue);
        border-radius: 30px;
        transition: 0.3s;
        display: inline-block;
    }

    .vip-button .mid-button .log-button {
        margin-top: 20px;
        text-align: center;
    }

    .vip-button .mid-button .reg-btn {
        background: none;
        color: #C4933F;
        padding: 6px 60px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid #C4933F;
        border-radius: 30px;
        transition: 0.3s;
        display: inline-block;
    }

.vip-button {
    padding-top: 0px;
    padding-bottom: 40px;
}

.reg-btn {
    background: none;
    color: #C4933F;
    padding: 6px 60px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C4933F;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.reg-button {
    margin-top: 20px;
    text-align: center;
}

.vip-button .mid-button .reg-button {
    margin-top: 20px;
    text-align: center;
}

.data-banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .data-banner .data-bg {
        background-color: #353535;
        padding: 15px;
    }
/*------------vip end-----------------*/

/*-------------vip benifits start----------*/
.vip-benefit {
    position: relative;
    padding: 20px 0px;
}

    .vip-benefit .benefitbg {
        background-color: #333332;
        border-radius: 4px;
        padding: 20px 10px;
    }

    .vip-benefit .v-content-head {
        display: flex;
        align-items: center;
        padding: 5px;
        border-bottom: 1px solid #4a4a4a;
    }

        .vip-benefit .v-content-head .v-icon i {
            color: #e7bb5e;
            font-size: 26px;
            margin-right: 10px;
        }

        .vip-benefit .v-content-head h1 {
            color: #fff;
            font-size: 20px;
            font-weight: 600;
            margin-top: 0px;
        }

    .vip-benefit .benefit-box {
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 8px;
        /* max-height: 229px; */
    }

        .vip-benefit .benefit-box .benefit-image {
            background: linear-gradient(88deg, #F6E3A3 0%, #e4bc6c 100%);
            border-top-right-radius: 8px;
            border-top-left-radius: 8px;
        }

    .vip-benefit .benefit .benefit-image {
        position: relative;
    }

    .vip-benefit .benefit-box .benefit-content {
        padding: 10px 7px;
        background-color: #4d4d4c;
        border-end-start-radius: 8px;
        border-end-end-radius: 8px;
        min-height: 92px;
    }

    .vip-benefit .benefit-box h4 {
        color: #f5f3f0;
        font-size: 15px;
        font-weight: 500;
        margin-bottom: 0px;
        transition: 0.3s;
    }

    .vip-benefit .benefit-box p {
        margin-bottom: 0px;
        font-size: 12px;
        color: #a8a5a1;
        text-align: left;
    }

.noActive {
    background: #6f7381;
    color: #a8a5a1;
    border-radius: 30px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 15px;
    border: none;
    margin-top: 8px;
}

.active_vip {
    background: #23b706;
    color: white;
    border-radius: 30px;
    width: 100%;
    height: 34px;
    line-height: 34px;
    letter-spacing: .04em;
    font-weight: 700;
    font-size: 15px;
    border: none;
    margin-top: 8px;
}

.viewD {
    height: 34px;
    line-height: 34px;
    border-radius: 30px;
    border: 1px #d9ac4f solid;
    text-align: center;
    margin-top: 6px;
    color: #d9ac4f;
    font-size: 13px;
    letter-spacing: .01387rem;
}

.vip-middle-tabs .nav-tabs {
    border-bottom: none;
}

.vip-middle-tabs .nav {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 0;
    list-style: none;
}

.vip-middle-tabs .nav-tabs .nav-link {
    margin-bottom: -1px;
    background: 0 0;
    border: none;
    background: #3A3A3A;
    width: 50%;
    color: #a8a5a1;
    font-size: 18px;
}

    .vip-middle-tabs .nav-tabs .nav-link.active {
        color: #d9ac4f !important;
        border-color: #292929;
        border-radius: 5px;
        font-size: 18px;
    }

        .vip-middle-tabs .nav-tabs .nav-link.active::before {
            content: "";
            position: absolute;
            left: 0;
            right: 0;
            margin-inline: auto;
            width: 70px;
            height: 1px;
            bottom: 0;
            background-color: #d9ac4f;
        }

.benefit-record .benefitbg .item {
    display: flex;
    flex-direction: row;
    margin: 9px 0px 3px;
    justify-content: space-between;
    border-bottom: 1px solid #494848;
    /* position: relative; */
    /* width: 100%; */
}

.benefit-record .benefitbg .item-right {
    justify-content: space-around;
}

.benefit-record .benefitbg .item > div {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    /* position: relative; */
}

.benefit-record .benefitbg .item-left > span:nth-of-type(1) {
    font-size: 16px;
}

.benefit-record .benefitbg .item span.blue {
    color: #5088d3;
}

.benefit-record .benefitbg .item-left > span:nth-of-type(2) {
    color: #a8a5a1;
}

.benefit-record .benefitbg .item-left > span {
    margin-bottom: 4px;
    color: #a8a5a1;
    font-size: 13px;
}

.benefit-record .benefitbg .item span.green {
    color: #17b15e;
}

.benefit-record .benefitbg .item-right > span {
    margin-left: auto;
    text-align: right;
    min-width: 100px;
    font-size: 13px;
    color: #a8a5a1;
}

.benefit-record .benefitbg .item span.green {
    color: #17b15e;
}

.benefit-record .benefitbg .item-right > p:nth-of-type(1) {
    color: #dd9138;
    margin-top: 5px;
    margin-bottom: 23px;
    border-color: #dd9138;
    border: 1px solid #dd9138;
}

.benefit-record .benefitbg .item-right > p {
    background-color: transparent;
    border: .01333rem solid #d9ac4f;
    border-radius: 5px;
    min-width: 80px;
    font-size: 13px;
    padding: 1px 3px;
    align-items: center;
    display: flex;
    color: #d9ac4f;
    margin-left: 6px;
    text-align: right;
}

    .benefit-record .benefitbg .item-right > p > img {
        width: 18px;
        height: auto;
        margin-right: 5px;
    }

.benefit-record .benefitbg .item span.red {
    color: #d23838 !important;
}

.benefit-rules .benefit-points {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    border-radius: 6px;
    padding: 12px 12px;
    transition: 0.3s;
    background-color: #333332;
    position: relative;
}

.benefit-rules .benefit-points-content p {
    color: #a8a5a1;
    font-size: 14px;
    line-height: 24px;
    text-align: left;
}

.benefit-rules .benefit-points-content img {
    position: absolute;
    top: 0px;
    left: 0;
    right: 0;
    margin-inline: auto;
    width: 280px;
    height: 40px;
    z-index: 0;
    color: #282730;
}

.benefit-rules .rule-item-tittle {
    color: #fff;
    font-size: 15px;
    text-align: center;
    line-height: 10px;
    position: relative;
    z-index: 2;
    margin-bottom: 23px;
}

.vip-button .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #8f5206;
    padding: 8px 60px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
    text-align: center;
    margin-top: 20px;
    width:95%;
}
/*-------------vip benifits end----------*/

/*-------------------withdrawal start--------------*/
.withdrawal .product-box {
    padding: 10px 20px;
    margin-top: 30px;
    min-height: 150px;
    border-radius: 10px;
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
}

.withdrawal-bank {
    /* margin-top: 10px; */
    margin-bottom: 10px;
}

.withdrawal .product-box .web-points {
    display: flex;
    align-items: center;
    margin-bottom: -20px;
    padding: 8px;
}

    .withdrawal .product-box .web-points .web-icon {
        margin-right: 10px;
    }

.withdrawal .product-box .web-text h4 {
    color: #542f00;
    font-size: 16px;
}

.withdrawal .product-box .web-icon i {
    color: #542f00;
    font-size: 22px;
}

.withdrawal .product-box .product-text .product-heading {
    font-weight: 600;
    margin-top: 18px;
    font-size: 32px;
    color: #542f00;
    margin-left: 20px;
}

.withdrawal-banner .web-points {
    border-radius: 6px;
    position: relative;
    text-align: center;
    padding: 15px;
    background: #353535;
    margin-bottom: 12px;
}

.withdrawal-banner .active {
    background: linear-gradient(90deg, #C4933F 0%, #FAE59F 100%) !important;
}

.active h4 {
    color: #fff !important;
}

.withdrawal-banner .web-points .web-icon {
    margin-bottom: 6px;
}

    .withdrawal-banner .web-points .web-icon img {
        width: 45px;
    }

.withdrawal-banner {
    margin-top: 10px;
    margin-bottom: 0px;
}

    .withdrawal-banner .web-points .web-text h4 {
        font-size: 14px;
        font-weight: 500;
        color: #C4933F;
        margin-bottom: 10px;
    }


.withdrawal-bank .bank-s {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #353535;
    color: white;
    padding: 14px;
    /* margin-top: 10px; */
}

    .withdrawal-bank .bank-s .name {
        border-right: 1px solid gainsboro;
        padding-right: 24px;
    }

    .withdrawal-bank .bank-s p {
        margin-bottom: 0px;
        color: #fff;
    }

    .withdrawal-bank .bank-s .name img {
        width: 34px;
    }
/*------------------------withdrawal end------------------*/

/*-----------------select channel start-----------------*/
.select-channel .web-points {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    text-align: center;
    padding: 15px;
    background: #606060;
    margin-bottom: 12px;
}

.select-channel .select-bg {
    background-color: #353535;
    padding: 10px;
}

.select-channel .active {
    background: linear-gradient(90deg, #C4933F 0%, #FAE59F 100%) !important;
}

.active h4 {
    color: #ffffff !important;
}


.select-channel {
    margin-top: 0px;
    margin-bottom: 10px;
}

    .select-channel .web-points .web-text h4 {
        font-size: 14px;
        font-weight: 500;
        color: #C4933F;
        margin-bottom: 10px;
    }

    .select-channel .web-points .web-text p {
        font-size: 14px;
        font-weight: 500;
        color: #fff;
        text-align: left;
        margin-bottom: 0px;
    }

    .select-channel .web-points .ab {
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        top: 0%;
        right: 27px;
        padding-right: 1px;
    }

        .select-channel .web-points .ab i {
            font-size: 12px;
            color: #fff;
        }

    .select-channel .web-head {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 0px;
        position: relative;
    }

        .select-channel .web-head .web-icon {
            margin-right: 5px;
            padding-right: 5px;
        }

            .select-channel .web-head .web-icon img {
                width: 32px;
            }

        .select-channel .web-head .web-text h4 {
            font-size: 16px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }
/*-----------------select channel end-----------------*/


/*-------------wallet service start-------------*/
.wallet-services {
    padding-top: 25px;
    padding-bottom: 0px;
}

    .wallet-services .service-area ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .wallet-services .service-area ul li {
            /*margin-right: 25px;*/
            width: 25%;
        }

    .wallet-services .service-option {
        /*box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    background-color: #fff;*/
        padding: 0px;
        transition: 0.3s;
        border-radius: 5px;
    }

        .wallet-services .service-option i {
            color: #fff;
            font-size: 40px;
            margin-bottom: 20px;
            transition: 0.3s;
        }

        .wallet-services .service-option img {
            width: 60px;
            height: auto;
        }

        .wallet-services .service-option h4 {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin-bottom: 0px;
            transition: 0.3s;
        }
/*-------------wallet service end-------------*/

/*---------------game charge start-----------------*/
.game-charge {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 20px 0px;
}

    .game-charge .charge-box {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        border: 1px solid rgb(255 252 252 / 9%);
        border-radius: 5px;
        margin-bottom: 20px;
        min-height: 116px;
        transition: 0.3s;
        background-color: #3f3f3f;
        min-height: 2.13333rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

        .game-charge .charge-box img {
            margin-bottom: 20px;
            width: 55px;
            background: transparent;
            border-radius: 3px;
            padding: 5px;
        }

        .game-charge .charge-box h5 {
            color: #fff;
            font-weight: 500;
            margin-bottom: 0px;
            font-size: 16px;
        }

        .game-charge .charge-box h6 {
            color: #e5c77d;
            font-weight: 500;
            font-size: 16px;
        }



#spinner {
    display: block;
    width: 106px;
    position: absolute;
    left: 52%;
    top: 46%;
    transform: translate(-52%, -50%);
    box-sizing: border-box;

}

.circle-wrap {
    width: 100px;
    height: 100px;
    position: relative;
}

.preload {
    width: 100%;
    height: 100%;
    /* background: #f0f0f0; */
    position: relative;
    top: 6px;
    left: 8px;
    z-index: 1;
}

.loader-frame {
    width: 100px;
    height: 100px;
    margin: auto;
    position: relative;
    /* transform:translate(-50%,300%); */
}

.loader1,
.loader2 {
    position: absolute;
    border: 5px solid transparent;
    border-radius: 50%;
}

.loader1 {
    width: 80px;
    height: 80px;
    border: 9px solid #4d4d4c;
}
/*---------------game charge end-----------------*/

/*----------------pay box start---------------*/
.forget-box {
    padding-top: 20px;
}

    .forget-box .select-bg {
        background-color: #353535;
        padding: 10px;
    }

    .forget-box .charge-box h5 {
        color: #fff;
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .forget-box .left-inner-addon {
        position: relative;
    }

        .forget-box .left-inner-addon input {
            padding-left: 50px !important;
        }

        .forget-box .left-inner-addon i {
            position: absolute;
            padding: 15px 20px;
            pointer-events: none;
            color: #edb102;
        }

    .forget-box input {
        width: 100%;
        padding: 1em !important;
        box-sizing: border-box;
        border-radius: 30px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 30px;
        border: 2px solid #FAE59F;
        color: #a6a9ae;
        background-color: #292929;
    }

.color-blue {
    color: #40a9f2;
}

.forget-box .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #ffffff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.top-nav .left-icon i {
    color: #fff;
}

.top-nav .right-icon i {
    color: #fff;
    font-size: 26px;
}

.top-nav .top-text {
    padding: 20px;
}

.top-head-design {
    text-transform: uppercase;
    border-bottom: 1px solid #000;
    color: #000 !important;
    font-weight: 600;
    font-size: 20px !important;
    border-top: 1px solid #000;
}

.top-nav .top-text h4 {
    font-size: 18px;
    color: #fff;
}

.main-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    position: relative;
}

.top-nav {
    background: linear-gradient(90deg,#C4933F 0%, #FAE59F 100%) !important;
}
/*-------------------------pay box end-------------------*/


/*---------------------add bank start-------------------*/
.add-bank {
    padding-top: 20px;
}

    .add-bank .select-bg {
        background-color: #353535;
        padding: 10px;
    }

    .add-bank .charge-box h5 {
        color: #fff;
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .add-bank .left-inner-addon {
        position: relative;
    }

        .add-bank .left-inner-addon input {
            padding-left: 15px !important;
        }

        .add-bank .left-inner-addon i {
            position: absolute;
            padding: 15px 20px;
            pointer-events: none;
            color: #edb102;
        }

    .add-bank input {
        width: 100%;
        padding: 1em !important;
        box-sizing: border-box;
        border-radius: 6px;
        height: 40px;
        line-height: 42px;
        margin-bottom: 10px;
        border: 2px solid #FAE59F;
        color: #a6a9ae;
        background-color: #ededed;
        font-size: 15px;
    }

    .add-bank label {
        color: #fff;
        margin-bottom: 5px;
    }

    .add-bank .web-head {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        padding: 10px;
        position: relative;
    }

        .add-bank .web-head .web-icon {
            margin-right: 5px;
            padding-right: 5px;
        }

            .add-bank .web-head .web-icon img {
                width: 40px;
            }

        .add-bank .web-head .web-text h4 {
            font-size: 20px;
            font-weight: 600;
            color: #fff;
            margin-bottom: 0px;
        }

    .add-bank .log-btn {
        background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
        color: #ffffff;
        padding: 10px 40px;
        font-size: 16px;
        font-weight: 600;
        text-decoration: none;
        border: 2px solid var(--blue);
        border-radius: 30px;
        transition: 0.3s;
        display: inline-block;
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }
/*---------------------add bank end-------------------*/

/*---------------------------bet history start-----------------------*/
.bet-history {
    margin-top: 20px;
}

    .bet-history .web-points {
        display: flex;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 12px;
        transition: 0.3s;
        background-color: #353535;
        position: relative;
    }

        .bet-history .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

        .bet-history .web-points .web-text p {
            margin-bottom: 0px;
            color: #fff;
            font-size: 12px;
        }

    .bet-history .sbu-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 20px 0px 20px;
        border-radius: 6px;
        margin-bottom: 5px;
    }

        .bet-history .sbu-box .icon-img img {
            width: 18px;
        }

        .bet-history .sbu-box .icon-text h5 {
            margin-bottom: 0px;
            color: #ff0101;
            font-size: 16px;
            margin-left: 6px;
        }

        .bet-history .sbu-box .icon-text h6 {
            margin-bottom: 0px;
            color: #02d403;
            font-size: 16px;
            margin-left: 6px;
        }

        .bet-history .sbu-box .icon-text h4 {
            margin-bottom: 0px;
            color: #fff;
            font-size: 16px;
            margin-left: 6px;
        }

    .bet-history.safe-box {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 0px 20px 0px 20px;
        border-radius: 6px;
        margin-bottom: 5px;
    }

        .bet-history .safe-box .icon-img img {
            width: 30px;
        }

        .bet-history .safe-box .icon-text h5 {
            margin-bottom: 0px;
            color: #C4933F;
            font-size: 14px;
            margin-left: 6px;
        }

        .bet-history .safe-box .icon-text h4 {
            margin-bottom: 0px;
            color: #C4933F;
            font-size: 14px;
            margin-left: 6px;
        }

    .bet-history .web-text {
        display: flex;
        align-items: center;
    }

.web-text img {
    width: 20px;
    margin-left: 10px;
}

.bet-history .web-content h4 {
    font-size: 16px;
    color: #fc0101;
    margin-top: 6px;
    margin-bottom: 4px;
}

.bet-history .web-content h5 {
    font-size: 16px;
    color: #17cb07;
    margin-top: 6px;
    margin-bottom: 4px;
}

.bet-history .web-content p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 4px;
}

/*---------------------------bet history end-----------------------*/


/*------------------------recharge history start--------------------*/
.recharge-history {
    margin-top: 20px;
}

    .recharge-history .web-points {
        display: block;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 16px;
        transition: 0.3s;
        background-color: #353535;
        position: relative;
    }

        .recharge-history .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

    .recharge-history .recharge-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
        padding: 5px;
    }

        .recharge-history .recharge-content span {
            color: #fff;
            font-size: 14px;
        }

    .recharge-history .re-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
        padding: 5px;
    }

        .recharge-history .re-button span {
            color: #5dbe59;
            font-size: 14px;
        }

        .recharge-history .re-button .pending {
            color: #ffb400;
            font-size: 14px;
        }

        .recharge-history .re-button .reject {
            color: #c30421;
            font-size: 14px;
        }

        .recharge-history .re-button .g-btn {
            color: #ffffff;
            font-size: 14px;
            background-color: #34be8a;
            padding: 2px 15px;
            border-radius: 6px;
        }

    .recharge-history .web-points .van-divider {
        margin-top: 16px;
        border-bottom: 1px solid #a7a9ab;
        margin-bottom: 16px;
    }

    .recharge-history .web-points .order-num {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .recharge-history .web-points .order-num span {
            color: #fff;
            font-size: 14px;
        }

    .recharge-history .web-points .order-cont {
        display: flex;
        align-items: center;
    }

        .recharge-history .web-points .order-cont span {
            color: #ff7f22;
            font-size: 14px;
        }

        .recharge-history .web-points .order-cont img {
            width: 18px;
            margin-left: 5px;
        }
/*------------------------recharge history end--------------------*/

/*------------------------withdrawal history start--------------------*/
.withdrawal-history {
    margin-top: 20px;
}

    .withdrawal-history .web-points {
        display: block;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 12px;
        transition: 0.3s;
        background-color: #353535;
        position: relative;
    }

        .withdrawal-history .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

    .withdrawal-history .recharge-content {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 5px;
        padding: 5px;
    }

        .withdrawal-history .recharge-content span {
            color: #fff;
            font-size: 14px;
        }

        .withdrawal-history .recharge-content .with-bal {
            color: #ff7f22;
            font-size: 14px;
        }

    .withdrawal-history .re-button {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 3px;
        padding: 3px;
    }

        .withdrawal-history .re-button span {
            color: #25dc01;
            font-size: 14px;
        }

        .withdrawal-history .re-button .pending {
            color: #ff4141;
            font-size: 14px;
        }

        .withdrawal-history .re-button .reject {
            color: #e20606;
            font-size: 14px;
        }

        .withdrawal-history .re-button .g-btn {
            color: #ffffff;
            font-size: 14px;
            background-color: #4781ff;
            padding: 2px 15px;
            border-radius: 6px;
        }

    .withdrawal-history .web-points .van-divider {
        margin-top: 16px;
        border-bottom: 1px solid #a7a9ab;
        margin-bottom: 16px;
    }

    .withdrawal-history .web-points .order-num {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .withdrawal-history .web-points .order-num span {
            color: #fff;
            font-size: 14px;
        }

.recharge-history .web-points .order-cont {
    display: flex;
    align-items: center;
}

.withdrawal-history .web-points .order-cont span {
    color: #ff7f22;
    font-size: 14px;
}

.withdrawal-history .web-points .order-cont img {
    width: 18px;
    margin-left: 5px;
}
/*------------------------withdrawal history end--------------------*/
/*--------------------transaction history start---------------------*/
.transaction-history {
    padding-top: 20px;
}

    .transaction-history .web-points {
        display: block;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 8px;
        transition: 0.3s;
        background: linear-gradient(90deg,#C4933F 0%, #FAE59F 100%) !important;
        position: relative;
    }

    .transaction-history .deposit-content ul li {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
        color: #5189b6;
        font-size: 13px;
        padding: 6px 8px;
        border-bottom: 1px solid #5a00002e;
        margin-bottom: 0px;
    }

        .transaction-history .deposit-content ul li span {
            color: #5a0000;
            font-weight: 500;
        }

    .transaction-history h4 {
        font-size: 16px;
        color: #fff;
        margin-bottom: 2px;
        margin-left: 9px;
    }
/*--------------------transaction history end---------------------*/


/*----------------forget box start---------------*/
.pay-box {
    margin-top: 0px;
    margin-bottom: 20px;
}

    .pay-box .charge-box {
        text-align: center;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        padding: 20px;
        border: 1px solid rgb(255 252 252 / 9%);
        border-radius: 5px;
        margin-bottom: 20px;
        min-height: 116px;
        transition: 0.3s;
        background-color: #606060;
        min-height: 2.13333rem;
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
    }

    .pay-box .select-bg {
        background-color: #353535;
        padding: 10px;
    }

    .pay-box .charge-box h5 {
        color: #fff;
        font-weight: 500;
        margin-bottom: 0px;
        font-size: 16px;
    }

    .pay-box .left-inner-addon {
        position: relative;
    }

        .pay-box .left-inner-addon input {
            padding-left: 50px !important;
        }

        .pay-box .left-inner-addon i {
            position: absolute;
            padding: 15px 20px;
            pointer-events: none;
            color: #ffdd07;
        }

    .pay-box input {
        width: 100%;
        padding: 1em !important;
        box-sizing: border-box;
        border-radius: 30px;
        height: 45px;
        line-height: 45px;
        margin-bottom: 10px;
    }

.color-blue {
    color: #40a9f2;
}

.pay-box .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #ffffff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}

.pay-box .web-head {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    padding: 0px;
    position: relative;
}

    .pay-box .web-head .web-icon {
        margin-right: 5px;
        padding-right: 5px;
    }

        .pay-box .web-head .web-icon img {
            width: 45px;
        }

    .pay-box .web-head .web-text h4 {
        font-size: 20px;
        font-weight: 600;
        color: #fff;
        margin-bottom: 0px;
    }

.pay-box .recharge-ins-ul {
    padding: 14px;
    border: 1px solid #FAE59F;
    border-radius: 10px;
    margin: 11px;
    width: 95%;
}

    .pay-box .recharge-ins-ul li {
        position: relative;
        margin-left: 7px;
        margin-bottom: 7px;
        color: white;
        font-size: 13px;
    }

        .pay-box .recharge-ins-ul li::before {
            position: absolute;
            content: "";
            width: 5px;
            height: 5px;
            -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
            background: #FAE59F;
            left: -11px;
            top: 5px;
        }
/*-------------------------foget box end-------------------*/
/*--------------activity start-------------------*/
.activity-services {
    padding-top: 25px;
    padding-bottom: 0px;
}

    .activity-services .service-area ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-wrap: wrap;
    }

        .activity-services .service-area ul li {
            /*margin-right: 25px;*/
            width: 20%;
        }

    .activity-services .service-option {
        /*box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    background-color: #fff;*/
        padding: 0px;
        transition: 0.3s;
        border-radius: 5px;
    }

        .activity-services .service-option i {
            color: #fff;
            font-size: 40px;
            margin-bottom: 20px;
            transition: 0.3s;
        }

        .activity-services .service-option img {
            width: 60px;
            height: auto;
        }

        .activity-services .service-option h4 {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin-top: 10px;
            transition: 0.3s;
        }


.activity-gift .activity-box {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    /* background-color: #fff; */
    border-radius: 8px;
    overflow: hidden;
    min-height: 208px;
    background: linear-gradient(88deg, #F6E3A3 0%, #e4bc6c 100%);
}

    .activity-gift .activity-box .activity-image {
        position: relative;
    }

    .activity-gift .activity-box .activity-content {
        padding: 10px 15px;
    }

    .activity-gift .activity-box h4 {
        color: #370101;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0px;
        transition: 0.3s;
    }

    .activity-gift .activity-box p {
        margin-bottom: 0px;
        font-size: 12px;
        color: #000;
    }

.activity-top {
    background: linear-gradient(88deg, #F6E3A3 0%, #e4bc6c 100%);
}

    .activity-top .activity-box p {
        color: #292929;
        margin-bottom: 0px;
        font-size: 14px;
    }
/*--------------activity end-------------------*/

/*-------------account start-------------------*/
.account-services .top-main {
    background-color: #454545;
    padding: 5px 10px 5px 10px;
    border-radius: 8px;
}

.account-services .top-area {
    color: #fff;
    font-size: 20px;
    padding-left: 30px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}

    .account-services .top-area h3 {
        font-size: 23px;
        font-weight: 500;
        color: #ffffff;
    }

    .account-services .top-area h4 {
        font-size: 14px;
    }

.account-services {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: -88px;
}

    .account-services .service-area ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .account-services .service-area ul li {
            margin-right: -4px;
            width: 25%;
        }

    .account-services .service-option {
        /*box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    background-color: #fff;*/
        padding: 0px;
        transition: 0.3s;
        border-radius: 5px;
    }

        .account-services .service-option i {
            color: #fff;
            font-size: 40px;
            margin-bottom: 20px;
            transition: 0.3s;
        }

        .account-services .service-option img {
            width: 38px;
            height: auto;
        }

        .account-services .service-option h4 {
            color: #fff;
            font-size: 14px;
            font-weight: 500;
            margin-top: 6px;
            transition: 0.3s;
        }

.activity-mid {
    margin-top: 20px;
}

    .activity-mid .web-points {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 4px;
        transition: 0.3s;
        background-color: #454545;
        position: relative;
    }

        .activity-mid .web-points .web-icon {
            margin-right: 5px;
            /*border-right: 1px solid #f2f2f2;*/
            padding-right: 5px;
        }

            .activity-mid .web-points .web-icon img {
                width: 45px;
            }

        .activity-mid .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

        .activity-mid .web-points .web-text p {
            margin-bottom: 0px;
            color: #fff;
            font-size: 12px;
        }

        .activity-mid .web-points .ab {
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0%;
            right: 27px;
            padding-right: 1px;
        }

            .activity-mid .web-points .ab i {
                font-size: 12px;
                color: #fff;
            }

.activity-last {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .activity-last .web-points {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 12px;
        transition: 0.3s;
        background-color: #454545;
        position: relative;
    }

        .activity-last .web-points .web-icon {
            margin-right: 5px;
            /*border-right: 1px solid #f2f2f2;*/
            padding-right: 5px;
        }

            .activity-last .web-points .web-icon img {
                width: 35px;
            }

        .activity-last .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

        .activity-last .web-points .web-text p {
            margin-bottom: 0px;
            color: #fff;
            font-size: 12px;
        }

        .activity-last .web-points .ab {
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0%;
            right: 27px;
            padding-right: 1px;
        }

            .activity-last .web-points .ab i {
                font-size: 12px;
                color: #fff;
            }

.log-out {
    margin-top: 1px;
    text-align: center;
    margin-bottom: 86px;
}

.logout-btn {
    background: none;
    color: #C4933F;
    padding: 6px 105px 6px 105px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C4933F;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.activity-last .web-points .fa-fade {
    -webkit-animation-name: fa-fade;
    animation-name: fa-fade;
    -webkit-animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    animation-iteration-count: var(--fa-animation-iteration-count, infinite);
    -webkit-animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
    animation-timing-function: var(--fa-animation-timing, cubic-bezier(.4,0,.6,1));
}

@keyframes fa-fade {
    50% {
        opacity: var(--fa-fade-opacity, .4);
    }
}
/*-------------account end-------------------*/

/*why css end*/


/*---------------------service center start-------------------*/

.service-center .web-points {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    text-align: center;
}

.service-center h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-center .web-points .web-icon {
    margin-right: 5px;
    /*border-right: 1px solid #f2f2f2;*/
    padding-right: 5px;
}

    .service-center .web-points .web-icon img {
        width: 45px;
    }


.service-center {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .service-center .web-points .web-text h4 {
        font-size: 16px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
    }

    .service-center .web-points .ab {
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        top: 0%;
        right: 27px;
        padding-right: 1px;
    }

        .service-center .web-points .ab i {
            font-size: 12px;
            color: #fff;
        }

/*---------------------service center end-------------------*/


/*testimonial css start*/

.testimonial {
    margin-top: 80px;
}

    .testimonial .item:after {
        position: absolute;
        font-size: 48px;
        line-height: 80px;
        top: 28px;
        right: 40px;
        color: #e9edf3;
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: '\f10e';
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out;
    }

    .testimonial .content-star {
        margin-bottom: 30px;
    }

        .testimonial .content-star ul li {
            display: inline-block;
            margin-right: 5px;
            color: #333;
        }

            .testimonial .content-star ul li.active {
                color: var(--blue);
            }

            .testimonial .content-star ul li:last-child {
                margin-right: 0px;
            }

    .testimonial .testimonial-div .item {
        padding: 30px;
        border: 1px solid #e7e7e7;
        margin-top: 20px;
        margin-right: 15px;
        margin-left: 15px;
        background-color: #fff;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 5px;
    }

    .testimonial .testimonial-content h4 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
    }

    .testimonial .testimonial-content p {
        text-align: justify;
        margin-bottom: 0px;
    }

    .testimonial .testimonial-man {
        padding-left: 50px;
        margin-top: 25px;
        background: #e9edf3;
        padding: 10px 30px;
        position: relative;
        align-items: center;
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out;
    }


    .testimonial .testimonial-man {
        display: flex;
        align-items: center;
    }

        .testimonial .testimonial-man .testimonial-man-image {
            margin-right: 10px;
        }

            .testimonial .testimonial-man .testimonial-man-image img {
                width: 60px;
            }

        .testimonial .testimonial-man .testimonial-man-content h5 {
            font-size: 18px;
            font-weight: 600;
            color: var(--blue);
            margin-bottom: 0px;
        }

        .testimonial .testimonial-man .testimonial-man-content p {
            margin-bottom: 0px;
            color: #333;
        }

/*------------login start----------------*/
.contact-us .contact-form .fields label {
    font-weight: 500;
    color: #fff;
    font-size: 18px;
}

.form-select {
    display: block;
    width: 100%;
    padding: 13px 13px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5;
    color: #a6a9ae;
    background-color: #484848;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: 1px solid #484848;
    border-radius: 10px;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-control {
    position: relative;
    display: block;
    width: 100%;
    padding: 15px 13px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #a6a9ae;
    background-color: #484848;
    background-clip: padding-box;
    border: 1px solid #484848;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 10px;
    margin-bottom: 20px;
    /* transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out; */
}

.contact-tabs .contact-us {
    margin-top: 40px;
}

.contact-us .contact-form ul li:nth-child(1) {
    color: #fff;
    display: flex;
}

.contact-us .contact-form ul li:nth-child(2) {
    display: inline-block;
    width: 30%;
    margin-right: 10px;
}

.contact-us .contact-form ul li:nth-child(3) {
    display: inline-block;
    width: 64%;
}

.contact-us .contact-form ul li:nth-child(4) {
    color: #fff;
}

.contact-us .contact-form ul li:nth-child(5) {
    color: #fff;
}

.contact-us .contact-form ul li:nth-child(6) {
    color: #fff;
}

.contact-us .contact-form .ab {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 90px;
    right: 35px;
    padding-right: 1px;
}

.contact-us .contact-form .mob i {
    color: #f4d899;
    font-size: 24px;
    margin-right: 10px;
}

.contact-us .contact-form .pass i {
    color: #f4d899;
    font-size: 24px;
    margin-right: 5px;
}

.contact-us .contact-form .ab i {
    color: #f4d899;
}


.contact-tabs .nav-tabs .nav-link.active {
    color: #f4d899;
    border-color: #292929 #292929 #e3c378;
    background-color: transparent;
}

.contact-tabs .nav-tabs .nav-link i {
    font-size: 28px;
    color: #f4d899;
    margin-bottom: 12px;
}

.contact-tabs .nav-tabs .nav-link.active .service-option h4 {
    color: #f4d899;
    border-color: #292929;
    background-color: transparent;
}

.contact-tabs .nav-tabs .nav-link.active .service-option i {
    color: #f4d899;
}

.contact-tabs .nav-tabs .nav-link .service-option h4 {
    color: #888;
    border-color: #292929;
    background-color: transparent;
}

.contact-tabs .nav-tabs .nav-link .service-option i {
    color: #888;
}

.contact-us .contact-form .radiobutton input {
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.contact-us .contact-form .radiobutton label {
    color: #fff;
}

.contact-us .contact-form .radio input:before {
    content: '';
    background: #fff;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid black;
}

.contact-us .contact-form .log-button {
    margin-top: 20px;
    text-align: center;
}

.contact-us .contact-form .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #8f5206;
    padding: 8px 120px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}


.contact-us .contact-form .reg-button {
    margin-top: 20px;
    text-align: center;
}

.contact-us .contact-form .reg-btn {
    background: none;
    color: #C4933F;
    padding: 6px 105px 6px 105px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C4933F;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.contact-us .contact-form .rado input:checked:before {
    background-color: yellow;
}



.contact-tabs .contact-us {
    margin-top: 40px;
}

.contact-us .contact-form-2 ul li:nth-child(1) {
    color: #fff;
    display: flex;
}

.contact-us .contact-form-2 ul li:nth-child(2) {
    color: #fff;
}

.contact-us .contact-form-2 ul li:nth-child(3) {
    color: #fff;
}

.contact-us .contact-form-2 ul li:nth-child(4) {
    color: #fff;
}

.contact-us .contact-form-2 .ab {
    display: flex;
    align-items: center;
    position: absolute;
    height: 100%;
    top: 90px;
    right: 35px;
    padding-right: 1px;
}

.contact-us .contact-form-2 .mob i {
    color: #f4d899;
    font-size: 24px;
    margin-right: 10px;
}

.contact-us .contact-form-2 .pass i {
    color: #f4d899;
    font-size: 24px;
    margin-right: 5px;
}

.contact-us .contact-form-2 .ab i {
    color: #f4d899;
}

.contact-tabs .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 18px;
    padding-right: 18px;
}

.contact-tabs .nav-tabs .nav-link.active {
    color: #f4d899;
    border-color: #292929 #292929 #d9ac4f;
    background-color: transparent;
}

.contact-tabs .nav-tabs .nav-link i {
    font-size: 28px;
    color: #f4d899;
    margin-bottom: 12px;
}

.contact-tabs .nav-tabs .nav-link.active .service-option h4 {
    color: #d9ac4f;
    font-size: 19px;
    border-color: #292929;
    background-color: transparent;
}

.contact-tabs .nav-tabs .nav-link.active .service-option i {
    color: #d9ac4f;
}

.contact-tabs .nav-tabs .nav-link .service-option h4 {
    color: #888;
    font-size: 19px;
    border-color: #292929;
    background-color: transparent;
}

.contact-tabs .nav-tabs .nav-link .service-option i {
    color: #888;
}

.contact-us .contact-form-2 .radiobutton input {
    margin-right: 10px;
    height: 15px;
    width: 15px;
}

.contact-us .contact-form-2 .radiobutton label {
    color: #fff;
}

.contact-us .contact-form-2 .radio input:before {
    content: '';
    background: #fff;
    display: block;
    width: 10px;
    height: 10px;
    border: 1px solid black;
}

.contact-us .contact-form-2 .log-button {
    margin-top: 20px;
    text-align: center;
}

.contact-us .contact-form-2 .log-btn {
    background: linear-gradient(180deg, #A9AAB5 0%, #6F7381 100%);
    color: #fff;
    padding: 8px 120px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}


.contact-us .contact-form-2 .reg-button {
    margin-top: 20px;
    text-align: center;
}

.contact-us .contact-form-2 .reg-btn {
    background: none;
    color: #C4933F;
    padding: 6px 105px 6px 105px;
    font-size: 22px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C4933F;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.contact-us .contact-form-2 .rado input:checked:before {
    background-color: yellow;
}


.login-services {
    margin-top: 20px;
    margin-bottom: 0px;
}

.contact-tabs {
    margin-top: 0px;
    margin-bottom: 30px;
}

.login-services .service-area ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.login-services .service-area .service-option {
    padding: 30px;
    transition: 0.3s;
    border-radius: 5px;
}

    .login-services .service-area .service-option i {
        color: #c4933f;
        font-size: 38px;
        margin-bottom: 20px;
        transition: 0.3s;
    }

    .login-services .service-area .service-option h4 {
        color: #ffffff;
        font-size: 14px;
        font-weight: 500;
        margin-bottom: 0px;
        transition: 0.3s;
    }

@media (max-width: 575px) {
    .login-services .service-area .service-option {
        padding: 25px 8px;
    }
}

@media (max-width: 991px) {
    .login-services .service-area .service-option {
        margin: 10px;
    }
}

@media (max-width: 575px) {
    .login-services .service-area ul li {
        width: 50%;
    }
}
/*------------login end----------------*/

/*testimonial css end*/


/*footer-top css start*/
.footer-bottom {
    bottom: 0;
    /* width: 100%; */
    max-width: 450px;
    margin: 0 auto;
    position: sticky;
}

.f-middleicon {
    bottom: 24px;
    position: absolute;
    width: 82px !important;
    top: 10%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-bottom .social-media ul li span {
    top: 38px;
    position: absolute;
    /* right: 42%; */
    top: 70%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.footer-bottom .social-media ul li {
    display: inline-block;
    width: 18%;
}

.footer-bottom .social-media ul .active {
    color: #ecd28c;
    font-size: 25px;
}

.footer-bottom .social-media ul li i {
    color: #afafaf;
    font-size: 28px;
}

.footer-bottom .social-media ul li a {
    color: #bfbfbf;
    font-size: 13px;
    display: grid;
}

@media (max-width: 767px) {
    .social-media {
        text-align: center;
        margin-bottom: 0px;
    }
}

.footer-top {
    margin-top: 80px;
}

    .footer-top .top-contact {
        background: linear-gradient(179deg, #1c2a43, #465a7d);
        padding: 40px;
        border-radius: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .footer-top .top-contact .content i {
            background-color: #fff;
            color: var(--oldblack);
            padding: 10px;
            border-radius: 50%;
            font-size: 36px;
            margin-right: 10px;
        }

        .footer-top .top-contact .content {
            display: flex;
            align-items: center;
        }

            .footer-top .top-contact .content h3 {
                font-size: 30px;
                font-weight: 700;
                color: #fff;
                margin-bottom: 0px;
            }

        .footer-top .top-contact .button .header-button {
            background-color: #fff;
            color: var(--blue);
            border-color: #fff !important;
        }

            .footer-top .top-contact .button .header-button:hover {
                background-color: transparent;
                color: #fff !important;
            }

/*footer-top css end*/


/*footer css start*/
.site-footer {
    background: #242C33 url(../images/backgroud-1-3.jpg) top center no-repeat fixed;
    background-size: cover;
}

    .site-footer .footer {
        background-color: rgba(15, 21, 26, 0.93);
        margin-top: 80px;
        padding: 50px 0px;
    }

        .site-footer .footer .footer-about img {
            max-height: 100%;
            max-width: 180px;
            object-fit: cover;
        }

        .site-footer .footer .footer-first {
            padding-right: 30px;
        }

            .site-footer .footer .footer-first p {
                color: #fff;
                margin-top: 20px;
                font-size: 11px;
            }

        .site-footer .footer .footer-link {
            padding-left: 30px;
        }

        .site-footer .footer .footer-about img {
            margin-bottom: 10px;
        }

        .site-footer .footer .footer-about p {
            color: #fff;
            text-align: justify;
            font-size: 11px;
            letter-spacing: 0.5px;
        }

        .site-footer .footer .footer-social ul li {
            display: inline-block;
            margin-right: 10px;
        }

            .site-footer .footer .footer-social ul li a {
                height: 27px;
                width: 27px;
                /* background-color: #fff; */
                color: #6f727d;
                line-height: 27px;
                text-align: center;
                display: block;
                border-radius: 100%;
                border: 1px solid #6f727d;
            }

        .site-footer .footer .footer-first h3 {
            color: #fff;
            font-weight: 400;
            font-size: 16px;
            margin-bottom: 10px;
            /*opacity:.4;*/
        }

        .site-footer .footer .footer-first ul li a {
            color: #fff;
            font-size: 11px;
            transition: all .3s ease-in-out;
            /*opacity:.7;*/
        }

        .site-footer .footer .footer-first ul li {
            margin-bottom: 10px;
        }

            .site-footer .footer .footer-first ul li a:hover {
                color: #b1aeae;
                padding-left: 5px;
            }

        .site-footer .footer .contact-address {
            display: flex;
            margin-bottom: 20px;
        }

            .site-footer .footer .contact-address:last-child {
                margin-bottom: 0px;
            }

            .site-footer .footer .contact-address .add-icon {
                margin-right: 15px;
                color: #fff;
                height: 35px;
                width: 35px;
                line-height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                /*background-color: rgb(255 255 255 / 10%);*/
                flex: none;
                border-radius: 100%;
                border: 1px solid #585858;
            }

            .site-footer .footer .contact-address h4 {
                color: #fff;
                font-size: 14px;
                margin-bottom: 0px;
                transition: 0.3s;
                /*opacity:.4;*/
            }

            .site-footer .footer .contact-address .add-icon i {
                font-size: 16px;
                color: #fff;
            }

            .site-footer .footer .contact-address .add-content {
                color: #fff;
            }

                .site-footer .footer .contact-address .add-content p {
                    margin-top: 0px;
                    margin-bottom: 0px;
                }

                    .site-footer .footer .contact-address .add-content p a {
                        color: #fff;
                        font-size: 13px;
                    }

                        .site-footer .footer .contact-address .add-content p a:hover {
                            color: #fff;
                        }

.footer-bottom {
    padding: 10px 0px;
    background-color: #333332;
    border-top: 1px solid rgba(255,255,255,.08);
    /* width: 100%; */
    /* margin-bottom: 0px; */
    /* bottom: 0; */
    z-index: 9999;
}

.social-media {
    text-align: center;
}

.footer-bottom p {
    margin-bottom: 0px;
    font-size: 12px;
}

.footer-bottom .copyright p {
    color: #797979;
}

.footer-bottom .poweredby {
    text-align: right;
    color: #acacac;
}

    .footer-bottom .poweredby a {
        color: #797979a3;
    }

.whatsapp-pos {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

    .whatsapp-pos .whatsapp-pulse i {
        font-size: 35px;
        color: #fff;
    }

.whatsapp-pulse {
    width: 50px;
    height: 50px;
    right: 10px;
    bottom: 180px;
    background: #10b418;
    position: fixed;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    border-radius: 50%;
    z-index: 99;
    display: inline-block;
    line-height: 56px;
}

.button-wh-fixed {
    margin-right: 15px;
    margin-bottom: 15px;
}

button.whatsapp-btn {
    outline: none;
    width: 50px;
    height: 50px;
    border: 0;
    background-color: #2ecc71;
    padding: 4px;
    border-radius: 100%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    cursor: pointer;
}

.whatsapp-pulse:before {
    position: absolute;
    content: " ";
    z-index: -1;
    bottom: -15px;
    right: -15px;
    background-color: #10b418;
    width: 80px;
    height: 80px;
    border-radius: 100%;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
    opacity: 0.6;
    -webkit-animation: pulse 1s ease-out;
    animation: pulse 1.8s ease-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

@keyframes pulse {
    0% {
        transform: scale(0);
        opacity: 0;
    }

    25% {
        transform: scale(0.3);
        opacity: 1;
    }

    50% {
        transform: scale(0.6);
        opacity: 0.6;
    }

    75% {
        transform: scale(0.9);
        opacity: 0.3;
    }

    100% {
        transform: scale(1);
        opacity: 0;
    }
}


.call-buton .cc-calto-action-ripple {
    z-index: 99999;
    position: fixed;
    left: 1rem;
    bottom: 8rem;
    background: #ec8b00;
    width: 2.5rem;
    height: 2.5rem;
    padding: .7rem;
    border-radius: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #ffffff;
    -webkit-animation: cc-calto-action-ripple 0.6s linear infinite;
    animation: cc-calto-action-ripple 0.6s linear infinite;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-items: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}

    .call-buton .cc-calto-action-ripple i {
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease;
        font-size: 18px;
    }

span.num {
    position: absolute;
    color: #ec8b00;
    left: -30%;
    bottom: -50%;
}

@keyframes cc-calto-action-ripple {
    0% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 0 rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2);
    }

    100% {
        -webkit-box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
        box-shadow: 0 4px 10px rgba(236, 139, 0, 0.2), 0 0 0 5px rgba(236, 139, 0, 0.2), 0 0 0 10px rgba(236, 139, 0, 0.2), 0 0 0 20px rgba(236, 139, 0, 0);
    }
}
/*footer css end*/



/*Responsive css start*/

@media (max-width: 1400px) {
    nav ul li .nav-link {
        padding-left: 1.8rem !important;
        padding-right: 1.8rem !important;
    }


    .our-services .service-option {
        padding: 25px 15px;
    }
}

@media (max-width: 1200px) {
    .navbar-brand img {
        width: 170px;
    }

    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
    }

    .header-button {
        padding: 6px 8px;
        font-size: 12px;
        margin-left: .13333rem;
        white-space: pre-wrap;
        width: 8rem;
        text-align: center;
        line-height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    nav ul li a {
        font-size: 14px;
    }
}


@media (max-width: 991px) {
    .banner {
        margin-top: 0px;
    }

    .banner {
        padding-top: 30px;
        padding-bottom: 50px;
    }

        .banner .banner-image {
            margin-top: 110px;
            text-align: left;
        }

            .banner .banner-image:before {
                left: 100px;
            }

        .banner .banner-content {
            padding-right: 0px;
            margin-top: 90px;
        }

    .our-services .service-area ul li {
        width: 40%;
    }

    .our-services .service-area ul li {
        margin-right: 0px;
    }

    .our-services .service-option {
        margin: 5px;
    }

    .welcome-us .about-img {
        margin-bottom: 30px;
    }

    .about-content p:last-child {
        margin-bottom: 0px;
    }

    .number-counter .counters {
        /*border:1px solid #ffffff3b;*/
    }

    .number-counter {
        padding: 10px 15px 9px 15px;
    }

        .number-counter .counters {
            /* margin: 15px; */
        }

    .who-we-are {
        background-position: top left;
    }

        .who-we-are .who-images {
            padding-right: 0px;
            margin-bottom: 30px;
        }

    .why {
        margin-top: 0px;
    }

    .who-we-are:after {
        bottom: 200px;
    }

    .footer .footer-link {
        padding-left: 0px;
        padding-right: 0px;
    }

    .footer .footer-first {
        margin-top: 30px;
    }

    .footer-top .top-contact {
        flex-wrap: wrap;
    }

        .footer-top .top-contact .content i {
            font-size: 18px;
        }

        .footer-top .top-contact .content h3 {
            font-size: 24px;
            font-weight: 600;
        }

        .footer-top .top-contact .content {
            margin-bottom: 15px;
        }
}

@media (max-width: 767px) {

    .banner .banner-content {
        padding-right: 0px;
        margin-top: 0px;
    }

    .who-we-are {
        background-color: #fff;
        background-image: inherit;
    }

        .who-we-are .visa-option {
            min-height: auto;
        }

    .footer-bottom p {
        text-align: center;
    }

    .footer-bottom .poweredby {
        margin-top: 5px;
    }

    .number-counter .counters {
        /* padding: 25px; */
    }

    .footer-top .top-contact .content {
        align-items: baseline;
    }

        .footer-top .top-contact .content i {
            display: none;
        }

    .who-we-are .lst-visa {
        margin-bottom: 0px;
    }

    .testimonial .testimonial-div .item {
        margin-right: 0px;
        margin-left: 0px;
    }
}

@media (max-width: 575px) {
    .our-services .service-area ul li {
        width: 33.333333%;
    }

    .our-services .service-option {
        padding: 18px 8px;
    }

    .about-content p {
        text-align: justify;
    }

    .who-content p {
        text-align: justify;
    }

    .banner h1 {
        font-size: 24px;
    }

    .banner .banner-content p {
        font-size: 11px;
    }

    .welcome-us {
        margin-top: 20px;
    }

    .web-heading h3 {
        font-size: 24px;
    }

    .web-heading span {
        font-size: 14px;
    }

    .navbar-toggler {
        padding: .15rem .45rem;
    }

    .navbar {
        /*padding-bottom: 7rem;*/
        background-color: rgb(63, 63, 63);
    }

    .banner h2 {
        font-size: 26px;
    }

    .footer-top .top-contact {
        padding: 30px;
    }

    .nav-login a {
        margin: 0px 5px;
    }

    .footer .contact-address {
        align-items: inherit;
    }

    .banner .header-button {
        margin-right: 15px;
    }
}

.content {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    /*gap: .2rem;
    padding-inline: .32rem;*/
    /*padding-bottom: 2.13333rem;*/
}

/*Responsive css end*/
.swiper-container {
    width: 100%;
    max-width: 940px;
    height: 500px;
    margin: 0 auto;
}

.feedback {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #8f5206;
    padding: 11px 25px 10px 25px;
    border-radius: 0px;
    border: none;
    font-size: 14px;
    border-radius: 30px !important;
    font-weight: 600;
}

    .feedback i {
        font-size: 30px;
        padding-left: 10px;
    }

    .feedback span {
        display: flex;
        align-items: center;
    }

    .feedback:hover {
        background-color: #990000;
    }

#mybutton {
    position: fixed;
    bottom: 15%;
    right: auto;
    /*left: 35%;*/
}

.sticky-butto {
    display: grid;
    place-items: center;
}




.content {
    /*padding-top: 1.30667rem;*/
    height: 100%;
    max-width: 450px;
    margin: 0 auto;
    min-height: 100vh;
}

.promotion-box {
    margin-top: 0px;
    max-height: 215px;
}

/*--------------------.our-services-live start-------------*/
.our-services-live {
    margin-top: 10px;
}

    .our-services-live .heading_s2 h2 {
        color: #ffd674;
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: 600;
    }

    .our-services-live .service-area ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .our-services-live .service-area ul li {
            margin-right: 0px;
            width: 33%;
        }

            .our-services-live .service-area ul li:last-child {
                margin-right: 0px;
            }

    .our-services-live .service-option {
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        background-image: url('../images/hot_bg.png');
        /*background: -webkit-linear-gradient(top, #F6E3A3 0%, #c39231 100%);
        background: linear-gradient(180deg, #F6E3A3 0%, #c39231 100%);*/
        padding: 18px 8px;
        transition: 0.3s;
        border-radius: 14px;
        /* display: flex; */
        /* align-items: center; */
        margin: 5px;
        background-size: cover;
    }

.content {
    background: #292929 !important;
}

.our-services-live .service-option img {
    margin-top: -30px;
    margin-bottom: .13333rem;
}

.our-services-live .service-option img {
    width: 5.33333rem;
    height: 5.16rem;
}

.our-services-live .service-option h4 {
    color: #333;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0px;
    transition: 0.3s;
    text-align: center;
}

.our-services-live .service-option i {
    color: var(--blue);
    font-size: 40px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.our-services-live .service-option:hover {
    background-color: var(--blue);
}

/*.our-services-live .service-option:hover h4 {
        color: #fff;
    }

    .our-services-live .service-option:hover i {
        color: #fff;
    }*/

/*our-services-live css end*/

/*----------------------.our-services-coming start------------*/

.our-services-coming {
    margin-top: 0px
}

    .our-services-coming .heading_s2 h2 {
        color: #ffd674;
        font-size: 16px;
        margin-bottom: 20px;
        margin-top: 10px;
        font-weight: 600;
    }

    .our-services-coming .service-area ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .our-services-coming .service-area ul li {
            margin-right: 0px;
            width: 33.3333333%;
        }

            .our-services-coming .service-area ul li:last-child {
                margin-right: 0px;
            }

    .our-services-coming .service-option {
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        background-image: url(../images/hot_bg.png);
        /*background: -webkit-linear-gradient(top, #F6E3A3 0%, #D2A753 100%);
        background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%);*/
        padding: 18px 8px;
        transition: 0.3s;
        border-radius: 14px;
        margin: 5px;
        background-size: cover;
    }

        .our-services-coming .service-option img {
            margin-top: -30px;
            margin-bottom: .13333rem;
        }

        .our-services-coming .service-option img {
            width: 5.33333rem;
            height: 5.16rem;
        }

        .our-services-coming .service-option h4 {
            color: #333;
            font-size: 16px;
            font-weight: 600;
            margin-bottom: 0px;
            transition: 0.3s;
            text-align:center;
        }

        .our-services-coming .service-option i {
            color: var(--blue);
            font-size: 40px;
            margin-bottom: 20px;
            transition: 0.3s;
        }

        .our-services-coming .service-option:hover {
            background-color: var(--blue);
        }

            .our-services-coming .service-option:hover h4 {
                color: #fff;
            }

            .our-services-coming .service-option:hover i {
                color: #fff;
            }
/*----------------------.our-services-coming end------------*/

/*--------------------------wingo start-------------------*/
.wingo {
    /* margin-left: 30px; */
    /* margin-right: 30px; */
    position: relative;
    padding: -1px;
}

    .wingo:before {
        content: "";
        display: block;
        width: 100%;
        height: 199px;
        background: linear-gradient(90deg,#C4933F 0%, #FAE59F 100%) !important;
        border-radius: 0 0 30px 30px;
        position: absolute;
        z-index: 0;
        top: 0;
        left: 0;
    }

    .wingo .product-box {
        box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important;
        padding: 10px 20px;
        text-align: center;
        margin-top: 0px;
        min-height: 130px;
        border-radius: 10px;
        background: #3f3f3f;
        /* background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%); */
        position: relative;
        /* margin-left: 30px; */
        /* margin-right: 30px; */
    }

.wingot .product-box .product-icon {
    border-radius: 50%;
    height: 100px;
    width: 100px;
    line-height: 100px;
    text-align: center;
    margin: 0 auto;
    background-color: #fff;
    border: 1px solid #f5f5f5;
    box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important;
}

.wingo .product-box .product-icon img {
    width: 50px;
}

.wingo .product-box .web-points {
    display: flex;
    align-items: center;
    margin-bottom: -20px;
    /* box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%); */
    border-radius: 5px;
    padding: 8px;
    transition: 0.3s;
}

    .wingo .product-box .web-points .web-icon {
        margin-right: 10px;
    }

.wingo .product-box .web-text h4 {
    margin-right: 10px;
    color: #542f00;
    font-size: 16px;
}

.wingo .product-box .web-icon i {
    color: #542f00;
    font-size: 22px;
}

.wingo .product-box .product-text .product-heading {
    font-weight: 600;
    margin-top: 0px;
    font-size: 23px;
    color: #ffffff;
}

.wingo .product-box .product-text p {
    font-size: 16px;
    color: #fff;
}

.wingo .product-box .total {
    display: flex;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    justify-content: center;
}

    .wingo .product-box .total p {
        color: #542f00;
        margin-bottom: 5px;
        font-size: 13px;
    }

    .wingo .product-box .total .torech {
        padding-right: 30px;
    }

.wingo-services {
    padding-top: 10px;
    padding-bottom: 0px;
    position: relative;
}

    .wingo-services .service-area ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        background-color: #fff;
        border-radius: 6px;
    }

.wallet-services .service-area ul li {
    width: 25%;
}

.wingo-services .service-option {
    padding: 3px;
    transition: 0.3s;
}

.wingo-active {
    background: linear-gradient(90deg,#C4933F 0%, #FAE59F 100%) !important;
    border-radius: 6px;
}

.wingo-services .service-option i {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
    transition: 0.3s;
}

.wingot-services .service-option img {
    width: 60px;
    height: auto;
}

.wingo-services .service-option h4 {
    color: #000;
    font-size: 11px;
    font-weight: 500;
    margin-bottom: 0px;
    transition: 0.3s;
}

.wingo-services .service-option img {
    width: 50px;
    height: auto;
}

.wingo-services .service-area ul li {
    width: 25%;
}

.wingo .log-button {
    margin-top: 8px;
    text-align: center;
}

.wingo .withdraw-btn {
    background: linear-gradient(267deg, #08c707 0%, #0cc500 100%);
    color: #000000;
    padding: 6px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.wingo .deposit-btn {
    background: linear-gradient(267deg, #d70909 0%, #eb0404 100%);
    color: #000000;
    padding: 6px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.wingo-mid .withdraw-btn {
    background: #e9c682;
    color: #000000;
    padding: 6px 20px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    /*border: 2px solid var(--blue);*/
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.wingo-mid {
    margin-top: 10px;
}

    .wingo-mid .web-points {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 61px;
        padding: 6px;
        transition: 0.3s;
        background-color: #3f3f3f;
        position: relative;
        justify-content: space-between;
        height: 35px;
        overflow: hidden;
    }

        .wingo-mid .web-points .web-icon {
            margin-right: 5px;
            padding-right: 5px;
        }

            .wingo-mid .web-points .web-icon i {
                color: #3f3f3f;
            }

        .wingo-mid .web-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #000;
            margin-bottom: 0px;
        }

        .wingo-mid .web-points .ab {
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0%;
            right: 27px;
            padding-right: 1px;
        }

            .wingo-mid .web-points .ab i {
                font-size: 12px;
                color: #000;
            }
/*--------------------------wingo end-------------------*/

/*--------------------time remain start-----------------*/
.time-remain {
    position: relative;
    padding: 4px 0px;
    margin-top: 8px;
}

.time-remain {
    background-image: url('../images/remain-bg.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
}

.play-butt {
    border: 1px solid #fff;
    border-radius: 30px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .play-butt span {
        color: #fff;
        font-size: 14px;
    }

        .play-butt span i {
            color: #fff;
            font-size: 14px;
            margin-right: 5px;
        }

.time-remain ul {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .time-remain ul li {
        margin-right: 8px;
    }

        .time-remain ul li img {
            width: 30px;
        }

.time-remain p {
    color: #fff;
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: 8px;
}

.time-text p {
    color: #fff;
    font-size: 16px;
    text-align: right;
}

.time-text h4 {
    color: #fff;
    font-size: 16px;
    text-align: right;
    font-weight: 600;
    margin-top: 10px;
}

#countdown {
    width: 100px;
    background-image: -moz-linear-gradient(top, #222, #333, #333, #222);
    background-image: -ms-linear-gradient(top, #222, #333, #333, #222);
    background-image: -o-linear-gradient(top, #222, #333, #333, #222);
    border-radius: 5px;
    margin: auto;
    padding: 0px 0;
    position: relative;
    top: 0;
    bottom: 0;
    left: 8px;
    right: 0;
}

    #countdown:before {
        content: "";
        width: 8px;
        background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
        background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
        background-image: -o-linear-gradient(top, #555, #444, #444, #555);
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
        display: block;
        position: absolute;
    }

    #countdown:after {
        content: "";
        width: 8px;
        height: 65px;
        background-image: -moz-linear-gradient(top, #555, #444, #444, #555);
        background-image: -ms-linear-gradient(top, #555, #444, #444, #555);
        background-image: -o-linear-gradient(top, #555, #444, #444, #555);
        border-top-right-radius: 6px;
        border-bottom-right-radius: 6px;
        display: block;
        position: absolute;
    }

    #countdown #tiles {
        position: relative;
        z-index: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        left: -3px;
    }

        #countdown #tiles > span {
            width: 63px;
            max-width: 63px;
            font: bold 20px 'Droid Sans', Arial, sans-serif;
            text-align: center;
            color: #111;
            background-color: #ddd;
            background-image: -webkit-linear-gradient(top, #bbb, #eee);
            background-image: -moz-linear-gradient(top, #bbb, #eee);
            background-image: -ms-linear-gradient(top, #bbb, #eee);
            background-image: -o-linear-gradient(top, #bbb, #eee);
            border-radius: 3px;
            margin: 0 7px;
            padding: 6px 7px;
            display: inline-block;
            position: relative;
        }

            #countdown #tiles > span:before {
                content: "";
                width: 100%;
                height: 13px;
                display: block;
                padding: 0 3px;
                position: absolute;
                top: 41%;
                left: -3px;
                z-index: -1;
            }

            #countdown #tiles > span:after {
                content: "";
                width: 100%;
                height: 1px;
                display: block;
                position: absolute;
                top: 48%;
                left: 0;
            }

    #countdown .labels {
        width: 100%;
        height: 25px;
        text-align: center;
        position: absolute;
        bottom: 8px;
    }

        #countdown .labels li {
            width: 102px;
            font: bold 15px 'Droid Sans', Arial, sans-serif;
            color: #f47321;
            text-shadow: 1px 1px 0px #000;
            text-align: center;
            text-transform: uppercase;
            display: inline-block;
        }

.m-buttom {
    margin-top: 10px;
}

.green-btn {
    background: #18b660;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 10px;
    transition: 0.3s;
    display: inline-block;
}

.red-btn {
    background: #fb5b5b;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 0 10px;
    transition: 0.3s;
    display: inline-block;
}

.purple-btn {
    background: #c86eff;
    color: #ffffff !important;
    padding: 10px 40px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
    display: inline-block;
}

.tab-button {
    margin-top: 4px;
}

    .tab-button ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .tab-button ul li {
            width: 20%;
            text-align: center;
            margin-top: 8px;
        }

            .tab-button ul li img {
                width: 60px;
            }
/*--------------------time remain end-----------------*/

/*------------------------betting-column start---------------*/
.betting-column {
    margin-top: 12px;
}

    .betting-column .b-column ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .betting-column .b-column ul li {
            width: 12%;
        }

            .betting-column .b-column ul li h4 {
                color: #fff;
                font-size: 15px;
                margin-bottom: 0px;
            }

            .betting-column .b-column ul li:nth-child(1) {
                color: #f00;
                border: 1px solid #f00;
                padding: 8px 0px 8px 0px;
                width: 20%;
                text-align: center;
                border-radius: 6px;
                margin-right: 8px;
            }

                .betting-column .b-column ul li:nth-child(1) h4 {
                    color: #f00;
                    font-size: 15px;
                }

            .betting-column .b-column ul li:nth-child(2) {
                color: #fff;
                /* border: 1px solid #f00; */
                padding: 6px 0px 6px 0px;
                width: 10%;
                text-align: center;
                border-radius: 6px;
                margin-right: 8px;
            }
/*------------------------betting-column end---------------*/

/*----------------------big small button start----------------*/
.big-small {
    margin-top: 13px;
}

    .big-small .bs-button ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .big-small .bs-button ul li {
            width: 50%;
            text-align: center;
        }

.big-btn {
    background: #feaa57;
    color: #ffffff !important;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
}

.small-btn {
    background: #6ea8f4;
    color: #ffffff;
    padding: 10px 40px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
}

.bs-button {
    padding-left: 15px;
    padding-right: 15px;
}

.wallet-head {
    display: flex;
    justify-content: center;
    align-items: center;
    /* padding-top: 5px; */
}

    .wallet-head i {
        color: #e7c87e;
        font-size: 20px;
    }

    .wallet-head h4 {
        color: #fff;
        font-size: 15px;
        margin-left: 5px;
        margin-bottom: 0px;
    }

.re-icon i {
    font-size: 18px;
    margin-left: 10px;
    margin-bottom: 7px;
    color: #a3a3a3;
}

.d-head {
    display: flex;
    justify-content: center;
    align-items: center;
}
/*----------------------big small button end----------------*/


/*---------------------------wingo middle tabs start------------------*/
.wingo-tabs {
    margin-top: 12px;
}

    .wingo-tabs .nav-tabs {
        border-bottom: none;
    }

    .wingo-tabs .nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
        /*padding-left: 18px;*/
        margin-bottom: 0;
        list-style: none;
    }

    .wingo-tabs .nav-tabs .nav-link {
        margin-bottom: -1px;
        background: 0 0;
        border: none;
        background: #373737;
        color: #fff;
    }

    .wingo-tabs .nav-link.active {
        color: #8f5206 !important;
        background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%) !important;
        border-color: #292929;
        border-radius: 5px;
    }

.GameRecord {
    text-align: center;
    background: linear-gradient(180deg, #F6E3A3 0%, #D2A753 100%) !important;
    border-radius: .13333rem .13333rem 0 0;
    font-weight: 700;
    font-size: .34667rem;
    color: #380505;
    padding: 7px;
}

    .GameRecord h4 {
        color: #8f5206 !important;
        font-size: 15px;
        margin-bottom: 0px;
        font-weight: 600;
    }

.GameRecord-body {
    text-align: center;
    margin-top: 20px;
}

    .GameRecord-body h4 {
        color: #fff;
        font-size: 14px;
    }

    .GameRecord-body .number {
        color: #18b660;
        font-size: 26px;
        font-weight: 700;
    }

    .GameRecord-body span {
        color: #fff;
        font-size: 14px;
    }

    .GameRecord-body .red-dot {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #fb5b5b;
        margin: 0 auto;
    }

    .GameRecord-body .green-dot {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #18b660;
        margin: 0 auto;
    }

    .GameRecord-body .purple-dot {
        height: 8px;
        width: 8px;
        border-radius: 50%;
        background-color: #c86eff;
        margin: 0 auto;
    }

.marquee {
    position: relative;
    box-sizing: border-box;
    animation: marquee 15s linear infinite;
    height: 60px;
    font-size: 11px;
    font-weight: 500;
    line-height: 20px;
    color: #ffffff;
}

    .marquee:hover {
        animation-play-state: paused;
    }

/* Make it move! */
@keyframes marquee {
    0% {
        top: 8em
    }

    100% {
        top: -11em
    }
}

.history .accordion-item {
    /* margin-bottom: 4px; */
    border: 1px solid #494949;
}

.history .accordion-button {
    font-size: 16px;
    font-weight: 600;
    background-color: #1f1f1f;
    display: block;
}

.accordion-button h3 {
    font-size: 10px;
    font-weight: 600;
    color: #fff;
    margin-top: 6px;
}

.accordion-button span {
    color: #fff;
    margin-bottom: 1px;
    text-align: center;
    font-size: 14px;
}

.accordion-button .redbox {
    background-color: red;
    box-shadow: 0 0.05333rem 0.16rem #0000001a !important;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 10px !important;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 6px;
    /* margin-right: -6px; */
    display: flex;
    align-items: center;
    justify-content: center;
}

    .accordion-button .redbox h4 {
        margin-bottom: 0px
    }

.accordion-button .greenbox {
    background-color: green;
    box-shadow: 0 0.05333rem 0.16rem #0000001a !important;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 10px !important;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .accordion-button .greenbox h4 {
        margin-bottom: 0px
    }

.accordion-button .zeronum {
    background-image: linear-gradient(to bottom right, #f95959 50%, #c86eff 0) !important;
    box-shadow: 0 0.05333rem 0.16rem #0000001a !important;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 10px !important;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    line-height: 17px;
    /* text-align: center; */
    display: flex;
    justify-content: center;
}

    .accordion-button .zeronum h4 {
        margin-bottom: 0px
    }

.accordion-button .fivenum {
    background-image: linear-gradient(to bottom right, #008000 50%, #c86eff 0) !important;
    box-shadow: 0 0.05333rem 0.16rem #0000001a !important;
    color: #fff;
    font-size: 30px;
    font-weight: 600;
    padding: 10px !important;
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 10px;
}

    .accordion-button .fivenum h4 {
        margin-bottom: 0px
    }

.accordion-button .bignum {
    box-shadow: 0 0.05333rem 0.16rem #0000001a !important;
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    /* padding: 10px !important; */
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: #ffc511;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .accordion-button .bignum h4 {
        margin-bottom: 0px;
    }

.accordion-button .smallnum {
    box-shadow: 0 0.05333rem 0.16rem #0000001a !important;
    color: #fff;
    font-size: 10px;
    font-weight: 600;
    /* padding: 10px !important; */
    text-align: center;
    width: 35px;
    height: 35px;
    border-radius: 9px;
    background: #6da7f4;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion-button:focus {
    z-index: 0;
    /* border-color: #f6e3a3; */
    outline: 0;
    /* box-shadow: 0 0 0 1px #f6e3a3; */
}

.accordion-body {
    padding: 1rem 1.25rem;
    background-color: #1f1f1f;
}

.accordion-button .box h4 {
    margin-bottom: 0px;
    line-height: 40px;
}

.accordion-button a {
    border: 1px solid #47ba7c;
    padding: 3px 8px;
    border-radius: 4px;
    color: #47ba7c;
    font-weight: 600;
    font-size: 14px;
    display: inline-block;
    position: relative;
    margin-bottom: 3px;
    text-align: center;
}

.accordion-button h6 {
    color: #008000;
    font-size: 14px;
    font-weight: 700;
}

.accordion-button .r-side {
    text-align: center;
    /* margin-top: 0px; */
    display: inline-block;
}

.accordion-button .b-side {
    text-align: center;
    /* margin-top: 0px; */
    display: inline-block;
    /* display: flex; */
    position: relative;
    margin-left: 15px;
}

.accordion-button::after {
    display: none;
}
/*accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out;
    filter: invert(1);
    margin-top: 10px;
}*/
.r-side h6 {
    font-size: 18px;
    font-weight: 600;
    color: #47ba7c !important;
    margin-top: 10px;
    /* transition: revert; */
    text-align: right;
    margin-bottom: 0px;
}

.b-side h6 {
    font-size: 18px;
    font-weight: 600;
    color: #f60a0a !important;
    margin-top: 10px;
    /* transition: revert; */
    /* text-align: right; */
    margin-bottom: 0px;
}

.o-side h6 {
    font-size: 18px;
    font-weight: 600;
    color: orange !important;
    margin-top: 10px;
    /* transition: revert; */
    text-align: right;
    margin-bottom: 0px;
}
/*---------------------------wingo middle tabs end------------------*/

/*--------------------------------popup start---------------------------*/
.popup {
    position: relative;
    background: #fb5b5b;
    padding: 20px;
}

    .popup:before {
        content: "";
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        height: 30px;
        background-image: -webkit-linear-gradient(99deg, var(--bg_color_L2) 50%, transparent 50%);
        background-image: linear-gradient(-9deg, #fff 50%, transparent 50%);
    }

    .popup:after {
        content: "";
        position: absolute;
        width: 50%;
        left: 0;
        bottom: 0;
        height: 30px;
        background-image: -webkit-linear-gradient(81deg, var(--bg_color_L2) 50%, transparent 50%);
        background-image: linear-gradient(9deg, #fff 50%, transparent 50%);
    }

.popupgo .product-box {
    /* box-shadow: 0 3px 16px 0 rgba(154, 160, 185, 0.05), 0 10px 40px 0 rgba(166, 173, 201, 0.41) !important; */
    padding: 0px 20px;
    text-align: center;
    margin-top: 0px;
    /* min-height: 150px; */
    border-radius: 10px;
    /* background: #3f3f3f; */
    position: relative;
}

    .popupgo .product-box .product-text .product-heading {
        font-weight: 600;
        margin-top: 4px;
        font-size: 20px;
        color: #ffffff;
    }

.popup-mid {
    margin-top: 0px;
}

    .popup-mid .web-points {
        display: block;
        align-items: center;
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 6px;
        transition: 0.3s;
        background-color: #ffffff;
        position: relative;
        justify-content: space-between;
        height: 30px;
    }

        .popup-mid .web-points h4 {
            text-align: center;
            color: #000;
            font-size: 14px;
        }

.balance {
    position: absolute;
    margin-top: 30px;
}

    .balance ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .balance ul li {
            width: 25%;
        }

            .balance ul li span {
                color: #000;
                font-size: 15px;
                background-color: #f0f0f0;
                padding: 5px 4px;
                border-radius: 4px;
            }

            .balance ul li h3 {
                color: #fff;
                font-size: 15px;
                background-color: #fb5b5b;
                padding: 4px 0px;
                border-radius: 4px;
                margin-bottom: 0px;
                text-align: center;
                font-weight: 400;
                margin-right: 10px;
            }

.middle-balance {
    position: relative;
    margin-top: 49px;
}

    .middle-balance ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .middle-balance ul li {
            width: 25%;
        }

            .middle-balance ul li span {
                color: #000;
                font-size: 15px;
                background-color: #f0f0f0;
                padding: 5px 4px;
                border-radius: 4px;
            }

            .middle-balance ul li h3 {
                color: #fff;
                font-size: 15px;
                background-color: #fb5b5b;
                padding: 4px 0px;
                border-radius: 4px;
                margin-bottom: 0px;
                text-align: center;
                font-weight: 400;
                margin-right: 10px;
            }

.balance-box {
    position: relative;
    margin-top: 20px;
}

    .balance-box ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

        .balance-box ul li {
            width: 16%;
        }

            .balance-box ul li span {
                color: #000;
                font-size: 15px;
                background-color: #f0f0f0;
                padding: 5px 4px;
                border-radius: 4px;
            }

            .balance-box ul li h3 {
                color: #fff;
                font-size: 15px;
                background-color: #fb5b5b;
                padding: 4px 0px;
                border-radius: 4px;
                margin-bottom: 0px;
                text-align: center;
                font-weight: 400;
                margin-right: 10px;
            }

.web-points h4 {
    color: #000;
    font-size: 16px;
}

@media only screen and (max-width: 767px) {
    .quantity {
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
}

.quantity {
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}

    .quantity .minus {
        padding-left: 4px;
    }

    .quantity .minus, .quantity .plus {
        background-color: #eee;
        display: block;
        float: left;
        border-radius: 50px;
        cursor: pointer;
        border: 0;
        padding: 0;
        width: 34px;
        height: 34px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        margin: 4px;
    }

    .quantity .qty {
        float: left;
        width: 55px;
        height: 36px;
        border: 1px solid #ddd;
        background-color: transparent;
        text-align: center;
        padding: 0;
        margin: 3px;
    }

    .quantity .minus, .quantity .plus {
        background-color: #eee;
        display: block;
        float: left;
        border-radius: 50px;
        cursor: pointer;
        border: 0;
        padding: 0;
        width: 34px;
        height: 34px;
        line-height: 36px;
        text-align: center;
        font-size: 20px;
        margin: 4px;
    }

.chec-kbox {
    margin-top: 20px;
    position: relative;
}

.popup_footer {
    margin-bottom: 20px;
    margin-top: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: left;
    width: 100%;
}

    .popup_footer img {
        width: 26px;
    }

    .popup_footer a {
        margin-left: 10px;
        color: #fb5b5b;
        font-size: 13px;
    }

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
}

.custome-checkbox .form-check-label {
    position: relative;
    cursor: pointer;
    color: #687188;
    padding: 0;
    vertical-align: middle;
    font-size: 13px;
}

.bottom-bu {
    margin-top: 12px;
    margin-bottom: 30px;
}

    .bottom-bu .red-btn {
        background: #fb5b5b;
        color: #ffffff;
        padding: 10px 40px;
        font-size: 14px;
        font-weight: 600;
        text-decoration: none;
        border-radius: 0px;
        transition: 0.3s;
        display: inline-block;
    }

    .bottom-bu h4 {
        margin-bottom: 0px;
        font-size: 18px;
        text-align: center;
    }
/*--------------------------------popup end---------------------------*/
.change_xx {
    color: #ffffff !important;
    cursor: pointer;
}

.xvalu {
    background-color: #fb5b5b !important;
    padding: 5px !important;
    color: #fff !important;
    cursor: pointer !important;
}



.linksss {
    background: #fb5b5b !important;
    text-align: center !important;
    padding: 8px 8px !important;
    color: #fff !important;
    font-size: 16px !important;
    cursor: pointer !important;
}


.linkssoo {
    text-align: center !important;
    padding: 8px 4px !important;
    color: #717171 !important;
    font-size: 16px !important;
    cursor: pointer !important;
}

.xvalu {
    background: #fb5b5b !important;
    padding: 5px 15px !important;
    color: #fff !important;
    cursor: pointer !important;
}

.xvalue1 {
    padding: 5px 15px !important;
    color: #6c757d !important;
    cursor: pointer !important;
}



.x_valu_big_small {
    background: #ffffff !important;
    padding: 4px 8px 3px !important;
    color: #0c0c0c !important;
    border-radius: 6px !important;
    border: 1px solid !important;
}

.x_valu_big_smalls {
    background: #fb5b5b !important;
    padding: 4px 8px 3px !important;
    color: #ffffff !important;
    border-radius: 6px !important;
}

.xvalue11 {
    padding: 5px 7px !important;
    color: #ffffff !important;
    border-radius: 7px !important;
}


.voilet_dot {
    position: relative;
    width: 51px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}


/*------------------overlay counter start-------------*/
#counter {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    /*background: #e6e6e7;*/
    padding: 55px 0px;
    width: 100%;
    position: absolute;
    z-index: 9999999;
}

    #counter .item {
        background: #fff;
        min-width: 150px;
        padding: 0px 20px 0px 15px;
        margin: 10px;
        text-align: center;
        border-radius: 20px;
        -webkit-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
        -moz-box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
        box-shadow: 0px 0px 38px -8px rgba(0, 0, 0, 0.34);
        min-height: 150px;
    }

        #counter .item .count {
            color: #e8b12d;
            margin-bottom: 4px;
            font-size: 126px;
            font-weight: 700;
            overflow: hidden;
        }

        #counter .item h3 {
            color: #4f4e28;
            text-transform: capitalize;
        }
/*------------------overlay counter end-------------*/
.dark_overlay {
    position: relative;
    z-index: 1;
}

    .dark_overlay:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 12px;
        background-color: #000000f7;
        opacity: 0.75;
        z-index: 1;
    }

/*------------vip start-----------------*/
.vipmid-slider .owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    height: 180px;
}

    .vipmid-slider .owl-carousel .owl-item {
        margin-left: 0px;
    }

.vip .product-box {
    padding: 10px 20px;
    margin-top: 30px;
    min-height: 150px;
    border-radius: 10px;
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
}

    .vip .product-box .web-points {
        display: flex;
        align-items: center;
        margin-bottom: -20px;
        padding: 8px;
    }

        .vip .product-box .web-points .web-icon img {
            width: 80px;
        }

        .vip .product-box .web-points .web-icon {
            margin-right: 10px;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            overflow: hidden;
        }

    .vip .product-box .web-text h4 {
        color: #fff;
        font-size: 16px;
    }

.mid-sec .mid-text p {
    font-size: 11px;
    color: #888;
    text-align: left;
    border: 1px solid #565454;
    padding: 5px;
    border-radius: 6px;
    margin-bottom: 0px;
    margin-top: 10px;
}

.vip-image {
    width: 54px;
    height: 23px;
    background-image: url(../images/vip-image.png);
    background-size: cover;
    margin-bottom: 10px;
}

.vip .product-box .web-icon i {
    color: #542f00;
    font-size: 22px;
}

.vip-banner {
    margin-top: -30px;
    margin-bottom: 0px;
}

.vip .product-box .product-text .product-heading {
    font-weight: 600;
    margin-top: 18px;
    font-size: 32px;
    color: #542f00;
    margin-left: 20px;
}

.vip .product-box .product-text p {
    font-size: 16px;
    color: #fff;
}

.vip-banner .web-points {
    border-radius: 6px;
    position: relative;
    text-align: center;
    padding: 15px;
    background: #C4933F;
    margin-bottom: 12px;
}

.vipbg {
    background-color: #454545;
    border-radius: 4px;
}

.v-content-head {
    display: flex;
    align-items: center;
    padding: 12px;
}

    .v-content-head .v-icon i {
        color: #e7bb5e;
        font-size: 26px;
        margin-right: 10px;
    }

    .v-content-head h1 {
        color: #fff;
        font-size: 20px;
        font-weight: 600;
        margin-top: 0px;
    }

.recharge-banner {
    margin-top: 10px;
    margin-bottom: 0px;
}

.vip-banner .web-points .web-text h4 {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 2px;
}

    .vip-banner .web-points .web-text h4 span {
        font-size: 17px;
        font-weight: 600;
        color: #f0e57f;
    }

.big {
    font-size: 17px !important;
    font-weight: 600 !important;
    color: #ffef00 !important;
    margin-right: 5px;
}

.vip-slider {
    padding-top: 20px;
    padding-bottom: 20px;
}

.activity-mid .sbu-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4dd8ef;
    padding: 0px 20px 0px 20px;
    border-radius: 6px;
    margin-bottom: 5px;
}

    .activity-mid .sbu-box .icon-img img {
        width: 18px;
    }

    .activity-mid .sbu-box .icon-text h5 {
        margin-bottom: 0px;
        color: #4dd8ef;
        font-size: 14px;
        margin-left: 6px;
    }

    .activity-mid .sbu-box .icon-text h4 {
        margin-bottom: 0px;
        color: #C4933F;
        font-size: 14px;
        margin-left: 6px;
    }

.activity-mid .safe-box {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C4933F;
    padding: 0px 20px 0px 20px;
    border-radius: 6px;
    margin-bottom: 5px;
}

    .activity-mid .safe-box .icon-img img {
        width: 30px;
    }

    .activity-mid .safe-box .icon-text h5 {
        margin-bottom: 0px;
        color: #C4933F;
        font-size: 14px;
        margin-left: 6px;
    }

    .activity-mid .safe-box .icon-text h4 {
        margin-bottom: 0px;
        color: #C4933F;
        font-size: 14px;
        margin-left: 6px;
    }

.vip-button .mid-button {
    display: flex;
    align-content: center;
    justify-content: center;
}

    .vip-button .mid-button .log-btn {
        background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
        color: #8f5206;
        padding: 8px 60px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid var(--blue);
        border-radius: 30px;
        transition: 0.3s;
        display: inline-block;
    }

    .vip-button .mid-button .log-button {
        margin-top: 20px;
        text-align: center;
    }

    .vip-button .mid-button .reg-btn {
        background: none;
        color: #C4933F;
        padding: 6px 60px;
        font-size: 18px;
        font-weight: 500;
        text-decoration: none;
        border: 2px solid #C4933F;
        border-radius: 30px;
        transition: 0.3s;
        display: inline-block;
    }

.vip-button {
    padding-top: 0px;
    padding-bottom: 40px;
}

.reg-btn {
    background: none;
    color: #C4933F;
    padding: 6px 60px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C4933F;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.reg-button {
    margin-top: 20px;
    text-align: center;
}

.vip-button .mid-button .reg-button {
    margin-top: 20px;
    text-align: center;
}

.data-banner {
    padding-top: 20px;
    padding-bottom: 20px;
}

    .data-banner .data-bg {
        background-color: #353535;
        padding: 15px;
    }
/*------------vip end-----------------*/


.right-icon {
    display: flex;
    align-items: center
}

    .right-icon .rs-icon img {
        width: 36px;
        height: auto;
        margin-left: 10px;
    }






/*---------------------attendance start---------------------*/
.attendance-banner {
    padding: 10px 0px;
}

.attendance-banner, .attendance-banner-text {
    position: relative;
    z-index: 1;
}

.attendance-banner {
    background-image: url('../images/headerBg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #F54545;
}

    .attendance-banner .attendance-banner-text h2 {
        font-size: 20px;
        color: #fff;
    }

    .attendance-banner .attendance-banner-text h4 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    .attendance-banner .attendance-banner-text h3 {
        font-size: 12px;
        color: #fff;
        margin-bottom: 5px;
        width: 230px;
        word-wrap: break-word;
        font-weight: 600;
    }

    .attendance-banner .attendance-banner-text p {
        font-size: 15px;
        color: #fff;
        margin-bottom: 0px;
    }

    .attendance-banner .m-ribbion {
        display: inline-block;
        width: 240px;
        margin-bottom: .21333rem;
        padding: 14px 20px 14px 20px;
        color: #f95959;
        font-size: 15px;
        line-height: 16px;
        background: #fff;
        -webkit-clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
        clip-path: polygon(100% 0, 90% 50%, 100% 100%, 0 100%, 0 0);
        word-break: break-all;
    }

        .attendance-banner .m-ribbion p {
            font-size: 14px;
            margin-bottom: 0px;
        }

    .attendance-banner .dailySignIn {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        margin-top: .53333rem;
    }

        .attendance-banner .dailySignIn .log-btn {
            background: linear-gradient(180deg,#FFBD40 0%,#FF7F3D 100%);
            color: #fff;
            padding: 8px 34px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            /* border: 2px solid var(--blue); */
            border-radius: 30px;
            transition: 0.3s;
            display: inline-block;
            position: relative;
            /* width: 100%; */
            text-align: center;
        }

        .attendance-banner .dailySignIn .log-btn2 {
            background: linear-gradient(180deg,#FFBD40 0%,#FF7F3D 100%);
            color: #fff;
            padding: 8px 16px;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            /* border: 2px solid var(--blue); */
            border-radius: 30px;
            transition: 0.3s;
            display: inline-block;
            position: relative;
            /* width: 100%; */
            text-align: center;
        }

.attendance-charge {
    margin-top: 0px;
    margin-bottom: 40px;
    padding: 20px 0px;
}

    .attendance-charge .attendance-list ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
    }

    .attendance-charge .last-image ul {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        width: 100%;
    }

.last-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6px 0px;
    border: 1px solid rgb(255 252 252 / 9%);
    border-radius: 5px;
    background-color: #3f3f3f;
    min-height: 2.13333rem;
    margin: 5px;
}

.attendance-charge .last-image ul li img {
    width: 150px;
}

.attendance-charge .last-image ul li h3 {
    color: #a8a5a1;
    font-size: 16px;
    font-weight: 500;
}

.attendance-charge .last-image ul li h4 {
    color: #fff;
    font-size: 18px;
    position: relative;
}

.attendance-charge .last-image ul li {
    width: 50%;
}

    .attendance-charge .last-image ul li h4:before {
        content: "";
        position: absolute;
        top: 49%;
        left: 47px;
        -webkit-transform: translate(-100%, -50%);
        transform: translate(-100%, -50%);
        display: block;
        width: 20px;
        height: 2px;
        background: -webkit-linear-gradient(right, #C0C4DC 0%, rgba(192, 196, 220, 0) 100%);
        background: linear-gradient(270deg, #C0C4DC 0%, rgba(192, 196, 220, 0) 100%);
    }

    .attendance-charge .last-image ul li h4:after {
        content: "";
        position: absolute;
        top: 49%;
        left: 126px;
        -webkit-transform: translate(100%, -50%);
        transform: translate(100%, -50%);
        display: block;
        width: 20px;
        height: 2px;
        background: -webkit-linear-gradient(right, #C0C4DC 0%, rgba(192, 196, 220, 0) 100%);
        background: linear-gradient(92deg, #C0C4DC 0%, rgba(192, 196, 220, 0) 100%);
    }

.attendance-charge .attendance-list ul li {
    width: 33%;
}

.attendance-charge .attendance-box {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 6px 0px;
    border: 1px solid rgb(255 252 252 / 9%);
    border-radius: 5px;
    background-color: #3f3f3f;
    min-height: 2.13333rem;
    margin: 5px;
}

    .attendance-charge .attendance-box h6 {
        color: #fff;
        font-weight: 500;
        font-size: 16px;
    }

    .attendance-charge .attendance-box h5 {
        color: #a8a5a1;
        font-weight: 500;
        margin-top: 8px;
        font-size: 13px;
    }

    .attendance-charge .attendance-box img {
        height: 40px;
        width: 40px;
    }

.attendance-charge .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #8f5206;
    padding: 8px 120px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}

.attendance-charge .log-button {
    margin-top: 40px;
    text-align: center;
}
/*---------------------attendance end---------------------*/

/*-----------------------Invitation bonus start--------------*/
.invitation-bonus {
    padding: 10px 0px;
}

.invitation-bonus {
    position: relative;
}

.invitation-bonus {
    background-image: url(/images/invitation-bg.png),linear-gradient(94deg,#f99937 2.72%,#ff6922 43.54%,#ff8039 98.54%);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .invitation-bonus .invitation-banner-text h4 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    .invitation-bonus .invitation-banner-text h2 {
        font-size: 20px;
        color: #fff;
    }

    .invitation-bonus .invitation-banner-text h3 {
        font-size: 12px;
        color: #fff;
        margin-bottom: 14px;
        width: 230px;
        word-wrap: break-word;
        font-weight: 600;
    }

.invitation-top .bonus-top {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 12px;
    padding: 12px;
    transition: 0.3s;
    background-color: #454545;
    position: relative;
    margin-top: -10px;
    margin-left: 20px;
    margin-right: 20px;
}

    .invitation-top .bonus-top .bonus-img {
        display: flex;
        align-items: center;
        justify-content: space-around;
        width: 100%;
    }

        .invitation-top .bonus-top .bonus-img .web-icon {
            margin-right: 5px;
            padding-right: 5px;
            text-align: center;
        }

            .invitation-top .bonus-top .bonus-img .web-icon h4 {
                color: #a1a1a1;
                font-size: 13px;
                margin-top: 8px;
                margin-bottom: 0px;
            }

            .invitation-top .bonus-top .bonus-img .web-icon img {
                width: 60px;
            }

.bonus-items {
    width: 95%;
    background: #403e3e;
    border-radius: 10px;
    margin-top: 20px;
    position: relative;
    padding: 0px;
}

    .bonus-items .head {
        display: flex;
        justify-content: space-between;
        min-height: 40px;
        margin-bottom: 10px;
    }

        .bonus-items .head .left {
            background-color: #4d4d4c;
            min-width: 170px;
            flex: none;
            padding: 10px 10px;
            display: flex;
            align-items: center;
            border-radius: .26667rem 0 0;
            position: relative;
            color: #fff;
            background-image: url(../images/unfinish.svg);
            background-repeat: no-repeat;
            background-size: 27px;
            background-position: right 15px center;
            border-radius: 6px 0 26px;
        }

        .bonus-items .head .active {
            background-color: #17b15e;
            min-width: 170px;
            flex: none;
            padding: 10px 10px;
            display: flex;
            align-items: center;
            border-radius: .26667rem 0 0;
            position: relative;
            color: #fff;
            background-image: url('../images/righticon-84e23970.svg');
            background-repeat: no-repeat;
            background-size: 27px;
            background-position: right 15px center;
            border-radius: 6px 0 26px;
        }

        .bonus-items .head .left > div {
            min-width: 20px;
            height: 20px;
            background-color: #f5f3f0;
            display: flex;
            -webkit-box-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            align-items: center;
            color: #666462;
            font-size: 12px;
            border-radius: 50%;
            margin-left: 10px;
        }

        .bonus-items .head .right {
            -webkit-box-flex: 1;
            flex: 1;
            font-size: 15px;
            display: flex;
            -webkit-box-align: center;
            align-items: center;
            justify-content: right;
            line-height: 16px;
            padding-right: 10px;
            color: #dd9138;
            font-weight: 700;
            border-bottom: 1px solid #525167;
        }

    .bonus-items .detail {
        background-color: #4d4d4c;
        color: #f5f3f0;
        border-radius: 2px;
        min-height: 30px;
        line-height: 30px;
        display: flex;
        width: calc(95% - 5px);
        margin: auto;
        margin-top: 5px;
    }

        .bonus-items .detail .people {
            text-align: center;
            font-size: 15px;
            color: #f5f3f0;
        }

        .bonus-items .detail > div {
            width: 50%;
            font-size: 15px;
            padding-left: 10px;
        }

        .bonus-items .detail .num {
            color: #d23838;
            text-align: center;
        }

    .bonus-items .line {
        border: 1px dashed #525167;
        margin: 12px auto 12px;
        position: relative;
        width: calc(100% - 38px);
        padding: 0px 7px;
    }

        .bonus-items .line:before {
            content: "";
            display: block;
            border-radius: 50%;
            background-color: #242424;
            position: absolute;
            width: 16px;
            height: 16px;
            top: -8px;
            left: -28px;
        }

        .bonus-items .line:after {
            content: "";
            display: block;
            border-radius: 50%;
            background-color: #242424;
            position: absolute;
            width: 16px;
            height: 16px;
            top: -8px;
            right: -28px;
        }

    .bonus-items .task {
        display: flex;
        min-height: 1.06667rem;
    }

        .bonus-items .task > div {
            width: 50%;
            text-align: center;
        }

            .bonus-items .task > div .peopleval {
                color: #dd9138;
            }

            .bonus-items .task > div .peopleval {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 10px;
            }

            .bonus-items .task > div .rechargeval {
                color: #d23838;
            }

            .bonus-items .task > div .rechargeval {
                font-size: 16px;
                font-weight: 500;
                margin-bottom: 10px;
            }

            .bonus-items .task > div .text {
                color: #a8a5a1;
            }

            .bonus-items .task > div:last-of-type {
                border-inline-start: 1px solid #525167;
            }

    .bonus-items .btn {
        background: #6f7381;
        font-size: 16px;
        font-weight: 700;
        color: #f5f3f0;
        min-height: 25px;
        line-height: 25px;
        text-align: center;
        width: calc(100% - 18px);
        margin: 14px auto 20px;
        border-radius: 30px;
        display: flex;
        justify-content: center;
    }
/*-----------------------Invitation bonus end--------------*/

/*----------------------invitation record start--------------------*/
.invitation-record .web-points {
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 16px;
    transition: 0.3s;
    background-color: #353535;
    position: relative;
}

.invitation-record .record-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 4px;
}

/*.invitation-record .record-content span {
    color: #a8a5a1;
    font-size: 13px;
}*/
.invitation-record .web-points .order-cont {
    color: #dd9138;
}

.name {
    font-size: 16px;
    color: #f5f3f0;
}

.uid {
    color: #a8a5a1;
    font-size: 14px;
}
/*----------------------invitation record end--------------------*/

/*-----------------------laundry start-------------------------*/
.laundry {
    position: relative;
    margin-bottom: -60px;
}

@media screen and (max-width: 767px) {
    .laundry {
        margin-bottom: 6px !important;
    }

        .laundry .owl-carousel .owl-item {
            margin-right: -80px !important;
        }
}

.laundry .item {
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 9px 18px;
    transition: 0.3s;
    background-color: #454545;
    position: relative;
    text-align: center;
    width: 100px;
    height: auto;
}

.lau-active {
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
    padding: 5px 18px !important;
}

    .lau-active h3 {
        color: #8f5206;
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 0px;
    }

    .lau-active i {
        color: #8f5206 !important;
        font-size: 30px !important;
    }
/*.laundry .owl-carousel .owl-item {
    margin-right: 40px !important;
}*/
.laundry .item .lau-icon i {
    font-size: 22px;
    color: #a8a5a1;
}

.laundry .item .lau-text h4 {
    font-size: 14px;
    color: #a8a5a1 !important;
    font-weight: 400;
    margin-bottom: 0px;
}

.total-bet .total-bet-content {
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 12px;
    transition: 0.3s;
    background-color: #454545;
    position: relative;
}

    .total-bet .total-bet-content h4 {
        color: #fff;
        font-size: 15px;
    }

    .total-bet .total-bet-content a {
        color: #d9ac4f;
        font-size: 13px;
        border: 1px solid #d9ac4f;
        padding: 6px 12px;
        border-radius: 6px;
    }

.rebate {
    display: flex;
    align-items: center;
    margin-top: 16px;
    margin-bottom: 10px;
}

    .rebate .f-icon i {
        font-size: 22px;
        color: #d9ac4f;
        margin-right: 10px;
    }

    .rebate span {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

.total-bet .txt {
    background: #4d4d4c;
    margin-bottom: 5px;
    width: 85%;
    line-height: 26px;
    padding: .2rem;
    font-size: 12px;
    border-radius: 6px;
    color: #a8a5a1;
}

.total-points {
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 6px;
    transition: 0.3s;
    background-color: #4d4d4c;
    position: relative;
}

    .total-points h3 {
        font-size: 12px;
        color: #a8a5a1;
        margin-bottom: 4px;
        font-weight: 400;
    }

    .total-points p {
        font-size: 16px;
        color: #dd9138;
        margin-bottom: 0px;
        font-weight: 600;
    }

.tip {
    color: #a8a5a1;
    font-size: 12px;
    margin-bottom: 0px;
}

.p-title {
    padding-left: 10px;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    margin-bottom: 10px;
    color: #f5f3f0;
}

    .p-title:before {
        display: block;
        content: "";
        height: 17px;
        width: 2px;
        background: #d9ac4f;
        position: absolute;
        left: 0px;
        top: 50%;
        transform: translateY(-50%);
    }

.history-btn {
    background: none;
    color: #C4933F;
    padding: 6px 105px 6px 105px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid #C4933F;
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
    width: 100%;
}

.rebate-history .rebate-points {
    display: block;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 12px;
    transition: 0.3s;
    background-color: #353535;
    position: relative;
}

.rebate-history .rebate-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: .13333rem;
    margin-bottom: .2rem;
    border-bottom: 1px solid #525167;
}

    .rebate-history .rebate-header .name {
        font-size: 14px;
        font-weight: 700;
        color: #f5f3f0;
        margin-bottom: .2rem;
    }

    .rebate-history .rebate-header .time {
        font-size: 13px;
        color: #666462;
    }

    .rebate-history .rebate-header .state {
        font-size: 14px;
        color: #40c592;
    }

.rebate-history .rebate-body {
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}

    .rebate-history .rebate-body .left {
        display: flex;
        justify-content: space-between;
        color: #666462;
        font-size: 14px;
        height: 24px;
    }

        .rebate-history .rebate-body .left .imgBox {
            padding: 5px 0;
            margin-right: 5px;
        }

            .rebate-history .rebate-body .left .imgBox .img {
                height: auto;
                width: 11px;
            }

        .rebate-history .rebate-body .left div > p {
            font-size: 13px;
            color: #a8a5a1;
            margin-bottom: 5px;
        }

    .rebate-history .rebate-body .right {
        text-align: right;
        color: #f5f3f0;
    }

        .rebate-history .rebate-body .right > p {
            font-size: 13px;
            color: #f5f3f0;
            margin-bottom: 5px;
        }

            .rebate-history .rebate-body .right > p.red {
                color: #d23838;
            }

            .rebate-history .rebate-body .right > p.orange {
                color: #dd9138;
            }

/*-----------------------laundry end-------------------------*/


/*-----------------------super jackpot start-----------------------*/
.super-jackpot {
    padding: 22px 0px;
}

.super-jackpot {
    position: relative;
}

.super-jackpot {
    background-image: url('../images/superJackpot.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

    .super-jackpot .jackpot-banner-text h4 {
        font-size: 20px;
        color: #fff;
        font-weight: 600;
    }

    .super-jackpot .jackpot-banner-text h2 {
        font-size: 22px;
        color: #fff;
        font-weight: 600;
        margin-bottom: 20px;
    }

    .super-jackpot .jackpot-banner-text h3 {
        font-size: 12px;
        color: #fff;
        margin-bottom: 14px;
        width: 230px;
        word-wrap: break-word;
        font-weight: 600;
    }

.jack-mid {
    padding: 8px 0px;
}

.jack-point {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 12px;
    transition: 0.3s;
    background-color: #454545;
    position: relative;
}

.jack-mid .jack-point h4 {
    color: #fff;
    font-size: 16px;
    margin-bottom: 0px;
}

.jack-mid .jack-point i {
    color: #d9af3d;
    font-size: 24px;
    margin-right: 10px;
}

.empty-point {
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 12px;
    transition: 0.3s;
    background-color: #454545;
    position: relative;
    text-align: center;
}

    .empty-point p {
        color: #a8a5a1;
        font-size: 14px;
        margin-bottom: 0px;
        margin-top: 10px;
    }

.grey-button {
    padding: 10px 0px;
}

.grey-btn {
    background: #6f7381;
    color: #666462;
    padding: 4px;
    font-size: 13px;
    font-weight: 500;
    text-decoration: none;
    /* border: 2px solid var(--blue); */
    border-radius: 30px;
    transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.grey-button i {
    font-size: 22px;
    margin-right: 6px;
}

.empty-box .log-button {
    margin-top: 10px;
    text-align: center;
}

.empty-box .log-btn {
    background: linear-gradient(180deg, #FAE59F 0%, #C4933F 100%);
    color: #8f5206;
    padding: 3px 120px;
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    border: 2px solid var(--blue);
    border-radius: 30px;
    transition: 0.3s;
    display: inline-block;
}
/*-----------------------super jackpot end-----------------------*/


/*--------------------------redeem start------------------------*/
.r-gift img {
    width: 100%;
    height: auto;
}

.redeem-gift {
    padding: 30px 0px;
    position: relative;
}

.redeem-point {
    margin-bottom: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 12px;
    transition: 0.3s;
    background-color: #454545;
    position: relative;
}

    .redeem-point p {
        color: #a8a5a1;
        font-size: 15px;
        margin-bottom: 0px;
    }

    .redeem-point h4 {
        color: #f5f3f0;
        font-size: 15px;
        margin-bottom: 0px;
        margin-top: 20px;
    }

    .redeem-point input {
        display: block;
        width: 100%;
        padding: 8px 13px;
        font-size: 1rem;
        font-weight: 400;
        line-height: 1.5;
        color: #a6a9ae;
        background-color: #2f2f2f;
        border: 1px solid #868686;
        -webkit-appearance: none;
        -moz-appearance: none;
        border-radius: 30px;
        margin-bottom: 20px;
        margin-top: 16px;
    }

    .redeem-point button {
        width: 100%;
        height: 40px;
        line-height: 40px;
        text-align: center;
        background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
        border-radius: 30px;
        font-size: 16px;
        color: #8f5206;
        border: none;
        margin-bottom: 10px;
    }

.e-img {
    display: flex;
    align-items: center;
}

    .e-img h3 {
        color: #fff;
        font-size: 16px;
        font-weight: 600;
    }

    .e-img i {
        color: #d2a753;
        font-size: 20px;
        font-weight: 600;
        margin-right: 6px;
    }
/*--------------------------redeem end------------------------*/

/*testimonial css start*/

.testimonial {
    margin-top: 80px;
}

    .testimonial .item:after {
        position: absolute;
        font-size: 48px;
        line-height: 80px;
        top: 28px;
        right: 40px;
        color: #e9edf3;
        font-family: 'Font Awesome 5 Free';
        font-weight: 600;
        content: '\f10e';
        background: #fff;
        padding-left: 15px;
        padding-right: 15px;
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out;
    }

    .testimonial .content-star {
        margin-bottom: 30px;
    }

        .testimonial .content-star ul li {
            display: inline-block;
            margin-right: 5px;
            color: #333;
        }

            .testimonial .content-star ul li.active {
                color: var(--blue);
            }

            .testimonial .content-star ul li:last-child {
                margin-right: 0px;
            }

    .testimonial .testimonial-div .item {
        padding: 30px;
        border: 1px solid #e7e7e7;
        margin-top: 20px;
        margin-right: 15px;
        margin-left: 15px;
        background-color: #fff;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 5px;
    }

    .testimonial .testimonial-content h4 {
        font-size: 18px;
        font-weight: 600;
        color: #000;
        margin-bottom: 20px;
    }

    .testimonial .testimonial-content p {
        text-align: justify;
        margin-bottom: 0px;
    }

    .testimonial .testimonial-man {
        padding-left: 50px;
        margin-top: 25px;
        background: #e9edf3;
        padding: 10px 30px;
        position: relative;
        align-items: center;
        -webkit-transition: all .45s ease-in-out;
        transition: all .45s ease-in-out;
    }


    .testimonial .testimonial-man {
        display: flex;
        align-items: center;
    }

        .testimonial .testimonial-man .testimonial-man-image {
            margin-right: 10px;
        }

            .testimonial .testimonial-man .testimonial-man-image img {
                width: 60px;
            }

        .testimonial .testimonial-man .testimonial-man-content h5 {
            font-size: 18px;
            font-weight: 600;
            color: var(--blue);
            margin-bottom: 0px;
        }

        .testimonial .testimonial-man .testimonial-man-content p {
            margin-bottom: 0px;
            color: #333;
        }

.e-text h3 {
    color: #fff !important;
}


/*---------------daily signup rules start-----------------*/
.dsignin-rules {
    position: relative;
}

    .dsignin-rules .rules-point {
        margin-bottom: 10px;
        box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
        border-radius: 6px;
        padding: 0px;
        transition: 0.3s;
        background-color: #454545;
        position: relative;
    }

.ruleHead-bottom {
    position: relative;
    padding: 30px 0px;
}

    .ruleHead-bottom .ruleHead {
        width: calc(100% - .64rem);
        border: 1px solid #6d6c6c;
        border-top: 20px;
        margin: auto;
        padding: 12px 10px;
        background-color: #454545;
        border-radius: 6px;
        position: relative;
        width: 100%;
    }

        .ruleHead-bottom .ruleHead .head {
            text-align: center;
            color: #fff;
            font-size: 18px;
            margin-bottom: 6px;
        }

        .ruleHead-bottom .ruleHead p {
            color: #a8a5a1;
            font-size: 14px;
            margin-bottom: 10px;
            position: relative;
            padding-left: 16px;
        }

            .ruleHead-bottom .ruleHead p:before {
                content: "";
                display: block;
                position: absolute;
                left: 0px;
                top: 6px;
                height: 7px;
                width: 7px;
                flex: none;
                border-radius: 2px;
                -webkit-transform: rotate(45deg);
                transform: rotate(45deg);
                background: #d9ac4f;
            }
/*---------------daily signup rules end-----------------*/


/*---------------------service center start-------------------*/

.service-center .web-points {
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    transition: 0.3s;
    position: relative;
    text-align: center;
}

.servicebg {
    background-color: #454545;
    border-radius: 4px;
    padding: 16px;
    border-radius: 12px;
}

.service-center h3 {
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
}

.service-center .web-points .web-icon {
    margin-right: 5px;
    /*border-right: 1px solid #f2f2f2;*/
    padding-right: 5px;
}

    .service-center .web-points .web-icon img {
        width: 35px;
    }


.service-center {
    margin-top: 20px;
    margin-bottom: 10px;
}

    .service-center .web-points .web-text h4 {
        font-size: 13px;
        font-weight: 500;
        color: #fff;
        margin-bottom: 10px;
        margin-top: 6px;
    }

    .service-center .web-points .ab {
        display: flex;
        align-items: center;
        position: absolute;
        height: 100%;
        top: 0%;
        right: 27px;
        padding-right: 1px;
    }

        .service-center .web-points .ab i {
            font-size: 12px;
            color: #fff;
        }

/*---------------------service center end-------------------*/



/*----------------setting center start-------------------*/
.setting-center {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    border-radius: 0 0 40px 40px;
    margin-bottom: 10px;
    /* padding: 12px; */
    transition: 0.3s;
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
    position: relative;
    text-align: center;
    width: 100%;
    height: 160px;
}

    .setting-center .setting-points {
        margin-bottom: 10px;
        border-radius: 14px;
        padding: 16px 12px;
        transition: 0.3s;
        background-color: #333332;
        position: relative;
        width: 100%;
        top: 120px;
        left: 0px;
    }

    .setting-center .setting-center-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

    .setting-center .userInfo-content {
        border-width: .05333rem;
    }

    .setting-center .userInfo-content {
        width: 75px;
        height: 75px;
        border-radius: 50%;
        margin-right: 5px;
        overflow: hidden;
    }

        .setting-center .userInfo-content img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .setting-center .setting-center-header-edit {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        color: #a8a5a1;
    }

        .setting-center .setting-center-header-edit span {
            font-size: 15px;
            padding-right: 5px;
        }

.setting-center-content {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    color: #f5f3f0;
    padding: 25px 0;
}

    .setting-center-content h5 {
        color: #a8a5a1;
        font-size: 14px;
    }

    .setting-center-content div {
        display: flex;
        align-items: center;
    }

    .setting-center-content span {
        margin-right: 8px;
    }

    .setting-center-content:after {
        content: " ";
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        height: .01333rem;
        color: #e6e8e8;
        transform-origin: 0 100%;
        transform: scaleY(.5);
    }

    .setting-center-content div i {
        font-size: 16px;
        color: #d9ac4f;
    }

.security-information {
    margin-top: 110px;
    position: relative;
}

    .security-information .security-points {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 16px;
        border-radius: 12px;
        padding: 16px;
        transition: 0.3s;
        background-color: #454545;
        position: relative;
    }

        .security-information .security-points .web-icon {
            margin-right: 12px;
            height: 40px;
            width: 40px;
            background-color: #d9ac4f2b;
            border-radius: 10px;
            display: flex;
            align-items: center;
            justify-content: center;
        }

            .security-information .security-points .web-icon i {
                color: #d9ac4f;
                font-size: 22px;
            }

        .security-information .security-points .web-text h4 {
            font-size: 16px;
            font-weight: 500;
            color: #fff;
            margin-bottom: 0px;
        }

        .security-information .security-points .ab {
            display: flex;
            align-items: center;
            position: absolute;
            height: 100%;
            top: 0%;
            right: 27px;
            padding-right: 1px;
        }

    .security-information .web-points .ab i {
        font-size: 12px;
        color: #fff;
    }

    .security-information .right-information {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

        .security-information .right-information span {
            font-size: 14px;
            color: #a8a5a1;
            padding-right: 8px;
        }

        .security-information .right-information i {
            color: #a8a5a1;
        }

    .security-information .left-information {
        display: flex;
        justify-content: flex-start;
        align-items: center;
    }

    .security-information .content-sub-title {
        margin-top: 5px;
    }

        .security-information .content-sub-title > div {
            font-size: 18px;
            color: #f5f3f0;
            font-weight: 700;
            padding-left: 10px;
            margin-bottom: 10px;
            border-left: 3px solid #d9ac4f;
        }
/*----------------setting center end-------------------*/

/*------------------bind mail start---------------------*/
.bind-mail {
    position: relative;
}

    .bind-mail .emailinput-container {
        margin-top: 24px;
    }

    .bind-mail .emailinput-container-label {
        margin-bottom: 12px;
        color: #f5f3f0;
        font-size: 14px;
    }

    .bind-mail .emailinput-container-label, .bind-mail .emailinput-container-input {
        display: flex;
        align-items: center;
        padding: 0 5px;
    }

        .bind-mail .emailinput-container-label i {
            color: #d9ac4f;
            font-size: 22px;
            margin-right: 8px;
        }

        .bind-mail .emailinput-container-label span {
            color: #f5f3f0;
            font-size: 15px;
        }

    .bind-mail .emailinput-container-input {
        gap: .24rem;
    }

        .bind-mail .emailinput-container-input input {
            width: 100%;
            height: 42px;
            padding: 8px 18px;
            color: #f5f3f0;
            font-size: 13px;
            border: none;
            border-radius: 6px;
            background: #333332;
        }

    .bind-mail .verifyInput-container {
        margin-top: 20px;
        padding: 0 0px;
    }

    .bind-mail .verifyInput-container-label {
        margin-bottom: 12px;
        color: #f5f3f0;
        font-size: .4rem;
    }

    .bind-mail .verifyInput-container-label, .verifyInput-container-input {
        display: flex;
        align-items: center;
    }

        .bind-mail .verifyInput-container-label i {
            font-size: 22px;
            margin-right: 8px;
            color: #d9ac4f;
        }

        .bind-mail .verifyInput-container-label span {
            font-size: 14px;
            color: #f5f3f0;
        }

    .bind-mail .verifyInput-container-input {
        position: relative;
        gap: .24rem;
        border-radius: .26667rem;
    }

        .bind-mail .verifyInput-container-input input {
            width: 99%;
            height: 42px;
            padding: 18px;
            font-size: 13px;
            border: none;
            border-radius: 6px;
            background-color: #333332;
            color: #f5f3f0;
        }

        .bind-mail .verifyInput-container-input button {
            position: absolute;
            right: 8px;
            width: 80px;
            height: 32px;
            color: #8f5206;
            font-size: 13px;
            border: none;
            border-radius: 30px;
            background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
        }

    .bind-mail .bind-button {
        margin-top: 100px;
    }

        .bind-mail .bind-button button {
            width: 100%;
            height: 38px;
            background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
            font-size: 14px;
            font-weight: 700;
            color: #8f5206;
            border-radius: 30px;
            border: none;
        }
/*------------------bind mail end---------------------*/

/*------------------change login password start---------------*/
.change-login-password {
    position: relative;
}

    .change-login-password .passwordInput-container {
        margin-top: 26px;
    }

    .change-login-password .passwordInput-container-label {
        margin-bottom: 12px;
        color: #f5f3f0;
        font-size: .4rem;
    }

        .change-login-password .passwordInput-container-label i {
            margin-right: 8px;
            color: #d9ac4f;
            font-size: 18px;
        }

        .change-login-password .passwordInput-container-label span {
            color: #f5f3f0;
            font-size: 14px;
        }

    .change-login-password .passwordInput-container-label, .passwordInput-container-input {
        display: flex;
        align-items: center;
        padding: 0 15px;
    }

    .change-login-password .passwordInput-container-input {
        position: relative;
        gap: .24rem;
        border-radius: .26667rem;
    }

        .change-login-password .passwordInput-container-input input {
            width: 99%;
            height: 42px;
            padding: 8px 18px;
            font-size: 13px;
            border: none;
            border-radius: 10px;
            background: #333332;
            color: #f5f3f0;
        }

        .change-login-password .passwordInput-container-input img {
            position: absolute;
            top: 50%;
            right: 26px;
            -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
            width: 18px;
            height: auto;
        }

    .change-login-password .LoginP-container-remember {
        justify-content: flex-end;
        display: flex;
        align-items: center;
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
        padding: 0 20px;
    }

        .change-login-password .LoginP-container-remember span {
            color: #a8a5a1;
            font-size: 12px;
        }

        .change-login-password .LoginP-container-remember i {
            font-size: 14px;
            color: #a8a5a1;
            margin-left: 4px;
        }

    .change-login-password .LoginP-container-button {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 100%;
        margin-top: 26px;
        padding: 0 20px;
    }

        .change-login-password .LoginP-container-button button {
            width: 100%;
            height: 38px;
            color: #8f5206;
            font-size: 15px;
            font-weight: 700;
            letter-spacing: .05333rem;
            border-radius: 30px;
            border: none;
            background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
        }
/*------------------change login password end---------------*/

/*-----------------------notification start-------------------------*/
.notification .noti-points {
    display: block;
    margin-top: 10px;
    box-shadow: 0 0 10px 7px rgb(0 0 0 / 3%);
    border-radius: 6px;
    padding: 12px;
    transition: 0.3s;
    background-color: #353535;
    position: relative;
}

.notification .noti-button {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.notification .noti-head {
    display: flex;
    align-items: center;
}

    .notification .noti-head i {
        color: #a6a6a6;
        font-size: 15px;
        margin-right: 5px;
    }

    .notification .noti-head span {
        color: #fff;
        font-size: 14px;
        font-weight: 600;
    }

.notification .nr-icon i {
    color: #947002;
    font-size: 15px;
}

.notification .b-noti p {
    color: #666462;
    font-size: 13px;
    margin-bottom: 5px;
}

.notification .b-noti span {
    color: #a8a5a1;
    font-size: 13px;
}
/*-----------------------notification end-------------------------*/

/*------------------------wingo chart start---------------------*/
.Wingo-chart-C-body1 {
    background: #000000;
    padding-bottom: 33px;
}

.Wingo-chart-C-body1-line:first-child {
    padding-top: 12px;
    height: 25px;
    padding-left: 10px;
}

.Wingo-chart-C-body1-line {
    display: flex;
    font-size: 13px;
    color: #ffffff;
    height: 10px;
}

.Wingo-chart-C-body1, .Wingo-chart-C-body1-line {
    margin-top: 20px;
}

    .Wingo-chart-C-body1-line > div:first-child {
        width: 160px;
        padding-left: 10px;
        text-align: left;
    }

.Wingo-chart-C-body1-line-num {
    display: flex;
    justify-content: space-between;
    flex: 1;
    padding-right: 10px;
}

.Wingo-chart-C-body1-line.lottery .Wingo-chart-C-body1-line-num > div {
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    font-family: Roboto;
    /* border: .01333rem solid #ff0000; */
    color: #ffffff !important;
    line-height: 17px;
}

.Wingo-chart-C-body1-line-num > div {
    width: 15px;
    height: 15px;
    line-height: 20px;
    font-size: 13px;
    color: #cdced0;
    text-align: center;
}

.Wingo-chart-C-body2 {
    font-size: 12px;
    background-color: #000000;
}

    .Wingo-chart-C-body2 > div {
        height: 50px;
        padding: 13px 10px;
        border-top: 1px solid #747474;
    }

.van-row {
    display: flex;
    flex-wrap: wrap;
}

.van-col--8 {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
}

.van-col {
    display: block;
    box-sizing: border-box;
    min-height: 10px;
}

.Wingo-chart-C-body2-IssueNumber {
    color: #ffffff;
    text-align: left;
}

.van-col--16 {
    flex: 0 0 66.66666667%;
    max-width: 66.66666667%;
}

.Wingo-chart-C-body2-Num {
    display: flex;
    position: relative;
    height: .42667rem;
}

.Wingo-chart-C-body2 .line-canvas {
    position: absolute;
    top: 50%;
    left: 0;
    height: 20px;
    width: calc(100% - .64rem);
    /* z-index: -1; */
    /* color: #000; */
}

.Wingo-chart-C-body2-Num > div {
    /*width: .4rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    border-radius: 50%;*/
}

.Wingo-chart-C-body2-Num-item {
    border: .01333rem solid #cdced0;
    color: #cdced0;
    margin-right: 4px;
}

    .Wingo-chart-C-body2-Num-item.action1, .Wingo-chart-C-body2-Num-item.action3, .Wingo-chart-C-body2-Num-item.action7, .Wingo-chart-C-body2-Num-item.action9 {
        border: none;
        color: #fff;
        background-color: #18b660;
        position: relative;
        z-index: 999999999;
    }

.Wingo-chart-C-body2-Num > div {
    /*width: 20px;
    height: 20px;
    line-height: 19px;
    text-align: center;
    border-radius: 50%;*/
}

.Wingo-chart-C-body2-Num-BS.isB {
    background: #feaa57;
}

.Wingo-chart-C-body2-Num-BS {
    color: #fff;
    background: #6ea8f4;
    margin-left: .24rem;
}

.Wingo-chart-C-body2-Num-item.action0 {
    position: relative;
    z-index: 10;
    border: none;
    color: #fff;
    background-image: -webkit-linear-gradient(315deg, #fb5b5b 0%, #fb5b5b 50.37%, #c86eff 50.38%, #c86eff 100%) !important;
    background-image: linear-gradient(135deg, #fb5b5b 0%, #fb5b5b 50.37%, #c86eff 50.38%, #c86eff 100%) !important;
}

.Wingo-chart-C-body2-Num-item.action2, .Wingo-chart-C-body2-Num-item.action4, .Wingo-chart-C-body2-Num-item.action6, .Wingo-chart-C-body2-Num-item.action8 {
    border: none;
    color: #fff;
    background-color: #fb5b5b;
    position: relative;
    z-index: 99999999;
}

.Wingo-chart-C-body2-Num-item.action5 {
    border: none;
    color: #fff;
    background-image: -webkit-linear-gradient(top left, #18b660 50%, #c86eff 0) !important;
    background-image: linear-gradient(to bottom right, #18b660 50%, #c86eff 0) !important;
    position: relative;
    z-index: 10;
}


.grafico {
    padding: 2rem 1rem 1rem;
    width: 100%;
    height: 100%;
    position: relative;
    color: #fb5b5b;
}

    .grafico span {
        display: block;
        height: 0;
        border-top: 2px solid;
        transform-origin: left center;
        z-index: 9999;
    }

        .grafico span > span {
            left: 100%;
            bottom: 0;
        }

[data-valor='25'] {
    width: 75px;
    transform: rotate(315deg);
    position: absolute;
    bottom: -55px;
    right: 37px;
}

[data-valor='8'] {
    width: 24px;
    transform: rotate(65deg);
}

[data-valor='13'] {
    width: 72px;
    transform: rotate(331deg);
    position: absolute;
    bottom: -44px;
    left: 14px;
}

[data-valor='5'] {
    width: 15px;
    transform: rotate(50deg);
}

[data-valor='23'] {
    width: 88px;
    transform: rotate(215deg);
    position: absolute;
    bottom: -55px;
    right: -52px;
}

[data-valor='12'] {
    width: 36px;
    transform: rotate(75deg);
}

[data-valor='15'] {
    width: 150px;
    transform: rotate(344deg);
    position: absolute;
    bottom: -49px;
    right: 29px;
}

#slash, #eye, #slash_repswd, #eye_repswd {
    position: absolute;
    right: 11px;
    top: 19px;
    color: rgb(0, 0, 0); /* display: none; */
}

.fields {
    position: relative;
}

#slash_repswd, .mobeye {
    color: #fff !important;
}
/*------------------------------end-----------------------------*/
.top-haedbg {
    width: 100%;
    height: 250px;
    padding-bottom: 2.90667rem;
    display: flex;
    align-items: flex-end;
    border-radius: 0 0 50px 50px;
    background: linear-gradient(90deg, #FAE59F 0%, #C4933F 100%);
}

.topr-icon img {
    width: 20px;
    height: auto;
    position: absolute;
    right: 10px;
    top: 18px;
}

.top-logo-text {
    padding: 15px;
}

    .top-logo-text h4 {
        color: #fff;
        font-size: 18px;
        margin-bottom: 0px;
    }

.userInfo__container-content {
    display: flex;
    flex-direction: column;
    /* margin-top: -17px; */
    margin-bottom: 82px;
}

.userInfo__container-content-wrapper {
    display: flex;
    justify-content: space-between;
}

.userInfo__container-content__avatar {
    flex-shrink: 0;
}

.userAvatar {
    width: 75px; /* adjust based on desired size */
    height: 75px;
    border-radius: 50%;
}

.userInfo__container-content__name {
    flex-grow: 1;
    padding-left: 15px;
}

.userInfo__container-content-nickname h3 {
    margin: 0;
    font-size: 16px;
    color: #fff;
}

.editPencil {
    display: inline-block;
    margin-left: 10px;
}

.userInfo__container-content-uid {
    margin-top: 10px;
    background-color: #dd9138;
    display: inline-block;
    border-radius: 30px;
    padding: 0px 20px;
    color: #fff;
    font-size: 14px;
}

    .userInfo__container-content-uid span {
        margin-right: 5px;
    }

.top-main h6 {
    color: white;
    font-weight: 300;
    font-size: 13px;
    margin-top: 5px;
}

.svg-icon.icon-copy {
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.userInfo__container-content-logintime {
    margin-top: 5px;
    font-size: 14px;
    color: #fff;
}

.userInfo__container-content-right h5 {
    font-size: 14px;
    margin: 0;
}
