@charset "utf-8";
.text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000;
	list-style-position: inside;
	list-style-type: disc;
	cursor: text;
	padding: 10px;
	text-align: justify;
	white-space: normal;
}
.text2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 300;
	color: #000;
	list-style-position: inside;
	list-style-type: square;
	cursor: text;
	border-right-width: thin;
	border-right-style: none;
	padding: 5px;
	border-bottom-style: none;
}
.testimonial {
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-style: italic;
	font-weight: 300;
	color: #003;
	text-align: left;
	vertical-align: top;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: none;
	border-right-style: dotted;
	border-bottom-style: dotted;
	border-left-style: none;
}
.contact {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	color: #006;
	border-bottom-style: none;
	border-bottom-width: thin;
	border-right-width: thin;
	border-right-style: dashed;
}
.heading {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 22px;
	font-style: normal;
	text-transform: capitalize;
	color: #003;
	text-align: center;
	width: auto;
}
