.h-mobile-icons,.h-mobile-tel{
	display:none;	
}
@media only screen and (max-width:992px) {
	.h-mobile{
		float:left;
		display:flex;
		align-items: center;
	}
	.h-mobile-tel{
		display:block;	
		margin-left:15px;
	}
	.h-mobile-icons{
		display:block;	
		margin-left:15px;
	}
	.h-mobile-tel .fa-phone{
		margin-right:4px;
	}
}

@media only screen and (max-width:767px) {

}


@media only screen and (max-width:680px) {
	.h-mobile-tel .tel-num{
		display:none;
	}
}

@media only screen and (max-width:520px) {

}


@media only screen and (max-width:480px) {

}