/* Wizard */
.wizard a:hover {
  text-decoration: none;
}

.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.wizard .steps > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: inherit;
  margin-bottom: 0;
  height:74px;
}
.wizard .steps > ul li {
  width: 196px;
  max-width: calc(25% - 6px);
  border-right: 1px solid rgb(151 151 151 / 40%);
  outline: 0 !important;
  box-shadow: none !important;
}

.wizard .steps > ul li:last-child {
  border-right: none;
}

.wizard .steps > ul li a {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-decoration: none;
  background-color: transparent;
  padding: 18px 16px 15px;
  outline: 0 !important;
}


.wizard .steps > ul li a:hover{box-shadow: none;}
.wizard .steps > ul li a:focus{box-shadow: none;}




@media (max-width: 767px) {
  .wizard .steps > ul li a {
    padding: 15px 10px;
  }
}
@media (max-width: 767px) {
  .wizard .steps > ul li a .media {
    display: block;
  }
}
.wizard .steps > ul li .bd-wizard-step-icon {
  width: 34px;
  height: 34px;
  border-radius: 4px;
  background-color: #e1e1e1;
  font-size: 14px;
  line-height: 34px;
  text-align: center;
  color: #4a2950;
  margin-right: 11px;
}
@media (max-width: 767px) {
  .wizard .steps > ul li .bd-wizard-step-icon {
    margin: 0 auto;
  }
}
.wizard .steps > ul li .bd-wizard-step-title {
  line-height: 1;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 7px;
  height: 21px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wizard .steps > ul li .bd-wizard-step-title {
    display: none;
  }
}
.wizard .steps > ul li .bd-wizard-step-subtitle {
  line-height: 1;
  font-size: 14px;
  height: 8px;
  width: 60%;
  overflow: hidden;
}
@media (max-width: 767px) {
  .wizard .steps > ul li .bd-wizard-step-subtitle {
    display: none;
  }
}
.wizard .steps > ul li.current .bd-wizard-step-icon, .wizard .steps > ul li.done .bd-wizard-step-icon {
  background-color: #fff;
  color: #10aaa4;
  border-radius: 50%;
  font-size: 20px;
  line-height: 36px;
}

.wizard .steps > ul li.current a {
  background-color: #fff;
}

.wizard .content {
  padding: 30px 35px 20px 35px;
  background-color: #fff;
  min-height: 420px;
  border-radius: 22px;
  float: left;
  width: 100%;
  height: 510px;

}
@media (max-width: 767px) {
  .wizard .content {
    padding-left: 20px;
    padding-right: 20px;
    min-height: auto;
  }
}
.wizard .content .title {
  display: none;
}
.wizard .content .content-wrapper {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.wizard .content .section-heading {
  font-weight: bold;
  color: #063332;
  font-size: 40px;
  margin-bottom: 30px !important;
}

.wizard .actions {
  padding: 25px 35px 0;
  background-color: #fff;
  float: left;
  width: 100%;
  border-radius: 0 0 22px 22px;
}
@media (max-width: 767px) {
  .wizard .actions {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.wizard .actions > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
  justify-content: flex-end;
  max-width:100%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
}
.wizard .actions li a {
  display: inline-block;
  border-radius: 6px;
  background-color: #9dca21;
  padding: 11px 50px;
  color: #fff;
  height: 51px;
  text-decoration: none;
  font-size: 20px;
}
.wizard .actions li.disabled {
  display: none;
}
.wizard .actions li:not(.disabled) + li,
.wizard .actions li:not(:first-child):last-child {
  margin-left: 15px;
}

/*# sourceMappingURL=bd-wizard.css.map */

.tab-title-style .bd-wizard-step-title {
  background-color: #eff4f5;
  color: #eff4f5;
  border-radius: 10px;
}

.tab-title-style .bd-wizard-step-subtitle {
  background-color: #eff4f5;
  color: #eff4f5;
  border-radius: 20px;
}

.tab-title-style.done .bd-wizard-step-title {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  overflow: inherit !important;
}

.tab-title-style.done .bd-wizard-step-subtitle {
  background-color: #fff;
  color: #a6a6a6;
  border-radius: 10px;
  overflow: inherit !important;
}

.tab-title-style.current .bd-wizard-step-title {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  overflow: inherit !important;
}

.tab-title-style.current .bd-wizard-step-subtitle {
  background-color: #fff;
  color: #000;
  border-radius: 10px;
  overflow: inherit !important;
}


.radio-btn-div {
  position: absolute;
/*  top: 50%;
  transform: translate(0%,-30%); */
}

.radio-btn-div .form-check .form-check-label p{font-size:20px ;
  margin-bottom: 7px;}

.radio-btn-div .form-check .form-check-label p:last-child{font-size: 16px;}

.radio-btn-div .form-check{ margin-bottom: 20px;
  padding-left: 0;}


