/** ------------------------------------------------------------------
							Wrapper Screen
------------------------------------------------------------------ **/
@media only screen and (min-width: 769px) and (max-width: 1444px) {
.footer_quote h2 {
	font-size: 25.2px;
}
}


/** ------------------------------------------------------------------
							Tab Screen
------------------------------------------------------------------ **/
@media only screen and (max-width: 991px) {}


/** ------------------------------------------------------------------
							Mobile Screen
------------------------------------------------------------------ **/
@media only screen and (max-width: 768px ) {
.desktopview {
	display: none;
}
.mobileview {
	display: block;
}
.header-mobile-menu-trigger {
	display: block;
}
.header_menu {
	display: none;
}
.height-space {
	height: 70px !important;
}
/** Start your code from here*/


}