/*=====Reset CSS======*/
article,
aside,
canvas,
figure,
figcaption,
footer,
header,
nav,
section,
audio,
video,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
label {
  margin: 0;
  padding: 0;
  border: 0;
}
a,
button,
input,
input[type="buttton"],
input[type="submit"],
select,
.btn,
textarea {
  transition: all 300ms ease-in-out;
  text-decoration: none;
  font-style: normal;
}
a:focus,
button:focus,
input[type="buttton"]:focus,
input[type="submit"]:focus,
select:focus,
.btn:focus,
textarea:focus,
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
  box-shadow: none !important;
}
img {
  max-width: 100%;
  height: auto;
}
a,
label {
  display: inline-block;
  vertical-align: middle;
  vertical-align: 0;
}
figure {
  transition: all ease 0.4s;
  margin: 0;
  font-size: 0;
  line-height: 100%;
}
figure,
img {
  max-width: 100%;
}
ul,
ol {
  list-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.svg_container {
  display: none;
}
.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
  width: 100%;
}
a:hover {
  text-decoration: none;
  color: var(--color_three);
}
/* reset css end */

:root {
  --color_one: #0097a9;
  --color_two: #2d2924;
  --color_three: #003b5c;
  --color_four: #f2f3f1;
  --color_white: #fff;
  --color_greay: #767676;
  --color_border:#d9d9d9;
  --invalid_card: #fc0000;
  --light_greay: #f7f7f7;
}
/* start btn global */
.border_btn_new{
    font-size: 16px;
    line-height: 22px;
    font-family: 'CircularStd-Bold';
    border-radius: 5px;
    border: 2px solid var(--color_three);
    color: var(--color_three);
    background-color: var(--color_white);
    border-radius: 5px;
    height: 50px;
    display: inline-flex;
    align-items: center;   
    justify-content: center;
}
.border_btn_new:hover{
    color: var(--color_white);
    background: var(--color_three);
    opacity: 1;
}
.border_btn_new:focus{
    box-shadow: 0px 0 5px 5px rgba(101, 200, 206, 0.2);
}
.border_btn_new_w{
    min-width: 175px;
    max-width: 175px;
}   
.without_bg{
    color: var(--color_greay);
    font-size: 16px;
    font-family: 'CircularStd-Bold';
    background: transparent;
    text-decoration: none;
    border: 0px;
    border-radius: 5px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 175px;
    max-width: 175px;
}  
.without_bg:hover{
    color: var(--color_three);
}
.goToPrevious{
    min-width: 270px;
}
/* end btn global */

body {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

/* start after login headar */
.branchportal_header {
    background-color: var(--color_one);
    padding: 14px 0;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 20%);
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 99;
}
.branch_header_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.branchportal_header .branch_header_inner .logo {
    max-width: 120px;
}
.brnch_menu_select {
    max-width: 300px;
    text-align: right;
}
.brnch_menu_select .dropdown-toggle {
    font-size: 16px;
    color: var(--color_white);
    font-family: 'CircularStd-Book';
    display: inline-flex;
    align-items: center;
}
.brnch_menu_select .dropdown-toggle span.caret {
    width: 9px;
    height: 6px;
    background-size: contain;
    filter: brightness(0) invert(1);
    margin-left: 10px;
    background: url(../images/icon_caret-down-black.svg) right center no-repeat;
    vertical-align: middle;
    display: inline-block;
}
.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: var(--color_white);
    margin-top: 8px;
    border: 0;
    width: 260px;
    transform: none !important;
}
.brnch_menu_select .dropdown-menu li {
    padding: 0 20px;
}
.brnch_menu_select .dropdown-submenu .droptest {
    padding: 14px 10px 14px 0;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
}
.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;
}
.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 var(--color_border);
    margin-top: 10px;
}
.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;
}
.brnch_menu_select .dropdown-menu .dropdown-submenu .dropdown-menu li {
    padding: 17px 0;
    margin: 0;
}
.brnch_menu_select .dropdown-menu .dropdown-submenu .dropdown-menu a {
    font-size: 16px;
    color: var(--color_two);
    font-family: "CircularStd-Book";
}
.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;
}
.caret_rotate .caret {
    transform: rotate(180deg);
}
.logout_btn_w {
    min-width: 214px;
    max-width: 214px;
}
/* end after login headar */

/* start after login footer */
footer.branch_portal_footer {
    background-color:var(--color_four);
    padding: 38px 0;
    margin-top: auto;
}
footer.branch_portal_footer p {
    color: var(--color_two);
    font-family: "CircularStd-Book";
    font-size: 12px;
    margin: 0;
    padding: 0;
}
/* end after login footer */

