@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
    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:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/
@font-face {
    font-family: 'Inter';
    src: url('Inter-Black.woff2') format('woff2'),
        url('Inter-Black.woff') format('woff');
    font-weight: 900;
    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;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
        url('Inter-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-SemiBold.woff2') format('woff2'),
        url('Inter-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Medium.woff2') format('woff2'),
        url('Inter-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: 400;
    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:#0a1f2e;
	}
.top_strip p{
	font-size:16px;
	line-height:18px;
	color:#fff;
	letter-spacing:0.5px;
	}
.top_strip p img{
	display:inline-block;
	vertical-align:middle;
	width:33px;
	margin:-3px 10px 0 0;
	}
	
/*=======HEADER=======*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	height:70px;
	margin-top: -70px;
	position: relative;
	top:70px;
	}
.fixed-nav .header{
	position: fixed;
	z-index: 60;
	top: 0;
	background: #fff;
	border:none;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-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:24px;
	width:124px;
	}	
.header_btn{
    float: right;
    width:168px;
    height: 45px;
    color: #fff;
    font-size: 20px;
    line-height: 42px;
    letter-spacing: 0.5px;
    text-align: center;
    font-weight: bold;
    margin-top: 13px;
    border-radius: 50px;
    text-transform:capitalize;
    background: #0cc551;
	}
ul.mainMenu{
	display: inline-block;
	vertical-align: middle;
	margin: 25px 0 0 40px;
	}
ul.mainMenu li{
	float: left;
	padding: 0 20px;
	position:relative;
	}
ul.mainMenu li:first-child:before{ display:none;}
ul.mainMenu li:last-child{ border:none;}
ul.mainMenu li a{
	float: left;
	color: #000;
	font-size: 17px;
	line-height: 18px;
	text-transform: capitalize;
	font-weight:500;
	}
ul.mainMenu li a:hover{ color:#0cc551;}
ul.mainMenu li a.active{ color:#0cc551;}
.fixed-nav .header ul.mainMenu li a{ color:#000;}
.fixed-nav .header ul.mainMenu li a:hover{ color:#0cc551;}
.fixed-nav .header ul.mainMenu li a.active{ color:#0cc551;}
		
/*=======BANNER STRIP=======*/
.banner_strip{
	float:left;
	width:100%;
	padding:7px 0 8px;
	background:#2e95e4;
	}
.banner_strip p{
	font-size:17px;
	line-height:18px;
	color:#fff;
	font-weight:bold;
	}	
	 
/*=====BANNER=====*/
.banner{
	float:left;
	width:100%;
	position:relative;
	padding:45px 0 60px;
	background:#f0f6fb;
	}
.banner_block{
	width:100%;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.banner_left{
	float:left;
	width:53%;
	text-align:left;
	}
	
.banner_rating_text{
    font-size: 16px;
    line-height: 16px;
    color: #000;
 	font-weight:600;
	}	
.banner_rating_text img{
	display:inline-block;
	vertical-align:middle;
	width:96px;
	margin:-5px 10px 0 0;
	}
.banner_heading{
    font-size:56px;
    line-height:68px;
    color: #000;
    margin-top:10px;
    font-weight:600;
	letter-spacing:-1px;
	}
.banner_heading span{
	display:inline-block;
	border-bottom:2px solid #2e95e4;
	padding-bottom:2px;
	}
.banner_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
.banner_list{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:25px auto 0;
	}
.banner_list li{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:600;
	padding:0 0 0 36px;
	margin-bottom:10px;
	text-align:left;
	position:relative;
	background:url(../images/banner-tick.webp) no-repeat;
	background-position:top 3px left;
	background-size:21px;
	}
.banner_list li:last-child{ margin-bottom:0;}

.common_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:40px;
	}	
.common_button_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:420px;
	text-align:center;
	}
.common_button{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:10px 20px 12px;
	border-radius:50px;
	text-align:center;
	background:#0cc551;
	}
.common_button h3{
	font-size:26px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	}
.common_button p{
	font-size:14px;
	line-height:14px;
	letter-spacing:0.3px;
	color:#fff;
	margin-top:6px;
	}
.common_button.banner_button{
	height:58px;
	font-size:23px;
	line-height:55px;
	color:#fff;
	font-weight:bold;
	letter-spacing:0.3px;
	padding:0;
	}
.common_button_strip{
	display:inline-block;
	vertical-align:top;
	font-size:13px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-bottom: 10px;
	padding: 8px 15px 7px;
	border-radius:50px;
	background:#fffde4;
	}
.common_button_strip img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-5px 8px 0 0;
	}
	
.banner_button_text{
	font-size:14px;
	line-height:14px;
	color:#000;
	font-weight:500;
	margin-bottom:10px;
	position:relative;
	}
.banner_button_text span{
	font-weight:600;
	text-decoration:underline;
	}
.banner_button_text:before{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width: 8px;
	height: 8px;
	margin:-3px 10px 0 0;
	border-radius:50%;
	background:#0cc551;
	animation: shadow-pulse 2s infinite;
	}	
