/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */

* {
    box-sizing: border-box;
    text-decoration: none;
}

.page-header {
    display: none;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
.spinner {
    display: inline-block;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #555;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 1s linear infinite;
}
.main_container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    position: relative;

}

html {
    scroll-behavior: smooth;
}

button {
    outline: 0
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
    margin: 0px;
}

body {
    margin: 0;
}


/* chnage the background  colour of form page*/
body.page-template-default.page.page-id-91.wp-embed-responsive.theme-default.elementor-default.elementor-kit-10 {
    background: #22ca976b;

}


body.page-template-default.page.page-id-91.logged-in.admin-bar.wp-embed-responsive.theme-default.elementor-default.elementor-kit-10.dialog-body.dialog-buttons-body.dialog-container.dialog-buttons-container.customize-support #bottom_to {
    display: none !important;
}

body.page-template-default.page.page-id-91.wp-embed-responsive.theme-default.elementor-default.elementor-kit-10 #bottom_to {
    display: none !important;
}

.menubar__icon svg {
    display: none;
}

a.fill_btn_footer {
    position: fixed;
    right: 40px;
    bottom: 40px;
    background: #ffc83b;
    padding: 24px 177px 28px 35px;
    font-family: Arial, sans-serif;
    color: #000 !important;
    font-size: 24px;
    z-index: 11;
}

img.btn_img {
    height: 140px;
    pointer-events: none;
    width: 140px;
    position: fixed;
    z-index: 11;
    right: 26px;
    bottom: 40px;
    object-fit: cover;
    margin-bottom: -25px;
}

a.fill_btn {
    background: #3f55ff;
    color: #ffffff;
    padding: 12px 24px;
    border: none;
    border-radius: 10px;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    align-self: center;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    gap: 10px;
}

a.fill_btn:hover {
    background: #000;
    color: #fff;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #0000004d !important;
}

.wpcf7 input:-ms-input-placeholder,
.wpcf7 textarea:-ms-input-placeholder {
    color: #0000004d !important;
}


.wpcf7 input[type="date"]::placeholder,
.wpcf7 input[type="number"]::placeholder {
    color: #0000004d !important;
}

.wpcf7 select {
    color: #0000004d !important;
}


/*header  section css start */
#top__bar .main_container {
    display: flex;
    gap: 50px;
    align-items: center;



}

#top__bar .inner_container {
    width: 20%;
}

a.contact_info {
    color: #fff;
    font-size: 18px;
}

#top__bar .inner_container img {
    width: 100%;
    max-width: 200px;
    object-fit: contain;
}

#top__bar .menu_container {
    width: 80%;
    justify-content: end;
    display: flex;
    align-items: center;
    gap: 40px;

}

#top__bar .menu_container ul {
    display: flex;
    margin: 0px;
    gap: 35px;
}

#top__bar .menu_container ul li a {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-family: 'Arial', serif;
}

#top__bar .menu_container ul li {
    list-style: none;
}

#header_banner {
    padding: 20px 60px;
    z-index: 1111;
    position: relative;
    border-bottom: solid 1px #0000002e;


}

#header_banner .main_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

#header_banner .main_container ul.wp-block-social-links.is-layout-flex.wp-block-social-links-is-layout-flex {
    margin: 0px;
    gap: 10px;
}

#header_banner .main_container a.wp-block-social-link-anchor {
    font-size: 17px;
}

/*header  section css end */

/*footer  section css start */
#footer_sec {
    padding: 80px 60px;
    background: linear-gradient(90deg, #f5ffcc, #1cc995);
}

.footer_img {
    display: flex;
    justify-content: center;
}

.footer_img img {
    max-width: 500px;
}

#footer_sec .footer_contain_row {
    display: flex;
    gap: 50px;
    justify-content: space-between;

}

#footer_sec .footer_site_container li a {
    color: #000;
    font-size: 16px;
    font-family: Arial, sans-serif;
}

#footer_sec .footer_site_container li a:hover {
    border-bottom: solid 1px #000;
}

#footer_sec .footer_site_container {
    width: fit-content;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer_sec .footer_logo {

    display: flex;
    flex-direction: column;
    gap: 20px;
}

#footer_sec .footer_logo p {
    font-size: 16px;
    font-weight: 400;
    font-family: 'Arial', serif;
    line-height: 25px;
    color: #000;
    width: 380px;
}

#footer_sec .footer_site_container h4 {
    font-size: 24px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
}

#footer_sec .footer_logo img {
    max-width: 200px;
}

#footer_sec .footer_site_container li {
    list-style: none;
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
    color: #000;
    font-family: 'Arial', serif;
}

#footer_sec .footer_site_container li a {
    color: unset;
}

#footer_sec .footer_site_container ul {
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
    flex-direction: column;
}

#footer_sec .footer_site_container .join_us_detsails h5 {

    font-size: 22px;
    font-weight: 600;
    font-family: Arial, sans-serif;
    line-height: 30px;
    color: #000;
    text-transform: capitalize;
}

#footer_sec .footer_site_container .join_us_detsails h6 {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Arial', serif;
    line-height: 30px;
    color: #000;
}

#footer_sec .footer_site_container .join_us_detsails a.contact_info_footer {
    font-size: 18px;

    font-size: 18px;
    font-weight: 400;
    font-family: 'Arial', serif;
    line-height: 30px;
    color: #000;
}

