/* @font-face {
    font-family: 'Roboto Condensed';
    src: url('fonts/RobotoCondensed-regular.ttf') format('truetype');
} */
@font-face {
    font-family: 'Public Sans';
    src: url('fonts/PublicSans-Regular.ttf') format('truetype');
}
body{
    font-family: 'Public Sans', Arial, Helvetica, sans-serif;
}
p, h1, h2, h3, h4, h5, h6{ 
    margin:0;
}
.maincontainer_section{
    max-width:1920px;
    margin :0 auto;
    /* padding:0px 40px; */
}
	
/* latest_news */
/* #hm_latest_news {
    padding-bottom: 5%;
} */
#overall_hm_top_sports_section {
    position: relative;
/*    padding-left: 50px;*/
    padding-top:0%;
/*    padding-bottom:5%;*/
/*    padding-right: 50px;*/

}
.hm_latest_post_first {
    display: flex;
    gap: 75px;
    align-items:start;
    margin-bottom:5%;
}
#hm_latest_news {
    /* padding-bottom: 5%; */
    width: calc(77% - 76px); 
}
.cls_home_events #hm_latest_news{
    width:100%;
}
.hm_overall_lat_events {
    display: flex;
    /* gap: 75px; */
    align-items:start;
    width:100%;
}

.hm_latest_news_cls{
    /* width:calc(77% - 76px); */
    position:relative;
}
.hm_overall_up_events, .Cls_upcoming_events{
    position:relative;
}
.hm_overall_up_events:before, .Cls_upcoming_events:before {
    position: absolute;
    content: "";
    left: -37px;
    height: 100%;
    width: 1px;
    background: #E8E8E8;
}

.overall_hm_latest_news_inner {
    display: flex;
    gap: 20px;
    padding: 3% 0%;
    position:relative;
}
.overall_hm_latest_news_inner:last-child {
    padding-bottom: 0%;
}
.overall_hm_latest_news_inner:before{
    position:absolute;
    content:"";
    width:100%;
    height:1px;
    background:#E8E8E8;
    bottom:0;
}
.overall_hm_latest_news_inner:last-child:before{
    content:unset;
}
.hm_latest_news_inner_img{
    width:30%;
}
.hm_latest_news_inner_img img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.hm_latest_news_inner_txt{
    width:70%;
}
.hm_overall_itl{
    font-weight:400;
    font-style:italic;
    font-size:14px;
    color:#A9A9A9;  
    margin-bottom:8px;
    letter-spacing: .4px;
    text-transform:capitalize;
    /* display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    max-width:40%; */
}
.hm_overall_itl a{
    margin-right:-2px;
    min-height: 8px;
    font-style:italic;
}
.foo-team-name3.hm_overall_itl {
    display: -webkit-box;
    align-items: center;
    gap: 10px;
    overflow: hidden;
    /* max-width: 40%; */
    white-space: normal;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.foo-team-name3.hm_overall_itl a {
    width: auto;
    white-space: normal !important;
    text-overflow: unset;
    overflow: unset;
    display:inline-block;
}
.hm_latest_news_inner_bgh{
    font-weight:700;
    font-size:21px;
    line-height:29px;
    color:#333333;
    margin-bottom:12px;
    letter-spacing: .4px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden; 
    white-space:normal;
}
/* .hm_overall_para_almb{
    -webkit-line-clamp: unset !important;
} */
/* .hm_bottom_top_cricket_cls_inner_txt .hm_latest_news_inner_bgh{
    line-height: 33px;
} */
.breadcrumbs_gameinnerpg{
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;  
    overflow: hidden; 
    white-space: normal;
    max-width:50%;
}
.hm_latest_news_inner_bgh_mw{
    max-width:100%;
}
.hm_overall_para{
    font-size:15px;
    line-height: 24px;
    font-weight:400;
    color: #505050;
    letter-spacing: .4px;
    margin-bottom:8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;  
    overflow: hidden; 
}
.hm_latest_news_inner_txt_time {
    display: flex;
    gap: 15px; 
}
.new_add_time_date{
    align-items: end;
}
.hm_latest_news_inner_txt_time img{
    margin-right:5px;
}
.hm_latest_news_inner_txt_time span{
    font-size: 12px;
    font-style:normal;
    line-height:20px;
    color:#A9A9A9;
}
.hm_latest_news_inner_txt_time > div{
    display:flex;
    align-items: center;;
}
.hm_overall_para_mw{
    max-width:100%;
}
/* hm_right-side */
.hm_overall_up_events {
    width: 23%;
}
.overall_gamepage .hm_up_events_bgimg .nw_div_2, .game_inner_page .hm_up_events_bgimg .nw_div_2{
    padding-top: calc(195 / 345 * 100%);
}
.hm_up_events_title {
    padding: 12px 20px;
    text-transform:uppercase;
    font-weight:700;
    font-size:13px;
    line-height:16px;
    border-radius:8px;
    background:#FF9000;
    margin-bottom:30px; 
    color:#fff;
}
.hm_up_events_bgimg{
    margin-bottom:20px;
}
.hm_up_events_bgimg img{
    width:100%;
    border-radius:12px;
    height:100%;
    object-fit:cover;
}
.hm_latest_news_inner_txt_time_exm{
    margin-bottom:5px;
}
.hm_overall_up_events .hm_overall_para{
    margin-bottom:20px;
}
.hm_latest_news_inner_bgh_exm{
    margin-bottom:4px;
}

.rightside_upcoming_event_sec{padding:0px 0px 15px}
.rightside_upcoming_event_sec h3{ margin-bottom:10px; }
.rightside_upcoming_event_sec p{ margin-bottom:10px !important; }

.hm_up_events_sm_blgs {
    display: flex;
    gap:20px;
    padding-bottom: 20px;
    border-bottom: 2px solid #E8E8E8;
    margin-top:15px;
}
.hm_up_events_sm_blgs:last-child{
    border-bottom:0px;
}
.hm_up_events_sm_blgs_txt{
    font-weight:600;
    font-size:14px;
    line-height:21px;
    color:#333333;
    margin-bottom:8px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.hm_up_events_sm_blgs_time{
    font-weight:400;
    font-size:12px;
    line-height:18px;
    color:#8A8A8A;  
}
.hm_up_events_social_section{
    margin-top:70px;
}
.hm_up_events_title_ex_clr{
    background-color: #151515;
}
.hm_up_events_social_section_icons{
    display:flex;
    flex-wrap:wrap;
    gap:10px;;
}
.hm_overall_up_events_social_section_fb {       
    padding: 15px 8px;
    background: #1A6DD4;
    display: flex;
    gap: 10px;
    border-radius: 10px;
    width: calc(50% - 21px);
    align-items:center;
    cursor:pointer;
}
.hm_overall_up_events_social_section_twt{
    background:#55ACEF;
}
.hm_overall_up_events_social_section_pin{
    background:#E4223E;
}
.hm_overall_up_events_social_section_insta{
    background:#C13584;
}
.hm_overall_up_events_social_section_youtube{
    background:#FF0000;
}
.hm_overall_up_events_social_section_vim{
    background:#1AB7EA;
}
.social_section_icons_counts{
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    color:#fff;
}
.social_section_icons_txt{
    font-style: normal;
    font-weight: 500;
    font-size:12px;
    color:#fff;
    margin-left:5px; 
}
.hm_up_events_social_section.hm_visi {
    display: block;
    margin-top: 30px;
}
/* .hm_right_side_ad_img.hm_hide {
    display: block;
} */
/* home_top_sports */
#hm_bottom_top_cricket{
    position: relative;
    padding-bottom:5%;
    padding-top:5%;
}
.hm_top_cricket_inner{
    display:-webkit-box;
    /* gap:20px; */
    margin-top:45px;
    overflow-x:scroll;
    /* overflow-y:hidden; */
    /* white-space: nowrap; */
    /* flex-wrap:wrap; */
}
.hm_ipl_2023_cls .hm_top_cricket_inner{
    display: flex;
    gap:20px;
    flex-wrap:wrap;
    white-space: normal;
}
.hm_top_cricket_inner_cnt_altw {
    width: calc(33.33% - 14px) !important;
    padding-right: 0 !important;
}  
.hm_top_cricket_inner::-webkit-scrollbar{
    display:none;
}
.hm_top_cricket_inner_cnt {
    width: calc(33.33% - 14px);
    position:relative;
    padding-right: 20px;
}
/* .hm_top_cricket_inner_cnt:nth-child(even){
    padding-right: 0;
} */
.hm_top_cricket_inner_cnt:last-child{
    padding-right:0px;
}
#hm_overall_top_cricket{
    padding-bottom:4%;
}
.hm_top_cricket_inner_cnt > img{
    width:100%;
    margin-bottom:20px;
}
/* home_bottom_top_crictet */
.hm_bottom_top_cricket_cls_inner {
    display: flex;
    gap: 50px;
    /* align-items:center; */
}
.hm_bottom_top_cricket_cls_inner_img{
    width:50%
}
.hm_bottom_top_cricket_cls_inner_txt {
    width: 50%;
}
.hm_bottom_top_cricket_cls_inner_img img{
    width:100%;
    border-radius:12px;
    height:100%;
    object-fit:cover;
}
.hm_bottom_top_cricket_cls_inner{
    margin-top:50px;
}
.hm_overall_para_almb{
    margin-bottom:35px;
}
.hm_latest_news_inner_txt_time_mt{
    margin-top:70px;
}
.new_add_time_date{
    margin-top:0px;
    margin-bottom:20px;
}
.hm_top_cricket_inner_cnt_flxwrp{
    flex-wrap:wrap;
}
.hm_top_cricket_inner_cnt_altw {
    width: calc(33.33% - 14px);
}
/* hm_ipl_2023_pagination */
ul#pagination {
    text-align: center;
    margin-top: 60px;
}
#pagination li a {
    display: inline-block;
    text-decoration: none;
    padding: 7px 12px;
    color: #000
  }
  #pagination li a.disabled{
    cursor:unset;
  }
  #pagination li a.disabled:hover svg path{
    fill: rgb(196, 196, 196);
  }
  #pagination li {
    display: inline
  }
