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

.branchportal_header .logo {
    margin-top: 0;
    width: 145px;
}

.branchportal_header {
    padding: 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;
}

.new_login_wrap .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_branchportal_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_branchportal_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 {
    background-color: #0068b8;
    color: #fff;
}

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

.solid_btn:active {
    background-color: #d8ecfd;
    color: #000;
    box-shadow: none;
    border: #222 solid 2px;
}

.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 {
    background-color: #0068b8;
    color: #fff;
    border: 2px solid #0068b8;
}

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

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

.lbc_branchportal_flow .type_fld:focus {
    box-shadow: 0 0 0 5px #7ac5fe !important;
    border: 1px solid #004070 !important;
    border-color: #004070 !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: 230px;
    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: 12px;
    height: 7px;
    /* 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;
}

.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: 0;
    top: 52px !important;
    background: #fff;
    margin-top: 8px;
    border: 0;
    min-width: 100% !important;
    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 !important;
    background: #0068b8 !important;
    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 !important;
    background-color: #fff !important;
    color: #004070 !important;
}

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

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

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

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

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

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

.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 30px 30px;
    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: #0068b8;
    color: #fff;
    border: 2px solid #0068b8;
}

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

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

.card_bx:hover {
    border: 3px solid #706f73;
    background-color: #d8ecfd;
}

.card_bx.active {
    border: 3px solid #222222;
    background-color: #d8ecfd;
}

.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: 24px;
    height: 24px;
    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;
}

.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% - 45px);
    left: 0;
    right: 0;
    display: table;
    z-index: 2;
    position: fixed;
}

.compare_table .card_box {
    padding: 9px 0px 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: 15px;
    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: #f5f5f5;
}

.lbc_visaouter_bx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 420px;
    margin: 0 auto;
    background-color: #f5f5f5;
    justify-content: center;
}

.image_bx_visa {
    width: 270px;
}

.lbc_visainfinite_box {
    padding: 0px 20px 30px 20px;
    width: 100%;
    max-width: 420px;
    text-align: center;
}

.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: 18px;
    color: #000;
    line-height: 20px;
    margin: 0px 0px 8px 0px;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.lbc_visainfinite_box hr {
    display: none;
}

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

.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 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.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.active_after a {
    font-weight: 700;
}

.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: 590px;
    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: 18px;
    color: #000;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
    line-height: normal;
}

.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;
    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: #000;
}


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

.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%);
    transform: none !important;
    top: 100% !important;
    min-width: 100% !important;
}

.bootstrap-select .dropdown-menu.inner {
    max-height: 150px !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,
.lbc_branchportal_flow .select_item .dflt_select .dropdown-toggle {
    border: 2px solid #004070 !important;
    box-shadow: 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: 5px;
    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"]: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-image: url(../images/lbc_arrow_nav_blue.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: 0 0 0 5px #7ac5fe !important;
    border: 2px 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;
    text-transform: lowercase;
}

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

.white_info_tip {
    color: #000;
    min-height: 80px;
    width: 230px;
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    border: 2px solid #004070;
    border-radius: 4px;
    background-color: #f2f3f1;
    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 #f7f7f7;
    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: 590px;
    margin: 0 auto;
}

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

.authorized_usr_txt .accounts_part p {
    margin-bottom: 15px;
    min-height: auto;
}

.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: 20px;
    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 .only_date span:before {
    content: none !important;
}

.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: 22px;
    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;
    margin-top: 15px;
    font-weight: 600;
}

.review_block label:first-child {
    margin-top: 0px;
}

.review_block p {
    font-size: 16px;
    color: #000;
    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;
    font-weight: 400;
    font-family: "Source Sans Pro", sans-serif;
}

.review_block+.review_block {
    margin-top: 20px;
}

.top_thankimage_outer {
    background-color: #f5f5f5;
    margin-top: 112px;
}

.thank_image {
    max-width: 400px;
    margin: 0 auto;
    position: relative;
    bottom: -130px;
    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;
}

.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 h5 span {
    display: inline-block;
    margin-left: 0px;
    width: 20px;
}

.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: center;
    justify-content: space-between;
    width: 47%;
}

.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;
    margin-top: 35px;
}

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

.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: 55%;
    padding-left: 60px;
}

.app_card_hold_row {
    display: flex;
    justify-content: space-between;
}

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

.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: 24%;
}

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

.personal_account_full {
    padding: 0 80px;
}

.branch_prsnl {
    padding-bottom: 325px;
    height: calc(100vh - 77px);
    padding-top: 25px;
}

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

.reason_of_decline {
    background-color: #fff8e7;
    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;
    font-weight: 400;
    ;
}

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

.change_card_type_sec {
    padding: 45px 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;
    flex-wrap: wrap;
}

.chsbk_crd {
    width: 150px;
}

.chsbk_crd_details {
    padding-left: 20px;
}

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


/* .lbc_apply_sec .prev_pg {
  margin-bottom: 20px;
} */


/* 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: 0px 0;
    max-width: 155px;
    min-width: 155px;
}

.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: #222;
    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;
}

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

.name_hold_btn_area .solid_btn {
    max-width: 100%;
}


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

.memo_txt_part .solid_btn {
    min-width: auto;
}

.memo_action_head .border-btn {
    min-width: auto;
}


/* 09.02.2022 */

.lbc_branchportal_flow .new_login_wrap {
    background-color: #fff;
}

.flex_row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.flex_col_left {
    width: 60%;
}

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

.flex_col_right {
    width: 40%;
}

.lbc_branchportal_flow .inner_form_login {
    padding: 40px 100px 160px 100px;
}

.lbc_branchportal_flow .login_form {
    max-width: 370px;
    margin-left: 0;
}

.lbc_branchportal_flow .brnchlogin_hold {
    background-color: #fff;
    border-radius: 0;
    padding: 0;
}

.h100 {
    height: 100%;
}

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

.inner_form_login .login_headline h2 {
    color: #000;
    color: #004070;
    font-size: 36px;
    line-height: normal;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin: 0;
}

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


/* 09.02.2022 */


/* business */

.lbc_branchportal_flow .lbc_application_forminner {
    padding: 25px 10px 200px;
}

.block-two {
    max-width: 590px;
    margin: 0px auto 0;
}

.submit_out {
    padding-top: 10px;
}

.business-application_icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px;
}

.pt55 {
    padding-top: 55px;
}

.pt15 {
    padding-top: 15px;
}

.business_application_txt {
    padding: 30px 0 50px;
    text-align: center;
}

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

.business_application_txt a {
    font-size: 16px;
    line-height: 22px;
    color: #004070;
    font-weight: 600;
    text-decoration: underline;
}

.lbc_branchportal_flow .pg_invalid_card,
.lbc_branchportal_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%;
    top: 5px;
    display: inline-block;
}

.pg_invalid_card span,
.aqclass span {
    /* display: inline-block; */
    display: inline;
    /* vertical-align: middle; */
    color: inherit;
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
    width: auto;
    font-size: inherit;
}

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

.btn_outr .border-btn {
    margin-right: 20px;
}

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

.lbc_branchportal_flow .pg_invalid_card:after,
.lbc_branchportal_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%;
}

.proceed_btn .border-btn {
    max-width: 100%;
}

.card_part {
    padding: 85px 0 30px;
    margin: 30px 0 20px;
    background-color: #f5f5f5;
}

.laurentian_card_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.laurentian_card_main {
    display: flex;
    flex-wrap: wrap;
    max-width: 576px;
    margin: 0 auto;
}

.laurentiancard {
    width: 50%;
    padding: 0 10px;
}

.inner_laurentian_card {
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    padding: 20px 30px 30px;
    cursor: pointer;
    border: 3px solid transparent;
    margin-bottom: 30px;
    background-color: #fff;
}

.lbc_branchportal_flow .inner_laurentian_card h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    line-height: 26px;
}

.lbc_branchportal_flow .laurentiancrd_hold {
    width: 207px;
    margin: 0 auto 20px;
}

.lbc_branchportal_flow .laurentian_card_info_brim h5 {
    font-size: 16px;
    color: #000;
    text-align: center;
    margin-bottom: 5px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.lbc_branchportal_flow .inner_laurentian_card:hover {
    border: 3px solid #706f73;
    background-color: #d8ecfd;
}

.lbc_branchportal_flow .inner_laurentian_card.active {
    border: 3px solid #fdb812;
    background-color: #fff9eb;
}

.lbc_branchportal_flow .laurentian_card_main .pg_invalid_card {
    margin-left: 10px;
    margin-bottom: 15px;
}

.lbc_branchportal_flow .lbc_application_forminner .lbc_visa_sec_outer {
    background-color: #f5f5f5;
    margin-bottom: 30px;
}

.lbc_branchportal_flow .active_card_menu li:after {
    background-image: none;
    right: -10px;
}

.lbc_branchportal_flow .lbc_application_forminner .global_head h2 {
    margin-bottom: 10px;
}

.lbc_branchportal_flow .lbc_application_forminner .global_head span {
    font-size: 12px;
    font-weight: 400;
    color: #000;
    margin-bottom: 15px;
    display: block;
}

.lbc_branchportal_flow .active_card_menu li {
    width: 20%;
}

.lbc_branchportal_flow .lbc_application_forminner .row {
    margin-left: -10px;
    margin-right: -10px;
}

.lbc_branchportal_flow .lbc_application_forminner .row [class*="col-"] {
    padding-left: 10px;
    padding-right: 10px;
}

.lbc_branchportal_flow .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;
    padding-right: 21px;
}

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

