body {
    font-family: 'Poppins', sans-serif !important;
    font-size: 14px !important;
    color: #002d64 !important;
    font-weight: 500 !important;
    background-color: #e9e5e475 !important;
}

.btn.focus,
.btn:focus,
button:focus {
    outline: 0 !important;
    box-shadow: none !important;
}

a {
    text-decoration: none !important;
}

a:hover {
    color: rgb(134, 134, 134) !important;
    text-decoration: none !important;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

label,
input,
.nice-select {
    width: 100% !important;
    outline: 0;
}

input[type=checkbox],
input[type=radio] {
    width: auto !important;
}

label {
    margin-top: 16px;
}

input {
    border: 1px solid #e8e8e8;
    height: 42px;
    padding: 0 18px;
    font-size: 14px;
    border-radius: 5px;
}

input:active,
input:focus {
    box-shadow: 0 0 8px #95d7fac2;
    border-color: #95d7fac2;
}

.nice-select.open,
.nice-select:active,
.nice-select:focus {
    box-shadow: 0 0 8px #95d7fac2;
    border-color: #95d7fac2 !important;
}

.nice-select ul {
    width: 100%;
    max-height: 200px;
    overflow-y: scroll !important;
}

@media screen and (min-width: 380px) and (max-width: 767px) {
    /* today  */
    .liveness-img-demo.front-back-img img {
        width: 100%;
        object-fit: fill;
        height: 125px;
    }
    .liveness-img-demo.front-back-img .check {
        position: absolute;
        top: 3px;
        right: 2px;
        background: #4ea733;
        width: 25px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        color: white;
        font-size: 15px;
        border-radius: 50%;
    }
    /* end  */
    .upload-document-label p {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0 0 0 18px;
        margin: 0;
    }
    .upload-document-label p>span {
        color: #191919;
        font-weight: normal;
        font-size: 15px;
    }
    .upload-document-label {
        margin: 0;
    }
    .upload-document-label p .cont-btn button {
        margin: 0;
        padding: 0 35px;
    }
    .dont-have-btn {
        bottom: 12% !important;
    }
    .dont-have-btn a {
        background: transparent !important;
    }
    .switch-yes-div h5 {
        width: 80%;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .switch-yes-div p {
        color: #414141;
        width: 95%;
    }
    .switch-yes-div .compare-tab .tab-circle {
        width: 16px;
        height: 16px;
        border: 1px solid #002d64;
    }
    .switch-yes-div .compare-tab .tab-list.active .tab-circle {
        background: #002d64;
    }
    .switch-yes-div .compare-tab .checkactive .tab-list:not(:first-child) {
        margin-left: 10px;
    }
    .switch-yes-div .compare-tab .checkactive {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .switch-yes-div .compare-tab .tab-contents {
        display: none;
    }
    .switch-yes-div .compare-tab .tab-contents.active {
        display: block;
    }
    .switch-yes-div .compare-tab .tab-contents .compare-table .compare-table-heading {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 35px 0 0 0;
    }
    .switch-yes-div .compare-tab .tab-contents .compare-table .compare-table-heading h5,
    .switch-yes-div .compare-tab .tab-contents .compare-table .compare-table-heading p {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .switch-yes-div {
        display: none;
    }
    /* app start  */
    .app-menu .fa-bars {
        font-size: 25px;
        color: #fff;
        text-align: right;
        width: 100%;
        padding-right: 25px;
    }
    .header-menu {
        background-color: white;
        padding: 15px;
        display: none;
    }
    .header-menu ul li a {
        font-size: 17px;
        color: white;
        letter-spacing: 1.5px;
        display: inline-block;
    }
    .header-menu ul li {
        padding: 15px 0px;
    }
    .addmenu-class {
        width: -90% !important;
        transition: 0.8s all
    }
    .increase-width {
        width: 95% !important;
        transition: 0.8s all;
        background: #38424e;
        padding: 15px;
        display: block;
        position: absolute;
        top: 0%;
        height: 100vh;
        transition: 0.8s all
    }
    .addmenu-class .cross-icons {
        text-align: right;
        padding: 16px 0px;
    }
    .addmenu-class .cross-icons i {
        font-size: 25px;
        color: white;
        font-weight: bold;
    }
    .mobile-app-row {
        background-color: #002d64;
        align-items: center;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    }
    .rbs-breadcrumb {
        background: #e9e5e475;
        height: 150px;
        align-items: center;
        display: flex;
    }
    .rbs-breadcrumb .rbs-content h2 {
        color: gray;
        text-transform: uppercase;
        font-size: 20px;
        letter-spacing: 4px;
        margin-bottom: 0px;
        text-align: center;
    }
    .rbs-breadcrumb .rbs-content {
        width: 100%;
    }
    .rbs-breadcrumb .rbs-content p {
        text-align: right;
        padding-right: 25px;
        padding-top: 15px;
        font-size: 12px;
        text-transform: uppercase;
        color: grey;
        letter-spacing: 4px;
        margin-bottom: 0px;
    }
    .upload-profile-card .profile-upper-grey {
        background: #e9e5e475;
        height: 140px;
        position: relative;
        z-index: -1;
    }
    .upload-profile-card .profile-upper-grey i.fa-plus {
        position: absolute;
        bottom: 39%;
        left: 50%;
        font-size: 30px;
        transform: translateX(-50%);
        color: gray;
    }
    .upload-profile-card .user-pic {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .upload-profile-card .user-pic i.fa-check {
        position: absolute;
        right: 7%;
        top: 15%;
        font-size: 29px;
        color: gray;
    }
    .user-pic .user-circle {
        height: 150px;
        width: 150px;
        background: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -45px;
    }
    .user-pic .user-circle .circle-black {
        height: 125px;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 125px;
        background: black;
        border-radius: 50%;
    }
    .upload-profile-card {
        margin-top: 100px;
    }
    .user-pic .user-circle .circle-black .fa-camera {
        font-size: 40px;
        color: white;
        font-weight: 900;
    }
    .upload-profile-card .pic-username h3 {
        margin-bottom: 0px;
        text-align: center;
        padding: 10px 0px;
        font-size: 20px;
    }
    .about-yourself textarea {
        border: 1px solid #fbeeee;
    }
    .about-yourself textarea::placeholder {
        color: grey;
        letter-spacing: 1px;
    }
    .edit-card {
        background: black;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .edit-card .edit-logo {
        padding: 15px 0px;
    }
    .edit-card .edit-logo i {
        font-size: 25px;
        text-align: center;
        color: white;
        width: 100%;
        font-weight: bold;
    }
    .edit-card .edit-logo.active {
        background: #3290d0;
    }
    .color-orange {
        color: #cc9029;
    }
    .dashboard-content p {
        line-height: 30px;
        margin: 0;
    }
    .update-btn {
        margin: 26px 0 35px 0;
    }
    .update-btn a {
        margin: 21px 0 0 0;
        background: #3290d0;
        width: 100%;
        color: white;
        padding: 15px 0;
    }
    .update-btn a.update-cancel-btn {
        background: #e9e5e475;
        color: black;
    }
    .dashboard-content {
        min-height: calc(100vh - 50px);
        display: flex;
        align-items: center;
    }
    .app-login-section {
        background: #ffffff;
        width: 100%;
        position: fixed;
    }
    .app-login-section .bank-logo {
        text-align: center;
    }
    .app-login-section .bank-logo img {
        height: 55px;
    }
    .app-login-section .bank-logo h1 {
        color: black;
        font-size: 24px;
        margin: 15px 0;
    }
    .app-login-section .login-title h5 {
        color: black;
        text-align: center;
        margin: 80px 0px 30px 0;
        font-size: 16px;
    }
    .app-login-section .login-form .form-group input {
        background: #e9e9e98c;
        color: black;
        font-size: 14px;
        border-radius: 28px;
        height: 45px;
        border: 1px solid #ffffff42;
        padding: 0 25px;
    }
    .app-login-section .login-form .form-group input::placeholder {
        color: black;
        font-size: 12px;
    }
    .app-login-section .login-form .login-btn button {
        width: 100%;
        margin: 25px 0 0 0;
        height: 45px;
        border: 0;
        outline: 0;
        border-radius: 6px;
        color: white;
        font-size: 16px;
        /* background: linear-gradient(45deg, #0000467d, #1cb5e0a6); */
        background: #0e0e0e;
    }
    .app-login-section .login-form .remember {
        display: flex;
        align-items: center;
        color: black;
        font-size: 11px;
    }
    .app-login-section .login-form .remember input {
        height: 18px;
        width: 18px !important;
    }
    .app-login-section .login-form .remember label {
        margin: 0;
        margin-left: 7px;
    }
    .app-login-section .login-form .forgot {
        text-align: right;
    }
    .app-login-section .login-form .forgot a {
        color: #cc9029;
        font-size: 11px;
    }
    .app-login-section .login-form .forgot a:hover {
        color: #222222 !important;
    }
    .app-login-section .app-login-form-row {
        min-height: calc(100vh - 55px);
        padding: 20px 10px;
    }
    .my-wallet-section .my-wallet-row {
        background: #9f9aa15c;
        padding: 20px 0;
    }
    .my-wallet-section .my-wallet-row h5 {
        text-align: center;
        color: #cc9029;
        margin-bottom: 25px;
    }
    .mywallet-card-content {
        background: white;
        padding: 20px;
        width: 80%;
        margin: 0 auto;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    }
    .mywallet-card .mywallet-card-content:not(:first-child) {
        margin-top: 18px;
    }
    .mywallet-card .mywallet-card-content:not(:first-child) p i {
        color: #cc9029;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .mywallet-card-content p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        color: #333333;
    }
    .mywallet-card-content p span {
        background: #cc9029;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: white;
        border-radius: 50%;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .mywallet-card-content p span i {
        vertical-align: middle;
    }
    .wallet-balance-div {
        color: #333333;
    }
    .wallet-balance-div p.blance-para {
        width: 58%;
        line-height: 30px;
    }
    .wallet-balance-div p.color-green {
        color: #0a9545;
        font-weight: 600;
    }
    .send-to-bank-btn a {
        background: #000000;
        color: white;
        margin: 18px 0 25px 0;
        padding: 12px 20px;
        border-radius: 33px;
        font-size: 14px;
    }
    .color-red {
        color: red;
    }
    .send-bank-form {
        color: #333333;
    }
    .send-bank-form .terms-condition {
        display: flex;
        align-items: center;
    }
    .send-bank-form .terms-condition label {
        margin: 0;
        margin-left: 10px;
    }
    .send-bank-form .terms-condition input {
        height: 17px;
        width: 17px !important;
    }
    .make-payment-btn button {
        margin: 35px 0;
        border: 0;
        height: 50px;
        padding: 0 20px;
        border-radius: 6px;
        background: #9f9aa140;
    }
    /* app end  */
    .form-bottom-title h1 {
        color: white;
        margin: 0;
        padding: 20px 30px;
        font-size: 20px;
        width: 50%;
        border-radius: 5px;
        background: #4f6614;
        box-shadow: 0 -7px 7px 0px #2b2b2b;
    }
    .cashdraw-main-card .cashdraw-content {
        display: grid;
        border: 1px solid #000;
        grid-template-columns: repeat(2, 1fr);
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column:first-child {
        background-color: #e9e5e475 !important;
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column .cashdraw-header h4 {
        color: #000;
        font-size: 13px;
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column {
        padding: 15px;
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column .cashdraw-header p {
        color: black;
        font-weight: 400;
        font-size: 11px;
    }
    .cash-upper-card .cashdraw-main-card:not(:first-child) {
        margin-top: 25px;
    }
    .continue-btn a.btn {
        background: #0c4d59d1;
        width: 100%;
        color: white;
        margin: 43px 0 20px 0;
        border: 1px solid #0c4d59d1;
    }
    .decleration-container {
        display: none;
    }
    .decleration-app {
        margin-top: 20px !important;
    }
    .decleartion-list .decleration-content {
        color: #000;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
    }
    .decleartion-list .decleration-content p:nth-child(1) {
        width: 3% !important;
        background: #d32d2d;
        display: inline-block;
        margin-top: 5px;
        width: 3px;
        height: 10px;
    }
    .decleartion-list .decleration-content p:nth-child(2) {
        width: 95%;
        margin-left: 2%;
    }
    .agree-card .agree-container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .agree-card label:first-child {
        width: 15% !important;
    }
    .agree-card label:last-child {
        width: 85% !important;
    }
    /* Hide the browser's default checkbox */
    .agree-card .agree-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    /* Create a custom checkbox */
    .agree-card .agree-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }
    /* On mouse-over, add a grey background color */
    .agree-card .agree-container:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .agree-card .agree-container input:checked~.checkmark {
        background-color: #0c4d59d1;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .agree-card .agree-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .agree-card .agree-container input:checked~.checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .agree-card .agree-container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .agree-card {
        display: flex;
        margin-top: 20px;
        display: flex;
        margin-top: 20px;
        padding: 10px;
        border: 1px solid #2f779d;
    }
    .user-app-form-div .fees-text {
        color: #000;
    }
    .agree-card .agree-container label {
        margin-bottom: 0px;
    }
    .activate-account-container {
        display: none;
    }
    .activate-account-container .activate-account-title h1 {
        width: 100% !important;
    }
    .reserve-account-heading h1 {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
    }
    .reserved-account-card {
        width: 100%;
        background-color: #e9e5e475 !important;
        padding: 40px 20px 20px 20px;
    }
    .account-details .account-heading h2 {
        font-size: 15px;
        color: #000;
        font-weight: 400;
    }
    .account-details .accout-content p {
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }
    .account-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 30px;
        grid-row-gap: 25px;
    }
    .upload-id {
        padding: 20px;
        width: 100%;
        background: #2f779d;
    }
    .upload-id .uplaod-id-heading h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 25px;
    }
    .upload-id .uplaod-id-heading p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        font-weight: 400;
    }
    .provide-document {
        display: flex;
    }
    .document-content {
        margin-left: 25px;
    }
    .provide-document .document-icon i {
        font-size: 30px;
        color: #7b3045;
    }
    .document-content p {
        font-size: 14px !important;
    }
    .upload-id .proof-bottom-content p {
        font-size: 13px;
        padding: 15px 0px;
    }
    .confirm-identity-container {
        display: none;
    }
    .confirm-identity-title h1 {
        color: white;
        font-size: 20px;
        font-weight: 300;
    }
    .identity-card .need-content {
        padding: 25px 0px;
        color: #725050;
        font-size: 16px;
    }
    .liveness-card {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 8px 15px;
        border: 1px solid #f5e8e8;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
        transition: 0.3s
    }
    .liveness-card .liveness-log {
        width: 15%;
        font-size: 26px;
        color: #7b3045;
    }
    .liveness-card .liveness-heading {
        width: 70%;
        padding-left: 20px;
    }
    .liveness-card .liveness-icon i {
        font-size: 24px;
        text-align: center;
    }
    .liveness-card .liveness-icon {
        width: 15%;
        text-align: center;
    }
    .liveness-card .liveness-heading h2 {
        font-size: 17px;
        margin-bottom: 0px;
        letter-spacing: 1.3px;
    }
    html,
    body {
        overflow-x: hidden;
    }
    .liveness-main .liveness-card:not(:first-child) {
        margin: 40px 0px;
    }
    .bit-stuck-card {
        background-color: #e9e5e475 !important;
        padding: 30px 0px;
    }
    .bit-stuck-card .bit-stuck-heading h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .bit-stuck-card .bit-stuck-heading h4 {
        font-size: 17px;
        color: #7b3045;
        text-align: center;
        margin-bottom: 25px;
    }
    .bit-stuck-card .but-stuck-white-card {
        background: white;
        width: 90%;
        margin: auto;
        text-align: center;
        padding: 15px 0px;
    }
    .bit-stuck-card .but-stuck-white-card h2 {
        font-size: 17px;
        color: #7b3045;
        text-align: center;
    }
    .bit-stuck-card .but-stuck-white-card h2~i {
        font-size: 30px;
        color: #386d77;
        text-align: center;
        font-weight: bold;
    }
    .photoid-card .photoid-content h4 {
        font-size: 20px;
        margin: 40px 0px;
    }
    .photo-id-main .liveness-card .liveness-heading {
        width: 85%;
    }
    .want-learn {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .want-learn a {
        color: #002d64;
        text-decoration: underline !important;
        font-size: 15px !important;
    }
    .get-help button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .get-help button span {
        padding-left: 16px;
    }
    .get-help button {
        color: #002d64;
        font-size: 15px !important;
        font-weight: 600;
        height: 50px;
        margin: 40px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .address-div,
    .nationality-div,
    .pay-tax,
    .switch-account,
    .digital-banking {
        display: none;
    }
    .step-2-row,
    .step-3-row,
    .step-4-row,
    .step-5-row {
        display: none;
    }
    .welcome-section {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        min-height: 100vh;
        background: #002d64;
    }
    .welcome-row {
        min-height: 100vh;
    }
    .welcome-bank .bank-logo img {
        height: 65px;
        object-fit: contain;
    }
    .welcome-content-div {
        padding: 115px 0px 80px 45px;
    }
    .welcome-bank .bank-logo {
        color: white;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .welcome-bank .bank-name p {
        color: white;
        font-size: 28px;
        line-height: 43px;
    }
    .welcome-content-div .new-user-btn {
        position: absolute;
        bottom: 19%;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .welcome-content-div .new-user-btn a {
        color: white;
        font-size: 15px;
        padding: 13px 0;
        background: #047ca1;
        width: 85%;
        border-radius: 42px;
    }
    .user-app-top-row {
        background: #c3bfbc5e;
        padding: 15px 0;
    }
    .background-blue {
        background: #002d64;
    }
    .user-application-top .bank-logo-closebtn {
        display: flex;
        align-items: center;
    }
    .user-application-top .bank-logo-closebtn .close-page {
        width: 10%;
        text-align: center;
        color: #8a9bb8;
        font-size: 25px;
    }
    .user-application-top .bank-logo-closebtn .bank-logo {
        width: 90%;
        display: flex;
        align-items: center;
        padding-left: 16px;
        font-size: 22px;
        color: #002d64;
    }
    .bank-logo img {
        height: 30px;
        object-fit: contain;
    }
    .user-application-top .bank-logo-closebtn .bank-logo h1 {
        font-size: 16px;
        margin: 0;
        padding-left: 8px;
        font-weight: 600;
    }
    .application-start h2 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }
    .verify-title h2 {
        margin-bottom: 0;
        padding: 10px 0;
    }
    .application-start h2 span {
        color: #1db0c2;
        margin-right: 16px;
        font-size: 25px;
    }
    .border-bottom-red {
        border-bottom: 4px solid #a1002e;
    }
    .account-options {
        padding: 45px 0 0 0;
    }
    .account-options h2 {
        font-size: 19px;
        line-height: 32px;
        /* margin-bottom: 45px; */
    }
    .account-options a {
        background: #0c4d59d1;
        width: 100%;
        color: white;
        margin: 43px 0 20px 0;
        border: 1px solid #0c4d59d1;
    }
    .inforamtion-used-accordion {
        padding: 25px 0;
        border-bottom: 1px solid lightgray;
    }
    .how-info-used {
        display: flex;
        align-items: center;
    }
    .how-info-used span {
        width: 5%;
        font-size: 17px;
    }
    .how-info-used h5 {
        font-size: 15px;
        margin: 0;
        margin-left: 13px;
        width: 90%;
    }
    .how-info-used-content {
        display: none;
    }
    .how-info-used-content p {
        padding: 15px 30px;
        line-height: 26px;
        margin: 0;
    }
    .agreed-checkbox .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }
    .agreed-checkbox .form-group label {
        position: relative;
        cursor: pointer;
    }
    .agreed-checkbox .form-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #c3c3c3;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }
    .agreed-checkbox .form-group input:checked+label:after {
        content: '';
        display: block;
        position: absolute;
        top: 33px;
        left: 9px;
        width: 8px;
        height: 15px;
        border: solid #002d64;
        border-width: 0 3px 3px 0;
        transform: rotate( 45deg);
    }
    .condition-read-div .agreed-checkbox label {
        display: flex;
        align-items: center;
    }
    .condition-read-div .agreed-checkbox label p {
        margin: 0;
        padding-left: 10px;
    }
    .border-padding-bottom {
        border-bottom: 1px solid lightgray;
        padding-bottom: 19px;
    }
    .verify-identity-para {
        padding: 25px 0;
    }
    .verify-identity-para p {
        margin: 0;
        font-size: 16px;
    }
    .verify-identity-para p:not(:first-child) {
        margin-top: 16px;
    }
    /* user-form  */
    .mobile-header-row {
        background: #002d64;
        align-items: center;
    }
    .mobile-header-row .cancel-btn {
        width: 70%;
        text-align: right;
        margin-left: auto;
    }
    .mobile-header-row .cancel-btn a {
        background: #2f779d;
        color: white;
        padding: 15px 20px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-header-row .cancel-btn a i {
        font-size: 22px;
        margin-left: 7px;
    }
    footer .copyright-row {
        margin-top: 10px;
        border-top: 3px solid #002d64;
        padding: 15px 0;
    }
    .form-top-row {
        background: #002d64;
        padding: 20px 0;
    }
    .form-top-row .form-top-title h1 {
        background: #7b3045;
        color: white;
        margin: 0;
        padding: 20px 30px 20px 30px;
        font-size: 20px;
        border-radius: 5px;
        display: inline-block;
    }
    .user-app-form-div>p {
        margin: 30px 0;
    }
    .user-app-form-div h5 {
        margin-bottom: 8px;
    }
    .user-app-form-div .form-group p {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .user-app-form-div .form-group .dob-input .gj-datepicker {
        display: flex;
        flex-wrap: nowrap;
    }
    .user-app-form-div .form-group p.lightblue {
        display: flex;
        align-items: center;
        color: #2792ac;
    }
    .user-app-form-div .form-group p.lightblue span {
        margin-left: 6px;
        font-size: 9px;
    }
    .cont-btn button {
        background: #0c4d59d1;
        width: 100%;
        color: white;
        margin: 43px 0 20px 0;
        border: 1px solid #0c4d59d1;
        height: 45px;
        border-radius: 5px;
    }
    .postcode-input {
        display: flex;
        align-items: center;
    }
    .postcode-input input {
        width: 60% !important;
    }
    .postcode-input .search-btn {
        width: 40%;
        text-align: center;
    }
    .postcode-input .search-btn a {
        border: 1px solid #2792ac;
        color: #2792ac;
        height: 42px;
        line-height: 42px;
        padding: 0 23px;
    }
    .postcode-input .search-btn a:hover {
        background: #366b75;
    }
    .user-app-form-div .form-group .nice-select .option {
        line-height: 25px;
        display: flex;
        align-items: center;
        white-space: normal;
        margin-bottom: 8px;
    }
    .user-app-form-div .form-group .nice-select .current {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .user-app-form-div .form-group .radio-input {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .user-app-form-div .form-group .radio-input input[type="radio"] {
        height: 23px;
        width: 23px !important;
        margin-right: 12px;
    }
    .user-app-form-div .form-group .radio-input label {
        margin: 0;
    }
    .form-top-row .form-top-title h1.bg-green {
        background: #4f6614;
        box-shadow: 0 -7px 7px 0px #2b2b2b;
    }
    .switch-bg-blue {
        background: #bdbeb9;
        padding: 30px 15px;
    }
    .switch-bg-blue p {
        margin: 0;
        line-height: 24px;
        color: #414141;
    }
    .switch-bg-blue img {
        margin: 14px 0;
    }
    .digital-banking h5.inside-form-h5 {
        margin-top: 30px;
    }
    .digital-banking p.inside-form-p {
        margin: 30px 0;
    }
    .bank-logo {
        padding: 12px 0px;
    }
    .your-privacy-section .user-app-form-div h5 {
        margin-top: 30px;
        text-align: center;
        font-size: 22px;
    }
    .your-privacy-section .user-app-form-div p {
        text-align: center;
        line-height: 25px;
        padding: 0 15px;
    }
    .your-privacy-section .agree-btn button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }
    .your-privacy-section .agree-btn button span {
        margin-left: 18px;
    }
    .your-privacy-section .agree-btn .exit-btn button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .your-privacy-section .view-link {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-top: 55px;
        margin-bottom: 20px;
    }
    .your-privacy-section .view-link a {
        color: #0c4d59d1;
        text-decoration: underline !important;
        margin-bottom: 10px;
    }
    .your-privacy-section .view-link a:hover {
        color: #5b5b5b !important;
    }
    .loading-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: black;
        width: 100%;
        min-height: 100vh;
        z-index: 1;
        color: white;
        display: none;
    }
    .loading-overlay p i.fa-spinner {
        font-size: 55px;
        color: #efefef;
        animation: loading 1s steps(4) infinite;
    }
    @keyframes loading {
        0% {
            transform: rotate(0deg);
        }
        50% {
            transform: rotate(180deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .loading-overlay p span {
        font-size: 23px;
    }
    .loading-overlay p {
        min-height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .confirm-identity-container .agree-btn .exit-btn button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .liveness-card {
        color: #002d64;
    }
    .liveness-img-demo {
        width: 268px;
        margin: 45px auto 10px;
        background: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .liveness-img-demo img {
        object-fit: contain;
        width: 268px;
    }
    .liveness-img-demo .check {
        position: absolute;
        top: 18px;
        right: 15px;
        background: #4ea733;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: white;
        font-size: 18px;
        border-radius: 50%;
    }
    .liveness-check-content p {
        text-align: center;
        color: #000;
    }
    .liveness-check-content .decleartion-list .decleration-content {
        margin: 0 auto;
        width: 85%;
    }
    .liveness-check-content .decleartion-list .decleration-content p:nth-child(1) {
        width: 9px !important;
        height: 9px;
        border-radius: 50%;
        background: #002d64;
    }
    .liveness-check-content .decleartion-list .decleration-content p:nth-child(2) {
        width: 90%;
        text-align: left;
    }
    .agree-btn .exit-btn button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .agree-btn.identitiy-cont button span {
        margin-right: 10px;
        font-size: 14px;
        margin-left: 0;
    }
    .liveness-card .liveness-icon i {
        color: #002d64;
    }
    .want-learn a {
        color: #0c4d59d1 !important;
        text-decoration: underline !important;
        margin-bottom: 10px;
    }
}

@media screen and (min-width: 240px) and (max-width: 379px) {
    /* today  */
    .liveness-img-demo.front-back-img img {
        width: 100%;
        height: 106px;
        object-fit: fill;
    }
    .liveness-img-demo.front-back-img .check {
        position: absolute;
        top: 3px;
        right: 3px;
        background: #4ea733;
        width: 18px;
        height: 18px;
        text-align: center;
        line-height: 18px;
        color: white;
        font-size: 12px;
        border-radius: 50%;
    }
    /* end  */
    .dont-have-btn {
        bottom: 12% !important;
    }
    .dont-have-btn a {
        background: transparent !important;
    }
    .switch-yes-div h5 {
        width: 80%;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .switch-yes-div p {
        color: #414141;
        width: 95%;
    }
    .switch-yes-div .compare-tab .tab-circle {
        width: 16px;
        height: 16px;
        border: 1px solid #002d64;
    }
    .switch-yes-div .compare-tab .tab-list.active .tab-circle {
        background: #002d64;
    }
    .switch-yes-div .compare-tab .checkactive .tab-list:not(:first-child) {
        margin-left: 10px;
    }
    .switch-yes-div .compare-tab .checkactive {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .switch-yes-div .compare-tab .tab-contents {
        display: none;
    }
    .switch-yes-div .compare-tab .tab-contents.active {
        display: block;
    }
    .switch-yes-div .compare-tab .tab-contents .compare-table .compare-table-heading {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        margin: 35px 0 0 0;
    }
    .switch-yes-div .compare-tab .tab-contents .compare-table .compare-table-heading h5,
    .switch-yes-div .compare-tab .tab-contents .compare-table .compare-table-heading p {
        text-align: center;
        font-size: 15px;
        line-height: 23px;
    }
    .switch-yes-div {
        display: none;
    }
    /* app start  */
    .app-menu .fa-bars {
        font-size: 25px;
        color: #fff;
        text-align: right;
        width: 100%;
        padding-right: 25px;
    }
    .header-menu {
        background-color: white;
        padding: 15px;
        display: none;
    }
    .header-menu ul li a {
        font-size: 17px;
        color: white;
        letter-spacing: 1.5px;
        display: inline-block;
    }
    .header-menu ul li {
        padding: 15px 0px;
    }
    .addmenu-class {
        width: -90% !important;
        transition: 0.8s all
    }
    .increase-width {
        width: 95% !important;
        transition: 0.8s all;
        background: #38424e;
        padding: 15px;
        display: block;
        position: absolute;
        top: 0%;
        height: 100vh;
        transition: 0.8s all
    }
    .addmenu-class .cross-icons {
        text-align: right;
        padding: 16px 0px;
    }
    .addmenu-class .cross-icons i {
        font-size: 25px;
        color: white;
        font-weight: bold;
    }
    .mobile-app-row {
        background-color: #002d64;
        align-items: center;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    }
    .rbs-breadcrumb {
        background: #e9e5e475;
        height: 150px;
        align-items: center;
        display: flex;
    }
    .rbs-breadcrumb .rbs-content h2 {
        color: gray;
        text-transform: uppercase;
        font-size: 18px;
        letter-spacing: 4px;
        margin-bottom: 0px;
        text-align: center;
    }
    .rbs-breadcrumb .rbs-content {
        width: 100%;
    }
    .rbs-breadcrumb .rbs-content p {
        text-align: right;
        padding-right: 25px;
        padding-top: 15px;
        font-size: 12px;
        text-transform: uppercase;
        color: grey;
        letter-spacing: 4px;
        margin-bottom: 0px;
    }
    .upload-profile-card .profile-upper-grey {
        background: #e9e5e475;
        height: 140px;
        position: relative;
        z-index: -1;
    }
    .upload-profile-card .profile-upper-grey i.fa-plus {
        position: absolute;
        bottom: 39%;
        left: 50%;
        font-size: 30px;
        transform: translateX(-50%);
        color: gray;
    }
    .upload-profile-card .user-pic {
        display: flex;
        justify-content: center;
        position: relative;
    }
    .upload-profile-card .user-pic i.fa-check {
        position: absolute;
        right: 7%;
        top: 15%;
        font-size: 29px;
        color: gray;
    }
    .user-pic .user-circle {
        height: 150px;
        width: 150px;
        background: white;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: -45px;
    }
    .user-pic .user-circle .circle-black {
        height: 125px;
        align-items: center;
        display: flex;
        justify-content: center;
        width: 125px;
        background: black;
        border-radius: 50%;
    }
    .upload-profile-card {
        margin-top: 60px;
    }
    .user-pic .user-circle .circle-black .fa-camera {
        font-size: 40px;
        color: white;
        font-weight: 900;
    }
    .upload-profile-card .pic-username h3 {
        margin-bottom: 0px;
        text-align: center;
        padding: 10px 0px;
        font-size: 20px;
    }
    .about-yourself textarea {
        border: 1px solid #fbeeee;
    }
    .about-yourself textarea::placeholder {
        color: grey;
        letter-spacing: 1px;
    }
    .edit-card {
        background: black;
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
    .edit-card .edit-logo {
        padding: 15px 0px;
    }
    .edit-card .edit-logo i {
        font-size: 25px;
        text-align: center;
        color: white;
        width: 100%;
        font-weight: bold;
    }
    .edit-card .edit-logo.active {
        background: #3290d0;
    }
    .color-orange {
        color: #cc9029;
    }
    .dashboard-content p {
        line-height: 30px;
        margin: 0;
        color: #333333;
        font-size: 13px;
    }
    .update-btn {
        margin: 26px 0 35px 0;
    }
    .update-btn a {
        margin: 21px 0 0 0;
        background: #03a9f4;
        width: 100%;
        color: white;
        padding: 15px 0;
    }
    .update-btn a.update-cancel-btn {
        background: #e9e5e475;
        color: black;
    }
    .dashboard-content {
        min-height: calc(100vh - 50px);
        display: flex;
        align-items: center;
    }
    .app-login-section {
        background: #ffffff;
        width: 100%;
        position: fixed;
    }
    .app-login-section .bank-logo {
        text-align: center;
    }
    .app-login-section .bank-logo img {
        height: 55px;
    }
    .app-login-section .bank-logo h1 {
        color: black;
        font-size: 24px;
        margin: 15px 0;
    }
    .app-login-section .login-title h5 {
        color: black;
        text-align: center;
        margin: 80px 0px 30px 0;
        font-size: 16px;
    }
    .app-login-section .login-form .form-group input {
        background: #e9e9e98c;
        color: black;
        font-size: 14px;
        border-radius: 28px;
        height: 45px;
        border: 1px solid #ffffff42;
        padding: 0 25px;
    }
    .app-login-section .login-form .form-group input::placeholder {
        color: black;
        font-size: 12px;
    }
    .app-login-section .login-form .login-btn button {
        width: 100%;
        margin: 25px 0 0 0;
        height: 45px;
        border: 0;
        outline: 0;
        border-radius: 6px;
        color: white;
        font-size: 16px;
        /* background: linear-gradient(45deg, #0000467d, #1cb5e0a6); */
        background: #0e0e0e;
    }
    .app-login-section .login-form .remember {
        display: flex;
        align-items: center;
        color: black;
        font-size: 11px;
    }
    .app-login-section .login-form .remember input {
        height: 18px;
        width: 18px !important;
    }
    .app-login-section .login-form .remember label {
        margin: 0;
        margin-left: 7px;
    }
    .app-login-section .login-form .forgot {
        text-align: right;
    }
    .app-login-section .login-form .forgot a {
        color: #cc9029;
        font-size: 11px;
    }
    .app-login-section .login-form .forgot a:hover {
        color: #222222 !important;
    }
    .app-login-section .app-login-form-row {
        min-height: calc(100vh - 55px);
        padding: 20px 10px;
    }
    .my-wallet-section .my-wallet-row {
        background: #9f9aa15c;
        padding: 20px 0;
    }
    .my-wallet-section .my-wallet-row h5 {
        text-align: center;
        color: #cc9029;
        margin-bottom: 25px;
    }
    .mywallet-card-content {
        background: white;
        padding: 20px;
        width: 80%;
        margin: 0 auto;
        box-shadow: 0px 2px 12px rgb(0 0 0 / 8%);
    }
    .mywallet-card .mywallet-card-content:not(:first-child) {
        margin-top: 18px;
    }
    .mywallet-card .mywallet-card-content:not(:first-child) p i {
        color: #cc9029;
        font-size: 18px;
        margin-bottom: 8px;
    }
    .mywallet-card-content p {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin: 0;
        color: #333333;
    }
    .mywallet-card-content p span {
        background: #cc9029;
        width: 22px;
        height: 22px;
        line-height: 22px;
        text-align: center;
        color: white;
        border-radius: 50%;
        font-size: 15px;
        margin-bottom: 8px;
    }
    .mywallet-card-content p span i {
        vertical-align: middle;
    }
    .wallet-balance-div {
        color: #333333;
    }
    .wallet-balance-div p.blance-para {
        width: 65%;
        line-height: 30px;
        font-size: 13px;
    }
    .wallet-balance-div p.color-green {
        color: #0a9545;
        font-weight: 600;
    }
    .send-to-bank-btn a {
        background: #000000;
        color: white;
        margin: 18px 0 25px 0;
        padding: 12px 20px;
        border-radius: 33px;
        font-size: 14px;
    }
    .color-red {
        color: red;
    }
    .send-bank-form {
        color: #333333;
    }
    .send-bank-form .terms-condition {
        display: flex;
        align-items: center;
    }
    .send-bank-form .terms-condition label {
        margin: 0;
        margin-left: 10px;
    }
    .send-bank-form .terms-condition input {
        height: 17px;
        width: 17px !important;
    }
    .make-payment-btn button {
        margin: 35px 0;
        border: 0;
        height: 50px;
        padding: 0 20px;
        border-radius: 6px;
        background: #9f9aa140;
    }
    /* app end  */
    .form-bottom-title h1 {
        color: white;
        margin: 0;
        padding: 20px 30px;
        font-size: 20px;
        width: 50%;
        border-radius: 5px;
        background: #4f6614;
        box-shadow: 0 -7px 7px 0px #2b2b2b;
    }
    .cashdraw-main-card .cashdraw-content {
        display: grid;
        border: 1px solid #000;
        grid-template-columns: repeat(2, 1fr);
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column:first-child {
        background-color: #e9e5e475 !important;
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column .cashdraw-header h4 {
        color: #000;
        font-size: 13px;
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column {
        padding: 15px;
    }
    .cashdraw-main-card .cashdraw-content .cash-draw-column .cashdraw-header p {
        color: black;
        font-weight: 400;
        font-size: 11px;
    }
    .cash-upper-card .cashdraw-main-card:not(:first-child) {
        margin-top: 25px;
    }
    .continue-btn a.btn {
        background: #0c4d59d1;
        width: 100%;
        color: white;
        margin: 43px 0 20px 0;
        border: 1px solid #0c4d59d1;
    }
    .decleration-container {
        display: none;
    }
    .decleration-app {
        margin-top: 20px !important;
    }
    .decleartion-list .decleration-content {
        color: #000;
        font-size: 14px;
        display: flex;
        flex-wrap: wrap;
    }
    .decleartion-list .decleration-content p:nth-child(1) {
        width: 3% !important;
        background: #d32d2d;
        display: inline-block;
        margin-top: 5px;
        width: 3px;
        height: 10px;
    }
    .decleartion-list .decleration-content p:nth-child(2) {
        width: 95%;
        margin-left: 2%;
    }
    .agree-card .agree-container {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 12px;
        cursor: pointer;
        font-size: 22px;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }
    .agree-card label:first-child {
        width: 15% !important;
    }
    .agree-card label:last-child {
        width: 85% !important;
    }
    /* Hide the browser's default checkbox */
    .agree-card .agree-container input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0;
    }
    /* Create a custom checkbox */
    .agree-card .agree-container .checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 25px;
        width: 25px;
        background-color: #eee;
    }
    /* On mouse-over, add a grey background color */
    .agree-card .agree-container:hover input~.checkmark {
        background-color: #ccc;
    }
    /* When the checkbox is checked, add a blue background */
    .agree-card .agree-container input:checked~.checkmark {
        background-color: #0c4d59d1;
    }
    /* Create the checkmark/indicator (hidden when not checked) */
    .agree-card .agree-container .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }
    /* Show the checkmark when checked */
    .agree-card .agree-container input:checked~.checkmark:after {
        display: block;
    }
    /* Style the checkmark/indicator */
    .agree-card .agree-container .checkmark:after {
        left: 9px;
        top: 5px;
        width: 5px;
        height: 10px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .agree-card {
        display: flex;
        margin-top: 20px;
        display: flex;
        margin-top: 20px;
        padding: 10px;
        border: 1px solid #2f779d;
    }
    .user-app-form-div .fees-text {
        color: #000;
    }
    .agree-card .agree-container label {
        margin-bottom: 0px;
    }
    .activate-account-container {
        display: none;
    }
    .activate-account-container .activate-account-title h1 {
        width: 100% !important;
    }
    .reserve-account-heading h1 {
        font-size: 20px;
        line-height: 32px;
        font-weight: 600;
    }
    .reserved-account-card {
        width: 100%;
        background-color: #e9e5e475 !important;
        padding: 40px 20px 20px 20px;
    }
    .account-details .account-heading h2 {
        font-size: 15px;
        color: #000;
        font-weight: 400;
    }
    .account-details .accout-content p {
        font-size: 14px;
        color: #000;
        font-weight: bold;
    }
    .account-card {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        padding-top: 30px;
        grid-row-gap: 25px;
    }
    .upload-id {
        padding: 20px;
        width: 100%;
        background: #2f779d;
    }
    .upload-id .uplaod-id-heading h2 {
        font-size: 20px;
        color: #fff;
        font-weight: 400;
        margin-bottom: 25px;
    }
    .upload-id .uplaod-id-heading p {
        font-size: 14px;
        color: #fff;
        line-height: 25px;
        font-weight: 400;
    }
    .provide-document {
        display: flex;
    }
    .document-content {
        margin-left: 25px;
    }
    .provide-document .document-icon i {
        font-size: 30px;
        color: #7b3045;
    }
    .document-content p {
        font-size: 14px !important;
    }
    .upload-id .proof-bottom-content p {
        font-size: 13px;
        padding: 15px 0px;
    }
    .confirm-identity-container {
        display: none;
    }
    .confirm-identity-title h1 {
        color: white;
        font-size: 20px;
        font-weight: 300;
    }
    .identity-card .need-content {
        padding: 25px 0px;
        color: #725050;
        font-size: 16px;
    }
    .liveness-card {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        padding: 8px 15px;
        border: 1px solid #f5e8e8;
        box-shadow: 0 4px 8px 0 rgb(0 0 0 / 20%);
        transition: 0.3s
    }
    .liveness-card .liveness-log {
        width: 15%;
        font-size: 26px;
        color: #7b3045;
    }
    .liveness-card .liveness-heading {
        width: 70%;
        padding-left: 20px;
    }
    .liveness-card .liveness-icon i {
        font-size: 24px;
        text-align: center;
    }
    .liveness-card .liveness-icon {
        width: 15%;
        text-align: center;
    }
    .liveness-card .liveness-heading h2 {
        font-size: 17px;
        margin-bottom: 0px;
        letter-spacing: 1.3px;
    }
    html,
    body {
        overflow-x: hidden;
    }
    .liveness-main .liveness-card:not(:first-child) {
        margin: 40px 0px;
    }
    .bit-stuck-card {
        background-color: #e9e5e475 !important;
        padding: 30px 0px;
    }
    .bit-stuck-card .bit-stuck-heading h2 {
        text-align: center;
        font-size: 20px;
        margin-bottom: 25px;
    }
    .bit-stuck-card .bit-stuck-heading h4 {
        font-size: 17px;
        color: #7b3045;
        text-align: center;
        margin-bottom: 25px;
    }
    .bit-stuck-card .but-stuck-white-card {
        background: white;
        width: 90%;
        margin: auto;
        text-align: center;
        padding: 15px 0px;
    }
    .bit-stuck-card .but-stuck-white-card h2 {
        font-size: 17px;
        color: #7b3045;
        text-align: center;
    }
    .bit-stuck-card .but-stuck-white-card h2~i {
        font-size: 30px;
        color: #386d77;
        text-align: center;
        font-weight: bold;
    }
    .photoid-card .photoid-content h4 {
        font-size: 20px;
        margin: 40px 0px;
    }
    .photo-id-main .liveness-card .liveness-heading {
        width: 85%;
    }
    .want-learn {
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .want-learn a {
        color: #002d64;
        text-decoration: underline !important;
        font-size: 15px !important;
    }
    .get-help button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .get-help button span {
        padding-left: 16px;
    }
    .get-help button {
        color: #002d64;
        font-size: 15px !important;
        font-weight: 600;
        height: 50px;
        margin: 40px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .address-div,
    .nationality-div,
    .pay-tax,
    .switch-account,
    .digital-banking {
        display: none;
    }
    .step-2-row,
    .step-3-row,
    .step-4-row,
    .step-5-row {
        display: none;
    }
    .welcome-section {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
        min-height: 100vh;
        background: #002d64;
    }
    .welcome-row {
        min-height: 100vh;
    }
    .welcome-bank .bank-logo img {
        height: 65px;
        object-fit: contain;
    }
    .welcome-content-div {
        padding: 115px 0px 80px 45px;
    }
    .welcome-bank .bank-logo {
        color: white;
        font-size: 30px;
        margin-bottom: 10px;
    }
    .welcome-bank .bank-name p {
        color: white;
        font-size: 24px;
        line-height: 43px;
    }
    .new-welcome-section .welcome-content-div .new-user-btn {
        position: absolute;
        bottom: 0% !important;
        left: 0;
        width: 100%;
        text-align: center;
    }
    .welcome-content-div .new-user-btn a {
        color: white;
        font-size: 15px;
        padding: 13px 0;
        background: #047ca1;
        width: 85%;
        border-radius: 42px;
    }
    .user-app-top-row {
        background: #c3bfbc5e;
        padding: 15px 0;
    }
    .background-blue {
        background: #002d64;
    }
    .user-application-top .bank-logo-closebtn {
        display: flex;
        align-items: center;
    }
    .user-application-top .bank-logo-closebtn .close-page {
        width: 10%;
        text-align: center;
        color: #8a9bb8;
        font-size: 25px;
    }
    .user-application-top .bank-logo-closebtn .bank-logo {
        width: 90%;
        display: flex;
        align-items: center;
        padding-left: 16px;
        font-size: 22px;
        color: #002d64;
    }
    .bank-logo img {
        height: 30px;
        object-fit: contain;
    }
    .user-application-top .bank-logo-closebtn .bank-logo h1 {
        font-size: 16px;
        margin: 0;
        padding-left: 8px;
        font-weight: 600;
    }
    .application-start h2 {
        font-size: 22px;
        line-height: 32px;
        font-weight: 600;
        margin-bottom: 25px;
        display: flex;
        align-items: center;
    }
    .verify-title h2 {
        margin-bottom: 0;
        padding: 10px 0;
    }
    .application-start h2 span {
        color: #1db0c2;
        margin-right: 16px;
        font-size: 25px;
    }
    .border-bottom-red {
        border-bottom: 4px solid #a1002e;
    }
    .account-options {
        padding: 45px 0 0 0;
    }
    .account-options h2 {
        font-size: 19px;
        line-height: 32px;
        /* margin-bottom: 45px; */
    }
    .account-options a {
        background: #0c4d59d1;
        width: 100%;
        color: white;
        margin: 43px 0 20px 0;
        border: 1px solid #0c4d59d1;
    }
    .inforamtion-used-accordion {
        padding: 25px 0;
        border-bottom: 1px solid lightgray;
    }
    .how-info-used {
        display: flex;
        align-items: center;
    }
    .how-info-used span {
        width: 5%;
        font-size: 17px;
    }
    .how-info-used h5 {
        font-size: 15px;
        margin: 0;
        margin-left: 13px;
        width: 90%;
    }
    .how-info-used-content {
        display: none;
    }
    .how-info-used-content p {
        padding: 15px 30px;
        line-height: 26px;
        margin: 0;
    }
    .agreed-checkbox .form-group input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }
    .agreed-checkbox .form-group label {
        position: relative;
        cursor: pointer;
    }
    .agreed-checkbox .form-group label:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 2px solid #c3c3c3;
        box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
        padding: 10px;
        display: inline-block;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 5px;
    }
    .agreed-checkbox .form-group input:checked+label:after {
        content: '';
        display: block;
        position: absolute;
        top: 33px;
        left: 9px;
        width: 8px;
        height: 15px;
        border: solid #002d64;
        border-width: 0 3px 3px 0;
        transform: rotate( 45deg);
    }
    .condition-read-div .agreed-checkbox label {
        display: flex;
        align-items: center;
    }
    .condition-read-div .agreed-checkbox label p {
        margin: 0;
        padding-left: 10px;
    }
    .border-padding-bottom {
        border-bottom: 1px solid lightgray;
        padding-bottom: 19px;
    }
    .verify-identity-para {
        padding: 25px 0;
    }
    .verify-identity-para p {
        margin: 0;
        font-size: 16px;
    }
    .verify-identity-para p:not(:first-child) {
        margin-top: 16px;
    }
    /* user-form  */
    .mobile-header-row {
        background: #002d64;
        align-items: center;
    }
    .mobile-header-row .cancel-btn {
        width: 70%;
        text-align: right;
        margin-left: auto;
    }
    .mobile-header-row .cancel-btn a {
        background: #2f779d;
        color: white;
        padding: 15px 20px;
        font-size: 15px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile-header-row .cancel-btn a i {
        font-size: 22px;
        margin-left: 7px;
    }
    footer .copyright-row {
        margin-top: 10px;
        border-top: 3px solid #002d64;
        padding: 15px 0;
    }
    .form-top-row {
        background: #002d64;
        padding: 20px 0;
    }
    .form-top-row .form-top-title h1 {
        background: #7b3045;
        color: white;
        margin: 0;
        padding: 20px 30px 20px 30px;
        font-size: 20px;
        border-radius: 5px;
        display: inline-block;
    }
    .user-app-form-div>p {
        margin: 30px 0;
    }
    .user-app-form-div h5 {
        margin-bottom: 8px;
    }
    .user-app-form-div .form-group p {
        font-size: 10px;
        margin-bottom: 8px;
    }
    .user-app-form-div .form-group .dob-input .gj-datepicker {
        display: flex;
        flex-wrap: nowrap;
    }
    .user-app-form-div .form-group p.lightblue {
        display: flex;
        align-items: center;
        color: #2792ac;
    }
    .user-app-form-div .form-group p.lightblue span {
        margin-left: 6px;
        font-size: 9px;
    }
    .cont-btn button {
        background: #0c4d59d1;
        width: 100%;
        color: white;
        margin: 43px 0 20px 0;
        border: 1px solid #0c4d59d1;
        height: 45px;
        border-radius: 5px;
    }
    .postcode-input {
        display: flex;
        align-items: center;
    }
    .postcode-input input {
        width: 60% !important;
    }
    .postcode-input .search-btn {
        width: 40%;
        text-align: center;
    }
    .postcode-input .search-btn a {
        border: 1px solid #2792ac;
        color: #2792ac;
        height: 42px;
        line-height: 42px;
        padding: 0 23px;
    }
    .postcode-input .search-btn a:hover {
        background: #366b75;
    }
    .user-app-form-div .form-group .nice-select .option {
        line-height: 25px;
        display: flex;
        align-items: center;
        white-space: normal;
        margin-bottom: 8px;
    }
    .user-app-form-div .form-group .nice-select .current {
        width: 100%;
        display: block;
        overflow: hidden;
        white-space: nowrap;
    }
    .user-app-form-div .form-group .radio-input {
        display: flex;
        align-items: center;
        margin-bottom: 16px;
    }
    .user-app-form-div .form-group .radio-input input[type="radio"] {
        height: 23px;
        width: 23px !important;
        margin-right: 12px;
    }
    .user-app-form-div .form-group .radio-input label {
        margin: 0;
    }
    .form-top-row .form-top-title h1.bg-green {
        background: #4f6614;
        box-shadow: 0 -7px 7px 0px #2b2b2b;
    }
    .switch-bg-blue {
        background: #bdbeb9;
        padding: 30px 15px;
    }
    .switch-bg-blue p {
        margin: 0;
        line-height: 24px;
        color: #414141;
    }
    .switch-bg-blue img {
        margin: 14px 0;
    }
    .digital-banking h5.inside-form-h5 {
        margin-top: 30px;
    }
    .digital-banking p.inside-form-p {
        margin: 30px 0;
    }
    .bank-logo {
        padding: 12px 0px;
    }
    .your-privacy-section .user-app-form-div h5 {
        margin-top: 30px;
        text-align: center;
        font-size: 22px;
    }
    .your-privacy-section .user-app-form-div p {
        text-align: center;
        line-height: 25px;
        padding: 0 15px;
    }
    .your-privacy-section .agree-btn button {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 50px;
    }
    .your-privacy-section .agree-btn button span {
        margin-left: 18px;
    }
    .your-privacy-section .agree-btn .exit-btn button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .your-privacy-section .view-link {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        margin-top: 55px;
        margin-bottom: 20px;
    }
    .your-privacy-section .view-link a {
        color: #0c4d59d1;
        text-decoration: underline !important;
        margin-bottom: 10px;
    }
    .your-privacy-section .view-link a:hover {
        color: #5b5b5b !important;
    }
    .loading-overlay {
        position: absolute;
        top: 0;
        left: 0;
        background: black;
        width: 100%;
        min-height: 100vh;
        z-index: 1;
        color: white;
        display: none;
    }
    .loading-overlay p i.fa-spinner {
        font-size: 55px;
        color: #efefef;
        animation: loading 1s steps(4) infinite;
    }
    @keyframes loading {
        0% {
            transform: rotate(0deg);
        }
        50% {
            transform: rotate(180deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    .loading-overlay p span {
        font-size: 23px;
    }
    .loading-overlay p {
        min-height: 100vh;
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }
    .confirm-identity-container .agree-btn .exit-btn button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .liveness-card {
        color: #002d64;
    }
    .liveness-img-demo {
        width: 268px;
        margin: 45px auto 10px;
        background: black;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
    }
    .liveness-img-demo img {
        object-fit: contain;
        width: 268px;
    }
    .liveness-img-demo .check {
        position: absolute;
        top: 18px;
        right: 15px;
        background: #4ea733;
        width: 30px;
        height: 30px;
        text-align: center;
        line-height: 30px;
        color: white;
        font-size: 18px;
        border-radius: 50%;
    }
    .liveness-check-content p {
        text-align: center;
        color: #000;
    }
    .liveness-check-content .decleartion-list .decleration-content {
        margin: 0 auto;
        width: 85%;
    }
    .liveness-check-content .decleartion-list .decleration-content p:nth-child(1) {
        width: 9px !important;
        height: 9px;
        border-radius: 50%;
        background: #002d64;
    }
    .liveness-check-content .decleartion-list .decleration-content p:nth-child(2) {
        width: 90%;
        text-align: left;
    }
    .agree-btn .exit-btn button {
        background: transparent;
        color: #0c4d59d1;
        border-color: #0c4d59d1;
        margin-top: 22px;
    }
    .agree-btn.identitiy-cont button span {
        margin-right: 10px;
        font-size: 14px;
        margin-left: 0;
    }
    .liveness-card .liveness-icon i {
        color: #002d64;
    }
    .want-learn a {
        color: #0c4d59d1 !important;
        text-decoration: underline !important;
        margin-bottom: 10px;
    }
}

.download-btn-center {
    height: 70vh;
    align-items: center;
    display: flex;
    justify-content: center;
}

.download-btn-center .cont-btn {
    width: 100%;
}

.new-user-btn.btm-27{
        bottom: 27% !important;
}
.header-refresh-menu{
        display: flex;
      justify-content: flex-end;
    width: 100%;
    align-items: center;
}
.header-refresh-menu .page-refresh{
    color: white;
    font-size: 25px;
    font-weight:400;
    
}
.header-refresh-menu .page-refresh i{
    /*margin-right:20px;*/
    
}