@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: 'Inter';
	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%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*====Fonts====*/
@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-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-Regular.woff2') format('woff2'),
        url('Inter-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_strip====*/
.top_strip{
	float:left;
	width:100%;
	background: #131c2e;
	padding:6px 0;
	}
.strip_timer_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    align-items:center;
	column-gap:15px;
	}
.top_strip_text{
    font-size: 18px;
    line-height: 18px;
	letter-spacing:0.3px;
	color:#fff;
    font-weight: 500;
	display: -webkit-flex;
    display: flex;
	align-items:center;
	column-gap:7px;
	}
.top_strip_text img{
	width:23px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 10px 0 0;
	}
#clockdiv{
	display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 7px;
    width: 85px;
	}
#clockdiv div > span{
	text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 18px;
    font-weight: bold;
	}
#clockdiv .smalltext {
	font-size: 13px;
    line-height: 13px;
    color: #fff;
    text-align: center;
    letter-spacing: 0.3px;
	}
#clockdiv p{
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    line-height: 20px;
    text-align: center;
	}

/*====header====*/
.header{
	float:left;
	width:100%;
	box-shadow:0 3px 5px 0 rgba(0,0,0,0.1);
	padding:20px 0;
	}
.logo{
    float: left;
    width: 175px;
	}
.header_secure{
	float: right;
    text-align: left;
    font-size: 17px;
    line-height: 17px;
    color: #000;
    text-transform: uppercase;
    margin-top: 12px;
	}	
.header_secure img{
	display: inline-block;
    vertical-align: middle;
    width: 17px;
    margin: -8px 10px 0 0;
	}
	
/*====scrollStrip====*/
.scrollStrip{
	float:left;
	position: relative;
	width:100%;
	overflow:hidden;
	background:#faf0e1;
	padding:12px 0;
	}
.logoSlider{
	width:100%;
	display:-webkit-box;
    display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: nowrap;
	}
.slider_track{
	display:-webkit-box;
    display:-ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-direction: row;
    justify-content: space-around;
    flex-shrink: 0;
    gap: 1rem;
    animation: marquee 50s linear infinite;
	}
@keyframes marquee {
    0% {transform: translateX(0)}

    to {transform: translateX(calc(-100% - 16px))}
}

.slider_track li{
	display: -webkit-flex;
    display: flex;
    justify-content: space-between;
	-webkit-box-align:center;
    -ms-flex-align:center;
    align-items: center;
	margin:0 30px;
	}
.slider_track li p{
	font-size:16px;
	line-height:16px;
	font-weight:normal;
	color:#000;
	letter-spacing:0.5px;
	text-align:left;
	padding-left:9px;
	}
.slider_track li p span{
	font-weight:500;
	font-style:italic;
	}		
.slider_track li img{
	width:96px;
	}		
		
/*====checkout_main_section====*/
.checkout_main_section{
	float:left;
	width:100%;
	background:#f6f9ff;
	padding:45px 0 70px;
	}	
.checkout-section{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:10px auto 0;
	}
.checkout-left{
	width:49%;
	}
	
/*==================*/
.form-box{
	float:left;
	width:100%;
	}	
.high-demand-strip{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	column-gap:9px;
	width:100%;
	background:#cce0ff;
	border:1px solid #9ab3d7;
	border-radius:5px;
	padding:6px 10px;
	text-align:center;
	margin:0 auto 15px;
	}
.flash-icn{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	}
.high-demand-strip-text{
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    line-height: 21px;
    color: #000000;
    font-weight: 500;
	}
.high-demand-strip-text span{
	color:#f61515;
	font-weight:700;
	}
.customers-strip{
	background:#000;
	}
.customers-strip .high-demand-strip-text{
	color:#fff;
	}
.customers-star{
    display: inline-block;
    vertical-align: middle;
    width: 68px;
    margin: -1px 0 0 0;
	}
.customers-img{
	display:inline-block;
	vertical-align:middle;
	width:85px;
	}
