@media only screen and (min-width: 320px) and (max-width: 479px){
	.sidebar-menu {
    	position: absolute;
    	right: 27px;
   		 top: 20px !important;
}
}
@media (min-width: 768px) and (max-width: 991px){
.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 34px !important;
}
}
@media (min-width: 600px) and (max-width: 767px){
.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 30px !important;
}
}
@media only screen and (min-width: 575px) and (max-width: 599px){
.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 27px !important;
}
}
@media only screen and (min-width: 480px) and (max-width: 574px){
.sidebar-menu {
    position: absolute;
    right: 27px;
    top: 27px !important;
}
}