@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: 'Open Sans';
	font-weight:400;
	letter-spacing:0.5px;
	}
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%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*====Fonts====*/
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Regular.woff2') format('woff2'),
	url('OpenSans-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Medium.woff2') format('woff2'),
	url('OpenSans-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-SemiBold.woff2') format('woff2'),
	url('OpenSans-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Bold.woff2') format('woff2'),
	url('OpenSans-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-Italic.woff2') format('woff2'),
	url('OpenSans-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}
@font-face {
	font-family: 'Open Sans';
	src: url('OpenSans-ExtraBold.woff2') format('woff2'),
	url('OpenSans-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Oswald';
	src: url('Oswald-SemiBold.woff2') format('woff2'),
	url('Oswald-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Oswald';
    src: url('Oswald-Regular.woff2') format('woff2'),
        url('Oswald-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}



/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:50px;
	}
.top_strip{
	float:left;
	width:100%;
	background:#dcff8e;
	padding:11px 0;
	margin-top:-50px;
	top:50px;
	position:relative;
	height:50px;
	}
.fixed-nav .top_strip{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}
.top_strip_text{
	float:left;
	width:100%;
	font-size:19px;
	line-height:27px;
	color:#000000;
	text-transform:uppercase;
	}
.top_strip_text span{font-weight:bold;}	
.top_strip_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 10px 0 0;
	width:30px;
	}
/*====Header====*/
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:85px;
	box-shadow:0 2px 2px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 2px 2px 1px rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	margin-top:24px;
	}
.header_bar{
	display:inline-block;
	vertical-align:middle;
	margin:24px auto 0;
	max-width:100%;
	}
.header-contact{
	float:right;
	margin-top:30px;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.header-contact a{
	color:#196aef;
	text-decoration:underline;
	}
/*====checkout_section====*/
.checkout_section{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.checkout_sec_inner{
	float:left;
	width:100%;
	padding:0 15px;
	}
.checkout_sec_left{
	float:left;
	width:57.5%;
	}
.timer_strip{
	float:left;
	width:100%;
	background:#fcecb5;
	text-align:center;
	padding:15px 30px;
	border-radius:6px;
	}
.timer_strip p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:normal;
	text-transform:uppercase;
	}
.timer_strip p span{ font-weight:bold;}
.red{ color:#fe0000;}
.timer_ico{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 2px 0 0;
	}
.packageOuter_box{
	float:left;
    width:100%;
    background:#fff;
	box-shadow:1px 2px 4px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 2px 4px 1px rgba(0,0,0,0.2);
    position:relative;
    margin: 20px 0 0 0;
    cursor:pointer;
    border-radius:8px;
	overflow:hidden;
	}
.pakge_header{
	float:left;
	width:100%;
    padding:15px 20px;
	background:#858585 url(../images/d-arw.png) no-repeat right 15px center;
	}
.packageOuter_box.active{ background:#f0f8ff;}
.packageOuter_box.active .pakge_header{
	background:rgba(22,54,110,1);
	background:linear-gradient(90deg, rgba(22,54,110,1) 0%, rgba(25,93,148,1) 64%, rgba(22,58,114,1) 100%);
	}
.packageOuter_box.active .package-content-top{ border:none;}
.pakge_titel{
	float:left;
	font-size:20px;
	line-height:27px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
.seller_text{
	float:left;
	margin:0 0 0 15px;
	padding:5px 13px;
	border-radius:3px;
	font-size:14px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#fff;
	font-weight:600;
	background:#e67a00;
	font-family: 'Oswald';
	text-shadow:0 0 3px rgba(0,0,0,0.3);
	opacity:0;
	visibility:hidden;
	}
.packageOuter_box.active .seller_text{
	opacity:1;
	visibility:visible;
	}
.popular-text{
	background:#2a88d6;
	}
.save_text{
	background:#58d058;
	}

.ship_text{
	float:right;
	font-size:14px;
	line-height:20px;
	color:#fff;
	font-weight:600;
	margin-top:5px;
	opacity:0;
	visibility:hidden;
	}
.ship_img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 7px 0 0;
	width:22px;
	}
.packageOuter_box.active .ship_text{
	opacity:1;
	visibility:visible;
	}
.pakge_content_box{
	float:left;
	width:100%;
	padding:10px 5px;
	display:none;
	}
.packageOuter_box.active .pakge_content_box{ display:block;}
.package-content-top{
	float:left;
	width:100%;
	padding:0 20px 12px 20px;
	border-bottom: 1px solid #ddd;
	display: -webkit-flex;
    display: flex;
	flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
	}
.pakge_prod_box{
	float:left;
	width:70%;
	display: flex;
	display: -webkit-flex;
    align-items: center;
    justify-content: flex-start;
	}
.pakge_check{
    float: left;
    width:28px;
    height:28px;
	background:#ffffff;
	border:2px solid #3c3c3c;
    border-radius: 4px;
    text-align: center;
	position:relative;
	}
.packageOuter_box.active .pakge_check{border:none;background:#2a88d6;}
.pakge_check img {
	position: absolute;
    left:3px;
    top:4px;
    width: 22px;
	}
.pakge_prod{
	float:left;
	width:calc(100% - 30px);
	padding:0 20px;
	}
.pakge_bundle{
	display:block;
	max-width:100%;
	}
.pakge_price_box{
	float:right;
	width:30%;
	}
.retail_price{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#323232;
	}
.retail_price span{ position:relative;}
.retail_price span:after{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top: 48%;
	border-top:1px solid #ff0000;
	transform:rotate(-11deg);
	-webkit-transform:rotate(-11deg);
	}
.live_price{
	float:left;
	width:100%;
	font-size:52px;
	line-height:45px;
	color:#1e3065;
	font-weight:bold;
	}
.live_price sub{
	display: inline-block;
    vertical-align: middle;
	font-size:13px;
	line-height:13px;
	color:#000;
	font-weight:normal;
	text-align:left;
	padding-left:3px;
	}
.per-month{
	display:inline-block;
	vertical-align: baseline;
	font-size:15px;
	line-height:100%;
	font-weight:normal;
	}
.pakge_save_text{
	float:left;
	width:100%;
	font-size:15px;
	line-height:20px;
	color:#ff0000;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:5px;
	}
.pkg_total_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	color:#5b5a5a;
	margin-top:5px;
	}
.pakge_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:140px;
	background:#a3a3a3;
	height:35px;
	font-size:15px;
	line-height:34px;
	margin-top:10px;
	color:#fff;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:0.5px;
	border-radius:6px;
	}
.packageOuter_box.active .pakge_btn{ background:#219801;}
.free-Ebook-strip{
	float:left;
	width:100%;
	background:#195a91;
	border-radius:5px;
	padding:3px 10px 5px;
	text-align:center;
	display:none;
	opacity:0;
	}
.free-Ebook-strip p{
	font-size:16px;
	line-height:28px;
	color:#ffffff;
	text-transform:uppercase;
	letter-spacing:2px;
	font-family: 'Oswald';
	font-weight:normal;
	}
.free-Ebook-strip p img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 0;
	width:auto;
	height:24px;
	}
.packageOuter_box.active .free-Ebook-strip{
	display:block;
	opacity:1;
	}
ul.pkg-point-list{
	float:left;
	width:100%;
	padding:0 20px;
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: space-between;
	margin-top:10px;
	}
ul.pkg-point-list li{
	font-size:13px;
	line-height:18px;
	font-weight:600;
	color:#000;
	padding-left:20px;
	background:url(../images/check.png) no-repeat left 3px;
	background-size:13px;
	text-align:left;
	}

.subscribe-pkg .pakge_prod_box{
	width:65%;
	}
.subscribe-pkg .pakge_price_box{
	width:35%;
	}

/*summry*/
.summryOuter{
	float:left;
	width:100%;
	margin-top:25px;
	border:1px solid #ddd;
	border-radius:7px;
	padding:0 15px 15px;
	}
.smrhding{
	float:left;
	width:100%;
	padding:13px 10px;
	text-align:left;
	font-size:19px;
	line-height:25px;
	color:#000;
	border-bottom:1px solid #ddd;
	}
.summryInner{
	float:left;
	width:100%;
	margin-top:15px;
	padding:0 10px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.summryBottles{
	float:left;
	width:42%;
	text-align:center;
	}
.summryBottles img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
	}
.summary-right{
	float:right;
	width:55%;
	}
.prod-name-row{
	float: left;
    width: 100%;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
.ord-lft {
	text-align:left;
	}
.ord-title{
	color:#252525;
	font-size:18px;
	line-height:24px;
	font-weight:bold;
	}
.ord-title span{
	font-size:16px;
	font-weight:normal;
	}
.ord-right{
	float:right;
	text-align:right;
	}
.prod-cut-prc{
	font-size:16px;
	line-height:21px;
	color:#252525;
	}
.prod-cut-prc span{
	position:relative;
	}
.prod-cut-prc span:after{
	position:absolute;
	left:-5px;
	top:48%;
	right:-5px;
	border-bottom:1px solid #F00;
	transform:rotate(-8deg);
	content:"";
	}
.prod-orginal-prc{
	font-size:20px;
	line-height:26px;
	color:#252525;
	font-weight:bold;
	}
	
.apply-cuppon {
    float: left;
    width:100%;
	margin-top:10px;
	}
.apply-cuppon input{
    float: left;
    width:calc(100% - 110px);
    background: #fff;
    border: 1px solid #a4a4a4;
	font-family: 'Open Sans';
	font-weight:500;
    font-size: 15px;
    height:40px;
    color: #000;
    padding: 5px 12px;
	-webkit-appearance:none;
	outline:none;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.apply-cuppon input::placeholder{ color:#000;}	
.apply-cuppon input:focus{
	border:1px solid #195a91;
	box-shadow:0 0 0 1px #195a91;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.apply-cuppon button{
    float: right;
    width:95px;
	font-family: 'Open Sans';
    height:40px;
    line-height:36px;
    background: #152860;
    font-size: 17px;
    color: #ffffff;
	text-align:center;
	border:none;
	outline:none;
	cursor:pointer;
	}
.samry-prc-box{
	float:left;
	width:100%;
	margin-top:10px;
	}
.cart-table{
	color: #252525;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    padding:4px 5px;
	}	
.bdr{     
    padding-top: 10px;
    margin-top:5px;
	border-top:1px solid #ddd;
	}	
.total-txt{
	font-size:17px;
	font-weight:bold;
	}
ul.left-sec-list{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
	margin-top:20px;
	padding:0 15px;
	}
ul.left-sec-list li{
	width:32%;
	text-align:left;
	}
ul.left-sec-list li img{
	display:inline-block;
	vertical-align:middle;
	width:45px;
	}
ul.left-sec-list li p{
	display:inline-block;
	vertical-align:middle;
	width:calc(100% - 50px);
	font-size:14px;
	line-height:21px;
	color:#252525;
	font-weight:bold;
	padding-left:5px;
	}
.reviews_box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.reviews-hdng{
	font-size:25px;
	line-height:30px;
	color:#0c426d;
	font-weight:bold;
	text-align:left;
	}
.reviews_row{
	float:left;
	width:100%;
	margin-top:20px;
	padding:15px 20px;
	text-align:left;
	border-radius:10px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.t-hdng{
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:600;
	}
.t-para{
	font-size:16px;
	line-height:24px;
	color:#333333;
	font-weight:normal;
	margin-top:10px;
	}
.t-name{
	margin-top:15px;
	padding:3px 0 3px 60px;
	position:relative;
	}
.t-face{
	position:absolute;
	left:0;
	top:0;
	border:2px solid #7896ae;
	border-radius:50%;
	padding:2px;
	}
.t-star{
	display:block;
	margin-bottom:5px;
	}
.t-name p{
	font-size:17px;
	line-height:24px;
	color:#0c426d;
	font-weight:600;
	}
.t-name p span{
	font-size:13px;
	line-height:20px;
	color:#565656;
	}
.t-name p span img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 5px 0;
	}
.money_bk-box{
	float:left;
	display: flex;
    display: -webkit-flex;
	flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	width:100%;
	background:#f0f8ff;
	margin-top:30px;
	padding:20px;
	border-radius:10px;
	}
.money-bk-seal{
	width:120px;
	}
.money-bk-seal img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.money-bk-content{
	width:calc(100% - 120px);
	padding-left:20px;
	text-align:left;
	}
.money-bk-content h3{
	font-size:24px;
	line-height:30px;
	color:#0c426d;
	font-weight:600;
	}
.money-bk-content p{
	font-size:16px;
	line-height:25px;
	letter-spacing:0.5px;
	color:#000;
	margin-top:10px;
	}
	
/*RIGHT_SIDE*/	
.checkout_sec_right{
	float:right;
	width:38.70%;
	}
.border_box{
	float:left;
	width:100%;
	background: #fff;
    box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);
    border: 1px solid #e1e1e1;
	border-radius:5px;
	}
.secure-Dv{
	float:left;
	width:100%;
	background:#195a91;
	border-radius:5px 5px 0 0;
	padding:12px 10px;
	display: flex;
    align-items: center;
    justify-content: space-between;
	}
.secureDv-lft{
	float:left;
	text-align:left;
	padding:5px 0 5px 37px;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	text-transform:uppercase;
	position:relative;
	letter-spacing:0.3px;
	}
.secureDv-lft span{
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	}
.secureDv-lft img{
	position:absolute;
	left:0;
	top:5px;
	}
.secureDv-rgt{
	float:right;
	text-align:left;
	padding:5px 0 5px 40px;
	font-size:14px;
	line-height:18px;
	color:#ffffff;
	position:relative;
	letter-spacing:0.5px;
	}
.secureDv-rgt span{
	font-size:17px;
	font-weight:bold;
	}
.secureDv-rgt img{
	position:absolute;
	left:0;
	top:0;
	}
.frmHdng{
	float:left;
	width:100%;
	padding:15px 12px;
	text-align:left;
	font-size:19px;
	line-height:20px;
	color:#000000;
	font-weight:600;
	text-transform:uppercase;
	background:#f4f4f4;
	border-bottom:1px solid #e1e1e1;
	border-top:1px solid #e1e1e1;
	}
.frmHdng img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 6px 0 0;
	}
.frmHdng img.frm-hd-cards{ 
	float:right;
	width:100px;
	margin:4px 0 0;
	}
.frmBox_inner{
	float:left;
	width:100%;
	padding:7px 16px 20px;
	}
.input-box{
	float:left;
	width:100%;
	margin-top:10px;
	text-align:left;
	position:relative;
	}
.input-box.hlf {width: 48%;}
.input-box.fr {float: right;}
.input-box label {
    float: left;
    font-size: 15px;
    line-height:18px;
    color: #303030;
    margin-bottom: 7px;
		margin-top:10px;
    font-family: 'Open Sans';
    letter-spacing: 0.3px;
	}
.field-all{
	float: left;
	width: 100%;
	border:1px solid #c4c4c4;
	outline: none;
	height:46px;
	color: #000;
	font-size: 15px;
	padding:0 10px 0 15px;
	font-family: 'Open Sans';
	font-weight:500;
	border-radius:5px;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
::placeholder{ color:#000;}
.field-all:focus{
	border:1px solid #195a91;
	box-shadow:0 0 0 1px #195a91;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.input-box select {
	-webkit-appearance: none;
	background: url(../images/select.png) no-repeat right center;
	padding:0 20px 0 10px;
	}
.fieldToggle {
	float: left;
	color: #272727;
	font-size: 15px;
	line-height: 20px;
	text-align: left;
	margin:25px 0 10px 0;
	cursor: pointer;
	padding-left: 25px;
	position: relative;
	}
.fieldToggle input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.fieldToggle input[type=checkbox] + span {
	position: absolute;
	left: 1px;
	top:2px;
	margin-right: 5px;
	width: 16px;
	height: 16px;
	border: 1px solid #808080;
	}
.fieldToggle input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background: url(../images/tik.svg) no-repeat center center;
	background-size:12px;
	left: 1px;
	top: 1px;
	}
.paypal-btn{
	display:inline-block;
	vertical-align:middle;
	width:98%;
	background:#ffc439;
	border:2px solid #eea313;
	padding:10px 10px 7px;
	border-radius:8px;
	margin-top:15px;
	text-align:center;
	}
.paypal-btn img{
	display:inline-block;
	vertical-align:middle;
	max-width:100%;
	}
.or-line{
	float:left;
	width:100%;
	border-bottom:1px solid #ddd;
	height:1px;
	margin:40px 0 20px;
	}
.or-line span{
	display:inline-block;
	vertical-align:middle;
	margin-top:-25px;
	background:#fff;
	padding:0 15px;
	font-size:16px;
	line-height:20px;
	color:#272727;
	}
.lock-bg, .help-icon {
    color: #919191;
    width: 17px;
    position: absolute;
    right: 13px;
    bottom: 15px;
	width:16px;
    height: 16px;
	}
.cards{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#272727;
	margin-top:15px;
	text-align:left;
	}
.cards img{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 5px;
	}
/*=======BUMP-UPSELL===========*/
.offerBox{
	float:left;
	width:100%;
	border:2px dashed #ff0000;
	margin-top:25px;
	padding:10px;
	background:#fcf8e3;
	}
.ofrbx-top{
	float:left;
	width:100%;
	background:#ffee36;
	padding:10px 10px 10px 45px;
	text-align:left;
	position:relative;
	cursor:pointer;
	}
.ofrbx-top input[type=checkbox] {
	position: absolute;
	opacity: 0;
	}
.ofrbx-top input[type=checkbox] + span {
	position: absolute;
	left: 10px;
	top:10px;
	margin-right: 5px;
	width: 25px;
	height: 25px;
	background:#fff;
	border-radius:3px;
	border: 1px solid #333;
	}
.ofrbx-top input[type=checkbox]:checked + span:after {
	position: absolute;
	content: '';
	width:18px;
	height: 18px;
	background: url(../images/tik.svg) no-repeat center center;
	background-size:18px;
	left: 3px;
	top: 3px;
	}
.ofrbx-top p {
    font-size: 18px;
    line-height: 22px;
	letter-spacing:0px;
    color: #272727;
    font-weight: bold;
	}
.ofrbx-mdl{
	float:left;
	width:100%;
	padding:5px;
	margin-top:10px;
	text-align:left;
	}
.ofr-img{
	float:left;
	width:100px;
	background:#fff;
	height:125px;
	border:1px solid #ccc;
	margin:5px 15px 10px 0;
	}
.ofr-img img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.offrbx-txt1{
	font-size:15px;
	line-height:22px;
	color:#272727;
	font-weight:bold;
	text-transform:uppercase;
	text-align:left;
	}
.offrbx-txt2{
	font-size:15px;
	line-height:22px;
	color:#272727;
	text-align:left;
	margin-top:5px;
	}
.order_summary{
	float:left;
	width:100%;
	margin-top:15px;
	}
.ordr-cut{
	font-size:12px;
	line-height:12px;
	color:#ff0000;
	position:relative;
	}
.ordr-cut:after {
    position: absolute;
    left: -5px;
    top: 48%;
    right: -5px;
    border-bottom: 1px solid #F00;
    transform: rotate(-8deg);
    content: "";
	}
	
	
.complt-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    margin-top: 20px;
    text-align: center;
	}
.button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#219801;
	position:relative;
	text-align:center;
	border:none;
	cursor:pointer;
	outline:none;
	color:#fff;
	text-transform:uppercase;
	font-family: 'Open Sans';
	padding:20px 15px;
	border-radius:7px;
	-webkit-appearance:none;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
    transition: all 0.2s ease-in-out 0.1s;
    box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 3px 5px 3px rgb(0 0 0 / 20%);
	}
.button span{
	font-weight:600;
	font-size:27px;
	line-height:30px;
	}
.button span img{
    display: inline-block;
    vertical-align: middle;
    margin: -7px 5px 0 0;
    width: 15px;
	}
.button p{
	font-size:12px;
	line-height:14px;
	letter-spacing:0.3px;
	margin-top:3px;
	}
.secure-logos2{
    display: block;
    margin:30px auto 5px;
    max-width: 100%;
	}

/*--------------------------
Footer
----------------------------*/	
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #ddd;
	padding:30px 0;
	}		
.ftr-txt1{	
	font-size:15px;
	line-height:24px;
	letter-spacing:0.5px;
	margin-top:7px;
	}
.ftr-txt1 a{
	color:#000;
	padding:0 5px;
	}		





.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}


/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.checkout_sec_inner{ padding:0;}
.checkout_sec_left{ width:58%;}
.timer_strip{ padding:15px;}
.timer_strip p{ font-size:18px;}
.package-content-top{ padding:5px 10px 12px;}
.pakge_prod {padding: 0 10px;}
.summryInner{ padding:0;}
ul.left-sec-list{ padding:0;}
ul.left-sec-list li img{ width:40px;}
ul.left-sec-list li p{width: calc(100% - 45px);}

}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

.top_strip_text{ font-size:17px;}
.header_seal{ width:120px;margin-top: 20px;}
.logo{ }

.checkout_sec_inner {float: none;display: inline-block;vertical-align: top;max-width: 600px;}
.checkout_sec_left{ width:100%;}

.checkout_sec_right{ width:100%; margin-top:15px;}


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top-fix-bar { margin-bottom: 35px;}
.top_strip { padding:10px 0;margin-top: -35px;top: 35px;height: 35px;}
.top_strip_text{ font-size:13px; line-height:16px; letter-spacing:0.5px;}
.header{ height:50px;}
.logo {margin-top: 12px;}
.header_seal {width: 100px;margin-top: 8px;}
.header-contact {margin-top: 12px; font-size: 14px; line-height: 23px;}

.checkout_section{ padding:25px 0;}
.header_bar{ margin:0 auto; max-width:80%;}

.timer_strip{ padding:9px 5px 7px; margin-top:15px;}
.timer_strip p {font-size: 12px;line-height: 19px;}
.timer_ico {display: none;}


/*PACKAGE*/

.packageOuter_box{ margin:15px 0 0;}
.pakge_header{ padding:15px 14px;background-size: 16px;}
.pakge_titel{ font-size:15px; line-height:18px;}
.seller_text{padding: 2px 7px 3px;font-size: 10px;line-height: 13px;margin: 0 0 0 7px;}
.pakge_content_box{ padding:10px 0;}
.package-content-top{ padding:0 10px 13px;}
.pakge_prod_box{ width:calc(100% - 110px);}
.subscribe-pkg .pakge_prod_box{width:calc(100% - 150px);}
.pakge_price_box{ width:110px;}
.subscribe-pkg .pakge_price_box{width:150px;}
.pakge_check{width: 24px; height: 24px;}
.pakge_check img {left: 2px;top: 3px;width: 20px;}
.pakge_prod {padding: 0 5px;width: calc(100% - 24px);}
.pakge_bundle{ width:auto; height:155px;}
.retail_price {font-size: 13px;line-height: 16px;}
.live_price {font-size: 32px;line-height: 36px;}
.live_price sub{font-size: 11px; line-height: 11px;}
.per-month{ font-size:13px;}
.pakge_save_text {font-size: 12px;line-height: 14px;}
.pkg_total_text{ font-size:12px;line-height: 14px;}
.ship_text{ width:100%; color:#3b3b3b; font-size:11px; line-height:13px; font-weight:600;}
.ship_img { margin: -3px 3px 0 0;width: 14px;filter: contrast(0.10);}
.pakge_btn{ display:none;}
.free-Ebook-strip{ padding:4px 5px 5px; border-radius:0;}
.free-Ebook-strip p{font-size: 12px;line-height: 20px; letter-spacing:1px;}
.free-Ebook-strip p img { margin: -4px 5px 0 0; height: 15px;}
ul.pkg-point-list{ padding:0 5px;}
ul.pkg-point-list li {font-size: 10px;line-height: 13px;padding-left: 15px; background-size: 11px; letter-spacing:-0.3px; background-position:left 1px;}


/*SUMMARY*/
.summryOuter{ margin-top:20px; padding:0 0;}
.smrhding{padding: 12px 10px;font-size: 16px;line-height: 19px; border:none;}
.smrhding span{ float:right; margin-right:25px; font-weight:bold;}
.summryInner{  padding:10px 12px 7px;margin-top: 0; display:none;border-top: 1px solid #ddd;}
.summryBottles{ display:none;}
.summary-right{ width:100%;}
.ord-title {font-size: 14px;line-height: 21px;}
.ord-title span {font-size: 15px;}
.prod-cut-prc {font-size: 15px;line-height: 20px;}
.prod-orginal-prc {font-size: 16px;line-height: 22px;}
.cart-table { font-size: 14px;line-height: 22px;}
.total-txt {font-size: 16px;}
.apply-cuppon input{height: 38px;}
.apply-cuppon button{height: 38px;font-size: 15px;line-height: 32px;}

#summry-tog{ position:relative;}
#summry-tog:after {
    content:"";
    position: absolute;
    right:10px;
	top:50%;
	margin-top:-4px;
	width:14px;
	height:8px;
	background:url(../images/smry-d-arw.png) no-repeat center center;
	background-size:100%;
	}
#summry-tog.open:after {
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	}


/*RIGHT_SIDE*/
.secure-Dv{padding: 10px 10px;}
.secureDv-lft{padding: 5px 0 5px 28px;font-size: 12px;line-height: 16px;}
.secureDv-lft img{width: 22px;top: 7px;}
.secureDv-lft span {font-size: 16px;}
.secureDv-rgt{padding: 5px 0 5px 32px; font-size: 13px;line-height: 16px;}
.secureDv-rgt img { width: 26px;top: 3px;}
.secureDv-rgt span {font-size: 16px;}
.frmHdng{padding: 12px 12px 10px;font-size: 16px;line-height: 18px;}
.frmHdng img {margin: -5px 4px 0 0; width: 26px;}
.frmBox_inner{ padding:7px 12px 15px;}
.input-box label{ font-size:14px;}
.field-all{font-size: 14px;  padding: 0 10px 0 12px;}
.fieldToggle{font-size: 13px;line-height: 18px;margin: 15px 0 0 0;}
.fieldToggle input[type=checkbox] + span{top: 1px;}
.paypal-btn{ padding:10px 10px 7px;}
.paypal-btn img{ width:220px;}
.or-line { height: 1px;margin: 25px 0 10px;}
.cards{font-size: 15px; margin-top:15px;}
.cards img{ width:150px;}
.frmHdng img.frm-hd-cards{width: 75px;}

.offerBox{ padding:7px;}
.ofrbx-top{padding: 6px 10px 6px 35px;}
.ofrbx-top input[type=checkbox] + span{left: 8px;top: 9px;width: 20px;height: 20px;}
.ofrbx-top input[type=checkbox]:checked + span:after{width: 15px;height: 15px;background-size: 15px;left: 2px;top: 2px;}
.ofrbx-top p{font-size: 14px; line-height: 19px;}
.ofr-img{ width:80px; height:100px; margin:3px 10px 15px 0;}
.offrbx-txt1{ font-size:12px; line-height:18px;}
.offrbx-txt2 {font-size: 12px; line-height: 18px;}

.button{padding: 15px 15px;}
.button span {font-size: 19px;line-height: 24px;}
.button span img {margin: -7px 5px 0 0;width: 11px;}
.button p {font-size: 10px;line-height: 12px;}
.secure-logos2 {margin: 20px auto 5px;}

ul.left-sec-list li{ width:33.33%; text-align:center;}
ul.left-sec-list li img{ width:35px; margin-bottom:5px;}
ul.left-sec-list li p{ width:100%; padding:0; font-size:12px; line-height:17px; letter-spacing:0;}

.reviews_box{ margin-top:25px;}
.reviews-hdng{ font-size:23px; line-height:28px; text-align:center;}
.t-hdng{font-size: 17px; line-height: 22px;}
.t-para{ font-size:15px;line-height: 23px;}
.t-name p{ font-size:16px;}

.money_bk-box{justify-content: center;}
.money-bk-content{ width:100%; text-align:center; padding:0; margin-top:15px;}
.money-bk-content h3 {font-size: 20px;line-height: 26px;}
.money-bk-content p { font-size: 15px; line-height: 24px;}

.footer{ padding:20px 0;}
.ftr-txt1{ font-size:12px; line-height:16px;}
.ftr-txt1 a { padding: 0 3px;}


}


@media only screen and (max-width:364px){
.timer_strip p {font-size: 11px;}
.top_strip_text{ font-size:12px;}
.free-Ebook-strip p{font-size: 11px;}
ul.pkg-point-list li{ font-size:9px;}
.fieldToggle {font-size: 12px;}
.ofrbx-top p {font-size: 13px;}

.frmHdng {font-size: 14px;}

}




/*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}}