@keyframes shadow-pulse {
    0% {box-shadow: 0 0 0 0 rgba(12, 197, 81, .9)}
    50% {box-shadow: 0 0 0 0 rgba(12, 197, 81, .6)}
    100% {box-shadow: 0 0 0 10px transparent}
	}
.banner_button_list{
	width:100%;
	margin:12px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content:center;
    justify-content:center;
    -webkit-align-items: center;
    align-items: center;
	}
.banner_button_list li{
	font-size:15px;
	line-height:16px;
	color:#000;
	font-weight:500;
	margin-left:15px;
	padding-left:15px;
	border-left:1px solid #000;
	}
.banner_button_list li:first-child{ margin-left:0; padding-left:0; border-left:none;}
.banner_button_list li img{
	display:inline-block;
	vertical-align:middle;
	width:17px;
	margin:-3px 8px 0 0;
	}
.banner_button_text.common_button_text{ margin:10px 0 0;}
	
.banner_right{
	float:right;
	width:45%;
	}
.banner_right_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:80px 0 44px 0;
	border:2px solid #6fb5ec;
	border-radius:10px;
	overflow:hidden;
	background:#fff;
	}
.banner_prod_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:661px;
	position:relative;
	}
.banner-product{
	display:block;
	margin:0 auto 0 -30px;
	width: 661px;
	max-width:none;
	position:relative;
	z-index:1;
	}
.banner_seal{
	position:absolute;
    top: -50px;
    right: 30px;
	width:120px;
	height:120px;
	font-size:18px;
	line-height:24px;
	color:#fff;
	font-weight:600;
    padding-top: 26px;
	background:url(../images/banner-seal.webp) no-repeat top center;
	background-size:100%;
	}
.banner_seal span{
	font-size:21px;
	line-height:21px;
	font-weight:900;
	}
.bnr_rgt_point{
	width:100%;
	margin:80px auto 0;
	padding:0 30px;

    display: -webkit-flex;
    display: flex;
    -webkit-justify-content:center;
    justify-content:center;
	}
.bnr_rgt_point li{
	padding:0 30px;
	border-left:1px solid #cccccc;
	}
.bnr_rgt_point li:first-child{ padding-left:0; border-left:none;}
.bnr_rgt_point li:last-child{ padding-right:0;}
.bnr_rgt_point li img{
	display:block;
	margin:0 auto 6px;
	width:55px;
	}
.bnr_rgt_point li p{
	font-size:15px;
	line-height:20px;
	color:#000;
	font-weight:600;
	}

/*=====BRAND STRIP=====*/	
.brand_strip{
	float:left;
	width:100%;
	padding:30px 0 25px;
	border-bottom:1px solid #e0e0e0;
	background:#fff;
	}
