/* start font.css marge */
@font-face {
  font-family: "CircularStd-Bold";
  src: url("../fonts/CircularStd-Bold.eot");
  src: url("../fonts/CircularStd-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Bold.woff2") format("woff2"),
    url("../fonts/CircularStd-Bold.woff") format("woff"),
    url("../fonts/CircularStd-Bold.ttf") format("truetype"),
    url("../fonts/CircularStd-Bold.svg#CircularStd-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularStd-Book";
  src: url("../fonts/CircularStd-Book.eot");
  src: url("../fonts/CircularStd-Book.eot?#iefix") format("embedded-opentype"),
    url("../fonts/CircularStd-Book.woff2") format("woff2"),
    url("../fonts/CircularStd-Book.woff") format("woff"),
    url("../fonts/CircularStd-Book.ttf") format("truetype"),
    url("../fonts/CircularStd-Book.svg#CircularStd-Book") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* end font.css marge */

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

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

p {
  margin: 0;
}

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

em {
  font-style: normal;
}

body {
  font-family: "CircularStd-Book";
  font-size: 16px;
  color: #2d2924;
  line-height: 22px;
}

a,
button,
input,
input[type="button"],
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;
}

h1 {
  font-family: "Avenir LT Std";
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Tahoma";
}

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

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

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

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

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

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

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

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

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

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

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

/*-----------Common_Class_CSS-----------*/
.branchportal_header {
  background-color: #0097a9;
  padding: 15px 0;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
  box-shadow: 2px 0 4px rgba(0, 0, 0, 0.5);
}

.logo {
  width: 125px;
  display: block;
}

.main_body {
  background-color: #f2f3f1;
  margin-top: 71px;
}

.branch_employee_main {
  padding-top: 105px;
  max-width: 560px;
  margin: 0 auto;
  padding-bottom: 100px;
}

.branch_employee_main h2 {
  text-align: center;
  font-size: 36px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
  padding: 0 90px;
  line-height: 46px;
  margin-bottom: 30px;
}

.branch_login_box {
  background-color: #fff;
  padding: 65px 95px;
}

.global_input_hold label {
  font-family: "CircularStd-Bold";
  color: #2d2924;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 8px;
}

.type_fld {
  min-height: 60px;
  height: auto;
  line-height: 35px;
  border-radius: 0;
  border: 1px solid #767676;
  font-size: 16px;
  color: #181818;
  font-family: "CircularStd-Book";
}

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

.grey_body {
  background-color: #f2f3f1;
}

.nextBtn {
  background-color: #0097a9;
  font-size: 16px;
  font-family: "CircularStd-Bold";
  font-weight: bold;
  min-width: 174px;
  min-height: 50px;
  border: 1px solid #0097a9;
  border-radius: 0;
  text-align: center;
  color: #fff;
  cursor: pointer;
  line-height: 50px;
  display: inline-block;
}

.nextBtn:hover {
  background-color: #65c8ce;
  border: 1px solid #65c8ce;
  color: #fff;
}

.nextBtn:focus {
  background: #0097a9;
  color: #fff;
  box-shadow: 0 0px 0px 5px rgba(0, 151, 169, 0.3);
}

.nextBtn:active {
  background: #003b5c !important;
  color: #fff;
  border: 1px solid #003b5c;
  box-shadow: none !important;
}

.type_fld:focus {
  border: 1px solid #0097a9;
  box-shadow: 0 0px 0px 5px rgba(0, 151, 169, 0.3);
  border-color: #0097a9;
}

.type_fld.error {
  background-color: #fff7f7;
  border: 1px solid #fc0000;
}

.btn_holder {
  padding-top: 10px;
}

.card_back {
  background-image: url(../images/crd1.png), url(../images/crd2.png);
  background-position: top left, top right;
  background-repeat: no-repeat;
  background-size: 26%;
}

.top_portion {
  padding: 65px 165px;
  background-color: #0097a9;
  text-align: center;
}

.bottom_portion {
  padding: 65px 165px;
  background-color: #fff;
  text-align: center;
}

.top_portion h3 {
  font-size: 36px;
  color: #fff;
  font-family: "CircularStd-Bold";
  margin-bottom: 20px;
}

.top_portion p {
  font-size: 20px;
  color: #fff;
  margin-bottom: 40px;
  line-height: 25px;
}

.bottom_portion h3 {
  font-size: 36px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
  margin-bottom: 20px;
}

.bottom_portion p {
  font-size: 20px;
  color: #2d2924;
  margin-bottom: 40px;
  line-height: 25px;
}

.back_btn {
  color: #0097a9;
  border: 1px solid #0097a9;
  text-align: center;
  border-radius: 0;
  letter-spacing: 0;
  font-family: "CircularStd-Bold";
  min-width: 174px;
  min-height: 50px;
  background-color: #fff;
  cursor: pointer;
  line-height: 50px;
  display: inline-block;
}

.back_btn:hover {
  color: #0097a9;
  border: 1px solid #65c8ce;
}

.back_btn:focus {
  color: #0097a9;
  border: 1px solid #0097a9;
  box-shadow: 0 0px 0px 5px rgba(0, 151, 169, 0.3);
}

.back_btn:active {
  color: #0097a9;
  border: 1px solid #003b5c;
  box-shadow: none !important;
}

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

.header_brnch_inner .dropdown-menu {
  padding: 35px 20px 25px;
  box-shadow: 0 0 5px rgba(69, 69, 69, 0.3);
  border-radius: 8px;
  border: 0;
  margin-top: 10px !important;
  left: auto !important;
  right: -20px !important;
}

.header_brnch_inner .dropdown-menu:after {
  content: "";
  position: absolute;
  top: -10px;
  right: 23px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 11px 14px;
  border-color: transparent transparent #ffffff transparent;
}

.header_brnch_inner .dropdown-menu h5 {
  font-size: 20px;
  color: #2d2924;
  margin-bottom: 40px;
  font-family: "CircularStd-Bold";
}

.header_brnch_inner .dropdown-item {
  font-size: 16px;
  color: #2d2924;
  padding: 0;
}

.header_brnch_inner .dropdown-item:hover,
.header_brnch_inner .dropdown-item:focus,
.header_brnch_inner .dropdown-item:active {
  color: #0097a9;
  background-color: transparent;
}

.header_brnch_inner .dropdown-item+.dropdown-item {
  margin-top: 25px;
}

.header_brnch_inner .dropdown-toggle:after {
  background: none;
  border: solid white;
  border-width: 0 2px 2px 0;
  margin-left: 5px;
  vertical-align: 2px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  height: auto;
  width: auto;
}

.header_brnch_inner span {
  display: inline-block;
  width: 22px;
  vertical-align: middle;
  margin-right: 10px;
  height: 28px;
}

.logout_btn_holder {
  padding-top: 20px;
}

.logout_btn_holder .back_btn {
  width: 210px;
  line-height: 50px;
  display: block;
}

.header_brnch_inner .btn-secondary:not(:disabled):not(.disabled).active:focus,
.header_brnch_inner .btn-secondary:not(:disabled):not(.disabled):active:focus,
.header_brnch_inner .show>.btn-secondary.dropdown-toggle:focus {
  box-shadow: none;
}

.header_brnch_inner .btn-secondary:not(:disabled):not(.disabled).active,
.header_brnch_inner .btn-secondary:not(:disabled):not(.disabled):active,
.header_brnch_inner .show>.btn-secondary.dropdown-toggle {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
}

.header_brnch_inner .btn-secondary {
  color: #fff;
  background-color: transparent;
  border-color: transparent;
  font-size: 16px;
}

.header_brnch_inner .btn-secondary:focus {
  box-shadow: none;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.modal-backdrop {
  background-color: #fff;
}

.global_modal .modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0 6px rgba(69, 69, 69, 0.5);
}

.global_modal .modal-title {
  font-size: 20px;
  color: #2d2924;
  font-family: "CircularStd-Bold";
}

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

.contact_us_body {
  padding: 175px 60px 150px;
  text-align: center;
}

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

.contact_us_body p {
  font-size: 20px;
  color: #2d2924;
  line-height: 25px;
  margin-bottom: 15px;
  padding: 0 80px;
}

.contact_us_body a {
  color: #003b5c;
  font-size: 16px;
  text-decoration: underline;
  font-family: "CircularStd-Bold";
  padding: 2px;
}

.global_modal .modal-footer {
  justify-content: center;
  padding: 25px 20px;
  border-top: 1px solid #d9d9d9;
}

.close_mdl {
  font-family: "CircularStd-Bold";
  font-size: 16px;
  color: #003b5c;
  text-decoration: underline;
  outline: 0;
  box-shadow: none;
  background-color: transparent;
  padding: 2px;
}

.close_mdl:hover {
  color: #65c8ce;
  opacity: 1;
  text-decoration: underline;
}

.close_mdl:focus {
  box-shadow: 0 0px 0px 5px rgba(0, 151, 169, 0.3);
  border: 1px solid #0097a9;
  padding: 2px 5px;
  color: #003b5c;
  text-decoration: underline;
  border-radius: 0;
}

.close_mdl:active {
  color: #0097a9 !important;
  text-decoration: underline;
}

.gbl_link:hover {
  color: #65c8ce;
  opacity: 1;
  text-decoration: underline;
}

.gbl_link:hover {
  color: #65c8ce;
  opacity: 1;
  text-decoration: underline;
}

.gbl_link:focus {
  box-shadow: 0 0px 0px 5px rgba(0, 151, 169, 0.3);
  border: 1px solid #0097a9;
  padding: 2px 5px;
  color: #003b5c;
  text-decoration: underline;
  border-radius: 0;
}

.gbl_link:active {
  color: #0097a9 !important;
  text-decoration: underline;
}

.global_modal .modal-header .close {
  width: 24px;
  opacity: 1;
  padding: 0 !important;
  margin: 0 !important;
  background-color: transparent;
}

.total_cif_holder {
  max-width: 560px;
  margin: 0 auto;
  padding: 150px 0;
}

.back_nxt_holder .nextBtn {
  margin-left: 20px;
}

.back_nxt_holder {
  margin-top: 55px;
  display: flex;
}

.total_cif_holder h2 {
  text-align: center;
  font-size: 36px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
  padding: 0 90px;
  line-height: 46px;
  margin-bottom: 30px;
}

.srch_fld {
  /* background-image: url(../images/search_icon.png);
    background-repeat: no-repeat;
    background-position: center right 20px;
    background-size: 24px; */
  padding-right: 105px;
}

.cif_conformation_part .back_nxt_holder {
  margin-top: 15px;
}

.type_fld.disabled {
  background-color: transparent;
  border-color: #959595;
  pointer-events: none;
}

.type_fld:disabled {
  background-color: #f2f3f1;
  border-color: #959595;
  pointer-events: none;
}

.srch_fld.disabled {
  background-image: none;
}

/* preloader start*/
.page_load_stat {
  background-image: url("../images/loader_ripple.gif");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.9);
  z-index: 999999;
}

