/* ---------------------------- Fonts --------------------------- */
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.woff2') format('woff2'),
         url('../fonts/opensans-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanssemibold';
    src: url('../fonts/opensans-semibold-webfont.eot');
    src: url('../fonts/opensans-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-semibold-webfont.woff') format('woff'),
         url('../fonts/opensans-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold_italic';
    src: url('../fonts/opensans-bolditalic-webfont.eot');
    src: url('../fonts/opensans-bolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-bolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansitalic';
    src: url('../fonts/opensans-italic-webfont.eot');
    src: url('../fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-italic-webfont.woff') format('woff'),
         url('../fonts/opensans-italic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-light-webfont.woff') format('woff'),
         url('../fonts/opensans-light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sanslight_italic';
    src: url('../fonts/opensans-lightitalic-webfont.eot');
    src: url('../fonts/opensans-lightitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-lightitalic-webfont.woff') format('woff'),
         url('../fonts/opensans-lightitalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold';
    src: url('../fonts/opensans-extrabold-webfont.eot');
    src: url('../fonts/opensans-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabold-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabold-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansextrabold_italic';
    src: url('../fonts/opensans-extrabolditalic-webfont.eot');
    src: url('../fonts/opensans-extrabolditalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-extrabolditalic-webfont.woff') format('woff'),
         url('../fonts/opensans-extrabolditalic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* ---------------------------- ALL ELEMENTS --------------------------- */
body{
    font-size:16px;
    color:#191919;
    font-family: 'open_sansregular';
    line-height: 26px;
}
* {
  box-sizing: border-box;
  color: #191919;
  font-family: 'open_sansregular';
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6{
    font-weight:normal;
    font-family: 'open_sansbold';
    margin-bottom:16px;
}
p{
    color:#191919;
    font-size:16px;
    margin-bottom:16px !important;
    line-height: 26px;
}
a:hover{
    text-decoration: none;
}
b, strong{
    font-weight:normal;
    font-family: 'open_sansbold';
}
/* ---------------------------- FONT COLORS ---------------------------- */

.blue {
  color: #446a91;
}

.charcoal
{
  color: #4d4d4d;
}

.green {
  color: #6cb304;
}

.grey {
  color: #808080;
}

.lightGrey {
  color: #d8d8d8;
}

.red {
  color: #ff0000;
}
.graybg{
    background:#f9f9f9;
}
.whitebg{
    background:#fff;
}
.white {
  color: #FFFFFF;
}
.alignleft{
    float:left;
}
.aligncenter{
    display:table;
    margin:0 auto;
    float:none !important;
}
.alignright{
    float:right;
}
.text-left{
    text-align: left;
}
.text-center{
    text-align: center;
}
.text-right{
    text-align: right;
}
.clearfix,
.clear{
    clear: both;
    display:block;
}
.xl-spacer{
    height:50px;
    margin:0 !important;
}
.lg-spacer{
    height:40px;
    margin:0 !important;
}
.md-spacer{
    height:30px;
    margin:0 !important;
}
.sm-spacer{
    height:20px;
    margin:0 !important;
}
.xs-spacer{
    height:10px;
    margin:0 !important;
}
main h1{
    color:#6cb304 !important;
    font-family: 'open_sansbold';
    font-size:32px;
    margin-bottom:12px;
}
.page_spacer{
    padding:46px 0;
    overflow:hidden;
}
main a:hover{
    color:#5c9a01;
}
/**----VS Develoer-----**/
.navbar-toggler{
    background:#6cb304;
    padding: 2px 8px;
}
.navbar{
    padding:0;
    margin:0 !important;
}
nav .navbar-collapse ul{
}
nav .navbar-collapse ul li{
    
}
nav .navbar-collapse ul li a{
    font-size:16px;
    color:#fff !important;
    padding:10px 14px !important;
}
nav .navbar-collapse ul li a{
    font-size:16px;
    color:#fff !important;
}
nav .navbar-collapse ul li.telephone-nav{
    background:url(../images/phone-icon.png) no-repeat left center;
    padding-left:10px;
    margin-left:12px;
} 
nav .navbar-collapse ul li.telephone-nav a:hover{
    background:none !important;
    color:#6cb304 !important;
}
.cashbacktermswrap{
    text-align: left;
    color:#fff;
    font-size:15px;
    margin-bottom: 6px;
}
.cashbacktermswrap label{
    color:#fff;
    font-size: 15px !important;
    cursor:pointer;
}
.cashbacktermswrap input[type=checkbox]{
    margin-right:5px;
}
#menu-main-menu{
}
img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}   
#menu-wrapper{
    float:none;
    margin-top: 0;
}
#compare .age > select{
    border-radius:3px;
}
.featured-wrapper{
    background:#e1f8ff;
    padding:36px 0;
    overflow:hidden;
}
.featured-wrapper h1{
    font-family: 'open_sansbold';
    font-size:60px;
    line-height:56px;
    color:#6cb304;
    margin:0 0 16px;
}
.featured-wrapper h4{
    font-family: 'open_sansregular';
    font-size:24px;
    line-height:36px;
    color:#000000;
}
.free-qoute-wrapper{
    margin:36px 0;
}
h2.start-here-text,
.free-qoute-wrapper h2{
    color:#446a91;
    font-size:36px;
    font-family: 'open_sansbold';
    margin-bottom:10px;
    text-transform: uppercase;
}
.page-wrapper{
    padding:46px 0;
    overflow:hidden;
}
.testimonial-wrapper{
    border-radius:5px;
    padding: 20px;
    overflow: hidden;
    min-height: 176px;
    margin-bottom:16px;
}
.testimonial-wrapper p{
    color:#191919;
    font-family: 'open_sansregular';
    font-size:16px;
}
.testimonial-wrapper p cite{
    color:#191919;
    font-family: 'open_sansbold';
    font-style: normal;
}
.testimonial-wrapper.lightgreen{
    background:#e2fcbb;
}
.testimonial-wrapper.gray{
    background:#ebebeb;
}
.client-logos-wrapper{
    background:#fff;
    overflow:hidden;
    padding:46px 0;
    text-align: center;
}
.client-logos-wrapper h3{
    font-size:20px;
    color:#4d4d4d;
    text-transform: uppercase;
}
.faq-wrapper{
    margin-bottom:26px;
    overflow:hidden;
}
.faq-wrapper h2{
    color:#446a91;
    font-size:26px;
    font-family: 'open_sansregular';
    font-weight: normal;
    margin-bottom:16px;
}
.faq-wrapper .faq-content{
    background: #f1f1f1;
    padding: 12px 20px;
    border: 1px solid #ddd;
    margin-bottom: 8px;
    border-radius: 2px;
}
.faq-wrapper .faq-content summary{
    color:#282828;
    font-size:18px;
    font-family: 'open_sanssemibold';
    font-weight: normal;
}
.applybuttonlink{
    background:#446a91;
    font-family: 'open_sansbold';
    border-radius:3px;
    color:#fff !important;
    font-weight:normal;
    text-decoration: none;
    padding:5px 26px;
}
.applybuttonlink:hover{
    background:#284f76 !important;
}
.modify_details_txt{
    font-family: 'open_sansbold';
    font-weight:normal;
    color:#6cb304 !important;
    text-transform: uppercase;
    font-size:16px;
    text-decoration: underline;
}
.modify_details_txt:hover{
    color:#5e9b05 !important;
}
.google-map{
    margin-top:6em;
}
/**Login**/
.login-wrapper{
    background:#446a91;
    border-radius:5px;
    border:8px solid #35597e;
    -moz-box-shadow: 0 0 26px 10px #d8d8d8;
    -webkit-box-shadow: 0 0 26px 10px #d8d8d8;
    box-shadow: 0 0 26px 10px #d8d8d8;
    padding: 26px;
    overflow:hidden;
}
.login-wrapper h2{
    font-family: 'open_sansbold';
    font-weight:normal;
    color:#fff;
    margin-bottom:16px;
    text-align: center;
}
.login-wrapper .red{
    background:#ff0000;
    border-radius:1px;
    color:#fff;
    text-align: center;
    font-size:15px;
    margin-bottom:8px !important;
    line-height: 36px;
}
.login-wrapper textarea,
.login-wrapper input[type=password],
.login-wrapper input[type=email],
.login-wrapper input[type=phone],
.login-wrapper input[type=text]{
    background-color: #fff;
    background-image: none;
    border: 1px solid #3e6185;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 16px;
    line-height: 1.42857;
    padding: 12px 0;
	margin-bottom:12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    text-indent:12px;
}
.login-wrapper input[type=submit]{
    background: #6cb304;
    color: #fff;
    font-family: 'open_sansbold';
    background-image: none;
    border: 1px solid #5d9d00;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    display: block;
    font-size: 20px;
    line-height: 1.42857;
    padding: 12px 0;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    vertical-align: middle;
    width: 100%;
    font-weight:normal;
    cursor: pointer;
    text-align:center;
}
.login-wrapper input[type=submit]:hover{
    background:#5d9d00;
}
.footer-widget{
    background: #191919;
    overflow: hidden;
    padding: 30px 0;
}
.footer-widget ul{
    margin:0 auto;
    display:table;
}
.footer-widget li{
    float:left;
    padding:5px 20px;
    list-style: none;
}
.footer-widget li.site-logo{
    padding:0;
}
.footer-widget li a{
    font-size:16px;
    color:#fff;
    text-transform: uppercase;
}
.footer-bottom{
    padding:12px 0;
}
.footer-bottom a,
.footer-bottom p{
    font-size:15px;
    color:#696969;
    margin:0 !important;
}
.is_desktop{
    display:block;
}
.is_mobile{
    display:none;
}
.navbar .fa-bars{
    color:#fff;
    font-size:22px;
}
@media (max-width: 767px) {
    .is_desktop{
        display:none !important;
    }
    .is_mobile{
        display:block !important;
    }
    .featured-wrapper h1{
        font-size: 36px;
        line-height: 38px;
    }
    nav .navbar-collapse ul{
        float:none !important;
    }
    nav .navbar-collapse ul li{
        margin-bottom:5px;
    }
    main h4{
        font-size:18px;
    }
    .aligncenter{
        display:inline;
    }
    #compare{
        padding:16px 0 26px !important;
    }
    .navbar-toggler{
        padding: 8px 14px !important;
        background-color: #6cb304 !important;
        font-size: 16px !important;
        border: 1px solid #4f7e09 !important;
        outline: none;
    }
    .navbar-dark .navbar-toggler{
        border-color: #305377 !important;
    }
    #compare .gender label, #compare .smoker label{
        width:47% !important;
    }
    nav .navbar-collapse ul li.telephone-nav{
        background: transparent;
    }
    nav .navbar-collapse ul li.telephone-nav a{
        font-size: 22px;
        font-weight: bold;
    }
    #compare .col-lg-2,
    #compare .col-lg-3,
    #compare .col-lg-4,
    #compare .col-lg-5,
    #compare .col-lg-6,
    #compare .col-lg-8,
    #compare .col-lg-12{
        padding-right: 0;
        padding-left: 0;
    } 
}
@media (max-width: 480px) {
    .navbar-logo{
        width:70%;
        float:left;
    }
    .footer-widget li{
        float: none;
        padding: 6px 16px;
        text-align: center;
    }
    .footer-widget li.site-logo {
        padding: 6px 26px;
    }
    #compare .cover input{
        width: 90% !important;
    }
    main h1{
        font-size:26px;
    }
    .footer-bottom{
        text-align: center;
    }
    .footer-bottom .text-right{
        text-align: center !important;
    }
    .featured-wrapper h1{
        line-height: 36px;
        text-align: center;
    }
    .featured-wrapper h4{
        font-size: 22px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 26px;
    }
}
@media (max-width: 360px) {
    #compare input[type="submit"]{
        font-size:15px !important;
    }
    .page-wrapper{
        text-align: center;
    }
}
/* ------------------ RECTANGLES WITH ROUNDED CORNERS ------------------ */

