@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Outfit';
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}

/*-----------------------
FONTS
------------------------*/	
@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Medium.woff2') format('woff2'),
        url('Outfit-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Bold.woff2') format('woff2'),
        url('Outfit-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-Regular.woff2') format('woff2'),
        url('Outfit-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Outfit';
    src: url('Outfit-SemiBold.woff2') format('woff2'),
        url('Outfit-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-Regular.woff2') format('woff2'),
        url('Inter-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
}
.overflow{
	overflow:hidden;
}

.fl{float:left;}
.fr{float:right;}

.hide-desk{display:none;}
.show-tab{ display:none;}

/*-----------------------
TOP STRIP
------------------------*/
.top-strip{
	float:left;
	width:100%;
	background: #252529;
	padding:10px 0;
}
.top-strip p{
	font-size:19px;
	line-height:26px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:normal;
	font-family: 'Inter';
}
.top-strip p span{
	color:#fde201;
	font-weight:bold;
}

/*-----------------------
HEADER
------------------------*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom:68px;
}
.header{
	float:left;
	width:100%;
	position:relative;
	padding:10px 0;
	height:68px;
	margin-top:-68px;
	top:68px;
}
.fixed-nav .header{
	position: fixed;
	z-index: 111;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	box-shadow:0px 3px 30px 0px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 30px 0px rgba(0,0,0,0.1);
	background:#fff; 
	top:0;
}
.logo{
	float:left;
	width:200px;
	margin-top:7px;
}
ul.menu-list{
	position:absolute;
	top:15px;
	left:50%;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
}
ul.menu-list li{
	float:left;
	padding:0 20px;
}
ul.menu-list li a{
	font-size:15px;
	line-height:20px;
	font-weight:600;
	text-transform:uppercase;
}
.header-btn{
	float:right;
	width:167px;
	height:46px;
	font-size:16px;
	line-height:44px;
	font-weight:600;
	background:#1cc437;
	color:#fff;
	border-radius:100px;
	margin-top:1px;
}

/*-----------------------
SECTION-1
------------------------*/
.sec-1{
	float:left;
	width:100%;
	background:url(../images/int1/sec-1.jpg) center top no-repeat;
	background-size:cover;
}
.sec-1_inr{
	width:57.26%;
	float:left;
	text-align:left;
	padding:40px 0 65px;
}
.s1-rat-tx{
	display:inline-block;
	vertical-align:middle;
	font-size:16px;
	line-height:20px;
	font-weight:500;
	border:1px solid #d7d7d7;
	border-radius:100px;
	padding:2px 10px;
	background:#fff;
}
.s1-rat-tx img{
	display:inline-block;
	vertical-align:middle;
	width:119px;
	margin: 0 -7px 0 7px;
}
.s1-hdg{
	font-size:51px;
	line-height:60px;
	font-weight:bold;
	color:#094679;
	margin-top:20px;
}
.s1-txt{
	font-size:18px;
	line-height:26px;
	width:80%;
	margin-top:12px;
}
ul.s1-list{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
}
ul.s1-list li{
	font-size:22px;
	line-height:28px;
	font-weight:500;
	background:url(../images/int1/s1-tick.png) left 3px no-repeat;
	background-size:21px;
	padding-left:33px;
	margin-top:10px;
	text-align:left;
}
.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width:415px;
	width:100%;
	text-align:center;
	margin-top:35px;
}
.btn-tp-tx{
	font-size:16px;
	line-height:20px;
	font-weight:500;
	margin-bottom:10px;
}
.btn-tp-tx img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 5px 0 0;
	width:25px;
}
.comn-btn{
	font-size:24px;
	line-height:66px;
	font-weight:bold;
	letter-spacing:0.5px;
	text-shadow:2px 2px 2px #169d2c;
	-webkit-text-shadow:2px 2px 2px #169d2c;
	box-shadow:0px 3px 3px 3px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 3px 3px 3px rgba(0,0,0,0.1);
	height:65px;
	background:#1cc437;
	border-radius:100px;
	color:#fff;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 0 0 10px;
	width:22px;
}
.btn-btm-tx{
	font-size:14px;
	line-height:18px;
	margin-top:12px;
}
.btn-btm-tx img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 6px 0 0 ;
	width:14px;
}
.sec1-prd{
	position:absolute;
	right:100px;
	top:60px;
	width:550px;
}
ul.s1-ben-lst {
    width: 185px;
    position: absolute;
    right: -115px;
    top: 140px;
}
ul.s1-ben-lst li{
	text-align:left;
	margin-bottom:30px;
}
ul.s1-ben-lst li img{
	width:64px;
}
ul.s1-ben-lst li p{
	font-size:22px;
	line-height:30px;
	font-weight:600;
}

