.timeline {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative
}
.timeline *, .timeline :after, .timeline :before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}
.timeline:not(.timeline--horizontal):before {
	background-color: #d1d4e4;
	bottom: 0;
	content: '';
	left: 50%;
	margin-left: -2px;
	position: absolute;
	top: 0;
	width: 4px;
	z-index: 1
}
.timeline__wrap {
	overflow: hidden;
	position: relative;
	z-index: 1
}
.timeline__item {
	font-size: 16px;
	font-size: 1rem;
	padding: .625rem 2.5rem .625rem 0;
	position: relative;
	width: 50%;
	z-index: 1
}
.timeline__item:after {
	background-color: #fff;
	border: 4px solid #d1d4e4;
	border-radius: 50%;
	content: '';
	height: 20px;
	position: absolute;
	right: -10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 20px;
	z-index: 1
}
.timeline__item.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	opacity: 0
}
.timeline__item.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}
.timeline__item--left {
	left: 0
}
.timeline__item--right {
	left: 50%;
	padding: .625rem 0 .625rem 2.5rem
}
.timeline__item--right:after {
	left: -10px
}
.timeline__item--right .timeline__content:before {
	border-bottom: 10px solid transparent;
	border-right: 12px solid #e1e6f1;
	border-left: none;
	border-top: 10px solid transparent;
	left: -12px
}
.timeline__item--right .timeline__content:after {
	border-bottom: 9px solid transparent;
	border-right: 11px solid #fff;
	border-left: none;
	border-top: 9px solid transparent;
	left: -10px
}
.timeline__content {
	background-color: #fff;
	border-radius: 0px;
	color:#334151;
	border:1px solid #e1e6f1;
	display: block;
	padding: 1.25rem;
	position: relative;
	box-shadow:0 8px 16px 0 rgba(162, 169, 204,.24);
}
.timeline__content:after, .timeline__content:before {
	content: '';
	height: 0;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 0
}
.timeline__content:before {
	border-bottom: 10px solid transparent;
	border-left: 12px solid #e1e6f1;
	border-top: 10px solid transparent;
	right: -12px;
	z-index: 1
}
.timeline__content:after {
	border-bottom: 9px solid transparent;
	border-left: 11px solid #fff;
	border-top: 9px solid transparent;
	right: -10px;
	z-index: 2
}
.timeline__content h2 {
	font-size: 1rem;
	font-weight: 700;
	margin: 0 0 .625rem
}
.timeline__content p {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px
}
.timeline--horizontal {
	white-space: nowrap
}
.timeline--horizontal .timeline-divider {
	background-color: #d1d4e4;
	display: block;
	height: 4px;
	left: 40px;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 40px;
	z-index: 0
}
.timeline--horizontal .timeline__items {
	-webkit-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	will-change: transform
}
.timeline--horizontal .timeline__item {
	display: inline-block;
	left: 0;
	padding: 0 0 2.5rem;
	position: relative;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
	vertical-align: top;
	white-space: normal
}
.timeline--horizontal .timeline__item:after {
	left: 50%;
	right: auto;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	top: 100%
}
.timeline--horizontal .timeline__item .timeline__item__inner {
	display: table;
	height: 100%;
	width: 100%
}
.timeline--horizontal .timeline__item .timeline__content__wrap {
	display: table-cell;
	margin: 0;
	padding: 0;
	vertical-align: bottom
}
.timeline--horizontal .timeline__item .timeline__content:before {
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: 12px solid #e1e6f1;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%
}
.timeline--horizontal .timeline__item .timeline__content:after {
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	left: 50%;
	right: auto;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100%
}
.timeline--horizontal .timeline__item--bottom {
	padding: 2.5rem 0 0
}
.timeline--horizontal .timeline__item--bottom:after {
	top: 0
}
.timeline--horizontal .timeline__item--bottom .timeline__content__wrap {
	vertical-align: top
}
.timeline--horizontal .timeline__item--bottom .timeline__content:before {
	border-bottom: 12px solid #e1e6f1;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto
}
.timeline--horizontal .timeline__item--bottom .timeline__content:after {
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: none;
	bottom: 100%;
	top: auto
}
.timeline-nav-button {
	background-color: #fff;
	border: 1px solid #e1e6f1;
	border-radius: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	display: block;
	height: 40px;
	outline: 0;
	position: absolute;
	text-indent: -9999px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	width: 40px;
	z-index: 10
}
.timeline-nav-button:disabled {
	opacity: .5;
	pointer-events: none
}
.timeline-nav-button:before {
	background-position: center center;
	background-repeat: no-repeat;
	content: '';
	display: block;
	height: 14px;
	left: 50%;
	position: absolute;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	top: 50%;
	width: 8px
}
.timeline-nav-button--prev {
	left: 0
}
.timeline-nav-button--prev:before {
	background-image: url(../images/arrow-left.svg)
}
.timeline-nav-button--next {
	right: 0
}
.timeline-nav-button--next:before {
	background-image: url(../images/arrow-right.svg)
}
.timeline--mobile {
	padding: 0
}
.timeline--mobile:before {
	left: 10px!important;
	margin: 0!important
}
.timeline--mobile .timeline__item {
	left: 0;
	padding-left: 40px;
	padding-right: 0;
	width: 100%
}
.timeline--mobile .timeline__item:after {
	left: 2px;
	margin: 0
}
.timeline--mobile .timeline__item .timeline__content:before {
	left: -12px;
	border-bottom: 12px solid transparent;
	border-right: 12px solid #e1e6f1;
	border-left: none;
	border-top: 12px solid transparent
}
.timeline--mobile .timeline__item .timeline__content:after {
	left: -10px;
	border-bottom: 10px solid transparent;
	border-right: 10px solid #fff;
	border-left: none;
	border-top: 10px solid transparent
}
@-webkit-keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px
	}
	100% {
		opacity: 1;
		top: 0
	}
}
@keyframes fadeIn {
	0% {
		opacity: 0;
		top: 70px
	}
	100% {
		opacity: 1;
		top: 0
	}
}
@-webkit-keyframes liftUp {
	0% {
		top: 0
	}
	100% {
		top: -15px
	}
}
@keyframes liftUp {
	0% {
		top: 0
	}
	100% {
		top: -15px
	}
}
.timeline--horizontal .timeline__item:nth-child(even):after {
    top: 0;
}


