



/******Scroll Button Code*******/



.scrollup {

    width: 60px;

    height: 60px;

    position: fixed;

    bottom: 10px;

    right: 10px;

    background-color: #FFC300;

    text-align: center;

    line-height: auto;

    padding: 10px;

    color: #fff;

    z-index: 100;

    display: none;

    border-radius: 50%;

}