/*-----------------------
STRIP
------------------------*/
.strip{
	float:left;
	width:100%;
	padding:25px 0;
}
ul.strip-list{
	max-width:880px;
	width:100%;
	display:flex;
	display:-webkit-flex;
	margin:60px auto 0;
}
ul.strip-list li{
	width:20%;
}
ul.strip-list li img{
	display:block;
	margin:0 auto 8px;
	width:56px;
}
ul.strip-list li p{
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	text-transform:uppercase;
}

/*-----------------------
SECTION-2
------------------------*/
.sec-2{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#f3f9ff;
}
.sec-2_vid{
	width:51.50%;
	float:left;
	margin-top:15px;
	position:relative;
	cursor: pointer;
    padding-bottom: 34%;
    overflow: hidden;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border:2px solid #fff;
	border-radius:10px;
	background:#000;
}
.sec-2_vid iframe {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
}
.poster{
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.sec2-content{
	width:46%;
	float:right;
	text-align:left;
}
.comn-hdg{
	font-size:50px;
	line-height:55px;
	color:#053872;
	font-weight:bold;
}
.comn-txt{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
	font-family: 'Inter';
}

.sec-2_btm{
	display:inline-block;
	vertical-align:top;
	max-width:1100px;
	width:100%;
	margin-top:40px;
}
.sec-2_btm-hd{
	font-size:27px;
	line-height:32px;
	color:#053872;
	font-weight:bold;
	position:relative;
	z-index:1;
}
.sec-2_btm-hd:before{
	content:'';
	position:absolute;
	left:0;
	top:20px;
	width:100%;
	border-top:1px solid #c2c4cb;
	z-index:-1;
}
.sec-2_btm-hd p{
	background:#f3f9ff;
	padding:0 20px;
	display:inline-block;
	vertical-align:middle;
}
.sec-2_btm_inner{
	display:flex;
	display:-webkit-flex;
	column-gap:8%;
	row-gap:25px;
	margin-top:30px;
}
.sec-2_btm-bx{
	width:28%;
	position:relative;
}
.sec-2_btm-bx:after{
	content:'+';
	font-size:36px;
	line-height:36px;
	position:absolute;
	right:-18%;
	top:calc(50% - 10px);
	margin-top:-18px;
}
.sec-2_btm-bx:last-child:after{display:none;}
.sec-2_btm-bx img{
	border-radius:100px;
	display:block;
	margin:0 auto 10px;
	max-width:100%;
}
.sec-2_btm-bx p{
	font-size:20px;
	line-height:26px;
	font-weight:bold;
}

/*-----------------------
SECTION-3
------------------------*/
.sec-3{
	float:left;
	width:100%;
	padding:50px 0 60px;
}
.sec-3-top, .sec-3-btm{
	display:flex;
	display:-webkit-flex;
	row-gap:25px;
	margin-top:40px;
}
.sec-3-top{column-gap:3%;}
.sec-3-btm{column-gap:2%;}
.sec-3-top_bx, .sec-3-btm_bx{
	border-radius:15px;
	text-align:left;
	overflow:hidden;
	position:relative;
	padding:25px 25px 0;
}
.sec-3-top_bx{width:48.5%;}
.sec-3-btm_bx{width:32%;
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;}
.sec-3-btm_bx > div{ width:100%;}
.sec-3_bx-icn{
	position:absolute;
	right:15px;
	top:14px;
	border-radius:50%;
	background:#fff;
	padding:12px;
}
.sec-3_bx-icn img{
	width:35px;
	display:inline-block;
	vertical-align:top;
}
.sec-3_bx-hd{
	font-size:27px;
	line-height:35px;
	color:#053872;
	font-weight:bold;
}
.sec-3_bx-tx{
	font-size:18px;
	line-height:26px;
	margin-top:20px;
	color: #000;
    font-family: 'Inter';
}
.sec-3_bx_info{
	max-width:503px;
	width:100%;
	display:inline-block;
	vertical-align:top;
}
ul.sec-3_bx1-lst{
	display:flex;
	display:-webkit-flex;
	text-align:center;
	margin-top:20px;
}
ul.sec-3_bx1-lst li{
	width:33.3%;
	font-size:18px;
	line-height:22px;
	font-weight:500;
	position:relative;
}
ul.sec-3_bx1-lst li:before{
	content:'';
	position:absolute;
	right:-15px;
	top:5px;
	background:url(../images/int1/s3-bx1_tik.png) center top no-repeat;
	width:30px;
	height:30px;
	background-size:30px;
}
ul.sec-3_bx1-lst li:last-child:before{
	display:none;
}
.sec-3_bx1_tx{
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	margin-top:30px;
	text-align:center;
}
.sec-3_bx1{background:#f6f4ed;}
.sec-3_bx2{background:#e9eeed;}
.sec-3_bx3{background:#e9eeed;}
.sec-3_bx4{background:#f6f4ed;}
.sec-3_bx5{background:#e0f0e5;}
.sec-3_bx1_img1{max-width:100%; margin-top:30px;}
.sec-3_bx2-img{
	width:calc(100% + 50px);
	margin:20px 0 0 -25px; 
	display:inline-block; 
	vertical-align:top;
}
.sec-3_bx3-img{
	width:calc(100% + 50px);
	margin:20px 0 0 -25px;
	display:inline-block;
	vertical-align:top;
}

/*-----------------------
SECTION-4
------------------------*/
.sec-4{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-flex;
}
.sec4-lft{
    width:50%;
    position: relative;
}
.sec4-lft .container{
	width:100%;
}
.sec4-lft:before{
	content:'';
	position:absolute;
	left:0;
	top:5%;
	bottom:0;
	width:100%;
	background:url(../images/int1/sec-4_img.jpg) right top no-repeat;
}
.sec4-img {
    float: left;
    width: 100%;
    object-fit: cover;
	object-position: right;
    height: 100%;
}
.sec4-points{
	position: absolute;
    right: 12%;
    top: 100px;
}
ul.s4-list{
	max-width:670px;
	width:100%;
	position:absolute;
	right:0;
	top:0;
}
ul.s4-list li:nth-child(1){
	position:absolute;
	left:0;
	top:0;
}
ul.s4-list li:before{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:7px;
	height:7px;
	border-radius:50%;
	background:#053872;
	box-shadow:0px 0px 0px 5px #ccd6e1;
}
ul.s4-list li:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	border-left:1px solid #ccd6e1;
	bottom:0;
}
ul.s4-list li:nth-child(1):before {
	left:0;
	top:0;
}
ul.s4-list li p{
	font-size:18px;
	line-height:24px;
	background:#ccd6e1;
	border-radius:100px;
	padding:6px 20px;
	display:inline-block;
	vertical-align:top;
}
.sec4-rgt{
	padding: 50px 40px 50px 0;
    display: flex;
    align-items: center;
    position: relative;
    width: 50%;
}
.sec4-rgt-cont{
	max-width:600px;
	width:100%;
	float:left;
	text-align:right;
}
.s4-comn-tx{
	width:80%;
	float:right;
}

/*-----------------------
SECTION-5
------------------------*/
.sec-5{
	float:left;
	width:100%;
	display: flex;
    display: -webkit-flex;
}
.sec5-lft{
	width:50%;
	background:#f3f9ff;
	padding:50px 0;
	display:flex;
	align-items:center;
	justify-content: flex-end;
}
.sec5-lft-cont{
	max-width:470px;
	width:100%;
	float:right;
	text-align:left;
}
.big-tx{
	font-size:100px;
	line-height:110px;
	font-weight:bold;
	color:#053872;
}
.sec5-rgt{
	width:50%;
	position:relative;
}
.sec5-img{
	float:left;
    width: 100%;
	object-fit:cover;
	object-position: center left;
	height:100%;
}

/*-----------------------
SECTION-6
------------------------*/
.sec-6{
	float:left;
	width:100%;
	padding:50px 0 60px;
	position:relative;
}
.sec-6:before{
	content:'';
	position:absolute;
	left:0;
	top:430px;
	width:100%;
	height:532px;
	background:#f3f9ff;
}
.sec-6_comparision-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:880px;
	margin-top:185px;
	margin-bottom:30px;
	}
.sec-6_col-1{
	float: left;
    width: 30%;
    margin-top:25px;
    position: relative;
	}
.sec-6_col-1 ul{
	float:left;
	width:100%;
	}
.sec-6_col-1 ul li{
	float:left;
	width:100%;
	border-bottom:1px solid #dfeff2;
	height:60px;
	color:#262626;
	font-size:18px;
	line-height:26px;
	text-align:left;
	font-weight:500;
	padding-left:15px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	position:relative;
	}
.sec-6_col-line{
	float:left;
	width:2%;
	margin-top:25px;
	}
.sec-6_col-line ul{
	float:left;
	width:100%;
	}
.sec-6_col-line ul li{
	float:left;
	width:100%;
	height:60px;
	border-bottom:1px solid #dfeff2;
	}	
.sec-6_col-2{
	float:left;
	width:21%;
	background:#053872;
	border-radius:15px;
	margin:-90px 0 -25px 0;
	}
.sec-6_col2-top{
	float:left;
	width:100%;
	height:115px;
	}
.sec-6_col2-prod, .sec-6_col3-prod, .sec-6_col4-prod{
    display: block;
    margin: -75px auto 10px;
    max-width: 100%;
	}
.sec-6_col2-top p {
    font-size: 18px;
    line-height: 22px;
    color:#000;
    font-weight:500;
    letter-spacing: 0.3px;
	}
.sec-6_col2-top p.white-tx{color:#fff;}
.sec-6_col-3top p, .sec-6_col-4top p{ font-size:18px; font-weight:normal;}
.sec-6_col-2 ul{
	float:left;
	width:100%;
	}
.sec-6_col-2 ul li{
	float:left;
	width:100%;
	height:60px;
	text-align:center;
	padding:10px 0;
	border-bottom:1px solid #769bb4;
	}
.sec-6_col-2 ul li img{margin-top:2px; width:23px;}
.sec-6_col-2 ul li:first-child{ height: 60px; padding:10px 0;}
.sec-6_col-2 ul li:last-child{height:35px; border-bottom:none;}
.sec-6_col-3, .sec-6_col-4{border:1px solid #acacac; background:none;}
.sec-6_col-3 ul li, .sec-6_col-4 ul li{border-bottom:1px solid #e4f2f2;}

.money-back{
	display:inline-block;
	vertical-align:top;
	max-width:1100px;
	width:100%;
	overflow:hidden;
	border-radius:200px;
	background:url(../images/int1/mny-bck-bg.png) right -60px top no-repeat #053872;
	padding: 55px 130px 55px 410px;
	margin-top:45px;
	color:#fff;
	position:relative;
	text-align:left;
}
.money-back .comn-hdg{color:#fff;}
.mbg-seal{
	position:absolute;
	left:20px;
	top:50%;
	transform:translateY(-50%);
}
ul.mny-bck-lst{
	float:left;
	width:100%;
	max-width:500px;
	display:flex;
	justify-content:space-between;
	margin-top:25px;
}
ul.mny-bck-lst li{
	font-size:17px;
	line-height:22px;
	font-weight:500;
	text-transform:uppercase;
	background:url(../images/int1/mbg-lst-tik.png) left 3px no-repeat;
	background-size:21px;
	padding-left:30px;
	margin:3px 0;
	float:left;
	text-align:left;
}
.lmtd-ofr{
	font-size:45px;
	line-height:55px;
	color:#053872;
	font-weight:bold;
	float:left;
	width:100%;
	margin-top:35px;
}

/*-----------------------
SECTION-7
------------------------*/
.sec-7{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#f3f9ff;
}
.sec-7_inner{
	width:100%;
	max-width:970px;
	display:flex;
	display:-webkit-flex;
	background:#053872;
	padding:15px;
	border-radius:10px;
	column-gap:1.25%;
	row-gap:10px;
	margin:0 auto;
	margin-top:35px;
}
.sec-7_inner-box{
	width:24%;
}
.sec-7_inner-box img{
	border-radius:10px;
	display:inline-block;
	vertical-align:top;
	max-width:100%;
}
.sec-7_inner-box p{
	font-size:25px;
	line-height:30px;
	color:#fff;
	font-weight:600;
	margin-top:10px;
	letter-spacing:0.5px;
}

/*-----------------------
SECTION-8
------------------------*/
.sec-8{
	float:left;
	width:100%;
	padding:50px 0 60px;
}
.reviews{
	max-width:970px;
	width:100%;
	margin:40px auto 0;
}
.reviews_bx{
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	margin-bottom:30px;
}
.reviews_img{
	width:28%;
}
.reviews_img img{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	border-radius:10px;
}
.reviews_content{
	width:69%;
	text-align:left;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	-webkit-align-items:center;
}
.reviews_hd{
	font-size:28px;
	line-height:32px;
	font-weight:bold;
	color:#053872;
}
.reviews_star{
	display:block;
	width:90px;
	margin:12px 0 0;
}
.reviews_tx{
	font-size:18px;
	line-height:26px;
	margin-top:12px;
	font-family: 'Inter';
}
.reviews_nm{
	margin-top:15px;
}
.reviews_nm span{
	font-size:20px;
	line-height:24px;
	font-weight:bold;
	color:#053872;
	display: inline-block;
    vertical-align: middle;
    margin-top: -3px;
}
.reviews_nm small{
	font-size:15px;
	line-height:20px;
	color:#6a6a6a;
	vertical-align: middle;
    margin-top: -2px;
	padding-left:3px;
}

.offer_box{
	float:left;
	width:100%;
	border:2px dashed #363636;
	position:relative;
	border-radius:10px;
	overflow:hidden;
	display:flex;
	align-items:center;
	-webkit-align-items:center;
	margin-top:50px;
	}
.offer_box_left{
	float:left;
	width:50%;
	padding:40px;
	text-align:center;
	}
.offer_heading{
	float:left;
	width:100%;
	font-size:48px;
	line-height:54px;
	color:#000;
	font-weight:bold;
	letter-spacing:0;
	}
.offer_discount{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	margin-top:10px;
	}
ul.offer_box_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:390px;
	margin-top:20px;
	}
ul.offer_box_list li{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#000;
	margin-top:15px;
	background:url(../images/int1/offer_tick.png) no-repeat left center;
	padding-left:45px;
	text-align:left;
	letter-spacing:0;
	}
ul.offer_box_list li.warn{ color:#ff0000;background:url(../images/int1/offer_warn.png) no-repeat left 5px;font-weight:500; font-size:20px;}
.offer_box_right{
	float:right;
	width:50%;
	position:relative;
	padding:40px;
	}
.offer_prod{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	max-width:100%;
	}
.offer_seal{
	position: absolute;
    right: 80px;
    top: 50px;
    width: 125px;
	}

/*-----------------------
SECTION-9
------------------------*/
.sec-9{
	float:left;
	width:100%;
	padding:50px 0 60px;
	background:#f3f9ff;
}
.faq_section{
	float:left;
	width:100%;
	padding:70px 0;
	background:#ebeff3;
	}
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align: left;
	margin: 40px 0 0;
	padding:10px 10px 0;
	}
.up-slide-dwn {
	float: left;
    width: 100%;
	margin-bottom:20px;
	box-shadow:0 0 7px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 7px 1px rgba(0,0,0,0.1);
	border-radius:6px;
	}
.accordion {
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/int1/close.png) no-repeat 97% center #fff;
    padding: 20px 30px 20px 30px;
    font-size:20px;
    line-height:26px;
	letter-spacing:0.3px;
    color: #000000;
    font-weight:bold;
    cursor: pointer;
	border-radius:10px;
	}
.acdn-heading.accordion-open {
	background: url(../images/int1/open.png) no-repeat 97% center #fff;
	border-radius:10px 10px 0 0;
	}
.acdn-content {
	float: left;
    width: 100%;
    padding: 0 30px 10px 30px;
	background:#fff;
	border-radius:0 0 10px 10px;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size:18px;
    line-height: 26px;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}
.up-slide-dwn:last-child .accordion{border-bottom:none;}

/*-----------------------
FOOTER
------------------------*/
.footer{
	float:left;
	width:100%;
	padding:40px 0;
}
.ftr-tx{
	font-size:16px;
	line-height:20px;
	margin:10px 0;
}
.ftr-logo{
	width:164px;
	display:block;
	margin:0 auto 20px;
}



@media only screen and (max-width:1200px){
.container{width:1000px;}

.show-desk{ display:none;}

.sec-1_inr{padding: 40px 0 50px;}
.s1-hdg{font-size:40px; line-height:50px;}
.sec1-prd{right:200px; top:80px; width:380px;}
ul.s1-ben-lst{right:0px;}

.comn-hdg{font-size:40px; line-height:48px;}

.sec-3_bx-hd{font-size:24px; line-height:32px;}
.sec-3_bx-icn{padding:8px; right:15px; top:15px;}
.sec-3_bx-icn img{width:36px;}
.sec-3_bx3-img{margin:20px 0 -30px -25px;}
ul.sec-3_bx1-lst li:before{width:22px; height:22px; background-size:22px; right:-12px; top:5px;}

.sec4-lft:before{background-position:right -20px top;}
.sec4-points{right:26%; width:430px; top:120px;}
.sec4-rgt{margin:0;}

.mbg-seal{width:340px;}

.offer_heading{font-size:42px; line-height:48px;}
}

@media only screen and (max-width:1010px){
.container{width:750px;}

.show-tab{ display:block;}

.logo{width:180px;}
ul.menu-list li{padding:0 13px;}
ul.menu-list li a{font-size:13px; line-height:18px;}
.header-btn{width:145px;}

.sec-1_inr{padding:25px 0 40px;}
.s1-hdg{font-size:33px; line-height:40px;}
ul.s1-list li{font-size:19px; line-height:24px;}
.sec1-prd{top:32px; right:0; width:370px;}
ul.s1-ben-lst{max-width:360px; width:100%; display:flex; justify-content:space-between; top:470px;}
ul.s1-ben-lst li{margin-bottom:20px; text-align:center;}
ul.s1-ben-lst li img{width:50px;}
ul.s1-ben-lst li p{font-size:17px; line-height:25px;}

.btn-bx{max-width:340px; margin-top:28px;}
.comn-btn{font-size:22px;}

.sec-2{padding:40px 0 50px;}
.sec-2_vid{margin-top:25px; float:none; display:inline-block; vertical-align:top; width:100%; max-width:500px;padding-bottom: 38%;}
.sec2-content{ width:100%;}
.comn-hdg{font-size:28px; line-height:38px;}
.comn-txt{font-size:17px; line-height:26px;}

.sec-3{padding:40px 0 50px;}
.sec-3-top_bx, .sec-3-btm_bx{padding:25px 15px 0;}
.sec-3_bx-hd{font-size:20px; line-height:26px;}
.sec-3_bx-tx{font-size:17px; line-height:25px; margin-top:15px;}
.sec-3_bx-icn{padding:5px;}
.sec-3_bx-icn img{width:25px;}
.sec-3_bx1_img1{display:block; max-width:95%; margin:15px auto 0;}
.sec-3_bx1_tx{font-size:18px; line-height:22px; margin-top:25px;}
ul.sec-3_bx1-lst li{font-size:14px; line-height:18px;}
ul.sec-3_bx1-lst li:before{width:15px; height:15px; background-size:15px;}

.sec4-lft:before{background-size:180%;}
.sec4-points{right:18%; width:370px; top:75px;}
.sec4-rgt{padding:25px 30px 40px 0;}

.sec5-lft{padding:40px 15px;}
.sec5-img{object-position: center center;}
.big-tx{font-size:70px; line-height:72px; display:block;}

.sec-6{padding:40px 0 50px;}
.sec-6:before{top:410px;}
.money-back{padding: 45px 45px 45px 260px; margin-top:35px;}
.mbg-seal{width:220px; left:20px;}
.lmtd-ofr{font-size:26px; line-height:34px; margin-top:20px;}
.sec-6_col-1 ul li{font-size:17px; line-height:25px;}

.sec-7{padding:40px 0 50px;}
.sec-7_inner{margin-top:30px;}
.sec-7_inner-box p{font-size:19px; line-height:24px;}

.sec-8{padding:40px 0 50px;}
.reviews_hd{font-size:20px; line-height:24px;}
.reviews_star{width:75px; margin:10px 0 0;}
.reviews_tx{font-size:17px; line-height:24px; margin-top:10px;}
.reviews_nm{margin-top:10px;}
.reviews_nm span{font-size:16px; line-height:20px;}
.reviews_nm small{font-size:14px; line-height:16px;}

.sec-9{padding:40px 0 50px;}
.offer_box{margin-top:40px;}
.offer_box_left{ padding:20px 20px 30px;}
.offer_heading{ font-size:30px; line-height:36px;}
ul.offer_box_list li, ul.offer_box_list li.warn{ font-size:19px; line-height:26px; background-size:22px; padding-left:32px;}
.offer_box_right{ padding:80px 20px;}
.offer_seal{ width:115px; top:70px;}

.faq-container{margin:30px 0 0;}
}
@media only screen and (max-width:1024px){
	.sec4-lft:before {
        background-position: right -48px top;
    }
	.sec4-lft:before {
        background-size: 160%;
    }


}
@media only screen and (max-width:767px){
.hide-mob{display:none;}
.hide-desk{display:block;}
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

/*MOBILE MENU CSS*/
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right:15px;
    top:11px;
	z-index:16;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color:#1a1a1a;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-8.5px, 6px);
	transform: rotate(-45deg) translate(-8.5px, 6px);
	background:#1a1a1a;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -4px);
	transform: rotate(45deg) translate(-7px, -4px);
	background:#1a1a1a;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:52px;
	background:#fff;
	z-index:12;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
 .top-fix-bar.fixed-nav .mobilemenu{top:52px;} 
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}

.top-strip p{font-size:18px; line-height:26px;}

.top-fix-bar{margin-bottom:52px;}
.header{padding:5px 0; height:52px; margin-top:-52px; top:52px; background:#fff;}
.logo{width:170px;}

.sec-1{background:url(../images/int1/sec-1-mb.jpg) center top repeat;}
.sec-1_inr{width:100%; text-align:center; padding:20px 0 30px;}
.s1-rat-tx{font-size:15px;}
.s1-rat-tx img{ width:90px;}
.s1-hdg{font-size:26px; line-height:34px;margin-top: 15px;}
.s1-txt{font-size:17px; line-height:25px; width:100%;}
.sec1-prd{position:static; margin:15px auto -10px; max-width:100%; width:300px;}
ul.s1-list li{font-size:18px; line-height:24px; background-size:18px; padding-left:28px; margin-top:8px;}
ul.s1-ben-lst{
	position:static; 
	width:calc(100% + 30px); 
	margin-left:-15px; 
	background:#fff; 
	border-top:1px solid #ddd; 
	border-bottom:1px solid #ddd; 
	padding:12px 15px; 
	max-width:none;
	display:none;
}
ul.s1-ben-lst li{margin-bottom:0px;}
ul.s1-ben-lst li img{width:40px;}

ul.strip-list{justify-content: space-between; margin: 30px auto 0;}

ul.strip-list li{width:auto; padding:0 3px;}
ul.strip-list li img {width: 50px;}
ul.strip-list li p{font-size:13px; line-height:17px;}

.btn-tp-tx{font-size: 15px;}
.btn-tp-tx img {width: 22px;}

.sec-2{padding:25px 0 35px;}
.comn-hdg{font-size:26px; line-height:33px;}
.sec-2_vid{margin-top:20px;padding-bottom: 60%;}
.sec-2_btm{margin-top:25px;}
.sec-2_btm-hd{font-size:20px; line-height:30px;}
.sec-2_btm_inner{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin-top:25px;}
.sec-2_btm-bx{width:100%;}
.sec-2_btm-bx img{width:240px;}
.sec-2_btm-bx p{font-size:18px; line-height:22px;}

.sec-3{padding:25px 0 30px;}
.sec-3-top, .sec-3-btm{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin-top:25px;}
.sec-3-top_bx, .sec-3-btm_bx{width:100%; padding:25px 20px 0;}
.sec-3_bx-hd{font-size:22px; line-height:28px;}
.sec-3_bx-icn{padding:8px;}
.sec-3_bx-icn img{width:28px;}
.sec-3_bx1{padding-bottom:25px;}
.sec-3_bx1_tx{ font-size:18px; line-height:23px;}
.sec-3_bx-tx { font-size: 16px;line-height: 24px; letter-spacing:0.3px;}

.comn-txt{ text-align:left; font-size: 16px; line-height: 24px; letter-spacing: 0.5px;}

.sec-4{flex-wrap:wrap; -webkit-flex-wrap:wrap; padding:0 15px 30px;}
.sec4-lft:before{display:none;}
.sec4-points{display:none;}
.sec4-rgt{width:100%; margin:0 auto; padding:0;}
.sec4-rgt-cont{text-align:center;}
.s4-comn-tx{width:100%;}
.sec-4_img-mob{width:calc(100% + 30px); margin:15px 0 -5px -15px;}

.sec-5{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.sec5-lft, .sec5-rgt{width:100%;}
.sec5-lft{padding:25px 15px;}
.sec5-lft-cont{max-width:100%;}
.sec5-img{margin-top:-25px; object-fit:contain; height:auto;}

.sec-6{padding:30px 0;}
.sec-6_comparision-box {margin-top:115px; margin-bottom:0; width:calc(100% + 30px); margin-left:-15px; padding:0 10px;background: #f3f9ff;}
.sec-6_col-1{width:52%; margin-top:0;}
.sec-6_col-1 ul li{font-size:14px; line-height:18px; height:48px; padding:0 8px;}
.sec-6_col-2{ width:22%; border-radius:5px; margin:-60px 0 0 0;}
.sec-6_col-2 ul li:last-child{height:20px; padding:0;}
.sec-6_col2-top{height:60px;}
.sec-6_col2-top p{font-size: 11px; line-height: 15px;}
.sec-6_col-2 ul li{height:48px; padding:12px 0;}
.sec-6_col-2 ul li:first-child{ height:48px; padding:12px 0 0;}
.sec-6_col-2 ul li img { width:22px; margin-top:0;}
.sec-6_col2-prod, .sec-6_col4-prod{margin:-35px auto 5px; width:65px;}
.sec-6_col-line{margin-top:0;}
.sec-6_col-line ul li{height:48px;}

.money-back{padding:30px 20px; border-radius:20px; text-align:center; background:#053872;}
.mbg-seal{width:170px; position:static; margin:0 auto 10px;transform: none;}
ul.mny-bck-lst{max-width:100%;}
ul.mny-bck-lst li{font-size:14px; line-height:20px; letter-spacing:0.3px;background-size: 16px; padding:0 10px 0 25px;}
.lmtd-ofr{font-size:20px; line-height:27px;}

.sec-7{padding:25px 0 40px;}
.sec-7_inner{flex-wrap: wrap;justify-content: space-between; padding:20px;}
.sec-7_inner-box{ width:47%; margin:10px 0;}

.sec-8{padding:25px 0 35px;}
.reviews{display:flex; display:flex; flex-wrap:wrap; -webkit-flex-wrap:wrap; row-gap:35px; margin-bottom:15px; margin-top:25px;}
.reviews_bx{flex-wrap:wrap; -webkit-flex-wrap:wrap; max-width:300px; margin:0 auto;}
.reviews_img img{ width:100%;}
.reviews_img, .reviews_content{width:100%;}
.reviews_content{margin-top:15px;}

.offer_box{ float:none; display:inline-block; vertical-align:middle; max-width:360px; margin-top:35px;}
.offer_box_left{ width:100%; padding:20px 15px 25px;}
.offer_prod_mob{ float:left; width:calc(100% + 30px); margin:25px 0 0 -15px; background:#fff; position:relative; padding:8px 0 10px;}
.offer_prod{ width:260px;}
.offer_seal{right:20px;top:20px;width:90px;}
ul.offer_box_list{margin-top:0;}
ul.offer_box_list li, ul.offer_box_list li.warn{ font-size:18px; line-height:26px; letter-spacing:0.3px; margin-top:10px;}
.offer_heading{ font-size:26px; line-height:32px;}
.offer_discount{font-size:16px; line-height:20px; margin-top:5px;}

.sec-9{padding:25px 0 30px;}
.faq-container{ max-width:360px; margin:20px 0 0; padding:5px;}
.up-slide-dwn{margin-bottom:15px;}
.accordion{ padding:15px 25px 15px 15px; font-size:18px; line-height:26px; letter-spacing:0.3px;}
.acdn-content{ padding:0 15px 10px 15px;}
.acdn-para{ font-size:16px; line-height:24px; letter-spacing:0.5px;}
.up-slide-dwn:last-child{ margin-bottom:0;}

.footer{padding:0 0 15px;}
.footer .hide-desk .btn-bx{
	margin-top:0;
}
.ftr-logo{
	width:150px;
	margin:20px auto 18px;
}
.ftr-tx{
	font-size:14px;
	line-height:14px;
}

#ctabtn-mob{
	background:#000;
	padding:6px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 9;
	transition: bottom 1s;
	display: table;
	width:100%;
	max-width:none;
	}
.comn-btn {font-size: 23px;}
}











