@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: 'Acronym';
	font-weight: normal;
	}
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;
	}
/*-------------pulse-------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);opacity: 0.9;}
50% {transform: scale(1);opacity: 1;}
100% {transform: scale(0.9);opacity: 0.9;}
}
@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);opacity: 0.9;}
50% {-webkit-transform: scale(1);opacity: 1;}
100% {-webkit-transform: scale(0.95);opacity: 0.9;}
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
/*-------------------------
CSS FOR TOP BAR
--------------------------*/
.top-bar{
	float: left;
	width: 100%;
	padding:15px 0;
	}
.logo{
	float: left;
	max-width:280px;
	width:100%;
	}
.top-right{
	float:right;
	margin:18px 0;
	}
.top-call{
	display: inline-block;
	color: #343434;
	font-size: 18px;
	line-height: 24px;
	vertical-align:middle;
	letter-spacing:0.5px;
	}
.f{
	display: inline-block;
	margin-right:12px;
	vertical-align:middle;
	width:22px;
	}
.top-line{
	vertical-align:middle;
	margin:0 9px;
	display: inline-block;
	}
.app-ic{
	vertical-align:middle;
	display: inline-block;
	width:20px;
	}
a.log, a.join{
	display: inline-block;
	border:1px solid #ffd03a;
	border-radius:5px;
	width:114px;
	height:36px;
	color: #343434;
	font-size: 19px;
	line-height: 30px;
	vertical-align:middle;
	margin:0 10px 0 18px;
	}
a.join{
	background:#ffd03a;
	margin:0 10px 0 0;
	}
.app-p{
	margin-right:10px;
	}
/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	float: left;
	width: 100%;
	background: url(../images/banner-bg.jpg) no-repeat center top;
	padding:55px 0 145px;
	}
.bnr-lft{
	float: left;
	width: 555px;
	text-align:left;
	}
.bnr-p1 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 50px;
	line-height: 55px;
	font-weight:800;
	letter-spacing:1px;
	}
.bnr-p1 span{
	color:#18b7f0;
	}
.bnr-strip{
	float: left;
	width: 100%;
	padding-left:76px;
	margin: 38px 0 20px;
	position:relative;
	}	
.bnr-p2 {
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 22px;
	line-height: 28px;
	font-weight:300;
	padding-left:18px;
	border-left:1px solid #025b98;
	letter-spacing:0.5px;
	}
.bnr-seal{
    position: absolute;
    left: 7px;
    top: 1px;
	}	
.bnr-p2 span{
	float: left;
	width: 100%;
	font-weight:bold;
	color:#18b7f0;
	}
.bnr-ul{
	float: left;
	width: 100%;
	}
.bnr-ul li{
	float: left;
	width: 100%;
	color: #ffffff;
	font-size: 24px;
	line-height: 28px;
	font-weight:600;
	margin:5px 0;
	background: url(../images/bnr-tik.png) no-repeat left 4px;
	padding:0 0 0 32px;
	letter-spacing:0.5px;
	}
	.bnr-hand-img{
		max-width:100%;
		position: absolute;
		top: -35px;
		right: 0;
		}	
/*-------------------------
CSS FOR STRIP
--------------------------*/
.form-strip{
	float: left;
	width: 100%;
	}
.form-box{
	float: left;
	width: 100%;
	background:#1a7ad3;
	position:relative;
	padding:30px 22px 15px;
	margin-top:-58px;
	vertical-align:top;
	border-radius:3px;
	}
.input-box {
	float: left;
	width: 170px;
	height: 46px;
	text-align: left;
	background-color: #ffffff;
	outline: none;
	position: relative;
	margin:8px 9px 8px 0;
	}
.field-all {
	float: left;
	width: 100%;
	border: none;
	outline: none;
	height: 100%;
	color: #000;
	font-size: 17px;
	padding: 0 10px 0 40px;
	font-family:Tahoma, Geneva, sans-serif;
	overflow: hidden;
	}
.f-ic-1{
	position:absolute;
	left:10px;
	top:50%;
	transform:translateY(-50%);
	}
.join-save-btn{
	color: #2d2d2d;
	font-size: 20px;
	line-height: 20px;
	float:left;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:4px;
	border:none;
	height: 61px;
	width:275px;
	margin-left:3px;
	background:#ffd13b url(../images/frm-arw.png) no-repeat right center;
	text-align:left;
	padding:0 0 0 13px;
	font-family: 'Acronym';
	}
