@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: "DM Sans", sans-serif;
	font-weight: normal;
	}
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;}
a:hover {}
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;
	}
.hide-desk{display:none;}
.hide-mob {display: block;}

/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}

/*=========================
CSS FOR HEADER
===========================*/
.topbar{
	background:#fd9717;
	padding:6px 0;
}
.topbar-txt{
	font-size:16px;
	line-height:18px;
	color:#fff;
	text-align:center;
}
.topbar-txt span{font-weight:bold;}
.topbar-txt a{
	color:#ffd738;
	font-weight:bold;
	text-decoration:underline;
}
.top-fix-bar {margin-bottom: 76px;}
.header{		
	height:76px;	
	margin-top: -76px;
    position: relative;
    top: 76px;	
	background:#fff;
	border-bottom:1px solid #e1eaf4;
}
.fixed-nav .header{
	float:left;
	width:100%;
	position: fixed;
	z-index: 1000;
	top: 0;
	-webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
	margin-top:0;
	height:76px;
}
.logo{
	    float: left;
    margin: 10px 0 0 0;
    max-width: 180px;
}
ul.nav{float:right;margin:20px 0 0 0;}
ul.nav li{
	float:left;
	display:inline-block;	
	font-size:16px;
	line-height:36px;
	text-align:center;	
}
ul.nav li a{color:#000000;display:block;padding:0 22px;}
ul.nav li a:hover, ul.nav li a.active{
	background:#fd9717;
	color:#fff;
	border-radius:30px;
	display:block;
}
ul.nav li:last-child a:hover, ul.nav li:last-child a.active{
	/*background:none;
	color:#000;
	border-radius:0;*/
}
#menu-wrapper {
    overflow: hidden;
    max-width: 40px;
    cursor: pointer;
	float:right;
}
#menu-wrapper #hamburger-menu {
    position: relative;
    width: 25px;
    height: 20px;
    margin: 18px 0 5px 0;
}
#menu-wrapper #hamburger-menu span {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 10px;
    color: black;
    background-color:#1d1d1d;
    position: absolute;
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .4s ease-in-out;
    transition: .4s ease-in-out;
}
#menu-wrapper #hamburger-menu span:nth-child(1) {top: 0;}
#menu-wrapper #hamburger-menu span:nth-child(2) {top: 9px;}
#menu-wrapper #hamburger-menu span:nth-child(3) {top: 18px;}
#menu-wrapper #hamburger-menu.open span:nth-child(1) {
    top: 9px;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
}
#menu-wrapper #hamburger-menu.open span:nth-child(2) {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    left: -60px;
}
#menu-wrapper #hamburger-menu.open span:nth-child(3) {
    top: 9px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
#menu-container .menu-list {
    padding-left: 0;
    display: block;
    position: absolute;
    width: 100%;  
    z-index: 999;
    overflow-y: auto;
    overflow-x: hidden;
    left: -100%;
	top:55px;	
	background:#fd9717;
	border-top:1px solid #074b84;	
}
#menu-container .menu-list  li a{	
	font-size:18px;
	padding:12px 0 12px 0;
	text-align:center;
	color:#fff;
	display:block;
	border-bottom:1px dotted #074b84;	
}
#menu-container .menu-list  li a.active{background:#fff;color:#fd9717;}
@media only screen and (max-width: 1013px){
.header{height:55px; top:55px; margin-top:-55px;}
.top-fix-bar {margin-bottom: 55px;}
.fixed-nav .header{height:55px;}

.intop-fix-bar {margin-bottom: 87px;}
.logo{    
    margin: 4px 0 0 0;
    position: inherit;
    left: auto;
    right: auto;
    top: auto;
    float: left;
	max-width:128px;}

ul.nav li{display:none;}
.cart-link{position:absolute;right:55px;top:8px;}
}
@media only screen and (max-width: 479px){
.topbar-txt{
	font-size:14px;
	line-height:17px;
}
}
@media only screen and (max-width: 359px){
.logo{width:180px;margin:8px 0 0 0;}
.topbar-txt {
    font-size: 12px;
    line-height: 17px;
}
}
/*==============banner===============*/

.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	height:636px;
	}
.bnr-left{
	    float: left;
    width: 800px;
    text-align: left;
    padding: 100px 0;
    position: relative;
	}