.page_load_stat {
  position: absolute;
  width: 100px;
  height: 100px;
  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%;
}

/* preloader end*/

.success_img {
  max-width: 120px;
  margin: 0 auto 30px;
}

.success_part p {
  font-size: 20px;
  color: #2d2924;
  text-align: center;
  line-height: 25px;
}

.success_part .btn_holder {
  padding-top: 50px;
}

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

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

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

.pg_progress {
  background-color: #daaa00;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  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 {
  text-align: center;
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}

.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: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 {
  right: 100%;
  border-color: #daaa00 !important;
}

.active_card_menu li.active a {
  /* border-color: #daaa00; */
  color: #0097a9;
}

.active_card_menu li a {
  font-size: 14px;
  font-family: "CircularStd-Bold";
  color: #454545;
  border-color: #ececec;
  display: flex;
  width: 100%;
  height: 100%;
  color: #454545;
  text-transform: uppercase;
  padding: 25px 10px 15px;
  margin: 0 -3px;
  border-bottom: 2px solid #ececec;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}

.active_card_menu li a em {
  font-style: normal;
  margin-right: 4px;
}

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

.sign_up_holder {
  padding-top: 75px;
  padding-bottom: 100px;
}

.sign_up_holder h2 {
  text-align: center;
  font-size: 36px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
  line-height: 46px;
  margin-bottom: 30px;
}

.col-pad-10 {
  padding-right: 10px;
  padding-left: 10px;
}

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

/*custom checkbox style*/
.cstm_chkbx {
  position: relative;
}

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0.01;
  height: 24px;
  width: 24px;
}

