/* =========================== GLOBAL STYLES ======================== */

body {
    background-color: #1a1a1a;
    overflow-x:hidden;
}

* {
	font-family: 'Lato', sans-serif;
}

h3 {
	font-size: 1.5em;
}

/* =========================== /GLOBAL STYLES ======================== */

/* =========================== HEADER STYLES ======================== */
.ctaMargingBottom{
	margin-bottom: 20px;
}
.txtAligCentre {
	text-align: center;
}

.posRel {
	position: relative;
}

.pageContainer {
	max-width: 1500px;
	margin: auto;
	background-color: #e5e5e5;
}

.grey{
	width: 100%;
	background-color: #1a1a1a;
}

.grey ul li{
	list-style: none;
	float: left;
	color: #7c7c7c;
	padding: 10px;
}

.black{
	width: 100%;
	background-color: #0f0f0f;
}

.cures{
	height: 70px;
	padding: 25px;
	text-align: center;
	color: #fff;
}
.cures a {
	color: inherit;
	font: inherit;
}

.navShow {
	display: none;
}

.navHeader {
	height: 70px;
	padding: 22px;
	text-align: center;
	color: #fff;
	background-color: #e1342b;
}
.navHeader a {
	display: inline-block;
	margin: 0px 25px;
	color: inherit;
	font: inherit;
}

.roadCureLogo img{
	position: absolute;
	z-index: 10;
	top: -20px;
	left: 0;
}

#carCure .roadCureLogo img{
	top: -30px;
}

#accidentCure .roadCureLogo img{
	top: -30px;
}

#finesCure .roadCureLogo img{
	top: -30px;
}

.carCure{
	background-color: #e1342b;
}
.accidentCure{
	background-color: #f7921e;
}
.finesCure{
	background-color: #1eac61;
}

.callUs{
    color: #fff;
    padding: 10px 15px;
    text-align: right;
}

.number{
	color: #9f9f9f!important;
	margin-left: 5px;
}
.number:hover,
.number:focus {
	text-decoration: none;
}

.callUs span {
	margin-right: 5px;
}

.curesWidth{
	width: 200px;
}

.redeemBtn {
	border:1px solid #fff;
	padding: 4px 9px;
}
/* END HEADER */

/* MAIN MID SECTION */

.mainContainer{
	height: 730px;
	width: 100%;
	border: none;
	margin-bottom: 0px;
}

a.accordionLinkBtn {
	display: block;
	padding: 10px 0;
}

a.accordionLinkBtn:hover {
	font-weight: bold;
	text-decoration: none;
}

ul.Navlinks a{
	color: #fff;
	height: 70px;
	border-top: 1px solid #333333;
	padding: 25px 59px;
}

ul.Navlinks a:hover {
    background-color: #232323;
}

ul.Navlinks a:focus {
	background-color: #232323;
}

.navbar-header .navbar-header span.icon-bar{
	color: #fff;
}

.mainContainer .row{
	margin: 0px;
}

.transSpeed{
	-webkit-transform: rotate3D(0,0,0,0);
	-mox-transform: rotate3D(0,0,0,0);
	-o-transform: rotate3D(0,0,0,0);
	-ms-transform: rotate3D(0,0,0,0);
	transform: rotate3D(0,0,0,0);
}

.carCureBg{
	background: url('../img/carCureBG.png') no-repeat;
	background-size: cover;
}

.accidentCureBg{
	background: url('../img/accidentCure_BG.png') no-repeat;
	background-size: cover;
}

.finesCureBg{
	background: url('../img/finesCure_BG.png') no-repeat;
	background-size: cover;
}

.forceHeight{
	height: 100%;
}

.forceWifth{
	width: 100%;
}

/* =========================== CONTENT STYLES ======================== */

.content-wrap {
	margin: 0;
	font-weight: 300;
	padding: 50px 0;
}
.aboutWrap {
	background: url(../img/aboutBG.png) right no-repeat;
	background-position: 850px 0;
}
.claimsWrap {
	background: url(../img/claimsBG.png) right bottom no-repeat;
}

