@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;
    }
}

@media screen and (max-width: 550px) {
    #faq a.anchor-tex {
        font-size: 18px;
    }

    #footer input[type="email"] {
        width: inherit;
    }
}

@media only screen and (orientation: portrait) {
    #unsecuredsection {
        display: none;
    }

    #overview .bg-inner-content h3,
    h3.emi-heading,
    #faq h3,
    .bg-inner-content h3 {
        font-size: 26px !important;
        line-height: 35px !important;
        padding-bottom: 0px !important;
        margin-top: 32px;
    }

    .divresult input {
        font-size: 19px !important;
    }
}

@media screen and (max-width: 600px) {
    .navbar-toggler:focus {
        box-shadow: none !important;
    }

    #accordion .card-header:before {
        content: "";
        background: url("/assets/newui/images/mobile-down.png") no-repeat;
        width: 25px;
        height: 26px;
        top: 26px;
        right: 11px;
    }

    .card-header:hover::before {
        background: url("/assets/newui/images/mobile-up.png") no-repeat !important;
    }

    #unsecuredsection .col-sm-4 .adds {
        width: 180px;
        height: 180px;
        border: 20px solid #fff;
        border-radius: 180px;
    }

    #unsecuredsection .col-sm-4 .adds img {
        top: 32px !important;
        left: 35px;
        width: 58px;
        right: 0;
    }

    .nav-item {
        margin: 0px 0px 0px 18px;
    }

    #overview .pt-5 {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0px;
        margin-bottom: 0px;
    }

    #accordion .card a,
    #accordion .card-body {
        font-size: 11px;
        line-height: 21px;
    }

    #faq a.anchor-tex {
        padding: 9px 17px 9px !important;
    }

    #banner-inner-pages a.anchor-tex {
        font-size: 10px !important;
        padding: 6px 18px 8px !important;
    }

    #banner-inner-pages p {
        font-size: 15px !important;
        line-height: 28px !important;
    }

    #accordion .card a {
        padding-left: 0px !important;
        padding-right: 30px !important;
    }

    #top-banks table {
        width: 100% !important;
    }

    #top-banks td {
        padding: 10px !important;
    }

    #banner-inner-pages h1 {
        font-size: 34px !important;
        line-height: 46px !important;
    }

    #faq h3 {
        padding-top: 29px;
    }

    .bg-inner-content a.anchor-tex {
        font-size: 16px !important;
    }

    #loan-amount .submit-btn .btn {
        font-size: 22px;
    }

    #collapsibleNavbar ul.navbar-nav {
        width: 100%;
        padding-left: 21px;
        background: linear-gradient(
            90deg,
            rgba(53, 172, 177, 1) 25%,
            rgba(4, 75, 136, 1) 100%
        ) !important;
    }

    #loan-amount .submit-btn {
        margin-bottom: 47px !important;
    }

    #unsecuredsection {
        height: auto;
        margin-bottom: 0px;
    }

    #unsecuredsection .col-sm-4 p {
        color: #ffffff;
    }

    .navbar-dark.sticky-top {
        display: none;
    }

    td,
    th,
    tr {
        border-color: inherit;
        border-style: solid;
        border-width: 0;
        padding: 9px 2px !important;
        font-size: 11px;
    }

    #top-banks table a {
        font-size: 10px !important;
    }

    #loan-amount h3.tenure,
    #loan-amount h3 {
        width: 40%;
    }

    #loan-amount h3.tenure {
        margin-top: 24px;
    }

    #loan-amount h3.interest {
        width: 56%;
        margin-top: 46px;
    }

    #loan-amount .mt-5,
    #loan-amount .pt-5 {
        padding-top: 21px !important;
        margin-top: 0 !important;
    }

    #loan-amount input[type="text"] {
        left: 0;
        width: 174px !important;
        height: 49px !important;
        font-size: 14px !important;
    }

    .bg.bg-emi-ph {
        margin-top: 82px;
    }

    #loan-amount .submit-btn .btn {
        left: 0 !important;
    }

    #faq .pt-5 {
        padding-top: 0px !important;
    }

    #faq .row {
        height: auto;
    }

    #faq a.anchor-tex {
        line-height: 74px !important;
    }

    #faq {
        height: 430px;
    }

    /*footer*/

    #footer .buttons-footer {
        display: flex;
        flex-direction: column;
    }

    #footer a.anchor-tex {
        margin-left: 0px !important;
        margin-bottom: 10px;
        text-align: center;
    }

    #footer .row {
        margin: 0px auto;
    }

    #footer .col-sm-4 {
        margin-top: 30px !important;
    }

    .navbar-toggler {
        background: #024485;
    }

    #collapsibleNavbar li:hover .nav-item {
        background-color: #ffffff !important;
    }

    .navbar-toggler:hover {
        background: #024485;
    }

    .navbar-toggler {
        background: #40c2ba !important;
    }

    #header .navbar-nav {
        background: #2a97a8 !important;
        left: 0 !important;
        color: #fff;
        right: 0 !important;
    }

    #sec-one .bg-top .text-end {
        text-align: left;
        margin-bottom: 20px;
        padding: 13px 0px 20px;
    }

    .navbar-light .navbar-nav .nav-item.dropdown a.nav-link {
        color: #ffffff !important;
    }

    #banner-inner-pages .col-sm-8 h1 {
        line-height: 23px !important;
        font-size: 18px !important;
        margin-top: 0 !important;
    }

    #banner-inner-pages p {
        font-size: 9px !important;
        line-height: 15px !important;
    }

    #banner-inner-pages .row {
        height: 200px !important;
    }

    #banner-inner-pages {
        height: 23vh !important;
        background-size: contain !important;
        position: relative;
    }

    #banner-inner-pages .col-sm-8 {
        position: absolute !important;
        top: 6px !important;
    }

    #banner-inner-pages .col-sm-12 {
        margin-top: 11px !important;
    }

    #unsecuredsection .col-sm-4 p {
        font-size: 17px !important;
        line-height: 31px !important;
        padding-top: 10px !important;
    }

    #unsecuredsection .col-sm-4 .adds {
        width: 150px !important;
        height: 150px !important;
        border: 12px solid #fff !important;
        border-radius: 150px !important;
    }
}