[type="checkbox"]:not(:checked)+label,
[type="checkbox"]:checked+label {
  cursor: pointer;
  padding-left: 35px;
  line-height: 22px;
  color: #2d2924;
  font-size: 16px;
  position: relative;
  display: inline-block;
}

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

[type="checkbox"]:not(:checked)+label:after,
[type="checkbox"]:checked+label:after {
  width: 24px;
  height: 24px;
  border-radius: 5px;
  background: url(../images/tick.png) center center no-repeat #0097a9;
  /* background-color: #0097A9; */
  border: 0px solid #0097a9;
  background-size: 16px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

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

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

/*custom checkbox style end*/

.client_chkbox_holder {
  padding-top: 30px;
}

.chk_image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  text-align: center;
  background-color: #65c8ce;
  float: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

.chk_image img {
  width: 32px;
}

.chk_details {
  overflow: hidden;
  padding-left: 30px;
}

.chk_details h4 {
  font-size: 24px;
  color: #454545;
  margin-bottom: 10px;
  font-family: "CircularStd-Bold";
}

.cstm_chkbx em {
  font-family: "CircularStd-Bold";
  display: block;
}

.custom_select .btn {
  min-height: 58px;
  height: auto;
  line-height: 58px;
  border-radius: 0;
  border: 1px solid #767676;
  font-size: 16px;
  background-color: #fff;
  padding: 0 20px;
}

.custom_select.show>.dropdown-toggle.btn,
.custom_select.show>.dropdown-toggle.btn.focus,
.custom_select.show>.dropdown-toggle.btn:focus,
.custom_select:focus>.btn,
.custom_select>.btn:focus {
  border: 1px solid #0097a9;
  box-shadow: 0 0px 0px 5px rgba(0, 151, 169, 0.3);
  outline: none !important;
  background: #fff;
}

.custom_select .btn .filter-option {
  color: #2d2924;
}

.custom_select .btn .caret {
  margin-top: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: none;
  width: 18px;
  height: 12px;
  background: url(../images/Icon_Caret_Dropdown.png) right center no-repeat;
  background-size: contain;
  right: 12px;
  width: 15px;
}

.custom_select .dropdown-toggle::after {
  content: none;
}

.custom_select .dropdown-menu {
  padding: 0 10px;
  min-height: 250px !important;
}

.custom_select.bootstrap-select .dropdown-menu li {
  border-bottom: 1px solid #eee;
}

.custom_select.bootstrap-select .dropdown-menu li:last-child {
  border-bottom: 0;
}

.custom_select .dropdown-menu>li>a {
  padding: 10px;
  color: #2d2924;
  font-size: 16px;
}

.custom_select .dropdown-item.active,
.custom_select .dropdown-item:active {
  text-decoration: none;
  color: #2d2924;
  background-color: transparent;
  font-family: "CircularStd-Bold";
}

.custom_select.bootstrap-select .dropdown-menu li.active {
  border-bottom: 1px solid #0097a9;
}

.custom_select .dropdown-item:focus,
.custom_select .dropdown-item:hover {
  background-color: transparent;
}

/* 08.05.24  remove important*/
.custom_select.bootstrap-select .dropdown-menu.inner {
  max-height: 222px;
  overflow-y: auto;
}

/* 08.05.24  remove important*/

.custom_select.bootstrap-select>.btn.error,
.custom_select.bootstrap-select .btn-default.error {
  background-color: #fff7f7;
  border: 1px solid #fc0000 !important;
}

.cstm_chkbx i {
  display: inline;
  font-style: normal;
  font-family: "CircularStd-Bold";
}

.Employment_details .back_nxt_holder {
  margin-top: 15px;
}

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

.sign_up_holder h2 span {
  font-size: 12px;
  color: #2d2924;
  display: block;
  line-height: 100%;
  margin-top: 15px;
}

.card_part {
  /* margin-bottom: 30px; */
  display: flex;
  margin-left: -1.5%;
  margin-right: -1.5%;
}

.inner_cwb_card {
  padding: 25px 20px;
  border-radius: 8px;
  box-shadow: 0 0 5px rgba(69, 69, 69, 0.3);
  margin: 0 1.5%;
  position: relative;
  width: 50%;
  cursor: pointer;
  border: 3px solid transparent;
  background-color: #fff;
}

.inner_cwb_card h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
}