.content-wrap h1 {
/*	font-size: 4.5em;*/
	font-size: 3.5em;
	font-weight: bold;
}
.content-wrap p, .content-wrap ul li, .content-wrap h3 {
	font-size: 1.3em;
	margin: 0 0 25px 0;
	font-weight: 300;
}
.content-wrap h3 {
	line-height: 1.4em;
}
.content-wrap ul li {
	margin: 8px 0;
}

.content-wrap .about {
	padding-right: 27%;
	height: auto;
}
.content-wrap .claims {
	padding-right: 33%;
	/*height: 1178px;*/
	height: 650px;
}

/* =========================== FORM STYLES ======================== */

.textarea {
	color: #878787;
	padding: 8px 15px;
	background: #fff;
	border: none;
	font-size: 15px;
	width: 555px;
	height: 214px;
	resize: none;
}

.inputBtn, .viewBtn {
	background-color: transparent;
	color: #60828e;
	border: #60828e 1px solid;
	text-align: center;
	padding: 7px 50px;
}

.inputBtn.contactBtn{
	background: rgba(255,255,255, 0.7);
}


.input {
	color: #878787;
	padding: 8px 15px;
	background: #fff;
	border: none;
	font-size: 15px;
	border-radius: 0;
}

.custom-select select {
	background: transparent;
	width: 270px;
	padding: 2px 0 0 15px;
	font-size: 15px;
	line-height: 1;
	border: none;
	border-radius: 0;
	height: 34px;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	-ms-appearance: none;
	appearance: none;
	text-indent: 1px;
	text-overflow: '';
}

.custom-select select::-ms-expand {
	display: none;
	visibility:hidden;
}

.custom-select {
	display: inline-block;
	width: 270px;
	height: 34px;
	overflow: hidden;
	background: url(../img/icons/dropdownArrow.png) no-repeat right #fff;
}

.passed {
    border: 1px rgb(22, 231, 64) solid !important;
}
.errorFailed {
	border: 1px red solid !important;
}

.loader {
	width: 32px;

}

.loaderNews{
	width: 32px;
    position: absolute;
    left: 121px;
    top: 16px;
    margin-top: -16px;
}
.loaderModal{
	width: 32px;

    margin-top: 45px;
}

.floatLeft {
	float: left;
}

.alert-msg {
	margin-top: 15px;
}

.alert-msg-footer {
	display: block;
	clear: both;
	font-size: 0.8em;
	margin-left: 13px;
	padding-top: 5px;
}

.success {
	color: #5cb85c;
}

.error {
	color: #d9534f;
}

/* =========================== FOOTER STYLES ======================== */

/* ===== Newsletter Signup Block ===== */
.newsletterWrap {
	display: none;
	height: 80px;
}

.popiCarCure {
    display: none;
}
.newsletterWrap .container {
	padding-top: 20px;
}

.newsletterWrap .inputTxt {
	background: #000;
	border: rgba(255, 255, 255, 0.8) 1px solid;
	padding: 5px 10px;
	width: 100%;
	color: rgba(255, 255, 255, 0.8);
}
.newsletterWrap .inputCheck {
	background: #000;
	border: #2e2e2e 1px solid;
	padding: 5px 5px 0 10px;
	margin-left: 4px;
	height: 32px;
}
.newsletterWrap .inputCol {
	float: left;
}
.newsletterWrap .subscribeBtn {
	background: #628799;
	color: #000;
	border: none;
	padding: 6px 10px;
	margin-left: 4px;
}
.newsletterWrap .subscribe {
	color: #648692;
	/*background: url('../img/icons/newsletter.png') left 8px no-repeat;*/
	width: 160px;
	padding-left: 42px;
	padding-top: 10px;
	margin-top: -12px;
	line-height: 17px;
	height: 45px;
	font-size: 17px;
}

