html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: "Mulish", sans-serif;
    background: #f9e1ce repeat center;
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
    scroll-behavior: smooth;
}

body.bg-loaded {
    background: url(../img/bg.webp) #f9e1ce repeat center;
    background-size: auto;
    background-repeat: repeat;
    background-position: center;
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

section {
    max-width: 100%;
    overflow: hidden;
}

.img-fluid {
    max-width: 100%;
    height: auto;
}

.gap-2 {
    gap: 8px;
}

.z-3 {
    z-index: 3;
}

.position-relative {
    position: relative;
}

header {
    background-image: linear-gradient(#f58220, #b02a30);
    padding: 6px 0;
}

header button {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0;

}

header h2 {
    position: relative;
    font-family: Mulish;
    font-style: normal;
    font-weight: 700;
    font-size: 26px;
    line-height: 45px;
    margin: 15px 0 0 20px;
    color: #fff;
}

header h2::before {
    content: "";
    position: absolute;
    width: 2px;
    height: 19px;
    background-color: #fff;
    top: 15px;
    bottom: 0;
    left: -10px;
}

#banner {
    padding: 0 0 24px 0;
}

#banner.bg-banner {
    /* background: url(../img/banner_bg.webp) no-repeat center bottom; */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.gap-5 {
    gap: 15px;
}

#banner .features .feat {
    background: #e65208;
    padding: 5px;
    width: fit-content;
    border-radius: 5px;
    margin-top: 7px;
    min-width: 275px;
}

#banner .features .feat img {
    background: #97281d;
    padding: 10px;
    border-radius: 5px;
    width: 65px;
    height: 65px;
    object-fit: contain;
}

#banner .features .feat p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
}

.tnc {
    margin-top: 50px !important;
    position: relative;
    z-index: 2;
    font-size: 14px !important;
    color: #414042 !important;
}

#banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

#banner h1 {
    font-size: 22px;
    line-height: 32px;
    color: #97281d;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 900;
}

#banner h2 {
    font-size: 20px;
    line-height: 27px;
    color: #e3530f;
    margin-top: 0;
    font-weight: 700;
}

#banner p {
    font-size: 15px;
    line-height: 17px;
    color: #333132;
    margin: 0;
    font-weight: 500;
}

.hidden-faq-wrapper {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease;
}

.hidden-faq-wrapper.expanded {
    max-height: 3000px;
}


#banner form {
    padding-bottom: 24px;
    background: #fff;
    background-position: top center;
    background-size: 94%;
    z-index: 1;
    position: relative;
    margin-top: -5px;
    border-radius: 20px;
    border-radius: 25px;
    background-color: rgb(247, 230, 214);
    box-shadow: 0px 0px 24px 0px rgba(151, 40, 29, 0.6);
    margin-bottom: 30px;
}

#banner form h3 {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    background: #e3530f;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding: 12px 15px;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
}

#banner form input {
    width: calc(100% - 0px);
    padding: 12px 10px 12px 40px;
    border: none;
    border-bottom: none;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    font-family: "Mulish", sans-serif;
    border-radius: 5px;
}

#banner .loan {
    width: calc(100% - 0px);
    background: #fff;
    padding: 12px 10px 12px 10px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    font-family: "Mulish", sans-serif;
    border-radius: 10px;
}

#banner .loan label {
    padding-left: 30px;
    color: #787878;
    font-size: 16px;
}

#banner .loan p {
    font-size: 18px;
    font-weight: 700;
    color: #414042;
}

#banner form .custom-slider {
    width: 100%;
    -webkit-appearance: none;
    background: transparent;
    margin: 15px 0;
    border-bottom: none;
}

#banner form .custom-slider::-webkit-slider-runnable-track {
    height: 3px;
    border-radius: 5px;
    position: relative;
}

#banner form .custom-slider::before {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    background: #e3530f;
    left: 0;
    bottom: -4px;
}

#banner form .custom-slider::after {
    content: "";
    display: block;
    width: 2px;
    height: 10px;
    position: absolute;
    background: #e3530f;
    right: 0;
    bottom: -4px;
}

