/*
Theme Name: Malham News
Author: Rajan/Ajay
Version: 2.0
Description: Bootstrap-based enterprise-ready news theme
*/

body {
  font-family: Mukta", sans-serif;
  margin: 0 auto;
  padding: 0 0px;
  box-sizing: border-box;
}

.sticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1;
}

#navbar {
  width: 100%;
  background-color: #002095;
}

.post-title {
  font-size: 28px;
  font-weight: 700;
}

.post-title-news {
  font-size: 28px;
  font-weight: 700;
  padding: 25px 0px;
}

.post-meta {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.post-content {
  font-size: 18px;
  line-height: 1.8;
}

p {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.container {
  max-width: 1280px;
}

.top-header {
  margin: 20px 0;
}

.advtop {
  margin: 5px 0px 5px 0px;
}

#logo-date {
  position: absolute;
  right: 0;
  margin-right: 10px;
  margin-top: 30px;
}

header {
  background: blue;
}

.malham-pagination {
  margin-top: 30px;
}

.malham-pagination .pagination {
  gap: 6px;
}

.malham-pagination .page-item a,
.malham-pagination .page-item span {
  display: block;
  padding: 8px 14px;
  border-radius: 6px;
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: 500;
}

.malham-pagination .page-item a:hover {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
}

.malham-pagination .page-item.active span {
  background: #007bff;
  color: #fff;
  border-color: #007bff;
  font-weight: 600;
}

.malham-pagination .page-item:first-child a,
.malham-pagination .page-item:last-child a {
  font-weight: bold;
}

.menu ul {
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}

.menu ul li {
  position: relative;
  font-size: 20px;
  font-weight: 500;
  white-space: nowrap;
}

.menu ul li a {
  display: block;
  padding: 12px 15px;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.menu ul li ul {
  position: absolute;
  top: 100%;
  left: 0;
  background: #222;
  display: none;
  min-width: 200px;
}

.menu ul li:hover > ul {
  display: block;
}

.header-nav .bar {
  display: block;
  width: 22px;
  height: 2px;
  background: #000;
  margin: 5px 0;
  transition: 0.3s;
}

.header-nav.active .bar:nth-child(1) {
  transform: rotate(45deg) translate(5px,5px);
}

.header-nav.active .bar:nth-child(2) {
  opacity: 0;
}

.header-nav.active .bar:nth-child(3) {
  transform: rotate(-45deg) translate(5px,-5px);
}

.search-tooltip {
  font-size: 12px;
  position: absolute;
  visibility: hidden;
  background: black;
  color: white;
  bottom: -26px;
  left: 99px;
  padding: 4px 13px;
}

.time-tooltip {
  font-size: 12px;
  position: absolute;
  visibility: hidden;
  background: black;
  color: white;
  padding: 4px 13px;
  bottom: -26px;
  left: 155px;
}

.trending-tooltip {
  font-size: 12px;
  position: absolute;
  visibility: hidden;
  background: black;
  color: white;
  padding: 4px 13px;
  left: 211px;
  bottom: -26px;
}

.trending {
  color: white;
  background: rgb(26, 26, 172);
  padding: 0 20px;
}

.search-box:hover .search-tooltip {
  visibility: visible;
}

.time:hover .time-tooltip {
  visibility: visible;
}

.trending:hover .trending-tooltip {
  visibility: visible;
}

.search-box,
.time {
  padding: 0 20px;
  cursor: pointer;
}

.search-box i,
.time i {
  color: white;
}

.search-box {
  background: rgb(103, 124, 219);
  position: relative;
  padding: 15px;
}

.time:hover {
  background: #f4a100;
}

.trending:hover,
.english:hover {
  background-color: darkblue;
  cursor: pointer;
}

.trending i {
  margin-right: 5px;
}

.trending a {
  color: #f4a100;
  line-height: 50px;
}

.trending a:hover,
.english a:hover {
  text-decoration: none;
  color: white;
}

.english {
  background: red;
  width: 80px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}

.english a {
  color: white;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: blue;
  text-decoration: none;
}

.trending-title {
  text-transform: uppercase;
  font-size: 14px;
  width: 110px;
  height: 40px;
  background: #e0dfda;
}

.trending-title p {
  font-size: 12px;
  margin: auto 0;
}

.trending-item {
  height: 40px;
}

.trending-item ul {
  height: 40px;
}

.trending-item ul li {
  display: inline-block;
  padding: 15px;
}

.trending-item ul li a {
  text-decoration: none;
  color: black;
}

.trending-item ul li a:hover {
  color: blue;
}

.hashtag {
  margin-right: 5px;
  opacity: 0.5;
}

.ad-banner {
  margin: 20px auto;
  width: 100%;
  display: flex;
  justify-content: center;
}

.ad-banner img {
  align-items: center;
  justify-content: center;
}

.headline-one {
  margin: 30px auto;
}

.headline-one h1 {
  color: black;
  text-align: center;
  font-size: 4rem;
  font-weight: 600;
}

.heading-timeline span {
  margin: 0 10px;
}

.headline-title h1:hover {
  text-decoration: none;
  color: blue;
}

.headline-one .headline-title {
  align-items: center;
}

.headline-one .headline-title h4 {
  text-align: center;
  line-height: 35px;
  font-size: 22px;
  font-weight: 300;
}

.headline-one img {
  object-fit: cover;
  object-position: 50% 10%;
  height: 500px;
  width: 100%;
  margin: 20px auto;
}

.heading-timeline img {
  width: 40px;
  height: 40px;
}

.line,
.last-line {
  border: 1px solid black;
  text-align: center;
  opacity: 0.1;
  width: 80%;
  margin-left: 10%;
  margin: 20px auto;
}

.last-line {
  width: 100%;
}

.bulletin-news {
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding-bottom: 80px;
}

.bulletin-news .bulletin-timeline {
  margin-top: 20px;
}

.bulletin-news h2 {
  margin: 30px 15px 0px 15px;
  text-align: center;
  font-size: 30px;
  font-weight: normal;
}

.bulletin-grid {
  margin-bottom: 20px;
}

.bulletin-grid img {
  position: relative;
  height: 100%;
  width: 90%;
  object-fit: cover;
}

.bulletin-grid h4,
h4 {
  font-size: 18px;
}

.bulletin-timeline i {
  font-size: 12px;
  color: red;
}

.bulletin-timeline span {
  font-size: 12px;
  margin: auto 10px;
}

.bulletin-news-gap {
  margin-bottom: 20px;
}

.ad-grid img {
  margin-bottom: 20px;
}

.news {
  margin: 20px 0;
}

.news-option {
  background: rgb(212, 229, 236);
  color: blue;
  padding: 5px 15px;
  border-radius: 10px;
  margin-right: 20px;
  margin-bottom: 0;
}

.news-option-grid p {
  font-size: 14px;
}

.news-option-grid .news-option {
  margin-right: 10px;
}

.news-option-grid #last:hover,
.news-option-grid .active {
  background: blue;
  color: white;
}

.news-option i {
  margin-left: 5px;
}

.news-title {
  background: rgb(243, 240, 240);
  border-bottom: 1px solid rgba(116, 109, 109, 0.3);
  margin-bottom: 20px;
}

.news-title h2 {
  margin-bottom: 0;
  margin: 10px 20px;
  color: blue;
}

.news-main h2 {
  margin: 15px auto;
}

.news-img img {
  object-fit: cover;
  height: 100%;
  object-position: 50% 70%;
}

.news-detail {
  font-size: 18px;
  line-height: 30px;
  margin-top: 10px;
}

.news-headline {
  margin-bottom: 40px;
}

.news-grid h4 {
  margin-top: 20px;
  font-weight: 500;
}

.news-grid img {
  height: 200px;
  width: 100%;
  object-fit: cover;
}



.thoughts,
.blog,
.trending1,
.tech-comments,
.interview-extra,
.sports-side-grid {
  padding: 10px 20px;
  color: white;
  background: #002095;
}

.thoughts .news-option,
.blog .news-option {
  margin-right: 0;
  background: rgb(89, 122, 211);
  color: white;
}

.thoughts .news-option:hover {
  background: transparent;
}

.thoughts h2,
.blog h2,
.trending1 h2 {
  padding: 8px 0px 0px 5px;
  margin-bottom: 0;
}

.blog {
  background: rgb(214, 209, 209);
  color: black;
}

.blog .news-option {
  background: rgb(189, 186, 186);
  color: black;
}

.news .news-option:hover,
.blog .news-option:hover,
.corona-title .news-option:hover,
.bideshi .news-option:hover,
.sahitya .news-option:hover {
  background: blue;
  color: white;
}

.people-grid1 {
  padding: 15px;
  background: rgb(243, 240, 240);
  color: black;
  border-bottom: 1px solid rgba(116, 109, 109, 0.3);
}

.people-grid1 img {
  height: 70px;
  width: 70px;
  object-fit: cover;
  border-radius: 70px;
}

.people-grid1 p {
  font-size: 12px;
  font-style: italic;
}

.corona {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.corona-img-grid {
  margin-bottom: 20px;
}

.corona-img-grid .rajan-news img {
  height: 350px;
  object-fit: cover;
}

.rajan-news {
  position: relative;
  margin-right: 15px;
}

.rajan-news::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  box-shadow: inset 0px -100px 27px 1px rgba(0, 0, 0, 0.65);
}

.rajan-news .rajan-news-text {
  position: absolute;
  bottom: 0;
  margin-bottom: 20px;
  padding: 20px;
}

.rajan-news .rajan-news-text h4 {
  font-weight: bolder;
  color: white;
}

.corona-img-grid .rajan-news-text h4:hover {
  color: blue;
}

.corona-special {
  padding-top: 30px;
  margin-bottom: 20px;
}

.corona-special .corona-title h2 {
  padding: 15px 20px 5px 20px;
  background: rgb(109, 50, 158);
  color: white;
  font-size: 25px;
  font-weight: bolder;
}

.trending-news .number h1 {
  text-align: center;
}

.trending-icon {
  position: absolute;
  background: #e0dfda;
  height: 10px;
  width: 10px;
  margin-left: 55px;
  transform: rotate(45deg);
}

.trending-grid,
.newspaper-grid,
.world-side-grid,
.business-extra-grid,
.world-side-grid {
  padding: 10px;
  border-bottom: 1px solid rgb(235, 230, 230);
}

.trending-grid:hover,
.newspaper-grid:hover,
.world-side-grid:hover,
.business-extra-grid:hover {
  background: rgba(248, 238, 238, 0.7);
}

.trending-grid h1 {
  font-size: 54px;
  opacity: 0.4;
}

.trending-grid h4 {
  font-weight: 900;
  opacity: 0.7;
}

.deshkhabar-main-grid {
  padding: 20px 0;
}

.deshkhabar-main-grid p {
  margin-top: 10px;
}

.deshkhabar-sub-grid {
  margin-top: 20px;
  margin-bottom: 20px;
}

.deshkhabar-grid {
  margin-bottom: 20px;
}

.deshkhabar-grid img {
  height: 90px;
  width: 100%;
  object-fit: cover;
}

.feature {
  background: rgb(35, 44, 94);
  padding: 30px 0;
}


.feature .news-title h2 {
  color: white;
  font-size: 40px;
}

.feature .news-title p {
  background: grey;
  color: white;
}

.feature .news-title {
  border-bottom: none;
  background: none;
}

.feature .news-title p:hover {
  background: blue;
}

.feature .left-right-icon i {
  margin-right: 20px;
  color: grey;
}

.feature .feature-grid h4 {
  color: white;
  margin: 20px 0;
}

.feature .feature-grid img {
  width: 100%;
  object-fit: cover;
  height: 200px;
}

.feature .feature-grid:hover {
  cursor: pointer;
}

.tech {
  margin-top: 20px;
}

.tech .tech-grid {
  margin-bottom: 20px;
}

.tech .tech-comments-grid {
  border-bottom: 1px solid rgb(235, 230, 230);
  padding: 20px 0;
}

.tech-comments h2 {
  margin-bottom: 0;
}

.tech .news-title .news-option {
  background: rgb(146, 145, 145);
  color: black;
}

.tech .news-title .news-option:hover {
  background: blue;
  color: white;
}

.tech .tech-comments-grid .number {
  text-align: center;
  padding: 6px 20px;
  background: rgb(243, 240, 240);
}

.tech .tech-comments-grid .number h4 {
  margin-bottom: -5px;
  font-size: 30px;
  font-weight: bold;
  color: blue;
}

.tech .tech-comments-grid .number p {
  font-size: 12px;
  margin-bottom: 0;
}

.tech .tech-comments-grid:hover .number {
  background: blue;
  color: white;
}

.tech .tech-comments-grid:hover .number h4 {
  color: white;
}

.tech .tech-headline-text {
  margin: 30px 0;
}

.tech .tech-grid img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.interview .news-title .news-option:hover,
.sports .news-option:hover,
.world .news-option:hover,
.nepal .news-option:hover {
  background: blue;
  color: white;
}

.interview .interview-main {
  background: #002095;
}

.interview-main img {
  object-fit: cover;
  height: 100%;
}

.interview {
  margin-bottom: 50px;
  border-bottom: 1px solid black;
}

.interview-text {
  position: relative;
  padding: 50px;
}

.interview-main .interview-headline {
  padding: 20px;
  color: white;
  font-style: italic;
}

.interview .interview-main .interview-headline a {
  color: white;
}

.interview-text h2 {
  display: inline-block;
  font-size: 44px;
}

.interview-quote {
  top: 30px;
  position: absolute;
  font-size: 45px;
  left: 20px;
  color: cornflowerblue;
}

.interview-quote-small.d-flex.justify-content-end {
  color: rgb(182, 187, 182);
  font-size: 25px;
}

.interview-grid {
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: italic;
}

.interview-extra-grid {
  padding-top: 20px;
}

.interview-extra-grid img {
  height: 80px;
  width: 100%;
  object-fit: cover;
}

.interview-grid img {
  height: 100px;
  object-fit: cover;
}

.interview-section {
  margin: 30px 0;
}

.business {
  margin-bottom: 20px;
}

.business h2 {
  margin-top: 20px;
}

.business .business-main img {
  height: 100%;
  object-fit: cover;
}

.business .business-grid {
  margin-bottom: 20px;
}

.business .business-grid img {
  height: 80px;
  object-fit: cover;
}

.business-extra-grid {
  padding: 20px 10px;
}

.business-extra-grid h4 {
  color: black;
  margin-bottom: 0;
}

.entertainment {
  background: rgb(243, 240, 240);
}

.entertainment .headline img {
  height: 540px;
  object-fit: cover;
}

.entertainment .entertainment-grid {
  margin-bottom: 20px;
}

.entertainment-grid img {
  height: 100px;
  object-fit: cover;
  width: 100%;
}

.entertainment .headline-text h2 {
  margin-bottom: 100px;
  position: absolute;
  bottom: 0;
  width: 80%;
  margin-left: 30px;
  font-size: 35px;
  color: white;
}

.entertainment .headline-text h2:hover {
  color: red;
}

.entertainment .headline-img .entertainment {
  position: relative;
}

.entertainment .headline-img .entertainment::before {
  position: absolute;
  content: "";
  height: 100%;
  width: 100%;
  background: linear-gradient(
    to bottom,
    rgba(249, 248, 249, 0) 30%,
    rgba(12, 12, 12, 1) 80%
  );
}

.entertainment h2 {
  margin-top: 20px;
}

.entertainment .entertainment-extra-grid img {
  height: 300px;
  object-fit: cover;
}

.health {
  background: rgb(195, 217, 226);
  margin: 30px auto;
  padding-top: 30px;
}

.health h2 {
  margin: 20px auto;
}

.health .health-title {
  margin-left: 15px;
}

.health .headline img {
  height: 500px;
  object-fit: cover;
}

.health .news-title {
  background: white;
  margin-bottom: 30px;
}

.health .health-grid {
  margin-bottom: 20px;
}

.health .health-grid img {
  width: 150px;
  height: 80px;
  object-fit: cover;
}

.health .health-extra-grid h4 {
  margin: 20px auto;
  font-size: 25px;
}

.health .health-extra-grid img {
  width: 100%;
}

.sports .sports-headline img {
  height: 250px;
  object-fit: cover;
}

.sports .sports-headline h2 {
  margin: 20px auto;
}

.sports .sports-grid,
.sports-side-grid,
.sports .sports-side-grid-img {
  margin-bottom: 20px;
}

.sports .sports-grid img {
  height: 100px;
  width: 100%;
  object-fit: cover;
}

.sports-side-grid-text {
  padding-left: 0;
}

.sports .sports-side-grid-img img {
  object-fit: cover;
  width: 100%;
  height: 80px;
}

.bideshi .bideshi-headline img {
  height: 350px;
  object-fit: cover;
}

.bideshi .bideshi-headline h2 {
  margin: 20px auto;
}

.bideshi .bideshi-grid h4 {
  margin: 20px auto;
}

.bideshi .bideshi-grid img {
  height: 150px;
  object-fit: cover;
}

.bideshi .bideshi-bottom-grid {
  margin-bottom: 20px;
}

.bideshi .bideshi-bottom-grid img {
  height: 100px;
  margin-bottom: 20px;
  object-fit: cover;
  width: 100%;
}

.bideshi .bideshi-side-grid {
  margin: 20px auto;
}

.bideshi .bideshi-side-grid img {
  width: 100%;
}

.bideshi .bideshi-side-grid h4 {
  margin-top: 20px;
}

.bideshi .bideshi-extra-news {
  margin-bottom: 20px;
}

.bideshi .bideshi-extra-news img {
  height: 80px;
  object-fit: cover;
}

.sahitya {
  margin: 20px auto;
}

.sahitya .sahitya-headline img {
  height: 500px;
  object-fit: none;
  object-position: 10%;
}

.sahitya .sahitya-headline h2 {
  margin: 20px auto;
}

.sahitya .sahitya-grid img {
  object-fit: cover;
  height: 250px;
}

.sahitya .sahitya-grid h4 {
  margin: 20px auto;
}

.sahitya .newspaper-grid h4,
.world-side-grid h4 {
  margin-bottom: 0;
  padding: 15px;
}

.world {
  margin-bottom: 20px;
}

.world .world-headline img {
  height: 100%;
  object-fit: cover;
}

.world .world-headline-text {
  position: absolute;
  bottom: 0;
  color: black;
  padding: 20px 10px;
  margin-right: 20%;
  margin-bottom: 10%;
  background: rgba(247, 239, 239, 0.8);
}

.world-grid {
  margin-bottom: 20px;
}

.world-grid img {
  height: 100px;
  object-fit: cover;
}

.nepal {
  padding: 40px 0;
  background: rgb(211, 204, 204);
}

.nepal .news-title {
  background: white;
}

.nepal .gallery .gallery-grid {
  background: white;
  height: 100%;
  border-radius: 5px;
  box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.nepal .gallery .gallery-grid img {
  object-fit: cover;
  height: 250px;
  width: 100%;
  border-radius: 5px 5px 0 0;
}

.img-text {
  margin-left: 10px;
}

.img-text h4 {
  margin: 0px 20px;
}

.img-text i {
  color: grey;
}

.nepal .gallery .gallery-grid .img-text {
  padding: 20px 9px;
}

.footer-menu {
  background: rgb(11, 11, 70);
  padding: 50px 0;
  position: relative;
  color: white;
}

.footer-menu .footer-logo img {
  padding-top: 80px;
  position: absolute;
  background: white;
  margin-top: -50px;
  padding: 50px 10px 10px 10px;
}

.footer-menu h4 {
  font-size: 20px;
}

.footer-menu .footer-div .office-detail {
  margin-left: 30%;
}

.footer-menu .office-detail .social-media {
  margin-top: 20px;
}

.footer-menu .office-detail .social-media i {
  color: #FFFFFF;
}

.footer-menu .office-detail .social-media i:hover {
  color: white;
}

.footer .footer-details ul,
.footer-menu ul {
  list-style: none;
  padding: 0;
}

.footer .footer-details ul {
  margin-bottom: 0;
  padding: 20px 0;
  margin-left: 0;
}

.footer .footer-details ul li,
.footer-menu ul li {
  display: block;
}

.footer {
  background: #002095;
  color: rgb(192, 187, 187);
}

.footer-details ul li,
.footer-menu ul li {
  margin-right: 20px;
  color: rgb(207, 202, 202);
}

.footer-menu ul li {
  padding-left: 0;
}

.footer-details ul {
  padding-left: 0;
}

.footer .footer-details ul li:hover,
.col-md-3 ul li:hover,
.footer-menu .office-detail ul li {
  color: white;
}

.footer-menu #footer-logo-text {
  color: #00bfff;
}

.footer .footer-copyright p {
  margin-bottom: 0;
}

body::selection {
  background: skyblue;
}

.logo {
  align-content: center;
}

.trending-headlines h4 {
  font-size: 20px;
}

}













.header-nav {
  cursor: pointer;
}

#menu-btn {
  display: inline-block;
  cursor: pointer;
  padding: 10px;
  position: relative;
  z-index: 1001;
}