.free-ship-strip{
	background: #fff8e1;
    border: 1px solid #eddfae;
	}
.usa-icn{
	display:inline-block;
	vertical-align:middle;
	width:21px;
	}
.strip-tick{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	}
.discount-strip{
	background:#f9da67;
	}
	
.saving_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#131c2e;
	border-radius:6px;
	padding:20px 18px;
    margin-bottom: 15px;
	}	
.saving_box_inner{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
	}
.saving_content{
	text-align:left;
	}
.saving_text{
	font-size:15px;
	line-height:15px;
	color:#d1d1d1;
	}
.saving_price{
	font-size:20px;
	line-height:20px;
	color:#fff;
	font-weight:bold;
	margin-top:6px;
	}	
.saving_imgbx{
    width: 43px;
    flex-shrink: 0;
	}	
.saving_imgbx img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}				
		
.cp-contact, .cp-prospect{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 25px 28px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    margin-top: 40px;
	}
.mt_0{ margin-top:0 !important;}	
.form-header{
	width: 100%;
    display: -webkit-flex;
    display: flex;
	justify-content:flex-start;
    align-items: center;
	margin-bottom:20px;
	text-align: left;
	}
.frm-hdr-content{
    text-align: left;
    padding-left: 12px;
	}
.slct-step{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #131c2e;
    border-radius: 50%;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    position: relative;
    flex-shrink: 0;
	}	
.frm-heading{
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    font-weight: bold;
	}
.frm-sub-heading{
    font-size: 15px;
    line-height: 20px;
    color: #3a3a3a;
	}

.form_detail_box{
	float:left;
	width:100%;
	}
.form_element_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}	
.form_element{
	float:left;
	width:100%;
	margin: 7px 0;
	position:relative;
	}	
.form_element label{
	opacity: 0;
    visibility: hidden;
    display: block;
    position: absolute;
    top:8px;
    left:15px;
    font-size:12px;
    font-weight:400;
    line-height:14px;
    color:#bbb;
    transition: all .2s ease-in-out;
    z-index: 1;
	-webkit-transform: translateY(3px);
    transform: translateY(3px);
	}
.form_element .fl-is-active label{
	opacity: 1;
	visibility: visible;
	transform: none;
	color: #737373;
	}			
.frm_flds{
	font-size:16px;
    width: 100%;
    height:58px;
    background-color: #fff;
    outline: none;
    color: #000;
	font-family: 'Inter';
    padding: 0 15px;
    -webkit-appearance: none;
    border: 1px solid #cdcdcd;
	border-radius:5px;
	-webkit-appearance:none;
	
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;		
	}	
.form_element .fl-is-active .frm_flds {
    padding-top: 15px;
	}
.select_flds{ 
	background:url(../images/down-arrow.webp)#fff no-repeat center right 15px;
	background-size:13px;
	}	
.flds_half{ width:48.5%;}

.frm_flds::placeholder{
	color:#838383;
	}

