@media screen and (max-width: 468px){
	#smartant-header{height: 104px;}
	#smartant-header>div{width: 97%;height: 86px;margin: 9px 1.5%;grid-template-columns: 1fr 1fr 1fr;}
	#smart-ant-header-logo-mobile img{height: 65px;}
	#smart-ant-meta{gap: 10px;}
	#smart-ant-meta img,#mobile-hamburger-menu img{width: 20px;}
	#smart-ant-header-nav-menu{top: 86px;}
}
@media screen and (max-width: 768px) and (min-width: 469px){
	#smartant-header{height: 110px;}
	#smartant-header>div{width: 94%;height: 94px;margin: 8px 3%;grid-template-columns: 1fr 1fr 1fr;}
	#smart-ant-header-logo-mobile img{height: 74px;}
	#smart-ant-meta{gap: 11px;}
	#smart-ant-meta img,#mobile-hamburger-menu img{width: 24px;}
	#smart-ant-header-nav-menu{top: 94px;}
}
@media screen and (max-width: 992px) and (min-width: 769px){
	#smartant-header{height: 120px;}
	#smartant-header>div{width: 94%;height: 100px;margin: 10px 3%;grid-template-columns: 1fr 1fr 1fr;}
	#smart-ant-header-logo-mobile img{height: 80px;}
	#smart-ant-meta{gap: 10px;}
	#smart-ant-meta img,#mobile-hamburger-menu img{width: 28px;}
	#smart-ant-header-nav-menu{top: 100px;}
	
}

#smartant-header>div{
	position: fixed;
	top: 0;
	left: 0;
}

#smart-ant-header-logo-desktop{
	display: none !important;
}
#smart-ant-header-logo-mobile{
	display: flex;
	align-items: center;
	justify-content: center;
}
#smart-ant-header-logo-mobile img{
	width: auto;
}
#smart-ant-header-nav-menu{
	height: 0;
	overflow: hidden;
	position: absolute;
	transition: height 0.5s ease-in-out;
	z-index: 9998;
	background-color: var(--white);
	opacity: 0.9;
}
#smart-ant-menu-box-nav{
	display: flex;
	align-items: center;
	justify-content: center;
}
#mobile-hamburger-menu>lable{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
}