#footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;   /* Height of the footer */
    background: #6cf;
}

.container {
    height: 200px;
    position: relative;
}

.vertical-center {
    margin: 0;
    position: absolute;
    right:50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.lp-button-div {
    height: 75;display: flex;
    justify-content: center;
}

.lp-share-btn {
    width: 50;
    background-color:#2654b9!important;
    border-color:#2654b9!important;
}

.lp-goto-btn {
    width: 200;
}

.lp-button {
    background-color: #F37637;
    color: white;
    border-color: #F37637;
    border-radius: 5px;
    border-style: solid;
    height: 40;
    font-family: revert;
    font-size: 14px;
    font-weight: 400;
    top: 299px !Important;
}