.hm-banner-list-container {
  display: grid;
  grid-template-columns: [col1] 65% [col2] 17% [col3] 16.77%;
  grid-gap: 10px;
  grid-template-rows: [row1] 47% [row2] 47%;
  color: #fff;
}
section.hm_banner_bloglist {
  background: #f0f0f0;
  padding: 40px;
  margin-bottom: 40px;
}
.hm-banner-grid-cell-1 {
  /*background-color: #658db5;
    padding: 25px;
    border-radius: 6px;*/
  padding: 0px 0px 0px 0px;
  grid-column: span 2;
}

.hm-banner-grid-cell-2 {
  padding: 0px 0px 0px 0px;
  border-radius: 6px;
}

.hm-banner-grid-cell-3 {
  padding: 10px 0px 0px 0px;
  border-radius: 6px;
}
.hm-banner-grid-cell-3 img{
  object-position: 96% 0%;
}

/*.hm-banner-grid-cell-4{
    background-color: #658db5;
    padding: 25px;
    border-radius: 6px;
}*/

.hm-banner-grid-cell-5 {
  grid-column: 1;
  grid-row: 1 / 3;
  padding: 0px 0px 0px 0px;
  border-radius: 6px;
}
.hm-banner-grid-cell-5 h3 a {
  font-style: normal;
  font-weight: 700;
  font-size: 30px !important;
  line-height: 35px !important;
  display: flex;
  align-items: center;
  color: #ffffff;
}
.hm-banner-grid-cell-5 p {
  /* font-family: "Public Sans"; */
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 25px;
  letter-spacing: 0.02em;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  padding: 0px 0px 0px;
  max-width: 80%;
  margin-bottom:6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.owl-demo .foo-team-name.hm_overall_itl, .hm_mobile211 .foo-team-name.hm_overall_itl{
  color:#f88c00;
  font-size:14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-body.hm_padd {
  padding: 35px 5% 20px !important;
}
a.post-img img {
  border-radius: 8px;
}
.post {
  position: relative;
}
.post.post-thumb .post-body {
  position: absolute;
  margin: 0px;
  padding: 20px 5% 20px;
  border-radius: 15px 15px 10px 10px;
  /* z-index: 20; */
  bottom: 0px;
  left: 0;
  right: 0;
  background: linear-gradient(to bottom,rgba(255,255,255,0),#1e2024);
  overflow: hidden;
}
.overall_hm_bottom_grid.post.post-thumb .post-body{
  border-radius: 15px 15px 10px 10px;
}
.post .post-img {
  display: block;
  overflow: hidden;
}
.post .post-img img {
  width: 100%;
  object-fit: cover;
  height:100%;
}
.post-category a {
  color: #ee4266;
  font-weight: 400;
  font-size: 14px;
  text-transform: capitalize;
}
a.post-img:before {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(0, 0, 0, 0.58) 20.62%, rgba(0, 0, 0, 0.76) 100%);
}
/* .hm_mobile11 .hm_latest_news_inner_txt_time span {
  color: #fff;
} */
.post-title{
  max-width:85%;
}
h3.post-title {
  padding-bottom: 0px;
}
.owl-demo .owl-loaded .post.post-thumb .post-title a{
  padding-bottom:5px;
}
.post.post-thumb .post-title a {
  color: #fff;
  font-size: 23px;
  line-height: 30px;
}
.post_title_headtxt a {
  /* font-family: "Public Sans"; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px !important;
  line-height: 25px !important;
  /* display: flex;
    align-items: center;*/
  color: #ececec !important;
  margin: 5px 0px;
}
.post-category a {
  color: #ff9000;
}
.hm-banner-grid-cell-2 h3 {
  display: block;
  /* width: 170px; */
  overflow: hidden;
  /* white-space: nowrap; */
  text-overflow: ellipsis;
}
/* .hm-banner-grid-cell-3 h3 {
  display: block;
  width: 170px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

.hm-banner-list-container2 {
  display: grid;
  grid-template-columns: [col1] 50% [col2] 24.5% [col3] 24.5%;
  grid-gap: 10px;
  grid-template-rows: [row1] 47% [row2] 47%;
  color: #fff;
}
section.hm_banner_bloglist2 {
  background: #151515;
  padding: 50px 40px 50px 120px;
  margin-bottom: 40px;
}

.hm-banner-grid-cell-1-2 {
  padding: 10px;
}

.hm-banner-grid-cell-2-2 {
  padding: 10px;
  border-radius: 6px;
}

.hm-banner-grid-cell-3-2 {
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
}

.hm-banner-grid-cell-4-2 {
  padding: 10px;
  border-radius: 6px;
  margin-top: 10px;
}

.hm-banner-grid-cell-5-2 {
  grid-column: 1;
  grid-row: 1 / 3;
  padding: 10px;
  border-radius: 6px;
}
.post.post-thumb .post-body2 {
  margin: 0px;
  padding: 20px 0%;
  border-radius: 14px;
  z-index: 20;
  bottom: 0%;
  background: #151515;
}
.post.post-thumb .post-body2 .post-category2{
  min-height:20px;
}
section.hm_banner_bloglist2 h3 {
  /* font-family: "Public Sans"; */
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 22px;
  display: flex;
  align-items: center;
  color: #ececec;
  padding: 5px 0px;
}
.post-body2 {
  padding: 18px 30px 0px 0px;
}
.post-category2 a {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  /* identical to box height, or 143% */
  letter-spacing: 0.02em;

  color: #ffffff;
  display: block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
a.post-img2 img {
  width: 100%;
}
h3.post-title3 a {
  /* font-family: "Public Sans"; */
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  line-height: 32px;
  display: flex;
  align-items: center;
  color: #ffffff;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.35);
  margin-bottom: 8px;
}
p.foo-team-name3 a {
  color: #fff;
  display: block;
  width: 100px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: capitalize;
}
.post-body.hm-bo-5-3 {
  background: rgb(0 0 0 / 80%) !important;
}
h2.hm_line_head_word.hm-bl-hr {
  color: #fff;
  text-transform: uppercase;
}
h2.hm_line_head_word.hm-bl-hr {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 40px;
}

section#hm_bottom_top_cricket\ mobile-app {
  background: #f8f8f8;
  padding: 50px 120px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  position: relative;
  z-index: 5;
}

.app_download_section{
  padding:70px 40px 70px 120px !important;
}

.app_download_section .hm_bottom_top_cricket_cls_inner{
  position: relative;
  margin-top:0px;
}

.app_download_section .nw_div{
  height:100%;
}


/* img.mobile-app-links-img { 
  width: 400px !important;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
} */
ul.hm-mobile-app-logo {
  padding-left: 0px;
}
ul.hm-mobile-app-logo li {
  display: inline-block;
  padding: 5px 20px 0px 0px;
}

/* section#hm_bottom_top_cricket\ mobile-app h3{
    font-weight: 700;
    font-size: 25px;
    line-height: 32px;
    display: flex;
    align-items: center;
} */
svg {
  font-weight: bold;
  text-transform: uppercase;
}
.slide-progress {
  width: 0;
  max-width: 100%;
  height: 2px;
  border-radius: 0px 0px 20px 20px;
  background: #ff9000;
}
.slide-progress-main {
  float: none;
  margin: auto;
  width: 98%;
  position: relative;
  top:-2px;
  z-index: 1;
}
#hm_bottom_grid .hm_latest_news_inner_txt_time img {
  width: 10px;
}
.overall_hm_bottom_grid .hm_latest_news_inner_txt_time span {
  color: #fff;
}

