@charset "utf-8";
/*====CSS Document====*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	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;}
img {border: none; max-width: 100%; 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;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
FONTS
------------------------*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}

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

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

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

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

/*-----------------------
MAIN CSS START
------------------------*/

.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
/*===Header====*/
.header{
	float:left;
	width:100%;
	background:#000000;
	padding:20px 0;
	position:relative;
	}
.logo{
	float:left;
	width:210px;
	}
.header_text{
	display:inline-block;
	vertical-align:middle;
	color:#ffffff;
	font-size:17px;
	line-height:25px;
	letter-spacing:0.3px;
	background:#000000;
	border:1px solid #4e4e4e;
	border-radius:50px;
	padding:2px 25px 4px;
	margin:10px auto 0;
	}
.header_text span{
	display:inline-block;
	width:52px;
	font-weight:bold;
	}
.header_text img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 4px 0 0;
	width:13px;
	}		
.guarantee_safe_image{
	float:right;
	width:207px;
	margin-top:5px;
	}	
	
/*======Section-1======*/
.section1{
	float:left;
	width:100%;
	background:#ffffff;
	padding:17px 0 65px;
	}
	
/*====Package-Section====*/
.package_row{
	float:left;
	width:100%;
	margin-top:35px;
	}
.package{
	float:left;
	width:31%;
	border:2px solid #000000;
	border-radius:12px;
	padding:20px 10px 25px;
	margin:0 1.16%;
	position:relative;
	}
.best-value-tag{
	position:absolute;
	top:-11px;
	left:-16px;
	}
.most-popular-tag{
	position:absolute;
	top:-11px;
	left:-16px;
	}
.pakge_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:46px;
	line-height:52px;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.pkgge_benefit_strip{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:24px;
	background:#fdee4c;
	padding:7px 2px 6px;
	margin-top:15px;
	}
.pkgge_benefit_strip span{
	font-weight:bold;
	padding:0 8px;
	}
.pakge_prod_box{
	display:inline-block;
	vertical-align:middle;
	position:relative;
	margin:20px 0 0;
	}
.pakge_prod{
	display:block;
	margin:0 auto;
	}
.pakge_seal{
	position:absolute;
	right:-5px;
	top:18px;
	background:url(../images/off-seal.webp) no-repeat center center;
	width:65px;
	height:65px;
	background-size:100%;
	color:#ffffff;
	font-size:16px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding:16px 0 0;
	}
.pakge1 .pakge_seal{
	top:47px;
    right:22px;
	}
.pakge2 .pakge_seal{
    right:12px;
    top:32px;
	}
.pakge_price_box{
	float:left;
	width:100%;
	padding:18px 0 0;
	}
.cut_price{
	float:left;
	width:100%;
	color:#5b5b5b;
	font-size:16px;
	line-height:24px;
	font-weight:500;
	position:relative;
	}
.cut_price span{position:relative;}
.cut_price span:after{
	position:absolute;
	content:"";
	left:-2px;
	right:-2px;
	top:48%;
	transform:rotate(-9deg);
	border-top:3px solid #ff1800;
	}
.pkg_price{
	float:left;
	width:100%;
	display: flex;
	justify-content: center;
	align-items:baseline;
	margin-top:15px;
	}
.recent_price{
	color:#000000;
	font-size:54px;
	line-height:50px;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.per_btl{
	color:#000000;
	font-size:18px;
	line-height:28px;
	letter-spacing:0.3px;
	text-align:left;
	}
.pakge_pay_text{
	float:left;
	width:100%;
	font-size:13px;
	line-height:18px;
	color:#000;
	text-decoration:underline;
	margin-top:10px;
	letter-spacing:0.3px;
	font-weight:300;
	}
.pakge_pay_text img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 0 5px;
	height:32px;
	}
.free_ship{
	float:left;
	width:100%;
	color:#000000;
	font-size:16px;
	line-height:22px;
	font-weight:600;
	margin-top:15px;
	}
