.site-branding {
  display: flex !important;
  column-gap: 12px;
  align-items: center;
  margin-bottom: 12px;
  margin-top: 12px;
}
.header-logo a img {
  height: 52px;
  width: 270px;
}
.block-titile-s {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fmenu {
  background-color: #0b48a6;
  position: sticky;
  top: 0;
  padding: 10px 0;
  z-index: 100;
  transition: all 0.3s ease-in-out;
}
.menu li {
  /* margin-left: 12px; */
  font-size: 22px;
  /* margin-right: 12px; */
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.menu li a {
  color: #fff !important;
  padding: 12px;
}
.fmenu-flex {
  column-gap: 9px;
  display: flex;
  align-items: center;
}
.unicode a {
  text-decoration: none;
  color: #fff !important;
}
.sub-menu {
  display: block !important;
  background-color: #0b48a6;
}

.unicode a:hover {
  background-color: #839ed0;
  padding: 12px 0 12px 0;
}
#primary-menu li a:hover {
  background-color: #e11d00;
  transition: 0.3s all ease-in-out;
}
.#primary-menu li a {
  margin-left: 12px;
  margin-right: 12px;
}
.footer-last {
  display: flex;
  justify-content: space-between;
  gap: 30px;
  color: #fff;
  align-items: center;
  padding: 12px 0 12px 0;
}
.fla {
  background-color: #0b48a6;
}
.fla2 a {
  text-decoration: none;
}
.fla2 a h2 {
  color: #fff;
  font-size: 15px;
}
.fla1 h2 {
  color: #fff;
  font-size: 15px;
}

.footer-last-above {
}
.block-news-title h1 {
  font-family: "khand", sans-serif;
  font-size: 42px;
  font-weight: 600;
  color: #0b48a6;
  border-bottom: 1px solid #e1e1e1;
}

.fabovel {
  padding: 40px 0;
  background: rgba(34, 96, 191, 0.14);
}
.footer-last-above {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 4px;
}
.flab h2 {
  font-size: 16px !important;
}
.flab {
  border-right: 1px solid red;
  padding-right: 20px;
  margin-left: 15px;
}
.flab h3 {
  font-size: 19px !important;
}

.mainnews-block-css {
  display: flex;
}
.mhp-main-news-s {
  display: grid;
  grid-gap: 30px;
  grid-template-columns: repeat(2, 1fr);
  padding-top: 20px;
  padding-bottom: 20px;
}
.ms-thum-mainnews2-title-box {
  display: flex;
  grid-gap: 1rem;
}
.ms-mainnews2-first-thumbnail a img {
  width: 143px;
  max-width: 143px;
  height: 80px;
}

.ms-mainnews2-first-title h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: bold;
}
.ms-mainnews2-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-mainnews2-first-title h2 a:hover {
  text-decoration: none;
  color: #e11d00;
}
.ms-thum-mainnews3-title-box {
  display: flex;
  grid-gap: 1rem;
  margin-top: 12px;
  margin-left: 12px;
  margin-bottom: 12px;
}
.ms-mainnews3-first-thumbnail a img {
  width: 143px;
  max-width: 143px;
  height: 80px;
}
.ms-mainnews3-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-mainnews3-first-title h2 a:hover {
  text-decoration: none;
  color: #e11d00;
}
.ms-mainnews3-first-title h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: bold;
}
.ms-thum-mainnews-title-box {
  position: relative;
}
.ms-mainnews-first-thumbnail a img {
  height: 405px;
  width: 848px;
  max-width: 845px;
}
.ms-mainnews-first-title h2 a {
  text-decoration: none;
  color: #fff;
}
.ms-mainnews-first-title h2 {
  position: absolute;
  padding: 12px;
  font-size: 24px;
  bottom: 0;
  font-weight: 700;
  text-shadow: 2px 2px 5px rgb(0 0 0 / 79%); /* Text shadow */
}

.ms-mainnews-first-title h2 a:hover {
  color: #e11d00;
  transition: all 300ms ease-in-out;
}

.provience-block {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(3, 1fr);
}
.provience-blocks {
  display: flex;
  column-gap: 15px;
}
.ms-pradeshnews-first-title h2 a {
  text-decoration: none;
  color: #212529;
}
.ms-pradeshnews-first-title h2 a:hover,
.ms-world-first-title h2 a:hover,
.ms-patrapatrika-first-title h2 a:hover,
.ms-world1-first-title h2 a:hover {
  transition: all 300ms ease-in-out;
  color: #e11d00;
}
.ms-pradeshnews-first-title h2 {
  margin-top: 15px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
}
.ms-pradeshnews-first-thumbnail a img {
  height: 207px;
  width: 319px;
  max-width: 319px;
}
.pradesh-list li {
  list-style: none;
}
.pradesh-list li a {
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #0b48a6;
  border-radius: 30px;
  padding: 6px 20px 7px;
  font-weight: 500;
  font-size: 16px;
}
.pradesh-list span li a {
  background-color: #0b48a6;
  border: 1px solid #fff;
  border-radius: 30px;
  padding: 6px 20px 7px;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
}
.pradesh-list {
  display: inline-flex;
  column-gap: 20px;
  margin-bottom: 18px;
  margin-top: 12px;
}
.pradesh-list li a:hover {
  color: #fff;
  text-decoration: none;
  background-color: #8aa4d3;
  border: 1px solid #8aa4d3;
  border-radius: 30px;
  padding: 7px 20px 6px;
  font-weight: 500;
  font-size: 16px;
}
.world-css {
  display: flex;
  column-gap: 18px;
}
.ms-thum-world-title-box {
  display: flex;
  align-items: center;
}
.ms-world1-first-title h2 a {
  text-decoration: none;
  color: #212529;
}
.ms-world1-first-title h2 {
  margin-top: 12px;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
}
.ms-thum-patrapatrika-title-box {
  display: flex;
  align-items: center;
  grid-gap: 1.875rem;
  margin-top: 12px;
  margin-bottom: 12px;
  padding: 1px;
}
.ms-patrapatrika-first-title h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.ms-world-first-thumbnail a img {
  height: 450px;
  width: 509px;
  object-fit: cover;
}

