
.timeline {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-container {
  position: relative;
  width: 100%;
}

.timeline .timeline-end,
.timeline .timeline-start,
.timeline .timeline-year {
  position: relative;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.timeline .timeline-end p,
.timeline .timeline-start p,
.timeline .timeline-year p {
  display: inline-block;
  width: 80px;
  height: 80px;
  margin: 0;
  padding: 30px 0;
  text-align: center;
  background: #eb0029;
  border-radius: 100px;
  box-shadow: 0 0 5px rgba(0, 0, 0, .4);
  color: #ffffff;
  font-size: 14px;
  text-transform: uppercase;
}

.timeline .timeline-year {
  margin: 5px 0 10px;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 30px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -2px;
  background: #118a44;
}

.timeline .timeline-continue::before {
    position: absolute;
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    bottom: -14px;
    background: #118a44;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 15px;
    z-index: 1;
    left: 50%;
    margin-left: -8px;
}
.timeline .row.timeline-left,
.timeline .row.timeline-right .timeline-date {
  text-align: right;
}

.timeline .row.timeline-right,
.timeline .row.timeline-left .timeline-date {
  text-align: left;
}

.timeline .timeline-date {
  font-size: 14px;
  font-weight: 600;
  margin: 25px 0 0 0;
  position: relative;
}

.timeline .timeline-date::after {
    content: '';
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 6px;
    background: #118a44;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    border-radius: 15px;
    z-index: 1;
}

.timeline .row.timeline-left .timeline-date::after {
  left: -20px;
}

.timeline .row.timeline-right .timeline-date::after {
    right: -18px;
}

.timeline .timeline-box,
.timeline .timeline-launch {
  position: relative;
  display: inline-block;
  margin: 0px 15px;
  padding: 15px;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #ffffff;
  width: -moz-calc(100% - 40px);
    width: -webkit-calc(100% - 40px);
    width: -o-calc(100% - 40px);
    width: calc(100% - 40px);
}

.timeline .timeline-launch {
  width: 100%;
  margin: 15px 0;
  padding: 0;
  border: none;
  text-align: center;
  background: transparent;
}

.timeline .timeline-box::after,
.timeline .timeline-box::before {
  content: '';
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
}

.timeline .row.timeline-left .timeline-box::after,
.timeline .row.timeline-left .timeline-box::before {
  left: 100%;
}

.timeline .row.timeline-right .timeline-box::after,
.timeline .row.timeline-right .timeline-box::before {
  right: 100%;
}

.timeline .timeline-launch .timeline-box::after,
.timeline .timeline-launch .timeline-box::before {
  left: 50%;
  margin-left: -10px;
}

.timeline .timeline-box::after {
  top: 26px;
  border-color: transparent transparent transparent #ffffff;
  border-width: 10px;
}

.timeline .timeline-box::before {
  top: 25px;
  border-color: transparent transparent transparent #dddddd;
  border-width: 11px;
}

.timeline .row.timeline-right .timeline-box::after {
  border-color: transparent #ffffff transparent transparent;
}

.timeline .row.timeline-right .timeline-box::before {
  border-color: transparent #dddddd transparent transparent;
}

.timeline .timeline-launch .timeline-box::after {
  top: -20px;
  border-color: transparent transparent #dddddd transparent;
}

.timeline .timeline-launch .timeline-box::before {
  top: -19px;
  border-color: transparent transparent #ffffff transparent;
  border-width: 10px;
  z-index: 1;
}

.timeline .timeline-box .timeline-icon {
  position: relative;
  width: 40px;
  height: auto;
  float: left;
}

.timeline .timeline-icon i {
    font-size: 25px;
    color: #118a44;
}
.timeline .timeline-box .timeline-text {
  position: relative;
  width: calc(100% - 40px);
  float: left;
}

.timeline .timeline-launch .timeline-text {
  width: 100%;
}

.timeline .timeline-text h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 3px;
}

.timeline .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
}
.timeline .timeline-text p i.fa {
    font-size: 18px;
    line-height: 30px;
}
.timeline .timeline-text p i.fa.fa-phone {
    transform: rotate(40deg);
    font-size: 16px;
    line-height: 26px;
}
.timeline .timeline-text p i.fa.fa-phone-flip {
    transform: rotate(-40deg);
    font-size: 16px;
    line-height: 26px;
}

.timeline .timeline-left .timeline-text p {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
}
/*.timeline .row.timeline-left .timeline-text p {*/
/*    direction: rtl;*/
/*}*/

.store-count {
    background: #eb0029;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    position: absolute;
    left: -25px;
    right: auto;
    top: -25px;
}
.timeline .row.timeline-right .store-count {
    left: auto;
    right: -25px;
}
@media (max-width: 768px) {
  .timeline .timeline-continue::after {
    left: 40px;
  }

  .timeline .timeline-end,
  .timeline .timeline-start,
  .timeline .timeline-year,
  .timeline .row.timeline-left,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-right,
  .timeline .row.timeline-left .timeline-date,
  .timeline .timeline-launch {
    text-align: left;
  }

.timeline .row.timeline-left .timeline-date::after, .timeline .row.timeline-right .timeline-date::after {
    left: -45px;
    right: auto;
}
.store-count {
    left: auto;
    right: -20px;
    top: -20px;
}
.timeline .timeline-continue::before {
    bottom: -10px;
    z-index: 1;
    left: 40px;
    margin-left: -8px;
}
  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
    margin-left: 55px;
  }

  .timeline .timeline-launch .timeline-box {
    margin-left: 0;
  }

  .timeline .row.timeline-left .timeline-box::after {
    left: -20px;
    border-color: transparent #ffffff transparent transparent;
  }

  .timeline .row.timeline-left .timeline-box::before {
    left: -22px;
    border-color: transparent #dddddd transparent transparent;
  }

  .timeline .timeline-launch .timeline-box::after,
  .timeline .timeline-launch .timeline-box::before {
    left: 30px;
    margin-left: 0;
  }
}

.timeline .timeline-upcoming {
    position: relative;
    width: 100%;
    text-align: center;
    z-index: 1;
}
.timeline .timeline-upcoming p{
    display: flex;
    width: 100px;
    height: 100px;
    margin: 0;
    padding: 26px 0;
    text-align: center;
    background: #eb0029;
    border-radius: 100px;
    box-shadow: 0 0 5px rgba(0, 0, 0, .4);
    color: #ffffff;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 20px;
    margin: 0 auto;
    align-items: center;
    font-weight: 600;
}

.timeline .marquee {
    background: #eb0029;
    border-radius: 24px;
    display: flex;
}
.timeline .marquee .marquee--inner{
  color: #ffffff;
}
.timeline .marquee .marquee--inner span {
    width: auto;
    color: #fff;
    font-size: 17px;
    padding: 0px 30px 0px 5px;
    position: relative;
    font-weight: 600;
    display: inline-flex;
}
.timeline .marquee .marquee--inner span:after {
    content: "*";
    position: absolute;
    right: 5px;
    top: 5px;
    color: #ffffff;
    font-size: 30px;
}
.timeline .marquee .marquee--inner span:last-child{
   padding: 0px;
}
.timeline .marquee .marquee--inner span:last-child:after {
  display: none;
}
