@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: 'Sailec';
	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;}
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: 'Sailec';
	src: url('Sailec-Medium.woff2') format('woff2'),
	url('Sailec-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Sailec';
	src: url('Sailec.woff2') format('woff2'),
	url('Sailec.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Sailec';
	src: url('Sailec-Bold.woff2') format('woff2'),
	url('Sailec-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Sailec';
	src: url('Sailec-Light.woff2') format('woff2'),
	url('Sailec-Light.woff') format('woff');
	font-weight: 300;
	font-style: normal;
	font-display: swap;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:70px;
	}
.header{
	float:left;
	width:100%;
	background:#313538;
	height:70px;
	padding:9px 0;
	margin-top:-70px;
	top:70px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	}				
.logo{
	float:left;
	margin-top:5px;
	}
ul.topMenu{
	display:inline-block;
	vertical-align:middle;
	margin: 9px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#fff;
	font-size:17px;
	line-height:16px;
	font-weight:500;
	}
ul.topMenu li:after{
	content:'';
	width:1px;
	background:#d0d0d0;
	top:5px;
	bottom:5px;
	position:absolute;
	right:0;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#02b92d;}
a.nav-btn{
    float: right;
	background:#02b92d;
    color: #fff;
    font-size:18px;
    text-align: center;
    width: 175px;
    height: 45px;
    line-height:45px;
	border-radius:3px;
	margin-top:4px;
	font-weight:bold;
	text-transform:uppercase;	
	}
.topStrip{
	background:#f38f22;
	float:left;
	width:100%;
	padding:6px 0;
	}
.topStrip p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:500;
	}
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 14px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #fff;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#fff;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#fff;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:70px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:16px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*-----------------------
		BANNER CSS
------------------------*/
.banner {
	background: url(../images/bnr-hero.jpg) no-repeat center top;
    float:left;
    width:100%;
	overflow:hidden;
	padding:40px 0 50px;
	}
.bnr-left{
    float:left;
    width:64%;
    text-align: left;
	position:relative;
	}
.bnr-rvw-star{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#161616;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.bnr-rvw-star img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 10px 0 0;
	}
.banner-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:50px;
	color:#0f0f0f;
	font-weight:bold;
	margin-top:5px;
	}
.bnr-strip{
	float:left;
	width:90%;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-top:30px;
	position:relative;
	letter-spacing:0.5px;
	padding:4px 20px 8px 80px;
	border:1px solid #e5d7c7;
	background:#ffffff;
	border-radius:50px;
	}
.bnr-strip img{
	position:absolute;
	left:-5px;
	top:-13px;
	}
.banner-prod{
	position:absolute;
	right:20px;
	top:230px;
	}
.bnr-seal{
	position:absolute;
	right:20px;
	top:240px;
	}
ul.banner-point{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.banner-point li{
	float:left;
	width:100%;
	padding-left:45px;
	margin-top:15px;
	font-size:22px;
	line-height:28px;
	color:#231f20;
	font-weight:bold;
	text-align:left;
	background:url(../images/banner-tick.png) no-repeat left center;
	}
.color-box{
	position:absolute;
	right:10px;
	bottom:15px;
	text-align:center;
	}
.bnr-arw{
	display:block;
	margin:0 auto 0;
	}
.7-color-pic{
	display:block;
	margin:0 auto;
	}
.color-box p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:18px;
	font-weight:500;
	padding-bottom:5px;
	margin-top:15px;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:25px;
    text-align: center;
    width:400px;
	max-width:100%;
	}
a.packageBtn {
	float:left;
    width: 100%;
    margin:0 auto;
    border-radius:4px;
    height:75px;
    overflow: hidden;
    color: #ffffff;
	position:relative;
	background:#02b92d;
	border-bottom:2px solid #019a24;
	padding:12px 50px 0 0;
	}
a.packageBtn p{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	}
a.packageBtn p span{
	color:#fff001;
	}
.free-ship{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	}
.free-ship img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	}
.btn-arw{
	background:#02aa29;
	position:absolute;
	right:0;
	height:100%;
	width:50px;
	top:0;
	}
.btn-arw:after{
    content: '';
    position: absolute;
    right:20px;
    top: 50%;
    margin-top: -9px;
    border-left: 12px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
	}
