/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 07 2024 | 20:57:13 */
/* Testimonial Styling */
.testimonial-carousel-wrapper {
  position: relative;
}

.testimonial-client-review {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-size: 40px;
  line-height: 1.2em;
  color: #333333;
  padding-bottom: 38px;
}
.testimonial-client-review p{
	font-style: italic;
}
.testimonail-client-name > span {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 900;
  font-size: 24px;
  line-height: 1.33em;
  color: #333333;
}

.testimonial-nav {
  position: absolute;
  bottom: 0;
  width: 50px;
  height: 50px;
  z-index: 9;
}
.prev-nav {
  left: calc(100% - 66px);
}
.next-nav {
  left: 100%;
}

@media only screen and (max-width: 1250px) {
	.testimonial-nav{
		top: calc(100% + 25px);
	}
	.prev-nav {
    left: calc(50% - 66px);
}
	.next-nav {
    left: 50%;
}
	
}
@media only screen and (max-width: 600px) {
	.testimonial-client-review{
		font-size: 28px;
		padding-bottom: 22px;
	}
}