.timeline img {
  border: 0;
  max-width: 100%;
}

.timeline {
  list-style: none;
  padding: 20px 0 20px;
  position: relative;
}
.timeline:before {
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 1px;
  background-color: #d3e6f3;
  left: 50%;
  margin-left: -1.5px;
}



.timeline li {
  margin-bottom: 25px;
  position: relative;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li:after {
  clear: both;
}
.timeline li:before,
.timeline li:after {
  content: " ";
  display: table;
}
.timeline li .timeline-panel {
  width: 45%;
  float: left;
    display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background: #fff;
  padding: 15px;
  position: relative;
}
.timeline li .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline li .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline li .timeline-panel.noarrow:before,
.timeline li .timeline-panel.noarrow:after {
  top: 0;
  right: 0;
  display: none;
  border: 0;
}
.timeline li.timeline-inverted .timeline-panel {
  float: right;
}
.timeline li.timeline-inverted .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline li.timeline-inverted .timeline-panel:after {
  border-left-width: 0;
  left: -14px;
  right: auto;
}
li.timeline-inverted .tl-title {color: var(--e-global-color-primary);}
.timeline li.timeline-inverted .tl-circ,
.timeline li.timeline-inverted .tl-circ:before {background: var(--e-global-color-primary);}

li.timeline-right .tl-title {color: var(--e-global-color-accent);}
.timeline li.timeline-right .tl-circ,
.timeline li.timeline-right .tl-circ:before {background: var(--e-global-color-accent);}


.timeline li .tl-circ {
      position: relative;
    top: 50px;
  left: 50%;
  text-align: center;
  background: var(--e-global-color-primary);
  color: #fff;
  width: 12px;
  height: 12px;
  line-height: 12px;
  margin-left: -6.5px;
  border-radius: 50% 50%;
  z-index: 1;
}
.timeline li .tl-circ:before {
    width: 200%;
    height: 200%;
    content: "";
    background: #2196F3;
    opacity: 0.5;
    left: -50%;
    top: -50%;
    border-radius: 50% 50%;
    position: absolute;
}
.elementor-position-right .timeline_pic {margin-left:20px}
.elementor-position-left .timeline_pic {margin-right:20px}
.elementor-position-top .timeline_pic {margin-bottom:20px}


@media (max-width: 991px) {
  .timeline li .timeline-panel {
      width: 44%;
  }
  .timeline_pic {margin-bottom:20px}
}
@media (max-width: 700px) {
  .timeline {
    padding:0;
    margin:25px 0;
  }
  .timeline li {
    margin-bottom: 50px;
    position: relative;
    /* margin-top: 25px; */
}
  ul.timeline > li > .timeline-panel {
    width: 100%;
}
  ul.timeline li .tl-circ {
    top: 0;
    margin-left: -4px;
    width:6px;
    height:6px;

  }
  ul.timeline > li > .timeline-panel:before {
      border-left-width: 0;
      border-right-width: 15px;
      left: -15px;
      right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
      border-left-width: 0;
      border-right-width: 14px;
      left: -14px;
      right: auto;
  }
  .timeline-panel {
      display: block;
  }
}
.timeline .text-muted {
  padding: 5px;
  background: rgb(80, 80, 80) none repeat scroll 0% 0%;
  color: white;
  border-radius: 5px;
}
.timeline .desc{
margin-top: 20px;
/* color: #687383; */
/* font-size:  14px; */
line-height: 24px;
}

.tl-content p{
	margin-bottom:5px
}
.tl-content {
    width:100%;
}
.timeline-right {text-align:right;}
.timeline-inverted {text-align:left;}

@media (min-width: 768px) {
  .elementor-vertical-align-top .tl-content {
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
  }

  .elementor-position-left .tl-content {
      text-align: left;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
  }

  .elementor-position-left .tl-content, 
  .elementor-position-right .tl-content {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
  }
  .elementor-position-right .tl-content {
      text-align: right;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
      flex-direction: row-reverse;
  }
}
