.top-current-date .current-date.nepali-date .date-title {
	font-size: 13px;
}
.top-current-date .current-date.en-date .date-title {
	font-size: 13px;
}

.mobile-ad {
	display: none !important;
}

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

.editors-pic {
    background: #f5f5f5;
    border: 1px solid #ccc;
    padding: 20px;
    margin-bottom: 30px;
    display: block;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
}

.editors-pic .item-news.media {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.editors-pic .item-news.media figure {
    margin-left: 0;
    margin-top: 0;
}

.editors-pic .item-news.media a {
    display: inherit !important;
}

.editors-pic .item-news.media .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.editors-pic .picks-title {
    font-size: 16px;
    color: #F7412B;
    margin: 0 0 15px 0;
    line-height: 20px;
}

.editors-pic img {
    width: 120px;
    height: 80px;
    object-fit: cover;
    margin-bottom: 0;
}

.editors-pic .main-title {
    font-size: 18px;
    line-height: 26px;
    margin-top: 0;
    font-weight: 700;
    color: #333;
    display: block;
}

.editors-pic .dates {
    font-size: 14px;
    color: #666;
    display: block;
    margin-top: 5px;
    line-height: 18px;
}


.tv-box .embed-responsive {
    height: auto;
}

.featured-images .embed-responsive, .tv-box .embed-responsive {
    height: auto;
}


/* for pdf  */

.editor-box .embed-responsive {
    height: 500px;
}

.navigation_box ul li.more-menu a.menu-toggle.special-selected {padding-right:15px;}

.sticky-item {
    position: sticky;
    top: 50px;
}



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