﻿@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-display: block;
    src: url("../Assets/fonts/Roboto-Regular.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 600;
    font-display: block;
    src: url("../Assets/fonts/Roboto-Medium.ttf") format('truetype');
}

@font-face {
    font-family: "Roboto";
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url("../Assets/fonts/Roboto-Bold.ttf") format('truetype');
}

html {
    font-size: 12px;
}
/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    justify-content: space-between;
    /*font-family: "Roboto", sans-serif;*/
    font-family: Verdana, sans-serif;
}
/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 2rem;
    flex-grow: 1;
}

body {
    --s: 8px; /* control the size */
    --c1: #ffffff;
    --c2: #fbfbfb;
    --c: #0000 71%,var(--c1) 0 79%,#0000 0;
    --_s: calc(var(--s)/2)/calc(2*var(--s)) calc(2*var(--s));
    /*background: linear-gradient(45deg,var(--c)) calc(var(--s)/-2) var(--_s), linear-gradient(135deg,var(--c)) calc(var(--s)/2) var(--_s), radial-gradient(var(--c1) 35%,var(--c2) 37%) 0 0/var(--s) var(--s);*/
    background: #fff;
}

input[type=checkbox] {
    appearance: none;
}
input[type=checkbox]:focus {
    outline: none;
}

    input[type=checkbox]::before {
        content: "\f111";
        color: black;
        font-size: 19px;
        width: 20px;
        height: 20px;
        line-height: 18px;
    }

    input[type=checkbox]:checked::before {
        content: "\f058";
        color: green;
    }


/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
/*input,
select,
textarea {
    max-width: 280px;
}*/

.input-validation-error {
    border: 2px solid red;
}

/*Loader Code*/
.loader {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    position: relative;
    animation: rotate 1s linear infinite
}

.percent-loader {
    position: absolute;
    color: white;
    font-weight: bold;
    font-size: 2rem;
}

.loader::before, .loader::after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    inset: 0px;
    border-radius: 50%;
    border: 5px solid #FFF;
    animation: prixClipFix 2s linear infinite;
}

.loader::after {
    transform: rotate3d(90, 90, 0, 180deg );
    border-color: #FF3D00;
}

@keyframes rotate {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

@keyframes prixClipFix {
    0% {
        clip-path: polygon(50% 50%,0 0,0 0,0 0,0 0,0 0)
    }

    50% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 0,100% 0,100% 0)
    }

    75%, 100% {
        clip-path: polygon(50% 50%,0 0,100% 0,100% 100%,100% 100%,100% 100%)
    }
}

.loader-box {
    display: flex;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    height: 100vh;
    justify-content: space-evenly;
    align-items: center;
    background-color: #00000059;
    transition: 0.3s ease;
    flex-direction: column;
}

.progressLabel {
    padding-top: 0rem;
    color: white;
    font-size: 2rem;
}
/*Loader Code Ends*/


/*-----Layout Page Start------*/
.post-login-nav {
    background-color: #940B36;
}

.pnb-header {
    display: flex;
    padding: 2rem 4rem;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-pnb {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 1.2rem;
}

.pnb-logout {
    color: white;
    font-weight: 600;
}

    .pnb-logout p {
        margin: 0;
    }

.pnb-logout {
    width: 22rem;
}

.logout-disabled {
    pointer-events: none;
    opacity: 0;
}

.logo-holder img {
    width: 13%;
    margin: 0 auto;
}

.post-login-nav::after {
    content: " ";
    height: 6px;
    width: 100%;
    display: block;
    background-color: #fdbd30;
}
/*-----Layout Page End------*/


/*-----Landing Page Start------*/
.landing-bg {
    width: 100%;
    min-height: 100vh;
    background-image: url(../Assets/img/PMVishwaka_PNB_Landing.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 10rem;
    padding-left: 12rem;
}

.landing-title {
    width: 50%;
}

    .landing-title h4 {
        font-size: 3rem;
        font-weight: bold;
        color: #000088;
    }

        .landing-title h4::after {
            content: "";
            display: block;
            width: 60%;
            height: 5px;
            background-color: #fdbd30;
            margin: 1rem 1rem;
        }

    .landing-title h1 {
        font-size: 12rem;
        text-transform: uppercase;
        font-weight: bold;
        color: #ad0039;
        line-height: 9.5rem;
        margin: 3rem 2rem;
    }
/*-----Landing Page Start------*/



/*-----Login Page Start------*/
.login-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 1rem auto;
    width: 100%;
}

.login-area-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    border: 1px solid #dbd5d5;
    border-radius: 5px;
    width: 40%;
    background-color: white;
    box-shadow: 1px 3px 5px 3px #80808026;
}