.lbc_branchportal_flow .info_tip p {
    text-align: left;
    text-transform: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    letter-spacing: 0;
    margin: 0 0 4px;
    font-size: inherit;
    color: inherit;
    line-height: inherit;
}

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

.lbc_branchportal_flow .add-mem-bx {
    width: 100%;
    text-align: center;
}

.lbc_branchportal_flow .add_authorized_user_outer {
    flex-wrap: wrap;
}

.lbc_branchportal_flow .add-mem-bx .border-btn,
.lbc_branchportal_flow .btn_holder .border-btn {
    max-width: 100%;
}

.lbc_branchportal_flow .lbc_application_forminner .lbc_nine_prt .global_head h2 {
    margin-bottom: 30px;
}

.lbc_branchportal_flow .user_card {
    width: 275px;
}

.business_application_first_prt,
.business_application_third_prt,
.business_application_fourth_prt {
    height: 50vh;
}

.lbc_branchportal_flow .co_borrower_overflow {
    height: auto;
}

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

.wish_due h2 {
    text-align: center;
    color: #004070;
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: "Source Sans Pro", sans-serif;
}

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

.lbc_branchportal_flow .lbc_button_hold {
    text-align: center;
}

.lbc_branchportal_flow .lbc_button_hold .solid_btn {
    margin-left: 20px;
}

.thanku_innr {
    max-width: 317px;
    margin: 0 auto;
}

.thanku_top {
    background-color: #f7f7f7;
    padding: 80px 0 100px;
}

.thanku_div .congo_box {
    padding-top: 50px;
}

.pt40 {
    padding-top: 40px;
}

.thanku_div .bottom_thank_part {
    padding-bottom: 210px;
}

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

#add_authorized_sign_success_modal .modal-footer {
    padding: 30px 0;
}

.lbc_branchportal_flow [type="checkbox"]:not(:checked)+label,
.lbc_branchportal_flow [type="checkbox"]:checked+label {
    border-bottom: 0;
    font-size: 14px;
    line-height: 22px;
    margin: 0px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
}


/* business */


/* start 29.03.22 */

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

.lbc_branchportal_flow .material_inf_tip.error:after {
    position: absolute;
    top: 3px;
    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_branchportal_flow .wdd27 {
    width: 40%;
}

.lbc_branchportal_flow .wdd15 {
    width: 20%;
}

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

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

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

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

.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_branchportal_flow .faild_credit_sec {
    padding: 40px 0 125px;
}


/* end 30.03.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 27.05.22 */

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

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

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

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

.lbc_branchportal_flow .lbc_sec_prt_new .proceeding_lbc_sec_inner ul {
    margin-bottom: 25px;
    margin-left: 15px;
}

.lbc_branchportal_flow .lbc_sec_prt_new .proceeding_lbc_sec_inner ul li {
    list-style: disc;
}

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

.lbc_branchportal_flow .lbc_sec_prt_new .proceeding_lbc_sec_inner li ul {
    margin-bottom: 25px;
    color: #000;
    padding-left: 30px;
    margin-top: 2px;
}

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

.lbc_branchportal_flow .lbc_sec_prt_new .note_text.card_space {
    margin-bottom: 43px;
}

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

.lbc_branchportal_flow .text_bl {
    color: #004370;
}

.info_tbl_col.info_lst.info_box_scroll {
    height: 180px;
    overflow-y: scroll;
    overflow-x: hidden;
}

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

.info_lst {
    font-size: 12px;
    color: #000;
}

.info_tbl_col {
    padding: 18px 9px 18px 20px;
}

.info_lst li {
    font-size: 14px;
    color: #000;
    list-style: disc outside;
    margin-left: 15px;
    padding-left: 0px;
}

.info_tbl_col p {
    font-size: 14px;
    color: #000;
}

.review_head {
    padding: 50px 0 20px;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.lbc_branchportal_flow .agree_innr_elctr ul li a {
    color: #00518f;
    font-weight: 600;
    text-decoration: underline;
    margin-top: -2px;
}

.lbc_branchportal_flow .qus_block.qsnewstyle .checkmark {
    top: 0px;
    border: 2px solid #767676;
}

.lbc_branchportal_flow .qus_block .content .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background: #004070;
}

.content input:checked~.checkmark:after {
    display: block;
}

.qus_block .content .checkmark:after {
    width: 18px;
    height: 18px;
}

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

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.lbc_branchportal_flow.form-control {
    font-size: 16px;
    color: #181818 !important;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.qus_block .checkmark {
    width: 24px;
    height: 24px;
    left: 0;
    line-height: 15px;
    background-color: #fff;
    border-radius: 50%;
    position: absolute;
}

.lbc_branchportal_flow .qus_block.qsnewstyle {
    position: relative;
    display: flex;
    align-items: center;
    padding-left: 24px;
    margin: 0px 0px 0px 0px !important;
}

.lbc_branchportal_flow .form-group.communications_on_products label {
    font-weight: 400 !important;
}

.lbc_branchportal_flow [type="checkbox"]:checked+label,
.laurentian_flow [type="checkbox"]:not(:checked)+label {
    padding-left: 35px;
    line-height: 22px;
    color: #000 !important;
    font-size: 16px !important;
    font-family: "Source Sans Pro", sans-serif;
}


/* end 27.05.22 */


/* start 28.05.22 */

.lbc_branchportal_flow .fld_outr_new {
    margin: 0 0 30px;
}

.lbc_branchportal_flow .fld_outr_new label {
    color: #222222;
    font-size: 14px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
}

.lbc_branchportal_flow .add_fld,
.lbc_branchportal_flow .fld_outr_new .bootstrap-select>.btn {
    border: 1px solid #959595;
    padding: 10px 15px;
    height: 60px;
    border-radius: 4px;
    font-size: 16px;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    background: #fff;
}

.lbc_branchportal_flow .add_fld:focus,
.lbc_branchportal_flow .fld_outr_new .bootstrap-select>.btn:focus {
    border: 1px solid #045ba7 !important;
    box-shadow: 0 0 0 5px #7ac5fe !important;
    background: #fff;
}

.lbc_branchportal_flow .filter-option {
    padding-top: 0px !important;
}

.pac-target-input:not(:-webkit-autofill) {
    animation-name: endBrowserAutofill;
}

input[placeholder],
[placeholder],
*[placeholder] {
    color: #414042;
    opacity: 1;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
    padding-right: 5px;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-overflow: ellipsis;
}

.pull-left {
    float: left !important;
}

.lbc_branchportal_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_branchportal_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_branchportal_flow .cancel_save_btn_holder .global_btn:hover {
    background-color: #0068b8;
    color: #fff;
}

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

.lbc_branchportal_flow .cancel_save_btn_holder .global_btn:active {
    background-color: #d8ecfd;
    color: #222222;
    border-color: #222222;
}

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

.lbc_branchportal_flow .cancel_edit:hover {
    color: #004070;
    font-weight: 700;
}

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

.choose_reson_chkbx_itm {
    position: relative;
    margin-bottom: 15px;
}

.choose_reson_chkbx_itm .custom_chk {
    left: 0;
}

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

.choose_reson_chkbx_itm p {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    font-weight: 400;
    padding-left: 35px;
}

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

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

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

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

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

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

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

.choose_reason {
    margin-top: 30px;
}

.choose_reson_frm label {
    font-size: 14px;
    font-weight: 700;
    color: #000;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.choose_reson_frm textarea.form-control {
    border-radius: 4px;
    border: solid 1px #959595;
    background-color: #fff;
    height: 60px;
    padding: 6px 12px;
    resize: none;
}

.chose_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}

.chose_btn_area .border-btn {
    margin-right: 20px;
}

.close_reason_sec {
    padding-bottom: 200px;
}

.lbc_branchportal_flow .total_setps_request h2 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #222222;
    font-size: 36px;
    letter-spacing: 0;
    margin-bottom: 20px;
}

.lbc_branchportal_flow .total_setps_request h4 {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 26px;
    color: #222222;
    margin-bottom: 20px;
}

.lbc_branchportal_flow .total_setps_request p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    line-height: 22px;
    margin-bottom: 30px;
}

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

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

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

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

p:first-child {
    /* font-weight: 600; */
}

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

.lbc_branchportal_flow .view_contact .edit_btn {
    position: absolute;
    top: 0;
}

.reward_me_card h6,
.reward_me_card h5 {
    color: #004070 !important;
}

.lbc_branchportal_flow .form_box .select_item {
    width: 100%;
    float: none;
    padding: 0;
    height: auto;
}