#menu-btn .bar {
  display: block;
  width: 25px;
  height: 3px;
  background: white;
  margin: 5px 0;
  transition: 0.3s;
  position: relative;
  z-index: 1002;
}

#menu-btn.open .bar:nth-child(1) {
  transform: rotate(45deg) translate(6px, 6px);
}

#menu-btn.open .bar:nth-child(2) {
  opacity: 0;
}

#menu-btn.open .bar:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -6px);
}

#search-form {
  position: absolute;
  top: 50px;
  right: 0;
  background: white;
  padding: 10px;
  display: none;
  border-radius: 5px;
}

#search-form input {
  width: 200px;
  padding: 5px;
  border: 1px solid #ccc;
  outline: none;
}

.nav-logo {
  display: none;
  margin-right: 15px;
}

.nav-logo img {
  height: 40px;
}

.show-nav-logo .nav-logo {
  display: block;
}

@media (max-width: 992px) {
  .menu {
    position: fixed;
    top: 0;
    left: -280px;
    width: 280px;
    height: 100%;
    background: #111;
    transition: 0.3s;
    z-index: 9999;
    padding-top: 60px;
  }
  
  .menu.active {
    left: 0;
  }
  
  .menu ul {
    flex-direction: column;
  }
  
  .menu ul li a {
    border-bottom: 1px solid #333;
  }
  
  .menu ul li ul {
    display: none;
    position: static;
  }
  
  .menu ul li.open > ul {
    display: block;
  }
  
  .overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    display: none;
    z-index: 9998;
  }
  
  .overlay.show {
    display: contents;
  }
}