.free_ship img{
    display:inline-block;
    vertical-align: middle;
    margin:-5px 7px 0 0;
	width:23px;
	}
a.pakge_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:94%;
	height:64px;
	color:#ffffff;
	font-size:22px;
	line-height:64px;
	font-weight:bold;
	background:#db2e12;
	border:1px solid #000000;
	text-transform:uppercase;
	margin-top:22px;
	}
a.pakge_btn img{
	display:inline-block;
	vertical-align:middle;
	width:32px;
	margin:-4px 0 0 10px;
	}
.pakge_pay_card{
	display:inline-block;
	vertical-align:middle;
	margin:15px auto 0;
	width:162px;
	}
		
/*====Check-Out-Strip====*/
.checkout_strip{
	float:left;
	width:100%;
	background:#f8f8f8;
	padding:25px 0;
	}	
.checkout_strip_heading{
	display:inline-block;
	vertical-align:middle;
	width:60%;
	color:#000000;
	font-size:19px;
	line-height:24px;
	font-weight:500;
	position:relative;
	}	
.checkout_strip_heading:before{
    content:'';
	position:absolute;
	top:50%;
    transform:translateY(-50%);
    left:0;
    right:0;
    border-top:1px solid #dbdbdb;
	}	
.checkout_strip_heading span{
	position:relative;
	background:#f8f8f8;
	padding:0 10px;
	}	
.checkout_strip_image{
	display:block;
	margin:10px auto 0;	
	}	
	
/*======Section-2======*/
.section2{
	float:left;
	width:100%;
	background:#ffffff;
	padding:65px 0;
	}	
.checkout_section{
	float:left;
	width:100%;
	}
.checkout_left{
	float:left;
	width:49%;
	}
.chk_ship_sec{
	float:left;
	width:100%;
	}
.chk_heading_box{
	float:left;
	width:100%;
	padding-bottom:10px;
	border-bottom:1px solid #d7d7d7;
	text-align:left;
	position:relative;
	margin-bottom:18px;
	}
.chk_heading_box p{
	float:left;
	width:100%;
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	text-transform:capitalize;
	}
.chk_heading_box span{
	float:left;
	width:100%;
	margin-top:5px;
	font-size:15px;
	line-height:23px;
	color:#000;
	font-weight:normal;
	letter-spacing:0.5px;
	}
.note_strip{
	float:left;
	width:100%;
	padding:10px 15px 10px 15px;
	text-align:left;
	background:#fff9e8;
	border:1px dashed #d0a635;
	border-radius:6px;
	margin-bottom:10px;
	}
.note_strip p {
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	letter-spacing:0.3px;
	padding-left:30px;
	position:relative;
	font-weight:600;
	}
.note_strip p:after{
	position:absolute;
	content:"";
	left:3px;
	top:50%;
	width:10px;
	height:10px;
	border-radius:50%;
	background:#419b0a;
	margin-top:-6px;
	animation:fade 0.5s ease-in-out infinite;
	box-shadow:0 0 6px 2px rgba(65,155,10,0.3);
	-webkit-box-shadow:0 0 6px 2px rgba(65,155,10,0.3);
	border:1px solid #fff;
	}
@keyframes fade{
	0%{opacity:100%;}
	50%{opacity:30%;}
	100%{opacity:100%;}
	70%{opacity:30%;}
	}
.frm-flds{
	float:left;
	width:100%;
	position:relative;
	margin:5px 0 10px;
	}
.frm-flds.fl{float:left;}
.frm-flds.fr{float:right;}
.frm-flds.half-fld{width:49%;}
.frm-flds.drop-fld, .frm-flds.city-fld{width:34%; margin-right:1%;}
.frm-flds.zip-fld{width:30%;}
.frm-flds.exp-flds{width:60%;}
.frm-flds.cvv-flds{width:38%;}

.frm-flds label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position:absolute;
    top:7px;
    left:15px;
    font-size:12px;
    font-weight: 400;
    line-height: 1;
    color: #bbb;
    border-radius-top-left: 3px;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	font-family:'Inter';
	}
