/* Main Css */

.course-img img {
  display: block;
  max-width: 100% !important;
  margin: 0 auto;
  height: 160px !important;
  width: 100%;
}

.img-cont {
  display: flex;
  justify-content: space-between;
}

.img-cont .price p {
  font-family: "Rubik";
  background: #f67761;
  /* padding: 9px; */
  padding: 2px 10px;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  font-weight: 700;
}

.img-cont .ratings p {
  font-size: 14px;
  font-weight: 500;
  line-height: 19px;
  color: #fff;
}

.img-cont .ratings {
  display: flex;
}

.img-cont {
  margin: -35px 5px 0 5px;
}
.img-cont .ratings i {
  color: #ffc814; /* margin: 0 auto !important; */ /* margin-right: 5px; */
  width: 20px; /* height: 10px !important; */
}

.course-heading-p a {
  font-family: "Rubik";
  font-size: 17px;
  line-height: 24px;
  font-weight: 700;
  color: #4c527e;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  /* height: 70px; */
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 10px 0;
}

.course-heading-p p {
  color: #767e90;
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}

hr {
  color: #a4a6ac80;
  width: 100%; /* font-size: 150px; */
}
.course-footer {
  display: flex;
  justify-content: space-between;
  margin-bottom: -15px;
  margin-top: 4px;
  padding: 10px 5px;
}

.course-footer .students {
  display: flex;
}

.course-footer .students p {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.course-footer .students i {
  font-family: "poppins";
  width: 25px; /* color: transparent; */ /* background: red; */
  color: #767e90;
}

.course-footer .buttons a {
  font-family: "poppins";
  font-size: 14px;
  font-weight: 500;
  color: #545874;
  line-height: 10px;
  border: 1px solid #f67761;
  padding: 5px 15px;
  text-transform: capitalize;
  border-radius: 5px;
  text-decoration: none;
}

.course-footer .buttons a:hover {
  background: #ffbfb4;
  color: #333333;
}
.main-1 {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  border-radius: 10px;
  margin: 15px 0;
  padding-bottom: 10px;
}
.main-1 .course-heading-p {
  padding: 5px;
  margin-bottom: 7px;
  height: 75px;
}

.slidy .owl-nav {
  position: relative;
}

.slidy .no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
  min-height: 450px;
  height: 415px;
}

.slidy .owl-nav {
  position: absolute;
  height: 25px;
  width: 25px;
  top: -125px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.slidy .owl-carousel.owl-theme.owl-course.owl-loaded.owl-drag {
  position: relative;
}

.img-cont p s {
  color: #000;
  font-weight: 500;
}

@media (min-width: 768px) and (max-width: 1023px) {
  /*.slidy button.owl-next{*/
  /*    top:-960px;*/
  /*}*/
  /*.slidy button.owl-prev{*/
  /*    top:-940px;*/
  /*}*/
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  /*.slidy button.owl-next{*/
  /*    top:-650px;*/
  /*}*/
  /* .slidy button.owl-prev{*/
  /*     top:-630px;*/
  /* }*/
  .course-footer .buttons a {
    padding: 5px 5px;
    font-size: 10px;
  }
}

.rating_sh_content {
  margin-top: -9px;
}

.rating_sh_content .sh_rating {
  unicode-bidi: bidi-override;
  color: #c5c5c5;
  font-size: 25px;
  height: 25px;
  width: 100px;
  margin: 0 auto;
  position: relative;
  padding: 0;
  text-shadow: 0px 1px 0 #a2a2a2;
}

.rating_sh_content .sh_rating-upper {
  color: #fcc400;
  padding: 0;
  position: absolute;
  z-index: 1;
  display: flex;
  top: 0;
  left: 0;
  overflow: hidden;
}

.rating_sh_content .sh_rating-lower {
  padding: 0;
  display: flex;
  z-index: 0;
}
