@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	font-family: 'Poppins';
	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: 'Poppins';
    src: url('Poppins-Light.woff2') format('woff2'),
	url('Poppins-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Regular.woff2') format('woff2'),
	url('Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Medium.woff2') format('woff2'),
	url('Poppins-Medium.woff') format('woff');
	font-weight: 500;
	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;
	}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Bold.woff2') format('woff2'),
	url('Poppins-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-SemiBoldItalic.woff2') format('woff2'),
	url('Poppins-SemiBoldItalic.woff') format('woff');
	font-weight: 600;
	font-style: italic;
	font-display: swap;
	}
@font-face {
    font-family: 'Poppins';
    src: url('Poppins-Italic.woff2') format('woff2'),
	url('Poppins-Italic.woff') format('woff');
	font-weight: normal;
	font-style: italic;
	font-display: swap;
	}
@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Regular.woff2') format('woff2'),
	url('Graphik-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Medium.woff2') format('woff2'),
	url('Graphik-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Graphik';
    src: url('Graphik-Semibold.woff2') format('woff2'),
	url('Graphik-Semibold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN CSS START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*====nav-strip====*/
.nav-strip{
	width:100%;
	background:#0c426d;
	padding:8px 0 6px;
	}
.nav-strip-list{
	width:100%;
	max-width:480px;
	display:flex !important;
	display:-webkit-flex;
	justify-content:center;
	margin:0 auto;
	}
.nav-strip-list li{
	float:left;
	}
.nav-strip-list li p{
	font-size: 15px;
	line-height:21px;
	letter-spacing:0.3px;
	color: #fff;
	font-weight:300;
    white-space: nowrap;
	}
.nav-strip-list li p img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-2px 10px 0 0;
	}	



/*====banner-section====*/
.banner{
	float: left;
	width: 100%;
	background:#f3f8fc;
	padding:60px 0 65px;
	overflow: hidden;
	}
.banner_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:flex-end;
	}
.banner_left{
	width:48%;
	text-align:left;
	}
.banner_rev{
	font-size:15px;
    line-height:21px;
	letter-spacing:0.3px;
    color:#000;
	}
.bnr-rev-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	width:84px;
	}			
.banner_heading{
	font-size:62px;
	line-height:70px;
	color: #0c426d;
	font-weight:500;
	font-family: 'Graphik';
	margin-top:5px;
	}
.banner-text1{
	font-size:16px;
	line-height:24px;
	color: #000;
	margin-top:25px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:340px;
	margin-top:30px;
	text-align:center;
	}
.common_btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height:58px;
    color: #fff;
    background: #00aeef;
    font-size:19px;
    line-height:58px;
	letter-spacing:0.3px;
    font-weight:600;
	font-family: 'Graphik';
    text-align: center;
    text-transform: uppercase;
    border-radius:45px;
    margin: 7px 0 10px;
	}
.common_btn img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-4px 0 0 10px;
	}
.btn-text{
	font-size:13px;
	line-height:15px;
	color:#3f3e3e;
	}
.btn-dollar-icn{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-4px 8px 0 0;
	}
.banner-feature-row{
	width:100%;
	max-width:370px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:20px 0 0;
	}
.banner-feature-col{
	text-align:center;
	}
.banner-feature-icn{
	display:block;
	margin:0 auto;
	width:42px;
	}
.banner-feature-col-text{
	font-size:12px;
	line-height:14px;
	color:#3f3e3e;
	margin-top:5px;
	}
	
.banner_right{
	width:50%;
	}
.banner-product{
	display:block;
	width:650px;
	}

/*=====as-seen=====*/
.as-seen{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 0 5px;
	border-bottom:1px solid #d9d9d9;
	}
.as-seen-heading{
	font-size:16px;
	line-height:20px;
	color:#171926;
	font-weight:500;
	}
.as-seen-row{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin-top:10px;
	}
.as-seen-list{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal 15s linear infinite;
	}
.as-seen-list li{
	padding:0 30px;
	}
.as-seen-list li img{
	width:auto;
	height:43px;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
}

.shop-bar{
    color: #fff;
    text-align: center;
}
.shop-bar img{
    width: 30px;
    height: auto;
    position: relative;
    top: 0;
    padding-right: 10px;
}

/*====section1====*/
.section1{
    float: left;
    width: 100%;
	padding:80px 0 80px;
	background:#fff;
	}
.s1-text{
	font-size:22px;
	line-height:32px;
	color:#0c426d;
	font-weight:600;
	font-style:italic;
	}
.common_heading{
	font-size:48px;
	line-height:54px;
	color:#0c426d;
    font-family: 'Graphik';
	font-weight:500;
	}
.common_text{
	font-size:17px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:25px;
	}
.s1-dot-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	flex-direction:column;
	margin:20px auto 5px;
	}
.s1-dot{
	display:block;
	width:26px;
	height:26px;
	background:#0c426d;
	border-radius:50%;
	border:5px solid #c7d3dd;
	margin:0 auto;
	}
.s1-dot-border{
	display:inline-block;
	vertical-align:top;
	border-right:2px solid #bec4c7;
	height:40px;
    margin-top: -5px;
	}

.s1-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content: space-between;
	margin:55px auto 0;
	}
.s1-col{
	width:15%;
	text-align:left;
	}
.s1-col-img{
	display:block;
	margin:0 auto;
    max-width: 100%;
	border-radius:10px;
	}
.s1-col-text{
	font-size:16px;
	line-height:25px;
	color:#000000;
	font-weight:500;
	margin-top:15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	}
.s1-arw{
	float:right;
	width:28px;
	}

/*====section2====*/
.section2{
    float: left;
    width: 100%;
	padding:60px 0 75px;
	background:#ecf6ff;
	}
.product-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:3.5%;
	margin:60px auto 0;
	}
.product-col{
	width:31%;
	text-align:center;
    display: flex;
	display:-webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	}
.product-col-img-box{
	width:100%;
	background:#fff;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	border-radius:3px;
	padding:35px 10px;
	}
.product-col-img{
	display:block;
	margin:0 auto;
	width:250px;
	max-width:100%;
	}
.product-col-info{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:25px 5px 0;
	text-align:left;
    display: flex;
	display:-webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	flex:1;
	}
.product-col-info-inner{
	width:100%;
    display: flex;
	display:-webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	flex:1;
	}
.product-col-info-top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.product-col-info-header{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	column-gap:25px;
	}
.product-col-info-heading{
	font-size:22px;
	line-height:26px;
	color:#1d1d1d;
	font-weight:500;
    font-family: 'Graphik';
	}
.product-col-info-icn{
	display:block;
	width:36px;
	flex-shrink:0;
	}
.product-col-info-text{
	font-size:16px;
	line-height:23px;
	color:#1d1d1d;
	margin-top:20px;
	}
.product-col-price-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:flex-start;
	column-gap:25px;
	margin:25px auto 0;
	}
.product-col-text1{
	font-size:13px;
	line-height:15px;
	color:#737373;
	}
.product-col-price-text{
	float:left;
	margin-top:5px;
	}
.product-col-retail-prc{
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:500;
	font-family: 'Graphik';
	margin-right:15px;
	position:relative;
	}
.product-col-retail-prc:after{
	content:"";
    position: absolute;
    top:52%;
    left: -4px;
    right: -4px;
    height: 1px;
    background: #f00;
    transform: rotate(-28deg);
	}
.product-col-offer-prc{
	display:inline-block;
	vertical-align:top;
	font-size:22px;
	line-height:26px;
	color:#00aeef;
	font-weight:500;
	font-family: 'Graphik';
	}
.product-col-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: 55px;
    color: #fff;
    background: #00aeef;
    font-size: 18px;
    line-height: 55px;
    letter-spacing: 0.3px;
    font-weight: 600;
    font-family: 'Graphik';
    text-align: center;
    text-transform: uppercase;
    border-radius: 45px;
	margin-top:35px;
	}
.product-col-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    margin: -4px 0 0 10px;
	}

/*====section3====*/
.section3{
    float: left;
    width: 100%;
	padding:60px 0 65px;
	background:#fff;
	}
.s3-top-img{
	display:block;
	margin:0 auto 15px;
	width:310px;
	}
.s3-vdo-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:1.28%;
	margin:40px auto 10px;
	}
.s3-vdo-col{
	display:inline-block;
	vertical-align:top;
	width:15.6%;
	position:relative;
	cursor:pointer;
	border-radius:5px;
	}
.s3-vdo-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:8px;
	}
.play-btn{
	position:absolute;
	top:50%;
	left:50%;
	width:61px;
    margin:-30px 0 0 -30px;
	}
	
/*====section4====*/
.section4{
    float: left;
    width: 100%;
	padding:60px 0 60px;
	background:#ecf6ff;
	}
.categories-row{
	width:100%;
	display:flex !important;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	column-gap:15px;
	margin:40px auto 10px;
	}
.categories-col{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	width:370px !important;
	position:relative;
	padding:30px 22px;
	overflow:hidden;
	}
.categories-col-content{
	float:left;
	width:55%;
	text-align:left;
    height: 100%;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	}
.categories-col-content-top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.categories-col-heading{
	font-size:23px;
	line-height:28px;
	color:#0c426d;
	font-weight:600;
	}
.categories-col-text{
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:8px;
	}
.categories-col-link{
	font-size:15px;
	line-height:20px;
	color:#000;
	margin-top:20px;
	text-decoration:underline;
	}
.categories-img{
	position:absolute;	
	top:50%;
	transform:translateY(-50%);
	right:0;
	}
.categories-img-1{width:220px;}
.categories-img-2{width:200px;right: -20px;}
.categories-img-3{width:180px;}
.categories-img-4{width:90px; right:20px;}
.categories-img-5{width:210px;}


/*====section5====*/
.section5{
    float: left;
    width: 100%;
	padding:60px 0 65px;
	background:#fff;
	}
.s5-box{
	width:100%;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
	row-gap:80px;
	padding:0 70px;
	margin:50px auto 20px;
	}
.s5-row{
	width:100%;
	display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin:0 auto;
	}
.s5-col-one{
	width:47%;
	}
.s5-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5-col-two{
	width:48%;
	text-align:left;
	align-content:center;
	}
.s5-col-header{
	width:100%;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	align-items:center;
	column-gap:25px;
	}
