/* Testimonial Button */
.module-testimonials.option-2 {
	padding: 0;
}
.module-testimonials.option-2:before {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 415px;
}
.module-testimonials.option-2 .section-headline h2 {
	text-transform: uppercase;
	font-size: 230%;
	max-width: 680px;
	line-height: 1.1;
	margin: 0 auto 30px;
}
.module-testimonials.option-2 .section-headline .star-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.module-testimonials.option-2 .section-headline .star-wrapper svg {
	width: 30px;
	fill: #f3c62b;
	margin: 0 6px;
}

.module-testimonials.option-2 .testimonial-banner-type {
	margin-top: -18%;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex {
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each {padding: 0;display: flex;align-items: center;}	
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo {
	position: relative;
	padding-bottom: 100%;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) {background-image: url(https://www.royacdn.com/unsafe/smart/Site-608d3717-8597-41d1-af13-a42822ec7cc7/assets/reviews_left.jpg);background-size: cover;background-position: center;display: flex;align-items: center;}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .icon img {
	width: 100%;
	margin: 0 auto 33px;
	max-width: 59px;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block {
	padding: 0 4.2vw 0;
	clear: both;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 {
	text-align: center;
	color: #FFFFFF;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 34px;
	padding: 30px 0 40px;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 span {
	display: block;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}
.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .ry-btn {
	max-width: max-content;
	margin: 2em auto 0;
	background-image: linear-gradient(90deg, #1c1c1c 0%, #4b4b4b 50%, #1c1c1c 100%) !important;
}

.module-testimonials.option-2 .ry-container {
    max-width: 100%;
}


.module-testimonials.option-2 p {
    color: #fff;
}

.module-testimonials.option-2 h4 {
    color:#9acaff;
    margin-bottom: 0;
}


.module-testimonials.option-2 h2 {
    color:#fff;
    margin-bottom: 30px;
}


.module-testimonials.option-2 .block-wrapper {
    max-width: 650px;
    margin: auto;
    position: relative;
    top: 14%;
}

a#rev-btn {}

.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .photo img {
    height: 1250px;
    object-fit: cover;
    object-position: bottom center;
}


@media (max-width: 1680) {
	.module-testimonials.option-2 .section-headline h2 {
		font-size: 2.2em !important;
		line-height: 1.1;
	}
}
@media (max-width: 1280px) {
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
		max-width: unset;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) {
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo img, 
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) .photo {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		object-fit: cover;
		padding: unset;
	}
}
@media (max-width: 991px) {
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex {
		flex-direction: column;
	}

	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
		width: 100%;
	}
	.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .block-wrapper .section-headline-block h3 {
		line-height: 1.4;
	}
	.module-testimonials.option-2 .section-headline .star-wrapper svg {
		width: 25px;
		margin: 0 3px;
	}
}

.module-testimonials.option-2 .testimonial-banner-type .btn {
    position: relative;
    z-index: 9;
}

@media (max-width:1200px) {
	
    .module-testimonials.option-2 .testimonial-banner-type {
		margin-top: 0;
	}

		.module-testimonials.option-2 .testimonial-banner-type .ry-flex {
			flex-direction:column;
			gap: 2em 0;
		}

		.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(1) {
		padding: 3em 1em !important;
		max-width: unset;
		width: 100%;
	}

	div.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .photo img {
		height: 500px;
		object-fit: cover;
		object-position: bottom;
		margin: auto;
		max-width: 500px;
		border-radius: 20px;
	}

	div.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
		height: 500px;
		overflow: hidden;
	}

	div.module-testimonials.option-2 {
		padding-bottom: 2em !important;
	}

}

@media (max-width:500px) {

	div.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each .photo img, div.module-testimonials.option-2 .testimonial-banner-type .ry-flex .ry-each:nth-child(2) {
		height: 380px !important;
		max-width: 100% !important;
		border-radius: 0 !important;
	}


	.module-testimonials.option-2 .testimonial-banner-type .ry-flex {
		gap: 0 !important;
	}

	div.module-testimonials.option-2 {
		padding-bottom: 0 !important;
	}

}

/* END TESTIMONIALS OPTION 2*/
