/** Shopify CDN: Minification failed

Line 1852:31 Expected ":"

**/
@charset "utf-8";
/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/


body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
	 font-family: 'Inter' !important;
	font-weight: 500;
	}
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;
	}

header.search-enabled--true, footer.footer {
    display: none;
}
header#header {
    display: none;
}
.header div.container {
    padding-bottom: 0px;
    padding-top: 0px;
}
ul li, ol li {
    margin-bottom: 0;
}

.full-width{width:100%;}
.block{display:block;}

h1, h2, h3, h4, h5{ font-family: 'Inter' !important;
    text-transform: inherit !important;
	letter-spacing: inherit !important;
}

/*-----------------------
		 FONTS
------------------------*/
@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;
}

@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-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-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: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
         url('Poppins-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBold.woff2') format('woff2'),
         url('Poppins-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
     MAIN CSS START
------------------------*/
.container{
	width:100%;
	max-width:1170px;
	margin:0 auto;
	position:relative;
	}	
	
/*========TOP STRIP========*/
.top_strip{
	float:left;
	width:100%;
	padding:7px 0 9px;
	border-bottom:1px solid #000;
	background:#fff799;
	}
.top_strip p{
	font-size:16px;
	line-height:18px;
	color:#000;
	font-weight:bold;
	}
	
/*========HEADER========*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	padding:10px 0 10px;
	height:70px;
	margin-top: -70px;
	position: relative;
	top:70px;
	background:#fff;
	-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 6px 0 rgba(0,0,0,.1);
	}
.fixed-nav .header{
	position: fixed;
	z-index: 99;
	top: 0;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	}	
.logo{
	float:left;
	width: 100px;
	}
.head_button{
	float:right;
	width:180px;
	height:49px;
	font-size:22px;
	line-height:45px;
	color:#fff;
	font-weight:900;
	border-radius:50px;
	background:#00ad21;
	-webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.2);
	box-shadow: 0 2px 8px 2px rgba(0,0,0,.2);
	}

.head_button:hover, .head_button:focus {
    color: #fff;
}	
	

/*========BANNER========*/
.banner_hero{
	float:left;
	width:100%;
	overflow-x:clip;
	background:#ebf7ff;
	}
.banner_main_block{
	width:100%;
	display:flex;
	display:-webkit-flex;
	}
.banner_content{
	float:left;
	width:57%;
	text-align:left;
	padding:35px 0 50px;
	}
.banner_pink_strip{
	display:inline-block;
	vertical-align:top;
	font-size:17px;
	line-height:20px;
	color:#000;
	font-weight:500;
	padding:8px 20px 9px;
	border-radius:8px;
	background:#fedbdb;
	}
.banner_heading{
	font-size:50px;
	line-height:60px;
	color:#000;
	font-weight:800;
	margin-top:10px;
	}
.banner_heading span{
	display:inline-block;
	padding:0 10px;
	position:relative;
	z-index:2;
	}
.banner_heading span:before{
	content:'';
	position:absolute;
	top:12px;
	left:0;
	right:0;
	bottom:-3px;
	background:#fff152;
	z-index:-1;
	}
.banner_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:330px;
	text-align:left;
	margin-top:20px;
	}
.banner_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:21px;
	line-height: 24px;
	color:#000;
	font-weight:bold;
	margin-bottom:10px;
	padding:0 0 10px 30px;
	border-bottom:1px solid #cbd7dc;
	background: url('banner-thik.webp') no-repeat;
	background-position:top 2px left;
	background-size:18px;
	}
.banner_points li:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}


.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}
.button_width{
	display:inline-block;
	vertical-align:top;
	max-width:480px;
	width:100%;
	text-align:center;
	}
a.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:73px;
	font-size:38px;
	line-height:66px;
	color:#fff;
	border-radius:50px;
	text-shadow:1px 1px #0b8b24;
	letter-spacing:0.5px;
	font-weight:900;
	background:#00ad21;
	text-align:center;
	-webkit-box-shadow:0 2px 8px 1px rgba(0,0,0,.3);
	box-shadow:0 2px 8px 1px rgba(0,0,0,.3);
	}
a.common_button img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-3px 0 0 15px;
	}
.button_text{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:500;
	letter-spacing:0.2px;
	position:relative;
	}
.button_top_text{ margin-bottom:15px;}
.button_bottom_text{ margin-bottom:10px;}
.button_top_text img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-4px 6px 0 0;
	}
.button_bottom_text span{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	height:20px;
	line-height:19px;
	color:#fff;
	font-weight:bold;
	margin:0 1px;
	border-radius:4px;
	background:#000;
	}

.common_button_points{
	width:100%;
	margin:15px auto 0;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	}
.common_button_points li{
	font-size:14px;
	line-height:14px;
	color:#000;
	padding:0 12px;
	position:relative;
	}
.common_button_points li:first-child{ padding-left:0;}
.common_button_points li:last-child{ padding-right:0;}
.common_button_points li img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 7px 0 0;
	}
.banner_img_sec{
	float:right;
	width:43%;
	position:relative;
	}
.banner-product{
	position:absolute;
	top:0;
	right:-420px;
	width:828px;
	max-width:none;
	}
.banner-img{
	position:absolute;
	bottom:70px;
	left:-130px;
	width:387px;
	border:2px solid #000;
	border-radius:5px;
	}
.paw-img{ position:absolute;}
.paw-img1{
	top: 30px;
	left: 50px;
	transform:rotate(-15deg);
	width: 35px;
	}
.paw-img2{
	top: 170px;
	left: -40px;
	transform: rotate(45deg);
	width: 30px;
	}
.paw-img3{
	top: 200px;
	right: -40px;
	transform: rotate(45deg);
	width: 58px;
	}
.paw-img4{
	bottom: 325px;
	left: -270px;
	transform: rotate(-21deg);
	width: 48px;
	}
.paw-img5{
	bottom: 235px;
	left:-170px;
	transform: rotate(36deg);
	width: 28px;
	}
	 
/*========SECTION 1========*/
.section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s1-t-img{
	display:block;
	margin:0 auto 15px;
	width:238px;
	}
.common_heading{
	font-size:44px;
	line-height:54px;
	color: #000;
	font-weight:900;
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:25px;
	}

.s1_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}	
.s1_left{
	float:left;
	width:49.146%;
	}
.package_slider_box{
	float:left;
	width:100%;
	position:relative;
	}
.package_slider div{ vertical-align:top;}	

.pakge-slide-prod{ margin:43px auto 0;}
.prd-nav1{ width:50px;}
.banner-review-img{
	display:block;
	margin:30px auto 0;
	width:572px;
	}
.s1_money_back_box{
	width:100%;
	margin:25px auto 0;
	padding:23px 25px 25px;
	border:2px solid #d2595c;
	border-radius:10px;
	background:#fff;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;	
	}
.money-back-seal{ width:130px;}
.s1_money_back_cont{
	width:calc(100% - 130px);
	padding-left:20px;
	text-align:left;
	}
.s1_money_back_cont h3{
	font-size:26px;
	line-height:32px;
	color:#000;
	font-weight:800;
	}
.s1_money_back_cont p{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	margin-top:10px;
	}
	
.s1_right{
	float:right;
	width:46%;
	text-align:left;
	}
.s1_heading{
	font-size:38px;
	line-height:45px;
	color:#000;
	font-weight:800;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	}
.s1_rating_text{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:600;
	margin-bottom:10px;
	}
.s1_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:82px;
	margin:-4px 8px 0 0;
	}
.s1_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:15px;
	}
.s1_points li{
	padding-left:35px;
	background:url('s1-thik.webp') no-repeat;
	background-position:top 3px left;
	background-size:22px;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:7px;
	}
.order_strip{
	width:100%;
	max-width:470px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	border:1px dashed #28aeea;
	border-radius:6px;
	padding:10px 10px;
	column-gap:12px;
	margin-top:25px;
	background:#fff;
	box-shadow:0 0 9px 1px rgba(40,174,234,0.2);
	-webkit-box-shadow:0 0 9px 1px rgba(40,174,234,0.2);
	}
.order_strip img{
	width:30px;
	}
.order_strip p{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	}

.quantity-selector{
	grid-column-gap:17px;
    grid-row-gap: 15px;
    flex-flow: column wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
	margin-top:35px;
	}
.quantity-selector_col{
	cursor: pointer;
    background-color: #fff;
    border: 1px solid #b7b7b7;
    border-radius: 4px;
    justify-content: center;
    align-items: center;
    padding: 1rem;
    display: flex;
    position: relative;
    overflow: visible;
	}
