/*******************Reset Css****************/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none !important;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: none;
    -webkit-box-shadow: none;
    -ms-box-shadow: none;
    -o-box-shadow: none;
}

p {
    margin: 0;
}

html,
body {
    padding: 0;
    margin: 0;
    border-radius: 0;
}

em {
    font-style: normal;
}

body {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #2d2924;
    line-height: 22px;
}

a,
button,
input,
input[type="buttton"],
input[type="submit"],
.btn {
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    outline: none !important;
    text-decoration: none;
    font-style: normal;
    text-decoration: none;
}

input {
    width: 100%;
}

img,
figure {
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
}

ul,
ol,
li {
    list-style: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
}

input,
textarea {
    padding: 5px 10px;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}


/*Buttons*/

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    opacity: 1;
    color: #959595;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    opacity: 1;
    color: #959595;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    opacity: 1;
    color: #959595;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #959595;
}

.noradius {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
}

.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    /* Konqueror HTML */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                      supported by Chrome and Opera */
}

.pointerNone {
    pointer-events: none;
    -webkit-pointer-events: none;
    -moz-pointer-events: none;
}

.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn),
.bootstrap-select:not(.input-group-btn),
.bootstrap-select[class*="col-"] {
    width: 100%;
}


/*******************Reset Css****************/


/*-----------Common_Class_CSS-----------*/


/*lbc branchportal */

body {
    padding-top: 79px;
}

.creditriskportal_header .logo {
    margin-top: 0;
    /* width: 145px; */
    width: 155px;
}

.creditriskportal_header {
    padding: 10px 0;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    background-color: #fff;
    z-index: 99;
}

.branch_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.branch_portal_footer {
    padding: 35px 0;
    background-color: #f7f7f7;
}

.branch_portal_footer p {
    color: #222222;
    font-size: 12px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin: 0;
}

.branch_login {
    padding: 75px 0 325px;
}

.branch_login_full {
    max-width: 570px;
    margin: 0 auto;
}

.branch_header_global h1 {
    color: #004070;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
}

.brnchlogin_hold {
    background-color: #f7f7f7;
    border-radius: 25px;
    padding: 55px 100px;
}

.global_input_hold label {
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-weight: 600;
    margin-bottom: 7px;
}

.branch_login_part .global_input_hold label{
    text-transform: capitalize;
}

.flx_distance {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.frgt_pass {
    font-size: 16px;
    color: #004070;
    text-transform: none;
    text-decoration: underline;
    font-weight: 600;
}

.frgt_pass:hover {
    text-decoration: underline;
    font-weight: 700;
    color: #004070;
}

.lbc_creditriskportal_flow .type_fld {
    height: 60px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0;
    border: solid 1px #737373;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.lbc_creditriskportal_flow .type_fld.errorred{
    border: 2px solid #ae0a33 !important;
    background-color: #FEECF0 !important;
}

.global_input_hold {
    margin-bottom: 20px;
    position: relative;
}

.material_pass_view_ico {
    left: auto;
    right: 20px;
    width: 25px;
    height: 25px;
    top: 47px;
    position: absolute;
}

.solid_btn {
    font-size: 16px;
    color: #fff;
    border-radius: 4px;
    background-color: #004070;
    padding: 0 20px;
    letter-spacing: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    height: 50px;
    line-height: 48px;
    min-width: 175px;
    max-width: 175px;
    border: 0;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
}

.solid_btn:hover {
    box-shadow: none;
    background-color: #0068b8;
    color: #fff;
}

.solid_btn:focus {
    background-color: #004070 !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.solid_btn:active {
    background-color: #d8ecfd !important;
    color: #000000;
    border: #222 2px solid;
}

.border-btn {
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    letter-spacing: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #004070;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #004070;
    min-width: 175px;
    max-width: 175px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    position: relative;
}

.border-btn:hover {
    opacity: 1;
    background-color: #0068b8;
    color: #fff;
    border-color: #0068b8;
}

.border-btn:focus {
    background-color: #004070;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.border-btn:active {
    background-color: #d8ecfd;
    color: #000;
    box-shadow: none !important;
    border-color: #222;
}

.lbc_creditriskportal_flow .type_fld:focus {
    box-shadow: 0 0 0 5px #7ac5fe !important;
    border: 1px solid #004070 !important;
    border-color: #004070 !important;
}

.errored {
    background-color: rgb(254, 236, 240) !important;
    border: 2px solid #ae0a33 !important;
}

.accounts_main_holder {
    padding: 25px 0;
    border-radius: 25px;
    background-color: #f7f7f7;
    display: flex;
    align-items: center;
}

.accounts_part {
    width: 50%;
    padding: 60px;
    text-align: center;
}

.accounts_part+.accounts_part {
    border-left: 1px solid #959595;
}

.accounts_part h2 {
    font-size: 26px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 20px;
}

.accounts_part p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
    color: #222222;
}

.brnch_menu_select {
    width: 300px;
    text-align: right;
}

