@media (max-width: 1200px) {
  .menuWrapper .menu ul {
    -moz-column-gap: 28px;
         column-gap: 28px;
  }
}
@media (max-width: 991px) {
  .menu{ justify-content:end; }
  .top-head{
    position: sticky;
    top: 0;
    z-index: 3;
    background-color: #ffffff;
  } 
  .menuWrapper{
    top: 67px;
  }
  .imgMenu{
    display: none;
  }
  .menu button:focus {
    outline: none;
    box-shadow: none;
  }
  .menu button {
    display: block;
    color: #0073a7;
    font-size: 20px;
  }
  .menu ul {
    display: none !important;
  }
  .offcanvas ul {
    display: flex;
    flex-direction: column;
    -moz-column-gap: 20px;
         column-gap: 20px;
    justify-content: space-around;
    padding: 20px;
  }
  .offcanvas ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #d5d5d5;
  }
  .offcanvas ul a {
    font-size: 22px;
    color: #463b82;
  }
  .mainWrapper h3 a {
    font-weight: 600;
    font-size: 24px;
    line-height: 1;
  }
  .mainWrapper .subPost a {
    font-size: 14px;
  }
  .recent h3 {
    padding: 0px;
    font: 22px;
  }
  .recent .post {
    padding: 6px 0px;
  }
  .recent .post h6 {
  }
  .recent .post p {
    font-size: 18px;
  }
  .recent .post h7 {
    line-height: 0 !important;
    font-size: 14px;
  }
  .educationnews .smallPost h7 {
    font-size: 14px;
  }
  .educationBlog h4 {
    font-size: 18px;
  }
  .educationBlog h5 {
    line-height: 1;
    font-size: 14px;
  }
  .meta {
    -moz-column-gap: 12px;
         column-gap: 12px;
  }
  .trueStory .storyContent {
    display: flex;
    flex-direction: column;
    padding: 2%;
  }
  .trueStory .storyContent h3 {
    line-height: 1.6;
    font-size: 18px !important;
  }
  .trueStory .storyContent p {
    font-size: 15px;
  }
  .pstImg .imgContent a {
    font-size: 15px;
  }
  .pstImg .imgContent h5 {
    line-height: 16px;
  }
  footer .logo img {
    width: 50%;
  }
  footer .footerContent h3 {
    font-size: 16px;
  }
  footer .footerContent .latest a {
    display: block;
    font-size: 13px;
    padding: 5px 0px;
  }
  footer .footerContent .usefulLinks {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .menuWrapper{
    top:60px
  }
  .logo {
    text-align: center;
    padding-bottom: 0px;
  }
  .logo img {
    width: 50% !important;
  }
  .header-ad {
    display: none;
  }
  header .social {
  justify-content:flex-end;
}
.social{ display:none; }
.main-news h2 a{font-size: 36px;}

  .mainWrapper p {
    padding: 0px;
    line-height: 1;
  }
  .mainWrapper .meta {
    margin-bottom: 10px;
  }

  .long-ad {
    margin: 10px 0px;
  }
  .jana-top-small{ margin:20px 0px; }
  .nrn-small { margin-bottom:20px; }
  .sports-top-content p{ display:none; }
  .prabash-bottom{ display:block; }
  .prabash-bottom img{ width:100%; height:auto; border-top-right-radius: 0px; border-bottom-left-radius: 5px;}
  ul.footer-social {
    display: block;
    padding-left: 15px;
}

  .usefulLinks {
    padding: 10px 0px !important;
    border-top: 1px solid #39739E;
    border-bottom: 1px solid #39739E;
    border-left: none !important;
    border-right: none !important;
  }
  footer img {
    margin: 10px 0px;
    width: 80%;
  }
  .smallPost img {
    height: 250px;
  }

  .pstImg{
    margin: 10px 0px;
  }

}
@media (max-width: 491px) {
  .offcanvas {
    width: 70% !important;
  }
	.menuWrapper{
    top: 0px;
  }
}/*# sourceMappingURL=responsive.css.map */

@media (max-width: 360px) {
	.menuWrapper{
    top: 44px;
  }
}