.select-topic.classes-section .mb-0 {
	margin-bottom: 0;
}
.ft-spk .item {
	position: relative;
	text-align: center;
}
.industry-title, .item .sub-title {
	margin: 0;
	word-break: break-word;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	min-height: 24px;
	font-size: 16px;
	font-weight: 400;
}
.item .company-title {
	margin: 8px 0;
}
.select-topic.classes-section.featured-sp {
	padding-bottom: 30px;
}
.search-fn-custom {
	display: flex;
	flex-wrap: nowrap;
}
.search-fn-custom .select-box {
	display: flex;
	gap: 0;
	align-items: center;
}
.search-fn-custom .filter-by-topic {
	width: 40%;
	position: relative;
}
.custom-w-block {
	width: 100%;
}

.search-fn-custom label {
	white-space: nowrap;
}
.filter-by-topic-custom {
	margin-bottom: 0;
}
@media (max-width: 1299px){
	.ft-spk .item {
		padding-bottom: 0;
	}
	.search-fn {
		margin-bottom: 20px;
	}
	.filter-by-topic-custom {
		margin-bottom: 0;
	}
	.featured-sp {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.select-topic.classes-section.featured-sp {
		padding-bottom: 20px;
	}
}
@media (max-width: 1023px){
	.search-fn-custom .filter-by-topic {
		width: 45%;
		position: relative;
	}
}
@media (max-width:768px){
	.select-topic.classes-section.class-details.featured-sp {
		text-align: left;
	}
}
@media (max-width:767px){
	.search-fn-custom  {
		flex-wrap: wrap;
	}
	.search-fn-custom .select-box {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 15px;
		order: 2;
	}
	.filter-by-topic-custom .search-block-fn {
		order: 2;
		margin: 0;
	}
	.filter-by-topic-custom .select-box {
		order: 1;
		padding-right: 30px;
		margin: 0;
	}
	.filter-by-topic-custom {
		margin: 0;
	}
	.search-fn-custom .form-block{
		padding-left: 0;
		width: 100%;
	}
	.search-fn-custom .select-box.filter-by-topic {
		width: 100%;
	}
}
@media (max-width:640px){
	.filter-by-topic-custom .select-box,
	.filter-by-topic-custom .search-block-fn  {
		width: 100%;
		max-width: 100%;
		padding-right: 0px;
	}
	.filter-by-topic-custom .search-block-fn {
		margin-top: 20px;
	}
}
