/* colors */
/* old color $Geyser */
/* vcci */
/*kcbbank*/
/* font size */
/*mixins */
/* media query start */
/* media query end */
/*@mixin text_ellipsic_2line{display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; text-overflow: ellipsis;}*/
@font-face {
  font-family: 'icomoon';
  src: url("icon_fonts/icomoon_v22.eot?79h73x");
  src: url("icon_fonts/icomoon_v22.eot?79h73x#iefix") format("embedded-opentype"), url("icon_fonts/icomoon_v22.ttf?79h73x") format("truetype"), url("icon_fonts/icomoon_v22.woff?79h73x") format("woff"), url("icon_fonts/icomoon_v22.svg?79h73x#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'CircularStd-Medium';
  src: url("../fonts/Gotham/CircularStd-Medium.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Gotham/CircularStd-Medium.woff2") format("woff2"), url("../fonts/Gotham/CircularStd-Medium.woff") format("woff"), url("../fonts/Gotham/CircularStd-Medium.ttf") format("truetype");
}

@font-face {
  font-family: 'Gotham-Light';
  src: url("../fonts/Gotham/._Gotham-Light(1).ttf") format("truetype");
  src: url("../fonts/Gotham/Gotham-Book.otf") format("truetype");
}

body, input {
  color: #666666;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}

*, h1, h2, h3, h4, h5, h6, ul, li, a, p, img {
  border: 0 none;
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

a, .link14grn, .link16grn, .link14, .link18grn, .link {
  /*color: #00abbe;*/
  cursor: pointer;
  text-decoration: none;
}

p {
  font-size: 16px;
}

a {
  cursor: pointer;
}

.clear {
  clear: both !important;
}

input, textarea, button {
  outline: medium none;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input, select, a, button {
  -webkit-tap-highlight-color: transparent;
}

/*.container { max-width: 1280px; width: 100%; padding: 0 20px; box-sizing: border-box; margin: 0 auto; display: block; }*/
/* step 1 start */
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 61;
  background: rgba(0, 0, 0, 0.7);
  overflow-y: scroll;
  padding: 0;
  padding-top: 54px;
}

.new_overlay_wrp {
  width: 720px;
  border-radius: 0;
  padding: 0px;
  background-color: #ffffff;
  margin: 0 auto 80px;
  box-sizing: border-box;
  display: flex;
  position: relative;
}

.new_overlay_wrp .clsBtn_000 {
  position: absolute;
  top: 10px !important;
  right: 10px !important;
  background: none;
  width: auto;
}

.signup_lhs_wrp_v2 {
  width: 50%;
  background-color: #f3f3f3;
  padding: 35px;
  box-sizing: border-box;
  float: left;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.lhs_head_txt, .lhs_sub_head_txt, .lhs_sub_txt {
  font-size: 20px;
  color: #222222;
}

.lhs_head_txt {
  font-weight: 500;
}

.lhs_sub_head_txt {
  font-weight: 700;
}

.lhs_sub_txt {
  font-weight: 500;
}

.font_text_list {
  list-style: none;
  padding-top: 25px;
}

.font_text_list li {
  padding: 10px 0;
  font-size: 14px;
  color: #666666;
  padding-left: 40px;
  box-sizing: border-box;
  width: 100%;
  display: inline-block;
  position: relative;
}

.font_text_list li:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #777777;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.font_text_list li.nw_globe:before {
  content: "\e969";
}

.circle_image {
  width: 260px;
  height: 285px;
  line-height: 285px;
  text-align: center;
  overflow: hidden;
  margin: 30px auto 0;
}

.circle_image img {
  max-width: 100%;
  vertical-align: middle;
}

.signup_rhs_wrp_v2 {
  width: 50%;
  padding: 22px;
  box-sizing: border-box;
  float: right;
  box-sizing: border-box;
}

.step_count {
  font-size: 14px;
  color: #cdcdcd;
}

.fb_btn {
  background: #4267b0;
  color: #ffffff !important;
}

.fb_btn .facebkIc:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #ffffff;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\e968";
}

.linkedin_btn .fa-linkedin {
  color: #0077b5;
  font-size: 24px;
  margin-right: 10px;
}

.google_btn {
  background: #ffffff;
  color: #222222;
  border: 1px solid #cdcdcd;
}

.google_btn:hover {
  background: #f5f6f7;
}

.fb_btn:hover {
  background: #365899;
}

.sign_btn:hover {
  background: #e56c00;
}

.signup_btnWp {
  position: relative;
  margin-top: 20px;
  width: 100%;
  font-weight: 700;
  height: 35px;
  line-height: 33px;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.devider_line {
  display: inline-block;
  width: 100% !important;
  position: relative;
  height: 1px;
  background-color: #dedede;
  margin-top: 30px !important;
}

.devider_text {
  /*width: 102px;*/
  width: auto !important;
  position: absolute;
  left: 50%;
  top: -7px;
  transform: translateX(-50%);
  background: #ffffff;
  padding: 0 5px 0px 5px;
  box-sizing: border-box;
  font-size: 10px;
  color: #cdcdcd;
}

.signup_form_list {
  list-style: none;
  margin-top: 20px;
}

.signup_form_list > li {
  display: inline-block;
  width: 100%;
  padding: 10px 0;
  position: relative;
}

.signup_form_list > li.error .field_error_text {
  display: inline-block;
  font-family: "Roboto", sans-serif;
}

.signup_form_list > li.mndtry_field .field_row {
  border-color: orange;
}

.signup_form_list > li.first_name .field_error_text {
  width: 294px;
  z-index: 1;
}

.middle_name_error {
  left: -146px;
}

.signup_form_list > li.error .field_row {
  border-color: red;
}

/*.signup_form_list li.error .field_row.no_error{border-color: #cdcdcd;}*/
.signup_form_list li .code_text {
  margin: 0;
}

.field_row {
  border: 1px solid #cdcdcd;
  border-radius: 4px;
  border-radius: 0;
  box-sizing: border-box;
  padding: 1px;
  position: relative;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
}

.signup_form_list > li.width_50 {
  width: 48%;
  float: left;
}

.signup_form_list > li.width_50.middle_name {
  float: right;
}

.field_input {
  width: 100%;
  box-sizing: border-box;
  border-radius: 4px;
  color: #333333;
  height: 34px;
  line-height: 34px;
  font-size: 13px;
  padding: 0 20px 0 10px;
  font-weight: 500;
}

.field_row .intl-tel-input.allow-dropdown .field_input {
  height: 32px;
  line-height: 32px;
}

.border_text {
  position: absolute;
  top: -7px;
  left: 10px;
  font-size: 10px;
  color: #828282;
  background-color: #ffffff;
  padding: 0 1px;
  display: none;
}

.field_row.focus .border_text {
  display: block;
}

.field_error_text {
  font-size: 10px;
  color: red;
  display: none;
  position: absolute;
  bottom: -3px;
  left: 5px;
  width: 100%;
  width: calc(100% + 10px);
  text-align: left;
}

/*.signup_form_list > li.middle_name.error .field_error_text{left: -145px; width: 320px; position: relative;}*/
/* sign in overlay start */
.new_overlay_wrp.var_2 {
  width: 360px;
}

.new_overlay_wrp.var_2 .signup_rhs_wrp_v2 {
  width: 100%;
}

.new_overlay_wrp.var_2 .signup_btnWp {
  float: left;
  width: 48%;
}

.new_overlay_wrp.var_2 .google_btn {
  float: right;
}

.new_overlay_wrp.var_2 .confirm_check {
  margin-top: 5px;
}

.forgot_link {
  font-size: 12px;
  color: #201751;
  text-decoration: underline;
}

.text_center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .new_overlay_wrp.var_2 {
    width: 100%;
  }
  .confirm_check {
    width: calc(100% - 132px);
  }
  #register .confirm_check {
    width: 100%;
  }
  #login_confirmation .confirm_check {
    width: 100%;
  }
}

.signup_form_list > li.error .field_row.no_error.act {
  border-color: #000000;
}

.signup_form_list > li.error .border_text {
  color: red;
}

.signup_form_list .field_row .field_input[type="password"] {
  padding: 0 65px 0 10px;
  position: relative;
}

#login_form_popup .signup_form_list .field_row .field_input[type="password"] {
  padding-right: 30px;
}

#login_form_popup .signup_form_list .field_row .visiblity_eye {
  right: 10px;
}

.password_indBox {
  width: 12px;
  height: 12px;
  background-color: #e1e1e1;
  position: absolute;
  right: 10px;
  transform: translateY(-50%);
  top: 50%;
  display: none;
}

.password_strength.password_indBox {
  display: block;
}

.weak_pwd {
  display: none;
  background-color: #fc0403;
  height: 4px;
  width: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.fair_pwd {
  display: none;
  background-color: #fbad22;
  height: 8px;
  width: 12px;
  position: absolute;
  bottom: 0;
  right: 0;
}

.field_row.weak .weak_pwd {
  display: block;
}

.field_row.fair .fair_pwd {
  display: block;
}

.signup_form_list .good .password_indBox {
  background-color: #00dd11;
}

.confirm_check {
  margin-top: 15px;
  display: inline-block;
  width: 100%;
  text-align: left;
}

.confirm_check input[type="checkBox"] {
  display: none;
}

.confirm_check_custom {
  font-size: 12px;
  color: #828282;
}

.confirm_check_custom:before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #8b9dae;
  border-radius: 2px;
  box-sizing: border-box;
  float: left;
}

.checkbox_text {
  float: left;
  width: calc(100% - 14px);
  padding-left: 10px;
  box-sizing: border-box;
  color: #8c8c8c;
  margin-top: 10px;
}

.confirm_check a {
  color: #8c8c8c;
  text-decoration: underline;
}

.confirm_check input[type="checkbox"]:checked + .confirm_check_custom::before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e957";
  text-align: center;
  color: #ffffff;
  background-color: #8b9dae;
  padding-top: 2px;
  font-size: 9px;
  /*background: url(images/grey_Tic.png) no-repeat center; background-size: auto; background-size: cover;*/
  border: none;
}

.signup_btn {
  text-transform: uppercase;
  width: 100%;
  color: #ffffff;
  height: 38px;
  line-height: 39px;
  margin-top: 15px;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  font-weight: 700;
}

.signup_btn.disable {
  background: #c0c0c0;
  color: #e6e6e6;
  cursor: default;
  border-color: #e6e6e6;
  border: none;
}

.already_hv_an_acount {
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #333333;
  float: left;
  font-style: inherit;
  font-weight: normal;
  margin: 10px 0px 0 0;
  box-sizing: border-box;
}

.already_hv_an_acount a {
  color: #000000;
  text-decoration: underline;
}

