/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
		font-family: 'Nunito Sans', sans-serif;
/*
  padding-top: 3rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
*/
overflow-x: hidden;
overflow-y: auto;
}


.brandhold_d{
margin: 0 auto;
text-align: center;
/* padding: 15px 0 75px 0; */
}
.brandhold_m{
display: none;
}


label.radio-btn {
  cursor: pointer;
  margin: 0px 0px 15px 0px !important;
  display: block;
  width: 100%;
  max-width: 600px !important;
  user-select: none;
  vertical-align: middle;
}

.radio-btn .textcheck {
	border-radius: 0.3rem;
    background: #fff;
    padding: 20px;
    height: 85px !important;
    line-height: 1.2;
    margin-top: 30px;
    width: 100%;
    font-size: 1.2rem;
    color: #3b54ba;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 0px 20px -13px rgb(0 0 0 / 51%);
    -moz-box-shadow: 0px 0px 20px -13px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 20px -13px rgb(0 0 0 / 51%);
    white-space: normal;
    cursor: pointer;
    margin: 10px auto;
    height: 68px;
    max-width: 400px;
    display: block;
    text-align: left;
    background-image:url('../images/radio_l.png');
	background-position: calc(90% + 0px) calc(100% - 30px);
	background-size: 25px 25px, 25px 25px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
   
}

.radio-btn:hover .textcheck {
	border: 1px solid #66afe9 !important;
    -webkit-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);	
	background-image:url('../images/radio_h.png');
	background-position: calc(90% + 0px) calc(100% - 30px);
	background-size: 25px 25px, 25px 25px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}


.radio-btn input:checked ~ .textcheck {
	background: #f5fafe;
	border: 2px solid #3a54ba !important;
	color: #3a54ba !important; 
	background-image:url('../images/radio_s.png');
	background-position: calc(90% + 0px) calc(100% - 30px);
	background-size: 25px 25px, 25px 25px;
	background-repeat: no-repeat;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.radio-btn .text {
	font-weight: 400;
    border: 1px solid #ccc !important;
    letter-spacing: 1px;
    font-size: 18px;
    padding: 16px 30px;
    background: #fff;
    border: none;
    border-radius: 100px;
    white-space: normal;
    cursor: pointer;
    margin: 10px auto;
    height: 200px;
    width: 200px;
    max-width: 300px;
    display: block;
    text-align: center;
    -webkit-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);    
}

.radio-btn:hover .text {
	border: 1px solid #66afe9 !important;
    -webkit-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);
    -moz-box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);
    box-shadow: 0px 0px 25px -20px rgba(0,0,0,0.65);	
}

.radio-btn input:checked ~ .text {
background: #fff;
border: 3px solid #5a7adf !important;
color: #5a7adf !important; 
}

.radio-btn input[type=radio] {
  display:none;
}














.nomarg{
	margin: 0px;
	margin-top: 0px !important;
	float: right;
}
.gradfade{
	height: 258px;
    width: 100%;
    position: absolute;
    bottom: 0;
    z-index: 500;
    background-image: linear-gradient(to bottom, rgba(255,255,255,0.5), rgb(255 255 255));
}

.headhold{
    display:flex;
    flex-direction:row;
}
.headtext{
display: flex;
flex-direction:column;
    padding: 0 0 0 1em;
    margin: 1.2em 0 1.2em 1em;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.2;
    color: #666;
    text-shadow: none;
    border-left: 1px solid #d8d8d8;
	align-items: flex-start;
    justify-content: center;
    
}
.feedblue{
 	background: #e2e9ff;	
 	padding: 50px;
 	color: #fff;
}
.feedwhite{
 	background: #fff;	
 	padding: 0 20px 0 20px;
}
.feedtrans{
    background: transparent;
    padding: 0 20px 0 20px;
}

.feedmob{
	display: none;
}

.feeddesk{
	display: inherit;
	margin: 0 5px 0 5px;
}


.tooltip-inner {
    text-align: left !important;
}
.imghold{
	margin: 0 0 50px 0;
	text-align: center;
}
.tabletitles{
width: 100%;
display: inherit;
padding: 55px 0 25px 0;
font-size: 1.1rem;
color: #3b54ba;
text-align: left;
line-height: 1.2;	
}
.tabletitlesmob{
padding: 0px 0 25px 0;
font-size: 1.1rem;
color: #3b54ba;
text-align: left;
line-height: 1.2;	
position: relative;
margin-bottom: 15px;
}
.tablerowwhite{
width: 100%;
display: inherit;
padding: 10px 0 10px 0;
background: #fff;
position: relative;		
}
.tablerowblue{
width: 100%;
display: inherit;
    padding: 50px 55px 50px 55px;
background: #e2e9ff;
margin-top: 75px;		
text-align: center;
}
.tabletextblue{
	line-height: 1.3;
    color: #0c2c67;
    text-align: left;
    font-size: 1.8rem;
/*     padding: 50px 0 50px 0; */
}
.tablerowtrans{
width: 100%;
display: inherit;
padding: 10px 0 10px 0;		
}


.tablerowwhitemob{
background: #fff;		
}

.tabletextmob{
	line-height: 1.3;
    color: #0c2c67;
    text-align: left;
    font-size: 1.5rem;
    padding: 25px 0 5px 0;
}

