@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000000;
	text-align:center;
	font-family: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*====FONTS====*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	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-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-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-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}

/*=====MAIN_CSS_START=====*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
/*====TOP_STRIP====*/	
.top_strip{
	float:left;
	width:100%;
	padding:8px 0;
	background:#212529;
	}
.top_strip_row{
	width:100%;
    display: -webkit-flex;
    display: flex;
    justify-content:center;
    align-items:center;
	}
.top_strip_left{
	float:left;
	text-align:left;
	display: -webkit-flex;
    display: flex;
    justify-content:center;
    align-items:center;
	font-size:17px;
	line-height:25px;
	color:#fff;
	font-weight:700;
	}
.flash{
	width:19px;
	}
.flash1{ margin-right:5px;}
.flash2{ margin-left:5px;}
.top_strip_right{
	float:left;
	margin-left:15px;
	}
#clockdiv {
    display: inline-block;
    vertical-align: middle;
	width:120px;
	}
#clockdiv > div{
	float: left;
	width:32px;
	height:32px;
	background: #fff;
	border-radius:3px;
	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:9px;
    line-height:9px;
    color: #1f1f1f;
    text-align: center;
	letter-spacing: 0.5px;
	}
#clockdiv p, #clockdiv2 p {
    float: left;
    width:12px;
    color: #fff;
    font-size:24px;
	line-height:28px;
    text-align: center;
    padding: 0 0 0 0;
	}
	
/*====HEADER====*/
.top_fix_bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	background:#fff;
	}
.fixed_nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.logo{
	float:left;
	margin-top:20px;
	width:202px;
	}
a.header_btn{
    float:right;
	padding:0 15px;
	height:48px;
	font-size:17px;
    line-height:48px;
    color:#fff;
    text-align:center;
    background:#23004e;
    font-weight:700;
    letter-spacing:0.5px;
	margin-top:14px;
	}

/*====Banner====*/
.banner{
	float:left;
	width:100%;
	padding:40px 0;
	background:#f7f4ff;
	}
.banner_left{
	float:left;
	width:50%;
	text-align:left;
	}
.banner_text1{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:22px;
	color:#000;
	background:#fff;
	padding:2px 8px 2px 5px;
	box-shadow:2px 3px 4px 2px rgba(165,148,211,0.2);
	-webkit-box-shadow:2px 3px 4px 2px rgba(165,148,211,0.2);
	letter-spacing:0.3px;
	}
.banner_text1 img{
	width:87px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0;
	}
.banner_heading{
	font-size:42px;
	line-height:50px;
	color:#23004e;
	font-weight:800;
	margin-top:10px;
	letter-spacing:-0.5px;
	}
.banner_heading span{ font-style:italic;}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:15px;
	}
ul.banner_point li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	font-size:21px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	padding-left:25px;
	background:url(../images/bnr_point.webp) no-repeat left center;
	background-size:15px;
	margin-top:6px;
	}
.common_button_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:404px;
	text-align:center;
	margin-top:40px;
	}
.banner_left .common_button_box{ margin-top:25px;}
ul.common_button_top{
	margin:0 auto 10px;
    display:flex;
    align-items:center;
	justify-content:center;
    width: 100%;
	background:#fbf6e6;
	padding:8px 9px;
	border-radius:30px;
	max-width:390px;
	width:100%;
	}
ul.common_button_top li{
	display:inline-block;
	vertical-align:middle;
	font-size:11px;
	line-height:11px;
	font-weight:400;
	}
ul.common_button_top li.green_dot{
	padding-left:18px;
	padding-right:14px;
	position:relative;
	}
.green_dot:after{
	content:'';
	position:absolute;
	top:3px;
	left:0;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#22bd01;
	animation:breath 1.3s infinite;
	box-shadow:0 0 0 4px rgba(188,235,175,1);
	}
@keyframes breath{
	0% { opacity:1;}
	50% { opacity:0;}
	100% { opacity:1;}
	}
.hourglass{
	display:inline-block;
	vertical-align:middle;
	width:9px;
	margin:-5px 6px 0 0;
	animation:rotate 2.5s  ease-in-out forwards infinite 
	}
@keyframes rotate{
	0%{transform:rotate(0)}
	50%{transform:rotate(180deg)}
	100%{transform:rotate(180deg)}
	} 
a.common_button{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:68px;
	background:#23004e;
	font-size:24px;
	line-height:68px;
	color:#fff;
	font-weight:700;
	text-align:center;
	}
ul.common_button_bottom{
	margin:14px auto 0;
    display:flex;
    align-items:center;
	justify-content:center;
    width:100%;
	column-gap:20px;
	}
ul.common_button_bottom li{
	font-size:11px;
	line-height:14px;
	color:#010101;
	font-weight:500;
	text-transform:uppercase;
	display:flex;
    align-items:center;
	justify-content:start;
	text-align:left;
	}
ul.common_button_bottom li img{
	width:28px;
	margin-right:8px;
	}
.banner_right{
	float:right;
	width:37%;
	position:relative;
	margin-top:5px;
	}
.banner_img_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
.banner_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
ul.banner_logo_list{
	display:flex;
    align-items:center;
	justify-content:center;
	width:92%;
	margin:15px auto 0;
	}
ul.banner_logo_list li{
	width:25%;
	text-align:center;
	position:relative;
	}
ul.banner_logo_list li img{
	display:block;
	margin:0 auto;
	width:80px;
	}
.banner_product{
	position:absolute;
	right:240px;
	top:-20px;
	width:374px;
	}
/*====As_Seen====*/
.as_seen{
	float:left;
	width:100%;
	padding:20px 0 24px;
	border-bottom:1px solid #a9a9a9;
    overflow: hidden;
	background:#fff;
	}
.as_seen_text{
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:500;
	}
