@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: 'Poppins';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0;padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none;color: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
/*====FONTS====*/
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Regular.woff2') format('woff2'),
	url('Poppins-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Medium.woff2') format('woff2'),
	url('Poppins-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-MediumItalic.woff2') format('woff2'),
	url('Poppins-MediumItalic.woff') format('woff');
	font-weight: 500;
	font-style: italic;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-SemiBold.woff2') format('woff2'),
	url('Poppins-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Poppins';
	src: url('Poppins-Bold.woff2') format('woff2'),
	url('Poppins-Bold.woff') format('woff');
	font-weight: bold;
	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 5px;
	background:#fdd964;
	}
.top_strip_text{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:26px;
	color:#000;
	font-weight:700;
	letter-spacing:0.5px;
	}
.top_strip_text span{ font-weight:700;}
.top_strip_text img{
	display:inline-block;
	vertical-align:middle;
	width:25px;
	margin:-4px 8px 0 0;
	}
	
/*====Top-Fix-Bar====*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:84px;
	}
.header{
	float:left;
	width:100%;
	height:84px;
	margin-top:-84px;
	top:84px;
	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;
	width:135px;
	margin-top:18px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin:30px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:0 25px;
	position:relative;
	}
ul.topMenu li:after{
	position:absolute;
	content:"";
	right:0;
	top:5px;
	bottom:7px;
	border-right:1px solid #000;
	}
ul.topMenu li:last-child:after{ display:none;}
ul.topMenu li a{
	color:#000000;
	font-size:16px;
	line-height:16px;
	font-weight:400;
	letter-spacing:0.3px;
	}	
/*ul.topMenu li a:hover, ul.topMenu li a.active{color:#00bb29;}*/
a.header_btn{
    float:right;
	width:175px;
	height:48px;
	font-size:22px;
    line-height:22px;
	padding:15px 0 11px;
    color:#fff;
    text-align:center;
    border-radius:5px;
    background:#00af3a;
    font-weight:700;
    letter-spacing:0.5px;
	margin-top:19px;
	box-shadow:0 5px 8px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 8px 2px rgba(0,0,0,0.2);
	}

/*====Banner====*/
.banner{
	float:left;
	width:100%;
	background:rgba(226,233,249,1);
	background: linear-gradient(180deg, rgba(226,233,249,1) 0%, rgba(226,233,249,0.5214460784313726) 74%, rgba(226,233,249,0) 100%);
	padding:45px 0 60px;
	overflow:hidden;
	}
.banner_left{
	float:left;
	width:57.5%;
	text-align:left;
	}
.banner_text1{
	font-size:15px;
	line-height:22px;
	color:#000000;
	letter-spacing:0.3px;
	}
.banner_text1 img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 0;
	width:82px;
	}
.banner_strip_text{
	display:inline-block;
	vertical-align:middle;
	width:60%;
	padding:8px 20px 4px 10px;
	font-size:27px;
	line-height:30px;
	margin-top:15px;
	border-radius:6px 0 0 6px;
	color:#222a49;
	font-weight:700;
	letter-spacing:0.3px;
	background: rgb(255,255,255);
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.700717787114846) 64%, rgba(255,255,255,0) 100%);
	}
.banner_heading{
	font-size:60px;
	line-height:66px;
	font-weight:700;
	color:#222a49;
	margin-top:15px;
	}
ul.banner_point{
	display:inline-block;
	vertical-align:middle;
	margin-top:15px;
	width:100%;
	}
ul.banner_point li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	padding-left:35px;
	font-size:19px;
	line-height:27px;
	color:#000000;
	font-weight:600;
	background:url(../images/banner_tik.png) no-repeat left 19px;
	background-size:24px;
	}
ul.banner_point li p{
	padding:19px 0 16px 0;
	border-bottom:1px solid #9c9c9c;
	}
ul.banner_point li:last-child p{ border:none;}
.button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:507px;
	margin-top:35px;
	text-align:center;
	}
a.commonBtn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:80px;
	background:#00af3a;
	border-radius:8px;
	font-size:24px;
	line-height:84px;
	color:#fff;
	font-weight:700;
	letter-spacing:0.2px;
	-webkit-appearance:none;
	box-shadow:0 5px 8px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 8px 2px rgba(0,0,0,0.2);
	}
.btn_arw{
	display:inline-block;
	vertical-align:middle;
	width:21px;
	margin:-4px 0 0 15px;
	}
ul.btn_list{
	margin:15px auto 0;
	display:flex;
	align-items: center;
	justify-content: center;
	gap:18px;
	}
ul.btn_list li{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:600;
	text-align:left;
	}
ul.btn_list li img{
	display:inline-block;
	vertical-align:middle;
	width:18px;
	margin:-4px 6px 0 0;
	}
ul.btn_list li .bnr_list_icon1{ width:15px;}
.banner_product{
	position:absolute;
	right:-100px;
	top:-10px;
	}
.banner_seal{
	position:absolute;
	right:290px;
	top:30px;
	width:130px;
	height:130px;
	border-radius:50%;
	border:5px solid #fff;
	background:#565f85;
	padding:30px 5px;
	box-shadow:0 0 0 1px rgba(86,95,133,1);
	}
.banner_seal span{
	font-size:40px;
	line-height:40px;
	color:#ffe9a7;
	font-weight:700;
	}
.banner_seal p{
	font-size:24px;
	line-height:24px;
	color:#fff;
	font-weight:500;
	}
.banner_reviewBx{
	position:absolute;
	right:0;
	top:570px;
	border:1px solid #565f85;
	border-radius:8px;
	box-shadow:0 4px 10px 1px rgba(0,0,0,0.1);
	background:#fff;
	width:100%;
	max-width:39%;
	}
.bnr_reviner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	padding:20px;
	}
.quote_icon{
	position:absolute;
	right:25px;
	width:23px;
	top:-10px;
	}