.btn-ofr-txt{
	float:left;
    width: 100%;
	color:#000000;
	font-size:18px;
	line-height:24px;
	margin-top:7px;
	font-weight:bold;
	letter-spacing:0.3px;
	}
.btn-ofr-txt span{
	color:#ff0000;
	}
.progress-line{
	float: left;
    width: 100%;
    margin-top: 1px;
    background: #eeeeee;
    border-radius: 4px;
    height: 3px;
	}
.progress-line > div{
	float:left;
	width:95%;
	background:#ff0000;
	height:100%;
	border-radius:4px;
	transition:all ease 1s;
	}
.progress-line.in-viewport-once > div{ width:60%; transition:all ease 0.5s; background:#ff0000;}
.progress-line.in-viewport-once > div.progress2 {width:30%; transition:all ease 1s; background:#ff0000;}

.banner-right{
	float:right;
	width:36%;
	position:relative;
	}
.bnr-right-pic{
	position:absolute;
	right:25px;
	top:130px;
	}
.banner-dog{
	position:absolute;
	top:-45px;
	right:0;
	z-index:9;
	}
.banner-video-box{
	position:absolute;
	right:-45px;
	top:250px;
	border:4px solid #fff;
	border-radius:5px;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	}
.video{
	float:left;
	width:460px;
	position:relative;
	padding-bottom:57%;
	}
.video iframe{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	}
.video img{
	display:block;
	max-width:100%;
	margin:0 auto;
	}
/*-------------------------
    BANNER BOTTOM CSS
--------------------------*/
.hero-btm-strip{
	float: left;
	width: 100%;
	padding:25px 0 35px;
	background:url(../images/hero-strp-line.png) no-repeat bottom center;
	}
.strip-left{
	float:left;
	width:40%;
	padding-left:98px;
	text-align:left;
	position:relative;
	}
.strip-left img{
	position:absolute;
	left:0;
	top:10px;
	}
.strip-rgt{
	float:right;
	width:40%;
	padding-right:98px;
	text-align:right;
	position:relative;
	}
.strip-rgt img{
	position:absolute;
	right:0;
	top:10px;
	}
.strip-heading{
	color:#231f20;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	}
.strip-para{
	color: #474747;
	font-size: 18px;
	line-height: 22px;
	margin-top:5px;
	}
/*-------------------------
    	SECTION-1
--------------------------*/
.section-1{
	float:left;
	width:100%;
	padding:60px 0;
	}
.common-heading{
	float:left;
	width:100%;
	color:#010101;
	font-size:45px;
	line-height:50px;
	padding-bottom:40px;
	background:url(../images/heading-line.png) no-repeat center bottom;
	}
.common-heading span{
	color:#f18d20;
	font-weight:bold;
	}
.common-heading span sup{ 
	font-weight: normal;
    line-height: 100%;
    display: inline-block;
    vertical-align: top;
	}	
		
.s1-testiBx{
	float:left;
	width:100%;
	margin-top:45px;
	padding-bottom:15px;
	}
.s1-testi-col{
	display:inline-block;
	vertical-align:top;
	width:310px !important;
	margin:10px 13px 10px;
	text-align:left;
	border-radius:8px;
	background:#fff;
	box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 4px rgba(0,0,0,0.1);
	}
.s1-testi-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:8px 8px 0 0;
	}
.s1-testi-cont{
	float:left;
	width:100%;
	padding:20px 24px 22px;
	}
.s1-testi-col-tx1{
	float:left;
	width:100%;
	font-size:17px;
	line-height:17px;
	color:#000000;
	font-weight:bold;
	}
.s1-testi-col-tx1 span{
	display:inline-block;
	font-size:13px;
	line-height:13px;
	color:#000000;
	font-weight:normal;
	}
.s1-testi-col-tx1 span img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 6px 0 8px;
	}
.s1-star{
	float: left;
	width: 76px;
    margin: 7px 0 0;
	}
.s1-testi-col-tx2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#000000;
	margin-top:20px;
	letter-spacing:0.3px;
	min-height:144px;
	}
.slick-slide .s1-testi-col-tx2 img{
	display:inline-block;
	vertical-align:middle;
	}	
