figure {
    margin: 1em 40px;
}

figure.testimonial {
    position: relative;
	float: left;
    /* overflow: hidden; */
	text-align: left;
    box-shadow: none !important;
    outline: none;
    display: block;
	font-weight: 400;
	line-height: 1.3em;
	margin: 0;
    padding: 10px 50px 0px 40px;
    cursor: pointer;
}

figure.testimonial * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
	transition: all 0.35s cubic-bezier(0.25, 0.5, 0.5, 0.9);
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	/* overflow: hidden; */
	margin: 0;
	padding: 0;
}

.slick-list:focus, .slick-slide {
	outline: none !important;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before, 
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	min-height: 1px;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-btn.slick-hidden {
	display: none;
}

.slick-prev, 
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 40%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
    background: transparent;
    display: none !important;
}

.slick-prev:hover, 
.slick-prev:focus, 
.slick-next:hover, 
.slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}

.slick-prev:hover:before, 
.slick-prev:focus:before, 
.slick-next:hover:before, 
.slick-next:focus:before {
	opacity: 1;
}

.slick-prev:before, 
.slick-next:before {
	font-family: "FontAwesome";
	font-size: 40px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-prev {
    left: -40px;
    display: none !important;
}

.slick-prev:before {
    content: "";
    display: none;
}

.slick-next {
    right: -40px;
    display: none !important;
}

.slick-next:before {
    content: "";
    display: none;
}

.slick-dots {
    position: absolute;
    display: none !important;
    -webkit-box-pack: center;
    justify-content: center;
    margin: 0 auto;
    padding: 1rem 0;
    list-style-type: none;
    bottom: -40px;
    width: 100%;
}

.slick-dots li {
    margin: 0 0.15rem;
}

.slick-dots button {
    display: block;
    width: 1rem;
    height: 1rem;
    padding: 0;
    border: 1.5px solid white;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -9999px;
    cursor: pointer;
    outline: none;
}

.slick-dots li.slick-active button {
    background-color: white;
}

.testimonials {
    background-color: var(--blue);
    padding: 130px 0 210px 0;
    margin-bottom: -60px;
    box-sizing: border-box;
    border-radius: 60px 60px 0 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: hidden;
}

.testimonial_wrapper {
    text-align: center;
    margin: 0 auto;
    /* height: 500px; */
}

.testimonial_wrapper .fa-quote-left,
.testimonial_wrapper .fa-quote-right {
    position: absolute;
    color: var(--orange);
    -webkit-text-stroke: 2px black;
    font-size: 5em;
}

.testimonial_wrapper .fa-quote-left {
    z-index: 0;
    top: 70px;
    left: 130px;
}

.testimonial_wrapper .fa-quote-right {
    z-index: 0;
    bottom: 140px;
    right: 130px;
}

.testimonial_wrapper h4 {
    margin: 20px auto 0;
    text-align: center;
    font-size: 42px;
}

.testimonial_wrapper h2 {
    position: relative;
    text-align: center;
    margin: 0 auto 30px;
    z-index: 4;
}

.testimonial_wrapper p {
    margin-bottom: 30px;
    text-align: center;
    width: 32%;
}

.testimonial_wrapper .star_rating {
    text-align: center;
}

figure.testimonial {
    width: 100%;
    padding: 30px 0 0 0;
    line-height: 1.6;
}

.testimonial_wrapper .NewReviewsSlide .review_comment {
    margin: 0 auto 30px auto;
    width: 60%;
}

.testimonial_wrapper .NewReviewsSlide p {
    margin: 20px auto;
}

.slick-dots {
    bottom: 0;
    padding: 0;
}

.testimonial_wrapper .NewReviewsSlide .review_date {
    width: max-content;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--melon);
    border: 2px solid var(--black);
    height: 52px;
    padding: 0 25px;
    border-radius: 30px;
    font-weight: 600;
    box-shadow: 0px 5px 0px #00000026;
}

