@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	}
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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
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: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Open Sans';
    src: url('OpenSans.woff2') format('woff2'),
        url('OpenSans.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk, .show-1500{display:none;}

/*-----------------------
TOP STRIP
------------------------*/
.top_strip{
	float:left;
	width:100%;
	padding:6px 0;
	background:#00a3ae;
}
.top_strip_inner{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	justify-content:center;
	-webkit-justify-content:center;
}
.top_strip p{
	font-size:14px;
	line-height:20px;
	color:#fff;
	font-weight:700;
	position:relative;
	display:inline-block;
	vertical-align:middle;
	padding-left:28px;
	letter-spacing:0.3px;
	margin-right:12px;
}
.top_strip p span{
	color:#fff44a;
	font-size:15px;
	text-transform:uppercase;
}
.top_strip p img{
	width:21px;
	position:absolute;
	left:0;
	top:-5px;
}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
	float:left;
	width:100%;
	margin-bottom:67px;
}
.header{
	float:left;
	width:100%;
	height:67px;
	position:relative;
	background:#fff;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	padding-top:8px;
	margin-top:-67px;
	top:67px;
	position:relative;
	z-index:2;
}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	width:100%;
}
.logo{
	float:left;
	width:134px;
}
.header_btn{
	float:right;
	width:161px;
	height:41px;
	background:#09a126;
	border-radius:100px;
	font-size:19px;
	line-height:42px;
	color:#fff;
	font-weight:700;
	margin-top:5px;
}

/*-----------------------
SECTION-1
------------------------*/
.sec1{
	float:left;
	width:100%;
	padding:35px 0 50px;
	background:#f6fcff;
	overflow-x:clip;
}
.sec1_content{
	float:left;
	width:58.26%;
	text-align:left;
}
.sec1_rating{
	font-size:16px;
	line-height:20px;
	font-weight:600;
}
.sec1_rating img{
	width:85px;
	display:inline-block;
	vertical-align:middle;
	margin:-6px 6px 0 0;
}
.sec1_heading{
	font-size:55px;
	line-height:59px;
	font-weight:800;
	color:#006abc;
	margin-top:6px;
}
.sec1_text{
	font-size:18px;
	line-height:24px;
	font-family: 'Open Sans';
	margin-top:18px;
	max-width:560px;
	width:100%;
}
ul.sec1_ben_lst{
	position: absolute;
    right: 285px;
    top: 100px;
    z-index: 1;
}
ul.sec1_ben_lst li{
	padding:5px 70px 8px;
	font-size:17px;
	line-height:19px;
	font-weight:600;
	color:#fff;
	position:relative;
	z-index:1;
	margin-top:20px;
}
ul.sec1_ben_lst li:before{
	content:'';
	position:absolute;
	left:20px;
	top:0;
	right:0;
	bottom:0;
	background:#006abc;
	z-index:-1;
}
ul.sec1_ben_lst li img{
	position:absolute;
	left:0;
	top:0;
	width:53px;
	border-radius:50%;
	box-shadow:0px 0px 0px 5px #fff;
}
.doctor_strip{
	max-width:520px;
	width:100%;
	background:#f1faff;
	border-radius:10px 0 0 10px;
	border-top:2px solid #006abc;
	padding:12px 0 12px 125px;
	position:relative;
	z-index:1;
	margin-top:30px;
}
.doctor_strip:before{
	content:'';
	position:absolute;
	left:0;
	top:-2px;
	background:url(../images/shape.jpg) left top no-repeat;
	width:100%;
	height:100%;
	z-index:-1;
}
.sec1_doctor{
	width:90px;
	position:absolute;
	left:4px;
	bottom:0;
}
.doctor_strip h3{
	font-size:17px;
	line-height:22px;
	font-weight:700;
}
.doctor_strip p{
	font-size:15px;
	line-height:20px;
	font-family: 'Open Sans';
	margin-top:2px;
}
ul.sec1_list{
	display:inline-block;
	vertical-align:top;
	margin:20px 0 8px;
}
ul.sec1_list li{
	text-align:left;
	font-size:19px;
	line-height:24px;
	font-weight:600;
	background:url(../images/sec1-tick.png) left 5px no-repeat;
	background-size:22px;
	padding:5px 0 5px 35px;
	position:relative;
}
.button_box{
    display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:411px;
	margin-top:45px;
	text-align:center;
	overflow: hidden;
	}
.button_rating{
	font-size:15px;
	line-height:20px;
	font-weight:600;
	margin-bottom:8px;
}
.button_rating img{
	width:75px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 4px 0 0;
}
.common_button{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #09a126;
    height: 65px;
    line-height: 65px;
    color: #fff;
    font-size: 23px;
	font-weight:700;
    border-radius: 100px;
    position: relative;
    overflow: hidden;
    text-align: center;
	}