@media only screen and (max-width: 1023px) {
  .overlay {
    background: #ffffff;
    margin: 0;
    padding: 0;
  }
  .overlay .new_overlay_wrp {
    width: 100%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  /*.overlay .new_overlay_wrp{margin-top: 85px;}*/
}

@media only screen and (max-width: 767px) {
  .signup_lhs_wrp_v2 {
    display: none;
  }
  .signup_rhs_wrp_v2 {
    width: 100%;
  }
  .field_row.var_2 {
    width: 100%;
    margin-top: 15px;
  }
  .field_row.var_2:first-child {
    margin: 0;
  }
  .dock_headerUbp .fL.signBtnWrpr .mediumBtn_01,
  .dock_header .right_section .btn_2 {
    width: 90px;
    min-width: auto;
  }
  .left_cont_list {
    height: 148px;
  }
  /*.signup_form_list > li.middle_name.error .field_error_text {left: -166px; width: 330px;}*/
}

/* step 1 End */
/* step 2 Start */
.header_text.var_2 {
  margin-top: 5px;
  word-break: break-word;
}

.reject_message {
  color: red;
  font-size: 12px;
  margin-bottom: 5px;
}

.code_text {
  font-size: 12px;
  color: #666666;
  font-weight: 500;
  margin-top: 25px;
  line-height: 20px;
}

.code_text.change_email {
  color: #666666;
  font-weight: 600;
  margin-top: 5px;
}

.code_text.change_email a.link {
  color: #C0C0C0;
  font-weight: 500;
  text-decoration: underline;
}

.code_text.change_email a.link:hover {
  color: #333333;
}

.signup_form_list > li.width_50.middle_name .verify_btn {
  border: none;
}

.signup_form_list > li.width_50.middle_name .verify_btn .signup_btn {
  margin: 0;
}

.already_hv_an_acount.var_2 {
  text-align: left;
  margin-top: 0;
}

.hover_link {
  font-size: 14px;
  color: #C0C0C0;
  /*text-transform: capitalize;*/
  font-weight: 700;
}

.hover_link:hover {
  color: #212121;
}

.hover_link.var_2 {
  float: right;
  margin-top: 100px;
}

/* step 2 End */
/* step 3 Start */
.new_overlay_wrp.step_3 .signup_rhs_wrp_v2 {
  width: 100%;
}

.two_column_wp {
  display: flex;
  width: 100%;
  margin-top: 12px;
  padding-bottom: 140px;
  align-items: center;
}

.column_wp {
  float: left;
  width: 50%;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
}

.column_wp:first-child {
  padding-left: 0;
  padding-right: 20px;
  border-right: 1px solid #dedede;
}

.column_wp .signup_btn {
  margin: 0;
}

.column_wp .devider_text {
  width: auto;
  top: 50%;
  right: -13px;
  left: inherit;
  transform: translateY(-50%);
  margin-top: -6px;
  background-color: #ffffff;
  z-index: 5;
  display: block;
}

.column_wp .signup_form_list {
  margin-top: 0;
}

.column_wp .code_text {
  margin: 4px 0 23px 0;
}

@media only screen and (max-width: 767px) {
  .two_column_wp {
    display: inline-block;
  }
  .column_wp, .column_wp:first-child {
    width: 100%;
    padding: 0;
    float: none;
    border: none;
    margin-bottom: 20px;
  }
  .column_wp .devider_text {
    display: none;
  }
}

/* step 3 End */
.signup_btnWp.google_btn:before {
  content: " ";
  position: absolute;
  background-image: url(images/signup_v2/google_v2.png);
  width: 17px;
  height: 17px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  top: 8px;
  left: 12px;
  background-size: cover;
}

.long_field_error_text {
  position: static;
  bottom: inherit;
  left: inherit;
}

/* sign in overlay start */
.new_overlay_wrp.var_2 {
  width: 360px;
}

.new_overlay_wrp.var_2 .signup_rhs_wrp_v2 {
  width: 100%;
}

.new_overlay_wrp.var_2 .signup_btnWp {
  float: left;
  width: 48%;
}

.new_overlay_wrp.var_2 .google_btn {
  float: right;
}

.new_overlay_wrp.var_2 .confirm_check {
  margin-top: 10px;
}

.forgot_link {
  font-size: 12px;
  color: #201751;
  text-decoration: underline;
}

.text_center {
  text-align: center;
}

@media only screen and (max-width: 767px) {
  .new_overlay_wrp.var_2 {
    width: 100%;
  }
}

.nw_connect:before {
  content: " ";
  position: absolute;
  background-image: url(images/signup_v2/clients_ing.png);
  width: 24px;
  height: 16px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: -28px;
}

.nw_crd:before {
  content: " ";
  position: absolute;
  background-image: url(images/signup_v2/new_ltr.png);
  width: 24px;
  height: 18px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  left: -28px;
}

/* sign in overlay End */
/*  Existing Business overlay start */
.status_tag {
  height: 16px;
  font-size: 10px;
  color: #ffffff;
  padding: 1px 5px 3px 5px;
  border-radius: 2px;
  text-transform: uppercase;
  font-weight: 700;
}

.status_tag.pending {
  background: #fbad22;
}

.status_tag.reject {
  background: red;
}

.status_tag.accepted {
  background: green;
}

.grey_box {
  display: inline-block;
  width: 100%;
  background: #f8f8f8;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  margin-top: 20px;
  position: relative;
}

.grey_box .img_wp {
  float: left;
  width: 64px;
  height: 64px;
  line-height: 64px;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 0;
  background: #cccccc;
}

.grey_box .img_wp img {
  max-width: 100%;
  display: inline-block;
  vertical-align: middle;
}

.grey_text_block {
  float: right;
  width: calc(100% - 70px);
  padding-right: 42px;
  box-sizing: border-box;
}

.text_block {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.text_block:first-child {
  margin-top: 0;
}

.text_block_heading_1 {
  font-size: 12px;
  color: #222222;
  font-weight: 700;
  word-break: break-word;
}

.text_block_heading_2 {
  font-size: 11px;
  color: #828282;
}

.grey_box .code_text.change_email {
  position: absolute;
  top: 5px;
  right: 7px;
  margin: 0;
}

.mormal_link {
  float: right;
  font-size: 12px;
  color: #201751;
  text-decoration: underline;
}

.code_text .dark_text {
  color: #201751;
  font-weight: 700;
}

/*  Existing Business overlay End */
/* Create New Business Profile start */
.new_overlay_wrp.create {
  display: block;
}

.new_overlay_wrp.create .header_text {
  padding: 30px 30px 0 30px;
}

.code_text.var_2 {
  padding-left: 30px;
  margin-top: 20px;
}

#business_profile_share .new_overlay_wrp .header_text,
#business_profile_share .new_overlay_wrp .code_text {
  padding-left: 35px;
}

.autocomplete-suggestions.ddList.hei_01 li {
  text-align: left !important;
}

.dropdown-menu li:hover, .dropdown-menu .active {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.field_row .field_input > option {
  border-top: 1px solid red;
  padding: 2px 5px;
}

.vrifTxt.link {
  color: #85ce32;
  font-size: 12px;
  font-weight: 700;
  padding-left: 7px;
}

/*.vrifdIc.fL{width: 15px; height: 15px; margin-top: 3px;}*/
.vrifdIc_icon {
  float: left;
  margin-top: 2px;
}

.vrifdIc_icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92a";
  font-size: 15px;
  color: #85ce32;
}

#frmfield_mobile_number {
  float: right;
}

.field_row .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* auto suggest start */
.autocomplete-suggestions.ddList.hei_01 li {
  padding: 0 5px;
  box-sizing: border-box;
}

.autocomplete-suggestions.ddList.hei_01 li a {
  font-weight: 600;
  color: #333333;
}

.autocomplete-suggestions.ddList.hei_01 li .borDiv {
  display: none;
}

.autocomplete-suggestions.ddList.hei_01 li .img_wp {
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  float: left;
  font-size: 0;
  margin-top: 4px;
}

.autocomplete-suggestions.ddList.hei_01 li .img_wp img {
  width: 100%;
  height: 100%;
  position: static;
  left: inherit;
  top: inherit;
}

.autocomplete-suggestions.ddList.hei_01 li .company {
  float: left;
  font-size: 12px;
  color: #333333;
  padding-left: 5px;
  vertical-align: middle;
  width: calc(100% - 30px);
  text-overflow: ellipsis;
  overflow: hidden;
  padding-top: 3px;
}

.legal_name {
  font-size: 11px;
  color: #999999;
  display: inline-block;
  margin: 4px 0 4px 8px;
  float: left;
  text-overflow: ellipsis;
  overflow: hidden;
  width: 62%;
}

.autocomplete-suggestions.ddList.hei_01 li .locate {
  float: right;
  font-size: 12px;
  padding-top: 4px;
  color: #666666;
  width: 20%;
  text-overflow: ellipsis;
  overflow: hidden;
}

/* auto suggest End */
.tick_icon {
  position: absolute;
  top: 6px;
  right: 10px;
}

.tick_icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e957";
  color: #00dd11;
  font-size: 12px;
}

#social_login_cont .field_error_text {
  position: static;
  display: inline-block;
  bottom: inherit;
  left: inherit;
  margin-top: 15px;
}

.social_media_signup {
  position: relative;
  z-index: 1;
}

.social_media_signup .field_error_text {
  bottom: -25px;
}

@media only screen and (min-width: 0px) and (max-width: 326px) {
  /*.field_input{padding: 0 2px;}*/
}

.new_overlay_wrp.create .signup_rhs_wrp_v2 {
  float: left;
  padding-top: 0;
  padding-bottom: 60px;
}

.dwon_arrow {
  width: 0;
  height: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #cccccc;
  z-index: 3;
  float: left;
  position: absolute;
  top: 12px;
  right: 5px;
}

.flag_container {
  float: left;
  width: 45px;
  height: 34px;
  background: red;
}

.mobile_number .field_input {
  float: right;
  width: calc(100% - 45px);
}

.bottom_text {
  font-size: 10px;
  color: #828282;
  margin-top: 0;
}

.grey_box.var_2 .grey_text_block {
  float: left;
  padding-right: 5px;
}

.grey_box.var_2 .img_wp {
  float: right;
}

.signup_btn.upload_logo {
  background: #828282;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  margin: 0;
}

.grey_box.var_2 .already_hv_an_acount {
  text-align: left;
  margin: 0;
}

.add_plus_circle {
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.5);
  font-size: 26px;
  color: #ffffff;
  line-height: 28px;
  text-align: center;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: initial;
}

.text_area {
  font-size: 13px;
  color: #666666;
  padding: 10px;
  width: 100%;
  height: 125px;
  border-radius: 4px;
  box-sizing: border-box;
}

