/* CSS Document */
body {
	background-color: #2A3A4A;
	font-family: 'Archivo', sans-serif;
	margin: 0px;
	padding: 0px;
	font-weight: 400;
	color: #101213;
	font-size: 20px;
	line-height: 28px;
}
html {
  scroll-behavior: smooth;
}
img {
    max-width: 100%;
    max-height: 100%;
}
.InsImage {
	margin-top: 150px;
}
.LogoLeft {
	margin-right: 20px;
	width: calc(50% - 20px);
	overflow: hidden;
}
.LogoRight {
	margin-left: 20px;
	width: calc(50% - 20px);
	overflow: hidden;
}
a {
	color: #009B9A;
	text-decoration: none;
}
label {
	cursor: pointer;
} 

/* -----------------------  TEXT STYLES ------------------------- */

.Heading1 {
	font-family: 'Archivo', sans-serif;
	font-size: 40px;
	color: #2A3A4A;
	font-weight: 400;
	line-height: 50px;
	margin: 0px;
}
.Heading2 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #2A3A4A;
	margin: 0px;
}
.Heading2b {
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #DFF7F4;
	margin: 0px;
}

.Heading3 {
	font-weight: 600;
	font-size: 40px;
	line-height: 50px;
	color: #2A3A4A;
	margin: 0px;
}

.Heading4 {
	font-weight: 600;
	font-size: 35px;
	line-height: 45px;
	color: #2A3A4A;
	margin: 0px;
}
.Heading5 {
	font-weight: 400;
	font-size: 24px;
	line-height: 32px;
	color: #2A3A4A;
	margin: 0px;
}
.Heading6 {
	font-weight: 600;
	font-size: 24px;
	line-height: 32px;
	color: #2A3A4A;
	margin: 0px;
}
.Heading7 {
	font-weight: 600;
	font-size: 30px;
	line-height: 30px;
	color: #2A3A4A;
	margin: 0px;
}
/* -----------------------  TEXT STYLES ------------------------- */

/* -----------------------  FORM ------------------------- */
.StepShow{
	overflow: hidden;
	opacity: 1.00;
	-webkit-transition: 0.50s all ease-in-out;
	-moz-transition: 0.50s all ease-in-out;
	-o-transition: 0.50s all ease-in-out;<br>
	transition: 0.50s all ease-in-out;
}
.StepHide{
	overflow: hidden;
	opacity: 0.00;
	height: 0px;
	-webkit-transition: 0.50s all ease-in-out;
	-moz-transition: 0.50s all ease-in-out;
	-o-transition: 0.50s all ease-in-out;<br>
	transition: 0.50s all ease-in-out;
}

#FormBG {
	background-color: #DFF7F4;
	padding: 15px;
	border-radius: 15px;
	overflow: hidden;
}
.HealthRadio {
	width: calc(50% - 44px);
	float: left;
	margin-bottom: 5px;
	padding: 5px;
	text-align: center;
	border: 2px solid #3E9F9F;
	border-radius: 10px;
	margin: 15px;
	overflow: hidden;
	cursor: pointer;
}
.MortgageRadio {
	width: calc(100% - 44px);
	float: left;
	margin-bottom: 5px;
	padding: 3px;
	text-align: center;
	border: 2px solid #3E9F9F;
	border-radius: 10px;
	margin: 15px;
	overflow: hidden;
	cursor: pointer;
}
.SelectBox {
	height: 34px;
	width: calc(100% - 30px);
	margin: 15px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	border: 2px solid #3E9F9F;
	border-radius: 10px;
	float: left;
}
.SelectBoxError {
	height: 34px;
	width: calc(50% - 30px);
	margin: 15px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	border: 2px solid #FF0000;
	border-radius: 10px;
	float: left;
}
.TextBox {
	height: 30px;
	width: calc(50% - 46px);
	margin: 15px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	background-color: #FFF;
	border: 2px solid #3E9F9F;
	border-radius: 10px;
	float: left;
}
.TextBoxReg {
	height: 50px;
	max-width: 290px;
	padding-left: 40px;
	font-size: 30px;
	color: #333;
	border-radius: 10px;
	float: left;
	background-image: url(Images/RegPate.png);
	background-repeat: no-repeat;
	background-position: left;
	border-width: 0px;
	overflow: hidden;
}
.TextBoxError {
	height: 30px;
	width: calc(50% - 46px);
	margin: 15px;
	padding-left: 10px;
	font-size: 14px;
	color: #666;
	border: 2px solid #FF0000;
	border-radius: 10px;
	float: left;
}
.SubButton {
	font-size: 14px;
	color: #DFF7F4;
	background-color: #883AB5;
	border-style: none;
	border-radius: 10px;
	line-height: 32px;
	width: calc(50% - 36px);
	cursor: pointer;
	border-radius: 10px;
	margin: 18px;
}
#ErrorMessage {
	padding: 20px;
	overflow: hidden;
	line-height: 22px;
	border-radius: 15px;
	background-color: #FFF;
	font-size: 16px;
	color: #101213;
}
/* -----------------------  FORM ------------------------- */

