@media screen and (min-width: 768px) and (max-width: 1024px) {
	
.offCanvas-toggle.offCanvas-toggle-three {
    position: absolute;
	margin-left: fixed;
    top: 70px;       
    right: 20px;     
    z-index: 9999;   
}
	
	body.mobile-menu-visible .offCanvas-toggle.offCanvas-toggle-three {
  display: none !important;
}
.tg-flaticon-menu-1 {
  display: none !important;
}
.offCanvas__overly.active {
    visibility: hidden;
}
	
	
}

