.personal-loan-home {
    padding: 50px 0;
}

/* PL Banner */
.pl-banner {
    padding-bottom: 50px;
}

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

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

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

.alert {
    padding: 15px;
    margin: 10px 0;
    border-radius: 5px;
    font-weight: bold;
}

.alert-success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

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

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

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

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

/* Pl Form */
.pl-form {
    background: #FBFBFB;
    border-top: 1px solid #E3E3E3;
    padding: 50px 0;
}

.pl-form h3 {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.0124em;
    color: #27364B;
}

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

a {
    color: #4EB543;
    text-decoration: none;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    text-transform: none;
}

a:hover,
a:focus,
a:active {
    text-decoration: underline;
    outline: none;
    color: #4EB543;
    border: 0;
}
.logosClientdesk .item {
    display: flex;
    align-items: center;
    height: 80px;
    object-fit: contain;
}
.logosClientdesk .item img{
    max-width: 100px;
    max-height: 90px;
    object-fit: contain;
    align-content: center;
}
/* Content Section */
.content-secction {
    padding: 50px 0 0 0;
}

.content-secction p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #475569;
}

.interest-card h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: -0.0124em;
    color: #1E2A3B;
    margin-bottom: 30px;
}

.interest-card .interest-note {
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    letter-spacing: -0.0032em;
    color: #000000;
    text-align: right;
}

.interest-card-body {
    background: #FFFFFF;
    border: 1px solid #F1F4F9;
    border-radius: 4px;
    padding: 20px;
    margin-top: 20px;
}

.interest-card-body:hover,
.interest-card-body:focus,
.interest-card-body:active {
    box-shadow: 0px 0px 16px rgb(0 0 0 / 9%);
}

.interest-card-body .upper-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0 15px 0;
    border-bottom: 1px solid #E2E8F0;
}

.interest-card-body .bank-details {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-width: 200px;
}

.interest-card-body .bank-details .bankLogo {
    max-width: 90px;
    width: auto;
}

.interest-card-body .bank-details .bankName {
    font-weight: 500;
    font-size: 16px;
    line-height: 26px;
    letter-spacing: -0.008em;
    color: #14142B;
    flex-grow: 1;
    flex-shrink: 0;
}

.interest-card-body .content-sec {
    padding: 30px 12px 20px 12px;
    gap: 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    background: #FFFFFF;
}

.interest-card-body .content-sec .details {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    width: 20%;
}

.interest-card-body .content-sec .details span:first-child {
    font-weight: 400;
    font-size: 13px;
    line-height: 20px;
    letter-spacing: -0.0032em;
    color: #64748B;
    margin-bottom: 5px;
}

.interest-card-body .content-sec .details span:last-child {
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #1E2A3B;
}

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

.applynow-outline-btn:hover,
.applynow-outline-btn:focus,
.applynow-outline-btn:active {
    border: 1px solid #4EB543;
    color: #ffffff;
    background-color: #4EB543;
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.compare-interest-rate-sec {
    background: #F4F9F4;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    padding: 30px;
    margin-top: 100px;
}

.compare-interest-rate-sec h2 {
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    letter-spacing: -0.0124em;
    color: #27364B;
}

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

.cust-mar {
    margin-top: 34px;
}

.interest-rate-table {
    background: #FFFFFF;
    border: 1px solid #E7E7ED;
    border-radius: 4px;
}

.interest-rate-table table {
    margin-bottom: 0;
    caption-side: bottom;
    border-collapse: collapse;
    vertical-align: top;
    width: 100%;
}

.interest-rate-table table thead {
    background: #EAFBE7;
    box-shadow: inset 0px -1px 0px #e7e7ed;
}

.interest-rate-table table tr th,
.interest-rate-table table tr td {
    padding: 15px 12px;
    text-align: left;
}

.interest-rate-table table thead tr th {
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    color: #272833;
}

.interest-rate-table table tr td {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    color: #272833;
    vertical-align: top;
}

.interest-rate-table table tbody tr {
    border-bottom: 1px solid #E2E8F0;
}

.interest-rate-table table tbody tr:last-child {
    border-bottom: 0;
}

.custom-margn {
    margin-top: 34px;
}

/* 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;
}

/* 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 */
.cibil-terms {
    max-height: 75vh;
    overflow-x: auto;
}

.cibil-terms::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #FFFFFF;
}

.cibil-terms::-webkit-scrollbar {
    width: 5px;
    background-color: #FFFFFF;
}

.cibil-terms::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #4EB543;
}

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

.btns button {
    background-color: #4eb543;
    padding: 11px 0;
    width: 100%;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border-radius: 3px;
    outline: none;
    border: none;
    box-shadow: none;
    margin: auto;
}

.btns button img {
    margin-left: 10px;
}

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

.spinner-border {
    height: 1rem;
    width: 1rem;
}

.spinnerBtn {
    display: none;
}