#banner form .custom-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 24px;
    height: 14px;
    background: #e3530f;
    border: none;
    border-radius: 7px;
    cursor: pointer;
    margin-top: 0px;
    top: -4px;
    position: relative;
}

.custom-slider::-webkit-slider-thumb {
    appearance: none;
    width: 5px;
    height: 5px;
    background: #e3530f;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: 0px;
}

.custom-slider::-moz-range-thumb {
    width: 10px;
    height: 10px;
    background: orange;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.range-labels {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    margin-top: 0px;
}

.range-labels:first-child {
    margin-top: 0px;
}

#banner form .loan input {
    padding: 0;
}

#banner form select {
    width: calc(100%);
    border-radius: 0;
    padding: 12px 10px 12px 40px;
    border: none;
    border-bottom: 1px solid #cfcfcf;
    font-size: 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    color: rgba(0, 0, 0, 0.6);
    outline: none;
    font-family: "Mulish", sans-serif;
}

#banner form select::-ms-expand {
    display: none;
}

#banner form .timer {
    background: #a0a0a0;
    padding: 5px;
    border-radius: 5px;
    font-size: 12px;
    color: #333132;
    font-weight: 700;
}

.arrow {
    position: absolute;
    right: 10px;
    top: 10px;
}

.resend {
    background: #e3530f;
    padding: 10px 10px;
    border-radius: 10px;
    margin-top: 0;
    color: #fff;
    text-align: center;
    text-decoration: none;
    width: auto;
    font-size: 12px;
    font-weight: 700;
    border: none;
    cursor: pointer;
    height: 40px;
}

.resend span {
    font-size: 11px;
}

#banner form .proceed,
.view-more-btn {
    width: 160px;
    height: 50px;
    text-align: center;
    display: block;
    margin: 0 auto;
    background: #e3530f;
    align-content: center;
    color: #fff;
    text-decoration: none;
    margin-top: 20px;
    border-radius: 50px;
    font-size: 18px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    font-family: "Mulish", sans-serif;
}

.faq-section {
    margin: auto;
    padding: 40px 20px;
    border-radius: 12px;
    position: relative;
}

.faq-section .faq-wrapper {
    background: #fff;
    border-radius: 20px;
}

.faq-section h2 {
    color: #fff;
    background: #e3530f;
    padding: 15px 20px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 10px;
}

.faq-item {
    border-top: 1px solid rgb(160, 160, 160);
}

.faq-item:first-child:not(.expanded) {
    border-top: none;
}

.hidden-faq-wrapper .faq-item:first-child {
    border-top: 1px solid rgb(160, 160, 160);
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    padding: 16px 0;
}

.faq-question h3 {
    font-size: 18px;
    margin: 0;
    color: #97281d;
    width: calc(100% - 50px);
}

.toggle-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    transition: all 0.5s;
}

.toggle-btn img {
    width: 26px;
    height: 26px;
    object-fit: contain;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 16px;
    color: #414042;
    line-height: 1.5;
    width: calc(100% - 50px);
    margin-right: 0;
    margin-left: auto;
}

.faq-answer p {
    margin-top: 0;
}

.faq-item.active .faq-answer {
    max-height: 800px;
}

/* .faq-item.active .toggle-btn {
    transform: rotate(45deg);
} */

.custom-datepicker {
    position: relative;
    display: inline-block;
    width: 100%;
}

.custom-datepicker input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
}

.custom-datepicker input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 0;
    z-index: 1;
    position: relative;
}

::placeholder {
    color: #787878;
    opacity: 1;
}

::-ms-input-placeholder {
    color: #787878;
}

#banner form select {
    color: #787878;
    background: #fff;
}

#banner form input {
    background: #fff;
}

#banner form input {
    color: #787878;
}

#banner form input#agreetnc {
    margin-top: 5px;
}

