.wpcf7 {
    position: relative;
}

.wpcf7 .row {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: auto;
}
.wpcf7 .input-box {
    position: relative;
    font-size: 0;
    height: 30px;
    margin-bottom: 10px;
}

.wpcf7 .input-box.textarea {
    height: 80px;
}

.wpcf7 .wpcf7-form-control-wrap {
    height: auto;
    display: block;
}

.wpcf7 .wpcf7-form-control-wrap input {
    margin-bottom: 0!important;
}
@media (max-width: 991px) {
    .wpcf7 .wpcf7-form-control-wrap input {
        background: #191919 !important;
    }
}

.wpcf7 .wpcf7-form-control-wrap textarea {
    margin-bottom: 0!important;
}

.wpcf7 .wpcf7-form-control-wrap.hidden {
    display: none;
}
.wpcf7 .wpcf7-form-control-wrap span[role=alert] {
    position: absolute;
    top: calc(100% + 2px);
    width: 100%;
    height: auto;
    left: 50%;
    padding: 10px 5px;
    background-color: #c1272d;
    color: white;
    text-align: center;
    transition: 0.5s;
    font-size: 15px;
    transform: scale(0) translateX(-50%);
    z-index: 10;
    border-radius: 0;
    box-shadow: 0 0 5px black;
}
.wpcf7 .wpcf7-form-control-wrap:hover span[role=alert],
.wpcf7 .wpcf7-form-control-wrap span:focus-within span[role=alert] {
    transform: scale(1) translateX(-50%);
}
.wpcf7 .input-box input {

}
.wpcf7 .wpcf7-form-control-wrap [aria-invalid=true] {
    border-color: #c1272d!important;
    border-width: 2px;
    border-style: solid;
}
.wpcf7 div.wpcf7-response-output {
    position: absolute;
    width: 100%;
    max-width: 100%;
    top: calc(100% + 5px);
    left: 50%;
    padding: 10px 30px;
    margin: 0;
    text-align: center;
    border: none;
    background-color: #73fad2;
    border-radius: 0;
    color: #191919;
    transform: translateX(-50%);
}
body div.wpcf7 .ajax-loader {
    display: none;
}