.bnr_rev_namerow{
	width:100%;
	position:relative;
	padding:10px 0 7px 65px;
	}
.bnr_rev_img{
	position:absolute;
	left:0;
	top:50%;
	margin-top:-28px;
	width:53px;
	border-radius:50%;
	border:3px solid #fff;
	box-shadow:0 4px 6px 2px rgba(0,0,0,0.2);
	}
.bnr_revstar{
	display:block;
	width:65px;
	}
.bnr_reName{
	font-size:12px;
	line-height:16px;
	color:#000000;
	margin-top:8px;
	}
.bnr_reName span{
	font-size:13px;
	line-height:18px;
	font-weight:700;
	}
.bnr_reName img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 5px 0 7px;
	}
.bnr_revText{
	font-size:14px;
	line-height:22px;
	font-weight:500;
	margin-top:20px;
	letter-spacing:0.3px;
	}
/*====featured_sec====*/
.featured_sec{
	float:left;
	width:100%;
	padding:25px 0;
	background:#f7f7f7;
	}	
.featured_text{
	font-size:17px;
	line-height:22px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	}
ul.featured_logoList{
	display: flex;
	display: -webkit-flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    justify-content: space-between;
	margin-top:20px;
	}
ul.featured_logoList li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 25px;
	position:relative;
	}
ul.featured_logoList li img{
	display:inline-block;
	vertical-align:middle;
	max-width: 100%;
	}
.featured_logo1{ width:110px;}
.featured_logo2{ width:80px;}
.featured_logo3{ width:80px;}
.featured_logo4{ width:45px;}
.featured_logo5{ width:46px;}
.featured_logo6{ width:110px;}
/*====section_1====*/
.section_1{
	float:left;
	width:100%;
	padding:65px 0 150px;
	}
.se1_top{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 570px 0 0;
	text-align:left;
	}
.common_heading{
	font-size:45px;
	line-height:55px;
	color:#000000;
	font-weight:700;
	}
.common_paragraph{
	font-size:18px;
	line-height:28px;
	color:#000000;
	font-weight:400;
	letter-spacing:0.3px;
	margin-top:25px;
	}
.common_paragraph.italiText{
	font-weight:500;
	font-style:italic;
	}
.s1_img1{
	position:absolute;
	right:0;
	top:0;
	border-radius:20px;
	}
.se1_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	border:3px solid #d71c1c;
	overflow:hidden;
	border-radius:10px;
	}
.se1_box_header{
	font-size:28px;
	line-height:34px;
	color:#fff;
	font-weight:700;
	background:#d71c1c;
	padding:20px 40px 15px;
	}
.se1_boxInner{
	width:100%;
	padding:25px 22px;
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	align-items: flex-start;
    flex-wrap: wrap;
	}
.se1_img2{
	width:calc(100% - 56.5%);
	}
ul.se1_list{
	width:53%;
	}
ul.se1_list li{
	width:100%;
	text-align:left;
	padding-left:50px;
	position:relative;
	background:url(../images/se1_cross.png) no-repeat left top;
	background-size:25px;
	margin-top:20px;
	}
ul.se1_list li:nth-child(1){ margin-top:8px;}
ul.se1_list li h3{
	font-size:20px;
	line-height:26px;
	color:#000000;
	font-weight:700;
	}
ul.se1_list li p{
	color:#000;
	font-weight:400;
	margin-top:8px;
	letter-spacing:0;
	}
.se1_text{
	font-size:28px;
	line-height:38px;
	color:#435274;
	font-weight:700;
	margin-top:45px;
	}
/*====section_2====*/
.section_2{
	float:left;
	width:100%;
	padding:100px 0 70px;
	position:relative;
	background:#eaeef6;
	}
.section_2:before {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    clip-path: polygon(0% 0%, 100% 0, 100% 24%, 50% 100%, 0 15%);
    height:100px;
	}
.s1_btm_prod{
	display:inline-block;
	vertical-align:top;
	margin:-230px 0 20px;
	}
.se2_row{
	display: flex;
	display: -webkit-flex;
    justify-content: space-between;
	align-items:center;
	flex-wrap: wrap;
	margin:40px auto 0;
	}
.se2_row_img{
	float:left;
	max-width:600px;
	border-radius:10px;
	width:calc(100% - 48%);
	}
ul.se2_list{
	width:45%;
	}
ul.se2_list li{
	width:100%;
	text-align:left;
	display: flex;
	display: -webkit-flex;
	align-items:center;
	border-bottom:1px solid #d7d7d7;
	padding:12px 0;
	}
ul.se2_list li:last-child{ border:none;}
.se2_icon{
	width:50px;
	margin-right:15px;
	}
ul.se2_list li p{
	font-size:18px;
	line-height:28px;
	color:#000;
	font-weight:600;
	}
.s2_img_slider-outer{
	max-width:2000px;
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	margin:25px auto 10px;
	}
.s2_img_slider{
	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;
	}
.s2_slider_col{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	position: relative;
	}
.s2_slide_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:8px;
	width:260px;
	}
@keyframes marquee-horizontal {
from {transform: translateX(0);}
to {transform: translateX(-100%);}
}
/*====section_3====*/
.section_3{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#fff;
	overflow:hidden;
	}
.se3_right{
	float:right;
	width:60%;
	text-align:left;
	}
.se3_text{ width:96%;}
ul.se3_list{
	display:inline-block;
	vertical-align:top;
	width:75%;
	margin-top:20px;
	}
ul.se3_list li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	padding:30px 0 26px 45px;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	border-bottom:1px solid #d9dce3;
	background:url(../images/se3_tick.png) no-repeat left center;
	background-size:28px;
	}
ul.se3_list li:last-child{ border:none;}
.se3_img{
	position:absolute;
	left:-190px;
	top:0;
	}
/*====section_4====*/
.section_4{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#576491;
	}
