
.timeline-main .stepper.stepper-vertical.timeline li a {
  padding: 0px 24px;
  left: 50%;
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline li a {
    left: 6%;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline li a {
    left: 6%;
  }
}

.timeline-main .stepper.stepper-vertical.timeline li a .circle {
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  margin-left: -50px;
  background-color: #ccc;
  z-index: 2;
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content {
  width: 45%;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline li .step-content {
    width: 80%;
    left: 3rem;
    margin-right: 3rem;
    margin-bottom: 2rem;
    float: right;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline li .step-content {
    width: 85%;
    left: 3rem;
    margin-right: 3rem;
    margin-bottom: 2rem;
    float: right;
  }
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e0e0e0;
  border-right: 0 solid #e0e0e0;
  border-bottom: 15px solid transparent;
  content: " ";
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline li .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}

.timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline li .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  /* align-items: flex-end; */
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content {
  float: right;
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}

.timeline-main .stepper.stepper-vertical.timeline li.timeline-inverted .step-content:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}

.timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
  content: " ";
  position: absolute;
  width: 3px;
  background-color: #e0e0e0;
  left: 50%;
  top: 65px;
  margin-left: -1.5px;
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
    left: 6%;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline li:not(:last-child):after {
    left: 6%;
  }
}

@media (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline li {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:before {
  top: 1rem;
  border-left: 15px solid #D32F2F;
  border-right: 0 solid #D32F2F;
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:after {
  top: 1rem;
  border-left: 14px solid #D32F2F;
  border-right: 0 solid #D32F2F;
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li .step-content .timeline-header {
  -webkit-border-top-left-radius: 2px;
  border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  border-top-right-radius: 2px;
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li.timeline-inverted .step-content:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li.timeline-inverted .step-content:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
}

.timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li:not(:last-child):after {
  background-color: #D32F2F;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-animated .more-padding {
  padding-right: 100px;
  padding-left: 100px;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-animated li {
  -webkit-transition: all 0.7s ease-in-out;
  -o-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a {
  padding: 0px;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a .circle {
  width: 23px;
  height: 23px;
  line-height: 23px;
  font-size: 1.4em;
  text-align: center;
  position: absolute;
  top: 16px;
  margin-left: -12px;
  background-color: #ccc;
  z-index: 2;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
  width: 45%;
  float: left;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  position: relative;
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
    width: 80%;
    left: 3rem;
    margin-right: 3rem;
    margin-bottom: 2rem;
    float: right;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content {
    width: 85%;
    left: 3rem;
    margin-right: 3rem;
    margin-bottom: 2rem;
    float: right;
  }
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid #e0e0e0;
  border-right: 0 solid #e0e0e0;
  border-bottom: 15px solid transparent;
  content: " ";
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
  position: absolute;
  top: 15px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid #fff;
  border-right: 0 solid #fff;
  border-bottom: 14px solid transparent;
  content: " ";
}

@media (max-width: 450px) {
  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

@media (min-width: 451px) and (max-width: 1025px) {
  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  border-radius: 10px;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li .step-content.hoverable:hover {
  -webkit-box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  box-shadow: 0 8px 17px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li:not(:last-child):after {
  width: 2px;
  background-color: #9e9e9e;
  top: 32px;
  height: 100%;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li.timeline-inverted .step-content:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-simple li.timeline-inverted .step-content:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-images li a .circle {
  font-size: 1rem;
}

.timeline-main .stepper.stepper-vertical.timeline.timeline-images li:not(:last-child):after {
  background-color: #26c6da;
}

@media (max-width: 450px) {

  .timeline-main .stepper.stepper-vertical.timeline.timeline-basic li a,
  .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li a,
  .timeline-main .stepper.stepper-vertical.timeline.timeline-animated li a {
    left: 8%;
  }
}

@media (max-width: 450px) {

  .timeline-main .stepper.stepper-vertical.timeline.timeline-basic li a .circle,
  .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li a .circle,
  .timeline-main .stepper.stepper-vertical.timeline.timeline-animated li a .circle {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: .9em;
    top: 26px;
    margin-left: -35px;
  }
}

@media (max-width: 450px) {

  .timeline-main .stepper.stepper-vertical.timeline.timeline-basic li:not(:last-child):after,
  .timeline-main .stepper.stepper-vertical.timeline.colorful-timeline li:not(:last-child):after,
  .timeline-main .stepper.stepper-vertical.timeline.timeline-animated li:not(:last-child):after {
    left: 9%;
    height: 100%;
    top: 55px;
  }
}

@media (max-width: 450px) {

  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a,
  .timeline-main .stepper.stepper-vertical.timeline.timeline-images li a {
    left: 10%;
  }
}

@media (max-width: 450px) {

  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li a .circle,
  .timeline-main .stepper.stepper-vertical.timeline.timeline-images li a .circle {
    top: 18px;
  }
}

@media (max-width: 450px) {

  .timeline-main .stepper.stepper-vertical.timeline.timeline-simple li:not(:last-child):after,
  .timeline-main .stepper.stepper-vertical.timeline.timeline-images li:not(:last-child):after {
    left: 10%;
  }
}


.timeline-main .timeline-light {
  list-style: none;
  padding-left: 1em;
  line-height: 1.5em;
  font-size: 20px;
}

.timeline-main .timeline-light .timeline-light-item {
  position: relative;
}

.timeline-main .timeline-light .timeline-light-item .timeline-light-item-tail {
  position: absolute;
  border-left: 2px solid #E8E8E8;
  height: 100%;
  width: 0;
  bottom: 0;
  left: 14px;
}

.timeline-main .timeline-light .timeline-light-item .timeline-light-item-head {
  position: absolute;
  width: 14px;
  height: 14px;
  left: 15px;
  bottom: 4px;
  transform: translate(-50%, 0);
  border: 2px solid #1890FF;
  border-radius: 50%;
  background: #fff;
  z-index: 1;
}

.timeline-main .timeline-light .timeline-light-item .timeline-light-item-content {
  margin-left: 30px;
  padding-top: 0.2em;
  line-height: 2.6em;
  height: 2em;
}

.timeline-main .timeline-light .timeline-light-item-primary .timeline-light-item-head {
  border-color: #4285f4;
}

.timeline-main .timeline-light .timeline-light-item-danger .timeline-light-item-head {
  border-color: #ff3547;
}

.timeline-main .timeline-light .timeline-light-item-warning .timeline-light-item-head {
  border-color: #ffbb33;
}

.timeline-main .timeline-light .timeline-light-item-success .timeline-light-item-head {
  border-color: #00c851;
}

.timeline-main .timeline-light .timeline-light-item-info .timeline-light-item-head {
  border-color: #33b5e5;
}

.timeline-main .timeline-light .timeline-light-item-default .timeline-light-item-head {
  border-color: #2bbbad;
}

.timeline-main .timeline-light .timeline-light-item-secondary .timeline-light-item-head {
  border-color: #aa66cc;
}

.timeline-main .timeline-light .timeline-light-item-elegant .timeline-light-item-head {
  border-color: #2e2e2e;
}

.timeline-main .timeline-light .timeline-light-item-unique .timeline-light-item-head {
  border-color: #880e4f;
}

.timeline-main .timeline-light .timeline-light-item-dark-green .timeline-light-item-head {
  border-color: #388e3c;
}

.timeline-main .timeline-light .timeline-light-item-mdb-color .timeline-light-item-head {
  border-color: #59698d;
}

.timeline-main .timeline-light .timeline-light-item-red .timeline-light-item-head {
  border-color: #d32f2f;
}

.timeline-main .timeline-light .timeline-light-item-pink .timeline-light-item-head {
  border-color: #ec407a;
}

.timeline-main .timeline-light .timeline-light-item-purple .timeline-light-item-head {
  border-color: #8e24aa;
}

.timeline-main .timeline-light .timeline-light-item-deep-purple .timeline-light-item-head {
  border-color: #512da8;
}

.timeline-main .timeline-light .timeline-light-item-indigo .timeline-light-item-head {
  border-color: #3f51b5;
}

.timeline-main .timeline-light .timeline-light-item-blue .timeline-light-item-head {
  border-color: #1976d2;
}

.timeline-main .timeline-light .timeline-light-item-light-blue .timeline-light-item-head {
  border-color: #82b1ff;
}

.timeline-main .timeline-light .timeline-light-item-cyan .timeline-light-item-head {
  border-color: #00bcd4;
}

.timeline-main .timeline-light .timeline-light-item-teal .timeline-light-item-head {
  border-color: #00796b;
}

.timeline-main .timeline-light .timeline-light-item-green .timeline-light-item-head {
  border-color: #388e3c;
}

.timeline-main .timeline-light .timeline-light-item-light-green .timeline-light-item-head {
  border-color: #8bc34a;
}

.timeline-main .timeline-light .timeline-light-item-lime .timeline-light-item-head {
  border-color: #afb42b;
}

.timeline-main .timeline-light .timeline-light-item-yellow .timeline-light-item-head {
  border-color: #fbc02d;
}

.timeline-main .timeline-light .timeline-light-item-amber .timeline-light-item-head {
  border-color: #ffa000;
}

.timeline-main .timeline-light .timeline-light-item-orange .timeline-light-item-head {
  border-color: #f57c00;
}

.timeline-main .timeline-light .timeline-light-item-deep-orange .timeline-light-item-head {
  border-color: #ff7043;
}

.timeline-main .timeline-light .timeline-light-item-brown .timeline-light-item-head {
  border-color: #795548;
}

.timeline-main .timeline-light .timeline-light-item-grey .timeline-light-item-head {
  border-color: #616161;
}

.timeline-main .timeline-light .timeline-light-item-blue-grey .timeline-light-item-head {
  border-color: #78909c;
}

.timeline-main .timeline-light .timeline-light-item-dark .timeline-light-item-head {
  border-color: #212121;
}

.timeline-main .timeline-light .timeline-light-item-light .timeline-light-item-head {
  border-color: #e0e0e0;
}

.timeline-main .timeline-light .timeline-light-item-white .timeline-light-item-head {
  border-color: #fff;
}

.timeline-main .timeline-light .timeline-light-item-black .timeline-light-item-head {
  border-color: #000;
}

.timeline-main .timeline-light .timeline-light-item-loading .timeline-light-item-head {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  animation: tl-v2-loadingCircle 1s 1s infinite linear;
}

.timeline-main .timeline-light .timeline-light-item-icon .timeline-light-item-head {
  border: none;
  width: 20px;
  height: 20px;
  background: transparent;
}

.timeline-main .timeline-light .timeline-light-item-icon .timeline-light-item-tail {
  height: 100%;
  bottom: 15px;
  left: 14px;
}

.timeline-main .timeline-light .timeline-light-item-icon .timeline-light-item-head {
  font-size: 20px;
  top: 40%;
}

.timeline-main .timeline-light .timeline-light-item-icon .timeline-light-item-head i {
  border-radius: 50%;
  background-color: #fff;
}

.timeline-main .timeline-light .timeline-light-item-dashed .timeline-light-item-tail {
  border-left-style: dashed;
}

.timeline-main .timeline-light li:first-child.timeline-light-item .timeline-light-item-tail {
  height: 0;
}
.timeline-main .timeline-main-stepper-vertical li {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

@keyframes tl-v2-loadingCircle {
  0% {
    transform: translate(-50%, 0) rotate(0deg);
  }

  100% {
    transform: translate(-50%, 0) rotate(360deg);
  }
}