/*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;}
*/
/* VOLVO STYLES FOR DESKTOP */
html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

*:before, *:after {
	-webkit-box-sizing: inherit;
	-moz-box-sizing: inherit;
	box-sizing: inherit;
}

body {
	font-size: 14px;
	color: rgb(29, 51, 86);
}

/* MAIN CONTAINER */
.BrowserWindow {
	font-family: "novum-Light", "arial", "helvetica", sans-serif;
	margin: 0;
	background-repeat: repeat;
	margin: 0 auto;
	background-color: rgb(236, 236, 236);
	color: rgb(29, 51, 86);
	word-spacing: 1px;
	/*max-width:1440px;*/;
}

select[multiple], select[size] {
	height: 30px !important;
}

option {
	font-family: novum-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 VOLVO COLOR CODES */
.LightLemonColor {
	color: rgb(254, 219, 71);
}

.MidRedColor {
	color: rgb(162, 22, 41);
}

.DarkRedColor {
	color: rgb(138, 19, 34);
}

.BGGreyColor {
	color: rgb(246, 246, 246);
}

.DisplayGreyColor {
	color: rgb(51, 51, 51);
}

.TextGreyColor {
	color: rgb(51, 51, 51);
}

.DarkGreyColor {
	color: rgb(136, 136, 136);
}

.MidGreyColor {
	color: rgb(103, 103, 103);
}

.BrightGreyColor {
	color: rgb(203, 203, 203);
}

.LightGreyColor {
	color: rgb(229, 229, 231);
}

.BlackColor {
	color: black;
}

.BlueColor {
	color: rgba(61, 70, 87, 1);
}

.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);
}

.BackgroundBlueColor {
	background-color: rgb(61, 70, 87);
}

.BackgroundWhiteColor {
	background-color: #fff;
}

/* END VOLVO COLOR CODES */

/* VOLVO Fonts */
.novum-Bold {
	font-family: novum-Bold;
}

.novum-Medium {
	font-family: novum-regular;
}

.novum-Light {
	font-family: novum-Light, "arial";
}

.Font12px16pxLight {
	font-size: 16px;
	line-height: 16px;
	font-family: "novum-Light", "arial", "helvetica", sans-serif;
}

.Font18px25pxLight {
	font-size: 18px;
	line-height: 25px;
	font-family: "novum-Light", "arial", "helvetica", sans-serif;
}

.Font18px25pxBold {
	font-size: 18px;
	line-height: 25px;
	font-family: "novum-Bold", "arial", "helvetica", sans-serif;
}

.Font20px24pxBold {
	font-size: 20px;
	line-height: 24px;
	font-family: "novum-Bold", "arial", "helvetica", sans-serif;
}

.Font30px36pxBold {
	font: 30px/36px novum-Bold, "arial";
}

/* end VOLVO 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: 2rem 0;
}

.PaddingTB1em {
	padding: 1rem 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 */
select.verexDateDropDownImage {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: url(../../../images/V1/M&C_Volvo_dropdown_graphite.png)
		no-repeat scroll 86% 50% rgb(255, 255, 255);
	padding-right: 30px;
}

/* end select drop down image */

/* Page Header Styles */
.MainHeaderStyle1 {
	font: 34px/40px novum-Bold, "arial";
	color: rgb(51, 51, 51);
}

.MainHeaderStyle2 {
	font: 20px/24px novum-Bold, "arial";
	color: rgba(51, 51, 51, 1);
}

.MainContentSection {
	width: 65%;
}

.LeftColumn {
	width: 49%;
	margin-right: 1%;
}

.RightColumn {
	width: 50%;
}

.VehicleSearchResultsSection {
	background-color: rgb(195, 213, 229);
	padding: 10px;
}

.multiCarCallBackInstructionSection {
	/* background-color: white; */
	padding: 10px;
}

.VehicleSearchResultsSectionText {
	font: 16px/20px novum-Light, "arial";
	color: rgb(29, 51, 86);
}

.VehicleSearchResultsSectionTextBold {
	font: 16px/20px novum-Bold, "arial";
	color: rgb(29, 51, 86);
}

/* COOKIE POLICY */
.CookiePolicySection {
	background-color: rgb(29, 51, 86);
	/*display:none;*/;
	color: white;
}

.CookieContent {
	width: calc(100% - 62px);
	width: -moz-calc(100% - 62px);
	width: -webkit-calc(100% - 62px);
	/* specified as percentage rather than absolute pixels */
	padding: 35px 2.5% 25px 2.5%;
}

.CookieContentText {
	font: 15px/30px novum-Light, "arial";
}

.CookieCloseButtonSection {
	width: 62px;
	color: white;
}

.CookieCloseButton {
	background-color: transparent;
	border: none;
	font-size: 2.5rem;
	padding-top: 35px;
	color: white;
}

.TabletCookieSection {
	background-color: rgb(29, 51, 86);
	display: none;
}

.TabletMobileHeading {
	color: white;
	font: 15px novum-Light, "arial";
	padding: 30px 0 30px 2%;
	text-transform: uppercase;
}
/* END COOKIE POLICY */

/* VOLVO LOGO AND TOP MENU */
.LogoTopMenuSection {
	background: rgb(250, 250, 250) none repeat scroll 0% 0%;
}

/*
.LogoTopMenuSection::after {
    content: '';
    position: absolute;
    z-index: 1; 
    -webkit-box-shadow: 0 7px 6px 0px rgba(0,0,0,.4);
    -moz-box-shadow: 0 7px 6px 0px rgba(0,0,0,.4);
    box-shadow: 0 7px 6px 0px rgba(0,0,0,.4);                
    width: 100%; 
    height: 5px;
    bottom: 0;
}
*/
.LogoSection {
	padding: 30px 0 30px 16px;
}

#TXT_987015E70F2DEAF5112359 {
	display: none;
}

.LogoIcon {
	background: transparent
		url("../../../images/V1/volvo-wordmark-black.svg") no-repeat;
	border: none;
	width: 100px;
	height: 10px;
	background-size: contain;
}

.BrandHeaderText {
	font: 28px novum-regular, "arial";
	padding: 35px 0 0 10%;
	color: rgb(0, 0, 0);
}
/* END VOLVO LOGO SECTION */

/* TOP MENU FIXED LINKS */
.menufixedlinks {
	padding: 30px 0;
	text-transform: uppercase;
}

.menufixedlinks ul {
	list-style-type: none;
	display: inline;
	text-align: center;
}

.menufixedlinks li {
	font: 16px novum-regular, "arial";
	padding: 0 26px 24px 0;
}

.LogoTopMenuSection .menufixedlinks li a {
	color: black;
	font: 15px novum-Light, "arial";
}

/*.menufixedlinks a:hover, #menu a:focus { color: #FFFFFF; }*/

/* Footer Styles */
#Footer {
	/* border-top: 4px solid #fff; */
	
}

.Footer_Links_Content a {
	font: 15px novum-Light, "arial";
	padding-right: 26px;
	color: white;
}

.Footer_Links_Content a:hover, .Footer_Links_Content a:visited,
	.Footer_Links_Content a:active, .Footer_Links_Content a:focus {
	color: white;
}

#footer_base_wrap {
	margin: 0px auto;
	height: 67px;
	position: relative;
	background: #FFF none repeat scroll 0% 0%;
	display: block;
	overflow: visible;
}

.footerDefaqtoContent {
	background-color: white;
	border-top: 1px solid white;
	display: block;
}

.footerDefaqtoText {
	width: 50%;
	margin: auto;
	padding: 20px 0 20px 90px;
	font: 20px/30px novum-Bold, "arial";
	color: rgb(78, 80, 84);
	background: transparent url("../../../images/V1/Defaqto.png") no-repeat
		scroll left center;
}

.mobileFooterDefaqtoText {
	display: none;
}

.Footer_Links_Content {
	background-color: rgb(29, 51, 86);
	padding: 21px 2.5%;
	text-transform: uppercase;
}

.footerTextStyle {
	font: 12px/16px novum-Light, "arial";
	background-color: rgb(29, 51, 86);
	padding: 30px 4% 30px 2.5%;
	color: white;
}

/* START VOLVO 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 VOLVO CAROUSEL BUTTONS */

/* 

/* compare cover content section */
.CompareCoverContentWrapper {
	background-color: rgb(255, 255, 255);
	padding-top: 4.0625rem;
}

.CompareCoverContent {
	margin: 0 auto;
	width: 50%;
}

.CompareCoverTableWrapper {
	padding-top: 4.0625rem;
}

.CompareCoverTableRow {
	border-bottom: 1px solid rgb(236, 236, 236);
	padding-bottom: 1px;
}

.CompareCoverTableColumn1 {
	width: 55%;
	font-size: 20px;
	line-height: 24px;
}

.CompareCoverTableColumn2 {
	width: 22%;
	background: rgb(29, 51, 86);
}

.CompareCoverTableColumn3 {
	width: 23%;
}

.CompareCoverTableHeaderRowCol2 {
	font-family: novum-Bold, "arial";
}

.CompareCoverTableHeaderRowCol3 {
	font-family: novum-Bold, "arial";
}

.CompareTableRow1Col2HeaderText {
	font: 16px/19px novum-Bold, "arial";
	padding: 8px 0;
	color: white;
}

.CompareTableRow1Col3HeaderText {
	font: 16px/19px novum-Bold, "arial";
	padding: 8px 0;
}

.CompareTableContentText {
	font: 20px/24px novum-Light, "arial";
	padding: 10px 0;
}

.GenuineSparePartsQuestion {
	font: 18px/25px novum-Light, "arial";
	width: 100%;
}

.GenuineSparePartsAnswer {
	font: 16px novum-Light, "arial";
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../../../images/V1/M&C_Volvo_dropdown_graphite.png)
		no-repeat scroll 98% 50% #FFFFFF;
	color: rgb(102, 102, 102);
}

