﻿.scrolltotopcss {
    z-index: 999;
    cursor: pointer;
    position: fixed;
    border: 0;
    border-radius: .6rem;
    height: 55px;
    width: 55px;
    right: 37px;
    padding-top: 15px;
    background-color: #2DBFB7;
    display: none;
    color: #fff;
    fill: white;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,.4);
}


@media (max-width: 767.98px) {
    .scrolltotopcss {
        right: 13px !important;
    }
}




.scrolltotopcss:hover {
    background-color: rgba(29, 124,118,1);
    transition: background-color .25s;
    color: white;
}
