@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;
}


/*-----------------------
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:#77e1ff;
}
.top_strip_inner{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:center;
}
.top_strip_txt{
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:800;
	text-transform:uppercase;
	padding:0 15px 0 0;
}
.top_strip p img{
	width:35px;
	display:inline-block;
	vertical-align:middle;
	margin:-2px 10px 0 0;
}
#clockdiv {
    display: inline-block;
    vertical-align: middle;
	width:120px;
	}
#clockdiv > div{
	float: left;
	width:32px;
	height:32px;
	background: #fff;
	border-radius:6px;
	padding:3px 0;
	}
#clockdiv div > span{
	float: left;
	width:100%;
    text-align: center;
    color: #1f1f1f;
    font-size:16px;
    line-height:17px;
    font-weight: bold;
	}
.smalltext {
	float: left;
	width:100%;
    font-size:8px;
    line-height:9px;
    color: #1f1f1f;
    text-align: center;
	letter-spacing: 0.5px;
	}
#clockdiv p, #clockdiv2 p {
    float: left;
    width:12px;
    color: #fff;
    font-size:20px;
	line-height:28px;
    text-align: center;
    padding: 0 0 0 0;
	}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
	float:left;
	width:100%;
	margin-bottom:70px;
}
.header{
	float:left;
	width:100%;
	height:70px;
	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:5px;
	margin-top:-70px;
	top:70px;
	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:164px;
}
.header_btn{
	float:right;
	width:165px;
	height:46px;
	background:#ffd431;
	border-radius:8px;
	font-size:17px;
	line-height:46px;
	color:#000;
	font-weight:800;
	margin-top:7px;
	text-transform:uppercase;
}

/*-----------------------
BLUE STRIP
------------------------*/
.blue_strip{
	float:left;
	width:100%;
	background:#044b97;
	padding:10px 0;
}
.blue_strip p{
	font-size:18px;
	line-height:18px;
	font-weight:800;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
}
.blue_strip p img{
	width:31px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 25px 0;
}

/*-----------------------
SECTION-1
------------------------*/
.sec1{
	float:left;
	width:100%;
	padding:40px 0 65px;
	overflow-x:clip;
	background:#f7f9fb;
}
.sec1_content{
	float:left;
	width:53%;
	text-align:left;
}
.sec1_rating{
	font-size:16px;
	line-height:20px;
	font-weight:500;
}
.sec1_rating img{
	width:90px;
	display:inline-block;
	vertical-align:middle;
	margin:-4px 6px 0 0;
}
.sec1_heading{
	font-size:60px;
	line-height:63px;
	font-weight:800;
	color:#044b97;
	margin-top:10px;
	letter-spacing: -1.5px;
}
.sec1_heading span{
	color:#e35aa7;
}
.sec1_text{
	font-size:20px;
	line-height:28px;
	margin-top:15px;
	max-width:560px;
	width:100%;
}
ul.sec1_list{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
}
ul.sec1_list li{
	text-align:left;
	font-size:18px;
	line-height:24px;
	background:url(../images/sec1-tick.webp) left 15px no-repeat;
	background-size:29px;
	padding:12px 0 12px 45px;
	border-bottom: 1px solid #b7b7b7;
	position:relative;
}
ul.sec1_list li:last-child{border-bottom:none;}
ul.sec1_list li span{font-size:20px; line-height:22px; font-weight:700;}
.button_box{
    display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:462px;
	margin-top:45px;
	text-align:center;
	}
.button_top_text{
	font-size:15px;
	line-height:20px;
	font-weight:600;
	display:inline-block;
	vertical-align:middle;
	margin:0 0 8px;
}
.button_top_text img{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	margin: -25px 0 -15px 7px;
}
.button_top_text .btn_mbg_icon{
	width:20px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
}
.common_button{
    width: 100%;
    display: inline-block;
    vertical-align: top;
    background: #ffd431;
	border:1px solid #e9bc1d;
    height: 72px;
    line-height: 70px;
    color: #000;
    font-size: 28px;
	font-weight:800;
    border-radius: 12px;
    position: relative;
    overflow: hidden;
    text-align: center;
	box-shadow:0px 3px 0 0 #d6d9d4;
	}
ul.button_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	margin:15px 0 0;
	gap:15px;
}
ul.button_list li{
	display:inline-block;
	vertical-align:middle;
	font-size:13px;
	line-height:15px;
	font-weight:500;
}
ul.button_list li img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	margin:-3px 3px 0 0;
}
.sec1 .button_box{margin-top:22px;}

.sec1_right{
	float:right;
	width:47%;
	margin:25px 0 0;
}
.sec1_prod{
	max-width:100%;
	margin:0 auto;
}
.sec1_down_arw{
	width:26px;
	margin:20px auto 0;
}
.sec1_bef_aft{
	margin:20px 0 0;
}
.sec1_beft_aft_img{
	max-width:100%;
	border-radius:35px;
	border:2px solid #fff;
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.1);
	display:inline-block;
	vertical-align:top;
	margin:0 auto;
}
.sold_box{
	float:left;
	width:100%;
	background:#fff;
	border:1px solid #d7d7d7;
	border-radius:10px;
	padding:20px 0;
	margin:70px auto 0;
}
.sold_box_hdg{
	font-size:21px;
	line-height:21px;
	font-weight:bold;
	background:#fff;
	border:1px solid #d7d7d7;
	padding:10px 25px;
	display:inline-block;
	vertical-align:top;
	margin:-42px auto 0;
}
.sold_box_hdg span{color:#e35aa7;}
ul.sold_box_lst{
	display:flex;
	display:-webkit-flex;
}
ul.sold_box_lst li{
	padding:0 30px;
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	flex-direction:column;
}
ul.sold_box_lst li:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #d7d7d7;
}
ul.sold_box_lst li:last-child:before{display:none;}
.sold_logos{
	width:160px;
	margin:0 auto 10px;
}
.sold_star{
	width:85px;
	margin:0 auto 5px;
}
.sold_txt{
	font-size:16px;
	line-height:20px;
	font-weight:600;
	margin:auto auto 0;
}

