.image-background {
    position: relative;
}

.image-background-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50%;
}

.image-background-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    -o-object-fit: cover;
    font-family: 'object-fit: cover;';
}

.image-background-wrapper {
    position: relative;
    z-index: 9;
    /*padding: 50px 0 0;*/
    width: 100%;
    height: 50%;
    color: #FFFFFF;
    background: rgb(25,27,87);
    background: -moz-linear-gradient(left,  rgba(25,27,87,0.85) 0%, rgba(47,51,157,0.85) 44%, rgba(46,49,146,0.85) 100%);
    background: -webkit-linear-gradient(left,  rgba(25,27,87,0.85) 0%,rgba(47,51,157,0.85) 44%,rgba(46,49,146,0.85) 100%);
    background: linear-gradient(to right,  rgba(25,27,87,0.85) 0%,rgba(47,51,157,0.85) 44%,rgba(46,49,146,0.85) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#191b57', endColorstr='#2e3192',GradientType=1 );
}

.testimonials {
    margin-bottom: 50px;
}

.testimonials-quote {
    font-size: 58px;
    color: #FFFFFF;
    padding-bottom: 10px;
}

.image-background-wrapper h2 {
    color: #FFFFFF;
}

.testimonials-column {
    color: #FFFFFF;
}

.testimonials-column span {
    font-weight: 700;
}

.image-background-wrapper .btn {
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
}

.schedule-form {
    width: calc(100% + 44px);
    background: #EFF1F8;
    margin: 0 -22px;
    padding: 40px 22px;
}

.schedule-form h3 {
    text-align: center;
}

.schedule-form .row {
    margin-left: -8px;
    margin-right: -8px;
}

.schedule-form [class*="col-"] {
    padding-left: 8px;
    padding-right: 8px;
}

.schedule-form .choices__inner {
    padding: 6px 50px 6px 16px !important;
}

.form-col .btn {
    display: block;
    width: 100%;
    margin-top: 10px;
}

.testimonials-btn {
    margin-top: 10px;
}

.testimonials .slick-prev {
    left: inherit;
    margin-left: 0;
    right: 36px;
}

.testimonials .slick-next {
    right: -15px;
    margin-right: 0px;
}

.testimonials .slick-prev,
.testimonials .slick-next {
    bottom: -55px;
}

.image-background-section .image-background-wrapper {
    /*padding: 50px 0;*/
    height: 100%;
}

.image-background-section .image-background-image {
    height: 100%;
}

@media (min-width: 768px) {
    .image-background-wrapper {
        /*padding: 80px 65px 0;*/
        padding-left: 65px;
        padding-right: 65px;
    }

    .schedule-form {
        width: calc(100% + 174px);
        background: #EFF1F8;
        margin: 0 -87px;
        padding: 40px 87px;
    }

    .testimonials {
        margin-bottom: 80px;
    }

    .testimonials-quote {
        font-size: 115px;
        padding-bottom: 0;
    }

    .testimonials-column span {
        font-size: 18px;
    }

    .testimonials .slick-prev {
        right: 40px;
    }

    .image-background-section .image-background-wrapper {
        /*padding: 90px 0;*/
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .schedule-form {
        width: 50%;
        background: #EFF1F8;
        margin: 0px;
        padding: 35px 40px 30px 40px;
        border-radius: 0 0 12px 12px;
    }

    .image-background-image {
        height: 100%;
    }

    .image-background-wrapper {
        /*padding: 0 0 0;*/
        height: 100%;
    }

    .testimonials-form {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: flex-start;
    }

    .testimonials {
        width: 50%;
        padding: 100px 80px 100px 0;
    }

    .image-background-wrapper .btn:hover {
        color: #2E3192;
        border: 2px solid #FFFFFF;
        background: #FFFFFF;
    }

    .image-background-section .image-background-wrapper {
        /*padding: 95px 0;*/
        height: 100%;
    }
}

@media (min-width: 1300px) {

    .testimonials {
        width: 50%;
        padding: 130px 120px 100px 0;
    }
}