.pnb-title p::after {
    content: "";
    display: block;
    width: 10%;
    height: 3px;
    background-color: #fdbd30;
    margin: 0px auto;
}

.pnb-title {
    text-align: center;
    padding-top: 1rem;
    font-size: 2.2rem;
    font-weight: 600;
    color: #940b36;
}

.tab-area {
    display: flex;
    flex-direction: column;
    padding: 1rem;
    align-items: center;
}

.concent-label {
    text-align: justify;
}

.custom-label {
    font-size: 1.4rem;
    margin-bottom: 0;
}

.input-holder .inp-icon {
    position: absolute;
    left: 0.6rem;
    top: 1.1rem;
    font-size: 1.2rem;
}

.input-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 0.4rem;
    margin: 0.5rem 0;
    width: 100%;
}

.input-holder-captcha {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 1rem;
    margin: 0.5rem 0;
    width: 100%;
}

.input-box {
    border: 1px solid #000000;
    box-shadow: none;
    padding: 0.7rem 0 0.7rem 2.5rem;
    width: 100%;
    font-size: 1.3rem;
    border-radius: 3px;
    background-color: white;
    border-radius: 5px;
}

.input-holder input.input-validation-error {
    border-color: red;
    border-width: 2px;
}

.input-holder .inp-icon-right {
    position: absolute;
    top: 1.0rem;
    font-size: 1.5rem;
    right: 1.1rem;
    color: gray;
    cursor: pointer;
}

.input-holder .tooltip.bottom {
    left: -1.2rem !important;
}

    .input-holder .tooltip.bottom .tooltip-arrow {
        left: 94% !important;
    }

.input-holder .tooltip-inner {
    max-width: 500px !important;
    width: 100%;
    opacity: 0.9;
}

.invalid-feedback {
    font-size: 0.8rem;
    color: red;
    margin-left: 1rem;
}

.disabled-box {
    background-color: #a9a6a6;
    pointer-events: none;
}

.disabled-btn {
    background-color: #a9a6a6 !important;
    border: none !important;
    pointer-events: none;
}

.tab-holder {
    display: flex;
}

.tab-item.active {
    background-color: white;
    color: #940b36;
}

    .tab-item.active::after {
        content: "";
        display: block;
        width: 10%;
        height: 3px;
        background-color: #fdbd30;
        margin-top: -6px;
    }

.tab-item h4 {
    font-size: 1.8rem;
    font-weight: bold;
}

.tab-item {
    flex-grow: 1;
    text-align: left;
    background-color: #dbd5d5;
    /* font-size: 1.1rem; */
    /* font-weight: 600; */
    color: #4c4b4b;
    padding-left: 2rem;
    padding-top: 1rem;
}

.btn-blank {
    border: none;
    background: transparent;
    width: 100%;
    padding: 1rem;
}

.btn-custom {
    padding: 0.6rem 2rem;
    margin-top: 1rem;
    background-color: #940B37;
    color: white;
    border: 2px solid #940b36;
    /* font-weight: 600; */
    border-radius: 5px;
    transition: all ease-in 0.15s;
    box-sizing: border-box;
    min-width: 40%;
    margin-bottom: 1rem;
    font-size: 1.4rem;
    cursor: pointer;
    text-decoration: none !important;
}

    .btn-custom:hover {
        background-color: white;
        color: #940b36;
    }

.otp-input-box {
    width: 4rem;
    padding: 4px 0;
    text-align: center;
    border: none;
    border-bottom: 1px solid;
    border-radius: 0;
    margin: 0 4px;
}

    .otp-input-box:focus {
        border: none;
        border-bottom: 3px solid #940b36;
        outline: none;
    }

.OTP-container > div {
    flex-grow: 1;
    /*display: flex;*/
}

.OTP-container > span {
    /* width: 30%; */
    text-align: center;
    font-weight: 600;
    font-size: 1.4rem;
}

.OTP-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    gap: 1rem;
    align-items: center;
    margin: 0.6rem 0;
    flex-wrap: wrap;
}

span.horizontal-rule::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #dbd5d5;
    margin: 1rem auto;
}

span.horizontal-rule {
    width: 80%;
}

.captch-refresh {
    background-color: #940b37;
    border-radius: 28px;
    padding: 4px 9px;
    color: white;
    font-size: 1.4rem;
    transition: all ease-in 0.15s;
    cursor: pointer;
}

    .captch-refresh:hover, .captch-refresh:focus {
        color: white;
        outline: none;
    }