.footer_outer {
    background-color: #1cc995;
    padding: 10px 60px;

}

.footer_outer .footer_outer_container.main_container {
    text-align: center;
}

.footer_outer .footer_outer_container.main_container p {
    font-size: 18px;
    font-weight: 400;
    font-family: 'Arial', serif;
    line-height: 30px;
    color: #fff;
}

.footer_outer .footer_outer_container.main_container .fa {
    padding: 10px;
    font-size: 20px;
    width: 20px;
    text-align: center;
    text-decoration: none;

    border-radius: 10px;
    color: #fff;
}

.footer_outer .footer_outer_container.main_container .fa:hover {
    opacity: 0.7;
}

#bottom_to {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #ffc83b;
    border-radius: 5px;
    box-shadow: 15px 15px 55px #00000054;
    cursor: pointer;
    padding: 24px 177px 28px 35px;
    pointer-events: auto;
    z-index: 111;


}

#bottom_to a {
    color: #272d2e;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    position: relative;
    z-index: 2;
    font-family: Arial, sans-serif;
}

.footer_img_money img {
    position: absolute;
    height: 140px;
    width: 140px;
    right: 0;
    top: -30px;
}

/*footer  section css end */


/* hero section css start*/



#hero__section {
    position: relative;
    min-height: 85vh;
    overflow: hidden;
    margin-top: -110px;
    background-size: cover;
    background-position: top;
    background-repeat: no-repeat;
    justify-content: center;
    display: flex;
    padding: 150px 60px 60px 0px;
    background: radial-gradient(ellipse at center, #f5ffcc 0%, #1cc99545 100%);
}



#hero__section .hero__main {
    position: relative;
    z-index: 1;
    color: #000;
    text-align: center;
    gap: 40px;
    align-items: flex-start;
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 100%;


}

#hero__section .hero__main .candidad_sec {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #0000003b;
    border-bottom: 1px solid #0000003b;
}

#hero__section .hero__main .candidad_sec h5 {
    display: flex;
    gap: 10px;
    font-size: 18px;
    font-weight: 500;
    padding: 16px 0;
    color: #272d2e66;
}

#hero__section .hero__main p {
    font-size: 21px;
    color: #000000;
    font-family: Arial, sans-serif;
    max-width: 700px;
    text-align: left;

}

#hero__section .hero__main .hero_left_col {

    width: 50%;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: flex-start;
    max-width: 700px;

}

#hero__section .hero__main .hero_left_img {
    width: 50%;
}

#hero__section .hero__main h1.heighlighted_text::after {
    content: '';
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    height: 17px;
    background: linear-gradient(90deg, #29edb1, #29edb1);
    border-radius: 15px;
    z-index: -1;

}

#hero__section .hero__main h1 {
    font-size: 70px;
    line-height: 72px;
    font-weight: 700;
    font-family: 'Roboto Slab', serif;
    text-align: left;
    max-width: 670px;
    position: relative;
    z-index: 11111;
    color: #272d2e;
}

#hero__section .hero__main h1 span {
    color: #000;

}

#hero__section .slider-wrapper {
    --thumb-diameter: 2em;
    --thumb-radius: calc(var(--thumb-diameter) / 2);
    --track-border-width: 1px;
    --value: 50;
    --pos: calc(var(--thumb-radius) + .01 * var(--value) *(100% - var(--thumb-diameter)));
    max-width: 100%;

    text-align: center;
    font-size: 1.25em;
}

#hero__section .slider-tooltip {
    --tooltip-background: #FFE;
    --tooltip-border-width: 1px;
    --tooltip-border-color: #080;
    --tooltip-hight-arrow: 1em;
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom: 2em;
    margin-left: calc(var(--pos) + var(--track-border-width));
    padding: .5em 1em;
    min-width: 2em;
    border: var(--tooltip-border-width) solid var(--tooltip-border-color);
    border-radius: 5px;
    font-weight: 700;
    white-space: nowrap;
    color: #4A0;
    background-color: var(--tooltip-background);
    box-shadow: 0 .25em .75em #0006;
    transition: .25s;
    translate: calc(-50%);
}

#hero__section .slider-tooltip::after {
    content: "";
    position: absolute;
    top: calc(100% + var(--tooltip-border-width));
    left: 50%;
    width: var(--tooltip-hight-arrow);
    height: var(--tooltip-hight-arrow);
    border: inherit;
    border-top: none;
    border-left: none;
    background-color: inherit;
    box-shadow: none;
    transform: translate(-50%, -50%) rotate(45deg);
}

#hero__section input[type="range"].slider {
    --track-height: .7em;
    --track-background: linear-gradient(#22ca97, #22ca97);
    --thumb-background: #22ca97;
    --thumb-border: 2px solid #FFF;
    --effect-over: 0 0 0 .75em #4A02;
    --effect-active: 0 0 0 .75em #5F03;
    display: block;
    -webkit-appearance: none;
    box-sizing: content-box;
    width: 100%;
    height: var(--track-height);
    margin: 0;
    border: var(--track-border-width) solid #AAA;
    border-radius: 5px;
    font-size: 1em;
    outline: none;
    opacity: 0.7;
    background: #fff;
    background-image: var(--track-background);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: var(--pos) var(--track-height);
    box-shadow: 0 0 1em #CCC;
    cursor: pointer;
}

