.testimonial_slider .swiper-slide-prev,
.testimonial_slider .swiper-slide-next {
  opacity: 0.4;
  transition: opacity 0.3s ease;
}

.testimonial_slider .swiper-slide-active {
  opacity: 1;
}

.testmonial_swiper_slider {
  background: #fff;
  /* height: 320px; */
  box-sizing: border-box;
  border-radius: 20px;
  /* margin:0px auto; */
}
.testimonial_slider_img {
  border-radius: 103px !important;
  border: 1px solid #fff;
  transition: transform 0.5s;
}

.quote_left_img .quote_img {
  border-radius: 0px;
}
.testimonial_slider .swiper-slide {
  margin-right: 2% !important;
  padding-bottom: 30px !important;
}

/* .pulse-container {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  } */

/* */

.pulse-container {
  position: relative;
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pulse-button {
  position: relative;
  z-index: 2;
  background: #00bcd4;
  /* border: 2px solid rgba(0, 188, 212, 0.8); */
  color: white;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  /* animation: ripple-animation 3s infinite forwards; */
}

.ripple {
  position: absolute;
  width: 100px;
  height: 100px;
  border: 1.8px solid #f15f22;
  border-radius: 50%;
  animation: ripple-animation 2s infinite forwards;
  /* animation-delay:2s; */
  z-index: 1;
}
.ripple1 {
  animation-delay: 0s;
}
.ripple2 {
  animation-delay: 1s;
}

@keyframes ripple-animation {
  0% {
    transform: scale(0.6);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.2;
  }
}

@media all and (max-width: 600px) {
  .testimonial_slider_img_vd {
    position: absolute !important;
    top: -5rem;
  }
}

.swiper-pagination-bullet {
  background-color: #2e2e54;
  opacity: 0.6;
  transition: 0.3s ease-in-out;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background-color: #f15f22;
  width: 20px;
  border-radius: 10px;
}
