:root {
    --font-inter: "Inter", sans-serif;
    --font-ambit: "Ambit", sans-serif;
    --font-ambitbold: "AmbitBold", sans-serif;
    --font-ambitblack: "Ambit Black", sans-serif;
}

.pbb {
    font-size: 18px;
    line-height: 28px;
}

.pbl {
    font-size: 20px;
    line-height: 32px;
}

.pbs {
    font-size: 16px;
    line-height: 24px;
}

.filter-btn {
    color: #282828;
    padding: 10px 20px;
    background-color: #efe8dc;
    border-radius: 10px;
}

.filter-btn.active {
    background-color: #ffcd71;
}

.font-inter {
    font-family: var(--font-inter) !important;
}

.font-ambit {
    font-family: var(--font-ambit) !important;
}

.font-ambitblack {
    font-family: var(--ont-ambitblack) !important;
}

.foo-menu a:hover {
    color: #ffa500;
}

.social li a:hover {
    background-color: #fff;
    color: #ffa500;
}

.reviewContent {
    min-height: 60px;
}

.review-slider .swiper-button-prev:after,
.review-slider .swiper-button-next:after {
    color: #fff;
    font-size: 9px;
    border: 1px solid #fff;
    width: 9px;
    height: 9px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    border-radius: 50%;
    font-weight: 800;
    cursor: pointer;
}

.review-slider .swiper-button-next {
    right: 10px;
    top: 53%;
    opacity: 1;
}

.review-slider .swiper-button-prev {
    left: 10px;
    top: 53%;
    opacity: 1;
}

.privacy-policy a {
    font-weight: bold;
}

.privacy-policy a:hover {
    color: #ffa500 !important;
}

.review-slider .swiper-slide {
    border-radius: 0;
}

#menuWrapper {
    width: 100%;
    max-width: 96%;
    margin: auto;
    background: #fff;
    border-radius: 16px;
    position: absolute;
    top: calc(100% + 15px);
    left: 50%;
    transform: translateX(-50%);
}

#tooltiptext {
    position: relative;
    transition: all 0.5s ease-in;
}

#tooltipdescription {
    display: none;
    position: absolute;
    width: 100%;
    height: 150px;
    left: 80%;
    transform: translateX(-80%);
    top: 50px;
    z-index: 3;
}

#tooltiptext:hover #tooltipdescription {
    display: block;
    visibility: visible;
    text-align: center;
}

#tooltipdescription span {
    padding-left: 7rem;
    padding-right: 7rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    background: #4169e1;
    color: #fff;
    font-size: 16px;
}

#tooltipdescription a {
    color: #ffa500;
}

.maxW314px {
    max-width: 314px;
}

.blog_details_content h3 {
    font-size: 40px;
    line-height: 48px;
}

.blog_details_content h2 {
    font-size: 64px;
    line-height: 64px;
}

.blog_details_content h4 {
    font-size: 32px;
    line-height: 38px;
}

.blog_details_content h5 {
    font-size: 1.25rem;
}

.blog_details_content h6 {
    font-size: 1rem;
}

body.claimPage header {
    border: none;
}

/*  */
.blog_details_content ol {
    list-style-type: decimal !important;
    padding-left: 1.25rem;
}

.blog_details_content ol li {
    position: relative;
    margin-bottom: 0.5rem;
}

.blog_details_content ol li .ql-ui {
    display: none;
}

.blog_details_content ul {
    list-style-type: disc !important;
    padding-left: 1.25rem;
}

.blog_details_content ul li .ql-ui {
    display: none;
}

.blog_details_content h1 {
    font-size: 5rem;
    font-weight: 700;
    line-height: 1.2;
    /* color: #4169E1; */
    background-color: transparent;
}

.blog_details_content h2 {
    font-weight: 600;
    line-height: 1.3;
    color: #4169e1;
}

.blog_details_content h3 {
    font-weight: 400;
    color: #4169e1;
}

.blog_details_content h4 {
    font-weight: 400;
    color: #4169e1;
}

.review-star {
    display: flex;
    gap: 2px;
}

.privacy-policy p,
.privacy-policy ul li {
    margin-bottom: 1.2rem;
}

.privacy-policy h4 {
    font-size: 20px;
    line-height: 24px;
    color: #4169e1;
    font-weight: 500;
}

/*  */
.dynamic-content h1 {
    font-size: 3rem;
    /* ~48px */
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.dynamic-content h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.3rem;
}

