.timeline{
    position:relative;
    margin:50px auto;
    padding:40px 0;
    width:1200px;
    box-sizing:border-box;
  }
  .timeline-img 
  {
      border-radius: 10px;
  }
  .timeline:before{
    content:'';
    position:absolute;
    left:50%;
    width:2px;
    height:100%;
    background: #201c2d;
  }
  .timeline ul{
    padding:0;
    margin:0;
  }
  .timeline ul li{
    list-style:none;
    position:relative;
    width:50%;
    padding:20px 40px;
    box-sizing:border-box;
  }
  .timeline ul li:nth-child(odd){
    float:left;
    text-align:right;
    clear:both;
  }
  .timeline ul li:nth-child(even){
    float:right;
    text-align:left;
    clear:both;
  }
  .content{
    padding-bottom:20px;
  }
  .timeline ul li:nth-child(odd):before
  {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    right:-6px;
    background: #201c2d;
    border-radius:50%;
    box-shadow:0 0 0 3px #201c2d4d;
  }
  .timeline ul li:nth-child(even):before
  {
    content:'';
    position:absolute;
    width:10px;
    height:10px;
    top:24px;
    left:-4px;
    background: #201c2d;
    border-radius:50%;
    box-shadow:0 0 0 3px #201c2d4d;
  }
  .timeline ul li h3{
    padding:0;
    margin:0;
    color:rgba(233,33,99,1);
    font-weight:600;
  }
  .timeline ul li p{
    margin:10px 0 0;
    padding:0;
  }
  .timeline ul li .time h4{
    margin:0;
    padding:0;
    font-size:14px;
    color: #fff;
  }
  .timeline ul li:nth-child(odd) .time
  {
    position:absolute;
    top:12px;
    right:-165px;
    margin:0;
    padding:8px 16px;
    background:#fe5631;
    color:#fff;
    border-radius:18px;
    box-shadow:0 0 0 3px #fe56314d;
  }
  .timeline ul li:nth-child(even) .time
  {
    position:absolute;
    top:12px;
    left:-165px;
    margin:0;
    padding:8px 16px;
    background:#fe5631;
    color:#fff;
    border-radius:18px;
    box-shadow:0 0 0 3px #fe56314d;
  }

  .timeline ul li:nth-child(odd) .tab-content-update{
    position:absolute;
    top:55px;
    right: -394px;
    text-align: start;
  }
  .timeline ul li:nth-child(even) .tab-content-update{
    position:absolute;
    top:55px;
    left:-394px;
  }
  /* .tab-content{
    position: relative;
    top: 12px;
    right: -165px;
  } */


/* Constuction update */

.information-parents{
  background: #fe5631;
  margin-top: 20px;
  padding: 30px 0px;
  color: #ffffff;
}
.parents-main{
color: #ffffff;
font-weight: 600;
margin: 0;
}
.parents-tab{

}
.ul-tab{
display: flex;
  justify-content: space-around;
}
.btn-tabs-update{
padding: 8px 35px;
color: black;
/* background: #ffffff !important; */
  box-shadow: 0 0 0 3px #fe56314d;
  border-radius: 25px !important;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
padding: 8px 35px;
  background: #fe5631;
  color: #fff;
  border-radius: 25px;
  box-shadow: 0 0 0 3px #fe56314d;
}

/* end Constuction update */

/* model-popup */

.mobile-popup{
  display: none;
}
.timeline ul li:nth-child(odd) .mobile-popup{
  position: absolute;
  top: 75px;
  right: -160px;
  text-align: start;
}
.timeline ul li:nth-child(even) .mobile-popup{
  position: absolute;
  top: 75px;
  left: -155px;
  text-align: start;

}
.mobile-popup-btn{
  margin: 0;
  padding: 5px 16px;
  background: #201c2d;
  color: #fff;
  border-radius: 18px;
  box-shadow: 0 0 0 3px #201c2d42;
}
.mobile-popup-btn:hover{
  color: #ffffff;
}
/* end */

  @media(max-width:1000px)
  {
    .timeline{
      width:100%;
    }
  }
  @media only screen and (max-width: 820px){

    .tab-content-update{
      display: none;
    }
    .mobile-popup{
      display: block !important;
      }
  }

  @media(max-width:767px){
    .timeline{
      width:100%;
      padding-bottom:0;
    }
    h1{
      font-size:40px;
      text-align:center;
    }
    .timeline:before{
      left:20px;
      height:100%;
    }
    .timeline ul li:nth-child(odd),
    .timeline ul li:nth-child(even)
    {
      width:100%;
      text-align:left;
      padding-left:50px;
      padding-bottom:50px;
    }
    .timeline ul li:nth-child(odd):before,
    .timeline ul li:nth-child(even):before
    {
      top:-18px;
      left:16px;
    }
    .timeline ul li:nth-child(odd) .time,
    .timeline ul li:nth-child(even) .time{
      top:-30px;
      left:50px;
      right:inherit;
    }
 
  }

  


  .timeline-slides.owl-theme .owl-nav {
    margin-top: 0
  }
  
  .timeline-slides.owl-theme .owl-nav [class*=owl-] {
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0;
    outline: 0;
    width: 45px;
    height: 45px;
    line-height: 52px;
    -webkit-transition: .6s;
    transition: .6s;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    box-shadow: 0 2px 28px 0 rgba(0, 0, 0, .09);
    color: #fe5631;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden
  }
  
  .timeline-slides.owl-theme .owl-nav [class*=owl-]:hover,
  .timeline-slides.owl-theme .owl-nav [class*=owl-]:focus {
    background-color: #fe5631;
    color: #fff
  }
  
  .timeline-slides.owl-theme .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: 0
  }
  
  .timeline-slides.owl-theme .owl-nav [class*=owl-] i {
    font-size: 20px;
    font-weight: 700
  }
  
  .timeline-slides.owl-theme:hover .owl-nav [class*=owl-] {
    opacity: 1;
    visibility: visible;
    left: -25px;
    -webkit-transition: .6s;
    transition: .6s
  }
  
  .timeline-slides.owl-theme:hover .owl-nav [class*=owl-].owl-next {
    left: auto;
    right: -25px
  }


  @media only screen and (max-width: 425px){
  
    .timeline ul li:nth-child(odd) .mobile-popup, .timeline ul li:nth-child(even) .mobile-popup{
      position: absolute;
      top: -32px;
      left: 200px;
      right: inherit;
      text-align: start;
    }
  }

  