.boxBlue {
  background-color: #446a91;
  border-radius: 5px;
  padding: 10px;
}

.boxCross {
  background-color: #882244;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  font-weight: normal;
  height: 20px;
  line-height: 22px;
  text-align: center;
  width: 20px;
}

.boxGreen {
  background-color: #a3ec3b;
  border-radius: 5px;
  padding: 10px;
}

.boxGrey {
  background-color: #808080;
  border-radius: 5px;
  padding: 10px;
}

.boxLightGrey {
  background-color: #d8d8d8;
  border-radius: 5px;
  padding: 10px;
}

.boxLightBlue {
  border-radius: 5px;
  padding: 26px;
}

.boxRed {
  background-color: #ff0000;
  border-radius: 5px;
  padding: 10px;
}

.boxTick {
  background-color: #228844;
  border-radius: 2px;
  color: #ffffff;
  font-size: 10px;
  height: 20px;
  line-height: 22px;
  text-align: center;
  width: 20px;
}

.boxWhite {
  background-color: #FFFFFF;
  border-radius: 3px;
  padding: 10px;
}

/* ---------------------------- DROP SHADOW ---------------------------- */

.shadow {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.09);
}

/* --------------------------- BORDER COLORS --------------------------- */

.borderBlue
{
  border: 1px solid #446a91;
}

