.footer {
    width: 100%;
    margin: 0px 0 0 0;
    padding: 0px;
    float: left;
    background: #02747b;
    position: fixed;
    bottom: 0px;
    left: 0px;
    z-index: 999999;
}
.footer-copyright {
    width: 100%;
    height: 30px;
    margin: 0px;
    padding: 5px 0;
    float: left;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    text-align: center;
}
