@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: 'Fakt Pro';
}
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%;
}
select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
.in-pg-head{
	float: left;
    width: 100%;
    background: #fff;
	border-bottom: 1px solid #e9edec;
}
.grn-bar{
	float: left;
    width: 100%;
	background:#028c48;
	padding:5px 0;
	color: #ffffff;
    font-size: 16px;
    line-height: 20px;
}
.grn-bar b{
	font-weight:bold;
	color:#ffd800;
}
.top-fix-bar {
    float: left;
    width: 100%;
    position: fixed;
    z-index: 9;
    top: 0;
    border-bottom: 1px solid #e9edec;
}
.top-bar {
    float: left;
    width: 100%;
    background: #fff;
}

.logo {
	float: left;
	max-width: 100%;
}
.chk-seal{
	float:right;
	max-width:210px;
	width:100%;
	padding:5px 0;
}

.counter-right{
	display:inline-block;
	width:230px;
}
.counter-right p{
	display:inline-block;
	color:#ff0000;
	font-size: 13px;
	line-height:24px;
	text-transform:uppercase;
	font-weight:500;
	margin-top: 1px;
}
#clockdiv{
	float:left;
	width:100%;
	}
#clockdiv > div{
	display:inline-block;
	width:22.5%;
}
#clockdiv p{
	display:inline-block;
	width:4%;
	color:#000;
	font-size:18px;
}
#clockdiv div > span{
	display:inline-block;
	width: 100%;
	border-radius: 3px;
	background: #000;
	padding: 3px 0 3px 0px;
	text-align: center;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 2px;
}
.smalltext{
	padding-top: 0px;
	font-size: 11px;
	line-height:18px;
	text-transform:uppercase;
	float:left;
	width:100%;
	text-align:center;
}
/*-----------------------
CSS FOR SECTION
-------------------------*/
.chk-bg{
	float:left;
	width:100%;
	background:url(../images/chk-bg.jpg) center top no-repeat;
	padding:30px 0;
	background-size:cover;
}
.chk-inr{
	margin:0 auto;
	width:83.76%;
}
.chk-box{
	float:left;
	width:100%;
	border:1px solid #c2c2c2;
	border-radius:8px;
	box-shadow:1px 1px 10px 1px #dfe2e4;
	overflow:hidden;
	background:#f3f3f3;
	margin:10px 0;
}
.chk-box:hover, .chk-box.selected{background:#e1efe8;}
.chk-box:hover .chk-box-rgt, .chk-box.selected .chk-box-rgt{border-left:1px solid #fff;}
.chk-box:hover .chk-box-top, .chk-box.selected .chk-box-top{background:#028c48;}
.chk-box:hover .fr-sh, .chk-box.selected .fr-sh{background:#0da359;}

.chk-box-top{
	background:#494949;
	float:left;
	width:100%;
	padding:5px 15px;
}
.chk-hdg{
	font-size:25px;
	line-height:29px;
	text-transform:uppercase;
	font-weight:500;
	color:#fff;
	float:left;
	margin-top:6px;
}
.chk-hdg span{
	font-weight:900;
	color:#ffd800;
}
.fr-sh{
	float:right;
	background:#626262;
	width:212px;
	border-radius:20px;
	padding:5px 0 0;
}
.fr-sh img{margin-top:3px;}
.chk-box-lft{
	float:left;
	width:50%;
	margin-top:15px;
}
.chk-box-rgt{
	width:45%;
	float:right;
	border-left:1px solid #d2d2d2;
	text-align:left;
	padding:25px 40px 30px 40px;
	margin-top:5px;
}
.rad-btn1{
	float:left;
	width:100%;
	color:#2e2e2e;
	font-size:17px;
	line-height:22px;
	margin-bottom:20px !important;
}
.rad-btn1 span{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	float:right;
	width:150px;
}
.rad-btn2{
	font-weight:700;
}
.chk-prc{
	width: 200px;
	text-align: left;
}
.rad-btn2 span{
	font-size:20px;
}
.rad-btn2 small{font-size:15px; font-weight:400;}
.month-sel{
	display:inline-block;
	border:1px solid #c2c2c2;
	padding:10px 10px 10px 0;
	width:100%;
}
.chk-box-rgt label{
	position:relative;
	float:left;
	padding-left:35px;
	margin-bottom:10px;
	width:100%;
}
.chk-box-rgt input[type="radio"]{
	-webkit-appearance:none;
	position:absolute;
	opacity:0;
}

.chk-box-rgt input[type="radio"] + p{
	position:absolute;
	left:10px;
	top:3px;
	background:url(../images/unsel-rad.png) left top no-repeat;
	height:16px;
	width:16px;
}
/* .rad-btn2 input[type="radio"] + p{top:8px;} */
.chk-box-rgt input[type="radio"]:checked + p{
	background:url(../images/sel-rad.png) left top no-repeat;
	height:16px;
	width:16px;
}

.sel-txt{
	font-size:16px;
	line-height:20px;
	color:#2e2e2e;
	margin:5px 10px 0 0;
	padding-left:35px;
	float:left;
}
.sel-opt{
	padding:8px 12px;
	background:url(../images/sel-btn.png) 95% center no-repeat #fff;
	width:120px;
}
.chk-btn{
	margin-top:25px;
	float:left;
}
/*-------------------------
CSS FOR FOOTER
--------------------------*/
footer {
    float: left;
    width: 100%;
    padding: 30px 0 50px;
	background:#fff;
}
.f-p1, .f-p2 {
    float: left;
    width: 100%;
    color: #5b5b5b;
    font-size: 16px;
    line-height: 24px;
	font-weight:300;
	margin-top:28px;
}
.f-p1 a{
	color: #5b5b5b;
	padding:0 2px;
	text-transform:uppercase;
}
.f-p2 {
    font-size: 14px;
	margin-top:5px;
}
.f-p2 a{
	color: #0d45d5;
	padding:0 2px;
	text-decoration:underline;
}
/*-================================================================================================================
CSS FOR CHECKOUT PAGE
===================================================================================================================-*/
.chk-pg-box{
	display:inline-block;
	width:90%;
	box-shadow: 1px 1px 10px 1px #dfe2e4;
	border: 1px solid #c2c2c2;
	border-radius: 8px;
	background:#fff;
	padding:15px;
}
.chk-form-lft{
	float:left;
	width:55%;
}
.chk-form-rit{
	float:right;
	width:42%;
}
.frm-red-bx{
	float:left;
	width:100%;
	background:#ff0000;
	border-radius:8px;
	padding:10px 10px 6px;
	color: #fff;
    font-size: 22px;
    line-height: 22px;
	font-weight:600;
	margin-bottom:12px;
	letter-spacing:-0.5px;
}
.frm-red-bx span{
	font-size:30px;
	font-weight:bold;
	vertical-align:middle;
}
.frm-red-bx img{
	vertical-align:middle;
	margin:-5px 3px 0;
}
.form-block{
	float:left;
	width:100%;
	border:1px solid #ededed;
	border-radius:5px;
	padding:0 5px;
}
.bill-stp{
	float:left;
	width:100%;
	padding:10px 10px 6px;
	color: #494949;
    font-size: 22px;
    line-height: 30px;
	font-weight:500;
	text-align:left;
	padding:12px 18px;
	border-bottom:1px solid #494949;
}
.bill-stp span{
	color:#0c8c49;
	font-weight:bold;
}
.form-box{
	float:left;
	width:100%;
	padding:25px 20px 10px;
}
.frm-inp-box{
	float:left;
	width:100%;
	border: 1px solid #c5c2be;
    -webkit-appearance: none;
    outline: none;
    color: #575757;
	background:#f3f3f3;
    font-size: 17px;
	line-height:16px;
	padding:0 10px;
	font-family:Arial, Helvetica, sans-serif;
	height:50px;
	margin-bottom:10px;
}
select.frm-inp-box{
    background: #f3f3f3 url(../images/sel-arw.png) 98% center no-repeat;
}
.chk-pos{
	float:left;
	width:100%;
	position:relative;
}
.form-chk {
    float:left;
	width:100%;
    color: #242424;
    font-size: 18px;
    line-height: 20px;
    position: relative;
    padding-left: 33px;
	text-align:left;
	font-weight:500;
}
.chk-bx {
    opacity: 0;
    position: absolute;
    left: 5px;
    top: 5px;
}
.chk-labl{
	cursor: pointer;
    float: left;
    width: 100%;
	position:relative;
}
.chk-bx + .chk-labl:before {
    content: '';
    background: #fff;
    border: 1px solid #cccccc;
    position:absolute;
	left:0;
	top:-2px;
    vertical-align: middle;
    width: 17px;
    height: 17px;
    padding: 2px;
    text-align: center;
	border-radius:3px;
}
.chk-bx:checked + .chk-labl:before {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    background: #5cb85c url(../images/chk-tik.png) no-repeat 2px 2px;
	background-size:17px auto;
	border: 1px solid #5cb85c;
}
.cards{
	float:left;
	max-width:100%;
	margin:20px 0 20px 33px;
}
.tog-box, .tog-box-3{
	float:left;
	width:100%;
	margin-top:10px;
}
.tog-box-3{
	display:none;
}
.half {
    width: 48%;
}
.cvvcard{
	float:right;
	width:48%;
	color: #242424;
    font-size: 16px;
    line-height: 20px;
	text-decoration:underline;
	text-align:left;
	margin:15px 0 0;
}
.or-img{
	margin:18px 0;
	max-width:100%;
	display:inline-block;
}
.card-img-2{
	float:left;
	max-width:100%;
}
.invoice-p{
	float:left;
	width:100%;
	color: #575757;
    font-size: 14px;
    line-height: 20px;
	padding:5px 0 10px 33px;
	text-align:left;
}
.com-chk-btn {
    max-width: 100%;
    margin: 20px 0 5px;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.price-box{
	float:left;
	width:100%;
	background:#f1f1f1;
	padding:15px;
}
.odr-hdg {
	float:left;
	width:100%;
    text-align: left;
    font-size: 23px;
    line-height: 25px;
    color: #494949;
	font-weight:600;
	padding:0 8px 15px;
}
.chk-prd-details {
    float: left;
    width: 100%;
    color: #494949;
    font-size:18px;
    line-height: 22px;
    text-align: left;
}
.prd-nm {
    float: left;
	width: 100%;
	padding:0 8px;
}
.sb{
	font-weight:600;
}
table.prd-det {
    float: left;
    width: 100%;
    text-align: left;
    margin: 10px 0;
	border-top: 1px solid #d9d9d9;
	border-bottom: 1px solid #d9d9d9;
	padding:10px 8px;
}
table.prd-det tr {
    width: 100%;
}
table.prd-det tr td:first-child {
    float: left;
    width: 70%;
}
table.prd-det tr td:last-child {
    float: right;
    width: 25%;
	text-align:right;
}
table.prd-det tr td {
    margin: 6px 0;
}
.copn-box {
    float: left;
    width: 90%;
    background: #fff;
    height: 30px;
    border: 1px solid #acacac;
    position: relative;
    padding: 0 60px 0 0px;
}
.coupn-inp {
    float: left;
    height: 100%;
    width: 100%;
    border: none;
    outline: none;
    background: #fff;
    color: #333333;
    font-size: 14px;
    line-height: 14px;
    padding: 0 10px;
    font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
}
.apply-btn{
    position: absolute;
    right: 0px;
    top: 0px;
    border: none;
    -webkit-appearance: none;
    background: #2dcc70;
    color: #fff;
    font-size: 15px;
    line-height: 15px;
    font-weight: 600;
    height: 100%;
    width: auto;
    text-align: center;
    cursor: pointer;
    outline: none;
	text-transform:uppercase;
}
.tot-prc {
    font-size: 18px;
    line-height: 24px;
    color: #494949;
    font-weight: bold;
    float: left;
    width: 100%;
	padding:0 10px;
	text-transform:uppercase;
}
.grn-seal-box{
	float:left;
	width:100%;
	background:#028c48;
	padding:25px 15px 25px;
	margin:20px 0 30px;
}
.frm-seal{
	display:inline-block;
	max-width:100%;
	margin-bottom:5px;
}
.seal-p1{
	float:left;
	width:100%;
    font-size: 30px;
    line-height: 37px;
    color: #fff;
	font-weight:bold;
	padding-bottom:10px;
	border-bottom:1px solid #05ad5a;
	text-transform:uppercase;
	margin-bottom:10px;
}
.seal-p2{
	float:left;
	width:100%;
    font-size: 18px;
    line-height: 26px;
    color: #fff;
}
.chk-clnt{
	float:left;
	width:100%;
    font-size: 27px;
    line-height: 24px;
    color: #494949;
	font-weight:bold;
	padding-bottom:5px;
}
.s6-box {
    float: left;
    width: 100%;
    border: 1px solid #dbe5cf;
    border-radius: 5px;
    padding: 15px;
    text-align: left;
    background: #fff;
	margin:15px 0 0;
}
.coat {
    display: inline-block;
    max-width: 100%;
}
.s4-p1 {
    float: left;
    width: 100%;
    color: #2f2f2f;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 1px;
    font-family: 'Fakt Pro Blond';
	margin: 8px 0 20px;
}
.s6-p1 {
    float: left;
    width: 100%;
    color: #454e4a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    position: relative;
    padding: 29px 0 13px 65px;
    border-top: 1px solid #dfdfdf;
}
.face-1 {
    position: absolute;
    left: 0;
    top: 18px;
}
.s6-p1 span {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 15px;
    color: #8d8d8d;
    font-family: 'Fakt Pro Blond';
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}