:root {
  --primary-color: #DD1D3C;
  --secondary-color: #E9E813;
  --primary-font: "Mukta", sans-serif;
  --secondary-font: "Hind", sans-serif;
}

* {
  margin: 0;
}
img {
  border-radius: 5px;
}
html,
body {
  color: #494949;
  font-family: var(--primary-font);
  font-size: 16px;
}

.container {
  max-width: 1200px;
  width: 100%;
}
h1 {
  color: #000;
  font-size: 32px;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 10px 0;
}
h2 {
  color: #000;
  font-size: 28px;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 10px 0;
}
h3 {
  color: #000;
  font-size: 20px;
  padding-top: 16px;
  line-height: 135%;
  margin: 0 0 10px 0;
  font-weight: 600;
}
h4 {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  line-height: 125%;
  padding-top: 10px;
}
h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 10px 0;
}
h6 {
  color: #000;
  font-size: 12px;
  font-weight: 600;
  line-height: 125%;
  margin: 0 0 10px 0;
}
p {
  margin: 0 0 20px 0;
  font-size: 16px;
  line-height: 28px;
}
a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: var(--primary-color);
}
a:hover h1,
a:hover h2,
a:hover h3,
a:hover h4,
a:hover h5,
a:hover h6 {
  color: var(--primary-color);
}
strong {
  font-weight: 500;
}
.align-items {
  align-items: center;
}
img,
object,
embed {
  max-width: 100%;
}
img {
  height: auto;
}
header .top-block {
	width: 100%;
	padding: 20px 0;
}



header .top-block  .nav-search {
	height: 38px;
  border-radius: 144px;
  display: none;
  box-shadow: 0 5px 12px #0000003d;
}
header .top-block .hamburger {
	background: none;
  display: none;
  font-size: 30px;
	color:#000;
}

header .top-block span {
	color: #111;
	font-size: 15px;
  opacity: .6;
  font-weight: 500;
	text-align: center;
	display: block;
	text-align: center;
}
header .top-block a.logo > img {
  width: 200px;
}
header .top-block a.logo {
	text-align: center;
	display: block;
	margin-bottom: 8px;
}
.header-dates {
  display: inline-block;
  vertical-align: middle;
}
.header-social {
  position: relative;
  z-index: 1;
  padding-bottom: 0.4rem;
}
.responsive-menu {
  font-size: 2.5rem;
  display: inline-block;
  border-right: 2px solid var(--secondary--color);
  padding-right: 2px;
  color: var(--primary-color);
  margin-right: 2px;
  vertical-align: middle;
}

.nav-search {
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  width: 38px;
  height: 34px;
  border-radius: 4px;
  text-align: center;
  line-height: 38px;
  justify-content: center;
  margin: auto 0;
}

.header-social a {
  font-size: 15px;
  display: inline-block;
  color: #000;
  margin-right: 3px;
  height: 34px;
  width: 34px;
  line-height: 34px;
  text-align: center;
  border-radius: 100%;
  /* border: 1px solid #0000003b; */
  background: #fff;
  box-shadow: 0 5px 12px #0000001a;
}

.header-social a:hover {
  color: #fff;
  background: var(--secondary-color);
  box-shadow: 0 5px 12px #0000001a;
}

.site-navigation {
  background: var(--primary-color);
}
.top-banner a {
  display: block;
  margin-bottom: 30px;
}

.top-banner a {
  display: block;
  margin-bottom: 30px;
}
.sub-head {
  font-size: 20px;
  color: #000;
  opacity: 0.6;
  margin-top: 0;
}
.site-navigation > div > div > ul {
  display: flex;
  flex: 1;
  margin: 0;
  flex-wrap: wrap;
  align-items: center;
  align-self: stretch;
  list-style: none;
  padding: 0;
}
.site-navigation > div > div > ul > li {
  display: flex;
  position: relative;
  flex-wrap: wrap;
  align-items: center;
}