.cwbcrd_hold {
  width: 207px;
  margin: 0 auto 15px;
}

.inner_cwb_card h4 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
}

.ph_show {
  display: none;
}

.cwb_card_info_brim h5,
.cwb_card_info_brim h6 {
  font-size: 16px;
  color: #2d2924;
  text-align: center;
  margin-bottom: 10px;
  font-family: "CircularStd-Bold";
}

.cwb_info_dtls {
  border-top: 1px solid #d9d9d9;
  padding-top: 15px;
}

.cwb_info_dtls ul li {
  font-size: 14px;
  color: #2d2924;
  line-height: 20px;
  font-family: "CircularStd-Book";
}

.cwb_info_dtls ul li+li {
  margin-top: 12px;
}

.inner_cwb_card.active {
  border: 3px solid #0097a9;
}

.inner_cwb_card.active:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-image: url(../images/Icon_Checked.png);
  background-repeat: no-repeat;
  background-position: center center;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
  background-size: contain;
}

.card_part_full h3 {
  font-size: 24px;
  color: #2d2924;
  line-height: 30px;
  font-family: "CircularStd-Bold";
  margin-bottom: 30px;
  text-align: center;
}

.card_compare {
  display: flex;
  padding-top: 30px;
}

.card_compare .back_btn {
  min-width: 250px;
}

.aditional_cardmem_full {
  padding-top: 55px;
  text-align: center;
}

.aditional_cardmem_full h3 {
  color: #2d2924;
  font-size: 24px;
  margin-bottom: 20px;
  font-family: "CircularStd-Bold";
}

.aditional_cardmem_full p {
  font-size: 16px;
  color: #2d2924;
  line-height: 22px;
}

.annual_mem {
  padding-top: 35px;
  margin-bottom: 30px;
}

.annual_mem h4 {
  color: #2d2924;
  font-size: 20px;
  margin-bottom: 15px;
  font-family: "CircularStd-Bold";
}

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

.card_mem_type:last-child {
  border-left: 1px solid #767676;
}

.card_mem_box {
  display: flex;
  justify-content: center;
  max-width: 265px;
  margin: 0 auto;
}

.card_mem_type h5 {
  font-size: 14px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
  text-transform: uppercase;
  margin-bottom: 10px;
}

