.menu-header{
padding: 0;
display: flex; 
margin-bottom: 0;   
}
.menu-header li{
margin-right: 0px;
list-style: none; 
display: flex;
    align-items: center;
    position: relative;
        text-align: center;


}      

body .call {
          width: 76px;
    height: 78px;
}


.menu-header li:last-child{
   padding-right:26px;
   
  }
  
  .menu-header li:first-child{
           width:120px;
               margin-right: 50px;
  }
  
  .menu-container {
    
    height: 78px!important;
    
    
    }
    
 .menu-header li:nth-child(2){
    width: 74px;


 
 
 
}
  
  
   .menu-header li:nth-child(4){
    width: 172px;


 
 
 
}


 .menu-header li:nth-child(3){

width: 214px;
}

.menu-header li:nth-child(5){
 width: 329px;
 background: #FFB700;
 padding-left:26px;
 padding-right:26px;
 margin-right:27px;

 
 
 
}

.menu-header li:nth-child(6){

 padding-right:26px;
}



.menu-header li li:nth-child(5){
    padding-left:initial;
 padding-right:initial;
}




.menu-header li:nth-child(5) a{
     color: #002E40;          
}

.menu-header li:nth-child(5):hover a{
     color: #002E40;          
}







.menu-header li li:nth-child(5){
    width:initial;
    background:none;
    
} 


.menu-header li ul li{
  text-align: left;
}








.menu-header li li:nth-child(5) a{
  color: #A5A5A5 !important;
}


  
.menu-header li a{         
font-weight: bold;
font-size: 14px;
line-height: 19px;
text-transform: uppercase;
color: #FFFFFF;
text-decoration: none;
-webkit-transition: all 0.1s ease 0.1s;
-o-transition: all 0.1s ease 0.1s;
transition: all 0.1s ease 0.1s;
display: flex;
height: 100%;
align-items: center;        
} 
.menu-header li:hover a{
color: #FFB700;
}
.root-item-selected{
color: #FFB700 !important;
}

.menu-header li:nth-child(5) .root-item-selected{
 color: #002E40!important;
}

.menu-header li:nth-child(5)  li{
    width: auto;
}

@media (max-width: 1199px){
.menu-header{
  display: none;
}
}

.menu-header ul{
  display: none;
  position: absolute;
  top: 100%;
  background: #F6F6F6;
  padding: 24px 0px 15px 30px;
  z-index: 9;
  white-space: nowrap;
  left: -20px;
}
.menu-header ul li a{
  font-weight: 700;
  font-size: 13px;
  line-height: 21px;
  /* identical to box height, or 163% */

  letter-spacing: 0.15em;
  text-transform: uppercase;
  margin-bottom: 12px;
  padding-right: 15px;
  color: #A5A5A5 !important;
}

.menu-header li:hover ul{
  display: block;
}

.menu-header ul li a:hover{  
  color: #002E40 !important;
}
.menu-header ul li.item-selected a{  
  color: #002E40 !important;
}