.track-order-response ul {
  list-style-type: none;
}

.track-order-response li {
  position: relative;
}

.track-order-response li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: -20px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background-color: #24aeb1;
}

.track-order-response thead th {
  border-bottom: 1px solid rgba(36, 174, 177, .3);
}

.track-order-response tbody td,
.track-order-response tbody th {
  border-bottom: 1px solid rgba(125, 135, 156, .1);
}

.track-order-response tbody tr:last-child td,
.track-order-response tbody tr:last-child th {
  border-bottom: 1px solid rgba(36, 174, 177, .3);
}