.pricing {
  font-size: 16px;
  color: #2d2924;
}

.after_member_add {
  background-color: #fff;
  padding: 20px;
  max-width: 275px;
  margin: 0 auto;
  text-align: left;
  font-size: 14px;
  color: #2d2924;
}

.after_member_add h6 {
  font-size: 14px;
  text-transform: uppercase;
  color: #2d2924;
  font-family: "CircularStd-Bold";
  margin-bottom: 10px;
}

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

.after_member_add p {
  font-size: 14px;
  line-height: 18px;
}

.after_member_add p+p {
  margin-top: 5px;
}

.after_member_add p em {
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #2d2924;
  display: inline-block;
  margin: 0 5px;
}

.edt_del_holder {
  display: flex;
  justify-content: space-between;
  padding-top: 15px;
}

.edt_del_holder .nextBtn {
  min-width: 111px;
  height: 40px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.edt_del_holder .back_btn {
  min-width: 111px;
  min-height: 40px;
  line-height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.edt_del_holder .nextBtn span,
.edt_del_holder .back_btn span {
  display: inline-block;
  width: 19px;
  margin-right: 8px;
  height: 24px;
}

.edt_del_holder .nextBtn span img,
.edt_del_holder .back_btn span img {
  vertical-align: top;
}

.add_mem_btn {
  /* display:flex;
    justify-content: center; */
  padding-top: 30px;
  text-align: center;
  max-width: 370px;
  margin: 0 auto;
}

.wrld_crd_disclaimer {
  max-width: 475px;
  margin: 0 auto;
  margin-top: 50px;
}

.wrld_crd_disclaimer_inner {
  background-color: #0097a9;
  border-radius: 8px;
  padding: 35px 30px 30px;
}

.wrld_crd_disclaimer h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 20px;
  font-family: "CircularStd-Bold";
}

.wrld_crd_disclaimer [type="checkbox"]:not(:checked)+label,
.wrld_crd_disclaimer [type="checkbox"]:checked+label {
  color: #fff;
}

.wrld_crd_disclaimer [type="checkbox"]:checked+label:after {
  border: 1px solid #fff;
}

.main_signup.card_back {
  margin-top: -12px;
}

.disclose_row h4 {
  color: #2d2924;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: "CircularStd-Bold";
}

.disclose_row {
  margin-bottom: 45px;
}

.disclose_row a {
  font-size: 16px;
  color: #003b5c;
  text-decoration: underline;
  font-family: "CircularStd-Bold";
}

.addmember_body {
  padding: 30px 20px;
}

.save_holder {
  display: flex;
  padding-top: 10px;
}

.save_holder .nextBtn {
  min-width: 150px;
}

.new_success_msg {
  background: #f6feee;
  padding: 17px 0;
  position: relative;
  text-align: center;
  margin-top: -12px;
}

.new_success_msg i,
.new_success_msg span {
  display: inline-block;
  vertical-align: middle;
}

.new_success_msg i {
  width: 24px;
}

.new_success_msg span {
  font-size: 16px;
  color: #454545;
  margin: 3px 10px 0;
}

.compare_body {
  padding: 16px;
}

.compare_container {
  margin-top: 191px;
  height: calc(100vh - 392px);
  position: relative;
  overflow: hidden;
  overflow-y: auto;
}

.compare_table {
  font-size: 14px;
  line-height: 20px;
  color: #2d2924;
  letter-spacing: 0;
  text-align: center;
  width: 100%;
}

.compare_table thead {
  position: fixed;
  /* top: 70px; */
  top: 98px;
  left: -2px;
  right: 0;
  display: table;
  width: 554px;
  margin: 0 auto;
  z-index: 2;
}

.card_box {
  transition: all 0.25s ease-in;
  -webkit-transition: all 0.25s ease-in;
  -moz-transition: all 0.25s ease-in;
  -ms-transition: all 0.25s ease-in;
  -o-transition: all 0.25s ease-in;
  color: #454545;
  margin-bottom: 25px;
  text-decoration: none !important;
  vertical-align: middle;
  text-align: center;
}

.compare_table th,
.compare_table td {
  width: 50%;
  padding: 20px;
}

.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: transparent;
  border-right: 1px solid #767676;
}

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

.card_box h5 {
  font-size: 19px;
  text-transform: capitalize;
  color: #0097a9;
  letter-spacing: 0;
  font-family: "CircularStd-Bold";
}

.full_width_td {
  background-color: #ecf7f9 !important;
  letter-spacing: 0;
  font-weight: bold;
  font-family: "CircularStd-Bold";
  font-size: 16px;
  padding: 10px 40px 10px !important;
  border-right: 0 !important;
}

.mobile_table {
  display: none;
}

.sm_tick {
  max-width: 25px;
}

