My below suggestion will help to drop search module in mobiles and tablets
Open templates/ja_nex/ja_puresite/templates.css file
Add new below script
@media (max-width: 767px) {
div.big-border div.moduletable-inner, div.big-border div.moduletable-inner {
border: 0px solid #f5f6f7;
}
div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
display: none;
}
}
@media(min-width: 768px) and (max-width: 1024px) {
div.big-border div.moduletable-inner, div.big-border div.moduletable-inner {
border: 0px solid #f5f6f7;
}
div.ja-moduletable .ja-box-ct, div.moduletable .ja-box-ct {
display: none;
}
}
Remember to clear cache from Admin area