/*******************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;
    letter-spacing: 0;
    font-size: 16px;
    line-height: normal;
}

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

em {
    font-style: normal;
}

body {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    color: #2d2924;
    line-height: 22px;
    min-height: 100vh;
    position: relative;
}

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 {
    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;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    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%;
}

h2 {
    margin-top: 0;
}


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


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


/*lbc branchportal */

body {
    padding-top: 82px;
}

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

.branchportal_header {
    padding: 17px 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;
    flex-shrink: 0;
    flex-direction: row;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}

.branch_portal_footer p {
    color: #222222;
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    margin: 0;
}

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

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

.branch_header_global h1 {
    color: #0074ff;
    margin-bottom: 70px;
    font-size: 36px;
    text-align: center;
    font-family: 'galano_grotesquesemibold';
    margin-top: 0;
}

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

.global_input_hold label {
    font-size: 14px;
    text-transform: uppercase;
    color: #222222;
    font-family: 'galano_grotesquesemibold';
}

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

.frgt_pass {
    font-size: 16px;
    color: #0074ff;
    text-transform: none;
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
}

.frgt_pass:hover {
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.ondeck_employeeportal_flow .type_fld {
    height: 60px;
    padding: 0 15px;
    border-radius: 4px;
    margin: 0;
    border: solid 1px #959595;
    background-color: #fff;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}

.global_input_hold {
    margin-bottom: 30px;
    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 !important;
    border-radius: 15px;
    background-color: #0074ff !important;
    padding: 0 20px;
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    height: 50px;
    min-width: 175px;
    /* max-width: 175px; */
    border: 0;
    cursor: pointer;
    display: flex;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    width: auto !important;
    align-items: center;
    justify-content: center;
}

.solid_btn:hover {
    background-color: #000082 !important;
    color: #fff !important;
    opacity: 1 !important;
}

.solid_btn:focus {
    background: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.solid_btn:active {
    background: #0074ff !important;
    color: #fff !important;
}

.border-btn {
    height: 52px;
    line-height: 50px;
    padding: 0 20px;
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff !important;
    background-color: #fff !important;
    border-radius: 14px;
    border: 2px solid #0074ff !important;
    min-width: 175px;
    /* max-width: 175px; */
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none !important;
    text-transform: none !important;
    font-size: 16px;
}

.border-btn:hover {
    border-color: #000082 !important;
    color: #000082 !important;
    opacity: 1 !important;
}

.border-btn:focus {
    border-color: #0074ff !important;
    color: #0074ff !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
}

.border-btn:active {
    background: #0074ff !important;
    color: #fff !important;
    box-shadow: none !important;
    border-color: #0074ff !important;
}

.ondeck_employeeportal_flow .type_fld:focus {
    box-shadow: 0 0 0 5px rgb(0 64 112 / 30%) !important;
    border: 1px solid #0074ff !important;
    border-color: #0074ff !important;
}

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

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

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

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

.accounts_part h2 {
    font-size: 26px;
    font-family: 'galano_grotesquesemibold';
    color: #222222;
    margin-bottom: 20px;
}

.accounts_part p {
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 50px;
    color: #222222;
    letter-spacing: 0;
    font-family: 'galano_grotesqueregular';
}

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

.brnch_menu_select .dropdown-toggle {
    color: #000000;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.brnch_menu_select li.dropdown a figure.avatar_prof_img {
    font-family: 'galano_grotesqueregular';
    display: inline-flex;
    justify-content: center;
    align-items: center;
    line-height: inherit;
    filter: none;
    background-color: #0074ff;
    flex-wrap: wrap;
    font-size: 16px !important;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px;
    width: 42px;
    height: 42px;
    margin-right: 11px;
    vertical-align: middle;
    border-radius: 50%;
}

.brnch_menu_select .dropdown .caret,
.brnch_menu_select_mobile .caret {
    border: none;
    width: 15px;
    height: 6px;
    background: url(../images/icon_caret-down-black.svg) right center no-repeat;
    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;
    width: 260px;
    transform: none !important;
}

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

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

.brnch_menu_select .dropdown-menu .border-btn,
.brnch_menu_select_mobile .border-btn {
    display: block;
    text-align: center;
    min-width: 175px;
    margin-top: 30px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    padding: 0 20px;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brnch_menu_select .dropdown-menu .border-btn:hover,
.brnch_menu_select_mobile .border-btn:hover {
    border-color: #000082 !important;
    color: #000082 !important;
}

.brnch_menu_select .dropdown-menu .border-btn:focus,
.brnch_menu_select_mobile .border-btn:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    border-color: #0074ff !important;
    background-color: #fff !important;
    color: #0074ff !important;
}

.brnch_menu_select .dropdown-menu .border-btn:active,
.brnch_menu_select_mobile .border-btn:active {
    border-color: #0074ff !important;
    color: #0074ff !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;
    white-space: normal;
    display: initial;
}

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

.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-family: 'galano_grotesquesemibold';
    padding: 0;
    border-bottom: 0;
}

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

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

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

.inner_personal_box h2 {
    color: #222;
    font-size: 22px;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
}

.inner_personal_box p {
    font-size: 14px;
    color: #222;
    font-family: 'galano_grotesqueregular';
}

.lbc_apply_sec {
    padding: 40px 0;
}

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

.global_head h2 {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 20px;
    font-size: 36px;
}

.global_head p {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

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

.card_bx h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    line-height: 26px;
}

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

.card_bx h4 {
    text-align: center;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 20px;
    margin-bottom: 0;
    color: #000;
}

.comparision_btn_holder {
    padding-top: 30px;
}

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

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

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

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

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

.card_bx.active {
    border: 3px solid #706f73;
    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: 'galano_grotesquebold';
    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: #0074ff;
}

.modal-header .close {
    background: url(../images/ondeck/icon-dismiss.png?v=1.1 ) 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/ondeck/icon-dismiss.png?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: 15px !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: 'galano_grotesquesemibold';
}

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

.compare_table {
    font-size: 14px;
    line-height: 16px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
}

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

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

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

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

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

.compare_table.desktop_table h5 {
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 20px;
}

.full_width_td {
    letter-spacing: 0px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    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: #0074ff;
}

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


/* compare modal end */

.lbc_visa_sec_outer {
    padding: 30px 0;
    background-color: #f5f5f5 !important;
}

.ondeck_employeeportal_flow .lbc_sec_prt_new .proceeding_lbc_sec_inner h4 {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    margin-bottom: 15px;
}

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

.ondeck_employeeportal_flow .lbc_sec_prt_new .proceeding_lbc_sec_inner ul li {
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    line-height: 20px;
    margin-bottom: 2px;
    list-style: disc;
}

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

.image_bx_visa {
    margin-left: 0px;
    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: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 10px;
}

.lbc_visainfinite_box hr {
    display: none;
}

.lbc_visainfinite_box p {
    font-size: 18px;
    color: #000;
    line-height: 20px;
    margin: 0px 0px 8px 0px;
    font-family: 'galano_grotesqueregular';
}

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

.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: 'galano_grotesqueregular';
    line-height: 20px;
}

.proceeding_lbc_sec_inner ul li a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    text-decoration: underline;
    margin-top: -4px;
}

.proceeding_lbc_sec_inner ul li a:hover {
    color: #0074ff;
}

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

.lbc_visainfinite_box ul li a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    text-decoration: underline;
    margin-top: -4px;
}

.lbc_visainfinite_box ul li a:hover {
    color: #0074ff;
}

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

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

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

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

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

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

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

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

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

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

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

.active_card_menu li.active a {
    color: #222;
    font-family: 'galano_grotesquesemibold';
    border-color: #ececec;
}

.active_card_menu li a {
    display: flex;
    width: 100%;
    height: 100%;
    color: #222;
    /*text-transform: uppercase;*/
    text-transform: none;
    padding: 25px 10px 15px;
    margin: 0 -3px;
    border-bottom: 2px solid #ececec;
    pointer-events: none;
    align-items: center;
    justify-content: center;
    font-family: 'galano_grotesquesemibold';
    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 200px;
}

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

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

.global_head h2 {
    color: #0074ff !important;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 20px;
    font-size: 36px;
}

.global_head p {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

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

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

.form-group label {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
    font-size: 13px;
    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: 'galano_grotesquesemibold';
    color: #222;
}

.form-group .form-control,
.form-group .bootstrap-select>.btn,
.payment-form .bootstrap-select .btn-default {
    min-height: 52px;
    height: auto;
    line-height: 42px;
    border-radius: 15px;
    border: 1px solid #767676 !important;
    background-color: transparent;
    outline: 0 !important;
    color: #222;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}


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

.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%);
    bottom: auto !important;
}

.bootstrap-select .dropdown-menu.inner {
    max-height: 20vh !important;
}

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

.bootstrap-select .dropdown-menu li.selected a {
    font-family: 'galano_grotesquesemibold';
    background-color: transparent;
    color: #0074ff;
}

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

.dropdown-menu>li>a {
    padding: 10px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    border-bottom: 1px solid #d9d9d9;
}

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

.form-group .show>.dropdown-toggle.btn,
.form-group .show>.dropdown-toggle.btn.focus,
.form-group .show>.dropdown-toggle.btn:focus,
.form-group .bootstrap-select:focus>.btn,
.form-group .bootstrap-select>.btn:focus {
    border: 2px solid #0074ff !important;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
}

.info_head {
    padding: 30px 0;
}

.info_head h3 {
    font-size: 26px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 10px;
    line-height: 32px;
    margin-top: 0px;
}

.info_head p {
    font-size: 12px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

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

.rate_bx_hold {
    display: flex;
}

.rate_bx {
    width: 50%;
}

.rate_bx h5 {
    font-size: 12px;
    color: #000;
    margin-bottom: 5px;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.rate_bx li {
    font-size: 12px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    line-height: 18px;
}

.rate_bx li span {
    font-family: 'galano_grotesquesemibold';
}

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

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

.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;
    border-bottom: 1px solid #d8d8d8;
    text-align: center;
}

.review_head h3 {
    font-size: 26px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    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: 'galano_grotesqueregular';
    cursor: pointer;
    display: inline-block;
    position: relative;
    color: #222;
}

[type="checkbox"]:checked+label {
    color: #0074ff !important;
    /* border-bottom: 1px solid #0074ff; */
}

[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 #0074ff;
    border: 0px solid #0074ff !important;
    background-size: 16px;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    transition: all 0.2s ease;
}

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

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

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


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

.credit_check {
    padding: 20px 0;
}

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

.credit_check ul li a {
    font-size: 16px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    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 rgba(131, 238, 206, 0.3) !important;
    border: 2px solid #0074ff !important;
}


/* .info_tip_link {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  text-align: center;
  border: 2px solid #0074ff;
  line-height: 12px;
  color: #0074ff;
  font-weight: 700;
  vertical-align: 0px;
  display: inline-block;
}
.info_tip_link:hover {
  border: 2px solid #fdb812;
  color: #0074ff;
  background-color: #fdb812;
} */

.white_info_tip {
    color: #fff;
    min-height: 80px;
    width: 230px;
    transform: translateX(-50%);
    right: auto;
    left: 50%;
    border: 2px solid #0074ff;
    border-radius: 4px;
    background-color: #0074ff;
    font-family: 'galano_grotesqueregular';
    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 #0074ff;
    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 #0074ff;
    border-radius: 4px;
    padding: 20px 30px 20px 20px;
}

.blue_lgt_bx p {
    color: #000;
    font-size: 14px;
    line-height: 20px;
    font-family: 'galano_grotesqueregular';
}

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

.info_tip p {
    text-align: left;
    text-transform: none;
    font-family: 'galano_grotesqueregular';
    font-size: 12px;
    /* color: #222; */
    color: #fff;
    text-align: center;
}

.new_info_tip {
    position: relative;
    width: 16px;
    height: 16px;
    /* border: 2px solid #0074ff; */
    display: inline-block;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0074ff;
    margin-left: 5px;
    display: flex;
    align-items: center;
}

.new_info_tip .info_tip_link {
    color: #0074ff;
}

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

.form_group_innr {
    position: relative;
}

.extralft_padding {
    padding-left: 22px;
}

.back_btn {
    margin-right: 15px;
}

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

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

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

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

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

.add_authorized_user_outer .mem-item-bx {
    border-radius: 4px;
    background-color: #fff;
    max-width: 370px;
    width: 300px;
    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 {
    text-transform: capitalize;
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    line-height: 22px;
    padding-bottom: 7px;
    word-wrap: break-word;
    margin: 0;
}

.add_authorized_user_outer p {
    line-height: 22px;
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    padding-bottom: 5px;
}

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

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

.add_authorized_user_outer .mem-bx .mem-mail,
.add_authorized_user_outer .mem-bx .mem-con {
    color: #000;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    display: block;
    word-wrap: break-word;
    padding-bottom: 6px;
}

.authorized_edit {
    position: absolute;
    right: 15px;
    font-family: 'galano_grotesquesemibold';
    top: 20px;
    font-size: 16px;
    color: #0074ff;
    text-decoration: underline;
}

.authorized_edit:hover {
    text-decoration: underline;
    color: #0074ff;
}

.add_authorized_user_outer h3 {
    font-size: 20px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    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-family: 'galano_grotesquesemibold';
    color: #000;
    margin-bottom: 15px;
}

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

.review_block label {
    font-size: 14px;
    text-transform: uppercase;
    color: #2d2924;
    margin-bottom: 5px;
    font-family: 'galano_grotesquesemibold';
    display: flex;
    align-items: center;
}

.review_block p {
    font-size: 16px;
    /*color: #fff;*/
    color: #222222;
    font-family: 'galano_grotesqueregular';
    display: inline-block;
}

.edit_review {
    position: absolute;
    right: 0;
    bottom: 30px;
    font-size: 16px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    text-decoration: underline;
}

.edit_review:hover {
    color: #000082;
    text-decoration: underline;
}

.review_block p span {
    display: block;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    color: #2d2924;
}

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

.top_thankimage_outer {
    background-color: #fff8e7;
}

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

.bottom_thank_part {
    padding-bottom: 100px;
}

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

.congo_details {
    padding-top: 20px;
}

.congo_details h3 {
    font-size: 24px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
    margin-bottom: 30px;
}

.congo_details p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-family: 'galano_grotesqueregular';
    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: 'galano_grotesquesemibold';
}

.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: 25px !important; */
}

.co-borrower_step_hold h2 {
    font-size: 24px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    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 200px;
}

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

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

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

.search_clients_box .submit_out {
    padding-top: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.searchtop_name_sec {
    padding: 60px 0 0;
}

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

.name_hold h2 {
    font-size: 36px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 35px;
    margin-top: 0;
}

.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;
    text-transform: uppercase;
    padding: 15px 20px;
    border-bottom: 4px solid transparent;
    font-family: 'galano_grotesquesemibold';
    display: block;
}

.nav_page li a:hover {
    border-bottom: 4px solid #2a6ff3;
}

.nav_page li.active a {
    border-bottom: 4px solid #2a6ff3;
    color: #0074ff;
}