ul.btn_listwhite li{ color:#fff;}
ul.btn_listwhite li img{ filter:brightness(0) invert(1);}

.se4_row{
	display: -webkit-flex;
    display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin:30px 0 15px;
	}
.se4_col{
	width:23.4%;
	overflow:hidden;
	position:relative;
	background:#202950;
	cursor:pointer;
	box-shadow:0 5px 12px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 12px 2px rgba(0,0,0,0.2);
	border:2px solid #fff;
	}
.se4_col .ugc-poster{
	max-width:100%;
	margin:0 auto;
	display:block;
	transition:all ease 0.5s;
	}
.ugc-poster{
	display:block;
	margin:0 auto;
	width:100%;
	height:100%;
	object-fit: cover;
	}
.se8_col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:55px;
	top:50%;
	left:50%;
	margin:-25px 0 0 -25px;
	}
	
/*====section_3====*/
.section_5{
	float:left;
	width:100%;
	padding:65px 0 70px;
	background:#ebeff5;
	}
.se5_mid{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin:25px 0 10px;
	}
.se5_row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:30px;
	background:#fff;
	margin-top:15px;
	border-radius:15px;
	box-shadow:0 5px 10px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 5px 10px 2px rgba(0,0,0,0.1);
	}
.se5_imgBx{
	float:right;
	width:290px;
	position:relative;
	}
.se5_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	height:260px;
	object-fit: cover;
	border-radius:15px;
	box-shadow:0 5px 10px 2px rgba(0,28,93,0.2);
	-webkit-box-shadow:0 5px 10px 2px rgba(0,28,93,0.2);
	}
.se5_img3{}
.se5_icon{
	position:absolute;
	top:50%;
	margin-top:-33px;
	left:-30px;
	width:66px;
	box-shadow:0 5px 9px 2px rgba(0,0,0,0.1);
	border-radius:50%;
	}
.se5_row_iner{
	float:left;
	width:calc(100% - 335px);
	text-align:left;
	}
.se5_row_iner h3{
	font-size:24px;
	line-height:32px;
	color:#000;
	font-weight:700;
	}
.se5_row_iner p{ margin-top:20px; letter-spacing:0;}
.se5_row_iner p span{ font-weight:700; text-decoration:underline;}

/*=====section_6=====*/
.section_6{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.s6_row{
	width:100%;
	margin:30px auto 20px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s6_col{
	width:32%;
	padding:18px 15px 25px;
	position:relative;
	border:2px solid #435274;
	border-radius:10px;
	box-shadow:0 0 12px 1px rgba(0,0,0,0.3);
	/*min-height:385px;*/
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	flex-direction:column;
	}
.s6_collast.s6_col{ display:none;}
.s6_col_arw{
	position:absolute;
	bottom:-18px;
	right:120px;
	}
.s6_col_quote{
	position:absolute;
	left:25px;
	top:-17px;
	width:34px;
	height:34px;
	background:#435274;
	border-radius:50%;
	display:flex;
	justify-content:center;
	align-items:center;
	}
.s6_col_quote img{
	width:15px;
	}
.s6_col_top{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	}
.s6_col_top_left{
	width:calc(100% - 90px);
	text-align:left;
	padding-right:12px;
	}
.s6_col_top-heading{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.s6_col_top_right{
	width:90px;
	}
.s6_col_top_img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:10px;
	}
.s6_col_btm{
	float:left;
	width:100%;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	flex-direction:column;
	flex:1;
	}
.s6_col_btm_top{
	float:left;
	width:100%;
	}
.s6_col_star{
	display:block;
	width:85px;
	}
.s6_col_btm_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	min-height:234px;
	}
.s6_col_btm_verify{
	float:left;
	width:100%;
	margin-top:25px;
	}
.s6_col_btm_name{
	font-size:18px;
	line-height:24px;
	color:#435274;
	font-weight:700;
	}
.s6_col_btm_name span{
	font-weight:400;
	color:#000;
	}
/*====section_7====*/
.section_7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 45px;
	position:relative;
	}
.section_7:before{
	content:"";
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:20%;
	background:#ebeff5;
	}
.s7_row{
	width:100%;
	max-width:1060px;
	margin:40px auto 0;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s7_col{
	width:30%;
    padding: 0 15px;
	position:relative;
	text-align:center;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:center;
	}
.s7_col:before{
	content:"";
	position:absolute;
	border-top:3px dotted #435274;
	left:60%;
	right:-56%;
	top:15px;
	}
.s7_col:last-child:before{
	display:none;
	}
.s7_col_img_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s7_col_no_text{
	display:inline-block;
	vertical-align:middle;
	font-size:19px;
	line-height:33px;
	color:#fff;
	font-weight:700;
	width:35px;
	height:35px;
	background:#435274;
	border:4px solid #fff;
	border-radius:50%;
	text-align:center;
	}
.s7_col_btm{
	width:100%;
	}
.s7_col_heading{
	width:100%;
	font-size:23px;
	line-height:29px;
	color:#435274;
	font-weight:700;
	margin-top:12px;
	min-height:58px;
	}
.s7_col_img{
	display:block;
	margin:15px auto 0;
	max-width:100%;
	border:2px solid #435274;
	border-radius:15px;
	}
.s7_col_text{
	font-size:18px;
	line-height:25px;
	color:#000;
	margin-top:20px;
	}
.s7_text1{
	font-size:20px;
	line-height:28px;
	color:#435274;
	font-weight:600;
	margin-top:50px;
	}
.s7_items_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin:30px 0 0;
	border:2px solid #435274;
	border-radius:10px;
	overflow:hidden;
	}
.s7_items_top_box{
	float:left;
	width:100%;
	background:#435274;
	padding:22px 15px 20px;
	}
.s7_items_heading{
	font-size:25px;
	line-height:31px;
	color:#fff;
	font-weight:700;
	}
.s7_items_btm_box{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 25px 35px;
	}
.s7_items_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s7_items_row_col{
	width:30%;
	}
