@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
body{
    background:#001138;   
}
.sb-slidebar {
    width: 100%;
    height: 75px;
    position: fixed;
    top: 0;
    left: auto;
    right: auto;
    z-index: 1000;
    background-color: white;
}
@media (min-width: 1100px) and (max-width: 1335px){
	.products{
		zoom: 90%;
	}
}
@media (min-width: 1336px) and (max-width: 1919px){
	.products{
		zoom: 90%;
	}
	.lc-content-wrapper{
		zoom:82%;
	}
}
@media (min-width: 1540px) and (max-width: 1920px){
	.vip-main{
		margin: 0 auto;
	}
	#vip1{
		margin: 0;
	}
	.vip2-content{
		margin: 0;
	}
	#vip2{
		margin: 15px 100px 30px 0px;
	}
}
/*TABLET VERSION*/

@media (min-width: 768px) and (max-width: 1280px) {
    /*accordion*/
    .accordion-wrapper {
        text-align: center;
    }

    .accordion {
        background-color: #003c79;
        color: #fff;
        cursor: pointer;
        padding: 4px 10px;
        width: 100%;
        text-align: left;
        border: none;
        outline: none;
        transition: 0.4s;
        margin: 1px 0;
    }

    .panel {
        width: 100%;
        padding: 5px 10px;
        background-color: #001138;
        display: none;
        overflow: hidden;
        margin: 0 auto;
        border-radius: 0;
    }

        .panel p {
            text-align: left;
            color: #fff;
            font-size: 14px;
        }

    .reg-acc {
        text-align: left;
        font-size: 18px;
        align-items: center;
        display: flex;
        justify-content: space-between;
    }

    button.reg-acc:after {
        content: 'SEE MORE';
        color: #fff;
        font-size: 15px;
        font-weight: bold;
        float: right;
        padding: 5px;
        margin-left: 5px;
        border-radius: 5px;
        background: #ff0000;
    }

    button.reg-acc.active:after {
        content: 'SEE LESS';
    }

    .reg-text {
        display: flex;
        margin: 10px auto 0px;
        justify-content: center;
    }

    .reg-text-con {
        background: #003c79;
        padding: 5px;
        width: 90%;
        border-radius: 10px;
        text-align: center;
    }

        .reg-text-con p {
            margin: 0;
            font-size: 18px;
        }

        .reg-text-con span {
            color: #ffcb08;
            font-weight: 900;
        }

    .hot {
        position: absolute;
        right: 0px;
        width: 20px !important;
    }

    .post-menu {
        background: #003c79;
        padding: 5px 4px;
        border-radius: 5px;
        color: #fff;
    }

    .post-log-wrapper {
        width: 100%;
        /*background: #003c79;*/
        /*padding: 30px;*/
        /*min-height: 500px;*/
        margin: 0px auto 10px;
        /*border-radius: 10px;*/
    }

    #post-nav-tab a {
        background: #003c79;
        padding: 5px 0;
        margin: 0 auto;
        color: #fff;
        border-radius: 6px;
        font-size: 12px;
        text-align: center;
        text-decoration: none;
    }
    /*#post-nav-tab img{
				margin: 0 0 5px 7px;
			}*/
    .post-menu .nav img:last-child {
        position: absolute;
        margin: 0px 0px 0px -30px;
        /*top: 0;
			    left: 13px;*/
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .nav-tabs-post li {
        margin: 0px 36.8px;
    }

        .nav-tabs-post li .active {
            color: #ffcb08 !important;
        }

    #post-nav-tab a.active img:last-child {
        opacity: 1;
        color: #ffcb08 !important;
    }

    #post-nav-tab .active {
        color: #ffcb08;
        cursor: pointer;
        border-radius: 6px;
        text-decoration: none;
    }

    body {
        margin: 0px 0px 70px 0px;
        color: #fff;
    }

    .table-reponsive {
        border: none !important;
    }

    .logout-btn {
        width: 100%;
        color: #fff;
        background-color: #ff0000;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 0px 0px 0px;
    }

    .logout {
        width: 49%;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }

    .transfer-btn {
        width: 100%;
        color: #000;
        background-color: #ffcb08;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 5px 0px 0px;
    }

    .transfer {
        width: 49%;
        text-align: center;
        font-size: 12px;
        font-weight: 900;
    }

    .profile-btns {
        display: inline-flex;
        width: 100%;
    }

    .post-login-wrapper {
        margin: 0px 10px;
    }

    .post-menu {
        padding: 0px;
    }

    .post-menu-item {
        border-bottom: 3px solid #003c79;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color: #001138;
        list-style: none;
        padding: 5px 10px;
        /*text-align: center;*/
        margin: 0px 0px 3px 0px;
    }

        .post-menu-item a {
            /*border-radius: 5px;*/
            background-color: #001138;
            list-style: none;
            padding: 0px 90px 0px 0px;
            /*text-align: center;*/
            margin: 0px 0px 0px 0px;
            color: #fff;
        }

    #post-right {
        margin: 0px 0px 0px 8px;
    }

    .prof-area {
        /*background-color: #001138;*/
        margin: 10px 10px;
        line-height: 0.8;
        padding: 5px;
        position: relative;
        top: 0px;
    }

    .usersname {
        font-size: 17px;
        font-weight: 900;
        margin: 20px 0px 10px 0px;
    }

    .vipleveltag {
        font-size: 15px;
        margin: 10px 0px 20px 0px;
    }

    .usersbal {
        font-size: 17px;
        font-weight: 900;
        margin: 10px 0px 20px 0px;
    }


    #mCSB_1_container {
        top: 0px !important;
    }

    #mCSB_2_container {
        top: 0px !important;
    }
    /* ---------------------------------------------------
			    SIDEBAR STYLE
			----------------------------------------------------- */

    #sidebar {
        width: 55%;
        position: fixed;
        top: 0;
        left: -77%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll !important;
        overflow: scroll !important;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

        #sidebar.active {
            left: 0;
        }

    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7386D5;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #dismiss:hover {
            background: #fff;
            color: #7386D5;
        }

    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            display: block;
            opacity: 1;
        }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    .post-area {
        padding: 0px !important;
    }

    /*
			#sidebar ul li.active>a,
			a[aria-expanded="true"] {
			    color: #fff;
			    background: #6d7fcc;
			}*/

    a[data-toggle="collapse"] {
        position: relative;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #6d7fcc;
    }

    ul.CTAs {
        padding: 20px;
    }

        ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    a.download {
        background: #fff;
        color: #7386D5;
    }

    .btn-info {
        color: #fff;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        background: none;
        border: none;
    }
    /*NAV*/
    #menu-wrapper {
        position: absolute;
        left: 0;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #003c79;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        visibility: hidden;
        opacity: 0;
    }

        #menu-wrapper.toggled {
            visibility: visible;
            opacity: 1;
            z-index: 1000;
        }

        #menu-wrapper.hide {
            z-index: 0;
            display: none !important;
        }

    #bars {
        background: none !important;
        color: #fff;
    }

    .game_menu {
        padding: 0px;
        display: inline-flex;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .nav-link {
        display: block;
        padding: 0.2rem 0.1rem;
    }

    .menu-item {
        list-style: none;
        color: #fff;
        width: 30%;
        padding: 10px 5px;
    }

        .menu-item img {
            width: 35px;
            margin-bottom: 3px;
        }

        .menu-item a.active {
            /*background: #ffcb08;
		color: #001138;*/
        }

        .menu-item a {
            color: #000;
            width: 100%;
            /*height: 60px;*/
            /*border-bottom: 1px solid #001138;*/
            /*padding: 24px 3px 3px 24px;*/
            line-height: 20px;
            /*background: #003c79;*/
            border-radius: 10px;
            font-size: 11px;
            border: 1px solid #efefef;
        }

    .upper-menu {
        background: #fff;
        /*border-bottom: 1px solid #efefef;*/
        padding: 50px 35px 5px;
    }

    .upper-menu-item {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        padding: 5px 10px;
        border-bottom: 1px solid #e2e2e2;
    }

        .upper-menu-item span {
            color: #000;
            font-size: 14px;
            padding: 0px 5px;
        }

        .upper-menu-item img {
            width: 40px;
        }

    .nav-upper {
        width: 95%;
    }


    #menu-wrapper.hide {
        z-index: 0;
        display: none !important;
    }

    #menu_icon {
        position: absolute;
        background: none;
        border: 0;
        outline: none;
        margin: 30px 0px 0px 10px;
        z-index: 50;
        /*background:#fff;*/
    }

    #menu-bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        background-color: #f1f1f1;
        box-sizing: border-box;
        z-index: 99;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #0d4da4;
    }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 100vh;
        z-index: 99;
        overflow-y: auto;
        -moz-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        -moz-transform: translate3d(175px,0,0);
        -ms-transform: translate3d(175px,0,0);
        -o-transform: translate3d(175px,0,0);
        -webkit-transform: translate3d(175px,0,0);
        transform: translate3d(175px,0,0);
    }

    .nav-toggle {
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: -webkit-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: linear-gradient(to bottom,#fff 0,#cbcbcb 100%);
        border: 1px solid #6f6f6f;
    }

    .sb-toggle-left {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 6.5;
    }

    .sb-toggle-right {
        position: absolute;
        right: 8px;
        top: 8px;
        text-align: center;
        line-height: 1.5;
    }

    .sb-toggle-center {
        position: fixed;
        right: 0px;
        left: 0;
        bottom: 0;
        z-index: 888;
        margin: 0 auto;
        text-align: center;
        width: 20%;
        background: #ffcb08;
    }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }

    .navbar i {
        font-weight: 900;
        color: #fff;
        border: none;
    }

    .modal {
        top: 100px;
    }

    .modal-mg-head {
        background: #001138;
        border: none;
        height: 85px;
    }

    .modal-body {
        background: #003c79;
    }

    .modal-content {
        border-radius: 8px;
        border: none;
    }

    .modal-lower {
        background: #003c79;
    }

    .m-auto {
        width: 100%;
    }

    #login-logo {
        margin: -8px;
    }

    .top-header {
        background: #001138;
    }

        .top-header i {
            color: #fff;
            font-size: 30px;
        }

    .loginform img {
        left: 20px !important;
    }

    .navbar {
        height: auto;
        margin: 0px auto;
        top: -12px;
        left: 0;
        background: none !important;
        position: absolute;
        /*width: 55%;*/
        color: #fff !important;
        padding: 26px 10px 10px 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #003c79;
        z-index: 99;
        height: 100vh;
    }

        .navbar-collapse li {
            padding: 15px 0px 15px 0px;
        }

    .mob-wrap img {
        border-radius: 0px 0px 10px 10px;
    }

    .mobile-footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #001138;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        z-index: 99;
        border-top: 1px solid #003c79;
    }

        .mobile-footer a {
            width: 20%;
            height: 70px;
            padding-top: 10px;
            float: left;
            background-position: center 8px;
            background-repeat: no-repeat;
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
            display: grid;
        }

            .mobile-footer a.active {
                /*background:#ffcb08;*/
                color: #ffcb08;
            }

        .mobile-footer i {
            font-size: 29px;
            margin: 4px 0px 0px 0px;
        }

    .mobile-products-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .others-wrap {
        margin: 0px 0px 0px 0px;
        text-align: center;
    }

    .other-pages img {
        width: 98% !important;
        margin: 0 auto;
    }

    .mobile-products {
        width: auto;
        margin: 0px 0px 5px 0px;
        text-align: center;
    }

        .mobile-products ul {
            padding: 0px;
            margin-bottom: 2px;
        }

        .mobile-products li {
            list-style: none;
            width: 48%;
            height: auto;
            border-radius: 15px;
            display: inline-flex;
            text-align: center;
            margin: 0px 4px 0px 4px;
        }

        .mobile-products a {
            /*float: left;*/
            font-size: 14px;
            margin: 0 auto;
            display: grid;
            padding: 0px;
            list-style: none;
            text-align: center;
            color: #fff;
            text-decoration: none;
            font-weight: bold;
            cursor: pointer;
        }

        .mobile-products img {
            margin: 0 auto 10px;
            /*padding-bottom: 7px;*/
        }

        .mobile-products span {
            background: #003c79;
            color: #fff;
            border-radius: 10px 10px 0px 0px;
            padding: 5px;
            font-size: 18px;
        }

    .logo-holder {
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }

        .logo-holder img {
            width: 200px;
            margin: 3px;
        }

    .menu-wrapper {
        background: none;
        width: auto;
    }

    .logbtns {
        margin: 10px auto 2px;
        background-color: #ffcb08;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
        padding: 8px;
    }

    #logbtn {
        margin: 10px auto 8px;
        background-color: #ffcb08;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
    }

    #login-logo {
        margin: 50px 0px 0px 0px;
        padding: 15px;
    }

    .regbtns {
        margin: 10px auto 8px;
        background-color: #ff0000;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
        padding: 8px;
    }


    /*PRODUCTS*/
    .products-wrap {
        display: inline-flex;
        margin: 4px 0px 0px 0px;
        width: 100%;
    }

    .products-provider {
        width: 25%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .products-provider img {
            margin: 0px 0px 3px 0px;
            border-radius: 15px;
            width: 100%;
        }

    .products-name {
        font-size: 7px;
    }


    .sports-wrap {
        margin: 8px 0px 0px 0px;
    }

    .sports-provider {
        width: 100%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .sports-provider img {
            width: 100%;
            /*height: 35vh;*/
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
            width: 97%;
        }

    .product-menu {
        width: 100%;
        text-align: center;
        margin: 0 auto 5px;
        background: #003c79;
    }

        .product-menu a {
            width: 15%;
            margin: 1px;
            padding: 3px 0px;
            background: #003c79;
            text-decoration: none;
            text-align: center;
            color: #fff;
            display: inline-block;
            font-size: 16px;
        }

            .product-menu a.active {
                /*background: #ffcb08;*/
                color: #ffcb08;
            }

        .product-menu img {
            width: 45px !important;
            margin: 3px 0px 5px;
        }

    .casino-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .casino-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .casino-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .casino-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
        }

    .slots-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .slots-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .slots-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .slots-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
        }
    /*PROMO*/
    #nav-tab a {
        background: #003c79;
        width: 30%;
        font-size: 16px;
        margin: 1px;
        color: #fff;
        border-radius: 6px;
    }

    .promo-banner .close {
        color: #fff;
        line-height: 0;
        font-size: 1.2rem;
        font-weight: 300;
        background: #003c79;
        padding: 0px 0px 6px 1px;
        opacity: 1;
        position: absolute;
        top: -8px;
        right: -5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .filterDiv {
        text-align: center;
        display: none;
    }

    .show {
        display: block;
    }

    .promo-mobile {
        margin: 5px 0px 0px 0px;
    }

        .promo-mobile img {
            padding: 0px 5px 0px 5px;
            border-radius: 15px;
        }

    .promo-btn {
        font-size: 15px;
    }

    .promo-mechanics {
        background: #001138;
        color: #fff;
        padding: 10px;
    }

    #nav-tab .active {
        background: #ffcb08;
        color: #000;
        cursor: pointer;
        border-radius: 6px;
    }

    #sl-side-menu img {
        width: 100px;
    }

    #sl-side-menu li {
        margin: 10px auto;
    }

    #sl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    #sl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        position: absolute;
        margin: -42px 0px 0px 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #right-sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: none !important;
    }

    .slots-wrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #providers {
        float: left;
        margin-right: 5px;
        width: 50%;
        height: 40px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
    }

    #category {
        /*float: right;*/
        width: 28%;
        height: 40px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
    }

    .slots-provider-sec {
        width: 100%;
        margin: 0 auto;
        display: inline-flex;
    }

    .selectbox-field {
        padding-right: 0%;
        width: 100%;
        padding-top: 5px;
        margin: 0 auto;
        text-align: center;
    }

        .selectbox-field button {
        }

        .selectbox-field input {
            border-radius: 8px;
            width: 95%;
            border: none;
            height: 30px;
        }

    .provs {
        width: 100%;
        margin: 0 auto;
    }

    .sl-desc {
        color: #000;
        background: #ffcb08;
        text-align: center;
        border-radius: 0px 0px 10px 10px;
    }

    .game {
        width: 100%;
        margin: 15px auto 60px;
        text-align: center;
    }

        .game ul {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            list-style: none;
        }

            .game ul li {
                width: 31.333333%;
                text-align: center;
                /*margin: 0 0 50px 0;*/
                padding: 0 1%;
                display: inline-block;
            }

        .game img {
            width: 100%;
            border-radius: 15px 15px 0px 0px;
        }

    .fish-provider img {
        width: 100%;
    }

    .aboutus-content {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .about-title {
        color: #fff;
        font-size: 20px;
    }

    .about-content {
        color: #fff;
    }

    .terms-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .terms-title {
        color: #fff;
        font-size: 20px;
    }

    .terms-content {
        color: #fff;
    }

    .rgaming-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .rgaming-title {
        color: #fff;
        font-size: 20px;
    }

    .rgaming-content {
        color: #fff;
    }

    .rgaming-content2 {
        color: #fff;
    }

    .rgaming-main li {
        color: #fff;
        line-height: 1.8;
        margin: 0px 0px 0px 10px;
    }

    .rgaming-main ul {
        padding: 0px 0px 0px 10px;
    }

    .rgaming-main a, p {
        color: #fff;
    }

    .policy {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .policy-title {
        color: #fff;
        font-size: 20px;
    }

    .policy-content {
        color: #fff;
    }

    #vplvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    #lvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    table {
        border-spacing: 3px;
        border-collapse: unset;
    }

    .tg {
        width: 100%;
        text-align: center;
    }

    .tg-1 {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        text-align: left;
    }

    #vip2 h5 {
        color: #fff;
    }

    .tg-1-left {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding: 5px;
    }

    .tg-2 {
        color: #fff;
        width: 165px;
        /*background: #000039;*/
        background: rgba(0,0,57,0.6);
    }

    .tg-1-left {
        text-align: left;
    }

    .vip-rewards {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .terms {
        background: rgba(0,0,57,0.6);
        color: #fff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        margin: 20px auto;
        padding: 8px;
    }

        .terms ol {
            color: #fff;
            font-size: 15px;
            line-height: 1.7;
        }

    #vip-caption {
        color: #fff;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 20px;
    }

    .viplevels {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #viplevels {
        margin: 10px auto 20px;
        width: 75%;
        height: 7vh;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 900;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: none;
    }

    #right-sidebar {
        width: 60%;
        position: fixed;
        top: 0;
        right: -80%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        background: url(img/textbg.jpg);
        background-repeat: no-repeat;
    }

        #right-sidebar.active {
            right: 0;
        }

        #right-sidebar .sidebar-header {
            padding: 20px;
            background: #6d7fcc;
        }

        #right-sidebar ul.components {
            padding: 20px 0;
            border-bottom: 1px solid #47748b;
        }

        #right-sidebar ul p {
            color: #fff;
            padding: 10px;
        }


        #right-sidebar ul li.active > a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }

    a[data-toggle="collapse"] {
        position: relative;
    }

    #right-sidebar-fp {
        width: 60%;
        position: fixed;
        top: 0;
        right: -80%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        background: url(img/textbg.jpg);
        background-repeat: no-repeat;
    }

        #right-sidebar-fp #login-logo {
            margin: 100px 0px 0px -10px;
            padding: 15px 15px 5px;
            width: 260px;
        }

    .fp-title {
        color: #000;
        text-align: center;
        font-size: 15px;
        padding: 5px 0px;
    }

    .fp-instruct {
        padding: 0em 0.5em 1em;
        margin: 0;
        font-size: 12px;
        color: #000;
        text-align: center;
    }

    #right-sidebar-fp.active {
        right: 0;
    }

    #right-sidebar-fp .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #right-sidebar-fp ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #right-sidebar-fp ul p {
        color: #fff;
        padding: 10px;
    }


    #right-sidebar-fp ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

    a[data-toggle="collapse"] {
        position: relative;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7386D5;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #dismiss:hover {
            background: #fff;
            color: #7386D5;
        }

    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            display: block;
            opacity: 1;
        }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #right-sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #right-sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }
    /*RIGHT SIDE*/
    .loginform {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .login-wrapper {
        /*background: #003c79;*/
        border-radius: 6px;
        padding: 8px;
        margin: 6px;
    }

        .login-wrapper button {
            border: none;
        }

        .login-wrapper p {
            font-size: 12px;
            color: #000;
        }

        .login-wrapper a {
            color: #003c79;
        }

    .loginform input {
        width: 100%;
        margin: 3px auto 6px;
        height: 42px;
        border-radius: 7px;
        padding-left: 40px;
        border: 0px;
    }

    #login-logo {
        margin: 50px 0px 0px 0px;
        padding: 15px 15px 0px;
    }

    .regbtns {
        margin: 10px auto 8px;
        background-color: #ff0000;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
    }

    .announcement-wrapper {
        width: 100%;
        background: #000c29;
        height: 30px;
        color: #fff;
        font-family: Raleway;
        font-weight: 200;
        margin: 0px;
    }

    #announce {
        position: absolute;
        margin: 2px 3px 0px 5px;
        /*background: #003c79;*/
        z-index: 10;
    }

    marquee {
        margin: 0px 0px 0px 35px;
    }

        marquee li {
            list-style: none;
            font-size: 17px;
            margin: 3px 0px 0px 0px;
        }

    /*REGISTER*/
    #registerForm {
        padding: 0px 20px 0px 20px;
    }

        #registerForm span {
        }

        #registerForm input {
            border: none;
            padding: 5px 5px;
        }

            #registerForm input::placeholder {
                color: #aaa;
                font-size: 13px;
            }

    .register-content {
        width: 100%;
        margin: 0px auto 0px;
        padding: 20px 15px;
    }

    .register-main {
        background: #f1f1f1;
        border-radius: 12px;
        box-shadow: -1px 0px 10px 0px rgba(174,174,174,1);
        -webkit-box-shadow: -1px 0px 10px 0px rgba(174,174,174,1);
        -moz-box-shadow: -1px 0px 10px 0px rgba(174,174,174,1);
    }

    .left-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    .info-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    #join {
        font-size: 17px;
        margin: 5px 0px 0px 0px;
        padding: 15px 0px;
        font-weight: 600;
        color: #003c79;
        text-align: center;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

    .rgstrbtn {
        line-height: 1;
        text-align: center;
    }

        .rgstrbtn p {
            color: #000;
            margin: 12px auto 0px;
            text-align: center;
            font-size: 12px;
        }

    .formlogin {
        color: #003c79;
        border: none;
        padding: 0;
    }

    #registerbtn {
        width: 100%;
        height: 35px;
        background: #ff0000;
        border: 2px solid #fff;
        border-radius: 5px;
        margin: 0px 0px 5px 5px;
        text-align: center;
    }

    .membtn {
        width: 47%;
        height: 40px;
        background: #ffcb08;
        border: 2px solid #fff;
        border-radius: 5px;
        margin: -2px 0px 10px 5px;
        text-align: center;
    }

    #t-c {
        color: #003c79;
        text-decoration: none;
    }

    .mnum-reg {
        display: flex;
        align-items: center;
        align-content: center;
        background: #fff;
        width: 13%;
    }

        .mnum-reg img {
            height: 25px;
            padding: 0px 1px;
        }

        .mnum-reg p {
            font-size: 15px;
            margin: 0;
            color: #000;
            padding: 0px 2px;
        }

    .reg-promo-con {
        display: flex;
        width: 90%;
        margin: 0 auto;
    }

    .reg-pr-icon {
        width: 20%;
    }

    .reg-pr-text {
        width: 80%;
    }

        .reg-pr-text p {
            font-size: 14px;
            color: #000;
        }

    .form-alert-btn {
        border: none;
    }

    .alert-warning {
        display: flex;
        border: none;
        color: none;
        background: none;
        padding: 2px 5px;
        align-items: center;
    }

        .alert-warning p {
            color: #ffcb08;
            margin: 0;
            font-size: 12px;
        }

    .wrong-icon {
        color: #ffcb08;
        padding: 2px;
    }

    .success-icon {
        color: #02ff00;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 100px solid red;
        border-bottom: 50px solid transparent;
    }

    #mnumber {
        width: 86.7% !important;
    }

    #vfcode {
        width: 84.5% !important;
    }

    #vplvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    #lvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    table {
        border-spacing: 3px;
        border-collapse: unset;
    }

    .tg {
        width: 100%;
        text-align: center;
    }

    .tg-1 {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding-bottom: 5px;
        text-align: left;
    }

    #vip2 h5 {
        color: #fff;
    }

    .tg-1-left {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding: 5px;
    }

    .tg-2 {
        color: #fff;
        width: 150px;
        /*background: #000039;*/
        background: rgba(0,0,57,0.6);
    }

    .tg-1-left {
        text-align: left;
    }

    .vip-rewards {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .terms {
        background: rgba(0,0,57,0.6);
        color: #fff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        margin: 20px auto;
        padding: 8px;
    }

        .terms ol {
            color: #fff;
            font-size: 15px;
            line-height: 1.7;
        }

    #vip-caption {
        color: #fff;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 24px;
        margin: 5px 0px 0px 0px;
    }

    .viplevels {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #viplevels {
        margin: 10px auto 20px;
        width: 75%;
        height: 7vh;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 900;
    }

    #vip-side-menu li {
        margin: 10px auto;
    }

    #vip-side-menu a {
        /*display: grid;*/
        text-align: center;
        background: none;
    }

        #vip-side-menu a.active span {
            background-color: #ffcb08;
            border-radius: 3px;
            width: 100%;
            color: #000;
        }

    #vip-side-menu span {
        display: block;
        text-align: center;
        margin: 10px auto 0px;
        color: #fff;
    }

    .chck {
        color: #00ff00;
    }

    .fform {
        display: flex;
        width: 100%;
    }

        .fform i {
            padding: 10px 0px 0px;
            background: #fff;
            color: #aaa;
            text-align: center;
            position: absolute;
            right: 75px;
        }

    /*POST-LOGIN*/
    .post-navi-holder {
        padding: 0px 5px;
    }

    .wallet-wrap {
        background: #003c79;
        padding: 10px 7px;
        height: 39px;
        border-radius: 5px;
        width: 100%;
        font-size: 15px;
    }

    .post-login-btn {
        background: #ffcb08;
        border: none;
        margin: 0px 5px 12px 0px;
        width: 101px;
    }

    #post-register-btn {
        background: #ff0000;
        border: none;
        color: #fff;
        width: 57px;
    }

    #pllgnp, #pljnp {
        font-size: 13px;
        font-weight: 900;
    }

    .welcome {
        color: #fff;
    }

    .uname-top {
        color: #ffcb08;
    }

    .post-log-wrapper {
        width: 100%;
        /*background: #003c79;*/
        /*padding: 30px;*/
        /*min-height: 500px;*/
        margin: 0px auto 10px;
        /*border-radius: 10px;*/
    }

    .nav-tabs-post {
        margin: 0 auto;
    }

    .nav-tabs-history li a {
        color: #fff;
        margin-right: 10px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        width: auto;
        padding: 6px 10px;
        background: #003c79;
        text-align: center;
    }

        .nav-tabs-history li a.active {
            color: #000;
            background-color: #ffcb08 !important;
        }

    .nav-tabs-personal li a {
        color: #fff;
        margin-right: 10px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 16px;
        text-decoration: none;
        width: 95px;
        padding: 6px 10px;
        background: #003c79;
        text-align: center;
    }

        .nav-tabs-personal li a.active {
            color: #000;
            background-color: #ffcb08;
        }


    .tab-content {
        overflow-y: auto;
        /*border: 1px solid #fff;*/
        background: #001138;
        min-height: 390px;
        color: #fff;
        padding: 10px;
        font-size: 13px;
        /*border-radius: 10px;*/
    }

    .table-primary tbody tr:nth-child(even) {
        background: #001138;
        color: #fff;
    }

    .table-primary tbody tr:nth-child(odd) {
        background: #003c79;
        color: #fff;
    }

    .table-primary tbody tr th {
        border: 1px solid #fff;
        padding: 5px;
        color: #fff;
        text-align: center;
    }

    .step {
        color: #ffcb08;
    }

    .subtitle-member {
        font-weight: 900;
        color: #ffcb08;
        font-size: 17px;
        margin: 0px 0px 5px 0px;
    }

    #hdep table thead {
        background: #001138;
    }

    #hwith table thead {
        background: #001138;
    }

    #htransfer table thead {
        background: #001138;
    }

    #hdep table td {
        background: #003c79;
    }

    #hwith table td {
        background: #003c79;
    }

    #htransfer table td {
        background: #003c79;
    }

    #div1 p, #div2 p, #div4 p, #div5 p {
        margin: auto;
    }

    #div3 p {
        margin: auto;
        padding: auto;
    }

    #div3 th {
        font-weight: 500;
    }

    #div4 tbody td {
        background: #003c79;
    }

    #hdep table, #hwith table, #htransfer table {
        font-size: 12px;
    }


    /*DOWNLOAD*/
    .download-wrapper {
        /*width: 1000px;*/
        margin: 0 auto;
        display: grid;
    }

    .qrtag {
        color: #003c79;
        margin: 0 auto;
        text-align: center;
        font-weight: 900;
    }

    .tinst {
        text-align: center;
        margin-top: 25px;
        font-size: 16px;
        font-weight: 700;
        color: #003c79;
    }

    .dl-menu-holder {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #dl-sb .sb-qrs div {
        width: 30%;
    }

    .menu-background-wrap {
        /*background: #000c29;*/
    }

    #andrd-icon {
        width: 30px;
        margin: 0px 6px 8px 0px;
    }

    #red-dl-btn {
        background-color: #ff0000;
        border: 3px solid #fff;
        border-radius: 6px;
        padding: 5px 17px;
        color: #fff;
        text-align: center;
        margin: 15px auto 15px;
    }

    .dl-info {
        text-align: center;
    }

    .pt-qrtag {
        color: #fff;
        margin: 10px auto 10px;
        text-align: center;
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
        width: 70%;
    }

    .dl-side-tab img {
        width: 120px;
    }

    .ag-main img {
        width: 100%;
    }

    #dl-side-menu li {
        margin: 10px 0px 10px 7px;
    }

    #dl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        position: absolute;
        margin: -59px 0px 0px 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #dl-side-menu .nav-tabs-slot a:hover img:last-child, #dl-side-menu .nav-tabs-slot li.active img:last-child {
        opacity: 1;
    }

    #dl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    .dl-content {
        margin: 0 auto;
    }

    .dl-side-tab {
        float: left;
    }

    .eb-main, .gi-main, .ag-main, .bs-main {
        display: inline-flex;
    }

    .scanqr {
        color: #fff;
        width: 200px;
        margin: 50px 0px 0px 10px;
    }

    .dl-title {
        width: 100%;
        color: #003c79;
        font-size: 20px;
        margin: 20px 0px 10px 0px;
        text-align: center;
        font-weight: 900;
    }

    .dl-note {
        width: 100%;
        color: #fff;
        margin: 20px 0px 10px 0px
    }

    .dl-left-box {
        color: #fff;
        background: #323232;
        padding: 5px;
    }

    .dl-right-box {
        color: #000;
        padding: 18px 132px;
        background: #fff;
    }

    .dltag {
        color: #fff;
        text-align: right;
        margin: -20px 26px 25px 0px;
    }

    .mob-formTable {
        border-collapse: collapse;
        border: 1px solid #fff;
        /*background: #003c79;*/
        color: #fff;
    }

        .mob-formTable > tbody > tr > th {
            border: 1px solid #fff;
            padding: 10px 5px;
            text-align: center;
            color: #fff;
        }

        .mob-formTable > tbody > tr > td {
            border: 1px solid #fff;
            padding: 5px 5px;
        }

    .sb-toggle-right i {
        font-size: 28px;
    }

    .sb-toggle-right a {
        color: #FFF;
        text-decoration: none;
        display: grid;
        font-size: 13px;
    }

    .sb-toggle-center span {
        font-size: 13px;
        font-weight: 700;
        color: #000;
    }

    .sb-toggle-center i {
        font-size: 28px;
        line-height: 1.4;
        color: #000;
    }

    .mobile-footer a:nth-child(3) {
        opacity: 0;
    }
    /*BLOG*/
    .blog-wrap {
        background: #efefef;
        padding: 0 0 30px 0;
    }

    #jar {
        width: 100%;
    }

    .blog-pages {
        width: 100%;
    }

    .main-blog {
        margin: 0 auto;
        width: 100%;
        display: inline-flex;
    }

        .main-blog a p, .main-blog a h6 {
            text-decoration: none;
        }

    .sb-content {
        text-align: center;
        margin: 15px auto;
    }

        .sb-content img {
            width: 215px;
            border-radius: 10px 10px 0px 0px;
        }

        .sb-content a {
            text-decoration: none;
        }

        .sb-content p {
            width: 215px;
            margin: 0 auto;
            font-size: 13px;
            color: #000;
            /*height: 115px;*/
            padding: 0px 10px;
        }

    .fill {
        display: none;
    }

    .sb-text {
        border: 1px solid #e4e4e4;
        width: 215px;
        margin: 0 auto;
        padding: 7px 0px;
        text-align: left;
        border-radius: 0px 0px 10px 10px;
        background: #fff;
        height: 180px;
    }

    .sb-content h6 {
        color: #000;
        text-align: left;
        padding: 0px 10px;
        font-size: 18px;
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #fff;
        background-color: #003c79;
        border: 1px solid #dee2e6;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #000;
        background-color: #ffcb08;
        border-color: #fff;
    }

    /*ARTICLE*/
    .article {
        background: #efefef;
    }

    .article-wrapper {
        padding: 0 10px;
    }

    .blog-wrapper-right {
        /*width: 35%;*/
    }

    .article-inner img {
        width: 100%;
    }

    .article-main {
    }

    .article img {
        margin: 17px 0px;
    }

    .article-title {
        font-size: 28px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        margin: 0px;
        padding: 10px 0px 0px 0px;
        font-family: 'Inter';
    }

    .bold {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    h3.bold {
        font-size: 22px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    span.bold {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    .article-content {
        font-size: 18px;
        color: #000;
        text-decoration: none;
        line-height: 2;
    }

    .article ul, .article ol {
        padding: 0 0 0 25px;
        margin: 0 0 10px 0px;
    }

    .artlink {
        color: #0056b3;
    }

    .article li {
        color: #000;
        font-size: 18px;
        line-height: 2;
    }

    .blog-wrapper-right {
        margin: 0 auto;
        text-align: center;
        display: inline-flex;
    }

        .blog-wrapper-right img {
            width: 210px;
            margin: 15px 10px;
        }


    #topBTN {
        display: none;
        position: fixed;
        bottom: 160px;
        right: 20px;
        z-index: 999999;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #topBTN:hover {
            background-color: #555;
        }

    .PrevNext {
        width: 100%;
        margin: 15px 0 15px 0px;
        color: #000;
        display: flex;
        justify-content: space-between;
    }

        .PrevNext a {
            background: #ff0000;
            padding: 8px;
            color: #fff;
            border-radius: 8px;
            text-decoration: none;
        }

            .PrevNext a:hover {
                background: #ffcb08;
                padding: 8px;
                color: #000;
                border-radius: 8px;
                text-decoration: none;
                transition: .4s;
            }


    .dl-vpn-page {
        display: flex;
        justify-content: space-evenly;
    }

    #dl-vpn p {
        font-size: 18px;
        color: #003c79;
    }

    .vpn-btn-page {
        background: #003c79;
        padding: 12px 10px;
        border-radius: 10px;
        margin: 0 5px;
        width: 120px;
        text-align: center;
    }

    .vpn-info {
        background: #003c79;
        color: #fff;
        border-radius: 10px;
        line-height: 2;
        padding: 10px;
    }

    .vpn-btn-page i {
        color: #fff;
        font-size: 28px;
        text-align: center;
        margin: 0 0 10px;
    }

    .vpn-btn-page p {
        margin: 0;
    }

    .vpn-btn-page:hover {
        background: #ffcb08;
        color: #000;
        text-decoration: none;
    }

        .vpn-btn-page:hover p, .vpn-btn-page:hover i {
            color: #001138;
        }

    .vpn-btn-page p {
        color: #fff !important;
    }
    /*NEW SLOT*/

    .sl-games-prvdrs-con {
        width: 100%;
        margin: 0 auto;
    }

    .sl-games-menu {
        padding: 30px 0px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 5px;
    }

        .sl-games-menu a img {
            background: #d3d3d3;
            /*	background: linear-gradient(180deg, rgba(0,83,168,1) 0%, rgba(0,17,56,1) 100%);*/
            padding: 2px 5px;
            border-radius: 10px;
            width: 100px;
        }

            .sl-games-menu a img:hover {
                background: #ffcb08;
            }

        .sl-games-menu a.actives img {
            background: #ffcb08;
        }

    .sl-filter {
        padding: 0px 5px;
    }

    .sl-filter-con {
    }

    .sl-filter-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #003c79;
        margin: 0px 0px 10px;
        border-radius: 5px;
    }

        .sl-filter-links a {
            color: #fff;
            text-decoration: none;
            width: 100%;
            text-align: center;
            padding: 5px 0px;
        }

            .sl-filter-links a:hover {
                background: #ffcb08;
                color: #000;
                border: none;
                border-radius: 5px;
            }

            .sl-filter-links a.activefilter {
                background: #ffcb08;
                border-radius: 5px;
                color: #000;
            }

    .sl-games-main-con {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }


    .sl-game-icons {
        flex: 0 0 23.9%;
        margin: 5px 4px;
        text-align: center;
        float: left;
        position: relative;
        cursor: pointer;
        /*background: #000;*/
        border-radius: 10px;
    }

        .sl-game-icons img {
            width: 100%;
            height: 125px;
            border-radius: 10px 10px 0px 0px;
        }

    .sl-game-name {
        background: #003c79;
        color: #fff;
        padding: 2px 0px;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        font-size: 12px;
        margin: 0;
    }

    .sl-game-icons .playbtn-inner {
        transition: .5s ease;
        text-align: center;
        opacity: 0;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        padding: 0.4rem 2rem;
        z-index: 99;
        cursor: pointer;
        background: #ffcb08;
        width: 80%;
        margin: 0 auto;
    }

    .playbtn-inner a {
        color: #000;
        text-decoration: none;
    }

    .sl-game-icons:hover img {
        opacity: 0.5;
    }

    .sl-game-icons:hover .playbtn-inner {
        opacity: 1;
    }

    /*SLOTS PAGE*/
    .slots-lp-con {
        width: 100%;
        margin: 20px auto;
    }

    .sl-top-section {
        display: flex;
        padding: 10px 5px;
    }

    .sl-pr-list {
        width: 50%;
    }

        .sl-pr-list select {
            background: #d3d3d3;
            width: 100%;
            border: none;
            border-radius: 5px;
            padding: 10px;
        }

    .lp-filter-con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #003c79;
        margin: 10px 0px;
        border-radius: 15px;
    }

    .lp-filter-links {
        display: flex;
        align-items: center;
    }

        .lp-filter-links a {
            color: #fff;
            text-decoration: none;
            padding: 12px 10px;
            cursor: pointer;
        }

            .lp-filter-links a:hover {
                background: #ffcb08;
                color: #000;
                border: none;
            }

    .filter-search {
        width: 50%;
        padding-left: 10px;
    }

        .filter-search form {
            background: #d3d3d3;
            border: none;
            border-radius: 5px;
        }

        .filter-search button {
            background: none;
            border: none;
            border-radius: 0px 5px 5px 0px;
            padding: 0px 5px;
        }

        .filter-search i {
            font-size: 22px;
            padding: 0px 0px 0px 5px;
            color: #001138;
        }

        .filter-search input {
            background: #d3d3d3;
            padding: 10px;
            border: none;
            width: 84%;
            border-radius: 5px;
        }

    .mfilters {
        background: #ffcb08;
        padding: 3px 5px;
        font-family: 'Barlow';
        border: 1px solid #001138;
    }

    .lp-slots-title {
        display: flex;
        align-items: center;
        padding-top: 10px;
    }

        .lp-slots-title i {
            font-size: 20px;
            padding: 0px 5px 0px 0px;
            color: #003c79;
        }

        .lp-slots-title p {
            font-size: 14px;
            color: #003c79;
            font-weight: 500;
        }

    .lp-providers {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .lp-providers img {
            padding: 5px;
        }

    .lp-top {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px 10px;
    }

    .lp-top-con {
        display: flex;
    }

        .lp-top-con img:last-child {
            margin-left: -30px;
        }

    .slot-content-wrapper {
        background: url(img/newbg/sl-games-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slots-main {
        width: 100%;
        margin: 0 auto;
        background: #003c79;
        margin-bottom: 25px;
        /*border-top: 2px solid #ffcb08;*/
    }

    .game-input-search {
        margin: 33px 0px 0px 378px;
    }

    .s-pr {
        margin-left: 3.5px;
    }

    .content {
        /*background: #0c2462;*/
        width: 100%;
        /*margin: 0px 0px 25px 0px;*/
    }

    .slots-products {
        display: inline-grid;
    }


    /*	TESTIMONIALS CSS TABLET*/
    .player-section {
        margin: 0 auto;
        text-align: center;
        padding: 0px 10px 20px;
    }

    .player-section-con {
        width: auto;
        text-align: center;
        margin: 0 auto;
        background: #001138;
        border-radius: 10px;
        background: url(img/testimonials/pc-bg.jpg);
    }

    .pc-title {
        color: #ffcb08;
        font-size: 22px;
        font-weight: 700;
        margin: 0;
        padding-top: 10px;
    }

    .pc-con {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #003c79;
        margin: 0px 20px;
        border-radius: 10px;
        box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.59);
        -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.59);
        -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.59);
    }

        .pc-con p {
            margin: 0px 0px 2px;
            font-size: 14px;
        }

    .players-corner {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 10px 0px 20px;
    }

    .players-corner-img {
        padding: 10px;
    }

        .players-corner-img img {
            border-radius: 10px;
        }

    .players-corner-feedback {
        padding: 0px 10px;
    }

    .pc-promotitle {
        font-weight: 900;
        color: #ffcb08;
        /*	padding: 0px 0px 10px;*/
    }
    .sooon {
        background: #ff0000;
        padding: 2px;
        position: absolute;
        margin: -10px 0px 0px 17px;
        font-size: 8px;
    }

}
/*TABLET VERSION ENDS HERE*/



