@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: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;
	}
.hide-desk{ display:none;}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float: left;
    width: 100%;
    background: #fff;
    height: 75px;
    padding: 9px 0;
    margin-top: -75px;
    top: 75px;
    position: relative;
    -webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}				
.logo{
	float: left;
	max-width: 170px;
	margin-top: 4px;
}
ul.topMenu{
    position: absolute;
    right: 0%;
    transform: none;
    top: 15px;
    z-index: 1;
	}
ul.topMenu li{
	float:left;
	padding:5px 20px;
	position:relative;
	}
ul.topMenu li a{
	color: #0f0f0f;
    font-size: 18px;
    line-height: 18px;
    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:#000;}
a.nav-btn{
       float: right;
    background: #ffd200;
    color: #000000;
    font-size: 18px;
    text-align: center;
    width: 165px;
    height: 45px;
    line-height: 47px;
    border-radius: 6px;
    margin-top: 6px;
    font-weight: 800;
	}

.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: #000;
	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:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:103px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:75px;}	
.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:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

/*==============banner===============*/
/*--------BANNER--------*/
.banner{
	    float: left;
    width: 100%;
    padding: 50px 0 60px;
    background: #fff;
    overflow: hidden;
	}
.banner__left{
	float:left;
	width:52%;
	text-align:left;
	position:relative;
	}
.banner__rating{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	border-radius:50px;
	padding:6px 25px 6px 15px;
	font-size:14px;
	line-height:19px;
	letter-spacing:0.7px;
	}
.banner__rating_star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 3px 0 0;
	width:90px;
	}
.banner__rating_verified{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 2px 0 6px;
	width:14px;
	}
.banner__heading{
	float: left;
    width: 100%;
    margin-top: 15px;
    color: #424242;
    font-size: 48px;
    line-height: 60px;
    font-weight: 900;
    letter-spacing: 0.5px;
	}
.banner__heading span{ background:linear-gradient(transparent 40%, #fbd3d5 90%, transparent 10%); display:block; color:#e9050b;}
.banner__strip{
	float: left;
    width: 100%;
    margin-top: 25px;
    padding: 14px 20px 14px 0;
    border-top: 1px solid #ff9c9f;
    border-bottom: 1px solid #ff9c9f;
    display: flex;
    justify-content: space-between;
	}
.banner__strip li{
	width: auto;
	position: relative;
	padding-left: 60px;
	text-align: left;
	}
.banner__strip_icon{
	position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #e9050b;
    display: grid;
    place-items: center;
	}
.banner__strip_icon img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:27px;
	filter:brightness(100);
	}
.banner__strip li h3{
	color:#464646;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	font-weight:400;
	}
.banner__strip li p{
	font-size:18px;
	line-height:24px;
	letter-spacing:0.5px;
	font-weight:500;
	}
.banner__points{
	float:left;
	width:100%;
	margin-top:20px;
	}
.banner__points li{
	float:left;
	width:100%;
	margin-top:20px;
	font-size:21px;
	line-height:25px;
	font-weight:500;
	letter-spacing:0.5px;
	padding-left:35px;
	background:url(../images/banner-points-check.png) no-repeat 0 5px;
	background-size:24px;
	text-transform:capitalize;
	}
.banner__extras{
	float:left;
	width:100%;
	max-width:420px;
	margin-top:35px;
	text-align:center;
	display:flex;
	justify-content:space-evenly;
	}
.banner__extras li{
	width:auto;
	}
.banner__extras li img{
	display:block;
	margin:0 auto;
	width:34px;
	max-width:100%;
	}
.banner__extras li p{
	font-size:13px;
	line-height:16px;
	margin-top:5px;
	letter-spacing:0.5px;
	}
.button__box{
	float:left;
	width:100%;
	margin-top:30px;
	}
.button__width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:400px;
	text-align:center;
	}
.common__button{
	float:left;
	width:100%;
	margin:10px 0;
	height:70px;
	background:#28ca0d;
	display:flex;
	align-items:center;
	justify-content:center;
	column-gap:15px;
	color:#fff;
	font-size:24px;
	line-height:24px;
	font-weight:700;
	letter-spacing:0.5px;
	border-radius:8px;
	box-shadow:3px 3px 10px 0 rgba(0,0,0,0.3);
	}
