/* Blog page css*/
/*Additional course style*/
.cst_addition_course ul {
  list-style: none;
  padding: 0;
}

.shopcourse-category {
  background-color: #0f47ad;
  color: #fff;
  padding: 10px 6px;
  margin-bottom: .25rem;
  border-radius: .5rem;
  width: fit-content;
  font-size: 80%;
  margin-top: 4px;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;
  white-space: nowrap;
}

.cst_addition_course ul li {
  display: flex;
  align-items: center;
  background-color: #f7f7f7;
  width: 50%;
  padding: 2px;
  border-radius: 10px;
  cursor: pointer;
  margin: 5px 0;
}

.cst_addition_course ul li:hover {
  background-color: #ccd0e8;
}

.cst_addition_course ul li img {
  width: 30px;
  height: 30px;
  margin: 2px;
}

.cst_addition_course ul li h4 {
  margin: 0;
  font-size: 16px;
}

/*Additional course style*/




.cst_column .cst_img_parent img.courseimage {
  width: 100%;
  margin: 20px 0;
  min-height: 550px;
  max-height: 550px;
  object-fit: cover;
  border-radius: 5px;
}

.cst_course_description {
  border: 1px solid;
  padding: 10px;
  border-radius: 5px;
  color: #514e4e;
  font-weight: lighter;
}


/* Blog page css*/




.wrapper>.featured-img .courseimage {
  min-height: 206px;
  max-height: 206px;
  object-fit: cover;
}


a.cst_btn {
  /* background-color: aqua; */
  border-radius: 0;
  /* border: 2px solid #0f47ad; */
  box-shadow: none;
  font-size: 12px;
}


span.course-price a {
  border-radius: 5px !important;
  box-shadow: none;
}

.cst_btn {
  font-weight: bold !important;
  font-size: 13px !important;
  border: 1px solid !important;
  margin: 0 16px;
  white-space: nowrap;
}

.cst_btn_2 {
  background-color: aliceblue !important;
  white-space: nowrap;
}

.cst_card_view {
  padding: 0 18.5px;
  padding-bottom: 38px;
  position: relative;
}

.cst_card_view>a.course-item-link {
  touch-action: manipulation;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  z-index: 9;
}