.site-navigation > div > div > ul > li > ul {
  visibility: hidden;
  opacity: 0;
  margin: 0;
  transition:
    top 0.3s linear,
    opacity 0.3s linear;
  padding: 0;
  list-style-type: none;
  position: absolute;
  top: 150%;
  z-index: 1;
  background: #fff;
  min-width: 12rem;
  box-shadow: 0px 5px 12px rgba(0, 0, 0, 0.1490196078);
}
.site-navigation > div > div > ul > li:hover > ul {
  top: 100%;
  opacity: 1;
  visibility: visible;
}
.top-banner {
  margin-top: 20px;
}
.hamburger {
  background: var(--secondary-color);
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 50px;
  color: #fff;
  font-size: 21px;
  cursor: pointer;
}
.mobile-menu {
  position: fixed;
  max-width: 300px;
  background: var(--primary-color);
  height: 100%;
  width: 100%;
  transition: all 0.3s ease;
  top: 0;
  left: -100%;
  z-index: 10;
}
.black__shadow {
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.8196078431);
}

.show__side--menu .mobile-menu {
  left: 0;
}

.show__side--menu .black__shadow {
  opacity: 1;
  visibility: visible;
}
.mobile-menu .trigger-close {
	position: absolute;
	right: -45px;
	top: 10px;
	font-size: 20px;
	color:var(--primary-color);
	background: #fff;
	border-radius: 4px ;
	width: 35px;
	height: 35px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	cursor: pointer;
	line-height: 35px;
}
.mobile-menu > div {
  height: 100%;
  overflow: auto;
}
.mobile-menu > div > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  height: calc(100% - 70px);
  overflow-y: auto;
}
.mobile-menu > div > ul > li {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
  border-top: 1px solid rgba(0, 0, 0, 0.1098039216);

}
.mobile-menu > div > ul > li > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: none;
  background: var(--secondary--color);
}
.mobile-menu > div > ul > li > ul > li > a {
  display: block;
  padding: 13px 19px;
  color: #fff;
  font-size: 16px;
  position: relative;
  line-height: 1;
  font-family: var(--secondary-font);
  font-weight: 600;
  transition: all 0.6s ease left;
}
.mobile-menu > div > ul > li > a {
  display: inline-block;
  padding: 14px 15px;
  color: #fff;
  font-size: 18px;
  position: relative;
  line-height: 1;
  font-family: var(--secondary-font);
  font-weight: 600;
  transition: all 0.4s ease;
}
.mobile-menu > div > ul > li:hover {
  color: #fff;
  background: var(--secondary-color);
  cursor: pointer;
}

.site-navigation > div > div > ul > li > a,
.site-navigation > div > div > ul > li > ul > li > a {
  color: #fff;
  font-family: var(--secondary-font);
  text-decoration: none;
  display: flex;
  font-weight: 600;
  font-size: 17px;
  align-items: center;
  text-transform: uppercase;
  padding: 13px 12px;
  height: 100%;
}
.site-navigation > div > div > ul > li > ul > li > a {
	padding: 8px 12px;
	font-size: 15px;
	color: #333;
}
.site-navigation > div > div > ul > li > ul > li:hover >  a  {
  color: #fff;
}
.site-navigation div div ul li.dropdown {
  padding-right: 7px;
}
.site-navigation div div ul li span, .mobile-menu > div > ul > li span {
	font-size: 10px;
	position: relative;
	padding-right: 0;
	color: #fff;
}
.mobile-menu > div > ul > li span {
	font-size: 14px;
	position: absolute;
	right: 0;
	top: 13px;
	margin-right: 10px;
}
.mobile-menu > div > ul > li.dropActive{
  color: #fff;
  background: var(--secondary-color);
  cursor: pointer;
}
.site-navigation div div ul > li:hover ,
.site-navigation div div ul li.active {
  color: #fff;
  background: var(--secondary-color);
  cursor: pointer;
}

.menu__trigger {
  display: none;
}
section.ad-block {
  padding: 25px 0;
}
section.ad-block img {
  width: 100%;
}
section.breaking-news .news-block {
  text-align: center;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 2px solid #00000017;
}
section.breaking-news .news-block:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: transparent;
}
section.breaking-news .news-block img {
  width: 100%;
  height: auto;
  object-fit: cover;
}
section.breaking-news .news-block a h2 {
  font-size: 60px;
  font-weight: 700;
  color: #000;
  margin: 0;
}
section.breaking-news .news-block figure {
  margin-top: 20px;
}
section.breaking-news .news-block a p {
  font-size: 22px;
  line-height: 35px;
  font-weight: 400;
  margin: 0;
  padding-top: 11px;
}
section.breaking-news .news-block a:hover {
  color: var(--primary-color);
}
section.breaking-news .news-block a:hover h2 {
  color: var(--primary-color);
}

