@media screen and (max-width: 992px) {
    /* FOOTER START */
    .form_container {
        flex-direction: column;
    }
    .user_contact {
        width: 80%;
    }
    .footer_Image {
        left: 0;
    }
    .contact img {
        width: 90%;
        display: block;
        margin: auto;
    }
    .VideoBox {
        margin: 10px auto;
    }

     /* FOOTER END */
}