.lbc_branchportal_flow .select_item .dflt_select .dropdown-toggle {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #222222;
    height: 60px;
    border: 1px solid #959595;
    border-radius: 4px;
    padding: 6px 30px 6px 20px;
    background-color: #fff;
    transition: 0.3s ease;
    text-transform: none;
    background: #fff;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-align: left;
    padding-right: 5px;
}

.bootstrap-select.btn-group .btn .filter-option {
    text-overflow: ellipsis;
}

.lbc_branchportal_flow .select_item .dflt_select .btn .caret {
    background: none;
    border: solid #2d2924;
    border-width: 0 2px 2px 0;
    margin-left: 5px;
    vertical-align: 2px;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    height: auto;
    width: auto;
    top: 40%;
    right: 15px;
}

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

.lbc_branchportal_flow .contact_row .view_contact.disable_edit_btn .edit_btn {
    pointer-events: none;
    color: #959595;
    text-decoration: none;
}

.lbc_branchportal_flow .edit_form {
    padding-bottom: 30px;
    border-bottom: 1px solid #d9d9d9;
    display: none;
}

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

.lbc_branchportal_flow .ViewCurrentEmploymentStatus {
    margin-bottom: 0px !important;
}

.lbc_branchportal_flow .contact_row .view_contact p {
    font-size: 16px;
    margin-bottom: 5px;
}

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

.lbc_branchportal_flow .change_card_step1 .agree_check {
    margin-left: 0;
    padding-left: 35px;
    margin-bottom: 0;
    color: #222222;
    font-size: 16px;
    line-height: 22px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
}

.agree_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
}

.agree_check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0px;
}

.lbc_branchportal_flow .change_card_step1 .checkmark {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 2px solid #959595;
    top: 5px;
    position: absolute;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.lbc_branchportal_flow .change_card_step1 .agree_check input[type="checkbox"]:checked~.checkmark {
    background: url(../images/tick_white.png) center center no-repeat #004070;
}

.lbc_branchportal_flow .change_card_step1 .agree_check input[type="checkbox"]:checked~.checkmark {
    border: 2px solid #004070;
}

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

.savebutton_alertpop {
    text-align: center;
}

.lbc_branchportal_flow .readonly {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
}

.lbc_branchportal_flow .savebutton_alertpop .btn-default {
    width: 175px;
    margin-bottom: 0px;
    padding: 0 15px !important;
    background-color: #004070;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    text-align: center;
    border: 0;
    border-radius: 4px;
    transition: 0.3s ease;
    overflow: hidden;
    outline: none;
    color: #fff;
}

.lbc_branchportal_flow .savebutton_alertpop .btn-default:hover {
    color: #fff;
    background-color: #0068b8;
}

.lbc_branchportal_flow .savebutton_alertpop .btn-default:focus {
    background-color: #004070;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
}

.lbc_branchportal_flow .savebutton_alertpop .btn-default:active {
    background: #d8ecfd !important;
    color: #000 !important;
    border: #222 2px solid !important;
}

.lbc_branchportal_flow .edit_form .default_input {
    width: 100%;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #222222;
    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_branchportal_flow .edit_form .default_input:focus {
    border-color: #004070;
    box-shadow: 0 0 0 5px #7ac5fe;
    color: #222222;
}

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

#step2 .price_Range {
    margin-top: 0px;
    margin-bottom: 0px;
    position: relative;
}

#step2 .slider-horizontal .rng_value {
    top: 0;
}

.lbc_branchportal_flow .global_btn.back_btn {
    color: #004070;
    background-image: none !important;
    background-color: transparent !important;
    border: 2px solid #004070;
    border-radius: 4px;
    padding: 0;
    height: 50px;
    width: 175px;
    font-size: 16px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.lbc_branchportal_flow .global_btn.back_btn:hover {
    background-color: #0068b8 !important;
    color: #fff;
    border: 2px solid #00518f;
}

.lbc_branchportal_flow .global_btn.back_btn:focus {
    background-color: #fff !important;
    color: #004070;
    box-shadow: 0 0 0 5px #7ac5fe;
    border: 2px solid #004070;
    outline: 0;
}

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


/* end 28.05.22 */


/* start 03.06.22 */

#client_search_from .block-two {
    margin-top: 0px;
}

html {
    height: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top_all_btn_area .filter-option,
.memo_pg .filter-option {
    height: 100%;
    display: flex;
    align-items: center;
}

.searchtop_name_sec .name_hold h2 {
    margin-bottom: 0px !important;
}

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

.lbc_branchportal_flow .add_new_memo_btn:hover {
    background-color: #0068b8;
    opacity: 1;
    color: #fff;
    border: 2px solid #0068b8;
}

.lbc_branchportal_flow .add_new_memo_btn:active {
    background-color: #d8ecfd;
    border: 2px solid #222;
    color: #222;
    box-shadow: none;
}

.lbc_branchportal_flow .add_new_memo_btn:focus {
    background-color: #004070;
    outline: 0;
    border: 2px solid #004070;
    box-shadow: 0 0 0 5px #7ac5fe;
    color: #fff;
}

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

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

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

.lbc_branchportal_flow #noMemo {
    margin-bottom: 140px;
}


/* end 03.06.22 */


/* start 06.06.22 */

#standard_application_div .standard_inner {
    margin-top: 70px;
}

.standard_inner {
    width: 100%;
    max-width: 560px;
    margin: 0 auto;
    background: #f7f7f7;
    text-align: center;
    margin-bottom: 50px;
    padding: 43px 0px 54px 0px;
}

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

.standard_inner p {
    font-size: 14px;
    color: #222;
    margin-bottom: 30px;
}

.standard_outer {
    text-align: center;
    margin-bottom: 200px;
}

.standard_outer p {
    font-size: 16px;
    color: #222;
    margin-bottom: 30px;
}

.standard_outer p a {
    color: #004070;
    text-decoration: underline;
    font-weight: 600;
}

.standard_outer p a:hover {
    font-weight: 700;
}

.birth_dates .filter-option,
.selectContainer .filter-option {
    height: 100%;
    display: flex;
    align-items: center;
}

#step4 .block-two,
#step6 .block-two {
    margin: 0px auto 0;
}

.brnch_menu_select .dropdown-menu .border-btn {
    min-width: 100% !important;
}

.lbc_branchportal_flow .login_collapse {
    justify-content: flex-end;
}

.lang_select_container {
    display: inline-block;
    vertical-align: middle;
    margin-left: 25px;
    margin-top: 0px;
    /* float: right; */
}

.branchportal_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: "Source Sans Pro", sans-serif !important;
    border: 1px solid #004370 !important;
    color: #004370 !important;
}

.branchportal_header .lang_dropdown-menu {
    min-width: 62px;
    padding: 5px 0px;
    left: auto !important;
    right: 0;
    border-radius: 4px;
    float: none;
}

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

.branchportal_header .row {
    position: relative;
}

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

.branchportal_header .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_branchportal_flow .login_navbar-brand {
    width: auto;
    height: 56px;
    margin-top: 0;
}


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

.login_mobile_nav {
    display: none;
}

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

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

.menu_wrap .bar_icon {
    color: #fff;
}

.bar_icon {
    height: 18px;
    width: 25px;
    top: 8px;
}

.bar_icon {
    position: absolute;
    display: none;
    transition: 300ms ease-in-out;
    -webkit-transition: 300ms ease-in-out;
    -moz-transition: 300ms ease-in-out;
}

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

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

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

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


/* end 06.06.22 */


/* start 07.06.22 */

.management_bar {
    width: 270px;
    background: #fff;
    position: absolute;
    top: 0px;
    bottom: 0;
    padding: 25px 0px 0px 0px;
    margin-top: 90px;
    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;
}

.left_btn {
    display: none;
}

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

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

.lbc_branchportal_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_branchportal_flow .laurentian_side_logout a:hover {
    border-color: #0068b8;
    background: #0068b8;
    color: #fff;
}

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

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

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

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

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

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

.lbc_branchportal_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_branchportal_flow .picture_upload_part .upload_picture_holder {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
}

.lbc_branchportal_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_branchportal_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_branchportal_flow .picture_upload_part .upload_picture_holder .uploaded_picture {
    width: 100px;
    height: 100px;
    display: block;
    border-radius: 50%;
    overflow: hidden;
}

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

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

.lbc_branchportal_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_branchportal_flow .contact_row {
    margin: 18px 0 12px;
}

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

.lbc_branchportal_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_branchportal_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_branchportal_flow .accout_area p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

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

.lbc_branchportal_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_branchportal_flow .edit_form .default_input.disabled {
    pointer-events: none;
}

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

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

.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_branchportal_flow .non_edit_form {
    position: relative;
}

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

.lbc_branchportal_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_branchportal_flow .password_view_controler {
    position: absolute;
    right: 20px;
    top: 45px;
}

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

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

.filter-option {
    height: 100%;
    display: flex;
    align-items: center;
}

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

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

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

.lbc_branchportal_flow .modal-footer {
    justify-content: center !important;
}


/* end 07.06.22 */


/* start 08.06.22 */

.lbc_branchportal_flow #preApproved {
    margin-top: 80px;
}

#preApproved .form-group label {
    text-align: center;
    text-transform: none;
    justify-content: center;
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #222;
}