.tabletext{
	line-height: 1.3;
    color: #0c2c67;
    text-align: left;
    font-size: 1.5rem;
    padding: 50px 0 0px 0;
}
.noborder{
	border-bottom: none !important;
	text-align: center;
}
.tabletextscore {
    line-height: 2.2;
    color: #0c2c67;
    text-align: left;
    font-size: 2.2rem;
    padding: 30px 0 0px 0;
}
.infoicon{
	display: inline-block;
    padding: 0px 5px 0 5px;
    width: 30px;
    vertical-align: top;
}
/* label float*/

.secionblock{
	
}


.center{
	max-width: none !important;
    text-align: center !important;
}

.icontext{
	color: #999;
	font-size: 1.3rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;	
	text-align: center;
	line-height: 1.3;
    padding: 20px 0 25px 0;	
    max-width: 170px;
    margin: 0 auto;	
}

.cardicon{
 border: solid 0px #999;
 display: block;	
}

.bghalf2_r{
 background: #fafaec;
 padding-top: 75px;
 padding-right: 65px;
}
.bghalf_r{
 	background: url('../images/bg2.png');
 	background-size: inherit;
    background-repeat: repeat-y;
    background-position-x: 250px;
    padding-top: 50px;
    padding-right: 65px;
}


.bghalf2_l{
 background: #fafaec;
 padding-top: 75px;
 padding-left: 65px;
}
.bghalf_l{
 	background: url('../images/bg2.png');
 	background-size: inherit;
    background-repeat: repeat-y;
    background-position-x: -350px;
    padding-top: 50px;
    padding-left: 65px;
    text-align: right;
}


#parallax-image{
	background-image: url('../images/bgpara_mortgage.jpg');
	height: 350px;
/* 	margin-bottom: 100px; */
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

}

/* label float*/

  input:-webkit-autofill,
  input:-webkit-autofill:hover,
  input:-webkit-autofill:focus textarea:-webkit-autofill,
  textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
  select:-webkit-autofill,
  select:-webkit-autofill:hover,
  select:-webkit-autofill:focus {
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset !important;
    color: #999 !important;
  }
:-webkit-autofill{
	  width: 100% !important;
  } 
  
.has-float-label label::after {
    background: transparent;
}  
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control {
    	z-index: 1;
        color: #999;
}

.has-float-label .form-control:placeholder-shown:not(:focus)+label {
    font-size: 1.3rem;
    opacity: 1;
    top: 1.4em;
    left: 5em;
    color: #999;
    z-index: 0;
}

.has-float-label label {
    top: 1em;
    left: 8.7em;
    z-index: 3;
    line-height: 1;
    padding: 0 1px;
    color: #999;
}
/* images */




.imageouter {
    height: 100%;      /* equals max image height */
    width: 679px;
    white-space: nowrap;
    text-align: center; margin: 1em 0;
    padding-left: 25px;
}

