/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 20 version
*/

/*a {color:inherit;text-decoration:inherit; font-family:inherit;font-size:inherit}
a.underline{
text-decoration: underline;
}

.phase a:hover, .modal-content a:hover {
color: #fe8b52;
}
.phase a, .modal-content a {color: #E05206;}
*/


/* DACIA STYLES FOR DESKTOP */

body {
  font-size: 16px;
  color: #fff;
}

select[multiple], select[size] {
  height: 30px !important;
}

option {
  font-family: READ-LIGHT,"arial";
}

input:read-only {
  border: 0 none;
  outline: 0 none;
}

* > span {
  border: 0 none;
}

*:focus, *:active {
  outline: none;
  outline: 0;
}

br {
  border: 0 none;
  outline: 0 none;
  display: inline-block;
}


/* START DACIA COLOR CODES */
.YellowColor {
  color: rgb(243,173,0);
}

.OrangeColor {
  color: rgb(210,71,0);
}

.LightblueColor {
  color: rgb(26,123,191);
}

.BGGreyColor {
  color: #646b52;
}

.DarkGreyColor {
  color: black;
}

.MidGreyColor {
  color: rgb(153,154,156);
}

.LightGreyColor {
  color: rgb(178,178,178);
}

.DarkBlueColor {
  color: #646B52;
}

.MidBlueColor {
  color: #646B52;
}

.WhiteColor {
  color: #fff;
}

.BackgroundLightLemonColor {
  background-color: rgb(254,219,71);
}

.BackgroundMidRedColor {
  background-color: rgb(162,22,41);
}

.BackgroundDarkRedColor {
  background-color: rgb(138,19,34);
}

.BackgroundBGGreyColor {
  background-color: rgb(246,246,246);
}

.BackgroundLightGreyColor {
  background-color: rgb(229,229,231);
}

.BackgroundDarkBlueColor {
  background-color: #646B52;
}

.BackgroundWhiteColor {
  background-color: #fff;
}

/* END DACIA COLOR CODES */

/* DACIA Fonts */
.READ-LIGHT {
  font-family: READ-LIGHT;
}

.DaciaBlock-Bold {
  font-family: DaciaBlock-Bold;
}

.Font-Light {
  font-family: READ-LIGHT, "arial";
}

.Font12px16pxLight {
  font-size: 16px;
  line-height: 16px;
  font-family: "READ-LIGHT","arial","helvetica",sans-serif;
}

.Font18px25pxLight {
  font-size: 18px;
  line-height: 25px;
  font-family: "READ-LIGHT","arial","helvetica",sans-serif;
}

.Font18px25pxBold {
  font-size: 18px;
  line-height: 25px;
  font-family: "READ-LIGHT","arial","helvetica",sans-serif;
}

.Font20px24pxBold {
  font-size: 20px;
  line-height: 24px;
  font-family: "READ-LIGHT","arial","helvetica",sans-serif;
}

.Font30px36pxBold {
  font: 30px/36px READ-LIGHT,"arial";
}

/* end DACIA Fonts */

/* Line Height */
.LineHeight17px {
  line-height: 17px;
}

.LineHeight16px {
  line-height: 16px;
}

.LineHeight19px {
  line-height: 19px;
}

.LineHeight20px {
  line-height: 20px;
}

.LineHeight24px {
  line-height: 24px;
}

.LineHeight25px {
  line-height: 25px;
}

/* Padding styles */
.Padding10TB20LRpx {
  padding: 10px 20px;
}

.PaddingLeft2-5Percent {
  padding-left: 2.5%;
}

.Padding4px {
  padding: 4px;
}

.PaddingTB2em {
  padding: 2em 0;
}

.PaddingTB1em {
  padding: 1em 0;
}

.PaddingTB5px {
  padding: 5px 0;
}

.PaddingTB10px {
  padding: 10px 0;
}

.PaddingTop20px {
  padding-top: 20px;
}

.Padding10px {
  padding: 10px;
}

.Padding15px {
  padding: 15px;
}

.PaddingBottom10px {
  padding-bottom: 10px;
}

/* Margin Styles */
.MarginLeftRight15Percent {
  margin: auto 15%;
}

.MarginLeftRight13Percent {
  margin: auto 13%;
}
/* end Margin styles */

/* start select drop down arrow image 
select.verexDropdownImage {-webkit-appearance:none;-moz-appearance:none;background:url(../../../../images/D1/M&C_Dacia_dropdown.png) no-repeat scroll 98% 50% #FFFFFF; padding-right:30px;}
*/

select.verexDateDropDownImage {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url(../../../../images/D1/M&C_Dacia_dropdown.png) no-repeat scroll 94% 50% #FFF;
  /* padding-right: 30px; */
}

/* end select drop down image */

/* Question Error color */
.LRQuestionError {
}

/* MAIN CONTAINER */
.BrowserWindow {
  font-family: READ-LIGHT,"arial","helvetica",sans-serif;
  margin: 0;
  background-repeat: repeat;
  margin: 0 auto;
  background-color: white;
  color: black;
	/*max-width:1440px;*/
  ;
}

/* Page Header Styles */
.MainHeaderStyle1 {
  font: 30px/36px READ-LIGHT,"arial";
  color: rgb(51,51,51);
}

.MainHeaderStyle2 {
  font: 20px/24px READ-LIGHT,"arial";
  color: rgba(51,51,51,1);
}

.MainContentSection {
  width: 65%;
}

.LeftColumn {
  width: 49%;
  margin-right: 1%;
}

.RightColumn {
  width: 50%;
}

.multiCarCallBackInstructionSection, .VehicleSearchResultsSection {
	background-color: #646B52;
	padding: 10px;
	color: white;
}

/* COOKIE POLICY */
.CookiePolicySection {
  background-color: rgb(26,123,191);
	/*display:none;*/
  ;
}

.CookieContent {
  width: calc(100% - 62px);
  width: -webkit-calc(100% - 62px);
  /* specified as percentage rather than absolute pixels */
  padding: 35px 2.5% 25px 2.5%;
}

.CookieContentText {
  padding-top: 5px;
  font: 16px/20px READ-LIGHT,"arial";
  color: #fff;
}

.CookieCloseButtonSection {
  width: 62px;
  /* border-left: 1px solid rgb(51,51,51); */;
}

.CookieCloseButton {
  background-color: transparent;
  border: none;
  font-size: 2.5em;
  padding-top: 35px;
  color: #fff;
}

.TabletCookieSection {
  background-color: rgb(26,123,191);
  display: none;
}

.TabletMobileHeading {
  display: none;
  color: black;
}
/* END COOKIE POLICY */

/* RENAULT LOGO AND TOP MENU */
.LogoTopMenuSection {
  background-color: #fff;
  padding: 2em;
}

.LogoTopMenuSection::after {
  content: '';
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 5px;
  bottom: 0;
}

.LogoSection {
  padding: 0;
  float: left;
}

.LogoIcon {
  background: transparent url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/logo.png) no-repeat;
  border: none;
  width: 256px;
  height: auto;
  background-size: contain;
}

.BrandHeaderText {
  font: 28px/35px READ-LIGHT,"arial";
  padding: 15px 0 0 10%;
  color: #646B52;
  text-transform: uppercase;
  float: right;
}
/* END RENAULT LOGO SECTION */

/* TOP MENU FIXED LINKS */
.menufixedlinks {
  /* padding-left: 13%; */;
}

.menufixedlinks ul {
  list-style-type: none;
  display: inline;
  text-align: center;
}

.menufixedlinks li {
  font: 16px/22px READ-MEDIUM,"arial";
  margin: 0 0 0 1em;
}

.LogoTopMenuSection .menufixedlinks li a {
  color: #000;
  text-transform: uppercase;
}

/*.menufixedlinks a:hover, #menu a:focus { color: #FFFFFF; }*/

/* Footer Styles */
/*
#Footer {
  border-top: 4px solid #fff;
}
*/


.Footer_Links_Content a {
  font: 13px READ-LIGHT,"arial";
  padding-right: 26px;
  color: white;
}

.Footer_Links_Content a:hover {
}

#footer_base_wrap {
  margin: 0px auto;
  height: 67px;
  position: relative;
  background: #FFF none repeat scroll 0% 0%;
  display: block;
  overflow: visible;
}

.footerDefaqtoContent {
  background-color: rgb(246,246,246);
}

.footerDefaqtoText {
	margin: 0 25%;
    padding: 36px 6%;
    font: 20px READ-LIGHT,"arial";
    color: rgb(102,102,102);
    background: transparent url(../../../../images/R1/Defaqto.png) no-repeat scroll left center;
}