ul.as_seen_list{
	display: -webkit-flex;
	display:flex;
	-webkit-box-align:center;
	align-items:center;
	justify-content:center;
	margin:20px auto 0;
	column-gap:60px;
	}
ul.as_seen_list li{
	text-align:center;
	position:relative;
	}
.as_seen_logo{
	display:block;
	margin:0 auto;
	width:auto;
	height:27px;
	}
/*====Section_1====*/
.section_1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.common_heading{
	font-size:40px;
	line-height:46px;
	color:#23004e;
	font-family: 'Inter';
	font-weight:700;
	letter-spacing:-1px;
	}
.uline{ text-decoration:underline;}
.common_paragraph{
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:400;
	margin-top:20px;
	}
.common_heading2{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#000000;
	font-family: 'Inter';
	font-weight:700;
	margin-top:60px;
	}
.sec1_row{
	width:100%;
	margin:35px auto 20px;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	padding:0 40px;
	}
.sec1_col{
	width:31.5%;
	display: flex !important;
    flex-wrap: wrap;
    flex-direction: column;
	}
.sec1_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:20px;
	}
.sec1_col_inner{
	display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex: 1;
	width:100%;
	padding:15px 0 0;
	text-align:center;
	}
.s1_col_head{
	font-size:21px;
	line-height:30px;
	color:#000000;
	font-weight:700;
	}
.s1_star{
	display:block;
	margin:8px auto;
	width:90px;
	}
.s1_col_text1{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-bottom:20px;
	}
.s1_col_text1 img{
	display:inline-block !important;
	vertical-align:middle;
	width:20px;
	margin:-7px 0 0 2px;
	}
.s1_col_name{
	font-size:15px;
	line-height:20px;
	color:#000000;
	font-weight:400;
	margin-top: auto;
	}
.s1_col_name span{
	font-size:19px;
	line-height:22px;
	font-weight:700;
	}
.s1_col_name img{
	width:15px;
	display:inline-block !important;
	vertical-align:middle;
	margin:-6px 5px 0 5px;
	}
.sec1_mid{
	width:100%;
	max-width:970px;
	margin:50px auto 10px;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	}
.sec1_mid_left{
	width:51.6%;
	display:-webkit-flex;
	display:flex;
    flex-direction:column;
    row-gap:45px;
	}
.s1_mid_row{
	width:100%;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	flex-direction:column;
	}
.s1_mid_row_top{
	width:100%;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
	align-items:center;
	}
.s1_mid_row_top h3{
	float:left;
	width:125px;
	font-size:45px;
	line-height:36px;
	color:#000;
	font-family: 'Inter';
	font-weight:600;
	}
.s1_mid_row_top p{
	float:right;
	width:calc(100% - 125px);
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:400;
	letter-spacing:0.3px;
	}
.progress_bar{
	width:100%;
	background:#e5e5e5;
	height:9px;
	margin:15px auto 0;
	border-radius:15px;
	position:relative;
	}
.progress_iner{
	height:100%;
	background:#604581;
	border-radius:15px;
	position:relative;
	}
.inslider{
	position:absolute;
    display:block;
	right:0;
    z-index:1;
    top:-10px;
    width:28px;
    height:28px;
	background:#fff;
    border-radius:50%;
	border:1px solid #604581;
	box-shadow:0 4px 6px 1px rgba(0,0,0,0.1);
	}
.sec1_mid_right{
	width:45%;
	}
.s1_mid_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
/*====Section_2====*/
.section_2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f7f4ff;
	}
.s2_polygon{
	position:absolute;
	left:50%;
	width:113px;
	margin-left:-56.5px;
	top:-85px;
	}
.paraPadding{ padding:0 190px;}
.sec2_mid_box{
	display:inline-block;
	vertical-align:top;
	max-width:797px;
	width:100%;
	margin-top:35px;
	position:relative;
	}
.sec2_mid_videobx{
	float:left;
	width:100%;
	border-radius:20px;
	position:relative;
	overflow:hidden;
	cursor:pointer;
	padding-bottom:56%;
	border:2px solid #000000;
	}
.sec2_mid_videobx video, .sec2_video_img{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
	}
.s2_mid_review{
	display:inline-block;
	vertical-align:top;
	max-width:630px;
	width:100%;
	margin-top:55px;
	position:relative;
	text-align:left;
	padding-left:80px;
	}
.s2_mid_review_img{
	position:absolute;
	left:0;
	top:0;
	border-radius:50%;
	width:65px;
	}
.s2_rev_star{
	width:90px;
	margin:0 0 5px;
	}
.s2_mid_rev_text1{
	font-size:16px;
	line-height:25px;
	color:#000000;
	font-weight:500;
	}
.s2_mid_rev_text2{
	font-size:13px;
	line-height:18px;
	color:#000000;
	font-weight:400;
	margin-top:10px;
	}
.s2_mid_rev_text2 span{
	font-size:15px;
	font-weight:700;
	}
.s2_mid_rev_text2 img{
	display:inline-block;
	vertical-align:middle;
	width:12px;
	margin:-4px 5px 0 8px;
	}
.sec2_row{
	width:100%;
	margin:35px auto 20px;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	padding:0 70px;
	}
.sec2_col{
	width:31.4%;
	padding:5px;
	background:#fff;
	border-radius:20px;
	box-shadow:0 4px 15px 4px rgba(159,125,201,0.4);
	-webkit-box-shadow:0 4px 15px 4px rgba(159,125,201,0.4);
	}
.sec2_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px;
	}
.sec2_col p{
	font-size:20px;
	line-height:22px;
	color:#3e1e65;
	font-family: 'Inter';
	font-weight:700;
	margin:12px 0 10px;
	}
.s2_mid_review2{ margin-top:35px;}
/*====Section_3====*/
.section_3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.sec3_row{
	width:100%;
	margin:35px auto 0;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	}
