
/*feature css starts*/
.timeline__cover{
    padding: 0px 0;
}
.timeline__cover .timeline__title{
    max-width: 840px;
    margin: 0 auto;
    text-align: center;
    padding: 0 16px;
}

.timeline__cover .timeline__title p{
    font-size: 18px;
    font-weight: 400;
    line-height: 28.8px;
    color: #959595;
}

.timeline__cover .timeline ul{
    padding: 0 0 120px 0;
}
.timeline__cover .timeline ul li {
    background: #000000;
    position: relative;
    margin: 0 auto;
    width: 5px;
    list-style-type: none;
    padding-bottom: 50px;
}

.timeline__cover .timeline ul li:last-child {
	padding-bottom: 7px;
    width: 0;
    height: 0;
}

 .timeline__cover .timeline ul li:nth-child(1):before {
  background-image: url('../img/cap.png');

 }
 .timeline__cover .timeline ul li:nth-child(2):before {
  background-image: url('../img/statiscope.png');

 }
 .timeline__cover .timeline ul li:nth-child(3):before {
  background-image: url('../img/suny.png');

 }
 .timeline__cover .timeline ul li:nth-child(4):before {
  background-image: url('../img/brain.png');

 }
.timeline__cover .timeline ul li:before {
    content: '';
    position: absolute;
    left: 50%;
    top: -32px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    width: 120px;
    height: 120px;
}
.timeline__cover .timeline ul li .hidden {
	opacity: 0;
}

.timeline__cover .timeline ul li .content {
    position: relative;
    top: -60px;
    width: 380px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.40);
    padding: 32px;
}


.timeline__cover .timeline ul li .content h3 {
    margin: 16px 0 8px;
    color: #000;
    font-size: 32px;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 30px;
    margin-top: 0;
}
.timeline__cover .timeline ul li .content small {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}
.timeline__cover .timeline ul li .content p {
    color: #000;
    font-size: 18px;
    font-style: italic;
    font-weight: 400;
    line-height: normal;
}

.timeline__cover .timeline ul li:nth-child(even) .content {
	left: 70px;
}

.timeline__cover .timeline ul li:nth-child(even) .content:before {
	left: -38px;
}

.timeline__cover .timeline ul li:nth-child(odd) .content {
    left: calc(-380px - 70px);
    text-align: right;
}

.timeline__cover .timeline ul li:nth-child(odd) .content:before {
	right: -38px;
}

/* Media Queries */
@media screen and (max-width: 1020px) {
	.timeline__cover .timeline ul li .content {
		width: 285px;
        padding: 15px;
	}
  .timeline__cover .timeline ul li:nth-child(even) .content {
      left: 45px;
  }
	.timeline__cover .timeline ul li:nth-child(odd) .content {
    left: calc(-285px - 45px);
  }
  .timeline__cover .timeline ul li .content h3 {
    margin: 0px 0 10px;
    font-size: 24px;
}
.timeline__cover .timeline ul li:before {
    width: 80px;
    height: 80px;
    background-size: cover;
}
}

@media screen and (max-width: 700px) {
  
    .timeline__cover {
        padding: 0;
    }
    .timeline__cover .timeline__title {
        text-align: left;
    }
    .timeline__cover .timeline ul li {
        margin-left: 48px !important;
    }
	.timeline__cover .timeline ul li {
		margin-left: 20px;
	}

	.timeline__cover .timeline ul li .content {
    width: calc(70vw - 150px);
    transition: .2s;
  }


	.timeline__cover .timeline ul li:nth-child(odd) .content {
    left: 50px;
    text-align: left;
}

	.timeline__cover .timeline ul li:nth-child(odd) .content:before {
		left: -33px;
	}
    .timeline__cover .timeline ul li:nth-child(even) .content {
        left: 50px;
    }
}
@media screen and (max-width: 575px) {
  .timeline__cover .timeline ul li .content h3 {
    margin: 0px 0 10px;
    font-size: 20px;
  }
  .timeline__cover .timeline ul {
    padding-top: 60px;
  }
  .timeline__cover .timeline ul li .content {
    border-radius: 15px;
    padding: 15px;
  }
  .timeline__cover .timeline ul li .content {
    width: calc(100vw - 150px);
  }
  .timeline__cover .timeline ul {
    padding-top: 60px;
}
}