.easy-addons-testimonial-wrapper{
  overflow: hidden;
  width: 100%;
}

.client-img {
  width: 120px;
  height: 120px;
}

.client-img {
  width: 120px;
  height: 120px;
}

/*
* Start Testimonial Style-01
-------------------------------*/
.easy-testimonial-button-next,
.easy-testimonial-button-prev {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  cursor: pointer;
  transform: translateY(-50%);
  left: 0;
  z-index: 1;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #7958FC;
  color: #fff;
}

.easy-addons-testimonial-wrapper .easy-testimonial-button-next svg,
.easy-addons-testimonial-wrapper .easy-testimonial-button-prev svg{
   width: 15px
}

.easy-testimonial-button-prev {
  left: auto;
  right: 0;
}

.easy-testimonial-button-prev.swiper-button-disabled {
  opacity: 0.5;
}
.easy-testimonial-button-next.swiper-button-disabled {
  opacity: 0.5;
}

.easy-testimonial-wrapper .swiper-container {
  width: calc(100% - 30px);
  position: static;
}

.easy-testimonial-item {
  text-align: center;
}

.easy-testimonial-icons {
  width: 45px;
  height: 45px;
  background: #E5E3EB;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 24px;
  color: #000;
  margin-bottom: 30px;
}
.easy-testimonial-wrapper .easy-testimonial-icons svg {
  width: 15px;
}
.easy-addons-testimonial-wrapper .easy-testimonial-item p {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  color: #3C2C7D;
  padding: 0 80px;
}

.easy-addons-testimonial-wrapper .easy-testimonial-item h2 {
  font-size: 20px;
  color: #3C2C7D;
  line-height: 26px;
  font-weight: 700;
  margin-bottom: 5px;
  margin-top: 0;
}

.easy-testimonial-item h4 {
  font-size: 14px;
  color: #7958FC;
  line-height: 22px;
  font-weight: 400;
}

.easy-testimonial-wrapper .swiper-container {
  margin-bottom: 50px;
}

.easy-testimonial-wrapper .swiper-pagination-bullet {
  width: 12px;
  height: 5px;
  border-radius: 10px;
}

.easy-testimonial-wrapper .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.easy-testimonial-wrapper .swiper-pagination-bullet-active {
  width: 24px;
}

/*
* End Testimonial Style-01


/*
* Start Testimonial Style-01
-------------------------*/
.easy-testimonial.testimonial-style-1 .client-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.easy-testimonial.testimonial-style-1 .client-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.easy-testimonial.testimonial-style-1 .easy-testimonial-icons {
  width: 36px;
  height: 36px;
  background: #7958FC;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 15px;
  color: #fff;
  margin-bottom: 40px;
  position: absolute;
  bottom: -36px;
  left: 0;
}

/*
* End Testimonial Style-01
-------------------------*/

/*
* Start Testimonial Style-02
--------------------------------*/

.easy-testimonial.testimonial-style-2 .client-info {
  display: flex;
  align-items: center;
  justify-content: center;
}

.easy-testimonial.testimonial-style-2 .client-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.easy-testimonial.testimonial-style-2 .client-img {
  margin-right: 15px;
}

.easy-testimonial.testimonial-style-2 .client-bio h2 {
  margin-bottom: 0;
}

.easy-testimonial.testimonial-style-2 .client-bio h4 {
  margin-top: 3px;
}
/*
* End Testimonial Style-02
--------------------------------*/

/*
* Start Testimonial Style-03
--------------------------------*/
.easy-testimonial.testimonial-style-3 .easy-testimonial-item {
  text-align: center;
  position: relative;
  z-index: 1;
  border: 5px solid #DDDDDD;
  margin-top: 30px;
  padding: 40px;
}

.easy-testimonial.testimonial-style-3 .easy-testimonial-icons {
  width: 44px;
  height: 44px;
  background: #ddd;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: #fff;
  position: absolute;
  top: -22px;
  left: 50%;
  z-index: 10;
  margin: 0 20px;
  transform: translateX(-50%);
}

/*
* End Testimonial Style-03
--------------------------------*/


/*
* Start Testimonial Style-04
--------------------------------*/

.easy-testimonial.testimonial-style-4 .client-feedback p {
  position: relative;
  z-index: 1;
}

.easy-testimonial.testimonial-style-4 .client-feedback p:after {
  position: absolute;
  content: '';
  bottom: -10px;
  left: 0;
  width: 75%;
  height: 2px;
  background: #ddd;
  margin: 0 auto;
  right: 0;
}

.easy-testimonial.testimonial-style-4 .client-feedback p:before {
  content: "";
  width: 20px;
  height: 20px;
  background: #ffffff;
  position: absolute;
  bottom: -20px;
  left: 50%;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  transform: translateX(-50%) rotate(45deg);
  z-index: 10;
}

.easy-testimonial.testimonial-style-4 .client-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.easy-testimonial.testimonial-style-4 .client-img {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.easy-testimonial.testimonial-style-4 .client-feedback {
  margin-bottom: 45px;
}

.easy-testimonial.testimonial-style-4 .client-bio {
  margin-top: 20px;
}

/*
* End Testimonial Style-04
--------------------------------*/