.carousel-control:focus,
header .social-link:focus,
body a:focus {
    outline: none;
    border: none;
}
#contact-form::after {
    content: '';
    display: block;
    clear: both;
}
body .wpcf7-form.failed .wpcf7-response-output, body .wpcf7-form.invalid .wpcf7-response-output {
    color: red;
    background-color: #FFF;
    padding: 0.2em 1em;
    border: 1px solid  red;
    text-align: center;
}
#contact-form li .wpcf7-form-control-wrap input, #contact-form li .wpcf7-form-control-wrap textarea {
    color: #000;
}
body .wpcf7 form.sent .wpcf7-response-output {
    border-color: green;
    text-align: center;
    color: green;
    background-color: #fff;
}
#contact-form li>p {
    display: flex;
}
body #contact-form li span.wpcf7-spinner {
    margin: 17px 0 auto;
}
body .wpcf7 form .wpcf7-response-output {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
}
#contact-form li#submit input:focus {
    outline: none;
}