@media (max-width: 991.98px) {
    .personal-loan-home {
        padding: 63px 0;
    }

    .pl-banner {
        padding: 80px 0 30px 0;
    }

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

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

    .pl-features {
        margin-top: 20px;
        gap: 10px;
        flex-wrap: wrap;
    }

    .interest-card-body .content-sec {
        flex-wrap: wrap;
    }

    .interest-card-body .content-sec .details {
        width: calc(50% - 20px);
    }

    .interest-card-body .content-sec .details:last-child {
        width: 100%;
    }

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

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

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

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

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

    .md-form {
        padding-top: 20px;
    }

    .pl-form h3 {
        font-size: 16px;
        line-height: 32px;
        margin-bottom: 0;
    }

    .pl-form p {
        font-size: 13px;
        line-height: 21px;
    }

    .pl-form {
        padding: 30px 0;
    }

    .interest-card .interest-note {
        text-align: left;
    }

    .interest-card h3 {
        font-size: 18px;
        margin-bottom: 15px;
    }

    .compare-interest-rate-sec {
        padding: 20px;
        margin-top: 30px;
    }

    .w-20,
    .w-40 {
        width: auto !important;
        white-space: nowrap;
    }

    .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;
    }
}

@media (max-width: 399.98px) {
    .interest-card-body .upper-section {
        flex-direction: column;
    }
}

@media (max-width: 567.98px) {
    .interest-card-body .bank-details .bankName {
        flex-grow: 0;
        flex-shrink: 1;
    }
    .interest-card-body .bank-details{
        margin-bottom: 10px;
    }
}

@media (max-width: 374.98px) {
    .pl-form h3 {
        font-size: 15px;
    }

    .pl-form p {
        font-size: 12px;
    }

    .compare-interest-rate-sec h2 {
        font-size: 15px;
    }
}

.owl-carousel .owl-item img {
    height: auto;
}

/* new css */
.ContentTablewrapper table {
    margin: 50px 0px;
    min-width: 600px;
}

.ContentTablewrapper table thead {
    background-color: #878a97;
    color: #fff;
    text-align: center;
    font-weight: 500;
    height: 44px;
}

.ContentTablewrapper .rounded-t-md {
    border-top-left-radius: 0.375rem;
    border-top-right-radius: 0.375rem;
}

.ContentTablewrapper .overflow-hidden {
    overflow: hidden;
}

.ContentTablewrapper .border-\[\#FFF1E1\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 225 / var(--tw-border-opacity));
}

.ContentTablewrapper .border-r {
    border-right-width: 1px;
}

.ContentTablewrapper .text-\[\#64748B\] {
    --tw-text-opacity: 1;
    color: rgb(100 116 139 / var(--tw-text-opacity));
}

.ContentTablewrapper table tbody tr:nth-child(odd) {
    background-color: #f6f8fc;
    height: 44px;
}

.ContentTablewrapper .text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.ContentTablewrapper .text-center {
    text-align: center;
}

.ContentTablewrapper .border-\[\#FFF1E1\] {
    --tw-border-opacity: 1;
    border-color: rgb(255 241 225 / var(--tw-border-opacity));
}

.ContentTablewrapper .border-r {
    border-right-width: 1px;
}

.ContentTablewrapper table td {
    text-align: center;
}

.ContentTablewrapper p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: -0.0048em;
    color: #1e2a3b;
}

.ContentTablewrapper table tbody tr:nth-child(even) {
    background-color: #fff;
    height: 44px;
}

.content-secction2 h3 {
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    letter-spacing: -0.0124em;
    margin-top: 20px;
    color: #1e2a3b;
}

@media screen and (max-width: 600px) {
    .tablepress-scroll-wrapper {
        overflow-x: scroll !important;
    }
}
.otherDetails,
.salariedDetails,
.selfEmpDetails {
    display: none;
}
.top-section {
    height: 30px;
}
.bottom-section {
    min-height: 60px;
}

.fixedRibbin {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #F4F9F4;
    box-shadow: 0px -2px 49px 0px #00000029;
    z-index: 999;
    padding: 20px 0px;
}

.fixedRibbin img {
    width: 70px;
    margin-right: 10px;
}

.fixedRibbin h6 {
    font-size: 18px;
    font-weight: 400;
    color: #1E2A3B;
    margin-bottom: 0;
}

.fixedRibbin h6 strong {
    color: #00A2D1;

}

.fixedRibbin h6 span {
    color: #1E2A3B;
    font-weight: 600;

}

.fixedRibbin a {
    border: 1px solid #4EB543;
    font-size: 12px;
    font-weight: 600;
    text-align: center;
    color: #4EB543;
    display: inline-block;
    margin-left: 20px;
    text-decoration: none;
    padding: 5px 20px;
    border-radius: 3px;
}
.d-flex{
    display: flex;
} 
.justify-content-center{
    justify-content: center;
} 
.align-items-center{
    align-items: center;
}
.m-0{
    margin: 0px;
}
@media  screen and (max-width: 767px) {
    .fixedRibbin h6 {
        display: none;
    }

    .fixedRibbin a {
        color: #27364B;
        border: none;
        margin-left: 0px;
        font-size: 14px;
        padding: 5px 0px;
        font-weight: 600;
        text-decoration: none;
    }

    .fixedRibbin {
        padding: 10px;
        box-sizing: border-box;
    }
    .logosClientdesk .item{
        height: 50px;
        object-fit: contain;
    }
}
@media  screen and (max-width: 332px) {
    .fixedRibbin a{
        font-size: 13px;
    }
}