.form-p1{
	position:absolute;
	left:27px;
	top:-32px;
	background:#ffd800;
	border-radius:25px;
	color: #000000;
	font-size: 23px;
	line-height: 25px;
	padding:15px 30px;
	z-index:1;
	animation-delay: 2s;
	}
.form-p1 span{
	color:#013c82;
	font-weight:bold;
	text-transform:uppercase;
	}
.frm-p-arw{
	position: absolute;
	left: 50px;
	top: 54px;
	}
.icon-ul{
	float: left;
	width: 100%;
	padding: 12px 0;
	}
.icon-ul li{
	float: left;
	width: 20%;
	padding:0 20px;
	}
.icon-ul li:nth-child(1), .icon-ul li:nth-child(4){
	background:url(../images/icon-line.png) no-repeat right center;
	}
.stripMbg{
	display:inline-block;
	vertical-align:middle;
	max-width:90%;
	}
.icon-1{
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
	}
.icon-p1{
	float: left;
	width: 100%;
	color: #000000;
	font-size: 18px;
	line-height: 24px;
	letter-spacing:0.5px;
	}
.stripMbg-mob{display:none;}
	
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
	width: 100%;
	padding: 80px 0 50px;
	background:#f4f8fd;
	}
.s1-p1 {
	float: left;
	width: 100%;
	color: #035692;
	font-size: 42px;
	line-height: 45px;
	font-weight:bold;
	}
.s1-video-box{
	float: left;
	width: 100%;
	margin:45px 0 0px;
	}
.s1-video-img{
	display:inline-block;
	max-width:100%;
	}
.s1-ul{
	float: left;
	width: 100%;
	padding:0 30px;
	}
.s1-ul li{
	float: left;
	width: 33.3%;
	margin-top:20px;
	background:url(../images/s1-li-line.jpg) no-repeat right top;
	padding:0 20px 0 63px;
	color: #343434;
	font-size: 20px;
	line-height: 28px;
	position:relative;
	text-align:left;
	}
.s1-ul li:last-child{
	background:none;
	}
.s1-ul li img{
	position:absolute;
	left:20px;
	top:0;
	}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	float: left;
	width: 100%;
	padding: 75px 0 65px;
	}
.s2-p1 {
	float: left;
	width: 100%;
	color: #035692;
	font-size: 42px;
	line-height: 45px;
	font-weight:bold;
	margin-bottom:5px;
	}
.s2-p2 {
	float: left;
	width: 100%;
	color: #6c6c6c;
	font-size: 24px;
	line-height: 30px;
	font-weight:300;
	letter-spacing:0.5px;
	}
.s2-sec-img{
	display:inline-block;
	max-width:100%;
	margin-top:15px;
	}
.pad-1{padding:30px 83px 0;}
.s2-p3{
	float: left;
	width: 100%;
	color: #565656;
	font-size: 18px;
	line-height: 28px;
	letter-spacing:0.5px;
	}
	.s2-ul{
	float: left;
	width: 100%;
	margin:25px 0;
	}
.s2-ul li{
	float: left;
	width: 20%;
	padding:0 10px;
	background:url(../images/s2--li-line.png) no-repeat right center;
	margin-top:48px;
	}
.s2-ul li:nth-child(2),.s2-ul li:nth-child(3),.s2-ul li:last-child{
	background:none;
	}
.s2-p4{
	float: left;
	width: 100%;
	color: #035692;
	font-size: 22px;
	line-height: 26px;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.s2-ic-1{
	display:inline-block;
	max-width:100%;
	margin-bottom:20px;
	}
.s2-img-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	}
.s2-img-div{
	float:left;
	width:100%;
	vertical-align:middle;
	}
.s2-ul li:nth-child(3){
	margin:0;
	}
.s2-p5{
	float: left;
	width: 100%;
	color: #373737;
	font-size: 22px;
	line-height: 28px;
	font-weight:bold;
	}
a.join-save-sec-btn{
	display:inline-block;
	color: #2d2d2d;
	font-size: 20px;
	line-height: 62px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
	border: none;
	height: 61px;
	width: 275px;
	background: #ffd13b url(../images/frm-arw.png) no-repeat right center;
	text-align: left;
	padding: 0 0 0 13px;
	margin-top:30px;
	letter-spacing:0.5px;
	}
	
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
	float: left;
	width: 100%;
	padding: 70px 0;
	background:#f4f8fd;
	}
