
/*  #157759; */
.timeline_title{ 
    background-color:  #FFF;
    z-index: 1000;
    position: relative;
    padding: 20px;
}
/* timeline */
.timeline {
    position: relative;
    width: 100%;
    /* max-width: 1140px; */
    margin: 0 auto;
    padding: 15px 0;
  }
  
  .timeline::after {
    content: '';
    position: absolute;
    width: 2px;
    background: #FFF;/*#157759;*/
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -1px;
  }
  
  .time_container {
    padding: 15px 30px;
    position: relative;
    background: inherit;
    width: 50%;
  }
  
  .time_container.left {
    left: 0;
  }
  
  .time_container.right {
    left: 50%;
  }
  
  .time_container::after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    top: calc(50% - 8px);
    right: -8px;
    background: #ffffff;
    border: 2px solid ffffff; /*#356ba2; */
    border-radius: 16px;
    z-index: 1;
  }
  
  .time_container.right::after {
    left: -8px;
  }
  
  .time_container::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    top: calc(50% - 1px);
    right: 8px;
    background: #FFF;
    z-index: 1;
  }
  
  .time_container.right::before {
    left: 8px;
  }
  
  .time_container .date {
    position: absolute;
    display: inline-block;
    top: calc(50% - 8px);
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 1;
  }
  
  .time_container.left .date {
    right: -75px;
  }
  
  .time_container.right .date {
    left: -75px;
  }
  
  .time_container .icon {
    position: absolute;
    display: inline-block;
    width: 40px;
    height: 40px;
    padding: 9px 0;
    top: calc(50% - 20px);
    background: #356ba2 !important;
    border: 2px solid #356ba2;
    border-radius: 40px;
    text-align: center;
    font-size: 18px;
    color: #356ba2;
    z-index: 1;
  }
  
  .time_container.left .icon {
    right: 56px;
  }
  
  .time_container.right .icon {
    left: 56px;
  }
  
  .time_container .content {
    padding: 30px 90px 30px 30px;
    /* background: #a2fdd9; */
    background: #FFF;
    position: relative;
    border-radius:  10px;
    box-shadow: 0 8px 2px #CCC;
  }
  
  .time_container.right .content {
    padding: 30px 30px 30px 90px;
    border-radius: 10px;
  }
  
  .time_container .content h2 {
    margin: 0 0 10px 0;
    font-size: 18px;
    font-weight: normal;
    color: #356ba2;
  }
  
  .time_container .content p {
    margin: 0;
    font-size: 16px;
    line-height: 22px;
    color: #000000;
  }

  .time_container .content a {
    color: #FFF;
    text-decoration: underline;
  } 
  
  @media (max-width: 767.98px) {
    .timeline::after {
      left: 90px;
    }
  
    .time_container {
      width: 100%;
      padding-left: 120px;
      /* padding-right: 30px; */
      padding-right: 0px;

    }
  
    .time_container.right {
      left: 0%;
    }
  
    .time_container.left::after, 
    .time_container.right::after {
      left: 82px;
    }
  
    .time_container.left::before,
    .time_container.right::before {
      left: 100px;
      border-color: transparent #356ba2 transparent transparent;
    }
  
    .time_container.left .date,
    .time_container.right .date {
      right: auto;
      left: 15px;
    }
  
    .time_container.left .icon,
    .time_container.right .icon {
      right: auto;
      left: 146px;
    }
  
    .time_container.left .content,
    .time_container.right .content {
      /* padding: 30px 30px 30px 90px;
      border-radius: 500px 0 0 500px; */
      padding: 10px 10px 10px 30px;
      border-radius: 25px ;

    }
    .time_container.left .icon, .time_container.right .icon { display: none;}
  }

  .time_container:hover .content {transform: scale(1.1);}

  /* .timeline .content { position: relative;
    background-image: url("../img/icon/v2/home.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: cover;
  }
  .timeline .content::before {
    top: 0; 
    left: 0;
    content: "";
    position: absolute;
    background-image: url("../img/icon/v2/home.png");
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: contain;
    opacity: 0.5;
    z-index: 1;
  } */