body {
  font-family: "Roboto", sans-serif;
  line-height: normal;
}

/* font size */
/* colors */
@keyframes placeHolderShimmer {
  0% {
    background-position: -885px 0;
  }
  100% {
    background-position: 885px 0;
  }
}

/* font size */
/* colors */
/* bootsrap overwriting start */
label {
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
}

ul, ol {
  padding: 0;
  margin: 0;
}

p [class*="col-"], .var-widt-cont [class*="col-"] {
  padding: 0;
}

h1 {
  font-size: 26px;
}

h2 {
  font-size: 22px;
}

h3 {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

.hd-normal {
  font-size: 22px;
}

.hd-small {
  font-size: 18px;
}

.txt-large {
  font-size: 16px;
}

.txt-normal {
  font-size: 14px;
}

.txt-small {
  font-size: 12px;
}

.txt-xsmall {
  font-size: 10px;
}

.text-white {
  color: #ffffff !important;
}

.text-black {
  color: #000000 !important;
}

.text-dark {
  color: #212121 !important;
}

.text-primary {
  color: #00477d !important;
}

.text-secondary {
  color: #4a4a4a !important;
}

.text-light {
  color: #6a6a6a !important;
}

.text-muted {
  color: #9a9a9a !important;
}

.text-info {
  color: #2a7bad !important;
}

.text-success {
  color: #14890b !important;
}

.text-tundora {
  color: #4a4a4a !important;
}

.text-wild-sand {
  color: #f4f4f4 !important;
}

.text-jade {
  color: #02c155 !important;
}

.text-red {
  color: #ff0000 !important;
}

.font-weight-bold {
  font-weight: 500 !important;
}

/* form start */
.form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 48px;
  border-color: #9a9a9a;
  border-radius: 4px;
  font-size: 16px;
  color: #212121;
  letter-spacing: 0.43px;
  padding: 0 25px;
}

.form-control:focus {
  box-shadow: none;
  border-color: inherit;
}

select.form-control option {
  height: 30px;
  padding: 100px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #eeeeee;
}

/* form End */
.progress {
  height: 7px;
  border-radius: 5px;
  background-color: #eceeef;
  width: 100%;
  margin: 30px 0;
}

.progress .progress-bar {
  background-color: #02c155 !important;
  border-radius: 5px;
}

.progress.sm {
  height: 5px;
}

/* button overwriting start */
button:focus {
  outline: none;
}

.btn-rounded {
  font-size: 16px;
  font-weight: bold;
  color: #2a7bad;
  min-width: 150px;
  padding: 0 20px;
  height: 48px;
  border: solid 1px #a3b4bf;
  border-radius: 42px;
  background-color: #f1fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.btn.loading .spinner-border {
  display: block;
}

.btn .spinner-border {
  margin-right: 5px;
  display: none;
}

.btn-primary {
  background-color: #393a7e;
  color: #ffffff;
  border-color: #393a7e;
}

.btn-outline-primary {
  border: solid 1px #2a7bad;
  color: #2a7bad;
}

.btn-outline-primary .fa-plus, .btn-outline-primary i {
  margin-right: 5px;
}

.btn .fa-check {
  display: none;
}

.btn.checked {
  background-image: linear-gradient(to bottom, #43d1ff, #0073a5);
  color: #ffffff;
  border: none;
}

.btn.checked .fa-check {
  display: inline-block;
}

.btn.checked .fa-plus {
  display: none;
}

/* button overwriting End */
/* form overwriting start */
.form-group {
  margin-bottom: 30px;
}

.form-control {
  z-index: 2;
  position: relative;
  background: transparent;
  height: 48px;
  border-color: #9a9a9a;
  border-radius: 4px;
  font-size: 16px;
  color: #212121;
  padding: 0 15px;
}

.input-group-text {
  border-color: #9a9a9a;
}

.error_message {
  color: #ff0000;
  font-size: 14px;
  margin-top: 2px;
  display: none;
  position: static;
}

.error .error_message {
  display: block;
}

.error .form-control {
  border-color: red;
}

/* form overwriting End  */
/* floating label start */
.has-float-label .form-control:placeholder-shown:not(:focus) + * {
  z-index: 1;
  color: #9a9a9a;
  font-size: 16px;
  top: 16px;
  opacity: 1;
  font-weight: 400;
  margin: 0;
  left: 15px;
}

.has-float-label label, .has-float-label > span {
  font-size: 14px;
  color: #6a6a6a;
  left: 15px;
}

.has-float-label label .medtry, .has-float-label > span .medtry {
  color: #ec0100;
}

/*.has-float-label.fixed_label label{font-size: 14px !important; color: $dove-gray !important; left: 15px !important; top: -0.5em !important; background: #ffffff !important; z-index: 2 !important;}*/
/*fixed_label_form label {color: $prussian-blue; line-height: normal; font-size: $heading-xsmall;}*/
@media only screen and (max-width: 767px) {
  .has-float-label .form-control:placeholder-shown:not(:focus) + * {
    font-size: 16px;
    /* top: 13px;*/
  }
  .has-float-label label, .has-float-label > span {
    left: 15px;
  }
}

/* floating label End */
/* button loader */
.spinner-border-sm {
  width: 12px;
  height: 12px;
  border-width: 2px;
}

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

.line-height-24 {
  line-height: 24px;
}

/* modal start */
.custom .modal-header {
  border: none;
  padding: 25px 25px 0 25px;
}

.custom .modal-header .close {
  font-size: 35px;
  padding: 0 5px 0;
}

.custom .modal-body {
  padding: 10px 25px 25px 25px;
}

.custom .modal-footer {
  border: none;
  padding: 0 25px 25px;
}

.custom .modal-open .modal {
  padding: 0 im !important;
}

/* modal End */
/* radio start */
.form-check-label {
  font-size: 14px;
  color: #6a6a6a;
}

input[type=radio]:checked + label {
  color: #212121;
}

/* radio End */
/* placeholder color change start*/
input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #dcdcdc !important;
  opacity: 1;
  /* Firefox */
}

input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #dcdcdc !important;
}

input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #dcdcdc !important;
}

/* placeholder color change End*/
.company-name {
  font-size: 16px;
  color: #212121;
  font-weight: 500;
}

.company-name-small {
  font-size: 12px;
  color: #212121;
}

.user-name {
  font-size: 14px;
  color: #212121;
  font-weight: 500;
}

.industry-name, .company-location {
  font-size: 12px;
  color: #6a6a6a;
}

.preview-link {
  font-size: 14px;
  color: #2a7bad;
  display: flex;
  align-items: center;
}

.preview-link:hover {
  text-decoration: none;
}

.preview-link .fas {
  font-size: 16px;
  margin-left: 5px;
}

.desk-col-mob-row {
  display: flex;
  flex-flow: column;
  align-items: flex-end;
}

.desk-col-mob-row.right-col {
  align-items: flex-end;
}

.desk-row-mob-col {
  display: flex;
  flex-flow: row;
}

@media only screen and (max-width: 767px) {
  .desk-col-mob-row {
    flex-flow: row;
    justify-content: space-between;
  }
  .desk-row-mob-col {
    flex-flow: column;
  }
}

/* bullet list start */
.bullets-list-comp {
  list-style: none;
  margin-top: 10px;
  margin-top: 5px;
}

.bullets-list-comp li {
  font-size: 16px;
  color: #ffffff;
  position: relative;
  line-height: 24px;
  padding: 5px 0 8px 25px;
}

.bullets-list-comp li::before {
  content: "";
  top: 13px;
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #ffffff;
  position: absolute;
  left: 0;
}

/* bullet list start */
/* video wrp start */
.watch-video-comp {
  max-width: 500px;
  width: 100%;
  margin: 10px auto 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
  /*height: 202px;*/
  cursor: pointer;
}

.watch-video-comp img {
  max-width: 100%;
}

.watch-video-comp::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000000;
  opacity: 0.3;
}

.play-btn {
  width: 60px;
  height: 60px;
  border: 3px solid #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.play-btn .fa-play {
  font-size: 20px;
}

/* video wrp End */
/* signup with start */
.button_wrp_comp {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  /*width: calc(100% + 20px); margin-left: -5px;*/
}

.white_btn {
  background: #ffffff;
  border: 1px solid #9a9a9a;
  height: 48px;
  font-size: 13px;
  border-radius: 8px;
  color: #6a6a6a !important;
  font-size: 13px;
  width: 155px;
  justify-content: center;
  display: flex;
  align-items: center;
  /* text-transform: uppercase; font-weight: 700;*/
  margin: 5px;
}

.white_btn:hover {
  background: rgba(33, 170, 201, 0.05);
  color: #212121;
  border-color: #a3b4bf;
  color: #2a7bad;
}

.google_logo {
  width: 24px;
  height: 23px;
  background: url(images/google_v2.svg) no-repeat;
  float: left;
  background-size: cover;
  margin-right: 5px;
}

/* .facebook_logo {color: $jacksons_purple; font-size: 23px; margin-right: 10px;} */
.facebook_logo {
  width: 24px;
  height: 24px;
  background: url(images/facebook_icon.svg) no-repeat;
  float: left;
  background-size: cover;
  margin-right: 5px;
}

.twitter_logo {
  width: 24px;
  height: 24px;
  background: url(images/linkedin.svg) no-repeat;
  float: left;
  background-size: cover;
  margin-right: 5px;
}

@media only screen and (max-width: 767px) {
  .button_wrp_comp {
    width: 100%;
  }
  .white_btn {
    width: 60px;
    height: 60px;
    border-radius: 100%;
  }
  .white_btn i {
    margin: 0;
  }
  .white_btn .mbl_none {
    display: none;
  }
}

/* signup with end */
/* otp start */
.pincode-input-container input {
  font-size: 28px;
  color: #212121;
  max-width: 63px;
  height: 70px;
  background-color: #fefefe;
  border-radius: 4px !important;
  border: solid 1px #9a9a9a !important;
  margin-left: 22px;
}

.pincode-input-container input:nth-child(2) {
  margin-left: 0;
}

.pincode-input-container .pincode-input-text-masked {
  font-family: "Roboto", sans-serif !important;
}

.pincode-input-container.touch .touchwrapper .pincode-input-text {
  background: transparent !important;
  background-color: transparent !important;
}

@media only screen and (max-width: 1279px) {
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    width: 100% !important;
    margin-top: -30px;
    border: none !important;
  }
  .pincode-input-container.touch .touch-flex {
    z-index: 1;
  }
  .pincode-input-container.touch .touch-flex .touch-flex-cell {
    margin: 0 15px;
    height: 75px;
    border-radius: 4px;
    border: solid 1px #9a9a9a;
    background-color: #fefefe;
  }
  .pincode-input-container.touch {
    width: 100%;
  }
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    margin-top: 0;
    height: 50px;
    max-width: inherit;
    padding: 0;
    letter-spacing: 45px !important;
    margin: 0 !important;
    padding-left: 20px !important;
    box-sizing: border-box;
    /*width: auto !important; margin-left: 20px !important; letter-spacing: 40px; text-align: center;*/
  }
  .pincode-input-container.touch .touch-flex .touch-flex-cell {
    margin: 0 5px !important;
    height: 55px;
  }
}

@media only screen and (max-width: 767px) {
  .otp_screen_wrp {
    min-width: 280px;
  }
  .pincode-input-container.touch {
    width: 100%;
  }
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    margin-top: 0;
    height: 50px;
    max-width: inherit;
    padding: 0;
    letter-spacing: 41px !important;
    margin: 0 !important;
    padding-left: 20px !important;
    box-sizing: border-box;
    /*width: auto !important; margin-left: 20px !important; letter-spacing: 40px; text-align: center;*/
  }
  .pincode-input-container.touch .touch-flex .touch-flex-cell {
    margin: 0 5px !important;
    height: 55px;
  }
}

@media only screen and (max-width: 460px) {
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    letter-spacing: 45px !important;
  }
}

@media only screen and (max-width: 459px) {
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    letter-spacing: 53px !important;
  }
}

@media only screen and (max-width: 414px) {
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    letter-spacing: 41px !important;
  }
}

@media only screen and (max-width: 375px) {
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    letter-spacing: 38px !important;
  }
}

@media only screen and (max-width: 360px) {
  .verify_btn {
    width: 200px;
    /*margin-top: 25px;*/
  }
  .pincode-input-container.touch .touchwrapper .pincode-input-text {
    height: 36px;
    font-size: 20px;
    letter-spacing: 35px !important;
  }
  .pincode-input-container.touch .touch-flex .touch-flex-cell {
    height: 40px;
  }
}

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

.resend_otp {
  font-size: 16px;
  color: #9a9a9a;
}

.resend_otp:hover {
  color: #212121;
}

