a {
    text-decoration: none !important;
}


/* width */

body::-webkit-scrollbar {
    width: 8px;
}


/* Track */

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

body::-webkit-scrollbar-thumb {
    background: #02885d;
    border-radius: 10px;
}


/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
    background: #f40303;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
}

#login_sec {
    position: relative;
    min-height: 90vh;
    background: linear-gradient(90deg, #F5F6FF 33%, #fff 67%);
    /*max-height: 100%;*/
}

.new_steps::after {
    width: 57%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}

.new_steps.sticky-top {
    position: sticky !important;
}

#login_sec .account__content {
    padding: 10px !important;
    margin-top: 12px;
}

.new_steps.header_bg .lang_dropdown {
    border-bottom: none;
}

.new_steps .lang_dropdown {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    border-bottom: 1px solid #E5E8FF;
    padding-bottom: 24px;
    z-index: 1;
}

.top_search {
    margin-top: 0px !important;
}

.tap_header {
    padding: 12px 0;
    /*background: linear-gradient(90deg, #F5F6FF 33%, #fff 67%);*/
    background: #f5f5f5;
    overflow: visible;
}

.tap_header .logo {
    padding-top: 12px !important;
}

.tap_header .dropdown.btn-outline-info {
    border-color: #02885d !important;
    background-color: #02885d !important;
}

.tap_header .dropdown.btn:hover {
    background-color: #02885d !important;
    border-color: #02885d !important;
}

.tap_header .dropdown.btn:hover p {
    color: #ffffff;
}

.tap_header .dropdown p {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.tap_header .dropdown.btn .dropdown-toggle::after {
    color: #ffffff;
}

.tap_header .dropdown.btn:hover .dropdown-toggle::after {
    color: #ffffff;
}

.form-control:focus {
    box-shadow: none ! important;
}

.tap_header .prof_img {
    flex-shrink: 0;
}

.tap_header .prof_img img {
    height: 40px;
    width: 40px;
}

.new_steps .lang_dropdown button {
    color: #878787;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    border: none !important;
    background: transparent !important;
}

.new_steps .lang_dropdown button.active {
    border-color: transparent !important;
}

#login_sec .account__thumb {
    position: relative;
}

.account_login_sec {
    /* width: 100%; */
    position: absolute;
    top: 40%;
    transform: translateY(40%);
}

#login_sec .account__thumb img {
    width: 521px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}

.logo img {
    border-radius: 2.462px;
    width: 216px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%); */
}

.container {
    max-width: 100% !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
}

#login_sec .account__header {
    margin: 30px 0;
}

#login_sec .account__header h2 {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

#login_sec .account__header p {
    color: #3D3D3D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.new_steps label {
    color: #2B2B2B;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.09px;
    margin-bottom: 6px;
    text-transform: lowercase;
}

.new_steps label::first-letter {
    text-transform: uppercase;
}

#login_sec label span {
    color: #B3B3B3;
    font-size: 13px;
    font-weight: 400;
}

.new_steps .form-control {
    color: #606162;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #E0E0E0 !important;
    background: rgba(235, 240, 255, 0.20);
    padding: 13px 5px;
}

.new_steps .form-pass__ctoggle,
.new_steps .form-pass__toggle,
#login_sec .form-pass__toggle {
    background: none;
    border: none;
    color: var(--text-color);
    font-weight: 700;
    right: 25px;
    top: 45px;
    z-index: 9;
    color: #02885d;
}

.new_steps .form-select {
    color: #606162;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #E0E0E0 !important;
    background-color: rgba(235, 240, 255, 0.20);
    padding: 13px 20px;
}

/*.tap_header.header_bg {
    background: #fff;
}*/

.header_bg {
    box-shadow: 0px 1px 10px #999;
}

.new_steps .form-select:focus {
    border-color: #02885d !important;
    outline: 0;
    box-shadow: none !important;
}



.new_steps .form-control::placeholder {
    color: #606162;
}



.new_steps .sub_btn button {
    border-radius: 4px;
    /* background: rgba(184, 184, 184, 0.24);
    color: #AEAEAE; */
    background: #02885d;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.new_steps .sub_btn button.active {
    background: #02885d;
    color: #FFF;
    font-weight: 600;

}

.new_steps .sub_btn button.disable {
    border-radius: 4px;
    background: rgba(184, 184, 184, 0.24);
    color: #AEAEAE;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    pointer-events: none;
    text-decoration: none;
    border: 0;
    padding: 1rem 1.875rem;
}

#login_sec .otp_boxes .form-control {
    border: 1px solid #2F75FD66 !important;
    padding: 13px 5px;
}

#login_sec .otp_boxes .form-control:focus {
    box-shadow: none;
    border: 1px solid #FE5150 !important;
}

#login_sec .otp_timer p {
    color: #FE5150;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}

#login_sec .resend_otp p,
.emailotp_model .resend_otp p {
    color: #2B2B2B;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 15px;
}

#login_sec .resend_otp p a {
    color: #02885d;
    font-weight: 700;
}

#login_sec .resend_otp p a.inactive,
.emailotp_model .resend_otp p a.inactive {
    color: #AEAEAE;
    ;
    font-weight: 700;
    pointer-events: none;
    cursor: default;
}

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

.gender_sec .btn.gender_btn {
    color: #A3A3A3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.2px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding: 12px 36px;
}

.btn-check:checked+.btn {
    border: 1.2px solid #02885d;
    background: #F4F7FF;
    color: #02885d !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../../assets/images/date_icon.png) no-repeat;
    width: 25px;
    height: 25px;
    border-width: thin
}

.steps_sec {
    margin-top: 30px;
    padding-right: 10%;
}


/* Example of a custom CSS rule that might conflict with Bootstrap */

.steps_sec .steps_titles h2 {
    color: #212121;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

.steps_sec .steps_titles p {
    color: #626262;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 12px 0 0 0;
}

.steps_sec .steps_card {
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-top: 30px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    position: relative;
}

.steps_sec .steps_card .done {
    margin-left: auto;
}

.steps_sec .steps_card .done img {
    width: 30px;
}

.steps_sec .steps_card .done .fa-circle-chevron-right {
    font-size: 24px;
    color: #02885d;
}

.steps_sec .steps_card::after {
    content: "";
    position: absolute;
    left: 35px;
    top: calc(2rem + 25px);
    height: calc(100% - 20%);
    border-left: 2px solid #ECECEC;
    border-radius: 2px;
    z-index: -1;
}

.steps_sec .steps_card:last-child::after {
    border: none !important;
}

.steps_sec .steps_card.active {
    border: 1px solid #02885d;
}

.steps_sec .steps_card .steps_icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: #F0F1FE;
}

.steps_sec .steps_card .steps_icon img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(4957%) hue-rotate(152deg) brightness(91%) contrast(98%);
}

.steps_sec .steps_card.active {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.steps_sec .steps_card.active .steps_icon {
    background: #02885d;
}

.steps_sec .steps_card.active .steps_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(209deg) brightness(102%) contrast(102%);
}

.steptext h3 {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.084px;
    margin-bottom: 2px;
}

.steptext p {
    color: #868686;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.072px;
    margin: 0;
}

.trk-btn.disabled {
    pointer-events: none;
    text-decoration: none;
}

#login_sec form .form-check {
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    padding: 20px 40px;
}

#login_sec form .form-check label {
    margin: 0;
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.084px;
}

.form-check.active {
    border-radius: 4px;
    border: 1px solid #02885d !important;
    background: #F4F7FF;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.form-check.active label {
    color: #000 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    letter-spacing: 0.084px !important;
}

.docs_cards {
    border-radius: 8.98px;
    background: rgba(12, 107, 219, 0.05);
    box-shadow: 0px 1.347px 2.245px 0px rgba(0, 0, 0, 0.12);
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
}

.docs_cards img {
    width: 50px;
    margin-bottom: 12px;
}

.docs_cards h3 {
    color: #414141;
    text-align: center;
    font-size: 13.469px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.837px;
    margin: 0;
}

.btn-close:focus {
    box-shadow: none !important;
}