#hero__section input[type="range"].slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    width: var(--thumb-diameter);
    height: var(--thumb-diameter);
    border: var(--thumb-border);
    border-radius: 50%;
    background: var(--thumb-background);
    box-shadow: 0 0 .5em #888;
    cursor: ew-resize;
}

#hero__section input[type="range"].slider::-moz-range-thumb {
    box-sizing: border-box;
    width: var(--thumb-diameter);
    height: var(--thumb-diameter);
    border: var(--thumb-border);
    border-radius: 50%;
    background: var(--thumb-background);
    box-shadow: 0 0 .5em #888;
    cursor: ew-resize;
}

/* #hero__section input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: var(--effect-over);
  } */
#hero__section input[type="range"]::-moz-range-thumb:hover {
    box-shadow: var(--effect-over);
}



#hero__section .main__content p {
    margin-bottom: 16px;
}

#hero__section .hero_left_img img {
    max-width: 100%;
    height: 100%;

}

#hero__section input[type="range"]::-ms-fill-lower {
    background-color: #22ca97;
}

.slider-range {
    width: 100%;

    font-family: Arial, sans-serif;
}

.slider-range__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.slider-range__label {
    font-size: 21px;
    font-weight: 700;
    color: black;
}

.slider-range__amount {
    display: flex;
    align-items: center;
    gap: 5px;
}

.slider-range__amount-text {
    font-size: 18px;
    font-weight: bold;
    color: black;
}

.slider-range__amount-currency {
    font-size: 16px;
    color: black;
}

.slider-range__wrap {
    position: relative;
    width: 100%;
}

.slider-range__slider {
    width: 100%;
    -webkit-appearance: none;
    appearance: none;
    height: 6px;
    background: linear-gradient(90deg, #1cc995 0%, black 100%);
    border-radius: 5px;
    outline: none;
    cursor: pointer;

}

/* Custom styling for input range thumb */
.slider-range__slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 16px;
    height: 16px;
    background: #1cc995;
    border: 2px solid black;
    border-radius: 50%;
    cursor: pointer;
}

.slider-range__slider::-moz-range-thumb {
    width: 16px;
    height: 16px;
    background: #1cc995;
    border: 2px solid black;
    border-radius: 50%;
    cursor: pointer;
}

.slider-range__minmax {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}


/* hero section css end*/
#hero__section_more_info {
    padding: 20px 60px;
    background-color: #ffffff;
}

#hero__section_more_info .hero__main_info {
    z-index: 1;
    color: #000;
    text-align: center;
    gap: 40px;
    display: flex;
    align-items: center;

}

#hero__section_more_info .hero-benefits__wrap {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

#hero__section_more_info .benefits-item {
    display: flex;
    gap: 15px;
    align-items: center;
    font-weight: bold;
}

#hero__section_more_info .benefits-item img {
    height: 40px;
    width: 40px;
}

#hero__section_more_info .benefits-item__text {

    font-size: 20px;
    color: #000;
}



/*Tu Préstamo Rápido  section  css start */
#Préstamo_Rápido {
    padding: 80px 60px;

}

#Préstamo_Rápido .Préstamo_Rápido_sec {
    gap: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
    flex-direction: column;
}

#Préstamo_Rápido .Préstamo_Rápido_sec h2 {
    font-size: 40px;
    font-family: Arial, sans-serif;
}

#Préstamo_Rápido .loan_step {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
    overflow: visible;
}

#Préstamo_Rápido .load_process_step {
    width: calc(33.33% - 20px);
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    text-align: left;
    gap: 8px;
    padding: 30px 36px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 14px 0px #eee8e8;
}

#Préstamo_Rápido .load_process_step h2 {
    background: #22ca97;
    padding: 20px 20px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    font-size: 36px;
    color: #000;
    margin-bottom: 10px;

}

#Préstamo_Rápido .load_process_step p {
    font-size: 18px;
    line-height: 24px;
    color: #000;
    font-family: Arial, sans-serif;

}

/*Tu Préstamo Rápido  section  css end */



/*our services  section  css start */
#our_services {
    padding: 0px 60px 0px 60px;
    /* background-color: #edfdd6; */
    margin-top: 80px;
    background: linear-gradient(78.22deg, #ecee8d 16.95%, #1cc995 87.44%),
        linear-gradient(90deg, #000 4.79%, #1cc995 95.21%);

}

#our_services .our_services_sec {
    gap: 50px;
    display: flex;
    align-items: center;
    text-align: center;
}

#our_services .our_services_sec .services_left_col {
    width: 50%;
    text-align: left;
    gap: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#our_services .our_services_sec .services_left_col h2 {
    font-size: 40px;
    font-family: Arial, sans-serif;

}

#our_services .our_services_sec .services_left_col p {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    font-family: 'Arial', serif;
}

#our_services .our_services_sec .our_services_right_img {
    width: 50%;

}

#our_services .our_services_sec .our_services_right_img img {
    width: 100%;
    height: 550px;
    margin-top: -80px;
    object-fit: contain;
    object-position: bottom;

}

#our_services .our_services_sec .our_services_right_img {
    width: 40%;
}