/* start branch_login */
.branch_login {
    padding: 160px 0px;
    margin-top: 67px;
}
.branch_login .accounts_main_holder {
    border-radius: 8px;
    background-color: var(--color_four);
    display: flex;
    align-items: center;
    padding: 25px 0;
}
.accounts_part {
    width: 50%;
    padding: 60px;
    text-align: center;
}
.branch_login .accounts_main_holder .ac_part_head h2 {
    font-size: 24px;
    line-height: 30px;
    font-family: 'CircularStd-Bold';
    margin-bottom: 20px;
    color: var(--color_two);
}
.branch_login .accounts_main_holder .ac_part_head p {
    font-size: 16px;
    line-height: 22px;
    color: var(--color_two);
    font-family: "CircularStd-Book";
    margin-bottom: 50px;
}
.accounts_part+.accounts_part {
    border-left: 1px solid var(--color_border);
}
button[disabled], html input[disabled] {
  background: #E2E2E2 !important;
  color: var(--color_greay);
  opacity: 1;
  border: 2px solid #E2E2E2 !important;
  cursor: not-allowed;
}
/* end branch_login */

/* start cwb_apply_sec */
.cwb_apply_sec {
    padding: 40px 0;
    display: block;
    margin-top: 69px;
}
.prev_pg {
    color: var(--color_two);
    font-size: 20px;
    font-family: 'CircularStd-Bold';
    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;
    margin-bottom: 25px;
}
.prev_pg:hover {
    color: var(--color_two);
}
/* end cwb_apply_sec */

/* start branch_prsnl */
.branch_prsnl {
    padding-bottom: 160px;
    padding-top: 25px;
    display: block;
}
.personal_account_full {
    padding: 0 80px;
}
.branch_prsnl .branch_header_global h1 {
    color: var(--color_one);
    font-size: 36px;
    line-height: 46px;
    font-family: 'CircularStd-Bold';
    margin-bottom: 70px;
    text-align: center;
    margin-top: 0;
}
.personal_account_full .onboard_hold .row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.branch_prsnl .inner_personal_box, .branch_prsnl .inner_personal_box:focus {
    padding: 50px 10px 55px;
    box-shadow: 0 1px 3px 0 rgba(69, 69, 69, 0.3);
    display: block;
    text-align: center;
    margin-bottom: 20px;
    border-radius: 4px;
}
.icn_hold {
    width: 70px;
    display: inline-block;
    margin-bottom: 20px;
}
.branch_prsnl .inner_personal_box h2 {
    font-family: 'CircularStd-Bold';
    color: var(--color_two);
    font-size: 24px;
    margin-bottom: 10px;
}
.branch_prsnl .inner_personal_box p {
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    font-size: 14px;
}
.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);
    flex-direction: column;
}
.loader_pg .loader_img {
    margin: 0 auto;
    max-width: 80px;
}
/* end branch_prsnl */

/* start search_clients */
.search_clients {
    padding: 25px 0 160px;
    margin-top: 69px;
}
.search_clients_box {
    max-width: 560px;
    margin: 0 auto;
}
.search_clients_box .global_head {
    margin-bottom: 33px;
}
.search_clients_box .global_head h2 {
    color: var(--color_one);
    font-size: 36px;
    line-height: 42px;
    font-family: 'CircularStd-Bold';
    margin-bottom: 12px;
}
.search_clients_box .global_head p {
    color: var(--color_two);
    font-size: 20px;
    font-family: 'CircularStd-Book';
    line-height: 26px;
    padding-bottom: 20px;
}
.form-group {
    margin-bottom: 18px;
}
.form-group label {
    color: var(--color_two);
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    font-family: 'CircularStd-Bold';
    display: inline-block;
    margin-bottom: 8px;
}
.form-group .form-control {
    font-family: 'CircularStd-Book';
    color: var(--color_two);
    font-size: 16px;
    line-height: 22px;
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: 2px solid var(--color_greay);
    box-shadow: none;
}
.form-group .bootstrap-select>.btn.dropdown-toggle {
    border-radius: 0;
    border: 1px solid transparent;
    border-bottom: 2px solid var(--color_greay);
    box-shadow: none;
    min-height: auto;
    height: 60px;
    line-height: 45px;
    font-size: 16px;
    background-color: transparent;
    outline: 0;
}
.form-group .form-control{
    min-height: 60px;
    height: auto;
}
.form-group .form-control::placeholder {
    color: var(--color_greay);
}
.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;
}
/* end search_clients */

/* start searchtop_name_sec */
.searchtop_name_sec {
    padding: 25px 0 0px;
    margin-top: 69px;
}
.faild_credit_sec {
    padding: 60px 0px 160px;
    position: relative;
}
.name_hold h2 {
    color: var(--color_one);
    font-family: 'CircularStd-Bold';
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 0;
}
.credit_table_head {
    display: flex;
    border-bottom: 1px solid var(--color_border);
    justify-content: space-between;
    padding: 0px 10px 12px;
}
.credit_table_head .credit_tbl_cell {
    flex: 1;
}
.credit_table_head .credit_tbl_cell:last-child {
    text-align: right;
    flex: 0 0 10%;
}
.credit_table_head .credit_tbl_cell h6 {
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}
.credit_table_row .credit_tbl_cell {
    padding: 24px 0;
    flex: 1;
}
.credit_table_row .credit_tbl_cell:last-child {
    text-align: right;
    flex: 0 0 10%;
}
.credit_table_row {
    display: flex;
    cursor: pointer;
    justify-content: space-between;
    padding: 0px 10px;
}
.credit_table_row .credit_tbl_cell p {
    font-size: 14px;
    line-height: 20px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
}
.faild_credit_sec .cwb_pagination {
    padding: 10px 0 30px;
    text-align: center;
}
.cwb_pagination .pagination {
    justify-content: center;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}
