.testimonial-con .testimonial-box {
  padding: 40px 38px 45px 35px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.testimonial-con .testimonial-box .testimonial-quoteimage {
  margin-bottom: 18px !important;
  filter: brightness(0);
  transition: all 0.3s ease-in-out;
}
.testimonial-con .testimonial-box:hover {
  background-color: var(--e-global-color-white);
}
.testimonial-22 .testimonial-con .testimonial-box:hover {
  background-color: var(--e-global-color-white);
  box-shadow: 0px 0px 150px 0px rgba(212, 219.00000000000003, 252, 0.68) inset;
}
.testimonial-con .testimonial-box:hover .testimonial-quoteimage {
  filter: none;
}
.testimonial-con .testimonial-box p {
  margin-bottom: 24px;
  font-style: italic;
}
.testimonial-con .review-content {
  padding-left: 16px;
  display: flex;
  align-items: center;
}
.testimonial-con .review-content .testimonial-personimage {
  position: relative;
  top: 0;
  left: -15px;
}
.testimonial-con .review-content .testimonial-personimage img {
  width: 54px !important;
  border-radius: 100px;
}
.testimonial-con .review-content .name {
  font-size: 16px;
  line-height: 16px;
  font-weight: 600;
  display: block;
  margin-bottom: 2px;
  color: var(--e-global-color-primary);
}
.testimonial-con .review-content .review {
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: var(--e-global-color-text);
}
.testimonial-con .owl-carousel .owl-item img {
  width: auto !important;
}
.testimonial-con .owl-carousel .owl-nav{    
  display: block !important;
  margin-top: 0 !important;
  position: relative;
  text-align: center;
  top: -192px;
}
.testimonial-con .owl-carousel .owl-prev,
.testimonial-con .owl-carousel .owl-next {
  font-size: 14px !important;
  width: 40px;
  height: 40px;
  line-height: 40px !important;
  border-radius: 100% !important;
  position: absolute;
  text-align: center;
  color: var(--e-global-color-primary) !important;
  background-color: var(--e-global-color-white) !important;
  transition: all 0.3s ease-in-out;
  opacity: 1;
}
.testimonial-con .owl-carousel .owl-prev{
  left: -75px;
}
.testimonial-con .owl-carousel .owl-next{
  right: -75px;
}
.testimonial-con .owl-carousel .owl-prev:hover,
.testimonial-con .owl-carousel .owl-next:hover{
  color: var(--e-global-color-white) !important;
  background-color: var(--e-global-color-accent) !important;
}
@media screen and (max-width:1440px) {
  .testimonial-con .owl-carousel .owl-nav{margin-top: 40px !important; top: 0;}
  .testimonial-con .owl-carousel .owl-prev,
  .testimonial-con .owl-carousel .owl-next {position: relative;}
  .testimonial-con .owl-carousel .owl-prev{left: -5px;}
  .testimonial-con .owl-carousel .owl-next{right: -5px;}
}
@media screen and (max-width:1199px) {
  .testimonial-con .testimonial-box {padding: 20px 22px;}
  .testimonial-con .testimonial-box p {margin-bottom: 16px;}
  .testimonial-con .owl-carousel .owl-nav{margin-top: 30px !important;}
}
@media screen and (max-width:1024px) {
  .testimonial-con .testimonial-box {padding: 25px; background-color: var(--e-global-color-white);}
  .testimonial-con .testimonial-box .testimonial-quoteimage {margin-bottom: 15px;}
  .testimonial-con .review-content .testimonial-personimage img {width: 50px !important;}
  .testimonial-con .owl-carousel .owl-nav {margin-top: 20px !important;}
  .testimonial-con .owl-carousel .owl-prev{left: -3px;}
  .testimonial-con .owl-carousel .owl-next{right: -3px;}
}
@media screen and (max-width:767px) {
  .testimonial-con .testimonial-box {padding: 20px;}
  .testimonial-con .testimonial-box .testimonial-quoteimage {margin-bottom: 12px;}
  .testimonial-con .owl-carousel .owl-nav {margin-top: 15px !important;}
  .testimonial-con .owl-carousel .owl-prev {left: -2px;}
  .testimonial-con .owl-carousel .owl-next {right: -2px;}
}
@media screen and (max-width:575px) {
  .testimonial-con .testimonial-box {width: 330px; padding: 20px 18px; margin: 0 auto;}
}