.common__button img{
	display:inline-block;
	vertical-align:middle;
	width:10px;
	}
.button__date{
	display:inline-block;
	vertical-align:top;
	color:#1d1d1d;
	font-size:15px;
	line-height:19px;
	font-weight:500;
	letter-spacing:0.5px;
	position:relative;
	padding-left:15px;
	}
.button__date:before{
	content:'';
	position:absolute;
	top:7px;
	left:0;
	width:6px;
	height:6px;
	border-radius:50px;
	background:#438e1e;
	animation:breath 1s infinite;
	}
@keyframes breath {
	0% { opacity:1;}
	60% { opacity:0;}
	70% { opacity:1;}
	100% { opacity:1;}
	}
.button__date span{
	color:#2fa31c;
	font-weight:700;
	}
.banner__left .button__box{ margin-top:30px;}
.button__caption{
	float:left;
	width:100%;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	letter-spacing:0.5px;
	}
.button__caption span{
	display:inline-block;
	vertical-align:middle;
	padding-left:20px;
	background:url(../images/button-check.png) no-repeat 0 2px;
	background-size:12px;
	}
.button__caption span:first-child{ margin-right:20px;}

.banner__certificates{
	position:absolute;
	bottom:20px;
	right:-450px;
	}
.banner__certificates li{
	display:inline-block;
	vertical-align:middle;
	margin-right:25px;
	}
.banner__certificates li:last-child{ margin-right:0;}
.banner__certificates li img{
	display:block;
	margin:0 auto;
	width:auto;
	max-width:100%;
	height:55px;
	}
.banner__right{
	float:right;
	width:45.3%;
	position:relative;
	}
.banner__products{
	position:absolute;
	top:-10px;
	right:0px;
	width:530px;
	}
.banner_seal {
	    position: absolute;
    right: 460px;
    top: 410px;
    width: 200px;
}

/*-------------------------
    	SECTION-2
--------------------------*/

.ben_sld{
	    float: left;
    width: 100%;
    background: #fff1f1;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
    height: 60px;
	}
.ben_sld_track{
	position: absolute;
    white-space: nowrap;
    animation: marquee-horizontal 50s linear infinite;
	white-space: nowrap;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    justify-content: flex-start;
    align-items: center;
    display: flex;
	}
.ben_sld_bx{
	flex: none;
    margin-right:35px;
	position:relative;
	-webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    will-change: transform;
	}
.point {
    display: inline-block;
    vertical-align: middle;
    margin: 0 12px 0 0;
}
.point img{
	width:40px;
	display:inline-block;
	vertical-align:middle;
}
.ben_sld_bx p{
	font-size:16px;
	line-height:16px;
	color:#000;
	letter-spacing:0.5px;
	display:inline-block;
	vertical-align:middle;
	}
@keyframes marquee-horizontal {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-50%);
	}
}
/*--------SECTION-2--------*/
.section2{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	position:relative;
	}
.common__subhead{
	float:left;
	width:100%;
	margin-bottom:15px;
	color:#e9050b;
	font-size:18px;
	line-height:20px;
	font-weight:700;
	letter-spacing:0.5px;
	text-transform:uppercase;
	}
.common__subhead.red{
	color:#ff0000;
	}
.common__heading{
	float: left;
    width: 100%;
    color: #161616;
    font-size: 45px;
    line-height: 53px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}
.common__text{
	 display: inline-block;
	width:100%;
	color:#000;
	font-size:18px;
	line-height:28px;
	font-weight:400;
	margin-top:20px;
	letter-spacing:0.5px;
	}
.section2 .common__text{ max-width:80%;}
.s2__inner{
	float: left;
    width: 100%;
    margin-top: 50px;
    padding: 0 100px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
	}
.s2__left{
	width:47.115%;
	}
.s2__left img{
	float:left;
	width:100%;
	border-radius:10px;
	}
.s2__right{
	width:50%;
	background:#fff;
	border-radius:10px;
	box-shadow:0 0 10px 0 rgba(0,0,0,0.1);
	display:flex;
	flex-wrap:wrap;
	flex-direction:row;
	}
.s2__right_row{
	    width: 100%;
    padding: 10px 20px 10px 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
	}
.s2__right_row1{
	height:24.5%;
	}