.s7_items_row_col_one{ width:23%;}
.s7_items_row_col_two{ width:34%;}
.s7_items_list{
	float:left;
	width:100%;
	}
.s7_items_list li{
	float:left;
	width:100%;
	margin-top:20px;
	padding-right:60px;
	text-align:right;
	position:relative;
	min-height:52px;
	display: flex;
	align-items: center;
	justify-content: right;
	}
.s7_items_list_icn{
	position:absolute;
	right:0;
	top:50%;
	margin-top:-22.5px;
	width:43px;
	}
.s7_items_list_text{
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	}
.s7_items_row_mid{
	width:35%;
	}
.s7_item_box_prod{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s7_items_row_col_two .s7_items_list li{
	padding:0 0 0 60px;
	text-align:left;
	justify-content:left;
	}
.s7_items_row_col_two .s7_items_list_icn{
	right:auto;
	left:0;
	}
/*====section_8====*/
.section_8{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.compare_box{
	width:100%;
	max-width:770px;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:45px auto 0;
	border-radius:20px;
	border:1px solid #d9d9d9;
	position:relative;
	}
.vs_text{
	position:absolute;
	top:25px;
	left:50%;
	transform:translateX(-50%);
	width:50px;
	height:50px;
	background:#435274;
	border-radius:50%;
	font-size:24px;
	line-height:54px;
	color:#fff;
	font-weight:500;
	text-transform:uppercase;
	}
.compare_col{
	float: left;
    width:50%;
	padding:40px 0 0;
	}
.compare_col_one{
	background:#e5ebfb;
	border-radius:18px 0 0 18px;
	}
.compare_col_two{
	background:#f8f8f8;
	border-radius:0 18px 18px 0;
	}
.compare_heading{
	font-size:28px;
	line-height:34px;
	color:#000;
	font-weight:700;
	}
.compare_img{
	display:block;
	margin:20px auto 0;
	max-width:100%;
	border-radius:10px;
	}
.compare-list{
	float:left;
	width:100%;
	padding-left:15px
	}
.compare_col_two .compare-list{
	padding:0 15px 0 0;
	}
.compare-list li{
	float:left;
	width:100%;
	height:80px;
	text-align:left;
	font-size:18px;
	line-height:22px;
	color:#000;
	letter-spacing:0.3px;
	font-weight:500;
	display: flex;
    align-items: center;
	justify-content:start;
	border-bottom:1px solid #ccc;
	padding:0 10px 0 15px;
	}
.compare-list li:last-child{
	border-bottom:none;
	}
.compare_col_two .compare-list li{
	padding-left:35px;
	}
.compare-list li img{
	display:inline-block;
	vertical-align:middle;
	width:19px;
	margin:-5px 10px 0 0;
	}
/*====section_9====*/
.section_9{
	float:left;
	width:100%;
	background:#ebeff5;
	padding:60px 0 65px;
	}
.s9_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:40px 0 0;
	}
.s9_row_left{
	width:51%;
	text-align:left;
	}
.s9_row_right{
	width:49%;
	}
.s9_product_img{
	display:block;
	margin:-50px auto 0;
	width:598px;
	}
.s9_text1{
	font-size:28px;
	line-height:36px;
	color:#000;
	font-weight:700;
	}
.guarantee_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1010px;
	background:#435274;
	margin:100px 0 15px;
	border:7px solid #435274;
	border-radius:12px;
	}
.guarantee_top_box{
	float:left;
	width:100%;
	background:#435274;
	padding:0 0 20px;
	}
.guarantee_seal_box{
	display:inline-block;
	vertical-align:top;
	background:#ebeff5;
	border-radius:50%;
	padding:8px;
	margin:-85px 0 15px;
	}
.guarantee_seal{
	display:block;
	margin:0 auto;
	width:146px;
	}
.guarantee_heading{
	font-size:40px;
	line-height:46px;
	color:#fff;
	font-weight:700;
	}
.guarantee_btm_box{
	float:left;
	width:100%;
	background:#fff;
	padding:15px 30px 35px;
	border-radius:10px;
	}