.reset {
    font-size: 12px;
    line-height: 26px;
    color: #fff;
    background: #f07a20;
    border-radius: 50px;
    padding: 0 15px;
    text-decoration: none;
    margin-top: 10px;
    display: block;
    width: fit-content;
    border: none;
    cursor: pointer;
    margin-left: auto;
}

.reset:disabled {
    opacity: 0.7;
}

footer {
    width: 100%;
    background-color: #e3530f;
    padding: 15px 0 15px;
    border-top: 1px solid #ccc;
    text-align: center;
    margin-bottom: 60px;
}

footer p {
    color: #fff;
    font-size: 12px;
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 10px;
    margin-bottom: 0;
}

footer p a {
    text-decoration: none;
    color: #fff;
}

.text-right {
    text-align: right !important;
}

label[for='date'] {
    color: rgba(0, 0, 0, 0.4);
    font-size: 15px;
    position: absolute;
    bottom: 5px;
    left: 40px;
    width: 100px;
    text-align: left;
    background: #fff;
}

.exclusive {
    padding: 40px 0;
}

.exclusive h2 {
    font-size: 40px;
    line-height: 60px;
    color: #97281d;
    font-weight: 700;
    text-align: center;
    margin: 0;
}

.free_back {
    display: flex;
    align-items: center;
    margin-left: 0px;
    gap: 10px;
    text-decoration: none;
    color: #fff;
    border: 1px solid #e3530f;
    width: fit-content;
    padding: 7px 20px;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 20px;
    background: #e3530f;
}

.new {
    text-align: center;
    display: block !important;
    text-decoration: none;
    background-color: #db620a;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    padding: 15px 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    color: #ffffff;
}

.benefits {
    padding: 40px 0;
}

.benefits h2 {
    color: #97281d;
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
}

.ben_box {
    background: url(../img/feat_bg.webp) no-repeat center;
    background-size: cover;
    padding: 15px;
    background-size: 100% 100%;
    height: 100%;
    text-align: center;
    min-height: 220px;
    display: flex;
    align-items: center;
    gap: 20px;
    padding-right: 30px;
    max-width: 340px;
    margin: 0 auto;
}

.ben_box h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0 0 0 0;
    text-align: left;
    min-height: 48px;
}

.benefits .ben {
    border-radius: 15px;
    max-width: 1100px;
    margin: 0 auto;
    position: relative;
    padding: 30px;
}

.bt {
    border-top: 2px solid #fc8d10;
}

.br {
    border-right: 2px solid #fc8d10;
}

.ben_box p {
    color: #fff;
    font-size: 16px;
    text-align: left;
    margin-top: 5px;
    margin-bottom: 5px;
}

.ben_box .tncwrap {
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    text-align: left;
}

.ben_box img {
    height: 40px;
    width: 40px;
    object-fit: contain;
    object-position: center;
    margin-left: 20px;
    margin-top: -25px;
    margin-right: 20px;
}

.ben_box .w-100 {
    margin-top: -20px;
}

.goals {
    padding: 40px 0;
}

.goals h2 {
    color: #97281d;
    font-size: 26px;
    line-height: 36px;
    font-weight: 900;
    margin: 0;
}

.faq-wrapper1 .faq-item {
    background-color: white;
    margin-bottom: 20px;
    border-top: none;
    border-radius: 10px 10px 10px 10px;
    padding: 0px 10px;
    position: relative;
}

.faq-wrapper1 .faq-item::before {
    position: absolute;
    left: 0px;
    top: 0;
    content: '';
    width: 10px;
    height: 100%;
    background-color: #97281d;
    border-radius: 10px 0px 0px 10px;
}

.benefits ul li {
    list-style-type: disc;
}

.ans_wrap {
    margin: 0;
}

.btnApply {
    text-align: center;
    display: block !important;
    text-decoration: none;
    background-color: #e3530f;
    font-family: "Mulish";
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    padding: 18px 0;
    position: fixed;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 1;
    color: #FFFFFF;
}

.ans_wrap ol,
.ans_wrap ul {
    padding-left: 20px;
}

@media (min-width: 430px) and (max-width: 1023px) {
    .banner-wrapper {
        padding-top: 0;
    }
}