.cwb_pagination .page-item.active .page-link {
    border: 0;
    padding: 0;
    background-color: var(--color_one);
    border-radius: 50%;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    color: var(--color_white);
}
.cwb_pagination .page-link {
    border: 0;
    padding: 0;
    text-align: center;
    width: 26px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    color: var(--color_two);
    border-radius: 50% !important;
    background-color: transparent;
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.credit_table_row:hover {
    box-shadow: inset 0px 0px 0px 1px var(--color_greay);
    background: #d8ecfd;
}
.cwb_pagination .page-item .page-link {
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    font-size: 14px;
}
.pagination li.active a, .cwb_pagination .page-item .page-link:hover {
    background: var(--color_one);
    color: var(--color_white) !important;
}
.searchtop_name_sec .nav_page {
    margin-top: 20px;
}
.searchtop_name_sec .nav_page ul {
    display: flex;
    align-items: center;
    gap: 20px;
}
.searchtop_name_sec .nav_page ul li {
    flex: 0 0 150px;
}
.searchtop_name_sec .nav_page ul li a {
    font-family: 'CircularStd-Bold';
    font-size: 14px;
    color: var(--color_two);
    border-bottom: 2px solid transparent;
    text-transform: uppercase;
    padding: 15px 0px;
    display: block;
    text-align: center;
}
.searchtop_name_sec .nav_page ul li.active a, .searchtop_name_sec .nav_page ul li a:hover {
    color: var(--color_one);
    border-bottom: 2px solid #84754e;
}
.correspondence_pg {
    box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%);
    padding-bottom: 160px;
}
.top_all_btn_area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 30px 0;
}
.top_all_btn_area .days_part {
    min-width: 155px;
}
.bootstrap-select .dropdown-toggle .filter-option-inner {
    color: var(--color_greay);
    font-family: 'CircularStd-Book';
    font-size: 16px;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-menu.show {
    max-height: unset !important;
    padding-bottom: 15px;
    min-height: auto !important;
}
.dropdown-menu {
    padding: 0 10px;
    border-radius: 10px;
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    bottom: auto !important;
}
.cwb_branchportal_flow .form-group .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    border-bottom: 1px solid var(--color_border);
    padding: 12px 10px;
}
.form-group .bootstrap-select .dropdown-menu li.selected a {
    color: var(--color_one);
    border-color: var(--color_one);
    font-family: 'CircularStd-Bold';
    background: transparent;
}
.new_crospond_itm {
    border-radius: 0;
    border: 1px solid transparent;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}
.correspondence_row {
    padding: 22px 98px 22px 50px;
    position: relative;
    display: flex;
    align-items: center;
}
.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%);
}
[type="checkbox"]:checked, [type="checkbox"]:not(:checked) {
    display: none;
    margin: 4px 0 0;
    line-height: normal;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
}
.custom_chk input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
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;
}
.check_mrk {
    position: absolute;
    top: 0;
    left: 0;
    height: 24px;
    width: 24px;
    background-color: var(--color_white);
    border: 1px solid var(--color_border);
    border-radius: 4px;
}
.custom_chk input:checked~.check_mrk {
    background-color: var(--color_one);
    border-color: var(--color_one);
}
.custom_chk .check_mrk:after {
    left: 9px;
    top: 5px;
    width: 5px;
    height: 10px;
    border: solid var(--color_white);
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
    position: absolute;
    display: none;
}
.custom_chk input:checked~.check_mrk:after {
    display: block;
}
.correspondence_row p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
    color: var(--color_two);
    transition: all 0.3s ease-in-out;
}
.correspondence_date_time {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    color: var(--color_two);
}
.hover_btn_area {
    display: none;
    align-items: center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-color: var(--color_white);
    padding-right: 15px;
    transition: all 0.3s ease-in-out;
}
.new_crospond_itm:hover .hover_btn_area {
    display: flex;
    background: transparent;
    gap: 10px;
}
.new_crospond_itm:hover .correspondence_row p {
    width: 70%;
}
.new_crospond_itm:hover {
    border-radius: 4px;
    border-color: #706f73;
    background: #d8ecfd;
}
.list_bg_color {
    background-color: var(--light_greay);
}
.hover_btn_area .border_btn_new {
    padding: 0px 20px;
}
.hover_btn_area .without_bg {
    padding: 12px 20px;
    border-radius: 5px;
    background: var(--color_white);
}
/* end searchtop_name_sec */