.imageinner {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.imagehold{
    overflow: visible;
    vertical-align: middle;
    max-width: 679px;
    max-height: 100%;
}

.tablethold{
	-webkit-box-shadow: 36px 36px 70px -6px rgba(0,0,0,0.22);
	-moz-box-shadow: 36px 36px 70px -6px rgba(0,0,0,0.22);
	box-shadow: 36px 36px 70px -6px rgba(0,0,0,0.22);
	border-radius: 3%;
    border: solid 1px #999;
    background-color: #f2f2f2;
    padding: 25px;
}

/* brand */
.brandzhold{
	width: 100%;
	max-width: 800px;
	padding: 20px 0 50px 0;
	margin: 0 auto;	
	display: block;
	text-align: center;
}

.brandz{
	border-radius: 4px;
	border: solid 1px #999;
	padding: 10px 20px;
	color: #999;
	font-size: 0.9rem; 
	min-width: 50px;
	text-align: center;
	margin: 5px;
	display: inline-block;
}



/* cards */
	.cardsky img {
    height: 65px;
    padding-left: 20px;
	}	
	.cardsky .btn {
    max-width: 100%;
	}
.cardsky{
	border-radius: 0.3rem;
	background: #fff;
    padding: 20px;
    height: 110px;
	margin-top: 30px;
	width: 100%;
	font-size: 1.3rem;
	color: #3b54ba;
	border: 1px solid #ccc;
	-webkit-box-shadow: 0px 0px 20px -13px rgba(0,0,0,0.51);
    -moz-box-shadow: 0px 0px 20px -13px rgba(0,0,0,0.51);
    box-shadow: 0px 0px 20px -13px rgba(0,0,0,0.51);
}

.cardsky p{
    margin-top: 16px;
    padding-bottom: 16px;

        text-align: right;
    color: #3b54ba;
    padding-right: 20px;
    font-size: 1.6rem
}

/* background */



.curvy{
	width: 150%;
    background-color: #fff;
    border-radius: 180%;
    position: relative;
    height: 190px;
    bottom: -185px;
    z-index: 0;
    right: 25%;
 }
.curvyimg{
	width: 100%;
    position: relative;
    padding-top: 200px;
    background: url('../images/curvy.png');
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: contain;
    height: 60px;
    max-width: 2000px;
    margin: 0 auto;
 }
 .curvyimg img{
	 width: 100%;
 }
.zztop{
	z-index: 10001;	
}


/* brands hold */
.brands{
	margin: 0 auto;
	color:#999;
	text-align: center;
	width: 100%;
	margin-bottom: 20px
}
.brands p{
	font-size: 1.5rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
    max-width: 700px;
}




/* fields */
/*
.fieldmaxy {
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 75px 0 0;
}
*/


.fieldhold{
	margin-top: 3.56rem;
}
.nopadz {
    padding-left: 0px;
    padding-right: 30px;
}
.nopadz2 {
    padding-left: 0px;
    padding-right: 30px;
}
/* fields expand over icon*/
.input-group{
	background: #fff;
	border-radius: 0.3rem;
}

.input-group.input-group-seamless-append input{
        width: 100%;
        padding-right: 52px;
        padding-left: 52px;
    }
    
    .input-group-append {
        position: absolute;
        right: 1px;
        top: 1px;
        bottom: 1px;
        z-index: 4;
}
    .input-group-prepend {
        position: absolute;
        left: 1px;
        top: 1px;
        bottom: 1px;
        z-index: 4;
}

.form-control{
	border-radius: .3rem !important;
}

.prependz{
	 	background: transparent !important;
	 	border: none;
}

.appendz{
	background-color: #f9f9f9 !important;
    border: none;
    border-left: solid 1px #ccc;
    width: 4.3em;
    padding: 0 2.1em 0 2.1em !important;
}

.inputz{
	-webkit-box-shadow: 0px 0px 20px -13px rgba(0,0,0,0.31);
	-moz-box-shadow: 0px 0px 20px -13px rgba(0,0,0,0.31);
	box-shadow: 0px 0px 20px -13px rgba(0,0,0,0.31);
	border-radius: .3rem !important;
	background-color: transparent;
	border: solid 1px #ccc;
    padding: 1.625rem 6.5rem 1.625rem 6.5rem !important;
    display: inline-block;  
    z-index: 5;
    color: #999;
    font-size: 1.3rem;
    min-height: 88px;
}




/* input icon fields */
.icn_zip{
	background-image: url('../images/icn_zip1.png') !important;	
    background-position-x: 0.8rem !important;
    background-repeat: no-repeat !important;
    height: 84px;
    width: 84px;
    display: block;   	
}
.icn_zip.invalid{
	background-image: url('../images/icn_zip1.png') !important;	
    background-position-x: 0.8rem !important;
    background-repeat: no-repeat !important;
    height: 84px;
    width: 84px;
    display: block;   	
}
.icn_zip.valid{
	background-image: url('../images/icn_zip2.png') !important;	
    background-position-x: 0.8rem !important;
    background-repeat: no-repeat !important;
    height: 84px;
    width: 84px;
    display: block;   	
}
/*
.icn_zip.foo{
	background-image: url('../images/icn_zip2.png') !important;	
    background-position-x: 0.8rem !important;
    background-repeat: no-repeat !important;
    height: 84px;
    width: 84px;
    display: block;   	
}
*/
/* input carrot */

.checkz{
    background: url('../images/icn_check_dis.png');
    background-repeat: no-repeat !important;
	background-position: center;
  	
}
.checkz.invalid{
    background: url('../images/icn_check_dis.png');
    background-repeat: no-repeat !important;
	background-position: center;
  	
}
.checkz.valid{
    background: url('../images/icn_check.png');
    background-repeat: no-repeat !important;
	background-position: center;
  	
}
/*
.checkz.foo{
    background: url('../images/icn_check.png');
    background-repeat: no-repeat !important;
	background-position: center;
  	
}
*/

/* dropdown carrot */

button.btn.dropdown-toggle.inputz::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    background: url('../images/icn_arrow.png');
    background-repeat: no-repeat !important;
	background-position: center;
    height: 25px;
    width: 25px;  	
}

button.btn.dropdown-toggle.inputz.foo::after{
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: 0 solid;
    border-right: 0 solid transparent;
    border-bottom: 0;
    border-left: 0 solid transparent;
    background: url('../images/icn_check.png');
    background-repeat: no-repeat !important;
	background-position: center;
    height: 26px;
    width: 30px;  	
}



/* dropdown icon fields */

.icn_compare{
	background-image: url('../images/icn_compare.png') !important;	
    background-position-x: 0.8rem !important;
    background-repeat: no-repeat !important;
    height: 84px;
    width: 84px;
    display: block;   	
}
.icn_1{
    background-image: url('../images/icn_auto.png') !important;	
}
.icn_2{
    background-image: url('../images/icn_auto_warr.png') !important;	
}
.icn_3{
    background-image: url('../images/icn_security_mon.png') !important;	
}
.icn_4{
    background-image: url('../images/icn_identity_anti.png') !important;	
}
.icn_5{
    background-image: url('../images/icn_identity_self.png') !important;	
}


/* dropdown menu fields */

.dropdown-item.active, .dropdown-item:active {
    color: #fff !important;
    text-decoration: none;
    background-color: #3b54ba;
}
.dropdown-item, .dropdown-item:hover{
	color: #999;
}


.bootstrap-select .dropdown-menu li a span.text {
    line-height: 2.5em;
}

.bootstrap-select .dropdown-menu li{
	color: #999;
    border-bottom: 1px solid #ccc;
}

.bootstrap-select .dropdown-menu li:last-child{
   border-bottom: 0px;
}

.dropdown-menu {
    padding: 0px;
}
    

.bootstrap-select .dropdown-menu li a:active{
	color: #fff !important;
	background-color: #3b54ba !important;
}





.bootstrap-select:not(.input-group-btn), .bootstrap-select[class*=col-] {
    border-radius: 0.3rem;
}



.bootstrap-select .bs-ok-default::after {
    width: 0.3em;
    height: 0.6em;
    border-width: 0 0.1em 0.1em 0;
    transform: rotate(45deg) translateY(0.5rem);
}

.btn.dropdown-toggle:focus {
    outline: none !important;
}
.btn.inputz{
    padding: 1.625rem 1.9rem 1.625rem 6.5rem !important;
}