.newsletterIcon{
	font-size: 40px;
	position: absolute;
	color: #648692;
    margin: -6px 0px 0px -47px;
	color: #e1342b;
}

	/*#carCure .newsletterIcon{
		color: #e1342b;
	}

	#accidentCure .newsletterIcon{
		color: #f7921e;
	}

	#finesCure .newsletterIcon{
		color: #1eac61;
		}*/

.footerWrap {
	width: 100%;
	background: #1a1a1a;
}

.footerWrap h3, .footerWrap p{
	color: rgba(255, 255, 255, 0.8);
}

.products li{
	list-style: none;
	margin-left: -40px;
}

.products a{
	/* 	color: #333333;*/
	color: rgba(255, 255, 255, 0.8);
}

.contact a{
	/* 	color: #333333;*/
	color: rgba(255, 255, 255, 0.8);
}

.contact a:hover{
	text-decoration: none;
}

.contact a:focus{
	text-decoration: none;
}

.termsConds{
	padding: 30px;
	padding-left: 90px;
}

.termsConds a{
	/*	 	color: #333333;*/
	color: rgba(255, 255, 255, 0.8);
}

.footerLogo{
	padding-top: 15px;
}

.inputCheck label{
	padding-right: 10px;
	color: rgba(255, 255, 255, 0.8);
}

.carCureChck{
	outline: 2px solid #e1342b;
}
.finesCureChck{
	outline: 2px solid #1eac61;
}
.accidentCureChck{
	outline: 2px solid #f7921e;
}

.footerWrap{
	padding-bottom: 100px;
	padding-top: 20px;
}

.footerWidthWhole {
	padding-left: 0px;
	width: 32%;
}


/* ============================== GLOBAL CONSTANSTS ================================== */
.minifySm{
	font-weight: 100;
	font-size: 24px;
}

.minifyXSm{
	font-size: 14px;
	font-weight: 100;
}

.enlargeXl{
	font-size: 36px;
}

.infoPrice{
	font-weight: bold;
}

.icons{
	margin-left: -30px;
	padding-right: 20px;
	color: #648692;
	color: #e1342b;
}


/*	#accidentCure .icons{
	color: #f7921e;
}

#carCure .icons{
	color: #e1342b;
}

#finesCure .icons{
	color: #1eac61;
	}*/

.rotate{
	-webkit-transform: rotateX(180deg);
	-ms-transform: rotateX(180deg);
	-moz-transform: rotateX(180deg);
	-0-transform: rotateX(180deg);
	transform: rotateX(180deg);
}

.signupBlanket{
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: rgba(0,0,0,0.7);
	z-index: 99999;
}
.signupBlanket .signupPopup{
	z-index: 10000;
	position: relative;
	top: 15%;
	left: 50%;
	width: 350px;
	padding:10px 5px 15px 5px;
	background-color: #eee;
	margin-top:-200px\9;
	-webkit-transform: translateX(-50%);;
           -moz-transform: translateX(-50%);;
            -ms-transform: translateX(-50%);;
             -o-transform: translateX(-50%);;
                transform: translateX(-50%);;

}
/*for thew popup*/
.popUpMargin{
	margin: 10px 0;
}

.signupBlanket .signupPopup img.modalImg{
	padding-top: 5px;
	padding-left: 100px;
	width: 65%;
/*	margin-left: 10px;*/
}


.signupBlanket .signupPopup button{
	background-color: #e1342b
}

.signUpWidth a {
    border: 1px solid white;
    padding: 10px;
    color: #fff;
}
.signUpWidth {
    top: 23px;
}
/*	#accidentCure .signupBlanket .signupPopup button{
	background-color: #f7921e
}

#carCure .signupBlanket .signupPopup button{
	background-color: #e1342b
}

#finesCure .signupBlanket .signupPopup button{
	background-color: #1eac61
	}*/