.s5-col-heading{
	font-size:25px;
	line-height:30px;
	color:#0c426d;
	font-weight:600;
	}
.s5-col-icn{
	width:49px;
	flex-shrink:0;
	}
.s5-col-text1{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:20px;
	}
.s5-quote-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border:1px solid #00aeef;
	border-radius:7px;
	margin-top:50px;
	padding:30px 25px 20px;
	text-align:left;
	position:relative;
	}
.s5-quote-icn{
	position:absolute;
	left:25px;
	top:-25px;
	width:48px;
	height:48px;
	background:#fff;
	border-radius:50%;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
	align-items:center;
	}
.s5-quote-icn img{
	display:block;
	margin:0 auto;
	width:30px;
	}
.s5-quote-text1{
	font-size:22px;
	line-height:30px;
	color:#000;
	font-style:italic;
	}
.s5-quote-doctor{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-top:1px solid #ddd;
	padding:10px 0 0;
	text-align:left;
	margin-top:25px;
	}
.s5-quote-doctor-name{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.2px;
	color:#00aeef;
	font-weight:600;
    font-family: 'Graphik';
	}
.s5-quote-doctor-text1{
	font-size:14px;
	line-height:18px;
	letter-spacing:0.2px;
	color:#585858;
	font-family: 'Graphik';
	margin-top:5px;
	}
.s5-science-list{
	width:100%;
	display: flex;
    display: -webkit-flex;
	justify-content:flex-start;
	column-gap:15px;
	margin-top:25px;
	}
.s5-science-list li{
	font-size:17px;
	line-height:23px;
	letter-spacing:0.2px;
	color:#000;
	border:1px solid #ddd;
	border-radius:5px;
	padding:7px 10px 4px;
	}
.s5-col-list{
	display:inline-block;
	vertical-align:top;
	margin-top:25px;
	}
.s5-col-list li{
	font-size:17px;
	line-height:23px;
	letter-spacing:0.2px;
	color:#000;
	margin-top:10px;
	text-align:left;
	padding-left:20px;
	position:relative;
	}
.s5-col-list li:before{
	content:"";
	position:absolute;
	left:0;
	top:6px;
	width:6px;
	height:6px;
	background:#00aeef;
	border-radius:50%;
	}
.reverse{
	flex-direction:row-reverse;
	}

/*=======Promise=========*/
.promise_section{
	float:left;
	width:100%;
	background:#ecf6ff;
	overflow:hidden;
	position:relative;
	}  
.promise_section:before{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	bottom:-230px;
	width:270px;
	height:270px;
	border-radius:50%;
	background:#dbf1fe;
	content:"";
	}
.promise_section-inner{
	 float:left;
	 width:100%;
	 padding:70px 0;
	 position:relative;
	 }
ul.promise_section-list{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	width:100%;
	max-width:1030px;
	margin:50px auto 0;
	}
ul.promise_section-list li{
	width:16.66%;
	text-align:center;
	padding:0 15px;
	}
ul.promise_section-list li img{
	display:block;
	margin:0 auto;
	width:116px;
	max-width:100%;
	}
.promise_sec-img1{
	position:absolute;
	left:-100px;
	bottom:0;
	width:200px;
	}
.promise_sec-img2{
	position:absolute;
	right:-180px;
	bottom:0;
	width:265px;
	}

/*=======section6=========*/
.section6{
	float:left;
	width:100%;
	padding:70px 0;
	}
.category_results-col{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:390px;
	margin:40px 0 0;
	}
.select_results-list{
	float:left;
	width:100%;
	height:62px;
	border:1px solid #cccccc;
	border-radius:5px;
	padding:10px 20px;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	font-family: 'Graphik';
	outline:none;
	cursor:pointer;
	-webkit-appearance: none;
  -moz-appearance: none;
  	appearance: none;
	background:#fff url(../images/select-arrow.webp) no-repeat right 20px center;
	background-size:15px;
	}
.result_tab{
	float: left;
    width: 100%;
    display: none;
    margin-top: 50px;
	}
.result_tab.active {
    display: block;
	}
.result_tab-slider{
	float:left;
	width:100%;
	grid-template-columns: repeat(4, minmax(0, 1fr));
        display: grid;
    column-gap: 27px;
	}
.result_tab-slider-col{
	width:100%;
	position: relative;
        background: #f2f7fa;
    border-radius: 5px;
    overflow: hidden;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    flex-direction: column;
	}
.result_ba-row{
	width:100%;
	display: flex;
    display: -webkit-flex;
	justify-content: space-between;
    -webkit-justify-content: space-between;
	}
.result_ba-col{
	width:49.8%;
	position:relative;
	}
.result_ba-col img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:3px;
	}
.result_ba-col span{
	position:absolute;
	left:50%;
	bottom:15px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	content:"";
	font-size:15px;
	line-height:20px;
	font-weight:500;
	font-family: 'Graphik';
	text-transform:uppercase;
	}
.result_tab-slider-content{
	    display: flex;
    display: -webkit-flex;
    justify-content: flex-start;
    -webkit-justify-content: flex-start;
    flex-direction: column;
    text-align: left;
    padding: 20px 15px;
    flex: 1;
	}
.result_tab-slider-content h3{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:600;
	font-family: 'Graphik';
	}
.result_star{
	display:block;
	width:85px;
	margin-top:10px;
	}
.result_para{
	font-size:16px;
	line-height:24px;
	color:#000000;
	margin-top:12px;
	}
.result_name{
	font-size:16px;
	line-height:24px;
	color:#000000;
	margin-top:15px;
	font-weight:600;
	}

.review_row{
	float:left;
	width:100%;
	display: grid;
	margin-top:60px;
    column-gap: 27px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
	}
.review_col{
	background:#f2f7fa;
	border-radius:5px;
	overflow:hidden;
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	flex-direction: column;
	}
.review_img{
	display:block;
	margin:0 auto;
	width:100%;
	}
.review_col-content{
	display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
	flex-direction: column;
	text-align:left;
	padding:20px 15px;
	flex: 1;
	}
.review_col-content h3{
	font-size: 18px;
    line-height: 25px;
    color: #000000;
    font-weight: 500;
    font-family: 'Graphik';
	}
.review_star{
    display: block;
    width: 90px;
    margin-top: 10px;
	}
.review_para{
	font-size: 15px;
    line-height: 21px;
    color: #000000;
    margin-top: 12px;
	margin-bottom:15px;
	}
.review_name{
	font-size: 15px;
    line-height: 24px;
    color: #000000;
    margin-top: auto;
    font-weight: 500;
	}
/*-----------------
STORY SECTION
-------------------*/
.customer_story-section{
	float:left;
	width:100%;
	padding:60px 0 40px;
	}
.story_sub-text{
	font-size:20px;
	line-height:30px;
	color:#161616;
	font-weight:500;
	margin-top:0;
	}
.story_sub-text a{
	display: inline-block;
	font-size:24px;
	line-height:32px;
	color:#00aeef;
	font-weight:bold;
	border-bottom:1px solid #00aeef;
	}
.customer_image-slider{
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin-top:40px;
	}
.customer_image-slider ul{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee2 35s linear infinite;
	}
.customer_image-slider ul li{
	padding:0 10px;
	}
.customer_image-slider ul li img{
	width:260px;
	border-radius:10px;
	}
	
@keyframes marquee2 {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}

/*------------------
FOOTER
------------------*/
.footer_linksec{
	float:left;
	width:100%;
	padding:40px 0;
	background:#f3f8fc;
	}
.ftr-links-inr{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.ftr-links-col{
	text-align:left;
	padding-right: 25px;
	}
.ftr-links-col-1{
	width:30%;
	}
.ftr-links-col-2{ width:23%;}
.ftr-links-col-3{ width:20%;}
.ftr-links-col-4{ padding-right:0;}

.footerLogo{
	display:block;
	width:140px;
	}
.footer_describe{
	font-size:16px;
	line-height:22px;
	color:#292929;
	margin-top:20px;
	}	
.ftr-links-hd{
    font-size: 20px;
    line-height: 26px;
    color: #0c426d;
    font-weight: 500;
	position:relative;
	}
ul.ftr-links-list{ margin-top:15px;}	
ul.ftr-links-list li{
	margin:6px 0 0;
	font-size:16px;
	line-height:22px;
	color:#292929;
	text-align:left;	
	}
ul.ftr-links-list li a{color:#292929;}
ul.social_list{ margin-top:20px;}
ul.social_list li{
	margin:15px 0 0;
	font-size:16px;
	line-height:22px;
	color:#292929;
	text-align:left;
	position:relative;
	padding-left:30px;
	}
ul.social_list li img{
	position:absolute;
	left:0;
	top:0;
	width:16px;
	}
ul.social_list li a{
	font-weight:600;
	}
ul.social_link{
	margin-top:50px;
 	display: -webkit-flex;
    display: flex;
    justify-content: flex-start;
	}
ul.social_link li{ margin-right:15px;}	
ul.social_link li a{
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
	}
ul.social_link li a img{
	display:inline-block;
	vertical-align:middle;
	width: 44px;
	}

.footer{
	float:left;
	width:100%;
	padding:50px 0 50px;
	background:#fff;
	text-align:center;
	}	
.footer_text{
	font-size:17px;
	line-height:24px;
	color:#000000;
	}
.disclaimer{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    row-gap: 20px;
	width:100%;
	max-width:1080px;
	margin:20px auto 0;
	}
.disclaimer p{
	font-size:13px;
	line-height:18px;
	color:#333333;
	}

/*==========================
		PDP-CSS	
==========================*/
.pdp_hero-section{
	float:left;
	width:100%;
	padding:40px 0 65px;
	border-bottom:1px solid #d7d7d7;
	}
.pdp_hero-section__row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
.pdp_hero-section_left{
	width: 48.6%;
	}
.hero_sec_left_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:40px;
	background:#f6fbff;
	padding:30px;
	}
.hero_sec_box_top{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	}
.hero_sec_box_top_left{
	width:calc(100% - 170px);
	text-align:left;
	}
.hero_sec_box_top_left h3{
	font-size:26px;
	line-height:30px;
	color:#0c426d;
	font-weight:600;
	font-family: 'Graphik';
	}
.hero_sec_box_top_left p{
	font-size:18px;
	line-height:22px;
	color:#000000;
	margin-top:20px;
	padding-top:25px;
	border-top:2px dotted #0c426d;
	}
.hero_sec_box_top_prodbx{
	width:151px;
	}
.dr_j_image{
	border:2px solid #0c426d;
	display:block;
	margin:0 auto;
	border-radius:50%;
	padding:3px;
	max-width:100%;
	}
.hero_sec_box_inner{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:30px 0 0;
	background:#fff;
	padding:10px;
	box-shadow:0 0 15px 6px rgba(25,142,186,0.1);
	-webkit-box-shadow:0 0 15px 6px rgba(25,142,186,0.1);
	text-align:left;
	border-radius:5px;
	}	
.hero_box_inner_strip{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	position:relative;
	background:#0c426d;
	padding:8px 50px 12px 10px;
	border-radius:6px;
	font-size:20px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	font-family: 'Graphik';
	font-style:italic;
	}
.quote{
	position:absolute;
	right:25px;
	bottom:-16px;
	width:34px;
	height:34px;
	background:#fff;
	border-radius:50%;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
	align-items:center;
	}
.quote img{
	display:block;
	margin:0 auto;
	width:20px;
	}
.hero_sec_box_inner_cont{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	padding:20px 15px 15px;
	}
.hero_inrtext{
	font-size:16px;
	line-height:24px;
	color:#000;
	font-weight:400;
	margin-bottom:18px;
	}
.hero_inrsign{
	float:right;
	width:90px;
	margin:0 15px 0 0;
	}

.pdp_hero-section_right{
	width:46%;
	text-align:left;
	}
.product_sub-text{
	font-size:18px;
	line-height:24px;
	color:#00aeef;
	font-weight:500;
	}
.product_name-heading{
	font-size:48px;
	line-height:52px;
	color:#0c426d;
	margin-top:5px;
	font-weight:500;
	font-family: 'Graphik';
	letter-spacing:-0.5px;
	}
.pdp_review-text{
	font-size:16px;
    line-height:22px;
    color:#000;
	margin-top:15px;
	padding-bottom:12px;
	border-bottom:1px solid #d4dee6;
	}
.pdp_review-text img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	width:84px;
	}	
