
.timeline {
margin-bottom: 50px;
position: relative;
}
.timeline:before {
background-color: #dee2e6;
bottom: 0;
content: "";
left: 50%;
position: absolute;
top: 30px;
width: 2px;
z-index: 0;
}
.timeline .time-show {
margin-bottom: 30px;
margin-top: 30px;
position: relative;
}
.timeline .timeline-box {
background: #ffffff;
display: block;
margin: 15px 0;
position: relative;
padding: 20px;
border-radius: 0.25rem;
box-shadow: 0px 0px 35px 0px rgba(154, 161, 171, 0.15);;
}
.timeline .timeline-album {
margin-top: 12px;
}
.timeline .timeline-album a {
display: inline-block;
margin-right: 5px;
}
.timeline .timeline-album img {
height: 36px;
width: auto;
border-radius: 3px;
}

.timeline .timeline-icon {
  background: #dee2e6;
  border-radius: 50%;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}


@media (min-width: 768px) {
.timeline .time-show {
  right: 35px;
  text-align: right;
}
.timeline .timeline-box {
  margin-left: 45px;
}
.timeline .timeline-icon {
  background: #dee2e6;
  border-radius: 50%;
  display: block;
  height: 20px;
  left: -54px;
  margin-top: -10px;
  position: absolute;
  text-align: center;
  top: 50%;
  width: 20px;
}
.timeline .timeline-icon i {
  color: #98a6ad;
  font-size: 13px;
  position: absolute;
  left: 4px;
  margin-top: 1px;
}
.timeline .timeline-desk {
  display: table-cell;
  vertical-align: top;
  width: 50%;
}

.timeline-item {
  display: flex;
}
.timeline-item:before {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item .timeline-desk .arrow {
  border-bottom: 12px solid transparent;
  border-right: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: -12px;
  margin-top: -12px;
  position: absolute;
  top: 50%;
  width: 0;
}
.timeline-item.timeline-item-left:after {
  content: "";
  display: block;
  width: 50%;
}
.timeline-item.timeline-item-left .timeline-desk .arrow-alt {
  border-bottom: 12px solid transparent;
  border-left: 12px solid #ffffff !important;
  border-top: 12px solid transparent;
  display: block;
  height: 0;
  left: auto;
  margin-top: -12px;
  position: absolute;
  right: -12px;
  top: 50%;
  width: 0;
}
.timeline-item.timeline-item-left .timeline-desk .album {
  float: right;
  margin-top: 20px;
}
.timeline-item.timeline-item-left .timeline-desk .album a {
  float: right;
  margin-left: 5px;
}
.timeline-item.timeline-item-left .timeline-icon {
  left: auto;
  right: -56px;
}
.timeline-item.timeline-item-left:before {
  display: none;
}
.timeline-item.timeline-item-left .timeline-box {
  margin-right: 45px;
  margin-left: 0;
  text-align: right;
}
}
@media (max-width: 767.98px) {
.timeline .time-show {
  text-align: center;
  position: relative;
}

}
.timeline-sm {
padding-left: 110px;
}
.timeline-sm .timeline-sm-item {
position: relative;
/*padding-bottom: 20px;*/
padding-left: 15px;
border-left: 2px solid #dee2e6;
}

.timeline-sm p{
  font-size: 0.7rem;
;
}
.timeline-sm .timeline-icon i {
  color: #98a6ad;
  font-size: 13px;
  display: block;
  position: absolute;
  top: 2px;
  left: -0.7rem;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #107ef4;
  color: #ffffff;
  text-align: center;
  font-size: 0.7rem;
  font-weight: bolder;
  padding-top: 2px;
  font-style: normal
}

.timeline-sm .timeline-sm-item .timeline-sm-date {
position: absolute;
left: -104px;
}


@media (max-width: 420px) {
.timeline-sm {
  padding-left: 0px;
}
.timeline-sm .timeline-sm-date {
  position: relative !important;
  display: block;
  left: 0px !important;
  margin-bottom: 10px;
}
}