
.mos-img img {display: none !important;}
.la-member{
  position: relative;
}
.showwnews-box.style-1 {
  margin-top: 40px;
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.08);
  background-color: #ffffff;
  padding: 20px;
  border-radius: 4px;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.showwnews-box.style-1 .figure-box {
  margin-top: -60px;
  margin-bottom: 25px;
}

.showwnews-box.style-1 .figure-box img {
  border-radius: 10px 10px 0 0;
  width: 100%;
}

.showwnews-box.style-1 .figure-box .info-list {
  position: absolute;
  z-index: 0;
  top: -20px;
  right: 40px;
}

.showwnews-box.style-1 .figure-box .info-list li {
  margin-right: 10px;
}

.showwnews-box.style-1 .figure-box .info-list li:last-child {
  margin-right: 0;
}

.showwnews-box.style-1 .figure-box .course-status {
  background-color: #fa0a4e;
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: 600;
  color: #ffffff;
}

.showwnews-box.style-1 .figure-box .save-percent {
  background-color: var(--color-custom);
  border-radius: 4px;
  padding: 5px 15px;
  font-weight: 600;
  color: #ffffff;
}

.showwnews-box.style-1 .content-box .category-name {
  display: inline-block;
  color: #ae6003;
  font-size: 14px;
}
.showwnews-box.style-1 .content-box .category-name a {
  color: #ae6003;
}

.showwnews-box.style-1 .content-box .category-name:after {
  position: absolute;
  z-index: 1;
  content: "";
  height: 1px;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  line-height: 1.2;
}

.showwnews-box.style-1 .content-box .category-name.color-1 {
  color: #f013a5;
}

.showwnews-box.style-1 .content-box .category-name.color-1:after {
  background-color: #f013a5;
}

.showwnews-box.style-1 .content-box .category-name.color-2 {
  color: #7013f0;
}

.showwnews-box.style-1 .content-box .category-name.color-2:after {
  background-color: #7013f0;
}

.showwnews-box.style-1 .content-box .category-name.color-3 {
  color: #17d292;
}

.showwnews-box.style-1 .content-box .category-name.color-3:after {
  background-color: #17d292;
}

.showwnews-box.style-1 .content-box .category-name.color-4 {
  color: #f70644;
}

.showwnews-box.style-1 .content-box .category-name.color-4:after {
  background-color: #f70644;
}

.showwnews-box.style-1 .content-box .category-name.color-5 {
  color: #f8af12;
}

.showwnews-box.style-1 .content-box .category-name.color-5:after {
  background-color: #f8af12;
}

.showwnews-box.style-1 .content-box .category-name.color-6 {
  color: #00cfdc;
}

.showwnews-box.style-1 .content-box .category-name.color-6:after {
  background-color: #00cfdc;
}

.showwnews-box.style-1 .content-box .category-name.color-7 {
  color: #f812bf;
}

.showwnews-box.style-1 .content-box .category-name.color-7:after {
  background-color: #f812bf;
}

.showwnews-box.style-1 .content-box .category-name.color-8 {
  color: #5730ff;
}

.showwnews-box.style-1 .content-box .category-name.color-8:after {
  background-color: #5730ff;
}

.showwnews-box.style-1 .content-box .category-name.color-9 {
  color: #4fdc88;
}

.showwnews-box.style-1 .content-box .category-name.color-9:after {
  background-color: #4fdc88;
}

.showwnews-box.style-1 .content-box .category-name.color-10 {
  color: #a8b113;
}

.showwnews-box.style-1 .content-box .category-name.color-10:after {
  background-color: #a8b113;
}

.showwnews-box.style-1 .content-box .category-name.color-11 {
  color: #f87912;
}

.showwnews-box.style-1 .content-box .category-name.color-11:after {
  background-color: #f87912;
}

.showwnews-box.style-1 .content-box .category-name.color-12 {
  color: #00dc5d;
}

.showwnews-box.style-1 .content-box .category-name.color-12:after {
  background-color: #00dc5d;
}

.showwnews-box.style-1 .content-box .title {
  font-weight: 500;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Jost;
  font-size: 36px;
  line-height: 1.1;
}
.showwnews-box.style-1 .content-box a.course-title-wrapper {
  color: #222;
}
.showwnews-box.style-1 .content-box .sub-title {
  letter-spacing: 1px;
  color: #0071dc;
  font-size: 17px;
  font-weight: 400;
  margin-bottom: 18px;
}

.showwnews-box.style-1 .content-box .course-feature li {
  margin-right: 30px;
}

.showwnews-box.style-1 .content-box .course-feature li:last-child {
  margin-right: 0;
}

.showwnews-box.style-1 .content-box .course-feature li i {
  font-size: 15px;
  font-weight: 600;
  margin-right: 10px;
}

.showwnews-box.style-1 .course-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-top: 1px solid #d0d1d2;
  padding-top: 25px;
  margin-top: 25px;
}

.showwnews-box.style-1 .course-footer .course-fee {
  color: #161616;
  font-size: 20px;
  font-weight: 600;
}

.showwnews-box.style-1 .course-footer .course-fee span {
  display: none;
}

.showwnews-box.style-1 .course-footer .course-fee.offer-active {
  color: #ef1c1c;
}

.showwnews-box.style-1 .course-footer .course-fee.offer-active span {
  font-weight: 400;
  display: inline-block;
  margin-left: 20px;
  color: #bababa;
  text-decoration: line-through;
}

.showwnews-box.style-1 .course-footer .course-rating {
  color: #f5c415;
  font-size: 14px;
}

