.mobile_menu_new{
	display: none;
}

.mobile_header_top{
	background: #F7B500;
	height: 30px;
	margin:0;
}

.mobile_header_top h5{
	text-align: center;
	line-height: 30px;
	font-family: 'HelveticaNeue-bold-b', arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	color: #fff;
}

.mobile_header_top h5 span{
	font-family: 'HelveticaNeue-regular-final', arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	line-height: 30px;
	color: #fff;
}

.mobile_header_bottom{
	min-height: 56px;
	border-bottom:1px solid #E1E1E6;
}

.mobile_header_bottom .navbar-light .navbar-toggler-icon{
	height: 2px;
}

.mobile_menu_new.dark-menu .mobile_header_bottom{
	background: #000;
}

.mobile_menu_new.dark-menu .mobile_header_bottom .navbar-light .navbar-toggler-icon{
	background: #fff;
}

.mobile_menu_new .navbar-light .navbar-toggler[aria-expanded=true] span.navbar-toggler-icon:first-child,
.mobile_menu_new .navbar-light .navbar-toggler[aria-expanded=true] span.navbar-toggler-icon:last-child{
		background: #000;
	}

.mobile_menu_new.dark-menu .navbar-light .navbar-toggler[aria-expanded=true] span.navbar-toggler-icon:first-child,
.mobile_menu_new.dark-menu .navbar-light .navbar-toggler[aria-expanded=true] span.navbar-toggler-icon:last-child{
		background: #fff;
	}

/*.mobile_menu_new .logo-dark-mode{
	display: none;
}

.mobile_menu_new.dark-menu .logo-white-mode{
	display: none;
}

.mobile_menu_new.dark-menu .logo-dark-mode{
	display: block;
}*/

	header.mobile_menu_new .navbar{
		padding: 0;
		min-height: 56px;
	}

	header.mobile_menu_new .navbar-light .navbar-toggler{
	left: 15px;
    background: transparent;
    right: inherit;
    top: 12px;
    position: absolute;
    z-index: 11;
	}

	header.mobile_menu_new .navbar-collapse{
    position: absolute;
    top: 55px;
    width: 100%;
    right: inherit;
    left: 0;
    z-index: 10;
    background: #fff;
    color: #000;
	}

	header.mobile_menu_new .navbar-light .navbar-nav .nav-link{
		color: #404040;
		font-size: 14px;
		line-height: 55px;
		font-family: 'HelveticaNeue-regular-final', arial, sans-serif;
		border-bottom: 1px solid #E1E1E6;
	}

	header.mobile_menu_new .menu_white_part{
		width: 100%;
		text-align: center;
	}

	header.mobile_menu_new .menu_dark_part{
		width: 100%;
		text-align: center;
	}

	header.mobile_menu_new .logo{
		margin: 0;
	    display: inline-block;
	    position: absolute;
	    left: 50%;
	    transform: translateX(-50%);
	    -moz-transform: translateX(-50%);
	    -webkit-transform: translateX(-50%);
	    -ms-transform: translateX(-50%);
	    -o-transform: translateX(-50%);
	}

	header.mobile_menu_new .call{
		float: right;
	}

	header.mobile_menu_new.dark-menu .menu_white_part{
		display: block;
	}

	header.mobile_menu_new.dark-menu .menu_black_part{
		display: none;
	}

	header.mobile_menu_new .menu_white_part{
		display: none;
	}

	header.mobile_menu_new .menu_black_part{
		display: block;
		width: 100%;
		text-align: center;
	}

header.mobile_menu_new .call{
	float: right;
    margin: 0 12px 0 0;
}

@media (max-width: 767px){

	.mobile_menu_new{
	display: block;
	}

	header.main{
		display: none;
	}

}