/* css reset start */
body, dd, dl, form, h1, h2, h3, h4, h5, h6, input, ol, p, ul {
    margin: 0;
    padding: 0;
}
a {
    text-decoration: none;
    outline: none;
}

a:hover {
    text-decoration: none;
}

li {
    list-style: none;
}

em, i {
    font-style: normal;
}

img {
    border: none;
    vertical-align: middle;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear:after {
    content: "";
    height: 0;
    visibility: hidden;
    display: block;
    clear: both;
}

input {
    outline: none;
    border: none;
    background: transparent;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}
/* css reset end */

.header-top .container .right {
    margin-top: 10px;
}

.flow {
    padding: 50px 0px;
}
 
.flow .flow-img {
    text-align: center;
}
.flow .flow-img img{
    width:100px;
}
.flow .step-img{
    text-align: center;
}
.flow .step-img img {
    margin-top:10px;
}
.flow .flow-span{
    text-align:center;
    padding-top: 20px;
    font-size:16px;
    height: 86px;
}
/*.flow .flow-span>a{
    height: 40px; 
    border: 1px solid #7FCC2C; 
    font-size: 14px; 
    padding: 3px 20px;
    border-radius: 20px;
}*/
.try-it {
   
    padding: 50px 0px;
}
.try-it .try-title{
    color: #fff;
    font-size: 26px;
    word-spacing: 5px;
}
.try-it .try-body{
    color: #fff;
    margin: 30px 0px;
    font-size: 14px;
}
.try-it .try-footer>a{
    padding: 10px 50px;
    color: #fff;
    font-size: 18px;
    border: 1px solid #E5F7CD;
    display: inline-block;
    outline:none;
}
.try-it .try-footer>a:hover{
    background-color:#78bd2e
}
.desc {
    border-bottom: 1px solid #e7e7e7;
    padding: 70px 0px;
}
.desc .title{
    text-align:center;
    font-size:26px;
    margin-bottom:30px;
    font-weight: 600;
}
.desc p {
    text-align: center;
    font-size: 16px;
}
.desc p.first {
   padding: 0px 20px 20px 20px;
}