.mobileFooterDefaqtoText {
  display: none;
}

.Footer_Links_Content {
}

.footerTextStyle {
  font: 12px/16px READ-LIGHT, "arial";
  background-color: #000;
  padding: 20px 2.5%;
  color: white;
}

/* START DACIA CAROUSEL BUTTONS */
.CarouselButton {
  font-family: Arial;
  color: #a21629;
  font-size: 20px;
  background: #fff;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
}

.CarouselButton:hover {
  background: #a11629;
  text-decoration: none;
  color: #fff;
}
/* END RENAULT CAROUSEL BUTTONS */

/* 

/* compare cover content section */
.CompareCoverContentWrapper {
  background-color: #646b52;
  padding-top: 3em;
}

.CompareCoverContent {
  margin: 0 auto;
  width: 50%;
}

.CompareCoverTableWrapper {
  padding-top: 4.0625em;
}

.CompareCoverTableRow {
  border-bottom: 1px solid rgb(153,154,156);
  padding-bottom: 1px;
}

.CompareCoverTableColumn1 {
  width: 55%;
  font-size: 20px;
  line-height: 24px;
}

.CompareCoverTableColumn2 {
  width: 20%;
  background: #646B52 repeat;
}

.CompareCoverTableColumn3 {
  width: 25%;
}

.CompareCoverTableHeaderRowCol2 {
  font: 18px/25px READ-LIGHT,"arial";
  color: black;
}

.CompareCoverTableHeaderRowCol3 {
  font-family: READ-LIGHT,"arial";
}

.CompareTableRow1Col2HeaderText,.CompareTableRow1Col3HeaderText {
  font: 16px/19px READ-LIGHT,"arial";
  padding: 8px 0;
}

.CompareTableRow1Col2HeaderText {
  color: white;
}

.CompareTableContentText {
  font: 18px/25px READ-LIGHT,"arial";
  color: black;
  padding: 10px 0;
}

.GenuineSparePartsQuestion {
  font: 18px/25px READ-LIGHT,"arial";
  width: 100%;
}

.GenuineSparePartsAnswer {
  font: 16px/20px READ-LIGHT,"arial";
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../../../images/D1/M&C_Dacia_dropdown.png) no-repeat scroll 98% 50% #FFFFFF;
  color: rgb(102,102,102);
}

span.GenuineSparePartsAnswer {
  display: none;
}

.CompareCoverSourceText {
  padding-top: 15px;
  font: 12px/16px READ-LIGHT,"arial";
  color: rgb(153,154,156);
}

.CurrentInsurerDesc {
  padding: 30px 80px;
  background: #646B52 repeat;
}

.CurrentInsurerHeader {
  font: 30px/36px READ-LIGHT,"arial";
  padding-bottom: 10px;
  color: white;
}

.CurrentInsurerPolicyWording {
  font: 20px/24px READ-LIGHT,"arial";
  padding-bottom: 10px;
  color: white;
}

.CurrentInsurerPolicyWordingYear {
  font: 20px/24px READ-LIGHT,"arial";
  padding-bottom: 10px;
  color: white;
}

.CompareCoverBespokeHeading {
  font: 34px/40px READ-LIGHT,"arial";
  padding: 10px 0;
  color: #646B52;
}

.CompareCoverBespokeSubHeading {
  font: 18px/25px READ-LIGHT,"arial";
  padding: 5px 0;
  color: #646B52;
}

.CompareCoverBespokeText {
  font: 18px/25px READ-LIGHT,"arial";
  padding: 5px 0;
  color: black;
}

.CompareCoverTableTickImge {
  background: transparent url("../../../../images/D1/M&C_Dacia_tick_white.png") no-repeat scroll center center;
}

.CompareCoverCrossImge {
  background: transparent url("../../../../images/D1/M&C_Dacia_cross_black.png") no-repeat scroll center center;
}

.WhiteTickImage {
  background: transparent url("../../../../images/R1/M&C_Kia_tick_white.png") no-repeat scroll center center;
}

.tickImage {
  background: transparent url("../../../../images/D1/M&C_Dacia_tick_white.png") no-repeat scroll center center;
}

.WhiteCrossImage {
  background: transparent url("../../../../images/R1/M&C_Kia_cross_white.png") no-repeat scroll center center;
}

.GreenTickImage {
  background: transparent url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/M%26C_Dacia_tick_blue.png") no-repeat scroll center center;
}

.RedCrossImage {
  background: transparent url("../../../../images/R1/M&C_Renault_mid-grey_cross.png") no-repeat scroll center center;
}

.CompareCoverTickImge {
  background: transparent url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/M%26C_Dacia_tick_blue.png") no-repeat scroll center center;
}

.CompareCoverOptionsSection {
  border: medium none;
  background-position: left top;
  vertical-align: middle;
  padding: 0.75em 0 !important;
  background-origin: content-box;
}

.CompareCoverOptionsText {
  font: 18px/25px READ-LIGHT,"arial";
  padding-left: 30px;
  margin-bottom: 15px;
  color: black;
}

.CompareCoverTAndC {
  Font: 12px/16px READ-LIGHT,"arial";
  padding: 2em 0;
  color: rgb(153,154,156);
}

/* Compare cover button */
.CompareCoverButtonSection {
  width: 100%;
  margin: 2em 0;
}

.CompareCoverButton {
  font-family: Arial;
  color: white;
  font: 16px/20px DaciaBlock-Bold, "arial";
  padding: 10px 0;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  height: 46px;
  width: 214px;
  background: rgb(210,71,0) url("../../../../images/D1/M&C_Dacia_chevron_white_right.png") no-repeat scroll 94% 48%;
}
/*
.CompareCoverButton:hover {
  background-color: rgb(254,219,71); 
}
*/

/* end compare cover button */


.CompareCoverCloseButton {
  font-family: Arial;
  color: white;
  font: 16px/20px READ-LIGHT,"arial";
  background: rgb(153,154,156);
  padding: 0px 25px;
  text-decoration: none;
  border: none;
  height: 40px;
  border-radius: 5px;
}

/* end compare cover content styles */

/* start 4 Reasons To Choose Section*/
.FourReasonsContainer {
  background-color: rgb(255,255,255);
  color: rgb(51,51,51);
}

.FourReasonsHeaderSection {
}

.FourReasonsHeaderSection .FourReasonsHeader1 {
  font: 34px/40px READ-LIGHT,"arial";
  padding: 1em 0;
  color: #646B52;
  /* text-transform: uppercase; */;
}

.FourReasonsHeaderSection .FourReasonsHeader2 {
  font: 30px/36px READ-LIGHT,"arial";
  padding-bottom: 0;
 /*  text-transform: uppercase; */;
}

/* Numbered Heading Style */
.FourReasonsNumberSection {
  width: 20px;
  height: 20px;
  font: 28px/20px READ-LIGHT,"arial";
  color: black;
  border-radius: 50%;
  margin: auto;
  background-color: #646b52;
  padding: 19px;
}

.FourReasonsHeaderText {
  font: 20px/26px DaciaBlock-Bold, "arial";
  font-weight: bold;
  color: #646B52;
  letter-spacing: 0.117em;
  padding-top: 1em;
}

.FourReasonsText {
  font: 18px/25px READ-LIGHT, "arial";
  color: black;
  padding-top: 1em;
}
/* end 4 reasons section styles*/


/* 5 star cover section - home page */
.Fivestarcoversection {
  background-color: rgb(26,123,191);
  padding: 1em 0;
}

.Fivestarcoverheading {
  font: 34px/40px READ-LIGHT,"arial";
  color: white;
}

.Fivestarcovernewquotebutton {
  color: rgb(26,123,191);
  font: 18px/24px DaciaBlock-Bold,"arial";
  margin-top: 5px;
  text-decoration: none;
  border: none;
  border-radius: 5px;
  height: 42px;
  width: 195px;
  background: #fff url(../../../../images/D1/M&C_Dacia_chevron_blue.png) no-repeat scroll 90% 50%;
  /*padding: 5px 25px 5px 10px;*/
  float: left;
}

.Fivestarcovercol1 {
	width: 26%;
	/*background: transparent url(../../../../images/defaqto_small.jpg) no-repeat scroll right top;*/
	height: 50px;
	float: right;
	margin: 8px 15px 0 0;
}

.Fivestarcovercol2 {
  width: 34%;
  padding: 5px;
}

.Fivestarcovercol3 {
  width: 32.5%;
}

.FiveStarSectionHelpNo {
	font: 20px/24px READ-LIGHT, "arial";
    text-align: center;
    padding: 10px 0 0 0;
	color: #FFF;
}


