.wizard-heading {
    font-size: 22px!important;
    text-align:center;
    padding-top: 20px!important;
  }
  .btn-submit {
    border: none;
    display: inline-flex;
    height: 45px;
    width: 150px;
    -webkit-align-items: center;
    -webkit-border-radius: 5px;
    background: #43ccba;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    font-family: 'Open Sans', sans-serif;
    color: #fff;
    text-decoration: none;
    padding: unset !important;
    margin-left: 40%;
    text-align: center;
  }
  .btn-submit:hover{
    background: #32998b;
  }
  .text-center {
    text-align: center;
  }
  .text-clr {
    color: #55e8d5;
  }
  .form-register .steps li, .form-register .steps li.current {
    width: unset !important;
    background: unset !important;
  }
  .inner .form-heading h3 {
    padding: 0 0 0px important;
  }
  .wizard-form {
    background: #0e5b1a96;
  }
  .required {
    color: red;
  }
  p {
  margin-bottom: 2rem !important;
  }
 .errors ul > li{
  margin-bottom: 2rem !important;
  }
  ::placeholder {
		color: white !important;
		opacity: 1; /* for Firefox */
	}

	:-ms-input-placeholder { /* Internet Explorer 10-11 */
		color: white !important;
	}

	::-ms-input-placeholder { /* Microsoft Edge */
		color: white !important;
	}
	.inner .form-row .form-holder select {
		border: none!important;
		border-bottom-style: none;
		border-bottom-color: currentcolor!important;
		background: transparent url('../images/wizard_v6_icon.png') no-repeat scroll;
		background: transparent;
		border-bottom: 1px solid!important;
		color: white !important;
	}