@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #2f2915;
	text-align: center;
	font-family: 'Merriweather Sans', sans-serif;
	overflow-x:hidden;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: #333;text-decoration: none;}
a:hover {outline: none;color: #000;text-decoration: none;}
img {border: none;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
/*-------------------------
CSS FOR TOP BAR
--------------------------*/
.top-bar {
	padding:18px 0;
	float: left;
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	border-bottom:1px solid #daeaf4;
	background:#fff;
	}

.logo {
	float: left;
	max-width: 100%;
	font-size: 24px;
	text-transform: uppercase;
	color: #309FF9;
	letter-spacing: -1px;
}
.logo img {
	height: 30px;
}
.logo span {
	color: #00B84C;
	margin-left: 3px;
	margin-right: 3px;
}
.menu-bar {
	float:right;
	margin:6px 0 0;
	}
.menu-bar li {
	display:inline-block;
	color: #414141;
	font-size: 16px;
	line-height: 18px;
	padding: 0px 20px 0 0;
	text-transform:uppercase;
	font-weight:300;
	}
.menu-bar li a {
	color:#414141;
	}
.menu-bar li a:hover, .menu-bar li a.active{
	color:#1b588b;
	}
.header-gap {
	float: left;
	width: 100%;
	height: 69px;
	}
.get-start-btn{
	float:right;
	}
	
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner.jpg) no-repeat center top;
	padding:48px 0;
	}
.bnr-p1{
	float:left;
	width:100%;
	color: #fff;
	font-size:44px;
	line-height:54px;
	font-weight: 700;
	}
.bnr-p1 span{
	float:left;
	width:100%;
	color: #00b84c;
	}
.bnr-box{
	display:inline-block;
	width:655px;
	border-radius:5px;
	background:#fff;
	margin:25px 0 0;
	padding:20px 20px 20px;
	border:1px solid #afc8d8;
	position:relative;
	}
.grn-arw-bnr{
	position:absolute;
	left:50%;
	margin-left:-21px;
	top:-22px;
	}
.bnr-p2{
	float:left;
	width:100%;
	color: #000;
	font-size:28px;
	line-height:36px;
	font-weight:700;
	padding:0 80px;
	margin-bottom:30px;
	}
.bnr-p2 span{
	font-size:22px;
	font-weight:400;
	}
.bnr-bar{
	display:inline-block;
	max-width:100%;
	margin:30px 0;
	}
.bnr-p3{
	display:block;
	border:1px solid #bfd3e0;
	color: #000000;
	font-size:24px;
	line-height:24px;
	font-weight:500;
	padding:10px 0px;
	border-radius:2px;
	margin:30px auto 30px;
	text-align:center;
	width:40%;
	}
.qualify-btn{
	display:inline-block;
	max-width:100%;
	cursor:pointer;
	}
.bar-box{
	display:inline-block;
	width:431px;
	text-align:left;
	}
.pay-box, .debit-box{
	float:left;
	width:100%;
	}
.pay-opt {
	float: left;
	width:48%;
	margin:0 1% 2%;
	position: relative;
	}
.pay-opt input[type=radio], .pay-opt input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.pay-opt input[type=radio] + span, .pay-opt input[type=checkbox] + div{
	float:left;
	width:100%;
	border:1px solid #b3c6d3;
	border-radius:5px;
	padding:20px 5px;
	color: #000000;
    font-size:17px;
    line-height:19px;
    font-family: 'Merriweather Sans', sans-serif;
	cursor:pointer;
	}