.btn-close {
    width: 20px;
    height: 20px;
    background-image: url(../../assets/images/cross.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.docs_model h3 {
    color: #414141;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin: 0;
}

.docs_model a {
    color: #FFA24C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.file_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.drag-area {
    border-radius: 7.907px;
    border: 1.318px dashed #02885d;
    background: #FBFCFF;
    width: 452px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.file_upload .icon img {
    width: 62.916px;
    margin-bottom: 20px;
}

.drag-area.active {
    border: 2px solid #02885d;
}

.drag-area header {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.drag-area span {
    color: #02885d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.drag-area p {
    color: rgba(0, 0, 0, 0.40);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 0px 0;
}

.drag-area button,
.drag-area a {
    display: flex;
    padding: 11px 27px;
    align-items: center;
    gap: 12px;
    border-radius: 2px;
    background: #02885d;
    cursor: pointer;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    margin-top: 20px;
}

.drag-area a {
    padding: 11px 40px;
}

#docs_model .modal-content {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(78, 78, 78, 0.25);
}

#docs_model .modal-dialog {
    max-width: 755px;
    /* height: 404px; */
    flex-shrink: 0;
}

#preview img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.previw_docs {
    border-radius: 4px;
    border: 1px solid #02885d;
    background: rgba(235, 240, 255, 0.20);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.previw_docs img {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    flex-shrink: 0;
}

.previw_docs_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.previw_docs p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.084px;
    margin: 0;
}

.previw_docs button {
    border: none;
    background-color: transparent;
    color: #02885d;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.09px;
}

#login_sec form .same_email .form-check {
    border-radius: 0;
    border: none !important;
    padding: 0px 25px;
}

#login_sec form .same_email label {
    color: #2B2B2B;
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
}

.form-check-input:focus {
    border-color: #02885d !important;
    box-shadow: none !important;
}

.form-check-input {
    width: 24px;
    height: 24px;
}

.type_buss_button .form-check .form-check-input {
    width: 18px;
    height: 18px;
    display: none;
}

/*#login_sec .form-check-input:checked {
    background-color: #02885d !important;
    border-color: #0d6efd !important;
}*/


#login_sec .form-check.active {
    position: relative;
}#login_sec .form-check.active::after {
    content: "✔";
    font-weight: 900;
    /* color: green; */
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}




#login_sec .type_buss_button .form-check label {
    font-style: 20px !important;
    font-weight: 600 !important;
}

#login_sec .same_email img {
    width: 24px;
}

.title_bg_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#login_sec .title_bg_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, #E4F1FF 57.73%, rgba(228, 241, 255, 0.00) 102.57%);
    padding: 23px;
    z-index: -1;
    right: 0px;
    z-index: 0;
}

#login_sec .title_bg_sec h3 {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.096px;
    margin: 0;
    z-index: 1;
}

.form-pass button .fa-location-crosshairs {
    color: #2F75FD !important;
}

.form-pass button .fa-circle-info {
    color: #77777777 !important;
}

#application_submitted {
    max-height: 100vh;
}

.application_subm {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.application_submt h2 {
    color: #212121;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 0;
}

.application_submt p {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.096px;
    text-transform: capitalize;
    margin-top: 12px;
}

#application_submitted .application_subm_icon img {
    width: 100%;
    max-width: 556px;
    margin-bottom: 32px;
}

.application_subm_icon {
    background: url(../../assets/images/application_submitted_bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

#application_submitted .trk-btn {
    border-radius: 2px;
    background: #02885d;
    padding: 14px 120px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.fill_detail {
    margin-top: 40px;
}

.fill_detail h2 {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

.fill_detail h3 {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.096px;
}

.fill_detail p {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
}

#fill_det_top_sec {
    border-bottom: 1px solid #E5E8FF;
    padding-bottom: 12px;
}

.fill_det_top .lang_dropdown::after {
    background: none !important;
}

.status_imgsec .application_subm {
    border-radius: 12px;
    background: #F6F6F6;
    height: auto;
    margin: 40px 0;
    padding: 35px 0;
}

.status_imgsec .application_subm img {
    width: 237.024px;
}

.varif_process {
    margin-top: 40px;
    counter-reset: step-counter;
    padding: 0 40px 0 80px;
}

.varif_process .varif_card {
    border-radius: 7.907px;
    background: #EEE;
    padding: 10px 5px 11px 13px;
    margin-bottom: 26px;
    position: relative;
}

.varif_process .varif_card::before {
    content: "";
    background: url(../../assets/images/pending_icon.svg);
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    position: absolute;
    left: -80px;
    top: 10px;
    background-size: 100% 100%;
}

.varif_process .varif_card.done::before {
    content: "";
    background: url(../../assets/images/done_icon.svg);
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    position: absolute;
    left: -80px;
    top: -5px;
    background-size: 100% 100%;
}

.varif_process .varif_card::after {
    content: "";
    position: absolute;
    left: -56px;
    top: calc(2rem + 12px);
    height: calc(100% - 5%);
    border-left: 2px dashed #E9E9E9;
    z-index: -1;
}

.varif_process .varif_card:last-child:after {
    border: none !important;
}

.varif_process .varif_card.done {
    background: rgba(3, 184, 103, 0.08);
}

.varif_process .varif_card h2 {
    color: #2B2B2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.132px;
    margin-bottom: 4px;
}

.varif_card h2::before {
    counter-increment: step-counter;
    content: "Step " counter(step-counter) ": ";
}

.varif_process .varif_card p {
    color: #414141;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.loan_offer_img img {
    width: 501px;
}

.loan_offer_img.sticky-top {
    top: 100px;
}

.loan_offer_box {
    margin-top: 30px;
}

.loan_offer_box .top_titles h2 {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.loan_offer_box .top_titles p {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.156px;
    text-transform: capitalize;
}

.loan_offer_card_details {
    position: relative;
    margin-top: 24px;
}

.loan_offer_card_details .loan_offer_content {
    position: absolute;
    top: 10px;
    left: 16px;
}

.loan_offer_card_details img {
    width: 568px;
    height: 198px;
}

/* .sticky-top.account .logo {
    margin-top: 1.5rem;
} */

.loan_offer_card_details .loan_offer_content p {
    color: #262626;
    font-size: 17.359px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.035px;
    letter-spacing: 0.534px;
    margin-bottom: 4px;
}

.loan_offer_card_details .loan_offer_content ul {
    margin: 5px 0 16px 0;
    list-style: none;
    padding: 0;
}

.loan_offer_card_details .loan_offer_content ul li {
    color: #000;
    font-size: 16.058px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.411px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.loan_offer_card_details .loan_offer_content ul li::before {
    content: '';
    background: url(../../assets/images/check_mark.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 26px;
    width: 26px;
    position: absolute;
    left: -8px;
    top: 0;
}

.account__wrapper {
    z-index: 9;
    position: relative;
}

.steps_sec.sticky-top {
    top: 125px;
}

.fill_sec.new_steps::after {
    width: 100%;
    z-index: -1;
}

.loan_offer_content {
    max-width: 45%;
}

.loan_offer_card_details .loan_offer_content h3 {
    color: #000;
    font-size: 21.364px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.245px;
    margin-bottom: 16px;
}

.loan_offer_card_details .loan_offer_content h3 span {
    color: #000;
    font-size: 21.364px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.245px;
}

.loan_offer_card_details .loan_offer_content a {
    border-radius: 5.341px;
    background: #FFF;
    box-shadow: 0px 5.341px 5.341px 0px rgba(171, 171, 171, 0.25);
    padding: 8px 12px;
    color: #000;
    font-size: 14.688px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.364px;
}

.loan_offer_card_details:hover a {
    background: #02885d;
    box-shadow: 0px 5.353px 5.353px 0px rgba(171, 171, 171, 0.25);
    color: #fff;
}

.loan_offer_card_details .fa-circle-chevron-right {
    font-weight: 700;
    color: #02885d !important;
}

.loan_offer_card_details:hover a .fa-circle-chevron-right {
    color: #fff !important;
}

.exclusive_offer {
    border-radius: 4px;
    border: 1px solid #CBE3FF;
    background: #FBFDFF;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-self: flex-start;
    gap: 16px;
}

.exclusive_offer .exclusive_icon {
    flex-shrink: 0;
}

.exclusive_offer .exclusive_icon img {
    width: 82px;
}

.exclusive_offer .exclusive_text p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.09px;
    margin: 0;
}

.exclusive_offer .exclusive_text p span {
    color: #02885d;
    font-weight: 700;
}

#cal_loan_sec {
    margin: 40px 0;
}

.cal_loan_card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.cal_loan_data {
    /* margin: 30px 0; */
}

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

.price_label label {
    margin: 0;
}

.cal_loan_title h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.price_label h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
    margin: 0;
    position: relative;
}

.price_label .currency h3::before {
    content: '\e1bc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -16px;
    top: -2px;
}

.price_label h3::after {
    content: '';
    width: 142px;
    height: 2px;
    border-radius: 1px;
    background: #A8A8A8;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.cal_loan_card input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    background: #E9F3FF;
    padding: 4px 0;
    height: 8px;
}

.cal_loan_card input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #02885d;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.cal_loan_card input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background-color: #02885d;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.cal_loan_card input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 8px rgba(84, 47, 152, 0.1)
}

.cal_loan_card input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

.cal_loan_card input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

.cal_loan_card input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card .range {
    margin: 19px 0;
}

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

.price_ranges p {
    color: #929292;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.card_sec .card_img {
    position: relative;
}

.card_sec .card_img {
    float: right;
}

.card_sec .card_img img {
    width: 497.998px;
    height: 270px;
}

.card_data {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
}

.card_data .card_topdata {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.card_topdata p {
    color: #FFF;
    text-align: center;
    font-size: 17.423px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.134px;
    letter-spacing: 0.209px;
    margin-bottom: 5px;
}

.card_topdata h3 {
    color: #FFF;
    font-size: 30.49px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.46px;
    margin: 0;
}

.card_topdata h3::before {
    content: '\e1bc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 24px;
}

.card_btdata {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 28px;
    position: relative;
}

.card_btdata::before {
    content: '';
    width: calc(100% - 34px);
    height: 1.452px;
    background: rgba(255, 255, 255, 0.56);
    position: absolute;
    top: 0;
    left: 17px;
}

.card_total h4 {
    color: #FFF;
    font-size: 23.23px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.653px;
    margin-bottom: 2px;
    padding-left: 15px;
    position: relative;
}

/*.card_total h4::after {
    content: '';
    background: url(../../assets/images/card_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23.231px;
    height: 23.231px;
    flex-shrink: 0;
    position: absolute;
    left: -32px;
    top: 4px;
}*/

.card_total h4::before {
    content: '\e1bc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -2px;
    top: -2px;
}

.card_total p {
    color: #FFF;
    font-size: 15.971px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.23px;
    letter-spacing: -0.08px;
    margin: 0;
}

.apply_mow_btn {
    position: absolute;
    left: 17px;
    bottom: 24px;
    width: 100%;
}

.apply_mow_btn button {
    border-radius: 8.711px;
    background: #EF7505;
    color: #FFF;
    padding: 14px 0;
    width: calc(100% - 34px);
    font-size: 17.423px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.23px;
    letter-spacing: 0.087px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_new_ref {
    margin-top: 30px;
}

.add_new_ref button {
    border: none;
    background: transparent;
    color: #02885d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#ref_data_sec {
    padding: 50px 0;
}

#ref_data_sec .ref_data_card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.ref_data_card h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.ref_data_card h2 span {
    color: #02885d;
}

.ref_data {
    padding: 24px 0;
    border-bottom: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ref_data button {
    border: none;
    border-radius: 4px;
    background: #FF4848;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.192px;
    padding: 15px 16px;
}

.ref_data:last-child {
    border-bottom: none;
}

.ref_data p {
    color: #2A2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.168px;
}

.ref_data p span {
    color: #666;
    padding-left: 8px;
}

.ref_data_list {
    counter-reset: ref-counter;
}

.ref_data h2::after {
    counter-increment: ref-counter;
    content: "#" counter(ref-counter);
    margin-right: 5px;
    color: #02885d;
}

#fees_charges_sec {
    padding: 50px 0;
    background: #FCFCFC;
}

#fees_charges_sec .accordion-item {
    border: none !important;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

#fees_charges_sec .accordion-button:focus {
    box-shadow: none !important;
}

#fees_charges_sec .accordion-button {
    color: #2B2B2B;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.204px;
    padding: 26px 24px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    display: none;
}