.activity_heading {
  font-size: 12px;
  color: #666666;
  font-weight: 700;
}

.activity_heading .activity_heading_small {
  font-weight: 500;
}

.add_plus_circle.fileinput-button input {
  width: 64px;
  height: 64px;
  margin: 0px;
  left: -19px;
  top: -19px;
}

.signup_btn.upload_logo.fileinput-button input {
  width: 100%;
  height: 24px;
  margin: 0;
}

.activity_list {
  list-style: none;
  margin: 5px 0 0 -5px;
}

.activity_list li {
  float: left;
  width: 50%;
  padding: 5px;
  box-sizing: border-box;
}

.activity_list li.width_100 {
  width: 100%;
}

.activity_list li a {
  display: block;
  font-size: 13px;
  color: #222222;
  /*text-align: center;*/
  border: 1px solid #cdcdcd;
  padding: 5px;
  border-radius: 4px;
  position: relative;
}

.activity_list li a .activity_list_text {
  position: relative;
  padding-left: 20px;
  display: inline-block;
}

.activity_list li.act a {
  background: #999999;
  color: #ffffff;
}

.activity_list li.act a .activity_list_text:before {
  position: absolute;
  top: 2px;
  left: 2px;
  content: "\e957";
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 12px;
  color: #ffffff;
  font-weight: 700;
}

.hover_link.var_3 {
  float: right;
  padding: 0 30px 30px 0;
}

@media only screen and (max-width: 767px) {
  .new_overlay_wrp.create {
    padding-bottom: 40px;
  }
  /*.signup_btn.create_btn{position: absolute; bottom: 20px; left: 50%; transform: translateX(-50%); width: 90%;}*/
  .grey_box.var_2 {
    margin-top: 0;
  }
  .radio_grp .lable_text {
    margin-top: 0;
  }
}

/* Create New Business Profile End */
/* add product overlay start */
.product_wrp {
  display: inline-block;
  width: 100%;
  padding: 30px 30px 0 30px;
  box-sizing: border-box;
}

.product_tab_list {
  list-style: none;
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #e0e0e0;
}

.product_tab_list li {
  float: left;
  margin: 5px;
}

.product_tab_list li .grey_box {
  margin: 0;
  padding: 4px;
  min-width: 120px;
  width: auto;
}

.product_tab_list li .grey_box .img_wp {
  width: 32px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  overflow: hidden;
  position: relative;
  font-size: 0;
  float: left;
}

.product_tab_list li .grey_text_block {
  width: calc(100% - 37px);
  padding: 0;
}

.product_tab_list li.act .grey_box {
  background: #cccccc;
}

.radio_group_wp {
  display: inline-block;
  width: 100%;
  margin-top: 30px;
}

.lable_text {
  float: left;
  font-size: 12px;
  color: #666666;
}

.radio_grp {
  float: left;
  margin-left: 40px;
}

.radio_grp .inpradio {
  float: left;
  -webkit-appearance: radio;
}

.radio_grp .lable_text {
  margin: -1px 0 0 5px;
}

.inr_col {
  float: left;
  position: relative;
  width: 30%;
}

.price_col {
  float: left;
  position: relative;
  width: 40%;
}

.unit_col {
  float: left;
  position: relative;
  width: 30%;
}

.per {
  font-size: 13px;
  color: #C0C0C0;
  float: left;
  width: 20px;
  margin-top: 9px;
}

.per + .unit_col_wp {
  float: right;
  width: calc(100% - 25px);
}

.code_text.var_3 {
  margin-top: 6px;
}

.grey_box.var_3 .text_block_heading_1 {
  font-size: 14px;
}

.grey_box.var_3 .text_block_heading_2 {
  font-size: 11px;
  color: #1E1E1E;
  font-weight: 700;
}

.grey_box.var_3 .grey_text_block {
  padding-right: 0;
}

.text_block_heading_3 {
  font-size: 11px;
  color: #828282;
}

.product_wrp.var_2 {
  padding: 10px 0 0 0;
}

.box_list_heading {
  font-size: 12px;
  color: #666666;
}

.product_wrp.var_2 .product_tab_list {
  border: none;
  margin-top: 5px;
}

.product_wrp.var_2 .product_tab_list li {
  margin: 2px 0;
}

.product_wrp.var_2 .product_tab_list li, .product_wrp.var_2 .product_tab_list li .grey_box {
  width: 100%;
  padding: 0 30px;
  box-sizing: border-box;
}

.mobile_border {
  width: calc(100% - 60px);
  height: 1px;
  background: #e0e0e0;
  display: none;
  margin: 0 auto;
}

@media only screen and (max-width: 767px) {
  .product_wrp {
    width: calc(100% - 60px);
    overflow: hidden;
    margin: 30px auto 0;
    display: block;
    padding: 0;
  }
  .product_tab_list {
    padding: 0;
    display: inherit;
    margin: 0;
    width: auto;
    white-space: nowrap;
    font-size: 0;
    overflow-x: scroll;
    overflow-y: hidden;
    margin-bottom: -7px;
  }
  .product_tab_list li {
    float: none !important;
    display: inline-block;
    width: auto !important;
  }
  .mobile_border {
    display: block;
  }
  .product_tab_list li .grey_box {
    padding: 5px 4px 10px 4px !important;
  }
}

/* add product overlay End */
.error_block {
  width: calc(100% - 2px);
  height: 260px;
  border: 1px solid red;
  border-radius: 4px;
  position: absolute;
  top: 43px;
  left: 0;
  background: #ffffff;
  z-index: 3;
}

.error_block.existing_company_error_block {
  height: 255px;
}

.error_text_block {
  background: red;
  font-size: 12px;
  color: #ffffff;
  padding: 8px 30px;
  width: 100%;
  display: inline-block;
  box-sizing: border-box;
}

.error_text_heading {
  font-size: 16px;
  color: #1E1E1E;
}

.error_text_wp {
  padding: 20px;
}

.error_text_wp .signup_btn {
  margin: 20px 0 0 0;
}

.column_wp .error_text_wp .code_text {
  line-height: normal;
  margin: 20px 0 0 0;
}

.error_text_wp .hover_link {
  margin-top: 20px;
  display: inline-block;
  width: 100%;
}

select.inr_select {
  font-size: 13px;
  color: #333333;
  height: 100%;
  position: relative;
  height: 34px;
  padding: 0 10px;
  width: 100%;
  border-radius: 4px;
}

#li_product_desc.field_row {
  margin-top: 15px;
  padding: 1px;
  box-sizing: border-box;
}

#li_product_desc.field_row.error {
  border-color: red;
}

#li_product_desc.field_row .field_error_text {
  bottom: -13px;
}

.field_row .dropdown-header {
  color: #333333;
  font-weight: 700;
  font-size: 14px;
  padding: 10px;
  box-sizing: border-box;
}

.field_row .dropdown-menu li a {
  color: #333333;
  font-size: 12px;
  text-align: left;
  padding: 5px;
  box-sizing: border-box;
  display: block;
  font-weight: 600;
}

.field_row .dropdown-menu li {
  box-sizing: border-box;
  border: none;
}

.field_row .dropdown-menu {
  position: absolute;
  background: white;
  border-radius: 4px;
  width: 100%;
  max-height: 200px;
  z-index: 5;
  overflow-x: hidden;
  left: -1px !important;
  top: 35px !important;
}

.field_row .dropdown-menu li:first-child {
  border-radius: 4px;
  left: -1px !important;
}

.field_row .dropdown-menu li a div {
  font-size: 10px;
  color: #999999;
  font-weight: normal;
  padding-left: 5px;
}

.field_row .intl-tel-input.allow-dropdown {
  border: none;
  float: left;
  padding: 1px 0;
}

.field_row .intl-tel-input .flag-container {
  position: absolute;
}

.field_row .intl-tel-input.allow-dropdown .selected-flag {
  padding-top: 11px;
  outline: none;
}

.flag_container {
  display: none;
}

.singUpWrp .frmfield_mobile_number .intl-tel-input.iti-container {
  position: absolute;
  top: 0 !important;
  left: 0 !important;
  height: 200px;
}

.field_row .intl-tel-input.iti-container {
  border: none;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  height: 200px;
}

.field_row .intl-tel-input .country-list {
  width: 100%;
}

.field_row .intl-tel-input .country-list .divider {
  margin-top: 0;
  background: none;
}

.field_row .intl-tel-input .country-list {
  top: 35px;
  left: -1px;
}

.field_row.creat_profile .intl-tel-input.iti-container {
  top: inherit !important;
  bottom: 33px;
}

.field_row.creat_profile .intl-tel-input .country-list {
  top: 0;
}

.autocomplete-suggestions.ddList.hei_01 li {
  text-align: left !important;
}

.dropdown-menu li:hover, .dropdown-menu .active {
  background-color: rgba(0, 0, 0, 0.05) !important;
}

.field_row .field_input > option {
  border-top: 1px solid red;
  padding: 2px 5px;
}

.vrifTxt.link {
  color: #85ce32;
  font-size: 12px;
  font-weight: 700;
  padding-left: 7px;
}

/*.vrifdIc.fL{width: 15px; height: 15px; margin-top: 3px;}*/
.vrifdIc_icon {
  float: left;
  margin-top: 2px;
}

.vrifdIc_icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e92a";
  font-size: 15px;
  color: #85ce32;
}

#frmfield_mobile_number {
  float: right;
}

.field_row .intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent;
}

/* auto suggest start */
.autocomplete-suggestions.ddList.hei_01 li {
  padding: 0 5px;
  box-sizing: border-box;
}

.autocomplete-suggestions.ddList.hei_01 li a {
  font-weight: 600;
  color: #333333;
}

.autocomplete-suggestions.ddList.hei_01 li .borDiv {
  display: none;
}

.autocomplete-suggestions.ddList.hei_01 li .img_wp {
  width: 24px;
  height: 24px;
  line-height: 24px;
  overflow: hidden;
  float: left;
  font-size: 0;
}

.autocomplete-suggestions.ddList.hei_01 li .img_wp img {
  width: 100%;
  height: 100%;
  position: static;
  left: inherit;
  top: inherit;
}

.autocomplete-suggestions.ddList.hei_01 li .company {
  float: left;
  font-size: 14px;
  padding-left: 5px;
  vertical-align: middle;
  padding-top: 3px;
}

.autocomplete-suggestions.ddList.hei_01 li .locate {
  float: right;
  font-size: 12px;
  padding-top: 4px;
  color: #666666;
}

/* auto suggest End */
.tick_icon {
  position: absolute;
  top: 6px;
  right: 10px;
}

.tick_icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e957";
  color: #00dd11;
  font-size: 12px;
}