.dropdown-menu {
    margin: 0 ;
}




.modal-backdrop {
   background-color: #fff;
   opacity:0.7 !important;
}
.modal-content{
	   -webkit-box-shadow: 0px 0px 34px 6px rgba(0,0,0,0.25) !important;
   -moz-box-shadow: 0px 0px 34px 6px rgba(0,0,0,0.25) !important;
   box-shadow: 0px 0px 34px 6px rgba(0,0,0,0.25)!important;
}
.modal_logo{
	width: 200px;
	margin: 0 auto;
	padding: 25px;
}
.modal_gif{
	margin: 0 auto;
	width: 130px;
}
.model_text{
	color: #3b54ba;
	font-size: 1.9rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;	
	text-align: center;
	line-height: 1.1;
    padding: 10px 0 25px 0;	
}
.model_subtext{
	color: #666;
	font-size: 1rem;
	font-family: 'Nunito Sans', sans-serif;
	font-weight: 400;
	text-align: center;
	line-height: 1;
    padding: 0 0 25px 0;	
}
.paddy{
 padding: 2em;	
}


/* Footer
------------------------- */
.footerlogo{
	width: 150px;
	text-align: left;
}
.footerhold {
  background: #f1f1f1;;
  width: 100%;
  padding: 50px; 
}
.footer-divider {
  margin: 15px 0 15px 0; /* Space out the Bootstrap <hr> more */
}
.footertext{
	font-size: 0.9rem;
    color: #999;
    margin: 25px 0 45px 0;
}
.footertext a{
	font-size: 0.9rem;
    color: #999 !important;
    margin: 25px 0 45px 0;
}
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  bottom: 3rem;
  z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
  height: 32rem;
}
.carousel-item > img {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  height: 32rem;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 1.5rem;
  text-align: center;
}
.marketing h2 {
  font-weight: 400;
}
.marketing .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}


/* Featurettes
------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}
.featurette {
	margin-top: 70px;
}
/* background top hero ------------------------- */
.tophero{
	background-color: #f5f8f7;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	position: relative;
	padding-top: 120px;
}
.naverson {
/*     background-color: #f5f8f7; */
 	background-color: #fff;
 	
}
.toppad{
/* 	padding-bottom: 30px; */
}
.herohand{
	position: absolute;
	bottom: 0;
	width: 100%;
}
.herocouple{
	position: absolute;
/*     bottom: -40%; */
    left: 7%;
    width: 110%;
    z-index: 0;
}

.formheroimage{
	position: relative;
	float: right;
    width: 100%;
    z-index: 0;
}

.rowmaxy{
 max-width: 1440px;
 margin: 0 auto;
 padding: 0 30px 0 30px;	
}
.nopad{
	padding: 0px;
}
.rowblock{
padding-top: 125px;	
padding-bottom: 125px;	
}
.rowfeed{
	padding: 75px 50px 75px 50px;
    margin-bottom: 100px;
    background: #f9f9f9;
}
.rowfeed2{
	padding: 75px 50px 75px 50px;
    margin-bottom: 100px;
    margin-top: 100px;
    background: #f9f9f9;
}
.rowblog{
padding-top:0px;	
padding-bottom: 275px;	
}
.blocksec{
	padding-bottom: 25px;
}
.blockgray{
padding-bottom: 50px;
background-color: #f9f9f9;
}
.blockgreen{
padding-bottom: 50px;
background-color: #e8f7f0;
}

/*Newsletter ------------------------*/
.posthold{
	
}
.posthold p{
	
}
.postholdhead {
    color: #666;
    font-size: 2rem;
    line-height: 2.6rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    letter-spacing: -0.03rem;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 20px;
}
.readzmore{
	color: #66c296 !important;
    font-size: 1.19rem;
    font-weight: 500;
    line-height: 2.5rem;
}
.readzmorehold{
	padding-right: 10px;
    border-bottom: solid #66c296 3px;
    position: absolute;
    bottom: 0px;
    
}
.readzmorehold:hover{
    padding-right: 20px;
    transition: all 0.3s ease;
    
}
.readzmorehold:hover::after{
   right: -20px;
   transition: all 0.3s ease;
}
.readzmorehold::after{
    position: relative;
    top: 15pt; 
    right: -6pt;
    content: "";
    display: inline-block;
    /* By using an em scale, the arrows will size with the font */
    width: 0.6em;
    height: 0.6em;
    border-right: 0.2em solid #66c296;
    border-top: 0.2em solid #66c296;
    transform: rotate(45deg);
}
.readzmoreouter{
position: relative;
    display: inline-block;
    width: 100%;
    margin-bottom: 45px;
    margin-top: 25px;
}

	
/*Newsletter ------------------------*/
.blocktan{
background-color: #e3ded7;
}
.imagenewhold{
	position: absolute;
	bottom: 0;
}
.fihold{
	padding-top: 65px;
    padding-bottom: 25px;

}
.newhold{
	padding-top: 65px;
    padding-bottom: 25px;

}
.conhold{
	margin-bottom: 55px;
}
.newshold{
	margin-bottom: 75px;
	margin-top: 35px;
}
/* buttons ------------------------- */



.buttonmain{
	color: #fff;
    background-color: #66c296;
    border-color: #66c296;
    border-radius: 0.3rem;
/*     padding: 1.625rem 4.25rem 1.625rem 3.5rem !important;   */
	padding: 1.625rem 4.25rem 1.625rem 1.8rem !important; 
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;  
    display: inline-block;
    z-index: 1;
}
.arrowzo{
	background-image: url('../images/arroww.png');
    background-position: center center;
    background-size: 18px;
    background-repeat: no-repeat;
    display: inline-block;
/*     padding: 0.9rem 4rem 0.9rem 1.9rem; */
	padding: 0.9rem 2.5rem 0.9rem 2rem;
    position: absolute;
    right: 0px;
}

