
@media screen and (min-width: 769px) {
.btn-contact-tel{
	position: fixed;
	bottom:0;
	display: block;
	padding: .5em 0px;
	background-color:rgba(16,92,157,1);
	width:100%;
	color: #FFF;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
}
.btn-contact-tel-btn {
	display: block;
	padding: 5px;
	border: 1px dashed #FFF;
	color:rgba(255,255,255,1);
	text-align: center;
	width:100%;
	background:rgba(0,55,107,1.00);
}
}
.icon-size2{
	font-size: 30px;
	color:rgba(255,255,255,1);
}
@media screen and (max-width: 768.98px) {
.btn-contact-tel{
	position: fixed;
	bottom:0;
	display: block;
	padding: .5em 0px;
	background-color:rgba(16,92,157,1);
	width:100%;
	color: #FFF;
	text-align: center;
	z-index: 100;
	margin: 0 auto;
}
.btn-contact-tel-btn {
	display: block;
	padding: 5px;
	border: 1px dashed #FFF;
	color:rgba(255,255,255,1);
	text-align: center;
	width:100%;
	background:rgba(0,55,107,1.00);
	font-size: 13px;
}
}

