.SVG_Star {
	width: 32px;
	fill: #e5b353;
}

.module-testimonials.style-3 .section-headline h2 {
	font-size: 58px;
	font-family: Inter;
	text-transform: uppercase;
	color: #66a397;
}

.module-testimonials.style-3 .section-headline p {
	color: #75a06c
	font-size: 28px;
	font-weight: 600;
	margin-top: 10px;
}

.module-testimonials.style-3 {
	padding: 120px 0 150px;
	/* background: url(https://s3.amazonaws.com/static.organiclead.com/Site-e7d1703d-5d34-40a0-be46-1220ab5c485a/Assets/testimonial_bg.jpg); */
	background-size: cover;
	position: relative;
}
.module-testimonials.style-3:before {
    content: "";
    position: absolute;
    inset: 0;
    bottom: unset;
    height: 45vh;
    /* background: linear-gradient(to bottom, #ffffff, transparent); */
}

.module-testimonials.style-3 .star-wrapper {
	display: flex;
	justify-content: center;
	margin: 3em 0 2em;
	gap: 0 5px;
}

.module-testimonials.style-3 .star-wrapper svg {
	margin: 0 1px;
}

.module-testimonials.style-3 .ry-container {
	display: flex;
	justify-content: center;
}

.module-testimonials.style-3 .ry-container .ry-content {
	max-width: 1280px;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box {
	margin-top: 60px;
}


.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each {
	width: calc(50% - 80px);
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
	color: #666;
	font-size: 20px;
	margin-bottom: 50px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 4;
           line-clamp: 4; 
   -webkit-box-orient: vertical;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name {
	display: flex;
	align-items: center;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name h5 {
	color: #666;
	margin-right: 4vw;
	font-weight: normal !important;!i;!iu;!ium;!iu;!;
	font-family: var(--font-button) !important;!i;!;
	text-transform: uppercase;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-control {
	display: none;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
	bottom: 20px !important;
	width: unset !important;
	margin: 0 auto;
	padding: 0 !important;
	right: 0;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators li {
	background: #66a397;
	opacity: .5;
	width: 10px;
	height: 10px;
	margin: 0 2px;
	top: unset;
	border: unset;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators li.active {
	opacity: 1;
	background: #66a397 !important;
}



/* VIDEO */


.module-testimonials.style-3 .video_wrapper {
	margin: 0 auto;
	position: relative;
	background-color: transparent;
}
.module-testimonials.style-3 .video_wrapper_full {
	margin-left: 0;
	z-index: 2;
}

.module-testimonials.style-3 .videoIframe {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.module-testimonials.style-3 .videoPoster {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-image:url(https://s3.amazonaws.com/static.organiclead.com/Site-0278b031-a0a4-464d-9f08-b74d612b8fd8/shutterstock_782259901.png);
	background-size: cover;
	border: none;
	text-indent: -999em;
	overflow: hidden;
	opacity: 1;
	-webkit-transition: opacity 800ms, height 0s;
	-moz-transition: opacity 800ms, height 0s;
	transition: opacity 800ms, height 0s;
	-webkit-transition-delay: 0s, 0s;
	-moz-transition-delay: 0s, 0s;
	transition-delay: 0s, 0s;
	background-position: center;
}

.module-testimonials.style-3 .videoPoster:hover {
	cursor: pointer;
}
.module-testimonials.style-3 .videoPoster:before {
	content: '';
	position: absolute;
	top: unset;
	left: 60px;
	width: 90px;
	height: 90px;
	margin: -40px 0 0 -40px;
	background: url(https://s3.amazonaws.com/static.organiclead.com/Site-0278b031-a0a4-464d-9f08-b74d612b8fd8/Triangle_1.png);
	background-size: contain;
	bottom: 15px;
}

.module-testimonials.style-3 .videoWrapperActive .videoPoster {
	opacity: 0;
	height: 0;
	-webkit-transition-delay: 0s, 800ms;
	-moz-transition-delay: 0s, 800ms;
	transition-delay: 0s, 800ms;
}
.module-testimonials.style-3 .video-poster {
	position: relative;
}
.module-testimonials.style-3 .review-separator {
	position: absolute;
	left: 50%;
	width: 80px;
	height: 80px;
	transform: translate(-50%, -50%);
	background: var(--color-primary);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	top: 50%;
	border: #fff;
	box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0px 0px 40px 0px rgb(0 0 0 / 10%);
	-moz-box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.1);
	border: 7px solid #fff;
}

.module-testimonials.style-3 .review-separator span {
	display: block;
	font-size: 65px;
	height: 50px;
	font-family: 'Font Awesome 6 Brands';
	color: #fff;
	position: relative;
	top: -6px;
	transform: rotate(177deg);
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before {
	content: "";
	position: absolute;
	top: 0;
	left: calc(50% + 37px);
	transform: translate(-50%, 0);
	background-image: url(https://s3.amazonaws.com/static.organiclead.com/Site-0278b031-a0a4-464d-9f08-b74d612b8fd8/HomepageReview/rev_shadow.png);
	width: 75px;
	/* z-index: 1; */
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
@media (max-width: 1680px) {
	.module-testimonials.style-3 .section-headline h2 {
		font-size: 50px;
	}
	.module-testimonials.style-3 .section-headline p {
		font-size: 18px;
	}
}

@media (max-width: 1080px) {
	.module-testimonials.style-3 {
		padding: 20px 0 130px 0 !important;
	}
	
	.module-testimonials.style-3 .video-poster {
		max-width: 500px;
		margin: auto;
		float: none;
		clear: both;
	}
	
	.module-testimonials.style-3 .ry-container .ry-content .review-box {
		margin-top: 0 !important;
	}	
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each {
		width: 100%;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each:nth-child(1) {
		margin-bottom: 30px;
	}
	.module-testimonials.style-3 .section-headline p,
	.module-testimonials.style-3 .section-headline h2,
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p {
		text-align: center;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name h5 {
		margin-right: 0;
		margin-bottom: 30px;
	}

	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name {
		flex-direction: column;
		align-items: center;
		justify-content: center;
	}
	.module-testimonials.style-3 .section-headline h2 {
		font-size: 46px;
	}
	.module-testimonials.style-3 .ry-each .ry-btn {
		margin-left: auto;
		margin-right: auto;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators {
		display: flex;
		align-items: center;
		justify-content: center;
		text-align: center !important;
		bottom: -60px !important;
		right: unset;
		width: 100% !important;
		margin: unset !important;
		left: unset !important;
	}
	.module-testimonials.style-3 .review-separator {
		display: none;
	}
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before{
		display: none;
	}
}

@media (max-width: 480px) {
	.module-testimonials.style-3 .section-headline h2 {
		font-size: 42px;
	}
	.module-testimonials.style-3 .section-headline p,
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p,
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name .ry-btn {
		font-size: 18px !important;
	}
}
@media (max-width: 420px) {
	.module-testimonials.style-3 .section-headline h2 {
		font-size: 36px;
	}
	.module-testimonials.style-3 .section-headline p,
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-comment p,
	.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name .ry-btn {
		font-size: 16px !important;
	}
}

@media (max-width: 1440px){
	.module-testimonials.style-3 {
		padding: 80px 0;
	}
}