
.overview h1{
    /* padding: 0; */
    margin-top: 35px;
    /* padding: 0; */
    padding-top: 0px;
    font-size: 1.5em;
    /* padding-bottom: 20px; */
 }
 .overview div{
    padding-top: 20px;
 }
 .overview div h3{
     margin: 20px 0;
     padding-left: 8px;
     border-left: solid 2px red;
 }
 .overview li{
    list-style-position: inside;
 }

 .overview a{
    color: #fff;
    text-decoration: none;
    border-bottom: #fff dotted 2px;
 }
.body li{
    list-style-position:outside;
    color: #ffffff;
    font-size: 20px;
    text-shadow: #050505f8 0px 0px 5px;
  }
 
  .body ul{
    margin-left: 20px;
    font-size: 20px;
    color: #ffffff;
    text-shadow: #050505f8 0px 0px 5px;
  }
@media (min-width: 1000px) {
    #timeline .demo-card:nth-child(even) .head::after, #timeline .demo-card:nth-child(odd) .head::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
  
    #timeline .demo-card:nth-child(even) .head::before, #timeline .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 #97186069;
    }
  }
  /* Some Cool Stuff */
  .demo-card:nth-child(1) {
    order: 1;
  }
  
  .demo-card:nth-child(2) {
    order: 4;
  }
  
  .demo-card:nth-child(3) {
    order: 2;
  }
  
  .demo-card:nth-child(4) {
    order: 5;
  }
  
  .demo-card:nth-child(5) {
    order: 3;
  }
  
  .demo-card:nth-child(6) {
    order: 6;
  }
  .demo-card:nth-child(7) {
    order:7;
  }
  .demo-card:nth-child(8) {
    order: 8;
  }
  
  
  /* Border Box */
  /* * {
    box-sizing: border-box;
  }
   */

  
  /* #timeline {
    padding: 100px 0;
    background: #b15296a0;
    border-top: 1px solid rgba(191, 191, 191, 0.4);
    border-bottom: 1px solid rgba(191, 191, 191, 0.4);
  } */
  #timeline h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
    color: #f7f7f7;
  }
  #timeline p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
    color: #d8d8d8;
  }
  #timeline .demo-card-wrapper {
    position: relative;
    margin: auto;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card-wrapper {
      display: flex;
      flex-flow: column wrap;
      /* width: 1170px; */
      height: 1570px;
      margin: 0 auto;
    }
  }
  #timeline .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: 1000px) {
    #timeline .demo-card-wrapper::after {
      border-left: 1px solid #bdbdbd;
    }
  }
  #timeline .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
  }
  @media (min-width: 480px) {
    #timeline .demo-card {
      max-width: 60%;
      box-shadow: 0px 1px 22px 4px rgba(139, 139, 139, 0.276);
    }
  }
  @media (min-width: 720px) {
    #timeline .demo-card {
      max-width: 40%;
    }
  }
  @media (min-width: 1000px) {
    #timeline .demo-card {
      max-width: 450px;
      /* height: auto; */
      margin: 90px;
      margin-left: 40px;
      margin-top: 45px;
      margin-bottom: 45px;
    }
    #timeline .demo-card:nth-child(odd) {
      margin-right: 45px;
    }
    #timeline .demo-card:nth-child(odd) .head::after {
      border-left-width: 15px;
      border-left-style: solid;
      left: 100%;
    }
    #timeline .demo-card:nth-child(odd) .head::before {
      left: 491.5px;
    }
    #timeline .demo-card:nth-child(even) {
      margin-left: 45px;
    }
    #timeline .demo-card:nth-child(even) .head::after {
      border-right-width: 15px;
      border-right-style: solid;
      right: 100%;
    }
    #timeline .demo-card:nth-child(even) .head::before {
      right: 489.5px;
    }
    #timeline .demo-card:nth-child(2) {
      margin-top: 245px;
    }
    #timeline .demo-card:nth-child(7){
        /* margin-left: 45px; */
        margin-top: 110%;
        left: 0%;
        position: absolute;
    }
  }
  #timeline .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
  }
  #timeline .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 .demo-card .head h2 {
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: inherit;
    letter-spacing: 2px;
    margin: 0;
    padding-bottom: 6px;
    line-height: 1rem;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 {
      font-size: 100%;
      line-height: 1.7rem;
    }
  }
  #timeline .demo-card .head h2 span {
    display: block;
    font-size: 0.6rem;
    margin: 0;
  }
  @media (min-width: 480px) {
    #timeline .demo-card .head h2 span {
      font-size: 0.8rem;
    }
  }
  #timeline .demo-card .body {
    background: rgba(255, 255, 255, 0.269);
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
  }
  @media (min-width: 1000px) {
    #timeline .demo-card .body {
      /* height: 315px; */
      margin-bottom: 40px;
    }
  }
  #timeline .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
  }
  #timeline .demo-card .body img {
    display: block;
    width: 100%;
  }
  #timeline .demo-card--step1 {
    background-color: #46b8e936;
    
  }
  #timeline .demo-card--step1 .head::after {
    border-color: #46b8e95a;
  }
  #timeline .demo-card--step2 {
    background-color: rgba(73, 246, 223, 0.443);
    /* margin-top: 200px; */
  }
  #timeline .demo-card--step2 .head::after {
    border-color: #3ee9d15a;
   
  }
  #timeline .demo-card--step3 {
    background-color: #ce43eb45;
  }
  #timeline .demo-card--step3 .head::after {
    border-color: #ce43eb5a;
  }
  #timeline .demo-card--step4 {
    background-color: #4d92eb45;
  }
  #timeline .demo-card--step4 .head::after {
    border-color: #4d92eb5a;
  }
  #timeline .demo-card--step5 {
    background-color: #61cdfc83;
  }
  #timeline .demo-card--step5 .head::after {
    border-color: #46b8e95a;
  }
  #timeline .demo-card--step6 {
    background-color: #ffad8f45;
  }
  #timeline .demo-card--step6 .head::after {
    border-color: #ffad8f5a;
  }
  #timeline .demo-card--step7 {
    background-color: #f8ec7a45;
  }
  #timeline .demo-card--step7 .head::after {
    border-color: #f8ec7a5a;
  }

  .overview1  {
    width: 85%;
    background: rgba(255, 198, 151, 0.137);
    border: solid 2px #fa725a;
    display: block;
    /* font-family: 'a', 'Times New Roman', Times, serif; */
    color: #fff;
    margin: 0 auto;
    margin-top: 5em;
    font-size: 1.5em;

}

.overview1 .o1 {
    /* margin: 3em; */
    padding: 2.5em;
    padding-top: 20px;
}
.overview1 h1{
    margin-top: 35px;
    font-size: 1.5em;
    padding-top: 0;
}
