@charset "UTF-8";

*{scroll-behavior: smooth;} 
.error{
	
	background:rgba(255,0,4,0.35);
}
.h100{
	height: 100%;
}
 a.nostyle:link {
    text-decoration: inherit;
    color: inherit;  
}
 a.nostyle:hover { 
	 background:rgba(1,1,1,0.1);
}

a.nostyle:visited {
    text-decoration: inherit;
    color: inherit; 
}
#wrapper, #page-content-wrapper{
		/* overflow: hidden !important;  */
		}
.direct-home{
	width:100%;
	height:560px;
	text-align: center;
	padding: 100px 80px;
	background-image: url("/img/direct-home.jpg");
	background-size: cover;
	background-position: center;
	/*
	-webkit-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    -moz-box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
    box-shadow: inset 0px 0px 250px 50px rgba(1, 1, 1, 0.55);
	*/
}
.navLogo{  
	height: 64px;
}

@media (max-width: 568px) {
	.navLogo {
		height: 52px;
	}
}

@media (max-width: 380px) {
	.navLogo {
		height: 40px;
	}
}

.nav-buffer{ 
	height: 76px;
	background: #252261;
}


.direct-home h1{
	font-weight: bold;
	color: #181818 !important;
}
.discount-icon{
	position: absolute;
    top: -31px;
    left: -45px;
    width: 90px;
}
.discount-icon-quote{
	position: absolute;
    top: -34px;
    left: -22px;
    width: 82px;
}
.bg-primary{
	background: #252261 !important;
}
.home-icons h2{
	font-size: 22px;
}
.call-to-action{
	font-size: 24px;
	color: #FCFCFC;
	margin-bottom: 45px;
	font-weight: bold;
/*	text-shadow: 1px 1px #000000;*/
}
.homeButtons{
	font-size: 12px;
}
.homeButtons a{
	color: white;
}
.cta{
display:inline-block;
padding:0.7em 1.4em;
margin:0 0.3em 0.3em 0;
border-radius:0.15em;
box-sizing: border-box;
text-decoration:none;
font-family:'Roboto',sans-serif; 
font-weight:400;
color:#FFFFFF;
	font-size: 22px;
background-color:#3369ff;
box-shadow:inset 0 -0.6em 0 -0.35em rgba(0,0,0,0.17);
text-align:center;
position:relative;
}

@media (max-width: 868px) {
	.cta{
		font-size: 16px;
	}

	 
}


.cta:hover{
	color:white;
	text-decoration: none;
	background: #6E90F7;
}
.cta:active{
top:0.1em;
}
@media all and (max-width:30em){
.cta{
display:block;
margin:0.4em auto;
}
}
.bouncy{
-webkit-animation: pulse 1.5s infinite;
	box-shadow: 0px 0 0px 0px rgba(104,162,90, 1);
	/* animation:bouncy 5s infinite linear; */
}
.bouncy:hover {
 animation-play-state: paused;
}


.cta-green{
	background: #218838;
}
.cta-green:hover{
	background: #539951;
}

@keyframes bouncy {
0%{top:0em}
40%{top:0em}
43%{top:-0.9em}
46%{top:0em}
48%{top:-0.4em}
50%{top:0em}
100%{top:0em;}
}
@-webkit-keyframes pulse {
  0% {
    transform: scale(1);
  }
  70% {
   transform: scale(0.9);
    box-shadow: 0 0 0 30px rgba(104,162,90, 0);
  }
    100% {
    transform: scale(1);
    box-shadow: 0 0 0 rgba(104,162,90, 0);
  }
}


	

@media (min-width: 768px) {
	#menu-toggle{
		display: none;
	}
	.policyNav{
		display: flex;
	}
}
 
.direct-page h1, .direct-page-quote h1{
	font-size: 32px;
	font-weight: bold;
}
	
.direct-page, .direct-page-quote{
	width:100%;
	height:130px;
	text-align: left;
	padding: 40px 80px;
	color:#F1F1F1;
	background-image: url("/img/direct-home.jpg");
	background-size: cover;
	background-position: center;

}

.direct-page-quote{
	background-image: url("/img/header.jpg");
}
.title-style{
	border-bottom: 3px solid #6173DD;
	display: inline;
	color: #161616;
	width:110px;
	height:20px;
	font-size: 18px;
	font-weight: normal;
}
.text-block{
	font-size:16px;
	line-height: 24px;
	font-weight: normal; 
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
	color: #fff;
    background-color: rgb(59,76,135);
}

.snip1566 {
  position: relative;
  display: inline-block;
  max-width: 190px; 
  width: 100%;
  color: #bbb;
  font-size: 16px;
  box-shadow: none !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.snip1566 *,
.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.snip1566:before,
.snip1566:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 50%;
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  z-index: -1;  
}

.snip1566 img {
  max-width: 100%;
  backface-visibility: hidden;
  vertical-align: top;
  border-radius: 50%;
  padding: 10px;
}

.snip1566 figcaption {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.9);
  border-radius: 50%;
}

.snip1566 i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 4em;
  z-index: 1;
}