/* start correspondence_pg_details */
.correspondence_pg_details {
    padding: 40px 0 160px;
}
.searchtop_name_sec .name_hold h2 {
    color: var(--color_two);
}
.name_hold {
    align-items: flex-start;
    width: 100%;
    justify-content: space-between;
}
.correspondence_details_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}
.correspondence_details_head h2 {
    font-size: 26px;
    color: var(--color_two);
    margin: 0;
    font-family: 'CircularStd-Bold';
}
.date_correspondence_details {
    font-size: 16px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
}
.credit_limit_increase_hold {
    padding: 45px;
    background-color: var(--light_greay);
}
.credit_limit_increase_hold_inner {
    max-width: 660px;
    margin: 0 auto;
}
.credit_limit_increase_hold .credit_limit_increase_hold_inner iframe {
    width: 100% !important;
}
.modal.show .modal-dialog {
    transform: none;
    display: flex;
    align-items: center;
}
.modal-backdrop{
   background-color: var(--color_white);
}
.modal {
    backdrop-filter: blur(5px);
}
.modal .modal-title {
    font-size: 20px;
    line-height: 26px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
}
.modal-header {
    padding: 20px;
    border-bottom: 1px solid var(--color_border);
}
.cwb_branchportal_flow .modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-header .close {
   background-image: url(../images/close.png);
    background-position: center;
    background-size: cover;
    margin-top: 0;
    font-size: 0;
    width: 24px;
    height: 24px;
    padding: 0;
    opacity: 1;
    margin: 0;
    z-index: 5;
    position: relative;
    border-radius: 14px;
    border: 0px;
}
.remove_sucss_mdl .modal-body {
    padding: 35px 50px 0;
}
.remove_mdl h2 {
    font-size: 24px;
    color: var(--color_one);
    font-family: 'CircularStd-Bold';
    margin-bottom: 15px;
}
.remove_mdl p {
    font-size: 16px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    margin-bottom: 0;
}
.remove_sucss_mdl .modal-footer {
    padding: 30px 0 40px;
    border: 0px;
    justify-content: center;
}
.canadian_add_member {
    text-align: center;
}
.remove_mdl figure {
    width: 60px;
    margin: 0 auto 20px;
}
/* end correspondence_pg_details */

/* start search_reasut_user_dtls */
.search_reasut_user_dtls {
    background-color: var(--color_four);
    padding: 55px 0;
    box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%);
}
.applicant_inner {
    justify-content: space-between;
}
.applicant_details {
    display: flex;
    align-items: center;
}
.search_reasut_user_dtls .applicant_details figure {
    font-family: 'CircularStd-Book';
    font-size: 21px;
    line-height: 28px;
    color: var(--color_white);
    background-color: var(--color_one);
}
.applicant_details figure {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-color: var(--color_one);
    display: flex;
    align-items: center;
    justify-content: center;
}
.appname_dtls {
    padding-left: 20px;
}
.search_reasut_user_dtls .app_dtls label {
    font-family: 'CircularStd-Book';
    font-size: 14px;
    line-height: 20px;
    color: var(--color_two);
    margin-bottom: 5px;
    white-space: nowrap;
}
.search_reasut_user_dtls .app_dtls h5 {
    font-family: 'CircularStd-Bold';
    font-size: 18px;
    line-height: normal;
    color: var(--color_two);
}
.app_dtls h5 span {
    display: inline-block;
    margin-left: 6px;
    width: 20px;
    vertical-align: top;
    margin-top: 0;
}
.search_list_sec {
    padding: 50px 0 160px;
}
.search_accordian_hold .card {
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    background-color: var(--color_white);
    padding: 30px;
}
.search_accordian_hold .card .card-body {
    padding: 0px;
}
.search_accordian_hold .card-header {
    padding: 0px;
    margin-bottom: 0px;
    background-color: var(--color_white);
    border-bottom: 0;
}
.search_accordian_hold .card-header:first-child {
    border-radius: 4px;
}
.search_accordian_hold .card-header .btn {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    background: url(../images/icon_caret-down-black.svg) right center no-repeat;
    background-size: 14px;
}
.search_accordian_hold .card-header .btn-link {
    padding: 0px;
    font-family: 'CircularStd-Bold';
    font-size: 20px;
    color: var(--color_two);
}
.search_accordian_hold .card-header .btn-link .date_accord {
    font-family: 'CircularStd-Book';
    font-size: 16px;
    padding-right: 25px;
}
.accord_inner_dtls {
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.applied_bx {
    display: flex;
    align-items: start;
    justify-content: space-between;
    flex-basis: 50%;
}
.search_accordian_hold .card-body .app_dtls label {
    font-family: 'CircularStd-Book';
    font-size: 14px;
    line-height: 20px;
    color: var(--color_two);
    margin-bottom: 5px;
}
.search_accordian_hold .card-body .app_dtls h5 {
    font-family: 'CircularStd-Book';
    font-size: 20px;
    line-height: normal;
    color: var(--color_two);
    margin: 0px;
}
/* end search_reasut_user_dtls */

/* start topnew_progress-bar */
.topnew_progress-bar {
    position: relative;
    width: 100%;
    margin-top: 67px;
}
.topnew_progress-bar .progress {
    height: 10px;
    background-color: var(--light_greay);
}
.topnew_progress-bar .progress .progress-bar {
    background-color: #fdb812;
}
/* end topnew_progress-bar */

/* start business_application_first_prt */
.business_application_first_prt {
    padding-top: 60px;
    padding-bottom: 160px;
}
.business_application_first_prt .global_head h2 {
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    margin-bottom: 20px;
    font-size: 36px;
}
.business_application_first_prt .global_head p {
    font-size: 20px;
    line-height: 26px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    padding-bottom: 20px;
}
.buiness_account_head {
    max-width: 560px;
    margin: 0 auto;
}
#standard_application_div .block-two.clearfix {
    max-width: 520px;
    margin: 40px auto 30px auto;
}
.business_application_fourth_prt .legal_form .dropdown-menu.show {
    min-height: 221px !important;
}
.business_application_fourth_prt .legal_form .dropdown-menu.show {
    min-height: 221px !important;
}
.form-group .bootstrap-select .dropdown-menu li a {
    font-size: 14px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    border-bottom: 1px solid rgba(0, 0, 0, 0.3) !important;
    padding: 12px 10px;
}
.bootstrap-select .dropdown-menu li a:hover {
    background: #d8ecfd;
}
.business_application_fourth_prt {
    width: 100%;
    padding: 60px 0px 160px;
}
.business_application_fourth_prt .block-two {
    max-width: 520px;
    margin: 40px auto 30px auto;
}
/* end business_application_first_prt */

