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

select {
  font-family: 'FontAwesome', 'Second Font name'
}
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;
}

.header nav {
	display: none;
}

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

	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	/* height: 50px; */
	height: auto;
	padding: 0 50px;
}
.mm-spn--open {
    left: 0 !important;
}
.header.fixed {
	position: fixed;
	top: 0;
	left: 0;
}
.footer.fixed {
	position: fixed;
	bottom: 0;
	left: 0;
}
.header a {
	display: block;
	width: 50px;
	height: 18px;
	padding: 11px;
	margin: 5px;
	position: fixed;
	top: 10px;
	right: 0;
	z-index: 9999;
}
.header a:before,
.header a:after {
	content: '';
	display: block;
	background: #000;
	height: 2px;
}
.header a span {
	background: #000;
	display: block;
	height: 2px;
	margin: 6px 0;
}
.content {
	padding: 150px 50px 50px 50px;
}
.rudr-upload img {
    max-width: 150px;
}
.cont_quo {
	margin: 20px;
	position: fixed;
    bottom: 70px;
    width: -webkit-fill-available;
    z-index: 999999;
    border: 1px solid; 
	/* border: none; */
	padding: 10px;
}
img.social_icon {
    z-index: 99999999;
    max-width: 40px;
    position: fixed;
    bottom: 0;
}
.social_media {
    text-align: center;
    margin: auto;
    bottom: 0;
    position: absolute;
	left: 26%;
}
img.social_icon {
    z-index: 99999999;
    position: relative;
    display: inline-block !important;
    max-width: 40px;
}
.social_media_icon {
	z-index: 999999;
    position: fixed;
    left: 50%;
    bottom: 0px;
    transform: translate(-50%, -50%);
    width: 100% !important;
    text-align: center;
    margin: auto;
}
.fa-brands {
    font-size: 30px;
    margin: 10px;
}
.social_media_icon a {
    display: inline !important;
}
a#nav-toggle {
    display: none;
}

#cst_mobile_menu {
    display: none;
}
.rudr-upload img {
    max-width: 150px;
}


.social_media_icon {
    display: inline-flex !important;
    flex-direction: row;
    align-items: flex-end;
    justify-content: center;
}



}



@media only screen and (max-width: 1024px){
	#cst_mobile_menu {
		display: block;
	}
	ul.mm-spn--open {
		max-height: 580px;
	}
	ul.sub-menu.mm-spn--open {
		max-height: 100vh;
	}
}
@media only screen and (max-width: 480px){
	.cont_quo {
		margin: 0px 20px;
	}
	.social_media_icon {
    	bottom: -15px;
		top: 97%;
		padding: 0 20px;
		width: 100%;
	}
	.fa-brands {
		font-size: 30px;
		margin: 10px 0px;
	}
}
@media only screen and (max-width: 480px){
	.fa-brands {
		font-size: 30px;
		margin: 10px -5px;
	}
}