/*
 Theme Name:     Affortable Health Insurance
 Theme URI:      http://wartiz.com/
 Description:    A bare-bones child theme for use with twentysixteen Theme
 Author:         Wartiz Technologies
 Author URI:     http://wartiz.com/
 Template:       twentysixteen
 Version:        1.0.0
*/

/* Add Custom CSS after this line */

/* Demo Johnson Box code courtesy of: http://hyperlinkcode.com/blog/html-johnson-box/ */

.poppins{
	font-family: 'Poppins', sans-serif;
}

.animated-text {
  margin: 0;
  animation: move-text 5s linear infinite;
  white-space: nowrap;
}

@keyframes move-text {
  from {
    transform: translateX(100%);
  }
  
  to {
    transform: translateX(-100%);
  }
}

.bg-img {
   background-image: url(../../images/bg-med.jpg);
   background-size: cover;
   background-position: center;
   background-position-x: right;
   height: 735px;
   width: 100%;
   position: relative;
   top: 28px;
}

.bg-wave {
   background-image: url(../../images/bg-wave.png);
   background-size: cover;
   background-position: center;
   height: 100%;
   width: 100%;
   background-color: #f0f4f9;
}

.bg-grey{
	background: #f5f3f3!important;
}

.bg-bluishgrey{
	background: #f0f4f9!important;
}

.bg-l-transparent{
	background-color: #ffffff1f!important;
}

.navbar {
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
}

.header-text{
	position:relative;
	top: 150px;
}

.h1-header {
    font-size: 60px;
    font-weight: 900;
    letter-spacing: -1px;
}

.h1-provider{
	font-size: 24px;
    line-height: 1em;
    text-transform: uppercase;
}

.font-13{
	font-size: 13px!important;
}

.font-15{
	font-size: 15px!important;
}

.font-18{
	font-size: 18px!important;
}

.font-19{
	font-size: 19px!important;
}

.font-20{
	font-size: 20px!important;
}

.font-25{
	font-size: 25px!important;
}

.font-30{
	font-size: 30px!important;
}

.font-32{
	font-size: 32px!important;
}

.font-36{
	font-size: 36px!important;
}
.ls-1px{
	letter-spacing: -1px;
}

.lh-22{
	line-height: 22px;
}

.text-blue{
	color: #0064b1!important;
}

.text-navy-blue{
	color: #191d50!important;
}

.text-seagreen{
	color: #32bd6f!important;
}

.text-bluishgrey{
	color: #7f99bb;!important;
}

.affordable-border{
	border-right: 5px solid #191d50;
}

.border_left{
	border-left: 5px solid #191d50;
}

.h-100{
	height: 100%!important;
}

.btn-Health{
	min-width: 230px!important;
}
.mw-100{
	min-width: 100%!important;
}

.btn-footer{
	background: white;
    border: 2px solid #003478;
    border-radius: 10px;
}

.btn-footer:hover{
	background: #003478;
	color: #ffffff!important;
	border: 2px solid #ffffff;
}

/*.btn-header{
	background: transparent;
	border: 2px solid #191d50;
}*/

.btn-start-orange{
    background: #ff9900;
    color: #ffffff!important;
    border: 2px solid #ff9900;
}

.btn-header{
	background: #191d50;
	color: #ffffff!important;
	border: 2px solid #191d50;
}

.btn-header:hover{
	background: #191d50;
	color: #ffffff!important;
	border: 2px solid #191d50;
}

.btn-zip{
	min-width: 100%!important;
	background: #32bd6f;
	color: #ffffff!important;
	border: 2px solid #32bd6f;
}

.btn-zip:hover{
	background: transparent;
	color: #32bd6f!important;
	border: 2px solid #32bd6f;
}

.search-box {
	padding: 16px 4px;
	margin: 0 auto;
	font-size: 18px;
	color: #a1a0a0;
	border-radius: 4px;
	border: solid 2px #9db7c0;
	text-align: center;
}

.search-box:focus{
	border: 1px solid #32bd6f!important;
	box-shadow: 0 0 0 0.2rem rgb(50 189 111 / 35%);
}

.zip{
	position: relative;
	bottom: 60px;
}

.zip-col{
	background-color: #ffffff;
	box-shadow: 0px 25px 50px 0px rgba(0,0,0,.07);
    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;

}

.card{
	min-height: 280px;
border-color: #edeff2;
    border-style: solid;
    border-width: 1px;
    border-color: #edeff2;
    border-radius: 5px;
 
}

.card:hover{
	box-shadow: 0px 20px 40px 0px rgba(0,52,120,.1);
	transition-duration: 0.5s;
}


.card-2:hover{
	box-shadow: 0px 20px 40px 0px rgba(0,52,120,.1);
	transition-duration: 0.5s;
}

.card-text{
	line-height: 24px;
}

.img-shadow{
	box-shadow:0px 20px 40px 0px rgba(0,52,120,.1);
	border-radius: 15px;
}

.img-dot{
    border-style: dotted;
    border-width: 2px;
    border-color: #32bd6f;
    border-radius: 50%;
    height: 90px;
    padding: 22px;
    transform: rotate(0deg);
    width: 90px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
}

.ts{
	width: 820px;
	min-height: 1px;
    position: relative;
}

.testimonial-wrap{
	margin: 40px 50px 0;
}

.testimonial{
	background: #f0f4f9;
    padding: 0 40px 50px 60px!important;
    border-radius: 5px;
}