.sec3_col{
	width:32.3%;
	background:#fff;
	border:1px solid #23004e;
	border-radius:15px;
	padding:12px 12px 20px;
	display:-webkit-flex;
    display:flex;
	justify-content:space-between;
	flex-direction:column;
	}
.s3_col_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:3px;
	}
.s3_col_inr{
	width:100%;
	padding:20px 5px 0;
	text-align:center;
	display:-webkit-flex;
    display:flex;
	justify-content:space-between;
	flex-direction:column;
	flex:1;
	}
.s3_col_heading{
	font-size:20px;
	line-height:20px;
	color:#23004e;
	font-family: 'Inter';
	font-weight:700;
	}
.s3_col_text1{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
.s3_col_doct{
	font-size:19px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-top:18px;
	}
.s3_col_doct img{
	display:inline-block !important;
	vertical-align:top;
	width:19px;
	margin:2px 8px 0 0;
	}
/*====Section_4====*/
.section_4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f7f4ff;
	}
.s4_mid{
	width:100%;
	margin:45px auto 0;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	}
.s4_mid_left{
	width:55.5%;
	margin:0 0 -70px -55px;
	}
.sec4_image{
	max-width:100%;
	margin:0 auto;
	}
.s4_mid_right{width:47%;}
.s4_right_row{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-bottom:50px;
	position:relative;
	text-align:left;
	}
.s4_row_img{
	position:absolute;
	right:0;
	top:-10px;
	width:80px;
	border-radius:50%;
	}
.s4_right_row:nth-child(3) .s4_row_img{top:15px;}
.s4_right_row h3{
	font-size:22px;
	line-height:24px;
	color:#23004e;
	font-family: 'Inter';
	font-weight:700;
	padding-bottom:18px;
	border-bottom:1px solid #a191b5;
	padding-right:90px;
	position:relative;
	}
.s4_right_row p{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:10px;
	}
.section_4 .common_button_box{ margin-top:0;}
/*====Section_5====*/
.section_5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#ffffff;
	}
.sec5_row{
	width:100%;
	margin:45px auto 0;
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	}
.sec5_col{
	width:29.1%;
	position:relative;
	text-align:center;
	}
.sec5_col:after{
	position:absolute;
	content:"";
	border-top:2px dotted #55406e;
	left:0;
	right:-21.3%;
	top:9px;
	}
.sec5_col:first-child:after{ left:50%;}
.sec5_col:last-child:after{ right:50%;}
.s5_col_circle{
	margin:0 auto;
	border-radius:50%;
	display:-webkit-flex;
    display:flex;
	justify-content:center;
	align-items:center;
	width:18px;
	height:18px;
	background:#fff;
	box-shadow:0 0 0 1px #3f2362;
	position:relative;
	z-index:1;
	}
.s5_col_circle span{
	background:#3f2362;
	width:10px;
	height:10px;
	display:inline-block;
	border-radius:50%;
	vertical-align:middle;
	}
.s5_step_heading{
	font-size:22px;
	line-height:24px;
	color:#23004e;
	font-family: 'Inter';
	font-weight:600;
	margin-top:15px;
	}
.sec5_col_img{
	display:block;
	margin:20px auto;
	border-radius:15px;
	max-width:100%;
	}
.s5_col_text{
	font-size:18px;
	line-height:26px;
	color:#000000;
	}
/*=====section6=====*/
.section6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	overflow:hidden;
	}
.rating-top-row{
	width:100%;
	margin:45px auto 0;
	display:flex;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:space-between;
	}
.rating-col1{
	width:38%;
	}
.rating-list{
	float:left;
	width:100%;
	}
.rating-list li{
	float:left;
	width:100%;
	display:flex;
	justify-content:space-between;
    align-items: center;
	color:#000;
	font-size:16px;
	line-height:20px;
	padding:8px 0;
	text-align:left;
	border-bottom:1px solid #e1e1e1;
	}
.rating-list li:last-child{ border-bottom:none;}
.rating-list-right{
	float:right;
	}
.rating-list-right span{
	}
.rating-list-right img{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 5px 0 0;
	width:81px;
	}
.rating-col2{
	width:22%;
	}
.rating-col2 h3{
	font-size:65px;
	line-height:55px;
	color:#000;
	font-weight:700;
	}
.rating-col2 img{
	display:block;
	margin:15px auto 20px;
	width:166px;
	max-width:100%;
	}
.rating-col2 p{
	font-size:16px;
	line-height:22px;
	color:#000;
	}
.rating-col3{
	width:29%;
	}
.rating-img-row{
	width: 100%;
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    justify-content: center;
    flex-wrap: wrap;
	row-gap:4px;
	column-gap:1.33%;
	}
.rating-img-col{
	width:24%;
	}
.rating-img-col img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
	
.testi-row{
	width:100%;
	max-width:1030px;
	margin:30px auto 0;
	display:flex !important;
	display:-webkit-flex;
	justify-content:space-between;
	}
.testi-col{
	width:324px !important;
	height:100%;
	background:#fff;
	border:1px solid #c0c0c0;
	border-radius:10px;
	box-shadow:0 5px 8px 0 #d8ecf3;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
	}
.testi-col-top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.testi-img{
	display:block;
	margin:0 auto;
	width:100%;
	border-radius:7px 7px 0 0;
	}
.testi-col-btm{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex: 1;
    flex-direction: column;
	width:100%;
	padding:15px 15px;
	}
.testi-col-content{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
.testi-star{
	display:block;
	width:90px;
	}
.testi-col-text1{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:8px;
	}
.testi-verify-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:15px;
	}
.testi-verify-name{
	font-size:17px;
	line-height:21px;
	color:#000;
	font-weight:600;
	}
.testi-verify-text{
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#0ab83f;
	margin-top:3px;
	}
.testi-vrfy-icn{
	display:inline-block !important;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	width:10px;
	}
	
.review-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin-top:20px;
	}
