.header-logo img.logo {
    /*max-height: 55px;
    max-width: 256px;*/
    min-height: 35px;
    min-width: 230px;
    height: auto;
    width: 100%;
}
input[type=text],input[type=email]:focus,
input[type=text],input[type=email]:hover {
  border: 0px solid #fff;
}
body{
    font-family: 'Poppins', sans-serif;

}
body .header-inner {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    max-width: 255px;
}

.after-logo {
    text-align: center;
    margin: 0 auto;
    font-size: 14px;
    font-weight: bold;
    color: #00347F;
    text-shadow: 0px 0px 2px #A17E7E;
}
body .header-inner .header-lines {
    font-size: 14px;
}
body .header-inner .header-lines .line1.color-blue {
    font-weight: bold;
    font-size: 18px;
    border-bottom: 3px solid #66A331;
}

.site-header {
    position: relative;
    background-color:#FFFFFF;
    /*height: 102px;*/  
    padding: 10px 0;
    display: flex;
    align-items: center;
}
body main h1.get-free-heading {
    font-size: 48px;
    line-height: 1;
}
body main h5.get-free-subheading{
    font-size: 24px;
    line-height: 20px;
}

body main.page-content .banner-bg .banner-wrap .get-quote-wrap .form-group {
    z-index: 1;
    height: 70px
}

body main.page-content .banner-bg .banner-wrap .get-quote-wrap .form-group .form-control {
    border-radius: 34px;
    width: 100%;
    height: 100%;
    padding-right: 220px
}

body main.page-content .banner-bg .banner-wrap .get-quote-wrap .btn {
    z-index: 2;
    position: absolute;
    right: 5px
}
.background-banner {
    background: url(./../images/banner-bg.png) no-repeat center/cover;
    width: 100%;
    top: 0;
    left: 0;
    /*height: 588px;*/
    height: 467px;
    background-position: center center;
}
.form-heading .utilize_form_heading{
    padding-top: 38px;
    padding-bottom: 30px;
}
.utilize_form_heading h3 {
    font-size: 41px;
    color: #00347F;
    line-height: 39px;
    font-weight: 500;
}
.paneltext p {
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    max-width: 570px;
}
.utilize_form_heading p {
    font-size: 24px;
    padding-top: 15px;
    font-weight: 400;
    color: #3E4095;
}

#insuranceform {
    padding-top: 25px;
}
.banner-side-img {
    display: flex;
    align-items: flex-end;
    /*padding-top: 140px;*/
    padding-top: 28px;
}
.form-inner-heading{
    color: #000000;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 0px;   
}
.zipcode-input {
    max-width: 210px;
    height: 65px;
    width: 100%;
    white-space: nowrap;
    font-size: 18px;
    padding: 10px 10px 10px 15px;
    font-weight: 300;
    line-height: 31px;
    outline: none;
    text-align: left;
    border-radius: 5px;
    border: 1px solid #CFCFCF !important;
}
.get-started-btn{
    color: #ffffff;
    background-color: #00347F;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 14px;
    border-radius: 5px;
    text-decoration: none;
    margin-left: 18px;
    width: 162px;
    height: 65px;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
}
.Get-started-btn img {
    max-width: 100%;
    margin: 0px 0 2px 5px;
    width: 12px;
}
.get-start-btnn::after {
    content: "";
    width: 260px;
    box-shadow: 2px 2px 2px #000;
    padding-top: 50px;
    border: 2px solid red    

}
.banner-side-img img{
    max-width: 548px;
    max-height: 365px;
    height: auto;
    width: 100%;
}