.ms-patrapatrika-first-title h2 a {
  text-decoration: none;
  color: #212529;
}
.ms-patrapatrika-first-thumbnail a img {
  width: 95px;
  height: 95px;
  overflow: hidden;
  max-width: 95px;
  border-radius: 50%;
}
.wordld-second-block {
  display: grid;
  grid-gap: 25px;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 25px;
  margin-top: 25px;
}
.ms-world1-first-thumbnail a img {
  width: 323px;
  height: 252px;
}
.ms-world-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-world-first-title h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.ms-world-first-title {
  padding: 3rem;
}
.sports-block {
  display: flex;
  column-gap: 12px;
}
.sports-block-1-css {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.ms-thum-sports1-title-box {
  display: flex;
  column-gap: 12px;
}
.ms-thum-sports-title-box {
  display: flex;
}
.sports-block-css {
  display: grid;
  grid-gap: 10px;
  grid-template-columns: repeat(2, 1fr);
}
.ms-sports-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-sports-first-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 15px;
}
.ms-sports1-first-thumbnail a img {
  height: 104px;
  width: 160px;
  max-width: 160px;
}

.ms-sports1-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-sports1-first-title h2 a:hover {
  color: #0b48a6;
  transition: all 300ms ease-in-out;
}

.ms-sports1-first-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.ms-sports-first-thumbnail a img {
  height: 320px;
  width: 481px;
  max-width: 481px;
}
.rajniti-block {
  display: flex;
  grid-gap: 20px;
}

.rajniti-second {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
}
.ms-rajniti1-first-thumbnail a img {
  height: 182px;
  width: 350px;
  max-width: 350px;
  object-fit: cover;
}
.ms-rajniti1-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-rajniti1-first-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.ms-rajniti-first-title h2 {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.5;
}
.ms-rajniti-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.rajniti-sub-cat ul a li {
  list-style: none;
}
.rajniti-sub-cat ul {
  display: inline-flex;
}
.rajniti-sub-cat ul a {
  margin-left: 12px;
  text-decoration: none;
}

.rajniti-sub-cat ul a li {
  border-bottom: 5px solid blue;
  background-color: transparent;
  color: red !important;
  border-radius: 30px;
  padding: 6px 20px 3px;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
}
.rajniti-sub-cat ul a li:hover {
  border-bottom: 5px solid red;
  background-color: transparent;
  color: blue !important;
  border-radius: 30px;
  padding: 6px 20px 3px;
  font-weight: 500;
  font-size: 17px;
  list-style: none;
}
.interview-block {
  display: flex;
  grid-gap: 20px;
  margin-bottom: 12px;
}
.interview-second-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-top: 20px;
}
.ms-thum-bichar-title-box {
  display: flex;
  grid-gap: 15px;
  margin-top: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.ms-thum-interview-title-box {
  display: flex;
  align-items: center;
  grid-gap: 15px;
}
.ms-thum-interview1-title-box {
  display: flex;
  grid-gap: 15px;
  align-items: center;
}
.ms-interview1-first-thumbnail a img {
  height: 106px;
  width: 148px;
  max-width: 148px;
}
.ms-bichar-first-thumbnail a img {
  height: 86px;
  width: 95px;
  max-width: 95px;
}
.ms-interview-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-interview1-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-bichar-first-title h2 a {
  text-decoration: none;
  color: #666666;
}

.ms-interview-first-title h2 {
  font-size: 30px;
  font-weight: 600;
  line-height: 1.4;
}
.ms-interview1-first-title h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.4;
}
.ms-bichar-first-title h2 {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 600;
}
.ms-interview-first-thumbnail a img {
  height: 293px;
  width: 100%;
  object-fit: cover;
}
.lifestyle-block {
  display: flex;
  grid-gap: 15px;
}
.life-st {
  display: flex;
  grid-gap: 15px;
}
.ms-lifestyle1-first-thumbnail a img {
  height: 80px;
  width: 104px;
  max-width: 104px;
}
.ms-thum-lifestyle1-title-box {
  display: flex;
  margin-bottom: 10px;
  grid-gap: 4px;
}
.ms-lifestyle1-first-title h2 a {
  text-decoration: none;
  color: #666666;
}

.ms-lifestyle1-first-title h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 30px;
  position: relative;
}
.ms-health1-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-thum-health-title-box {
  position: relative;
  overflow: hidden; /* Ensures overflow is hidden */
}

.ms-health-first-thumbnail a img {
  height: 250px;
  width: 100%; /* Ensure the image covers the container */
  object-fit: cover; /* Make sure the image covers the container without stretching */
  transition: transform 0.3s ease; /* Smooth transition for zoom effect */
}

.ms-health-first-thumbnail a:hover img {
  transform: scale(1.1); /* Zoom effect on hover */
}

.ms-health-first-title h2 a {
  text-decoration: none;
  position: absolute;
  bottom: 0;
  padding: 12px;
  color: #fff;
  z-index: 5; /* Ensures the title is above the overlay */
}

.ms-health-first-title h2 {
  position: absolute;
  bottom: 0;
  height: 60%;
  width: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.99),
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent
  );
  padding: 12px;
  box-sizing: border-box; /* Ensures padding is included in element's total width and height */
  z-index: 4;
}