#social_login_cont .field_error_text {
  position: static;
  display: inline-block;
  bottom: inherit;
  left: inherit;
  margin-top: 15px;
}

.social_media_signup {
  position: relative;
}

.social_media_signup .field_error_text {
  bottom: -25px;
}

@media only screen and (min-width: 0px) and (max-width: 326px) {
  /*.field_input{padding: 0 2px;}*/
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .company_country .autocomplete-suggestions.ddList.hei_01 li {
    line-height: normal;
  }
  .ddList li a, .autocomplete-suggestions.ddList li a {
    padding: 3px;
    font-size: 12px;
  }
  .company_country .ddList, .autocomplete-suggestions.ddList {
    display: block;
    left: inherit !important;
    padding: 0;
  }
  .social_media_signup .field_error_text {
    bottom: -16px;
  }
}

@media only screen and (max-width: 479px) {
  .social_media_signup .field_error_text {
    bottom: -26px;
  }
}

.cardRightWp .password_wrp .password.confirm {
  background: none;
}

.new_signUpNwCnt.scrl {
  width: 265px;
  position: fixed;
  bottom: 0;
  z-index: 5;
  display: none;
  opacity: 1;
}

.fkt_info {
  font-size: 14px;
  color: #000000;
  padding-top: 10px;
}

.email_exists {
  color: #00abbe;
  font-weight: 700;
  cursor: pointer;
}

.change_email .link, .already_hv_an_acount a.getcode {
  padding-left: 10px;
}

#image-placeholder .clsBtn_000 {
  top: 5px;
  right: 0;
  font-size: 12px;
}

#image-placeholder .clsBtn_000:before {
  background: #ffffff;
  padding: 5px;
}

.vrifCnt.dis {
  width: 50%;
  padding: 0 10px;
  box-sizing: border-box;
}

#image-placeholder .loader_v2 {
  width: 30%;
}

#otpsent_message {
  color: #2cc902;
  margin-top: 3px;
  display: inline-block;
}

.signup_rhs_wrp_v2 #successmsg {
  font-size: 12px;
  color: #85ce32;
  font-weight: 700;
  display: inline-block;
}

.field_row select.field_input, .field_row select.inr_select, .field_row.dd_arrow .field_input {
  background: url(../images/down_arrow.png) no-repeat right 5px top 12px;
}

.field_row select.field_input option {
  color: #333333;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .prod_btn_wp {
    position: relative;
    width: 100%;
    display: inline-block;
  }
  .signup_btn.san_btn {
    position: absolute;
    left: 30px;
    max-width: 290px;
    bottom: 20px;
  }
}

.signup_form_list > li .field_row.dd_arrow .ui-autocomplete {
  overflow: hidden;
  overflow-y: scroll;
  z-index: 10;
  left: -2px !important;
}

.field_row .ui-menu .ui-menu-item {
  font-size: 12px;
  padding: 8px 20px 8px 20px;
}

.field_row .ui-menu .ui-autocomplete-category {
  position: relative;
  box-sizing: border-box;
  padding-right: 25px;
  width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: pointer;
}

.field_row .ui-menu .ui-autocomplete-category:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e949";
  font-size: 10px;
  position: absolute;
  top: 11px;
  right: 10px;
  transform: rotate(-90deg);
}

.field_row .ui-menu .ui-autocomplete-category:hover {
  background: #f5f5f5;
  color: #666666;
}

.field_row .ui-menu .ui-autocomplete-category.act:before {
  transform: rotate(270deg);
}

.field_row .ui-menu .ui-autocomplete-category.open:before {
  transform: rotate(90deg);
}

/*.field_row .ui-menu .ui-autocomplete-category.act:before{transform: rotate(90deg);}*/
/*.field_row  .ui-menu > li:first-child{font-weight: 700; font-size: 14px;}*/
.field_row .ui-menu > li {
  border: none;
}

/*.field_row .ui-menu > li:first-child{color: #333333;  font-weight: bold; text-transform: uppercase;  font-size: 12px; padding: 10px;}*/
.ui-autocomplete-category {
  color: #333333;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 12px;
  padding: 10px;
}

.grey_box.var_2 .img_wp .plus_circle {
  display: none;
}

.autocomplete-suggestions.ddList {
  display: none;
}

@media only screen and (max-width: 767px) {
  /*#business_profile_create .signup_rhs_wrp_v2 .signup_btn.create_btn{position: absolute; bottom: 95px; max-width: 300px; left: 50%; transform: translateX(-50%);}*/
  #business_profile_create .hover_link {
    padding-top: 20px;
  }
  /* media query*/
  /*    .touch.scrollOver .wholeWrp,.touch.scrollOver .botNav,.touch.scrollOver .pswp{display: none;}*/
  /*    .scrollOver .wholeWrp {display: none;}*/
  .profile_top .userDisplay.glv2 .usercompany {
    margin-top: 17px;
  }
  .cookie_info {
    position: relative;
  }
  .error_block.existing_company_error_block {
    height: 335px;
  }
}

.show_verify_text {
  margin-top: 5px;
}

.show_verify_text .code_text {
  margin-top: 5px;
}

#business_profile_create .field_row.dd_arrow .ui-autocomplete {
  left: -1px !important;
  border-radius: 4px;
}

.field_row.company_country .ui-menu .ui-menu-item {
  padding: 10px;
}

.back_btn {
  position: absolute;
  top: 10px;
  left: 30px;
}

.back_btn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e949";
  font-size: 13px;
  color: #00abbe;
}

#change_mobile .back_btn {
  position: absolute;
  top: 7px;
  left: 20px;
}

.mobile_skip_verify {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.profileconnections .profileviewstxt {
  font-size: 12px;
  text-transform: inherit;
}

.search_company_system {
  font-size: 12px;
  position: absolute;
  top: -6px;
  left: 0;
  color: #666666;
}

.hover_link.var_2.step_3 {
  margin-top: 0;
}

.code_text.step_3 {
  margin-bottom: 0;
}

.code_text.search_join {
  margin-top: 0;
}

.create_do_later {
  float: right;
  text-align: right;
  padding: 0 30px 30px 0;
}

.create_do_later .hover_link.var_3 {
  padding: 0;
  width: 100%;
}

.show_verify_text {
  margin-top: 5px;
}

.show_verify_text .code_text {
  margin-top: 5px;
}

#business_profile_create .field_row.dd_arrow .ui-autocomplete {
  left: -1px !important;
  border-radius: 4px;
}

.field_row.company_country .ui-menu .ui-menu-item {
  padding: 10px;
}

.mobile_skip_verify {
  display: inline-block;
  width: 100%;
  margin-top: 5px;
}

.profileconnections .profileviewstxt {
  font-size: 12px;
  text-transform: inherit;
}

.search_company_system {
  font-size: 12px;
  position: absolute;
  top: -6px;
  left: 0;
  color: #666666;
}

.hover_link.var_2.step_3 {
  margin-top: 0;
}

.code_text.step_3 {
  margin-bottom: 0;
}

.code_text.search_join {
  margin-top: 0;
}

.create_do_later {
  float: right;
  text-align: right;
  padding: 0 30px 30px 0;
}

.create_do_later .hover_link.var_3 {
  padding: 0;
  width: 100%;
}

.mandatory_company_profile_text {
  font-size: 12px;
  margin-top: 5px;
  float: right;
}

.signup_rhs_wrp_v2 .signup_btn.upload_logo {
  border: none;
}

.search_ind:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e924";
  font-size: 20px;
  color: #8b9dae;
  position: absolute;
  top: 10px;
  left: 6px;
  font-size: 12px;
}

.search_ind {
  padding-left: 16px;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .singUpWrp .inp3 {
    font-size: 14px;
    color: #000000;
    background: transparent;
    height: 30px;
    line-height: 30px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .singUpWrp .frgtPaswrd .row_01 {
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .frgtTxt {
    font-size: 18px;
    color: #999999;
    font-weight: 300;
    margin: -4px 0 24px 0;
  }
  .frgtPaswrd .btn {
    width: inherit;
    margin-top: 15px;
    background: #cccccc;
    border: 1px solid #cccccc;
    color: #ffffff;
    cursor: default;
    float: right;
    height: 40px;
    line-height: 40px;
  }
  .mandatory_company_profile_text {
    font-size: 12px;
    margin-top: 5px;
    float: right;
  }
  .signup_rhs_wrp_v2 .signup_btn.upload_logo {
    border: none;
  }
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .singUpWrp .inp3 {
    font-size: 14px;
    color: #000000;
    background: transparent;
    height: 30px;
    line-height: 30px;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .singUpWrp .frgtPaswrd .row_01 {
    width: 100%;
    margin-top: 0;
    text-align: center;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  .frgtTxt {
    font-size: 18px;
    color: #999999;
    font-weight: 300;
    margin: -4px 0 24px 0;
  }
  .frgtPaswrd .btn {
    width: inherit;
    margin-top: 15px;
    cursor: default;
    float: right;
    height: 40px;
    line-height: 40px;
  }
  .overlay_wrp {
    box-sizing: border-box;
  }
  .errCont {
    display: none;
  }
  .frgtPaswrd .disable.btn {
    background: #cccccc;
    border: 1px solid #cccccc;
    color: #ffffff;
  }
  #register.overlay {
    z-index: 60;
  }
}

.company_create_disable:before {
  content: "";
  width: 100%;
  height: 100%;
  opacity: 0.7;
  background: #f7f7f7;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .continue_signup_txt {
    display: none;
  }
  .new_overlay_wrp .continue_signup_txt {
    display: block;
  }
}

/* new sign up- 3560 starts*/
.create_acc {
  font-size: 12px;
  color: #333333;
  font-weight: 700;
  font-family: "poppins";
}

.rig_sec .signup_rhs_wrp_v2 {
  padding-top: 0;
}

.rig_sec .signup_form_list {
  margin-top: 0;
}

.rig_sec .devider_line {
  margin-top: 0px !important;
}

.rig_sec .checkbox_text {
  font-size: 11px;
}

.rig_sec .continue_signup_txt, .continue_signup_txt {
  font-size: 12px;
  font-family: "poppins";
  text-align: justify;
}

.rig_sec .cre_acc {
  text-transform: uppercase;
}

.rig_sec .continue_signup_txt {
  padding-top: 5px;
}

.rig_sec .field_input, .field_input, .already_hv_an_acount {
  font-family: "poppins";
}

.rig_sec .signup_form_list > li.first_name .field_error_text {
  width: 115%;
}

.new_overlay_wrp .clsBtn_000:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e907";
  color: #333333;
}

.checkbox_text, .already_hv_an_acount {
  font-size: 12px;
  font-family: "poppins";
}

.rig_sec .ToolTip {
  right: 0;
  width: 197px;
  bottom: inherit;
  top: 45px;
}

.rig_sec .ToolTip .downArw_333 {
  position: absolute;
  margin: 0;
  top: -8px;
  right: 72px;
  transform: rotate(180deg);
}

.social_media_signup .signup_btnWp.error {
  border: 1px solid red;
}

.rig_sec .field_error_text {
  width: calc(100% + 15px);
  text-align: left;
}

.rig_sec .signup_btnWp {
  margin-top: 13px;
}

.netbanking_warning {
  font-size: 10px;
  color: #666666;
  position: absolute;
  left: 5px;
  color: #777777;
  bottom: -4px;
}

li.error .netbanking_warning {
  display: none;
}

.social_media_signup .error .ToolTip {
  display: block;
}

@media only screen and (min-width: 0px) and (max-width: 767px) {
  .continue_signup_txt {
    display: none;
  }
  .new_overlay_wrp .continue_signup_txt {
    display: block;
  }
  .fr_mob_ckpol {
    margin-top: 20px !important;
    display: block !important;
    padding-bottom: 20px;
  }
  .rig_sec .continue_signup_txt {
    display: block;
    padding-left: 10px;
  }
  .fr_mob_ckpol .checkbox_text {
    padding-left: 30px;
  }
}

.fr_mob_ckpol {
  display: none;
}

/* new sign up- 3560 starts*/
/* 3569 Removal of Repeat password field starts */
.visiblity_eye {
  display: none;
}

.visiblity_eye {
  /*background: url(images/icici/visible_eye.png) no-repeat;*/
  height: 24px;
  position: absolute;
  top: 8px;
  width: 24px;
  right: 35px;
  cursor: pointer;
  color: #8c8c8c;
}

/*.visiblity_eye.act{background: url(images/icici/invisible_eye.png) no-repeat; top: 4px;}*/
.signup_form_list:nth-child(5) {
  display: none;
}

#login_form_popup .signup_form_list .field_row .visiblity_eye {
  right: 10px;
  cursor: pointer;
}

