jquery scroll down hamburger menu button
<style>
body {
height: 2000px;
background-color: #607D8B;
color: #fff;
}
.backTop-btn {
position: fixed;
right: 20px;
bottom: 20px;
text-align: center;
color: #795548;
text-decoration: none;
background-color: #fff;
padding: 10px 20px;
border-radius: 40px;
font-size: 18px;
border-bottom-left-radius: 0px;
border-top-right-radius: 0px;
border: 3px solid #FFC107;
box-shadow: 0px 0px 8px 2px #5a5a5a;
display: none;
}
</style>