/* Theme Name: BuiltFit*/
h4.ntfound:before {
    background: none;
}
.testi-slider
{
    position:relative;
}
.testi-slider::before
{
    position: absolute;
    width: 90%;
    height: 60px;
    background: #000;
    content: "";
    z-index: 99;
    bottom: 29px;
    left: 5%;
    right: 5%;
}


 .wpcf7 input[type="email"],
 .wpcf7 input[type="tel"] {
    padding: 15px;
    border: 1px solid rgba(221, 221, 221, 0.3215686275);
    display: block;
    width: 100%;
    background: transparent;
    color: #7c7c7c;
    outline: none !important;
}
.wpcf7-not-valid-tip {
    color: #c52323;
    font-size: 14px;
    font-weight: normal;
    display: block;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.sent .wpcf7-response-output {
    border-color: transparent;
    margin: 0;
    padding: 0;
}