.SVG_Star {
	width: 20px;
	fill: #d04751;
}

.module-testimonials.style-3 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.module-testimonials.style-3 .section-headline h2 {
	font-size: 40px;
	font-family: Jost;
	color: #fed701;
}

.module-testimonials.style-3 .section-headline p {
	color: #d04751;
	font-size: 22px;
	text-transform: uppercase;
	margin-top: 10px;
}

.module-testimonials.style-3 {
	padding: 120px 0 150px;
}

.module-testimonials.style-3 .star-wrapper {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.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% - 60px);*/
	width: 100%;
}

.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;
	text-align: center;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
}
.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .each-name h5 {
	font-weight: 600;
	color: #666;
}

.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: 120px !important;
    width: unset !important;
    margin: 0 auto;
    padding: 0 !important;
    right: 45%;
    transform: translateX(50%);
    display: grid !important;
    left: unset !important;
    text-align: unset !important;
    top: unset !important;
    grid-template-columns: repeat(1, 15px);
    grid-auto-flow: column;
}

.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex .ry-each .carousel-indicators li {
	background: #f3e5c2;
	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;}



/* VIDEO */


.module-testimonials.style-3 .video_wrapper {
	margin: 0 auto;
	position: relative;
	background-color: #000;
}
.module-testimonials.style-3 .video_wrapper_full {
	margin-left: 0;
	z-index: 2;
	height: 100%;
}

.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;
	height: 100%;
}
.module-testimonials.style-3 .review-separator {
    position: absolute;
    left: 50%;
    width: 70px;
    height: 70px;
    transform: translate(-50%, -50%);
    background: #f1f1f1;
    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: 4px solid #fff;
    background: #d04751;
    z-index: 9;
    margin: 0 5px;
}
.module-testimonials.style-3 .carousel {
    padding-left: 60px;
}
.module-testimonials.style-3 .review-separator span {
	display: block;
	font-size: 100px;
	height: 50px;
	font-family: 'Satoshi';
	color: #f3e5c2;
}
.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;
}
@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: 60px 0 150px;
	}
	.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: 50%;
    width: unset !important;
    margin: 0 auto;
    left: unset !important;
}
	.module-testimonials.style-3 .review-separator {
		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: 1080px) {.module-testimonials.style-3 .ry-container .ry-content .review-box .ry-flex:before{opacity: 0;} .module-testimonials.style-3 .carousel {padding-left: 0;}}