/* Modal close button style */
.ModalCloseButton {
  background: transparent url("../../../../images/D1/modal_close.png") no-repeat scroll right 10%;
}

/* Top Progress bar Styles */
.FEAturesCurrentStepStyle {
	background: #646b52;
	color: #FFF;
	font: 16px "DaciaBlock-Bold","arial";
	padding: 14px;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
}

.FEAturesCurrentIndicatorStyle {
	background: #646b52;
	color: #FFF;
	font: 16px "DaciaBlock-Bold","arial";
	padding: 0;
	vertical-align: middle;
}

.FEAturesVisitedStepStyle {
	background: #F2f2f2;
	color: #00000042;
	font: 16px "DaciaBlock-Bold","arial";
	padding: 14px;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
}

.FEAturesFutureStepStyle {
	background: #F2f2f2;
	color: #00000042;
	font: 16px "DaciaBlock-Bold","arial";
	padding: 14px;
	vertical-align: middle;
	width: 20%;
	text-align: center;
	text-transform: uppercase;
}

.FEAturesFutureIndicatorStyle, .FEAturesVisitedIndicatorStyle {
	background: #F2f2f2;
	color: #00000042;
	font: 16px "DaciaBlock-Bold","arial";
	padding: 0;
	vertical-align: middle;
}

.FEAturesSeparatorStyle {
  background: url("../../../../images/D1/M&C_Dacia_tracker_arrow.png") no-repeat;
	/*background-repeat:no-repeat;*/
  width: 20px;
  margin-top: 12px;
}

.ProgressBarSection {
  padding: 60px 0;
  border-bottom: 1px solid #646b52;
}
/* end progress bar styles */

/* Floating Need Help Section styles */
.HelpBox {
  background-color: #646B52;
  margin: 10% 5%;
  width: 85%;
  border-bottom: 0 solid rgb(178,178,178);
}

.TabletMobileHelpBox {
  background-color: #646b52;
  padding: 20px;
  width: 95%;
  margin: auto;
  color: #FFF;
}

.NeedHelpHeading {
  font: 18px/22px "DaciaBlock-Bold","arial";
  text-transform: uppercase;
  margin: 0;
  color: #FFF;
}

.FAQSection {
  padding-left: 15px;
  padding-top: 14px;
}

.FormFieldSection {
  padding: 15px 0;
  /* border-bottom: 1px solid #646b52; */
}

.ThankyouFieldSection {
  padding: 10px 0;
  /* border-bottom: 1px solid rgb(255,255,255); */
}

.UsefulResourcesFieldSection {
  padding: 15px 0;
}

.FormSection {
  padding: 10px 0;
}

.PopupWrapper {
  margin: 2em 0 1em 0;
}

.MultiCarDescription {
	padding-bottom: 1em;
}


/* .LeftColumnButton {
  width: 38%;
}

.MiddleColumnButton {
  width: 45%;
}

.RightColumnButton {
  width: 17%;
} */


/* to align help icon */
.FormFieldSection a img {
  vertical-align: middle;
  padding-top: 5px;
}

.BasicAnswerDropDown,.BasicAnswerDOBDropDown,.CompleteAnswerDropDown.verexDropdownImage {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../../../images/D1/M&C_Dacia_dropdown.png) no-repeat scroll 98% 50% #FFF;
  padding-right: 30px;
}

.RemoveClaimButton {
  font: 16px/22px READ-MEDIUM,"arial";
  background: #646B52;
    border: 1px solid #646B52;
  color: white;
  padding: 5px 20px;
  /* height: 38px; */
  /* border: medium none; */
  vertical-align: middle;
  margin-top: 27px;
}

.AddClaimConvictionButton {
  font: 16px/22px READ-MEDIUM,"arial";
  background: #646B52;
    border: 1px solid #646B52;

  color: white;
  padding: 5px 20px;
  /* height: 38px; */
  text-transform: uppercase;
  vertical-align: middle;
  margin: 15px 0 5px 0;
}

.RoundButton, .DoneButton, .DealerLoginButton, .PaymentSwitchActive {
  font: 16px/22px READ-MEDIUM,"arial";
  color: #fff;
  padding: 8px;
  height: 40px;
  min-width: 175px;
  border: 1px solid #646B52;
  text-align: center;
  vertical-align: middle;
  background: #646B52;
  text-transform: uppercase; 
}

.showReviewButton {
  font: 16px/20px READ-LIGHT,"arial";
  color: white;
  padding: 5px 35px 5px 20px;
  height: 40px;
  border: 1px solid white;
  vertical-align: middle;
  margin: 15px 0 5px 0;
  background: black url("../../../../images/D1/M&C_Dacia_plus.png") no-repeat scroll 93% 45%;
}

.RoundButton:hover, .DoneButton:hover, .DealerLoginButton:hover {
}

.BackButton {
  
}

.BackButton:hover {
  background-color: rgb(178,178,178);
}

.NextButton {
  background: #646B52;
  border: 1px solid #646B52;
  color: #fff;
}

.ProgressButton {
  
}

/*
.NextButton:hover {
  background-color: rgb(254,219,71);
}
*/

.OrangeButton {
  background-color: rgb(210,71,0) !important;
  padding: 5px 25px 5px 25px;
  border-radius: 5px;
}

.BlueButton {
  	/*background: #646B52;*/;
}

.BlackButton {
  font: 16px/20px READ-LIGHT,"arial";
  background-color: black;
  text-transform: uppercase;
}

 /*
 .BlueButton:hover{
 	background-color: rgb(254,219,71);
}
*/

.AdditionalDriverHeading {
  font: 40px/48px DaciaBlock-Bold,"arial";
  color: #000;
  margin-top: 1em;
}

.FindPostCodeButton {
  background-color: rgb(61, 70, 87);
  margin: 10px 0px 5px;
}

/* Reviews Screen */
.ReviewText {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  margin: 0 0 10px;
}

.ReviewerText {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  margin: 0 0 10px;
}

.policydocitemheading {
  font: 18px/22px DaciaBlock-Bold,"arial";
  color: black;
  text-transform: uppercase;
  margin: 10px 0 10px;
  /* padding: 5px 4px; */
}

.ProofOfNcdText {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  padding-left: 30px;
  margin: 0 0 10px;
}

.ProofOfNCDHeadingSection {
  padding-top: 20px;
  padding-bottom: 25px;
}
/*NCD screen sub-heading*/
.ProofOfNcdSubHeading {
  font: 18px/22px DaciaBlock-Bold,"arial";
  color: black;
  padding: 5px 4px;
  margin: 25px 0 15px;
  text-transform: uppercase;
}

.MakeAClaimContentTextBold {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  
  margin: 0 0 10px;
}

.MakeAClaimContentTextTableRightAlign {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  
  margin: 0 0 10px;
  text-align: right !important;
  float: right !important;
}

.MakeAClaimContentTextTableCenter {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  
  margin: 0 0 10px;
  text-align: right;
}

.MakeAClaimContentTextTableLeftAlign {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
 
  margin: 0 0 10px;
  text-align: left !important;
  float: left !important;
}

.formTopSection {
  padding: 14px 0 10px 0;
}

/* FAQ Table style*/

.tblFAQBorder {
  /*text-align: center;*/
  border: 1px solid rgb(136,136,136);
}

.tblFAQHeadingText {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
 
  margin: 0 0 10px;
}

.tblFAQContentText {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
 
  margin: 0 0 10px;
  padding-left: 2%;
  vertical-align: top;
}

/* END FAQ Table style*/

/*END FAQ SECTION STYLE */


/* Auto Complete List Style */
.w-form-autocomplete {
  border: 1px solid #646b52;
  cursor: pointer;
  max-height: 200px;
  overflow-y: auto;
  font: 14px/20px READ-MEDIUM,"arial";
  width: 200px;
}

.w-form-autocomplete div {
  padding: 4px 10px !important;
}

.w-form-autocomplete div:hover {
  background-color: rgb(203,203,203);
}

.RightBorderDarkRedColor {
  border-right: 1px solid rgb(138,19,34);
}

/* QUOTE PRICE PAGE */
.QuotePriceSection {
  /* margin-top: 35px; */
  background-color: #646b52;
  padding: 2em;
}

.QuotePriceHeader1 >div>b {
  
}

.YourExcessSection {
  padding: 10px 0;
  border-bottom: 1px solid #E5E5E7;
}

.YourExcessButtonSection {
  padding: 10% 0 0 10%;
}

.RetailerAdminButton {
  background: black url("../../../../images/D1/M&C_Dacia_chevron_white_right.png") no-repeat scroll 93% 47%;
  color: rgb(255,255,255);
}

.RetailerAdminButton:hover {
  background-color: none;
}

