@media screen and (min-width:701px) {
    
    #footersub {
    margin-left: 25% !important;
    width: 40% !important;
}

.wpcf7-form input[type="email"] {
    width: 100%;
    padding: 26px 20px !important;
}

}

@media screen and (max-width:700px) {
    
    #footersub {
    margin-left: 0 !important;
    width: 90% !important;
}
}