.gap-20 {
    gap: 20px;
}

.tc-post-list-style1 .items .item .content h6.title, .tc-latest-posts-style3 .post-card .content h4.title a, .tc-post-list-style2 .items .item .content h5.title a, .tc-new-posts-style2 h6, .tc-post-grid-style5 .item h5.title a, .tc-post-list-style5 .items .item .content h5.title a, .tc-post-overlay-default .content h2.title a, .tc-post-overlay-default .content h3.title a, .tc-header-style10 .head-slider .card-slide .info h2 a, .tc-header-style10 .tc-breaking-style10 .info ul li a, .tc-google-stories-style10.b-news h5 a, .tc-post-overlay-default .content h4.title a, .tc-post-grid-style6 .item .content h5.title a, .tc-post-grid-default .item .content h4.title a{
	display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}
.tc-breaking-news-style5 .tc-breaking-news-slider5 .swiper-slide .item a{
		display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;  
  overflow: hidden;
}

ul.foot-topic-menu {
    display: grid;
    grid-template-columns: auto auto;
}

.tnl_news_nav .navbar .logo-brand img {
    max-height: 80px;
}
.tc-google-stories-style10.b-news h5 a{
	word-break: break-all;
}

.tc-header-style10 .tc-breaking-style10 {
    background-color: #f11d14;
    color: #ffffff;
}
/* .tc-post-grid-default .item a{
	display:block
} */

@media screen and (min-width: 767px){
	.tc-trends-news-style6{
		display:none
	}
}

@media screen and (max-width: 767px) {
.tc-breaking-news-style5{
	display:none
}
	.tc-trends-news-style1 .col-lg-6 {
    order: -1;
}
		.tc-trends-news-style1 .col-lg-3:last-of-type {
    order: 1;
}
			.tc-trends-news-style1 .col-lg-3:first-of-type {
    order: 2;
				margin-top:10px
}
}

.tc-post-list-style1 .item{
	   gap: 10px;
	    align-items: flex-end;
}

.tc-post-list-style1 .item .img{
	    width: 40px;
    height: 40px;
    object-fit: cover;
}

.tc-post-list-style1 .item .content{
	    width: calc(100% - 50px);
}

.tender_page .btn{
	padding: 4px 10px;
	border-radius: 50px;
	color:#fff;
	font-size:12px
}

.author .icon-30{
	display:none
}