.timer_label, .otp_timer {
  font-size: 16px;
  color: #4a4a4a;
}

.otp_timer {
  font-weight: 500;
}

/* otp End */
@keyframes placeHolderShimmer {
  0% {
    background-position: -885px 0;
  }
  100% {
    background-position: 885px 0;
  }
}

/* dd list start */
.dd_list {
  list-style: none;
  border-radius: 4px;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding: 12px 20px;
  height: 185px;
  position: absolute;
  top: 48px;
  z-index: 2;
  width: 100%;
  left: 0;
}

.dd_list li {
  display: flex;
  align-items: center;
  margin: 8px 0;
}

.dd_list li .search_text {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #9a9a9a;
}

.dd_list li .search_text .ind_name {
  color: #212121;
  padding-left: 5px;
}

.profile-dd-comp {
  border: 1px solid #a8acc4;
  border-radius: 6px;
  padding: 3px;
  display: flex;
  align-items: center;
  margin-left: 20px;
}

.profile-dd-comp .comp-logo-cont {
  width: 20px;
  height: 20px;
  border-radius: 4px;
  background-color: #6a6a6a;
}

.uid_wrp {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding: 5px;
  box-sizing: border-box;
  border-radius: 4px;
}

.uid_wrp .dropdown-menu {
  padding: 0;
}

.uid_wrp .dropdown-menu .dropdown-item {
  padding: 10px 15px;
  border-top: 1px solid #dddddd;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #4a4a4a;
}

.uid_wrp .dropdown-menu .dropdown-item:active {
  background-color: #f8f9fa;
}

.uid_wrp .dropdown-menu .dropdown-item:first-child {
  border: none;
}

.uid_wrp .dropdown-menu .dropdown-item i {
  font-size: 18px;
  margin-right: 10px;
}

.uid_wrp:hover {
  background: #f5f5f5;
}

.uid_wrp:hover::after {
  color: #212121 !important;
}

.user-intial-display {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 0 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.user-intial-display img {
  max-width: 100%;
  border-radius: 100%;
  width: 100%;
}

.user-intial-display.v2 {
  width: 35px;
  height: 35px;
}

.fa-caret-down {
  color: #a8acc4;
}

@media only screen and (max-width: 767px) {
  .user-intial-display.v2 {
    width: 28px;
    height: 28px;
  }
}

.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #eceeef;
}

/* company card start */
.company-card-comp {
  border: 1px solid #a8acc4;
  border-radius: 4px;
  padding: 24px;
  background-color: #ffffff;
  display: flex;
  flex-flow: row wrap;
  position: relative;
}

.company-card-comp .ecard-partial {
  margin-top: 10px;
}

.company-card-comp .sme-broze-badge {
  opacity: .5;
}

@media only screen and (max-width: 479px) {
  .company-card-comp {
    padding: 10px;
  }
  .company-card-comp .sme-broze-badge {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .company-card-comp > .col {
    flex-basis: auto;
    padding: 0;
    margin-top: 10px;
  }
}

/* company card end */
/* arrow list start */
.arrow_list {
  list-style: none;
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px 0;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 10px;
  height: 266px;
}

.arrow_list li {
  float: left;
  width: 100%;
}

.arrow_list li a {
  font-size: 16px;
  color: #6a6a6a;
  padding: 10px;
  display: block;
  position: relative;
}

.arrow_list li a::before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 7px solid #8b9dae;
  width: 0;
  height: 0;
  transform: rotate(-90deg);
  margin: 0;
  position: absolute;
  right: 20px;
  top: 18px;
}

.arrow_list li a.act {
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}

.arrow_list li .arrow_list {
  display: none;
  padding-left: 20px;
  margin-top: 0;
  border: none;
  height: auto;
}

.arrow_list li .arrow_list li a::before {
  display: none;
}

.arrow_list li:hover > a {
  color: #212121;
  text-decoration: none;
}

.arrow_list li.act > a {
  color: #212121;
  text-decoration: none;
  font-weight: 500;
}

.arrow_list li.act > a::before {
  transform: rotate(0deg);
  border-top: 7px solid #212121;
}

.arrow_list li.act .arrow_list {
  display: block;
}

