.epaper-grid {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 800px;
}
.epaper-grid ul {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
  flex: 1 1;
  gap: 16px;
  align-items: flex-start;
  align-content: start;
}
.epaper-grid ul li {
  width: 100%;
  max-width: 180px;
  background: #fafafa;
  border: #fafafa solid 0.5px;
  border-radius: 4px;
}
.epaper-grid ul li:hover {
  scale: 1.1;
  transition: all 0.3s;
  cursor: pointer;
}
.epaper-grid ul li figure {
  height: fit-content;
}
.epaper-grid ul li figure img {
  width: 100%;
  height: fit-content;
  max-width: 175px;
}
.epaper-grid ul li .date {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-left: 8px;
  padding-right: 8px;
}
.epaper-grid ul li .date a {
  text-decoration: none;
  color: #454545;
}
.epaper-grid ul li .date a {
  font-size: 14px;
  padding: 5px 0;
  line-height: 20px;
  font-weight: 500;
}
.epaper-grid ul li .date a svg {
  width: 15px;
  height: 15px;
}
.dnewsgrid {
  width: unset;
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  padding: 1em;
}

.dnewsgrid .left {
  width: 70.5em;
  padding: 1em;
  display: flex;
  flex-direction: column;
  align-content: stretch;
  margin-left: 1em;
}

.dnewsgrid .right {
  width: 0;
  padding: 1em;
}

.dnewsgrid .breadcrumb {
  width: inherit;
  border-bottom: 1px #333;
  border-bottom-style: dotted;
  padding-bottom: 0.2em;
}

.dnewsgrid .breadcrumb a {
  text-decoration: none;
}

.breadcrumb {
  width: inherit;
  border-bottom: 1px #333;
  border-bottom-style: dotted;
  padding-bottom: 0.2em;
}

.breadcrumb a {
  text-decoration: none;
  color: #4a4a4a;
}

.breadcrumb .linkactive {
  background: #c04c4c;
  color: #ffff;
  padding-left: 0.5em;
  padding-top: 4px;
  padding-bottom: 2px;
  padding-right: 0.5em;
  border-radius: 2px;
}

.breadcrumb .linkactive a {
  color: #ffff;
}
.container {
  width: 100%;
  max-width: 1160px;
}
.dnewsgrid ul {
    list-style: none;
    align-items: end;
    display: flex;
}
.feeds .newscard .info span {
    margin-left: 8px;
}
.feeds .newscard .info p {
    padding: 8px 8px;
}
.feeds .newscard .info p a {
    color: #454545;
    text-decoration: none;
    margin-top: 8px;
}
.stateviral {
    display: flex;
    justify-content: center;
}
.epapersec{
    display: flex;
    flex-direction: row;
}
.epapersec .epaper-grid ul {
  margin-top: 10px;
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 800px;
  }
  .stateviral .titlrect h3{
    margin-left: 20px;
    margin-bottom: 8px;
  }
  .epapersec{
    flex-direction: column;
  }
  .dnewsgrid .left {
    width: 100%;
    padding: 0em;
    display: flex;
    flex-direction: column;
    align-content: stretch;
    margin-left: 0em;
  }
  ins {
    width: 100%;
  }
  ins iframe {
    width: 100%;
    max-width: 340px;
  }
}
.epaperhead {
  width: 100%;
  height: 2em;
  border-radius: 2px;
  display: flex;
  border-bottom: black solid 1px;
  margin-bottom: 15px;
  flex-direction: row;
  justify-content: flex-start;
  align-content: center
}
.epaperhead h3 {
  font-family: 'Noto Sans Devanagari', sans-serif;
  font-size: 1.475em;
  font-weight: 600;
  line-height: 1.4em;
  padding-left: .5em;
  padding-right: .5em;
  letter-spacing: 0;
  text-align: left;
  color: #c04c4c
}
.epapersec .titlrect {
  width: 100%;
  height: 2em;
  border-left: 5px solid #c04c4c;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-content: center;
  margin-bottom:5px;
}


.epapersec-main ul{margin:0;padding:0;list-style-type:none;display:flex;flex-wrap:wrap}
.epapersec-main ul li{width:20%;padding:8px 8px}
.epaper-inner{background:#fafafa;border:1px solid #fafafa;padding:10px 11px 5px}
.epaper-inner>a{position:relative;display:block;padding-bottom:128%}
.epaper-inner>a img{border-radius:5px;height:100%;width:100%;object-fit:cover;position:absolute;z-index:1;box-shadow:0 0 5px -1px #ddd}
.epaper-date a:not(.share){text-decoration:none;color:#454545;font-size:13px;padding:5px 0;line-height:20px;font-weight:500;display:block;white-space:nowrap}
.epaper-date{display:flex;justify-content:space-between;padding:8px 0 0;align-items:center}
.epaper-date .share{display:block}
.epaper-date .sharebutton{height:17px;width:17px;display:block}
.listToptitle{padding-bottom:25px;padding-top:0}
.listToptitle h1,.listToptitle h2,.listToptitle h3{border-left:8px solid #c04c4c;border-radius:5px;font-size:26px;line-height:1;padding:5px 11px 1px;color:#a63e3e;font-weight:600}
