#menuDiv {
	background-color: white;
	height: 70px;
	font-size: 20px;
	font-weight: 700;
	line-height: 100%;
	position: fixed !important;
	top: 0;
	width: 100%;
	z-index: 9999;
}

#menuDiv #logoMenu {
	float: left;
	height: 94px;
	margin-left: 33px;
	margin-top: 12px;
	position: absolute;
}

#menuDiv .nav-icon {
	float: right;
	height: 100px;
	line-height: 30px;
	margin: 50px;
	width: 120px;
}

#menuDiv .nav-icon span {
	background-color: black;
	display: inline-block;
	height: 10px;
	width: 100%;
}

#menuDiv .dropDownIcon {
	height: 40px;
	margin-top: 45px;
	position: absolute;
	right: 30px;
}

#menuDiv .menu {
	list-style: none;
}

#menuDiv .menu ul {
	list-style: none;
}

.menu ul {
	display: none;
}

#menuDiv .menu a {
	text-decoration: none;
}

#menuDiv #menuModal {
	--bs-modal-border-width: 0;
}