.mem-login-main .form-field label {
    display: inline-block;
    font-size: 15px;
    color: #212529;
    margin-bottom: 0;
    font-weight: 500;
}

.mem-login-main .form-error,
.mem-login-main .frm-err {
    font-size: 14px;
    color: red;
    font-weight: 400;
    float: right;
}

.mem-login-main .form-field input {
    display: block;
    height: 50px;
    width: 100%;
    border-radius: 3px;
    padding: 0 10px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 300;
    border: 1px solid #0f83bb;
}

.mem-login-main .form-field {
    margin-bottom: 25px;
}

.mem-login-main .mem-log-btn input:hover {
    background: linear-gradient(90deg, rgba(0, 173, 239, 1) 0%, rgba(48, 44, 81, 1) 100%);
}

.mem-login-main .mem-log-btn input {
    background: linear-gradient(90deg, rgba(48, 44, 81, 1) 0%, rgba(0, 173, 239, 1) 100%);
    color: #fff;
    text-decoration: none;
    padding: 10px 30px;
    display: inline-block;
    margin: 25px 0px 0px 0px;
    border-radius: 5px;
    border: 0;
    width: 100%;
}

.mem-login-main .val-time {
    font-size: 14px;
    color: #212529;
    font-weight: 500;
    display: block;
    text-align: center;
    margin: 15px 0px 5px 0px;
}

.mem-login-main .otpnt-gettxt {
    font-size: 15px;
    color: #666464;
    text-align: center;
    display: block;
    margin: 10px 0px 0px;
}

.mem-login-main#resenotp {
    color: #666464;
    text-decoration: none;
    font-weight: 600;
    margin-left: 5px;
}