.dynamic-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.dynamic-content h4 {
    font-weight: 600;
    margin-bottom: 0.8rem;
}

.dynamic-content h5 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.7rem;
}

.dynamic-content h6 {
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.6rem;
}

.dynamic-content li p,
.dynamic-content li {
    margin-top: .25rem !important;
    margin-bottom: .25rem !important;
    line-height: 1.57;
}

.dynamic-content strong,
.dynamic-content b {
    font-weight: 700;
}

.dynamic-content ul,
.dynamic-content ol {
    padding-left: 2rem;
    margin-bottom: 1rem;
}

.dynamic-content a {
    color: #4169e1;
    text-decoration: underline;
}

.guide .swiperButton .swiper-button-next,
.guide .swiperButton .swiper-button-prev {
    height: 87px;
    width: 87px;
    border-radius: 50%;
    border: 1px solid #ffa500;
    font-size: 24px;
    color: #ffa500;
}

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

.col-lg-10 {
    padding-left: 12px;
    padding-right: 12px;
}

.fs20 {
    font-size: 20px;
    line-height: 1.2;
}

.newImage-section .col-span-12:nth-child(1) img {
    height: 48px;
    width: 99px;
}

.newImage-section .col-span-12:nth-child(2) img {
    height: 48px;
    width: 54px;
}

.newImage-section .col-span-12:nth-child(3) img {
    height: 48px;
    width: 48px;
}

@media screen and (max-width: 1920px) {}

@media screen and (max-width: 1600px) {}

@media screen and (max-width: 1500px) {
    .maxW273px {
        max-width: 273px;
    }
}

@media screen and (min-width: 768px) {
    .max-w-7xl {
        max-width: 720px;
        padding-left: 12px;
        padding-right: 12px;
    }
}

@media screen and (min-width: 991px) {
    .pxLg80 {
        padding-left: 80px !important;
        padding-right: 80px !important;
    }
}

@media screen and (min-width: 992px) {
    .max-w-7xl {
        max-width: 960px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .homeBanner .max-w-7xl h1 br {
        display: none;
    }

    .aboutMAil .max-w-5xl {
        max-width: 66%;
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
        padding-left: 12px;
        padding-right: 12px;
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%;
    }

    .jury .col-lg-8 {
        flex: 0 0 auto;
        width: 65.666667%;
    }
}

#mobileMenu {
    display: none;
}

.blog_details_content p {
    font-size: 18px;
    line-height: 28px;
}

#accordion-color .faq-item {
    border: 2px solid #4169e1;
    border-radius: 10px;
    background: #fff;
}

.missionAbout .box {
    border-radius: 16px;
    padding: 64px 108px;
    text-align: center;
}

.missionAbout .box h3 {
    letter-spacing: -1px;
}

#see-more-faq {
    font-size: 18px !important;
}

header a.logo {
    line-height: normal;
    transition: all .3s ease-in-out;
    width: 228.02px;
}

@media screen and (min-width: 1200px) {
    .max-w-7xl {
        max-width: 1140px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .privacy-policy .max-w-7xl {
        max-width: 1100px;
    }
}

@media (min-width: 1400px) {
    .max-w-7xl {
        max-width: 1320px;
    }
}

@media screen and (min-width: 991px) {
    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%;
    }
}

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

    .filling-claims h2 {
        margin-bottom: 10px;
    }

    #desktopMenu {
        display: none;
    }

    #mobileMenu {
        display: block;
    }

    #lendersMenumobile {
        position: absolute;
        top: 0;
        z-index: 999;
        background: #fff;
        width: 100%;
        height: 100%;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        left: 100%;
        overflow-y: scroll;
    }

    #lendersMenumobile:not(.showSub-menu) {
        left: 0;
    }
}