#fees_charges_sec .accordion-button span {
    color: #02885d;
    padding: 0 4px;
}

#fees_charges_sec .accordion-button:not(.collapsed) {
    background: #FFF;
}

#fees_charges_sec .table {
    border-radius: 4px;
    border: 1px solid #DCDCDC;
}

#fees_charges_sec table thead tr th {
    background: #02885d !important;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.204px;
    text-transform: capitalize;
    padding: 26px 40px;
}

#fees_charges_sec table tbody tr th {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.056px;
    text-transform: capitalize;
    padding: 26px 40px;
}

#fees_charges_sec table tbody tr td {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
    padding: 26px 40px;
}

#fees_charges_sec .accordion-body,
#fees_charges_sec .accordion-body p {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
}

.list_icon {
    padding-left: 30px;
    margin-top: 18px;
}

.list_icon h3 {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.192px;
    position: relative;
    margin-bottom: 4px;
}

.list_icon h3::before {
    content: '';
    background: url(../../assets/images/card_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: absolute;
    left: -30px;
    top: 0px;
}

.list_icon p {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.156px;
}

.lists_sec h3 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.204px;
}

.lists_sec ul {
    padding-left: 15px;
}

.lists_sec ul li {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.156px;
    margin-top: 16px;
}

.yellow_color {
    color: #F98026 !important;
}

.apply_now_btn {
    margin: 50px 0;
}

.apply_now_btn a {
    border-radius: 2px;
    background: #02885d;
    padding: 13px 48px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    position: relative;
}

.apply_now_btn a::after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 28px;
    top: 10px;
}

.disabled-link {
    pointer-events: none;
}

#btnToggle {
    display: none;
}

#btnToggle {
    display: none;
}

.form-pass input:valid~#btnToggle {
    display: inline-block;
    color: #02885d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
}

#verifyButton {
    color: #02885d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.emailotp_model .modal-header {
    padding: 12px 16px;
}

.emailotp_model .otp_boxes {
    margin: 16px 0;
}

.emailotp_model .modal-title {
    color: #02885d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.emailotp_model h2 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
}

.emailotp_model h3 {
    color: #8B8B8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: center;
}

.emailotp_model .form-control {
    border: 1px solid #2F75FD66 !important;
    padding: 5px 5px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
}

.emailotp_model .otp_boxes .form-control:focus {
    box-shadow: none;
    border: 1px solid #FE5150 !important;
}

.emailotp_model .modal-dialog {
    max-width: 616px !important;
}

.emailotp_model .modal-body {
    padding: 30px;
}

