@media only screen and (max-width: 600px) {
.top-header_inner ul.menu
{
display: none;
position: absolute;
top: 37px;
left: 0px;
right: 0px;
background-color: #003157;
}
.menuToggle
{
display: inline-block;
float: right;
}
.top-header_inner ul.menu li
{
width: 100%;
float: left;
padding: 10px 0px;
border-bottom: 1px solid #072842;
}
.top-header_inner ul.menu li a
{
color: #fff;
padding: 10px 10px;
}
ul.menu li:hover > ul
{
position: static;
z-index: 9;
width: 100%;
float: left;
background-color: #022846;
}
.header-right
{
padding: 0px !important;
}
.top-header-right .com-btn
{
width: 100%;
float: left;
text-align: center;
border-radius: 0px;
}
}