/* 3569 Removal of Repeat password field starts ends */
/* new sign up- 3560 starts*/
/* gl- 3582 UAT */
#loginForm.overlay {
  z-index: 60;
}

.header_main .btn_2 {
  color: #ffffff !important;
}

#business_profile_create .rig_sec .field_input, .field_input, .already_hv_an_acount {
  /*font-family: "roboto";*/
  font-family: 'Open Sans', sans-serif;
}

.overlay.cnfrm_overlay .overlay_wrp .overlayHeader .clsBtn_000, .overlay.frm_contactus .overlay_wrp .overlayHeader .clsBtn_000.verification_allow {
  background: none;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 700;
  content: "\e907";
  color: #333333;
}

.scrollOver #loginForm.overlay, .scrollOver .overlay {
  z-index: 60 !important;
}

/* iphone mobile signin remember email checkbox text misalign start */
#login_form_popup .signup_form_list > li .confirm_check_custom {
  width: 100%;
}

/* iphone mobile signin remember email checkbox text misalign End */
#business_profile_create .rig_sec .field_input, .field_input, .already_hv_an_acount {
  /*font-family: "roboto";*/
  font-family: 'Open Sans', sans-serif;
}

/* new aquisition overlay start */
.aquisition_overlay {
  padding: 30px 20px 110px;
  box-sizing: border-box;
  text-align: center;
}

.aquisition_para {
  font-size: 14px;
  color: #000000;
  padding-top: 20px;
  line-height: 1.5;
  max-width: 400px;
  margin: auto;
  width: 100%;
  padding-bottom: 12px;
}

.aquisition_head {
  font-size: 24px;
  color: #393a81;
}

.aquisition_overlay .email_btn {
  font-size: 14px;
  color: #000000;
}

.aquisition_overlay .signup_btnWp.email_btn:before {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #000000;
  font-size: 16px;
  position: absolute;
  top: 10px;
  left: 15px;
  content: "\e91d";
}

.aquisition_login_opt {
  margin-bottom: 20px;
}

.aquisition_login_opt li {
  list-style: none;
  max-width: 256px;
  width: 100%;
  margin: auto;
}

.aquisition_login_opt li .signup_btnWp {
  margin-top: 15px;
  font-family: 'CircularStd-Medium';
  font-weight: normal;
}

.aquisition_login_opt li a {
  border-radius: 4px;
}

.aquisition_overlay .already_hv_an_acount {
  font-size: 14px;
  color: #797980;
}

.aquisition_overlay .login_anchor {
  color: #000000;
  text-decoration: none;
  font-weight: bold;
}

.aquisition_overlay .login_anchor:hover {
  text-decoration: underline;
}

.aquisition_overlay .checkbox_text {
  font-size: 12px;
  color: #666666;
  margin-top: 20px;
}

.aquisition_overlay .checkbox_text a {
  text-decoration: underline;
  color: #666666;
}

.aquisition_overlay .checkbox_text a:hover {
  color: #000000;
}

.aquisition_overlay .bottom_design {
  position: absolute;
  bottom: 0;
  right: 0;
}

.new_overlay_wrp.var_2 .aquisition_overlay .signup_btnWp {
  width: 100%;
}

@media only screen and (min-width: 1023px) {
  .new_overlay_wrp.aquisition_overlay_wrpr {
    width: 490px;
  }
}

@media only screen and (max-width: 767px) {
  .aquisition_para {
    padding-top: 20px;
  }
  .new_overlay_wrp.aquisition_overlay_wrpr {
    width: 290px;
    top: 80px;
  }
  .new_overlay_wrp.aquisition_overlay_wrpr .aquisition_overlay {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* new aquisition overlay end */
/* aquisition info band start */
.aquisition_info_band {
  background-color: #ffffff;
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 7;
  bottom: 0;
  /*display: none;*/
  border-radius: inherit;
  margin-top: 10px;
  text-align: center;
  box-shadow: 0 0 10px #cccccc;
}

.aquisition_info_band.fade {
  opacity: 0;
  display: block;
  -webkit-animation-name: fade_in;
  -webkit-animation-duration: 1s;
  animation-name: fade_in;
  animation-fill-mode: forwards;
  animation-duration: 1s;
}

.aquisition_info_band .container {
  background-image: url(../images/prelogin_aqua_btmband.png);
  background-position: right;
  background-size: contain;
  display: inline-block;
  background-repeat: no-repeat;
  padding: 30px 40px;
  box-sizing: border-box;
}

.aquisition_info_band .container .clsBtn_000 {
  margin-right: -30px;
  margin-top: -20px;
}

.aquisition_info_band .article_overlay_info_block {
  width: 75%;
  float: left;
}

.aquisition_info_band .article_overlay_heading_info {
  font-family: 'CircularStd-Medium';
  font-size: 24px;
  color: #797980;
  padding-bottom: 20px;
  text-align: left;
}

.aquisition_info_band .article_overlay_heading_span {
  color: #393a81;
}

.aquisition_info_band .article_overlay_desc_info {
  font-family: 'Gotham-Light';
  font-size: 14px;
  color: #000000;
  text-align: left;
}

.aquisition_info_band .btn_v2 {
  float: right;
  padding: 15px 30px;
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .aquisition_info_band .container {
    padding: 30px 20px;
  }
  .aquisition_info_band .container .clsBtn_000 {
    margin-right: 0;
  }
  .aquisition_info_band .article_overlay_info_block {
    width: 86%;
  }
  .aquisition_info_band .btn_v2 {
    padding: 15px 20px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .aquisition_info_band .container {
    padding: 20px 40px;
  }
  .aquisition_info_band .container .clsBtn_000 {
    margin-top: -10px;
  }
}

@media only screen and (max-width: 767px) {
  .aquisition_info_band .container {
    padding: 12px 24px;
    background: none;
  }
  .aquisition_info_band .container .clsBtn_000 {
    margin-right: -10px;
    margin-top: 0;
  }
  .aquisition_info_band .article_overlay_info_block {
    width: 100%;
  }
  .aquisition_info_band .article_overlay_heading_info {
    font-size: 16px;
    padding-bottom: 14px;
    text-align: center;
  }
  .aquisition_info_band .article_overlay_desc_info {
    font-size: 12px;
    text-align: center;
    line-height: 20px;
  }
  .aquisition_info_band .btn_v2 {
    float: none;
    padding: 12px 20px;
    display: inline-block;
    margin-top: 10px;
    border-radius: 4px;
  }
  #body.aqui_overlay {
    display: block;
  }
  #body.aqui_overlay + .overlay {
    background-color: rgba(0, 0, 0, 0.7);
  }
}

/* aquisition info band end */
.autocomplete-suggestions.ddList {
  width: calc(100% + 2px) !important;
  left: -1px !important;
  top: 36px;
  padding: 0 5px;
}

.autocomplete-suggestions.ddList.hei_01 li.creat_new {
  margin-top: 10px;
  pointer-events: none;
}

.autocomplete-suggestions.ddList.hei_01 li.creat_new .creat_new_text {
  font-size: 12px;
  color: #8c8c8c;
}

.autocomplete-suggestions.ddList.hei_01 li.creat_new:hover {
  background-color: #ffffff;
}

.autocomplete-suggestions.ddList.hei_01 li.creat_new.v2 {
  margin-bottom: 20px;
}

.autocomplete-suggestions.ddList.hei_01 li.add_compd_wp {
  padding: 10px 5px;
}

.autocomplete-suggestions.ddList.hei_01 li.add_compd_wp .add_comd_link {
  float: left;
  width: auto;
  padding: 0;
  font-size: 15px;
  font-weight: normal;
  font-size: 14px;
  font-weight: 700;
}

.autocomplete-suggestions.ddList.hei_01 li.add_compd_wp .add_comd {
  float: right;
  font-size: 12px;
  margin-right: 0;
  color: #333333;
  font-weight: 700;
}

.autocomplete-suggestions.ddList.hei_01 li.add_compd_wp .add_comd:hover {
  text-decoration: underline;
}

/* signup revamp start 4458 */
#register .confirm_check a {
  text-decoration: underline;
}