.emailotp_model .email_otp p {
    color: #2B2B2B;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}

.emailotp_model .email_otp p a {
    color: #02885d;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.email_otp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.email_otp .otp_timer p {
    color: #FE5150;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}

.emailotp_model .email_otp_btn {
    border-radius: 4px;
    background: #02885d;
    width: 100%;
    padding: 12px 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.emailotp_model .email_otp_btn:hover {
    background: #02885d;
    color: #FFF;
}

.emailotp_model .email_otp_btn.active {
    background: #02885d;
    color: #FFF;
}

.emailotp_model .email_otp_btn.disable {
    border-radius: 4px;
    background: rgba(184, 184, 184, 0.24);
    color: #AEAEAE;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    pointer-events: none;
    text-decoration: none;
}

.hidden {
    display: none;
}

#docs_model {
    z-index: 1030;
}

.modal-backdrop {
    z-index: 99999;
}

.modal-backdrop {
    position: relative !important;
}

.new_steps.sticky-top {
    z-index: 99;
}

.is-invalid {
    background: #f909091c !important;
    color: #fff;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
}
.prev_img img {
    width: auto;
    height: 300px;
}
.loan_docs a {
    color: #02885d;
    background-color: #f5f5f5;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 15px;
}

/* 992 Start  */


/* Styles for screens that are at least 992px wide */

@media screen and (max-width: 992px) {
    #login_sec .account__thumb {
        height: auto;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .logo img {
        width: 162px;
    }

    .new_steps::after {
        width: 0;
    }

    #login_sec,
    .tap_header {
        background: #f5f5f5;
    }

    .otp_timer p {
        margin: 10px 0 0;
        text-align: center;
    }

    #login_sec .account__header {
        margin: 12px 0;
    }

    .otp_boxes .form-control {
        padding: 10px 12px;
    }

    .new_steps .lang_dropdown {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .steps_sec {
        margin-top: 20px;
        padding-right: 0;
    }

    .docs_cards img {
        width: 40px;
        margin-bottom: 10px;
    }

    .gender_sec .btn.gender_btn {
        padding: 12px 15px;
    }

    .type_buss_button .row {
        row-gap: 30px;
        display: flex;
    }

    .new_steps .col-sm-6 {
        width: 50%;
    }

    #login_sec form .form-check {
        padding: 12px 40px;
    }

    .varif_process {
        padding: 0 0px 0 70px;
    }

    .varif_process .varif_card.done::before {
        width: 42px;
        height: 42px;
        left: -70px;
        top: 0px;
    }

    .varif_process .varif_card::before {
        width: 42px;
        height: 42px;
        left: -70px;
    }

    .varif_process .varif_card::after {
        left: -48px;
        border-left: 1.5px dashed #E9E9E9;
    }

    /* #login_sec {
        min-height: auto;
    } */

    .form-pass__ctoggle,
    .form-pass__toggle {
        top: 46px;
    }

    .loan_offer_img img {
        width: 100%;
    }

    .loan_offer_card_details img {
        width: 100%;
    }

    .loan_offer_card_details .loan_offer_content p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 2px;
    }

    .loan_offer_content {
        max-width: 45%;
    }

    .loan_offer_card_details .loan_offer_content h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .loan_offer_card_details .loan_offer_content h3 span {
        font-size: 18px;
        line-height: 20px;
    }

    .loan_offer_card_details .loan_offer_content a {
        padding: 6px 12px;
        font-size: 14px;
    }

    .loan_offer_card_details .loan_offer_content {
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .loan_offer_card_details .loan_offer_content ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 2px;
        padding-left: 30px;
    }

    .loan_offer_card_details .loan_offer_content ul li::before {
        height: 20px;
        width: 20px;
        left: -1px;
    }

    .loan_offer_card_details .loan_offer_content ul {
        margin: 5px 0 8px 0;
    }

    #fees_charges_sec {
        padding: 30px 0;
    }

    #fees_charges_sec table thead tr th {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 15px;
    }

    #fees_charges_sec table tbody tr th {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 15px;
    }

    #fees_charges_sec .accordion-button {
        font-size: 14px;
        line-height: 20px;
        padding: 18px 20px;
    }

    .exclusive_offer .exclusive_icon img {
        width: 52px;
    }

    .exclusive_offer {
        padding: 4px 5px;
        gap: 8px;
    }

    .exclusive_offer .exclusive_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .price_label h3::after {
        width: 90px;
    }

    .card_topdata h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .card_topdata p {
        font-size: 14px;
        line-height: 20px;
    }

    .card_sec .card_img img {
        width: 100%;
    }

    .cal_loan_card {
        padding: 8px;
    }

    .card_total h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .card_total p {
        font-size: 14px;
        line-height: 20px;
    }

    .apply_mow_btn button {
        padding: 14px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .apply_mow_btn {
        bottom: 20px;
    }

    .card_total h4::after {
        width: 20px;
        height: 20px;
        left: -28px;
    }

    .ref_data {
        padding: 20px 0;
    }

    .otp_timer {
        padding-left: 0%;
        margin-top: 20px;
    }

    .account_login_sec {
        top: 5%;
        transform: translateY(5%);
    }

    .tap_header .logo {
        padding-top: 5px !important;
    }

    #login_sec .otp_boxes .form-control {
        padding: 10px 12px;
    }

    .tap_header .dropdown p {
        font-size: 10px;
    }

    .tap_header .prof_img img {
        height: 20px;
        width: 20px;
    }

    .tap_header .top_search.me-5 {
        margin-right: 0rem !important;
    }

    .steps_sec .steps_titles h2 {
        font-size: 24px;
    }

    .previw_docs img {
        width: 32px;
        height: 32px;
    }

    .new_steps .form-control {
        font-size: 14px;
        padding: 10px 12px;
    }

    .top_search .dropdown-item {
        padding: 4px 10px;
        font-size: 12px;
    }
    #login_sec .title_bg_sec h3 {
        padding-left: 10px;
    }

  .account__form  .row.mt-5 {
        margin-top: 0rem !important;
    }
    .steps_sec .steps_card .steps_icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    .steps_sec .steps_card .done img {
        width: 26px;
    }
    .account__form .mt-4 {
        margin-top: 1rem !important;
    }
    .account__wrapper .row .pe-5 {
        padding-right: 1rem !important;
    }

    .account__wrapper .row .ps-5 {
        padding-left: .8rem !important;
    }
}

/* 992 end  */


/*Portrait Start*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .otp_boxes .form-control {
        padding: 15px 25px;
        width: 60px;
    }

    .otp_boxes .inputs.justify-content-center {
        justify-content: flex-start !important;
    }
}


/* ipad mini landscape */


/* **************************************************** */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .otp_boxes .form-control,
    .otp_boxes .form-select {
        padding: 12px 5px;
        width: 41px;
    }

    .gender_sec .btn.gender_btn {
        padding: 12px 19px;
    }

    .docs_cards img {
        width: 45px;
    }

    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #login_sec .title_bg_sec::before {
        right: 1px;
    }

    .tap_header {
        background: none;
    }

    .new_steps .lang_dropdown {
        border-bottom: none;
    }
}


input.invalid {
    background-color: #ffdddd;
}

.invalid {
    background: #f46a6a38 !important;
    border-color: #f46a6ae0 !important
}

.error {
    color: #f46a6ae0
}

#map {

    display: block !important;
    height: 400px;
    width: 100%;
    z-index: 9999999;
}

.custom-cursor {
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    /* position: absolute; */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.downld_app {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}

.downld_app img {
    border-radius: 10px;
    width: 180px;
}

.get_scheme_details {
    padding-top: 10px !important;
}

.get_scheme_details a {
    font-size: 12px !important;
    background: none !important;
    box-shadow: none !important;
    padding: 7px !important;
    color: #000 !important;
}
a {
    text-decoration: none !important;
}


/* width */

body::-webkit-scrollbar {
    width: 8px;
}


/* Track */

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}


/* Handle */

body::-webkit-scrollbar-thumb {
    background: #02885d;
    border-radius: 10px;
}


/* Handle on hover */

body::-webkit-scrollbar-thumb:hover {
    background: #f40303;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
}

#login_sec {
    position: relative;
    min-height: 90vh;
    background: linear-gradient(90deg, #F5F6FF 33%, #fff 67%);
    /*max-height: 100%;*/
}

.new_steps::after {
    width: 57%;
    position: absolute;
    right: 0;
    top: 0;
    content: "";
    display: block;
    height: 100%;
    background-color: #fff;
    z-index: 0;
}

.new_steps.sticky-top {
    position: sticky !important;
}

#login_sec .account__content {
    padding: 10px !important;
    margin-top: 12px;
}

.new_steps.header_bg .lang_dropdown {
    border-bottom: none;
}

.new_steps .lang_dropdown {
    display: flex;
    align-items: center;
    justify-content: end;
    position: relative;
    border-bottom: 1px solid #E5E8FF;
    padding-bottom: 24px;
    z-index: 1;
}

.top_search {
    margin-top: 0px !important;
}

.tap_header {
    padding: 12px 0;
    /*background: linear-gradient(90deg, #F5F6FF 33%, #fff 67%);*/
    background: #f5f5f5;
    overflow: visible;
}

.tap_header .logo {
    padding-top: 12px !important;
}

.tap_header .dropdown.btn-outline-info {
    border-color: #02885d !important;
    background-color: #02885d !important;
}

.tap_header .dropdown.btn:hover {
    background-color: #02885d !important;
    border-color: #02885d !important;
}

.tap_header .dropdown.btn:hover p {
    color: #ffffff;
}

.tap_header .dropdown p {
    color: #ffffff;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

.tap_header .dropdown.btn .dropdown-toggle::after {
    color: #ffffff;
}

.tap_header .dropdown.btn:hover .dropdown-toggle::after {
    color: #ffffff;
}

.form-control:focus {
    box-shadow: none ! important;
}

.tap_header .prof_img {
    flex-shrink: 0;
}

.tap_header .prof_img img {
    height: 40px;
    width: 40px;
}

.new_steps .lang_dropdown button {
    color: #878787;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    border: none !important;
    background: transparent !important;
}

.new_steps .lang_dropdown button.active {
    border-color: transparent !important;
}

#login_sec .account__thumb {
    position: relative;
}

.account_login_sec {
    /* width: 100%; */
    position: absolute;
    top: 40%;
    transform: translateY(40%);
}

#login_sec .account__thumb img {
    width: 521px;
    position: absolute;
    top: 50%;
    transform: translateY(50%);
}

.logo img {
    border-radius: 2.462px;
    width: 216px;
    /* filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(286deg) brightness(103%) contrast(103%); */
}

.container {
    max-width: 100% !important;
    padding-left: 56px !important;
    padding-right: 56px !important;
}