@media screen and (max-width: 991px) {
    h1 {
        letter-spacing: normal;
        font-size: 42px;
        line-height: normal;
    }

    h2 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0.7px;
    }

    h4 {
        font-size: 24px;
        line-height: 30px;
    }

    .pbb {
        font-size: 16px;
        line-height: 24px;
    }

    .pbl {
        font-size: 18px;
        line-height: 28px;
    }

    section {
        padding: 64px 0;
    }

    .banner {
        padding-bottom: 0;
    }

    .resources .max-w-7xl {
        max-width: 720px;
    }

    .pbb {
        font-size: 16px;
        line-height: 24px;
    }

    .content2 li {
        word-break: break-all;
    }

    .maxLgW326px {
        max-width: 345px !important;
    }

    .maxLgW500px {
        max-width: 500px !important;
        width: 100%;
    }

    .py64 {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pbl {
        font-size: 18px;
        line-height: 28px;
    }

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

    .faq h2 button {
        font-size: 20px;
        line-height: 24px;
        padding: 16px;
        text-align: left;
    }

    .faq .faq-answer {
        padding: 0 23px 23px;
        font-size: 16px;
    }

    .resources .max-w-7xl {
        max-width: 720px;
    }

    .content2 li {
        word-break: break-all;
    }

    .blog_details_content li {
        word-break: auto-phrase;
    }

    .jury h1 {
        font-size: 42px;
        line-height: normal;
        letter-spacing: normal;
    }

    .jury h1 br,
    .email h2 br,
    .heading br {
        display: none;
    }

    .jury p {
        line-height: 24px;
    }

    .email .max-w-5xl {
        max-width: 93%;
    }

    .email .col-lg-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .mainLogo {
        font-size: 35px;
        line-height: normal;
    }

    .guide .swiperButton .swiper-button-next,
    .guide .swiperButton .swiper-button-prev {
        height: 35px !important;
        width: 35px !important;
        font-size: 16px !important;
    }

    .review-slider {
        padding: 0 60px;
    }

    .review-slider .swiper-button-next {
        right: 20px;
    }

    .review-slider .swiper-button-prev {
        left: 20px;
    }

    .owed-money .box {
        padding: 16px 8px;
    }

    .owed-money .box img {
        width: 100%;
        max-width: 40px;
    }

    /* .homeBanner {
         padding-top: 8rem;
     }

     .claimBanner {
         padding-top: 10rem;
     } */

    .maxLgW343px {
        max-width: 343px !important;
        margin-left: auto;
        margin-right: auto;
    }

    .resourseinneradminPanel li {
        font-size: 14px;
        line-height: 20px;
    }

    .blog_details_content h2 {
        font-size: 35px;
        line-height: 40px;
        letter-spacing: 0.7px;
        margin-bottom: 0.5rem;
        font-weight: 500;
    }

    .blog_details_content h3 {
        letter-spacing: normal;
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #4169e1;
    }

    .blog_details_content h4 {
        font-size: 24px;
        line-height: 30px;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        color: #4169e1;
    }

    .blog_details_content h5 {
        font-size: 1.25rem;
        margin-top: 0;
        margin-bottom: 0.5rem;
        font-weight: 500;
        line-height: 1.2;
        color: #4169e1;
    }

    .blog_details_content p {
        font-size: 16px;
        line-height: 24px;
    }

}

@media screen and (max-width: 768px) {
    .max-w-7xl {
        max-width: 720px;
        padding-left: 12px;
        padding-right: 12px;
    }

    .homeBanner .max-w-7xl {
        flex: 0 0 auto;
        width: 75%;
    }
}