.quantity-selector_col.active{
    border: 1px solid #48b1e0;
	box-shadow: 0 0 0 2px #48b1e0, 0 0 9px 0 rgba(72,177,224,0.4);
	}
.quantity-selector_content {
    grid-column-gap: .15rem;
    grid-row-gap: .15rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
	}
.pkg_prod{
	display:block;
	margin:5px auto 0;
	width:100px;
	max-width:100%;
	}

	
.quantity-selector_radio {
    border: 1px solid #b6b6b6;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    position: absolute;
    inset: auto auto auto 1rem;
	}
.quantity-selector_col.active .quantity-selector_radio{
	border: 6px solid #5e2f7f;
	background-color: #fff;
	}
.most-pouplar {
    border-radius: 5px;
    background-color: #009577;
    color: #fff;
    text-transform: uppercase;
    padding:2px 8px;
    font-size:12px;
	line-height:17px;
    font-weight: 600;
    position: absolute;
    inset: -.55rem .5rem auto auto;
	right: auto;
	}
.qty_selector-title{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	}
.quantity-selector_price{
	font-size:15px;
	line-height:18px;
	color:#000000;
	}

.order_text{
	font-size:17px;
	line-height:23px;
	color:#000;
	text-align:center;
	margin:30px 0 0;
	}
.order_text img{
	width:18px;
	display:inline-block;
	vertical-align:middle;
	margin: -5px 3px 0 0;
	}
ul.gift_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	gap:15px;
	margin:0 auto;
	margin-top:35px;
	}
ul.gift_list li{
	width:24%;
	text-align:center;
	position: relative;
	}
ul.gift_list li h3{
	position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
	width:85px;
	font-size:12px;
	line-height:15px;
	border-radius:5px;
	padding:2px 5px 3px;
	font-weight:700;
	background:#ea0000;
	color:#fff;
	z-index: 3;
	}
ul.gift_list li h3 span{
	text-decoration:line-through;
	}
.gift_card-box{
	border:1px dashed #777;
	border-radius:6px;
	
	
	transition: border-color .12s cubic-bezier(.645, .045, .355, 1);
    display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	aspect-ratio: 1;
    position: relative;
    overflow: visible;
	overflow: hidden;
	}
.gift_card-box-inner{
	width:100%;
	height:100%;
	background:#fff;
	padding:20px 10px;
	border-radius:6px;
	display: flex;
	flex-direction: column;
    justify-content: center;
    align-items: center;
	aspect-ratio: 1;
	}
.gift-img{
	max-width:100%;
	display:none;
	margin:0 auto;
	width:85px;
	z-index: 2;
    position: relative;
	opacity:0;
	}
ul.gift_list li.is-active .gift-img{
	display:block;
	opacity:1;
	}
ul.gift_list li p{
	font-size:13px;
	line-height:16px;
	font-weight:500;
	color:grey;
	margin:7px 0 0;
	}
ul.gift_list li.is-active .gift_card-box{
	border: 1px dashed #48b1e0;
	}	
ul.gift_list li.is-active p{
	color:#000;
	}
.gift-locker {
    z-index: 1;
    aspect-ratio: 1;
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
    position: absolute;
    inset: 0%;
	}
.gift-lockings {
    color: #777;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
	}
ul.gift_list li.is-active .gift-locker{
	opacity:0;
	z-index:0;
	}
.gift-unlockers {
    color: #777;
    font-size: 11px;
    line-height: 14px;
    font-weight: 700;
	margin-top:2px;
	}		
.lottie-gift {
   position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;   /* adjust size */
	height: auto;
	z-index: 2;
	animation: fall 7s ease-in-out infinite;
	}	
ul.gift_list li.is-active .lottie-gift{
	z-index:1;
	}
@keyframes fall {
	0%   { transform: translate(-50%, -100%); opacity: 0.2; }
	50%  { opacity: 1; }
	100% { transform: translate(-50%, calc(100% - 200px)); opacity: 0.5; }
}
	
/* Active gift = static dashed border */
.gift_list li:not(.is-active) .gift_card-box {
	border:none;
}

/* Inactive gift = animated dashed border */
.gift_list li:not(.is-active) .gift_card-box:before {
	content:"";
	position:absolute;
	z-index:2;
	left:0;
	top:0;
	right:0;
	bottom:0;
   background-image: linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(90deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%), linear-gradient(0deg, silver 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: left top, right bottom, left bottom, right top;
    animation: border-dance 1s infinite linear;
}

@keyframes border-dance {
0% {
    background-position: left top, right bottom, left bottom, right top;
}

100% {
    background-position: left 15px top, right 15px bottom, left bottom 15px, right top 8px;
}
}


.price_col{
	display: flex;
    display: -webkit-flex;
    align-items: center;
	justify-content: center;
	column-gap:10px;
	margin-top:35px;
	}
.price_col .cut-price{
	font-size:30px;
	line-height:32px;
	color:#858585;
	font-weight:500;
	position:relative;
	}
.price_col .cut-price:after{
	position:absolute;
	left:-3px;
	right:-3px;
	top:48%;
	border-bottom:2px solid #F00;
	content:"";
	transform: rotate(-12deg);
	}
.price_col .offer-price{
	font-size:30px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	}

.ship_text{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:15px;
	line-height:20px;
	color:#000;
	margin-bottom:10px;
	position:relative;
	}
.ship_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:8px;
	height:8px;
	background:#42c216;
	border-radius:50%;
	margin:-1px 7px 0 0;
	animation:breath 1.3s infinite;
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0.5;}
	100% { opacity:1;}
	}
.balance_icon{
	width:10px;
	margin:0 6px;
	animation:rotate 2.5s  ease-in-out forwards infinite 
}
@keyframes rotate{
0%{transform:rotate(0)}
50%{transform:rotate(180deg)}
100%{ transform:rotate(180deg)}
}
.low-stock-row{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	width:80px;
	margin:0 10px;
	}
.low-stock-indicater{
	width:13px;
	height:14px;
	background:#e6e6e6;
	}
.low-stock-indicater.active > span{
	background:#ef2000;
	width:100%;
	height:100%;
	float:left;
	}
.fade{
	animation:fade 1.2s ease infinite;
	}
@keyframes fade{
	0%{ opacity:1;}
	50%{ opacity:0.1;}
	100%{ opacity:1;}
	}
.ship_text span{
	color:#ff0000;
}
.stock_text{
	font-size:14px;
	line-height:18px;
	letter-spacing:0.5px;
	margin:8px 0 0;
	text-align: center;
}
.stock_text img{
	width:18px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 4px 0 0;
}






	
/*========BRAND STRIP========*/	
.brand_strip{
	float:left;
	width:100%;
	padding:25px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
	background:#fff;
	}
.brand_box{
	width:100%;
	max-width:770px;
	margin:0 auto 0;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.feature_text{
	display:inline-block;
	vertical-align:middle;
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	}	
ul.brand_list{
    width: calc(100% - 145px);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-left: 1px solid #000;
    padding-left:45px;
	}
ul.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}		
ul.brand_list li img{
	margin:0 auto 0;
	display:block;
	height:50px;
	max-width:none;
	max-height:100%;
	width:auto;
	}	