.author-img{
	border-color: #003478;
	position: absolute;
    left: 0;
    top: 0;
    width: 130px;
    height: 130px;
    border-radius: 50%;
    border: 10px solid #003478;
    overflow: hidden;
    box-sizing: border-box;
}

.thumb-img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    background-size: cover;
}

h3.ts-title{
	background-color: #003478;
	font-size: 28px;
    background: #003478;
    color: #fff;
    display: inline-block;
    padding: 17px 50px;
    border-bottom-right-radius: 40px;
    text-transform: uppercase;
    font-weight: 800;
}

h4.ts-title{
	margin-bottom: 0;
    color: #003478;
    text-transform: uppercase;
    font-weight: 900!important;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: -.72px;
}

.testimonial-meta{
	margin-top: 30px;
}

.ts-p{
	font-size: 22px;
    line-height: 28px;
    letter-spacing: -.22px;
    font-weight: 400;
    position: relative;
}

.ts-p:before{
	content: "\f10e";
    font-family: "fontawesome";
    display: block;
    text-align: right;
    font-size: 50px;
    color: #003478;
    margin-top: -20px;
    margin-bottom: 25px;
}

.bg-footer{
    background-image: url("../../images/bg-footer.jpg");
	background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

}

.bg-footer-sm{
	background-color: #003478!important;
    background-image: url("../../images/bg-footer-sm.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;

    transition: background .3s,border .3s,border-radius .3s,box-shadow .3s;
    margin: 0 15px;
    border-radius: 5px;

}

.overlay-footer{
	transition: background .3s,border-radius .3s,opacity .3s;
	border-radius: 5px;
	opacity: .5;
	height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    position: absolute;
}

.footer-text{
	padding: 30px;
}

/*.accordion {
  display: flex;
  flex-direction: column;
}

.accordion-item {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 1rem;
}

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  cursor: pointer;
  background-color: #f5f5f5;
  transition: all 0.5s ease;
}

.accordion-header h3 {
  margin: 0;
}


.accordion-content {
  padding: 1rem;
  display: none;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.icon {
  width: 20px;
  height: 20px;
  background: url("https://cdn-icons-png.flaticon.com/512/60/60992.png") center center no-repeat;
  background-size: contain;
}

.active .icon {
  transform: rotate(180deg);
}

.active .accordion-content {
  display: block;
  max-height: 500px;
}*/


@import url("https://fonts.googleapis.com/css?family=Hind:300,400&display=swap");
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

.container-ac {
  margin: 0 auto;
  width: 100%;
}

.accordion .accordion-item {
  border-bottom: 1px solid #e5e5e5;
}
.accordion .accordion-item button[aria-expanded=true] {
  border-bottom: 1px solid #03b5d2;
}
.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 1em 0;
  color: #7288a2;
  font-size: 16px;
  font-weight: 400;
  border: none;
  background: none;
  outline: none;
}
.accordion button:hover, .accordion button:focus {
  cursor: pointer;
  color: #03b5d2;
}
.accordion button:hover::after, .accordion button:focus::after {
  cursor: pointer;
  color: #03b5d2;
  border: 1px solid #03b5d2;
}
.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}
.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}
.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}
.accordion button[aria-expanded=true] {
  color: #03b5d2;
}
.accordion button[aria-expanded=true] .icon::after {
  width: 0;
}
.accordion button[aria-expanded=true] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 200ms linear, max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  font-size: 15px;
  font-weight: 400;
  margin: 1em 0;
}


#overlay {
  position: absolute; /* Sit on top of the page content */
  display: block; /* Hidden by default */
  width: 100%; /* Full width (cover the whole page) */
  height: 735px; /* Full height (cover the whole page) */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
/*  background-color: rgba(0,0,0,0.5); /* Black background with opacity */
/*  background-color: rgba(37 118 126 / 77%); */
background: linear-gradient(rgb(220 232 233 / 77%),rgb(40 148 159 / 77%),rgb(38 71 74 / 78%));
  z-index: 0; /* Specify a stack order in case you're using a different order for other elements */
  
}

@media (max-width: 1600px) {

.header-text{
	position:relative;
	top: 100px;
    }
.h1-header {
    font-size: 45px;
    font-weight: 900;
} 
.zip{
	bottom: 20px;
}   

}

@media (max-width: 768px) {
	.bg-img {
		padding-top: 70px;
	 }
   /* .bg-img {
      height: 70vh;
      padding-top: 70px;
   }
   
   #overlay {
   	 height: 70vh;	
   } */

   .h1-header {
    font-size: 40px;
    font-weight: 900;
    letter-spacing: -1px;
	}
   .navbar {
      position: absolute;
      top: -50px;
      width: 100%;
      background-color: rgba(0, 0, 0, 0.5);*/
   }
   
   .navbar-nav {
      margin: 0 auto;
   }

   .header-text{
	position:relative;
	top: 35px;
    }

    .img-ht{
    	height: auto!important;
    }

    .ts{
	width: 717px!important;
	}
	.testimonial-wrap {
    margin: 40px 20px 0;
	}
	.testimonial{
		padding: 0 30px 30px;
	}
	.author-img{
	width: 100px;
    height: 100px;
	}
	h3.ts-title{
	font-size: 22px;
    padding: 10px 50px;
	}
	.ts-p{
		    font-size: 16px;
    line-height: 1.4em;
	}
	.ts-p:before{
		    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 0;
	}

}