/* arrow list End */
.upload-img-comp {
  width: 80px;
  height: 80px;
  border: 1px dashed #a8acc4;
  border-radius: 4px;
  display: flex;
  flex-grow: 0;
  flex-shrink: 0;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.upload-img-comp img {
  max-width: 100%;
  border-radius: 100%;
}

.upload-img-comp .label {
  font-size: 10px;
  color: #438cba;
  width: 50px;
  text-align: center;
  line-height: 14px;
}

.upload-img-comp .fa-plus {
  color: #438cba;
}

.upload-img-comp.circle {
  border-radius: 50%;
}

.upload-img-comp.circle .fa-plus {
  font-size: 10px;
}

.upload-img-comp.circle.sm {
  width: 53px;
  height: 53px;
}

.upload-img-comp.circle.md {
  width: 60px;
  height: 60px;
}

/* step list start */
.step_lits {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step_lits li {
  width: 10px;
  height: 10px;
  background: #e6e6e6;
  border-radius: 100%;
  margin: 0 4px;
}

.step_lits li.act {
  background: #2a7bad;
}

/* step list End */
/* skip link start */
.skip_link {
  font-size: 14px;
  color: #6a6a6a;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.skip_link .home_icon {
  font-size: 23px;
  color: #438cba;
  margin: 0 3px;
}

/* skip link End */
/* box block start */
.box-block-wrp {
  display: inline-block;
  width: 100%;
  margin-top: 8px;
  max-width: 450px;
}

.box-block-wrp .row.bn {
  margin: 20px 0 0 0;
}

.box-block {
  border-radius: 8px;
  border: solid 1px #9a9a9a;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  flex-flow: column;
  padding: 10px;
  margin: 12px 0;
  width: 100%;
  box-sizing: border-box;
}

.box-block .img-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  margin-top: 20px;
  overflow: hidden;
  max-width: 60px;
}

.box-block .img-wrp img {
  max-width: 100%;
}

.box-block .img-wrp.v2 {
  max-width: 130px;
}

.box-block .box-txt {
  color: #4a4a4a;
  text-align: center;
}

.box-block .box-txt-2 {
  font-size: 12px;
  color: #9a9a9a;
  line-height: 14px;
}

.box-block.selected {
  background-image: linear-gradient(0deg, #0073a5, #43d1ff);
  border: none;
}

.box-block.selected .box-txt, .box-block.selected .box-txt-2 {
  color: #ffffff;
}

.selected-image {
  display: none;
}

.box-block.selected .normal-image {
  display: none;
}

.box-block.selected .selected-image {
  display: block;
}

@media only screen and (max-width: 767px) {
  .box-block {
    height: 200px;
  }
}

/* box block End */
/* ecard start */
.ecard {
  border-radius: 4px;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.16);
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding: 20px 10px;
  max-width: 300px;
  width: 100%;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}

.ecard .top-txt {
  font-size: 11px;
  color: #9a9a9a;
  position: absolute;
  top: 5px;
  right: 5px;
}

.company-name-2 {
  font-size: 12px;
  color: #4a4a4a;
}

.location {
  font-size: 12px;
  color: #9a9a9a;
}

/* ecard End */
.heading-14 {
  font-size: 14px;
  color: #9a9a9a;
}

.heading-18 {
  font-size: 18px;
  color: #00477d;
}

.heading-18-v2 {
  font-size: 18px;
  color: #4a4a4a;
}

.heading-18-v3 {
  font-size: 18px;
  color: #212121;
}

.form_heading {
  color: #00477d;
  line-height: normal;
  margin-bottom: 10px;
}

.heading-22 {
  font-size: 22px;
}

/* margin and padding start */
.p0 {
  padding: 0 !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.ml5 {
  margin-left: 5px;
}

.ml30 {
  margin-left: 30px;
}

@media only screen and (max-width: 991px) {
  .mmt10 {
    margin-top: 10px;
  }
}

/* margin and padding End */
.heght-145 {
  height: 145px;
}

.line-clamp-3 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}

.sme-broze-badge {
  width: 86px;
  height: 96px;
  background-image: url(../themes/images/sme_bronze.png);
  background-repeat: no-repeat;
}

.sme-broze-badge.sm {
  width: 43px;
  height: 48px;
  background-size: contain;
}

.hint {
  font-size: 14px;
  /*margin-top: 10px;*/
  color: #6a6a6a;
}

.hint.sm {
  font-size: 10px;
  margin-top: 0;
}

/* Joining an existing company start */
.existing_comp_wrp {
  width: 100%;
  display: inline-block;
}

.existing_comp_wrp .heading-18-v3 {
  line-height: 26px;
}

.existing_comp_wrp .heading-14 {
  line-height: 20px;
}

.com_prof_wrp {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.com_prof_wrp .img_wrp {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 4px;
  border: 1px solid #a8acc4;
}

.com_prof_wrp .img_wrp img {
  max-width: 100%;
  border-radius: 4px;
}

.com_prof_wrp .comp_name {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  margin-top: 16px;
  text-align: center;
  font-weight: 500;
}

.com_prof_wrp .comp_location {
  font-size: 14px;
  color: #9a9a9a;
  line-height: normal;
  margin-top: 5px;
  text-align: center;
}

.com_prof_wrp.v2 .img_wrp {
  border-radius: 50%;
}

.com_prof_wrp.v2 .img_wrp img {
  border-radius: 50%;
}

@media only screen and (max-width: 767px) {
  .com_prof_wrp.v2 {
    margin-top: 40px;
  }
  .existing_comp_wrp .heading-14 {
    margin-top: 20px !important;
  }
}

/* Joining an existing company End */
/* user display start */
.udi {
  display: flex;
  align-items: center;
}

.udi .img-wrp {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
}

.udi .img-wrp img {
  max-width: 100%;
  border-radius: 50%;
}

.udi .udi_txt {
  padding-left: 4px;
}

.udi-vertical {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
}

.udi-vertical .img-wrp {
  width: 72px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.udi-vertical .img-wrp img {
  max-width: 100%;
  border-radius: 50%;
}

.udi-vertical .user-name {
  margin-top: 6px;
  margin-bottom: 5px;
}

.udi-vertical .btn-outline-primary {
  margin-top: 15px;
}

.udi-vertical .company-location {
  margin-top: 4px;
}

/* user display End */
/* tick button block start */
.fot-block {
  display: inline-block;
  width: 100%;
}

.fot-block .fot_txt {
  width: 130px;
  float: left;
  margin-top: 7px;
}

.check-btn-list {
  width: calc(100% - 130px);
  height: 35px;
  float: left;
  overflow: hidden;
}

.check-btn-list .btn {
  margin: 2px 5px;
}

@media only screen and (max-width: 767px) {
  .check-btn-list {
    width: 100%;
  }
  .check-btn-list .btn {
    margin: 2px 5px;
  }
  .fot-block {
    display: flex;
    flex-flow: column;
  }
  .fot-block .fot_txt {
    margin: 0 0 10px 0;
    width: 100%;
  }
}

/* tick button block End */
/* password strength start */
.password_indBox {
  width: 12px;
  height: 12px;
  background-color: #e1e1e1;
  position: absolute;
  right: 45px;
  transform: inherit;
  top: 18px;
  display: none;
  z-index: 2;
}

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

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

.password-strength-wrp .form-control {
  padding-right: 60px;
}

.password_strength.password_indBox {
  display: block;
}

.fair .fair_pwd, .weak .weak_pwd {
  display: block;
}

/* password strength End */
/* password hint start */
.psw_info_prop {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: -20px;
}

.psw_info_prop .psw_info_text {
  float: left;
  font-size: 12px;
  color: #9a9a9a;
  margin: 0;
  width: 75px;
}

.psw_info_prop .psw_list {
  float: left;
  margin: 0 0 0 10px;
  list-style-type: none;
  width: calc(100% - 75px);
}

.psw_info_prop .psw_list li {
  color: #9a9a9a;
  font-size: 12px;
  float: left;
  position: relative;
  padding-left: 13px;
  margin-left: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.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: 6px;
  left: 0;
  background: #9a9a9a;
}

.psw_info_prop .psw_list li span {
  font-size: 12px;
  font-weight: normal;
  margin-left: 2px;
}

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

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

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

.psw_secure_div {
  margin-top: -15px;
}

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

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

.psw_set .psw_set_text::before {
  display: none;
}

@media only screen and (max-width: 767px) {
  .psw_info_prop {
    align-items: inherit;
  }
  .psw_info_prop .psw_list li {
    margin: 0;
    text-align: left;
  }
}

/* password hint End */
/* video overlay strat */
.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;
}

.overlay_wrp_01 {
  width: 642px;
  height: 362px;
  position: relative;
  border: 1px solid #000000;
  box-sizing: border-box;
  margin: 99px auto 0;
  background: #000000;
}

.clsBtn_v2_wrp {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

.clsBtn_v2_wrp .clsBtn_v2 {
  font-size: 30px;
  position: absolute;
  line-height: 30px;
  width: 30px;
  height: 30px;
  background: #000000;
  color: #ffffff;
  top: 0;
  right: 0;
  z-index: 10;
  text-align: center;
  display: block;
}

@media only screen and (max-width: 767px) {
  .overlay {
    padding: 0;
  }
  .overlay_wrp_01 {
    margin-top: 20px;
    width: 100%;
  }
  .overlay_wrp_01 iframe {
    width: 100%;
  }
}

/* video overlay End */
/* sign up page start */
/* sign up lhs start */
.blue-bg-gradient {
  height: 768px;
  background-image: linear-gradient(to bottom right, #43aac9, #393a7e);
}

.signup-page {
  max-width: 1440px;
  margin: 0 auto;
  padding-bottom: 20px;
}

.signup-lhs {
  padding: 50px 20px;
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
}

.signup-lhs-inner {
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

.logo-wrp {
  width: 200px;
  height: 21px;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.logo-wrp img {
  max-width: 100%;
}

.slhs-heading {
  color: #ffffff;
  line-height: 24px;
  font-size: 18px;
  margin-top: 20px;
}

.ben-heading {
  color: #ffffff;
  line-height: 29px;
  margin-top: 20px;
}

.ben-heading.v2 {
  margin-top: 30px;
}

.pl0 {
  padding-left: 0;
}

/* sign up lhs End */
/* sign up rhs start */
.sgn-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.signup-rhs {
  width: 100%;
  max-width: 486px;
  max-width: 496px;
  padding-top: 53px;
}

.signup-rhs #social_login_cont {
  width: auto;
}

.srhs-heading {
  color: #212121;
  line-height: 24px;
  float: left;
}

.aml_-text {
  font-size: 14px;
  color: #4a4a4a;
  text-align: right;
  float: right;
}

.aml_-text a {
  font-weight: 500;
  color: #4a4a4a;
}

.srhs-sub-heading {
  font-size: 22px;
  line-height: 30px;
  color: #00477d;
  margin-top: 11px;
  /* text-transform: lowercase;*/
}

.signupwith-heading {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  margin-top: 20px;
  margin-bottom: 6px;
}

.signupwith-heading.v2 {
  width: 100%;
  padding: 0 5px;
  text-align: left;
  margin-bottom: 10px;
}

.signup-form {
  margin-top: 8px;
  display: inline-block;
  width: 100%;
}

.cntn_btn {
  margin: 50px auto 0;
  width: auto;
}

.tnc_text {
  font-size: 14px;
  color: #6a6a6a;
  margin-top: 20px;
}

.tnc_text a {
  color: #212121;
}

.tnc_text a:hover {
  text-decoration: underline;
}

.signup-form .hint {
  margin-top: -15px;
}

@media only screen and (min-width: 1280px) {
  .signup-rhs {
    margin-left: 50px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .mbl {
    max-width: 100%;
    flex: inherit;
  }
  .signup-lhs {
    max-width: 100%;
  }
  .signup-rhs {
    margin: 0 auto;
  }
  .signup-lhs-inner {
    max-width: 400px;
  }
}

@media only screen and (max-width: 991px) {
  .pl0 {
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .signup-rhs {
    padding: 20px 0;
  }
}

/* sign up rhs end */
/* sign up page End */
/* new changes on 16/03/2021 start */
.signup-form {
  padding: 0 5px 20px;
}

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

.visiblity_eye .fa-eye {
  display: none;
}

.visiblity_eye.act .fa-eye {
  display: block;
}

.visiblity_eye.act .fa-eye-slash {
  display: none;
}

.signup-form .hint.forgot_pass {
  margin: 10px 0 0 0;
  float: right;
}

.signup-form .hint.forgot_pass a {
  color: #9a9a9a;
}

.nw_txt {
  font-size: 16px;
  color: #6a6a6a;
}

.nw_txt:hover {
  text-decoration: underline;
  color: #212121;
}

.nw_txt_2 {
  font-size: 16px;
  color: #6a6a6a;
}

.nw_txt_2 a {
  font-weight: 500;
  color: #212121;
}

/* new changes on 16/03/2021 start */
.card {
  width: 100%;
  border-radius: 4px;
  border: solid 1px #c4c4c4;
  background-color: #ffffff;
  padding: 20px 10px;
  box-sizing: border-box;
}

.card-top-row {
  display: flex;
}

.card-image-wrp {
  position: relative;
  width: 60px;
  height: 60px;
}

.card-image-wrp .fa-check-circle {
  position: absolute;
  top: -6px;
  right: -6px;
  font-size: 12px;
  color: #2a7bad;
}

.card-image {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  box-sizing: border-box;
}

.card-image img {
  max-width: 100%;
}

.card-text-wrp {
  padding-left: 10px;
}

.card-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-left {
  display: flex;
  align-items: center;
}

.user-list {
  list-style: none;
  display: flex;
}

.user-list li {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 19px;
  height: 19px;
  border-radius: 100%;
  border: 1px solid #ffffff;
  margin-left: -1px;
}

.user-list li img {
  max-width: 100%;
}

/* Follow SME Inspirations start */
.text-image-block {
  display: inline-block;
  width: 100%;
  border-radius: 4px;
  border: 1px solid #c4c4c4;
  margin: 5px 0;
  position: relative;
}

.text-image-block .img-wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 137px;
  background: #cccccc;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.text-image-block .img-wrp img {
  max-width: 100%;
}

.text-image-block .article_link {
  position: absolute;
  bottom: 17px;
  right: 15px;
}

.text-wrp {
  padding: 15px 15px 45px 15px;
  display: inline-block;
  width: 100%;
}

.text-heading {
  line-height: 24px;
}

.text-p {
  line-height: 16px;
}

.art-date {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #f4f4f4;
  flex-flow: column;
  text-transform: capitalize;
}

.text-image-block.v2 {
  border: none;
}

.text-image-block.v2 .img-wrp {
  height: 110px;
}

@media only screen and (max-width: 767px) {
  .text-image-block .img-wrp {
    height: 110px;
  }
}

/* Follow SME Inspirations End */
/* flag sprite */
.flag {
  display: inline-block;
  position: relative;
  width: 16px;
  height: 11px;
  background: url("images/flags-sprite.png") no-repeat;
}

.flag.flag-gu {
  background-position: -96px -55px;
}

.flag.flag-mn {
  background-position: -208px -88px;
}

.flag.flag-va {
  background-position: -48px -154px;
}

.flag.flag-tibet {
  background-position: -32px -143px;
}

.flag.flag-fo {
  background-position: -64px -44px;
}

.flag.flag-th {
  background-position: -16px -143px;
}

.flag.flag-tr {
  background-position: -144px -143px;
}

.flag.flag-tl {
  background-position: -80px -143px;
}

.flag.flag-kz {
  background-position: -144px -77px;
}

.flag.flag-zm {
  background-position: -16px -165px;
}

.flag.flag-uz {
  background-position: -32px -154px;
}

.flag.flag-dk {
  background-position: -64px -33px;
}

.flag.flag-scotland {
  background-position: -176px -121px;
}

.flag.flag-gi {
  background-position: -224px -44px;
}

.flag.flag-gy {
  background-position: -128px -55px;
}

.flag.flag-bj {
  background-position: -112px -11px;
}

.flag.flag-fr {
  background-position: -80px -44px;
}

.flag.flag-mo {
  background-position: -224px -88px;
}

.flag.flag-ir {
  background-position: -112px -66px;
}

.flag.flag-io {
  background-position: -80px -66px;
}

.flag.flag-tm {
  background-position: -96px -143px;
}

.flag.flag-ch {
  background-position: -96px -22px;
}

.flag.flag-mt {
  background-position: -32px -99px;
}

.flag.flag-nl {
  background-position: -240px -99px;
}

.flag.flag-gp {
  background-position: -16px -55px;
}

.flag.flag-im {
  background-position: -48px -66px;
}

.flag.flag-tv {
  background-position: -176px -143px;
}

.flag.flag-mu {
  background-position: -48px -99px;
}

.flag.flag-pe {
  background-position: -96px -110px;
}

.flag.flag-vi {
  background-position: -112px -154px;
}

.flag.flag-hn {
  background-position: -176px -55px;
}

.flag.flag-ss {
  background-position: -128px -132px;
}

.flag.flag-ae {
  background-position: -16px 0;
}

.flag.flag-td {
  background-position: -240px -132px;
}

.flag.flag-pw {
  background-position: 0 -121px;
}

.flag.flag-nu {
  background-position: -32px -110px;
}

.flag.flag-bt {
  background-position: -208px -11px;
}

.flag.flag-ms {
  background-position: -16px -99px;
}

.flag.flag-cv {
  background-position: -240px -22px;
}

.flag.flag-es {
  background-position: -224px -33px;
}

.flag.flag-mh {
  background-position: -144px -88px;
}

.flag.flag-la {
  background-position: -160px -77px;
}

.flag.flag-vn {
  background-position: -128px -154px;
}

.flag.flag-py {
  background-position: -16px -121px;
}

.flag.flag-br {
  background-position: -176px -11px;
}

.flag.flag-ye {
  background-position: -224px -154px;
}

.flag.flag-ie {
  background-position: 0 -66px;
}

.flag.flag-gh {
  background-position: -208px -44px;
}

.flag.flag-cg {
  background-position: -80px -22px;
}

.flag.flag-cu {
  background-position: -224px -22px;
}

.flag.flag-hu {
  background-position: -224px -55px;
}

.flag.flag-sg {
  background-position: -224px -121px;
}

.flag.flag-at {
  background-position: -176px 0;
}

.flag.flag-lk {
  background-position: -224px -77px;
}

.flag.flag-vu {
  background-position: -144px -154px;
}

.flag.flag-bo {
  background-position: -160px -11px;
}

.flag.flag-jo {
  background-position: -208px -66px;
}

.flag.flag-er {
  background-position: -208px -33px;
}

.flag.flag-za {
  background-position: -256px -154px;
}

.flag.flag-rs {
  background-position: -80px -121px;
}

.flag.flag-nr {
  background-position: -16px -110px;
}

.flag.flag-ls {
  background-position: -256px -77px;
}

.flag.flag-jm {
  background-position: -192px -66px;
}

.flag.flag-tz {
  background-position: -208px -143px;
}

.flag.flag-ki {
  background-position: -16px -77px;
}

.flag.flag-sj {
  background-position: 0 -132px;
}

.flag.flag-cz {
  background-position: -16px -33px;
}

.flag.flag-pg {
  background-position: -128px -110px;
}

.flag.flag-lv {
  background-position: -32px -88px;
}

.flag.flag-do {
  background-position: -96px -33px;
}

.flag.flag-lu {
  background-position: -16px -88px;
}

.flag.flag-no {
  background-position: -256px -99px;
}

.flag.flag-kw {
  background-position: -112px -77px;
}

.flag.flag-mx {
  background-position: -96px -99px;
}

.flag.flag-yt {
  background-position: -240px -154px;
}

.flag.flag-ly {
  background-position: -48px -88px;
}

.flag.flag-cy {
  background-position: 0 -33px;
}

.flag.flag-ph {
  background-position: -144px -110px;
}

.flag.flag-my {
  background-position: -112px -99px;
}

.flag.flag-sm {
  background-position: -48px -132px;
}

.flag.flag-et {
  background-position: -240px -33px;
}

.flag.flag-ru {
  background-position: -96px -121px;
}

.flag.flag-tj {
  background-position: -48px -143px;
}

.flag.flag-ai {
  background-position: -64px 0;
}

.flag.flag-pl {
  background-position: -176px -110px;
}

.flag.flag-kp {
  background-position: -64px -77px;
}

.flag.flag-uy {
  background-position: -16px -154px;
}

.flag.flag-gb {
  background-position: -112px -44px;
}

.flag.flag-gs {
  background-position: -64px -55px;
}

.flag.flag-kurdistan {
  background-position: -96px -77px;
}

.flag.flag-rw {
  background-position: -112px -121px;
}

.flag.flag-ec {
  background-position: -128px -33px;
}

.flag.flag-mm {
  background-position: -192px -88px;
}

.flag.flag-pa {
  background-position: -80px -110px;
}

.flag.flag-wales {
  background-position: -160px -154px;
}

.flag.flag-kg {
  background-position: -256px -66px;
}

.flag.flag-ve {
  background-position: -80px -154px;
}

.flag.flag-tk {
  background-position: -64px -143px;
}

.flag.flag-ca {
  background-position: -16px -22px;
}

.flag.flag-is {
  background-position: -128px -66px;
}

.flag.flag-ke {
  background-position: -240px -66px;
}

.flag.flag-ro {
  background-position: -64px -121px;
}

.flag.flag-gq {
  background-position: -32px -55px;
}

.flag.flag-pt {
  background-position: -256px -110px;
}

.flag.flag-tf {
  background-position: -256px -132px;
}

.flag.flag-ad {
  background-position: 0 0;
}

.flag.flag-sk {
  background-position: -16px -132px;
}

.flag.flag-pm {
  background-position: -192px -110px;
}

.flag.flag-om {
  background-position: -64px -110px;
}

.flag.flag-an {
  background-position: -112px 0;
}

.flag.flag-ws {
  background-position: -192px -154px;
}

.flag.flag-sh {
  background-position: -240px -121px;
}

.flag.flag-mp {
  background-position: -240px -88px;
}

.flag.flag-gt {
  background-position: -80px -55px;
}

.flag.flag-cf {
  background-position: -64px -22px;
}

.flag.flag-zanzibar {
  background-position: 0 -165px;
}

.flag.flag-mw {
  background-position: -80px -99px;
}

.flag.flag-catalonia {
  background-position: -32px -22px;
}

.flag.flag-ug {
  background-position: -240px -143px;
}

.flag.flag-je {
  background-position: -176px -66px;
}

.flag.flag-km {
  background-position: -32px -77px;
}

.flag.flag-in {
  background-position: -64px -66px;
}

.flag.flag-bf {
  background-position: -48px -11px;
}

.flag.flag-mc {
  background-position: -80px -88px;
}

.flag.flag-sy {
  background-position: -192px -132px;
}

.flag.flag-sn {
  background-position: -64px -132px;
}

.flag.flag-kr {
  background-position: -80px -77px;
}

.flag.flag-eu {
  background-position: -256px -33px;
}

.flag.flag-bn {
  background-position: -144px -11px;
}

.flag.flag-st {
  background-position: -144px -132px;
}

.flag.flag-england {
  background-position: -192px -33px;
}

.flag.flag-lc {
  background-position: -192px -77px;
}

.flag.flag-dm {
  background-position: -80px -33px;
}

.flag.flag-be {
  background-position: -32px -11px;
}

.flag.flag-ni {
  background-position: -224px -99px;
}

.flag.flag-ua {
  background-position: -224px -143px;
}

.flag.flag-mz {
  background-position: -128px -99px;
}

.flag.flag-pf {
  background-position: -112px -110px;
}

.flag.flag-tn {
  background-position: -112px -143px;
}

.flag.flag-ee {
  background-position: -144px -33px;
}

.flag.flag-xk {
  background-position: -208px -154px;
}

.flag.flag-sx {
  background-position: -176px -132px;
}

.flag.flag-sd {
  background-position: -192px -121px;
}

.flag.flag-gd {
  background-position: -128px -44px;
}

.flag.flag-ci {
  background-position: -112px -22px;
}

.flag.flag-sz {
  background-position: -208px -132px;
}

.flag.flag-cl {
  background-position: -144px -22px;
}

.flag.flag-fi {
  background-position: 0 -44px;
}

.flag.flag-ga {
  background-position: -96px -44px;
}

.flag.flag-jp {
  background-position: -224px -66px;
}

.flag.flag-de {
  background-position: -32px -33px;
}

.flag.flag-np {
  background-position: 0 -110px;
}

.flag.flag-re {
  background-position: -48px -121px;
}

.flag.flag-bg {
  background-position: -64px -11px;
}

.flag.flag-sc {
  background-position: -160px -121px;
}

.flag.flag-ng {
  background-position: -208px -99px;
}

.flag.flag-qa {
  background-position: -32px -121px;
}

.flag.flag-mk {
  background-position: -160px -88px;
}

.flag.flag-aw {
  background-position: -208px 0;
}

.flag.flag-kn {
  background-position: -48px -77px;
}

.flag.flag-al {
  background-position: -80px 0;
}

.flag.flag-bw {
  background-position: -240px -11px;
}

.flag.flag-um {
  background-position: -256px -143px;
}

.flag.flag-ky {
  background-position: -128px -77px;
}

.flag.flag-tt {
  background-position: -160px -143px;
}

.flag.flag-so {
  background-position: -80px -132px;
}

.flag.flag-lt {
  background-position: 0 -88px;
}

.flag.flag-by {
  background-position: -256px -11px;
}

.flag.flag-bb {
  background-position: 0 -11px;
}

.flag.flag-us {
  background-position: 0 -154px;
}

.flag.flag-md {
  background-position: -96px -88px;
}

.flag.flag-ag {
  background-position: -48px 0;
}

.flag.flag-hm {
  background-position: -160px -55px;
}

.flag.flag-as {
  background-position: -160px 0;
}

.flag.flag-eg {
  background-position: -160px -33px;
}

.flag.flag-sv {
  background-position: -160px -132px;
}

.flag.flag-sl {
  background-position: -32px -132px;
}

.flag.flag-fk {
  background-position: -32px -44px;
}

.flag.flag-am {
  background-position: -96px 0;
}

.flag.flag-ck {
  background-position: -128px -22px;
}

.flag.flag-tw {
  background-position: -192px -143px;
}

.flag.flag-kh {
  background-position: 0 -77px;
}

.flag.flag-to {
  background-position: -128px -143px;
}

.flag.flag-se {
  background-position: -208px -121px;
}

.flag.flag-cd {
  background-position: -48px -22px;
}

.flag.flag-pn {
  background-position: -208px -110px;
}

.flag.flag-gr {
  background-position: -48px -55px;
}

.flag.flag-id {
  background-position: -256px -55px;
}

.flag.flag-vc {
  background-position: -64px -154px;
}

.flag.flag-somaliland {
  background-position: -96px -132px;
}

.flag.flag-bi {
  background-position: -96px -11px;
}

.flag.flag-pk {
  background-position: -160px -110px;
}

.flag.flag-pr {
  background-position: -224px -110px;
}

.flag.flag-bd {
  background-position: -16px -11px;
}

.flag.flag-co {
  background-position: -192px -22px;
}

.flag.flag-fm {
  background-position: -48px -44px;
}

.flag.flag-bm {
  background-position: -128px -11px;
}

.flag.flag-ar {
  background-position: -144px 0;
}

.flag.flag-bv {
  background-position: -224px -11px;
}

.flag.flag-sb {
  background-position: -144px -121px;
}

.flag.flag-mq {
  background-position: -256px -88px;
}

.flag.flag-eh {
  background-position: -176px -33px;
}

.flag.flag-bh {
  background-position: -80px -11px;
}

.flag.flag-it {
  background-position: -144px -66px;
}

.flag.flag-hr {
  background-position: -192px -55px;
}

.flag.flag-sa {
  background-position: -128px -121px;
}

.flag.flag-mv {
  background-position: -64px -99px;
}

.flag.flag-mg {
  background-position: -128px -88px;
}

.flag.flag-dz {
  background-position: -112px -33px;
}

.flag.flag-gg {
  background-position: -192px -44px;
}

.flag.flag-gm {
  background-position: -256px -44px;
}

.flag.flag-af {
  background-position: -32px 0;
}

.flag.flag-li {
  background-position: -208px -77px;
}

.flag.flag-sr {
  background-position: -112px -132px;
}

.flag.flag-vg {
  background-position: -96px -154px;
}

.flag.flag-cr {
  background-position: -208px -22px;
}

.flag.flag-tc {
  background-position: -224px -132px;
}

.flag.flag-ao {
  background-position: -128px 0;
}

.flag.flag-ma {
  background-position: -64px -88px;
}

.flag.flag-mr {
  background-position: 0 -99px;
}

.flag.flag-gn {
  background-position: 0 -55px;
}

.flag.flag-ne {
  background-position: -176px -99px;
}

.flag.flag-nf {
  background-position: -192px -99px;
}

.flag.flag-wf {
  background-position: -176px -154px;
}

.flag.flag-hk {
  background-position: -144px -55px;
}

.flag.flag-gf {
  background-position: -160px -44px;
}

.flag.flag-ps {
  background-position: -240px -110px;
}

.flag.flag-ic {
  background-position: -240px -55px;
}

.flag.flag-cw {
  background-position: -256px -22px;
}

.flag.flag-ml {
  background-position: -176px -88px;
}

.flag.flag-ax {
  background-position: -224px 0;
}

.flag.flag-gl {
  background-position: -240px -44px;
}

.flag.flag-dj {
  background-position: -48px -33px;
}

.flag.flag-cn {
  background-position: -176px -22px;
}

.flag.flag-ht {
  background-position: -208px -55px;
}

.flag.flag-lr {
  background-position: -240px -77px;
}

.flag.flag-tg {
  background-position: 0 -143px;
}

.flag.flag-ba {
  background-position: -256px 0;
}

.flag.flag-ge {
  background-position: -144px -44px;
}

.flag.flag-bz {
  background-position: 0 -22px;
}

.flag.flag-au {
  background-position: -192px 0;
}

.flag.flag-iq {
  background-position: -96px -66px;
}

.flag.flag-cm {
  background-position: -160px -22px;
}

.flag.flag-gw {
  background-position: -112px -55px;
}

.flag.flag-az {
  background-position: -240px 0;
}

.flag.flag-na {
  background-position: -144px -99px;
}

.flag.flag-fj {
  background-position: -16px -44px;
}

.flag.flag-zw {
  background-position: -32px -165px;
}

.flag.flag-bs {
  background-position: -192px -11px;
}

.flag.flag-il {
  background-position: -16px -66px;
}

.flag.flag-nz {
  background-position: -48px -110px;
}

.flag.flag-me {
  background-position: -112px -88px;
}

.flag.flag-si {
  background-position: -256px -121px;
}

.flag.flag-nc {
  background-position: -160px -99px;
}

.flag.flag-lb {
  background-position: -176px -77px;
}

.flag.flag-uk {
  background-position: -112px -44px;
}

/* contact us start*/
.form-control.is-valid, .was-validated .form-control:valid {
  background-image: none;
  border-color: #cdcdcd;
}

.modal {
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-header {
  border-bottom: 0;
}

.form-control:focus {
  border-color: #ced4da;
  box-shadow: none;
}

.modal-footer {
  border-top: 0;
}

.modal-title {
  font-size: 30px;
}

#frm_contactus .form-control, #frm_contactus.form-control:placeholder-shown {
  font-style: italic;
}

.form-control option {
  font-style: normal;
}

.modal-footer .btn-primary {
  background-color: #393a7e;
  border: 1px solid #393a7e;
  color: #ffffff;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  border-radius: 0;
}

#frm_contactus .form-control, #frm_contactus .form-control:placeholder-shown {
  font-style: normal;
  font-size: 13px;
}

#contactus_overlay .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#contactus_overlay .invalid-feedback {
  display: none;
}

.form-control.is-invalid, .was-validated .form-control:invalid {
  background-image: none;
  border-color: #cdcdcd;
}

.form-control.is-invalid:focus, .was-validated .form-control:invalid:focus {
  border-color: #cdcdcd;
  box-shadow: none;
}

#frm_contactus .err_v2 {
  border-color: #dc3545;
}

#contactus_overlay .overlay_wrp {
  width: 750px;
  padding: 14px 20px 20px 20px;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}

.overlay .overlay_wrp .overlayHeader .clsBtn_000 {
  float: right;
}

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

.modal-body .form-group.row {
  margin-bottom: 1rem;
}

#frm_contactus .custom-select {
  -webkit-appearance: menulist;
}

#contactModal .modal-content {
  background-image: url("../images/www/v2/conatcus_bg.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-color: #ffffff;
}

@media only screen and (max-width: 767px) {
  p {
    font-size: 14px;
    font-family: Poppins;
  }
  #contactus_overlay .overlay .overlay_wrp {
    width: 100%;
    box-sizing: border-box;
  }
}