#pagination li a {
    border-radius: 5px;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
    /* font-family: 'Open Sans';    */
  }
  #pagination li a.active {
    background-color: #fff;
    color: #F88C00;
    border: 1px solid;
    border-radius: 50%;
  }
  #pagination li a:hover:not(.active) {
    background-color: #fff;
    color: #F88C00;
  } 
  #pagination li a:hover svg path{
    fill:#ff9000;
  }

.hm_right_side_ad_img {
    padding-top: 30px;
}
.hm_right_side_ad_img img{
    width:100%; 
    border-radius:10px;
}

.owl-carousel {
    z-index: auto!important;
    overflow: hidden;
}
.owl-carousel .owl-stage-outer{
    border-radius: 15px;
}
.hm-width-container {
    position: relative;
    padding-left: 120px;
    padding-right: 40px; 
    margin: auto;
    max-width: 1920px;
}
.hm_up_events_social_section {
    display: none;
}
.hm_section4_fullwidth_image {
    padding-bottom: 65px;
}
.hm_section4_fullwidth_image .nw_div_3 img{
    border-radius:10px;
}
.hm_section4_fullwidth_image img {
    width: 100%;
}
/* breadcrumbs */
.gamepage_breadcrumbs{
    display: flex;
    align-items: center;
    gap: 6px;
    padding-top:2%;
}
.gamepage_breadcrumbs span {
    text-transform: uppercase;
    font-size: 12px;
}
.gamepage_breadcrumbs .parent_breadcrumbs{
    color: #161616;
    font-weight: bold;
}
.child_breadcrumbs{
    color:#929292;
    font-weight:400;
}
.gamepage_breadcrumbs.alt_gamepage_inner {
    padding-bottom: 3%;
}
.owl-carousel .owl-item .hm_latest_news_inner_txt_time img{
    width:12px;
}
.hm_right_side_ad_img.hm_hide{
    display:none;
}
/* .game_inner_left .hm_bottom_top_cricket_cls_inner .hm_overall_para{
    -webkit-line-clamp: unset;
} */
.hm_bottom_top_cricket_cls .hm-mobile-colu .hm_overall_para{
    -webkit-line-clamp: unset;
    line-height: 28px;
}
.hm_bottom_top_cricket_cls .hm-mobile-colu .hm_overall_para{
    max-width:80%;
}
a, li, button, img{
    -webkit-tap-highlight-color: transparent !important;
 }
 .hm_line_head_word{
    font-style: normal;
    font-weight: 700;
    font-size: 17px;
    line-height: 28px;
    border-bottom: 2px solid #e8e8e8;
    padding-bottom: 5px;
    position: relative;
    letter-spacing: 0.2px;
 }
 .hm_line_head_word:before {
    position: absolute;
    content: "";
    min-width: 40px;
    height: 3px;
    bottom: -2.5px;
    background: #f88c00;
}
.hm_line_head_word span {
    margin-left: 6px;
    color: #f88c00;
}
.des_line_none{
    display:none;
}
.new_add_tag{
    margin:24px 3px 10px;
}
.new_game_page_para .hm_bottom_top_cricket_cls .hm_overall_para{
    -webkit-line-clamp: 8;
}
.khelo_news_popup_overlay {
    height: 100%;
    position: fixed;
    background: rgba(0, 0, 0, 0.60);
    z-index: 999;
    width: 100%;
    display: flex;
    align-items: center;
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(2px);
    
}
.khelo_news_popup_overlay_inner {
    max-width:1920px;
    width: 50%;
    margin: auto;
    text-align: center;
    background:#f8f8f8;
    border-radius: 31px;
    /* padding: 40px 20px; */
    /* background: url(../images/pop_background.svg) no-repeat;
    background-position: center;
    background-size:cover;
    border-radius: 20px; */
    position:relative;
    /* max-width: 750px;
    min-width: 730px;
    height: 417px; */
}
.khelo_news_popup_overlay_inner:before{
    position:absolute;
    content:unset;
    width: 100%;
    height:100%;
    background:red;
    z-index: 1;
    left:0;
    right:0;
    border-radius:20px;
}
.popup_plc{
    padding-top: calc(484 / 846 * 100%);
    position:relative;
    margin:-.5px;
}
.popup_plc_1{
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.submit_button_pop{
    position:absolute;
    bottom:6%;
    font-style: normal;
    font-weight: 700;
    font-size: 13px;
    /* padding: 17px 21px; */
    height: 45px;
    background: #ff9000;
    border-radius: 8px;
    letter-spacing: 0.26px;
    text-transform: uppercase;
    color: #ffffff;
    border: none;
    width:48%;
    margin:auto;
    box-shadow: 0px 1.5099999904632568px 3.0199999809265137px 0px #FBB03B;
    left:0;
    right:0;
}
.pop_img_pc{
    /* margin-bottom:0%; */
    width:100%;
}

.pop_img_cls {
    position: absolute;
    top: 4%;
    right: 2.5%;
    cursor:pointer;
}
.pop_img_pc{
    display:block;
    height: 100%;
    border-radius: 30px;
}
.pop_img_mob{
    display:none;
}
.pop_img_tab{
    display:none;
}
.pop_img_fold{
    display:none;
}
.popup_plc_1 a{
    width:100%;
    height:100%;
}

  @media  (max-width: 1024px){
   .des_line_none{
        display:block; 
    }
  }
 @media only screen and (min-width: 768px) and (max-width: 1024px){
    .khelo_news_popup_overlay_inner{
        width: 70%;
    }
    .popup_plc {
        padding-top: calc(423 / 713 * 100%);
    }
    .pop_img_pc{
        display:none;
    }
    .pop_img_mob{
        display:none;
    }
    .pop_img_tab{
        display:block;
    }
    .pop_img_fold{
        display:none;
    }
    .submit_button_pop{
        bottom: 6%;
        padding:0;
        height:45px;
    }
    .pop_img_cls{
        top:5%;
    }
    /* .khelo_news_popup_overlay_inner{
        padding: 20px 20px 30px;
    } */
    .submit_button_pop{
        width: 50%;
        min-width: 50%;
    }
   
    /* .khelo_news_popup_overlay_inner{
        max-width: 70%; 
    } */
    .hm_bottom_top_cricket_cls .hm-mobile-colu .hm_overall_para{
        line-height: 22px;
        -webkit-line-clamp: 7 !important;
    }
    .Cls_upcoming_events:before{
        left:-28px;
    }
    .hm_bottom_top_cricket_cls .hm_overall_para{
        -webkit-line-clamp: 3 !important;
    }
    .new_game_page_para .hm_bottom_top_cricket_cls .hm_overall_para{
        -webkit-line-clamp: 5 !important;
    }
    .game_inner_page .hm_bottom_top_cricket_cls .hm_overall_para{
        -webkit-line-clamp: unset !important;
    }
    .hm-banner-grid-cell-1 .nw_div_2{
        padding-top: calc(820 / 553 * 100%) !important;
    }
    .hm-banner-grid-cell-1 .post, .hm-banner-grid-cell-1 .post .post-img{
        height:100%;
        object-position: 40% 0%;
    }
    .des_pt{
        padding-top:30px !important;
        padding:0px 40px 0px;
    }
    .foo-team-name.hm_overall_itl{
        font-size:14px;
        color:#FF9000;
        margin-bottom:6px;
    }
    .hm_overall_top_cricket_cls .hm_overall_para{
        display:none;
    }
    .hm_latest_news_inner_img{
        width: 45%;
    }
    .hm_latest_news_inner_txt{
        width:55%;
    }
    .hm_overall_up_events_social_section_fb{
        padding: 8px 6px;
        border-radius:6px;
        gap:8px;
    }
    .owl_hm_banner .owl-nav {
        top: 0% !important;
        bottom: 0;
        display: flex;
        align-items: center;
    }   
  
    .gamepage_breadcrumbs span{
        font-size: 10px;
    }
    /* #icons{
        display:none;
    } */
    .hm_top_cricket_inner_cnt{
        width: calc(50% - 8px);
        padding-right: 15px;
    }
    .hm_top_cricket_inner{
        margin-top: 25px;
    }
    .hm_section4_fullwidth_image{
        padding-bottom:35px;;
    }
    .hm-width-container {
        padding-left: 25px;
        padding-right: 25px;
    }
    .hm_overall_itl{
        font-size:10px;
        margin-bottom:5px;
    }
    .hm_latest_news_inner_bgh{
        font-size: 14px;
        line-height: 18px;
        margin-bottom:6px;
        white-space: normal;
    }
    .hm_overall_para {
        font-size: 11px;
        line-height: 15px;
    }
    #hm_latest_news{
        width:calc(64% - 0px);
    }
    .hm_overall_up_events{
        width:37%;
    }
    .hm_latest_post_first{
        gap:40px;
    }
    .hm_overall_up_events:before{
        left:-21px;
    }
    .hm_up_events_sm_blgs_txt{
        font-size: 10px;
        max-height: 50px;
        line-height: 13px;
        margin-bottom:2px;
    }
    .hm_up_events_sm_blgs_img{
        width:60%;
    }
    .hm_up_events_sm_blgs_img img{
        width:100%;
    }
    .hm_up_events_sm_blgs{
        gap:10px;
    }
    .hm_up_events_sm_blgs_time{
        font-size:9px;
    }
    .hm_up_events_title{
        font-size:12px;
    }
    .social_ico_img{
        min-width: auto !important;
    }
    .hm_up_events_social_section_icons_counts{
        display:flex;
    }
    .social_section_icons_counts, .social_section_icons_txt{
        font-size: 11px;
    }
    .social_section_icons_counts{
        margin-right:6px;
    }
    .hm_up_events_title{
        margin-bottom:20px;
    }
    .hm_bottom_top_cricket_cls_inner{
        gap:30px;
    }
    .hm_overall_para_almb{
        margin-bottom:15px;
    }
    .hm_latest_news_inner_txt_time_mt{
        margin-top:15px;
    }
    ul#pagination{
        margin-top:40px;
    }
    section#hm_bottom_top_cricket\ mobile-app{
        margin-top: 30px;
        /* padding-top:0!important; */
    }
    section#hm_bottom_top_cricket\ mobile-app{
        padding:20px 25px !important;
    }
    .hm_bottom_top_cricket_cls_inner{
        gap:25px;
    }
    .footer-container{
        padding: 0 25px 0 25px;
    }
    .footer-columns{
        display:flex;
    }
    .footer-quick-links{
        display:none;
    }
    .footer-section h2{
        font-size:14px;
    }
    .footer-about-us.f-column p, .foo_cont_details{
        font-size: 12px;
        line-height: 19px;
    }
    .foo-blog-title{
        font-size: 13px;
    }
    
     /* .hm_bottom_top_cricket_cls .hm_overall_para{
        display:block; 
     } */

    /* img.f-img {
        width: 140px;
    }
    .footer-about-us.f-column,
    .footer-our-pick.f-column {
        flex-grow: 1;
    }
    .f-column {
        padding: 0px !important;
    }
    .foo-blog-title {
        font-size: 13px;
    }
    .div2 img {
        width: 90px;
    }
    .footer-container {
        padding: 0 20px 0 85px;
    }
    .app-link {
        width: 120px !important;
    }
    .app-link img {
        width: 100%;
    }
    .footer-columns {
        padding: 30px 0;
        gap: 10px;
    }
    .owl_hm_banner .owl-nav {
        top: 25% !important;
    }
    .div1 {
        padding: 0 10px !important;
    }
    #hm_bottom_grid {
        padding: 20px 40px 0px 85px !important;
    }
    section.hm_banner_bloglist2 {
        padding: 50px 40px 50px 85px !important;
    } */
}
@media  (max-width: 767px){
    .hm_ipl_2023_cls  .hm_top_cricket_inner{
        gap: 13px;
        flex-wrap:wrap;
    }
    .hm_ipl_2023_cls .hm_top_cricket_inner_cnt{
        width: calc(50% - 8px) !important;
    }
    .hm_section4_fullwidth_image img{
        border-radius: 6px;
    }
    .hm_right_side_ad_img{
        padding-top: 0px;
    }
    .hm_latest_news_inner_txt_time img{
        margin-right: 2px;
    }
    .hm_right_side_ad_img img{
        width:100%;
    }
    .hm_line_head_word{
        font-size: 12px;
        padding-bottom: 5px;
    }
    .hm_banner_bloglist{
        display:none; 
    }
    .hm-width-container{
        padding-left: 15px;
        padding-right: 15px
    }
    .hm_top_cricket_inner{
        /* gap: 10px; */
        /* flex-wrap: wrap; */
        margin-top: 20px;
    }
    .hm_top_cricket_inner_cnt {
        width: calc(50% - 8px);
        padding-right: 15px;
    }
    .hm_overall_itl{
        font-size: 9px;
    }
    /* .hm_overall_para{
        font-size: 11px;
        line-height: 15px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        max-height: 30px;
    } */
    .hm_overall_para{
        margin-bottom:10px;
    }
    /* mb_latest_news */
    .hm_overall_lat_events{
        gap:0;
        flex-direction:column;
    }
    .hm_latest_news_cls{
        width: 100%;
    }
    .hm_latest_news_inner_txt_time span{
        font-size: 9px;
    }
    .hm_latest_news_inner_txt_time{
        gap: 5px; 
    }
    .hm_latest_news_inner_txt_time_mt{
        margin-top:5px;
    }
    .hm_latest_news_inner_img{
        width: 50%;
    }
    .hm_latest_news_inner_txt {
        width: 50%;
    }
    /* mb_right_sidebar */
    .hm_overall_up_events {
        width: 100%;
    }
    .hm_latest_news_inner_txt_time_exm{
        margin-bottom:10px;
    }
    .hm_up_events_social_section.hm_visi{
        margin-top: 20px;
    }
    .hm_up_events_title{
        margin-bottom: 15px;
    }
    #hm_latest_news{
        padding-bottom:2%;
    }
    /* mb_home_bottom_top_sports */
    .hm_bottom_top_cricket_cls_inner{
        gap: 15px;
        margin-top:8px;
    }
    ul#pagination{
        margin-top: 30px;
    }
    #pagination li a{
        padding: 5px 11px;
    }
    .hm_bottom_top_cricket_cls_inner.hm-mobile-colu .hm_overall_para{
        white-space: normal;
    }
    /* section#hm_bottom_top_cricket\ mobile-app{
        padding: 20px 15px !important;
    } */
    img.mobile-app-links-img{
        width:100% !important;
        margin-top:0px !important;
    }
    ul.hm-mobile-app-logo li{
        padding: 5px 10px 0px 0px;
    }
    .hm-mobile-app-logo li a img{
        width:70px;
    }
    #hm_latest_news{
        width:100%;
    }
    .hm_latest_post_first{
        display:block;
    }

    .rightside_upcoming_event_sec  .hm_latest_news_inner_bgh{
        display:block;
    }
    
    /* .rightside_upcoming_event_sec .hm_overall_para{
        display:block;
    } */

    .app_download_section .hm_bottom_top_cricket_cls_inner_txt .hm_latest_news_inner_bgh{
        display:block !important;
        line-height:20px;
        margin-bottom:10px !important;
    }
    .app_download_section .hm_overall_para{
        display:none;
    }

    .game_inner_sec .hm_bottom_top_cricket_cls_inner_txt:last-child .hm_overall_para_almb{
        margin-bottom:10px !important;
    }
    .game_inner_sec .hm_latest_news_inner_txt_time_mt{
        margin-bottom:10px !important;;
    }
    .game_inner_sec .hm_overall_itl{
        margin-bottom:unset !important;
    }

}
@media screen and (max-width:1199px){
    /* .hm_overall_up_events_social_section_fb{
        width:100%; 
    } */
    .hm_latest_news_inner_txt_time{
        gap:5px;
    }
    .hm_latest_news_inner_txt_time span{
        font-size: 9px;    
    }
    .hm-banner-list-container .hm_latest_news_inner_txt_time{
        gap:4px;
    }
    .hm_mobile211 .hm_latest_news_inner_txt_time{
        gap:1px;
    }
    .hm_latest_news_inner_txt_time img, .owl-carousel .owl-item .hm_latest_news_inner_txt_time img{
        width: 10px;
        margin-right:2px;
    }
}
@media screen and (max-width:1440px){
    .hm_latest_news_inner_txt_time span{
        font-size: 10px;
    }
    .social_section_icons_txt{
        margin-left:0;
    }
    .footer-ourpicks-blog  .hm_latest_news_inner_txt_time span{
        font-size: 9px;
    }
    .hm_latest_news_inner_txt_time{
        gap:13px;
    }
    .footer-ourpicks-blog .div1{
        padding: 0px 0px;
    } 
    .footer-ourpicks-blog .div2 img{
        width: 100%;
    }
}
@media only screen and (min-width: 320px) and (max-width: 767px){ 
    .khelo_news_popup_overlay_inner{
        width: 75%;
        border-radius: 35px;
    }
    .popup_plc {
        padding-top: calc(562.5 / 562.5 * 100%);
    }
    .submit_button_pop{
        padding:0;
        height:40px;
    }
    .khelo_news_popup_overlay{
        justify-content: center;
    }
    .khelo_news_popup_overlay_inner{
        margin: auto 20px;
    }
    .pop_img_pc{
        display:none;
    }
    .pop_img_mob{
        display:block;
        object-fit: cover;
    }
    .pop_img_tab{
        display:none;
    }
    .pop_img_fold{
        display:none;
    }
   
    .submit_button_pop{
        width:90%;
    }
    .pop_img_pc{
        width:100%;
    }
  
    .pop_img_cls{
        position: absolute;
        top: 12px;
        right: 2%;
        cursor: pointer;
    }
    /* .khelo_news_popup_overlay_inner{
        max-width:75%;
        padding: 40px 20px 20px
    } */
    .owl-carousel .owl-stage-outer{
        border-radius:unset;
    }
    .game_inner_page .hm_line_head{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .Cls_upcoming_events:before{
        left:-28px;
        content:unset;
    }
    .new_add_tag {
        margin: 15px 3px 15px;
    }
    .game_inner_page .game_inner_left .nw_div_2{
        margin: 0px 0px 15px !important;
    }
    .hm-banner-grid-cell-1 .post, .hm-banner-grid-cell-1 .post .post-img {
        height: 100%;
    }
    .hm-banner-grid-cell-1 .post .post-img img {
        object-position: 47% 0%;
    }
    .hm-banner-grid-cell-1 .nw_div_2{
        padding-top: calc(1303 / 553 * 100%) !important;
    }
    .hm-banner-grid-cell-3 .post .post-img .nw_div_3 img{
        object-position: 96% 0% !important;
    }
    .hm-banner-grid-cell-1 .post .post-img{
        object-position: 40% 0%;
    }
    .des_pt{
        padding-top:0px !important;
        padding:0px 15px 15px; 
    }
    .hm_up_events_sm_blgs{
        gap: 15px;
        padding-bottom:12px;
    }
    .hm_up_events_sm_blgs_img{
        width:40%;
    }
    .hm_up_events_sm_blgs_img img{
        width:100%;
    }
    .hm_up_events_sm_blgs_txt{
        font-size:13px;
        line-height: 20px;
        margin-bottom: 6px;
    }
    .hm_up_events_sm_blgs_time{
        font-size: 10px;
    }
    .hm_latest_post_first{
        margin-bottom:7%;
    }
    .test{
        border-radius:7px;
    }
    .hm_up_events_social_section_icons{
        row-gap: 11px;
    }
    .hm-mobile-colu .hm_latest_news_inner_bgh.hm_latest_news_inner_bgh_mw{
        -webkit-line-clamp: 2;
        margin-bottom:6px; 
    }

    .hm_bottom_top_cricket_cls_inner.hm-mobile-colu .hm_overall_para{
        margin-bottom:6px; 
    }
    #hm_overall_top_cricket{
        padding-top:5%;
    }
    .hm_overall_top_cricket_cls .hm_latest_news_inner_bgh.hm_latest_news_inner_bgh_mw{
        -webkit-line-clamp: 2;
        white-space: normal;
    }
    .hm_overall_top_cricket_cls .hm_overall_para {
        display:none;
    }
    .overall_hm_latest_news_inner{
        gap: 10px;
    }
    .gamepage_breadcrumbs span{
        font-size:8px;
        margin-top:3px; 
    }
    
    .hm_section4_fullwidth_image {
        padding-bottom: 20px;
    }
    #hm_banner_section{
        padding: 2% 15px 2%!important;
    }
    .owl_hm_banner .owl-nav{
        top: 0% !important;
        bottom: 0;
        display: flex;
        align-items: center;
    }
    /* .hm_overall_up_events:before{
        content:unset;
    } */
    .hm_overall_up_events_social_section_fb{
        width: calc(50% - 50px);
    }

    .hm_right_side_ad_img img{
        width:100%;
    }
    .hm_line_head_word{
        font-size: 12px;
        padding-bottom: 5px;
    }
    .hm_banner_bloglist{
        display:none;
    }
    .hm-width-container{
        padding-left: 15px;
        padding-right: 15px
    }
    .hm_top_cricket_inner{
        /* gap: 10px; */
        /* flex-wrap: wrap; */
        margin-top: 20px;
    }
    .hm_top_cricket_inner_cnt {
        width: calc(50% - 8px);
    }
    .hm_overall_itl{
        font-size: 9px;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .hm_latest_news_inner_bgh{
        -webkit-line-clamp: 1;
        font-size: 13px;
        line-height: 16px;
        margin-bottom:3px;
    }
    .hm_overall_para{
        font-size: 13px;
        line-height: 20px;
        /* white-space: normal;
        text-overflow: ellipsis;
        overflow: hidden; */
    }
    .hm_overall_para{
        margin-bottom:2px;
    }
    .hm_bottom_top_cricket_cls_inner .hm_overall_para{
        -webkit-line-clamp: 2 !important;
    } 
    .new_game_page_para .hm_bottom_top_cricket_cls .hm_overall_para{
        -webkit-line-clamp: 3 !important;
    }
    .game_inner_page .hm_bottom_top_cricket_cls_inner_txt{
        -webkit-line-clamp: unset;
    }
    /* mb_latest_news */
    .hm_overall_lat_events{
        gap:0;
        flex-direction:column;
    }
    .hm_latest_news_cls{
        width: 100%;
    }
    .hm_latest_news_inner_txt_time span{
        font-size: 9px;
    }
    .hm_latest_news_inner_txt_time{
        gap: 5px;
    }
    .hm_latest_news_inner_txt_time_mt{
        margin-top:5px;
    }
    .hm_latest_news_inner_txt_time img{
        width: 9px!important;
    }
    .hm_latest_news_inner_img{
        width: 50%;
    }
    .hm_latest_news_inner_txt {
        width: 50%;
    }
    /* mb_right_sidebar */
    .hm_overall_up_events {
        width: 100%;
    }
    .hm_latest_news_inner_txt_time_exm{
        margin-bottom:10px;
    }
    .hm_up_events_social_section.hm_visi{
        margin-top: 10px;
    }
    .hm_up_events_title{
        margin-bottom: 15px;
        font-size:12px;
    }
    /* #hm_latest_news{
        padding-bottom:7%;
    } */
    /* mb_home_bottom_top_sports */
    .hm_bottom_top_cricket_cls_inner{
        gap: 15px;
        margin-top:15px;
    }
    ul#pagination{
        margin-top: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #pagination li a{
        padding: 8px 12px;
        font-size: 12px;
    }
    #pagination li a svg{
        width: 12px;
    }
    ul.hm-mobile-app-logo{
        display:flex;
    }
    .hm_bottom_top_cricket_cls_inner.hm-mobile-colu .hm_overall_para{
        white-space: normal;
    }
    section#hm_bottom_top_cricket\ mobile-app{
        padding: 20px 15px !important;
    }
    img.mobile-app-links-img{
        width:100% !important;
    }
    ul.hm-mobile-app-logo li{
        padding: 5px 10px 0px 0px !important;
    }
    .hm-mobile-app-logo li a img{
        width:70px;
    }
    .hm_latest_news_inner_txt_time{
        align-items: center;
    }
    .hm_latest_news_inner_txt_time {
        gap: 10px;
    }
} 

 /* amuthan_responsive */