@media (max-width: 767px)  {
    body {
        margin: 0px 0px 65px 0px;
        color: #fff;
    }
    /*.spacing{
		margin: 0px 0px 100px 0px;
	}*/

    a,
    a:hover,
    a:focus {
        color: inherit;
        text-decoration: none;
        transition: all 0.3s;
    }

    .navbar {
        padding: 15px 10px;
        background: #fff;
        border: none;
        border-radius: 0;
        margin-bottom: 40px;
        /*box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);*/
    }

    .navbar-btn {
        box-shadow: none;
        outline: none !important;
        border: none;
    }

    .line {
        width: 100%;
        height: 1px;
        border-bottom: 1px dashed #ddd;
        margin: 40px 0;
    }

    /*RIGHT SIDE*/
    #login-logo {
        margin: 100px 0px 0px -10px;
        padding: 15px 15px 0px;
        width: 260px;
    }

    .loginform {
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .login-wrapper {
        /*background: #001138;*/
        border-radius: 6px;
        padding: 8px;
        margin: 0px 30px;
    }

        .login-wrapper button {
            border: none;
        }

        .login-wrapper p {
            font-size: 12px;
            color: #000;
        }

        .login-wrapper a {
            color: #003c79;
        }

    .loginform input {
        width: 100%;
        margin: 3px auto 6px;
        height: 32px;
        border-radius: 7px;
        padding-left: 40px;
        border: 1px solid #003c79;
    }

    .loginform img {
        margin-top: 8px !important;
    }

    .logbtns {
        margin: 10px auto 2px;
        background-color: #ffcb08;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
        padding: 8px;
    }

    #logbtn {
        margin: 0px auto 2px;
        background-color: #ffcb08;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
        margin-bottom: 10px;
    }

    .regbtns {
        margin: 10px auto 2px;
        background-color: #ff0000;
        border-radius: 6px;
        border: 0px;
        width: 100%;
        height: 40px;
        padding: 8px;
    }
    /* ---------------------------------------------------
	    SIDEBAR STYLE
	----------------------------------------------------- */

    #sidebar {
        width: 75%;
        position: fixed;
        top: 0;
        left: -77%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll !important;
        overflow: scroll !important;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    }

        #sidebar.active {
            left: 0;
        }

    #right-sidebar {
        width: 80%;
        position: fixed;
        top: 0;
        right: -80%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        background: url(img/textbg.jpg);
        background-repeat: no-repeat;
    }

        #right-sidebar.active {
            right: 0;
        }

        #right-sidebar .sidebar-header {
            padding: 20px;
            background: #6d7fcc;
        }

        #right-sidebar ul.components {
            padding: 20px 0;
            border-bottom: 1px solid #47748b;
        }

        #right-sidebar ul p {
            color: #fff;
            padding: 10px;
        }


        #right-sidebar ul li.active > a,
        a[aria-expanded="true"] {
            color: #fff;
            background: #6d7fcc;
        }

    a[data-toggle="collapse"] {
        position: relative;
    }

    #right-sidebar-fp {
        width: 80%;
        position: fixed;
        top: 0;
        right: -80%;
        height: 100vh;
        z-index: 999;
        background: #fff;
        color: #fff;
        transition: all 0.3s;
        overflow-y: scroll;
        box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
        background: url(img/textbg.jpg);
        background-repeat: no-repeat;
    }

        #right-sidebar-fp #login-logo {
            margin: 100px 0px 0px -10px;
            padding: 15px 15px 5px;
            width: 260px;
        }

    .fp-title {
        color: #000;
        text-align: center;
        font-size: 15px;
        padding: 5px 0px;
    }

    .fp-instruct {
        padding: 0em 0.5em 1em;
        margin: 0;
        font-size: 12px;
        color: #000;
        text-align: center;
    }

    #right-sidebar-fp.active {
        right: 0;
    }

    #right-sidebar-fp .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #right-sidebar-fp ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #right-sidebar-fp ul p {
        color: #fff;
        padding: 10px;
    }


    #right-sidebar-fp ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

    a[data-toggle="collapse"] {
        position: relative;
    }

    #dismiss {
        width: 35px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        background: #7386D5;
        position: absolute;
        top: 10px;
        left: 10px;
        cursor: pointer;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }

        #dismiss:hover {
            background: #fff;
            color: #7386D5;
        }

    .overlay {
        display: none;
        position: fixed;
        width: 100vw;
        height: 100vh;
        background: rgba(0, 0, 0, 0.7);
        z-index: 998;
        opacity: 0;
        transition: all 0.5s ease-in-out;
    }

        .overlay.active {
            display: block;
            opacity: 1;
        }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #right-sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #right-sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #right-sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

    #sidebar ul li.active > a,
    a[aria-expanded="true"] {
        color: #fff;
        background: #6d7fcc;
    }

    a[data-toggle="collapse"] {
        position: relative;
    }

    .dropdown-toggle::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translateY(-50%);
    }

    ul ul a {
        font-size: 0.9em !important;
        padding-left: 30px !important;
        background: #6d7fcc;
    }

    ul.CTAs {
        padding: 20px;
    }

        ul.CTAs a {
            text-align: center;
            font-size: 0.9em !important;
            display: block;
            border-radius: 5px;
            margin-bottom: 5px;
        }

    a.download {
        background: #fff;
        color: #7386D5;
    }

    .btn-info {
        color: #fff;
        margin: 0px 0px 0px 0px;
        font-size: 25px;
        background: none;
        border: none;
    }

    .nav-tag {
        /*position: relative;
    	top: -8px;*/
        font-size: 11px;
    }

    #nav {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        width: 175px;
        height: 100vh;
        z-index: 99;
        overflow-y: auto;
        -moz-transition: transform 300ms ease;
        -o-transition: transform 300ms ease;
        -webkit-transition: -webkit-transform 300ms ease;
        transition: transform 300ms ease;
        -moz-transform: translate3d(175px,0,0);
        -ms-transform: translate3d(175px,0,0);
        -o-transform: translate3d(175px,0,0);
        -webkit-transform: translate3d(175px,0,0);
        transform: translate3d(175px,0,0);
    }

    .nav-toggle {
        background: #fff;
        background: -moz-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: -webkit-linear-gradient(top,#fff 0,#cbcbcb 100%);
        background: linear-gradient(to bottom,#fff 0,#cbcbcb 100%);
        border: 1px solid #6f6f6f;
    }

    .sb-toggle-left {
        position: absolute;
        top: 0;
        left: 0;
        line-height: 6.5;
    }

    .sb-toggle-right {
        position: absolute;
        right: 8px;
        top:8px;
        text-align: center;
        line-height: 1.5;
    }

    .sb-toggle-center {
        position: fixed;
        right: 0px;
        left: 0;
        bottom: 0;
        z-index: 888;
        margin: 0 auto;
        text-align: center;
        width: 20%;
        background: #ffcb08;
    }

    .announcement-wrapper {
        width: 100%;
        background: #000c29;
        height: 30px;
        color: #fff;
        font-family: Raleway;
        font-weight: 200;
        margin: 0px;
    }

    #announce {
        position: absolute;
        margin: 2px 3px 0px 5px;
        /*background: #003c79;*/
        z-index: 10;
    }

    marquee {
        margin: 0px 0px 0px 35px;
    }

        marquee li {
            list-style: none;
            font-size: 17px;
            margin: 3px 0px 0px 0px;
        }

    .navbar-light .navbar-nav .nav-link {
        color: rgb(255, 255, 255);
    }

    .navbar i {
        font-weight: 900;
        color: #fff;
        border: none;
    }

    .top-header {
        background: #001138;
    }

        .top-header i {
            color: #fff;
            font-size: 30px;
        }

    .navbar {
        height: auto;
        margin: 0px auto;
        top: -12px;
        left: 0;
        background: none !important;
        position: absolute;
        /*width: 55%;*/
        color: #fff !important;
        padding: 19px 10px 10px 10px;
    }

    .navbar-collapse {
        position: absolute;
        top: 0px;
        left: 0;
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom: 15px;
        width: 100%;
        background: #003c79;
        z-index: 99;
        height: 100vh;
    }

        .navbar-collapse li {
            padding: 15px 0px 15px 0px;
        }

    .logo-holder img {
        width: 155px;
        margin: 4px;
    }

    .navbar-collapse.collapsing {
        height: auto;
        -webkit-transition: left 0.2s ease;
        -o-transition: left 0.2s ease;
        -moz-transition: left 0.2s ease;
        transition: left 0.2s ease;
        left: 0%;
    }

    .navbar-collapse.show {
        left: 0;
        -webkit-transition: left 0.2s ease-in;
        -o-transition: left 0.2s ease-in;
        -moz-transition: left 0.2s ease-in;
        transition: left 0.2s ease-in;
    }

    .carousel-indicators {
        margin: 0px 0px 0px 0px;
    }

    .modal {
        top: 100px;
    }

    .modal-mg-head {
        background: #001138;
        border: none;
        height: 85px;
    }

    .modal-body {
        background: #003c79;
    }

    .modal-content {
        border-radius: 8px;
        border: none;
    }

    .modal-lower {
        background: #003c79;
    }

    .m-auto {
        width: 100%;
    }

    .carousel {
        z-index: 8;
    }

    .mob-wrap img {
        border-radius: 0px 0px 8px 8px;
    }

    .mobile-footer {
        width: 100%;
        position: fixed;
        bottom: 0;
        background-color: #001138;
        text-align: center;
        font-weight: bold;
        font-size: 13px;
        z-index: 99;
        border-top: 1px solid #003c79;
    }

        .mobile-footer a {
            width: 20%;
            font-size: 12px;
            height: 62px;
            padding-top: 8px;
            float: left;
            background-position: center 8px;
            background-repeat: no-repeat;
            color: #FFF;
            text-decoration: none;
            cursor: pointer;
            display: grid;
        }

            .mobile-footer a.active {
                /*background:#ffcb08;*/
                color: #ffcb08;
            }

        .mobile-footer i {
            font-size: 20px;
            margin: 4px 0px 0px 0px;
        }

    /*HOME PAGE THUMBNAILS*/
    .mob-wrap {
        margin: 3px 0px 27px 0px;
        width: 100%;
    }

    .mobile-products-wrapper {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    .mobile-products {
        width: auto;
        margin: 0 auto;
        text-align: center;
    }

        .mobile-products ul {
            padding: 0px;
            margin-bottom: 2px;
        }

        .mobile-products li {
            list-style: none;
            width: 48%;
            height: auto;
            /*background: rgb(0, 60, 121, 1);*/
            /*background: url('img/pbg.png') no-repeat;*/
            /*background-size: contain;*/
            border-radius: 15px;
            /*border: 3px solid #fff;*/
            /*box-shadow: 2px 4px #001;*/
            display: inline-flex;
            text-align: center;
        }

        .mobile-products a {
            /*float: left;*/
            font-size: 14px;
            margin: 0 auto;
            display: grid;
            padding: 0px 0 5px 0;
            list-style: none;
            text-align: center;
            color: #fff;
            cursor: pointer;
        }

        .mobile-products img {
            margin: 0 auto;
            /*padding-bottom: 7px;*/
        }

        .mobile-products span {
            background: #003c79;
            color: #fff;
            margin: 0px 0px 0px 0px;
            border-radius: 8px 8px 0px 0px;
        }

    .others-wrap {
        margin: -30px 0px 0px 0px;
    }

    .other-pages img {
        text-align: center;
        padding: 4px;
        width: 100%;
    }

    .othe-pages ul {
        text-align: center;
        margin: 0 auto;
    }

    .other-pages a {
        font-size: 10px;
        /*display: grid;*/
        padding: 7px 0 7px 0;
        list-style: none;
        text-align: center;
        color: white;
        text-decoration: none;
        font-weight: bold;
        cursor: pointer;
        /*margin: 0 auto;*/
    }
    /*MOBILE HOME THUMBNAILS END*/
    .home-side-bar {
        display: none;
    }

    #contact-whole {
        display: none;
    }

    .upper-elements {
        display: none;
    }

    .car-desktop {
        display: none;
    }

    .logo-holder {
        padding: 0px;
        margin: 0 auto;
        text-align: center;
    }

    .menu-wrapper {
        background: none;
        width: auto;
    }

    .sports-wrap {
        margin: 8px 0px 0px 0px;
    }

    .sports-provider {
        width: 100%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .sports-provider img {
            margin: 0px 0px 3px 0px;
            /*height: 35vh;*/
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
            width: 97%;
        }


    .product-menu {
        width: 100%;
        text-align: center;
        margin: 0 auto 5px;
        background: #003c79;
        border-radius: 0px;
    }

        .product-menu a {
            width: 15%;
            margin: 0px;
            padding: 3px 1px;
            background: #003c79;
            text-decoration: none;
            text-align: center;
            color: #fff;
            display: inline-block;
            font-size: 7px;
            border-radius: 15px;
        }

            .product-menu a.active {
                /*background: #ffcb08;*/
                color: #ffcb08;
            }

        .product-menu img {
            margin: 3px 0px 5px;
        }


    .casino-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .casino-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .casino-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .casino-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
        }

    .slots-products {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .slots-wrap {
        width: 100%;
        display: inline-flex;
        /*margin: 5px 0px 0px 0px;*/
    }

    .slots-provider {
        width: 50%;
        /*margin:1px;*/
    }

        .slots-provider a img {
            width: 100%;
            padding: 3px;
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
        }
    /*PROMO*/
    #nav-tab a {
        background: #003c79;
        width: 24%;
        font-size: 12px;
        margin: 1px;
        color: #fff;
        border-radius: 6px;
    }

    .promo-banner .close {
        color: #fff;
        line-height: 0;
        font-size: 1.2rem;
        font-weight: 300;
        background: #003c79;
        padding: 0px 0px 6px 1px;
        opacity: 1;
        position: absolute;
        top: -8px;
        right: -5px;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .filterDiv {
        text-align: center;
        display: none;
    }

    .show {
        display: block;
    }

    .promo-mobile {
        margin: 5px 0px 0px 0px;
    }

        .promo-mobile img {
            padding: 0px 5px 0px 5px;
            border-radius: 15px;
        }

    .promo-btn {
        font-size: 15px;
    }

    .promo-mechanics {
        background: #001138;
        color: #fff;
        padding: 10px;
    }

    #nav-tab .active {
        background: #ffcb08;
        color: #000;
        cursor: pointer;
        border-radius: 6px;
    }

    .slots-wrap {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #providers {
        float: left;
        margin-right: 5px;
        width: 50%;
        height: 40px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
    }

    #category {
        /*float: right;*/
        width: 28%;
        height: 30px;
        margin: 3px 0px 0px 5px;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        -webkit-appearance: none;
    }

    .slots-provider-sec {
        width: 100%;
        margin: 0 auto;
        display: inline-flex;
    }

    .selectbox-field {
        width: 70%;
    }

        .selectbox-field button {
        }

        .selectbox-field input {
            border-radius: 8px;
            width: 93%;
            border: none;
            height: 30px;
        }

    #sl-side-menu img {
        width: 65px;
    }

    #sl-side-menu li {
        margin: 10px auto;
    }

    #sl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    #sl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        position: absolute;
        margin: -27px 0px 0px 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: none;
    }

    .provs {
        width: 100%;
        margin: 0 auto;
    }

    .sl-desc {
        color: #000;
        background: #ffcb08;
        text-align: center;
        border-radius: 0px 0px 10px 10px;
    }

    .game {
        width: 100%;
        margin: 15px auto 60px;
        text-align: center;
    }

        .game ul {
            width: 100%;
            margin: 0 auto;
            padding: 0;
            list-style: none;
        }

            .game ul li {
                width: 31.333333%;
                text-align: center;
                /*margin: 0 0 50px 0;*/
                padding: 0 1%;
                display: inline-block;
            }

        .game img {
            width: 100%;
            border-radius: 15px 15px 0px 0px;
        }

    .fish-provider {
        text-align: center;
        margin: 8px 0px 0px 0px;
    }

        .fish-provider img {
            border-radius: 15px;
            /* border: 3px solid #fff; */
            box-shadow: 2px 4px #001;
            width: 97%;
        }


    /*NAV*/
    #menu-wrapper {
        position: absolute;
        left: 0;
        width: 80%;
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
        background: #003c79;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        visibility: hidden;
        opacity: 0;
    }

        #menu-wrapper.toggled {
            visibility: visible;
            opacity: 1;
            z-index: 1000;
        }

        #menu-wrapper.hide {
            z-index: 0;
            display: none !important;
        }

    #bars {
        background: none !important;
        color: #fff;
    }

    .game_menu {
        padding: 0px;
        display: inline-flex;
        grid-template-columns: repeat(2, 1fr);
        text-align: center;
        flex-wrap: wrap;
        align-content: center;
        justify-content: center;
        align-items: center;
    }

    .nav-link {
        display: block;
        padding: 0.2rem 0.1rem;
    }

    .menu-item {
        list-style: none;
        color: #fff;
        width: 30%;
        padding: 10px 5px;
    }

        .menu-item img {
            width: 35px;
            margin-bottom: 3px;
        }

        .menu-item a.active {
            /*background: #ffcb08;
		color: #001138;*/
        }

        .menu-item a {
            color: #000;
            width: 100%;
            /*height: 60px;*/
            /*border-bottom: 1px solid #001138;*/
            /*padding: 24px 3px 3px 24px;*/
            line-height: 20px;
            /*background: #003c79;*/
            border-radius: 10px;
            font-size: 11px;
            border: 1px solid #efefef;
        }

    .upper-menu {
        background: #fff;
        /*border-bottom: 1px solid #efefef;*/
        padding: 15px 35px 5px;
    }

    .upper-menu-item {
        display: flex;
        align-items: center;
        /*justify-content: center;*/
        padding: 5px 10px;
        border-bottom: 1px solid #e2e2e2;
    }

        .upper-menu-item span {
            color: #000;
            font-size: 14px;
            padding: 0px 5px;
        }

        .upper-menu-item img {
            width: 36px;
        }

    .nav-upper {
        width: 95%;
    }

    #menu-wrapper.hide {
        z-index: 0;
        display: none !important;
    }

    #menu_icon {
        position: absolute;
        background: none;
        border: 0;
        outline: none;
        margin: 30px 0px 0px 10px;
        z-index: 50;
        /*background:#fff;*/
    }

    #menu-bar {
        position: fixed;
        top: 0;
        width: 100%;
        height: 70px;
        background-color: #f1f1f1;
        box-sizing: border-box;
        z-index: 99;
        text-align: center;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
        background: #0d4da4;
    }

    #backgroundOverlay {
        background-color: transparent;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: block;
    }

    .aboutus-content {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .about-title {
        color: #fff;
        font-size: 20px;
    }

    .about-content {
        color: #fff;
    }

    .terms-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .terms-title {
        color: #fff;
        font-size: 20px;
    }

    .terms-content {
        color: #fff;
    }

    .rgaming-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .rgaming-title {
        color: #fff;
        font-size: 20px;
    }

    .rgaming-content {
        color: #fff;
    }

    .rgaming-content2 {
        color: #fff;
    }

    .rgaming-main li {
        color: #fff;
        line-height: 1.8;
        margin: 0px 0px 0px 10px;
    }

    .rgaming-main ul {
        padding: 0px 0px 0px 10px;
    }

    .rgaming-main a, p {
        color: #fff;
    }

    .policy {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .policy-title {
        color: #fff;
        font-size: 20px;
    }

    .policy-content {
        color: #fff;
    }

    #vplvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 35px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    #lvl {
        color: #fff;
        font-family: Raleway;
        text-align: center;
        font-size: 15px;
        font-weight: bolder;
        letter-spacing: 2px;
    }

    table {
        border-spacing: 3px;
        border-collapse: unset;
    }

    .tg {
        width: 100%;
        text-align: center;
    }

    .tg-1 {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding-bottom: 5px;
        text-align: left;
    }

    #vip2 h5 {
        color: #fff;
    }

    .tg-1-left {
        color: #fff;
        width: 300px;
        background: rgba(0,0,139,0.6);
        padding: 5px;
    }

    .tg-2 {
        color: #fff;
        width: 200px;
        /*background: #000039;*/
        background: rgba(0,0,57,0.6);
    }

    .tg-1-left {
        text-align: left;
    }

    .vip-rewards {
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }

    .terms {
        background: rgba(0,0,57,0.6);
        color: #fff;
        font-family: Raleway;
        font-size: 14px;
        font-weight: 500;
        margin: 20px auto;
        padding: 8px;
    }

        .terms ol {
            color: #fff;
            font-size: 15px;
            line-height: 1.7;
        }

    #vip-caption {
        color: #fff;
        text-align: center;
        font-weight: 500;
        letter-spacing: 1px;
        font-size: 13px;
        margin: 5px 0px 0px 0px;
    }

    .viplevels {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }

    #viplevels {
        margin: 10px auto 20px;
        width: 75%;
        height: 7vh;
        background: #001138;
        color: #fff;
        border: 1px solid #fff;
        border-radius: 8px;
        font-size: 18px;
        font-weight: 900;
    }

    #vip-side-menu li {
        margin: 10px auto;
    }

    #vip-side-menu a {
        /*display: grid;*/
        text-align: center;
    }

        #vip-side-menu a.active span {
            background-color: #ffcb08;
            border-radius: 3px;
            width: 100%;
            color: #000;
        }

    #vip-side-menu span {
        display: block;
        text-align: center;
        margin: 10px auto 0px;
        color: #fff;
        font-size: 12px;
    }

    .chck {
        color: #00ff00;
    }
    /*REGISTER*/
    #registerForm {
        padding: 0px 20px 0px 20px;
    }

        #registerForm span {
        }

        #registerForm input {
            border: none;
            padding: 5px 5px;
        }

            #registerForm input::placeholder {
                color: #aaa;
                font-size: 13px;
            }

    .register-content {
        width: 100%;
        margin: 0px auto 0px;
        padding: 20px 15px;
    }

    .register-main {
        background: #f1f1f1;
        border-radius: 12px;
        box-shadow: -1px 0px 10px 0px rgba(174,174,174,1);
        -webkit-box-shadow: -1px 0px 10px 0px rgba(174,174,174,1);
        -moz-box-shadow: -1px 0px 10px 0px rgba(174,174,174,1);
    }

    .left-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    .info-triangle {
        border-color: transparent #001138;
        border-style: solid;
        border-width: 10px 15px 10px 0px;
        height: 0px;
        width: 0px;
        position: absolute;
        margin: 12px 0px 0px 47px;
    }

    #join {
        font-size: 17px;
        margin: 5px 0px 0px 0px;
        padding: 15px 0px;
        font-weight: 600;
        color: #003c79;
        text-align: center;
        font-weight: 700;
        letter-spacing: -0.5px;
    }

    .rgstrbtn {
        line-height: 1;
        text-align: center;
    }

        .rgstrbtn p {
            color: #000;
            margin: 12px auto 0px;
            text-align: center;
            font-size: 12px;
        }

    .formlogin {
        color: #003c79;
        border: none;
        padding: 0;
    }

    #registerbtn, #fpsubmitbtn {
        width: 100%;
        height: 35px;
        background: #ff0000;
        border: 2px solid #fff;
        border-radius: 5px;
        margin: 0px 0px 5px 5px;
        text-align: center;
    }

    .membtn {
        width: 47%;
        height: 40px;
        background: #ffcb08;
        border: 2px solid #fff;
        border-radius: 5px;
        margin: -2px 0px 10px 5px;
        text-align: center;
    }

    #t-c {
        color: #003c79;
        text-decoration: none;
    }

    .mnum-reg {
        display: flex;
        align-items: center;
        align-content: center;
        background: #fff;
    }

        .mnum-reg img {
            height: 25px;
            padding: 0px 1px;
        }

        .mnum-reg p {
            font-size: 15px;
            margin: 0;
            color: #000;
            padding: 0px 2px;
        }

    .reg-promo-con {
        display: flex;
        width: 90%;
        margin: 0 auto;
    }

    .reg-pr-icon {
        width: 20%;
    }

    .reg-pr-text {
        width: 80%;
    }

        .reg-pr-text p {
            font-size: 14px;
            color: #000;
        }


    .form-alert-btn {
        border: none;
    }

    .alert-warning {
        display: flex;
        border: none;
        color: none;
        background: none;
        padding: 2px 5px;
        align-items: center;
    }

        .alert-warning p {
            color: #ffcb08;
            margin: 0;
            font-size: 12px;
        }

    .wrong-icon {
        color: #ffcb08;
        padding: 2px;
    }

    .info-icon {
        color: #b9b9b9;
    }

    .success-icon {
        color: #02ff00;
    }

    .triangle-left {
        width: 0;
        height: 0;
        border-top: 50px solid transparent;
        border-right: 100px solid red;
        border-bottom: 50px solid transparent;
    }

    /*POST-LOGIN*/
    table {
        border-spacing: 1px;
        border-collapse: unset;
    }

    .post-navi-holder {
        padding: 0px 5px;
    }

    .wallet-wrap {
        background: #003c79;
        padding: 10px 7px;
        height: 39px;
        border-radius: 5px;
        width: 100%;
        font-size: 15px;
    }

    .post-login-btn {
        background: #ffcb08;
        border: none;
        margin: 0px 5px 12px 0px;
        width: 101px;
    }

    #post-register-btn {
        background: #ff0000;
        border: none;
        color: #fff;
        width: 57px;
    }

    #pllgnp, #pljnp {
        font-size: 13px;
        font-weight: 900;
    }

    .welcome {
        color: #fff;
    }

    .uname-top {
        color: #ffcb08;
    }

    .post-menu {
        background: #003c79;
        padding: 5px 4px;
        border-radius: 5px;
        color: #fff;
        width: 100%;
    }


    .post-log-wrapper {
        width: 100%;
        /*background: #003c79;*/
        /*padding: 30px;*/
        /*min-height: 500px;*/
        margin: 0px auto 10px;
        /*border-radius: 10px;*/
    }

    #post-nav-tab a {
        background: #003c79;
        padding: 5px 0;
        margin: 0 auto;
        color: #fff;
        border-radius: 6px;
        font-size: 11px;
        text-align: center;
        text-decoration: none;
    }
    /*#post-nav-tab img{
		margin: 0 0 5px 7px;
	}*/
    .post-menu .nav img:last-child {
        position: absolute;
        margin: 0px 0px 0px -30px;
        /*top: 0;
	    left: 13px;*/
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
    }

    .nav-tabs-post {
        margin: 0 auto;
        width: 100%;
    }

    li.post-nav-tabs {
        margin: 0 auto;
        font-size: 11px;
        width: 18%;
        text-align: center;
    }

    .nav-tabs-post li .active {
        color: #ffcb08 !important;
    }

    #post-nav-tab a.active img:last-child {
        opacity: 1;
        color: #ffcb08 !important;
    }

    #post-nav-tab .active {
        color: #ffcb08;
        cursor: pointer;
        border-radius: 6px;
        text-decoration: none;
    }

    .nav-tabs-history li a {
        color: #fff;
        margin: 4px 3px 10px 3px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 12px;
        text-decoration: none;
        width: auto;
        padding: 6px 5px;
        background: #003c79;
        text-align: center;
    }

        .nav-tabs-history li a:hover {
            background-color: #ffcb08;
            color: #000;
        }

        .nav-tabs-history li a.active {
            color: #000;
            background-color: #ffcb08;
        }

    .nav-tabs-personal li a {
        color: #fff;
        margin-top: 4px;
        margin-right: 4px;
        border-radius: 4px;
        font-weight: bold;
        font-size: 13px;
        text-decoration: none;
        width: 50px;
        padding: 8px 9px;
        background: #003c79;
        text-align: center;
    }

        .nav-tabs-personal li a.active {
            color: #000;
            background-color: #ffcb08;
        }

    .tab-content {
        overflow-y: auto;
        /*border: 1px solid #fff;*/
        background: #001138;
        min-height: 390px;
        color: #fff;
        padding: 10px;
        font-size: 13px;
        /*border-radius: 10px;*/
    }

    .table-primary tbody tr:nth-child(even) {
        background: #001138;
        color: #fff;
    }

    .table-primary tbody tr:nth-child(odd) {
        background: #003c79;
        color: #fff;
    }

    .table-primary tbody tr th {
        border: 1px solid #fff;
        padding: 5px;
        color: #fff;
        text-align: center;
    }

    .table-reponsive {
        border: none !important;
    }

    .step {
        color: #ffcb08;
    }

    .subtitle-member {
        font-weight: 900;
        color: #ffcb08;
        font-size: 15px;
        margin: 0px 0px 5px 0px;
    }

    #hdep table thead {
        background: #001138;
    }

    #hwith table thead {
        background: #001138;
    }

    #htransfer table thead {
        background: #001138;
    }

    #hdep table td {
        background: #003c79;
    }

    #hwith table td {
        background: #003c79;
    }

    #htransfer table td {
        background: #003c79;
    }

    #div1 p, #div2 p, #div4 p, #div5 p {
        margin: auto;
    }

    #div3 p {
        margin: auto;
        padding: auto;
    }

    #div3 th {
        font-weight: 500;
    }

    #div4 tbody td {
        background: #003c79;
    }

    #hdep table, #hwith table, #htransfer table {
        font-size: 12px;
    }

    .fform {
        display: flex;
        width: 100%;
    }

        .fform i {
            padding: 6px;
            /*background: #001138;*/
            color: #001138;
            text-align: center;
            position: absolute;
        }

    .logout-btn {
        width: 100%;
        color: #fff;
        background-color: #ff0000;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 0px 0px 0px;
    }

    .logout {
        width: 49%;
        text-align: center;
        font-size: 14px;
        font-weight: 900;
    }

    .transfer-btn {
        width: 100%;
        color: #000;
        background-color: #ffcb08;
        border-radius: 5px;
        border: none;
        padding: 10px;
        margin: 0px 5px 0px 0px;
    }

    .transfer {
        width: 49%;
        text-align: center;
        font-size: 14px;
        font-weight: 900;
    }

    .profile-btns {
        display: inline-flex;
        width: 100%;
    }

    .post-login-wrapper {
        margin: 0px 20px;
    }

    .post-menu {
        padding: 0px;
    }

    .post-menu-item {
        border-bottom: 3px solid #003c79;
        border: 1px solid #fff;
        border-radius: 10px;
        background-color: #001138;
        list-style: none;
        padding: 10px;
        /*text-align: center;*/
        margin: 0px 0px 7px 0px;
    }

        .post-menu-item a {
            /*border-radius: 5px;*/
            background-color: #001138;
            list-style: none;
            padding: 0px 90px 0px 0px;
            /*text-align: center;*/
            margin: 0px 0px 0px 0px;
        }

    #post-right {
        margin: 0px 0px 0px 8px;
    }

    .prof-area {
        /*background-color: #001138;*/
        margin: 10px 20px;
        line-height: 0.8;
        padding: 5px;
    }

    .usersname {
        font-size: 17px;
        font-weight: 900;
        margin: 20px 0px 10px 0px;
    }

    .vipleveltag {
        font-size: 15px;
        margin: 10px 0px 20px 0px;
    }

    .usersbal {
        font-size: 17px;
        font-weight: 900;
        margin: 10px 0px 20px 0px;
    }

    /*DOWNLOAD*/
    .download-wrapper {
        /*width: 1000px;*/
        margin: 0 auto;
        display: grid;
        background: #fff;
    }

    .tinst {
        text-align: center;
        margin-top: 25px;
        font-size: 16px;
        font-weight: 700;
        color: #003c79;
    }

    .qrtag {
        color: #003c79;
        margin: 0 auto;
        text-align: center;
        font-weight: 900;
    }

    .dl-menu-holder {
        width: 100%;
        margin: 0px auto;
        display: inline;
    }

    .ag-main img {
        width: 100%;
        padding: 10px 10px 0 10px;
    }

    .dl-side-tab img {
        width: 110px;
    }

    .menu-background-wrap {
        /*background: #000c29;*/
    }

    .eb-main {
        text-align: center;
    }

        .eb-main img {
            width: 70% !important;
            margin: 5px auto;
        }

    #aios {
        width: 65px;
        margin: 0px 6px 8px 0px;
    }

    #andrd-icon {
        width: 30px;
        margin: 0px 6px 8px 0px;
    }

    #red-dl-btn {
        background-color: #ff0000;
        border: 3px solid #fff;
        border-radius: 6px;
        padding: 5px 17px;
        color: #fff;
        text-align: center;
        margin: 15px auto 15px;
    }

    .dl-info {
        text-align: center;
    }


    .pt-qrtag {
        color: #003c779;
        margin: 10px auto 10px;
        text-align: center;
        font-size: 15px;
        font-weight: 900;
        text-decoration: none;
        width: 70%;
    }

    #dl-side-menu li {
        margin: 2px auto;
    }

    #dl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
        position: absolute;
        margin: -54px 0px 0px 0px;
        opacity: 0;
        webkit-transition: opacity .3s ease;
        -o-transition: opacity .3s ease;
        transition: opacity .3s ease;
        display: block;
    }

    #dl-side-menu .nav-tabs-slot a:hover img:last-child, #dl-side-menu .nav-tabs-slot li.active img:last-child {
        opacity: 1;
    }

    #dl-side-menu .nav-tabs-slot a.active img:last-child {
        opacity: 1;
    }

    .mobile-loginbox {
        padding: 0 15px;
        color: #001138;
    }

        .mobile-loginbox td {
            color: #001138;
        }

    .dl-content {
        margin: 0 auto;
    }

    .dl-side-tab {
        margin: 10px 0px 10px 0px;
    }

    .eb-main, .gi-main, .ag-main, .bs-main {
        display: inline-flex;
    }

    .scanqr {
        color: #fff;
        width: 200px;
        margin: 50px 0px 0px 10px;
    }

    .dl-title {
        width: 100%;
        color: #003c79;
        font-size: 20px;
        margin: 20px 0px 10px 0px;
        text-align: center;
        font-weight: 900;
    }

    .dl-note {
        width: 100%;
        color: #fff;
        margin: 20px 0px 10px 0px
    }

    .dl-left-box {
        color: #003c79;
        background: #323232;
        padding: 5px;
    }

    .dl-right-box {
        color: #003c79;
        padding: 18px 132px;
        background: #fff;
    }

    .dltag {
        color: #003c79;
        text-align: right;
        margin: -20px 26px 25px 0px;
    }

    .mob-formTable {
        border-collapse: collapse;
        border: 1px solid #003c79;
        /*background: #003c79;*/
        color: #003c79;
        font-size: 14px;
    }

        .mob-formTable > tbody > tr > th {
            border: 1px solid #003c79;
            padding: 10px 5px;
            text-align: center;
            color: #003c79;
        }

        .mob-formTable > tbody > tr > td {
            border: 1px solid #003c79;
            padding: 5px 5px;
        }

    .post-area {
        padding: 80px 0px 0px 0px;
    }

    #mCSB_1_container {
        top: 0px !important;
        overflow-y: scroll !important;
        overflow: scroll !important;
        height: 100vh;
    }

    #mCSB_2_container {
        top: 0px !important;
    }

    .terms-main {
        padding: 15px;
        background: #003c79;
        margin: 15px;
        border-radius: 8px;
    }

    .terms-title {
        color: #fff;
        font-size: 20px;
    }

    .terms-content {
        color: #fff;
    }


    /*PRODUCTS*/
    .products-wrap {
        display: inline-flex;
        margin: 4px 0px 0px 0px;
    }

    .products-provider {
        width: 25%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .products-provider img {
            margin: 0px 0px 3px 0px;
            border-radius: 15px;
            width: 100%;
        }

    .products-name {
        font-size: 7px;
    }

    .slots-name {
        font-size: 9px;
    }

    .hot {
        position: absolute;
        right: -35px;
        top: 11px;
        width: 20px !important;
    }

    .sb-toggle-right i {
        font-size: 22px;
    }

    .sb-toggle-right a {
        color: #FFF;
        text-decoration: none;
        display: grid;
        font-size: 11px;
    }

    .sb-toggle-center span {
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .sb-toggle-center i {
        font-size: 21px;
        line-height: 1.6;
        color: #000;
    }

    .mobile-footer a:nth-child(3) {
        opacity: 0;
    }



    /*PRODUCTS*/
    .products-wrap {
        display: inline-flex;
        margin: 4px 0px 0px 0px;
    }

    .products-provider {
        width: 25%;
        text-align: center;
        margin: 5px 0px 0px 0px;
    }

        .products-provider img {
            margin: 0px 0px 3px 0px;
            border-radius: 15px;
            width: 100%;
        }

    .products-name {
        font-size: 7px;
    }

    .slots-name {
        font-size: 9px;
    }

    .hot {
        position: absolute;
        right: -35px;
        top: 11px;
        width: 20px !important;
    }

    .sb-toggle-right i {
        font-size: 22px;
    }

    .sb-toggle-right a {
        color: #FFF;
        text-decoration: none;
        display: grid;
        font-size: 11px;
    }

    .sb-toggle-center span {
        font-size: 12px;
        font-weight: 700;
        color: #000;
    }

    .sb-toggle-center i {
        font-size: 21px;
        line-height: 1.6;
        color: #000;
    }

    .mobile-footer a:nth-child(3) {
        opacity: 0;
    }


    /*BLOG*/
    .blog-wrap {
        background: #efefef;
        padding: 0 0 30px 0;
    }

    #jar {
        width: 100%;
        background: #efefef;
    }

    .blog-pages {
        width: 100%;
    }

    .main-blog {
        margin: 0 auto;
        width: 100%;
        display: inline-flex;
    }

        .main-blog a p, .main-blog a h6 {
            text-decoration: none;
        }

    .sb-content {
        text-align: center;
        margin: 15px auto;
    }

        .sb-content img {
            width: 315px;
            border-radius: 10px 10px 0px 0px;
        }

        .sb-content a {
            text-decoration: none;
        }

        .sb-content p {
            width: 315px;
            margin: 0 auto;
            font-size: 13px;
            color: #000;
            /*height: 115px;*/
            padding: 0px 10px;
            line-height: 1.7;
        }

    .sb-text {
        border: 1px solid #e5e5e5;
        width: 315px;
        margin: 0 auto;
        padding: 7px 0px;
        text-align: left;
        border-radius: 0px 0px 10px 10px;
        background: #fff;
        height: 170px;
        line-height: 1.8;
    }

    .sb-content h6 {
        color: #000;
        text-align: left;
        padding: 0px 10px;
        font-size: 24px;
    }

    .fill {
        display: none;
    }

    .page-link {
        position: relative;
        display: block;
        padding: .5rem .75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #fff;
        background-color: #003c79;
        border: 1px solid #dee2e6;
    }

    .page-item.active .page-link {
        z-index: 1;
        color: #000;
        background-color: #ffcb08;
        border-color: #fff;
    }

    /*ARTICLE*/
    .article {
        background: #efefef;
    }

    .article-wrapper {
        padding: 0 10px;
    }

    .blog-wrapper-right {
        /*width: 35%;*/
    }

    .article-inner img {
        width: 100%;
    }

    .article-main {
    }

    .article img {
        margin: 17px 0px;
    }

    .article-title {
        font-size: 34px;
        font-weight: 700;
        color: #000;
        text-decoration: none;
        margin: 0px;
        padding: 10px 0px 10px 0px;
        font-family: 'Inter';
        line-height: 1.5;
    }

    .bold {
        font-size: 24px;
        font-weight: 700;
        color: #000;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    h3.bold {
        font-size: 22px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    span.bold {
        font-size: 20px;
        font-weight: 700;
        margin: 30px 0 30px;
        font-family: 'Inter';
    }

    .article-content {
        font-size: 18px;
        color: #000;
        text-decoration: none;
        line-height: 2;
        font-family: 'Inter';
        margin: 28px 0;
    }

    .article ul, .article ol {
        padding: 0 0 0 25px;
        margin: 0 0 10px 0px;
    }

    .artlink {
        color: #0056b3;
    }

    .article li {
        color: #000;
        font-size: 18px;
        line-height: 2;
        font-family: 'Inter';
    }

    .blog-wrapper-right {
        margin: 0 auto;
        text-align: center;
        display: inline-flex;
    }

        .blog-wrapper-right img {
            width: 100px;
            margin: 15px 9px;
        }

    #topBTN {
        display: none;
        position: fixed;
        bottom: 145px;
        right: 20px;
        z-index: 999999;
        font-size: 18px;
        border: none;
        outline: none;
        background-color: red;
        color: white;
        cursor: pointer;
        padding: 15px;
        border-radius: 4px;
    }

        #topBTN:hover {
            background-color: #555;
        }

    .PrevNext {
        width: 100%;
        margin: 15px 0 15px 0px;
        color: #000;
        padding: 10px;
        display: flex;
        justify-content: space-between;
    }

        .PrevNext a {
            background: #ff0000;
            padding: 8px;
            color: #fff;
            border-radius: 8px;
            text-decoration: none;
        }

            .PrevNext a:hover {
                background: #ffcb08;
                padding: 8px;
                color: #000;
                border-radius: 8px;
                text-decoration: none;
                transition: .4s;
            }

    .dl-vpn-page {
        display: flex;
        justify-content: space-evenly;
    }

    #dl-vpn p {
        font-size: 14px;
        color: #003c79;
    }

    .vpn-btn-page {
        background: #003c79;
        padding: 12px 10px;
        border-radius: 10px;
        margin: 0 2px;
        width: 85px;
        text-align: center;
    }

        .vpn-btn-page p {
            color: #fff !important;
        }

    .vpn-info {
        background: #003c79;
        color: #fff;
        border-radius: 10px;
        line-height: 2;
        padding: 10px;
        margin: 0 5px;
    }

    .vpn-btn-page i {
        color: #fff;
        font-size: 25px;
        text-align: center;
        margin: 0 0 10px;
    }

    .vpn-btn-page p {
        margin: 0;
        color: #fff;
    }

    .vpn-btn-page:hover {
        background: #ffcb08;
        color: #000;
        text-decoration: none;
    }

        .vpn-btn-page:hover p, .vpn-btn-page:hover i {
            color: #001138;
        }


    .vpn-dl-widget {
        position: fixed;
        bottom: 62px;
        right: 10px;
    }

        .vpn-dl-widget a {
            background: #ffcb08;
            color: #000;
            font-size: 14px;
            padding: 3px 10px;
            border-radius: 5px 5px 0 0;
            font-weight: 500;
        }




    .blink {
        -webkit-animation: blink .75s linear infinite;
        -moz-animation: blink .75s linear infinite;
        -ms-animation: blink .75s linear infinite;
        -o-animation: blink .75s linear infinite;
        animation: blink .75s linear infinite;
        color: #003c79;
    }

    .sport-wrap iframe {
        width: 100%;
        height: 305px;
    }

    .sport-wrap {
        width: 100%;
    }
    @-webkit-keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        50.01% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @-moz-keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        50.01% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @-ms-keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        50.01% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @-o-keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        50.01% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    @keyframes blink {
        0% {
            opacity: 1;
        }

        50% {
            opacity: 1;
        }

        50.01% {
            opacity: 0;
        }

        100% {
            opacity: 0;
        }
    }

    /*NEW SLOT*/

    .sl-games-prvdrs-con {
        width: 100%;
        margin: 0 auto;
    }

    .sl-games-menu {
        padding: 30px 0px;
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 15px 5px;
    }

        .sl-games-menu a img {
            background: #d3d3d3;
            /*	background: linear-gradient(180deg, rgba(0,83,168,1) 0%, rgba(0,17,56,1) 100%);*/
            padding: 2px 5px;
            border-radius: 10px;
            width: 100px;
        }

            .sl-games-menu a img:hover {
                background: #ffcb08;
            }

        .sl-games-menu a.actives img {
            background: #ffcb08;
        }

    .sl-filter {
        padding: 0px 5px;
    }

    .sl-filter-con {
    }

    .sl-filter-links {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #003c79;
        margin: 0px 0px 10px;
        border-radius: 5px;
    }

        .sl-filter-links a {
            color: #fff;
            text-decoration: none;
            width: 100%;
            text-align: center;
            padding: 5px 0px;
        }

            .sl-filter-links a:hover {
                background: #ffcb08;
                color: #000;
                border: none;
                border-radius: 5px;
            }

            .sl-filter-links a.activefilter {
                background: #ffcb08;
                border-radius: 5px;
                color: #000;
            }

    .sl-games-main-con {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }


    .sl-game-icons {
        flex: 0 0 31%;
        margin: 5px 4px;
        text-align: center;
        float: left;
        position: relative;
        cursor: pointer;
        /*background: #000;*/
        border-radius: 10px;
    }

        .sl-game-icons img {
            width: 100%;
            height:95px;
            border-radius: 10px 10px 0px 0px;
        }

    .sl-game-name {
        background: #003c79;
        color: #fff;
        padding: 2px 0px;
        width: 100%;
        border-radius: 0px 0px 10px 10px;
        font-size: 12px;
        margin: 0;
        display: flex;
        height: 42px;
        align-items: center;
        justify-content: center;
    }

    .sl-game-icons .playbtn-inner {
        transition: .5s ease;
        text-align: center;
        opacity: 0;
        position: absolute;
        top: 35%;
        left: 0;
        right: 0;
        padding: 0.4rem 2rem;
        z-index: 99;
        cursor: pointer;
        background: #ffcb08;
        width: 80%;
        margin: 0 auto;
    }

    .playbtn-inner a {
        color: #000;
        text-decoration: none;
    }

    .sl-game-icons:hover img {
        opacity: 0.5;
    }

    .sl-game-icons:hover .playbtn-inner {
        opacity: 1;
    }

    /*SLOTS PAGE*/
    .slots-lp-con {
        width: 100%;
        margin: 20px auto;
    }

    .sl-top-section {
        display: flex;
        padding: 10px 5px;
    }

    .sl-pr-list {
        width: 50%;
    }

        .sl-pr-list select {
            background: #d3d3d3;
            width: 100%;
            border: none;
            border-radius: 5px;
            padding: 10px;
            height: 44px;
        }

    .lp-filter-con {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #003c79;
        margin: 10px 0px;
        border-radius: 15px;
    }

    .lp-filter-links {
        display: flex;
        align-items: center;
    }

        .lp-filter-links a {
            color: #fff;
            text-decoration: none;
            padding: 12px 10px;
            cursor: pointer;
        }

            .lp-filter-links a:hover {
                background: #ffcb08;
                color: #000;
                border: none;
            }

    .filter-search {
        width: 50%;
        padding-left: 10px;
    }

        .filter-search form {
            background: #d3d3d3;
            border: none;
            border-radius: 5px;
        }

        .filter-search button {
            background: none;
            border: none;
            border-radius: 0px 5px 5px 0px;
            padding: 0px 5px;
        }

        .filter-search i {
            font-size: 22px;
            padding: 0px 0px 0px 5px;
            color: #001138;
        }

        .filter-search input {
            background: #d3d3d3;
            padding: 10px;
            border: none;
            width: 70%;
            border-radius: 5px;
        }

    .mfilters {
        background: #ffcb08;
        padding: 3px 5px;
        font-family: 'Barlow';
        border: 1px solid #001138;
    }

    .lp-slots-title {
        display: flex;
        align-items: center;
        padding-top: 10px;
    }

        .lp-slots-title i {
            font-size: 20px;
            padding: 0px 5px 0px 0px;
            color: #003c79;
        }

        .lp-slots-title p {
            font-size: 14px;
            color: #003c79;
            font-weight: 500;
        }

    .lp-providers {
        width: 100%;
        display: flex;
        justify-content: center;
    }

        .lp-providers img {
            padding: 5px;
        }

    .lp-top {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 10px 10px;
    }

    .lp-top-con {
        display: flex;
    }

        .lp-top-con img:last-child {
            margin-left: -30px;
        }

    .slot-content-wrapper {
        background: url(img/newbg/sl-games-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .slots-main {
        width: 100%;
        margin: 0 auto;
        background: #003c79;
        margin-bottom: 25px;
        /*border-top: 2px solid #ffcb08;*/
    }

    .game-input-search {
        margin: 33px 0px 0px 378px;
    }

    .s-pr {
        margin-left: 3.5px;
    }

    .content {
        /*background: #0c2462;*/
        width: 100%;
        /*margin: 0px 0px 25px 0px;*/
    }

    .slots-products {
        display: inline-grid;
    }

    .sooon {
        background: #ff0000;
        padding: 2px;
        position: absolute;
        margin: -10px 0px 0px -24px;
        font-size: 8px;
    }
}





@media (max-width: 360px){
    .menu-item a {
        color: #000;
        width: 100%;
        /*height: 60px;*/
        /*border-bottom: 1px solid #001138;*/
        /*padding: 24px 3px 3px 24px;*/
        line-height: 20px;
        /*background: #003c79;*/
        border-radius: 10px;
        font-size: 11px;
        border: 1px solid #efefef;
    }
	li.post-nav-tabs {
	    /*margin: 0px 7px;*/
	    font-size: 11px;
	}
	.article-wrapper {
	     padding: 0 0px; 
	}
	.dl-side-tab img {
	    width: 90px;
	}
	#dl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
	    position: absolute;
	    margin: -46px 0px 0px 0px;
	    opacity: 0;
	    webkit-transition: opacity .3s ease;
	    -o-transition: opacity .3s ease;
	    transition: opacity .3s ease;
	    display: block;
	}
}