.pay-opt input[type=radio] + span.error, .pay-opt input[type=checkbox] + div.error{border:1px solid red;}
.pay-opt input[type=radio]:checked + span, .pay-opt input[type=checkbox]:checked + div{background-color: #3ea9f4; color:#fff;}
.debit-box .pay-opt {width:23%;}

.debt-ic-1, .debt-ic-2,.debt-ic-3, .debt-ic-4, .debt-ic-5, .debt-ic-6, .debt-ic-7{
	background: url(../images/debt-ic-1.png) no-repeat center top;
	padding:45px 0 0;
	float:left;
	width:100%;
	}
.debt-ic-2{background: url(../images/debt-ic-2.png) no-repeat center top;}
.debt-ic-3{background: url(../images/debt-ic-3.png) no-repeat center top;}
.debt-ic-5{background: url(../images/debt-ic-5.png) no-repeat center top;}
.debt-ic-6{background: url(../images/debt-ic-6.png) no-repeat center top;}
.debt-ic-7{background: url(../images/debt-ic-7.png) no-repeat center top;}

.pay-opt input[type=checkbox]:checked + div .debt-ic-1{background: url(../images/debt-ic-1-act.png) no-repeat center top;}
.pay-opt input[type=checkbox]:checked + div .debt-ic-2{background: url(../images/debt-ic-2-act.png) no-repeat center top;}
.pay-opt input[type=checkbox]:checked + div .debt-ic-3{background: url(../images/debt-ic-3-act.png) no-repeat center top;}
.pay-opt input[type=checkbox]:checked + div .debt-ic-5{background: url(../images/debt-ic-5-act.png) no-repeat center top;}
.pay-opt input[type=checkbox]:checked + div .debt-ic-6{background: url(../images/debt-ic-6-act.png) no-repeat center top;}
.pay-opt input[type=checkbox]:checked + div .debt-ic-7{background: url(../images/debt-ic-7-act.png) no-repeat center top;}
.debit-box .pay-opt input[type=checkbox] + span{padding:8px 5px;}

.post-box, .name-box, .email-box, .date-box{
	float: left;
	width: 100%;
	margin:0 0 30px;
	}
.contact-postcode{
	display:inline-block;
	width:350px;
	border:1px solid #b3c6d3;
	border-radius:5px;
	padding:0px 10px;
	color: #000000;
	font-size:16px;
	line-height:19px;
	font-family: 'Merriweather Sans', sans-serif;
	outline:none;
	height:60px;
	}
.contact-postcode.error{ border:1px solid red;}
select.contact-postcode{
	width:400px;
	-webkit-appearance: none;
	background: url(../images/select-arw.png) no-repeat 97% center;
	padding: 3px 30px 0 10px;
	}
select.error{ border:1px solid red;}
.bnr-cong-tik{
	display:block;
	margin:30px auto 20px;
	}
.cong-p1{
	float:left;
	width:100%;
	color: #3ea9f4;
	font-size:39px;
	line-height:36px;
	font-weight:500;
	margin-bottom:10px;
	}
.cong-p2{
	float:left;
	width:100%;
	color: #282828;
	font-size:18px;
	line-height:30px;
	font-weight:300;
	padding:0 10px 40px;
	}
.name-box{margin: 0 0 20px;}
.name-box .contact-postcode{margin-bottom:10px;}
.email-chk {
	display:inline-block;
	width:85%;
	color: #282828;
	font-size: 12px;
	line-height: 18px;
	text-align: left;
	margin: 0px 0 0;
	cursor: pointer;
	padding-left: 28px;
	position: relative;
	font-weight:300;
	}
.email-chk input[type=checkbox], .protectionHeading label input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.email-chk input[type=checkbox] + span, .protectionHeading label input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 18px;
	height: 18px;
	border: 2px solid #cee1ee;
	position: relative;
	}
.email-chk input[type=checkbox] + span {
	position: absolute;
	left: 0;
	}
.email-chk input[type=checkbox]:checked + span:after, .protectionHeading label input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 13px;
	height: 13px;
	background: url(../images/tik-blk.svg) no-repeat center center;
	background-size: 100%;
	left: 0px;
	top: 0px;
	}
.email-box .contact-postcode{width:85%;}
.date-box{padding:0 50px;}
.date-box select.contact-postcode{
	float:left;
	width:31.3%;
	margin:0 0.5%;
	background: url(../images/select-arw.png) no-repeat 90% center;
	}
.inp-txtare{
	display:inline-block;
	width: 70%;
	max-width: 100%;
	border: 1px solid #b3c6d3;
	border-radius: 5px;
	padding: 0px 10px;
	color: #000000;
	font-size: 16px;
	line-height: 19px;
	outline: none;
	height: 130px;
	resize:none;
	padding:15px 15px;
	}