/* -----------------------  SECTIONS ------------------------- */
#Container {
	position: relative;
	background-color: #FFFFFF;
	overflow: hidden;
}
#SectionOuter {
	overflow: hidden;
}
#SectionInner {
	overflow: hidden;
	max-width: 1140px;
	padding: 30px;
	margin-left: auto;
	margin-right: auto;
}
#SectionInner2 {
	overflow: hidden;
	max-width: 1170px;
	padding: 15px;
	margin-left: auto;
	margin-right: auto;
}
#SectionInner3 {
	overflow: hidden;
	max-width: 1200px;
	padding: 0px;
	margin-left: auto;
	margin-right: auto;
}
#FooterOuter {
	background-color: #2A3A4A;
	overflow: hidden;
}
#Footer {
	color: #FFF;
	padding: 30px;
	max-width: 1140px;
	font-size: 14px;
	margin-left: auto;
	margin-right: auto;
}
#Page a {
	color: #FFFFFF;
	text-decoration: underline;
}
#FlexContainer {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
}
#FlexContainer3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
}
#FlexContainerRev {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap-reverse;
	overflow: hidden;
}
#Flex1 {
	width: 300px;
	flex-basis: 250px;
	flex-grow: 1;
	overflow: hidden;
	color: #3E9F9F;
	padding: 60px 30px 60px 30px;
}
#Flex2 {
	width: 700px;
	flex-basis: 500px;
	flex-grow: 1;
	overflow: hidden;
	padding: 60px 30px 60px 30px;
}
.FlexBorder {
	border: 2px solid #3E9F9F;
	border-radius: 10px;
	margin: 30px;
}
#Flex3 {
	width: 400px;
	flex-basis: 350px;
	flex-grow: 1;
	overflow: hidden;
	color: #3E9F9F;
	padding: 60px 30px 60px 30px;
	font-size: 18px;
	line-height: 26px;
}
#Flex3a {
	width: calc(50% - 60px);
	height: 60px;
	overflow: hidden;
	padding: 30px;
	float: left;
}
#Flex3b {
	width: calc(25% - 30px);
	overflow: hidden;
	padding: 30px 30px 30px 0px;
	line-height: 60px;
	float: left;
}
#Flex4 {
	width: 600px;
	flex-basis: 400px;
	flex-grow: 1;
	overflow: hidden;
	padding: 60px 30px 60px 30px;
}
#Title1 {
	display: block;
}
#Title2 {
	display: none;
	padding: 30px 30px 0px 30px;
}
#FlexContainer3 {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	overflow: hidden;
}
#Flex3a {
	width: calc(50% - 60px);
	height: 60px;
	overflow: hidden;
	padding: 30px;
	float: left;
}
#Flex3b {
	width: calc(25% - 30px);
	overflow: hidden;
	padding: 30px 30px 30px 0px;
	line-height: 60px;
	float: left;
}
#Flex4BoxW {
	width: 300px;
	flex-basis: 200px;
	flex-grow: 1;
	overflow: hidden;
	margin: 15px;
	border-radius: 5px;
	background-color: #FFF;
	text-align: center;
	padding: 20px 15px 20px 15px;
	font-size: 18px;
}
#PageTop {
	float: right;
	height: 36px;
	width: 36px;
	position: fixed;
	right: 20px;
	bottom: 20px;
	z-index: 99;
}
#FlexLeft {
	width: 500px;
	flex-basis: 320px;
	flex-grow: 1;
	overflow: hidden;
	padding: 30px;
}
#FlexRight {
	width: 500px;
	flex-basis: 320px;
	flex-grow: 1;
	overflow: hidden;
	padding: 30px;
}
.TwoTone1 {
	background: linear-gradient(90deg, #3E9F9F 50%, #DFF7F4 50%);
	color: #2A3A4A;
}
.TwoTone2 {
	background: linear-gradient(90deg, #DFF7F4 50%, #3E9F9F 50%);
	color: #2A3A4A;
}
/* -----------------------  SECTIONS ------------------------- */


/*---------------------- Accordion -----------------------------*/
.accordion {
	background-color: #FFFFFF;
	color: #2A3A4A;
	cursor: pointer;
	padding: 18px 0px 5px 0px;
	width: 100%;
	line-height: 28px;
	text-align: left;
	outline: none;
	font-size: 20px;
	font-weight: 600;
	transition: 0.4s;
	border: 0px;
}
.active, .accordion:hover {
	
}
.panel {
	padding: 10px 0px 0px 0px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
}
.panel p {
	margin: 0px 0px 15px 0px;
	font-size: 16px;
	line-height: 24px;
}
/*---------------------- Accordion -----------------------------*/



/* --------------------- Car Insurance ------------------------ */
#FlexHalf {
	width: 500px;
	flex-basis: 425px;
	flex-grow: 1;
	overflow: hidden;
}
#FlexHalfBG {
	width: 500px;
	flex-basis: 425px;
	min-height: 300px;
	flex-grow: 1;
	overflow: hidden;
	/*background-image: url(Images/CarBG.jpg);
	background-position: center top;
	background-size: 200%;
	padding: 30px;*/
}
.LinkButton {
	color: #DFF7F4;
	background-color: #883AB5;
	display: block;
	line-height: 20px;
	font-size: 14px;
	text-decoration: none;
	border-radius: 40px;
	max-width: 300px;
	padding: 10px 18px 10px 18px;
	cursor: pointer;
	overflow: hidden;
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)  ; 
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)  ; 
	-moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5)  ;

}
.LinkButton:hover {
	background-color: #9E56C9;
}
.TextBoxReg {
	height: 50px;
	width: 290px;
	padding-left: 40px;
	font-size: 20px;
	color: #333;
	border-radius: 10px;
	float: left;
	background-image: url(Images/RegPate.png);
	background-repeat: no-repeat;
	background-position: left;
	overflow: hidden;
	border: 0px;
}
#Flex3Box {
	width: 300px;
	flex-basis: 250px;
	flex-grow: 1;
	overflow: hidden;
	margin: 15px;
}
.BoxTop {
	padding: 15px;
	border: 3px solid #3E9F9F;
	border-radius: 10px 10px 0px 0px;
	text-align: center;
	background-color: #3E9F9F;
	font-size: 24px;
	line-height: 34px;
	font-weight: 600;
	color: #DFF7F4;
}
.BoxBottom {
	padding: 15px;
	border: 3px solid #3E9F9F;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	min-height: 160px;
}
.BoxBottomM {
	padding: 15px;
	border: 3px solid #3E9F9F;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	min-height: 200px;
}
.BoxBottomH {
	padding: 15px;
	border: 3px solid #3E9F9F;
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	min-height: 250px;
}
/* --------------------- Car Insurance ------------------------ */