.brand_strip_box{
	width:100%;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.feature_text{
	width:96px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:bold;
	text-transform:uppercase;
	}	
.brand_list{
	width:calc(100% - 96px);
	padding-left:80px;
	margin:0 auto 0;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;	
	}
.brand_list li{
	display:inline-block;
	vertical-align:middle;
	}	
.brand_list li img{
	display:block;
	margin:0 auto 0;
	height:36px;
	width:auto;
	}	
	
/*=====SECTION 1=====*/	
.section1{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
	
.common_heading{
	font-size:50px;
	line-height:58px;
	color:#000;
	font-weight:bold;	
	}	
.common_text{	
    font-size:20px;
	line-height:30px;
	color:#000;
	margin-top:25px;
	}
.font22{ font-size:22px;}

.s1_block{
	width:100%;
	margin:50px auto 0;
	position:relative;
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
.s1_img_box{
	float:left;
	width:49%;
	text-align:left;
	}
.s1-img{
	display:block;
	margin:0 auto 0;
	width:573px;
	border:2px solid #9f9f9f;
	border-radius:15px;
	}
.s1_content{
	float:right;
	width:46%;
	text-align:left;
	}
.s1_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:22px;
	}
.s1_col{
	width:100%;
	margin:0 auto 15px;
	padding-bottom:15px;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
    align-items: flex-start;
	}
.s1_col:before{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background:#d7d7d7;
	}
.s1_col:last-child{ margin-bottom:0; padding-bottom:0;}
.s1_col:last-child:before{ display:none;}
.s1-col-img{ width:122px; border-radius:8px;}
.s1_col_cont{
	width:calc(100% - 122px);
	padding-left:25px;
	text-align:left;
	}
.s1_col_cont h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.s1_col_cont p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
.s1_hdg{
	font-size:26px;
	line-height:34px;
	color:#000;
	font-weight:bold;
	margin-top:40px;
	}
	
	
/*=====SECTION 2=====*/	
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0f6fb;
	}
.peeps-logo{
	display:block;
	margin:45px auto 0;
	width:423px;
	}
	
.s2_block{
    width: 100%;
	margin:45px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s2_vdo_box{
	float:left;
	width:48.55%;
	}
.s2_vdo_box_inr{
	float:left;
	width:100%;
	cursor:pointer;
	height:100%;
	background:#000;
	position:relative;
	}
.s2_vdo_box_inr iframe{
	width:100%;
	height:100%;
	}
.s2_vdo_box_inr .sproutvideo-player {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
	}
.s2-video-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border:1px solid #caccce;
	border-radius:2px;
	background:#000;
	}
.s2_block_cont{
	float:right;
	width:49%;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.s2-product{
	width:135px;
	}
.prod_detail_box{
	width:calc(100% - 135px);
	padding-left:26px;
	}
.prod_detail_col{
	width:100%;
	margin-top:60px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.prod_detail_col:first-child{ margin-top:0;}
.prod_detail_img_box{
	width:162px;
	position:relative;
	}
.prod-detail-img{
	display:block;
	margin:0 auto 0;
	width:162px;
	position:relative;
	z-index:1;
	filter:drop-shadow(0px 6px 14px rgba(0, 0, 0, .3));
	}
.prod-detail-shape{
	position:absolute;
	width:146px;
	left:-120px;
	}
.prod-detail-shape1{ top:30px;}
.prod-detail-shape2{ bottom:-20px;}
.prod_detail_cont_box{
	width:calc(100% - 162px);
	padding-left:20px;
	text-align:left;
	}
.prod_detail_cont_box h3{
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:800;
	}
.prod_detail_cont_box p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}

.s2_mid_box{
	width:100%;
	margin:50px auto 50px;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s2_mid_col{
	width:24%;
	padding:25px 20px;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow:0 4px 8px 2px rgba(0,0,0,.1);
	box-shadow:0 4px 8px 2px rgba(0,0,0,.1);
	}
.s2-mid-icn{
	display:block;
	margin:0 auto 10px;
	width:62px;
	}
.s2_mid_col h3{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	min-height:56px;
	display: flex;
    align-items: center;
    justify-content: center;
	}
.s2_mid_col p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
		
/*=====SECTION 3=====*/	
.section3{
	float:left;
	width:100%;
	padding:60px 0 20px;
	background:#fff;
	}
.s3_block{
    width: 100%;
    max-width: 1000px;
    margin:50px auto 0;
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
 }
.s3_prod_box{
	width:178px;
	}
.s3-product{
	display:block;
	margin:0 auto 0;
	width:178px;
	position:relative;
	z-index:1;
	}
.s3_block_cont{
	width:calc(100% - 178px);
	}
.feature_block{
	float:left;
	width:100%;
	}
.feature_box{
	float:left;
	width:100%;
	position:relative;
	margin-top:40px;
	padding-left: 260px;
	}
.feature_box:first-child{ margin-top:0;}
.feature-shape{
	position:absolute;
	width: 222px;
	left: -40px;
	top: 50%;
	transform: translateY(-50%);
	}
.feature_col{
    width: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.feature-icn{
	width:55px;
	}
.feature_col_cont{
	width:calc(100% - 55px);
	padding-left:25px;
	text-align:left;
	}
.feature_col_cont h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:bold;
	}
.feature_col_cont p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}   
.feature-shape.feature-shape1{ top: 92%;}
.feature-shape.feature-shape5{ transform: scaleY(-1) translateY(80%);}
	
/*=====SECTION 4=====*/	
.section4{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}

.s4_slider{
	max-width:1000px;
	width:100%;
	margin:45px auto 0;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	row-gap: 30px;
	}
.s4_slide{
	float:left;
	width:48.50%;
	text-align:left;
	padding:12px 17px 20px;
	border:1px solid #cecece;
	border-radius:10px;
	}
.s4_slide_header{
    width: 100%;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.s4-slide-icn{
	width:63px;
	}
.s4_slide_header_inr{
	width:calc(100% - 63px);
	padding-left:15px;
	text-align:left;
	}
.s4_slide_header h3{
	font-size:24px;
	line-height:24px;
	color:#000;
	font-weight:800;
	}
.bfr_aft_box{
    width: 100%;
	margin:25px auto 0;

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: center;
    align-items: center;
	}
.bfr_aft_col{
	width:48.5%;
	text-align:center;
	}
.bfr_aft_strip{
	display:inline-block;
	vertical-align:top;
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	padding:5px 20px 5px;
	border-radius:10px 10px 0 0;
	background:#000000;
	}
.bfr_aft_col:last-child .bfr_aft_strip{ background:#2e95e4;}
.bfr_aft_col img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border-radius:10px;
	}
.s4_slide_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}

	
/*=====SECTION 5=====*/	
.section5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0f6fb;
	}
.s5_block{
	width:100%;
	margin:45px auto 10px;
	
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	}
.s5_box{
	width:31.6%;
	position:relative;
	}
.s5_box:before{
	content:'';
	position:absolute;
	top: 20px;
	left: 50%;
	right: -60%;
	border-top: 4px dotted #2e95e4;
	}
.s5_box:last-child:before{ display:none;}
.s5_num{
	display:inline-block;
	vertical-align:top;
	width:45px;
	height:45px;
	font-size:25px;
	line-height:38px;
	color:#fff;
	font-weight:bold;
	margin-bottom:30px;
	border:3px solid #fff;
	border-radius:50%;
	position:relative;
	z-index:2;
	background:#2e95e4;
	-webkit-box-shadow:0 2px 8px 4px rgba(0,0,0,.1);
	box-shadow:0 2px 8px 4px rgba(0,0,0,.1);
	}
.s5-img{
	display:block;
	margin:0 auto 0;
	width:100%;
	border:3px solid #70b4ea;
	border-radius:12px;
	box-sizing:content-box;
	}
.s5_box_cont{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
.s5_box_cont h3{
	font-size:24px;
	line-height:30px;
	color:#000;
	font-weight:800;
	}
.s5_box_cont p{
	font-size:18px;
	line-height:26px;
	color:#212529;
	margin-top:10px;
	}
	
/*=====SECTION 6=====*/	
.section6{
	float:left;
	width:100%;
	padding:60px 0 20px;
	background:#fff;
	}

.compare_chart{
	display:inline-block;
	vertical-align:middle;
	max-width:770px;
	width:100%;
	margin-top:50px;
	}
.comp_col1{
	float:left;
	width: 29%;
	}
ul.comp_list{
	float:left;
	width:100%;
	}
ul.comp_list li{
	float:left;
	width:100%;
	height:80px;
	font-size:19px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	text-align:left;
	padding:0 15px;
	border-bottom:1px solid #e6e6e6;
	display: flex;
    align-items: center;
	}
.comp_col2{
	float:left;
	width: 17%;
	border: 1px solid #111111;
	background: #2e95e4;
	margin-top: -1px;
	}
.comp_col_gap{
	float:left;
	width: 2%;
	}
.comp_col3, .comp_col4, .comp_col5{
	float:left;
	width: 16%;
	background: #f3f3f3;
	}
.comp_col{border-radius: 12px;}
.comp_top{
	float:left;
	width:100%;
	height: 125px;
	padding: 22px 10px 10px;
	}
.comp-logo{
	display:block;
	margin:0 auto 0;
	width:100px;
    filter: invert(1) brightness(1);
	}
.comp-icon{
	display:block;
	margin:0 auto 0;
	width: 34px;
	}
.comp-prod{
	display:block;
	margin: 15px auto 0;
	width: 80px;
	}
.comp_top_text{
	font-size:20px;
	line-height:20px;
	color:#000;
	}
.comp_col_gap ul.comp_list li{ padding:0;}
ul.comp_list li:last-child{ border-bottom:none !important;}
.comp_col2 ul.comp_list li{ border-bottom:1px solid #bdbbb6;}
.comp_col_gap .comp_top{ padding:0;}
	
.granty_box{
	width:100%;
	max-width:772px;
	margin: 55px auto 15px;
	padding:25px 30px 25px;
	border:2px solid #53616b;
	border-radius:20px;
	background:#fff;
	-webkit-box-shadow:0 4px 12px 4px rgba(0,0,0,.1);
	box-shadow:0 4px 12px 4px rgba(0,0,0,.1);
	
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	align-items: center;
	}
.granty-seal{ width:140px;}
.granty_box_cont{
	width:calc(100% - 140px);
	padding-left: 38px;
	text-align:left;
	}
.granty_heading{
	font-size:35px;
	line-height:40px;
	color:#000;
	font-weight:800;
	}
.granty_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	}
		
/*=====SECTION 7=====*/	
.section7{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background: #fff;
	}
	
.video_slide_div{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1030px;
	}
.video_slide_row{
	float:left;
	width:100%;
	margin-top:40px;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.video_slide_col{
    max-width: 324px;
    overflow: hidden;
    position: relative;
    background: #202950;
    cursor: pointer;
	}
.video_slide_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;
	}
.video_slide_col:hover .ugc-poster{
	opacity:0.4;
	}
.ugc-play{
	position:absolute;
	width:55px;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	}
.white_color.common_button_text img{
	filter:invert(1) brightness(5);
	}
		
.review_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:800px;
	margin:20px 0 15px;
	}
.review_box{
    width: 100%;
    margin-top: 30px;
    padding: 25px 25px 20px;
	border:1px solid #f9f9f9;
	border-radius:10px;
	background:#fff;
	-webkit-box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 2px 8px 2px rgba(0,0,0,.1);

    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
	}
.review_cont{
	width:calc(100% - 174px);
	padding-right:20px;
	text-align:left;
	}
.review_heading{
	font-size:20px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}
.review-star{
	display:block;
	margin:10px 0 0;
	width:105px;
	}
.review_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:15px;
	}