span.GenuineSparePartsAnswer {
	display: none;
}

.CompareCoverSourceText {
	padding-top: 15px;
	font: 13px/16px novum-Light, "arial";
	color: rgb(102, 102, 102);
}

.CurrentInsurerDesc {
	padding: 30px 80px;
	background: rgb(195, 213, 229);
}

.CurrentInsurerHeader {
	font: 30px/36px novum-Light, "arial";
	padding-bottom: 10px;
}

.CurrentInsurerHeader>div>b {
	font: 30px/36px novum-Bold, "arial";
}

.CurrentInsurerPolicyWording {
	font: 20px/24px novum-Light, "arial";
	padding-bottom: 10px;
	color: rgb(78, 80, 84);
}

.CurrentInsurerPolicyWordingYear {
	font: 20px/24px novum-Light, "arial";
	padding-bottom: 10px;
}

.CompareCoverBespokeHeading {
	font: 36px/40px novum-Bold, "arial";
	padding: 10px 0;
}

.CompareCoverBespokeSubHeading {
	font: 18px/25px novum-Bold, "arial";
	padding: 5px 0;
	color: rgb(78, 80, 84);
}

.CompareCoverBespokeText {
	font: 18px/25px novum-Light, "arial";
	padding: 5px 0;
	color: rgb(78, 80, 84);
}

.CompareCoverTickImge, .ev-table-tick {
	background: transparent
		url("../../../images/V1/M&C_Volvo_tick_blue.png") no-repeat scroll
		center center;
}

.CompareCoverTableTickImge {
	background: transparent
		url("../../../images/V1/M&C_Volvo_tick_white.png") no-repeat scroll
		center center;
}

.CompareCoverCrossImge {
	background: transparent url("../../../images/V1/VER_LR_cross_blue.png")
		no-repeat scroll center center;
}

.tickImage {
	background: transparent
		url("../../../images/V1/M&C_Volvo_Selected_tracker_tick.png")
		no-repeat scroll right center;
}

.GreenTickImage {
	background: transparent
		url("../../../images/V1/M&C_Volvo_tick_blue.png") no-repeat scroll
		center center;
}

.RedCrossImage, .ev-table-cross {
	background: transparent
		url("../../../images/V1/M&C_Volvo_cross_silver.png") no-repeat scroll
		center center;
}

.CompareCoverOptionsSection {
	border: medium none;
	background-position: left top;
	vertical-align: middle;
	padding: 0.5rem 0;
	background-origin: content-box;
}

.CompareCoverOptionsText {
	font: 18px novum-Light, "arial";
	padding-left: 30px;
	margin-bottom: 15px;
	color: rgb(78, 80, 84);
}

.CompareCoverTAndC {
	Font: 14px/18px novum-Light, "arial";
	padding: 2em 0;
	color: rgb(78, 80, 84);
}

/* Compare cover button */
.CompareCoverButtonSection {
	width: 100%;
	margin: 2em 0;
}

.BlueButton, .CompareCoverCloseButton, .CompareCoverButton, .RoundButton,
	.DoneButton, .DealerLoginButton {
	Font: 12pt novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding: 0.5em 1.5em;
	background-color: transparent;
	border: 1px solid rgb(29, 51, 86);
	margin-top: 10px;
}

.DealerLoginButton {
}

.BlueButton:hover, .CompareCoverButton:hover, .CompareCoverCloseButton:hover,
	.RoundButton:hover, .DoneButton:hover, .DealerLoginButton:hover {
	background-color: rgb(29, 51, 86);
	color: white;
}
/* end compare cover button */
.CompareCoverHeading {
	font: 24px/30px novum-Medium, "arial";
	text-transform: uppercase;
	margin-bottom: 1em;
	letter-spacing: 0.01em;
}

/* end compare cover content styles */

/* start 4 Reasons To Choose Section*/
.FourReasonsContainer {
	color: rgb(29, 51, 86);
}

.FourReasonsHeaderSection {
	
}

.FourReasonsHeaderSection .FourReasonsHeader1 {
	font: 34px/40px novum-Light, "arial";
	padding-top: 1.125em;
}

.FourReasonsHeaderSection .FourReasonsHeader2 {
	font: 34px/40px novum-Bold, "arial";
	padding-bottom: 0;
}

/* Numbered Heading Style */
.FourReasonsNumberSection {
	width: 59px;
	height: 59px;
	font: 34px/22px novum-Bold, "arial";
	border-radius: 50%;
	margin: auto;
	background-color: transparent;
	border: 2px solid rgb(29, 51, 86);
	padding: 17px;
}

.FourReasonsHeaderText {
	font: 20px/26px novum-Bold;
	padding-top: 21px;
	text-transform: uppercase;
}

.FourReasonsText {
	font: 20px/25px novum-Light, "arial";
	color: rgb(78, 80, 84);
	padding-top: 16px;
}
/* end 4 reasons section styles*/

/* Modal close button style */
.ModalCloseButton {
	background: transparent
		url("../../../images/V1/M&C_Volvo_modal_close.png") no-repeat scroll
		right 10%;
}

/* Top Progress bar Styles */
.FEAturesCurrentStepStyle {
	color: rgb(29, 51, 86);
	font: 1.5vw/34px novum-Light, "arial";
	padding-right: 0.5vw;
	vertical-align: middle;
}

.FEAturesVisitedIndicatorStyle {
	background: transparent
		url("../../../images/V1/M&C_Volvo_tick_blue.png") no-repeat scroll 9px
		center;
	font-family: novum-Bold, "arial";
	margin: 5px;
	padding: 2px 15px;
	border-radius: 50%;
	border: 2px solid rgb(29, 51, 86);
}

.FEAturesVisitedStepStyle {
	color: rgb(203, 203, 203);
	font: 1.5vw/34px novum-Light, "arial";
	padding-right: 0.5vw;
	vertical-align: middle;
}

/* .FEAturesVisitedStepStyle:nth-child(3) {
  width: 210px;
}

.FEAturesVisitedStepStyle:nth-child(5) {
  width: 135px;
} */
.FEAturesFutureStepStyle {
	color: rgb(153, 153, 153);
	font: 1.5vw/34px novum-Light, "arial";
	padding-right: 0.5vw;
	vertical-align: middle;
}

.FEAturesCurrentIndicatorStyle {
	font-family: novum-Bold, "arial";
	font-size: 23px;
	background-color: rgb(29, 51, 86);
	margin: 5px;
	padding: 3px 11px;
	border-radius: 50%;
	color: rgb(255, 255, 255);
	border: 2px solid rgb(29, 51, 86);
}

.FEAturesFutureIndicatorStyle {
	font-family: novum-Bold, "arial";
	font-size: 23px;
	border: 2px solid rgb(29, 51, 86);
	margin: 5px;
	padding: 3px 11px;
	border-radius: 50%;
	color: rgb(29, 51, 86);
	background-color: transparent;
}

.FEAturesSeparatorStyle {
	background: url("../../../images/V1/M&C_Volvo_navigation_arrow.png")
		no-repeat;
	width: 20px;
	margin-top: 12px;
}

.ProgressBarSection {
	padding: 60px 0;
	border-bottom: 1px solid rgb(255, 255, 255);
}
/* end progress bar styles */

/* Floating Need Help Section styles */
.HelpBox {
	background-color: rgb(29, 51, 86);
	margin: 10% auto;
	width: 85%;
	color: white;
}

.TabletMobileHelpBox {
	background-color: rgb(29, 51, 86);
	padding: 20px;
	width: 95%;
	margin: auto;
	color: white;
}

.NeedHelpHeading {
	font: 29px/34px "novum-Light", "arial";
}

.NeedHelpContactNo {
	font: 29px/34px "novum-Bold", "arial";
	padding-top: 10px;
}

.NeedHelpContentText {
	font: 18px/25px "novum-Light", "arial";
	padding-top: 10px;
}

.callMeBackButton {
	font: 16px/16px novum-regular, "arial";
	background-color: transparent;
	color: White;
	width: 150px;
	height: 48px;
	vertical-align: middle;
	margin: 1em auto;
	border: 1px solid white;
}

.callMeBackButton:hover {
	background-color: white;
	color: rgb(29, 51, 86);
}
/* end floating need help section */

/* Quote Form Question Answer Styles */
/*
.QuoteFormSection {
  background-color: rgba(236,236,236);
	/*border: 1px solid rgb(236,236,236);;
}
*/
.FAQSection {
	padding-left: 15px;
	padding-top: 14px;
}