.s3-ul{
	float: left;
	width: 100%;
	margin:50px 0 0;
	}
.s3-ul li{
	float: left;
	width: 32.3%;
	}
.s3-ul li:nth-child(2){
	margin:0 1.5%;
	}
.s3-img-1, .s3-line{
	display:inline-block;
	max-width:100%;
	}
.s3-line{
	margin:30px 0 10px;
	float:left;
	}
.s3-p1{
	float: left;
	width: 100%;
	color: #035692;
	font-size: 18px;
	line-height: 20px;
	font-weight:bold;
	text-align:left;
	}
.s3-ul li .s2-p4{
	color:#343434;
	margin:8px 0 8px;
	text-align:left;
	}

/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
	float: left;
	width: 100%;
	padding: 70px 0;
	}
.s4-box{
	float: left;
	width: 100%;
	border:1px solid #cccccc;
	border-radius:4px;
	margin-top:60px;
	}
.s4-slide{
	float:left;
	width:100%;
	}
.s4-row{
	float: left;
	width: 100%;
	}
.s4-ic-1{
	margin:0 auto;
	max-width:100%;
	margin-bottom:35px;
	}
.s4-row .s2-p4 {
	color: #343434;
	margin: 0px 0 12px;
	}
.s4-box a.join-save-sec-btn{
	margin-top:55px;
	}
.s4-slide-txt{
	float: left;
	width: 50%;
	padding: 90px 65px;
	background: #fff;
	}
.s4-slide-ritbox{
	float: right;
	width: 50%;
	}
.s4-bx-img-mob{
	display:none !important;
	}
.s4-bx-img{
	float:right;
	max-width:100%;
	vertical-align:top;
	}

/*-------------------------
CSS FOR SECTION 5
--------------------------*/
.section-5 {
	float: left;
	width: 100%;
	padding: 70px 0 10px;
	background:url(../images/s5-bg.jpg) no-repeat center top;
	background-size:cover;
	}
.section-5 .s2-p1, .section-5 .s2-p2{
	color:#fff;
	}
.section-5 .s2-p3{
	color:#fff;
	}
.s5-img-1{
	display:inline-block;
	max-width:100%;
	}
.s5-ul{
	float: left;
	width: 100%;
	padding:0 30px;
	}
.s5-ul li{
	float: left;
	width: 33.3%;
	}
.s5-ul li img{
	max-width:100%;
	display:inline-block;
	}
.app-desktop-img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	margin:25px 0;
	}
.app-mob-img{display:none;}
/*-------------------------
CSS FOR SECTION 6
--------------------------*/
.section-6 {
	float: left;
	width: 100%;
	padding: 70px 0;
	}
.s6-ul{
	float: left;
	width: 100%;
	margin:40px 0 0;
	}
.s6-ul li{
	float: left;
	width: 32.3%;
	}
.s6-ul li:nth-child(2){
	margin:0 1.5%;
	}
.s6-video-box{
	float: left;
	width: 100%;
	}
.s6-video-img{
	display:inline-block;
	max-width:100%;
	}
.s6-txt-box{
	float: left;
	width: 100%;
	margin-top:12px;
	border:1px solid #d7d7d7;
	padding:15px;
	text-align:left;
	height: 215px;
	}
.s6-coat{
	float:left;
	max-width:100%;
	margin-bottom:7px;
	}
.s6-coat-2{
	float:right;
	max-width:100%;
	}
.s6-font{
	color:#000;
	margin-top:15px;

	}
.s6-video{
	width: 100%   !important;
	height: auto   !important;
	}
	.s1-video{
		width: 100%   !important;
		height: auto   !important;
		}
/*-------------------------
CSS FOR SECTION 7
--------------------------*/
.section-7 {
	float: left;
	width: 100%;
	padding: 40px 0;
	background:url(../images/s7-bg.jpg) no-repeat center top;
	}
