.wpcf7-response-output {
	margin:0 !important;
	height:auto !important;
}
.wpcf7 .wpcf7-response-output {
	display:none !important;
}
.swal-text{
    text-align: center;
    line-height: 1.5;
}

span.wpcf7-not-valid-tip {
    color: #fff;
    position: absolute;
    left: 0;
    bottom: -25px;
    font-size: 12px;
    font-weight: normal;
    display: block;
    background: #e43f3f;
    padding: 0px 10px;
    margin-top: 10px;
    z-index: 10;
    width: 100%;
}

span.wpcf7-not-valid-tip:before {
    content: '';
    position: absolute;
    top: -10px;
    left: 5px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #e53e3e transparent;
}