#register .new_overlay_wrp {
  width: 450px;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 {
  width: 100%;
  padding: 25px 70px;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .social_media_signup_container {
  display: none;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .email_signup_text {
  font-size: 20px;
  color: #000000;
  width: 100%;
  text-align: center;
  position: relative;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .email_signup_text .backarrow {
  background: url(../images/backarrow.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 3px;
  left: -40px;
  background-size: contain;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .signup_btnWp {
  border-radius: 6px;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .already_hv_an_acount {
  margin-top: 30px;
  font-size: 14px;
  color: #666666;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .already_hv_an_acount a {
  color: #000000;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .signup_with_social_container {
  display: block;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay {
  padding: 0;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_head {
  font-size: 20px;
  color: #000000;
  width: calc(100% + 4px);
  margin-left: -2px;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_para {
  font-size: 18px;
  color: #0e0c0c;
  font-weight: 700;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li {
  max-width: inherit;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .signup_btnWp.email_btn {
  background: #ffffff;
  color: #333333;
  border: 1px solid #cdcdcd;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .signup_btnWp.email_btn:before {
  content: "\e9d7";
  top: 7px;
  font-size: 24px;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .signup_btnWp {
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  font-size: 16px;
  color: #333333;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .fb_btn .facebkIc:before {
  font-size: 20px;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .signup_btnWp.google_btn:before {
  width: 20px;
  height: 20px;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .signup_btnWp.google_btn:hover {
  background: #f7f6f6;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .signup_btnWp.email_btn:hover {
  background: #f7f6f6;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .devider_line {
  background: none;
  margin-top: 25px !important;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .aquisition_login_opt li .devider_line .devider_text {
  font-size: 12px;
  color: #8c8c8c;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .checkbox_text {
  color: #8c8c8c;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .checkbox_text a {
  color: #8c8c8c;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .aquisition_overlay_wrpr .aquisition_overlay .already_hv_an_acount .login_anchor {
  font-weight: normal;
  color: #000000;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .checkbox_text, #register .new_overlay_wrp .signup_rhs_wrp_v2 .already_hv_an_acount {
  font-family: "Roboto", sans-serif;
}

#register .signup_form_list > li.signup_password .field_row {
  float: left;
  width: calc(100% - 64px);
}

#register .signup_form_list > li.signup_password .visiblity_eye {
  font-size: 12px;
  color: #858585;
  display: block;
  top: inherit;
  right: inherit;
  float: left;
  position: relative;
  padding-left: 22px;
  margin: 10px 0 0 10px;
  background: none;
}

#register .signup_form_list > li.signup_password .visiblity_eye:before {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -1px;
}

.psw_info_prop {
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.psw_info_prop .psw_info_text {
  float: left;
  font-size: 12px;
  color: #8c8c8c;
  margin: 0;
}

.psw_info_prop .psw_list {
  float: left;
  margin: 0 0 0 10px;
  list-style-type: none;
}

.psw_info_prop .psw_list li {
  color: #8c8c8c;
  font-size: 10px;
  font-weight: 700;
  float: left;
  position: relative;
  padding-left: 13px;
  margin-left: 10px;
  text-align: center;
}

.psw_info_prop .psw_list li:first-child {
  margin-left: 0;
}

.psw_info_prop .psw_list li::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 100%;
  position: absolute;
  top: 4px;
  left: 0;
  background: #8c8c8c;
}

.psw_info_prop .psw_list li span {
  font-size: 14px;
  font-weight: normal;
}

.psw_info_prop .psw_list li.disable {
  color: #E5E5E5;
}

.psw_info_prop .psw_list li.disable:before {
  /*background: #E5E5E5;*/
}

.psw_set {
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: #d8d8d9;
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
  display: inline-block;
  width: 100%;
  margin-top: 10px;
}

.psw_set .psw_set_text {
  font-size: 10px;
  color: #000000;
  position: relative;
  padding-left: 20px;
  text-align: left;
  line-height: 30px;
}

.psw_set .psw_set_text:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e952";
  color: #000000;
  font-size: 13px;
  position: absolute;
  top: 8px;
  left: 0;
  font-weight: 700;
}

#register .new_overlay_wrp .signup_rhs_wrp_v2 .signup_with_email_container {
  display: none;
}

#register.signup_with_email_act .new_overlay_wrp .signup_rhs_wrp_v2 .signup_with_email_container {
  display: block;
}

#register.signup_with_email_act .new_overlay_wrp .signup_rhs_wrp_v2 .signup_with_social_container {
  display: none;
}

#register.signup_with_email_act .clsBtn_000 {
  display: none;
}

#register.signup_with_email_act .signup_form_list li .confirm_check {
  text-align: center;
}

#register.signup_with_email_act .signup_btn {
  border-radius: 5px;
}

#registration_form_campaign #register .email_signup_text {
  display: none;
}

#registration_form_campaign #register .signup_with_social_container {
  display: none;
}

#loginForm .new_overlay_wrp.var_2 {
  width: 450px;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 {
  padding: 25px 70px;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .header_text {
  width: calc(100% + 20px);
  margin-left: -10px;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .header_text .lhs_sub_head_txt, #loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .header_text .lhs_head_txt {
  font-weight: normal;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .signup_form_list {
  margin-bottom: 15px;
  margin-top: 15px;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .signup_form_list li {
  padding: 7px 0 6px 0;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .signup_form_list li .confirm_check_custom:before {
  border-color: #e6e6e6;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .signup_form_list li .forgot_link {
  display: inline-block;
  margin-top: 5px;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .signup_btn {
  border-radius: 5px;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .already_hv_an_acount {
  font-size: 14px;
}

#loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 .already_hv_an_acount a {
  font-weight: normal;
}

@media only screen and (max-width: 767px) {
  #register .new_overlay_wrp {
    width: 100%;
  }
  #register .new_overlay_wrp .signup_rhs_wrp_v2 {
    padding: 20px;
  }
  #register .new_overlay_wrp .signup_rhs_wrp_v2 .email_signup_text .backarrow {
    left: 0;
  }
  #loginForm .new_overlay_wrp.var_2 {
    width: 100%;
  }
  #loginForm .new_overlay_wrp.var_2 .signup_rhs_wrp_v2 {
    padding: 20px;
  }
}

#loginForm .signup_form_list li .checkbox_text, .new_mailPassCnt .checkbox_text {
  margin-top: 0;
}

/* signup revamp End 4458 */
/* signup revamp End 4458 */
/* reset password revamp start 4468*/
.new_overlay_wrp.reset_password {
  max-width: 450px;
  width: 100%;
  height: 360px;
}

.new_overlay_wrp.reset_password .reset_pass_wp {
  display: inline-block;
  width: 100%;
  padding: 25px 45px;
  box-sizing: border-box;
  text-align: center;
}

.new_overlay_wrp.reset_password .reset_pass_wp .reset_heading {
  font-size: 20px;
  color: #000000;
  text-align: center;
}

.new_overlay_wrp.reset_password .reset_pass_wp .reset_info {
  font-size: 14px;
  color: #666666;
  margin-top: 10px;
}

.new_overlay_wrp.reset_password .reset_pass_wp .reset_info.var_2 {
  margin-top: 115px;
}

.new_overlay_wrp.reset_password .reset_pass_wp .inner_reset_wp.signup_password .form_list li .password_indBox {
  top: 12px;
}

.new_overlay_wrp.reset_password .reset_pass_wp .inner_reset_wp.signup_password .psw_info_prop.reset .psw_list li.one_number_li {
  margin-left: 0;
}

.reset_password.link_expired {
  min-height: inherit;
  height: 60px;
}

.inner_reset_wp {
  width: 90%;
  margin: 30px auto 0;
}

.psw_info_prop.reset {
  margin: 0 0 20px 0;
}

.psw_set.reset {
  text-align: left;
}

.btn_v2.reset {
  display: block;
  /*margin-top: 85px;*/
  text-transform: capitalize;
  float: none;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  font-size: 16px;
  border-radius: 5px;
  color: #ffffff;
}

/*.btn_v2.reset.recovery{margin-top: 25px;}
.btn_v2.reset.confirm{margin-top: 130px;}*/
.notamember {
  font-size: 14px;
  color: #666666;
  display: inline-block;
  width: 100%;
  text-align: center;
  margin-top: 18px;
}

.notamember .rlink {
  color: #000000 !important;
  text-decoration: underline !important;
}

.notamember.var_2 {
  margin-top: 13px;
}

.notamember.var_2 .tick_ic:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e957";
  font-size: 10px;
  color: #27b800;
  padding-right: 5px;
}

.circle_tick_icon {
  margin: 15px auto;
}

.circle_tick_icon:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e952";
  font-size: 30px;
  color: #27b800;
  padding-right: 5px;
}

.email_id_text {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
}

.code_inp_list {
  list-style: none;
  display: inline-block;
  margin-top: 60px;
}

.code_inp_list li {
  float: left;
  width: 40px;
  margin-left: 10px;
  border-bottom: 1px solid #e6e6e6;
}

.code_inp_list li:first-child {
  margin-left: 0;
}

.code_inp_list li .code_inp {
  width: 100%;
  font-size: 16px;
  color: #000000;
  text-align: center;
}

.resend_code {
  font-size: 12px;
  color: #8c8c8c;
  margin-top: 16px;
}

.form_list {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.form_list li {
  float: left;
  border-radius: 4px;
  position: relative;
  width: 100%;
  position: relative;
  margin-top: 25px;
  text-align: left;
  /* Safari 4.0 - 8.0 */
  /* Standard syntax */
}

.form_list li:first-child {
  margin-top: 0;
}

.form_list li .form_inpt {
  width: 100%;
  height: 36px;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  font-size: 14px;
  color: #000000;
  padding: 0 10px;
  box-sizing: border-box;
}

.form_list li .form_inpt:focus {
  border-color: #00abbe;
}

.form_list li .form_inpt.ddarrow {
  background: url(../themes/images/onboard/drop-down-arrow.png) no-repeat right 10px top 14px;
}

.form_list li .focus_text {
  font-size: 11px;
  color: #00abbe;
  position: absolute;
  top: -9px;
  left: 8px;
  font-weight: 500;
  background: #ffffff;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 2px;
  display: none;
}

.form_list li .focus_text.fade_effect {
  opacity: 0;
  display: block;
  -webkit-animation-name: fade_in;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 0.5s;
  /* Safari 4.0 - 8.0 */
  animation-name: fade_in;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade_in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.form_list li .visiblity_eye {
  font-size: 12px;
  color: #858585;
  display: block;
  top: inherit;
  right: inherit;
  float: left;
  position: relative;
  padding-left: 22px;
  margin: 10px 0 0 10px;
}

.form_list li .visiblity_eye:before {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: -1px;
}

.form_list li .password_indBox {
  right: 70px;
  top: 18px;
}

.form_list li.weak .weak_pwd {
  display: block;
}

.form_list li.fair .fair_pwd {
  display: block;
}

.form_list li.good .password_indBox {
  background-color: #00dd11;
}

.form_list li.width_50 {
  width: 48%;
}

.form_list li.width_50.right {
  float: right;
}

.form_list li.tax .form_inpt {
  float: left;
  width: calc(100% - 67px);
}

.form_list li.tax .verify_text {
  text-decoration: underline;
  float: left;
  margin: 11px 0 0 10px;
  font-weight: 500;
}

.form_list .form_list_error {
  font-size: 12px;
  color: #fd0101;
  display: none;
  position: absolute;
  bottom: -20px;
  left: 0;
}

.form_list li.error .form_list_error {
  display: inline-block;
  width: 100%;
}

.form_list li.error .focus_text {
  color: #fd0101;
}

.form_list li.error .form_inpt {
  border-color: #fd0101;
}

.form_list li.new_password .form_inpt {
  width: calc(100% - 60px);
  float: left;
}

.reset_pass_wp .bottom_fix {
  position: absolute;
  bottom: 20px;
  left: 0;
  box-sizing: border-box;
  width: 100%;
  padding: 0 65px;
}

.resend_code_btn {
  text-decoration: underline !important;
  color: #000000 !important;
}

@media only screen and (max-width: 767px) {
  .new_overlay_wrp.reset_password .reset_pass_wp {
    padding: 20px;
  }
  .new_overlay_wrp.reset_password .reset_pass_wp .bottom_fix {
    padding: 0 35px;
  }
}

#divOuter {
  list-style: none;
  display: inline-block;
  margin-top: 60px;
  overflow: hidden;
  width: 290px;
  list-style: none;
  display: inline-block;
}

#divOuter #divInner {
  left: 0;
  position: sticky;
}