/* Timeline */
/*--- Vertical --*/
.vtimeline {
    list-style: none;
    padding: 0;
    position: relative;
    margin-bottom: 20px;
    color: #919191;
  }
  
  .vtimeline:before {
    top: 0;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 3px;
    background-color: #ededf5;
    left: 50%;
    margin-left: -1.5px;
  }
  
  .vtimeline .timeline-wrapper {
    display: block;
    margin-bottom: 20px;
    position: relative;
    width: 100%;
    padding-right: 90px;
  }
  
  .vtimeline .timeline-wrapper:before {
    content: " ";
    display: table;
  }
  
  .vtimeline .timeline-wrapper:after {
    content: " ";
    display: table;
    clear: both;
  }
  
  .timline-mt-3 {
    margin-top: 1.5rem;
  }

  .vtimeline .timeline-wrapper .timeline-panel {
    border-radius: 5px !important;
    padding: 20px;
    position: relative;
    background: #f8f8f8;
    -webkit-box-shadow: none;
            box-shadow: none;
    width: 35%;
    margin-left: 15%;
  }
  
  .vtimeline .timeline-wrapper .timeline-panel:before {
    position: absolute;
    top: 0;
    width: 100%;
    height: 2px;
    content: "";
    left: 0;
    right: 0;
    background-color: #e7e7e7;
  }
  
  .vtimeline .timeline-wrapper .timeline-panel:after {
    position: absolute;
    top: 25px;
    right: -14px;
    display: inline-block;
    border-top: 14px solid transparent;
    border-left: 14px solid #f8f8f8;
    border-right: 0 solid #f8f8f8;;
    border-bottom: 14px solid transparent;
    content: " ";
  }
  
  .vtimeline .timeline-wrapper .timeline-panel .timeline-title {
    font-size: 1.1rem;
    font-weight: 800;
    margin: 0 0 .725rem;
  }
  
  .vtimeline .timeline-wrapper .timeline-panel .timeline-body p + p {
    margin-top: 5px;
  }
  
  .timeline-body img {
    max-width: 100%;
  }

  .timeline-content {
    overflow-y: auto;
    max-height: 700px;
  }
  
  .vtimeline .timeline-wrapper .timeline-panel .timeline-body ul {
    margin-bottom: 0;
  }
  
  .vtimeline .timeline-wrapper .timeline-panel .timeline-footer span {
    font-size: 1rem;
    font-weight: 700;
  }

  .timeline-span {
    background-color: #e8e8e8;
    color: #8e8e8e;
    border-radius: 10px !important;
    padding: 5px;
    font-weight: normal;
  }

  
  .vtimeline .timeline-wrapper .timeline-badge {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 16px;
    left: calc(50% - 20px);
    z-index: 0;
    border-top-right-radius: 50%;
    border-top-left-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 50%;
    border: 0px solid #fff;
    border-radius: 50%;
  }

  .success{
    background: #bbbbbb;
  }
  
  .vtimeline .timeline-wrapper .timeline-badge i {
    color: #fff;
    text-align: center;
    font-size: 25px;
    line-height: 1.75;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    right: 0;
    padding: 1px 9px;
  }
  
  .vtimeline .timeline-wrapper.timeline-inverted {
    padding-right: 0;
    padding-left: 90px;
  }
  
  .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
    margin-left: auto;
    margin-right: 15%;
  }
  
  .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
  
  .timeline-icon {
    top: 2px;
    position: relative;
    font-size: 12px;
  }
  
  @media (max-width: 992px) {
    .timeline .btn {
      font-size: 12px;
    }
    .vtimeline:before {
      left: 26px !important;
    }
    .vtimeline .timeline-wrapper {
      padding-right: 0 !important;
    }
    .vtimeline .timeline-wrapper .timeline-badge {
      left: 0 !important;
    }
    .vtimeline .timeline-wrapper .timeline-panel {
      width: auto !important;
      margin-left: 16% !important;
    }
    .vtimeline .timeline-wrapper .timeline-panel:after {
      border-right: 14px solid #f9f9fb !important;
      border-left: 0 solid #f9f9fb !important;
      left: -14px !important;
      right: auto !important;
      top: 25px;
    }
    .vtimeline .timeline-wrapper.timeline-inverted {
      padding-left: 0 !important;
    }
    .vtimeline .timeline-wrapper.timeline-inverted .timeline-panel {
      margin-right: 0 !important;
      width: auto !important;
    }
    .profile-user .p-text {
      display: none;
    }
  }

    .timeline-image {
    width: 25px;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 50px 
    }