@media screen and (max-width: 375px) {
  .hide-mobile {
    display: none;
  }
  
  #logo-date {
    margin-top: 52px;
    margin-right: 20px;
  }
  
  .search-tooltip {
    left: -5px;
  }
  
  .time-tooltip {
    left: 31px;
  }
  
  .trending-tooltip {
    left: 67px;
  }
  
  .search-box,
    .time,
    .trending,
    .english {
    padding: 0 10px;
  }
  
  .headline-one {
    margin: 10px auto;
  }
  
  .headline-one h1 {
    font-size: 2rem;
  }
  
  .headline-one .headline-title h4 {
    font-size: 15px;
    line-height: 20px;
  }
  
  .headline-one .heading-timeline span {
    font-size: 12px;
  }
  
  .headline-one .heading-timeline img {
    margin: 0;
  }
  
  .headline-one .headline-img img {
    height: 200px;
    margin: 10px auto;
  }
  
  .bulletin-news {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  
  .bulletin-news h2 {
    font-size: 30px;
    margin-top: 20px;
  }
  
  .bulletin-news .bulletin-timeline {
    margin-top: 0;
  }
  
  .ad-grid img {
    margin-bottom: 10px;
    height: 100px;
    width: 100%;
  }
  
  .news-img img {
    height: 200px;
  }
  
  .news-detail {
    font-size: 15px;
    line-height: 25px;
  }
  
  .news-headline {
    margin-bottom: 20px;
  }
  
  .news-grid h4 {
    margin: 10px 0;
  }
  
  .thoughts {
    margin-top: 20px;
  }
  
  .deshkhabar-grid img,
    .deshkhabar-sub-grid .img-text {
    height: 90px;
  }
  
  .deshkhabar-sub-grid {
    margin: 0;
    margin-bottom: 10px;
  }
  
  .deshkhabar-grid {
    margin: 0;
  }
  
  .deshkhabar-grid .col-md-6 {
    margin-bottom: 10px;
  }
  
  .rajan-news {
    margin-right: 0;
    margin-bottom: 20px;
  }
  
  .tech .tech-comments-grid .number {
    padding: 5px 10px;
  }
  
  .interview-text {
    height: 200px;
  }
  
  .interview-text h2 {
    font-size: 25px;
  }
  
  .interview-main img {
    height: 200px;
    width: 100%;
  }
  
  .interview-grid {
    margin: 0;
  }
  
  .interview-grid .col-md-6 {
    margin: 10px 0;
  }
  
  .entertainment .headline-img {
    margin-bottom: 10px;
  }
  
  .sahitya .sahitya-headline h2 {
    margin: 10px 0;
  }
  
  .world-headline {
    margin-bottom: 10px;
  }
  
  .nepal .gallery .col-md-3 {
    margin-bottom: 20px;
  }
  
  .bulletin .bulletin-news .col-md-6 {
    margin-bottom: 10px;
  }
  
  .bulletin-news-gap {
    margin-bottom: 0;
  }
  
  .footer-menu .footer-div .office-detail {
    margin: 0;
  }
  
  .footer {
    font-size: 12px;
  }
  
  .footer-details ul li {
    margin-right: 10px;
  }
  
  .footer .container {
    display: flex;
    flex-direction: column;
  }
  
  .footer-copyright {
    margin-bottom: 20px;
  }
}

