#reloaction-step .timeline-steps {
  display: flex;
  justify-content: center;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
#relocation-step-vertical .timeline-steps {
  display: flex;
  flex-direction: column;
}

#reloaction-step .timeline-steps::-webkit-scrollbar {
  display: none;
}

#reloaction-step .timeline-steps .timeline-step {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: relative;
  margin: 2rem;
}

#reloaction-step .timeline-steps .timeline-step:not(:last-child):after {
  content: "";
  display: block;
  border-top: 0.15rem dashed var(--bs-primary);
  width: 180px;
  position: absolute;
  right: -1.9rem;
  top: 83px;
}

#reloaction-step-vertical
  .timeline-steps
  .timeline-step:not(:last-child):after {
  content: "";
  display: block;
  border-top: 0.1rem dashed var(--bs-primary);
  width: 120px;
  position: absolute;
  left: -50px;
  top: 86px;
  transform: rotate(90deg);
}

#reloaction-step-vertical
  .timeline-steps
  .timeline-step:not(:first-child):before {
  content: "";
  display: block;
  border-top: 0.1rem dashed var(--bs-primary);
  width: 120px;
  position: absolute;
  left: -50px;
  top: -17px;
  transform: rotate(90deg);
}

#reloaction-step .timeline-steps .timeline-step:not(:first-child):before {
  content: "";
  display: block;
  border-top: 0.15rem dashed var(--bs-primary);
  width: 180px;
  position: absolute;
  left: -1.9rem;
  top: 83px;
}

#reloaction-step .timeline-steps .timeline-content {
  width: 17rem;
  text-align: center;
}

#reloaction-step .timeline-steps .timeline-content .number-step,
#reloaction-step-vertical .timeline-steps .timeline-content .number-step {
  font-size: 49px;
  color: var(--bs-primary);
  opacity: 0.3;
}

#reloaction-step-vertical .timeline-steps .timeline-content .title-step {
  width: 40%;
}

#reloaction-step .timeline-steps .timeline-content .inner-circle,
#reloaction-step-vertical .timeline-steps .timeline-content .inner-circle {
  border-radius: 1.5rem;
  height: 1rem;
  width: 1rem;
  min-width: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: white;
  border: 5px solid var(--bs-primary);
  background: white;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  #reloaction-step .timeline-steps {
    overflow: auto;
    justify-content: start;
  }

  #reloaction-step .icon-tabler-chevron-right{
    position: absolute;
    display: block !important;
    top: 59px;
    height: 50px;
    width: 50px;
    right: -15px;
  }

  #reloaction-step .timeline-steps .timeline-step:not(:last-child):after {
    content: "";
    display: block;
    border-top: 0.15rem dashed var(--bs-primary);
    width: 160px;
    position: absolute;
    right: -1.9rem;
    top: 83px;
  }

  #reloaction-step .timeline-steps .timeline-step:not(:first-child):before {
    content: "";
    display: block;
    border-top: 0.15rem dashed var(--bs-primary);
    width: 160px;
    position: absolute;
    left: -1.9rem;
    top: 83px;
  }
}
