@media (min-width: 1100px) {
  #timeline-n .demo-card:nth-child(even) .head::after, #timeline-n .demo-card:nth-child(odd) .head::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent; display:none;
  }

  #timeline-n .demo-card:nth-child(even) .head::before, #timeline-n .demo-card:nth-child(odd) .head::before {
    position: absolute;
    content: "";
    width: 9px;
    height: 9px;
    background-color: #bdbdbd;
    border-radius: 9px;
    box-shadow: 0px 0px 2px 8px #f7f7f7;
  }
}
/* Some Cool Stuff */
.demo-card:nth-child(1) {order:1;}
.demo-card:nth-child(2) {order:7;}
.demo-card:nth-child(3) {order:2;}
.demo-card:nth-child(4) {order:8;}
.demo-card:nth-child(5) {order:3;}
.demo-card:nth-child(6) {order:9;}
.demo-card:nth-child(7) {order:4;}
.demo-card:nth-child(8) {order:10;}
.demo-card:nth-child(9) {order:5;}
.demo-card:nth-child(10) {order:11;}
.demo-card:nth-child(11) {order:6;}


#timeline-n {
  padding:60px;
  background: #f7f7f7; margin-bottom:40px;
}
#timeline-n p.leader {
  text-align: center;
  max-width: 90%;
  margin: auto;
  margin-bottom: 45px;
}
#timeline-n .demo-card-wrapper {
  position: relative;
  margin: auto;
}
@media (min-width: 1100px) {
  #timeline-n .demo-card-wrapper {
    display:block;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }
}
#timeline-n .demo-card-wrapper::after {
  z-index: 1;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  border-left: 1px solid rgba(191, 191, 191, 0.4);
}
@media (min-width: 1100px) {
  #timeline-n .demo-card-wrapper::after {
    border-left: 1px solid #bdbdbd;
  }
}
#timeline-n .demo-card {
  position: relative;
  display: block;
  margin: 10px auto 80px;
  max-width: 100%;
  z-index: 2;
}
@media (min-width: 480px) {
  #timeline-n .demo-card {
    box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
  }
}
@media (min-width: 1100px) {
  #timeline-n .demo-card {
    max-width: 80%;
  }
}
@media (max-width: 1100px) {
  #timeline-n .demo-card {
    margin-bottom:40px !important;
  }
}
@media (min-width: 1100px) {
  #timeline-n .demo-card {
    max-width: 100%;
    max-height: auto;
    margin:0 0 50px 0;
  }
  #timeline-n .demo-card:nth-child(odd) {
    margin-right:0;
  }
  #timeline-n .demo-card:nth-child(odd) .head::after {
    border-left-width: 15px;
    border-left-style: solid;
    left: 100%;
  }
  #timeline-n .demo-card:nth-child(odd) .head::before {
    left: 475.5px; display:none;
  }
  #timeline-n .demo-card:nth-child(even) {
    margin-left:0;
  }
  #timeline-n .demo-card:nth-child(even) .head::after {
    border-right-width: 15px;
    border-right-style: solid;
    right: 100%;
  }
  #timeline-n .demo-card:nth-child(even) .head::before {
    right: 475.5px;  display:none;
  }
  #timeline-n .demo-card:nth-child(2) {
    margin-top:50px;
  }
}
#timeline-n .demo-card .head {
  position: relative;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 400;
}
#timeline-n .demo-card .head .number-box {
  display: inline;
  float: left;
  margin: 15px;
  padding: 10px;
  font-size: 35px;
  line-height: 35px;
  font-weight: 600;
  background: rgba(0, 0, 0, 0.17);
}
#timeline-n .demo-card .head h2 {
  text-transform: uppercase;
  font-size: 1.3rem;
  font-weight: 800;
  margin: 0;
  padding-bottom: 6px;
  line-height: 1rem;
}
@media (min-width: 480px) {
  #timeline-n .demo-card .head h2 {
    font-size: 145%;
    line-height: 1.2rem;
  }
}
#timeline-n .demo-card .head h2 span {
  display: block;
  font-size: 0.6rem;
  margin: 0;
}
@media (min-width: 480px) {
  #timeline-n .demo-card .head h2 span {
    font-size: 0.8rem;
  }
}
#timeline-n .demo-card .body {
  background: #fff;
  border: 1px solid rgba(191, 191, 191, 0.4);
  border-top: 0;
  padding: 30px;
}
@media (min-width: 1000px) {
  #timeline-n .demo-card .body {
    max-height: auto;
  }
}
#timeline-n .demo-card .body p {
  font-size: 14px;
  line-height: 1.4;
  margin-bottom:0;
}
#timeline-n .demo-card .body p:last-child {margin-bottom:0;}
#timeline-n .demo-card .body img {
  display: block;
  width: 100%;
}
#timeline-n .demo-card--step1 {background-color: #46b8e9;}
#timeline-n .demo-card--step1 .head::after {border-color: #46b8e9;}
#timeline-n .demo-card--step2 {background-color: #3ee9d1;}
#timeline-n .demo-card--step2 .head::after {border-color: #3ee9d1;}
#timeline-n .demo-card--step3 {background-color: #f0a7ff;}
#timeline-n .demo-card--step3 .head::after {border-color: #f0a7ff;}
#timeline-n .demo-card--step4 {background-color: #9ac6ff;}
#timeline-n .demo-card--step4 .head::after {border-color: #9ac6ff;}
#timeline-n .demo-card--step5 {background-color: #cae071;}
#timeline-n .demo-card--step5 .head::after {border-color: #cae071;}
#timeline-n .demo-card--step6 {background-color: #ffdb85;}
#timeline-n .demo-card--step6 .head::after {border-color: #ffdb85;}
#timeline-n .demo-card--step7 {background-color: #89edec;}
#timeline-n .demo-card--step7 .head::after {border-color: #89edec;}
#timeline-n .demo-card--step8 {background-color: #abbbcf;}
#timeline-n .demo-card--step8 .head::after {border-color: #abbbcf;}
#timeline-n .demo-card--step9 {background-color: #e2dc9a;}
#timeline-n .demo-card--step9 .head::after {border-color: #e2dc9a;}
#timeline-n .demo-card--step10 {background-color: #ffbfa3;}
#timeline-n .demo-card--step10 .head::after {border-color: #ffbfa3;}
#timeline-n .demo-card--step11 {background-color: #a5a3ff;}
#timeline-n .demo-card--step11 .head::after {border-color: #a5a3ff;}


@media (max-width: 1000px) {
	#timeline-n .demo-card .body {padding:24px;}
	#timeline-n .demo-card .body p {line-height: 1.4;}
	#timeline-n {padding:20px;}
	#timeline-n .demo-card .head h2 {font-size:1.1rem; line-height:1.1rem;}
	#timeline-n .demo-card .head .number-box {margin:10px; font-size:30px;}
}