.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    height: 55px;
    line-height: 55px;
    border: 1px solid #6a6a6a;
    border-radius: 100px;
    padding: 10px 30px;
    color: #6a6a6a;
    font-size: 15px;
    width: 100%;
    display: block;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control:focus {
    border-color: #111;
    outline: none;
    color: #111;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-form-control {
    margin-top: 7px;
}
.dl_contact_form_wrapper.wpcf7_default label {
    font-size: 15px;
}
.dl_contact_form_wrapper.wpcf7_default textarea.wpcf7-form-control {
    min-height: 200px;
    border-radius: 10px;
}
.dl_contact_form_wrapper.wpcf7_default .wpcf7-submit {
    background-color: #0e4de3;
    border: 1px solid #0e4de3;
    color: #fff;
    border-radius: 50px;
    margin-top: 10px;
    cursor: pointer;
    display: inline-block;
    padding: 12px 31px;
    line-height: 19px;
    font-size: 14px;
    font-weight: 500;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: auto;
    min-width: 160px;
    height: auto;
}
.dl_contact_form_wrapper .wpcf7_default .wpcf7-submit:hover {
    border-color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_02 {
    background-color: #e9f0d0;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control {
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 0;
    color: #6a6a6a;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-form-control:focus {
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_02 label {
    font-size: 15px;
    color: #6a6a6a;
}
.dl_contact_form_wrapper.dl_cf7_form_02 .wpcf7-submit:hover {
    border-color: #111;
    background-color: #111;
    color: #fff;
}
.dl_contact_form_wrapper.dl_cf7_form_02 textarea.wpcf7-form-control {
    min-height: 200px;
    border-radius: 0;
}
.dl_contact_form_wrapper.dl_cf7_form_03 {
    background-color: #ffefd9;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control {
    border: 1px solid #fff;
    background-color: #fff;
    color: #6a6a6a;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit {
    background-color: #0e4de3;
    border: 1px solid #0e4de3;
    color: #fff;
    width: 100%;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-submit:hover {
    border-color: #111;
    background-color: #111;
}
.dl_contact_form_wrapper.dl_cf7_form_03 .wpcf7-form-control:focus {
    border: 1px solid rgb(17 17 17 / 39%);
    color: #111;
}
