/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
	.navbar-nav .nav-item.dropdown .dropdown-menu {
		border: none;
		background-color: inherit;
	}
	.navbar-nav .nav-item.dropdown .dropdown-menu .dropdown-item {
		border-bottom: 1px dashed #ccc;
		padding: 10px 0;
	}
}

/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {

}