.frm_flds:focus{
	border:1px solid #131c2e;
	box-shadow:0 0 0 1px #131c2e;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	}

.fieldToggle{
	float:left;
	text-align:left;
    cursor: pointer;
    padding-left:30px;
	margin-top:15px;
    position: relative;
	}
.fieldToggle input[type=checkbox]{
	position:absolute;
	opacity:0;
	}
.fieldToggle input[type=checkbox] + span{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	border:1px solid #000;
	border-radius:2px;
	position:relative;
	}
.fieldToggle input[type=checkbox] + span{position:absolute; left:0; top:0;}
.fieldToggle input[type=checkbox]:checked + span{ border:1px solid #000;}
.fieldToggle input[type=checkbox]:checked + span:after{
    position: absolute;
    content: '';
    width: 13px;
    height: 13px;
    background: url(../images/ship-check.webp) no-repeat center center;
    background-size: 13px;
    left: 2px;
    top: 3px;
	}
.fieldToggle p{
    font-size: 15px;
    line-height:20px;
    color: #000;
	}
.billing_address{
	float:left;
	width:100%;
	display:none;
	margin-top:15px;
	}
.payoptbox{
    float: left;
    width: 100%;
    background: #fff;
	}
.payment-cards-box{
    float: left;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 10px auto;
	}
.paymybtn{
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    text-align: left;
	}
.billingtogglbtn input[type=radio], .ship-label-btn input[type=radio], .paymybtn input[type=radio]{
	display:inline-block;
	vertical-align:middle;
	margin-right:10px;
	width:16px;
	height:16px;
	-webkit-box-shadow: 0 0 0 0 #000 inset;
	box-shadow: 0 0 0 0 #000 inset;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	position: relative;
	cursor: pointer;
	-webkit-appearance:none;
	-moz-appearance:none;
	border:2px solid #0075ff;
	background:#fff;
	border-radius:50%;
	outline:none;
	margin-top:0;
	flex-shrink: 0;
	}
.billingtogglbtn input[type=radio]:checked, .ship-label-btn input[type=radio]:checked, .paymybtn input[type=radio]:checked{
	background:#fff;
	-webkit-box-shadow: 0 0 0 0 #000 inset;
	box-shadow: 0 0 0 0 #000 inset;
	border:2px solid #0075ff;
	}
.billingtogglbtn input[type=radio]:checked:after, .ship-label-btn input[type=radio]:checked:after, .paymybtn input[type=radio]:checked:after{
	width:8px;
	height:8px;
	border-radius:50%;
	background:#0075ff;
	position:absolute;
	content:'';
	left:2px;
	top:2px;
	}
.payment-flds-box{
	float: left;
    width: 100%;
	background: #fff;
	}
.flds_cards{
    width: 148px;
	}	
.lock-bg, .help-icon{
    color: #a5a5a5;
    width:18px;
    position: absolute;
    right: 15px;
    top: 0px;
	}
	
.usa_strip{
	max-width:450px;
	border: 1px dashed #eddfae;
    padding: 4px;
    margin: 45px auto 14px;
	}	
.usa_strip .high-demand-strip-text{ 
	font-weight:normal;
	font-size:15px;
	line-height:20px;
	}	

.checkout_btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 74px;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    border-radius: 10px;
    position: relative;
    overflow: hidden;
    text-align: center;
    background: #11c956;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    margin-top: 20px;
    cursor: pointer;
    -webkit-appearance: none;
    outline: none;
    border: none;
    box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.2);
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 17px;
	width:26px;
	}
.term-text{
    float: left;
    font-size: 14px;
    line-height: 20px;
    color: #4b4b4b;
    margin-top: 10px;
    margin-bottom: 6px;
    text-align: left;
	}
.term-text a{
	color:#000;
	font-weight:500;
	text-decoration:underline;
	}	
.guarantee-save-chkout{
	display:block;
	max-width:100%;
	width:275px;
	margin:20px auto 0;
	}	


/*======Checkout Right Side======*/
.checkout-right{
	width:45%;
	}
.order_sumrybox{
	float: left;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    padding: 0 0 35px;
	-webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	}		
.sumry-hdng{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    text-align: left;
    font-weight: 500;
    letter-spacing: 0.3px;
    padding: 17px 25px;
	}
.sumry-hdng.active {
    background: url(../images/summary_arw_act.png) no-repeat right center;
	}
.summy_details-box{
	float:left;
	width:100%;
	border-top:1px solid #e6e6e6;
	padding-top:10px;
	position:relative;
	}
.summy_details-box_inner{
	float:left;
	width:100%;
	position: relative;
	}
.scroll-hint {
	position: absolute;
	bottom: 5px;
	left:50%;
	transform:translate(-50%, 0);
	background:#666561;
	padding:8px 15px;
	border-radius:100px;
	font-size: 14px;
	color: #fff;
	pointer-events: none;
	transition: opacity 0.3s ease, transform 0.3s ease;
	opacity: 1;
	max-width:200px;
	width:100%;
	box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 6px 0px rgba(0,0,0,0.1);
	}