.nav_page li {
    display: inline-block;
}

.search_reasut_user_dtls {
    padding: 55px 0;
    background-color: #f3f6fa;
    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: #2d2924;
    margin-bottom: 2px;
    line-height: 20px;
    font-family: 'galano_grotesqueregular';
    font-weight: normal;
}

.app_dtls h5 {
    margin: 0;
    font-size: 20px;
    color: #222;
    font-family: 'galano_grotesquesemibold';
}

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

.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: #0074ff;
    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: 15px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    background-color: #fff;
    overflow: hidden;
}

.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;
    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 button.btn.btn-link {
    font-size: 18px;
    font-family: 'galano_grotesquesemibold';
}

.search_accordian_hold .card-header .date_accord {
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
}

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

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

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

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

.accord_inner_dtls .see_dtls_bx .solid_btn {
    min-width: 158px;
}

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

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

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

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

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

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

.app_card_hold_row {
    display: flex;
    align-items: self-start;
    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-family: 'galano_grotesquesemibold';
    letter-spacing: 1px;
    margin: 0;
}

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

.card_mem_details h6 span {
    font-size: 13px;
    font-family: 'galano_grotesquesemibold';
    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: 23%;
}

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

.personal_account_full {
    padding: 0 80px;
}

.branch_prsnl {
    padding-bottom: 325px;
    padding-top: 80px;
}

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

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

.reason_of_decline h3 {
    font-size: 26px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 15px;
}

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

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


/* change card page */

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

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

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

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

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

.card_btn_hold {
    padding-top: 40px;
}

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

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

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

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

.chsbk_crd {
    width: 150px;
}

.chsbk_crd_details {
    padding-left: 40px;
}

.chsbk_crd_details h2 {
    font-size: 20px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 10px;
}

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

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

.applicable_txt p {
    font-size: 16px;
    color: #000;
    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: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 20px;
}

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

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

.congo_inner .card_btn_hold .solid_btn {
    max-width: fit-content;
    margin: 0 auto;
}


/* request new limit page */

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

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

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

.limit_btn_hold {
    padding-top: 30px;
}

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

.request_lmt_edit_bx .paperless_label {
    width: 100%;
}

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

.request_step_two {
    padding-bottom: 200px;
}

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

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

.value_left_top,
.value_right_top {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    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: #0074ff;
    border-radius: 10px;
    box-shadow: none;
    background-image: none;
}

.rangeslider__handle {
    height: 40px;
    width: 40px;
    background: #0074ff;
    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: 'galano_grotesquesemibold';
    width: 200px;
    border: 2px solid #767676;
    border-radius: 4px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: -100px;
    color: #0074ff;
    text-align: center;
    position: absolute;
}

.slider-horizontal button {
    display: none;
}

.remove_mdl h2 {
    font-size: 24px;
    color: #0074ff;
    margin-bottom: 15px;
    font-family: 'galano_grotesquesemibold';
}

.remove_mdl p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    font-family: 'galano_grotesqueregular';
}

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

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

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

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


/* add co borrower page */

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

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

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

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

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

.borrower_btn_hold {
    padding-top: 20px;
}


/* correspondence page  */

.days_part {
    /* padding: 30px 0; */
    /* max-width: 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 50px;
    position: relative;
    display: flex;
    align-items: center;
}

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

.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;
    transition: all 0.3s ease-in-out;
    font-family: 'galano_grotesqueregular';
}

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

.lbc_pagination {
    padding-top: 50px;
    text-align: center;
}

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

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

.lbc_pagination .page-item.active .page-link {
    border: 0;
    padding: 0;
    background-color: #0074ff;
    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;
}

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

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

.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-family: 'galano_grotesquesemibold';
    font-size: 28px;
    margin-bottom: 28px;
    margin-top: 0;
}

.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-family: 'galano_grotesquesemibold';
    margin-bottom: 20px;
}

.template_light_text h5 {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    color: #004370;
    margin: 0;
}

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

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

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

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

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

.lbc_sign h5 {
    font-size: 16px;
    margin-bottom: 5px;
    color: #004370;
    font-family: 'galano_grotesquesemibold';
}

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

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

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


/* memo and action page */

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

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

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

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

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

.action_time {
    font-size: 16px;
    color: #222222;
    font-family: 'galano_grotesquesemibold';
    width: 200px;
}

.action_details {
    width: 86%;
}

.action_details p {
    font-size: 16px;
    color: #222222;
    font-family: 'galano_grotesqueregular';
}

.action_part {
    width: 127px;
}

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

.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: #0074ff;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-family: 'galano_grotesquesemibold';
    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: 'galano_grotesquesemibold';
    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;
}


/* 30.12.2021 */

.personal_account_full .onboard_hold .row {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: flex-end;*/
    justify-content: center;
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

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

.name_hold_btn_area .solid_btn {
    margin-right: 15px;
}

.app_dtls span {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    line-height: 16px;
    color: #2d2924;
    margin-top: -2px;
    font-family: 'galano_grotesqueregular';
}

.btn_holder input.solid_btn {
    max-width: 175px;
}


/* 30.12.2021 */


/* 31.12.2021 */

.memo_count_area {
    position: relative;
}

.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-family: 'galano_grotesquesemibold';
    padding-bottom: 2px;
    padding-left: 2px;
}

.form-group .bootstrap-select>.btn {
    border: 2px solid #706f73 !important;
    min-height: auto;
    height: 50px;
    line-height: 32px;
}

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

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

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

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

.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 input:checked~.check_mrk {
    background-color: #0074ff;
    border-color: #0074ff;
}

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

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

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

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

.list_bg_color {
    background-color: #f3f6fa;
    border-radius: 15px;
}

.new_crospond_itm:hover {
    border-radius: 15px;
    background-color: #f3f6fa;
}

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

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

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

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

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

.modal-backdrop,
.laurentian_flow .modal-backdrop {
    background-color: rgb(0, 0, 0, 0.5) !important;
}

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

.laurentian_add_member {
    text-align: center;
}


/* 31.12.2021 */


/* 03.01.2022 */

.birth_dates .form-group .bootstrap-select>.btn {
    border: 1px solid #959595 !important;
    height: 60px;
    line-height: 42px;
}

.search_clients_box .submit_out .solid_btn {
    max-width: 175px;
}

.co_borower_select.form-group .bootstrap-select>.btn {
    border: 1px solid #959595 !important;
    height: 60px;
    line-height: 42px;
}

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


/* 03.01.2022 */


/* 04.01.2022 */

.laurentian_flow .stella_select .dropdown-menu>li:last-child a {
    padding: 0 20px;
    height: 50px;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff !important;
    font-size: 16px !important;
    text-align: center;
    border: 2px solid #0074ff;
    background-color: #fff;
    border-radius: 15px;
    max-width: 100%;
}

.laurentian_flow .stella_select .dropdown-menu {
    padding: 25px 20px 30px;
    box-shadow: 0 0 5px 0 rgba(69, 69, 69, 0.3);
    border-radius: 5px;
}

.good-will-points {
    width: 95%;
    margin-left: auto;
    padding-left: 3px;
    margin-top: 5px;
}

.good-will-points a {
    display: inline-block;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    text-decoration: underline;
    color: #0074ff;
}

.brim_right_flex .good-will-points {
    width: 100%;
    padding-left: 0;
}

.submit_request_frm .form-group .bootstrap-select>.btn {
    border: 1px solid #706f73 !important;
    min-height: auto;
    height: 40px;
    line-height: 23px;
    color: #000;
}

.submit_request_frm .form-group textarea.form-control {
    height: 180px;
    padding: 6px 12px;
    border-radius: 15px;
    border: solid 1px #706f73;
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    color: #000;
    resize: none;
    line-height: normal;
}

.submit_request_box {
    max-width: 750px;
}

.submit_request_box .submit_out .solid_btn {
    max-width: 210px;
}

.dashboard_card {
    padding-top: 0;
}

.current_point_itm h6 {
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    margin-bottom: 5px;
}

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

.current_point_itm:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

.current_point_itm::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 1px;
    left: 50%;
    transform: translateX(-50%);
    width: 110px;
    background-color: #a9a9a9;
}

.current_point_itm:last-child:after {
    width: 0;
}

.current_point_itm h3 {
    font-size: 36px;
    font-family: 'galano_grotesquesemibold';
    color: #004370;
}

.goodwill_frm {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.goodwill_input {
    width: 50%;
    padding: 0 8px;
    text-align: center;
}

.goodwill_input label {
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    margin-bottom: 10px;
}

.goodwill_input .form-control {
    height: 60px;
    border-radius: 4px;
    border: solid 2px #706f73;
    background-color: #fff;
    text-align: center;
    font-size: 36px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.current_point_box {
    margin: 30px 0;
    padding: 20px 0 15px;
    background-color: #f7f7f7;
    text-align: center;
}

.goodwill_btn_area {
    padding: 40px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.goodwill_btn_area .border-btn {
    margin-right: 16px;
}

.goodwill_btn_area a {
    min-width: 180px;
}

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

.choose_reason {
    margin-top: 30px;
}

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

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

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

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

.choose_reson_frm textarea.form-control:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    border: 2px solid #0074ff !important;
    border-color: #0074ff !important;
}

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

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

.choose_reson_chkbx_itm .custom_chk {
    left: 0;
}

.close_reason_sec {
    padding-bottom: 300px;
}


/* 04.01.2022 */


/* 05.01.2022 */

.new_temp_txt {
    background-color: #fff;
    padding: 15px 0;
}

.new_temp_txt_innr {
    width: 465px;
    margin: 0 auto;
    padding: 15px 20px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(69 69 69 / 30%);
    background-color: #fff;
}

.new_temp_txt_innr h6 {
    margin-top: 0;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #222;
    margin-bottom: 10px;
}

.new_temp_txt_innr p {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #222;
}

.new_temp_txt_innr p a {
    display: inline;
    color: #004370;
}

.new_temp_txt_innr ul {
    font-size: 0;
    display: flex;
    align-items: center;
}

.new_temp_txt_innr ul li {
    list-style: disc;
    font-size: 14px;
    color: #767676;
    margin-right: 30px;
}

.new_temp_txt_innr ul li:first-child {
    list-style: none;
}

.temp_btn_area {
    text-align: center;
    padding: 15px 0 40px;
    background-color: #fff;
}

.new_temp_txt_innr2 {
    width: 370px;
    background-color: #f7f7f7;
    box-shadow: none;
    margin-bottom: 15px;
    padding: 11px 13px 13px 16px;
    margin-left: 0;
}

.new_temp_txt_innr2 h6 {
    font-size: 14px;
}

.new_temp_txt_innr2 p,
.new_temp_txt_innr2 ul li {
    font-size: 12px;
}


/* 05.01.2022 */


/* 06.01.2022 */

.laurentian_flow .activity_content .tab_pannle .tab_menu {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tab_link_new a {
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    text-decoration: underline !important;
    color: #0074ff;
    margin-right: 20px;
}

.tab_link_new a:last-child {
    margin-right: 0;
}

.change_cycle_date_modal .modal-body {
    padding: 20px 20px 40px;
}

.top_cycle h2 {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.cycle_date {
    padding: 10px 0;
    background-color: #f7f7f7;
    text-align: center;
    margin-bottom: 30px;
}

.cycle_date p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
}

.btm_cycle h2 {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-align: center;
    margin-bottom: 15px;
}

.btm_cycle {
    padding-bottom: 10px;
}

.laurentian_flow .activity_content {
    padding-top: 36px;
}

.reprient_statement_sec {
    padding: 25px 0 135px;
    background-color: #fff;
}

.reprint_innr {
    margin-top: 25px;
}

.reprint_innr .global_head {
    max-width: 597px;
}

.reprient_row {
    margin-top: 30px;
}

.reprient_box {
    padding: 30px;
    border-radius: 4px;
    box-shadow: 0 1px 3px 0 rgb(69 69 69 / 30%);
    background-color: #fff;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.reprient_box .custom_chk {
    position: static;
    transform: translateY(0%);
}

.reprient_box p {
    font-size: 20px;
    padding-left: 20px;
    color: #000;
    letter-spacing: 0;
}

.reprient_btn_area {
    padding-top: 20px;
    text-align: center;
}

.reprint_date {
    padding: 20px 0;
    background-color: #f7f7f7;
    margin: 30px 0 40px;
}

.reprint_date_innr {
    max-width: fit-content;
    margin: 0 auto;
}

.reprint_date_innr p {
    font-size: 20px;
    color: #000;
    margin-bottom: 10px;
    letter-spacing: 0;
}

.reprint_date_innr p:last-child {
    margin-bottom: 0;
}

.reprint_txt {
    max-width: 760px;
    margin: 0 auto 30px;
    text-align: center;
}

.reprint_txt p {
    font-size: 20px;
    color: #000;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.reprint_txt p span {
    display: inline;
    font-family: 'galano_grotesquesemibold';
}

.reprint_chk_frm h6 {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    text-align: center;
    margin-bottom: 15px;
    color: #000;
}

.reprint_chk_area .custom_chk {
    position: static;
    transform: translateY(0%);
}

.reprint_chk_area .check_mrk {
    border-color: #0074ff;
    border-radius: 50%;
}

.reprint_chk_area p {
    font-size: 20px;
    letter-spacing: 0;
    color: #000;
    padding-left: 20px;
}

.reprint_chk_area {
    display: flex;
    align-items: center;
    max-width: 725px;
    margin: 0 auto;
}

.reprint_chk_frm {
    margin-bottom: 20px;
}

.btn_disable {
    background-color: #f7f7f7;
    pointer-events: none;
}


/* 06.01.2022 */


/* 07.01.2022 */

.laurentian_flow .stella_select {
    margin: 22px 0 0;
}

.laurentian_flow .brim_msg_success {
    margin-top: 0;
}


/* 07.01.2022 */


/* 11.01.2022 */

.laurentian_flow .card_select_new .add_fld,
.laurentian_flow .card_select_new .fld_outr_new .bootstrap-select>.btn {
    border: 1px solid #959595;
}

.laurentian_flow .laurentian_card_lmt {
    max-width: 560px;
    margin: 0 auto;
    padding-left: 0;
}

.laurentian_flow .account_management {
    padding-top: 10px;
}

.laurentian_flow .laurentian_card_lmt h2 {
    margin-bottom: 20px;
}

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

.all_detail_container .border-btn {
    height: 50px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    background-color: #fff;
    border: 2px solid #0074ff;
    width: auto;
}

.all_detail_container .solid_btn {
    color: #fff;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    height: 50px;
    width: auto;
}

.all_detail_container .solid_btn:hover,
.all_detail_container .border-btn:hover {
    background-color: rgba(0, 64, 112, 0.1);
    color: #0074ff;
}

.all_detail_container .solid_btn:active,
.all_detail_container .border-btn:active {
    background-color: #fdb812;
    color: #0074ff;
    box-shadow: inset 0 0px 5px 0px rgb(69 69 69 / 50%);
}

.all_detail_container .solid_btn:focus,
.all_detail_container .border-btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%) !important;
}

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

.thank_you_div {
    padding-top: 25px;
}

.thank_you_div .setupawsome_icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 30px;
}

