.sports_main{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
	margin-bottom: 30px;
}
.sportProduct a img{
	max-width: 100%;
}
.centereSportWrapper {
	width:100%; background:#1d1919 top center url(../images/en/esports/MainBanner.jpg) no-repeat; min-height:743px;
}
.centervSportWrapper {
	width:100%; background:#1d1919 top center url(../images/en/vsports/MainBanner.jpg) no-repeat; min-height:743px;
}
.centerfishWrapper {
	width:100%; background:#1d1919 top center url(../images/en/fishing/fishing_mainbanner.jpg) no-repeat; min-height:743px;
}
.casino_main{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
	margin-bottom: 30px;
}
.casino_main a,.sportProduct{
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.casino_main a:hover{
  top: -10px;
}
.sportProduct:hover{
    top: -10px;
    filter: brightness(1.15) drop-shadow(0 0 4px rgba(0, 0, 0, 0.8));
}
.p2p_main{
  position: relative;
  top: 0;
  transition: top ease 0.5s;   
}
.p2p_main:hover{
  top: -10px;    
}
.slots_main{
	display: grid;
	grid-template-columns: repeat(3,1fr);
	grid-gap: 10px;
	margin-bottom: 30px;
}
.slotbg img{
	width: 100%;
}

/*blog*/
.blog-wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.blog-title-box {
    background: #186dbb;
    padding: 5px;
    display: flex;
}
.blog-title-box i {
    font-size: 25px;
    color: #fff;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 10px;
}
.blog-boxer {
    display: grid;
    grid-template-columns: 40% 60%;
    transition: all 0.5s;
    position: relative;
    max-width: 100%;
    height: auto;
    align-content: center;
    margin: 25px 0;
    grid-gap: 10px;
}
.blog-boxer_inner {
    display: grid;
    padding-bottom: 10px;
}
.blog-time-title {
    color: #00cbff;
}
.blog-content {
    color: #fff;
    margin-bottom: 15px;
}
.blog-boxer .moreinfo_btn {
    display: flex;
    align-items: center;
    min-width: 18%;
    padding-left: 10px;
    padding-right: 10px;
    border-radius: 15px;
}
.blog-boxer .moreinfo_btn i {
    background: #000;
    color: #fff;
    border-radius: 50%;
    margin-left: 10px;
    width: 17px;
    height: 17px;
    padding: 2px;
}
.seperate-line {
    height: 2px;
    width: 100%;
    margin: 0 auto;
    background: #fff;
    border-radius: 10px;
}
.moreinfo_btn{
    background-color: #00cbff;
    color: #000;
    font-weight: 800;
    text-transform: uppercase;
    border: none;
    border-radius: 4px;
    width: 100px;
    height: 30px;
    font-size: 13px;
}
.blog_details_txt{
    color: #fff;
}
.blog_details_title{
    color: #00cbff;
    font-size: 18px;
}
.blog-title-box i.fab_custom{
    font-size: 15px;
    color: #123871;
    margin-left: 0;
    margin-right: 16px;
    padding: 0;
    width: 0;
    height: 0;
    text-align: center;
    border-radius: 0;
}
.blog_back{
    align-self: center;
    margin-left: auto;
}
.table{
  color: #fff;
}
/*blogEND*/

.afterlogin_main .tab-content > .tab-pane {
    padding: 0;
    overflow-y: unset;
    border: none;
    background-color: transparent;
}
.nav.deposit_tab > li > a {
    color: #fff;
    font-weight: bold;
    min-width: 130px;
    text-align: center;
}
.deposit_tab.nav-pills > li > a {
    border-radius: 0px;
}
.deposit_tab.nav-pills > li.active > a, .deposit_tab.nav-pills > li.active > a:hover, .deposit_tab.nav-pills > li.active > a:focus {
    color: #fff;
    background-color: #006cc0;
    font-weight: bold;
    min-width: 130px;
}
.msgmodal_cla {
    cursor: pointer;
}
.msgmodal_cla i {
    margin-right: 4px;
}
.msg_body{
  border-top:1px solid #fff;
}
#msgmodal .modal-title {
    padding: 0 0 0 10px;
    height: 40px;
    color: #fff;
}

