@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: 'Inter';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin: 0; padding: 0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border: 0;}
a {outline: none; color: inherit; text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.wrapper{
	overflow:hidden;
	}
/*--------fonts--------*/
@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: 700;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
	}
@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}
@font-face {
    font-family: 'Inter';
    src: url('Inter-ExtraBold.woff2') format('woff2'),
    url('Inter-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	}

/*--------MAIN-CSS--------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*--------Header--------*/
.header{
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header__fixed{
	float:left;
	width:100%;
	height:80px;
	padding:17px 0;
	margin-top:-80px;
	top:80px;
	position:relative;
	background:#ffffff;
	}
.fixed-nav .header__fixed{
	position: fixed;
	top:0;
	z-index: 11;
	margin-top:0;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	}				
.header__logo{
	float:left;
	margin-top:7px;
	}
ul.header__menu{
	display:inline-block;
	vertical-align:middle;
	margin:12px 0 0 53px;
	}
ul.header__menu li{
	float:left;
	padding:0 20px;
	position:relative;
	}
ul.header__menu li a{
	color:#000000;
	font-size:16px;
	line-height:18px;
	font-weight:400;
	letter-spacing:0.5px;
	}
ul.header__menu li a:hover,
ul.header__menu li a.active{ color:#00bb29;}

a.header__button{
    float: right;
	width: 200px;
    height: 45px;
	margin-top:0px;
	border-radius:50px;
	background:#04bf7a;
    color: #fff;
    font-size:16px;
	line-height:45px;
	font-weight:700;
	letter-spacing:0.5px;
    text-align: center;
	text-transform:uppercase;
	}

/*--------TOP-STRIP--------*/
.top__strip{
	float: left;
	width: 100%;
	padding:10px 0;
	background:#0f0f0f;
	}
.top__strip_text{
	float:left;
	width:100%;
	color:#fff;
	font-size:15px;
	line-height:19px;
	font-weight:600;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.top__strip_text span{ color:#ff0000;}

/*--------MENU-ICON-MOBILE--------*/
.menu-icon-mobile{
    cursor: pointer;
    position:absolute;
	top:9px;
    right:15px;
	z-index:16;
	height:25px;
	}
.menu-icon-mobile button{
	padding:0;
	border: none;
	outline: none;
	background: none;
    cursor: pointer;
	appearance: none;
	-webkit-appearance: none;
	}
.menu-icon-mobile span{
	display:inline-block;
	vertical-align:top;
	margin:4px 5px 0 0;
	color:#000;
	font-size:16px;
	line-height:16px;
	font-weight:300;
	}
.bar1, .bar2, .bar3 {
	width:25px;
	height:3px;
	transition: 0.4s;
	background-color: #000;
	border-radius: 4px 4px 4px 4px;
	}
.bar2{margin:4px 0;}
.dl-active .bar1 {
	transform: rotate(-45deg) translate(-5px, 5px);
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	transform: rotate(45deg) translate(-5px, -5px);
	-webkit-transform: rotate(45deg) translate(-5px, -5px);
	background:#000;
	}	
.mobile-menu{
	position:fixed;
	left:0;
	right:0;
	bottom:0;
	top:70px;
	z-index:10;
	display:none;
	overflow:scroll;
	background:rgba(255,255,255,1);
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:70px;}	
.mobile-menu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobile-menu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	color:#000;
	font-size:16px;
	line-height:22px;
	font-weight:400;
	}	
.mobile-menu li a:hover{color:#000;}


/*--------BANNER--------*/
.banner{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	background:#f6f4ff;
	border-bottom:1px solid #e1e1e1;
	}
.banner__inner{
	float:left;
	width:100%;
	position:relative;
	display:flex;
	justify-content:space-between;
	}
.banner__left{
	width:58%;
	text-align:left;
	padding:50px 0 45px;
	position:relative;
	}
.banner__rating{
	float:left;
	width:100%;
	font-size:17px;
	line-height:21px;
	font-weight:400;
	letter-spacing:0.5px;
	}
.banner__rating img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 10px 0 0;
	width:100px;
	}
.banner__heading{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:58px;
	line-height:62px;
	font-weight:700;
	}
.banner__insect{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	margin:-10px 0 0 0;
	}
.banner__sun{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	margin:-10px 15px 0 2px;
	}
.banner__text{
	float:left;
	width:100%;
	margin-top:25px;
	font-size:17px;
	line-height:28px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.banner__points{
	float:left;
	width:100%;
	margin-top:10px;
	}
.banner__points li{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:20px;
	line-height:20px;
	font-weight:700;
	letter-spacing:0.5px;
	padding-left:40px;
	background:url(../images/banner_check.png) no-repeat 0 6px;
	background-size:19px;
	}
.button__box{
	float:left;
	width:100%;
	margin-top:40px;
	}
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:420px;
	text-align:center;
	}
.common__button{
	float:left;
	width:100%;
	height:65px;
    border-radius: 50px;
    background: #04bf7a;
    color: #fff;
    font-size: 25px;
    line-height: 65px;
    font-weight: 700;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
	}
.button__caption{
	float:left;
	width:100%;
	margin-top:20px;
	color:#e70a0a;
	font-size:15px;
	line-height:15px;
	font-weight:700;
	letter-spacing:0.5px;
	}
.button__caption img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 10px 0 0;
	width:16px;
	}
.progress-line{
	float:left;
	width:100%;
	margin-top:8px;
	background:#dddddd;
	border-radius:4px;
	height:6px;
	}
.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{
	width:34%;
	position:relative;
	}
.banner__right:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:847px;
	background:url(../images/banner_bg.jpg?v1) no-repeat left top;
	}
.banner__seal{
	position:absolute;
	top:220px;
	left:-210px;
	}
.banner__product{
	position:absolute;
	top:170px;
	left:-190px;
	}

/*--------BUGS-STRIP--------*/
.bugs__strip{
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0 30px;
	border-bottom:1px solid #e1e1e1;
	}
.bugs__head{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:24px;
	color:#000000;
	font-weight:500;
	position:relative;
	text-align:center;
	}
.bugs__head:before, .bugs__head:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 100px;
    height: 1px;
    background: #bdbdbd;
	margin: -2px 15px 0 0;
	}
.bugs__head:after {
    margin: -2px 0 0 15px;
	}
ul.bugs__list{
	float:left;
	width:100%;
	margin-top:20px;
	display:flex;
	justify-content:center;
	}
ul.bugs__list li{
	width:16.66%;
    position: relative;
	}
ul.bugs__list li:before{
    content: '';
    border-right: 1px solid #dddddd;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
	}
ul.bugs__list li:last-child:before{ display:none;}			
ul.bugs__list li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
ul.bugs__list span{
	float:left;
	width:100%;
	font-size:17px;
	color:#000;
	font-weight:600;
	margin-top:10px;
	}

/*--------SECTION-1--------*/
.section1{
	float:left;
	width:100%;
	padding:70px 0 5px;
	background:#fff;
	}
.s1__inner{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s1__left{
	float:left;
	width:46.924%;
	}
.s1__video_box{
	float:left;
	width:100%;
	cursor:pointer;
	border:4px solid #fff;
	box-shadow:0 0 5px 0 rgba(0,0,0,0.25);
	}
.s1__video_thumbnail{
	float:left;
	width:100%;
	}
.s1__right{
	float:right;
	width:49%;
	text-align:left;
	}
.common__heading{
	float:left;
	width:100%;
	font-size:48px;
	line-height:56px;
	font-weight:800;
	}
.s1__right_text{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	}
.common__text{
	float:left;
	width:100%;
	margin-top:25px;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	letter-spacing:0.3px;
	}
.s1_img__slider{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:1920px;
	}
.s1_crousel_rowr{
	float:left;
	width:100%;
	margin:60px 0 10px;
	}
.s1_crousel_col{
	display: inline-block;
    vertical-align: top;
    width: 276px !important;
	padding:0 5px;
	}
.s1_crousel_col img{
	display: block;
    margin: 0 auto;
    max-width: 100%;
	}

/*--------SCROLL-STRIP--------*/
.scroll__strip{
	float:left;
	width:100%;
	background:#000;
	}
.scroller_line {
	float:left;
	width: 100%;
	overflow: hidden;
	}
.marquee {
	white-space: nowrap;
	overflow: hidden;
	padding:10px 0 14px;
	display: inline-block;
	vertical-align:top;
	animation: marquee 50s linear infinite;
	}
.scroll__text_box {
  	display: inline-block;
	vertical-align:top;
	}
.scroll__text_box p{
	display:inline-block;
	vertical-align:middle;
	margin:0 20px;
	color:#fff;
	font-size:18px;
	line-height:18px;
	font-weight:400;
	position:relative;
	}
.scroll__text_box p:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	right:-25px;
	width:2px;
	background:#fff;
	}

@keyframes marquee {
  0% {
    transform: translate3d(0, 0, 0);
  }
  100% {
    transform: translate3d(-50%, 0, 0);
  }
}

/*--------SECTION-2--------*/
.section2{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s2__inner{
	float:left;
	width:100%;
	position:relative;
	margin:25px auto 0;
	}	
.s2__product{
	position: absolute;
    top: 20px;
    left: 50%;
	transform:translateX(-50%);
	}
ul.s2__list1, ul.s2__list2{
	float:left;
	width:30%;
	}
ul.s2__list2{
	float:right;
	}	
ul.s2__list1 li, ul.s2__list2 li{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 40px 40px 40px 80px;
	border-bottom:1px solid #ececec;
	}
ul.s2__list1 li:last-child,ul.s2__list2 li:last-child{
	padding-bottom:0;
	border-bottom:none;
	}
ul.s2__list1 li h1, ul.s2__list2 li h1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:24px;
	color:#000;
	font-weight:700;
	letter-spacing:0.3px;
	}
ul.s2__list1 li p, ul.s2__list2 li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000000;
	margin-top:8px;
	letter-spacing:0.3px;
	}
ul.s2__list1 li img, ul.s2__list2 li img{
	position:absolute;
	top:45px;
	left:5px;
	width:59px;
	}
.s2__row{
	float:left;
	width:100%;
	margin-top:50px;
	}
.s2__row_head{
	display:inline-block;
	vertical-align:middle;
	font-size:22px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	position:relative;
	text-align:center;
	}
.s2__row_head:before, .s2__row_head:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 100px;
    height: 1px;
    background: #bdbdbd;
	margin: -2px 15px 0 0;
	}