@media (max-width: 414px) {

   /* .bg-img {
      height: 75vh;
      padding-top: 70px;
   }
   
   #overlay {
   	 height: 75vh;	
   } */

   .h1-header {
    font-size: 35px;
    font-weight: 900;
    letter-spacing: -1px;
	}

   .header-text{
	position:relative;
	top: 40px;
    }

    .ts{
	width: 384px!important;
	}
	.author-img{
	width: 105px;
    height: 108px;
	}
	.testimonial{
		padding: 0 30px 30px!important;
	}
	h3.ts-title{
	font-size: 20px;
    padding: 10px 65px;
	}

	.testimonial-wrap {
    margin: 40px 20px 0;
	}
	.ts-p{
		    font-size: 16px;
    line-height: 1.4em;
	}
	.ts-p:before{
		    font-size: 30px;
    margin-top: 15px;
    margin-bottom: 0;
	}

}	


@media (max-width: 311px) {
	.bg-img, #overlay {
		padding-top: 85px;
	}
}

@media (max-width: 309px) {
	.btn-Health {
		font-size: 1rem !important;
	}
	.bg-img, #overlay {
		padding-top: 85px;
		height: 800px;
	}
}

/* @media (max-width: 344px)
{
	.bg-img, #overlay {
		height: 80vh;
	}
}

@media (max-width: 341px)
{
	.bg-img, #overlay {
		height: 83vh;
	}
}
@media (max-width: 312px) {
	.bg-img, #overlay {
		padding-top: 85px;
	}
}

@media (max-width: 309px) {
	.bg-img, #overlay {
		height: 86vh;
	}
}

@media (max-width: 287px) {
	.bg-img, #overlay {
		height: 88vh;
	}
} */

