@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
.hide-custom{
	display:none;
}

html, body {
	background-color: #edf5f8;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	color:#000000;
	text-align:center;
	font-family: 'Open Sans', 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;
	}
.forMob,.forTab{display:none;}

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

#top+div+.container { min-height: 300px; }



/*-----------------------
CSS FOR MID CONTENT
------------------------*/
.mid-box{
	width:100%;
	padding:0 40px 40px 40px;
	}

.healthStep {
	min-height: 450px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
	

.question-box{
	width:100%;
	/* margin-top: 45px;
	padding-bottom: 180px; */
	}

.q-hint{
	float:left;
	width:100%;
	color: #595959;
	font-size:13px;
	margin-top:3px;
	letter-spacing:0.3px;
	}
	
.ans-box{
	max-width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;	

	}
	.pg-btn {
		transition: all ease-in-out .3s;
	}
	.pg-btn:hover {
		background-color: #134c85;
	}

	#step1 .ans-box {
		flex-direction: row;
	}
	#step2 .ans-box {
		flex-direction: row;
	}
	#step3 .ans-box {
		flex-direction: row;
		flex-wrap: wrap;
		max-width: 400px;
		padding: 0;
		margin-left: 50%;
		transform: translateX(-50%);

	}
	#step1 .pg-btn {
		max-width: 200px;
		margin: 5px;
	}
	#step2 .pg-btn {
		max-width: 200px;
		margin: 5px;
	}
.form-control{
	display: block;
	width: 100%;
	max-width: 520px;
	padding: 6px 12px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	text-align: center;
	}
.month-fld{
	background:url(../img/drop-arw.jpg) no-repeat 96% center;
	max-width: 177px;
	width: 100%;
	}
.day-fld{
	 max-width: 65px;
	 width: 100%;
	 margin-right:15px;
	}
.yr-fld{width:100%; max-width: 128px;}
.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:15px;
	padding:0 100px;
	}

.strip-bg {
	background: white;
}
/*--------------------------
FOOTER CSS
--------------------------*/



.providers {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: center;
}

.providers div {
	width: 124px;
	height: 60px;
	margin: 15px;
}

.p1, .p2, .p3, .p4, .p5, .p6 {
	background-color: rgba(0, 0, 0, 0);
	background-repeat: no-repeat;
    background-attachment: scroll;
	background-size: auto;
    background-origin: padding-box;
    background-clip: border-box;

}

.p1 {
	background: url(../images/providers_sprite.jpg) 0 -300px no-repeat;
    background-position-x: 0px;
    background-position-y: -300px;
}

.p2 {
	background: url(../images/providers_sprite.jpg) 0 -180px no-repeat;
    background-position-x: 0px;
    background-position-y: -180px;
}

.p3 {
	background: url(../images/providers_sprite.jpg) 0 -60px no-repeat;
    background-position-x: 0px;
    background-position-y: -60px;
}

.p4 {
	background: url(../images/providers_sprite.jpg) no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
}

.p5 {
	background: url(../images/providers_sprite.jpg) 0 -120px no-repeat;
    background-position-x: 0px;
    background-position-y: -120px;
}

.p6 {
	background: url(../images/providers_sprite.jpg) 0 -240px no-repeat;
    background-position-x: 0px;
    background-position-y: -240px;
}


.call-link {font-size:20px; display: block; padding-top:20px; clear:both; width: 100%; color: #2F9EE9; display: none; }

label[for="leadid_tcpa_disclosure"] { display: block; padding-top: 30px;     font-weight: 400;}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
	-moz-appearance: textfield;
  }

  @media only screen and (max-width: 1200px){
	.form-control {
		max-width: 520px;
	}
	.day-fld {
		margin-right: 0;
	}
	.month-fld {
		margin-right: 0;
	}
	.pg-btn {
		font-size: 20px;
	}
	.container{width:100%; max-width:90%; padding:0 10px;}
  }


  @media (max-width: 768px) {
	.container{max-width: 98%;}

	.logo {
		width: 150px;
	}
	.providers-box {
		display: none;
	}
	.question {
		font-size: 20px;
	}

	.pg-btn {
		max-width: 400px;
	}
}

@media only screen and (max-width: 600px){
	.pg-btn {
		max-width: 480px;
		width: 100%;
	}

	.healthStep {
		justify-content: flex-start;
	}

	.ans-box {
		flex-wrap: wrap;
	}

	#step1 .pg-btn, #step2 .pg-btn {
		max-width: 100%;
	}
		
}

@media screen and (max-width: 340px) {
	.header-rgt p{
		display: none;
	}

	.step-title{
		font-size: 20px;
	}

	.header-logo{
		display: flex;
	}
}