.pdp_product-about{
	font-size:17px;
	line-height:25px;
	color:#000000;
	margin-top:15px;
	letter-spacing:0.3px;
	}
ul.pdp_hero-section_list{
	display:inline-block;
	vertical-align:top;
    margin-top: 5px;
	}
ul.pdp_hero-section_list li{
    font-size: 18px;
    line-height: 24px;
    color: #000000;
    font-weight: 600;
    text-align: left;
    padding-left: 28px;
    background: url(../images/green-tick.webp) no-repeat left 5px;
    background-size: 18px;
    margin-top: 10px;
	position:relative;
	padding-bottom:5px;
	}
ul.pdp_hero-section_list li:before{
	position:absolute;
	left:28px;
	bottom:0;
	right:0;
	border-bottom:1px solid #ddd;
	content:"";
	}
ul.pdp_hero-section_list li:last-child:before{ display:none;}
	
.gift_box-outer{
	display: inline-block;
    vertical-align: top;
    width: 100%;
	margin-top:25px;
	}
.gift_box-heading {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 17px;
    line-height: 22px;
	font-weight:600;
    color: #000;
    letter-spacing: 0.3px;
    position: relative;
	}
.gift_box-heading p {
	padding: 0 15px;
	}
.gift_box-heading:before, .gift_box-heading:after {
	border-bottom: 1px solid #ddd;
	content: "";
	flex-grow: 1;
	}
.gift_box-heading p span{
	color:#c8202f;
	font-weight:bold;
	}
.clock-ic{
	display:inline-block;
	vertical-align:middle;
	width:16px;
	margin:-2px 3px 0;
	}
.gift_box-row{
	display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	width:100%;
	max-width:435px;
	margin:0 auto;
	margin-top:25px;
	}
.gift_box-col{
	width:31%;
	text-align:center;
	}
.gift_box-col-inr{
	width:100%;
	border:1px dashed #435274;
	position:relative;
	padding:5px;
	border-radius:5px;
	margin-bottom: 10px;
	position:relative;
	}
.gift_box-col-inr:before {
    content: "";
    position: absolute;
    background: #f3f8fc;
    border:4px solid #fff;
	border-radius:5px;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
	}
.gift_box-col span{
	position:absolute;
	left:50%;
	top:-10px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	width:60px;
	border-radius:3px;
	background:#c8202f;
	padding:3px 10px 2px;
	font-size:14px;
	line-height:15px;
	letter-spacing:0.3px;
	color:#ffffff;
	font-weight:600;
	text-transform:uppercase;
	}
.gift_box-col p {
	font-size: 14px;
	line-height: 18px;
	font-weight: 500;
	color: #000;
	}
.gift_prod{
	display:block;
	margin:10px auto;
	max-width:100%;
	width:80px;
	}	
/*====Package_Start====*/	
.package_box_outer{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	background:#fff;
	border-radius:15px;
	padding:22px 20px;
	box-shadow:0 5px 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 5px 9px 1px rgba(0,0,0,0.1);
	}
.switch_option_box{
	width:100%;
	background:#f5f5f5;
	border-radius:8px;
	margin:0 auto 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	padding:8px 8px;
	}
.switch_option{
	width:50%;
	text-align:center;
	font-size:18px;
	line-height:20px;
	color:#3a3939;
	font-weight:700;
	padding:8px 20px 5px;
	cursor:pointer;
	position:relative;
    display: flex;
	display: -webkit-flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
	font-family: 'Poppins';
	}
.switch_option.active{ 
	background:#42baf1; 
	color:#fff;
	border-radius:6px;
	}
.switch_option.subsOpt{align-items: start; text-align:left;}
.switch_option.subsOpt span{
	display:inline-block;
	vertical-align:middle;
	font-size:11px;
	line-height:14px;
	color:#fff;
	font-weight:500;
	background:#42baf1;
	padding:3px 8px 1px;
	border-radius:4px;
	text-align:center;
	}
.switch_option.subsOpt.active span{ 
	background:#fff; 
	color:#000;
	border-radius:4px;
	}
.package_row{
	width: 100%;
    margin-top: 35px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap:15px;
	}
.package_col{
	width: 100%;
    float: left;
    background: #fff;
    border-radius:15px;
    border: 2px solid #d9e2e9;
    cursor: pointer;
	position:relative;
	padding:15px 15px;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	}
.package_col.active {
    border: 2px solid #00aeef;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
	background:#e9f8fe;
	}
.radio_opt{
	width:8%;
	padding:0;
	margin-top:0;
	}
.radio_opt input[type='radio']{
	position:absolute;
	left:0;
	top:0;
    opacity: 0;
	}
.radio_opt input[type='radio'] + span{
	width:20px;
	height:20px;
	border-radius:50%;
	border:1px solid #0c426d;
	display:inline-block;
	vertical-align:middle;
	position:relative;
	}