.s1-testibtm{
	float:left;
	width:100%;
	border-top:1px solid #e2e2e2;
	margin-top:15px;
	padding-top:8px;
	}
.s1-testibtm p{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3d3d3d;
	font-weight:300;
	}
.s1-testibtm p span{ font-weight:500;}

/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
	float:left;
	width:100%;
	padding:50px 0;
	background:url(../images/s2-backgr.jpg) no-repeat center top;
	position:relative;
	overflow:hidden;
	}	
.section-2:before{
	position:absolute;
	content:"";
	top:-45px;
	left:50%;
	margin-left:-154px;
	background:url(../images/s2-top-ellips.jpg) no-repeat center top;
	width:308px;
	height:116px;
	}

.section2-left{
	float:left;
	width:68%;
	text-align:left;
	}
.s2-right-iimage{
	position:absolute;
	right:-160px;
	top:0;
	}
.left-line{
	background:url(../images/heading-line-left.png) no-repeat left bottom;
	}
.common-paragraph{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#333333;
	margin-top:20px;
	}
.s2-left-list{
	float:left;
	width:80%;
	margin-top:10px;
	padding-bottom:10px;
	}
.s2-left-list li{
	float:left;
	width:100%;
	padding-left:95px;
	position:relative;
	margin-top:20px;
	text-align:left;
	}	
.s2-left-list li img{
	position:absolute;
	left:0;
	top:10px;
	}	
.s2-left-list li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#f27f01;
	font-weight:bold;
	}
.s2-left-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#333333;
	margin-top:7px;
	}
	
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3-choose-box{
	float:left;
	width:100%;
	margin-top:45px;
	position:relative;
	padding-bottom:20px;
	}
.choose-box-colm{
	width:48%;
	}
.box-col-top{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	z-index:9;
	}
.s3-dog-img{ display:block; margin:0 auto; max-width:100%;}
.s3-col-top-text{
	position:absolute;
	left:15px;
	top:150px;
	font-size:30px;
	line-height:36px;
	font-weight:bold;
	color:#ff0000;
	}
.choose-box-colm.fr .box-col-top .s3-col-top-text{ 
	width:190px;
	}
.box-col-about{
	float:left;
	width:100%;
	background:#fff5f5;
	border-radius:15px;
	padding:20px 20px 25px;
	text-align:left;
	}	
.s3-about-text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#333333;
	letter-spacing:0.3px;
	}
ul.col-abt-list{
	float:left;
	width:100%;
	}	
ul.col-abt-list li{
	float:left;
	width:100%;
	background:url(../images/s3-crss.png) no-repeat left 3px;
	font-size:17px;
	line-height:26px;
	color:#333333;
	margin-top:20px;
	padding-left:35px;
	}
.choose-box-colm.fr	 ul.col-abt-list li{ background:url(../images/s3-chk.png) no-repeat left 3px;}
.vs-icn{
	position:absolute;
	left:50%;
	top:0;
	margin-left:-23.5px;
	z-index:10;
	}
	
/*-------------------------
    	SECTION-4
--------------------------*/	
.section-4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff9f3;
	}	
.comn-padding{
	padding:0 140px;
	}
.sec4-benifit-box{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.benifit-box-col{
	float:left;
	width:31%;
	margin-top:40px;
	}
.benifit-image{
	display:block;
	width:100%;
	margin:0 auto;
	border-radius:10px;
	box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);
	}	
.benifit-about{
	float:left;
	width:100%;
	padding:20px 0 0;
	text-align:center;
	}
.benifit-about span{
	font-size:22px;
	line-height:28px;
	color:#000;
	font-weight:bold;
	}	
.benifit-about p{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:10px;
	}
.benifit-bottom-sec{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s4-text1{
	float:left;
	width:100%;
	font-size:36px;
	line-height:42px;
	color:#000000;
	}
.s4-text1:before, .s4-text1:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:300px;
	height:1px;
	background:#c8c8c8;
	}
.s4-text1:before{margin:-2px 15px 0 0;}
.s4-text1:after{margin:-2px 0 0 15px;}
.s4-text2{
	float:left;
	width:100%;
	font-size:36px;
	line-height:42px;
	color:#f27f01;
	font-weight:bold;
	}	
