* {
    font-family: Inter;
}

.credit-card-home {
    padding: 50px 0;
}

/* CC Banner */
.cc-banner {
    padding-bottom: 50px;
}

.cc-banner h1 {
    font-weight: 800;
    font-size: 48px;
    line-height: 58px;
    letter-spacing: -0.0124em;
    color: #43973A;
}

.cc-banner h6 {
    font-weight: 400;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: -0.0124em;
    color: #323649;
}

.cc-features {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 30px;
    gap: 20px;
}

.cc-features .feat {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.cc-features .feat p {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    color: #27364B;
    margin-bottom: 0;
}

.cc-features .feat img {
    margin-top: 5px;
}

.cc-bank-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
    max-width: 90%;
    width: 100%;
}

/* CC Banner End */
/* MD Form */
.form-md {
    background: #F4F9F4;
    border-top: 1px solid #E3E3E3;
    margin: 30px 0;
    padding: 30px 0;
}

.custom-tab-menu ul {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style-type: none;
    background: #F4F9F4;
    border-bottom: 1px solid #E3E3E3;
    padding-left: 0;
}

.custom-tab-menu ul li .tab-btn {
    padding: 20px;
    border: 0;
    background: transparent;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #64748B;
    position: relative;
    min-width: 330px;
}

.custom-tab-menu ul li .tab-btn:hover,
.custom-tab-menu ul li .tab-btn:focus,
.custom-tab-menu ul li .tab-btn:active {
    outline: none;
    box-shadow: none;
}

.custom-tab-menu ul li .tab-btn::after {
    content: "";
    background: transparent;
    border-radius: 9px;
    height: 5px;
    width: 100%;
    position: absolute;
    bottom: -3px;
    left: 0;
}

.custom-tab-menu ul li .tab-btn.active {
    font-weight: 600;
    color: #1E2A3B;
}

.custom-tab-menu ul li .tab-btn.active::after {
    background: #4EB543;
}

.cu-tab-content .tab-content {
    display: none;
}

.cu-tab-content .tab-content.active {
    display: block;
}

.tab-content {
    padding: 30px 0;
}

.tab-content h4 {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.0124em;
    color: #27364B;
    margin: 0;
}

.tab-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: capitalize;
    color: #64748B;
}

.tabCardtabL .ui-selectmenu-button {
    background: #F6F8FC;
    border: 1px solid #CBD4E1;
    border-radius: 22px;
    height: 36px;
    padding: 6px 15px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

a,
a:hover,
a:focus,
a:active {
    color: #4EB543;
    font-weight: 700;
    text-decoration: none;
    outline: none;
    box-shadow: none;
}

.prefix {
    position: absolute;
    top: 47px;
    left: 10px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
}

.mob-prefix {
    padding-left: 36px;
}

.cibil-terms {
    z-index: 99999;
}

.cibil-terms .modal-body {
    max-height: 80vh;
    overflow-y: auto;
}

.cardHeader .form-group label {
    color: #4EB543;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 0;
}

.cardHeader .form-group .check-field {
    margin: 0;
}

.cardHeader .form-group {
    margin-bottom: 0;
}

.cardHeader input[type=checkbox]+i:before {
    border: 1px solid #4EB543;
    top: -1px;
}

.card-tab-menu ul {
    list-style-type: none;
    padding-left: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
    overflow-x: auto;
}

.card-tab-menu ul::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: transparent;
}

.card-tab-menu ul::-webkit-scrollbar {
    height: 5px;
    background-color: transparent;
}

.card-tab-menu ul::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: transparent;
}

.card-tab-menu ul li .tab {
    background: #FFFFFF;
    border: 1px solid #CBD4E1;
    border-radius: 22px;
    height: 36px;
    padding: 6px 15px;
    white-space: nowrap;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
    cursor: pointer;
}

.card-tab-menu ul li .tab.active {
    background: #4EB543;
    border: 1px solid #4EB543;
    color: #F4F9F4;
}

