@charset "utf-8";
/* CSS Document */

section {padding: 60px 0;}

a {text-decoration: none;}

footer {background: #212529; color: #FFF; padding-top: 60px;}
footer section {background: #17191c; color: #FFF;}
footer section p {margin: 0px;}
footer section  a {color: #FFF;}
footer section  a:hover {color: #f26522;}
footer small {font-size: 15px; margin: 10px 0; display: inline-block; }
footer small a {color: #FFF; text-decoration: underline; }
footer small a:hover {color: #FFF;  }
.social-icon {padding: 20px 0;}
.social-icon a {color: #FFF; font-size: 24px; margin-right: 15px; }

footer .list-inline li a {color: #FFF; font-size: 18px; text-decoration: none; margin: 0 15px;  }
.whatsappbutton i {position: relative; z-index: 999;}
.whatsappbutton {
	background-color: #7ACC72; /* Green */
	border: none;
	color: white;
	text-align: center;
	text-decoration: none;
	font-size: 16px;
	border-radius: 500px;
	margin-top: 10px !important;
	width: 60px;
	margin: auto;
	cursor: pointer;
	position: fixed;
	bottom: 30px;
	right: 15px;
	height: 60px;
	line-height: 75px; ;
}

.whatsappbutton:hover  {color: #FFF;}
.whatsappbutton:hover::before  {content: "";
	position: absolute;
	z-index: 0;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	display: block;
	width: 80px;
	height: 80px;
	background: #7ACC72;
	border-radius: 50%;
	animation: pulse-border 1500ms ease-out infinite;}


.toll-free  {font-size: 24px; margin-bottom: 30px;}
.toll-free a {color: #FFF; font-weight: 700;}