.scroll-hint.hidden {
  opacity: 0;
  transform: translate(-50%, 10px); /* Slide down when hiding */
  visibility: hidden;
	}

.order_sumry_details{
	float:left;
	width:100%;
	padding:9px 28px;
	display: -webkit-flex;
    display: flex;
    justify-content:flex-start;
	align-items: center;
	}
.order_sumry_details.first{align-items: flex-start;}	
.prod-img{
    width: 77px;
    position: relative;
    background: #fff;
    display: flex;
    border-radius: 7px;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    overflow: hidden;
	}
.prod-img img{
	margin: 0 auto;
    display: block;
	max-width: 100%;
	}
.serum_prod-img{
	background:#fff2f2;
	border:1px dashed #ff2828;
	}
.prod-img p{
    position: absolute;
    top: -7px;
    left:50%;
	transform:translateX(-50%);
    background: #f00;
    text-align: center;
    font-size: 12px;
    line-height:14px;
    color: #fff;
    font-weight:600;
	text-transform:uppercase;
	padding:1px 7px 0;
	}
.odr-rgt{
    padding-left: 20px;
	width:calc( 100% - 80px);
	}
	
.stickthrough{
    position: relative;
    color: #7c7c7c;
    font-size: 15px;
    line-height: 15px;
	}
.stickthrough:after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 11px;
    border-top: 1px solid #f00;
    transform: rotate(-12deg);
    -webkit-transform: rotate(4deg);
	}
	
.free-prod-text{
	font-weight:700;
	color:#218108;
	text-transform:uppercase;
	font-size:17px;
	}

.devider-cp{
	float:left;
	width:100%;
	margin:10px 0;
	height:1px;
	background:#e6e6e6;
	}
.cart-table{
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 23px;	
	}
.prod_name{ 
    width: 67%;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #000;
	}
ul.prod_list{
	display: inline-block;
    vertical-align: top;
	width:100%;
	}
ul.prod_list li{    
	display: inline-block;
    vertical-align: top;
	width:100%;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
	padding-left:16px;
    margin-top: 7px;
	position:relative;
	}	
ul.prod_list li:before{
	content:'';
	position:absolute;
	top:6px;
	left:0;
	width:6px;
	height:6px;
	background:#221d4c;
	border-radius:50%;
	}			
.prod_sub_name{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 17px;
    font-style: italic;
    font-weight: 400;
    margin-top: 5px;
	}
.prod-prc{
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    color: #131c2e;
	}
.prod-prc-free{
    display: inline-block;
    font-size: 16px;
    line-height: 16px;
    font-weight: 500;
    color: #218108;
    letter-spacing: -0.5px;
	}	

.discount_box{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    max-width: 470px;
    background: #e8f0ff;
    border: 1px dashed #92a4c5;
    border-radius: 8px;
    padding: 12px 14px;
    overflow: hidden;
    margin-top: 15px;
	}	
.discount_inner_box{
	margin: 0 auto 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	}	
.discount_bx_left{
	display: -webkit-flex;
    display: flex;
    align-items: center;
	column-gap:10px;
	}	
.off_text{
	display:inline-block;
	vertical-align:top;
	background:#131c2e;
	border-radius:5px;
	font-size:16px;
	line-height:16px;
	color:#fff;
	text-align:center;
	font-weight:bold;
	padding:7px 10px;
	}
.discnt_text{
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}
.discount_bx_right{
	text-align:left;
	}
.date_text{
	font-size:20px;
	line-height:20px;
	color:#131c2e;
	font-weight:bold;
	text-transform:uppercase;
	}				
	
.total-col{
    float: left;
    width: 100%;
    padding: 0 28px;
    margin-top: 20px;
	}
