/*
 Theme Name:   eCademy Child
 Theme URI:    https://themes.envytheme.com/ecademy/
 Description:  eCademy Child Theme
 Author:       EnvyTheme
 Author URI:   https://envytheme.com/
 Template:     ecademy
 Version:      7.4
*/

/* ecademy-education-lms-online-training-courses-wordpress-theme */

.banner-wrapper-content form { max-width: 500px; }
.divider { background:#F8F9F8 !important }
.subscribe-area { background: #FFF !important}
.contact-form form input, .contact-form form textarea { background: #FFF !important; color: #000 !important }
.contact-form form input::placeholder,
.contact-form form textarea::placeholder{
  color: #333 !important;
  opacity: 0.5;
}
/*.page-title-area { display: none !important}*/
.nav.nav-tabs.wc-tabs { display:none !important; }
.woocommerce .default-btn { text-transform: none !important; }
.single-footer-widget .logo {
    margin: -11px 0 30px 0;
    display: block; }
.products_details div.product p.price, .products_details div.product span.price { background-color: white; font-size: 24px !important; font-weight: 700 !important; line-height: 52px; /*margin-top:15px; border-top: 1px solid #E4E4E4; padding-top: 10px;*/ text-align:left; }
.product .summary .custom-field { display: block; font-weight: 400; }
.product .summary .custom-field i { margin-right: 10px}
.vorming-specs { width: 200px; float: left; margin-right: 60px; text-align:center; padding:0px; background: #204c39; border-radius:5px; }
.vorming-specs .date-d { color: white; font-size: 80px; font-weight:bold; line-height: 80px; display:block; margin: 20px 0 0; }
.vorming-specs .date-m { color: white; font-size: 30px; font-weight:bold; line-height: 30px; display:block; margin: 0px 0 10px; }
.vorming-specs .time { color: white; font-size: 25px; font-weight:bold; line-height: 40px; display:block; margin: 0.5px; color: #204c39; background: #f2eee9;border-bottom-left-radius:5px;border-bottom-right-radius:5px; }
.product_meta .posted_in { display: none !important;
}
.woocommerce div.product div.summary {
    float: left !important;
}
.woocommerce .summary-from-6 .cart .quantity { display:none; }

.products_details div.product p.price {
    position: absolute;
    top: 0px;
    right: 0px;
    background: rgba(0,0,0,0.4);
    color: white !important;
    border-top-left-radius: 10px;
    width: 120px;
    height: 52px;
    text-align: center;
    border-top-right-radius: 5px;
    z-index: 2;
}

.products_details div.product .subscribe-title {
    position: absolute;
    top: 0px;
    left: 0px;
    color: white;
    border-top-left-radius: 10px;
    line-height: 52px;
    height: 52px;
    text-align: center;
    border-top-right-radius: 5px;
    font-size: 20px;
    font-weight: 700;
    background: #015039;
    width: 100%;
    text-align: left;
    padding-left: 12px;
}
.products_details div.product .subscribe-title img.arrow { width: 23px; margin-right: 10px;
    vertical-align: text-top; }

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary { width: calc(100% - 40px); }
.woocommerce-page div.product div.summary .summary-top { float: left; width: 100%; border-bottom: 1px solid #CCC; padding-bottom: 15px }
.product-detail-top { float: left; width: 65%; }
.woocommerce-page div.product .product-detail-right { position: relative;
    display: block;
    padding: 30px 30px 30px;
    background-color: #FFF;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
    border-radius: 5px;
    border: 1px solid #ede8e6; }
.woocommerce div.product p.stock { font-style: italic !important; color: #555 }
.deelnemer-velden > .label { 
	padding-bottom: 3px;
    margin-top: 15px;
    display: block;
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 8px;
    margin-top: 20px;
}
.deelnemer-velden { margin-bottom:15px}
.deelnemer-velden .form-row label { width: 110px; vertical-align:middle; padding-top: 12px}
.deelnemer-velden .form-row .woocommerce-input-wrapper {
width: calc(100% - 110px);
}
.summary-from-6 .default-btn { width: 100%; }
#main .product-bottom { float: left; width: 100% !important; }
.woocommerce div.product div.summary { margin-bottom:0px;}

.products-details-tabs {
	margin-top: 30px !important;
	h3 { font-weight: 700 !important; font-size: 20px !important;}
}
.summary p {
    color: #222;
    font-size: var(--fontSize) !important;
}

/*--------------------------------------------------------------
# Course Details
--------------------------------------------------------------*/
.course-details {
  position: relative;
  display: block;
  padding: 0px;
  counter-reset: count;
  z-index: 1;
}

.course-details__left {
  position: relative;
  display: block;
}

.course-details__img {
  position: relative;
  display: block;
}

.course-details__img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.course-details__content {
  position: relative;
  display: block;
  margin-top: 0px;
}

.course-details__tag-box {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background-color: #ff5544;
  padding: 9px 18px 10px;
  border-radius: 23px;
}

.course-details__tag-shape {
  position: relative;
  display: block;
  width: 7px;
  height: 7px;
  background-color: #FFFFFF;
  border-radius: 50%;
}

.course-details__tag {
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
}

.course-details .product_title {
  font-size: 35px !important;
  line-height: 45px;
  margin: 0px 0 44px;
}

.course-details__client-and-ratting-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
}

.course-details__client-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-details__client-img {
  position: relative;
  display: block;
  max-width: 48px;
  width: 100%;
}

.course-details__client-img img {
  width: 100%;
  border: 1px solid #ff5544;
  border-radius: 50%;
}

.course-details__client-content {
  position: relative;
  display: block;
  flex: 1;
}

.course-details__client-content h4 {
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
  margin-top: 3px;
}

.course-details__client-content p {
  font-size: 16px;
  line-height: 24px;
  text-transform: capitalize;
}

.course-details__client-content p span {
  font-family: var(--eduvers-font) !important;
  letter-spacing: 0.05em;
}

.course-details__ratting-box-1 {
  position: relative;
  display: block;
}

.course-details__ratting-list-1 {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
}

.course-details__ratting-list-1>li {
  position: relative;
  display: block;
}

.course-details__ratting-list-1>li p {
  font-size: 16px !important;
line-height: 24px;
margin-bottom: 4px;
opacity: 0.7;
}

.course-details__ratting-list-1>li p i { display:none }
.course-details__ratting-list-1>li h4 {
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  margin-top: 3px;
}

.course-details__ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-details__ratting>li {
  position: relative;
  display: block;
}

.course-details__ratting>li span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFC224;
}

.course-details__ratting>li:nth-child(4) span,
.course-details__ratting>li:nth-child(5) span {
  color: #6B778B;
}

.course-details__main-tab-box {
  position: relative;
  display: block;
}

.course-details__main-tab-box .tab-buttons {
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 30px;
  height: 60px;
  width: 662px;
  border: 1px solid var(--eduvers-bdr-color);
  padding: 3px 3px 3px;
  padding-right: 0;
  margin: 50px 0 48px;
}

.course-details__main-tab-box .tab-buttons .tab-btn {
  position: relative;
  display: flex;
  align-items: center;
}

.course-details__main-tab-box .tab-buttons .tab-btn+.tab-btn {
  margin-left: 0px;
}

.course-details__main-tab-box .tab-buttons .tab-btn p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  text-align: center;
  font-size: 20px;
  line-height: 20px;
  color: var(--eduvers-black);
  background-color: transparent;
  padding: 16px 24px 16px;
  font-weight: 400;
  cursor: pointer;
  overflow: hidden;
  border-radius: 25px;
  transition: all 0.5s linear;
  z-index: 1;
}

.course-details__main-tab-box .tab-buttons .tab-btn.active-btn p {
  color: #FFFFFF;
}

.course-details__main-tab-box .tab-buttons .tab-btn p:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 0%;
  background-color: #ff5544;
  transition: all 0.3s ease;
  z-index: -1;
}

.course-details__main-tab-box .tab-buttons .tab-btn.active-btn p:before {
  height: 100%;
}

.course-details__main-tab-box .tabs-content {
  position: relative;
  display: block;
}

.course-details__main-tab-box .tabs-content .tab {
  position: relative;
  display: none;
  -webkit-transform: translateX(35px);
  -ms-transform: translateX(35px);
  transform: translateX(35px);
  -webkit-transition: all 600ms ease;
  -moz-transition: all 600ms ease;
  -ms-transition: all 600ms ease;
  -o-transition: all 600ms ease;
  transition: all 600ms ease;
  z-index: 10;
}

.course-details__main-tab-box .tabs-content .tab.active-tab {
  display: block;
  margin-top: 0px;
  -webkit-transform: translateX(0px);
  -ms-transform: translateX(0px);
  transform: translateX(0px);
}

.course-details__tab-inner {
  position: relative;
  display: block;
}

.course-details__ratting-and-review-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 60px;
  margin-bottom: 60px;
}

.course-details__ratting-box {
  position: relative;
  display: block;
  max-width: 385px;
  width: 100%;
}

.course-details__ratting-box>li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 20px;
}

.course-details__ratting-box>li+li {
  margin-top: 15px;
}

.course-details__ratting-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-details__ratting-list>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFC224;
}

.course-details__ratting-list .fill-white {
  color: transparent;
  -webkit-text-stroke: 1px #FFC224;
}

.progress-levels {
  position: relative;
  display: block;
  max-width: 226px;
  width: 100%;
}

.progress-levels .progress-box {
  position: relative;
  display: block;
}

.progress-levels .progress-box .inner {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar {
  position: relative;
  display: block;
}

.progress-levels .progress-box .bar .bar-innner {
  position: relative;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #FFFFFF;
  border: 1px solid var(--eduvers-primary);
}

.progress-levels .progress-box .bar .bar-fill {
  position: relative;
  width: 0px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--eduvers-primary);
  transition: all 2000ms ease 300ms;
}

.progress-levels .progress-box .bar .bar-innner .skill-percent {
  position: absolute;
  top: 50%;
  right: -50px;
  transform: translateY(-50%);
  z-index: 1;
}

.progress-levels .progress-box .inner .count-text {
  position: relative;
  color: var(--eduvers-gray);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  float: none;
}

.progress-levels .progress-box .inner .percent {
  position: relative;
  color: var(--eduvers-gray);
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  display: inline-block;
  float: none;
}

.course-details__review-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
  max-width: 240px;
  width: 100%;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: var(--eduvers-bdr-radius);
  padding: 12px 15px 26px;
}