.closeBtn{
	position: absolute;
	width: 25px;
	height: 25px;
	background-color: #eee;
	border-radius: 50%;
	right: -10px;
	top: -10px;
	border: 1px solid;
	cursor: pointer;
	z-index: 10;
}
.closeBtn span {
	display: block;
	text-align: center;
	margin-top: 2px;
	z-index: 10;
}

.formSection{
	border-left: 1px solid;
	height: 240px;
}

/* === POPUP FORM === */
.formInputs{
	width: 100%;
	padding:8px 10px ;
	margin-bottom: 20px;
}

.formBtn {
	width: 100%;
}

.successMsg{
	padding: 5px 10px;
	text-align: center;
	color: green;
	font-size: 11px;
}

.failMsg{
	padding: 10px;
	color: red;
	font-size: 11px;
}

.loaderSignUp{
	margin-top: 20px;

}
/* ============================== GLOBAL EXCEPTIONS ====================================*/

.cursorPointer {
	cursor: pointer !important;
}

.marginForce{
	margin: 0px !important;
}
.marginTop15 {
	margin-top: 15px !important;
}

.mobiShow{
	display: none;
}

.forcePadding0{
	padding-left: 0px;
}

.forceWidthFooter{
	width: 310px;
}

hr{
	border-top: 1px solid #61838f;
}

.newsletterWrap .subscribe{
	color: #e1342b;
}

.newsletterWrap .subscribeBtn{
	background: #e1342b;
}
/*.ctaWrapper{
	margin-bottom: 3px;
}*/

.content-wrap h1 {
	margin-top: 50px !important;
}

.incidentReportText{
	font-size: 16px;
	font-weight: bold;
}

.textarea {
	color: #878787;
	padding: 8px 15px;
	background: #fff;
	border: none;
	font-size: 15px;
	width: 273px;
	height: 214px!important;
	resize: none;
}

/* covid19 pop up */

.covidWrap{
	display: none!important;
	z-index: 9999997!important;
	justify-content: center!important;
	align-items: center!important;
	font-size: 14px!important;
	position: fixed!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
}
.covidWrap.shown{
	display: flex!important;
}
.covidModal{
	background: #FFF!important;
	box-shadow: 0 0 15px rgba(0,0,0,0.8)!important;
	margin: 5px!important;
	max-width: 400px!important;
	border-radius: 4px!important;
	z-index: 9999999!important;
}
.covidWrap:before{
	content: ""!important;
	display: block!important;
	position: absolute!important;
	top: 0!important;
	left: 0!important;
	width: 100%!important;
	height: 100%!important;
	z-index: 9999998!important;
	background: rgba(0,0,0,0.8)!important;
}
.covidHeader{
	font-style: normal!important;
	font-family: Arial, Helvetica, sans-serif!important;
	font-weight: bold!important;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	font-size: 1.4em!important;
}
.covidHeader, .covidFooter{
	padding: 10px 15px;
}
.covidHeader{
	display: flex!important;
	justify-content: space-between!important;
	align-items: center!important;
}
.covidHeader svg{
	width: 15px!important;
	height: 15px!important;
	margin-left: 10px!important;
	cursor: pointer!important;
}
.covidBody{
	padding: 20px 10px!important;
}
.covidFooter{
	border-top: 1px solid rgba(0,0,0,0.1)!important;
	display: flex!important;
	justify-content: flex-end!important;
	align-items: center!important;
}

.covidWrap p{
	font-family: Arial, Helvetica, sans-serif!important;
	margin: 0 0 10px!important;
	padding: 0!important;
	color: #666!important;
	font-size: 1em!important;
	font-weight: lighter!important;
}

.covidWrap p a{
	color: #005DFF!important;
}

.covidClose{
	display: block!important;
	font-family: Arial, Helvetica, sans-serif!important;
	color: #FFF!important;
	background: #515151!important;
	border-radius: 3px!important;
	padding: 5px 20px!important;
	font-size: 1em!important;
	transition: all 0.2s ease!important;
}

.covidClose:hover{
	text-decoration: none!important;
	background: #333333!important;
}