.s4-product{
	display:inline-block;
	vertical-align:middle;
	margin:25px auto 0;
	max-width:100%;
	}
/*-------------------------
    	SECTION-5
--------------------------*/	
.section-5{
	float:left;
	width:100%;
	padding:60px 0;
	overflow:hidden;
	}
.sec5-left{
	float:left;
	width:75%;
	text-align:left;
	}
.s5-lft-abt{
	float:left;
	width:70%;
	padding-bottom:30px;
	}
.s5-text1{
	float:left;
	width:100%;
	font-size:30px;
	line-height:36px;
	color:#000000;
	font-weight:bold;
	margin-top:30px;
	}
.common-paragraph.top{ margin-top:30px;}
.s5-prod{
	position:absolute;
	right:375px;
	top:425px;
	}
.s5-doct-img{
	position:absolute;
	right:-100px;
	top:95px;
	}
/*-------------------------
    	SECTION-6
--------------------------*/	
.section-6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff9f3;
	}
.s6-mid-box{
	float:left;
	width:100%;
	margin-top:30px;
	background:#ffecd8;
	margin-bottom:20px;
	}
.s6-mid-bx-left{
	float:left;
	width:43%;
	}
.s6-left-image{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	margin:0 auto;
	}
.s6-mid-box-right{
	float:right;
	width:57%;
	padding:15px 50px 30px 15px;
	position:relative;
	}
.s6-mid-box-right:before{
    content: "";
    position: absolute;
    left: 50px;
    top: 55px;
    bottom: 80px;
    border-left: 2px dotted #f38f22;
	}
.s6-box-right-cont{
	float:left;
	width:100%;
	padding-left:85px;
	position:relative;
	text-align:left;
	margin-top:25px;
	}	
.s6-box-right-cont img{
	position:absolute;
	left:0;
	top:0;
	}
.s6-box-right-cont span{
	float:left;
	width:100%;
	font-size:23px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	}
.s6-box-right-cont p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#333333;
	margin-top:10px;
	}	
/*-------------------------
    	SECTION-7
--------------------------*/	
.section-7{
	float:left;
	width:100%;
	padding:60px 0;
	}
.testi-sec{
	float:left;
	width:100%;
	padding:0 65px;
	margin-top:50px;
	}
.testi-row{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 35px;
	margin-top:30px;
	border-bottom:1px solid #e3e3e3;
	}
.testi-row:last-child{ border:none;}
.testi-row-lft{
	display: inline-block;
    vertical-align: top;
	width:22%;
	border-right:1px solid #e3e3e3;
	padding-right:10px;
	}
.testi-lft-abt{
	float:left;
	width:100%;
	padding:20px 0 20px 95px;
	position:relative;
	}
.t-name-ic{
	position:absolute;
	left:0;
	top:10px;
	width:75px;
	height:75px;
	background:#fff1e2;
	border-radius:50%;
	color:#000000;
	font-size:22px;
	line-height:75px;
	text-align:center;
	font-weight:300;
	}
.t-name{
	font-size:18px;
	font-weight:bold;
	color:#000000;
	}
.t-vryfd{
	font-size:14px;
	color:#83cc1c;
	margin-top:5px;
	}
.t-vryfd img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 2px 0 0;
	}
.test-prod{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	margin-top:15px;
	padding:15px 0 20px 95px;
	border-top:1px solid #ccc;
	}
.test-prod-txt{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3d3d3d;
	font-weight:300;
	margin-top:15px;
	}
.test-prod img{
	position:absolute;
	left:0;
	top:15px;
	border-radius:5px;
	}
.t-star{
	float:left;
	margin:0;
	}
.testi-row-rght{
	display: inline-block;
    vertical-align: middle;
	width:77%;
	padding:5px 0 5px 20px;
	}
.testi-row-rght span{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.testi-row-rght p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	margin-top:15px;
	letter-spacing:0.5px;
	}
/*-------------------------
    	SECTION-8
--------------------------*/	
.section-8{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff9f3;
	}	
.s8-mid-box{
	display:inline-block;
	vertical-align:middle;
	max-width:975px;
	width:100%;
	margin-top:90px;
	background:#faf3ec;
	border-radius:10px;
	padding:0 20px 35px;
	text-align:center;
	}