.FormFieldSection {
	padding: 15px 0;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.ThankyouFieldSection {
	padding: 10px 0;
	border-bottom: 1px solid rgb(255, 255, 255);
}

.UsefulResourcesFieldSection {
	padding: 15px 0;
}

.FormSection {
	padding: 10px 0;
}

.PopupWrapper {
	margin: 0.5em 0 1em 0;
}

.FormText {
	font: 18px/25px novum-Light, "arial";
}

.FormTextBold {
	font: 18px/25px novum-Bold, "arial";
}

.AboutYouSummaryHeader {
	font: 18px/25px novum-Bold, "arial", "helvetica", sans-serif;
	color: rgba(61, 70, 87, 1);
}

.BasicQuestion {
	font: 18px/25px novum-Light, "arial";
	margin-bottom: 8px;
	width: 100%;
}

.BasicQuestionBold {
	font: 20px/22px novum-Light, "arial";
	color: rgb(78, 80, 84);
	margin-bottom: 8px;
	width: 100%;
}

.LeftColumnButton {
	width: 38%;
}

.MiddleColumnButton {
	width: 35%;
}

.RightColumnButton {
	width: 27%;
}

.BasicAnswerReadOnly {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	padding: 4px 2px;
	width: 90%;
	border: 0 none;
}

.BasicAnswerTextFieldReverseBackground {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	border: 1px solid rgb(236, 236, 236);
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 5px;
}

.BasicAnswerTextField {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	border: 1px solid rgb(236, 236, 236);
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 5px;
	background-color: white;
}

.BasicAnswerReadOnlyTextField {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	border: none;
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 5px;
}

.BasicRadioButtonField {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	padding: 4px 0;
	width: 35%;
	border: 0 none;
	margin-bottom: 5px;
	background-color: transparent;
}

.RowRadioButtonAnswer {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	padding: 4px 0;
	width: 20%;
	border: 0 none;
	margin-bottom: 5px;
	min-width: 100px;
}

.BasicAnswerTextFieldWithHelp {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	border: 1px solid rgb(236, 236, 236);
	padding: 4px 2px;
	width: 90%;
	margin-bottom: 5px;
	background-color: white;
}

.CompleteAnswerTextFieldWithHelp {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	border: 1px solid rgb(236, 236, 236);
	padding: 4px 2px;
	width: 95%;
	margin-bottom: 5px;
	background-color: white;
}

.CompleteAnswer {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	border: 1px solid rgb(236, 236, 236);
	padding: 4px 2px;
	width: 100%;
	margin-bottom: 5px;
}

/* to align help icon */
.FormFieldSection a img {
	vertical-align: middle;
	padding: 5px;
}

.BasicAnswerDropDown {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	text-transform: uppercase;
	width: 90%;
	border: 1px solid rgb(236, 236, 236);
	padding: 0px 2px;
	margin-bottom: 5px;
}

.CompleteAnswerDropDown {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	text-transform: uppercase;
	width: 95%;
	border: 1px solid rgb(236, 236, 236);
	padding: 0px 2px;
	margin-bottom: 5px;
}

.BasicAnswerDOBDropDown {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	text-transform: uppercase;
	border: 1px solid rgb(236, 236, 236);
	margin-right: 10px;
	margin-bottom: 5px;
}

.BasicAnswerDropDown, .BasicAnswerDOBDropDown, .CompleteAnswerDropDown.verexDropdownImage
	{
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../../../images/V1/M&C_Volvo_dropdown_graphite.png)
		no-repeat scroll 98% 50% rgb(255, 255, 255);
	padding-right: 30px;
}

.RemoveClaimButton {
	font: 12pt novum-Bold, "arial";
	background-color: transparent;
	color: rgb(29, 51, 86);
	padding: 5px 20px;
	height: 38px;
	border: 1px solid rgb(29, 51, 86);
	vertical-align: middle;
	margin-top: 37px;
}

.AddClaimConvictionButton {
	font: 12pt novum-Bold, "arial";
	background-color: transparent;
	color: rgb(29, 51, 86);
	padding: 5px 20px;
	height: 38px;
	vertical-align: middle;
	margin: 15px 0 5px 0;
	border: 1px solid rgb(29, 51, 86);
}

.showReviewButton {
	font: 12pt novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding: 5px 35px 5px 20px;
	height: 50px;
	border: 1px solid;
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background: transparent
		url("../../../images/V1/M&C_Volvo_plus_blue.png") no-repeat scroll 93%
		46%;
}

.BackButton {
	background: transparent;
	/* padding: 6px 25px 4px 25px; */
	color: rgb(29, 51, 86);
	border: 1px solid rgb(29, 51, 86);
	/*font-weight:bold;*/
}

.BackButton:hover {
	background-color: rgb(29, 51, 86);
}

.NextButton {
	background: transparent;
	/* padding: 6px 25px 4px 25px; */
	color: rgb(29, 51, 86);
	border: 1px solid rgb(29, 51, 86);
	float: right;
}

.NextButton:hover {
	background-color: rgb(29, 51, 86);
}

.SaveForLaterButton {
	font: 12pt novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding: 1px 0px;
	vertical-align: middle;
	margin: 20px 0 5px 0;
	background-color: transparent;
	border: none;
	border-bottom: 2px solid rgb(153, 153, 153);
	text-transform: uppercase;
}

.YouExcessButton {
	font: 12px/20px novum-Bold, "arial";
	padding: 1px 0;
	margin-left: 10px;
	border-bottom: 1px solid;
}

.LightLemonButton {
	background-color: rgb(254, 219, 71);
	padding: 5px 25px 5px 25px;
}

.BlackButton {
	font: 12pt novum-Bold;
	background-color: black;
	text-transform: uppercase;
}

.AdditionalDriverHeading {
	font: 30px/36px novum-Light, "arial";
	margin-top: 1em;
}

.FindPostCodeButton {
	background-color: rgb(61, 70, 87);
	margin: 10px 0px 5px;
}

/* Reviews Screen */
.ReviewText {
	font: 31px/40px novum-Light, "arial";
	color: rgb(51, 51, 51);
}

.ReviewerText {
	font: 20px/24px novum-Light, "arial";
	color: rgb(103, 103, 103);
}

.RetrieveQuoteHeading {
	font: 28px/30px novum-Bold, "arial";
}

.RetrieveQuoteHeadingBold {
	font: 21px/25px novum-Bold, "arial";
}

.PolicyDocumentHeading {
	font: 34px/40px novum-Bold, "arial";
	padding: 10px 0px;
	/*font-weight: bold;*/
}

.DealerResourceLeftAlignText {
	font: 18px/24px novum-Light, "arial";
	color: rgba(88, 89, 91, 1);
}
/* FAQ SECTION STYLES */
.FAQHeading {
	font: 24px/30px novum-Bold, "arial";
	padding: 5px 4px;
	text-transform: none;
	/*font-weight:bold;*/
}

.FAQHeadingText {
	font: 34px/40px novum-Bold, "arial";
	padding: 5px 4px;
	cursor: pointer;
	cursor: hand;
}

.FAQContentText {
	font: 18px/25px novum-Light, "arial";
	padding: 5px 4px;
}

.ProofOfNcdText {
	font: 18px/25px novum-Light, "arial";
	padding-left: 30px;
	margin-bottom: 10px;
}

.ProofOfNCDHeadingSection {
	
}
/*NCD screen sub-heading*/
.ProofOfNcdSubHeading {
	font: 22px/24px novum-Bold, "arial";
	color: black;
	padding: 5px 4px;
	text-transform: none;
}

.MakeAClaimContentTextBold {
	font: 20px/25px novum-Bold, "arial";
	color: black;
	padding: 5px 4px;
	/*font-weight:bold;*/
}

.MakeAClaimContentTextTableRightAlign {
	font: 18px/20px novum-Light, "arial";
	padding: 5px 2px;
	text-align: right !important;
	float: right !important;
}

.MakeAClaimContentTextTableCenter {
	font: 15px/20px novum-Light, "arial";
	padding: 5px 4px;
	text-align: right;
}

.MakeAClaimContentTextTableLeftAlign {
	font: 18px/20px novum-Light, "arial";
	padding: 5px 4px;
	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: 18px/25px novum-Bold, "arial";
	color: black;
}

.tblFAQContentText {
	font: 16px/25px novum-Light, "arial";
	color: black;
	padding-left: 2%;
	vertical-align: top;
}

/* END FAQ Table style*/

/*END FAQ SECTION STYLE */

/* Auto Complete List Style */
.w-form-autocomplete {
	border: 1px solid rgb(236, 236, 236);
	cursor: pointer;
	max-height: 200px;
	overflow-y: auto;
	background-color: rgb(195, 213, 229);
	font: 12px novum-Bold, "arial";
}

.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 */
.QuoteHelpToolTipButton {
	background: none;
}

.QuotePriceSection {
	margin-top: 1rem;
	background-color: white;
	padding: 20px;
}

.QuotePriceHeader1 {
	font: 30px/36px novum-Light, "arial";
}

.QuotePriceHeader1>div>b {
	font: 30px/36px novum-Bold, "arial";
}

.QuotePriceHeader2 {
	font: 20px/24px novum-Bold, "arial";
	color: black;
	margin-top: 1rem;
}

.QuotePriceBreakup {
	font: 18px/25px novum-Light, "arial";
	margin-top: 1rem;
}

.YourExcessSection {
	padding: 10px 0;
	border-bottom: 1px solid #E5E5E7;
}

.YourExcessButtonSection {
	padding: 10% 0 0 10%;
}

.RetailerAdminButton {
	background-color: rgb(195, 213, 229);
	border: 1px solid rgb(195, 213, 229);
	padding: 5px;
}

.RetailerAdminButton:hover {
	border: 1px solid rgb(29, 51, 86);
	color: rgb(29, 51, 86);
	background-color: transparent;
}

.VoluntaryExcessAnswerDropDown {
	font: 19px/25px novum-Light, "arial";
	width: 100%;
	border: 1px solid #fff;
	padding: 2px 4px;
}

.VoluntaryExcessAnswerDropDown.verexDropdownImage {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(../../../images/V1/M&C_Volvo_dropdown_graphite.png)
		no-repeat scroll 98% 50%;
	padding-right: 30px;
	background-color: rgb(236, 236, 236);
}

.VoluntaryExcessAnswerDropDown>option {
	background-color: rgb(236, 236, 236);
}

/* Dealer Chat functionality styles */
.DealerLoginChatButton {
	font: 18px/25px novum-Bold, "arial";
	text-transform: uppercase;
	color: black;
	margin-top: -20px;
}

.DealerChatNowButton {
	font-family: Arial;
	color: #fff;
	font-size: 20px;
	background: rgb(153, 153, 155);
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	width: 90%;
}

.DealerChatNowButton:hover {
	color: rgb(51, 152, 94);
	background: #fff;
}