/* contact us end*/
/*Newsletter Start */
.bRedtxt.error {
  color: red;
}

.bRedtxt.success {
  color: green;
}

.footer_dv .footer-newsletter .btn-get-started:active {
  background-color: #193e6c;
}

/*Newsletter end */
/* Forgot pwd start*/
.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

.frgt_pd_txt {
  padding-top: 30px;
  padding-left: 15px;
}

#forgot_modal .modal_btn.disable {
  background-color: #cccccc;
  border-color: #cccccc;
}

#forgot_modal .modal_btn {
  background-color: #f6821f;
  border-color: #f6821f;
}

#forgot_modal .modal-dialog {
  max-width: 750px;
}

#forgot_modal .err_v2 {
  border-color: #dc3545;
}

#forgot_modal .err_v2.invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#forgot_modal .form-control.err_v2 + .invalid-feedback {
  display: block;
}

#forgot_modal .invalid-feedback {
  display: none;
}

#frm_recovery_reset .invalid-feedback {
  display: none;
}

#frm_recovery_reset .frmfield_confirm_password {
  margin-top: 10px;
}

#frm_recovery_reset .act .invalid-feedback {
  display: block;
}

/* Forgot pwd end*/
/* placeholder color change start*/
#frm_contactus input::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #666666 !important;
  opacity: 1;
  /* Firefox */
}

