@media only screen and (max-width: 600px) {
.wrapper
{
margin-top: 0px;
}
.menu-bar_inner ul.menu
{
display: none;
position: absolute;
top:10%;
left: 0px;
right: 0px;
z-index: 9;
background-color: #000;
}
.menuToggle
{
display: inline-block;
float: left;
padding: 10px 12px;
}
.header ul.header_right
{
float: right;
width:unset;
}
.menu-bar_inner ul.menu li
{
width: 100%;
float: left;
padding: 10px 0px;
border-bottom: 1px solid #072842;
}
.menu-bar_inner ul.menu li a
{
color: #fff;
padding: 10px 10px;
}
ul.menu li:hover > ul
{
position: static !important;
z-index: 9;
width: 100% !important;
float: left;
background-color:#191919 !important;
}
.menu_bar .menu_bar_in
{
width: 100%;
float: left;
background: #e0e0e0;
box-shadow: 0px 0px 18px 3px #c9c9c9;
}
.menuToggle .fa-bars
{
font-size: 20px;
color: #797979;
}
.header .search
{
height: 49px;
position: relative;
}
.header .btn_black
{
position: absolute;
/* right: 0px; */
left: 85%;
height: 48px;
width: 12%;
line-height: 28px;
text-align: center;
font-size: 27px;
}
.feature_banner_img
{
padding: 5px 0px;
}
.footer_box
{
height: 211px;
}


}