.DelaerChatPopupContentText {
	font: 18px/25px "novum-Light", "arial";
	padding-top: 10px;
	color: black;
}

.DelaerChatPopupContactNo {
	font: 29px/34px "novum-Bold", "arial";
	padding-top: 10px;
	color: black;
}

.NeedHelpBasicQuestion {
	font: 18px/25px novum-Bold;
	color: White;
	margin-bottom: 8px;
	width: 100%;
}

.NeedHelpBasicAnswer {
	font: 16px/19px novum-Light, "arial";
	color: rgb(103, 103, 103);
	background-color: white;
	margin-bottom: 8px;
	padding: 5px 3px;
	width: 90%;
	height: 30px;
}

.NeedHelpContentText2 {
	padding-top: 10px;
	font: 20px/26px "novum-Light", "arial";
	margin-bottom: 10px;
}
/* STANDARD COVERS TEXT */
.IncludedAsStandardHeader {
	font: 30px/36px novum-Bold, "arial";
}

.StandardCoversText {
	font: 18px/25px novum-Light, "arial";
	padding-left: 30px;
	margin-bottom: 10px;
}

.UsefulResourcesText {
	font: 18px/25px novum-regular, "arial";
	color: rgb(78, 80, 84);
}

.RightAlignedLink {
	float: right;
}

#FloatPopupDiv {
	min-height: 310px;
}
/* Button as link */
.LinkButton, .SiteMapLink, .policyDocumentlinkText,
	.DealerResourceLinkButton {
	color: black;
	font: 14px/30px novum-Bold, "arial";
	text-transform: uppercase;
	background: transparent
		url(../../../images/V1/M&C_Volvo_find_out_more_chevron.png) right
		center no-repeat;
	padding-right: 10px;
	vertical-align: middle;
	text-decoration: none;
	border: 0 none;
	/*font-weight: 800;	*/
}

.LinkButton:hover, .SiteMapLink:hover {
	text-decoration: underline;
}

.QuoteProtectionKeyFactsLink {
	line-height: normal;
	font: 14px/30px novum-Light, "arial";
}
/* Excess Popup styles*/
.ExcessPriceHeading {
	border: 1px solid #fff;
	width: 100%;
	height: 35px;
	font: 18px/25px novum-Light, "arial";
	background-color: rgb(236, 236, 236);
}

.ExcessPopupHeaderStyle1 {
	font: 30px/36px novum-Bold, "arial";
	margin: 1em 0 0.5em 0;
	color: rgba(61, 70, 87, 1);
}

.ExcessPopupHeaderStyle2 {
	font: 22px/26px novum-Bold, "arial";
	margin: 0.5em 0;
	color: black;
}

.ExcessPopupContentText {
	font: 18px/21px novum-Light, "arial";
	margin-bottom: 0.5em;
}

.DriverTableRow {
	font: 16px/20px novum-Light, "arial";
	border-bottom: 1px solid rgb(236, 236, 236);
}

.DriverTableExcessAmount {
	float: right;
}

.DriverTableWrapper .DriverTableRow:last-of-type {
	border: none 0;
}

.DriverTableWrapper {
	margin-bottom: 10px;
}
/* end excess popup styles */

/* Quote Referral Page */
.referralHeader {
	font: 30px/36px novum-Bold, "arial";
	color: rgb(51, 51, 51);
}

.referralBody {
	font-family: novum-Light, "arial";
	font-size: 18px;
	color: #0C121C;
}

.referralCallUs {
	font-family: novum-Light, "arial";
	font-size: 20px;
	color: #0C121C;
}
/* end referral page styles */

/* Quote Protection Page Styles */
.QuoteProtectionPageHeader {
	font: 30px/36px novum-Bold, "arial";
}

.QuoteProtectionTableHeader {
	font: 16px/19px novum-Bold, "arial";
	width: 98%;
	background-color: white;
}

.QuoteProtectionPriceSection {
	background-color: white;
	width: 98%
}

.CreateOwnPackageHeader {
	background-color: transparent;
}

.QuoteProtectionTableHeaderSelected {
	font: 16px/19px novum-Bold, "arial";
	color: white;
	background-color: rgb(29, 51, 86);
	width: 98%;
}

.QuoteProtectionTableOptions {
	font: 18px/23px novum-Bold, "arial";
	color: rgb(29, 51, 86);
}

.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2,
	.QuoteProtectionSelectionR3C2 {
	background: #FFF url(../../../images/V1/M&C_Volvo_tick_blue.png) center
		center no-repeat;
	padding: 85% 0;
	width: 98%;
}

.QuoteProtectionSelectionR2C2 {
	padding: 56% 0;
}

.QuoteProtectionSelectionR3C2 {
	padding: 70% 0;
}

.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2,
	.QuoteProtectionSelectedPackageR3C2 {
	background: rgb(29, 51, 86)
		url(../../../images/V1/M&C_Volvo_tick_PMS544.png) center center
		no-repeat;
	padding: 85% 0;
	width: 98%
}

.QuoteProtectionSelectedPackageR2C2 {
	padding: 56% 0;
}

.QuoteProtectionSelectedPackageR3C2 {
	padding: 70% 0;
}

/* Ancillary option check boxes */
.LegalOptionPadding {
	padding-top: 4rem !important;
	padding-left: 0 !important;
}

.LegalPrice {
	font: 18px/20px novum-Light, "arial";
}

.KeyCoverOptionPadding {
	padding-top: 3rem !important;
	padding-left: 0 !important;
}

.CourtesyCarOptionPadding {
	padding-top: 4rem !important;
	padding-left: 0 !important;
}

.QuoteProtectionAddButton, .NCDRemoveButton {
	font: 16px/20px novum-Bold, "arial";
	padding: 5px 20px;
	height: 36px;
	border: 1px solid rgb(29, 51, 86);
	vertical-align: middle;
	margin: 5px 0 5px 0;
	background-color: transparent;
	padding: 5px 25px 5px 25px;
}

.QuoteProtectionAddButton:hover, .NCDRemoveButton:hover {
	background-color: rgb(29, 51, 86);
	color: white;
}

.QuoteProtectionRemoveButton {
	font: 16px/20px novum-Bold, "arial";
	color: white;
	padding: 5px 20px;
	height: 36px;
	border: 1px solid white;
	vertical-align: middle;
	margin: 5px 0 5px 0;
	background-color: transparent;
	padding: 5px 15px 5px 15px;
}

.QuoteProtectionRemoveButton:hover {
	background-color: white;
	color: rgb(29, 51, 86);
}

.QuoteProtectionPriceHeading {
	font: 18px/25px novum-Light, "arial";
	width: 100%;
}

.QuoteProtectionPackagePrice {
	font: 25px novum-Bold, "arial";
	width: 100%;
}

.QuoteProtectionSelectedPackagePrice {
	font: 25px novum-Bold, "arial";
	width: 100%;
	color: white;
}

.QuoteProtectionSelectedSection {
	background-color: rgb(29, 51, 86);
	width: 98%;
	border-bottom: 1px solid white;
}

.QuoteProtectionSavePercent {
	font: 16px/20px novum-regular, "arial";
}

.QuoteProtectionSelectedSavePercent {
	font: 16px/20px novum-regular, "arial";
	color: white;
}

.QuoteProtectionEmptySectionWhite {
	width: 98%;
	height: 17em;
	background-color: white;
}

.QuoteProtectionEmptySectionBlue {
	width: 98%;
	height: 17em;
	background-color: rgb(29, 51, 86);
}

.QuoteFieldSection {
	/*padding: 5px 0;*/
	border-bottom: 1px solid rgb(210, 200, 200);
}

.QuoteProtectionTickTopPadding {
	padding-top: 20px;
}

.QuoteProtectionClaimsButton {
	font: 16px/20px novum-Bold, "arial";
	padding: 5px 20px;
	height: 36px;
	border: 1px solid rgb(29, 51, 86);
	vertical-align: middle;
	margin: 5px 0 5px 0;
	background-color: transparent;
	padding: 5px 25px 5px 25px;
}

.QuoteProtectionClaimsButton:hover {
	background-color: rgb(29, 51, 86);
	color: white;
}

.LRUnderLineMidCoolGrey {
	border-bottom: 1px solid white;
}
/* end Quote Protection Page Styles */

/*Dealer Home Page*/
.DealerHomePageHeader {
	font: 30px/36px novum-Bold, "arial";
	padding: 15px 0;
}
/*END Dealer Home Page*/
/* Dealer Admin Page Search Results Table Styles */
.ResultsTable td+td {
	border-spacing: 2px;
	border-collapse: separate;
	margin: 0;
	padding: 0;
	font: 16px/18px novum-Light, "arial";
}

.ResultsTable th, *.ResultsTable td {
	background-color: white;
	text-align: center;
	vertical-align: top;
	padding: 5px;
}

.ResultsTable tr {
	font: 16px/18px novum-Bold, "arial";
	text-align: center;
	color: rgb(29, 51, 86);
}

.ResultsTable th {
	font: 16px/18px novum-Bold, "arial";
	vertical-align: bottom;
	color: black;
}

*.ResultsTable th:last-child {
	background-color: rgb(29, 51, 86);
	color: white;
	font: 16px/20px novum-Bold, "arial";
}

.ResultsTable *.BlackCol {
	background-color: rgb(29, 51, 86);
	color: black;
	font: 12px/15px novum-Light, "arial";
}

.ResultsTable td:last-child {
	background-color: rgb(29, 51, 86);
	color: white;
}

.ActionsLink {
	background: transparent
		url(../../../images/V1/VER_LR_chevron_next_white.png) 8% center
		no-repeat;
	height: auto;
	width: auto;
	padding: 6px 0 4px 26px;
	font-size: 13px;
	line-height: 15px;
	font-family: novum-Light, "arial";
	text-align: left;
}