.buttonmain:hover{
	color: #fff;
    background-color: #45a476;
    border-color: #45a476;
    background-position:right center;
}
.buttonmain:hover .arrowzo{
/*     padding: 0.9rem 3rem 0.9rem 1.9rem; */
/* 	padding: 0.9rem 2rem 0.9rem 1.9rem;  */
}
.buttonmain:active{
	color: #fff;
    background-color: #45a476 !important;
    border-color: #45a476 !important;
}
.buttonmain:disabled{
	color: #fff;
    background-color: #92cfb3 !important;
    border-color: #92cfb3 !important;
}



.buttonsubz{
	color: #66c296;
    background-color: transparent;
    border-color: #66c296;
    border: solid 2px;
    border-radius: 0.3rem;
	width: 100%;
	max-width: 230px;
	padding: 1.17rem 1.5rem 1.17rem 1.5rem !important;    
	text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-align: left;
}
.arrowzosubz{
	background-image: url('../images/arroww2.png');
	background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0.8rem 4rem 0.8rem 1.9rem;
    position: absolute;
    right: 1.5rem;
}

.buttonsubz:hover{
	color: #fff;
    background-color: #66c296;
    border-color: #66c296;
    background-position:right center;
    background-repeat: no-repeat;
}
.buttonsubz:hover .arrowzosubz{
/*         padding: 0.7rem 4rem 0.7rem 1.9rem !important; */
        background-image: url('../images/arroww.png');
/*         right: 1rem; */

}
.buttonsubz:active{
	color: #fff;
    background-color: #66c296 !important;
    border-color: #66c296 !important;
}





.buttonsubzfeed{
	color: #66c296;
    background-color: transparent;
    border-color: #66c296;
    border: solid 2px;
    border-radius: 0.3rem;
	width: 100%;
	padding: 0.8rem 1.5rem 0.8rem 1.5rem !important;    
	text-transform: uppercase;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    position: relative;
    display: inline-block;
    z-index: 1;
    text-align: left;
    max-width: 250px;
}
.arrowzosubzfeed{
	background-image: url('../images/arroww2.png');
	background-repeat: no-repeat;
    background-position: right center;
    background-size: 16px;
    background-repeat: no-repeat;
    display: inline-block;
    padding: 0.7rem 4rem 0.7rem 1.9rem;
    position: absolute;
    right: 1.5rem;
}

.buttonsubzfeed:hover{
	color: #fff;
    background-color: #66c296;
    border-color: #66c296;
    background-position:right center;
    background-repeat: no-repeat;
}
.buttonsubzfeed:hover .arrowzosubz{
/*         padding: 0.7rem 4rem 0.7rem 1.9rem !important; */
        background-image: url('../images/arroww.png');
/*         right: 1rem; */

}
.buttonsubzfeed:active{
	color: #fff;
    background-color: #66c296 !important;
    border-color: #66c296 !important;
}






.buttonsub{
	color: #66c296;
    background-color: transparent;
    border-color: #66c296;
    border: solid 2px;
    border-radius: 4px;
    padding: 15px 43px 15px 30px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 0.5px;
    margin: 20px 0 20px 0;
    background-image: url('../images/arroww2.png');
	background-position: calc(89% + 0px) calc(100% - 21px);
    background-size: 13px 13px, 13px 13px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;     
}
.buttonsub:hover{
	color: #fff;
    background-color: #66c296;
    border-color: #66c296;
    background-position: calc(91% + 0px) calc(100% - 21px);
    background-image: url('../images/arroww.png');
}
.buttonsub:active{
	color: #fff;
    background-color: #66c296 !important;
    border-color: #66c296 !important;
}

.btnhold{
	padding: 35px 0 35px 0;
}


/* fonts  ------------------------- */
p{
	line-height: 1.9rem;
    font-size: 1.4rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #999;
    margin-bottom: 35px;
    max-width: 510px;
}