.s8-seal{
	display:inline-block;
	vertical-align:middle;
	margin:-100px 0 0 0;
	}
.s8-mid-box-heading{
	float:left;
	width:100%;
	font-size:45px;
	line-height:50px;
	color:#f27f01;
	font-weight:bold;
	text-transform:uppercase;
	}
.s8-text1{
	float:left;
	width:100%;
	font-size:40px;
	line-height:46px;
	color:#1e1e1e;
	font-weight:500;
	margin-top:10px;
	}
.s8-text2{
	float:left;
	width:100%;
	font-size:21px;
	line-height:28px;
	color:#1e1e1e;
	margin-top:20px;
	letter-spacing:0.3px;
	}
/*-------------------------
    	SECTION-9
--------------------------*/	
.section-9{
	float:left;
	width:100%;
	padding:60px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:975px;
	width:100%;
	margin:30px 0 25px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}	
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 97% center;
    padding: 20px 40px 20px 0;
    font-size: 20px;
    line-height: 26px;
    color: #000000;
	font-weight:bold;
	letter-spacing:0.5px;
    cursor: pointer;
	border-bottom:1px solid #d4d4d4;
	}
.accordion.last{ border-bottom:none;}
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 97% center;
	border:none;
	border-bottom:1px solid #d4d4d4;
	}
.acdn-content {
    float: left;
    width: 100%;
    padding: 20px 40px 10px 0;
	}
.acdn-para{
	float: left;
    width: 100%;
	font-size: 18px;
    line-height: 24px;
    color: #000000;
	margin-bottom:15px;
	text-align:left;
	letter-spacing:0.5px;
	}
/*-----------------------
		FOOTER CSS
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	background:#fff;
    padding: 40px 0;
	border-top:1px solid #e3e3e3;
	}
.ftr-logo{
	margin:0 auto 10px;
	display:block;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 16px;
    line-height:25px;
    color: #1e1e1e;
	margin-top:10px;
	}	
.footer .ftr-txt a{
    padding: 0 7px;
    color: #1e1e1e;
	text-transform:uppercase;
	}	
	
/*-----------------------
		Pulse
------------------------*/
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes pulse {
0% {transform: scale(0.9);}
50% {transform: scale(1);}
100% {transform: scale(0.9);}
}

@-webkit-keyframes pulse {
0% {-webkit-transform: scale(0.95);}
50% {-webkit-transform: scale(1);}
100% {-webkit-transform: scale(0.95);}
}	

.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.banner-heading{ font-size:36px; line-height:42px;}
.bnr-strip{ font-size:17px;}
.bnr-strip img{ top:-5px;}
ul.banner-point li{ font-size:18px; padding-left:40px;}
.banner-prod{ width:230px; right:-8px;}
.bnr-seal{ width:80px; right:-5px;}
.color-box{ right:-42px;}
.banner-right{ width:33%;}
.banner-dog{ right:-62px;}
.bnr-right-pic{ right:-20px; top:80px;}
.strip-left, .strip-rgt {width: 42%;}

.banner-video-box{}
.video{width:400px;}

.strip-heading{ font-size:22px; line-height:28px;}
.common-heading{ font-size:39px; line-height:45px;}
.s2-right-iimage{ width:600px; right:-125px; top:203px;}

.s4-text1:before, .s4-text1:after{ width:200px;}
.s5-doct-img{ width:700px; top:160px;}
.s5-prod{ width:235px; right:275px;}

.s6-mid-bx-left{ width:40%;}
.s6-mid-box-right{ padding:0px 20px 20px 8px; width:60%;}
.s6-mid-box-right:before{ left:42px;}
.s6-box-right-cont span{ font-size:20px; line-height:24px;}
.testi-lft-abt{padding: 20px 0 20px 69px;}
.t-name-ic{ width:60px; height:60px; line-height:60px;}
.test-prod{padding: 15px 0 20px 80px;}
}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner{ background-size:cover;}
.banner-heading{ font-size:32px; line-height:38px;}
.banner-dog{ width:300px; right:-26px;}
.bnr-right-pic{ width:75px; top:65px;}
.banner-video-box{ top:159px;}
.banner-prod{ width:200px; right:-250px; top:350px;}
.bnr-seal{ right:-165px; top:360px;}
.color-box { right: -190px;}

