.ufb-form-wrapper a:hover {
}

.ufb-form-wrapper a.focus {
}

.ufb-preview-title {
    padding: 20px 0px;
    width: 200px;
    height: 70px;
    font-weight: bold;
    box-shadow: 0px 0px 2px #222;
    background-color: white;
}

.ufb-form-preview-wrap {
    background: white;
    margin: 50px auto;
    padding: 40px;
    width: 60%;
}

.ufb-preview-title-wrap {
    height: 80px;
    text-align: center;
}

.ufb-preview-note {
    text-align: center;
    margin-top: 38px;
}

.ufb-form-preview-wrap .ufb-form-wrapper {
    margin: 20px auto;
}

.ufb-form-loader {
    background-position: center;
    margin: 0px auto;
    width: 32px;
    height: 32px;
    text-align: center;
    display: block;
    background-image: url("../images/ajax-loader.gif");
    background-repeat: no-repeat;
}

.ufb-default-template .ufb-error-message {
    padding: 10px;
    border: 2px solid rgba(255, 0, 0, 0.89);
    border-image: none;
    color: rgba(255, 0, 0, 0.89);
    clear: both;
    margin-top: 20px;
    display: block;
}

.ufb-default-template .ufb-error {
    text-align: right;
    color: rgba(255, 0, 0, 0.89);
    margin-top: 10px;
}

.ufb-form-wrapper.ufb-default-template {
    padding: 20px;
    overflow: hidden;
    margin-top: 20px;
    box-shadow: 0px 0px 2px;
}

.ufb-default-template .ufb-form-field-wrap {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.ufb-default-template .ufb-form-field > label {
    margin-bottom: 5px;
    margin-left: 15px;
    vertical-align: top;
    display: block;
}

    .ufb-default-template .ufb-form-field > label > input[type='checkbox'] {
        margin-right: 5px;
    }

.ufb-form-field > label > input[type='radio'] {
    margin-right: 5px;
}

.ufb-default-template .ufb-form-field-wrap > label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block;
}

.ufb-default-template .ufb-form-title {
    padding: 10px 0px;
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 40px;
}

.ufb-default-template .ufb-front-form input[type='text'] {
    width: 100%;
}

.ufb-front-form input[type='email'] {
    width: 100%;
}

.ufb-front-form input[type='password'] {
    width: 100%;
}

.ufb-default-template .ufb-form-message.ufb-success-message {
    padding: 10px;
    border: 2px solid currentColor;
    border-image: none;
    color: rgb(79, 168, 242);
    clear: both;
}

.ufb-default-template input.ufb-math-captcha-ans {
    width: 23% !important;
}

.ufb-default-template .ufb-sub-field-wrap {
    margin-left: 10px;
}

    .ufb-default-template .ufb-sub-field-wrap label {
        margin-left: 10px;
    }

.ufb-default-template .ufb-form-field .ufb-form-reset {
    padding: 13px 25px;
    border-radius: 0px;
}

.ufb-template-1 .ufb-form-reset:focus {
    color: rgb(67, 74, 84) !important;
    background-color: transparent !important;
}

.ufb-template-2 .ufb-form-reset:focus {
    color: rgb(67, 74, 84) !important;
    background-color: transparent !important;
}

.ufb-template-3 .ufb-form-reset:focus {
    color: rgb(67, 74, 84) !important;
    background-color: transparent !important;
}

.ufb-template-4 .ufb-form-reset:focus {
    color: rgb(67, 74, 84) !important;
    background-color: transparent !important;
}

.ufb-default-template input.ufb-agreement-checkbox {
    display: block !important;
}

.ufb-template-1 .ufb-form-submit:focus {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(116, 186, 245) !important;
}

.ufb-template-2 .ufb-form-submit:focus {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(116, 186, 245) !important;
}

.ufb-template-3 .ufb-form-submit:focus {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(116, 186, 245) !important;
}

.ufb-template-4 .ufb-form-submit:focus {
    color: rgb(255, 255, 255) !important;
    background-color: rgb(116, 186, 245) !important;
}

.ufb-template-1 .ufb-number-field:focus {
}

.ufb-template-2 .ufb-number-field:focus {
}

.ufb-template-3 .ufb-number-field:focus {
}

.ufb-template-4 .ufb-number-field:focus {
}

.ufb-template-5 .ufb-number-field:focus {
}

.ufb-default-template .ufb-column-1 .ufb-form-field textarea {
    width: 100%;
}

.ufb-default-template .ufb-column-1 .ufb-form-field {
    clear: both;
    margin-bottom: 10px;
}

.ufb-default-template .ufb-form-field-wrap.ufb-captcha-wrap .ufb-captcha-num-wrap {
    margin-top: 5px;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 49%;
    margin-left: 1%;
    float: left;
}

.ufb-default-template .ufb-column-1 .ufb-form-field :last-child.ufb-datepicker-daterange-wrap {
    padding-left: 10px;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap span.ufb-datepicker-daterange-label {
    margin-right: 10px;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap input {
    margin-right: 10px;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-date-wrap {
    width: auto;
    margin-right: 10px;
    float: left;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-time-wrap {
    width: auto;
    margin-right: 10px;
    float: left;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-form-from-wrap {
    width: auto;
    margin-right: 10px;
    float: left;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-date-from-wrap {
    width: auto;
    margin-right: 10px;
    float: left;
}

    .ufb-default-template .ufb-column-1 .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
        width: auto;
        margin-right: 10px;
        float: left;
    }

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: auto;
    margin-right: 10px;
    float: left;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-ui-slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    width: 95%;
    display: inline-block;
}

.ufb-default-template .ufb-column-1 .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-default-template .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-default-template .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-default-template .ufb-form-field input[type='checkbox'] {
    margin-top: 6px;
    margin-right: 7px;
}

.ufb-default-template .ufb-column-1 .ufb-form-field-wrap .ufb-form-field > input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
    float: left;
    display: inline-block !important;
}

.ufb-default-template .ufb-column-1 .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    display: inline-block;
}

.ufb-default-template .ufb-column-1 .ufb-sub-field-wrap > input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
    float: left;
    display: inline-block !important;
}

.ufb-default-template .ufb-column-1 .ufb-relative {
    margin-left: 5px;
}

    .ufb-default-template .ufb-column-1 .ufb-relative .ufb-info-icon-notes {
        line-height: 19px;
    }

.ufb-default-template .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-default-template .ufb-front-form .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
    background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(204, 204, 204) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-default-template .ufb-form-field .ufb-ui-slider.ui-slider.ui-slider-horizontal.ui-widget.ui-widget-content.ui-corner-all {
    margin-left: 10px;
}

.ufb-form-field-wrap {
    padding: 0px 15px;
}

.ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
    margin-left: 10px;
}

.ufb-captcha-num-wrap {
    padding-right: 2px;
    margin-top: 12px;
    float: left;
}

.ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    width: auto !important;
    float: left;
}

.ufb-front-form .ufb-each-step-heading {
    line-height: 26px;
}

.ufb-front-form .ufb-form-field-wrap label.ufb-control-label {
    height: auto;
    min-height: 1px;
}

label.ufb-agreement-checkbox-wrap-label {
    width: 100% !important;
}

.ui-datepicker {
    display: none;
}

fieldset {
    margin: 0px;
    padding: 0px;
}

label {
    margin: 0px;
    padding: 0px;
}

body {
    margin: 20px;
}

h1 {
    margin: 10px;
    font-size: 1.5em;
}

.rating {
    margin: 0px !important;
    padding: 0px !important;
    border: currentColor;
    border-image: none;
    float: left;
}

    .rating > input {
        display: none;
    }

    .rating > label::before {
        margin: 5px;
        font-family: FontAwesome;
        font-size: 1.25em;
        display: inline-block;
        content: "\f005";
    }

    .rating > .half::before {
        position: absolute;
        content: "\f089";
    }

    .rating > label {
        color: rgb(221, 221, 221);
        float: right;
    }

    .rating > input:checked ~ label {
        color: rgb(255, 215, 0);
    }

:not(:checked).rating > label:hover {
    color: rgb(255, 215, 0);
}

    :not(:checked).rating > label:hover ~ label {
        color: rgb(255, 215, 0);
    }

.rating > input:checked + label:hover {
    color: rgb(255, 237, 133);
}

.rating > input:checked ~ label:hover {
    color: rgb(255, 237, 133);
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(255, 237, 133);
}

.rating > input:checked ~ label:hover ~ label {
    color: rgb(255, 237, 133);
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(255, 215, 0) !important;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(255, 215, 0) !important;
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(255, 215, 0) !important;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(255, 215, 0) !important;
}

.ufb-default-template .ui-datepicker .ui-widget-header {
    background: rgb(255, 215, 0) !important;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(255, 215, 0) !important;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(255, 215, 0) !important;
}

    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(255, 215, 0) !important;
    }

span.ufb-thumb i {
    margin: 10px;
    width: 30px;
    height: 30px;
    font-size: 30px;
    display: inline-block;
    cursor: pointer;
}

.ufb-active-thumb > i {
    color: rgb(76, 76, 177);
}

.ufb-pro-prev-holder {
    padding: 5px;
    margin-right: 20px;
    display: inline-block;
    position: relative;
    max-width: 200px;
    box-sizing: content-box;
}

span.ufb-pro-preview-remove {
    background: none;
    padding: 1px !important;
    border-radius: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    top: 15px !important;
    width: 20px;
    height: 20px;
    text-align: center;
    right: -14px !important;
    color: rgb(0, 0, 0);
    line-height: 16px !important;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    cursor: pointer;
}

.ufb-pro-prev-holder > img {
    border-radius: 4px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    max-width: 200px;
}

span.ufb-prev-name {
    line-height: 25px;
    font-family: arial;
    font-size: 14px;
    display: block;
}

.ufb-step-actions-wrap {
    clear: both;
}

.ufb-template-1 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-form-field-wrap.ufb-captcha-wrap {
    display: block;
}

.ufb-datepicker-wrap input.ufb-form-datepicker {
    width: 50% !important;
}

.ui-state-default:hover {
}

.ui-state-default:focus {
}

.ufb-default-template .ufb-form-field-wrap.ufb-agreement-block-wrap .ufb-agreement-text {
    line-height: 22px;
    overflow: auto;
    padding-top: 0px !important;
    display: block;
    min-height: 60px;
}

.ufb-form-field-wrap.ufb-agreement-block-wrap .ufb-agreement-text {
    line-height: 22px;
    overflow: auto;
    padding-top: 18px !important;
    display: block;
    min-height: 60px;
}

.ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
    margin-bottom: 5px;
}

.ufb-front-form .ufb-each-step-wrap .ufb-step-actions-wrap .ufb-next-step {
    float: right;
}

.ufb-front-form .ufb-each-step-wrap .ufb-step-actions-wrap .ufb-back-step {
    float: left;
}

.ufb-front-form .ufb-each-step-wrap .ufb-step-actions-wrap .ufb-final-step {
    float: right;
}

.ufb-front-form a {
    border-bottom-color: currentColor !important;
    border-bottom-width: medium !important;
    border-bottom-style: none !important;
}

.ufb-front-form a {
    box-shadow: none !important;
}

.ufb-front-form .ufb-form-field-wrap .ufb-error {
    text-align: right;
    clear: both;
    display: block;
}

.clearfix::before {
    display: table;
    content: "";
}

.clearfix::after {
    display: table;
    content: "";
}

.clearfix::after {
    clear: both;
}

.ufb-column-1 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-2 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-3 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-4 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-5 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-6 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-7 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-8 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-9 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-10 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-11 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-column-12 {
    padding-right: 15px;
    padding-left: 15px;
    float: left;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.ufb-front-form .ufb-ui-slider-wrap .ufb-form-field {
    text-align: center;
}

.ui-datepicker th {
    font-size: 10px !important;
}

table th td {
    border: currentColor;
    border-image: none;
}

.ufb-column-1 {
    width: 100%;
}

.ufb-column-2 {
    width: 50%;
}

.ufb-column-3 {
    width: 33.33%;
}

.ufb-column-4 {
    width: 25%;
}

.ufb-column-5 {
    width: 20%;
}

.ufb-column-6 {
    width: 16.66%;
}

.ufb-column-7 {
    width: 14.28%;
}

.ufb-column-8 {
    width: 12.5%;
}

.ufb-column-9 {
    width: 11.11%;
}

.ufb-column-10 {
    width: 10%;
}

.ufb-column-11 {
    width: 9.09%;
}

.ufb-column-12 {
    width: 8.33%;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(70, 68, 68);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    position: relative;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-style: italic;
    position: absolute;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(116, 186, 245);
    padding: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    line-height: 14px;
    font-size: 12px;
    font-weight: bold;
    margin-left: 4px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 0px 2px 10px;
    border-radius: 5px;
    left: 25px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-style: italic;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-form-wrapper.ufb-template-1 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.4);
}

.ufb-template-1 .ufb-form-title {
    color: rgb(57, 121, 169);
    font-size: 22px;
    margin-bottom: 40px;
}