.ms-health1-first-title h2 {
  font-size: 19px;
  font-weight: 600;
  padding-top: 14px;
}
.ms-health1-first-title {
  border-bottom: solid 1px rgba(0, 0, 0, 0.14);
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.ms-rajniti-first-thumbnail a img {
  height: 390px;
  width: 100%;
  object-fit: cover;
}

.ent-b-c {
  padding-top: 15px;
  background-color: #f9e9ff;
  padding-bottom: 15px;
}
.entertainment-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.ms-entertainment-first-thumbnail a img {
  height: 207px;
  width: 300px;
  max-width: 300px;
}
.ms-entertainment-first-title h2 a {
  text-decoration: none;
  color: #212529;
}
.ms-entertainment-first-title h2 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.4;
  padding-top: 12px;
  margin-bottom: 22px;
}
.ent-sub-cat li {
  list-style: none;
  display: inline;
}
.ent-sub-cat li a {
  border-radius: 30px;
  padding: 6px 20px 3px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid blue;
  background-color: cornflowerblue;
  color: #fff !important;
  text-decoration: none;
}
.ent-sub-cat {
  margin-bottom: 12px;
}
.technology-block {
  display: flex;
  grid-gap: 20px;
}
.tech-block {
  display: flex;
  grid-gap: 20px;
}
.ms-tech1-first-thumbnail a img {
  height: 96px;
  width: 160px;
  max-width: 160px;
}
.ms-thum-tech1-title-box {
  display: flex;
  grid-gap: 20px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.ms-tech1-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-tech1-first-title h2 {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-right: 12px;
}
.ms-edu-first-thumbnail a img {
  height: 160px;
  width: 290px;
  max-width: 290px;
}
.ms-edu1-first-title h2 a {
  text-decoration: none;
  color: #666;
}
.ms-edu1-first-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #deb8874f;
}
.ms-edu-first-title h2 a {
  text-decoration: none;
  color: #666;
}
.ms-edu-first-title h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  border-bottom: 1px solid #deb8874f;
}
.education-block {
  padding: 12px;
  border: 1px solid burlywood;
}
.ms-tech-first-title h2 a {
  text-decoration: none;
  color: #666;
}
.ms-tech-first-title h2 {
  margin-top: 12px;
}
.tourist-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.ms-tourist-first-thumbnail a img {
  height: 148px;
  width: 300px;
  max-width: 300px;
}
.ms-tourist-first-title h2 a {
  text-decoration: none;
  color: #666666;
}
.ms-tourist-first-title h2 {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 12px;
}
.ms-thum-seclast-title-box {
  position: relative;
}
.secondlast-block {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
.ms-seclast-first-thumbnail a img {
  height: 450px;
  width: 100%;

  object-fit: cover;
}
.ms-seclast-first-title h2 a {
  position: absolute;
  text-decoration: none;
  color: #fff;
  bottom: 0;
  padding: 30px;
  font-size: 22px;
  line-height: 27px;

  margin-right: 9px;
}
.ms-seclast-first-title {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.99),
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent,
    rgba(0, 0, 0, 0.6)
  );
  z-index: 4;
}
.whole-block-css {
  display: flex;
  grid-gap: 20px;
}

.ms-lekh1-first-title h2 a {
  text-decoration: none;
  color: #393d40;
}
.ms-dharm1-first-title h2 a {
  text-decoration: none;
  color: #393d40;
}
.ms-rochak1-first-title h2 a {
  text-decoration: none;
  color: #393d40;
}

.ms-lekh-first-title h2 a {
  text-decoration: none;
  color: #212529;
}
.ms-dharm-first-title h2 a {
  text-decoration: none;
  color: #212529;
}
.ms-rochak-first-title h2 a {
  text-decoration: none;
  color: #212529;
}

.ms-lekh1-first-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.ms-dharm1-first-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}
.ms-rochak1-first-title h2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5;
}

.ms-lekh-first-title h2 {
  border-bottom: 1px solid #eee;
  padding: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.ms-dharm-first-title h2 {
  border-bottom: 1px solid #eee;
  padding: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.ms-rochak-first-title h2 {
  border-bottom: 1px solid #eee;
  padding: 0.5rem;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.5;
}
.ms-lekh1-first-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 12px 8px 12px;
}
.ms-rochak1-first-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 12px 8px 12px;
}
.ms-dharm1-first-title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #eee;
  padding: 10px 12px 8px 12px;
}
.artha-second-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4px;
}
.artha-full-block {
  display: flex;
  grid-gap: 20px;
}
.ms-artha1-first-title h2 a {
  text-decoration: none;
  color: #212529;
}
.ms-artha-first-title h2 a {
  text-decoration: none;
}
.ms-artha-first-title h2 {
  font-size: 26px;
  line-height: 1.4;
  padding-top: 12px;
}

.ms-artha1-first-title h2 {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
  overflow: hidden;
  padding-top: 12px;
}
.artha-back {
  background-color: #e4eaf6;
  padding-top: 12px;
  padding-bottom: 12px;
}

.ms-artha1-first-thumbnail a img {
  height: 182px;
  width: 295px;
  max-width: 295px;
}
.ms-artha-first-thumbnail a img {
  height: 460px;
  width: 630px;
  max-width: 630px;
}
.sub-cat-title li {
  list-style: none;
}
.sub-cat-title li a {
  text-decoration: none;
}
.sub-cat-title span li {
  list-style: none;
}
.sub-cat-title span li a {
  text-decoration: none;
}
.sub-cat-title {
  display: flex;
  padding-bottom: 12px;
}
.sub-cat-title li {
  background-color: #fff;
  border-radius: 30px;
  padding: 6px 20px 3px;
  font-weight: 500;
  font-size: 17px;
  transition: all 0.3s ease-in-out;
  color: #5b5b5b !important;
  margin-left: 12px;
}

