.stepper-progress {
  height:10px;
  overflow: hidden;
  position: relative !important;
  /* bottom: 176px; */
  z-index: 1;
  align-items: center !important;
  border-radius: 0 !important;
}
  .nav-item .nav-link {
    padding: 0 !important;
    min-height: 0;
    width: 100%;
   
}
.stepper li .active .progress {
  visibility: visible !important;

}
.progress, .progress .progress-bar {
  height:10px;
}
.md-progress {
    position: relative;
    top: 0;
    left: 0;
    right:0;
    border-radius: 0px;
}
ul.stepper {
  height: 100%;
  padding:0;
  margin:0;
}
  /* Stepper unclickable */

  .nav-link {
    pointer-events: none;
  }

 .carousel-steps {
   padding-bottom: 45px;
   z-index: 2 !important;
 }
 #nsmcarousel {
  bottom: 0px;
}

/* .stepper-progress {
  border-radius: 0 0 0 0;
} */