.course-details__review-count {
  position: relative;
  display: block;
}

.course-details__review-count>span {
  font-size: 55px;
  font-weight: 700;
  line-height: 55px !important;
  font-family: var(--eduvers-font) !important;
  color: var(--eduvers-black);
}

.course-details__review-content {
  position: relative;
  display: block;
  flex: 1;
}

.course-details__review-content>p {
  font-size: 14px;
  line-height: 24px;
}

.course-details__review-ratting {
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}

.course-details__review-ratting>li {
  position: relative;
  display: block;
}

.course-details__review-ratting>li>span {
  position: relative;
  display: inline-block;
  font-size: 14px;
  color: #FFC224;
}

.course-details__review-text {
  position: relative;
  display: inline-block;
  margin-top: 2px;
}

.course-details__review-text>p {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  color: var(--eduvers-black);
  background-color: #FFC224;
  border-radius: 4px;
  padding: 1px 8px 1px;
}

.course-details__review-text>p>span {
  color: #FFFFFF;
}

.course-details__right {
  position: relative;
  display: block;
}

.course-details__info-box {
  position: relative;
  display: block;
  padding: 30px 30px 30px;
  background-color: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.04);
  border-radius: var(--eduvers-bdr-radius);
  border: 1px solid var(--eduvers-bdr-color);
}