/*========SECTION 2========*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
	
.s2_block{
	width:100%;
	max-width:1030px;
	margin:60px auto 0;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s2_block_left{
	width:48.739%;
	position:relative;
	}
.s2-img{
	display:block;
	margin:0 auto 0;
	width:502px;
	border-radius:20px;
	}
.red-arrow{
	position:absolute;
	top:38%;
	left:-59px;
	width:88px;
	}
.s2_block_right{
	width:47.5%;
	text-align:left;
	}
.yelow_bg{
	background:#fff152;
	padding: 0 12px 2px;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	line-height: 30px;
	}
.s2_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:5px;
	}
.s2_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	margin-top:14px;
	padding-left:35px;
	background:url('red-pointer.webp') no-repeat;
	background-size:24px;
	background-position:top 7px left;
	}
.s2_head{
	font-size:30px;
	line-height:38px;
	color:#000;
	font-weight:800;
	margin-top:40px;
	}
	.section10 .s2_head{
		margin-top:0px;
	}
.s2_head.s2_fs32{ font-size:32px; line-height:40px;}
	
.warning_box{
	width:100%;
	max-width:768px;
	border:2px solid #ff0000;
	border-radius:12px;
	position:relative;
	margin:60px auto 10px;
	padding:20px 30px 20px;
	
	display:-webkit-flex;
	display:flex;
	justify-content:space-between;
	align-items:center;
 	}
.warning-icn{
	position:absolute;
	top:-37px;
	left:50%;
	width:70px;
	margin-left:-35px;
	}
.warning-prod{ width:104px;}
.warning_box h3{
	font-size:34px;
	line-height:42px;
	color:#000;
	font-weight:800;
	}
	
.s2_box{
	width:100%;
	max-width:1030px;
	margin:60px auto 62px;
	
 	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s2_box_left{
	width:48.5%;
	text-align:left;
	}
.s2_box_heading{
	font-size:30px;
	line-height:36px;
	color:#000;
	font-weight:bold;
	}
.common_text.fs23{
	font-size:23px;
	line-height:32px;
	}
.s2_box_right{
	width:48.74%;
	position:relative;
	}
.s2-img2{
	display:block;
	margin:0 auto 0;
	width:502px;
	border-radius:20px;
	}
.ylwRed-arrow{
	position:absolute;
	top:51%;
	left: -74px;
	width:88px;
	transform: rotate(-32deg);
	}
.common_text.fs20{
	font-size:20px;
	line-height:33px;
	position:relative;
	z-index:2;
	}
.yelow_bg2{
	float:left;
	width:80%;
	padding:1px 10px 1px;
	position:relative;
	z-index:2;
	}
.yelow_bg2:before{
	content:'';
	position:absolute;
	top: 4px;
	left:0;
	right:0;
	bottom: -1px;
	background:#fff32d;
	z-index:-1;
	}
.dollar{
	position:absolute;
	top:-30%;
	right:40px;
	width:141px;
	z-index:3;
	}
	
.lucky_box{
	width:100%;
	max-width:570px;
	margin:40px auto 10px;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.lucky_col{
	width:48.071%;
	position:relative;
	}
.lucky-img{
	display:block;
	margin:0 auto 0;
	width:274px;
	border-radius:10px;
	}
.lucky_col p{
	position:absolute;
	bottom:20px;
	left:50%;
	transform:translateX(-50%);
	font-size:19px;
	line-height:20px;
	color:#fff;
	font-weight:800;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
	
a.common_solution_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:20px;
	line-height:27px;
	color:#fff;
	padding:13px 20px 14px;
	border-radius:50px;
	text-shadow:1px 1px #0b8b24;
	letter-spacing:0.5px;
	font-weight:800;
	background:#00ad21;
	-webkit-box-shadow:0 2px 8px 1px rgba(0,0,0,.3);
	box-shadow:0 2px 8px 1px rgba(0,0,0,.3);
	}
a.common_solution_button span{
	font-size:27px;
	color:#fff;
	}

/*========SECTION 3========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	overflow-X:clip;
	background:#eefaff;
	}
.secret_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:645px;
	text-align:left;
	margin: 60px auto 0px;
	position:relative;
	}
.secret-product{
	position:absolute;
	bottom:-36px;
	right:-70px;
	width:132px;
	}
.secret_box{
	width:100%;
	margin:0 auto 0;
	padding:20px 30px 18px;
	border-radius:8px;
	background:#28aeea;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.oxy-logo{
	width:233px;
	}
.secret_box p{
	width:calc(100% - 253px);
	margin-left:20px;
	padding-left:20px;
	font-size:20px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	text-align:left;
	border-left:1px solid #67c0e8;
	}
	
.s3_mid_box{
	width:100%;
	margin:35px auto 60px;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s3_mid_col{
	width:30.33%;
	position:relative;
	}
.s3_mid_col:before{
	content:'';
	position:absolute;
	top: 20px;
	left: 58%;
	right: -57%;
	border-top:2px dotted #28aeea;
	}
.s3_mid_col:last-child:before{ display:none;}
.s3_mid_num{
	display:inline-block;
	vertical-align:top;
	width:42px;
	height:42px;
	font-size:23px;
	line-height:42px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	border-radius:50%;
	background:#28aeea;
	}
.s3_mid_col h3{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
.s3-mid-img{
	display:block;
	margin:22px auto 0;
	width:286px;
	border-radius:10px;
	}
	
.surface_list{
	width:100%;
	margin:40px auto 35px;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.surface_list li{
	width:11.5%;
	}
.surface-img{
	display:block;
	margin:0 auto 0;
	width:117px;
	border-radius:50%;
	}
.surface_list li div{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	padding:5px 15px 8px;
	margin-top:-15px;
	border:2px solid #b3e2f8;
	border-radius:4px;
	background:#fff;
	}
	
.s3_safe_list{
	width:100%;
	max-width:600px;
	margin:40px auto 0;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s3_safe_list li{
	width:33.33%;
	padding:0 15px;
	position:relative;
	}
.s3_safe_list li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	bottom:10px;
	width:1px;
	background:#e3e5e6;
	}
.s3_safe_list li img{
	display:block;
	margin:0 auto 12px;
	width:36px;
	}
.s3_safe_list li p{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}
.s3_safe_list li:first-child:before{ display:none;}

/*========SECTION 4========*/
.section4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}

.difference_box{
	width:100%;
	max-width:850px;
	margin:40px auto 10px;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.difference_col{
	width:48.2%;
	padding:25px 20px 30px;
	border:2px solid #ff5454;
	border-radius:10px;
	background:#ffefef;
	}
.difference_col.difference_col2{
	border-color:#00ad21;
	background:#eafff6;
	}
.difference_heading{
	font-size:23px;
	line-height:28px;
	color:#000;
	font-weight:800;
	}
.difference_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:12px;
	}
.difference-product{
	display:block;
	margin:20px auto 0;
	width:395px;
	}
.difference_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:10px;
	}
.difference_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:10px;
	padding-left:32px;
	background:url('difference-cross.webp') no-repeat;
	background-position:left center !important;
	background-size:20px !important;
	}
.difference_col2 .difference_list li{ background:url('difference-thik.webp') no-repeat;}

/*========SECTION 5========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#eefaff;
	}

.s5_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	margin: 20px auto 15px;
	}
.s5_box{
	width:100%;
	margin-top:30px;
	position:relative;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.s5_img_box{
	width:43.69%;
	}
.s5-step{
	display:block;
	margin:0 auto 0;
	border-radius:10px;
	}
.s5_num{
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	width:55px;
	height:55px;
	font-size:24px;
	line-height:45px;
	color:#fff;
	font-weight:800;
	border:4px solid #fff;
	border-radius:50%;
	background:#28aeea;
	}
.s5_cont{
	width:43.69%;
	text-align:left;
	}
.s5_cont h3{
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:800;
	}
.s5_cont p{
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:12px;
	}
.s5_box.row_reverse{ flex-direction:row-reverse;}
.row_reverse .s5_cont{ text-align:right;}

.s5_box:before{
	content:'';
	position:absolute;
	top:62%;
	left:50%;
	bottom:-49%;
	border-left:3px dotted #28aeea;
	transform:translateX(-50%);
	}
.s5_box:last-child:before{ display:none;}

/*========SECTION 6========*/
.section6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s6_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1040px;
	margin: 50px auto 0px;
	padding:0 20px 35px;
	border:1px solid #41b8ec;
	border-radius:10px;
	}
.s6_block_heading{
	display:inline-block;
	vertical-align:top;
	font-size:30px;
	line-height:32px;
	color:#000;
	font-weight:800;
	margin-top:-21px;
	padding:0 20px;
	background:#fff;
	}
.s6_box{
	width:100%;
	position:relative;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	}
.s6_img_box{
	float:left;
	width:416px;
	position:relative;
	}
.s6-img{
	display:block;
	margin:0 auto 0;
	width:416px;
	}
.s6_icn_box{
	position:absolute;
	top:50px;
	right:11px;
	width:38px;
	height:38px;
	border-radius:50%;
	background:#fff;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	}
.s6-icn{
	display:block;
	margin:0 auto 0;
	width:23px;
	}
.s6_cont{
	width:calc(100% - 416px);
	padding-left:35px;
	margin-top:35px;
	}
.s6_cont_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s6_cont_col{
	width:100%;
	margin:0 auto 20px;
	padding-bottom:20px;
	border-bottom:1px solid #d3d3d3;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-start;
	}
.s6_cont_left_box{
	width:67px;
	height:67px;
	border-radius:10px;
	background:#28aeea;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	}
.s6-left-icn{
	display:block;
	margin:0 auto 0;
	width:47px;
	}
.s6_right_box{
	width:calc(100% - 67px);
	padding-left:15px;
	text-align:left;
	}
.s6_right_box h3{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-weight:800;
	}
.s6_right_box p{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:500;
	margin-top:8px;
	}
.s6_cont_col:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}
.s6_block.s6_block2{ margin:65px auto 10px;}

/*========SECTION 7========*/
.section7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#eefaff;
	}