.memlog-subhead {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 4px;
    background: linear-gradient(90deg, rgba(48, 44, 81, 1) 0%, rgba(29, 94, 142, 1) 11%, rgba(0, 173, 239, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    padding-left: 0;
    text-align: center;
    margin-bottom: 12px;
}

.memlog-head {
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    color: #212529;
    margin-bottom: 40px;
    text-transform: capitalize;
    text-align: center;
}

#chngNumber {
    color: #0c83c8;
    font-size: 15px;
    text-decoration: none;
    font-weight: 500;
}

.mem-log-right,
.mem-log-veriprt {
    width: 65%;
    margin: 50px auto;
}

.mem-log-veriprt {
    display: none;
}

.mem-login-main {
    background-color: #f1f3f6;
    padding: 50px 0px;
}

.mem-log-innbx {
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: rgba(19, 16, 34, 0.1) 0px 4.8px 24.4px -6px, rgba(19, 16, 34, 0.06) 0px 4px 13px -2px;
    border-radius: 10px;
    overflow: hidden;
}




/* Profile  */
/* ---profile-css--- */

.prof-left-top {
    padding: 12px 18px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.prof-left-innertop {
    display: flex;
    align-items: center;
}

.profile-psec {
    background-color: #f1f3f6;
}

.prof-inner-box {
    padding: 14px 0px;
}

.prof-greet {
    font-size: 13px;
    color: #212529;
    font-weight: 400;
    margin: 0;
}

.prof-n {
    font-size: 16px;
    font-weight: 600;
    color: #212529;
    letter-spacing: 1px;
    margin: 0;
}

.prof-name {
    display: block;
    padding: 0px 0px 0px 16px;
}

.prf-left-bottom {
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    margin-bottom: 16px;
    border-radius: 10px;
}

.prof-left-menuhead a {
    font-size: 17px;
    font-weight: 500;
    color: #878787;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
    display: block;
}

.prof-menu-icon {
    color: #0c83c8;
    font-size: 18px;
    margin-right: 15px;
}

.prof-left-innbtm {
    padding: 16px 18px;
    border-bottom: 1px solid #f0f0f0;
}

.prof-left-drpicon {
    float: right;
    margin-top: 2px;
}

.prof-left-menuhead a:hover {
    color: #0c83c8;
}

.prof-left-menuhead p {
    font-size: 18px;
    font-weight: 500;
    color: #878787;
    margin: 0;
    text-decoration: none;
}

.pro-submenu-inn a {
    font-size: 15px;
    color: #212529;
    text-decoration: none;
    font-weight: 400;
    display: block;
}

.pro-submenu-inn {
    padding: 12px 5px 12px 55px;
    cursor: pointer;
}

.prof-menu-drpmain p {
    font-size: 18px;
    font-weight: 500;
    color: #878787;
    cursor: pointer;
    margin: 0;
    text-decoration: none;
}

.prof-menu-drpmain {
    padding: 16px 18px 8px;
}

.pro-submenu-inn:hover {
    background: #f5faff;
}

.pro-submenu-inn:hover a {
    color: #0c83c8;
}

.prof-left-drpmenu {
    border-bottom: 1px solid #f0f0f0;
}

.pro-detail-bx {
    padding: 20px 30px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.prf-dtl-head p {
    color: #0c83c8;
    font-size: 17px;
    font-weight: 400;
    margin: 0;
}

.prof-edit-btn a {
    background: #0c83c8;
    color: #fff;
    font-size: 13px;
    text-decoration: none;
    padding: 4px 10px;
    border-radius: 6px;
}

.prf-dtl-headprt {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 20px;
    margin-bottom: 5px;
    border-bottom: 1px solid #eee;
}

.prf-dtlprt-sub {
    color: #878787;
    font-size: 13px;
    margin-bottom: 5px;
}

.prf-dtlprthead {
    font-size: 16px;
    color: #212529;
    font-weight: 500;
    margin: 0;
}

.prf-dtl-inndtl {
    margin: 15px 0px 8px;
}

.log-drpicon {
    display: none;
}


/* balance-page */

.dash-bal-crd {
    padding: 12px 18px;
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.dash-bal-crdhead {
    color: #0c83c8;
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    border-bottom: 1px solid #f0f0f0;
    padding-bottom: 8px;
}

.dash-bal-crddtl {
    font-size: 24px;
    color: #4e4d4d;
    font-weight: 400;
    margin: 0;
}

.dash-bal-crddtl span {
    font-size: 18px;
}

.dash-bal-crdmore {
    font-size: 15px;
    text-decoration: none;
    margin: 20px 0px 0px 0px;
    display: block;
    color: #33b6ec;
}

.dash-int-innbnd {
    padding: 12px 18px;
    margin-bottom: 16px;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.dash-int-innbnd ul {
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.dash-int-innbnd ul li {
    display: inline-block;
    color: #4e4e4e;
    font-size: 14px;
    font-weight: 500;
    border-right: 2px solid #243c82;
    padding: 0px 8px 0px 5px;
    line-height: 13px;
}

.dash-int-innbnd ul li:last-child {
    border-right: 0;
}


/* ---transaction--- */

.trabs-tb-main {
    padding: 20px 30px;
    margin-bottom: 16px;
    background-color: #fff;
    border-radius: 2px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .08);
    border-radius: 10px;
}

.trans-tb-trhd {
    background-color: #f6f6f6;
}

.trans-tb-trhd th {
    background: transparent;
    font-size: 14px;
    color: #212529;
    font-weight: 600;
    margin: 0;
    padding: 10px 15px;
}

.trans-tb-bx {
    border: 1px solid #f0f0f0;
    border-radius: 10px;
}

.trans-tb-trnr th,
.trans-tb-trnr td {
    font-size: 13px;
    color: #212529;
    font-weight: 500;
    margin: 0;
    padding: 15px 20px;
}

.mem-modal .mem-card {
    border-radius: 10px;
    border: none;
    overflow: hidden;
}

.mem-header {
    background-color: #0c83c8;
    color: #fff;
    padding: 0.75rem 1.25rem;
    font-weight: 600;
}

.mem-body {
    background-color: #f9fbfc;
    padding: 1.5rem;
}

.mem-label {
    font-weight: 600;
    color: #333;
    font-size: 13px;
}

.mem-input {
    border: 1px solid #cbd6e2;
    border-radius: 1px;
    transition: all 0.2s;
    height: 44px;
    width: 100%;
}

.mem-input:focus {
    border-color: #0c83c8;
    box-shadow: 0 0 0 0.15rem rgba(12, 131, 200, 0.2);
}

.mem-footer {
    background-color: #eef3f6;
    padding: 1rem;
}

.mem-btn {
    background-color: #0c83c8;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 0.5rem 1.25rem;
    font-weight: 500;
    transition: 0.3s;
}

.mem-btn:hover {
    background-color: #096aa2;
}

.loader-full-scr {
    z-index: 999999 !important;
}

span.frm-err {
    font-size: 12px;
}

@media only screen and (max-width: 768px) {
    .mem-log-right,
    .mem-log-veriprt {
        margin: 30px 40px;
        width: auto;
    }
    .mem-log-left {
        display: none;
    }
    .prf-left-bottom {
        display: flex;
        overflow-x: scroll;
        width: 100%;
        padding: 10px;
        gap: 4px;
    }
    .prof-menu-icon {
        color: #fff;
        font-size: 12px;
        margin-right: 5px;
    }
    .prof-left-drpicon {
        display: none;
    }
    .prof-menu-drpmain {
        padding: 0px;
    }
    .prof-menu-drpmain p {
        padding: 0px 10px;
        background: #0c83c8;
        color: #fff;
    }
    .prof-menu-drpmain p:after {
        content: "▼";
        font-size: 10px;
        margin-left: 5px;
    }
    .pro-submenu-inn {
        padding: 8px 5px 8px 17px;
        border-bottom: 1px solid #ccc;
    }
    .prof-submenu-box {
        display: none;
        position: relative;
        background: #fff;
        width: 100px;
        border: 1px solid #ccc;
    }
    .prof-left-drpmenu {
        position: relative;
    }
    .prof-left-drpmenu:hover .prof-submenu-box {
        display: block;
    }
    .pro-submenu-inn:last-child {
        border-bottom: 0;
    }
    .prof-menu-drpmain p {
        font-size: 15px;
        width: max-content;
        padding: 2px 10px;
    }
    .prof-left-menuhead a {
        font-size: 15px;
    }
    .log-drpicon {
        display: block;
    }
    .prof-left-innbtm {
        padding: 0px;
        width: stretch;
    }
    .prof-left-menuhead a {
        font-size: 15px;
        width: max-content;
        padding: 2px 10px;
        background: #0c83c8;
        color: #fff;
    }
}
/* Profile  */





/* Header  */

.icon-login-btn {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    color: #000;
    font-size: 14px;
    text-decoration: none;
}

.mob-ed {
    margin-right: 20px;
}

.user-icon-item {
    display: none !important;
}

@media (max-width: 767px),
(max-width: 820px) and (max-height: 1180px),
(max-width: 853px) and (max-height: 1280px),
(max-width: 912px) and (max-height: 1368px) {
    .top-right {
        display: none !important;
    }
    .top-left {
        justify-content: space-between;
        margin-bottom: 4px;
    }
    .top-mail {
        display: flex;
        padding-left: 0;
        justify-content: space-between;
        text-align: center;
        width: 100%;
    }
    .top-mail li:first-child {
        display: none !important;
    }
    .top-mail li {
        display: inline-flex;
        align-items: center;
        margin-right: 15px;
    }
    .top-mail li:last-child {
        margin-right: 0;
    }
    .sec-subhead {
        font-size: 16px;
    }
    .log-drpicon {
        display: block !important;
    }
    .email-item {
        display: none !important;
    }
    .phone-item,
    .emi-item {
        display: flex !important;
    }
    .user-icon-item {
        display: flex !important;
    }
    .icon-login-btn {
        width: 30px;
        height: 30px;
        font-size: 14px;
    }
}

@media (max-width: 820px) and (max-height: 1180px) {
    .top-social-icon {
        display: none !important;
    }
}


/* notifaction  */

@media (max-width: 767.98px) {
    .not-sider .col-md-3 {
        flex: 0 0 auto;
        width: 15%;
        max-width: 15%;
        padding-right: 0 !important;
    }
    .not-sli-left {
        padding: 12px 5px;
    }
    .not-slider-head {
        font-size: 0;
        line-height: 0;
        text-align: center;
        margin: 0;
    }
    .not-slider-head span {
        display: block;
        font-size: 18px;
        margin: 0;
        line-height: 1;
    }
    .not-sider .col-md-9 {
        flex: 0 0 auto;
        width: 85%;
        max-width: 85%;
        padding-left: 0 !important;
    }
    .not-sli-right {
        padding: 10px 5px;
        overflow: hidden;
    }
    .marq-list li {
        padding-right: 10px;
        margin: 0px 3px;
        white-space: nowrap;
    }
    .marq-list li a {
        font-size: 16px;
    }
}


/* Footer  */

@media (max-width: 767px) {
    .bottom-band p {
        text-align: center !important;
    }
    .col-md-8 .copyright-text p,
    .col-md-4 .text-end p {
        text-align: center !important;
    }
    .text-end {
        position: static;
        right: auto;
    }
}

@media (max-width: 767px) {
    .aboutus-banner {
        padding: 60px 0px;
    }
}


/* Pan Section  */

.abtpg-manv-right {
    margin-left: 0;
    margin-top: 30px;
    padding: 0;
    border: none;
    border-radius: 0;
}

.abtpg-manv-right img {
    position: static;
    top: auto;
    left: auto;
    max-width: 100%;
    height: auto;
}

@media (min-width: 773px) {
    .abtpg-manv-right {
        margin-top: 50px;
        border: 5px solid #0c83c8;
        padding: 0px 30px 0;
        margin-left: 50px;
    }
    .abtpg-manv-right img {
        position: relative;
        top: -30px;
    }
}


/* index-banner */

@media (max-width: 768px) {
    .custom-carousel-item img {
        width: auto !important;
        position: relative;
        right: 740px;
    }
}