/* Custom Styles */

.test_bhanu {
  display: none;
  width: 600px;
    background: red;
    
}

.dropdown .dropdown__menu > :first-child a:hover + .test_bhanu {
     display: block !important;
}


.dropdown .dropdown__menu > :first-child a:hover .test_bhanu {
     display:block !important;
 /*color: #F54C1E !important;*/
 /*   border-bottom: 2px solid #F54C1E;*/
}


