.text-green {
	color: #15b57e !important;
	font-size: 16px;
	font-weight: bolder;
}
.h-course-slider-price del {
	margin-left: 8px;
}
.text-red {
	color: #e93544 !important;
}
.orange-bg {
	background: #ff9000 !important;
}
.text-white {
	color: #fff !important;
}
.maharat-list__card_btn {
	width: 100px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	display: inline-block;
}
.maharat-tutor-img {
	width: 27px;
	height: 27px;
	margin-left: 4px;
	float: right;
}
.circular-radius {
	border-radius: 50%;
}
.va-text-bottom {
	vertical-align: text-bottom;
}
.lazyload, .lazyloaded, .loading {
	opacity: 1;
	-webkit-transition: 1s cubic-bezier(.215,.61,.355,1);
	-o-transition: 1s cubic-bezier(.215,.61,.355,1);
	transition: 1s cubic-bezier(.215,.61,.355,1);
}
.class-list_info .class-list_title {
	margin: 5px 0 20px;
	height: 45px;
	display: -webkit-box;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 25px;
}
.cards-slider__card_img-maharat {
	width: 100%;
	height: 175px;
}
.cards-slider__card-maharat {
		position: relative;
	overflow: hidden;
	box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);
	-moz-box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);
	-ms-box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);
	-o-box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);
	-webkit-box-shadow: 0 3px 6px 0 rgba(0,0,0,.08);
}
.white-bg {
	background: #fff !important;
}
.radius-ten {
	border-radius: 10px;
}
.class-list_info {
	padding: 11px;
}
.m-course-slider-tutor span {
	display: inline-block;
}
.fs-11 {
	font-size: .78571em;
}

.text-ellipsis {
	white-space: nowrap;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.m-course-slider-tutor {
	margin: 8px 0;
	display: block;
}
.m-course-slider-date {
	margin: 20px 0 10px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.cards-slider__card-maharat .line-full {
	width: 100%;
	height: 1px;
	margin: 0;
}
.bg-gray {
	background: #f5f5f5 !important;
}
.course-date__icon, .course-duration__icon, .course-price__icon {
	height: 14px;
	margin-left: 5px;
	vertical-align: middle;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
}
.d-inline-block {
	display: inline-block;
}
.course-date__icon {
	max-width: 15px;
	width: 100%;
	background: url(calendar-icon.b1cc5fd0.svg) no-repeat 50%;
	background-size: cover;
}
.h-course-slider-price {
	margin: 10px 0 10px 0;
}

.maharat-text-ellipsis {
	width: 100%;
	overflow: hidden;
	display: inline-block;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
}

.class-list__card{
	margin-bottom: 20px;
}
.each-classes
{
	
		width: 265px;
		margin: 15.5px;
		position: relative;
		overflow: hidden;
		
	}
.all-classes{

	display: flex;
	justify-content: center;
}


@media screen and (max-width: 768px) {
		.all-classes{

		display: inherit ;
	}

	.each-classes{
		width: auto;		
	}
	
}