.review-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	border-bottom:1px solid #ccc;
	padding:0 0 40px 0;
	margin-top:30px;
	}
.review-col-content{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	}
.review-star{
	display:block;
	width:90px;
	}
.review-col-text1{
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:700;
	margin-top:8px;
	}
.review-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:8px;
	}
.review-verify-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:25px;
	}
.review-verify-name{
	font-size:16px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}
.review-verify-text{
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	color:#0ab83f;
	margin-top:3px;
	}
.review-vrfy-icn{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	width:10px;
	}
.review-img-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:start;
	column-gap:5px;
	margin-top:20px;
	}
.review-img{
	display:block;
	width:160px;
	}
.review-row.hide-review{
	display:none;
	}
.load-more {
    display: inline-block;
    vertical-align: top;
    margin-top:50px;
    font-size:16px;
    line-height:22px;
    color: #23004e;
	text-decoration:underline;
	}
.no-border{
	border-bottom:none;
	padding:0;
	}
	
/*====section7====*/
.section7{
	float:left;
	width:100%;
	background:#f7f4ff;
	padding:60px 0;
	}
.s7-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 0;
	}
.s7-row-left{
	width:45%;
	position:relative;
	}
.s7-img{
	display:block;
	margin:-10px auto 0;
	max-width:100%;
	width:500px;
	}
.s7-seal{
	position:absolute;
	left:26%;
	top:-10px;
	width:96px;
	}
.s7-row-right{
	width:52%;
	}
.s7-content-box{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	}
.s7-content-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:start;
	column-gap:15px;
	border-bottom:1px solid #ddd;
	margin-bottom:18px;
	padding-bottom:18px;
	}
.s7-content-row:last-child{ padding-bottom:0; border-bottom:0;}
.s7-content-row-left{
	width:52px;
	flex-shrink:0;
	}
.s7-icn{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s7-content-row-right{
	text-align:left;
    align-content: center;
	}
.s7-content-row-text1{
	font-size:22px;
	line-height:28px;
	letter-spacing:-0.3px;
	color:#23004e;
	font-weight:700;
	}
.s7-content-row-text2{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:8px;
	}
	
/*====section8====*/
.section8{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.compare-box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	margin:65px 0 15px;
	}
.compare-col1{
	float:left;
	width:33%;
	}
.compare-list{
	float:left;
	width:100%;
	}
.compare-list li{
	float:left;
	width:100%;
	height:65px;
	display:flex;
	flex-wrap:wrap;
	align-items:center;
	justify-content:center;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:500;
	}
.compare-list li:nth-child(even){
	background:#f7f4ff;
	}
.compare-col1 .compare-list li{
	justify-content:left;
	padding:0 10px 0 15px;
	text-align:left;
	}
.compare-col2{
	float:left;
	width:26%;
	background:#23004e;
	border-radius:10px;
	}
.compare-col-top{
	float:left;
	width:100%;
	height:60px;
	position:relative;
	}
.compare-col-top h3{
	font-size:18px;
	line-height:18px;
	color:#fff;
	font-weight:600;
	}
.compare-col-top p{
	font-size:18px;
	line-height:18px;
	color:#000;
	font-weight:700;
	}
.compare-prod{
	display:inline-block;
	vertical-align:top;
	margin:-50px 0 10px -35px;
	width:68px;
	}
.compare-brand{
	display:block;
	margin:-20px auto 8px;
	width:55px;
	}
.compare-brand1{
	border-radius:50%;
	}
.compare-col2 .compare-list li:nth-child(even){
	background:#23004e;
	}
.comp-tick-icn{
	width:30px;
	}
.compare-col3{
	float:left;
	width:20.5%;
	}
	
/*====section9====*/
.section9{
	float:left;
	width:100%;
	background:#f7f4ff;
	padding:60px 0;
	}
.s9-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	margin:25px auto 20px;
	}
.s9-row-left{
	width:37.6%;
	}
.s9-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s9-row-right{
	width:54%;
	margin-top:50px;
	}
.s9-content-box{
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	width:100%;
	}
.s9-content-col{
	width:50%;
	padding:0 25px;
	border-right:1px solid #ccc;
	}
.s9-content-col:first-child,.s9-content-col:nth-child(2){
	border-bottom:1px solid #ccc;
	padding-bottom:25px;
	}
.s9-content-col:nth-child(3),.s9-content-col:last-child{
	padding-top:25px;
	padding-bottom:0;
	}
.s9-content-col:nth-child(even){
	border-right:none;
	}
.s9-content-col-top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s9-icn{
	display:block;
	margin:0 auto;
	width:110px;
	}
.s9-content-col-btm{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	}
.s9-content-col-text1{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	margin-top:15px;
	}
.s9-content-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:8px;
	}
	
/*====section10====*/
.section10{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0;
	}
.s10-row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px auto 0;
	}
.s10-col{
	width:31%;
	background:url(../images/s10-col-bg.webp) no-repeat center top;
	background-size:cover;
	padding:80px 8px 12px;
	border-radius:15px;
	}
.s10-col-inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	background:#fff;
	border-radius:15px;
	text-align:center;
	padding:0 20px 20px;
	}
.s10-col-seal{
	display:block;
	margin:-50px auto 0;
	width:104px;
	}
.s10-col-text1{
	font-size:23px;
	line-height:30px;
	color:#3e1e65;
	font-weight:700;
	}
.s10-col-text2{
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:10px;
	min-height:104px;
	}
/*====Section_11====*/
.section_11{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f7f4ff;
	}
/*-----------------------
CAROUSEL
------------------------*/
.carousel {
	overflow: hidden;
	position: relative;
	width: 100%;
	height: 400px;
	-webkit-perspective: 500px;
	perspective: 500px;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0% 50%;
	transform-origin: 0% 50%
	}
.carousel.carousel-slider {
	top: 0;
	left: 0
	}