/*our services  section  css end */



/*online loan  section  css start */


#online_loan {
    padding: 80px 60px;

}

#online_loan .online_loan_sec {
    gap: 50px;
    display: flex;


}

#online_loan .online_loan_sec .online_loan_left_col {
    width: 40%;
}

#online_loan .online_loan_sec .online_loan_right_col {
    width: 60%;
}

#online_loan .online_loan_sec .online_loan_left_col h2 {
    font-size: 40px;
    font-family: Arial, sans-serif;

}

#online_loan .online_loan_sec .online_loan_right_col .question_list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

#online_loan .online_loan_sec .online_loan_right_col .question_list .que_data {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

#online_loan .online_loan_sec .online_loan_right_col .question_list .que_data h3 {
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

#online_loan .online_loan_sec .online_loan_right_col .question_list .que_data p {
    color: #000;
    font-size: 20px;
    line-height: 30px;
    font-family: 'Arial', serif;
}

/*online loan  section  css end  */

/*multi-step form  section  css start  */

.multi_step_form {
    padding: 80px 60px 130px;

}

/* Personal Data Form Design */
.multi_step_form .personal-data-heading {
    font-size: 40px;
    color: #000;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 30px;

}

.multi_step_form .personal-data-input,
.personal-data-select {
    width: 100%;
    padding: 12px;

    border: 1px solid #ccc;
    border-radius: 5px;
    font-size: 16px;
    transition: border-color 0.3s ease;
}

.multi_step_form .personal-data-input:focus,
.personal-data-select:focus {
    border-color: #004F54;
    outline: none;
}

.multi_step_form .personal-data-select {
    padding: 15px 20px 15px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    border: none;
    line-height: 24px;
    font-weight: 500;
    font-family: Arial, sans-serif;
}

.multi_step_form .personal-data-input {
    padding: 15px 20px 15px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 24px;
    width: 100%;
    border: none;
    font-weight: 500;
    font-family: Arial, sans-serif;
}





.multi_step_form .personal-data-input::placeholder,
.multi_step_form .personal-data-select option {
    color: #0000004d;
}

.multi_step_form .uacf7-form-46 {
    max-width: 800px;
    margin: 0 auto;
}

.multi_step_form .form-main-container {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
}

.multi_step_form button.continue-btn {
    background: #22ca97;
    color: #000;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    width: fit-content;
}

.multi_step_form button.continue-btn:hover {
    background-color: #000;
    color: #fff;
}

.multi_step_form .main-class {
    justify-content: center;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    gap: 20px;
}

/* .multi_step_form input[type=range] {
    padding: unset !important;
    height: auto;
    -webkit-appearance: none;
    background-color: #9a905d;
    background: none;
} */

.multi_step_form .first_step_data {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    /* 4 items per row */
    gap: 15px;
    /* Space between items */
    justify-content: center;
    max-width: 600px;
    /* Adjust based on your layout */
    margin: auto;
}

.multi_step_form h2.main-title {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    text-align: center;
    padding-bottom: 30px;
}

.multi_step_form .otros_filed {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.multi_step_form input[type=number] {
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    width: 100%;
    border: none;
    padding: 15px 20px 15px;
}

.multi_step_form .first_step_data label {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    background-color: #aaf0db;
    border-radius: 10px;
    width: 150px;
    transition: all 0.3s ease;
    min-height: 140px;
    gap: 10px;
}

.multi_step_form .first_step_data input[type="radio"] {
    display: none;
}

/* chnange icon colour */
.multi_step_form .first_step_data .icon {
    font-size: 24px;
    margin-bottom: 5px;
    filter: brightness(0) saturate(100%) invert(51%) sepia(85%) saturate(582%) hue-rotate(110deg) brightness(94%) contrast(92%);

}

.multi_step_form input[type='range']::-webkit-slider-thumb {
    width: 20px !important;
    -webkit-appearance: none;
    height: 20px !important;
    cursor: ew-resize;
    background: #000;
    transform: translateY(-3px);
}

.multi_step_form .first_step_data .text {
    color: #000 !important;
    font-size: 16px;
    font-family: 'Arial', serif;
    line-height: 20px;
}

.uacf7-form-46 input[type=range] {
    background-color: #fff !important;

    border: none;
}



.slider-wrapper {
    --thumb-diameter: 2em;
    --thumb-radius: calc(var(--thumb-diameter) / 2);
    --track-border-width: 1px;
    --value: 50;
    --pos: calc(var(--thumb-radius) + .01 * var(--value) *(100% - var(--thumb-diameter)));

    text-align: center;
    font-size: 1.25em;
}

.slider-tooltip {
    --tooltip-background: #FFE;
    --tooltip-border-width: 1px;
    --tooltip-border-color: #080;
    --tooltip-hight-arrow: 1em;
    display: block;
    width: fit-content;

}

.slider-tooltip::after {
    content: "";
    position: absolute;
    margin-left: 10px;
    width: var(--tooltip-hight-arrow);
    height: var(--tooltip-hight-arrow);
    border: inherit;
    border-top: none;
    border-left: none;
    background-color: inherit;
    box-shadow: none;


}

input[type="range"].slider {
    --track-height: .7em;
    --track-background: linear-gradient(#22ca97, #22ca97);
    --thumb-background: #22ca97;
    --thumb-border: 2px solid #FFF;
    --effect-over: 0 0 0 .75em #4A02;
    --effect-active: 0 0 0 .75em #5F03;
    display: block;
    -webkit-appearance: none;
    box-sizing: content-box;
    width: 100%;
    height: var(--track-height);
    margin: 0;
    border: var(--track-border-width) solid #AAA;
    border-radius: 5px;
    font-size: 1em;
    outline: none;
    opacity: 0.7;
    background: #fff;
    background-image: var(--track-background);
    background-position: 0 center;
    background-repeat: no-repeat;
    background-size: var(--pos) var(--track-height);
    box-shadow: 0 0 1em #CCC;
    cursor: pointer;
}

input[type="range"].slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    box-sizing: border-box;
    width: var(--thumb-diameter);
    height: var(--thumb-diameter);
    border: var(--thumb-border);
    border-radius: 50%;
    background: var(--thumb-background);
    box-shadow: 0 0 .5em #888;
    cursor: ew-resize;
}

input[type="range"].slider::-moz-range-thumb {
    box-sizing: border-box;
    width: var(--thumb-diameter);
    height: var(--thumb-diameter);
    border: var(--thumb-border);
    border-radius: 50%;
    background: var(--thumb-background);
    box-shadow: 0 0 .5em #888;
    cursor: ew-resize;
}


.multi_step_form .form-heading {
    font-size: 40px;
    font-family: 'Roboto Slab', serif;
    color: #000;
    margin-bottom: 20px;
    text-align: center;
}

#slider-value-2::after {
    content: 'Luni';

}

