try this code
.ast-primary-sticky-header-active .main-header-bar-navigation .main-header-menu .sub-menu, .ast-primary-sticky-header-active .main-header-bar-navigation .main-header-menu .sub-menu .menu-link, .ast-primary-sticky-header-active .main-header-bar-navigation .main-header-menu .sub-menu .menu-item > .ast-menu-toggle {
color: #5e5a5a; /* or whatever you want */
background-color: white; /* or whatever you want */
}
I discovered this code and My issue was resolved by using this code.