.course-details__video-link {
  position: relative;
  display: block;
  padding: 88px 0 88px;
  text-align: center;
  z-index: 1;
}

.course-details__video-link-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: var(--eduvers-bdr-radius);
  z-index: -1;
}

.course-details__video-icon {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 18px;
  color: #ff5544;
  background-color: #FFFFFF;
  border-radius: 50%;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  margin: 0 auto;
  z-index: 1;
}

.course-details__video-icon:hover {
  background-color: #ff5544;
  color: #FFFFFF;
}

.course-details__video-icon:before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  border: 8px solid rgba(var(--eduvers-white-rgb), .41);
  border-radius: 50%;
  z-index: -1;
}

.course-details__video-link .ripple,
.course-details__video-icon .ripple:before,
.course-details__video-icon .ripple:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -o-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  box-shadow: 0 0 0 0 rgba(var(--eduvers-base-rgb), 0.6);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
}

.course-details__video-icon .ripple:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
  content: "";
  position: absolute;
}

.course-details__video-icon .ripple:after {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
  content: "";
  position: absolute;
}

.course-details__doller-and-btn-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 20px;
}

.course-details__doller {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  color: #ff5544;
}

.course-details__doller-btn-box {
  position: relative;
  display: block;
}

.course-details__social-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  padding: 20px 20px 20px;
}

.course-details__social-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.course-details__social-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}

.course-details__social-list a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  background-color: #FFFFFF;
  border-radius: 50%;
  font-size: 14px;
  color: var(--eduvers-black);
}

.course-details__social-list a:hover {
  background-color: #ff5544;
  color: #FFFFFF;
}

.course-details__info-list {
  position: relative;
  display: block;
}

.course-details__info-list-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin-bottom: 17px;
  margin-top: 20px;
}

.course-details__info-list-1 {
  position: relative;
  display: block;
}

