body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 22px;
	color: #000;
	margin: 0px;
	padding: 0px 0 0;
}
a {
	color: #333;
}
a:hover {
	color: #000;
	text-decoration: none;
}
a:focus {
	outline: none;
	border: none;
	text-decoration: none;
}
img {
	max-width: 100%;
	outline: none;
}

/*=============   Header Css =========================*/
header {
	padding: 20px 15px 8px;
	color: #000;
	margin-bottom: 0px;
}
.text-big {
	margin: 0 0 12px 0;
	font-size: 12px;
	color: grey;
	line-height: 18px;
}
/****** footer css ********/
.footer {
	text-align: center;
	margin-bottom: 30px;
}
.footer-in {
	border-top: 2px solid #a9abad;
}
.footer-in .address-text {
	color: #353535;
	font-size: 13px;
	display: inline-block;
	margin: 15px 0 0 0;
	line-height: 20px;
}
.footer-in hr {
	border-top: 0px solid #a9abad;
	margin: 0px;
}
.footer-in p {
	font-size: 12px;
	color: gray;
	line-height: 18px;
}
.footer-links {
	margin: 25px 0px;
}
.footer-links ul {
	margin: 0;
	padding: 0px;
}
.footer-links li {
	margin: 0px;
	display: inline-block;
	list-style: none;
}
.footer-links li a {
	color: #2f5496;
	font-size: 16px;
}
.footer-links li a {
	padding: 0 10px;
}
.footer-links li::after {
	content: "|";
}
.footer-links li:last-child::after {
	display: none;
}
.faq-text h1 {
	color: #C00000;
	font-size: 46px;
	line-height: 50px;
	text-align: center;
	font-weight: 600;
	text-transform: capitalize;
	margin: 10px 0 20px 0;
}
.faq-text p, .faq-text li {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 15px;
}
.faq-text a {
	color: #1966a7;
	text-decoration: underline;
}


/*====  I pad   ======= */
@media screen and (max-width:1024px) {}

/*====  Mobile   ======= */
@media screen and (max-width:767px) {
body {
	padding: 0px;
}
header {
	padding: 20px 10px 12px;
}
.footer {
	margin-bottom: 5px;
}
header {
	margin-bottom: 0;
}
.faq-text h1 {
	font-size: 40px !important;
}
}

@media screen and (max-width:480px) {}
@media screen and (max-width:479px) {}