@media (max-width: 320px){
	li.post-nav-tabs{
		padding: 0px 0px;
		font-size: 9px;
	}
	#post-nav-tab a {
	    background: #003c79;
	    padding: 5px 0;
	    margin: 0 auto;
	    color: #fff;
	    border-radius: 6px;
	    font-size: 10px;
	    text-align: center;
	    text-decoration: none;
	}
	.article img {
		width: 320px;
	    margin: 17px 0px;
	}
	.blog-wrapper-right img {
	    width: 90px;
	    margin: 15px 9px;
	}
	.article-wrapper{
		overflow: hidden;
	}

	.dl-side-tab img {
	    width: 80px;
	}
	#dl-side-menu .nav-tabs-slot li a img:last-child, .home-tab .nav-tabs li a img:last-child {
	    position: absolute;
	    margin: -40px 0px 0px 0px;
	    opacity: 0;
	    webkit-transition: opacity .3s ease;
	    -o-transition: opacity .3s ease;
	    transition: opacity .3s ease;
	    display: block;
	}
}






@media only screen and (-webkit-device-pixel-ratio: 3) and (device-height: 812px) and (device-width: 375px){
	.menu-item a {
    	height: 5vh;
    	font-size: 15px;
	}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0)
{ @media {
    /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
     @media (max-width: 375px){
	.menu-item a {
    color: #fff;
    width: 100%;
    border-bottom: 1px solid #001138;
    padding: 21px 0px 3px 30px;
    line-height: 5px;
    background: #003c79;
	}

}
}
}

