.testimonial-wrapper {
    background: #f7f7f7;
    padding-top: 15px;
    padding-bottom: 40px;
}

.testimonials-list .container {
    max-width: 1230px;
    margin: 0 auto;
    width: 100%;
    padding: 0 15px;
}

.testimonial-single {
    background: var(--brand-bg-primary);
    border-radius: 10px;
    padding: 20px;
    margin-top: 40px;
    position: relative;
}

.testimonial-single:after {
    content: '';
    position: absolute;
    right: inherit;
    left: 0;
    bottom: 0;
    top: inherit;
    width: 100%;
    height: 6px;
    background: #0B656B;
    border-radius: 0 0 10px 10px;
}

.testimonial-header {
    display: block;
    align-items: center;
    margin-top: 0;
}

.testimonial-photo {
    border-radius: 10px;
    position: relative;
    margin-left: 10px;
    margin-right: 15px;
}

.testimonial-photo:before {
    content: '';
    position: absolute;
    left: -10px;
    bottom: -4px;
    background: #0B656B;
    border-radius: 0px 0px 0px 10px;
    width: 139px;
    height: 76%;
    z-index: 0;
}

.testimonial-content {
    color: #373737;
    font-weight: normal;
    line-height: 1.5;
    padding-top: 12px;
    font-size: 0.889em;
}

.testimonial-content p:last-of-type {
    margin-bottom: 0;
}

.testimonial-name {
    font-size: 1.111em;
    font-weight: 800;
    color: var(--brand-secondary-color);
    margin-top: 18px;
}

.testimonial-name .review-location {
    font-size: 0.9em;
    display: block;
    font-weight: normal;
}

.testimonial-photo img {
    border-radius: 10px;
    position: relative;
    width: 129px;
    height: 129px;
}

.testimonial-single:nth-child(even) .testimonial-photo:before {
    background: #FFDD55;
}

.testimonial-single:nth-child(even):after {
    background: #FFDD55;
}

.loadmore-testimonials {
    background: var(--decoration-color);
    font-size: 0.889em;
    padding: 17px 28px;
    border-radius: 8px;
    color: var(--brand-secondary-color) !important;
    text-transform: capitalize;
    font-weight: 700;
    text-decoration: none;
    display: block;
    cursor: pointer;
    border: 0;
    min-width: 160px;
    margin: 45px auto 0;
    transition: all .3s ease-in-out;
}

.loadmore-testimonials:hover {
    background: var(--decoration-hover-color);
}

button.loadmore-testimonials[disabled] {
    background-color: #ccc;
    color: #666666 !important;
}

.testimonial-review-banner {
    background: #0B656B;
    text-align: center;
    padding:40px 15px;
    color: var(--brand-primary-color);
    font-size: 0.778em;
    font-weight: normal;
    line-height: 1.6;
}

.testimonial-review-banner h1 {
    font-size: 1.444em;
    font-weight: bold;
    margin-bottom: 0;
    color: var(--brand-primary-color);
}

.testimonial-review-banner p {
    max-width: 1034px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
}

.testimonial-review-banner p a {
    text-decoration: none;
    color: var(--decoration-color);
}

.testimonial-review-banner p a:hover {
    color: var(--brand-primary-color);
}

.testimonial-content p:last-of-type {
    margin-top: 0;
}

.testimonial-content p {
    margin-top: 0;
}

@media only screen and (min-width:575px) {
    .testimonial-review-banner h1 {
        font-size: 1.889em;
    }
    .testimonial-review-banner {
        font-size: 0.833em;
    }
    .testimonial-header {
        display: flex;
    }
    .testimonial-content {
        padding-top: 18px;
    }
    .testimonial-single {
        padding: 25px;
    }
}

@media only screen and (min-width:768px) {
    .testimonial-review-banner {
        padding:50px 15px;
    }
    .testimonial-header {
        display: flex;
        align-items: center;
        margin-top: -62px;
    }
    .testimonial-photo {
        margin-right: 15px;
    }
    .testimonial-single {
        margin-top: 82px;
    }
    .testimonial-wrapper {
        padding-top: 25px;
    }
    .testimonial-single:after {
        left: inherit;
        bottom: inherit;
        right: 0;
        top: 0;
        width: 6px;
        height: 100%;
        border-radius: 0px 10px 10px 0px;
    }
    .testimonial-single {
        padding: 25px;
    }
    .testimonial-wrapper {
        padding-bottom: 60px;
    }
    .testimonial-review-banner h1 {
        font-size: 2.111em;
    }
    .loadmore-testimonials {
        min-width: 200px;
    }
}

@media only screen and (min-width:992px) {
    .testimonial-review-banner {
        padding: 135px 15px;
    }
    .testimonial-review-banner h1 {
        font-size: 2.5em;
    }
    .testimonial-review-banner {
        font-size: 0.9375em;
    }
    .loadmore-testimonials {
        min-width: 250px;
        padding: 20px 28px;
    }
    .testimonial-review-banner {
        padding:50px 15px;
    }
    .testimonial-wrapper {
        padding-top: 35px;
    }
    .testimonial-content{
        font-size: 1rem;
    }
}