a.satisfaction-survey {
    padding: 11px 11px 13px 13px;
    outline: none;
    border-radius: 5px;
    background: #52a086;
    color: #FFF;
    font-size: 16px;
    display: block;
    position: fixed;
    right: 2%;
    bottom: 45px;
    top: auto;
    margin-left: -25px;
    text-decoration: none;
    box-shadow: 0px 2px 6px 1px rgba(123, 123, 123, 0.25);
    transition: transform 0.25s;
    font-size: 14px;
    z-index: 9999;
}