@media not all and (min-resolution:.001dpcm) { @media {

    @media (max-width: 375px){
        .menu-item a {
            color: #000;
            width: 100%;
            /*height: 60px;*/
            /*border-bottom: 1px solid #001138;*/
            /*padding: 24px 3px 3px 24px;*/
            line-height: 20px;
            /*background: #003c79;*/
            border-radius: 10px;
            font-size: 11px;
            border: 1px solid #efefef;
        }
	#sidebar {
	    overflow-y: scroll !important;
	 	z-index: 999;
	}


}
}}

/*TOURNAMENTS*/
.tournaments {
    max-width: 1000px;
    padding: 20px 0px;
    margin: 0 auto;
}

.trnmnt {
    width: 100%;
    margin: 0 0 10px 0px;
    display: flex;
    padding: 0px 5px;
}

.trnmnt-img {
    width: 55%;
    position: relative;
}

    .trnmnt-img img {
        width: 100%;
        border-radius: 10px 0px 0px 10px;
    }

.trnmnt-bar-promo {
    text-align: center;
    border-radius: 0px 10px 10px 0px;
    background: #003c79;
    color: #000;
    width: 50%;
    height: auto;
}

.tbox {
    background-color: #003c79;
    position: absolute;
    margin: 0px 10px;
    top: 8em;
    left: 0;
    right: 0;
    text-align: center;
    border-radius: 5px;
    padding: 0px 0px 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    -moz-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
}

