.wpcf7-form input[type=submit]:disabled {
    opacity: 0.5;
}
.wpcf7-form input[type=submit]:disabled:hover {
    border-color: #485A95 !important;
    background-color: #485A95 !important;
    color: #fff;
}
@media screen and (max-width: 575px) {
    .wpcf7-form .wpcf7-response-output {
        position: fixed;
        top: 50%;
        background: #fff;
        border: 1px solid #ccc !important;
        padding: 10px !important;
        left: 50%;
        transform: translate(-50%, -50%);
        min-width: 290px;
        line-height: 2;
        width: 100%;
        max-width: 95%;
        z-index: 10;
        border-radius: 16px;
    }
    .wpcf7-form .wpcf7-response-output:after {
        content: '\2717';
        position: absolute;
        z-index: 11;
        right: 6px;
        top: -1px;
    }
    .wpcf7-form .wpcf7-response-output.hidden {
        display: none;
    }
}