.button_arw{
    display: inline-block;
    vertical-align: middle;
    width: 24px;
    margin: -2px 0 0 10px;
	}

.ship_text{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
	font-size:14px;
	line-height:20px;
	color:#000;
	font-weight:500;
	margin-top:10px;
	position:relative;
	}
.ship_text:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:9px;
	height:9px;
	background:#1fa700;
	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;}
	}
.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;}
	}
	
.sec1 .button_box{margin-top:20px;}

.sec1_prod{
	position: absolute;
    right: 0;
    top: 90px;
    z-index: 1;
}
.sec1_image{
	position: absolute;
    right: -90px;
    top: -20px;
}
.sec1_model{
	position:absolute;
	right:-150px;
	top:18px;
}

.banner_rev_box{
	vertical-align:top;
	max-width:400px;
	width:100%;
	margin-top:30px;
	text-align:center;
}
.bnr_rev_text{
	font-size:16px; 
	line-height:20px; 
	font-weight:700; 
	position:relative;
}
.bnr_rev_text:before{
	position:absolute;
	left:0;
	right:0;
	content:"";
	background:#d6d7d7;
	height:1px;
	top:51%;
}
.bnr_rev_text span{
	position:relative;
	padding:0 10px;
	background:#f6fcff;
}
.banner_video_row{
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:space-between; 
	width:100%; 
	margin-top:20px;
}
.banner_video_col{
	width:22%; 
	border-radius:50%; 
	overflow:hidden; 
	position:relative; 
	box-shadow:0 0 0 2px #138ed6;
	border:2px solid #fff;
	cursor:pointer;
}
.banner_video_col .play2_btn{ width:17px;}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.ugc-play{
	position:absolute;
	width:60px;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	}

/*-----------------------
AS SEEN
------------------------*/
.as-seen{
	float:left;
	width:100%;
	padding:25px 0;
	border-top:1px solid #000;
	border-bottom:1px solid #000;
}
.as-seen_inner{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	max-width:650px;
	width:100%;
	margin:0 auto;
}
.as_seen_logos{
	width:calc(100% - 118px);
}
.as_seen_text {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #181818;
	margin: 0 30px 0 0;
    text-transform: uppercase;
}
ul.brand_list{
    display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: center;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	}
ul.brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	}

.brand_strip_scroller {
	width: 100%;
	padding: 25px 0 0;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	}
ul.scroll_brand_list {
	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 20s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	position: relative;
	}

.yahoo_logo{width:90px;}
.laweekly_logo{width:84px;}
.bionews_logo{width:131px;}
.asthma_logo{width:102px;}

@keyframes marquee-horizontal {
from {
	transform: translateX(0);
}

to {
	transform: translateX(-100%);
}
}

