.map-menu {
    -moz-transition: all .5s;
    -webkit-transition: all .5s;
    transition: all .5s;
    
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    text-transform: uppercase !important;
    background-color: #2a8794  !important;
    border: 1px solid #3d8a95  !important;
    color: #fff !important;
    font-size: 14px !important;
}
.map-menu2{
 background-color: #085f90 !important;
 border: 1px solid #085f90 !important;
color: #fff !important;
}
.vertical-tree {
padding-top: 10px;
padding-bottom: 10px;
}

.vertical-tree ul {
padding-left: 45px;
margin: 0;
}
.vertical-tree li {
margin: 0px 0;
list-style-type: none;
position: relative;
padding: 10px 5px 0px 4px;
}
.vertical-tree-span {
font-weight: 700;
color: #91abc5;
text-align: center;
font-size: 32px;
position: absolute;
top: 3px;
left: -43px;
}
.vertical-tree li::before {
content: '';
position: absolute;
top: 0;
width: 1px;
height: 100%;
right: auto;
left: -20px;
border-left: 2px solid #085f90;
bottom: 50px;
}
.vertical-tree li::after {
content: '';
position: absolute;
top: 26px;
width: 24px;
height: 20px;
right: auto;
left: -20px;
border-top: 2px solid #085f90;

}.vertical-tree li a {
display: inline-block;
padding: 5px 20px;
text-decoration: none;
background-color: #6cdded4a;
    color: #000000;
    border: 1px solid #cff9ff;
font-size: 12px;
border-radius: 4px;
font-weight: 500;
}
.vertical-tree > ul > li::before, .vertical-tree > ul > li::after {
border: 0;
}
.vertical-tree li:last-child::before {
height: 27px;
}
.vertical-tree li a:hover, .vertical-tree li a:hover+ul li a {
    background-color: #074157;
    color: #ffffff;
    border:1px solid #4789a3;
    -moz-transition: all .5s;
  -webkit-transition: all .5s;
  transition: all .5s;
  
  -moz-transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}
.vertical-tree li a:hover+ul li::after, .vertical-tree li a:hover+ul li::before, .vertical-tree li a:hover+ul::before,
.vertical-tree li a:hover+ul ul::before {
border-color: #80deeb  !important;
-moz-transition: all 1s;
  -webkit-transition: all 1s;
  transition: all 1s;
  
  -moz-transition-delay: 0.5s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}