.resend-section {
    display: flex;
    justify-content: space-between;
    width: 90%;
    padding: 1rem 0;
}

.customer-concent {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.5rem;
}

.modal-dialog-centered {
    min-height: 90vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 50%;
}

.customer-concent-content::before {
    content: ' ';
    width: 100%;
    display: block;
    min-height: 88%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background: url(../Assets/img/pm_vish_logo_min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.05;
}

.customer-concent-header, .customer-concent-footer {
    padding: 1rem;
    width: 100%;
}

.customer-concent-header, .customer-concent-footer {
    text-align: center;
}

.customer-concent-body {
    text-align: justify;
    padding: 0 2rem 0 2rem;
    display:block;
}

.customer-concent-content {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
}

.customer-concent-header .heading2 {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.8rem;
}

.customer-concent-header .heading1 {
    font-size: 2.8rem;
    color: #940B36;
}

.customer-concent-header .heading1 {
    font-weight: bold;
    padding: 1rem 0;
}

.customer-concent-body li {
    padding: 0.8rem 0;
    font-size: 1.2rem;
}
.customer-concent-body table tr:not(:last-child) td:first-child {
    border-right: 2px solid #940b36;
}

.customer-concent-body table tr > * {
    vertical-align: top;
    width: 50%;
    padding: 1rem 2rem;
}

.customer-concent-body table tr th .heading2 {
    text-align: justify;
}
.customer-concent-body table tr td, .customer-concent-body table tr th {
    font-size: 1.3rem;
    color: black;
}
.customer-concent-body-mobile
{
    display:none;
}
/*-----Login Page End------*/
/*-----Customer Det Page Start------*/
.cust-table {
    width: 50%;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #c7b5b5;
    font-size: 1.4rem;
    position: relative;
}

    .cust-table > * {
        position: relative;
        z-index: 1;
    }

    .cust-table::before {
        content: ' ';
        width: 100%;
        display: block;
        min-height: 100%;
        position: absolute;
        top: 0;
        background-color: black;
        background: url(../Assets/img/pm_vish_logo_min.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: contain;
        opacity: 0.05;
    }

    .cust-table tbody tr {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 1.3rem 2rem;
        border: 1px solid #940b360a;
    }


        .cust-table tbody tr td:first-child {
            font-weight: 600;
            color: #940b36;
        }

        .cust-table tbody tr td:nth-child(2) {
            color: black;
            text-align: right;
        }

        .cust-table tbody tr td {
            flex-grow: 1;
        }

.body-content h2 {
    text-align: center;
    margin-bottom: 2rem;
    color: #070589;
    font-weight: bold;
    font-size: 2.5rem;
    text-transform: uppercase;
}

.cust-table tbody {
    position: relative;
}

.confirmation-holder {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    margin-top: 1rem;
}

    .confirmation-holder div {
        width: 100%;
        text-align: center;
    }

.disbaled-btn {
    background-color: #9b9b9b;
    border-color: transparent;
    pointer-events: none;
}

.appl-holder {
    font-size: 1.4rem;
    font-weight: bold;
    text-align: right;
    width: 60%;
    margin: 0 auto;
}

    .appl-holder > span:nth-child(2) {
        color: #940b36;
    }
/*-----Customer Det Page End------*/
/*-----NeSL Page Start------*/
.pnb-accordion {
    background: linear-gradient(45deg, #daaebc, transparent);
    width: 100%;
    color: #940b36;
    font-size: 1.4rem;
    font-weight: bold;
    text-align: left;
    padding: 1rem;
    cursor: pointer;
}

.nesl-dec {
    width: 70%;
    margin: 0 auto;
    font-size: 1.3rem;
    position: relative;
    text-align: justify;
    padding: 1rem 0;
}

.card-body {
    background-color: white;
}

.nesl-dec > * {
    position: relative;
    z-index: 1;
}

.nesl-dec::before {
    content: ' ';
    width: 100%;
    display: block;
    min-height: 100%;
    position: absolute;
    background-color: black;
    background: url(../Assets/img/pm_vish_logo_min.png);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: 70%;
    opacity: 0.05;
    min-height: 70vh;
}


.approved-text {
    color: #940b36;
    text-transform: uppercase;
    font-weight: bold;
}

.pdf-scroller {
    max-height: 60vh;
    overflow-y: scroll;
}

    .pdf-scroller .table {
        border: 2px solid black;
    }

        .pdf-scroller .table tr > * {
            border: 1px solid black;
        }

.scroll-center {
    text-align: center;
    font-size: 2.5rem;
}

.scroll-left {
    width: 60%;
}

.scroll-header {
    transition: all ease 0.5s;
    font-size: 1.3rem;
    font-weight: bold;
}

.doc-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 2rem 0 2rem 0;
    flex-wrap: wrap;
}

.doc-header {
    font-size: 2.5rem;
    font-weight: bold;
}

.doc-header, .doc-header-sub {
    text-align: center;
}

.doc-header-sub {
    font-size: 1.8rem;
}
.npaText {
    margin-top: -19px;
    font-weight: bold;
}
/*-----NeSL Page End------*/

/*-----Landing Page Start------*/
.icon-holder {
    display: flex;
    justify-content: center;
}

    .icon-holder span {
        font-size: 4rem;
        border-radius: 82px;
        min-width: 90px;
        min-height: 90px;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        text-shadow: 1px 7px #1e1e1e57;
    }

.success-icon {
    background: green;
}

.fail-icon {
    background: #d30505;
}

.flex-container {
    display: flex;
    flex-direction: column;
    min-height: 60vh;
    justify-content: center;
    gap: 2rem;
    text-align: center;
}

.final-text-red {
    font-weight: bold;
    font-size: 1.8rem;
    color: #940b36;
}

.final-text-normal {
    font-weight: bold;
    font-size: 1.3rem;
}
/*-----Landing Page End------*/

/*-----Thank You Page Start------*/
.congratulations-bg::before {
    content: ' ';
    width: 100%;
    display: block;
    position: absolute;
    background: url(../Assets/img/FinalCongratulations.png);
    background-repeat: no-repeat;
    background-position: center 0;
    background-size: 60%;
    min-height: 70vh;
    position: absolute;
    top: 6rem;
    z-index: -1;
}

.congratulations-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    min-height: 70vh;
}

    .congratulations-bg > * {
        width: 100%;
        text-align: center;
    }

.loan-det-holder {
    width: 100%;
    font-size: 1.5rem;
    /* background-color: white; */
    /* box-shadow: 4px 4px 6px 3px #e1e1e1; */
    padding: 1rem;
    margin-bottom: 2rem;
}

.congratulations-bg h1 {
    font-weight: bold;
    padding-top: 10vh;
    color: #940b36;
}



.thank-ctn {
    width: 70%;
    margin: 0 auto;
}

.thank-display-holder {
    display: flex;
    min-height: 80vh;
    flex-direction: column;
    justify-content: space-evenly;
    text-align: center;
}

.congrats-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    text-align: left;
    width: 90%;
    gap: 2rem;
    background-color: #FFF6F9;
    border-radius: 21px;
    /*box-shadow: 0 6px 3px 0px #80808057;*/
    margin: 0 auto;
    padding: 1rem;
    position: relative;
}

    .congrats-holder img {
        width: 100%;
    }

    .congrats-holder div:nth-child(1) {
        width: 22%;
    }

    .congrats-holder div:nth-child(2) span:nth-child(1) {
        color: #940b36;
        font-weight: bold;
        text-transform: uppercase;
        font-size: 3.4rem;
    }

    .congrats-holder div:nth-child(2) span:nth-child(3) {
        font-size: 1.8rem;
    }

    .congrats-holder::before {
        content: ' ';
        min-height: 95rem;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-image: url(../Assets/img/confetti.png);
        background-size: 31%;
        z-index: -1;
        background-position: center;
        opacity: 0.3;
    }

    .congrats-holder::after {
        content: ' ';
        min-height: 6rem;
        width: 100%;
        position: absolute;
        left: 0;
        bottom: -4.5rem;
        background-image: url(../Assets/img/drop_shadow.png);
        background-size: 90%;
        background-repeat: no-repeat;
        z-index: -1;
        background-position: center;
    }

