.wpcf7-form-control {
    border: none !important;
    border-bottom: none !important;
    border-radius: 0;
    max-width: 100%;
    padding-left: 0;
    font-size: 1rem;
    color: #000;
}

.wpcf7-form-control-wrap input, 
.wpcf7-form-control-wrap textarea {
    background: #f1f1f1;
    padding-left: 10px !important;
}
.wpcf7-form-control-wrap input:focus, 
.wpcf7-form-control-wrap textarea:focus {
    border: none;
    outline: none;
    box-shadow: none;
    background: #f1f1f1;
}

.wpcf7-form-control.wpcf7-checkbox,
.wpcf7-form-control.wpcf7-radio {
    display: flex;
    flex-direction: column;
    height: 100%;
    margin-left: -10px;
}

.wpcf7-form p { 
    margin: 20px 0;
}

.wpcf7-list-item-label {
    margin-left: 5px;
} 

.wpcf7-form p label,
.wpcf7-form p .wpcf7-form-control-wrap input {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #495057;
}

.btn-primary {
    background-color: #f20420 !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 500;
    font-family: Poppins !important;
    line-height: 22px;
    padding: 10px 50px !important;
}