.carousel.carousel-slider .carousel-fixed-item {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 20px;
	z-index: 1
	}
.carousel.carousel-slider .carousel-fixed-item.with-indicators {
	bottom: 68px
	}
.carousel.carousel-slider .carousel-item {
	width: 100%;
	height: 100%;
	min-height: 400px;
	position: absolute;
	top: 0;
	left: 0
	}
.carousel.carousel-slider .carousel-item h2 {
	font-size: 24px;
	font-weight: 500;
	line-height: 32px
	}
.carousel.carousel-slider .carousel-item p {
	font-size: 15px
	}
.carousel .carousel-item {
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0
	}
.carousel .carousel-item > img {
	width: auto;
	}
.carousel .indicators {
	position: absolute;
	text-align: center;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0
	}
.carousel .indicators .indicator-item {
	display: inline-block;
	position: relative;
	cursor: pointer;
	height: 8px;
	width: 8px;
	margin: 24px 4px;
	background-color: rgba(255,255,255,0.5);
	-webkit-transition: background-color .3s;
	transition: background-color .3s;
	border-radius: 50%
	}
.carousel .indicators .indicator-item.active {
	background-color: #fff
	}
.carousel.scrolling .carousel-item .materialboxed, .carousel .carousel-item:not(.active) .materialboxed {
	pointer-events: none
	}

.carousel{
    position: relative;
	width:100%;
	/*max-width:965px;*/
	height:410px;
	margin:30px auto 0;
	}
.carousel .carousel-item{
    width:auto;
	height:auto;
	box-shadow:0px 0px 12px 2px rgba(0,0,0,0.2);
	background:#fff;
	opacity:1 !important;
	cursor:pointer;
	border-radius:10px;
	}
.carousel .carousel-item .carousel_item_inner{
	display:-webkit-flex;
    display:flex;
	justify-content:space-between;
	flex-direction:column;
	flex:1;
	width:100%;
	padding:50px 20px 25px;
	position:relative;
	text-align:left;
	max-width:285px;
	min-height:380px;
	background:#fff;
	border-radius:15px;
	}
.s11_quote{
	position:absolute;
	right:25px;
	top:15px;
	width:35px;
	}
.s11_bx_text{
	font-size:22px;
	line-height:28px;
	color:#23004e;
	font-weight:700;
	}
.s11_name_box{
	display:-webkit-flex;
    display:flex;
    flex-wrap:wrap;
	justify-content:space-between;
	text-align:left;
	align-items:center;
	width:100%;
	margin-top:35px;
	}
.s11_box_img{
	width:80px;
	border-radius:50%;
	}
.s11_name{
	width:calc(100% - 90px);
	font-size:14px;
	line-height:20px;
	color:#000000;
	}
.s11_name span{
	font-weight:700;
	font-size:17px;
	}
.carousel .carousel-item{filter: blur(2px);}
.carousel .carousel-item.active{filter:none;}

.middle-indicator{
   position:absolute;
   top:45%;
   width:90%;
   left:50%;
   transform:translateX(-50%);
   padding:0 10px;
   }
.middle-indicator-text{
	font-size: 4.2rem;
	}
a.middle-indicator-text{
	color:black !important;
	}
.content-indicator{
	width:64px;
	height:64px;
	background: none;
	-moz-border-radius:50px;
	-webkit-border-radius:50px;
	border-radius:50px; 
	}
.indicators{
	visibility: hidden;
	}
.arrow_prev{ width:36px; left:10px;}
.arrow_next{width:36px; right:10px;}


/*====Section_12====*/
.section_12{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.faq_section{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:770px;
	border-radius:0px;
	margin:30px 0 0;
	}
.faq_slide_row{
	float:left;
	width:100%;
	border-bottom:1px solid #c2c2c2;
	}
.faq_slide_row.last{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat right 0 center;
	background-size:17px;
	padding:20px 20px 20px 0;
	position:relative;
	cursor:pointer;
	font-size:19px;
	line-height:25px;
	color:#000;
	font-weight:700;
	text-align:left;
	letter-spacing:0;
	}
.acdn_heading.accordion_open{
	background:url(../images/open.webp) no-repeat right 0 center;
	background-size:17px;
	padding-bottom:20px;
	}
.acdn_content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 10px 5px 0;
	}
.accordion.last, .acdn_content.last{border-bottom:none;}
.acdn_para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#000000;
	margin-bottom:20px;
	font-weight:400;
	letter-spacing:0;
	}
/*====Section_13====*/
.section_13{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f7f4ff;
	overflow:hidden;
	}
.s13_product{
	position:absolute;
	right:63%;
	top:0;
	}
.sec13_right{
	float:right;
	width:64%;
	text-align:left;
	}
ul.s13_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:10px;
	}
ul.s13_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:18px;
	text-align:left;
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:500;
	padding-left:30px;
	background:url(../images/s11_checked.webp) no-repeat left 4px;
	background-size:19px;
	}
.s13_text{
	font-size:20px;
	line-height:26px;
	color:#23004e;
	font-weight:700;
	margin-top:25px;
	font-family: 'Inter';
	}
/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
	}
.footer_logo{
	margin:0 auto 10px;
	width:202px;
	}
.footer_text{
	font-size:17px;
	line-height:22px;
	color:#000000;
	margin-top:10px;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 10px;}