.course-details__info-list-1 li {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--eduvers-bdr-color);
  padding-bottom: 15px;
}

.course-details__info-list-1 li+li {
  margin-top: 16px;
}

.course-details__info-list-1 li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 16px;
  line-height: 24px;
}

.course-details__info-list-1 li>p>i {
  font-size: 16px;
  line-height: 24px;
}

.course-details__info-list-1 li>span {
  font-size: 16px;
  line-height: 24px;
}

.course-details__cuppon-box {
  position: relative;
  display: block;
  margin-top: 42px;
}

.course-details__cuppon-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.course-details__search-form {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 18px;
  margin-bottom: 20px;
}

.course-details__search-form input[type="text"] {
  display: block;
  outline: none;
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 400;
  padding-left: 20px;
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding-right: 20px;
  border: 1px solid var(--eduvers-bdr-color);
  color: var(--eduvers-gray);
  border-radius: 25px;
}

.course-details__search-form button[type="submit"] {
  position: relative;
  color: #FFFFFF;
  font-size: 16px;
  max-width: 90px;
  width: 100%;
  outline: none;
  border: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 25px;
  background-color: #ff5544;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  padding: 9px 20px 10px;
}

.course-details__search-form button[type="submit"]:hover {
  background-color: var(--eduvers-black);
}

.course-details__cuppon-text {
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  text-align: center;
}

.course-details__Instructor {
  position: relative;
  display: flex;
  align-items: center;
  gap: 25px;
}

.course-details__Instructor-img {
  position: relative;
  display: block;
  max-width: 300px;
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.course-details__Instructor-img img {
  width: 100%;
  border-radius: var(--eduvers-bdr-radius);
}

.course-details__Instructor-content {
  position: relative;
  display: block;
  max-width: 420px;
  width: 100%;
  flex: 1;
}

.course-details__Instructor-client-name-box-and-view {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px dashed var(--eduvers-bdr-color);
  padding-bottom: 19px;
  margin-bottom: 17px;
}

.course-details__Instructor-client-name-box {
  position: relative;
  display: block;
}

.course-details__Instructor-client-name-box h4 {
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

.course-details__Instructor-client-name-box p {
  font-size: 16px;
  line-height: 24px;
}

.course-details__Instructor-view {
  position: relative;
  display: block;
}

.course-details__Instructor-view a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ff5544;
}

.course-details__Instructor-view a:hover {
  color: var(--eduvers-black);
}

.course-details__Instructor-ratting-list {
  position: relative;
  display: flex;
  align-items: center;
  gap: 30px;
}

.course-details__Instructor-ratting-list>li {
  position: relative;
  display: block;
}

.course-details__Instructor-ratting-list>li>p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 16px;
  line-height: 24px;
}

.course-details__Instructor-ratting-list>li>p>span {
  color: #FFC224;
}

.course-details__Instructor-ratting-list>li:last-child>p>span {
  color: var(--eduvers-black);
}

.course-details__Instructor-text {
  font-size: 16px;
  line-height: 24px;
  margin-top: 19px;
  margin-bottom: 20px;
}

.course-details__Instructor-social {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
}

.course-details__Instructor-social a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 45px;
  height: 45px;
  border: 1px solid var(--eduvers-bdr-color);
  border-radius: 50%;
  font-size: 16px;
  color: var(--eduvers-black);
}

.course-details__Instructor-social a:hover {
  border: 1px solid #ff5544;
  color: #FFFFFF;
  background-color: #ff5544;
}

.course-details__curriculam {
  position: relative;
  display: block;
}

.course-details__curriculam-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-bottom: 15px;
}

.course-details__curriculam-text {
  margin-bottom: 61px;
}

