This library will make the bootstrap nav tabs as dropdown in below 768px screensize. Demo here: https://bootstrap4-responsive-tabs.herokuapp.com/
$(function() {
$('.your-custom-navtabs').responsiveTabs();
});
Check the home.html file for your reference.