.card-box {
    background: #FFFFFF;
    border: 1px solid #E2E8F0;
    border-radius: 4px;
    padding: 22px 24px;
    margin-top: 20px;
}

.card-box:hover,
.card-box:focus,
.card-box:active {
    box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.09);
}

.card-box h4 {
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.008em;
    color: #1E2A3B;
    margin-bottom: 20px;
}

.card-box .card-sec-1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.card-box .card-sec-1>div img {
    /*    max-width: 200px;*/
    width: 200px;
}

.card-box .card-sec-1 .apply-outline-btn {
    border: 1px solid #4EB543;
    border-radius: 3px;
    padding: 8px 16px;
    min-width: 120px;
    height: 36px;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    text-align: center;
    color: #4EB543;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    background: #ffffff;
}

.card-box .card-sec-1 .apply-outline-btn:hover,
.card-box .card-sec-1 .apply-outline-btn:focus,
.card-box .card-sec-1 .apply-outline-btn:active {
    background: #4EB543;
    color: #ffffff;
    outline: none;
    box-shadow: none;
}

.card-box h6 {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.008em;
    color: #1E2A3B;
}

.card-box .hightlight-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.008em;
    color: #27364B;
    margin-bottom: 5px;
    min-height: auto;
}

.card-box .neutral-text {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.008em;
    color: #64748B;
    min-height: auto;
}

.card-box ul {
    list-style-type: disc;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    gap: 0;
}

.card-box ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.008em;
    color: #475569;
}

.card-scroll-slider {
    max-height: 160px;
    overflow: auto;
}

.card-scroll-slider::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #FFFFFF;
}

.card-scroll-slider::-webkit-scrollbar {
    width: 5px;
    background-color: #FFFFFF;
}

.card-scroll-slider::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4EB543;
}

.green-tick-list {
    list-style-type: none;
    padding-left: 25px;
}

.green-tick-list li {
    position: relative;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #475569;
}

.green-tick-list li::before {
    content: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.7101 1.20992C14.6171 1.11619 14.5065 1.0418 14.3846 0.99103C14.2628 0.940262 14.1321 0.914124 14.0001 0.914124C13.8681 0.914124 13.7374 0.940262 13.6155 0.99103C13.4936 1.0418 13.383 1.11619 13.2901 1.20992L5.84007 8.66992L2.71007 5.52992C2.61355 5.43668 2.49961 5.36337 2.37475 5.31417C2.2499 5.26496 2.11657 5.24083 1.98239 5.24315C1.84821 5.24547 1.7158 5.2742 1.59273 5.32769C1.46965 5.38119 1.35831 5.4584 1.26507 5.55492C1.17183 5.65144 1.09852 5.76538 1.04932 5.89024C1.00011 6.01509 0.975981 6.14842 0.978302 6.2826C0.980624 6.41678 1.00935 6.54919 1.06285 6.67227C1.11634 6.79535 1.19355 6.90668 1.29007 6.99992L5.13007 10.8399C5.22303 10.9337 5.33364 11.008 5.4555 11.0588C5.57735 11.1096 5.70806 11.1357 5.84007 11.1357C5.97208 11.1357 6.10279 11.1096 6.22465 11.0588C6.34651 11.008 6.45711 10.9337 6.55007 10.8399L14.7101 2.67992C14.8116 2.58628 14.8926 2.47263 14.948 2.34613C15.0034 2.21963 15.032 2.08302 15.032 1.94492C15.032 1.80682 15.0034 1.67022 14.948 1.54372C14.8926 1.41722 14.8116 1.30356 14.7101 1.20992V1.20992Z' fill='%234EB543'/%3E%3C/svg%3E");
    position: absolute;
    left: -22px;
    top: 3px;
}

.bg-cugray {
    background: #FBFBFB;
}

.tab-list-types-cards .tab-card>div {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
    padding-bottom: 30px;
    cursor: pointer;
    width: 100%;
    border-right: 1px solid #E3E3E3;
}

