/* SF-Pro font */

@font-face {
    font-family: "SF-Pro";
    src: url("../fonts/SFProDisplay-Regular.eot"),
        url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
        url("../fonts/SFProDisplay-Regular.woff") format("woff"),
        url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/* Graphik-Arabic fonts*/

@font-face {
    font-family: "Graphik-Arabic";
    src: url("../fonts/GraphikArabic-Super.eot"),
        url("../fonts/GraphikArabic-Super.woff2") format("woff2"),
        url("../fonts/GraphikArabic-Super.woff") format("woff"),
        url("../fonts/GraphikArabic-Super.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Graphik-Arabic";
    src: url("../fonts/GraphikArabic-Medium.eot"),
        url("../fonts/GraphikArabic-Medium.woff2") format("woff2"),
        url("../fonts/GraphikArabic-Medium.woff") format("woff"),
        url("../fonts/GraphikArabic-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Graphik-Arabic";
    src: url("../fonts/GraphikArabic-Semibold.eot"),
        url("../fonts/GraphikArabic-Semibold.woff2") format("woff2"),
        url("../fonts/GraphikArabic-Semibold.woff") format("woff"),
        url("../fonts/GraphikArabic-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
/* arabic */

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

body {
    overflow-x: hidden;
    font-weight: 500;
}

body .main_wrapper_cstm {
    font-family: "Graphik-Arabic", sans-serif;
}
a {
    text-decoration: none;
}
ul li,
.breadcrumb .breadcrumb-item {
    list-style: none;
}

.main_wrapper_cstm {
    position: relative;
}
.main_wrapper_cstm .nav_cstm_main {
    position: absolute;
    top: 0;
    width: 100%;
}
.main_wrapper_cstm .nav-link {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.main_wrapper_cstm .nav_cstm_main li .nav-link {
    color: #fff !important;
    padding: 16px;
}
.nav_cstm_main.scrolled .navbar-nav .nav-link {
    color: #000 !important;
}
.main_wrapper_cstm .nav_cstm_main .navbar-expand-lg .navbar-nav {
    align-items: center;
}
.nav_cstm_main[dir="rtl"] .navbar-expand-lg .navbar-nav {
    align-items: unset;
}
.nav_cstm_main[dir="ltr"] .navbar-expand-lg .navbar-nav {
    align-items: center;
}

.main_wrapper_cstm .nav_cstm_main .dropdown-toggle::after {
    display: none;
}

.bnr_sec_about {
    background-repeat: no-repeat;
    background-size: cover;
    /* padding: 40px 0; */
    color: #fff;
}
.bnr_sec_without_img {
    padding: 10.5rem 0 68px 0;
    color: #fff;
}
.bnr_sec_without_img img.brn_sec_img {
    height: 850px !important;
    position: absolute;
    top: 0;
    z-index: -1;
}
.bnr_sec_without_img .container a[type="button"] {
    /* transform: translateY(-50px); */
    font-weight: 500;
}
.bnr_sec_inr {
    padding-right: 50px;
}
.bnr_sec_inr h1 {
    font-size: 52px;
    font-weight: 600;
    line-height: 1.3;
}
.bnr_sec_inr p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}
.bnr_rgt_top {
    background-color: #ffff;
    border-radius: 12px;
    padding: 1rem;
    color: #000;
    text-align: center;
}
.bnr_rgt_top_inr {
    display: flex;
    justify-content: space-between;
}
.bnr_sec_right_main {
    display: flex;
    justify-content: flex-end;
}
.bnr_sec_inr_right {
    font-family: "SF-Pro", sans-serif;
    color: #000;
    width: 332px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}
.bnr_rgt_top > span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.bnr_rgt_top > h2 {
    font-size: 34px;
    font-weight: 700;
    line-height: 1.3;
}
.bnr_rgt_top > h2 > span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
}
.bnr_rgt_top > p > span {
    font-size: 13px;
    font-weight: 700;
    line-height: 1.3;
}
.bnr_rgt_top > p {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}
.bnr_rgt_top_inr div p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    color: #6c727f;
    margin-bottom: 4px;
}
.bnr_rgt_top_inr div h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.bnr_rgt_top_inr div h3 span {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.3;
}
.bnr_rgt_top_inr div:last-child {
    text-align: right;
}
.bnr_rgt_bot {
    background-color: #fff;
    display: flex;
    gap: 12px;
    align-items: center;
    border-radius: 12px;
    padding: 1rem 1rem 1rem 2.5rem;
}
.bnr_rgt_bot p {
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 0;
    padding-right: 4rem;
}
.instant_approvel_main {
    background: linear-gradient(90.9deg, #0ae3be -41.65%, #e0fffa 72.32%);
}
.instant_approvel {
    text-align: center;
    padding: 2rem 0;
    display: flex;
    justify-content: space-between;
}
.instant_approvel p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
.Finance_calculation {
    background-color: #f8f8fb;
    padding: 5rem 0;
}
.Finance_calculation .fc_top {
    padding-right: 34rem;
}
.Finance_calculation .fc_top h1 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.3;
}
.Finance_calculation .fc_top p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
    color: #6c727f;
}

/* range slider */

.main_wrapper_cstm .price-range {
    margin-top: 3rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.main_wrapper_cstm .ui-widget-content {
    height: 14px;
    background-color: #ededed;
    border: none !important;
    position: relative;
    border-radius: 12px;
    max-width: 1250px;
}

.main_wrapper_cstm .ui-widget-header {
    background-color: #0ae3be !important;
    position: absolute;
    height: 100%;
    border-radius: 12px;
}

.main_wrapper_cstm .ui-slider-handle {
    top: -8px !important;
    height: 30px;
    width: 30px;
    background-color: #0ae3be !important;
    position: absolute;
    border-radius: 50%;
    outline: 4px solid #fff;
}

.main_wrapper_cstm .input-value {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 8px;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    color: #090909;
}
.main_wrapper_cstm .slider_main {
    background: #fff;
    padding: 2rem;
    border-radius: 24px;
    margin: 2rem 0;
}
.elg_criteria {
    margin-bottom: 0 !important;
    font-size: 68px !important;
}

.cstm_span_left {
    left: 98% !important;
}
.slider_main > div > p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    text-align: center;
}
.slider_main p.three_months {
    font-size: 16px !important;
}
/* range slider */

.monthly_payable {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.monthly_payable div p {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
}
.monthly_payable div h2 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}
.monthly_payable div span {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #6c727f;
    position: relative;
    bottom: 2px;
}
.monthly_payable button {
    border-radius: 1rem;
    color: #fff;
    font-family: "SF-Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    background-color: #090909;
    padding: 1rem 1.5rem;
}
.monthly_payable button:hover {
    color: #fff;
}
.finances_and_pplications,
.how_to_apply {
    background-color: #090909;
    padding: 3rem 0;
    color: #fff;
}
.finance_app_txt {
    padding-right: 3rem;
    margin: auto;
}
.finance_app_txt h3 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.finance_app_txt p {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.3;
}

.eligibility_criteria {
    padding: 3rem 0;
    overflow-x: none !important;
}
.eligibility_criteria ul {
    padding-left: 0 !important;
}
.eligibility_criteria ul li {
    margin-bottom: 1rem;
}
.eligibility_criteria ul li > div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 40px;
}
.eligibility_criteria ul li div p {
    margin-bottom: 0;
    font-weight: 600;
    line-height: 1.3;
}
.eligibility_criteria .finance_app_txt p {
    color: #6c727f;
}
.eligibility_criteria_cmn {
    background: linear-gradient(325.76deg, #ffffff 54.81%, #b9fff3 121.98%);
    border: 1px solid #a5fff086;
    border-radius: 1rem;
}
.how_to_apply .cstm_img_trnsfrm {
    transform: translateY(-165px);
}
.how_to_apply h2 {
    font-size: 72px;
    font-weight: 600;
    line-height: 1.3;
    margin-top: 56px;
}
.how_to_apply_inner {
    padding: 3rem 0;
}
.how_to_apply_inner p {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
.how_to_apply_cmn {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 12px;
}
.how_to_apply_inner span {
    background-color: #0ae3be;
    border-radius: 50%;
    padding: 6px 14px;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    color: #000;
    width: 40px;
}
.store_main {
    display: flex;
    gap: 24px;
}
.how_to_apply {
    max-height: 686px;
}
footer .row {
    padding: 6rem 0;
}
.footer_logo {
    margin: 0 0 2rem 0;
}
footer ul {
    padding-left: 0;
}
footer ul li,
footer .footer_heading {
    margin-bottom: 1.5rem;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
footer ul li a {
    color: #090909;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
}
.footer_socail_main a {
    margin-right: 8px;
}
footer ul li a:hover {
    color: #090909;
}
footer .logo_sec p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
footer .copyright_sec {
    padding: 1.5rem 0;
    background-color: #f8f8fb;
}
footer .cpy_rit_inr {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #090909;
}

footer .cpy_rit_inr p {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
    padding-right: 3rem;
}
.palystore_main {
    display: flex;
    gap: 26px;
    margin-top: 40px;
}
.eligibility_criteria_cmn {
    max-width: 511px;
    width: 100%;
}
.palystore_main_two {
    display: none;
}
/* media queries */
@media screen and (max-width: 1024px) {
    .about_main,
    .news-and-release-main {
        padding: 3rem 0;
    }
    .bnr_sec_inr,
    .finance_app_txt {
        padding-right: 0;
    }
    .Finance_calculation .fc_top {
        padding-right: 22rem;
    }
    .Finance_calculation {
        padding: 3rem 0;
    }
    .finance_app_txt {
        padding-left: 1rem;
    }
    .how_to_apply h2 {
        font-size: 68px;
    }
}

@media screen and (max-width: 768px) {
    .main_wrapper_cstm .input-value {
        font-size: 20px;
    }
    .bnr_sec_inr_right{
        width: 100%;
    }
    .palystore_main_one{
        display: none;
    }
    .palystore_main_two{
    display: block;
}
        .footer_socail_main {
        justify-content: center !important;
    }
    .news-and-release-main .card-main > img {
        height: auto;
    }


    .navbar li {
        text-align: center;
    }
    .eligibility_criteria_cmn {
        max-width: unset;
    }
    .how_to_apply {
        max-height: unset;
    }
    .bnr_sec_without_img {
        padding: 10.5rem 0 54px 0;
    }
    .bnr_sec {
        padding: 100px 0;
    }
    .bnr_sec_inr h1,
    .Finance_calculation .fc_top h1,
    .finance_app_txt h3,
    .how_to_apply h2 {
        font-size: 30px;
    }
    .bnr_sec_inr p {
        margin: 1.5rem 0;
    }
    .how_to_apply_inner p {
        font-size: 16px;
    }
    .bnr_sec_inr p,
    .Finance_calculation .fc_top p,
    .finance_app_txt p {
        font-size: 20px;
    }
    /* .how_to_apply {
    max-height: unset;
  } */

    .how_to_apply .cstm_img_trnsfrm {
        transform: unset;
    }
    /* .store_main img {
        margin: 0 10px;

    } */

    .Finance_calculation .fc_top {
        padding-right: 8rem;
    }
}

@media screen and (max-width: 767.8px) {
    .choose_file_button {
        padding: 0 !important;
        width: 100%;
    }
    .contact_us_cmn_crd img:not(.social_main img) {
        width: 22px !important;
        height: 22px !important;
        object-fit: fill;
    }
    .footer_socail_main {
        display: flex;
    }
    .upperHeader img,
    .bnr_sec_about {
        max-height: 200px;
    }
    .micro_sec img {
        width: 100%;
        object-fit: cover;
        max-height: 248px !important;
    }
    .about_main .micro_sec .row {
        flex-direction: column-reverse;
    }

    .list_heading {
        margin: 1.5rem 0 1rem 0 !important;
    }
    .choose_file {
        flex-direction: column;
        margin-bottom: 2rem !important;
    }
    .posted_common_main {
        flex-direction: column;
    }
    .custom-file-upload {
        width: 100% !important;
    }
    .careers_main .same-para {
        font-size: 14px !important;
    }
    .careers_main .common_sub_heading,
    .careers_main_details .common_sub_heading {
        font-size: 20px !important;
    }
    .opertunities_card_common {
        flex-direction: column;
        align-items: flex-start !important;
        gap: 1.5rem;
    }
    .news-and-release-inner .row .col-md-6:last-child {
        padding: 0;
    }
    .news-and-release-inner img {
        border-radius: 0 !important;
    }
    .about_main,
    .news-and-release-main,
    .contact_main {
        padding: 2rem 0 !important;
    }
    .news-and-release-inner > .row {
        flex-direction: column-reverse;
    }
    .release-para {
        margin-top: 0 !important;
    }
    .news-and-release-inner {
        padding: 0 0 1rem 0 !important;
    }

    .navigation-main li:nth-child(5),
    .navigation-main li:nth-child(6) {
        display: none;
    }

    .form_contact_us button {
        padding: 13px 24px !important;
        width: 100%;
    }
    .contact_us_cmn_heading h3 {
        font-size: 20px !important;
        font-weight: 600 !important;
    }
    .contact_us_cmn_crd h6 {
        font-size: 16px !important;
    }
    .contact_us_cmn_crd p {
        font-size: 14px !important;
    }
    .contact_us_cmn_crd {
        padding: 1rem !important;
    }
    .form_contact_us {
        padding: 1.5rem !important;
    }
    .main_wrapper_cstm .accordion-body li {
        font-size: 14px !important;
    }
    .main_wrapper_cstm .accordion-button {
        font-size: 16px !important;
        font-weight: 600 !important;
    }
    footer ul li,
    footer .footer_heading {
        font-size: 18px;
    }
    footer ul li a {
        font-size: 14px;
    }
    .terms_main_wrapper,
    .faqs_main,
    .careers_main,
    .careers_main_details {
        padding: 4rem 0 !important;
    }
    .instant_approvel p {
        font-size: 16px;
    }
    .monthly_payable div h2 {
        font-size: 24px;
    }
    .monthly_payable div p,
    .monthly_payable div span,
    .slider_main > p {
        font-size: 12px;
        font-weight: 500;
    }
    .bnr_rgt_bot img {
        width: 40px;
    }
    .bnr_sec_inr h1,
    .Finance_calculation .fc_top h1,
    .finance_app_txt h3,
    .how_to_apply h2,
    .t_and_c_heading,
    .cmn_main_heading {
        font-size: 30px !important;
    }
    .bnr_sec_inr p,
    .Finance_calculation .fc_top p,
    .finance_app_txt p,
    .finances_and_pplications .finance_app_txt p,
    .eligibility_criteria .finance_app_txt p,
    .how_to_apply_inner p,
    .terms_main_wrapper p,
    .terms_main_wrapper li,
    .breadcrumb .breadcrumb-item {
        font-size: 14px !important;
    }
    .micro_sec p {
        font-size: 14px !important;
    }
    /* .bnr_sec_right_main,
    .cstm_img_trnsfrm {
        display: none;
    } */
    .sm_screen {
        display: flex;
        justify-content: center;
        gap: 12px;
        color: #000;
        margin-bottom: 1rem;
    }
    .sm_screen .bnr_sec_inr p {
        padding: 0;
    }

    .sm_screen .bnr_rgt_bot {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: rgba(255, 255, 255, 0.7);
        backdrop-filter: blur(12px);
        padding: 1rem;
        width: 50%;
    }
    .sm_screen .bnr_rgt_bot p {
        padding-right: 0;
        text-align: center;
        font-size: 16px;
        font-weight: 500;
        margin: 8px 0;
    }

    .bnr_sec {
        padding: 200px 0 100px 0;
    }
    .palystore_main {
        justify-content: center;
        gap: 1rem;
    }
    .instant_approvel {
        flex-direction: column;
        gap: 2rem;
    }
    .instant_approvel_main {
        background: linear-gradient(327.77deg, #ffffff 18.82%, #8cffec 105.45%);
    }
    .Finance_calculation .fc_top {
        padding-right: 0;
        text-align: center;
    }
    .Finance_calculation .fc_top h1 {
        font-weight: 700;
    }
    .Finance_calculation .fc_top p {
        font-size: 14px;
        font-weight: 600;
    }
    .slider_main > p {
        margin-bottom: 0;
    }
    .slider_main > p:first-child {
        position: relative;
        top: 1rem;
        font-size: 16px;
        font-weight: 500;
    }
    .main_wrapper_cstm .input-value {
        font-size: 12px;
        font-weight: 600;
    }

    .main_wrapper_cstm .ui-slider-handle {
        height: 20px;
        width: 20px;
    }
    .main_wrapper_cstm .ui-slider-handle {
        top: -6px !important;
    }
    .monthly_payable {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
    .btn_main {
        width: 100%;
    }
    .btn_main .btn {
        width: 80%;
    }
    .finances_and_pplications .row,
    .eligibility_criteria .row {
        flex-direction: column-reverse;
        text-align: center;
    }
    .finances_and_pplications .finance_app_txt p,
    .eligibility_criteria .finance_app_txt p {
        font-size: 14px;
    }
    .how_to_apply {
        text-align: center;
    }
    .how_to_apply_cmn,
    .cpy_rit_inr {
        flex-direction: column;
    }
    .how_to_apply_inner span {
        margin-bottom: 1rem;
    }
    .how_to_apply_inner {
        padding: 2rem 0;
    }
    .store_main {
        justify-content: center;
    }
    footer .row {
        padding: 4rem 3rem 3rem 3rem;
    }
    .cpy_rit_inr {
        text-align: center;
        gap: 1rem;
    }
}
.term_heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}
body.bg-white.landing-page-nav .homePages a.navbar-brand img {
    filter: invert(0);
}
.homePages a.navbar-brand img {
    filter: invert(1);
}
.terms_main_wrapper,
.faqs_main,
.careers_main,
.careers_main_details {
    padding: 1rem 0;
}
.faqs_main,
.careers_main,
.careers_main_details {
    background-color: #f8f8fb;
}
.breadcrumb-item a {
    color: #6c727f;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #090909 !important;
    font-weight: 500;
}
.t_and_c_heading {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
}
.main_wrapper_cstm .navbar-light {
    padding: 1.5rem 0;
}
.terms_main_wrapper {
    background-color: #f8f8fb;
}
.terms_main_wrapper p {
    color: #090909;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-top: 2rem;
}
.terms_main_wrapper h3 {
    margin-top: 2rem;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.terms_main_wrapper li,
.careers_main_details li {
    list-style: disc;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.bullets_points_para p:not(:first-child) {
    margin-top: 0 !important;
}
.privacy_main_wrapper .p_p_top_para,
.micro_sec .p_p_top_para {
    font-size: 16px !important;
    font-weight: 600;
    line-height: 1.3;
}

.bnr_sec_about {
    /* height: 200px; */
    width: 100%;
    background-position: center center !important;
    background-size: cover;
}
.about_main,
.news-and-release-main,
.contact_main {
    background-color: #f8f8fb !important;
    padding: 8rem 0;
}

.cmn_main_heading {
    font-size: 36px;
    font-weight: 600;
    /* line-height: 1.3; */
}
.micro_sec,
.contact_mid {
    padding-top: 2rem;
}
.micro_sec p {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
    /* margin-bottom: 2rem; */
}
.micro_sec img {
    max-height: 520px;
    border-radius: 24px;
}
.about_logo {
    text-align: end;
}
.cstmr_and_investor {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 1.3 !important;
    background-color: #ededed;
    padding: 2rem 1.5rem;
    border-radius: 24px;
    margin-bottom: 0 !important;
    margin-top: 2rem !important;
}

.main_wrapper_cstm .accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-plus' viewBox='0 0 16 16'%3E%3Cpath d='M8 4a.5.5 0 0 1 .5.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3A.5.5 0 0 1 8 4z'/%3E%3C/svg%3E");
    transition: all 0.5s;
    background-color: #e0fffa;

    background-position: 50%;
}
.main_wrapper_cstm .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='black' class='bi bi-dash' viewBox='0 0 16 16'%3E%3Cpath d='M4 8a.5.5 0 0 1 .5-.5h7a.5.5 0 0 1 0 1h-7A.5.5 0 0 1 4 8z'/%3E%3C/svg%3E");
    background-position: 50%;
}
.main_wrapper_cstm .accordion-button::after {
    transition: all 0.5s;
    border-radius: 50%;
    padding: 8px;
    width: 40px;
    height: 40px;
}
.main_wrapper_cstm .accordion-button:focus {
    box-shadow: none;
}
.main_wrapper_cstm .accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #000;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.3;
    box-shadow: none !important;
}

.main_wrapper_cstm .accordion-button {
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}

.main_wrapper_cstm .accordion {
    margin-top: 2rem;
}
.main_wrapper_cstm .accordion-item,
.main_wrapper_cstm .accordion-button {
    border-radius: 24px !important;
    border: none !important;
}
.main_wrapper_cstm .accordion-item {
    margin-bottom: 1rem;
}
.main_wrapper_cstm .accordion-body li {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}

.contact_us_cmn_heading h3 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 2rem;
}
.contact_us_cmn_crd {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 24px;

    margin-bottom: 1.5rem;
}
.contact_us_cmn_crd p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.contact_us_cmn_crd h6 {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.contact_us_cmn_crd img:not(.social_main img) {
    width: 35px;
    height: 40px;
}

.social_main {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.form_contact_us {
    padding: 1.5rem;
    background-color: #fff;
    border-radius: 24px;
    margin-top: 25px;
}
.form_contact_us textarea {
    height: 152px;
    padding: 12px;
}
.form_contact_us input {
    height: 55px;
}
.form_contact_us input,
.form_contact_us textarea {
    border-radius: 12px;

    border: 1px solid #ededed;
}
.form_contact_us input:focus-visible,
.form_contact_us textarea:focus-visible {
    border-color: #ededed;
    outline: 0;
    box-shadow: none;
}

.form_contact_us label {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.form_contact_us input::placeholder,
.form_contact_us textarea::placeholder {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #999797;
}
.form_contact_us button {
    font-family: "SF-Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    background-color: #090909;
    color: #fff;
    border-radius: 16px;
    padding: 16px 24px;
    margin-top: 2rem;
}
.form_contact_us button:hover {
    color: #fff;
    background-color: #0ae3be;
}
.news-and-release-main .card-main {
    background-color: #fff;
    border-radius: 24px;
    height: 100%;
}
.news-and-release-main .card-main > img {
    height: 280px;
}
.news-and-release-main .card-body {
    padding: 1.5rem;
}
.news-and-release-main .card-main .card-title {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
}
.news-and-release-main .card-main .card-text {
    font-size: 14px;
    line-height: 1.3;
}
.news-and-release-main .card-main img {
    background-color: #fff;
    border-radius: 18px 18px 0 0;
}
.release-date {
    display: flex;
    gap: 8px;
    font-size: 12px;
    line-height: 1.3;
}
.navigation-main .pagination {
    gap: 8px;
}
.navigation-main li .page-link {
    border-radius: 8px !important;
    color: #090909;
    background-color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.3;
}
.navigation-main li .page-item.active .page-link {
    background-color: #0ae3be !important;
}
.news-and-release-left h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.news-and-release-left span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
}
.news-and-release-left p {
    font-size: 16px;
    line-height: 1.3;
}
.news-and-release-left .release-date {
    margin-bottom: 1.5rem;
}
.release-para {
    margin-top: 3rem;
}
.news-and-release-inner {
    padding: 2rem 0 4rem 0;
}
.news-and-release-inner img {
    border-radius: 16px;
}
.news-release-card-heading {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.careers_main .cmn_main_heading {
    margin-bottom: 2rem;
}
.careers_main .common_sub_heading,
.careers_main_details .common_sub_heading {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}

.careers_main .same-para {
    margin: 1.5rem 0 2rem 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
}
.current_opertunities {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3;
}
.opertunities_card_common {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 1.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}
.opp_card_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin-bottom: 12px;
}

.left_content div {
    display: flex;
    gap: 8px;
}
.left_content div p,
.posted_common span {
    font-size: 12px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 4px;
}
.posted_common_main {
    display: flex;
    gap: 1.5rem;
}
.posted_common p {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 0;
}
.left_content div:nth-of-type(1) p,
.posted_common span {
    color: #6c727f !important;
}
.left_content div:nth-of-type(2) p,
.posted_common p {
    color: #090909;
}
.right_content button {
    font-family: "SF-Pro", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.3;
    color: #090909 !important;
    border: 1px solid #090909;
    border-radius: 12px;
    padding: 8px 16px;
}
.right_content button a {
    color: #090909;
    text-decoration: none;
}
.careers_main_details .common_sub_heading {
    margin-top: 2rem;
}

.list_heading {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.3;
    margin: 2rem 0 1.5rem 0;
}
.choose_file {
    margin: 2.5rem 0;
    display: flex;
    gap: 1rem;
}
.custom-file-upload > div {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
.custom-file-upload > div span {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #6c727f;
}
.custom-file-upload > div p {
    font-size: 14px;
    font-weight: 500;
    line-height: 1.3;
    color: #090909;
    text-decoration: underline;
    margin-bottom: 0;
}
.custom-file-upload {
    display: inline-block;
    cursor: pointer;
    color: #090909;
    border-radius: 5px;
    text-align: center;
    height: 240px;
    width: 240px;
    border: 1.5px dashed green;
    border-radius: 16px;
    background: #e0fffa33;
}
.choose_file_button {
    background-color: #090909 !important;
    color: #fff !important;
    border-radius: 1rem !important;
    padding: 0.89rem 5.27rem !important;
}

@media (min-width: 1400px) {
    .contact_us_cmn_crd img:not(.footer_socail_main img) {
        width: 40px;
        object-fit: contain;
        scale: 1.2;
    }
    .finance_app_txt {
        padding: 0 !important;
    }
    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1176px !important;
    }
}

.set-bgImg-cstm {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    object-fit: cover;
}

.landing-page-nav .nav_cstm_main.scrolled .navbar-brand img {
    filter: invert(1) !important;
}
@keyframes slide-down {
    0% {
        top: -100px;
        background-color: #4caf50;
    }
    100% {
        top: 0;
        background-color: #333;
    }
}
.landing-page-nav .nav_cstm_main.scrolled .navbar-nav .nav-link {
    color: #000;
}
.landing-page-nav .nav_cstm_main .navbar-nav .nav-link {
    color: #fff;
}
.nav_cstm_main.scrolled {
    background-color: white !important;
    color: black !important;
    position: fixed !important;
    width: -webkit-fill-available;
    z-index: 9999;
    animation: slide-down 0.5s ease forwards;
}
.navbar-wrapper-custom {
    max-width: 1250px !important;
    margin: 0 auto !important;
}
.homePages {
    position: relative;
    overflow-x: hidden;
}
.landing-page-nav .nav_cstm_main {
    position: absolute;
    width: 100%;
}
.landing-page-nav .nav_cstm_main .bg-light {
    background-color: transparent !important;
    margin-top: 0.5rem;
}
.landing-page-nav .nav_cstm_main.scrolled .bg-light {
    margin-top: 0 !important;
}
ul.navbar-nav.ms-auto.mb-2.mb-lg-0 a.navbar-brand {
    display: none;
}
.landing-page-nav .nav_cstm_main.scrolled .navbar-toggler-icon {
    filter: unset;
}
.awn_lang_flag {
    object-fit: contain;
    width: 32px; /* Fixed size */
    height: 32px; /* Fixed size */
    object-fit: cover; /* Crop without distortion */
    border-radius: 50%; /* Make it circular */
    border: none !important; /* Optional border */
}
.flag_flex {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.flag_flex button {
    border-bottom: 2px solid transparent; /* keeps the space */
    border-radius: 0;
}
.flag_flex button:hover {
    border-bottom: 2px solid #0bf9d1;
    border-radius: 0;
}
.flag_flex button:focus,
.flag_flex button:focus-visible {
    box-shadow: none !important;
    outline: none;
}
.ui-slider .ui-slider-handle {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
    padding: 0 12px;
}

/* default variable on the handle so var() is always defined */
.ui-slider .ui-slider-handle {
  --tooltip-left: 0px;
}

/* tooltip uses the custom property */
.ui-slider .ui-slider-handle::before {
  content: attr(data-price);
  position: absolute;
  top: -35px;
  left: var(--tooltip-left, 50%);
  /* transform: translateX(-50%); */
  background: #000;
  color: #fff;
  padding: 5px 8px;
  border-radius: 5px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 10;
  transition: left 120ms ease; /* optional smoothness */
}


.ui-slider {
    position: relative;
    height: 8px;
    background: #ddd;
    border-radius: 4px;
}

.upperHeader img,
.bnr_sec_about {
    height: 300px;
    object-fit: cover;
}
.landing-page-nav .navbar-light .navbar-toggler-icon {
    filter: invert(1);
}
.landing-page-nav .scrolled .navbar-light .navbar-toggler-icon {
    filter: invert(0);
}

.faq_Accordion {
    height: 70vh;
}

.odometer.odometer-auto-theme .odometer-digit .odometer-digit-inner,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-inner {
    width: fit-content;
    height: 35px;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-value,
.odometer.odometer-theme-default .odometer-digit .odometer-value,
span.currency {
    font-size: 2rem;
    font-weight: 600 !important;
    color: #000 !important;
}
.odometer.odometer-auto-theme .odometer-digit .odometer-digit-spacer,
.odometer.odometer-theme-default .odometer-digit .odometer-digit-spacer {
    margin-right: 8px;
}

.odometer-inside {
    margin-bottom: 1rem;
}
span.odometer-formatting-mark.odometer-radix-mark {
    font-size: 32px;
    position: relative;
    bottom: -6px;
    left: 1px;
    color: #000;
}

footer .cpy_rit_inr {
    flex-direction: column;
    align-items: center;
}
@media (max-width: 576px) {
    .main_wrapper_cstm .slider_main {
        padding: 1rem;
    }

    .main_wrapper_cstm .input-value {
        gap: 1rem;
        text-align: center;
    }
    footer .row {
        padding: 1.5rem;
        text-align: center;
    }
    .footer_heading,
    footer .logo_sec p {
        text-align: center !important;
    }
    .how_to_apply_inner,
    .finances_and_pplications,
    .how_to_apply {
        padding: 1rem;
    }
    .how_to_apply h2 {
        margin-top: 20px;
    }
    .how_to_apply .cstm_img_trnsfrm,
    .mobileImg-same-style {
        width: 150px;
        display: block;
        margin: auto;
    }
    .how_to_apply_cmn,
    .cpy_rit_inr {
        flex-direction: row;
        text-align: justify;
        gap: 8px;
    }

    .how_to_apply_inner span {
        font-size: 14px;
        padding: 6px 12px;
        width: 30px;
    }
    .eligibility_criteria ul li > div {
        padding: 1rem;
    }
    .eligibility_criteria ul li div p {
        font-size: 14px;
    }
    .eligibility_criteria_cmn .d-flex.gap-3 {
        align-items: center;
    }
    .how_to_apply_inner p {
        margin-bottom: 10px;
    }
    footer .cpy_rit_inr p,[dir="rtl"] .footer_heading, [dir="rtl"] .logo_sec p, [dir="rtl"] .cpy_rit_inr p {
        text-align: center!important;
    }
    .footer_socail_main {
        justify-content: center!important;
    }
    .monthly_payable .d-flex.align-items-center.gap-2{
       height: 50px;
    }
}
.odometer.odometer-auto-theme .odometer-digit, .odometer.odometer-theme-default .odometer-digit
{
    margin-right: 4px!important;
}

.main_wrapper_cstm .accordion-button {
  min-height: 66px; 
  transition: all 0.3s ease;
}

 
.main_wrapper_cstm .accordion-button.collapsed {
  min-height: 66px; 
}

 
.main_wrapper_cstm .accordion-button:not(.collapsed) {
  min-height: 66px; 
}
[dir="rtl"] .main_wrapper_cstm .faqs_main  .accordion-button::after{
  position: absolute;
  left: 10px;
}
.btn-secondary-custom-pdf {
    font-family: "SF-Pro";
    font-weight: normal!important;
    color: #000!important;
    background-color: #F0ECF3!important;
    padding: 1rem;
}