.el-mobile_menu_content {
	top: 0px;
	bottom: 0;
	right: -350px;
	height: 100vh;
	z-index: 101;
	position: fixed;
	width: 280px;
	overflow-y: scroll;
	background-color: #fff;
	padding: 70px 0px 40px;
	box-shadow: 0px 3px 5px rgba(100, 100, 100, .19);
	transition: all 0.5s ease-in;
	.el-mobile-main-navigation {
		width: 100%;
		.navbar-nav {
			width: 100%;
		}
	}
	.navbar-nav .dropdown-menu {
		position: static !important;
		transform: none !important;
	}
	.el-mobile-main-navigation .navbar-nav li {
		width: 100%;
		display: block;
		transition: .3s all ease-in-out;
		border-bottom: 1px solid #dcdcdc;
		&:first-child {
			border-top: 1px solid #dcdcdc;
		}
		a {
			color: #000;
			padding: 0;
			width: 100%;
			display: block;
			font-size: 14px;
			font-weight: 400;
			padding: 5px 30px;
			text-transform: uppercase;
		}
	}
	.m-brand-logo {
		width: 160px;
		margin: 0 auto;
		margin-bottom: 30px;
	}
}
.el-mobile_menu_wrap.mobile_menu_on .el-mobile_menu_content {
	right: 0px;
	transition: all 0.7s ease-out;
}
.mobile_menu_overlay {
	top: 0;
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 100;
	right: 0%;
	height: 120vh;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0, 0, 0, .9);
	transition: all .5s ease-in-out;
}
.mobile_menu_overlay_on {
	overflow: hidden;
}
.el-mobile_menu_wrap.mobile_menu_on .mobile_menu_overlay{
	opacity: 1;
	visibility: visible;
}
.el-mobile_menu_button {
	position: absolute;
	display: none;
	right: 20px;
	cursor: pointer;
	line-height: 40px;
	color: $base-color2;
	text-align: center;
	font-size: 30px;
	top: -60px;
	z-index: 5;
}
.el-mobile_menu{
	.el-mobile-main-navigation .navbar-nav li a:after {
		display: none;
	}
	.el-mobile-main-navigation .dropdown > .dropdown-menu {
		opacity: 1;
		visibility: visible;
	}
	.el-mobile_menu_content .el-mobile-main-navigation .navbar-nav {
		.dropdown-menu {
			border: none;
			display: none;
			transition: none;
			box-shadow: none;
			padding: 5px 0px;
			width: 100%;
			border-top: 1px solid #dcdcdc;
			li {
				border: none;
				padding: 0 20px;
				line-height: 1;
			}
		}
	}
	.dropdown {
		position: relative;
		.dropdown-btn {
			position: absolute;
			top: 0px;
			right: 0;
			height: 35px;
			padding: 5px 10px;
			&:before {
				content: '';
				position: absolute;
				height: 100%;
				width: 1px;
				top: 0;
				left: 0;
				background-color: #dcdcdc;
			}
		}
	}
	.el-mobile_menu_close {
		color: #d60606;
		cursor: pointer;
		top: 15px;
		left: 15px;
		font-size: 20px;
		position: absolute;
	}
}
.mobile-contact-info {
	margin: 30px 0px 10px;
	li {
		color: #222;
		i {
			color: $base-color2;
			margin-right: 5px;
		}
	}
}
.mobile-follow {
	margin-bottom: 30px;
	span {
		font-size: 18px;
		font-weight: 700;
		color: #222;
		display: block;
		margin-bottom: 10px;
	}
	li {
		width: 30px;
		color: #fff;
		height: 30px;
		text-align: center;
		border-radius: 100%;
		background-color: $base-color2;
	}
}
.mobile-consult-btn {
	color: #fff;
	height: 40px;
	width: 150px;
	margin: 0 auto;
	font-weight: 700;
	line-height: 40px;
	text-align: center;
	background-color: $base-color2;
}
.mobile-search {
	padding: 20px;
	margin-bottom: 25px;
	.form-item input {
		width: 100%;
		height: 50px;
		outline: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0px 20px;
		padding-right: 50px;
		border: 1px solid $base-color2;
		background-color: #ffffff;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
	}
	button {
		top: 50%;
		right: 0px;
		z-index: 1;
		right: 10px;
		width: 30px;
		height: 30px;
		font-size: 18px;
		line-height: 30px;
		position: absolute;
		text-align: center;
		color: #808080;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		background-color: #ffffff;
		-webkit-transition: all 0.3s ease-in-out;
		-o-transition: all 0.3s ease-in-out;
		transition: all 0.3s ease-in-out;
		border: none;
	}
}