.snip1566 a {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

.snip1566:hover figcaption,
.snip1566.hover figcaption {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.snip1566:hover:before,
.snip1566.hover:before,
.snip1566:hover:after,
.snip1566.hover:after {
  border-width: 10px;
}

.snip1566:hover:before,
.snip1566.hover:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.snip1566:hover:after,
.snip1566.hover:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.discount-bg{
	background-color: #9D9D9D; 
	 background-image: url("/img/pop-up-bg.jpeg");
	background-size: cover;
	
}
.discountText{
	font-size: 14px;
	text-align: center;
    color: #FCFCFC;
    margin-bottom: 45px;
    font-weight: bold;
/*    text-shadow: 1px 1px #000000;*/
}
 

.animate-intro2{
	transform: translateY(100%); 
    opacity: 0; 
}
.animate-intro3{
	-webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.animate-intro2.off{
	  transform: translateY(0);
      opacity: 100;
}

.carousel-control-prev-iconb {
 background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E") !important;
}
 
.carousel-control-next-iconb {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E") !important;
}


.ratings {
    position: relative;
    vertical-align: middle;
    display: inline-block;
    color: #a1a1a1;
    overflow: hidden;
}
.full-stars {
    position: absolute;
    left: 0;
    top: 0;
    white-space: nowrap;
    overflow: hidden;
    color: #fde16d;
}
.empty-stars:before, .full-stars:before {
    content:"\2605\2605\2605\2605\2605";
    font-size: 18pt;
}
.empty-stars:before {
    -webkit-text-stroke: 1px #848484;
}
.full-stars:before {
    -webkit-text-stroke: 1px orange;
}
/* Webkit-text-stroke is not supported on firefox or IE */

/* Firefox */
 @-moz-document url-prefix() {
    .full-stars {
        color: #F2A738;
    }
}
/* IE */
 .full-stars { 
    color: #F2A738;
} 

.block-main{
	background-size: cover !important;
	background-position: center; 
	
}

.col-pages h1 a{
	color: #181818 !important;
}
.col-pages h4 a{
	color: #FCFCFC !important;
}

.col-pages h6{     
	 
/*	text-shadow: 1px 1px #000000;*/
	color: #252261;
	font-size: .67em; 
}
.col-pages h5{     
/*    text-shadow: 1px 1px #000000;*/
	color: #252261;
	font-size: .83em; 
}

.col-pages h4{    
/*    text-shadow: 1px 1px #000000;*/
	color: #252261;
	font-size: 1em;
}

.col-pages h3{    
/*    text-shadow: 1px 1px #000000; */
	color: #252261;
	font-size: 1.17em; 
}
.col-pages h2{      
/*    text-shadow: 1px 1px #000000;*/
	color: #252261;
	font-size: 1.5em;
	font-weight: bolder;
}
.col-pages h1{     
/*    text-shadow: 1px 1px #000000;*/
	color: #252261;
	font-size: 2em;
	font-weight: bolder;
	font-size: 28px;
}
.col-pages div{     
	line-height: 32px;
}
.col-text-pages div{
	font-size: 18px; 
}
 
 
.col-text-pages img{
	width: 100%;
	object-fit: cover;
	max-height: 500px;
}
.col-text-pages .discount-icon-quote{
	width: 90px;
	object-fit: cover;
	max-height: 500px;
}


.col-pages ul {
	margin:0px;
	padding-left:15px;
	list-style-type: none;
}
.col-pages ul li{
	margin-bottom:5px;
}
.col-pages ul li:before {    
    font-family: 'Font Awesome 5 Pro';
    content: '\f0da';
    margin:0 5px 0 -15px;
    color: #252261;
	font-weight: 900;
}
.hub_category a{
	color: #0F0F0F;
}
.hub_category a:hover{
	text-decoration: none;
}
.fbcard{
-webkit-box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.5); 
box-shadow: 0px 0px 9px -3px rgba(0,0,0,0.5);
	border: none;
	border-radius: 0px;
}
.leftArrow, .rightArrow{
	position: absolute;
    font-size: 30px;
    z-index: 2;
    top: 42%; 
	color: #252261;
	left:0px;
}
.rightArrow{
	 left:unset;
	right: 0px;
}
#testimonial .star{
	font-size: 20px;
}
#testimonial .stars{
	width: 133px;
	height: 15px;
}

.btn-bottom{
	-webkit-border-radius: 0px;
-moz-border-radius: 0px;
border-radius: 0px;
}
.nav-pad{
	    position: fixed;
    top: -50px;
    width: 100%;
    background: #252261;
    height: 50px;
    z-index: 999999999;
}
.guideList{
	margin-top:0px;
	margin-bottom:0px;
	list-style: none;
	padding-left:10px;
} 
.guideList a{
	color: #707070;
}
.guideList .heading{
	color: #252261;
	font-weight: 900;
	margin-left:-10px;
}
.guideList .heading2{
	color: #252261;
	font-weight: 900; 
}
.card-faq:hover{
	cursor: pointer;
}
.signupcover{
	position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(177, 211, 221,0.9);
    padding: 30px;
	padding-top:90px;
	text-align: center; 
    font-size: 38px;
    font-weight: bolder;
	display: none;
}
.img-fade{
	    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    background: rgba(0,0,0,0.2);
}
a.nounder:hover{
	text-decoration: none;
	opacity:0.9;
}