#frm_contactus input:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #666666 !important;
}

#frm_contactus input::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #666666 !important;
}

/* placeholder color change End*/
#contactus_overlay #contactModal .modal-title {
  margin-left: 0 !important;
}

#contactus_overlay #contactModal #frm_contactus .row {
  width: auto;
}

/* new step start */
.ci_wrp {
  padding-top: 10px;
}

.ci_wrp .ci_hd {
  font-size: 20px;
  color: #4a4a4a;
  font-weight: 500;
  /*text-align: center;*/
}

.ci_wrp .ci_hd2 {
  font-size: 16px;
  color: #4a4a4a;
  font-weight: 500;
  margin-top: 26px;
}

.ci_wrp .ci_hd2 .grey_txt {
  color: #9a9a9a;
  font-size: 14px;
}

.ci_wrp .ci_hd2 + .radio_list.v2 {
  padding-top: 0;
}

.ci_wrp .radio_list {
  list-style: none;
  padding-top: 10px;
}

.ci_wrp .radio_list li {
  width: 100%;
  border: solid 1px #c1c1c1;
  border-radius: 8px;
  margin-top: 10px;
}

.ci_wrp .radio_list li .form-check {
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 24px 15px;
  border-radius: 8px;
}

.ci_wrp .radio_list li .form-check .form-check-input {
  opacity: 0;
}

.ci_wrp .radio_list li .form-check .form-check-label {
  font-size: 16px;
  color: #6a6a6a;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding-left: 54px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.ci_wrp .radio_list li .form-check .form-check-label::before {
  content: "";
  width: 18px;
  height: 18px;
  border: 1px solid #8d98ac;
  position: absolute;
  top: 15px;
  left: 18px;
  border-radius: 100%;
}

.ci_wrp .radio_list li .form-check .form-check-input[type=radio]:checked + .form-check-label {
  font-weight: 500;
  color: #000000;
}

.ci_wrp .radio_list li .form-check .form-check-input[type=radio]:checked + .form-check-label::before {
  background: #4a4a4a;
  border-color: #4a4a4a;
}

.ci_wrp .radio_list li .form-check .form-check-input[type=radio]:checked + .form-check-label::after {
  content: "";
  width: 8px;
  height: 8px;
  background: #ffffff;
  position: absolute;
  top: 20px;
  left: 23px;
  border-radius: 100%;
}

.ci_wrp .radio_list li .form-check .fa-check {
  display: none;
  font-size: 8px;
  position: absolute;
  top: 13px;
  left: 13px;
  color: #ffffff;
}

.ci_wrp .radio_list li .form-check .form-check-input[type=checkbox]:checked + .form-check-label {
  font-weight: 500;
  color: #000000;
  /*&::after{content: ""; width: 8px; height: 8px; background: #ffffff; position: absolute; top:20px; left: 23px; border-radius: 100%;}*/
}

.ci_wrp .radio_list li .form-check .form-check-input[type=checkbox]:checked + .form-check-label::before {
  background: #4a4a4a;
  border-color: #4a4a4a;
}

.ci_wrp .radio_list li .form-check .form-check-input[type=checkbox]:checked + .form-check-label + i {
  display: block;
}

.ci_wrp .radio_list.v2 {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -5px;
}

.ci_wrp .radio_list.v2 li {
  padding: 5px;
  width: 33.33%;
  border: none;
}

.ci_wrp .radio_list.v2 li .form-check {
  border: solid 1px #c1c1c1;
  padding: 24px 4px 15px;
}

.ci_wrp .radio_list.v2 li .form-check .form-check-label {
  font-size: 16px;
  color: #6a6a6a;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding-left: 54px;
  display: flex;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
}

.ci_wrp .radio_list.v2 li .form-check .form-check-label::before {
  content: "";
  width: 14px;
  height: 14px;
  border: 1px solid #8d98ac;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 3px;
}

.ci_wrp .radio_list.v2 li .ic_txt_wrp {
  width: 100%;
  display: flex;
  flex-flow: column;
  align-items: center;
  margin-top: 2px;
}

.ci_wrp .radio_list.v2 li .ic_txt_wrp .ic_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
}

.ci_wrp .radio_list.v2 li .ic_txt_wrp .ic_wrp .img_wrp {
  display: flex;
  align-items: center;
  justify-content: center;
}

.ci_wrp .radio_list.v2 li .ic_txt_wrp .ic_wrp .img_wrp img {
  max-width: 100%;
}

.ci_wrp .radio_list.v2 li .ic_txt_wrp .txt_wrp2 {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 10px;
  text-align: center;
}

@media only screen and (max-width: 499px) {
  .ci_wrp .radio_list.v2 li .ic_txt_wrp .txt_wrp2 {
    font-size: 12px;
  }
}

.ci_wrp .incorporation_btn_wrp {
  display: flex;
  justify-content: end;
  margin-top: 20px;
}

.ci_wrp .incorporation_btn_wrp .btn {
  min-width: 110px;
}

.ci_wrp .og_slider_wrp {
  background: #e7effd;
  border-radius: 5px;
  padding: 20px;
}

.ci_wrp .og_slider_wrp .og_slider_list li .og_slider_block .og_slider_hd {
  font-size: 22px;
  line-height: 28px;
  color: #212121;
  font-weight: 500;
}

.ci_wrp .og_slider_wrp .og_slider_list li .og_slider_block .og_slider_img {
  margin-top: 38px;
  display: flex;
  justify-content: center;
}

.ci_wrp .og_slider_wrp .og_slider_list li .og_slider_block .og_slider_img img {
  max-width: 100%;
}

.ci_wrp .og_slider_wrp .og_slider_list .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  margin-top: 45px;
}

.ci_wrp .og_slider_wrp .og_slider_list .slick-dots li {
  width: 8px;
  height: 8px;
  background: #c2c9d5;
  border-radius: 100%;
  margin: 5px;
  cursor: pointer;
}

.ci_wrp .og_slider_wrp .og_slider_list .slick-dots li button {
  display: none;
}

.ci_wrp .og_slider_wrp .og_slider_list .slick-dots li.slick-active {
  background: #212121;
  width: 10px;
  height: 10px;
  /*transition: all 0.5s ease; transform-origin: center;*/
}

/* new step End */
p {
  font-family: "Roboto", sans-serif;
  line-height: normal;
}

.container-gl {
  width: 100%;
  max-width: 1000px;
  /*display: flex; */
  margin: 0 auto;
}

.col-486-gl {
  width: 100%;
  max-width: 515px;
  display: flex;
  margin: 0 auto;
  padding: 0 10px;
}

.col-486-gl.flex-column {
  align-items: center;
  justify-content: flex-start;
}

.top_space {
  margin-top: 50px;
}

.logo-wrp-2 {
  /*width: 200px;*/
  /*height: 24px;*/
  max-width: 245px;
  overflow: hidden;
}

.logo-wrp-2 img {
  max-width: 100%;
}

.logo-wrp-2.listing_store_logo {
  max-width: 320px;
}

@media only screen and (max-width: 767px) {
  .logo-wrp-2 {
    /*width: 180px; */
  }
  .top_space {
    margin-top: 75px;
  }
}

.gl-logo {
  max-width: 200px;
}

/* button */
.btn-rounded {
  font-size: 16px;
  font-weight: 500;
  text-transform: capitalize;
  color: #21AAC9;
  min-width: 150px;
  padding: 0 20px;
  height: 48px;
  border: solid 1px #21AAC9;
  border-radius: 42px;
  background: rgba(33, 170, 201, 0.05);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: normal;
}

.btn-rounded .loader_white {
  display: none;
}

.btn-rounded:hover {
  background: #21aac9;
  color: #FFFFFF;
}

.btn-rounded:hover .loader_blue {
  display: none;
}

.btn-rounded:hover .loader_white {
  display: block;
}

.fa-chevron-left {
  font-size: 18px;
  margin-right: 5px;
}

.back-arrow-cont {
  font-size: 14px;
  color: #707070;
  left: 50px;
  position: absolute;
  display: flex;
  top: 52px;
  align-items: center;
}

.back-arrow-cont:hover {
  text-decoration: none;
  color: #212121;
}

.back-arrow-cont.v2 {
  position: static;
  margin-top: 30px;
}

.pageBg {
  min-height: 100vh;
  background-color: #f9fcff;
}

.signup-pg-bg {
  min-height: 100vh;
  position: relative;
  margin-bottom: 80px;
}

.create-comp-hd {
  color: #00477d;
  margin: 33px 0 0 0;
  text-align: center;
}

.create-comp-sub-hd {
  color: #4a4a4a;
  font-size: 16px;
}

.create-comp-sub-hd.v2 {
  text-align: left;
  width: 100%;
}

.create-comp-sub-hd.lgn {
  text-align: center;
  margin-bottom: 20px;
}

.mobile_number.form-group {
  width: 100%;
  margin-top: 29px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.mobile_number.form-group .iti {
  width: 100%;
}

.mobile_number.form-group .iti__flag-container {
  width: 112px;
  background: #ffffff;
}

.mobile_number.form-group .iti--separate-dial-code .iti__selected-flag {
  background-color: transparent;
  border-right: 1px solid #a8acc4;
  justify-content: center;
  outline: none;
}

.mobile_number.form-group .iti--separate-dial-code .iti__selected-flag:active {
  outline: none;
}

.mobile_number.form-group #mobileLabel {
  /*font-size: $heading-xsmall; color: $dusty-gray;*/
  left: 128px;
}

.mobile_number.form-group #mobile_number {
  padding-left: 128px !important;
}

.mobile_number.form-group .form-label-group input:not(:placeholder-shown) ~ label {
  font-size: 12px;
}

.mobile_number.form-group .hint {
  font-size: 14px;
  color: #6a6a6a;
  display: flex;
  align-items: center;
}

.mobile_number.form-group .hint .hnt_txt {
  width: calc(100% - 17px);
}

.vph {
  margin-top: 36px;
  font-size: 14px;
  color: #6a6a6a;
  line-height: 20px;
  text-align: center;
}

.vph a {
  font-size: 14px;
  color: #6a6a6a;
  text-decoration: underline;
}

.mobile_verify_otp .form-group.otp_screen_wrp {
  margin-bottom: 20px;
}

.mobile_verify_otp .form-group.otp_screen_wrp .pincode-input-container {
  margin-bottom: 5px;
}

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

.privacy-cont {
  background-color: #f9fcff;
  border: 1px solid #a8acc4;
  width: 100%;
  padding: 24px;
  display: flex;
  border-radius: 4px;
  margin-top: 32px;
}

.privacy-cont .fas {
  color: #4a4a4a;
  margin: 5px 10px 0 0;
}

.privacy-cont .privacy-hd {
  font-weight: 500;
  color: #4a4a4a;
  font-size: 16px;
}

.privacy-cont .privacy-desc {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 8px;
  line-height: 20px;
}

.change-num-comp {
  width: auto;
  margin: 13px 0 40px;
}