.sub-cat-title span li {
  border-bottom: 5px solid #0b48a6;
  background-color: transparent;
  color: #0b48a6 !important;
}

.sub-cat-title li:hover {
  border-bottom: 5px solid #0b48a6;
  background-color: transparent;
  color: #0b48a6 !important;
}
.loksewa-full-block {
  display: flex;
  grid-gap: 20px;
}
.loksewa-css {
  display: flex;
  grid-gap: 20px;
}
.ms-loksewa1-first-thumbnail a img {
  height: 101px;
  width: 134px;
  max-width: 134px;
  object-fit: cover;
}
.ms-thum-loksewa1-title-box {
  display: flex;
  grid-gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ms-bal-first-thumbnail a img {
  height: 101px;
  width: 102px;
  max-width: 102px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 5px;
}
.ms-thum-bal-title-box {
  display: flex;
  grid-gap: 20px;
  padding-top: 12px;
  padding-bottom: 12px;
}
.ms-loksewa1-first-title h2 a {
  text-decoration: none;
  color: #4a4a4a;
}
.ms-loksewa1-first-title h2 {
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.5px;
  margin-right: 12px;
}
.ms-bal-first-title h2 {
  font-size: 22px;
  line-height: 30px;
  letter-spacing: 0.5px;
}
.ms-bal-first-title h2 a {
  text-decoration: none;
  color: #4a4a4a;
}
.ms-thum-loksewa-title-box {
  position: relative;
  overflow: hidden; /* Ensures overflow is hidden */
}

.ms-loksewa-first-thumbnail a img {
  height: 460px;
  width: 100%; /* Make sure image covers the container */
  object-fit: cover; /* Ensure the image covers the container without stretching */
  transition: transform 0.3s ease; /* Smooth transition for zoom effect */
}

.ms-loksewa-first-thumbnail a:hover img {
  transform: scale(1.1); /* Zoom effect on hover */
}

.ms-loksewa-first-title {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.99),
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent,
    rgba(0, 0, 0, 0.6)
  );
  z-index: 4;
}

.ms-loksewa-first-title h2 a {
  text-decoration: none;
  color: #fff;
}

.ms-loksewa-first-title h2 {
  font-weight: 700;
  letter-spacing: 0.5px;
  position: absolute;
  bottom: 0;
  padding: 30px;
}

.mainnews-author a {
  text-decoration: none;
  font-weight: 600;
  font-size: 20px;
  color: #4169e1;
}
.news-wrapper h1 a {
  text-decoration: none;
  color: #666;
}
.news-wrapper h1 a:hover {
  text-decoration: none;
  color: #4169e1;
}
.news-wrapper h1 {
  font-size: 62px;
  font-weight: 600;
  line-height: 1.4;
}
.news-description {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
  color: #000;
  text-align: center;
}
.breaking_thumb a img {
  height: 520px;
  width: 1250px;
  max-width: 1250px;
  object-fit: cover;
}
.submain-block {
  display: flex;
  grid-gap: 20px;
}
.submain-first-se {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 14px;
  position: relative;
}
.news-second {
  display: flex;
  grid-gap: 14px;
  align-items: center;
  padding-top: 7px;
  padding-bottom: 12px;
}
.subbreaking_thumb a img {
  height: 456px;
  width: 100%;
  max-width: 100%;
  object-fit: cover;
}
.thirdbreaking_thumb a img {
  height: 96px;
  width: 121px;
  max-width: 121px;
  object-fit: cover;
}
.news-second h1 a {
  text-decoration: none;
  color: #212529;
}
.news-first h1 a {
  text-decoration: none;
  color: #ffffff;
}
.news-first h1 a:hover,
.news-second h1 a:hover {
  color: #e02300;
  transition: all 300ms ease-in-out;
}

.news-first h1 {
  position: absolute;
  bottom: 0;
  padding: 25px;
  font-weight: 700;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}
.news-second h1 {
  font-size: 20px;
  letter-spacing: 0.5px;
  font-weight: 600;
  line-height: 25px;
}
.above-ads {
  text-align: center;
  margin-top: 12px;
}
.post-block-style {
  display: flex;
  grid-gap: 14px;
  margin-top: 12px;
  margin-bottom: 12px;
  align-items: center;
}
.post-thumb a img {
  height: 96px;
  width: 100px;
  max-width: 100px;
  object-fit: cover;
  border-radius: 5%;
}
.thap-samachar-block-css {
  display: grid;
  grid-gap: 21px;
  grid-template-columns: repeat(4, 1fr);
}
.post1-title a {
  text-decoration: none;
  color: #4a4a4a;
}
.post1-title a:hover {
  text-decoration: none;
  color: #e11d00;
}