@media only screen and (max-width: 768px) and (min-width: 601px) {
    #demo span.color-bg,
    #sec-one span.color-bg {
        color: #024485;
        font-size: 40px !important;
        line-height: 32px !important;
    }

    .nav-item {
        font-size: 8px !important;
        text-transform: none;
    }

    .navbar-brand img {
        width: 80px;
    }

    .nav-item {
        margin: 0px 0px 0px 0px;
    }

    body {
        overflow-x: hidden;
    }

    #sec-one .col-sm-3.top-logo img {
        width: 100px;
        height: auto;
    }

    .row.text-top img {
        width: 10px !important;
        height: 10px !important;
    }

    #demo .bg-top .col-sm-4,
    #sec-one .bg-top .col-sm-4 {
        font-size: 4px !important;
    }

    .nav-item.dropdown {
        font-size: 7px !important;
        margin: 0px 0px 0px 0;
    }

    #sec-one .text-white.login-signup a.anchor-tex {
        padding: 8px 6px !important;
        font-size: 7px !important;
    }

    #sec-one .col-sm-3.login-signup img {
        width: 15px;
        padding: 0px !important;
    }

    #sec-one .col-sm-3.top-logo img {
        padding: 0px !important;
    }

    .dropdown-item {
        font-size: 8px !important;
        line-height: 8px;
    }

    #banner-inner-pages h1 {
        font-size: 36px !important;
        line-height: 51px !important;
    }

    #banner-inner-pages p {
        font-size: 17px !important;
        line-height: 31px !important;
    }

    .bg-inner-content a.anchor-tex,
    #banner-inner-pages a.anchor-tex {
        font-size: 16px !important;
    }

    #unsecuredsection .col-sm-4 .adds {
        width: 150px;
        height: 150px;
        border: 20px solid #fff;
        border-radius: 230px;
    }

    #unsecuredsection .col-sm-4 .adds img {
        top: 29px;
        left: 29px;
        width: 51px;
        right: 0;
    }

    #unsecuredsection .col-sm-4 p {
        font-size: 14px;
        line-height: 21px;
    }

    #unsecuredsection {
        margin-bottom: 160px;
    }

    .navbar-dark.sticky-top {
        top: 53px;
    }

    .bg-dark .nav-link {
        font-size: 8px !important;
        padding: 7px 19px !important;
        margin-top: 13px;
    }

    .bg-dark .navbar-nav {
        margin: 62px auto 9px;
        height: 76px;
    }

    h3.emi-heading,
    #faq h3,
    .bg-inner-content h3 {
        font-size: 27px !important;
        line-height: 37px !important;
    }

    #eligibility .pb-5 {
        padding-bottom: 33px !important;
    }

    #loan-amount .year-month input[type="text"],
    #loan-amount input[type="text"] {
        height: 51px;
        width: 184px;
        padding-left: 36px;
        font-size: 13px;
    }

    #loan-amount h3.tenure {
        width: 22%;
    }

    #loan-amount h3.interest {
        width: 40% !important;
    }

    #loan-amount h3 {
        width: 35% !important;
    }

    #loan-amount .col-sm-4 {
        padding-top: 38px !important;
    }

    #accordion .card-header:before {
        content: "";
        background: url("/assets/newui/images/mobile-down.png") no-repeat;
        width: 25px;
        height: 26px;
        top: 26px;
        right: 11px;
    }

    .card-header:hover::before {
        background: url("/assets/newui/images/mobile-up.png") no-repeat !important;
    }

    #accordion .card a {
        font-size: 16px;
    }

    #footer .fa-home {
        padding: 3px 5px;
        border-radius: 6px;
        line-height: 17px;
        font-size: 18px;
    }

    #footer a.anchor-tex {
        font-size: 7px !important;
        padding: 8px 11px !important;
    }

    #footer .secure-img {
        padding: 10px;
        width: 153px;
    }

    #footer .col-sm-8 .fa {
        line-height: 17px !important;
        font-size: 15px !important;
        border-radius: 8px;
        padding: 7px !important;
    }

    #footer button,
    #footer input {
        border-radius: 0px;
        padding: 8px 20px;
        font-size: 10px;
        width: inherit !important;
    }

    #footer-bottom .footertop h4 {
        font-size: 14px !important;
        line-height: 19px !important;
    }

    #footer-bottom .footertop ul li a {
        line-height: 12px;
        font-size: 10px;
    }

    #footer-links .nav-item a {
        font-size: 7px !important;
    }

    .fa.fa-angle-double-down {
        line-height: 28px;
        width: 30px;
        font-size: 18px;
        height: 30px;
    }

    .bg-inner-content td,
    .bg-inner-content l1,
    .bg-inner-content p {
        font-size: 12px !important;
        line-height: 20px !important;
    }

    .bg-inner-content td {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }

    .inner-info li {
        font-size: 12px !important;
        line-height: 20px !important;
        padding-bottom: 0px;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 768px) {
    #accordion .card a {
        font-size: 15px !important;
    }

    #accordion .card-body {
        font-size: 13px;
        line-height: 20px;
    }

    .navbar-brand img {
        width: 121px !important;
    }

    .nav-item.dropdown {
        font-size: 8px !important;
        margin: 0px 0px 0px 0;
    }

    #sec-one .bg-top .login-signup a.anchor-tex {
        padding: 4px 6px !important;
        font-size: 7px !important;
    }

    .bg-dark .nav-link {
        font-size: 12px !important;
        padding: 7px 18px !important;
        margin-top: 12px;
    }

    #loan-amount .submit-btn .btn {
        background: url("/assets/newui/images/calculator-ipad.png") !important;
    }

    #faq .row {
        height: 400px !important;
    }
}

@media only screen and (max-width: 1100px) and (min-width: 1024px) {
    .bg-dark .nav-link {
        font-size: 16px !important;
        padding: 7px 30px !important;
        margin-top: 14px;
    }

    .navbar-dark.sticky-top {
        top: 55px;
    }

    #loan-amount .submit-btn .btn {
        background: url("/assets/newui/images/calculator.png") !important;
    }

    #loan-amount h3 {
        width: 25%;
    }

    .nav-item {
        font-size: 13px !important;
    }

    h3.emi-heading,
    #faq h3,
    .bg-inner-content h3 {
        font-size: 37px !important;
        line-height: 50px !important;
    }

    .inner-info li {
        font-size: 15px;
        line-height: 25px;
    }

    #footer input[type="email"] {
        width: inherit;
    }

    #banner-inner-pages h1 {
        font-size: 47px !important;
        line-height: 60px !important;
    }

    #banner-inner-pages p {
        font-size: 19px !important;
        line-height: 30px !important;
    }

    #faq .row {
        height: 300px !important;
    }

    .row.text-top {
        font-size: 11px;
        font-weight: 700;
        line-height: 30px;
    }

    #sec-one .anchor-tex {
        padding: 8px 7px;
        font-size: 10px;
    }
}
