.step-main-container {
  background-color: #F6F6F6;
  padding: 38px 0px;
}
.step-main-container .left-stepper-wrapper {
  position: sticky;
  top: 5.5rem;
}
.step-main-container .left-stepper-wrapper .steps-list {
  border-radius: 14px;
  background: #FFF;
  box-shadow: 0px 1px 5.8px 2px rgba(0, 0, 0, 0.11);
  padding-right: 15%;
  position: relative;
}
.step-main-container .left-stepper-wrapper .steps-list::after {
  content: "";
  border-radius: 100px;
  background: #D9D9D9;
  height: 82%;
  width: 8px;
  position: absolute;
  right: 15px;
  top: 50%;
  bottom: 50%;
  transform: translate(0px, -50%);
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count {
  border-bottom: 1px dashed #A7A7A7;
  padding: 33px 0px 33px 20px;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: all 0.6s ease;
  cursor: pointer;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count:nth-child(1).active::after {
  content: "";
  border-radius: 100px;
  background: var(--primary);
  height: 20%;
  width: 8px;
  top: 9%;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count:nth-child(2).active::after {
  content: "";
  border-radius: 100px;
  background: var(--primary);
  height: 25%;
  width: 8px;
  top: 37%;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count:nth-child(3) {
  border: 0px;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count:nth-child(3).active::after {
  content: "";
  border-radius: 100px;
  background: var(--primary);
  height: 20%;
  width: 8px;
  bottom: 9%;
  position: absolute;
  right: 15px;
  z-index: 1;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count .left-icon {
  width: 28px;
  height: 28px;
  flex-shrink: 0;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count .left-icon img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count .step-breif p {
  color: #9F9F9F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 0.9;
  text-transform: capitalize;
  margin-bottom: 5px;
}
.step-main-container .left-stepper-wrapper .steps-list .steps-count .step-breif h4 {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.step-main-container .left-stepper-wrapper .tip-box-content {
  border-radius: 14px;
  background: #FCF2F6;
  box-shadow: 0px 1px 5.8px 2px rgba(0, 0, 0, 0.11);
  padding: 24px 18px;
  position: relative;
  margin-top: 50px;
  padding-bottom: 4rem;
}
.step-main-container .left-stepper-wrapper .tip-box-content h3 {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.step-main-container .left-stepper-wrapper .tip-box-content ul li {
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.3px;
  margin-bottom: 15px;
}
.step-main-container .left-stepper-wrapper .tip-box-content ul li::marker {
  color: var(--primary);
  font-size: 19px;
}
.step-main-container .left-stepper-wrapper .tip-box-content img {
  position: absolute;
  bottom: 0px;
  right: 0px;
  width: 106px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.step-main-container .step-detail-wrapper .field-icon {
  position: absolute;
  right: 1px;
  bottom: 15px;
  width: 38px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #fff;
}
.step-main-container .step-detail-wrapper .form-label {
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-main-container .step-detail-wrapper .form-label span {
  color: var(--primary);
}
.step-main-container .step-detail-wrapper .form-control {
  border-radius: 7px;
  background: #FFF;
  padding: 12px 15px;
  border-color: #848484;
}
.step-main-container .step-detail-wrapper .form-control::-moz-placeholder {
  color: #9A9A9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-main-container .step-detail-wrapper .form-control::placeholder {
  color: #9A9A9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-main-container .step-detail-wrapper .form-control:focus {
  box-shadow: unset;
  border-color: var(--primary);
}
.step-main-container .step-detail-wrapper .form-select {
  border-radius: 7px;
  background: #FFF;
  padding: 12px 15px;
  border-color: #848484;
}
.step-main-container .step-detail-wrapper .form-select::-moz-placeholder {
  color: #9A9A9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-main-container .step-detail-wrapper .form-select::placeholder {
  color: #9A9A9A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.step-main-container .step-detail-wrapper .form-select:focus {
  box-shadow: unset;
  border-color: var(--primary);
}
.step-main-container .step-detail-wrapper .phone-custom-input {
  display: flex;
  flex-direction: column;
  position: relative;
}
.step-main-container .step-detail-wrapper .phone-custom-input .form-control {
  padding-left: 65px;
}
.step-main-container .step-detail-wrapper .phone-custom-input .iti__selected-flag {
  background: rgba(190, 0, 31, 0.1294117647);
  border-radius: 7px;
  padding: 0px 10px 0 10px;
}
.step-main-container .step-detail-wrapper .common-heading-step {
  margin-bottom: 20px;
}
.step-main-container .step-detail-wrapper .common-heading-step h3 {
  color: var(--primary);
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  text-transform: capitalize;
  margin-bottom: 15px;
}
.step-main-container .step-detail-wrapper .common-heading-step p {
  color: #262626;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.3px;
  margin-bottom: 0px;
}
.step-main-container .step-detail-wrapper .common-heading-step h4 {
  color: #131313;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: capitalize;
}
.step-main-container .step-detail-wrapper .white-box-common {
  border-radius: 20px;
  background: #FFF;
  box-shadow: 0px 0px 6.1px 2px rgba(0, 0, 0, 0.04);
  margin-bottom: 50px;
}
.step-main-container .step-detail-wrapper .white-box-common form {
  padding: 19px;
}
.step-main-container .step-detail-wrapper .white-box-common form .industry-dummy-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 25px;
}
.step-main-container .step-detail-wrapper .white-box-common form .industry-dummy-wrapper img {
  width: 80px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.step-main-container .step-detail-wrapper .white-box-common form .industry-dummy-wrapper p {
  color: #262626;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 27.3px;
}
.step-main-container .step-detail-wrapper .white-box-common .top-select-all-heading {
  border-bottom: 1px solid #D5D5D5;
  padding: 18px 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.step-main-container .step-detail-wrapper .white-box-common .top-select-all-heading h3 {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.step-main-container .step-detail-wrapper .white-box-common .top-select-all-heading .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  padding: 0px;
  margin: 0px;
  width: -moz-fit-content;
  width: fit-content;
}
.step-main-container .step-detail-wrapper .white-box-common .top-select-all-heading .form-check .form-check-input {
  float: unset;
  margin: 0px;
  width: 22px;
  height: 22px;
  border-color: #BE001F;
  box-shadow: unset;
}
.step-main-container .step-detail-wrapper .white-box-common .top-select-all-heading .form-check .form-check-input:checked {
  background-color: #BE001F;
  border-color: #BE001F;
}
.step-main-container .step-detail-wrapper .white-box-common .top-select-all-heading .form-check .form-check-label {
  color: #525252;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points {
  padding: 29px;
  border-bottom: 1px solid #D5D5D5;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points .checkbox-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 32px;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points .checkbox-wrapper .question-mark {
  background-color: transparent;
  border: 0px;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points .checkbox-wrapper .question-mark img {
  width: 30px;
  height: 30px;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points .checkbox-wrapper .form-check {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 0px;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points .checkbox-wrapper .form-check .form-check-input {
  width: 22px;
  height: 22px;
  border-color: #989898;
  box-shadow: unset;
  margin: 0px;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points .checkbox-wrapper .form-check .form-check-input:checked {
  background-color: var(--primary);
  border-color: var(--primary);
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points .checkbox-wrapper .form-check .form-check-label {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: capitalize;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul {
  padding: 0px;
  margin: 0px;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul li {
  list-style-type: none;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul li label {
  padding: 10px 14px;
  border-radius: 8px;
  border: 0.5px dashed #787878;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul li label p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul li label span {
  background-color: rgba(248, 201, 209, 0.5019607843);
  border-radius: 50%;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul li label:has(input:checked) {
  background-color: rgba(248, 201, 209, 0.5019607843);
  border-color: var(--primary);
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul .other-btn {
  padding: 10px 20px;
  border-radius: 8px;
  border: 0.5px dashed #787878;
  text-align: center;
  background: transparent;
  color: #000;
}
.step-main-container .step-detail-wrapper .white-box-common .common-list-points ul .other-input {
  width: 15%;
}
.step-main-container .step-detail-wrapper .white-box-common .top-selected-companies {
  border-bottom: 1px solid #D5D5D5;
  padding: 13px 18px;
}
.step-main-container .step-detail-wrapper .white-box-common .top-selected-companies h3 {
  color: var(--primary);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected {
  padding: 23px 18px;
  height: 100%;
  overflow: auto;
  min-height: 100%;
  max-height: 590px;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected .section-heading-wrapper h4 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  text-transform: capitalize;
  margin-bottom: 10px;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected ul {
  padding: 0px;
  margin: 0px;
  border: 0.5px dashed var(--primary);
  padding: 15px 13px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected ul li {
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 15px 15px;
  width: -moz-fit-content;
  width: fit-content;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected ul li .name-detail {
  display: flex;
  align-items: center;
  gap: 22px;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected ul li .name-detail img {
  width: 14px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected ul li .name-detail p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.step-main-container .step-detail-wrapper .white-box-common .company-list-selected ul li img {
  width: 14px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.step-main-container .step-detail-wrapper .btn-bottom {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}
.step-main-container .step-detail-wrapper .next-btn {
  border-radius: 8px;
  background: var(--primary);
  padding: 16px 7vmax;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #BE001F;
  transition: all 0.3s ease;
  text-align: center;
  text-decoration: none;
}
.step-main-container .step-detail-wrapper .next-btn:hover {
  box-shadow: 0px 6px 15px -2px #6e6c6c;
}
.step-main-container .step-detail-wrapper .back-btn {
  border-radius: 8px;
  background: #fff;
  padding: 16px 7vmax;
  color: var(--primary);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  border: 1px solid #BE001F;
  transition: all 0.3s ease;
  text-align: center;
}
.step-main-container .step-detail-wrapper .back-btn:hover {
  box-shadow: 0px 6px 15px -2px #6e6c6c;
}
.step-main-container .step-detail-wrapper .btn-group-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 50px;
}
.step-main-container .step-detail-wrapper .btn-group-wrapper button {
  width: 48%;
  padding: 16px 2vmax;
}
.step-main-container .step-detail-wrapper .btn-final-step {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.step-main-container .step-detail-wrapper .btn-final-step button {
  width: 100%;
}
.question-modal .modal-content {
  border-radius: 50px;
  padding: 20px;
}
 .question-modal .modal-content .modal-header {
  border: 0px;
  padding-bottom: 0px;
}
.question-modal .modal-content .modal-header h2 {
  color: #1A1A1A;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 52px;
  text-transform: capitalize;
  margin-bottom: 0px;
}
.question-modal .modal-content .modal-header h2 span {
  color: var(--primary);
}
.question-modal .modal-content .question-content img {
  border-radius: 21px;
  width: 100%;
  margin-bottom: 30px;
}
.question-modal .modal-content .question-content p {
  color: #000;
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.3px;
  letter-spacing: 0.51px;
  margin-bottom: 10px;
}/*# sourceMappingURL=step-style.css.map */