
.newzlive-testimonial-slider  .testimonial-message{
  margin-top: 1.5em;
}
.newzlive-testimonial-slider  .testimonial-message p{
  margin: 0;
}

.newzlive-testimonial-slider .testimonial-inner{
  position: relative;
  background-color: var(--global-body-lightbg);
  border-radius: var(--border-radius);
  padding:3em 2em;
  overflow: hidden;
  z-index: 1;
}
.newzlive-testimonial-slider .testimonial-main-details{
  display: flex;
  align-items: center;
  gap:1.5em;
}
.newzlive-testimonial-slider .testimonial-inner .testi-quote-icon{
  position: absolute;
  right: -3em;
  bottom:0;
  z-index:-1;
}
.newzlive-testimonial-slider .testimonial-inner .newzlive-testi-designation{
  font-family: var(--highlight-font-family);
  font-size: var(--font-size-small);
  letter-spacing: var(--letter-spacing-one);
  text-transform: uppercase;
}
.newzlive-testimonial-slider .testimonial-main-details{
  margin-top:3.125em;
}
.newzlive-testimonial-slider .newzlive-testi-title,
.newzlive-testimonial-slider .testimonial-message{
  font-style: italic;
}

.newzlive-testimonial-slider .testimonial-message{
  font-size: var(--font-size-18);
  font-weight: var(--font-weight-medium);
  font-family: var(--highlighted-font-family);
}
.newzlive-testimonial-slider .newzlive-testimonial-avtar img{
  border-radius: 50%;
}
[data-mode="dark"] .testimonial-detail .testi-quote-icon svg path{
  fill:var(--border-color-light);
}
.newzlive-testimonial-slider .testimonial-inner .testi-quote-icon.font-icon{
  right: 1em;
  bottom: 1em;
}


@media (min-width:1500px) {
  .newzlive-testimonial-slider .swiper-slide.testimonial-item-two{
    padding-top:3em;
  }
}