.application-completed-icon img {
    width: 12%;
}
/*-----Thank You Page End------*/

/*CBDC*/
.customer-concent-content-wallet {
    background: white;
    border-radius: 12px;
    padding: 1rem;
    position: relative;
    display: flex;
    gap: 1rem;
}

.customer-concent-wallet {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
}

    /*.customer-concent-content-wallet::before {
    content: ' ';
    width: 100%;
    display: block;
    min-height: 88%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    background: url(../Assets/img/pm_vish_logo_min.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.05;
    z-index:1;
}*/

    .customer-concent-wallet label {
        text-align: center;
    }

input[type=radio] {
    appearance: none;
}

    input[type=radio]:focus {
        outline: none;
    }

    input[type=radio]::before {
        content: "\f111";
        color: black;
        font-size: 20px;
        width: 20px;
        height: 20px;
        line-height: 0;
    }

input[value="Y"]:checked::before {
    content: "\f058";
    color: green;
}

input[value="H"]:checked::before {
    content: "\f058";
    color: green;
}
input[value="E"]:checked::before {
    content: "\f058";
    color: green;
}

input[value="N"]:checked::before {
    content: "\f057";
    color: red;
}

.d-flex {
    display: flex;
    gap: 1rem;
}

.customer-concent-footer, .customer-concent-body-wallet {
    position: relative;
    z-index: 10;
}