/*=======================*/
.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
.fl{ float:left;}
.fr{ float:right;}
.white{ color:#fff;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner_left{ width:53%;}
.banner_heading{ font-size:37px; line-height:44px;}
.banner_product{right:200px;top:20px;width:290px;}
.banner_right{ width:36%;}

.common_heading{ font-size:36px; line-height:44px;}

.paraPadding{ padding:0 80px;}
.sec1_col{ width:32%;}
.s1_col_head{ font-size:19px;}
.s1_col_text1{ font-size:18px;}
.s1_col_name{ font-size:13px;}
.s1_col_name span{ font-size:17px;}

.sec2_row{ padding:0;}

.s3_col_text1{ font-size:18px;}

.s4_mid_left{ width:52%; margin:0 0 -70px -45px;}
.s4_mid_right{ width:51%;}

.sec5_col{ width:31.5%;}

.s7-seal { left:24%;}

.s9-row-right{ width:56%;}

.s10-col-text2{ min-height:157px;}

.s13_product{ width:60%;}



}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.banner_left{ width:57%;}
.banner_heading{font-size:30px;line-height:36px;}
.banner_product{right: 135px;top:90px;width: 220px;}
ul.banner_point li{ font-size:18px; line-height:26px;}
.banner_right{ width:35%;}
ul.banner_logo_list li img{ width:56px;}

.common_heading{ font-size:31px; line-height:39px;}
.common_heading2{ font-size:30px; line-height:34px;}
.common_paragraph{ font-size:18px; line-height:24px;}

.sec1_row{ padding:0;}
.s1_col_head{ font-size:18px; line-height:26px;}
.s1_col_text1{ font-size:16px; line-height:24px;}
.s1_col_text1 img{ width:18px;}
.s1_col_name span{ font-size:18px; line-height:28px; display:block;}

.paraPadding{ padding:0 0;}

.sec2_row{ padding:0;}
.sec2_col{ width:32.2%;}
.sec2_col p{ font-size:16px; line-height:20px;}

.sec3_col{ padding:10px 10px 20px;}
.s3_col_inr{ padding:20px 0 0;}
.s3_col_heading{ font-size:17px;}
.s3_col_text1{ font-size:16px; line-height:24px;}
.s3_col_doct{ font-size:17px; line-height:22px;}
.s3_col_doct img{ width:17px;}

.s4_mid{ max-width:570px;}
.s4_mid_left{ width:100%; margin:0 auto -60px;}
.sec4_image{ width:450px;}
.s4_mid_right{ width:100%;}
.s4_right_row p{ padding-right:90px; font-size:18px; line-height:24px;}

.s5_col_text{ font-size:17px; line-height:24px;}

.rating-col1 { width: 42%;}
.rating-list li{ font-size:13px; line-height:16px;}
.rating-list-right img { margin: -8px 5px 0 0; width: 70px;}
.rating-col2 h3 { font-size: 55px; line-height: 45px;}
.rating-col2 img{ width:135px;}
.rating-col3 { width: 31%;}
.rating-col2 p{ font-size:15px;}

.testi-col{ width:350px !important;}

.s7-row{ max-width:600px; justify-content:center;}
.s7-row-left { width:100%;}
.s7-img{ width:450px;}
.s7-seal { left: 27%; top:-15px;}
.s7-row-right{ width:100%; margin-top:30px;}

.s9-row{max-width:600px; justify-content:center;}
.s9-row-left {width: 50%;}
.s9-row-right {width: 100%;}
.s9-content-col{ padding:0 20px;}

.s10-col{ width:32%;}
.s10-col-inner{ padding: 0 15px 20px;}
.s10-col-text1 { font-size:18px; line-height: 24px;}
.s10-col-text2{ font-size:17px; line-height:24px; min-height:168px;}

.s11_mid{ max-width:none; width:calc(100% + 60px); margin:20px 0 0 -30px;}
.carousel{ height:360px; margin:15px auto 0;}
.carousel .carousel-item .carousel_item_inner{ max-width:235px; padding:45px 15px 20px; min-height:300px;}
.s11_bx_text{ font-size:18px; line-height:24px;}
.s11_box_img{ width:60px;}
.s11_name{ font-size:12px; line-height:18px; width:calc(100% - 70px);}
.s11_name span{ font-size:16px;}

ul.s13_list li{ font-size:18px; line-height:24px;}
.s13_product{ width:60%;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.top_strip{ padding:5px 0;}
.top_strip_left{ font-size:14px; line-height:17px;}
.flash{ width:14px;}

#clockdiv{ width:112px;}
#clockdiv > div{ width:28px; height:26px; padding:1px 0;}
#clockdiv div > span{ font-size:15px; line-height:16px;}
.smalltext{ font-size:8px; line-height:7px;}
#clockdiv p, #clockdiv2 p{ font-size:21px;}

.top_fix_bar{margin-bottom:52px;}
.header{height:52px;margin-top:-52px;top:52px;}
.logo{ width:161px; margin:11px; float:none;}

.banner{ padding:20px 0 30px;}
.banner_left{ width:100%; text-align:center; float:none; max-width:385px; display:inline-block; vertical-align:middle;}
.banner_text1{ font-size:14px; line-height:16px;justify-content:center; margin:0 auto; padding:3px 5px;}
.banner_text1 img{ width:70px; margin:-3px 6px 0 0;}
.banner_heading{ font-size:28px; line-height:34px;}
.banner_img_box{ margin:20px auto 0;}
.mobBanner{width: calc(100% + 30px);margin:25px 0 0 -15px;display:-webkit-flex;display:flex;flex-wrap:wrap;justify-content:space-between;}
.mobbnr_left{ width:100px; margin-left:0; margin:-15px 0;}
.banner_product_mb{ width:100%;}
.mobbnr_right{ width:calc(100% - 120px); float:right; padding-right:10px;}
ul.banner_point{ margin-top:0;}
ul.banner_point li{ font-size:16px; line-height:22px; background-size:12px; padding-left:20px; letter-spacing:-0.3px; margin-top:15px; background-position:0 5px;}

.common_button_box{ margin-top:30px;}
.banner_left .common_button_box{ margin-top:20px;}
ul.common_button_top{ padding:8px 6px; max-width:350px;}
.green_dot:after{ width:5px; height:5px;}
ul.common_button_top li{ letter-spacing:-0.2px; font-size:10px; line-height:11px;}
ul.common_button_top li.green_dot{ padding-left:15px; padding-right:15px;}
a.common_button{ font-size:18px; line-height:50px; height:52px;}

.banner_right{ width:100%;}
ul.banner_logo_list{ margin:20px auto 0; width:100%;}
ul.banner_logo_list li img{ width:70px;}

.as_seen{ padding:15px 0;}
.brand_strip_scroller{
	float:left;
	width:100%;
	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;
	margin:12px auto 0;
	}
ul.scroll_brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 13px;
	position:relative;
	}