/* @media only screen and (min-width: 480px) and (max-width: 600px){

 
    .hm_latest_news_inner_txt_time span {
        font-size: 12px;
    }
} */
@media only screen and (max-width: 479px){
    .khelo_news_popup_overlay_inner{
        width: 85%;
        border-radius:25px;
    }
    .pop_img_cls{
         width: 34px;
    }
    .pop_img_pc{
        width:100%;
        border-radius:20px;
    }
    .hm_latest_news_inner_txt_time {
        gap: 5px;
    }
    .hm_latest_news_inner_txt_time span{
        font-size: 10px;
    }
    #pagination li a {
        padding: 5px 9px;
    }
    #pagination li:first-child a{
        padding-left: 0px;
    }
    #pagination li:last-child a{
        padding-right: 0px;
    }
}
@media only screen and (min-width: 320px) and (max-width: 479px){
    .game_inner_page .hm_line_head{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
   
    .hm_latest_news_inner_txt_time {
        gap: 6px !important;
    }
    .hm_latest_news_inner_txt_time span {
        font-size: 8px;
    }
    .hm_overall_itl{
        margin-bottom: 5px;
    }.social_section_icons_txt {
        color: #fff;
    }
    .hm_up_events_social_section_icons {
        gap: 18px;
        justify-content: center;
        row-gap: 11px;
    }
    .hm_overall_up_events_social_section_fb{
        gap: 5px;
    }
    .hm_up_events_social_section_icons_counts {
        display: flex;
        align-items: center;
        gap: 5px;
    }
}
@media only screen and (min-width: 280px) and (max-width: 319px){
    .khelo_news_popup_overlay .khelo_news_popup_overlay_inner{
        border-radius:25px;
    }
    .popup_plc{
        padding-top: calc(371 / 271 * 100%);
    }
    .submit_button_pop{
        padding:0px;
        height: 35px;
        font-size:11px;
    }
    .khelo_news_popup_overlay{
        justify-content: center;
    }
    .khelo_news_popup_overlay_inner{
        margin: auto 20px;
    }
    .pop_img_pc{
        display:none;
    }
    .pop_img_mob{
        display:none;
    }
    .pop_img_tab{
        display:none;
    }
    .pop_img_fold{
        display:block;
        object-fit:cover;
    }
    .pop_img_cls{
        top: 9px;
        right:2%;
    }
    /* .khelo_news_popup_overlay_inner{
        max-width: 80%;
        padding: 40px 20px 20px;
    } */
    .khelo_news_popup_overlay_inner .submit_button_pop{
        width: 90%;
    }
    .owl-carousel .owl-stage-outer{
        border-radius:unset;
    }
    .hm_overall_itl{
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .game_inner_page .hm_line_head_word{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
    .Cls_upcoming_events:before{
        left:-28px;
        content: unset;
    }
    .new_add_tag {
        margin: 15px 3px 15px;
    }
    .hm_up_events_title{
        margin-top: 15px;
    }
    .gamepage_breadcrumbs span{
        margin-top:3px; 
    }
    .game_inner_page .game_inner_left .nw_div_2{
        margin: 0px 0px 15px !important;
    }
    .hm_bottom_top_cricket_cls .hm_overall_para{
        -webkit-line-clamp: 2 !important;
    }
    .game_inner_page .hm_bottom_top_cricket_cls .hm_overall_para{
        -webkit-line-clamp: unset;
    }
    .hm-banner-grid-cell-1 .post, .hm-banner-grid-cell-1 .post .post-img{
        height:100%;
    }
    .hm-banner-grid-cell-3 .post .post-img .nw_div_3 img{
        object-position: 96% 0% !important;
    }
    .hm-banner-grid-cell-1 .nw_div_2{
        padding-top: calc(1330 / 553 * 100%) !important;
    }
    .hm-banner-grid-cell-1 .post .post-img img{
        object-position: 40% 0%;
    }
    .hm_line_head_word:before{
        height:2px;
    }
    .des_pt{
        padding-top:0px !important;
        padding:0px 12px 10px;
    }
    section#hm_bottom_top_cricket\ mobile-app{
        padding: 20px 15px !important;
    }
    .footer-ourpicks-blog{
        padding: 8px 0px;
    }
    .hm_overall_up_events_social_section_fb{
        border-radius: 5px;
    }
    .hm_overall_top_cricket_cls .hm_overall_para{
        display:none;
    }
    ::-webkit-input-placeholder {
        font-size:10px !important;
      }
      :-ms-input-placeholder { 
        font-size:10px !important;
      }
      ::placeholder {
        font-size:10px !important;
      }
    .game_inner_page .hm_bottom_top_cricket_cls_inner_img img{
        padding: 0px 0 0px !important;
    }
    .child_breadcrumbs{
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    } 
    .gamepage_breadcrumbs span{
        font-size:10px;
    }
    .hm-mobile-app-logo{
        display:flex;
        margin-top:6px;    
    }
    .hm-mobile-app-logo li a img {
        width: 50px;
    }
    #hm_overall_top_cricket{
        padding-top: 20px;
    }
    .hm_top_cricket_inner_cnt > img{
        margin-bottom:8px;
    }
    .hm_overall_itl{
        margin-bottom:2px;
    }
    .hm_latest_news_inner_bgh{
        font-size: 10px;
        line-height: 14px;
        margin-bottom: 6px;
    }
    .hm_overall_para{
        margin-bottom: 0px;
        font-size: 8px;
        line-height: 12px;
    }
    .hm_latest_news_inner_txt_time img{
        width: 7px;
    }
    .hm_latest_news_inner_txt_time span{
        font-size: 7px;
    }
    .hm_section4_fullwidth_image {
        padding-bottom: 15px;
    }
    .overall_hm_latest_news_inner{
        gap: 10px;
    }
    .hm_up_events_title{
        font-size: 11px;
    }
    .hm-width-container{
        padding-left: 12px;
        padding-right: 12px;
    }
    .hm_latest_news_inner_txt_time_exm{
        margin-bottom: 0px;
    }
    .hm_up_events_sm_blgs_img{
        width:30%;
    }
    .hm_up_events_sm_blgs_txt_cls {
        width: 70%;
    }
    .recent_comments ul{
        width: 100%;
    }
    .hm_up_events_sm_blgs_img img{
        width:100%
    }
    .hm_up_events_sm_blgs_txt{
        font-size: 9px;
        max-height: inherit;
        line-height: 14px;
    }
    .hm_up_events_sm_blgs_time{
        font-size:7px;
    }
    .hm_up_events_sm_blgs{
        gap:10px;
        padding-bottom: 8px;
    }
    .social_ico_img{
        min-width:auto !important;
    }
    .social_section_icons_counts{
        font-size: 9px;
    }
    .social_section_icons_counts{
        font-size: 10px;
    }
    .hm_overall_up_events_social_section_fb{
        padding: 9px 8px;
    }
    ul#pagination{
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /* section#hm_bottom_top_cricket\ mobile-app{
        margin-top: 0px !important;
    } */
    .app_download_section{
        margin-top: 20px !important;
    }
    ul#pagination li a{
        font-size: 12px;
    }
    #pagination li a svg{
        width: 12px;
    }
    .hm_line_head_word {
        font-size: 11px;
        padding-bottom: 1px;
    }

    .app_download_section{
        margin-top:20px !important;
    }

    .app_download_section .hm_bottom_top_cricket_cls_inner_txt .hm_latest_news_inner_bgh{
        line-height:16px !important;
    }
}
.sticky_header {
    position: fixed !important;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
    -webkit-animation-name: fadeInDown;
    animation-duration: 1s;
}
@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-100%,0);
        transform: translate3d(0,-100%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0,-50%,0);
        transform: translate3d(0,-50%,0)
    }

    to {
        opacity: 1;
        -webkit-transform: none;
        transform: none
    }
}
.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}
/* skeleton
.hm_latest_news_inner_bgh, .hm_overall_itl, .hm_overall_para, .hm_latest_news_inner_txt_time{
    position:relative;
    overflow:hidden;
    background: #ffffff52;
} */
/* .hm_latest_news_inner_bgh:before, .hm_overall_itl:before, .hm_overall_para:before,
.hm_latest_news_inner_txt_time:before{
    position:absolute;
    content:"";
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 99;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 20%, rgba(255, 255, 255, 0.5) 60%, rgba(255, 255, 255, 0)); */
    /* animation: shimmer 1.5s infinite; */
    /* border-radius: 8px;
    background-size: 100%;
    background-repeat: no-repeat; */
