.single-course span,
p,
h2,
h3,
td {
  font-style: normal;
}

.material #buddypress .current,
.material #buddypress .selected {
  -webkit-transform: perspective(400px) translateY(-2px);
  transform: perspective(400px) translateY(-2px);
  text-shadow: none !important;
}

/* Grid view CSS */
.item-list.grid .course_single_item .row {
  display: flex !important;
  flex-direction: column;
}

.item-list.grid .course_single_item .row .col-md-4 {
  width: 100% !important;
}

.item-list.grid .course_single_item .row .col-md-6 {
  width: 100% !important;
}

.item-list.grid .directory-add-cart {
  display: flex;
  flex-direction: column;
  padding: 0 10px;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-top: none;
}

.item-list.grid .course_single_item .row .col-md-2 {
  width: 100%;
}

.item-list.grid .course_single_item .row .col-md-2 .cs_btn_sec {
  display: flex;
  justify-content: space-between;
}

.course_single_item {
  /* border: 1px solid gray !important; */
}

body.single-course .pagetitle h1 {
  font-weight: 400;
}

.item-list.grid .course_single_item .item {
  border-bottom: none !important;
}

/* GRid View CSS end */

.mha_course_price {
  min-height: 26px;
  font-size: 16px;
  padding: 0;
  text-transform: uppercase;
  margin-top: 15px;
  color: red;
  font-weight: 600;
}

.course_price {
  display: none !important;
}

.mha_all_accessbtn a {
  background: #45b890;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  padding: 20px 0;
  text-transform: uppercase;
  position: relative;
}
.mha_all_accessbtn a:hover {
  color: #fff !important;
}

.mha_all_accessbtn a span {
  font-size: 11px;
}

.button_offer {
  position: absolute;
  width: 90px;
  top: -21px;
  left: -19px;
}

/* // new single course sidebar start  */
.mha_courseNew {
  text-align: center;
  margin: 15px 0;
}

.mha_courseNew del {
  color: #c1c1c1 !important;
  font-size: 24px;
  font-weight: 400 !important;
  opacity: 0.5;
}

.mha_courseNew del > * {
  color: inherit !important;
  font-weight: inherit;
}

.mha_courseNew ins {
  color: #2b354e;
  font-size: 40px;
  font-weight: 600 !important;
}

.mha_courseNew > span {
  text-align: center;
  color: #2b354e;
  font-size: 24px;
  font-weight: 500;
}
.mha_offerText {
  color: #f00;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
}
div#course-pricing > img {
  margin: 0 auto;
  display: block;
}

.mha_courseNew strong > span {
  color: #c1c1c1 !important;
  font-size: 18px;
  font-weight: 400 !important;
}

@media (max-width: 767px) {
  .accordion_content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
  }

  .accordion_title {
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .accordion_title::after {
    content: "";
    position: absolute;
    right: 0;
    top: 70%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("../svg/vector-75.svg");
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s ease;
  }

  .accordion_title.active::after {
    background-image: url("../svg/vector-175.svg");
  }
}