.GroupColSpan {
	/*
	border-bottom: 1px solid rgb(29,51,86);
	padding-bottom: 1px;
	*/
	
}

.SecGroupColSpan {
	font: 15px/18px novum-Bold, "arial";
	color: black;
}

.navRow {
	height: 50px;
	text-align: center;
	margin-top: 20px;
}

.navItem {
	display: inline-block;
	height: 15px;
	padding: 10px;
	font: 16px/20px novum-Light, "arial";
	color: rgba(136, 136, 136, 1);
}

span.navItem {
	font: 16px/20px novum-Bold, "arial";
	color: black;
}

span.navItem:hover {
	background: 0 none;
}

.navItem:first-child, .navItem:last-child {
	height: 40px;
	vertical-align: middle;
	Font: 16px/40px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding: 0 20px;
	background-color: transparent;
	border: 1px solid rgb(29, 51, 86);
}

.navItem:last-child {
	float: right;
}

.navItem:first-child:hover, .navItem:last-child:hover {
	background-color: rgb(29, 51, 86);
	color: white;
}

/* End Dealer Admin Page Search Results Table Styles */

/*Almost There - confirmation page */
.pageHeading {
	font: 30px/36px novum-Bold, "arial";
	color: rgb(29, 51, 86);
}

.eligibilityMarketingcontent {
	font: 18px/25px novum-Light, "arial";
	margin-top: 2px;
}

.eligibilityTextcontent {
	font: 18px/25px novum-Light, "arial";
	padding-left: 30px;
	padding-right: 0px;
	width: inherit !important;
}

.almostThereformTopSection {
	padding-top: 30px;
}

.eligibilityTextcontentWithoutTick {
	font: 18px/25px novum-Light, "arial";
	padding-top: 13px;
	padding-bottom: 18px;
}

.eligibilitySectionPadding {
	padding-top: 13px;
	padding-bottom: 18px;
}

/*Payment page styles */
.SelectedPaymentTextColumn {
	width: 80%;
}

.UnselectedPaymentTextColumn {
	width: 80%;
}

.paymentHeading {
	font: 26px/22px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding-bottom: 5px;
}

.paymentText {
	font: 18px/24px novum-Light, "arial";
	color: rgb(29, 51, 86);
	padding-top: 22px;
}

.paymentTextBold {
	font: 18px/24px novum-Bold, "arial";
	color: black;
	padding: 15px 0;
}

.paymentWhiteSection {
	background-color: rgb(195, 213, 229);
	padding: 25px;
}

.promotionalCodeSection {
	background-color: white;
	padding: 25px;
}

.paymentWhiteSectionHeading {
	font: 20px/24px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding-bottom: 5px;
}

.paymentWhiteSectionText {
	font: 16px/20px novum-Light, "arial";
	color: rgb(29, 51, 86);
	padding-bottom: 18px;
}

.paymentRedSectionHeading {
	font: 20px/24px novum-Bold, "arial";
	color: rgb(255, 255, 255);
	padding-bottom: 5px;
}

.paymentRedSectionText {
	font: 16px/20px novum-Light, "arial";
	color: rgb(255, 255, 255);
	padding-bottom: 18px;
}

.paymentRedSection {
	background-color: rgb(29, 51, 86);
	padding: 25px;
}

.paymentBorder {
	border-bottom: 2px solid rgb(236, 236, 236);;
}

.paymentTopSection {
	padding-top: 30px;
	padding-bottom: 25px;
}

.tickImagedisplay {
	clear: both;
	height: 31px;
	width: 31px;
	/*float: right;*/
	padding: 20px 30px;
}

.paymentQuestion {
	font: 20px/24px novum-Bold, "arial";
	color: black;
	width: 62% !important;
}

.whiteSection {
	background-color: rgba(255, 255, 255, 1);
	padding: 9px 25px 19px 25px;
}

.RoundButtonPayment {
	color: rgb(29, 51, 86);
	padding: 0px 18px 0px 18px;
	height: 40px;
	background: transparent;
	margin-top: -5px;
	border: 1px solid rgb(29, 51, 86);
}

.PaymentRadioButtonField {
	font: 18px/22px novum-Light, "arial";
	color: rgb(103, 103, 103, 1);
	width: 100%;
	border: 0 none;
	background-color: transparent;
}

/* Thank you page */
.thankYouBlueSection {
	background-color: rgb(236, 236, 236);
}

.quoteProtectionCustomPriceSection {
	background-color: rgb(29, 51, 86);
}

.thankYouRedBoldText {
	font: 18px/25px novum-Bold, "arial";
	color: black;
	padding-bottom: 5px;
}

.thankYou30WhiteBoldHeading {
	font: 30px/36px novum-Light, "arial";
	color: rgb(51, 51, 51);
	padding-bottom: 5px;
}

.thankYou16WhiteLightText {
	font: 18px/24px novum-Light, "arial";
	color: rgb(51, 51, 51);
	padding-bottom: 5px;
}

.thankYou18LightTextGrey {
	font: 16px/20px novum-Light, "arial";
	color: black;
	padding-bottom: 5px;
}

.paddingleft30px {
	padding-left: 30px;
}

.paddingright30px {
	padding-right: 30px;
}

.paddingbottom25px {
	padding-bottom: 25px;
}

.paddingtop23px {
	padding-top: 23px;
}

/* Dealer login page */
.DealerFormFieldsWrapper {
	margin: 1% 20%;
}

.DealerLoginConfirmationCol1 {
	width: 5%;
	font: 14px/18px novum-Light, "arial";
	color: black;
}

.DealerLoginConfirmationCol2 {
	width: 95%;
	font: 15px/18px novum-Light, "arial";
	color: black;
}

.DealerLoginSubHeading {
	font: 15px/18px novum-Light, "arial";
	color: black;
}

/* COOKIE, PRIVACY AND TERMS OF USE STYLES */
.privacyPolicy h1 {
	font-family: novum-Light, "arial";
	font-size: 30px;
	color: #4A4F54;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

.privacyPolicy h2 {
	font-family: novum-Light, "arial";
	font-size: 22px;
	color: #0C121C;
	text-align: left;
	margin-top: 10px;
}

.privacyPolicy p, .privacyPolicy pre {
	font-family: novum-Light, "arial";
	font-size: 18px;
	color: #4A4F54;
	padding-top: 8px;
	text-align: left;
}

.modal-close {
	background-image: url(../../../images/V1/M&C_Volvo_modal_close.png);
	background-repeat: no-repeat;
	width: 36px;
	height: 36px;
	color: transparent !important;
}

.privacyPolicy ul, .privacyPolicy li, .privacyPolicy ol li {
	/* list-style-position: inside; */
	padding-left: 20px;
	/* text-indent: -1em; */
	font-family: novum-Light, "arial";
	font-size: 18px;
	color: #4A4F54;
	padding-top: 8px;
	text-align: left;
}

.termsOfUse h1 {
	font-family: novum-Light, "arial";
	font-size: 30px;
	color: #4A4F54;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

.termsOfUse h2 {
	font-family: novum-Light, "arial";
	font-size: 22px;
	color: #0C121C;
	text-align: left;
	margin-top: 10px;
}

.termsOfUse p {
	font-family: novum-Light, "arial";
	font-size: 18px;
	color: #4A4F54;
	padding-top: 8px;
	text-align: left;
}

.termsOfUse ul, .termsOfUse li, .termsOfUse ol li {
	list-style-position: inside;
	padding-left: 20px;
	text-indent: -1em;
	font-family: novum-Light, "arial";
	font-size: 18px;
	color: #4A4F54;
	padding-top: 8px;
	text-align: left;
}

.cookiePolicy h1 {
	font-family: novum-Light, "arial";
	font-size: 30px;
	color: #4A4F54;
	text-align: left;
	text-transform: uppercase;
	padding: 0;
}

.cookiePolicy h2 {
	font-family: novum-Light, "arial";
	font-size: 22px;
	color: #0C121C;
	text-align: left;
	margin-top: 10px;
}

.cookiePolicy p {
	font-family: novum-Light, "arial";
	font-size: 18px;
	color: #4A4F54;
	padding-top: 8px;
	text-align: left;
}

.cookiePolicy ul, .cookiePolicy ol {
	padding-left: 20px;
	font-family: novum-Light, "arial";
	font-size: 18px;
	color: #4A4F54;
	padding-top: 8px;
	text-align: left;
}

.cookiePolicy li {
	list-style-position: outside;
}

.cookiePolicy table tr {
	font-family: novum-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: rgb(207, 218, 41);
}

.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 {
	box-sizing: border-box;
	background: url('../../../images/LD/CurrentProgress.png') no-repeat
		right;
	height: 35px;
	width: 165px;
	text-align: center;
	line-height: 43px;
}

.FutureProgressStep {
	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;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	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;
}

#COL_5CA1026BDC7C042A378692_R4, #COL_5CA1026BDC7C042A378688_R4 {
	height: 76px;
}

#COL_5CA1026BDC7C042A378692_R5, #COL_5CA1026BDC7C042A378688_R5 {
	height: 98px;
}

#COL_5CA1026BDC7C042A378692_R1, #COL_5CA1026BDC7C042A378692_R2,
	#COL_5CA1026BDC7C042A378692_R3, #COL_5CA1026BDC7C042A378688_R1,
	#COL_5CA1026BDC7C042A378688_R2, #COL_5CA1026BDC7C042A378688_R3 {
	height: 61px;
}

#FMT_5CA1026BDC7C042A378710_R5 {
	border-bottom: 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(29, 51, 86);
	display: none;
	color: white;
}

.CookiePolicyHeaderText {
	font: 28px novum-Light, "arial";
}

.CookieContentTextStyle {
	font: 12px novum-Light, "arial";
}

