.banner-img {
    min-height: 300px !important;
}
.single_course_categry:nth-of-type(6) h4::after {
  content: "Instructors"; /* For class instructor filter hide option */
}

.course_category_inner .single_course_categry:nth-of-type(6) {
  display: none;
} 
.single_course_categry:nth-of-type(7) h4::after {
  content: "Rating"; /* For class instructor filter hide option */
}

.course_category_inner .single_course_categry:nth-of-type(7) {
  display: none;
}

/*Course inside page*/
.d-flex.gap-3.flex-wrap.align-items-center.meta {
    display: none !important;
}
.curriculum_meta.d-flex.flex-wrap {
    display: none !important;
} 
/*rating section hide*/
.rating {
    display: none !important;
}

ul.stats li:first-child {
    display: none !important;
} 
/*hide lesson massage*/