@media screen and (max-width: 480.5px) {
    .pl-3 {
        padding-left: 15px;
    }

    .container-sm {
        padding: 0px;
        margin: 0px;
    }

    header h2 {
        font-size: 16px;
        margin: 9px 0 0 18px;
    }
}

@media (max-width: 767px) {
    footer p:nth-of-type(1) {
        margin-bottom: 10px;
    }

    #banner form input {
        font-size: 13px;
    }

    .ben_box {
        padding: 25px 30px;
        min-height: 175px;
        align-items: center;
        width: 315px;
        margin: 0 auto;
    }

    .ben_box img {
        margin-left: 0px;
        margin-top: -20px;
        margin-right: 15px;
    }

    .b-0 {
        border: none !important;
    }

    .ben_box p {
        font-size: 12px;
        margin: 5px 0;
        font-weight: 400;
    }

    .ben_box p br,
    .ben_box h3 br {
        display: none;
    }

    .ben_box h3 {
        font-size: 17px;
        min-height: auto;
        margin-bottom: 10px;
    }

    #banner .features .feat p {
        font-size: 14px;
        line-height: 20px;
    }

    #banner .features .feat {
        background: #e65208;
        padding: 5px;
        width: fit-content;
        border-radius: 0 5px 5px 0;
        margin-top: 7px;
        min-width: 190px;
        transform: translateX(-18px);
    }

    .gap-5 {
        gap: 7px;
    }

    #banner .features .feat img {
        background: #97281d;
        padding: 5px;
        border-radius: 5px;
        width: 40px;
        height: 40px;
        object-fit: contain;
    }

    #banner {
        padding: 0 0 24px 0;
    }

    #banner.bg-banner {
        /* background: url(../img/banner_bg_mobile.webp) no-repeat right top; */
        background-position: right top;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }

    #banner #myForm {
        margin-top: 30px;
    }

    .br,
    .bt {
        border: none;
    }

    .benefits .ben {
        padding: 15px;
    }

    .ben_box img {
        height: auto;
        width: 35px;
    }
}

@media screen and (min-width: 768px) {

    #banner form {
        margin-top: 12%;
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        z-index: 1;
        position: relative;
        border-radius: 25px;
        background-color: rgb(247, 230, 214);
    }
}

@media screen and (min-width: 767.5px) {
    .videowrap {
        padding: 40px 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .videowrap>img {
        max-width: 95%;
        height: auto;
    }
}

form.steps {
    padding: 20px;
}

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

    .benefits h2 {
        color: #97281d;
        font-size: 38px;
        line-height: 36px;
        font-weight: 700;
        text-align: center;
    }

    .goals h2 {
        color: #97281d;
        font-size: 38px;
        line-height: 36px;
        font-weight: 900;
        margin: 0;
        text-align: center;
    }

    .button {
        width: fit-content;
        padding: 0 30px;
        position: unset;
    }

    .videowrap {
        padding: 40px 0;
        display: unset;
        align-items: center;
        justify-content: center;
    }

    .videowrap>img {
        max-width: 85%;
        height: auto;
        margin-top: 110px;
        margin-left: auto;
        margin-right: auto;
    }

    .d_gif {
        width: 100%;
    }

    .deskgif {
        max-width: 85%;
        margin: 30px auto 0 auto;
    }

    .fs-lead {
        font-size: 20px;
    }

    form.steps {
        padding: 24px 20px;
    }

    #banner h1 {
        font-size: 30px;
        line-height: 38px;
        color: #a31a13;
        font-weight: 900;
        margin-right: 0px;
    }

    #banner h2 {
        font-size: 22px;
        line-height: unset;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    h2.react-datepicker__current-month {
        font-size: 16px !important;
        margin: 5px 0 20px 0 !important;
    }

    .wrap {
        margin-left: 0px;
        padding-left: 10px !important;
    }

    #banner form {
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        z-index: 1;
        position: relative;
        border-radius: 25px;
        background-color: rgb(247, 230, 214);
    }

    #banner form h3 {
        font-size: 17px;
        line-height: 26px;
        color: #fff;
        font-weight: 700;
        margin-top: 0;
        margin-bottom: 0;
    }

    .faq-section,
    .faq-wrapper1 {
        max-width: 1100px;
        margin: 0 auto;
        padding: 40px 20px;
    }

    .faq-answer p {
        max-width: 85%;
    }

    .faq-wrapper1>div>.faq-item:first-of-type li {
        width: 50%;
    }
}