/*---------------------- Slider --------------------------------*/
.slidecontainer {
	width: 100%; /* Width of the outside container */
	overflow: hidden;
}

/* The slider itself */
.slider {
  -webkit-appearance: none;  /* Override default CSS styles */
  appearance: none;
  width: 100%; /* Full-width */
  height: 6px; /* Specified height */
  background: #2A3A4A; /* Grey background */
  border-radius: 3px;
  outline: none; /* Remove outline */
  /*opacity: 0.7;  Set transparency (for mouse-over effects on hover) */
  /*-webkit-transition: .2s;  0.2 seconds transition on hover */
  /*transition: opacity .2s;*/
}

.sliderBox {
	width: calc(50% - 30px);
	float: left;
	margin: 15px 15px 10px 15px;
	font-size: 16px;
	line-height: 30px;
	color: #2A3A4A;
}
.SliderResult {
	text-align: center;
}
#sliderCalc {
	width: 100%;
	text-align: center;
}
/* Mouse-over effects 
.slider:hover {
  opacity: 1; /* Fully shown on mouse-over 
}
*/

/* The slider handle (use -webkit- (Chrome, Opera, Safari, Edge) and -moz- (Firefox) to override default look) */
.slider::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  width: 16px; /* Set a specific slider handle width */
  height: 16px; /* Slider handle height */
  background: #3E9F9F; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 7px;
  border: 4px solid #2A3A4A;
}

