.process {
  width: 520px;
  height: 40px;
  margin: 30px auto;
  font-family: tahoma, ms sans serif;
}

.process-cancel {
  width: 200px;
}

.track {
  width: 520px;
  margin: 10px auto;
  padding: 10px 0;
  font-weight: bold;
  text-align: center;
}
.track .link {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  font-size: 20px;
  border-radius: 20px;
  color: #4caf50;
  border: 4px solid #4caf50;
  cursor: pointer;
}
.track .link .icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 32px;
  text-align: center;
}

.circle {
  float: left;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 120px 0 0;
  font-size: 20px;
  border-radius: 20px;
  color: #9e9e9e;
  border: 4px solid #9e9e9e;
}
.circle .icon {
  position: absolute;
  top: 1px;
  left: 0;
  width: 32px;
  text-align: center;
}
.circle .text1,
.circle .text2 {
  position: absolute;
  width: 80px;
  height: 20px;
  font-size: 13px;
  text-align: center;
}
.circle .text1 {
  top: -25px;
  left: -24px;
  font-weight: bold;
}
.circle .text2 {
  top: -3px;
  right: -104px;
}
.circle::after {
  content: '';
  position: absolute;
  top: 15px;
  right: -124px;
  width: 120px;
  height: 2px;
  background-color: #9e9e9e;
}
.c4,
.c5 {
  margin: 0;
}
.c4::after,
.c5::after {
  display: none;
}
.finish {
  color: #4caf50 !important;
  border: 4px solid #4caf50 !important;
}
.finish::after {
  background-color: #4caf50 !important;
}
.cancel {
  display: none;
}

.inv-head .ih-3 {
  top: 2px;
  color: #4caf50;
}

@media screen and (max-width:740px) {
  .process {
    width: 200px;
    height: 140px;
  }
  .track {
    width: 200px;
  }
  .process-cancel {
    height: 40px;
  }
  .c2 {
    margin: 0 0 60px 0;
  }
  .c2 .text2 {
    top: 54px;
    right: -58px;
  }
  .c2::after {
    top: auto;
    left: 15px;
    right: auto;
    bottom: -64px;
    width: 2px;
    height: 60px;
  }
  .c3 {
    float: right;
    margin: 0 0 0 120px;
  }
  .c3::after {
    right: auto;
    left: -124px;
  }
  .c3 .text1,
  .c4 .text1 {
    top: auto;
    bottom: -25px;
    left: -24px;
    font-weight: bold;
  }
  .c3 .text2 {
    top: -3px;
    left: -104px;
    right: auto;
  }
  .c4 {
    float: right;
    margin: 0;
  }
}
@media screen and (max-width:370px) {
  .process {
    width: 160px;
  }
  .track {
    width: 160px;
  }
  .circle {
    margin: 0 80px 0 0;
  }
  .circle .text2 {
    right: -84px;
  }
  .circle::after {
    right: -84px;
    width: 80px;
  }
  .c2 {
    margin: 0 0 60px 0;
  }
  .c2 .text2 {
    top: 54px;
    right: -58px;
  }
  .c2::after {
    top: auto;
    left: 15px;
    right: auto;
    bottom: -64px;
    width: 2px;
    height: 60px;
  }
  .c3 {
    margin: 0 0 0 80px;
  }
  .c3::after {
    right: auto;
    left: -84px;
  }
  .c3 .text2 {
    left: -84px;
    right: auto;
  }
  .c4 {
    margin: 0;
  }
  .c5 {
    margin: 0;
  }
}

.packing_station_banner_container{
  width:100%;
  margin-top:20px;
  text-align:center;
}

.packing_station_banner_container img{
  width:100%;
  border-radius:10px;
}