@media (min-width: 1200px) and (max-width: 1300px) {
    #banner h1 {
        font-size: 30px;
        line-height: 40px;
        color: #a31a13;
        font-weight: 900;
    }
}

@media screen and (min-width: 1300px) {
    #banner {
        min-height: auto;
    }

    #banner h1 {
        font-size: 38px;
        line-height: 46px;
        color: #9f301b;
        font-weight: 900;
        margin-right: 0px;
    }

    #banner form {
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        z-index: 1;
        position: relative;
        border-radius: 25px;
        background-color: rgb(247, 230, 214);
    }
}

@media screen and (min-width: 1600px) {
    #banner h1 {
        font-size: 35px;
        line-height: 43px;
        color: #9f301b;
        font-weight: 900;
        margin-right: 0px;
    }

    #banner {
        background-position: center;
    }
}

.img-ques {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    padding: 5px;
}

@media (min-width: 768px) and (max-width: 1023px) {
    .faq-wrapper1>div>.faq-item:first-of-type li {
        width: 50%;
    }

    #banner.bg-banner {
        /* background: url(../img/banner_bg_mobile.webp) no-repeat center bottom; */
        background-size: auto 50%;
        background-repeat: no-repeat;
        background-position: center top;
    }

    .ben_box {
        padding-right: 35px;
    }

    #banner h1 {
        font-size: 26px;
        line-height: 35px;
        color: #97281d;
        margin-top: 10px;
        margin-bottom: 10px;
        font-weight: 900;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {

    #banner {
        padding: 0 0 40px 0;
        box-shadow: none;
    }

    #banner {
        min-height: auto;
    }

    #banner form {
        background: #fff;
        background-position-x: 0%;
        background-position-y: 0%;
        background-repeat: repeat;
        background-repeat: repeat;
        background-position: center;
        border-radius: 20px;
        z-index: 1;
        position: relative;
        margin-left: 0;
        background-color: rgb(247, 230, 214);
    }

    #banner h1 {
        font-size: 26px;
        line-height: unset;
        color: #a31a13;
        margin-top: 0px;
        margin-bottom: 0;
        font-weight: 900;
    }

    #banner form h3 {
        font-size: 16px;
    }

    .benefits h2,
    .goals h2 {
        text-align: center;
    }

    #banner h2 {
        font-size: 26px;
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .b-0 {
        border: none !important;
    }

    .br,
    .bt {
        border: none;
    }

    .ben_box h3 {
        font-size: 22px;
        min-height: auto;
    }

    .ben_box h3 br,
    .ben_box p br {
        display: none;
    }

    .ben_box {
        min-height: 220px;
        width: 350px;
        margin: 0 auto;
    }

    .benefits .ben {
        padding: 0;
    }

    .ben_box .w-100 {
        margin-top: -20px;
        margin-left: 5px;
    }

}

@media (min-width: 768px) and (max-width: 1024px) and (min-height: 900px) {
    #banner form {
        max-width: 100%;
        margin: 0 auto;
        margin-top: 12%;
    }
}

@media screen and (min-width: 2000px) {
    #banner {
        padding-bottom: 100px;
    }
}

@media screen and (min-width: 768px) {
    #banner form input#name {
        background-position: left 4px center;
        background-size: 20px;
    }

    #banner form input#mobile {
        background-position: left 0px center;
        background-size: 27px;
    }

    #banner form input#otp {
        background-position: left 0px center;
        background-size: 22px;
        border-bottom: 0;
    }
}

input,
select {
    position: relative;
}

.input_wrapper {
    position: relative;
    margin-top: 10px;
}

