@media screen and (max-width: 991.98px) {

/*starts demo.css classes*/

html,
body {
	padding: 0;
	margin: 0;
}
body {
	background-color: #fff;
	font-family: Arial, Helvetica, Verdana;
	font-size: 14px;
	line-height: 22px;
	color: #666;
	position: relative;
	-webkit-text-size-adjust: none;
}
/*h1, h2, h3, h4, h5, h6 {
	line-height: 1;
	font-weight: bold;
	margin: 20px 0 10px 0;
}
h1, h2, h3 {
	font-size: 18px;
}
h4, h5, h6 {
	font-size: 16px;
}
p {
	margin: 0 0 10px 0;
}
a, a:link, a:active, a:visited, a:hover {
	color: inherit;
	text-decoration: underline;
}

nav:not(.mm-menu) {
	display: none;
}

.header,
.content,
.footer {
	text-align: center;
}
.header,
.footer {
	background: #4bb5ef;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	line-height: 44px;

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 44px;
	padding: 0 50px;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	width: 28px;
	height: 18px;
	padding: 11px;
	margin: 2px;
	position: absolute;
	top: 0;
	left: 0;
}*/
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #fff;
	height: 2px;
}
.header a span {
	background: #fff;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}

/*ends demo.css classes*/



.mm-menu {
        --mm-listitem-size: 60px;
        --mm-color-text: #4d4d4d;
    }
.mm-menu a:hover {
	border-left: 3px solid #127ca3;
	padding-left: 17px;
}
#my-page {
	    background-color: #fff;
	 margin-top: 0px;
	 overscroll-behavior: none;
    /*padding-top: 80px;*/
   /* padding-bottom: 150px;*/
}
#logo-mobile {
	float: left;
    left: -32px;
    position: relative;

}
.logo {
    height: 55px !important;
    margin-top: 18px;
}
#header-stay {
	position: fixed;
	    z-index: 100;
	    top: 0;
}

.call-us-mobile-btn {
	background-color: #4d4d4d !important;
    color: #ffffff !important;
    font-weight: 700 !important;
    padding: 10px 6px !important;
    text-align: center !important;
    margin: 16px auto !important;
    font-family: 'Open Sans', sans-serif;
    display: block !important;
    border: 2px solid #4d4d4d !important;
    width: 90% !important;
}

.call-us-mobile-btn:hover {
	border: 2px solid #4d4d4d !important;
	background-color: #ffffff !important;
    color: #4d4d4d !important;
    font-weight: 700 !important;
    padding: 10px 6px !important;
    text-align: center !important;
    margin: 16px auto !important;
    display: block !important;
    width: 90% !important;
}
.mm-navbar__title {
	text-transform: uppercase !important;
	font-weight: 700 !important;
	color: #4d4d4d !important;
}
.mm-navbar__title:hover, .mm-btn_prev:hover {
	border: 0px !important;

}


.mm-listitem_selected>.mm-listitem__text {
	background: #fff !important;
}

.margin-fix-page-bottom {
	padding-bottom: 300px !important;
}

#logo-navigation {
    height: 50px !important;
    padding: 10px 0px 10px 17px !important;
    opacity: 1 !important;
    margin: 0 !important;
}
#logo-navigation:hover {
    height: 50px !important;
    padding: 10px 0px 10px 17px !important;
    opacity: 1 !important;
    margin: 0 !important;
}
#mm-0 > div.mm-navbar > a.mm-navbar__title {
	padding: 10px 0px 10px 0px !important;
}

.btn-alert {
    font-size: 12px !important;
    background-color: #4d4d4d !important;
    border: 2px solid #4d4d4d !important;
    padding: 7px 0px !important;
}
#hide-white {
	background-color: #be1e2d;
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    z-index: -300;
}



.header {
    background: #ffffff;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 44px;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 80px;
    padding: 0 50px 0 50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2) !important;
}

#hamburger-btn {
    display: block;
    width: 47px;
    height: 40px;
    padding: 4px;
    position: relative;
    float: right;
    margin: 21px -39px 0px 0px;
}

#hamburger-btn:before, #hamburger-btn:after {
    content: '';
    display: block;
    background: #4d4d4d;
    height: 2px;
}


#hamburger-btn span {
    background: #4d4d4d;
    display: block;
    height: 2px;
    margin: 11px 0;
}


.mm-listitem a{
	color: #4d4d4d !important;
}






} /*this bracket ends the media query*?