/* start cwb_application_forminner */
.cwb_application_forminner {
    padding: 120px 0px;
}
.global_head h2 {
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    margin-bottom: 20px;
    font-size: 36px;
}
.cwb_application_forminner .global_head p {
    font-size: 18px;
    line-height: 26px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    padding-bottom: 0px;
}
.cwb_application_forminner .canadian_card_main {
    display: flex;
    flex-wrap: wrap;
    max-width: 100%;
    margin: 50px auto 0 auto;
    justify-content: center;
}
.cwb_application_forminner .canadiancard {
    width: 100%;
    padding: 0px 5px;
    flex: 0 0 25%;
}
.card_bx {
    border-radius: 4px;
    box-shadow: 0 0 5px 0 rgb(69 69 69 / 30%);
    padding: 20px 26px 30px;
    cursor: pointer;
    border: 3px solid transparent;
    margin-bottom: 30px;
    background-color: var(--color_white);
    position: relative;
}
.card_bx:hover {
    border: 3px solid #706f73;
    background-color: #d8ecfd;
}
.inner_canadian_card.active .card_bx {
    border: 3px solid #706f73;
    background-color: #d8ecfd;
}
.card_bx h2 {
    text-align: center;
    font-size: 20px;
    margin-bottom: 15px;
    color: var(--color_one);
    font-family: 'CircularStd-Book';
    line-height: 26px;
}
.inner_canadian_card h4 {
    font-size: 16px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    text-align: center;
    margin-bottom: 15px;
    line-height: 26px;
}
.card_part {
    margin-bottom: 60px;
}
.compare_card_modal {
    width: 100%;
    max-width: 792px;
}
#compare_popup .modal-body {
    padding-bottom: 0;
}
.newSuccess .custom_alert .modal-body {
    padding: 0px;
}
#compare_popup .compare_container {
    height: unset;
    overflow: unset;
    overflow-y: unset;
    margin-top: 0px;
}
.compare_table.desktop_table tbody tr td.full_width_td {
    background-color: #ecf7f9;
    padding: 14px 0;
}
.compare_table.desktop_table tbody tr td.full_width_td span.table_data {
    font-size: 16px;
    line-height: 22px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
}
.compare_table.desktop_table tbody tr td:not(.full_width_td) {
    background-color: transparent !important;
    padding: 17px 0 18px;
    border-right: 1px solid #dddcdd;
}
.compare_table.desktop_table tbody tr td span {
    font-size: 12px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    display: block;
}
.compare_table th, .compare_table td {
    width: 25%;
    vertical-align: middle;
    text-align: center;
}
.mobile_table {
    display: none !important;
}
#compare_popup .modal-dialog {
    display: block !important;
}
.compare_table .card_box_img {
    max-width: 150px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 15px;
}
.compare_table thead tr th.card_box {
    background-color: transparent !important;
    border-right: 1px solid #dddcdd;
    padding: 35px 0 22px;
}
.compare_table.desktop_table h5 {
    color: var(--color_one);
    font-size: 16px;
    line-height: 22px;
    font-family: 'CircularStd-Bold';
    margin: 0;
    text-transform: capitalize;
    letter-spacing: 0;
}
.cwbbiz_flow .newSuccess .modal-header {
    padding: 18px 20px 13px !important;
    border-bottom: 1px solid var(--color_border);
}
.compare_table.desktop_table {
    width: 100%;
}
.compare_table.desktop_table tbody tr td:not(.full_width_td):last-child {
    border-right: none;
}
.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;
}
#compare_popup .modal-dialog .modal-content {
    border: 0px;
    box-shadow: 0 2px 5px 1px rgba(109, 109, 109, 0.2);
    margin-bottom: 90px;
}
#compare_popup .modal-footer {
    justify-content: center;
    display: flex;
}
.newSuccess .modal-footer .border-btn {
    font-size: 16px;
    line-height: 20px;
    color: var(--color_three);
    text-decoration: underline;
    font-family: 'CircularStd-Bold';
}
.pg_invalid_card, .aqclass {
    font-family: 'CircularStd-Bold';
    color: var(--invalid_card);
    padding-left: 20px;
    position: relative;
    line-height: 16px;
    letter-spacing: 0;
    font-size: 14px;
}
.pg_invalid_card:after, .aqclass:after {
    background: url(../images/input-error.png?v=1.1) no-repeat;
    background-size: contain;
    top: 1px;
    position: absolute;
    left: 0;
    height: 16px;
    width: 16px;
    content: "";
}
.form-group .errored {
    background-color: rgb(254, 236, 240) !important;
}
/* end cwb_application_forminner */