.cookieContentWidth {
	-webkit-box-sizing: border-box;
	width: -moz-calc(100% - 81px);
	width: -webkit-calc(100% - 81px);
	width: calc(100% - 81px);
	padding: 25px;
}

.leftCoulmnAnswerWidth {
	-webkit-box-sizing: border-box !important;
	width: -moz-calc(100% - 14px) !important;
	width: -webkit-calc(100% - 14px) !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: novum-Light;
}

.CompleteAnswerWithHelpIcon {
	width: -moz-calc(100% - 50px) !important;
	width: -webkit-calc(100% - 50px) !important;
	width: calc(100% - 50px) !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #5C5652;
	padding: 0px;
	border: none;
	font-family: novum-Light;
}

.DropDownAnswerWithHelpIcon {
	width: -moz-calc(100% - 42px) !important;
	width: -webkit-calc(100% - 42px) !important;
	width: calc(100% - 42px) !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #5C5652;
	padding: 0px;
	border: none;
	font-family: novum-Light;
}

.CompleteErrorAnswerWithHelpIcon {
	width: -moz-calc(100% - 54px) !important;
	width: -webkit-calc(100% - 54px) !important;
	width: calc(100% - 54px) !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #5C5652;
	padding: 0px;
	border: none;
	font-family: novum-Light;
}

.CompleteAnswerControl {
	width: -moz-calc(100% - 8px) !important;
	width: -webkit-calc(100% - 8px) !important;
	width: calc(100% - 8px) !important;
	font-size: 16px;
	font-weight: normal;
	font-style: normal;
	color: #5C5652;
	padding: 0px;
	border: none;
	font-family: novum-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: novum-Light;
	height: 35px;
	padding-left: 8px;
}

.PhaseHeaderStyle {
	font: 27pt novum-regular, "arial";
	color: #FFF;
	margin-left: 0;
	position: absolute;
	top: 30%;
	left: 2%;
	/*transform: translate(-50%, -50%);*/
}

.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: -moz-calc(50% - 360px);
	width: -webkit-calc(50% - 360px);
	width: calc(50% - 360px);
}

.webRightSideColoumWidth {
	-webkit-box-sizing: border-box;
	width: -moz-calc(50% - 360px);
	width: -webkit-calc(50% - 360px);
	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(../../../images/V1/Radio_Normal.png);
	background-repeat: no-repeat;
	background-size: contain;
	border: 0 none;
}

input[type="radio"]:checked+label {
	padding-left: 25px;
	background-image: url(../../../images/V1/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: -14px;
}

.helpDiv2 {
	position: static !important;
}

.helpLink {
	height: 1.5em;
	border-right: 2px solid rgb(195, 213, 229);
	margin-right: 14px;
}

.HelpIcon img {
	float: right;
}

.HelpContentBox {
	background-color: rgb(195, 213, 229);
	padding: 10px 8px;
	font: 14px/18px novum-Light, "arial";
	color: rgb(78, 80, 84);
}

.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: -moz-linear-gradient(left, rgb(29, 51, 86) 10%,
		rgb(153, 153, 153) 42%);
	background: -webkit-linear-gradient(left, rgb(29, 51, 86) 10%,
		rgb(153, 153, 153) 42%);
	background: -o-linear-gradient(left, rgb(29, 51, 86) 10%,
		rgb(153, 153, 153) 42%);
	background: -ms-linear-gradient(left, rgb(29, 51, 86) 10%,
		rgb(153, 153, 153) 42%);
	background: linear-gradient(to right, rgb(29, 51, 86) 100%,
		rgb(153, 153, 153) 9px);
	position: relative;
	-webkit-animation: load3 1.4s infinite linear;
	animation: load3 1.4s infinite linear;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	box-shadow: 0 0 7px rgba(61, 70, 87, 0.4);
	transform: translateZ(0);
}

.loader:before {
	width: 50%;
	height: 50%;
	background: #FFF;
	border-radius: 100% 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	box-shadow: 0 0 7px rgba(61, 70, 87, 0.4);
}

.loader:after {
	background: #fff;
	width: 70%;
	height: 70%;
	border-radius: 50%;
	content: '';
	margin: auto;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	box-shadow: 0 0 7px rgba(61, 70, 87, 0.4);
}

@-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);
  }
}

#COL_07E407314E560221108808 {
	width: 22%;
}

#COL_07E407314E560221108820 {
	width: 78%;
}

#COL_07E407314E560221108812 {
	width: 25%;
}

#COL_07E407314E560221108824 {
	width: 32%;
}

#COL_07E407314E560221108828 {
	width: 42%;
}

#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/swipe.png");
	background-image: url(../../../images/swipe.png);
	background-repeat: no-repeat;
	background-position: center;
	float: left;
	width: 30px;
	height: 25px;
	background-color: transparent;
	border: none;
}

.SlideoutSection {
	background-color: rgb(29, 51, 86);
}

.SlideoutCloseButtonSection {
	padding: 0 20px;
}

.SlideoutCloseButton {
	font: 12px novum-Bold, "arial";
	color: white;
	background-color: transparent;
	border: 1px solid white;
	width: 68px;
	height: 36px;
	margin: 10px 0 10px 0;
}

.SlideOutLeftMargin {
	margin-left: 1%;
}

.SlideOutMenuItem {
	font: 14px novum-Light;
	color: white;
	padding: 10px 0 10px 40px;
	vertical-align: middle;
}

.SlideoutMenuQuoteImage {
	background: url(../../../images/V1/M&C_Volvo_menu_get-a-new-quote.png)
		no-repeat scroll 0 50%;
}

.SlideoutMenuRetrieveImage {
	background: url(../../../images/V1/M&C_Volvo_menu_retrieve-a-quote.png)
		no-repeat scroll 0 50%;
}

.SlideoutMenuExistingImage {
	background:
		url(../../../images/V1/M&C_Volvo_menu_existing_customers.png)
		no-repeat scroll 0 50%;
}

.SlideoutMenuReviewsImage {
	background: url(../../../images/V1/M&C_Volvo_menu_reviews.png) no-repeat
		scroll 0 50%;
}

.SlideoutMenuOurCoverImage {
	background: url(../../../images/V1/M&C_Volvo_menu_our-cover.png)
		no-repeat scroll 0 50%;
}

.SlideoutMenuHomeImage {
	background: url(../../../images/V1/M&C_Volvo_menu_home.png) no-repeat
		scroll 0 50%;
}

.SlideoutMenuLogoutImage {
	background: url(../../../images/V1/M&C_Volvo_menu_logout.png) no-repeat
		scroll 0 50%;
}

.SlideoutMenuItemSection {
	background-color: rgb(29, 51, 86);
	border-bottom: 1px solid white;
	padding: 20px 0;
	margin: 0 20px;
}

/* Summary Page*/
.LREditButton {
	background-image: url(../../../images/V1/M&C_Volvo_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/V1/M&C_Volvo_edit_hover.png)
		!important;
	background-repeat: no-repeat;
}

.SummaryPageDetailsBold {
	font: 18px/25px novum-Bold, "arial";
	color: black;
}

.SummaryPageDetailsLight {
	font: 18px/25px novum-Light, "arial";
	color: rgb(88, 89, 91);
}

.SummaryDetailsDoneButton {
	padding: 5px 25px 5px 25px;
	background-image: none;
	border: none;
	background-color: rgb(195, 213, 229);
}

.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 novum-Light, "arial";
	padding: 10px;
}

.MultiCarCallBackText sup {
	font-size: 16px;
}

.MultiCarOfferText {
	font: 16px/20px novum-Light, "arial";
	margin-bottom: 0.5em;
	text-transform: uppercase;
	padding-right: 30px;
}

.MultiCarDescription {
	font: 20px/25px novum-Light, "arial";
	padding-bottom: 10px;
}

.popupCloseButton {
	background: none;
}
/* Multicar Page */
.tickStyle {
	padding: 16px;
}

#FMT_CB2A7EA525071E3854484 {
	display: none;
}

input#QUE_CBD04E914E8CEA3817141_0 {
	margin-bottom: 10px;
}

#FMT_C8A449098C641C3671241 {
	margin-left: 55px;
}

#COL_08F09D307349844322473 {
	padding-top: 3px;
}

/*#TXT_2116A3146FA72C1762139, 
#TXT_4333BF16FDAFEDA134751 {
  width: 100% !important;
}*/
.content {
	display: none;
}

.contentL2 {
	display: none;
}

.LDMediumFont {
	font-size: 18px;
	line-height: 20px;
	font-family: novum-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;
  -moz-transition: all 240ms ease-in-out;
  -ms-transition: all 240ms ease-in-out;
  -o-transition: all 240ms ease-in-out;
  transition: all 240ms ease-in-out;
}

.slateBlueBackground {
	background-color: #0C121C;
}

#Retailer_NavigationMenu .show-popup span, #Customer_NavigationMenu .show-popup span
	{
	background-color: rgb(29, 51, 86);
	color: rgb(236, 236, 236);
	right: 50px;
	line-height: 50px;
	font-family: novum-Bold, "arial";
	font-size: 12px;
	margin-top: -2px;
}

#Retailer_NavigationMenu li:first-child a span, #Customer_NavigationMenu li:first-child a span
	{
	border-top: none;
	margin-top: -1px;
	line-height: 49px;
}

#Retailer_NavigationMenu li:last-child a span, #Customer_NavigationMenu li:last-child a span
	{
	line-height: 50px;
}
/* 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(254,203,69);
  color: rgb(51,51,51);
  font-family: novum-Bold, "arial";
  font-size: 12px;
}
*/

/**contact call center */
.contactTopSection {
	padding: 2em 0 1em 0;
}

.contactText {
	font: 30px/36px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	text-transform: initial;
}