.total-col .cart-table{ margin-top:12px;}	
.save_price{ font-size:18px; font-weight:700; color:#218108;}
.order-total-price{
    font-size: 18px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding: 12px 0;
    border-top: 2px solid #e7e7e7;
    border-bottom: 2px solid #e7e7e7;
    margin-top: 22px;
	}
.deliver_text{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:18px;
	color:#a2a2a2;
	margin-top:20px;
	}
.deliver_text img{
    display: inline-block;
    vertical-align: middle;
    width: 11px;
    margin: -1px 0 0 10px;
	}
	
ul.detail_list{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	max-width:420px;
	margin:35px auto 0;
	row-gap:30px;
	column-gap:15px;
	}
ul.detail_list li{
	width:48%;
	display:-webkit-flex;
	display:flex;
	justify-content: flex-start;
    text-align: left;
    align-items: center;
	column-gap:15px;
	}
ul.detail_list li img{
	width:46px;
	}
ul.detail_list li p{
	font-size:16px;
	line-height:20px;
	color:#131c2e;
	font-weight:500;
	}
	
	
.testi_sub_hdng{
	font-size:16px;
	line-height:20px;
	color:#000;
	text-transform:uppercase;
	margin-top:50px;
	}
.testi_heading{
	font-size:26px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}
	
.testimonial_blk{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:8px;
	}
.testi_box{
	display: inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
    -webkit-box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
	padding:20px 25px;
	border-radius:12px;
	text-align:left;
	margin-top:16px;
	}
.testi_bx_inr{
	width:100%;
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
    align-items: center;
	}
.testi_name_bx{
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content: flex-start;
    align-items: center;
	}	
.name_letter{
	width:42px;
	height:42px;
	background:#e3ffee;
	border-radius:50%;
	font-size:16px;
	line-height:42px;
	color:#000;
	font-weight:500;
	text-align:center;
	}
.name_cont{
	padding-left:15px;
	}
.name_cont h3{
	font-size:15px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	}
.name_cont p{
	font-size:11px;
	line-height:12px;
	color:#7f7f7f;
	margin-top:5px;
	}
.vrfy_icn{
	display:inline-block;
	vertical-align:middle;
	width:11px;
	margin:-2px 5px 0 0;
	}
.star_cont{
	width:76px;
	flex-shrink:0;
	}
.star_cont img{
	margin:0 auto 0;
	display:block;
	}		
.testi_txt{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:12px;
	}
.protocal_strip{
	width: 100%;
    display: -webkit-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-top:1px solid #efefef;
	padding-top:14px;
	margin-top:14px;
	}
.protocal_text{
	display:inline-block;
	vertical-align:middle;
	background:#e6e8ee;
	font-size:12px;
	line-height:12px;
	color:#000;
	font-weight:500;
	border-radius:3px;
	text-transform:uppercase;
	padding:5px 5px 4px;
	}
.protocal_text-gain{ background:#e3ffee;}			

/*---------------------------
		faq section
---------------------------*/
.faq_section{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0;
	}
.common_heading{
	font-size:32px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	}
	
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:815px;
	text-align:center;
	margin-top:20px;
	}
.up-slide-dwn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	border-bottom:1px solid #e7e7e7;
	}
.up-slide-dwn:last-child{ border-bottom:none;}
.accordion{
    float: left;
    width: 100%;
    text-align: left;
	background: url(../images/close.webp) no-repeat no-repeat right 15px center;
	background-size:13px !important;
   	font-size:18px;
    line-height: 22px;
    font-weight:bold;
    color: #000;
    padding:25px 35px 25px 0;
    cursor: pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat right 15px center;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding:0 25px 0 0;
	margin-top:-10px;
	}
.acdn-para{
    font-size:16px;
    line-height: 24px;
	color:#000;
	letter-spacing: 0.2px;
    margin-bottom:20px;
	}
	
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	border-top:1px solid #e3e3e3;
	padding:25px 0 40px;
	}
.footer-txt1{
	font-size:17px;
	line-height:22px;
	color:#383838;
	margin-top:10px;
	}
