/*start of back to top button styling*/
.btn-top {
    cursor: pointer;
    color: #ffffff !important;
    background-color: #096F48;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    vertical-align: middle;
    border: 0;
    padding: .5rem 1rem;
    font-size: 1.5em;
    line-height: 1.5;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 5px;
    opacity: 1 !important;
    border-color: #fff;
    border-style: solid;
    border-width: thin;
}

.btn-top:hover {
    background: #053b59;
}

.go-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
    z-index: 999;
}

/*end of back to top button styling*/