.s2__row_head:after {
    margin: -2px 0 0 15px;
	}
ul.s2__row_list{
	float:left;
	width:100%;
	margin:30px 0 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
ul.s2__row_list li{
	width:16.666%;
	text-align:center;
	}
ul.s2__row_list li img{
	display:block;
	width:67px;
	max-width:100%;
	margin:0 auto 10px;
	}
ul.s2__row_list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:700;
	}

/*--------SECTION-3--------*/
.section3{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f9f9f9;
	}
.s3__inner{
	float:left;
	width:100%;
	margin-top:45px;
	display:flex;
	flex-wrap:wrap;
	row-gap:35px;
	justify-content:space-between;
	}
.s3__col{
	width:31.539%;
	}
.s3__col img{
	float:left;
	width:100%;
	}
.s3__col p{
	float:left;
	width:100%;
	color:#fff;
	font-size:26px;
	line-height:30px;
	font-weight:700;
	background:#644fb8;
	padding:14px 10px;
	}

/*--------SECTION-4--------*/
.section4{
	float:left;
	width:100%;
	padding:0;
	position:relative;
	text-align:center;
	}
.section4:before{
    position: absolute;
    content: "";
    left: 0;
    right: 50%;
    top: 0;
    bottom: 0;
    background: #644fb8;
	}