.change-num-comp p {
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-num-comp .flag {
  /*width: 33px; height: 24px; display: inline-flex; background-size: contain; background-repeat: no-repeat;*/
  margin-right: 8px;
  /*&.in { background-image: url(images/india-flag.jpg);} */
}

.change-num-comp .mobile-number {
  font-size: 16px;
  color: #6a6a6a;
  margin-right: 20px;
}

.change-num-comp .change-mobile-number {
  color: #9a9a9a;
}

.change-num-comp .change-mobile-number:hover {
  color: #212121;
}

.flg-numbr {
  display: flex;
  align-items: center;
}

.flg-numbr .iti__flag {
  margin-right: 5px;
}

.pos_abs {
  position: absolute;
  top: 47px;
  right: 45px;
}

@media only screen and (max-width: 767px) {
  .signup-pg-bg {
    padding: 0 15px;
  }
  .back-arrow-cont {
    top: 30px;
    left: 15px;
  }
  .pos_abs {
    top: 15px;
    right: 0;
  }
  .uid_wrp.pos_abs.dropdown.dropdown-toggle.v2 {
    top: 15px !important;
    right: 0 !important;
  }
  .change-num-comp {
    width: 100%;
  }
  .change-num-comp p {
    justify-content: space-between;
  }
  .mobile_verify_otp {
    padding: 0;
  }
  .mobile_verify_otp .form-group.otp_screen_wrp .pincode-input-container {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 359px) {
  .change-num-comp p {
    flex-flow: column;
  }
  .flg-numbr {
    margin-bottom: 10px;
  }
}

.gst_number_details .hint {
  font-size: 14px;
  color: #6a6a6a;
  display: flex;
  align-items: center;
}

/* welcome screen start */
.lft-align {
  width: 100%;
}

.create-comp-sub-hd-2 {
  font-size: 16px;
  color: #00477d;
  margin-top: 30px;
}

.wlcm-para {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 5px;
  line-height: 20px;
}

.wlcm-para.v2 {
  margin: 30px auto 15px;
}

.gst-wrp {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 20px;
}

.gst-wrp .form-control {
  text-transform: uppercase;
}

.para-link {
  font-size: 16px;
  color: #4a4a4a;
}

.para-link a {
  color: #9a9a9a;
}

.para-link a:hover {
  color: #212121;
}

.para-link.v2 {
  font-weight: 500;
}

/* welcome screen End */
/* company details screen start */
.box-border {
  border: 1px solid #a8acc4;
  width: 100%;
  border-radius: 4px;
  background: #fcfcfc;
  padding: 12px 24px;
  box-sizing: border-box;
  margin-top: 13px;
  margin-bottom: 8px;
}

.cd_list {
  list-style: none;
}

.cd_list li {
  display: inline-block;
  width: 100%;
  margin: 10px 0;
}

.cd_list li .cd_lnk {
  font-size: 16px;
  color: #6a6a6a;
}

.cd_list li .cd_lnk:hover {
  color: #6a6a6a;
}

.cd_list li .cd_name {
  color: #212121;
  margin-top: 5px;
  font-weight: 500;
}

.arrow_link .input-group-text {
  color: #438cba;
  cursor: pointer;
}

@media only screen and (max-width: 767px) {
  .box-border {
    padding: 10px;
  }
}

/* company details screen End */
/* select industry start */
.industry-block {
  display: flex;
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 30px;
}

.industry-block .dropdown-menu {
  max-height: 230px;
  top: 46px !important;
  overflow-y: auto;
  overflow-x: hidden;
  padding: 0;
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.16);
}

.industry-block .dropdown-menu a {
  padding: 0;
  cursor: default;
}

.industry-block .dropdown-menu a li {
  padding: 5px 20px;
}

.industry-block .dropdown-menu a li .search_text {
  font-size: 14px;
  color: #212121;
}

.industry-block .dropdown-menu a li .search_text .ind_name {
  color: #9a9a9a;
}

.industry-block .dropdown-menu a li .search_text.v2 {
  color: #6a6a6a;
}

.industry-block .dropdown-menu a li:hover {
  background-color: transparent !important;
}

.industry-block .dropdown-menu li:hover, .industry-block .dropdown-menu .active li {
  background: #E5F1F9 !important;
  cursor: pointer;
}

.industry-block .dropdown-menu li:hover, .industry-block .dropdown-menu .active {
  background: #E5F1F9 !important;
}

.industry-block .dropdown-menu li.ind_hdng:hover, .industry-block .dropdown-menu .active li.ind_hdng {
  background: #ffffff !important;
  cursor: default;
}

.search-field {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}

.search-field .form-control {
  padding-left: 46px;
}

.search-field .fa-search {
  position: absolute;
  top: 16px;
  left: 15px;
  z-index: 2;
}

.search-field .fa-search::before {
  color: #4a4a4a;
}

.search-field.has-float-label .form-control:placeholder-shown:not(:focus) + *, .search-field.has-float-label label, .has-float-label > span {
  left: 46px;
}

.lst_btm_txt {
  font-size: 16px;
  color: #212121;
  line-height: 24px;
  width: 100%;
  display: flex;
}

.lst_btm_txt .frst_txt {
  color: #6a6a6a;
  margin-right: 5px;
}

.lst_btm_txt #selected_industry {
  font-weight: 500;
}

/* select industry End */
/* company name start */
/*.bordered_btn{border-radius: 4px; box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16); border: solid 1px $cadet_blue; background-color: $white; font-size: $heading-xsmall; color: $jelly-bean; height: 36px; padding: 0 10px; display: flex; align-items: center; justify-content: center;
    &.small{height: 30px; font-size: 12px;}
}*/
.company_select_wrp {
  display: inline-block;
  width: 100%;
  position: relative;
}

.comp_inner_wrp {
  border: solid 1px #9a9a9a;
  background-color: #ffffff;
  width: 100%;
  display: inline-block;
  border-radius: 4px;
  position: absolute;
  top: 48px;
  z-index: 2;
  left: 0;
}

.company_create_wrp {
  /*background: $ice-blue;*/
  padding: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #9a9a9a;
}

.company_create_heading {
  font-size: 12px;
  color: #9a9a9a;
  line-height: normal;
  /*text-transform: uppercase;*/
  white-space: initial;
}

.company_create_heading_2 {
  font-size: 16px;
  color: #212121;
  line-height: normal;
  white-space: normal;
  padding-right: 5px;
  white-space: initial;
}

.comp_list_wrp {
  display: inline-block;
  width: 100%;
  padding: 10px 13px;
}

.comp_list {
  list-style: none;
  height: 255px;
}

.comp_list li {
  display: flex;
  align-items: center;
  padding: 12px 0;
}

.comp_list li .img_wrp {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: solid 1px #a8acc4;
  overflow: hidden;
}

.comp_list li .img_wrp img {
  max-width: 100%;
  border-radius: 4px;
}

.comp_list li .comp_txt_wrp {
  padding-left: 10px;
  white-space: inherit;
  width: calc(100% - 40px);
}

.comp_list li .comp_txt_wrp .comp_txt_1 {
  font-size: 14px;
  color: #212121;
  line-height: normal;
  white-space: initial;
}

.comp_list li .comp_txt_wrp .comp_txt_2 {
  font-size: 12px;
  color: #9a9a9a;
  line-height: normal;
  white-space: initial;
}

.comp_list li .comp_txt_wrp .comp_txt_2 a {
  color: #4a4a4a;
  word-break: break-all;
}

.dd_list_2 {
  display: flex;
  align-items: center;
  padding: 0;
}

.dd_list_2 .img_wrp {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: solid 1px #a8acc4;
  overflow: hidden;
}

.dd_list_2 .img_wrp img {
  max-width: 100%;
  border-radius: 4px;
}

.dd_list_2 .comp_txt_wrp {
  padding-left: 10px;
  white-space: inherit;
  width: calc(100% - 40px);
}

.dd_list_2 .comp_txt_wrp .comp_txt_1 {
  font-size: 14px;
  color: #212121;
  line-height: normal;
  white-space: initial;
}

.dd_list_2 .comp_txt_wrp .comp_txt_2 {
  font-size: 12px;
  color: #9a9a9a;
  line-height: normal;
  white-space: initial;
}

.dd_list_2 .comp_txt_wrp .comp_txt_2 a {
  color: #4a4a4a;
}

.mt375 {
  margin-top: 312px;
}