.pg-error{
	float:left;
	width:100%;
	color:#F00;
	font-size:14px;
	font-weight:300;
	margin-bottom:10px;
	}
/*-------------------------
CSS FOR FEATURE DIV
--------------------------*/
.feature-div{
	float: left;
	width: 100%;
	padding:40px 0 15px;
	border-bottom:1px solid #d8e0ea;
	}
.feat-p1{
	display:inline-block;
	border-top:1px solid #d8e0ea;
	color: #495462;
	font-size:20px;
	line-height:24px;
	font-weight:500;
	width:60%;
	}
.feat-p1 span{
	background:#fff;
	vertical-align:top;
	padding:0 12px;
	top:-12px;
	position:relative;
	}
.feature-logo{
	display:inline-block;
	max-width:100%;
	margin:0px 0 0;
	}

/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding: 80px 0;
	}
.s1-p1{
	float:left;
	width:100%;
	color: #242424;
	font-size:32px;
	line-height:44px;
	font-weight:300;
	}
.s1-p1 span{
	color:#08619a;
	font-weight:700;
	float: left;
	width: 100%;
	}
.head-line{
	display:inline-block;
	max-width:100%;
	margin-top:15px;
	}
.s1-p2{
	float:left;
	width:100%;
	color: #282828;
	font-size:20px;
	line-height:30px;
	font-weight:300;
	}
.pad-1{
	padding:38px 75px 65px;
	}
.s1-p3{
	display: inline-block;
	border-top: 1px solid #d8e0ea;
	color: #282828;
	font-size: 22px;
	line-height: 30px;
	width: 60%;
	}
.s1-p3 span {
	background: #fff;
	vertical-align: top;
	padding: 0 12px;
	top: -16px;
	position: relative;
	}
.s1-ul{
	float: left;
	width: 100%;
	margin:50px 0 0;
	}
.s1-ul li{
	float: left;
	width: 32%;
	padding:0 10px;
	}
.s1-ic-1{
	display:inline-block;
	max-width:100%;
	}
.s1-p4{
	float:left;
	width:100%;
	color: #08619a;
	font-size:20px;
	line-height:30px;
	font-weight:500;
	margin:15px 0 5px;
	}
.s1-ul li .s1-p2{
	line-height:26px;
	padding:0 10px;
	font-size:18px;
	}
	
/*-------------------------
CSS FOR CTA
--------------------------*/
.cta{
	float: left;
	width: 100%;
	padding: 55px 0 50px;
	background:url(../images/cta-1-bg.jpg) no-repeat center top;
	}
.cta-box{
	float: right;
	width: 685px;
	text-align:left;
	padding-right:50px;
	}
.cta-p1{
	float:left;
	width:100%;
	color: #282828;
	font-size:22px;
	line-height:32px;
	font-weight:300;
	letter-spacing:0.5px;
	}
.cta-p2{
	float:left;
	width:100%;
	color: #282828;
	font-size:20px;
	line-height:22px;
	font-weight:500;
	margin:22px 0 32px;
	}
.cta2{
	background:url(../images/cta-2-bg.jpg) no-repeat center top;
	}
.cta2 .cta-box,.cta4 .cta-box{
	float:left;
	padding:0 35px 0 45px;
	}
.cta3{background:url(../images/cta-3-bg.jpg) no-repeat center top;}
.cta4{background:url(../images/cta-4-bg.jpg) no-repeat center top;}

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 80px 0;
	}
.s2-ul{
	float: left;
	width: 100%;
	margin:65px 0 0;
	}
.s2-ul li{
	float: left;
	width: 31.3%;
	}
.s2-ul li:nth-child(2){
	margin:0 3%;
	}
.s2-li-box{
	float: left;
	width: 100%;
	border:1px solid #daeaf4;
	padding:30px 18px;
	border-radius:2px;
	}
.s2-p1{
	float:left;
	width:100%;
	color: #00b84c;
	font-size:24px;
	line-height:30px;
	font-weight:500;
	margin:0 0 25px;
	}
.s2-li-box .s1-p2{
	font-size:18px;
	line-height:26px;
	}
.pos-s2{
	float:left;
	width:100%;
	position:relative;
	}