#hm_bottom_grid {
  padding: 50px 40px 50px 120px;
  background: #151515;
}

.overall_hm_bottom_grid {
  display: flex;
  gap: 30px;
}
.hm_bottom_grid_first_img_col1 {
  width: 50%;
  position: relative;
  /* margin:17px 0px; */
  height: auto;
}
.hm_bottom_grid_first_img_col1 a {
  display: block;
  height: 100%;
}
.hm_bottom_grid_first_img_col1 a img {
  width: 100%;
  height: 100%;
}
#hm_bottom_grid img {
  width: 100%;
  /* margin-bottom:20px; */
  object-fit: cover;
  height:100%;
  border-radius:10px;
}
#hm_bottom_grid .hm_latest_news_inner_txt_time img{
  height:100%;
  border-radius:unset;
  object-fit: unset; 
}
.hm_bottom_grid_first_img_col_2_overall {
  width: 50%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hm_bottom_grid_first_img_col_2_inner {
  width: 100%;
  display: flex;
  gap: 30px;
}
.hm_bottom_grid_first_img_col_2 {
  width: 50%;
}

.hm_mobile211 {
  grid-column: span 2;
}
.hm-banner-grid-cell-2 {
  padding: 10px 0px 0px 0px;
  border-radius: 6px;
  width: 50%;
  overflow:hidden;
}
.hm-banner-grid-cell-3 {
  padding: 10px 0px 0px 0px;
  border-radius: 6px;
  width: 50%;
}
.hm_mobile22 {
  width: 100%;
  display: flex;
  gap: 10px;
}
#hm_bottom_grid .hm_line_head_word {
  border-bottom: 0px !important;
}
#hm_bottom_grid .hm_line_head_word{
  position:relative;
  margin-bottom:15px;
}
#hm_bottom_grid .hm_line_head_word:before {
  height: 2px;
  bottom: 19.5px;
  background: #333333;
  width: calc(100% - 150px);
  right:0;
}
#hm_bottom_grid {
  padding: 20px 0px;
}
#hm_bottom_grid {
  padding: 50px 40px 50px 120px;
  background: #151515;
}
.hm-banner-grid-cell-1.ipad-vi{
  display: none;
}
.post.post-thumb .post-title a {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.owl-demo .owl-loaded .post.post-thumb .post-title a{
  -webkit-line-clamp: 2;
}
#hm_bottom_grid .post.post-thumb .post-title a{
  -webkit-line-clamp: 2;
}
.home_new_para .hm_overall_para_almb{
  -webkit-line-clamp: 5;
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  .hm-banner-grid-cell-5 p{
    font-size: 12px;
    line-height:17px;
  }
  .owl-demo h3.post-title{
    padding-bottom:5px;
  }
  .owl-demo .foo-team-name.hm_overall_itl, .hm_mobile211 .foo-team-name.hm_overall_itl{
    font-size:10px;
  }
  #hm_bottom_grid{
    padding-top:25px;
  }
  .post-body.hm_padd{
      padding: 35px 3% 20px !important;
  }
  .post.post-thumb .post-body{
      padding: 20px 2%;
  }
  .hm_mobile11 .post.post-thumb .post-body, .hm_mobile211 .post.post-thumb .post-body{
    padding: 20px 2% 12px;
  }
  .post.post-thumb .post-body{
      box-sizing:border-box;
  }
  .hm-banner-list-container {
      grid-template-columns: unset !important;
      grid-template-rows: unset !important;
      display: flex;
      flex-direction: column;
  }
  .hm-banner-grid-cell-5 {
      grid-row: unset !important;
      grid-column: unset !important;
      width: 70%;
   }
  .hm_banner_bloglist {
      padding: 20px 25px !important;
      /*    height: 42rem;*/
      /* border: 4px solid tomato; */
      margin: 20px auto;
      display: flex;
      flex-direction: column;
    }
    .hm-banner-grid-cell-1 {
      grid-row: unset !important;
      width: 100%;
      display: flex;
      justify-content: center;
      /*    align-items: center;*/
    }
    .hm-banner-grid-cell-1 .post-img img{
      height: 100%;
    }
    .hm-banner-grid-cell-2 {
      grid-column: unset !important;
      width: 100%;
      /*    display: flex;*/
      /*    align-items: center;*/
      /* margin: 0px 6px; */
    }
    /*.hm-banner-grid-cell-2 img {
          height: 140px;
      }*/
    .hm-banner-grid-cell-3 {
      grid-column: unset !important;
      width: 100%;
      height: 100%;
      /*    display: flex;*/
      /*    align-items: center;*/
      /* margin: 0px 6px; */
    }
    /*.hm-banner-grid-cell-3 img {
          height: 140px;
      }*/
    .hm_mobile211 {
      /*    height: 431px;*/ 
      width: 100%;
      display: flex;
      flex: 1;
      /*    margin: 5px;*/
    }
    .hm_mobile22 {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: row;
      margin: 1px;
      gap: 15px;
    }
    .post.post-thumb .post-title a {
      color: #fff;
      font-size: 13px !important;
      line-height: 20px !important;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .post.post-thumb .post-body {
      width: 100% !important;
    }
    .post_title_headtxt a{
      padding:0px;
    }
    .hm-banner-grid-cell-1.ipad-hd{
      display: none;
    }
    .hm-banner-grid-cell-1.ipad-vi{
      display: block!important;
      width: 30%;
    }
    .hm_mobile11 {
      display: flex;
      gap: 15px;
      flex-flow: row;
    }
    /* .hm-banner-grid-cell-2,.hm-banner-grid-cell-3{
      height:200px;
    } */
    .hm-banner-grid-cell-2 .post-img img {
      width: 100%;
      object-fit: cover;
      height: 100%;
    }
    .hm-banner-grid-cell-3 .post-img img {
      width: 100%;
      object-fit: cover;
      height: 100%;
      object-position: 100% 0%;
    }
    .slide-progress-main{
      width: 98%!important;
    }
    /* In Spotlight */
    .hm_bottom_grid_first_img_col1 {
      width: 100%;
    }
    .hm_bottom_grid_first_img_col_2_overall {
      width: 100%;
      flex-direction: row;
    }
    .hm_latest_news_inner_txt_time span {
      font-size: 10px!important;
    }
    .post.post-thumb .post-body2{
      padding: 20px 0%!important;
    }
    .post-title {
      max-width: 100%;
    }
    .hm_latest_news_inner_txt_time {
      gap: 5px!important;
    }
    #hm_bottom_grid h3 a{
      font-size: 12px!important;
      line-height:20px!important;
    }
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .post-category a{
    font-size: 11px;
  }
  .overall_hm_bottom_grid .post-category a, .post-category2 a{
    font-size: 9px;
  }
  .post .post-img img{
    height:100%;
  }
  .owl-demo .foo-team-name.hm_overall_itl, .hm_mobile211 .foo-team-name.hm_overall_itl{
    font-size:9px;
  }
  .slide-progress-main{
    width: 96%!important;
  }
  .post.post-thumb .post-body2 {
    padding: 15px 0px;
  }
  #hm_bottom_grid{
    padding-top:12px !important;
    padding-bottom:0px !important;
  }
  #hm_bottom_grid .post.post-thumb .post-body{
    padding:10px 10px;
  }
  .post.post-thumb .post-title a{
    -webkit-line-clamp: 2;
  }
  .post.post-thumb .post-title a{
    font-size: 12px !important;
  }
  .post.post-thumb .post-title a{
    line-height:20px !important;
  }
  .hm_bottom_grid_first_img_col_2_inner .hm_overall_itl{
    margin-bottom:0px;
  }
  .hm_bottom_grid_first_img_col_2_inner .post-category2 a{
    line-height:initial;
  }
  .overall_hm_bottom_grid span{
    font-size:9px;
  }
  .hm-banner-grid-cell-2{
    padding:0px 0px 0px 0px;
  }
  /* .post-category a {
    font-size: 10px;
  } */
  /* .post.post-thumb .post-body{
    background: rgb(0 0 0 / 80%) !important;
  } */
  #hm_bottom_grid .hm_line_head_word:before {
    width: calc(100% - 100px);
  }
  .hm-banner-grid-cell-5 p{
    width:auto;
    white-space: normal;
    margin-bottom:0px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .overall_hm_bottom_grid{
    gap: 15px;
  }
  .post.post-thumb .post-body{
    border-radius: 15px 15px 0px 0px;
    padding: 8px 5%;
  }
  .hm_bottom_grid_first_img_col1,
  .hm_bottom_grid_first_img_col_2_overall {
    width: 100% !important;
    gap:0px;
  }
  section.hm_banner_bloglist2 {
    padding: 20px 15px 20px 15px;
  }
  section#hm_bottom_top_cricket\ mobile-app {
    margin-top: 20px;
  }
  .post-body.hm_padd {
    padding: 35px 3% 12px !important;
  }
  .post-title.post_title_headtxt {
    display: -webkit-box;
    margin: 0;
    color: #fff;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .hm_top_cricket_inner_cnt > img {
    margin-bottom: 8px !important;
  }
  .hm-banner-grid-cell-5 {
    padding: 0px 0px 0px 0px;
  }
  .overall_hm_bottom_grid .post-title3 a {
    font-size: 20px;
  }
  .hm_line_head_word {
    font-size: 12px;
    padding-bottom: 5px;
  }
}

