
@font-face {
    font-family: 'Avenir-Black';
    src: url('fonts/Avenir-Black.otf');
    src: local('Avenir-Black'), local('Avenir-Black'),
        
        url('fonts/Avenir_95_Black.ttf') format('truetype'); 
}

@font-face {
    font-family: 'Cera Pro Regular';
    src: url('CeraPro-Regular.eot');
    src: local('Cera Pro Regular'), local('CeraPro-Regular'),
        url('fonts/CeraPro-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/CeraPro-Regular.woff') format('woff'),
        url('fonts/CeraPro-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}





body{
	font-family: 'Avenir Book', sans-serif;
	font-size:16px;
	color:#212121;
	}


header{
  background:#fff;
  padding:15px 0;
}

.hero{
  background: url("../images/hero-bg.png") no-repeat;
  background-size: cover;
  min-height: 650px;
    padding: 50px 0;
}
.btn-call {
  background: #e81e1e;
  color: #fff;
  font-family: "Avenir Book";
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
  padding: 12px 20px;
  text-decoration: none;
  display: inline-block;
}
.btn-call:hover{
  background: #c11313;
  color: #fff;
    text-decoration: none;
}
.contact-right {
    text-align: right;

}


h1 {
  color: #fff;
  font-family: "Avenir";
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
  margin-bottom: 30px;
}


.hero p{
  color: #fff;
  font-family: "Avenir Book";
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.hero hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
    border: 0;
    border-top: 1px solid rgba(255,255,255,0.5);
}

.arrow{
  display: inline-block;
  background: url("../images/lower-angle.png") no-repeat;
  width: 47px;
  height: 46px;
  margin-left: 30px;
  vertical-align: bottom;
}

.ques-box{
   background: #4a91f2;
   color: #fff;
   padding: 20px 30px;
   width: 500px;
   margin: 0 auto;
   margin-top: 50px;
}

.form-control{
   font-size: 15px;
   font-weight: 400;
   line-height: 20px;
   background: rgba(18,47,85,0.3);
    height: 50px;
    color: #fff;
   border-radius: 0px;
}

.form-control:focus {
    color: #fff;
    background-color: rgba(18,47,85,0.3);;
    border-color:#fff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0,123,255,.25);

}
.form-control::placeholder {

    color:  #fff;
    opacity: 1;

}
.btn-next {

    background: #fff;
    box-shadow: none;
    border: none;
    width: 100%;
    padding: 11px 15px;
    cursor: pointer;

}


.how-does {
  background: #edf1f4;
  text-align: center;
  padding: 50px 0;
}
.medicare-box {
    background: #fff;
    padding: 20px 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    min-height: 260px;

}

.medicare-box h3 {
  color: #4a91f2;
  /*font-family: "ProximaNova-Black";*/
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}
.medicare-box h4{
  font-size: 22px;
  font-weight: 500;
  line-height: 29px;
}
.medicare-box p{
  color: #405165;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
h2{
  color: #122f55;
  font-size: 42px;
  font-weight: 400;
  line-height: 50px;
  margin-bottom: 15px;
}
.sub-header{
  color: #405165;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

.just-how {
    padding: 50px 0;
    text-align: center;
}

.blue-box{
     padding: 30px;
    background: linear-gradient(130deg, #2C82F7, #66A2F4);
    text-align: left;     
    margin-top: 30px;
}
.blue-box h3 {
  color: #fff;
  font-size: 23px;
  font-weight: 400;
  line-height: 31px;
  margin-bottom: 30px;
}
.box-list{
  list-style: none;
  padding: 0px;
}
.box-list li{
  color:#ffffff;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 50px;
  background: url("../images/plus.png") no-repeat left center;
  margin-bottom: 15px;
}
.box-list li span{
  margin-left: 10px;
}
.pd-left-0{
  padding-left: 0px;
}
.pd-right-0{
  padding-right: 0px;
}
.pd-left-7{
  padding-left: 7px;
}
.pd-right-7{
  padding-right: 7px;
}
.blue-box.grey{
  background: #edf1f4;
  color: #020202;
}
.blue-box.grey .box-list li{
  color: #020202;
   background: url("../images/cross.png") no-repeat left center;
}
.blue-box.grey  h3 {
    color: #020202;
}
.blue-box.grey .box-list li span{
    color: #f25d54;
}
.medicare-prime-left{
  margin-top: 100px;
}


.prime {
  color:  #2C82F7 !important;
  /*font-family: "Avenir-Heavy";*/
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.medicare-prime-left p{
  color: #405165;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}
.get-quote{
  margin-top: 50px;
    background: #edf1f4;
}
.get-quote-img{
  background:#edf1f4 url("../images/bg3.png") no-repeat left center;
  min-height: 600px;
  padding: 50px 0;
  background-size: cover;
}
.btn-call i {
    margin-right: 7px;
}
.get-quote-right{
  width: 70%;
  padding-top: 50px;
  padding-left: 50px;
}
.get-list {
    float: left;
    width: 100%;
    padding-left: 0px;
    list-style: none;
}

.get-list li{
  color:#020202;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  padding-left: 30px;
  background: url("../images/check.png") no-repeat left center;
  margin-bottom: 15px;
  width: 50%;
  float: left;
}

.f-faq{
  padding:50px 0 ; 
}

.f-faq h2 {
   text-align: center;
   text-transform: capitalize;
}

.faq{
  width: 80%;
  margin: 30px auto 0;
} 
.faq .card{
  background-color:#edf1f4;
  border: none;
  text-align: left;
      margin-bottom: 10px;

}
.faq .card-header {
    background-color: #edf1f4;
    border-bottom: 0;
    padding:0;

}
.faq .card .card-body {
    padding: 5px 15px;
}
.faq .card-header a{
  color: #141d37;
  display: block;
  position: relative;
   padding: 12px 25px 12px 15px;
   font-size: 16px;
   font-weight: normal;
}

.faq .card-header .plus{
  position: absolute;
  right: 15px;
  top: 12px;
  color: #bbbfc9;
}

.dont-wait{
  background:url("../images/bg4.png") no-repeat left center;
  min-height: 600px;
  padding: 70px 0 50px;
  background-size: cover;
}
.dont-wait h2{
  text-align: center;
  color: #fff;
}
footer{
  text-align: center;
  padding: 50px 0;
}

.footer-link {

    padding: 25px 0;

}

.footer-link a{
  margin: 0 15px;
  color: #020202;
  font-size: 14px;
  font-weight: 500;
  line-height: 19px; 
}

.copyright {
  color: #767676;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
}

.border-bottom1{
  border-bottom: 1px solid #4a91f2;
}

.border-top1{
  border-top: 1px solid #4a91f2;
}

.contact-us{
  padding: 50px 0;

}
.contact-us h2{
  text-align: center;
}
.contact-us p{
  text-align: center;
}
.ques-box.contact-form{
width: 100%;
padding: 30px 40px;
background: url("../images/contact-bg.png") no-repeat;
background-size: cover;
margin-top: 20px;
}
.ques-box.contact-form .form-group{
  margin-bottom: 20px;
}
.ques-box.contact-form h3{
  margin-bottom: 20px;
   font-size: 20px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
}
.ques-box.contact-form .form-control{
    border: solid 1px #36e0e6;
    background:transparent;
}

.ques-box.contact-form textarea.form-control{
  min-height: 100px;
}

.btn-send{
  border-radius: 25px;
  background: #fff;
    box-shadow: none;
    border: none;
    min-width: 200px;
    padding: 11px 15px;
}
.privacy{
  text-align: left;
  padding: 50px 0;
}
.privacy h2{
  text-align: center;
  margin-bottom: 30px;
}
.privacy h4{
 font-size: 20px;
}
.privacy ul{
  list-style: none;
  padding-left: 15px;
}
.thank-you{
  background:url("../images/thankyou.png") no-repeat left center;
  min-height: 600px;
  padding: 150px 0 0;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.thank-you h2{
  color: #fff;
  margin-top: 20px;
}
		/**********media for mobile***********/


		
		
		
@media only screen and (min-width: 1920px) 
{
	
  




}


@media only screen and (min-width: 1440px) {
	



	
}
@media only screen and (max-width: 1919px) 
{



}
@media only screen and (min-width: 1024px) and (max-width: 1200px) 
{
   

}

@media only screen and (min-width: 768px) and (max-width: 1023px){




}




@media only screen and (max-width: 767px) 
{	

header {
    text-align: center;
}
.contact-right {
    text-align: center;
    margin-top: 15px;
}

h1 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;

}
.ques-box {
width: 100%;

}
h2 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px;
}

.medicare-box {
    padding: 20px 15px;
    margin-bottom: 10px;
    margin-top: 10px;
    min-height: 200px;

}
.how-does .btn-box{
  margin-top: 30px;
}
.pd-right-0 {

    padding-right: 15px;

}
.pd-left-0 {

    padding-left: 15px;

}
.blue-box {

    padding: 15px;
    }
    .box-list li {

    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    padding-left: 40px;
    background: url("../images/plus.png") no-repeat left top;
    margin-bottom: 15px;

}
.medicare-prime-left {

    margin-top: 0;

}
.get-quote-img {
min-height: 300px;
}
.get-quote-right {

    width: 100%;
    padding-top: 30px;
    padding-left: 0;
    padding-bottom: 30px;

}

.get-list li {
   width: 100%;

}
.faq {

    width: 100%;
    margin: 20px auto 0;

}
.footer-link a {

    margin: 0 10px;
  }

.btn-send {
   min-width: 100%; 
}


}

@media only screen and (max-width: 320px){




}