/*-----------------------
SECTION-2
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:50px 0 180px;
	position:relative;
	overflow:clip;
	z-index:1;
}
.sub_heading{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	margin-top:10px;
}
.common_heading{
	font-size:45px;
	line-height:55px;
	font-family: 'Inter';
	font-weight:800;
	color:#006abc;
}
.common_text{
	font-size:18px;
	line-height:25px;
	font-family: 'Open Sans';
	margin-top:15px;
}
#banner__wave {
    bottom: -1.5vw;
    left: 0;
    position: absolute;
    width: 100vw;
    z-index: -1;
}
.sec2_inner{
	max-width:960px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	border:2px solid #eb0009;
	border-radius:15px;
	padding:0 35px 30px;
	margin-top:55px;
	position:relative;
}
.label_text{
	font-size:22px;
	line-height:22px;
	font-weight:800;
	color:#fff;
	background:#d90f17;
	border-radius:100px;
	padding:5px 20px 8px;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:-18px;
}
.sec2_img{
	float:left;
	max-width:50%;
	border-radius:10px;
	margin-left:-30px;
}
ul.sec2_list{
	width:51%;
	float:right;
	margin-top:45px;
}
ul.sec2_list li{
	font-size:20px;
	line-height:24px;
	font-weight:600;
	color:#000;
	position:relative;
	text-align:left;
	padding:18px 0 20px 45px;
	background:url(../images/sec2-cross.png) left 16px no-repeat;
	background-size:30px;
}
ul.sec2_list li:after{
	content:'';
	position:absolute;
	left:45px;
	right:0;
	bottom:-1px;
	border-bottom:1px solid #e1e1e1;
}
ul.sec2_list li:last-child{padding-bottom:10px;}
ul.sec2_list li:last-child:after{display:none;}
.sec2_btm_text{
	font-size:22px;
	line-height:30px;
	font-weight:800;
	color:#000;
	margin-top:40px;
}
.sec2 .common_heading{color:#000;}

/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0faff;
	position:relative;
}
.sec3_top_prod{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:-120px;
	text-align:center;
	z-index:1;
}
.sec3_top_prod:before{
	content:'';
	position:absolute;
	width:128px;
	height:128px;
	border-radius:50%;
	background:#006abc;
	box-shadow:0px 0px 0px 50px rgba(219, 242, 255, 0.5);
	-webkit-box-shadow:0px 0px 0px 50px rgba(219, 242, 255, 0.5);
	left:50%;
	transform:translateX(-50%);
	z-index:-1;
}
.sec3_top_prod img{
	width:187px;
	margin: -62px 25px 0 0;
}
.sec3_inner{
	float:left;
	width:100%;
	position:relative;
	z-index:1;
	margin-top:40px;
}
.sec3_left{
	float:left;
	width:43%;
	text-align:left;
	margin-top:80px;
}
.sec3_video_box{
	position:relative;
	max-width:767px;
	width:100%;
	border:3px solid #fff;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.2);
	padding-bottom:56.5%;
	background:#000;
	margin:30px auto 0;
}
.sec3_video_box .main, .sec3_video_box .preroll{
	position:absolute;
	left:0;
	top:0;
	right:0;
	bottom:0;
	width:100%;
	height:100%;
}
.sec3_video_box .main{z-index:1;}

.sec3_right{
	width:51.28%;
	float:right;
	margin-top:70px;
}
.feature_hdg{
	max-width:500px;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	color:#000;
	margin:40px auto 0;
	border-top:1px solid #d6d8d9;
}
.feature_hdg span{
	display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
    background: #F0FAFF;
    margin-top: -35px;
}
.features_box{
	display:flex;
	display:-webkit-flex;
	align-items:flex-start;
	-webkit-align-items:flex-start;
}
.features_prod{
	width:314px;
	float:left;
	margin-top:10px;
	margin-right:10px;
}
ul.feature_list{
	margin:20px 0 0;
	display: flex;
	display:-webkit-flex;
	flex-direction: column;
	gap:32px;
}
ul.feature_list li{
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	text-align:left;
}
ul.feature_list li img{
	width:40px;
	margin:0 8px 0 0;
}
ul.feature_list li p{
	font-size:20px;
	line-height:26px;
	font-weight:600;
}
.trustee_user_hdg{
	float:left;
	width:100%;
	font-size:33px;
	line-height:37px;
	font-weight:700;
	color:#254086;
	margin-top:60px;
}
.user_scroller{
	display: flex;
	flex-direction: row !important;
	justify-content:center;
	margin:50px auto 20px;
	height:auto;
	max-width:none;
	gap: 16px;
	overflow: hidden;
	}
.trustee_user_list{
	float:none;
	width:auto;
	max-width: none;
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	flex-shrink: 0;
	gap: 1rem;
	animation: marquee 40s linear infinite;
	}
.trustee_user_list li{
	margin:0;
	flex-shrink: 0;
	}
.trustee_user_list li img{
	display:inline-block;
	vertical-align:top; 
	max-width:100%;
	border-radius:15px;
}

@keyframes marquee {
    0% {transform: translateX(0)}

    to {transform: translateX(calc(-100% - 16px))}
}

/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 70px;
}
.sec4_inner{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	gap:40px 2.7%;
	width:100%;
	margin-top:50px;
}
.user_box{
	width:31.5%;
	text-align:left;
}
.user_box_image{
	position:relative;
}
.user_image{
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	padding:5px;
	box-sizing:content-box;
	max-width:100%;
	z-index:-1;
}
.user_box_content{
	position:absolute;
	left:25px;
	top:25px;
}
.user_heading{
	font-size:25px;
	line-height:30px;
	font-weight:800;
	color:#fff;
	text-align:left;
}
.user_name{
	margin-top:12px;
}
.user_name span{
	font-size:15px;
	line-height:20px;
	font-weight:600;
	color:#fff;
}
.user_name small{
	font-size:12px;
	line-height:16px;
	color:#00ff55;
	display:block;
	margin:2px 0 0;
	letter-spacing:0.3px;
}
.user_name small img{
	width: 10px;
	display: inline-block;
	vertical-align: middle;
	margin: -2px 3px 0 0;
}
.user_icon{
	width:45px;
	border:3px solid #fff;
	border-radius:50%;
	box-sizing:content-box;
	margin:-35px 0 0 20px;
	position:relative;
}
.user_text{
	font-size:18px;
	line-height:26px;
	font-family: 'Open Sans';
	margin:5px 0 0 10px;
}

/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#e9f6ff;
}
.sec5_inr{
	max-width:800px;
	width:100%;
	display:inline-block;
	vertical-align:top;
	margin-top:15px;
}
ul.sec5_list{
	float:left;
	width:100%;
}
ul.sec5_list li{
	text-align:left;
	position:relative;
}
.sec5_list_box{
	padding:50px 0 50px 30px;
	display:flex;
	display:-webkit-flex;
	position:relative;	
}
ul.sec5_list li:last-child .sec5_list_box{padding-bottom:10px;}
.sec5_list_box:before{
	content:'';
	position:absolute;
	left:50px;
	top:0;
	right:0;
	border-bottom:1px solid #e1e1e1;
}
ul.sec5_list li:before{
	content:'';
	position:absolute;
	left:13px;
	bottom:-85px;
	top:85px;
	border-left:2px dotted #1e2021;
}
ul.sec5_list li:first-child .sec5_list_box:before{display:none;}
ul.sec5_list li:last-child{padding-bottom:15px;}
ul.sec5_list li:last-child:before{border-left:none;}
ul.sec5_list li:after{
	content:'';
	position:absolute;
	left:0;
	top:82px;
	width:15px;
	height:15px;
	border-radius:50%;
	background:#fff;
	border:7px solid #006abc;
}
.sec5_content{
	padding:30px 0 0 20px;
}
.stage_text{
	font-size:18px;
	line-height:22px;
	font-weight:600;
	color:#3882c6;
	text-transform:uppercase;
	margin-bottom:10px;
}
ul.sec5_list li h3{
	font-size:24px;
	line-height:30px;
	color:#006abc;
	font-weight:800;
}
ul.sec5_list li p{
	font-size:18px;
	line-height:25px;
	font-family: 'Open Sans';
	margin-top:10px;
}
ul.sec5_list li img{
	width:calc(100% - 315px);
	box-shadow:0px 0px 10px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0px 0px 10px 2px rgba(0,0,0,0.2);
	border:4px solid #fff;
	border-radius:10px;
	box-sizing:content-box;
	margin:0 0 0 35px;
}


/*-----------------------
SECTION-6
------------------------*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 70px;
}
.help_box{
	display:inline-block;
	vertical-align:top;
	max-width:810px;
	width:100%;
	border-radius:15px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	margin-top:45px;
}
.help_box_top{
	background:url(../images/doc-icon.png) 65% center no-repeat #edf5fa;
	padding:35px 0 45px 40px;
	text-align:left;
	position:relative;
	overflow:hidden;
}
.help_list_hdg{
	font-size:18px;
	line-height:20px;
	font-weight:500;
}
ul.help_list{
	margin-top:20px;
}
ul.help_list li{
	font-size:18px;
	line-height:25px;
	font-weight:700;
	position:relative;
	text-align:left;
	padding:15px 0 15px 65px;
}
ul.help_list li img{
	width:40px;
	position:absolute;
	left:0;
	top:5px;
}
.help_box_text{
	font-size:18px;
	line-height:25px;
	font-weight:700;
	margin-top:25px;
}
.help_doctor_image{
	position:absolute;
	right:0;
	bottom:-90px;
}
.help_box_btm{
	padding:18px;
	border-top:1px solid #bad5ea;
}
.help_box_btm p{
	font-size:19px;
	line-height:26px;
}
.help_box_btm span{
	font-weight:700;
}

/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f1f8fe;
	overflow:clip;
}
.sec7_image{
	position: absolute;
    right: -395px;
    top: -158px;
}
.uses_step{
	display:flex;
	display:-webkit-flex;
	gap:3.05%;
	margin:10px 0 0;
	text-align:left;
	position:relative;
}
.uses_step_box{
	width:31.3%;
	background:#fff;
	border-radius:10px;
	padding:20px;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	margin:30px 0 0;
}
.step_num{
	font-size:44px;
	line-height:44px;
	font-weight:700;
	color:#a1bcd1;
	margin-bottom:10px;
}
.uses_content{
	flex:1;
}
.uses_content h3{
	font-size:24px;
	line-height:28px;
	font-weight:800;
	color:#006abc;
	margin-bottom:10px;
}
.uses_content p{
	font-size:18px;
	line-height:24px;
	margin-bottom:25px;
}
.uses_image{
	max-width:100%;
	margin-top:auto;
	border-radius:10px;
}

.sec7 .common_heading, .sec7 .common_text{text-align:left;}

/*-----------------------
SECTION-8
------------------------*/
.sec8{
	float:left;
	width:100%;
	padding:50px 0 40px;
}
.rating_col-2{
	width: 230px;
    text-align: center;
	margin:40px auto 0;
	}