#login_sec .account__header {
    margin: 30px 0;
}

#login_sec .account__header h2 {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

#login_sec .account__header p {
    color: #3D3D3D;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
}

.new_steps label {
    color: #2B2B2B;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.09px;
    margin-bottom: 6px;
    text-transform: lowercase;
}

.new_steps label::first-letter {
    text-transform: uppercase;
}

#login_sec label span {
    color: #B3B3B3;
    font-size: 13px;
    font-weight: 400;
}

.new_steps .form-control {
    color: #606162;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #E0E0E0 !important;
    background: rgba(235, 240, 255, 0.20);
    padding: 13px 5px;
}

.new_steps .form-pass__ctoggle,
.new_steps .form-pass__toggle,
#login_sec .form-pass__toggle {
    background: none;
    border: none;
    color: var(--text-color);
    font-weight: 700;
    right: 25px;
    top: 45px;
    z-index: 9;
    color: #02885d;
}

.new_steps .form-select {
    color: #606162;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    border-radius: 4px;
    border: 1px solid #E0E0E0 !important;
    background-color: rgba(235, 240, 255, 0.20);
    padding: 13px 20px;
}

/*.tap_header.header_bg {
    background: #fff;
}*/

.header_bg {
    box-shadow: 0px 1px 10px #999;
}

.new_steps .form-select:focus {
    border-color: #02885d !important;
    outline: 0;
    box-shadow: none !important;
}



.new_steps .form-control::placeholder {
    color: #606162;
}



.new_steps .sub_btn button {
    border-radius: 4px;
    /* background: rgba(184, 184, 184, 0.24);
    color: #AEAEAE; */
    background: #02885d;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.new_steps .sub_btn button.active {
    background: #02885d;
    color: #FFF;
    font-weight: 600;

}

.new_steps .sub_btn button.disable {
    border-radius: 4px;
    background: rgba(184, 184, 184, 0.24);
    color: #AEAEAE;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    pointer-events: none;
    text-decoration: none;
    border: 0;
    padding: 1rem 1.875rem;
}

#login_sec .otp_boxes .form-control {
    border: 1px solid #2F75FD66 !important;
    padding: 13px 5px;
}

#login_sec .otp_boxes .form-control:focus {
    box-shadow: none;
    border: 1px solid #FE5150 !important;
}

#login_sec .otp_timer p {
    color: #FE5150;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}

#login_sec .resend_otp p,
.emailotp_model .resend_otp p {
    color: #2B2B2B;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin-top: 15px;
}

#login_sec .resend_otp p a {
    color: #02885d;
    font-weight: 700;
}

#login_sec .resend_otp p a.inactive,
.emailotp_model .resend_otp p a.inactive {
    color: #AEAEAE;
    ;
    font-weight: 700;
    pointer-events: none;
    cursor: default;
}

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

.gender_sec .btn.gender_btn {
    color: #A3A3A3;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0.2px;
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    background: #FFF;
    padding: 12px 36px;
}

.btn-check:checked+.btn {
    border: 1.2px solid #02885d;
    background: #F4F7FF;
    color: #02885d !important;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    color: rgba(0, 0, 0, 0);
    opacity: 1;
    display: block;
    background: url(../../assets/images/date_icon.png) no-repeat;
    width: 25px;
    height: 25px;
    border-width: thin
}

.steps_sec {
    margin-top: 30px;
    padding-right: 10%;
}


/* Example of a custom CSS rule that might conflict with Bootstrap */

.steps_sec .steps_titles h2 {
    color: #212121;
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    margin: 0;
}

.steps_sec .steps_titles p {
    color: #626262;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin: 12px 0 0 0;
}

.steps_sec .steps_card {
    border-radius: 4px;
    border: 1px solid #E6E6E6;
    background: #FFF;
    margin-top: 30px;
    padding: 8px 12px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
    position: relative;
}

.steps_sec .steps_card .done {
    margin-left: auto;
}

.steps_sec .steps_card .done img {
    width: 30px;
}

.steps_sec .steps_card .done .fa-circle-chevron-right {
    font-size: 24px;
    color: #02885d;
}

.steps_sec .steps_card::after {
    content: "";
    position: absolute;
    left: 35px;
    top: calc(2rem + 25px);
    height: calc(100% - 20%);
    border-left: 2px solid #ECECEC;
    border-radius: 2px;
    z-index: -1;
}

.steps_sec .steps_card:last-child::after {
    border: none !important;
}

.steps_sec .steps_card.active {
    border: 1px solid #02885d;
}

.steps_sec .steps_card .steps_icon {
    display: flex;
    width: 48px;
    height: 48px;
    padding: 12px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    border-radius: 4px;
    background: #F0F1FE;
}

.steps_sec .steps_card .steps_icon img {
    width: 24px;
    filter: brightness(0) saturate(100%) invert(31%) sepia(75%) saturate(4957%) hue-rotate(152deg) brightness(91%) contrast(98%);
}

.steps_sec .steps_card.active {
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}

.steps_sec .steps_card.active .steps_icon {
    background: #02885d;
}

.steps_sec .steps_card.active .steps_icon img {
    filter: brightness(0) saturate(100%) invert(100%) sepia(100%) saturate(0%) hue-rotate(209deg) brightness(102%) contrast(102%);
}

.steptext h3 {
    color: #212121;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.084px;
    margin-bottom: 2px;
}

.steptext p {
    color: #868686;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.072px;
    margin: 0;
}

.trk-btn.disabled {
    pointer-events: none;
    text-decoration: none;
}

#login_sec form .form-check {
    border-radius: 4px;
    border: 1px solid #EAEAEA;
    padding: 20px 40px;
}

#login_sec form .form-check label {
    margin: 0;
    color: #A3A3A3;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.084px;
}

.form-check.active {
    border-radius: 4px;
    border: 1px solid #02885d !important;
    background: #F4F7FF;
    box-shadow: rgba(0, 0, 0, 0.04) 0px 3px 5px;
}

.form-check.active label {
    color: #000 !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 400 !important;
    line-height: 16px !important;
    letter-spacing: 0.084px !important;
}

.docs_cards {
    border-radius: 8.98px;
    background: rgba(12, 107, 219, 0.05);
    box-shadow: 0px 1.347px 2.245px 0px rgba(0, 0, 0, 0.12);
    padding: 12px 8px;
    text-align: center;
    cursor: pointer;
}

.docs_cards img {
    width: 50px;
    margin-bottom: 12px;
}

.docs_cards h3 {
    color: #414141;
    text-align: center;
    font-size: 13.469px;
    font-style: normal;
    font-weight: 600;
    line-height: 16.837px;
    margin: 0;
}

.btn-close:focus {
    box-shadow: none !important;
}

.btn-close {
    width: 20px;
    height: 20px;
    background-image: url(../../assets/images/cross.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

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

.docs_model h3 {
    color: #414141;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin: 0;
}

.docs_model a {
    color: #FFA24C;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.file_upload {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px 0;
}

.drag-area {
    border-radius: 7.907px;
    border: 1.318px dashed #02885d;
    background: #FBFCFF;
    width: 452px;
    padding: 20px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.file_upload .icon img {
    width: 62.916px;
    margin-bottom: 20px;
}

.drag-area.active {
    border: 2px solid #02885d;
}

.drag-area header {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.drag-area span {
    color: #02885d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
    margin-top: 20px;
}

.drag-area p {
    color: rgba(0, 0, 0, 0.40);
    text-align: center;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 10px 0 0px 0;
}

.drag-area button,
.drag-area a {
    display: flex;
    padding: 11px 27px;
    align-items: center;
    gap: 12px;
    border-radius: 2px;
    background: #02885d;
    cursor: pointer;
    border: none;
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    text-transform: capitalize;
    margin-top: 20px;
}

.drag-area a {
    padding: 11px 40px;
}

#docs_model .modal-content {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 24px 0px rgba(78, 78, 78, 0.25);
}

#docs_model .modal-dialog {
    max-width: 755px;
    /* height: 404px; */
    flex-shrink: 0;
}

#preview img {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
}

.previw_docs {
    border-radius: 4px;
    border: 1px solid #02885d;
    background: rgba(235, 240, 255, 0.20);
    padding: 6px 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.previw_docs img {
    width: 44px;
    height: 44px;
    border-radius: 2px;
    flex-shrink: 0;
}

.previw_docs_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
}

.previw_docs p {
    color: #777;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.084px;
    margin: 0;
}

.previw_docs button {
    border: none;
    background-color: transparent;
    color: #02885d;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.09px;
}

#login_sec form .same_email .form-check {
    border-radius: 0;
    border: none !important;
    padding: 0px 25px;
}