.block-title {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
  position: relative;
  align-items: center;
}
.all {
  text-decoration: none;
  transition: all 0.3s ease;
  color: var(--primary-color);
  font-size: 10px;
  display: inline-flex;
  align-items: center;
  background: #e0e0e0;
  height: 22px;
  width: 22px;
  border-radius: 100%;
  text-align: center;
  justify-content: center;
  line-height: 22px;
  position: relative;
  z-index: 2;
}

.all:hover {
  background: var(--primary-color);
  color: #fff;
}
.block-title:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  background: #0000001a;
  height: 2px;
}
.block-title a.heading {
  background: #fff;
  position: relative;
  padding-right: 15px;
  z-index: 1;
  font-family: var(--secondary-font);
  font-size: 35px;
  font-weight: 600;
  margin-bottom: 0;
  color: var(--primary-color);
  border-bottom: 0;
}
.block-title a.view-all {
  font-size: 16px;
  font-weight: 500;
  color: #102969;
}
h3.news-title a {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 20px;
}
section.samachar .news-list figure {
  margin: 0;
}
.news-list .col-md-8 {
  padding-left: 5px;
}
.news-list h3 {
  font-size: 18px !important;
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: 600;
  line-height: 1.4;
}
.news-list {
  display: flex;
  gap: 15px;
  margin-bottom: 18px;
}
.news-list > div {
  flex: auto;
}
.news-list > a {
  max-width: 110px;
  min-width: 110px;
  height: 80px;
}
.news-list > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-list figure {
  margin: 0;
  height: 100%;
  width: 100%;
}
section.important-news {
  margin-top: 30px;
}
.main-news h2 {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 20px;
}
.main-news figure {
  position: relative;
  margin: 0;
}

.main-news figure::before {
  border-radius: 3px;
  content: "";
  height: 100%;
  width: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.7),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent
  );
  z-index: 1;
}

.main-news h2 a {
  color: #fff;
}
.main-news p.intro-text {
  font-size: 18px;
}
.main-news {
  position: relative;
}
.main-news img {
  width: 100%;
  height: 480px;
  object-fit: cover;
}
.main-news p {
  display: none;
}

.published-on {
  font-size: 13px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.side-branding {
  margin: 12px 0 12px 0;
}
.branding-block {
  margin-top: 20px;
}
.branding-block .side-branding {
  margin-top: 0;
}
section.headline,
section.opinion,
section.samachar,
section.full-block {
  margin-top: 30px;
}
section.headline .headline-block {
  margin-bottom: 15px;
}
.headline-block > a {
  width: 100%;
  display: block;
  height: 165px;
}

.headline-block h3 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
  line-height: 1.4;
  padding: 16px 0 0 0;
}
.headline-block h3 a {
  font-weight: 500;
}
.headline-block > a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.list-news {
  margin-bottom: 20px;
}
.list-news img {
  height: 156px;
  object-fit: cover;
}
.list-news section.opinion {
  text-align: center;
}
.list-news img {
  object-fit: cover;
  width: 100%;
}
.list-news h4 {
  padding: 10px;
}
section.samachar {
  margin-bottom: 20px;
}
section.samachar .news-list img {
  width: 112px;
  height: 80px;
  object-fit: cover;
}
section.samachar .news-list .row {
  margin-bottom: 25px;
}
.news-listings ul {
  margin-left: 15px;
  padding: 0;
}
.news-listings ul li {
  list-style: square;
  padding: 10px 0 10px 5px;
  border-bottom: 1px solid #eee;
}
.news-listings ul li:first-child {
  padding-top: 0;
}
.news-listings ul li:last-child {
  padding-bottom: 0;
  border-bottom: none;
}
.news-listings ul li a {
  cursor: pointer;
  font-size: 18px;
}

section.full-block h2 {
  font-size: 24px;
  padding-top: 10px;
}
.site-footer {
  padding: 35px 0 0 0;
  background: var(--primary-color);
  color: #fff;
}
.site-footer ul {
  margin: 0 0 12px 0;
  padding: 0;
  list-style-type: none;
}
.site-footer ul li {
  position: relative;
  line-height: 1.8;
  padding-bottom: 1px;
  font-weight: 500;
  font-size: 16px;
}
.site-footer ul li a {
  color: #fff;
  font-size: 16px;
}
.site-footer ul li a:hover {
  opacity: 0.7;
  color: #fff;
}
.site-footer .footer-links {
  padding-left: 20px;
}

