/* Medium Layout: 1280px. */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navbar-brand img {
        width: 300px;
    }

    .carousel-caption {
        bottom: 70px !important;
    }

        .carousel-caption h1 {
            font-size: 20px;
            text-transform: uppercase;
            line-height: auto !important;
        }

        .carousel-caption h3 {
            font-size: 16px;
            text-transform: uppercase;
            line-height: auto !important;
        }
}
/* Tablet Layout: 768px. */
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .featured-list #grid .thumb {
        width: 50%;
    }

    .navbar-brand img {
        width: 150px;
    }

    .carousel-caption {
        bottom: 50px !important;
    }

    .carousel-caption h1 {
        font-size: 15px;
        text-transform: uppercase;
        line-height: auto !important;
    }

    .carousel-caption h3 {
        font-size: 10px;
        text-transform: uppercase;
        line-height: auto !important;
    }

    .faqHeader h2 {
        font-size: 22px;
        margin: 5px;
    }

    .single-testimonials .text {
        height: 400px;
    }
}
/* Mobile Layout: 320px. */
@media only screen and (max-width: 767px) {
    .featured-list #grid .thumb {
        width: 50%;
    }

    /*Slider adjustments */
    .carousel-caption {
        top: 5px;
        padding-top: 20px;
        padding-bottom: 0px;
    }

        .carousel-caption h1 {
            font-size: 14px;
            text-transform: uppercase;
            line-height: auto !important;
        }

    .carousel-caption-contact h1 {
        font-size: 11px !important;
    }

    .carousel-caption h3 {
        font-size: 10px;
        text-transform: uppercase;
        line-height: auto !important;
    }

    .item-top {
        margin-top: 5px;
    }

    .slider-btn {
        margin-top: 7px;
    }

    .navbar-brand img {
        width: 220px;
    }

    /*Slider adjustments */



    .btn.btn-learn {
        font-size: 10px;
        font-weight: 500;
        padding: 5px 7px;
        text-align: center;
        text-transform: uppercase;
    }

    .about-text h3 {
        text-align: center;
    }

    .single-feature .feature-icon, .single-feature h4 {
        text-align: center;
    }

    .feature-icon {
        margin-bottom: 8px;
    }

    .feature-text h4 {
        line-height: 25px;
    }

    .faqHeader h2 {
        font-size: 16px;
        margin: 5px;
    }

    .single-testimonials .text {
        height: 450px;
    }
}
/* Wide Mobile Layout: 480px. */
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .featured-list #grid .thumb {
        width: 50%;
    }

    .carousel-caption {
        top: 5px;
    }

        .carousel-caption h1 {
            font-size: 15px;
            text-transform: uppercase;
            line-height: auto !important;
        }

        .carousel-caption h3 {
            font-size: 10px;
            text-transform: uppercase;
            line-height: auto !important;
        }

    .item-top {
        margin-top: 20px;
    }

    .slider-btn {
        margin-top: 7px;
    }

    .navbar-brand img {
        width: 250px;
    }


    .btn.btn-learn {
        font-size: 10px;
        font-weight: 500;
        padding: 5px 7px;
        text-align: center;
        text-transform: uppercase;
    }

    .about-text {
        text-align: center;
    }
}
