.gform-theme form input[type="text"],
.gform-theme form input[type="week"],
.gform-theme form input[type="url"],
.gform-theme form input[type="time"],
.gform-theme form input[type="tel"],
.gform-theme form input[type="password"],
.gform-theme form input[type="search"],
.gform-theme form input[type="number"],
.gform-theme form input[type="email"],
.gform-theme form input[type="date"],
.gform-theme form select,
.gform-theme form textarea {
    border-bottom: 2px solid #ddd !important;
    padding-left: 0;
    transition: 0.6s !important;
    font-size: 100% !important;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    background: transparent !important;
    text-align: left;
}
.gform-field-label,
.gfield_validation_message {
    text-align: left !important;
}
.contact-form .form-wrapper form label {
    font-weight: 400 !important;
}
.gform_button.button,
.btn-calculate-new {
    background: #3a9cd6 !important;
    border-color: #3a9cd6 !important;
    color: #fff;
    padding: 19px 38px !important;
    border-width: 2px !important;
    border-style: solid !important;
    display: inline-block !important;
    line-height: 1.4em !important;
    text-transform: uppercase !important;
    letter-spacing: 4px !important;
    font-size: 0.9em !important;
    font-weight: 600 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}
.gform_button.button:hover,
.btn-calculate-new:hover {
    background: #6bb640 !important;
    border-color: #6bb640 !important;
    color: #fff;
}

#gform_12 .gform_button,
#gform_9 .gform_button {
    background: #6bb640 !important;
    border-color: #6bb640 !important;
    color: #fff;
}
.btn-calc-container {
    display: block;
    margin: 20px 0 30px;
}
._html-code p.md {
    margin-top: 0 !important;
}
.total-monthly-cost {
    margin-bottom: -35px !important;
}
.gform-theme form .gfield-choice-input {
    position: relative !important;
    cursor: pointer !important;
}
.gform-theme form .gfield-choice-input::before {
    content: "" !important;
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    width: 22px !important;
    height: 22px !important;
    background-color: #d5d5d5 !important;
    border-radius: 50% !important;
}
.gform-theme form .gfield-choice-input:checked::before {
    background-color: #6bb640 !important;
}
.gform-theme form .gfield-choice-input:checked::after {
    content: "\f00c" !important;
    position: absolute !important;
    top: -1px !important;
    left: 2px !important;
    font-family: "Font Awesome" !important;
    color: #fff !important;
    opacity: 1 !important;
}
.gform-theme--framework img {
    width: auto;
}
.gform-theme--foundation .gform_footer {
    margin-top: 30px !important;
}
#gform_4 .gform_footer,
#gform_5 .gform_footer,
#gform_7 .gform_footer,
#gform_8 .gform_footer,
#gform_10 .gform_footer,
#gform_11 .gform_footer {
    justify-content: center;
}

#gform_12 .gform-field-label,
#gform_12 input,
#gform_12 input::placeholder,
#gform_11 input,
#gform_11 input::placeholder,
#gform_11 textarea::placeholder,
#gform_11 textarea,
#gform_9 input,
#gform_9 input::placeholder,
#gform_6 label,
#gform_6 input,
#gform_6 textarea,
#gform_6 select,
#gform_6 input::placeholder,
#gform_6 textarea::placeholder,
#gform_6 select::placeholder {
    color: #fff;
}



.footer-contact .gform-theme form .gform_button.button {
    color: #3a9cd6 !important;
    background-color: #fff !important;
    border-color: #fff !important;
}
.footer-contact .gform-theme form .gform_button.button:hover {
    color: #fff !important;
    background-color: #3a9cd6 !important;
    border-color: #fff !important;
}
.footer-contact .gform-theme form input,
.footer-contact .gform-theme form textarea,
.footer-contact .gform-theme form select,
.footer-contact .gform-theme form label,
.footer-contact .gform-theme form .gfield_label,
.footer-contact .gform-theme form input::placeholder,
.footer-contact .gform-theme form textarea::placeholder {
    color: #fff !important;
}
.footer-contact .gform-theme form input:focus,
.footer-contact .gform-theme form textarea:focus {
    border-color: #265973 !important;
}
.footer-contact .gform-theme form .gform-footer {
    justify-content: center;
}
.gform-theme form .gfield_required {
    display: none;
}
.gform_validation_errors {
    display: none !important;
}

@media (max-width: 767px) {
    .gfield--type-choice .gfield_radio {
        justify-content: left;
    }
    .footer-contact .gform-theme form .gfield--type-choice .gfield_radio {
        justify-content: center;
    }
}