/*====section_10====*/	
.section_10{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.s10_rating-row{
	display:inline-block;
	vertical-align:top;
	margin-top:20px;
	}
.rating_text{
	font-size:45px;
	line-height:45px;
	color:#435274;
	font-weight:700;
	}
.rating_text2{
	font-size:17px;
	line-height:25px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:12px;
	}
.rating_star{
	display:block;
	margin:0 auto;
	width:105px;
	}
.section_10 .s6_col_btm_text{ min-height:208px;}
/*====special_strip====*/
.special_strip{
	float:left;
	width:100%;
	background:#435274;
	padding:50px 0 60px;
	}
.special_strip_down{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	bottom:-80px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	box-shadow:0 3px 5px 0 rgba(0,0,0,0.1);
	display:flex;
	align-items:center;
	justify-content:center;
	}
.special_strip_down img{
	width:20px;
	}
	
/*====section_11====*/	
.section_11{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 65px;
	}
.s11_row{
	width:100%;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	justify-content:space-between;
	}
.s11_left{
	width:49%;
	}
.s11_left-inner{
	float:left;
	width:100%;
	background:#eceff6;
	border:2px solid #435274;
	border-radius:10px;
	overflow:hidden;
	padding:70px 0 90px;
	}
.s11_left_product{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s11_right{
	width:46%;
	text-align:left;
	}
.se11_heading{
	font-size:32px;
	line-height:40px;
	color:#222a49;
	margin-top:10px;
	font-weight:700;
	}
ul.se11_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:3px;
	}
ul.se11_list li{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:500;
	margin-top:8px;
	background:url(../images/s11_check.png) no-repeat left 1px;
	background-size:18px;
	padding-left:28px;
	}
.switch-opt-box{
    width:100%;
	margin:25px auto 0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	border-radius:10px;
	overflow:hidden;
	border: 1px solid #abacad;
	}				
.switch-opt{
	width:50%;
	position:relative;
	}
.swith-opt-input{
	position:absolute;
	left:0;
	top:0;
	opacity:0;
	}
.switch-opt-iner{
	float:left;
	width:100%;
	background:#fff;
	text-align:center;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:500;
	padding:18px 10px 15px;
	cursor:pointer;
	position:relative;
    display: flex;
	display: -webkit-flex;
	flex-direction:column;
    justify-content: center;
    align-items: center;
	}
.swith-opt-input:checked +.switch-opt-iner{
	background:#435274; 
	color:#fff;
	font-weight:600;
	}
.package-box{
    display: inline-block;
    vertical-align: top;
	width:100%;
	margin-top:5px;
	}
.pck-opt{
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
	background:#fff;
	padding:15px 15px 15px 10px;
	border-radius:10px;
	position:relative;
	cursor:pointer;
	border:1px solid #ccc;
	margin-top:18px;
	min-height:90px;
	}	
.value-text{
	position:absolute;
	left:20px;
	top:-12px;
	background:#f7dc6e;
	border-radius:45px;
	font-size:13px;
	line-height:15px;
	color:#000;
	font-weight:600;
	padding:5px 10px 1px;
	letter-spacing:0.3px;
	}
.pck-opt-left{
	float:left;
	display:flex;
	display:-webkit-flex;
	justify-content: space-between;
	align-items:center;
	-webkit-align-items:center;
	padding-left:25px;
	position:relative;
	padding-right: 20px;
	}
.pck-opt-btn{
	position:absolute;
	left:0;
	top:50%;
	transform:translateY(-50%);
	width:22px;
	}
.pck-rad{
	opacity:0;
	position:absolute;
	}
.pck-rad + .rad-icn{
	float:left;
	width:20px;
	height:20px;
	border:2px solid #ccc;
	background:#fff;
	border-radius:50%;
	position:relative;
	}
.pck-rad + .rad-icn:before{
	content:'';
	position:absolute;
	background:#435274;
	width:10px;
	height:10px;
	float:left;
	left:3px;
	top:3px;
	border-radius:50%;
	opacity:0;
	}
.pck-rad:checked + .rad-icn{
	background:#fff;
	border-color:#435274;
	}
.pck-rad:checked + .rad-icn:before{
	opacity:1;
	}	
.pck-qty{
	text-align:left;
	padding-left:10px;
	}
.pck-qty-text1{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.pck-each-price{
	font-size:15px;
	line-height:17px;
	letter-spacing:0.3px;
	color:#000;
	margin-top:5px;
	}
	
.pck-save-box{
	float:right;
	width:100px;
	text-align:center;
	}
.pck-save-text1{
	display:inline-block;
	vertical-align:middle;
	background:#12ae22;
	border-radius:45px;
	font-size:13px;
	line-height:14px;
	color:#fff;
	font-weight:500;
	padding:5px 10px 3px;
	letter-spacing:0.5px;
	}

.pck-opt-prc{
	text-align:right;
	}
.pck-offer-price{
	font-size:21px;
	line-height:21px;
	font-weight:700;
	color:#000;
	margin-top:3px;
	}
.pck-price{
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	margin-top:10px;
	}
.strickthrough{
	display:inline-block;
	vertical-align:middle;
	color:#6d6d6d;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	position:relative;
	margin-right:10px;
	}
.strickthrough:after{
	content:"";
	position:absolute;
	border-top:1px solid #f00;
	left:-3px;
	right:-3px;
	top:5px;
	transform:rotate(-12deg);
	}
.pck-opt.active{
	background:#f1f5ff;
	border-color:#435274;
	box-shadow:0 0 0 2px #435274;
	}
.s11-button-box{
	float:left;
	width:100%;
	margin-top:25px;
	}
.package-btn{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height:70px;
    color: #fff;
    background: #00af3a;
    font-size: 27px;
    line-height:72px;
    font-weight:700;
    border-radius:8px;
	border:none;
	font-family: 'Poppins';
	text-transform:uppercase;
	cursor:pointer;
	-webkit-appearance:none;
	outline:none;
    box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.2);
	}
.s11-card-img{
	display:block;
	margin:20px auto 0;
	width:246px;
	}
/*====section_12====*/
.section_12{
	float:left;
	width:100%;
	background:#ebedf3;
	padding:60px 0 65px;
	}
.faq_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:50px 0 20px;
	}	
.faq_row{
	float:left;
	width:100%;
	border-bottom:1px solid #d0d0d2;
	text-align:left;
	}
.faq_row:last-child{
	border-bottom:none;
	padding-bottom:0;
	}
.accordion{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:700;
	padding:25px 35px 25px 0;
	cursor:pointer;
	background:url(../images/down_arrow.png) no-repeat 99% center;
	background-size:20px;
	}
.acdn-heading.accordion-open{
	background:url(../images/up_arrow.png) no-repeat 99% center;
	background-size:20px;
	}
.acdn-content{
	float:left;
	width:100%;
	padding:15px 0 0;
	}
.acdn-content p{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-bottom:25px;
	}

/*====Footer====*/
.footer{
	float:left;
	width:100%;
	padding:35px 0;
	}
.footer_logo{
	display:inline-block;
	vertical-align:top;
	margin:0 auto 10px;
	width:135px;
	}
.footer_text{
	font-size:17px;
	line-height:25px;
	color:#000;
	margin-top:15px;
	letter-spacing:0.3px;
	}
.footer_text a{ padding:0 10px;}

/*=======================*/
.showDesk{ display:block;}
.hideDesk, .showTab, .showMob{ display:none;}