.frm-flds .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}
.input-flds, .selcet-fld{
	float:left;
	width:100%;
	outline:none;
	border:1px solid #c4c4c4;
	height:52px;
	padding:12px 15px 12px;
	border-radius: 5px;
	color: #000;
	font-weight:normal;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	box-sizing:border-box;
	font-size:16px;
	-webkit-appearance:none;
	font-family:'Inter';
	}
select.input-flds {
    background: url(../images/select.webp) right 15px center no-repeat #fff;
	}
.input-flds::placeholder, .selcet-fld::placeholder{ color:#000000;}	
.frm-flds .fl-is-active .input-flds{	
	padding-top: 1em;
    padding-bottom: 0.35714em;
	}
.input-flds:focus{
	border:1px solid #31a42c;
	/*box-shadow:0 0 0 1px #31a42c;*/
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}
.frm-flds .fl-is-active .selcet-fld {
    padding-top: 1em;
    padding-bottom: 0.3571428571em;
	}
.payment-field{
	float:left;
	width:100%;
	}
.payment-field.hlf{width: 49%;}
.payment-field.fr{ float:right;}

.date_strip{
	float:left;
	width:100%;
	margin-top:10px;
	padding:0 0 0 85px;
	position:relative;
	font-size:16px;
	line-height:24px;
	color:#000;
	text-align:left;
	letter-spacing:0.5px;
	}
.date_strip span{
	font-weight:700;
	}
.date_strip img{
	position:absolute;
	left:0;
	top:3px;
	}
.check_pay_sec{
	float:left;
	width:100%;
	margin-top:55px;
	}
.label-checkbox{
	float:left;
	text-align:left;
	cursor:pointer;
	margin:25px 0 15px;
	color:#000;
	font-size:16px;
	}
.all-checkbox{
	display:inline-block;
	vertical-align:middle;
	margin-top:-5px;
	-webkit-appearance:none;
	width:22px;
	height:22px;
	border:1px solid #6b6b6b;
	border-radius:3px;
	outline:none;
	position:relative;
	margin-right:8px;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.all-checkbox:checked{
	background:#fff;
	border:1px solid #6b6b6b;
	}
.all-checkbox:after{
	content:'';
	position:absolute;
	width:18px;
	height:18px;
	background:url(../images/blk_tik.svg) no-repeat center center;
	background-size:85%;
	left:1px;
	top:1px;
	opacity:0;
	z-index:1;
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(0.2);
	transform: scale(0.2);
	}
.all-checkbox:checked:after{	
	-webkit-transition: all 0.2s ease-in-out 0.1s;
	transition: all 0.2s ease-in-out 0.1s;
	-webkit-transform: scale(1);
	transform: scale(1);
	opacity:1;
	}
.label-checkbox2{
	float:left;
	text-align:left;
	cursor:pointer;
	margin:25px 0 15px;
	color:#000;
	font-size:16px;
	}
.label-checkbox2 a{ text-decoration:underline;}
.card_details{
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	width:100%;
	margin-top:20px;
	}	
.card_details p{
	color:#000000;
	font-size:15px;
	line-height:21px;
	letter-spacing:0.3px;
	}
.card_image{
	float:right;
	}
.payoptbox{
	float: left;
    width: 100%;
	position:relative;
	margin-top:10px;
	}
.payment-cards-box{
	float: left;
    width: 100%;
	padding:15px 0;
	}
.payment-cards-box p{
	float:left;
	font-weight: 500;
    color: #000000;
	font-size:17px;
	}
.payment-cards-box img{
	float:left;
	margin:-5px 0 0 25px;
	height:34px;
	}
.payment-cards-box small{
	float:right;
	margin:5px 0 0 5px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
	}
.lock-bg, .help-icon{
	color: #919191;
	width:17px;
	position:absolute;
	right:15px;
	top:0px;
	cursor:pointer;
	}
.lock-bg{top:50%; width:16px; margin-top:-8px; right:13px;}
.form_steps_wrap{
	float:left;
	width:100%;
	}
.protection-row{
	float:left;
	width:100%;
	margin-top:25px;
	border:2.5px dashed #000;
	border-radius:10px;
	position:relative;
	}
.protection-row input[type=checkbox]{
	position:absolute;
	left:0;
	opacity:0;
	}
.protection-row input[type=checkbox] + span{
	float:left;
	position:relative;
	cursor:pointer;
	width:22px;
	height:22px;
	border-radius:3px;
	border:1px solid #a5a5a5;
	background:#fff;
	margin-top:1px;
	-webkit-appearance:none;
	-webkit-box-shadow: 0 0 0 0 #000000 inset;
	box-shadow: 0 0 0 0 #000000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	}
.protection-row input[type=checkbox]:checked + span{
	background:#000;
	border:1px solid #000;
	}
.protection-row input[type=checkbox]:checked + span:after{
	content:'';
	position:absolute;
	width:17px;
	height:17px;
	background:url(../images/tik-white.svg) no-repeat center center;
	left:1px;
	top:1px;
	}
.offer-top{
	float: left;
	width: 100%;
	padding: 15px 20px;
	background: #ffe7b8;
	border-radius: 10px 10px 0 0;
	}
.offer-top p{
	float:left;
	text-align:left;
	width:calc(100% - 22px);
	font-size:20px;
	line-height:24px;
	color:#000000;
	letter-spacing:0.3px;
	padding-left:15px;
	font-weight:bold;
	}
.ofrbx-mdl{
	float:left;
	width:100%;
	background:#fff;
	border-radius:0 0 10px 10px;
	position:relative;
	text-align:left;
	padding:25px 180px 35px 30px;
	}		
.ofrbx-text{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
	line-height:24px;
	}	
.offr-bx-img{
	position:absolute;
	top:50%;
	right:42px;
	transform: translateY(-50%);
	width:100px;
	}	
.frm-submit{
	float:right;
	width:100%;
	color:#ffffff;
	font-size:28px;
	line-height:28px;
	font-weight:bold;
	border:1px solid #000000;
	letter-spacing:0.3px;
    font-family:'Inter';
	background:#db2e12;
	padding:21px 0 24px;
	margin-top:20px;
	cursor:pointer;
	-webkit-appearance:none;
	outline:none;
	}
.chek_gurnt_seal{
	display:inline-block;
	vertical-align:middle;
	margin:25px auto 0;
	}
	
/*====checkout_right====*/
.checkout_right{
	float:right;
	width:43%;
	}
.order_sumrybox{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	border:1px solid #e0e0e0;
	padding:0 20px;
	}		
.sumry-hdng{
	font-size:20px;
	line-height:26px;
	color:#000;
	text-align:left;
	font-weight:500;
	padding:15px 0;
	cursor: pointer;
	}
.sumry-hdng.active {
    background: url(../images/summary_arw_act.png) no-repeat right center;
	}
.order_sumry_details{
	float:left;
	width:100%;
	border-top:1px solid #d7d7d7;
	padding:15px 0 20px;
	}
.prod-box{
    float: left;
    width: 100%;
    margin: 10px 0 10px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.ord-lft{
    width: 75%;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.prod-img{
    width: 80px;
    height: 80px;
	background:#f1f1f1;
    position: relative;
	border-radius:4px;
    border: 1px solid #d7d7d7;
    padding: 9px;
	}
.prod-img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width:60px;
	}
.prod-img p{
    position: absolute;
    top: -7px;
    right: -10px;
    width: 20px;
    height: 20px;
    background: #000;
    border-radius: 50%;
    text-align: center;
    font-size: 13px;
    line-height: 21px;
    color: #fff;
    font-weight: 600;
	}
.odr-rgt{
    width: calc(100% - 80px);
    padding-left: 20px;
	text-align:left;
	}
.ord-title{
	text-align:left;
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}
.ord-supply{
	text-align:left;
	font-size:15px;
	line-height:22px;
	color:#000;
	}
.otp-text{
	font-size:15px;
	font-weight:normal;
	color:#000;
	margin-top:10px;
	}
.ord-desc{
	color: #717171;
	font-size:13px;
	}
.ord-right{
	width:22%;
	}
.ord-right p{
    float: right;
    color: #000;
    font-size: 17px;
    line-height: 25px;
    text-align: right;
	font-weight:600;
	}
.ord-right p span{
	font-size:15px;
	line-height:15px;
	color:#545454;
	font-weight:normal;
	position:relative;
	}
.ord-right p span:before{
    content: "";
    position: absolute;
    left: -4px;
    top: 44%;
    border-bottom: 1px solid #fb0e0e;
    right: -4px;
    transform: rotate(-8deg);	
	}	
.devider-cp{
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#d7d7d7;
	}
.summry_list{
	float:left;
	width:100%;
	padding:0 0 0 100px;
	}
.save_odr{
	background:#62c313;
	border-radius:5px;
	padding:8px 10px 4px;
	margin:10px 0;
	}
.cart-table{
	width:100%;
	color: #000;
	font-size:16px;
	line-height:30px;
	letter-spacing:0.3px;
	}
.cart-table .total-txt{
	font-size:18px;
	line-height:28px;
	color:#000;
	font-weight:500;
	}	
.green{color:#17ba31;}	


.guarantee_box{
	float:left;
	width:100%;
	border:1px solid #000;
	border-radius:10px;
	margin-top:40px;
	overflow:hidden;
	}
.guarantee_box_top{
	float:left;
	width:100%;
	background:#000000;
	padding:25px 30px;
	}
.guarantee_box_heading{
	color:#ffffff;
	font-size:28px;
	line-height:28px;
	font-weight:800;
	}
.guarantee_box_bottom{
	float:left;
	width:100%;
	text-align:left;
	background:#ffffff;
	padding:25px 30px 30px 155px;
	position:relative;
	}
.guarantee_seal{
	position:absolute;
	top:30px;
	left:18px;
	}
.guarantee_box_paragraph{
	color:#000000;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.guarantee_box_paragraph.margin-top-0{margin-top:0;}

ul.brand_trust_list{
	float:left;
	width:100%;
	margin-top:13px;
	}
ul.brand_trust_list li{
	float:left;
	width:100%;
	margin-top:22px;
	border-bottom:1px solid #d7d7d7;
	padding:0 0 22px 100px;
	position:relative;
	text-align:left;
	}
ul.brand_trust_list li:last-child{ border:none; padding-bottom:0;}
ul.brand_trust_list li img{
	position:absolute;
	left:0;
	top:0;
	width:80px;
	}
ul.brand_trust_list li span{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:600;
	}
ul.brand_trust_list li p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:normal;
	letter-spacing:0.3px;
	margin-top:8px;
	}	
	
/*======Section-3======*/
.section3{
	float:left;
	width:100%;
	background:#f8f8f8;
	padding:65px 0;
	}
.section3_heading{
	color:#000000;
	font-size:40px;
	line-height:46px;
	font-weight:bold;
	}	
.testimonial_row{
	display:inline-block;
	vertical-align:middle;
	max-width:840px;
	width:100%;
	margin-top:10px;
	}
.testimonial_box{
	float:left;
	width:100%;
	text-align:left;
	border:1px solid #c4c4c4;
	border-radius:10px;
	background:#ffffff;
	padding:30px 35px 30px 25px;
	margin-top:25px;
	}
.testimonial_box_heading{
	color:#000000;
	font-size:20px;
	line-height:22px;
	font-weight:bold;
	}
.testimonial_star{
	display:block;
	width:91px;
	margin-top:13px;
	}
.testimonial_box_paragraph{
	color:#000000;
	font-size:17px;
	line-height:25px;
	margin-top:10px;
	}
.testimonial_user_box{
	float:left;
	width:100%;
	padding-left:65px;
	margin-top:30px;
	position:relative;
	}
.testimonial_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:52px;
	border-radius:50%;
	}
.testimonial_user_name{
	color:#00b334;
	font-size:12px;
	line-height:24px;
	}
.testimonial_user_name span{
	color:#000000;
	font-size:18px;
	font-weight:bold;
	}
.testimonial_verify_tick{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 6px 0 0;
	width:12px;
	}
	
/*=======Footer======*/
.footer{
	float:left;
	width:100%;
	background:#111111;
	padding:50px 0 40px;
	}
.footer_logo{
	display:block;
	margin:0 auto 20px;
	width:185px;
	}
.footer_text{
	color:#ffffff;
	font-size:16px;
	line-height:20px;
	margin:10px 0;
	
	}
.footer_text a{color:#fff;}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

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

.pkgge_benefit_strip{font-size:14px; line-height:22px;}
.pkgge_benefit_strip span{ padding:0 5px;}
.pakge_heading{font-size:30px; line-height:36px;}


}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.header{padding:13px 0;}
.logo{width:165px;}
.header_text{font-size:15px; line-height:23px; padding:2px 20px; margin:4px auto 0;}
.guarantee_safe_image{width:150px; margin-top:5px;}

.section1{padding:15px 0 45px;}
.package_row{margin-top:30px;}
.package{padding:15px 10px 20px;}
.best-value-tag{left:-14px; width:90px;}
.most-popular-tag{left:-14px; width:90px;}
.pkgge_benefit_strip{font-size:10px; line-height:17px; margin-top:10px;  padding:5px 0 2px;}
.pkgge_benefit_strip span{padding:0 4px;}
.pakge_prod{width:auto; height:133px;}
.pakge_seal{width:50px; height:50px; font-size:13px; line-height:15px; padding:10px 0 0;}
a.pakge_btn{max-width:98%; font-size:18px; height:55px; line-height:55px; border-radius:7px;}
a.pakge_btn img{width:26px; margin:1px 0 0 4px;}
.pakge_btn_text{font-size:13px; line-height:17px;}
.pakge_price_box{padding:15px 0 0;}
.cut_price{font-size:15px; line-height:23px;}
.per_btl{font-size:16px; line-height:24px;}
.recent_price{font-size:45px; line-height:40px;}
.free_ship{font-size:14px; line-height:22px; margin-top:10px;}
.pakge_pay_card{width:155px;}

.checkout_strip_image{width:540px;}

.section2{padding:45px 0;}
.checkout_left{ width:100%;}
.checkout_right{ width:100%;}
.order_sumrybox{ margin-bottom:40px;}
.summry_tog{ display:none;}
.sumry-hdng-m{
	background: url(../images/summary_arw.webp) no-repeat right center;
	}
.sumry-hdng-m.active {
    background: url(../images/summary_arw_act.webp) no-repeat right center;
	}
	
.offer-top{padding:12px 15px 11px;}
.protection-row input[type=checkbox] + span{ width: 20px; height: 20px;}
.protection-row input[type=checkbox]:checked + span:after{ width: 16px; height: 16px;}
.offer-top p{ font-size: 16px; line-height: 22px; padding-left: 10px; width:calc(100% - 20px);}
.ofrbx-mdl{ padding:20px 165px 20px 15px;}
.offr-bx-img{ width:70px;}

.section3{padding:45px 0;}
.section3_heading{font-size:34px; line-height:42px;}
.testimonial_box{margin-top:15px;}

.footer{padding:40px 0;}
}

@media only screen and (max-width:767px){
.container{max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.header{padding:10px 0;}
.logo{width:150px;}
.guarantee_safe_image{width:125px; margin-top:6px;}

.section1{padding:20px 0 30px;}
.header_text{margin-top:0; padding:8px 10px 9px; border-radius:7px; border:none; font-size:15px; background:#ffe7b8; color:#000000; width:100%;}
.header_text img { margin: -4px 4px 0 0;}
#stopwatch2{width:47px; display:inline-block;}
.package_text{ display:none; margin-top:15px;}

.package_row{display:flex;flex-wrap:wrap;justify-content:space-between; margin-top:0;}
.package, .package.pakge2{ margin:20px 0 0; width:100%; padding:10px 15px 15px;}
.pkgge_benefit_strip{ font-size:14px; line-height:20px; padding:5px 10px; margin-top:5px;}
.pkgge_benefit_strip span{ padding:0 6px;}
.mobile_pkg_box{float:left; width:100%; display:flex; flex-wrap:wrap; align-items:center; justify-content:center; padding:5px 0;}
.pakge_prod_box{width:67%; margin:10px 0 0;}
.pakge_seal{right:40px; top:0; padding:9px 0 0; font-size:11px; line-height:12px; width:42px; height:42px;}
.pakge1 .pakge_seal{top:60px; right:30px;}
.pakge2 .pakge_seal{right:40px; top:10px;}
.pakge_price_box{width:33%; padding:0;}
.cut_price{font-size:14px; line-height:22px;}
.pkg_price{margin-top:10px;}
.per_btl{font-size:14px; line-height:22px;}
.pakge_pay_card{margin:10px auto 0;}
.cut_price span:after{ border-top-width:1px;}
.pakge_prod{ height:135px;}

.checkout_strip{padding:20px 0;}
.checkout_strip_heading{width:100%; font-size:16px; line-height:24px;}

.section2{padding:25px 0 30px;}
.order_sumrybox{ padding:0 15px;margin-bottom: 25px;}
.prod-img{ width: 75px; height: 75px;}	
.odr-rgt{ width: calc(100% - 75px); padding-left: 16px;}
.sumry-hdng{padding:12px 20px 13px 0;font-size:18px;line-height:22px;}
.cart-table{ font-size:14px;}

.check_pay_sec{ margin-top:35px;}
.chk_heading_box p{ font-size:25px; line-height:25px;}
.chk_heading_box span{ font-size:14px;}
.note_strip p{ font-size:14px; line-height:18px;}

.frm-flds.half-fld{ width:100%;}
.label-checkbox{ font-size:13px;}
.date_strip{padding: 0 0 0 75px;font-size: 14px;line-height:22px;letter-spacing:0;	}
.date_strip img{width: 65px;}
.payment-flds-box .frm-flds.half-fld{ width:48.5%;}

.guarantee_box_top{ position:relative; text-align:left;padding:10px; display:flex;align-items:center;justify-content:space-between;}
.guarantee_seal{ position:static; width:75px; float:left;}
.guarantee_box_heading{ font-size:23px; line-height:28px; width:calc(100% - 90px); float:right;}
.guarantee_box_bottom{ width:100%; padding:20px;}

.chk_right_head{ font-size:17px; line-height:25px;}
ul.chk_right_list li img{ width:45px;}
ul.chk_right_list li p{ font-size:15px; line-height:20px;}
ul.brand_trust_list li{ padding:0 0 20px 75px;margin-top:20px;}
ul.brand_trust_list li img{ width:65px;}
ul.brand_trust_list li span{ font-size:17px; line-height:26px;}
ul.brand_trust_list li p{ margin-top:5px; font-size:15px; line-height:20px;}

.ofrbx-mdl{padding:15px 85px 15px 15px;}
.ofrbx-text{font-size:15px; line-height:23px;}
.offr-bx-img{width:65px; right:10px;}

.frm-submit{ padding:18px 0 20px;}

.section3{padding:25px 0 30px;}
.testimonial_row{margin-top:5px;}
.section3_heading{font-size:26px; line-height:32px;}
.testimonial_box{padding:20px 20px; margin-top:10px;}
.testimonial_box_heading{font-size:18px; line-height:24px;}
.testimonial_user_box{padding-left:60px; margin-top:25px;}
.testimonial_image{width:50px;}
.testimonial_user_name{line-height:22px;}
.testimonial_user_name span{font-size:17px;}
.testimonial_box_paragraph{ font-size:16px; line-height:24px;}

.footer{padding:30px 0;}
.footer_logo{width:165px;}
.footer_text{font-size:14px; line-height:20px;}

}

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