.tbox-done {
    background-color: #003c79;
    position: absolute;
    margin: 0px 10px;
    top: 10em;
    text-align: center;
    left: 0;
    right: 0;
    border-radius: 5px;
    border: 2px solid #fff;
    -webkit-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    -moz-box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
    box-shadow: -1px -1px 10px 4px rgba(0,0,0,1);
}

.timer {
    display: flex;
    margin: 0 auto;
    justify-content: center;
    text-align: center;
}

    .timer p {
        background: #fff;
        color: #001138;
        padding: 5px;
        margin: 0.3em 0.1em 0em;
        border-radius: 5px;
        font-weight: 800;
        font-size: 12px;
        border: 1px solid #001138;
    }

.cwinners {
    background: #ffcb08;
    padding: 5px 0px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    width: 75%;
    color: #000;
    text-align: center;
    margin: 5px auto;
}

.ranks {
    background: url('img/tournaments/tbg.png');
    background-repeat: no-repeat;
    background-position: center;
    padding: 190px 0;
}

.winners-table {
    text-align: center;
    margin: 55px auto 0px;
    height: 350px;
    width: 100%;
    overflow-y: auto;
    overflow-x: auto;
}

.win-tag {
    color: #fff;
    background: #000039;
}
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ffcb08;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.cinfo {
    display: flex;
    align-items: center;
    background: #fff;
    color: #000;
    margin: 3px 10px;
    border-radius: 5px;
}