#slider-value::before {
    content: 'LEI';
}

.multi_step_form label.uacf7-slider-label {
    display: none;
}


.multi_step_form span.uacf7_range_slider-25-value.uacf7-value:before {
    content: "LEI";
}

.multi_step_form span.uacf7-value {
    font-size: 24px;
    font-weight: 700;
    width: 100%;
    margin-bottom: 10px;
}

.multi_step_form .form-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.multi_step_form button.uacf7-prev {
    background: #ffc83c;
    color: #000;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    float: left;
    margin-top: 45px !important;
    font-family: 'Montserrat', sans-serif;
    margin-right: 20px;
}

.multi_step_form .uacf7-step.step-content button.uacf7-next {

    background: #ffc83c;
    color: #000;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    float: left;
    margin-top: 45px !important;
    font-family: 'Montserrat', sans-serif;
}



.multi_step_form .uacf7-step.step-content button.uacf7-next:hover {
    color: #fff;
    background-color: #000;
}

.multi_step_form .form-group label {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    font-family: Arial, sans-serif;
}

.multi_step_form .input-field {
    padding: 15px 20px 15px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    line-height: 24px;
    width: 100%;
    border: none;
    font-weight: 500;
    font-family: Arial, sans-serif;
    color: #0000004d !important;

}

.multi_step_form .input-field:focus {
    border-color: #004F54;
    outline: none;
}

.multi_step_form .select-field {
    padding: 15px 20px 15px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    border: none;
    line-height: 24px;
    font-weight: 500;
    font-family: Arial, sans-serif;

}

.multi_step_form .select-field:focus {
    border-color: #004F54;
    outline: none;
}

.multi_step_form .form-footer-text {
    font-size: 18px;
    color: #000;
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.multi_step_form span.uacf7_range_slider-371-value.uacf7-value:after {
    content: "Month";
}

.multi_step_form h2.loan-amount-title {
    text-align: center;
    font-size: 40px;
    font-family: 'Roboto Slab', serif;

}

/*step- form*/
.multi_step_form .steps-form .steps-row .steps-step .btn-circle {
    background-color: transparent !important;
    color: #120f0f !important;
    height: 10px !important;
    width: 100% !important;
    padding: 0;
    font-size: 0;
    border-radius: 0;
    border: 0;
    transform: unset !important;
    position: unset !important;
}

.multi_step_form .steps-form .steps-row .steps-step .btn-circle:hover,
.multi_step_form .steps-form .steps-row .steps-step .btn-circle:focus {
    background-color: transparent !important;
    color: #1cc99547;
    box-shadow: none;

}

.multi_step_form .steps-form .steps-step p {
    position: absolute;
    bottom: 85px;
    left: 0;
    text-align: left;
    display: none;
    font-weight: 400;
    color: #000;
    font-size: 18px;
    line-height: 18px;
    font-family: 'Roboto Slab', serif;
    width: calc(100% - 40px);
}

.multi_step_form .steps-form .steps-row .steps-step {
    display: flex !important;
    text-align: center !important;
    position: unset !important;
    width: 100% !important;
    overflow: unset;
    padding: 0px !important;
}

.multi_step_form .steps-form .steps-row {
    display: flex !important;
    background-color: #306c5a73 !important;
    border-radius: 20px;
    overflow: hidden;
    margin-bottom: 60px;
}

.multi_step_form .steps-step.step-complete:has(.uacf7-btn-active) p {
    display: block !important;
}

.multi_step_form .steps-form .steps-row .steps-step .btn-circle.uacf7-btn-active,
.multi_step_form .steps-form .steps-row .steps-step .btn-circle.completed {
    background-color: #22ca98 !important;
    box-shadow: none;
}

.multi_step_form .steps-form .steps-row::before {
    display: none;
}

.multi_step_form .steps-form .steps-row .steps-step .btn-circle img {
    width: auto;
    height: 16px;
    object-fit: contain;
    position: absolute;
    top: -30px;
    left: unset;
    right: 0;
    display: none;
}

.multi_step_form .steps-form .steps-row .steps-step .uacf7-btn-active.btn-circle img {
    display: block;
}

.multi_step_form select {
    padding: 15px 20px 15px;
    font-size: 18px;
    background-color: #fff;
    border-radius: 5px;
    margin-top: 5px;
    width: 100%;
    border: none;
    line-height: 24px;
    font-weight: 500;
    font-family: Arial, sans-serif;

}

.multi_step_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background: #ffc83c;
    color: #000;
    padding: 12px 24px;
    border: none;
    border-radius: 0;
    font-size: 18px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    text-align: center;
    display: inline-block;
    text-decoration: none;
    margin-top: 74px !important;
    position: absolute;
    margin-left: 176px;

}