/* start cwb_application_forminner_new */
.cwb_first_prt, .cwb_second_prt, .cwb_third_prt, .cwb_fourth_prt, .cwb_fifth_prt, .cwb_sixth_prt, .cwb_seventh_prt {
    max-width: 560px;
    margin: 0 auto;
}
.block-one {
    margin-bottom: 40px;
}
.cwb_sixth_prt .global_head {
    max-width: 380px;
    margin: 0 auto 40px;
}
/* end cwb_application_forminner_new */

/* start admin_access_section */
.admin_access_section {
    padding: 120px 0px;
}
.admin_accessmainbox {
    width: 100%;
    max-width: 780px;
    margin: 0 auto;
}
.chn_cre_lm {
    width: 100%;
    max-width: 520px;
    position: relative;
}
.admin_accessmainbox .rng_value, .admin_accessmainbox .rng_value:focus {
    border: none;
    border-bottom: 2px solid var(--color_greay);
    width: 100%;
    outline: none;
}
.admin_accessmainbox .contentcenter h3 {
    font-family: 'CircularStd-Bold';
    margin-bottom: 10px;
    font-size: 36px;
}
.admin_accessmainbox .contentcenter {
    text-align: center;
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
}
.admin_accessmainbox .contentcenter p {
    font-size: 20px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
}
/* end admin_access_section */

.admin_accessmainbox .basicprobox {
    width: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-top: 40px;
    justify-content: space-between;
}
.probis_selectbox.adminAccessBox.active {
    margin: auto;
    box-shadow: 0 7px 29px 0 rgba(100, 100, 111, 0.2);
    border: solid 5px var(--color_white);
    background-color: var(--color_one);
}
.probis_selectbox {
    width: 50%;
    flex: 0 0 49.2%;
    border-radius: 20px;
    border: solid 5px var(--color_white);
    box-shadow: 0px 0px 0px 1px rgb(100 100 111 / 20%);
    background: var(--color_white);
    padding: 40px 35px;
    cursor: pointer;
    border-radius: 0px;
}
.probis_flexbox {
    display: flex;
    align-items: center;
    justify-content: center;
}
.probis_flexbox .probis_contentbox {
    margin-left: 0px;
}
.probis_selectbox.adminAccessBox.active .probis_contentbox h4 {
    color: var(--color_white);
}
.probis_selectbox .addadminbtn {
    height: 50px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: var(--color_white);
    color: var(--color_one);
    font-size: 16px;
    outline: 1px solid var(--color_one) !important;
    border: 0px;
}
.cwb_seventh_prt {
    padding: 120px 0px;
}

.cwb_seventh_prt .global_head {
    margin-bottom: 40px;
}
.level_admins {
    width: 100%;
    position: relative;
    padding: 60px 0px 0px;
}
.level_adminsflex {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.level_adminsflex .admin1lavel {
    width: 100%;
    flex: 0 0 350px;
}
.level_adminsflex .level_htading h5 {
    color: var(--color_two);
    font-size: 20px;
    font-family: 'CircularStd-Bold';
}
.level_adminsflex .level_admineditbox {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 24px 0 rgba(149, 157, 165, 0.2);
    background-color: #fff;
    position: relative;
    width: 350px;
    flex: 0 0 350px;
    margin-top: 25px;
}
.level_adminsflex .level_admineditbox p {
    font-size: 16px;
    font-weight: normal;
    color: var(--color_two);
    margin-bottom: 0px;
    line-height: normal;
}
.level_adminsflex .level_admineditbox a {
    color: var(--color_one);
    position: absolute;
    right: 20px;
    bottom: 20px;
    text-decoration: underline;
    font-family: 'CircularStd-Bold';
}
.ur_infofull .block-two.clearfix {
    margin-bottom: 20px;
}
.ur_infofull .block-one {
    margin-bottom: 20px;
}
.level_adminsflex .level_admineditbox p+p {
    margin-top: 15px;
}
.probis_flexbox .probis_imgbox {
    width: 80px;
    height: 80px;
    border-radius: 10px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.02), 0 0 0 1px rgba(27, 31, 35, 0.15);
    padding: 13px;
    background: var(--color_white);
}
.probis_flexbox .probis_imgbox img {
    width: 100%;
}
.probis_flexbox .probis_contentbox {
    margin-left: 15px;
}
.probis_flexbox .probis_contentbox h4 {
    font-size: 26px;
    color: var(--color_one);
    line-height: normal;
    margin: 0px;
}
.probis_selectbox.adminAccessBox.active .probis_contentbox h4 {
    color: var(--color_white);
}
.probis_flexbox .probis_contentbox h6 {
    font-size: 20px;
    font-family: 'CircularStd-Bold';
    color: var(--color_one);
}
.probis_selectbox.active .probis_contentbox h6 {
    color: var(--color_white);
}
.probis_selectbox.active hr {
    background-color: rgba(112, 111, 115, 0.2);
    margin-top: 25px;
    margin-bottom: 25px;
    border-top: 1px solid var(--color_white);
}
.probis_selectbox hr {
    border-top: 1px solid #ededed;
    margin-top: 25px;
    margin-bottom: 25px;
}
.probis_selectbox .addadminbtn i {
    font-size: 13px;
    margin-left: 10px;
}
.probis_flexbox .probis_imgbox .admin_access {
    display: none;
}
.probis_flexbox .probis_imgbox .admin_access3 {
    display: none;
}
.dropup .dropdown-toggle::after {
    display: none;
}

