@charset "UTF-8";
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: 0.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;
}

.gbtnWrp.col-486-gl {
  width: 100%; /*max-width: 515px;*/
  max-width: 430px;
  display: flex;
  margin: 0 auto;
  padding: 0 10px;
}
.gbtnWrp.col-486-gl .create-comp-hd {
  margin-top: 26px;
}
.gbtnWrp.col-486-gl .signupwith-heading.v2 {
  margin-bottom: 0;
}
.gbtnWrp.col-486-gl .mt8 {
  margin-top: 8px !important;
}
.gbtnWrp.col-486-gl .mt16 {
  margin-top: 16px !important;
}
.gbtnWrp.col-486-gl .social_media_button { /*width: 100%;*/
  width: calc(100% + 6px);
}
.gbtnWrp.col-486-gl .social_media_button .white_btn { /*width: 120px;*/
  width: calc(33.33% - 16px);
  height: 40px;
  border-color: #d8d8d8;
  margin: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #212121 !important;
  border-radius: 8px;
}
@media only screen and (max-width: 767px) {
  .gbtnWrp.col-486-gl .social_media_button .white_btn {
    margin: 4px;
    width: calc(33.33% - 8px);
  }
  .gbtnWrp.col-486-gl .social_media_button .white_btn .mbl_none {
    display: block;
  }
  .gbtnWrp.col-486-gl .social_media_button .white_btn i {
    margin-right: 5px;
  }
}
@media only screen and (max-width: 359px) {
  .gbtnWrp.col-486-gl .social_media_button .white_btn {
    font-size: 12px;
  }
  .gbtnWrp.col-486-gl .social_media_button .white_btn i, .gbtnWrp.col-486-gl .social_media_button .white_btn .google_logo {
    width: 20px;
    height: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .gbtnWrp.col-486-gl .social_media_button {
    width: calc(100% - 2px);
  }
}
.gbtnWrp.col-486-gl .divederLine {
  position: relative;
  width: calc(100% - 15px);
  margin-top: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.gbtnWrp.col-486-gl .divederLine .orTxt {
  font-size: 13px;
  color: #a0a8b0;
  background: #ffffff;
  z-index: 2;
  padding: 0 20px;
}
.gbtnWrp.col-486-gl .divederLine::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #bac3cc;
}
.gbtnWrp.col-486-gl .signup-form .has-float-label .form-control:placeholder-shown:not(:focus) + * {
  font-size: 14px;
  top: 14px;
}
.gbtnWrp.col-486-gl .signup-form .form-control {
  border-color: #d8d8d8;
  font-size: 14px;
  height: 40px;
}
.gbtnWrp.col-486-gl .signup-form .psw_info_prop {
  margin-top: -10px;
}
.gbtnWrp.col-486-gl .signup-form .form-group {
  margin-bottom: 16px;
}
.gbtnWrp.col-486-gl .signup-form .form-group .password_indBox {
  top: 14px;
}
.gbtnWrp.col-486-gl .signup-form .form-group .visiblity_eye {
  top: 12px;
}
.gbtnWrp.col-486-gl .signup-form .form-group .visiblity_eye.act .fa-eye {
  margin-top: 1px;
  margin-left: 1px;
}
@media only screen and (min-width: 768px) {
  .gbtnWrp.col-486-gl .row.signup_password .col-md-6.rc {
    padding-right: 8px;
  }
  .gbtnWrp.col-486-gl .row.signup_password .col-md-6.lc {
    padding-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .gbtnWrp.col-486-gl {
    padding: 0;
    max-width: 410px;
  }
}

.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: rgb(33, 170, 201);
  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;
}
@media only screen and (max-width: 767px) {
  .pageBg {
    background: #ffffff;
  }
  .pageBg .signup-pg-bg.shadow {
    box-shadow: none !important;
  }
}

.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: 0.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 */
#mobile_verify .back-arrow-cont.v2 {
  position: absolute;
  margin: 0;
  top: 20px;
  left: 20px;
}