#login_sec form .same_email label {
    color: #2B2B2B;
    font-size: 13px;
    font-weight: 500;
    padding-left: 10px;
}

.form-check-input:focus {
    border-color: #02885d !important;
    box-shadow: none !important;
}

.form-check-input {
    width: 24px;
    height: 24px;
}

.type_buss_button .form-check .form-check-input {
    width: 18px;
    height: 18px;
    display: none;
}

/*#login_sec .form-check-input:checked {
    background-color: #02885d !important;
    border-color: #0d6efd !important;
}*/


#login_sec .form-check.active {
    position: relative;
}#login_sec .form-check.active::after {
    content: "✔";
    font-weight: 900;
    /* color: green; */
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}




#login_sec .type_buss_button .form-check label {
    font-style: 20px !important;
    font-weight: 600 !important;
}

#login_sec .same_email img {
    width: 24px;
}

.title_bg_sec {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#login_sec .title_bg_sec::before {
    content: "";
    position: absolute;
    width: 100%;
    background: linear-gradient(90deg, #E4F1FF 57.73%, rgba(228, 241, 255, 0.00) 102.57%);
    padding: 23px;
    z-index: -1;
    right: 0px;
    z-index: 0;
}

#login_sec .title_bg_sec h3 {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.096px;
    margin: 0;
    z-index: 1;
}

.form-pass button .fa-location-crosshairs {
    color: #2F75FD !important;
}

.form-pass button .fa-circle-info {
    color: #77777777 !important;
}

#application_submitted {
    max-height: 100vh;
}

.application_subm {
    height: 85vh;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.application_submt h2 {
    color: #212121;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 0;
}

.application_submt p {
    color: #797979;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.096px;
    text-transform: capitalize;
    margin-top: 12px;
}

#application_submitted .application_subm_icon img {
    width: 100%;
    max-width: 556px;
    margin-bottom: 32px;
}

.application_subm_icon {
    background: url(../../assets/images/application_submitted_bg.gif);
    background-repeat: no-repeat;
    background-size: cover;
}

#application_submitted .trk-btn {
    border-radius: 2px;
    background: #02885d;
    padding: 14px 120px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.fill_detail {
    margin-top: 40px;
}

.fill_detail h2 {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
}

.fill_detail h3 {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.096px;
}

.fill_detail p {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
}

#fill_det_top_sec {
    border-bottom: 1px solid #E5E8FF;
    padding-bottom: 12px;
}

.fill_det_top .lang_dropdown::after {
    background: none !important;
}

.status_imgsec .application_subm {
    border-radius: 12px;
    background: #F6F6F6;
    height: auto;
    margin: 40px 0;
    padding: 35px 0;
}

.status_imgsec .application_subm img {
    width: 237.024px;
}

.varif_process {
    margin-top: 40px;
    counter-reset: step-counter;
    padding: 0 40px 0 80px;
}

.varif_process .varif_card {
    border-radius: 7.907px;
    background: #EEE;
    padding: 10px 5px 11px 13px;
    margin-bottom: 26px;
    position: relative;
}

.varif_process .varif_card::before {
    content: "";
    background: url(../../assets/images/pending_icon.svg);
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    position: absolute;
    left: -80px;
    top: 0px;
    background-size: 100% 100%;
}

.varif_process .varif_card.done::before {
    content: "";
    background: url(../../assets/images/done_icon.svg);
    background-repeat: no-repeat;
    width: 52px;
    height: 52px;
    flex-shrink: 0;
    position: absolute;
    left: -80px;
    top: -5px;
    background-size: 100% 100%;
}

.varif_process .varif_card::after {
    content: "";
    position: absolute;
    left: -56px;
    top: calc(2rem + 12px);
    height: calc(100% - 5%);
    border-left: 2px dashed #E9E9E9;
    z-index: -1;
}

.varif_process .varif_card:last-child:after {
    border: none !important;
}

.varif_process .varif_card.done {
    background: rgba(3, 184, 103, 0.08);
}

.varif_process .varif_card h2 {
    color: #2B2B2B;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: -0.132px;
    margin-bottom: 4px;
}

.varif_card h2::before {
    counter-increment: step-counter;
    content: "Step " counter(step-counter) ": ";
}

.varif_process .varif_card p {
    color: #414141;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 21px;
    margin: 0;
}

.loan_offer_img img {
    width: 501px;
}

.loan_offer_img.sticky-top {
    top: 100px;
}

.loan_offer_box {
    margin-top: 30px;
}

.loan_offer_box .top_titles h2 {
    color: #212121;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 8px;
}

.loan_offer_box .top_titles p {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0.156px;
    text-transform: capitalize;
}

.loan_offer_card_details {
    position: relative;
    margin-top: 24px;
}

.loan_offer_card_details .loan_offer_content {
    position: absolute;
    top: 10px;
    left: 16px;
}

.loan_offer_card_details img {
    width: 568px;
    height: 198px;
}

/* .sticky-top.account .logo {
    margin-top: 1.5rem;
} */

.loan_offer_card_details .loan_offer_content p {
    color: #262626;
    font-size: 17.359px;
    font-style: normal;
    font-weight: 500;
    line-height: 24.035px;
    letter-spacing: 0.534px;
    margin-bottom: 4px;
}

.loan_offer_card_details .loan_offer_content ul {
    margin: 5px 0 16px 0;
    list-style: none;
    padding: 0;
}

.loan_offer_card_details .loan_offer_content ul li {
    color: #000;
    font-size: 16.058px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.411px;
    margin-bottom: 12px;
    padding-left: 30px;
    position: relative;
}

.loan_offer_card_details .loan_offer_content ul li::before {
    content: '';
    background: url(../../assets/images/check_mark.png);
    background-repeat: no-repeat;
    background-size: cover;
    height: 26px;
    width: 26px;
    position: absolute;
    left: -8px;
    top: 0;
}

.account__wrapper {
    z-index: 9;
    position: relative;
}

.steps_sec.sticky-top {
    top: 125px;
}

.fill_sec.new_steps::after {
    width: 100%;
    z-index: -1;
}

.loan_offer_content {
    max-width: 45%;
}

.loan_offer_card_details .loan_offer_content h3 {
    color: #000;
    font-size: 21.364px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.245px;
    margin-bottom: 16px;
}

.loan_offer_card_details .loan_offer_content h3 span {
    color: #000;
    font-size: 21.364px;
    font-style: normal;
    font-weight: 800;
    line-height: 31.245px;
}

.loan_offer_card_details .loan_offer_content a {
    border-radius: 5.341px;
    background: #FFF;
    box-shadow: 0px 5.341px 5.341px 0px rgba(171, 171, 171, 0.25);
    padding: 8px 12px;
    color: #000;
    font-size: 14.688px;
    font-style: normal;
    font-weight: 600;
    line-height: 21.364px;
}

.loan_offer_card_details:hover a {
    background: #02885d;
    box-shadow: 0px 5.353px 5.353px 0px rgba(171, 171, 171, 0.25);
    color: #fff;
}

.loan_offer_card_details .fa-circle-chevron-right {
    font-weight: 700;
    color: #02885d !important;
}

.loan_offer_card_details:hover a .fa-circle-chevron-right {
    color: #fff !important;
}

.exclusive_offer {
    border-radius: 4px;
    border: 1px solid #CBE3FF;
    background: #FBFDFF;
    padding: 4px 20px;
    display: flex;
    align-items: center;
    justify-self: flex-start;
    gap: 16px;
}

.exclusive_offer .exclusive_icon {
    flex-shrink: 0;
}

.exclusive_offer .exclusive_icon img {
    width: 82px;
}

.exclusive_offer .exclusive_text p {
    color: #000;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    letter-spacing: 0.09px;
    margin: 0;
}

.exclusive_offer .exclusive_text p span {
    color: #02885d;
    font-weight: 700;
}

#cal_loan_sec {
    margin: 40px 0;
}

.cal_loan_card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.cal_loan_data {
    /* margin: 30px 0; */
}

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

.price_label label {
    margin: 0;
}

.cal_loan_title h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
    margin: 0;
}

.price_label h3 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.08px;
    margin: 0;
    position: relative;
}

.price_label .currency h3::before {
    content: '\e1bc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -16px;
    top: -2px;
}