#divOuter #divInner #partitioned {
  padding-left: 10px;
  letter-spacing: 42px;
  border: 0;
  background-image: linear-gradient(to left, black 70%, rgba(255, 255, 255, 0) 0%);
  background-position: bottom;
  background-size: 50px 1px;
  background-repeat: repeat-x;
  background-position-x: 35px;
  width: 320px;
  box-sizing: border-box;
}

@media only screen and (max-width: 767px) {
  #divOuter #divInner #partitioned {
    /*width: 275px;*/
  }
}

.wrong_code_error {
  font-size: 12px;
  color: #fd0101;
}

/* reset password revamp End 4468*/
/*----- New prelogin main page start -----*/
.new_grey_bg {
  background-color: #f5f5f5;
  width: 100%;
  display: inline-block;
}

.new_lgn_prelogSignCnt {
  padding: 28px 0 0 0;
  max-width: 1060px;
  margin: 0 auto;
}

.new_lgn_prelogSignCnt .new_colRight {
  float: right;
  width: 760px;
}

.new_mailPassCnt {
  float: left;
  width: 530px;
  margin-left: 80px;
}

.new_topRow {
  margin-top: 5px;
}

.new_topRow .new_colum {
  float: left;
  width: 250px;
  position: relative;
}

.new_colum .new_custcheckBox.link {
  text-indent: 10px;
  margin: 0;
}

.new_colum .new_link {
  font-size: 12px;
  color: #222222;
  display: inline-block;
  margin: 5px 0 0 2px;
  float: left;
  font-family: "poppins";
  width: 100%;
}

.new_checkBox input[type=checkbox]:checked + .new_custcheckBox:before {
  content: "";
  text-align: center;
  background: #000000 url(images/blcTic.jpg) no-repeat center;
  background-size: cover;
}

.social_btn {
  float: right;
  margin-left: 27px;
}

.divider_line {
  display: inline-block;
  position: relative;
  height: 1px;
  /*background-color: #dedede; */
  margin-top: 30px;
  border-left: 1px solid #dedede;
  height: 67px;
  left: 50px;
  margin-left: -3px;
  bottom: 32px;
}

.divider_text {
  width: 20px;
  position: absolute;
  top: 23px;
  transform: translateX(-50%);
  background: #f5f5f5;
  padding: 0 5px 0px 2px;
  box-sizing: border-box;
  font-size: 16px;
  color: #cdcdcd;
}

.signup_btnWrp.new_google_btn {
  background-color: #ffffff;
  color: #222222;
  border: 1px solid #cdcdcd;
  position: relative;
}

.signup_btnWrp.new_fb_btn {
  border: 1px solid #4267b0;
}

.new_passinfo {
  font-size: 20px;
  color: #222222;
  float: left;
  margin-top: 15px;
}

.signup_btnWrp {
  position: relative;
  margin: 10px 17px 0 0;
  width: 40px;
  font-weight: 700;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 20px;
  font-size: 14px;
  display: inline-block;
  background: #ffffff;
  color: #ffffff;
  border: 1px solid #cdcdcd;
}

.new_colLeft {
  float: left;
}

.new_topRow .new_colum .new_inp3 {
  width: 100%;
  background: white;
  border-radius: 5px;
  box-sizing: border-box;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  color: #666666;
  border: 1px solid;
  padding: 0px 5px 0px 10px;
}

/*.new_topRow .new_inp3 { width: 100%; font-size: 18px; padding-bottom: 16px; color: #000000; box-sizing: border-box;}*/
.new_pwd {
  width: 100%;
  background: white;
  padding: 10px 0px 15px 20px;
  border-radius: 5px;
  background: #ffffff;
}

.new_lgn_prelogSignCnt .new_signBtnWrpr {
  margin-top: 6px;
}

/*.new_frmfield.new_frmfield_email_adrs input{width: 100%; background: white; padding: 10px 0px 15px 20px; border-radius: 5px;}*/
.new_topRow .new_fR {
  float: right;
}

.new_colum .checkBox {
  margin-top: 3px;
}

.new_custcheckBox:before {
  content: "";
  display: inline-block;
  cursor: pointer;
  width: 14px;
  height: 14px;
  color: #ffffff;
  border: 1px solid #cccccc;
  float: left;
  box-sizing: border-box;
  margin-top: 2px;
}

.new_topRow .new_colum .confirm_check {
  margin-top: 0;
}

.confirm_check input {
  display: none;
}

.confirm_check input[type="checkbox"]:checked + .new_custcheckBox::before {
  content: "";
  text-align: center;
  background: url(images/grey_Tic.png) no-repeat center;
  background-size: auto;
  background-size: cover;
  border: none;
}

.checkbox_text {
  float: left;
  width: calc(100% - 14px);
  padding-left: 10px;
  box-sizing: border-box;
}

.new_fL .mediumBtn_01 {
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
  color: #ffffff;
  /*border: 1px solid #ff7900;*/
  text-align: center;
  border-radius: 30px;
  min-width: 130px;
  /*background-color: #ff7900;*/
  font-weight: 700;
  width: auto;
  line-height: normal;
  height: 43px;
  position: relative;
}

.new_fL.new_signBtnWrpr {
  float: right;
}

#social_login_cont .new_facebk:before {
  background-size: cover;
  content: " ";
  position: absolute;
  background-image: url(images/signup_v2/google_v2.png);
  width: 17px;
  height: 17px;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  top: 12px;
  left: 50%;
  transform: translate(-50%);
}

.new_fb_btn .facebkIc {
  position: relative;
}

.facebk_icn:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e968";
  position: absolute;
  color: #4267b0;
  top: 14px;
  left: 50%;
  transform: translate(-50%);
  font-weight: 700;
}

#social_login_cont .new_facebk {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
}

.facebk_icn {
  position: relative;
  top: 0px;
  font-family: roboto;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

/*.new_fL .mediumBtn_01.disable{background: #cccccc; border: 1px solid #cccccc;  cursor: default;}*/
.new_fL button.mediumBtn_01[type="submit"]:disabled {
  background: #cccccc;
  border: 1px solid #cccccc;
  cursor: default;
}

#social_login_cont {
  width: 250px;
  float: left;
  margin: 0 auto;
}

@media only screen and (min-width: 768px) and (max-width: 1279px) {
  .new_colRight {
    /*float: none;*/
    margin: 0 auto;
  }
  .new_fL .mediumBtn_01 {
    min-width: 109px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1279px) {
  .new_lgn_prelogSignCnt {
    padding: 28px 20px 20px 20px;
  }
  .new_mailPassCnt {
    width: 415px;
    margin: 0;
    float: left;
  }
  .new_topRow .new_colum {
    width: 195px;
  }
  .new_colRight {
    width: 564px !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
  .divider_line {
    display: none;
  }
  #social_login_cont.new_colLeft {
    float: none;
  }
  .new_lgn_prelogSignCnt .new_colRight {
    width: 660px;
  }
  .new_mailPassCnt {
    margin-left: 0;
  }
  #social_login_cont.new_colLeft {
    float: none;
  }
  .new_colRight {
    float: none !important;
  }
}

.new_mailPassCnt .errorIc {
  background: none;
}

.new_mailPassCnt .errorIc:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e972";
  color: #fd1111;
  width: 18px;
  height: 18px;
  font-weight: 700;
}

.new_mailPassCnt .errCont {
  position: absolute;
  background-color: transparent;
  padding: 8px 20px 0 10px;
  top: 4px;
  right: 0;
}

.new_colum.new_frmfield .errCont .ToolTip.cen {
  right: -88px;
  text-align: center;
  width: 235px;
  line-height: normal;
  position: absolute;
  z-index: 2;
  /*top: -40px;*/
}

.new_colum .ttTxt {
  background-color: #333333;
  color: #ffffff;
  font-size: 14px;
  font-weight: 300;
  min-width: 75px;
  padding: 6px 10px;
  text-align: center;
}

.new_colum .ToolTip.cen .downArw_333 {
  display: block;
  float: inherit;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0);
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #333333;
  display: block;
  height: 0;
  width: 0;
}

.err .errCont {
  display: block;
}

.errCont {
  display: none;
}

@media only screen and (max-width: 767px) {
  .new_container_main {
    display: none;
  }
}

/*.wholeWrp .container_main.prelogin{border: none;}*/
/*----- New prelogin main page end-----*/
/* mandatory field start */
.mandate_text {
  font-size: 12px;
  color: #8c8c8c;
  display: inline-block;
  margin-left: 20px;
  float: left;
  margin-top: -130px;
}

.mandate_text .astrik {
  color: red;
  font-weight: 700;
}

@media only screen and (min-width: 768px) {
  .product_item.prod_btn_wp .mandate_text {
    margin-top: 0;
  }
}

@media only screen and (max-width: 767px) {
  .mandate_text {
    margin-top: -50px;
  }
}

/* mandatory field End */
#loginForm .signup_form_list li .checkbox_text, .new_mailPassCnt .checkbox_text {
  margin-top: 0;
}

/* sign up tabbing start 4320 */
.signup_tabbing {
  height: 465px;
}

.signup_tabbing #register .continue_signup_txt {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
  margin-top: 21px;
}

.signup_tabbing #loginForm .header_text.text_center {
  text-align: left;
  margin-top: 15px;
}

.signup_tabbing #loginForm .header_text.text_center .lhs_sub_head_txt, .signup_tabbing #loginForm .lhs_head_txt {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
}

.signup_tabbing #loginForm .signup_btnWp {
  width: 48%;
  float: left;
  margin-top: 9px;
}