.list {
    line-height: 1.7rem;
    font-size: 1.3rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    color: #999;
    margin-bottom: 10px;
    max-width: 510px;
}
.lead{
    line-height: 1.6;
    font-size: 1.1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
	max-width: 550px;
}
.h1stilo {
    color: #3b54ba;
    font-size: 4.3rem;
    font-family: 'Cantata One', serif;
    letter-spacing: -0.07rem;
    line-height: 4.9rem;
    max-width: 650px;
}
.h3stilo{
	color: #666;
    font-size: 2.39rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    margin-top: 1.3rem;
	margin-bottom: 1.3rem;    
    letter-spacing: -0.019rem;
    line-height: 2.85rem;
}
.h2stilo{
	color: #3b54ba;
    font-size: 3rem;
    letter-spacing: -0.02rem;
    font-family: 'Cantata One', serif;
    max-width: 600px;
    margin-bottom: 12px;
    text-align: left;
    line-height: 1.2;
}
.h4stilo{
	color: #666;
    font-size: 1.87rem;
    line-height: 2.6rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px;
}
.h4stilomax{
	color: #666;
    font-size: 1.87rem;
    line-height: 2.6rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: left;
    margin-bottom: 50px;
    max-width: 530px;
}
.h5stilo{
	color: #12316b;
    font-size: 1.6rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    letter-spacing: -0.03rem;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 8px;
    margin-top: 20px;
}
.h6stilo{
	color: #999;
    font-size: 1.8rem;
    line-height: 2.2rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 500;
    letter-spacing: -0.03rem;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 8px;
}
.threeupheading{
	text-align: center;
    font-size: 1.7rem;
    color: #3b54ba;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    max-width: 275px;
    margin: 0 auto;
    line-height: 1.2;
    padding: 20px 0 25px 0;	
}
.featuretext{
	text-align: left;
    font-size: 1.8rem;
    color: #666;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    max-width: 400px;
    line-height: 1.2;
    padding: 30px 0 25px 0;	
}
.iconcard{
	margin: 0 auto;
    max-width: 225px;
    line-height: 1.6;
    font-size: 1.1rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 400;
    text-align: center;
}
.h1stilo sup {
    font-size: 1rem;
    top: -2.3rem;
    left: -0.1rem;
}
.h3stilo sup {
	font-size: 0.8rem;
    top: -1.1rem;
    left: 0.1rem;
}
.h2stilo sup {
    font-size: 0.9rem;
    top: -16px;
    left: 2px;
}
.h4stilo sup {
	font-size: 0.6rem;
    top: -10px;
    left: 2px;
}
.disclaim{
	font-size: 0.7rem;
    color: #999;
    margin: 25px 0 45px 0;
    max-width: 430px;
}
.disclaim a:not([href]){
	text-decoration: underline;
	cursor: pointer;
}
.disclaimfooter{
	font-size: 0.7rem;
    color: #999;
    margin: 45px 0 45px 0;
}
.featuretext sup{
	font-size: 0.9rem;
    top: -12px;
    left: -1px;
}
.lead sup{
	font-size: 0.7rem;
    top: -7px;
    left: -1px;
}
.disclaim a{
	color: #999;
	text-decoration: underline;
}

/* logo  ------------------------- */

.logohold{
	width: 170px;
	min-width: 170px;
	    padding: .8125rem 0;
	display: flex;
	flex-direction:column;
}
.dishold{
	font-size: 0.8rem;
	color: #999;
	text-align: right;
	padding: 50px 0 50px 0;
}
/* images  ------------------------- */
.numbershold{
	text-align: center;
	padding: 50px 0 50px 0;
	max-width: 80%;
    margin: 0 auto;
}
.numbersholdmob{
    display: none;
}
.bannerhold{
	background-image: url('../images/banner.jpg');
	background-color: #9aa2bc;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	width: 100%;
	height: 250px;
	margin-top: 70px;
}
.bannertext{
	margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 2rem;
    font-family: 'Nunito Sans', sans-serif;
    font-weight: 600;
    padding: 50px;
    line-height: 4;
}
.iconhold{
	text-align: center;
}

.pronav .dropdown-menu {
	left: -100%;
    width: 300% !important;
/*     left: 0; */
    min-width: 10rem;
    padding: 2rem !important;
    margin: 0;
    font-size: 1rem;
    color: #212529;
    text-align: right;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px;
    border-radius: 0rem;
    border-right: 2px;
    border-left: 2px;
    border-bottom: 1px solid rgba(0,0,0,.15);
}
/*

.navi{
    -webkit-box-align:end;
    -ms-flex-align: right;
    align-items:flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;	
}
*/
.pronav .logoholdz{
	max-width: 170px;
}
.pronav .navbar-nav .nav-link{
	color: #666;
}
.pronav .navbar-nav .nav-link:hover{
	color: #999;
}
.pronav .navbar-nav .nav-link:visited{
	color: #999;
}
.navbar-expand-md .navbar-nav .dropdown-menu {
    z-index: 50001;
}
/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
  .carousel-caption p {
    margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
    margin-top: 7rem;
  }
}