.price_label h3::after {
    content: '';
    width: 142px;
    height: 2px;
    border-radius: 1px;
    background: #A8A8A8;
    position: absolute;
    bottom: -4px;
    right: 0;
}

.cal_loan_card input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    cursor: pointer;
    outline: none;
    border-radius: 4px;
    background: #E9F3FF;
    padding: 4px 0;
    height: 8px;
}

.cal_loan_card input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    height: 20px;
    width: 20px;
    background-color: #02885d;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.cal_loan_card input[type="range"]::-moz-range-thumb {
    height: 20px;
    width: 20px;
    background-color: #02885d;
    border-radius: 50%;
    border: none;
    transition: .2s ease-in-out;
}

.cal_loan_card input[type="range"]::-webkit-slider-thumb {
    box-shadow: 0 0 0 8px rgba(84, 47, 152, 0.1)
}

.cal_loan_card input[type="range"]::-webkit-slider-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

.cal_loan_card input[type="range"]:active::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card input[type="range"]:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card input[type="range"]::-moz-range-thumb:hover {
    box-shadow: 0 0 0 10px rgba(255, 85, 0, .1)
}

.cal_loan_card input[type="range"]:active::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card input[type="range"]:focus::-moz-range-thumb {
    box-shadow: 0 0 0 13px rgba(255, 85, 0, .2)
}

.cal_loan_card .range {
    margin: 19px 0;
}

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

.price_ranges p {
    color: #929292;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
}

.card_sec .card_img {
    position: relative;
}

.card_sec .card_img {
    float: right;
}

.card_sec .card_img img {
    width: 497.998px;
    height: 270px;
}

.card_data {
    position: absolute;
    top: 18px;
    left: 0;
    width: 100%;
}

.card_data .card_topdata {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
}

.card_topdata p {
    color: #FFF;
    text-align: center;
    font-size: 17.423px;
    font-style: normal;
    font-weight: 400;
    line-height: 26.134px;
    letter-spacing: 0.209px;
    margin-bottom: 5px;
}

.card_topdata h3 {
    color: #FFF;
    font-size: 30.49px;
    font-style: normal;
    font-weight: 600;
    line-height: 46.46px;
    margin: 0;
}

.card_topdata h3::before {
    content: '\e1bc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 600;
    font-size: 24px;
}

.card_btdata {
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding-top: 28px;
    position: relative;
}

.card_btdata::before {
    content: '';
    width: calc(100% - 34px);
    height: 1.452px;
    background: rgba(255, 255, 255, 0.56);
    position: absolute;
    top: 0;
    left: 17px;
}

.card_total h4 {
    color: #FFF;
    font-size: 23.23px;
    font-style: normal;
    font-weight: 600;
    line-height: 40.653px;
    margin-bottom: 2px;
    padding-left: 15px;
    position: relative;
}

/*.card_total h4::after {
    content: '';
    background: url(../../assets/images/card_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 23.231px;
    height: 23.231px;
    flex-shrink: 0;
    position: absolute;
    left: -32px;
    top: 4px;
}*/

.card_total h4::before {
    content: '\e1bc';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    left: -2px;
    top: -2px;
}

.card_total p {
    color: #FFF;
    font-size: 15.971px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.23px;
    letter-spacing: -0.08px;
    margin: 0;
}

.apply_mow_btn {
    position: absolute;
    left: 17px;
    bottom: 24px;
    width: 100%;
}

.apply_mow_btn button {
    border-radius: 8.711px;
    background: #EF7505;
    color: #FFF;
    padding: 14px 0;
    width: calc(100% - 34px);
    font-size: 17.423px;
    font-style: normal;
    font-weight: 600;
    line-height: 23.23px;
    letter-spacing: 0.087px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.add_new_ref {
    margin-top: 30px;
}

.add_new_ref button {
    border: none;
    background: transparent;
    color: #02885d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

#ref_data_sec {
    padding: 50px 0;
}

#ref_data_sec .ref_data_card {
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.08);
    padding: 24px;
}

.ref_data_card h2 {
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 24px;
}

.ref_data_card h2 span {
    color: #02885d;
}

.ref_data {
    padding: 24px 0;
    border-bottom: 1px solid #CECECE;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.ref_data button {
    border: none;
    border-radius: 4px;
    background: #FF4848;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.192px;
    padding: 15px 16px;
}

.ref_data:last-child {
    border-bottom: none;
}

.ref_data p {
    color: #2A2A2A;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.168px;
}

.ref_data p span {
    color: #666;
    padding-left: 8px;
}

.ref_data_list {
    counter-reset: ref-counter;
}

.ref_data h2::after {
    counter-increment: ref-counter;
    content: "#" counter(ref-counter);
    margin-right: 5px;
    color: #02885d;
}

#fees_charges_sec {
    padding: 50px 0;
    background: #FCFCFC;
}

#fees_charges_sec .accordion-item {
    border: none !important;
    border-radius: 6px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.08);
    margin-bottom: 30px;
}

#fees_charges_sec .accordion-button:focus {
    box-shadow: none !important;
}

#fees_charges_sec .accordion-button {
    color: #2B2B2B;
    text-align: center;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.204px;
    padding: 26px 24px;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
    display: none;
}

#fees_charges_sec .accordion-button span {
    color: #02885d;
    padding: 0 4px;
}

#fees_charges_sec .accordion-button:not(.collapsed) {
    background: #FFF;
}

#fees_charges_sec .table {
    border-radius: 4px;
    border: 1px solid #DCDCDC;
}

#fees_charges_sec table thead tr th {
    background: #02885d !important;
    color: #FFF;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 25px;
    letter-spacing: 0.204px;
    text-transform: capitalize;
    padding: 26px 40px;
}

#fees_charges_sec table tbody tr th {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.056px;
    text-transform: capitalize;
    padding: 26px 40px;
}

#fees_charges_sec table tbody tr td {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
    padding: 26px 40px;
}

#fees_charges_sec .accordion-body,
#fees_charges_sec .accordion-body p {
    color: #2C2C2C;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 25px;
    letter-spacing: 0.07px;
    text-transform: capitalize;
}

.list_icon {
    padding-left: 30px;
    margin-top: 18px;
}

.list_icon h3 {
    color: #2B2B2B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px;
    letter-spacing: 0.192px;
    position: relative;
    margin-bottom: 4px;
}

.list_icon h3::before {
    content: '';
    background: url(../../assets/images/card_icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    position: absolute;
    left: -30px;
    top: 0px;
}

.list_icon p {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.156px;
}

.lists_sec h3 {
    color: #000;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: 22px;
    letter-spacing: 0.204px;
}

.lists_sec ul {
    padding-left: 15px;
}

.lists_sec ul li {
    color: #666;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.156px;
    margin-top: 16px;
}

.yellow_color {
    color: #F98026 !important;
}

.apply_now_btn {
    margin: 50px 0;
}

.apply_now_btn a {
    border-radius: 2px;
    background: #02885d;
    padding: 13px 48px;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    text-decoration: none;
    position: relative;
}

.apply_now_btn a::after {
    content: '\f101';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    position: absolute;
    right: 28px;
    top: 14px;
}

.disabled-link {
    pointer-events: none;
}

#btnToggle {
    display: none;
}

#btnToggle {
    display: none;
}

.form-pass input:valid~#btnToggle {
    display: inline-block;
    color: #02885d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
}

#verifyButton {
    color: #02885d;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: 0.2px;
}

.emailotp_model .modal-header {
    padding: 12px 16px;
}

.emailotp_model .otp_boxes {
    margin: 16px 0;
}

.emailotp_model .modal-title {
    color: #02885d;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    letter-spacing: 0.2px;
}

.emailotp_model h2 {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
}

.emailotp_model h3 {
    color: #8B8B8B;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0.2px;
    text-align: center;
}

.emailotp_model .form-control {
    border: 1px solid #2F75FD66 !important;
    padding: 5px 5px;
    border-radius: 8px;
    width: 40px;
    height: 40px;
}

.emailotp_model .otp_boxes .form-control:focus {
    box-shadow: none;
    border: 1px solid #FE5150 !important;
}

.emailotp_model .modal-dialog {
    max-width: 616px !important;
}

.emailotp_model .modal-body {
    padding: 30px;
}

.emailotp_model .email_otp p {
    color: #2B2B2B;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
    margin: 0;
}

.emailotp_model .email_otp p a {
    color: #02885d;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
}

.email_otp {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
}

.email_otp .otp_timer p {
    color: #FE5150;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    margin: 0;
}