.showwnews-box.style-1 .course-footer .course-rating li {
  margin-right: 5px;
}

.showwnews-box.style-1 .course-footer .course-rating li:last-child {
  margin-right: 0;
}

.showwnews-box.style-1 .course-footer .course-rating .rating-count {
  color: #8d8d8d;
}

.showwnews-box.style-1 .hover-content {
  height: calc(100% + 40px);
  position: absolute;
  z-index: 2;
  top: -40px;
  left: 0;
  overflow: hidden;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.showwnews-box.style-1 .hover-content:after {
  border-radius: 5px;
  height: 100%;
  width: 100%;
  left: 0;
  top: -100%;
  content: "";
  background-color: var(--color-custom);
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.showwnews-box.style-1 .hover-content .inner {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  padding: 80px 30px 40px;
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.showwnews-box.style-1 .hover-content .inner .course-wish-list {
  display: inline-block;
  height: 50px;
  width: 50px;
  background-color: #f4245f;
  border: 1px solid #f4245f;
  font-size: 20px;
  color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  right: 25px;
  top: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.showwnews-box.style-1 .hover-content .inner .course-wish-list:hover {
  background-color: transparent;
  border: 1px solid #ffffff;
}

.showwnews-box.style-1 .hover-content .inner .category-name {
  color: #ffffff;
  position: relative;
  z-index: 1;
  padding-left: 10px;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 15px;
}
.showwnews-box.style-1 .hover-content .inner .category-name a {
  color: #ffffff;
}

.showwnews-box.style-1 .hover-content .inner .category-name:after {
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  content: "";
  height: 1px;
  width: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  font-size: 30px;
  line-height: 1.2;
}

.showwnews-box.style-1 .hover-content .inner .title {
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-family: Jost;
  font-size: 46px;
  line-height: 1;
}

.showwnews-box.style-1 .hover-content .inner .title a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.showwnews-box.style-1 .hover-content .inner .title a:hover {
  color: var(--color_hover_light);
}

.showwnews-box.style-1 .hover-content .inner .course-admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 10px;
}

.showwnews-box.style-1 .hover-content .inner .course-admin .admin {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  color: #ffffff;
  font-size: 17px;
}

.showwnews-box.style-1 .hover-content .inner .course-admin .admin img {
  border-radius: 50%;
  margin-bottom: 5px;
  height: 26px;
  width: 26px;
}

.showwnews-box.style-1 .hover-content .inner .course-admin .admin span {
  display: inline-block;
  margin-left: 10px;
  margin-bottom: 5px;
}

.showwnews-box.style-1 .hover-content .inner .course-admin .course-rating {
  color: #f5c415;
  font-size: 14px;
}

.showwnews-box.style-1 .hover-content .inner .course-admin .course-rating li {
  margin-right: 5px;
}

.showwnews-box.style-1
  .hover-content
  .inner
  .course-admin
  .course-rating
  li:last-child {
  margin-right: 0;
}

.showwnews-box.style-1
  .hover-content
  .inner
  .course-admin
  .course-rating
  .rating-count {
  color: #ffffff;
}

.showwnews-box.style-1 .hover-content .inner .description {
  color: #ffffff;
  font-size: 15px;
  margin-bottom: 17px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

@media (max-width: 575px) {
  .showwnews-box.style-1 .hover-content .inner .description {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

.showwnews-box.style-1 .hover-content .inner .course-feature {
  margin-bottom: 20px;
}

.showwnews-box.style-1 .hover-content .inner .course-feature li {
  margin-right: 20px;
  color: #ffffff;
}

.showwnews-box.style-1 .hover-content .inner .course-feature li:last-child {
  margin-right: 0;
}

.showwnews-box.style-1 .hover-content .inner .course-feature li i {
  font-size: 15px;
  font-weight: 600;
  margin-right: 7px;
}

.showwnews-box.style-1 .hover-content .inner .course-footer {
  padding-top: 0;
  border-top: 0;
  margin-top: 0;
}

.showwnews-box.style-1 .hover-content .inner .course-footer .price {
  color: #ffffff;
  font-size: 20px;
  font-weight: 600;
}

.showwnews-box.style-1:hover .hover-content:after {
  top: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.showwnews-box.style-1:hover .hover-content .inner {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

.showwnews-box.style-1.additional-info {
  min-height: 490px;
  padding: 38px;
  margin-top: 0;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-width: 2px;
  border-style: dashed;
  border-color: #c1c1c1;
}
.inline-list {
  list-style: none;
}
@media (max-width: 767px) {
  .showwnews-box.style-1.additional-info {
    min-height: auto;
  }
}

.showwnews-box.style-1.additional-info .title {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .showwnews-box.style-1.additional-info .title {
    font-size: 30px;
  }
}
.inline-list {
  padding: 0;
  margin: 0;
    margin-bottom: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
.btn-fill.style-4 {
  display: inline-block;
  background-color: #ffffff;
  color: var(--color-custom);
  padding: 7px 25px;
  border-radius: 5px;
  font-size: 16px;
  border: 1px solid #ffffff;
  font-weight: 500;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.btn-fill.style-4:hover {
  color: #ffffff;
  background-color: transparent;
}

:root {
    --color-custom: #0071dc;
    --color_secondary: #f7bc20;
    --color_text_body: #6b6b6b;
    --color_hover_light: #cacaca;

}
 
  .crs-badge li .soldout-badge {
    background-color: var(--color-custom); }    

.xs-ratting-content{color: var(--color-custom);}
.xs-ratting-content .review {font-size: 15px;  }