.footer-heading {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 6px;
  color: #fff;
  font-family: var(--secondary-font);
}
.site__footer--social a {
  background: #ffffff12;
  color: #fff;
  height: 35px;
  margin-right: 5px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  line-height: 35px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  margin-bottom: 8px;
}
.site__footer--social a:hover {
  background: var(--secondary-color);

}
.footer-info {
  border-right: 1px solid rgba(255, 255, 255, 0.1490196078);
  padding-right: 30px;
  color: #fff;
}
.footer-info img {
	width: 150px;
	margin-bottom: 12px;
	background: #fff;
	padding: 11px;
}
.footer-info p {
  line-height: 1.7;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(204, 204, 204, 0.2588235294);
}
.footer-info p strong {
  font-weight: 500;
}
.footer-info p:last-child {
  padding-bottom: 0;
  border-bottom: none;
  margin-bottom: 0;
}

.ad-contact {
  margin-top: 15px;
}
.ad-contact strong,
.ad-contact span {
  display: block;
  font-weight: 500;
  font-family: var(--secondary-font);
}
.ad-contact strong a,
.ad-contact span a {
  color: #fff;
}
.ad-contact strong a:hover,
.ad-contact span a:hover {
  opacity: 0.96;
  color: #fff;
}

strong {
  font-weight: 700;
}
.site-navigation.fixed-header {
  position: fixed;
  width: 100%;
  z-index: 2;
  top: 0;
}

