body {
	margin:0;
	padding:0;
	background: repeat-x top #fff;
}
body, select, input, textarea{
	color:#000;
	font-size:14px;
	line-height:18px;
	font-family: 'AvenirNextLTProRegular_0';
}
img {
	border:none;
}
::-moz-selection  {
    color: #fff;
    background:#000;
}
::selection {
    color: #fff;
    background:#000;
}
figure{
	margin:0;
}
.group:after {
	content: "";
	display: table;
	clear: both;
}
a {
	outline:none;
	color:#dddddd;
	text-decoration:none;
}
a:hover {
	outline: none;
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
	text-decoration: underline;
}
.linkbody {
    color: #0333a0 !important;
    text-decoration: underline;
}
.container{
	width: 100%;
	margin:0 auto;
	max-width:1200px
}
.banner{
	background: url("../images/slide-1.jpg") no-repeat center;
	background-size: cover;
}
.banner2{
	background: url("../images/slide-2.jpg") no-repeat center;
	background-size: cover;
}
.banner3{
	background: url("../images/slide-3.jpg") no-repeat center;
	background-size: cover;
}
.banner-inner{
	height: 580px;
}
.banner-text{
	left: 30px;
	bottom: 50px;
	width: 590px;
	padding: 30px;
	border-radius: 15px;
	background-color: rgba(255,255,255,0.6);
}
.banner-text h1 {
	color: #171b22;
	font-size: 36px;
	line-height: 36px;
}
.banner-text h1 span{
	font-size: 23px;
	line-height: 23px;
}
.call-now{
	color: #fff;
	font-size: 29px;
	line-height: 29px;
	padding: 10px 22px;
	border-radius: 4px;
}
.main-box{
	float: left;
	width: 100%;
}
.image1{
	width: 36px;
	height: 39px;
	background: url("../images/accident-icon1.png") no-repeat center;
	background-size: cover;
}
.image2{
	width: 42px;
	height: 42px;
	background: url("../images/accident-icon2.png") no-repeat center;
	background-size: cover;
}
.image3{
	width:41px;
	height: 42px;
	background: url("../images/accident-icon3.png") no-repeat center;
	background-size: cover;
}
#accordionExample .card-header {
	margin-bottom: 0;
	padding: 26px 47px;
	background-color: #2e333d;
}
#accordionExample .card-header figure{
	width: 65px;
	height: 65px;
	margin: 0 22px 0 0;
	border-radius: 100%;
	background-color: #62e0c9;
}
#accordionExample .card-header h5 button{
	padding:5px;
	color: #fff;
	font-size: 20px;
	line-height: 23px;
}
#accordionExample .card-header h5 button:hover,
#accordionExample .card-header:hover h5 button{
	color:#62e0c9;
	text-decoration: none;
}
.accordion-box:before{
	top:0;
	left: 0;
	width: 100%;
	content: '';
	height: 119px;
	position: absolute;
	background-color: #171b22;
	border-top: 1px solid #606367;
	border-bottom: 1px solid #606367;
}
#accordionExample .card-body{
	color: #575756;
	line-height: 24px;
	padding: 68px 30px 84px;
	font-size: 16px;
}
#accordionExample .card-body p{
	min-height: 182px;
}
#accordionExample .card-header:hover{
	background-color: #22262e;
}
.consultations{
	margin: 0 0 82px;
}
.text-box{
	font-size: 18px;
	line-height: 24px;
}
.consult-box{
	color: #000;
	font-size: 18px;
	line-height: 24px;
	padding: 62px 56px;
	border-radius: 0 20px 20px 0 ;
}
.consult-box h3{
	font-size: 36px;
	line-height: 36px;
}
.consult-box h3 span{
	font-size: 23px;
	line-height: 23px;
}
/*************************************/
.sub-banner{
	height: 230px;
}
.sub-banner h1{
	font-size: 50px;
	line-height: 50px;
}
.faq-box{
	padding: 85px 0 0;
}
.faq-box h4{
	margin: 0 0 75px;
}
.faq-accordion .card{
	border: none;
}
.faq-accordion .card-header {
	color: #fff;
	padding:0;
	font-size: 18px;
	line-height: 18px;
	border-bottom:none;
	border-radius: 0;
	background-color: #22262e;
}
.faq-accordion .card-header a{
	padding:15px 20px;
	display: block;
}
.faq-accordion .card-header a:hover{
	color: #62e0c9;
	background-color: #000;
}
.faq-accordion .card-body{
	color: #000;
	font-size: 18px;
	line-height: 24px;
}
.faq-accordion .card{
	margin: 0 0 5px;
}
.contact-box{
	padding: 110px 0;
}
.map iframe{
	pointer-events: none;
}
#contactform label{
	font-size: 24px;
	line-height: 24px;
}
#contactform input,
#contactform textarea{
	height: 48px;
	font-size: 18px;
	line-height:20px;
	padding:14px 10px;
	border: 1px solid #30343b;
	border-radius: 6px;
}
#contactform input.error, #contactform textarea.error{
	border-color:red;
}
#captcha{
	float: left;
	margin: 16px 0 0 50px;
	font-size: 20px;
	width: 60px;
}

#contactform textarea{
	height: 150px;
}
#contactform button{
	color: #fff;
	border: none;
	font-size: 24px;
	line-height: 24px;
	box-shadow: none;
	cursor: pointer;
	padding:13px 32px;
	border-radius: 2px;
	background-color: #0333a0;
}
#contactform button:hover{
	background-color: #000;
}
#captcha_span {
	float: right;
	margin-left:15px;
	margin-right: 10px;
	background: none !important;
}
.linkcolor {
    color: #000000;
}







