@media (min-width: 376px) and (max-width: 425px) {
  .hide-mobile {
    display: none;
  }
  
  #logo-date {
    font-size: 18px;
    margin-top: 60px;
    margin-right: 20px;
  }
  
  .search-tooltip {
    left: -42px;
  }
  
  .time-tooltip {
    left: 14px;
  }
  
  .trending-tooltip {
    left: 70px;
  }
  
  .ad-banner {
    display: none;
  }
  
  .headline-one .headline-title h1 {
    font-size: 2.5rem;
    margin: 0;
  }
  
  .headline-one .headline-title h4 {
    font-size: 17px;
    line-height: 30px;
  }
  
  .headline-one .headline-img img {
    height: 200px;
  }
  
  .headline-one .headline-title .heading-timeline img {
    margin: 0;
  }
  
  .bulletin-news {
    padding-bottom: 20px;
  }
  
  .bulletin-grid {
    margin: 20px 0;
  }
  
  .bulletin-grid h4,
    .news .news-grid h4 {
    font-weight: bold;
    font-size: 22px;
  }
  
  .bulletin-timeline i,
    .bulletin-timeline span {
    font-size: 15px;
  }
  
  .ad-grid img {
    width: 100%;
  }
  
  .news-img img {
    height: 200px;
    width: 100%;
  }
  
  .news-detail p {
    font-size: 15px;
  }
  
  .news-headline {
    margin-bottom: 10px;
  }
  
  .news .news-headline .bulletin-timeline {
    margin: 10px 0;
  }
  
  .news-grid .col-6 {
    padding-right: 0;
    padding-bottom: 10px;
  }
  
  .bulletin-news-gap {
    margin-bottom: 0;
  }
  
  .bulletin-news-gap .col-md-6 {
    margin-bottom: 10px;
  }
  
  .bulletin-news-gap img {
    width: 100%;
    height: 100px;
  }
  
  .rajan-news {
    margin: 0;
    margin-bottom: 20px;
  }
  
  .deshkhabar-sub-grid {
    margin-bottom: 10px;
  }
  
  .deshkhabar-grid img {
    width: 100%;
    height: 100px;
  }
  
  .deshkhabar-grid {
    margin: 0;
  }
  
  .deshkhabar-grid .col-md-6 {
    margin-bottom: 10px;
  }
  
  .feature .feature-grid img {
    height: 200px;
  }
  
  .feature .feature-grid h4 {
    font-size: 20px;
  }
  
  .tech .tech-grid img {
    height: 100px;
  }
  
  .tech .tech-grid h4,
    .tech-comments-grid .number h4,
    .interview-extra-grid h4,
    .interview-grid h4,
    .business-extra-grid h4,
    .bulletin-grid h4,
    .sports h4,
    .bideshi h4,
    .sahitya .newspaper-grid h4,
    .world-grid h4,
    .world-side-grid h4 {
    font-size: 22px;
    font-weight: 500;
  }
  
  .tech .tech-comments-grid .number {
    padding: 10px 15px;
  }
  
  .interview .interview-main .col-md-7,
    .interview .interview-main .col-md-5 {
    height: 200px;
  }
  
  .interview-text h2 {
    font-size: 27px;
    font-weight: bold;
  }
  
  .interview-main img {
    width: 100%;
  }
  
  .interview-grid {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .interview-grid .col-md-6 {
    margin: 10px 0;
  }
  
  .interview-extra-grid img {
    height: 100px;
  }
  
  .entertainment .headline-img img {
    height: 400px;
  }
  
  .entertainment .headline {
    margin-bottom: 20px;
  }
  
  .health {
    margin-top: 0;
  }
  
  .sports .sports-side-grid-img img {
    height: 100px;
  }
  
  .world-headline {
    margin-bottom: 20px;
  }
  
  .nepal .gallery .gallery-grid img {
    height: 200px;
    object-position: 0 0;
  }
  
  .gallery .col-md-3 {
    margin-bottom: 20px;
  }
  
  .footer-menu .footer-div .office-detail {
    margin-left: 10%;
    margin-bottom: 20px;
  }
  
  .footer .container {
    display: flex;
    flex-direction: column;
  }
  
  .footer-copyright {
    margin-bottom: 20px;
  }
}

