/*Scroll-To-Top-Icon*/
.scrollToTop {
    position: fixed;
    bottom: 20px;
    right: 0px;
    display: none;
    width: 20px;
    height: 20px;
  font-size: 0;
    background: url(/images/Template/Icon-top.svg) center center no-repeat;
}