.health,.textile,.bfsi{
  padding: 0 25px;
}
.course .img-responsive {
    border-radius: 25px;
}
.course .item-details {
  color: #fff;
  padding: 20px 10px;
  text-align: left;
}
.course .item-details h5 {
  margin: 0 0 5px;
  font-size: 18px;
  line-height: 18px;
    color:#707070;
}
.course .item-details h4 strike {
  color: #bbbbbb;
}
.course .item-details p {
  font-size: 12px;
  color:#707070;
  margin: 5px 0;
}
.course h4 {
    color: #707070;
    font-size: 16px;
}
.course .item {
  text-align: center;
}
.start {
    display: flex;
    margin: 5px 0;
    align-items: center;
}
.start span.fa.fa-star.checked {
    color: #d3ae42;
    font-size: 18px;
}

.start span.fa.fa-star-o {
    color: darkgrey;
    font-size: 18px;
    color: #d3ae42;
}
.owl-carousel .owl-nav [class*='owl-'] {
  transition: all .3s ease;
}

.owl-carousel .owl-nav [class*='owl-'].disabled:hover {
  background-color: #D6D6D6;
}

.owl-carousel {
  position: relative;
}

.owl-carousel .owl-next,
.owl-carousel .owl-prev {
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  position: absolute;
  top: 35% !important;
  font-size: 30px !important;
  color: #707070 !important;
  border: 1px solid #707070 !important;
  text-align: center;
  background-color: #fff !important;
}

.owl-carousel .owl-prev {
  left: -45px;
}

.owl-carousel .owl-next {
  right: -45px;
}

  .course i.fa.fa-angle-right,.course i.fa.fa-angle-left {
    font-size: 45px;
    font-weight: 600;
    display: block;
}