.stage {
    text-align: center;
    margin-top: 45px;
}

.stage i {
    width: 100%;
    display: block;
    font-size: 100px;
    color: #666;
    height: 125px;
}

.stage span {
    color: #133056;
    font-size: 16px;
    font-weight: 500;
    margin:13px;
}

.stage h4 {
    margin: 4px 0;
    line-height: 26px;
}

.stage p {
    margin-top: 20px;
}
.steps .h2{    border-bottom: 1px solid #e0e0e0;
    padding-bottom: 24px;
    margin-bottom: 0;}

.steps .icon-check:before {
font-family: FontAwesome;
}

#bx_1914200112_106 .icon-check:before {
    content: "\f06b";
}

#bx_1914200112_103 .icon-check:before {
    content: "\f022";
}

#bx_1914200112_102 .icon-check:before {
    content: "\f164";
}

#bx_1914200112_104 .icon-check:before {
    content: "\f0e9";
}

#bx_1914200112_107 .icon-check:before {
    content: "\f09b";
}

#bx_1914200112_108 .icon-check:before {
    content: "\f0d0";
}


@media (max-width: 768px) {
 .stage {  
    text-align:left; 
   }
  h4 {
     height:0px;
     font-size:15px;
   }
   .stage h4 {
    margin: 4px 0;
    line-height: 20px;
    position:relative;
    float:right;
    width:50%;
    margin-left:3%;
}
.stage i {
    width: 30%;
    font-size: 60px;
    color: #666;
    height: 125px;
    display:inline;
}
    .stage span {
       font-size:10px;
       padding:0px;
       top:0px;
}

}

.steps .slick-dots {
    width: 100%;
    position: absolute;
    bottom: -36px;
    text-align: center;
    z-index: 400;
    left: 0px;
    list-style: none;
}
.steps .slick-dots li{
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: transparent;
    border: 2px solid #0f73be;
    cursor: pointer;
    text-indent: -9999px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.steps .slick-dots li.slick-active{
    background: #62a4d4;
    cursor: default;
}
@media (max-width: 1023px){
   .stage span{
       line-height:15px;
       font-size:8px;
}
}