.thank_you_div .setupawsome h4 {
    font-size: 36px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'galano_grotesquesemibold';
}

.thank_you_div .setuppaying_top {
    font-size: 20px;
    color: #000;
    margin-bottom: 40px;
    font-family: 'galano_grotesqueregular';
}


/* .laurentian_flow .my_cards {
    padding-top: 0;
} */


/* 11.01.2022 */


/* 12.01.2022 */

.laurentian_flow .my_cards.change_card_sec {
    padding-top: 25px;
}

.laurentian_flow .change_card_sec .accout_area {
    margin: 0 auto;
    padding-left: 0;
}

.laurentian_flow .change_card_sec .laurentian_chng_crd {
    max-width: 100%;
}

.laurentian_flow .change_card_sec .card_part {
    margin-bottom: 0;
}

.laurentian_flow .change_card_sec .inner_laurentian_card {
    width: 22%;
}

.change_card_step_new h4 {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'galano_grotesqueregular';
}

.laurentian_flow .accout_area .change_card_step_new p {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    padding-bottom: 10px;
}

.changes_card_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
}

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


/* .laurentian_flow .inner_laurentian_card.active {
  border: 3px solid transparent;
  background-color: #fff;
} */

.laurentian_flow .laurentian_select_crd_step_2 .chng_crd_address .contact_row {
    margin: 0;
}

.chng_crd_address {
    max-width: 560px;
    margin: 0 auto;
    padding: 20px 0 30px;
}

.laurentian_flow .accout_area .change_card_step_new .view_contact p {
    font-size: 16px;
    padding-bottom: 0;
}

.change_card_step_new h5 {
    font-size: 14px;
    color: #000;
    margin-bottom: 15px;
    font-family: 'galano_grotesqueregular';
}

.laurentian_flow .compare_table thead {
    top: 115px;
}

.laurentian_flow .newSuccess .modal-footer {
    display: block;
}

.newSuccess .modal-footer .border-btn {
    height: 50px;
    line-height: 46px;
    padding: 0 20px;
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    background-color: #fff;
    border-radius: 4px;
    border: 2px solid #0074ff;
    min-width: 175px;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    text-decoration: none;
}

.newSuccess .modal-footer .border-btn:hover {
    background-color: rgba(0, 64, 112, 0.1);
    color: #0074ff;
}

.newSuccess .modal-footer .border-btn:active {
    background-color: #fdb812;
    color: #0074ff;
    box-shadow: inset 0 0px 5px 0px rgb(69 69 69 / 50%);
}

.newSuccess .modal-footer .border-btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0px 0px 5px rgb(0 64 112 / 30%) !important;
}

.laurentian_flow .confirm_reqst_main {
    max-width: 560px;
    margin: 30px auto 0;
}

.laurentian_flow .laurentian_select_crd_step_3 .confirm_card_outer {
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.laurentian_flow .laurentian_select_crd_step_3 .confirm_card_img {
    width: 150px;
}

.laurentian_flow .laurentian_select_crd_step_3 .confirm_card_txt {
    padding-left: 40px;
    padding-top: 0;
}

.laurentian_flow .accout_area .change_card_step_new .crdmbr_txt p {
    font-size: 16px;
    color: #000;
    padding-bottom: 20px;
    border-bottom: 1px solid #d9d9d9;
}

.laurentian_flow .confirm_card_txt .confirm_card_txt p span {
    font-family: 'galano_grotesqueregular';
}

.laurentian_flow.ondeck_employeeportal_flow .dropdown-menu .sub_account li a b {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.ondeck_employeeportal_flow .stella_select .dropdown-menu {
    left: auto !important;
    right: 0;
    top: 52px !important;
    transform: translate3d(0, 0, 0) !important;
}

.laurentian_flow.ondeck_employeeportal_flow .stella_select {
    margin: 0;
}

.lft_new_continue_area,
.rt_new_continue_area {
    margin-bottom: 0;
}

.border_body .inner_continue_area_row:last-of-type:after {
    height: calc(100% - 4px);
}

.border_body .inner_continue_area_row:before {
    top: 12px;
}

.message_outer .continue_new_area_row {
    padding-bottom: 0;
}

.laurentian_flow .message_outer {
    padding-bottom: 0;
    padding-top: 20px;
}


/* 12.01.2022 */


/* 13.01.2022 */


/* memo page */

.memo_block {
    border-radius: 15px;
    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-family: 'galano_grotesqueregular';
    line-height: 20px;
    color: #2d2924;
}

.memo_block h5 {
    font-size: 16px;
    color: #2d2924;
    margin-bottom: 5px;
    font-family: 'galano_grotesquesemibold';
}

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

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

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

.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: 15px;
    background-color: #f3f6fa;
    padding: 12px 16px;
    margin-top: 16px;
}

.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: 15px;
    background-color: #f3f6fa;
}

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

.rply_head h4 {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    color: #000000;
    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: 21px;
    padding: 0 10px;
    border: 1px solid #0074ff;
    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: #000;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    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-family: 'galano_grotesquesemibold';
}

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

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

.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: 21px;
    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: 21px;
    min-width: auto;
}

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

.against_rply_details p {
    color: #222;
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
}


/* memo page */

.lbc_address p {
    font-size: 10px;
    line-height: normal;
}


/* 13.01.2022 */


/* 14.01.2022 */

.agent_login_new {
    padding-top: 0;
}

.agent_login_new_innr {
    padding: 40px 100px;
}

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

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

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

.agent_login_new_innr .login_headline h2 {
    color: #000;
    font-size: 36px;
    line-height: normal;
    font-family: 'galano_grotesquesemibold';
}

.agent_login_new_innr .material_float-label {
    position: static;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    opacity: 1;
}

.agent_login_new_innr .material_form_group {
    margin-top: 0;
}

.agent_login_new_innr .material_form-control {
    border-radius: 4px !important;
    border: solid 1px #959595;
    height: 60px;
    padding: 0 20px;
    line-height: 58px;
}

.agent_login_new_innr .form_outer {
    margin-bottom: 30px;
}

.agent_login_new_innr .material_pass_view_ico {
    top: 18px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.agent_login_new_innr .material_pass_view_ico {
    line-height: normal;
}

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

.agent_login_new_innr .material_float_anchor {
    font-size: 16px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.agent_login_new_innr .form_outer.password_outer,
.agent_login_new_innr .form_outer.remember_outr_new {
    margin-bottom: 20px;
}

.agent_login_new_innr .form_outer.submit_outer {
    margin-bottom: 0;
    text-align: center;
}

.agent_login_new_innr .login_form .agree_check {
    margin-left: 0;
    padding-left: 34px;
    margin-bottom: 0;
    line-height: 24px;
    color: #000;
    text-transform: none;
    font-size: 16px;
}

.agent_login_new_innr .checkmark {
    height: 24px;
    width: 24px;
}

.agree_check input[type="checkbox"]:checked~.checkmark {
    background-color: #0074ff;
    border: 1px solid #0074ff;
}

.agree_check .checkmark:after {
    left: 8px;
    top: 4px;
}

.agent_login_new_innr .login_form .agree_check:hover,
.agent_login_new_innr .login_form .agree_check input[type="checkbox"]:checked~.agree_check_txt {
    color: #0074ff;
}

.agent_login_new_innr .form_outer.submit_outer .solid_btn {
    max-width: 175px;
}

.laurentian_flow .brim_center_flex {
    margin-top: 25px;
}

.right_activity_panel_lt,
.right_activity_panel_rt {
    min-width: 150px;
}

.dash_top_right_new .psn_rltv {
    display: flex;
    align-items: center;
}

.dash_top_right_new .new_top_tooltip {
    margin-left: 5px;
}

.good-will-points {
    padding-left: 30px;
}

.add_co_lable .info_tip_link {
    width: 16px;
    height: 16px;
    border: 2px solid #0074ff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #0074ff;
    margin-left: 5px;
}

.sin.add_co_lable {
    display: flex;
    align-items: center;
}

.add_co_lable .info_tip p {
    color: #222;
}

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


/* .laurentian_flow .account_management {
  padding-top: 0;
} */


/* 14.01.2022 */


/* 17.01.2022 */

.agent_portal_sec_new {
    /* padding: 70px 0 0; */
    /* height: calc(100vh - 85px); */
    padding: 65px 0 160px;
    /* display: flex; */
    /* align-items: center; */
}

.laurentian_flow .laurentian_chng_crd .chng_card_last_txt h2 {
    font-size: 24px;
    padding: 20px 0;
    margin-bottom: 0;
    color: #0074ff;
}


/* 17.01.2022 */


/* 21.01.2022 */

.new_crospond_itm.hover_btn_hide:hover .hover_btn_area {
    display: none;
}

.new_crospond_itm.hover_btn_hide:hover .correspondence_row p {
    width: 100%;
}


/* 21.01.2022 */


/* 24.01.2022 */

.material_ico img {
    max-height: 24px;
}


/* 24.01.2022 */


/* 01.02.2022 */

.card_step_2 {
    max-width: 50%;
    margin: 30px auto;
}


/* 01.02.2022 */


/* 02.02.2022 */

.pt-0 {
    padding-top: 0 !important;
}


/* 02.02.2022 */


/* 03.02.2022 */

.laurentian_flow .laurentian_side_logout a {
    max-width: 210px;
}


/* 03.02.2022 */


/* 04.02.2022 */

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


/* 04.02.2022 */


/* 07.02.2022 */

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

.review_heading h2 {
    font-size: 36px;
    color: #0074ff;
    margin: 0;
    font-family: 'galano_grotesquesemibold';
}

.total_credit_bureau {
    margin-bottom: 70px;
}


/* 07.02.2022 */


/* 17.02.2022 */

.personal_account_full .onboard_hold.business_onboard_hold .row {
    justify-content: center;
}


/* onbording business */

.ondeck_employeeportal_flow .lbc_application_forminner {
    padding: 25px 0 200px;
    min-height: 100vh;
}

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

.lbc_application_forminner .block-two {
    max-width: 560px;
    margin: 30px auto 0;
}

.ondeck_employeeportal_flow .form-group .bootstrap-select>.btn {
    border: 2px solid #0074ff !important;
    min-height: auto;
    height: 50px;
    line-height: 33px;
    font-size: 16px;
    /*font-weight: 600;*/
    color: #181818;
}

.ondeck_employeeportal_flow .form-group .bootstrap-select>.btn:hover {
    border-color: #0074ff;
    box-shadow: none;
}

.lbc_application_forminner .btn_outr input.border-btn,
.lbc_application_forminner .btn_outr input.solid_btn {
    width: auto;
}

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

.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: #0074ff;
    font-family: 'galano_grotesquesemibold';
    text-decoration: underline;
}

.pt55 {
    padding-top: 55px;
}

.pt15 {
    padding-top: 15px;
}

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

.ondeck_employeeportal_flow .pg_invalid_card,
.ondeck_employeeportal_flow .aqclass {
    font-size: 12px !important;
    color: #ff474a !important;
    font-family: 'galano_grotesqueregular' !important;
    padding-left: 20px;
    position: relative !important;
    line-height: 16px;
    letter-spacing: 0;
    width: 100%;
    display: flex;
    align-items: center;
    height: 20px;
    top: 5px;
}

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

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

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

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

.ondeck_employeeportal_flow .lbc_application_forminner .laurentian_card_main {
    display: flex;
    flex-wrap: wrap;
    max-width: 576px;
    margin: 0 auto;
    justify-content: center;
}

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

.lbc_application_forminner .proceed_btn .border-btn {
    max-width: 100%;
    padding: 0 20px;
    font-size: inherit;
}

.lbc_application_forminner .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: 0 0 30px;
    background-color: #fff;
    width: 100%;
}

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

.ondeck_employeeportal_flow .compare_table thead {
    top: 92px;
    margin: 0 15px;
    width: calc(100% - 30px);
}

.ondeck_employeeportal_flow .compare_table span {
    display: block;
}

.ondeck_employeeportal_flow .full_width_td {
    color: #0074ff;
}

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

.ondeck_employeeportal_flow .lbc_application_forminner .lbc_visa_sec_outer {
    padding: 30px 0;
    background-color: #f5f5f5 !important;
}

.ondeck_employeeportal_flow .active_card_menu li {
    width: 33.33%;
}

.ondeck_employeeportal_flow .active_card_menu li:after {
    background-image: none;
}

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

.ondeck_employeeportal_flow .form-group label {
    display: inline-block;
    align-items: center;
}

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

.ondeck_employeeportal_flow .add-mem-bx {
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
}

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

.ondeck_employeeportal_flow .user_card {
    width: 275px;
}

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

.add_authSign_step_hold h2 {
    font-size: 24px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    text-align: center;
    margin-bottom: 28px;
}

.ondeck_employeeportal_flow .co_borrower_overflow {
    height: auto;
}

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

#add_authorized_sign_success_modal .modal-footer .border-btn {
    margin-right: 20px;
}

.wish_due h2 {
    text-align: center;
    color: #0074ff;
    font-size: 24px;
    margin-bottom: 20px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 40px;
}

.wish_due p {
    text-align: center;
    color: #000;
    font-size: 16px;
    line-height: 22px;
    font-family: 'galano_grotesqueregular';
}

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

.paper_distrebution {
    padding: 135px 0 155px;
    height: 100vh;
}

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

.paper_distrebution_innr .global_head p {
    margin-bottom: 30px;
}


/* onbording business */


/* 17.02.2022 */


/* 21.02.2022 */

.ondeck_employeeportal_flow .inner_application_card_full_bottom {
    justify-content: flex-start;
}

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


/* 21.02.2022 */


/* 24.03.22 */

.ondeck_employeeportal_flow .login_footer {
    background: #0074ff;
    padding: 70px 0;
}


/* 24.03.22 */


/* start 30.03.22 */

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

.wdd27 {
    width: 40%;
}

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

.wdd15 {
    width: 20%;
}

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

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

.credit_table_row .credit_tbl_cell p {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
    color: #2d2924;
}

.tbl_rspncv_show {
    display: none;
}

.ondeck_employeeportal_flow .faild_credit_sec {
    padding: 40px 0 125px;
    position: relative;
}

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

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

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

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

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


/* end 30.03.22 */


/* start 19.04.22 */


/* .brnch_menu_select .dropdown-submenu .dropdown-menu li:hover {
  background-color: #ebf6ff;
} */

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

.ondeck_employeeportal_flow .credit_table_row:hover {
    box-shadow: inset 0px 0px 0px 1px #0074ff;
}

.ondeck_employeeportal_flow .bootstrap-select .dropdown-menu li a:hover {
    border-bottom: 1px solid #0074ff;
}


/* end 19.04.22 */


/* start 29.04.22 */

.white_info_tip p {
    color: #000 !important;
}

.new_info_tip .info_tip_link {
    color: #0074ff;
    text-transform: lowercase;
}


/* end 29.04.22 */


/* start 30.04.22 */

