@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: 'Red Hat Display';
	font-weight: 400;
	}
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;}
img {border: none; height:auto}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%; height:auto;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.forMob,.forTab{ display:none ;}
.fl{ float:left;}
.fr{ float:right;}
/*-----------------------
	MAIN CSS font
------------------------*/
@font-face {
    font-family: 'Red Hat Display';
    src: local('Red Hat Display Bold'), local('RedHatDisplay-Bold'),
        url('RedHatDisplay-Bold.woff2') format('woff2'),
        url('RedHatDisplay-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Red Hat Display';
    src: local('Red Hat Display Medium'), local('RedHatDisplay-Medium'),
        url('RedHatDisplay-Medium.woff2') format('woff2'),
        url('RedHatDisplay-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: local('Red Hat Display Regular'), local('RedHatDisplay-Regular'),
        url('RedHatDisplay-Regular.woff2') format('woff2'),
        url('RedHatDisplay-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Red Hat Display';
    src: local('Red Hat Display SemiBold'), local('RedHatDisplay-SemiBold'),
        url('RedHatDisplay-SemiBold.woff2') format('woff2'),
        url('RedHatDisplay-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

.ovrfl{overflow:hidden;}	
/*==================================*/	
.top{
	float:left;
	width:100%;
	padding:8px 0;
	}
.top p{
	display:inline-block;
	vertical-align:middle;
	text-align:center;
	color:#000000;
	font-size:16px;
	line-height:18px;
	letter-spacing:0.5px;
	}
.top p span{ font-weight:700;}	
		
a.headerBtn{
	display:inline-block;
	vertical-align:middle;
	background:#00a88e;
    color:#fff;
    font-size:14px;
    text-align:center;
    width:120px;
    height:36px;
    line-height:36px;
	border-radius:6px;
	margin:0 0 0 10px;
	font-weight:700;
	letter-spacing: 0.7px;
	}
a.headerBtn img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
	max-width:100%;
	}	
.header{
	float:left;
	width:100%;
	background:#1b272d;
	height:85px;
	padding:9px 0;
	
	}			
.logo{
	float:left;
	margin-top:6px;
	}
.tel-rgt{
	float:right;
	position:relative;
	padding:0 0 0 40px;
	margin:13px 0 0 0;
	text-align:left;
	color:#fff;
	font-size:15px;
	line-height:22px;
	letter-spacing:0.5px;
	}
.tel-rgt span{
	display:block;
	font-weight:700;
	font-size:17px;
	}		
.tel-rgt img{
	position:absolute;
	top:6px;
	left:0;
	width:32px;
	}
	
/*================checkout==================*/	
.ck-sec{
	float:left;
	width:100%;
	background:#f9fcf1;
	padding:60px 0;
	}
.ck-lft{
	float:left;
	width:63.24%;
	text-align:left;
	}	
.ck-lft-hding{
	font-size:54px;
	line-height:60px;
	color:#1b272d;
	font-weight:700;
	}
.ck-mid{
	float:left;
	width:100%;
	margin-top:10px;
	}
.ck-bx1{
	float:left;
	width:100%;
	border:2px solid #a6a6a6;
	background:#fff;
	margin-top:15px;
	border-radius:6px;
	overflow:hidden;
	}
.ck-bx1.active{
	border:2px solid #00a88e;
	}		
.ck-bx1-hding{
	text-align:left;
	padding:20px 43px 20px 25px;
	font-size:24px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:500;
	color:#1b272d;
	cursor:pointer;
	position:relative;
	background:url(../images/close-btn.png) no-repeat right 20px center;
	}
.ck-bx1.active .ck-bx1-hding{
	font-weight:700;
	background:url(../images/open-btn.png) no-repeat right 20px center;
	}	

.chk-bx-content{
	float:left;
	width:100%;
	text-align:left;
	display:none;
	padding:0 25px 25px 25px;
	}
.ck-bx1.active .chk-bx-content{
	display:block;
	}
.ck-bx1-txt{
	font-size:19px;
	line-height:27px;
	letter-spacing:0.5px;
	color:#1b272d;
	}	
.frm-flds{
	float:left;
	width:70%;
	position:relative;
	margin:10px 0;
	}	
.input-flds{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #000;
	background:#fff;
	height:52px;
	padding:10px 10px 10px 15px;
	color: #000;
	box-sizing:border-box;
	font-size:17px;
	letter-spacing:0.5px;
	font-family: 'Red Hat Display';
	}
.ck-bnr-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:430px;
	width:100%;
	margin-top:30px;
	}	
a.chk-btn,.chk-btn {
	display:inline-block;
	vertical-align:middle;
    width: 100%;
    background: #00a88e;
    height: 70px;
    font-size: 24px;
    line-height: 70px;
    color: #fff;
    text-align: center;
    -webkit-appearance: none;
    border-radius: 8px;
	letter-spacing:0.5px;
    font-family: 'Red Hat Display';
    font-weight: 700;
	cursor:pointer;
	border:none;
	outline:none;
	}
a.chk-btn img,.chk-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 12px;
	max-width:100%;
	}
.nxt-btn{ margin-top:10px !important; max-width:330px;}		
ul.ck-list{
	float:left;
	width:100%;
	margin:10px 0 0 0;
	}
ul.ck-list li{
	float: left;
    width: 48%;
    background: url(../images/grn-tk.png) left 7px no-repeat;
    font-size: 18px;
    line-height: 22px;
	letter-spacing:0.5px;
	font-weight: 400;
    color: #000000;
    margin: 12px 0 0 0;
    padding: 0 0 0 25px;
	}
ul.ck-list li:nth-child(even){ float:right;}
.ck-bx-btn{
	display:block;
	vertical-align:top;
	width:430px;
	max-width:100%;
	text-align:center;
	margin:30px auto 0;
	}	
.ck-prc {
    font-size: 22px;
    line-height: 22px;
	letter-spacing:0.5px;
    color: #000000;
	font-weight:700;
	margin-bottom:15px;
	}
.ck-prc span{
	font-size:18px;
	color:#000000;
	margin:0 15px 0 0;
	position:relative;
	font-weight: 500;
	}	
.ck-prc span:after {
    position: absolute;
    left: -5px;
    top: 45%;
    right: -5px;
    border-bottom: 1px solid #F00;
    transform: rotate(-14deg);
    content: "";
	}
.secure-txt{
	font-size:15px;
	line-height:20px;
	color:#4d4d4d;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.secure-txt a{
	color:#4d4d4d;
	text-decoration:underline;
	}	
.cards{
	font-size:17px;
	line-height:22px;
	color:#000000;
	margin-top:10px;
	}
.cards img{
	display: inline-block;
    vertical-align: middle;
    margin: -4px 0 0 10px;
	}	
.payment{
	float:left;
	width:100%;
	margin-top:10px;
	text-align:center;
	}	
.frm-flds2{
	float:left;
	width:100%;
	position:relative;
	margin:7px 0;
	}
.frm-flds2.fl{float:left;}
.frm-flds2.fr{float:right;}
.frm-flds2.half-fld{width:49%;}
.frm-flds2.month{width:32%;}
.frm-flds2.year-flds{ margin-left:2%;}
.frm-flds2.cvv-flds{width:32%;}

.input-flds2, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #707070;
	height:55px;
	padding:10px 10px 10px 15px;
	color: #000;
	box-sizing:border-box;
	font-size:17px;
	letter-spacing:0.3px;
	font-family: 'Red Hat Display';
	font-weight:normal;
	-webkit-appearance:none;
	}
.selcet-fld{
	background:url(../images/select.png) no-repeat right 10px center #fff;
	padding-right:20px;
	}	
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	}
.secure-txt2 {
    font-size: 15px;
    line-height: 20px;
	letter-spacing:0.5px;
    color: #4d4d4d;
    margin-top: 10px;
	}