.review-rating{
	font-size:45px;
    line-height:45px;
	font-weight:700;
    color:#000;
	}
.star {
    display:block;
    margin:10px auto 0;
	width:110px;
	}
.verified-text {
    font-size: 17px;
    line-height: 22px;
	font-family: 'Open Sans';
    color: #000;
    margin-top:15px;
	}
	
.section8_slider-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1350px;
	}
.s8-vdo-row{
	float:left;
	width:100%;
	margin-top:30px;
	}
.s8-vdo-col{
	display:inline-block;
	width:100%;
	position:relative;
	cursor:pointer;
	box-shadow:0px 0px 6px 1px rgba(0,0,0,0.1);
	border-radius:5px;
	width:207px !important;
	height: 364px !important;
	overflow:hidden;
	}
.s8-vdo-col-img-box{
	float:left;
	width:100%;
	}
.s8-vdo-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.play-btn{
	position:absolute;
	top:50%;
	left:50%;
	width:65px;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	}
.s8-vdo-col video, .thumbnail{
    vertical-align: top;
    width: 100%;
    height:100%;
    background: #000;
    object-fit: cover;
	}
.video-player{
	display:none;
	}	

.testimonial-box{
	width:100%;
	margin:40px auto 15px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	row-gap:40px;
	}
.testimonial-col{
	width:48.5%;
	/* min-height:295px; */
	background:#fff;
	padding:25px 25px 30px;
	border-radius:10px;
	box-shadow:0 3px 8px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 3px 8px 1px rgba(0,0,0,0.1);
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	justify-content:space-between;
	}