.checlfexxlist {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}

.checkbox.boxborderpadding h6 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    margin-bottom: 5px;
    text-transform: uppercase;
    margin-top: 0px;
}

.checlfexxlist p {
    font-size: 14px;
    font-weight: normal;
    font-family: 'galano_grotesqueregular';
    color: #000;
    margin: 0px;
    padding: 0px;
}

.checlfexxlist [type="checkbox"]:checked+label,
.checlfexxlist [type="checkbox"]:not(:checked)+label {
    padding-left: 20px;
}

.checkbox.boxborderpadding {
    border-bottom: 1px solid #d9d9d9;
    padding: 17px 0px 15px 0px;
}

.lbc_application_forminner .block-two.clearfix.e_verify {
    margin-bottom: 40px;
}

.global_head.text-center.stylepbox p {
    margin-bottom: 10px;
}


/* end 30.04.22 */


/* start 02.05.22 */

.authuser_body.laurentian_flow .sub_txt {
    display: inline-flex;
}

.authuser_body.laurentian_flow .pointTo,
.authuser_body.laurentian_flow .psn_rltv {
    display: inline-flex;
}

.authuser_body.laurentian_flow #Activity_trans_Modal .message_outer {
    padding: 0px;
}

.authuser_body.laurentian_flow #Activity_trans_Modal .continue_new_area_row {
    padding: 0px;
}

.authuser_body.laurentian_flow #specialTransactionMessage a {
    font-size: 16px;
    text-decoration: underline;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin: 30px 0px;
}


/* .authuser_body.laurentian_flow #Activity_trans_Modal .inner_continue_area_row {
    padding: 0px 20px 30px 20px !important;
} */

.laurentian_flow #Activity_trans_Modal .modal-content {
    padding-bottom: 30px !important;
}

.authuser_body.laurentian_flow .modal-content {
    border-radius: 25px;
}

.authuser_body.laurentian_flow .card_select_new .fld_outr_new {
    margin: 0 0px 18px;
    text-align: left;
}

.authuser_body.laurentian_flow #addMemberStep2 {
    text-align: left;
}

.authuser_body.laurentian_flow .newSuccess .all_detail_container {
    padding: 30px 20px 40px 20;
}

.laurentian_flow #addmembermodal .contact_row {
    margin: 0px;
}

.laurentian_flow .card_confirm_new p {
    display: flex;
    position: relative;
}

.laurentian_flow .card_confirm_new p span:first-child {
    margin-right: 5px;
}

.laurentian_flow .card_confirm_new p span:last-child::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 100%;
    left: 0;
}

.laurentian_flow .card_confirm_new p span {
    position: relative;
    display: flex;
    align-items: center;
}

.laurentian_flow .card_confirm_new p span:last-child {
    padding-left: 8px;
}

.laurentian_flow .card_confirm_new .card_confirm_new p {
    font-size: 16px;
}

.authuser_body.laurentian_flow .card_confirm_new p {
    margin-bottom: 20px;
}

.authuser_body.laurentian_flow .view_contact p {
    margin-bottom: 10px;
}

.authuser_body.laurentian_flow .view_contact p:first-child {
    font-family: 'galano_grotesqueregular'
}

.authuser_body.laurentian_flow .view_contact .edit_btn {
    position: absolute;
    top: 0;
}


/* end 02.05.22 */


/* start 04.05.22 */

.authuser_body.laurentian_flow.authuser_body .payOptTabs .make_tabmenu .interacparentDivPay:after {
    width: 33.3%;
    left: 33.3%;
}

.laurentian_flow.authuser_body .payOptTabs .make_tabmenu ul:after {
    width: 33.3% !important;
}

.laurentian_login .both_holder label {
    padding-left: 0px !important;
}

.ondeck_employeeportal_flow .form-group .bootstrap-select>.btn.dropdown-toggle {
    border: 1px solid #0074ff !important;
    min-height: auto;
    height: 52px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.ondeck_employeeportal_flow .form-group .bootstrap-select>.btn.dropdown-toggle .filter-option {
    padding-top: 0px;
    height: 100%;
    display: flex;
    align-items: center;
}


/* end 04.05.22 */


/* start 05.05.22 */

.authuser_body.laurentian_flow .compare_container {
    margin-top: 175px;
    padding-top: 0;
}

.laurentian_flow.authuser_body .new_btns_holder .icn_btn_card {
    margin-right: 8px;
}

.authuser_body.laurentian_flow .accout_area {
    margin: 50px 0 0 270px;
}

.authuser_body.laurentian_flow .management_bar {
    padding: 26px 0;
}

.authuser_body.laurentian_flow .my_cards .accout_area .flex_dashboard_outer {
    margin-bottom: 34px;
}

.authuser_body.laurentian_flow #creditLimitNotifications .price_Range {
    padding: 0px 30px 0 !important;
    position: initial;
}

.authuser_body.laurentian_flow .price_Range {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
    position: relative;
}

.authuser_body.laurentian_flow .slider-horizontal .rng_value {
    letter-spacing: 1.03px;
    font-size: 40px;
    font-family: 'galano_grotesquesemibold';
    width: 200px;
    border: 1px solid #767676;
    border-radius: 15px;
    height: 60px;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    color: #0074ff;
}

.authuser_body.laurentian_flow .brim_modal_panel {
    height: 70px;
    display: flex;
    align-items: center;
    padding: 0px;
}

.authuser_body.laurentian_flow .dashboard_overlay {
    top: 0px !important;
}

.no_memo {
    width: 100%;
    text-align: center;
    padding: 50px 0px;
    float: left;
}

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

.no_memo_logo img {
    width: 100%;
}

.ondeck_employeeportal_flow .no_memo h5 {
    font-family: 'galano_grotesquesemibold';
    color: #222222;
    font-size: 22px;
    line-height: 24px;
    margin: 0px auto 12px;
    text-transform: initial;
}

.ondeck_employeeportal_flow .no_memo p {
    font-size: 18px;
    line-height: 22px;
    font-family: 'galano_grotesqueregular';
    letter-spacing: 0;
    max-width: 560px;
    margin: 0 auto;
    color: #2d2924;
}

.ondeck_employeeportal_flow .add_new_memo_btn {
    background-color: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    padding: 14px 20px;
    letter-spacing: 0;
    border-radius: 15px;
    color: #fff;
    border: 2px solid #0074ff;
    min-width: 180px;
    display: inline-block;
    line-height: 20px;
    margin-top: 30px;
}

.ondeck_employeeportal_flow .add_new_memo_btn:hover {
    background-color: #000082;
    opacity: 1;
    color: #fff;
    border: 2px solid #000082;
}

.ondeck_employeeportal_flow .add_new_memo_btn:active {
    background-color: #0074ff;
    border: 2px solid #0074ff;
    color: #fff;
    box-shadow: none;
}

.ondeck_employeeportal_flow .add_new_memo_btn:focus {
    background-color: #0074ff;
    outline: 0;
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    color: #fff;
}


/* end 05.05.22 */


/* start 06.05.22 */

.ondeck_employeeportal_flow .review_block .default_input {
    width: 100%;
    font-family: 'galano_grotesqueregular';
    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;
}

.ondeck_employeeportal_flow .review_block .default_input:focus {
    border-color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    color: #222222;
}

.ondeck_employeeportal_flow .review_block .form_box {
    margin-bottom: 30px;
    position: relative;
}

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

.ondeck_employeeportal_flow .cancel_save_btn_holder .global_btn {
    height: 50px;
    line-height: 50px;
    width: 80px;
    padding: 0 15px;
    border-radius: 15px;
    overflow: hidden;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #fff;
    text-align: center;
    margin-left: 20px;
}

.ondeck_employeeportal_flow .cancel_save_btn_holder .global_btn:hover {
    background-color: #000082;
    color: #fff;
}

.ondeck_employeeportal_flow .cancel_save_btn_holder .global_btn:active {
    background-color: #0074ff;
    color: #fff;
    border: 2px solid #0074ff;
}

.ondeck_employeeportal_flow .cancel_save_btn_holder .global_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.ondeck_employeeportal_flow .cancel_edit {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    text-decoration: underline;
}

.ondeck_employeeportal_flow .cancel_edit:hover {
    color: #000082;
}

.ondeck_employeeportal_flow .non_edit_form {
    position: relative;
}

.authuser_body .new_ac_area {
    padding-bottom: 200px;
}

.authuser_body .laurentian_card_lmt .all_detail_container .btn-default.agentportal {
    color: #fff;
}

.laurentian_flow.authuser_body .payOptTabs.payOptTabsCashback .make_tabmenu ul:after {
    width: 50% !important;
    border-left: 0px;
}

.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-family: 'galano_grotesquesemibold';
    color: #222;
    margin-bottom: 10px;
}

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

.standard_outer {
    text-align: center;
    max-width: 387px;
    margin: 0 auto;
    padding-bottom: 100px;
}

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

.standard_outer p a {
    color: #0074ff;
    text-decoration: underline;
    font-family: 'galano_grotesquesemibold';
}


/* end 06.05.22 */


/* start 10.05.22 */

#submit_request_modal .modal-dialog {
    max-width: 947px !important;
    width: 947px !important;
}

#submit_request_modal .modal-body {
    padding: 30px 20px;
}

#submit_request_modal .submit_request_box {
    max-width: 100%;
}

.authuser_body .marketplace_header {
    padding: 36px 0 15px;
    background: #fff;
}

.review_block.authorized-users p {
    margin-top: 10px;
}


/* end 10.05.22 */


/* start 11.05.22 */

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

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

.ondeck_employeeportal_flow .account_hd {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 20px;
    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: 'galano_grotesquesemibold';
    color: #000;
    font-size: 16px;
    padding: 16px 0 18px;
    transition: 0.3s ease;
    padding-left: 10px;
    position: relative;
    display: block;
}

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

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

.management_bar ul li a img,
.management_bar ul li a span {
    display: inline-block;
    vertical-align: middle;
}

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

.management_bar ul li.active a {
    color: #0074ff;
    padding-left: 10px;
    font-family: 'galano_grotesqueregular';
    font-size: 16px;
    transition: 0.3s ease;
}

.management_bar ul li:first-child.active a {
    padding: 13px 0 21px;
}

.management_bar ul li.active a b {
    font-family: 'galano_grotesquesemibold';
}

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

.ondeck_employeeportal_flow .laurentian_side_logout a {
    display: block;
    padding: 0 20px;
    max-width: 190px;
    height: 50px;
    line-height: 46px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    font-size: 16px;
    text-align: center;
    border: 2px solid #0074ff;
    background-color: #fff;
    border-radius: 15px;
    overflow: hidden;
}

.ondeck_employeeportal_flow .laurentian_side_logout a:hover {
    border-color: #000082 !important;
    color: #000082 !important;
}

.ondeck_employeeportal_flow .laurentian_side_logout a:active {
    background: #d8ecfd;
    border-color: #0074ff;
    color: #0074ff;
}

.ondeck_employeeportal_flow .laurentian_side_logout a:focus {
    border-color: #0074ff;
    background: #fff;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

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

.ondeck_employeeportal_flow .accout_area h1 {
    font-family: 'galano_grotesquesemibold';
    color: #1d1d1d;
    font-size: 36px;
    margin-bottom: 40px;
}

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

.ondeck_employeeportal_flow .picture_upload_part .upload_picture_holder {
    width: 100px;
    height: 100px;
    display: block;
    position: relative;
    border-radius: 100%;
    background-color: #0074ff;
}

.ondeck_employeeportal_flow .upload_picture_holder .edit_profile_image {
    background-image: url(../images/ondeck/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;
}

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

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

.ondeck_employeeportal_flow .picture_upload_part .username {
    font-family: 'galano_grotesquesemibold';
    color: #2d2924;
    font-size: 20px;
    padding-left: 32px;
}

.ondeck_employeeportal_flow .picture_upload_part .username span {
    color: #000;
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
}

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

.ondeck_employeeportal_flow .accout_area h2 {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 22px;
    letter-spacing: 0;
    margin-bottom: 0px;
}

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

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

.ondeck_employeeportal_flow .contact_row .form_label {
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
    letter-spacing: 0;
    color: #2d2924;
    font-size: 14px;
    margin-bottom: 4px;
    display: block;
}

.ondeck_employeeportal_flow .contact_row .view_contact {
    border-bottom: 0;
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    position: relative;
}

.ondeck_employeeportal_flow .accout_area p {
    font-family: 'galano_grotesqueregular';
    color: #1d1d1d;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.ondeck_employeeportal_flow .contact_row .view_contact .edit_btn {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    position: absolute;
    top: 0;
    bottom: -1px;
    right: 0;
}

.ondeck_employeeportal_flow .edit_form .default_input {
    width: 100%;
    font-family: 'galano_grotesqueregular';
    color: #000;
    font-size: 16px;
    height: 60px;
    border: 1px solid #959595;
    border-radius: 15px;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: 0.3s ease;
}

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

.ondeck_employeeportal_flow .edit_form .default_input:focus {
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    color: #000;
}

.ondeck_employeeportal_flow .edit_form .default_input.disabled {
    pointer-events: none;
    background-color: #f7f7f7;
    border-color: #f7f7f7;
    color: #959595;
}

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

.ondeck_employeeportal_flow .forGotPassword a {
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
    color: #0074ff;
    text-decoration: underline;
    position: relative;
    display: block;
    width: auto;
    right: auto;
}

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

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

.ondeck_employeeportal_flow .forGotPassword a:hover {
    color: #0074ff;
}

.ondeck_employeeportal_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: #f3f6fa;
    border-left: 8px solid #0074ff;
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #222222;
    width: 100%;
    border-radius: 5px;
    top: 50%;
    left: 100%;
}

.ondeck_employeeportal_flow .edit_form .numeric_text .value_icon {
    font-family: 'galano_grotesqueregular';
    font-size: 14px;
    color: #222222;
    background: url(../images/ondeck/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%;
}

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

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

.ondeck_employeeportal_flow .edit_upload_image .modal-header h3 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_employeeportal_flow .edit_upload_image .move_img_container_label {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    display: block;
    margin-bottom: 12px;
}

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

.move_img_container {
    margin: 15px 0px 20px;
}

.ondeck_employeeportal_flow .edit_upload_image .move_img_container_label {
    font-size: 16px;
    color: #222222;
    font-family: 'galano_grotesquesemibold';
}

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

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

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

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

.ondeck_employeeportal_flow .edit_upload_image .global_btn {
    border-radius: 15px;
    overflow: hidden;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    padding: 0 20px;
    text-align: center;
    width: 80px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    transition: 0.3s ease-in-out;
}

.ondeck_employeeportal_flow .edit_upload_image .global_btn:hover {
    background-color: #000082;
    color: #fff;
}

.ondeck_employeeportal_flow .edit_upload_image .global_btn:active {
    background-color: #0074ff;
    color: #fff;
    box-shadow: none;
    border: solid 2px #0074ff;
}

.ondeck_employeeportal_flow .edit_upload_image .global_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}


/* end 11.05.22 */


/* start 12.05.22 */

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

.authuser_body.laurentian_flow .laurentian_chng_crd h2 {
    font-family: 'galano_grotesquesemibold';
    font-size: 36px;
    color: #0074ff;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.authuser_body.laurentian_flow .laurentian_chng_crd p {
    font-size: 20px;
}

#before_edit_crd_address {
    margin-top: 53px;
}

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

