.testimonials {
    position: relative;
    z-index: 3;
}

.testimonials--homepage {
    background: #F1F1F2;
}

.testimonials .flex-row {
    display: flex;
    flex-wrap: wrap;
}

.testimonials__left,
.testimonials__right {
    position: relative;
    width: 100%;
}

.testimonials__text {
    text-align: center;
    padding: 0 10px;
    margin-bottom: 34px;
}

.testimonials__text :last-child,
.testimonials__text h2 {
    margin-bottom: 0;
}

.testimonials__bttn {
    margin-top: 30px;
    text-align: center;
}

.testimonials__bttn .btn-group {
    justify-content: center;
}

.sub-heading {
    color: var(--red);
    font-family: var(--secondary-font);
    font-size: 20px;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 10px;
}

.testimonial-slider {
    margin: 0 -16px;
    font-size: 0;
    padding-bottom: 62px;
}

.testimonial-item {
    padding: 24px 16px 16px;
}

.custom-post-type-list-item .testimonial-item {
    padding: 24px 0px 16px;
}


.testimonial {
    background: var(--white);
    border-radius: 16px;
    padding: 25px 15px 24px 25px;
    position: relative;
    box-shadow: 0 6px 15.5px 0 rgba(0, 0, 0, 0.10);
}

.testimonial::before {
    content: '\e914';
    width: 66px;
    height: 66px;
    font-family: 'wayne-alarm-icomoon';
    position: absolute;
    border-radius: 6px;
    background: var(--red);
    color: var(--white);
    font-size: 34px;
    line-height: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -24px;
    left: 16px;
}

.testimonial__details {
    height: 182px;
    overflow: auto;
}

.testimonial__top {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-right: 6px;
    margin-bottom: 15px;
}

.testimonial__star {
    display: flex;
    gap: 5px;
    color: var(--red);
    font-size: 30px;
    line-height: 1em;

}

.testimonial__google {
    font-size: 31px;
    line-height: 1em;
    text-align: right;
    display: block;
    margin-bottom: 12px;
}

.testimonial__date {
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 2em;

}


.testimonial__scroll::-webkit-scrollbar {
    width: 4px;
}

.testimonial__scroll::-webkit-scrollbar-track {
    background: #D2D2D3;
    border-radius: 10px;
}

.testimonial__scroll::-webkit-scrollbar-thumb {
    background: var(--red);
    border-radius: 10px;
}

.testimonial__scroll::-webkit-scrollbar-thumb:hover {
    background: var(--red);
}


.testimonial__bottom {
    margin-top: 12px;
}

.testimonial__bottom h4 {
    margin-bottom: 0;
    font-size: 22px;
    font-weight: 500;
}

.testimonial-image {
    position: absolute;
    left: 0;
    top: -45px;
    max-width: 83px;
	height: auto;
}

@media (min-width: 768px) {

    .testimonials__text {
        max-width: 431px;
        padding: 0;
        margin: 0 auto 26px;
    }

    .testimonials__bttn {
        margin-top: 35px;
    }

    .testimonial-slider {
        margin: 0 -68px;
        padding-bottom: 72px;
    }

    .testimonial {
        padding: 24px 25px 25px;
        width: 424px;
    }

    .custom-post-type-list-item .testimonial {
        width: 100%;
    }

    .testimonial::before {
        width: 75px;
        height: 75px;
        font-size: 39px;
        left: 25px;
    }

    .testimonial__details {
        height: 172px;
        padding-right: 29px;
    }

    .testimonial__google {
        font-size: 35px;
    }

    .testimonial__date {
        font-size: 16px;
    }

    .testimonial__bottom {
        margin-top: 10px;
    }

    .testimonial__bottom h4 {
        font-size: 28px;
    }

    .testimonial-image {
        top: -85px;
        max-width: 154px;
    }
}


@media (min-width: 1200px) {
    .testimonials .flex-row {
        align-items: center;
    }

    .testimonials__left {
        width: 455px;
        margin-bottom: 110px;
    }

    .testimonials__left .btn-group {
        margin-top: 50px;
    }

    .testimonials__text {
        max-width: 100%;
        padding: 0;
        margin: 0 0 0;
        text-align: left;
    }

    .testimonials__right {
        width: calc(100% - 455px);
        padding-left: 45px;
    }

    .testimonials__wrapper {
        width: 2500px;
    }

    .testimonial-slider {
        margin: 0 -16px;
        padding-bottom: 0;
    }

    .testimonial__details {
        height: 245px;
    }

    .testimonial__google {
        font-size: 35px;
    }

    .testimonial__date {
        font-size: 18px;
        line-height: 1.25em;
    }

    .testimonial__bottom {
        margin-top: 12px;
    }

    .testimonial__bottom h4 {
        font-size: 32px;
    }

    .testimonial-slider .slick-arrow {
        margin: 0;
        bottom: 70px;
    }

    .testimonial-slider .slick-prev {
        left: -484px;
    }

    .testimonial-slider .slick-next {
        right: auto;
        left: -392px;
    }

    .testimonial-image {
        top: -140px;
        max-width: 250px;
    }

	.testimonials__bttn {
		text-align: left;
	}
}

@media (min-width: 1600px) {
	.testimonial-image {
		top: -173px;
		max-width: 315px;
	}
}

@media (min-width: 1920px) {
	.testimonial-image {
		top: -225px;
		max-width: 730px;
	}
}

