/**=== Icon Box Title Hover ===**/
.hover-purple:hover .elementor-icon-box-title a {
    color: #6d27e5;
}

/**=========== Banca Icon List ============**/
.separator ul .elementor-icon-list-item:not(:last-child):after {
    top: 8px !important;
}

/**===========  Hover Underline Button ============**/
.hover_underline .elementor-button-link .elementor-button-text {
    position: relative;
}

.hover_underline .elementor-button-link .elementor-button-text::after {
    content: "";
    position: absolute;
    height: 1.5px;
    width: 100%;
    top: 125%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-out;
    background-color: var(--primary-color);
}

.hover_underline .elementor-button-link:hover .elementor-button-text::after {
    opacity: 1;
    visibility: visible;
    top: 100%;
}

/****************** Multi Step CSS by Showrob **********************************/
.multistep_form_loan form.elementor-form {
    display: grid;
    grid-template-columns: 20% 75%;
    column-gap: 6%;
}

.multistep_form_loan .e-form__indicators--type-number_text {
    display: flex;
    flex-direction: column;
    justify-content: unset;
    position: relative;
    margin-top: 70px;
}

.multistep_form_loan .e-form__indicators--type-number_text::after {
    content: "";
    position: absolute;
    background-color: #dcdee0;
    height: 165px;
    width: 2px;
    left: 14px;
    top: 29px;
    z-index: -1;
}

.multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator::after {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 60px;
    left: 10px;
    right: 60px;
    background-color: #dcdee0ed;
    margin-top: 92px;
}

.multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator:last-child::after {
    display: none;
}

.multistep_form_loan form.elementor-form .elementor-form-fields-wrapper.elementor-labels-above {
    padding: 45px 50px;
    background-color: var(--bs-white);
    border-radius: 10px;
    box-shadow: 0 0.5px 1px 0 rgba(51, 77, 114, 0.1), 0px 1.6px 3.6px 0 rgba(51, 77, 114, 0.15);
}


.multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 15px;
    padding-left: 0;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 55px;
}

.multistep_form_loan .e-form__indicators__indicator--state-inactive [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
    background-color: #f5f7fa;
}

.multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator--state-active [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
    background-color: #0050B0;
    border: 0;
    color: #fff;
}

.multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator--state-active {
    color: #0050B0;
}

.multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator__separator {
    display: none;
}

.multistep_form_loan .e-form__indicators__indicator--state-completed [class*=indicator--shape-]:not(.e-form__indicators__indicator--shape-none) {
    background-color: var(--bs-white);
    border: 1px solid #39b54a;
    color: #39b54a;
}


.multistep_form_loan .elementor-field-group-email .elementor-field-subgroup .elementor-field-option {
    width: 22%;
    background-color: rgba(0, 80, 178, 0.05);
    margin-right: 4%;
    border-radius: 5px;
    padding-right: 0;
}

.multistep_form_loan .elementor-field-group-email .elementor-field-subgroup .elementor-field-option:last-child {
    margin-right: 0;
}

.multistep_form_loan .elementor-field-group-email .elementor-field-subgroup .elementor-field-option:hover {
    background-color: #0050b2;
    color: #fff;
}