.fl{ float:left;}
.fr{ float:right;}
.white{ color:#ffffff;}
.black{ color:#000000;}

/*=====Media-Querry=====*/
@media only screen and (max-width:1200px){
.container{width:1004px;}

ul.topMenu li{ padding:0 19px;}

.banner_heading{ font-size:51px; line-height:56px;}
.banner_reviewBx{ max-width:44%;}

.se1_top{ padding:0 480px 0 0;}
.s1_img1{ width:470px;}
.common_heading{ font-size:38px; line-height:48px;}
.se1_box_header{ font-size:25px; line-height:31px; padding:20px 20px 15px;}

.se3_img{ width:530px;}
ul.se3_list{ width:85%;}

.s6_col{min-height:398px;}
.s6_col_top-heading { font-size: 19px; line-height: 25px;}
.s6_col_btm_text { font-size: 17px; line-height: 25px;}
.s7_col_text { font-size: 17px; line-height: 24px;}

.s9_product_img{ max-width:100%; margin:0;}
.s9_text1{ margin-top:60px;}


.switch-opt-iner { font-size: 18px; line-height: 24px;}
.pck-opt-left { padding-right: 15px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.showDesk{display: none;}
.showTab{display: block;}

.mob-mnu-ic{ right:195px; top:34px;}
.mobilemenu{ border-top:1px solid #dddddd; top:123px;}
.mobimenu-top{ top:84px;}

.banner_left{ width:63%;}
.banner_strip_text{ width:90%; font-size:24px; line-height:26px;}
.banner_heading{ font-size:42px; line-height:48px;}
.banner_product{ width:500px;}
.banner_seal{ padding:26px 0; width:110px; height:110px; right:160px; top:0;}
.banner_seal span{ font-size:32px; line-height:32px;}
.banner_seal p{ font-size:20px; line-height:20px;}
.banner_reviewBx{ max-width:36%; top:400px;}
.bnr_reviner{ padding:15px;}

.se1_top{ max-width:550px; padding:0;}
.s1_img1{ width:100%; display:inline-block; vertical-align:middle; position:static; margin:20px 0 0;}

.se1_box{ max-width:680px;}
.se1_img2 {width:100%;}
ul.se1_list{ width:100%; margin-top:30px;}
.se2_row{ max-width:500px;}
.se2_row_img{ width:100%;}
ul.se2_list{ width:100%; margin-top:25px;}

.se1_text{ font-size:22px; line-height:28px;}
.s2_slide_img{ width:200px;}

.se3_right{ width:63%;}
.se3_text{ width:100%;}
.se3_img{ width:350px; left:-100px;}
ul.se3_list{ width:100%;}
ul.se3_list li{ font-size:17px;}

.s6_col{padding:18px 10px 25px;}
.s6_col_top-heading { font-size:16px; line-height: 22px;}
.s6_col_top_left { width: calc(100% - 80px);}
.s6_col_top_right{ width:80px;}
.s6_col_btm_text { font-size: 16px; line-height: 24px; min-height:216px;}

.s7_col { width: 31%; padding:0;}
.s7_col:before { left: 60%; right: -51%;}
.s7_col_heading { font-size:19px; line-height: 25px;}
.s7_col_text { font-size: 16px; line-height: 22px;}
.s7_text1 { font-size: 18px; line-height: 26px; margin-top:35px;}
.s7_items_heading { font-size: 22px; line-height: 28px;}
.compare_heading { font-size: 24px; line-height: 30px;}
.compare-list li { font-size: 17px; line-height: 22px;}

.s9_row{ align-items:center;}
.s9_text1 { font-size: 24px; line-height: 32px;}

.section_10 .s6_col_btm_text{ min-height:192px;}

.guarantee_heading { font-size: 35px; line-height: 41px;}

.s11_left-inner{ padding:40px 0 50px;}
.s11_left{ width:46%;}
.s11_right{ width:51%;}
.switch-opt-iner { font-size: 14px; line-height: 20px; padding: 18px 5px 15px;}

.value-text { font-size: 10px; line-height: 11px;top: -9px;left: 12px;}
.pck-opt-left {  padding-right:10px;}
.pck-qty {padding-left: 5px;}

.pck-qty-text2 {font-size: 11px; line-height: 11px;}

.pck-save-box { width: 80px;}
.pck-retail-price { font-size: 16px; line-height: 16px;}
.pck-offer-price { font-size: 17px; line-height: 17px;}
.pck-offer-price sub { font-size: 12px;}

.accordion { font-size: 18px; line-height: 24px;}
.acdn-content p { font-size: 16px; line-height: 24px; margin-bottom: 20px;}

}

@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_text{ position:relative; padding-left:35px; font-size:12px; line-height:16px; text-align:left; width:auto; }
.top_strip_text img{ position:absolute; left:0; top:50%; margin:-13px 0 0;}

.top-fix-bar{ margin-bottom:44px;}
.header{ height:44px; top:44px; margin-top:-44px;}
.mob-mnu-ic{ display:none;}
.logo{ width:100px; float:none; display:block; margin:6px auto 0;}

.banner{background: rgb(67,82,116);
background: linear-gradient(180deg, rgba(67,82,116,1) 0%, rgba(67,82,116,0.7651435574229692) 25%, rgba(155,163,181,0) 60%, rgba(255,255,255,1) 100%); padding:25px 0 30px;}
.banner_left{ width:100%; text-align:center;}
.banner_product{ display:none;}
.banner_seal{ display:none;}
.banner_text1{ font-size:12px; line-height:14px; color:#fff;}
.banner_text1 img{ width:70px; margin:-3px 5px 0 0;}
.banner_strip_text{ width:100%; background:none; font-size:18px; line-height:22px; padding:0; color:#ffe282;}
.banner_heading{ font-size:30px; line-height:38px; margin-top:8px; color:#fff;}
.banner_prod_m{ display:inline-block; vertical-align:middle; width:calc(100% + 30px); margin:0 0 0 -15px;}
.banner_reviewBx{ position:static; display:inline-block; vertical-align:top; max-width:355px;}
.bnr_reviner{ text-align:left; padding:15px;}
.bnr_revText{ font-size:13px; line-height:20px; letter-spacing:0; margin-top:15px;}
ul.banner_point{ margin-top:20px; max-width:350px;}
ul.banner_point li{ font-size:14px; line-height:22px; font-weight:500; border-bottom:1px solid #9c9c9c; padding:12px 0 8px 30px; background-size:20px; background-position:0 12px;}
.banner_point li:last-child{ border:none;}
ul.banner_point li p{ padding:0; border:none;}

.button_box{ margin-top:25px; max-width:355px;}
.banner .button_box{ margin-top:20px;}
a.commonBtn{ height:56px; font-size:17px; line-height:60px; letter-spacing:0; border-radius:5px;}
.btn_arw {width:17px; margin:-4px 0 0 8px;}
ul.btn_list { gap: 14px;}
ul.btn_list li{ font-size:12px; line-height:16px;}
ul.btn_list li img { width: 15px; margin: -2px 6px 0 0;}
ul.btn_list li .bnr_list_icon1{ width:13px;}

.featured_sec{ padding:20px 0;}
.featured_text{ font-size:14px; line-height:18px;}
ul.featured_logoList li{ padding:0;}
.brand_strip_scroller {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: nowrap;
	margin-top:15px;
	}
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 15s linear infinite;
	}
ul.scroll_brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 15px;
	position: relative;
	}
ul.scroll_brand_list li img {max-width:100%;}
.featured_logo1{ width:90px;}
.featured_logo2{ width:60px;}
.featured_logo3{ width:60px;}
.featured_logo4{ width:35px;}
.featured_logo5{ width:36px;}
.featured_logo6{ width:90px;}

@keyframes marquee-horizontal {
from {transform: translateX(0);}
to {transform: translateX(-100%);}
}

.section_1{ padding:30px 0 100px;}
.se1_top{ text-align:center;}
.common_heading{ font-size:27px; line-height:34px; letter-spacing:0;}
.s1_img1{ border-radius:10px; margin-bottom:13px;}

.common_paragraph{ font-size:16px; line-height:24px; margin-top:17px;}
.se1_top .common_paragraph{ font-size:14px; line-height:20px; text-align:left; margin-top:17px; letter-spacing:0.5px;}
.se1_box{ margin-top:30px; border-width:4px;}
.se1_box_header{ font-size:16px; line-height:22px; padding:15px 10px 15px;}
.se1_boxInner{ position:relative;}
.se1_boxInner:after{position:absolute;left:50%;margin-left:-12px;content:"";top:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:10px solid #d71c1c;}
.se1_img2_m{ display:inline-block; vertical-align:middle; width:calc(100% + 10px); margin:17px 0 0 -5px; border-radius:10px;}
.se1_boxInner{ float:left; padding:0 0 5px;}
ul.se1_list{ width:100%;}
ul.se1_list li{ background-size:20px; padding:15px 10px 14px 44px; border-bottom:1px solid #d7d7d7; background-position:14px 15px; margin-top:0;}
ul.se1_list li:last-child{ border-bottom:none;}
ul.se1_list li h3{ font-size:18px; line-height:26px;}
ul.se1_list li p{ font-size:14px; line-height:22px; letter-spacing:0.3px; margin-top:4px;}
.se1_text{ font-size:20px; line-height:28px; margin-top:30px;}
.s1_btm_prod{ width:160px; margin:-115px 0 10px;}

.section_2{ padding:35px 0 35px;}
.section_2:before{ height:45px;}
.se2_row{ margin:25px auto 0;justify-content: center;}
.se2_row_img{ max-width:none; width:calc(100% + 30px); margin:0 0 0 -15px; border-radius:0;}
ul.se2_list{ max-width:345px; display:inline-block; vertical-align:top;}
ul.se2_list li p{ font-size:16px; line-height:22px;}
.se2_icon {width: 45px;}

.s2_slider_col{ padding:0 6px;}
.s2_slide_img{ width:150px;}

.section_3{ padding:30px 0 35px;}
.se3_img{ display:none;}
.se3_right{ width:100%; text-align:center;}
.s3_mob{ display:inline-block; vertical-align:top; width:100%; position:relative;}
ul.se3_list{ float:left; width:80%; margin-top:10px;}
ul.se3_list li{ font-size:16px; line-height:22px; padding:13px 35px 13px 35px; background-size:21px; letter-spacing:0;}
.se3_img_m{ position:absolute; right:-30px; top:27px;}
.section_3 .button_box{ margin-top:20px;}

.section_4{ padding:30px 0 35px;}
.se4_row{ width:calc(100% + 30px); margin:20px 0 5px -15px;}
.se4_col{ width:274px !important;}

.section_5{padding:30px 0 35px;}
.se5_mid{ margin:0 0 5px;}
.se5_row{ padding:12px; margin-top:20px;}
.se5_imgBx{ width:100%;}
.se5_img{ height:170px; border-radius:10px;}
.se5_icon{ width:50px; left:auto; margin:0; bottom:-22px; top:auto; right:20px;}
.se5_row_iner{ width:100%; margin-top:30px; padding:0 5px 5px;}
.se5_row_iner h3{ font-size:20px; line-height:26px;}
.se5_row_iner p{ font-size:14px; line-height:22px; margin-top:12px; letter-spacing:0.5px;}

.section_6{ padding:25px 0 30px;}
.s6_row { margin:20px auto 20px; row-gap:30px;}
.s6_col { width:100%; padding:20px 15px 20px; min-height:auto;}
.s6_collast.s6_col{ display:inline-block; vertical-align:top;}
.s6_col_quote { left: 20px; top: -14px; width: 28px; height: 28px;}
.s6_col_quote img { width: 12px;}
.s6_col_top-heading { font-size:18px; line-height: 24px; letter-spacing:0.3px;}
.s6_col_star { width: 75px; margin-top:5px;}
.s6_col_btm_text, .section_10 .s6_col_btm_text{ font-size: 16px; line-height: 23px; letter-spacing:0.3px; min-height:1px;}

.s6_col_btm_verify { margin-top: 20px;}
.s6_col_btm_name { font-size: 16px; line-height: 22px;}
.s6_col_arw {right: 50px;}

.section_7{padding:30px 0 10px;}
.s7_row { margin:0 auto 0;justify-content: center;max-width: 350px;}
.s7_col { width:100%;justify-content:space-between; align-items: center; margin-top:45px;}
.s7_col:nth-child(1){ margin-top:35px;}
.s7_col:before {left: 45px;right: auto;bottom:-30px;top:auto;border-left: 3px dotted #435274; height:30px;}
.s7_col:nth-child(1):before{ bottom:-40px;}
.s7_col_img_box{ width:97px; float:left; position:relative;}
.s7_col_btm{ float:right; width:calc(100% - 110px); text-align:left;}
.s7_col_heading{ min-height:1px; margin-top:0;}
.s7_col_text{ font-size:14px; line-height:22px; margin-top:5px;}
.s7_col_img{ margin:0; border-radius:7px;}
.s7_col_no_text{position:absolute;left:50%;margin: 0 0 0 -14px;top: -14px;font-size: 14px;line-height: 27px;width: 28px;height: 28px;border-width: 2px;}
.s7_text1{ font-size:16px; line-height:24px; text-align:left;}

.s7_items_btm_box{ padding:20px 10px 25px;}
.s7_items_row{ padding:0 10px; position:relative;}
.s7_items_row_col, .s7_items_row_col_one, .s7_items_row_col_two{ width:100%;}
.s7_items_list li, .s7_items_row_col_two .s7_items_list li{justify-content: left; padding:7px 0 7px 50px; min-height:1px; margin-top:10px;}
.s7_items_list_text{ font-size:15px; line-height:22px;}
.s7_items_list_icn{ right:auto; left:0; width:40px; margin-top:-20.5px;}
.s7_items_heading{ font-size:20px; line-height:26px; font-weight:700;}
.s7_items_box a.commonBtn{ font-size:16px;}
.s7_items_box ul.btn_list li{ font-size:11px;}
.s7_item_box_prod{position:absolute;right: -90px;top:15px;width: 240px;}

.section_8{ padding:30px 0 35px;}
.compare_box{ max-width:none; width:calc(100% + 30px); margin:25px 0 0 -15px;}
.compare_heading{ font-size:19px; line-height:27px;}
.compare_col{ padding:20px 10px 0;}
.vs_text {top: 16px;width:30px;height:30px; font-size:15px;line-height:36px;}
.compare_img{ height:125px;object-fit:cover;}
.compare-list, .compare_col_two .compare-list{ padding:0; margin-top:10px;}
.compare-list li, .compare_col_two .compare-list li{ font-size:13px; line-height:20px; letter-spacing:0; padding:10px 0 7px 5px; height:auto;min-height:60px;}
.compare-list li img{ vertical-align:middle; width:14px; margin:-2px 8px 0 0;}
.compare-list li:nth-child(5){ min-height:101px;align-items: flex-start; }
.compare-list li:nth-child(5) img{margin: 2px 8px 0 0;}

.section_9{ padding:30px 0 0;}
.s9_row{ margin-top:10px;}
.s9_row_left{ width:100%; text-align:center;}
.s9_row_right{ width:80%; margin-top:25px; margin-bottom:-25px; margin-left:10%;}
.s9_text1{ font-size:19px; line-height:27px; margin-top:5px; position:relative; letter-spacing:0;}

.guarantee_box{ max-width:none; width:calc(100% + 30px); margin:25px 0 0 -15px; border-radius:0; padding:30px 20px 35px; border:none;}
.guarantee_top_box{ padding-bottom:0;}
.guarantee_heading{ font-size:24px; line-height:32px; text-align:center;}
.guarantee_btm_box{ background:none; padding:0; text-align:left;}
.guarantee_box .common_paragraph{ color:#fff;}
.guarantee_box .common_paragraph strong{ color:#fdd964;}
.centertext{ text-align:center;}
.guarantee_seal_m{ display:inline-block; vertical-align:top; width:calc(100% + 40px); margin:20px 0 5px -20px;}

.section_10{ padding:30px 0 35px;}
.s10_rating-row{ margin-top:20px;}
.rating_text2{font-size: 15px; line-height: 24px;}

.special_strip{ padding:30px 0 38px;}
.special_strip_down{ bottom:-55px; width:40px; height:40px;}

.section_11{ padding:40px 0 35px;}
.s11_left{ width:100%;}
.s11_left-inner{ padding:0;}
.s11_right{width:100%; margin-top:15px;}
.s11_right .banner_text1{ color:#000;}
.se11_heading{ font-size:21px; line-height:27px;}
ul.se11_list li{ font-size:16px; line-height:22px;}
.pck-opt{ min-height:80px; margin-top:15px;padding: 15px 10px 15px 10px;}
.pck-qty-text1 { font-size: 16px; line-height: 22px;}
.pck-each-price { font-size: 14px;line-height: 16px;}
.pck-price {font-size: 17px; line-height: 22px;margin-top: 6px;}
.strickthrough {font-size: 14px; line-height: 18px; margin-right: 6px;}
.pck-save-text1{font-size: 11px;line-height: 12px;}

.package-btn{ height:60px; line-height:62px; font-size:22px;}

.section_12{ padding:30px 0 35px;}
.faq_box{ margin:20px 0 0;}
.accordion{ padding:15px 30px 15px 0; font-size:16px; background-size:16px;}
.acdn-heading.accordion-open{ background-size:16px;}
.acdn-content p{ font-size:14px; line-height:22px; letter-spacing:0.3px;}
.acdn-content{ padding:0;}

.footer{ padding:22px 0;}
.footer_logo{ width:100px;}
.footer_text{ font-size:14px; line-height:22px; margin-top:10px;}



}


/*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: 12 / 15;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:449px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}
.video-container iframe{
	width:100%;
	height:100%;
	}
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:350px;}
}