* {
	margin: 0;
	padding: 0;
}
ul, li {
	list-style: none;
	margin: 0;
}
a:hover {
	text-decoration: none;
}
html, body {
font-family: Arial, Sans-Serif;
}
.header {
	padding:50px 0;
}
.header a {
	font-size: 18px;
	text-decoration: underline;
	color: #322e2e;
}
.banner-sec {
	padding: 80px 0;
	background: #322e2e;
	text-align: center;
	color: #fff;
	font-size: 16px;
}
.banner-sec h2 {
	font-size: 40px;
}
.banner-sec h2 a {
	color: #fff;
	text-decoration: none;
}
.call-now {
	text-align: center;
}
.call-now h2 {
	color: #640205;
	font-weight: bold;
}
.call-now h3, .call-now p {
	color: #5992f5;
}
.call-now h3 {
	font-weight: bold;
	font-size: 36px;
}
.call-now p {
	font-size: 16px;
}
.welcome-text {
	color: #a62f32;
	text-align: center;
}
.welcome-text h2 {
	font-weight: bold;
	font-size: 30px;
}
.welcome-text p {
	font-size: 20px;
	font-weight: bold;
}
.intro-text h4 {
	font-size: 18px;
	font-weight: bold;
	color: #545454;
}
.intro-text p {
	color: #6e6c6c;
	font-size: 16px;
	line-height: 28px;
}
.intro-text p.no-cost {
	color: #000;
}
.intro-text p.no-cost a {
	font-weight: bold;
	color: #6096f5;
}
.question p {
	font-size: 16px;
	color: #2c2c2c;
}
.question p span {
	font-size: 13px;
	color: #882729;
}
.answer a {
	display: block;
	line-height: 38px;
	border: 1px solid #b77d7f;
	color: #882729;
	background: #f3e9e9;
	border-radius: 3px;
	font-size: 16px;
	margin-top: 20px;
	padding: 0 15px;
}
.answer a:hover {
	line-height: 36px;
	border: 2px solid #882729;
	background: #dbbebe;
}
.answer a span {
	display: inline-block;
	font-size: 12px;
	margin-right: 5px;
	width: 22px;
	height: 22px;
	font-weight: bold;
	font-size: 12px;
	background: #fff;
	border-radius: 2px;
	border: 1px solid #b77d7f;
	line-height: 22px;
	text-align: center;
}
.mediation-sec h2 {
	color: #640205;
	font-weight: bold;
	font-size: 34px;
}
.mediation-sec h3 {
	color: #373636;
	font-weight: bold;
	font-size: 20px;
	margin: 30px 0;
}
.mediation-sec h3 a {
	color: #373636;
}
.cta {
	text-align: center;
}
.cta h3 {
	font-weight: bold;
	font-size: 36px;
	color: #5992f5;
	margin: 0;
}
.cta h3 a {
	color: #5992f5;
}
.cta p {
	font-size: 16px;
	color: #5992f5;
}
.cta .cta-btn {
	color: #fff;
	background: #000;
	font-weight: bold;
	font-size: 16px;
	line-height: 38px;
	padding: 0 20px;
	display: inline-block;
}
.footer {
	border-top: 1px solid #e8e8e8;
}
.footer-mediator {
	width: 270px;
	background: url(../images/madiator-box-shadow.jpg) no-repeat left bottom;
	padding-bottom: 10px;
	margin: 0 auto;
}
.footer-mediator h4 {
	color: #fff;
	font-size: 20px;
	font-style: italic;
	background: url(../images/footer-sec-title-bg.jpg) no-repeat left top;
	height: 77px;
	line-height: 60px;
	padding-left: 20px;
}
.mediator-box {
	border: 2px solid #afafaf;
	border-top: none;
	margin:-26px 29px 0 8px;
	padding-top: 15px;
}
.mediator-box-content {
	margin: 0 10px 10px 10px;
	border: 1px solid #f0f0f0;
	padding: 10px;
	text-align: center;
	font-size: 13px;
}
.mediator-box-content p {
	color: #3d3d3d;
}
.mediator-box-content span {
	color: #bb3429;
	font-weight: bold;
}
.mediator-box-content a {
	color: #fff;
	background: #bb3429;
	display: inline-block;
	line-height: 34px;
	border-radius: 5px;
	font-style: italic;
	box-shadow: 2px 2px 0 #a4a4a4;
	padding: 0 20px; 
}

@media (max-width: 767px) {
	.intro-text .media {
		display: block;
	}
	.intro-text .media img {
		width: 100%;
	}
	.intro-text {
		text-align: center;
	}
	.footer {
		text-align: center;
	}
}
 @media (max-width: 576px) {
 	
 }