.radio_opt input[type='radio']:checked + span{background:#fff; border:1px solid #0c426d;}
.radio_opt input[type='radio'] + span:before{
	content:'';
	position:absolute;
	width:10px;
	height:10px;
	background:transparent;
	border-radius:50%;
	left:50%;
	top:50%;
	transform:translate(-50%, -50%);
	}
.package_col.active .radio_opt input[type='radio']:checked + span{border:1px solid #0c426d; background:none;}
.package_col.active .radio_opt input[type='radio'] + span:before{background: #00aeef;}
.purchase_info{
	width:60%;
	text-align:left;
	}
.pkg-qty{
	font-size:25px;
	line-height:25px;
	font-weight:600;
	color:#000;
	margin-top:8px;
	}
.pkg-days-txt{
	font-size:13px;
	line-height:13px;
	color:#000;
	margin-top:7px;
	}
.purchase_offerBx{
	width:45%;
	text-align:center;
	}	
.pkg-save-text{
	display: inline-block;
    vertical-align: top;
    font-size:15px;
    line-height:20px;
    color:#ff2121;
	font-weight:500;
	margin-top:5px;
	}	
.pkg-ship-text{
	font-size:14px;
	line-height:14px;
	color:#1d1d1d;
	margin-top:6px;
	}	
.purchase_priceBx{
	width:30%;
	text-align:right;
	}	
.pkg-cut-price{
	font-size:16px;
	line-height:16px;
	color:#575757;
	}	
.pkg-cut-price span{ position:relative; padding:0 5px;}	
.pkg-cut-price span:before{
	content: '';
    position: absolute;
    top: 10px;
    left: 0;
    right: 0;
    background: #fe0b0b;
    height: 1px;
    transform: rotate(-9deg);
	}	
.pkg-list-price{
	font-size:25px;
	line-height:26px;
	font-weight:700;
	color:#000;
	}	
.pkg-list-price span{
	display: inline-block;
    vertical-align: bottom;
    font-size:14px;
    line-height:14px;
    margin: 0 0 3px 3px;
	font-weight:400;
	}	
.best-value{
    position: absolute;
    top: -11px;
    left:15px;
    background: #00aeef;
    border-radius: 30px;
    text-align: center;
    font-size:13px;
    line-height: 13px;
    color: #fff;
    padding:4px 12px 3px;
	}
.package2 .best-value{ background:#1cbb5c;}
.package2{ margin-top:8px;}

.additional_shop_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:25px;
	}
.plus_icon{
	display:block;
	margin:0 auto;
	text-align:center;
	border-radius:50%;
	font-size:29px;
	line-height:42px;
	width:35px;
	height:35px;
	color:#fff;
	font-weight:500;
	background:#00aeef;
	}
.add_heading{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	margin:15px 0 0;
	text-align:center;
	}
.recomende_prod_sec{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	row-gap:25px;
	margin-top:20px;
	}
.recomend_box{
	float:left;
	width:100%;
	box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 6px 2px rgba(0,0,0,0.1);
	border-radius:8px;
	padding:15px;
	position:relative;
	}
.recomend_box_inner{
	display:flex;
	display:-webkit-flex;
	}
.recomend_save-txt{
	position:absolute;
	right:30px;
	top:-10px;
	font-size:14px;
	line-height:14px;
	text-transform:uppercase;
	font-weight:500;
	background:#ffd8a6;
	text-align:center;
	width:52px;
	z-index:1;
	}
.recomend_save-txt span{
	background:#ffd8a6;
	width:100%;
	display:inline-block;
	vertical-align:middle;
	padding:8px 8px 4px;
	position:relative;
	}
.recomend_save-txt:after{
	position:absolute;
	left:0;
	right:0;
	bottom:-14px;
	content:"";
	border-bottom:15px solid transparent;
	border-left:26px solid #ffd8a6;
	border-right:26px solid #ffd8a6;
	}
.recomend_save-txt:before{
	position:absolute;
	left:-10px;
	right:-10px;
	top:0;
	content:"";
	border-bottom:10px solid #d7a667;
	border-right:10px solid transparent;
	border-left:10px solid transparent;
	z-index:-1;
	}
.recomend_prod_box{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	border-radius:8px;
	width:90px;
	background:#dcf5ff;
	}
.recomend_prod_box img{
	width:100%;
	margin:0 auto;
	}
.recomend_prod_box .eye-repair-serum_img{ width:70px;}
.recomend_prod_box .repair-regenerate_img{ width:75px;}
.recomend_prod_info{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	text-align:left;
	width:calc(100% - 100px);
	padding-left:20px;
	}
.recomend_prod_info_inner{
	float:left;
	width:100%;
	}
.recomend_prod_name{
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#000000;
	}
.recomend_prod_desc{
	font-size:16px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#353535;
	margin-top:5px;
	}
.recomend_box_btm{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	margin-top:15px;
	column-gap:10px;
	}
.recomend_prod_prc{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	font-family: 'Graphik';
	}
.recomend_prod_prc span{
	font-size:19px;
	line-height:20px;
	color:#000000;
	position:relative;
	margin-right:15px;
	font-weight:500;
	}
.recomend_prod_prc span:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:calc(100% + 10px);
	margin-left:-5px;
	border:1px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	}
.recomend_prod_prc p{
	font-size:19px;
	line-height:20px;
	font-weight:500;
	color:#000;
	font-family: 'Graphik';
	}
.recomend_add-item{
	width:95px;
	padding:6px 5px 4px;
	border:1px solid #898989;
	border-radius:50px;
	text-align:center;
	cursor:pointer;
	display: flex;
    align-items: center;
    justify-content: center;
	}
.recomend_add-item.active{
	background:#00bd4c;
	border:1px solid #404b89;
	}
.recomend_add-item p{
	display: flex;
    align-items: center;
    justify-content: center;
	}
.recomend_add-item p small{
	font-size:14px;
	line-height:14px;
	letter-spacing:0.5px;
	font-weight:bold;
	text-transform:uppercase;
	color:#b6b6b6;
	}
.recomend_add-item.active p small{
	font-size:14px;
	color:#fff;
	}
.recomend_add-item img{
	display:inline-block;
	vertical-align:top;
	width:13px;
	margin:-3px 0 0 5px;
	}
.recomend_add-item.active img{
	filter:brightness(0) invert(1);
	}
.price_row{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:space-between;
	width:100%;
	margin:35px auto 0;
	}
.prod_price,
.prod_pricess{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	}
.prod_price span,
.prod_pricess span{
	font-size:25px;
	line-height:25px;
	color:#787878;
	position:relative;
	margin-right:15px;
	font-weight:600;
	}
.prod_price span:before,
.prod_pricess span:before{
	content:'';
	position:absolute;
	left:0;
	top:50%;
	width:calc(100% + 10px);
	margin-left:-5px;
	border:1px solid #f00;
	transform:rotate(-10deg);
	-webkit-transform:rotate(-10deg);
	}
.prod_price p,
.prod_pricess p{
	font-size:25px;
	line-height:26px;
	font-weight:700;
	color:#1d1d1d;
	}
.prod_price p.retail_price,
.prod_pricess p.retail_price{
    position: relative;
    margin-right: 10px;
    color: #959191;
}

.prod_price p.retail_price::before,
.prod_pricess p.retail_price::before{
    content: '';
    position: absolute;
    left: 0;
    top: calc(50% - 5px);
    width: calc(100% + 10px);
    margin-left: -5px;
    border: 1px solid #f00;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
}

.prod_save_price{
	font-size:18px;
	line-height:22px;
	color:#fff;
	font-weight:600;
	border-radius:6px;
	background:#f03a3a;
	padding:6px 15px 3px;
	margin-top:-3px;
	}
.cart_button_box{
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
	margin-top:30px;
	justify-content: center;
	width: 100%;
	} 
.addCartbtn{
	display:flex;
	justify-content:center;
	align-items:center;
	width: 100%;
    background: #00aeef;
	padding:20px 0 25px;
    border-radius:50px;
    position:relative;
    overflow: hidden;
    text-align: center;
	}
.addCartbtn p{
	font-size:27px;
    line-height:25px;
	letter-spacing:0.5px;
    color: #fff;
    font-weight:600;
	font-family: 'Graphik';
	text-transform:uppercase;
	}
.button_arw{
	display:inline-block;
	vertical-align:middle;
	width:22px;
	margin:4px 0 0 15px;
	}
.guarante_text{
	font-size:15px;
	line-height:22px;
	color:#3f3e3e;
	font-weight:400;
	margin-top:12px;
	}
.guarante_text img{
	vertical-align:middle;
	margin:-3px 2px 0 0;
	width:18px;
	}
.guarante_text.color-white img{
	filter: brightness(10);
	}
.pkage-card{
	display:block;
	margin:10px auto 0;
	width:330px;
	}


.pdp-section1{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.pdp-common-heading{
	font-size:45px;
	line-height:52px;
	letter-spacing:-0.5px;
	color:#0c426d;
	font-weight:600;
    font-family: 'Graphik';
	}	
.pdp-s1-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 0;
	}
.pdp-s1-row-left{
	width:48.3%;
	}
.pdp-s1-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.pdp-s1-row-right{
	width:47%;
	text-align:left;
	}
.pdp-s1-intro-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	row-gap:20px;
	}
.pdp-s1-intro-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:20px;
	border-bottom:1px solid #d4d4d4;
	padding-bottom:20px;
	}
.pdp-s1-intro-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.pdp-s1-intro-left{
	width:20px;
	flex-shrink:0;
	margin-top:5px;
	}
.pdp-s1-intro-tick{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:20px;
	}
.pdp-s1-intro-right{
	text-align:left;
	}
.pdp-s1-intro-text1{
	font-size:22px;
	line-height:28px;
	color:#0c426d;
	font-weight:600;
    font-family: 'Graphik';
	}
.pdp-s1-intro-text2{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:8px;
	}
.pdp-s1-safeskin-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:20px;
	margin:25px auto 0;
	border:1px solid #00adef;
	padding:15px 15px 12px;
	}	
.pdp-s1-safeskin-left{
	width:95px;
	flex-shrink:0;
	}
.pdp-s1-safeskin{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pdp-s1-safeskin-right{
	text-align:left;
	align-content:center;
	}
.pdp-s1-safeskin-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:500;
	}	
.pdp-s1-safeskin-text2{
	font-size:17px;
	line-height:23px;
	color:#000;
	margin-top:5px;
	}
	
.pdp-section2{
	float:left;
	width:100%;
	background:#f6fbff;
	padding:65px 0 65px;
	}
.pdp-button-box{
	max-width:420px;
	}
.pdp-button-box .common_btn{
	height:65px;
	line-height:65px;
	font-size:24px;
	}
.pdp-button-box .common_btn img{
	width:26px;
	}
	
.pdp-s2-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
    align-items: flex-start;
	}
.pdp-s2-intro-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.pdp-s2-row-left{
	width:41%;
	text-align:left;
	}
.pdp-s2-intro-tick{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:20px;
	}
.pdp-s2-row-right{
	width:52.5%;
	position:relative;
	}
.pdp-s2-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pdp-s2-seal{
	position:absolute;
	left:-83px;
	top:50%;
	margin-top:-83px;
	width:144px;
	}
.pdp-s2-content-box{
	float:left;
	width:100%;
	max-width:370px;
	margin-top:10px;
	}	
.pdp-s2-content-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:flex-start;
	column-gap:20px;
	border-bottom:1px solid #000;
	padding-bottom:10px;
	margin-top:10px;
	}
.pdp-s2-content-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.pdp-s2-content-row-left{
	width:49px;
	flex-shrink:0;
	}
.pdp-s2-age-defying-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}	
.pdp-s2-content-row-right{
	text-align:left;
	align-content:center;
	}
.pdp-s2-content-text1{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	}
	
.pdp-section3{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.pdp-s3-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 15px;
	}
.pdp-s3-col{
	width:31.7%;
	border:1px solid #e8f3f8;
	padding:7px;
	border-radius:7px;
	display:flex !important;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.pdp-s3-col-inner{
	width:49.7%;
	position:relative;
	}
.pdp-s3-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:5px;
	}
.pdp-s3-col-text{
	position:absolute;
	bottom:10px;
	left:50%;
	transform:translatex(-50%);
	font-size:14px;
	line-height:18px;
	color:#000;
	font-weight:500;
    font-family: 'Graphik';
	text-transform:uppercase;
	}
	
.pdp-section4{
	float:left;
	width:100%;
	background:#f6fbff;
	padding:60px 0 65px;
    overflow: hidden;
	}
.pdp-s4-box{
    width: 100%;
    display: flex;
    display: -webkit-flex;
	flex-wrap:wrap;
    justify-content:space-between;
    align-items: center;
	margin:40px auto 0;
	}
.pdp-s4-left-box{
	width:45%;
	position:relative;
	}
.pdp-s4-age-defying-img{
	/* position:absolute; */
	width:711px;
	/* left:-55px;
	top:50%;
	margin-top:-270px; */
	}
.pdp-s4-right-box{
	width:53.5%;
	background:#fff;
	border:1px solid #d0eaff;
	border-radius:10px;
	padding:0 10px 10px;
	position:relative;
	}
.pdp-s4-content-row{
	width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content:flex-start;
	column-gap:20px;
	border-bottom:1px solid #e4eaef;
	padding-bottom:10px;
	margin-top:10px;
	}