#preApproved .form-group .form-control {
    font-size: 36px;
    font-weight: 600;
    color: #004070;
    text-align: center;
}

#newEditCurrentPasswordSuccessmodal .modal-header {
    display: flow-root !important;
}

.lbc_branchportal_flow .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

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

.newSuccess .all_detail_container {
    padding: 40px 40px 40px;
}

.newSuccess .setupawsome_icon {
    margin-bottom: 12px;
}

.newSuccess .setupawsome_icon img {
    max-width: 60px;
}

.newSuccess .all_detail_container h4 {
    font-size: 24px;
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}

.newSuccess .setuppaying_top {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin: 0px 0px 30px;
}

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

.laurentian_close_new {
    text-align: center;
}

.laurentian_close_new a:hover {
    background-color: #0068b8;
    color: #fff;
}

.laurentian_close_new a:active {
    background-color: #d8ecfd;
    box-shadow: none;
    color: #222222;
    border-color: #222;
}

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

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

.lbc_branchportal_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 {
    margin: 15px 15px 20px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.move_img_container .col-xs-6 {
    width: 50%;
}

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

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

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

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

.dropdown-menu>li>a:hover {
    background: #d8ecfd !important;
}

.greyedout {
    background: #eee !important;
    pointer-events: none;
}

#preApproved {
    margin-top: 50px;
}


/* end 08.06.22 */


/* start 17.06.22 */

[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: #004070;
}

.checkbox label,
.radio label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: 400;
    cursor: pointer;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: 700;
}

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


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

.pg_invalid_card,
.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%;
}


/* end 17.06.22 */


/* start 20.06.22 */

.qus_block.qsnewstyle.communications_on_products label {
    font-weight: normal;
}

#mentiony-popover-memo {
    left: 0px !important;
}

.changeCardContent {
    justify-content: center;
}


/* end 20.06.22 */


/* start business application 23.06.22 */

.business_application_flow .global_head h2 {
    color: #004070 !important;
}

.business_application_flow .business_application_fourth_prt {
    max-width: 100%;
    margin: 0px auto 0 auto;
    margin-top: 40px;
}

.business_application_flow .business_application_txt {
    padding: 0px 0 50px;
}

#compare_popup .compare_container {
    /* margin-top: 172px */
    margin-top: 0px
}

.business_application_flow .image_bx_visa {
    margin-left: 0px;
    width: 270px;
    margin-right: -125px;
    z-index: 9;
}

.business_application_flow .lbc_visainfinite_box {
    padding: 30px 20px 30px 290px;
    width: 100%;
    max-width: 753px;
    text-align: center;
    background: #fff;
}

.business_application_flow .your_authrized_crd_full {
    padding-top: 40px;
}

.business_application_flow .lbc_visaouter_bx {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    max-width: 100%;
    margin: 0 auto;
    justify-content: center;
}

.business_application_flow .lbc_visainfinite_box {
    text-align: left !important;
}

.business_application_flow .lbc_visainfinite_box p {
    border-bottom: 1px solid #d9d9d9;
    width: 86%;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.business_application_flow .btn_outr {
    padding-top: 30px;
}

.business_application_flow .inner_laurentian_card.active,
.business_application_flow .inner_laurentian_card:hover {
    border: 3px solid #706f73;
    background-color: #d8ecfd;
}

.business_application_flow #sur_previous_address_container {
    padding: 0px 15px;
}

#businesscard_modal .global_modal .modal-body {
    padding-top: 40px;
}

#businesscard_modal .modal-footer {
    padding: 30px 0px 40px 0px;
}

#businesscard_modal .lbc_button_hold {
    text-align: center;
}

.business_application_flow #thankyou_applicationlbc .thank_image {
    max-width: 302px;
}

.business_application_flow .active_card_menu li {
    width: 33.3%;
}

.business_application_first_prt .buiness_account_head {
    margin-top: 6px;
}

.lbc_branchportal_flow .compare_table span {
    display: block;
}


/* end business application 23.06.22 */


/* start 30.06.22 */

.lbc_branchportal_flow .lbc_eight_prt,
.lbc_branchportal_flow .lbc_nine_prt {
    padding-top: 45px;
}


/* end 30.06.22 */


/* start 08-07.22 */

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


/* end 08-07.22 */


/* start 25.07.22 */

.credit_limit_increase_hold_inner iframe {
    width: 100% !important;
}


/* end 25.07.22 */


/* start 27.07.22 */

#mentiony-popover-memo.mentiony-list .mentiony-item:hover {
    background: #ebf6ff;
    color: #000;
}


/* end 27.07.22 */


/* start 27.07.22 */

#accordion_search .applied_bx {
    align-items: start;
}


/* end 27.07.22 */


/* 18.08.22 start kd */

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

.lbc_branchportal_flow .add-mem-bx .border-btn,
.lbc_branchportal_flow .btn_holder .disabled {
    background: #E2E2E2 !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #E2E2E2 !important;
    cursor: not-allowed;
}

.lbc_branchportal_flow .add-mem-bx .border-btn,
.lbc_branchportal_flow .btn_holder .disabled:hover {
    background: #E2E2E2 !important;
}


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


/* 22-08-2022 start p.d. */

.lbc_branchportal_flow .application_card_full_part .inner_application_card_full .inner_application_card_full_top .app_card_hold_rt .app_card_hold_row .app_dtls.wdd_20 {
    width: 40%;
}

.lbc_branchportal_flow .search_reasut_user_dtls .applicant_inner .applicant_details {
    width: 22%;
}

.lbc_branchportal_flow .search_reasut_user_dtls .applicant_inner .applicant_details figure {
    min-width: 50px;
}

.lbc_branchportal_flow .search_reasut_user_dtls .applicant_inner .applicant_details .app_dtls {
    margin: 0 0;
}

.lbc_branchportal_flow .search_reasut_user_dtls .applicant_inner {
    align-items: flex-start;
}

.lbc_branchportal_flow .search_reasut_user_dtls .applicant_inner .app_dtls {
    margin: 0 8px;
}

.lbc_branchportal_flow .search_reasut_user_dtls .applicant_inner .app_dtls:last-child {
    margin: 0;
}

.lbc_branchportal_flow .search_reasut_user_dtls .applicant_inner .app_dtls.app_status h5 {
    white-space: nowrap;
}


/* 22-08-2022 end */


/* 25-08-2022 start */

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

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

.lbc_branchportal_flow .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: 4px 0 0;
}


/* 25-08-2022 end */


/* 26.08.22 starts */

.lbc_branchportal_flow .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 */


/* 27-08-2022 start */

.lbc_branchportal_flow .application_card_full_part .inner_application_card_full .inner_application_card_full_top .app_card_hold .business_cls {
    bottom: 55px;
    left: 15px;
}


/* 27-08-2022 end */


/* 01-11-2022 */

.lbcapplication_form_part#applicationSteps #step9 .bp_part_row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_left_content {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_left_content img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 50px 75px;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content {
    max-width: 575px;
    margin-right: auto;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .btn_outr {
    margin-top: 40px;
    padding-top: 0;
    max-width: 575px;
}

.lbcapplication_form_part#applicationSteps .lbc_blnce_protection .bp_hdng {
    font-family: 'Source Sans Pro', sans-serif;
    text-align: center;
}

.lbcapplication_form_part#applicationSteps .lbc_blnce_protection .bp_hdng h3 {
    font-size: 36px;
    color: #004070;
    font-weight: 600;
    margin-bottom: 0;
}

.lbcapplication_form_part#applicationSteps .lbc_blnce_protection .bp_hdng span {
    font-size: 14px;
    line-height: 20px;
    color: #706f73;
    font-weight: 400;
    display: inline-block;
    margin: 10px 0;
}

