navMVD {
  background: #1882CC;
  border: 0px solid #ccc;
  border-right: none;
  border-bottom: 6px solid #7C9F3D;
  width: 100%;
  margin-bottom: 20px;
  
}

navMVD ul {
  margin: 0;
  padding: 0;
  margin: 0 0 0 0 !important
}

navMVD ul li {
  list-style: none;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 0px solid #ccc;
  margin: 0 0px 0 0px !important;

}




navMVD ul li.current {
  list-style: none;
  text-align: center;
  border-left: 1px solid #fff;
  border-right: 0px solid #ccc;
  background: #7C9F3D;
  margin: 0 0 0 0 !important;
}

navMVD ul li:hover {
  background: #7C9F3D;
  border-left: 1px solid #fff;
  border-right: 0px solid #ccc;  
}

navMVD ul li:first-child {
  border-left: none;
}

navMVD ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 7px;
  font: 12px Arial,sans-serif !important;
  text-transform: uppercase;
    color: #FFF !important;
    margin: 0px;
    text-align: center;
}


navMVD {
  display: table;
  table-layout: fixed;
}

ul.mvd {
  display: flex;
  flex-direction: row;
}

ul.mvd li {
    flex-grow: 1;
	list-style: none;
}

.x {
  display: none;
}

.p {
  text-align: center;
  font-size: 14px;
  margin-top: 80px;
}

.d {
  color: #ccc;
}

@media only screen and (max-width: 990px) {
	
	navMVD ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  font: 12px Arial,sans-serif !important;
  text-transform: capitalize;
    color: #FFF !important;
    margin: 0px;
    text-align: center;
}
	
}


@media all and (max-width: 767px) {
navMVD ul li a {
  display: block;
  text-decoration: none;
  padding: 10px 0;
  font: 12px Arial,sans-serif !important;
  text-transform: uppercase;
    color: #FFF !important;
    margin: 0px;
    text-align: center;
}

 ul.mvd {
    display: block;
  }

  navMVD {
    font-size: .8em;
  }
  
  navMVD ul li {
    display: block;
    border-bottom: 1px solid #ccc;
  }

}


@media (max-width: 430px) {
  
  ul.mvd {
    display: block;
  }

  navMVD {
    font-size: .8em;
  }
  
  navMVD ul li {
    display: block;
    border-bottom: 1px solid #ccc;
  }

}