.result_block{
	width:100%;
	max-width:1030px;
	margin:35px auto 0;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.result_box{
	width:48.5%;
	text-align:left;
	padding:20px 30px 25px;
	border:1px solid #74cbf1;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	
	display:-webkit-flex;
	display:flex;
    flex-direction:column;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.result_box_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.result_top_text{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:bold;
	text-align:center;
	}
.beforeAfter_box{
	width:100%;
	max-width:423px;
	margin:22px auto 0;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.beforeAfter_col{
	width:49.5%;
	position:relative;
	}
.beforeAfter-img{
	display:block;
	margin:0 auto 0;
	width:209px;
	border-radius:7px;
	}
.beforeAfter_col p{
	position:absolute;
	bottom:16px;
	left:50%;
	transform:translateX(-50%);
	font-size:15px;
	line-height:16px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.result_heading{
	font-size:22px;
	line-height:22px;
	color:#000;
	font-weight:800;
	margin-top:20px;
	}	
.result-star{
	display:block;
	margin-top:12px;
	width:86px;
	}
.result_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:500;
	margin-top:20px;
	}
.result_vrfy_text{
	font-size:20px;
	line-height:22px;
	color:#8e8e8e;
	font-weight:500;
	margin-top:30px;
	}
.result_vrfy_text span{
	color:#28aeea;
	font-weight:800;
	}
 
.review_slider{
	width:100%;
	margin:60px auto 0;
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.review_slide{
	width:31.33%;
	padding:15px 25px 20px;
	border:1px solid #5cbeea;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 0 8px 2px rgba(0,0,0,.1);
	
	display:-webkit-flex;
	display:flex;
	flex-wrap:wrap;
	flex-direction: column;
	justify-content:space-between;
    align-items: flex-start;
	}
.review_header{
	width:100%;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:flex-start;
	}
.review-img{
	width:56px;
	border-radius:50%;
	}
.review_header_cont{
	width:calc(100% - 56px);
	padding-left:12px;
	text-align:left;
	}
.review_header_cont h3{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:800;
	}
.review-star{
	display:block;
	margin-top:8px;
	width:86px;
	}
.review_bottom{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:20px;
	padding-top:15px;
	border-top:1px solid #d1e8ef;s
	}
.review_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:400;
	}
.review_vrfy_text{
	font-size:17px;
	line-height:20px;
	color:#585858;
	text-align:left;
	margin-top:15px;
	}
.review_vrfy_text span{
	font-size:18px;
	color:#28aeea;
	font-weight:800;
	}

/*========SECTION 8========*/
.section8{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}

.guarantee_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:890px;
	margin: 75px auto 0;
	padding:0 20px 20px;
	border-radius:10px;
	background:#28aeea;
	}
.guarantee-seal{
	display:block;
	margin:-75px auto 0;
	width:187px;
	}
.guarantee_heading{
	font-size:26px;
	line-height:34px;
	color:#fff;
	font-weight:800;
	margin-top:20px;	
	}
.guarantee_inner_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:55px;
	padding:0 25px 20px;
	border-radius:10px;
	background:#fff;
	}
.guarantee_strip{
	display:inline-block;
	vertical-align:top;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:800;
	padding:8px 20px 10px;
	border:2px solid #28aeea;
	border-radius:10px;
	margin-top:-23px;
	background:#fff;
	}
.guarantee_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:20px;
	}
.guarantee_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:2px solid #28aeea;
	}
.guarantee_list li:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}

/*========SELLING STRIP========*/
.selling_strip{
	float:left;
	width:100%;
	padding:15px 0 18px;
	background:#ffe081;
	}

/*========SECTION 9========*/
.section9{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}

.s9_block{
	width:100%;
	max-width:1030px;
	margin:0 auto 0;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.s9_left{
	float:left;
	width:46.7%;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	align-items:stretch;
	}
.s9_product_box{
	width:100%;
	margin:0 auto 0;
	padding:20px 35px 20px;
	border:2px solid #28aeea;
	border-radius:12px;
	position:relative;
	overflow:hidden;
	background:#dff6ff;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
	}
.s9_product_cont{
	display:inline-block;
	vertical-align:top;
	width:100%;	
	}
.s9_product_details{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
.s9_product_details li{
	display:inline-block;
	vertical-align:top;
	width:90%;
	font-size:22px;
	line-height:32px;
	color:#2a0807;
	font-weight:bold;
	margin-bottom:15px;
	padding:0 100px 15px 40px;
	border-bottom:1px solid #8fc7d7;
	background:url('s9-tick.webp') no-repeat;
	background-position:top 3px left;
	background-size:29px;
	}
.s9_product_details li:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}

.s9_product_box_inr{
	position:absolute;
	top:52.5%;
	right:-80px;
	width:347px;
	transform:translateY(-50%);
	}
.s9-product{
	display:block;
	margin:0 auto 0;
	width:347px;
	max-width:none;
	}
	
.s9_right{
	float:right;
	width:48.7%;
	text-align:left;
	}
.s9_warning_strip{
	width:100%;
	padding-bottom:12px;
	border-bottom:1px solid #c8c8c8;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
	}
.s9-warning-sign{ width:65px;}
.s9_warning_cont{
	width:calc(100% - 65px);
	padding-left:12px;
	text-align:left;
	}
.common_text.s9_mrgT{ margin-top:12px;}

.s9_price{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:29px;
	line-height:30px;
	color:#000;
	font-weight:800;
	text-align:center;
	margin-top:30px;
	}
.s9_price span{
	font-size:26px;
	font-weight:600;
	margin-right:12px;
	position:relative;
	}
.s9_price span:before{
	content:'';
	position:absolute;
	top:50%;
	left:-8px;
	right:-6px;
	height:2px;
	background:#ff0c06;
	transform:rotate(-13deg);
	}
	
.s9_points{
	width:100%;
	max-width:450px;
	margin:30px auto 0;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
    align-items:center;
	}
.s9_points li{
	width:33.33%;
	text-align:center;
	padding:0 9px;
	position:relative;
	}
.s9_points li img{
	display:block;
	margin:0 auto 5px;
	width:40px;
	}
.s9_points li p{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:400;
	}
.s9_points li:before{
	content:'';
	position:absolute;
	top:10px;
	left:0;
	bottom:2px;
	width:1px;
	background:#dddddd;
	}
.s9_points li:first-child:before{ display:none;}

/*========SECTION 10========*/
.section10{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#eefaff;
	}
.s10_box{
	width:100%;
	margin:50px auto 60px;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.s10_col{
	width:33.33%;
	border-left:1px solid #d7dadc;
	padding:0 20px;
	}
.s10-box-img{
	display:block;
	margin:0 auto 15px;
	width:158px;
	}
.s10_col h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:800;
	} 
.s10_col p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}
.s10_col:first-child{ border-left:none;}

.austin-logo{
	display:block;
	margin:30px auto 10px;
	width:507px;
	}
.common_text.regular{ font-weight:400;}

/*========SECTION 11========*/
.section11{
	float:left;
	width:100%;
	padding:60px 0 10px;
	background:#fff;
	}
	
.compare_box{
	width:100%;
	max-width:730px;
	margin:50px auto 10px;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.compare_col{
	width:50%;
	}
.compare_col1.compare_col{ width:28%;}
.compare_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:190px;
	}
.compare-product{
	display:block;
	margin:15px auto 0;
	width:52px;
	}
.compare_top h3{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:800;
	margin-top:10px;
	}
.compare_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.compare_list li{
	width:100%;
	height:95px;
	padding:10px 12px;
	border-bottom:1px solid #252525;
	
	display:-webkit-flex;
	display:flex;
	flex-direction:column;
	}
.compare_list li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}
.compare_col1 .compare_list li{
	padding-left:0;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:flex-start;
    align-items:center;
    flex-direction:row;
	}
.compare_list li:last-child{ border-bottom:none;}
.compare_col1 .compare_list li p{
	font-size:18px;
	font-weight:600;
	text-align:left;
	}
.compare_right{ 
	width:72%;
	margin-top:-1px;
	border:1px solid #252525;
	
 	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
	}
.compare-icn{
	display:block;
	margin:0 auto 5px;
	width:25px;
	}
