header.template-header .header-items .sub-nav ul li:not(.website-phone) {
    display: none;
}

@media only screen and (max-width: 1170px) {
	header.template-header .header-items .sub-nav ul .d-md-none {
	    display: none;
	}
}