/* start primary_contactsection */
.primary_contactsection {
    padding: 120px 0px;
}
.primary_cont_mainbox {
    width: 100%;
    max-width: 590px;
    margin: 0 auto;
}
.primary_cont_mainbox .contentcenter {
    text-align: center;
}
.primary_cont_mainbox .contentcenter h3 {
    color: var(--color_two);
    margin-bottom: 15px;
    font-family: 'CircularStd-Bold';
    font-size: 36px;
}
.primary_cont_mainbox .contentcenter p {
    font-size: 18px;
    font-family: 'CircularStd-Book';
    color: var(--color_two);
}
.primary_cont_mainbox .contentcenter p+p {
    margin-top: 10px;
}
.primary_cont_mainbox ul {
    margin: 40px 0px 0px;
    padding: 0px;
}
.primary_cont_mainbox ul li {
    width: 100%;
    list-style: none;
    display: flex;
    margin-bottom: 25px;
    padding-bottom: 20px;
    align-items: center;
    justify-content: space-between;
    position: relative;
}
.primary_cont_mainbox ul li a {
    font-size: 20px;
    color: var(--color_two);
    text-decoration: underline;
    font-family: 'CircularStd-Bold';
}
.primary_cont_mainbox .tmembers {
    border-bottom: solid 1px rgba(112, 111, 115, 0.2);
    position: relative;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.primarylistcont h6 {
    font-size: 14px;
    font-family: 'CircularStd-Bold';
    text-transform: uppercase;
    margin-bottom: 5px;
    color: var(--color_two);
}
.primarylistcont p {
    font-size: 16px;
    font-family: 'CircularStd-Book';
    margin-bottom: 0px;
    color: var(--color_two);
}
.agree_check {
    display: inline-block;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    color: var(--color_border);
    font-size: 12px;
    line-height: 16px;
    font-weight: normal;
    margin: 0px;
    font-family: 'CircularStd-Book';
}
.agree_check input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    margin: 0px;
}
.primary_cont_mainbox .checkmark {
    height: 24px;
    width: 24px;
    border-radius: 4px;
    border: 2px solid var(--color_border);
    top: 10px;
    position: absolute;
    left: auto;
    right: 0;
    background-color: transparent;
    -webkit-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.primary_cont_mainbox .agree_check input[type="checkbox"]:checked~.checkmark {
    background: url(../images/tick_white.png) center center no-repeat var(--color_one);
    border: 1px solid var(--color_one);
}
#primary_cardholders .btn_outr {
    padding-top: 40px;
}
#add_card_holder {
    max-width: 100%;
}
.global_modal .modal-dialog {
    max-width: 560px;
}
#add_authorized_user .modal-footer {
    display: block;
    border: 0;
    padding-bottom: 25px;
}
/* end primary_contactsection */

/* start business_application_sixth_prt */
.business_application_sixth_prt {
    padding: 120px 0px;
}
.global_head {
    max-width: 560px;
    margin: 0 auto;
}
.business_application_sixth_prt .global_head p {
    font-size: 20px;
    line-height: 26px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    padding-bottom: 20px;
}
.choose_your_plan_new .planbox_main {
    background: var(--color_four);
    max-width: 590px;
    margin: 40px auto 40px auto;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 2px 5px 1px rgb(140 140 140 / 20%);
    padding: 30px 24px;
}
.choose_your_plan_new .planbox_new h3 {
    font-size: 22px;
    color: var(--color_two);
    font-family: 'CircularStd-Bold';
    margin-bottom: 20px;
}
.choose_your_plan_new .planbox_new .choose_your_inner_one li {
    list-style: disc;
    color: var(--color_one);
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color_border);
    margin-bottom: 20px;
    margin-left: 20px;
}
.choose_your_plan_new .planbox_new .choose_your_inner_one li h5 {
    color: var(--color_one);
    font-family: 'CircularStd-Bold';
    font-size: 16px;
    list-style: disc;
}
.choose_your_plan_new .planbox_new .choose_your_inner_one li p {
    height: auto;
    color: var(--color_two);
    font-size: 16px;
    font-family: 'CircularStd-Book';
}
.choose_your_inner_two li h6 {
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'CircularStd-Bold';
    color: var(--color_two);
    padding-bottom: 5px;
}
.choose_your_inner_two li {
    padding-bottom: 20px;
    border-bottom: 1px solid var(--color_border);
    margin-bottom: 20px;
}
.business_application_sixth_prt .btn_outr {
    margin-bottom: 40px;
}
/* end business_application_sixth_prt */

