.app-selection p label span {
	font-size: 1.3em !important;
	color: #656565;
}

.app-selection p {
	margin-bottom: 15px !important;

}

.background-div {
	position: absolute;
	height: 380px;
	width: 100%;
	z-index: -1;
}
/*TIMELINE*/
#timeline-wrap{
  margin:3% 2%;
  top:100;
  position:relative;
 
}

#timeline{
  height:1px;
  width: 100%;
  background-color:#aabbc4;
  position:relative;
 
}

 .marker{
   z-index:1000;
   color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 1em;
  text-align: center;
  position: absolute;
  margin-left: -25px;
  background-color: #999999;
  border-radius: 50%;
        }

 .marker:hover{
   -moz-transform: scale(1.2);
-webkit-transform: scale(1.2);
-o-transform: scale(1.2);
-ms-transform: scale(1.2);
transform: scale(1.2);
   
   -webkit-transition: all 300ms ease;
-moz-transition: all 300ms ease;
-ms-transition: all 300ms ease;
-o-transition: all 300ms ease;
transition: all 300ms ease;
 }


/*.timeline-icon.one {
    background-color: #3e4f88 !important;
}

.timeline-icon.two {
    background-color: #536295 !important;
}

.timeline-icon.three{
    background-color: #6976a2 !important;
}
*/

.mfirst{
     top:-15px;
}

.m2{
     top:-15px;
      left:50%
}

.m3{
     top:-15px;
    left:100%
}

.marker-active {
	background-color: #ff5722 !important;
}

.marker-done {
	background-color: #9c27b0 !important;
}

.timeline-panel {
  margin-top: 20%;
	width: 500px;
  height: 200px;
  background-color: #cbd0df;
  border-radius:2px;
	position:relative;
	text-align:left;
  padding:10px;
	font-size:20px;
	font-weight:bold;
	line-height:20px;
  float:left;
}

.timeline-panel:after {
	content:'';
	position:absolute;
  margin-top: -12%;
	left:10%;
	width:0;
	height:0;
	border:12px solid transparent;
	border-bottom: 15px solid #cbd0df;
}