.s4__mid {
	float:left;
	width:100%;
	margin:0;
	}	
.s4__left {
    float: left;
    width: 50%;
    position: relative;   
	}
.sticky{
	top:80px;
    position: sticky;
	}
.s4__left_inner {
	padding: 40px 30px 50px 0;
	float: right;
    width: 100%;
	text-align:left;
    will-change: min-height;
	}
.s4__left_inner .s4__sidebar_inner{
	position: relative;
	transform: translate(0, 0);
	transform: translate3d(0, 0, 0);
	will-change: position, transform;
	}	
.s4__left_inner .s4__heading1 {
    color: #fff;
    font-size: 40px;
    line-height: 50px;
	font-weight:700;
	}
ul.s4__list1{
	float:left;
	width:100%;
	margin:10px 0 0;
	}
ul.s4__list1 li{
	float: left;
    width: 100%;
    text-align: left;
    padding: 0 0 0 80px;
    margin: 45px 0 0 0;
    position: relative;
	}	
ul.s4__list1 li img{
	position:absolute;
	top:8px;
	left:0;
	width:63px;
	max-width:100%;
	}
.s4__list1_head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#ffffff;
	font-weight:500;
	}	
.s4__list1_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#ffffff;
	margin-top:5px;
	}	
.s4__right {
    float: right;
    width: 50%;
    text-align: left;
    padding: 0 0 30px 30px;
	}
.s4__right_col {
    float: left;
    width: 100%;
    margin-top: 40px;
    text-align: left;
	}
.s4__right_heading{
	float:left;
	width:100%;
	font-size:26px;
	line-height:32px;
	color:#000000;
	font-weight:700;
	}
ul.s4__list2{
	float:left;
	width:100%;
	margin:20px 0 0 0;
	}
ul.s4__list2 li{
	float: left;
    width: 33.33%;
    text-align:center;
    padding: 0 10px;
    margin: 0 0 0 0;
    position: relative;
	}
ul.s4__list2 li:after {
    position: absolute;
    content: "";
    border-right: 1px solid #c7c7c7;
    top: 0;
    right: 0;
    bottom: 0;
}	
ul.s4__list2 li:last-child:after{ display:none;}	
ul.s4__list2 li img{
	display:block;
	margin:0 auto 10px;
	width:64px;
	max-width:100%;
	}
ul.s4__list2 li p{
	float:left;
	width:100%;
	font-size:16px;
	line-height:20px;
	letter-spacing:0.3px;
	font-weight:600;
	color:#000;
	}
.s4__img{
	display:block;
	margin:30px auto 10px;
	max-width:100%;
	border-radius:8px;
	}

/*--------SECTION-5--------*/
.section5{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#fff;
	}
.s5__inner{
	float:left;
	width:100%;
	margin-top:45px;
	display:flex;
	flex-direction:row-reverse;
	justify-content:space-between;
	}