.wrapper {
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.wrapper>.featured-img {
  position: relative;
  margin: 10px !important;
  padding-top: 15px !important;
  border-radius: 0 !important;
}

.wrapper>.featured-img img {
  /* border-radius: 0; */
}

.cst_card_view .wrapper {
  transition: all .5s ease-in-out;
}

.cst_card_view:hover .wrapper {
  transform: scale(0.9);
  transition: all .5s ease-in-out;
}

/* .wrapper>.featured-img:before {
  content: '';
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  position: absolute;
  overflow: hidden;
  background-color: rgba(255, 255, 255, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(rgba(32, 33, 33, 0.7)));
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(32, 33, 33, 0.7));
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0), rgba(32, 33, 33, 0.7));
  background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0), rgba(32, 33, 33, 0.7));
  background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0), rgba(32, 33, 33, 0.7));
  background-image: linear-gradient(top, rgba(255, 255, 255, 0), rgba(32, 33, 33, 0.7));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='rgba(255,255,255,0)', endColorStr='rgba(32,33,33,0.7)');
} */

.featured-img img {
  max-width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  width: 100%;
  height: 100%;
}

.course-content {
  padding: 10px;
  width: 100%;
}

.course-content .course-title>a {
  padding: 0;
  margin: 0 0 20px;
  line-height: 1;
  font-size: 16px;
  color: #000 !important;
  margin: 20px 0 !important;
}

.course-content .course-meta {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.course_meta_lfx {
  text-wrap-mode: nowrap;
}

/*.course-content .course-meta .course_meta_lfx .star {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #848484;
}*/

/*.course-content .course-meta .course_meta_lfx .star i {
  font-size: 16px;
  color: #f8b56c;
}*/
.event-list .star {
  font-size: 23px;
  color: gold;
}

.review-star-rating .star {
  color: gold;
}

.event-list .star.empty,
.review-star-rating .star.empty {
  color: #ccc;
}

.event-list .star.half,
.review-star-rating .star.half {
  color: #fff;
  position: relative;
}

.wrapper.eventlisting_wrapper .course_meta_lfx span.review_star {
  font-size: 14px;
}


.event-list .star.half::before {
  content: '\2605';
  position: absolute;
  left: -5px;
  top: -4px;
  color: #ffd700;
  width: 46%;
  overflow: hidden;
  transform: translateX(50%);
}

.review-star-rating .star.half::before {
  content: '\2605';
  position: absolute;
  left: -3px;
  top: 0px;
  color: #ffd700;
  width: 50%;
  overflow: hidden;
  transform: translateX(50%);
}

.course_meta_lfx .students {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7;
  color: #848484;
  margin-left: 22px;
}

.course_meta_lfx .students i {
  color: #f8b944;
}

.course-content h5.course-title {
  margin: 6px 0 !important;
  font-size: 22px;
}

span.course-price {
  font-size: 13px;
  color: #0f47ad;
  letter-spacing: 1.2px;
  word-spacing: 2px;
  border-radius: 5px;
}



/*start table css*/

.pdh_eventlist_table {
  margin: 20px 0;
}

.pdh_eventlist_table tr th {
  background: #f4f4f5;
  color: #333;
  font-size: 16px;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}

.pdh_eventlist_table tr td {
  border: 1px solid #ddd;
  vertical-align: middle;
  font-size: 15px;
  line-height: 16px;
  padding: .7em 1em;
}

.pdh_eventlist_table tr td h4 {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
}

.cst_title {
  color: #0f47ad !important;
}

/*end table css*/


/* start eventlisting css */
.wrapper.eventlisting_wrapper .course-content {
  padding: 0 5px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 200px !important;
  justify-content: space-between;
}



.wrapper.eventlisting_wrapper .course-meta {
  width: 100%;
}

.wrapper.eventlisting_wrapper .course_meta_lfx {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.cst_card_view .wrapper .featured-img.eventlist_img>img.courseimage {
  min-width: 160px;
  border-radius: 0;
  max-width: 160px;
  width: 160px;
}

.wrapper.eventlisting_wrapper .featured-img.eventlist_img {
  margin: 0 !important;
  padding: 0 !important;
}

.wrapper.eventlisting_wrapper h5.course-title {
  font-size: 16px;
}


/*span.review_star em>svg {
  color: #ffb60a;
} 
*/
/* End eventlisiting css */





/* start Eventpage CSS */

span.not_avlble {
  padding: 10px 25px;
  background-color: #e7b9b9;
  border-radius: 5px;
  color: #ff0000;
}


span.enrol {
  padding: 10px 16px;
  background-color: #d8edd8;
  border-radius: 5px;
  color: #008600;
  font-size: 16px;
}


ul.evtdatedayslist {
  list-style: none;
  display: block;
  list-style: none !important;
  list-style: none;
  font-size: 20px !important;
  font-weight: 300;
  line-height: 1.67 !important;
  letter-spacing: 0.4px !important;
  padding: 5px 10px;
  border: 1px solid #0f47ad;
  padding: 5px 10px !important;
  background: #f4f4f5;
  color: #5574ed;
  border-radius: 5px;
  cursor: pointer;
  margin: 0;
}

/* End Evenetpage CSS */








@media (max-width:1850px) {
  .wrapper.eventlisting_wrapper span.course-price {
    flex-direction: column;
    align-items: start !important;
    white-space: nowrap;
  }

  .wrapper.eventlisting_wrapper span.course-price>a {
    margin: 6px 0 !important;
    /* width: 100%; */
  }

  .wrapper.eventlisting_wrapper .course-content {
    padding: 4px;
    width: 100%;
  }

  .wrapper.eventlisting_wrapper .course_meta_lfx {
    text-wrap-mode: wrap;
  }

  .wrapper.eventlisting_wrapper .course-content .course-meta {
    flex-direction: column;
    justify-content: center;
    align-items: baseline;
  }

}

@media (max-width:1600px) {
  .wrapper.eventlisting_wrapper h5.course-title {
    font-size: 14px;
  }
}



@media (max-width:1480px) {

  span.review_star {
    margin: 10px !important;
  }

  .cst_card_view .wrapper .featured-img.eventlist_img>img.courseimage {
    min-width: 100%;
    border-radius: 0;
    max-width: 160px;
    width: 100%;
    min-height: 230px !important;
    border-radius: 5px;
  }

  .wrapper.eventlisting_wrapper span.course-price>a {
    width: auto;
  }


}


/*@media(max-width:1293px) {*/
@media(max-width:1760px) {
  span.course-price {
    flex-direction: column;
  }

  .cst_div_element {
    flex-direction: column-reverse;
  }

  .cst_btn {
    margin: 5px 0 !important;
  }

  span.course-price {
    letter-spacing: 0.9px;
    align-items: unset !important;
  }

  .course_meta_lfx {
    padding: 0 !important;
    margin: 10px 0;
  }

  .cst_btn_2 {
    width: 100%;
  }

  .cst_card_view {
    padding: 0px 5.5px;
  }
}


@media(max-width:1200px) {
  .shopcourse-category {
    font-size: 63%;
  }

  .course_meta_lfx {
    flex-direction: column !important;
    display: flex !important;
    align-items: baseline !important;
  }

  .course-content h5.course-title {
    font-size: 18px;
  }

}


@media(max-width:1091px) {
  a.bg_custom.btn_category {
    margin: 3px 0 !important;
    display: inline-block;
  }
}


@media(max-width:998px) {
  .shopcourse-category {
    font-size: 46%;
    left: 0px;
  }
}



@media (max-width:992px) {
  .course-content h5.course-title {
    font-size: 18px;
  }
}


@media (max-width:575px) {
  .cst_card_view {
    margin: 5px 0;
  }
}