.bnrHdng{
	    float: left;
    width: 100%;
    font-size: 24px;
    line-height: 29px;
    font-weight: 300;
    color: #010101;
    text-transform: uppercase;
    letter-spacing: 3px;
	}
.bnr-subHdng{
	    float: left;
    width: 100%;
    font-size: 64px;
    line-height: 72px;
    font-weight: bold;
    color: #000000;
    /* letter-spacing: 1px; */
    margin-top: 5px;
    text-transform: capitalize;
    font-family: "Libertinus Sans", sans-serif;
}
.bnr-subHdng span{
	/*color:#f7951d;*/
}	
.bnr-strip{
	float: left;
    width: 944px;
    height: 106px;
    position: relative;
    margin-top: 25px;
    background: url(../images/bnr-strip-bg.png) no-repeat left top;
    padding: 5px 5px 0 115px;
    margin-left: 0;
	}
.bnr-strip img{
	position: absolute;
    left: 1px;
    top: 1px;
    width: 100px;
	}
.strip-txt1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:24px;
	color:#fd9717;
	font-weight:bold;
	letter-spacing:0.2px;
	}
.bnr-para{
	float: left;
    width: 73%;
    font-size: 20px;
    line-height: 30px;
    color: #2d2d2d;
    margin-top: 0;
	}
.bnr-line{
	float:left;
	margin-top:20px;
	max-width:100%;
	}
ul.bnr-list{
	float:left;
	width:100%;
	margin-top:10px;
	padding-left:10px;
	}
ul.bnr-list li{
	float:left;
	width:100%;
	margin-top:12px;
	font-size:25px;
	line-height:28px;
	color:#0e0e0e;
	font-weight:600;
	font-family: 'Harmonia Sans Pro Cyr Semi Bd';
	background:url(../images/bnr-tik.png) no-repeat left 3px;
	padding-left:40px;
	text-align:left;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top: 30px;
    text-align: center;
    width:370px;
	max-width:100%;
	}
a.packageBtn {
       display: block;
    width: 100%;
    margin: 0 auto;
    border-radius: 40px;
    position: relative;
    height: 60px;
    overflow: hidden;
    color: #fefefe;
    font-size: 18px;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 0.5px;
    /* text-shadow: 1px 1px 0px #009b3e; */
    text-transform: uppercase;
    background: rgb(253 151 23);
	}
.pkgrgt .btn-box{width: 240px; margin-top: 10px;}
.pkgrgt a.packageBtn{ font-size:22px; height: 54px; line-height:54px;}
.pkg-bx a.packageBtn{height:50px; line-height: 50px;}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-18px 0 0 5px;
	}
.btn-ofr-txt {
        float: left;
    width: 100%;
    color: #3c3c3c;
    font-size: 18px;
    line-height: 20px;
    margin-top: 10px;
    position: relative;
    background: url(../images/btn-txt1-line.png) no-repeat center center;
	}
ul.bnr-gmo-list{
	position: absolute;
    left:500px;
    bottom: 60px;
    width:100px;
	}
ul.bnr-gmo-list li{
	float:left;
	width:100%;
	text-align:center;
	margin-bottom:15px;
	}
ul.bnr-gmo-list li img{
	display:block;
	margin:0 auto 5px;
	width:45px;
	}
ul.bnr-gmo-list li p{
	font-size:14px;
	line-height:15px;
	color:#565656;
	}
.bnr-img-line{
	position:absolute;
	right:30px;
	top:90px;
	}
.bnr-prod{
	position: absolute;
    right: 15px;
    top: 67px;
	}

.bnr-btm-sec{
	float:left;
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #e8e8e8;
	text-align:center;
	}
.bnr-btm-bar-txt{
	display: inline-block;
    vertical-align: middle;
    font-size: 20px;
    color: #2c2c2c;
    line-height: 26px;
    position: relative;
    font-weight: 600;
	}
.bnr-btm-bar-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:0 10px;
	}
.bnr-bar-line-fr{
	transform:rotate(-180deg);
	-webkit-transform:rotate(-180deg);
	}
.bnr-btm-sec ul{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	}
.bnr-btm-sec ul li{
	display: inline-block;
	vertical-align: middle;
	padding: 0 0;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	color: #2c2c2c;
	position: relative;
	}
