
.step {
    display: none;
  }
  .step.active {
    display: block;
  }

.form-check-input:checked {
  background-color: #65aa16;
  border-color: #20ad25;
}

.form-check-input {
  width: 1.25rem;
  height: 1.25rem;
}

.total-amt-wrap {
  display: none;
  padding: 10px;
  background: #e6f3ff;
  margin-bottom: 20px;
  border: 1px solid #74ccf4;
  border-radius: 6px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 70%;
}