.sec-top{
    margin-top: 150px;
}

.float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 30px;
    top: 600px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float{
    margin-top:16px;
}

.mar1{
    margin-top: 90px;
}

.mar2{
    margin-bottom: 50px;
}

.fo1{
    margin-top: 15px;
    font-size: 20px;
    line-height: 30px;
    padding-bottom: 10px;
    border-bottom: 1px dashed #e5e4e4;
    margin-bottom: 50px;
}

.fo2{
    color: #c53d3d;
    text-decoration: underline;
}

.bg1{
    float: l
    background-image: url("images/pages/page-bg-1.jpg");
}