
*:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*{
	box-sizing: border-box;
	margin: 0; padding: 0;
	font-family: Lato, Helvetica;
}
.header{
	width: 100%;
	height: 70px;
	background: #0028ff;
	/*background: rgb(47, 137, 252);*/
}
.container{
	width: 100%;
	height: auto;
	overflow: hidden;
	max-width: 1200px;
	margin: 0 auto;
}
.logo{
	width: 200px;
	height: 70px;
	float: left;
}
.nav{
	width: 70%;
	height: 70px;
	overflow: auto;
	float: right;
}
.nav ul{
	text-align: right;
	padding-top: 24px;
}
.nav ul li{
	list-style: none;
	display: inline;
	padding: 10px 15px;
}
.nav ul li a{
	text-decoration: none;
	color: #ffffff;
	font-size: 17px;
}
.nav li:last-child a{
	color: #0028ff;
	background: #ffffff;
	padding: 7px 15px;

	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;

	box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
	-ms-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);
	-o-box-shadow: 0px 4px 3px rgba(0,0,0,0.2);

}

.banner{
	width: 100%;
	height: auto;
	overflow: auto;
	background: #f5f5f5;
	/*background: url(../img/shipping.jpg);*/
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left center;
}
.bancon{
	width: 100%;
	height: auto;
	/*height: 80px;*/
	overflow: auto;
	padding: 140px 0 0 0;
	/*position: absolute;*/
	/*top: 10%;*/
}
.bancon h1{
	color: #ffffff;
	font-size: 35px;
	text-shadow: 0 0px 4px rgba(0,0,0,.4);
	text-align: center;
	text-transform: uppercase;
}
.bancon a{
	text-align: center;
	display: table;
	margin: 0 auto;
	margin-top: 40px;
	color: #ffffff;
	padding: 15px 30px;
	background: #0028ff;
	text-decoration: none;
	font-size: 18px;
	border-radius: 50px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	-o-border-radius: 50px;

}
.bancon a:hover{
	background: none;
	border: 1px solid #fff;
}

.feabox{
	width: 31.33%;
	height: 200px;
	float: left;
	background: #e6f1f6;
	margin: 0 1% 0 1%;
	padding: 25px 25px;

}
.feaboxsub{
	border: none; 
	background: none;
	color: #555 !important;
}
.feaboxsub:hover{
	color: #555 !important;
	background: none !important;
	transition: 0.3s all ease-in-out;
}
.feaboxsub:hover h1, .feaboxsub:hover p{
	color: #555 !important;
}
.feabox:hover{
	background: #0028ff;
	color: #fff;
	transition: 0.3s all ease-in-out;
}
.feabox h1{
	font-size: 24px;
	padding: 0 0 13px 0;
	color: #555;
}
.feabox:hover h1, .feabox:hover p{
	color: #fff;
}
.feabox p{
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #888;
}
.feabox a{
	color: #777777;
	text-decoration: none;
	padding: 8px 12px;
	background: #0028ff;
	color: #fff;
}
.feabox:hover a{
	background: #ffffff;
	color: #1d8cd1;
}