.s2__right_row2{
	height:33%;
	border-bottom: 1px solid #e2e2e2;
	}
.s2__right_head{
	    float: left;
    width: 100%;
    color: #e9050b;
    font-size: 20px;
    line-height: 30px;
    font-weight: 900;
    letter-spacing: 0.5px;
    text-transform: capitalize;
	}
.s2__right_text{
	float:left;
	width:100%;
	margin-top:5px;
	color:#363636;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.5px;
	}
.s2__right_points{
	float:left;
	width:100%;
	margin-top:5px;
	}
.s2__right_points li{
	float: left;
    width: 100%;
    margin-top: 5px;
    padding-left: 18px;
    position: relative;
    color: #363636;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.5px;
	}
.s2__right_points li:before{
	content:'';
	position:absolute;
	top:9px;
	left:0;
	width:6px;
	height:6px;
	background:#e9050b;
	border-radius:50%;
	}							
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	float: left;
    width: 100%;
    padding: 60px 0;
    height: auto;
    background: #fff1f1;
	}
.s3-mid-row{
	float: left;
    width: 100%;
    margin:35px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    row-gap:25px;
    column-gap:20px;
	}
.package1{ margin-top:30px;}
.box1, .box2, .box3, .box4{
    float: left;
    width: 32%;
    padding: 20px 15px;
    background: #fff;
    border: 1px solid #ececec;
    position: relative;
    border-radius: 12px;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
}
.box4 .common__button {
    height: 60px;
    font-size: 22px;
    line-height: 22px;
}
.box4 .option-hed {
    font-size: 18px;
    float: left;
    width: 100%;
    font-weight: 500;
    margin-top: 10px;
	margin-bottom:0;
}
/*.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{margin: 0 3px; width:100%; border:2px solid #ec3f3a;}*/
.pkg-hding{
	font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #2e3346;
}
.pkg-hding span{
    text-transform: capitalize;
    color: #000;
    display: block;
    font-weight: 600;
    font-size: 22px;
    line-height: 32px;
	}
.box4-imgdiv{
	float: right;
    width: 100%;
    padding: 10px 20px;
	position:relative;
	
	}
.box4-imgdiv:before{
	    position: absolute;
    content: "";
    background: #fff1f1;
    border-radius: 5px;
    width: 100%;
    height: 240px;
    top: 0px;
    left: 0;
    right: 0;
}
img.s1prd {
	display: inline-block;
    max-width: 240px;
    position: relative;
    z-index: 9;
}
.prod-txt.bdfont {
        float: left;
    width: 100%;
    font-size: 18px;
    text-align: left;
    line-height: 30px;
}
.package2 img.s1prd{
	    display: block;
    margin: 40px auto 0px;
    width: 210px;
    max-width: 100%;
    z-index: 9;
}
.package2 .pkg-hding{
  font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #000;
    text-align: left;
    padding: 20px 0 0 0;
    width: 100%;
    float: right;
}
.package2 .pck-txt {
    float: right;
    width: 100%;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    line-height: 26px;
}
img.s1prd:nth-child(3), img.s1prd:nth-child(4) {
        position: absolute;
    z-index: 5;
    top: 74px;
    left: 30px;
    max-width: 170px;
}
img.s1prd:nth-child(4) {left: auto; right:30px;}
img.s1prd:nth-child(5), img.s1prd:nth-child(6) {
    position: absolute;
    z-index: 3;
    top: 83px;
    left: 9px;
    max-width: 160px;
}
img.s1prd:nth-child(6) { left: auto; right: 9px;}
img.s1prd:nth-child(7) {
	position: absolute;
	z-index: 1;
	top: 90px;
	left: -7px;
	max-width: 150px;
}
.pkg-img{margin:46px auto 0 auto;display:block;}
.pkg-prcbox{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 0px 5px;
}
.package2 .pckg-rgt{    float: right; width: 60%; padding-left: 30px;}
.package2 .pkg-prcbox{ 
	height: 131px;
    float: left;
    width: 100%;
    margin-top: 15px;
    background: none;
    padding: 0 20px 0 0;
}
.s4-img{
	border-radius: 0px;
    float: left;
    width: 100%;
    margin-top: -15px;
    margin-bottom: 12px;
    /* background: #fce1e0; */
    padding: 0px 0;
}
.offbx{
	font-weight: 700;
    font-size: 40px;
    line-height: 50px;
    color: #363636;
    /* text-align: left; */
    margin-top: 10px;
    float: left;
    width: 100%;
}
p.prod-txt {
    float: left;
    width: 100%;
    font-size: 15px;
    line-height: 25px;
    margin: 5px 0 2px;
}
p.pck-txt {
    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    text-align: left;
    margin: 5px 0 0;}