ul.scroll_brand_list li img{
	height:25px;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}


.common_heading{ font-size:28px; line-height:36px; letter-spacing:0;}
.common_heading2{ font-size:22px; line-height:30px; letter-spacing:-0.3px; margin-top:35px;}
.common_paragraph{ margin-top:15px; font-size:16px; line-height:24px;}

.section_1{ padding:25px 0 40px;}
.s2_polygon{ width:100px; margin-left:-50px; top:-57px;}
.sec1_row{ width:calc(100% + 30px); margin:30px 0 0 -15px;}
.sec1_col{ width:300px !important;justify-content: space-between;}
.sec1_col_inner{ padding:20px 0 0;}
.s1_col_text1{ letter-spacing:0;}
.s1_star{ width:80px;}
.s1_col_name{ font-size:12px; line-height:22px;}
.s1_col_name img{ width:12px; margin:-2px 5px 0 5px;}
.s1_col_name span{ font-size:17px; line-height:17px; display:inline-block;}

.sec1_mid{ width:calc(100% + 10px); margin:20px 0 10px -5px;}
.sec1_mid_left{ width:55%;row-gap:30px;}
.s1_mid_row_top{flex-direction:column;justify-content: flex-start;}
.s1_mid_row_top h3{ width:100%; font-size:26px; line-height:26px;}
.s1_mid_row_top p{ width:100%; margin-top:7px; font-size:16px; line-height:20px; letter-spacing:0;}
.progress_bar{ height:7px; margin:8px auto 0;}
.inslider{ width:17px; height:17px; top:-5px;}
.sec1_mid_right{ width:41%;}

.section_2{ padding:35px 0 35px;}
.sec2_mid_box{ margin:25px 0 0 -7px; width:calc(100% + 14px);}
.sec2_mid_videobx{ border-radius:10px; padding-bottom:55.6%;}
.s2_mid_review{ margin:25px 0 0; padding-left:65px;}
.s2_mid_review2{margin:35px 0 0;}
.s2_rev_star{ width:70px;}
.s2_mid_review_img{ width:50px;}
.s2_mid_rev_text1{ font-size:15px; line-height:20px;}
.s2_mid_rev_text2{ font-size:12px; line-height:16px;}
.s2_mid_rev_text2 span{ font-size:14px; line-height:18px; margin-right:5px;}
.s2_mid_rev_text2 img { margin:-6px 5px 0 5px;}

.sec2_row {row-gap:25px; margin:30px auto 5px; padding:0 5px;}
.sec2_col{ width:100%;}
.sec2_col p{ font-size:20px; margin:15px 0 12px;}

.section_3{ padding:30px 0 35px;}
.sec3_row{width:calc(100% + 30px); margin:30px 0 0 -15px;}
.sec3_col{width:315px !important; padding:15px 15px 20px; margin:0 5px; height:100%;display: flex !important;justify-content: space-between;}

.section_4{ padding:30px 0 35px;}
.s4_mid{ margin:25px auto 0;}
.s4_mid_left{ margin:0 auto -10px;}
.sec4_image{ width:100%;}
.s4_right_row{ margin-bottom:40px;}
.s4_right_row:last-child{ margin-bottom:30px;}
.s4_right_row h3{ font-size:20px; line-height:26px; width:90%; padding-right:0;}
.s4_row_img{ width:95px; top:-10px; right:-40px;}
.s4_right_row:nth-child(3) .s4_row_img{ top:0;}
.s4_right_row p{ padding-right:40px; margin-top:18px; font-size:16px; line-height:24px;}