.vrfy_box{
	width:100%;
	margin-top:25px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items:center;
	}
.vrfy_num{
	width:45px;
	height:45px;
	font-size:18px;
	line-height:45px;
	color:#000;
	text-align:center;
	text-transform:uppercase;
	justify-content: center;
	border-radius:50%;
	background:#e3f3ff;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	align-items:center;
	}
.vrfy_box_cont{
	width:calc(100% - 45px);
	padding-left:12px;
	text-align:left;
	}
.vrfy_box_cont p{
	font-size:14px;
	line-height:24px;
	color:#0ab83f;
	font-weight:400;
	}
.vrfy_box_cont p img{
	display:inline-block;
	vertical-align:middle;
	width:13px;
	margin:-3px 5px 0 0;
	}
.vrfy_box_cont p span{
	font-size:18px;
	color:#000;
	font-weight:bold;
	}
.review_img_box{
	width:174px;
	}
.review-img{
	display:block;
	margin:0 auto 0;
	width:174px;
	border-radius:18px;
	}
		
/*=====SECTION 8=====*/	
.section8{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f0f6fb;
	}
	
.faq-container{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:830px;
	margin:25px 0 0;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border-bottom:1px solid #d8dde1;
	}
.up-slide-dwn:last-child{border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.webp) no-repeat;
	background-position: right 10px center !important;
	background-size:14px !important;
	padding:22px 40px 22px 0;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	color:#000;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open.webp) no-repeat;
	border:none;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	margin-top:-5px;
	padding:0 40px 10px 0;
	}