.slider::-moz-range-thumb {
  width: 16px; /* Set a specific slider handle width */
  height: 16px; /* Slider handle height */
  background: #3E9F9F; /* Green background */
  cursor: pointer; /* Cursor on hover */
  border-radius: 7px;
  border: 4px solid #2A3A4A;
}
/*---------------------- Slider --------------------------------*/

@media screen and (max-width: 412px) {
	.TextBoxReg {
		width: calc(100% - 42px);
	}
}

@media screen and (max-width: 590px) {
	.BoxBottomM {
		min-height: 10px;
	}
	.BoxBottomH {
		min-height: 10px;
	}
}
	
@media screen and (max-width: 600px) {
	.HealthRadio {
		width: calc(100% - 44px);
	}
	.MortgageRadio {
		width: calc(100% - 44px);
	}
	.Heading1 {
		font-size: 30px;
		line-height: 40px;
	}
	.Heading2 {
		font-size: 30px;
		line-height: 40px;
	}
	.Heading3 {
		font-size: 30px;
		line-height: 40px;
	}
	.Heading4 {
		font-size: 25px;
		line-height: 35px;
	}
	.sliderBox {
		width: calc(100% - 35px);
	}
	.TextBox {
		width: calc(100% - 45px);
	}
	.TextBoxError {
		width: calc(100% - 45px);
	}
	.SubButton {
		width: calc(100% - 35px);
	}
}

@media screen and (max-width: 776px) {
	.LogoLeft {
		margin-right: 0px;
		width: 100%;
	}
	.LogoRight {
		margin-left: 0px;
		width: 100%;
	}
	#FlexLeft {
		width: 100%;
		background: #3E9F9F;
	}
	#FlexRight {
		width: 100%;
		background: #DFF7F4;
	}
}

@media screen and (max-width: 867px) {
	.InsImage {
		margin-top: 0px;
	}
}
@media screen and (max-width: 880px) {
	#Flex1 {
		padding: 30px 30px 0px 30px;
	}
	#Flex2 {
		padding: 30px;
	}
	#Flex3 {
		padding: 30px;
	}
	/*
	#Title1 {
		display: none;
	}
	#Title2 {
		display: block;
	}
	*/
}
@media screen and (max-width: 1024px) {
	#Flex4 {
		padding: 0px;
	}
	#Flex3a {
		width: 100%;
	}
	#Flex3b {
		width: 100%;
		padding: 0px 30px 30px 30px;
	}
}

/* CSS Document */