.multi_step_form input.wpcf7-form-control.wpcf7-submit.has-spinner:hover {
    background-color: #000;
    color: #fff;
}

.multi_step_form .personal_data.personal_data_50 {
    width: calc(50% - 10px);
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.multi_step_form .personal_data {
    width: 100%;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder {
    color: #000;
    opacity: 1;
}

/*multi-step form  section  css end  */



/*teblate css  */


@media only screen and (max-width: 1024px) {

    a.fill_btn_footer {
        padding: 15px 131px 15px 35px;
    }

    img.btn_img {
        height: 110px;
        width: 110px;
        margin-bottom: -16px;
    }

    .multi_step_form h2.loan-amount-title,
    .multi_step_form .form-heading {
        font-size: 26px;
    }

    /*home section css  */
    ul.header__menu.mobile__hide {
        display: none !important;
    }

    #hero__section {
        padding: 150px 34px 40px 0px;
    }

    #hero__section .hero__main h1 {
        font-size: 40px;
        line-height: 45px;
        word-wrap: inherit;
    }

    #hero__section .hero__main .candidad_sec h5 {
        font-size: 15px;
        flex-direction: column;
        color: #000000;
        gap: 0px;
    }

    #hero__section .hero__main .hero_left_col {
        gap: 0px;
    }

    #hero__section .main__content p {
        padding-top: 20px;
    }

    #hero__section_more_info .benefits-item__text {
        text-align: left;
    }

    #hero__section_more_info {
        padding: 20px 34px;
        background-color: #ffffff;
    }

    #hero__section_more_info .hero-benefits__wrap {
        gap: 20px;
    }

    #hero__section_more_info .benefits-item__text {
        font-size: 18px;
        line-height: 18px;
        font-family: Arial, sans-serif;

    }

    #hero__section_more_info .benefits-item img {
        height: 30px;
        width: 30px;
    }

    /*home section end   */


    /*Préstamo_Rápido css  start */


    #Préstamo_Rápido {
        padding: 40px 34px;
    }

    #Préstamo_Rápido .Préstamo_Rápido_sec {
        gap: 40px;
    }

    #Préstamo_Rápido .Préstamo_Rápido_sec h2 {
        font-size: 30px;
    }

    #Préstamo_Rápido .Préstamo_Rápido_sec .load_process_step h3 {
        font-size: 22px;
    }

    #Préstamo_Rápido .load_process_step {
        gap: 10px;
        padding: 20px;
    }

    #Préstamo_Rápido .load_process_step h2 {
        padding: 10px 19px;
    }

    /*Préstamo_Rápido css  end */

    #our_services {
        padding: 40px 34px 0px;
        margin-top: 0px;
    }

    /*our services css  start */

    #our_services .our_services_sec .services_left_col h2 {
        font-size: 30px;
    }

    #our_services .our_services_sec {
        gap: 30px;
    }


    /*our services css  end */



    /*online loan section css  start */
    #online_loan {
        padding: 40px 34px;
    }

    #online_loan .online_loan_sec {
        gap: 40px;
    }

    #online_loan .online_loan_sec .online_loan_left_col h2 {
        font-size: 30px;
    }

    #online_loan .online_loan_sec .online_loan_right_col .question_list .que_data h3 {
        font-size: 24px;
    }

    /*online loan section css  end */

    .multi_step_form {
        padding: 40px 34px;
    }

    .multi_step_form h2.main-title {
        font-size: 26px;
    }

    .multi_step_form {
        padding: 100px 15px 100px 15px;
    }

    /* footer section css start*/
    #footer_sec {
        padding: 40px 35px;
    }

    .footer_outer {
        padding: 10px 25px;
    }

    #footer_sec .footer_site_container,
    #footer_sec .footer_site_container ul {

        gap: 5px;
    }

    #footer_sec .footer_contain_row {
        gap: 40px;
    }

    #footer_sec .footer_logo p {
        width: 200px;
    }

    #header_banner {
        padding: 20px 34px;
    }

    #footer_sec .footer_site_container .join_us_detsails h5 {
        font-size: 18px;
    }

    .menubar__icon svg {
        height: 20px;
        width: 20px;
        display: block;
    }

}