/* start cwb_ten_prt */
.cwb_ten_prt {
    padding: 120px 0px;
}
.global_head p {
    font-size: 20px;
    line-height: 26px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
    padding-bottom: 20px;
}
.review_info_inner {
    max-width: 560px;
    margin: 0 auto;
}
.review_row {
    margin-bottom: 30px;
}
.review_row h4 {
    font-size: 26px;
    font-family: 'CircularStd-Bold';
    color: var(--color_two);
    margin-bottom: 15px;
}
.review_block {
    border-bottom: 1px solid var(--color_border);
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 20px;
}
.review_block label {
    font-size: 14px;
    text-transform: uppercase;
    color: var(--color_two);
    margin-bottom: 5px;
    font-family: 'CircularStd-Bold';
    display: flex;
    align-items: center;
}
.review_block p {
    width: 100%;
    margin-bottom: 15px;
    display: inline-block;
    font-size: 16px;
    color: var(--color_two);
    font-family: 'CircularStd-Book';
}
.review_block p span {
    display: block;
}
.edit_review {
    position: absolute;
    right: 0;
    bottom: 15px;
    font-size: 16px;
    color: var(--color_one);
    text-decoration: underline;
    font-family: 'CircularStd-Bold';
}
/* end cwb_ten_prt */

/* start thankyou_applicationcwb */
.thankyou_applicationcwb {
    width: 100%;
    position: relative;
    padding: 120px 0px;
    min-height: 100vh;
}
.page_load_stat.loader_area {
    width: auto;
    height: auto;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-perspective: 500px;
    -moz-perspective: 300px;
    -ms-perspective: 300px;
    perspective: 300px;
    -webkit-perspective-origin: 50% 50%;
    -moz-perspective-origin: 50% 50%;
    -ms-perspective-origin: 50% 50%;
    perspective-origin: 50% 50%;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-perspective-origin: 50% 50%;
    transform-style: preserve-3d;
    perspective-origin: 50% 50%;
}
.page_load_stat.loader_area>img {
    max-width: 108px;
}
.page_load_stat.loader_area figure.loaderlogo img {
    max-width: 178px;
    margin: 40px 0;
}
.page_load_stat.loader_area p {
    color: var(--color_two);
    font-family: "Source Sans Pro", sans-serif;
    font-size: 20px;
}
/* end thankyou_applicationcwb */

/* start thanku_div */
.thanku_div .thanku_top {
    height: 416px;
    position: relative;
    display: flex;
    align-items: end;
    padding: 0;
    background-color: transparent;
}
.thanku_div .thanku_top::before {
    background: var(--light_greay);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 315px;
    content: "";
    z-index: -1;
}
.thanku_innr {
    max-width: 317px;
    margin: 0 auto;
}
.thanku_div .bottom_thank_part {
    padding-bottom: 210px;
}
.thanku_div .bottom_thank_part .congo_box {
    padding-top: 40px;
}
.congo_box .btn_outr {
    margin-top: 30px;
}
/* end thanku_div */

/* start desktop_fail_holder */
.desktop_fail_holder {
    box-shadow: inset 0 2px 4px 0 rgb(69 69 69 / 15%);
}
.desktop_fail_credit .credit_table {
    margin: 40px 0px 120px;
}
.desktop_fail_credit .credit_table_head .credit_tbl_cell:last-child {
    flex: 1;
}
.desktop_fail_credit .credit_table_row .credit_tbl_cell:last-child {
    flex: 1;
}
.desktop_fail_credit .credit_table_row .credit_tbl_cell em {
    font-style: normal;
}
.desktop_fail_credit .cwb_pagination {
    padding: 20px 0 0px;
}
.searchtop_name_sec .memo_action_head {
    justify-content: flex-end;
    align-items: center;
    padding: 20px 0;
    display: flex;
}
.searchtop_name_sec .cwb_inp_srch_hold {
    position: relative;
    width: 365px;
    height: 40px;
}
.searchtop_name_sec #search_by_text {
    border: 1px solid var(--color_greay);
    border-radius: 0;
    font-family: 'CircularStd-Book';
    color: var(--color_two);
    font-size: 14px;
    height: 40px;
    padding: 5px 10px;
    width: 100%;
}
.searchtop_name_sec #search_by_text::placeholder {
    color: var(--color_greay);
}
.searchtop_name_sec .srch_new {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 44px;
    background-color: #0097a9;
    text-align: center;
    background-image: url(../images/w_srch_icn.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 25px;
    cursor: pointer;
    height: auto;
    border-radius: 0;
}
/* end desktop_fail_holder */

/* start searchtop_name_sec */
.searchtop_name_sec {
    padding-top: 64px;
}
.application_card_full_part {
    margin: 49px 0 0;
    padding: 40px 0 35px;
    background-color: #f7f7f7;
}
/* end searchtop_name_sec */