.pdp-s4-content-row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.pdp-s4-content-row-left{
	width:130px;
	flex-shrink:0;
	}
.pdp-age-defying-s4-cont-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pdp-s4-content-row-right{
	text-align:left;
	}
.pdp-s4-content-text1{
	font-size:22px;
    line-height:28px;
    color: #0c426d;
    font-weight:600;
    font-family: 'Graphik';
	}
.pdp-s4-content-text2{
	font-size:18px;
    line-height:25px;
    color: #000;
	margin-top:10px;
	}
.pdp-s4-benefit-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:55px;
	}
.pdp-s4-benefit-heading{
	font-size:21px;
    line-height:27px;
    color: #000;
	position:relative;
	}	
.pdp-s4-benefit-heading span{
	padding:0 20px;
	}
.pdp-s4-benefit-heading:before, .pdp-s4-benefit-heading:after{
	content:"";
	display:inline-block;
	vertical-align:middle;
	border-top:2px solid #4a7394;
	width:110px;
	}
.pdp-s4-benefit-row{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
	margin:30px auto 0;
	}
.pdp-s4-benefit-col{
	width:14%;
	text-align:center;
	border-right:1px solid #d4d4d4;
	padding:0 12px;
	}
.pdp-s4-benefit-col:last-child{
	border-right:none;
	}
.pdp-age-defying-s4-benefit-icn{
	display:block;
	margin:0 auto;
	width:63px;
	}
.pdp-s4-benefit-col-text{
	font-size:15px;
    line-height:19px;
    color: #000;
	margin-top:8px;
	text-transform:uppercase;
	}	
	
		
.pdp-section5{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 30px;
	}
.pdp-s5-box{
	display:inline-block;
	vertical-align:top;
	width: 100%;
	margin-top:80px;
	position:relative;
	}
.pdp-s5-row{
	width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
	column-gap:45px;
	padding-bottom:85px;
	position:relative;
	}
.pdp-s5-row:before{
	content:"";
	position:absolute;
	left:50%;
	border-left:2px dotted #174b74;
	margin-left:-1px;
	top:0;
	bottom:0;
	}
.pdp-s5-row:last-child{
	padding-bottom:0;
	}
.pdp-s5-row:first-child:before{
	top:10px;
	}
.pdp-s5-row:last-child:before{
	bottom:-30px;
	}
.pdp-s5-row-left{
	width:390px;
	text-align:right;
	padding-top:8px;
	}
.pdp-s5-row-left-text1{
	font-size:18px;
    line-height:22px;
    color: #000;
	font-weight:500;
	}
.pdp-s5-row-left-text2{
	font-size:20px;
    line-height:26px;
    color: #000;
	font-weight:600;
    margin-top: 5px;
	}
.pdp-s5-row-calender{
	width:33px;
	flex-shrink:0;
	position:relative;
	}
.pdp-s5-row-calender-icn{
	display:block;
	margin:5px auto 0;
	max-width:100%;
	}
.pdp-s5-row-right{
	width:390px;
	position:relative;
	}
.pdp-s5-row-right:before{
	content:"";
	position:absolute;
	left:-12px;
	top:12px;
	background: #245faa;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    border-radius: 3px;
	}
.pdp-s5-row-content{
    float: left;
    width: 100%;
	background:#fff;
    border:1px solid #245faa;
    border-radius:8px;
    padding:5px 20px 25px;
    text-align: left;
    position: relative;
	}

.pdp-s5-row-content-list{
    display: inline-block;
    vertical-align: top;
	}
.pdp-s5-row-content-list li {
    font-size:18px;
    line-height:24px;
    color: #000;
	font-weight:500;
    text-align: left;
    padding-left: 20px;
    position: relative;
    margin-top:20px;
	}
.pdp-s5-row-content-list li:before {
    content: "";
    position: absolute;
    left: 0;
    top:6px;
    width: 8px;
    height: 8px;
    background: #00aeef;
    border-radius: 50%;
	}
.pdp-s5-row.reverse .pdp-s5-row-left{
	text-align:left;
	}
.pdp-s5-row.reverse .pdp-s5-row-right:before{
	left:auto;
	right:-12px;
	}
.pdp-button{
    display: inline-block;
    vertical-align: top;
    width: 100%;
	max-width:400px;
    height: 75px;
    color: #fff;
    background: #0c426d;
    font-size:24px;
    line-height:82px;
    letter-spacing: 0.3px;
    font-weight: 700;
    text-align: center;
    border-radius:10px;
    margin-top:35px;
	position:relative;
	}
.pdp-button:after{
	content:"";
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-10px;
	width:12px;
	height:12px;
	border:3px solid #fff;
	border-radius:50%;
	background:#0c426d;
	}
.pdp-hand-arrow{
	display:inline-block;
	vertical-align:middle;
	width:24px;
	margin:0 10px 0 0;
	}
	
	
.pdp-section6{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	}
.pdp-customer_image-slider{
    display: flex;
    display: -webkit-flex;
    flex-wrap: nowrap;
    overflow: hidden;
    margin-top: 40px;
	}	
.pdp-customer_image-slider ul{
	width: auto;
	display:flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee2 35s linear infinite;
	}
.pdp-customer_image-slider ul li{
	padding:0 5px;
	}
.pdp-customer_image-slider ul li img{
	width:213px;
	border-radius:10px;
	}
	
.pdp-section7{
	float:left;
	width:100%;
	padding:60px 0 65px;
	background:#f3f8fc;
	}	
.pdp-s7-row{
    width: 100%;
    display: flex;
    display: -webkit-flex;
    justify-content: center;
	margin:30px auto 15px;
	}
.pdp-s7-col{
	width:33.33%;
	text-align:center;
	border-right:1px solid #d4d4d4;
	padding:0 20px;
	}
.pdp-s7-col:last-child{
	border-right:none;
	}
.pdp-age-defying-s7-col-img{
	display:block;
	margin:0 auto;
	width:233px;
	border-radius:50%;
	}
.pdp-s7-col-btm{
	float:left;
	width:100%;
	text-align:center;
	padding:15px 35px 0;
	}
.pdp-s7-col-text1{
	font-size:17px;
    line-height:21px;
    color: #00aeef;
	font-weight:500;
	text-transform:uppercase;
	}
.pdp-s7-col-heading{
	font-size:22px;
    line-height:28px;
    color: #0c426d;
	font-weight:500;
	margin-top:10px;
	}		
.pdp-s7-col-text2{
	font-size:18px;
    line-height:24px;
    color: #000;
	margin-top:10px;
	}
	
.pdp-section8{
	float:left;
	width:100%;
	padding:60px 0 0;
	background:#fff;
	}
.pdp-s8-vdo-row{
	width:100%;
	max-width:1960px;
	display:flex !important;
	display:-webkit-flex;
	justify-content:center;
	flex-direction:column;
	column-gap:20px;
	margin:40px auto 10px;
	}
.pdp-s8-vdo-col{
	display:inline-block;
	vertical-align:top;
	width:311px !important;
	position:relative;
	cursor:pointer;
	border-radius:5px;
	}
.pdp-s8-vdo-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:12px;
	}
.pdp-s8-play-btn{
	position:absolute;
	top:50%;
	left:50%;
	width:100px;
	margin:-50px 0 0 -50px;
	}
	
.pdp-section9{
	float:left;
	width:100%;
	padding:60px 0 60px;
	background:#fff;
	}
.pdp-compare-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin-top:50px;
	}
.pdp-compare-col1{
	float:left;
	width:27%;
	}
.pdp-compare-list{
	float:left;
	width:100%;
	}
.pdp-compare-list li{
	float:left;
	width:100%;
	height:80px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:500;
	}
.pdp-compare-list li:nth-child(odd){
	background:#fcfcfc;
	border:1px solid #e7e7e7;
	border-right:none;
	}
.pdp-compare-col1 .pdp-compare-list li{
	justify-content:left;
	text-align:left;
	padding:0 10px 0 15px;
	border-right:none;
	}
.pdp-compare-col2{
	float:left;
	width:25%;
	background:#0c426d;
	border-radius:10px;
	padding-bottom:40px;
	}
.pdp-compare-col-top{
	float:left;
	width:100%;
	height:145px;
	position:relative;
	padding:15px 0 0;
	}
.pdp-compare-prod-img{
	display:block;
	margin:0 auto 15px;
	width:87px;
	}
.pdp-compare-brand-img{
	display:block;
	margin:0 auto;
	width:58px;
	}
.pdp-compare-col-top h3{
	float:left;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#fff;
	font-weight:600;
	}
.pdp-compare-col-top p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:5px;
	}
.pdp-compare-col2 .pdp-compare-list li:nth-child(odd){
	background:#0c426d;
	border:none;
	}
.pdp-compare-tick{
	width:38px;
	}
.pdp-compare-col3, .pdp-compare-col4{
	float:left;
	width:24%;
	}
.pdp-compare-col4 .pdp-compare-list li:nth-child(odd){
	border-left:none;
	border-right:1px solid #e7e7e7;
	}
.pdp-guarantee-box{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	column-gap:25px;
	width:100%;
	max-width:830px;
	border:3px solid #d4e0ea;
	background:#f3f8fc;
	margin:40px auto 0;
	padding:35px 45px;
	}
.pdp-guarantee-seal-box{
	width:144px;
	flex-shrink:0;
	}
.pdp-guarantee-seal{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.pdp-guarantee-content{
	text-align:left;
    align-content: center;
	}
.pdp-guarantee-content-heading{
	font-size:36px;
	line-height:42px;
	color:#000;
	font-weight:600;
	}
.pdp-guarantee-content-text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}	
	
.pdp-section10{
	float:left;
	width:100%;
	background:#f3f8fc;
	padding:60px 0;
	}
.pdp-testi-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:35px;
	margin:50px auto 15px;
	}
.pdp-testi-col{
	width:48.5%;
	background:#fff;
	box-shadow:0 0 12px 3px rgba(0,0,0,0.1);
	border-radius:10px;
	padding:30px 25px 35px;
    display: flex;
	display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	border:1px solid #00aeef;
	}
.pdp-testi-col-content{
	float:left;
	width:100%;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	align-items:start;
	column-gap:20px;
	text-align:left;
	}
.pdp-testi-col-content-inner{
	text-align:left;
	position:relative;
	}