.section-7 .s2-p1, .section-7 .s2-p3{color:#fff;}
.section-7 .s2-p3{padding:15px 80px 10px;}


/*-------------------------
CSS FOR FOOter
--------------------------*/
footer{
	float: left;
	width: 100%;
	padding: 40px 0;
	letter-spacing:0.5px;
	}
.foo-ul{
	float: left;
	width: 100%;
	padding:0 70px;
	}
.foo-ul li{
	float: left;
	width:35%;
	text-align:left;
	}
.foo-ul li:nth-child(2){
	width: 30%;
	padding:0 30px;
	border-left:1px solid #cdcdcd;
	border-right:1px solid #cdcdcd;
	}
.foo-ul li:nth-child(3){
	padding-left:40px;
	width: 35%;
	}
.foo-ul li:nth-child(1){
	padding-right:30px;
	}
.foo-logo{
	float:left;
	max-width:300px;
	width:90%;
	margin-bottom:10px;
	}
.f-p1{
	float: left;
	width: 100%;
	color: #474746;
	font-size: 16px;
	line-height: 24px;
	}
.pad-2{
	padding:12px 0 0;
	}
.foo-icon{
	float:left;
	width:100%;
	}
.foo-ul li .s2-p3{
	color:#474746;
	margin-bottom:15px;
	}
.foo-ul li:nth-child(2) .f-p1{
	margin-bottom:8px;
	}
.f-p2{
	float:left;
	width:100%;
	padding:5px 0 5px 44px;
	color:#474746;
	font-size: 16px;
	line-height: 24px;
	position:relative;
	margin-bottom:15px;
	}
.f-p2 img{
	position:absolute;
	left:0;
	top:0;
	}
.ft-btm{padding-top:0;}
.ft-btm img{
	top:5px;
	}
/*-=================================
CSS FOR CHECKOUT PAGE
=====================================*/
.chk-bnr{
	float: left;
	width: 100%;
	text-align:center;
	padding: 15px 0 24px;
	background:url(../images/chkbnr-bg.jpg) no-repeat center top;
	position:relative;
	}
.chk-txt1{
	float:left;
	width:100%;
	font-size:36px;
	line-height:44px;
	color:#fff;
	font-weight:bold;
	letter-spacing:1px;
	}
.clk-txt{
	float:left;
	width:100%;
	font-size:47px;
	line-height:45px;
	color:#fff000;
	font-weight:bold;
	text-align:center;
	letter-spacing:2px;
	}
.clk-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:0 5px;
	}	
.clk-txt span{
	display:inline-block;
	vertical-align:middle;	
	}	
.check-seal{
	max-width:100%;
	position:absolute;
	top:0px;
	right:38px;
	}
.chk-sec{
	float:left;
	width:100%;
	background:#f7fcff;
	border-bottom:1px solid #b8b8b8;
	}
.chk-block{
	float:left;
	width:100%;
	background:#fff;
	border-left:1px solid #f1f4f6;
	border-right:1px solid #f1f4f6;	
	}				
.chk-left{
	float:left;
	width:50%;
	border-right:1px solid #e9e9e9;
	padding:25px 20px 60px;
	}			
.formBox{
	float:left;
	width:100%;
	/* margin-top:35px; */
	margin-bottom: 11px;
	}
.frm-head{
	display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
	text-align:left;
	background:#0477b1;
	padding:0 0 0 8px;
	/* margin-top: 0px; */
	position: relative;
	text-align: center;
	height: 54px;
	}
.frm-head img{
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	position: absolute;
	left: 5px;
	top: 8px;
	}
.frm-head p{
	display:inline-block;
	vertical-align:middle;
	font-size:32px;
	color:#fff;
	font-weight:600;
	}	

.frm-mid, .frm-mid2{
	float:left;
	width:100%;
	text-align:left;
	padding-top:10px;
	margin-bottom: 0px;

	}			
.frm-txt1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#343434;
	font-weight:600;
	text-align:left;
	margin-bottom:15px;	
	}	
.frmElement{
	float:left;
	width:100%;
	text-align:left;
	margin:10px 0;
	}	
.frm-lab{
	float:left;
	width:100%;
	font-size:18px;
	line-height:18px;
	color:#211e1e;
	margin-bottom:5px;	
	}
.frm-input{
    background: #fffdec;
    float: left;
    width: 100%;
    height: 40px;
    color: #000;
    font-size: 16px;
    padding: 0 15px;
    border: 1px solid #e8e0bb;
    outline: none;
    font-family: 'Acronym';
    font-weight: normal;	
	}
.frm-mid2{ text-align:center;}
/* .cards{
	max-width:100%;
	margin:0 auto 10px;
	display:block;
	}	 */
.frm-half{ width:65%;}
.frm-small{ width:32%; float:right;}
.frm-cont{
	float:left;
	width:100%;
	text-align:left;
	padding:25px 0;	
	}
