@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Metropolis';
	font-weight: normal;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:inherit; text-decoration:none;}
a:hover {}
img {border:none;}
li {list-style:none;}
*{box-sizing:border-box;}
.img-full{max-width:100%;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
.forMob,.forTab{display:none;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:970px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*-----------------------
HEADER CSS
------------------------*/
.header{
	float:left;
	width:100%;
	padding:15px 0;
	background: white;
/*background: -moz-linear-gradient(0deg, rgba(221,227,251,1) 0%, rgba(233,237,253,1) 49%, rgba(246,248,254,1) 100%);
background: -webkit-linear-gradient(0deg, rgba(221,227,251,1) 0%, rgba(233,237,253,1) 49%, rgba(246,248,254,1) 100%);
background: linear-gradient(0deg, rgba(221,227,251,1) 0%, rgba(233,237,253,1) 49%, rgba(246,248,254,1) 100%);*/
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dde3fb",endColorstr="#f6f8fe",GradientType=1);
	}
.logo{
	display:inline-block;
	vertical-align:middle;
	margin-bottom:-7px;
	width: 500px;
	border-radius:6px;
	}
.logo-txt{
	display:inline-block;
	vertical-align:middle;
	color:#4a4a4a;
	font-size:17px;
	letter-spacing:0.3px;
	border-left:1px solid #93b1f9;
	padding:0 0 0 13px;
	margin-left:10px;
	text-align:left;
	}
	
/*-------------------------
CSS FOR TOP STRIP
---------------------------*/
.top-sec{
	float:left;
	width:100%;
	/*background:url(../images/top-bg.png) no-repeat top center #fff; */
	padding-bottom: 65px;
	background-color: #4c8bf5;
	}
.top-sec h1{
	color:#fff;
	font-size:30px;
	line-height:38px;
	margin-top:20px;
	}
.top-sec p{
	color:#fff;
	font-size:18px;
	line-height:24px;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.top-sec p span{
	color:#fddb3f;
	}

/*-----------------------
CSS FOR MID CONTENT
------------------------*/


.sec-midBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:830px;
	padding:0 0 45px;
	margin-top:-40px;
	}
.progres-box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:40px;
	padding:30px 0px;
	position:relative;
	box-shadow: 0 3px 10px 1px rgba(19,99,165,0.1);
    -webkit-box-shadow: 0 2px 10px 1px rgba(19,99,165,0.1);
	}
.progress-line{
	content:'';
	position:absolute;
	left:50px;
	right:50px;
	height:12px;
	background:#e7edff;
	top:34px;
	border-radius: 20px;
	}
.progress-move{
	position:absolute;
	left:0;
	height:12px;
	background:#4c8bf5;
	transition:all ease 1.5s;
	width:5%;
	border-radius: 20px;
	}
.progress-move img {
    position: absolute;
    right: -33px;
    top: -25px;
	}
.progress-move-completed {
	position:absolute;
    left:0;
	height:30px;
    background:#4d75dd;
    transition:all ease 1.5s;
    width:5%;
    border-radius: 20px;
	top: -16px;
 	}
.progress-move-completed span{
	color: white;
	font-weight: 900;
	}
ul.progress-bar{
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
	padding:20px 0 0 0;
	position:relative;
	}
ul.progress-bar li{
	width:auto;
	color:#a1a1a1;
	font-size:16px;
	font-weight:600;
	font-family: 'Metropolis Semi';
	letter-spacing:0.5px;
	position:relative;
	}
ul.progress-bar li span{
	position:absolute;
	width:14px;
	height:14px;
	top:-19px;
	left:50%;
	margin-left:-7px;
	background:#fff;
	border-radius:50%;
	border:2px solid #e7edff;
	}
ul.progress-bar li.active{
	color:#4d75dd;
	}
ul.progress-bar li.active span{
	border:2px solid #4d75dd;
	background:#4d75dd;
	}

.top-heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:24px;
	font-weight:bold;
	margin-top:50px;
	}
.top-para{
	float:left;
	width:100%;
	color:#626262;
	font-size:18px;
	line-height:24px;
	margin-top:5px;
	}
