#progressbar {
  overflow: hidden;
  color: lightgrey;
  padding-left: 0;
}

#progressbar .active {
  color: #42ba96
}

#progressbar li {
  list-style-type: none;
  font-size: 15px;
  width: 33%;
  float: left;
  position: relative;
  font-weight: 400;
  text-align: center;
}

#progressbar #ship_from:before {
  font-family: Feather;
  content: "\e979";
}

#progressbar #driver:before {
  font-family: Feather;
  content: "\e925";
}

#progressbar #ship_to:before {
  font-family: Feather;
  content: "\e967";
}

#progressbar li:before {
  width: 40px;
  height: 40px;
  line-height: 35px;
  display: block;
  font-size: 15px;
  color: #ffffff;
  background: lightgray;
  border-radius: 50%;
  margin: 0 auto 10px auto;
  padding: 2px;
  position: relative;
  z-index: 2;
}

#progressbar li:after {
  content: '';
  width: 100%;
  height: 2px;
  background: lightgray;
  position: absolute;
  left: 0;
  top: 20px;
  z-index: 1
}

#progressbar li.active:before,
#progressbar li.active:after {
  background: #42ba96;
}

.progress {
  height: 20px
}

.progress-bar {
  background-color: #42ba96
}

div#custom-body{
  background-color: #f9fbfd !important
}

.logo-padding {
	padding: 20px 20px 0px 20px;
}

.localtion-padding {
	padding: 0px 20px 0px 20px;
}