.VoluntaryExcessAnswerDropDown {
  font: 16px/22px READ-LIGHT, "arial";
  color: #000;
  width: 100%;
  border: 1px solid #fff;
  padding: 2px 4px;
}

.VoluntaryExcessAnswerDropDown.verexDropdownImage {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url(../../../../images/D1/M&C_Dacia_dropdown.png) no-repeat scroll 98% 50%;
  padding-right: 30px;
  background-color: white;
  color: #000;
}

.VoluntaryExcessAnswerDropDown > option {
  background-color: white;
}


/* Dealer Chat functionality styles */
.DealerLoginChatButton {
  font: 18px/25px READ-LIGHT,"arial";
  text-transform: uppercase;
  color: black;
}

.DealerChatNowButton {
  font-family: Arial;
  color: #fff;
  font-size: 20px;
  background: rgb(51,152,94);
  padding: 10px 20px 10px 20px;
  text-decoration: none;
  width: 90%;
}

.DealerChatNowButton:hover {
  color: rgb(51,152,94);
  background: #fff;
}

.DelaerChatPopupContentText {
  font: 18px/25px READ-LIGHT,"arial";
  padding-top: 10px;
  color: black;
}

.DelaerChatPopupContactNo {
  font: 29px/34px READ-LIGHT,"arial";
  padding-top: 10px;
  color: black;
}

.NeedHelpContentText2 {
  font: 16px/22px READ-LIGHT,"arial";
margin: 0 0 10px;
  color: white;
}
/* STANDARD COVERS TEXT */
.IncludedAsStandardHeader {
  font: 26px/34px DaciaBlock-Bold,"arial";
  text-transform: uppercase;
  margin: 40px 0px 15px;
  color: #000;
}

.StandardCoversText {
  font: 16px/22px READ-LIGHT,"arial";
  color: #000;
  margin: 0 0 10px;
  padding-left: 30px;
  margin-bottom: 10px;
}

.UsefulResourcesText {
  font: 16px/22px READ-LIGHT,"arial";
  margin: 0 0 10px;
  color: #000;
}

.RightAlignedLink {
  float: right;
}

#FloatPopupDiv {
  min-height: 310px;
}

.SiteMapLink {
	font-size: 16px;
}

.LinkButton:hover, .YouExcessButton:hover, .SiteMapLink:hover, .DealerResourceLinkButton:hover {
  text-decoration: underline;
}

.QuoteProtectionKeyFactsLink {
  font: 16px/22px READ-LIGHT, "arial";
}
/* Excess Popup styles*/
.ExcessPriceHeading {
  border: 1px solid #fff;
  width: 100%;
  height: 35px;
  font: 16px/22px READ-LIGHT, "arial";
  color: #000;
  background-color: white;
}

.ExcessPopupHeaderStyle1 {
  font: 30px/36px DaciaBlock-Bold, "arial";
  margin: 1em 0 0.5em 0;
  color: black;
}

.ExcessPopupHeaderStyle2 {
  font: 22px/26px READ-LIGHT, "arial";
  margin: 0.5em 0;
  color: black;
}

.ExcessPopupContentText {
  font: 16px/20px DaciaBlock-Bold, "arial";
  color: black;
  margin-bottom: 0.5em;
}

.DriverTableRow {
  font: 16px/20px DaciaBlock-Bold, "arial";
  color: black;
  border-bottom: 1px solid #646b52;
}

.DriverTableExcessAmount {
  float: right;
}

.DriverTableWrapper .DriverTableRow:last-of-type {
  border: none 0;
}
/* end excess popup styles */

.paddingleft30px {
  padding-left: 30px;
}

.paddingright30px {
  padding-right: 30px;
}

.paddingbottom25px {
  padding-bottom: 25px;
}

.paddingtop23px {
  padding-top: 23px;
}
.cookiePolicy h1 {
  font-family: READ-LIGHT, "arial";
  font-size: 30px;
  color: #4A4F54;
  text-align: left;
  text-transform: uppercase;
  padding: 0;
}

.cookiePolicy h2 {
  font-family: READ-LIGHT, "arial";
  font-size: 22px;
  color: #0C121C;
  text-align: left;
  margin-top: 10px;
}

.cookiePolicy p {
  font-family: READ-LIGHT, "arial";
  font-size: 18px;
  color: #4A4F54;
  padding-top: 8px;
  text-align: left;
}

.cookiePolicy ul, .cookiePolicy ol {
  padding-left: 20px;
  font-family: READ-LIGHT, "arial";
  font-size: 18px;
  color: #4A4F54;
  padding-top: 8px;
  text-align: left;
}

.cookiePolicy li {
  list-style-position: outside;
}

.cookiePolicy table tr {
  font-family: READ-LIGHT, "arial";
  font-size: 18px;
  color: #4A4F54;
}
/* END */


.modal-content table {
  width: 80%;
}

.modal-content td {
  width: 150px;
  vertical-align: top;
}

input, select, textarea, button {
  font: inherit;
  color: inherit;
}

div.hr {
  border-top: 1px solid gray;
  padding: 0px;
}

.GlobalFont {
  font-size: 11pt;
  font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
}

.Color1 {
  color: #636363;
}

.Color2 {
  color: #7F679B;
}

.Color3 {
  color: White;
}

.ErrorColor {
  color: #FF0034;
}

.BgColor1 {
  background-color: #F7F7F7;
}

.BgColor2 {
  background-color: #EBEBEB;
}

.BgColor3 {
  background-color: #BEAFD0;
}

.ErrorBgColor {
  background-color: #FFE8E8;
}

.VVLargeFont {
  font-size: 2em;
  font-style: normal;
}

.VLargeFont {
  font-size: 1.5em;
  font-style: normal;
}

.LargeFont {
  font-size: 1.2em;
}

.MediumFont {
  font-size: 1em;
}

.SmallFont {
  font-size: 0.9em;
}

.VSmallFont {
  font-size: 0.8em;
}

.VVSmallFont {
  font-size: 0.6em;
}

.Underline {
  text-decoration: underline;
}

.Bold {
  font-weight: bold;
}

.Italic {
  font-style: italic;
}

.NotDisplayed {
  display: none;
}

.VShortAnswer {
  width: 7em;
}

.ShortAnswer {
  width: 9em;
}

.LongAnswer {
  width: 17em;
}

.VLongAnswer {
  width: 27em;
}

.CenteredLayout {
  margin-left: auto;
  margin-right: auto;
}

.TextAlignCenter {
  text-align: center;
}

.VAlignCenter {
  vertical-align: middle;
}

.NoDecoration {
  text-decoration: none;
}

.DivAdjustment {
  margin-top: 0.4em;
}

.phase {
}

.roundedtop {
/*width: 808px;
background-color: #fff;
border-left: 1px solid #c9c9c9;
border-right: 1px solid #c9c9c9;
border-bottom: 1px solid #c9c9c9;
box-shadow: 5px 5px 10px #c9c9c9;
padding: 15px;
border-radius:20px 20px 20px 20px; */
  ;
}

.QuestionRow {
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #fff;
  padding: 6px 20px 6px 10px;
}

.TextAlign {
  text-align: left;
}

.nowrap {
  white-space: nowrap;
}

.font14 {
  font-size: 10pt;
}

.VisitedProgressStep {
  margin-top: 6px;
  background: url('../../../../images/LD/VisitedProgress.png') no-repeat right;
  opacity: 0.5;
  width: 165px;
  height: 25px;
  text-align: center;
  line-height: 30px;
}

.CurrentProgressStep {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: url('../../../../images/LD/CurrentProgress.png') no-repeat right;
  height: 35px;
  width: 165px;
  text-align: center;
  line-height: 43px;
}

.FutureProgressStep {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 6px;
  background: url('../../../../images/LD/VisitedProgress.png') no-repeat right;
  opacity: 0.5;
  width: 165px;
  height: 25px;
  text-align: center;
  line-height: 30px;
}

.TrailStep {
  padding: 4px;
}

.TablePadding {
  padding-top: 6px;
  padding-bottom: 6px;
}

.TableNavigator {
  text-align: center;
}

.TablePaging {
  text-align: right;
}

.StandardTabUnselected {
  width: 10em;
  height: 1.8em;
  border-top: solid 0.06em #919B9C;
  border-left: solid 0.06em #919B9C;
  border-right: solid 0.06em #919B9C;
  text-align: center;
  padding: 4px;
  z-index: 0;
}

.StandardTabSelected {
  width: 10em;
  height: 1.8em;
  border-top: solid 0.06em #919B9C;
  border-right: solid 0.06em #919B9C;
  border-left: solid 0.06em #919B9C;
  text-align: center;
  padding: 4px;
}