.length-info {
    display: flex;
}

    .length-info p {
        color: #000;
        margin: 0 auto;
        text-align: center;
    }

.trnmnt-descl, .trnmnt-descr {
    text-align: center;
    color: #000;
    width: 50%;
    line-height: 1;
    padding: 1.3em 0em;
    margin: 0;
    font-size: 10px;
    font-weight: bold;
}

.ctag {
    color: #ffcb08;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0;
    font-size: 13px;
}

.ctag-done {
    color: #ffcb08;
    font-weight: bold;
    padding: 5px 0px;
    margin: 0;
    font-size: 13px;
}

.ctnc {
    padding: 2px 0px 0px;
    margin: 0;
    cursor: pointer;
    font-size: 14px;
}

.trnmnt-title {
    font-size: 17px;
    font-weight: 800;
    padding: 3px 0px;
    color: #ffcb08;
    margin: 0px;
    text-align: center;
    cursor: pointer;
}

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.additional-content .collapse:not(.show) {
    height: 260px !important;
    overflow: hidden;
    display: block;
}

.faq {
    background: #010d2a;
    padding: 20px 0px;
}

.faq-container {
    max-width: 1060px;
    margin: 0 auto;
}

.acc-title {
    color: #fff;
    text-align: left;
    margin: 20px 0 0 0px;
    font-size: 22px;
    font-weight: 900;
}