.acc{
    background-color: #b0b0b0;
    margin-left: 10px;
    color: #006cc0;
    font-weight: bold;
    font-size: 15px;
    border-radius: 0px;
    height: 30px;
    padding: 0px 14px;
}
.acc_drop .dropdown-menu{
    background: #b0b0b0;
    width: auto;
    padding: 0;
    border: none;
    left: -34px;    
    border-radius: 0px;
}
.msg_icon{
    margin: 0px 5px;
}
#login11 .modal-header{
    background:none;
    background-color: #000;
}
.modal-title .logo {
    padding: 0px 0 0 150px;
    height: 33px;
}

/*indexnewadd*/
.jackpot_main{
    display: grid;
    grid-template-columns: 30% 45% 25%;
    margin-bottom: 30px;
    text-align: center;
    justify-content: center;
    align-items: center;
    grid-gap: 10px;
}
.jackpot_bg{
    background-image: linear-gradient(#026cc0, #021c36);
}
.jackpot_prog{
    align-self: self-end;
}
.cashbg_custom{
    padding: 5px 0px;
    position: relative;
}
.cash_text{
    position: absolute;
    color: #fff;
    font-size: 43px;
    bottom: 12px;
    left: 0;
    right: 0;
}
.jackpot_main img{
    width: 100%;
}
.jackpot_btn{
    padding: 0px 0px;
}
.joinanimate img {
    -moz-transition:all .5s ease-in-out 0s;
    -o-transition:all .5s ease-in-out 0s;
    -webkit-transition:all .5s ease-in-out 0s;
}
.joinanimate img:hover { 
    -moz-transform:translate(0,-10px);
    -o-transform:translate(0,-10px);
    -webkit-transform:translate(0,-10px);
}
.homecategories1 .title {
    color: #00cbff;
    font-size: 20px;
    margin-top: 10px;
}
.homecategories1 a img{
    transition: transform .5s; /* Animation */   
}
.homecategories1 a img:hover{
    transform: scale(1.2); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}
.homecategories1 .categories1PLAY i{
    color: #00cbff;
}

/*promotion*/
.mix {
    display: none;
}
.filter-menu-bar {
    margin: 43px 0;
    min-height: : 54px;
    text-align: center;
    display: flex;
    justify-content: center;
    margin-top: 0px;
}
.promotion_text{
    background: #006cc0;
    color: #fff;
    font-size: 18px;
    border-radius: 19px;
    padding: 3px;
    text-transform: uppercase;
    font-weight: 700;
    margin-top: -10px;
    position: absolute;
    left: 0;
    right: 0;
}
.pmbox{
    cursor: pointer;
    margin: 0px 20px;
    position: relative;
}
.pmbox img{
    width: 120px;
}
.pmbox.active img{
    filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);
}
.pmbox:hover img{
    filter: brightness(1.15) drop-shadow(0 0 4px #f0b90b);
}

/*slide right menu*/
#contactUs {
    position: fixed;
    top: 140px;
    right: -66px;
    z-index: 2;
    transition: all 0.3s;
}

    #contactUs:hover {
        right: 134px;
    }

    #contactUs .side-menu-btn {
        -moz-box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
        -webkit-box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
        box-shadow: -3px 0 3px rgba(0, 0, 0, .25);
    }

    #contactUs .contact-us {
        transform: rotate(-90deg);
        padding: 10px 10px;
        height: 48px;
        width: 180px;
        text-align: center;
        font-size: 20px;
        text-transform: uppercase;
        font-weight: 700;
        letter-spacing: 1px;
        margin-left: -59px;
        margin-top: 113px;
        box-shadow: -2px -2px 4px 0px rgb(0 0 0 / 25%);
        color: #ffffff;
        border-top-left-radius: 7px;
        border-top-right-radius: 7px;
    }

    #contactUs .side-menu-content {
        position: absolute;
        top: 47px;
        left: 55px;
        z-index: -1;
        min-width: 200px;
        max-width: 200px;
        overflow: hidden;
        -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .25);
        box-shadow: 0 0 5px rgba(0, 0, 0, .25);
    }

        #contactUs .side-menu-content ul {
            padding: 0;
            margin: 0;
            min-height: 280px;
            list-style: none;
        }

        #contactUs .side-menu-content li {
            padding: 0px 5px;
            text-align: center;
            margin: 6px 0px;
            transition: all .3s;
        }

            #contactUs .side-menu-content li:not(:last-child) {
                border-bottom-style: none;
                border-bottom-width: 1px;
            }

        #contactUs .side-menu-content i {
            font-size: 16px;
        }

        #contactUs .side-menu-content .t-ico {
            max-width: 20px;
        }

        #contactUs .side-menu-content .t-contact-img {
            max-height: 120px;
        }