@media (min-width: 1470px) {
  .container {
    width: 1440px;
  }
}
@media (max-width: 1199px) {
.buttonsubzfeed {
    font-size: 0.8rem;
}
/*
.arrowzosubz {
    padding: 0.5rem 4rem 0.5rem 1.9rem;
    background-size: 12px;
}
*/
.brands {
    margin-top: 25px;
}
.center{
	max-width: 500px !important;
    text-align: left !important;
    margin-bottom: 45px;
}
.cardicon{
 border: solid 1px #999;
 display: block;
 padding: 0 0 50px 0;
  margin: 0 auto;
  max-width: 350px;	
 margin-bottom: 20px;
 margin-top: 20px;
 border-radius: 6px; 
}
.numbershold {
    display: none;
}
.numbersholdmob {
    display: block;
	text-align: center;
	padding: 50px 0 50px 0;
	max-width: 80%;
    margin: 0 auto; 
}	
	.herocouple {
		bottom: -7%;
	}
	.h1stilo {
	    font-size: 3.7rem;
	    line-height: 4.3rem;
	    max-width: 550px;
	}
	.h3stilo {
	    font-size: 1.79rem;
	    line-height: 2.25rem;
	}
	.fieldhold {
	    max-width: 600px;
	}	
	.buttonmain {
	    width: 100%;
	    margin-top: 30px;
	}	
		.curvyimg {
    padding-top: 150px;	
    }
    .nopadz {
    padding-left: 0px;
    padding-right: 0px;
	}
	.fieldmaxy {
	    max-width: 1440px;
	    margin: 0 auto;
	    padding: 0 0px 0 0;
	}		
}
@media (max-width: 968px) {
/*
	.herocouple {
		bottom: 0%;
		left: 0; 
		width: 100%;
		padding: 40px 0 20px 0;
	}
*/

}
@media (max-width: 992px) {
	

	
.feedblue {
    padding-bottom: 70px;
}
.rowfeed{
	margin-left: 30px;
	margin-right: 30px;
}	
.tabletext{
    padding: 20px 0 10px 0;
    margin-bottom: 15px;
    border-bottom: 1px #ccc solid;
}
.feeddesk{
	display: none;
}
.feedmob{
	display: inline-block;
}


.nomarg{
	margin: 0px;
	margin-top: 0px !important;
	float: none;
	width: 100%;
    margin: 0 auto;
    max-width: 555px;
    display: block;
}

.bghalf2_r{
 background: #fafaec;
/*
 padding-top: 75px;
 padding-right: 65px;
*/
 padding: 0px 50px 25px 50px;
}
.bghalf_r{
 	background: url('../images/bg2.png');
 	background-size: inherit;
 	background-repeat: repeat-x;
    background-position-y: 175px;
    padding-top: 0px;
    padding-right: 0px;
    text-align: center;
}


.bghalf2_l{
 background: #fafaec;
/*
 padding-top: 75px;
 padding-left: 65px;
*/
    padding: 0px 50px 25px 50px; 
}
.bghalf_l{
 	background: url('../images/bg2.png');
 	background-size: inherit;
    background-repeat: repeat-x;
    background-position-y: 175px;
    padding-top: 25px;
    padding-left: 0px;
    text-align: center;
}



	
.nopadz {
    padding-left: 0px;
    padding-right: 0px;
}	
.catablog{
	padding-top: 25px;
}	
.rowblog {
    padding-top: 0px;
    padding-bottom: 175px;
}	
.blockgray {
    padding-bottom: 100px;
}	
.blockgreen{
	padding-bottom: 75px !important;
}
.conhold {
    max-width: 600px;
    margin: 0 auto;
    margin-bottom: 55px;
}
.newshold {
    margin: 0 auto;	
    max-width: 600px;
    margin-bottom: 0px;
    margin-top: 0px;
}
.blocktan {
    padding-top: 385px;
    padding-bottom: 25px;
}
.imagenewhold {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 455px;
}	
.imageouter {
    height: 100%;
    width: 100%;
    padding-left: 0px;
    padding-bottom: 30px;
}
.imagehold{
    max-width: 100%;
}	
.rowblock {
	padding-top: 100px;
    padding-bottom: 75px;
    padding-left: 30px;
    padding-right: 30px;
}	
.hero{
	max-width: 650px !important;
	margin: 0 auto;
	display: block;
}
.herohand{
	position: relative;
	bottom: 0;
	text-align: center;
}
.herocouple{
/*
	position: relative;
	bottom: -12%;
*/
	position: relative;
    bottom: 0%;
    left: 0%;
    display: block;
    margin: 55px 0 0 0;
    text-align: center;
    width: 100%;
}
.h1stilo {
    max-width: none;
}
.h3stilo {
    max-width: none;
    margin-bottom: 2.5rem;
}
p {
     max-width: 100%; 
}
.imghold {
    margin: 30px 0 50px 0;
}
.disclaim{
	max-width: 650px;
}
.bannerhold {
    height: 200px;
    margin-top: 70px;
}
.bannertext{
	height: 200px;
    margin-top: 70px;
    line-height: 1.2;
    font-size: 1.8rem;
    max-width: 450px;
    padding: 70px 50px 70px 50px;
}
.threeupheading {
    max-width: 200px;;
}
.iconhold {
    text-align: center;
    width: 175px;
    margin: 0 auto;
}
.curvyimg {
    padding-top: 80px !important;
}
.headtext{
	display: none;
}
.headhold {
    justify-content: center;
}
}
@media (max-width: 768px) {
.brandhold_d{
display: none;
}
.brandhold_m{
margin: 0 auto;
text-align: center;
padding: 0px 20px 0 20px;
display: inline-block;
}
	
#parallax-image {
    height: 250px;
/*     margin-bottom: 50px; */
}	
.cardicon {
    padding: 0 0 30px 0;
}	
.numbersholdmob {
    padding: 50px 0 0px 0;
}	

.iconhold {
    text-align: center;
    width: 100%;
    margin: 0 auto;
}
.iconcard {
    max-width: 350px;
}
.threeupheading {
    max-width: 100%;
    padding: 20px 25px 25px 25px;
}
.bannertext {
    font-size: 1.5rem;
    padding: 70px 20px 70px 20px;
}
.tophero {
    padding-top: 80px;
}
.rowblock {
    padding-top: 50px;
    padding-bottom: 50px;
}
.buttonsubzfeed{
    max-width: 100%;
}
.buttonsubz {
    max-width: none !important;
}
}

@media (max-width: 600px) {
.brandzhold {
    padding: 20px 0 20px 0;
}
}

