@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Calibre';
	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:inherit; text-decoration:none;}
a:hover {}
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;
	}
	
@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Regular.woff2') format('woff2'),
        url('Calibre-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
	
@font-face {
    font-family: 'Calibre';
    src: url('Calibre-RegularItalic.woff2') format('woff2'),
        url('Calibre-RegularItalic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}	

@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Light.woff2') format('woff2'),
        url('Calibre-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Medium.woff2') format('woff2'),
        url('Calibre-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Semibold.woff2') format('woff2'),
        url('Calibre-Semibold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Calibre';
    src: url('Calibre-Bold.woff2') format('woff2'),
        url('Calibre-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.top-caption{
	float:left;
	width:100%;
	background:#191919;
	height:34px;
	position:relative;
	overflow:hidden;
	}
.caption{
	position:absolute;
	left:0;
	width:100%;
	padding-top:7px;
	}
.caption-txt{
	color:#ffffff;
	font-size:18px;
	line-height:20px;	
	letter-spacing:0.5px;
	white-space: nowrap;
	}
.caption-txt span{
	color:#fff17e;
	font-weight:600;
	}	
	
	
.header{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0;
	}
.chk-logo {
    float: left;
	margin-top:10px;
	}
.chk-step{
	display:inline-block;
	vertical-align:middle;
	}
.chk-step img{ display:inline-block; vertical-align:middle; max-width:100%;}
.chk-step p{
	color:#434242;
	margin-bottom:6px;
	font-size:18px;
	line-height:20px;
	}
.chk-step p span{
	background:#fff;
	position:relative;
	z-index:1;
	padding:0 10px;
	}	
.chk-step p span:before, .chk-step p span:after{
	content:'';
	position:absolute;
	top:12px;
	left:-70px;
	background:#aeaeae;
	height:1px;
	width:70px;
	}	
.chk-step p span:after{
	left:auto;
	right:-70px;
	}	
.custmr-suprt{
    float: right;
    padding: 0 0 0 45px;
    font-size: 17px;
    line-height: 22px;
    color: #020202;
    position: relative;
    text-align: left;
    letter-spacing: 0.5px;
    margin-top: 3px;
	}
.custmr-suprt img{
    position: absolute;
    left: 0;
    top:10px;
	}
.custmr-suprt span{
	color:#0c426d;
	font-size:20px;
	font-weight:bold;
	}
/*===================
chk-bnr-sec
======================*/
.chk-bnr-sec{
	float:left;
	width:100%;
	background:#dfeefc;
	padding:30px 0 80px;
	text-align:center;
	position:relative;
	overflow:hidden;
	}
.sub-hdng-bnr{
	float:left;
	width:100%;
	font-size:26px;
	line-height:28px;
	font-weight:500;
	color:#fe0000;
	letter-spacing:0.5px;
	}
.bnrHdng{
	float:left;
	width:100%;
	font-size:52px;
	line-height:54px;
	font-weight:bold;
	color:#0c426d;
	letter-spacing:0.5px;
	margin-top:8px;
	}
ul.bnr-list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:1004px;
	padding:20px 0 10px;
	}
ul.bnr-list li{
	display:inline-block;
	vertical-align:middle;
	color:#0c426d;
	font-size:22px;
	line-height:28px;
	padding:0 35px;
	text-align:center;
	position:relative;
	font-weight:500;
	letter-spacing:0.5px;
	}
ul.bnr-list li:after{
	content:"";
	position:absolute;
	right:0;
	top:5px;
	height:80px;
	width:1px;
	background:#6f8dac;
	}
ul.bnr-list li:last-child:after{ display:none;}
ul.bnr-list li img{
	display:block;
	margin:0 auto 5px;
	}
.bnr-prod1{
    position: absolute;
    left: -35px;
    top: -32px;
	}
.bnr-prod2{
	position: absolute;
    right: -95px;
    top: 5px;
	}
.rvw-txt{
	float:left;
	width:100%;
	text-align:center;
	font-size:20px;
	line-height:20px;
	color:#030303;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.rvw-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 10px 0 0;
	}

/*==========sectionOne==================*/
.sectionOne{
	float:left;
	width:100%;
	padding-bottom:70px;
	}
.chk-top-hdng{
	display:inline-block;
	vertical-align:middle;
	max-width:767px;
	width:100%;
	background:#e60303;
	padding:15px 15px 17px;
	text-align:center;
	border-radius:12px;
	margin-top:-50px;
	}
.hdng-txt1{
	float:left;
	width:100%;
	font-size:30px;
	color:#ffffff;
	font-weight:bold;
	line-height:34px;
	position:relative;
	letter-spacing:0.5px;
	}
.hdng-txt1 span{color:#ffff00;}
.rgt-arw {
	display:inline-block;
	vertical-align:top;
	margin:5px 0 0 20px;
	}
.left-arw {
	display:inline-block;
	vertical-align:top;
	margin:5px 20px 0 0;
	}
.hdng-txt1 .clock-icon{
	display:inline-block;
	vertical-align:top;
	margin:-2px 5px 0 10px;
	}
	
.hdng-txt2{
	float:left;
	width:100%;
	font-size:22px;
	color:#ffffff;
	line-height:24px;
	margin-top:5px;
	letter-spacing:1.5px;
	}
	
/*===========================*/
.chk-Box {
    float: left;
    width: 100%;
	margin-top:60px;
	}
.chk-left-side{
	display:inline-block;
	vertical-align:middle;
	width:58%;
	}
.chk-bdr-box{
	float:left;
	width:100%;
    border-radius:15px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.stepCount {
    float: left;
    width: 100%;
    padding: 16px 20px 16px 90px;
    text-align: left;
    background: #e4f0fe;
    position: relative;
	border-radius:15px 15px 0 0;
	}
.stepCount img {
    position: absolute;
    left: 30px;
    top: 18px;
	}
.stepCount span{
    color: #010101;
	font-size:18px;
	letter-spacing:0.5px;
	}
.stepCount p{
    color: #0c426d;
	font-size:26px;
	line-height:28px;
	font-weight:600;
	letter-spacing:0.5px;
	}	

.selectBox{
	float:left;
	width:100%;
	padding:20px;
	}
.brk-line{
	float:left;
	width:100%;
	margin:9px 0;
	height:1px;
	background:#e6e6e6;
	}
.buyOpt-row{
	float: left;
	width: 100%;
	padding:20px;
	cursor: pointer;
	position: relative;
	}
.buyOpt-row.active{background: #fff3d9;}
.packageOpt{
	float: left;
	width: 70%;
	text-align: left;
	position: relative;
	padding-left:160px;
	}
.packageOpt input[type=radio]{
	position: absolute;
	opacity: 0;
	}
.packageOpt input[type=radio] + span{
	position: absolute;
	display: inline-block;
	left: 3px;
	top:50%;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: #fff;
	border: 1px solid #0c426d;
	margin-top:-11px;
	}
.packageOpt input[type=radio]:checked + span:after{
	content: '';
	position: absolute;
	left:3px;
	top:3px;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background: #0c426d;
	}
.pkg-prod{
	position: absolute;
    left: 30px;
    top: 50%;
    margin-top: -54px;
	}
.pkg-nm{
	display:inline-block;
	vertical-align:top;
	background:#0d566e;
	color: #fff;
	font-size:18px;
	line-height:18px;
	border-radius:30px;
	padding:4px 20px;
	letter-spacing:0.5px;
	}
.pkg-nm2{ background:#595a5a;}			
.pkg-item{
	float:left;
	width:100%;
	color: #000000;
	font-size:30px;
	line-height:32px;
	letter-spacing:0.5px;
	font-weight:600;
	margin-top:3px;
	}	
.save-txt{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#018e07;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:3px;
	}
.pkgPrice{
	float: right;
	width: 30%;
	text-align: right;
	}
.pkp-prc-p1{
	float:left;
	width:100%;
	color: #535353;
	font-size:18px;
	line-height:20px;
	}
.pkp-prc-p1 span{
	position:relative;
	}
.pkp-prc-p1 span img{
	position:absolute;
	top:2px;
	right:0;
	}			
.pkp-prc-p2{
	float:right;
	width:100%;
	color: #212121;
	font-size:20px;
	line-height:24px;
	letter-spacing:0.5px;
	margin-top:7px;
	}
.pkp-prc-p2 span{
	font-size:30px;
	color:#0c426d;
	font-weight: 600;
	}

.from-box{
	float:left;
	width:100%;
	padding:20px 30px;
	}
.frm-elements{
	width:100%;
	margin:7px 0;
	}
.frm-elements.half{
	width:calc(50% - 12px);
	}
.frm-elements.fl{float:left;}
.frm-elements.fr{float:right;}
.half-3{ width: 31.6%;}
.hlf-3-r{ margin-left: 2.5%;}	

.field-all {
	float: left;
	width: 100%;
	height:48px;
	border:1px solid #c4c4c4;
	border-radius:4px;
	outline: none;
	color: #000;
	font-size: 20px;
	padding:0 10px 0 10px;
	font-family: 'Calibre';
	}
.field-all.selcet-fld{
	-webkit-appearance: none;
	background: url(../images/dwn-arw.png) no-repeat right center;
	padding:0 42px 0 10px;
	}
.packageBtn{
	float: left;
    width: 100%;
    height: 80px;
    font-size: 48px;
	line-height:75px;
    color: #ffffff;
    text-align: center;
    border-radius: 50px;
    background: #0ad255;
    text-shadow: 1px 1px #08b148;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Calibre';
    border: none;
    border-bottom: 4px solid #c4c4c4;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: 20px;	
	}
.fieldToggle{
	float: left;
	color: #434343;
	font-size: 19px;
	line-height: 20px;
	text-align: left;
	letter-spacing:0.5px;
	cursor: pointer;
	padding-left: 32px;
	position: relative;
	font-family: 'Calibre';
	}
.fieldToggle input[type=checkbox], .protectionHeading label input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span, .protectionHeading label input[type=checkbox] + span {
	display: inline-block;
	vertical-align: top;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border: 1px solid #808080;
	position: relative;
	}
.fieldToggle input[type=checkbox] + span {
	position: absolute;
	left: 0;
	}
.fieldToggle input[type=checkbox]:checked + span:after, .protectionHeading label input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 14px;
	height: 14px;
	background: url(../images/tik-blk.svg) no-repeat center center;
	background-size: 100%;
	left: 1px;
	top: 2px;
	}
.card-accept {
    float: left;
    width: 100%;
    margin: 25px 0 20px;
    color: #434343;
    font-size: 19px;
	letter-spacing:0.5px;
    text-align: left;
	}
.card-accept img{
    display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 4px;
	}
a.whats-dis{
    float: left;
    color: #0c426d;
    font-size: 18px;
    text-decoration: underline;
	font-weight:500;
    margin-top: 12px;
	}	
.bottom-seal{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	max-width:100%;
	}
.frm-pymnt{
	display:none; 
	float:left; 
	width:100%;
	margin-top:25px;	
	}
	
/*ORDER SUMMRY*/
.summry-box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.prod-box{
	float:left;
	width:100%;
	min-height:60px;
	display:table;
	vertical-align:middle;
	margin-bottom:20px;
	}
.ord-lft{
    width: 76%;
    position: relative;
    padding: 15px 0;
    padding-left: 85px;
    display: table-cell;
    vertical-align: middle;
	}
.prod-img{
	position:absolute;
	width:70px;
	height:70px;
	line-height:60px;
	border:1px solid #dedddd;
	border-radius:4px;
	overflow:hidden;
	background:#fff;
	left:0;
	top:0;
	}
.prod-img img{
	display:inline-block;
	vertical-align:middle;
	max-height:80%;
	}
.prod-count{
	left:60px;
	height:20px;
	width:20px;
	line-height:19px;
	top:-5px;
	position:absolute;
	background:#0c426d;
	border-radius: 50%;
	color:#fff;
	font-size:14px;
	}
.ord-lft p{
	float:left;
	width:100%;
	text-align:left;
	}
.ord-title{
	color: #161616;
	font-size:20px;
	line-height:20px;
	letter-spacing: 0.5px;
	}
.ord-title span{
	font-weight:500;
	font-size:24px;
	color:#000;
	}
.ord-right{
	display:table-cell;
	vertical-align:middle;
	text-align:right;
	}
.ord-rgt-p1{
	float:right;
	width:100%;
	color: #535353;
	font-size:18px;
	line-height:20px;
	}
.ord-rgt-p1 span{
	position:relative;
	}
.ord-rgt-p1 span img{
    position: absolute;
    top: 2px;
    right: 0;
	}		
.ord-rgt-p2{
	float:right;
	color: #161616;
	font-size:22px;
	text-align:right;
	}

.devider-cp{
	float:left;
	width:100%;
	margin:0 0;
	height:1px;
	}
.cart-table{
	color: #000;
    width: 100%;
    font-size: 20px;
    line-height: 32px;
    padding:3px 5px;
	}	
.cart-table span{color:#363636;}
.bdr1, .bdr2{     
    padding-top: 5px;
    margin-top: 5px;
	border-top:1px solid #ddd;
	}	
.bdr2{ border-top:3px solid #ddd;}	
.semi-bld{ font-weight:600;}
.cat-tbl-1{ background:#e3e3e3; line-height:36px;}
.cat-tbl-1 span{ color:#ff0000; font-weight:bold;}	
		
/*============================*/
.chk-rgt-side{
	float:left;
	width:100%;
	}
.grnty-seal{
	float:left;
	width:100%;
	text-align:center;
	background:#0c426d;
	border-radius:17px;
	margin-top:100px;
	padding:20px;
	}
.grnty-seal-inr{
	float:left;
	width:100%;
	background:#fff;
	border-radius:22px;
	padding:0 40px 25px;
	margin-top:60px;
	position:relative;
	}
.grnty-seal-inr:before{
	content:'';
	position:absolute;
	top:0;
	left:50%;
	background:url(../images/mnybk-seal-bg.png) no-repeat center center;
	width:193px;
	height:48px;
	margin-left:-96.5px;
	}		
.grnty-seal img{
	display: block;
    margin: -132px auto 0;
    position: relative;
    z-index: 1;
	}
.grnty-seal span{
	display:inline-block;
	vertical-align:top;
	height:54px;
	background:#0c426d;
    font-size: 35px;
	line-height:54px;
    font-weight: 600;
    color: #ffc82f;
	letter-spacing:0.5px;
	margin-top:28px;
	padding:0 40px;
	position:relative;
	}
.grnty-seal span:before, .grnty-seal span:after{
    content: '';
    position: absolute;
    left: -20px;
    border-bottom: 27px solid #0c426d;
    border-top: 27px solid #0c426d;
    border-left: 20px solid transparent;
    top: 0;
	}	
.grnty-seal span:after{
	left:auto;
    right: -20px;
    border-right: 20px solid transparent;
	}		
.grnty-seal p{
 	float: left;
    width: 100%;
    font-size:22px;
	line-height:26px;
    color: #000000;
	letter-spacing:0.5px;
	margin-top:17px;
	}
	
/*========Section2=========*/
.sectionTwo{
    float: left;
    width: 100%;
	background:#eef6ff;
    padding: 40px 0 50px;
	}
.common-head{
    float: left;
    width: 100%;
    font-size: 55px;
    line-height: 58px;
    color: #002560;
    letter-spacing: 0.5px;
    font-weight: 600;
	}	
.tesi-box{
	float:left;
	width:100%;
	margin-top:50px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.testi-col{
	width:32%;
	background:#fff;
	padding:20px 18px 25px;
	text-align:left;
	border-radius:7px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1)
	}
.t-name-dv{
	float:left;
	width:100%;
	text-align:left;
	padding:5px 0 18px 78px;
	position:relative;
	border-bottom:1px solid #b1b1b1;
	}
.t-img{
	position:absolute;
	left:0;
	top:0;
	border:1px solid #002560;
	border-radius:50%;
	}
.t-name-dv span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	letter-spacing:0.5px;
	}
.t-name-dv p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#878787;
	letter-spacing:0.5px;
	margin-top:3px;
	}
.vry-img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	}	
.t-head{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#262626;
	font-weight:600;
	margin-top:14px;
	letter-spacing:0.5px;
	}
.t-star{
	display:inline-block;
	vertical-align:middle;
	}
.t-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#262626;
	margin-top:10px;
	letter-spacing:0.3px;
	}

/*========Footer=========*/
footer{
	float:left;
	width:100%;
	background:#fff;
	padding:45px 0 40px;
	}
.ftrlogo{
	margin:0 auto 0;
	display:block;
	}	
.ftr-txt{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#323131;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.ftr-txt a{
	color:#323131;
	padding:0 10px;
	}	
.ftr-tp{ margin-top:7px;}	


/*=======Media Query========*/
.forMob,.forTab{ display:none ;}
.forDesk,.hide-mob{ display:block;}
	
@media only screen and (max-width:1187px){
.container{ width:1004px;}

ul.bnr-list li{ padding:0 22px;}

.chk-left-side{ width: 70%;}
}	


@media only screen and (max-width:1021px){
.container{ width:750px;}

.chk-logo{ margin-top: 11px; width: 165px;}
.chk-step img{ width:320px;}

.bnrHdng{ font-size: 40px; line-height: 40px; margin-top: 6px;}
ul.bnr-list li{ padding:0 15px; font-size:17px; line-height:21px;}
.bnr-prod1{ width: 186px; top: -18px;}
.bnr-prod2{ width: 240px;top: 10px;}

.chk-left-side{width: 90%;}

}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 10px;}
.forMob{ display:block;}
.forDesk{ display:none;}
.hide-mob{ display:none;}

/*.caption{ padding-top:9px;}
.caption-txt{
	transform: translateX(100%);
	-webkit-transform: translateX(100%);
	animation: move 15s linear infinite;
	-webkit-animation: move 15s linear infinite;
	font-size:16px;
	line-height:18px;
	}*/

@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}

.header{ padding:8px 0;}
.chk-logo{ width:165px; margin-top:7px;}
.chk-step{ float:left; width:calc(100% + 20px); margin-left:-10px; text-align:center; margin-top:20px; padding-top:10px; border-top:1px solid #f1e1df;}
.chk-step p{ font-size:18px; line-height:18px;}
.chk-step p span{ padding:0 7px;}
.chk-step img{width:340px;}
.custmr-suprt{ padding:0 0 0 35px; font-size:13px; line-height:18px; margin-top:0;}
.custmr-suprt span {font-size: 15px;}
.custmr-suprt img{ width:26px; top:6px;}

.chk-bnr-sec{ padding:15px 0 50px;}
.banner-mob{ max-width:100%; margin:0 auto;}
.bnr-prod2,.bnr-prod1{ display:none;}
.sub-hdng-bnr{font-size: 24px;}
.bnrHdng {font-size: 32px;line-height: 32px; margin-top:4px;}
ul.bnr-list{ width:62%; padding:18px 0 0 15px;}
ul.bnr-list li{ float:left; width:100%; text-align:left; padding:0 0 0 25px; margin-bottom:14px;font-size: 17px;}
ul.bnr-list li img{ position:absolute; left:0; top:2px; width:18px;}
ul.bnr-list li:after{ display:none;}
.bnr-mob{ display: inline-block; vertical-align: middle; width: 118px; margin-top: 5px;}

.rvw-txt{ font-size: 16px;line-height: 16px; margin:7px 0 15px;}
.rvw-txt img{ width:90px; margin: -10px 5px 0 0;}

.dctr-Name-m{display:inline-block;vertical-align:middle; font-size:16px; line-height:24px; color:#000;font-family: 'Calibre'; 
padding:18px 0 10px 80px; text-align:left; margin-top:10px; position:relative;}
.dctr-Name-m img{ position:absolute; left:0; top:0; width:70px;}
.dctr-Name-m span{ font-size:20px; color:#d1655b; font-weight:bold;}

.sectionOne{ padding-bottom:35px;}
.chk-top-hdng{ padding:10px 15px;}
.hdng-txt1{ font-size:24px; line-height:26px;}
.hdng-txt2{ font-size:18px; line-height:20px;}
.left-arw,.rgt-arw,.hdng-txt2 img{ display:none;}

.selectBox{ padding:5px 0;}
.buyOpt-row{ padding:20px 10px 18px; display: flex; flex-wrap: wrap; align-items: center;}
.packageOpt{padding-left: 85px;}
.packageOpt input[type=radio] + span{ left:0; width: 18px; height: 18px;}
.packageOpt input[type=radio]:checked + span:after{ width: 10px; height: 10px;}
.pkg-prod{ height:52px; left:20px; margin-top: -26px;}
.pkg-nm{ font-size: 14px; line-height: 16px; padding: 3px 12px;}
.pkg-item{ font-size:18px; line-height:18px;}
.save-txt{ font-size:20px; line-height:22px;}
.pkp-prc-p1{ font-size:17px; line-height:19px;}
.pkp-prc-p2{ font-size:17px; line-height:21px; margin-top:5px;}
.pkp-prc-p2 span{ font-size:24px;}

.chk-Box{ margin-top:30px;}
.chk-left-side{ width:100%;}
.stepCount{padding: 14px 10px 14px 60px; line-height:18px;}
.stepCount img{ width:40px; left:10px; top:15px;}
.stepCount p{font-size:26px;}
.stepCount span{font-size:16px;}

.from-box{padding:15px;}
.frm-elements.half{width:100%;}
.half-3{ width:48%;}
.hlf-3-r{ margin-left:0;}
.frm-elements.rgt-m{ float:right;}
.ful-m{ width:100%;}
.field-all{ font-size:18px;}
.pay-flds .frm-elements.half{width: calc(50% - 7px);}
.packageBtn{ height: 65px; font-size: 32px; line-height: 59px;}
.frm-pymnt{ margin-top:20px;}
.prod-img{ width:65px; height:65px; line-height:60px;}
.ord-lft{ width:70%;}
.ord-title{ font-size:18px; line-height:18px;}
.ord-rgt-p1{ font-size:16px; line-height:16px;}

.chk-rgt-side{ width:100%;}
.grnty-seal{ padding:10px; margin-top:80px;}
.grnty-seal img{ margin: -90px auto 0; width: 118px;}
.grnty-seal-inr{ border-radius: 15px; padding: 0 15px 20px; margin-top: 40px;}
.grnty-seal-inr:before{ width: 176px; height: 36px; margin-left: -88px; background-size: 80%;}
.grnty-seal span{ width: 90%; font-size: 24px; line-height: 24px; padding: 3px; letter-spacing:1px;}
.grnty-seal p{ font-size: 18px; line-height: 23px; letter-spacing: 0.3px;}

.sectionTwo{ padding:25px 0 35px;}
.common-head{ font-size:32px; line-height:34px;}
.tesi-box{ margin-top:5px;}
.testi-col{ width:100%; margin-top:25px;}

footer{ padding:25px 0;}
.ftrlogo{ width:165px;}
.ftr-txt{ font-size: 18px; line-height: 20px; letter-spacing: 0.3px; margin-top: 16px;}
.ftr-txt a{ padding:0 3px;}
.ftr-tp{ margin-top:7px;}
}

/*=================================*/
.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);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}

.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
0% {transform:translateX(0px)}
50% {transform: translateX(15px);}
100% {transform: translateX(0px);}
}
.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes taddaR {
0% {transform:translateX(0px)}
50% {transform: translateX(-15px);}
100% {transform: translateX(0px);}
}


/*CSS FOR MODAL*/
#app_common_modal,
#error_handler_overlay{position:fixed;top:0;left:0;padding:0;margin:0;width:100%;height:100%;z-index:2147483647;background:#333;background:rgba(255, 255, 255, .8);display:none;overflow-x:hidden;-webkit-overflow-scrolling:touch}
#app_common_modal .app_modal_body,
#error_handler_overlay .error_handler_body{max-width:600px;-webkit-background-clip:padding-box;font-family:Verdana, Geneva, sans-serif;box-sizing:border-box;outline:0}
#error_handler_overlay .error_handler_body{margin:100px auto;width:95%;padding:20px;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box}
#app_common_modal_close,
#error_handler_overlay_close{position:absolute;right:-10px;top:-10px;color:#FFF;background-color:#333;border:2px solid #FFF;border-radius:50%;width:30px;height:30px;text-align:center;cursor:pointer;text-decoration:none;font-weight:700;line-height:26px;padding:0;margin:0}
#app_common_modal .app_modal_body{margin:100px auto;min-width:inherit;width:95%;min-height:400px;padding:2.5%;background-color:#fff;background-clip:padding-box;border:1px solid #999;border:1px solid rgba(0, 0, 0, .2);border-radius:0;-webkit-box-shadow:0 3px 9px rgba(0, 0, 0, .5);box-shadow:0 3px 9px rgba(0, 0, 0, .5);font-size:14px;line-height:1.42857143;color:#333;position:relative;-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box}
#app_common_modal .app_modal_body iframe{min-height:400px;width:100%;border:1px solid #d5d6ef}
.exitpop-content{position:fixed;height:400px;width:708px;margin:-200px 0 0 -354px;top:50%;left:50%;text-align:left;padding:0;border:none;z-index:2147483647}
.exitpopup-overlay{background:rgba(0, 0, 0, .6);height:100%;left:0;position:fixed;top:0;width:100%;z-index:2147483647;display:none}
.exitpop-content img{display:block;margin:0 auto;position:relative;text-align:center;max-width:100%;height:auto}
.exitpop-discountbar{background-color:red;border-bottom:4px dashed #fff;color:#fff;font-family:Arial, Helvetica, sans-serif;font-size:15px;font-weight:700;height:50px;line-height:50px;position:fixed;text-align:center;top:0;width:100%;z-index:9999;display:none}
.app-load-spinner{display:none;position:fixed;top:0;bottom:0;left:0;right:0;width:100px;height:100px;margin:auto;background-color:#333;border-radius:100%}
#loading-indicator::after,
#loading-indicator::before{box-sizing:border-box;left:50%;position:absolute;top:50%}
.all-card-types li{float:left;margin-right:20px}
#loading-indicator{background-color:rgba(0, 0, 0, .5);bottom:0;box-sizing:border-box;font-size:1px;height:100%;left:0;margin:0!important;padding:0!important;position:fixed;right:0;top:0;width:100%;z-index:2147483646}
#loading-indicator::before{background:url(../images/loading.gif) center center no-repeat rgba(0, 0, 0, 0);content:"";height:70px;margin-left:-35px;margin-top:-70px;width:70px;z-index:2}
#loading-indicator::after{background:#fff;border-radius:5px;color:#000;content:"Processing, one moment please... ";font-family:arial;font-size:17px;height:110px;line-height:98px;margin-left:-150px;margin-top:-75px;padding-top:35px;text-align:center;width:300px;z-index:1}

@-webkit-keyframes scaleout{
0%{-webkit-transform:scale(0)}
100%{-webkit-transform:scale(1);opacity:0}
}

@keyframes scaleout{
0%{transform:scale(0);-webkit-transform:scale(0)}
100%{transform:scale(1);-webkit-transform:scale(1);opacity:0}
}


@media screen and (max-device-width:767px) and (orientation:landscape){#app_common_modal .app_modal_body, #error_handler_overlay .error_handler_body{margin:20px auto;}
#app_common_modal .app_modal_body iframe{min-height:360px;}
}


@media(max-device-width:767px){#app_common_modal .app_modal_body{margin:2% auto}}