﻿.indexsprite,
.lendersprite {
    background-repeat: no-repeat;
}
.loader {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.8s linear infinite; /* Safari */
    animation: spin 0.8s linear infinite;
    margin: auto;
}
.loader2 {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.8s linear infinite; /* Safari */
    animation: spin 0.8s linear infinite;
    margin: auto;
}
.loader3 {
    border: 4px solid #f3f3f3;
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 40px;
    height: 40px;
    -webkit-animation: spin 0.8s linear infinite; /* Safari */
    animation: spin 0.8s linear infinite;
    margin: auto;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
.anchorproduct,
.commonbtn {
    text-decoration: none !important;
}

.borderg3::before,
.borderg4::before {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    width: 1px;
    transform: rotate(180deg);
}

@font-face {
    font-family: Inter, sans-serif;
    src: url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap");
    font-display: swap;
}

body {
    font-family: Inter, sans-serif;
    margin: 0;
}

.section1 {
    background-color: #f9fafb;
    padding: 72px 120px;
}

.homepageheading1 {
    font-size: 32px;
    line-height: 48px;
    font-weight: 700;
    color: #000;
    margin-bottom: 16px;
}

.homepageheading2 {
    font-size: 28px;
    line-height: 42px;
    font-weight: 600;
    color: #111928;
    margin-bottom: 8px;
}

.commontextgreen {
    color: #00a229;
}

.commonblue {
    color: #1976d2;
}

.promotionalbanner .promotioncontainer {
    height: 240px;
}

.para1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 26px;
}

.para2,
.para3 {
    margin-bottom: 0;
    font-weight: 400;
}

.para2 {
    font-size: 14px;
    line-height: 22px;
}

.awardscontainer,
.downloadappul li,
.inputgroup input,
.mobilenoisdcode,
.para3,
.securitycontent,
.testicontent,
.testiusername {
    font-size: 16px;
    line-height: 24px;
}

.para3 {
    color: #4b5563;
}

.inputgroup {
    position: relative;
    margin-bottom: 20px;
}

.supportingtext,
.v-t {
    margin-bottom: 0;
    font-size: 12px;
}

.inputgroup input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #9ca3af;
    border-radius: 8px;
    box-sizing: border-box;
    transition: 0.2s;
    height: 48px;
    color: #111928;
    background-color: transparent;
}

    .inputgroup input:not(:placeholder-shown) ~ label,
    .inputgroup label {
        top: -9px;
        left: 10px;
        font-size: 12px;
    }

    .inputgroup input:disabled {
        background-color: #f3f4f6;
        color: #111928;
        cursor: not-allowed;
        border-color: #ccc;
    }

    .inputgroup input.error {
        border-color: #d32f2f;
    }

.inputgroup label {
    position: absolute;
    line-height: 18px;
    color: #111928;
    transition: 0.2s;
    pointer-events: none;
    margin-bottom: 0;
    padding: 0 6px;
    background-color: #f9fafb;
    font-weight: 400;
    border-radius: 4px;
}

.partners-group div,
.productcontainer:hover {
    background-color: #fff;
}

.inputgroup input:focus {
    border-color: #1976d2;
    outline: 0;
}

    .inputgroup input:focus::placeholder {
        color: transparent;
    }

.inputgroup input::placeholder {
    color: #9ca3af;
    font-weight: 500;
}

.inputgroup input:disabled ~ label {
    color: #111928;
}

.mobilenoisdcode {
    font-weight: 500;
    position: absolute;
    left: 14px;
    top: 12px;
    display: none;
}

.mobileisd .mobilenoisdcode {
    display: block;
}

.mobileisd.inputgroup input {
    padding-left: 52px;
}

.supportingtext {
    line-height: 18px;
    color: #1f2a37;
    padding-left: 22px;
    margin-top: 4px;
}

.error-text {
    font-size: 12px;
    color: #e02424;
    padding-left: 16px;
    margin-top: 4px;
}

.v-t {
    line-height: 16px;
    font-weight: 400;
    color: #707070;
    padding-left: 15px;
    margin-top: 6px;
}

.commonbtn {
    background-color: #1976d2;
    padding: 12px;
    border-radius: 4px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #fff !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 6px 0;
}

.products-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.products-container1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-top: 26px;
}

.products-container2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin-top: 26px;
}