.page_tooltip {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit--moz-border-radius: 50%;
  color: #fff;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  vertical-align: middle;
  display: inline-block;
  margin-left: 6px;
  z-index: 1;
  position: relative;
  font-size: 14px;
}

.compare_table .full_width_td a[data-toggle="tooltip"] {
  line-height: 10px;
}

.cardDisclaimerTxt {
  font-size: 10px;
  margin: 0 0 15px;
  letter-spacing: 0;
  color: #2d2924;
  line-height: 14px;
}

.cardDisclaimerTxt a {
  color: #01aec8;
}

.legal_section {
  margin-top: 25px;
  padding-right: 8px;
}

.insuredTxt {
  pointer-events: none;
}

.insuredTxt p {
  font-size: 13px;
  letter-spacing: 0;
  line-height: 25px;
  color: #414042;
  font-family: "CircularStd-Bold";
}

.insuredTxt img {
  vertical-align: middle;
  margin-top: -28px;
  width: 55px;
  display: inline-block;
  margin-left: 3px;
}

.insuredTxt img {
  pointer-events: all;
}

.pg_invalid_card img,
.aqclass img {
  height: 13px;
  width: 13px;
  margin-right: 7px;
  position: absolute;
  left: 0px;
  top: 0px;
}

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

.pg_invalid_card,
.aqclass {
  display: none;
  font-size: 12px;
  line-height: 10px;
  color: #d0021b;
  position: relative !important;
  bottom: unset !important;
  letter-spacing: 1.03px;
  margin-top: 10px !important;
  text-align: left;
  padding-left: 18px;
  line-height: 12px;
  font-family: "CircularStd-Bold";
}

.search_result {
  padding-top: 80px;
}

.search_result h3 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
  color: #2d2924;
  font-family: "CircularStd-Bold";
}

.ac_id {
  text-align: center;
  color: #0097a9;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 50px;
}

.ac_id span {
  font-family: "CircularStd-Bold";
  display: inline-block;
  margin-left: 5px;
}

.srch_result_table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 15px;
}

.srch_result_table table th {
  font-size: 14px;
  color: #2d2924;
  text-align: center;
  font-family: "CircularStd-Bold";
  text-transform: uppercase;
  padding: 10px;
}

.srch_result_table table th:first-child {
  text-align: left;
}

.srch_result_table table td {
  padding: 14px 20px;
  background-color: #fff;
  text-align: center;
  font-size: 14px;
  color: #2d2924;
}

.srch_result_table table td:first-child {
  text-align: left;
  width: 262px;
}

.srch_result_table table td a {
  font-size: 16px;
  text-decoration: underline;
  color: #003b5c;
  font-family: "CircularStd-Bold";
}

.account_id_div {
  position: relative;
}

.srch_icn {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 60px;
  padding: 15px;
  background-color: #0097a9;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
}

.srch_icn:hover {
  background-color: #65c8ce;
}

.close_srch {
  position: absolute;
  right: 70px;
  top: 50%;
  bottom: 0;
  padding: 8px;
  width: 30px;
  align-items: center;
  justify-content: center;
  display: flex;
  cursor: pointer;
  height: 30px;
  transform: translateY(-50%);
}

.close_srch:hover {
  opacity: 0.5;
}

#search_result_div .srch_result_table table th {
  text-transform: none;
}

/* 11.2.21 */
.prtg_chk {
  position: relative;
}

.prtg_chk:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: red;
  left: 0;
  top: 9px;
  transform: rotate(-18deg);
}

#card_type_err_div span:first-child {
  display: flex;
  justify-content: center;
  align-items: center;
}

#card_type_err_div {
  text-align: center;
  padding: 0;
}

.scnd_yr {
  text-align: right;
  padding-top: 15px;
  font-size: 12px;
  padding-right: 15px;
}

.disclose_box .cstm_chkbx+.cstm_chkbx {
  margin-top: 30px;
}

/* 3.3.21 */

.email_forgot_part {
  max-width: 750px;
  background-color: #fff;
}

.email_forgot_part h2 {
  padding: 0 200px;
}

.email_forgot_part .branch_login_box {
  padding: 25px 95px 65px;
}

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

.frgt_pass:hover {
  color: #65c8ce;
  text-decoration: underline;
}

#signin {
  max-width: 175px;
}

.card_select_new {
  max-width: 750px;
  margin: 0 auto;
  padding: 105px 95px 65px;
  background-color: #fff;
}

.card_select_new h3 {
  font-size: 36px;
  color: #0097a9;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-family: "CircularStd-Bold";
}

.card_select_new p {
  font-size: 20px;
  font-family: "CircularStd-Book";
  color: #2d2924;
}

.pin_change_head {
  margin-bottom: 55px;
}

.material_ico img {
  max-height: 22px;
  display: inline-block;
  vertical-align: middle;
}