.hidden-info {
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.feaboxsub:hover .hidden-info {
  display: block;
  opacity: 1;
}

.feabox2{
	width: 31.33%;
	height: 200px;
	float: left;
	background: #e6f1f6;
	margin: 0 1% 0 1%;
	padding: 25px 25px;

}

.feabox2:hover{
	background: #0028ff;
	color: #fff;
	transition: 0.3s all ease-in-out;
	height: 500px;
}

.feabox2 h1{
	font-size: 24px;
	padding: 0 0 13px 0;
	color: #555;
}
.feabox2:hover h1, .feabox:hover p{
	color: #fff;
}
.feabox2 p{
	line-height: 1.5em;
	margin-bottom: 20px;
	color: #888;
}
.feabox2 a{
	color: #777777;
	text-decoration: none;
	padding: 8px 12px;
	background: #0028ff;
	color: #fff;
}
.feabox2:hover a{
	background: #ffffff;
	color: #1d8cd1;
}

.servbox{
	width: 31.33%;
	height: 100px;
	float: left;
	margin: 20px 1% 20px 1%;
	padding: 30px 25px 0 25px;
	border: 2px solid #0028ff;
	color: #0028ff;
}
.servbox:hover{
	background: #0028ff;
	color: #fff;
}
.quotebox{
	width: 47%;
	height: auto;
	overflow: auto;
	float: left;
	margin: 0 1.5% 0 1.5%;
	padding: 0 20px 0 20px;
}
.services{
	text-align: center;
}
.services h1{
	color: #0028ff;
	padding: 25px 0 10px 0;
}
.services p{
	padding-bottom: 20px;
	width: 70%;
	display: table;
	margin: 0 auto;
	font-size: 15px;
	line-height: 1.5em;
}
.about h1{
	text-align-last: center;
	font-size: 22px;
	color: #0028ff;
	margin: 12px 0 12px 0;
}

.footer{
	width: 100%;
	height: auto;
	overflow: auto;
	padding: 30px 0;
	background: #0028ff;
}
.footer ul{
	width: 100%;
	text-align: center;
}
.footer ul li{
	display: inline;
}
.footer ul li a{
	text-decoration: none;
	color: #ffffff;
	font-size: 17px;
	padding: 0 25px;
}
.footer h3{
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	margin: 0px 0 0 0 ;
	line-height: 2em;

}
.banpages{
	width: 100%;
	height: 150px;
	background: #0028ff;
}
.banheading{
	text-align: center;
	color: #ffffff;
	font-size: 40px;
	font-weight: bolder;
	padding-top: 45px;
}
.banheading span{
	font-weight: 300;
}



/*------------ Accordion ------------*/
.accordion{
	  margin: 80px auto 130px auto;
	  width: 60%;
}
.accordion a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  padding: 1rem 3rem 1rem 1rem;
  color: #7288a2;
  font-size: 1.15rem;
  font-weight: 400;
  border-bottom: 1px solid #e5e5e5;
  
}

.accordion a:hover,
.accordion a:hover::after {
  cursor: pointer;
  color: #1d8cd1;
}

.accordion a:hover::after {
  border: 1px solid #1d8cd1;
}

.accordion a.active {
  color: #1d8cd1;
  border-bottom: 1px solid #1d8cd1;
}

.accordion a::after {
  font-family: 'Ionicons';
  content: '+';
  position: absolute;
  float: right;
  right: 1rem;
  font-size: 1rem;
  color: #7288a2;
  padding: 5px;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #7288a2;
  text-align: center;
}
.accordion a{
	font-family: Lato !important;
}
.accordion a.active::after {
  font-family: 'Ionicons';
  content: '-';
  color: #1d8cd1;
  border: 1px solid #1d8cd1;
}

.accordion .content {
  opacity: 0;
  padding: 0 1rem;
  max-height: 0;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  clear: both;
  -webkit-transition: all 0.2s ease 0.15s;
  -o-transition: all 0.2s ease 0.15s;
  transition: all 0.2s ease 0.15s;
}

.accordion .content p {
  font-size: 1.1rem;
  font-weight: 300;
  font-family: Lato;
  line-height: 2em;
 
 
}

.accordion .content.active {
  opacity: 1;
  padding: 1rem;
  max-height: 100%;
  -webkit-transition: all 0.35s ease 0.15s;
  -o-transition: all 0.35s ease 0.15s;
  transition: all 0.35s ease 0.15s;
  
}



/*--------- Registration Form ----------*/
.basespace{
	margin: 70px auto;
}
.formme{
	margin-top: 90px;
}
.formbox{
	width: 50%;
	height: auto;
	overflow: auto;
	margin: 0 auto 80px auto;
	padding: 50px 50px;

	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}
.formbox h2{
	text-align: center;
	color: #070C59;
}
.formbox input, .formbox select{
	border: 1px solid rgba(115,133,152,.5);
	height: 45px;
	float: left;
	margin: 10px 2%;
	padding: 0 20px;
	font-size: 15px;
	color: #070C59;
	outline: none;
}
.input-lg{
	width: 96%;
}
.input-sm{
	width: 46%;
	float: left;
}

.decide{
	width: auto;
	height: auto;
	overflow: auto;
	padding-top: 20px;
	
	margin: 0 auto;
	display: table;
}
.decide a{
	color: #070C59;
	font-size: 12px;
	text-align: center;
	text-decoration: none;
}
button{
	border: none;
}

