
.nav-wizard > li {
  float: left;
}
.nav-wizard > li > a {
  position: relative;
  color: #cdcdcc;
  background-color: #e6e6e5;
  line-height: 26px;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eeeeee;
  background-color: #e6e6e5;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 49px;
}
.nav-wizard > li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 23px inset transparent;
  border-bottom: 23px inset transparent;
  border-left: 26px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 3px;
}
.nav-wizard > li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 23px inset transparent;
  border-bottom: 23px inset transparent;
  border-left: 26px solid #eeeeee;
  position: absolute;
  content: "";
  top: 0;
  right: -26px;
  z-index: 2;
}
.nav-wizard > li:first-child > a {
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.nav-wizard > li:last-child > a {
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.nav-wizard > li.completed:hover > a,
.nav-wizard > li:hover > a {
  background-color: #e6e6e5;
}
.nav-wizard > li.completed:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #e6e6e5;
}
.nav-wizard > li.completed:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #e6e6e5;
}
.nav-wizard > li.completed > a {
  background-color: #00a65a;
  color: white;
  cursor: pointer;
}
.nav-wizard > li.completed > a:before {
  border-right-color: #00a65a;
}
.nav-wizard > li.completed > a:after {
  border-left-color: #00a65a;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #fff;
  background-color: #3c8dbc;
}
.nav-wizard > li.active > a:after {
  border-left-color: #3c8dbc;
}
.nav-wizard > li.active > a .badge {
  color: #3c8dbc;
  background-color: #fff;
}
.nav-wizard > li.disabled > a {
  color: #000;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #000;
  text-decoration: none;
  background-color: #e6e6e5;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #e6e6e5;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #e6e6e5;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 0px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}

.nav.nav-wizard{
    padding-bottom: 20px;
}
