.course {
  margin-bottom: 5%;
}



.course .course-slider .card {
  text-align: center;
  border: none;
  margin: 0px 6%;
  height: 320px;
  position: relative;
}

.course .course-slider .card .card-img-top {
  width: 40% !important;
  margin: -22px auto;
  z-index: 1;
}

.course .course-slider .card .card-body {
  background: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  margin-bottom: 5%;
  padding-bottom: 0px;
  position: relative;
}



.course .course-slider .card .card-body .card-title {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 5%;
}

.course .course-slider .card .card-body .card-text {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 4;
}

.course .course-slider .card .card-body .hr {
    border-bottom: 5px solid #c62d38;
    transition: 0.5s ease;
    display: none;
    position: absolute;
    bottom: 0;
    width: 85%;
    margin: 0px auto;
    left: 0;
    right: 0;
}

.course .course-slider .card:hover .hr {
  border-bottom: 5px solid #c62d38;
  transition: 0.5s ease ;
  display: block;
}

.course .course-slider  .owl-nav {
    display: none;
}

.course .course-slider.owl-carousel .owl-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}


.course .course-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
    background: #7DCFD5 ;
    border-radius: 6px;
    width: 30px;
    width: 36px;
}

.course .course-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
    background: #7DCFD5 ;
}



/* header responsive start */
@media (min-width: 0px) and (max-width: 320px) {
    .course {
        margin-top: 10%;
    }

    .course .course-slider .card {
        height: 240px;
    }

    .course .course-slider .card .card-body .card-title {
        font-size: 18px;
    }
    .course .course-slider .card .card-body .card-text {
        font-size: 14px;
    }

    .course .course-slider .card .card-img-top {
        width: 50% !important;
    }
  }
  
  @media (min-width: 321px) and (max-width: 485px) {
    .course {
        margin-top: 10%;
    }

    .course .course-slider .card {
        height: 280px;
    }

    .course .course-slider .card .card-body .card-title {
        font-size: 18px;
    }
    .course .course-slider .card .card-body .card-text {
        font-size: 14px;
    }
    }
  
    @media (min-width: 486px) and (max-width: 575px) {
        .course {
            margin-top: 10%;
        }
    
        .course .course-slider .card {
            height: 315px;
        }
    
        .course .course-slider .card .card-body .card-title {
            font-size: 18px;
        }
        .course .course-slider .card .card-body .card-text {
            font-size: 14px;
        }
    }
  
    @media (min-width: 576px) and (max-width: 767px) {

        .course .course-slider .card .card-img-top {
            width: 50% !important;
        }
    
        .course {
            margin-top: 10%;
        }
    
        .course .course-slider .card {
            height: 280px;
        }
    
        .course .course-slider .card .card-body .card-title {
            font-size: 18px;
        }
        .course .course-slider .card .card-body .card-text {
            font-size: 14px;
        }
    }
  
    @media (min-width: 768px) and (max-width: 991px) {
        
    }
    
    @media (min-width: 992px) and (max-width: 1023px) {
   
    }
  
    @media (min-width: 1024px) and (max-width: 1199px) {
     
    }
  
  /* header css end */
  