.main-header-testimonial.simple_slider {
  text-align: center;
}
.main-header-testimonial.simple_slider .logo-customer {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  margin: 0 auto 17px;
}
.main-header-testimonial.simple_slider .description {
  font-weight: 500;
  color: var(--grey-color);
  font-size: 28px;
  line-height: 1.75;
  margin-top: 30px;
  font-style: italic;
}
.main-header-testimonial.simple_slider .name {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  display: inline-block;
  color: var(--grey-color);
}
.main-header-testimonial.simple_slider .position {
  font-size: 13px;
  line-height: 24px;
  display: inline-block;
  color: var(--dark-color);
}
.main-header-testimonial.simple_slider .position::before {
  margin-left: 7px;
  margin-right: 5px;
  content: '/';
}
.main-header-testimonial.simple_slider .user-info {
  padding: 0px 15px;
}
.main-header-testimonial.simple_slider .swiper-pagination {
  position: static;
  margin-top: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.main-header-testimonial.simple_slider .swiper-pagination-bullet {
  width: 40px;
  height: 10px;
  position: relative;
  margin: 0 5px;
  background: none;
  -webkit-border-radius: 0;
  border-radius: 0;
  opacity: 1;
  -webkit-transition: 0.35s;
  -o-transition: 0.35s;
  transition: 0.35s;
}
.main-header-testimonial.simple_slider .swiper-pagination-bullet:after {
  position: absolute;
  height: 2px;
  width: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: white;
  content: '';
}
.main-header-testimonial.simple_slider .swiper-pagination-bullet:hover {
  opacity: 0.8;
}
.main-header-testimonial.simple_slider .swiper-pagination-bullet-active:after {
  background-color: var(--yellow-color);
}
.main-header-testimonial.simple_slider.light .description {
  color: var(--light-color);
}
.main-header-testimonial.simple_slider.light .name {
  color: var(--light-color);
}
.main-header-testimonial.simple_slider.light .position {
  color: var(--light-color);
}

@media (max-width: 1200px) {
  .main-header-testimonial.simple_slider .description {
    font-size: 24px;
    margin-top: 25px;
  }
  .main-header-testimonial.simple_slider .swiper-pagination {
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .main-header-testimonial.simple_slider .description {
    font-size: 21px;
    margin-top: 20px;
  }
  .main-header-testimonial.simple_slider .swiper-pagination {
    margin-top: 30px;
  }
}
@media (max-width: 768px) {
  .main-header-testimonial.simple_slider .description {
    font-size: 18px;
  }
}

/*# sourceMappingURL=testimonial.min.css.map */