.borderGreen
{
  border: 1px solid #a3ec3b;
}

.borderGrey
{
  border: 1px solid #808080;
}

.borderLightGrey
{
  border: 1px solid #e8e8e8;
}

.borderRed
{
  border: 1px solid #ff0000;
}

.borderWhite
{
  border: 1px solid #FFFFFF;
}

/* ------------------------------ CASHBACK ----------------------------- */
#overlay {
  background: #000000;
  display: none;
  height: 100%;
  left: 0;
  opacity: 0.8;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 499;
}

#cashbackDetailsCheckbox {
  display: none;
}

#cashbackDetails {
  background-color: #FFFFFF;
  display: none;
  left: calc(50vw - 200px);
  position: fixed;
  margin-top: 10px;
  max-width: 496px;
  width:100%;
  z-index: 500;
}

#cashbackDetailsCheckbox:checked ~ #overlay, #cashbackDetailsCheckbox:checked ~ #cashbackDetails {
  display: block;
}

#cashbackDetailsHeader {
  background-color: #446a91;
  display: flex;
  flex-flow: row nowrap;
  width: 100%;
}

#cashbackDetailsHeader > b {
  align-self: center;
  flex: 1;
  font-size: 22px !important;
  padding: 10px;
  font-weight: normal;
}

#cashbackDetailsHeader > label {
  align-self: flex-start;
  background-color: #FFFFFF;
  cursor: pointer;
  font-size: 22px;
  height: 20px;
  line-height: 22px;
  margin: 12px;
  text-align: center;
  width: 20px;
}