.authuser_body.laurentian_flow #before_edit_crd_address .contact_row .view_contact .edit_btn {
    top: auto !important;
}


/* end 12.05.22 */


/* start 13.05.22 */

.confirm_card_txt p,
p#CardFinalSteptext2 {
    font-size: 16px !important;
}

.authuser_body.laurentian_flow .single_select_item .new-on-off {
    width: 100%;
}


/* end 13.05.22 */


/* start 14.05.22 */

.business_application_fourth_prt {
    width: 100%;
    max-width: 560px;
    margin: 96px auto 0 auto;
}

#preApproved .global_head p {
    margin-bottom: 30px;
}

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

#preApproved .form-group .form-control {
    font-size: 36px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    text-align: center;
}

.cancel-instalment-btn {
    position: absolute;
    right: 20px;
    bottom: 42px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.authuser_body.laurentian_flow .value-bar {
    border: 5px solid #0074ff !important;
}

.ondeck_employeeportal_flow .note_text {
    font-size: 14px;
    margin-bottom: 43px;
    line-height: 22px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.proceeding_lbc_sec_inner ul li a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    text-decoration: underline;
    margin-top: -4px;
}

.ondeck_employeeportal_flow .info_bx_lbc {
    border-top: 1px solid #d8d8d8;
}

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

.ondeck_employeeportal_flow .text_bl {
    color: #004370;
}

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

.ondeck_employeeportal_flow .agree_innr_elctr ul li {
    font-size: 14px;
    color: #000;
    margin-bottom: 20px;
    line-height: 20px;
}

.ondeck_employeeportal_flow .agree_innr_elctr ul li a {
    color: #00518f;
    font-family: 'galano_grotesquesemibold';
    text-decoration: underline;
    margin-top: -2px;
}

.ondeck_employeeportal_flow .new_info_tip .info_tip_link {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-image: url(../images/lbc/tooltip.png);
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: start;
    justify-content: center;
    font-size: 0px;
    border: 0px;
    background-size: 16px;
}

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

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

.compare_table th:nth-child(2n+1),
.compare_table td:nth-child(2n+1),
.compare_table th:nth-child(2n+1):hover,
.compare_table td:nth-child(2n+1):hover {
    background-color: #f7f7f7;
}

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

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

.custom_alert .modal-body {
    font-size: 20px;
    letter-spacing: 1.03px;
    position: relative;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px 15px;
}

#applicationSteps .block-two {
    margin-top: 0px !important;
}

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

@media (max-width: 1500px) {
    body {
        min-height: 120vh;
    }
}

.lbc_application_forminner .form-group label {
    text-transform: none;
}

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

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

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

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

.lbc_application_forminner .qus_block .content .checkmark:after {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

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

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

.content .checkmark:after {
    top: 2px;
    left: 2px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #0074ff;
}

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

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

.back_btn {
    width: 175px;
}

.show {
    opacity: 1;
}

#compare_popup.modal.fade .modal-dialog {
    -webkit-transform: translate(0, 0%) !important;
    -ms-transform: translate(0, 0%) !important;
    -o-transform: translate(0, 0%) !important;
    transform: translate(0, 0%) !important;
}

#compare_popup.modal {
    background: #0000009c;
    padding-right: 0px !important;
}

#review_info .edit_review {
    bottom: 15px;
}

#thankyou_applicationlbc .top_thankimage_outer {
    background-color: #f5f5f5;
    height: 260px;
    margin-top: 120px;
}

#thankyou_applicationlbc .thank_image {
    max-width: 388px;
    margin: 0 auto;
    position: relative;
    bottom: -141px;
    margin-top: -125px;
}


/* end 14.05.22 */


/* start 15.05.22 */

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

.ondeck_employeeportal_flow .dropdown-menu.show {
    min-height: 230px !important;
}

p.curResidenceYearMon {
    display: flex;
}

span#current_residence_year_view {
    margin: 0px 5px;
}

span#current_residence_month_view {
    margin: 0px 5px;
}

.correspondence_pg .dropdown-menu.show {
    min-height: auto !important;
}

#standard_application_div .global_head {
    margin-top: 24px;
}

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

.search_clients.search_unauthenticated_clients #step1 {
    margin-top: 24px;
}

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

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

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

.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: #0074ff;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 15px;
    text-align: center;
}

.newSuccess .setuppaying_top {
    font-size: 16px;
    line-height: 22px;
    color: #222222;
    font-family: 'galano_grotesqueregular';
    margin: 0px 0px 30px;
}


/* end 15.05.22 */


/* Start 16.05.22 */

#refundBalanceStep2 .remove_mdl {
    margin-bottom: 28px;
}


/* End 16.05.22 */


/* start 18.05.22 */

.authuser_body.laurentian_flow .dont_show_box .agree_check input[type="checkbox"]:checked~.checkmark {
    background: url(../images/tick_white.png) center center no-repeat #0074ff;
}

.review_block p {
    width: 100%;
    margin-bottom: 15px;
}

.pagination li a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 5px !important;
    border-radius: 50% !important;
    color: #414042;
    font-size: 14px !important;
    background: none;
    border: none;
    border-bottom-color: currentcolor;
    border-bottom-style: none;
    border-bottom-width: medium;
    margin: 0 5px;
    border-bottom: 0 !important;
}

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

.hasMemo .dropdown-menu.show {
    min-height: 175px !important;
}


/* end 18.05.22 */


/* start 20.05.22 */

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

.authuser_body.laurentian_flow .price_Range #limit_error_msg.errorText.limit_set_err {
    width: 100%;
    padding-bottom: 0px;
    max-width: 340px !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 1199px) {
    .authuser_body.laurentian_flow .accout_area {
        margin: 50px auto 0 auto !important;
    }
}

@media (max-width: 404px) {
    .authuser_body.laurentian_flow .price_Range #limit_error_msg.errorText.limit_set_err {
        top: 70px;
    }
}


/* end 20.05.22/ */


/* start 23.05.22 */

#addMemberStep3 .price_Range .slider.slider-horizontal {
    margin-right: 0;
    width: 100%;
    height: 95px !important;
}

#addMemberStep3 p {
    justify-content: center;
}

.inLnBlc {
    display: flex !important;
}

.inLnBlc span {
    padding-right: 5px !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: 'galano_grotesqueregular';
    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: #0074ff;
    border-bottom: 1px solid #0074ff;
    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: #0074ff;
}

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

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

.ondeck_employeeportal_flow .tag_user {
    color: #0074ff;
}


/* end 23.05.22 */


/* start 24.05.22 */

.ondeck_employeeportal_flow .top_thankimage_outer {
    background-color: #f5f5f5;
    height: 260px;
    margin-top: 115px;
}

.ondeck_employeeportal_flow .thank_image {
    bottom: -115px;
}

.ondeck_employeeportal_flow .congo_box {
    padding-bottom: 200px;
}

.ondeck_employeeportal_flow .congo_details h3 span {
    font-size: 16px;
    color: #222;
    margin-right: 6px;
}

.ondeck_employeeportal_flow .congo_details h3 {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* end 24.05.22 */


/* start 25.05.22 */

.mentions {
    display: none;
}

.mentions-input-box {
    display: flex;
    flex-wrap: wrap;
}

#addmembermodal .modal-body {
    padding: 0px 20px 40px 20px !important;
}

.laurentian_flow .price_Range #limit_error_msg.errorText {
    padding-left: 18px !important;
}

.ondeck_employeeportal_flow .mentions {
    padding-right: 83px;
}


/* end 25.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: 120px;
}


/* end 27.05.22 */

.ondeck_employeeportal_flow .management_bar {
    margin-top: 0px;
}


/* start 09.06.22 */

body.ondeck_employeeportal_flow.modal-open .branchportal_header {
    margin-right: 15px;
}


/* end 09.06.22 */


/* start 15.06.22 */

#addmembermodal .bootstrap-select.btn-group .dropdown-menu {
    height: 200px !important;
}

ul.dropdown-menu.inner.selectpicker {
    max-height: 200px !important;
}

#addmembermodal .confirm_card_outer {
    display: flex;
    align-items: center;
}

#addmembermodal .confirm_card_txt h4 {
    margin-bottom: 0px !important;
}

.authuser_body.laurentian_flow #addmembermodal .card_confirm_new p {
    margin-bottom: 10px;
}

.laurentian_flow #addmembermodal .confirmsingle_text .show_email,
.show_phonenumber {
    padding-bottom: 10px !important;
}


/* end 15.06.22 */


/* start business application 23.06.22 */


/* .business_application_flow .global_head h2 {
  color: #222222 !important;
} */

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

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

#compare_popup .compare_container {
    margin-top: 166px
}

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

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

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


/* end business application 23.06.22 */

.verify_client_holder .checkbox+.checkbox {
    margin: 10px 0;
}

.verify_client_holder .checkbox.boxborderpadding {
    border-bottom: 0;
}

.verify_client_holder .search_form {
    max-width: 490px;
    margin: 0 auto;
}


/*29-06-22////business application/////start*/

.business-application #edit_authorized_user .laurentian_add_member .back_btn {
    width: 209px;
}

.business-application .inner_laurentian_card h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    line-height: 26px;
}

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

.business_application_flow .laurentian_card_info_brim h5,
.business-application .laurentian_card_info_brim h6 {
    font-size: 16px;
    color: #000;
    text-align: center;
    /* margin-bottom: 5px; */
    font-family: 'galano_grotesquesemibold';
}

.business_application_flow #surpart_access .global_head p {
    margin-top: 15px;
}

.business_application_flow #buspart2 .global_head p {
    margin-top: 15px;
}

.business-application #edit_authorized_user #edit_auth_user {
    width: 209px;
}

#bus_sur_home_prov_err {
    position: absolute !important;
    left: 0;
    bottom: -18px;
}

.ondeck_employeeportal_flow .business_application_fourth_prt .legal_form .dropdown-menu.show {
    min-height: 221px !important;
}


/*29-06-22/////end//////////*/


/*30-06-22/////start employee application//////////*/

.review_info .review_block .review_block_image {
    width: 273px;
}


/*30-06-22/////end employee application//////////*/


/*employe application/ 1-06-22/*/

.employee-application .lbc_application_forminner #set_credit_limit .block-two {
    max-width: 374px;
}

.employee-application .lbc_application_forminner #set_credit_limit .global_head {
    padding-bottom: 50px;
}

.employee-application .lbc_application_forminner #set_credit_limit .form-group .form-control {
    font-size: 36px;
    font-family: 'galano_grotesquesemibold';
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #0074ff;
}


/*employe application/ 1-06-22 end/*/


/* Dashboard starts */

.trensfer_listOuter {
    display: flex;
}

.management_bar {
    position: relative;
}

.trensfer_stepArea {
    margin-top: 80px;
    margin-left: 110px;
    font-family: 'galano_grotesqueregular';
    padding-bottom: 80px;
}

.ternsfer_step .step_hdng h2 {
    font-size: 36px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 40px;
}

.trensfer_text h3 {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 25px;
    color: #000;
}

.ternsfer_para {
    margin-top: 15px;
}

.ternsfer_para p {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.trensfer_text .get_started_btn {
    margin-top: 35px;
}

.trensfer_text a.blue_Btn {
    padding: 15px 35px;
    border: 2px solid #0074ff;
    border-radius: 15px;
    color: #fff;
    display: inline-block;
    background-color: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

.trensfer_text a.blue_Btn:hover {
    background-color: #00008b;
    border-color: #00008b;
}

.trensfer_text a.blue_Btn:active {
    background-color: #0074ff;
    border-color: #0074ff;
}

.trensfer_text a.blue_Btn:focus {
    background-color: #0074ff;
    border-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.institute_logoOuter span {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
    margin: 20px 0;
    display: inline-block;
}

.institute_logoOuter ul {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    max-width: 75%;
}

.institute_logoOuter ul li a.paymentInstitution {
    max-width: 68px;
    display: block;
    height: auto;
}

.institute_logoOuter ul li a.paymentInstitution img {
    border-radius: 12px;
    box-shadow: 0px 1px 6px 0px #00000026;
}

.institute_logoOuter ul li {
    flex: 0 0 12%;
}

.other_btn a#otherInstitution {
    padding: 15px 10px;
    display: inline-block;
    border: 2px solid #0074ff;
    border-radius: 10px;
    color: #0074ff;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    margin-top: 20px;
}

.next_Btn input.blue_Btn {
    border: none;
    margin-top: 60px;
    font-family: 'galano_grotesquesemibold';
    color: #fff;
    background-color: #0074ff;
    padding: 15px 50px;
    border-radius: 15px;
    width: 150px;
    cursor: pointer;
}

.institution_other .other_btn a#otherInstitution {
    margin-top: 0;
}

.trnsfr_list_lftPnl {
    box-shadow: 3px -3px 5px rgb(0 0 0 / 18%);
    background-color: #fff;
}

.institute_logoOuter span:first-child {
    margin-top: 40px;
}

.institution_other .ternsfer_para {
    margin-top: 0;
}

.trensfer_step3 .ternsfer_subHdng h3 {
    margin-top: 40px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 22px;
}

.trensfer_step3 .bank_information .ternsfer_para p {
    font-size: 18px;
}

.trensfer_step3 .bank_information .ternsfer_para {
    margin-top: 10px;
    margin-bottom: 40px;
}

.trensfer_step3 .inormation_fill {
    margin-bottom: 20px;
}

.next_Btn input.blue_Btn:hover {
    background-color: #00008b;
}

.next_Btn input.blue_Btn:focus {
    background-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
    border-color: #0074ff;
}

.next_Btn input.blue_Btn:active {
    background-color: #0074ff;
    border-color: #0074ff;
}

.other_btn a#otherInstitution:hover {
    border-color: #00008b;
    color: #00008b;
}

.other_btn a#otherInstitution:focus,
.other_btn a#otherInstitution:active {
    color: #0074ff;
    border-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.inormation_fill label {
    text-transform: uppercase;
    font-size: 12px;
    font-family: 'galano_grotesquesemibold';
}

.inormation_fill input.form-control {
    padding: 10px 0;
    display: block;
    box-sizing: content-box;
    border-radius: 15px;
    padding-left: 20px;
    color: #000;
    font-size: 16px;
}

.ternsfer_step .step_btnOuter {
    justify-content: flex-start;
}

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

.blue_Btn {
    min-width: 150px;
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #0074ff;
    color: #fff !important;
    border-radius: 15px;
    background-color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    text-align: center;
}

.blue_Btn:hover {
    background-color: #00008b;
    border: 2px solid #00008b;
}

.blue_Btn:active {
    background-color: #0074ff;
    border-color: #0074ff;
}