.detail-page .heading h1 {
  font-size: 55px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.info-detail {
	border-top: 1px solid #00000017;
	display: flex;
	margin-top: 20px;
	align-items: center;
	justify-content: space-between;
	padding: 12px 0 12px 0;
	flex-wrap: wrap;
	gap: 15px;
    border-bottom: 1px solid #00000017;
}
.detail-page ul.author-info {
  padding: 0;
  margin: 0 0;
  display: flex;
  flex-wrap: wrap;
  gap:12px;
}
.detail-page ul.author-info li {
	display: inline;
	list-style: none;
	padding: 0 13px 0 0;
	margin: 0;
	border-right: 2px solid #0006;
	line-height: 1;
	font-weight: 600;
}
.detail-page ul.author-info li:last-child {
  border-right: none;
}
.detail-page ul.author-info li.author img {
  height: 35px;
  width: 35px;
}

.detail-page .featured-image {
  margin: 10px 0;
  text-align: center;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}
.detail-page .featured-image div.caption {
  font-size: 16px;
  padding: 10px 0 5px 0;
  font-style: italic;
  display: block;
  color: #102969;
}
.detail-page .new-detail p {
  font-size: 22px;

  line-height: 40px;
  font-weight: 400;
  color: #111;
  text-align: justify;
}

.detail-page .related-news {
  margin: 20px 0;
}
.pagenav {
	display: flex;
	text-align: right;
	margin: 30px 0 25px 0;
  padding-top: 30px;
    border-top:1px solid #00000017 ;
	justify-content: space-evenly;
}
.pagenav nav .disabled .page-link {
  width: auto;
}
.pagenav nav .page-link {
  display: inline-block;
  /* padding: 0 15px; */
  background: #00000040;
  color: #fff;
  height: 35px;
  width: 35px;
  margin-left: 15px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border-radius: 0;
  font-weight: 600;
}
.pagenav nav .page-link:hover,
.pagenav nav .active .page-link {
  background: #102969;
  color: #fff;
  border-color: #102969;
}
.pagenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.pagenav ul li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.pagenav ul li a,
.pagenav ul li span {
  border: 1px solid var(--primary-color);
  display: block;
  text-align: center;
  padding: 0 12px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.pagenav ul li a:hover,
.pagenav ul li span:hover {
  background: rgba(75, 74, 74, 0.05);
}
.pagenav ul li.active span {
  border-color: var(--primary-color);
  background: var(--primary-color);
  color: #ffffff;
}
.pagenav ul li.disabled span {
  cursor: default;
  color: #999999;
}
.pagenav ul li.disabled span:hover {
  background: transparent;
  color: #999999;
}
p.short-desc {
  padding: 0;
  margin: 0;
}
p.date {
  padding: 0;
  margin: 0;
  padding-top: 10px;
  font-size: 15px;
  color: #7b7b7b;
  font-style: italic;
}
a.menu__trigger:hover {
  color: #111;
}

.st-total .st-label {
  color: var(--primary-color) !important;
  font-size: 24px !important;
  font-weight: 600 !important;
}
.headline-box img {
  height: 160px;
  width: 255px;
  object-fit: fill;
}
/*
  ##Device = Desktops
  ##Screen = 1281px to higher resolution desktops
*/
@media (min-width: 1281px) {
}
/*
  ##Device = Laptops, Desktops
  ##Screen = B/w 1025px to 1280px
*/
@media (min-width: 1025px) and (max-width: 1280px) {
}
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
}
/*
  ##Device = Tablets, Ipads (landscape)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}
/*
  ##Device = Low Resolution Tablets, Mobiles (Landscape)
  ##Screen = B/w 481px to 767px
*/
@media (max-width: 767px) {
  .headline-block {
	margin-bottom: 15px;
}
  .site-footer ul {
	margin: 0 0 0 0;
}
  .site-footer .footer-links {
	padding: 15px 0 0 0;
	border-top: 1px solid #ffffff40;
	margin-top: 15px;
}
  .footer-info {
    padding: 0 0 15px 0;
    margin-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1490196078);
  }
  .opinion .col-md-3 {
    display: block !important;
      margin-bottom: 25px;
    align-self: stretch !important;
  }
  .site-navigation.fixed-header {
    position: relative;
  }
  section.breaking-news .news-block a h2 {
    font-size: 40px;
    font-weight: 600;
  }
  .small-hidden {
    display: none;
  }
  header .top-block {
    height: auto;
    background: none;
      padding: 8px 0;
  }
 header.fixed {
	top: 0;
	z-index: 2;
	background: #fff;
	left: 0;
	width: 100%;
	box-shadow: 0 3px 9px #00000029;
	position: fixed;
}


  header .top-block .logo-container {
    width: 100%;
    text-align: left;
    display: inline;
  }
header .top-block a.logo > img {
	width: 130px;
}
header .top-block {
  
	box-shadow: 0 3px 9px #00000029;
}
 header.fixed .top-block a.logo > img {
    width: 120px;
  }
  header .top-block .social-media-links {
    float: right;
    width: 100%;
  }
  section.breaking-news .news-block a h2 {
    font-size: 40px;
  }
  section.breaking-news .news-block a p {
    font-size: 20px;
  }
  section.important-news .main-news h2 {
    font-size: 20px;
  }
  section.important-news .main-news p.intro-text {
    font-size: 16px;
  }

  .news-list figure {
    margin: 0;
  }
  .news-list .published-on {
    padding-bottom: 20px;
    font-size: 14px;
  }
  section.opinion h4 {
    font-size: 18px;
  }
  
  section.opinion a.view-all {
    display: none;
  }
  section.full-block h2 {
    font-size: 20px;
  }
  h3.news-title a {
    font-size: 18px;
  }
  section.important-news .main-news h2 {
    font-size: 18px;
  }
  .news-listings ul li a {
    font-size: 16px;
  }
  h3.text-sm {
    padding-bottom: 0;
  }
  .side-branding img {
    width: 100%;
  }

  .site-navigation {
    display: none;
  }

  .header-right{
    display: none;
  }
header .top-block .hamburger,
header .top-block .nav-search {
  display: block;
}
header .top-block .hamburger {
  margin-right: auto;
}
header .top-block .nav-search {
  margin-left: auto;
}


.detail-page .heading h1 {
	font-size: 40px;
}
  .detail-page .new-detail p {
    font-size: 20px;
    line-height: 35px;
  }
  .detail-page .share-block {
    margin-bottom: 15px;
  }
  .detail-page ul.author-info {
    margin: 0;
  }
  .detail-page ul.author-info li.author {
    font-size: 14px;
  }
  .detail-page ul.author-info li.date {
    font-size: 13px;
    padding-left: 5px;
  }
  .detail-page .related-news img {
    width: 100%;
  }
  .detail-page .related-news h4 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .list-news, .column-news {
	margin: 20px 0 20px 0;
}
  .comment-block h4 {
    font-size: 18px;
  }
  .main-news {
	position: relative;
	margin-bottom: 20px;
}
  .block-title a.heading {
    font-size: 28px;
  }
  .sharethis-inline-share-buttons {
    float: left;
    padding-top: 0 !important;
  }
  .news-list img {
    width: 100%;
    height: auto;
  }
  .headline-box img {
    width: 100%;
    height: auto;
  }
  .headline-block img {
    width: 100%;
    height: auto;
  }
}