.s5__left{
	width:57.3%;
	text-align:left;
	}
.s5__left_col{
	float:left;
	width:100%;
	margin-top:35px;
	padding-bottom:30px;
	border-bottom:1px solid #d0d0d0;
	}
.s5__left_col:first-child{ margin-top:0;}
.s5__left_col:last-child{
	padding-bottom:0;
	border-bottom:none;
	}
.s5__left_head{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	letter-spacing:0.5px;
	}
.s5__left_star{
	float:left;
	width:100%;
	margin-top:10px;
	}
.s5__left_star img{
	float:left;
	width:120px;
	}
.s5__left_col .common__text{
	margin-top:15px;
	}
.s5__left_name{
	float:left;
	width:100%;
	margin-top:25px;
	font-size:18px;
	line-height:26px;
	font-weight:700;
	letter-spacing:0.5px;
	}
.s5__left_name span{
	display:inline-block;
	vertical-align:middle;
	margin-top:-2px;
	font-size:14px;
	font-weight:400;
	}
.s5__left_name span img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 12px;
	width:14px;
	}
.s5__right{
	width:39%;
	}
.s5__rating_box{
	float:left;
	width:100%;
	border:4px solid #644fb8;
	border-radius:8px;
	padding:35px 15px 15px;
	}
.s5__rating_col1{
	float:left;
	width:100%;
	text-align:center;
	}
.s5__rating_col1 h1{
	float:left;
	width:100%;
	font-size:80px;
	line-height:1;
	font-weight:600;
	}
.s5__rating_star{
	float:left;
	width:100%;
	margin-top:10px;
	}
.s5__rating_star img{
	display:block;
	margin:0 auto;
	width:160px;
	max-width:100%;
	}
.s5__rating_col1 p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:1;
	margin-top:15px;
	}
.s5__right_col2{
	float:left;
	width:100%;
	margin-top:25px;
	display:flex;
	flex-wrap:wrap;
	row-gap:6px;
	justify-content:space-between;
	}
.s5__right_col2 li{
	width:19%;
	}
.s5__right_col2 li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s5__right_col3{
	float:left;
	width:100%;
	margin-top:25px;
	}
.s5__right_col3 li{
	float:left;
	width:100%;
	text-align:left;
	padding:15px 15px;
	border-bottom:1px solid #e2e2e2;
	font-size:18px;
	line-height:1;
	font-weight:500;
	}
.s5__right_col3 li:last-child{ border-bottom:none;}
.s5__right_col3 li span{
	float:right;
	}
.s5__right_col3 li span img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 10px 0 0px;
	width:90px;
	}

/*--------ACCORDION--------*/
.section6{
	float:left;
	width:100%;
	padding:60px 0 70px;
	background:#f9f9f9;
	}
.faq-container{
	display:inline-block;
	vertical-align:top;
	max-width:970px;
	width:100%;
	margin:20px 0 0;
	}	
.up-slide-dwn{
	float:left;
	width:100%;
	cursor:pointer;
	border-bottom:1px solid #b8c0e1;
	}
.up-slide-dwn:last-child{ border-bottom:none;}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close.png) no-repeat 100% center;
	background-size:16px;
	padding:25px 45px 25px 0;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	color:#000;
	letter-spacing:0.5px;
	position:relative;
	}
.accordion.last{border-bottom:none;}
.acdn-heading.accordion-open{
	background:url(../images/open.png) no-repeat 100% center;
	background-size:16px;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding:0 0 25px 0;
	}
.acdn-para{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	font-weight:300;
	color:#000000;
	letter-spacing:0.5px;
	}

.section7 {
    float: left;
    width: 100%;
    padding: 60px 0;
    background: #fff;
	}
.s7_star_text {
    float: left;
    width: 100%;
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
	}
.star2 {
    display: inline-block;
    vertical-align: middle;
    margin: -4px 10px 0 0;
	width:100px;
	}
.s7_package_text {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 34px;
    color: #000;
    font-weight: 700;
    margin-top: 20px;
	}
.package_box {
    float: left;
    width: 100%;
    padding: 0 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 60px;
	}
.package {
    float: left;
    width: 32%;
    position: relative;
	}
.package_item {
    width: 100%;
    float: left;
    border: 4px solid #e7e7e7;
    border-radius: 15px;
    padding: 35px 10px 25px;
    cursor: pointer;
    transition: all ease 0.3s;
	}
.package_item:hover {
    border: 4px solid #04bf7a;
    transition: all ease 0.3s;
	}
.package_item.active {
    border: 4px solid #04bf7a;
    transition: all ease 0.3s;
	}
.package.left {
    order: 1;
	}
.package.mid {
    order: 2;
    position: relative;
	}
.package.right {
    order: 3;
	}