.footer-txt1 a{ color:#383838; padding:0 5px;}


.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.checkout-right{ width: 47%;}
.discount_box{ max-width: 420px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.fordesk{display: none;}
.fortab{display: block;}

.checkout_main_section{ padding:35px 0 60px;}
.checkout-section{ max-width:600px;}
.checkout-left{ width: 100%;}

.order_sumrybox{ overflow: hidden; padding: 0; margin-bottom: 30px; border-radius: 8px;}
.summy_details-box{ padding-bottom:30px;}
.summry-toggle-mob{
	float:left;
	padding:15px 20px;
	text-align: left;
	width: 100%;
	cursor:pointer;
	}
.summry-toggle{
	float:left;
	width:100%;
	color: #000;
	font-size:18px;
	line-height:22px;
    letter-spacing: -0.5px;	
	}
.summry-toggle span.rgt{ float:right;}	
.order-summary-toggle__icon{
	fill: #3c1a3f;
	display:inline-block;
	vertical-align:middle;
	margin-right: 0.75em;
	margin-top:-4px;
	}
.togle-price{
	float:right;
	width:35%;
	font-size:15px;
	line-height:20px;
	color: #333333;
	text-align:right;
	margin-top:3px;
	}
.order-summary-toggle__dropdown {
	vertical-align: middle;
	-webkit-transition: fill 0.2s ease-in-out;
	transition: fill 0.2s ease-in-out;
	fill: #3c1a3f;
	float: left;
	margin: 9px 9px 0 0;
	}
#toggle-mob-cart.isopened{
	height: 0;
	visibility:hidden;
	overflow: hidden;
	-ms-transition: all 0.4s ease-in-out;
	-webkit-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	}

.checkout-right{ width: 100%;}
.testi_txt{ font-size: 17px; line-height: 25px;}

.common_heading{ font-size: 30px; line-height: 38px;}
}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.formob{display:block;}
.hidemob{ display:none;}

.top_strip{ padding: 8px 0;}
.strip_timer_row{ column-gap: 8px;}
.top_strip_text{ font-size: 14px; line-height: 14px;}
.top_strip_text img{ width: 16px; margin: -3px 8px 0 0;}
#clockdiv{ column-gap: 5px; width: 80px; margin-top: -6px;}
#clockdiv div > span{ font-size:13px; line-height:13px;}
#clockdiv .smalltext{ font-size:10px; line-height:10px;}

.header{ padding:12px 0;}
.logo{ width:114px;}
.header_secure{ font-size: 13px; line-height: 13px; margin-top: 9px;}
.header_secure img{ width: 12px; margin: -8px 7px 0 0;}

.slider_track li{ margin:0 20px;}
.slider_track li p{  font-size:13px; line-height:13px;}
.slider_track li img{ width:65px;}