.question-row{
	float:left;
	width:100%;
	margin-top:35px;
	border:1px solid #eff1f7;
	border-radius:40px;
	padding:40px 20px;
	box-shadow:2px 3px 9px 0 rgba(19,99,165,0.1);
    -webkit-box-shadow:2px 3px 9px 0 rgba(19,99,165,0.1);
	}
.bg-white{ background:#fff;}
.bg-blue{ background:#f7f9ff;}
.questBx-hlf{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	width:300px;
	}
.mrgn-inr{ margin-top:50px;}
	
.question{
	float:left;
	width:100%;
	color:#282828;
	font-size:20px;
	font-weight:600;
	font-family: 'Metropolis Semi';
	letter-spacing:0.5px;
	}
.full-input{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:350px;
	background:#fff;
	height:48px;
	margin-top:14px;
	border:1px solid #cfcfcf;
	color:#000;
	font-size:17px;
	font-family: 'Metropolis';
	padding:5px 10px;
	border-radius:4px;
	-webkit-appearance:auto;
	}
.amount-input{
        display:inline-block;
        vertical-align:middle;
        width:100%;
        max-width:350px;
        background:#fff;
        height:48px;
        margin-top:14px;
        border:1px solid #cfcfcf;
        color:#000;
        font-size:17px;
        font-family: 'Metropolis';
        padding:5px 10px;
        border-radius:4px;
        -webkit-appearance:auto;
        }
.opt-box-day {
    display: inline-block;
    vertical-align: middle;
    width: 12%;
    max-width: 120px;
    margin-top: 5px;
	border-radius:4px;
	}
.opt-box-month {
    display: inline-block;
    vertical-align: middle;
    width: 30%;
    max-width: 120px;
    margin-top: 5px;
	}
.opt-box-year{
	display:inline-block;
	vertical-align: middle;
	width:20%;
	max-width:100px;
	margin-top:5px;
	}
.opt-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:350px; /* increased from 300px to 350px temporarily */
	margin-top:5px;
	margin-bottom:5px; /*adding this to see if it assistss with step14 */
	}
.opt-box-inr{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:450px;
	}
.opt-box2{
	float: left;
    width: 49%;
    position: relative;
	margin-top:12px;
	}
.opt-box2.fr {
    float: right;
	}
.opt-third{
	float:left;
	width:30%;
	position:relative;
	margin: 2.5px;
	}
.opt-third input[type=radio]{
	opacity:0;
	position:absolute;
}
.opt-third input[type=radio] + span{
    float:left;
    width:100%;
    background:#4d8add;
    color:#ffffff;
    font-family: 'Metropolis';
    font-size:18px;
    height:48px;
    font-weight:bold;
    padding:13px 10px;
    letter-spacing:0.5px;
    transition:all ease 0.3s;
    cursor:pointer;
    border-radius:3px;
	}
.opt-third input[type=radio]:checked + span{
	background:#02c784;
	}
.opt-half:last-child{
    float:right;
    }
.opt-half{
	float:left;
	width:48%;
	position:relative;
	}
.opt-full{
	float:left;
	width:100%;
	position:relative;
	}
.opt-half:last-child{
	float:right;
	}
.opt-half input[type=radio], .opt-full input[type=radio]{opacity:0; position:absolute;	 }
.opt-half input[type=radio] + span, .opt-full input[type=radio] + span{
	float:left;
	width:100%;
	background:#4d8add;
	color:#ffffff;
	font-family: 'Metropolis';
	font-size:18px;
	height:48px;
	font-weight:bold;
	padding:13px 10px;
	letter-spacing:0.5px;
	transition:all ease 0.3s;
	border-radius: 5px;
	cursor:pointer;
	}

.opt-half input[type=radio]:checked + span, .opt-full input[type=radio]:checked + span{
	background:#02c784;
	}
.opt-half.female input[type=radio]:checked + span{
	background:#dd4dbd;
	}
.opt-full input[type=radio]:checked + span{background:#02c784;}

.opt-half input[type=checkbox], .opt-full input[type=checkbox]{opacity:0; position:absolute;}
.opt-half input[type=checkbox] + span, .opt-full input[type=checkbox] + span{
	float:left;
	width:100%;
	background:#4d8add;
	color:#ffffff;
	font-family: 'Metropolis';
	font-size:18px;
	height:48px;
	font-weight:bold;
	padding:13px 10px;
	letter-spacing:0.5px;
	cursor:pointer;
	border-radius:3px;
	transition:all ease 0.3s;
	}
.opt-half input[type=checkbox]:checked + span, .opt-full input[type=checkbox]:checked + span{
	background:#dd4dbd;
	}
.opt-full input[type=checkbox]:checked + span{
	background:#02c784;
	}
.opt-half-quote input[name=life_quote]{
	width:30%;
	margin-left:5px;
	margin-right:5px;
	}
.height-input{
	float:left;
	width:68%;
	}
.weight-input{
	float:right;
	width:29%;
	}
.height-input label, .weight-input label{
	float:left;
	width:100%;
	color:#494949;
	font-size:17px;
	text-align:left;
	}
.height-input input, .weight-input input{
	float:left;
	width:48%;
	background:#fff;
	height:52px;
	margin-top:10px;
	border:1px solid #d4d4d4;
	color:#000;
	font-size:18px;
	font-family: 'Metropolis';
	padding:5px 10px 8px 10px;
	border-radius:4px;
	-webkit-box-shadow:inset 0 0 7px 1px rgba(0,0,0,0.1);
	box-shadow:inset 0 0 7px 1px rgba(0,0,0,0.1);
	-webkit-appearance:none;
	}
.height-input input:last-child{float:right;}
.weight-input input{width:100%;}
.opt-box-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 530px;
    margin-top: 14px;
	}
.pg-btn{
	float:left;
	width:100%;
	border:none;
	background:#01c380;
	margin-top:20px;
	cursor:pointer;
	color:#fff;
	font-size:24px;
	height:62px;
	line-height:60px;
	font-weight:bold;
	border-radius:7px;
	font-family: 'Metropolis';
	-webkit-appearance:none;
	letter-spacing:1px;
	box-shadow: 2px 4px 15px 1px rgba(1,187,124,0.2);
    -webkit-box-shadow: 2px 4px 15px 1px rgba(1,187,124,0.2);
	transition: 0.3s;
	}
.pg-btn:hover {
	background:#01e998;
	transition: all 0.3s ease;
}
.vehicle-back {
    padding-top: 20px;
}

.inform-box{
	float:left;
	width:100%;
	margin-top:30px;
	background: #f7f9ff;
	border-radius: 40px;
	box-shadow: 2px 3px 9px 0 rgba(19,99,165,0.1);
    -webkit-box-shadow: 2px 3px 9px 0 rgba(19,99,165,0.1);
	padding:50px 140px;
	border: 1px solid #eff1f7;
	}
.infmElement{
	float:left;
	width:100%;
	margin-bottom: 10px;
	}
.infmElement2{ margin-top:30px;}
.infmElement label{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:600;
	text-align:left;
	font-family: 'Metropolis Semi';
	}
.info-input-car{
	width:50%;
	background:#fff;
	height:48px;
	margin-top:10px;
	border:1px solid #d4d4d4;
	color:#000;
	font-size:16px;
	font-family: 'Metropolis';
	padding:5px 20px 8px 10px;
	border-radius:4px;
	-webkit-appearance:none;
	}
.info-input{
	float:left;
	width:48.5%;
	background:#fff;
	height:48px;
	margin-top:10px;
	border:1px solid #d4d4d4;
	color:#000;
	font-size:16px;
	font-family: 'Metropolis';
	padding:5px 20px 8px 10px;
	border-radius:4px;
	-webkit-appearance:none;
	}
.info-input.fr{ float:right;}
.contact-input{
	float:left;
	width:100%;
	margin:0 0 20px 0;
	}
.contact-input label{
	float:left;
	width:100%;
	color:#000;
	font-weight:600;
	text-align:left;
	font-family: 'Metropolis Semi';
	font-size:20px;
	text-align:left;
	}
.contfield{
	float:left;
    width: 100%;
    background: #fff;
    height: 48px;
    margin-top:8px;
    border: 1px solid #cfcfcf;
    color: #000;
    font-size: 16px;
    font-family: 'Metropolis';
    padding: 5px 10px;
    border-radius: 4px;
    -webkit-appearance: none;
	}
.terms { text-align: left; }
.terms-chk{
	float:left;
	width:100%;
	/*margin-top:8px;*/
	text-align:left;
	color:#616161;
	font-size:15px;
	text-align:left;
	position:relative;
	padding-left:30px;
	letter-spacing:0.5px;
	}
.terms-chk input{
	position:absolute;
	left:0;
	top:3px;
	width:20px;
	height:20px;
	}
.client-strip{
	float:left;
	width:100%;
	padding:0 20px 35px;
	}
.strptxt {
	float: left;
	width: 100%;
	background: url(../images/strp-bdr.png) center center no-repeat;
	font-size: 18px;
	line-height: 24px;
	color: #717689;
	font-weight: 400;
	}
ul.strp-list{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 15px;
	}
ul.strp-list li{
	display:inline-block;
	vertical-align:middle;
	}
ul.strp-list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}
.vid-wrap {
  width: 100%;
  max-width: 400px;
  height: auto;
}
.vidplay {
        width:100%;
        max-width:800px;
        height:auto;
}
/*--------------------------
FOOTER CSS
--------------------------*/
.footer{
	float:left;
	width:100%;
	padding:30px 0 5rem 0;
	text-align:center;
	background:#f0f2f6;
	border-top:1px solid #e5e5e5;
	position: absolute; 
}
.footer2 {
    float:left;
    width:100%;
    padding:30px 0 5rem 0;
    text-align:center;
    background:#f0f2f6;
    border-top:1px solid #e5e5e5;
    position: absolute; 
}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:30px;
	color:#383838;
	}