.bnr-btm-sec ul li:after{
	position: absolute;
	right: -25px;
	top: 0;
	width: 2px;
	border-right: 1px dotted #d6d6d6;
	content: "";
	bottom: 0;
	}
.bnr-btm-sec ul li:last-child:after{ display:none;}
.bnr-btm-sec ul li img{
	display:block;
	margin:0 auto 10px;
	}

/*============sectionOne=============*/
.sectionOne{
	float:left;
	width:100%;
	padding:40px 0;
	}
.s1-hd{
	font-size:40px;
	line-height:46px;
	text-align:center;
	color:#ff0000;
	font-weight:700;
	margin:15px auto 0 auto;
}
.comnHdng{
	float:left;
	width:100%;
	padding-bottom:50px;
	background:url(../images/comn-hdr-bdr.png) no-repeat center bottom;
	    font-family: "Libertinus Sans", sans-serif;
	}
.comnHdng span{
	    float: left;
    width: 100%;
    font-size: 46px;
    line-height: 50px;
    color: #0e0e0e;
    font-weight: bold;
    margin-bottom: 5px;
    /* letter-spacing: 1px; */
    text-transform: capitalize;
	}
.comnHdng p{
	float:left;
	width:100%;
	font-size:40px;
	line-height:45px;
	color:#fd9717;
	font-weight:bold;
	letter-spacing:1px;
	text-transform:capitalize;
	}
sup{ font-size:60%; line-height:100%;}

.comnPara{
	display: inline-block;
	width: 82%;
	font-size: 18px;
	line-height: 28px;
	color: #1c1c1c;
	margin-top: 20px;
	}
.s1-txt1{
	padding:0 100px;
	}
.s1-bg{
	background:url(../images/s1-bg1.png) center top no-repeat;
	position:relative;
	margin:60px auto 0 auto;
	display:table;
	width:100%;
	float:left;
}
.s1-list-big-icn{
	position:absolute;
	top:-35px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
}
ul.s1-list1, ul.s1-list2{
	float:left;
	width:40%;
}
ul.s1-list2{
	float:right;
}
ul.s1-list1 li, ul.s1-list2 li{
	float:left;
	width:50%;
	background:url(../images/s1-line.png) right 40px no-repeat;
	font-size:20px;
	line-height:24px;
	text-align:center;
	color:#ff0000;
	font-weight:700;
	box-sizing:border-box;
	padding:0 40px;
}
ul.s1-list1 li:last-child, ul.s1-list2 li:last-child{ background:none;}
ul.s1-list1 li img, ul.s1-list2 li img{
	display:block;
	margin:0 auto 8px auto;
}
.s1-txt2{
	margin:70px auto 0 auto;
}

/*=================new-sec1=================*/
.new-sec1{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #ffffff;
}
.s1-btm-arw{
	position:absolute;
	top:-70px;
	left:0;
	right:0;
	display:block;
	margin:0 auto;
}
.nw-s1-p1{
	margin:20px auto 0 auto;
	padding:0 60px;
}
.nw-s1-bx1{
	border: 1px solid #fbc178;
    border-radius: 12px;
    position: relative;
    margin: 40px auto 0 auto;
    box-sizing: border-box;
    padding: 0px 30px 0 0;
    float: left;
    -moz-box-shadow: 0 0 10px #c9e0c9;
    -webkit-box-shadow: 0 0 10px #c9e0c9;
    box-shadow: 0 0 10px #f5ba70;
    width: 100%;
}
.s2_img_box{
	float:left;
	width:60%;
	position:relative;
}
.nw-s1-img1{
	border-radius: 12px 0 0 12px;
    max-width: 100%;
	position:absolute;
	left:0;
	top:0;
}
.nw-s1-btn-box{
	float:left;
	margin-top:20px;
}
.nw-s1-seal{
	position: absolute;
    top: 50%;
	margin-top:-70px;
    left: 444px;
}
ul.nw-s1-list1{
	padding: 27px 0;
	float: right;
	width: 52%;
	display: flex;
	flex-wrap: wrap;
	row-gap: 15px;
} 
ul.nw-s1-list1 li{
	position: relative;
    padding: 0 0 0 42px;
    float: left;
    width: 100%;
}
ul.nw-s1-list1 li img{
	position:absolute;
	top:0;
	left:0;
}
.nw-s1-list1-p1{
	    border-bottom: 1px dashed #e7e7e7;
    padding: 0 0 10px 0;
    margin: 0 0 0 0;
    text-align: left;
    width: 100%;
}
.nw-s1-list1-p1 span{
	font-weight: 700;
    font-size: 22px;
    color: #fd9717;
    text-transform: capitalize;
}
/*=================new-sec2=================*/
.new-sec2{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f8fffa;
}
.new-sec2-rgt{
	float:right;
	width:66%;
	text-align:left;
}
.new-sec2-rgt .comnHdng {
    background: url(../images/comn-left-bdr.png) no-repeat left bottom;
}
ul.nws2-list{
	padding:10px 0 0 0;
}
ul.nws2-list li{
	background:url(../images/nw-s2-tk.png) left top no-repeat;
	padding:0 40px 0 40px;
	margin:20px 0 0 0;
}
ul.nws2-list li span{
	float:left;
	width:100%;
	margin-bottom:6px;
	font-size:24px;
	line-height:26px;
	color:#fd9717;
	font-weight:700;
}
.nw-s2-prod{
	position:absolute;
	left:0;
	top:20px;}