.banner-video-box{ right:0;}
.video{width:300px;}

.hero-btm-strip {padding:15px 0 25px;background-size:1500px;}
.strip-left{width:45%; padding-left:70px;}
.strip-rgt{ width:45%; padding-right:70px;}
.strip-left img, .strip-rgt img{width:60px; top:0;}
.strip-heading{ font-size:19px; line-height:22px;}
.strip-para{ font-size:16px; line-height:20px;}

.section2-left{ width:70%;}
.common-heading{ font-size:30px; line-height:36px;}
.common-paragraph{ font-size:17px;}
.comn-padding{ padding:0;}
.s2-left-list{ width:85%;}
.s2-left-list li p{ font-size:17px; line-height:24px;}
.s2-right-iimage{ width:400px;}

.s3-col-top-text{ font-size:22px; line-height:28px; left:10px; top:90px;}
.s3-about-text{ font-size:17px;}
ul.col-abt-list li{ line-height:24px;}
.choose-box-colm.fr .box-col-top .s3-col-top-text{ width: 125px;}

.benifit-about p{ font-size:17px;}
.s4-text1:before, .s4-text1:after{ width:90px;}

.s5-doct-img{ width:450px;}
.s5-prod{ right:70px; top:530px;}
.s5-text1{ font-size:26px; line-height:32px;}

.s6-box-right-cont{ padding-left:65px;}
.s6-box-right-cont img{ width:55px;}
.s6-box-right-cont p{ font-size:16px; line-height:20px; margin-top:5px;}
.s6-mid-box-right:before{ left: 36px; bottom: 110px;}

.testi-sec { padding: 0;}
.testi-row-lft { width: 31%;}
.testi-row-rght {width: 68%;}
.t-name-ic{ top:23px;}
.testi-row-rght p{ font-size:16px; line-height:22px;}

