 .navbar-collapse .navbar-nav .nav-item .nav-link:hover{
        color:#fff;
        background: #fd5f00;
    }
  .navbar-collapse .navbar-nav .nav-item .nav-link .item-active{
        color:#fff;
        background: #fd5f00;
    }  
#wizard {
  position: relative;
  background: #fff;
  padding: 64px 58px 0;
  height: 548px;
  padding-bottom: 20px; }

.steps .current-info, .steps .number {
  display: none; }

.steps {
  position: absolute;
  right: 42px;
  top: 5px;
  z-index: 9; }
  .steps ul {
    list-style: none;
    position: relative; }
    .steps ul:before {
      content: "1";
      font-size: 10px;
      color: #ccc;
      font-family: "Poppins-Medium"; }
    .steps ul:after {
      content: "/ 4";
      font-size: 15px;
      color: #ccc;
      font-family: "Poppins-Medium";
      position: absolute;
      left: 16px;
      top: 13px;
      width: 22px; }
    .steps ul.step-2:before {
      content: "2"; }
    .steps ul.step-2:after {
      left: 25px; }
    .steps ul.step-3:before {
      content: "3"; }
    .steps ul.step-3:after {
      left: 25px; }
      .steps ul.step-4:before {
      content: "4"; }
      .steps ul.step-4:after {
      left: 25px; }


h3 {
  font-family: "Poppins-SemiBold";
  font-size: 35px;
  color: #3377c0;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  letter-spacing: 3px;
  margin-bottom: 32px; }
.wrapper{
  width:82%;
  height: 800px;

}
.wrapper form{
  border: 1px solid gray;
  height: auto;
}
section{
  margin-bottom: 20px;
}
.form-row {
  display: flex;
  margin-bottom: 25px; }
  .form-row .form-col {
    width: 30%;
    margin: 5px;
 }
    .form-row .form-col:last-child {
      margin-right: 0; }

.form-col label {
  color: #333;
  margin-bottom: 7px;
  display: block; }

.form-holder {
  position: relative; }
  .form-holder i:not(.zmdi-chevron-down) {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 15px;
    font-size: 17px; }
  .form-holder i.zmdi-chevron-down {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    font-size: 17px; }
  .form-holder.password i {
    cursor: pointer; }

.actions ul {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  }
  .actions ul.mt-7 {
    margin-top: 7px; }
.actions li a {
  border: none;
  display: inline-flex;
  height: 42px;
  width: 112px;
  align-items: center;
  color: #fff;
  cursor: pointer;
  background: #3377c0;
  text-transform: uppercase;
  justify-content: center;
  letter-spacing: 1px; }
  .actions li a:hover {
    background: #3b87d9; }
.actions li:first-child a {
  background: none;
  border: 1px solid #3377c0;
  color: #3377c0; }
  .actions li:first-child a:hover {
    border-color: transparent;
    color: #fff;
    background: #3b87d9; }
.actions li[aria-disabled="true"]:before {
  content: "Your must fill all fields, to be able to continue"; }
.actions li[aria-disabled="true"] a {
  display: none; }
  .envoie{
    color: #fff;
    border: none;
    padding: 10px;
    background: rgb(0,128,183);
    float: right;
    margin-top: 20px;
    width: 120px;
    border-radius: 1px;
  }
  .envoie:hover{
    color: rgb(0,149,210);
    background: #fff;
    border: 1px solid rgb(0,149,210);
   transition-property: color, background-color;
  transition-duration: 0.5s;
  }

@media (max-width: 767px) {
  body {
    background: none;
    height: auto;
    display: block; }

  h3 {
    font-size: 20px; }

    input, textarea, select, button {
  font-family: "Poppins-Regular";
  font-size: 14px;
  color: #333; }

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer; }
  select option[value=""][disabled] {
    display: none; }


  .wrapper {
    width: 80%;
    padding: 0;
    border: none;
    }

  #wizard {
    height: auto;
    padding: 60px 20px 20px;border: none; }

  .form-row {
    display: block; }
    .form-row .form-col {
      width: 100%;
      margin-right: 0;
      margin-bottom: 25px; }

  .actions ul {
    flex-direction: column;
    align-items: flex-end; }
    .actions ul li {
    margin-bottom: 20px; }
.envoie{
  font-size: 19px;
  font-family: tahoma;
}
    footer{
      margin-top: 200px;
    }}

