@media (min-width: 180px) and (max-width: 319px) {
    /*=============================
    BANNER QUERY
    ==============================*/
    .banner .banner-content{
        height: 150px;
    }

    .banner .banner-content h4{
        padding: 50px 0;
    }

    /*================================
    MID SECTION QUERY
    ================================*/
    .mid-section .mid-section-inner{
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    /*=============================
    BANNER QUERY
    ==============================*/
    .banner .banner-content{
        height: 200px;
    }

    .banner .banner-content h4{
        padding: 80px 0;
    }

    /*================================
    MID SECTION QUERY
    ================================*/
    .mid-section .mid-section-inner{
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
    /*=============================
    BANNER QUERY
    ==============================*/
    .banner .banner-content{
        height: 200px;
    }

    .banner .banner-content h4{
        padding: 80px 0;
    }

    /*================================
    MID SECTION QUERY
    ================================*/
    .mid-section .mid-section-inner{
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    /*=============================
    BANNER QUERY
    ==============================*/
    .banner .banner-content{
        height: 300px;
    }

    .banner .banner-content h4{
        padding: 120px 0;
    }

    /*================================
    MID SECTION QUERY
    ================================*/
    .mid-section .mid-section-inner{
        width: 100%;
        margin: 0 auto;
    }
}