@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:35px 0 50px;
	}
.bnr-left{
    float:left;
    width:64%;
    text-align: left;
	position:relative;
	}
.bnr-rvw-star{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#161616;
	letter-spacing:0.5px;
	}
.bnr-rvw-star img{
	display:inline-block;
	vertical-align:middle;
	margin:-10px 5px 0;
	}	
.banner-heading{
    float: left;
    width: 100%;
    font-size: 45px;
    line-height: 50px;
    color: #0f0f0f;
    font-weight: bold;
    margin-top: 12px;
	}
.banner-heading span{
	color:#f6860c;
	}	
.banner-prod{
    position: absolute;
    right: 15px;
    top: 290px;
    width: 260px;
	}
.bnr-seal{
	position: absolute;
    right: -20px;
    top: 279px;
    width: 94px;
	}
.bnr-strip{
	float:left;
	width:87%;
	text-align:left;
	margin-top:30px;
	position:relative;
	padding-left:85px;
	}	
.bnr-strip img{
	position:absolute;
	left:0;
	top:0;
	}	
.bnr-strip p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:24px;
	color:#000000;
	border-top:1px dashed #eac6ba;
	border-bottom:1px dashed #eac6ba;
	padding:10px 0 10px 0;	
	}
.bnr-strip p span{ color:#f27f01; font-weight:bold;}		
ul.banner-point{
	float:left;
	width:100%;
	margin-top:10px;
	}
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: 0;
    bottom: -7px;
    text-align: left;
    width: 220px;
	}
.bnr-arw{
	position: absolute;
    top: -40px;
    left: 20px;
	}
.7-color-pic{
	display:block;
	margin:0 auto;
	}
.color-box p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:20px;
	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;}
.bnr-dog{
	position: absolute;
    top: -55px;
    right: -187px;
    max-width: 100%;
	}
.bnr-right-pic{
	position: absolute;
    top: 108px;
    right: 338px;
	}

/*-------------------------
    BANNER BOTTOM CSS
--------------------------*/
.bnr-btm-sec{
	float:left;
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #e1e1e1;
	}
.bnr-btm-list{
	float:left;
	width:100%;
	}
.bnr-btm-list li{
	float:left;
	width:33.33%;
	position:relative;
	padding:0 19px;
	}
.bnr-btm-list li:after{
	content:'';
	position:absolute;
	left:0;
	width:1px;
	top:40px;
	bottom:10px;
	background:#e1e1e1;
	}
.bnr-btm-list li:first-child:after{display:none;}
.bnr-btm-list li img{
	display:block;
	margin:0 auto;
	}
.bnr-btm-list li span{
	display:block;
	margin:0 auto;
	color:#231f20;
	font-size:20px;
	line-height:28px;
	font-weight:bold;
	margin-top:5px;
	}
.bnr-btm-list li p{
	color:#000;
	font-size:16px;
	line-height:24px;
	margin-top:5px;
	padding:0 20px;
	}

/*-------------------------
    	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;}

/*-------------------------
    	SCHOOL SECTION
--------------------------*/
.school-section{
	float:left;
	width:100%;
	background:#fff;
	padding-bottom:45px;
	}
.school-section .common-heading{ color:#ff0000;}	
.school-section .common-heading span{ color:#ff0000;}	
.school-lst{
	float:left;
	width:100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	margin-top:35px;
	}
.schoolRow{
	float:left;
	width:23.7%;
	background:#ce0b0b;
	border:1px solid #e8130e;
	border-radius:10px;
	text-align:center;
	overflow:hidden;
	}	
.scl-imgs{
	width:100%;
	display:inline-block;
	vertical-align:middle;
	}
.schoolCont{
	float: left;
    width: 100%;
    padding:0 14px 15px;
    margin-top: -30px;
	}
.schoolCont .scl-icns{
	display:inline-block;
	vertical-align:top;
	position:relative;
	}					
.schoolCont span{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#fff;
	font-weight:bold;
	margin-top:3px;
	}	
.schoolCont p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	}
.scl-txt1{
	float:left;
	width:100%;
	font-size:30px;
	line-height:40px;
	color:#000;
	font-weight:bold;
	margin-top:45px;	
	}
.scl-txt1 span{
	color:#f38f22;
	}		
		
/*-------------------------
    	SECTION-2
--------------------------*/
.section-2{
    float: left;
    width: 100%;
    padding: 60px 0;
    background: url(../images/s2-backgr.jpg) no-repeat center top;
    position: relative;
    overflow: hidden;
	}	
.section-2:before{
    position: absolute;
    content: "";
    top: -12px;
    left: 50%;
    margin-left: -106px;
    background: url(../images/s2-top-ellips.jpg) no-repeat center top;
    width: 212px;
    height: 73px;
	}
.common-paragraph{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#333333;
	margin-top:20px;
	}
.s2-padding{ padding:0 30px;}
.vdoBox{
	background:url(../images/vdo-bg.png) no-repeat center 120px;
	float:left;
	width:100%;
	position:relative;
	margin-top:30px;
	}		
.vid-sec{
    display: inline-block;
    max-width: 532px;
    width: 100%;
    background: #fff;
	border:4px solid #fff;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -webkit-box-shadow: 0 0 20px 0 rgb(0 0 0 / 20%);
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);
    position: relative;
    padding-bottom: 25%;
	}