/* atocomplete plugin start */
.sup_form_wrp.signup_password .dropdown-menu.show, .company_select_wrp .dropdown-menu.show {
  padding: 0;
  margin: 0;
  border: solid 1px #9a9a9a;
  background-color: #ffffff;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item, .company_select_wrp .dropdown-menu.show .dropdown-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px;
  cursor: pointer;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item:hover .btn, .company_select_wrp .dropdown-menu.show .dropdown-item:hover .btn {
  background: #21AAC9 !important;
  border-color: #21AAC9 !important;
  color: #ffffff !important;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item .btn, .company_select_wrp .dropdown-menu.show .dropdown-item .btn {
  background: #ffffff;
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-color: #4a4a4a;
  color: #4a4a4a;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item .btn:hover, .company_select_wrp .dropdown-menu.show .dropdown-item .btn:hover {
  background: #21AAC9;
  border-color: #21AAC9;
  color: #ffffff;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item .btn.join_comp_btn, .company_select_wrp .dropdown-menu.show .dropdown-item .btn.join_comp_btn {
  background: #ffffff;
  height: 36px;
  padding: 0 10px;
  display: flex;
  align-items: center;
  border-color: #4a4a4a;
  color: #4a4a4a;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item .btn.join_comp_btn:hover, .company_select_wrp .dropdown-menu.show .dropdown-item .btn.join_comp_btn:hover {
  background: #21AAC9;
  border-color: #21AAC9;
  color: #ffffff;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item .company_create_wrp, .company_select_wrp .dropdown-menu.show .dropdown-item .company_create_wrp {
  width: 100%;
  border: none;
  padding: 0;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item .company_create_wrp .btn, .company_select_wrp .dropdown-menu.show .dropdown-item .company_create_wrp .btn {
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.16);
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item li, .company_select_wrp .dropdown-menu.show .dropdown-item li {
  display: flex;
  align-items: center;
  width: 100%;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item li .img_wrp, .company_select_wrp .dropdown-menu.show .dropdown-item li .img_wrp {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: solid 1px #a8acc4;
  overflow: hidden;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item li .img_wrp img, .company_select_wrp .dropdown-menu.show .dropdown-item li .img_wrp img {
  max-width: 100%;
  border-radius: 4px;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item li .comp_txt_wrp, .company_select_wrp .dropdown-menu.show .dropdown-item li .comp_txt_wrp {
  padding-left: 10px;
  overflow: hidden;
  width: calc(100% - 40px);
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item li .comp_txt_wrp .comp_txt_1, .company_select_wrp .dropdown-menu.show .dropdown-item li .comp_txt_wrp .comp_txt_1 {
  font-size: 14px;
  color: #212121;
  line-height: normal;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item li .comp_txt_wrp .comp_txt_2, .company_select_wrp .dropdown-menu.show .dropdown-item li .comp_txt_wrp .comp_txt_2 {
  font-size: 12px;
  color: #9a9a9a;
  line-height: normal;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item li .comp_txt_wrp .comp_txt_2 a, .company_select_wrp .dropdown-menu.show .dropdown-item li .comp_txt_wrp .comp_txt_2 a {
  color: #4a4a4a;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item:first-child, .company_select_wrp .dropdown-menu.show .dropdown-item:first-child {
  /*background: #f9fcff;*/
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  border-bottom: 1px solid #9a9a9a;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item.active, .sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item:active, .company_select_wrp .dropdown-menu.show .dropdown-item.active, .company_select_wrp .dropdown-menu.show .dropdown-item:active {
  background: #ffffff !important;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item.active .company_create_wrp:hover, .sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item:active .company_create_wrp:hover, .company_select_wrp .dropdown-menu.show .dropdown-item.active .company_create_wrp:hover, .company_select_wrp .dropdown-menu.show .dropdown-item:active .company_create_wrp:hover {
  background: #E5F1F9 !important;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item.active:hover, .sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item:active:hover, .company_select_wrp .dropdown-menu.show .dropdown-item.active:hover, .company_select_wrp .dropdown-menu.show .dropdown-item:active:hover {
  background: #E5F1F9 !important;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item.active:hover.company_create_wrp, .sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item:active:hover.company_create_wrp, .company_select_wrp .dropdown-menu.show .dropdown-item.active:hover.company_create_wrp, .company_select_wrp .dropdown-menu.show .dropdown-item:active:hover.company_create_wrp {
  background: #E5F1F9 !important;
}

.sup_form_wrp.signup_password .dropdown-menu.show .dropdown-item:nth-child(2), .company_select_wrp .dropdown-menu.show .dropdown-item:nth-child(2) {
  pointer-events: none;
  justify-content: inherit;
}

.sup_form_wrp.signup_password .dropdown-menu.show.os-host, .company_select_wrp .dropdown-menu.show.os-host {
  top: 48px !important;
  /*height: 480px;*/
  max-height: 480px;
  /*min-height: 200px;*/
  position: absolute !important;
  overflow-x: hidden !important;
}

.sup_form_wrp.signup_password .city .bootstrap-autocomplete, .company_select_wrp .city .bootstrap-autocomplete {
  height: 200px;
  overflow-x: hidden;
}

@media only screen and (max-width: 767px) {
  .company_select_wrp .dropdown-menu.show.os-host {
    max-height: 300px;
  }
  .mblt {
    margin-top: 20px !important;
  }
  .company_select_wrp .dropdown-menu.show .dropdown-item {
    /*flex-wrap: wrap; justify-content: flex-end; padding: 5px 10px;*/
  }
  .company_select_wrp .dropdown-menu.show .dropdown-item .dd_list_2 {
    width: calc(100% - 70px);
  }
  .company_select_wrp .dropdown-menu.show .dropdown-item .btn {
    margin-top: 5px;
    height: 30px;
    font-size: 14px;
  }
  .company_select_wrp .dropdown-menu.show .dropdown-item .company_create_wrp {
    /*flex-wrap: wrap; justify-content: flex-end;*/
  }
  .company_select_wrp .dropdown-menu.show .dropdown-item .company_create_wrp .company_create_lft {
    padding-right: 5px;
  }
  .company_select_wrp .dropdown-menu.show .dropdown-item:first-child {
    padding-bottom: 10px;
  }
  .search-field.has-float-label .form-control:placeholder-shown:not(:focus) + *, .search-field.has-float-label label, .has-float-label > span {
    font-size: 14px;
  }
}

/* atocomplete plugin End */
.nc a {
  pointer-events: none;
  color: #9a9a9a;
}

@media only screen and (max-width: 359px) {
  .company_create_wrp {
    flex-flow: column;
  }
  .company_create_wrp .btn {
    margin-top: 10px;
  }
  .mt375 {
    margin-top: 400px;
  }
}

/* company name End */
/* company start */
.company_wrp {
  display: inline-block;
  width: 100%;
}

.pwrd_google {
  width: 88px;
  height: 12px;
  position: absolute;
  top: 18px;
  right: 18px;
  overflow: hidden;
  font-size: 0;
  z-index: 3;
}

.pwrd_google img {
  max-width: 100%;
}

.location_form .form-control {
  /*padding-right: 110px*/
}

.location_form .pwrd_google {
  display: none;
}

/* company End */
/* trending case start */
.trending_case_wrp {
  padding-bottom: 30px;
  border-bottom: 1px solid #c4c4c4;
}

.artcl .img-wrp {
  width: 100%;
  height: 137px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #cccccc;
  overflow: hidden;
}

.artcl .img-wrp img {
  max-width: 100%;
}

@media only screen and (max-width: 767px) {
  .trending_case_wrp {
    padding-bottom: 10px;
  }
  .artcl .img_wrp {
    height: 160px;
  }
}

/* trending case End */
/* Follow SME Inspirations start */
.heading_wrp {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.heading_wrp.v2 {
  border-top: 1px solid #c4c4c4;
  padding-top: 20px;
  margin-bottom: 30px;
}

/* Follow SME Inspirations End */
.watch-video-comp.v2 {
  /*height: 168px;*/
}

/* arul start */
.gl-logo-abs-pos {
  position: absolute;
  left: 30px;
}

.profile-dd-abs-pos {
  position: absolute;
  right: 30px;
}

.profile-dd-hm-wrp {
  display: flex;
  align-items: center;
}

.profile-dd-hm-wrp .fa-home {
  color: #438cba;
  font-size: 20px;
}

@media only screen and (max-width: 767px) {
  .gl-logo-abs-pos {
    left: 15px;
  }
  .profile-dd-abs-pos {
    right: 15px;
  }
}

/* components */
.ecard-partial {
  display: flex;
}

.ecard-partial > .col {
  line-height: initial;
}

.ecard-partial .user-name {
  margin: 3px 0;
}

.add-destination {
  font-size: 12px;
  color: #2a7bad;
  text-decoration: none;
  line-height: initial;
}

/* unblock bronze badge start */
.unlock-broze-cont {
  border: 1px solid #a8acc4;
  border-radius: 4px;
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}

.unlock-top-left-cont {
  border-right: 1px solid #a8acc4;
  background-color: #f9fcff;
  padding: 25px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
}

.unlock-top-left-cont .progress {
  margin: 0;
}

.unlock-top-left-cont .sme-broze-badge {
  margin-left: auto;
  margin-right: auto;
  margin-top: 14px;
  margin-bottom: 20px;
}

.unlock-top-left-cont .btn-primary {
  margin: 16px 0;
}

.unlock-top-right-cont {
  padding: 25px;
}

.unlock-top-right-cont .tick-list-arr-comp {
  margin-top: 16px;
}

.unlock-bottom-cont {
  border-top: 1px solid #a8acc4;
  padding-bottom: 17px;
  padding-top: 17px;
}

.unlock-bronze-hd {
  font-size: 18px;
  color: #212121;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.unlock-bronze-hd .fa-lock {
  font-size: 16px;
  margin-right: 10px;
  color: #9f9f9f;
}

.unlock-broze-cont.reverse .unlock-top-left-cont {
  border-right: none;
  border-left: 1px solid #a8acc4;
}

.tick-list-arr-comp {
  display: flex;
  line-height: initial;
}

.tick-list-arr-comp p {
  display: flex;
  flex-flow: row wrap;
  flex-grow: 1;
  flex-shrink: 1;
}

.tick-list-arr-comp .fa-check-circle {
  margin-right: 12px;
}

.var-fix-comp {
  display: flex;
  flex-flow: row wrap;
}

.var-fix-comp .fa-gift {
  font-size: 24px;
  padding-right: 11px;
}

.var-fix-comp .var-widt-cont {
  display: flex;
  flex-flow: row;
  flex-shrink: 1;
  flex-grow: 1;
  line-height: initial;
}

.var-fix-comp .preview-link {
  padding-left: 11px;
}

@media only screen and (max-width: 768px) {
  .var-fix-comp.mobile-ver-01 {
    justify-content: flex-end;
  }
  .var-fix-comp.mobile-ver-01 .var-widt-cont {
    flex-shrink: 0;
    width: 100%;
  }
}

@media only screen and (max-width: 576px) {
  .unlock-top-left-cont {
    border-bottom: 1px solid #a8acc4;
    border-right: none;
  }
  .unlock-broze-cont.reverse .unlock-top-left-cont {
    border: none;
    border-top: 1px solid #a8acc4;
  }
}

@media only screen and (max-width: 479px) {
  .unlock-top-right-cont {
    padding: 10px;
  }
  .unlock-bottom-cont {
    padding: 10px;
  }
}

/* unblock bronze badge end */
.create-ecommerce-list {
  list-style: none;
  margin-top: 10px;
}

.create-ecommerce-list li {
  font-size: 14px;
  color: #6a6a6a;
  position: relative;
  line-height: initial;
  padding: 3px 0 6px 16px;
}

.create-ecommerce-list li::before {
  content: "";
  top: 9px;
  width: 6px;
  height: 6px;
  border-radius: 100%;
  background: #6a6a6a;
  position: absolute;
  left: 0;
}

.partners-img-cont {
  margin-left: -5px;
  margin-right: -5px;
}

.partners-img-cont img {
  margin: 8px 5px;
}

.connection-list {
  list-style-type: none;
}

.connection-list li {
  width: 180px;
  float: left;
  border: 1px solid #a8acc4;
  border-radius: 4px;
  margin-left: 8px;
  padding: 20px;
}

.connection-list .fas {
  font-size: 28px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  cursor: pointer;
  background-color: #ffffff;
}

.connection-list .fa-chevron-circle-left {
  left: 20px;
}

.connection-list .fa-chevron-circle-right {
  right: 20px;
}

.connection-list .slick-track {
  padding-bottom: 1px;
}

.trade-alert-cont {
  border: 1px solid #a8acc4;
  border-radius: 4px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.trade-alert-cont .right-col-child .btn {
  margin-top: 14px;
}

.trade-alert-cont .left-col-child .hd-small {
  margin-bottom: 10px;
}

.trade-alert-cont .left-col-child .txt-normal {
  line-height: 20px;
}

/* arul end*/
.dropdown-toggle.v2::after {
  color: #a8acc4;
  border-top: 9px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

#social_login_cont .white_btn.fb_btn {
  color: #6a6a6a !important;
}

/* profile dd start */
.profile_dd {
  position: absolute;
  top: 35px;
  right: 0;
  list-style: none;
  width: 150px;
  background: #ffffff;
  border: 1px solid #8c8c8c;
  border-radius: 5px;
  display: none;
}

.profile_dd li {
  border-top: 1px solid #8c8c8c;
}

.profile_dd li:first-child {
  border-top: none;
}

.profile_dd li a {
  padding: 10px;
  font-size: 14px;
  color: #8c8c8c;
  display: flex;
}

/* profile dd End */
/* signup signin start */
#loginForm .signup_btn {
  background-color: #393a7d;
}

#register .signup_btn {
  background-color: #393a7d;
}

.new_overlay_wrp .clsBtn_000:hover {
  text-decoration: none;
}

/* signup signin start */
.form-control.country_flag {
  display: flex;
  align-items: center;
  padding-right: 0;
}

.form-control.country_flag .flag {
  margin-right: 10px;
}

.form-control.country_flag select {
  width: calc(100% - 26px);
  border: none;
  display: block;
  float: left;
  height: 100%;
  outline: none;
  border-radius: 4px;
}

.edit_link {
  margin-right: 3px;
  color: #6a6a6a;
  cursor: default;
}

.edit_link:hover {
  text-decoration: none;
  color: #6a6a6a;
}

.arrow_link .input-group-append .input-group-text {
  background: rgba(33, 170, 201, 0.05);
  color: #21AAC9;
}

.arrow_link .input-group-append .input-group-text:hover {
  background: #21aac9;
  color: #FFFFFF;
}

.not_my_company {
  font-size: 16px;
  color: #9a9a9a;
  text-align: center;
  margin-top: 20px;
}

.not_my_company:hover {
  color: #212121;
}

.verified_icon {
  width: 17px;
  height: 20px;
  background: url(images/verified.svg);
  margin-right: 7px;
}

.para-link#selected_industry {
  color: #2a7bad;
}

#login_confirmation_form .signup_btn {
  background-color: #393a7d;
  border-color: #393a7d;
}

/* contact us overlay start */
.modal-footer .btn-primary {
  background-color: #393a7d;
  border-color: #393a7d;
}

/* contact us overlay End */
/* existing_company_error_block start */
#select_company .error_block.existing_company_error_block, #create_company .error_block.existing_company_error_block {
  /*width: calc(100% - 30px); left: 15px;*/
  z-index: 5;
  top: 48px;
  height: auto;
}

#select_company .error_block.existing_company_error_block .btn, #create_company .error_block.existing_company_error_block .btn {
  margin-top: 20px;
}

#create_company .error_block.existing_company_error_block {
  width: calc(100% - 30px);
  left: 15px;
}

/* existing_company_error_block End */
.btn_v2 {
  border-color: #393a7d;
  background: #393a7d;
}

/*#mobileLabel{top: 16px;}
.tp{
    #mobileLabel{top: -.5em;}
}*/
/* new otp start */
.code_inp_list.v2 {
  margin: 0;
  width: 100%;
}

.code_inp_list.v2 li {
  width: 63px;
  border: 1px solid #9a9a9a;
  border-radius: 4px;
  height: 70px;
  margin: 0 8px;
}

.code_inp_list.v2 li .code_inp {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  font-size: 28px;
  color: #212121;
}

.code_inp_list.v2 li:last-child {
  margin-right: 0;
}

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

@media only screen and (min-width: 375px) and (max-width: 767px) {
  .code_inp_list.v2 li {
    width: 44px;
    height: 55px;
    margin: 0 6px;
  }
}

@media only screen and (max-width: 374px) {
  .code_inp_list.v2 li {
    width: 13%;
    height: 44px;
    margin: 0 6px;
  }
  .code_inp_list.v2 li .code_inp {
    font-size: 20px;
  }
}

/* new otp End */
/* reset confirm overlay start */
.overlay.cnfrm_overlay .overlay_wrp {
  max-width: 750px;
  width: 100%;
  padding: 14px 20px 20px 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  position: relative;
  background: #ffffff;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .overlay.cnfrm_overlay {
    background: #ffffff;
  }
}

/* reset confirm overlay End */
/* internet exproler start */
/* ie 10 and 11 start */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .mobile_verify_otp > .row {
    width: 100%;
  }
  .com_prof_wrp .img_wrp img {
    width: 100%;
  }
  .com_prof_wrp .comp_name {
    width: 100%;
  }
  .cd_list li {
    display: block;
  }
  .lft-align + .btn-rounded {
    display: inline-table;
    line-height: 48px;
  }
  .dd_list_2 .img_wrp img {
    width: 100%;
  }
  .code_inp_list.v2 li {
    width: 60px;
  }
}

/* ie 10 and 11 End */
/* all ie browser start */
@media screen\0 {
  .white_btn.linkedin {
    display: none;
  }
}

@media screen\9 {
  .white_btn.linkedin {
    display: none;
  }
}

/* all ie browser start */
/* internet exproler start */
.gst_dtl_btn_wrp {
  display: flex;
  width: 100%;
  align-content: center;
  justify-content: center;
}

/* placeholder start */
.shimer .shimer_effect, .shimer .form_heading, .shimer .heading-14, .shimer .heading-18-v3, .shimer .com_prof_wrp .comp_name, .shimer .com_prof_wrp .img_wrp, .shimer .comp_inner_wrp, .shimer .form-group, .shimer .para-link, .shimer .uid_wrp, .shimer .ecard, .shimer .skip_link, .shimer .step_lits li, .shimer .box-block, .shimer .heading-18-v2, .shimer .heading-18, .shimer .lst_btm_txt, .shimer .arrow_list, .shimer .search-field, .shimer .arrow_link, .shimer .hint, .shimer .box-border, .shimer .para-link, .shimer .gst-wrp .form-group, .shimer .wlcm-para, .shimer .create-comp-sub-hd-2, .shimer .logo-wrp-2, .shimer .create-comp-hd, .shimer .create-comp-sub-hd, .shimer .form-group.mobile_number, .shimer .btn-rounded, .shimer .privacy-cont, .shimer .progress, .shimer .back-arrow-cont, .shimer .change-num-comp, .shimer .pincode-input-container, .shimer .otp_timer_wrp {
  color: #ededed;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: #f6f7f8;
  background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  background-color: #ededed !important;
  /*height: 96px; position: relative;*/
}

.shimer .create-comp-hd {
  width: 215px;
  height: 26px;
}

.shimer .create-comp-sub-hd {
  width: 100%;
  height: 19px;
}

.shimer .form-group.mobile_number {
  width: 100%;
  height: 76px;
}

.shimer .btn-rounded {
  width: 150px;
  height: 48px;
}

.shimer .privacy-cont {
  width: 100%;
  height: 163px;
}

.shimer .back-arrow-cont {
  width: 47px;
  height: 21px;
}

.shimer .change-num-comp {
  width: 297px;
  height: 24px;
}

.shimer .pincode-input-container input {
  border: none !important;
  background: transparent;
}

.shimer .otp_timer_wrp {
  width: 100%;
  height: 24px;
}

.shimer .create-comp-sub-hd-2 {
  height: 24px;
}

.shimer .wlcm-para {
  height: 40px;
}

.shimer .gst-wrp .form-group, .shimer .search-field, .shimer .arrow_link {
  height: 48px;
}

.shimer .para-link {
  height: 24px;
  width: 100%;
}

.shimer .box-border {
  height: 386px;
}

.shimer .hint {
  height: 18px;
}

.shimer .lst_btm_txt {
  height: 40px;
  width: 100%;
}

.shimer .heading-18 {
  height: 52px;
  width: 100%;
}

.shimer .heading-18-v2 {
  height: 26px;
  width: 100%;
}

.shimer .box-block {
  height: 177px;
}

.shimer .skip_link {
  height: 19px;
  width: 185px;
}

.shimer .ecard {
  height: 102px;
}

.shimer .uid_wrp {
  width: 53px;
  height: 35px;
}

.shimer .para-link {
  height: 23.64;
  width: 100%;
}

.shimer .form-group {
  height: 48px;
}

.shimer .comp_inner_wrp {
  height: 355px;
}

.shimer .com_prof_wrp .comp_name {
  height: 47px;
  width: 228px;
}

.shimer .existing_comp_wrp .heading-18-v3 {
  height: 51px;
}

.shimer .existing_comp_wrp .heading-14 {
  height: 40px;
}

.shimer .form_heading {
  height: 19px;
  width: 110px;
}

.shimer .profile-dd-hm-wrp {
  width: 124px;
  height: 43px;
}

.shimer .heading-22-m {
  height: 53px;
  width: calc(100% - 30px);
  margin-left: 15px;
}

.shimer .company-card-comp {
  height: 161px;
}

.shimer .unlock-broze-cont {
  height: 301px;
}

.shimer .rcm {
  height: 21px;
  width: 200px;
  display: inline-block;
}

.shimer .connection-list {
  height: 222px;
}

.shimer .fot-block {
  height: 35px;
}

.shimer .trade-alert-cont {
  height: 121px;
}

.shimer .card {
  height: 133px;
}

.shimer .heading_wrp {
  height: 31px;
}

.shimer .text-image-block {
  height: 321px;
}

.shimer .watch-video-comp {
  height: 176px;
}

.shimer .text-image-block.v2 {
  height: 215px;
}

@media only screen and (max-width: 767px) {
  .shimer .box-block {
    height: 200px;
  }
  .shimer .profile-dd-hm-wrp {
    width: 109;
    height: 28px;
  }
}

/* placeholder End */
.company_select_wrp #create_company .bootstrap-autocomplete .dropdown-item {
  padding: 10px 10px;
  border-bottom: 1px solid #cccccc;
  font-size: 14px;
  /*justify-content: inherit !important;*/
}