.s8-mid-box-heading{ font-size:36px; line-height:42px;}
.s8-text1{ font-size:32px; line-height:38px;}
.s8-text2{ font-size:18px; line-height:24px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.topStrip{ padding:6px 0 6px; overflow:hidden;}
.topStrip p{font-size:14px; line-height:15px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{ width:185px;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:12px; right:10px;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}

.banner{ padding:18px 0 25px; background:url(../images/bnr-mob.jpg)#fbfbfb no-repeat center top; background-size:cover;}
.bnr-left{ width:100%; text-align:center;}
.bnr-rvw-star{ font-size:15px; line-height:20px;}
.banner-heading{ font-size:29px; line-height:36px;}
.bnr-strip{ width:calc(100% + 20px); padding: 8px; font-size:16px; line-height:20px; margin:15px 0 0 -10px; border-radius:0; text-align:center; border-left:0; border-right:0;}
.bnr-strip img{ width:58px; top:10px; display:none;}
ul.banner-point{ margin-top:10px;}
ul.banner-point li{ font-size:16px; margin-top:10px;}
.banner-video-box-mob{ display:inline-block; vertical-align:middle; margin:20px auto 0; width:100%; border:6px solid #fff; border-radius:5px; overflow:hidden; box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%); -webkit-box-shadow: 0 0 9px 4px rgb(0 0 0 / 10%);}
.video{width:100%;}
.bnr-prod-mob{ max-width:100%; display:inline-block; vertical-align:middle; margin-top:20px;}

.hero-btm-strip{ padding: 24px 0 28px; background-size: 1010px;}
.strip-left,.strip-rgt{text-align:center; padding:0; margin:0;}
.strip-left img, .strip-rgt img{ position:static; display:block; margin:0 auto 10px;}
.pluse-mob {margin: 0 auto;max-width: 100%;}

.section-1{ padding:25px 0 30px;}
.common-heading{ font-size:28px; line-height:34px;}
.common-paragraph{ margin-top:15px; font-size:16px; letter-spacing:0.5px;}
.common-paragraph.top { margin-top: 15px;}
.s1-testiBx{ margin-top:20px; padding-bottom:0;}

.section-2{ padding:30px 0 25px; background:#fff9f3;}
.section-2:before{ background-size:70%; width:270px; height:80px; margin-left:-135px; top:-42px;}
.section2-left{ width:100%; text-align:center;}
.section2-left .common-paragraph{ text-align:left;}
.left-line{background: url(../images/heading-line.png) no-repeat center bottom;}
.s2-right-iimage{ position:static; display:block;}
.s2-left-list{ width:100%; margin-top:0; padding-bottom:0;}
.s2-left-list li{ padding-left:87px;}
.s2-left-list li span{ font-size:22px; line-height:28px;}

.section-3{ padding:25px 0 35px;}
.s3-choose-box{ margin-top:0; padding-bottom:0;}
.choose-box-colm{ width:100%; margin-top:20px;}
.vs-img-mob{ display:inline-block; vertical-align:middle; margin:30px auto 0;}

.section-4{ padding:25px 0 30px;}
.s4-text2{ font-size:28px; line-height:34px;}
.s4-text1{ font-size:20px; line-height:26px;}
.s4-text1:before, .s4-text1:after{ width:30px;}
.s4-text1:before{ margin:-10px 5px 0 0;}
.s4-text1:after{ margin:-10px 0 0 5px;}
.sec4-benifit-box{ margin-top:25px;}
.benifit-box-col{ width:100%; margin-top:0; margin-bottom:40px;}
.benifit-box-col:last-child{ margin-bottom:0;}
.s4-product{ margin:15px auto 0;}

.section-5{ padding:25px 0 30px;}
.sec5-left{ width:100%; text-align:center;}
.sec5-left .s5-text1{ text-align:left;}
.sec5-left .common-paragraph{ text-align:left;}
.s5-doct-img{ position:static; max-width:100%; display:inline-block; vertical-align:middle; margin:0 auto; display:none;}
.s5-prod{ top:360px; display:none;}
.s5-prod-mob{ max-width:100%; display:inline-block; vertical-align:middle; margin-top:12px;}
.s5-text1{ margin-top:25px;}
.s5-lft-abt{ width:100%; padding-bottom:0;}

.section-6{ padding:25px 0 30px;}
.s6-mid-box{ margin-bottom:0; margin-top:25px;}
.s6-mid-bx-left{ width:100%;}
.s6-mid-box-right{ width:100%; padding:27px 10px 30px;}
.s6-mid-box-right:before{ display:none;}
.s6-box-right-cont{ text-align:center; padding:0; margin-top:0; margin-bottom:35px;}
.s6-box-right-cont:last-child{ margin-bottom:0;}
.s6-box-right-cont img{ position:static; margin:0 auto 10px; display:block;}

.section-7{ padding:25px 0 20px}
.testi-sec{ margin:0;}
.testi-row{ padding-bottom:15px; margin-top:12px;}
.testi-row-lft{ width:100%; border-right:none; padding-right:0; border-bottom:1px solid #e3e3e3; padding-bottom:20px;}
.testi-lft-abt{ width:51%;padding: 15px 0 0 62px;}
.t-name-ic{ width:55px; height:55px; line-height:55px; font-size:20px;}
.t-name{ float: left; margin-top: 13px; line-height: 18px;}
.t-vryfd{ float:left;margin-top:3px;}
.test-prod{ width:49%; border-top:none; margin-top:0;padding: 15px 0 0px 62px;}
.test-prod img{ width:55px; top:24px;}
.test-prod-txt{ font-size:13px; margin-top:15px;}
.t-star {margin:10px 0 0; display:block; width:100px;}
.testi-row-rght{ width:100%; padding:0; border:none; margin-top:6px;}
.testi-row-rght span{ font-size:18px; margin-top:10px;}
.testi-row-rght p{ font-size:16px;}

.section-8{ padding:25px 0 35px;}
.s8-mid-box{ margin-top:60px;padding: 0 10px 25px;}
.s8-seal{margin: -63px 0 0 0; width: 125px;}
.s8-mid-box-heading {font-size: 34px;line-height: 38px;}
.s8-text1 {font-size: 28px;line-height: 32px;}
.s8-text2{ font-size:17px; line-height:22px;}

.section-9{ padding:25px 0 35px;}
.faq-container{ margin:10px 0 0;}
.accordion{ font-size:18px; line-height:24px;padding: 15px 40px 15px 0;}
.acdn-para{ font-size:16px; line-height:22px;}

.footer{ padding: 0 0 20px; border-top:none;}
.ftr-logo{width:190px; margin:20px auto 5px;}
.footer .ftr-txt a{ padding:0 3px; font-size:11px;}
.ftr-txt{ font-size:13px; line-height:19px;}
#ctabtn-mob{
	background: #2d2d2d;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
#ctabtn-mob a.order-btn{ margin:0;}
a.packageBtn{ padding:6px 50px 0 0; height:60px;}
a.packageBtn p{ font-size:20px; line-height:22px;}
.free-ship{ font-size:16px;}

}

@media only screen and (max-width:600px){
.sec1-intro-bx-lft:before{display:none;}
.sec1-intro-bx:before{
	content: "";
    position: absolute;
	width:calc(50% + 10px);
    top: 0;
    left:-10px;
    bottom: 0;
    background: #ffefef;

	}
}

/*----------------------
		BODY
------------------------*/
.pop-body{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    z-index: 99;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
	}	
.pop-mid{
	float: left;
    width: 100%;
    padding: 25px;
    max-height: 100%;
	overflow-y: scroll;
	}
.popBox{
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    max-width: 710px;
    background: #fff;
    padding: 22px;
    position: relative;
    border-radius: 5px;
	border:4px solid #f38f22;
	}	
.cross{
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 3;
	background:#a9a9a9;
	width:22px;
	height:22px;
	line-height:23px;
	border-radius:50%;
	font-size:12px;
	color:#fff;
	text-align:center;
	}	
.popup-prod{
	margin:0 auto 0;
	display:block;
	width:230px;
	}	
.pop-txt1{
	float:left;
	width:100%;
	font-size:35px;
	line-height:40px;
	color:#f38f22;
	font-weight:bold;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.pop-txt2{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#000;
	font-weight:500;
	letter-spacing:1px;
	margin-top:10px;
	}
.popup-form{
	float:left;
	width:100%;
	margin-top:20px;
	padding:0 90px;
	}
.pop-frm-t1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	letter-spacing:0.5px;
	}
.pop-frm-row{
	float:left;
	width:100%;
	margin-top:17px;
	}
.pop-frm-flds{
    float: left;
    width: 100%;
    height: 65px;
    border: 1px solid #c4c4c4;
    border-radius: 5px;
    outline: none;
    color: #000;
    font-size: 18px;
    padding: 0 10px 0 15px;
    font-family: 'Sailec';
	-webkit-appearance:none;
	}					
.pop-frm-btn{
	display: inline-block;
	vertical-align:middle;
    width: 100%;
	max-width:400px;
    background: #02b92d;
    position: relative;
    text-align: center;
    font-size: 26px;
	letter-spacing:0.5px;
    color: #fff;
    height: 70px;
	line-height:70px;
    border: none;
    border-radius: 3px;
    overflow: hidden;
    outline: none;
    cursor: pointer;
    margin-top: 22px;
    border-bottom: 3px solid #019a24;
    padding: 0 50px 0 0;
	font-weight:900;
	font-family: 'Sailec';
	-webkit-appearance:none;
	}
.pop-btn-arw{
    position: absolute;
    right: 0;
    width: 50px;
    top: 0;
    bottom: 0;
    background:#02aa29;
	}
.pop-btn-arw:after {
    content: '';
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -9px;
    border-left: 12px solid #fff;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
	}					

@media only screen and (max-width:650px){
.pop-mid{ padding:20px 10px;}
.popBox{ max-width:100%;}
.popup-prod{ width:190px;}
.pop-txt1{ font-size:22px; line-height:30px;}
.pop-txt2{ font-size:19px; line-height:21px;}
.popup-form{ padding:0;}
.pop-frm-t1{ font-size:16px; line-height:18px;}
.pop-frm-row{ margin-top:12px;}
.pop-frm-flds{ height:50px; font-size:16px;}
.pop-frm-btn{ font-size:22px; height:60px; line-height:60px;}
.btn-arw:after{ margin-top:-8px;}
}