/* } */
/* @keyframes shimmer {
    100% {
      transform: translateX(100%);
    }
  } */
  .nw_div {
    position: relative;
    /* height: 50%; */
    /* border-radius: 7px;
    margin-bottom: 20px;
    overflow: hidden; */
}
/* .nw_div img {
    width: 100%;
    left: 0;
    height: 100%;
    object-fit: cover;
} */
/* .dummy_img{
    position:absolute;
} */
/* .hm_latest_news_inner_img .nw_div{
    height:90%;
    margin-bottom:0px;
} */
/* .hm_overall_up_events .nw_div, #hm_bottom_grid .nw_div{ 
    height:100%;
}
#hm_bottom_grid .hm_bottom_grid_first_img_col_2_overall .nw_div{
    height: 60%;
    margin-bottom:0px;
}
.hm_bottom_top_cricket_cls_inner_img .nw_div{
    height:96%;
} */
.nw_div{
    border-radius: 12px;
    background-position:center;
    background-size:cover;
}
.hm_bottom_grid_first_img_col1 .nw_div_2{
    padding-top: calc(806 / 769 * 100%);
}
.hm_bottom_grid_first_img_col_2_overall .nw_div_2{
    padding-top: calc(213 / 323 * 100%);
}
.hm_overall_top_cricket_cls .nw_div_2{
    padding-top: calc(220 / 413 * 100%);
    margin-bottom:15px;
}
.hm_overall_top_cricket_cls .nw_div_3 img{
    width:100%;
    height:100%;
    object-fit:cover;
    border-radius:10px;
}
.hm_overall_top_cricket_cls .nw_div_3{
    margin-bottom:12px;
}
.hm_section4_fullwidth_image .nw_div_2{
    padding-top: calc(360 / 1568 * 100%);
}
.hm_latest_news_inner_img .nw_div_2{
    padding-top: calc(197 / 318 * 100%);
}
.hm_overall_up_events .hm_up_events_bgimg .nw_div_2{
    padding-top: calc(195 / 345 * 100%);
}
.hm_overall_up_events .nw_div_2, .right_side_bar .nw_div_2, .game_inner_page .nw_div_2{
    padding-top: calc(77 / 110 * 100%);
}
.hm_overall_up_events .hm_up_events_sm_blgs_img, .right_side_bar .hm_up_events_sm_blgs_img, 
.game_inner_right .hm_up_events_sm_blgs_img{
    width: calc(30% - -40px);
}
.hm_up_events_sm_blgs_txt_cls {
    width: calc(70% - 0px);
}
.child_breadcrumbs .hm_up_events_sm_blgs_txt_cls{
    width:70%;
}
.hm_bottom_top_cricket_cls_inner_img .nw_div_2{
    padding-top: calc(480 / 725 * 100%);
}
.hm_ipl_2023_cls .nw_div_2{
    padding-top: calc(245 / 460 * 100%);
    margin-bottom:15px;
}
.hm_ipl_2023_cls .nw_div_3 img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.nw_div_3 img{
    background: #f8f8f8;
}
.app_download_section .mobile-app-links-img{
padding:1px;
}
.hm-mobile-colu .nw_div_2{
    padding-top: calc(390 / 719 * 100%);
}
.footer-ourpicks-blog .nw_div_2{
    padding-top: calc(76 / 112 * 100%);
}
.hm_up_events_sm_blgs_img img, .mobile-app-links-img{
    width:100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}
