.dropdown-submenu {
    
    list-style: none;
    background-color: #fff;
    
  }

  .dropdown-submenu>li>a {
    display: block !important;
    color: black !important;
    white-space: nowrap;
    padding: 3px 20px;
    /* padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap */
}

.dropdown-submenu>li>a:hover {
    color: #06432E !important;
    font-weight: bold;
    font-size: 16px;
    background: white !important;

    /* border-bottom: solid 1px; */
}

@media (max-width: 990px ){
    .dropdown-submenu>li>a {
        white-space: normal !important;
        padding: 3px 10px !important;
    }
}