.blue_Btn:focus {
    color: #0074ff;
    border-color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.step_btnOuter .laurentian_side_logout a {
    min-width: 150px;
    display: inline-block;
    padding: 15px 50px;
    border: 2px solid #0074ff;
    color: #0074ff;
    border-radius: 15px;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    text-align: center;
}

.step_btnOuter .laurentian_side_logout a:hover {
    border-color: #00008b;
    color: #00008b;
}

.step_btnOuter .laurentian_side_logout a:active,
.step_btnOuter .laurentian_side_logout a:focus {
    border-color: #0074ff;
    color: #0074ff;
    box-shadow: 0 0px 2px 5px rgb(131 238 206 / 30%);
}

.laurentian_side_logout {
    margin-right: 20px;
}

.inormation_fill input.form-control:focus {
    border-width: 2px;
    border-color: #0074ff;
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%);
}

.ondeckbiz_flow .errorText::before {
    content: ' ';
    background-image: url(../images/input-error.png?v=1.1);
    position: absolute;
    width: 17px;
    height: 16px;
    background-size: contain;
    background-repeat: no-repeat;
    left: 0px;
    top: 0px;
}

.step_secoundary_hdng h3 {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px;
    color: #000;
}

.step_secoundary_hdng p {
    font-size: 18px;
    color: #000;
    margin-top: 10px;
    margin-bottom: 25px;
}

.step4_content_container {
    max-width: 560px;
}

.step4_content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 2px solid #f2f2f2;
    position: relative;
}

.bank_details h4 {
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.bank_details p {
    font-size: 16px;
    color: #000;
    margin-bottom: 0;
    margin-top: 8px;
}

.edit_section a.edit_btn {
    color: #0074ff;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    padding: 10px 25px;
    border: 2px solid transparent;
    border-radius: 35px;
}

.trensfer_step4#step4 .step_btnOuter {
    justify-content: flex-start;
}

.step5_content_container {
    margin-top: 23px;
    max-width: 558px;
    background-color: #f3f6fa;
    padding: 27px 0;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding-right: 100px;
}

h3.primary_hdng {
    font-family: 'galano_grotesquesemibold';
    font-size: 22px;
    color: #000;
}

.ternsfer_step .step5_img {
    margin-left: 25px;
}

.ternsfer_step .step5_img img {
    max-width: 68px;
    border-radius: 15px;
}

.nme_of_bnk_cntnr {
    margin-left: 30px;
}

.nme_of_bnk_cntnr p {
    margin-bottom: 5px;
    font-size: 14px;
}

.nme_of_bnk_cntnr h4 {
    font-family: 'galano_grotesquesemibold';
    font-size: 20px;
}

.bank_account_form {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
}

.bank_account_form label {
    color: #000;
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
    text-transform: uppercase;
}

.bank_account_form input.bnk_form {
    width: 558px;
    padding: 10px 0;
    display: inline-block;
    box-sizing: content-box;
    border-radius: 15px;
    padding-left: 15px;
    font-size: 16px;
}

.bank_account_form input.bnk_form:focus {
    border-width: 2px;
    border-color: #0074ff;
    box-shadow: 0 0 0 5px rgb(131 238 206 / 30%);
}

p.primary_para {
    font-size: 18px;
    margin-bottom: 0;
    color: #000;
}

.bnk_account_hdng h3.primary_hdng {
    margin-bottom: 10px;
    margin-top: 50px;
}

.bank_account_form_cntnr {
    margin-top: 40px;
}

.trensfer_step5#step5 .step_btnOuter {
    justify-content: flex-start;
}

.edit_section a.edit_btn:hover {
    color: #00008b;
    text-decoration: underline !important;
}


/* .edit_section a.edit_btn:focus {
    box-shadow: 0 0px 0px 5px rgba(0, 125, 147, 0.3);
    border-color: #0074ff;
} */

.trensfer_step4#step4 .step_hdng h2 {
    margin-bottom: 40px;
}

.trensfer_step6#step6 .step_secoundary_hdng {
    margin-top: 50px;
}

.trensfer_step6 .next_Btn input.blue_Btn {
    margin-top: 0px;
}

.trensfer_step6 .next_Btn input.blue_Btn:disabled {
    background-color: #e2e0e3;
    color: #767676;
}

.step_btnOuter .laurentian_side_logout a:disabled {
    background-color: #fff;
    color: #767676;
    border-color: #ededed;
}

.selected_accounts_cntnt {
    max-width: 558px;
}

.selected_accounts {
    padding: 20px 0;
    border-bottom: 2px solid #f2f2f2;
}

.selected_accounts p {
    margin-bottom: 10px;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
}

.selected_accounts h4 {
    font-size: 14px;
    color: #000;
}

.chckbx_container {
    display: inline-block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 16px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: #000;
    font-family: 'galano_grotesqueregular';
    font-weight: normal;
}


/* Hide the browser's default checkbox */

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


/* Create a custom checkbox */

.chckbx {
    position: absolute;
    top: 0;
    left: 0;
    height: 25px;
    width: 25px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #767777;
}


/* When the checkbox is checked, add a blue background */

.chckbx_container input:checked~.chckbx {
    background-color: #0074ff;
    border-radius: 4px;
    border-color: #0074ff;
}


/* Create the checkmark/indicator (hidden when not checked) */

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


/* Show the checkmark when checked */

.chckbx_container input:checked~.chckbx:after {
    display: block;
}


/* Style the checkmark/indicator */

.chckbx_container .chckbx:after {
    left: 9px;
    top: 2px;
    width: 8px;
    height: 16px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.mke_pyments_chckbx_cntnt {
    max-width: 558px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
}

.price_cntnr p {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 16px;
}

.mke_pyments_chckbx_cntnr {
    max-width: 558px;
}

.make_pyments_cntnr .selected_hdng h3 {
    margin-top: 40px;
}

.make_pyments_cntnr .selected_hdng p {
    margin-top: 10px;
}


/* 28.07.22 ends */


/* 30.07.22 starts */

.amount_calculation_cntnr .amount_calculation_cntnt {
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
}

.amount_calculation_cntnr {
    max-width: 558px;
}

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

.amount_calculation_cntnt h4 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
}

.amount_calculation_cntnt p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
}

.autopay_content p.primary_para {
    font-size: 16px;
    margin-top: 25px;
    color: #000;
}

.autopay_content p.primary_para span {
    font-family: 'galano_grotesquebold';
}

.ternsfer_step .tick_img {
    max-width: 68px;
}

.autopay_content {
    margin-top: 40px;
}

.saved_account_hdng {
    display: flex;
    justify-content: space-between;
    max-width: 438px;
    align-items: center;
    flex-wrap: wrap;
}

.saved_account_hdng .edit_btn_cntnr {
    max-width: 250px;
}

.saved_account_hdng .edit_btn_cntnr a.edit_btn {
    display: flex;
    align-items: center;
    border: 2px solid transparent;
    min-width: unset;
    border-radius: 35px;
    padding: 5px 25px;
}

.saved_account_hdng .edit_btn_cntnr a.edit_btn p {
    margin-bottom: 0;
    color: #0074ff;
    text-transform: capitalize;
    font-family: 'galano_grotesquesemibold';
}

.saved_account_hdng .edit_btn_cntnr a.edit_btn img {
    max-width: 40px;
}

.bank_account_details_cntnr {
    max-width: 558px;
}

.bank_account_cntnt {
    padding: 20px 0;
    border-bottom: 2px solid #d9d9d9;
}

.bank_account_cntnt h4 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
    text-transform: uppercase;
}

.bank_account_cntnt p {
    font-size: 16px;
    color: #000;
    margin-top: 5px;
    margin-bottom: 0;
}

.ternsfer_step .saved_account_info {
    margin-bottom: 20px;
}

.bank_information {
    max-width: 558px;
}

.pyment_info_hdng h4 {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
    color: #000;
}

.pyment_info_hdng p {
    margin-bottom: 0;
    font-size: 18px;
    color: #000;
    font-family: 'galano_grotesqueregular';
    margin-top: 10px;
}

.payment_info {
    margin-top: 60px;
    max-width: 558px;
}

.pyment_info_contnr {
    margin-top: 20px;
}

.saved_account_hdng p.primary_para {
    margin-top: 10px;
    margin-bottom: 20px;
    order: 1;
}

.trensfer_step12 .saved_account_hdng {
    display: block;
    max-width: unset;
}

.accounting_integration_para p {
    color: #000;
    font-size: 16px;
    max-width: 650px;
}

.accounting_integration_para p span {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.accounting_integration_para {
    margin-top: 40px;
}

.accounting_integration_para .options {
    margin-bottom: 30px;
}

.accounting_integration_para p.software_integration_para {
    max-width: 660px;
    margin-bottom: 30px;
}

.make_pyments_cntnr .selected_hdng {
    margin-bottom: 20px;
}

.make_pyments_cntnr {
    margin-top: 60px;
}

.account_management .container {
    display: flex;
}

.ondeckbiz_flow .account_management .accout_area {
    margin-left: 0;
}

.ondeckbiz_flow .account_management .management_bar {
    flex: 0 0 22%;
}

.inner_login_banner,
.login_slider,
.slick-list,
.slick-track,
.login_sl_item {
    height: 100%;
}

.login_footer {
    padding: 55px 0 60px;
}

.newmarketing_footer ul {
    margin: 15px 0px 0px 0px;
}

.inner_form_login {
    padding: 150px 17%;
    justify-content: flex-end;
    padding-top: 100px;
    padding-left: 12%;
}

.login_wrap_inner .login_form {
    max-width: unset;
}

.login_sl_item {
    width: 727px !important;
}

.ondeckbiz_flow .amount_details_bx h4#user_credit_limit {
    font-family: 'galano_grotesquesemibold';
}

.ondeckbiz_flow .last_rdo_box .slct_bx_individual .editableSpace::placeholder {
    font-family: 'galano_grotesquesemibold';
    color: #000;
}

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

.new_g_hdr_holder .new_g_hdr {
    font-size: 22px;
}

.make_payment_new .modal-content {
    min-height: 731px;
}


/* 30.07.22 ends */


/* 01.08.22 starts */

.py_dtls_rt span {
    font-family: 'galano_grotesquesemibold' !important;
}

.tranlist_cell_holder {
    font-family: 'galano_grotesquesemibold';
}

.slct_bx_individual.amount_cell_new.active {
    background: #0074ff12 !important;
}

.slct_bx_individual.amount_cell_new.active label::after {
    display: none;
}

.slct_bx_individual {
    padding: 15px 0;
}

.slct_bx_individual.customAmt.amount_cell_new {
    padding: 0px 0 0;
}


/* 01.08.22 ends */


/* Dashboard ends */


/* start 06.07.22 */

@media (max-width: 991px) {
    .trnsfr_list_rightPnl {
        margin: 50px 0 0px;
        padding-bottom: 0;
    }

    .ternsfer_activityBx {
        padding: 35px 0px 40px;
    }

    .trensfer_tabLinks {
        padding: 0;
    }

    .activity_table_body .tab-content {
        padding: 0 0px 30px;
    }

    .mobile_datetext_value,
    .mobile_complete_value h5,
    .mobile_complete_value h4 span {
        display: block;
    }
}

@media (max-width: 640px) {

    .trensfer_tablerow.tble_head,
    .trensfer_tble_text {
        display: none;
    }

    .trensfer_table_cell {
        display: table-cell;
        vertical-align: top;
    }

    .trensfer_table_cell {
        display: table-cell;
        padding: 15px 10px;
        border-bottom: 1px solid #d9d9d9;
        vertical-align: top;
    }

    .mobile_datetext_value {
        display: flex;
    }

    .date_trensfer {
        min-width: 25px;
        text-align: center;
    }

    .date_trensfer h5 {
        font-size: 12px;
        color: #222;
        text-align: center;
        line-height: 20px;
        white-space: nowrap;
    }
}


/* end 06.07.22 */


/* start 08-07.22 */

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


/* end 08-07.22 */


/* start 12.07.22 */

.ondeck_employeeportal_flow .back_my_card {
    color: #000;
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
    background-image: url(../images/lbcbiz/crd_pg_back.png);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left center;
    padding-left: 35px;
    margin-bottom: 30px;
    display: inline-block;
}

.ondeck_employeeportal_flow .laurentian_chng_crd h2 {
    font-family: 'galano_grotesquesemibold';
    font-size: 36px;
    color: #0074ff;
    letter-spacing: 0;
    margin-bottom: 10px;
}

.ondeck_employeeportal_flow .ondeck_employeeportal_flow .laurentian_chng_crd p {
    font-size: 20px;
}

.ondeck_employeeportal_flow .card_part {
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    margin-left: -1.5%;
    margin-right: -1.5%;
    flex-wrap: wrap;
    justify-content: center;
}

.ondeck_employeeportal_flow .laurentiancard.inner_laurentian_card {
    width: 22%;
}

.ondeck_employeeportal_flow .laurentiancard.inner_laurentian_card {
    padding: 0px 14px 16px;
    border-radius: 8px;
    box-shadow: 0 0 5px rgb(69 69 69 / 30%);
    margin: 0 1.5%;
    position: relative;
    cursor: pointer;
    border: 3px solid transparent;
    margin-bottom: 30px;
}

.ondeck_employeeportal_flow .current_ribbon {
    width: 83px;
    position: absolute;
    top: -10px;
    left: -10px;
}

.ondeck_employeeportal_flow .inner_laurentian_card h4 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    line-height: 26px;
}

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