.frm-ques{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	color:#211e1e;
	font-weight:bold;
	}	
.frm-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#211e1e;
	font-weight:300;
	margin-top:20px;	
	}	
ul.frm-list{
	float:left;
	width:100%;
	margin:15px 0;
	padding-left:15px;
	}
ul.frm-list li{
    background: url(../images/frm-tike.png) no-repeat left 7px;
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    color: #211e1e;
    font-weight: 300;
    padding-left: 30px;
    margin-top: 10px;
	}
ul.frm-list li span{ font-weight:600;}
.frmfieldToggle {
	float: left;
	width:97%;
	color: #211e1e;
	font-size: 18px;
	line-height: 19px;
	text-align: center;
	cursor: pointer;
	padding-left: 0px;
	position: relative;
	font-weight:300;
	margin-left:3%;
	margin-top:15px;
	}
.frmfieldToggle a{
	color: #211e1e;
	}
.frmfieldToggle input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.frmfieldToggle input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 20px;
	height:20px;
	border: 1px solid #808080;
	border-radius: 2px;
	position: relative;
	background:#fff;
	}
.frmfieldToggle input[type=checkbox] + span {
	/* position: absolute;
	left: 0; */
	/* top: 1px; */
	}
.frmfieldToggle input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 16px;
	height: 16px;
	background: url(../images/tik-blk.svg) no-repeat center center;
	background-size: 100%;
	left: 0px;
	top: 0px;
	}
.frm-lock{
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 16px;
    color: #686868;
    letter-spacing: 0.5px;
    margin: 35px 0 15px;
	}
.frm-lock img{
    vertical-align: top;
    margin-right: 5px;
    margin-top: 2px;
	}
.frm-btn {
    display: inline-block;
	vertical-align:middle;
    width: 100%;
    border: none;
	outline:none;
	}	
.frm-secure{
    display: inline-block;
    max-width: 100%;
    margin-top: 10px;
	}							
.money-back{
	float: left;
    width: 100%;
    background: #f8f8f8;
    border: 1px solid #c2c2c2;
    position: relative;
    text-align: left;
    padding: 20px 15px 20px 140px;
	margin-top:25px;
	}
.money-back img{
	max-width:100%;
	position:absolute;
	left:15px;
	top:12px;
	width:100px;
	}
.money-back p{
	float:left;
	width:100%;	
	font-size:18px;
	line-height:25px;
	color:#211e1e;
	}
.money-back p span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	font-weight:600;
	margin-bottom:7px;
	}
.chk-right{
    float: right;
    width: 50%;
	text-align:center;
    padding: 55px 20px 25px;
	}		
.chk-rgtBox{
	float:left;
	width:100%;
	height:427px;
	background:#e8e8e8;
	text-align:center;
	}	
#what-get-checkout{
	margin-top: 20px;
}
#pay-inf-box {
    margin-top: 30px;
}
.innr-box{
	float:left;
	width:100%;
	padding:10px;	
	}	
ul.innr-list{
	float:left;
	width:100%;
	border:1px solid #fff;
	padding:25px 20px 15px;
	}
ul.innr-list li{
    background: url(../images/frm-tike.png) no-repeat left 7px;
    float: left;
    width: 100%;
	text-align:left;
    font-size: 22px;
    line-height: 25px;
    color: #343434;
    font-weight: 600;
    padding-left: 30px;
    margin-bottom: 29px;
	}	
ul.innr-list li:last-child{ margin-bottom:0;}	
.chk-rgt-vdo{
	max-width:100%;
	margin:31px auto;
	display:block;
	}	
.order-summary{
    float: left;
    width: 100%;
	text-align:left;
	margin-top: 20px;
	}	
ul.odr-row{
    float: left;
    width: 100%;
	margin-top:20px;
	}	
ul.odr-row li{
	float:left;
	width:100%;
	color:#211e1e;
	font-size:18px;
	line-height:20px;
	margin-bottom:15px;
	padding:0 10px;
	}	
/* ul.odr-row li:first-child{
	padding-bottom:15px;
	border-bottom:1px solid #dbdbdb;
	} */
ul.odr-row li span{
	float:right;
	text-align:right;
	}
ul.odr-row li.total{
	background:#f8f8f8;
	padding:15px 10px;
	border-top:1px solid #dbdbdb;
	font-size:20px;
	font-weight:bold;
	}
