.single-home-special-course span {
  background: red;
  color: white;
  border-radius: 0px 5px 5px 0;
  padding: 5px 10px 5px 20px;
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 1;
}
.single-sp-class span {
  background: red;
  color: white;
  border-radius: 0px 5px 5px 0;
  padding: 5px 10px 5px 20px;
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 1;
}
.single-class span {
    background: red;
    color: white;
    border-radius: 0px 5px 5px 0;
    padding: 5px 10px 5px 20px;
    position: relative;
    top: 75px;
    float: left;
    z-index: 1;
}
.course-slider-area .course-slider{
      height: 350px;
}
.course-slider-area .course-slider .course-slider-img img{
    height: 300px;
    object-fit: cover;
    border-radius: 10px
}
.partners_logo img{
    height: 100px;
    object-fit: contain;
    border-radius: 10px
}
.class-area .single-ragular-course .course-img::before{
  background: none;
}