.StandardTabPane {
  display: none;
  border-top: solid 0.06em #919B9C;
  border-right: solid 0.06em #919B9C;
  border-left: solid 0.06em #919B9C;
  border-bottom: solid 0.06em #919B9C;
  width: 99%;
  padding: 4px;
}

.autoCompleteListDefault {
  background-color: window;
  color: graytext;
  text-align: left;
  border: 0.07em solid gray;
  padding: 0.12em 1em 0.12em 0.12em;
  width: 300px;
}

html > body *.autoCompleteListDefault {
  width: auto;
}

.autoCompleteItemDefault, *.autoCompleteListDefault div:hover {
  color: highlighttext;
  background-color: highlight;
}

.LeftAlignedImage {
  background-repeat: no-repeat;
  background-position: left center;
  background-color: Transparent;
  overflow: visible;
  padding-left: 20px;
  padding-right: 0px;
  border: 0px;
}

.RightAlignedImage {
  background-repeat: no-repeat;
  background-position: right center;
  background-color: Transparent;
  overflow: visible;
  padding-left: 0px;
  padding-right: 20px;
  border: 0px;
}

.BackArrow {
  background-image: url(../../images/BackArrow.gif);
}

.ForwardArrow {
  background-image: url(../../images/ForwardArrow.gif);
}

.ActionArrow {
  background-image: url(../../images/ActionArrow.gif);
}

.confirmheading {
  width: 790px;
}

.paymentheadingpadding {
  padding-bottom: 5px;
  padding-top: 2px;
  padding-left: 8px;
}

.Header {
  background: url(../../../../images/LD/Logo.png) top left no-repeat;
  width: 120px;
  height: 125px;
  position: relative;
  text-align: left;
}

.HeaderName {
  height: 76px;
  text-align: left;
  padding-top: 14px;
}

.LargeBold {
}

.Button, .SecondaryButton {
  display: inline-block;
  border-radius: 5px;
  margin: 0 0 5px 5px;
  font-size: 0.8em;
  min-height: 30px;
  line-height: 30px;
  text-align: center;
  width: auto;
  padding-right: 39px;
  width: auto;
  border: none;
  background-color: #f7f7f7;
  color: #e05206;
  text-transform: uppercase;
  font-weight: bold;
  font-family: sans-serif;
  cursor: pointer;
  margin-left: 0;
  background-image: url(../../../../images/LD/home-button.gif);
  margin-top: 6px;
  background-position: right center;
  background-repeat: no-repeat;
  margin-left: 12px;
}

/*
.BackButton {
text-align: right;
padding-left: 35px;
padding-right: 10px;
background-image: url(../../../../images/LD/home-button-bk.gif);
background-position: left center;
}
*/

.ButtonAsRadioSelected {
  display: inline-block;
  width: auto;
  text-decoration: none;
  border: 0px none;
  padding-top: 5px;
  border-radius: 12px;
  background: none repeat scroll 0% 0% green;
  color: white;
  cursor: pointer;
}

.ButtonAsRadioUnSelected {
  display: inline-block;
  width: auto;
  text-decoration: none;
  border: 0px none;
  padding-top: 5px;
  border-radius: 12px;
  background: none repeat scroll 0% 0% white;
  color: white;
  cursor: pointer;
}

@font-face {
  font-family: "lr_bold";
	src: url("fonts/landroverbldl-webfont.woff") format('woff');
	font-weight: bold;
}

.H1Landrover {
  font-size: 40px;
  text-transform: uppercase;
  margin: 0;
  line-height: 40px;
  padding-bottom: 4px;
  color: #00173a;
  font-family: lr_bold, arial;
  font-weight: normal;
}

.tableBordered {
  border: 1px solid #349bd6 !important;
}

.tableRowMediumGrey {
  background-color: #7cc1ea !important;
  color: rgb(45,54,57) !important;
}

.tableRowMediumGrey th {
  color: rgb(45,54,57) !important;
  border-bottom: 1px solid #349bd6 !important;
}

*.tableRowMediumGrey div {
  color: rgb(45,54,57) !important;
  font-weight: normal !important;
  font-size: 14px !important;
}

.tableRowLightGrey {
  background-color: #b2daf3 !important;
}

.useDash li {
  list-style-type: none;
  padding: 4px 0 4px 9px;
  background: url("../../../../images/LD/Hyphen.png") left .8em no-repeat;
}

td.title {
  width: 180px;
}

.RoundedCornerColumnSelected {
  background-color: #DCE6F2;
  border-left: 2px;
  border-right: 2px;
  border-top: 2px;
  border-bottom: 2px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-style: solid;
  border-color: #5A7BA3;
  border-width: 1px;
  height: 107px;
}

.RoundedCornerColumnUnSelected {
  background-color: #C6D9F1;
  border-left: 2px;
  border-right: 2px;
  border-top: 2px;
  border-bottom: 2px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-style: solid;
  border-color: #51729C;
  border-width: 1px;
  height: 107px;
}

.ButtonAsRadioColumn {
  padding-top: 30px;
  margin-right: -5px;
}

.paymentOptionSubHeading {
  padding-left: 20px;
}

.RightSideColumn {
  border-left: 2px;
  border-right: 2px;
  border-top: 2px;
  border-bottom: 2px;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-style: solid;
  border-color: grey;
}

.lineSpacing {
  border-style: solid;
  border-width: 2px;
  border-color: #D0CBB4;
}

.RequestCallBackSection {
  border-style: solid;
  border-color: #F0EEE1;
  border-width: 5px;
}

.OptionalCoverColumn {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  height: 60px;
}

.OptionalGuarnteedHireCoverColumn {
  border-left: 1px solid black;
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  height: 80px;
}

.OptionalGuranteedHireCarCoverPrice {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  height: 80px;
}

.OptionalCoverPrice {
  border-right: 1px solid black;
  border-bottom: 1px solid black;
  height: 60px;
}

.topBorder {
  border-top: 1px solid black;
}

.coverSubHeading {
  padding-left: 4px;
  padding-bottom: 4px;
}

.coverTableBordered {
  border-right: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  border-top: 1px solid #c9c9c9;
  margin-right: 20px;
}

.coverTableColumnValueBordered {
  border-right: 1px solid #c9c9c9;
}

.coverTableColumnBordered {
  border-right: 1px solid #c9c9c9;
}

.useDashForStandardCover li {
  list-style-type: none;
  padding: 4px 0 0px 4px;
}

.modal-wrapper {
  border-radius: 1px !important;
}

.cursorPointer {
  cursor: pointer;
}
/* tick mark display issue after answering the question hence commented it 24-Jun-2015
.statusValid {
	background: transparent url(../../../../images/TickCross.png) no-repeat scroll 785px 6px;
}
.statusInValid {
	background: transparent url(../../../../images/TickCross.png) no-repeat scroll 785px -75px;
}*/


.cookiePolicySection {
  background-color: rgb(254,203,69);
  display: none;
}

.CookiePolicyHeaderText {
  font: 28px DaciaBlock-Bold,"arial";
  color: #fff;
}

.cookieContentWidth {
  -webkit-box-sizing: border-box;
  width: calc(100% - 81px);
  padding: 25px;
}

.leftCoulmnAnswerWidth {
  -webkit-box-sizing: border-box !important;
  width: calc(100% - 14px)!important;
  height: 35px;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #5C5652;
  border: none;
  font-family: Avenir-Light;
}

.CompleteAnswerWithHelpIcon {
  width: calc(100% - 50px)!important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #5C5652;
  padding: 0px;
  border: none;
  font-family: READ-LIGHT;
}

.DropDownAnswerWithHelpIcon {
  width: calc(100% - 42px)!important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #5C5652;
  padding: 0px;
  border: none;
  font-family: READ-LIGHT;
}

.CompleteErrorAnswerWithHelpIcon {
  width: calc(100% - 54px)!important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #5C5652;
  padding: 0px;
  border: none;
  font-family: READ-LIGHT;
}

.CompleteAnswerControl {
  width: calc(100% - 8px)!important;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #5C5652;
  padding: 0px;
  border: none;
  font-family: READ-LIGHT;
  height: 35px;
  padding-left: 8px;
}

.CompleteDropDownAnswerControl {
  width: 100%;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  color: #5C5652;
  padding: 0px;
  border: none;
  font-family: READ-LIGHT;
  height: 35px;
  padding-left: 8px;
}

.PhaseHeaderStyle {
}

.PhaseHeaderImage {
  width: 100%;
  height: auto;
  overflow: hidden;
}

input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
}