@media screen and (max-width: 600px) {

/*	.ts{
	width: 569px!important;
	}
*/
	.affordable-border{
		border-right: none;
		text-align: center!important;
	}
	.finds section.affordable-section.smal .col-xs-3 {
		width: 100%;
		text-align: left !important;
		display: inline !important;
		margin: 0 !important;
		padding: 0px 28px;
	}
	#light h1,
	#light2 h1,
	#light3 h1 {
		font-size: 26px;
		font-weight: 600;
	}
	#light,
	#light2,
	#light3 {
		display: none;
		position: absolute;
		top: 50%;
		left: 14px !important;
		margin: 0px 20px;
		max-width: 600px;
		max-height: 521px;
		margin-left: 0;
		margin-top: -180px;
		border: 1px solid #FFF;
		background: #FFF;
		z-index: 1002;
		padding: 21px 7px 21px 20px;
	}
	.finds section.affordable-section.smal .form-group.col-xs-3.nopadding {
		width: 33% !important;
		padding-left: 14px !important;
		margin-bottom: 11px !important;
	}
	.finds section.affordable-section {
		padding: 0px 20px 0px 20px !important;
		text-align: center;
	}
	.finds center {
		padding: 0px 18px;
	}
	.finds section.affordable-section.smal .form-group.col-xs-3.nopadding.has-error {
		width: 100% !important;
	}

	.finds div#pre-ex {
		text-align: left;
	}
	.finds section.affordable-section.smal .col-xs-9 {
		width: 100%;
	}
	.finds section.affordable-section.smal .form-group.col-xs-4.nopadding {
		width: 100%;
	}
	.site-branding {
		text-align: center;
		width: 100%;
		margin: 0;
	}
	.home section.slide-section {
		background-size: cover !important;
		padding: 37px 20px 26px 20px;
	}
	section.slide-section form.form {
		max-width: 100% !important;
	}
	section.slide-section h3 {
		line-height: 30px;
	}
	input.search_box {
		border: solid 3px #9db7c0 !important;
	}
	input.search_box_submit,
	button.search_box_submit {
		padding: 13px 0px !important;
		width: 100%;
		font-size: 21px !important;
		font-weight: 500 !important;
		letter-spacing: 1px !important;
		margin-top: 19px !important;
		margin-bottom: 20px !important;
	}
	section.feature-section {
		padding: 29px 0 27px 0 !important;
	}
	.col-sm-12.col-md-4.same_coll {
		margin-bottom: 7px;
		font-size: 22px;
	}
	section.affordable-section {
		padding: 42px 20px 80px 20px !important;
		text-align: center;
	}
	.affordable-title h2 {
		font-size: 27px !important;
		line-height: 34px;
	}
	.affordable-section .inner_content {
		margin-top: 0px !important;
	}
	.home section.three_step-section {
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 40px !important;
		padding-bottom: 46px !important;
	}
	section.three_step-section.palns {
		padding-top: 45px !important;
	}
	.home .padding_logo {
		padding-top: 0px !important;
	}
	section.affordable-section.hassle {
		padding-bottom: 64px !important;
		padding-top: 52px !important;
	}
	.col-sm-12.col-md-12.margin_class p {
		margin-bottom: 0px !important;
	}
	.same_coll span {
		margin-left: 2px;
		font-size: 21px;
	}
	.col-sm-12.col-md-4.step_coll {
		float: left;
		width: 100%;
	}
	.col-sm-12.col-md-6.affordable-inner {
		margin-bottom: 29px;
	}
	.testamonial .step_coll3 {
		margin-top: 15px;
		padding-bottom: 21px;
		padding-right: 15px;
	}
	.sec_class a.button {
		font-size: 20px;
	}
	section.affordable-section.ready_s h2 {
		font-size: 27px;
	}
	.step_coll2_inner {
		background: #ffffff !important;
	}
	section.affordable-section.ready_s {
		padding: 45px 20px !important;
	}
	.step_coll2_inner {
		min-height: auto !important;
		padding: 13px !important;
		text-align: center !important;
	}
	.home section.feature-section.healt_find {
		background-size: cover !important;
		padding: 42px 20px !IMPORTANT;
	}
	section.feature-section.healt_find {
		overflow: hidden;
	}
	.jumbotron.blue-gradient.thanks h2 span {
		font-size: 36px;
	}
	.jumbotron.blue-gradient.thanks .lg-call-button {
		padding: 5px 50px;
		position: relative;
		margin-top: 30px;
		font-size: 29px;
		white-space: nowrap;
		font-size: 27px !important;
		font-weight: 400 !important;
		letter-spacing: .4px !important;
	}
}
@media screen and (min-width: 600px) and (max-width: 767px) {

	.jumbotron.blue-gradient.thanks h2 span {
		font-size: 43px;
	}
	.jumbotron.blue-gradient.thanks .lg-call-button {
		padding: 5px 50px;
		position: relative;
		margin-top: 30px;
		font-size: 29px;
		white-space: nowrap;
		font-size: 27px !important;
		font-weight: 400 !important;
		letter-spacing: .4px !important;
	}

	.finds div#pre-ex {
		text-align: left;
	}
	.finds section.affordable-section {
		padding: 6px 20px 0px 20px !important;
		text-align: center;
	}
	#light h1,
	#light2 h1,
	#light3 h1 {
		font-size: 26px;
		font-weight: 600;
	}
	.finds input.search_box_submit,
	.finds button.search_box_submit {
		width: 271px;
		float: right;
		margin-right: 15px;
	}
	/*form.form span {
		width: 43% !important;
		text-align: center !important;
		float: left !important;
		margin: 0px 2%;
	}*/
	.site-branding {
		text-align: center;
		width: 100%;
		margin: 0;
	}
	.form_bottom_text p {
		float: left;
		width: 100%;
		margin-top: 21px !important;
	}
	.form_bottom_text {
		float: left;
		width: 100%;
	}
	.home section.slide-section {
		background-size: cover !important;
		padding: 51px 20px 26px 20px;
	}
	section.slide-section form.form {
		max-width: 100% !important;
		float: left;
	}
	section.slide-section h3 {
		line-height: 30px;
	}
	input.search_box {
		border: solid 3px #9db7c0 !important;
	}
	input.search_box_submit,
	button.search_box_submit {
		font-size: 21px !important;
		font-weight: 500 !important;
		letter-spacing: 1px !important;
		margin-bottom: 0px !important;
	}
	section.feature-section {
		padding: 29px 0 27px 0 !important;
	}
	.feature-section .col-sm-12.col-md-4.same_coll {
		margin-bottom: 0px;
		font-size: 22px;
		width: 32%;
		float: left;
	}
	section.affordable-section {
		padding: 42px 20px 80px 20px !important;
		text-align: center;
	}
	.affordable-title h2 {
		font-size: 27px !important;
		line-height: 34px;
	}
	.affordable-section .inner_content {
		margin-top: 0px !important;
	}
	.home section.three_step-section {
		padding-right: 20px !important;
		padding-left: 20px !important;
		padding-top: 40px !important;
		padding-bottom: 46px !important;
	}
	section.three_step-section.palns {
		padding-top: 45px !important;
	}
	.home .padding_logo {}
	section.affordable-section.hassle {
		padding-bottom: 64px !important;
		padding-top: 52px !important;
	}
	.col-sm-12.col-md-12.margin_class p {
		margin-bottom: 0px !important;
	}
	.same_coll span {
		margin-left: 2px;
		font-size: 21px;
	}
	.feature-section.healt_find .col-sm-12.col-md-6.same_coll {
		text-align: left;
		float: left;
		width: 49%;
	}
	.padding_logo {
		padding-top: 68px !important;
	}
	.step_coll1 {
		min-height: 100px;
		padding: 15px;
	}
	.col-sm-12.col-md-4.step_coll {
		float: left;
		margin-bottom: 8px;
		width: 33%
	}
	.col-sm-12.col-md-4.step_coll1 {
		width: 33%;
		float: left;
	}
	.col-sm-12.col-md-6.affordable-inner {
		margin-bottom: 29px;
	}
	.testamonial .step_coll3 {
		margin-top: 15px;
		padding-bottom: 21px;
		padding-right: 15px;
	}
	.sec_class a.button {
		font-size: 20px;
	}
	section.affordable-section.ready_s h2 {
		font-size: 27px;
	}
	.step_coll2_inner {
		background: #ffffff !important;
	}
	section.affordable-section.ready_s {
		padding: 45px 20px !important;
	}
	.step_coll2_inner {
		min-height: auto !important;
		padding: 13px !important;
		text-align: center !important;
	}
	.home section.feature-section.healt_find {
		background-size: cover !important;
		padding: 42px 20px !IMPORTANT;
	}
	section.feature-section.healt_find {
		overflow: hidden;
	}
}
.johnson1 {
	padding: 20px;
	background: #ffff99;
	width: 90%;
	margin: 20px auto;
}

body.no-sidebar:not(.search-results) article:not(.type-page) .entry-footer {
	margin-right: 0;
	margin-left: 0;
}
.site-header {
	padding: 0;
}