.secure-txt2 img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px 6px 0 0;
	}	

/*=======================*/
.ck-rgt{
	float:right;
	width:32.82%;
	margin:143px 0 0 0;
	}
.sumy-bx{
	background:#fff;
	border-radius:12px;
	float:left;
	width:100%;
	padding:20px 15px;
	box-shadow: 0 2px 5px 3px rgb(0 0 0 / 0.1);
    -webkit-box-shadow: 0 2px 5px 3px rgb(0 0 0 / 0.1);
	text-align:left;
	}	
.sumy-hding{
	font-size:25px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	}
.smy-prc1{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	}
.smy-prc1-lft{
	float:left;
	width:40%;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.5px;
	color:#000000;
	text-align:left;
	}
.smy-prc1-rgt{
	float:right;
	width:53%;
	font-size:14px;
	line-height:18px;
	color:#787878;
	text-align:right;
	}
.year-prc{
	display:block;
	font-size:16px;
	line-height:20px;
	font-weight: 500;
	color:#000000;
	margin-bottom:5px;
	}
.smy-prc2{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin:15px 0 0 0;
	padding:0 0 15px 35%;
	}
.smy-prc-row{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	text-align:right;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:500;
	text-align:left;
	}

.smy-prc2-rgt{
	float:right;
	width:53%;
	text-align:right;
	}
.smy-prc3{
	float:left;
	width:100%;
	border-bottom:1px solid #dbdbdb;
	margin:15px 0 0 0;
	padding:0 0 15px 0;
	}					
.coupon-text{
	float:right;
	font-size:16px;
	line-height:24px;
	color:#5e5e5e;
	font-weight:500;
	text-align:right;
	}
.coupon-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 10px 0 0;
	cursor:pointer;
	}
.smy-prc4{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	padding:0 0 0 10%;
	}
.tot-prc-row{
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	font-size:20px;
	line-height:26px;
	letter-spacing:0.5px;
	color:#000000;
	font-weight:500;
	text-align:right;
	}
	
ul.ck-list1{
	float:left;
	width:100%;
	margin:25px 0 0 0;
	}