.acdn-para{
	float:left;
	width:100%;
    font-size: 18px;
    line-height: 26px;
    color: #000;
	margin-bottom:15px;
	}	

/*=====footer=====*/
.footer{
	float:left;
	width:100%;
	padding:50px 0;
	background:#fff;
	}
.foot-logo{
	display:block;
	margin: 0 auto 30px;
	width: 180px;
	}
.foot_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:7px;
	}
.foot_text a{ color:#000; padding:0 8px;}

/*=========Media Query=========*/
.show-mob, .show-tab, .show-big-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	

.white_color{ color:#fff;}
.common_text.fs22{ font-size:22px; line-height:30px;}
.semi_bold{ font-weight:600;}
.extra_bold{ font-weight:800;}
.mrgT0{ margin-top:0 !important;}
.medium{ font-weight:500;}
.red_color{ color:#ed0000;}


@media only screen and (max-width:1200px){
.container{width:1004px;}
.show-big-tab{ display:block;}
.hide-big-tab{ display:none;}

.banner_heading{ font-size: 49px; line-height: 59px;}
.banner-product{ width: 541px;}
.bnr_rgt_point li{ padding: 0 23px;}


.s2_vdo_box{ width: 43.55%;}
.s2_block_cont{ width: 53.9%;}

.s5-img{ box-sizing: border-box;}



}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

ul.mainMenu{ display:none;}

.banner{ padding: 40px 0 50px;}
.banner_left{ width: 55%;}
.banner_rating_text{ font-size: 15px; line-height: 16px;}
.banner_rating_text img{ width: 88px;}
.banner_heading{ font-size: 38px; line-height: 48px;}
.banner_text{ font-size: 17px; line-height: 25px;}
.banner_list li{ font-size: 19px; line-height: 25px; padding: 0 0 0 32px; background-size: 19px;}
.banner_right{ width: 41.5%;}
.banner_right_box{ padding: 80px 0 44px 0;}
.banner-product{ width: 381px; margin: 0 auto 0 -20px;}
.banner_seal{ top: -60px; right: 12px; width: 89px; height: 89px; font-size: 14px; line-height: 19px; padding-top: 18px;}
.banner_seal span{ font-size: 17px; line-height: 17px;}
.bnr_rgt_point{ margin: 60px auto 0; padding: 0 15px;}
.bnr_rgt_point li{ padding: 0 7px;}
.bnr_rgt_point li img{ margin:0 auto 5px; width: 37px;}
.bnr_rgt_point li p{ font-size: 13px; line-height: 15px;}

.brand_list{ padding-left: 50px;}
.brand_list li img{ height: 32px;}

.section1{ padding:50px 0 60px;}	
.common_heading{ font-size: 42px; line-height: 50px;}
.common_text{ font-size:18px; line-height:26px; margin-top:20px;}
.font22{ font-size:21px;}

.s1_img_box{ width: 43%;}
.s1_content{ width: 52%;}
.s1-col-img{ width: 110px;}
.s1_col_cont{ width: calc(100% - 110px); padding-left: 20px;}
.s1_col_cont h3{ font-size: 22px; line-height: 28px;}
.s1_col_cont p{ font-size: 17px; line-height: 25px;}
.s1_hdg{ font-size: 22px; line-height: 30px; margin-top: 35px;}

.section2{ padding:50px 0 60px;}
.peeps-logo{ margin: 40px auto 0; width: 383px;}
.s2_block{  margin: 40px auto 0;}
.s2_vdo_box{ width: 40%;}
.s2_block_cont{ width: 57%;}
.s2-product{ width: 100px;}
.prod_detail_img_box{ width: 110px;}
.prod_detail_box{ width: calc(100% - 100px); padding-left: 20px;}
.prod-detail-shape{ width: 97px; left: -87px;}
.prod-detail-shape1{top: 21px;}
.prod-detail-shape2{ bottom:-20px;}
.prod_detail_cont_box{ width: calc(100% - 110px); padding-left: 15px;}
.prod_detail_cont_box h3{ font-size: 24px; line-height: 28px;}
.prod_detail_cont_box p{ font-size: 15px; line-height: 21px;}

.s2_mid_col{ padding: 22px 15px;}
.s2-mid-icn{ margin: 0 auto 15px; width: 50px;}
.s2_mid_col h3{ font-size: 18px; line-height: 24px; min-height: 48px;}
.s2_mid_col p{ font-size: 14px; line-height: 22px; margin-top:15px;}

.section3{ padding:50px 0 10px;}
.feature_box{ padding-left: 180px;}
.feature-shape{ width: 162px;}
.feature_col_cont h3{ font-size: 22px; line-height: 28px;}
.feature_col_cont p{ font-size: 17px; line-height: 25px;}

.section4{ padding:50px 0 60px;}
.s4_slide{ padding:12px 17px 20px;}
.s4-slide-icn{ width: 47px;}
.s4_slide_header_inr{ width: calc(100% - 47px); padding-left: 12px;}
.s4_slide_header h3{ font-size: 20px; line-height: 21px;}
.bfr_aft_strip{ vertical-align: baseline; font-size: 8px; line-height: 8px; padding: 4px 8px 4px; border-radius:7px 7px 0 0;}
.s4_slide_text{ font-size: 17px; line-height: 25px; margin-top: 20px;}

.section5{ padding:50px 0 60px;}
.s5_num{ width: 40px; height: 40px; font-size: 20px; line-height: 34px;}
.s5-img{ border:3px solid #70b4ea;}
.s5_box_cont h3{ font-size: 22px; line-height: 28px;}
.s5_box_cont p{ font-size: 17px; line-height: 25px;}

.section6{ padding:50px 0 10px;}
.granty_heading{ font-size: 33px; line-height: 38px;}
.granty_text{ font-size: 17px; line-height: 25px;}

.section7{ padding:50px 0 60px;}
.ugc-play{ width: 44px;}

.review_text{ font-size: 17px; line-height: 25px;}

.section8{ padding:50px 0 60px;}
.acdn-para{ font-size: 17px; line-height: 25px;}


}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top_strip p{ font-size: 12px; line-height: 12px;}
.top_strip p img{ width: 22px; margin: -2px 8px 0 0;}

.top-fix-bar { margin-bottom: 42px;}
.header{ height: 42px; margin-top: -42px; top: 42px;}
.logo{ float:none; display:block; margin: 11px auto 0; width: 100px;}
.header_btn{ display:none;}
.banner_strip p{ font-size: 14px; line-height: 14px;}

.banner{ padding:20px 0 30px; background:#f0f6fb;}
.banner_left{ width:100%; text-align:center;}
.banner_heading{ font-size: 32px; line-height: 36px; letter-spacing: -0.5px;}
.banner_rating_text{ font-size: 12px; line-height: 12px;}
.banner_rating_text img{ width: 72px; margin: -4px 7px 0 0;}
.banner_text{ font-size: 14px; line-height: 20px; margin-top:15px;}

.banner_right_box{ width:calc(100% + 30px); margin-left:-15px; padding: 20px 0 0 0; border: none; border-radius: 0; background: none;}
.banner-product{ width: 100%; margin: 0 auto 0; max-width: 100%;}
.banner_seal{ top: -10px; z-index: 1;}
.bnr_rgt_point{ margin: 0 auto 0;}
.bnr_rgt_point li{ padding: 0 16px;}
.bnr_rgt_point li img{ margin:0 auto 5px; width: 40px;}
.bnr_rgt_point li p{ font-size: 14px; line-height: 18px;}

.banner_list{ margin-top:25px;}
.banner_list li{ font-size: 16px; line-height: 22px; font-weight:400; margin-bottom:10px; padding: 0 0 0 25px; background-size: 16px;letter-spacing: -0.3px;}

.bnr_revw{ display:inline-block; vertical-align:top; width:100%; max-width:350px; margin-top:30px; padding:12px 15px; border:1px solid #000; border-radius:10px; position:relative; background:#fff;}
.bnr_revw_cont{ float:left; width:100%; text-align:left; padding-right:96px;}
.bnr_revw_heading{ font-size:18px; line-height:22px; color:#000; font-weight:bold;}
.bnr_revw_text{ font-size:14px; line-height:20px; color:#000; margin-top:7px;}
.bnr_revw_name{ font-size:15px; line-height:17px; color:#000; font-weight:bold; margin-top:10px;}
.bnr-revw-img{ position:absolute; bottom:0; right:0; width:128px;}

.banner_button_text{ font-size: 12px; line-height: 12px;}
.banner_button_text:before{ width: 7px; height: 7px; margin: -2px 7px 0 0;}
.banner_button_list{ background: #fcfbf0; padding: 10px 10px 10px; max-width: 303px; border-radius: 5px;}
.banner_button_list li{ font-size: 13px; line-height: 14px; margin-left: 12px; padding-left: 12px;}
.banner_button_list li img{ width: 13px; margin: -3px 6px 0 0;}
.banner_button_text.common_button_text{ font-size: 14px;line-height: 14px;}

.common_button_box{ margin-top: 30px;}
.common_button_width{ max-width:345px;}
.common_button{ padding: 8px 20px 10px;}
.common_button.banner_button{ font-size: 21px; height: 52px; line-height: 51px;}
.common_button h3{ font-size: 21px; line-height: 24px;}
.common_button p{ font-size: 12px; line-height: 12px;}

/*====brand_strip_scroll====*/
.feature_text{ width:100%; font-size:14px; line-height:16px; color:#000; font-weight:800; letter-spacing:0.5px;}
.brand_strip_scroll{ float:left; width:100%; background:#fff; padding: 14px 0 16px; border-bottom:1px solid #eeeeee;}
.brand_strip_scroller{
	float:left;
	width:100%;
	padding:14px 0 0;
	overflow: hidden;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_brand_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_brand_list li{
	display: flex;
    align-items: center;
    justify-content: center;
	padding:0 15px;
	position:relative;
	}
ul.scroll_brand_list li img{
	height: 26px;
	width:auto;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}

.section1 .common_heading{ font-size: 26px; line-height: 32px;}
.common_heading{ font-size: 30px; line-height: 36px;}
.common_text{ font-size: 16px; line-height: 24px; margin-top:15px;}
.font22{ font-size:16px;}

.section1{ padding: 30px 0 35px;}
.s1-img-m{ max-width:none; margin: 15px auto 0 -15px; width: calc(100% + 30px);}
.s1_block{ max-width:580px; margin: 15px auto 0;}
.s1_content{ width:100%;}
.s1_content .common_text{ font-size:18px; line-height:23px;}
.s1_img_col{ width: 20px;}
.s1_col{align-items: center;}
.s1-col-img{ width:88px; height:90px; object-fit:cover;}
.s1_col_cont{ width: calc(100% - 88px); padding-left: 17px;}
.s1_col_cont h3{ font-size: 20px; line-height:24px;}
.s1_col_cont p{ font-size: 16px; line-height: 22px; margin-top:7px;}
.s1_hdg{ font-size: 21px; line-height: 28px; margin-top: 25px;}

.section2{ padding: 30px 0 35px;}
.peeps-logo{ margin: 24px auto 0; width: 213px;}
.s2_vdo_box{ width:100%; margin-top:20px; height:250px;}
.txt-lft-m{ text-align:left;}

.s2_block{ width:calc(100% + 30px); margin:35px auto 0 -15px; padding:0 8px; -webkit-justify-content: center; justify-content: center;}
.s2_block_cont{ width:100%; max-width:364px; position:relative;}
.s2-product{position:absolute;top: -25px;left: 50%;transform: translateX(-50%) rotate(-15deg);width: 70px;}
.prod_detail_box{ width:100%; padding:0; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center;flex-direction: row-reverse;}
.prod_detail_col{ width:36%; margin-top:0; -webkit-justify-content: center; justify-content: center;}
.prod_detail_cont_box{ width:100%; text-align:center; padding-left:0;}
.prod_detail_cont_box h3{ font-size: 16px; line-height: 22px;}
.prod_detail_cont_box p{ font-size: 14px; line-height: 20px; margin-top:6px;}
.prod_detail_col:last-child{ flex-direction: column-reverse;}
.prod_detail_col:last-child .prod_detail_img_box{ margin:12px 0 0 0;}
.prod_detail_img_box{ margin-bottom: 12px;}
.prod-detail-shape{ display:none;}
.prod-detail-shape-m{ position:absolute; width:190px; max-width:none;}
.prod-detail-shape1-m{ bottom: 14px; left: 10px; transform: scaleX(-1) scaleY(-1);}
.prod-detail-shape2-m{ top: 4px; right: 30px;}

.s2_mid_box{ row-gap: 15px; margin: 40px auto 30px;}
.s2_mid_col{ width:100%; padding:15px 15px; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start;}
.s2-mid-icn{ margin:5px 0 0; width: 40px;}
.s2_mid_col_cont{ width:calc(100% - 40px); padding-left:10px; text-align:left;}
.s2_mid_col h3{ min-height:auto;justify-content: left;}
.s2_mid_col p{ font-size: 16px; line-height: 22px; margin-top: 7px;}

.section3{ padding: 30px 0 10px;}
.feature_box{ margin-top:20px; padding-left:0;}
.feature-shape{ display:none;}
.s3_block{ margin: 30px auto 0; max-width:375px;}
.s3_prod_box{ width: 118px; margin-left: -30px;}
.s3_block_cont{ width: calc(100% - 95px);}
.feature_col{ -webkit-align-items: flex-start; align-items: flex-start;}
.feature-icn{ width: 41px;}
.feature_col_cont{ width: calc(100% - 41px); padding-left: 12px;}
.feature_col_cont h3{ font-size: 17px; line-height: 23px;}
.feature_col_cont p{ font-size: 15px; line-height: 20px; margin-top: 5px;}
.feature-shape1-m{ position:absolute; max-width:none; width:59px; top: 37px; left: -70px;}
.feature-shape2-m{ position:absolute; max-width:none; width:59px; bottom: 37px; left: -70px; transform: scaleY(-1);}

.section4{ padding: 30px 0 35px;}
.s4_slider{ margin:25px 0 0;}

.s4_slide{ margin-top:0;  width:100%;}
.s4_slide_header{ -webkit-align-items: flex-start; align-items: flex-start;}
.s4_slide_header h3{ font-size: 22px; line-height: 24px;}
.s4_slide_text{ font-size: 16px; line-height: 20px; margin-top: 8px; min-height:auto;}
.bfr_aft_strip{ font-size: 12px;line-height: 12px;padding: 5px 12px 5px;border-radius:7px 7px 0 0;}
.bfr_aft_box{ margin: 15px auto 0;}

.section5{ padding: 30px 0 35px;}
.s5_block{ margin: 25px auto 5px; row-gap: 35px;}
.s5_box{ width:100%; display: -webkit-flex; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center;}
.s5-img{ width:107px; height:107px; object-fit:cover; position:relative; z-index:2;}
.s5_box_cont{ width:calc(100% - 107px); margin-top:0; padding-left:14px;}
.s5_num{ position:absolute; top: -14px; left: 39px; width: 27px; height: 27px; font-size: 14px; line-height: 21px; margin: 0; z-index:3;}
.s5_box_cont h3{ font-size: 20px; line-height: 26px;}
.s5_box_cont p{ font-size: 16px; line-height: 23px; margin-top:8px;}
.s5_box:before{ top: 30px; left: 51px; right: auto; bottom: -20px; border-left: 2px dotted #2e95e4; border-top:none;}

.section6{ padding: 30px 0 5px;}
.compare_chart{ width:calc(100% + 30px); margin:25px 0 0 -15px; padding-right:5px;}
.comp_col_gap{ width:1%;}
.comp_col{ border-radius: 7px;}
.comp_col1{ width: 23%;}
.comp_top{ height: 90px; padding: 15px 6px 10px;}
ul.comp_list li{ height: 55px; font-size: 14px; line-height: 18px; padding: 0 10px;}
.comp_col1 ul.comp_list li{ border-bottom:none;}
.comp_col2{ width: 20%;}
.comp-icon{ width: 22px;}
.comp_col3, .comp_col4, .comp_col5{ width: 18%;}
.comp_top_text{ font-size: 12px; line-height: 12px;}
.comp-prod{ margin: 8px auto 0; width: 56px;}

.granty_box{ margin:35px 0 0; padding: 0 20px 25px; border-radius:15px; overflow:hidden;}
.granty_box_cont{ width:100%; padding:0;}
.granty-seal-m{ position:absolute; top:50%; transform:translateY(-50%); left:15px; width:83px;}
.granty_heading{ width:calc(100% + 40px); margin:0 0 0 -20px; padding:16px 20px 16px 110px; font-size: 26px; line-height: 34px; color:#fff; position:relative; background:#2e95e4;}
.granty_text{ font-size: 16px; line-height: 24px;padding: 0 10px;margin-top: 20px;}

.section7{ padding: 30px 0 35px;}
.video_slide_div{ width:calc(100% + 30px); margin-left:-15px;}
.video_slide_row{ margin-top: 30px;}
.video_slide_col{ max-width: 100%;}

.review_block{ margin: 10px 0 10px;}
.review_cont{ width:100%; padding-right:0;}
.review_box{ margin-top: 25px; padding: 20px 20px 20px;}
.review_heading{ font-size: 16px; line-height: 26px;}
.review-star{ margin: 8px 0 0; width: 85px;}
.review_text{ font-size: 16px; line-height: 24px; margin-top: 13px;}
.vrfy_box_cont p{ font-size: 12px; line-height: 22px;}
.vrfy_box_cont p img{ width:11px;}
.vrfy_box_cont p span{ font-size: 14px;}
.review_img_box{ float:left; width:100%; margin-top:20px;}
.review-img{ margin:0; width:134px;border-radius: 7px;}
.read_text{ float:left; width:100%; font-size:14px; line-height:14px; color:#000; font-weight:500; margin-top:25px; text-decoration:underline;}

.section8{ padding: 30px 0 35px;}
.faq-container{ margin: 10px 0 0;}
.accordion{ font-size: 17px; line-height: 25px; background-size: 14px !important; padding: 15px 32px 15px 0;}
.acdn-content{ padding-right:20px;}
.acdn-para{ font-size: 16px; line-height: 24px; margin-bottom: 12px;}

.footer{ padding:0 0 25px 0;}
.foot-logo{ margin:25px auto 20px; width:100px;}
.foot_text{	font-size: 14px; line-height: 20px;}
.foot_text a{ padding:0 4px;}


#call-btn {
    float: left;
    width: 100%;
    padding: 10px 10px;
    background: #000;
    position: fixed;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
#call-btn .banner_button_text{ margin:0 0 6px;}

}


/*CSS FOR UGC MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    cursor: pointer;
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:0;
	z-index:-9;
	transition: opacity .2s;
	}
.ugc-modal.active{
	opacity:1;
	z-index: 99;
	}
.video-container{
	aspect-ratio: 9 / 16;
	width: 360px;
	position: relative;
	border-radius:10px;
	overflow:hidden;
	min-height:640px;
	background:#000;
	}
.ugc-close{
	position:absolute;
	right:15px;
	top:15px;
	width:45px;
	height:45px;
	background:#fff;
	border-radius:50%;
	padding:10px;
	z-index:1;
	}
.video-container iframe{
	width:100%;
	height:100%;
	}
	
@media only screen and (max-width:480px){
.video-container{width:280px; min-height:480px;}

}