.testimonial_wrapper .prev-btn,
.testimonial_wrapper .next-btn {
    width: 52px;
    height: 52px;
    border: 2px solid var(--black);
    border-radius: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: var(--black);
    font-size: 22px;
    background-color: var(--white);
    box-shadow: 0px 5px 0px #00000026;
    transition: 0.15s all ease-in-out;
}

.testimonial_wrapper .prev-btn:hover,
.testimonial_wrapper .next-btn:hover {
    transform: translateY(0.25em) rotate(0.001deg);
    box-shadow: 0em 0em 0em 0em rgba(0, 0, 0, 0.5);
    transition: 0.15s all ease-in-out;
}

.testimonial_wrapper .prev-btn {
    position: absolute;
    left: 0;
    top: 180px;
}

.testimonial_wrapper .prev-btn i {
    margin-left: -2px;
}

.testimonial_wrapper .next-btn i {
    margin-right: -2px;
}

.testimonial_wrapper .next-btn {
    position: absolute;
    right: 0;
    top: 180px;
}

.star_rating .fa-star {
    font-size: 28px;
    color: var(--form-grey);
    opacity: 0.5;
    width: max-content;
    -webkit-text-stroke: 2px black;
}

.star1 .fa-star:nth-of-type(1),
.star2 .fa-star:nth-of-type(1),
.star2 .fa-star:nth-of-type(2),
.star3 .fa-star:nth-of-type(1),
.star3 .fa-star:nth-of-type(2),
.star3 .fa-star:nth-of-type(3),
.star4 .fa-star:nth-of-type(1),
.star4 .fa-star:nth-of-type(2),
.star4 .fa-star:nth-of-type(3),
.star4 .fa-star:nth-of-type(4),
.star5 .fa-star:nth-of-type(1),
.star5 .fa-star:nth-of-type(2),
.star5 .fa-star:nth-of-type(3),
.star5 .fa-star:nth-of-type(4),
.star5 .fa-star:nth-of-type(5) {
    color: var(--yellow);
    opacity: 1;
}

@media (max-width: 1550px) {
    .testimonial_wrapper .fa-quote-left {
        left: 40px;
    }
    
    .testimonial_wrapper .fa-quote-right {
        right: 40px;
    }
}

@media (max-width: 1150px) {
    .testimonial_wrapper p,
    .testimonial_wrapper .NewReviewsSlide .review_comment {
        width: 60%;
    }

    .testimonial_wrapper .fa-quote-left {
        left: unset;
        right: 180px;
        top: unset;
        bottom: 120px;
        font-size: 70px;
    }
    
    .testimonial_wrapper .fa-quote-right {
        right: 100px;
        bottom: 70px;
        font-size: 70px;
    }

    .slick-dots {
        bottom: -10px;
    }
}

@media (max-width: 975px) {
    .testimonial_wrapper .fa-quote-left {
        right: 120px;
    }
    
    .testimonial_wrapper .fa-quote-right {
        right: 40px;
    }
}

@media (max-width: 850px) {
    .testimonials {
        padding: 130px 0 380px 0;
    }

    .testimonial_wrapper .NewReviewsSlide .review_comment {
        width: 100%;
        padding: 0 50px;
    }

    .testimonial_wrapper .fa-quote-left,
    .testimonial_wrapper .fa-quote-right {
        display: none;
    }

    .testimonial_wrapper .prev-btn,
    .testimonial_wrapper .next-btn {
        top: unset;
        bottom: 130px;
    }
}

@media (max-width: 600px) {
    .testimonials {
        padding: 80px 0 380px 0;
    }
}

@media (max-width: 550px) {
    .testimonial_wrapper .prev-btn,
    .testimonial_wrapper .next-btn {
        display: none;
    }

    .testimonial_wrapper .NewReviewsSlide .review_comment {
        padding: 0 20px;
    }
}