.tracking-steps li + li {
  padding-top: 35px;
}

.tracking-steps li + li:after {
  content: '';
  background: #D2DCDE;
  position: absolute;
  width: 3px;
  height: 25px;
  top: 0px;
  left: 9px;
  display: block;
}

.tracking-steps.tracking-header li + li {
  padding-top: 33px;
}

.tracking-steps.tracking-header li + li:after {
  width: 2px;
  height: 22px;
  top: 3px;
  left: 8px;
}

@media (width: 768px) {
  .extract-summary .extract-item .col-auto:nth-child(3) {
    display: none;
  }
}

.extract-summary .extract-item + .extract-item::after {
  content: '';
  background: #D2DCDE;
  position: absolute;
  width: 2px;
  height: 40px;
  top: -20px;
  left: 21px;
  display: block;
}

@media (max-width: 1025px) {
  .extract-summary .extract-item::after {
    content: '' !important;
    background: #D2DCDE !important;
    position: absolute !important;
    width: 2px !important;
    height: 140px !important;
    top: 20px !important;
    left: 22px !important;
    display: block !important;
  }
  .extract-summary .extract-item:last-child {
    overflow: hidden;
  }
  .extract-summary .extract-item .icon::before {
    background: #EDF4F6;
  }
}
/*# sourceMappingURL=tracking.css.map */