
/*Game Page*/
.overall_gamepage {
    display: flex;
    gap: 75px;
    align-items:start;
}
.overall_gamepage_inner {
    width: calc(77% - 74px);
}
.right_side_bar {
    width: 23%;
}
.right_side_bar .hm_overall_up_events{
    width:100%;
}
.hm_right_side_ad_img img {
    width: 100%;
}
.gamepage_changes .hm_top_cricket_inner_cnt_altw{
    width: calc(50% - 14px);
}
.gamepage_changes .hm_ipl2023_pagination{
    display:none;
}
.gamepage_dup .hm_overall_lat_events .hm_latest_news_cls{
    width:100%;
}
.gamepage_dup #hm_latest_news{
    padding-bottom:0%;
    width:100%;
}
.overall_gamepage{
    padding-bottom:3%;
}
.home_latest_news.gamepage_dup {
    padding-top: 5%;
    /* display:none; */
}
.game_grid_section {
    display: none;
}
.right_side_bar{
    display:block;
}
.overall_gamepage .hm_up_events_social_section.hm_visi{
    display:none;
}
.overall_gamepage .hm_right_side_ad_img.hm_hide{
    display:block;
}
.test_3 #hm_bottom_top_cricket{
    padding-top: 3% !important;
}
.gamepage_alt_bread{
    padding-bottom: 0% !important;
    padding-top:0%;
}
/* .hm_section4_fullwidth_image{
    display:none;
} */
.gamepage_changes_tab_alt{
    display:none !important;
}
.des_none{
    display:none;
}
.overall_gamepage .hm_section4_fullwidth_image{
    display:none;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
    .gamepage_alt_bread{
        padding-top:4%;
    }
    .overall_gamepage{
        gap: 40px;
    }
    .overall_gamepage_inner{
        width: calc(64% - 0px);
    }
    .right_side_bar{
        width:37%;
    }
    .gamepage_changes_tab_alt{
        display:block !important; 
        margin-bottom:35px;
    }
    .gamepage_changes_tab_alt .hm_ipl_2023_cls{
        display:block !important;
    }
    .gamepage_changes .hm_ipl_2023_cls{
        display:none;
    }
    .home_latest_news.gamepage_dup{
        padding-top:0%;
    }
    .gamepage_changes .hm_overall_itl{
        margin-bottom:5px;
    }
   
}
@media only screen and (min-width: 320px) and (max-width: 767px){
    .home_latest_news.gamepage_dup .game_grid_section{
        display:none;
    }
    .hm_section4_fullwidth_image{
        padding-bottom: 0px;
    }
    /* .fld_mt .hm_up_events_bgimg, .fld_mt .hm_latest_news_inner_bgh, .fld_mt .hm_latest_news_inner_txt_time,
    .fld_mt .hm_overall_para{
        display:none;
    } */
    .fld_mt .hm_up_events_bgimg, .fld_mt .hm_overall_para{
        display:block;
    }
    /* .right_side_bar.fld_mt .hm_up_events .hm_up_events_title{
        display:none;
    } */
    /* #hm_latest_news{
        display:none;
    } */
    /* .hm_section4_fullwidth_image{
        display:block;
    } */
   .overall_gamepage .overall_gamepage_inner .hm_ipl_2023_cls .hm_overall_para{
        display:none;
    }
    .overall_gamepage{
        padding-bottom: 6%;
    }
    .gamepage_dup #hm_bottom_grid{
        padding: 20px 40px 0px 120px;
    }
   
    .overall_gamepage .right_side_bar{
        margin-top: 20px;
    }
    .overall_gamepage{
        display:block;
    }
    .overall_gamepage_inner, .right_side_bar{
        width:100%;
    }
    .game_grid_section {
        padding-bottom: 20px;
        display:block;
        margin-right:-15px;
        margin-left:-15px;
    }
    .mob_none, .overall_gamepage .hm_right_side_ad_img.hm_hide{
        display:none;
    }
    .mob_block{
        display:block !important
    }
    .mob_block #pagination{
        margin-top:12px;
        margin-bottom:6px;
    }
}
@media only screen and (min-width: 280px) and (max-width: 319px){
    .home_latest_news.gamepage_dup .game_grid_section{
        display:none;
    }
    .hm_right_side_ad_img.hm_hide{
        display:none !important;
    }
    /* .fld_mt .hm_up_events_bgimg, .fld_mt .hm_latest_news_inner_bgh, .fld_mt .hm_latest_news_inner_txt_time,
    .fld_mt .hm_overall_para{
        display:none;
    } */
    /* .right_side_bar.fld_mt .hm_up_events .hm_up_events_title{
        display:none;
    } */
    .hm_right_side_ad_img{
        padding-top: 0px;
    }
    /* .right_side_bar.fld_mt .hm_up_events{
        display:flex;
        flex-direction: column-reverse;
    } */
    .fld_none{
        display:none;
    }
    .fld_mt{
        margin-top:18px;
    }
    .gamepage_dup #hm_bottom_grid{
        margin-left: -12px;
        margin-right: -12px
    }
    .game_grid_section{ 
        display:block;
    }
    /* #hm_latest_news{
        display:none;
    } */
    .test_3 #hm_bottom_top_cricket{
        padding-top: 6% !important;
    }
    .overall_gamepage{
        display: block;
    }
    .gamepage_changes .hm_top_cricket_inner_cnt_altw{
        width: calc(50% - 5px);
    }
    .overall_gamepage_inner{
        width:100%;
    }
    .right_side_bar{
        width:100%;
    }
    ul#pagination{
        margin-top:0px;
        margin-bottom:10px;
    }
    .des_none{
        display:block;
    }
    .gamepage_dup .hm_section4_fullwidth_image{
        padding-bottom: 0px;
        padding-top: 16px;
    }
}