/* Medium devices */
@media (max-width: 1199px){
	.newsletterWrap .inputCheck {
	    margin-left: 5px;
	}
	.roadCure {
    	margin-left: 0px;
	}
	.roadCureLogo img {
    	left: 20px !important;
	}
	.redeemWidth {
    	width: 180px;
	}
	.accidentCureContainer .subContent {
	    width: 563px !important;
	}
	.finesCureContainer .subContent{
		width: 563px !important;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {

	#navSide {
		display: none !important;
	}

	.infoHeading{
		width: 100% !important;
	}
	.newsletterSubmit {
		margin-left: -20px;
	}
}

@media (max-width: 800px) {
	.mobiShow{
		display: none;
	}

	.carCureContainer{
		background: url("../img/carCure/carCure_Main_BG.png") no-repeat center;
	}

	.signUp{
		left: -10px;
	}

	.skidClaim{
		left: -15px;
	}

	.skidClaimText{
		left: -15px;
	}

	.skidClaimLine{
		left: 208px;
		width: 196px;
		top: 592px;
	}

	.skidClaimCircle{
		top: 679px;
		left: 340px;
	}

	.polishedBenefits{
		top: 455px;
		left: 460px;
	}

	.polishedBenefitsText{
		top: 510px;
		left: 460px;
	}

	.polishedBenefitsLine{
		top: 410px;
		left: 363px;
		width: 130px;
		-webkit-transform: rotate(240deg);
		-moz-transform: rotate(240deg);
		-ms-transform: rotate(240deg);
		-o-transform: rotate(240deg);
		transform: rotate(240deg);
	}

	.polishedBenefitsCircle {
		top: 339px;
		left: 382px;
	}
	
	.speedCoverage{
		left: 340px;
		top: 90px;
	}

	.supportText{
		top: 145px;
		left: 340px;
	}

	.speedCoverageLine{
		top: 220px;
		left: 524px;
		width: 180px;
		-webkit-transform: rotate(254deg);
		-moz-transform: rotate(254deg);
		-ms-transform: rotate(254deg);
		-o-transform: rotate(254deg);
		transform: rotate(254deg);
	}

	.speedCoverageCircle{
		top: 306px;
		left: 630px;
	}

}