.accordion-wrapper {
    text-align: center;
}

.accordion {
    background-color: #fff;
    color: #444;
    cursor: pointer;
    padding: 4px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 1px 0;
}

.panel {
    width: 100%;
    padding: 5px 10px;
    background-color: #003c79;
    display: none;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
}

    .panel p {
        text-align: left;
        color: #fff;
        font-size: 13px;
    }

button.accordion:after {
    content: '\002B';
    color: #001138;
    font-size: 18px;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

button.accordion.active:after {
    content: "\2212";
}



/*Additional Contents*/
#module {
    font-size: 1rem;
    line-height: 1.5;
}

    #module #collapseExample.collapse:not(.show) {
        display: flex;
        height: 19rem;
        overflow: hidden;
    }

    #module #collapseExample.collapsing {
        height: 3rem;
    }

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.additional-content .collapse:not(.show) {
    height: 10rem !important;
    overflow: hidden;
    display: block;
}

.additional-content {
    margin: 0 auto;
    color: #fff;
    text-align: center;
}

    .additional-content h1, .additional-content h2 {
        font-size: 22px;
        color: #dadada;
        padding: 0px 10px;
    }

    .additional-content p {
        font-size: 14px;
        color: #dadada;
        line-height: 1.8;
        text-align: justify;
        padding: 0px 10px;
    }

    .additional-content a {
        color: #ffcb08;
        text-decoration: none;
    }

.additional-content-home {
    background: #fff;
}

    .additional-content-home h1 {
        font-size: 17px;
        line-height: 1.4;
        color: #003c79;
        padding-top: 10px;
    }

    .additional-content-home h2 {
        font-size: 9.5px;
        color: #000;
        line-height: 1.4;
    }

    .additional-content-home p {
        font-size: 9px;
        color: #000;
        text-align: justify;
        line-height: 1.7;
    }

    .additional-content-home a {
        color: #003c79;
    }


.reg-text {
    display: flex;
    margin: 10px auto 0px;
    justify-content: center;
}

.reg-text-con {
    background: #003c79;
    padding: 5px;
    width: 93%;
    border-radius: 10px;
    text-align: center;
}

    .reg-text-con p {
        margin: 0;
        font-size: 18px;
    }

    .reg-text-con span {
        color: #ffcb08;
        font-weight: 900;
        font-size: 20x;
    }



@media (max-width: 360px) {
    .menu-item a {
        color: #000;
        width: 100%;
        /*height: 60px;*/
        /*border-bottom: 1px solid #001138;*/
        /*padding: 24px 3px 3px 24px;*/
        line-height: 20px;
        /*background: #003c79;*/
        border-radius: 10px;
        font-size: 11px;
        border: 1px solid #efefef;
    }

    li.post-nav-tabs {
        /*margin: 0px 7px;*/
        font-size: 11px;
    }

    .article-wrapper {
        padding: 0 0px;
    }
}


.reg-text {
    display: flex;
    margin: 10px auto 0px;
    justify-content: center;
}

.reg-text-con {
    background: #003c79;
    padding: 5px;
    width: 93%;
    border-radius: 10px;
    text-align: center;
}

    .reg-text-con p {
        margin: 0;
        font-size: 18px;
    }

    .reg-text-con span {
        color: #ffcb08;
        font-weight: 900;
        font-size: 20x;
    }


/*accordion*/
.accordion-wrapper {
    text-align: center;
}

.accordion {
    background-color: #003c79;
    color: #fff;
    cursor: pointer;
    padding: 4px 10px;
    width: 100%;
    text-align: left;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: 1px 0;
}

.panel {
    width: 100%;
    padding: 5px 10px;
    background-color: #001138;
    display: none;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 0;
}

    .panel p {
        text-align: left;
        color: #fff;
        font-size: 15px;
    }

.reg-acc {
    text-align: left;
    font-size: 18px;
    align-items: center;
    display: flex;
    justify-content: space-between;
}

button.reg-acc:after {
    content: 'SEE MORE';
    color: #fff;
    font-size: 15px;
    font-weight: bold;
    float: right;
    padding: 5px;
    margin-left: 5px;
    border-radius: 5px;
    background: #ff0000;
}

button.reg-acc.active:after {
    content: 'SEE LESS';
}

}

@media (max-width: 320px) {
    .sb-toggle-center span {
        font-size: 8px;
        font-weight: 700;
        color: #000;
    }

    .mobile-footer a {
        font-size: 8px;
    }

    .article img {
        width: 320px;
        margin: 17px 0px;
    }

    .blog-wrapper-right img {
        width: 90px;
        margin: 15px 9px;
    }

    .article-wrapper {
        overflow: hidden;
    }
}

/*VIP REVAMP*/
.vip-rev-start {
    background: #fff;
    padding: 10px 10px;
}

.vip-label {
    color: #fff;
    margin: 0px 0px 10px;
    text-align: center;
    font-size: 15px;
}

.vip-rev-con {
    margin: 0 auto;
}

    .vip-rev-con table {
        white-space: nowrap;
    }

    .vip-rev-con p {
        line-height: 1.6;
        font-size: 10px;
        margin-bottom: 10px;
    }

.vip-tabs {
    margin: 10px 0px 0px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px;
}

    .vip-tabs a {
        background: #003c79;
        color: #fff;
        border-radius: 10px;
        text-decoration: none;
        padding: 1em 0em;
        font-size: 11px;
    }

.vip-rev-start #Section1 {
    text-align: center;
    margin: 0 auto;
}

    .vip-rev-start #Section1 img {
        width: 95%;
        text-align: center;
        margin: 0 auto;
    }

.vip-tabs a.actives {
    background: #ffcb08;
    color: #000;
}

.vip-bonus-con .vip-tabs {
    color: #fff;
    margin: 20px 0px 20px;
}

.vip-tabs a.activess {
    background: #ffcb08;
    color: #000 !important;
}

.vip-about {
    padding: 0.1em 0em 0em;
    display: flex;
}