.signup_tabbing #loginForm .signup_btnWp.google_btn {
  float: right;
}

.signup_tabbing #loginForm .signup_form_list {
  margin-top: 10px;
}

.signup_tabbing #loginForm .signup_form_list > li {
  padding: 5px 0;
}

.signup_tabbing #loginForm .signup_form_list > li .confirm_check {
  margin-top: 5px;
}

.signup_tabbing #loginForm .devider_line {
  margin-top: 20px !important;
}

.signup_tabbing #loginForm .forgot_link {
  float: left;
  margin: 5px;
}

.signup_tab_list {
  list-style: none;
  display: inline-block;
  width: 100%;
  margin: 0;
}

.signup_tab_list li {
  float: left;
  height: 40px;
  line-height: 40px;
  text-align: center;
  width: 50%;
  background: #f3f5f6;
  border-top: 2px solid #f3f5f6;
}

.signup_tab_list li a {
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  color: #000000;
  font-weight: 700;
}

.signup_tab_list li:first-child {
  border-top-left-radius: 10px;
}

.signup_tab_list li:last-child {
  border-top-right-radius: 10px;
}

.signup_tab_list li.act {
  background: #ffffff;
}

.signup_tab {
  display: none;
}

.signup_tab.act {
  display: block;
}

.signup_btn.tlogin_btn {
  background: #ffffff;
  border-color: #e9edf1;
  color: #000000;
  margin-top: 10px;
}

/* sign up tabbing End 4320 */
@media only screen and (max-width: 767px) {
  .reset_pass_wp .inner_reset_wp .form_list li.error .form_list_error {
    font-size: 10px;
    margin: 0;
  }
}

.new_overlay_wrp.instaod_ovrly {
  width: 440px;
}

.instaod_wrp {
  padding: 20px;
  width: 100%;
  display: inline-block;
  position: relative;
}

.insta_od_hdr {
  font-weight: 700;
  color: #000000;
}

#insta_od_form_overlay .clsBtn_000 {
  z-index: 1;
}

.instaod_wrp .btm_tnc_txt {
  font-size: 12px;
  color: #666666;
  margin-bottom: 60px;
}

.instaod_wrp .bottom_wrpr {
  position: absolute;
  display: inline-block;
  bottom: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px;
  padding-top: 0;
}

.instaod_wrp .bottom_txt {
  font-size: 12px;
  color: #666666;
}

.instaod_wrp .btn {
  margin: 0;
  float: right;
  border-color: #F6821F;
  background-color: #F6821F;
  padding: 8px 10px;
  border-radius: 3px;
  height: auto;
  line-height: normal;
  min-width: 110px;
  font-size: 14px;
  color: #ffffff;
}

.instaod_wrp .logo_ovrly {
  width: 100%;
  max-width: 163px;
  height: 33px;
  display: flex;
  margin: 0 auto 35px;
}

.instaod_wrp .logo_ovrly img {
  width: 100%;
}

.instaod_wrp .mobile_number .field_input {
  width: 100%;
}

.instaod_wrp .field_row input {
  background-color: #f6f8fa;
}

.instaod_wrp .signup_form_list {
  margin-bottom: 0;
}

.instaod_wrp .signup_form_list > li.width_50.last_name {
  float: right;
}

.instaod_wrp .email_address {
  padding-bottom: 0;
}

.instaod_wrp .signup_form_list li .field_error_text.field_error_common {
  bottom: 0 !important;
}

#od_acc_apply .field_error_text {
  bottom: -20px;
}

@media only screen and (max-width: 767px) {
  .new_overlay_wrp.instaod_ovrly {
    width: 100%;
  }
  .instaod_wrp .logo_ovrly img {
    display: block;
  }
}

#change_mobile .change_mobile .signup_form_list .field_error_text {
  bottom: -10px;
}

#companyprofile_about.userprofile .overlay_wrp .companyprofile_edit .nameEditCnt .nameRow .search_ind.company_create_field_el .ui-menu {
  max-height: 140px;
}

.instaod_ovrly .business_type .field_input:focus {
  outline: none;
}

.instaod_ovrly .business_type .field_input {
  -webkit-appearance: none;
}

#company_verification .post_comment_overlay.new_overlay_wrp {
  max-width: 750px;
}

#company_verification .post_txt {
  margin: 0;
}

/* 5435 joining close  group overlay start */
.close-grp-overlay-wrp {
  max-width: 500px;
}

.close-grp-overlay-wrp .circle_tick_icon_bg::before {
  content: "\e957";
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-right: 10px;
  background-color: #84CF20;
  border: 1px solid #ffffff;
  border-radius: 50%;
  color: #ffffff;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.close-grp-overlay-wrp .overlay_para_v2 {
  font-size: 16px;
  color: #000000;
}

.close-grp-overlay-wrp .userDisplay.glv2 .userlocation {
  text-align: left;
  font-family: roboto !important;
}

.close-grp-overlay-wrp .locationIc_v1:before {
  font-family: 'icomoon' !important;
}

.new_overlay_wrp.comp-verify-overlay.close-grp-overlay-wrp {
  max-width: 500px;
}

.new_overlay_wrp.comp-verify-overlay.close-grp-overlay-wrp .usercompany {
  font-size: 12px;
  color: #666666;
}

.new_overlay_wrp.comp-verify-overlay.close-grp-overlay-wrp .userDisplay.glv2 .username {
  text-align: left;
}

/* 5435 joining close  group overlay end */
/* cross ci block start */
.cross_ci_block {
  width: 350px;
  background-color: #ffffff;
  border-radius: 10px;
  float: left;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  margin-top: 30px;
  padding: 30px 30px 22px 30px;
  box-sizing: border-box;
}

.cross_ci_block .cross_ci_heading {
  font-size: 24px;
  color: #212121;
  font-weight: 500;
}

.cross_ci_block .cross_ci_info_txt {
  font-size: 16px;
  line-height: 22px;
  color: #4a4a4a;
  margin-top: 5px;
}

.cross_ci_block .cross_ci_btn {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #ffffff;
  font-weight: 500;
  border-radius: 25px;
  margin-top: 15px;
  background: #d96d00;
  padding: 0 40px;
  width: 100%;
  transition: all 0.8s;
}

.cross_ci_block .cross_ci_btn:hover {
  background: #ae5600;
}

.cross_ci_block .cross_ci_btn:focus, .cross_ci_block .cross_ci_btn_2:focus {
  outline: none;
}

.cross_ci_block .cross_ci_btn_2 {
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #d96d00;
  font-weight: 500;
  border-radius: 25px;
  margin-top: 15px;
  border: 1px solid #d96d00;
  padding: 0 40px;
  margin: 12px auto 0;
  background: #ffffff;
}

.cross_ci_block .cross_ci_btn_2 img {
  max-width: 20px;
  margin-right: 5px;
}

.cross_ci_block .cross_ci_btn_2:hover {
  background: #ae5600;
  color: #ffffff;
}

.cross_ci_block .cross_ci_btn_2:hover img {
  color: #ffffff;
}

.cross_ci_block .cross_devider {
  width: 100%;
  display: flex;
  height: 1px;
  background: #c4c4c4;
  margin: 30px 0 25px;
}

.cross_ci_block .cross_ci_btn_2:hover .login_icon_white {
  display: block;
}

.cross_ci_block .login_icon_white {
  display: none;
}

.cross_ci_block .cross_ci_btn_2:hover .hover_none {
  display: none;
}

.cross_ci_block .cross_ci_btn_2 {
  max-width: 166px;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .cross_ci_block {
    background: transparent;
    box-shadow: none;
    margin: 0;
    width: 100%;
  }
  .cross_ci_info_txt, .cross_ci_heading, .cross_ci_block .cross_devider, .cross_ci_heading, .cross_ci_info_txt {
    display: none;
  }
  .cross_ci_block .cross_ci_btn {
    font-size: 16px;
    padding: 0;
  }
  .cross_ci_block .cross_ci_btn_2 {
    font-size: 16px;
    height: 40px;
    max-width: 152px;
    width: 100%;
  }
  .cross_ci_block .cross_ci_btn_2 {
    margin-top: 20px;
  }
  .cross_ci_block .cross_ci_btn_2 img {
    display: none !important;
  }
}

.right_section .sign_in:hover {
  background-color: #ECEEEF;
}

.btn_cross_ci_wrp .sign_in:hover {
  background-color: #ECEEEF;
}

/* cross ci block End */
#userprofile_about .userprofile_edit {
  margin-top: 5px;
}

#userprofile_about .container-fluid {
  padding: 0;
}

#userprofile_about .row {
  width: auto;
  margin-left: 0;
  margin-right: 0;
}

#gst_verification_container {
  padding: 0;
}

#gst_verification_container .lft-align .wlcm-para.v2.text-center {
  display: none;
}

#gst_verification_container .lft-align .para-link.mt20 {
  margin-top: 35px;
}

#gst_verification_container .lft-align .form-group.mt20.has-float-label {
  margin-top: 5px;
}

#gst_verification_container .has-float-label {
  position: relative;
}

#gst_verification_container .has-float-label label {
  position: absolute;
  top: 50%;
  /* Default position */
  left: 10px;
  transform: translateY(-50%);
  color: #9a9a9a;
  transition: all 0.2s ease;
  pointer-events: none;
  /* Prevent label from blocking input clicks */
}

#gst_verification_container .has-float-label input:focus + label, #gst_verification_container .has-float-label input:not(:placeholder-shown) + label {
  top: 1px;
  font-size: 12px;
  color: #6a6a6a;
}

#gst_verification_container .has-float-label.ovrlp {
  /*input:focus + label, input:not(:placeholder-shown) + label {  top: 1px;    font-size: 12px;   color: #6a6a6a;  }    */
}

#gst_verification_container .has-float-label.ovrlp label {
  top: 20px;
  left: 15px;
  background: #ffffff;
}

#gst_verification_container .field_error_text {
  bottom: -19px;
}

#gst_verification_container .form-control {
  font-size: 14px;
  height: 40px;
  outline: none !important;
  box-shadow: none !important;
}

#gst_verification_container .form-group .form-control:focus {
  border-color: #ced4da;
}

#gst_verification_container .submit_btn, #gst_verification_container .btn.btn-rounded {
  background-image: linear-gradient(to bottom, #156ef6, #153cf6);
  color: #ffffff;
  font-family: "Roboto", sans-serif;
  height: 40px;
  font-size: 16px;
  border-radius: 4px;
  border: solid 1px #156df6;
  margin-top: 20px;
}

#gst_verification_container .submit_btn:hover, #gst_verification_container .btn.btn-rounded:hover {
  background-image: linear-gradient(to bottom, #115cd1, #1133d1);
}