.course-details__curriculam-faq {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion {
  position: relative;
  display: block;
  background-color: var(--eduvers-primary);
  border-radius: var(--eduvers-bdr-radius);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 25px 18px;
  padding-left: 55px;
  cursor: pointer;
  transition: all 200ms linear;
  transition-delay: 0.1s;
  z-index: 1;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title::before {
  content: "\f067";
  font-family: "Font Awesome 5 pro";
  font-weight: 400;
  font-size: 16px;
  color: #ff5544;
  position: absolute;
  top: 50%;
  left: 20px;
  line-height: 16px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  text-align: center;
  width: 21px;
  height: 21px;
  z-index: 1;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title::before {
  content: "\f068";
  color: #FFFFFF;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ff5544;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  transform-origin: bottom right;
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  z-index: -1;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
  transform-origin: top center;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title-box {
  position: relative;
  display: flex;
  align-items: center;
  gap: 17px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title__count {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title__count::before {
  content: "Module "counter(count);
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  color: #ff5544;
  counter-increment: count;
  position: relative;
  display: block;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title__count::before {
  color: #FFFFFF;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title__count::after {
  content: ":";
  position: absolute;
  right: -7px;
  top: 50%;
  transform: translateY(-50%);
  font-family: var(--eduvers-font-two);
  font-style: italic;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: #ff5544;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title__count::after {
  color: #FFFFFF;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title-text {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-title-text h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  color: var(--eduvers-black);
  position: relative;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-title .accrodion-title-text h4 {
  color: #FFFFFF;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion+.accrodion {
  margin-top: 20px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li {
  position: relative;
  display: block;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li p {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  font-family: var(--eduvers-font-two);
  font-style: italic;
  color: var(--eduvers-black);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-meta li p {
  color: #FFFFFF;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li p>span {
  font-size: 16px;
  color: #ff5544;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion.active .accrodion-meta li p>span {
  color: #FFFFFF;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-meta li:last-child p>span {
  color: #ff5544;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-content {
  position: relative;
  padding-bottom: 31px;
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 23px;
}

.course-details__curriculam-faq .faq-one-accrodion .accrodion-content__text {
  margin: 8px 0 26px;
}

.accrodion-content__title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
}

.accrodion-content__points {
  position: relative;
  display: block;
}

.accrodion-content__points li {
  position: relative;
  display: flex;
  border-bottom: 1px dashed var(--eduvers-bdr-color);
  align-items: center;
  justify-content: space-between;
  padding-bottom: 23px;
}

.accrodion-content__points li+li {
  margin-top: 26px;
}

.accrodion-content__points li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.accrodion-content__points li:nth-child(1) .accrodion-content__points-text,
.accrodion-content__points li:nth-child(2) .accrodion-content__points-text {
  color: var(--eduvers-black);
}

.accrodion-content__points-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}

.accrodion-content__points li:nth-child(1).accrodion-content__points-text>span,
.accrodion-content__points li:nth-child(2) .accrodion-content__points-text>span {
  color: var(--eduvers-black);
}

.accrodion-content__points-btn {
  position: relative;
  display: block;
  margin-right: 33px;
}

.accrodion-content__points-btn a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  background-color: #ff5544;
  color: #FFFFFF;
  padding: 3px 13px 3px;
  border-radius: 17px;
}

.accrodion-content__points-btn a:hover {
  background-color: var(--eduvers-black);
  color: #FFFFFF;
}

.accrodion-content__icon {
  position: absolute;
  right: 0;
  top: 3px;
}

.accrodion-content__icon span {
  position: relative;
  display: inline-block;
  font-size: 18px;
  color: #ff5544;
}

.course-details__overview {
  position: relative;
  display: block;
}

.course-details__overview-title {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
}

.course-details__overview-text-1 {
  margin-top: 15px;
  margin-bottom: 27px;
}

.course-details__overview-title-2 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 27px;
  margin-bottom: 28px;
}

.course-details__overview-points {
  position: relative;
  display: block;
}

.course-details__overview-points li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.course-details__overview-points li+li {
  margin-top: 25px;
}

.course-details__overview-points-icon {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  background-color: #ff5544;
  border-radius: 50%;
  top: 4px;
}

.course-details__overview-points-icon span {
  position: relative;
  display: inline-block;
  font-size: 12px;
  color: #FFFFFF;
}

.course-details__overview-points-content {
  position: relative;
  display: block;
  flex: 1;
}

.course-details__overview-points-content h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 13px;
}

.course-details__overview-title-3 {
  font-size: 28px;
  font-weight: 600;
  line-height: 38px;
  margin-top: 48px;
  margin-bottom: 15px;
}

.course-details__points-box {
  position: relative;
  display: block;
  margin-top: 38px;
}

.course-details__points-list-2 {
  position: relative;
  display: block;
}

.course-details__points-list-2 li {
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.course-details__points-list-icon {
  position: relative;
  display: inline-block;
}

.course-details__points-list-icon span {
  position: relative;
  display: inline-block;
  font-size: 50px;
  color: #ff5544;
}

.course-details__points-list-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 12px;
}

.products_details .products-share {
    padding: 0px;
    background: #FFF !important;
}

.course-details__ratting-box-1 {
    width: 100%;
}
.course-details__ratting-list-1 {
    gap: 0px;
    width: 100%;
}
.course-details__ratting-list-1>li {
    width: 33%;
  }
form.cart .default-btn {
    background: #867560;
}