@media (max-width: 767px) {
  h3.post-title{
    padding-bottom:0px;
  }
  #hm_bottom_grid .hm_line_head_word:before {
    bottom: 14.5px!important;
  }
  .hm-banner-list-container {
    grid-template-columns: unset !important;
    grid-template-rows: unset !important;
    display: flex;
    flex-direction: column;
  }
  .hm-banner-grid-cell-5 {
    grid-row: unset !important;
    grid-column: unset !important;
    width: 100%;
  }
  section.hm_banner_bloglist {
    padding: 20px 15px !important;
    /*    height: 42rem;*/
    /* border: 4px solid tomato; */
    margin: 0px auto;
    display: flex;
    flex-direction: column;
  }
  .hm-banner-grid-cell-1 {
    grid-row: unset !important;
    width: 50%;
    display: block;
    justify-content: center;
    border-radius: 6px;
    overflow: hidden;
    /*    align-items: center;*/
  }
  /* .hm-banner-grid-cell-1 img {
    height: 100%;
  } */
  .hm-banner-grid-cell-2 {
    grid-column: unset !important;
    width: 100%;
    /*    display: flex;*/
    /*    align-items: center;*/
    margin: 0px 6px;
  }
  /*.hm-banner-grid-cell-2 img {
         height: 140px;
     }*/
  .hm-banner-grid-cell-3 {
    grid-column: unset !important;
    width: 100%;
    height: 100%;
    /*    display: flex;*/
    /*    align-items: center;*/
    margin: 0px 6px;
    border-radius: 6px;
    overflow: hidden;
  }
  /*.hm-banner-grid-cell-3 img {
         height: 140px;
     }*/
  .hm_mobile211 {
    /*    height: 431px;*/
    width: 100%;
    display: flex;
    /*    margin: 5px;*/
  }
  .hm_mobile22 {
    width: 50%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin: 1px;
    gap: 0px;
  }
  .post.post-thumb .post-title a {
    font-size: 13px !important;
  }
  /* .post.post-thumb .post-body{
         width:100%!important;
     } */
  /* h3.post-title{
     display: block;
         width: 170px;
         overflow: hidden;
         white-space: nowrap;
         text-overflow: ellipsis;
     } */
  .hm-banner-grid-cell-5 p {
    font-size: 9px;
    line-height: 14px;
  }
  .hm-banner-grid-cell-5 h3 a {
    display: unset;
  }
  /* .slide-progress {
    max-width: 93%;
  } */

  .overall_hm_bottom_grid span {
    color: #dadada;
  }
  /* .hm_line_head_word {
    font-size: 12px;
    padding-bottom: 5px;
  } */
}
/* amudhan's responsive */
@media screen and (max-width: 1024px) {
  .overall_hm_bottom_grid {
    flex-direction: column;
  }
  #hm_bottom_grid {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  #hm_bottom_grid .post-body {
    display: block !important;
  }
}
@media only screen and (min-width: 480px) and (max-width: 600px) {
  .overall_hm_bottom_grid .post-title3 a {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (max-width: 479px) {
  #hm_bottom_grid .hm_line_head_word {
    border-bottom: 0px !important;
  }
  #hm_bottom_grid {
    padding: 0px 0px;
  }
  h2.hm_line_head_word.hm-bl-hr {
    margin-bottom: 15px;
  }
  .overall_hm_bottom_grid .post-title3 a {
    font-size: 13px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 320px) and (max-width: 479px) {
  .hm_bottom_grid_first_img_col_2_inner {
    gap: 15px;
  }
  .overall_hm_bottom_grid .post-title3 a {
    font-size: 12px;
    line-height: 15px;
  }
  h3.post-title {
    padding-bottom: 0px;
  }
  .post.post-thumb .post-title a {
      color: #fff;
      font-size: 12px !important;
      line-height: 19px !important;
      /* display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden; */
  }
}
@media only screen and (min-width: 280px) and (max-width: 319px) {
  .post-category a{
    font-size: 8px;
  }
  .overall_hm_bottom_grid .post-category a, .post-category2 a {
    font-size: 9px;
  }
  .post.post-thumb .post-body{
    padding: 3px 5%;
  }
  .owl-demo .foo-team-name.hm_overall_itl, .hm_mobile211 .foo-team-name.hm_overall_itl{
    font-size:9px;
  }
  .slide-progress-main{
    width: 96%!important;
  }
  #hm_bottom_grid .post.post-thumb .post-body{
    padding: 10px 10px;
  }
  .hm-banner-grid-cell-2{
    padding: 0px 0px 0px 0px;
  }
  .hm-banner-list-container .hm_latest_news_inner_txt_time{
    gap:3px !important;
  }
  .post .post-img img{
    height:100%;
  }
  .slide-progress{
    max-width: 100%;
  }
  .slide-progress-main{
    margin: auto;
  }
  a.post-img:before{
    border-radius: 5px;
  }
  a.post-img img{
    border-radius: 4px;
  }
  section.hm_banner_bloglist{
    padding: 20px 12px !important;
  }
  #hm_bottom_grid{
    padding-left:12px !important;
    padding-right:12px !important;
  }
    .hm_bottom_grid_first_img_col_2_inner {
        flex-direction: column;
        gap: 10px;
    }
    .hm_bottom_grid_first_img_col_2 {
        width: 100%;
    }
    .post.post-thumb .post-body2 {
        padding: 10px 0px;
    }
    .hm_overall_itl {
        margin-bottom: 5px;
    }
    h3.post-title {
        padding-bottom: 0px;
    }
    #hm_bottom_grid {
        padding: 12px 0;
    }
    #hm_bottom_grid .hm_line_head_word {
        line-height: normal;
    }
    #hm_bottom_grid .hm_line_head_word:before {
        bottom: 5px !important;
        left: 100px;
        height: 1px;
        width: auto;
        right: 0;
    }
    .hm_bottom_grid_first_img_col1,
    .hm_bottom_grid_first_img_col_2_overall {
        width: 100%;
    }
    .hm_bottom_grid_first_img_col_2_overall {
        flex-direction: row;
    }
    .post_title_headtxt a {
        padding: 0;
    }
    .post.post-thumb .post-title a {
        -webkit-line-clamp: 1;
    }
    .post.post-thumb .post-body {
        border-radius: 3px;
    }
    .overall_hm_bottom_grid .post-title3 a {
        font-size: 11px;
        line-height: 13px;
        letter-spacing: 0.5;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    #hm_bottom_grid
        .hm_bottom_grid_first_img_col1
        .hm_latest_news_inner_txt_time
        span {
        font-size: 8.5px !important;
    }
    #hm_bottom_grid
        .hm_bottom_grid_first_img_col1
        .hm_latest_news_inner_txt_time
        img {
        width: auto !important;
        height: 8.5px !important;
    }
    #hm_bottom_grid
        .hm_latest_news_inner_txt_time span {
        font-weight: 200;
    }
    .hm_bottom_grid_first_img_col_2_overall{
        gap: 6px;
    }
    .post-category2 a{
        font-size: 9px;
        letter-spacing: 0.5;
        line-height: normal;
    }
    h3.post-title3 a{
        margin-bottom: 6px;
    }
    .overall_hm_bottom_grid{
        gap: 10px;
    }
    .post.post-thumb .post-body2 {
        padding: 6px 0 0;
    }
    .hm-banner-grid-cell-5 p{
      width: auto;
      display: -webkit-box;
      -webkit-line-clamp: 1;
      -webkit-box-orient: vertical;
      overflow: hidden;
      white-space: normal;
    }
    .post-body.hm_padd{
        padding:10px !important
    }
    .post.post-thumb .post-title a{
      font-size: 10px !important;
      line-height:14px !important;
    }
    .owl-demo .owl-carousel .owl-item .hm_latest_news_inner_txt_time img{
        width: 7px !important;
    }
    .hm-banner-grid-cell-5{
      padding:0;
    }
    .hm-banner-grid-cell-5 p{
      margin-bottom: 0px;
    }

 }

@media screen and (max-width: 1199px) {
  .hm-banner-grid-cell-5 h3 a {
    font-size: 20px !important;
    line-height: 25px !important;
  }
  .post.post-thumb .post-title a {
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
  .hm-banner-list-container .hm_latest_news_inner_txt_time {
    gap: 5px;
  }
}
/* ///// ///// */
