@media(max-width: 991px) {
	.ht-wrap{
		flex-direction: column-reverse;
	}
	.mobile-only{
		display: block;
	}
	.h-logo-wrap{
		flex: inherit;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 100%;
		margin: auto;
	}
	.logo {
		max-width: 250px;
	}
	.toggle-btn span{
		background: #2260bf;
	}
	.desktop-only {
		display: none;
	}
	.m-right {
		display: flex;
		align-items: center;
	}

	.search-box i {
		color: #2260bf;
	}
	#header{
		display: none;
	}
	.has-news ul li a{
		white-space: nowrap;
	}
	.has-news ul{
		overflow-y: hidden;
		overflow-x: scroll;
		padding-bottom: 0;
	}
	.has-news ul::-webkit-scrollbar {
		height: 5px;
		display: none;
	}

	.has-news ul::-webkit-scrollbar-track {
		background:#eaf0fd;
	}

	.has-news ul::-webkit-scrollbar-thumb {
		background:#b9b9b9;
		border-radius: 30px;
	}

	.has-news ul:hover::-webkit-scrollbar{
		display: block;
	}
	.main-news-sidebar{
		margin-top: 10px;
	}
   
  
	.category-five-sidebar{
		margin-top: 30px;
	}
	.footer-logo{
		min-width: 250px;
	}
	.fb-content ul li{
		white-space: nowrap;
	}
	.fb-wrap{
		overflow-y: hidden;
		overflow-x: scroll;
	}
	.fb-wrap::-webkit-scrollbar {
		height: 5px;
		display: none;
	}

	.fb-wrap::-webkit-scrollbar-track {
		background:#eaf0fd;
	}

	.fb-wrap::-webkit-scrollbar-thumb {
		background:#b9b9b9;
		border-radius: 30px;
	}

	.fb-wrap:hover::-webkit-scrollbar{
		display: block;
	}
	.header-top-mobile-only-ads{
		display: block;
		padding-top: 20px;
	}
	.header-top{
		padding: 15px 0;
		position: sticky;
		top: 0;
		z-index: 990;
	}
	.single-left-sidebar {
		display: flex;
		justify-content: space-between;
		align-items: center;
		margin-top: 0;
		margin-bottom: 20px;
	}

	.social-share ul {
		flex-direction: inherit;
	}
	.social-share ul li+li a{
		margin-top: 0;
		margin-left: 7px;
	}
	.social-share{
		margin-top: 0;
		margin-bottom: 10px;
	}
	.single-right-sidebar{
		margin-top: 30px;
	}
	.category-sidebar {
		margin-top: 30px;
	}
	.reporter-main span{
		margin-bottom: 20px;
	}
	.contact-wrap{
		margin-bottom: 30px;
	}
	.contact-page.mb {
		margin-bottom: 10px;
	}
	.social-media-footer {
		margin: 20px 0px;
	}
	.footer-link {
		padding-left: 0;
	}
	.search-menu .uk-search-input {
		margin: 17px 0px;
	}
	.date-time-today {
		margin: 20px 0;
	}
	.style_for_ads_wrapper {
		display: flex;
		margin-top: 15px;
	}
	.style_for_ads_wrapper .ads_four {
		width: 50%;
		margin-right: 15px;
	}
}







