.owl-stage-outer {
  height: auto !important;
}

.shadow-effect-partennaires {
  padding: 20px;
  margin: 0 10px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  background-position-x: 2rem;
  background-position-y: 2rem;
}
.shadow-effect {
  background: #fff;
  padding: 20px;
  width: 100%;
  border-radius: 10px;
  text-align: center;
  border: 1px solid #73c9e7;
  box-shadow: 0 19px 32px rgba(0, 0, 0, 0.1), 0 15px 12px rgba(0, 0, 0, 0.02);
  background: url("../img/icons/quote.svg") left top no-repeat transparent;
  background-position-x: 2rem;
  background-position-y: 2rem;
}
#customers-testimonials .shadow-effect p {
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  margin: 0 0 17px 0;
  font-weight: 300;
  color: #290054;
  font-style: italic;
}
.testimonial-name {
  margin: -17px auto 0;
  display: table;
  width: auto;
  /* background: #73c9e7; */
  padding: 9px 35px;
  border-radius: 12px;
  font-size: 16px;
  text-align: center;
  color: #290054;
  font-weight: 600;
  /* box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05); */
}
.testimonial-city {
  margin: -17px auto 0;
  display: table;
  width: auto;
  /* background: #73c9e7; */
  padding: 9px 35px;
  border-radius: 11px;
  text-align: center;
  color: var(--gray-color);
  /* box-shadow: 0 9px 18px rgba(0, 0, 0, 0.12), 0 5px 7px rgba(0, 0, 0, 0.05); */
}
#customers-testimonials .item {
  text-align: center;
  padding: 60px 0 0 0;
  margin-bottom: 80px;
  opacity: 0.2;
  -webkit-transform: scale3d(0.8, 0.8, 1);
  transform: scale3d(0.8, 0.8, 1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#customers-testimonials .owl-item.active.center .item {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.owl-carousel .owl-item .img-circle {
  transform-style: preserve-3d;
  max-width: 90px;
  margin: 0 auto 17px;
}
.owl-carousel .owl-item .img-stars {
  transform-style: preserve-3d;
  width: 120px;
  margin: 0 auto 17px;
  margin-top: 5px;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #73c9e7;
  transform: translate3d(0px, -50%, 0px) scale(0.7);
}
#customers-testimonials.owl-carousel .owl-dots {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot {
  display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #73c9e7;
  display: inline-block;
  height: 20px;
  margin: 0 2px 5px;
  transform: translate3d(0px, -50%, 0px) scale(0.3);
  transform-origin: 50% 50% 0;
  transition: all 250ms ease-out 0s;
  width: 20px;
}
.note_div {
  font-size: 18px;
  font-weight: 600;
}
.note_div_white {
  font-size: 18px;
  font-weight: 600;
  color: #fff;
}
