/* Add here all your CSS customizations */
.btn-full {
    width: 100%;
}
.bg-gray {
    background-color: #f7f7f7;
}
.tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li.active a, .tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li:hover a {
    background: #0088CC;
    color: #fff;
}
.tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li.active a h4, .tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li:hover a h4 {
    color: #fff;
}
.tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li a,
.tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li .nav-link, .tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li .nav-link:hover, .tabs.tabs-simple.tabs-simple-rounded .nav-tabs > li .nav-link:focus {
    padding: 5px 10px;
}

html body .tabs.tabs-product-primary .nav-tabs li.active .nav-link, html body .tabs.tabs-product-primary .nav-tabs li:hover .nav-link {
    background: #0088CC;
    color: #fff;
}
.tabs-product-primary .tab-content {
    border: 1px solid #0088CC;
}
#footer {
    margin-top: 0;
}
#footer .footer-middle {
    background: rgb(0 136 204 / 0.1);
}
#footer .footer-middle .footer-ribbon {
    margin-top: -15px;
}
/* Timeline */
/* Placeholders */
@media (min-width: 1000px) {
    #timeline2 .demo-card:nth-child(odd) .head::after, #timeline2 .demo-card:nth-child(even) .head::after {
      position: absolute;
      content: "";
      width: 0;
      height: 0;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
    }
  
    #timeline2 .demo-card:nth-child(odd) .head::before, #timeline2 .demo-card:nth-child(even) .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: 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;
}

#timeline2 h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: 200;
    margin-bottom: 20px;
}
#timeline2 p.leader {
    text-align: center;
    max-width: 90%;
    margin: auto;
    margin-bottom: 45px;
}
#timeline2 .demo-card-wrapper {
    position: relative;
    margin: auto;
}
@media (min-width: 1000px) {
    #timeline2 .demo-card-wrapper {
      display: flex;
      flex-flow: column wrap;
      width: 1170px;
      height: 1650px;
      margin: 0 auto;
    }
}
#timeline2 .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) {
    #timeline2 .demo-card-wrapper::after {
      border-left: 1px solid #bdbdbd;
    }
}
#timeline2 .demo-card {
    position: relative;
    display: block;
    margin: 10px auto 80px;
    max-width: 94%;
    z-index: 2;
}
@media (min-width: 480px) {
    #timeline2 .demo-card {
      max-width: 60%;
      box-shadow: 0px 1px 22px 4px rgba(0, 0, 0, 0.07);
    }
}
@media (min-width: 720px) {
    #timeline2 .demo-card {
      max-width: 40%;
    }
}
@media (min-width: 1000px) {
    #timeline2 .demo-card {
      max-width: 450px;
      height: 400px;
      margin: 90px;
      margin-top: 45px;
      margin-bottom: 45px;
    }
    #timeline2 .demo-card:nth-child(odd) {
      margin-right: 45px;
    }
    #timeline2 .demo-card:nth-child(odd) .head::after {
      border-left-width: 15px;
      border-left-style: solid;
      left: 100%;
    }
    #timeline2 .demo-card:nth-child(odd) .head::before {
      left: 491.5px;
    }
    #timeline2 .demo-card:nth-child(even) {
      margin-left: 45px;
    }
    #timeline2 .demo-card:nth-child(even) .head::after {
      border-right-width: 15px;
      border-right-style: solid;
      right: 100%;
    }
    #timeline2 .demo-card:nth-child(even) .head::before {
      right: 489.5px;
    }
    #timeline2 .demo-card:nth-child(2) {
      margin-top: 180px;
    }
}
#timeline2 .demo-card .head {
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: 400;
}
#timeline2 .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);
}
#timeline2 .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;
    color: #fff;
    font-weight: bold;
    line-height: 2.5rem;
}
@media (min-width: 480px) {
    #timeline2 .demo-card .head h2 {
      font-size: 165%;
    }
}
#timeline2 .demo-card .head h2 span {
    display: block;
    font-size: 14px;
    margin: 0;
    font-weight: bold;
    color: #fff;
}
@media (min-width: 480px) {
    #timeline2 .demo-card .head h2 span {
      font-size: 16px;
    }
}
#timeline2 .demo-card .body {
    background: #fff;
    border: 1px solid rgba(191, 191, 191, 0.4);
    border-top: 0;
    padding: 15px;
}
@media (min-width: 1000px) {
    #timeline2 .demo-card .body {
      height: 315px;
    }
}
#timeline2 .demo-card .body p {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 15px;
}
#timeline2 .demo-card .body img {
    display: block;
    width: 100%;
}
#timeline2 .demo-card--step1, #timeline2 .demo-card--step-left {
    background-color: #0088CC;
}
#timeline2 .demo-card--step1 .head::after, #timeline2 .demo-card--step-left .head::after {
    border-color:#0088CC;
}
#timeline2 .demo-card--step2, #timeline2 .demo-card--step-right {
    background-color:#212529;
}
#timeline2 .demo-card--step2 .head::after, #timeline2 .demo-card--step-right .head::after {
    border-color:#212529;
}