.mobile-app-links-img{
    background: #f8f8f8;
}
.game_inner_page .game_inner_left .nw_div_2{
    padding-top: calc(687 / 1037 * 100%);
    margin:0px 0px 30px;
}
.owl-demo .nw_div_2{
    padding-top: calc(618 / 1027 * 100%);
}
.owl_hm_banner .nw_div_2{
    padding-top: calc(367 / 1580 * 100%);
}
.hm-banner-grid-cell-1 .nw_div_2{
    padding-top: calc(306 / 553 * 100%);
}
.hm-mobile-colu-inner{
    width:50%;
    padding:2px;
}
.hm_mobile22 .nw_div_2{
    padding-top: calc( 345 / 297 * 100%);
}
/* .hm-banner-grid-cell-1 .nw_div, .hm_mobile22 .nw_div{
    height:100%;
} */
.nw_div_3{
    position: absolute;
    display: -webkit-flex;
    display: -ms-flexbox;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

h3.hm_latest_news_inner_bgh.hm_latest_news_inner_bgh_mw:hover, h3.hm_latest_news_inner_bgh.hm_latest_news_inner_bgh_exm:hover {
    text-decoration: underline;
}
.hm_up_events_sm_blgs_txt:hover{
    text-decoration: underline;
}
.hm_bottom_top_cricket_cls_inner h3:hover{
    text-decoration:underline !important;
    cursor:pointer !important;
}
.hm_app_section h3:hover, .user_comments .hm_up_events_sm_blgs_txt:hover{
    text-decoration: none !important;
    cursor:default !important;
}

/* h3.post-title.post_title_headtxt:hover {
    text-decoration: underline;
    text-decoration-color:#fff;
} */

@media screen and (min-width:401px) and (max-width:767px){
    .app_download_section .hm_bottom_top_cricket_cls_inner{
        gap:10px !important;
    }
    .app_download_section .hm-mobile-app-logo li a img{
        width:90px !important;
    }
}

@media screen and (max-width:400px){
    .app_download_section .hm_bottom_top_cricket_cls_inner{
        flex-direction:column;
    }
    .app_download_section .hm-mobile-colu-inner, .app_download_section .hm_bottom_top_cricket_cls_inner_txt{
        width:100%;
    }

    .app_download_section .hm-mobile-app-logo li a img{
        width:100px !important;
    }
}
.game_inner_sec .hm_overall_itl{
    margin-top:30px;
    margin-bottom:-20px;
}
.game_inner_sec .hm_latest_news_inner_txt_time_mt{
    margin-top:0px;
    margin-bottom:25px;
}
.game_inner_sec .hm_bottom_top_cricket_cls_inner_txt:last-child .hm_overall_para_almb{
    margin-bottom:20px;
}