/*Start Slider CSS*/

.test_swiper {
  width: 100%;
}

.test_slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fdfdfd;
  border: 1px solid #e8e8e8;
  border-radius: 20px;
  padding: 20px;
}

.profile_img {
  width: 64px;
  height: 64px !important;
  object-fit: cover;
}

.test_cont {
  text-align: left;
}
.test_cont h2 {
  font-size: 18px !important;
  font-weight: 500 !important;
  font-family: "Helvetica Neue", sans-serif;
  margin: 0px !important;
}
.star_rating {
  font-size: 12px;
  color: #f1c644;
  padding-top: 6px;
}
.slider_wrapper_test {
  display: flex;
  justify-content: space-between;
}
.test_para {
  padding-top: 30px;
  text-align: left;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-weight: 300;
  font-size: 14px;
}
.testimonials {
  position: relative;
}

.wrapper1 {
  display: flex;
  gap: 18px;
}
.swiper-button-lock {
  display: block !important;
}
.button_test {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding-top: 40px;
}
.test_prev,
.test_next {
  background-color: #146795;
  color: white;
  height: 45px;
  width: 45px;
  border-radius: 50%;
}
.arrow_icon {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
}
.testimonials {
  padding-top: 40px;
}
.swiper-button-disabled {
  background-color: transparent !important;
  border: 1px solid #b9b8b8;
  color: #b9b8b8;
}
.swiper-slide.test_slide.swiper-slide-active {
  background-color: #146795 !important;
  color: white !important;
}
.swiper-slide.test_slide.swiper-slide-active h2 {
  color: white !important;
}

/*Slider Close*/