.customer-concent-content-wallet > div:first-child {
    border-right: 1px solid #ededed;
    padding: 0 2rem;
    width: 100%;
}

.customer-concent-content-Img {
    width: 50%;
    background-image: url(../Assets/img/PMV_CBDC.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 2em;
}

.customer-concent-body-audio {
    position: relative;
    z-index: 10;
}

.customer-concent-audio {
    display: flex;
    gap: 1rem;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 1.3rem;
    padding: 1rem;
    flex-direction: column;
    align-items: center;
}
.customer-concent-audio label {
    text-align: left;
}




/* ---------Media Queries Start -----------  */
@media all and (max-width:1150px) {

    .login-area {
        /*display: flex;*/
    }

    .login-area-inner {
        width: 100% !important;
        padding: 1rem;
    }

    .tab-area {
        display: flex;
    }

    .pnb-header {
        justify-content: center;
        gap: 0.8rem;
    }

    .logout-disabled {
        display: none;
    }

    .input-holder .inp-icon {
        /*position: absolute;*/
    }

    .input-holder {
        /*display: flex;*/
    }

    .input-box {
        /*border: 1px solid #dbd5d5;*/
    }

    .input-holder input.input-validation-error {
        /*border-color: red;*/
    }

    .invalid-feedback {
        /*font-size: 0.8rem;*/
    }

    input.disabled-box {
        /*background-color: #a9a6a6;*/
    }

    .tab-holder {
        /*display: flex;*/
    }

    .tab-item.active {
        /*background-color: white;*/
    }

    .tab-item {
        /*flex-grow: 1;*/
    }

    .btn-blank {
        /*border: none;*/
    }

    .btn-custom {
        /*padding: 0.6rem 2rem;*/
        font-size: 1.3rem;
    }

        .btn-custom:hover {
            /*background-color: white;*/
        }

    .otp-input-box {
        width: 3rem;
    }

    .OTP-container > div {
        /*flex-grow: 1;*/
    }

    .OTP-container > span {
        /*width: 30%;*/
    }

    .OTP-container {
        /*display: flex;*/
    }

    span.horizontal-rule {
        /*width: 80%;*/
    }

    .modal-dialog-centered {
        width: 80%;
        margin: 2rem auto;
    }

    .logo-holder img {
        width: 33%;
    }

    .cust-table {
        width: 100%;
    }

    .nesl-dec {
        width: 100%;
    }

        .nesl-dec::before {
            background-size: 100%;
        }

    .congratulations-bg::before {
        background-size: 80%;
        top: 2rem;
    }

    .congratulations-bg h1 {
        padding-top: 15vh !important;
        font-size: 3rem;
    }

    .thank-ctn {
        width: 95%;
    }

    .thank-display-holder {
        min-height: 60vh;
    }

    .congrats-holder {
    }

        .congrats-holder img {
        }

        .congrats-holder div:nth-child(1) {
        }

        .congrats-holder div:nth-child(2) span:nth-child(1) {
        }

        .congrats-holder div:nth-child(2) span:nth-child(3) {
        }

        .congrats-holder::before {
        }

        .congrats-holder::after {
        }

    .application-completed-icon img {
        width: 14%;
    }

    .loan-det-holder {
    }


    .approved-text {
    }

    .pdf-scroller {
    }

    .scroll-center {
    }

    .scroll-left {
        width: 100%;
    }

    .scroll-header {
    }

    .doc-title {
        font-size: 1.6rem;
    }

    .appl-holder {
        width: 100%;
    }

    .landing-bg {
        background-image: url(../Assets/img/PMVishwaka_PNB_Landing_Mobile.png);
        background-position: top;
        background-size: cover;
        padding: 3rem 0;
        align-items: center;
        align-items: center;
        gap: 1rem;
        text-align: center;
        justify-content: space-between;
    }

    .landing-title {
        width: 90%;
        margin-top: 40%;
    }

        .landing-title h4 {
            font-size: 2.3rem;
        }

            .landing-title h4::after {
                margin: 0 auto;
            }

        .landing-title h1 {
            margin: 2rem 0;
            font-size: 5rem;
            line-height: 4rem;
        }

    .landing-footer {
    }
}

@media all and (max-width:550px) {
    html {
        font-size: 12px;
    }

    .login-area-inner {
        width: 105% !important;
    }

    .btn-custom {
        width: 100% !important;
    }

    .OTP-container * {
        text-align: center !important;
    }

    .table-custom tbody td:first-child {
        min-width: 100% !important;
    }

    /*.pnb-title {
        font-size: 1.2rem;
    }*/

    .logo-holder img {
        width: 33%;
    }

    .confirmation-holder div:first-child {
        display: flex;
        align-items: center;
        text-align: left;
        gap: 8px;
    }

    .body-content {
        margin: 0;
    }

    .armotization-schedule {
        overflow-x: scroll;
    }

    .congratulations-bg::before {
        background-size: 100%;
        top: 2rem;
    }

    .congratulations-bg h1 {
        padding-top: 1vh !important;
    }




    .thank-ctn {
        width: 100%;
    }

    .thank-display-holder {
        min-height: 90vh;
    }

    .congrats-holder {
        width: 100%;
        justify-content: center;
        text-align: center;
        gap: 0;
        padding: 2rem;
    }

        .congrats-holder img {
        }

        .congrats-holder div:nth-child(1) {
            width: 40%;
        }

        .congrats-holder div:nth-child(2) span:nth-child(1) {
            font-size: 2.5rem;
        }

        .congrats-holder div:nth-child(2) span:nth-child(3) {
        }

        .congrats-holder::before {
            min-height: 64rem;
            width: 94%;
            top: -12rem;
            left: 0;
            background-size: 100%;
        }

        .congrats-holder::after {
            bottom: -3.5rem;
        }

    .application-completed-icon img {
        width: 20%;
    }

    .loan-det-holder {
        font-size: 1.4rem;
    }



    .approved-text {
    }

    .pdf-scroller {
    }

    .scroll-center {
    }

    .scroll-left {
    }

    .scroll-header {
    }

    .doc-title {
    }

    .custom-label {
        font-size: 1.4rem;
    }

    .modal-dialog-centered {
        width: 90%;
        margin: 2rem auto;
    }

    .customer-concent-header, .customer-concent-footer {
        padding: 0.5rem;
    }

    .customer-concent-body {
        padding: 0 2rem 0 0rem;
    }

    .customer-concent-content {
    }

    .customer-concent-header .heading2 {
        font-size: 1.2rem;
        line-height: 1.2rem;
    }

    .customer-concent-header .heading1 {
        font-size: 2rem;
    }

    .customer-concent-header .heading1, .customer-concent-header .heading2 {
        padding: 0.5rem 0;
    }

    .customer-concent-body li {
        padding: 0.8rem 0;
        font-size: 1.1rem;
    }

    .customer-concent-body ol {
        padding-left: 2rem;
    }

    .cust-table {
        font-size: 1.3rem;
    }

        .cust-table tbody tr {
            padding: 1.3rem 1rem;
        }

            .cust-table tbody tr td {
            }

                .cust-table tbody tr td:first-child {
                }

                .cust-table tbody tr td:nth-child(2) {
                }
    .customer-concent-body-mobile {
        display: block;
        padding: 0 1rem;
        text-align: justify;
    }
    .customer-concent-body{
        display: none;
    }
    .customer-concent-body-mobile ol {
        padding-left: 2rem;
        padding-right: 1rem;
    }
    .customer-concent-body-mobile .heading2 {
        font-weight: bold;
        margin: 2.5rem 0 1rem 0;
    }
    .customer-concent-content-wallet {
        flex-wrap:wrap-reverse;
    }
    .customer-concent-content-Img {
        width: 100%;
        min-height: 14rem;
        background-image: url(../Assets/img/PMV_CBDC_Mobile.jpg);
        background-size: 65%;
    }
    .customer-concent-content-wallet > div:first-child {
        border-right: none;
        border-top: 1px solid #ededed;
        padding: 2rem 1rem;
        width:100%;
    }
}
/* ---------Media Queries End -----------  */