.contactEPText {
	font: 18px/25px novum-Light, "arial";
	color: rgb(29, 51, 86);
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 0.5em;
}

.ExcessProtectPrintLink {
	font: 18px/25px novum-Light, "arial";
	letter-spacing: 1px;
	color: rgb(29, 51, 86);
	text-transform: uppercase;
	width: 100%;
}

.ContactTextRed {
	font: 18px/25px novum-Bold, "arial";
	color: black;
}

.ContactTextLightLemon {
	font: 18px/25px novum-Bold, "arial";
	color: rgb(254, 219, 71);
}

.referralText {
	font: 18px/25px novum-Light, "arial";
	color: black;
	padding: 5px 4px;
}

.referralSectionText {
	font: 18px/25px novum-Light, "arial";
	color: black;
	border-bottom: 1px solid rgb(236, 236, 236);
	padding-bottom: 15px;
}

.QuoteSelectedOptionsText {
	background: transparent
		url("../../../images/V1/M&C_Volvo_tick_graphite.png") no-repeat left
		center;
	padding-left: 30px;
	font: 18px/25px novum-Light, "arial";
	margin-top: 10px;
}

.QuoteProtectionNoClaimsHeader {
	font: 28px/36px novum-Bold, "arial";
	margin-top: 20px;
}

.QuoteProtectionNoClaimsDesc {
	font: 18px/25px novum-Light, "arial";
	color: black;
	padding-top: 8px;
}

.bcImage2 {
	content: url("../../../images/V1/M&C_Volvo_tooltip_inactive.png");
	background-image: url(../../../images/V1/M&C_Volvo_tooltip_inactive.png);
	background-repeat: no-repeat;
	width: 21px;
	height: 21px;
	background-position: center;
	margin-top: 5px;
}

.bcImage2:hover {
	content: url("../../../images/V1/M&C_Volvo_tooltip_active.png");
	background-image: url(../../../images/V1/M&C_Volvo_tooltip_active.png);
	background-repeat: no-repeat;
}

.tool-tip {
	background-color: rgb(195, 213, 229);
	font: 14px/18px novum-Light, "arial";
	text-shadow: none;
	visibility: hidden;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	text-align: left;
	opacity: 0;
	z-index: 999;
	position: absolute;
	cursor: default;
	-webkit-transition: all 240ms ease-in-out;
	-moz-transition: all 240ms ease-in-out;
	-ms-transition: all 240ms ease-in-out;
	-o-transition: all 240ms ease-in-out;
	transition: all 240ms ease-in-out;
	border: 5px solid rgb(195, 213, 229);
}

.tool-tip, *.tool-tip.top {
	top: auto;
	bottom: 114%;
	left: 50%;
}

.tool-tip, *.tool-tip.top {
	width: 280px;
	margin-left: -250px;
	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: 20px solid rgb(195, 213, 229);
	border-left: 0px solid rgb(195, 213, 229);
	border-right: 2px solid rgb(195, 213, 229);
	border-bottom: 0px solid rgb(195, 213, 229);
	left: 244px;
	top: -23px;
	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);
}

.bcImage2:hover > .tool-tip {
	visibility: visible;
	opacity: 1;
}

.LoadingText {
	font: 30px/26px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	margin-top: 20px;
	padding: 5px 4px;
}

.PopupLoadingText {
	font: 20px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	margin-top: 20px;
	padding: 5px 4px;
}

.UploadNCDLink {
	background: transparent
		url(../../../images/V1/M&C_Volvo_find_out_more_chevron.png) right
		center no-repeat;
	padding-right: 10px;
	font: 12px novum-Bold, "arial";
	color: black;
}

.UploadNCDQuestion {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	border: none;
	padding: 4px 2px;
	width: 100%;
	margin-bottom: 5px;
}

.UploadNCDAnswerControl {
	font: 16px/20px novum-Light, "arial";
	color: rgba(103, 103, 103, 1);
	padding: 0px;
	border: none;
	background-color: transparent;
}

.NeedHelpColumn {
	width: 25%;
}
/*ThankYou Page*/
.numberCircle {
	border-radius: 50%;
	behavior: url(PIE.htc);
	width: 36px;
	height: 36px;
	padding: 3px 0px 0px 11px;
	background: rgb(29, 51, 86);
	text-align: center;
	color: white;
	font: 24px/30px novum-Bold, "arial";
}

.paddingtop1Percent {
	padding-top: 2%;
}

.paddingbottom1Percent {
	padding-bottom: 2%;
}

.marginleft3Percent {
	padding-left: 0px;
	margin-left: 3%;
}

.ThankyouSubsectionRow1Column1Width {
	width: 9%;
}

.ThankyouSubsectionRow1Column2Width {
	width: 60%;
}

.ThankyouSubsectionRow1Column3Width {
	width: 22%;
	margin-top: 5%;
	float: right !important;
}

.ThankyouSubsectionColumn2Width {
	width: 78%;
}

.FAQQuestionText {
	font: 18px/25px novum-Bold, "arial";
	color: black;
	padding: 5px 4px;
	/*font-weight:bold;*/
	cursor: pointer;
	cursor: hand;
}

.PolicyDocumentColumn2 {
	width: 30%;
	margin-left: 0%;
}

.PolicyDocumentColumn1 {
	width: 65%;
}
/*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 */
	display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
	display: -ms-flexbox; /* TWEENER - IE 10 */
	display: -webkit-flex; /* NEW - Chrome */
	display: flex;
}

.LogoPageHeading {
	/*width:25% !important;*/
	-webkit-box-ordinal-group: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 1; /* OLD - Firefox 19- */
	-ms-flex-order: 1; /* TWEENER - IE 10 */
	-webkit-order: 1; /* NEW - Chrome */
	order: 1;
	-webkit-box-flex: 1; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 1; /* Firefox 19- */
	display: none;
}

#COL_B04C9004F228F46D91611 {
	-webkit-box-ordinal-group: 3; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 3; /* OLD - Firefox 19- */
	-ms-flex-order: 3; /* TWEENER - IE 10 */
	-webkit-order: 3; /* NEW - Chrome */
	order: 3;
	-webkit-box-flex: 3; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-flex: 3; /* Firefox 19- */
	width: 75% !important;
}

#COL_B04C9004F228F46D91583 {
	/*margin: 0 20%; 
	width:10% !important;*/
	-webkit-box-ordinal-group: 2; /* OLD - iOS 6-, Safari 3.1-6 */
	-moz-box-ordinal-group: 2; /* OLD - Firefox 19- */
	-ms-flex-order: 2; /* TWEENER - IE 10 */
	-webkit-order: 2; /* NEW - Chrome */
	order: 2;
}

/* Header Changes */
input {
	background-color: rgb(236, 236, 236);
}

/*buttons*/
.UploadNCDdocumentConfirmationButton {
	font: 16px/20px novum-Bold, "arial";
	color: rgb(51, 51, 51);
	padding: 5px 20px 5px 0;
	height: 30px;
	border: none;
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: transparent;
	text-transform: uppercase;
	padding: 0;
	border-bottom: 1px solid rgb(29, 51, 86);
	line-height: inherit;
}

.UploadNCDSubmit {
	border: none;
	background-color: transparent;
	text-transform: uppercase;
	padding: 0;
	border-bottom: 1px solid rgb(29, 51, 86);
	line-height: inherit;
}

.PostcodeLookupButton {
	font: 16px/20px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	height: 36px;
	border: 1px solid rgb(29, 51, 86);
	vertical-align: middle;
	margin: 15px 0 5px 0;
	background-color: transparent;
	padding: 5px 25px 5px 25px;
}

.PostcodeLookupButton:hover, .RegistrationFindButton:hover {
	background-color: rgb(29, 51, 86);
	color: rgb(255, 255, 255);
}

.RegistrationFindButton {
	font: 16px/20px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding: 5px 20px;
	height: 36px;
	border: 1px solid rgb(29, 51, 86);
	vertical-align: middle;
	margin: 1em 0;
	background-color: transparent;
}

.SessionTimeOutGoHomeHeading {
	color: black;
	font: 20px/25px novum-Bold, "arial";
}

.RetrieveQuoteError {
	background: transparent url("../../../images/V1/M&C_Volvo_error.png")
		no-repeat 5px;
	width: 100%;
	margin: 10px 0px 0px 4px;
	background-color: rgb(207, 118, 41);
}

.RetrieveQuoteErrorText {
	font: 16px/20px novum-Light, "arial";
	color: white;
	padding:0.5em 0px 0.5em 2em;
}

.LRQuestionError {
	
}

.DealerHomeSelectButton, .DealerResourceLinkButton,
	.DealerHomeSelectButton:hover, .DealerResourceLinkButton:hover {
	border: none;
	border-bottom: 1px solid;
	padding: 0;
	Font: 16px/20px novum-Bold, "arial";
	margin-top: 40px;
	background: transparent;
	color: inherit;
	text-decoration: none;
}

/*Renewal Date*/
.RenewalDateHeading {
	Font: 34px/20px novum-Bold, "arial";
	padding: 25px 0 29px 0;
}

.RenewalDateFormText {
	font: 18px/25px novum-Light, "arial";
	color: rgb(78, 80, 84);
	padding-bottom: 20px;
}

.RenewalDatePostcodeFieldSection {
	padding: 15px 0;
}

.RenewalDateSubmitButton {
	Font: 16px/28px novum-Bold, "arial";
	background: transparent;
	padding: 6px 25px 4px 25px;
	color: rgb(29, 51, 86);
	border: 1px solid rgb(29, 51, 86);
	margin-bottom: 1.5em;
	text-transform: uppercase;
}

.RenewalDateSubmitButton:hover {
	background: rgb(29, 51, 86);
	color: white;
}
/*Renewal Date*/