@media screen and (max-width: 767px) {
    .guide .swiperButton {
        display: flex;
        flex-direction: row-reverse;
    }

    .guide .swiperButton .swiper-button-next,
    .guide .swiperButton .swiper-button-prev {
        position: static;
    }


    .newImage-section .col-span-12:nth-child(3) {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 575px) {
    .discretionary-heading p:last-child {
        display: none;
    }

    .resources2 h2 {
        font-size: 29px;
    }

    .content h2 {
        font-size: 35px;
    }

    .reviews .max-w-5xl {
        width: 100%;
        max-width: 83%;
    }

    .col-lg-10 {
        padding-left: 0;
        padding-right: 0;
    }

    .foo-menu {
        display: flex;
        flex-wrap: wrap;
        gap: 15px;
    }

    .banner-descripion {
        flex-direction: column;
        font-size: 16px;
    }

    .bannerBottom {
        font-size: 16px;
        line-height: 24px;
    }

    .goodto-know .grid h3 {
        font-size: 18px;
        line-height: 28px;
    }

    .banBottom p {
        flex-direction: column;
    }

    .email .max-w-5xl {
        max-width: 100%;
    }

    .resources2 h2 {
        font-size: 29px;
    }

    .content h2 {
        font-size: 35px;
    }

    .guide .swiperButton {
        position: static;
        width: 100%;
        justify-content: space-between;
        margin-top: 3rem;
    }

    .review-slider {
        padding: 0 36px;
    }

    .review-slider .swiper-button-next {
        right: 0;
        top: 36%;
    }

    .review-slider .swiper-button-prev {
        left: 0;
        top: 36%;
    }

    .homeBanner .max-w-7xl {
        flex: 0 0 auto;
        width: 100%;
    }

    .aboutMAil .max-w-5xl {
        max-width: 98%;
    }

    .mainBtn {
        /* font-size: 16px; */
        font-size: 25px;
        padding-left: 15px;
        padding-right: 15px;
        width: 100%;
        padding: 19px 15px;
        line-height: 1.2;
    }

    .homeBanner .max-w-7xl .max-w-5xl h1 {
        width: 73%;
        margin: auto;
    }

    /* .review-slider .swiper-wrapper{
        max-width: 80%;
     } */
    .lendersBtn.mainBtn {
        font-size: 25px;
    }
}

/* @media screen and (max-width: 420px) {
     .mainBtn {
         font-size: 16px;
     }
 } */

@media screen and (max-width: 390px) {
    .reviews .bottom-text p {
        width: 70%;
        margin: auto;
    }
}

@media screen and (max-width: 380px) {
    .banner h1 {
        line-height: normal;
    }

    .ready-set h2 {
        font-size: 32px;
    }

    .banner div.absolute,
    .banner div.absolute img {
        height: 125px;
    }

    .foo-menu a {
        font-size: 14px;
    }

    footer {
        padding-left: 0;
        padding-right: 0;
    }

    .homeBanner .max-w-7xl {
        flex: 0 0 auto;
        width: 100%;
    }

    .homeBanner .max-w-7xl .max-w-5xl h1 {
        width: 85%;
        margin: auto;
    }
}

@media screen and (max-width: 320px) {
    .homeBanner .max-w-7xl {
        flex: 0 0 auto;
        width: 100%;
    }

    .homeBanner .max-w-7xl .max-w-5xl h1 {
        width: 100%;
        margin: auto;
    }

    .banner h1,
    h1,
    h2 {
        font-size: 2rem;
    }
}

/* tia */
.smooth-link {
    text-decoration: underline;
    cursor: pointer;
    color: #000;
    transition: color 0.3s ease;
}

.smooth-link:hover {
    color: #007bff;
}

html {
    scroll-behavior: smooth;
}

.faq-answer ol,
.faq-answer ul {
    list-style-type: disc !important;
    padding-left: 1.5rem;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

.owed-money i {
    margin-bottom: 13px;
}

#menuWrapper .showinner-navbar {
    height: calc(100vh - 94px);
    overflow-y: auto;
}

.maxW894px {
    max-width: 894px;
}


/* ria */
.discretionary-heading p:last-child {
    font-size: 18px;
    line-height: 28px;
}

.textPanel a {
    text-decoration: underline;
    font-size: 18px;
}

.feescontent p {
    font-size: 16px;
    line-height: 24px;
}

.feescontent table tr:nth-child(odd) {
    background-color: rgba(218, 222, 229, .25);
}

.feescontent table tr td {
    font-size: 13px;
    padding: 4px 8px;
    border: 1px solid #dadee5;
}

.feescontent table tr:nth-child(2n) {
    background-color: rgba(218, 222, 229, 0);
}

.ql-indent-1 {
    padding-left: 2rem;
}

.dynamic-content h5 {
    color: #4169e1;
}

.mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.navbar-nav {
    --bs-nav-link-padding-x: 0;
    --bs-nav-link-padding-y: 0.5rem;
    --bs-nav-link-font-weight: ;
    --bs-nav-link-color: var(--bs-navbar-color);
    --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
    --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
    display: flex;
    flex-direction: row;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.navbar .nav-item {
    position: inherit;
}

.navbar-nav li > a {
    display: block;
    padding-block: 36px;
    font-size: 18px;
    transition: all .3s;
    font-family: AmbitBold;
    margin-inline: 16px;
}

.navbar-nav li.inline-block.group a {
    display: flex;
}

.dropdown-toggle:after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: middle;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    width: 12px;
    height: 14px;
    background: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.49121 1.5L7.49121 7.5L13.4912 1.5' stroke='%2308303F' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") no-repeat 50%;
    background-size: 100%;
}
.dynamic-content h4 {
    font-size: 32px;
    line-height: 38px;
}