.ufb-template-1 .ufb-form-field-wrap {
    margin-bottom: 50px;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(116, 186, 245);
    color: rgb(255, 255, 255);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .qq-upload-spinner {
    background: rgb(116, 186, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(116, 186, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 100%;
    display: inline-block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap label {
    width: 135px;
    color: rgb(0, 0, 0);
    font-size: 16px;
    vertical-align: top;
    display: inline-block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    border-radius: 4px;
    background-color: transparent;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    border-radius: 4px;
    background-color: transparent;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    border-radius: 4px;
    background-color: transparent;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    border-radius: 4px;
    background-color: transparent;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='reset'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    border-radius: 4px;
    background-color: transparent;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap input[type='checkbox'] {
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap input[type='radio'] button {
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap select {
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap textarea {
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-checkbox {
    margin-right: 5px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-math-captcha-wrap {
    margin-left: 10px;
}

.ufb-template-1 .ufb-form-textfield:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-1 #your-hobbies > label {
    vertical-align: top !important;
}

.ufb-template-1 .your-hobbies .ufb-form-field > label {
    margin-bottom: 10px;
    display: block;
}

.ufb-template-1 select.ufb-required {
    background: none;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.ufb-template-1 .ufb-form-field select {
    background: none;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.ufb-template-1 .ufb-form-field .ufb-number-field {
    background: none;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.ufb-template-1 .ufb-email-field {
    padding: 8px;
    font-size: 14px;
    box-shadow: none;
}

.ufb-template-1 .ufb-form-field-wrap > label {
    margin-top: 7px;
}

.ufb-template-1 .ufb-math-captcha-wrap {
    display: inline-block;
}

.ufb-template-1 .ufb-form-submit {
    border-radius: 4px;
    text-transform: none;
    font-size: 15px;
    background-color: rgb(116, 186, 245);
}

    .ufb-template-1 .ufb-form-submit:hover {
        background-color: rgb(82, 162, 229);
    }

.ufb-template-1 .ufb-form-reset {
    padding: 11px 20px !important;
    border: 1px solid rgb(170, 178, 189) !important;
    border-image: none !important;
    color: rgb(67, 74, 84);
    text-transform: none;
    font-size: 15px;
    background-color: transparent;
}

    .ufb-template-1 .ufb-form-reset:hover {
        color: rgb(255, 255, 255);
        background-color: rgb(82, 162, 229);
    }

.ufb-template-1 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-1 .ufb-math-captcha-ans {
    border-radius: 4px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 176px;
    height: 35px;
    font-size: 15px;
    margin-top: 3px;
}

.ufb-template-1 input.ufb-form-radio {
    display: none;
}

.ufb-template-1 input[type=radio] + label {
    background: url("../images/uncheck-radio.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-1 input[type=radio]:checked + label {
    background: url("../images/checked-radio.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-1 .ufb-form-checkbox {
    display: none;
}

.ufb-template-1 input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-1 input[type=checkbox] + label {
    background: url("../images/check-box.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-1 input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-1 input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-1 .ufb-form-field .ufb-email-field {
    background: url("../images/mail.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-1 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-1 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border-radius: 4px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    clear: both;
    font-size: 15px;
    display: block;
}

.ufb-template-1 .sbSelector {
}

    .ufb-template-1 .sbSelector:link {
        color: rgb(67, 74, 84) !important;
    }

.sbSelector:visited {
    color: rgb(67, 74, 84) !important;
}

.sbSelector:hover {
    color: rgb(67, 74, 84) !important;
}

.ufb-form-wrapper a {
    border: currentColor !important;
    border-image: none !important;
}

.ufb-template-1 .ufb-form-field .sbHolder {
    border-radius: 4px;
    border: 1px solid rgb(170, 178, 189) !important;
    border-image: none !important;
    width: 50% !important;
    height: 35px;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
}

.ufb-template-1 .sbOptions {
    border-radius: 0px 0px 4px 4px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    top: 39px !important;
    width: 101% !important;
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
}

    .ufb-template-1 .sbOptions a:link {
        color: rgb(153, 153, 153) !important;
    }

    .ufb-template-1 .sbOptions a:visited {
        color: rgb(153, 153, 153) !important;
    }

    .ufb-template-1 .sbOptions a:hover {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

    .ufb-template-1 .sbOptions a:focus {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

    .ufb-template-1 .sbOptions a.sbFocus {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

.ufb-template-1 .sbOptions {
    max-height: inherit !important;
}

    .ufb-template-1 .sbOptions li {
        padding: 0px !important;
        border-bottom-color: rgb(170, 178, 189);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .ufb-template-1 .sbOptions li:last-child {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

.ufb-template-1 .sbToggle {
    background-position: right 15px center;
    background-image: url("../images/option-angle.png") !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: transparent !important;
}

    .ufb-template-1.sbToggle:hover {
        background-position: right 15px center;
        background-image: url("../images/option-angle.png") !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-size: auto auto !important;
        background-origin: padding-box !important;
        background-clip: border-box !important;
        background-color: transparent !important;
    }

    .ufb-template-1 .sbToggle:focus {
        background-position: right 15px center;
        background-image: url("../images/option-angle.png") !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-size: auto auto !important;
        background-origin: padding-box !important;
        background-clip: border-box !important;
        background-color: transparent !important;
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-sub-field-wrap label {
    width: auto;
    clear: both;
    margin-right: 5px;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
    padding: 12px;
    border-radius: 3px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
    padding: 12px;
    border-radius: 3px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
    padding: 12px;
    border-radius: 3px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
    padding: 12px;
    border-radius: 3px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
    padding: 12px;
    border-radius: 3px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbHolder {
    height: 42px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbSelector {
    height: 42px;
    line-height: 42px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
    height: 42px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 50%;
    float: left;
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
        width: 80%;
        float: right;
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
    width: auto;
    padding-right: 5px;
    float: left;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
    background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
    width: 20%;
    text-align: center;
    line-height: 42px;
    font-size: 13px;
    float: left;
    display: inline-block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap select {
    padding: 6px 0px;
    width: auto;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap {
    width: auto;
    padding-left: 5px;
    float: left;
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap select {
        padding: 6px 0px;
        width: auto;
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button {
    background: rgb(116, 186, 245);
    padding: 10px 25px;
    cursor: pointer;
    text-shadow: none;
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:hover {
        background: rgb(78, 167, 242);
        transition: 0.3s;
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:active {
        background: rgb(16, 125, 218);
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    padding: 12px;
    border-radius: 2px;
    height: auto;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit {
    background: rgb(116, 186, 245);
    padding: 11px 24px;
    border: 1px solid rgb(116, 186, 245);
    border-image: none;
    color: rgb(255, 255, 255);
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:hover {
        background: rgb(78, 167, 242);
        transition: 0.3s;
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:active {
        background: rgb(16, 125, 218);
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset {
    background: rgb(255, 255, 255);
    color: rgb(85, 85, 85);
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-thumb-value {
    display: none;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-active-thumb > i {
    color: rgb(116, 186, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i {
    color: rgb(85, 85, 85);
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i:hover {
        color: rgb(116, 186, 245);
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default {
    background: url("../images/range-bg.png") no-repeat;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    top: -3px;
    width: 22px;
    height: 13px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
    background: rgb(116, 186, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
    height: 10px;
    margin-top: 16px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
    background: rgb(116, 186, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(204, 204, 204) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(88, 173, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(88, 173, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border: currentColor;
    border-image: none;
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
        background: none;
        padding: 1px !important;
        border-radius: 100%;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        right: -14px;
        color: rgb(0, 0, 0);
        line-height: 18px;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

.ufb-template-1 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(70, 68, 68);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    position: relative;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-style: italic;
    position: absolute;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(116, 186, 245);
    padding: 2px;
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    line-height: 14px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 0px 2px 10px;
    border-radius: 5px;
    left: 22px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-style: italic;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 75%;
    float: left;
    display: inline-block;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .rating {
    left: -22px;
    margin-top: 0px;
    float: left;
    display: inline-block;
    position: relative;
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .rating label.full {
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .rating input[type='radio'] + label {
        background: none;
        padding: 3px 0px 0px 3px;
    }

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .rating label {
        float: right !important;
    }

        .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .rating label::before {
            margin-top: 0px;
        }

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(116, 186, 245) !important;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(116, 186, 245) !important;
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(116, 186, 245) !important;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(116, 186, 245) !important;
}

.ufb-template-1 .ui-datepicker .ui-widget-header {
    background: rgb(116, 186, 245) !important;
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(116, 186, 245);
}

    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(116, 186, 245);
    }

.ufb-default-template .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-default-template .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-default-template .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(16, 125, 218);
        }

.ufb-default-template .ufb-front-form .ufb-steps-heading-wrap {
    margin-bottom: 40px;
}

    .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step.ufb-first-step::before {
            content: none;
        }

        .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
            background: rgb(116, 186, 245);
            padding: 5px 15px;
            border: 2px solid rgb(116, 186, 245);
            border-image: none;
            color: rgb(255, 255, 255);
            position: relative;
        }

            .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(116, 186, 245);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                content: "";
            }

        .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
            background: rgb(164, 209, 246);
            padding: 5px 15px;
            border: 2px solid rgb(164, 209, 246);
            border-image: none;
            color: rgb(252, 252, 252);
            display: inline-block;
            position: relative;
        }

            .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(164, 209, 246);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

.ufb-template-1 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-1 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-1 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(16, 125, 218);
        }

.ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap {
    margin-bottom: 40px;
}

    .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step.ufb-first-step::before {
            content: none;
        }

        .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
            background: rgb(116, 186, 245);
            padding: 5px 15px;
            border: 2px solid rgb(116, 186, 245);
            border-image: none;
            color: rgb(255, 255, 255);
            position: relative;
        }

            .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(116, 186, 245);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                content: "";
            }

        .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
            background: rgb(164, 209, 246);
            padding: 5px 15px;
            border: 2px solid rgb(164, 209, 246);
            border-image: none;
            color: rgb(252, 252, 252);
            display: inline-block;
            position: relative;
        }

            .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(164, 209, 246);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(116, 186, 245);
    color: rgb(255, 255, 255);
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(116, 186, 245);
}

.qq-upload-list li {
    background: rgb(20, 103, 130);
}

.ufb-form-wrapper.ufb-template-2 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.4);
}

.ufb-template-2 .ufb-form-title {
    color: rgb(57, 121, 169);
    font-size: 22px;
    margin-bottom: 40px;
}

.ufb-template-2 .ufb-form-field-wrap {
    margin-bottom: 50px;
    display: block;
}

    .ufb-template-2 .ufb-form-field-wrap > label {
        width: 135px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        margin-top: 7px;
        vertical-align: top;
        display: inline-block;
    }

.ufb-template-2 .ufb-form-field {
    width: 100%;
    display: inline-block;
}

.ufb-template-2 input[type='text'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    background-color: transparent;
}

.ufb-template-2 input[type='email'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    background-color: transparent;
}

.ufb-template-2 input[type='url'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    background-color: transparent;
}

.ufb-template-2 input[type='password'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    background-color: transparent;
}

.ufb-template-2 input[type='search'] {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    background-color: transparent;
}

.ufb-template-2 textarea {
    border-color: rgb(170, 178, 189);
    padding: 4px 8px;
    background-color: transparent;
}

.ufb-template-2 input[type='checkbox'] {
}

input[type='radio'] button {
}

select {
}

textarea {
}

.ufb-template-2 .ufb-form-checkbox {
    margin-right: 5px;
}

.ufb-template-2 .ufb-form-textfield:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-2 #your-hobbies > label {
    vertical-align: top !important;
}

.ufb-template-2 .your-hobbies .ufb-form-field > label {
    margin-bottom: 10px;
    display: block;
}

.ufb-template-2 select.ufb-required {
    background: none;
    padding: 5px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.ufb-template-2 .ufb-form-field select {
    background: none;
    padding: 5px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.ufb-template-2 .ufb-form-field .ufb-number-field {
    background: none;
    padding: 5px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
}

.ufb-template-2 .ufb-email-field {
    padding: 8px;
    font-size: 14px;
    box-shadow: none;
}

.ufb-template-2 #asdfasdf > label {
    margin-top: 7px;
}

.ufb-template-2 .ufb-form-submit {
    background: rgb(116, 186, 245);
    text-transform: none;
    font-size: 15px;
    margin-left: 135px;
}

    .ufb-template-2 .ufb-form-submit:hover {
        background: rgb(78, 167, 242);
        transition: 0.3s;
    }

    .ufb-template-2 .ufb-form-submit:active {
        background: rgb(16, 125, 218);
    }

.ufb-template-2 .ufb-form-reset {
    background: rgb(255, 255, 255);
    padding: 11px 20px !important;
    border-radius: 0px !important;
    border: 1px solid rgb(170, 178, 189) !important;
    border-image: none !important;
    color: rgb(67, 74, 84);
    text-transform: none;
    font-size: 15px;
}

    .ufb-template-2 .ufb-form-reset:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-2 .ufb-form-reset:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-2 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-2 .ufb-math-captcha-ans {
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 176px;
    height: 35px;
    font-size: 15px;
    margin-top: 3px;
}

.ufb-template-2 input.ufb-form-radio {
    display: none;
}

.ufb-template-2 input[type=radio] + label {
    background: url("../images/uncheck-radio.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-2 input[type=radio]:checked + label {
    background: url("../images/checked-radio.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-2 .ufb-form-checkbox {
    display: none;
}

.ufb-template-2 input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-2 input[type=checkbox] + label {
    background: url("../images/check-box.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-2 input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-2 input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-2 .ufb-email-field {
    background: url("../images/mail.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-2 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-2 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-2 .sbSelector {
}

    .ufb-template-2 .sbSelector:link {
        color: rgb(67, 74, 84) !important;
    }

.sbSelector:visited {
    color: rgb(67, 74, 84) !important;
}

.sbSelector:hover {
    color: rgb(67, 74, 84) !important;
}

.ufb-form-wrapper a {
    border: currentColor !important;
    border-image: none !important;
}

.ufb-form-wrapper a {
    border-bottom-color: currentColor !important;
    border-bottom-width: medium !important;
    border-bottom-style: none !important;
}

.ufb-template-2 .ufb-form-field .sbHolder {
    border: 1px solid rgb(170, 178, 189) !important;
    border-image: none !important;
    width: 50% !important;
    height: 35px;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
}

.ufb-template-2 .sbOptions {
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 101% !important;
    color: rgb(0, 0, 0) !important;
    background-color: rgb(255, 255, 255) !important;
}

    .ufb-template-2 .sbOptions a:link {
        color: rgb(153, 153, 153) !important;
    }

    .ufb-template-2 .sbOptions a:visited {
        color: rgb(153, 153, 153) !important;
    }

    .ufb-template-2 .sbOptions a:hover {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

    .ufb-template-2 .sbOptions a:focus {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

    .ufb-template-2 .sbOptions a.sbFocus {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

.ufb-template-2 .sbOptions {
    max-height: inherit !important;
}

    .ufb-template-2 .sbOptions li {
        padding: 0px !important;
        border-bottom-color: rgb(170, 178, 189);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

        .ufb-template-2 .sbOptions li:last-child {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

.ufb-template-2 .sbToggle {
    background-position: right 15px center;
    background-image: url("../images/option-angle.png") !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: transparent !important;
}

    .ufb-template-2.sbToggle:hover {
        background-position: right 15px center;
        background-image: url("../images/option-angle.png") !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-size: auto auto !important;
        background-origin: padding-box !important;
        background-clip: border-box !important;
        background-color: transparent !important;
    }

    .ufb-template-2 .sbToggle:focus {
        background-position: right 15px center;
        background-image: url("../images/option-angle.png") !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-size: auto auto !important;
        background-origin: padding-box !important;
        background-clip: border-box !important;
        background-color: transparent !important;
    }

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(70, 68, 68);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    position: relative;
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-style: italic;
    position: absolute;
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(116, 186, 245);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 0px 2px 10px;
    border-radius: 5px;
    left: 22px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-style: italic;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
    -ms-text-overflow: ellipsis;
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 75%;
    float: left;
    display: inline-block;
}

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-sub-field-wrap label {
        width: auto;
        clear: both;
        margin-right: 5px;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbHolder {
        height: 42px;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbSelector {
        height: 42px;
        line-height: 42px;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
        height: 42px;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
        width: 50%;
        float: left;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
            width: 80%;
            float: right;
        }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
            background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
        }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
            width: 20%;
            text-align: center;
            line-height: 42px;
            font-size: 13px;
            float: left;
            display: inline-block;
        }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
        width: auto;
        padding-right: 5px;
        float: left;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap select {
            padding: 6px 0px;
            width: auto;
        }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap {
        width: auto;
        margin-left: 5px;
        float: left;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap select {
            padding: 6px 0px;
            width: auto;
        }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 50%;
        float: left;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 50%;
        float: left;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
        width: 85%;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
        width: 85%;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
        width: 15%;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        float: left;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
        width: 15%;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        float: left;
        display: block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button {
        background: rgb(116, 186, 245);
        padding: 10px 25px;
        border-radius: 0px;
        cursor: pointer;
        text-shadow: none;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
        width: auto !important;
        float: left;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
        width: auto !important;
        float: left;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
        margin-top: 7px;
        margin-right: 5px;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
        padding: 12px;
        border-radius: 0px;
        height: auto;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit {
        background: rgb(116, 186, 245);
        padding: 11px 24px;
        border-radius: 0px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset {
        background: rgb(255, 255, 255);
        color: rgb(85, 85, 85);
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:hover {
            background: rgb(235, 235, 235);
            transition: 0.3s;
        }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:active {
            background: rgb(191, 191, 191);
        }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-thumb-value {
        display: none;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-active-thumb > i {
        color: rgb(116, 186, 245);
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i {
        color: rgb(85, 85, 85);
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i:hover {
            color: rgb(116, 186, 245);
        }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default {
        background: url("../images/range-bg.png") no-repeat;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        top: -3px;
        width: 22px;
        height: 13px;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-slider-value {
        margin: 5px;
        padding: 2px;
        border-radius: 3px;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        width: auto;
        height: 25px;
        text-align: center;
        line-height: 20px;
        display: inline-block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
        background: rgb(116, 186, 245);
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
        height: 10px;
        margin-top: 16px;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
        background: rgb(116, 186, 245);
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover {
        background: rgb(88, 173, 245);
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:focus {
        background: rgb(88, 173, 245);
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
        color: rgb(255, 255, 255);
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
        border: currentColor;
        border-image: none;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
            background: none;
            padding: 1px !important;
            border-radius: 100%;
            border: 1px solid rgb(204, 204, 204);
            border-image: none;
            top: 10px;
            width: 20px;
            height: 20px;
            text-align: center;
            right: -14px;
            color: rgb(0, 0, 0);
            line-height: 18px;
            font-weight: bold;
            position: absolute;
            cursor: pointer;
        }

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .rating {
    left: -22px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .rating label.full {
        display: inline-block;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .rating input[type='radio'] + label {
        background: none;
        padding: 3px 0px 0px 3px;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .rating label {
        float: right;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .rating label::before {
            margin-top: 0px;
        }

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(116, 186, 245);
}

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(116, 186, 245);
    }

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(116, 186, 245);
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(116, 186, 245);
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(204, 204, 204) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(204, 204, 204);
        border-bottom-color: rgb(204, 204, 204);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-2 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-2 .ufb-front-form .ufb-captcha-wrap .ufb-math-captcha-wrap {
    width: 50%;
    margin-left: 10px;
}

.ufb-template-2 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-2 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-2 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(16, 125, 218);
        }

.ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap {
    margin-bottom: 40px;
}

    .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step.ufb-first-step::before {
            content: none;
        }

        .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
            background: rgb(116, 186, 245);
            padding: 5px 15px;
            border: 2px solid rgb(116, 186, 245);
            border-image: none;
            color: rgb(255, 255, 255);
            position: relative;
        }

            .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(116, 186, 245);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                content: "";
            }

        .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
            background: rgb(164, 209, 246);
            padding: 5px 15px;
            border: 2px solid rgb(164, 209, 246);
            border-image: none;
            color: rgb(252, 252, 252);
            display: inline-block;
            position: relative;
        }

            .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(164, 209, 246);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(116, 186, 245);
    color: rgb(255, 255, 255);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(116, 186, 245);
}

.ufb-form-wrapper.ufb-template-3 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.4);
}

.ufb-template-3 .ufb-form-title {
    color: rgb(57, 121, 169);
    font-size: 22px;
    margin-bottom: 40px;
}

.ufb-template-3 .ufb-form-field-wrap {
    margin-bottom: 50px;
    display: block;
}

    .ufb-template-3 .ufb-form-field-wrap > label {
        width: 135px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        margin-top: 7px;
        vertical-align: top;
        display: inline-block;
    }

.ufb-template-3 .ufb-form-field {
    width: 100%;
    display: inline-block;
}

    .ufb-template-3 .ufb-form-field input[type='text'] {
        padding: 12px;
        border: 3px solid rgb(116, 186, 245);
        border-image: none;
        font-size: 14px;
        background-color: transparent;
    }

    .ufb-template-3 .ufb-form-field input[type='email'] {
        padding: 12px;
        border: 3px solid rgb(116, 186, 245);
        border-image: none;
        font-size: 14px;
        background-color: transparent;
    }

    .ufb-template-3 .ufb-form-field input[type='password'] {
        padding: 12px;
        border: 3px solid rgb(116, 186, 245);
        border-image: none;
        font-size: 14px;
        background-color: transparent;
    }

    .ufb-template-3 .ufb-form-field textarea {
        padding: 12px;
        border: 3px solid rgb(116, 186, 245);
        border-image: none;
        font-size: 14px;
        background-color: transparent;
    }

    .ufb-template-3 .ufb-form-field input[type='reset'] {
        padding: 12px;
        border: 3px solid rgb(116, 186, 245);
        border-image: none;
        font-size: 14px;
        background-color: transparent;
    }

    .ufb-template-3 .ufb-form-field .ufb-form-reset:hover {
        background: rgb(82, 162, 229);
        border-color: rgb(82, 162, 229);
    }

.ufb-template-3 input[type='checkbox'] {
}

input[type='radio'] button {
}

select {
}

textarea {
}

.ufb-template-3 .ufb-form-checkbox {
    margin-right: 5px;
}

.ufb-template-3 .ufb-required:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-3 #your-hobbies > label {
    vertical-align: top !important;
}

.ufb-template-3 .your-hobbies .ufb-form-field > label {
    margin-bottom: 10px;
    display: block;
}

.ufb-template-3 select.ufb-required {
    background: none;
    padding: 5px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 50%;
    font-size: 12px;
    cursor: pointer;
}

.ufb-template-3 .ufb-form-field select {
    background: none;
    padding: 5px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 50%;
    font-size: 12px;
    cursor: pointer;
}

.ufb-template-3 .ufb-form-field .ufb-number-field {
    background: none;
    padding: 5px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 50%;
    font-size: 12px;
    cursor: pointer;
}

.ufb-template-3 .ufb-email-field {
    padding: 8px;
    font-size: 14px;
    box-shadow: none;
}

.ufb-template-3 #asdfasdf > label {
    margin-top: 7px;
}

.ufb-template-3 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-3 .ufb-math-captcha-ans {
    padding: 2px 6px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 154px;
    height: 38px;
    margin-top: 3px;
}

.ufb-template-3 input.ufb-form-radio {
    display: none;
}

.ufb-template-3 input[type=radio] + label {
    background: url("../images/uncheck-radio-bold-border.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-3 input[type=radio]:checked + label {
    background: url("../images/checked-radio-bold-border.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-3 .ufb-form-checkbox {
    display: none;
}

.ufb-template-3 input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked-bold-border.png") no-repeat left;
    padding: 4px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-3 input[type=checkbox] + label {
    background: url("../images/check-box-bod-border.png") no-repeat left;
    padding: 4px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-3 input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked-bold-border.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-3 input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box-bod-border.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-3 .ufb-email-field {
    background: url("../images/mail.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-3 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-3 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 2px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    clear: both;
    font-size: 15px;
    display: block;
}

.ufb-template-3 .sbSelector {
    line-height: 42px !important;
}

    .ufb-template-3 .sbSelector:link {
        color: rgb(67, 74, 84) !important;
    }

.sbSelector:visited {
    color: rgb(67, 74, 84) !important;
}

.sbSelector:hover {
    color: rgb(67, 74, 84) !important;
}

.ufb-form-wrapper a {
    border: currentColor !important;
    border-image: none !important;
}

.ufb-template-3 .ufb-form-field .sbHolder {
    border: 3px solid rgb(116, 186, 245) !important;
    border-image: none !important;
    width: 50% !important;
    height: 40px;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
}

.ufb-template-3 .sbOptions {
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    top: 37px !important;
    width: 103% !important;
    color: rgb(0, 0, 0) !important;
    margin-left: -2px;
    background-color: rgb(255, 255, 255) !important;
}

    .ufb-template-3 .sbOptions a:link {
        color: rgb(153, 153, 153) !important;
    }

    .ufb-template-3 .sbOptions a:visited {
        color: rgb(153, 153, 153) !important;
    }

    .ufb-template-3 .sbOptions a:hover {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

    .ufb-template-3 .sbOptions a:focus {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

    .ufb-template-3 .sbOptions a.sbFocus {
        color: rgb(255, 255, 255) !important;
        background-color: rgb(116, 186, 245);
    }

.ufb-template-3 .sbOptions {
    max-height: inherit !important;
}

    .ufb-template-3 .sbOptions li {
        padding: 0px !important;
        border-bottom-color: rgb(116, 186, 245);
        border-bottom-width: 3px;
        border-bottom-style: solid;
    }

        .ufb-template-3 .sbOptions li:last-child {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

.ufb-template-3 .sbToggle {
    background-position: right 15px center;
    background-image: url("../images/option-angle.png") !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: transparent !important;
}

    .ufb-template-3.sbToggle:hover {
        background-position: right 15px center;
        background-image: url("../images/option-angle.png") !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-size: auto auto !important;
        background-origin: padding-box !important;
        background-clip: border-box !important;
        background-color: transparent !important;
    }

.ufb-template-2 .sbToggle:focus {
    background-position: right 15px center;
    background-image: url("../images/option-angle.png") !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: transparent !important;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(70, 68, 68);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    position: relative;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-style: italic;
    position: absolute;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(116, 186, 245);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 0px 2px 10px;
    border-radius: 5px;
    left: 22px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-style: italic;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 75%;
    float: left;
    display: inline-block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .rating label.full {
    display: inline-block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .rating input[type='radio'] + label {
    background: none;
    padding: 3px 0px 0px 3px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .rating label {
    float: right;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .rating {
    left: -22px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .rating > label::before {
        margin-top: 0px;
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
    padding: 12px;
    border-radius: 0px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
    padding: 12px;
    border-radius: 0px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
    padding: 12px;
    border-radius: 0px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
    padding: 12px;
    border-radius: 0px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
    padding: 12px;
    border-radius: 0px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
    width: 100%;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-sub-field-wrap label {
    width: auto;
    clear: both;
    margin-right: 5px;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbHolder {
    height: 47px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbSelector {
    height: 47px;
    line-height: 47px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
    height: 47px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 50%;
    float: left;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
        width: 80%;
        float: right;
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
        background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
        width: 20%;
        text-align: center;
        line-height: 42px;
        font-size: 13px;
        float: left;
        display: inline-block;
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
    width: auto;
    padding-left: 5px;
    float: left;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap select {
        padding: 6px 0px;
        width: auto;
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap {
    width: auto;
    margin-left: 5px;
    float: left;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap select {
        padding: 6px 0px;
        width: auto;
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button {
    background: rgb(116, 186, 245);
    padding: 10px 25px;
    border-radius: 0px;
    cursor: pointer;
    text-shadow: none;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:hover {
        background: rgb(78, 167, 242);
        transition: 0.3s;
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:active {
        background: rgb(16, 125, 218);
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    padding: 12px;
    border-radius: 0px;
    height: auto;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit {
    background: rgb(116, 186, 245);
    padding: 11px 24px;
    border-radius: 0px;
    border: 1px solid rgb(116, 186, 245);
    border-image: none;
    color: rgb(255, 255, 255);
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:hover {
        background: rgb(78, 167, 242);
        transition: 0.3s;
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:active {
        background: rgb(16, 125, 218);
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset {
    background: rgb(255, 255, 255);
    padding: 10px 20px !important;
    color: rgb(85, 85, 85);
    text-transform: none;
    font-size: 15px;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-thumb-value {
    display: none;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-active-thumb > i {
    color: rgb(116, 186, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i {
    color: rgb(85, 85, 85);
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i:hover {
        color: rgb(116, 186, 245);
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default {
    background: url("../images/range-bg.png") no-repeat;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    top: -5px;
    width: 22px;
    height: 13px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
    background: rgb(116, 186, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
    height: 10px;
    margin-top: 16px;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
    background: rgb(116, 186, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(116, 186, 245) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: rgb(116, 186, 245);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(88, 173, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(88, 173, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border: currentColor;
    border-image: none;
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
        background: 0px 0px;
        padding: 1px !important;
        border-radius: 100%;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        right: -14px;
        color: rgb(0, 0, 0);
        line-height: 18px;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-content {
    border-radius: 0px;
    border: 3px solid rgb(116, 186, 245);
    border-image: none;
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(116, 186, 245);
}

    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(116, 186, 245);
    }

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(116, 186, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(116, 186, 245);
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-3 .ufb-front-form .ufb-captcha-wrap .ufb-math-captcha-wrap {
    width: 50%;
    margin-left: 10px;
}

.ufb-template-3 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-3 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-3 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-3 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(16, 125, 218);
        }

.ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap {
    margin: 0px auto 40px;
    width: auto;
    text-align: center;
    clear: both;
    float: none;
    display: inline-block;
}

    .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        text-align: center;
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
        }

            .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio {
                background: rgb(255, 255, 255);
                border-radius: 50%;
                border: 5px solid rgb(116, 186, 245);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio::after {
                    background: rgb(116, 186, 245);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

        .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
        }

            .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio {
                background: rgb(255, 255, 255);
                border-radius: 50%;
                border: 5px solid rgb(164, 209, 246);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio::after {
                    background: rgb(164, 209, 246);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-3 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(116, 186, 245);
    color: rgb(255, 255, 255);
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(116, 186, 245);
}

.ufb-form-wrapper.ufb-template-4 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 255, 255);
    -webkit-box-shadow: 0 3px 8px 3px rgba(0, 0, 0, 0.4);
}

.ufb-template-4 .ufb-form-title {
    color: rgb(57, 121, 169);
    font-size: 22px;
    margin-bottom: 40px;
}

.ufb-template-4 .ufb-form-field-wrap {
    margin-bottom: 50px;
    display: block;
}

    .ufb-template-4 .ufb-form-field-wrap > label {
        width: 135px;
        color: rgb(0, 0, 0);
        font-size: 16px;
        margin-top: 7px;
        vertical-align: top;
        display: inline-block;
    }

.ufb-template-4 .ufb-form-field {
    width: 100%;
    display: inline-block;
}

.ufb-template-4 input[type='text'] {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 12px;
    border-image: none;
    background-color: transparent;
}

.ufb-template-4 input[type='email'] {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 12px;
    border-image: none;
    background-color: transparent;
}

.ufb-template-4 input[type='url'] {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 12px;
    border-image: none;
    background-color: transparent;
}

.ufb-template-4 input[type='password'] {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 12px;
    border-image: none;
    background-color: transparent;
}

.ufb-template-4 input[type='search'] {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 12px;
    border-image: none;
    background-color: transparent;
}

textarea {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 12px;
    border-image: none;
    background-color: transparent;
}

.ufb-template-4 textarea {
    outline: 0px;
    border-bottom-color: rgb(116, 186, 245);
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: transparent;
}

.ufb-template-4 input[type='checkbox'] {
}

input[type='radio'] button {
}

select {
}

textarea {
}

.ufb-template-4 .ufb-form-checkbox {
    margin-right: 5px;
}

.ufb-template-4 .ufb-email-field:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-4 input[type='text']:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-4 input[type='number']:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-4 input[type='url']:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-4 input[type='password']:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-4 input[type='search']:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-4 textarea:focus {
    box-shadow: 0px 0px 1px 1px #67d5eb;
    -webkit-box-shadow: 0 0 1px 1px #67D5EB;
}

.ufb-template-4 #your-hobbies > label {
    vertical-align: top !important;
}

.ufb-template-4 .your-hobbies .ufb-form-field > label {
    margin-bottom: 10px;
    display: block;
}

.ufb-template-4 select.ufb-required {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 5px;
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
}

.ufb-template-4 .ufb-form-field select {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 5px;
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
}

.ufb-template-4 .ufb-form-field .ufb-number-field {
    border-width: medium medium 1px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 5px;
    border-image: none;
    width: 50%;
    font-size: 14px;
    cursor: pointer;
    background-color: transparent;
}

.ufb-template-4 .ufb-email-field {
    padding: 8px;
    font-size: 14px;
    box-shadow: none;
}

.ufb-template-4 .ufb-form-submit {
    background-color: rgb(116, 186, 245);
}

    .ufb-template-4 .ufb-form-submit:hover {
        background-color: rgb(82, 162, 229);
    }

    .ufb-template-4 .ufb-form-submit:focus {
        color: rgb(255, 255, 255);
    }

.ufb-template-4 .ufb-form-reset {
    padding: 10px 20px !important;
    border-radius: 0px !important;
    border: 2px solid rgb(116, 186, 245) !important;
    border-image: none !important;
    color: rgb(67, 74, 84);
    text-transform: none;
    font-size: 15px;
    background-color: transparent;
}

.ufb-template-4 .ufb-form-field .ufb-form-submit {
    text-transform: none;
    font-size: 15px;
}

.ufb-template-4 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-4 .ufb-math-captcha-ans {
    border-width: medium medium 2px;
    border-style: none none solid;
    border-color: transparent transparent rgb(116, 186, 245);
    padding: 2px 6px;
    border-image: none;
    width: 154px;
    height: 38px;
    font-size: 15px;
    margin-top: 3px;
    background-color: transparent;
}

.ufb-template-4 input.ufb-form-radio {
    display: none;
}

.ufb-template-4 input[type=radio] + label {
    background: url("../images/uncheck-radio-bold-border.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-4 input[type=radio]:checked + label {
    background: url("../images/checked-radio-bold-border.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-4 .ufb-form-checkbox {
    display: none;
}

.ufb-template-4 input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked-bold-border.png") no-repeat left;
    padding: 4px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-4 input[type=checkbox] + label {
    background: url("../images/check-box-bod-border.png") no-repeat left;
    padding: 4px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-4 input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked-bold-border.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-4 input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box-bod-border.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-4 .ufb-email-field {
    background: url("../images/mail.png") no-repeat right 10px center / 20px auto;
    height: 40px;
}

.ufb-template-4 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 2px solid rgb(116, 186, 245);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-4 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    clear: both;
    font-size: 15px;
    display: block;
}

.ufb-template-4 .sbSelector {
    line-height: 30px !important;
}

    .ufb-template-4 .sbSelector:link {
        color: rgb(67, 74, 84) !important;
    }

.sbSelector:visited {
    color: rgb(67, 74, 84) !important;
}

.sbSelector:hover {
    color: rgb(67, 74, 84) !important;
}

.ufb-form-wrapper a {
    border: currentColor !important;
    border-image: none !important;
}

.ufb-template-4 .ufb-form-field .sbHolder {
    border-image: none;
    width: 50% !important;
    height: 35px;
    font-size: 14px;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: rgb(116, 186, 245) !important;
    border-left-color: transparent;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: 1px !important;
    border-left-width: medium;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: solid !important;
    border-left-style: none;
    background-color: rgb(255, 255, 255);
}

.ufb-template-4 .sbOptions {
    border: transparent;
    border-image: none;
    top: 35px !important;
    width: 103% !important;
    color: rgb(0, 0, 0) !important;
    margin-left: -2px;
    background-color: rgb(255, 255, 255) !important;
}

    .ufb-template-4 .sbOptions a:link {
        color: rgb(153, 153, 153) !important;
    }

.ufb-template-3 .sbOptions a:visited {
    color: rgb(153, 153, 153) !important;
}

.ufb-template-4 .sbOptions a:hover {
    color: rgb(116, 186, 245) !important;
    background-color: transparent;
}

.ufb-template-3 .sbOptions a:focus {
    color: rgb(116, 186, 245) !important;
    background-color: transparent;
}

.ufb-template-3 .sbOptions a.sbFocus {
    color: rgb(116, 186, 245) !important;
    background-color: transparent;
}

.ufb-template-4 .sbOptions {
    max-height: inherit !important;
}

    .ufb-template-4 .sbOptions li {
        padding: 0px !important;
        border-bottom-color: rgb(116, 186, 245);
        border-bottom-width: 1px;
        border-bottom-style: solid;
    }

.ufb-template-4 .sbToggle {
    background-position: right 15px center;
    background-image: url("../images/option-angle.png") !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: transparent !important;
}

    .ufb-template-4.sbToggle:hover {
        background-position: right 15px center;
        background-image: url("../images/option-angle.png") !important;
        background-attachment: scroll !important;
        background-repeat: no-repeat !important;
        background-size: auto auto !important;
        background-origin: padding-box !important;
        background-clip: border-box !important;
        background-color: transparent !important;
    }

.ufb-template-2 .sbToggle:focus {
    background-position: right 15px center;
    background-image: url("../images/option-angle.png") !important;
    background-attachment: scroll !important;
    background-repeat: no-repeat !important;
    background-size: auto auto !important;
    background-origin: padding-box !important;
    background-clip: border-box !important;
    background-color: transparent !important;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(70, 68, 68);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    position: relative;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-style: italic;
    position: absolute;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(116, 186, 245);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 0px 2px 10px;
    border-radius: 5px;
    left: 22px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-style: italic;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .rating label.full {
    display: inline-block;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .rating input[type='radio'] + label {
    background: none;
    padding: 3px 0px 0px 3px;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .rating label {
    float: right;
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .rating {
    left: -22px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .rating > label::before {
        margin-top: 0px;
    }

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 75%;
    float: left;
    display: inline-block;
}

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        padding: 12px;
        border-radius: 0px;
        width: 100%;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        padding: 12px;
        border-radius: 0px;
        width: 100%;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        padding: 12px;
        border-radius: 0px;
        width: 100%;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        padding: 12px;
        border-radius: 0px;
        width: 100%;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        padding: 12px;
        border-radius: 0px;
        width: 100%;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-sub-field-wrap label {
        width: auto;
        clear: both;
        margin-right: 5px;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbHolder {
        height: 42px;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbSelector {
        height: 42px;
        line-height: 42px;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
        height: 42px;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
        width: 50%;
        float: left;
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
            width: 80%;
            float: right;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
            background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
            width: 20%;
            text-align: center;
            line-height: 42px;
            font-size: 13px;
            float: left;
            display: inline-block;
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
        width: auto;
        padding-right: 5px;
        float: left;
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap select {
            padding: 6px 0px;
            width: auto;
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap {
        width: auto;
        margin-left: 5px;
        float: left;
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap select {
            padding: 6px 0px;
            width: auto;
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 50%;
        float: left;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 50%;
        float: left;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
        width: 85%;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
        width: 85%;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
        width: 15%;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        float: left;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
        width: 15%;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        float: left;
        display: block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button {
        background: rgb(116, 186, 245);
        padding: 10px 25px;
        border-radius: 0px;
        cursor: pointer;
        text-shadow: none;
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
        width: auto !important;
        float: left;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
        width: auto !important;
        float: left;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
        margin-top: 7px;
        margin-right: 5px;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
        padding: 12px;
        border-radius: 0px;
        height: auto;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit {
        background: rgb(116, 186, 245);
        padding: 11px 24px;
        border-radius: 0px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset {
        background: rgb(255, 255, 255);
        color: rgb(85, 85, 85);
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:hover {
            background: rgb(235, 235, 235);
            transition: 0.3s;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:active {
            background: rgb(191, 191, 191);
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-thumb-value {
        display: none;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-active-thumb > i {
        color: rgb(116, 186, 245);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i {
        color: rgb(85, 85, 85);
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i:hover {
            color: rgb(116, 186, 245);
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default {
        background: url("../images/range-bg.png") no-repeat;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        top: -3px;
        width: 22px;
        height: 13px;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-slider-value {
        margin: 5px;
        padding: 2px;
        border-radius: 3px;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        width: auto;
        height: 25px;
        text-align: center;
        line-height: 20px;
        display: inline-block;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
        background: rgb(116, 186, 245);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
        height: 10px;
        margin-top: 16px;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
        background: rgb(116, 186, 245);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table {
        border: currentColor;
        border-image: none;
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table thead td {
            border-bottom-color: rgb(116, 186, 245) !important;
            border-bottom-width: 1px !important;
            border-bottom-style: solid !important;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
            border-top-color: currentColor;
            border-left-color: currentColor;
            border-top-width: medium;
            border-left-width: medium;
            border-top-style: none;
            border-left-style: none;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
            border-bottom-color: currentColor;
            border-bottom-width: medium;
            border-bottom-style: none;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
            padding: 8px;
            text-align: center;
            border-right-color: rgb(116, 186, 245);
            border-bottom-color: rgb(116, 186, 245);
            border-right-width: 1px;
            border-bottom-width: 1px;
            border-right-style: solid;
            border-bottom-style: solid;
        }

            .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td:last-child {
                border-right-color: currentColor;
                border-right-width: medium;
                border-right-style: none;
            }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover {
        background: rgb(88, 173, 245);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:focus {
        background: rgb(88, 173, 245);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
        color: rgb(255, 255, 255);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
        border: currentColor;
        border-image: none;
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
            background: none;
            padding: 1px !important;
            border-radius: 100%;
            border: 1px solid rgb(204, 204, 204);
            border-image: none;
            top: 10px;
            width: 20px;
            height: 20px;
            text-align: center;
            right: -14px;
            color: rgb(0, 0, 0);
            line-height: 18px;
            font-family: arial;
            font-weight: bold;
            position: absolute;
            cursor: pointer;
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-content {
        border-radius: 0px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
        color: rgb(116, 186, 245);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
        color: rgb(116, 186, 245);
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
            color: rgb(116, 186, 245);
        }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
        color: rgb(116, 186, 245);
    }

    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
        color: rgb(116, 186, 245);
    }

.rating > label:hover ~ input:checked ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(116, 186, 245);
}

.ufb-template-4 .ufb-front-form .ufb-captcha-wrap .ufb-math-captcha-wrap {
    width: 50%;
    margin-left: 10px;
}

.ufb-template-4 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-4 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-4 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-4 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(16, 125, 218);
        }

.ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap {
    margin-bottom: 40px;
}

    .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step.ufb-first-step::before {
            content: none;
        }

        .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
            background: rgb(116, 186, 245);
            padding: 5px 15px;
            border: 2px solid rgb(116, 186, 245);
            border-image: none;
            color: rgb(255, 255, 255);
            position: relative;
        }

            .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(116, 186, 245);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                content: "";
            }

        .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
            background: rgb(164, 209, 246);
            padding: 5px 15px;
            border: 2px solid rgb(164, 209, 246);
            border-image: none;
            color: rgb(252, 252, 252);
            display: inline-block;
            position: relative;
        }

            .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(164, 209, 246);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

.ufb-form-wrapper.ufb-template-5 .ufb-form-title {
    font-size: 30px;
    margin-bottom: 40px;
    display: block;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(20, 103, 130);
    color: rgb(255, 255, 255);
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-datepicker {
    background: url("../images/date-icon-5.png") no-repeat right 10px center / 20px auto rgb(20, 103, 130) !important;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(20, 103, 130);
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(70, 68, 68);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    position: relative;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(20, 103, 130);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-style: italic;
    position: absolute;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(20, 103, 130);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(20, 103, 130);
    padding: 2px 0px 2px 10px;
    border-radius: 5px;
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    left: 20px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-style: italic;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(20, 103, 130);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .rating label.full {
    display: inline-block;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .rating input[type='radio'] + label {
    background: none;
    padding: 3px 0px 0px 3px;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .rating label {
    float: right;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .rating {
    left: -22px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .rating > label::before {
        margin-top: 0px;
    }

.ufb-form-wrapper.ufb-template-5 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 255, 255);
}

.ufb-template-5 .ufb-form-field-wrap {
    margin-bottom: 50px;
    display: block;
}

.ufb-template-5 select.ufb-required {
    border: currentColor;
    border-image: none;
    font-size: 14px;
    cursor: pointer;
    background-color: rgb(20, 103, 130);
}

.ufb-template-5 .ufb-form-field select {
    border: currentColor;
    border-image: none;
    font-size: 14px;
    cursor: pointer;
    background-color: rgb(20, 103, 130);
}

.ufb-template-5 .ufb-form-field .ufb-number-field {
    border: currentColor;
    border-image: none;
    font-size: 14px;
    cursor: pointer;
    background-color: rgb(20, 103, 130);
}

.ufb-template-5 input.ufb-form-radio {
    display: none;
}

.ufb-template-5 input[type=radio] + label {
    background: url("../images/uncheck-radio-5.png") no-repeat left / 30%;
    padding: 3px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-5 input[type=radio]:checked + label {
    background: url("../images/checked-radio-5.png") no-repeat left / 30%;
    padding: 3px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-5 .ufb-form-checkbox {
    display: none;
}

.ufb-template-5 input[type=checkbox]:checked + label {
    background: url("../images/check-box-check-5.png") no-repeat left / 27%;
    padding: 4px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-5 input[type=checkbox] + label {
    background: url("../images/check-box-5.png") no-repeat left / 27%;
    padding: 4px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-5 input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-check-5.png") no-repeat left / 27px;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-5 input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box-5.png") no-repeat left / 27px;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 75%;
    float: left;
    display: inline-block;
}

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-info-icon {
        color: rgb(20, 103, 130) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(255, 255, 255);
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(255, 255, 255);
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(255, 255, 255);
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(255, 255, 255);
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='url'] {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(255, 255, 255);
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='search'] {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(255, 255, 255);
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 100%;
        color: rgb(255, 255, 255);
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] :-ms-input-placeholder {
        color: rgb(255, 255, 255) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] :-ms-input-placeholder {
        color: rgb(255, 255, 255) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] :-ms-input-placeholder {
        color: rgb(255, 255, 255) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] :-ms-input-placeholder {
        color: rgb(255, 255, 255) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='url'] :-ms-input-placeholder {
        color: rgb(255, 255, 255) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='search'] :-ms-input-placeholder {
        color: rgb(255, 255, 255) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea :-ms-input-placeholder {
        color: rgb(255, 255, 255) !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-sub-field-wrap label {
        width: auto;
        clear: both;
        margin-right: 5px;
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbHolder {
        height: 42px;
        background-color: rgb(20, 103, 130);
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbSelector {
        height: 42px;
        color: rgb(255, 255, 255);
        line-height: 42px;
        font-size: 17px;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field ul.sbOptions {
        background: rgb(255, 255, 255);
        border: 1px solid rgb(225, 225, 225);
        border-image: none;
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field ul.sbOptions li a {
            color: rgb(119, 119, 119);
            font-size: 17px;
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
        height: 42px;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
        width: 50%;
        float: left;
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
            width: 80%;
            float: right;
        }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
            background: url("../images/date-icon-5.png") no-repeat right 10px center / 20px auto rgb(20, 103, 130) !important;
        }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
            width: 20%;
            text-align: center;
            line-height: 42px;
            font-size: 13px;
            float: left;
            display: inline-block;
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
        width: auto;
        padding-right: 5px;
        float: left;
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap select {
            background: rgb(20, 103, 130);
            padding: 6px 0px;
            border: currentColor;
            border-image: none;
            width: auto;
            color: rgb(255, 255, 255);
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap {
        width: auto;
        margin-left: 5px;
        float: left;
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap select {
            padding: 6px 0px;
            width: auto;
            color: rgb(255, 255, 255);
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 50%;
        float: left;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 50%;
        float: left;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
        width: 85%;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
        width: 85%;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
        width: 15%;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        float: left;
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
        width: 15%;
        text-align: center;
        line-height: 34px;
        font-size: 13px;
        float: left;
        display: block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button {
        background: rgb(20, 103, 130);
        padding: 10px 25px;
        border-radius: 0px;
        cursor: pointer;
        text-shadow: none;
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:hover {
            background: rgb(15, 75, 95);
            transition: 0.3s;
        }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:active {
            background: rgb(3, 15, 20);
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
        width: auto !important;
        float: left;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
        width: auto !important;
        float: left;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
        margin-top: 7px;
        margin-right: 5px;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
        background: rgb(20, 103, 130);
        padding: 12px;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        width: 50%;
        height: auto;
        color: rgb(255, 255, 255);
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap :-ms-input-placeholder.ufb-math-captcha-ans {
        color: white;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit {
        background: rgb(20, 103, 130);
        padding: 11px 24px;
        border-radius: 0px;
        border: 1px solid rgb(20, 103, 130);
        border-image: none;
        color: rgb(255, 255, 255);
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:hover {
            background: rgb(15, 75, 95);
            transition: 0.3s;
        }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:active {
            background: rgb(3, 15, 20);
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset {
        background: rgb(255, 255, 255);
        color: rgb(85, 85, 85);
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:hover {
            background: rgb(235, 235, 235);
            transition: 0.3s;
        }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:active {
            background: rgb(191, 191, 191);
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-thumb-value {
        display: none;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-active-thumb > i {
        color: rgb(20, 103, 130);
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i {
        color: rgb(85, 85, 85);
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i:hover {
            color: rgb(20, 103, 130);
        }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default {
        background: url("../images/range-bg-5.png") no-repeat;
        border-radius: 0px;
        border: currentColor;
        border-image: none;
        top: -3px;
        width: 22px;
        height: 13px;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-slider-value {
        margin: 5px;
        padding: 2px;
        border-radius: 3px;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        width: auto;
        height: 25px;
        text-align: center;
        line-height: 20px;
        display: inline-block;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
        background: rgb(20, 103, 130);
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
        height: 10px;
        margin-top: 16px;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
        background: rgb(20, 103, 130);
        border-radius: 0px;
    }

.ufb-template-5 .sbSelector:link {
    color: rgb(238, 238, 238) !important;
}

.ufb-template-5 .sbSelector:visited {
    color: rgb(238, 238, 238) !important;
}

.ufb-template-5 .sbSelector:hover {
    color: rgb(238, 238, 238) !important;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(20, 103, 130) !important;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(20, 103, 130) !important;
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(20, 103, 130) !important;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(20, 103, 130) !important;
}

.ufb-template-5 .ui-datepicker .ui-widget-header {
    background: rgb(20, 103, 130) !important;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(20, 103, 130) !important;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(20, 103, 130) !important;
}

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(20, 103, 130) !important;
    }

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(20, 103, 130) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(20, 103, 130);
        border-bottom-color: rgb(20, 103, 130);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(20, 103, 130);
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(20, 103, 130);
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border: currentColor;
    border-image: none;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-switch-editor:hover {
    color: rgb(255, 255, 255);
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
    background: 0px 0px;
    padding: 1px !important;
    border-radius: 100%;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    top: 10px;
    width: 20px;
    height: 20px;
    text-align: center;
    right: -14px;
    color: rgb(0, 0, 0);
    line-height: 18px;
    font-weight: bold;
    position: absolute;
    cursor: pointer;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-content {
    border-radius: 0px;
    border: 1px solid rgb(20, 103, 130);
    border-image: none;
}

.ufb-template-5 .ufb-form-submit:focus {
    background: rgb(20, 103, 130);
}

.ufb-template-5 .ufb-form-reset:focus {
    background: rgb(20, 103, 130);
    color: rgb(255, 255, 255);
}

.ufb-template-5 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-5 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 2px solid rgb(20, 103, 130);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-5 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    clear: both;
    font-size: 15px;
    display: block;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle.sbToggleOpen {
    background: url("../images/sprit-image-5.png") no-repeat -5px -7px;
}

.ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
    background: url("../images/sprit-image-5.png") no-repeat -8px -52px;
    top: 0px;
    width: 30px;
    height: 30px;
    right: 0px;
    display: block;
    position: absolute;
}

.ufb-template-5 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-5 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(20, 103, 130);
        padding: 8px 24px;
        border: 1px solid rgb(20, 103, 130);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(15, 75, 95);
            transition: 0.3s;
        }

        .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(3, 15, 20);
        }

    .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(20, 103, 130);
        padding: 8px 24px;
        border: 1px solid rgb(20, 103, 130);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(15, 75, 95);
            transition: 0.3s;
        }

        .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(3, 15, 20);
        }

    .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(20, 103, 130);
        padding: 8px 24px;
        border: 1px solid rgb(20, 103, 130);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(15, 75, 95);
            transition: 0.3s;
        }

        .ufb-template-5 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(3, 15, 20);
        }

.ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap {
    margin: 0px auto 40px;
    width: auto;
    text-align: center;
    clear: both;
    float: none;
    display: inline-block;
}

    .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        text-align: center;
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
        }

            .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio {
                background: rgb(255, 255, 255);
                border-radius: 50%;
                border: 5px solid rgb(20, 103, 130);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio::after {
                    background: rgb(20, 103, 130);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

        .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
        }

            .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio {
                background: rgb(255, 255, 255);
                border-radius: 50%;
                border: 5px solid rgb(194, 225, 234);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio::after {
                    background: rgb(194, 225, 234);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-5 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

.ufb-form-wrapper.ufb-template-6 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 255, 255);
}

.ufb-template-6 .ufb-form-field-wrap {
    margin-bottom: 50px;
    display: block;
}

.ufb-form-wrapper.ufb-template-6 .ufb-form-title {
    font-size: 30px;
    margin-bottom: 40px;
    display: block;
}

.ufb-template-6 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-6 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-6 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-6 .ufb-math-captcha-ans {
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 176px;
    height: 35px;
    font-size: 15px;
    margin-top: 3px;
}

.ufb-template-6 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(116, 186, 245);
    color: rgb(255, 255, 255);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(116, 186, 245);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(70, 68, 68);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
    position: relative;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 4px;
    border-radius: 5px;
    color: white;
    font-size: 12px;
    font-style: italic;
    position: absolute;
    z-index: 1111;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(116, 186, 245);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: white;
    line-height: 16px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(116, 186, 245);
    padding: 2px 0px 2px 10px;
    border-radius: 5px;
    left: 22px;
    top: -2px;
    color: white;
    font-size: 12px;
    font-style: italic;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 75%;
    float: left;
    display: inline-block;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input.ufb-form-radio {
    display: none;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input[type=radio] + label {
    background: url("../images/uncheck-radio.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input[type=radio]:checked + label {
    background: url("../images/checked-radio.png") no-repeat left;
    padding: 3px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-checkbox {
    display: none;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + label {
    background: url("../images/check-box.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-email-field {
    background: url("../images/email-bg-icon.png") no-repeat left rgb(247, 247, 247);
    padding: 12px 12px 12px 60px !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-password {
    background: url("../images/password-bg.png") no-repeat left rgb(247, 247, 247);
    padding: 12px 12px 12px 60px !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-datepicker {
    background: url("../images/date-icon-6.png") no-repeat left rgb(247, 247, 247);
    padding: 12px 12px 12px 60px !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap.ufb-url-wrap input.ufb-form-textfield {
    background: url("../images/url-6.png") no-repeat left rgb(247, 247, 247);
    padding: 12px 12px 12px 60px !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-sub-field-wrap label {
    width: auto;
    clear: both;
    margin-right: 5px;
    display: block;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbHolder {
    height: 42px;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbSelector {
    height: 42px;
    line-height: 42px;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
    height: 42px;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 50%;
    float: left;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
        width: 80%;
        float: right;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
        background: url("../images/date-icon-6.png") no-repeat left rgb(247, 247, 247);
        padding: 12px 12px 12px 60px !important;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
        width: 20%;
        text-align: center;
        line-height: 42px;
        font-size: 13px;
        float: left;
        display: inline-block;
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
    width: auto;
    padding-right: 5px;
    float: left;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap select {
        padding: 6px 0px;
        width: auto;
        font-size: 14px;
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap {
    width: auto;
    margin-left: 5px;
    float: left;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap select {
        padding: 6px 0px;
        width: auto;
        font-size: 14px;
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button {
    background: rgb(116, 186, 245);
    padding: 10px 25px;
    border-radius: 0px;
    transition: 0.6s ease-in-out;
    cursor: pointer;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:hover {
        background: rgb(78, 167, 242);
        transition: 0.3s;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:active {
        background: rgb(16, 125, 218);
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating {
    left: -22px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label.full {
        display: inline-block;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input[type='radio'] + label {
        background: none;
        padding: 3px 0px 0px 3px;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label {
        float: right;
    }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label:hover {
            color: rgb(116, 186, 245);
        }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label:focus {
            color: rgb(116, 186, 245);
        }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label::before {
            margin-top: 0px;
        }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked ~ label {
        color: rgb(116, 186, 245);
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating :not(:checked) > label:hover {
        color: rgb(116, 186, 245);
    }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating :not(:checked) > label:hover ~ label {
            color: rgb(116, 186, 245);
        }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked + label:hover {
        color: rgb(116, 186, 245);
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked ~ label:hover {
        color: rgb(116, 186, 245);
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label:hover ~ input:checked ~ label {
        color: rgb(116, 186, 245);
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked ~ label:hover ~ label {
        color: rgb(116, 186, 245);
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    padding: 12px;
    border-radius: 0px;
    height: auto;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit {
    background: rgb(116, 186, 245);
    padding: 11px 24px;
    border-radius: 0px;
    border: 1px solid rgb(116, 186, 245);
    transition: 0.6s ease-in-out;
    border-image: none;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:hover {
        background: rgb(78, 167, 242);
        transition: 0.3s;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:active {
        background: rgb(16, 125, 218);
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset {
    background: rgb(255, 255, 255);
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    color: rgb(85, 85, 85);
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-thumb-value {
    display: none;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-active-thumb > i {
    color: rgb(116, 186, 245);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i {
    color: rgb(85, 85, 85);
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i:hover {
        color: rgb(116, 186, 245);
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default {
    background: url("../images/range-bg.png") no-repeat;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    top: -3px;
    width: 22px;
    height: 13px;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
    background: rgb(116, 186, 245);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
    height: 10px;
    margin-top: 16px;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
    background: rgb(116, 186, 245);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(116, 186, 245) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(116, 186, 245);
        border-bottom-color: rgb(116, 186, 245);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(88, 173, 245);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(88, 173, 245);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border: currentColor;
    border-image: none;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
        background: 0px 0px;
        padding: 1px !important;
        border-radius: 100%;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        right: -14px;
        color: rgb(0, 0, 0);
        line-height: 18px;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-dropdown {
    padding: 8px;
    width: 50%;
    height: 42px;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-dropdown option {
        padding: 12px;
    }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-dropdown option:hover {
            background: rgb(116, 186, 245);
            padding: 12px;
        }

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(116, 186, 245) !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(116, 186, 245) !important;
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(116, 186, 245) !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(116, 186, 245) !important;
}

.ufb-template-6 .ui-datepicker .ui-widget-header {
    background: rgb(116, 186, 245) !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(116, 186, 245) !important;
}

.ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(116, 186, 245) !important;
}

    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(116, 186, 245) !important;
    }

.ufb-template-6 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-6 .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-6 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-6 .ufb-front-form .ufb-captcha-wrap .ufb-math-captcha-wrap {
    width: 50%;
    margin-left: 10px;
}

.ufb-template-6 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon-6.png") no-repeat left rgb(247, 247, 247);
    padding: 12px 12px 12px 60px !important;
}

.ufb-template-6 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-6 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(16, 125, 218);
        }

    .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(116, 186, 245);
        padding: 8px 24px;
        border: 1px solid rgb(116, 186, 245);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(78, 167, 242);
            transition: 0.3s;
        }

        .ufb-template-6 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(16, 125, 218);
        }

.ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap {
    margin-bottom: 40px;
}

    .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step.ufb-first-step::before {
            content: none;
        }

        .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
            background: rgb(116, 186, 245);
            padding: 5px 15px;
            border: 2px solid rgb(116, 186, 245);
            border-image: none;
            color: rgb(255, 255, 255);
            position: relative;
        }

            .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(116, 186, 245);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                content: "";
            }

        .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
            background: rgb(164, 209, 246);
            padding: 5px 15px;
            border: 2px solid rgb(164, 209, 246);
            border-image: none;
            color: rgb(252, 252, 252);
            display: inline-block;
            position: relative;
        }

            .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 255, 255);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(164, 209, 246);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

.ufb-form-wrapper.ufb-template-7 {
    padding: 40px 30px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(0, 0, 0);
}

    .ufb-form-wrapper.ufb-template-7 .ufb-form-title {
        font-size: 30px;
        margin-bottom: 40px;
        display: block;
    }

.ufb-template-7 .ufb-form-field-wrap {
    margin-bottom: 50px;
    display: block;
}

.ufb-template-7 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-7 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-7 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-7 .ufb-math-captcha-ans {
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    width: 176px;
    height: 35px;
    font-size: 15px;
    margin-top: 3px;
}

.ufb-template-7 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(255, 255, 255);
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(255, 255, 255);
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .qq-upload-size {
    color: rgb(0, 0, 0);
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .qq-upload-file {
    color: rgb(0, 0, 0) !important;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(221, 221, 221);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
    position: relative;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(255, 255, 255);
    padding: 2px 4px;
    border-radius: 5px;
    border: 1px solid rgb(0, 0, 0);
    border-image: none;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-style: italic;
    position: absolute;
    z-index: 1111;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    top: -3px;
    width: 17px;
    height: 17px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    padding: 2px 0px 2px 10px;
    left: 22px;
    top: -4px;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    color: rgb(255, 255, 255);
    float: left;
    display: inline-block;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 75%;
    float: left;
    display: inline-block;
}

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        padding: 12px;
        border-radius: 0px;
        border: 1px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        background: rgb(255, 255, 255);
    }

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input.ufb-form-radio {
    display: none;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input[type=radio] + label {
    background: url("../images/uncheck-radio-7.png") no-repeat left / 30%;
    padding: 3px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input[type=radio]:checked + label {
    background: url("../images/checked-radio-7.png") no-repeat left / 30%;
    padding: 3px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-checkbox {
    display: none;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked-7.png") no-repeat left / 27%;
    padding: 5px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + label {
    background: url("../images/check-box-7.png") no-repeat left / 27%;
    padding: 5px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked-7.png") no-repeat left / 27px;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box-7.png") no-repeat left / 27px;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-email-field {
    background: url("../images/mail7.png") no-repeat right 10px center / 20px auto rgb(255, 255, 255);
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-password {
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-sub-field-wrap label {
    width: auto;
    clear: both;
    margin-right: 5px;
    display: block;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .sbHolder {
    height: 42px;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .sbSelector {
    height: 42px;
    line-height: 42px;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .sbToggle {
    height: 42px;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 50%;
    float: left;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
        width: 80%;
        float: right;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
        background: url("../images/date-icon-7.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
        width: 20%;
        text-align: center;
        line-height: 42px;
        font-size: 13px;
        float: left;
        display: inline-block;
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-wrap {
    width: auto;
    padding-right: 5px;
    float: left;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-wrap select {
        padding: 6px 0px;
        width: auto;
        font-size: 14px;
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-time-wrap {
    width: auto;
    margin-left: 5px;
    float: left;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-time-wrap select {
        padding: 6px 0px;
        width: auto;
        font-size: 14px;
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button {
    background: rgb(255, 255, 255);
    padding: 10px 25px;
    border-radius: 0px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    text-shadow: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating {
    left: -22px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label.full {
        display: inline-block;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input[type='radio'] + label {
        background: none;
        padding: 3px 0px 0px 3px;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label {
        float: right;
    }

        .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:hover {
            color: rgb(204, 204, 204);
        }

        .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:focus {
            color: rgb(119, 119, 119);
        }

        .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label::before {
            margin-top: 0px;
        }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label {
        color: rgb(119, 119, 119);
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating :not(:checked) > label:hover {
        color: rgb(204, 204, 204);
    }

        .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating :not(:checked) > label:hover ~ label {
            color: rgb(204, 204, 204);
        }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked + label:hover {
        color: rgb(204, 204, 204);
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label:hover {
        color: rgb(204, 204, 204);
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:hover ~ input:checked ~ label {
        color: rgb(204, 204, 204);
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label:hover ~ label {
        color: rgb(204, 204, 204);
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    padding: 12px;
    border-radius: 0px;
    height: auto;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit {
    background: rgb(255, 255, 255);
    padding: 11px 24px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    color: rgb(0, 0, 0);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset {
    background: rgb(255, 255, 255);
    padding: 11px 12px;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    color: rgb(85, 85, 85);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-thumb-value {
    display: none;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-active-thumb > i {
    color: rgb(255, 255, 255);
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field span i {
    color: rgb(85, 85, 85);
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field span i:hover {
        color: rgb(204, 204, 204);
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-state-default {
    background: url("../images/range-bg-7.png") no-repeat;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    top: -3px;
    width: 22px;
    height: 13px;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-slider-horizontal {
    height: 10px;
    margin-top: 16px;
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-widget-header {
    background: rgb(255, 255, 255);
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
    color: rgb(255, 255, 255);
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(255, 255, 255) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td {
        color: rgb(255, 255, 255);
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(88, 173, 245);
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(88, 173, 245);
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border-radius: 8px;
    border: currentColor;
    border-image: none;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
        background: 0px 0px;
        padding: 1px !important;
        border-radius: 100%;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        right: -14px;
        color: rgb(255, 255, 255);
        line-height: 18px;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

.ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown {
    padding: 8px;
    width: 50%;
    height: 42px;
}

    .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown option {
        padding: 12px;
    }

        .ufb-template-7 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown option:hover {
            background: rgb(0, 0, 0);
            padding: 12px;
            color: rgb(255, 255, 255);
        }

.ufb-template-7 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-7 .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-7 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-7 .ufb-front-form .ufb-captcha-wrap .ufb-math-captcha-wrap {
    width: 50%;
    margin-left: 10px;
}

.ufb-template-7 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon-7.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(119, 119, 119) !important;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(119, 119, 119) !important;
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(119, 119, 119) !important;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(119, 119, 119) !important;
}

.ufb-template-7 .ui-datepicker .ui-widget-header {
    background: rgb(119, 119, 119) !important;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(119, 119, 119) !important;
}

.ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(119, 119, 119) !important;
}

    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(119, 119, 119) !important;
    }

.ufb-template-7 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-7 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(255, 255, 255);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: black;
        }

    .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(255, 255, 255);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: black;
        }

    .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(255, 255, 255);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-7 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: black;
        }

.ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap {
    margin: 0px auto 40px;
    width: auto;
    text-align: center;
    clear: both;
    float: none;
    display: inline-block;
}

    .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        text-align: center;
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
        }

            .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio {
                background: rgb(0, 0, 0);
                border-radius: 50%;
                border: 5px solid rgb(255, 255, 255);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio::after {
                    background: rgb(255, 255, 255);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

        .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
        }

            .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio {
                background: rgb(255, 255, 255);
                border-radius: 50%;
                border: 5px solid rgb(204, 204, 204);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio::after {
                    background: rgb(204, 204, 204);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-7 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

.ufb-form-wrapper.ufb-template-8 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(81, 218, 244);
}

    .ufb-form-wrapper.ufb-template-8 .ufb-form-title {
        background: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 5px;
        font-size: 30px;
        margin-bottom: 40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

.ufb-template-8 .ufb-form-field-wrap {
    background: rgb(255, 255, 255);
    padding: 25px 25px 25px 20px;
    border-radius: 6px;
    margin-bottom: 40px;
    display: block;
}

    .ufb-template-8 .ufb-form-field-wrap.ufb-captcha-wrap label.ufb-control-label {
        background: 0px 0px rgb(41, 40, 46);
        padding: 10px;
        border-radius: 5px;
        left: -35px;
        width: 100%;
        color: rgb(255, 255, 255);
        clear: both;
        font-size: 24px;
        margin-bottom: 15px;
        display: inline-block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-8 .ufb-form-field-wrap .ufb-control-label {
        background: rgb(41, 40, 46);
        left: -35px;
        width: 100%;
        color: rgb(255, 255, 255);
        clear: both;
        margin-bottom: 15px;
        position: relative;
    }

.ufb-template-8 .ufb-agreement-block-wrap .ufb-control-label {
    display: none !important;
}

.ufb-template-8 .ufb-agreement-block-wrap {
    margin-bottom: 50px;
    display: block;
}

.ufb-template-8 .ufb-form-field-wrap.ufb-email-wrap .ufb-control-label {
    background: url("../images/mail-8.png") no-repeat right 10px center / 20px auto rgb(41, 40, 46);
}

.ufb-template-8 .ufb-form-field-wrap.ufb-submit-wrap {
    background: none;
}

    .ufb-template-8 .ufb-form-field-wrap.ufb-submit-wrap label.ufb-control-label {
        display: none !important;
    }

.ufb-template-8 .ufb-form-field-wrap.ufb-custom-texts-wrap {
    background: none;
}

    .ufb-template-8 .ufb-form-field-wrap.ufb-custom-texts-wrap label.ufb-control-label {
        display: none !important;
    }

.ufb-template-8 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-8 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-8 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-8 .ufb-math-captcha-ans {
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    width: 176px;
    height: 35px;
    font-size: 15px;
    margin-top: 3px;
}

.ufb-template-8 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(41, 40, 46);
    color: rgb(255, 255, 255);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(41, 40, 46);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(221, 221, 221);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
    position: relative;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(255, 255, 255);
    padding: 2px 4px;
    border-radius: 5px;
    border: 1px solid rgb(0, 0, 0);
    border-image: none;
    color: rgb(0, 0, 0);
    font-size: 12px;
    font-style: italic;
    position: absolute;
    z-index: 1111;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(255, 255, 255);
    border-radius: 50%;
    width: 17px;
    height: 17px;
    text-align: center;
    color: rgb(0, 0, 0);
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    padding: 2px 0px 2px 10px;
    left: 24px;
    top: 0px;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap label.ufb-control-label {
        padding: 6px;
        border-radius: 5px;
        width: 100%;
        font-size: 19px;
        float: left;
        display: inline-block;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 100%;
    float: left;
    display: inline-block;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        background: rgb(255, 255, 255);
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input.ufb-form-radio {
    display: none;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input[type=radio] + label {
    background: url("../images/uncheck-radio-8.png") no-repeat left / 25%;
    padding: 3px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input[type=radio]:checked + label {
    background: url("../images/checked-radio-8.png") no-repeat left / 25%;
    padding: 3px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-checkbox {
    display: none;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked-8.png") no-repeat left / 25%;
    padding: 5px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + label {
    background: url("../images/check-box-8.png") no-repeat left / 25%;
    padding: 5px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked-8.png") no-repeat left / 27px;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box-8.png") no-repeat left / 27px;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-email-field {
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-password {
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-sub-field-wrap label {
    width: auto;
    clear: both;
    margin-right: 5px;
    display: block;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbHolder {
    height: 42px;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbSelector {
    height: 42px;
    line-height: 42px;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .sbToggle {
    height: 42px;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 50%;
    float: left;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
        width: 80%;
        float: right;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
        background: url("../images/date-icon-7.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
        width: 20%;
        text-align: center;
        line-height: 42px;
        font-size: 13px;
        float: left;
        display: inline-block;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
    width: auto;
    padding-right: 5px;
    float: left;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap select {
        padding: 6px 0px;
        width: auto;
        font-size: 14px;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap {
    width: auto;
    margin-left: 5px;
    float: left;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-time-wrap select {
        padding: 6px 0px;
        width: auto;
        font-size: 14px;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button {
    background: rgb(41, 40, 46);
    padding: 10px 25px;
    border-radius: 3px;
    transition: 0.6s ease-in-out;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:hover {
        background: rgb(22, 21, 24);
        transition: 0.3s;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .qq-uploader .qq-upload-button:active {
        background: black;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating {
    left: -21px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label.full {
        display: inline-block;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input[type='radio'] + label {
        background: none;
        padding: 3px 0px 0px 3px;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label {
        float: right;
    }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label:hover {
            color: rgb(119, 119, 119);
        }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label:focus {
            color: rgb(119, 119, 119);
        }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label::before {
            margin-top: 0px;
        }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked ~ label {
        color: rgb(119, 119, 119);
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating :not(:checked) > label:hover {
        color: rgb(119, 119, 119);
    }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating :not(:checked) > label:hover ~ label {
            color: rgb(119, 119, 119);
        }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked + label:hover {
        color: rgb(119, 119, 119);
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked ~ label:hover {
        color: rgb(119, 119, 119);
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating label:hover ~ input:checked ~ label {
        color: rgb(119, 119, 119);
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating input:checked ~ label:hover ~ label {
        color: rgb(119, 119, 119);
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    padding: 12px;
    border-radius: 0px;
    height: auto;
    max-width: 60%;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit {
    background: rgb(41, 40, 47);
    padding: 11px 24px;
    border-radius: 0px;
    border: 1px solid rgb(0, 0, 0);
    border-image: none;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:hover {
        background: rgb(22, 21, 25);
        transition: 0.3s;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-submit:active {
        background: black;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset {
    background: rgb(255, 255, 255);
    padding: 11px 27px;
    border-radius: 0px;
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    color: rgb(85, 85, 85);
    margin-left: -3px;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-reset:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-thumb-value {
    display: none;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-active-thumb > i {
    color: rgb(41, 40, 46);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i {
    color: rgb(119, 119, 119);
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field span i:hover {
        color: rgb(41, 40, 46);
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default {
    background: url("../images/range-bg-8.png") no-repeat;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    top: -5px;
    width: 22px;
    height: 17px;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-state-default:hover {
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-slider-horizontal {
    border-radius: 0px;
    height: 10px;
    margin-top: 16px;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ui-widget-header {
    background: rgb(41, 40, 46);
    border-radius: 0px;
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(41, 40, 46) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(41, 40, 46);
        border-bottom-color: rgb(41, 40, 46);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(0, 0, 0);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(0, 0, 0);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border: currentColor;
    border-image: none;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
        background: 0px 0px;
        padding: 1px !important;
        border-radius: 100%;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        right: -14px;
        color: rgb(0, 0, 0);
        line-height: 18px;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field select.ufb-form-dropdown > option {
    background: rgb(255, 255, 255);
    color: rgb(0, 0, 0);
    cursor: pointer;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field select.ufb-form-dropdown > option:hover {
        background: rgb(0, 0, 0);
        color: rgb(255, 255, 255);
        cursor: pointer;
    }

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-dropdown {
    padding: 8px;
    width: 50%;
    height: 42px;
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-dropdown option {
        padding: 12px;
    }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-dropdown option :hover {
            background: rgb(0, 0, 0);
            padding: 12px;
            color: rgb(255, 255, 255);
        }

.ufb-template-8 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-8 .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-8 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-8 .ufb-form-field-wrap .ufb-form-field .ufb-pro-prev-holder > img {
    border-radius: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
}

.ufb-template-8 .ufb-front-form .ufb-captcha-wrap .ufb-math-captcha-wrap {
    width: 50%;
    margin-left: 10px;
}

.ufb-template-8 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon-7.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(119, 119, 119);
}

.ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(119, 119, 119);
}

    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(119, 119, 119);
    }

.ufb-template-8 .ufb-form-field-wrap.ufb-captcha-wrap {
    overflow: visible;
    display: inline-block;
}

.ufb-template-8 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-8 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: black;
        }

    .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: black;
        }

    .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-8 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: black;
        }

.ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap {
    margin-bottom: 40px;
}

    .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step.ufb-first-step::before {
            content: none;
        }

        .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
            background: rgb(0, 0, 0);
            padding: 5px 15px;
            border: 2px solid rgb(0, 0, 0);
            border-image: none;
            color: rgb(255, 255, 255);
            position: relative;
        }

            .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(0, 0, 0);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(0, 0, 0);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                content: "";
            }

        .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
            background: rgb(252, 252, 252);
            padding: 5px 15px;
            border: 2px solid rgb(252, 252, 252);
            border-image: none;
            color: rgb(0, 0, 0);
            display: inline-block;
            position: relative;
        }

            .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(81, 218, 244);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(252, 252, 252);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

.ufb-form-wrapper.ufb-template-9 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 255, 255);
}

    .ufb-form-wrapper.ufb-template-9 .ufb-form-title {
        background: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 5px;
        font-size: 30px;
        margin-bottom: 40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

.ufb-template-9 .ufb-form-field-wrap {
    background: rgb(255, 255, 255);
    padding: 10px 20px;
    border-radius: 6px;
    margin-bottom: 40px;
    display: block;
}

    .ufb-template-9 .ufb-form-field-wrap.ufb-captcha-wrap label.ufb-control-label {
        border-radius: 5px;
        width: 100%;
        color: rgb(153, 153, 153);
        clear: both;
        font-size: 12px;
        display: inline-block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-9 .ufb-form-field-wrap .ufb-control-label {
        border-radius: 5px;
        width: 100%;
        color: rgb(153, 153, 153);
        clear: both;
        font-size: 12px;
        display: inline-block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-9 .ufb-form-field-wrap.ufb-email-wrap .ufb-control-label {
    }

.ufb-template-9 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-9 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-9 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 5px;
}

.ufb-template-9 .ufb-math-captcha-ans {
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    width: 50% !important;
    font-size: 15px;
    margin-top: 3px;
}

.ufb-template-9 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(65, 133, 143);
    color: rgb(255, 255, 255);
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(65, 133, 143);
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(204, 204, 204);
    font-size: 10px;
    font-style: italic;
    display: block;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
    position: relative;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(65, 133, 143);
    padding: 2px 4px;
    border-radius: 5px;
    border: 1px solid rgb(65, 133, 143);
    border-image: none;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-size: 13px;
    font-style: italic;
    position: absolute;
    z-index: 1111;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(65, 133, 143);
    border-radius: 50%;
    top: -1px;
    width: 17px;
    height: 17px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    padding: 1px 0px 1px 10px;
    left: 22px;
    top: -5px;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(65, 133, 143);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap label.ufb-control-label {
        padding: 5px;
        width: 100%;
        clear: both;
        display: block;
    }

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 100%;
    float: left;
    display: inline-block;
}

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        background: rgb(233, 242, 245);
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        background: rgb(233, 242, 245);
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        background: rgb(233, 242, 245);
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        background: rgb(233, 242, 245);
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        background: rgb(233, 242, 245);
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
    }

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input.ufb-form-radio {
    display: none;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input[type=radio] + label {
    background: url("../images/uncheck-radio-9.png") no-repeat left;
    padding: 3px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input[type=radio]:checked + label {
    background: url("../images/checked-radio-9.png") no-repeat left;
    padding: 3px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-checkbox {
    display: none;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked-9.png") no-repeat left;
    padding: 5px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + label {
    background: url("../images/check-box-9.png") no-repeat left;
    padding: 5px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked-9.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box-9.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-email-field {
    background: url("../images/mail-9.png") no-repeat right 10px center / 20px auto rgb(233, 242, 245);
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-password {
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-sub-field-wrap label {
    width: auto;
    clear: both;
    margin-right: 5px;
    display: block;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .sbHolder {
    height: 42px;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .sbSelector {
    height: 42px;
    line-height: 42px;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .sbToggle {
    height: 42px;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 50%;
    float: left;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
        width: 80%;
        float: right;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
        background: url("../images/date-icon-9.png") no-repeat right 10px center / 20px auto rgb(233, 242, 245);
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
        width: 20%;
        text-align: center;
        line-height: 42px;
        font-size: 13px;
        float: left;
        display: inline-block;
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-wrap {
    width: auto;
    padding-right: 5px;
    float: left;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-wrap select {
        background: rgb(233, 242, 245);
        padding: 6px 0px;
        border: currentColor;
        border-image: none;
        width: auto;
        font-size: 14px;
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-time-wrap {
    width: auto;
    margin-left: 5px;
    float: left;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-time-wrap select {
        background: rgb(233, 242, 245);
        padding: 6px 0px;
        border: currentColor;
        border-image: none;
        width: auto;
        font-size: 14px;
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button {
    background: rgb(65, 133, 143);
    padding: 10px 25px;
    border-radius: 3px;
    transition: 0.6s ease-in-out;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-shadow: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button:hover {
        background: rgb(52, 107, 115);
        transition: 0.3s;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button:active {
        background: rgb(25, 51, 55);
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating {
    left: -21px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label.full {
        display: inline-block;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input[type='radio'] + label {
        background: none;
        padding: 3px 0px 0px 3px;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label {
        float: right;
    }

        .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:hover {
            color: rgb(65, 133, 143);
        }

        .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:focus {
            color: rgb(65, 133, 143);
        }

        .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label::before {
            margin-top: 0px;
        }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label {
        color: rgb(65, 133, 143);
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating :not(:checked) > label:hover {
        color: rgb(65, 133, 143);
    }

        .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating :not(:checked) > label:hover ~ label {
            color: rgb(65, 133, 143);
        }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked + label:hover {
        color: rgb(65, 133, 143);
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label:hover {
        color: rgb(65, 133, 143);
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:hover ~ input:checked ~ label {
        color: rgb(65, 133, 143);
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label:hover ~ label {
        color: rgb(65, 133, 143);
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    padding: 12px;
    border-radius: 0px;
    height: auto;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit {
    background: rgb(81, 144, 153);
    padding: 11px 24px;
    border-radius: 0px;
    border: 1px solid rgb(81, 144, 153);
    transition: 0.6s ease-in-out;
    border-image: none;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -webkit-transition: all 0.6s ease-in-out 0s;
    -moz-transition: all 0.6s ease-in-out 0s;
    -o-transition: all 0.6s ease-in-out 0s;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit:hover {
        background: rgb(67, 119, 126);
        transition: 0.3s;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit:active {
        background: rgb(37, 66, 70);
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset {
    background: rgb(153, 153, 153);
    padding: 11px 27px;
    border-radius: 0px;
    border: 1px solid rgb(153, 153, 153);
    border-image: none;
    color: rgb(255, 255, 255);
    margin-left: -3px;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset:hover {
        background: rgb(133, 133, 133);
        transition: 0.3s;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset:active {
        background: rgb(89, 89, 89);
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-thumb-value {
    display: none;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-active-thumb > i {
    color: rgb(65, 133, 143);
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field span i {
    color: rgb(99, 149, 156);
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field span i:hover {
        color: rgb(65, 133, 143);
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-state-default {
    background: url("../images/range-bg-9.png") no-repeat;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    top: -1px;
    width: 22px;
    height: 17px;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-state-default:hover {
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(233, 242, 245);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-slider-horizontal {
    background: rgb(233, 242, 245);
    border-radius: 5px;
    border: currentColor;
    border-image: none;
    height: 10px;
    margin-top: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-widget-header {
    background: rgb(65, 133, 143);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(153, 153, 153) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(153, 153, 153);
        border-bottom-color: rgb(153, 153, 153);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(65, 133, 143);
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(65, 133, 143);
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border: currentColor;
    border-image: none;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
        background: 0px 0px;
        padding: 1px !important;
        border-radius: 100%;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        right: -14px;
        color: rgb(0, 0, 0);
        line-height: 18px;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field select.ufb-form-dropdown > option {
    background: rgb(233, 242, 245);
    color: rgb(0, 0, 0);
    cursor: pointer;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field select.ufb-form-dropdown > option:hover {
        background: rgb(233, 242, 245);
        color: rgb(255, 255, 255);
        cursor: pointer;
    }

.ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown {
    background: rgb(233, 242, 245);
    padding: 8px;
    border: currentColor;
    border-image: none;
    width: 50%;
    height: 42px;
}

    .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown option {
        padding: 12px;
    }

        .ufb-template-9 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown option :hover {
            background: rgb(0, 0, 0);
            padding: 12px;
            color: rgb(255, 255, 255);
        }

.ufb-template-9 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-9 .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-9 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-9 .ufb-form-field-wrap .ufb-form-field .ufb-pro-prev-holder > img {
    border-radius: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
}

.ufb-template-9 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon-9.png") no-repeat right 10px center / 20px auto rgb(233, 242, 245) !important;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(65, 133, 143) !important;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(65, 133, 143) !important;
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(65, 133, 143) !important;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(65, 133, 143) !important;
}

.ufb-template-9 .ui-datepicker .ui-widget-header {
    background: rgb(65, 133, 143) !important;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(65, 133, 143) !important;
}

.ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(65, 133, 143) !important;
}

    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(65, 133, 143) !important;
    }

.ufb-template-9 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-9 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(65, 133, 143);
        padding: 8px 24px;
        border: 1px solid rgb(65, 133, 143);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: rgb(52, 107, 115);
            transition: 0.3s;
        }

        .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: rgb(25, 51, 55);
        }

    .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(65, 133, 143);
        padding: 8px 24px;
        border: 1px solid rgb(65, 133, 143);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: rgb(52, 107, 115);
            transition: 0.3s;
        }

        .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: rgb(25, 51, 55);
        }

    .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(65, 133, 143);
        padding: 8px 24px;
        border: 1px solid rgb(65, 133, 143);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: rgb(52, 107, 115);
            transition: 0.3s;
        }

        .ufb-template-9 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: rgb(25, 51, 55);
        }

.ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap {
    margin: 0px auto 40px;
    width: auto;
    text-align: center;
    clear: both;
    float: none;
    display: inline-block;
}

    .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        text-align: center;
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
        }

            .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio {
                background: rgb(255, 255, 255);
                border-radius: 50%;
                border: 5px solid rgb(65, 133, 143);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step span.ufb-step-radio::after {
                    background: rgb(65, 133, 143);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

        .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
        }

            .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio {
                background: rgb(255, 255, 255);
                border-radius: 50%;
                border: 5px solid rgb(233, 242, 245);
                border-image: none;
                width: 40px;
                height: 40px;
                overflow: hidden;
                clear: both;
                margin-top: 15px;
                display: inline-block;
                position: relative;
                -webkit-border-radius: 50%;
                -moz-border-radius: 50%;
                -ms-border-radius: 50%;
            }

                .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step span.ufb-step-radio::after {
                    background: rgb(233, 242, 245);
                    border-radius: 50%;
                    left: 33%;
                    top: 33%;
                    width: 10px;
                    height: 10px;
                    position: absolute;
                    z-index: 999;
                    content: "";
                    -webkit-border-radius: 50%;
                    -moz-border-radius: 50%;
                    -ms-border-radius: 50%;
                }

            .ufb-template-9 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step .ufb-step-title {
                overflow: hidden;
                clear: both;
                display: block;
                white-space: nowrap;
                -ms-text-overflow: ellipsis;
            }

.ufb-form-wrapper.ufb-template-10 {
    padding: 40px 30px;
    overflow: hidden;
    box-shadow: 0px 3px 8px 3px rgba(0,0,0,0.4);
    background-color: rgb(255, 220, 1);
}

    .ufb-form-wrapper.ufb-template-10 .ufb-form-title {
        background: rgb(255, 255, 255);
        padding: 10px;
        border-radius: 5px;
        font-size: 30px;
        margin-bottom: 40px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

.ufb-template-10 .ufb-form-field-wrap {
    padding: 5px 20px 0px 10px;
    border-radius: 6px;
    margin-bottom: 40px;
}

    .ufb-template-10 .ufb-form-field-wrap.ufb-captcha-wrap label.ufb-control-label {
        border-radius: 5px;
        width: 100%;
        color: rgb(0, 0, 0);
        clear: both;
        font-size: 20px;
        display: inline-block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-10 .ufb-form-field-wrap .ufb-control-label {
        border-radius: 5px;
        color: rgb(0, 0, 0);
        clear: both;
        font-size: 20px;
        display: block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-10 .ufb-form-field-wrap.ufb-email-wrap .ufb-control-label {
    }

.ufb-template-10 .ufb-form-message.ufb-success-message {
    padding: 5px 10px;
    border: 1px solid rgb(170, 178, 189);
    border-image: none;
    clear: both;
    font-size: 15px;
}

.ufb-template-10 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-10 .ufb-error {
    text-align: right;
    color: rgb(255, 0, 0);
    font-size: 13px;
    font-style: italic;
    margin-top: 3px;
}

.ufb-template-10 .ufb-math-captcha-ans {
    border: 1px solid rgb(255, 255, 255);
    border-image: none;
    width: 50% !important;
    font-size: 15px;
    margin-top: 3px;
}

.ufb-template-10 .ufb-form-message.ufb-error-message {
    padding: 5px 10px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    color: rgb(255, 0, 0);
    overflow: hidden;
    font-size: 15px;
    display: block;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .qq-progress-bar {
    background: rgb(0, 0, 0);
    color: rgb(255, 255, 255);
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .qq-upload-list li {
    background: rgb(0, 0, 0);
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-sub-label-notes {
    color: rgb(51, 51, 51);
    font-size: 14px;
    font-style: italic;
    display: block;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-relative {
    margin-left: 5px;
    position: relative;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    background: rgb(0, 0, 0);
    padding: 2px 4px;
    border-radius: 5px;
    border: 1px solid rgb(0, 0, 0);
    border-image: none;
    color: rgb(255, 255, 255);
    text-transform: capitalize;
    font-size: 13px;
    font-style: italic;
    position: absolute;
    z-index: 1111;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon {
    background: rgb(0, 0, 0);
    border-radius: 50%;
    top: -3px;
    width: 17px;
    height: 17px;
    text-align: center;
    color: rgb(255, 255, 255);
    line-height: 18px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes {
    padding: 1px 0px 1px 10px;
    left: 22px;
    top: -1px;
    display: none;
    position: absolute;
    z-index: 9999;
    min-width: 125px;
}

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-info-icon-notes::after {
        left: -7px;
        top: 2px;
        width: 0px;
        height: 0px;
        border-top-color: transparent;
        border-right-color: rgb(0, 0, 0);
        border-bottom-color: transparent;
        border-top-width: 10px;
        border-right-width: 10px;
        border-bottom-width: 10px;
        border-top-style: solid;
        border-right-style: solid;
        border-bottom-style: solid;
        position: absolute;
        content: "";
    }

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap label {
    width: 20%;
    float: left;
    display: inline-block;
}

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap label.ufb-control-label {
        padding: 5px;
        width: 100%;
        clear: both;
        display: block;
    }

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
    width: 100%;
    float: left;
    display: inline-block;
}

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='text'] {
        background: rgb(244, 242, 242);
        padding: 12px;
        border-radius: 5px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='email'] {
        background: rgb(244, 242, 242);
        padding: 12px;
        border-radius: 5px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='password'] {
        background: rgb(244, 242, 242);
        padding: 12px;
        border-radius: 5px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field input[type='number'] {
        background: rgb(244, 242, 242);
        padding: 12px;
        border-radius: 5px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
    }

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field textarea {
        background: rgb(244, 242, 242);
        padding: 12px;
        border-radius: 0px;
        border: 0px solid rgb(170, 178, 189);
        border-image: none;
        width: 100%;
        display: block;
        position: relative;
        -webkit-border-radius: 0px;
        -moz-border-radius: 0px;
        -ms-border-radius: 0px;
    }

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input.ufb-form-radio {
    display: none;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input[type=radio] + label {
    background: url("../images/uncheck-radio-10.png") no-repeat left;
    padding: 3px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input[type=radio]:checked + label {
    background: url("../images/checked-radio-10.png") no-repeat left;
    padding: 3px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-checkbox {
    display: none;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + label {
    background: url("../images/check-box-checked-10.png") no-repeat left;
    padding: 5px 0px 0px 40px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + label {
    background: url("../images/check-box-10.png") no-repeat left;
    padding: 5px 0px 0px 40px;
    height: 34px;
    font-size: 16px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input.ufb-agreement-checkbox {
    display: none;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input[type=checkbox]:checked + .ufb-agreement-text {
    background: url("../images/check-box-checked-10.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap input[type=checkbox] + .ufb-agreement-text {
    background: url("../images/check-box-10.png") no-repeat left;
    padding: 5px 0px 0px 35px;
    height: 34px;
    font-size: 15px;
    margin-bottom: 8px;
    vertical-align: top;
    display: block;
    cursor: pointer;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-email-field {
    background: url("../images/mail-10.png") no-repeat right 10px center / 20px auto rgb(233, 242, 245);
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-password {
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-sub-field-wrap label {
    width: auto;
    clear: both;
    margin-right: 5px;
    display: block;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .sbHolder {
    height: 42px;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .sbSelector {
    height: 42px;
    line-height: 42px;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .sbToggle {
    height: 42px;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap {
    width: 50%;
    float: left;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap input[type='text'] {
        width: 80%;
        float: right;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-form-datepicker {
        background: url("../images/date-icon-10.png") no-repeat right 10px center / 20px auto rgb(233, 242, 245);
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-datepicker-daterange-wrap .ufb-datepicker-daterange-label {
        width: 20%;
        text-align: center;
        line-height: 42px;
        font-size: 13px;
        float: left;
        display: inline-block;
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-wrap {
    width: auto;
    padding-right: 5px;
    float: left;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-wrap select {
        background: rgb(233, 242, 245);
        padding: 6px 0px;
        border: currentColor;
        border-image: none;
        width: auto;
        font-size: 14px;
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-time-wrap {
    width: auto;
    margin-left: 5px;
    float: left;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-time-wrap select {
        background: rgb(233, 242, 245);
        padding: 6px 0px;
        border: currentColor;
        border-image: none;
        width: auto;
        font-size: 14px;
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap {
    width: 50%;
    float: left;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap .ufb-date-wrap {
    width: 85%;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-date-from-wrap .ufb-date-sub-label {
    width: 15%;
    text-align: center;
    line-height: 34px;
    font-size: 13px;
    float: left;
    display: block;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button {
    background: rgb(17, 17, 17);
    padding: 10px 25px;
    border-radius: 5px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    text-shadow: none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button:hover {
        background: black;
        transition: 0.3s;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .qq-uploader .qq-upload-button:active {
        background: black;
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating {
    left: -21px;
    margin-top: 0px;
    display: inline-block;
    position: relative;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label.full {
        display: inline-block;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input[type='radio'] + label {
        background: none;
        padding: 3px 0px 0px 3px;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label {
        color: rgb(255, 255, 255);
        float: right;
    }

        .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:hover {
            color: rgb(0, 0, 0);
        }

        .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:focus {
            color: rgb(0, 0, 0);
        }

        .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label::before {
            margin-top: 0px;
        }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label {
        color: rgb(0, 0, 0);
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating :not(:checked) > label:hover {
        color: rgb(0, 0, 0);
    }

        .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating :not(:checked) > label:hover ~ label {
            color: rgb(0, 0, 0);
        }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked + label:hover {
        color: rgb(0, 0, 0);
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label:hover {
        color: rgb(0, 0, 0);
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating label:hover ~ input:checked ~ label {
        color: rgb(0, 0, 0);
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .rating input:checked ~ label:hover ~ label {
        color: rgb(0, 0, 0);
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    display: inline;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    display: inline;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
    display: none;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-math-captcha-wrap .ufb-math-captcha-ans {
    padding: 12px;
    border-radius: 0px;
    width: 50% !important;
    height: auto;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit {
    background: rgb(17, 17, 17);
    padding: 11px 24px;
    border-radius: 0px;
    border: 1px solid rgb(0, 0, 0);
    border-image: none;
    color: rgb(255, 255, 255);
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit:hover {
        background: black;
        transition: 0.3s;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-submit:active {
        background: black;
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset {
    background: rgb(255, 255, 255);
    padding: 11px 27px;
    border-radius: 0px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
    color: rgb(0, 0, 0);
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset:hover {
        background: rgb(235, 235, 235);
        transition: 0.3s;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-reset:active {
        background: rgb(191, 191, 191);
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-thumb-value {
    display: none;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-active-thumb > i {
    color: rgb(0, 0, 0);
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field span i {
    color: rgb(255, 255, 255);
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field span i:hover {
        color: rgb(0, 0, 0);
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-state-default {
    background: url("../images/range-bg-10.png") no-repeat;
    border-radius: 0px;
    border: currentColor;
    border-image: none;
    top: -3px;
    width: 40px;
    height: 40px;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-state-default:focus {
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-slider-value {
    margin: 5px;
    padding: 2px;
    border-radius: 3px;
    border: 1px solid rgb(119, 119, 119);
    border-image: none;
    width: auto;
    height: 25px;
    text-align: center;
    line-height: 20px;
    display: inline-block;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-slider-horizontal {
    background: rgb(233, 242, 245);
    border-radius: 15px;
    border: currentColor;
    border-image: none;
    height: 30px;
    margin-top: 16px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ui-widget-header {
    background: rgb(73, 154, 16);
    border-radius: 15px 0px 0px 15px;
    box-shadow: inset 4px 5px 15px #000;
    -webkit-box-shadow: 4px 5px 15px #000 inset;
    -webkit-border-radius: 15px 0px 0px 15px;
    -moz-border-radius: 15px 0px 0px 15px;
    -ms-border-radius: 15px 0px 0px 15px;
    -moz-box-shadow: 4px 5px 15px #000 inset;
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table {
    border: currentColor;
    border-image: none;
    width: 100%;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table thead td {
        border-bottom-color: rgb(255, 255, 255) !important;
        border-bottom-width: 1px !important;
        border-bottom-style: solid !important;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td {
        border-top-color: currentColor;
        border-left-color: currentColor;
        border-top-width: medium;
        border-left-width: medium;
        border-top-style: none;
        border-left-style: none;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table tr:last-child td {
        border-bottom-color: currentColor;
        border-bottom-width: medium;
        border-bottom-style: none;
    }

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td {
        padding: 8px;
        text-align: center;
        border-right-color: rgb(255, 255, 255);
        border-bottom-color: rgb(255, 255, 255);
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-right-style: solid;
        border-bottom-style: solid;
    }

        .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-choice-matrix-table td:last-child {
            border-right-color: currentColor;
            border-right-width: medium;
            border-right-style: none;
        }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:hover {
    background: rgb(254, 204, 9);
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:focus {
    background: rgb(254, 204, 9);
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .wp-editor-wrap button:hover .mce-ico {
    color: rgb(255, 255, 255);
}

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder {
    border: currentColor;
    border-image: none;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-file-preview .ufb-pro-prev-holder span.ufb-pro-preview-remove {
        background: 0px 0px;
        padding: 1px !important;
        border-radius: 100%;
        border: 1px solid rgb(204, 204, 204);
        border-image: none;
        top: 10px;
        width: 20px;
        height: 20px;
        text-align: center;
        right: -14px;
        color: rgb(0, 0, 0);
        line-height: 18px;
        font-weight: bold;
        position: absolute;
        cursor: pointer;
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field select.ufb-form-dropdown > option {
    background: rgb(233, 242, 245);
    color: rgb(0, 0, 0);
    cursor: pointer;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field select.ufb-form-dropdown > option:hover {
        background: rgb(233, 242, 245);
        color: rgb(255, 255, 255);
        cursor: pointer;
    }

.ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown {
    background: rgb(233, 242, 245);
    padding: 8px;
    border: currentColor;
    border-image: none;
    width: 50%;
    height: 42px;
}

    .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown option {
        padding: 12px;
    }

        .ufb-template-10 .ufb-front-form .ufb-column-1 .ufb-form-field .ufb-form-dropdown option :hover {
            background: rgb(0, 0, 0);
            padding: 12px;
            color: rgb(255, 255, 255);
        }

.ufb-template-10 .ufb-form-field-wrap.ufb-datepicker-wrap .ufb-form-field .ufb-form-datepicker {
    background: url("../images/date-icon-10.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247) !important;
}

.ufb-template-10 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    width: auto !important;
    float: left;
}

.ufb-template-10 .ufb-form-field-wrap .ufb-form-field .ufb-agreement-text {
    width: auto !important;
    float: left;
}

.ufb-template-10 .ufb-form-field-wrap .ufb-form-field input[type='checkbox'] {
    margin-top: 7px;
    margin-right: 5px;
}

.ufb-template-10 .ufb-form-field-wrap .ufb-form-field .ufb-pro-prev-holder > img {
    border-radius: 10px;
    border: 1px solid rgb(204, 204, 204);
    border-image: none;
}

.ufb-template-10 .ufb-front-form .ufb-datepicker-wrap .ufb-form-datepicker {
    background: url("../images/date-icon-10.png") no-repeat right 10px center / 20px auto rgb(247, 247, 247);
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked + label:hover {
    color: rgb(0, 0, 0) !important;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover {
    color: rgb(0, 0, 0) !important;
}

.rating > label:hover ~ input:checked ~ label {
    color: rgb(0, 0, 0) !important;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label:hover ~ label {
    color: rgb(0, 0, 0) !important;
}

.ufb-template-10 .ui-datepicker .ui-widget-header {
    background: rgb(0, 0, 0) !important;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .rating > input:checked ~ label {
    color: rgb(0, 0, 0) !important;
}

.ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover {
    color: rgb(0, 0, 0) !important;
}

    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field :not(:checked).rating > label:hover ~ label {
        color: rgb(0, 0, 0) !important;
    }

.ufb-template-10 .ufb-step-error {
    padding: 5px;
    border: 1px solid rgb(255, 0, 0);
    border-image: none;
    width: 100%;
    color: rgb(255, 0, 0);
    overflow: hidden;
    clear: both;
    margin-top: 10px;
    display: inline-block;
}

.ufb-template-10 .ufb-front-form .ufb-each-step-wrap {
}

    .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-step-title {
        font-size: 20px;
        margin-bottom: 15px;
    }

    .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-next-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-next-step:active {
            background: black;
        }

    .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-back-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-back-step:active {
            background: black;
        }

    .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-final-step {
        background: rgb(0, 0, 0);
        padding: 8px 24px;
        border: 1px solid rgb(0, 0, 0);
        border-image: none;
        color: rgb(255, 255, 255);
        font-size: 15px;
        font-weight: normal;
    }

        .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:hover {
            background: black;
            transition: 0.3s;
        }

        .ufb-template-10 .ufb-front-form .ufb-each-step-wrap .ufb-final-step:active {
            background: black;
        }

.ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap {
    margin-bottom: 40px;
}

    .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading {
        margin-right: 12px;
        display: inline-block;
    }

        .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step.ufb-first-step::before {
            content: none;
        }

        .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step {
            background: rgb(0, 0, 0);
            padding: 5px 15px;
            border: 2px solid rgb(0, 0, 0);
            border-image: none;
            color: rgb(255, 255, 255);
            position: relative;
        }

            .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(0, 0, 0);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(0, 0, 0);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                content: "";
            }

        .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step {
            background: rgb(252, 252, 252);
            padding: 5px 15px;
            border: 2px solid rgb(252, 252, 252);
            border-image: none;
            color: rgb(0, 0, 0);
            display: inline-block;
            position: relative;
        }

            .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::before {
                left: -2px;
                top: -3px;
                width: 0px;
                height: 0px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(255, 220, 1);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

            .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
                top: -3px;
                width: 0px;
                height: 0px;
                right: -12px;
                border-top-color: transparent;
                border-bottom-color: transparent;
                border-left-color: rgb(252, 252, 252);
                border-top-width: 20px;
                border-bottom-width: 20px;
                border-left-width: 10px;
                border-top-style: solid;
                border-bottom-style: solid;
                border-left-style: solid;
                position: absolute;
                z-index: 111;
                content: "";
            }

@media screen and (max-width:768px) {
    .ufb-default-template .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-default-template .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (min-width:1400px) {
    .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-default-template .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-1 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-1 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-2 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-2 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-3 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-4 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-4 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-5 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-6 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-6 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-7 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-8 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-8 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-9 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:768px) {
    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-control-label {
        width: 100%;
        clear: both;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field {
        width: 100%;
        clear: both;
    }

        .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-datepicker-daterange-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }

        .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-wrap {
            width: 100%;
            clear: both;
            margin-bottom: 20px;
        }
}

@media screen and (max-width:480px) {
    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-form-from-wrap {
        width: 100%;
        clear: both;
        margin-bottom: 20px;
    }
}

@media screen and (max-width:480px) {
    .ufb-template-10 .ufb-front-form .ufb-form-field-wrap .ufb-form-field .ufb-date-from-wrap {
        width: 100%;
        clear: both;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-incomplete-step::after {
        top: -2px;
        right: -10px;
    }
}

@media screen and (min-width:1400px) {
    .ufb-template-10 .ufb-front-form .ufb-steps-heading-wrap .ufb-each-step-heading.ufb-complete-step::after {
        top: -2px;
        right: -10px;
    }
}
