/* 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: 100px 0 0;
	background-color: #e5f1f9;
}
.module-testimonials.option-1:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50%;
	background: transparent;
}
.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: 0;
	transition: .5s ease-out;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
	padding: 60px 60px 130px;
	background: url(https://static.royacdn.com/Site-32790ec8-b8da-42a0-a90e-918a8ff749ab/Practitioner_bg.jpg);
	border-top-left-radius: 30px;
	max-width: 1150px;
	px; */
	transition: .5s ease-out;
	background-size: cover;
	margin-top: 2em;
	border: 10px solid #fff;
	box-shadow: 0 0 50px 3px rgba(119, 119, 119, 0.5);
	border-top-right-radius: 30px;
	border-bottom: 0;
}
.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 {
	color: rgb(255 255 255 / 66%);
	font-size: 18px;
	max-width: 680px;
	margin: 0 auto;
	line-height: 1.4;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	line-clamp: 4;
	-webkit-box-orient: vertical;
	text-align: left !important;
	text-align-last: center;
}
.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;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name .star-wrapper svg {
	width: 19px;
	fill: #ecce68;
	margin: 0 3px;
}
.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment .ry-name h5 {
	text-align: center;
	margin-top: 15px;
	color: #fff;
	font-size: 25px;
}
.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;
}

.rev-image-block {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display:flex;
    justify-content: space-between;
    width: 95%;
    z-index: 1;
}

.rev-image-block img {
    max-width: 400px;
}

img#rev-icon {
    max-width: 80px;
    margin: 0 auto 10px;
}

.module-testimonials.option-1 .custom-headline .ry-text p{
    line-height:1.5;
    color:rgb(102 102 102 / 70%);
}

.module-testimonials.option-1 .custom-headline .ry-text {
    max-width: 800px;
    margin: auto;
}


div#rev-info-flex {
    gap: 0 3em;
}

.module-testimonials.option-1 .carousel-fade .carousel-control {
    display: none;
}

@media (max-width:1500px) {

div.rev-image-block img {
  max-width: 250px;
}

}

@media (max-width:1200px) {

div.rev-image-block {
    position: static;
    transform: initial !important;
    justify-content: center;
    gap: 0 1em;
    margin-bottom: 3em;
}

    div.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    width: 100%;
}

    div#rev-info-flex {
    gap: 3em 0;
}

    div.module-testimonials.option-1 {
        padding-top: 2em;
    }

div.module-testimonials.option-1 .testimonials-wrapper .testimonials-block .comment p {
    text-align: center !important;
    max-width: 100% !important;
}



}

@media (max-width:500px) {

div.rev-image-block img {
    max-width: 150px !important;
    margin: auto;
}

    div.rev-image-block {
    width: 100% !important;
}

    div.module-testimonials.option-1 .testimonials-wrapper .testimonials-block {
    padding: 60px 20px 130px;
}

}