ul.odr-row li.total span{ font-weight:normal; font-size:18px;}
.cusmr-coments{
	float:left;
	width:100%;
	margin-top:35px;
	}
.cust-t1{
	float:left;
	width:100%;
	font-size:32px;
	color:#0477b1;
	font-weight:bold;
	line-height:35px;
	}
ul.cust-list{
	float:left;
	width:100%;
	padding:10px 0 0 20px;
	}
ul.cust-list li{
	float:left;
	width:100%;
	padding:10px 0 50px 160px;
	margin-top:30px;
	text-align:right;
	position:relative;
	border-bottom:1px solid #dbdbdb;
	}
ul.cust-list li:last-child{ border:none;}
ul.cust-list li img{
	position:absolute;
	left:0;
	top:0;
	}
ul.cust-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#343434;
	/* font-family: 'Acronym-RegularItalic'; */
	letter-spacing:0.5px;
	text-align: justify;
	padding-left: 15px;
	}
ul.cust-list li p span{
	float:left;
	width:100%;
	font-weight:600;
	margin-top:10px;
	text-align:right;
	}
	
/*-============================
CSS FOR THANKYOU PAGE
===============================*/
.thank-sec-1{
	float:left;
	width:100%;
	background:#f4f8fd;
	padding:55px 0;
	}
.thnk-Box {
	display: inline-block;
	width: 88%;
	padding: 30px;
	-webkit-box-shadow: 1px 1px 4px 3px #d9dbdc;
	box-shadow: 1px 1px 4px 3px #d9dbdc;
	background: #ffffff;
	border-radius: 5px;
	letter-spacing: 0.5px;
	}
.thank-heading{
	float: left;
    width: 100%;
    color: #035692;
    font-size: 34px;
    line-height: 40px;
    font-weight: bold;
	margin-bottom:10px;
	}
.thank-p1{
	float: left;
    width: 100%;
    color: #565656;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
	margin-top:20px;
	}
a.ty-app{
	display:inline-block;
	vertical-align:middle;
	color:#999;
	font-size:15px;
	letter-spacing:1px;
	padding:0 10px;
	}
a.ty-app img{
	display:inline-block;
	vertical-align:middle;
	width:40px;
	}
.thank-left{
	float:left;
	width:30%;
	margin-top:40px;
	text-align:left;
	letter-spacing:0.5px;
	}
.ty-odr-heading{
	float:left;
	width:100%;
	color: #474746;
	font-size:24px;
	}
.thank-left p{
	float: left;
    width: 100%;
    color: #565656;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.5px;
	margin:5px 0;
	}
.thank-left p span{font-weight:700;}
.thank-right{
	float:right;
	width:56%;
	margin-top:40px;
	text-align:left;
	letter-spacing:0.5px;
	}
.chk-sum-row{
	float: left;
	width: 100%;
	padding:12px 0;
	border-bottom:1px solid #d6d6d6;
	}
.chk-sum-p1{
	float: left;
	width: 100%;
	font-size: 22px;
	line-height: 22px;
	color: #4c4c4c;
	font-weight:bold;
	}
.chk-sum-p1 img{
	vertical-align:middle;
	margin-right:10px;
	margin-top:-2px;
	}
.chk-sum-p2, .chk-sum-p3{
	font-size: 20px;
	line-height: 20px;
	color: #211e1e;
	}
.chk-sum-p2{
	font-size:18px;
	}
.chk-no-brd{
	border:none;
	}	
a.ty-btn{
	display: inline-block;
	vertical-align:middle;
	color: #fff;
	font-size: 22px;
	line-height: 55px;
	text-transform: uppercase;
	font-weight: bold;
	border-radius: 4px;
	border: none;
	background:#f4515b;
	letter-spacing: 0.5px;
	padding:5px 35px;
	margin-top:20px;
	}
.m-left{margin-left:15px;}

.pop-content{
	position:fixed;
	width:100%;
	top:0;
	bottom:0;
	background:rgba(0,0,0,0.7);
	z-index:99;
	display:none;
	}
.popBox{
	margin:0 auto;
	display:block;
	width:620px;
	height:348px;
	background:#02417d;
	border-radius:10px;
	position:relative;
	margin-top:150px;
	border:4px solid rgba(255,255,255,0.2);
	}
.pop-inner{
	position:relative;
	overflow:hidden;
	float:left;
	width:100%;
	height:100%;
	padding-left:230px;
	border-radius:10px;
	}