ul.ck-list1 li{
	float:left;
	width:33.33%;
	text-align:center;
	padding:0 10px;
	}
ul.ck-list1 li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:70px;
	}
ul.ck-list1 li p{
	font-size:14px;
	line-height:18px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:10px;
	}					
											
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	}
.frt-top{
	float:left;
	width:100%;
	padding:50px 0;
	background:#f9f8f9;
	}	
.ftr-logo{
	margin:0 auto 20px;
	display:block;
	}	
.ftr-txt1, .ftr-txt3{
	float:left;
    font-size: 16px;
    line-height:23px;
    color: #231f20;
	letter-spacing:0.5px;
	margin-top:10px;
	}	
.ftr-txt3{ float:right;}	
.footer .ftr-txt3 a{
    padding: 0 5px;
    color: #000;
	}	
.ftr-txt2{
    font-size: 14px;
    line-height:24px;
    color: #231f20;
	margin-top:20px;
	letter-spacing:0.5px;
	}	
ul.ftr-list{
	display:inline-block;
	vertical-align:middle;
	margin:15px 0 0 0;
	}
ul.ftr-list li{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:20px;
	letter-spacing: 0.5px;
	font-weight:600;
	padding:0 0 0 30px;
	margin:0 0 0 0;
	position:relative;
	}
ul.ftr-list li:last-child{ margin-left:30px;}	
ul.ftr-list li img{
	position:absolute;
	top:0;
	left:0;
	}	
.frt-bottom{
	float:left;
	width:100%;
	padding:25px 0;
	background:#fff;
	}
				
/*=================*/
.fl{ float:left;}
.fr{ float:right;}
.forTab, .forMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.white{ color:#fff;}
/*------Pulse------*/	

/*---------Media Querry---------*/

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

.ck-lft-hding {font-size: 46px;line-height: 58px;}
ul.ck-list1 li p {font-size: 12px; line-height: 16px;}
ul.ck-list li {font-size: 16px;}

}

@media only screen and (max-width:1021px){
.container{ width:750px;}
.forDesk{ display:none;}
.forTab{ display:block;}
.top p { font-size: 13px;}

.ck-sec {padding: 50px 0;}
.ck-lft{ width:100%;}
.ck-lft-hding {font-size: 42px;line-height: 52px;}
.ck-rgt{ width:100%; margin-top:30px;}


}

@media only screen and (max-width:767px){
.container{ width:100%; max-width:600px; padding:0 15px;}

.forMob{ display:block;}
.hide-mob{ display:none !important;}


.header{ height:55px;padding: 5px 0;}
.logo {width: 120px; margin:3px 0 0 0;}
.tel-rgt { padding: 0 0 0 30px; font-size: 11px; line-height: 16px;margin:6px 0 0 0;}
.tel-rgt span {font-size: 12px;}
.tel-rgt img { top: 3px; width: 25px;}

.ck-sec{ padding:20px 0 30px;}
.ck-mid{ margin:0;}
.ck-lft-hding { font-size: 23px; line-height: 30px;}
.ck-bx1-hding{padding: 15px 38px 15px 15px;  font-size: 19px; line-height: 24px; background-size:15px;}
.ck-bx1.active .ck-bx1-hding{background-size:15px;}
.chk-bx-content{ padding:0 15px 20px 15px;}
.ck-bx1-txt { font-size: 16px; line-height: 22px;}
.frm-flds{ width:100%;}
.ck-bnr-bx{ margin-top:20px;}
a.chk-btn, .chk-btn,.nxt-btn{ max-width:100%;}
a.chk-btn, .chk-btn{height: 65px;font-size: 23px;line-height: 65px;}
ul.ck-list li{ width:100%;margin: 8px 0 0 0;}
.cards{ font-size:15px; letter-spacing:0.3px;}
.cards img{ width:120px;}
.frm-flds2{ margin:5px 0;}
.frm-flds2.half-fld{ width:100%;}
.secure-txt{ font-size:14px;}
.input-flds2, .selcet-fld{ height:50px;font-size: 16px;padding: 10px 10px 10px 10px;}
.selcet-fld{ padding-right:20px;}
.secure-txt2{ font-size:13px;}
.secure-txt2 img{ width:10px;}
.lock-bg, .help-icon{width: 13px;}

.sumy-hding{ font-size:21px;}
.smy-prc1-lft{ width:45%;}

.frt-top { padding: 25px 0;}
.ftr-logo{ width: 140px;margin: 0 auto 10px;}
ul.ftr-list{ margin:0;}
ul.ftr-list li,ul.ftr-list li:last-child{margin: 5px 15px;font-size: 15px;}
.ftr-txt2 { font-size: 14px; line-height: 22px; margin-top: 15px;}
.frt-bottom{ padding:15px 0 20px;}
.ftr-txt1, .ftr-txt3{ width:100%; font-size:14px;line-height: 22px;}

}	


@media only screen and (max-width:364px){
.top p {font-size: 12px;}	

}


/*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}}