/*
Theme Name: TeleDiets
Theme URI: https://nuhatech.org
Description: A custom theme built for TeleDiets by Nuhatech.org
Author: Nuhatech
Author URI: https://nuhatech.org
Version: 1.0.0
*/

body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
	
}
.ntnashow {
	display: none;
}
@media (max-width:1024px) {
	.ntnashow {
	display: block;
}
}