.mdl-layout__obfuscator { display: none; position: fixed !important; background-color: rgba(0,0,0,0.6); opacity: 1; transition-property: opacity; z-index: 17; visibility: visible; height: 100%; width: 100%; top:0px;}
.mobile-header{display:none;}
.mobile-nav-content{right: -300px; background-color: #324064; height: 100%; position: fixed; z-index: 99999; top: 0; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;  -ms-transition: all 1s; overflow: hidden; overflow-y: scroll;}
.mobile-nav-content.main{ display: block; right: 0px; z-index: 99999; width: 280px; top: 0;transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s;  -ms-transition: all 1s;border:0px;}
.mobile-nav-content ul { list-style: none; padding: 0px; margin: 0px;}
.mobile-nav-content ul li{ border-bottom: 1px solid #8e96aa; padding:10px;}
.mobile-nav-content ul li a { color: #fff; font-weight: 400; font-size: 16px; text-decoration: none; text-transform: uppercase; position: relative;font-family: "Roboto-Regular";    display: block;}
.mobile-nav-content ul li.active a{ color: #79c14f;}
.menu-overlay{position:relative;}
.show-overlay{display:block !important;}
.show-box{display:block !important;}
.mobile-drop-box{display:none;}
.mobile-drop-box.mobile-drop-box_one{display:block;}
.mob-nav-bx .mobile-slide button{ float:right;}
.mobile-slide button{ background-color:transparent; border:0px;}
.mobile-slide button i{ color: #79c14f; font-size: 22px;}
.mobile-search{width:100%;}
.mobile-search form{ position:relative;}
.mobile-search form input{ background-color: #79c14f; color: #fff !important; border: none; width: 100%; height: 40px; font-size: 16px !important; border-radius: 30px !important; padding: 0px 45px 0px 15px;}
.mobile-search form button{ position: absolute; top: 0px; right: 0px; width: 40px; height: 40px; cursor: pointer;}
.mobile-search form button i{ font-size:16px;}

.mobile-search form input::-webkit-input-placeholder { color: #fff;}
.mobile-search form input:-ms-input-placeholder { color: #fff;}
.mobile-search form input::placeholder { color: #fff;}

@media only screen and (max-width: 991px)
{
	.mobile-header{ display:block;}
}