.compare_col2{ background:#d2f1ff;}
.compare_col3{ border-left:1px solid #252525; background:#edf5f9;}

.testi_mid_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:700px;
	margin:100px auto 0px;
	padding:20px 20px 25px;
	border:1px solid #55d4f7;
	border-radius:10px;
	position:relative;
	background:#f2fbff;
	}
.cottaion1, .cottaion2{
	position:absolute;
	width:47px;
	}
.cottaion1{
	top:20px;
	left:20px;
	}
.cottaion2{
	bottom:20px;
	right:20px;
	transform:rotate3d(0, 1, 0, 150deg);
	}
.testi-mid-img{
	display:block;
	margin:-75px auto 0;
	width:99px;
	border:2px solid #28b8e3;
	border-radius:50%;
	outline:5px solid #fff;
	}
.testi-mid-star{
	display:block;
	margin:10px auto 0;
	width:119px;
	}
.testi_mid_text{
	font-size:19px;
	line-height:27px;
	color:#000;
	font-weight:bold;
	margin-top:20px;
	}
.testi_mid_vrfy_text{
	font-size:15px;
	line-height:18px;
	color:#2cc005;
	font-weight:500;
	margin-top:20px;
	}
.testi_mid_vrfy_text span{
	font-size:19px;
	color:#000;
	}
.testi_mid_vrfy_text img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-2px 4px 0 8px;
	}

/*========SECTION 12========*/
.section12{
	float:left;
	width:100%;
	padding:50px 0 70px;
	background:#fff;
	}
.t_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:840px;
	margin:20px auto 5px;
	}
.t_col{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:20px;
	border:2px solid #0fb0e0;
	border-radius:8px;
	overflow:hidden;
	background:#fff;
	}
.t_col_head{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:6px 25px 10px;
	background:#1183b8;
	}
.t_col_head h3{
	font-size:20px;
	line-height:28px;
	color:#fff;
	font-weight:800;
	}
.t_col_cont{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:16px 25px 20px;
	}
.t_col_cont p{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:400;
	}

/*========SECTION 13========*/
.section13{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#edf5f9;
	}
	
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:840px;
    text-align: left;
    margin: 35px auto 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border-bottom:1px solid #cbcbcb;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url('close-btn.webp') no-repeat;
	background-position: 99% center !important;
	background-size:18px !important;
    padding: 24px 27px 24px 0;
    font-size: 21px;
    line-height: 28px;
    color: #000;
	font-weight:bold;
    cursor: pointer;
	}	
.acdn-heading.accordion-open {
    background: url('open-btn.webp') no-repeat;
	}
.acdn-content{
    float: left;
    width: 100%;
	padding:0 50px 9px 0;
	}
.acdn-para{
	font-size:17px;
	line-height:25px;
	color:#000;
	font-weight:500;
	margin-bottom:15px;
	}

/*========SECTION 14========*/
.section14{
	float:left;
	width:100%;
	padding:60px 0 70px;
	position:relative;
	overflow-X:clip;
	background:#fff;
	}
.s14_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:840px;
	position:relative;
	margin: 0 auto;
	}
.s14_content{
	float:left;
	width:68%;
	text-align:left;
	}
.s14_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.s14_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin-top:10px;
	padding-left:35px;
	background:url('s14-tick.webp') no-repeat;
	background-size:20px;
	background-position:top 2px left;
	}
	
.s14-product{
	position:absolute;
	bottom:10px;
	right:-110px;
	width:431px;
	}
		
/*=====Footer=====*/
.footer{
	float:left;
    width:100%;
	padding:30px 0 0;
	border-top:1px solid #d4d4d4;
	background:#fff;
	}
.foot-logo{
	display:block;
	margin:0 auto 25px;
	width:90px;
	}
.foot_text{
	font-size:16px;
	line-height:20px;
	color:#000000;
	margin-top:10px;
	}
.foot_text a{
    padding:0 10px;
    color:#000;
	}	
	
.footer a:visited {
    color: #ff9316;
    font-size: inherit;
}