.ftr-txt1 a{ color:#383838; font-size:17px; padding:0 5px;}


@media only screen and (max-width:987px){
.container{width:750px;}


}


@media only screen and (max-width: 767px){
.container{width:100%; max-width:600px; padding:0 10px;}
.top-sec h1{ font-size:28px;}
.inform-box{ padding:50px 40px;}

}

@media only screen and (max-width: 600px){
.forMob{display:block;}
.hide-mob{ display:none;}
.header{padding:12px 0;}
.logo{width:160px; margin-bottom:-5px;}
.logo-txt{font-size:15px; line-height:20px; margin-left:5px; padding:0 0 0 10px;}

.top-sec{height:auto; padding:0 0 60px; background-size:cover;}
.top-sec h1{font-size:22px; line-height:30px; margin-top:15px;}
.top-sec p{font-size:16px; line-height:22px; margin-top:10px;}

.progres-box{ padding:15px 10px;border-radius: 20px;}
ul.progress-bar{padding: 26px 0 0 0;}
ul.progress-bar li{width:85px; font-size:14px; line-height:16px; letter-spacing:0;}
.progress-line{left:50px; right:50px;}


.vidplay {
	width: 100%;
	height: auto;
}


.top-heading{font-size:22px; margin-top:30px;}
.top-para{padding:0; font-size:16px;line-height: 22px;}

.inform-box{padding:30px 15px; margin-top:20px;border-radius: 20px;}
.info-input, .info-input.btm{width:100%;}
.question-row{margin-top:20px;border-radius: 20px;padding: 30px 15px;}
.question{font-size:19px; line-height:22px;}
.questBx-hlf{ margin:5px 0 10px; width:100%;}
.full-input{ margin-top:10px;}
.opt-box{max-width: 400px;}
.mrgn-inr {margin-top: 25px;}
.opt-box2{ width:100%;}

.pg-btn{margin-top:10px;}
.terms-chk{ font-size:14px; margin:0;}
.opt-box-btn2 .pg-btn{font-size: 20px;}

.client-strip{padding: 0 10px 25px;}
.strptxt{background:none; font-size:15px; line-height:20px;}
ul.strp-list{margin-top:10px;}
ul.strp-list li img{width:100px;}

.footer2 {
	position:absolute;
	padding:20px 0;
	background-color: #f0f2f6;
	border-top:1px solid #e5e5e5;
}

.footer{
	position:absolute;
	padding:20px 0;
}
.ftr-txt1, .ftr-txt1 a{font-size:14px; line-height:26px;}
}