.thap-samachar-content h2 {
  margin-top: 12px;
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 30px;
}
.post1-thumbm a img {
  height: 250px;
  width: 330px;
  max-width: 300px;
  object-fit: cover;
}
.news-post-block {
  display: flex;
  grid-gap: 12px;
}
.post-content h2 a {
  text-decoration: none;
  color: #666;
}
.post-content h2 a:hover {
  text-decoration: none;
  color: #e11d00;
}
.post-content h2 {
  font-size: 18px;
  letter-spacing: 0.5px;
  line-height: 25px;
}
.entry-content p {
  text-align: justify;
  font-size: 18px;
  font-weight: 500;
}
.news-side {
  text-align: center;
}
.entry-header h1 {
  font-size: 60px;
  font-weight: 600;
  text-align: center;
}
.author-single-image-css img {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  object-fit: contain;
  border: 1px solid #4040401f;
}
.post-idss {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}
.author-single-post {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.author-single-ID label a {
  text-decoration: none;
  color: #4a4a4a;
}
.author-single-ID {
  font-size: 20px;
  font-weight: 400;
}

.header1 {
  display: flex;
}
.first-cat {
  display: flex;
  align-items: center;
}
.cat_heading {
  position: absolute;
  padding: 68px;
  background: #ff450033;
  margin-left: 553px;
  padding-left: 318px;
  margin-right: 159px;
}
.cat_heading a {
  text-decoration: none;
  color: #212529;
}
.cat_heading a h2 {
  font-size: 38px;
  font-weight: 700;
  letter-spacing: 0.5px;
}
.cat_heading p {
  font-size: 18px;
  font-weight: 500;
}
.first-cat-block {
  display: flex;
  align-items: center;
  margin-bottom: 32px;
}
.cat-main_thumb a img {
  height: 400px;
  width: 800px;
}
.cat_mainStory-block {
  display: grid;
  grid-gap: 21px;
  grid-template-columns: repeat(3, 1fr);
}
.author-bishesh-ID label a {
  text-decoration: none;
  color: #666;
}
.catblocktitle a {
  text-decoration: none;
  color: #212529;
}
.catblocktitle a h2 {
  font-size: 22px;
  letter-spacing: 0.5px;
  line-height: 30px;
  font-weight: 700;
}
.sub__thumb a img {
  height: 180px;
  width: 270px;
  max-width: 270px;
  object-fit: cover;
}
.pagination {
  width: 100%;
  margin-top: 3rem;
  background: blue;
  border-radius: 5px;
  padding: 1rem;
  display: flex;
  justify-content: center;
  margin-bottom: 16px;
}
.pagination a {
  margin-right: 1rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: 2px;
  text-decoration: none;
}
.medium-title a {
  text-decoration: none;
  color: #212529;
}
.medium-title a h2 {
  font-size: 23px;
  line-height: 26px;
  font-weight: 600;
}

.pagination span {
  margin-right: 1rem;
  min-width: 2rem;
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f6f6f6;
  border-radius: 2px;
}
.widget img {
  width: 100% !important;
}

.ms-thum-lifestyle-title-box {
  position: relative;
}
.ms-lifestyle-first-title h2 {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.88),
    rgba(0, 0, 0, 0.68),
    transparent,
    transparent,
    transparent
  );
  z-index: 4;
}
.ms-lifestyle-first-title h2 a {
  position: absolute;
  bottom: 0;
  text-decoration: none;
  font-size: 32px;
  letter-spacing: 1px;
  color: #fff;
  padding: 14px;
  line-height: 35px;
  transition: all 300ms ease-in-out;
}
.ms-lifestyle-first-thumbnail a img {
  height: 380px;
  object-fit: cover;
  width: 100%;
}
.menu-list-icon a {
  color: #fff;
  font-size: 30px;
}
.menu-list-icon a:hover {
  color: #fff;
  font-size: 30px;
}
.menu-side-stickylogo img {
  width: 120px;
}
.menulist-socialicon {
  text-align: center;
}
.menulist-socialicon a ion-icon {
  color: #fff;
}
/* Mobile Responsive Resulation Start  */