.vid-sec iframe{
	position:absolute;
	left:0;
	top:0;
	}
		
.s2-left-list{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px 0 15px;
	}
.s2-left-list li{
	float:left;
	width:31.5%;
	background:#fff;
	position:relative;
	border:1px solid #f38f22;
	border-radius:22px;
	text-align:left;
	padding:25px 5px 30px 100px;
	}
.s2-left-list li:before{
    content: "";
    position: absolute;
    left: 50px;
    top: 30px;
    bottom: 0;
    border-left: 2px dotted #f38f22;
	}		
.s2-left-list li img{
    position: absolute;
    left: 20px;
    top: 24px;
	}	
.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:42px; line-height:50px;}
ul.banner-point li{ font-size:18px; padding-left:40px;}
.bnr-strip{ width:100%;}
.banner-prod{ right: 8px; top: 309px; width: 234px;}
.bnr-seal{ top:308px;}
.bnr-right-pic{ right:260px;}

.bnr-btm-list li{ padding:0 10px;}
.bnr-btm-list li p{ padding:0;}

.strip-heading{ font-size:22px; line-height:28px;}
.common-heading{ font-size:39px; line-height:45px;}
.vid-sec{ padding-bottom: 29%;}

.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; padding:30px 0 50px;}
.bnr-left{ width:65%;}
.banner-heading{ font-size:32px; line-height:42px;}
.banner-prod{ width: 210px; right: -63px; top: 305px;}
.bnr-seal{ right: -79px; top: 275px;}
ul.banner-point{ margin-top:10px;}
.color-box { right: -144px;}
.bnr-dog{ top: -27px; right: -57px; width: 340px;}
.bnr-right-pic{ right: 120px; width: 105px; top: 78px;}

.bnr-btm-list li{ padding:0 20px;}
.bnr-btm-list li p{ font-size:15px;}

.common-heading{ font-size:30px; line-height:36px;}
.common-paragraph{ font-size:17px;}
.comn-padding{ padding:0;}
.school-lst .schoolCont{ padding:0 10px 15px;}
.schoolCont span{ font-size:19px; line-height:27px;}
.scl-txt1{ font-size:26px; line-height:38px;}

.vdoBox{ background-size:100%;}
.vid-sec{ padding-bottom: 39%;}
.s2-left-list li{ padding:20px 5px 30px 75px;}
.s2-left-list li img{ position: absolute; left: 10px; top: 20px; width: 55px;}
.s2-left-list li span{ font-size:20px; line-height:28px;}
.s2-left-list li:before{ left:37px;}

.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 0; background:#fff5eb;}
.bnr-left{ width:100%; text-align:center;}
.bnr-rvw-star{ font-size:15px; line-height:20px;}
.bnr-rvw-star img{margin: -6px 5px 0;}
.banner-heading{ font-size:25px; line-height:35px; margin-top:10px;}
ul.banner-point{ background: #fbf6f0; width: calc(100% + 20px); margin: 0 0 0 -10px; padding:7px 0 22px 10px;}
ul.banner-point li{ font-size:16px; margin-top:10px;}
.bnr-prod-mob{ float:left; width:calc(100% + 20px); margin:0 0 0 -10px;}
.bnr-strip{ padding:0; text-align:center; margin-top:16px;}
.bnr-strip p{ font-size:15px; line-height:22px;}
.bnr-strip img{ display:none;}

.bnr-btm-sec{ padding:25px 0;}
.bnr-btm-list li{ width:100%; margin-bottom:25px;}
.bnr-btm-list li:last-child{ margin-bottom:0;}
.bnr-btm-list li:after{ display:none;}

.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;}

.school-section{ padding:30px 0 25px;}
.school-lst{ margin-top:24px; padding:0 30px;}
.schoolRow{ width:100%;}
.schoolCont span{ font-size: 22px; line-height: 30px;}
.scl-txt1{ font-size: 22px; line-height: 28px; margin-top:30px}

.section-2{ padding:45px 0 30px; background:#fff9f3;}
.s2-padding{ padding:0;}
.vdoBox{ background:none; margin-top:22px;}
.vid-sec{ padding-bottom: 56%;}
.s2-left-list{ margin:0;}
.s2-left-list li{ width:100%; margin-top:25px; padding:15px 5px 20px 75px;}
.s2-left-list li span{ font-size: 22px; line-height: 30px;}

.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;}
}
