@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: 'Roboto', sans-serif;
	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;}
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;
	}

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

/*-----------------------
HEADER CSS
------------------------*/
.header{
	float:left;
	width:100%;
	background:#fff;
	height:90px;
	border-bottom: 1px solid #d7d7d7;
	}
.logo{
	float:left;
	margin-top:15px;
	width: 180px;
	}
.header-rgt{
	float:right;
	margin-top:8px;
	}
.header-rgt p{
	float:left;
	text-align:left;
	color: #333333;
	font-size:16px;
	line-height:22px;
	margin:5px 0 0 10px;
	}
.header-rgt p span{
	display:inline-block;
	vertical-align:middle;
	color: #3582c5;
	font-size:24px;
	font-weight:bold;
	margin-top:2px;
	}
.header-rgt img{
	float:left;
	width:70px;
	}

.hero-section{
	float:left;
	width:100%;
	/* height:160px; */
	padding-bottom: 25px;
	background:#68a648;
	}
.step-title{
	float:left;
	width:100%;
	color:#fff;
	font-size: 32px;
	margin-top:25px;
	letter-spacing:0.5px;
	}
.color-white{
	color:#fff;
}
.progress-box{
	display:inline-block;
	vertical-align:middle;
	width:700px;
	height:14px;
	border-radius:15px;
	background:#fff;
	margin-top:0px;
	border:2px solid #fff;
	-webkit-box-shadow:inset 0 0 5px 2px rgba(1,1,1,0.1);
	box-shadow:inset 0 0 5px 2px rgba(1,1,1,0.1);
	}
.progress-inner{
	float:left;
	width:0;
	height:100%;
	border-radius:15px;
	position:relative;
	overflow:hidden;
	background-color: rgb(25 99 173);
	background-image: linear-gradient(center bottom, rgb(25 99 173) 37%, rgb(25 99 173) 69%);
	transition:all ease 0.5s;
	}
.progress-inner:after{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: linear-gradient(-45deg,rgba(255, 255, 255, 0.2) 25%,transparent 25%,transparent 50%,rgba(255, 255, 255, 0.2) 50%,rgba(255, 255, 255, 0.2) 75%,
	transparent 75%,transparent);
	z-index: 1;
	background-size: 50px 50px;
	animation: move 2s linear infinite;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
	}
@keyframes move {
0% {background-position: 0 0;}
100% {background-position: 50px 50px;}
}

.progress-value{
	float:left;
	width:100%;
	font-size:19px;
	margin-top:10px;
	letter-spacing:0.5px;
	color: #146ab4;
	}
	
/*-----------------------
CSS FOR MID CONTENT
------------------------*/
.section-1{ 
	float:left;
	width:100%;
	background:#fafafa;
	}
.mid-box{
	float:left;
	width:100%;
	}
.box-inner{
	float:left;
	width:100%;
	border-radius:10px;
	padding:10px 30px 100px;
	min-height:350px;
	}	
.question-box{
	float:left;
	width:100%;
	max-width: 720px;
	}
.question{
	float: left;
    width: 100%;
    color: #313131;
    font-size: 32px;
    font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
	}
.ans-box{
	float:left;
	width:100%;
	}
.formBox{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:400px;
	}
.pg-btn{
	display: inline-block;
    vertical-align: middle;
    height: 60px;
    border: none;
    margin: 15px 0 0;
    cursor: pointer;
    color: #fff;
    font-size: 20px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    border-radius: 50px;
    -webkit-appearance: none;
    background: #1962ad;
    position: relative;
    max-width: 100%;
    width: 400px;
	}
.pg-btn.small{width:200px; margin:15px 10px 0;}

.form-control{
	float:left;
	background:#fff;
	height:52px;
	border: 1px solid #ccc;
	color:#555;
	font-size:17px;
	font-family: 'Open Sans', sans-serif;
	padding:5px 10px 8px;
	border-radius:4px;
	-webkit-appearance:none;
	}
.month-fld{
	width:calc(48% - 15px); margin-right:15px;
	background:url(../images/drop-arw.jpg) no-repeat 96% center;
	}
.day-fld{width:calc(20% - 15px); margin-right:15px;}
.yr-fld{width:32%;}
.full-fld{width:100%;}
.mt-top{margin-top:15px;}
.form-control:focus {
	border-color: #66afe9;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(102,175,233,0.6)
	}	

a.phone-btn{
	display:inline-block;
	vertical-align:middle;
	color: #2F9EE9;
	font-size:18px;
	margin-top:30px;
	font-weight:700;
	}
a.phone-btn span{font-weight:normal;}
a.phone-btn:hover span{text-decoration:underline;}
.clk-terms{
	font-size: 14px;
    text-align: justify;
    display: inline-block;
    color: #595959;
    font-weight: 300;
    outline: none;
	margin-top:15px;
	}
.btm-terms{
	font-size: 12px;
	color: #595959;
	font-weight:300;
	text-align:left;
    margin-top: 25px;
    padding: 0 180px;
	}

.esDisclosure{
	font-weight: 400;
}
/*--------------------------
STRIP CSS
--------------------------*/
.strip-bg{
	float:left;
	width:100%;
	padding:30px 0;
	}
.cont-txt{
    float: left;
    width: 100%;
    color: #4f4747;
    font-size: 25px;
    font-weight: bold;	
	}
.cont-txt a{ color:#205bb9;}
.cont-txt a:hover{ color:#205bb9; text-decoration:underline;}	
.cont-txt a img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 8px;
	}	
	
/*--------------------------
FOOTER CSS
--------------------------*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	text-align:center;
	background:#000000;
	}
.disclaimer{
	float:left;
	width:100%;
	font-size:14px;
	line-height:1.5;
	color: #f5f5f5;
	letter-spacing:0.3px;
	}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:14px;
	line-height:30px;
	color: #e7e7e7;
	margin-top:20px;
	}
.ftr-txt1 a{ color:#f1f1f1; font-size:16px;}


.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

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

}


@media only screen and (max-width:1024px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.box-inner{ padding:10px 0 90px;}
.question{ font-size:38px;}
.btm-terms{ padding:0 100px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.header{ height:75px;}
.logo{ width:150px; margin-top:14px;}
.header-rgt p{ font-size:13px; line-height:19px; margin:0 0 0 5px; text-align:right;}
.header-rgt p span{ font-size:18px;}
.header-rgt p span img{ display:inline-block; vertical-align:middle; margin:-1px 6px 0 0; width:17px;}

/* .hero-section{ height:147px;} */
.step-title{ font-size:24px; margin-top:20px;}
.progress-box{ width:100%;}
.progress-value{ font-size:17px;}

.box-inner{ padding: 10px 0 70px;}
.question{ font-size:24px; line-height:34px;}
.ans-box{ margin-top:20px;}
.pg-btn.small{ width: 220px; margin: 15px 0 0;}
.btm-terms{ padding:0 10px;}

.strip-bg{ padding:20px 0;}
.cont-txt{ font-size:22px; line-height:32px;}

.footer{ padding:25px 0; text-align:center;}
.ftr-txt1{ line-height:26px;}
.ftr-txt1 a{ font-size:13px;}
}

#leadid_tcpa_disclosure {
    width: 15px;
    height: 14px;
    margin-top: 0;
}