.material_ico {
  height: 20px;
  position: absolute;
  width: 22px;
  top: 48px;
  left: auto;
  right: 20px;
  z-index: 2;
  margin-left: 5px;
}

.note_design {
  background-color: #ecf7f9;
  border-radius: 0;
  margin: 0 0px 25px;
  padding: 20px 20px 10px;
  font-size: 14px;
  text-align: left;
  border-left: 8px solid #0097a9;
  font-family: "CircularStd-Book";
  color: #2d2924;
}

.note_design ul {
  display: flex;
  list-style-type: none;
  flex-wrap: wrap;
}

.note_design li {
  width: 50%;
  margin-bottom: 10px;
}

.pin_suggestion_box {
  line-height: 20px;
  display: flex;
  align-items: center;
}

.pin_suggestion_box b {
  display: inline-block;
  border-radius: 50%;
  border: 1px solid #0097a9;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
}

.pass_nxt {
  max-width: 175px;
}

.pin_suggestion_box.active b {
  background-color: #0097a9;
  background-image: url(../images/tick.png);
  background-repeat: no-repeat;
  background-size: 12px;
  background-position: center center;
}

.successful_update_passwrd {
  max-width: 750px;
  background-color: #fff;
  padding: 160px 90px 200px;
  margin: 0 auto;
}

.successful_update_passwrd h2 {
  text-align: center;
  font-size: 36px;
  color: #0097a9;
  font-family: "CircularStd-Bold";
  padding: 0 90px;
  line-height: 46px;
  margin-bottom: 30px;
}

/* 3.3.21 */
.experiencing {
  text-align: center;
}

.experiencing p {
  font-size: 14px;
  color: #2d2924;
  margin-bottom: 10px;
  font-family: "CircularStd-Book";
}

.experiencing a {
  font-family: "CircularStd-Bold";
  color: #074469;
  font-size: 16px;
  text-decoration: underline;
}

.experiencing a:hover {
  color: #65c8ce;
  text-decoration: underline;
}

.imp_text {
  padding-top: 30px;
  max-width: 950px;
  margin: 0 auto;
}

.imp_text p {
  font-size: 11.5px;
  color: #454545;
  font-family: "CircularStd-Book";
  line-height: 19px;
}

.imp_text p+p {
  margin-top: 20px;
}

.custom_select #user_question .dropdown-menu {
  min-height: 110px !important;
}

.info_tip_link {
  color: #0097a9;
  font-size: 16px;
}

.new_info_tip {
  display: inline-block;
  vertical-align: middle;
  position: relative;
}

.info_tip {
  border: 2px solid #0097a9;
  font-family: "CircularStd-Book";
  background-color: #f2f3f1;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
  text-align: left;
  box-shadow: 0 0 8px rgb(0 0 0 / 20%);
  text-transform: initial !important;
  min-height: auto;
  padding: 12px 22px 10px 15px;
  right: auto;
  top: auto;
  margin-top: 0;
  margin-bottom: 15px;
  bottom: 100%;
  width: 230px;
  position: absolute;
  border-radius: 3px;
  z-index: 99;
}

.info_tip:before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 17px 13px;
  border-color: transparent transparent #f7f7f7 transparent;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(180deg);
  bottom: -16px;
  top: inherit;
  z-index: 1;
}

.info_tip:after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 14px 19px 14px;
  border-color: transparent transparent #0097a9 transparent;
  left: 50%;
  right: auto;
  transform: translateX(-50%) rotate(180deg);
  top: inherit;
  bottom: -19px;
}

.info_tip p {
  line-height: 17px;
  font-size: 13px !important;
  font-family: "CircularStd-Book" !important;
  letter-spacing: 0;
}

.info_tip .tip_close {
  width: 16px !important;
  height: 16px !important;
  text-align: center;
  line-height: 16px;
  position: absolute;
  right: 4px;
  top: 9px;
  display: inline-block;
}

.top_position.new_top_tooltip .white_info_tip {
  right: auto;
  top: auto;
  margin-top: 0;
  margin-bottom: 15px;
  bottom: 100%;
}

/* 18.1.22 */
.client-type-div {
  padding-top: 26px;
}

.client-type-div .custom_select .dropdown-menu {
  min-height: auto !important;
}

.chk_details p {
  font-family: "CircularStd-Bold";
  font-size: 14px;
}

.cstm_chkbx_with_other {
  margin-top: 15px;
}

.cstm_chkbx_with_other [type="checkbox"]:not(:checked)+label,
.cstm_chkbx_with_other [type="checkbox"]:checked+label {
  font-size: 14px;
  text-transform: none;
  font-family: "CircularStd-Book";
}

/* start 21.02.23 */
.creditlimit_details p {
  font-size: 16px;
  color: #2d2924;
  font-family: "CircularStd-Book";
}

.creditlimit_details p+p {
  margin-top: 24px;
}

.creditlimit_details .client_frm {
  margin-top: 44px;
}

