@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: 10px;
    }
    .ann-wrap{
        margin-top: 10px;
    }
    .container_indexmain_mobileonly{
        padding-top: 0;
    }
    .index_download{
        grid-template-columns: repeat(1,1fr);
    }
	.seo-text {
		position: relative;
        column-count: auto;
		position: relative;
		column-count: auto;
		overflow: hidden;
		max-height: 200px;
    }
	.seo-text::before {
		content: '';
		background: linear-gradient(180deg, rgba(25, 25, 25, 0) 0%, rgba(25, 25, 25, 1) 91%, rgba(25, 25, 25, 1) 100%);
		width: 100%;
		height: 30%;
		position: absolute;
		left: 0;
		right: 0;
		bottom: 0;
		pointer-events: none;
	}
	button.read-more-btn {
		display: inline-block;
	}
	button.read-more-btn.active {
		transform-origin: center;
		transform: rotate(180deg);
	}
	.seo-text.active {
		max-height: none;
	}
	.seo-text.active::before { 
		display: none;
	}
    .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;
		padding-bottom: 10px;
    }
    .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;
        gap: 10px;
    }
    .box_border{
	  	margin: 0px 20px;
    }
    .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%;
    }
.header_profileinfo {
    justify-content: left;
	width: auto;
    height: 37px;
}
.header_profileinfo_left img {
    width: 28px;
}	
.header_profileinfo_left {
    margin-right: 5px;
}	
.header_profileinfo_mid {
    display: none;
}
.productname {
    font-size: 13px;
}	
.click-text.scan, .qrdl-img {
	display: none;
}
.lotto-result-mobile {
    display: block;
}	
.lotto-result-wrapper {
	display: none;
}
.tac-num-wrapper {
    margin: 0 auto;
}
.login-submit-wrap.activation {
    text-align: center;
}
button.app-dl-btn {
    background: none;
    text-decoration: underline;
    color: #fff;
	height: auto;
	margin-top: 8px;
}	
button.dlapp-btn {
	display: block;
}
.lobby-container {
    grid-template-columns: repeat(4, 1fr);
}	
	
	
}

@media screen and (max-width: 767px) {
.lotto-top-sec {
    background-position-y: 40px;
}	
.lucky-numer-wrapper {
    max-width: 90%;
}	
.round-num {
	width: 19vw;
	height: 19vw;
	font-size: 10vw;
}
.lucky-title {
    font-size: 22px;
}
.blog-box {
    width: 47%;
}
.transfer_contentgame_grid {
    grid-template-columns: auto;
}	
.contentgame_box {
    padding: 5px 15px;
}	
.vip-example-wrapper {
	grid-template-columns: auto;
}	
.vip-progress-wrap {
	position: relative;
	overflow: auto;
}	
.progress-bar {
    width: 700px;	
}
.current-status-text {
    width: 700px;
}
.modal-content.instruct {
    background-size: cover;
    height: auto;
}
button.close-instruct {
    color: #000;
    top: 7px;
    right: 6px;
}	
.title-guide {
    text-align: center;
    font-size: 5vw;
    position: initial;
    margin-bottom: 3vw;
}	
.guide-step {
    display: flex;
    flex-direction: column-reverse;
	height: auto;
}	
.step-info {
    max-width: 90%;
    margin: 0 auto;
    position: initial;
    text-align: center;
    font-size: 3.5vw;
    min-height: 34vw;
}
.phone-img {
    max-width: 50%;
    margin: 0 auto 1vw;
    position: initial;
}	
a.carousel-control-prev.btn-left {
    left: 0%;
}
a.carousel-control-next.btn-right {
    right: 0%;
}
.btn-right .carousel-control-next-icon, .btn-left .carousel-control-prev-icon {
    width: 25px;
    height: 25px;
}
.lobby-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 10px;
}
.sgbox {
	height: 120px;
}
.sgname {
    font-size: 2.2vw;
}	
	
}	

@media screen and (max-width: 480px) {
.seo-text {
    font-size: 11px;
}
.title-1 {
    font-size: 13px;
}		
.productname {
    font-size: 11px;
}
.join-title {
    font-size: 22px;
}
.adnote {
    font-size: 14px;
}
.modal-content.download {
    padding: 15px 15px 15px;
}	
.date-result {
    height: 50px;
    font-size: 13px;
}	
.lotto-logo {
    max-width: 50%;
    margin: 0 auto;
}	
input.date-choose {
    font-size: 15px;
}	
button.lotto-btn {
    width: 47%;
    margin: 0 1%;
    min-width: auto;
}	
.popup-header {
    font-size: 20px;
}
.lotpz-title {
    font-size: 14px;
}	
.table-responsive.bank-table-wrapper {
    font-size: 13px;
}
.blog-box {
    width: 100%;
	margin: 10px 0;
}	
.vip-terms {
    font-size: 14px;
}
.info-wrapper, .infopage_wrapper .right p {
    font-size: 13px;
}	
.infopage_wrapper .right {
    padding: 20px 15px;
}	
.tnc-body {
    padding: 20px 10px 10px;
}
table.bank-table {
    font-size: 12px;
}	
input.tacinput {
    font-size: 40px;
}
.wrap_right_header {
        padding: 1em 0.5em;
}
.box_border{
	margin: 0px 10px;
}	
.share_tab_tri .tablinks img {
    max-height: 35px;
}
.form_input select {
    font-size: 14px;
}	
.pm-title-wrapper {
    font-size: 18px;
    padding: 15px 15px;
}	
.blog-inner-title {
    font-size: 16px;
}
.main-ct-img {
    max-width: 80px;
}	
.float-pop {
    bottom: 100px;	
}
.lobby-title {
    max-width: 80%;
    margin: 0 auto;
}	
.lobby-container {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 10px 10px;
}
.sgbox {
	height: 29vw;
}	
.sgname {
    font-size: 3.4vw;
}	
button.sgplay-btn {
    font-size: 3vw;
}	
.promo_bgmain {
    padding: 0 5px 30px;
}	
}









