.menu-wrap {
    width: 20%;
    position: relative;
    float: left;
}
.VerticalMenu {
  width: 200px;
  cursor: pointer;
  margin: 0px 20px;
  background: #fff;
  /*border-top: 2px solid #c5c5c5;
  border-bottom: 2px solid #c5c5c5;*/
}
.VerticalMenu a{
    text-decoration: none;
}
.VerticalMenu > div {
  width: 200px;
  float: left;
}


.VerticalMenu > div > div:first-child {
  text-align: center;
  height: 51px;
  background-color: white;
  line-height: 40px;
  /* padding-right: 10px; */
  /*border-bottom: 1px solid  #e5e5e5;*/
  transition: background-color 0.1s linear;
}
.VerticalMenu .menu-active span {
    color: rgb(251, 51, 75);
}
.VerticalMenu  span{
  font-size: 14px !important;
  font-weight: 100 !important;
  font-weight: bold;
  display: block;
  margin: 0 20px;
  padding: 5px 0 5px 15px;
  letter-spacing: 0.1em;
  border-bottom: 1px solid #e5e5e5;
}
.VerticalMenu > div:last-child span{
  border-bottom: 0;
}
.VerticalMenu > div > div:first-child:hover {
  background: rgb(251, 51, 75);
}

.VerticalMenu > div > div:first-child:hover span{
  color: white;
  border-bottom: 0;
}
.VerticalMenu > div > div:first-child:hover a{
  text-decoration: none;
}
.VerticalMenu > div > div:first-child > i:last-child {
  line-height: 40px;
  float: right;
  transform: rotate(0deg);
  transition: transform 0.4s linear;
}
.VerticalMenu > div > div:last-child {
  width: 200px;
  
}
.VerticalMenu > div > div:last-child > div{
  background-color: white;
  transition: background-color 0.1s linear;
  text-align: center;
  line-height: 40px;
  
}



.VerticalMenu > div > div:last-child > div:hover {
  background-color:rgb(251, 51, 75) !important;
}
.VerticalMenu > div:first-child > div:first-child {
  /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
}
.VerticalMenu > div:last-child > div:first-child {
  /*border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;*/
}
.VerticalMenu > div:last-child::after {
  display: block;
  clear: both;
}
.nav-title{
  width: 200px;
  margin: 60px 20px 20px 20px;
  background: rgb(251, 51, 75);
}
.nav-title div{
  margin: 0px 0px 20px 35px;
  /*height: 40px;*/
  text-align: left;
  line-height: 40px;
  padding: 5px 0;
}
.nav-title span{
  font-size: 14px;
  font-weight: 100;
  color: white;
  letter-spacing: 0.1em;
}