/* What Our Students Are Saying — custom slider (no Owl conflict) */

.testimonials___ee970 .our-courses-testimonials-frame {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 1rem;
}

@media all and (min-width: 992px) {
  .testimonials___ee970 .our-courses-testimonials-frame {
    max-width: 66.66667%;
  }
}

.testimonials___ee970 .our-courses-testimonials-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  flex: none;
}

.testimonials___ee970 .our-courses-testimonials-slider .testimonials__list-item {
  width: 100%;
  text-align: center;
}

.testimonials___ee970 .our-courses-testimonials-slider .testimonials__list-item:not(.is-active) {
  display: none;
}

.testimonials___ee970 .our-courses-testimonials-slider .testimonials__list-item.is-active {
  display: block;
}

.testimonials___ee970 .our-courses-testimonials-nav {
  position: absolute;
  top: 28%;
  left: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}

.testimonials___ee970 .our-courses-testimonials-nav__btn {
  pointer-events: auto;
  position: absolute;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background-color: #3a63f3;
  color: #fff;
  font-size: 1.35rem;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.testimonials___ee970 .our-courses-testimonials-nav__btn:hover {
  background-color: #0d39d4;
}

.testimonials___ee970 .our-courses-testimonials-nav__btn--prev {
  left: 0;
}

.testimonials___ee970 .our-courses-testimonials-nav__btn--next {
  right: 0;
}

.testimonials___ee970 .our-courses-testimonials-nav__btn--prev .fa-angle-left {
  padding-right: 2px;
}

.testimonials___ee970 .our-courses-testimonials-nav__btn--next .fa-angle-right {
  padding-left: 2px;
}

@media all and (max-width: 767px) {
  .testimonials___ee970 .our-courses-testimonials-nav {
    position: relative;
    top: auto;
    margin-top: 1.5rem;
    text-align: center;
  }

  .testimonials___ee970 .our-courses-testimonials-nav__btn {
    position: relative;
    display: inline-flex;
    margin: 0 0.75rem;
  }

  .testimonials___ee970 .our-courses-testimonials-nav__btn--prev,
  .testimonials___ee970 .our-courses-testimonials-nav__btn--next {
    left: auto;
    right: auto;
  }
}
