@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}
body{
	font-family: 'Montserrat', sans-serif;
	font-size:19px;
	color:#000;
	-webkit-font-smoothing: antialiased; /* This needs to be set or some font faced fonts look bold on Mac in Chrome/Webkit based browsers. */
	-moz-osx-font-smoothing: grayscale; /* Fixes font bold issue in Firefox version 25+ on Mac */
}
img{
	display:block;
	border:none;
	outline:none;
}
ul{
	list-style:none;
}
input:focus, textarea:focus, select:focus{
	outline:none;
}
textarea{
	overflow:auto;
}
input[type=text], input[type=password], input[type=submit], input[type=reset], textarea, select{
	-webkit-appearance:none;
	border-radius:0;
}
a{
	color:#000;
}
a, a:hover{
	text-decoration:none;
	outline:none;
}
.clear{
	clear:both;
	font-size:0;
	line-height:0;
}
.wrapper{
	width:942px;
	margin:0 auto;
}

/*header section start*/
.header{
/*	background:#7d200d;*/
	overflow:hidden;
	padding:14px 0;
	}
.header p {
    font-size: 30px;
    font-weight: 700;
    color: #7d200d;
    text-align: center;
    line-height: 36px;
}
.information{
	width:400px;
	position: absolute;
	/*top: 10px;*/
	left: 0;
	right: 0;
	margin: 0 auto;
}
.information .slider{
	text-align: center;
	overflow: hidden;
	position: relative;
}
.information .slider:before{
	height: 3px;
	left: 0;
	right: 0;
	top: 50%;
	margin-top: -2px;
	background-color: #f6f6f6;
	display: block;
	content: '';
	position: absolute;
}
.information .slider li{
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	font-size: 22px;
	line-height: 38px;
	position: relative;
	z-index: 1;
}
.information .slider li:last-child{
	margin-right: 0;
}
.information .slider li:first-child{
	margin-left: 0;
}
.information .slider li a{
	width: 38px;
	display: block;
	line-height: 38px;
	background-color: #e5e5e5;
	border: 7px solid #f6f6f6;
	transition-duration: 0.3s;
	color: #000;
	border-radius: 50%;
}
.information .slider li a:hover, .information .slider li.active a{
	background-color: #7d200d;
	border: 7px solid #ffcd92;
	color: #FFF;
}
.information h2{
	font-size:20px ;
	font-weight:700 ;
	color:#000;
	line-height:24px ;
	text-align:center ;
	margin-top:14px;
}
.secure-connection{
	font-size:12px;
	line-height:20px;
	font-weight:400;
	color:#7d200d ;
	float:right;
	background:url(../images/lock-img.png) no-repeat 0 center;
	padding-left:20px ;
	margin-top: 32px;
	display: block;
	position: relative;
	z-index: 1;
}
.secure-connection:hover{
	text-decoration: underline;
}
/*end header-sec*/