/*Logo Slider*/
.provider-text{
    font-size: 26px;
    text-align: center;
    color: #00347F;
    line-height: 52px;
    font-weight: 500;
    padding: 0 10px;
}
.providers-slider-item-text {
    text-align: center;
    font-size: 14px;
    color: #000000;
    font-weight: 500;
}
.providers-slide-inner {
    text-align: center;
    margin: 0 auto;
    display: table;
}
.providers{
    overflow: hidden;
    position: relative;
    top: -80px;
    box-shadow: 0px 6px 12px #E7E7E7 !important;
    border-radius: 5px;
}
.slick-list{
    margin: 0 65px;
}
.slick-next {
    right: -10px;
}
/*.providers > .container{

    background: #fff;
    padding-top: 40px;
    padding-bottom: 50px;
    position: relative;
}*/
.providers > .cover{
    background: #fff;
    padding-top: 20px;
    padding-bottom: 28px;
    position: relative;
}
.slick-prev:before {
    content: " ";
    background-image: url(./../images/left-arrow.png);
    background-position: center center;
    /*height: 65px;
    width: 32px;
    left: 15px;*/
    height: 40px;
    width: 20px;
    left: 70px;
    background-repeat: no-repeat;
    position: relative;
    display: block
}

.slick-next:before {
    content: " ";
    background-image: url(./../images/right-arrow.png);
    background-position: center center;
    /*height: 65px;
    width: 32px;
    right: 12px;*/
    height: 40px;
    width: 20px;
    right: 45px;
    background-repeat: no-repeat;
    position: relative;
    display: block
}
.slick-prev, .slick-next{
    top: 30%;
}

/*Logo Slider End*/
/*email slider*/
.email-slider{
    overflow: hidden;
    position: relative;
    /*top: -90px;
    box-shadow: 0px 6px 12px #E7E7E7 !important;*/
}
.email-slider > .contain{

    /*background: #fff;
    padding-top: 40px;
    padding-bottom: 50px;*/
    position: relative;
}
.email-slider-inner{
    text-align: center;
    margin: 0 auto;
    /*display: table;*/
}
.email-slider-slider .slick-prev:before {
    content: " ";
    background-image: url(./../images/left-arrow.png);
    background-position: center center;
    height: 90px;
    width: 20px;
    left: 30px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}
.email-slider-slider .slick-next:before {
    content: " ";
    background-image: url(./../images/right-arrow.png);
    background-position: center center;
    height: 90px;
    width: 20px;
    right: 20px;
    background-repeat: no-repeat;
    position: relative;
    display: block;
}
/*email slider End*/

body main.page-content .banner-bg.background-banner {
    background-color: #E8F6F8;
    height: 580px;
}

/*# sourceMappingURL=style.css.map */
.styled-select select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
}

.btn-wrap .btn-item {
    margin-inline: 0.25rem;
}
/*step section*/
.steps-layout-outer{
    display: flex;
}
.person-img{
    width: 100%;
    height: auto;
}
.step-title {
    font-size: 40px;
    line-height: 52px;
    font-weight: 500;
    color: #00347F;
}
.step-main-content {
    padding-top: 50px;
}
.step-layout-content {
    align-items: baseline;
    display: flex;
    flex-direction: row;
    grid-gap: 15px;
    gap: 23px;
    margin: 0 auto 0px;
    width: 100%;
}
.step-layout-content img {
    width: 27px;
    height: 20px;
    transform: translateY(3px);
}
.step-discriptions {
    display: flex;
    flex-direction: column;
}
.step-heading {
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 52px;
    color: #00347F;
}
.discription {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    color: #000000;
    max-width: 480px;
}

.step-2nd{
    padding-top: 50px;
}




/*step section End*/

