.progressive-timeline{position: relative; width: 100%; box-sizing: border-box; margin-bottom: 200px; margin-top: 200px;}
.progressive-timeline ul::before { content: ''; position: absolute; left: 0; width: 100%; height: 2px; background: #0080C4;}
.progressive-timeline ul {
  position: relative;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.progressive-timeline ul li {
  list-style: none;
  position: relative;
  width: 50%;
  padding: 0px;
  box-sizing: border-box;
}
.progressive-timeline li span {
  width: 25px;
  height: 25px;
  margin-left: -25px;
  background: #0789c3;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  box-shadow: 0 0 0 0px #fff;
  text-align: center;
  line-height: 1.3;
  color: #FFFFFF;
  font-size: 1rem;
  font-weight: bold;
  font-style: normal;
  position: absolute;
  top: -15px;
  left: 50%;
}
.progressive-timeline li span.ps-sp-top::before {
  content: "";
  color: #0a8cc5;
  width: 2px;
  height: 50px;
  background: #0a8cc5;
  position: absolute;
  top: -50px;
  left: 48%;
}
.progressive-timeline li span.ps-sp-top::after {
  content: "";
  color: #0a8cc5;
  width: 8px;
  height: 8px;
  background: #0a8cc5;
  position: absolute;
  bottom: 69px;
  left: 35%;
  border-radius: 100%;
}
.progressive-timeline li span.ps-sp-bot::before {
  content: "";
  color: #0a8cc5;
  width: 2px;
  height: 50px;
  background: #0a8cc5;
  position: absolute;
  bottom: -50px;
  left: 48%;
}
.progressive-timeline li span.ps-sp-bot::after {
  content: "";
  color: #0a8cc5;
  width: 8px;
  height: 8px;
  background: #0a8cc5;
  position: absolute;
  top: 69px;
  left: 35%;
  border-radius: 100%;
}
.progressive-timeline li .handler-top {
  position: absolute;
  top: -170px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
	box-sizing: border-box;
  font-weight: 400;
  line-height: 1.3;
}
.progressive-timeline li .handler-bottom {
  position: absolute;
  bottom: 0;
  top:80px;
  width: 100%;
  text-align: center;
  font-size: 1rem;
box-sizing: border-box;
  line-height: 1.3;
  font-weight: 400;
}
.partner-tl {
position: relative;
margin: 10px auto;
padding: 10px 0;
width: 1200px;
box-sizing: border-box;
}

@media(max-width:1000px){
.progressive-timeline {
  margin-bottom: 0;
  margin-top: 0;
}
.progressive-timeline ul {
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
}

.progressive-timeline ul::before {
    width: 2px;
    height: 100%;
    background: #0080C4;
    top: 0;
    margin-left: 14px;

}
.progressive-timeline ul li {
  width: 100%;
  margin-bottom: 1rem;
  left: 0;
  top: 0;
  height: 100%;
  min-height: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.progressive-timeline li .handler-top {
  position: relative;
  top: 0;
  width: 90%;
  text-align: left;
  margin-left: 35px;
}
.progressive-timeline li span {
  line-height: 1.3;
  top: 0;
  left: 0;
  margin-left: 0;
}
.progressive-timeline li .handler-bottom {
  position: relative;
  top: 0;
  text-align: left;
  margin-left: 35px;
}

.progressive-timeline li span.ps-sp-top::before {display: none;}
.progressive-timeline li span.ps-sp-top::after {display: none;}
	
.progressive-timeline li span.ps-sp-bot::before {display: none;}
.progressive-timeline li span.ps-sp-bot::after {display: none;}
	
}

@media (min-width:1024px) and (max-width:1080px) {
.progressive-timeline {margin-bottom: 260px; margin-top: 280px;}
.progressive-timeline li .handler-top{top: -250px;}
.progressive-timeline li .handler-bottom {top: 80px;}
.progressive-timeline li span{font-size: 14px;}
}
@media (min-width:1081px) and (max-width:1200px) {
.progressive-timeline {margin-bottom: 210px; margin-top: 240px;}
.progressive-timeline li .handler-top{top: -220px;}
.progressive-timeline li .handler-bottom {top: 80px;}
.progressive-timeline li span{font-size: 14px;}
}
@media (min-width:1201px) and (max-width:1300px) {
.progressive-timeline {margin-bottom: 210px; margin-top: 240px;}
.progressive-timeline li .handler-top{top: -200px;font-size: .8rem;}
.progressive-timeline li .handler-bottom {top: 80px;font-size: .8rem;}
}
@media (min-width:1366px) and (max-width:1600px) {
.progressive-timeline {margin-bottom: 210px; margin-top: 240px;}
.progressive-timeline li .handler-top{top: -200px; font-size: .9rem;}
.progressive-timeline li .handler-bottom {top: 80px;font-size: .9rem;}
}