.form-area h3{
	font-size:18px;
	font-weight:400;
	line-height:18px;
	color:#000000;
	text-align:center;
	margin-bottom:26px;
}
.form-area{
	background:#f4f4f7;
	overflow:hidden;
	padding: 25px 50px 50px;
}
.form-top{
	overflow: hidden;
	position: relative;
	margin: 10px 0 22px;
}
.badge{
	float: left;
	background: url(../images/badge-bg.png) no-repeat 0 0;
	width: 82px;
	text-align: center;
	background-size: 100% 100%;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
	padding: 25px 10px 20px;
	position: relative;
	z-index: 1;
}
.badge strong{
	display: block;
	font-size: 14px;
	line-height: 14px;
	font-weight: 700;
}
.badge span{
	display: block;
	font-size: 22px;
	line-height: 22px;
	font-weight: 700;
}
.form-row{
	overflow: hidden;
}
.form-twocol{
	width: calc(50% - 20px);
	margin: 0 10px;
	float: left;
}
.form-field{
	padding: 0 15px 0 33px;
	border: 1px solid #dedede;
	border-radius: 5px;
	background-color: #FFF;
	margin: 0 0 20px;
}
.form-field.fname{
	background: url(../images/name.png) no-repeat 11px center #FFF;
}
.form-field.phone{
	background: url(../images/phn-no.png) no-repeat 11px center #FFF;
}
.form-field.email{
	background: url(../images/email-adress.png) no-repeat 11px center #FFF;
}
.form-field.date, .form-field.bday{
	background: url(../images/birthday-icon.png) no-repeat 11px center #FFF;
}
.form-field.zip{
	background: url(../images/zip-code-icon.png) no-repeat 11px center #FFF;
}
.form-field.street{
	background: url(../images/location-icon.png) no-repeat 11px center #FFF;
}
.form-field.city{
	background: url(../images/city.png) no-repeat 11px center #FFF;
}
.form-field.car{
	background: url(../images/car.png) no-repeat 11px center #FFF;
}
.form-field.card{
	background: url(../images/card-icon.png) no-repeat 11px center #FFF;
}
.form-area input[type=text]{
	color: #6a7182;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	height: 43px;
	border: none;
	width: 100%;
}
.form-area label{
	font-size: 14px;
	line-height: 20px;
	display: block;
	color: #000;
	padding: 0 0 8px;
}
.form-area label a{
	color: #467cff;
}
.form-area label a:hover{
	text-decoration: underline;
}
.click-next{
	color: #FFF;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #60140e;
	border-radius: 5px;
	line-height: 50px;
	border: none;
	width: 385px;
	margin: 15px auto 0;
	display: block;
	cursor: pointer;
	transition-duration: 0.3s;
	text-align: center;
}
.form-area input[type=submit], .form-area button{
	color: #FFF;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	background-color: #60140e;
	border-radius: 5px;
	height: 50px;
	border: none;
	width: 385px;
	margin: 15px auto 0;
	display: block;
	cursor: pointer;
	transition-duration: 0.3s;
}
.form-area input[type=submit]:hover, .form-area button:hover, .click-next:hover{
	background-color: #000;
}
.form-area select{
	width:100%;
	height: 45px;
    color: #6a7182;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	border:none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	outline: 0!important;
	background: url(../images/arrow.png) 98% center no-repeat #FFF;
}
.form-area select.province{
	background-position: 95% center;
	border: 1px solid #dedede;
	border-radius: 5px;
	padding: 0 0 0 10px;
}
.form-area select:focus {
	outline: 0;
}
.form-area select::-ms-expand {
 	display:none
}
.form-inner-twocol{
	width: 48%;
	float: left;
}
.form-inner-twocol.last{
	float: right;
}
.form-field.bday{
	width: 45%;
	position: relative;
}
.form-field.bday span{
    font-size: 14px;
    color: #6a7182;
    position: absolute;
    right: -54%;
    line-height: 45px;
}
.form-row img{
	margin: 0 0 10px 10px;
}
p.notice{
	font-size: 18px;
	line-height: 27px;
	padding: 15px;
	width: 590px;
	margin: 18px auto 30px;
	color: #000;
	background-color: #f2e8e6;
	border: 1px solid #d5c2be;
	border-radius: 8px;
}
.complete-part{
	padding: 50px;
	text-align: center;
}
.complete-part h2{
	color: #7d200d;
	font-size: 30px;
	line-height: 34px;
	padding: 0 0 40px;
}
.complete-part p{
	font-size: 16px;
	line-height: 22px;
	padding: 0 0 15px;
}
.complete-part img{
	margin: 30px auto 0;
	display: block;
}
.main-header{
	background: url(../images/header-bg.jpg) no-repeat 0 0;
	height: 138px;
}
.main-footer{
	background: url(../images/footer-bg.jpg) no-repeat 0 0;
	height: 505px;
}
.form-iframe{
	padding: 100px 0;
	overflow: hidden;
}
.form-iframe iframe{
	width: 100%;
	height: 800px;
	border: none;
}
.container{
	width: 1170px;
	margin: 0 auto;
}
/* Media section start */

@media only screen and (max-width: 1000px) {
	.wrapper{
		width: auto;
	}
	.form-stage-one{
		margin: 0 4%;
	}
	.form-twocol {
    width: calc(100% - 20px);
  }
	.card-info .form-twocol{
		width: calc(75% - 20px);
	}
	.card-info .form-twocol:last-child{
		width: calc(25% - 20px);
	}
	.card-info .form-twocol:last-child .form-inner-twocol{
		width: 100%;
	}
}

@media only screen and (max-width: 750px) {
	.badge{
		float: none;
		margin: 0 auto 20px;
	}
	.information{
		position: static;
	}
	.secure-connection{
		    margin-left: auto;
    margin-right: auto;
    width: 125px;
		float: none;
	}
	.header p{
		padding-left: 0;
		margin-left: 0;
		text-align: center;
	}
	.form-area{
		padding-left: 20px;
		padding-right: 20px;
	}
	.click-next{
		width: auto;
	}
	.form-area select{
		padding-right: 30px;
	}
	.form-field.bday span {
		    right: -64%;
	}
	p.notice {
		width: auto;
	}
	.card-info .form-twocol{
	   width: calc(100% - 20px);
	}
	.card-info .form-inner-twocol{
		width: 100%;
	}
	.card-info .form-twocol:last-child{
		width: 100%;
	}
	.form-inner-twocol{
		width: 100%;
	}
	.form-inner-twocol {
		margin-bottom: 20px;
	}
	.card-info .form-inner-twocol{
		margin-bottom: 0;
	}
	.click-next {
		font-size: 17px;
	}
	.complete-part h2 {

    font-size: 27px;
    line-height: 30px;
    padding: 0 0 29px;
	}

	.form-area input[type=submit], .form-area button{
		width:70%;
	}
}