#cashbackDetailsHeader > label:hover {
  background-color: #FF0000;
  color: #EEEEEE;
}

#cashbackDetails p {
}
.cashsback_content{
    padding:16px;
}
#cashbackDetails b, #cashbackDetails p, #cashbackDetails u {
  font-size: 16px;
  font-weight:normal;
}

/* ----------------------------- SLIDESHOW ----------------------------- */

.slideshow {
  background-color: #ffffff;
  height: 100px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
}

.slideshow > div {
  height: 100px;
  width: 2400px;
  background: url(../images/insurers.png);
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transform: translate3d(0, 0, 0);
}
.slideshow .mover {
  animation: moveSlideshow 18s linear infinite;
}

@keyframes moveSlideshow {
  100% { 
    transform: translateX(-50%);  
  }
}

/* -------------------------- FLEXBOX -------------------------- */
.container{
  max-width: 1200px;
}

.flexbox {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1200px;
}

@media all and (max-width: 800px) {
  .flexbox {
    align-items: center;
    flex-direction: column;
  }
  
  .reverse {
    flex-direction: column-reverse;
  }
}

/* -------------------------- MAIN BACKGROUND -------------------------- */

html, body {
  background-color: #ffffff;
  height: 100%;
  width: 100%;
}
@media (max-width: 480px) {
    #cashbackDetails{
        left:0;
        position: absolute;
        margin-top:0;
    }
    #cashbackDetailsHeader > b{
        font-size: 18px !important;
    }
    #cashbackDetails b, #cashbackDetails p, #cashbackDetails u{
        font-size: 14px;
        line-height: 23px;
    }
}

/* --------------------------- DISCLOSURE BUTTON --------------------------- */

button.disclosure {
  background:#6cb304;
  border-radius:3px;
  font-family: 'open_sansbold';
  padding:16px 12px;
  height: inherit;
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  color:#fff;
  border:0;
  margin:0 auto 20px auto;
  width: 90%;
}

button.disclosure-small {
  background:#6cb304;
  border-radius:3px;
  font-family: 'open_sansbold';
  padding:16px 12px;
  height: inherit;
  cursor: pointer;
  font-size: 16px;
  font-weight: normal;
  text-align: center;
  color:#fff;
  border:0;
  margin:0 auto 20px auto;
  width: 90%;
}