.section_5{ padding:30px 0 35px;}
.sec5_row{ width:100%; margin:0 0 10px 0;}
.sec5_col{ width:100%; text-align:left; position:relative; padding-left:35px; margin-top:35px;}
.s5_col_circle{ position:absolute; margin:0; top:4px; left:0;}
.s5_step_heading{ margin-top:0;}
.s5_col_text{ margin-top:10px; letter-spacing:0; padding:0; font-size:16px; line-height:24px;}
.sec5_col:after, .sec5_col:first-child:after, .sec5_col:last-child:after{border-top:none;border-left:2px dotted #55406e;left:7px;right:auto;bottom:-35px;}
.sec5_col:last-child:after{ bottom:0; display:none;}
.sec5_col_img{ margin:15px auto 0;}

.section6{ padding:30px 0 35px;}
.rating-top-row { margin: 25px auto 0; justify-content:center;}
.rating-col1 { width: 100%; order:2; margin-top:20px;}
.rating-col2 { width: 100%; order:1; display:flex; justify-content:center; align-items:center; column-gap:15px;}
.rating-col2 p {font-size: 15px; line-height: 20px; order:1; text-align:left;}
.rating-col2 h3 {font-size: 26px; line-height: 27px; order:3;}
.rating-col2 img { width: 100px; margin:0; order:2;}
.rating-list li { font-size: 14px; line-height: 16px;}
.rating-list-right img { margin: -8px 5px 0 0; width: 70px;}

.testi-row{ width:calc(100% + 30px); margin:15px 0 0 -15px;}
.testi-col{ width:324px !important;}
.testi-star { width: 85px;}
.testi-col-text1 { font-size:16px; line-height: 22px;}
.testi-verify-name { font-size: 16px; line-height: 22px;}

.review-box { margin-top: 0;}
.review-row { padding: 0 0 35px 0; margin-top: 25px;}
.review-star{ width:85px;}
.review-col-text1 { font-size: 18px; line-height:24px;}
.review-col-text2 { font-size:16px; line-height:22px;}
.review-verify-box { margin-top: 20px;}
.review-verify-name { font-size: 16px; line-height: 20px;}
.no-border { border-bottom: none; padding: 0;}
.load-more { margin-top: 30px; font-size: 16px; line-height: 22px;}
.review-img{ width:140px;}

.section7{ padding:30px 0;}
.s7-row{ margin:40px auto 5px;}
.s7-row-left{ max-width:360px;}
.s7-img { width:350px; margin:0 auto;}
.s7-seal { left:8%; top:-20px; width:90px;}
.s7-row-right { margin-top: 40px;}
.s7-content-row{ column-gap:15px; border-bottom:1px solid #a798ba; padding-bottom:25px;}
.s7-content-row:last-child{ border-bottom:none; padding:0;}
.s7-content-row-text1 { font-size: 22px; line-height: 26px; letter-spacing: 0;}
.s7-content-row-text2{font-size:16px; line-height:22px;}

.s7-testi-box{ width:100%; display:flex; display:-webkit-flex; justify-content:start; column-gap:10px; margin:30px auto 0;}
.s7-testi-left{ width:50px; flex-shrink:0;}
.s7-testi-img{ display:block; margin:0 auto; border-radius:50%; max-width:100%;}
.s7-testi-right{ text-align:left;}
.s7-testi-text{ font-size:15px; line-height:21px; color:#000000; font-weight:500;}
.s7-testi-name{font-size:14px; line-height:18px; color:#000; font-weight:700; margin-top:12px;}
.s7-testi-name span{font-size:12px; font-weight:400;}
.s7-testi-vrfy{ display:inline-block; vertical-align:middle; margin:-4px 5px 0; width:12px;}

.section8{ padding:30px 0;}
.compare-box { width:calc(100% + 20px); margin:50px 0 0 -10px;}
.compare-list li{ font-size:14px; line-height:18px; border-bottom:1px solid #ccc;}
.compare-list li:last-child{border:none;}
.compare-list li:nth-child( even){ background:none;}
.compare-col2 .compare-list li{ border:none;}
.compare-col1 .compare-list li { padding: 0 5px 0 0;}
.compare-col-top { height: 70px;}
.compare-col-top h3 { font-size:14px; line-height: 16px;}
.compare-col-top p { font-size: 15px; line-height: 16px;}
.compare-prod { margin: -35px -15px -10px 0;}
.comp-tick-icn{ width:25px;}

.section9{ padding:30px 0;}
.s9-row{ width:calc(100% + 10px); margin:15px 0 0 -5px;}
.s9-row-left {width: 100%;}
.s9-img{ width:270px;}
.s9-row-right { margin-top:15px;}
.s9-content-col{ width:100%; display:flex; display:-webkit-flex; justify-content:start; column-gap:20px; padding:0 0 20px; border-right:none; margin-top:20px;}
.s9-content-col-top { width: 110px;}
.s9-icn{ width:109px; margin-left:-12px;}
.s9-content-col-btm { text-align: left; align-content: center;}
.s9-content-col:nth-child(3){ border-bottom: 1px solid #ccc; padding-bottom:20px;}
.s9-content-col:nth-child(3),.s9-content-col:last-child{ padding-top:0;}
.s9-content-col-text1 { font-size: 20px; line-height:26px; margin-top: 0; font-weight:600;}
.s9-content-col-text2 { font-size:16px; line-height:22px; margin-top: 8px;}

.section10{ padding:30px 0; overflow:hidden;}
.s10-row { margin: 25px auto 0;}
.s10-col { width: 100%;}
.s10-col-inner { padding: 0 20px 20px;}
.s10-col-text1 { font-size: 24px; line-height:30px;}
.s10-col-text2 { font-size:16px; line-height: 24px; min-height:94px;}

.section_11{padding:30px 0 35px; overflow:hidden;}
.carousel{ min-height:370px; width:calc(100% + 30px); margin:20px 0 0 -15px;}
.carousel .carousel-item .carousel_item_inner{ max-width:265px; min-height:352px;}
.s11_box_img{ width:70px;}
.s11_name{font-size:12px;line-height:18px;width: calc(100% - 80px);}
.s11_bx_text{ font-size:20px; line-height:26px;}
.s11_quote{ width:25px; right:15px;}
.middle-indicator{
   position:absolute;
   top:46%;
   width:100%;
   left:50%;
   transform:translateX(-50%);
   padding:0 10px;
   }
.middle-indicator-text{
	font-size: 4.2rem;
	}
a.middle-indicator-text{
	color:black !important;
	}
.content-indicator{
	width: 64px;
	height: 64px;
	background: none;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	border-radius: 50px; 
	}
.indicators{
	visibility: hidden;
	}
.arrow_prev{ width:36px; left:10px;}
.arrow_next{width:36px; right:10px;}

.section_12{padding:30px 0 35px;}
.faq_section{ margin:20px auto 0;}
.accordion{ font-size:18px; line-height:26px; padding:15px 25px 15px 0; background-size:15px;}
.acdn_heading.accordion_open{ padding-bottom:15px;background-size:15px;}
.acdn_para{ font-size:16px; line-height:22px;}

.section_13{padding:30px 0 35px; overflow:hidden;}
.sec13_right{ width:100%; text-align:center;}
.s13_product{ position:static; width:calc(100% + 34px); margin:0 0 -10px -17px;}
.s13_text{ line-height:28px;}
ul.s13_list li{ font-size:16px; line-height:22px;}

.footer{ padding:0 0 30px;}
.footer_logo{ width:161px; margin:25px auto 10px;}
.footer_text{ font-size:13px; line-height:20px;}

#ctabtn-mob{
	background:#fff;
	padding:10px 10px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
}