/* popup block start */
.popup_block {
  background: #202124;
  border-radius: 5px;
  box-shadow: 0 0 15px 0 rgba(164, 164, 164, 0.5);
  width: 335px;
  position: fixed;
  left: 20px;
  bottom: 80px;
  padding: 0 50px 10px 10px;
  z-index: 4;
}
.popup_block .popup_hd {
  font-size: 18px;
  color: #ffffff;
  font-weight: 500;
  line-height: 20px;
  margin-top: 10px;
}
.popup_block .popup_text {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  line-height: 20px;
  margin-top: 10px;
}
.popup_block .popup_text .bgw {
  background: #ffffff;
  width: 15px;
  height: 15px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.popup_block .popup_text .fa-circle-check {
  font-size: 20px;
  color: #51b77b;
  margin: -3px 0 0 -3px;
}
.popup_block .close_icn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 32px;
  height: 32px;
  background: #4d4d50;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup_block .close_icn .fa-xmark {
  font-size: 18px;
  color: #ffffff;
}

/* popup block End */
/* add product start */
.comp-col-100 {
  width: 100%;
  display: flex;
}

.comp-img-col {
  padding: 0 15px;
  padding: 0 10px;
}
@media only screen and (min-width: 1200px) {
  .comp-img-col {
    width: calc(24.5482% - 20px);
    width: calc(20.5482% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .comp-img-col {
    width: calc(27.5482% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .comp-img-col {
    display: none;
  }
}

.comp-product-col { /*padding: 0 15px;*/
  flex-grow: 1; /*padding: 0 10px;*/
  margin-bottom: 20px;
}
@media only screen and (min-width: 1280px) {
  .comp-product-col {
    width: calc(75.51487% - 20px);
  }
}
@media only screen and (min-width: 992px) and (max-width: 1279px) {
  .comp-product-col {
    width: calc(69.4518% - 20px);
  }
}
@media only screen and (max-width: 991px) {
  .comp-product-col {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comp-product-col {
    padding: 0 10px;
  }
}
.comp-product-col > .row {
  margin-left: -5px;
  margin-right: -5px;
}
.comp-product-col > .row.place-holder {
  display: flex;
  flex-flow: row;
}
.comp-product-col > .row.place-holder .comp-prod-container.product-vertical {
  flex-shrink: 0;
}
.comp-product-col .slick-slide {
  cursor: pointer;
  /*
  @media only screen and (min-width:768px)  {width: 25%; width: 227px;}
  @media only screen and (min-width:1366px) and (max-width:1449px) { width: 25%; width: 200px;  }
  @media only screen and (min-width:1200px) and (max-width:1279px) {  width: 200px;  }
  @media only screen and (min-width:992px) and (max-width:1199px) {  width: 210px;  }
  @media only screen and (max-width:767px) {width: 100%;} 
  */
}
.comp-product-col .slick-slide > div {
  height: 100%;
}

.comp-container-1 { /*padding-top: 9px; padding-bottom: 11px;*/
  /* @media only screen and (min-width:1451px) {  padding-top: 20px; padding-bottom: 30px;   }
  @media only screen and (min-width:992px) and (max-width:1450px) {  padding-top: 10px; padding-bottom: 20px;  }
  @media only screen and (max-width:991px) { padding-top: 11px; padding-bottom: 12px; }  */
}
@media only screen and (min-width: 992px) {
  .comp-container-1 {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media only screen and (max-width: 991px) {
  .comp-container-1 {
    padding-top: 9px !important;
    padding-bottom: 9px !important;
  }
}
.comp-container-1.best-seller-container { /*padding-bottom: 7px;*/ }
.comp-container-1.latest-item-container { /*padding-top: 5px; padding-bottom: 8px;*/ }
.comp-container-1 .slick-slider .slick-slide { /* padding-left: 5px; padding-right: 5px; */ }
.comp-container-1.v1 { /*padding-top: 4px;*/
  padding-bottom: 5px;
  /* @media only screen and (min-width:1451px) {  padding-top: 24px; padding-bottom: 30px;   }
  @media only screen and (min-width:992px) and (max-width:1450px) {  padding-top: 6px; padding-bottom: 12px;  }
  @media only screen and (max-width:991px) { padding-top: 11px; }  */
}

.comp-prod-container {
  position: relative; /*min-width: 165px;*/ /*max-width: 455px; max-width: 400px;*/
  max-width: 380px;
  border-radius: 5px;
  border: 1px solid #c2c9d5;
  padding-bottom: 20px !important;
  /*.fa-solid.fa-check{color: #ffffff; font-size: 20px; position: relative; margin: 5px 6px;}*/
}
@media only screen and (min-width: 768px) {
  .comp-prod-container {
    height: 100%;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comp-prod-container {
    max-width: 320px;
    margin-right: 20px;
  }
}
.comp-prod-container.addPrd {
  border: none;
}
.comp-prod-container.addPrd .comp-img-cont, .comp-prod-container.addPrd .comp-prod-detail-cont {
  opacity: 0;
}
.comp-prod-container .checkWrp {
  position: absolute;
  top: 8px;
  right: 18px;
  z-index: 2;
  width: 30px;
  height: 30px;
  background: #000000;
}
.comp-prod-container .checkWrp.v2 {
  display: none;
  right: 55px;
  background: transparent;
}
.comp-prod-container .checkWrp.v2 i {
  color: green;
  font-size: 24px;
}
.comp-prod-container .checkWrp i {
  color: #ffffff;
  font-size: 20px;
  position: relative;
  margin: 5px 6px;
}
.comp-prod-container.product-horizontal {
  display: flex;
  gap: 20px;
}
.comp-prod-container.product-horizontal .comp-img-cont {
  width: 25%;
  height: auto;
  flex-shrink: 0;
}
.comp-prod-container.product-horizontal .comp-img-cont img {
  width: 100%;
  height: auto;
}
.comp-prod-container.product-horizontal .comp-prod-name {
  margin-top: 0;
  text-align: left;
}
.comp-prod-container.product-horizontal .comp-prod-detail-cont {
  align-items: flex-start;
  flex-grow: 1;
}
.comp-prod-container.product-horizontal .rating-wrp {
  order: 1;
}
.comp-prod-container.product-horizontal .comp-btn-cont {
  display: flex;
  display: flex;
  position: relative;
  height: auto;
  justify-content: flex-start;
  gap: 15px;
}
.comp-prod-container.product-horizontal .add-to-cart:hover {
  color: #0951BF;
  text-decoration: underline;
}
.comp-prod-container.product-vertical {
  padding: 0 10px; /* padding-right: 10px;*/
  /*
  @media only screen and (min-width:1450px)  { width: 25%; width: 220px;  }
  @media only screen and (min-width:1366px) and (max-width:1449px) { width: 25%; width: 200px;  }
  @media only screen and (min-width:1200px) and (max-width:1365px) { width: 25%; width: 200px;  }
  @media only screen and (min-width:992px) and (max-width:1199px) { width: 25%; width: 210px;  }
  @media only screen and (min-width:640px) and (max-width:991px) { width: 33.33%; }

  @media only screen and (max-width:639px) { width:50%; max-width:initial; }
  @media only screen and (max-width:767px) { margin-bottom: 15px; } 
  */
}
@media only screen and (max-width: 767px) {
  .comp-prod-container.product-vertical {
    width: 100%;
    max-width: 100%;
    margin-top: 30px;
    padding-top: 10px;
  }
}

.columWrp {
  margin-bottom: -20px;
}
.columWrp .comp-prod-container {
  margin-bottom: 20px;
}

.comp-img-cont { /* width: 100%; */ /*height:435px; height: 380px;*/ /*height: 200px;*/
  height: auto;
  width: 100%;
  padding-top: 20px;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  /*@media only screen and (min-width:640px) and (max-width:767px) {height: 435px;}
  @media only screen and (min-width:480px) and (max-width:639px) {height: 380px;}
  @media only screen and (min-width:360px) and (max-width:479px) {height: 260px;}*/
}
.comp-img-cont a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comp-img-cont { /*height: 344px;*/ }
}
@media only screen and (max-width: 359px) {
  .comp-img-cont {
    height: 220px;
  }
}
.comp-img-cont img { /*max-height: 435px;  max-width: 435px; max-height: 380px;*/
  max-height: 150px;
  max-width: 380px;
  width: 100%;
  object-fit: contain;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .comp-img-cont img { /*max-height: 435px;  max-width: 435px;*/ }
}
@media only screen and (min-width: 640px) and (max-width: 767px) {
  .comp-img-cont img {
    max-height: 200px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 639px) {
  .comp-img-cont img {
    max-height: 250px;
  }
}
@media only screen and (min-width: 360px) and (max-width: 479px) {
  .comp-img-cont img {
    max-height: 230px;
  }
}
@media only screen and (max-width: 359px) {
  .comp-img-cont img {
    max-height: 220px;
  }
}
.comp-img-cont::before { /* background-color: rgba(52, 53, 56, 0.1); opacity: 0; opacity: 1; visibility: hidden; z-index: 9; pointer-events: none; */ }
.comp-img-cont:hover .comp-btn-cont {
  display: flex;
  flex-flow: column;
  gap: 10px;
}
.comp-img-cont:hover .comp-btn-cont::before {
  visibility: visible;
  opacity: 1;
}
.comp-img-cont::after { /*background: rgba(15,17,17,.04); border-radius: 4px; content: ""; height: 100%; pointer-events: none; position: absolute; width: 100%;*/ }

.comp-prod-detail-cont {
  display: flex;
  flex-flow: column;
  align-items: center;
}
.comp-prod-detail-cont .rating-wrp {
  margin-top: 0;
  display: flex;
  align-items: center;
}
.comp-prod-detail-cont .fa.fa-star {
  font-size: 13px;
  color: #f97c2a;
}
.comp-prod-detail-cont .fa.fa-star-o {
  font-size: 13px;
  color: #cdcdcd;
}

.comp-prod-name {
  width: 100%;
  color: #111111;
  text-align: center;
  font-size: 13px;
  margin-top: 16px;
  font-weight: normal;
  line-height: 18px;
}
.comp-prod-name a {
  color: inherit;
}

.product-text {
  font-size: 14px;
  color: #4a4a4a;
  margin-top: 10px;
  text-align: center;
  line-height: 20px;
}

.comp-review-count {
  font-size: 15px;
  color: #b7b7b7;
  margin-left: 3px;
}

.comp-selling-price {
  font-size: 14px;
}

.comp-mrp {
  font-size: 11px;
}

.comp-selling-price {
  color: #111111;
}

.comp-mrp {
  color: #b7b7b7;
}

.comp-selling-price + .comp-mrp {
  margin-left: 5px;
}

.comp-btn-cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
}
.comp-btn-cont::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  z-index: 9;
  pointer-events: none;
  background-color: rgba(52, 53, 56, 0.1);
}

.add-to-cart {
  background-color: #ffffff;
}
.fa-spin {
  display: none;
}

.comp-prod-price-wrp {
  line-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 500;
  margin: 5px 0 0 0;
}

#list-products .comp-prod-price-wrp {
  justify-content: left;
}

.comp-prod-container.place-holder .comp-prod-name {
  height: auto;
  margin-top: 10px;
  margin-bottom: 3px;
}
.comp-prod-container.place-holder .comp-prod-name span {
  width: 150px;
  height: 20px;
  display: inline-block;
  background-color: #dddddd;
}
.comp-prod-container.place-holder .comp-review-count {
  width: 76px;
  height: 15px;
  display: inline-block;
  background-color: #dddddd;
}
.comp-prod-container.place-holder .rating-wrp {
  margin-top: 10px;
}
.comp-prod-container.place-holder .comp-prod-price-wrp {
  margin-top: 10px;
}
.comp-prod-container.place-holder .comp-selling-price {
  width: 80px;
  height: 15px;
  display: inline-block;
  background-color: #dddddd;
}
.comp-prod-container.place-holder .comp-mrp {
  width: 78px;
  height: 15px;
  display: inline-block;
  background-color: #dddddd;
}
.comp-prod-container.place-holder.product-horizontal .comp-prod-name {
  width: 100%;
}
.comp-prod-container.place-holder.product-horizontal .comp-prod-name a {
  width: 70%;
}

.product-slider-container {
  width: 100%;
  display: flex;
  overflow: hidden;
  flex-wrap: wrap; /* padding: 0;*/
  /* @media only screen and (max-width:639px) { display: grid; grid-template-columns: repeat(2,1fr); } */
}
.product-slider-container .slick-track {
  display: flex;
}
@media only screen and (max-width: 767px) {
  .product-slider-container {
    flex-flow: row wrap;
    width: 100%;
    margin-bottom: -15px;
  }
  .product-slider-container .slick-slide {
    margin-bottom: 30px;
  }
}

.slick-initialized {
  position: relative;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  font-size: 26px;
  cursor: pointer;
  z-index: 2;
  width: 26px;
  height: 26px;
  padding: 0;
  line-height: 26px;
  display: inline-block;
  text-align: center;
  font-size: 16px;
  color: #191919;
  transition: all 0.2s ease-in-out 0s;
  border: none;
  background: #a3b4bf;
  /*&::before{content: ""; width: 50px; height: 50px; background: red; position: absolute; top: -12px; left: -12px; opacity: 0;}*/
}
.slick-arrow.slick-disabled {
  color: #eee;
  background-color: #ccc !important;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.component_title.placeholder {
  width: 200px;
  height: 25px;
  background-color: #dddddd;
}

.comp-container-1 .slick-arrow::before, .top-cate-outer-cont .slick-arrow::before {
  content: "";
  width: 50px;
  height: 50px;
  background: red;
  position: absolute;
  top: -12px;
  left: -12px;
  opacity: 0;
}

@media only screen and (max-width: 399px) {
  .comp-product-col .product-slider-container .comp-prod-container.product-vertical .comp-prod-detail-cont .comp-prod-price-wrp {
    flex-wrap: wrap;
    justify-content: center;
  }
  .comp-product-col .product-slider-container .comp-prod-container.product-vertical .comp-prod-detail-cont .comp-prod-price-wrp .comp-selling-price, .comp-product-col .product-slider-container .comp-prod-container.product-vertical .comp-prod-detail-cont .comp-prod-price-wrp .comp-selling-price + .comp-mrp {
    padding: 1px 5px;
    line-height: normal;
    margin: 0;
  }
}
@media only screen and (max-width: 639px) {
  .product-slider-container .comp-prod-container:nth-child(5n):not(:first-child) {
    grid-column: span 2;
    width: 100%;
  }
  .product-slider-container .comp-prod-container:nth-child(5n):not(:first-child) .comp-img-cont {
    height: auto;
  }
  .product-slider-container .comp-prod-container:nth-child(5n):not(:first-child) .comp-img-cont img {
    object-fit: none;
    max-width: initial;
    max-height: initial;
    width: 100%;
    height: auto;
  }
  .product-slider-container.expandLastElement .comp-prod-container:last-child {
    flex: 1;
  }
  .product-slider-container.expandLastElement .comp-prod-container:last-child .comp-img-cont {
    height: auto;
  }
  .product-slider-container.expandLastElement .comp-prod-container:last-child .comp-img-cont img {
    object-fit: none;
    max-width: initial;
    max-height: initial;
    width: 100%;
    height: auto;
  }
}
.storeNameLocationWrp {
  margin: 12px 0 0;
  gap: 5px;
  position: relative;
  width: 100%;
}
.storeNameLocationWrp .storeLocationWrp {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  overflow: hidden;
}
.storeNameLocationWrp .storeLocationWrp .iti__flag {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.storeNameLocationWrp .storeLocationWrp .iti__flag.iti__in {
  background-position: -2482px 0px;
}
.storeNameLocationWrp .storeNameLocation {
  max-width: calc(100% - 21px);
}
.storeNameLocationWrp .prodInfoWrpOtr {
  width: 100%;
  min-width: 300px;
  left: 0;
  top: inherit;
  bottom: 13px;
}
.storeNameLocationWrp:hover .prodInfoWrpOtr {
  display: flex;
}

@media only screen and (min-width: 640px) and (max-width: 767px) {
  .product-slider-container .comp-prod-container:nth-child(3n) .prodInfoWrpOtr {
    left: inherit;
    right: 0;
  }
}
@media only screen and (max-width: 639px) {
  .product-slider-container .comp-prod-container:nth-child(even) .prodInfoWrpOtr {
    left: inherit;
    right: 0;
  }
  .product-slider-container .comp-prod-container:nth-child(5n+1) .prodInfoWrpOtr, .product-slider-container .comp-prod-container:nth-child(5n+3) .prodInfoWrpOtr {
    left: 0;
    right: inherit;
  }
  .product-slider-container .comp-prod-container:nth-child(5n+2) .prodInfoWrpOtr, .product-slider-container .comp-prod-container:nth-child(5n+4) .prodInfoWrpOtr {
    left: inherit;
    right: 0;
  }
}

.ai_generated_catalog .col-486-gl.flex-column {
  max-width: 930px;
  max-width: 900px;
}
.ai_generated_catalog .col-486-gl.flex-column .progress {
  max-width: 495px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .ai_generated_catalog .addProdWrp {
    margin-top: 20px;
  }
}
.ai_generated_catalog .addProdWrp .row {
  margin: 0;
}
.ai_generated_catalog .addProdWrp .upload_wrp {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  margin: 0;
  background: #ffffff;
  border: 1px dashed #c2c9d5;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.ai_generated_catalog .addProdWrp .upload_wrp .upload_photo {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.ai_generated_catalog .addProdWrp .upload_wrp .upload_photo .uptxt {
  margin: 0;
  font-size: 16px;
  color: #212121;
}
.ai_generated_catalog .addProdWrp .upload_wrp .upload_photo .fa-upload {
  font-size: 22px;
  color: #212121;
}
.ai_generated_catalog [data-currency=INR]::before {
  content: "₹ ";
}
.ai_generated_catalog .addition_wrp {
  margin-top: 24px;
  width: 100%;
}
.ai_generated_catalog .addition_wrp .rtpg {
  display: flex;
  flex-flow: column;
  align-items: center;
  text-align: center;
}
.ai_generated_catalog .addition_wrp .rtpg .rtpg_heading {
  font-size: 22px;
  color: #212121;
}
.ai_generated_catalog .addition_wrp .rtpg .rtpg_heading_2 {
  font-size: 16px;
  color: #6a6a6a;
  margin-top: 8px;
  max-width: 320px;
}

.storeNameLocationWrp {
  margin: 12px 0 0;
  gap: 5px;
  position: relative;
  width: 100%;
}

.storeNameLocationWrp .storeLocationWrp {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  overflow: hidden;
}

.storeNameLocationWrp .storeLocationWrp .iti__flag {
  width: 100%;
  height: 100%;
  border-radius: 100%;
}

.storeNameLocationWrp .storeLocationWrp .iti__flag.iti__in {
  background-position: -2482px 0;
}

.storeNameLocationWrp .storeNameLocation {
  max-width: calc(100% - 21px);
}

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

.fs-12 {
  font-size: 12px !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.lineClamp1 {
  -webkit-line-clamp: 1;
}

.lineClamp2 {
  -webkit-line-clamp: 2;
}

.lineClamp3 {
  -webkit-line-clamp: 3;
}

.lineClamp6 {
  -webkit-line-clamp: 6;
}

.lineClamp {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.tundora2 {
  color: #4c4c4c;
}

/* prod Info start */
.prodInfoWrpOtr {
  position: absolute;
  top: 10px;
  z-index: 20;
  display: none;
  padding-top: 10px;
}
@media (min-width: 768px) {
  .prodInfoWrpOtr {
    left: -15px;
    width: calc(100% + 30px);
  }
}
@media (max-width: 767px) {
  .prodInfoWrpOtr {
    width: 100%;
    left: 0;
  }
}
@media (max-width: 549px) {
  .prodInfoWrpOtr {
    min-width: 275px;
  }
}

.prodInfoWrp {
  display: flex;
  border-radius: 5px;
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  gap: 10px;
  padding: 15px;
  width: 100%;
}
.prodInfoWrp .prodLogo {
  width: 60px;
  height: 60px;
  border: 1px solid #e6e6e6;
  overflow: hidden;
}
.prodInfoWrp .prodInfo {
  flex: 1;
}
.prodInfoWrp .prodInfo .store_name_location_wrp {
  margin-bottom: 5px;
  gap: 8px;
  padding: 0;
}

/* prod Info End */
.cntryOrgn {
  font-size: 14px;
  color: #000000;
  margin-top: 5px;
  /*.cntryOrgnLbl{font-weight: 500;}*/
}

/* add product overlay start */
.modal.addProductModal {
  padding: 0 !important;
}
.modal.addProductModal .modal-dialog {
  width: 100%;
  max-width: 950px;
}
.modal.addProductModal .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 26px;
}
.modal.addProductModal .modal-dialog .modal-content .modal-header .close {
  border: none !important;
  outline: none !important;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body {
  padding-top: 0;
  padding-bottom: 50px;
}
@media only screen and (min-width: 768px) {
  .modal.addProductModal .modal-dialog .modal-content .modal-body {
    padding-bottom: 50px;
  }
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp {
  margin: 0;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp {
  width: 40%; /*display: flex; align-items: center; justify-content: center;*/
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp {
  width: 100%;
  height: 100%;
  border-style: solid;
  overflow: hidden;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp .upload_photo {
  width: 100%;
  height: 100%;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp .upload_photo .dz-default.dz-message {
  position: absolute;
  top: 10px;
  right: 10px;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp .upload_photo .dz-default.dz-message .photo_cirle .fa-camera {
  display: block;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp .upload_photo .uptxt {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp {
    min-height: 288px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp {
    width: 294px;
  }
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp img {
    max-width: 294px;
    max-height: 294px;
  }
}
@media only screen and (max-width: 767px) {
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp {
    width: 288px;
    margin: 0 auto;
  }
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .img_upload_wrp .upload_wrp img {
    max-width: 288px;
    max-height: 288px;
  }
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp {
  width: 60%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp {
    width: calc(100% - 294px);
  }
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp .sc_form {
  padding-left: 20px;
  width: 100%;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp .sc_form li textarea.form-control {
  min-height: 150px;
  max-height: 150px;
}
.modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp .delete_block {
  right: 0;
}
.modal.addProductModal .modal-dialog .modal-content .modal-footer .btn {
  background: #333333;
}
.modal.addProductModal .modal-dialog .modal-content .modal-footer .btn:hover {
  background: #000000;
  border-color: #000000;
}

@media only screen and (max-width: 991px) {
  .modal.addProductModal {
    background: #ffffff;
  }
  .modal.addProductModal .modal-dialog {
    border: none;
    padding: 0;
    margin: 0;
    max-width: 100%;
  }
  .modal.addProductModal .modal-dialog .modal-content {
    margin: 0;
    padding: 0;
    border: none;
  }
}
@media only screen and (max-width: 767px) {
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp {
    /*.img_upload_wrp{width: 100%;
        .upload_wrp{width: 250px; height: 250px;}
    }*/
  }
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp {
    width: 100%;
  }
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp .sc_form {
    padding-left: 0;
  }
  .modal.addProductModal .modal-dialog .modal-content .modal-body .addition_wrp .add_prod_wrp #add_product_container_form .prd_wrp .sc_form_wrp .sc_form li.first_li {
    width: auto;
  }
}
/* add product overlay End */
/* Shimmer Effect start */
@keyframes shimmerAnimation {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
.product-slider-container.shimmer .comp-prod-container.product-vertical {
  position: relative;
  overflow: hidden;
  background: #f6f7f8;
  background-image: linear-gradient(to right, #f6f7f8 0%, #e0e0e0 20%, #f6f7f8 40%, #f6f7f8 100%);
  background-repeat: no-repeat;
  background-size: 1000px 100%;
  animation: shimmerAnimation 1.5s linear infinite;
  pointer-events: none;
}
.product-slider-container.shimmer .comp-prod-container.product-vertical * {
  visibility: hidden;
}

/* Shimmer Effect End */
/* v2 start */
.product-slider-container.v2 .comp-prod-container .checkWrp.v2 {
  right: 60px;
  top: 8px;
}
.product-slider-container.v2 .comp-prod-container .comp-prod-name {
  padding-right: 90px;
  font-weight: 500;
  font-size: 16px;
  text-align: left;
}
.product-slider-container.v2 .midCnt {
  display: flex;
  margin-top: 20px;
}
.product-slider-container.v2 .midCnt .comp-img-cont {
  width: 100px;
  height: 100px;
}
.product-slider-container.v2 .midCnt .comp-prod-detail-cont {
  width: calc(100% - 100px);
  padding-left: 10px;
  align-items: baseline;
}
.product-slider-container.v2 .product-text {
  margin-top: 20px;
}

/* v2 End */
body {
  overflow-x: hidden;
}

.carousel {
  margin: 0 auto;
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: visible;
}
.carousel * {
  box-sizing: border-box;
}
.carousel .card {
  position: absolute;
  width: 280px;
  height: 160px;
  background: white;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: transform 1s ease, opacity 1s ease;
  opacity: 0.4;
  padding: 0 20px;
  border: none;
  background: #f0f0f0;
}
.carousel .card.center {
  transform: translateY(-20px) scale(1);
  opacity: 1;
  z-index: 3;
}
.carousel .card.left {
  transform: translateX(-140px) translateY(40px) scale(0.8) rotateZ(-5deg);
  z-index: 1;
}
.carousel .card.right .loader-wrapper {
  display: none;
}
.carousel .card.right {
  transform: translateX(140px) translateY(40px) scale(0.8) rotateZ(5deg);
  z-index: 1;
}
.carousel .card.fade-out {
  transform: translateX(-300px) translateY(100px) scale(0.5);
  opacity: 0;
  z-index: 0;
}
.carousel .loader {
  width: 50px;
  height: 50px;
  border: 4px solid #ffffff;
  border-top: 4px solid #4c84f5;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin-bottom: 10px;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.carousel .progress-text {
  font-weight: 500;
  font-size: 14px;
}
.carousel .info {
  text-align: center;
  margin-top: 20px;
}
.carousel .card.fade-in {
  transform: translateX(300px) translateY(100px) scale(0.5);
  opacity: 0;
  z-index: 0;
  animation: fadeInRight 1s ease forwards;
}
@keyframes fadeInRight {
  0% {
    transform: translateX(300px) translateY(100px) scale(0.5);
    opacity: 0;
  }
  100% {
    transform: translateX(140px) translateY(40px) scale(0.8) rotateZ(5deg);
    opacity: 0.3;
  }
}
.carousel .loader-wrapper {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, calc(-50% - 20px));
  display: flex;
  align-items: center;
  justify-content: center;
}
.carousel .progress {
  position: absolute;
  margin: 0 auto;
  padding: 0;
  left: 50%;
  top: 46%;
  transform: translate(-50%, -50%);
  height: auto;
  background: transparent;
  width: auto;
  font-size: 14px;
}
.carousel .progress-text {
  margin-top: 55px;
  text-align: center;
}

@media only screen and (max-width: 515px) {
  .carousel {
    padding: 0 10px; /* optional for tighter fit */
  }
  .carousel .card {
    width: 220px;
    height: 120px;
  }
  .carousel .card.right {
    transform: translateX(80px) translateY(40px) scale(0.8) rotateZ(5deg);
    z-index: 1;
  }
  .carousel .card.left {
    transform: translateX(-80px) translateY(40px) scale(0.8) rotateZ(-5deg);
    z-index: 1;
  }
  @keyframes fadeInRight {
    0% {
      transform: translateX(300px) translateY(100px) scale(0.5);
      opacity: 0;
    }
    100% {
      transform: translateX(80px) translateY(40px) scale(0.8) rotateZ(5deg);
      opacity: 0.3;
    }
  }
}
/* add product End */