/**
 * All of the CSS for your includes functionality should be
 * included in this file.
 */
.wpcf7-form a {
    color: #337ab7;
    text-decoration: none;
}
.wpcf7-form a:focus,
.wpcf7-form a:hover {
    color: #23527c;
    text-decoration: underline;
}
.wpcf7-form label,
.wpcf7-form textarea,
.wpcf7-form input.wpcf7-text {
    width: 100%;
}
.wpcf7-form .wpcf7-radio span.wpcf7-list-item {
    display: inline-block;
}
.phone:before {
    display: none;
}
.wpcf7-radio>.wpcf7-list-item>input[type=radio] {
    margin: 0 5px;
}
.wpcf7-form input[type=date].form-control {
    line-height: normal;
}
.wpcf7-form .wpcf7-not-valid-tip {
    font-weight: 700;
}
.wpcf7-form .pseudo-label {
    font-weight: 700;
}
.wpcf7-form .subsection-heading {
    font-weight: 700;
    text-transform: uppercase;
    opacity: 1.0;
}
.wpcf7-form .currency-addon {
    display: block;
    float: left;
    width: 5%;
    padding: 7px 4px 5px;
    text-align: center;
    background-color: #f7f7f7;
    border: 1px solid #e0e0e0;
    border-right: 0;
    border-radius: 4px 0 0 4px;
}
.wpcf7-form .form-control.currency-input {
    width: 95%;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}
.wpcf7-form .wpcf7-date-range {
    display: flex;
    margin-bottom: 10px;
    justify-content: center;
}
.wpcf7-form .wpcf7-date-range br {
    display: none;
}
.wpcf7-form .wpcf7-recaptcha {
    margin-bottom: 10px;
}
.wpcf7-form .label-span-2 {
    display: block;
    width: 150%;
}
.wpcf7-form .label-to {
    display: block;
    margin: 0 5px;
}
.wpcf7-form .wpcf7-date-range > label {
    flex: 1;
}
.wpcf7-form .wpcf7-date-range .wpcf7-date-range-to {
    display: flex;
    margin-top: 1.4em;
    line-height: 34px;
    flex: 1.2;
}
.wpcf7-form .wpcf7-date-range .requested-end-date {
    width: 100%;
}
.wpcf7-form .wpcf7-date-range .wpcf7-date-range-to .wpcf7-not-valid-tip {
    line-height: normal;
    text-align: left;
}

.wpcf7-form input.odometer {
    width: 35%;
    float: left;
}

.consent-conf {
    display: inline;
    width: 30px;
    height: 13px;
}
/*Hiding Captcha v3*/
.grecaptcha-badge{
    display: none !important;
}

@media screen and (max-width: 767px) {
    .wpcf7-form .currency-addon {
        width: 10%;
    }
    .wpcf7-form .form-control.currency-input {
        width: 90%;
    }
    .wpcf7-form .label-span-2 {
        width: auto;
    }
    .wpcf7-form .wpcf7-date-range {
        display: block;
        margin-bottom: 15px;
    }
    .wpcf7-form .wpcf7-date-range .wpcf7-date-range-to {
        display: block;
        margin: 0 auto;
        text-align: center;
    }
}