/*-----------------------
SECTION-2
------------------------*/
.sec2{
	float:left;
	width:100%;
	padding:50px 0 60px;
	position:relative;
	overflow:clip;
	z-index:1;
}
.common_heading{
	font-size:45px;
	line-height:53px;
	font-weight:800;
}
.common_heading span{color:#044b97;}
.common_text{
	font-size:18px;
	line-height:28px;
	margin-top:15px;
}
.sec2_testi{
	float:left;
	width:100%;
	margin:50px auto 10px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	gap:36px;
}
.sec2_testi_box{
	background:#fff;
	display:flex !important;
	display: -webkit-flex !important;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex:1;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:10px;
	overflow:hidden;
}
.sec2_testi_box_content{
	padding:20px 20px 30px;
	text-align:left;
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	-webkit-flex-direction: column;
	flex:1;
}
.sec2_testi_hdg{
	font-size:22px;
	line-height:30px;
	font-weight:700;
	margin:0 0 8px;
}
.sec2_testi_star{
	width:105px;
	margin:0 0 15px;
}
.sec2_testi_txt{
	font-size:18px;
	line-height:26px;
	margin:0 0 15px;
}
ul.sec2_testi_lst{
	margin:auto 0 20px;
}
ul.sec2_testi_lst li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	border-bottom:1px solid #ededed;
	padding:8px 0;
}
ul.sec2_testi_lst li:last-child{padding-bottom:0px; border-bottom:none;}
ul.sec2_testi_lst li img{
	width:30px;
}
ul.sec2_testi_lst li p{
	font-size:18px;
	line-height:22px;
	width:calc(100% - 30px);
	padding:0 0 0 12px;
}
.sec2_testi_verify_text span{
	font-size:18px;
	line-height:22px;
	font-weight:700;
}
.sec2_testi_verify_text small{
	font-size:15px;
	line-height:20px;
}
.sec2_testi_verify_text small img{
	width:16px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 3px 0 0;
}


/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float:left;
	width:100%;
	padding:55px 0 70px;
	background:#f6f8fa;
}
.sec3_left{
	float:left;
	width:49%;
}
.tsti-vid-bx{
	float: left;
    width: 100%;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    padding-bottom: 56%;
    margin: 50px auto 0;
	box-shadow:0px 0px 6px 2px rgba(0,0,0,0.2);
	border:2px solid #fff;
	}
.tsti-vid-bx iframe, .thum-img{
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
	cursor:pointer;
	}
.thum-img img{
	display:inline-block;
	vertical-align:top;
	object-fit:cover;
	width:100%;
	height:100%;
}
.fea_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	font-weight:800;
	text-transform:uppercase;
	margin:35px 0 0;
}
ul.sec3_logos{
	float: left;
    width: 100%;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	gap:45px;
	padding:20px 0 35px;
	border-bottom:1px solid #c5c6c8;
}
ul.sec3_logos li{
	
}
.benzinga_logo{width:124px;}
.ap_logo{width:95px;}
.abc_logo{width:36px;}
.yahoo_logo{width:89px;}
.nbc_logo{width:50px;}

.doctor_box{
	float:left;
	width:100%;
	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);
	border-radius:8px;
	margin:40px 0 0;
	position:relative;
}
.sec1_doc_img{
	position:absolute;
	right:15px;
	bottom:0;
	z-index:1;
	width:163px;
}
.doctor_box_hdg{
	font-size:26px;
	line-height:32px;
	font-weight:700;
	background:#eff5fb;
	padding:10px 180px 12px 20px;
	text-align:left;
	color:#000;
	position:relative;
}
.doc-quote{
	position:absolute;
	right:15px;
	top:15px;
	width:32px;
}
.doctor_box_hdg:before{ 
	content:'';
	position:absolute;
	right:165px;
	bottom: -15px;
	border-top: 15px solid #eff5fb;
	border-left: 30px solid transparent;
}
.doctor_box_content{
	padding:6px 180px 30px 20px;
	text-align:left;
}
.doctor_box_text{
	font-size:18px;
	line-height:26px;
	font-style:italic;
}
.doctor_box_name{
	margin:20px 0 0;
}
.doctor_box_name span{
	font-size:18px;
	line-height:22px;
	font-weight:600;
}
.doctor_box_name small{
	font-size:14px;
	line-height:14px;
}
.doctor_box_name small img{
	width:17px;
	display:inline-block;
	vertical-align:middle;
}

.sec3_right{
	width:46.5%;
	float:right;
	text-align:left;
}
.sec3_hdg{
	font-size:26px;
	line-height:30px;
	font-weight:700;
	color:#044b97;
	text-align:left;
	margin:40px 0 0;
}
ul.sec3_list{
	float:left;
	width:100%;
	margin:5px 0 0;
}
ul.sec3_list li{
	text-align:left;
	border-bottom:1px dotted #e35aa7;
	padding:20px 0;	
}
ul.sec3_list li:last-child{border-bottom:none; padding-bottom:0px;}
.sec3_list_hdg{
	font-size:22px;
	line-height:26px;
	font-weight:700;
	position:relative;
	padding:6px 0 6px 42px;
}
.sec3_list_hdg img{
	width:29px;
	position:absolute;
	left:0;
	top:4px;
}
.sec3_list_txt{
	font-size:18px;
	line-height:25px;
	margin:5px 0 0;
}