/*------- How it works Page ------*/
.howcon{
	width: 100%;
	height: auto;
	overflow: auto;
	margin: 0 auto 80px auto;
}
.howbox{
	width: 33.33%;
	height: auto;
	float: left;
	margin: 60px 0% 0 0%;
	border-right: 1px solid #e7e7e7;
	padding: 40px 0 40px 0;
}
.howbox:hover{
	background: #e7e7e7;
	transition: all 0.5s ease-in-out;

}
.howbox img{
	width:25%;
	margin: 0 auto;
	display: table;
	margin-bottom: 20px;
}
.howbox h3{
	text-align: center;
}
.noborder{
	border: none;
}
.howtext{
	margin: 20px 0 0 0 0;
}
.howtext a{
	text-decoration: none;
	color: #000;
}
.btn-primary{
	background: #0028ff;
	padding: 11px 40px;
	color: #ffffff;
	text-decoration: none;
	display: table;
	margin: 0 auto;
	font-size: 20px;
}
.btn-primary:hover{
	background: none;
	border-left: 1px solid #0028ff;
	border-right: 1px solid #0028ff;
	color: #0028ff;
	transition: all .3s ease-in-out;
}

/*------ About Page -----*/
.about{
	width: 70%;
	margin: 0 auto;
	height: auto;
	overflow: auto;
	padding: 50px 0 100px 0;
	line-height: 2em;
	font-size: 20px;
	/*font-weight: 300;*/
}
.about p{
	font-size: 20px;
}
.about span{
	font-size: 22px;
	font-weight: bolder;
	color: #0028ff;
	line-height: 2.8em;
}

.about ul li i{
	font-size: 22px;
	padding: 0 12px 0 0;
	color: #0028ff;
}
.pheading{
	padding: 30px 0;
	color: #1d8cd1;
	text-align: center;
	font-weight: 300;
	font-size: 45px;
}

.contact{
	width: 100%;
	height: auto;
	overflow: auto;
	background: url('../img/contact.jpg');
	background-size: cover;
	background-position: left top;
	background-attachment: fixed;
}
.contact-box{
	width: 100%;
	height: 650px;
	background: #ffffff;

	margin: 0 auto 0px auto;
	padding: 50px 50px;

	box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-ms-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
	-o-box-shadow: 0 3px 6px rgba(0,0,0,0.2);
}

.contact-box h2{
	text-align: center;
	color: #070C59;
}
.contact-box input, textarea{
	border: 1px solid rgba(115,133,152,.5);
	height: 45px;
	float: left;
	margin: 10px 2%;
	padding: 0 20px;
	font-size: 15px;
	color: #070C59;
	outline: none;
}
.contact-box textarea{
	height: 200px;
	resize: none;
}
.contact-box p{
	padding: 0 0 0 10px;
}
.contact-box p span{
	color: red;
	font-size: 15px;
}
.payment{
	width: 100%;
	height: auto;
	margin: 100px 0 50px 0;
	padding: 0 0 50px 0;
}
.paybox{
	width: 30.33%;
	height: 250px;
	background: #e7e7e7;
	float: left;
	margin: 0 1.5%;
	padding: 40px 50px 30px 50px;
	text-align: center;
	transition: all 0.3s ease-in-out;
}
.paybox:hover{
	background: #0028ff;
	color: #ffffff;
}
.paybox select{
	width: 100%;
	height: 40px;
	font-size: 18px;
	margin: 15px 0 15px 0;
	border: 1px solid #070C59;
	outline: none;
	background: #ffffff;
}
.paybox input[type="image"]{

}
.paybox td{
	font-size: 20px;
}
.msgBox{
	position: relative;
	top: 2%;
	right: 0;
	width: 150px;
	height: auto;
	overflow: auto;
	padding: 13px 0;
	background: green;
	color: #ffffff;
	font-size: 18px;
}