.no-sidebar .entry-header,
.no-sidebar .entry-content,
.no-sidebar .entry-summary,
.no-sidebar .entry-footer,
.no-sidebar .comments-area,
.no-sidebar .image-navigation,
.no-sidebar .post-navigation,
.no-sidebar .pagination,
.no-sidebar .page-header,
.no-sidebar .page-content,
.no-sidebar .content-bottom-widgets {
	margin-right: 0;
	margin-left: 0;
}
.site-content {
	padding: 0;
}

.site {
	margin: 0;
}
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;

}

body:not(.custom-background-image):before,
body:not(.custom-background-image):after {
	height: 0;
}

.site-inner {
	max-width: 1205px;
}

h1 {
	font-size: 34px;
	font-weight: 600
}


h3 {
	font-size: 22px;
	font-weight: 600
}
.hassle .affordable-title p {
	margin-bottom: 10px;
}

.hassle .affordable-inner p {
	margin-bottom: 15px;
}
section.slide-section form.form {
	max-width: 81%;
	margin: 0 auto;
	margin-top: 40px;
	/*margin-bottom: 20px;*/
}
section.slide-section h1,
section.slide-section h3,
/*section.slide-section p,*/
section.slide-section label {
	width: 100%;
	margin-bottom: 10px;
}
section.slide-section .input-wrapper {
	position: relative;
	width: 100%;
	max-width: 728px;
	margin: 0 auto;
	padding: 0 64px;
	box-sizing: border-box;
}
section.slide-section .input-wrapper::after {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 64px;
	height: 100%;
	background: url(../../images/secure-lock.svg) no-repeat center / auto 75%;
}
section.slide-section h1,
section.slide-section h3,
section.slide-section p,
section.slide-section label {
	color: white;
}
section.slide-section {
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
	width: 100%;
	background: url(images/bannerBg.jpg);
	text-align: center;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	padding: 45px 0px 30px;
}
form.form span {
	width: 100%;
	text-align: center;
	float: left;
}
input.search_box_submit,
button.search_box_submit {
	font-size: 26px;
	padding: 16px 27px;
	background: #1fc468;
	margin-top: 26px;
	font-weight: 600;
	margin-bottom: 32px;
	text-transform: capitalize;
	border-radius: 6px;
	letter-spacing: 0px;
}

header#masthead {
	padding: 13px;
}

.form_bottom_text p {
	margin: 0;
	font-size: 15px;
	font-style: italic;
}
input.search_box {
	padding: 16px 4px;
	margin: 0 auto;
	font-size: 18px;
	color: #a1a0a0;
	border-radius: 4px;
	border: solid 5px #9db7c0;
	text-align: center;
}

.slide-section form.form label {
	font-size: 18px;
	font-weight: 500;
	font-style: italic;
}

.same_coll img {
	margin-top: -4px;
}
.same_coll span {
	margin-left: 2px;
}
.same_coll {
	font-size: 28px;
	line-height: 45px;
}

section.feature-section {
	float: left;
	width: 100%;
	padding: 32px 0;
	text-align: center;
}

section.affordable-section {
	float: left;
	width: 100%;
	background: #f5f3f3;
	padding: 50px 0px;
	padding-bottom: 0px;
}

.affordable-title h2 {
	color: #0b4359;
	font-size: 32px;
	font-weight: 400;
	margin-bottom: 20px;
}
.affordable-title {
	text-align: center;
	margin-bottom: 15px;
}
a.button {
	background: #1fc468;
	padding: 12px 47px;
	font-size: 19px;
	color: white;
	border-radius: 5px;
}
.affordable-inner img {
	margin-bottom: -61px;
}

section.three_step-section {
	float: left;
	width: 100%;
	padding-top: 100px;
	padding-bottom: 50px;
	text-align: center;
}

.step_coll {
	margin-top: 20px;
}

span.full_div {
	width: 100%;
	float: left;
	font-size: 16px;
	color: #0b4359;
	margin-top: 7px;
}
.hassle {
	text-align: center;
	padding-bottom: 50px !important;
}
.step_coll3 {
	padding-right: 40px;
}
.margin_class p {
	font-size: 16px;
	margin-top: 38px;
}
.padding_logo {
	padding-top: 68px !important;
}
.step_coll1 {
	min-height: 100px;
	padding: 15px;
}

.inner_content {
	margin-top: 60px;
	font-size: 14px;
}

.access {
	padding: 60px 32px !important;
}

.healt_find {
	background: url(images/insuranceTypebg.png) !important;
	background-repeat: no-repeat !important;
	background-size: cover !important;
}

.healt_find h2,
.healt_find .same_coll {
	color: white;
}
section.three_step-section.palns {
	padding-top: 65px;
}
.step_coll2_inner {
	background: #f7f9f7;
	padding: 25px;
	text-align: left;
	font-size: 14px;
	min-height: 385px;
}
.step_coll2_inner p {
	margin: 0 !important;
}
.step_coll2_inner h5 {
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 17px;
	padding: 0px 15px;
	line-height: 23px;
}


section.feature-section.healt_find {
	padding: 89px 0;
}
.padding_right {
	padding-right: 4%;
}
.healt_find .same_coll {
	margin-top: 30px;
	margin-bottom: 10px;
	font-size: 26px;
}
.step_coll2_inner1 {
	margin-top: 15px;
	font-size: 16px;
	color: #4d4d4d;
}
.step_coll2_inner1 p {
	margin-bottom: 15px;
}
.ready_s h2 {
	color: white;
	line-height: 41px;
	margin-bottom: 10px;
}
.ready_s {
	padding: 106px !important;
	text-align: center;
	background: #003f58 !important;
}
span.author {
	color: #1fc468;
	font-size: 16px;
	font-style: italic;
}
section.sec_class h2 {
	color: white;
	line-height: 44px;
	font-size: 32px;
	font-weight: 600;
	margin-bottom: 31px;
}
.entry-content a,
.entry-summary a,
.taxonomy-description a,
.logged-in-as a,
.comment-content a,
.pingback .comment-body>a,
.textwidget a,
.entry-footer a:hover,
.site-info a:hover {
	box-shadow: none;
}
.sec_class a.button {
	padding: 10px 65px;
	font-size: 26px;
}