.lbcapplication_form_part#applicationSteps .lbc_blnce_protection .bp_hdng p {
    font-size: 20px;
    line-height: 26px;
    color: #222;
    font-weight: 400;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion .card {
    border: none;
    border-bottom: 1px solid rgba(112, 111, 115, 0.2);
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion .card-header#headingOne {
    padding-left: 15px;
    padding-right: 10px;
    background: #fff;
    padding-bottom: 7px;
    border-bottom: none;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion h5.mb-0 {
    margin-bottom: 5px;
    margin-top: 20px;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion button.btn.btn-link {
    width: 100%;
    text-align: left;
    font-size: 19px;
    color: #004070;
    font-family: "Source Sans Pro", sans-serif;
    text-decoration: none;
    position: relative;
    white-space: normal;
    padding-right: 0;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion button.btn.btn-link::before {
    content: '-';
    position: absolute;
    color: #004070;
    font-size: 18px;
    left: -19px;
    /* display: flex;
    justify-content: center;
    align-items: center; */
    border: 2px solid #004070;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    font-weight: 700;
    font-family: 'Source Sans Pro', sans-serif;
    top: 50%;
    transform: translateY(-50%);
    line-height: 16px;
    text-align: center;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion button.btn.btn-link.collapsed::before {
    content: '+';
    line-height: 18px;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseOne .card-body {
    padding: 0;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseTwo .card-body,
.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseThree .card-body,
.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseFour .card-body {
    padding-top: 0;
    padding-left: 0;
    padding-bottom: 19px;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion .accordion_main_content1 {
    border: 1px solid rgba(112, 111, 115, 0.2);
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseOne .card-body .main_heading_accordion {
    display: flex;
    padding: 20px;
    background-color: #f7f7f7;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseOne .card-body .main_heading_accordion .coverage_content_hdng {
    flex: 0 0 40%;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseOne .card-body .main_heading_accordion .description_content_hdng {
    flex: 0 0 60%;
    text-align: center;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseOne .card-body .main_heading_accordion h4 {
    font-size: 16px;
    margin-bottom: 0;
    color: #222222;
    font-weight: 600;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_right_inner_content #collapseOne .content_container1 {
    display: flex;
    padding: 20px;
    border-bottom: 1px solid rgba(112, 111, 115, 0.2);
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_right_inner_content #collapseOne .content_container1 .life_covrge {
    flex: 0 0 30%;
    max-width: 30%;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_right_inner_content #collapseOne .content_container1 .description_content {
    flex: 0 0 70%;
    max-width: 70%;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_right_inner_content #collapseOne .content_container1 p {
    font-size: 13px;
    line-height: 19px;
    color: #414042;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_row .bp_part_right_content .bp_right_inner_content #accordion #collapseTwo .card-body .accordion_main_content2 h4 {
    font-size: 16px;
    color: #222222;
    font-weight: 600;
    margin-bottom: 0;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_right_content .bp_right_inner_content .card .card-body {
    color: #222;
    font-size: 14px;
    line-height: 20px;
}

.lbcapplication_form_part#applicationSteps #step9 .lbc_blnce_protection .bp_part_right_content .bp_right_inner_content .card .card-body a {
    text-decoration: underline;
    font-weight: 600;
    color: #004070;
}

.lbcapplication_form_part#applicationSteps #step10 {
    max-width: 640px;
    margin: auto;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2 {
    padding: 0px 15px;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2 .bp_part2_cntnr {
    margin-top: 40px;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2 .bp_part2_cntnr .bp_part2_cntnt {
    padding: 30px 33px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2 .bp_part2_cntnr .bp_part2_cntnt h4 {
    font-weight: 600;
    font-size: 16px;
    color: #222;
    margin-bottom: 20px;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2_cntnr p {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
    color: #222222;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2 .bp_part2_cntnr .bp_part2_cntnt ul {
    padding-left: 30px;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2 .bp_part2_cntnr .bp_part2_cntnt ul li {
    font-size: 16px;
    color: #222222;
    list-style-type: disc;
    margin-bottom: 10px;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .bp_part2 .bp_part2_cntnr .bp_part2_cntnt ul li strong {
    font-weight: 600;
}

.lbcapplication_form_part#applicationSteps #step10 .checkbox_contnr {
    display: block;
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    font-size: 14px;
    line-height: 20px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
    color: #004070;
    margin: 25px 0 20px;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .checkbox_contnr .check_box_checkmark {
    background-color: transparent;
    border: 1px solid #959595;
    position: absolute;
    top: 4px;
    border-radius: 5px;
    left: 0;
    height: 25px;
    width: 25px;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .checkbox_contnr .check_box_checkmark::after {
    position: absolute;
    content: "";
    left: 10px;
    top: 3px;
    width: 6px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    display: none;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .checkbox_contnr input:checked~.check_box_checkmark::after {
    display: block;
}

.lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .checkbox_contnr input:checked~.check_box_checkmark {
    background-color: #004070;
    border-color: transparent;
}


/* .lbcapplication_form_part#applicationSteps #step10 .lbc_blnce_protection .checkbox_contnr input {
    position: absolute;
    opacity: 0;
    visibility: hidden;
} */


/* 02-11-2022 */

.review_info#review_info .review_info_inner .review_info_holder .checkbox .paperless_label {
    font-size: 16px;
    line-height: 22px;
    color: #2d2924;
}

.lbcapplication_form_part .lbc_application_forminner .lbc_first_prt#step1 .review_bx .checkbox [type="checkbox"]:checked+label,
.review_info#review_info .review_info_inner .review_info_holder .checkbox [type="checkbox"]:checked+label {
    font-size: 14px !important;
    line-height: 22px;
    color: #004070 !important;
    font-weight: 600;
}


/* 03.11.22 starts */

.lbc_eighth_prt#step10 .lbc_blnce_protection .bp_part2 .bp_part2_cntnr .invalid_card.pg_invalid_card#bp_tc_error {
    top: -15px;
    left: 34px;
}

.lbcapplication_form_part .lbc_application_forminner .lbc_second_prt#step2 .block-one.clearfix.block-connect-with-you .communications_on_products label {
    font-size: 16px !important;
}


/* 03.11.22 ends */


/* 04.11.22 starts */

.login_wrap.reset_login_wrap .login_inr_wrap .login_form {
    margin: auto;
    padding: 140px 0 160px;
}

.login_wrap.reset_login_wrap .login_inr_wrap .branch_header_global h1 {
    margin-bottom: 20px;
}

.login_wrap.reset_login_wrap .login_inr_wrap .branch_header_global p {
    font-size: 20px;
    color: #000;
    text-align: center;
}

.login_wrap.reset_login_wrap .login_inr_wrap .branch_header_global {
    margin-bottom: 28px;
}

.login_wrap.reset_login_wrap .login_inr_wrap form#frmValidation label.material_float-label {
    text-transform: uppercase;
}

.login_wrap.reset_login_wrap .login_inr_wrap form#frmValidation .form_outer.submit_outer {
    text-align: center;
}


/* 04.11.22 ends */


/* 04-11-22 start p.d. */


/* 
.reset_login_wrap .login_inr_wrap {
    max-width: 400px;
    padding: 0 0px 70px;
    width: 100%;
    min-height: 50vh;
    margin: 0 auto;
} */

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

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


/* reset page */

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap {
    /* padding: 80px 0px 100px; */
    max-width: 560px;
    margin: 0 auto;
}

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

.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 .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 .login_inr_wrap_inner .form-signin .validate_frm .btn_outr_reset .save_btn:hover {
    background-color: #0068b8 !important;
}

.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/lbc/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/lbc/muai_chked.png) center left no-repeat;
    background-position: 0px 0px;
    background-size: 20px 20px !important;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .success_after_forget .mp_success .form_outer.submit_outer {
    margin: 40px 0 25px;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .success_after_forget .mp_success .form_outer.submit_outer .global_btn {
    width: 190px;
    height: 50px;
    line-height: 46px;
    padding: 0;
    letter-spacing: 0;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    background-color: #004070;
    color: #fff;
}

.login_wrap.reset_login_wrap .resetpassword .resetpassword_box .login_inr_wrap .success_after_forget .mp_success .form_outer.submit_outer .global_btn:hover {
    background-color: #0068b8 !important;
}


/* 04-11-22 end */


/* 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 .resetpassword .success_msg_wrap.wronglink.login_inr_wrap {
    max-width: 590px;
    text-align: center;
    margin: auto;
    padding: 110px 0 0px;
}

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

.login_wrap.reset_login_wrap .resetpassword .success_msg_wrap.wronglink.login_inr_wrap .btn_outr.login1 a:hover {
    background-color: #0068b8;
    color: #fff !important;
}

.login_wrap.reset_login_wrap .resetpassword .success_msg_wrap.wronglink.login_inr_wrap .btn_outr.login1 a:active {
    background-color: #d8ecfd;
    color: #222 !important;
    box-shadow: none !important;
    border: 2px solid #222;
}

.login_wrap.reset_login_wrap .resetpassword .success_msg_wrap.wronglink.login_inr_wrap .btn_outr.login1 a:focus {
    background-color: #004070;
    color: #fff !important;
    box-shadow: 0 0px 0px 5px #7ac5fe !important;
}

.login_wrap.reset_login_wrap .resetpassword .success_msg_wrap.wronglink.login_inr_wrap p {
    font-size: 20px;
    color: #000;
}

.login_wrap.reset_login_wrap .resetpassword .success_msg_wrap.wronglink.login_inr_wrap .btn_outr.login1 a {
    background-color: #004070;
    color: #fff;
    padding: 11px 35px;
    margin-top: 15px;
}


/* 09.11.22 ends */


/* 10.11.22 starts */

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

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

#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_branchportal_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_branchportal_flow .global_btn:hover {
    background: #0068b8;
    background-image: none;
    color: #fff;
}

.lbc_branchportal_flow .global_btn:disabled {
    color: #737373 !important;
}

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

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


/* 10.11.22 ends */


/* 12.11.22 starts */

.lbc_branchportal_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_branchportal_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 */

/* 14.11.22 starts */
.application_card_full_part .inner_application_card_full .inner_application_card_full_bottom.d-flex {
    justify-content: flex-start;
    gap: 0 10px;
    max-width: unset;
}

/* 14.11.22 ends */


/* 16.11.22 starts */

.memo_pg .memo_action_head.d-flex.hasMemo .border-btn.empty_memo#markAllAsRead {
    max-width: unset;
}

/* 16.11.22 ends */


/* 17.11.22 starts */
.lbc_branchportal_flow .info_tip p {
    text-align: left;
    text-transform: none;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    margin-bottom: 10px;
}

.lbc_branchportal_flow .white_info_tip ul li {
    list-style: disc;
    margin-left: 15px;
    margin-bottom: 8px;
}

.lbc_eighth_prt#step8 .your_authrized_crd_full .authorized_usr_txt .accounts_main_holder .accounts_part {
    width: 70%;
    padding: 0px 100px;
}

.lbc_eighth_prt#step8 .your_authrized_crd_full .authorized_usr_txt .accounts_main_holder {
    background-color: #fff;
    justify-content: center;
    padding: 0;
}

/* 17.11.22 ends */

/* 22-11-2022 start*/

.lbc_branchportal_flow .personal_acc_cls#personal_acc_cls .lbcapplication_form_part#applicationSteps .lbc_application_forminner .lbc_second_prt#step2 .ur_infofull .block-one.block-connect-with-you .form-group.communications_on_products label {
    color: #000000;
}

/* 22-11-2022 end*/

/* 25.11.22 starts */

/* Cardholders & Admin page css starts */
.cardholders_admins {
    font-family: 'Source Sans Pro', sans-serif;
    padding: 152px 0;
    max-width: 816px;
    margin: 0 auto;
    color: #222;
}

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

.cardholders_admins .admins_hdng h3 {
    font-size: 36px;
    color: #222;
    font-weight: 600;
    text-transform: capitalize;
    margin: 0;
}

.cardholders_admins a.solid_btn {
    text-decoration: none;
    text-align: center;
    position: relative;
}

.cardholders_admins a.solid_btn span {
    margin-left: 11px;
    font-weight: 300;
    font-size: 30px;
    position: absolute;
    bottom: 4px;
}

.cardholder_contnt_contnr {
    margin-top: 40px;
}

.cardholder_contnt_contnr .card_holder_hdng,
.admin_contnt_contnr .admin_holder_hdng {
    font-size: 20px;
    color: #222;
    font-weight: 600;
    margin-bottom: 20px;
}

.cardholder_details_cntnr .cardholder_img {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.cardholder_details_cntnr .cardholder_img img {
    width: 100%;
    height: 100%;
}

.cardholder_details_cntnr {
    padding: 22.5px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
}

.cardholder_details_cntnr .card_details {
    display: inline-block;
    margin-left: 20px;
}

.cardholder_details_cntnr .card_details p {
    margin: 0;
}

.cardholder_details_cntnr .card_details span {
    margin: 5px 0 0;
    display: block;
}

.cardholder_details_cntnr .card_details p.card_holder_name {
    font-size: 20px;
    font-weight: 600;
}

.cardholder_details_cntnr .card_details p.card_holder_name+span,
.cardholder_details_cntnr .card_details p.card_holder_rspnsve {
    font-size: 12px;
    color: #706f73;
}

.cardholder_details_cntnr .card_details p.card_holder_rspnsve span {
    font-weight: 600;
    display: inline-block;
    margin-top: 5px;
}

.cardholder_details_cntnr .card_details p.card_holder_rspnsve {
    display: none;
}

.cardholder_details_cntnr .card_holder_details {
    display: flex;
    align-items: center;
}

.cardholder_details_cntnr .card_holder_last_digits {
    font-weight: 600;
    flex: 0 0 35%;
}

.cardholder_details_cntnr .card_holder_last_digits span {
    font-weight: 400;
}

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

.admin_contnt_contnr {
    margin-top: 40px;
}

.add_admin_btn {
    position: relative;
}

.add_admin_btn a.solid_btn {
    display: none;
}

/* Cardholders & Admin page css ends */

/* 25.11.22 ends */

/* 29.11.22 starts */

.application_card_full_part .inner_application_card_full .inner_application_card_full_top .app_card_hold img {
    border-radius: 10px;
}

/* 29.11.22 ends */

/* start 06.12.22 */
.topnew_progress-bar {
    position: relative;
    width: 100%;
}

.topnew_progress-bar .progress {
    height: 10px;
    background-color: #f7f7f7;
}

.personal_acc_cls {
    margin-top: 12px;
}

.topnew_progress-bar .progress .progress-bar {
    background-color: #fdb812;
}

/* start admin_access_section */
.admin_access_section {
    width: 100%;
    position: relative;
    padding: 60px 0px;
}

.admin_accessmainbox {
    width: 100%;
    max-width: 850px;
    margin: 0 auto;
}

.admin_accessmainbox .basicprobox {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}

.probis_selectbox {
    width: 50%;
    flex: 0 0 49.2%;
    border-radius: 20px;
    border: solid 5px #fff;
    box-shadow: 0px 0px 0px 1px rgb(100 100 111 / 20%);
    background: #fff;
    padding: 40px 35px;
    cursor: pointer;
}

.probis_selectbox.adminAccessBox.active {
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
    border: solid 5px #fff;
    background-color: #004070;
}

.admin_accessmainbox .contentcenter {
    text-align: center;
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
}

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

.admin_accessmainbox .contentcenter p {
    font-size: 20px;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
}

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

.probis_flexbox .probis_imgbox {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(27, 31, 35, 0.15);
    padding: 13px;
    background: #fff;
}

.probis_flexbox .probis_imgbox img {
    width: 100%;
}

.probis_flexbox .probis_imgbox .admin_access {
    display: none;
}

.probis_flexbox .probis_contentbox {
    margin-left: 15px;
}

.probis_flexbox .probis_contentbox h4 {
    font-weight: 600;
    font-size: 28px;
    color: #004070;
    line-height: normal;
    margin: 0px;
}

.probis_flexbox .probis_contentbox h6 {
    font-size: 20px;
    font-weight: 600;
    color: #004070;
}

.probis_flexbox .probis_contentbox h6 span {
    font-weight: normal;
    font-size: 18px;
}

.probis_selectbox .addadminbtn {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #fff;
    color: #004070;
    font-weight: 600;
    font-size: 16px;
    outline: 1px solid #004070 !important;
}

.probis_selectbox .addadminbtn i {
    font-size: 13px;
    margin-left: 10px;
}

.probis_selectbox hr {
    background-color: rgba(112, 111, 115, 0.2);
    margin-top: 25px;
    margin-bottom: 25px;
}

.probis_selectbox.adminAccessBox.active .admin_access2 {
    display: none;
}

.probis_selectbox.adminAccessBox.active .admin_access {
    display: block;
}

.probis_selectbox.adminAccessBox.active .probis_contentbox h4 {
    color: #fff;
}

.probis_selectbox.adminAccessBox.active .probis_contentbox h6 {
    color: #fff;
}

.probis_selectbox.adminAccessBox.active hr {
    background-color: #045898;
}

.probis_selectbox.adminAccessBox.active .addadminbtn {
    background-color: #fff;
    color: #004070;
}

.level_admins {
    width: 100%;
    position: relative;
    padding: 60px 0px;
}

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

.level_adminsflex .level_htading {
    width: 100%;
    flex: 0 0 350px;
    text-align: center;
}

.level_adminsflex .level_htading h5 {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
}

.level_adminsflex .level_admineditbox {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 24px 0 rgba(149, 157, 165, 0.2);
    background-color: #fff;
    position: relative;
    width: 100%;
    flex: 0 0 350px;
    margin-top: 25px;
}

.level_adminsflex .level_admineditbox p+p {
    margin-top: 10px;
}

.level_adminsflex .level_admineditbox p {
    font-size: 14px;
    font-weight: normal;
    color: #222222;
    margin-bottom: 0px;
    line-height: normal;
}

.level_adminsflex .level_admineditbox a {
    color: #004070;
    font-weight: 600;
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: underline;
}

/* end admin_access_section */



/* start primary_contactsection */
.primary_contactsection {
    width: 100%;
    position: relative;
    padding: 60px 0px;
}

.primary_cont_mainbox {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
}

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

.primary_cont_mainbox .contentcenter p {
    font-size: 20px;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
}

.primary_cont_mainbox .main_cardholder_lists {
    margin: 60px 0px 0px;
    padding: 0px;
}

.primary_cont_mainbox .tmembers {
    width: 100%;
    list-style: none;
    display: flex;
    border-bottom: solid 1px rgba(112, 111, 115, 0.2);
    margin-bottom: 25px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.primary_cont_mainbox .tmembers .agree_check {
    display: inline-block;
    position: relative;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0px;
    width: 24px;
    height: 24px;
}

.primary_cont_mainbox .tmembers .checkmark {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 2px solid #959595;
    top: 5px;
    position: absolute;
    left: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}

.primary_cont_mainbox .tmembers .agree_check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0px;
}

.primary_cont_mainbox .tmembers .agree_check input[type="checkbox"]:checked~.checkmark {
    border: 2px solid #004070;
}

.primary_cont_mainbox .tmembers .agree_check input[type="checkbox"]:checked~.checkmark {
    background: url(../images/tick_white.png) center center no-repeat #004070;
}

.primary_cont_mainbox .tmembers .primarylistcont h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #222222;
}

.primary_cont_mainbox .tmembers .primarylistcont p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #222222;
}

.primary_cont_mainbox .contentcenter {
    text-align: center;
}

/* end primary_contactsection */
/* end 06.12.22 */

/* start 08.12.22 */
.new_adminbelowh6 h6 {
    font-size: 12px;
    font-weight: 600;
    color: #004070;
    text-transform: uppercase;
    text-align: center;
    background: #fff;
    position: relative;
    width: fit-content;
    margin: 0px auto;
    padding: 0px 14px;
}

.new_adminbelowh6 {
    margin: 40px 0px;
}

.new_adminbelowh6::before {
    content: "";
    width: 100%;
    background: #004070;
    height: 1px;
    position: absolute;
    left: 0;
    top: 7px;
}

/* end 08.12.22 */

/* start 09.12.22 */
.stella_select .dropdown-menu {
    height: 550px;
    overflow: hidden;
    overflow-y: scroll;
}

.probis_selectbox.active {
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
    border: solid 5px #fff;
    background-color: #004070;
}

.probis_selectbox.active .admin_access2 {
    display: none;
}

.probis_selectbox.active .admin_access {
    display: block;
}

.probis_selectbox.active .probis_contentbox h4 {
    color: #fff;
}

.probis_selectbox.active .probis_contentbox h6 {
    color: #fff;
}

.probis_selectbox.active hr {
    background-color: #045898;
}

.probis_selectbox.active .addadminbtn {
    background-color: #fff;
    color: #004070;
}

.primary_cont_mainbox .required_links a {
    font-size: 20px;
    color: #222222;
    font-weight: 600;
    text-decoration: underline;
}

.primary_cont_mainbox .required_links:first-child {
    border-bottom: 0px !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 25px;
}

.primary_cont_mainbox .contentcenter p+p {
    margin-top: 10px;
}

.qus_block.qsnewstyle.communications_on_products .checkmark {
    border-radius: 100%;
}

.primary_cont_mainbox #add_card_holder {
    max-width: fit-content;
    margin-bottom: 20px;
}

/* end 09.12.22 */

#primary_contact .main-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: solid 1px rgba(112, 111, 115, 0.2);
}

#primary_contact .listing {
    margin-top: 40px;
}

#primary_contact .primarylistcont h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 5px;
    color: #222222;
}

#primary_contact .primarylistcont p {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0px;
    color: #222222;
}

/* start 20.12.22 */
#primary_contact .pg_invalid_card {
    top: -16px;
}