.tab-list-types-cards .tab-card.active {
    border-right: 3px solid #4EB543;
}

.tab-list-types-cards .tab-card .tab-heading {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
}

.tab-list-types-cards .tab-card .tab-heading span:first-child {
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.008em;
    color: #1E2A3B;
}

.tab-list-types-cards .tab-card.active .tab-heading span:first-child {
    font-weight: 600;
}

.tab-list-types-cards .tab-card .tab-heading span:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06px;
    color: #64748B;
}

.tab-content-types-cards .tab-content {
    padding: 0;
    display: none;
}

.tab-content-types-cards .tab-content.active {
    display: block;
}

.tab-content-types-cards .tab-content h3 {
    font-weight: 500;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: -0.0124em;
    color: #43973A;
    margin-bottom: 15px;
}

.tab-content-types-cards .tab-content p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #475569;
}

.tab-content-types-cards .tab-content ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #272A39;
    margin-bottom: 3px;
}

/* FAQ */
.faq-accordin {
    border: 1px solid #E2E8F0;
    border-radius: 6px;
    background: #fff;
    padding: 24px;
    cursor: pointer;
    margin-top: 20px;
}

.faq-accordin.active {
    background: #FBFBFB;
}

.faq-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 26px;
}

.faq-header .question {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #27364B;
}

.faq-body {
    padding-top: 18px;
}

.faq-body p {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #64748B;
    margin: 0;
}


/* MD Form End*/


/* articles */
.sec-card {
    position: relative;
    width: 100%;
    display: block;
}

/* Blog Section */
.blog-section {
    padding: 50px 0;
    background: #FFFFFF;
}

.blog-heading-box {
    margin-bottom: 50px;
}

.blog-heading-box,
.blog-heading-box a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.card-content {
    padding-top: 20px;
}