.s2-line{
	position:absolute;
	left:50%;
	margin-left:-350px;
	top:74px;
	}

/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 80px 0;
	}
.s3-box{
	display:inline-block;
	width:960px;
	-webkit-box-shadow: 2px 2px 30px 5px #f8f8f8;
	box-shadow: 2px 2px 30px 5px #f8f8f8;
	padding:30px 40px;
	border-radius:45px;
	margin-top:25px;
	position:relative;
	}
.s3-img-box{width:280px;}
.s3-ic-1{
	display:inline-block;
	max-width:100%;
	}
.s3-txt-box{
	width:560px;
	text-align:left;
	margin:5px 0 0;
	}
.s3-p1 {
	float: left;
	width: 100%;
	color: #08619a;
	font-size: 26px;
	line-height: 28px;
	font-weight: 500;
	margin: 0px 0 12px;
	}
.s3-txt-box .s1-p2{
	line-height:26px;
	font-size:18px;
	}
.section-3 .head-line{
	margin-bottom:30px;
	}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
	float: left;
	width: 100%;
	padding: 80px 0;
	}
.s4-ul{
	float: left;
	width: 100%;
	padding:0px 100px 0;
	}
.s4-ul li{
	float: left;
	width: 25%;
	margin:60px 0 0;
	}
.s4-img-div{
	float: left;
	width: 100%;
	min-height:66px;
	margin-bottom:10px;
	}
.s4-img-div img{
	display:inline-block;
	max-width:100%;
	vertical-align:top
	}
.s4-p1{
	float: left;
	width: 100%;
	color: #000;
	font-size: 20px;
	line-height: 26px;
	font-weight:500;
	}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
	width: 100%;
	padding: 80px 0;
	}
.s5-box{
	padding:45px 150px 0;
	float: left;
	width: 100%;
	}
.s5-row {
	float: left;
	width: 100%;
	padding: 0px 0px 0px 55px;
	position: relative;
	text-align: left;
	}
.s5-p1 {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #e5f2fa;
	width: 43px;
	height: 43px;
	color: #b2cedf;
	font-size: 18px;
	line-height: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
	border-radius: 50%;
	padding: 9px 0 0;
	border:2px solid #b2cedf;
	}
.s5-p2 {
	float: left;
	width: 100%;
	color: #282828;
	font-size: 20px;
	line-height: 22px;
	font-weight: 500;
	}
.s5-p3 {
	float: left;
	width: 100%;
	color: #818181;
	font-size: 16px;
	line-height: 22px;
	}
.s5-p4 {
	float: left;
	width: 100%;
	color: #8c8c8c;
	font-size: 14px;
	line-height: 30px;
	margin:12px 0 10px;
	}
.s5-p4 span {
	border-left: 1px solid #8c8c8c;
	padding:5px 0 5px 8px;
	margin-left: 12px;
	}
.s5-p4 img{
	float:left;
	vertical-align:middle;
	margin:3px 0 0;
	}
.s5-hr{
	float:left;
	width:100%;
	height:1px;
	border:none;
	background:#d8e2e8;
	margin:30px 0;
	}
.s5-row .s1-p2{ font-size:18px; line-height:26px;}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
	float: left;
	width: 100%;
	padding: 20px 0;
	background: #f6f6f6;
	}
.f-p1 {
	float: left;
	width: 100%;
	color: #282828;
	font-size: 18px;
	line-height: 22px;
	margin:7px 0;
	font-weight:300;
	}
.f-p2{
	float: left;
	width: 100%;
	color: #575757;
	font-size: 14px;
	line-height: 22px;
	padding:20px 70px 0;
	}



@media (max-width: 768px) {
	.logo img {
		display: none;
	}
}



#fdr-dob {}

#fdr-dob {}




a.phone_number {
	font-family: Arial, sans-serif;
	color: #309FF9 !important;
	font-size: 18px;
	line-height: 1.9;
	float: right;
	margin-left: 15px;
}

a.phone_number:hover {
	text-decoration: underline;
}

a.phone_number.show-mob {
	line-height: 1;
	margin-top: -25px;
	margin-left: 0;
	font-size: 18px;
}