@media (max-width: 575px) {	


.feedblue {
    padding: 5px;
    padding-bottom: 50px;
}	
.imagenewhold {
    max-width: 320px;
}
.fihold {
    padding-top: 270px;
    padding-bottom: 25px;
}
.newhold {
    padding-top: 10px;
    padding-bottom: 25px;
}	
.pronav .logoholdz {
    max-width: 120px;
 }	
.brands p {
    font-size: 1.1rem;
    line-height: 1.2;
    max-width: 315px;
}	
.curvyimg {
    padding-top: 0px !important;
    margin-top: -60px;
    margin-bottom: 20px;
}	
.appendz {
    width: 2.5em;
    padding: 0 1.1em 0 1.1em !important;
}
	
.icn_compare {
	background-position-x: 0.4rem !important;
    background-position-y: 0.6rem;
    height: 64px;
    width: 64px;
    background-size: contain;
}
.btn.inputz {
    padding: 1.625rem 0.7rem 1.625rem 4.5rem !important;
    font-size: 1rem;
}	
	
.featurette {
	margin: 0 auto;
    margin-top: 40px;
    width: 90%;
    text-align: center;
}
.featuretext{
	text-align: center;
}
.logohold {
    width: 150px;
    min-width: 150px;
    padding: .8125rem 0;
    margin: 0 auto;
}
.dishold {
    font-size: 0.8rem;
    color: #999;
    text-align: right;
    padding: 10px 0 5px 0;
    position: absolute;
    top: 0px;
    right: 0;
}
.tophero {
    padding: 35px 10px 0 10px;
}
.h1stilo {
    font-size: 2.8rem;
    line-height: 3.5rem;
    padding-top: 0px;
}
.h3stilo {
    font-size: 1.7rem;
}
.h2stilo {
    font-size: 2.1rem;
	padding: 10px 0px 0 0px
}
.h4stilo {
    font-size: 1.3rem;
/*     padding: 0 20px 0 20px; */
}
.h4stilomax {
    font-size: 1.6rem;
    line-height: 2rem;
    margin-bottom: 25px;
}
.buttonmain {
    width: 100%;
}
.bannerhold {
    background-position-x: -975px;
}
.footerlogo{
	width: 150px;
	margin: 0 auto;
	text-align: center;
}
.iconcard {
    max-width: 300px;
}
.fieldhold {
    margin-top: 2.2rem;
}
.herocouple {
    position: relative;
    bottom: 0;
    text-align: left;
    bottom: 0% !important;
}
.rowfeed {
    padding: 30px 25px 15px 25px !important;
    margin-bottom: 100px;
    background: #f9f9f9;
    margin-left: 0px;
    margin-right: 0px;
}
.rowfeed2 {
    padding: 30px 25px 15px 25px !important;
    margin-bottom: 100px;
    margin-top: 100px;
    background: #f9f9f9;
    margin-left: 0px;
    margin-right: 0px;
}
}
@media (max-width: 480px) {	
.h1stilo {
    font-size: 2.3rem;
    line-height: 3rem;
    max-width: 550px;
}
.h3stilo {
    font-size: 1.4rem;
    line-height: 1.2;
    margin-bottom: 1.3rem;
}
.h2stilo {
    font-size: 1.8rem;
}
.h1stilo sup {
    font-size: 1rem;
    top: -18px;
    left: -1px;
}
.featuretext {
    padding: 5px 0 25px 0;
}
.numbersholdmob {
    padding: 30px 0 20px 0;
}
.icontext {
    padding: 0px 0 0px 0;
}
.rowmaxy {
    padding: 0px;
}
.fieldhold {
    margin-top: 1.5rem;
}
.nopadz2 {
    padding-left: 0px;
    padding-right: 0px;
}
.herocouple {
    margin: 15px 0 0 0;
}
.curvyimg {

    margin-top: -40px;
}
.center {
    margin-bottom: 25px;
}
.bghalf2_r {
    padding: 0px 25px 10px 25px;
    margin-bottom: 45px;

}
.bghalf2_l {
    padding: 0px 25px 10px 25px;
    margin-bottom: 45px;
}
p {
   margin-bottom: 0px; 
   line-height: 1.8rem;
   font-size: 1.3rem;

}
.btnhold {
    padding: 25px 0 25px 0;
}
.rowfeed2 {
    margin-bottom: 45px;
    margin-top: 45px;
}
.tabletext {
    font-size: 1.3rem;
    font-weight: 600;
}
.tabletitlesmob {
    font-size: 0.9rem;
}
.infoicon {
    display: inline-block;
    padding: 0px 0px 0 0px;
    width: 17px;
    vertical-align: top;
}
.feedblue {
    padding-bottom: 35px;
}
.brands p {
    margin-bottom: 10px;
}
#parallax-image {
    background-attachment: inherit;
}
}
@media (max-width: 320px) {


.h1stilo sup {
    font-size: 0.8rem;
    top: -14px;
    left: 1px;
}
.featuretext {
    padding: 5px 0 25px 0;
}
.numbersholdmob {
    padding: 50px 0 20px 0;
}
/*
.buttonmain {
    color: #fff;
    background-color: #66c296;
    border-color: #66c296;
    border-radius: 4px;
    padding: 18px 37px 18px 25px;
    text-transform: uppercase;
    font-size: 0.9rem;
    letter-spacing: 0.5px;
    margin: 20px 0 20px 0;
    background-image: url('../images/arroww.png');
    background-position: calc(91% + 0px) calc(100% - 21px);
    background-size: 15px 15px, 15px 15px;
    background-repeat: no-repeat;
    -webkit-appearance: none;
    -moz-appearance: none;
}
.buttonmain:hover {
    background-position: calc(93% + 0px) calc(100% - 21px);
}
*/
.h2stilo {
    font-size: 1.9rem;
    margin-top: 40px;
}
.h2stilo sup {
    font-size: 0.9rem;
    top: -10px;
    left: 2px;
}
.iconcard {
    max-width: 175px;
}
.buttonsub {
    font-size: 0.9rem;
    background-position: calc(89% + 0px) calc(100% - 20px);

}
}

/* ============ desktop view ============ */
/*
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}	
*/
/* ============ desktop view .end// ============ */