/*=============sectionTwo============*/
.sectionTwo{
	    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff9f2;
	}
.s2-list{
	float:left;
	width:100%;
	position:relative;
	}
.s2-prod{
	    position: absolute;
    left: 50%;
    top: 25px;
    transform: translateX(-50%);
	}
.s2-list ul{
	width:430px;
	}
.s2-list ul.fl{ float:left;}
.s2-list ul.fr{ float:right;}
.s2-list ul li{
	float:left;
	width:100%;
	text-align:center;
	margin-top:42px;
	padding:0 10px;
	position:relative;
	}
.s2-icon{
	display:block;
	margin:0 auto 10px;
	}
.s2-list ul li span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#1c1c1c;
	letter-spacing:0.5px;
	font-weight:bold;
	margin-bottom:10px;
	}
.s2-list ul li p{
	    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 28px;
    color: #1c1c1c;
	}
.s2-list-line1{
	position:absolute;
	right:-25px;
	top:25px;
	}
.s2-list-line2{
	position:absolute;
	left:-25px;
	top:25px;
	}
.s2-kill-strip {
    display: inline-block;
    vertical-align: middle;
    margin-top: 83px;
    width: 100%;
    max-width: 564px;
    padding: 10px;
    text-align: center;
    position: relative;
    font-size: 20px;
    line-height: 26px;
    color: #ffffff;
    font-weight: 600;
	font-family: 'Harmonia Sans Pro Cyr Semi Bd';
    background: #fd9717;
    border-radius: 40px;
    letter-spacing: 0.5px;
}
.s2-kill-strp-line{
	position:absolute;
	left:-198px;
	top:23px;
	}
.s2-kill-strp-line2{
	position:absolute;
	right:-198px;
	top:23px;
	transform: rotate(-180deg);
    -webkit-transform: rotate(-180deg);
	}
ul.infection-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
ul.infection-list li{
	display:inline-block;
	vertical-align:middle;
	padding:0 49px;
	background:url(../images/infctn-line.png) right 40px no-repeat;
	}
ul.infection-list li img{
	display:block;
	margin:0 auto 5px;
	}
ul.infection-list li:last-child{
	background:none;}	
