if (!window.matchMedia || (window.matchMedia("(max-width: 767px)").matches)) {
$("[rel='tooltip']").tooltip();
}
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px) {
.tooltip {
display: none !important;
}
}