@media (min-width: 180px) and (max-width: 319px) {
    /*=========================
    BANNER QUERY
    ==========================*/
    .banner{
        height: auto;
    }

    .banner img{
        width: 99%;
        height: auto;
        z-index: -1;
    }

    .banner .banner-caption{
        width: 95%;
        background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
        margin: 150px 5px 0 5px;
        padding: 15px;
    }

    .banner .banner-caption h3{
        color: #fff;
    }

    .banner .banner-caption p{
        color: #fff;
        margin: 25px 0 0 0;
        text-align: justify;
    }

    .shape::before{
        top: 125px;
        z-index: -1;
    }

    .shape::after{
        top: 125px;
        z-index: -1;
    }

    /*================================
    CONTACT QUERY
    =================================*/
    .contact{
        margin-top: 0;
    }

    .contact .contact-inner{
        width: 100%;
        margin: 0 auto;
    }

    /*===================================
    MAP QUERY
    ====================================*/
    iframe{
        height: 200px;
    }

    .mapouter{
        height: 200px;
    }

    .gmap_canvas{
        height: 200px;
    }
}

@media (min-width: 320px) and (max-width: 480px) {
    /*===============================
    BANNER QUERY
    ===============================*/
    .banner{
        height: auto;
    }

    .banner img{
        width: 125%;
        height: auto;
        z-index: -1;
    }

    .banner .banner-caption{
        background: linear-gradient(to bottom right, #ff3300 0%, #991f00 100%);
        padding: 15px;
        margin: 285px 5px 0 5px;
        width: 95%;
    }

    .shape::before{
        top: 145px;
        z-index: -1;
    }

    .shape::after{
        top: 145px;
        z-index: -1;
    }

    .banner .banner-caption h3{
        color: #fff;
    }

    .banner .banner-caption p{
        color: #fff;
        text-align: justify;
        margin: 25px 0 0 0;
    }

    /*=================================
    CONTACT QUERY
    =================================*/
    .contact{
        margin-top: 0;
    }

    .contact .contact-inner{
        width: 100%;
        margin: 0 auto;
    }

    /*================================
    MAP QUERY
    =================================*/
    iframe{
        height: 400px;
    }

    .mapouter{
        height: 400px;
    }

    .gmap_canvas{
        height: 400px;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
    /*===============================
    BANNER QUERY
    ================================*/
    .banner{
        height: auto;
    }

    .banner img{
        width: 85%;
        height: auto;
        z-index: -1;
    }

    .banner .banner-caption{
        width: auto;
        margin: 165px 5px 0 5px;
        padding: 15px;
    }

    .banner .banner-caption h3{
        margin-top: -25px;
    }

    .banner .banner-caption p{
        width: 40%;
        margin-top: 25px;
        margin-left: 120px;
        text-align: justify;
    }

    .shape::before{
        top: 225px;
    }

    .shape::after{
        top: 225px;
    }

    /*=============================
    CONTACT QUERY
    ==============================*/
    .contact{
        margin-top: 50px;
    }

    .contact .contact-inner{
        width: 100%;
        margin: 0 auto;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    /*===============================
    BANNER QUERY
    ================================*/
    .banner .banner-caption{
        margin: 185px 0 0 50px;
        width: 38%;
    }

    .shape::after{
        top: 250px;
    }

    .shape::before{
        top: 250px;
    }

    .banner .banner-caption p{
        margin-left: 100px;
    }

    /*=========================
    CONTACT QUERY
    =========================*/
    .contact .contact-inner{
        width: 100%;
        margin: 0 auto;
    }
}