.brnch_menu_select .dropdown-toggle {
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.brnch_menu_select li.dropdown a figure.avatar_prof_img {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: inherit;
    filter: none;
    background-color: #004070;
    flex-wrap: wrap;
    font-size: 16px !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 42px;
    height: 42px;
    margin-right: 11px;
    vertical-align: middle;
    border-radius: 50%;
}

.brnch_menu_select .dropdown .caret,
.brnch_menu_select_mobile .caret {
    border: none;
    width: 15px;
    height: 6px;
    /* background: url(../images/icon_caret-down-black.svg) right center no-repeat; */
    background: url(../images/carret_down_icon_blue.png) right center no-repeat;
    background-size: contain;
    margin-left: 2px;
    vertical-align: middle;
    display: inline-block;
    transform: rotate(0deg);
}

.droptest.show.caret_rotate .caret {
    transform: rotate(180deg);
}

.brnch_menu_select .dropdown-toggle::after {
    display: none;
}

.brnch_menu_select .dropdown-menu {
    padding: 25px 0 30px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
    border-radius: 8px;
    left: auto !important;
    right: 0px !important;
    top: 62px !important;
    background: #fff;
    margin-top: 8px;
    border: 0;
    width: 260px;
    transform: none !important;
}

.brnch_menu_select .dropdown .caret:after {
    display: none;
}

.brnch_menu_select .dropdown-menu li {
    padding: 0 20px;
}

.brnch_menu_select .dropdown-menu .border-btn,
.brnch_menu_select_mobile .border-btn {
    display: inline-block;
    text-align: center;
    min-width: 175px;
    margin-top: 30px;
    border: 2px solid #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #004070;
    padding: 0 20px;
}

.brnch_menu_select .dropdown-menu .border-btn:hover,
.brnch_menu_select_mobile .border-btn:hover {
    border-color: #0068b8;
    background: #0068b8;
    color: #fff !important;
}

.brnch_menu_select .dropdown-menu .border-btn:focus,
.brnch_menu_select_mobile .border-btn:focus {
    box-shadow: 0 0 0 5px #7ac5fe !important;
    border-color: #004070;
    background-color: #fff;
    color: #004070 !important;
}

.brnch_menu_select .dropdown-menu .border-btn:active,
.brnch_menu_select_mobile .border-btn:active {
    border-color: #222222;
    background: #d8ecfd !important;
    color: #000;
}

.brnch_menu_select .dropdown-menu:before {
    background-image: url(../images/arrow_drop.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    content: "";
    position: absolute;
    top: -25px;
    right: 23px;
}

.dropdown-submenu .dropdown-menu {
    position: static !important;
    border-radius: 0;
    box-shadow: none;
    width: 100%;
    padding: 0;
    background: transparent;
    border: 0;
    border-top: 1px solid #d9d9d9;
    margin-top: 15px;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li,
.brnch_menu_select_mobile .dropdown-submenu .dropdown-menu li {
    padding: 15px 0;
    margin: 0;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li a,
.brnch_menu_select_mobile .dropdown-submenu .dropdown-menu li a {
    font-size: 16px;
    color: #222222;
    padding: 0;
    border-bottom: 0;
    display: inline-block;
    width: 100%;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li a:hover,
.brnch_menu_select_mobile .dropdown-submenu .dropdown-menu li a:hover {
    color: #004070;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li a span,
.brnch_menu_select_mobile .dropdown-submenu .dropdown-menu li a span {
    display: inline-block;
    width: 24px;
    margin-right: 10px;
}

.brnch_menu_select .dropdown-menu .dropdown-submenu+.dropdown-submenu,
.brnch_menu_select_mobile .dropdown-submenu+.dropdown-submenu {
    margin: 0;
    /* margin-top: 30px; */
}

.dropdown-submenu .droptest {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    padding: 15px 0px;
    border-bottom: 0;
    display: block;
}

.dropdown-submenu .droptest:focus {
    color: #222;
}

.dropdown-submenu .droptest:hover {
    color: #222;
}

.inner_personal_box {
    padding: 45px 45px 50px;
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    display: block;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.icn_hold {
    width: 70px;
    display: inline-block;
    margin-bottom: 20px;
}

.inner_personal_box h2 {
    color: #222;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.inner_personal_box p {
    font-size: 14px;
    color: #222;
    font-weight: 400;
    min-height: 44px;
}

.lbc_apply_sec {
    padding: 40px 0;
}

.global_head {
    max-width: 560px;
    margin: 0 auto;
}

.global_head h2 {
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
}

.global_head p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.all_cards {
    padding: 85px 0 30px;
    background-color: #fff8e7;
}

.card_bx h2 {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 15px;
}

.card_bx {
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    background-color: #fff;
    padding: 20px 32px 32px;
    cursor: pointer;
    border: 2px solid transparent;
    position: relative;
}

.card_bx h4 {
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-top: 15px;
    margin-bottom: 0;
    color: #000;
}

.comparision_btn_holder {
    padding-top: 30px;
}

.comparision_btn_holder .border-btn {
    background-color: transparent;
    max-width: 100%;
}

.comparision_btn_holder .border-btn:hover {
    background-color: rgba(0, 64, 112, 0.1);
}

.comparision_btn_holder .border-btn:focus {
    background-color: #004070;
}

.comparision_btn_holder .border-btn:active {
    background-color: #fdb812;
}

.card_bx:hover {
    border: 2px solid #004070;
    background-color: rgba(0, 64, 112, 0.1);
}

.card_bx.active {
    border: 2px solid #fdb812;
    background-color: #f9eac8;
}

.nxt_pg_btn {
    padding: 30px 0 250px;
}

.lbc_button_hold .btn+.btn {
    margin-left: 10px;
}

.prev_pg {
    color: #222;
    font-size: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    background-image: url(../images/crd_pg_back.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 35px;
    display: inline-block;
}

.prev_pg:hover {
    color: #004070;
}

.modal-header .close {
    background: url(../images/icon-dismiss.svg) right top no-repeat;
    background-size: cover;
    margin-top: 0;
    font-size: 0;
    width: 25px;
    height: 25px;
    padding: 0;
    opacity: 1;
    margin: 0;
}

.modal-header .close:hover {
    background: url(../images/icon-dismiss_hov.svg?v=1.1) right top no-repeat;
    background-size: cover;
    margin-top: 0;
    width: 25px;
    height: 25px;
}

.compare_card_modal {
    width: 95%;
    max-width: 793px;
}

.modal .modal-dialog {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    padding-top: 30px;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.modal-content {
    border: 0 !important;
    box-shadow: 0 0 6px rgb(69 69 69 / 50%) !important;
    border-radius: 4px !important;
    width: 100%;
}

.newSuccess .modal-header {
    padding: 18px 20px 13px !important;
    border-bottom: 1px solid #d9d9d9;
}

.newSuccess .modal-header h4 {
    font-size: 20px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.compare_container {
    margin-top: 153px;
    padding-top: 0;
    position: relative;
    height: calc(100vh - 360px);
    overflow: hidden;
    overflow-y: auto;
}

.compare_table {
    font-size: 14px;
    line-height: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.compare_table thead {
    top: 92px;
    margin: 0 15px;
    width: calc(100% - 30px);
    left: 0;
    right: 0;
    display: table;
    z-index: 2;
    position: fixed;
}

.compare_table .card_box {
    padding: 15px 25px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.compare_table th:nth-child(odd),
.compare_table td:nth-child(odd),
.compare_table th:nth-child(odd):hover,
.compare_table td:nth-child(odd):hover {
    background-color: #f7f7f7;
}

.compare_table th,
.compare_table td {
    width: 25%;
    vertical-align: middle;
    text-align: center;
}

.compare_table .card_box_img {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.compare_table.desktop_table h5 {
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 20px;
}

.full_width_td {
    letter-spacing: 0px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #000;
    background-color: #ebebeb !important;
    padding: 10px 40px 10px !important;
    line-height: 24px;
}

.compare_table span {
    display: inline-block;
    font-size: 15px;
}

.compare_table td {
    padding: 15px 10px;
}

.mobile_table {
    display: none !important;
}

.legal_section {
    margin-top: 25px;
}

.cardDisclaimerTxt {
    font-size: 12px;
    letter-spacing: 0;
    color: #000;
    margin: 0 0 15px;
    line-height: 18px;
}

.insuredTxt p {
    font-size: 13px;
    letter-spacing: 0;
    line-height: 25px;
    color: #000;
}

.insuredTxt a {
    width: 65px;
    display: inline-block;
    vertical-align: 8px;
    margin-left: 3px;
}

.cardDisclaimerTxt a {
    color: #004070;
}

#compare_popup .modal-footer {
    justify-content: center;
    border-top: 0;
}


/* compare modal end */

.lbc_visa_sec_outer {
    padding: 30px 0;
    background-color: #fff8e7;
}

.lbc_visaouter_bx {
    display: flex;
    align-items: center;
    max-width: 753px;
    margin: 0 auto;
    background-color: #fff;
    margin-right: 110px;
}

.image_bx_visa {
    margin-left: -150px;
    width: 382px;
}

.lbc_visainfinite_box {
    padding: 30px 100px 30px 55px;
    width: 70%;
}

.lbc_visainfinite_box h3 {
    font-size: 24px;
    color: #004070;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 10px;
}

.lbc_visainfinite_box p {
    font-size: 14px;
    color: #000;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.lbc_visainfinite_box ul {
    padding-top: 20px;
    position: relative;
}

.lbc_visainfinite_box ul li {
    position: relative;
    padding-left: 34px;
    font-size: 14px;
    color: #000;
    line-height: 20px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.lbc_visainfinite_box ul li+li {
    margin-top: 15px;
}

.lbc_visainfinite_box ul li:after {
    content: "";
    left: 0;
    top: 0;
    position: absolute;
    background-image: url(../images/tick_round.png);
    background-size: 24px;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
}

.proceeding_lbc_sec {
    padding: 30px 0 100px;
}

.proceeding_lbc_sec_inner {
    max-width: 560px;
    margin: 0 auto;
}

.proceeding_lbc_sec_inner ul {
    margin-bottom: 30px;
    color: #000;
    font-size: 14px;
}

.proceeding_lbc_sec_inner ul li {
    font-size: 14px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 20px;
}

.proceeding_lbc_sec_inner ul li a {
    font-weight: 600;
    color: #004070;
    text-decoration: underline;
    margin-top: -4px;
}

.proceeding_lbc_sec_inner ul li a:hover {
    font-weight: 700;
    color: #004070;
}

.proceeding_lbc_sec_inner ul li a:focus {
    font-weight: 700;
    color: #004070;
    text-decoration: underline;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 0 5px rgb(0 64 112 / 30%) !important;
    border: 1px solid #004070;
}

.lbc_visainfinite_box ul li a {
    font-weight: 600;
    color: #004070;
    text-decoration: underline;
    margin-top: -4px;
}

.lbc_visainfinite_box ul li a:hover {
    font-weight: 700;
    color: #004070;
}

.lbc_visainfinite_box ul li a:focus {
    font-weight: 700;
    color: #004070;
    text-decoration: underline;
    padding: 2px;
    border-radius: 4px;
    box-shadow: 0 0 0 5px rgb(0 64 112 / 30%) !important;
    border: 1px solid #004070;
}

.page_nav {
    overflow: hidden;
    padding-bottom: 12px;
}

.page_nav_inner {
    padding-top: 0;
    background-color: #fff;
}

.active_card_menu {
    text-align: center;
    position: relative;
}

.pg_progress {
    background-color: #00c2e0;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background-color: #fdb812;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}

.active_card_menu>ul {
    font-size: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.active_card_menu li.six_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66%;
    flex: 0 0 16.66%;
    max-width: 16.66%;
}

.active_card_menu li {
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: bottom;
}

.active_card_menu li:first-child:before,
.active_card_menu li:last-child:before {
    width: 5000px;
    position: absolute;
    bottom: 0px;
    height: 0px;
    border-bottom: 2px solid #ececec;
    content: "";
}

.active_card_menu li:first-child::before {
    border-color: #fdb812 !important;
    right: 100%;
}

.active_card_menu li:after {
    height: 24px;
    width: 24px;
    position: absolute;
    bottom: -11px;
    right: 0px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    content: "";
    background-image: url(../images/checkmark_not_ompleted@2x.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain !important;
    z-index: 2;
}

.active_card_menu li.active a {
    color: #222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    border-color: #ececec;
}

.active_card_menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #222;
    text-transform: uppercase;
    padding: 25px 10px 15px;
    margin: 0 -3px;
    border-bottom: 2px solid #ececec;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
}


/* .lbc_application_forminner {
  max-width: 560px;
  margin: 0 auto;
} */

.lbc_first_prt,
.lbc_second_prt,
.lbc_third_prt,
.lbc_fourth_prt,
.lbc_fifth_prt,
.lbc_sixth_prt,
.lbc_seventh_prt,
.lbc_eighth_prt,
.review_info {
    padding: 45px 0 100px;
}

.lbc_first_prt .global_head,
.lbc_second_prt .global_head,
.lbc_fourth_prt .global_head,
.lbc_fifth_prt .global_head,
.lbc_sixth_prt .global_head,
.lbc_seventh_prt .global_head,
.lbc_eighth_prt .global_head {
    margin-bottom: 28px;
}

.global_head {
    max-width: 560px;
    margin: 0 auto;
}

.global_head h2 {
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin-bottom: 20px;
    font-size: 36px;
}

.global_head p {
    font-size: 20px;
    color: #000;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.province_box {
    border-bottom: 1px solid #a9a9a9;
}

.form-group {
    margin-bottom: 20px;
    position: relative;
}

.form-group label {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 8px;
}

.bootstrap-select .btn-default,
.bootstrap-select .btn-default.active,
.bootstrap-select .btn-default:active,
.bootstrap-select .btn-default:focus,
.bootstrap-select .btn-default:hover,
.bootstrap-select.open>.dropdown-toggle.btn-default {
    background-color: transparent;
}

.form-group .bootstrap-select>.btn,
.payment-form .bootstrap-select .btn-default {
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.form-group .form-control,
.form-group .bootstrap-select>.btn,
.payment-form .bootstrap-select .btn-default {
    min-height: 60px;
    height: auto;
    line-height: 42px;
    border-radius: 4px;
    border: 2px solid #959595 !important;
    background-color: transparent;
    outline: 0 !important;
    color: #222;
}


/* .bootstrap-select .btn .filter-option {
  color: #222;
} */

.form-group .bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #959595;
}

.form-group .bootstrap-select .btn .caret,
.bootstrap-select .btn .caret {
    background: url(../images/caret-down.svg) right center no-repeat;
    right: 12px;
    width: 17px;
    height: 16px;
    margin-top: 0;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    border: none;
}

.dropdown-toggle::after,
.dropup .dropdown-toggle::after {
    display: none;
}

.dropdown-menu {
    padding: 0 10px;
    /* min-height: 250px !important; */
    border-radius: 10px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
}

.bootstrap-select .dropdown-menu.inner {
    max-height: 222px !important;
    overflow-y: auto !important;
}

.bootstrap-select .dropdown-menu li.selected {
    border-bottom: 0;
}

.bootstrap-select .dropdown-menu li.selected a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    background-color: transparent;
    color: #004070;
}

.bootstrap-select .dropdown-menu li.selected a {
    border-bottom: 1px solid #004070;
}

.dropdown-menu>li>a {
    padding: 10px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
    color: #004070;
    background-color: transparent;
}

.form-group .show>.dropdown-toggle.btn,
.form-group .show>.dropdown-toggle.btn.focus,
.form-group .show>.dropdown-toggle.btn:focus,
.form-group .bootstrap-select:focus>.btn,
.form-group .bootstrap-select>.btn:focus {
    border: 1px solid #004070 !important;
    box-shadow: inset 0 0 0 2px #004070, 0 0 0 5px #7ac5fe !important;
}

.info_head {
    padding: 30px 0;
}

.info_head h3 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 10px;
    line-height: 32px;
}

.info_head p {
    font-size: 12px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
}

.info_lbc_tbl {
    border: 1px solid #d8d8d8;
}

.info_tbl_row {
    display: flex;
}

.info_tbl_col:first-child {
    border-right: 1px solid #d8d8d8;
    width: 30%;
}

.info_tbl_col:nth-child(2) {
    width: 70%;
}

.info_tbl_col {
    padding: 18px 20px;
}

.info_tbl_col h4 {
    font-size: 18px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.rate_bx_hold {
    display: flex;
}

.rate_bx {
    width: 50%;
}

.rate_bx h5 {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    font-family: "Source Sans Pro", sans-serif;
    text-transform: uppercase;
    font-weight: 700;
}

.rate_bx li {
    font-size: 12px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 18px;
}

.rate_bx li span {
    font-weight: 700;
}

.info_tbl_col p {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

.info_lst li {
    font-size: 12px;
    color: #000;
    line-height: 18px;
}

.info_tbl_row+.info_tbl_row {
    border-top: 1px solid #d8d8d8;
}

.review_head {
    padding: 50px 0 20px;
}

.review_head h3 {
    font-size: 26px;
    color: #000;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 20px;
    line-height: 32px;
}

.review_head p {
    font-size: 16px;
    line-height: 22px;
    color: #000;
}

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    display: none;
}

[type="checkbox"]:checked+label,
[type="checkbox"]:not(:checked)+label {
    line-height: 20px;
    font-size: 14px;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 35px;
    font-family: "Source Sans Pro", sans-serif;
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #222;
}

[type="checkbox"]:checked+label {
    color: #004070 !important;
    font-weight: 600;
    border-bottom: 1px solid #004070;
}

[type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    width: 24px !important;
    height: 24px !important;
    border-radius: 4px;
    background: url(../images/tick_white.png) center center no-repeat #004070;
    border: 0px solid #004070 !important;
    background-size: 16px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}

[type="checkbox"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

[type="checkbox"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:checked+label:before,
[type="checkbox"]:not(:checked)+label:before {
    width: 24px;
    height: 24px;
    border: 2px solid #959595;
    border-radius: 4px;
    background: #fff;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}

[type="checkbox"]:not(:checked)+label {
    border-bottom: 1px solid #d9d9d9;
}

.credit_check {
    padding: 20px 0;
}

.credit_check ul li {
    background-image: url(../images/lbc_arrow_nav.png);
    background-repeat: no-repeat;
    background-position: top 5px right;
    background-size: 16px;
}

.credit_check ul li a {
    font-size: 16px;
    color: #004070;
    font-weight: 600;
    text-decoration: underline;
}

.credit_check ul li+li {
    margin-top: 20px;
}

.lbc_first_prt .submit_out {
    margin-bottom: 0;
    padding-top: 20px;
}

.form-group .form-control:focus {
    box-shadow: inset 0 0 0 2px #004070, 0 0 0 5px #7ac5fe !important;
    border: 1px solid #004070 !important;
    border-color: #004070 !important;
}

.info_tip_link {
    /*  width: 16px;
      height: 16px;
      border-radius: 50%;
      text-align: center;
      border: 2px solid #004070;
      line-height: 12px;
      color: #004070;
      font-weight: 700;
      vertical-align: 0px;
      display: inline-block;*/
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url(../images/tooltip.png);
    background-repeat: no-repeat;
    background-position: center;
    display: inline-block;
    align-items: center;
    justify-content: center;
    font-size: 0px;
    border: 0px;
    background-size: 16px;
}

.info_tip_link:hover {
    border: 2px solid #004070;
    color: #fff;
    background-color: #004070;
}

.white_info_tip {
    color: #fff;
    min-height: 80px;
    width: 230px;
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    border: 2px solid #004070;
    border-radius: 4px;
    background-color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    margin-bottom: 15px;
    text-align: left;
    position: absolute;
    bottom: 100%;
    min-width: 150px;
    padding: 10px 16px 4px;
    z-index: 99;
    padding-right: 21px;
    box-shadow: 2px 3px 1px 0px rgb(0 0 0 / 9%);
    line-height: 18px;
}

.white_info_tip:after {
    border-top: 10px solid #004070;
    filter: drop-shadow(0 2px 0px rgba(0, 64, 112, 1));
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 100%;
    content: "";
    position: absolute;
}

.tip_close {
    position: absolute;
    right: 4px;
    top: 4px;
    color: #fff;
    font-size: 9px;
    text-transform: uppercase;
    text-align: center;
    line-height: 14px;
    cursor: pointer;
    background-color: transparent;
    border: none;
    border-radius: 0;
    width: 18px;
    height: auto;
}

.mrgn_off {
    margin-bottom: 0 !important;
}

.active_card_menu li.active_after:after {
    background-image: url(../images/tick_round.png);
}

.blue_lgt_bx {
    background-color: #ebf6ff;
    border-left: 8px solid #004070;
    border-radius: 4px;
    padding: 20px 30px 20px 20px;
}

.blue_lgt_bx p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.lbc_second_prt .submit_out {
    padding-top: 30px;
}

.info_tip p {
    text-align: left;
    text-transform: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #222;
}

.new_info_tip {
    position: relative;
}

.ico_frm_inp {
    top: 50%;
    color: #959595;
    transform: translateY(-50%);
    left: 14px;
    position: absolute;
    font-size: 16px;
    line-height: 14px;
    z-index: 1;
    font-weight: 400;
    pointer-events: none;
}

.form_group_innr {
    position: relative;
}

.extralft_padding {
    padding-left: 22px;
}

.back_btn {
    margin-right: 15px;
}

.user_card {
    width: 400px;
    margin: 0 auto 35px;
}

.lbc_first_prt,
.lbc_second_prt,
.lbc_third_prt,
.lbc_fourth_prt,
.lbc_fifth_prt,
.lbc_sixth_prt,
.lbc_seventh_prt {
    max-width: 560px;
    margin: 0 auto;
}

.authorized_usr_txt .accounts_part {
    padding: 30px 100px;
}

.authorized_usr_txt .accounts_part p {
    margin-bottom: 30px;
    min-height: 88px;
}

.authorized_usr_txt .border-btn {
    min-width: 192px;
    max-width: 192px;
}

.add_authorized_user_outer .mem-item-bx {
    border-radius: 4px;
    background-color: #fff;
    max-width: 370px;
    width: 370px;
    padding: 20px;
    box-shadow: 0 1px 3px 0 rgb(69 69 69 / 30%);
    display: block;
    margin: 0 auto 20px;
    text-align: left;
    border: 0;
    position: relative;
    overflow: hidden;
}

.add_authorized_user_outer .mem-bx h4 {
    font-weight: 600;
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 22px;
    padding-bottom: 7px;
    word-wrap: break-word;
    margin: 0;
}

.add_authorized_user_outer p {
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 22px;
    font-size: 16px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    padding-bottom: 5px;
}

.add_authorized_user_outer .mem-bx p span {
    padding-right: 30px;
    position: relative;
}

.add_authorized_user_outer .mem-bx p span:last-child:before {
    content: "";
    position: absolute;
    height: 5px;
    width: 5px;
    background-color: #000;
    border-radius: 50%;
    left: -15px;
    top: 8px;
}

.add_authorized_user_outer .mem-bx .mem-mail,
.add_authorized_user_outer .mem-bx .mem-con {
    color: #000;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    display: block;
    word-wrap: break-word;
    padding-bottom: 6px;
}

.authorized_edit {
    position: absolute;
    right: 15px;
    font-weight: 600;
    top: 20px;
    font-size: 16px;
    color: #004070;
    text-decoration: underline;
}

.authorized_edit:hover {
    text-decoration: underline;
    color: #004070;
    font-weight: 700;
}

.add_authorized_user_outer h3 {
    font-size: 20px;
    margin-bottom: 20px;
    font-weight: 600;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
}

.add_authorized_user_outer {
    display: flex;
    justify-content: center;
    padding-top: 50px;
}

.member_new_html {
    width: 50%;
}

.your_authrized_crd_full .btn_outr {
    padding-top: 50px;
}

.review_info_inner .global_head {
    margin-bottom: 30px;
}

.review_info_inner {
    max-width: 560px;
    margin: 0 auto;
}

.review_row {
    margin-bottom: 50px;
}

.review_row h4 {
    font-size: 26px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    margin-bottom: 15px;
}

.review_block {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    position: relative;
}

.review_block label {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 5px;
    font-family: "Source Sans Pro", sans-serif;
}

.review_block p {
    font-size: 16px;
    /*color: #fff;*/
    color: #222222;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.edit_review {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 16px;
    color: #004070;
    text-decoration: underline;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}

.edit_review:hover {
    font-weight: 700;
    color: #004070;
    text-decoration: underline;
}

.review_block p span {
    display: block;
    font-size: 16px;
    color: #2d2924;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

/* .review_block+.review_block {
    margin-top: 15px;
} */

.top_thankimage_outer {
    background-color: #fff8e7;
}

.thank_image {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    bottom: -191px;
    margin-top: -125px;
}

.bottom_thank_part {
    padding-bottom: 100px;
}

.congo_box {
    max-width: 560px;
    margin: 0 auto;
    padding-top: 210px;
}

.congo_details {
    padding-top: 20px;
}

.congo_details h3 {
    font-size: 24px;
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    text-align: center;
    font-weight: 600;
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 30px;
}

.congo_details p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
}

.congo_details p+p {
    margin-top: 15px;
}

.congo_box .btn_outr {
    margin-top: 30px;
}

.thankyou_applicationlbc .bottom_thank_part {
    padding-bottom: 200px;
}

.global_modal .modal-header h4 {
    font-size: 20px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.global_modal .modal-header {
    padding: 18px 20px 13px !important;
    border-bottom: 1px solid #d9d9d9;
}

.global_modal .modal-dialog {
    max-width: 560px;
}

.global_modal .modal-footer {
    border-top: 0;
    justify-content: center;
}

.global_modal .modal-footer .solid_btn {
    max-width: 100%;
}

.global_modal .modal-footer .border-btn {
    max-width: 100%;
}

.global_modal .modal-body {
    padding: 20px 20px 0;
}

.global_modal .modal-content {
    border-radius: 4px !important;
}

.co-borrower_step_hold h2 {
    font-size: 24px;
    color: #004070;
    font-weight: 600;
    text-align: center;
    margin-bottom: 28px;
}

.step_btn_hold {
    padding: 10px 0 45px;
    text-align: center;
}

.co_borrower_overflow {
    height: calc(100vh - 275px);
    overflow: hidden;
    overflow-y: auto;
    padding: 0 5px;
}

.search_clients {
    padding: 25px 0 480px;
}

.search_clients .prev_pg {
    margin-bottom: 20px;
}

.search_clients_box {
    max-width: 560px;
    margin: 0 auto;
}

.search_clients_box .global_head {
    margin-bottom: 33px;
}

.search_clients_box .submit_out {
    padding-top: 15px;
}

.searchtop_name_sec {
    padding: 25px 0 0;
}

.searchtop_name_sec .prev_pg {
    margin-bottom: 25px;
}

.name_hold h2 {
    font-size: 36px;
    color: #004070;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    margin-bottom: 35px;
}

.name_hold {
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}

.nav_page ul {
    font-size: 0;
}

.nav_page li a {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 4px solid transparent;
    display: block;
}

.nav_page li a:hover {
    font-weight: 700;
    border-bottom: 4px solid #fdb812;
}

.nav_page li.active a {
    font-weight: 700;
    border-bottom: 4px solid #fdb812;
}

.nav_page li {
    display: inline-block;
}

.search_reasut_user_dtls {
    padding: 55px 0;
    background-color: #f7f7f7;
    box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%);
}

.applicant_inner {
    padding-right: 60px;
    align-items: center;
    justify-content: space-between;
}

.applicant_inner .app_dtls {
    width: auto;
}

.app_dtls label {
    font-size: 14px;
    color: #222222;
    font-weight: 400;
    margin-bottom: 2px;
    line-height: 20px;
}

.app_dtls h5 {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.app_dtls h6 {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    color: #222;
}

.app_dtls h5 span {
    display: inline-block;
    margin-left: 6px;
    width: 20px;
    vertical-align: top;
}

.applicant_details figure {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-color: #004070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.applicant_details figure span {
    text-align: center;
    color: #fff;
    font-size: 20px;
    text-transform: uppercase;
}

.applicant_details {
    display: flex;
    align-items: center;
    width: 25%;
}

.appname_dtls {
    padding-left: 25px;
}

.search_list_sec {
    padding: 50px 0 450px;
}

.search_accordian_hold .card {
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    background-color: #fff;
}

.search_accordian_hold .card+.card {
    margin-top: 25px;
}

.search_accordian_hold .card-header:first-child {
    border-radius: 4px;
}

.search_accordian_hold .card-header {
    padding: 0px;
    margin-bottom: 0;
    background-color: #fff;
    border-bottom: 0;
}

.search_accordian_hold .card-header .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 30px;
    padding-right: 70px;
    background: url(../images/icon_caret-down-black.svg) right 30px center no-repeat;
}


/* .search_accordian_hold .card-header .btn.collapsed {
} */

.search_accordian_hold .card-header .btn {
    font-size: 20px;
    font-weight: 600;
    color: #222;
}

.search_accordian_hold .card-header .btn:hover,
.search_accordian_hold .card-header .btn:focus {
    color: #222;
    text-decoration: none;
}

.search_accordian_hold .card-header .date_accord {
    font-weight: 400;
}

.accord_inner_dtls {
    align-items: center;
    justify-content: space-between;
}

.applied_bx {
    display: flex;
    align-items: start;
    justify-content: space-between;
    width: 57%;
}

.search_accordian_hold .card-body {
    padding: 10px 30px 30px;
}

.search_accordian_hold .applied_bx .app_dtls h5 {
    font-weight: 400;
}

.accord_inner_dtls .solid_btn {
    min-width: 120px;
}

.application_card_full_part {
    padding: 40px 0 35px;
    background-color: #f7f7f7;
}

.inner_application_card_full_bottom {
    justify-content: space-between;
    padding-top: 40px;
}

.inner_application_card_full_bottom .border-btn {
    min-width: 270px;
    max-width: 270px;
}

.app_card_hold {
    width: 330px;
    position: relative;
}

.inner_application_card_full_top {
    display: flex;
    align-items: center;
}

.app_card_hold_rt {
    width: 70%;
    padding-left: 60px;
}

.app_card_hold_row {
    display: flex;
    align-items: center;
    /* justify-content: space-between; */
}

.app_card_hold_row+.app_card_hold_row {
    margin-top: 30px;
}

.card_mem_details h5 {
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin: 0;
}

.card_mem_details h6 {
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 6px;
}

.card_mem_details h6 span {
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-left: 30px;
}

.card_mem_details {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 4;
}

.wdd_80 {
    width: 80%;
}

.wdd_20 {
    width: 20%;
}

.review_application {
    padding: 50px 0 80px;
}

.personal_account_full {
    padding: 0 80px;
}

.branch_prsnl {
    padding-bottom: 325px;
}

.pdng_btm0 {
    padding-bottom: 0 !important;
}

.reason_of_decline {
    background-color: #ebf6ff;
    text-align: center;
    padding: 30px;
    border-radius: 4px;
    margin-bottom: 50px;
}

.reason_of_decline h3 {
    font-size: 26px;
    color: #004070;
    font-weight: 600;
    margin-bottom: 15px;
}

.reason_of_decline ul li {
    font-size: 20px;
    color: #222;
    font-weight: 400;
}

.reason_of_decline ul li+li {
    margin-top: 5px;
}


/* change card page */

.total_setps_change_card .global_head h2 {
    margin-bottom: 15px;
}

.part_no {
    font-size: 12px;
    color: #000;
    display: block;
    margin-top: 10px;
}

.total_setps_change_card .global_head {
    margin: 0 auto 60px;
}

.change_card_type_sec {
    padding: 25px 0 250px;
}

.change_card_type_sec .prev_pg {
    margin-bottom: 25px;
}

.card_btn_hold {
    padding-top: 40px;
}

.current_ribbon {
    top: -9px;
    position: absolute;
    width: 85px;
    left: -10px;
}

.card_step_two {
    max-width: 560px;
    margin: 0 auto;
    padding-bottom: 200px;
}

.card_step_three {
    max-width: 560px;
    margin: 0 auto;
}

.top_crd_and_name {
    padding: 17px 22px;
    background-color: #f7f7f7;
    border-radius: 4px;
    display: flex;
    align-items: center;
}

.chsbk_crd {
    width: 150px;
}

.chsbk_crd_details {
    padding-left: 40px;
}

.chsbk_crd_details h2 {
    font-size: 20px;
    color: #004070;
    font-weight: 600;
    margin-bottom: 10px;
}

.chsbk_crd_details p {
    font-size: 16px;
    color: #222;
    font-weight: 400;
}

.applicable_txt {
    padding: 35px 0 20px;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.applicable_txt p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}

.card_cashback_hold [type="checkbox"]:not(:checked)+label {
    border-bottom: 0;
}

.card_cashback_hold [type="checkbox"]:checked+label {
    border-bottom: 0;
}

.congo_sec {
    padding: 100px 0 430px;
}

.congo_sec .global_head figure {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}

.congo_inner .global_head h2 {
    margin-bottom: 40px;
}

.congo_inner .global_head {
    margin-bottom: 20px;
}

.app_details_soon {
    text-align: center;
}

.app_details_soon h3 {
    font-size: 24px;
    color: #004070;
    font-weight: 600;
    margin-bottom: 20px;
}

.app_details_soon p {
    font-size: 20px;
    color: #000;
    margin: 0;
    font-weight: 400;
}

.congo_inner {
    margin: 0 auto;
    max-width: 560px;
}

.congo_inner .card_btn_hold .solid_btn {
    max-width: 100%;
}


/* request new limit page */

.request_new_sec {
    padding: 25px 0 250px;
}

.request_new_sec .prev_pg {
    margin-bottom: 25px;
}

.total_setps_request .global_head {
    margin: 0 auto 50px;
}

.limit_btn_hold {
    padding-top: 30px;
}

.total_setps_request {
    margin: 0 auto;
    width: 560px;
}

.request_lmt_edit_bx .paperless_label {
    width: 100%;
}

.request_lmt_edit_bx .checkbox {
    padding-top: 22px;
}

.request_step_two {
    padding-bottom: 200px;
}

.price_Range {
    margin-top: 160px;
    margin-bottom: 40px;
    position: relative;
}

.price_Range .slider.slider-horizontal {
    margin-right: 0;
    width: 100%;
    height: 34px;
}

.value_left_top,
.value_right_top {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    color: #004070;
    font-size: 16px;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    top: 30px;
}

.value_right_top {
    right: 0;
}

.value_left_top {
    left: 0;
}

.rangeslider {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #f9f9f9 100%);
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #f9f9f9 100%);
    background-repeat: repeat-x;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#fff9f9f9', GradientType=0);
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 4px;
}

.rangeslider--horizontal {
    height: 6px;
}

.rangeslider--horizontal .rangeslider__fill {
    background-color: #004070;
    border-radius: 10px;
    box-shadow: none;
    background-image: none;
}

.rangeslider__handle {
    height: 40px;
    width: 40px;
    background: #004070;
    box-shadow: none;
    border: 3px solid #fff;
    margin-top: 10px;
    z-index: 3;
    margin-left: 0px;
    transform: translateY(-50%);
    cursor: pointer;
}

.slider-horizontal output {
    display: none;
}

.slider.slider-horizontal input {
    display: block;
}

.slider-horizontal .rng_value {
    letter-spacing: 1.03px;
    font-size: 40px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    width: 200px;
    border: 2px solid #767676;
    border-radius: 4px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    color: #004070;
    text-align: center;
    position: absolute;
}

.slider-horizontal button {
    display: none;
}

.remove_mdl h2 {
    font-size: 24px;
    color: #004070;
    font-weight: 600;
    margin-bottom: 15px;
}

.remove_mdl p {
    font-size: 16px;
    color: #000;
}

.remove_sucss_mdl .modal-footer {
    padding: 30px;
}

.remove_sucss_mdl .modal-body {
    padding: 35px 50px 0;
}

.remove_mdl figure {
    width: 60px;
    margin: 0 auto 20px;
}

#add_authorized_user .laurentian_add_member,
#edit_authorized_user .laurentian_add_member {
    padding-bottom: 25px;
}


/* add co borrower page */

.add_co_borrower_sec {
    padding: 25px 0 100px;
}

.add_co_borrower_sec .prev_pg {
    margin-bottom: 25px;
}

.total_setps_add_co_borrower .global_head {
    margin: 0 auto 30px;
}

.total_setps_add_co_borrower .global_head h2 {
    margin-bottom: 15px;
}

.co_borrower_hold {
    max-width: 560px;
    margin: 0 auto;
}

.borrower_btn_hold {
    padding-top: 20px;
}


/* correspondence page  */

.days_part {
    padding: 30px 0;
    max-width: 180px;
}

.correspondence_pg {
    box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%);
    padding-bottom: 150px;
}

.correspondence_row {
    padding: 22px 98px 22px 15px;
    position: relative;
    display: flex;
    align-items: center;
}

.correspondence_row p b {
    margin: 0;
    font-size: 16px;
    color: #222;
    font-weight: 600;
    padding-right: 10px;
}

.correspondence_date_time {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222;
}

.correspondence_row p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #222;
}

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

.lbc_pagination {
    padding-top: 50px;
}

.lbc_pagination .page-link {
    border: 0;
    padding: 0;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #222222;
    border-radius: 50%;
    background-color: transparent;
}

.lbc_pagination .page-link:hover {
    color: #004070;
}

.lbc_pagination .page-link:focus {
    color: #004070;
    box-shadow: none;
}

.lbc_pagination .page-item.active .page-link {
    border: 0;
    padding: 0;
    background-color: #004070;
    border-radius: 50%;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.lbc_pagination .pagination {
    justify-content: center;
}

.correspondence_tp .solid_btn {
    min-width: auto;
    max-width: 100%;
}

.correspondence_tp h2 {
    margin-bottom: 0;
}

.correspondence_pg_details {
    padding: 65px 0 270px;
}

.correspondence_details_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.correspondence_details_head h2 {
    font-size: 26px;
    color: #222;
    margin: 0;
    font-weight: 600;
}

.date_correspondence_details {
    font-size: 16px;
    color: #222;
}

.credit_limit_increase_hold {
    padding: 45px;
    background-color: #f7f7f7;
}

.credit_limit_increase_hold_inner {
    max-width: 660px;
    margin: 0 auto;
}

.template_logo {
    width: 110px;
    margin: 0 auto 28px;
}

.template_head {
    border-top: 17px solid #004370;
    background-color: #fff;
}

.template_text {
    background-color: #fff;
    text-align: center;
    padding: 18px 25px 25px;
}

.template_text h3 {
    text-align: center;
    color: #004370;
    font-weight: 700;
    font-size: 28px;
    margin-bottom: 28px;
}

.template_text p {
    font-size: 16px;
    color: #000;
}

.template_light_text {
    text-align: center;
    background-color: #eef8ff;
    padding: 30px;
}

.template_light_text h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
    margin-bottom: 20px;
}

.template_light_text h5 {
    font-size: 20px;
    font-weight: 700;
    color: #004370;
    margin: 0;
}

.template_call {
    text-align: center;
    padding: 40px 90px;
    background-color: #fff;
}

.template_call p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.template_call p a {
    color: #e00d40;
    font-weight: 700;
    text-decoration: underline;
}

.lbc_sign {
    border-top: 17px solid #f7f7f7;
    text-align: center;
    padding: 30px;
    background-color: #fff;
}

.lbc_sign h4 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #000;
}

.lbc_sign h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #004370;
    font-weight: 600;
}

.lbc_sign a {
    font-size: 14px;
    color: #e00d40;
    text-decoration: underline;
    line-height: 20px;
}

.lbc_address {
    text-align: center;
    font-size: 10px;
    line-height: 14px;
    padding: 40px;
    color: #454545;
}

.unsubs {
    margin-top: 15px;
    display: block;
    color: #838383;
    text-decoration: underline;
}


/* memo and action page */

.memo_action textarea {
    width: 100%;
    resize: none;
    border-radius: 4px;
    border: solid 1px #706f73;
    padding: 5px;
    color: #000;
    font-size: 14px;
    height: 180px;
}

.add_memo_mdl .modal-dialog {
    max-width: 790px;
}

.add_memo_mdl .modal-footer {
    border-top: 0;
    justify-content: center;
    padding: 15px 0 30px;
}

.action_log_sec {
    box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%);
    padding: 40px 0 80px;
}

.action_row {
    display: flex;
    align-items: flex-start;
    padding: 29px 40px 29px 20px;
    border-radius: 4px;
    background-color: #f7f7f7;
    margin-bottom: 20px;
}

.action_time {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    width: 155px;
}

.action_details {
    width: 86%;
}

.action_details p {
    font-size: 15px;
    color: #222222;
}

.action_part {
    width: 127px;
}

.memo_pg {
    box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%);
    padding: 0px 0 80px;
}

.memo_action_head {
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}

.action_part .form-group .bootstrap-select>.btn {
    min-height: 50px;
    height: auto;
    line-height: 34px;
}

.loader_pg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255, 255, 255, 0.9);
}

.loader_img {
    width: 115px;
}


/* responsive menu */

.overlay {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.brnch_menu_select_mobile {
    width: 240px;
    padding: 15px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transform: translateX(250px);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 20%);
    background-color: #fff;
    z-index: 99;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
}

.cross_menu {
    width: 20px;
    display: block;
    margin-left: auto;
}

.mob_prof_up .browse_outr {
    margin: 0 auto;
    border: 0;
    width: 70px;
    height: 70px;
    box-shadow: none;
    position: relative;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    display: block;
}

.mob_prof_up .browse_btn {
    width: 70px;
    height: 70px;
    background-color: #004070;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 1px;
}

.no_bg {
    background-image: none !important;
}

.mob_prof_up .usrnm {
    padding-top: 20px;
    color: #000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 18px;
    display: block;
    text-align: center;
}

.accounts_side .dropdown-submenu .droptest {
    text-align: center;
    display: block;
}

.accounts_side {
    padding: 40px 0 0;
}

.brnch_menu_select_mobile .border-btn {
    min-width: 100%;
}

.bar_icon {
    position: absolute;
    width: 24px;
    right: 0;
    display: none;
}

.bar_icon .bar_one,
.bar_icon .bar_two,
.bar_icon .bar_three {
    height: 3px;
    background-color: #000;
    width: 100%;
    display: block;
}

.bar_icon span+span {
    margin-top: 5px;
}

.notify_no {
    position: absolute;
    width: 32px;
    height: 24px;
    background-color: #e00d42;
    color: #fff;
    text-align: center;
    border-radius: 12px;
    right: 12px;
    top: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}


/* failed credit */

.faild_credit_sec {
    /* box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%); */
    padding: 40px 0 125px;
}


/* .wdd27 {
  width: 27.5%;
}
.wdd15 {
  width: 15%; 
}*/

.credit_table_head {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.credit_tbl_cell h6 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.credit_table_row .credit_tbl_cell {
    padding: 24px 0;
}

.tbl_rspncv_show {
    display: none;
}

.credit_table_row {
    display: flex;
    cursor: pointer;
    padding-left: 10px;
}

.credit_table_row:hover {
    box-shadow: inset 0px 0px 0px 1px #706f73;
    background: #d8ecfd;
}

.credit_table_row .credit_tbl_cell p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.credit_table_row .credit_tbl_cell p em {
    font-style: normal;
}

.app_dtls {
    width: 33.33%;
}

.wdd_67 {
    width: 67%;
}

.failed_credit_btn_hold {
    padding-top: 30px;
}

.review_heading {
    margin-bottom: 30px;
    border-bottom: 2px solid #d9d9d9;
}

.review_heading h2 {
    font-size: 36px;
    color: #004070;
    margin: 0;
    font-weight: 600;
}

.total_credit_bureau {
    margin-bottom: 50px;
}

.credit_limit_prt li label {
    margin: 0;
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-right: 5px;
    white-space: nowrap;
}

.credit_limit_prt {
    padding-top: 15px;
    max-width: fit-content;
    margin: 0 auto;
}

.credit_limit_prt li {
    position: relative;
}

.credit_limit_prt li+li {
    margin-top: 5px;
}

.edt {
    font-size: 16px;
    color: #004070;
    text-decoration: underline;
    font-weight: 600;
    position: absolute;
    bottom: 0px;
}

.edt:hover {
    color: #004070;
    text-decoration: underline;
    font-weight: 700;
}

.memo_count {
    width: 24px;
    height: 24px;
    position: absolute;
    top: -15px;
    border-radius: 50%;
    right: -10px;
    background-color: #e00d42;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 2px;
    padding-left: 2px;
}

.wdd25 {
    width: 25%;
}

.cl_limit {
    max-width: fit-content;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* background-image: url(../images/bk_icn.png);
    background-repeat: no-repeat;
    background-position: top 71% left 46%;
    background-size: 20px; */
}

.cl_limit li label {
    font-size: 16px;
    color: #222;
    margin: 0;
}

.cl_limit li h4 {
    font-size: 36px;
    color: #222;
    margin: 0;
    display: flex;
    align-items: center;
}

.cl_limit li {
    text-align: left;
    margin: 0;
}

.cl_limit li a {
    font-size: 16px;
    color: #004070;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}

.cl_limit li a:hover {
    font-weight: 700;
    text-decoration: underline;
}

.cl_limit li+li {
    margin-top: 0 !important;
}

.cl_para {
    margin-top: 30px;
}

.cl_para p a {
    color: #004070;
    font-weight: 600;
    text-decoration: underline;
    margin-left: 5px;
}

.cl_para p a:hover {
    font-weight: 700;
    text-decoration: underline;
}


/* memo page */

.memo_block {
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(69 69 69 / 30%);
    padding: 15px 15px 15px 21px;
    position: relative;
    margin-bottom: 15px;
    cursor: pointer;
}

.mark_read {
    width: 15px;
    display: block;
    position: absolute;
    top: 15px;
    right: 8px;
}

.memo_block p {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.memo_block h5 {
    font-size: 16px;
    color: #222222;
    margin-bottom: 5px;
    font-weight: 600;
}

.name_dtls_btm {
    justify-content: space-between;
    margin-top: 20px;
}

.day_prt {
    color: #767676;
    font-size: 14px;
}

.name_dtls_btm ul li {
    color: #767676;
    font-size: 14px;
    position: relative;
}

.name_dtls_btm ul li+li {
    margin-left: 15px;
}

.name_dtls_btm ul li:first-child:after {
    content: none;
}

.name_dtls_btm ul li:after {
    background-color: #767676;
    width: 5px;
    height: 5px;
    content: "";
    left: -9px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mark_not_read {
    width: 8px;
    height: 8px;
    background-color: #e00d42;
    display: block;
    position: absolute;
    top: 15px;
    right: 8px;
    border-radius: 50%;
}

.rply_against {
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 12px 16px;
    margin-top: 16px;
    max-width: 360px;
}

.rply_against h5 {
    font-size: 14px;
    margin-bottom: 2px;
}

.rply_against p {
    font-size: 12px;
}

.rply_against .name_dtls_btm {
    margin-top: 10px;
}

.rply_against .name_dtls_btm ul li {
    font-size: 12px;
}

.memo_rt_block {
    border-radius: 4px;
    background-color: #f7f7f7;
}

.rply_head {
    padding: 15px 18px;
    border-bottom: 1px solid #d9d9d9;
}

.rply_head h4 {
    font-size: 20px;
    font-weight: 600;
    color: #222;
    margin: 0;
}

.reply_bottom_area {
    padding: 15px 18px 30px;
    border-top: 1px solid #d9d9d9;
}

textarea {
    width: 100%;
    resize: none;
    border-radius: 4px;
    padding: 6px 83px 10px 13px;
    font-size: 14px;
    color: #222;
    line-height: 20px;
    height: 80px;
}

.rply_area {
    position: relative;
}

.rply_area .border-btn {
    position: absolute;
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    border: 1px solid #004070;
    min-width: 45px;
    max-width: 45px;
    font-size: 12px;
    right: 13px;
    bottom: 15px;
}

.rply_btn_hold {
    padding-top: 20px;
}

.rply_btn_hold .border-btn {
    min-width: 80px;
}

.pro_pic_rplt {
    width: 30px;
    height: 30px;
    text-align: center;
}

.rply_position {
    display: flex;
    padding: 15px 18px 20px;
}

.against_rply_details {
    padding-left: 10px;
    width: 95%;
}

.against_rply_head ul li {
    color: #222;
    font-size: 16px;
    font-weight: 600;
    position: relative;
}

.against_rply_head ul li+li {
    margin-left: 20px;
}

.against_rply_head ul li:after {
    background-color: #222;
    width: 5px;
    height: 5px;
    content: "";
    left: -12px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.against_rply_head ul {
    margin-right: 10px;
}

.against_rply_head ul li:first-child:after {
    content: none;
}

.against_rply_details .rply_against {
    border-radius: 4px;
    padding: 15px 20px;
    min-width: 460px;
    box-shadow: 0 1px 3px 0 rgb(69 69 69 / 30%);
    background-color: #fff;
}

.against_rply_details .rply_against h5 {
    font-size: 16px;
    margin-bottom: 5px;
    font-weight: 600;
}

.against_rply_details .rply_against p {
    font-size: 14px;
    line-height: 20px;
    color: #222;
}

.against_rply_details .rply_against .name_dtls_btm ul li {
    font-size: 14px;
}

.rply_write_outer .against_rply_head {
    justify-content: space-between;
    margin-bottom: 10px;
}

.rply_write_outer {
    padding: 0px 18px 30px;
}

.rply_write_outer .rply_position {
    padding: 0;
    border-top: 1px solid #d9d9d9;
    padding-top: 15px;
    padding-bottom: 15px;
}

.rply_write_outer .rply_position p span {
    color: #004070;
}

.rply_nm_hold {
    display: flex;
}

.hov_show {
    display: none !important;
    margin-right: 0 !important;
}

.hov_show li a {
    font-size: 12px;
    padding: 0 6px;
    border-radius: 4px;
    background-color: rgba(0, 64, 112, 0.1);
    height: 18px;
    color: #767676;
    display: block;
    line-height: 18px;
}

.hov_show li a:hover {
    color: #fff;
    background-color: #004070;
}

.hov_show li+li {
    margin-left: 5px !important;
}

.hov_show li:after {
    content: none !important;
}

.rply_write_outer .rply_position:hover .hov_show {
    display: flex !important;
}

.rply_edit_fld {
    background-color: #ebf6ff;
}

.btn_save_hold {
    padding-top: 10px;
}

.btn_save_hold .border-btn {
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    min-width: auto;
    border-width: 1px;
    font-size: 12px;
}

.btn_save_hold .solid_btn {
    font-size: 12px;
    padding: 0 10px;
    height: 25px;
    line-height: 23px;
    min-width: auto;
}

.btn_save_hold .back_btn {
    margin-right: 5px;
}

.cl_ecl_holder {
    margin-top: 15px;
    text-align: center;
}

.cl_part label {
    font-size: 20px;
    /*text-transform: uppercase;*/
    font-weight: 600;
    color: #222;
    margin-bottom: 10px;
}

.cl_part input {
    width: 200px;
    height: 60px;
    /*padding: 7px 20px 8px 40px;*/
    border-radius: 4px;
    border: solid 2px #706f73;
    display: block;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 600;
    text-align: left;
    color: #004070;
    text-align: center;
}

.cl_part input:focus {
    box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
    border: 2px solid #004070;
}

.cl_part+.cl_part {
    margin-top: 10px;
}


/* Added on 31.01.2022*/

.cl_part_inner span.ico_frm_inp {
    font-size: 36px;
    font-weight: 600;
    color: #004070;
    line-height: 36px;
    left: 150px;
}

.cl_part_inner {
    position: relative;
}

.branch_login_part {
    display: flex;
    /* align-items: center; */
    padding-bottom: 30px;
}

.branch_login_left {
    width: 55%;
}

.branch_login_right {
    width: 45%;
    padding: 0px 0px 0px 98px;
    display: flex;
    align-items: center;     
}

.branch_log_image {
    position: relative;
    overflow: hidden;
    height: calc(100vh - 77px);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.brnch_head_inner_main {
    max-width: 370px;
}

.brnch_head_inner_main .branch_header_global h1 {
    margin-bottom: 10px;
    text-align: left;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.brnchlogin_rt_inner h2 {
    font-size: 36px;
    color: #000000;
    color: #004070;
    font-weight: 600;
    margin-bottom: 24px;
}

.brnchlogin_rt_inner [type="checkbox"]:checked+label,
.brnchlogin_rt_inner [type="checkbox"]:not(:checked)+label {
    line-height: 22px;
    font-size: 16px;
    border: 0;
}


/* 09.02.2021 */

.mobile_fail_credit {
    display: none;
}


/* 09.02.2021 */


/* 03/03/22 */

.creditriskportal_header .lang_btn {
    width: 50px;
    height: 32px;
    border-radius: 8px;
    border: solid 1px #004370;
    background: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #004370;
}

.creditriskportal_header .lang_btn:focus {
    box-shadow: none;
}

.creditriskportal_header .lang_select_container .lang_dropdown-menu.show {
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 5px 8px 0 rgba(69, 69, 69, 0.24);
    border: solid 1px rgba(151, 151, 151, 0.35);
    background-color: #fff;
    right: 0 !important;
    left: auto !important;
}

.creditriskportal_header .dropdown-item {
    color: #004370;
    font-size: 16px;
    padding: 0px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
}

.creditriskportal_header .dropdown-item:hover {
    background: transparent;
}

.creditriskportal_header .lang_dropdown-menu .dropdown-item span {
    display: none;
    white-space: nowrap;
    font-size: 12px;
    line-height: 100%;
}


/* .creditriskportal_header .lang_dropdown-menu .dropdown-item.checked {
    font-weight: 700;
} */

.creditriskportal_header .lang_dropdown-menu .dropdown-item.checked:after {
    position: absolute;
    right: 0px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
    background-image: url(../images/lang_check.png);
}

.lbc_action_part {
    width: 142px;
}

.lbc_action_part .bootstrap-select>.btn {
    min-height: 50px;
    padding: 7px 11px 8px 11px;
    border-radius: 4px;
    border: solid 2px #004070 !important;
    font-size: 16px;
    font-weight: 600;
    height: 50px;
    line-height: 33px;
}

.lbc_action_part .bootstrap-select>.btn:focus {
    box-shadow: inset 0 0 0 2px #004070, 0 0 0 5px #7ac5fe;
}

.lbc_action_part .bootstrap-select>.btn:hover {
    border: solid 1px #004070;
    background-color: #d8ecfd;
}

.lbc_action_part .form-group .bootstrap-select>.dropdown-toggle.bs-placeholder {
    color: #004070;
}

.lbc_inp_srch_hold {
    margin-bottom: 20px;
    width: 270px;
    position: relative;
}

.lbc_inp_srch_hold input {
    line-height: 46px;
    border-radius: 0;
    border: 2px solid #004070;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #767676;
    border-radius: 4px;
    margin-bottom: 10px;
    padding: 15px 20px;
    height: 50px;
}

.lbc_inp_srch_hold input:focus {
    box-shadow: 0 0 0 5px #7ac5fe;
}

.lbc_inp_srch_hold #rmv_dsktop_srch_txt {
    top: 43%;
}

.lbc_inp_srch_hold #rmv_dsktop_srch_txt {
    display: block;
    right: 16%;
    width: 20px;
    height: 20px;
    border: 0;
    background-color: transparent;
}

.lbc_inp_srch_hold .close_rcnt_src_txt {
    width: 15px;
    height: 15px;
    display: none;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 3;
}

.lbc_inp_srch_hold .srch_new {
    position: absolute;
    width: 45px;
    border-radius: 0;
    background-color: transparent;
    background-image: url(../images/blk_srch_icn.png);
    height: 50px;
    border-radius: 0 25px 25px 0;
    right: 10px;
    top: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    cursor: pointer;
}


/*04.03.2022*/

.inner_application_card_full .app_dtls h5 {
    font-size: 20px;
}
/* start 29.03.22 */

.lbc_creditriskportal_flow .material_inf_tip.error {
    color: #ae0a33 !important;
    font-size: 14px !important;
    position: relative;
    top: 10px;
    padding-left: 20px;
    display: inline-block;
}

.lbc_creditriskportal_flow .material_inf_tip.error:after {
    position: absolute;
    top: 2px;
    left: 0;
    height: 16px;
    width: 16px;
    content: "";
    background: url(../images/input-error.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}


/* end 29.03.22 */


/* start 30.03.22 */

.lbc_creditriskportal_flow .wdd27 {
    width: 40%;
}

.lbc_creditriskportal_flow .wdd15 {
    width: 20%;
}

.credit_table_head {
    display: flex;
    padding-bottom: 12px;
    border-bottom: 1px solid #d9d9d9;
}

.credit_tbl_cell h6 {
    font-size: 14px;
    color: #000;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
}

.credit_table_row {
    display: flex;
    cursor: pointer;
}

.credit_table_row .credit_tbl_cell {
    padding: 24px 0;
}

.credit_table_row .credit_tbl_cell p {
    font-size: 16px;
    font-weight: 400;
    color: #000;
}

.tbl_rspncv_show {
    display: none;
}

.lbc_pagination .pagination {
    justify-content: center;
}

.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}

.lbc_creditriskportal_flow .lbc_pagination .page-item.active .page-link {
    border: 0;
    padding: 0;
    background-color: #004070;
    border-radius: 50%;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #fff;
}

.lbc_creditriskportal_flow .page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.lbc_creditriskportal_flow .lbc_pagination .page-link {
    border: 0;
    padding: 0;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #222222;
    border-radius: 50%;
    background-color: transparent;
}


/* end 30.03.22 */


/* start 25.04.22 */

.brnch_menu_select .dropdown-submenu .dropdown-menu li:hover,
.brnch_menu_select_mobile .dropdown-submenu .dropdown-menu li:hover {
    color: #004070;
    background-color: #ebf6ff;
}

.bootstrap-select .dropdown-menu li a:hover {
    color: #004070;
    background-color: #ebf6ff;
}

.lbc_creditriskportal_flow .search_fields ul {
    padding: 10px 20px;
}

.lbc_creditriskportal_flow .search_fields ul li+li {
    border-top: 1px solid #ededed;
}

.lbc_creditriskportal_flow .pg_invalid_card,
.lbc_creditriskportal_flow .aqclass {
    font-size: 14px !important;
    color: #ae0a33 !important;
    font-family: "Source Sans Pro", sans-serif !important;
    font-weight: 400;
    padding-left: 20px;
    position: relative !important;
    line-height: 16px;
    letter-spacing: 0;
    width: 100%;
}

.lbc_creditriskportal_flow .pg_invalid_card:after,
.lbc_creditriskportal_flow .aqclass:after {
    position: absolute;
    top: 1px;
    left: 0;
    height: 16px;
    width: 16px;
    content: "";
    background: url(../images/input-error.png) no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 100%;
}


/* end 25.04.22 */


/* Start 27.04.22 */

.new_info_tip .info_tip_link:hover {
    background-image: url(../images/tooltiphov.png);
}


/* End 27.04.22 */


/* Start 18.05.22 */

.no_memo {
    width: 100%;
    text-align: center;
    /*padding: 150px 0px;*/
}

.no_memo_logo {
    height: 120px;
    width: 120px;
    padding: 0px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f2fcfd;
    overflow: hidden;
    margin-bottom: 18px;
    border-radius: 50%;
}

.no_memo h5 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 20px;
    line-height: 24px;
    margin: 0px auto 12px;
    text-transform: initial;
}

.no_memo p {
    font-size: 16px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    max-width: 560px;
    margin: 0 auto;
    color: #222222;
}

.add_new_memo_btn {
    background-color: #004070;
    font-size: 16px;
    padding: 14px 20px;
    letter-spacing: 0;
    border-radius: 4px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #fff;
    border: 2px solid #004070;
    min-width: 180px;
    display: inline-block;
    line-height: 20px;
    margin-top: 30px;
}

.display-none {
    display: none !important;
}


/* End 18.05.22 */


/* Start 19.05.22 */

button[disabled],
html input[disabled] {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
    cursor: not-allowed;
}


/* End 19.05.22 */


/* start 20.05.22 */


/* .lbc_creditriskportal_flow #client_search_from .pg_invalid_card:after {
    background: #ae0a33 !important;
    height: 100%;
    border-radius: 0;
    width: 3px;
} */

.lbc_creditriskportal_flow #client_search_from .pg_invalid_card {
    padding-left: 22px;
    display: flex;
    align-items: center;
    margin-top: 7px;
}

html {
    height: 100%;
}

body,
.lbc_creditriskportal_flow {
    min-height: 100%;
    margin: 0;
    /*see above comment*/
}

body,
.lbc_creditriskportal_flow {
    position: relative;
    padding-bottom: 60px;
    /* Same height as the footer. */
}

.lbc_creditriskportal_flow footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 90px;
    left: 0;
}

#accordion_search .app_dtls {
    width: fit-content;
}

/* .review_info_holder .review_block p {
    margin-bottom: 15px;
} */

.lbc_creditriskportal_flow .cancel_save_btn_holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lbc_creditriskportal_flow .cancel_edit {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #004070;
    text-decoration: underline;
}

.lbc_creditriskportal_flow .cancel_save_btn_holder .global_btn {
    height: 50px;
    line-height: 50px;
    width: 80px;
    padding: 0 15px;
    border-radius: 4px;
    overflow: hidden;
    background-color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
}

.lbc_creditriskportal_flow .cancel_save_btn_holder .global_btn:hover {
    background-color: #0068b8;
    color: #fff;
}

.lbc_creditriskportal_flow .cancel_save_btn_holder .global_btn:active {
    background-color: #d8ecfd;
    color: #222222;
    border: 2px solid #222222;
}

.lbc_creditriskportal_flow .cancel_save_btn_holder .global_btn:focus {
    background-color: #004070;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}


/* end 20.05.22 */


/* Start 24.05.22 */

p.curResidenceYearMon {
    display: flex;
}

.desktop_fail_credit {
    position: relative;
    height: 100%;
    min-height: 100vh;
    padding-bottom: 60px;
}

.lbc_creditriskportal_flow .top_all_btn_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}

.lbc_creditriskportal_flow .days_part {
    width: 180px;
}


/* End 24.05.22 */


/* Start 25.05.22 */

.reward_me_card h6,
.reward_me_card h5 {
    color: #000;
}

.add_new_memo_btn:hover {
    box-shadow: none;
    background-color: #0068b8;
    color: #fff;
    border: 2px solid #0068b8;
}

.add_new_memo_btn:focus {
    background-color: #004070 !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    outline: 0;
}

.add_new_memo_btn:active {
    background-color: #d8ecfd !important;
    color: #000000;
    border: #222 2px solid;
}

.lbc_creditriskportal_flow .edit_form .default_input {
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    height: 60px;
    border: 1px solid #959595;
    border-radius: 4px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s ease;
}

.lbc_creditriskportal_flow .edit_form .default_input:focus {
    border-color: #004070;
    box-shadow: 0 0 0 5px #7ac5fe;
    color: #000;
}

.lbc_creditriskportal_flow .edit_form .form_box {
    margin-bottom: 30px;
    position: relative;
}

.new_info_tip .white_info_tip p {
    color: #fff;
}


/* End 25.05.22 */


/* Start 26.05.22 */

.credit-risk-scorecard-indicator .white_info_tip {
    width: 290px;
}

.management_bar {
    width: 270px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0;
    padding: 25px 0px 0px 0px;
    box-shadow: 2px 0 2px 0 rgb(0 0 0 / 10%);
    border-left: 1px solid #fff;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
    margin-top: 70px;
}

.accout_area {
    position: relative;
    z-index: 1;
    margin: 70px 0 0 270px;
    padding-left: 115px;
    transition: 900ms ease-in-out;
    -webkit-transition: 900ms ease-in-out;
    -moz-transition: 900ms ease-in-out;
    padding-bottom: 200px;
}

.lbc_creditriskportal_flow .account_hd {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 26px;
    margin-bottom: 25px;
}

.management_bar ul {
    position: relative;
    z-index: 11;
    margin-bottom: 40px;
}

.management_bar ul li {
    float: none;
    position: relative;
}

.management_bar ul li a {
    font-family: "Source Sans Pro", sans-serif;
    color: #000;
    font-weight: 400;
    font-size: 16px;
    padding: 16px 0 18px;
    transition: 0.3s ease;
    padding-left: 10px;
    position: relative;
    display: block;
}

.management_bar ul li a b {
    position: relative;
    z-index: 10;
    font-weight: normal;
    display: -webkit-box;
}

.lbc_creditriskportal_flow .management_bar ul li:before {
    content: "";
    border: 0;
    border-bottom: 4px solid #fdb812;
    width: 100%;
    background: transparent;
    left: 0;
    bottom: 0;
    position: absolute;
}

.management_bar ul li a .img {
    width: 24px;
    height: auto;
    margin-right: 12px;
    vertical-align: 0px;
}

.management_bar ul li a span {
    margin-top: 0;
    max-width: 200px;
}

.lbc_creditriskportal_flow .laurentian_side_logout a {
    display: block;
    padding: 0 20px;
    max-width: 180px;
    height: 50px;
    line-height: 46px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #004070;
    font-size: 16px;
    text-align: center;
    border: 2px solid #004070;
    background-color: #fff;
    border-radius: 4px;
    overflow: hidden;
}

.lbc_creditriskportal_flow .laurentian_side_logout a:hover {
    border-color: #0068b8;
    background: #0068b8;
    color: #fff;
}

.lbc_creditriskportal_flow .laurentian_side_logout a:active {
    background: #d8ecfd;
    color: #000;
    box-shadow: none;
    border-color: #222;
}

.lbc_creditriskportal_flow .laurentian_side_logout a:focus {
    border-color: #004070;
    background: #fff;
    color: #004070;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.left_btn {
    display: none;
}

.lbc_creditriskportal_flow .total_information_holder {
    max-width: 560px;
}

.lbc_creditriskportal_flow .accout_area h1 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #004070;
    font-size: 36px;
    margin-bottom: 54px;
}

.lbc_creditriskportal_flow .picture_upload_part {
    background: #fff;
    margin-bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.lbc_creditriskportal_flow .picture_upload_part .upload_picture_holder {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}

.lbc_creditriskportal_flow .upload_picture_holder .edit_profile_image {
    background-image: url(../images/penicon.png);
    background-position: center center;
    background-size: 16px;
    background-repeat: no-repeat;
    position: absolute;
    right: -8px;
    bottom: -10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 0 10px rgb(69 69 69 / 30%);
    box-shadow: 0 0 10px rgb(69 69 69 / 30%);
    overflow: hidden;
    z-index: 2;
    border: 1px solid transparent;
    transition: 0.3s ease-in-out;
}

.lbc_creditriskportal_flow .upload_picture_holder .edit_profile_image input[type="file"] {
    opacity: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0px;
    right: 0;
    bottom: 0;
    left: 0;
    cursor: pointer;
}

.lbc_creditriskportal_flow .picture_upload_part .upload_picture_holder .uploaded_picture {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

.lbc_creditriskportal_flow .picture_upload_part .username {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 24px;
    padding-left: 32px;
}

.lbc_creditriskportal_flow #profile .profile_details_holder {
    margin-bottom: 40px;
}

.lbc_creditriskportal_flow .accout_area h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 26px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

.lbc_creditriskportal_flow .contact_row {
    margin: 18px 0 12px;
}

.lbc_creditriskportal_flow .contact_row .non_edit_form {
    padding-bottom: 14px;
    border-bottom: 1px solid #d9d9d9;
}

.lbc_creditriskportal_flow .non_edit_form {
    position: relative;
}

.lbc_creditriskportal_flow .contact_row .form_label {
    text-transform: uppercase;
    font-family: "Source Sans Pro", sans-serif;
    letter-spacing: 0;
    font-weight: 700;
    color: #000;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.lbc_creditriskportal_flow .contact_row .view_contact {
    border-bottom: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    position: relative;
}

.lbc_creditriskportal_flow .accout_area p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.lbc_creditriskportal_flow .view_contact p:first-child {
    font-weight: 600;
}

.lbc_creditriskportal_flow .contact_row .view_contact .edit_btn {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    color: #004070;
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
}

.lbc_creditriskportal_flow .account_management {
    padding-bottom: 80px;
}

.laurentian_prof_img_initial {
    font-size: 36px;
    padding: 0;
    display: block;
    line-height: 100px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #004070;
    color: #fff;
    font-family: "Source Sans Pro", sans-serif;
}

.lbc_creditriskportal_flow .edit_form .form_box .forGotPassword {
    position: absolute;
    right: 0;
    top: 0;
    padding-top: 0;
}

.lbc_creditriskportal_flow .forGotPassword a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #004070;
    text-decoration: underline;
    position: relative;
    display: block;
    width: auto;
    right: auto;
}

.lbc_creditriskportal_flow .edit_form .numeric_text {
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin-left: 0;
    padding: 20px 30px 5px;
    margin-bottom: 30px;
    background-color: #ebf6ff;
    border-left: 8px solid #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    width: 100%;
    border-radius: 5px;
    top: 50%;
    left: 100%;
}

.lbc_creditriskportal_flow .edit_form .numeric_text .value_icon {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    background: url(../images/muai_circle.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px !important;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 25px;
    display: inline-block;
    position: relative;
    width: 49%;
}

.lbc_creditriskportal_flow .edit_form .numeric_text .value_icon.criteria_ful {
    background: url(../images/muai_chked.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 24px 24px !important;
}

.lbc_creditriskportal_flow .password_view_controler {
    position: absolute;
    right: 20px;
    top: 45px;
}

.lbc_creditriskportal_flow .icon_24 {
    height: 24px;
    width: 24px;
}

.lbc_creditriskportal_flow .edit_upload_image .modal-header h3 {
    font-size: 20px;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.move_img_container {
    margin: 15px 0px 20px;
    display: flex;
    align-items: center;
}

.lbc_creditriskportal_flow .edit_upload_image .move_img_container_label {
    font-size: 16px;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    display: block;
    margin-bottom: 12px;
}

.move_img_container_label .fa {
    margin-right: 10px;
}

.slidervalue {
    float: right;
    font-size: 12px;
    color: #454545;
    font-family: "Axiforma-Medium";
}

.move_img_container .col-xs-6 {
    padding: 0px 15px;
    width: 50%;
    float: left;
}

.lbc_creditriskportal_flow .edit_upload_image .global_btn {
    border-radius: 4px;
    overflow: hidden;
    background-color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    width: 80px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.slidecontainer {
    width: 100%;
    margin-bottom: 5px;
}

.slidecontainer .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    background: #efefef;
    outline: none;
    opacity: 0.7;
    margin: 6px 0px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.slidecontainer .slider:hover {
    opacity: 1;
}

.slidecontainer .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    background: #004070;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.slidecontainer .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    background: #004070;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}

.lbc_creditriskportal_flow .edit_upload_image .global_btn:hover {
    background-color: #0068b8;
    color: #fff;
}

.lbc_creditriskportal_flow .edit_upload_image .global_btn:active {
    background-color: #d8ecfd;
    color: #222;
    box-shadow: none;
    border: solid 2px #222;
}

.lbc_creditriskportal_flow .edit_upload_image .global_btn:focus {
    background-color: #004070;
    color: #fff;
    box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%);
}

input[type="range" i] {
    appearance: auto;
    cursor: default;
    color: #900;
    padding: initial;
    border: initial;
    margin: 2px;
}


/* End 26.05.22 */


/* start 27.05.22 */

.branch_header_inner .laurentian_prof_img_initial {
    border-radius: 100%;
    height: 42px;
    width: 42px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 11px;
}

.branch_header_inner .no_bg {
    background-image: none !important;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.branch_header_inner .dropdown-toggle {
    color: #000000;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#mentiony-content-memo {
    width: 100% !important;
    min-height: 100px !important;
}

#add_new_memo .mentiony-container .mentiony-popover {
    left: 0 !important;
    bottom: unset;
    top: 30px;
    height: 320px;
}

.mentions-autocomplete-list {
    width: 100%;
    max-width: 375px;
    box-shadow: 0 1px 3px 0 rgb(69 69 69 / 30%);
    background-color: #fff;
    padding: 20px;
    z-index: 9;
    margin-bottom: 15px;
    overflow-y: auto;
}

.mentions-autocomplete-list ul {
    margin: 0;
    padding: 0;
}

.mentions-autocomplete-list ul li {
    list-style: none;
    width: 100%;
    position: relative;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #222222;
    border-bottom: 1px solid #d9d9d9;
    padding: 15px;
}

.mentions-autocomplete-list ul li:last-child {
    border-bottom: 0px;
}

.mentions-autocomplete-list ul li.active {
    color: #004070;
    border-bottom: 1px solid #004070;
    cursor: pointer;
}

.mentions-autocomplete-list ul li em::after {
    background-color: #767676;
    width: 5px;
    height: 5px;
    content: "";
    right: -9px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.mentions-autocomplete-list ul li em {
    position: relative;
    margin-right: 10px;
}

.mentions-autocomplete-list ul li.active em::after {
    background-color: #004070;
}

.mentions-autocomplete-list {
    position: absolute;
    order: 1;
    display: none;
    bottom: 70px;
}

.mention {
    order: 2;
    color: #fff;
}

.lbc_branchportal_flow .tag_user {
    color: #004070;
}

#mentiony-content-memo {
    width: 100% !important;
    min-height: 100px !important;
    background: #fff;
}


/* end 27.05.22 */


/* start 06.06.22 */

.lbc_creditriskportal_flow .new_crospond_itm {
    border-radius: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.lbc_creditriskportal_flow .correspondence_row {
    padding: 22px 98px 22px 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.lbc_creditriskportal_flow .custom_chk {
    display: block;
    position: absolute;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.lbc_creditriskportal_flow .correspondence_row p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: #222;
    transition: all 0.3s ease-in-out;
}

.lbc_creditriskportal_flow .correspondence_date_time {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: #222;
}

.lbc_creditriskportal_flow .hover_btn_area {
    display: none;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: #fff;
    padding-right: 15px;
    transition: all 0.3s ease-in-out;
}

.lbc_creditriskportal_flow .hover_btn_area .border-btn {
    min-width: 120px;
    margin-right: 10px;
}

.lbc_creditriskportal_flow .hover_btn_area .solid_btn {
    min-width: 100px;
}

.lbc_creditriskportal_flow .custom_chk {
    display: block;
    position: absolute;
    margin-bottom: 0;
    cursor: pointer;
    user-select: none;
    width: 24px;
    height: 24px;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
}

.lbc_creditriskportal_flow [type="checkbox"]:checked,
.lbc_creditriskportal_flow [type="checkbox"]:not(:checked) {
    display: none;
}

.lbc_creditriskportal_flow .custom_chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.lbc_creditriskportal_flow .check_mrk {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: #fff;
    border: 1px solid #959595;
    border-radius: 4px;
}

.lbc_creditriskportal_flow .custom_chk input:checked~.check_mrk:after {
    display: block;
}

.lbc_creditriskportal_flow .custom_chk .check_mrk:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.lbc_creditriskportal_flow .check_mrk:after {
    content: "";
    position: absolute;
    display: none;
}

.custom_chk input:checked~.check_mrk {
    background-color: #004070;
    border-color: #004070;
}

.new_crospond_itm:hover {
    border-radius: 4px;
    border-color: #706f73;
    background: #d8ecfd;
}

.new_crospond_itm:hover .hover_btn_area {
    display: flex;
    background: transparent;
}

.new_crospond_itm:hover .correspondence_row p {
    width: 70%;
}

.lbc_creditriskportal_flow .page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.lbc_creditriskportal_flow .lbc_pagination .page-link {
    border: 0;
    padding: 0;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: #222222;
    border-radius: 50%;
    background-color: transparent;
    margin: 0 5px;
}

.pagination li.active a,
.lbc_creditriskportal_flow .lbc_pagination .page-link:hover {
    background: #004070;
    color: #fff !important;
    background-color: #004070 !important;
}


/* end 06.06.22 */


/* start 07.06.22 */

.lbc_creditriskportal_flow .creditriskportal_header {
    padding: 0px;
    height: 80px;
    display: flex;
    align-items: center;
}

.login_header .row {
    position: relative;
}

.flex_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lbc_creditriskportal_flow .login_navbar {
    align-items: center;
    justify-content: space-between;
}

.login_navbar {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 0px 15px;
    width: 100%;
}

.overlay {
    background: rgba(255, 255, 255, 0.8);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    display: none;
}

.lbc_creditriskportal_flow .login_navbar-brand {
    width: auto;
    height: 56px;
    margin-top: 0;
    margin-right: 0px;
}

.menu_wrap {
    width: 480px;
    margin: 10px 0 0 230px;
    float: left;
}

.login_mobile_nav {
    display: none;
}

.logo {
    float: left;
    width: 85px;
    margin-top: 5px;
}

.menu_wrap .bar_icon {
    right: 20px;
    font-size: 35px;
    top: 10px;
}

.all_nav_sec {
    height: calc(100% - 30px);
    overflow: hidden;
    width: 100%;
    overflow-y: auto;
    padding: 10px 0px;
}

.mobile_btn_sec .lang_select_container {
    margin: 20px 0px;
    float: none;
    display: block;
    padding: 20px 0px;
    border-bottom: 1px solid #efefef;
    border-top: 1px solid #efefef;
}

.login_header .lang_btn {
    width: auto;
    padding: 6px 12px !important;
    border-radius: 5px;
    background-color: transparent !important;
    line-height: 100%;
    font-size: 16px !important;
    font-family: "Axiforma-Book" !important;
    border: 1px solid #004370 !important;
    color: #004370 !important;
}

.mobile_btn_sec .lang_btn {
    display: none;
}

.mobile_btn_sec .lang_dropdown-menu {
    display: block !important;
    position: static;
    box-shadow: none !important;
    width: 100%;
    text-align: center;
    background-color: transparent;
    border: 0px;
}

.lang_dropdown-menu {
    min-width: 62px;
    padding: 5px 0px;
    left: auto;
    right: 0;
    float: none;
}

.lang_dropdown-menu .dropdown-item {
    color: #4a4a4a;
    font-size: 12px;
    padding: 4px 25px 4px 9px;
    display: block;
    line-height: 14px;
    width: 100%;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 0px !important;
}


/* end 07.06.22 */


/* start 14.06.22 */

.rqstCdtBuroContnrHeading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 10px;
}

.rqstCdtBuroContnr span {
    color: #8a8a8d;
    margin-right: 20px;
}

.rqstCdtBuroContnr {
    display: flex;
    align-items: center;
}


/* end 14.06.22 */


/* start 15.06.22 */

.rqstCdtBuroContnr .solid_btn {
    min-width: 230px;
    max-width: 230px;
}

.select_btn_area_new {
    display: flex;
    align-items: center;
}

.select_btn_area_new .solid_btn {
    margin-left: 10px;
}


/* end 15.06.22 */

.faild_credit_padding {
    padding-top: 0px !important;
}


/* start 17.06.22 */

li.amount_divider img {
    width: 20px;
    margin: 0px 20px;
    margin-top: 26px;
}


/* end 17.06.22 */


/* start 08-07.22 */

[contentEditable=true]:empty:not(:focus):before {
    content: attr(data-placeholder);
    color: #767676;
}


/* end 08-07.22 */


/* 18.08.22 start kd */

.application_card_full_part .app_card_hold_row {
    align-items: baseline;
}

.app_dtls span {
    font-size: 12px;
    display: block;
    text-transform: uppercase;
    line-height: 16px;
    color: #004370;
    font-weight: 700;
    margin-top: 2px;
}


/* 18.08.22 end kd */


/* start 19.08.22 */

.rply_position .pro_pic_rplt {
    border-radius: 100%;
    background-color: #004070;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rply_position .pro_pic_rplt span {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}


/* end 19.08.22 */


/* 25-08-2022 start */

.application_card_full_part .inner_application_card_full .inner_application_card_full_top .app_card_hold .business_cls {
    position: absolute;
    bottom: 20px;
    left: 20px;
    color: #fff;
}

.application_card_full_part .inner_application_card_full .inner_application_card_full_top .app_card_hold .business_cls h5 {
    font-size: 15px;
    font-weight: 600;
    margin: 0 0;
}

.application_card_full_part .inner_application_card_full .inner_application_card_full_top .app_card_hold .business_cls h6 {
    font-size: 13px;
    font-weight: bold;
    margin: 6px 0 0;
}


/* 25-08-2022 end */


/* 26.08.22 starts */

.application_card_full_part .inner_application_card_full .inner_application_card_full_top .app_card_hold.reward_me_card .business_cls {
    color: #000;
}


/* 26.08.22 ends */


/* 07.11.22 starts */

.inner_application_card_full .app_card_hold_rt .app_dtls.wdd_20 h5 a {
    color: #004070;
    text-decoration: underline;
}

#statusCodeModal.remove_sucss_mdl.global_modal .modal-body {
    padding: 35px 50px;
}


/* 07.11.22 ends */


/* 09.11.22 starts */

.login_wrap.reset_login_wrap .login_inr_wrap .login_form {
    max-width: 590px;
    text-align: center;
    margin: auto;
    padding: 110px 0 20px;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .login_headline h2 {
    font-size: 36px;
    color: #004070;
    font-weight: 600;
    margin-bottom: 20px;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .login_headline p {
    font-size: 20px;
    color: #000;
    margin-bottom: 20px;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form form#frmValidation .form_outer .form-group.material_form_group {
    width: 90%;
    margin: auto;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form form#frmValidation .form_outer {
    text-align: left;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form form#frmValidation .form_outer .form-group.material_form_group input {
    min-height: 60px;
    border: 1px solid #706f73;
    border-radius: 5px;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form form#frmValidation .form_outer .form-group.material_form_group input:focus {
    box-shadow: 0 0 0 5px #7ac5fe !important;
    border: 2px solid #004070 !important;
    border-color: #004070 !important;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .form_outer.submit_outer input {
    width: unset;
    height: 50px;
    background-color: #004070;
    color: #fff;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .form_outer.submit_outer input:hover {
    background: #0068b8;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .form_outer.submit_outer input:focus {
    background: #004070 !important;
    color: #fff !important;
    box-shadow: 0 0 0 5px #7ac5fe !important;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .form_outer.submit_outer input:active {
    background: #d8ecfd !important;
    color: #000 !important;
    box-shadow: none !important;
    border-color: #222;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .form_outer.submit_outer {
    text-align: center !important;
    margin-top: 35px;
}

.login_wrap.reset_login_wrap .login_inr_wrap .login_form .form_outer.submit_outer input:disabled {
    background-color: #e2e2e2;
    color: #737373 !important;
    pointer-events: none;
    opacity: 1;
}


/* 09.11.22 ends */


/* 10.11.22 starts */

#editinfoModal.forgotmodal .modal-header {
    flex-direction: row-reverse;
}

#editinfoModal.forgotmodal .all_detail_container .form_outer .form-group.material_form_group {
    padding: 18px;
    margin-bottom: 0;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action {
    max-width: 400px;
    padding: 165px 0px 70px;
    width: 100%;
    min-height: 50vh;
    margin: 0 auto;
    text-align: center;
}

.lbc_branchportal_flow .login_headline {
    margin-bottom: 25px;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action .login_headline h2 {
    color: #004070;
    font-size: 36px;
    line-height: 45px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action .login_headline p {
    font-size: 20px;
    color: #222222;
    margin: 0;
    line-height: 24px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action .forgot_after_info .forgot_usr_mail {
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    margin: 25px 0;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action .forgot_after_info .forgot_block {
    margin-bottom: 25px;
    color: #454545;
    font-size: 18px;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action .forgot_after_info .forgot_block .action_forgot a {
    color: #004070;
    font-size: 16px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-decoration: underline;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action .forgot_after_info .forgot_block {
    margin-bottom: 25px;
    color: #454545;
    font-size: 18px;
}

.reset_login_wrap .login_inr_wrap .forgot_after_action .forgot_after_info .forgot_block .action_forgot a {
    color: #004070;
    font-size: 16px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-decoration: underline;
}

.reset_login_wrap .login_inr_wrap .success_after_forget {
    max-width: 430px;
    margin: 0 auto;
    padding: 180px 15px 60px;
}

.reset_login_wrap .login_inr_wrap .success_after_forget .setupawsome_icon {
    width: 60px;
    margin: 0 auto 5px;
}

.reset_login_wrap .login_inr_wrap .success_after_forget .setupawsome h4 {
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 35px;
}

.reset_login_wrap .login_inr_wrap .success_after_forget .we_resent_pass {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 16px;
    font-family: "Source Sans Pro", sans-serif;
    color: #222222;
}

.reset_login_wrap .login_inr_wrap .success_after_forget .resendEmail_pass strong {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
}

#editinfoModal.forgotmodal .all_detail_container .form-group.material_form_group .material_form-control.material_ico_input {
    border: 1px solid #706f73;
    min-height: 60px;
    border-radius: 5px;
}

#editinfoModal.forgotmodal .all_detail_container .submit_outer.editEmailSubmit {
    text-align: center;
    padding-bottom: 30px;
}

.lbc_creditriskportal_flow .global_btn {
    padding-right: 20px !important;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    background-image: none !important;
    padding: 13px 20px;
    background-color: #004070;
    letter-spacing: 0;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 16px;
    border: 2px solid transparent;
    line-height: inherit;
}

.lbc_creditriskportal_flow .global_btn:hover {
    background: #0068b8;
    background-image: none;
    color: #fff;
}

.lbc_creditriskportal_flow .global_btn:active {
    box-shadow: none !important;
    background: #d8ecfd !important;
    color: #222 !important;
    border: 2px solid #222;
}

.lbc_creditriskportal_flow .global_btn:focus {
    background: #004070 !important;
    color: #fff !important;
    box-shadow: 0 0px 0px 5px #7ac5fe !important;
}

#editinfoModal.forgotmodal .cancl a {
    color: #004070;
    text-decoration: underline;
}

.lbc_creditriskportal_flow .global_btn:disabled {
    background-color: #e2e2e2;
    color: #767676;
    pointer-events: none;
    opacity: 1;
}

#editinfoModal.forgotmodal .all_detail_container .form-group.material_form_group .material_form-control.material_ico_input:focus {
    box-shadow: 0 0 0 5px #7ac5fe !important;
    border: 1px solid #004070 !important;
    border-color: #004070 !important;
}

#editinfoModal.forgotmodal .cancl {
    justify-content: center;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner_main {
    padding: 80px 0px 100px;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .login_headline {
    margin-bottom: 50px;
    text-align: center;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .login_headline h2 {
    color: #004070;
    font-size: 36px;
    line-height: 45px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .login_headline p {
    font-size: 20px;
    color: #222222;
    margin: 0;
    line-height: 24px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .validate_frm label {
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 20px;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .validate_frm .input_wrap {
    margin-bottom: 20px;
    position: relative;
}

.lbc_branchportal_flow .type_fld {
    height: 60px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0;
    border: solid 1px #959595;
    background-color: #fff;
    font-size: 16px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .validate_frm .input_wrap .password_view_controler {
    top: 50%;
    transform: translateY(-50%);
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .form-signin .validate_frm .new_numeric_text {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    border: 0;
    border-radius: 4px;
    margin-left: 0;
    padding: 20px 30px 5px;
    margin-bottom: 30px;
    background-color: #ebf6ff;
    border-left: 8px solid #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    width: 100%;
    margin-top: 0;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .form-signin .validate_frm .numeric_text .val_ico {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    background: url(../images/muai_circle.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px !important;
    padding-left: 35px;
    margin-bottom: 15px;
    line-height: 20px;
    display: inline-block;
    width: 49%;
    position: relative;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .form-signin .validate_frm .numeric_text .val_ico.criteria_ful {
    background: url(../images/muai_chked.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px !important;
}

.btn_outr {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .form-signin .validate_frm .btn_outr_reset .save_btn {
    width: 175px !important;
    padding: 0px 25px;
    background-color: #004070 !important;
    height: 50px;
    line-height: 45px;
    border-radius: 4px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    color: #fff;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap {
    max-width: 560px;
    margin: 0 auto;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .login_inr_wrap_inner .form-signin .validate_frm .btn_outr_reset .save_btn:disabled {
    background-color: #e2e2e2 !important;
    color: #767676 !important;
    pointer-events: none;
    opacity: 1;
}


/* ****** */

.wrong_pass_box .pass_box_awsome h4 {
    font-size: 28px;
    font-weight: 600;
    color: #004070;
}

.wrong_pass_box .pass_box_paying_top p {
    font-size: 18px;
    color: #000;
}

.wrong_pass_box {
    padding: 190px 0 50px;
}


/* 10.11.22 ends */


/* 12.11.22 starts */

.success_msg_wrap.wronglink.login_inr_wrap,
.success_msg_wrap.resetfail.login_inr_wrap {
    min-height: 50vh;
    max-width: 400px;
    padding: 165px 0px 70px;
    width: 100%;
    text-align: center;
    margin: auto;
}

.success_msg_wrap.wronglink.login_inr_wrap .login1,
.success_msg_wrap.resetfail.login_inr_wrap .login1 {
    padding-top: 25px;
}

.lbc_creditriskportal_flow .application_card_full_part .inner_application_card_full .app_card_hold .app_lock_card_hold {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 5;
    background-color: rgba(34, 34, 34, 0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-radius: 10px;
}

.lbc_creditriskportal_flow .application_card_full_part .inner_application_card_full .app_card_hold .app_lock_card_hold h6 {
    color: #ebebeb;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: 600;
}


/* 12.11.22 ends */

/* start 24.07.23 */
.review_heading.reviewheading_flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 15px;
}

.review_heading.reviewheading_flex h2 {
    margin: 0px;
    padding: 0px !important;
}

.review_heading.reviewheading_flex .solid_btn {
    max-width: fit-content;
}

/* end 24.07.23 */

/* 25-10-2023 */
.lbc_creditriskportal_flow .brnch_head_inner_main .brnchlogin_rt_inner h3 {
    font-size: 16px;
    line-height: 20px;
    font-weight: 600;
    color: #555555;
    text-transform: uppercase;
    margin: 0;
}

.logo-mobile {
    display: none;
}




/* 16-11-23 */

body.lbc_creditriskportal_flow {
    padding-bottom: 237px;
}

.lbc_creditriskportal_flow footer.branch_portal_footer {
    height: auto;
    padding: 70px 0;
    background-color: #004070;
}

.lbc_creditriskportal_flow footer.branch_portal_footer .newmarketing_footer ul {
    width: 100%;
    position: relative;
    margin: 0px 0px 55px 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.lbc_creditriskportal_flow footer.branch_portal_footer .newmarketing_footer ul li {
    margin-right: 30px;
}

.lbc_creditriskportal_flow footer.branch_portal_footer .newmarketing_footer ul li a {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
}

.lbc_creditriskportal_flow footer.branch_portal_footer .newmarketing_footer ul li a:hover {
    text-decoration: underline;
}

.lbc_creditriskportal_flow footer.branch_portal_footer .newmarketing_footer p {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    text-align: left;
}

/* .lbc_creditriskportal_flow  .branch_login_part{
    padding-bottom: 0;
} */

/* 17-11-23 */

.lbc_branchportal_flow .inner_application_card_full .app_card_hold_row .app_dtls h5 a span#unlock_password_text,
.inner_application_card_full .app_card_hold_rt .app_dtls.wdd_20 h5 a {
    font-weight: 600;
}

.lbc_branchportal_flow .inner_application_card_full .app_card_hold_row .app_dtls h5 a span#unlock_password_text:hover,
.inner_application_card_full .app_card_hold_rt .app_dtls.wdd_20 h5 a:hover {
    font-weight: 700;
}


.view_all {
    font-weight: 600;
}

.view_all:hover {
    font-weight: 700;
    text-decoration: underline;
    color: #004070;
}

.div_click_role{
    pointer-events: none;
}




.nw_ds_tbl .credit_table_head .credit_tbl_cell{
    padding: 0 2px;
}

.nw_ds_tbl .credit_table_head .credit_tbl_cell:first-child,
.nw_ds_tbl .credit_table_head .credit_tbl_cell:last-child{
    padding: 0;
}


.nw_ds_tbl  .credit_table_row .credit_tbl_cell,
.nw_ds_tbl .credit_table_head .credit_tbl_cell{
    width: 14.285714285714286%;
}

.nw_ds_tbl1 .credit_table_row .credit_tbl_cell,
.nw_ds_tbl1 .credit_table_head .credit_tbl_cell{
    width: 20%;
}

.nw_ds_tbl .credit_table_row .credit_tbl_cell:first-child,
.nw_ds_tbl .credit_table_head .credit_tbl_cell:first-child{
    width: 12%;
    text-align: left;
    overflow: hidden;
}

.nw_ds_tbl .credit_table_row .credit_tbl_cell:not(:first-child),
.nw_ds_tbl .credit_table_head .credit_tbl_cell:not(:first-child){
    text-align: center;
}

.nw_ds_tbl .credit_table_row .credit_tbl_cell:last-child,
.nw_ds_tbl .credit_table_head .credit_tbl_cell:last-child{
    text-align: right;
    width: 160px;
    margin-left: auto;
}

.nw_ds_tbl .credit_table_head .credit_tbl_cell h6{
    color: #222;
    font-weight: 600;
}

.nw_ds_tbl  .credit_table_row{
    padding-left: 5px;
    margin-left: -5px;
    margin-top: 15px;
    border-radius: 5px;
    transition: 400ms all ease-in-out;
}


.nw_ds_tbl .credit_table_row .credit_tbl_cell .solid_btn{
    min-width: auto;
    max-width: 100%;
    height: 55px;
    line-height: 54px;
    padding: 0 5px;
    width: 100%;
}

.nw_ds_tbl  .credit_table_row .credit_tbl_cell{
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nw_ds_tbl  .credit_table_row .credit_tbl_cell:first-child{
    justify-content: flex-start;
}

.nw_ds_tbl  .credit_table_row .credit_tbl_cell > p{
    color: #222;
}


.nw_ds_tbl .credit_table_row .credit_tbl_cell p em{
    margin-left: 5px;
}

.nw_ds_tbl .credit_table_row .credit_tbl_cell p span:not(.tbl_rspncv_show){
    display: block;
}

.nw_ds_tbl  .credit_table_head{
    padding-bottom: 15px;
}


.disableCRP {
    background-color: #f7f7f7 !important;
    color: #000 !important;
    pointer-events: none !important;
}

/* start 29.06.24 */
.bootstrap-select>.btn::after {
    content: "";
    background: url(../images/caret-down.svg) right center no-repeat;
    right: 12px;
    width: 17px;
    height: 16px;
    position: absolute;
    margin: 0px;
    border: 0px;
    display: inline-block;
}
.text-right {
    text-align: right;
}
/* end 29.06.24 */
/* start 15.10.24 */
.newSuccess_prifile .setupawsome_icon img {
    max-width: 60px;
}
.newSuccess_prifile .all_detail_container{
    padding: 20px 0;
}
.newSuccess_prifile .setupawsome_icon.clearfix {
    padding-bottom: 20px;
}
.newSuccess_prifile .setupawsome.clearfix h4 {
    font-size: 24px;
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}
.newSuccess_prifile .setuppaying_top{
    font-size: 16px;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}
.newSuccess_prifile .modal-dialog{
    min-width: 560px;
}
.newSuccess_prifile .laurentian_close_new{
    text-align: center;
    padding: 20px 0 0;
}
/* end 15.10.24 */

/* start 13.11.24 */
.review_info_holder .review_block {
    padding-top: 15px;
}
/* end 13.11.24 */
/* start 17.04.25 */
.faild_credit_padding .lbc_action_part .bootstrap-select>.btn{
    min-width: 230px;
}
/* end 17.04.25 */