
.timeline{
    display: flex;
    justify-content: center;
    width: 100%;
    text-align: center;
    margin-top: 45px;
}
.timeline-section{
    padding-top: 30px;
    padding-bottom: 30px;
}
.timeline-div-main{
    display: flex;
    width: 100%;
    flex-direction: column;
    position: relative;
}
.timeline li{
    display: flex; flex-direction: column; align-items: center;
    width: 20%;
   
    position: relative;
    cursor: pointer;
}
 .timeline-li .rc-estd-year:hover:before{
    background: green;
}
 
.timeline li .rc-estd-year:before {
    background-color: grey;
    border: none;
    transition: all 200ms ease-in;
}
 
.timeline-heading {
    text-align: center;
    display: inline-block;
    color: whitesmoke;

    font-size: 30px;
    padding: 10px 0px;
    color: #222021;
    position: relative;
  }

  .timeline-heading::before {
    background-color: #c50000;
    position: absolute;

    bottom: 0;

    height: 4px;
    content: "";
    /*  right: 45px; */
    margin: auto;
    /*   left: 45px; */
    width: 100%;
    position: absolute;
    content: "";
  }


  .timeline-heading::after {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50%;
    height: 4px;
    content: "";
    /*     right: 100px; */
    /*  margin: auto; */
    background-color: #ccc;
  }

  .timeline-heading-div {
    text-align: center;
  }
#progress-content-section .section-content {
	display:none;
	animation: FadeInUp 700ms ease 1;
	animation-fill-mode:forwards;
	transform:translateY(15px);
	opacity:0;
    justify-content: space-around;
    align-items: center; 
}
.div-title{
    padding: 15px;
     opacity:1;
     height: 100%;
    align-items: center;
    display: flex;
}
.div-desc{
    opacity:1;
    padding: 15px;
/*     background: whitesmoke; */
    color: rebeccapurple;
}
@keyframes FadeInUp {
	0% {
		transform:translateY(15px);
		opacity:0;
	}
	
	100% {
		transform:translateY(0px);
		opacity:1;
	}
}
.heading-h2 {
    font-size:25px;
    display: grid;
    grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);
    align-items: center;
    text-align: center;
    gap: 40px;
    background: rebeccapurple;
    color: whitesmoke;
    font-weight: bold;
  }
  
  .heading-h2::before, .heading-h2::after {
    content: '';
    border-top: 6px double;
  }
  
  .timeline-circle{
    content: "";
    z-index: 1;
    background: lightgrey;
    padding: 7px;
    height: 7px;
    width: 7px;
    border: 1px solid black;
    position: relative;
    top: -7px;
    left: 0px;
    border-radius: 8px;
  }
 .timeline-circle-active{
     background-color:green;
 } 
 
.section-content{
    opacity: 0;
}
.active-desc{
    display:  flex !important;
}
#progress-content-section .section-content::before {
    border-radius: 11px;
    content: "";
}
#progress-content-section {
	width:100%;
    display: flex;
    
    justify-content: center;
	margin: auto;
	/* background: #f3f3f3; */
	border-radius: 4px;
}   
.div-title{
    background-color: rebeccapurple;
}
.div-title p{
    font-size: 16px;
   
}
#progress-content-section .section-content {
 
    width:70%;
	text-align:center;
     
    color: whitesmoke;
}
#progress-content-section div{
    opacity: 1;
     
}
.rc-details{
    
    display: flex;
    align-items: center;
    color:rebeccapurple;
    flex-direction: column;
    height: auto;
     
    margin-bottom: 20px;
    padding: 22px 7px;
    margin: 11px;   border-radius: 10px;
}
  .rc-estd-year h4{
    margin-top: 11px !important;
}
.time-bar{
    position: absolute;
    background-color: red;
    width: 100%;
    display: flex;
    left:0;
   
     display: none;
}

.rc-estd-year{
    border-top: 2px solid darksalmon;
     position: absolute;
    color:blueviolet;
    display: flex;
    align-items: center;
     width: 100%; 
     justify-content: center;
}
.main-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  
  
   border-top: 11px solid blue;
   
}
.grid-inner{
    
    padding: 15px;
}
.grid-inner-2{
    text-align: center;
    height:100px;
    background-color: blue;
    border-radius: 5px;
    padding: 15px;
    color: whitesmoke;
}
.p-bar-inner{
    margin-top: 10px;
    background-color: palevioletred;
    width: 100%;
    height:5px;
    position: absolute;
 
}
.displayblock{
    display: block;
    height:200px;
    transition: 2s all;
}
.p-bar-inner::after{
    content: "";
    width:15px;
    height: 15px;
    border-radius: 15px;
    background-color: black;
    position: absolute;
    
    
}
.timeline-div-inner{
    display:flex;flex-direction:column;
}
.know-more-timeline  a{
    background-color:rebeccapurple;color:white;padding:5px;
    transition: 1s all;
}
.know-more-timeline a:hover  {
    background: white;
    color: rebeccapurple;
    border: .5px solid rebeccapurple;
}

 
 
 
 
@media (max-width: 600px) {
    .heading-h2 { font-size: 1.5rem; }
    .timeline-div-inner{
        display: flex;
        flex-direction: row;
    }
    .timeline{
        flex-direction: column;
        align-items: center;
    }
  }