/* Testimonial Slider */
.module-testimonials.option-1 .carousel-control.left, 
.module-testimonials.option-1 .carousel-control.right{
	top: 50%;
	bottom: 50%;
}


.module-testimonials.option-1 {
    padding: 0 0 100px 0;
     background: url(https://www.royacdn.com/unsafe/smart/Site-43a55e84-1c64-44a9-a232-ff794043d74d/HomepageAssets/bg_welcome_flower_nowhite.png);
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
}


.module-testimonials.option-1:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 370px;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-43a55e84-1c64-44a9-a232-ff794043d74d/assets/BG_Reviews.jpg);
  background-size: cover;
  background-position: center;
}
.module-testimonials.option-1 .section-headline h2 {
	font-size: 230%;
	text-transform: uppercase;
	line-height: 1;
}
.module-testimonials.option-1 .section-headline h2 span {
	font-size: 20px;
	line-height: 1;
	display: block;
	font-weight: 600;
	color: #878787;
	margin-top: 10px;
}
.module-testimonials.option-1 .testimonials-wrapper {
	display: flex;
	justify-content: center;
	margin: 1em auto 3em;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
  padding: 10em 0 15em;
  max-width: 1400px;
  transition: .5s ease-out;
  background-image: url(https://www.royacdn.com/unsafe/smart/Site-43a55e84-1c64-44a9-a232-ff794043d74d/assets/Float_PatientReviews.png);
  background-size: cover;
  background-repeat: no-repeat !important;
  height: 736px;
  transform: scale(0.9);
  background-position: 100%;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon {
	width: 110px;
	height: 110px;
	min-width: 110px;
	border-radius: 50%;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: -50px;
	background: #393939;
	left: 50%;
	transform: translate(-50%, 0);
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon:before {
	content: "";
	width: 90px;
	height: 90px;
	border-radius: 50%;
	border: 5px solid #fff;
	display: block;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment-icon span {
	color: #fff;
	position: absolute;
	top: 67%;
	left: 57%;
	transform: translate(-50%, -50%);
	margin-left: -10px;
	margin-bottom: 0;
	font-size: 100px;
	font-family: 'Font Awesome 5 Free';
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
	text-align: left;
	color: rgb(255 255 255 / 75%);
	font-size: 18px;
	max-width: 500px;
	line-height: 33px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name {
	margin-top: 40px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	  display: none;
	
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper svg {
	width: 19px;
	fill: #ecce68;
	margin: 0 3px;
	display: none;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
	text-align: left;
	margin-top: 15px;
	color: #fff;
	font-family: var(--font-default);
	font-size: 17px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 span {
	font-weight: 300;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5.span-2 {
	margin-right: 5px;
	font-weight: 300;
}
.module-testimonials.option-1 .button-wrapper a {
	margin: 0 auto;
	display: flex;
	max-width: max-content;
	  display: none;
}

div#section-testimonials .ry-headline span.cke_widget_wrapper.cke_widget_inline {
  font-size: 24px !important;
}

div#section-testimonials .ry-headline h2 {
  margin-bottom: 20px;
}

div#section-testimonials .carousel-inner {
  max-width: 80%;
  margin: auto;
  top: 4em;
  overflow: visible;
}

div#section-testimonials .comment p:before {
  content: '';
  background: url(https://www.royacdn.com/unsafe/smart/Site-43a55e84-1c64-44a9-a232-ff794043d74d/assets/rev_quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  height: 60px;
  width: 70px;
  top: -50%;
}

.testimonials-wrapper .testimonials-block a.carousel-control.left {
  left: -12%;
  opacity: 1;
}

.testimonials-wrapper .testimonials-block a.carousel-control.right {
  right: -12%;
  opacity: 1;
}

.testimonials-wrapper li.active {
  background-color: #fff !important;
}

.testimonials-wrapper .carousel-indicators {
  text-align: left;
}