.mobile-bigyaapan-only {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .desktop-bigyaapan-only {
    display: none !important;
  }
  .mobile-bigyaapan-only {
    display: block !important;
  }
}
.grecaptcha-badge {
  visibility: hidden;
}

#pinned-news-container .news-break.black-white {
  border-bottom: 1px solid #ddd !important;
  padding-top: 0 !important;
}

#news-container .news-break.black-white:last-child {
  border-bottom: 0px solid #ddd !important;
  padding-top: 0 !important;
}
#news-container .news-break.black-white{
  border-bottom: 1px solid #ddd !important;
  padding-top: 0 !important;
}
.dark-mode .swal2-icon.swal2-error, .dark-mode .swal2-styled.swal2-confirm {filter:invert(1);}
.grecaptcha-badge {
  display: none !important;
}

.patrachar .patrachar-btn {
  background: #fecd07;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  padding: 5px 15px;
  line-height: 20px;
  font-style: normal;
  display: inline-block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

@media only screen and (max-width: 479px) {
  .sharing-box .custom-share-box
  {
    margin: 0 -15px !important;
  }
}

.menu-box .navigation_box ul li .nav-img
 {
    height: 70px;
}