.testimonial-col-top{
	width:100%;
	text-align:left;
	position:relative;
	}
.quote_image{
	position: absolute;
	right: 10px;
	top: 6px;
	width: 28px;
}
.testimonial-col-text1{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	padding-right:50px;
	}
.testimonial-col-star{
	display:block;
	width:85px;
	margin-top:15px;
	}
.testimonial-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
.testi-verify-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items: center;
	margin-top:20px;
	}
.testi_face{
	width:50px;
	height:50px;
	border-radius:50%;
	}
.testi-verify-col{
	width:calc(100% - 65px);
	text-align:left;
	}
.testi-verify-name-text{
	font-size:16px;
	line-height:22px;
	font-weight:700;
	color:#000;
	}
.testi-verify-text{
	font-size:13px;
	line-height:17px;
	color:#4d4d4d;
	margin-top:3px;
	}
.verify-icn{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	margin:-3px 5px 0 0;
	}

/*-----------------------
SECTION-9
------------------------*/
.sec9{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
}
.offer_box{
	max-width:980px;
	margin:0 auto;
	width:100%;
	display:flex;
	display:-webkit-flex;
	border:1px solid #006abc;
	background:#fff;
	padding:70px 30px 50px;
	position:relative;
	flex-direction: row-reverse;
	-webkit-flex-direction: row-reverse;
}
.offer_header{
	font-size:20px;
	line-height:30px;
	font-weight:700;
	padding:5px 30px;
	border:1px solid #006abc;
	background:#fff;
	color:#006abc;
	position:absolute;
	left:50%;
	top:-22px;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.offer_box_prod{
	position:relative;
	margin:40px 12px 0;
}
.offer_prod{
	max-width:100%;
}
.offer_box_seal{
	position: absolute;
    right: 220px;
    top: 28px;
    width: 130px;
}
.offer_box_content{
	width:calc(100% - 460px);
	text-align:left;
}
.offer_text{
	font-size:45px;
	line-height:53px;
	font-family: 'Inter';
	font-weight:800;
	color:#006abc;
}
ul.offer_list{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
ul.offer_list li{
	font-size:20px;
	line-height:26px;
	font-weight:700;
	color:#000;
	background:url(../images/offer-tick.png) left 2px no-repeat;
	background-size:21px;
	text-align:left;
	padding-left:35px;
	margin-top:15px;
}
ul.offer_list li.red{
	background:url(../images/offer-clock.png) left 2px no-repeat;
	background-size:21px;
	color:#f00000;
}

/*-----------------------
SECTION-10
------------------------*/
.sec10{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f1f9ff;
}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin:40px auto -20px;
	}
.up-slide-dwn{
	border:1px solid #d7dee3;
	background:#fff;
	border-radius:8px;
	padding:0 20px;
	margin-bottom:12px;
	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right center;
	background-size:13px;
	padding:20px 20px 20px 0;
	font-size:19px;
	line-height:27px;
	font-weight:700;
	color:#000;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right center;
	background-size:13px;
	border-bottom:1px solid #d7dee3;
	}
.acdn-content{
	text-align:left;
	padding:18px 20px 0 0;
	}
.acdn-para{
	font-size:17px;
	line-height:26px;
	font-family: 'Open Sans';
	color:#000;
	padding-bottom:20px;
	}

/*-----------------------
FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
}
.footer_logo{
	display:block;
	margin:10px auto 20px;
	width:130px;
	}
.footer_text{
	font-size:17px;
	line-height:24px;
	margin:10px 0;
}
.footer_text a{ padding:0 3px; color:#000;}

/*-----------------------
MEDIA CSS
------------------------*/

@media only screen and (max-width:1180px){
.container{width:1000px;}
.hide-1024{display:none;}

.sec1_heading{font-size:40px; line-height:48px;}
.sec1_prod{width:440px; right:-50px;}
ul.sec1_ben_lst{right:180px;}

.common_heading{font-size:38px; line-height:46px;}

.sec3_right{width:54%;}
ul.feature_list li p{font-size:18px; line-height:24px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}

.header_btn{width:160px; font-size:18px;}

.sec1{padding:30px 0 40px;}
.sec1_heading{font-size:32px; line-height:40px; margin-top:12px;}
.sec1_prod{width:380px; right:-80px; top:300px;}
.doctor_strip{padding:12px 0 12px 120px;}
.doctor_strip p{font-size:14px; line-height:20px;}
ul.sec1_list{margin-top:20px;}
.button_box{max-width:380px; margin-top:30px;}
.sec1_image{right:90px; top:20px; width:240px;}
ul.sec1_ben_lst{right:20px;}

.yahoo_logo{width: 60px;}
.laweekly_logo{width:64px;}
.bionews_logo{width:105px;}
.asthma_logo{width:75px;}

.sec2{padding:40px 0 160px;}
.common_heading{font-size:36px; line-height:44px;}
.common_text{font-size:17px; line-height:26px;}
ul.sec2_list li{font-size:18px; line-height:22px; padding:12px 0 15px 45px;}
.sec2_btm_text{font-size:20px; line-height:28px;}

.sec3{padding:40px 0 50px;}
.sec3_top_prod{top:-90px;}
.sec3_left{width:100%; text-align:center; margin-top:120px;}
.sec3_video_box{max-width:567px; padding-bottom:42.5%;}
.sec3_right{width:100%; margin-top:20px;}
.features_box{justify-content:center; -webkit-justify-content:center;}
.features_prod{width:294px;}

.sec4{padding:40px 0 50px;}
.sec4_inner{margin-top:40px; justify-content:center; -webkit-justify-content:center;}
.user_box{width:47%;}
.user_image{box-sizing:border-box;}
.user_heading{font-size:24px; line-height:28px;}

.sec5{padding:40px 0 50px;}
.sec5_inr_bx{padding:30px 15px;}

.sec6{padding:40px 0 50px;}
.help_doctor_image{width:350px;}

.sec7{padding:40px 0 50px;}

.sec8{padding:40px 0 30px;}
.rating_row{margin:30px auto 0;}
.s8-vdo-row{margin-top:30px;}

.sec9{padding:40px 0 50px;}
.offer_box{padding:50px 25px 30px;}
.offer_box_content{width:calc(100% - 300px);}
.offer_box_prod{width:45%;}
.offer_text{font-size:32px; line-height:40px;}
ul.offer_list li{font-size:18px; line-height:26px; margin-top:12px;}

.sec10{padding:40px 0 50px;}
}

@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.top_strip{padding:5px 0;}
.top_strip p{font-size:11px; line-height:13px; text-align:left; margin-right:3px; width:300px; padding-left:22px;}
.top_strip p span{font-size:11px;}
.top_strip p img{width:18px; top:0;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; margin-top: -50px; top: 50px; padding-top:6px;}
.logo{width:105px; float:none;}

.sec1{padding:20px 0 35px;}
.sec1_strip{font-size:14px; line-height:18px;}
.sec1-mob{width:calc(100% + 30px); margin-left:-15px; margin-bottom:-10px;}
.sec1_content{width:100%; text-align:center; position:relative; z-index:1;}
.sec1_rating{font-size:12px; line-height:15px; text-align:left;}
.sec1_rating img{margin: -3px 1px 0 0; width:50px;}
.sec1_heading{font-size:38px; line-height:40px; margin-top:8px; text-align:left;}
.sec1_text{font-size:14px; line-height:20px; margin-top:10px; max-width:265px; text-align:left;}
ul.sec1_list{margin-top:20px;}
ul.sec1_list li{
	font-size:16px; 
	line-height:20px; 
	background-size:18px; 
	padding:6px 0 6px 28px;
}
ul.sec1_list li:last-child{border-bottom:none;}

.doctor_strip{
	border-top: 38px solid #d6e9f6; 
	max-width:none;
	width:calc(100% + 30px); 
	margin-left:-15px; 
	border-radius:0px; 
	text-align:left; 
	padding: 12px 15px 0 100px;
	margin-top:0;
	background:#fff;
}
.doc_strip_mob_icn{
	width: 80px;
	position: absolute;
	left: 5px;
	top: -22px;
}
.doctor_strip:before{background: url(../images/shape-mob.jpg) left top no-repeat; background-size:110px; top: -42px; padding-bottom:42px;}
.doctor_strip h3{font-size:14px; line-height:18px;}
.doctor_strip p{font-size:12px; line-height:16px;}
.sec1_doctor{left:0; width:95px; bottom:0;}

.mob_prod{position:relative; z-index:2;}
ul.sec1_ben_lst{position:static; width:calc(100% + 30px); margin:15px 0 0 -15px;}
ul.sec1_ben_lst li:before{left:0;}
ul.sec1_ben_lst li{margin-top:10px; padding: 3px 70px 5px; font-size:16px; line-height:18px; text-align:left;}
ul.sec1_ben_lst li img{width:40px; left:15px; top:2px;}
.sec1_prod{top:-165px; right:-110px; width:280px;}
.sec1_image{right:-80px; top:-60px; width:240px;}

.banner_rev_box{margin:15px auto 0;}
.bnr_rev_text{font-size:14px; line-height:20px;}

.common_button{height:55px; font-size:20px; line-height:56px;}
.ship_text{font-size:13px; margin-top:12px;}
.low-stock-row{width:70px;}
.low-stock-indicater{width:10px; height:12px;}

.as-seen{padding:20px 0;}
.as_seen_text{margin: 0 auto;}
.brand_strip_scroller{width:calc(100% + 30px); margin-left:-15px; padding:18px 0 0;}
.yahoo_logo{width: 70px;}
.laweekly_logo{width:74px;}
.bionews_logo{width:115px;}
.asthma_logo{width:85px;}

.sec2{padding:25px 0 160px;}
.sub_heading{font-size:16px; margin-bottom:8px;}
.common_heading{font-size:30px; line-height:36px; position:relative;}
.common_text{font-size:16px; line-height:24px; margin-top:10px;}
.sec2_img{max-width:350px; width:100%; margin:0 auto -40px; float:none;}
.sec2_inner{padding:0 20px 20px;}
.label_text{min-width:225px; font-size:20px; line-height:20px; padding:10px 20px;}
ul.sec2_list{width:100%; margin-top:30px;}
ul.sec2_list li:after{left:0;}
.mobile_down_arw{margin:-20px auto; width:43px;}
.sec2_btm_text{font-size:18px; line-height:26px; margin-top:20px;}


.sec3{padding:25px 0 35px;}
.sec3_left{margin-top:100px;}
.sec3_inner{margin-top:25px;}
.sec3_video_box{padding-bottom:56.5%; margin:22px auto 0;}
.feature_hdg{font-size:18px; line-height:24px; margin: 20px auto 0;}
.features_box{width:calc(100% + 30px); margin-left:-15px; margin-top:5px;}
.features_prod{width:165px; margin-right:5px;}
ul.feature_list{margin:0; gap:27px;}
ul.feature_list li img{width:24px; margin:0 5px 0 0;}
ul.feature_list li p{font-size:15px; line-height:20px;}

.sec4{padding:25px 0 35px;}
.sec4_inner {margin:20px auto 0; gap:25px; max-width:360px;}
.user_box{width:100%;}
.user_box_content{left:20px;}
.user_name span{font-size:14px;}
.user_name small{font-size:11px;}
.user_icon{width:38px; margin:-35px 0 0 15px;}
.user_text{font-size:16px; line-height:24px; margin:0 0 0 5px;}

.sec5{padding:25px 0 35px;}
.sec5_inr{flex-wrap:wrap; -webkit-flex-wrap:wrap; max-width:400px; margin-top:0;}
.sec5_list_box{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
ul.sec5_list li:before{left:9px; border-left:1px dotted #1e2021; top:35px; bottom:-35px;}
ul.sec5_list li:after{width:10px; height:10px; border:5px solid #006abc; top:29px;}
.sec5_list_box{padding:0 0 0 30px;}
.sec5_list_box:before{display:none;}
.sec5_content{padding:25px 0 0;}
ul.sec5_list li h3{font-size:20px; line-height:26px;}
ul.sec5_list li p{font-size:16px; line-height:22px; margin-top:15px;}
ul.sec5_list li img{width:100%; margin:20px 0 0; box-sizing:border-box;}
ul.sec5_list li:last-child, ul.sec5_list li:last-child .sec5_list_box{padding-bottom:0;}

.sec6{padding:25px 0 30px;}
.sec6 .common_heading, .sec6 .common_text{text-align:left;}
.sec6 .common_heading{margin-top:10px;}
.trusted_seal{float:right; width:94px; margin: -10px 0 10px;}
.help_box{box-shadow:none; width:calc(100% + 30px); margin-left:-15px; margin-top:0;}
.help_box_top{padding:0 0 25px 15px; background:none;}
ul.help_list li{font-size:16px; line-height:22px; padding:8px 0 8px 35px;}
ul.help_list li img{width:28px;}
.help_box_text{font-size:16px; line-height:22px; margin-top:15px;}
.help_doctor_image{width:240px; right:-80px; bottom:0;}
.help_box_btm{padding:10px; border:1px solid #bad5ea; border-radius:8px; background:#f8fcff; width:92%; margin:0 auto;}
.help_box_btm p{font-size:16px; line-height:22px;}

.sec7{padding:25px 0 35px;}
.sec7_image {right:-25px; top:-15px; width:178px;}
.uses_step{flex-wrap:wrap; -webkit-flex-wrap:wrap; width:100%;}
.uses_step_box{width:100%; flex-direction: row; position:relative; padding:25px 15px 20px;}
.step_num{
	font-size: 12px;
	line-height: 24px;
	font-weight: 400;
	width: 24px;
	height: 24px;
	color: #fff;
	border-radius: 50%;
	background: #006abc;
	position: absolute;
	left: 20px;
	top: -15px;
	text-align: center;
	box-shadow: 0px 0px 0px 8px #f1f9ff;
	-webkit-box-shadow: 0px 0px 0px 8px #f1f9ff;
}
.uses_content h3{font-size:20px; line-height:24px; color:#000;}
.uses_content p{font-size:16px; line-height:22px; margin-bottom:0;}
.uses_image{margin:0 0 0 15px; width:111px; height:111px; object-fit:cover; object-position: -15px center;}

.sec7_mob_arw{width:43px; float:left; margin: 15px 0 8px 15px;}

.sec8{padding:25px 0 30px;}
.rating_col-2{width:100%; order:1; margin-top:15px;}
.rating_row{margin:0 auto;}
.review-rating{font-size:34px; line-height:38px;}
.star{width:85px; margin:5px auto 0;}
.verified-text{font-size:16px; line-height:20px; margin-top:8px;}
.s8-vdo-row{margin-top:20px; display:flex; display:-webkit-flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; gap:7px 2%; padding:0 15px;}
.s8-vdo-col{width:32% !important; height:auto !important;}
.play-btn{width:35px;}
.testimonial-box{padding:30px 0 0; max-width:350px; margin:0 auto; flex-wrap:wrap; row-gap: 25px;}
.testimonial-col{padding:20px 18px 25px; width:100%;}
.quote_image{width:22px; right:0; top:6px;}
.testimonial-col-text1{font-size:18px; line-height:24px;}
.testimonial-col-text2{font-size:16px; line-height:24px;}
.testi-verify-name-text{font-size:16px; line-height:22px;}
.testi-verify-text{font-size:12px; line-height:16px;}

.sec9{padding:25px 0 35px;}
.offer_box{flex-wrap:wrap; -webkit-flex-wrap:wrap; padding: 40px 20px 30px;}
.offer_header{font-size:15px; line-height:20px; padding: 6px 15px; max-width:180px; width:100%; top:-17px;}
.offer_box_prod{width:100%; margin:20px 0 0;}
.offer_box_seal{right:160px; top:0;}
.offer_box_content{width:100%; text-align:center;}
.offer_text{font-size:30px; line-height:36px;}
ul.offer_list li{font-size:16px; line-height:24px; padding-left:26px; background-size:18px; margin-top:8px;}
.offer_box .ship_text{font-size:11px; line-height:12px;}

.sec10{padding:30px 0 25px;}
.faq-container{padding:10px 0 0; margin:22px auto 0;}
.up-slide-dwn{padding:0 15px;}
.accordion{font-size:18px; line-height:24px; background-size:12px; padding:15px 20px 15px 0;}
.acdn-heading.accordion-open{background-size:12px;}
.acdn-para{font-size:16px; line-height:24px;}
ul.faq_list li{font-size:16px;}

.footer{padding:0 0 20px;}
.footer_text{font-size:16px; line-height:22px; margin:3px 0;}
.footer_logo{width:100px; margin:25px auto 15px;}
#call-btn{
	background:#006abc;
	padding:10px 10px 8px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#call-btn .ship_text{ color:#fff;font-size: 12px; letter-spacing:0.3px;margin-top: 4px;}
#call-btn  .ship_text:before { border-width: 2px;}
}

/*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;
	}
.video-container video{height:100%;}
.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;}
}