/*
.webCenterColoumWidth {
	width:49%;
	/*min-width:720px;
	padding: 20px 0 0 1.75%;
	
}
*/

.webLeftSideColoumWidth {
  -webkit-box-sizing: border-box;
  width: calc(50% - 360px);
}

.webRightSideColoumWidth {
  -webkit-box-sizing: border-box;
  width: calc(50% - 360px);
}

input[type="radio"] {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

input[type='radio'] + label {
  padding-left: 25px;
  background-image: url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/Radio_Normal.png);
  background-repeat: no-repeat;
  background-size: contain;
}

input[type="radio"]:checked + label {
  padding-left: 25px;
  background-image: url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/Radio_Selected.png);
  background-repeat: no-repeat;
  background-size: contain;
}

input[type="radio"]:required + label {
  padding-left: 25px;
  background-image: url(../../../../images/RadioButtonError.png);
  background-repeat: no-repeat;
}

.helpDiv {
  position: static;
  display: none;
  margin-top: -11px;
}

.helpDiv2 {
  position: static !important;
}

.helpLink {
  height: 20px;
  border-right: 2px solid #646B52;
  margin-right: 9px;
  margin-top: 3px;
}

.HelpIcon img {
  float: right;
}

.HelpContentBox  ul, .HelpContentBox li, .HelpContentBox ol li {
  list-style-position: inside;
  padding-left: 14px;
  text-indent: -1em;
}

.loader {
  font-size: 10px;
  margin: 5em auto;
  text-indent: -9999em;
  width: 7em;
  height: 7em;
  border-radius: 50%;
  background: #ffffff;
  background: -o-linear-gradient(left, #646B52 10%, #646B52 42%);
  background: -o-linear-gradient(left, #646B52 100%, #646B52 9px);
  background: linear-gradient(to right, #646B52 100%, #646B52 9px);
  position: relative;
  -webkit-animation: load3 1.4s infinite linear;
  animation: load3 1.4s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -webkit-box-shadow: 0 0 7px #646B52;
          box-shadow: 0 0 7px #646B52;
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #FFF;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  -webkit-box-shadow: 0 0 7px #646B52;
          box-shadow: 0 0 7px #646B52;
}

.loader:after {
  background: #fff;
  width: 70%;
  height: 70%;
  border-radius: 50%;
  content: '';
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-box-shadow: 0 0 7px #646B52;
          box-shadow: 0 0 7px #646B52;
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#POPUP_20F3D1FD9D33F753105272 {
  position: fixed !important;
  z-index: 1002;
  width: 30%;
  height: 520px;
  top: 20%;
  left: 35%;
  padding: 30px;
  background-color: #FFFFFF;
}

.paymentColumnPadding {
  margin-left: -28px;
}

.WebOnly {
  display: block;
}

.compareDescription {
  /*	margin: 20px 0% 20px 0% ;*/;
}

.ReasonsToChooseForColumn1 {
  width: 24%;
}

.ReasonsToChooseForColumn2 {
  width: 25%;
}

.ReasonsToChooseForColumn3 {
  width: 27%;
}

.ReasonsToChooseForColumn4 {
  width: 24%;
}

.tabletCookie {
  display: none;
}

.statusValid {
  background: transparent !important;
}

.statusInValid {
  background: transparent !important;
}
/* Slideout styles for Tablet and mobile*/
.SlideOutButtonImage {
  content: url("../../../../images/VER_mobile_hamburger_white.png");
  background-image: url(../../../../images/swipe.png);
  background-repeat: no-repeat;
  background-position: center;
  float: left;
  width: 50px;
  height: 40px;
  background-color: transparent;
  border: none;
}

.SlideoutSection {
  background-color: #646B52;
}

.SlideoutCloseButtonSection {
  background-color: #646B52;
  padding: 0 20px;
}

.SlideoutCloseButton {
  font: 12px/16px READ-MEDIUM,"arial";
  color: #000;
  background-color: #FFF;
  border: solid 1px #FFF;
  width: 80px;
  height: 36px;
  margin: 10px 0 10px 0;
  border-radius: 0;
}

.SlideoutCloseButton:hover {
  /*background-color: rgb(254,219,71); */;
}

.SlideOutLeftMargin {
  margin-left: 1%;
}

.SlideOutMenuItem {
  font: 14px/18px READ-LIGHT, "arial";
  color: white;
  padding: 10px 0 10px 40px;
  vertical-align: middle;
}

.SlideoutMenuQuoteImage {
  background: url(../../../../images/D1/M&C_VER_Dacia_newquote-tablet.png) no-repeat scroll 0 50%;
}

.SlideoutMenuRetrieveImage {
  background: url(../../../../images/R1/M&C_Kia_navigation_retrieve.png) no-repeat scroll 0 50%;
}

.SlideoutMenuExistingImage {
  background: url(../../../../images/R1/M&C_Kia_navigation_existing.png) no-repeat scroll 0 50%;
}

.SlideoutMenuReviewsImage {
  background: url(../../../../images/R1/M&C_Kia_navigation_reviews.png) no-repeat scroll 0 50%;
}

.SlideoutMenuOurCoverImage {
  background: url(../../../../images/R1/M&C_Kia_navigation_cover.png) no-repeat scroll 0 50%;
}

.SlideoutMenuHomeImage {
  background: url(../../../../images/R1/M&C_Kia_navigation_home.png) no-repeat scroll 0 50%;
}

.SlideoutMenuLogoutImage {
  background: url(../../../../images/R1/M&C_Kia_navigation_logout.png) no-repeat scroll 0 50%;
}

.SlideoutMenuItemSection {
  background-color: #646B52;
  border-bottom: 1px solid white;
  padding: 20px;
  margin: 0;
}

/* Summary Page*/
  .LREditButton {
	  background-image: url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/M%26C_Dacia_edit_inactive.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top right;
  width: 38px;
  height: 38px;
  background-color: transparent;
  border: none;
  margin-left: -15px;
}

/* .LREditButton:hover {
  background-image: url(../../../../images/D1/M&C_Dacia_edit_hover.png) !important;
  background-repeat: no-repeat;
} */

.SummaryDetailsDoneButton {
  padding: 5px 25px 5px 25px;
  background-image: none;
}

.SummaryEditableSection {
  border-top: 1px solid rgb(51,51,51);
  border-bottom: 1px solid rgb(51,51,51);
  padding: 5px 0;
}
/*Summary Page*/

/* MultiCar Page */
.MultiCarCallBackText {
  font: 28px/34px DaciaBlock-Bold,"arial";
  padding: 10px;
}

.MultiCarCallBackText sup {
  font-size: 16px;
}

.MultiCarOfferText {
  font: 16px/20px DaciaBlock-Bold,"arial";
  margin-bottom: 1em;
  color: #646B52;
}

.popupCloseButton {
  /* background: none; */
}
/* Multicar Page */
/* Tablet CSS modifications */

@media only screen and (min-width: 320px) and (max-width: 736px) {
	
  .Fivestarcoversection {
    display: none;
  }

  .CompareCoverContent {
    width: 95% !important;
    margin: 0 auto;
  }

  .HomePageBanner {
    display: none;
  }
}

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: portrait) {
	
  .CompareCoverTableColumn2 {
    height: 70px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 736px) and (orientation: landscape) {
}

/* tablet styles */
@media only screen and (min-width: 641px) and (max-width: 1025px), only screen and  (min-device-width: 641px) and (max-device-width: 1025px) {

  .WidthZero {
    width: 0 !important;
  }
	
	/*Help section*/
  .NeedHelpColumn {
    display: none;
  }
	/* Tablet screen set-up */

  *[class="CompareCoverContent"] {
    width: 95%;
    margin: 0 auto;
  }

  *[id="COL_B04C9004F228F46D91900"] {
    width: 1% !important;
  }

  .QuoteFormSection {
    width: 95% !important;
    margin: 0 auto;
  }

  .MainContentSection {
    width: 95%;
    margin: 0 auto;
    float: none !important;
  }

  *[class="statusValid"] {
    background: transparent !important;
  }

  *[class="statusInValid"] {
    background: transparent !important;
  }
	/* Tablet screen set-up */
		
  *[class="FMT_CB2A7EA525071E3854607"] {
    display: block !important;
  }

  .WebOnly {
    display: none !important;
  }

  *[class="TabletAndMobileOnly"] {
    display: block;
  }

  *[class="SlideoutColumn"] {
    display: block;
    width: 25%;
    padding-left: 2.5%;
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	    -ms-flex-order: 3;
	        order: 3
  }

  .footerDefaqtoText {
    width: 95%;
    margin: 0 3%;
    background-position: left center;
	padding: 25px 12%;
  }
	/* Reasons to choose section formatting start */
  .repeatBg {
    background-image: url(../../../../images/bg-low-opacity-seperator.png), url(../../../../images/bg-low-opacity-seperator2.png) !important;
    background-repeat: repeat-y, repeat-x!important;
    background-position: 50% top, 40% !important;
  }

  *[class="compareDescription"] {
    width: 49% !important;
    padding: 20px 20px 20px 20px !important;
  }

  .ReasonsToChooseForColumn1 {
    width: 49% !important;
    padding: 20px !important;
  }

  .ReasonsToChooseForColumn2 {
    width: 49% !important;
    padding: 20px !important;
  }

  .ReasonsToChooseForColumn3 {
    width: 49% !important;
    padding: 20px !important;
  }

  .ReasonsToChooseForColumn4 {
    width: 49% !important;
    padding: 20px !important;
  }

  .tabletMargin {
    margin-top: 5% !important;
    margin-left: 12% !important;
    margin-right: 12% !important;
    margin-bottom: -15px !important;
  }

  *[class="TabletMobileHeading"] {
    font: 28px/35px DaciaBlock-Bold,"arial";
    display: block;
    text-align: center !important;
    padding-top: 20px;
    color: white;
  }

  *[class="setConditionStyle"] {
    left: 220px !important;
    bottom: 129px !important;
  }
	

/* header and footer changes with edge ids start */
	/* LandRover Logo Column size decrement */
	
  .LogoIcon {
  }
	 /* Removal of Links in header for Tablet */
  *[id="FMT_7FF7D21FD09131E554189"] {
    display: none !important;
  }

  /* To links menu on desktop - hide on tablet */
  .TopLinkMenus {
    display: none !important;
  }

  .FloatPopupSection {
    left: 5% !important;
    width: 90% !important;
    height: inherit;
  }
  
  /*Phase header text style to overlay on image
  .PhaseHeaderStyle{
  	font: 35px/44px READ-LIGHT,"arial";
  	top: 15px;
  }
  */
  
  .CompareCoverHeader1 {
    width: 66% !important;
  }

  .CompareCoverHeader2 {
    width: 34% !important;
  }
}
/* end of tablet styles modification */

.tickStyle {
  padding: 16px;
}

input#QUE_CBD04E914E8CEA3817141_0 {
  margin-bottom: 10px;
}

#FMT_C8A449098C641C3671241 {
  margin-left: 55px;
}

#COL_08F09D307349844322473 {
  padding-top: 3px;
}

