.nav-wizard > li {
  float: left;
}

.nav-wizard > li > a {
  position: relative;
  background-color: #fb0000;
 /*background:url("img/ox1.png");*/ 
 color: #fff;

}

.mobile > li > a {
    position: relative;
    background-color: #fb0000;
    /* background: url(img/ox1.png); */
    color: #fff;
    /*width: 120px;
    height: 120px;*/
    margin: 10px;
}





.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #fff;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}

.mobile > li:not(:first-child) > a {
  padding-left: 0px;
}
.nav-wizard  .bir > a:before {
  width: 0px;
  height: 0px;
  border-top: 17px inset transparent;
  border-bottom: 17px inset transparent;
  border-left: 17px solid #fff;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
   padding-left: 44px;
}

.nav-wizard > li  > a:before {
  width: 0px;
  height: 0px;
  border-top: 17px inset transparent;
  border-bottom: 17px inset transparent;
  border-left: 17px solid #F0F1F3;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}

.mobile  > li  > a:before {
  width: 0px;
  height: 0px;
 border-top: none;
  border-bottom: none;
  border-left: none;
  position: none;
  content: "";
  top: 0;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li> a:after {
  width: 0px;
  height: 0px;
  border-top: 17px inset transparent;
  border-bottom: 17px inset transparent;
  border-left: 17px solid #fb0000;
  position: absolute;
  content: "";
  top: 0;
  right: -17px;
  z-index: 2;
}
.mobile > li> a:after {
  width: 0px;
  height: 0px;
 border-top: none;
  border-bottom: none;
  border-left: none;
  position: none;
  content: "";
  top: 0;
  right: -17px;
  z-index: 2;
}

.new-nav>li:nth-child(1)> a:after
{
  border-left: 17px solid #0095DA;
}

.new-nav-second > li:nth-child(2) > a:after {
   border-left: 17px solid #0095DA;
}

.new-nav-thrd > li:nth-child(3) > a:after {
   border-left: 17px solid #0095DA;
}

.new-nav-fourth > li:nth-child(4) > a:after {
   border-left: 17px solid #0095DA;
}

/*.nav-wizard > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}*/
/*.nav-wizard > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}*/
.nav-wizard > li.done:hover > a,
.nav-wizard > li:hover > a {
  background-color: #0095DA;
}
.nav-wizard > li.done:hover > a:before,
.nav-wizard > li:hover > a:before {
  border-right-color: #0095DA;
}
.nav-wizard > li.done:hover > a:after,
.nav-wizard > li:hover > a:after {
  border-left-color: #0095DA;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:hover,
.nav-wizard > li.active > a:focus {
  color: #ffffff;
  background-color: #428bca;
}
.nav-wizard > li.active > a:after {
  border-left-color: #428bca;
}
.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #ffffff;
}
.nav-wizard > li.disabled > a {
  color: #777777;
}
.nav-wizard > li.disabled > a:hover,
.nav-wizard > li.disabled > a:focus {
  color: #777777;
  text-decoration: none;
  background-color: #eeeeee;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #eeeeee;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #eeeeee;
}
.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: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:before,
  .nav-wizard.nav-justified > li > a:after {
    border: none !important;
  }
}