p {
	color: #4d4d4d;
}
.affordable-title p {
	color: #4d4d4d;
	font-size: 20px;
}
.step_coll3 {
	margin-top: 15px;
	padding-bottom: 100px;
}
section.three_step-section.testamonial {
	padding-top: 11px;
}

footer.in_footer p {
	margin: 0 !important;
	color: #b1b1b1;
}
footer.in_footer {
	float: left;
	width: 100%;
	background: #000000;
	text-align: center;
	padding: 12px;
	border-top: solid 1px white;
}


/** Hidden Up Down **/

@media (max-width: 767px) {
	.hidden-xs-up:not(.visible-xs),
	.hidden-xs-down:not(.visible-xs),
	.hidden-sm-down:not(.visible-xs),
	.hidden-md-down:not(.visible-xs),
	.hidden-lg-down:not(.visible-xs) {
		display: none;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.hidden-xs-up:not(.visible-sm),
	.hidden-sm-up:not(.visible-sm),
	.hidden-sm-down:not(.visible-sm),
	.hidden-md-down:not(.visible-sm),
	.hidden-lg-down:not(.visible-sm) {
		display: none;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.hidden-xs-up:not(.visible-md),
	.hidden-sm-up:not(.visible-md),
	.hidden-md-up:not(.visible-md),
	.hidden-md-down:not(.visible-md),
	.hidden-lg-down:not(.visible-md) {
		display: none;
	}
}
@media (min-width: 1200px) {
	.hidden-xs-up:not(.visible-lg),
	.hidden-sm-up:not(.visible-lg),
	.hidden-md-up:not(.visible-lg),
	.hidden-lg-up:not(.visible-lg),
	.hidden-lg-down:not(.visible-lg) {
		display: none;
	}
}


/*** General and Template-Specific Styles, Brandon McConnell 05.05.2021 ***/

html,
body {
	margin: 0 !important;
	overflow-x: hidden !important;
	-webkit-box-sizing: border-box !important;
	-moz-box-sizing: border-box !important;
	box-sizing: border-box !important;
}

.template-lp section.slide-section {
	padding-left: 10px;
	padding-right: 10px;
}

.template-lp section.slide-section h1 img {
	width: 70%;
	max-width: 300px;
}

.template-lp .search_box_submit {
	box-shadow: 0 5px 25px -5px rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.15s ease-out;
	-o-transition: all 0.15s ease-out;
	transition: all 0.15s ease-out;
}

.template-lp .search_box:invalid+span>.search_box_submit {
	background-color: #777;
}

.template-lp section.feature-section .healt_find-content {
	display: grid;
	grid-template-columns: repeat(2, auto);
	width: fit-content;
	max-width: 97%;
	text-align: left;
	margin: 0 auto;
	grid-gap: 15px 25px;
	gap: 15px 25px;
}

.template-lp section.feature-section.featured-logos {
	padding: 32px 0;
}

.template-lp section.feature-section.featured-logos .site-inner {
	height: 100%;
}

.template-lp section.feature-section.featured-logos .site-inner>img {
	width: auto;
	max-width: 220px;
	/*max-width: min(calc(22% - (20px * 3 / 4)), 220px);*/
	max-width: min(calc(22% - (20px * 3 / 4)), 190px);
	height: auto;
	/*max-height: 40px;*/
	max-height: 50px;
}

.template-lp section.feature-section.featured-logos .site-inner>img+img {
	margin-left: 20px;
}

.template-lp section.feature-section.featured-logos .site-inner>img:nth-child(n+5) {
	display: none;
}

.template-lp section.feature-section .healt_find-content span {
	margin-left: 2px;
	font-size: 21px;
	color: #fff;
}

section.three_step-section.access > .site-inner {
	max-width: 900px;
}

section.three_step-section.access .row {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
}

section.three_step-section.access .row::before {
	display: none !important;
}

section.three_step-section.access .row [class*="col-"] {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
}

section.three_step-section.access img {
	max-height: min(100px, 100%);
	max-width: min(200px, 100%);
	align-self: normal;
	width: auto;
	height: auto;
}

.template-qt .inline-list,
.template-qt .inline-list > input:not(.hidden):not([hidden]) {
	display: inline-block;
}

.template-qt .inline-list > input:not(.hidden):not([hidden]) {
	margin-left: 5px;
}

.template-qt label {
	left: 0 !important;
	margin-right: 0 !important;
	padding-right: 0 !important;
}

.template-qt label[for="zip"] {
	position: relative;
	left: -5px !important;
}

.template-qt label[for="zip"],
.template-qt label[for="zip"] + .form-group {
	padding-left: 0 !important;
}

.template-qt section.affordable-section.smal select.form-control {
	padding-right: 0 !important;
}

.template-qt section.affordable-section {
	float: none;
	padding: 0 !important;
	max-width: 700px;
	margin: 0 auto;
}

.template-qt section.affordable-section input.search_box_submit,
.template-qt section.affordable-section button.search_box_submit {
	display: block;
	margin-left: auto !important;
	margin-right: auto !important;
}

.template-qt section.affordable-section input[type="number"] {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
}

.template-qt section.affordable-section input[type="number"]::-webkit-outer-spin-button,
.template-qt section.affordable-section input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

.template-qt section.affordable-section form > .row > .col-sm-6 > .row {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.template-qt section.affordable-section label {
	line-height: 1 !important;
}

.template-qt section.affordable-section .form-group {
	margin-bottom: 10px !important;
}

.template-qt section.affordable-section .search_box_submit img {
	height: 40px;
	width: auto;
}

@media screen and (max-width: 767px) {
	.template-lp section.slide-section h1 {
		font-size: 26px;
	}
	.template-lp section.slide-section h3 {
		font-size: 18px;
		font-weight: 400;
		line-height: 22px;
	}
	.template-lp section.slide-section form.form {
		margin-top: 20px;
	}
	.template-lp section.slide-section form.form label {
		line-height: 1.25;
	}
	.template-lp section.slide-section form.form .form_bottom_text {
		line-height: 1.5;
	}
	.template-lp section.feature-section.featured-logos .site-inner>img {
		max-width: min(calc(30% - (15px * 2 / 3)), 220px);
	}
	.template-lp section.feature-section.featured-logos .site-inner>img+img {
		margin-left: 15px;
	}
	.template-lp section.feature-section.featured-logos .site-inner>img:nth-child(n+4) {
		display: none;
	}
	.template-lp section.feature-section .site-inner .same_coll span {
		font-size: 18px;
		font-size: min(calc(5vw - 4px), 18px);
		margin-top: 5px;
		display: block;
		line-height: 1;
	}
	.template-lp section.three_step-section .affordable-title+.row {
		margin-left: 0;
		margin-right: 0;
		padding-left: 10px;
		padding-right: 10px;
	}
	.template-lp section.three_step-section .affordable-title+.row>.step_coll {
		padding: 0;
	}
	.template-lp section.three_step-section .affordable-title+.row .img_circle>img {
		width: 56px;
		height: 56px;
	}
	.template-lp section.three_step-section .affordable-title+.row .img_circle+.full_div {
		margin: 10px auto 15px;
		font-size: 18px;
		font-size: min(calc(5vw - 4px), 18px);
		height: 18px;
		height: min(calc(5vw - 4px), 18px);
		line-height: 1;
		overflow: hidden;
	}
	.template-lp section.feature-section .healt_find-content {
		grid-template-columns: 1fr;
	}
	.template-qt section.affordable-section.smal form > .row {
		padding: 0 10px 0 0 !important;
	}
	.template-qt section.affordable-section.smal form > .row > .padding-left > #pre-existing-row {
		padding-left: 10% !important;
	}
	.template-qt section.affordable-section .form-control {
		padding: 6px 8px 6px 12px;
	}
	.template-qt section.affordable-section #dob-row > div:nth-of-type(1),
	.template-qt section.affordable-section #dob-row > div:nth-of-type(2) {
		width: calc(75% / 2);
	}
	.template-qt section.affordable-section #dob-row > div:nth-of-type(1) {
		padding-right: 8px;
	}
	.template-qt section.affordable-section #dob-row > div:nth-of-type(2) {
		padding-left: 7px;
	}
	.template-qt section.affordable-section .search_box_submit-row {
		margin: 0 auto;
		width: 90%;
		width: calc(100% - 30px);
		text-align: center;
	}
	section.three_step-section.access .row {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 768px) {
	.site-branding {
		flex: 1;
	}
	.template-lp .three_step-section .affordable-title+.row>.step_coll+.margin_class>p {
		display: block;
		/*display: flex;*/
		padding: 10px 10px 0;
	}
	.template-qt section.affordable-section #dob-row > div:nth-of-type(1) {
		padding-right: 4px !important;
	}
	.template-qt section.affordable-section #dob-row > div:nth-of-type(2) {
		padding: 0 2px !important;
	}
	.template-qt section.affordable-section #dob-row > div:nth-of-type(3) {
		padding-left: 4px !important;
	}
	.template-qt section.affordable-section .form-group {
		margin-bottom: 0 !important;
	}
	.template-qt section.affordable-section form > .row > .col-sm-6 > .row {
		height: 55px !important;
	}
	.template-qt section.affordable-section input.search_box_submit--margin-bottom,
	.template-qt section.affordable-section button.search_box_submit--margin-bottom {
		margin-bottom: 160px !important;
	}
}
@media screen and (min-width: 768px) and (max-width: 999px) {
	#dob-row select,
	#dob-row input {}
}
@media screen and (max-width: 499px) {
	.template-qt section.affordable-section.smal form > .row {
		padding: 0 10px 0 10% !important;
	}
	.template-qt section.affordable-section.smal form > .row > .padding-left > #pre-existing-row {
		padding-left: 3% !important;
	}

	section.three_step-section.access .row {
		grid-template-columns: 1fr;
	}
}
@media screen and (min-width: 1000px) {
	.template-qt section.affordable-section label {
		font-size: 18px !important;
	}
	.template-qt section.affordable-section .form-control {
		font-size: 18px !important;
		height: 50px !important;
	}
	.template-qt section.affordable-section form > .row > .col-sm-6 > .row {
		height: 65px !important;
	}
	.template-qt section.affordable-section {
		max-width: 800px !important;
	}
}

