@media (prefers-color-scheme: dark) {
    :root {
        color: #000 !important;
        background-color: #ffffff !important;
    }
}

@media (prefers-color-scheme: light) {
    :root {
        color: #000 !important;
        background-color: #ffffff !important;
    }
}

:root {
    color-scheme: light dark;
    background-color: #fff !important;
    color: #000 !important;

    font-synthesis: none;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@media (prefers-color-scheme: dark) {
    :root {
        color: #000 !important;
        background-color: #ffffff !important;
    }
}

@media (prefers-color-scheme: light) {
    :root {
        color: #000 !important;
        background-color: #ffffff !important;
    }
}

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

.bg {
    height: 6px !important;
}

.h2font {
    color: #004488;
    font-weight: 700;
    letter-spacing: 0;
    font-family: poppins;
    font-size: 50px;
    line-height: 68px;
}

ul,
.bg-inner-content ul {
    list-style-type: disc;
    padding-left: 20px;
}

#banner-inner-pages p {
    width: 50%;
    margin-bottom: 11px !important;
}

#banner-inner-pages {
    margin-bottom: 0px !important;
}

#faq h3 {
    font-size: 44px !important;
    line-height: 57px !important;
}

#faq-qans .btn {
    display: contents !important;
}

#banner-inner-pages .col-sm-8 .modal#applyNotp {
    opacity: 100%;
}

#banner-inner-pages .col-sm-8 .modal-body {
    background-color: #fff;
}

.container-fluid.breadcrumbs .col-sm-6 span,
.container-fluid.breadcrumbs .col-sm-6 a {
    font-size: 14px;
    text-decoration: none;
    color: #222222;
}

.container-fluid.breadcrumbs .col-sm-6 span {
    font-weight: 600;
}

a {
    text-decoration: none !important;
}

.w-full .gap-4 {
    gap: 2.4rem !important;
}

.w-full .gap-4 a {
    color: #222222;
}

footer {
    padding: 0px !important;
}

footer p {
    margin-bottom: 0px;
}

@media screen and (max-width: 600px) {
    #accordion .card a,
    #accordion .card-body {
        padding-left: 16px !important;
    }
}

@media only screen and (max-width: 767px) and (orientation: portrait) {
    #banner-inner-pages .col-sm-8 p span {
        font-size: 7pt !important;
        background-color: transparent !important;
    }
}

.fixed-top a {
    color: #ffffff !important;
}

.fixed-top {
    top: -40px;
    transform: translateY(40px);
    transition: transform 0.3s;
    background: #ffffff;
}

.navbar1 {
    overflow: hidden;
    margin-bottom: 40px;
    width: 100%;
}

.navbar1 a {
    float: left;
    font-size: 14px;
    color: white;
    text-align: center;
    padding: 7px 16px;
    text-decoration: none;
    font-family: poppins;
}

.subnav1 {
    float: left;
    overflow: hidden;
    width: 20%;
}

.navbar1 a,
.subnav1 .subnavbtn {
    font-size: 19px;
    line-height: 1.75rem;
    color: #000000;
    padding: 7px 16px;
    background-color: #e5e7eb;
    font-family: inherit;
    margin: 0;
    font-family: poppins;
    font-weight: 500;
}

#faq {
    background: url("/assets/newui/images/faq.jpg") no-repeat !important;
    background-size: cover !important;
    height: 529px;
    background-position: center center !important;
}

.navbar1 a:hover,
.subnav1:hover .subnavbtn {
    background-color: #d1d5db;
}

.subnav-content1 {
    display: none;
    position: absolute;
    left: 12px;
    background-color: #d1d5db;
    color: #fff;
    width: 100%;
    z-index: 1;
    margin: 0px auto;
    max-width: 1239px;
    text-align: center;
}

#loans .container {
    padding-bottom: 80px;
    padding: 0px 0px 80px 0px;
}

.subnav-content1 a {
    background-color: #d1d5db;
    text-decoration: none;
    float: left;
    color: #222;
    font-weight: 500;
    font-size: 14px;
}

.subnav-content1 a:hover {
    background-color: #eee;
    color: black;
}

.subnav1:hover .subnav-content1 {
    display: block;
}

.container.footertop,
.container-fluid.footertop {
    background: #e5e7eb;
}

.container-fluid.footertop .row #loans {
    width: 92%;
    margin: 0px auto;
}

.container-fluid.footertop .btn {
    font-size: 23px !important;
    font-weight: 500 !important;
    color: #000000 !important;
    font-family: poppins !important;
    padding: 26px 0px 40px !important;
    letter-spacing: 1px !important;
    box-shadow: none;
}

.container-fluid.footertop.heading #loans h4.heading-loan {
    color: #000 !important;
    line-height: 27px !important;
    font-size: 20px !important;
    line-height: 1.75rem !important;
    font-weight: 600 !important;
    font-family: poppins;
}

#footer-bottom .footertop ul li a {
    line-height: 27px !important;
    font-size: 16px !important;
    line-height: 40px !important;
    font-weight: 600 !important;
}

h1.hidden {
    font-size: 16px !important;
    margin-bottom: 0px !important;
}

#loans .col-sm-2 {
    flex: 0 0 auto;
    width: 25%;
    margin-top: 0px !important;
}

.subnav-content1 {
    left: 13px !important;
    max-width: 1143px !important;
}

hr.bg-border {
    background: #222 !important;
    height: 2px;
    opacity: 1;
}

#footer-bottom .fa.fa-chevron-down {
    font-size: 16px;
}

p.heading-loan {
    font-weight: 600;
    font-size: 19px;
}
#accordion .card-header:before {
    content: "";
    background: url("/assets/newui/images/qafaq.png") no-repeat !important;
    width: 38px !important;
    position: absolute;
    background-size: contain !important;
    right: 26px;
    top: 10px !important;
    transition: all 0.3s;
}

@media screen and (max-width: 767px) and (orientation: portrait) {
    .subnav1,
    #loans .col-sm-2 {
        width: 100%;
    }

    .subnav-content1 {
        left: 13px !important;
        max-width: 100%;
    }

    #footer-bottom .navbar1 h6.text-center {
        text-align: left !important;
        padding-left: 16px !important;
        font-size: 18px;
        font-weight: 700;
    }
}
