Hi
I added this custom CSS on your site to show this section on small screen size:
@media (max-width: 991px){
#t4-section-1 .t4b-header.t4b-header-4 .header-info {display: block;}
.t4b-header.t4b-header-4 .t4b-header-menu {display: block !important;}
}
However, it looks like you're trying to show the megamenu on mobile view which will not work that way as it supports desktop view only.