#timeline-wrap{
    position:relative;
   
  }
  
  #timeline{
    height:1px;
    width: 100%;
    background-color:#9898986b;
    position:relative;
   
  }
  
   .marker{
     z-index:1000;
     color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.4em;
    text-align: center;
    position: absolute;
    margin-left: -25px;
          }
         
  .mfirst{
       top:-37px;
  }
  
  .m2{
       top:-37px;
        left:25%
  }
  
  .m3{
       top:-64px;
      left:45.5%
  }
  
  .m4{
    top:-29px;
   left:75%
}
  
  .mlast{
       top:-37px;
      left:100%
  }
  
  .timeline-panel {
    margin-top: 20%;
      width: 500px;
    height: 200px;
    background-color: #cbd0df;
    border-radius:2px;
      position:relative;
      text-align:left;
    padding:10px;
      font-size:20px;
      font-weight:bold;
      line-height:20px;
    float:left;
  }
  
  .timeline-panel:after {
      content:'';
      position:absolute;
    margin-top: -12%;
      left:10%;
      width:0;
      height:0;
      border:12px solid transparent;
      border-bottom: 15px solid #cbd0df;
  }
  
  

  /*for phone*/
  .timelinep {
    position: relative;
    width: 100%;
    max-width: 1140px;
    margin: 0 auto;
    padding: 15px 0;
  }
  
  .timelinep::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #9898986b;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
  }
  
  .con {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
  }
  .con1 {
    padding: 15px 30px;
    position: relative;
    background: inherit;
   
  }
  .con1.center {
    text-align: center;
  }
  .con.left {
    left: 0;
  }
  
  .con.right {
    left: 50%;
  }
  
  
  .con.right::after {
    left: 0px;
  }
  
  .con::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 0px;
    background: #9898986b;
    z-index: 1;
  }
  
  .con.right::before {
    left: 0px;
  }
  
  
  
  
  
  .con img {
    position: absolute;
    display: inline-block;
    padding: 9px 0;
    top: calc(10% - 20px);
    text-align: center;
    z-index: 1;
  }
  
  .con.left img {
    right: 75px;
  }
  
  .con.right img {
    left: 75px;
  }
  
  .con .content {
    padding: 30px 90px 30px 30px;
    
    position: relative;
    
  }
  
  .con.right .content {
    padding: 30px 30px 30px 90px;
   
  }
  
  
  /*@media (max-width: 767.98px) {
    .timeline::after {
      left: 90px;
    }
  
    .con {
      width: 100%;
      padding-left: 120px;
      padding-right: 30px;
    }
  
    .con.right {
      left: 0%;
    }
  
    .con.left::after, 
    .con.right::after {
      left: 82px;
    }
  
    .con.left::before,
    .con.right::before {
      left: 100px;
      border-color: transparent #006E51 transparent transparent;
    }
  
    .con.left .date,
    .con.right .date {
      right: auto;
      left: 15px;
    }
  
    .con.left .icon,
    .con.right .icon {
      right: auto;
      left: 146px;
    }
  
    .con.left .content,
    .con.right .content {
      padding: 30px 30px 30px 90px;
      border-radius: 500px 0 0 500px;
    }
  }*/