.productcontainer {
    background-color: #f3f4f6;
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 12px;
    padding: 16px;
    text-align: left;
    border: 1px solid #e5e7eb;
    cursor: pointer;
}

.anchorproduct {
    color: #52525b;
}

.pc-text {
    font-size: 18px;
    line-height: 30px;
    color: #111928;
    font-weight: 500;
    margin-bottom: 4px;
}

.pc-text1 {
    font-size: 16px;
    line-height: 24px;
    color: #52525b;
    font-weight: 400;
    margin-bottom: 0;
}

.value-text {
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #111928;
    margin-bottom: 8px;
}

.value-text1 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    color: #4b5563;
    margin-bottom: 0;
}

.borderight {
    border-right: 1px solid #5aabff;
}

.whychooseil-text1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 600;
    color: #18181b;
    margin-bottom: 12px;
}

.whychooseil-text2 {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #52525b;
    margin-bottom: 0;
}

.chooseil {
    padding: 20px;
}

.partners-group div {
    width: 160px;
    height: 80px;
    padding: 10px;
    border-radius: 8px;
    margin: 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepagesbheading {
    font-size: 22px;
    line-height: 30px;
}

.font500 {
    font-weight: 500;
}

.testicarousel1 .testicontainer {
    height: 400px;
}
/* For iOS browsers (webkit) */
@supports (-webkit-touch-callout: none) {
    .digit {
        margin: -3px;
        width: 19px;
        overflow: hidden;
        font-size: 24px;
        line-height: 36px;
        font-weight: 600;
        color: #111928;
    }
}

@media only screen and (max-width: 1024px) {
    .awards .testicontainer {
        height: 360px;
    }

    .testicarousel1 .testicontainer {
        height: 440px;
    }

    .productcontainer {
        height: 180px;
    }

    .homepagesbheading {
        font-size: 18px !important;
    }

    .partners-group {
        grid-template-columns: repeat(3, 1fr) !important;
        display: flex !important;
        flex-wrap: wrap;
        justify-content: space-around;
    }
}

@media only screen and (max-width: 820px) {
    .testicarousel1 .carousel-item {
        background-color: #ffffff;
        border-radius: 12px;
        padding: 20px;
        text-align: left;
        height: 300px;
    }

    .productcontainer {
        height: 200px;
    }

    .section1 {
        padding: 56px 0px !important;
    }

    .promotionalbanner .promotioncontainer {
        height: 270px;
    }
}

.mobilecarouselpending {
    padding-bottom: 100px !important;
}

@media only screen and (max-width: 767px) {
    .productcontainer {
        height: auto;
    }

    .centeredaligncontent {
        justify-content: center;
    }

    .promotionalbanner .promotioncontainer {
        height: 390px;
    }

    .aligned {
        display: flex;
        align-items: center;
        height: 40px;
    }

    .mobilenoisdcode {
        font-size: 14px;
    }

    #carouselExampleIndicators3 .carousel-control-next, #carouselExampleIndicators3 .carousel-control-prev {
        top: 34px !important;
    }

    .testicarousel .carousel-indicators {
        bottom: -50px !important;
    }

    .sbi {
        background-position: -16px -462px !important;
    }

    .hdfc {
        background-position: -128px -462px !important;
    }

    .axisbank {
        background-position: -244px -462px !important;
    }

    .prefr {
        background-position: -366px -466px !important;
    }

    .indusind {
        background-position: -478px -460px !important;
    }

    .creditvidya {
        background-position: -806px -462px !important;
    }

    .kissht {
        background-position: -587px -844px !important;
    }

    .ramfincorp {
        background-position: -586px -778px !important;
    }

    .cashe {
        background-position: -690px -778px !important;
    }

    .stash {
        background-position: -690px -706px !important;
    }

    .anq {
        background-position: -806px -850px !important;
    }

    .ugro {
        background-position: -690px -850px !important;
    }

    .protium {
        background-position: -790px -710px !important;
    }

    .branch {
        background-position: -790px -782px !important;
    }

    .zype {
        background-position: -586px -708px !important;
    }

    .unity {
        background-position: -590px -912px !important;
    }

    .fibe {
        background-position: -586px -460px !important;
    }

    .moneyview {
        background-position: -918px -458px !important;
    }

    .yesbank {
        background-position: -14px -518px !important;
    }

    .federalbank {
        background-position: -127px -518px !important;
    }

    .lnt {
        background-position: -242px -518px !important;
    }

    .kreditbee {
        background-position: -362px -530px !important;
    }

    .fatakpay {
        background-position: -476px -530px !important;
    }

    .poonawala {
        background-position: -592px -530px !important;
    }

    .moneytap {
        background-position: -740px -520px !important;
    }

    .mpokket {
        background-position: -854px -520px !important;
    }

    .adityabirla {
        background-position: -14px -574px !important;
    }

    .amex {
        background-position: -128px -574px !important;
    }

    .bob {
        background-position: -242px -576px !important;
    }

    .ring {
        background-position: -367px -597px !important;
    }

    .smfg {
        background-position: -478px -597px !important;
    }

    .flexi {
        background-position: -592px -597px !important;
    }

    .olyv {
        background-position: -724px -592px !important;
    }

    .rbl {
        background-position: -14px -632px !important;
    }

    .icici {
        background-position: -128px -632px !important;
    }

    .idfc {
        background-position: -242px -630px !important;
    }

    .partners-group div {
        width: 106px;
        height: 44px;
        padding: 10px 6px;
    }

    .partners-group {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 0 10px !important;
    }

    .otp-input-container input {
        width: 40px !important;
        height: 40px !important;
        margin-right: 12px !important;
    }

    .tnc {
        width: 100% !important;
        margin-bottom: 24px !important;
    }

    .downloadappscanner,
    .pc-text1 {
        display: none !important;
    }

    .products-container,
    .products-container1 {
        grid-template-columns: repeat(2, 1fr);
    }

    .bordergmobile3::before,
    .bordergmobile4::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        width: 1px;
        transform: rotate(180deg);
    }

    .downloadappul li,
    .inputgroup input,
    .para3,
    .scancode-text,
    .whychooseil-text2 {
        font-size: 14px;
        line-height: 22px;
    }

    .homepageheading1 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 12px;
    }

    .para2 {
        font-size: 12px;
        line-height: 18px;
    }

    .mobile-indexbannerimage {
        width: 240px;
        height: auto;
    }

    .homepageheading2,
    .value-text {
        font-size: 20px;
        line-height: 30px;
    }

    .products-container1 {
        gap: 0;
    }

    .productcontainer1 {
        padding: 16px 14px;
    }

    .productcontainer {
        background-color: #fff;
        box-shadow: 0 2px 10px rgb(0 0 0 / 16%);
        height: 114px;
    }

    .pc-text {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
    }

    .value-text1 {
        font-size: 14px;
        line-height: 20px;
    }

    .bordergmobile1 {
        border-top: 1px solid;
        border-image: linear-gradient(to right, #f9fafb, #5aabff) 1 0 0 0;
    }

    .bordergmobile2 {
        border-top: 1px solid;
        border-image: linear-gradient(to left, #f9fafb, #5aabff) 1 0 0 0;
    }

    .bordergmobile3,
    .bordergmobile4 {
        position: relative;
        border-left: 1px solid transparent;
    }

        .bordergmobile3::before {
            background: linear-gradient(to top, #f9fafb, #5aabff);
        }

        .bordergmobile4::before {
            background: linear-gradient(to bottom, #f9fafb, #5aabff);
        }

    .borderight {
        border-right: none;
    }

    .whychooseil-text1 {
        font-size: 14px;
        line-height: 22px;
        margin-bottom: 8px;
    }

    .carousel-item {
        border: 1px solid #e5e7eb;
        border-radius: 16px;
        width: 100%;
        height: auto;
        padding: 24px 20px;
        text-align: left;
        background-color: #ffffff;
    }

    .testicarousel1 .carousel-item {
        height: 360px !important;
    }

    .testicontent {
        font-size: 14px !important;
        line-height: 22px !important;
    }

    .promotionalbanner .carousel-indicators .active,
    .testicarousel .carousel-indicators .active {
        width: 24px !important;
        height: 10px !important;
    }

    .promotionalbanner .carousel-indicators li,
    .testicarousel .carousel-indicators li {
        width: 10px !important;
        height: 10px !important;
    }

    .businessloan,
    .creditcard,
    .creditreport,
    .goldloan,
    .lamf,
    .personalloan,
    .smflloan {
        margin-bottom: 6px !important;
    }

    .promotionalbanner .carousel-item {
        padding: 0;
        border: 0;
    }

    .promotioncontainer {
        padding: 16px !important;
    }

    .promotionalbanner-text1 {
        font-size: 20px !important;
        line-height: 28px !important;
    }

    .promotionalbanner-text2 {
        font-size: 14px !important;
        line-height: 22px !important;
        margin-bottom: 18px !important;
    }

    .bannercommon-img,
    .bannercommon-img1 {
        margin-bottom: 18px;
        width: auto !important;
    }

    .bannercommon-img {
        height: 161px !important;
    }

    .bannercommon-img1 {
        height: 180px !important;
    }

    .downloadapp {
        width: 100% !important;
        height: auto !important;
    }

    .downloadappcontainer {
        display: flex;
        justify-content: space-between;
    }

    .securityicon {
        width: 98px !important;
        height: auto;
        margin-top: 26px !important;
    }
}

.centeredaligned {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.borderg1,
.borderg2 {
    border-top: 1px solid;
}

#hiddenDiv,
#hiddenDiv1 {
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.8s ease-in-out, transform 0.8s ease-in-out;
}

.borderg1 {
    border-image: linear-gradient(to right, #f9fafb, #5aabff) 1 0 0 0;
}

.borderg2 {
    border-image: linear-gradient(to left, #f9fafb, #5aabff) 1 0 0 0;
}

.borderg3,
.borderg4 {
    position: relative;
    border-left: 1px solid transparent;
}

    .borderg3::before {
        position: absolute;
        background: linear-gradient(to top, #f9fafb, #5aabff);
    }

    .borderg4::before {
        position: absolute;
        background: linear-gradient(to bottom, #f9fafb, #5aabff);
    }

.bg-lightskyblue,
.p-bnr2 {
    background-color: #ebf5ff;
}

.testicontainer {
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    width: 30%;
    height: auto;
    padding: 24px 20px;
    text-align: left;
    margin: 0 10px;
    display: inline-flex;
    flex-wrap: wrap;
    background-color: #ffffff;
}

.comma1,
.comma2 {
    height: 23px;
    display: block;
    width: 26px;
}

.testicontent {
    font-weight: 500;
    color: #111928;
    margin: 0;
}

.indexsprite {
    background-image: url(https://cdnwebapp.indialends.com/illive/images/homepage/indexsprite.svg);
}

.comma1 {
    background-position: -62px -61px;
    margin-bottom: 6px;
}

.comma2 {
    background-position: -94px -61px;
    margin-top: 6px;
    float: right;
    margin-bottom: 24px;
}

.greycircle {
    width: 72px;
    height: 72px;
    border-radius: 50%;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    overflow: hidden;
    margin-right: 10px;
}

.testiuser1,
.testiuser2 {
    display: block;
    width: 48px;
}

.testiuser1 {
    height: 59px;
    background-position: -185px -136px;
}

.testiuser2 {
    height: 63px;
    background-position: -5px -211px;
}

.testiuser3 {
    width: 48px;
    height: 59px;
    background-position: -116px -136px;
}

.testiuser4 {
    width: 48px;
    height: 59px;
    background-position: -252px -135px;
}

.half-star,
.star {
    height: 28px;
    display: block;
    width: 27px;
}

.testiusername {
    color: #374151;
    font-weight: 400;
    margin-bottom: 8px;
}

.star {
    background-position: -105px -210px;
}

.half-star {
    background-position: -139px -210px;
}

.redirecticon {
    width: 27px;
    height: 20px;
    background-position: -73px -137px;
    display: block;
}

.businessloan,
.creditcard,
.goldloan,
.lamf,
.dggold,
.jackpot,
.personalloan,
.smflloan {
    height: 41px;
    display: block;
    margin-bottom: 12px;
    width: 42px;
}

.dggold {
    background-position: -182px -222px;
}

.jackpot {
    background-position: -240px -222px;
}

.personalloan {
    background-position: -3px -4px;
}

.smflloan {
    background-position: -66px -4px;
}

.creditcard {
    background-position: -124px -4px;
}

.businessloan {
    background-position: -184px -4px;
}

.lamf {
    background-position: -252px -4px;
}

.goldloan {
    background-position: -306px -4px;
}

.creditreport {
    width: 42px;
    height: 43px;
    background-position: -12px -62px;
    display: block;
    margin-bottom: 12px;
}

.loanoptions,
.paperless,
.preapproved,
.trusted {
    height: 56px;
    display: block;
    margin: 0 auto 20px;
}

.preapproved {
    width: 42px;
    background-position: -143px -62px;
}

.paperless {
    width: 42px;
    background-position: -219px -63px;
}

.loanoptions {
    width: 42px;
    background-position: -296px -63px;
}

.trusted {
    width: 50px;
    background-position: -8px -139px;
}

.promotionalbanner .carousel-indicators li,
.testicarousel .carousel-indicators li {
    background-color: #d1d5db;
    background-clip: inherit;
    border: 0;
    width: 12px;
    height: 12px;
    border-radius: 40px;
    opacity: inherit;
}

.promotionalbanner .carousel-indicators .active,
.testicarousel .carousel-indicators .active {
    background-color: #1976d2;
    width: 26px;
    height: 12px;
}

.promotionalbanner .carousel-indicators,
.testicarousel .carousel-indicators {
    bottom: -50px;
}

.promotioncontainer {
    padding: 28px 48px;
    border-radius: 12px;
}

.p-bnr1 {
    background-color: #fff9e6;
}

.promotionalbanner-text1 {
    font-size: 28px;
    line-height: 40px;
    color: #111928;
    font-weight: 600;
    margin-bottom: 4px;
}

.promotionalbanner-text2 {
    font-size: 16px;
    line-height: 28px;
    color: #374151;
    font-weight: 500;
    margin-bottom: 18px;
}

.bannercommon-img {
    width: 190px;
    height: auto;
}

.bannercommon-img1 {
    width: 256px;
    height: auto;
}

.centeredaligncontent {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.arrow,
.trustedicon {
    display: inline-block;
}

.downloadapp {
    width: 188px;
    height: 56px;
}

.securityicon {
    width: 120px;
    height: auto;
    margin: 0 10px;
}

.securitycontent {
    font-weight: 600;
    color: #111928;
    margin: 12px 0 0;
}

.awardscontainer,
.downloadappscanner {
    font-weight: 500;
    background-color: #fff;
}

.awards .carousel-item {
    padding: 0 !important;
    border: none !important;
    border-radius: 16px;
    overflow: hidden;
}

.awards .testicontainer {
    padding: 0 !important;
    border: 1px solid #E5E7EB;
    background-color: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.awardscontainer {
    padding: 20px;
    height: 150px;
}

.trustedicon {
    background-position: -71px -213px;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
}

.downloadappscanner {
    position: fixed;
    bottom: 10%;
    right: 82px;
    border: 1.5px solid #e5e7eb;
    width: 116px;
    border-radius: 14px;
    padding: 12px;
    font-size: 12px;
    line-height: 14px;
    color: #131313;
    text-align: center;
    z-index: 9999;
}

.downloadappul {
    margin: 0;
    padding-left: 20px;
}

    .downloadappul li {
        font-weight: 400;
        color: #374151;
    }

.scancode-text {
    font-size: 18px;
    line-height: 28px;
    color: #111928;
    font-weight: 600;
    margin-bottom: 12px;
}

.downloadscanimage {
    width: 160px;
    height: auto;
}

#carouselExampleIndicators3 .carousel-control-next,
#carouselExampleIndicators3 .carousel-control-prev {
    width: 48px;
    height: 48px;
    color: #ffffff;
    border-radius: 50%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    position: relative;
    margin: 0 10px;
    top: 24px;
    background-color: #1976D2;
    border-color: transparent;
    opacity: inherit;
}

#carouselExampleIndicators3 .carousel-control-next-icon,
#carouselExampleIndicators3 .carousel-control-prev-icon {
    background-image: none;
    display: contents;
}

#carouselExampleIndicators3 .carousel-control-next:focus,
#carouselExampleIndicators3 .carousel-control-next:hover,
#carouselExampleIndicators3 .carousel-control-prev:focus,
#carouselExampleIndicators3 .carousel-control-prev:hover {
    background-color: #1976d2;
    border-color: #fff;
}

.arrow {
    border: solid #ffffff;
    border-width: 0 3px 3px 0;
    padding: 3px;
}

.right {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.left {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.cibillogo {
    width: 38px;
    height: auto;
}

.bob,
.ramfincorp {
    height: 44px;
    display: block;
}

.adityabirla,
.amex,
.axisbank,
.branch,
.cashe,
.creditvidya,
.fatakpay,
.federalbank,
.fibe,
.flexi,
.hdfc,
.icici,
.idfc,
.indusind,
.instamoney,
.kissht,
.kreditbee,
.lnt,
.moneytap,
.moneyview,
.mpokket,
.olyv,
.poonawala,
.prefr,
.protium,
.rbl,
.ring,
.sbi,
.smfg,
.stash,
.unity,
.tatacapital,
.yesbank,
.ugro,
.zype {
    width: 136px;
    height: 48px;
    display: block;
}

.lendersprite {
    background-image: url(https://cdnwebapp.indialends.com/illive/images/homepage/lendersprite.svg);
}

.yesbank {
    background-position: -528px -1px;
}

.federalbank {
    background-position: -706px 0;
}

.axisbank {
    background-position: -352px 0;
}

.protium {
    background-position: -340px -796px;
}

.flexi {
    background-position: -882px -310px;
}

.lnt {
    background-position: -872px 0;
}

.adityabirla {
    background-position: 0 -103px;
}

.moneytap {
    background-position: -12px -378px;
}

.creditvidya {
    background-position: -168px -378px;
}

.branch {
    background-position: -10px -905px;
}

.unity {
    background-position: -175px -885px;
}

.cashe {
    background-position: -170px -802px;
}

.smfg {
    background-position: -706px -306px;
}

.kreditbee {
    background-position: -6px -310px;
}

.fatakpay {
    background-position: -172px -310px;
}

.poonawala {
    background-position: -352px -310px;
}

.ring {
    background-position: -544px -304px;
}

.icici {
    background-position: -704px -102px;
}

.sbi {
    background-position: -5px 0;
}

.idfc {
    background-position: -884px -104px;
}

.hdfc {
    background-position: -174px 0;
}

.indusind {
    background-position: -172px -203px;
}

.tatacapital {
    background-position: -372px -304px;
}

.fibe {
    background-position: -352px -206px;
}

.prefr {
    background-position: -530px -206px;
}

.instamoney {
    background-position: -810px -302px;
}

.zype {
    background-position: -342px -876px;
}

.bob {
    width: 128px;
    background-position: -350px -104px;
}

.mpokket {
    background-position: -22px -203px;
}

.olyv {
    background-position: -704px -202px;
}

.ramfincorp {
    width: 136px;
    background-position: -171px -718px;
}

.stash {
    background-position: -342px -718px;
}

.ugro {
    background-position: -12px -812px;
}

.anq {
    background-position: -492px -733px;
    width: 60px;
    height: 60px;
}

.kissht {
    background-position: -10px -722px;
}

.rbl {
    background-position: -526px -104px;
}

.moneyview {
    background-position: -884px -202px;
}

.amex {
    background-position: -174px -103px;
}

.otp-input-container {
    display: flex;
}

    .otp-input-container input {
        width: 48px;
        height: 48px;
        border: 1px solid #111928;
        border-radius: 8px;
        margin-right: 24px;
        background-color: transparent;
        margin-top: 12px;
        margin-bottom: 12px;
    }

.tnc {
    background: #e6f0ff;
    padding: 10px;
    border-radius: 8px;
    width: 90%;
    margin-bottom: 12px;
}

.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}

.custom-control-input {
    position: absolute;
    left: 0;
    z-index: -1;
    width: 1rem;
    height: 1.25rem;
    opacity: 0;
}

.tnc .custom-checkbox .custom-control-label {
    color: #1f2a37;
    line-height: 18px;
    font-size: 12px;
    padding-top: 0;
    font-weight: 400;
}

.custom-control-label {
    position: relative;
    margin-bottom: 0;
    vertical-align: top;
}

.tnc .small-scroll {
    height: 50px;
    overflow: auto;
}

.small-scroll {
    overflow-y: auto;
}

    .small-scroll::-webkit-scrollbar {
        width: 0.3rem;
    }

        .small-scroll::-webkit-scrollbar:horizontal {
            height: 0.8rem;
        }

    .small-scroll::-webkit-scrollbar-thumb {
        background: #2c406e;
        border-radius: 1rem;
    }

    .small-scroll::-webkit-scrollbar-track {
        padding: 0.5rem;
    }

.partners-group {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 0 10px;
}

.digit,
.odometer {
    display: inline-block;
    height: 1.5em;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
    background-color: #E5E7EB !important;
}

    .disabled .arrow {
        border: solid #000000;
        border-width: 0 3px 3px 0;
    }

.odometer {
    width: 100%;
    color: #00aeef;
    text-align: center;
}

.digit {
    margin: -3px;
    width: 17px;
    overflow: hidden;
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
    color: #111928;
}

    .digit:first-child {
        border-left: none;
    }

.digit-container.digit-thousand {
    -webkit-animation: 2s slide;
    animation: 2s slide;
}

.digit-container.digit-hundred {
    -webkit-animation: 4s ease-out slide;
    animation: 4s ease-out slide;
}

.digit-container.digit-ten {
    -webkit-animation: 4s ease-in-out slide;
    animation: 4s ease-in-out slide;
}

.digit-container.digit-one {
    -webkit-animation: 3s linear slide;
    animation: 3s linear slide;
}

@-webkit-keyframes slide {
    0% {
        -webkit-transform: translateY(-10em);
    }

    40% {
        transform: translateY(0);
    }

    s 100% {
        -webkit-transform: translateY(0);
    }
}

@keyframes slide {
    0% {
        transform: translateY(-10em);
    }

    100%, 40% {
        transform: translateY(0);
    }
}

@media only screen and (max-width: 768px) {
    .awards .carousel-item {
        border: 1px solid #E5E7EB !important;
        text-align: left;
    }
}

@media only screen and (max-width: 820px) {
    .awards .carousel-item {
        border: 1px solid #E5E7EB !important;
        text-align: left;
    }

    .digit {
        font-size: 20px;
        line-height: 30px;
    }
}

/* Hide spinner in Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Hide spinner in Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.device-tnc {
    background: #e6f0ff;
    padding: 10px;
    border-radius: 0.8rem;
}

.device-sub-txt1 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 28px;
}

.device-sub-txt2 {
    font-size: 15px !important;
    font-weight: 600 !important;
}

.device-logout-btn {
    background-color: #1976d2;
    color: #fff !important;
    display: block;
    width: 100%;
    max-width: 349px;
    height: 38px;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}
.small-scroll span {
    color: #1976d2;
    cursor: pointer;
    font-weight: 500;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal .modal-content .modal-header {
    padding: 15px;
    background-color: #edf0f7;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    margin-bottom: 1rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
.modal .modal-content .modal-header h3 {
    font-weight: 600;
    color: #3c374d;
    font-size: 16px;
}
.modal-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(.3rem - 1px);
    border-top-right-radius: calc(.3rem - 1px);
}


#CRIFhigmark.fade .modal-dialog, #CibilModel.fade .modal-dialog, #CommunicationConsent.fade .modal-dialog, #experianterms.fade .modal-dialog, #otpModal.fade .modal-dialog {
    transform: translate3d(0,100vh,0)
}

#CRIFhigmark.show .modal-dialog, #CibilModel.show .modal-dialog, #CommunicationConsent.show .modal-dialog, #experianterms.show .modal-dialog, #otpModal.show .modal-dialog {
    transform: translate3d(0,0,0)
}
.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: .3rem;
    outline: 0;
}
.pop-up 
{
    margin-top: 57px;
}
.policy {
    color: #1976d2 !important;
    font-weight: 500;
}
.consent-sm {
    text-decoration: none;
    cursor: pointer;
}

.consent-sm:hover {
    text-decoration: underline;
}

/*CSS for Experian image in _Banner 20/06/2025 */

.poweredcontent {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .poweredcontent .trustedicon {
        top: 0px !important;
    }

.poweredimg {
    margin: 0px 4px;
}

.cibillogo {
    width: 38px;
    height: auto;
}

@media only screen and (max-width: 768px) {
    .poweredcontent {
        font-size: 11px;
    }

    .poweredimg {
        margin: 0px 2px;
    }

    .credit-top-content {
        margin: 0;
        padding: 0;
    }
}

@media (min-width: 768px) and (max-width: 820px) {
       .credit-top-content {
            padding: 50px 10px 25px 10px;
    }
    .poweredcontent {
        font-size: 12px;
    }
}
/*End*/