@media(max-width: 767px) {
	.breaking-list h2{
		font-size: 45px;
	}
	.main-news .category-news {
		margin-top: 30px;
	}
	.news-block{
		margin-bottom: 30px;
	}
	.category-one-main .thumb-wrap{
		margin-top: 0;
		margin-bottom: 30px;
	}
	.category-one-sidebar{
		margin-top: 0;
	}
	.category-three-main .category-news ul li +li{
		margin-top: 30px;
	}
	.category-four-col .thumb-wrap{
		margin-bottom: 30px;
	}
	.category-four-col +.category-four-col{
		margin-top: 0;
	}
	.category-four-sidebar{
		margin-top: 0;
	}
	.video-thumbnails {
		display: flex;
		overflow-y: hidden;
		overflow-x: scroll;
		padding-bottom: 10px;
		max-height: 100%;
	}
	.thumbnail-list +.thumbnail-list{
		margin-top: 0;
	}
	.thumbnail-list{
		min-width: 280px;
		margin-right: 10px;
		background: #f9f9f9;
		border: 1px solid rgba(0,0,0,.1);
	}
	.video-thumbnails h3{
		padding: 10px;
	}
	.full-video{
		overflow: hidden;
	}
	.thumbnail-list:last-child{
		margin-right: 0;
	}
	.video-thumbnails::-webkit-scrollbar {
		height: 5px;
		display: none;
	}

	.video-thumbnails::-webkit-scrollbar-track {
		background:#eaf0fd;
	}

	.video-thumbnails::-webkit-scrollbar-thumb {
		background:#b9b9b9;
		border-radius: 30px;
	}

	.video-thumbnails:hover::-webkit-scrollbar{
		display: block;
	}
	.footer-wrap{
		flex-wrap: wrap;
	}
	.footer-list{
		width: 33.3333%;
		margin-bottom: 30px;
	}
	.footer{
		padding-bottom: 10px;
	}
	.single-main h1{
		font-size: 45px;
	}
	.category-main-img{
		border-top-right-radius: 4px;
		border-bottom-left-radius: 0;
	}
	.category-main{
		border-bottom-left-radius: 4px;
		border-top-right-radius: 0;
		min-height: 100%;
	}
	nav.top-nav {
		display: none;
	}
	.breaking-list h2 a {
		font-size: 38px;
		line-height: 42px;
	}
	.footer-link {
		margin-bottom: 20px;
	}
	.footer-text-btn li {
		margin: 0;
		display: block;
		text-align: center;
		float: none !important;
		padding: 0 !important;
	}
	.fb-content .footer-text-btn li:last-child {
		float: none !important;
		text-align: center;
		display: block;
		margin: 0 !important;
	}
	.footer-bottom {
		padding: 25px 0;
	}
	
	.footer-link ul li {
		display: inline-block;
	}
	
	.footer-link ul li:not(:last-child) {
		margin-right: 15px;
	}
	.single-main .meta{
		flex-direction: column;
		align-items: center;
	}
	.meta ul li a{
		text-align: center;
	}
	.meta ul li +li{
		margin-top: 10px;
		margin-left:15px;
	}
	#st-1{
		margin-left: 0 !important;
	}
	.row.grid{
		display: block;
	}
	.row.grid .members {
		margin-bottom: 25px;
	}

}








@media(max-width: 575px) {
	.logo{
		max-width: 150px;
	}
	.mt{
		margin-top: 30px;
	}
	.mb{
		margin-bottom: 30px;
	}
	.pt{
		padding-top: 30px;
	}
	.pb{
		padding-bottom: 30px;
	}
	.breaking-list h2{
		font-size: 30px;
		line-height: 1.3;
	}
 
	p{
		font-size: 16px;
	}
	.breaking-list +.breaking-list{
		padding-top: 20px;
		margin-top: 20px;
	}
	.main-title h3{
		font-size: 18px;
		line-height: 2;
	}
	.large-block .news-block-img{
		height: auto;
	}
	.large-block h3{
		font-size: 20px;
	}
	.mid-block .news-block-img{
		height: auto;
	}
	.mid-block h3{
		font-size: 20px;
	}
	.thumb-img{
		height: auto;
	}
	.list-news-col li{
		padding: 15px 20px;
	}
	.category-two .mid-block .news-block-img{
		height: 400px;
	}
	.category-two .news-block{
		margin-bottom: 0;
	}
	.antarbarta-img{
		height: auto;
	}
	.antarbarta-content{
		padding: 20px;
	}
	.antarbarta-content h3{
		font-size: 20px;
	}
	.video-iframe{
		height: auto;
	}
	.photo-feature .mid-block .news-block-img{
		height: 400px;
	}
	.photo-feature .news-block{
		margin-bottom: 0;
	}
	.footer-list{
		width: 50%;
	}
	.search-overlay .search-overlay-form{
		width: 100%;
		padding: 0 10px;
	}
	.single-main h1{
		font-size: 30px;
		line-height: 1.3;
	}
	.social-share ul li a{
		height: 35px;
		width: 35px;
		line-height: 38px;
		font-size: 18px;
	}
	.inside-content-ads .ads-col{
		margin-top: 0;
	}
	.related-news.mb{
		margin-bottom: 0;
	}
	.reaction-section ul{
		flex-wrap: wrap;
	}
	.reaction-section ul li{
		flex: inherit;
		width: 33.3333%;
		margin-bottom: 20px;
	}
	.reaction-section{
		padding-bottom: 0;
	}
	.category-main-img{
		height: auto;
	}
	.category-main{
		padding: 20px;
	}
	.category-main h3{
		font-size: 20px;
	}
	.section-top-ads .ads-col{
		margin-bottom: 30px;
	}
	.section-bottom-ads .ads-col{
		margin-top: 30px;
	}
	.reporter-main img{
		height: 250px;
		width: 250px;
	}
	.reporter-main{
		margin-bottom: 0;
	}
	.videos-extra-list .video-thumb{
		height: auto;
	}
	.videos-extra-list .pagination{
		margin-top: 0;
	}
	.contact-page.mb {
		margin-bottom: 0px;
	}
	.blank-btn h3::before{
		border-bottom: 42px solid #e11b22;
	}
	nav.top-nav {
		display: none;
	}
	.main-title a{
		top:11px;
	}
	
}
   







@media screen and (max-width:374px) {
	.meta ul {
		display: block;
	}
}






