.finance-header.style-two #mega-menu-holder > ul > li > a, .finance-header.style-two #mega-menu-holder li .sub-toggle {

    color: black;
}
	.style-two .theme-main-menu.fixed {

    background: white;

}
 @media all and (min-width:481px) and (max-width: 568px) {
  /* put your css styles in here */
  .finance-header.style-two #mega-menu-holder > ul > li > a, .finance-header.style-two #mega-menu-holder li .sub-toggle {

    color: #fff;
}
}

@media all and (min-width:321px) and (max-width: 480px) {
  /* put your css styles in here */
  .finance-header.style-two #mega-menu-holder > ul > li > a, .finance-header.style-two #mega-menu-holder li .sub-toggle {

    color: #fff;
}
}

@media all and (min-width:0px) and (max-width: 320px) {
  /* put your css styles in here */
  .finance-header.style-two #mega-menu-holder > ul > li > a, .finance-header.style-two #mega-menu-holder li .sub-toggle {

    color: #fff;
	}
}