/*-----------------------
       MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

.alf{ text-align:left;}	
.fl{ float:left;}
.fr{ float:right;}
.mrgT0{ margin-top:0 !important;}
.red_color{ color:#ff0000;}
.blue_color{ color:#28aeea;}
.blackWeight{ font-weight:900;}
.extraBold{ font-weight:800;}
.semiBold{ font-weight:600;}
sup{ position:relative; top:5px; font-size:80%; line-height:100%;}

@media only screen and (max-width: 1200px){         
.container{width:1004px;}

.banner_heading{ font-size: 48px; line-height: 58px;}
.banner-product{ right: -330px; width: 628px;}
.banner-img{ left: -50px; width: 337px;}
.paw-img2{ left: 30px;}
.paw-img3{ top: 170px; right: -60px;}
.paw-img4{ left: -180px;}
.paw-img5{ left: -103px;}

.s1_money_back_box{ padding: 23px 20px 25px;}

.review_slide{ width:31.5%; padding:15px 15px 20px;}
.review_header_cont h3{ font-size: 19px; line-height:25px;}

.s14_content{ width: 61%;}
.s14-product{ bottom: 30px; right: -90px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk{display: none;}
.show-tab{display: block;}

.top_strip{ padding: 8px 0 10px;}
.top_strip p{ font-size: 14px; line-height: 16px;}

.banner_content{ width: 62%;}
.banner_pink_strip{ font-size: 15px; line-height: 18px; padding: 10px 15px 10px;}
.banner_heading{ font-size: 37px; line-height: 47px;}
.banner_heading span:before{ top: 8px; bottom: -2px;}
.banner_points{ max-width: 300px;}
.banner_points li{ font-size: 20px; line-height: 22px; padding: 0 0 10px 29px; background-size: 18px;}
.banner-product{ right: -250px; width: 478px;}
.banner-img{ left: 21px; width: 230px;}
.paw-img1{ top: 30px; left: 30px;}
.paw-img3{ top: 110px; width: 48px;}
.paw-img4{ left: -120px;}
.paw-img5{ left: -26px;}

.common_button_points li{ font-size: 13px; line-height: 13px;}

.common_heading{ font-size: 34px; line-height: 42px;}
.common_text{ font-size: 17px; line-height: 25px; margin-top:20px;}

.section1{ padding: 50px 0 60px;}
.s1-t-img{ width: 210px;}
.s1_left{ width: 44%;}
.s1_money_back_box{ padding: 20px 20px 22px;}
.money-back-seal{ display:block; margin:0 auto 15px; width: 97px;}
.s1_money_back_cont{ width:100%; padding-left:0; text-align:center;}
.s1_money_back_cont h3{ font-size: 25px; line-height: 32px;}
.s1_money_back_cont p{ font-size: 17px; line-height: 25px;}

.s1_right{ width: 51%;}
.s1_heading{ font-size: 27px; line-height: 36px;}
.s1_points li{ padding-left: 31px; background-position: top 4px left; background-size: 18px;}
.s1_points li div h3{ font-size: 20px; line-height: 25px;}
.s1_points li div p{ font-size: 17px; line-height: 25px;}


.quantity-selector{grid-column-gap: 15px;}
.pkg_prod{ width:80px;}
.order_strip{padding: 10px 8px;column-gap: 8px;justify-content: center;}
.order_strip img {width: 20px;}
.order_strip p{font-size: 14px;line-height: 20px;}
.order_text {font-size: 14px;line-height: 21px;}
.order_text img{width: 15px;}
ul.gift_list,ul.free_product-list{gap: 8px;}
.gift-img{ width:50px;}
ul.gift_list li h3,ul.free_product-list li h3{font-size: 10px; line-height: 12px;width: 75px;}
ul.gift_list li p,ul.free_product-list li p{font-size: 12px;line-height: 14px;}
.most-pouplar{font-size: 10px;line-height: 15px;}


.sale_box_left{ width: 73%;}
.sale_box_left h3{ font-size: 20px; line-height: 24px; margin-bottom:-4px;}
.sale_box_left p{ font-size: 14px; line-height: 20px; margin-top:15px;}
.sale_box_right{ width: 24%;}
.sale_cut_price{ font-size: 18px; line-height: 18px;}
.sale_price{ font-size: 24px; line-height: 26px;}

.section2{ padding: 50px 0 60px;}
.s2_block{ margin: 40px auto 0; align-items: flex-start;}
.red-arrow{ top: 56%; left: -39px;}
.s2_block_left{ width: 43%;}
.s2_block_right{ width: 51.5%;}
.s2_points li{ font-size: 18px; line-height: 26px; padding-left: 31px; background-size: 20px; background-position:top 5px left;}
.s2_head{ font-size: 26px; line-height: 35px; margin-top:35px;}
.s2_head.s2_fs32{ font-size:29px; line-height:37px;}

.warning-prod{ width: 90px;}
.warning_box h3{ font-size: 30px; line-height: 40px;}

.s2_box{ margin: 50px auto 60px;}
.s2_box_left{ width: 55.5%;}
.common_text.fs23{ font-size: 21px; line-height: 30px;}
.common_text.fs20{ font-size: 18px; line-height: 31px;}
.s2_box_right{ width: 42%;}
.ylwRed-arrow{ top: 51%; left: -50px; width: 68px;}

.section3{ padding: 50px 0 60px;}
.secret-product{ bottom: -31px; right: -57px; width: 119px;}
.secret_block{ max-width: 615px;} 
.secret_box{ padding: 20px 25px 18px;}
.oxy-logo{ width: 215px;}
.secret_box p{ width:calc(100% - 233px); margin-left: 18px; padding-left: 18px;}
	
.s3_mid_box{ margin: 35px auto 45px;}
.s3_mid_num{ width: 38px; height: 38px; font-size: 21px; line-height: 38px;}
.s3_mid_col h3{ font-size: 18px; line-height: 26px; margin-top:15px;}

.surface_list{ margin: 35px auto 30px;}
.surface_list li{ width: 14.5%;}
.surface_list li div{ font-size: 15px; line-height: 17px; padding: 5px 12px 7px;}

.s3_safe_list li img{ margin:0 auto 12px; width: 32px;}
.s3_safe_list li p{ font-size: 18px; line-height: 26px;}

.section4{ padding: 50px 0 60px;}
.difference_heading{ font-size: 22px; line-height: 27px;}
.difference_text{ font-size: 17px; line-height: 25px;}
.difference_list li{ font-size:17px; line-height:25px; padding-left: 30px; background-position:top 3px left !important; background-size: 18px !important;}

.section5{ padding: 50px 0 60px;}
.s5_cont h3{ font-size: 23px; line-height: 30px;}
.s5_cont p{ font-size: 17px; line-height: 25px;}
.s5_num{ width: 48px; height: 48px; font-size: 22px; line-height: 39px;}
.s5_box:before{ top: 65%;}

.section6{ padding: 50px 0 60px;}
.s6_block_heading{ font-size: 25px; line-height: 28px; margin-top: -19px; padding: 0 12px;}
.s6_img_box{ width: 335px;}
.s6_icn_box{ top: 43px; right: 8px; width: 32px; height: 32px;}
.s6-icn{ width:20px;}
.s6_cont{ width:calc(100% - 335px);}
.s6_cont_left_box{ width: 54px; height: 54px;}
.s6-left-icn{ width: 39px;}
.s6_right_box{ width: calc(100% - 54px);}
.s6_right_box h3{ font-size: 20px; line-height: 28px;}

.section7{ padding: 50px 0 60px;}
.section7 .common_heading{ font-size:24px;}
.result_top_text{ font-size: 19px; line-height: 19px;}
.result_box{ width: 48.3%; padding: 20px 20px 25px;}
.result_heading{ font-size: 21px; line-height: 21px;}
.result_vrfy_text{ font-size: 19px; line-height: 21px;}

.review_slider{ margin: 40px auto 0;}
.review-img{ width: 40px;}
.review_header_cont{ width: calc(100% - 40px); padding-left: 10px;}
.review_header_cont h3{ font-size: 16px; line-height: 21px;}
.review_text{ font-size: 14px; line-height: 22px;}
.review_vrfy_text{ font-size: 13px; line-height: 18px;}
.review_vrfy_text span{ font-size: 14px;}

.section8{ padding: 50px 0 60px;}
.guarantee-seal{ margin: -65px auto 0; width: 160px;}
.guarantee_heading{ font-size: 24px; line-height: 32px;}
.guarantee_strip{ font-size: 19px; line-height: 21px; padding: 8px 15px 10px;}
.guarantee_list li{ font-size: 17px; line-height: 25px;}

.section9{ padding: 50px 0 60px;}
.s9_left{ width: 41%;}
.s9_product_box{ padding: 20px 20px 20px;}
.s9_product_details li{ font-size: 16px; line-height: 28px; margin-bottom: 12px; padding: 0 53px 12px 26px; background-position: top 5px left; background-size: 18px;}
.s9_product_box_inr{ top: 50.5%; right: -50px; width: 205px;}
.s9-product{ width: 205px;}
.s9_right{ width: 54%;}
.s9-warning-sign{width: 58px;}
.s9_warning_cont{ width:calc(100% - 58px);}
.s9_price{ font-size: 25px; line-height: 26px; margin-top:25px;}
.s9_price span{ font-size:22px;}
.s9_points li p{ font-size: 13px; line-height: 18px;}

.section10{ padding: 50px 0 60px;}
.s10-box-img{ width: 130px;}
.s10_col{ padding: 0 15px;}
.s10_col h3{ font-size: 20px; line-height: 26px;}
.s10_col p{ font-size: 17px; line-height: 25px;}
.austin-logo{ margin: 30px auto 30px; width: 390px;}

.section11{ padding: 50px 0 10px;}

.section12{ padding: 40px 0 60px;}

.section13{ padding: 50px 0 60px;}
.accordion{ font-size: 20px; line-height: 28px;}

.section14{ padding: 50px 0 60px;}
.s14_content{ width: 63%;}
.s14-product{ bottom: 60px; right: -80px; width: 361px;}
.s14_points li{ font-size: 17px; line-height: 25px; padding-left: 31px; background-size: 18px; background-position: top 3px left;}
	


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.top_strip p{ font-size: 14px; line-height: 18px;}
.top_strip p span{ font-size:15px;}

.head_button{ display:none;}
.top-fix-bar{margin-bottom: 60px;}
.header{ padding: 5px 0; height: 60px;margin-top: -60px;top: 60px; display:block;}
.logo{ float:none; display:block; margin:0 auto 0; width:100px;}

.banner_hero .container{ padding: 0 8px;}
.banner_main_block{flex-wrap: wrap; flex-direction: column;}
.banner_content{ width:100%; padding:0; text-align:center;}
.banner_header_box_m{ float:left; width:calc(100% + 16px); margin-left:-8px; padding:12px 8px 15px; text-align:center; background:url('banner-bg-m.webp') no-repeat #1182b7; background-position:top center; background-size: cover;}
.banner_pink_strip{ line-height: 20px; padding:5px 15px;}
.banner_heading{ width:77%; font-size: 29px; line-height: 35px; letter-spacing:-0.3px; color:#fff; text-align:left;    margin-top: 10px;}
.banner_heading span:before{ display:none;}
.banner_heading span{ color:#ffd202; padding:0;}
.banner_points{ max-width:410px; margin-top: 15px;}
.banner_points li{ font-size: 17px; line-height: 18px; padding: 0 0 0 23px; border-bottom: none; background-size: 14px;}

.banner_img_box_m{ display:inline-block; vertical-align:top; width:100%; max-width:410px; margin-top:12px; position:relative;}
.banner_heading_box_m{ display:inline-block; vertical-align:top; width:100%; max-width:410px; text-align:left;}
.banner-img-m{ float:left; width:250px; height:145px; border:2px solid #000; border-radius:3px; object-fit: cover;}
.banner-product-m{ position:absolute; bottom: -15px; right: -228px; width: 423px; max-width: none;}
.banner-dog-img-m{ width:calc(100% + 16px); margin:10px auto 0 -8px; max-width:none;}

.button_box{ text-align:center; margin-top: 30px;}
.button_width{ max-width: 345px;}
a.common_button{ height: 55px; font-size: 23px; line-height: 51px;}
a.common_button img{ width: 21px;}
.button_text{ font-size: 13px; line-height: 12px;}
.button_bottom_text span{ width: 19px; height: 19px; line-height: 18px;}
.button_top_text{ margin-bottom: 12px;}
.common_button_points li{ font-size: 12px; line-height: 12px;}
.common_button_points li img{ width: 12px; margin: -2px 4px 0 0;}

a.common_solution_button{ font-size: 18px; line-height: 23px; padding: 10px 20px 12px;}
a.common_solution_button span{ font-size: 24px;}

.common_heading{ font-size: 26px; line-height: 33px;}
.section1 .common_heading{font-size: 24px;}
.common_text{ font-size: 16px; line-height: 24px;}
.common_text.fs23{ font-size: 20px; line-height: 28px;}

.section1{ padding: 30px 0 35px;}
.s1-t-img{ width: 170px;}
.s1_block{ margin-top: 20px;}
.s1_left{ width:100%;}

.s1_right{ width: 100%; margin-top:8px;}
.s1_heading{ font-size: 24px; line-height: 32px;}
.s1_rating_text{ font-size: 14px; line-height: 18px;margin-bottom: 10px;}
.s1_rating_text img{ width: 77px; margin: -3px 6px 0 0;}

.s1_points li{ padding-left: 28px;font-size: 17px; line-height: 23px;}


.order_strip p {font-size: 13px;line-height: 18px;}
.order_strip img {width: 18px;}

.quantity-selector{grid-column-gap: 10px; grid-row-gap: 10px;}
.quantity-selector_col{ padding:16px 10px 10px;}
.pkg_prod{width: 60px;}
.qty_selector-title{ font-size:16px;}
.quantity-selector_price{font-size: 13px;line-height: 16px;}
.most-pouplar{padding: 2px 8px;font-size: 9px; line-height: 13px;}

.gift-lockings{width: 2.5rem; height: 2.5rem;}
ul.gift_list,ul.free_product-list{margin-top: 25px;}
ul.gift_list li h3,ul.free_product-list li h3{width: 70px;font-size: 9px; line-height: 11px;  top: -8px;}
ul.gift_list li p {font-size: 11px;line-height: 14px;}
ul.sec1-list2{ padding-left:10px;}
ul.sec1-list2 li { font-size: 13px;line-height: 19px;margin-top: 8px;}
ul.free_product-list li p{  font-size: 10px;line-height: 11px;}
.free_product-row .order_text{ font-size:15px;}
.free_prod-img{ width:50px;}
.gift-unlockers {font-size: 10px;}


.ship_text{font-size:11px;}
.ship_text:before{width: 7px;height: 7px;margin: 0px 6px 0 0;}
.low-stock-row {width: 60px;margin: 0 5px;}
.low-stock-indicater{width: 10px;height: 11px;}
.balance_icon{width: 7px;}
.stock_text{font-size: 13px;}
.price_col .cut-price,.price_col .offer-price{font-size: 24px; line-height: 28px;}


.s1_money_back_box{ max-width:360px; padding: 15px 10px 15px;}
.money-back-seal{ margin: 0; width: 80px;}
.s1_money_back_cont{ width: calc(100% - 80px); padding-left: 12px; text-align:left;}
.s1_money_back_cont h3{ font-size: 16px; line-height: 21px;}
.s1_money_back_cont p{ font-size: 12px; line-height: 18px;margin-top: 5px;}


.brand_strip{ padding: 15px 0;}
.brand_box{ justify-content: center;}	
.feature_text{ width:100%; font-size: 14px; line-height: 16px;}
ul.brand_list{ width: 100%; max-width:380px; border-left: none; margin:12px auto 0; padding-left: 0;}
ul.brand_list li img{ height: 37px;}

.section2{ padding: 30px 0 0;}
.s2_block{ margin: 20px auto 0;}
.s2_block_right{ width:100%;}
.s2_block_left{ width:100%; margin-top:25px; position:relative;}
.s2-img{ width:100%;}
.s2_block_left p{ position:absolute; bottom:10px; left:15px; right:15px;font-size: 17px; line-height: 26px;}
.s2_points li{ font-size: 16px; line-height: 24px; margin-top: 10px; padding-left: 28px; background-size: 17px; background-position: top 6px left;}
.s2_head{ font-size: 24px; line-height: 30px; margin-top: 25px;}

.warning_box{ display:inline-block; vertical-align:top; margin: 40px auto 0; padding: 22px 20px 0;}
.warning-icn{ top: -27px; width: 50px; margin-left: -25px;}
.warning-prod{ display:none;}
.warning_box h3{ font-size: 25px; line-height: 32px;}
.warning-prod-m{ width:calc(100% + 40px); margin:15px auto 0 -20px; max-width:none; border-radius:0 0 12px 12px;}

.s2_strip_m{ display:inline-block; vertical-align:top; width:100%; margin-top:15px; padding:15px 95px 15px 10px; text-align:left; position:relative; border-left:3px solid #ff5353; background:#f7f7f7;}
.s2-strip-img-m{ position:absolute; top:50%; right:-5px; width:99px; border-radius:50%; transform:translateY(-50%);}

.s2_box{ margin: 25px auto 10px;}
.s2_box_left{ width:100%;}
.s2_box_heading{ font-size: 23px; line-height: 30px;}
.s2_box_right{ width:100%; margin-top: 20px; position:relative;}
.common_text.fs20{ font-size: 16px; line-height: 26px;}
.s2_box_right_text{ width:315px; text-align:left; position:absolute; bottom:20px; left:15px; right:15px;}
.s2-img2-m{ margin:0 auto 0; width:100%; border-radius:10px;}
.yelow_bg2{ width: 52%;}
.yelow_bg2:first-child{ width:90%;}
.dollar{ top:-30%; right: -9px; width: 100px;}
.ylwRed-arrow{ top: -34px; left: 52%; width: 88px; transform: translateX(-50%) rotate(11deg);}
.s2_head.s2_fs32{ font-size: 23px; line-height: 30px;}

.lucky_box{ margin: 20px auto 0;}
.lucky_col{ width: 49.5%;}
.lucky_col p{ bottom: 15px; font-size: 14px; line-height: 14px;}
.lucky-img{ height: 197px; object-fit: cover;}

.s2-dog-img-m{ margin:35px auto -17px; width:284px;}

.section3{ padding: 30px 0 0;}
.secret_block{ margin-top: 20px;}
.secret_box{ margin-bottom: -8px; padding: 10px 76px 15px 15px; border-radius:0;}
.oxy-logo{ display:block; margin-top:0; width:180px;}
.secret_box p{ width:100%; font-size: 16px; line-height: 22px; margin-top:6px; margin-left:0; padding-left:0; border-left:none;}
.secret_box2_m{ display:inline-block; vertical-align:top; width:100%; padding-right:97px;}
.secret-product{ bottom: 10px; right: -30px; width: 150px;}
.yelow_bg{ padding: 0 6px 2px;}
.yelow_bg.dark_yelow_bg{ background:#f8d721;}

.s3_mid_box{ margin: 25px auto 0; row-gap:35px;}
.s3_mid_col{ width:100%; text-align:left; padding-left:50px;}
.s3_mid_num{ position:absolute; top:0; left:0; font-size: 18px;}
.s3_mid_col h3{ font-size: 20px; line-height: 25px; margin-top:0;}
.s3-mid-img{ margin:12px auto 0; width:100%;}
.s3_mid_col:before{ top: 20px; left: 18px; right: auto; bottom: 0; border-top: none; border-left: 3px dotted #28aeea;}
.s3_mid_col:last-child:before{ display:block;}
.s2_head.s2_fs32.s2_fs20_m{ font-size:18px; line-height:26px;}

.surface_list{ max-width:410px; margin: 20px auto 0; row-gap: 25px;}
.surface_list li{ width: 30.33%;}
.surface_list li div{ font-size: 16px; line-height: 18px; padding: 5px 12px 7px; border: 1px solid #28aeea;}

.s3_safe_list{ max-width:410px; margin: 30px auto 0;}
.s3_safe_list li{ padding: 0 7px;}
.s3_safe_list li:before{ bottom: 0;}
.s3_safe_list li img{ width:27px;}
.s3_safe_list li p{ font-size:13px; line-height:21px;}
.s3-dog-img-m{ width:calc(100% + 30px); margin:30px auto 0 -15px; max-width:none;}

.section4{ padding: 30px 0 5px;}
.difference_box{ max-width:410px; margin: 20px auto 0; row-gap:20px;}
.difference_col{ width:100%; padding:20px 15px 25px;}
.difference_heading{ font-size: 20px; line-height: 25px;}
.difference_text{ font-size: 16px; line-height: 24px;}
.difference_list{ max-width: 302px;}
.difference_list li{ font-size: 16px; line-height: 24px; margin-top:6px; padding-left: 25px; background-position: top 4px left !important; background-size: 16px !important;}

.section5{ padding: 30px 0 5px; background:#fff;}
.s5_block{ max-width:450px; margin:25px auto 0;}
.s5_box{ padding-bottom: 50px; justify-content: center;}
.s5_img_box{ width:100%;}
.s5_cont{ width:100%; text-align:center !important; margin-top:5px; padding:0 12px;}
.s5_num{ position:static; display:inline-block; vertical-align:top; transform:none; width: 45px; height: 45px; font-size: 20px; line-height: 36px; margin-top:-23px;}
.s5_cont p{ font-size: 16px; line-height: 24px;}
.s5_box:before, .s5_box:last-child:after{ display:none;}
.s5_box:after{ content:''; position:absolute; bottom:0; left:50%; width:80px; height:31px; transform:translateX(-50%); background:url('s5-box-shape-m.webp') no-repeat; background-size:cover;}
.s5_box:last-child{ padding-bottom:0;}
.s5_box:first-child{ margin-top:0;}

.section6{ padding: 30px 0 5px;}
.s6_block{ margin-top:20px; padding:0 12px 12px; background: #28aeea; overflow: hidden;}
.s6_img_box{ width:100%;}
.s6-img-m{ display:block; width:calc(100% + 24px); margin:0 auto 0 -12px; max-width:none;}
.s6_icn_box{ top: 6px; right: 28px; width:38px; height:38px;}
.s6-icn{ width:23px;}
.s6_block_heading{ font-size: 26px; line-height: 28px; margin-top: 0; padding: 0; background: none; color: #fff;}
.s6_cont{ width: 100%; margin-top:10px; padding-left:0;}
.s6_cont_col{ margin-top:10px; margin-bottom:0; padding:12px 12px 15px !important; border-bottom:0; border-radius:10px; background:#fff;}
.s6_cont_left_box{ width: 58px; height: 58px;}
.s6-left-icn{ width: 43px;}
.s6_right_box{ width: calc(100% - 58px); padding-left:12px;}
.s6_right_box h3{ font-size: 19px; line-height: 26px;}
.s6_right_box p{ font-size: 16px; line-height: 22px;}
.s6_block.s6_block2{ margin: 25px 0 0;}

.section7{ padding: 30px 0 5px; background:#fff;}
.result_block{ max-width: 430px; margin: 25px auto 0; row-gap: 25px;}
.result_box{ width:100%; padding:15px 15px 20px; background:#f0f8fb;}
.beforeAfter_box{ margin: 15px auto 0;}
.beforeAfter_col p{ font-size: 14px;}
.result_top_text{ font-size: 16px; line-height: 16px;}
.beforeAfter-img{ height:219px; object-fit:cover;}
.result_heading{ font-size: 20px; line-height: 20px; margin-top: 15px;}
.result_text{ font-size: 16px; line-height: 24px;}
.result_vrfy_text{ font-size: 14px; line-height: 16px; margin-top:20px;}
.result_vrfy_text span{ font-size: 16px;}

.review_slider{ max-width:450px; margin-top: 20px;}
.review_slide{ width:100%; padding: 15px 15px 20px; background:#f0f8fb; margin: 10px 0px;}
.review_header{ min-height:73px;}
.review-img{ width: 56px;}
.review_header_cont{ width: calc(100% - 56px); padding-left: 12px;}
.review_header_cont h3{ font-size: 19px; line-height: 25px;}
.review_text{ font-size: 16px; line-height: 22px;}
.review_vrfy_text{ font-size: 14px; line-height: 18px; margin-top:15px; padding:0 10px;}
.review_vrfy_text span{ font-size:16px;}
.review_bottom{ margin-top: 15px; padding: 15px 10px 0;}

.section8{ padding: 30px 0 0;}
section.section8 > .container {
    padding-left: 0;
    padding-right: 0;
}
.guarantee_heading{ font-size: 25px; line-height: 33px;}
.guarantee_box{ width:calc(100% + 0x); margin-left:-0px; padding:0 15px 20px; border-radius:0;}
.guarantee_strip{ font-size: 18px; line-height: 20px; padding: 7px 12px 9px;}
.guarantee_list{ margin-top: 10px;}
.guarantee_list li{ font-size: 16px; line-height: 24px;}
.guarantee_inner_box{ max-width:450px; margin-top: 45px; padding: 0 15px 23px;}

.section9{ padding: 20px 0 35px;}
.s9_right{ width:100%;}
.s9-warning-sign{ width: 50px;}
.s9_warning_cont{ width:calc(100% - 50px);}
.s9_right .common_text{ font-size:14px; line-height:22px;}
.s9_price{ font-size: 29px; line-height: 30px; margin-top:22px;}
.s9_price span{ font-size:26px;}
.s9_points li:before{ display:none;}
.s9_points{ margin: 15px auto 0;}
.s9_points li{ width: 32.33%; padding:0;}
.s9_points li p{ font-size: 12px; line-height: 17px;}

.s9_left{ width:100%; margin-top:20px;} 
.s9_product_box{ max-width:390px; padding: 12px 20px 10px;}
.s9_product_details li{ font-size: 18px; line-height: 26px; margin-bottom: 12px; padding: 0 30px 12px 30px; background-position: top 5px left; background-size: 19px;}
.s9_product_box_inr{ width: 205px; position: static; width: 15%; transform:none;}
.s9-product{ width: 195px; margin: 0 auto 0 -110px;}
.s9_product_cont{ width: 85%;}

.section10{ padding: 30px 0 35px; background:#f5fafc;}
.s10_box{ max-width:370px; margin: 25px auto 0;}
.s10_col{ width:100%; border-left:none; border-bottom: 1px solid #d7dadc; margin-bottom:12px; padding:0 0 12px; display: -webkit-flex; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;}
.s10-box-img{ width: 110px; margin:0;}
.s10_col h3{ width:calc(100% - 110px); padding-left:15px; text-align:left;}
.s10_col p{ display:none;}
.s10_col:last-child{ margin-bottom:0; padding-bottom:0; border-bottom:none;}
.austin-logo{ margin: 25px auto 20px; width: 250px;}

.section11{ padding: 30px 0 5px;}
.compare_box{ width:calc(100% + 20px); margin:30px auto 35px -10px;}
.compare_top{ height: 160px;}
.compare_top h3{ font-size: 14px; line-height: 18px; margin-top: 5px;}
.compare_list li{ height:105px; padding: 10px 8px;}
.compare_list li p{ font-size: 12px; line-height: 18px;}
.compare_col1 .compare_list li p{ font-size: 14px;}
.compare-product{ margin: 12px auto 0; width: 45px;}

.testi_mid_box{ max-width:390px; margin: 70px auto 0px;; padding: 20px 20px 22px;}
.cottaion1, .cottaion2{ width: 37px;}
.cottaion1{ top: 40px;}
.cottaion2{	bottom: 30px;}
.testi-mid-img{ margin: -55px auto 0; width: 80px;}
.testi-mid-star{ margin:10px auto 0; width: 79px;}
.testi_mid_text{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.testi_mid_vrfy_text{ font-size: 13px; line-height: 16px; margin-top: 16px;}
.testi_mid_vrfy_text span{ font-size: 17px;}
.testi_mid_vrfy_text img{ width: 15px; margin:-2px 4px 0 8px;}

.section12{ padding: 30px 0 35px;}
.t_box{ margin: 5px 0 0;}
.t_col_head{ padding: 5px 15px 9px;}
.t_col_head h3{ font-size: 18px; line-height: 26px;}
.t_col_cont{ padding: 15px 15px 17px;}
.t_col_cont p{ font-size: 16px; line-height: 24px;}

.section13{ padding: 30px 0 20px;}
.faq-container{ margin-top: 10px;}
.accordion{ font-size: 18px; line-height: 26px; background-size: 12px !important; padding: 15px 25px 15px 0;}
.acdn-content{ padding: 0 20px 5px 0;}
.acdn-para{ font-size: 16px; line-height: 24px;}
.up-slide-dwn:last-child{ border-bottom:none;}

.section14{ padding: 30px 0 35px;}
.s14_content{ width:100%; text-align:center;}
.s14_box_m{ display:inline-block; vertical-align:top; width:100%; max-width:370px; text-align:left; padding-right:84px; position:relative; min-height:264px;}
.s14_points{ margin-top: 7px;}
.s14_points li{ font-size: 16px; line-height: 24px; margin-top: 8px; padding-left: 26px; background-size: 16px; background-position: top 3px left;}
.s14-product-m{ position:absolute; bottom:0; right:0; width:79px;}	

.footer{ padding: 25px 0 0;}
.foot-logo{ margin: 0 auto 15px;}
.foot_text{ font-size: 13px; line-height: 16px;}
.foot_text a{ padding:0 5px;}






.txCnrM{ text-align:center;}
.txlftM{ text-align:left !important;}
}