div.testimonials-carousel {
    min-height: 650px;
}

div.control-cont {
    display: flex;
    /*height: 100%;*/
    /*min-height: 680px;*/
    justify-content: center;
    align-items: center;
}

div.button-container {
    display: flex;
    justify-content: space-between;
    height: 10px;
    width: 100%;
    margin: 70px 0 48px 0;
}

div.cara-button {
    border-radius: 5px;
    width: 19%;
    height: 10px;
    background-color: #F5F5F5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    cursor: pointer;
}

div.progress-bar {
    background-color: var(--color-green-dark);
    border-radius: 5px;
    width: 0;
    height: 10px;
}

div.prev-arrow, div.next-arrow {
    cursor: pointer;
}

.progress-bar-100 {
    width: 100%;
    margin: 0;
    animation: width linear 12s;
    animation-name: slidein;
}

@keyframes slidein {
    from {
        width: 0;
    }
    to {
        width: 100%;
    }
}

div.carousel-view {
    width: 100%;
    /*min-height: 680px;*/
}

div.cara-slide {
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

div.current-slide {
    display: flex;
}

div.cara-slide-text {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 875px;
}

div.cara-slide-text p {
    color: #323C44;
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 4px;
    text-transform: uppercase;
    margin: 20px 0 0 0;
}

.glp-logo {
    width: 152px;
    margin-top: 25px;
}

.redbridge-logo {
    width: 116px;
    margin-top: 34px;
}

.hep-logo {
    width: 200px;
    margin-top: 30px;
}

.tcp-logo {
    width: 175px;
    margin-top: 30px;
}

.imat-logo {
    width: 135px;
    margin-top: 13px;
}

.hbs-logo {
    width: 170px;
    margin-top: 30px;
}

.hws-logo {
    width: 110px;
    margin-top: 30px;
}

.cls-logo {
    width: 80px;
    margin-top: 30px;
}

.cranleigh-logo {
    width: 160px;
    margin-top: 30px;
}

.cranmer-logo {
    width: 90px;
    margin-top: 30px;
}

.skinners-logo {
    width: 180px;
    margin-top: 30px;
}

.section-container-quote {
    display: flex;
    min-height: fit-content;
    background-color: #ffffff;
    align-items: start;
    flex-direction: row;
}



@media only screen and (max-width: 800px) {
    .section-container-quote {
        display: block;
    }

    div.button-container {
        margin: 30px 0 30px 0;
    }

    div.current-slide {
        flex-direction: column;
    }

    img.mobile-small {
        height: 52px !important;
    }

    div.carousel-view {
        height: auto;
    }

    div.cara-slide-text {
        margin: 0 15px 0 15px;
    }

    div.cara-slide-text p {
        font-size: 16px;
        line-height: 24px;
    }

    div.control-cont {
        height: 450px;
        min-height: 0;
        margin-top: 90px;
        /*border: 1px solid red;*/
    }
}
