Hi There,
You can add this under Custom > CSS in the Customizer.
@media (max-width: 979px) {
.x-nav-tabs.top>li.x-nav-tabs-item,
.x-nav-tabs.left>li.x-nav-tabs-item,
.x-nav-tabs.right>li.x-nav-tabs-item {
border-width: 0 !important;
}
}
Hope it helps, Cheers!