/*.scrollbar
{
	margin-left: 30px;
	float: left;
	height: 300px;
	width: 65px;
	background: #F5F5F5;
	overflow-y: scroll;
	margin-bottom: 25px;
}
.force-overflow
{
	min-height: 450px;
}
#wrap
{
	text-align: center;
	width: 500px;
	margin: auto;
}


#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #D62929;
}*/
::-webkit-scrollbar {
    width: 12px;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3); 
    border-radius: 10px;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.5); 
}
.mobile-menu .cd-menu-icon{
	background-color: #5d5a5a;
}
.mobile-menu .cd-primary-nav-trigger .cd-menu-icon::before, .mobile-menu .cd-primary-nav-trigger .cd-menu-icon:after{
	background-color: #5d5a5a;
}
#myBtn {
    display: none; 
    position: fixed;
    bottom: 20px; 
    right: 30px; 
    z-index: 1000; 
    border: none; 
    outline: none; 
    
    color: white; 
    cursor: pointer; 
    padding: 15px; 
    border-radius: 10px; 
	width:80px;
	height:80px;
	
	
	
	
}

#myBtn:hover {
    background-color: rgba(153, 162, 194, 0.5); /* Add a dark-grey background on hover */
}