/*-------- Responsivesness ---------*/
@media screen and (max-width: 850px){
	.formbox{
		width: 80%;
		height: auto;
		padding: 50px 50px;
	}
	.contact-box{
		width: 100%;
		height: auto;
		overflow: auto;
		background: rgba(255,255,255,.9) !important;

		margin: 0 auto 0px auto;
		padding: 50px 50px;
	}
	.lost{
		display: none;
	}
	.find{
		width: 90% !important;
		margin: 50px auto 50px auto;
		float: none !important;
		background: rgba(255,255,255,.9);
	}
	.paybox{
		width: 80%;
		height: 250px;
		float: left;
		margin: 0 10% 50px 10%;
	}
	.paybox table{
		margin: 0 auto;
	}
	.feabox{
		width: 80%;
		height: auto;
		overflow: auto;
		float: none;
		margin: 18px auto 18px auto;
		padding: 25px 25px 25px 25px;
	}
	.feabox2{
		width: 80%;
		height: auto;
		overflow: auto;
		float: none;
		margin: 18px auto 18px auto;
		padding: 25px 25px 25px 25px;
	}
	.servbox{
		width: 48%;
		float: left;
	}
	.quotebox{
		width: 98%;
		height: auto;
		overflow: auto;
		float: left;
		margin: 0 1% 0 1%;
		padding: 0 20px 0 20px;
	}
}
@media screen and (max-width: 600px){
	.input-sm{
		width: 90%;
		float: left;
	}
	.howbox{
		width: 90%;
		float: none;
		margin: 60px auto 0 auto;
		border-right: none;
		border-bottom: 1px solid #e7e7e7;
		padding: 40px 0 40px 0;
	}
	.servbox{
		width: 80%;
		float: none;
		margin: 20px auto;
	}
	
}
@media screen and (max-width: 700px){
	/*.logo{*/
	/*	margin: 0 auto;*/
	/*	clear: both;*/
	/*	float: none;*/
	/*}*/
	/*.nav{*/
	/*	width: 100%;*/
	/*	text-align: center;*/
	/*	float: none;*/
	/*}*/
	/*.nav ul{*/
	/*	text-align: center;*/
	/*}*/
	/*.header{*/
	/*	height: auto;*/
	/*	overflow: auto;*/
	/*	padding-bottom: 14px;*/
	/*}*/
	/*.accordion{*/
	/*	 width: 80%;*/
	/*}*/
	
	
}
@media screen and (max-width: 700px){
	.logo{
		margin: 30px auto 0 auto;
		float: none;
	}
	.logo img{width: 100%;}
	.nav{
		width: 100%!important;
		height: auto!important;
		overflow: auto;
		text-align: center !important;
		float: none !important;
		padding-bottom: 10px;
		display: inline-block!important;
	}
	.nav ul{
		text-align: center;
		height: auto;
		overflow: auto;
	}
	.nav ul li a{
		padding: 5px 5px;
		font-size: 13px;
	}
	.nav ul li{
		padding: 10px 10px;
	}
	.nav li:last-child a{
		background: none;
		color: #ffffff;
		box-shadow: none;
		margin-top: 30px;
	}
	.header{
		height: auto;
		overflow: auto;
		padding-bottom: 14px;
	}
	.accordion{
		width: 80%;
	}
}
@media screen and (max-width: 480px){
	.nav ul li a{
		font-size: 13px;
	}
	.footer ul li a{
		font-size: 13px;
		padding: 10px 5px;
	}
	.input-sm{
		width: 95%;
		float: left;
	}
	.formbox{
		padding: 30px 20px 50px 20px;
	}
}
@media screen and (max-width: 550px){
	.nav ul li a{
		font-size: 13px;
	}
	.nav li a{
		padding: 10px 8px;
	}
	.nav {
		width: 100%;
		height: auto;
		overflow: auto;
		padding-bottom: 50px;
	}
	.nav li{
		padding: 0 !important;
	}
}



/*------ Generic Style ------*/
.box-10{
	width: 10%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}
.box-20{
	width: 20%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}
.box-30{
	width: 30%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}
.box-40{
	width: 40%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}
.box-50{
	width: 50%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}
.box-60{
	width: 60%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}
.box-70{
	width: 70%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}
.box-80{
	width: 80%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}

.box-90{
	width: 90%;
	height: auto;
	overflow: auto;
	padding: 10px 10px;
	float: left;
}













