@media screen and (min-width: 1000px) {
    .container_index_mobileonly{
        display: none;
    }
    .product_menu_grid_wrap{
        display: none;
    }
    .footer_hr_cus{
        display: none;
    }
}

@media screen and (max-width: 999px) {
    .mobilefooter{
        display: flex;
    }
    .mobile-hide{
        display: none;
    }
    .menuoff .main{
        padding-left: 0;
    }
    .main{
        width: 100%;
        padding-left: 0%;
        padding-top: 60px;
        padding-bottom: 69px;
    }
    .main_container {
        padding-top: 15px;
    }
    .side_menunav{
        top: 60px;
        height: calc(100vh - 55px);
        /* height: 100%; */
    }
    .header{
        height: 60px;
    }
    .menuoff .side_menunav {
        width: 0;
        /* transition: 0.3s; */
    }
    .menuoff .sidebg{
        width: 0;
        /* transition: 0.3s; */
    }
    .sidebg .item{
        padding-left: 0;
    }
    .menuon .sidebg .item{
        padding-left: 20px;
    }
    .menuoff .vipmenubg{
        width: 0;
        padding-left: 0;
    }
    .menuoff .vipmenubg:before{
        width: 0;
    }
    .vipmenubg{
        padding-left: 0;
    }
    .menuon .vipmenubg{
        padding-left: 20px;
    }
    .logo img {
        width: 150px;
    }
    .headnavi img {
        width: 30px;
    }
    .container_index_mobileonly{
        padding-bottom: 0px;
    }
    .ann-wrap{
        margin-top: 10px;
    }
    .container_indexmain_mobileonly{
        padding-top: 0;
    }
    .index_download{
        grid-template-columns: repeat(1,1fr);
    }
    .footer_top_wrap{
        display: grid;
        grid-template-columns: repeat(1,1fr);
        gap: 5px;
    }
    .footer_box_title {
        font-size: 17px;
        margin-bottom: 5px;
    }
    .footer_box_content {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }
    .footer_lic_logo {
        display: flex;
        align-items: center;
        justify-content: left;
        flex-flow: wrap;
        gap: 7px;
    }
    .footer_lic_logo img {
        margin-right: 0;
        height: 30px;
    }
    .footer_box_logo2{
        gap: 14px;
    }
    .footer_box_last {
        width: auto;
    }
    .product_inn_group_wrapper {
        grid-template-columns: repeat(3, 1fr);
    }
    .jackpotnum p {
        font-size: 12px;
    }
    .jackpotnum{
        gap: 5px;
        width: 85%;
    }
    .product_grid_wrap {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .product_swiperbtn_wrap{
        width: 100%;
    }
    .gamename {
        font-size: 2.7vw;
    }
    .gamenamerate {
        font-size: 2.7vw;
    }
    .product_row_name {
        font-size: 2.7vw;
    }
    .modalregister .modal-body {
        padding: 2rem;
    }
    .btn_reg_drop, .btn_reg_drop:hover {
        min-width: 25px;
        overflow: hidden;
    }
    .pmbox{
        flex-direction: column;
        font-size: 12px;
        padding: 8px;
    }
    .filterbox {
        grid-template-columns: 80px auto;
    }
    .promo-content {
        display: flex;
        grid-gap: 10px;
        flex-direction: column;
    }
    .vip_hand_top{
        display: none;
    }
    .vip_table_custom{
        display: none;
    }
    .inner_product_txt {
        max-width: 100%;
        position: unset;
        padding: 15px;
        color: #fff;
    }
    .vip_status_wrap{
        display: block;
    }
    .status-bottom h6{
        font-size: 10px;
    }
    .status-bottom p{
        font-size: 9px;
    }
    .progress-bar{
        height: 20px;
    }
    .mobile_vip{
        display: block;
    }
    .infopage_wrapper{
        display: flex;
        flex-direction: column;
    }
    .infopage_wrapper .left{
        display: none;
    }
    .infotop_mobilenav{
        display: block;
    }
    .match_brief ul li {
        display: flex;
        margin-bottom: 3px;
        flex-basis: 100%;
        /* padding-right: 20px; */
        align-items: center;
        flex-direction: column;
        gap: 10px;
    }
    .bonus_box_custom {
        grid-template-columns: 1fr;
    }

    .bonus_right_box_top {
        grid-template-columns: repeat(2,minmax(0,1fr));
        border-top-left-radius: 0.75rem;
        border-bottom-right-radius: 0.75rem;
    }

    .trophy_m {
        display: block;
        width: 90px;
        margin: auto;
    }

    .trophy_w {
        display: none;
    }
    .bonus_right_box_bottom {
        grid-gap: 0;
        border-bottom-right-radius: 0.75rem;
        border-top-right-radius: 0.75rem;
        grid-template-columns: 110px 1fr;
        grid-template-rows: repeat(2,minmax(0,1fr));
        padding: 10px;
    }

    .bonus_right_box {
        padding: 10px;
    }

    .bonus_card_overview_inner {
        display: grid;
        justify-content: initial;
        grid-gap: 15px;
    }

    .bonus_card_item {
        width: 100%;
    }

    .bonus_content_box {
        display: grid;
    }

    .bonus_left_content_box {
        padding: 30px;
        width: 100%;
    }

    .bonus_bets_top {
        display: grid;
    }

    .bonus_bets_top_left {
        width: 100%;
        padding: 30px;
    }

    .bonus_bets_top_right {
        width: 100%;
    }

    .bonus_bets_bottom {
        display: grid;
        grid-gap: 15px;
    }

    .bonus_bets_bottom_left {
        width: 100%;
    }

    .bonus_bets_bottom_right {
        width: 100%;
    }

    .bonus_ranking_inner {
        grid-template-columns: 100%;
        grid-gap: 20px;
    }

    .bonus_footer_overview {
        display: grid;
        padding: 15px;
    }

    .bonus_footer_right {
        margin-left: 0;
    }

    .bonus_footer_left {
        margin: auto;
        padding-bottom: 20px;
    }
    .bonus_bets_number_text{
        margin-bottom: 20px;
    }
    .bonus_ques2{
        margin-left: 0;
    }
    .daily_modal .close{
      top: -11%;
    }
    .ms-ttl{
      font-size: 3vw;
    }
    .ms-amt{
      font-size: 3vw;
      margin-top: 5px;
    }
    .wheel_product.wheel-wrap {
      height: 100%;
      width: 100%;
      margin: 0px auto;
      min-height: 250px;
    }
    .wheel-all ul {
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 20px;
    }
    .daily-bg ul {
        display: grid;
        grid-template-columns: repeat(3,1fr);
        position: relative;
    }
    .mission-bg ul {
        grid-template-columns: repeat(3, 1fr);
    }
    .play2earn-wrapper {
        grid-template-columns: repeat(1,1fr);
    }
    
    .p2e-amount {
        grid-template-columns: repeat(1,1fr);
    }
    .redemption-wrapper {
        display: flex;
        flex-direction: column;
        gap: 86px;
    }
    .contact_wrap {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-gap: 20px;
    }
    .afterlogin_wrap_left{
        display: none;
    }
    .afterlogin_wrap{
        display: block;
    }
    .dep_channel{
        display: flex;
        align-items: center;
        gap: 10px;
        flex-wrap: wrap;
    }
    .wrap_right_body {
        padding: 1em;
    }
    .wrap_right_header{
        padding: 1em;
        flex-direction: column;
        align-items: baseline;
        gap: 10px;
    }
    .box_border{
      /* display: none; */
      height: 1px;
      width: -webkit-fill-available;
      margin: 0;
      background-color: rgb(0 0 0 / 39%);
    }
    .share_tab_tri .tablinks{
        width: 31%;
    }
    .tab_txt {
        font-size: 11px;
    }
    .share_tab_tri .tab {
        /* justify-content: space-between; */
        gap: 8px;
    }
    .cryptotab {
        display: flex;
        flex-direction: column;
    }
    .crypto_channel button{
        min-width: auto;
        width: 30%;
    }
    .cryptotab_right{
        margin: 0;
    }
    .cryptotab_left{
        min-width: 0;
        margin: 0;
    }
    .qr_wrapper_crypto {
        display: grid;
        grid-template-columns: 49% 49%;
        align-items: center;
        justify-content: space-between;
        gap: 10px;
    }
    .remind dl dd{
        font-size: 1em;
    }
    .qr_crypto_bg {
        width: 160px;
        height: 172px;
    }
    .deposit_header{
        display: grid;   
    }
    .transaction_selbtn {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
    .transtime_grid {
        display: flex;
        flex-flow: wrap;
        gap: 10px 20px;
    }
    .profile_body {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .modalregister .forgot_numwrap {
        grid-template-columns: 23% 76%;
    }
}