

body {
	background-color: #001F5F;
	
}

.yellow {
	color: #FFFF00;
}

.aqua-blue {
	color: #00FFFF;
}


.p-call-intro p {
	font-style: italic;
	margin: 10px 0px 10px 0px;
}

.p-bold p {
	font-weight: 600;
}

.p-call-intro a {
	background-color: #5B9BD4;
	padding: 15px;
	margin: 120px 20px;
	color: #FFFF00;
	display: table-cell;
}

.pricing-link {
	display: inline !important;
}

.page-title {
	margin: auto; text-align:center; font-size:30px;
}

.page-subtitle {
	margin: auto; text-align:center;
}


.title {
	color: #00AFEF;
}

.fone-contact:hover {
	color: #000 !important;
}



.pricing-button {
	background-color: #5B9BD4;
	padding: 15px;
	margin: 120px 20px;
	color: #FFFF00;
	display: table-cell;
	display: inline !important;
}


.phone-spacing {
	padding-right: 10px;
}


/* WHATSAPP button */

.float {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 40px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
}

.my-float {
	height: 40px;
	width: 40px;
	margin-top: 10px;
	margin-left: 1px;
}