/* =============== FOOTER CHANGES ================ */
.newsletterWrap .subscribe{
	color: #f7921e;
}

.newsletterWrap .subscribeBtn{
	background: #f7921e;
	/*background: #e1342b;*/
}

/* =============== /FOOTER CHANGES ================ */

.accidentCureContainer{
	width: 100%;
	height: 740px;
	background: url("../img/accidentCure/accidentCure_Main_BG.png") no-repeat bottom left;
	background-size: cover;
}

	.accidentCureContainer .subContent{
		position: relative;
		margin: 0 auto;
		height: 740px;
		width: 740px;
	}

	.btnWidth{
		width: 210px;
		height: 50px;
		line-height: 32px;
		border-radius: 0px;
		font-size: 20px;
		margin-top: 20px;
	}

	.colorWhite{
		color: #fff;
	}

.signUp{
	position: absolute;
	top: 80px;
	left: -180px;
}
	.signUp p{
		margin: 0px 0px -10px 0px;
	}

	.signUp .minifySm{
		font-size: 30px;
		font-weight: 400;
		text-transform: uppercase;
	}

	.signUp .enlargeXl{
		text-transform: uppercase;
		font-weight: bold;
	}

	.signUp .minifyXSm{
		text-transform: uppercase;
		font-size: 25px;
		font-weight: lighter;
	}


.bodyOfSupport{
	position: absolute;
	width: 220px;
	height: 55px;
	background-color: rgba(0,0,0,0.5);
	top: 90px;
	left: 459px;
}

	.bodyOfSupport .support{
		margin: 0px;
		padding: 0px 0px 0px 15px;
		color: #fff;
		line-height: 50px;
		font-size: 20px;
		font-weight: 100;
	}

	.bodyOfSupport .drpDwn{
		padding-left: 10px;
		color: #fff;
	}

		.bodyOfSupport .drpDwn button{
			height: 30px;
			width: 50px;
			padding-top: 20px;
			padding-left: 20px;
		}

.supportText{
	position: absolute;
	width: 220px;
	height: 55px;
	background-color: rgba(0,0,0,0.7);
	top: 145px;
	left: 459px;
	/*padding: 10px;*/
}

	.supportText p{
		color: #fff;
		padding-left: 20px;
		padding-top: 10px;
	}

	.supportText li{
		color: #fff;
		margin-left: -10px;
		margin-top: 10px;
		font-weight: lighter;
	}

.freeTraffic{
	position: absolute;
	width: 260px;
	height: 55px;
	background-color: rgba(0,0,0,0.5);
	top: 585px;
	left: 220px;
}

	.freeTraffic .support{
		margin: 0px;
		padding: 0px 0px 0px 15px;
		color: #fff;
		line-height: 50px;
		font-size: 20px;
		font-weight: 100;
	}

	.freeTraffic .drpDwn{
		padding-left: 0px;
		color: #fff;
	}

		.freeTraffic .drpDwn button{
			height: 30px;
			width: 50px;
			padding-top: 20px;
			padding-left: 20px;
		}

.freeTrafficText{
	position: absolute;
	width: 260px;
	background-color: rgba(0,0,0,0.7);
	top: 640px;
	left: 220px;
}

	.freeTrafficText p{
		color: #fff;
		padding-left: 20px;
	}

	.freeTrafficText li{
		color: #fff;
		margin-left: -10px;
		margin-top: 10px;
		font-weight: lighter;
	}

.pothole{
	position: absolute;
	width: 280px;
	height: 55px;
	background-color: rgba(0,0,0,0.5);
	top: 275px;
	left: -180px;
}

	.pothole .support{
		margin: 0px;
		padding: 0px 0px 0px 15px;
		color: #fff;
		line-height: 50px;
		font-size: 20px;
		font-weight: 100;
	}

	.pothole .drpDwn{
		padding-left: 40px;
		color: #fff;
	}

		.pothole .drpDwn button{
			height: 30px;
			width: 50px;
			padding-top: 20px;
			padding-left: 20px;
		}

.potholeText{
	position: absolute;
	width: 280px;
	background-color: rgba(0,0,0,0.7);
	top: 330px;
	left: -180px;
	padding-right: 14px;
}
	.potholeText p{
		color: #fff;
		padding-left: 20px;
	}

	.potholeText li{
		color: #fff;
		margin-left: -10px;
		margin-top: 10px;
		font-weight: lighter;
	}


.toggleBtn{
	background: none;
	border: none;
	padding: 0px;
	margin: 0px;
}

.line{
	position: absolute;
	background-color: black;
	height: 3px;
}

	.bodyLine{
		top: 237px;
		left: 328px;
		width: 210px;
		-webkit-transform: rotate(104deg);
		-moz-transform: rotate(104deg);
		-ms-transform: rotate(104deg);
		-o-transform: rotate(104deg);
		transform: rotate(104deg);
/*		top: 237px;
		left: 396px;
		width: 210px;
		-webkit-transform: rotate(116deg);
		-moz-transform: rotate(116deg);
		-ms-transform: rotate(116deg);
		-o-transform: rotate(116deg);
		transform: rotate(116deg);*/
	}

	.trafficLine{
		top: 541px;
		left: 451px;
		width: 230px;
		-webkit-transform: rotate(140deg);
		-moz-transform: rotate(140deg);
		-ms-transform: rotate(140deg);
		-o-transform: rotate(140deg);
		transform: rotate(140deg);
	}
	.potholeLine{
		top: 437px;
		left: 67px;
		width: 401px;
		-webkit-transform: rotate(33deg);
		-moz-transform: rotate(33deg);
		-ms-transform: rotate(33deg);
		-o-transform: rotate(33deg);
		transform: rotate(33deg);
	}

.circles{
	border: 2px solid black;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	position: absolute;
}

	.bodyCircle{
		top: 338px;
		left: 396px;
/*		top: 330px;
		left: 440px;*/
	}
	
	.freeTrafficCircle{
		top: 454px;
		left: 650px;
	}
	
	.potholeCircle{
		top: 539px;
		left: 433px;
	}