.checkout_main_section{ padding:15px 0 35px;}
.summry-toggle-mob{ padding: 12px 15px;}
.summry-toggle{ font-size:17px;}
.summy_details-box{ padding: 15px 15px 25px;}
.order_sumry_details{ padding: 8px 0;}
.prod-img{ width:65px;}
.odr-rgt{ padding-left: 10px; width: calc(100% - 65px);}
.prod_name{ font-size: 15px; line-height: 19px; width: 66%;}
.prod_sub_name{ font-size: 12px; line-height: 15px;}
ul.prod_list li{ font-size: 13px; line-height: 15px; padding-left: 13px;}
ul.prod_list li:before{ top: 4px; width: 5px; height: 5px;}
.prod-prc{ font-size: 18px; line-height: 22px;}
.stickthrough{ font-size:13px; line-height:13px;}
.stickthrough:after{ top:10px;}
.prod-prc-free{ font-size: 14px; line-height: 14px;}
.discount_box{ padding:12px;}
.off_text{ font-size: 13px; line-height: 13px; padding: 5px 8px;}
.discnt_text{ font-size: 13px; line-height: 13px;}
.date_text{ font-size: 17px; line-height: 17px;}
.total-col{ padding:0; margin-top:15px;}
.cart-table{ font-size: 14px; line-height: 20px;}
.order-total-price{ font-size: 16px; line-height: 20px; padding: 10px 0; border-top: 1px solid #e7e7e7; border-bottom: 1px solid #e7e7e7; margin-top: 18px;}
.deliver_text{ font-size:12px; line-height:16px;}

ul.detail_list{ max-width: 330px; margin: 30px auto 0; row-gap: 22px; column-gap: 15px;}
ul.detail_list li{ width: 46%;}
ul.detail_list li img{ width: 33px;}
ul.detail_list li p{ font-size: 13px; line-height: 17px;}

.cp-contact, .cp-prospect{ padding: 17px 15px; margin-top: 30px;}
.slct-step{ width: 35px; height: 35px; font-size: 22px;}
.form-header{ margin-bottom:15px;}
.frm-hdr-content{ padding-left:10px;}
.frm-heading{ font-size: 22px; line-height: 26px;}
.frm-sub-heading{ font-size: 12px; line-height: 18px;}

.high-demand-strip{ padding: 5px 10px; margin: 0 auto 14px;}
.customers-star{ width:60px;}
.high-demand-strip-text{ font-size: 12px; line-height: 20px;}
.usa-icn{ width:19px;}

.frm_flds{ font-size: 15px; height: 50px; padding: 0 12px;}
.fieldToggle input[type=checkbox] + span{ width:18px; height:18px;}
.fieldToggle input[type=checkbox]:checked + span:after{ top:1px;}
.fieldToggle p{ font-size: 14px; line-height: 19px;}

.saving_box{ padding: 15px 14px; margin-bottom: 14px;}
.saving_text{ font-size: 13px; line-height: 13px;}
.saving_price{ font-size: 19px; line-height: 19px;}
.saving_imgbx{ width: 40px;}

.payment-cards-box{ margin: 8px auto;}
.paymybtn{ font-size:15px;}

.term-text{ font-size: 10px; line-height: 13px;}

.usa_strip{ margin: 32px auto 12px;}	
.usa_strip .high-demand-strip-text{ font-size: 12px; line-height: 18px;}	
	
.checkout_btn{ height: 60px; font-size: 21px; border-radius: 8px; margin-top: 15px;}	
.btn_arw{ margin: -2px 0 0 14px; width: 18px;}	

.guarantee-save-chkout{ width: 160px; margin: 15px auto 0;}	
	
.testi_sub_hdng{ font-size: 14px; line-height: 18px; margin-top: 40px;}	
.testi_heading{ font-size: 24px; line-height: 28px; margin-top: 6px;}	
.testi_box{ padding: 18px 15px; margin-top: 20px;}	
.name_cont{ padding-left: 12px;}
.testi_txt{ font-size: 15px; line-height: 22px;}
.protocal_text{ font-size:10px; line-height:10px;}
.name_cont p{ font-size:10px;}	
	
.faq_section{ padding:25px 0 15px;}
.faq-container{ margin-top:5px;}	
.common_heading{ font-size: 24px; line-height: 32px;}	
.accordion{ font-size: 17px; line-height: 21px; padding: 20px 35px 20px 0;}
.acdn-para{ font-size: 15px; line-height: 22px;}

.footer{ padding: 10px 0 22px;}
.footer-txt1{ font-size: 14px; line-height: 19px; margin-top:8px;}
}

@media only screen and (max-width:375px){
.top_strip_text{ font-size:13px; line-height:13px;}
.prod-prc-free{ font-size: 13px; line-height: 13px;}
.deliver_text{ font-size:11px;}
.high-demand-strip-text{ font-size:11px;}
.usa_strip .high-demand-strip-text{ font-size:11px;}
ul.detail_list li{ column-gap: 12px;}
.footer-txt1{ font-size: 13px; line-height: 18px;}
}