.s2-btn {
	margin:35px auto 0 auto;
}
/*==============sectionThree============*/
.sectionThree{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3-left{
	float:left;
	width:68%;
	text-align:left;
	}
.s3-left .comnHdng{background: url(../images/comn-left-bdr.png) no-repeat left bottom;}
.s3-oxide-box{
	float:left;
	width:100%;
	background:#fd9717;
	margin-top:30px;
	border-radius:10px;
	padding:25px 0 0 0;
	text-align:left;
	position:relative;
	border:1px solid #fd9717;
	}
.s3-oxide-box-mid{
	padding:0 243px 16px 286px}	
.s3-clorine-img{
	position:absolute;
	left:0;
	top:20px;
	}
.s3-txt1{
	float:left;
	width:100%;
	font-size:24px;
	line-height:26px;
	color:#fff;
	font-weight:bold;
	}
.s3-txt2 {
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 27px;
    color: #fff;
	margin:8px 0 0 0;
	letter-spacing:0.5px;
}

.s3-prod{
	position:absolute;
	right:0;
	top:-180px;
	width:255px;
	}
.s3-seal{
	position:absolute;
	right:250px;
	top:-76px;
	}
.s3-oxide-box-btm{
	background:#fff;
	padding:0 218px 17px 286px;
	float:left;
	width:100%;
	border-radius:0 0 10px 10px;
}	
.s3-btn {
    margin: 25px auto 0 auto;
}
/*==============sectionFour=============*/
.sectionFour{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f8fffa;
	}
.s4-table{
	float:left;
	width:100%;
	margin:60px 0 20px;
	}
.s4-col-1{
	float:left;
	width:24%;
	margin-top:140px;
	}
.s4-col-1 ul{
	float:left;
	width:100%;
	background:#fd9717;
	border-radius:10px 0 0 10px;
	}
.s4-col-1 ul li{
	float:left;
	width:100%;
	text-align:left;
	padding:10px 10px 10px 25px;
	color:#ffffff;
	height:50px;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	border-bottom:1px solid #81bc94;
	letter-spacing:0.5px;
	}
.s4-col-1 ul li:last-child{ border:none;}
.s4-col-right{
	float:left;
	width:76%;
	}
.s4-col-2{
	float:left;
	width:25%;
	border:1px solid #fd9717;
	border-radius:10px;
	background:#fff;
	text-align:center;
	outline: none;
	}
.s4-col-2 ul{
	float:left;
	width:100%;
	}
.s4-col-2 ul li{
	float:left;
	width:100%;
	padding:10px 5px;
	color:#0e0e0e;
	height:50px;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	}
.s4-col-2 ul li:nth-child(even){ background:#ceebd7;}
.s4-col-2 ul li:first-child{ height:140px;}
.s4-col-2 ul li:last-child{ height:80px;}
.s4-img1{
	display:block;
	margin:-55px auto 5px;
	}
.s4-col-2 ul li span{
	float:left;
	width:100%;
	font-weight:bold;
	}
.s4-col-2 ul li p{
	font-weight: 600;
    font-family: 'Harmonia Sans Pro Cyr Semi Bd';
	}
.s4-tik{
	display:block;
	margin:0 auto;
	}

.s4-col-3, .s4-col-4{
	float:left;
	width:24%;
	border:1px solid #d7e4dc;
	border-radius:10px;
	background:#fff;
	text-align:center;
	margin-top:25px;
	outline: none;
	}
.s4-col-4{
	width:27%;
}	
.s4-col-3 ul{
	float:left;
	width:100%;
	}
.s4-col-3 ul li{
	float:left;
	width:100%;
	padding:10px 10px;
	color:#0e0e0e;
	height:50px;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	}
.s4-col-3 ul li:nth-child(even){ background:#eff4f1;}
.s4-col-3 ul li:first-child{ height:115px; padding:10px 0;}
.s4-col-3 ul li:last-child{ height:30px;}
.s4-col-3 ul li span{
	float:left;
	width:100%;
	font-weight:bold;
	color:#3f3f3f;
	}
.s4-img2{
	display:block;
	margin:-55px auto 5px;
	}
.s4-txt1{
	float:left;
	width:100%;
	font-size:15px;
	line-height:20px;
	color:#606060;
	letter-spacing:0.3px;
	}


/*=============sectionSix==============*/
.sectionSix{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
	}
.s6-col-bx{
	float:left;
	width:100%;
	margin:40px 0 0;
	}
.s6-list{
	float:left;
	width:33.333%;
	text-align:center;
	padding:0 20px;
	position:relative;
    outline: none;
	}
.s6-stp1-img{
	display:block;
	margin:0 auto 15px;
	max-width:100%;
	}
.s6-list span{
	float: left;
	width: 100%;
	font-size: 22px;
	font-weight: bold;
	color: #1c1c1c;
	line-height: 30px;
	text-transform: capitalize;
	}
.s6-list p{
	float: left;
	width: 100%;
	font-size: 17px;
	color: #1c1c1c;
	line-height: 28px;
	margin-top: 10px;
	}
.s6-bdr-line{
	position: absolute;
    right: -121px;
    top: -1px;
	}
/*===================sectionSeven=============*/
.sectionSeven{
	float:left;
	width:100%;
	padding:60px 0;
	}
ul.s7-seal-list{
	float:left;
	width:100%;
	margin-top:50px;
	margin-bottom:20px;
	}
ul.s7-seal-list li{
	float:left;
	width:25%;
	text-align:center;
	padding:0 15px;
	position:relative;
	border-right:1px solid #e0e0e0;
	}
ul.s7-seal-list li:last-child{ border:none;}
.s7-seal1{
	display:block;
	margin:0 auto 15px;
	max-width:100%;
	}
ul.s7-seal-list  span{
	float: left;
    width: 100%;
    font-size: 24px;
    font-weight: bold;
    color: #0e0e0e;
    line-height: 26px;
	}
ul.s7-seal-list  p{
	float: left;
    width: 100%;
    font-size:18px;
    color: #1c1c1c;
    line-height:26px;
	margin-top:10px;
	letter-spacing:0.5px;
	}
/*===============sectionEight============*/
.sectionEight{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f8fffa;
	}
.testi-sec {
    float: left;
    width: 100%;
    padding: 0 70px;
    margin-top: 20px;
	}
.testi-box{
	float:left;
	width:100%;
	position:relative;
	text-align:left;
	padding:20px 30px 20px 130px;
	border-radius:7px;
	margin-top:20px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.testi-icon{
	width:60px;
	height:60px;
	border-radius:50%;
	background:#aad8b9;
	color:#fff;
	font-size:20px;
	line-height:58px;
	position:absolute;
	text-align:center;
	font-weight:bold;
	left:35px;
	top:20px;
	}
.testi-icon-1{
	position:absolute;
	top:87px;
	left:35px;
	width:60px;
	font-size:12px;
	line-height:15px;
	text-align:center;
}	
.testi-hdng{
	float:left;
	width:100%;
	font-size:24px;
	line-height:28px;
	color:#2f2f2f;
	font-weight:bold;
	}
.t-star{
	float:left;
	margin:10px 0 0;
	}
.testi-abt{
	float:left;
	width:100%;
	font-size:19px;
	line-height:28px;
	margin-top:15px;
	color:#3e3e3e;
	letter-spacing:0.5px;
	}
.star-r{
	float:left;
	margin-top:10px;}
.testi-name{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#fd9717;
	font-weight:bold;
	margin-top:10px;
	margin-bottom:6px;
	}
.testi-name img{
	margin:0 0 -6px 15px;}


/*============sectionNine==============*/
.sectionNine{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s9-mid{
	display: inline-block;
    width: 100%;
    max-width: 48%;
    border: 1px solid #99d1ab;
    border-radius: 5px;
    background: #f8fffa;
    padding: 20px 0 10px;
    margin-top: 30px;
	}
.s9-btn{
	float:left;
	width:100%;
	padding:0 20px;
	}
.s9-btn li{
	    display: inline-block;
    width: 31.33%;
    margin: 0 0%;
    border-radius: 6px;
    background: #afb3b6;
    border-bottom: 4px solid #606788;
    background: -webkit-linear-gradient(top,#acb0b3 0%,#8c979e 40%,#929ca2 60%,#a5a9ad 100%);
    background: -webkit-linear-gradient(top,#acb0b3 0%,#8c979e 40%,#929ca2 60%,#a5a9ad 100%);
	}
.s9-btn li.active{background: #ff9424; border-bottom: 4px solid #ed7f0c;}	
.s9-btn li a{
	float:left;
	width: 100%;
	font-size:24px;
	line-height:24px;
	color:#ffffff;
	font-weight:600;
	font-family: 'Harmonia Sans Pro Cyr Semi Bd';
	text-align: center;   
	padding: 13px 5px;
	letter-spacing:0.5px;
	}	
	
.s9-by-sec{
	float:left;
	width:100%;
	background:#fd9717;
	margin:20px 0 0 0;
	position:relative;
	}
.s9-txt1{
	float:left;
	width:100%;
	font-size:34px;
	line-height:34px;
	color:#ffffff;
	font-weight:700;
	padding:15px 0 20px 0;
	}
.s9-arw{
	position:absolute;
	left:50%;
	margin-left:-20px;
	bottom:-22px;
	}
.s9-botl-sec{
	float:left;
	width:100%;
	max-width:100%;
	position:relative;
	margin:30px 0 0 0;
	}
.s9-right{ 
	    display: inline-block;
    margin-top: 30px;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    width: 50%;
    vertical-align: top;
}

.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
}
.package2 .pkg1 {
    width: 23%;
}
.pkg1{
        display: inline-block;
    width: 47.33%;
    margin: 0 0%;
    border: 1px solid #99d1ab;
    border-radius: 5px;
    background: #f8fffa;
    position: relative;
    padding-bottom: 20px;
}
.pkghd {
       border-radius: 5px 5px 0 0;
    background: #fd9717;
    color: #fff;
    padding-bottom: 7px;
    margin-bottom: 5px;
}
.pkghd p {
    font-weight: bold;
    font-size: 18px;
    line-height: 36px;
    /* color: #fff; */
    text-align: center;
    padding: 10px 0 0 0;
}
.pkglft .prod-sec{width: 175px;}
.pkghd2 {
    font-size: 22px;
    line-height: 34px;
    color: #272727;
    text-align: center;
    display: inline-block;
}
.prod-sec {
    display: block;
    margin: 20px auto 10px;
    width: 200px;
    max-width: 100%;
    z-index: 9;
    position: relative;
}
.prod-sec:nth-child(2), .prod-sec:nth-child(3) {
	position: absolute;
	z-index: 5;
	top: 5px;
	left: 134px;
	max-width: 190px;
}
.prod-sec:nth-child(3) {
    left: auto;
    right: 134px;
}
.prod-sec:nth-child(4), .prod-sec:nth-child(5) {
	position: absolute;
	z-index: 3;
	top: 10px;
	left: 90px;
	max-width: 180px;
}
.prod-sec:nth-child(5) {
    left: auto;
    right: 90px;
}
.prod-sec:nth-child(6) {
	position: absolute;
	z-index: 1;
	top: 15px;
	left: 57px;
	max-width: 170px;
}
.pkgtxt1, .pkgtxt3 {
        font-size: 36px;
    line-height: 26px;
    color: #121212;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    margin-top: 18px;
}
.s9-prc-sec input[type=radio] {
    position: absolute;
    opacity: 0;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
    position: absolute;
    left: 0;
    top: 1px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}




/*==============btm-green-sec=============*/
.btm-green-sec{
	float:left;
	width:100%;
	background:#fd9717;
	padding:10px 0;
	}
.btm-list{
	float:left;
	width:100%;
	text-align:center;
	}
.btm-list li{
	display:inline-block;
	vertical-align:middle;
    padding:5px 50px; 
	font-size: 18px;
    line-height: 26px;
    color: #fff;
	letter-spacing:0.3px;     
	}
.btm-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 8px 0 0;
	}
.btm-list li:nth-child(2){border-left: 1px solid #fff; border-right: 1px solid #fff; }


/*==========footer===================*/
.footer{
	float:left;
	width:100%;
	padding:30px 0;
	text-align:center;
	}
.ftr-logo{
	display:block;
	margin:0 auto 20px;
	}
.ftr-txt1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:33px;
	letter-spacing:0.5px;
	color:#383838;
	}
.ftr-txt1 a{ color:#383838; font-size:18px; padding:0 5px;}
.lowerpart{ background: #fd9717;  padding: 0; float:left; width:100%;}

.sec7{padding:20px 0; float:left; width:100%;}
.ftrlogo{margin:0 auto;display:block; max-width:140px;}
ul.ftrlist{padding:22px 0 0 0;text-align:center;}
ul.ftrlist li{
	display:inline-block;
	border-right:1px solid #c8c8c8;
	padding:0 20px;
	font-weight:300;
	font-size:18px;
	line-height:18px;
	color:#fff;
	text-align:center;
}
ul.ftrlist li a{color:#fff;}
ul.ftrlist li:last-child{border-right:none;}

footer{padding:20px 0;background:#fff; float:left; width:100%;}
.ftrtxt1{	
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#313131;
}
.ftrtxt1 a{color:#313131;}
.ftrtxt2{	
	font-size:18px;
	line-height:18px;
	text-align:center;
	color:#313131;
	padding:15px 0 0 0;
}	
p.ftrtxt2.dicclmr {
    margin: 10px 0 0 0;
    float: left;
    width: 100%;
    line-height: 26px;
}


/*==============contact===========*/
.contact{
padding: 50px 0;
    float: left;
    width: 100%;
	text-align:center;
}
.cont-hd{text-align:center; padding:0;}
.cont-hd2{text-align:center; padding:80px 0 0 0;}
ul.cont-list1{
	margin: 10px 0 0 0;
    /* background: #333; */
    padding: 20px;
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 20px;
    column-gap: 10px;
}
ul.cont-list1 li{
	    float: left;
    width: 31%;
    padding: 20px;
    background: #fff;
    box-shadow: 0 0 5px #02c15a;
    border-radius: 10px;

}
ul.cont-list1 li:nth-child(2){}
ul.cont-list1 li img{
	display:block;
	margin:0 auto 0 auto;
	filter: grayscale(1);
}
.cont-list1-p1{
	font-weight: 600;
    color: #333333;
    font-size: 24px;
    line-height: 35px;
    text-align: center;
    padding: 20px 0 0 0;
}
.cont-list1-p2{
	text-align:center;
	color:#4b4d4a;
}
.cont-frm{
	width:71.11%;
	display:table;
	margin:40px auto 0 auto;
}
.cont-frmElmnts{
	float:left;
	width:100%;
	margin:15px 0 0 0;
	display:block;
	position:relative;
}
.cont-frmElmnts input, .cont-frmElmnts textarea{
	width:100%;
	background:#f9f9f9;
	height:41px;
	border:1px solid #ebebeb;
	box-sizing:border-box;
	padding:0 10px 0 10px;
	font-size:14px;
	color:#000;
	border-radius:4px;
	text-align:left;
}
.cont-lft{ width:49%; float:left;}
.cont-rgt{ width:49%; float:right;}
.cont-frmElmnts textarea{
	height:141px;
    width: 99.83%;
    padding:14px 10px 0 10px;
    border: 1px solid #d2cfcc;}

@media only screen and (max-width: 1021px){
ul.cont-list1 li{width: 49%;}
}
@media only screen and (max-width: 767px){
	ul.cont-list1 li{width: 100%;}
}

/************************/
/*TERMS- PRIVACY*/

.trms-sec2{
	float: left;
    width: 100%;
    text-align: left;
    background: #fff;
    padding: 40px 0;
}
.trms-innner {
    float: left;
    width: 100%;
    background: #fff;
    padding: 10px 20px;
}
.trms-sec2 h1{
	height:40px;
	line-height:40px;
	background:#333;
	color:white;
	margin:20px 0 20px 0;
	padding:0 10px;
	font-size:26px;
	float: left;
    width: 100%;
}
.trms-sec2 h3{
	font-size:24px;
	font-weight:700;
	float:left;
	width:100%;
	margin:0px 0 10px;
}
.trms-sec2 p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	margin:0px 0 15px;
}
.trms-sec2 ol{
	float:left;
	width:100%;
	padding:0 20px;
	}
.trms-sec2 ol li {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    margin: 0px 0 0px;
    list-style: auto;
}
.trms-sec2 h4, .trms-sec2 h5{
	font-size:20px;
	font-weight:600;
	float:left;
	width:100%;
	margin:10px 0;
	}
.trms-sec2 h5{ font-size:20px; font-weight:400;}
.top_sec {
    float: left;
    width: 100%;
   background: linear-gradient(90deg, rgba(234, 216, 60, 1) 0%, rgba(210, 128, 39, 1) 35%, rgba(226, 123, 74, 1) 100%);
    margin-bottom: 20px;
    text-align: left;
}
.trms-sec2 .top-txt {
        float: left;
    width: 100%;
    font-weight: 700;
    color: #fff;
    text-transform: capitalize;
    line-height: 31px;
    /* height: 37px; */
    font-size: 22px;
    padding: 5px 14px;
    margin: 0;
}
.ing-lft-bx {
    float: left;
    width: 100%;
    text-align: center;
}
.ing-lft-bx img {
    max-width: 500px;
}
@media only screen and (max-width:767px){
.trms-sec2 .top-txt{font-size: 20px; padding: 5px 0;}
.ing-lft-bx img { max-width: 100%;}
}