select.form-control option {
  text-overflow: ellipsis;
}

.form-group.has-float-label.city .form-control {
  text-overflow: ellipsis;
}

.create_company_act .submit_btn {
  margin-top: 0 !important;
}

.create_company_container .company_select_wrp .dropdown-menu.show .dropdown-item {
  display: inline-block;
}

.create_company_act .btn.btn-rounded.submit_btn {
  margin-top: 0 !important;
}

.company_select_wrp .dropdown-menu.show .dropdown-item.active:first-child {
  border-bottom: none;
}

.company_create_heading.join_exist_comp_txt {
  /*border-top:1px solid #9a9a9a;*/
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: -12px;
}

.signup-pg-bg .create_company_container .dropdown-menu.show .dropdown-item {
  display: flex;
  justify-content: space-between !important;
}

.sup_form_wrp.signup_password .dropdown-menu.show {
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* samrat 6214 start */
.samrat-signup .logo-wrp-2 {
  /*height:63px;*/
  width: 81px;
  margin-top: 10px;
}

.samrat-signup .trade_prtnr_txt {
  color: #000000;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 6px;
}

.samrat-signup .mob-num-txt {
  color: #4a4a4a;
  font-size: 16px;
  margin-top: 30px;
  margin-bottom: 10px;
}

.samrat-signup .create-comp-sub-hd {
  line-height: 24px;
}

.pwd_by_gl_wrp {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin-top: 38px;
}

.pwd_by_gl_wrp img {
  width: 126px;
}

.pwd_by_gl_wrp .pwd_by_gl_txt {
  font-size: 12px;
  color: #8c8c8c;
  margin-bottom: 8px;
}

.hori_border {
  border-top: 1px solid #e6e6e6;
  margin-top: 38px;
}

.pa_txt {
  font-size: 22px;
  color: #4a4a4a;
  margin-top: 25px;
}

.pa_txt .pa_link {
  font-weight: 500;
  color: #ff7700;
}

.ya_txt {
  font-size: 16px;
  color: #4a4a4a;
  line-height: 24px;
  margin-top: 34px;
}

.ya_txt a {
  color: #4a4a4a;
}

.wy_txt {
  font-size: 22px;
  color: #4a4a4a;
  margin-top: 33px;
}

/* samrat 6214 end */
/* category type start */
.cat_type_Wrp {
  padding-top: 20px;
}

.cat_type_Wrp .cat_type_inr {
  padding-top: 24px;
}

.cat_type_Wrp .cat_type_inr .cat_type_hd {
  font-size: 16px;
  color: #212121;
}

.cat_type_Wrp .cat_type_inr .cat_type_hd .cat_type_hdsml {
  font-size: 12px;
  color: #9a9a9a;
}

.cat_type_Wrp .cat_type_inr .cate_check_list {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  margin: 12px 0 0 -8px;
}

.cat_type_Wrp .cat_type_inr .cate_check_list li {
  border: 1px solid #cccccc;
  background: #fcfcfc;
  border-radius: 5px;
  margin: 8px;
  cursor: pointer;
}

.cat_type_Wrp .cat_type_inr .cate_check_list li .form-check {
  display: flex;
  align-items: center;
  padding: 8px;
}

.cat_type_Wrp .cat_type_inr .cate_check_list li .form-check .form-check-input {
  padding: 0;
  margin: 0;
  position: static;
}

.cat_type_Wrp .cat_type_inr .cate_check_list li .form-check .form-check-label {
  font-size: 14px;
  color: #212121;
  margin-left: 5px;
}

.cat_type_Wrp .cat_type_inr .cate_check_list li .form-check .form-check-label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.cat_type_Wrp .cat_type_inr .cate_check_list li.act {
  background: rgba(21, 109, 246, 0.1);
  border-color: #156df6;
}

.cat_type_Wrp .cat_type_inr .cate_check_list li.act .form-check .form-check-label {
  color: #156df6;
}

/* category type End */
/* company verification start */
.company_verification .btn.disabled, .company_verification .btn:disabled { opacity: .3; pointer-events: none; }

.vyc_txt {
  font-size: 16px;
  color: #273239;
  line-height: 24px;
  font-weight: 500;
  margin-top: 24px;
}

.com_verify_wrp {
  margin: 15px 0 40px;
}

.com_verify_wrp .other_field {
  padding-right: 10px;
}

.com_verify_wrp .other_field.v2 {
  padding-left: 10px;
  padding-right: 15px;
}

.com_verify_wrp .form-group .trade_license_select:focus {
  background: transparent;
}

.com_verify_wrp .form-group .trade_license_select + label {
  z-index: 1;
  color: #9a9a9a;
  font-size: 16px;
  top: 16px;
  opacity: 1;
  font-weight: 400;
  margin: 0;
  left: 15px;
}

.com_verify_wrp .form-group.active .trade_license_select + label {
  font-size: 14px;
  color: #6a6a6a;
  left: 15px;
  top: -6px;
  background: #ffffff;
  z-index: 2;
}

.doc_upload_block {
  display: flex;
  flex-flow: column;
  align-items: baseline;
}

.doc_upload_hd {
  font-size: 16px;
  color: #273239;
  line-height: 24px;
}

.doc_upload_file {
  display: flex;
  align-items: center;
  color: #ec0100;
  font-size: 14px;
  margin-top: 8px;
  position: relative;
  overflow: hidden;
}

.doc_upload_file .fa-paperclip {
  margin-right: 4px;
}

.doc_upload_file .fa-times {
  margin-left: 4px;
}

.doc_upload_file:hover {
  color: #ec0100;
  text-decoration: none;
}

.doc_upload_file:hover .doc_upload_file_txt {
  text-decoration: none;
}

.doc_upload_file input::-webkit-file-upload-button {
  cursor: pointer;
}

.doc_upload_file .doc_upload_inp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.doc_file_size {
  font-size: 12px;
  color: #9a9a9a;
  margin-top: 4px;
}

.cid_wrp {
  margin-top: 24px;
}

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

.cid_heading {
  border-top: 1px solid #e6e6e6;
  padding-top: 24px;
  font-size: 14px;
  color: #273239;
  margin-bottom: 10px;
}

.progress.cid {
  margin-bottom: 10px;
}

.cid_field {
  margin-top: 10px;
}

.cid_info {
  font-size: 12px;
  color: #666666;
  width: 100%;
}

.cid_info .fa-circle-info {
  margin-right: 5px;
}

/* company verification End */
/* kcb verification start */
.verification_kcb {
  border-top: 1px solid #cccccc;
  width: 100%;
  padding: 15px 5px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.verify_later_txt {
  font-size: 14px;
  color: #212121;
  margin-top: 15px;
  text-decoration: underline;
}

.verify_btm_txt {
  font-size: 12px;
  color: #6a6a6a;
  margin-top: 15px;
  text-align: center;
}

#whyverifybusiness_overlay #whyverifybusinessModal {
  padding-right: 0 !important;
}

#whyverifybusiness_overlay #whyverifybusinessModal .modal-header {
  padding-top: 0;
  padding-bottom: 0;
}

#whyverifybusiness_overlay #whyverifybusinessModal .modal-header .close {
  padding-top: 30px;
}

.verify_wrp .verify_hd {
  font-size: 24px;
  color: #212121;
  font-weight: 500;
  text-align: center;
}

.verify_wrp .verify_hd2 {
  font-size: 16px;
  color: #6a6a6a;
  margin-top: 10px;
  text-align: center;
}

.verify_wrp .verify_ic_txt_wrp {
  display: flex;
  margin-top: 30px;
}

.verify_wrp .verify_ic_txt_wrp .verify_col {
  width: 33.33%;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.verify_wrp .verify_ic_txt_wrp .verify_col i {
  font-size: 30px;
  color: #8d98ac;
}

.verify_wrp .verify_ic_txt_wrp .verify_col .verify_txt_wrp {
  font-size: 16px;
  color: #8d98ac;
  text-align: center;
  margin-top: 15px;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  #whyverifybusiness_overlay #whyverifybusinessModal .modal-dialog {
    max-width: 700px;
  }
}

@media only screen and (max-width: 767px) {
  .verify_wrp .verify_ic_txt_wrp {
    flex-flow: column;
  }
  .verify_wrp .verify_ic_txt_wrp .verify_col {
    width: 100%;
    margin-bottom: 30px;
  }
}

/* kcb verification End */
/*# sourceMappingURL=style.css.map */