#primary_cardholders .invalid_card.pg_invalid_card.fname {
    top: -16px;
}

/* end 20.12.22 */

/* start 22.12.22 */
.probis_flexbox .probis_imgbox .admin_access3 {
    display: none;
}

.probis_selectbox.adminAccessBox.active_new .admin_access3 {
    display: block;
}

.probis_selectbox.adminAccessBox.active_new .admin_access2 {
    display: none;
}

.probis_selectbox.adminAccessBox.active_new .admin_access {
    display: none;
}

.probis_selectbox.adminAccessBox.active_new .probis_contentbox h4 {
    color: #004070;
}

.probis_selectbox.adminAccessBox.active_new .probis_contentbox h6 {
    color: #004070;
}

.probis_selectbox.adminAccessBox.active_new .addadminbtn {
    background-color: #fff;
    color: #004070;
    outline: 1px solid #004070 !important;
}

/* end 22.12.22 */

/* start 09.01.23 */
.status_check {
    text-align: center;
    margin-bottom: 20px;
}

.status_check img {
    width: 60px;
    height: 60px;
}

.remove_mdl p b {
    white-space: nowrap;
}

/* end 09.01.23 */

/* start 20.01.23 */
#card_step_three .global_head {
    margin: 0 auto 30px;
}

#card_step_three .applicable_txt p {
    margin-bottom: 10px;
}