.pop-model{
	position:absolute;
	left:0;
	top:0;
	}
.pop-Heading{
	float:left;
	width:100%;
	background:#02417d;
	padding:15px 15px 0 0;
	border-radius:10px 10px 0 0;
	color:#fff;
	font-size:23px;
	line-height:27px;
	text-align:left;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.pop-Heading span{
	color:#ffcf33;
	}
.pop-para{
	float:left;
	width:100%;
	color:#fff;
	padding:10px 15px 10px 0;
	font-size:18px;
	line-height:26px;
	text-align:left;
	letter-spacing:0.5px;
	}
.popfrm{
	float:left;
	width:100%;
	padding:10px 20px 0 0;
	}
.frmElmnt{
	float:left;
	width:100%;
	margin-bottom:10px;
	}	
.popfld, .popfld1, .popfld2{
	float: left;
    width: 100%;
    border: none;
    outline: none;
    height: 36px;
    color: #000;
    font-size: 17px;
    padding: 0 10px 0 45px;
    font-family: Tahoma, Geneva, sans-serif;
	border:1px solid #a6a5a5;
	background:url(../images/f-ic-3.png) no-repeat 14px center #fff;
	}
.popfld1{ background:url(../images/f-ic-1.png) no-repeat 14px center #fff;}	
.popfld2{ background:url(../images/f-ic-2.png) no-repeat 14px center #fff;}	
.half, .half-fr{ width:49%;}
.half-fr{ float:right;}	
.popBtn{
	float:left;
	width:100%;
	margin-top:5px;
	color: #2d2d2d;
	font-size: 22px;
	text-transform:uppercase;
	font-weight:bold;
	border-radius:4px;
	border:none;
	height: 55px;
	background:#ffd13b;
	font-family: 'Acronym';
	cursor:pointer;
	-webkit-appearance:none;
	}
.popclose{
	position:absolute;
	right:-10px;
	top:-10px;
	background:#CCC;
	color: #000;
	font-size:11px;
	width:20px;
	height:20px;
	line-height:18px;
	border-radius:50%;
	border:2px solid rgba(0,0,0,0.3);
	font-family:Arial, Helvetica, sans-serif;
	z-index:9;
	}
.pop-img-mob{display:none;}

/*-============================
CSS FOR FAQ PAGE
===============================*/
.faq-banner{
	float:left;
	width:100%;
	padding: 35px 0;
    background: url(../images/checkout-banner.jpg) no-repeat center top;
	color: #18b7f0;
    font-size: 40px;
    line-height: 45px;
    font-weight: 800;
	}
.faq-sec-1{
	float:left;
	width:100%;
	padding:40px 0 60px 0;
	border-bottom:1px solid #e7e7e7;
	}
.faqHdng{
	float:left;
	width:100%;
	float:left;
	text-align:left;
	font-size:22px;
	line-height:30px;
	margin-top:30px;
	color:#035692;
	border-top:1px solid #e7e7e7;
	border-bottom:1px solid #e7e7e7;
	padding:7px 0;
	letter-spacing:1px;
	}
.faq-para{
	float:left;
	width:100%;
	text-align:left;
	font-size:17px;
	line-height:26px;
	margin-top:10px;
	color:#2d2d2d;
	letter-spacing:0.5px;
	}
.faq-para a{ color:#06C;}






.cards {
	display: block;
	margin: 0 auto;
	padding: 0px 0 0px 0px;
	text-align: center;

}

.cards .card-visa {
	width: 96px;
	height: 56px;
	background: url(../images/card_sprite_95.png) no-repeat 0 0;
	
}

.cards span {
	display: inline-block;
	margin: 0 10px 0 10px;
}

.cards .card-mastercard {
	width: 96px;
	height: 56px;
	background: url(../images/card_sprite_95.png) no-repeat -100px 0;
}

.cards .card-discover {
	width: 96px;
	height: 56px;
	background: url(../images/card_sprite_95.png) no-repeat -300px 0;
}

.cards .card-discover.inactive {
	background-position: -300px -56px;
}

.cards .card-mastercard.inactive {
	background-position: -100px -56px;

}

.cards .card-visa.inactive {
	background-position: 0 -56px;
}
.audio-message{
	margin-top: 10px;
}
.audio-message p{
font-style: italic;
font-size: 18px;
margin-bottom: 10px;
}
.audio-message span{
	font-style: italic;
	font-size: 18px;
	font-weight: 700;
	
	}