/* Updates for Tier and States Thank You Page Tests 5/9/2022 */


/* Plans */
.plans-container{
	width:100%;
	padding:20px;
	background:#efefef;
}

.plans-container .plan{
	display: flex;
	background:#EBF7FA;
	padding:20px;
	border:1px solid #ccc;
	margin:.5em auto;
	border-radius: 5px;
	align-items: center;
	justify-content: center;
}

.plan__bullets{
	display:flex;
	flex-direction: column;
}

.plan__bullets ul{
	margin-bottom:0;
}

.plans-container .plan .plan__name{
	font-size:16px;
	font-weight: bold;
	text-align: left;
}
.plan__name, .plan__image{
	height:100px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.plans-container .plan div{
	width:100%;
}
.plans-container .plan img{
	max-width:200px;
	width:100%;
	margin:20px auto;
}

.jumbotron{
	width:100%;
}

a.cta-button{
	display:inline-block;
	padding:15px 30px;
	background:rgb(255, 153, 0);
	border:3px solid white;
	text-align: center;
	color:white;
	border-radius: 10px;
	width:100%;
	font-weight: bold;
	font-size: 20px;
	
}

/* Tier Plan */

 	.plans-container.tier{
		 display: grid;
          align-content: center;
          grid-auto-rows: 1fr;
          grid-column-gap: 20px;
          grid-row-gap: 20px;
		 grid-template-columns: repeat(3, 1fr);
	 }
	 .plans-container.tier .plan{
		 padding:0 0 20px 0;
		 overflow: hidden;
		 justify-content: flex-start;
		 flex-direction: column;
		 position: relative;
		 padding-bottom:100px;
	 }
	 
	 .plans-container.tier .plan h3{
		background: #007acc;
        padding: 20px;
        color: white;
		 width:100%;
		 text-align: center;
		 margin:0;
		 margin-bottom:10px;
		 
	 }
	 
	 .plans-container.tier .plan .plan__name{
		 height:auto;
	 }
	 
	 .plans-container.tier .plan .plan__pricing,
	 .plans-container.tier .plan .plan__bullets,
	 .plans-container.tier .plan .plan__phone{
		 padding-left:20px;
		 padding-right:20px;
	 }

.plans-container.tier .plan .plan__pricing{
	font-size:40px;
	font-weight: bold;
}

    .plans-container.tier .plan .plan__phone{
		position:absolute;
		bottom:20px;
    }
	 
	 .tier table{
		 background:white;
		 border:none;
	 }
	 
	 .tier table tr td, .tier table tr{
		 border-color:#EBF7FA;
		 border-width: 3px;
	 }
	 
	 .tier td.price{
		 width:75px;
		 font-size:18px;
		 font-weight: bold;
		 text-align: center;
	 }
	 
	  .tier td.type{
		font-size:16px;
		  padding-left:15px;
	 }
        img{
             max-width:100%;
         }
	 
         .popup-wrapper{
             height:100%;
             width:100%;
             position: fixed;
             z-index: 1000;
             left:0;
             top:0;
             display: none;
         }

         .popup-wrapper:before{
             content:'';
             position: absolute;
             left:0;
             top:0;
             width:100%;
             height:100%;
             background:black;
             opacity: .7;
             z-index: 1001;
         }

         .popup-inner{
             width:100%;
             height:100%;
             display:flex;
             position: relative;
             z-index: 1002;
             display:flex;
             align-content: center;
             justify-content: center;
			 align-items: center;
         }
	 
	  	.popup-before{
		  	content:'';
             width:100%;
             height:100%;
             position:absolute;
             z-index: 1;
         }
	 
         .popup-content {
            max-width: 800px;
            width: 96%;
            height: auto;
            text-align: center;
            background-color: #e8eae6;
            box-sizing: border-box;
            z-index: 2;
            position: relative;
            /*to hide popup initially*/
			 border-radius: 10px;    
			 padding-bottom: 30px;
			 overflow: hidden;
         }
	 
         .popup-content img{
             max-width:200px;
         }
          
        .close-btn {
            position: absolute;
            right: 3px;
            top: -3px;
            /* background-color: black; */
            color: #333;
            border-radius: 50%;
            padding: 4px;
            cursor: pointer;
            font-size: 25px;
            line-height: 25px;
        }
	 
	 .popup-img{
		 margin:20px;
	 }
	 
	 .popup-content h3{
		background: #007acc;
        padding: 20px;
        color: white;
	 }
	 
	 .popup-description, .popup-phone{
		 padding-left:20px;
		 padding-right:20px;
	 }
      .hide-desktop{
          display:none;
      }

      .plans-container.states a.callmodal{
          display:block;
      }
      .plans-container.states a.tapcall{
          display:none;
      }

      .plans-container.tier a.tapcall{
          display:none;
      }
@media screen and (max-width: 759px) {
	.plans-container.states a.callmodal{
        display:none;
    }
	
	.plans-container.states .plan__name, .plans-container.states .plan__image{
		height:auto;
	}
	
	.plans-container.states .plan__desc{
        text-align: center;
    }
	
	.plans-container.tier .plan__pricing{
        text-align: center;
    }
	
	.plans-container.states .plan__bullets{
       margin:20px 0;
    }
	
    .plans-container.states a.tapcall{
        display:block;
    }

	.plans-container.tier{
		grid-template-columns: repeat(1, 1fr);
	}
	.plans-container .plan{
		width:100%;
		flex-direction: column;
	}
}