.ondeck_employeeportal_flow .laurentian_card_info_brim h5 {
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_employeeportal_flow .laurentian_card_info_brim h6 {
    font-size: 16px;
    color: #222222;
    text-align: center;
    margin-bottom: 5px;
    font-family: 'galano_grotesquesemibold';
}

.ondeck_employeeportal_flow .laurentian_chng_crd .proceed_btn {
    margin-bottom: 30px;
    text-align: center;
}

.ondeck_employeeportal_flow .proceed_btn {
    position: relative;
    margin-bottom: 10px;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .proceed_btn a {
    background: transparent;
    padding: 12px 20px;
    color: #0074ff;
    border-radius: 4px;
    border: 2px solid #0074ff;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .proceed_btn a:hover {
    background-color: #0068b8;
    color: #fff;
    border: 2px solid #00518f;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .proceed_btn a:active {
    background-color: #d8ecfd;
    color: #222222;
    box-shadow: none;
    border: 2px solid #222;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .proceed_btn a:focus {
    background-color: #fff;
    color: #0074ff;
    box-shadow: 0 0 0 5px #7ac5fe;
    border: 2px solid #0074ff;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .next_but_compare {
    text-align: center;
    width: fit-content;
    margin: 0 auto;
}

.changes_card_btn_area {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.next_btn {
    background-image: none !important;
    background-color: #0074ff !important;
    padding-right: 45px;
    padding: 0;
    height: 50px;
    border-radius: 4px;
    width: 175px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    border: 2px solid transparent;
    line-height: 46px;
    color: #fff;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.next_btn:hover {
    background-color: #0068b8 !important;
    color: #fff;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.next_btn:active {
    background-color: #d8ecfd !important;
    color: #222222;
    box-shadow: none;
    border-color: #222;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.next_btn:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.next_btn:disabled {
    background: #ededed !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #ededed !important;
}

.ondeck_employeeportal_flow .new_ac_area {
    padding-bottom: 200px;
}

.ondeck_employeeportal_flow .ph_show {
    display: none;
}

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

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

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.back_btn {
    color: #0074ff;
    background-image: none !important;
    background-color: transparent !important;
    border: 2px solid #0074ff;
    border-radius: 4px;
    padding: 0;
    height: 50px;
    width: 175px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
}

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

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

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

.ondeck_employeeportal_flow .laurentian_chng_crd p {
    font-size: 20px;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_2 .fld_outr_new label {
    color: #222222;
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_2 .add_fld,
.ondeck_employeeportal_flow .laurentian_select_crd_step_2 .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: 'galano_grotesqueregular';
    background-color: #fff;
    position: relative;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_2 .fld_outr_new {
    margin: 0 0 30px;
}

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

.ondeck_employeeportal_flow .view_contact .edit_btn {
    position: absolute;
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    top: auto !important;
    bottom: -1px;
    text-decoration: none;
}

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

.ondeck_employeeportal_flow .contact_row .view_contact .edit_btn:hover {
    color: #000082;
    text-decoration: underline;
}


/* end 12.07.22 */


/* start 13.07.22 */

.bottom_limit_box .good-will-points {
    margin: 0px;
    padding: 0px;
    width: 345px;
    margin-bottom: 30px;
}

img.pin_desk_img.hov_mem {
    display: block;
}

.icn_btn_card .hov_mem {
    display: block;
}

.ondeck_employeeportal_flow .confirm_reqst_main {
    max-width: 560px;
    margin: 30px auto 0;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_3 .confirm_card_outer {
    border-radius: 4px;
    background-color: #f7f7f7;
    padding: 18px 22px;
    display: flex;
    align-items: center;
    margin-bottom: 35px;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_3 .confirm_card_img {
    width: 150px;
    float: left;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_3 .confirm_card_txt {
    padding-left: 40px;
    padding-top: 0;
    overflow: hidden;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_3 .confirm_card_txt h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    letter-spacing: 0;
    text-transform: inherit;
    margin-top: 0px;
}

.ondeck_employeeportal_flow .confirm_card_txt p {
    letter-spacing: 0px;
    font-family: 'galano_grotesqueregular';
}

.confirm_card_txt p,
p#CardFinalSteptext2 {
    font-size: 16px !important;
    font-family: 'galano_grotesqueregular';
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_3 .card_type_checkbox_holder {
    margin-bottom: 40px;
}

.ondeck_employeeportal_flow .dont_show_box {
    margin-top: 25px;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_3 .dont_show_box .agree_check {
    color: #222222;
    font-size: 16px;
    padding-top: 0;
    vertical-align: top;
    font-family: 'galano_grotesqueregular';
    line-height: 22px;
    padding-left: 35px;
    position: relative;
}

.ondeck_employeeportal_flow .laurentian_select_crd_step_3 .dont_show_box .checkmark {
    top: 5px;
    border-radius: 4px;
    height: 24px;
    width: 24px;
    position: absolute;
    background-color: transparent;
    border: 1px solid #a2a2a2;
    -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;
    left: 0;
}

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

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

.ondeck_employeeportal_flow .dont_show_box .agree_check input[type="checkbox"]:checked~.checkmark {
    background-color: #0074ff;
    border: 1px solid #0074ff;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .next_but_compare {
    text-align: center;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.next_btn,
.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.laurentianstep3next {
    background-image: none !important;
    background-color: #0074ff !important;
    padding-right: 45px;
    padding: 0;
    height: 50px;
    border-radius: 4px;
    width: 175px;
    font-size: 16px;
    font-family: 'galano_grotesquesemibold';
    border: 2px solid transparent;
    line-height: 46px;
    color: #fff;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.laurentianstep3next:disabled {
    background: #ededed !important;
    color: #767676 !important;
    opacity: 1;
    border: 2px solid #ededed !important;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.laurentianstep3next:hover {
    background-color: #0068b8 !important;
    color: #fff;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.laurentianstep3next:focus {
    background-color: #0074ff !important;
    color: #fff;
    box-shadow: 0 0 0 5px #7ac5fe;
    outline: 0;
}

.ondeck_employeeportal_flow .laurentian_chng_crd .global_btn.laurentianstep3next:active {
    background-color: #d8ecfd !important;
    color: #222222;
    box-shadow: none;
    border-color: #222;
}


/* start 13.07.22 */


/* start 01.08.22 */

.single_select_item .bootstrap-select>.btn {
    /* width: 194px; */
    height: 52px;
    font-size: 16px;
    color: #0074ff;
    border: 2px solid #0074ff;
    border-radius: 15px;
    padding: 6px 30px 6px 15px;
    font-family: 'galano_grotesquesemibold';
    background-color: #fff;
    transition: 0.3s ease;
}

.single_select_item .bootstrap-select>.btn .filter-option {
    height: 100%;
    padding-top: 0px;
    display: flex;
    align-items: center;
}

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

.sear_sear_clnt {
    align-items: center;
    margin-bottom: 20px;
}

.bootstrap-select>.btn:focus,
.single_select_item .bootstrap-select.open>.btn {
    border: 2px solid #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    background: #fff !important;
    outline: 0px !important;
}

.credit_table_row .credit_tbl_cell:first-child p {
    font-family: 'galano_grotesquesemibold';
}

.credit_table_row .credit_tbl_cell:last-child p {
    text-align: right;
}

.credit_table .credit_tbl_cell:last-child h6 {
    text-align: right;
}

.credit_table_row .credit_tbl_cell:first-child p {
    text-align: left;
}

.mentiony-container {
    border-radius: 15px;
}


/* end 01.08.22 */


/* start 02.08.22 */

.reviewapp_hold_full .hed_dels h2 {
    font-size: 36px;
    color: #2d2924;
    font-family: 'galano_grotesquesemibold';
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 45px;
    padding-bottom: 20px;
}

.review_info_holder h6 {
    font-size: 14px;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
    color: #0074ff;
}

.edit_form label {
    font-size: 12px;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
}

.edit_form .form-group .bootstrap-select>.btn.dropdown-toggle {
    border-radius: 15px;
    border: 1px solid #767676 !important;
    color: #222;
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}

.request_new_sec h2 {
    color: #0074ff;
    font-size: 36px;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 10px;
}

.request_new_sec p {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}

.request_new_sec .slider-horizontal .rng_value {
    border: 1px solid #767676;
    font-family: 'galano_grotesquesemibold';
    font-size: 36px;
    border-radius: 15px;
}

.request_new_sec .savebutton_alertpop {
    padding-top: 0px;
}

.request_new_sec .price_Range {
    margin-bottom: 0px;
}

.request_new_sec .request_new_sec_back {
    width: 180px;
    height: 52px;
    border-radius: 15px;
    border: solid 2px #0074ff;
    font-size: 16px;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
    background: transparent;
    margin-right: 10px;
}

.request_new_sec .request_new_sec_back:hover {
    border: solid 2px #000082;
    color: #000082;
}

.request_new_sec .request_new_sec_back:focus {
    border: solid 2px #0074ff;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.request_new_sec .request_new_sec_back:active {
    border: solid 2px #0074ff;
    color: #0074ff;
}

.request_new_sec .request_new_sec_next {
    width: 180px;
    height: 52px;
    border-radius: 15px;
    border: solid 2px #0074ff;
    font-size: 16px;
    color: #fff;
    font-family: 'galano_grotesquesemibold';
    background: #0074ff;
    margin-left: 10px;
}

.request_new_sec .request_new_sec_next:hover {
    border: solid 2px #000082;
    color: #fff;
    background: #000082;
}

.request_new_sec .request_new_sec_next:focus {
    border: solid 2px #0074ff;
    color: #fff;
    background: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
}

.request_new_sec .request_new_sec_next:active {
    border: solid 2px #0074ff;
    background: #0074ff;
    color: #0074ff;
}

.request_new_sec .global_head #shw_new_limit {
    margin: 15px 0px !important;
}

.request_new_sec .img_fig {
    margin-bottom: 40px;
}

.remove_sucss_mdl .global_head h2 {
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
}

.remove_sucss_mdl .global_head p {
    font-size: 16px;
    font-family: 'galano_grotesqueregular';
}

.remove_sucss_mdl .choose_reson_frm {
    margin-top: 30px;
}

.remove_sucss_mdl .choose_reson_frm textarea.form-control {
    height: 120px;
    border-radius: 15px;
}


/* end 02.08.22 */


/* start 05.08.22 */

.sear_sear_clnt h2 {
    color: #0074ff;
}

.accounts_part .text-center.btn_holder {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* end 05.08.22 */


/* start dashbord 09.08.22 */

.relative_section {
    position: relative;
}

.laurentian_flow .user_name_sec {
    padding-top: 25px;
    padding-bottom: 25px;
    background-color: #fff;
}

.laurentian_flow .left_usr_prt {
    justify-content: space-between;
}

.laurentian_flow .left_usr_prt {
    display: flex;
    align-items: center;
}

.laurentian_flow .user_full_bio {
    padding-left: 14px;
}

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

.laurentian_flow .user_name_sec h2 {
    font-size: 36px;
    line-height: 100%;
    color: #0074ff;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .cmpny_name_holder {
    margin-top: 5px;
    margin-left: 20px;
}

.laurentian_flow .cmpny_name_holder ul {
    display: flex;
    align-items: center;
}

.laurentian_flow .cmpny_name_holder ul li {
    text-transform: uppercase;
    font-size: 14px;
    color: #000;
    padding: 0 10px;
    padding-left: 10px;
    font-family: 'galano_grotesquesemibold';
    line-height: 100%;
}

.laurentian_flow .cmpny_name_holder ul li:first-child {
    padding-left: 0;
}

.laurentian_flow .cmpny_name_holder ul li:last-child {
    font-family: 'galano_grotesqueregular';
}

.laurentian_flow .cmpny_name_holder ul li+li {
    border-left: 1px solid #000;
}

.primary_user_part {
    background: #f3f6fa;
}

.laurentian_flow .credit_and_card_info_part {
    padding: 40px 0 55px;
}

.laurentian_flow .credit_info_holder {
    padding: 35px 30px 25px;
    background-color: #fff;
    border-radius: 15px;
    min-height: 388px;
    box-shadow: 0px 3px 5px #0000001a;
}

.laurentian_flow .top_limit_box {
    padding-bottom: 30px;
    border-bottom: 1px solid #a9a9a9;
}

.laurentian_flow .side-by-side {
    display: flex;
    align-items: center;
}

.laurentian_flow .amount_details_bx h5 {
    font-size: 14px;
    color: #2d2924;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'galano_grotesquesemibold';
    display: flex;
    align-items: center;
}

.laurentian_flow .side-by-side h5 {
    margin-right: 20px;
    margin-bottom: 0 !important;
}

.laurentian_flow .amount_details_bx h4 {
    font-size: 20px;
    color: #2d2924;
    font-family: 'galano_grotesquesemibold';
}

.dsbrd_prgress_holder {
    padding: 20px 0 15px;
}

.laurentian_flow .dsbrd_prgress_holder .progress {
    border: 1px solid #0074ff;
    border-radius: 15px;
    height: 30px;
    background-color: #fff;
    box-shadow: none;
    margin: 0;
}

.laurentian_flow .dsbrd_prgress_holder .progress-bar {
    background-color: #0074ff;
    box-shadow: none;
    border-radius: 15px;
}

.laurentian_flow .dsbrd_prgress_holder .progress-bar-striped-custom {
    background-image: linear-gradient(-45deg, #0074ff 25%, transparent 25%, transparent 50%, #0074ff 50%, #0074ff 75%, transparent 75%, transparent);
    background-size: 8px 8px;
    background-color: #fff;
}

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

.laurentian_flow .amount_details_bx h5 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .amount_details_bx h4 {
    font-size: 20px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .amount_details_bx.side-by-side h4 {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesqueregular';
}

.laurentian_flow .bottom_limit_box {
    padding: 25px 0 10px;
}

.laurentian_flow .balance_part_holder {
    display: flex;
    flex-wrap: wrap;
}

.laurentian_flow .balance_part_holder .amount_details_bx {
    margin-bottom: 20px;
    width: 50%;
}

.laurentian_flow .balance_part_holder .amount_details_bx h4 {
    font-size: 20px;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .info_crd_btn_holder .global_btn,
.laurentian_flow .mob_responsive_btn .global_btn {
    padding: 14px 25px;
    background: #fff;
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
    border: 2px solid #0074ff;
    font-size: 16px;
    border-radius: 15px;
    letter-spacing: 0;
}

.laurentian_flow .info_crd_btn_holder .global_btn:hover,
.laurentian_flow .mob_responsive_btn .global_btn:hover {
    color: #000082;
    background-color: transparent !important;
    border: 2px solid #000082;
}

.laurentian_flow .info_crd_btn_holder .global_btn:active,
.laurentian_flow .mob_responsive_btn .global_btn:active {
    box-shadow: none;
    background-color: #0074ff !important;
    color: #fff;
    border-color: #0074ff;
}

.laurentian_flow .info_crd_btn_holder .global_btn:focus,
.laurentian_flow .mob_responsive_btn .global_btn:focus {
    outline: 0;
    background-color: transparent !important;
    color: #0074ff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3) !important;
    outline: 0;
    border: 2px solid #0074ff;
}

.laurentian_flow .info_crd_btn_holder .make_btn,
.laurentian_flow .info_crd_btn_holder .global_btn {
    text-align: center;
}

.ondeckbiz_flow .make_btn {
    padding: 14px 25px;
    background: #0074ff;
    font-size: 16px;
}

.laurentian_flow .make_btn {
    background-color: #0074ff;
    border: 2px solid #0074ff;
    color: #fff;
    border-radius: 15px;
    font-family: 'galano_grotesquesemibold';
}

.info_crd_btn_holder a.make_btn {
    width: unset !important;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .make_btn:hover {
    background-color: #000082;
    color: #fff;
    border: 2px solid #000082;
}

.laurentian_flow .make_btn:active {
    background-color: #0074ff;
    color: #fff;
    border-color: #0074ff;
    box-shadow: none;
}

.laurentian_flow .make_btn:focus {
    background-color: #0074ff;
    color: #fff;
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    outline: 0;
}

.laurentian_flow .yourcard_top_part {
    margin-bottom: 35px;
}

.laurentian_flow .personal_card_box {
    padding: 30px 20px 30px 20px;
    background-color: #fff;
    border-radius: 15px;
    position: relative;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    cursor: pointer;
    border: 1px solid transparent;
}

.laurentian_flow .dot_locks {
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none;
    font-size: 0;
}

.laurentian_flow .dashboard_card_details_box {
    display: flex;
    align-items: center;
}

.laurentian_flow .dashboard_card_details_box .new_card_part {
    width: 140px;
    position: relative;
}

.laurentian_flow .new_card_part_details .crd_inner_info {
    bottom: 10px;
}

.laurentian_flow .crd_inner_info {
    position: absolute;
    right: 13px;
    text-align: right;
}

.laurentian_flow .dashboard_card_details_box .new_card_part_details .crd_inner_info h5 {
    font-size: 10px;
    color: #fff;
    margin-bottom: 2px;
    font-family: 'galano_grotesquesemibold';
}

.reward_me_card .reward_crd_info h6,
.reward_me_card .reward_crd_info h5,
.reward_me_card .reward_crd_info span {
    color: #0074ff !important;
}

.laurentian_flow .new_card_part_details .crd_inner_info h6 {
    font-size: 10px;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .dsbrd_card_dtls_rt {
    padding-left: 20px;
    width: 72%;
}

.laurentian_flow .side-by-side h5 {
    margin-right: 20px;
    margin-bottom: 0 !important;
}

.laurentian_flow .card_dtls_row+.card_dtls_row {
    margin-top: 20px;
}

.laurentian_flow .card_dtls_row {
    width: 100%;
    display: flex;
    align-items: center;
}

.mob_responsive_btn {
    display: none;
}

.laurentian_flow .employee_head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
    position: relative;
}

.laurentian_flow .employee_head .lft_emply {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 2;
}

.laurentian_flow .dashboard_info_parts h3 {
    color: #2d2924;
    font-size: 22px;
    font-family: 'galano_grotesquesemibold';
    margin-bottom: 10px;
}

.laurentian_flow .employee_head .lft_emply h3 {
    margin: 0 15px 0 0 !important;
}

.laurentian_flow .see_all_emply {
    font-family: 'galano_grotesquesemibold';
    font-size: 16px;
    color: #0074ff;
    text-decoration: underline;
}

.laurentian_flow .see_all_emply:hover {
    color: #000082;
}

.laurentian_flow .rt_srch {
    width: 76%;
    text-align: right;
    position: absolute;
    right: 0;
    top: -10px;
}

.laurentian_flow .employee_srch_box {
    position: relative;
}

.laurentian_flow .rt_srch input[type="search"] {
    width: 230px;
    border-radius: 15px;
    color: #767676;
    font-size: 14px;
    font-family: 'galano_grotesqueregular';
    border: 1px solid #767676;
    padding: 0 50px 0 15px;
    line-height: 36px;
    transition: all 0.1s ease-in;
    position: relative;
    z-index: 3;
}

.laurentian_flow .srch_icn_bx {
    width: 20px;
    background-image: url(../images/searcicon.png);
    background-position: center center;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 50%;
    height: 20px;
    z-index: 4;
    cursor: pointer;
    transform: translateY(-50%);
}

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

.laurentian_flow .yourcard_bottom_part {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -7px;
}

.laurentian_flow .outer_btm_crd {
    padding: 0 7px;
    width: 50%;
    margin-bottom: 14px;
}

.laurentian_flow .inner_btm_crd {
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 1px 3px rgb(0, 0, 0, 0.3);
    padding: 22px 18px;
    cursor: pointer;
    border: 1px solid transparent;
    display: grid;
    align-items: center;
}

.laurentian_flow .dot_locks {
    position: absolute;
    right: 20px;
    top: 15px;
    pointer-events: none;
    font-size: 0;
}

.laurentian_flow .dot_locks li {
    width: 17px;
    display: inline-block;
    margin: 0 2px;
    text-align: center;
}

.laurentian_flow .dot_locks li img {
    height: 15px;
}

.laurentian_flow .inner_btm_crd h5 {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .inner_btm_crd .dsbrd_prgress_holder {
    padding: 8px 0;
}

.laurentian_flow .dsbrd_prgress_holder .progress {
    border: 1px solid #0074ff;
    background-color: #fff;
    box-shadow: none;
    margin: 0;
}

.laurentian_flow .inner_btm_crd .dsbrd_prgress_holder .progress {
    border-radius: 7px;
    height: 14px;
}

.laurentian_flow .dsbrd_prgress_holder .progress-bar {
    background-color: #0074ff;
    box-shadow: none;
    border-radius: 15px;
}

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

.laurentian_flow .spent_amnt h6 {
    font-size: 14px;
    color: #000;
    text-transform: uppercase;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .spent_amnt span {
    font-size: 16px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
}

.laurentian_flow .inner_btm_crd.empty_state {
    min-height: 111px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

.laurentian_flow .inner_btm_crd.empty_state span {
    width: 24px;
}

.laurentian_flow .modal-content {
    border: 0 !important;
    box-shadow: 0 0 6px rgba(69, 69, 69, 0.5) !important;
    border-radius: 20px !important;
}

.laurentian_flow .setup_install .px40 {
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.laurentian_flow .modal-header {
    border-bottom: 1px solid #d9d9d9;
}

.new_dg_modal .modal-header {
    padding-top: 20px;
    padding-bottom: 20px;
}

.laurentian_flow .new_dg_modal .modal-title {
    font-family: 'galano_grotesquesemibold';
    color: #000;
    font-size: 20px;
    margin: 0;
}

.laurentian_flow .credit_lmt_chart_part {
    padding: 25px 20px 0;
}

.laurentian_flow .credit_lmt_chart_part_inner {
    border-bottom: 1px solid #a9a9a9;
    padding-bottom: 20px;
}

.laurentian_flow .side-by-side {
    display: flex;
    align-items: center;
}

.laurentian_flow .multiclr_barchart {
    padding-top: 20px;
}

.laurentian_flow .multiclr_barchart .progress {
    border: 1px solid #0074ff;
    border-radius: 14.5px;
    height: 29px;
    overflow: hidden;
    background-color: #fff;
    box-shadow: none;
    width: 99.9%;
}

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

.laurentian_flow .card_function_cntrl {
    display: flex;
    align-items: center;
    padding: 20px 20px 30px;
}

.laurentian_flow .left_total_function {
    display: flex;
    width: 70%;
}

.laurentian_flow .left_total_function a {
    background-color: #0074ff;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #0074ff;
    border-radius: 15px;
    padding: 0 12px;
    font-family: 'galano_grotesquesemibold';
    font-size: 13px;
    height: 52px;
    width: 151px;
}

.laurentian_flow .left_total_function a.active {
    color: #0074ff;
    background-color: #fff;
}

.laurentian_flow .left_total_function .lock_onln {
    width: 151px;
}

.laurentian_flow .left_total_function a+a {
    margin-left: 10px;
}

.laurentian_flow .lock_card.active span {
    background-image: url(../images/lock_crd.png);
    background-size: 20px 20px;
}

.laurentian_flow .lock_onln.active span {
    background-image: url(../images/lock_online.png);
    background-size: 20px auto;
}

.laurentian_flow .lock_frgn.active span {
    background-image: url(../images/lock_foreign.png);
    background-size: 20px 20px;
}

.laurentian_flow .lock_card span {
    background-image: url(../images/crd_lock_off.png);
    background-size: 20px 20px;
}

.laurentian_flow .lock_onln span {
    background-image: url(../images/lock_online_off.png);
    background-size: 20px 20px;
}

.laurentian_flow .lock_frgn span {
    background-image: url(../images/lock_foreign_off.png);
    background-size: 20px 20px;
}

.laurentian_flow .left_total_function a span {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.laurentian_flow .rght_purchase_notification {
    width: 34%;
    display: flex;
    justify-content: flex-end;
}

.laurentian_flow .rght_purchase_notification .on_of_label label {
    color: #000;
    font-size: 16px;
    margin-right: 0;
    font-family: 'galano_grotesquesemibold';
    max-width: 115px;
}

.on_of_label .onoff_area {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
}

.laurentian_flow .rght_purchase_notification .on_of_label .on,
.on_of_label .off {
    margin-right: 5px;
    font-size: 14px;
    color: #000;
    font-family: 'galano_grotesquesemibold';
    text-transform: uppercase;
    width: 25px;
}

.laurentian_flow .rght_purchase_notification .on_of_label label {
    color: #000;
    font-size: 16px;
    margin-right: 0;
    font-family: 'galano_grotesquesemibold';
    max-width: 130px;
}

input:checked+.slider_switch {
    background-color: #0074ff;
}

.laurentian_flow .card_dtls_copy_part {
    padding: 0 20px 15px;
}

.laurentian_flow .card_dtls_copy_part .nwcrd_frm_blck {
    margin-bottom: 15px;
}

.laurentian_flow .nwcrd_frm_blck label {
    letter-spacing: 0;
    font-family: 'galano_grotesquesemibold';
    font-size: 12px;
}

.nwcrd_frm_inpt {
    width: 100%;
    height: 60px;
    line-height: 56px;
    border: 1px solid #767676;
    border-radius: 15px;
    overflow: hidden;
    font-size: 16px;
    color: #000;
    padding: 0 60px 0 20px;
    transition: 0.3s ease-in-out;
}

.laurentian_flow .nwcrd_frm_inpt {
    font-family: 'galano_grotesqueregular';
}

.nwcrd_frm_inpt:focus {
    box-shadow: 0 0 0 5px rgba(131, 238, 206, 0.3);
    border: 2px solid #0074ff;
}

.nwcrd_cpy a:hover svg {
    fill: #0074ff;
}

.nwcrd_frm_blck_input .copy_text {
    font-family: 'galano_grotesqueregular' !important;
}

.nwcrd_frm_blck_input .copy_text {
    color: #0074ff;
}

.nwcrd_frm_blck_input .copy_text::after {
    font-family: 'galano_grotesqueregular';
    color: #0074ff;
    background-color: #0074ff;
}

.add_memo_mdl .laurentian_add_member {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}


/* end dashbord 09.08.22 */


/* start 10.08.22 */

.sear_sear_clnt .spend_head_bottom {
    width: 194px;
}

footer.footer_wrap img {
    display: none;
}

.remove_sucss_mdl .laurentian_add_member {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* end 10.08.22 */


/* start 11.08.22 */

.ondeck_employeeportal_flow .lbc_inp_srch_hold input {
    line-height: 46px;
    border-radius: 0;
    border: 2px solid #767676;
    font-size: 12px;
    font-family: 'galano_grotesqueregular';
    color: #000;
    border-radius: 15px;
    height: 50px;
    padding-left: 20px;
}

.ondeck_employeeportal_flow .lbc_inp_srch_hold {
    width: 270px;
    position: relative;
}

.ondeck_employeeportal_flow .srch_new {
    width: 45px;
    background-color: transparent;
    background-image: url(../images/ondeck/searcicon.png?v=1.1);
    height: 50px;
    border-radius: 0 25px 25px 0;
    right: 10px;
    position: absolute;
    top: 0;
    bottom: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    cursor: pointer;
}

.ondeck_employeeportal_flow .cl_searchtop_name_sec {
    border-bottom: 2px solid #dedede;
}

.ondeck_employeeportal_flow .cl_searchtop_name_sec .memo_action_head {
    padding: 0px;
}

.ondeck_employeeportal_flow .cl_searchtop_name_sec .name_hold h2 {
    margin-bottom: 0px;
}


/* end 11.08.22 */

#newTravelladdconfirmAlertmodal .savebutton_alertpop {
    padding-top: 0px;
}

#newTravelleditconfirmAlertmodal .savebutton_alertpop {
    padding-top: 0px;
}

.ondeckbiz_flow .accout_area_newContact .repeat_wrap .no_cell_new a img {
    width: 32px;
    height: 32px;
    fill: #0074ff;
    margin-right: 11px;
}

.ondeckbiz_flow .accout_area .email_fld a img {
    width: 32px;
    fill: #0074ff;
    margin-right: 11px;
}

.btn {
    border-radius: 15px !important;
}

.ondeckbiz_flow .amount_details_bx .new_top_tooltip {
    top: 0px;
}

.reprient_btn_area .solid_btn {
    max-width: fit-content;
}


/* start 16.08.22 */

.ondeck_employeeportal_flow .price_Range .pg_invalid_card {
    width: fit-content;
    margin: 0 auto;
    top: -20px;
}

.invalid_card.pg_invalid_card img {
    display: none;
}

.setuppaying_top a {
    font-family: 'galano_grotesquesemibold';
    color: #0074ff;
}

.setuppaying_top a:hover {
    color: #000082;
}


/* end 16.08.22 */


/* 17.08.22 kd */

.search_reasut_user_dtls .applicant_details {
    width: 20%;
}

.reviewapp_hold_full .hed_dels h2 {
    border-bottom: 3px solid #d9d9d9;
}


/* start 18.08.22 */

.laurentian_prof_img_initial {
    font-size: 36px;
    padding: 0;
    display: block;
    line-height: 100px;
    text-align: center;
    width: 100%;
    height: 100%;
    background-color: #0074ff;
    color: #fff;
    font-family: 'galano_grotesqueregular';
}

#close_account_modal_2nd.modal {
    overflow: auto;
}

h4.mrgnrt31 {
    margin-right: 20px;
}

.reprint_step1 .reprient_btn_area a {
    margin: 0 auto;
}


/* end 18.08.22 */


/* 24.08.22 starts */

.memo_partfull.hasMemo .memo_rt_block#memoDetailsHolder .rply_btn_hold {
    display: flex;
    gap: 0 10px;
}

.memo_partfull.hasMemo .memo_rt_block#memoDetailsHolder .rply_btn_hold .solid_btn.post_btn,
.memo_partfull.hasMemo .memo_rt_block#memoDetailsHolder .rply_btn_hold .solid_btn.resolveMemo {
    min-width: unset;
}

.memo_partfull.hasMemo .memo_rt_block#memoDetailsHolder .rply_btn_hold .solid_btn.resolveMemo {
    order: 1;
    height: 40px;
    border-radius: 40px;
    text-transform: uppercase !important;
    font-size: 12px;
}

.memo_partfull.hasMemo .memo_rt_block#memoDetailsHolder .rply_btn_hold .solid_btn.post_btn {
    order: 3;
    margin-left: auto;
    min-width: 130px;
    height: 60px;
}

.memo_partfull.hasMemo .memo_rt_block#memoDetailsHolder .rply_btn_hold .border-btn#markAsUnread {
    min-width: unset;
    width: 170px;
    order: 2;
    line-height: unset;
    height: 40px;
    border-radius: 40px;
    text-transform: uppercase !important;
    font-size: 12px;
}

.crd_inner_info {
    position: absolute;
    bottom: 10px;
    z-index: 25;
    right: 20px;
    display: flex;
    flex-direction: column-reverse;
}

.crd_inner_info h5,
.crd_inner_info h6 {
    color: #0074ff;
    margin-bottom: 0;
    text-transform: capitalize;
}

.crd_inner_info h6 {
    font-family: 'galano_grotesquesemibold';
    font-size: 14px;
}

.crd_inner_info h5 {
    font-size: 12px;
}


/* 24.08.22 ends */

/* 27.08.22 starts */
.reprint_step2 .reprint_innr .reprient_btn_area input.solid_btn {
    margin: 0 auto;
}

/* 27.08.22 ends */