.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup {
    margin-bottom: 7px;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup:first-child span.elementor-field-option input {
    display: none;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup:first-child span.elementor-field-option label {
    position: relative;
    font-size: 16px;
    font-weight: 500;
    height: 120px;
    display: flex;
    align-items: end;
    justify-content: center;
    padding-bottom: 20px;
    color: #171d24 !important;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup:first-child span.elementor-field-option label:hover {
    color: #ffffff !important;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup:first-child span.elementor-field-option label::after {
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
    top: 10%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup:first-child span.elementor-field-option label::before {
    content: "";
    width: 100%;
    position: absolute;
    height: 50%;
    top: 10%;
    left: 0;
    background-repeat: no-repeat;
    background-position: center;
}


.multistep_form_loan .elementor-field-group .elementor-select-wrapper::before {
    font-family: ElegantIcons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    content: "\33";
    display: block;
    pointer-events: none;
    position: absolute;
    right: 12px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .15s ease-in-out;
    transition: all .15s ease-in-out;
    color: #6a737c !important;
    text-shadow: none !important;
}


/* item 1 */
/* min-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(1) label::after {
    background-image: url('../images/malti-form/icon-4.1-hover.png');
}

/* hover-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(1) label::before {
    background-image: url('../images/malti-form/icon-4.2.png');
}

/* item 2 */
/* min-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(2) label::after {
    background-image: url('../images/malti-form/icon-5.1-hover.png');
}

/* hover-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(2) label::before {
    background-image: url('../images/malti-form/icon-5.2.png');
}

/* item 3 */
/* min-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(3) label::after {
    background-image: url('../images/malti-form/icon-6.1-hover.png');
}

/* hover-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(3) label::before {
    background-image: url('../images/malti-form/icon-6.2.png');
}

/* item 4 */
/* min-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(4) label::after {
    background-image: url('../images/malti-form/icon-7.1-hover.png');
}

/* hover-img */
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(4) label::before {
    background-image: url('../images/malti-form/icon-7.2.png');
}

/* min-hover */
.multistep_form_loan .elementor-field-group-email .elementor-field-subgroup span.elementor-field-option input:checked ~ label {
    background-color: #0050B0;
    cursor: pointer;
    color: #ffffff !important;
    border-radius: 5px;
}

/*.multistep_form_loan form.elementor-form .elementor-form-fields-wrapper.elementor-labels-above div:nth-child(3) div:nth-child(5),*/

.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option label:hover::after,
.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(1) input:checked ~ label::after,
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(2) input:checked ~ label::after,
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(3) input:checked ~ label::after,
.multistep_form_loan .elementor-form-fields-wrapper .elementor-field-subgroup:first-child span.elementor-field-option:nth-child(4) input:checked ~ label::after {
    display: none;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup span {
    margin-right: 30px;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup span input {
    margin-right: 4px;
}

.multistep_form_loan .elementor-field-type-radio .elementor-field-subgroup span label {
    color: #9199a1 !important;
    font-size: 16px !important;
}

.multistep_form_loan .e-form__buttons .e-form__buttons__wrapper {
    margin-bottom: 0 !important;
}


.multistep_form_loan .doc-info {
    display: flex;
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}

.multistep_form_loan .doc-info span {
    color: #171d24;
    margin-right: 15px;
}

.multistep_form_loan .doc-info p {
    color: #6a737c;
}

.multistep_form_loan .elementor-field-type-checkbox .elementor-field-subgroup span label {
    color: #9199a1 !important;
    font-size: 15px !important;
}


@media (max-width: 1024px) {

    .multistep_form_loan .elementor-field-group-email .elementor-field-subgroup .elementor-field-option {
        width: 46%;
        margin: 0 4% 4% 0;
    }

    .multistep_form_loan form.elementor-form {
        grid-template-columns: 26% 75%;
    }


}

@media (max-width: 768px) {
    .multistep_form_loan form.elementor-form {
        grid-template-columns: 25% 70%;
        column-gap: 4%;
    }

    .multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .multistep_form_loan form.elementor-form {
        grid-template-columns: 100%;
    }

    .multistep_form_loan form.elementor-form .elementor-form-fields-wrapper.elementor-labels-above {
        padding: 45px 7.5px 45px 7.5px;
    }

    .multistep_form_loan .e-form__indicators--type-number_text {
        margin-top: 0;
    }

    .multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator {
        margin-bottom: 30px;
    }

    .multistep_form_loan .e-form__indicators--type-number_text .e-form__indicators__indicator::after {
        margin-top: 60px;
    }

    .multistep_form_loan .e-form__indicators--type-number_text::after {
        height: 130px;
    }

    .multistep_form_loan .elementor-field-group-email .elementor-field-subgroup .elementor-field-option {
        width: 100%;
        margin: 0 0 15px 0;
    }
}