@media only screen and (max-width: 1050px) {

    .testimonialContainer .carousel-control-prev {
        left: -60px;
    }

    .testimonialContainer .carousel-control-next {
        right: -60px;
    }

}

@media only screen and (max-width: 991px) {

    .testimonialContainer .carousel-control-prev {
        left: 0px;
    }

    .testimonialContainer .carousel-control-next {
        right: 0px;
    }

    .testimonialAdj {
        padding-left: 15px;
        padding-right: 15px;
    }

    .testimonialContainer {
        text-align: center;
    }

    .testimonialContainer img {
        padding-bottom: 15px;
        width: 134px;
        min-width: auto;
        max-width: auto;
    }

}


@media only screen and (max-width: 767px) {

    .logoContainer {
        margin: 0px auto;
    }

    .socialMedia {
        text-align: center;
    }

    .splitHeading h2 {
        background-position: bottom center;
        font-size: 24px;
    }

}


@media only screen and (max-width: 640px) {}


@media only screen and (max-width: 479px) {

    .footerNav ul li {
        display: block;
        padding: 5px 0px;
    }

}