/*3 steps with icon*/
.step-banner {
    background-color: #E2F4FE;
    /*padding: 80px 0 90px 0;*/
    padding: 60px 0 80px 0;
}
.banner-title { 
    color: #00347F;
    font-size: 51px;
    line-height: 68px;
    font-weight: 500;
    max-width: 862px;
    margin: 0 auto;
}
.banner-detail {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    max-width: 650px;
    margin: 0 auto;
    padding-top: 30px;
}
.iconThreeContainer {
    padding: 100px 0 0 0;
}
.three-step-layout {
    display: flex;
    flex-direction: column;
}
.steps-layout-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 135px;
}
.steps-layout-icon img {
    /*max-width: 173px;*/
    height: auto;
    width: 100%;
}
.steps-layout-icon img.first-icon {
     max-width: 105px;
}
.steps-layout-icon img.second-icon {
     max-width: 163px;
}
.steps-layout-icon img.third-icon {
     max-width: 113px;
}
.t-steps-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    max-width: 200px;
    text-align: center;
    margin: 0 auto;
    padding: 20px 0 0 0;
}
/*email banner*/
.road-map-medicare {
    /*padding-top: 85px;*/
    padding-top: 45px;
}
.rmm-banner-title {
    font-size: 26px;
    line-height: 56px;
    font-weight: 500;
    color: #00347F;
    text-align: center;
    padding-top: 20px;
}
.form-body {
    margin: 0 auto;
    display: table;
    padding-top: 20px;
}
.email-address{
    min-width: 392px;
}
.email-type{
    display: block !important;
    padding: 8px 8px 8px 25px !important;
    border: 1px solid #CFCFCF;
    border-radius: 5px 0px 0 5px;
    font-size: 18px;
    color: #7A7A7A;
    height: 63px;
    
}
.btn-form-submit {
    background-color: #00347F;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    width: 160px;
    height: 63px;
    border-radius: 0 5px 5px 0 !important;
}
.rmm-banner{
    background: url(./../images/email-banner.png) no-repeat center/cover;
    width: 100%;
    top: 0;
    left: 0;
    height: 189px;
    background-position: center center;
    max-width: 966px;
    margin: 0 auto;
}

/*zip-code-section*/
.zip-code-section {
    padding: 50px 0;
}
.zip-code-text p {
    color: #00347F;
    font-size: 51px;
    line-height: 68px;
    font-weight: 500;
    text-align: center;
}
.zip-code-subtext {
    font-size: 18px;
    color: #000000;
    font-weight: 400;
    line-height: 24px;
    text-align: center;
    padding-top: 25px;
}
#zipcode-form {
    margin: 0 auto;
    display: table;
    padding-top: 25px;
}
.get-quote-wraper {
    box-shadow: 0 3px 6px #DFDFDF;
}
.zipcode-input-bf {
    display: block !important;
    padding: 8px 8px 8px 25px !important;
    border: 1px solid #CFCFCF !important;
    border-radius: 5px 0px 0 5px;
    font-size: 18px;
    color: #7A7A7A;
    height: 65px;
    width: 100%;
    min-width: 684px;
    outline: none;
}
.view-plans-bf {
    color: #ffffff;
    background-color: #00347F;
    font-size: 18px;
    line-height: 24px;
    padding: 15px 14px;
    border-radius:0 5px 5px 0;
    text-decoration: none;
    width: 162px;
    height: 65px;
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    align-items: center;
}






/*footer section*/
footer.site-footer{
    color: #ffffff;
    background-color: #00347F;
    /*text-align: center;*/
    padding: 65px 0 0 0;
}
.footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.nav-footer {
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
}
body footer.site-footer a img {
    max-width: 203px;
    max-height: 43px;
    width: 100%;
    height: auto;
    /*margin:80px 0 70px;*/
}
.border-after-logo hr {
    border: 2px solid #597BAC;
    border-radius: 5px;
    width: 110px;
    margin-top: 40px;
}
.footer-navigation {
    /*padding-top: 60px;
    display: flex;
    justify-content: center;
    text-align: left;*/
    padding-top: 45px;
}

footer.site-footer .footer-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.footer-navigation ul {
    margin: 0px;
    padding: 0px;
}
/*.footer-navigation ul > li{
    display: inline;
    margin: 0 4px; 
}*/
.footer-navigation ul > li {
    display: block;
    /*padding: 30px 0px 0 0;*/
    line-height: 45px;
}
footer .footer-navigation ul > li{
    list-style-type: none;
}
/* footer .footer-navigation ul > li:not(:last-child) {
    border-right: solid 1px #00AFEF;
    padding: 0px 10px 0px 0px;
}*/

.disclaimer-text{
    font-size: 12px; 
    margin: 0 auto;
}
.copyrite {
    background-color: #00347F;
}
.copyright-text{
    font-size: 12px;
    line-height: 16px;
}

/*footer section End*/



























