@import url("https://fonts.googleapis.com/css2?family=Georama:ital,wght@0,100..900;1,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
*,
body {
    margin: 0;
    padding: 0;
    font-family: "Poppins", sans-serif;
    box-sizing: border-box;
}

li {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "Poppins", sans-serif;
}

a {
    text-decoration: none;
    font-family: "Poppins", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Poppins", sans-serif;
}

img {
    max-width: 100%;
}

.container_part {
    max-width: 1140px;
    margin: 0 auto;
}

.header_part {
    padding: 18px 20px;
    background: #ffffff;
}

.header_logo_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.header_logo_btn img {
    max-width: 200px;
}

.header_btn .btn {
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
    fill: #ffffff;
    color: #ffffff;
    background: #49b8e7;
    border-radius: 30px 30px 30px 30px;
    padding: 13px 30px 13px 30px;
    transition: all 0.3s;
}

.hero_sec {
    background-color: #fff;
    padding: 40px 20px 30px;
}

.hero_heading {
    max-width: 740px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.hero_bg_area {
    padding: 160px 0 5px;
    max-width: 992px;
    margin: 0 auto;
    position: relative;
}

.hero_bg_area::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 380px;
    background-image: url(../images/hero-bg-img.webp);
    background-repeat: no-repeat;
    background-position: top -30px center;
    background-size: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
}

.hero_inner {
    max-width: 768px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
}

.hero_car_area {
    max-width: 768px;
    margin: 20px auto;
}

.testimonial_img {
    max-width: 200px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    border-radius: 5px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    position: relative;
    top: -80px;
    z-index: 9;
    background: #fff;
    margin-bottom: -80px;
}

.testimonial_img h2 {
    color: #000;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 5px;
}

.hero_heading h1 {
    color: #000;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 25px;
}

.main_form {
    background: #1b233d;
    width: 100%;
    margin: 0 auto;
    padding: 40px 35px;
    min-height: 268px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    border-radius: 25px;
}

.step_heading {
    margin-bottom: 30px;
}

.step_heading h2 {
    font-size: 25px;
    font-weight: 600;
    line-height: 1.2;
    color: rgb(253, 252, 252);
    margin-bottom: 10px;
}

.step p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.main_form .progress {
    background: #ccc;
    border-radius: 0;
    height: 16px;
    overflow: hidden;
    position: relative;
    max-width: 90%;
    margin: 0 auto 14px;
}

.main_form .progress-bar {
    height: 100%;
    background-color: rgb(123, 171, 216);
    width: 0;
    text-align: center;
    line-height: 1.2;
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    position: initial;
}

.progress_text {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.main_form .step {
    display: none;
    padding-bottom: 5px;
}

.main_form .step_personal {
    display: none;
}

.main_form .step_business {
    display: none;
}

.main_form .step.active {
    display: block;
}

.main_form .buttons {
    margin-top: 20px;
}

.main_form button,
.main_form .option {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #49b8e7;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: rgb(255 255 255);
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    line-height: 19px !important;
    padding: 15px 10px;
    width: 100%;
    display: block;
    border: 2px solid #49b8e7;
}

.main_form button {
    border: 2px solid transparent;
}

.main_form .option input[type="radio"] {
    display: none;
}

.main_form button:hover,
.main_form .option:hover,
.main_form button:focus,
.main_form .option:focus {
    background-color: #293f5c;
    color: #fff;
    border: 2px solid #293f5c;
}

.main_form .back {
    background: black;
    background-color: rgb(13, 1, 1);
    color: rgb(251, 250, 250);
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 44%;
    margin: 10px auto;
    box-shadow: none;
}

.try_again_btn {
    background: black !important;
    background-color: rgb(13, 1, 1) !important;
    color: rgb(251, 250, 250) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    border-radius: 0px !important;
    padding-bottom: 18px !important;
    padding-top: 18px !important;
    width: 44% !important;
    margin: 10px auto 50px !important;
    box-shadow: none !important;
}

.try_again_btn:hover,
.try_again_btn:focus {
    background-color: #293f5c;
    color: #fff;
    border: 2px solid #293f5c;
}

.grig_item_two {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    max-width: 420px;
    margin: 0 auto;
}

.grig_item_three {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    max-width: 630px;
    margin: 0 auto 20px;
}

.grig_item_four {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    max-width: 840px;
    margin: 0 auto 20px;
}

button.next_btn {
    background-color: #49b8e7;
    border-color: #49b8e7;
    font-weight: 500;
    font-size: 20px;
    color: rgb(255, 255, 255);
    border-radius: 25px;
    bottom: 0px;
    max-width: 100%;
    padding: 18px 10px !important;
    width: 100%;
}

button.next_btn:hover {
    background-color: rgb(247, 206, 86);
    color: #fff;
    border-color: rgb(247, 206, 86);
}

.step input[type="text"],
.step input[type="number"],
.step input[type="date"],
.step input[type="email"],
.step select,
.step input[type="tel"] {
    font-size: 16px;
    font-weight: 300;
    color: #1c1c1c;
    border: 1px solid #d1d7e0;
    border-radius: 3px;
    padding: 12px 14px;
    padding-bottom: 0;
    line-height: 20px;
    outline: none;
    display: block;
    width: 100%;
    box-shadow: 0 0.17647rem 0.29412rem #0000000d;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 55px;
    transition: all 0.1s ease-out;
    background-color: #fff;
}

.step .iti.iti--allow-dropdown.iti--separate-dial-code.iti--show-flags {
    font-size: 16px;
    font-weight: 300;
    color: #6d6e7a;
    border: 1px solid #d1d7e0;
    border-radius: 3px;
    padding: 0;
    padding-bottom: 0;
    line-height: 20px;
    outline: none;
    display: block;
    width: 100%;
    box-shadow: 0 0.17647rem 0.29412rem #0000000d;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
    height: 55px;
    transition: all 0.1s ease-out;
    background-color: #fff;
}

.step input[type="number"]::-webkit-inner-spin-button,
.step input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.coundown_p {
    color: rgb(249, 245, 245);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    position: absolute;
    bottom: 5%;
    left: 40%;
}

.single_input {
    position: relative;
    margin-bottom: 10px;
    text-align: right;
}

.input_area {
    margin-bottom: 25px;
}

.single_input label {
    position: absolute;
    top: 9px;
    left: 2px;
    padding: 7px 0 0 13px;
    transition: all 0.2s;
    opacity: 0.5;
    z-index: 2;
    font-weight: 400;
    margin: 0;
    font-family: inherit;
    color: #6d6e7a;
    font-size: inherit;
    text-transform: unset;
}

.form_control:focus + label,
.form_control:not(:placeholder-shown) + label {
    font-size: 75%;
    font-weight: 500;
    top: 22px;
    transform: translate3d(0, -100%, 0);
}

.vehicle_make label {
    font-size: 75%;
    font-weight: 500;
    top: 22px;
    transform: translate3d(0, -100%, 0);
}

.vehicle_make input::placeholder {
    color: #c0c0c5 !important;
}

.single_input.mobile_input label {
    position: absolute;
    top: 0px;
    left: 48px;
    padding: 3px 0 0 13px;
    transition: all 0.2s;
    opacity: 0.5;
    z-index: 2;
    font-weight: 400;
    margin: 0;
    font-family: inherit;
    color: #6d6e7a;
    font-size: 14px;
    text-transform: unset;
}

.single_input.mobile_input input {
    padding-left: 58px !important;
}

.single_input.mobile_input .iti__selected-dial-code {
    display: none;
}

.corss_correct {
    position: absolute;
    right: 10px;
    top: 15px;
    z-index: 3;
}

.cross_img {
    width: 26px;
    display: none;
}

.correct_img {
    width: 26px;
    height: 26px;
    padding: 5px;
    border: 2px solid #addb31;
    border-radius: 50%;
    position: relative;
    top: 0px;
    background: #fff;
    box-sizing: border-box;
    display: none;
}

.otp_input {
    display: flex;
    justify-content: center;
    gap: 10px;
    max-width: 270px;
    margin: 0 auto 40px;
}

.otp_input input {
    width: 36px !important;
    height: 36px !important;
    border: none !important;
    border-radius: 5px !important;
    color: #000 !important;
    font-size: 17px !important;
    background-color: #fff !important;
    text-overflow: ellipsis !important;
    text-align: center !important;
    font-weight: 600 !important;
    padding: 0 !important;
}

.otp_input input[type="number"] {
    -moz-appearance: textfield;
}

.check_mark {
    margin-bottom: 20px;
    text-align: center;
}

.close_back img {
    width: 13px;
    flex: none;
    margin-right: 10px;
}

.close_back a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.step_cross p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 10px;
}

.close_back p {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
}

.close_back {
    width: 110px;
    background: #fff;
    border-radius: 25px;
    padding: 10px;
    margin: 30px auto;
}

.close_back:hover {
    background: #000;
}

.close_back:hover img {
    filter: brightness(0) invert(1);
}

.close_back:hover p {
    color: #fff;
}

.step_cross {
    background: #1b233d;
    width: 100%;
    margin: 0 auto;
    padding: 34px;
    min-height: 268px;
    box-sizing: border-box;
    text-align: center;
    height: 100%;
    display: none;
    border-radius: 25px;
}

.error-text {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    line-height: 14px;
    padding: 5px 7px 1px;
    background: rgb(227, 75, 79);
    border-radius: 0 0 3px 3px;
    margin-bottom: 5px;
    position: relative;
    top: -3px;
}

.error_border {
    border: 1px solid #e34b4f !important;
}

.option.selected {
    background: #fff;
    color: rgb(227, 147, 21);
    border-color: rgb(227, 147, 21);
}

/*-------lender-sec----------*/

.lender_sec {
    padding: 40px 20px;
    background: #fff;
}

.lender_heading {
    max-width: 590px;
    margin: 0 auto;
}

.lender_heading h2 {
    color: #000;
    font-size: 32px;
    font-weight: 600;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 35px;
}

.lender_area ul {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 5px 60px;
    align-items: center;
}

.lender_area ul li img {
    max-width: 100%;
}

.get_started.lender_btn {
    margin: 35px auto 5px;
    text-align: center;
}

/*-------lender-sec----------*/

/*-------btn-text----------*/
.auto_car_sec {
    padding: 80px 20px;
    background: #1b233d;
    background: linear-gradient(
        90deg,
        rgba(27, 35, 61, 1) 0%,
        rgba(38, 171, 226, 1) 100%
    );
}

.car_btn_area {
    max-width: 900px;
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    margin: 0 auto;
    align-items: center;
}

.car_img_part {
    width: calc(45% - 13px);
}

.btn_text_part {
    width: calc(55% - 13px);
}

.btn_text_part h2 {
    color: #fff;
    font-size: 29px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 15px;
}

.btn_text_part p {
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    margin-bottom: 15px;
}

.get_started {
    margin-top: 35px;
}

.get_started .btn {
    background-color: #fff;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2em;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #ffe8f5b3;
    border-radius: 25px;
    padding: 15px 25px;
    color: #49b8e7;
    display: inline-block;
    text-transform: uppercase;
    transition: all 0.3s;
}

.get_started.lender_btn .btn {
    color: #fff;
    background: #49b8e7;
}

.get_started .btn:hover,
.header_btn .btn:hover {
    background: #ff9b00;
    border-color: #ff9b00;
    color: #fff;
}

.review_img_arae {
    max-width: 400px;
    display: flex;
    align-items: center;
    background: #fff;
    border-radius: 12px;
    padding: 15px;
    position: relative;
    margin-left: 220px;
    top: -36px;
    margin-bottom: -36px;
}

.review_img_arae img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.men_img {
    max-width: 90px;
}

.star_img {
    max-width: 275px;
}

.compare_text {
    margin-top: 100px;
}

.compare_text p {
    font-size: 12px;
    color: #000;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
}
/*-------btn-text----------*/

/*-------footer----------*/
.footer_sec {
    background: #000000;
    padding: 40px 20px;
}

.footer_logo {
    margin: 0 auto 35px;
    text-align: center;
}

.footer_text {
    max-width: 900px;
    margin: 0 auto 35px;
}

.footer_text p {
    text-align: center;
    color: #dbdbdb;
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0px;
    word-spacing: -1px;
    line-height: 1.6;
}

.up_list_part a {
    background: #26ade4;
    padding: 20px 16px;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 5px;
    gap: 12px;
    min-width: 310px;
    transition: all 0.3s;
}

.up_list_part a:hover {
    background: #1d90bf;
}

.up_list_part i {
    color: #26ade4;
    background: #ffffff;
    font-size: 12px;
    padding: 5px;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.up_list_part ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.f_head_text {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.f_btn_head {
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
}

.f_btn_text {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.text_list_part a {
    color: #ffffff;
    transition: color 0.3s;
    font-size: 12px;
    font-weight: 600;
    line-height: 1em;
    text-transform: uppercase;
}

.text_list_part a:hover {
    color: #26ade4;
}

.text_list_part ul {
    display: flex;
    justify-content: center;
    gap: 25px;
}

.up_list_part {
    margin-bottom: 45px;
}

.text_list_part ul li {
    position: relative;
}

.text_list_part ul li:after {
    position: absolute;
    content: "";
    background-color: #404040;
    width: 1px;
    height: 55%;
    right: -12px;
    top: 60%;
    transform: translateY(-50%);
}

.text_list_part ul li:last-child:after {
    display: none;
}

.text_list_part {
    margin-bottom: 30px;
}

.social_icon ul {
    display: flex;
    gap: 5px;
    justify-content: center;
}

.social_icon li a {
    width: 50px;
    height: 50px;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.social_icon li a i {
    font-size: 14px;
    color: #ffffff;
    width: 35px;
    height: 35px;
    background: #26ade4;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
}

.social_icon li a i:hover {
    background: #293f5c;
}

.bottom_right ul {
    display: flex;
    flex-wrap: wrap;
    gap: 35px;
}

.bottom_right ul li a {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
    transition: all 0.3s;
}

.bottom_right ul li a:hover {
    color: #26ade4;
}

.footer_bottom {
    background: #1b233d;
    padding: 20px;
}

.bottom_list_arae {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}

.bottom_left p {
    color: #fff;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.bottom_left p span {
    color: #b68a34;
}

.click_info {
    background-color: rgb(240, 248, 254);
    padding: 6px 20px;
    margin: 15px 0;
}

.click_info p {
    color: rgb(51, 136, 242);
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0;
    font-weight: 400;
    font-family: Avenir, sans-serif;
}
/*-------footer----------*/

/*-------thank-you----------*/

.thank_you_hero {
    background-image: url(../images/thank-you-bg.webp);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 80px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.check_img {
    max-width: 100px;
    margin: 0 auto 20px;
}

.thank_you_content h2 {
    color: #ffffff;
    font-size: 48px;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    margin-bottom: 25px;
    letter-spacing: 0.5px;
}

.thank_you_content h4 {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    line-height: 1.4;
    text-align: center;
    letter-spacing: 0.5px;
    margin-bottom: 15px;
}

.thank_img {
    max-width: 200px;
    margin: 40px auto 0;
    text-align: center;
}

.thank_footer_up {
    background: #fff;
    padding: 70px 20px;
}

.thank_footer_up p {
    font-size: 12px;
    color: #000;
    line-height: 1.6;
    text-align: center;
    font-weight: 400;
}

/*-------thank-you----------*/

/*-------responsive----------*/

@media all and (max-width: 1024px) {
    .auto_car_sec {
        padding: 60px 20px;
    }

    .hero_heading h1 {
        font-size: 30px;
    }

    .step_heading h2 {
        font-size: 30px;
    }

    .lender_sec {
        padding: 10px 20px 40px;
        background: #fff;
    }

    .lender_heading h2 {
        font-size: 23px;
    }

    .lender_area ul {
        grid-template-columns: repeat(4, 1fr);
        gap: 5px 60px;
    }

    .btn_text_part h2 {
        font-size: 23px;
    }
    .btn_text_part p {
        font-size: 16px;
    }

    .review_img_arae {
        max-width: 300px;
        margin-left: 100px;
    }

    .up_list_part img {
        width: 36px;
        margin-right: 12px;
        top: 10px;
    }

    .footer_logo {
        max-width: 120px;
        margin: 0 auto 20px;
    }

    .car_btn_area {
        gap: 15px;
    }

    .up_list_part {
        margin-bottom: 20px;
    }

    .bottom_list_arae {
        justify-content: center;
        gap: 15px;
    }

    .up_list_part a {
        padding: 14px 14px;
        gap: 10px;
        min-width: 240px;
    }

    .f_btn_head {
        font-size: 11px;
    }

    .f_btn_text {
        font-size: 13px;
    }

    .check_img {
        max-width: 80px;
        margin: 0 auto 10px;
    }

    .thank_you_content h2 {
        font-size: 40px;
        margin-bottom: 20px;
    }

    .thank_you_content h4 {
        font-size: 18px;
    }

    .thank_footer_up {
        padding: 40px 20px;
    }

    .hero_bg_area {
        background-size: 100% 35%;
        padding: 70px 0 5px;
    }

    .hero_bg_area::before {
        background-position: top -80px center;
    }
}

@media all and (max-width: 900px) {
    .hero_bg_area::before {
        background-position: top -65px center;
    }
}

@media all and (max-width: 767px) {
    .header_part.thank_header .header_btn {
        display: none;
    }

    .thank_you_content h2 {
        font-size: 25px;
        margin-bottom: 15px;
    }

    .thank_you_content h4 {
        font-size: 16px;
    }

    .hero_heading h1 {
        font-size: 21px;
    }

    .step_heading h2 {
        font-size: 23px;
    }

    .lender_heading h2 {
        font-size: 18px;
    }

    .lender_area ul {
        gap: 10px 25px;
    }

    .auto_car_sec {
        padding: 40px 20px;
    }

    .car_img_part {
        width: 100%;
        max-width: 350px;
        margin: 0 auto;
    }

    .btn_text_part {
        width: 100%;
    }

    .up_list_part ul {
        gap: 10px;
        flex-wrap: wrap;
    }

    .text_list_part a {
        font-size: 12px;
    }

    .text_list_part ul {
        gap: 5px 20px;
        flex-wrap: wrap;
    }

    .get_started {
        text-align: center;
    }
    .btn_text_part h2 {
        text-align: center;
    }

    .btn_text_part p {
        font-size: 14px;
        text-align: center;
        max-width: 100%;
        line-height: 1.4;
    }

    .bottom_left ul li a {
        font-size: 14px;
    }

    .bottom_left ul {
        gap: 5px 15px;
        justify-content: center;
    }

    .bottom_right p {
        font-size: 14px;
        text-align: center;
    }

    .bottom_left {
        margin-bottom: 6px;
    }

    .text_list_part {
        margin-bottom: 15px;
    }

    /*----form-----*/

    .grig_item_two,
    .grig_item_three,
    .grig_item_four {
        grid-template-columns: 1fr;
        gap: 0;
    }

    .header_logo_btn img {
        max-width: 110px;
    }

    .header_btn .btn {
        font-size: 13px;
        border-radius: 15px;
        padding: 12px 18px 12px 18px;
    }

    .hero_sec {
        padding: 30px 20px 30px;
    }

    .footer_text p {
        margin-bottom: 15px;
    }

    .bottom_right ul {
        gap: 5px 10px;
        justify-content: center;
    }

    .bottom_list_arae {
        gap: 8px;
    }

    .testimonial_img {
        max-width: 150px;
        top: -50px;
        margin-bottom: -50px;
    }

    .hero_car_area {
        margin: 20px auto 0;
    }

    .hero_bg_area {
        background-size: 100% 22%;
        padding: 40px 0 5px;
    }

    .hero_bg_area::before {
        background-position: top -50px center;
    }

    .thank_img {
        max-width: 150px;
        margin: 20px auto 0;
    }
}

@media all and (max-width: 479px) {
    .up_list_part a {
        font-size: 14px;
    }

    .up_list_part img {
        width: 25px;
        margin-right: 12px;
        top: 5px;
    }

    .hero_bg_area::before {
        background-position: top -20px center;
    }
}

/*-------responsive----------*/

/* added by aniruddha */

.error-text {
    display: none;
}

/* ===== Income Slider Overrides ===== */
/* General Step Styling */

/* Slider Styling */
.slider_label {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.slider_label input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 8px;
    background: #e6e6e6;
    border-radius: 4px;
    outline: none;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.slider_label input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    width: 22px;
    height: 22px;
    background: #49b8e7;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.slider_label input[type="range"]::-moz-range-thumb {
    width: 22px;
    height: 22px;
    background: #49b8e7;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.slider_label #monthly_income_value {
    font-size: 1.6rem;
    font-weight: 700;
    color: #fff;
    margin: 10px 0;
}

.slider_label span {
    color: #fff;
}

.slider_label .labels {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.95rem;
    margin-top: 5px;
}

/* Buttons Styling */
.main_form .buttons {
    margin-top: 20px;
}

.main_form button {
    text-align: center;
    font-size: 15px;
    font-weight: 600;
    background-color: #49b8e7;
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
    line-height: 19px !important;
    padding: 15px 10px;
    width: 100%;
    display: block;
    border: 2px solid #49b8e7;
}

.main_form .back {
    background: black;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    border-radius: 0px;
    padding-top: 18px;
    padding-bottom: 18px;
    width: 44%;
    margin: 10px auto;
    box-shadow: none;
}

@media (max-width: 767px) {
    .coundown_p {
        left: 30%;
    }
}