.pakge_popular {
    position: absolute;
    left: 50%;
    top: -20px;
	transform:translateX(-50%);
    width: 100%;
    max-width: 200px;
    padding: 10px 25px 7px;
    background: #ff0000;
    border-radius: 50px;
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	}
.pakge_heading {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 34px;
    color: #000;
    font-weight: 800;
	text-transform:uppercase;
	}
.pakge_prod_box {
    float: left;
    width: 100%;
    margin: 45px 0;
    position: relative;
	}
.pakge_prod {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    height: auto;
	}
.pakge_seal {
    position: absolute;
    right: 0;
    top: -15%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f6ff00;
    box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    line-height: 22px;
    color: #000;
    font-weight: bold;
    padding: 17px 10px;
	}
.package.left .pakge_seal {
    right: 15%;
    top: -15%;
	}
.pakge_seal_free {
    position: absolute;
    right: 0;
    top: -15%;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background: #f6ff00;
    box-shadow: 5px 3px 5px 1px rgba(0, 0, 0, 0.5);
    font-size: 20px;
    line-height: 37px;
    color: #000;
    font-weight: bold;
    padding: 17px 10px;
	}
.pakge_price {
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    color: #644fb8;
    font-weight: bold;
	}
.pakge_price span {
    display: inline-block;
    vertical-align: middle;
    margin: 0 2px 0 0;
    position: relative;
    color: #8c8c8c;
    font-size: 23px;
    font-weight: normal;
	}
.pakge_price span:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    content: "";
    border-top: 2px solid #ff0000;
    transform: rotate(-12deg);
	}
.cta-btn {
    display: none;
    padding: 0;
    background: #04bf7a;
    margin: 5px auto 0;
    position: relative;
    border: none;
    box-shadow: none;
    top: 5px;
    color: #fff;
    padding: 5px 20px;
    border-radius: 50px;
    font-size: 18px;
    text-transform: uppercase;
    font-style: italic;
	}
.cta-btn img {
	display:inline-block;
	vertical-align:middle;
	margin:-4px 2px 0 0;
    width: 12px;
	}
.checkoutBtn {
	float:left;
	width: 100%;
    background: #04bf7a;
    color: #FFF;
    display: block;
    padding: 16px 0;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 30px;
    margin: 15px 0 0 0;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-decoration: none;
	}
.popupBtn{
	float:left;
	width: 100%;
	margin-top:0px;
	}
a.pakge_btn {
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	height:60px;
	background:#ffc439;
    text-align: center;
    margin-top: 5px;
    border-radius: 30px;
    cursor: pointer;
	font-size:15px;
	line-height:15px;
	font-weight:600;
	padding:17px 5px;
	}
a.pakge_btn img {
	display:inline-block;
	vertical-align:middle;
	margin:0;
    width: 100px;
	max-width:100%;
	margin-left:10px;
	}
.pakge_card {
    display: inline-block;
    vertical-align: middle;
    margin: 0px auto 0;
    max-width: 100%;
    height: auto;
	}
.package.active {
    border: 4px solid #04bf7a;
    transition: all ease 0.3s;
	}
.package__card_row{
	float:left;
	width:100%;
	margin-top:40px;
	}
.package__card_head{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	position:relative;
	text-align:center;
	}
.package__card_head:before, .package__card_head:after {
    display: inline-block;
    vertical-align: middle;
    content: '';
    width: 100px;
    height: 1px;
    background: #bdbdbd;
	margin: -2px 15px 0 0;
	}
.package__card_head:after {
    margin: -2px 0 0 15px;
	}
.cards_list{
	float:left;
	width:100%;
	margin-top:25px;
	display:flex;
	align-items:center;
	column-gap:15px;
	justify-content:center;
	}
.cards_list li{
	width:auto;
	}
.cards_list li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

/*--------FOOTER--------*/
.footer{
	float:left;
	width:100%;
	background:#fff;
	padding:40px 0;
	border-top:1px solid #c0c0c0;
	}
.footer__logo{
	display:block;
	margin:0 auto 10px;
	}
.footer__text{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:16px;
	line-height:24px;
	font-weight:400;
	}
.footer__text a{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}


.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%,
	100% {
		transform: scale(0.9);
	}
	50% {
		transform: scale(1);
	}
}
@-webkit-keyframes pulse {
	0%,
	100% {
		-webkit-transform: scale(0.95);
	}
	50% {
		-webkit-transform: scale(1);
	}
}

/*--------COMMON--------*/
.fl{ float:left;}
.fr{ float:right;}

.showTab, .showMob{ display:none;}
.showDesk{ display:block;}
.hideDesk{ display:none;}
	