.pdp-testi-col-text1{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:600;
	padding-right:35px;
	}
.pdp-testi-quote{
	position:absolute;
	top:0;
	right:0;
	width:28px;
	}
.pdp-testi-star{
	display:block;
	margin:12px 0 0;
	width:95px;
	}
.pdp-testi-col-text2{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:15px;
	}
.pdp-testi-img{
	display:block;
	width:145px;
	flex-shrink:0;
	border-radius:10px;
	}
.pdp-testi-verify{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:25px auto 0;
	}
.pdp-testi-verify-name{
	font-size:18px;
	line-height:22px;
	letter-spacing:0.3px;
	color:#000;
	font-weight:600;
	}
.pdp-testi-verify-name span{
	font-size:16px;
	font-weight:400;
	color:#30ae4b;
	}
.pdp-testi-verify-name span img{
	display:inline-block;
	vertical-align:middle;
	width:15px;
	margin:-2px 5px 0 8px;
	}
	
.pdp-section11{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 0;
	}
.pdp-faq-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:30px 0 10px;
	}
.pdp-faq-row{
	float:left;
	width:100%;
	border-bottom:1px solid #CCC;
	text-align:left;
	}
.pdp-accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	padding:25px 35px 25px 0;
	cursor:pointer;
	background:url(../images/pdp-acdn-down.webp) no-repeat right center;
	background-size:20px;
	}
.acdn-heading.accordion-open{
	background:url(../images/pdp-acdn-up.webp) no-repeat right center;
	background-size:20px;
	}
.pdp-acdn-content{
	float:left;
	width:100%;
	padding:10px 0 10px;
	}
.pdp-acdn-content p{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-bottom:25px;
	}		
	
	
	
	
	
	
	
	
	
	
.margin-top15{ margin-top:15px;}	
	

.fordesk{ display:block;}
.fortab, .formob{ display:none;}
/*=====Media-Querry=====*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_heading { font-size: 56px; line-height: 62px;}
.banner-product{ width:560px;}


ul.promise_section-list{max-width: 880px;}


/*========PDP-CSS=======*/
.pdp_hero-section_right{ width:48%;}
.product_name-heading{ font-size:45px; line-height:50px;}

.pdp-s4-age-defying-img { 
    width: 630px; 
    /* margin-top: -240px; */
    }

.pdp-s7-col-btm { padding: 15px 20px 0;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}

.fordesk{display: none;}
.fortab{display: block;}



.banner_heading { font-size: 42px; line-height: 48px;}
.banner-product { width: 440px;}

.common_heading { font-size: 38px; line-height: 44px;}

.s1-row { display:inline-block; margin-top: 45px; overflow-x: scroll; white-space: nowrap; padding:0 12px 10px; width:calc(100% + 30px); margin-left:-15px;}
.s1-col{ float:none; display:inline-block; vertical-align:top; width:180px;  margin:0 8px 0;}

.product-col-info-header { column-gap: 20px;}
.product-col-info-heading { font-size: 20px;}

.s5-box{ padding:0;}
.s5-quote-text1 { font-size: 20px; line-height: 28px;}
.s5-science-list li { font-size: 15px; line-height: 21px;}

.promise_section-inner{ padding:50px 0;}
ul.promise_section-list{ max-width:600px; margin:40px auto 0;row-gap: 30px;}
ul.promise_section-list li{ width:33.33%;}
ul.promise_section-list li img{ width:100px;}

.review_row{grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 30px;}
.result_tab-slider{grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 30px;}

.ftr-links-col-1{ width:100%; padding:0; margin-bottom:40px;}
.ftr-links-col-2{width: 32%;}
.ftr-links-col-3 {width: 30%;}


/*========PDP-CSS=======*/
.pdp_hero-section__row{ width:100%; max-width:569px; margin:0 auto;}
.pdp_hero-section_left{ width:100%;}
.hero_sec_left_box{ padding:30px 15px 65px; margin-top:0;}
.hero_sec_box_top_prodbx{ width:100px;}
.dr_j_image{ padding:2px;}
.hero_sec_box_top_left{width:calc(100% - 110px);}
.hero_sec_box_top_left h3{ font-size:22px; line-height:26px;}
.hero_sec_box_top_left p{ font-size:15px; line-height:21px; margin-top:15px; padding-top:15px;}
.hero_box_inner_strip{ font-size:17px; line-height:25px;}
.hero_inrtext{ font-size:15px; line-height:20px;}
.hero_sec_box_inner_cont{ padding:20px 5px 15px;}

.pdp_hero-section_right{ width:100%; margin-top:40px;}
.product_sub-text{ font-size:16px;}
.product_name-heading{ font-size:36px; line-height:42px;}
.pdp_product-about{ font-size:16px; line-height:24px;}
ul.pdp_hero-section_list li{ background-position:0 3px; font-size:17px;}
.gift_box-heading{ font-size:14px; line-height:18px;}
.gift_box-heading p{ padding:0 10px;}

.package_box_outer{ padding:12px;}
.switch_option{ padding:8px 25px 7px; font-size:16px; line-height:20px;}
.package_col{ padding:12px;}
.radio_opt{ width:10%;}
.purchase_info{ width:50%;}
.purchase_priceBx{ width:40%;}

.add_heading{ font-size:18px; line-height:22px;}
.recomend_box{ padding:10px;}

.pdp-common-heading { font-size: 38px; line-height: 44px;}

.pdp-s1-safeskin-left { width:75px;}
.pdp-s1-safeskin-text1 { font-size: 20px; line-height: 26px;}

.pdp-s2-row-left { width: 46%;}
.pdp-s2-content-box { max-width: 300px; margin-top: 0;}
.pdp-s2-row-right { width:50%;}
.pdp-s2-seal { left: -60px; margin-top: -60px; width: 120px;}

.pdp-s4-left-box { width: 40%;}
.pdp-s4-age-defying-img { 
    width: 470px; 
    /* margin-top: -190px; */
}
.pdp-s4-right-box { width: 60%;}
.pdp-s4-content-row-left { width: 100px;}
.pdp-s4-content-text2 { font-size: 17px; line-height: 24px;}
.pdp-s4-benefit-col { width: 16.66%;}

.pdp-s5-row-content-list li { font-size: 17px; line-height: 24px;}

.pdp-s7-col{ padding:0 10px;}
.pdp-age-defying-s7-col-img{ width:150px;}
.pdp-s7-col-btm { padding: 15px 0 0;}
.pdp-s7-col-text2 {font-size: 17px; line-height: 23px;}

.pdp-s8-vdo-col { width: 280px !important;}
.pdp-s8-play-btn { width: 80px; margin: -40px 0 0 -40px;}

.pdp-compare-list li{ font-size:17px; line-height:23px;}

.pdp-guarantee-content-heading { font-size: 31px; line-height: 37px;}

.pdp-testi-box{ max-width:650px; row-gap: 25px;}
.pdp-testi-col { width: 100%;}

}


@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.fordesk{display:none;}
.formob{display:block;}
.hidemob{ display:none;}



.top-benefit-section{ float:left; width:100%; background:#fff; padding:15px 0;}
.top-benefit-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	column-gap:1.25%;
	margin:0 auto;
	}
.top-benefit-col{
	width:19%;
	text-align:center;
	}
.top-benefit-col-icn{
	width:50px;
	height:50px;
	background:#f1f1f1;
	border-radius:50%;
	border:4px solid #fff;
	box-shadow:0 0 0 2px #00aeef;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:0 auto;
	}
.top-benefit-col-icn img{
	display:block;
	margin:0 auto;
	width:36px;
    max-width: 100%;
    filter: brightness(0) invert(0);
	}
.top-benefit-col-text{
	font-size:11px;
	line-height:13px;
	color:#000000;
	margin-top:10px;
	}


.banner { padding: 20px 0 30px;}
.banner_left { width: 100%; text-align:center;}
.banner_rev { font-size: 12px; line-height: 16px;}
.bnr-rev-star { margin: -4px 8px 0 0; width:65px;}
.banner_heading { font-size: 34px; line-height: 40px;}
.banner-text1 { font-size: 15px; line-height: 22px; letter-spacing:0.3px; margin-top: 20px;}

.button_box { max-width:270px; margin-top:20px;}
.common_btn { height: 50px; font-size: 16px; line-height: 50px;}
.btn-text { font-size: 12px; line-height: 14px;}
.btn-dollar-icn { width: 13px; margin: -3px 5px 0 0;}

.banner .button_box{ margin-top:12px;}
.banner-product{ width:calc(100% + 30px); margin:25px 0 0 -15px;}
.banner-feature-row{ margin:20px auto 0;}

.as-seen-heading { font-size: 14px; line-height: 18px; letter-spacing:0.3px;}
.as-seen-list li { padding: 0 15px;}
.as-seen-list li img { height: 35px;}

.section1 { padding:30px 0 30px;}
.s1-text { font-size: 20px; line-height: 28px; letter-spacing:0.3px;}

.common_heading { font-size: 30px; line-height: 36px;}
.common_text { font-size: 15px; line-height: 22px; margin-top:20px;}

.s1-row{ margin-top:25px; padding-bottom:0;}
.s1-row::-webkit-scrollbar { display: none;}
.s1-col{width: 160px; margin: 0 5px 0;}
.s1-col-text{font-size: 14px;line-height: 20px;}
.s1-arw {width: 20px;}


.section2 { padding: 25px 0 40px;}
.product-row { margin: 30px auto 0; padding:0 15px; row-gap:50px;}
.product-col { width: 100%;}
.product-col-img-box { padding: 15px 10px;}
.product-col-info { padding: 20px 5px 0;}
.product-col-info-heading { font-size: 20px; line-height:26px;}
.product-col-info-text { font-size: 15px; line-height: 22px; margin-top:12px;}
.product-col-price-row { column-gap: 20px; margin: 20px auto 0;}
.product-col-retail-prc { font-size: 20px; line-height: 24px;}
.product-col-offer-prc { font-size: 20px; line-height: 24px;}
.product-col-btn { height: 50px; font-size: 16px; line-height: 50px; margin-top:20px;}

