/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 08 2026 | 04:53:23 */
.mobile-menu {
		display:none;
	}

@media screen and (min-width: 768px) and (max-width: 1024px) {
.mobile-menu {
	display:block !important;
}
.elementor-element.elementor-element-18fd3f4.e-con-full.e-flex.e-con.e-child {
  display: none;
}
}
@media only screen and (max-width: 767px) {
	
.mobile-menu {
	display:block !important;
}
.elementor-element.elementor-element-18fd3f4.e-con-full.e-flex.e-con.e-child {
  display: none;
}
	.pc-menu {
		display:none !important;
	}
	.header_contect {
		display: none;
	}
}