.applicable_txt ul {
    margin-top: 20px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.applicable_txt ul.blt_cls li {
    list-style-type: disc;
}

.applicable_txt ul.blt_cls li a {
    color: #004070;
    text-decoration: underline;
    font-weight: 600;
}

.card_cashback_hold .chsbk_crd_details h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    color: #004070;
    letter-spacing: 0;
    text-transform: inherit;
}

.card_cashback_hold .chsbk_crd_details h4 br {
    display: none;
}

.card_cashback_hold .chsbk_crd {
    flex: 0 0 240px;
}

.card_cashback_hold .chsbk_crd_details {
    flex: 0 0 52%;
}

.card_cashback_hold .chsbk_crd_details p {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    font-size: 16px !important;
    margin-bottom: 2px;
    line-height: 18px;
    color: #454545;
}

.card_cashback_hold .chsbk_crd_details p span {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
}

.card_cashback_hold .checkbox label {
    color: #222222;
    font-size: 16px !important;
    font-weight: 400 !important;
    line-height: 22px !important;
}

#card_step_three .applicable_txt {
    padding: 35px 0 0px;
    border-bottom: 0px;
    margin-bottom: 0px;
}

.card_cashback_hold label {
    padding-bottom: 0px !important;
}

.card_cashback_hold .checkbox {
    margin-top: 25px;
}

/* end 20.01.23 */

/* start 25.01.23 */
.admin_1_main_div:not(:last-child) {
    border-bottom: 1px solid #d9d9d9;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.admin_1_main_div {
    position: relative;
}

/* end 25.01.23 */

/* start 27.01.23 */
.qus_block.qsnewstyle.communications_on_products label {
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    padding-left: 10px;
    font-size: 16px;
}

.lbc_branchportal_flow .personal_acc_cls#personal_acc_cls .lbcapplication_form_part#applicationSteps .lbc_application_forminner .lbc_second_prt#step2 .ur_infofull .block-one.block-connect-with-you .form-group.communications_on_products label:before {
    top: 0px;
}

/* end 27.01.23 */
/* start 30.01.23 */
.lbc_branchportal_flow .communications_on_products [type="checkbox"]:checked+label:after,
[type="checkbox"]:not(:checked)+label:after {
    top: 0px;
}

.checkbox.email_checkbox {
    display: flex;
    align-items: center;
    height: 25px;
    margin-top: 10px;
}

.checkbox.email_checkbox .paperless_label {
    padding-bottom: 0px !important;
}

.checkbox.email_checkbox .paperless_label:before {
    top: 0px;
}

.checkbox.email_checkbox .paperless_label:after {
    top: 0px;
}

.checkbox.email_checkbox [type="checkbox"]:checked+label {
    font-size: 14px !important;
    line-height: 22px;
    margin: 0px;
    font-weight: 600;
    font-family: "Source Sans Pro", sans-serif;
    color: #004070 !important;
}

/* end 30.01.23 */

/* start 22.02.23 */
.lbc_branchportal_fr #addmember .checkbox.email_checkbox {
    height: auto;
}

/* end 22.02.23 */
/*start 09.03.23 */
.lbc_branchportal_flow .compare_desktop_holder {
    height: calc(100vh - 28px);
    /* margin-top: 324px !important; */
    margin-top: 0px !important;
}

.lbc_branchportal_flow .compare_desktop_holder .card_box_class {
    background-color: #fff;
}

.lbc_branchportal_flow .compare_desktop_holder .card_box_class p {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    padding-bottom: 20px;
    max-width: 350px;
    margin: 0 auto;
}

.lbc_branchportal_flow .compare_desktop_holder .card_box_holder {
    vertical-align: top;
}

.lbc_branchportal_flow .compare_desktop_holder .card_box_holder p {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    max-width: 350px;
    margin: 0 auto;
}

.lbc_branchportal_flow .desktop_table .card_box h5 {
    color: #222222;
    padding-bottom: 20px;
}

.lbc_branchportal_fr .laurentian_card_main .inner_laurentian_card {
    padding: 20px 25px 30px;
}

.lbc_branchportal_fr .laurentian_card_main .inner_laurentian_card h4 {
    font-size: 18px;
}

.lbc_branchportal_flow .admin_access_section .lvl_text {
    text-align: center;
}

.lbc_branchportal_flow .admin_access_section .lvl_text h5 {
    color: #222222;
    font-weight: 600;
    font-size: 20px;
}

.lbc_branchportal_flow .admin_access_section .lvl_text h6 {
    color: #222222;
    font-weight: 400;
    font-size: 16px;
    padding-bottom: 20px;
}

/* .lbc_branchportal_flow .lbc_sixth_prt .dropdown-menu.show {
    min-height: auto !important;
} */

/* end 09.03.23 */
/* start 10.03.23 */
.lbc_branchportal_flow .admin_access_section .probis_flexbox .probis_imgbox img {
    min-width: 55px;
}

.lbc_branchportal_flow .probis_flexbox .probis_contentbox h4 {
    font-size: 20px;
    margin-bottom: 10px;
}

.lbc_branchportal_flow .probis_flexbox .probis_contentbox h6 {
    font-size: 16px;
}

.lbc_branchportal_flow .compare_table .full_width_td_new {
    background-color: #d8ecfd;
    color: #004070;
    font-weight: 600;
    padding: 10px;
    font-size: 14px;
}