.card-content h4 {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06px;
    color: #27364B;
    margin-bottom: 10px;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-content p {
    font-weight: 400;
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.08px;
    color: #64748B;
    min-height: 70px;
}

.blog-card img {
    width: 100%;
    height: auto;
    max-width: 100%;
}

.cust-blogs-row {
    display: flex;
    flex-wrap: unset;
    justify-content: flex-start;
    align-items: center;
    overflow-y: auto;
}

.cust-blogs-row,
.pl-bank-logos-md {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.cust-blogs-row::-webkit-scrollbar,
.pl-bank-logos-md::-webkit-scrollbar {
    display: none;
}

/* Blog End */
.content-md {
    display: none !important;
}

.owl-carousel .owl-item img {
    display: block;
    max-width: 100% !important;
    width: auto !important;
}



/* sticky sec css start */
.stickySecWrapper {
    display: none;
}

.stickySec {
    box-shadow: 0px 0px 16px 0px #00000017;
    background-color: #EAFBE7;
    border: 1px solid #B8E1B4;
    margin-top: -60px;

}

.stickyBar {
    position: -webkit-sticky;
    /* For Safari */
    position: sticky;
    top: 60px;
    /* Stick the element to the top of the viewport */
    z-index: 9;
    /* Ensure it's above other content if necessary */
    /* Additional styling as needed */
    width: 100%;
    left: 0px;
}

.stickySec .leftSec {
    background-color: #D2EDCF;
    padding: 18px 0px 18px 15px;
}

.stickySec .leftSec span {
    font-size: 12px;
    font-weight: 500;
    color: #64748B;
}

.stickySec .leftSec span:first-child {
    font-size: 16px;
    font-weight: 600;
    color: #27364B;
}


.PolygonShape {
    position: absolute;
    right: -13px;
    top: 50%;
    transform: translate(0, -50%);
}

.cardListWrapper {
    font-size: 14px;
    font-weight: 500;
    text-align: left;
    height: 100%;
    align-content: center;
}

.cardListWrapper li {
    max-width: 30%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: relative;
    padding-right: 15px;
}


.cardListWrapper li img {
    position: absolute;
    right: 0px;
    top: 50%;
    transform: translate(0, -50%);
    cursor: pointer;
}

.btnWrapper {
    height: 100%;
    align-content: center;
}

.stickySec .compairBtn {
    font-size: 13px;
    font-weight: 600;
    text-align: center;
    background-color: #FF6C1A;
    padding: 10px 24px;
    border: none;
    border-radius: 3px;
    color: #fff;
    text-transform: uppercase;
}

/* sticky sec css end */
.border-right-11 {
    border-right: 1px solid #ddd;
}

@media (max-width: 991.98px) {
    .stickySec .leftSec span:first-child {
        display: block;
    }

    .credit-card-home {
        padding: 63px 0;
    }

    .cc-banner {
        padding: 30px 0;
    }

    .cc-banner h1 {
        font-size: 34px;
        line-height: 44px;
        margin-bottom: 0;
    }

    .cc-banner h6 {
        font-size: 16px;
        line-height: 28px;
    }

    .cc-features {
        margin-top: 20px;
        gap: 10px;
        flex-wrap: wrap;
        flex-direction: column;
    }

    .cc-features .feat {
        align-items: center;
    }

    .cc-features .feat p {
        margin-top: 5px;
    }

    .cc-bank-logos-md {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 25px;
        overflow-x: auto;
        padding: 0 15px 20px 15px;
    }

    .custom-tab-menu ul li {
        width: 33.3%;
    }

    .custom-tab-menu ul li .tab-btn {
        min-width: 100%;
        min-height: 82px;
    }

    .card-box .card-sec-1 {
        margin-bottom: 20px;
        border-right: 0;
    }

    .card-result .card-box .card-content>.row {
        gap: 15px;
    }

    .card-result .card-box .card-content>.row .col-12 {
        border-bottom: 1px solid #E2E8F0;
    }

    .card-result .card-box .card-content>.row .col-12:last-child {
        border-bottom: 0;
    }

    .tab-list-types-cards .tab-card {
        border-right: unset;
        border-left: 1px solid #E3E3E3;
        padding-left: 15px;
    }

    .tab-list-types-cards .tab-card.active {
        border-right: unset;
        border-left: 3px solid #4EB543;
        flex-direction: column;
        gap: 0;
        padding-bottom: 0;
    }

    .tab-content-types-cards,
    .tab-list-types-cards .tab-card .tab-heading span+span {
        display: none !important;
    }

    .tab-list-types-cards .tab-card.active .content-md {
        display: block !important;
    }

    .tab-list-types-cards .tab-card {
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        gap: 20px;
        padding-bottom: 30px;
        cursor: pointer;
        width: 100%;
        border-right: 1px solid #E3E3E3;
    }

    .tab-list-types-cards .tab-card>div {
        padding-bottom: 0;
    }

    .tab-list-types-cards .tab-card.active>div {
        padding-bottom: 30px;
    }

    .owl-carousel .owl-item img {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .cc-banner h1 {
        font-weight: 700;
        font-size: 24px;
        line-height: 36px;
        margin-bottom: 0;
    }

    .cc-banner h6 {
        font-size: 14px;
        line-height: 20px;
        font-weight: 500;
    }

    .faq-accordin {
        padding: 15px;
        margin-top: 15px;
    }

    .faq-body {
        padding-top: 15px;
    }

    .blog-heading-box h3 {
        font-size: 18px;
    }

    .blog-heading-box {
        margin-bottom: 30px;
    }

    .blog-section {
        padding: 0 0 50px 0;
    }

    .custom-tab-menu ul li .tab-btn {
        padding: 10px;
        font-size: 11px;
        line-height: 18px;
    }

    .tab-content h4 {
        font-size: 16px;
        line-height: 26px;
    }

    .tab-content p {
        font-size: 13px;
        line-height: 24px;
    }

    .card-box {
        padding: 20px;
    }

    .card-box h4 {
        text-align: center;
    }

    .card-box .card-sec-1 {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .card-box .card-sec-1>div:first-child {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
    }

    .card-content {
        padding-top: 10px;
    }

    .card-box h6 {
        font-size: 14px;
        line-height: 24px;
        text-align: left;
    }

    .card-box .neutral-text,
    .card-box ul li {
        font-size: 13px;
    }

    .content-secction p,
    .content-secction ul li {
        font-size: 13px;
        line-height: 24px;
    }

    .tab-list-types-cards .tab-card .tab-heading span:first-child {
        font-size: 14px;
        line-height: 24px;
    }

    #filterForm .btns button.submitBtn {
        width: 36px;
        height: 36px;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 25px;
    }

    .border-right-11 {
        border-right: none;
    }

}

@media (max-width: 575.98px) {
    .cc-bank-logos-md {
        justify-content: flex-start;
    }

    .cardListWrapper li {
        max-width: 100%;
        text-align: center;
        padding: 0px 14px;
    }

    .cardListWrapper li img {
        right: 5px;
    }

}




/* ========== new filtre form css start ================ */
#filterForm .form-control,
#filterForm .ui-selectmenu-button,
#filterForm .ui-selectmenu-button:hover,
#filterForm .ui-selectmenu-button:focus,
#filterForm .ui-selectmenu-button:active {
    height: 36px;
}

#filterForm .btns button {
    background-color: #4EB543;
    border-radius: 3px;
    border: none;
    width: 100%;
    height: 36px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

#filterForm .btns .spinnerBtn {
    display: none;
}

.otherFilters {
    border: 1px solid #4EB543;
    background-color: #fff;
    border-radius: 3px;
    width: 100%;
    height: 36px;
    font-weight: 600;
    font-size: 13px;
    text-transform: uppercase;
    line-height: 20px;
    text-align: center;
    color: #4EB543;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.otherFilters span {
    padding: 0px 8px;
}

.newHeading {
    font-size: 20px;
    font-weight: 600;
}

.newHeading strong {
    color: #43973A;
}

/* ========== new filtre form css end ================ */
.card-tab-menu ul {
    display: none;
    flex-wrap: wrap;
}

.has-error .help-block {
    display: block;
    font-size: 12px;
    color: red;

}

.has-error.incomeWrapper .help-block {
    display: block;
    font-size: 12px;
    color: red;
    position: absolute;
    left: 0px;
    top: 36px;
    width: 100%;
    border: 0px;
    text-wrap: nowrap;
}

@media (max-width: 575.98px) {
    .content-heading {
        line-height: 26px;
        font-size: 14px;
        font-weight: 600;
    }

}

.switchBox .form-switch .form-check-input {
    width: 37px;
    height: 23px;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.switchBox label {
    padding-left: 5px;
}

.switchBox .form-check-input {
    box-shadow: none;
    background-color: #AEB3C0;
    border-color: #AEB3C0;

}

.switchBox .form-check-input:checked {
    background-color: #4EB543;
    border-color: #4EB543;
}

.switchBox input[type=checkbox]:checked,
.switchBox input[type=checkbox]:not(:checked) {
    opacity: 1;
}

.mobileBtnsNcheckbox .w-40 {
    width: 40%;
    justify-content: flex-start;
}

.mobileBtnsNcheckbox .w-60 {
    width: 60%;
}

.mobileBtnsNcheckbox .apply-outline-btn {
    color: #fff !important;
    background-color: #4EB543 !important;
    text-transform: uppercase;
}

.mobileBtnsNcheckbox input[type=checkbox]+i:before {
    border: 1px solid #4EB543;
}

.mobileBtnsNcheckbox .form-group label {
    color: #4EB543;
    display: flex;
    align-items: center;
}

.mobileBtnsNcheckbox input[type=checkbox]+i {
    padding-right: 0px;
}