h1.general{
    color: #394b57;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 1px;
    margin: 10px 30px 25px 10px;
    padding-bottom: 15px;
    float: left;
    background: url(../images/sprite-box_outline.png) no-repeat left bottom;
}
h2.general{
	line-height: normal;
    font-size: 20px;
    padding: 0px;	
}
.heighlight{
    font-size: 18px;
    color: #06a2ff;
    line-height: 28px;
}
.listHead{
margin-bottom: 0px!important;
color: #06a2ff!important;
font-weight: bold!important;
font-size: 20px !important;
}
.stepper {
    margin: 40px 0px;
    list-style: none;
    display: flex;
    flex-direction: row;
    padding: 0;
  }
  .stepper .step {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0px;
  }
  .stepper .step.active .dot {
    background-color: #2378e1;
  }
  .stepper .step.active .lower-text {
    color: #2378e1;
  }
  .stepper .step.active:after {
    background-color: #2378e1;
  }
  .stepper .step:last-child:after {
    width: 50%;
    transform: translateX(-50%);
  }
  .stepper .step:first-child:after {

    transform: translateX(50%);
  }
  .stepper .step:after {
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    top: 42px;
    background-color: #d5d5d5;
    z-index: 0;
  }
  .stepper .step .upper-text {
    font-size: 11px;
    line-height: 1.5;
    text-align: center;
    color: #999;
    height: 20px;
    display: block;
  }
  .stepper .step .lower-text {
    margin-bottom: 0px!important;
    text-align: center;
    line-height: 28px;
    padding: 0px 10px;
    color: #06a2ff!important;
    font-weight: bold!important;
    font-size: 18px !important;
  }
  .stepper .step .dot {
    height: 80px;
    width: 80px;
    text-align: center;
    overflow: hidden;
    border-radius: 50%;
    position: relative;
    z-index: 1;
    display: inline-block;
    box-shadow: 0px 3px 10px 2px hsla(0, 0%, 70%, 0.5);

  }
  .bubbleGreen{
      background-color: #97c355;

  }
  .bubbleGreenHead{
    background-color: #00a79b;

}
  .stepIcon{
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    background: no-repeat;
    width: 80px;
    height: 80px;

  }
  .planIcon{

    background-image: url(../images/icon_dbiz.png);
    background-position: 16px 16px;
    background-size: 350%;
  }
  .fileIcon{

    background-image: url(../images/icon_dbiz.png);
    background-position: -44px 16px;
    background-size: 350%;
  }
  .registIcon{
 
    background-image: url(../images/icon_dbiz.png);
    background-position: -108px 16px;
    background-size: 350%;
  }
  .approvIcon{

    background-image: url(../images/icon_dbiz.png);
    background-position: -170px 16px;
    background-size: 350%;
  }
  .moneyIcon{

    background-image: url(../images/icon_dbiz.png);
    background-position: -228px 16px;
    background-size: 350%;
  }
  .noMarginBottom{
    margin-bottom: 30px !important; 
}
  @media only screen and (max-width: 719px) {
  .stepper {

    display: block;
    text-align: center;

}
.customTitle{
    text-align: center;
}
.stepper li{

margin-bottom: 40px !important;

}

.stepper .step:after {
display: none;
}
  }