.pkg-prcbox input[type=radio] {
    position: absolute;
    opacity: 0;
}
.pkgrgt {
	float: left;
    width: 100%;
    padding: 10px 0 0px;
    text-align: left;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding:3px 0px;
    cursor: pointer;
    position: relative;
}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
        position: absolute;
    left: 0;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #b6b6b6;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 3px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #9f1921;
}
.packageOpt p {
        color: #737373;
    font-size: 19px;
    line-height: 27px;
    font-weight: 500;
}
.prc1{
	font-weight:600;
	font-size:24px;
	line-height:30px;
	color:#fff;
	text-align:center;
	padding:30px 0 0 0;
}
.prc2{
	color:#e3e3e3;
	text-align:center;
	padding:5px 0 0 0;
	font-size:20px;
	line-height:30px;
}
.s3-mid-row package1{
	float:right;
	width:50%;
	border:1px solid #000;
}

/*--------SECTION-4--------*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.s4__inner{
	float:left;
	width:100%;
	padding:0 50px;
	margin-top:45px;
	}
.s4__left{
	float:left;
	width:48%;
	}
.s4__left img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s4__left img.s4__left_img_mob{ display:none;}
.s4__right{
	float:right;
	width:50%;
	text-align:left;
	}
.s4__slider{
	float:left;
	width:100%;
	background:#fff;
	border-radius:8px;
	border:1px solid #e9050b;
	margin-top:12px;
	padding:0 20px 0 20px;
	}
.s4__slider:first-child{ margin-top:0;}
.s4__slider_head {
	float: left;
	width: 100%;
	text-align: left;
	padding: 22px 0 22px 0;
	font-size: 20px;
	line-height: 24px;
	cursor: pointer;
	position: relative;
	font-weight:700;
	letter-spacing:0.5px;
	background:url(../images/s4-down.png) no-repeat 100% 50%;
	background-size:16px;
	}
.s4__slider_head.active {
	background:url(../images/s4-up.png) no-repeat 100% 50%;
	background-size:16px;
	}
.s4__slider_content {
	float: left;
	width: 100%;
	padding: 14px 0 25px 0;
	text-align:left;
	border-top:1px solid #e2e2e2;
	}
.s4__slider_text{
	float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    font-weight: 400;
	}
.s4__slider_img{
	    float: left;
    width: 100%;
    margin-top: 25px;
    background: #f7f7f7;
    border-radius: 12px;
    /* padding: 10px 10px; */
    overflow: hidden;
	}
.s4__slider_img img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}

/*--------SECTION-6--------*/
.section6{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff1f1;
	}