/*mobile css  */
@media only screen and (max-width: 767px) {
    #hero__section input[type="range"].slider::-webkit-slider-thumb {

        width: 25px;
        height: 25px;

    }

    #Préstamo_Rápido .load_process_step p {
        font-size: 14px;
    }

    a.fill_btn {
        /* width: 100%; */
        margin-top: 25px;
        border-radius: 10px;
    }

    #header_banner {
        padding: 20px 25px;
    }

    .popup__wrapper {
        padding: 30px 25px;
    }

    #header__popup ul.header__menu {
        padding: 0px;
    }

    a.fill_btn_footer {
        right: 17px;
    }

    .multi_step_form h2.loan-amount-title,
    .multi_step_form .form-heading,
    .multi_step_form .personal-data-heading {
        font-size: 22px;
    }

    .multi_step_form .steps-form .steps-step p {
        font-size: 16px;
        bottom: 55px;
    }

    .multi_step_form .steps-form .steps-row .steps-step .btn-circle img {
        top: -23px;
        height: 12px;
    }

    #hero__section .hero__main .candidad_sec h5 {
        flex-direction: column;
        text-align: left;
    }

    .multi_step_form .form-group {
        gap: 10px;
    }


    .multi_step_form span.uacf7-value {
        font-size: 18px;
    }

    .multi_step_form .steps-form .steps-row {
        margin-bottom: 30px;
    }

    .multi_step_form .uacf7-step.step-content button.uacf7-next {
        margin-top: 30px !important;
    }

    .multi_step_form p {
        display: flex;
    }

    .multi_step_form input.wpcf7-form-control.wpcf7-submit.has-spinner {
        margin-top: 58px !important;
        margin-left: 173px;
    }

    .multi_step_form button.uacf7-prev {
        margin-top: 29px !important;
    }

    .multi_step_form .personal_data.personal_data_50 {
        width: 100%;

    }

    .multi_step_form .personal-data-input,
    .multi_step_form .personal-data-select {
        margin-bottom: 0px;
    }

    .multi_step_form .select-field {
        margin-top: 0px;
    }

    .multi_step_form .otros_filed {
        gap: 12px;
    }

    #hero__section .hero__main {
        flex-direction: column;
    }


    #hero__section {
        min-height: 35vh;
        padding: 130px 25px 30px 0px;

    }

    #hero__section .hero__main h1 {
        font-size: 50px;
        line-height: 1.2;
    }

    #hero__section .hero__main p {
        font-size: 21px;
        padding-top: 10px;
        margin: 0px;
        padding-bottom: 10px;
        color: #000000;

    }

    #hero__section .hero__main .hero_left_img {
        width: 100%;
        position: absolute;
        opacity: 0.4;

    }

    #hero__section .hero__main .hero_left_col {
        width: 100%;
        padding-left: 30px;
        z-index: 11;
        opacity: 1;
        position: relative;

    }

    #hero__section_more_info {
        padding: 30px 25px;
        background-color: #ffffff;
    }

    #hero__section_more_info .hero-benefits__wrap {
        flex-direction: column;
    }

    #hero__section input[type='range']::-webkit-slider-thumb {
        width: 20px;
        -webkit-appearance: none;
        height: 20px;
        cursor: ew-resize;
    }

    #Préstamo_Rápido {
        padding: 30px 25px;
    }

    #Préstamo_Rápido .loan_step {
        flex-direction: column;
        gap: 15px;
        overflow: visible;

    }

    #Préstamo_Rápido .load_process_step {
        width: 100%;
    }

    #Préstamo_Rápido .Préstamo_Rápido_sec h2 {
        font-size: 26px;
        text-align: left;
    }

    #Préstamo_Rápido .swiper-wrapper {
        gap: 0px !important;
    }

    #our_services {
        padding: 30px 25px;
        min-height: 400px;
        overflow: hidden;
        background: linear-gradient(210deg, #ecee8d 16.95%, #1cc995c9 87.44%), linear-gradient(90deg, #000 4.79%, #1cc99500 95.21%);
    }

    #our_services .our_services_sec {
        align-items: flex-start;
    }

    #our_services .our_services_sec .services_left_col p {
        font-size: 17px;
        line-height: 20px;

    }

    #our_services .our_services_sec .services_left_col h2 {
        font-size: 18px;
    }

    #our_services .our_services_sec {
        flex-direction: column;
        gap: 20px;
    }

    #our_services .our_services_sec .our_services_right_img img {
        margin-top: 0px;
        height: auto;
    }

    #our_services .our_services_sec .services_left_col {
        width: 60%;
        position: relative;
    }

    #our_services .our_services_sec .our_services_right_img {
        width: 100%;
        position: absolute;
        right: -87px;
        top: -15px;

    }

    #online_loan {
        padding: 30px 25px;

    }

    #online_loan .online_loan_sec .online_loan_left_col h2 {
        font-size: 26px;
        font-weight: 700;
    }

    #online_loan .online_loan_sec {
        gap: 30px;
        flex-direction: column;
    }

    #online_loan .online_loan_sec .online_loan_right_col .question_list .que_data h3 {
        font-size: 20px;
    }

    #online_loan .online_loan_sec .online_loan_right_col .question_list .que_data p {
        font-size: 16px;
        line-height: 25px;
    }

    #online_loan .online_loan_sec .online_loan_left_col,
    #online_loan .online_loan_sec .online_loan_right_col {
        width: 100%;
    }


    .multi_step_form .first_step_data {
        grid-template-columns: repeat(2, 1fr);
    }

    .multi_step_form h2.main-title {
        font-size: 22px;
        padding-bottom: 10px;
    }


    /* footer section css start*/
    #footer_sec {
        padding: 30px 25px;
    }

    .footer_outer {
        padding: 10px 25px;
    }


    #footer_sec .footer_contain_row {
        flex-wrap: wrap;
        gap: 20px;

    }

    .footer_outer .footer_outer_container.main_container {
        flex-direction: column;
        gap: 10px;

    }

    .footer_outer .footer_outer_container.main_container p {
        font-size: 16px;
        line-height: 19px;
    }

    #footer_sec .footer_site_container {
        width: 100% !important;
    }

    /* #bottom_to {
        right: 66px;
    } */

    #footer_sec .footer_logo p {
        width: fit-content;
    }

    #footer_sec .footer_site_container.footer_links {
        width: calc(50% - 10px) !important;
    }

    #footer_sec .footer_site_container h4 {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 5px;
    }

    #footer_sec .footer_site_container,
    #footer_sec .footer_site_container ul {
        gap: 0;
    }

    #footer_sec .footer_site_container .join_us_detsails h5 {
        font-size: 16px;
        line-height: 20px;
    }

    #footer_sec .footer_site_container .join_us_detsails a.contact_info_footer {
        font-size: 16px;
        line-height: 16px;
    }

    #footer_sec .footer_site_container .join_us_detsails h6 {
        font-size: 16px;
        line-height: 20px;

    }

    #footer_sec .join_us_detsails {
        margin-bottom: 5px;
    }

    #bottom_to {
        padding: 13px 103px 17px 35px;
        width: fit-content;
        right: auto;
    }

    .footer_img_money img {

        height: 100px;
        width: 100px;

    }

    ul.header__menu {
        padding: 0px !important;
    }

    /* footer section css end*/
}