@media (max-width: 480px) {
  .detail-page .heading h1 {
    font-size: 30px;
    font-weight: 700;
  }
  section.breaking-news .news-block a h2 {
    font-size: 30px;
    font-weight: 600;
  }
  .main-news img {
	width: 100%;
	height: 320px;
	object-fit: cover;
}
  .main-news h2 {
    font-size: 20px;
    padding: 10px 0;
  }
  .main-news p.intro-text {
    font-size: 16px;
  }
  .news-listings ul li a {
    font-size: 14px;
  }
  .news-listings ul li {
    padding: 8px 0;
  }
  .news-listings ul li:first-child {
    padding-top: 0;
  }
  .news-listings ul li:last-child {
    padding-bottom: 0;
    border-bottom: none;
  }
}

.english-date {
  display: inline-block;
  margin-left: 5px;
  line-height: 1;
  padding-left: 9px;
  border-left: 1px solid #ccc;
  display: inline-block;
}

.opinion .headline-block {
  text-align: center;
  height: 100%;
  border: 1px solid #0000001a;
  border-radius: 5px;
  padding: 20px;
  background: #0000000a;
}
.opinion .headline-block > a {
  height: 100px;
  width: 100px;
  border-radius: 100%;
  margin: 0 auto;
}
.opinion .col-md-3 {
  display: flex;
  align-self: stretch;
}
.opinion .headline-block > a img {
  border-radius: 100%;
  border: 1px solid var(--primary-color);
  padding: 3px;
}

.search-popoup .modal-header {
  color: #fff;
  background: var(--primary-color);
  padding: 13px 23px;
}
.search-popoup .modal-header h5 {
  color: #fff;
  font-size: 20px;
  font-family: var(--secondary-font);
}

.search-popoup .modal-header .close {
  font-size: 32px;
  color: #fff;
  padding: 0;
  margin: 0;
  opacity: 1;
  outline: none;
}

.search-popoup .modal-body {
  padding: 18px;
}

.search-popoup .modal-body .form-control {
  font-size: 16px;
  display: block;
  background: #0000000a;
  height: auto;
  padding: 10px 30px 7px 19px;
  width: 100%;
}
.search-popoup .modal-body .btn-primary {
  font-size: 16px;
  background: var(--secondary-color);
  color: #fff;
  display: block;
  border: none;
  width: 100%;
  height: 41px;
  font-size: 20px;
}
.copyright-wrap p {
  margin: 0;
}

.copyright-wrap {
  margin-top: 35px;
  background: #0000001c;
  padding: 8px 0;
}

.newsInfo div {
  position: relative;
  font-size: 15px;
  display: inline-block;
  margin-right: 16px;
  font-weight: 500;
  color: #000000a3;
  vertical-align: revert;
}
.newsInfo {
  margin-top: 7px;
  display: inline-flex;
  align-items: center;
}
.newsInfo div i {
  margin-right: 4px;
}
.newsInfo div > a {
  font-weight: 500;
  color: #000000a3;
  display: inline-block;
  vertical-align: sub;
}
.newsInfo div:not(:first-child) {
  margin-right: 0;
}


.headline__news {
  text-align: center;
	padding:0 0 25px 0;
  margin-bottom: 25px;
  border-bottom: 1px solid #0000001a;
}

.headline__news h2 {
	color: #000;
	font-size: 32px;
	font-weight: 700;
	margin: 0 0 15px 0;
}

.share-col .st-btn {
	display: inline-block !important;
}

.bharkharai .news-listings ul {
  padding: 0;
  margin: 0;
}

.bharkharai .news-listings ul li {
	list-style: none;
	padding: 8px 0 8px 0;
  font-weight: 600;
}

@media (min-width: 992px) { /* Adjust 992px to your desired breakpoint for "big screen" */
  .hamburger {
    display: none;
  }
}