#banner form .input_wrapper:has(> #name)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 22px;
    height: 32px;
    background: url(../img/icons/user.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form input#mobile {
    width: calc(100% - 100px);
    border-bottom: none;
}

#banner form input#otp {
    width: calc(100% - 160px);
    border-bottom: none;
}

#sendOtpBtn,
#verifyOtpBtn {
    width: 110px;
}

#banner form .input_wrapper div:has(> #mobile)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    background: url(../img/icons/mobile.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper div:has(> #otp)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 23px;
    height: 30px;
    background: url(../img/icons/OTP.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #pan)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    background: url(../img/icons/PAN.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #lastYearIncome)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 30px;
    background: url(../img/icons/PAN.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #occupation)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/salary.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #itr)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/salary.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #companyname)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 28px;
    height: 35px;
    background: url(../img/icons/company.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #annualincome)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 28px;
    height: 35px;
    background: url(../img/icons/income.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #pincode)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 27px;
    height: 35px;
    background: url(../img/icons/pincode.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #city)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 20px;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url(../img/icons/city.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper:has(> #email)::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/email.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper.loan::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/loan.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

#banner form .input_wrapper.dob-field::before {
    content: "";
    position: absolute;
    display: block;
    left: 5px;
    top: 25px;
    transform: translateY(-50%);
    width: 25px;
    height: 35px;
    background: url(../img/icons/DOB.svg) no-repeat;
    background-size: contain;
    pointer-events: none;
    z-index: 1;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: rgba(0, 0, 0, 1) !important;
    background: #fff url(../img/icons/email.svg) no-repeat left 20px center !important;
    background-size: 25px !important;
}

#banner form select.placeholder {
    color: #787878;
}

#banner form select.filled {
    color: rgba(0, 0, 0, 1);
}

.terms label {
    font-size: 11px;
    cursor: pointer;
    color: #414042;
}

@media screen and (max-width: 768px) {
    #banner form input#mobile {
        width: calc(100% - 90px);
        border-bottom: none;
    }

    #banner form input#otp {
        width: calc(100% - 140px);
        border-bottom: none;
    }

    #sendOtpBtn,
    #verifyOtpBtn {
        width: 82px;
    }

    .exclusive h2 {
        font-size: 30px;
        line-height: 35px;
    }

    .card {
        width: 70%;
        margin: 0 auto;
    }

    #banner .tnc {
        font-size: 12px !important;
        line-height: 17px !important;
        color: #fff !important;
        margin-top: 70px !important;
        font-weight: 500;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3);
    }
}

.d-mobile {
    display: block;
}

.d-desktop {
    display: none;
}

@media screen and (min-width: 767.5px) {

    .d-mobile {
        display: none;
    }

    .d-desktop {
        display: block;
    }
}

.dnone {
    display: none;
}