.s6__inner{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s6__left{
	float:left;
	width:41%;
	}
.s6__left img{
	float:left;
	max-width:100%;
	border-radius:8px;
	}
.s6__right{
	float: right;
    width: 54%;
    text-align: left;
    margin-top: 30px;
	}
.s6__right_row{
	float:left;
	width:100%;
	border-bottom:1px solid #ff9c9f;
	display:flex;
	justify-content:center;
	}
.s6__right_row:last-child{
	border-bottom:none;
	}
.s6__icon_box{
	width:18%;
	padding:25px 10px 25px 15px;
	border-right:1px solid #ff9c9f;
	}
.s6__icon_box img{
	float:left;
	width:57px;
	}
.s6__text_box{
	width:82%;
	padding:25px 5px 20px 20px;
	}
.s6__right_row:first-child .s6__icon_box, .s6__right_row:first-child .s6__text_box{ padding-top:0;}
.s6__right_row:last-child .s6__icon_box, .s6__right_row:last-child .s6__text_box{ padding-bottom:0;}
.s6__right_head{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	font-weight:700;
	letter-spacing:0.5px;
	}
.s6__right_text{
	float:left;
	width:100%;
	margin-top:12px;
	font-size:18px;
	line-height:26px;
	font-weight:400;
	letter-spacing:0.5px;
	}

.discount__sec{
	float:left;
	width:100%;
	padding:30px 0;
	background:#0e1b4d;
	}
.discount_text{
	float:left;
	width:100%;
	color:#fff;
	font-size:40px;
	line-height:40px;
	font-weight:700;
	letter-spacing:0.5px;
	}
.discount_text span{ color:#f6ff00;}
.payments__sec{
	float:left;
	width:100%;
	padding:10px 0;
	background:#e9050b;
	}
.payments_text{
	float:left;
	width:100%;
	color:#fff;
	font-size:18px;
	line-height:22px;
	letter-spacing:0.5px;
	}		

/*=============================
		FOOTER CSS
===============================*/
.footer{
	    float: left;
    width: 100%;
    padding: 30px 0 30px;
    background: #ffffff;
	}
.footer1{
	float:left;
	width:100%;
	border-bottom:1px solid #dfdfdf;
	padding-bottom:35px;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.footer-text{
	    float: left;
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    margin-top: 15px;
	}
.footer-text a{ padding:0 0px; color:#333333;}
.footer2{
	float:left;
	width:100%;
	padding-top:15px;
	}	
	
/*-----------------------
		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 { padding: 50px 0 50px;}
.banner__left{ width:50%;}
.banner__heading { margin-top: 15px; font-size: 40px; line-height: 52px;}
.banner__heading span{ display:inline;}
.banner__strip { margin-top: 25px; padding: 12px 0;}
.banner__strip li {padding-left: 52px;}
.banner__strip_icon {width: 45px;height: 45px;}
.banner__strip_icon img { width: 22px;}
.banner__strip li p { font-size: 17px; line-height: 23px;}
.banner__points {margin-top: 15px;}
.banner__points li {margin-top: 20px;font-size: 20px;line-height: 24px;padding-left: 30px; background-position: 0 6px;background-size: 20px;}
.banner__products { width: 450px; top:0; right:0;}
.banner__certificates { bottom: 10px; right: -440px;}
.banner_seal{right: 390px;}

.common__heading { font-size: 40px; line-height: 48px;}

.s2__inner {padding:0 30px;}
.section2 .common__text {max-width: 90%;}

.section-3{ padding:50px 0;}
.s3-mid-row{ column-gap:12px; margin: 35px 0 0;}
.pkg-hding{ }
.pkg-hding span {}
.s4-img img.s1prd{ width: 158px;}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{ border-right: 2px solid #ec3f3a;}
.box4 .option-hed{ font-size:16px;}
.pkg-prcbox{ width:100%;}
.box4-imgdiv{ width:100%;}

.section4 { padding: 50px 0 60px;}
.s4__inner { padding: 0 50px; margin-top: 40px;}

.section6 { padding: 50px 0 60px;}


}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.banner {padding: 40px 0 40px;}
.banner__left{ width:62%;}
.banner__rating { padding: 5px 15px 5px 10px;font-size: 14px; line-height: 18px;}
.banner__rating_star { width: 80px;}
.banner__heading {margin-top: 10px;font-size: 29px;line-height: 41px;}
.banner__strip {margin-top: 20px;padding: 10px 0;}
.banner__strip li {padding-left: 40px;}
.banner__strip_icon {width: 35px;height: 35px;}
.banner__strip_icon img {width: 18px;}
.banner__strip li h3 {}
.banner__strip li p {}
.banner__points {margin-top: 10px;}
.banner__points li {margin-top: 15px;font-size: 16px;line-height: 20px;padding-left: 25px;background-position: 0 4px;background-size: 16px;}
.banner__products {width: 100%;top:20px; right:0;}
.banner__certificates {bottom: 60px;right: -340px;}
.banner__certificates li {margin-right: 20px;}
.banner__certificates li img {height: 35px;}
.button__box { margin-top: 40px;}
.banner__right{ width:35%;}
.banner_seal {right: 140px; top: 320px; width: 160px;}

.common__subhead {font-size: 16px;line-height: 18px;}
.common__heading {font-size: 34px;line-height: 40px;}
.common__text {font-size: 17px;line-height: 27px; margin-top: 15px;}

.section2 {padding: 50px 0 50px;}
.s2__inner{ margin-top:30px; padding:0;}
.s2__left {width: 49%;}
.s2__right_row { padding: 10px 15px 10px 25px;}
.s2__right_row1 { height: auto;}
.s2__right_row2 {height: auto;}
.s2__right_text { font-size: 17px; line-height: 23px; letter-spacing: 0;}
.s2__right_points li { font-size: 17px; line-height: 23px; letter-spacing: 0;}
.section2 .common__text {max-width: 100%;}


.section-3{ padding:40px 0 40px;}
.s3-mid-row { column-gap: 14px; margin: 30px 0 0;}
.box1, .box2, .box3, .box4{width: 49%;}
.box4-imgdiv { width: 100%; height: auto; padding:0px 10px;}
.s3-mid-col{ width: 48%;}
.s3-mid-col span{ font-size:22px; line-height:28px;}
.package2 .pckg-rgt{ width: 58%; float: right; text-align: left;}
.package2 img.s1prd{}
.offbx { font-size: 24px; line-height: 32px;}
a.select-btn {}
.package2 .pkg-hding{}
.package2 .pck-txt{ }
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{}
.pkg-prcbox{ padding: 25px 5px 10px; height: auto; float: left; width: 100%; }
.pkg-hding span {}
p.pck-txt{ font-size:16px; line-height:23px;}
.box4 .option-hed {font-size: 18px;}

.section4 {padding: 40px 0 45px;}
.s4__inner {padding: 0;margin-top: 30px;}
.s4__left { width: 38%;}
.s4__right { width: 58%;}
.s4__slider { padding: 0 15px 0 15px;}
.s4__slider_head { padding: 18px 0 18px 0; font-size: 19px; line-height: 23px;}
.s4__slider_content { padding: 12px 0 15px 0;}
.s4__slider_text { font-size: 17px;line-height: 23px;}
.s4__slider_img {margin-top: 20px;padding: 0;}

.section6 {padding: 40px 0 45px;}
.s6__inner{ margin-top:30px; padding:0;}
.s6__left { width: 44%;}
.s6__right {width: 52%;}
.s6__icon_box {padding: 17px 10px 15px 5px;}
.s6__icon_box img { width: 50px;}
.s6__text_box {padding: 15px 0px 15px 15px;}
.s6__right_head {font-size: 20px;line-height: 20px;}
.s6__right_text {margin-top: 10px;font-size: 17px;line-height: 25px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.hide-desk{display: block;}
.hide-mob{ display:none;}
.show-mob{ display:block;}

.caption-txt{ color:#ffff00; font-size:15px; line-height:17px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 5px 0;}
.logo{ width: 124px; margin-top: 6px;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:12px; right:10px;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top:55px;}

.banner { padding: 20px 0 30px;}
.banner__left { width: 100%; text-align: center;}
.banner__rating {padding: 5px 10px 5px 10px;font-size: 13px;line-height: 17px; letter-spacing:0.5px;}
.banner__rating_star {width: 70px;}
.banner__rating_verified {margin: -2px 2px 0 4px;width: 12px;}
.banner__heading {margin-top: 8px; font-size: 32px; line-height: 38px;}
.banner__heading span{ display:block;}
.banner__right{ width:100%; margin-top:0px; margin-bottom:0px;}
.banner__pic { height: 330px; object-fit: cover; width: 100%; max-width: 360px;}
.banner__products {width: 340px; position: static; display: inline-block;}

.banner__strip { max-width:400px; margin:0 auto; float:none;padding: 0;border: none; text-align:left;  flex-wrap: wrap; row-gap:10px;}
.banner__strip li {padding-left:40px; width:49%;}
.banner__strip_icon{width: auto;background: none;height: auto;}
.banner__strip_icon img {width: 32px; filter:none;}

.banner__strip li.banner__strip_border{ width:1px; background:#c5c5c5; padding:0;}
.banner__points { text-align: left;float: none;display: inline-block; width: 100%;max-width: 100%;vertical-align: top;}
.banner__points li { margin-top: 13px; font-size: 16px; background-position: 0 5px; background-size: 15px; padding-left: 20px; font-weight: 600;}
.banner__extras { max-width: 100%; margin-top: 25px;}
.button__date{ font-size:14px;}
.common__button { height: 60px;font-size: 22px;}
.button__caption{font-size: 13px;}
.banner__certificates{ position:static; float:left;width:100%;display:flex;justify-content:space-evenly; margin-top:20px;}
.banner__review_box{float:left;width:100%;margin-top:25px;padding:12px 15px 15px;border:1px solid #0e1b4d;border-radius:5px; text-align:left; background:#fff;}
.banner__review_head{ float:left; width:100%; color:#0e1b4d; font-size:15px; line-height:15px; font-weight:500; letter-spacing:0.5px;}
.banner__review_star{float:left; width:100%; margin-top:8px;}
.banner__review_star img{ float:left; width:80px;}
.banner__review_text{ float:left; width:100%;margin-top:10px; font-size:15px; line-height:21px; letter-spacing:0.5px;}
.banner__review_name{float:left; width:100%;margin-top:10px;font-size:15px; line-height:21px; font-weight:500; letter-spacing:0.5px;}
.banner__review_name span{ color:#22a40c; font-size:13px;}
.banner__review_name span img{ display:inline-block; vertical-align:middle; margin:-3px 3px 0 5px; width:14px;}

.button__box {margin-top: 30px;}

.common__subhead {font-size: 16px; margin-bottom:8px;}
.common__heading { font-size: 24px;  line-height: 35px;}
.common__text {font-size: 16px; line-height: 26px;}

.section2 { padding:0px 0 35px;}
.section2 .common__subhead{ padding-top:35px;}
.section2:before{top: -36px;height: 70px;}
.section2:after {top: -6px;width: 1px;height: 80px;}

.s2__inner {flex-wrap: wrap;justify-content: center;}
.s2__left {width: 100%;}
.s2__left img {width: calc(100% + 20px); border-radius: 0;margin-left: -10px;}
.s2__right { width: 100%;margin-top: -100px;}
.s2__right_row {padding: 20px 15px 20px 20px;}
.s2__right_text {font-size: 16px; line-height: 22px;}
.s2__right_points li {font-size: 16px;line-height: 22px; margin-top:8px;}

.section-3{ padding:30px 0 30px;overflow: hidden;}
.common-heading p { font-size: 24px; line-height: 38px;}
.s3-mid-row{margin: 24px 0 0; padding: 0 0px; justify-content: center;column-gap: 0;row-gap: 20px;}
.box1, .box2, .box3, .box4 { width: 100%; max-width: 355px;}
.s3-mid-col {width: 100%;padding: 20px 10px 20px 15px; margin-top: 20px;}
.s3-col-icn{right:10px;}
.s3-icn1{ width:100px;}
.s3-icn2, .s3-icn3{ width:80px;}
.s3-icn4, .s3-icn5{ width:90px;}
.s3-icn6{ width:70px;}
.package2 .box4 {width: 100%; margin:10px 0 0;}
.pkg-prcbox{padding: 8px 10px 6px;}
.box4-imgdiv{ padding:0px 0;}
.box4-imgdiv:before{ height:155px;}
img.s1prd{ max-width:200px;}

.section4 { padding: 30px 0 35px;}
.s4__left {width: 100%;}
.s4__left img{ display:none;}
.s4__left img.s4__left_img_mob{ display:block; margin:0 auto;}
.s4__right {width: 100%; margin-top:15px;}
.s4__slider_text {font-size: 16px;line-height: 26px;}

.section6 { padding: 30px 0 35px;}
.s6__left { width: 100%;}
.s6__left img { max-width:360px; width:100%;float: none;display: inline-block;vertical-align: top;}
.s6__right {width: 100%;margin-top: 30px;}
.s6__icon_box{ border-right:none;  width:65px;}
.s6__text_box{ width:calc(100% - 65px);}
.s6__right_text{ font-size:16px; line-height:24px;}

.footer{ padding:0 0 25px;}
.marg-top a{ float:left;width:100%; margin-top:5px;}
.footer1{ padding:20px 0;}
.footer-text{ font-size:15px; margin-top:10px;}
.footer-text a{ padding:0 0px; font-size:14px;}
.footer2{ padding-top:10px;}

.ftr-logo {display: block;margin: 0 auto;width: 92px;}

#ctabtn-mob{
	background: #ea061f;
	padding:5px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}
a.pg-btn{}
a.pg-btn p{}

}