/*************Responsive Styles*****************/
/***************iPhone Portrait**************/
@media only screen and (max-width: 479px) and (min-width: 320px){


}
/**********************iPhone Landscape*************/
@media only screen and (max-width: 767px) and (min-width: 480px){
 
}
/*************************iPad Portrait***************/
@media only screen and (max-width: 985px) and (min-width: 768px){


}
/**************iPad Landscape***************/
@media only screen and ( max-width: 1024px ) and (min-width: 986px){


}
/*******************************************/

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

    h1 {
        font-size: 48px;
    }

    h2 {
        font-size: 36px;
    }

    .footer-menu {
        margin: auto !important;
        justify-content: center !important;
        padding-top: 40px;
        width: 100%;
    }

    .banner-sec {
        padding-top: 80px;
    }

    .footer-menu .nav-item {
        width: 100% !important;
    }

    .right-banner-lay {
        margin-top: 50px;
    }

    .contact-form,
    .contact-header {
        width: 100% !important;
    }

    section {
        padding: 50px 0;
    }

}