.t-side-menu .t-div .t-bg1, .t-side-menu .t-div .t-bg2 {
    background: #006cc0;
}

.t-side-menu .t-div .t-text2-alt {
    color: #fff;
}

.t-side-menu .t-div .t-text2 {
    color: #1f1f1f;
}

.t-side-menu .t-div .t-bg2-hover:hover {
    background: transparent;
}

.t-side-menu .t-div .t-text2-hover:hover {
    color: #fff;
}

.t-side-menu .t-div .t-border2-hover:hover {
    border-color: #1f1f1f;
}

.livechat-box {
    padding: 10px 20px;
    background-color: #315ebe;
    margin: 0px 15px;
    border-radius: 50px;
    font-size: 15px;
}

    .livechat-box a {
        color: #fff;
    }

    .livechat-box:hover {
        background-color: #274ea1;
    }

.livechat_inner {
    display: flex;
    justify-content: flex-start;
}

.livechat_inner_icon {
    margin-right: 15px;
}

.contact_us_icon {
    font-size: 24px;
    transform: rotate( 90deg);
    padding: 1px 6px;
}

.contact_imglive img {
    width: 135px;
}

.member_txt {
    color: #fff;
    font-size: 19px;
}
/*slide right menu END*/


/*vip*/
.vip_bg {
    background: top center url(../images/en/vip/bg_vip.jpg) no-repeat;
    background-size: cover;
    padding: 30px 0px;
}

.vip_title {
    color: #50b2ff;
    font-size: 30px;
    font-weight: 900;
    padding: 20px 0px 20px 0px;
}

.vip_badge {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    text-align: center;
    padding: 0px 100px 50px 100px;
}

.vip_badge_title {
    color: #50b2ff;
    font-size: 22px;
    text-transform: uppercase;
}

.vip_table table {
    color: #50b2ff;
    font-size: 18px;
}

    .vip_table table tr td {
        border: 1px solid #50b2ff;
        text-align: center;
        padding: 10px;
    }

        .vip_table table tr td:first-child {
            text-align: left;
            padding-left: 20px;
        }
/*vipEND*/
.homecategories1 a img {
    width: 256px;
    height: 211px;
}

.headerWrapper {
    height: 80px;
}

.cls-checkbox {
    display: flex
;
    align-items: baseline;
    justify-content: center;
    margin-top: 5px;
    font-size: 15px;
    color: #fff;
}
.announcementmodal .close {
    right: 0;
    bottom: -70px;
    color: #fff;
    opacity: 1;
    position: absolute;
    z-index: 111;
    text-align: center;
    left: 48%;
    font-size: 27px;
    font-weight: 100;
    border: 2px solid #fff;
    border-radius: 100%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.annou-pop {
    border-radius: 20px;
    background: #000;
    padding: 20px;
    color: #fff;
    border: 1px solid #0C9AEC;
}
.annou-ttle {
    color: #ffffff;
    font-weight: bold;
    font-size: 20px;
    border-bottom: 1px solid #0C9AEC;
    padding-bottom: 7px;
}
.annou-content {
    padding-top: 25px;
    font-size: 12px;
}
.announcementmodal .modal_close {
    z-index: 10;
    color: #fff;
    opacity: 1;
}
.annou-content img {
    display: block;
    margin: 0px auto;
}
.annou-pop p {
    margin-top: 20px;
    margin-bottom: 0px;
}
.modal-content.announcementmodal {
    border: none;
    background: none;
    box-shadow: none;
}
#prelaunchModal {
    top: 0px;
}

.btn-cpy {
    background: #006cc0;
    border: none;
    border-radius: 5px;
    padding: 0px 10px;
    font-size: 13px;
}

.btn-cpy:hover {
    background: #005ea7;
}
.forTable td {
    border-collapse: collapse;
    border: 1px solid #474848;
    line-height: 30px;
    padding: 5px;
    color: #fff;
    border-top: 1px solid #474848 !important;
}