.lbc_branchportal_flow .compare_table .full_width_td_new:hover {
    background-color: #d8ecfd;
}

.lbc_branchportal_flow .compare_table .lbc_business_listing {
    text-align: left;
    padding-left: 18px;
}

.lbc_branchportal_flow .compare_table .lbc_business_listing li {
    list-style: disc;
    padding-bottom: 7px;
}

.lbc_branchportal_fr .compare_desktop_holder {
    margin-top: 0px !important;
}

/* end 10.03.23 */
/* start 11.03.23 */
.lbc_branchportal_flow .loader_pg {
    flex-direction: column;
}

.lbc_branchportal_flow .loader_pg .loader_img {
    padding-bottom: 40px;
}

.lbc_branchportal_flow .loader_pg .process_image {
    max-width: 165px;
    padding-bottom: 20px;
}

.lbc_branchportal_flow .loader_pg .congo_box {
    padding-top: 0;
}

.lbc_branchportal_flow .admin_access_section .probis_selectbox.adminAccessBox {
    padding: 40px 29px;
}

/* end 11.03.23 */

/* start 15.03.23 */
.lbc_branchportal_fr .probis_flexbox .probis_contentbox h4 {
    font-size: 19px;
    margin-bottom: 10px;
}

/* end 15.03.23 */

/* start 23.03.23 */
.branch_prsnl .onboard_hold .pg_invalid_card {
    width: fit-content;
    margin: 20px auto 0;
}

/* end 23.03.23 */

/* start 31.03.23 */
.infinitetext p {
    margin-bottom: 10px;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}

.infinitetext ul {
    margin: 10px 0px;
    padding: 0px 16px 0px;
}

.infinitetext ul li {
    list-style: disc;
    font-size: 16px;
    color: #000;
    font-weight: 400;
    line-height: 22px;
}

/* end 31.03.23 */

/* start 01.03.23 */
#step10 #step10Next {
    min-width: fit-content;
}

.assur_paymentgreaybox.obn_assur hr {
    margin-top: 24px;
    margin-bottom: 24px;
    border: 0;
    border-top: 2px solid #004070;
}

.lbc_blnce_protection .bp_hdng h6 {
    font-size: 20px;
    color: #222222;
}

.tc_span_autopay.scroll.confrim_text_scrollbox {
    height: 372px;
    overflow: hidden;
    overflow-y: auto;
}

.assur_paymentgreaybox.obn_assur {
    margin-bottom: 20px;
}

.assur_paymentgreaybox {
    background: #f5f5f5;
    padding: 24px 16px 12px;
}

.assur_paymentgreaybox .tc_span_autopay {
    background: #fff;
    padding: 24px 16px;
    border-radius: 8px;
}

.assur_paymentgreaybox .assur_paymentbluebar {
    padding: 16px 24px;
    border-radius: 4px;
    background-color: #d8ecfd;
    border-left: 8px solid #004070;
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 600;
    color: #222;
}

.balance_protection_hdng h6 {
    font-size: 22px;
    font-weight: 600;
    color: #222;
    margin-bottom: 36px;
}

.tc_span_autopay p a {
    color: #004070;
    font-weight: 600;
    text-decoration: underline;
}

.finalchialgroup {
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}

.finalcialogo {
    min-width: 108px;
    margin-right: 16px;
    width: 108px;
}

.finalcialcont a {
    color: #004070;
    font-size: 14px;
    text-decoration: underline;
}

.finalchialgroup .finalcialcont p {
    font-size: 14px;
    margin: 0px !important;
    color: #222222;
    line-height: normal !important;
}

.finalcialcont p b {
    width: 100%;
    display: block;
}

.finalcialcont a {
    color: #004070;
    font-size: 14px;
    text-decoration: underline;
}

.assur_paymentgreaybox p.tcfooter {
    font-size: 12px !important;
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    line-height: 16px !important;
}

.confrim_text_scrollbox ul {
    margin-bottom: 15px;
    margin-left: 27px;
}

.confrim_text_scrollbox ul li {
    margin-bottom: 10px;
    list-style: disc;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    color: #222222;
    font-size: 14px;
    line-height: 22px;
}

/* end 01.03.23 */

/* start 21.09.23 */
.inner_application_card_full.new_inner_app_card .app_card_hold_rt {
    width: 71%;
    padding-left: 30px;
}

.inner_application_card_full.new_inner_app_card .app_dtls {
    width: 30%;
}

.inner_application_card_full.new_inner_app_card .app_card_hold_row {
    justify-content: start;
}

.inner_application_card_full.new_inner_app_card .app_dtls.wdd_20 {
    width: 20% !important;
}

.inner_application_card_full.new_inner_app_card .app_dtls.wdd_25 {
    width: 20% !important;
}

/* end 21.09.23 */

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

.logo-mobile {
    display: none;
}

/* 15-11-23 */

.lbc_branchportal_flow .personal_acc_cls .lbcapplication_form_part .lbc_application_forminner .lbc_first_prt .review_bx .checkbox .paperless_label {
    color: #222222;
}


/* 16-11-23 */


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

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

.lbc_branchportal_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_branchportal_flow footer.branch_portal_footer .newmarketing_footer ul li {
    margin-right: 30px;
}

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

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

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

.lbc_branchportal_flow .new_login_wrap {
    padding-bottom: 30px;
}

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

/* 25.01.24 */
.lbc_branchportal_flow .application_laststep span.pg_invalid_card {
    width: auto;
}

/* 25.01.24 */

/* start 02.02.24 */
.lbc_branchportal_fr .lbc_second_prt {
    max-width: 620px;
}

#editmember .border-btn,
#editmember .solid_btn {
    min-width: 200px;
    padding: 0px;
}

/* end 02.02.24 */

.lbc_branchportal_flow .business_application_fourth_prt {
    height: auto;
    min-height: 50vh;
    padding-bottom: 40px;
}

/* start 25.05.24 */
.branchportal_header .logo {
    width: 210px;
}

.branchportal_header .logo img {
    height: 56px;
    object-fit: cover;
}

.level_adminsflex .level_admineditbox a:hover {
    font-weight: 700;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li a:hover {
    font-weight: 600;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li:hover {
    background-color: #D8ECFD;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li:hover a {
    color: #004070;
    font-weight: 600;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li a:hover {
    background: none;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li.active_one {
    position: relative;
    background-color: #D8ECFD;
    padding: 15px;
    margin-bottom: 15px;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li.active_one a {
    font-weight: 600;
    color: #004070;
}

.brnch_menu_select .dropdown-submenu .dropdown-menu li.active_one::after {
    position: absolute;
    content: '';
    height: 2px;
    width: 100%;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #FDB812;
}

.brnch_menu_select .dropdown-menu .border-btn {
    margin-top: 15px;
}

/* end 25.05.24 */
/* start 29.05.24 */
.proceeding_lbc_sec_inner ul li a {
    font-weight: 600;
}

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

.credit_check ul li a:hover {
    font-weight: 700;
}

.lbc_branchportal_flow .agree_innr_elctr ul li a:hover {
    font-weight: 700;
}

/* end 29.05.24 */


/* version_change */
.personal_acc_cls .all_cards .col-lg-3.col-md-6.laurentiancard {
    width: 25%;
}

.bootstrap-select .dropdown-toggle .filter-option {
    display: flex;
}

.bootstrap-select .dropdown-toggle .filter-option::after {
    display: inline-block;
    content: "";
    background: url(../images/caret-down.svg) right center no-repeat;
    width: 17px;
    height: 16px;
    margin-left: auto;
}

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

.text-right {
    text-align: right;
}

/* start 08.07.24 */
#compare_popup .header_section_inner {
    display: flex;
    letter-spacing: 0;
}

#compare_popup .header_section_inner .card_box:nth-child(odd) {
    background-color: #F7F7F7;
}

#compare_popup .comparison_newdesign .header_section_inner .card_box,
.comparison_newdesign_bus .card_box {
    flex: 0 0 auto;
    width: 24.5%;
    margin-bottom: 0;
    padding: 15px 25px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.comparison_newdesign h5,
.comparison_newdesign_bus h5 {
    color: #222222;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 20px;
    padding-bottom: 20px;
    text-align: center;
}

.comparison_newdesign_bus .card_box_class p {
    font-weight: 400;
    font-size: 14px;
    color: #222222;
    padding-bottom: 20px;
    max-width: 350px;
    margin: 0 auto;
}

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

.business-application .header_section_inner .card_box_img,
.card_box .card_box_img {
    max-width: 158px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}

.business-application .header_section_inner .card_box {
    flex: 0 0 auto;
    width: 50%;
    margin-bottom: 0;
    padding: 15px 25px 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    text-align: center;
}

/* end 08.07.24 */

/* start 08.10.24 */
.review2_error_div {
    position: relative !important;
}

/* end 08.10.24 */
/* start 17.10.24 */
.lbc_branchportal_fr .edit_upload_image .global_btn {
    width: 120px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}

/* end 17.10.24 */

/* 08.02.25 */
.address_suite_section .dropdown-menu {
    min-height: 250px !important;
}

/* 08.02.25 */