#FMT_7FF7D21FD09131E554189.TopLinkMenuFloat {
	float: left;
}

/*#TXT_2116A3146FA72C1762139, 
#TXT_4333BF16FDAFEDA134751 {
  width: 100% !important;
}*/

.content {
  display: none;
}

.contentL2 {
  display: none;
}

.LDMediumFont {
  font-size: 18px;
  line-height: 20px;
  font-family: Avenir-Light;
  color: #00173a;
}

.carousel-indicators {
  bottom: 20px;
}

/* on hover of element containing tooltip default*/

*:not(.on-focus):hover > .tool-tip,
.on-focus input:focus + .tool-tip {
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.slateBlueBackground {
  background-color: #0C121C;
}

#Customer_NavigationMenu .show-popup span {
  background-color: #646B52;
  color: white;
  right: 50px;
  line-height: 4.1em;
  font-family: READ-LIGHT, "arial";
  font-size: 12px;
  margin-top: -2px;
  text-transform:uppercase;
}

#Customer_NavigationMenu li:first-child a span {
  border-top: none;
	/*border-bottom-color:#806622;*/
  margin-top: -1px;
  line-height: 4.17em;
}
/* I.E. FIX */
@media all and (-ms-high-contrast:none) {
  #Customer_NavigationMenu .show-popup span {
    line-height: 4.05em;
  }
}

#Retailer_NavigationMenu .show-popup span {
  background-color: rgb(153,154,156);
  color: white;
	/*text-shadow:1px 1px 0 #44a8d0;*/
  font-family: READ-LIGHT, "arial";
  font-size: 12px;
}


/**contact call center */
.contactTopSection {
  padding: 3em 0 1em 0;
}

.contactText {
  font: 26px/34px DaciaBlock-Bold,"arial";
  color: #000;
  margin: 10px 0 10px;
  text-transform: uppercase;
}

.contactEPText {
  font: 18px/25px READ-LIGHT,"arial";
  color: rgb(51,51,51);
  text-transform: uppercase;
}

.ContactTextRed {
  font: 18px/25px READ-LIGHT,"arial";
  color: black;
}

.ContactTextLightLemon {
  font: 18px/25px READ-LIGHT,"arial";
  color: rgb(254,219,71);
}

.referralText {
  font: 18px/25px READ-LIGHT,"arial";
  color: black;
  padding: 5px 4px;
}

.referralSectionText {
  font: 18px/25px READ-LIGHT,"arial";
  color: black;
  border-bottom: 1px solid #646b52;
  padding-bottom: 15px;
}

.QuoteProtectionNoClaimsHeader {
  font: 26px/20px DaciaBlock-Bold,"arial";
  color: black;
  margin-top: 20px;
}

.QuoteProtectionNoClaimsDesc {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  padding-top: 8px;
}

.bcImage2 {
  content: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/M%26C_Dacia_tooltip_inactive.png");
  background-image: url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/M%26C_Dacia_tooltip_inactive.png);
  background-repeat: no-repeat;
  width: 21px;
  height: 21px;
  background-position: center;
}

