.timeline .timeline-date::after{
        width: 15px !important;
    height: 15px;
    background: url(assets/img/thread_timeline_point.png) !important;
    background-size: contain !important;
    background-position: center !important;
    }
 .timeline .timeline-continue::after {
   
    position: absolute;
    content: "";
    width: 9px !important;
    height: 100vh;
    top: 0;
    left: 49.9% !important;
    margin-left: -1px;
    background: url(../img/thread_timeline_strait.png) !important;
    background-size: contain !important;
    background-position: center !important;
}

.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: linear-gradient(90deg, rgba(157,35,100,1) 35%, rgba(120,33,86,1) 100%);
  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: 30px 0;
}

.timeline .timeline-continue {
  position: relative;
  width: 100%;
  padding: 60px 0;
}

.timeline .timeline-continue::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  top: 0;
  left: 50%;
  margin-left: -1px;
  background: #9d2364;
}

.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: 20px;
    font-weight: 600;
    margin: 41px 35px 0 0;
}
.timeline .timeline-date::after {
    content: "";
    width: 40px !important;
    left: 97%;
    height: 20px !important;
    background: url(../img/thread_timeline_point.png) !important;
    background-size: contain !important;
    background-position: center !important;
    box-shadow: none;
    background-repeat: no-repeat !important;
}
.timeline-left p.timeline-date {
    margin: 40px 0 0 45px;
}
.timeline .row.timeline-left .timeline-date::after {
  left: -6%;
    background: url(../img/thread_timeline_point.png) !important;
    width: 75px !important;
    position: absolute;
    background-repeat: no-repeat !important;
    /*left: 93.5%;*/
    height: 40px !important;
    /* transform: rotate(-6deg); */
    z-index: 11;
}

.timeline .row.timeline-right .timeline-date::after {
    background: url(../img/thread_timeline_point.png) !important;
    width: 75px !important;
    position: absolute;
    background-repeat: no-repeat !important;
    left: 93.5%;
    height: 40px !important;
    /*transform: rotate(-6deg);*/
    z-index: 9;
}

.timeline .timeline-box, .timeline .timeline-launch {
    position: relative;
    display: inline-block;
    z-index: 99;
    min-width: 70%;
    margin: 15px;
    border-radius: 33px 0 !important;
    padding: 20px;
    border: 1px solid #96633e5c;
    border-radius: 6px;
    background: #f8f4f0;
    box-shadow: rgb(50 50 93 / 25%) 0px 13px 27px -5px;
}

.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: #9d2364;
}

.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;
  margin-bottom: 0;
}

@media (max-width: 768px) {
      .timeline-left p.timeline-date {
    text-align: right !important;
}
.timeline-right p.timeline-date {
    width: 80%;
    text-align: right;
}
.timeline-left p.timeline-date {
    width: 30%;
    text-align: left;
}
  .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: 0;
    position: absolute;
    right: 0;
    margin: 0 auto;z-index: 11;
}

  .timeline .timeline-box,
  .timeline .row.timeline-right .timeline-date,
  .timeline .row.timeline-left .timeline-date {
/*    margin-left: 55px;*/
	  margin: 20px 0px;
  }

  .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-text h3{
		font-size: 8px;
	}
	.timeline .timeline-text p{
		font-size: 8px;
	}
}
@media (min-width: 768px) and (max-width: 980px){
    .timeline .timeline-box, .timeline .timeline-launch{
        margin: 20px !important;
    }
    .row.timeline-right .timeline-date::after {
    left: 100% !important;
    transform: translateX(-50%);
}
    .row.timeline-left .timeline-date::after {
    right: 100% !important;
    transform: translateX(-50%);
}
		.timeline .timeline-text h3{
		font-size: 10px;
	}
	.timeline .timeline-text p{
		font-size: 10px;
	}
}