  #scrolltop-button {
    display: none;
    width: 70px;
    line-height: 17px;
    height: 55px;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 99;
    font-size: 25px;
    border: none;
    outline: none;
    background-color:#1D4F48;
    color: white;
    cursor: pointer;
    padding: 3px;
    border-radius: 2px;
}

.topbutton-style {
    display: block;
    font-size: 12px;
}

#scrolltop-button:hover {
    background-color: #1D4F48;
}


@media (max-width: 576px) {
    #scrolltop-button {
        display: none !important;
    }
}

@media (min-width: 768px) {
    #scrolltop-button {
        bottom: 615px;
    }
}

@media (min-width: 992px) {
    #scrolltop-button {
        bottom: 783px;
    }
}

@media (min-width: 1200px) {
    #scrolltop-button {
        bottom: 15px;
    }
}

@media (min-width: 1300px) {
    #scrolltop-button {
        right: 0px;
        bottom: 15px;
    }
}

@media (min-width: 1400px) {
    #scrolltop-button {
        bottom: 15px;
    }
}

@media (min-width: 1800px) {
    #scrolltop-button {
        bottom: 15px;
    }
}