@media screen and (max-width: 360px) and (min-width: 200px) {
  .ms-world-first-thumbnail a img {
    height: 350px;
    width: 509px;
    object-fit: cover;
}
  .news-wrapper h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
}
  .cat-main_thumb a img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .first-cat {
    position: relative;
  }
  .site-branding {
    display: flex !important;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
    flex-direction: column;
  }
  .cat_mainStory-block {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sub__thumb a img {
    height: 196px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .cat_heading {
    position: absolute;
    padding: 10px;
    background: #fffdfc52;
    margin-left: 0px;
    bottom: 0;
    padding-left: 42px;
    margin-right: 10px;
  }
  .first-cat {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
  }

  .header1 {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    padding-top: 12px;
  }
  .thap-samachar-block-css {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .post1-thumbm a img {
    height: 250px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .news-post-block {
    display: flex;
    grid-gap: 12px;
    flex-direction: column;
  }

  .footer-last-above {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    column-gap: 4px;
    row-gap: 12px;
  }
  .loksewa-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .loksewa-css {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tourist-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .secondlast-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .whole-block-css {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .artha-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
  }
  .artha-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .sub-cat-title {
    display: flex;
    padding-bottom: 12px;
    flex-wrap: wrap;
    row-gap: 21px;
  }
  .technology-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tech-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .entertainment-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .lifestyle-block {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }
  .life-st {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }

  .interview-block {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .interview-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
  .ms-thum-interview-title-box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    flex-direction: column;
  }
  .rajniti-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .rajniti-second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .rajniti-sub-cat ul {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .mainnews-block-css {
    display: flex;
    flex-direction: column;
  }
  .mhp-main-news-s {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .provience-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .provience-blocks {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .sports-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sports-block-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sports-block-1-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .world-css {
    display: flex;
    column-gap: 18px;
    flex-direction: column;
  }
  .wordld-second-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .ms-thum-world-title-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pradesh-list {
    display: inline-flex;
    column-gap: 20px;
    margin-bottom: 18px;
    margin-top: 12px;
    flex-wrap: wrap;
    row-gap: 28px;
  }
  .submain-first-se {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
  }
  .submain-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .ms-loksewa-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 484px;
    object-fit: cover;
  }
  /*  */
  .ms-tourist-first-thumbnail a img {
    height: 148px;
    width: 100%;
    max-width: 100%;
  }
  .ms-seclast-first-thumbnail a img {
    height: 450px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 100%;
  }
  .ms-edu-first-thumbnail a img {
    height: 160px;
    width: 100%;
    max-width: 100%;
  }
  .ms-entertainment-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-interview-first-thumbnail a img {
    height: 293px;
    width: 100%;
    max-width: 100%;
  }
  .ms-rajniti1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .ms-sports-first-thumbnail a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
  }
  .ms-world1-first-thumbnail a img {
    width: 100%;
    height: 252px;
  }
  .ms-pradeshnews-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-mainnews-first-thumbnail a img {
    height: 350px;
    width: 100%;
    max-width: 100%;
  }
  .breaking_thumb a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .subbreaking_thumb a img {
    height: 350x;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .fmenu {
    background-color: #0b48a6;
    width: 100%;
  }
  .news-first{
    position: relative;
  }
  .entry-header h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.author-single-post {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
}

@media screen and (max-width: 480px) and (min-width: 360px) {
  .ms-world-first-thumbnail a img {
    height: 350px;
    width: 509px;
    object-fit: cover;
}
  .news-wrapper h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
}
  .first-cat {
    position: relative;
  }
  .cat-main_thumb a img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .site-branding {
    display: flex !important;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
    flex-direction: column;
  }
  .cat_mainStory-block {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sub__thumb a img {
    height: 196px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .cat_heading {
    position: absolute;
    padding: 10px;
    background: #fffdfc52;
    margin-left: 0px;
    bottom: 0;
    padding-left: 42px;
    margin-right: 10px;
  }
  .first-cat {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
  }

  .header1 {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    padding-top: 12px;
  }
  .thap-samachar-block-css {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .post1-thumbm a img {
    height: 250px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .news-post-block {
    display: flex;
    grid-gap: 12px;
    flex-direction: column;
  }

  .footer-last-above {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    column-gap: 4px;
    row-gap: 12px;
  }
  .loksewa-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .loksewa-css {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tourist-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .secondlast-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .whole-block-css {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .artha-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
  }
  .artha-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .sub-cat-title {
    display: flex;
    padding-bottom: 12px;
    flex-wrap: wrap;
    row-gap: 21px;
  }
  .technology-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tech-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .entertainment-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .lifestyle-block {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }
  .life-st {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }

  .interview-block {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .interview-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
  .ms-thum-interview-title-box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    flex-direction: column;
  }
  .rajniti-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .rajniti-second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .rajniti-sub-cat ul {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .mainnews-block-css {
    display: flex;
    flex-direction: column;
  }
  .mhp-main-news-s {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .provience-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .provience-blocks {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .sports-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sports-block-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sports-block-1-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .world-css {
    display: flex;
    column-gap: 18px;
    flex-direction: column;
  }
  .wordld-second-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .ms-thum-world-title-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pradesh-list {
    display: inline-flex;
    column-gap: 20px;
    margin-bottom: 18px;
    margin-top: 12px;
    flex-wrap: wrap;
    row-gap: 28px;
  }
  .submain-first-se {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
  }
  .submain-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .ms-loksewa-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 484px;
    object-fit: cover;
  }
  .ms-tourist-first-thumbnail a img {
    height: 148px;
    width: 100%;
    max-width: 100%;
  }
  .ms-seclast-first-thumbnail a img {
    height: 450px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 100%;
  }
  .ms-edu-first-thumbnail a img {
    height: 160px;
    width: 100%;
    max-width: 100%;
  }
  .ms-entertainment-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-interview-first-thumbnail a img {
    height: 293px;
    width: 100%;
    max-width: 100%;
  }
  .ms-rajniti1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .ms-sports-first-thumbnail a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
  }
  .ms-world1-first-thumbnail a img {
    width: 100%;
    height: 252px;
  }
  .ms-pradeshnews-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-mainnews-first-thumbnail a img {
    height: 350px;
    width: 100%;
    max-width: 100%;
  }
  .breaking_thumb a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .subbreaking_thumb a img {
    height: 350px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .fmenu {
    background-color: #0b48a6;
    width: 100%;
  }
  .news-first{
    position: relative;
  }
  .entry-header h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.author-single-post {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
}

@media screen and (max-width: 600px) and (min-width: 480px) {
  .ms-world-first-thumbnail a img {
    height: 350px;
    width: 509px;
    object-fit: cover;
}
  .news-wrapper h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
}
  .first-cat {
    position: relative;
  }
  .cat-main_thumb a img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .site-branding {
    display: flex !important;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
    flex-direction: column;
  }
  .cat_mainStory-block {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sub__thumb a img {
    height: 196px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .cat_heading {
    position: absolute;
    padding: 10px;
    background: #fffdfc52;
    margin-left: 0px;
    bottom: 0;
    padding-left: 42px;
    margin-right: 10px;
  }
  .first-cat {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
  }

  .header1 {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    padding-top: 12px;
  }
  .thap-samachar-block-css {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .post1-thumbm a img {
    height: 250px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .news-post-block {
    display: flex;
    grid-gap: 12px;
    flex-direction: column;
  }

  .footer-last-above {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    column-gap: 4px;
    row-gap: 12px;
  }
  .loksewa-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tourist-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .secondlast-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .whole-block-css {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .artha-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
  }
  .artha-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .sub-cat-title {
    display: flex;
    padding-bottom: 12px;
    flex-wrap: wrap;
    row-gap: 21px;
  }
  .technology-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tech-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .entertainment-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .lifestyle-block {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }
  .life-st {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }

  .interview-block {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .interview-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
  .ms-thum-interview-title-box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    flex-direction: column;
  }
  .rajniti-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .rajniti-second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .rajniti-sub-cat ul {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .mainnews-block-css {
    display: flex;
    flex-direction: column;
  }
  .mhp-main-news-s {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .provience-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .provience-blocks {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .sports-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sports-block-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sports-block-1-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .world-css {
    display: flex;
    column-gap: 18px;
    flex-direction: column;
  }
  .wordld-second-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .ms-thum-world-title-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pradesh-list {
    display: inline-flex;
    column-gap: 20px;
    margin-bottom: 18px;
    margin-top: 12px;
    flex-wrap: wrap;
    row-gap: 28px;
  }
  .submain-first-se {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
  }
  .submain-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .ms-loksewa-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 484px;
    object-fit: cover;
  }
  .ms-tourist-first-thumbnail a img {
    height: 148px;
    width: 100%;
    max-width: 100%;
  }
  .ms-seclast-first-thumbnail a img {
    height: 450px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 100%;
  }
  .ms-edu-first-thumbnail a img {
    height: 160px;
    width: 100%;
    max-width: 100%;
  }
  .ms-entertainment-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-interview-first-thumbnail a img {
    height: 293px;
    width: 100%;
    max-width: 100%;
  }
  .ms-rajniti1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .ms-sports-first-thumbnail a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
  }
  .ms-world1-first-thumbnail a img {
    width: 100%;
    height: 252px;
  }
  .ms-pradeshnews-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-mainnews-first-thumbnail a img {
    height: 350px;
    width: 100%;
    max-width: 100%;
  }
  .breaking_thumb a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .subbreaking_thumb a img {
    height: 350px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .entry-title {
    font-size: 33px !important;
    font-weight: 500 !important;
  }
  .stickTitle {
    position: fixed;
    display: flex;
    top: 9px !important;
    background: #fff;
    width: 100%;
    padding: 11px 15px !important;
    border-bottom: 6px solid #042c69;
    font-size: 1.35rem !important;
    z-index: 9999;
    transition: 0.3s all ease-in-out;
  }
  .fmenu {
    background-color: #0b48a6;
    width: 100%;
  }
  .news-first{
    position: relative;
  }
  .entry-header h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.author-single-post {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
}

@media screen and (max-width: 768px) and (min-width: 600px) {
  .ms-world-first-thumbnail a img {
    height: 350px;
    width: 509px;
    object-fit: cover;
}
  .news-wrapper h1 {
    font-size: 42px;
    font-weight: 600;
    line-height: 1.4;
}
  .first-cat {
    position: relative;
  }
  .cat-main_thumb a img {
    height: 400px;
    width: 100%;
    object-fit: cover;
  }
  .site-branding {
    display: flex !important;
    column-gap: 12px;
    align-items: center;
    margin-bottom: 12px;
    margin-top: 12px;
    flex-direction: column;
  }
  .cat_mainStory-block {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sub__thumb a img {
    height: 196px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .cat_heading {
    position: absolute;
    padding: 10px;
    background: #fffdfc52;
    margin-left: 0px;
    bottom: 0;
    padding-left: 42px;
    margin-right: 10px;
  }
  .first-cat {
    display: flex;
    align-items: center;
    flex-direction: column;
    row-gap: 32px;
  }

  .header1 {
    display: flex;
    flex-direction: column;
    row-gap: 22px;
    padding-top: 12px;
  }
  .thap-samachar-block-css {
    display: grid;
    grid-gap: 21px;
    grid-template-columns: repeat(1, 1fr);
  }
  .post1-thumbm a img {
    height: 250px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .news-post-block {
    display: flex;
    grid-gap: 12px;
    flex-direction: column;
  }

  .footer-last-above {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    column-gap: 4px;
    row-gap: 12px;
  }
  .loksewa-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .loksewa-css {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tourist-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .secondlast-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
  }
  .whole-block-css {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .artha-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 4px;
  }
  .artha-full-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .sub-cat-title {
    display: flex;
    padding-bottom: 12px;
    flex-wrap: wrap;
    row-gap: 21px;
  }
  .technology-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .tech-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .entertainment-block {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .lifestyle-block {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }
  .life-st {
    display: flex;
    grid-gap: 15px;
    flex-direction: column;
  }

  .interview-block {
    display: flex;
    grid-gap: 20px;
    margin-bottom: 12px;
    flex-direction: column;
  }
  .interview-second-block {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-top: 20px;
  }
  .ms-thum-interview-title-box {
    display: flex;
    align-items: center;
    grid-gap: 15px;
    flex-direction: column;
  }
  .rajniti-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .rajniti-second {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
  .rajniti-sub-cat ul {
    display: inline-flex;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .mainnews-block-css {
    display: flex;
    flex-direction: column;
  }
  .mhp-main-news-s {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(1, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .provience-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
  }
  .provience-blocks {
    display: flex;
    column-gap: 15px;
    flex-direction: column;
  }
  .sports-block {
    display: flex;
    column-gap: 12px;
    flex-direction: column;
  }
  .sports-block-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .sports-block-1-css {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(1, 1fr);
  }
  .world-css {
    display: flex;
    column-gap: 18px;
    flex-direction: column;
  }
  .wordld-second-block {
    display: grid;
    grid-gap: 10px;
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 18px;
    margin-top: 18px;
  }
  .ms-thum-world-title-box {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .pradesh-list {
    display: inline-flex;
    column-gap: 20px;
    margin-bottom: 18px;
    margin-top: 12px;
    flex-wrap: wrap;
    row-gap: 28px;
  }
  .submain-first-se {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 14px;
  }
  .submain-block {
    display: flex;
    grid-gap: 20px;
    flex-direction: column;
  }
  .ms-loksewa-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 484px;
    object-fit: cover;
  }
  .ms-tourist-first-thumbnail a img {
    height: 148px;
    width: 100%;
    max-width: 100%;
  }
  .ms-seclast-first-thumbnail a img {
    height: 450px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
  }
  .ms-artha-first-thumbnail a img {
    height: 460px;
    width: 100%;
    max-width: 100%;
  }
  .ms-edu-first-thumbnail a img {
    height: 160px;
    width: 100%;
    max-width: 100%;
  }
  .ms-entertainment-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-interview-first-thumbnail a img {
    height: 293px;
    width: 100%;
    max-width: 100%;
  }
  .ms-rajniti1-first-thumbnail a img {
    height: 182px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .ms-sports-first-thumbnail a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
  }
  .ms-world1-first-thumbnail a img {
    width: 100%;
    height: 252px;
  }
  .ms-pradeshnews-first-thumbnail a img {
    height: 207px;
    width: 100%;
    max-width: 100%;
  }
  .ms-mainnews-first-thumbnail a img {
    height: 350px;
    width: 100%;
    max-width: 100%;
  }
  .breaking_thumb a img {
    height: 320px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .subbreaking_thumb a img {
    height: 350px;
    width: 100%;
    max-width: 100%;
    object-fit: cover;
  }
  .entry-title {
    font-size: 33px !important;
    font-weight: 500 !important;
  }
  .stickTitle {
    position: fixed;
    display: flex;
    top: 9px !important;
    background: #fff;
    width: 100%;
    padding: 11px 15px !important;
    border-bottom: 6px solid #042c69;
    font-size: 1.35rem !important;
    z-index: 9999;
    transition: 0.3s all ease-in-out;
  }
  .fmenu {
    background-color: #0b48a6;
    width: 100%;
  }
  .news-first{
    position: relative;
  }

  .entry-header h1 {
    font-size: 40px;
    font-weight: 600;
    text-align: center;
}
.author-single-post {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #dcdcdc;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
}
}

@media screen and (max-width: 992px) and (min-width: 768px) {
}

/* Mobile Responsive Resulation end  */

/* Desktop Responsive Resulation size start */
@media screen and (max-width: 1920px) and (min-width: 1080px) {
}

@media screen and (max-width: 1366px) and (min-width: 768px) {
  .breaking_thumb a img {
    height: 520px;
    width: 1100px;
    max-width: 1100px;
    object-fit: cover;
  }
  .subbreaking_thumb a img {
    height: 456px;
    width: 350px;
    max-width: 350px;
    object-fit: cover;
  }
  .ms-mainnews-first-thumbnail a img {
    height: 405px;
    width: 730px;
    max-width: 730px;
  }
  .mhp-main-news-s {
    display: grid;
    grid-gap: 11px;
    grid-template-columns: repeat(2, 1fr);
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .ms-pradeshnews-first-thumbnail a img {
    height: 207px;
    width: 270px;
    max-width: 270px;
  }
  .ms-sports-first-thumbnail a img {
    height: 320px;
    width: 410px;
    max-width: 410px;
  }
  .ms-rajniti1-first-thumbnail a img {
    height: 182px;
    width: 290px;
    max-width: 290px;
    object-fit: cover;
  }

  .ms-lifestyle1-first-title h2 {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 30px;
    position: relative;
    margin-right: 10px;
  }

  .ms-entertainment-first-thumbnail a img {
    height: 207px;
    width: 260px;
    max-width: 260px;
  }
  .ms-edu-first-thumbnail a img {
    height: 160px;
    width: 250px;
    max-width: 250px;
  }
  .ms-artha-first-thumbnail a img {
    height: 460px;
    width: 550px;
    max-width: 550px;
  }
  .ms-artha1-first-thumbnail a img {
    height: 182px;
    width: 266px;
    max-width: 266px;
  }
  .ms-seclast-first-thumbnail a img {
    height: 450px;
    width: 259px;
    max-width: 259px;
    object-fit: cover;
  }
  .ms-tourist-first-thumbnail a img {
    height: 148px;
    width: 259px;
    max-width: 259px;
  }
  .ms-loksewa-first-thumbnail a img {
    height: 460px;
    width: 414px;
    max-width: 414px;
    object-fit: cover;
  }
  .post1-thumbm a img {
    height: 250px;
    width: 262px;
    max-width: 262px;
    object-fit: cover;
  }
  .sub__thumb a img {
    height: 149px;
    width: 270px;
    max-width: 231px;
    object-fit: cover;
  }
  .cat_heading {
    position: absolute;
    padding: 43px;
    background: #ff450033;
    margin-left: 561px;
    padding-left: 267px;
    margin-right: 71px;
  }
}

@media screen and (max-width: 1440px) and (min-width: 900px) {
}

@media screen and (max-width: 1280px) and (min-width: 720px) {
}

@media screen and (max-width: 1280px) and (min-width: 1020px) {
}

/* Desktop Responsive Resulation size end */

.sticky {
  position: fixed;
  top: 0;
  z-index: 999;
  transition: 0.3s all ease-in-out;
}

.sticky .stickyLogo {
  display: block !important;
  width: 80px;
  background-color: #fff;
  padding: 5px;
  object-fit: contain;
}

.stickyLogo {
  display: none;
}

#site-navigation {
  display: flex;
}

.stickTitle {
  position: fixed;
  display: flex;
  top: 35px;
  background: #fff;
  width: 100%;
  padding: 15px 0;
  border-bottom: 6px solid #042c69;
  font-size: 32px !important;
  z-index: 9999;
  transition: 0.3s all ease-in-out;
}

.sticky__sidebar {
  position: sticky;
  top: 160px;
  z-index: 9;
}