.section3 { padding: 35px 0 35px;}
.s3-top-img { margin: 0 auto 10px; width: 215px;}
.s3-vdo-row { column-gap:2%; margin: 30px auto 10px; row-gap:7px;}
.s3-vdo-col { width: 32%;}
.s3-vdo-img{ height:160px; object-fit:cover; width:100%;}
.play-btn { width: 36px;  margin: -18px 0 0 -18px;}

.section4 { background:#fff; padding: 10px 0 0;}
.categories-row { row-gap: 15px; margin: 25px auto 10px;}
.categories-col{background:#e9f0f5;}
.categories-col-content{ width:50%;}
.categories-col-heading { font-size: 20px; line-height: 26px;}
.categories-col-text { font-size: 14px; line-height: 20px; letter-spacing:0.3px;}

.categories-img-2 {width: 180px;}
.categories-img-3 { width: 150px;}
.categories-img-4{width: 85px;}


.section5 { padding: 30px 0 35px;}
.s5-box { margin: 25px auto 0; row-gap:40px;}
.s5-col-one { width: 100%;}
.s5-col-two {width: 100%; margin-top:15px;}
.s5-col-header { column-gap: 20px;}
.s5-col-heading { font-size: 20px; line-height: 26px;}
.s5-col-icn { width: 35px;}
.s5-col-text1 { font-size: 15px; line-height: 22px; letter-spacing:0.3px; margin-top: 12px;}

.s5-quote-box { margin-top: 20px; padding: 20px 15px 15px;}
.s5-quote-text1 { font-size: 17px; line-height: 24px;}
.s5-quote-icn { left: 14px; top: -23px; width: 44px; height: 44px;}
.s5-quote-icn img { width:26px;}
.s5-quote-doctor { padding: 10px 0 0; margin-top: 10px;}
.s5-quote-doctor-name { font-size: 15px; line-height: 18px;}
.s5-quote-doctor-text1 { font-size: 11px; line-height: 15px;}
.s5-science-list { column-gap: 10px; margin:15px 0 0;}
.s5-science-list li { font-size: 14px; line-height: 20px; padding: 5px 10px 2px;}
.s5-col-list { margin-top: 10px;}
.s5-col-list li { font-size: 15px; line-height: 20px; margin-top: 5px; padding-left: 15px;}
.s5-col-list li:before { top: 6px; width: 5px; height: 5px;}

.promise_section:before{ display:none;}
ul.promise_section-list{ margin:25px auto 0;}
ul.promise_section-list li img{ width:85px;}
.promise_section-inner{ padding:30px 0 0;}
.promise_sec-img_mob{ display:inline-block; vertical-align:middle; width:calc(100% + 30px); margin:15px 0 0 -15px;}

.section6{ padding:30px 0 10px;}
.category_results-col{ margin:25px 0 0; max-width:330px;}
.result_ba-col span{bottom: 13px;font-size: 12px;}
.select_results-list{ font-size:16px; height:55px; padding:10px 15px;}
.result_tab{ width:calc(100% + 20px); margin-left:-10px; margin-top:25px; padding-left:0px;}
/* .result_tab-slider-col{ width:300px !important;} */
.result_tab-slider-content h3 {font-size: 17px;line-height: 24px;}
.result_para { font-size: 15px;line-height: 22px;}
.result_name{ font-size:14px;}


.review_row{margin-top: 50px; column-gap: 8px;row-gap: 15px; width:calc(100% + 20px); margin-left:-10px;}
.result_tab-slider {
    column-gap: 8px;
}
.review_col-content{ padding:15px 12px;}
.review_col-content h3 {font-size: 13px;line-height: 18px;}
.review_para{font-size: 13px;line-height: 18px;}
.review_name{font-size: 12px;line-height: 20px;}

.customer_story-section{ padding:30px 0;}
.story_sub-text{ font-size:18px;}
.story_sub-text a{font-size: 22px;line-height: 25px;}
ul.customer_image-list-mob{display: flex; display: -webkit-flex;flex-wrap: wrap;row-gap: 8px;justify-content: space-between; margin-top:25px;}
ul.customer_image-list-mob li{ width:32%;}
ul.customer_image-list-mob li img{border-radius: 10px; max-width:100%; vertical-align:middle;}


.footer_linksec{ padding:30px 0 35px;}
.ftr-links-col{ padding:0;width:100% !important;}
.ftr-links-col-1{ margin-bottom:15px;}
ul.social_link{ margin-top:25px;}
.ftr-links-col-2{width:100%;}
.ftr-links-inr{flex-direction: column;}
.colapse-list-m{ display:none; padding-bottom:10px; width:100%; float:left;}
.ftr-links-hd {font-size: 18px; line-height:19px; margin: 0; padding: 15px 0;border-bottom: 1px solid #b6ccde;position: relative;}
.ftr-links-hd:before{ display:none;}
.ftr-links-hd:after{ position:absolute; right:10px; top:50%; transform:translateY(-50%); content:"+"; font-size:20px; color:#474747;}
.ftr-links-hd.active:after{content:"-";}
ul.social_list li{ font-size:17px;}


.footer{ padding:30px 0;}
.footer_text{ font-size:16px;}
.disclaimer{ text-align:left;}
.disclaimer p{ font-size:12px; line-height:15px;}


/*========PDP-CSS=======*/
.pdp_hero-section{ padding:20px 0 35px;}
.hero_sec_box_top_left h3 { font-size: 24px; line-height: 28px;}
.pdp_hero-section_right{ margin-top:15px;}
.product_sub-text{ font-size:14px; line-height:20px;}
.product_name-heading{ font-size:30px; line-height:36px;}
.pdp_review-text{ font-size:12px; line-height:16px;}
.pdp_review-text img {margin:-2px 8px 0 0; width:70px;}
.pdp_product-about{ font-size:14px; line-height:20px;}
ul.pdp_hero-section_list li{ font-size:16px;}
.gift_box-heading{ font-size:15px; line-height:22px;}
.gift_box-heading p span{ width:46px; display:inline-block;}
.clock-ic{ width:15px;}

.gift_box-row{ max-width:340px;}
.gift_prod{ width:55px;}
.gift_box-col p{ font-size:12px; line-height:16px;}

.package_box_outer{ margin:20px 0 0 -8px; width:calc(100% + 16px); padding:8px; border-radius:8px;}
.switch_option_box{ padding:5px;}
.switch_option{padding:5px 15px 7px;font-size:14px;line-height:18px;}
.switch_option.subsOpt span{ font-size:9px; line-height:9px; padding:3px 5px 1px;}

.package_row{ margin:25px auto 0; row-gap: 10px;}
.package_col{ padding:8px 10px; border-radius:10px;}
.best-value{ font-size:12px; line-height:12px;}
.pkg-qty{ font-size:20px; line-height:22px;}
.pkg-save-text{ font-size:12px; line-height:14px;}
.pkg-list-price{font-size:20px; line-height:22px;}
.pkg-list-price span{font-size:12px; line-height:14px;}
.pkg-ship-text{ font-size:12px; line-height:14px;}

.plus_icon{ font-size:22px; line-height:35px; width:30px; height:30px;}
.recomend_prod_box{ width:65px;}
.recomend_prod_box .eye-repair-serum_img{ width:90%;max-width:100%;}
.recomend_prod_box .repair-regenerate_img{ width:90%; max-width:100%;}
.recomend_prod_info{ width:calc(100% - 70px); padding-left:10px;}
.recomend_prod_name{ font-size:15px; line-height:20px;}
.recomend_prod_desc{ font-size:12px; line-height:16px;}
.recomend_save-txt{right:10px;top:-5px;font-size:11px;line-height:11px;width:38px;}
.recomend_save-txt span{padding: 8px 3px 4px;}
.recomend_save-txt:after{bottom: -9px;border-bottom:9px solid transparent;border-left:19px solid #ffd8a6;border-right:19px solid #ffd8a6;}
.recomend_save-txt:before{left: -5px;right:-5px;border-bottom:5px solid #d7a667;border-right:5px solid transparent;border-left:5px solid transparent;}
.recomend_prod_prc span{font-size:15px;line-height:15px;}
.recomend_prod_prc p{font-size:15px;line-height:15px;}
.recomend_box_btm{ margin-top:12px;}
.recomend_add-item{ width:90px;}
.recomend_add-item p small{ font-size:12px; line-height:12px;}
.recomend_add-item img{ width:11px;}
.recomend_add-item.active p small{ font-size:12px;}
.prod_price span, .prod_pricess .retail_price{font-size:18px;line-height:18px;}
.prod_price p, .prod_pricess .discount_price {font-size:18px;line-height:20px;}
.prod_save_price { font-size:14px; line-height:18px; padding:6px 10px 3px;}

.cart_button_box{ margin-top:10px;}
.addCartbtn{ padding:15px 0 18px;line-height:50px;}
.addCartbtn p{ font-size:18px; line-height:18px;}
.guarante_text{ font-size:14px; line-height:18px;}
.guarante_text img{ width:16px;}
.button_arw { width:19px;}
.pkage-card{ width:300px;}

.hero_sec_left_box{ padding:20px 15px 40px;}
.hero_sec_box_top_left{width: calc(100% - 165px);}
.hero_sec_box_top_prodbx{ width:150px;}
.hero_sec_box_inner{ margin-top:15px;}
.hero_box_inner_strip{ padding:10px 12px 12px; font-size:20px; line-height:26px;}
.hero_sec_box_inner_cont{ padding:20px 5px 5px;}
.hero_inrtext { margin-bottom:20px; font-size:15px; line-height:22px;}
.hero_inrsign { margin:-20px 15px 0 0;}


.pdp-section1 { padding: 30px 0 35px;}
.pdp-common-heading { font-size: 24px; line-height: 34px;}

.pdp-s1-row {margin:20px auto 0;}
.pdp-s1-row-left { width: 100%;}
.pdp-s1-row-right { width: 100%; margin-top:25px; text-align:center;}
.pdp-s1-intro-box { row-gap: 15px;}
.pdp-s1-intro-row {column-gap: 12px; padding-bottom: 15px;}
.pdp-s1-intro-left { width: 18px; margin-top: 7px;}
.pdp-s1-intro-text1 { font-size:18px; line-height: 24px;}
.pdp-s1-intro-text2 { font-size: 15px; line-height: 22px; margin-top: 8px;}

.pdp-s1-safeskin-box { column-gap: 15px; margin: 25px auto 0; align-items:center;}
.pdp-s1-safeskin-left{ width:80px;}
.pdp-s1-safeskin-text1 { font-size:18px; line-height: 24px;}
.pdp-s1-safeskin-text2 { font-size: 15px; line-height: 21px;}

.pdp-button-box { max-width:360px;}
.pdp-button-box .common_btn { height: 50px; line-height: 50px; font-size: 18px; margin-top:0;}
.pdp-button-box .common_btn img { width: 20px; margin: -2px 0 0 10px;}

.pdp-section2 {padding: 0 0 35px;}
.pdp-s2-row{ width:calc(100% + 30px); margin:0 0 10px -15px; align-items: normal;}
.pdp-s2-row-left { width: 58%; padding:30px 0 0 15px;}
.pdp-s2-content-box { max-width: 100%;}
.pdp-s2-content-row { column-gap: 12px; padding-bottom: 10px; margin-top: 10px;}
.pdp-s2-content-row-left {width:40px;}
.pdp-s2-content-text1 { font-size: 15px; line-height: 19px;}

.pdp-s2-row-right { width:39%;}
.pdp-s2-seal {left: -45px; margin-top:0; width: 90px; top:45px;}
.pdp-s2-img { height: 100%; object-fit: cover; transform: scaleX(-1); object-position: 53%;}

.pdp-section3 { padding: 30px 0 35px;}
.pdp-s3-row{width:calc(100% + 30px); margin:0 0 25px -15px;}
.pdp-s3-col { width:320px !important; padding:6px;}

.pdp-section4 { padding:25px 0 35px; background:linear-gradient(0deg, #fff 65%, #f6fbff 70%);}
.pdp-s4-box { margin: 0px auto 0;}
.pdp-s4-left-box { width: 100%;}
.pdp-s4-age-defying-img{ position:static; display:block; margin:10px auto; width:380px;}
.pdp-s4-right-box { width: 100%; border:none; padding:0; background:none; margin-top:-20px;}
.pdp-s4-content-row { column-gap: 15px; border-bottom: 1px solid #85a0b6; padding-bottom: 15px;  margin-top: 15px; align-items:center;}
.pdp-s4-content-row-left { width: 110px;}
.pdp-s4-content-text1 { font-size:18px; line-height:24px; letter-spacing:0.3px;}
.pdp-s4-content-text2 { font-size: 15px; line-height: 21px; letter-spacing:0.2px;}

.pdp-s4-benefit-box {margin-top: 40px;}
.pdp-s4-benefit-heading { font-size: 16px; line-height: 22px;}
.pdp-s4-benefit-heading span{ padding:0 10px;}
.pdp-s4-benefit-heading:before, .pdp-s4-benefit-heading:after{ border-width:1px; width:40px;}
.pdp-s4-benefit-row { flex-wrap:wrap; margin: 25px auto 0; row-gap:30px; column-gap:5%;}
.pdp-s4-benefit-col { width: 30%; padding: 0; border-right:none;}
.pdp-age-defying-s4-benefit-icn { width: 52px;}
.pdp-s4-benefit-col-text {font-size: 12px; line-height: 16px;}

.pdp-section5{ padding:25px 0 0; background:#f3f8fc;}
.pdp-s5-box { margin-top: 30px; padding-bottom:35px;}
.pdp-s5-box:before{ content: ""; position: absolute; left:12px; border-bottom: 2px dotted #174b74; bottom:0px; width:46%;}
.pdp-s5-row { flex-wrap:wrap; column-gap: 0;  padding:0 0 65px 45px;}
.pdp-s5-row:before{ left:12px; margin-left:0;}
.pdp-s5-row-left {width: 100%; text-align: left; padding-top: 0;}
.pdp-s5-row-left-text1 {font-size: 16px; line-height: 20px; letter-spacing: 0.3px;}
.pdp-s5-row-left-text2 {font-size: 18px; line-height: 24px; letter-spacing: 0.3px; margin-top:3px;}
.pdp-s5-row-content-list li {font-size: 15px; line-height: 21px; margin-top:15px;}

.pdp-s5-row-calender { width:25px; position: absolute; top:0; left:0;}
.pdp-s5-row-calender-icn {margin: 0 auto 0;}
.pdp-s5-row-right { width: 100%;}
.pdp-s5-row-right:before{ display:none;}
.pdp-s5-row-content { margin-top:15px; padding: 5px 15px 20px;}

.pdp-button{ position:relative;}
.pdp-button:before{ content: ""; position: absolute; left:50%; border-left: 2px dotted #174b74; top:-37px; margin-left:-1px; height:35px;}

.pdp-section6{ padding:30px 0 35px; background:#f3f8fc;}
.pdp-customer_image-slider{ margin-top:25px;}
.pdp-customer_image-slider ul li img { width: 190px;}

.pdp-section7{ padding:25px 0 35px; background:#fff; position:relative; overflow:hidden;}
.pdp-s7-head-mob{ text-align:left; padding-right:165px;}
.pdp-age-defying-s7-top-prod-m{ position:absolute; right:0; top:-28px; width:295px;}
.pdp-s7-row{ flex-wrap:wrap; background:#f3f8fc; border:3px solid #cae7f2; border-radius:20px; padding:15px 18px 20px; margin:195px auto 10px; position:relative;}
.pdp-s7-col { width:100%; border-bottom: 1px solid #d4d4d4; border-right:none; padding:15px 0; display:flex; display:-webkit-flex; justify-content:space-between; column-gap:15px; align-items:flex-start; flex-direction:row-reverse;}
.pdp-s7-col:last-child{ border-bottom:none; padding-bottom:0;}
.pdp-s7-col-btm {padding: 0 0 0; text-align:left;}
.pdp-s7-col-text1 { font-size: 14px; line-height: 18px; letter-spacing:0.3px;}
.pdp-s7-col-heading { font-size: 18px; line-height: 23px;}
.pdp-s7-col-text2 {font-size: 14px; line-height:19px;}
.pdp-age-defying-s7-col-img { width: 110px;}
.pdp-s7-row-bdr-m{ position:absolute; width:26px; top:-138px; left:20px;}

.pdp-section8 { padding: 25px 0 35px; background: #f3f8fc;}
.pdp-s8-vdo-row {  max-width: 1960px; margin: 30px auto 0; padding-left:25px;}
.pdp-s8-vdo-col { width:311px !important;}
.pdp-s8-play-btn { width: 60px; margin: -30px 0 0 -30px;}

.pdp-section9 { padding: 25px 0 0;}
.pdp-compare-box { width:calc(100% + 30px); max-width:none; margin:30px 0 0 -15px;}
.pdp-compare-col1{ width:42%;}
.pdp-compare-col1 .pdp-compare-list li { border-left:none; padding: 0 8px 0 10px;}
.pdp-compare-list li {font-size: 13px; line-height: 16px; height:60px; border-bottom:1px solid #e7e7e7;}
.pdp-compare-list li:nth-child(odd){background:#fff; border-top:none;}
.pdp-compare-list li:nth-child(even){ background: #fcfcfc;}
.pdp-compare-col2 { width: 20%; border-radius:5px; padding-bottom:20px;}
.pdp-compare-col2 .pdp-compare-list li{ border:none;}
.pdp-compare-col2 .pdp-compare-list li:nth-child(even){background:#0c426d;}
.pdp-compare-col-top { height: 95px; padding:5px 0 0;}
.pdp-compare-prod-img {margin:5px auto 10px; width: 60px;}
.pdp-compare-col-top h3 {font-size: 13px; line-height: 18px; letter-spacing:0.5px;}
.pdp-compare-col3, .pdp-compare-col4{ width:19%;}
.pdp-compare-brand-img {width: 40px; margin: -5px auto 0;}
.pdp-compare-col-top p { font-size: 12px; line-height: 14px; letter-spacing: 0.3px;}
.pdp-compare-col4 .pdp-compare-list li:nth-child(odd) { border-left: none; border-right:none}
.pdp-compare-tick {width: 22px;}

.pdp-guarantee-box { width:calc(100% + 30px); margin:50px 0 0 -15px; padding:20px 40px 25px; border-left:none; border-right:none; flex-wrap:wrap; justify-content:center;}
.pdp-guarantee-seal-box { width: 144px;}
.pdp-guarantee-content { text-align: center; margin-top:15px;}
.pdp-guarantee-content-heading { font-size:28px; line-height: 33px; margin-top:10px;}
.pdp-guarantee-content-text { font-size: 15px; line-height: 22px;}
.pdp-guarantee-content-text2{font-size: 16px; line-height: 22px; color:#00aeef; font-weight:600;}

.pdp-section10{ background:#fff; padding:25px 0 35px;}
.pdp-testi-box {margin: 30px auto 10px; row-gap: 20px;}
.pdp-testi-col { width:100%; padding: 20px 20px 20px;}
.pdp-testi-col-text1 { font-size: 18px; line-height: 24px; padding-right: 30px;}
.pdp-testi-col-text2 {font-size: 15px; line-height:22px; margin-top: 12px;}
.pdp-testi-star { margin: 8px 0 0; width: 80px;}
.pdp-testi-verify { margin: 20px auto 0;}
.pdp-testi-verify-name { font-size: 16px; line-height: 20px;}
.pdp-testi-verify-name span {font-size: 13px;}
.pdp-testi-img { width: 110px; margin-top:15px;}

.pdp-section11{  background:#f3f8fc; padding:25px 0 35px;}
.pdp-faq-box { margin: 10px 0 10px;}
.pdp-accordion { font-size:18px; line-height:24px; padding:15px 25px 15px 0; background-size:14px;}
.acdn-heading.accordion-open{ background-size:14px;}
.pdp-acdn-content p { font-size: 15px; line-height: 22px; margin-bottom: 20px;}
}


/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}
.video-container iframe{
	width:100%;
	height:100%;
	}


@media only screen and (max-width:480px){	
.video-container{
    width:280px; 
    min-height:480px;
    }
    .prod_price p, 
    .prod_pricess p {
    font-size: 20px;
    }
}

.result_ba-row img {
	width: 100%;
}

.text-right {
    text-align: right !important;
}


div#stamped-main-widget {
    background: #f2fbfd;
    padding: 15px;
}