/*--------Media-Querry--------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.banner__left { padding: 40px 0 35px;}
.banner__heading { font-size: 50px; line-height: 56px;}
.banner__product { top: 280px; left: -120px; width: 250px;}
.banner__seal { top: 280px; left: -140px;}

.section1 { padding: 50px 0 5px;}
.common__heading { font-size: 44px; line-height: 52px;}

.section2 { padding: 50px 0 60px;}
.s2__product { top: 40px; width: 380px;}
ul.s2__list1, ul.s2__list2 { width: 32%;}
ul.s2__list1 li, ul.s2__list2 li { padding: 40px 10px 40px 80px;}
.s2__row { margin-top: 40px;}

.section3 { padding: 50px 0 60px;}

.s4__left_inner .s4__heading1 { font-size: 34px; line-height: 44px;}
ul.s4__list1 li { margin: 35px 0 0 0;}

.section5 { padding: 50px 0 60px;}
.section6 { padding: 50px 0 60px;}
.section7 { padding: 50px 0 50px;}
.package_box { padding: 0 0px;}
.pakge_heading { font-size: 28px; line-height: 32px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}

.showDesk{display: none;}
.showTab{display: block;}

.header { margin-bottom: 70px;}
.header__fixed { height: 70px; padding: 18px 0; margin-top: -70px; top: 70px;}
.header__logo { margin-top: 0;}

.top__strip_text { font-size: 14px; line-height: 14px;}

.banner__left {padding: 25px 0 25px;width: 60%;}
.banner__rating { font-size: 16px; line-height: 18px;}
.banner__heading {font-size: 38px; line-height: 46px;}
.banner__insect { width:40px;}
.banner__sun { width: 40px;}
.banner__points li {margin-top: 15px;font-size: 18px;padding-left: 30px; background-position: 0 4px; background-size: 18px;}
.button__width{max-width: 380px;}
.common__button {font-size: 24px;}
.banner__right:before{ background-position:left bottom;}
.banner__product {top: 270px;left: -70px;width: 180px;}
.banner__seal {top: 290px;left: -90px;width: 90px;}
.bugs__head {font-size: 18px; line-height: 22px;}
ul.bugs__list li img{ width:50px;}
ul.bugs__list span{ font-size:15px; margin-top:6px;}

.section1{ padding:40px 0 5px;}
.common__heading{ font-size:34px; line-height:42px;}
.s1__inner{ margin-top:30px;}
.s1__left { float: none; width: 60%; display: inline-block; vertical-align: top;}
.s1__right { float: none; width: 90%; text-align: center; display: inline-block; vertical-align: top; margin-top: 25px;}
.common__text { margin-top:15px; font-size:17px; line-height:25px;}
.s1_crousel_rowr { margin: 40px 0 10px;}
.s1_crousel_col { width:200px !important;}

.marquee { padding: 8px 0 12px;}
.scroll__text_box p { font-size:16px; line-height:16px;}

.section2 {padding: 40px 0 50px;}
.s2__inner{ margin:0;}
.s2__product{ width:220px; top:60px;}
ul.s2__list1, ul.s2__list2 { width: 37%;}
ul.s2__list1 li, ul.s2__list2 li {padding: 20px 0px 20px 60px;}
ul.s2__list1 li img, ul.s2__list2 li img { top: 25px; left: 5px; width: 45px;}
ul.s2__list1 li h1, ul.s2__list2 li h1 { font-size: 18px; line-height: 24px;}
ul.s2__list1 li p, ul.s2__list2 li p { font-size: 17px; line-height: 23px;}
.s2__row { margin-top:25px;}
.s2__row_head{ font-size:20px; line-height:28px;}
ul.s2__row_list{ margin-top:25px;}
ul.s2__row_list li img { width:50px;}
ul.s2__row_list li p{ font-size:16px; line-height:22px;}

.section3 {padding: 40px 0 50px;}
.s3__inner { margin-top: 30px; row-gap: 25px;}
.s3__col p { font-size: 20px; line-height: 26px; padding: 10px 10px;}

.sticky { top: 70px;}
.s4__left_inner { padding: 40px 20px 50px 0;}
.s4__left_inner .s4__heading1 { font-size: 26px; line-height: 36px;}
ul.s4__list1 li { margin: 25px 0 0 0;padding: 0 0 0 60px;}
ul.s4__list1 li img{ width:45px;}
.s4__list1_head { font-size: 19px; line-height: 27px;}
.s4__list1_text{ font-size:17px; line-height:25px;}
.s4__right { padding: 0 0 30px 20px;}
.s4__right_col{ margin-top:30px;}
.s4__right_heading { font-size: 22px; line-height: 30px;}
ul.s4__list2 li img { width: 45px;}
ul.s4__list2 li p { font-size: 14px; line-height: 18px; letter-spacing: 0;}
.s4__img { margin: 20px auto 10px;}

.section5 {padding: 40px 0 50px;}
.s5__inner { margin-top: 35px;}
.s5__left_col { margin-top: 25px; padding-bottom: 25px;}
.s5__left_head { font-size: 19px; line-height: 25px;}
.s5__rating_box { border-width: 3px; padding: 25px 10px 10px;}
.s5__rating_col1 h1 { font-size: 60px;}
.s5__rating_star img { width: 120px;}
.s5__rating_col1 p { font-size: 17px; margin-top: 10px;}
.s5__right_col2 { margin-top: 20px; row-gap: 4px;}
.s5__right_col3 { margin-top: 15px;}
.s5__right_col3 li { padding: 15px 5px; font-size: 16px;}
.s5__right_col3 li span img { margin: -6px 5px 0 0px; width: 80px;}
.s5__right .common__button {font-size: 18px;}
.s5__right .button__caption { font-size: 13px; letter-spacing: 0;}

.section6 {padding: 40px 0 50px;}
.accordion { padding: 20px 35px 20px 0; font-size: 19px; line-height: 25px;}
.acdn-para { font-size: 17px; line-height: 25px;}

.section7 {padding: 40px 0 40px;}
.s7_star_text { font-size: 20px;}
.s7_package_text { font-size: 24px; line-height: 30px; margin-top: 15px;}
.package_box{ margin-top:45px;}
.pakge_popular {top: -16px;max-width: 160px;padding: 10px 15px 10px;font-size: 14px;line-height: 16px;}
.package_item { border-width: 3px; border-radius: 12px; padding: 30px 10px 15px;}
.package_item.active{ border-width:3px;}
.pakge_heading{ font-size:20px; line-height:24px;}
.pakge_prod_box { margin:35px 0 25px;}
.pakge_price { font-size: 26px; line-height: 30px;}
.pakge_price span {  margin: -6px 4px 0 0; font-size: 20px;}
.pakge_price span:after { top: 16px;}
.checkoutBtn {padding: 14px 0;font-size: 16px;}
.package_box a.pakge_btn {font-size: 14px;line-height: 15px;padding: 22px 5px;}
.package_box a.pakge_btn img {width: 70px;margin-left: 5px;}
.package__card_row{ margin-top:30px;}
.package__card_head{ font-size:20px;}
.cards_list{ margin-top:15px;}

.footer{ padding:30px 0;}
.footer__logo { width: 120px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}

.showDesk{display:none;}
.showMob{display:block;}
.hideMob{ display:none;}

.header{ margin-bottom:55px;}
.header__fixed { height: 55px; padding: 15px 0; margin-top: -55px; top: 55px;}
.header__logo{ width:120px;}
.menu-icon-mobile{ top:4px;}
.mobile-menu { top:55px;}
.mobimenu-top { top:55px;}

.top__strip_text{ font-size:12px; line-height:13px;}

.banner__left{ width:100%; text-align:center; padding:25px 0 30px;}
.banner__rating{ font-size:14px; line-height:18px;}
.banner__rating img { margin: -6px 5px 0 0; width: 90px;}
.banner__heading{ font-size:34px; line-height:42px;}
.banner__mobile_prod{ float:left; width:calc(100% + 30px); margin:20px 0 0 -15px;}
.banner__insect{ width:30px; margin:-8px 0 0 0;}
.banner__sun{ width:30px; margin:-6px 10px 0 2px;}
.banner__text { margin-top: 0; font-size: 17px; line-height: 27px; padding-left:2px; text-align:left;}
.banner__points { float: none; text-align: left; display: inline-block; vertical-align: top; max-width: 340px;}
.banner__points li {margin-top: 12px;font-size: 16px;padding-left: 25px;}
.button__box{ margin-top:30px;}
.common__button{ height:60px; font-size:20px; line-height:60px;}
.button__caption { margin-top: 15px; font-size: 14px; line-height: 14px;}
.button__caption img { margin: -5px 5px 0 0;}

.bugs__strip { padding: 20px 0 25px;}
.bugs__head { font-size: 17px;}
.bugs__head:before, .bugs__head:after{ display:none;}
ul.bugs__list { margin-top: 20px; row-gap: 15px; flex-wrap:wrap; width:calc(100% + 30px); margin-left:-15px;}
ul.bugs__list li{ width:33.33%;}
ul.bugs__list li:before{ display:none;}
ul.bugs__list span{ font-size:14px;}

.section1{ padding:30px 0 5px;}
.common__heading {font-size: 26px;line-height: 34px;}
.s1__inner{ margin-top:20px;}
.s1__left{ width:100%;}
.s1__right{ width:100%; margin-top:20px;}
.s1__right_text{ font-size:20px; line-height:28px;}
.common__text { font-size: 16px;line-height: 26px;}
.s1__text1{ font-size:18px;}

.s1_crousel_rowr{ margin:30px 0 5px;}
.s1_crousel_col{ width:160px !important;}

.section2{ padding:30px 0 35px;}
.s2__product {width: 70%;position: static;display: block;margin: 15px auto;transform: none;}
ul.s2__list1, ul.s2__list2 { width:100%;}
ul.s2__list1 li, ul.s2__list2 li {padding: 20px 0px 20px 70px;}
.s2__list1.s2__list1_mob li:last-child{ border-bottom:1px solid #ececec; padding:20px 0px 20px 70px;}
ul.s2__list1 li img, ul.s2__list2 li img{ width:50px;}
ul.s2__list1 li p, ul.s2__list2 li p{ font-size:16px; line-height:22px;}
.s2__row_head{ font-size:18px; line-height:26px;}
.s2__row_head:before, .s2__row_head:after{ display:none;}
ul.s2__row_list{ row-gap:20px; margin-top:20px;}
ul.s2__row_list li { width: 33.33%;}
ul.s2__row_list li img{ width:42px;}
ul.s2__row_list li p{ font-size:14px; line-height:18px;}

.section3{ padding:30px 0 35px;}
.s3__inner {margin-top: 20px;row-gap: 15px;}
.s3__col{ width:48%;}
.s3__col p {font-size: 16px;line-height: 20px;padding: 8px 10px;}

.section4:before{ display:none;}
.s4__left{ float:left; width:calc(100% + 30px); margin-left:-15px; background:#644fb8; padding:0 15px;}
.sticky{ position:relative; top:0;}
.s4__left:before{ left:-15px; right:-15px;}
.s4__left_inner { padding: 30px 0px 35px 0;text-align: center;}
.s4__left_inner .s4__heading1 {font-size: 24px;line-height: 32px;}
.s4__list1_text {font-size: 16px;line-height: 24px;}
.s4__right {padding: 0;width: 100%;}
.s4__right_col{ margin-top:40px; text-align:center;}
.s4__right_heading{ font-size:20px; line-height:26px;}
ul.s4__list2 li { padding: 0 5px;}
ul.s4__list2 li p {font-size: 13px; line-height: 17px;}
.s4__img { margin: 20px auto 0px;}

.section5{ padding:40px 0 35px;}
.s5__inner { flex-wrap: wrap; flex-direction: column-reverse; margin-top:20px;}
.s5__right { width: 100%;}
.s5__left { width: 100%; margin-top: 30px;}
.s5__left_head { font-size: 18px; line-height: 24px;}
.s5__left_star img{ width:100px;}
.s5__left_name { margin-top: 20px; font-size: 16px; line-height: 24px;}
.s5__left_name span { margin-top: 0; font-size: 12px;}

.section6{ padding:30px 0 35px;}
.faq-container { margin-top:10px;}
.accordion { font-size: 18px;line-height: 26px; background-size:12px;}
.acdn-heading.accordion-open{ background-size:12px;}
.acdn-para {font-size: 16px; line-height: 24px; letter-spacing:0;}

.section7 {padding: 30px 0 30px;}
.s7_star_text{ font-size:16px; line-height:24px;}
.star2 { margin: -4px 5px 0 0; width: 80px;}
.s7_package_text { font-size: 20px; line-height: 26px;}
.package_box { margin-top: 35px; row-gap:0px;}
.package{ width:100%;}
.package.left{ order:2;}
.package.mid{ order:1;}
.package.right{ order:3;}
.pakge_heading { font-size: 24px; line-height: 28px;}
.pakge_heading span{ display:inline-block;}
.package_item{ padding:15px 10px;}
.package.mid .package_item { padding:30px 10px 15px;}
.pakge_prod_box{ width:40%; margin:20px 0 10px;}
.pakge_seal_free {right:auto;left: -5px;top: -15px; width: 40px;height: 40px;font-size: 12px;line-height: 42px; padding: 0;}
.pakge_seal {right:auto;left: -5px;top: -15px;width: 40px;height: 40px;font-size: 12px;line-height: 14px; padding: 7px 0;}
.package.left .pakge_seal { right:auto; top:-10px; left:15px;}
.pakge_price { font-size: 24px; line-height: 26px; width:60%; margin-top:20px;}
.pakge_price span { margin: -4px 4px 0 0;font-size: 16px;}
.pakge_price span:after{ top:13px;}
.cta-btn { display: block;}
.popupBtn_mob{ float:left; width:100%; margin-top:0px;}
.checkoutBtn { padding: 16px 0;font-size: 20px;}
.pay_other{ float:left; width:100%; margin:5px 0 0px; font-size:16px; line-height:16px;}

.package__card_row{ margin-top:25px;}
.package__card_head:before, .package__card_head:after{ display:none;}
.package__card_head{ font-size:18px;}
.cards_list{ column-gap:10px; flex-wrap:wrap; row-gap:10px;}
.cards_list li { width:16%;}

.footer{ padding:0 0 20px;}
.footer__logo{ margin:20px auto 5px;}
.footer__text { margin-top: 8px; font-size: 12px; line-height: 20px;}
.footer__text a{ padding:0;}

#ctabtn-mob{
	background:#000;
	padding:10px 15px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 9999;
	transition:bottom 1s;
	display: table;
	width:100%;
	}
}
.semi_bold{ font-weight:600;}
.mt0{ margin-top:0;}