.bcImage2:hover {
  content: url("https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/M%26C_Dacia_tooltip_active.png");
  background-image: url(https://edge-static-files.s3.eu-west-2.amazonaws.com/Dacia/images/M%26C_Dacia_tooltip_active.png);
  background-repeat: no-repeat;
}

.tool-tip {
  background-color: #646B52;
  font: 16px/22px READ-LIGHT,"arial";
  color: white;
  text-shadow: none;
  visibility: hidden;
  border-radius: 0px;
  text-align: left;
  opacity: 0;
  z-index: 999;
  position: absolute;
  cursor: default;
  -webkit-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.tool-tip, *.tool-tip.top {
  top: auto;
  bottom: 114%;
  left: 50%;
}

.tool-tip, *.tool-tip.top {
	width: 280px;
    margin-left: -260px;
    margin-top: 6px;
}

.tool-tip.bottom {
  top: 120%;
  bottom: auto;
  left: 50%;
  margin-bottom: auto;
}

.tool-tip.bottom:before {
	position: absolute;
    display: inline-block;
    border-top: 13px solid black;
    border-left: 0px solid black;
    border-right: 2px solid black;
    border-bottom: 0px solid black;
    left: 258px;
    top: -12px;
    content: '';
}

.tool-tip.bottom after {
  position: absolute;
  top: -40px;
  left: 95%;
  margin-left: -7px;
  content: " ";
  height: 39px;
  width: 0px;
  border: 1px solid;
  border-top-color: rgba(188,22,44,1);
  border-bottom-color: rgba(188,22,44,1);
  border-left-color: rgba(188,22,44,1);
  border-right-color: rgba(188,22,44,1);
}

.LoadingText {
  font: 30px/26px READ-LIGHT,"arial";
  color: black;
  margin-top: 20px;
  padding: 5px 4px;
}

.PopupLoadingText {
  font: 20px READ-LIGHT,"arial";
  color: black;
  margin-top: 20px;
  padding: 5px 4px;
}

.UploadNCDLink {
  background: transparent url(../../../../images/R1/M&C_Renault_find_out_more_chevron.png) right center no-repeat;
  padding-right: 10px;
  font: 12px READ-LIGHT,"arial";
  color: black;
}

.UploadNCDQuestion {
  font: 16px/20px DaciaBlock-Bold, "arial";
  color: rgba(103,103,103,1);
  border: none;
  padding: 4px 2px;
  width: 100%;
  margin-bottom: 5px;
}

.UploadNCDAnswerControl {
  font: 16px/22px READ-LIGHT, "arial";
  color: black;
  padding: 0px;
  border: none;
}

.NeedHelpColumn {
  width: 25%;
}
/*ThankYou Page*/

.paddingtop1Percent {
  padding-top: 2%;
}

.paddingbottom1Percent {
  padding-bottom: 2%;
}

.marginleft3Percent {
  padding-left: 0px;
  margin-left: 3%;
}

.ThankyouSubsectionRow1Column1Width {
  width: 4%;
}

.ThankyouSubsectionRow1Column2Width {
  width: 90%;
}

.ThankyouSubsectionRow1Column3Width {
  width: 0;
  margin-top: 0;
}

.ThankyouSubsectionColumn2Width {
  width: 90%;
}

.FAQQuestionText {
  font: 16px/22px READ-LIGHT,"arial";
  color: black;
  padding: 5px 4px;
}

.PolicyDocumentColumn2 {
  width: 30%;
  margin-left: 20%;
}

.PolicyDocumentColumn1 {
  width: 50%;
}
/*LRQuote*/
.LRQuoteYourExcessesColumn1 {
  width: 50%;
}

.LRQuoteYourExcessesColumn2 {
  width: 30%;
  margin: 10% 0% 0% 20%;
}
/*LRQuote*/

/* Header changes */

.LogoTopMenuSection >div {
  /*display: -webkit-box;       OLD - iOS 6-, Safari 3.1-6 */
         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
      /* TWEENER - IE 10 */
  display: -webkit-flex;
     /* NEW - Chrome */
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.LogoPageHeading {
	display: none;
  -webkit-box-ordinal-group: 3;
          order: 2;
  -webkit-order: 2;
  -ms-flex-order: 2;
}

.TopLinkMenus {
	/* margin-right: auto; */
  -webkit-box-ordinal-group: 4;
          order: 3;
  -webkit-order: 3;
  -ms-flex-order: 3;
}

.TopLogoColumn {
	width: 40%;
  -webkit-box-ordinal-group: 2;
          order: 1;
  -webkit-order: 1;
  -ms-flex-order: 1;
}
/* Header Changes */

input {
  background-color: #646b52;
}

.SessionTimeOutGoHomeHeading {
  color: black;
  margin: 0 0 10px;
  font: 16px/22px READ-LIGHT,"arial";
}

.RetrieveQuoteError {
  background: transparent url("../../../../images/R1/M&C_Renault_error.png") no-repeat 2%;
  width: 89%;
  margin: 10px 0px 0px 4px;
  background-color: #646B52;
  color: #FFF;
}

.RetrieveQuoteErrorText {
  font: 16px/22px READ-MEDIUM,"arial";
  color: white;
  padding: 5px 0px 5px 40px;
}

/* NCD Protection Price Style */
.NCDCostText {
  font: 16px/22px READ-MEDIUM,"arial";
  color: black;
  padding: 10px 0;
  text-align: left;
  margin-left: 0.5em;
}

/* Compare Cover Header Heading */

.CompareCoverHeading {
  font: 24px/30px READ-LIGHT, "arial";
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 0.01em;
}

.CompareCoverHeader1 {
  font: 28px/32px READ-LIGHT,"arial";
  color: rgba(0,48,129,1);
  width: 65%;
  margin-bottom: 2%;
}

.CompareCoverHeader2 {
  font: 28px/32px READ-LIGHT,"arial";
  color: rgba(0,48,129,1);
  width: 35%;
  margin-bottom: 2%;
}

/* Vehicle not found error section on Vehicle Details page */
.VehicleNotFoundError {
  padding: 1em 0 1em 2.5em;
  background: #646b52 url(../../../../images/D1/M&C_Dacia_error.png) no-repeat 10px center;
}

.ErrorMessage {
  font: 16px/22px READ-MEDIUm, "arial";
  padding: 0px 0 0 1.25em;
}

/* Sticky buttons section */
.stickyButtonsSection {
  display: none;
}


/* Header image replacement styles */
.HomePageBanner {
  left: 2%;
  top: 5%;
	/*background-color: rgba(256,256,256,0.7);*/
  width: 40%;
  color: #fff;
  text-align: left;
  text-shadow: none;
  padding: 0;
  bottom: auto;
  position: absolute;
}

.BannerButtons {
  padding-top: 5px;
}

.HamburgerIconSection {
  margin-top: 0 !important;
  float: right;
}

.MobileDefaqtoLogoSection {
  display: none;
}

.TextGreyColor  {
	color: black;
}

.SubText {
	font: 1em/1.2em DaciaBlock-Bold,"arial";
	padding: 4px;
}

.PaymentComodoSecureHelpColumn {
	width: 7%;
}

/* payment page voucher code question */

.VoucherCodeQuestionColumn {
	width: 80%;
}

.VoucherCodeQuestion {
	font: 20px/22px READ-LIGHT, "arial";
    color: rgb(78,80,84);
    width: 49%;
}

.VoucherCodeApplyButtonColumn {
	width: 20%;
}

.PaymentFindPostCodeButton {
	font: 16px/22px READ-MEDIUM,"arial" ;
	text-align: center;
    color: white;
	text-transform: uppercase;
    padding:  10px;
    min-width: 5em;
    border: 1px;
    vertical-align: middle;
    margin: 24px 0 0px 0;
    background: #646B52 url(../../../../images/D1/M&C_Dacia_chevron_white_right.png) 85% center no-repeat;
    /* border-radius: 5px; */
}

.PrivacyOptinText {
	font: 16px/22px READ-LIGHT, "arial";
}

.PrivacyOptinText a {
	text-decoration: underline;
}

.promovideos {
    background-color: #646b52;
    padding-bottom: 10px;
}

#verex-videos {
	width: 50%;
	height: 320px;
}

.QuoteHelpToolTipButton {
	background: transparent url(../../../../images/D1/M&C_Dacia_tooltip_blue.png) left no-repeat;
	width: 20px;
	height: 20px;
	border: 0 none;
}

.HideCoreProtectPackage, .HideForVM {
	display: none;
}
.HidePeaceOfMindPackage {
	display: none;
}
.HideKeyCover {
	display: none;
}
.HideLegalCover {
	display: none;
}
.HideCourtesyCar {
	display: none;
}
.HideBreakdown {
	display: none;
}

.QuoteProtectionTableWrapper {
}

.AncillaryTableLastColumn {
	width: 20% !important;
}

.AncillaryTableFirstColumn {
	width: 70% !important;
}
.PaymentPriceBreakdown {
	font: 16px/22px READ-LIGHT,"arial";
	color: #FFF;
}
.warningPopupLeftColumn {
    width: 85%;
}

.warningPopupRightColumn {
    margin: 0.5em 0 0 0;
    width: 25px;
}

.NCDHeadingColumn {
	width: 61.5%;
}
.NCDDescColumn {
	width: 64%;
}

/* Telematic quote page heading override */
#p1_HEAD_E0459FB3D061ABC591080, #p1_HEAD_E0459FB3D061ABC591083 {
	color: #FFF;
}

@media only screen and (min-device-width: 1366px) and (max-device-width: 1599px), only screen and (max-width: 1599px) and  (min-width: 1366px) {
	
	.Fivestarcovercol1 {
		width: 24%;
	}

	.Fivestarcovercol2 {
		width: 30%;
	}
	
	.Fivestarcovercol3 {
		width: 30%;
	}
	
	.QuoteProtectionTableWrapper {
		width: 70%;
	}
}

@media only screen and (min-device-width: 1600px) and (max-device-width: 1690px), only screen and (max-width: 1600px) and  (min-width: 1690px) { 

	.Fivestarcovercol1 {
		width: 24%;
	}

	.Fivestarcovercol2 {
		width: 27%;
	}
	
	.Fivestarcovercol3 {
		width: 25%;
	}
	.QuoteProtectionTableWrapper {
		width: 70%;
	}		
}

@media only screen and (min-device-width: 1700px) and (max-device-width: 1920px), only screen and (max-width: 1700px) and  (min-width: 1920px) {
	
	.Fivestarcovercol1 {
		width: 24%;
	}

	.Fivestarcovercol2 {
		width: 22%;
	}
	
	.Fivestarcovercol3 {
		width: 21.5%;
	}
	
	.QuoteProtectionTableWrapper {
		width: 65%;
	}
	.NCDHeadingColumn {
		width: 37.5%;
	}
	.NCDDescColumn {
		width: 43%;
	}
	.CCPTable {
		/* width: 66%; */
	}
}

@media only screen and (max-device-width: 1025px) and  (min-device-width: 768px) and (orientation: landscape), only screen and (max-width: 1025px) and  (min-width: 768px) and (orientation: landscape) {
	
	.Fivestarcovercol1 {
		display: none;
	}

	.Fivestarcovercol2 {
		width: 40%;
		margin-left: 3%;
	}
	
	.Fivestarcovercol3 {
		width: 40%;
	}
	
}

@media only screen and (min-device-width: 740px) and (max-device-width: 768px) and  (orientation: portrait) {
	
	.Fivestarcovercol1 {
		display: none;
	}

	.Fivestarcovercol2 {
		width: 52%;
	}
	
	.Fivestarcovercol3 {
		width: 48%;
	}
	
	.Fivestarcovernewquotebutton {
		width: 175px;
	}

}