.Choose {
    background: #fff8f8 0% 0% no-repeat padding-box;
    padding: 5% 0px;
    margin-bottom: 5%;
}
.Choose .card {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 10px;
  border: none;
  margin: 0px 25px;
  height: 220px;
  margin-bottom: 5%;
}

.Choose .card .img-text-holder {
  display: flex;
  justify-content: start;
  align-items: center;
  margin-bottom: 5%;
}

.Choose .card .card-body .img-text-holder .img-holder {
  width: 50px;
}

.Choose .card .card-body .img-text-holder .img-holder .card-img-holder {
  width: 50px;
}

.Choose .card .card-body .card-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-left: 25px;
}

.Choose .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: 5;
  text-align: justify;
}

.Choose .course-slider .owl-nav {
  display: none;
}

.Choose .course-slider.owl-carousel .owl-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}

.Choose .course-slider.owl-carousel.owl-theme .owl-dots .owl-dot.active span {
  background: #7dcfd5;
  border-radius: 6px;
  width: 30px;
  width: 36px;
}

.Choose .course-slider.owl-carousel.owl-theme .owl-dots .owl-dot span {
  background: #7dcfd5;
}

/* header responsive start */
@media (min-width: 0px) and (max-width: 320px) {
  .Choose .card {
    margin: 0px 12px;
    margin-bottom: 5%;
}
}

@media (min-width: 321px) and (max-width: 485px) {
  .Choose .card {
    margin: 0px 10px;
    margin-bottom: 5%;
  }
}

@media (min-width: 486px) and (max-width: 575px) {
  .Choose .card {
    margin: 0px 10px;
    margin-bottom: 5%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
    .Choose .card {
        margin: 0px 10px;
        margin-bottom: 5%;
      } 
      .Choose .card .card-body .card-text {
        font-size: 15px;
    }


    .Choose .card .card-body .card-title {
        font-size: 17px;
    }
}

@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 */
