/*------------------------------------------------------------------
    File Name: custom.css
-------------------------------------------------------------------*/

/** ADD YOUR AWESOME CODES HERE **/

.about_section {
	position: center;
	width: 100%;
	padding: 5%;
}

.about_section img{
	position: left;	
	width: 80%;
	height: auto;
	margin:2%;
}

.heading_s1 {
	margin-top: 15%;
}

.news_blog img{
	width:100%;

}

.fieldset_blog_send_btn {
	margin-bottom: 20%;
}

.f_logo img {
	width:80%;
	height: auto;
}

.cont_info {
	width: 100%;
	height: auto;

}

#product_description {
	font-size: 15px;
	text-align: center;
}

.whatsapp_float {
	position: fixed;
	bottom: 5%;
	width: 100%;
	float: ;
	display: flex;
	height: auto;
	left: 0px;
	margin:5%;
	margin-left: 0;
	font-size: 50px;
}

.whatsapp_float a{
	font-style: bold;
	color: green;
	margin:5%;


}

.whatsapp_float_fb {
	position: fixed;
	bottom: 12%;
	width: 100%;
	float: ;
	display: flex;
	height: auto;
	left: 0px;
	margin:5%;
	margin-left: 0;
	font-size: 50px;
}

.whatsapp_float_fb a{
	font-style: bold;
	color: #3b5998;
	margin:5%;


}