.vip-about-content {
    background: url(img/vip-rev/dark-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 10px 0px 0px;
    padding: 10px;
    border-radius: 10px;
    text-align: left;
}


.vip-update {
    display: flex;
}

.vip-update-content {
    background: url(img/vip-rev/dark-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    margin: 10px 0px 0px;
    padding: 10px;
    border-radius: 10px;
}

.vip-girl {
    text-align: center;
}

.vip-bonus-con {
    background: url(img/vip-rev/dark-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0.7em 0em 0em;
}

.vip-bonus-p p {
    font-size: 10px;
    line-height: 1.6;
}

.vip-grp-con {
    margin: 0 auto;
}

.mixed-con table {
    margin: 5px auto;
    white-space: normal;
}

.grp-name {
    margin: 0 auto;
    font-size: 22px;
    font-weight: 600;
    width: 98%;
    background: #ffcb08;
    color: #000;
    text-align: center;
    padding: 2px 0px;
    border-radius: 5px;
}

.grp-lvls {
    background: #001138 !important;
}

    .grp-lvls img {
        width: 25px;
    }

.grp-rbts {
    text-align: left;
}

.vip-lvl-hdr {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    padding: 5px 0px 10px;
}

    .vip-lvl-hdr span {
        font-size: 11px;
        text-align: center;
    }

    .vip-lvl-hdr img {
        width: 45px;
        opacity: 0.2;
    }

.vip-levels {
    width: 20%;
}

.vip-lvl-hdr .vip-levels.light span,
.vip-lvl-hdr .vip-levels.light-bfts span,
.vip-lvl-hdr .vip-levels.light-rbgrp span,
.vip-lvl-hdr .vip-levels.light-rldgrp span,
.vip-lvl-hdr .vip-levels.light-mxdgrp span {
    background: #ffcb08;
    color: #000;
    padding: 1px 3px;
    border-radius: 5px;
}

.vip-lvl-hdr .vip-levels.light img,
.vip-lvl-hdr .vip-levels.light-bfts img,
.vip-lvl-hdr .vip-levels.light-rbgrp img,
.vip-lvl-hdr .vip-levels.light-rldgrp img,
.vip-lvl-hdr .vip-levels.light-mxdgrp img {
    opacity: 1;
}

.vip-sections td {
    background: #003c79;
    padding: 0.5em 0.5em;
    border-radius: 5px;
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 1px;
    width: calc(100%/3);
    font-size: 11px;
}

    .vip-sections td p {
        font-weight: 600;
        font-size: 10px;
        margin: 0;
        text-align: left;
    }

.vip-sections ul {
    padding-left: 20px;
}

.vip-sections li {
    font-size: 10px;
}

.vip-tables {
    margin: 0 auto 5px;
    width: 100%;
}

    .vip-tables h2 {
        font-size: 12px;
        text-align: center;
    }

.vip-clas {
    font-size: 12px;
    font-weight: 600;
    padding: 5px 0px;
    font-family: 'Barlow';
    color: #ffcb08;
}

.vip-tbl-con {
    margin: 0 auto;
}

    .vip-tbl-con p {
        font-size: 11px;
    }

.vip-hdr p:first-child {
    text-align: left;
}

.top-tbl {
    text-align: center;
}

.vip-tbl-con table h2 {
    font-weight: 800;
    text-align: center;
}

.vip-tabs-grp {
    margin: 10px 0px 10px;
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 5px;
}

    .vip-tabs-grp a {
        background: #003c79;
        /*color: #fff;*/
        border-radius: 10px;
        text-decoration: none;
        padding: 1em 0.5em;
        font-size: 11px;
    }

        .vip-tabs-grp a.activess {
            background: #ffcb08;
            color: #000 !important;
        }

.vip-benefits {
    width: 100%;
}

.vip-benefits-con {
    background: url(img/vip-rev/dark-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    padding: 10px;
    margin: 0.7em 0em 0.3em;
}

.space {
    padding: 0em 38px;
}

.ychck {
    color: #ffcb08 !important;
}


.vip-benefits-con h2 {
    font-size: 15px;
}
/* Let's get this party started */
.vip-tables::-webkit-scrollbar {
    width: 12px;
    height: 6px;
}

.vip-tables {
    /*overflow-y: hidden;*/
    /*overflow-x: scroll;*/
}
    /* Track */
    .vip-tables::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.9);
        -webkit-border-radius: 10px;
        border-radius: 10px;
    }

    /* Handle */
    .vip-tables::-webkit-scrollbar-thumb {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        background: #ffcb08;
        -webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.9);
        max-width: 10%;
        width: 10%;
    }


.pre-footer {
    background: #001138;
    padding: 10px;
}

.kywrd {
    color: #003c79;
}

.seo-con-title h1 {
    font-size: 15px;
    line-height: 1.4;
}

.seo-content h2 {
    font-size: 15px;
    line-height: 1.4;
}

.seo-content p {
    font-size: 10px;
}

.amb-btns {
    width: 100%;
    display: flex;
}

    .amb-btns a {
        width: 50%;
    }

.amb-intro {
    padding: 20px 0px 10px;
}

    .amb-intro img {
        width: 100%;
        margin: -20px 0px 0px;
    }

.amb-btnr {
    background: #ff0000;
    width: 99%;
    color: #fff;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
    border: none;
    font-size: 12px;
}

.amb-btny {
    background: #ffcb08;
    width: 99%;
    color: #000;
    border-radius: 5px;
    padding: 5px;
    font-weight: 600;
    border: none;
    font-size: 12px;
}

.amb-intro h2:last-child {
    color: #ffcb08;
}

/*Additional Contents*/
#module {
    font-size: 1rem;
    line-height: 1.5;
}

    #module #collapseExample.collapse:not(.show) {
        display: flex;
        height: 19rem;
        overflow: hidden;
    }

    #module #collapseExample.collapsing {
        height: 3rem;
    }

[aria-expanded="false"] > .expanded,
[aria-expanded="true"] > .collapsed {
    display: none;
}

.additional-content .collapse:not(.show) {
    height: 10rem !important;
    overflow: hidden;
    display: block;
}

.additional-content {
    margin: 0 auto;
    background: #f1f1f1;
    color: #fff;
    text-align: center;
    padding: 10px 0px 5px;
}

    .additional-content h1, .additional-content h2 {
        font-size: 9.5px;
        color: #000;
        padding: 0px 5px;
    }

    .additional-content p {
        font-size: 9px;
        color: #000;
        line-height: 1.8;
        text-align: justify;
        padding: 0px 10px;
    }

    .additional-content a {
        color: #003c79;
        text-decoration: none;
    }
.additional-content-home {
    background: #fff;
}

    .additional-content-home h1 {
        font-size: 17px;
        line-height: 1.4;
        color: #003c79;
        padding-top: 10px;
    }

    .additional-content-home h2 {
        font-size: 9.5px;
        color: #000;
        line-height: 1.4;
    }

    .additional-content-home p {
        font-size: 9px;
        color: #000;
        text-align: justify;
        line-height: 1.7;
    }

    .additional-content-home a {
        color: #003c79;
    }

/*NEW CSS*/
.item-inner {
    width: auto;
    padding: 10px 0px;
}

.item-sports, .item-casino, .item-fish-slots {
    display: block;
}

.sp-matches-hdr {
    display: flex;
    color: #003c79;
    padding: 5px 10px;
    align-items: center;
    justify-content: space-between;
}

.sp-matches-hdr-w {
    display: flex;
    color: #fff;
    padding: 5px 0px;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
}

    .sp-matches-hdr-w .hm-vwall {
        margin-right: 0;
    }

.sp-matches-hdr i {
    font-size: 18px;
    padding: 0 5px 0px 0px;
    font-weight: 600;
    color: #003c79;
}

.sp-matches-hdr p {
    font-size: 18px;
    font-weight: 600;
    color: #003c79;
    margin: 0;
}
/*SPORTS SECTION*/
.sports-matches {
    width: 100%;
}

    .sports-matches img {
        border-radius: 10px;
    }
.match-card-holder {
    display: flex;
}

.match-card {
    background: rgb(0,17,56);
    background: linear-gradient(0deg, rgba(0,17,56,1) 0%, rgba(0,83,168,1) 100%);
    width: 60%;
    border-radius: 10px;
}

    .match-card:first-child {
        margin: 0 5px 0 0;
    }

.league-name {
    color: #fff;
    text-align: center;
    font-weight: 600;
    padding-top: 5px;
}

.mtch-sched {
    color: #ffcb08;
    text-align: center;
}

.mtch-logo {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    text-align: center;
    color: #fff;
    padding: 10px;
}

.t-name {
    font-size: 12px;
}

.team-box {
}

.mtch-odds {
    display: flex;
    color: #fff;
    width: 100%;
}

    .mtch-odds div {
        border-top: 1px solid #fff;
        border-right: 1px solid #fff;
        text-align: center;
    }

        .mtch-odds div:last-child {
            border-right: none;
        }

.mo-name {
    font-size: 13px;
    width: 50%;
    align-items: center;
    padding: 2px 0px 0px;
}

.mo-odds-1, .mo-odds-2 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    width: 25%;
}

.marker {
    width: 50%;
}

.odds-b {
    font-weight: 700;
    width: 50%;
}

.sports-highlights {
    width: 40%;
}

    .sports-highlights img {
        padding: 0px 10px;
        border-radius: 3%;
    }

.sports-highlights, .lc-highlight, .lc-providers, .fs-highlight {
    width: 100%;
}

.lc-item-hold {
    padding: 0px 10px;
}

.sports-highlights img {
    width: 100%;
    border-radius: 5%;
}

.match-card-holder {
    overflow: scroll;
    padding: 0px 10px;
}

.match-card {
    width: 100%;
}

.league-name {
    width: 20rem;
}

.casino-media {
    padding: 0px 5px;
}

    .casino-media img {
        width: 100%;
        border-radius: 10px 10px 0px 0px;
    }

.item-casino-con {
    background: #003c79;
    padding: 5px 10px;
    color: #fff;
    border-radius: 0px 0px 10px 10px;
}

    .item-casino-con span {
        font-size: 18px;
        font-weight: 500;
    }

    .item-casino-con p {
        font-size: 14px;
    }

.hm-sl-games {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    overflow: scroll;
    padding: 10px;
}

.lc-item {
    width: 49%;
}

.cas-control-prev {
    width: 7%;
}

.lc-item:first-child {
    padding: 0px 0px 0px 0px;
    margin: 0px 7px 0px 0px;
}

.gamelist {
    display: none;
}

.itemlist {
    margin: 20px 0px 0px;
    width: 100%;
    float: left;
    display: block;
    text-align: center;
}

.item {
    width: 50%;
    float: left;
    margin: 0px 0px 10px;
}

    .item img {
        width: 95%;
    }

.hm-fish {
    text-align: center;
}

.fs-highlight img {
    margin: 0 auto;
    width: 97%;
    border-radius: 10px;
}

.slots-highlights .hm-vwall {
    margin: 0px -6px 0px 0px;
}

.sl-cards img {
    border-radius: 5px 5px 0px 0px;
}

.sl-cards:hover img {
    opacity: 0.5;
}

.sl-cards {
    position: relative;
    cursor: pointer;
    background: #003c79;
    border-radius: 10px;
}

    .sl-cards:hover .playbtn {
        opacity: 1;
    }

.playbtn {
    transition: .5s ease;
    text-align: center;
    opacity: 0;
    position: absolute;
    top: 30%;
    left: 25%;
    z-index: 99;
    cursor: pointer;
}

.hm-play {
    background-color: #ffcb08;
    color: #000;
    font-size: 13px;
    padding: 5px 5px;
    border-radius: 5px;
    font-weight: 600;
    border: 1px solid #000;
}

    .hm-play a {
        color: #000;
        text-decoration: none;
    }

.sl-cards-name {
    background: #003c79;
    text-align: center;
    border-radius: 0px 0px 5px 5px;
}

.slots-name {
    font-size: 12px;
    color: #fff;
    font-weight: 500;
    line-height: 1;
    margin: 0;
}

.slots-prov {
    font-size: 12px;
    color: #ffcb08;
    margin: 0;
}

.hm-vwall {
    text-decoration: none;
    background: #ffcb08;
    padding: 2px 10px;
    border-radius: 5px;
    color: #003c79;
    font-size: 14px;
    float: right;
    margin-right: 5px;
    font-weight: 600;
}
/*LIGHTBOX*/
video {
    width: 375px;
}

#fade {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .80;
    filter: alpha(opacity=80);
}

#light {
    display: none;
    position: fixed;
    top: 18%;
    left: 0;
    right: 0;
    border: 2px solid #FFF;
    background: #FFF;
    z-index: 1002;
    overflow: visible;
}

#boxclose {
    float: right;
    cursor: pointer;
    color: #fff;
    border: 1px solid #AEAEAE;
    border-radius: 3px;
    background: #222222;
    font-size: 31px;
    font-weight: bold;
    display: inline-block;
    line-height: 0px;
    padding: 11px 3px;
    position: absolute;
    right: 2px;
    top: 2px;
    z-index: 1002;
    opacity: 0.9;
}

.boxclose:before {
    content: "×";
}

#fade:hover ~ #boxclose {
    display: none;
}
/*	TESTIMONIALS CSS MOBILE*/
.player-section {
    margin: 0 auto;
    text-align: center;
    padding: 0px 10px 20px;
}

.player-section-con {
    width: auto;
    text-align: center;
    margin: 0 auto;
    background: #001138;
    border-radius: 10px;
    background: url(img/testimonials/pc-bg.jpg);
}

.pc-title {
    color: #ffcb08;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    padding-top: 10px;
}

.pc-con {
    width: 100%;
    background: #003c79;
    margin: 0px 20px;
    border-radius: 10px;
    box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.59);
    -webkit-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.59);
    -moz-box-shadow: 0px 2px 5px 2px rgba(0,0,0,0.59);
}

    .pc-con p {
        margin: 0px 0px 2px;
        font-size: 14px;
    }

.players-corner {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0px 20px;
}

.players-corner-img {
    padding: 10px;
}

    .players-corner-img img {
        border-radius: 10px;
    }

.players-corner-feedback {
    padding: 0px 10px;
}

.pc-promotitle {
    font-weight: 900;
    color: #ffcb08;
    /*	padding: 0px 0px 10px;*/
}
}

@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) {
    @media {
        /*
      Define here the CSS styles applied only to Safari browsers
      (any version and any device)
     */
        @media (max-width: 375px) {
            .menu-item a {
                color: #000;
                width: 100%;
                /*height: 60px;*/
                /*border-bottom: 1px solid #001138;*/
                /*padding: 24px 3px 3px 24px;*/
                line-height: 20px;
                /*background: #003c79;*/
                border-radius: 10px;
                font-size: 11px;
                border: 1px solid #efefef;
            }
        }
    }
}

@media not all and (min-resolution:.001dpcm) {
    @media {

        @media (max-width: 375px) {
            .menu-item a {
                color: #000;
                width: 100%;
                /*height: 60px;*/
                /*border-bottom: 1px solid #001138;*/
                /*padding: 24px 3px 3px 24px;*/
                line-height: 20px;
                /*background: #003c79;*/
                border-radius: 10px;
                font-size: 11px;
                border: 1px solid #efefef;
            }

            #sidebar {
                overflow-y: scroll !important;
                z-index: 999;
            }
        }
    }
}