.emailotp_model .email_otp_btn {
    border-radius: 4px;
    background: #02885d;
    width: 100%;
    padding: 12px 0;
    color: #FFF;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
}

.emailotp_model .email_otp_btn:hover {
    background: #02885d;
    color: #FFF;
}

.emailotp_model .email_otp_btn.active {
    background: #02885d;
    color: #FFF;
}

.emailotp_model .email_otp_btn.disable {
    border-radius: 4px;
    background: rgba(184, 184, 184, 0.24);
    color: #AEAEAE;
    width: 100%;
    padding: 12px 0;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    pointer-events: none;
    text-decoration: none;
}

.hidden {
    display: none;
}

#docs_model {
    z-index: 1030;
}

.modal-backdrop {
    z-index: 99999;
}

.modal-backdrop {
    position: relative !important;
}

.new_steps.sticky-top {
    z-index: 99;
}

.is-invalid {
    background: #f909091c !important;
    color: #fff;
}

.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
}
.prev_img img {
    width: auto;
    height: 300px;
}
.loan_docs a {
    color: #02885d;
    background-color: #f5f5f5;
    padding: 10px 10px;
    border-radius: 5px;
    font-size: 15px;
}

/* 992 Start  */


/* Styles for screens that are at least 992px wide */

@media screen and (max-width: 992px) {
    #login_sec .account__thumb {
        height: auto;
    }

    .container {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .logo img {
        width: 162px;
    }

    .new_steps::after {
        width: 0;
    }

    #login_sec,
    .tap_header {
        background: #f5f5f5;
    }

    .otp_timer p {
        margin: 10px 0 0;
        text-align: center;
    }

    #login_sec .account__header {
        margin: 12px 0;
    }

    .otp_boxes .form-control {
        padding: 10px 12px;
    }

    .new_steps .lang_dropdown {
        border-bottom: none;
        padding-bottom: 0px;
    }

    .steps_sec {
        margin-top: 20px;
        padding-right: 0;
    }

    .docs_cards img {
        width: 40px;
        margin-bottom: 10px;
    }

    .gender_sec .btn.gender_btn {
        padding: 12px 15px;
    }

    .type_buss_button .row {
        row-gap: 30px;
        display: flex;
    }

    .new_steps .col-sm-6 {
        width: 50%;
    }

    #login_sec form .form-check {
        padding: 12px 40px;
    }

    .varif_process {
        padding: 0 0px 0 70px;
    }

    .varif_process .varif_card.done::before {
        width: 42px;
        height: 42px;
        left: -70px;
        top: 0px;
    }

    .varif_process .varif_card::before {
        width: 42px;
        height: 42px;
        left: -70px;
    }

    .varif_process .varif_card::after {
        left: -48px;
        border-left: 1.5px dashed #E9E9E9;
    }

    /* #login_sec {
        min-height: auto;
    } */

    .form-pass__ctoggle,
    .form-pass__toggle {
        top: 46px;
    }

    .loan_offer_img img {
        width: 100%;
    }

    .loan_offer_card_details img {
        width: 100%;
    }

    .loan_offer_card_details .loan_offer_content p {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 2px;
    }

    .loan_offer_content {
        max-width: 45%;
    }

    .loan_offer_card_details .loan_offer_content h3 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 10px;
    }

    .loan_offer_card_details .loan_offer_content h3 span {
        font-size: 18px;
        line-height: 20px;
    }

    .loan_offer_card_details .loan_offer_content a {
        padding: 6px 12px;
        font-size: 14px;
    }

    .loan_offer_card_details .loan_offer_content {
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .loan_offer_card_details .loan_offer_content ul li {
        font-size: 12px;
        line-height: 18px;
        margin-bottom: 2px;
        padding-left: 30px;
    }

    .loan_offer_card_details .loan_offer_content ul li::before {
        height: 20px;
        width: 20px;
        left: -1px;
    }

    .loan_offer_card_details .loan_offer_content ul {
        margin: 5px 0 8px 0;
    }

    #fees_charges_sec {
        padding: 30px 0;
    }

    #fees_charges_sec table thead tr th {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 15px;
    }

    #fees_charges_sec table tbody tr th {
        font-size: 14px;
        line-height: 20px;
        padding: 12px 15px;
    }

    #fees_charges_sec .accordion-button {
        font-size: 14px;
        line-height: 20px;
        padding: 18px 20px;
    }

    .exclusive_offer .exclusive_icon img {
        width: 52px;
    }

    .exclusive_offer {
        padding: 4px 5px;
        gap: 8px;
    }

    .exclusive_offer .exclusive_text p {
        font-size: 14px;
        line-height: 20px;
    }

    .price_label h3::after {
        width: 90px;
    }

    .card_topdata h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .card_topdata p {
        font-size: 14px;
        line-height: 20px;
    }

    .card_sec .card_img img {
        width: 100%;
    }

    .cal_loan_card {
        padding: 8px;
    }

    .card_total h4 {
        font-size: 20px;
        line-height: 30px;
    }

    .card_total p {
        font-size: 14px;
        line-height: 20px;
    }

    .apply_mow_btn button {
        padding: 14px 0;
        font-size: 15px;
        line-height: 20px;
    }

    .apply_mow_btn {
        bottom: 20px;
    }

    .card_total h4::after {
        width: 20px;
        height: 20px;
        left: -28px;
    }

    .ref_data {
        padding: 20px 0;
    }

    .otp_timer {
        padding-left: 0%;
        margin-top: 20px;
    }

    .account_login_sec {
        top: 5%;
        transform: translateY(5%);
    }

    .tap_header .logo {
        padding-top: 5px !important;
    }

    #login_sec .otp_boxes .form-control {
        padding: 10px 12px;
    }

    .tap_header .dropdown p {
        font-size: 10px;
    }

    .tap_header .prof_img img {
        height: 20px;
        width: 20px;
    }

    .tap_header .top_search.me-5 {
        margin-right: 0rem !important;
    }

    .steps_sec .steps_titles h2 {
        font-size: 24px;
    }

    .previw_docs img {
        width: 32px;
        height: 32px;
    }

    .new_steps .form-control {
        font-size: 14px;
        padding: 10px 12px;
    }

    .top_search .dropdown-item {
        padding: 4px 10px;
        font-size: 12px;
    }
    #login_sec .title_bg_sec h3 {
        padding-left: 10px;
    }

  .account__form  .row.mt-5 {
        margin-top: 0rem !important;
    }
    .steps_sec .steps_card .steps_icon {
        width: 40px;
        height: 40px;
        padding: 10px;
    }
    .steps_sec .steps_card .done img {
        width: 26px;
    }
    .account__form .mt-4 {
        margin-top: 1rem !important;
    }
    .account__wrapper .row .pe-5 {
        padding-right: 1rem !important;
    }

    .account__wrapper .row .ps-5 {
        padding-left: .8rem !important;
    }
}

/* 992 end  */


/*Portrait Start*/

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    .otp_boxes .form-control {
        padding: 15px 25px;
        width: 60px;
    }

    .otp_boxes .inputs.justify-content-center {
        justify-content: flex-start !important;
    }
}


/* ipad mini landscape */


/* **************************************************** */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: landscape) {

    .otp_boxes .form-control,
    .otp_boxes .form-select {
        padding: 12px 5px;
        width: 41px;
    }

    .gender_sec .btn.gender_btn {
        padding: 12px 19px;
    }

    .docs_cards img {
        width: 45px;
    }

    .container {
        padding-left: 25px !important;
        padding-right: 25px !important;
    }

    #login_sec .title_bg_sec::before {
        right: 1px;
    }

    .tap_header {
        background: none;
    }

    .new_steps .lang_dropdown {
        border-bottom: none;
    }
}


input.invalid {
    background-color: #ffdddd;
}

.invalid {
    background: #f46a6a38 !important;
    border-color: #f46a6ae0 !important
}

.error {
    color: #f46a6ae0
}

#map {

    display: block !important;
    height: 400px;
    width: 100%;
    z-index: 9999999;
}

.custom-cursor {
    width: 20px;
    height: 20px;
    background-color: red;
    border-radius: 50%;
    /* position: absolute; */
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.downld_app {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}

.downld_app img {
    border-radius: 10px;
    width: 180px;
}

.get_scheme_details {
    padding-top: 10px !important;
}

.get_scheme_details a {
    font-size: 12px !important;
    background: none !important;
    box-shadow: none !important;
    padding: 7px !important;
    color: #000 !important;
}
