﻿.whatsapp {	background: url(../images/icon-whatsapp.png) no-repeat center left transparent;	padding-left: 40px;	text-decoration: none !important;	background-size: contain;	color:inherit}.phone {	background: url(../images/icon-phone.png) no-repeat center left transparent;	padding-left: 40px;	background-size: contain;	text-decoration: none !important;	color:inherit}.social-icons {text-align:center;}.social-icons > a {width: 32px;height: 32px;display: inline-block;text-indent: -9999px;}.social-icons > a:not(:first-child) {margin-left: 10px;}.social-icons .facebook{background:url(../images/icon-facebook.png) no-repeat left top transparent;}.social-icons .instagram{background:url(../images/icon-instagram.png) no-repeat left top transparent;}@media(max-width:991px){	.table, 	.table thead, 	.table tbody, 	.table tfoot, 	.table tr,	.table th, 	.table td {display: block;}	.table tfoot tr th{display:none}	.table thead tr {position: absolute;top: -9999px;left: -9999px;}	.table tr { border: 1px solid #ccc;margin-bottom:15px }	.table td {/* Behave  like a "row" */border: none;border-bottom: 1px solid #eee;position: relative;padding-left: 30% !important;min-height:30px;}	.table tr:nth-child(even),	.table tr:nth-child(odd) { height:auto; }	.table td:before {color: #000;font-weight: bold;/* Now like a table header */position: absolute;/* Top/left values mimic padding */top: 6px;left: 6px;width: 30%;padding-right: 10px;content: attr(data-column);/*white-space: nowrap;*/text-transform:capitalize;}	/*	Label the data	*/	/*.table td:nth-of-type(1):before{content: 'A';}*/}