/* popup css start  */
#header__popup {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 1111;
    background: #00000078;
    display: flex;
    justify-content: end;
    overflow: auto;
}

.popup__wrapper {
    width: 100%;
    max-width: 440px;
    background: #fff;
    padding: 40px 34px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    position: relative;
    min-height: max-content;
}

#header__popup ul.header__menu {
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
    align-items: flex-start;
    position: relative;
    justify-content: end;
    flex-direction: column;
    margin: 0;
    list-style: none;
    padding: 0 20px;
}

#header__popup ul.header__menu li {
    position: relative;
}

#header__popup ul.header__menu a {
    padding: 6px 0;
    background: none !important;
    color: #000;
    display: inline-block;
    width: 100%;
    text-decoration: none;
    font-family: 'Arial', serif;
}

#header__popup a.fill_btn {
    text-align: center;
    color: #000;
    width: auto;
    align-self: center;
}

#header__popup ul.header__menu a svg {
    filter: none !important;
}

#header__popup ul.dropdown {
    position: relative;
    top: 0;
    z-index: 1;
}

#header__popup a.header__btn {
    display: flex;
    min-width: max-content !important;
    border: 2px solid var(--secondary-color);
    padding: 5px 5px 5px 20px;
    border-radius: 50px;
    align-items: center;
    gap: 10px;
    width: fit-content;
    color: #000;
}

#header__popup a.header__btn .phone__icon {
    background: var(--secondary-color);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
}

#header__popup a.header__btn .phone__icon svg {
    width: 20px;
    filter: brightness(0) saturate(100%) invert(99%) sepia(61%) saturate(2%) hue-rotate(132deg) brightness(111%) contrast(100%);
}

#header__popup a.header__btn.btn:after {
    background-color: var(--secondary-color);
}

#header__popup a.header__btn.btn:hover {
    color: var(--asset-color);
}

#header__popup .close__icon {
    width: 16px;
    position: absolute;
    top: 20px;
    right: 20px;
}

@media (min-width: 769px) {
    .loan_step.swiper-container {
        display: none;
    }
}

.swiper-button-next,
.swiper-button-prev {
    color: #004F54;
}




.loan_step {
    width: 100%;
}

#Préstamo_Rápido .swiper-wrapper {
    gap: 30px;
}

.swiper-button-next,
.swiper-button-prev {
    display: none;
}

@media (max-width: 768px) {
    .swiper-button-prev {
        display: block;
        position: absolute;
        top: 0;
        left: auto;
        right: 47px !important;
    }

    .swiper-button-next {
        display: block;
        position: absolute;
        top: 0
    }

    .swiper-button-next:after {
        content: 'next';

        font-size: 21px;
    }

    .swiper-button-prev:after {
        font-size: 20px;
        background: #22ca97;
        padding: 6px 11px;
        border-radius: 9px;
        color: #fff;
    }

    .swiper-button-next:after {
        content: 'next';
        font-size: 20px;
        background: #22ca97;
        padding: 6px 11px;
        border-radius: 9px;
        color: #fff;
    }
}

/* Ensure swiper slides are responsive */
.swiper-slide {
    width: 100%;
    box-sizing: border-box;
}