.thank-you {
    min-height: calc(100vh - 112px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 30px 30px 30px;
}

.thank-you .popup-icon {
    text-align: center;
    margin-bottom: 20px;
}

.thank-you h2 {
    color: #e3530f;
    text-align: center;
    margin-bottom: 0px;
    font-weight: 600;
}

.thank-you h3 {
    text-align: center;
    color: #414042;
    font-weight: 600;
}

.thank-you p {
    text-align: center;
    color: #414042;
    font-size: 14px;
}

.thank_you_back {
    background-color: #e3530f;
    color: #ffffff;
    cursor: pointer;
}

.icon-heading {
    display: flex;
    gap: 20px;
    align-items: center;
}

.icon-heading>span {
    font-size: 22px;
    color: #414042;
}

.margin-top {
    margin-top: 10vh;
}

.orderlist {
    padding: 0px 0px 0px 15px;
    margin: 50px 0px;
}

.orderlist>li {
    font-size: 16px;
    color: #414042;
    margin-bottom: 15px;
}

.borderL::after {
    position: absolute;
    content: '';
    width: 5px;
    height: 100%;
    background-color: white;
    left: 49%;
}

@media screen and (max-width: 991.5px) {
    .mobilebx p {
        text-align: left;
    }

    .thank-you {
        padding: 10px;
    }

    .orderlist {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .mobilebx {
        background-color: #ffffff;
        padding: 20px;
        margin-top: 40px;
        border-radius: 10px;
    }

    .margin-top {
        margin-top: 30px;
    }

    .icon-heading>span {
        font-size: 18px;
    }

    .icon-heading>span>br {
        display: none;
    }

    .icon-heading {
        margin-top: 0px;
    }

    .borderL::after {
        display: none
    }

    .thank-you {
        min-height: calc(100vh - 124px);
    }
}

span.error {
    color: red;
    font-size: 12px;
}

p.error {
    text-align: left;
    line-height: 0px;
    color: red;
}

.react-datepicker-wrapper {
    width: 100%;
}

.react-datepicker__input-container input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    font-size: 14px;
    border-radius: 4px;
}

.react-datepicker {
    font-family: 'Arial', sans-serif;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.react-datepicker__header {
    background-color: #f0f0f0;
    border-bottom: 1px solid #ccc;
}

.react-datepicker__day--selected,
.react-datepicker__day--keyboard-selected {
    background-color: #007bff;
    color: white;
}

.toast-container {
    position: fixed;
    bottom: 60px;
    right: 20px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast {
    min-width: 280px;
    padding: 14px 18px;
    border-radius: 8px;
    color: white;
    font-size: 15px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
    animation: slideIn 0.4s ease, fadeOut 0.5s ease 2.5s forwards;
}

.toast.success {
    background: url(../img/sucess.svg) no-repeat left 10px center #22c55e;
    padding-left: 40px;
    background-size: 20px;
}

.toast.error {
    background: url(../img/error.svg) no-repeat left 10px center #ef4444;
    padding-left: 40px;
    background-size: 20px;
}

.toast.info {
    background-color: #3b82f6;
}

@keyframes slideIn {
    from {
        transform: translateX(120%);
        opacity: 0;
    }

    to {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeOut {
    to {
        transform: translateX(120%);
        opacity: 0;
    }
}

@media (min-width: 1024px) and (max-width: 1200px) {
    #banner form {
        max-width: 720px;
        margin-left: auto;
        margin-right: auto;
    }
}


.loanAmountValue {
    font-size: 18px !important;
    font-weight: 700;
    color: rgb(0, 0, 0) !important;
    width: 50% !important;
    text-align: right !important;

}



.thank-you {
    min-height: calc(100vh - 133px);
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 20px 30px 30px 30px;
}

.thank-you .popup-icon {
    text-align: center;
    margin-bottom: 20px;
    margin-top: 100px;
}

.thank-you h2 {
    color: #e3530f;
    text-align: center;
    margin-bottom: 30px;
    font-size: 34px;
}

.thank-you h3 {
    text-align: center;
    color: #414042
}

.thank-you p {
    text-align: center;
    color: #414042;
    font-size: 24px;
    line-height: 34px;
    font-weight: 600;
}

.thank_you_back {
    border: none;
    display: flex;
    gap: 5px;
    cursor: pointer;
    align-items: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    margin-top: 15px;
}

.thank_you_back>img {
    width: 10px;
}

@media screen and (min-width: 1400px) {
    #banner {
        padding-bottom: 0;
    }
}


@media screen and (max-width: 480.5px) {
    header button {
        width: 50%;
    }

    .thank-you {
        min-height: calc(100vh - 172px);
    }

    .thank-you p {
        font-size: 20px;
        line-height: 28px;
    }
}


@media (min-width: 1024px) {
    .ben .col-lg-4 {
        flex: 0 0 auto !important;
        width: 33.33333333% !important;
    }
}

@media screen and (min-width: 2000px) {
    #banner.bg-banner {
        /* background: url(../img/banner_bg.webp) no-repeat center bottom; */
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
    }
}

@media (min-width:540px) and (max-width: 767px) {
    #banner #myForm {
        margin-top: 35%;
    }

    #banner.bg-banner {
        background-position: center top -20%;
    }
}