.flight-list .card {
  border: 1px solid #E5E7EB;
}

.flight-list .card:hover {
  box-shadow: 6px 7px 17px -13px #606060;
}

.refund {
  background: #F0FDF4;
  color: #00A63E;
}

.one-stop {
  background: #FFF7ED;
  color: #F86826;
}

.none-stop {
  background: #F0FDF4;
  color: #00A63E;
}

.flight-path {
  height: 30px;
}

.path-line {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  border-top: 2px dashed #d6d6d6;
  transform: translateY(-50%);
}

.path-dot {
  width: 8px;
  height: 8px;
  background: #ff9800;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.dot-start {
  border: 2px solid #b5b5b5;
}

.dot1 {
  left: 44%;
}

.dot2 {
  left: 50%;
}

.dot-end {
  right: 0px;
  background: #afafaf;
}

.plane {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width:767px) {
  .no-mobile-border {
    border-left: 0 !important;
  }
}