/*-----------------------
SECTION-4
------------------------*/
.sec4{
	float:left;
	width:100%;
	padding:60px 0 70px;
}
.sec4_content{
	float:left;
	width:55%;
	text-align:left;
	position:relative;
}
.sec4 .common_heading span{color:#044b97;}
ul.sec4_list{
	display:inline-block;
	vertical-align:top;
	margin:20px 0 0;
}
ul.sec4_list li{
	font-size:20px;
	line-height:26px;
	background:url(../images/sec4-list-tick.webp) left 12px no-repeat;
	background-size:21px;
	padding:6px 0 6px 35px;
	text-align:left;
}
ul.sec4_logos{
	max-width:460px;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	border-top:1px solid #799fc8;
	border-bottom:1px solid #799fc8;
	padding:10px 0;
	gap:22px;
	margin:20px 0 0;
}
ul.sec4_logos li img{
	height:22px;
}
.sec4_prod{
	float:right;
	width:410px;
	margin: 15px 70px -30px 0;
}
ul.plan_list{
	display:flex;
	display:-webkit-flex;
	margin:30px 0 0;
}
ul.plan_list li{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	padding:0 20px;	
	position:relative;
}
ul.plan_list li:before{
	content:'';
	position:absolute;
	right:0;
	top:0;
	bottom:0;
	border-right:1px solid #e1e1e1;
}
ul.plan_list li:first-child{padding-left:0px;}
ul.plan_list li:last-child{padding-right:0px;}
ul.plan_list li:last-child:before{display:none;}
.plan_info{
	background:#eaf1f8;
	color:#044b97;
	border-radius:6px;
	padding:10px;
	text-align:center;
	font-weight:700;
	width:128px;
}
ul.plan_list li.pink .plan_info{color:#e35aa7;}
.plan_info span{
	font-size:40px;
	line-height:40px;
}
.plan_info small{
	font-size:21px;
	line-height:22px;
}
ul.plan_list li p{
	width:calc(100% - 128px);
	padding:0 0 0 10px;
	font-size:22px;
	line-height:28px;
	font-weight:600;
	text-align:left;
}

/*-----------------------
SECTION-5
------------------------*/
.sec5{
	float:left;
	width:100%;
}
.sec5_top{
	float:left;
	width:100%;
	background:#044b97;
	padding:60px 0 120px;
}
.sec5_top .common_heading, .sec5_top .common_text{color:#fff;}
.sec5_top .common_heading span{color:#e35aa7;}
.sec5_slider_nav{margin:40px auto 0;}
.sec5_slider_nav_col p{
	background:#044285;
	border-radius:100px;
	border:1px solid #082b51;
	font-size:17px;
	line-height:20px;
	font-weight:700;
	color:#fff;
	padding:5px 5px 8px;
	cursor:pointer;
}

.sec5_bottom{
	float:left;
	width:100%;
	padding:0 0 70px;
}
.sec5_slide_div{
	max-width:915px;
	width:100%;
	margin:-60px auto 0;
	position:relative;
	background: #fff;
	border-radius: 12px;
}
.sec5_slide_div:before{
	content:'';
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:-30px;
	width:50px;
	height:50px;
	background:url(../images/sec5-down-arrow.webp) center top no-repeat;
	background-size:100%;
	z-index:1;
}
.sec5_slide_box{
	padding:35px 20px 0;
}
.sec5_down_arrow{
	display:block;
	margin:0 auto;
	width:50px;
}
.sec5_slide_box_hdg{
	font-size:26px;
	line-height:30px;
	font-weight:800;
}
.sec5_slide_box_txt{
	font-size:18px;
	line-height:24px;
	margin:10px 0 0;
}
.sec5_bef-aft{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
}
.sec5_bef, .sec5_aft{
	width:49.5%;
	position:relative;
}
.sec5_bef img, .sec5_aft img{border-radius:20px; max-width:100%; margin:0 auto;}
.sec_bef_aft_txt{
	font-size:18px;
	line-height:20px;
	font-weight:700;
	color:#000;
	text-transform:uppercase;
	padding:5px;
	border-radius:100px;
	background:#fff;
	position:absolute;
	width:104px;
	top:-32px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
.sec5_ba_img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	margin:0 auto 0;
}

/*-----------------------
SECTION-6
------------------------*/
.sec6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f7f9fb;
}
.sec6_inner{
	display:flex;
	display:-webkit-flex;
	max-width:1030px;
	align-items:center;
	padding:20px 0;
	margin:40px auto 0;
	background:#fff;
	border-radius:10px;
}
.sec6_inner_box{
	width:50%;
	padding:15px 40px 30px;
	border-right:1px solid #b7b7b7;
}
.sec6_inner_box:last-child{border:none;}
.sec6_seal{
	display:block;
	margin:0 auto 15px;
	width:130px;
}
.sec6_box_hdg{
	font-size:31px;
	line-height:37px;
	font-weight:700;
}
.sec6_box_txt{
	font-size:18px;
	line-height:27px;
	font-weight:500;
	margin:15px 0 0;
}

/*-----------------------
SECTION-7
------------------------*/
.sec7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f7f9fb;
}
.sec7 .common_heading{color:#044b97;}
.sec7 .common_heading span{color:#e35aa7;}
.sec7_inner{
	display:inline-block;
	vertical-align:top;
	position:relative;
	max-width:1080px;
	width:100%;
	margin:30px auto 20px;
}
.choose_img{
	left:0;
	position:absolute;
	border-radius:10px;
}
.choose_box{
	float:right;
	position:relative;
}
.choose_prod{
	float:left;
	margin-top:10px;
	margin-right:10px;
}
ul.choose_list{
	margin:35px 0 0;
	display: flex;
	display:-webkit-flex;
	flex-direction: column;
	gap:30px;
}
ul.choose_list li{
	position:relative;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
	text-align:left;
}
ul.choose_list li img{
	width:55px;
	margin:0 8px 0 0;
}
ul.choose_list li p{
	font-size:24px;
	line-height:24px;
	font-weight:700;
}
ul.sec7_seals_list{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	gap:40px;
	margin:30px auto 0;
}
ul.sec7_seals_list li img{
	width:106px;
}
	

/*-----------------------
SECTION-8
------------------------*/
.sec8{
	float:left;
	width:100%;
	padding:60px 0 65px;
	background:#f6f8fa;
}
.sub_heading{
	font-size:22px;
	line-height:26px;
	font-weight:800;
	max-width:510px;
	margin:0 auto 15px;
	position:relative;
	z-index:1;
}
.sub_heading:before{
	content:'';
	position:absolute;
	left:0;
	top:15px;
	width:100%;
	border-top:1px solid #e1e1e1;
	z-index:-1;
}
.sub_heading span{
	padding:0 15px;
	background:#f6f8fa;
	display:inline-block;
	vertical-align:middle;
}
.sec8 .common_heading{color:#044b97;}
.sec8 .common_heading span{color:#e35aa7;}
ul.sec8_list{
	display:flex;
	display:-webkit-flex;
	max-width:1030px;
	margin:65px auto 0;
	gap:25px;
}
ul.sec8_list li{
	width:25%;
}
.free_prod{
	border:1px dashed #000;
	border-radius:8px;
	padding:10px 20px;
	position:relative;
	background:#fff;
}
.free_prod p{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	font-size:21px;
	line-height:25px;
	font-weight:700;
	color:#fff;
	background:#ff0000;
	border-radius:100px;
	max-width:130px;
	width:100%;
	padding:5px;
	top:-18px;
}
.free_prod img{
	margin:20px auto 0;
	max-width:100%;
}
.free_prod_name{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	padding:15px 20px 0;
}

/*-----------------------
SECTION-9
------------------------*/
.sec9{
	float:left;
	width:100%;
	padding:60px 0 70px;
}
.sec9 .common_heading{color:#044b97;}
.sec9 .common_heading span{color:#e35aa7;}

.uses_sec{
	display:flex;
	display:-webkit-flex;
	gap:5px;
	margin:40px auto 0;
}
.uses_box{
	background:#fff;
	border:1px solid #e3e6ea;
	border-radius:8px;
	padding:40px 20px 30px;
	width:32%;
	position:relative;
}
.uses_box_num{
	width:54px;
	height:54px;
	border:2px solid #eceef1;
	border-radius:50%;
	background:#fff;
	font-size:29px;
	line-height:50px;
	font-weight:700;
	color:#044b97;
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	top:-20px;
}
.uses_box img{
	margin:0 auto 10px;
	max-width:100%;
}
.uses_box_hdg{
	font-size:27px;
	line-height:32px;
	font-weight:800;
	color:#044b97;
}
.uses_box_txt{
	font-size:17px;
	line-height:25px;
	font-weight:500;
	padding: 10px 15px 0;
}
.uses_separator{
	width:20px;
	display: flex;
	display:-webkit-flex;
    align-items: center;
}
.uses_separator img{display:inline-block; vertical-align:middle; width:100%;}

/*-----------------------
MADE SECTION
------------------------*/
.made_sec{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f6f8fa;
}
.made_inner{
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	gap:25px;
	max-width:770px;
	width:100%;
	margin:50px auto 0;	
}
.made_box{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	padding:20px;
	background:#fff;
	border-radius:10px;
}
.made_box_img{
	
}
.made_box_img img{
	display:inline-block;
	vertical-align:top;
	border-radius:8px;
	max-width:200px;
}
.made_box_content{
	display:flex;
	display:-webkit-flex;
	align-items:center;
	width:calc(100% - 203px);
	padding:0 0 0 25px;
	position:relative;
	text-align:left;
}
.made_box_hdg{
	font-size:22px;
	line-height:26px;
	font-weight:800;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:22px;
}
.made_box_seal{
	width:76px;
	position:absolute;
	right:15px;
	top:-7px;
}
.made_box_txt{
	font-size:18px;
	line-height:26px;
	margin:15px 0 0;
}

/*-----------------------
SECTION-10
------------------------*/
.sec10{
	float:left;
	width:100%;
	padding:60px 0 0;
}
.sec10 .common_heading span{color:#e35aa7;}

.s10-vdo-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1622px;
	margin:40px auto 0;
	}
.s10-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:8px;
	width:305px !important;
 	height: 481px !important; 
	overflow:hidden;
	}
.s10-vdo-col-img-box{
	float:left;
	width:100%;
	}
.s10-vdo-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.play-btn{
	position:absolute;
	top:50%;
	left:50%;
	width:58px;
    transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	}
.s10-vdo-col video, .thumbnail{
    vertical-align: top;
    width: 100%;
    height:100%;
    background: #000;
    object-fit: cover;
	}
.video-player{
	display:none;
	}	

.review_bottom{
	float:left;
	width:100%;
	background:#fff;
	padding:50px 0 70px;
}
.review_block{
	width:100%;
	margin:0 auto 0;
	row-gap:35px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.review_box{
	width:48.5%;
	padding:22px 20px 25px;
	border:1px solid #bdbdbd;
	border-radius:10px;
	background:#fff;
	box-shadow:0px 3px 10px 1px rgba(0,0,0,0.1);
	}
.review_vrfy_box{
	width:100%;
	margin:0 auto;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}
.review_vrfy_box_cont{
	width:calc(100% - 161px);
	padding-right:20px;
	text-align:left;
	}
.review_star{
	display:block;
	width:90px;
	margin:10px 0 25px;
	}
.review_name{
	font-size:18px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}
.review_vrfy_txt{
	font-size:14px;
	line-height:18px;
	color:#24c070;
	margin-top: 8px;
	}
.review_vrfy_box_cont p img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 5px 0 0;
	}
.review_img{
	width:161px;
	border-radius:14px;
	}
.review_cont{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:18px;
	}
.review_heading{
	font-size:22px;
	line-height: 26px;
	color:#000;
	font-weight:bold;
	}
.review_text{
	font-size:17px;
	line-height:26px;
	}

/*-----------------------
SECTION-11
------------------------*/
.sec11{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f6f8fa;
}
.sec11 .common_heading{color:#044b97;}
.sec11 .common_heading span{color:#e35aa7;}

.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:830px;
	width:100%;
	margin:20px auto 0;
	}
.up-slide-dwn{
	border-bottom:1px solid #c2c2c2;
	}
.accordion{
	text-align:left;
	background:url(../images/close-btn.webp) no-repeat right center;
	background-size:13px;
	padding:22px 20px 22px 0;
	font-size:21px;
	line-height:27px;
	font-weight:700;
	color:#000;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.webp) no-repeat right center;
	background-size:13px;
	}
.acdn-content{
	text-align:left;
	padding:0 20px 8px 0;
	}
.acdn-para{
	font-size:17px;
	line-height:26px;
	font-weight:500;
	color:#000;
	padding-bottom:20px;
	}

/*-----------------------
SECTION-12
------------------------*/
.sec12{
	float:left;
	width:100%;
	padding:60px 0 70px;
}
.sec12 .common_heading{color:#044b97;}
.sec12 .common_heading span{color:#e35aa7;}

.comparision-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:770px;
	margin-top:145px;
	margin-bottom:30px;
	}
.comp_col-1{
	float: left;
    width: 46%;
    position: relative;
	background:#fff;
	}
.comp_col-1 ul{
	float:left;
	width:100%;
	}
.comp_col-1 ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #f4f4f4;
	border-left:1px solid #f4f4f4;
	height:85px;
	color:#1a1a1a;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	text-align:left;
	padding:0 10px 0 15px;
	border-radius:8px 0 0 8px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	}
.comp_col-line{
	float:left;
	width:2%;
	background:#fff;
	}
.comp_col-line ul{
	float:left;
	width:100%;
	}
.comp_col-line ul li{
	float:left;
	width:100%;
	height:85px;
	border-bottom:1px solid #f4f4f4;
	}
.comp_col-line ul li:first-child{border-top:1px solid #f4f4f4;}	
.comp_col-2{
	float:left;
	width:26%;
	background:#1d5da1;
	border-radius:10px;
	margin:-97px 0 -25px 0;
	border:1px solid #5283b7;
	}
.comp_col2-top{
	float:left;
	width:100%;
	height:95px;
	}
.comp_col2-top img{
	margin:-135px auto 35px;
	display:block;
	max-width:100%;
}
.comp_col2-top p {
    font-size: 23px;
    line-height: 28px;
    color:#fff;
    font-weight:700;
	padding-top:18px;
	}
.comp_col-2 ul{
	float:left;
	width:100%;
	}
.comp_col-2 ul li{
	float:left;
	width:100%;
	height:85px;
	text-align:center;
	display: flex;
	display:-webkit-flex;
	align-items: center;
	justify-content: center;
	border-bottom:1px solid #4676a9;
	font-size:18px;
	line-height:24px;
	font-weight:500;
	color:#fff;
	padding:0 5px;
	}
.comp_col-1 ul li:first-child{border-top:1px solid #f4f4f4;}
.comp_col-2 ul li:first-child{border-top:1px solid #4676a9;}
.comp_col-3 ul li:first-child{border-top:1px solid #e0e0e0;}
.comp_col-2 ul li span{color:#b0ef8f; font-weight:800;}
.comp_col-2 ul li img{width:40px;}
.comp_col-2 ul li:last-child{height:20px; border-bottom:none; background:#044b97; border-radius:0 0 8px 8px;}
.comp_col-2 ul li:nth-last-child(2){border-bottom:none;}
.comp_col-3{background:#ececec; border:2px solid #3b3b3b}
.comp_col2-top{background:#044b97; border-radius:8px 8px 0 0;}
.comp_col-3 ul li:last-child{background:#eaeaea;}
.comp_col-3 .comp_col2-top{background:#eaeaea; border-radius:7px 7px 0 0; }
.comp_col-3 .comp_col2-top p{font-size:20px; color:#000;}
.comp_col-3 ul li{border-bottom:1px solid #e0e0e0; color:#000;}
.comp_col-2 ul li p{font-size:20px; line-height:24px; font-weight:700;}

.sec13_top{
	float:left;
	width:100%;
	background:#044b97;
	padding:30px 0;
}
.sec13_top .common_heading{color:#fff;}
.sec13_top .common_heading span{color:#e35ba7;}
.sec13_sub_hdg{
	font-size:21px;
	line-height:26px;
	font-weight:600;
	color:#000;
	background:#fff;
	padding:8px 25px;
	border-radius:6px;
	display:inline-block;
	vertical-align:middle;
	margin:20px auto 0;
}
.sec13_sub_hdg img{
	display:inline-block;
	vertical-align:middle;
	width:261px;
	margin:-3px 0 0 10px;
}
.sec13_bottom{
	float:left;
	width:100%;
	padding:50px 0 70px;
}
.sec13_inner{
	display:flex;
	display:-webkit-flex;
	max-width:980px;
	width:100%;
	justify-content:space-between;
	margin:0 auto;
}
.sec13_left{
	width:50.1%;
}
.sec13_prod{
	border:1px solid #919191;
	border-radius:12px;
}
.prd-slide{
	margin:0 auto 0;
	width:100%;
	}
.sec13_right{
	width:42%;
}
.package_box{
	float:left;
	width:100%;
	margin:0 0 35px;
}
.pack_hdg{
	font-size:20px;
	line-height:24px;
	font-weight:700;
	text-align:left;
}
ul.pack_set_list{
	display:flex;
	display:-webkit-flex;
	gap:15px;
	margin:20px 0 0;
}
ul.pack_set_list li{
	width:31%;
	border:1px solid #acacac;
	border-radius:10px;
	position:relative;
	cursor:pointer;
}
ul.pack_set_list li img{
	margin:5px auto;
	max-width:100%;
	width:250px;
}
ul.pack_set_list li span{
	display:inline-block;
	vertical-align:top;
	font-size:11px;
	line-height:13px;
	font-weight:700;
	color:#fff;
	background:#ff0000;
	padding:3px 0;
	width:64px;
	border-radius:4px;
	position:absolute;
	left:50%;
	top:-10px;
	margin-left:-32px;
}
ul.pack_set_list li p{
	font-size:14px;
	line-height:15px;
	font-weight:700;
	background:#000;
	color:#fff;
	padding:5px;
	border-radius:0 0 8px 8px;
}
.pack_shade_box{
	margin-bottom:0px;
}
ul.pack_set_list li.active{
	box-shadow:0px 0px 6px 1px rgba(4, 75, 151, 0.5);
	border:1px solid #044b97;
}
ul.pack_set_list li.active:before{
	content:'';
	position:absolute;
	left:8px;
	top:12px;
	background:url(../images/pack-tick.webp) left top no-repeat;
	width:13px;
	height:13px;
	background-size:100%;
}
ul.pack_set_list li.active p{background:#044b97;}

/*-----------------------
FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	border-top:1px solid #bcbcbc;
}
.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;}

.common_heading{font-size:38px; line-height:46px;}

ul.sold_box_lst li{padding:0 20px;}
.sold_txt{font-size:15px; line-height:20px;}

ul.sec3_logos{gap:23px;}

.sec4_prod{width:370px;}

.sec5_slide_div{max-width:880px;}

ul.plan_list li p{font-size:19px; line-height:24px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}

.header_btn{width:160px; font-size:18px;}

.sec1{padding:30px 0 0;}
.sec1_rating{font-size:15px; line-height:20px;}
.sec1_rating img{width:75px;}
ul.sec1_list{margin-top:20px;}
ul.sec1_list li{font-size:17px;}
.button_box{max-width:380px; margin-top:35px;}
.button_top_text{font-size:13px;}
.button_top_text img{width:150px;}
ul.button_list li{font-size:12px;}

.sold_logos{width:120px;}
ul.sold_box_lst li{padding:0 10px;}

.sec2{padding:40px 0;}
.common_heading{font-size:36px; line-height:44px;}
.common_text{font-size:17px; line-height:26px;}

.sec3{padding:40px 0 50px;}
.sec3_left{width:100%;}
ul.sec3_logos{justify-content:center;}
.sec3_right{width:100%;}

.sec4{padding:40px 0 50px;}
.sec4_content{width:57%;}
ul.sec4_logos{gap:15px; max-width: 360px; margin: 20px auto 0;}
ul.sec4_logos li img{height:17px;}
.sec4_prod{width:300px; margin: 15px 0 -30px 0;}
ul.plan_list{margin:30px auto 0;}
ul.plan_list li{padding:0 12px;}
.plan_info{width:88px;}
.plan_info span{font-size:26px; line-height:26px;}
.plan_info small{font-size:16px; line-height:16px;}
ul.plan_list li p{width: calc(100% - 88px); font-size:15px; line-height:18px;}

.sec5_top{padding:40px 0 120px;}
.sec5_slide_div{max-width:640px;}
.sec5_bottom{padding:0 0 50px;}
.sec5_slider_nav_col p{font-size:13px; line-height:14px;}

.sec6{padding:40px 0 50px;}
.sec6_inner_box{padding:15px 20px 30px;}

.sec7{padding:40px 0 50px;}
.choose_img{width:330px;}
.choose_prod{width:220px;}
ul.choose_list{gap:15px;}
ul.choose_list li img{width:40px;}
ul.choose_list li p{font-size:18px; line-height:18px;}

.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 0;}
.s10-vdo-col{width: 215px !important; height: 330px !important;}
.review_bottom{padding:50px 0;}

.sec11{padding:40px 0 50px;}

.sec12{padding:40px 0 50px;}
.comp_col2-top img{margin:-105px auto 0;}
.comp_col2-top p{font-size:19px; line-height:24px;}
.comp_col-2 ul li p{font-size:18px; line-height:22px;}
.comp_col-3 .comp_col2-top p{font-size:17px; line-height:22px;}

.sec13_bottom{padding:40px 0 50px;}
.sec13_right{width:46%;}
ul.pack_set_list li p{font-size:13px; line-height:13px;}
}

@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_txt{font-size:12px; line-height:14px; display:flex; display:-webkit-flex; align-items:center; text-align:left;}

.top-fix-bar{margin-bottom:50px;}
.header{height:50px; margin-top: -50px; top: 50px; padding-top:6px;}
.logo{width:105px;}
.header_btn{width:113px; height:32px; background:#ffd431; border-radius:6px; font-size:12px; line-height:34px; margin-top:3px;}

.blue_strip{padding:1px 0 3px;}
.blue_strip p{font-size:13px; line-height:13px; font-weight:600;}
.blue_strip p img{width:22px; margin:-2px 10px 0;}

.sec1{padding:12px 0 35px; height:auto;}
.sec1_strip{font-size:14px; line-height:18px;}
.sec1_bef_aft{margin:10px 0 0;}
.sec1_content{width:100%; text-align:center;}
.sec1_down_arw{margin:0 auto 5px;}
.sec1_rating{font-size:15px; line-height:18px;}
.sec1_heading{font-size:32px; line-height:36px; letter-spacing:-0.5px; margin-top:0;}
.sec1_text{font-size:15px; line-height:22px; margin-top:20px; text-align:left;}
ul.sec1_list{margin-top:10px;}
ul.sec1_list li{
	font-size:15px; 
	line-height:20px; 
	background-size:25px; 
	background-position:left 12px; 
	padding:8px 0 8px 36px;
	border-bottom:1px solid #b7b7b7;
}
ul.sec1_list li:last-child{border-bottom:none;}
ul.sec1_list li span{font-size:18px; line-height:22px;}
.sec1_right{width:100%; margin:0;}
.sec1_bef_aft_box{padding:15px 5px;}
.sec1_beft_aft_img{border-radius:15px; width:250px;}

.sec1_bef_aft_outer{
	width:calc(100% + 30px); margin-left:-15px; float:left;
}
.sec1_bef_aft_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
}
.sec1_bef_aft_mob {
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: marquee-horizontal2 30s linear infinite;
	}
@keyframes marquee-horizontal2 {
	from {
		transform: translateX(0);
	}
	
	to {
		transform: translateX(-100%);
	}
}

.sold_box{margin:40px auto 0;}
.sold_box_hdg{font-size:16px; line-height:16px; padding:8px 20px;}
ul.sold_box_lst{margin:-10px auto 0;}
ul.sold_box_lst li{width:33.3%; padding:0 5px;}
ul.sold_box_lst li:nth-child(n+4){display:none;}
ul.sold_box_lst li:nth-child(3):before{display:none;}
.sold_logos{width:80px;}
.sold_star{width:42px; margin:0 auto 5px;}
.sold_txt{font-size:12px; line-height:16px;}

.doctor_box{margin:30px 0 0; overflow-x:clip;}
.doctor_box_hdg{font-size:17px; line-height:23px; padding: 10px 75px 10px 15px;}
.doctor_box_hdg:before{right:110px;}
.doc-quote{width:22px; top:10px; right:10px;}
.doctor_box_text{font-size:16px; line-height:22px;}
.doctor_box_content{padding: 10px 130px 20px 15px;}
.sec1_doc_img{width:160px; right:-20px;}

.button_box{margin-top:20px;}
.button_top_text .btn_mbg_icon{width:18px;}
.common_button{height:55px; font-size:20px; line-height:52px;}

.sec2{padding:25px 0 30px;}
.sub_heading{font-size:16px; margin-bottom:8px;}
.common_heading{font-size:28px; line-height:34px; position:relative;}
.common_text{font-size:16px; line-height:24px; margin-top:15px;}
.sec2_testi{width:calc(100% + 30px); margin:30px 0 0 -15px;}
.sec2_testi_box{width:280px !important;}
.sec2_testi_hdg{font-size:18px; line-height:24px;}
.sec2_testi_star{width:83px;}
.sec2_testi_txt{font-size:14px; line-height:20px;}
ul.sec2_testi_lst li img{width:25px;}
ul.sec2_testi_lst li p{font-size:14px; line-height:18px; padding:0 0 0 7px;}
.sec2_testi_verify_text span{font-size:14px;}
.sec2_testi_verify_text small{font-size:12px;}

.sec3{padding:25px 0 30px;}
.tsti-vid-bx{margin:30px auto 0;}
.fea_text{font-size:14px; line-height:16px; margin:25px 0 0;}
ul.sec3_logos{gap:18px; border-bottom:none; position:relative; padding:20px 0;}
ul.sec3_logos:before{content:''; border-bottom: 1px dotted #000; width:calc(100% + 30px); margin-left:-15px; height:1px; position:absolute; bottom:0;}
.benzinga_logo{width: 80px;}
.ap_logo{width: 68px;}
.abc_logo{width: 25px;}
.yahoo_logo{width: 65px;}
.nbc_logo{width: 35px;}
.sec3_hdg{font-size:22px; line-height:28px; margin:30px 0 0;}
.sec3_list_hdg{font-size:18px; line-height:22px; padding:2px 0 3px 38px;}
.sec3_list_hdg img{width:26px; top:0;}
.sec3_list_txt{font-size:16px; line-height:24px;}
ul.sec3_list{margin:0;}

.sec4{padding:25px 0 35px;}
.sec4_content{width:100%; text-align:center;}
ul.sec4_list li{font-size:16px; line-height:22px; background-size:18px; padding:6px 0 6px 28px;}
ul.sec4_logos{padding:6px 0;}
.plan_info{width:95px;}
ul.plan_list{flex-wrap:wrap; justify-content:center; margin:10px auto 0;}
ul.plan_list li{padding:12px 0;}
ul.plan_list li:before{left:0; top:auto; border-bottom:1px solid #e1e1e1; border-right:none;}
ul.plan_list li:last-child{padding-bottom:0px;}
.plan_info span{font-size:29px; line-height:29px;}
ul.plan_list li p{font-size:18px; line-height:21px;}

.sec5_top{padding: 25px 0 95px;}
.sec5_slider_nav{margin:25px auto 0; max-width:450px;}
.sec5_slider_nav_col p{padding:7px 3px 8px; font-size:12px;}
.sec5_bottom{padding:0 0 30px;}
.sec5_slide_div:before{width:40px; height:40px; top:-25px;}
.sec5_slide_box{padding:30px 15px 0;}
.sec5_bef-aft{flex-wrap:wrap; gap:0;}
.sec_bef_aft_txt{font-size:11px; line-height:11px; width:65px; top:10px;}
.sec5_bef, .sec5_aft{width:100%;}
.sec5_bef img{border-radius:10px 10px 0 0;}
.sec5_aft img{border-radius:0 0 10px 10px; margin:-1px auto 0;}

.sec6{padding:25px 0 30px;}
.sec6_inner{flex-wrap:wrap; margin:20px auto 0; padding:10px;}
.sec6_inner_box{width:100%; position:relative; text-align:left; padding: 15px 15px 15px 90px; border-bottom:1px solid #b7b7b7; border-right:none;}
.sec6_seal{width:80px; position:absolute; left:0; top:10px;}
.sec6_box_hdg{font-size:20px; line-height:24px;}
.sec6_box_txt{font-size:14px; line-height:20px;}

.sec7{padding:25px 0 30px;}
.sec7_inner{margin:30px auto 0;}
.choose_prod{width:230px; margin:-15px 10px 0 -55px;}
ul.choose_list{gap:20px; margin:0;}
ul.choose_list li img{width:30px;}
ul.choose_list li p{font-size:16px; line-height:20px;}
ul.sec7_seals_list{gap:20px;}
ul.sec7_seals_list li img{width:70px;}


.sec8{padding:25px 0 30px;}
ul.sec8_list{flex-wrap:wrap; justify-content:center; gap: 38px 25px; margin:40px auto 0;}
ul.sec8_list li{width:45%;}
.free_prod p{font-size:15px; line-height:15px; max-width:90px; top:-12px;}
.free_prod_name{font-size:16px; line-height:20px; padding:8px 5px;}

.sec9{padding:25px 0 30px;}
.uses_sec{flex-wrap:wrap;}
.uses_box{width:100%; background:none; padding: 30px 10px 20px;}
.uses_box_num{width:44px; height:44px; font-size:22px; line-height:38px;}
.uses_box_hdg{font-size:24px; line-height:30px;}
.uses_box_txt{font-size:16px; line-height:22px; margin:0 auto; max-width:280px;}
.uses_separator{transform: rotate(90deg); margin: 0 auto 20px;}

.made_sec{padding:25px 0 30px;}
.made_inner{margin:30px auto 0;}
.made_box{flex-wrap:wrap;}
.made_box_img{width:100%; margin: 25px auto 0; text-align: center;}
.made_box_img img{max-width:100%;}
.made_box_content{padding:0; width:100%;}
.made_box_hdg{font-size:18px; line-height:22px; padding-bottom:15px;}
.made_box_txt{font-size:16px; line-height:24px;}
.made_box_seal{width:44px;}


.sec10{padding:25px 0 0;}
.s10-vdo-row{margin:15px auto 0;}
.review_block{gap:20px 0;}
.review_bottom{padding:40px 0;}
.review_box{width:100%; padding:20px 15px 22px;}
.review_heading{font-size:16px; line-height:22px;}
.review_star{width:75px;}
.review_img{width:140px;}
.review_vrfy_txt{font-size:12px; line-height:16px;}
.review_text{font-size:16px; line-height:22px;}

.sec11{padding:25px 0 30px;}
.faq-container{margin:10px 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:15px; line-height:22px;}
ul.faq_list li{font-size:16px;}

.sec12{padding:25px 0 30px;}
.comparision-box{margin-top:80px;}
.comp_col-1 ul li{font-size:15px; line-height:20px; height:65px;}
.comp_col-1{}
.comp_col-2{margin:-51px 0 -25px;}
.comp_col2-top{height:50px;}
.comp_col2-top img{margin:-60px auto 16px;}
.comp_col2-top p{font-size:13px; line-height:15px; padding-top:10px;}
.comp_col-2 ul li{height:65px;}
.comp_col-2 ul li img{width:25px;}
.comp_col-3 .comp_col2-top p{font-size:13px; line-height:15px;}
.comp_col-2 ul li p{font-size:12px; line-height:16px;}
.comp_col-line ul li{height:65px;}

.sec13_top{padding:20px 0 30px;}
.sec13_inner{flex-wrap:wrap;}
.sec13_left, .sec13_right{width:100%;}
.sec13_sub_hdg{font-size:14px; line-height:20px; padding:8px 10px;}
.sec13_sub_hdg img{width:145px;}
.sec13_bottom{padding:25px 0 30px;}
.sec13_right{margin:20px 0 0;}
ul.pack_set_list li img{margin:12px auto -10px;}

.footer{padding:0 0 20px;}
.footer_text{font-size:14px; line-height:20px; margin:3px 0;}
.footer_logo{width:100px; margin:25px auto 15px;}
#call-btn{
	background:#f6f8fa;
	padding:5px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#call-btn .button_top_text{margin:0 0 3px;}
#call-btn ul.button_list{margin:8px 0 0;}
#call-btn ul.button_list li{font-size:12px;}
#call-btn ul.button_list li img{width:13px; margin:-3px 3px 0 0;}
}

/*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;}
}