@media (min-width: 426px) and (max-width: 768px) {
  .ad-banner {
    display: block;
  }
  
  .show-tab {
    display: block;
  }
  
  .hide-tab {
    display: none;
  }
  
  .logo #logo-date {
    font-size: 15px;
    margin-top: 25px;
  }
  
  .headline-one h1 {
    font-size: 2.5rem;
  }
  
  .headline-one .headline-title h4 {
    font-size: 17px;
  }
  
  .headline-one .headline-img img {
    height: 350px;
  }
  
  .bulletin-grid h4 {
    font-size: 15px;
  }
  
  .bulletin-news h2 {
    font-size: 2rem;
  }
  
  .search-tooltip {
    left: -69px;
  }
  
  .time-tooltip {
    left: -13px;
  }
  
  .trending-tooltip {
    left: 43px;
  }
  
  .news-headline .news-detail {
    font-size: 15px;
  }
  
  .thoughts p {
    font-size: 12px;
  }
  
  .thoughts h2 {
    font-size: 18px;
  }
  
  .people-grid1 h5 {
    font-size: 13px;
  }
  
  .people-grid1 img {
    height: 50x;
  }
  
  .trending-grid h1 {
    font-size: 40px;
  }
  
  .trending-headlines h4 {
    font-size: 12px;
  }
  
  .trending1 h2,
    .blog h2,
    .tech-comments h2,
    .interview-section .interview-extra h2,
    .sports-side-grid h2,
    .world-headline-text h2 {
    font-size: 18px;
    margin-bottom: 0;
  }
  
  .news-option-grid p,
    .blog p,
    .news-title p {
    font-size: 13px;
  }
  
  .news-option {
    padding: 5px;
  }
  
  .news-grid .col-md-4 {
    padding-right: 0;
  }
  
  .sahitya .newspaper-grid h4,
    .world-side-grid h4 {
    padding: 0;
  }
  
  .world-grid .col-md-5,
    .world-grid .col-md-7 {
    padding-left: 0;
  }
  
  .nepal .gallery .gallery-grid img {
    height: 200px;
  }
  
  .gallery-grid .img-text h4 {
    font-size: 12px;
  }
  
  .tech .tech-comments-grid {
    margin: 10px 0;
    padding: 5px 0;
  }
  
  .tech .tech-comments-grid .number {
    padding: 6px 6px;
    height: 50px;
  }
  
  .tech .tech-comments-grid .number h4 {
    font-size: 20px;
  }
  
  .tech .tech-comments-grid .number p {
    font-size: 10px;
  }
  
  .tech .container {
    padding: 0;
  }
  
  .interview-text h2 {
    font-size: 30px;
  }
  
  .interview-extra-grid .col-md-7,
    .interview-grid .col-md-8 {
    padding-left: 0;
  }
  
  .interview-extra-grid img {
    height: 80px;
  }
  
  .business-extra-grid {
    padding: 10px;
  }
  
  .business-grid .col-md-4,
    .entertainment-grid .col-md-5,
    .entertainment-grid .col-md-7,
    .entertainment .headline,
    .headline,
    .health .col-md-5,
    .sports-grid {
    padding-right: 0;
  }
  
  .entertainment-grid h4 {
    font-size: 15px;
  }
  
  .entertainment-grid {
    margin-bottom: 10px;
  }
  
  .entertainment .headline-text h2 {
    font-size: 30px;
    margin-left: 20px;
  }
  
  .entertainment h2 {
    font-size: 26px;
  }
  
  .sahitya .sahitya-grid img {
    height: 160px;
  }
  
  .footer-menu .footer-logo img {
    padding: 40px 10px 10px 10px;
  }
  
  .footer-menu .footer-div .office-detail {
    margin-left: 10%;
  }
  
  .footer-menu .office-detail h1 {
    font-size: 35px;
  }
  
  .footer-menu ul li {
    font-size: 15px;
  }
  
  .tech .tech-grid img {
    height: 60px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .menu ul li a {
    padding: 14px 15px;
  }
  
  .logo #logo-date {
    margin-right: 17px;
    margin-top: 35px;
    font-size: 15px;
  }
  
  .menu ul li {
    font-size: 14px;
  }
  
  .search-box,
    .time {
    width: 50px;
  }
  
  .search-tooltip {
    left: 26px;
  }
  
  .time-tooltip {
    left: 76px;
  }
  
  .news-image {
    width: 100%;
    height: 70px;
    overflow: hidden;
  }
  
  .trending-tooltip {
    left: 126px;
  }
  
  .headline-one h1 {
    font-size: 30px;
  }
  
  .headline-one span {
    font-size: 14px;
  }
  
  .headline-one .headline-title h4 {
    font-size: 17px;
  }
  
  .headline-one .headline-img img {
    position: relative;
    object-fit: cover;
    height: 300px;
  }
  
  .people-grid1 h5 {
    font-size: 15px;
  }
  
  .tech .tech-comments-grid .number {
    padding: 6px 12px;
    height: 60px;
  }
  
  .interview-text h2 {
    font-size: 34px;
  }
  
  .footer-menu .office-detail h1 {
    font-size: 30px;
  }
  
  .tech .tech-grid img {
    height: 80px;
  }
  
  .trending-headlines h4 {
    font-size: 15px;
  }
}

@media (min-width: 1025px) and (max-width: 1440px) {
  .top-header .logo #logo-date {
    margin-top: 40px;
    font-size: 17px;
  }
  
  .menu {
    align-items: center;
    transition: left 0.35s cubic-bezier(0.77, 0, 0.175, 1);
  }
}

@media (min-width: 1441px) and (max-width: 2560px) {
  #logo-date {
    margin-top: 40px;
    margin-right: 20px;
    font-size: 20px;
  }
}

@media (max-width: 992px) {
  .menu {
    position: fixed;
    top: 0;
    left: -260px;
    width: 250px;
    height: 100%;
    background: #002095;
    transition: left 0.3s ease;
    z-index: 999;
    padding-top: 60px;
  }
  
  .menu.active {
    left: 0;
  }
  
  .menu ul {
    flex-direction: column !important;
  }
  
  .menu ul li {
    width: 100%;
  }
  
  .menu ul li a {
    white-space: nowrap;
  }
}

@media (max-width: 992px) {
  .header-nav {
    display: block;
  }
}