#step7_skip {
  margin-top: 16px;
  font-size: 16px;
  color: #003b5c;
  font-family: "CircularStd-Bold";
  text-decoration: underline;
}

.creditlimit_details .back_nxt_holder {
  margin-top: 32px;
}

/* end 21.02.23 */
/* start 27.05.24 */
.PrestigePlusClients .custom_select .dropdown-toggle .filter-option {
  background-size: 20px !important;
  background: url(../images/Icon_Caret_Dropdown.png) right center no-repeat;
}

.client_details .dropdown-toggle .filter-option {
  background: url(../images/Icon_Caret_Dropdown.png) right center no-repeat;
  background-size: 15px;
}

/* 08.05.24 */
/* .client_details .custom_select .dropdown-menu .inner.show {
  max-height: none !important;
} */

/* .custom_select .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  bottom: unset !important;
  max-height: 200px !important;
  overflow-y: auto !important;
  transform: none !important;
} */
/* 08.05.24 */

.Employment_details .client_frm .dropdown-toggle .filter-option {
  background: url(../images/Icon_Caret_Dropdown.png) right center no-repeat;
  background-size: 15px;
}

.Employment_details .global_input_hold .client_frm .dropdown-toggle .filter-option {
  background: url(../images/Icon_Caret_Dropdown.png) right center no-repeat;
  background-size: 15px;
}

/* 08.05.24 */
/* .client_frm .custom_select .dropdown-menu .inner.show {
  max-height: unset !important;
  min-height: unset !important;
} */

/* 08.05.24 */

/* end 27.05.24 */

/* 08.05.24 start */

.compare_container::-webkit-scrollbar-thumb {
  width: 4px;
  border-radius: 10px;
  background-color: #000;
}

.compare_container::-webkit-scrollbar {
  width: 4px;
}

#cardcomparision_modal {
  overflow: hidden !important;
  z-index: 9999;
}

.pg_invalid_card span {
  display: inline-block;
}

.info_tip .tip_close {
  cursor: pointer;
}

.pg_invalid_card img {
  position: static;
}

#addmember .dropdown-toggle .filter-option {
  background: url(../images/Icon_Caret_Dropdown.png) right center no-repeat;
  background-size: 15px;
}

.global_modal .bstrp_ppvr img {
  width: 16px;
  height: 16px;
  margin-top: -5px;
}

#cardcomparision_modal .legal_section .insuredTxt {
  text-align: right;
}

/* #card_type_err_div img{
  position: absolute;
  top: 3px;
} */
.disclosure_new .pg_invalid_card img {
  max-width: 12px;
  margin-top: 0;
  height: auto;
  margin-right: 5px;
}

.disclosure_new .pg_invalid_card span:nth-child(2) {
  margin-top: 3px;
}

.disclosure_new .pg_invalid_card span:first-child {
  position: relative;
  top: 0;
  left: 5px;
}

#read_disclosure_check_err_div1 {
  padding-left: 0;
}

/* 08.05.24 end */
/* start 03.10.24 */
.client_sign_up .global_input_hold .custom_select button {
  background-image: url(../images/Icon_Caret_Dropdown.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

.client_sign_up .global_input_hold .custom_select button:focus {
  background-image: url(../images/Icon_Caret_Dropdown.png);
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 16px;
}

/* end 03.10.24 */
/* start 04.10.24 */
#cardcomparision_modal .legal_section {
  padding-right: 0;
}

#step7 .request_credit_limit_reason_error {
  margin-top: 13px;
  width: 100%;
  display: inline-flex;
  align-items: center;
  font-size: 12px;
  color: #d0021b !important;
  line-height: 12px;
  font-family: "CircularStd-Bold";
}

span.request_credit_limit_reason_error img {
  width: 12px;
  margin-right: 5px;
}

/* end 04.10.24 */
/* start 07.10.24 */
#cardcomparision_modal .bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before,
.bs-tooltip-top .tooltip-arrow::before {
  top: -7px;
}

.poptooltip {
  background-color: #000;
  border-color: #000;
  color: #fff;
  font-weight: normal;
}

.poptooltip::before {
  border-color: transparent transparent #000 transparent;
}

.poptooltip::after {
  border-color: transparent transparent #000 transparent;
}

/* end 07.10.24 */

/* 10.01.25 */
.pg_invalid_card span#address_msg {
  position: relative;
  padding-left: 20px;
  background: url(../images/error_shape@2x.png) no-repeat left center;
  background-size: 13px;
  line-height: 20px;
}

/* 10.01.25 */
/* 28.02.25 start */
#memberAdderr span:first-child {
  position: absolute;
  left: 0;
  top: 0px;
}

#member_confirm_cif_number_err_div span:first-child {
  position: absolute;
  left: 0;
  top: -1px;
}

/* 28.02.25 end */