/* NCD Protection Price Style */
.NCDCostText {
	font: 18px/20px novum-Light, "arial";
	color: black;
	padding: 10px 0;
	text-align: left;
	margin-left: 0.5em;
}

/* Header image replacement styles */
.HomePageBanner {
	left: 3%;
	top: 18%;
	/*background-color: rgba(256,256,256,0.7);*/
	width: 30%;
	color: #fff;
	text-align: left;
	text-shadow: none;
	padding: 0;
	bottom: auto;
	position: absolute;
}

.BannerButtons {
	margin-top: 3%;
}

.stickyButtonsSection {
	display: none;
}

.LandingPageDealerLoginDiv {
	padding: 0;
	/* margin-left: 32%; */
}

/* 5 star cover section - home page */
.Fivestarcoversection {
	background-color: white;
	padding: 1.5% 0;
}

.Fivestarcoverheading {
	color: rgb(78, 80, 84);
	font: 24px/28px novum-Bold, "arial";
}

.Fivestarcovernewquotebutton {
	Font: 16px/20px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding: 10px 25px;
	background-color: transparent;
	border: 1px solid rgb(29, 51, 86);
	margin-top: 3px;
	text-transform: uppercase;
}

.Fivestarcovercol1 {
	width: 14%;
	background: transparent no-repeat scroll right top;
	height: 50px;
	float: right;
	margin: 0px 15px 0 0;
}

.Fivestarcovercol2 {
	width: 46%;
	padding: 10px;
}

.Fivestarcovercol3 {
	width: 30%;
}

.FiveStarSectionHelpNo {
	font: 20px/24px novum-Medium, "arial";
	text-align: center;
	padding: 10px 0 0 0;
	color: rgb(29, 51, 86);
}

.SubText {
	font-size: 1em;
	line-height: 1.2em;
	padding: 4px;
}

.QuoteProtectionCheckbox {
	margin: 0;
	margin-top: 5px;
}

.PaymentComodoSecureHelpColumn {
	width: 7%;
}

/* payment page voucher code question */
.VoucherCodeQuestionColumn {
	width: 80%;
}

.VoucherCodeQuestion {
	font: 20px/22px novum-Light, "arial";
	color: rgb(78, 80, 84);
	width: 49%;
}

.VoucherCodeApplyButtonColumn {
	width: 20%;
}

.PaymentFindPostCodeButton {
	Font: 16px/22px novum-Bold, "arial";
	color: rgb(29, 51, 86);
	padding: 7px 30px;
	background-color: transparent;
	border: 1px solid rgb(29, 51, 86);
	margin-top: 10px;
}

.PolicyDocumentsStartDates {
	padding: 4px;
}

.PrivacyOptinText {
	font: 18px/25px novum-Light, "arial";
}

.PrivacyOptinText a {
	text-decoration: underline;
}

.QuoteHelpToolTipButton {
	background: transparent
		url(../../../images/V1/M&C_Volvo_tooltip_inactive.png) left no-repeat;
	width: 21px;
	height: 21px;
	border: 0 none;
}

.PopupTextSmall {
	font-size: 12px;
	line-height: 18px;
}

.PopupOptionsTextSmall {
	font-size: 12px;
	line-height: 18px;
	padding-left: 30px;
}

.VolvoFeefoIcon {
	display: block;
	position: absolute;
	top: 0;
	left: -3em;
	background: transparent url("../../../images/V1/feefo1.png") 96% 90%
		no-repeat;
	width: 100%;
	height: 100%;
	zoom: 0.7;
}

.PaymentPriceBreakdown {
	font: 16px/20px novum-Light, "arial";
	color: #FFF;
}

.GetMeHomeCover {
	font: 11pt novum-regular, "arial";
	background-color: rgba(0, 0, 0, 0.3);
	text-align: left;
}

.FeefoIconOtherPages {
	top: 32%;
	background: transparent url(../../../images/V1/feefo1.png) 92% 60%
		no-repeat;
	left: 87%;
	width: 145px;
	height: 145px;
}

.CCPTableRow {
	color: #5C5652;
}

.stickyButtonsSection, .BannerButtons, .RetailerFloatingSideMenu {
	display: none !important;
}

@media only screen and (min-device-width: 1366px) and (max-device-width:
		1366px) , only screen and (max-width: 1366px) and (min-width: 1366px)
	{
	/* .HomePageBanner {
		width: 47%;
		top: 28%;
		left: 28%;
	} */
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2,
		.QuoteProtectionSelectionR3C2 {
		padding: 71% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 52% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 64% 0;
	}
	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2,
		.QuoteProtectionSelectedPackageR3C2 {
		padding: 71% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 52.2% 0;
	}
	.QuoteProtectionSelectedPackageR3C2 {
		padding: 64% 0;
	}
	.QuoteProtectionEmptySectionWhite {
		height: 16.7em;
	}
	.QuoteProtectionEmptySectionBlue {
		height: 16.7em;
	}
	.FeefoIconOtherPages {
		top: 48%;
	}
}

@media only screen and (min-device-width: 1367px) and (max-device-width:
		1600px) , only screen and (max-width: 1600px) and (min-width: 1367px)
	{
	.PhaseTitleStyle {
		padding-left: 0;
	}

	/* .HomePageBanner {
		width: 47%;
		top: 28%;
		left: 30%;
	} */
	.LandingPageDealerLoginDiv {
		padding: 0;
		/* margin-left: 32%; */
	}
	.LogoSection {
		/* padding: 15px 0; */
		
	}
	.TabletMobileHeading {
		padding-left: 1%;
	}
	.Fivestarcovercol1 {
		width: 18%;
	}
	.Fivestarcovercol2 {
		width: 42%;
	}
	.Fivestarcovercol3 {
		width: 27%;
	}

	/* .CarouselCallText {
		margin-left: -14%;
	} */
	.VolvoFeefoIcon {
		zoom: 0.85;
	}
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2,
		.QuoteProtectionSelectionR3C2 {
		padding: 62% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 44% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 54% 0;
	}
	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2,
		.QuoteProtectionSelectedPackageR3C2 {
		padding: 62% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 44% 0;
	}
	.QuoteProtectionSelectedPackageR3C2 {
		padding: 54% 0;
	}
	.QuoteProtectionEmptySectionWhite {
		height: 15em;
	}
	.QuoteProtectionEmptySectionBlue {
		height: 15em;
	}
	.AncillaryTableLastColumn {
		width: 13% !important;
	}
	.FeefoIconOtherPages {
		top: 38%;
	}
}

@media only screen and (min-device-width: 1600px) and (max-device-width:
		1690px) , only screen and (max-width: 1600px) and (min-width: 1690px)
	{
	/* .HomePageBanner {
		width: 40%;
		top: 30%;
		left: 33%;
	} */
	.LandingPageDealerLoginDiv {
		padding: 0;
		/* margin-left: 32%; */
	}
	.Fivestarcovercol1 {
		width: 23%;
	}
	.Fivestarcovercol2 {
		width: 35%;
	}
	.Fivestarcovercol3 {
		width: 23%;
	}
	.VolvoFeefoIcon {
		zoom: 1;
	}
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2,
		.QuoteProtectionSelectionR3C2 {
		padding: 53% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 39% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 47% 0;
	}
	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2,
		.QuoteProtectionSelectedPackageR3C2 {
		padding: 53.3% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 39% 0;
	}
	.QuoteProtectionSelectedPackageR3C2 {
		padding: 48.5% 0;
	}
	.QuoteProtectionEmptySectionWhite {
		height: 15em;
	}
	.QuoteProtectionEmptySectionBlue {
		height: 15em;
	}
	.AncillaryTableLastColumn {
		width: 13% !important;
	}
	.FeefoIconOtherPages {
		top: 40%;
	}
}

@media only screen and (min-device-width: 1700px) and (max-device-width:
		1920px) , only screen and (max-width: 1700px) and (min-width: 1920px)
	{
	.PhaseTitleStyle {
		padding-left: 0;
	}
	.HomePageBanner {
		/* width: 34%;
		left: 34.5%; */
		top: 33%;
	}
	.LandingPageDealerLoginDiv {
		padding: 0;
		/* margin-left: 32%; */
	}
	.LogoSection {
		/* padding: 15px 0; */
		
	}
	.TabletMobileHeading {
		padding-left: 1%;
	}
	.Fivestarcovercol1 {
		width: 29%;
	}
	.Fivestarcovercol2 {
		width: 31%;
	}
	.Fivestarcovercol3 {
		width: 20%;
	}
	.QuoteProtectionTableWrapper {
		width: 72%;
	}
	.VolvoFeefoIcon {
		zoom: 1;
	}
	.QuoteProtectionSelectionR1C2, .QuoteProtectionSelectionR2C2,
		.QuoteProtectionSelectionR3C2 {
		padding: 57% 0;
	}
	.QuoteProtectionSelectionR2C2 {
		padding: 40% 0;
	}
	.QuoteProtectionSelectionR3C2 {
		padding: 47% 0;
	}
	.QuoteProtectionSelectedPackageR1C2, .QuoteProtectionSelectedPackageR2C2,
		.QuoteProtectionSelectedPackageR3C2 {
		padding: 57% 0;
	}
	.QuoteProtectionSelectedPackageR2C2 {
		padding: 40.5% 0;
	}
	.QuoteProtectionSelectedPackageR3C2 {
		padding: 50.5% 0;
	}
	.QuoteProtectionEmptySectionWhite {
		height: 15em;
	}
	.QuoteProtectionEmptySectionBlue {
		height: 15em;
	}
	.AncillaryTableLastColumn {
		width: 13% !important;
	}
	.NCDHeadingColumn {
		width: 47%;
	}
	.FeefoIconOtherPages {
		top: 40%;
	}
}