@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: "Poppins", 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; max-width:100%;vertical-align: middle;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}

/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:80px;
	}
.header{
	    float: left;
    width: 100%;
    background: #fff;
    height: 80px;
    padding: 10px 0;
    margin-top: -80px;
    top: 80px;
    position: relative;
}
.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;
    width: 160px;
}
ul.topMenu{
	display: inline-block;
    vertical-align: middle;
    margin-top: 10px;
	}
ul.topMenu li{
	float:left;
	padding:5px 20px;
	position:relative;
	}
ul.topMenu li a{
	color: #0f0f0f;
    font-size: 18px;
    line-height: 18px;
    text-transform: uppercase;
    letter-spacing: 2px;
	}
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:#fdb233;}
a.nav-btn{
    float: right;
    background: #ff0336;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 185px;
    height: 45px;
    line-height: 47px;
    margin-top: 7px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.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;}

/*-------------------------
CSS FOR BANNER
--------------------------*/
.banner {
	    float: left;
    width: 100%;
	height:594px;
    background: url(../images/banner-bg.jpg) #e7e7e9 no-repeat center top;
    padding: 110px 0 0;
	position:relative;
	}
.bnr-lft{
	float: left;
    width: 46%;
    text-align: left;
	}
.bnr-p1 {
	display: inline-block;
    vertical-align: middle;
    color: #fdb233;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 1px;
    padding: 0 50px 0px;
    margin-bottom: 18px;
    background: url(../images/bnr-p1bg.png) no-repeat left top;
    background-size: 100% 100%;
    text-transform: uppercase;
	}
.bnr-p2 {
	float: left;
    width: 100%;
    color: #444;
    font-size: 62px;
    line-height: 72px;
    font-weight: bold;
    font-family: "Jost", sans-serif;
	}
.bnr-p2 span {
    display: block;
    font-size: 36px;
    line-height: 44px;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: 2px;
}
.bnr-p3 {
	position:absolute;
	left: 42%;
    top: 50px;
    z-index: 1;
	width:120px;
	height:120px;
	background:#ff0336;
	border-radius:50%;
    color: #fff;
    font-size: 26px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 19px;
	text-transform:uppercase;
	text-align:center;
	}
.bnr-p3 span{
	display:block;
	font-size:42px;
	line-height:40px;
	}	
.bnr-p4 {
	    float: left;
    width: 100%;
    color: #4d4d4d;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
}
.bnr-ul{
	    float: left;
    width: 77%;
    margin-top: 8px;
	}
.bnr-ul li{
	float: left;
    width: 48.5%;
    background: #4ac3e0;
    padding: 10px 10px;
    border-radius: 4px;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    font-weight: 500;
    text-align: center;
    margin-top: 11px;
	}
.bnr-ul li:nth-child(even){float:right;}
.bnr-ic-1{display:inline-block;}
.bnr-p5 {
	float: left;
	width: 100%;
	color: #292929;
	font-size: 16px;
	line-height: 24px;
	font-style:italic;
	margin:15px 0;
	}
.bnr-p5 img{margin-right:5px;}
.commn-btn {
    display: inline-block;
    vertical-align: middle;
    max-width: 250px;
    width: 100%;
    margin-top: 30px;
    text-align: center;
}
.bnr-btn {
    display: inline-block;
    background: #ff0336;
    color: #fff;
    font-size: 22px;
    line-height: 60px;
    font-weight: 400;
    text-align: center;
    border-radius: 0px;
    width:100%;
    height: 60px;
    text-transform: uppercase;
    font-family: inherit;
    border: none;
    outline: none;
    transition: all 0.3s;
    cursor: pointer;
    letter-spacing: 2px;
}
.bnr-btn:hover{
	letter-spacing: 0px;
	background: #333;
}
.btn-txt {
    display: inline-block;
    width: 100%;
    color: #000000;
    font-size: 11px;
    line-height: 24px;
    margin-top: 8px;
    text-transform: uppercase;
    letter-spacing: 3px;
}

.btn-txt img {
    display: inline-block;
    vertical-align: middle;
    margin: -5px 5px 0 0;
}
.bnr-prd {
	position: absolute;
    right: 350px;
    top: 160px;
    width: 530px;
	}
/*-------------------------
CSS FOR WHITE SEC
--------------------------*/
.wht-strip {
	float: left;
	width: 100%;
	padding:65px 0;
	border-bottom:1px solid #e6e6e6;
	}
.wht-ul{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
	}
.wht-ul li{
	    float: left;
    width: 24%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 28px;
}
.wht-ul li span{
	display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 7px;
    font-family: "Jost", sans-serif;
	}	
.wht-ic-1{
	display:inline-block;
	margin-bottom:10px;
	}
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
	float: left;
    width: 100%;
    padding: 60px 0;
	}
.s1-p1 {
	float: left;
	width: 100%;
	color: #474747;
	font-size: 32px;
	line-height: 36px;
	font-weight: 500;
	}
.s1-p2 {
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #444;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
    font-family: "Jost", sans-serif;
    text-transform: capitalize;
	}
.sec-line{
	display:inline-block;
	max-width:100%;
	}
.s1-box{
	float: left;
	width: 100%;
	position:relative;
	padding:40px 50px 82px 427px;
	text-align:left;
	}
.s1-p3 {
	    display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
	}
.lin-ht{
	line-height:30px;
	}
.s1-box-ul{
	float: left;
    width: 100%;
    margin: 40px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s1-box-ul li{
	float: left;
    width: 32%;
    padding: 60px 30px 30px 30px;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    text-align: left;
    position: relative;
    background: url(../images/s1-li-bg1.jpg) no-repeat right -20px top;
	}
.s1-box-ul li:nth-child(2){
	background: url(../images/s1-li-bg2.jpg) no-repeat center top;
	}
.s1-box-ul li:last-child{
	background: url(../images/s1-li-bg3.jpg) no-repeat right -20px top;
	}
.s1-box-ul li:before{
	content:"";
	position:absolute;
	left:15px;
	right:15px;
	top:15px;
	bottom:15px;
	border:1px solid #ccc;
	}
.s1-box-ul li span{
	display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 8px;
    text-transform: capitalize;
    font-family: "Jost", sans-serif;
	}		
.s1-ic-1{
	position:absolute;
	left:0;
	top:5px;
	}
.s1-p4{
	    float: left;
    width: 100%;
    color: #00aad0;
    font-size: 22px;
    line-height: 34px;
    font-weight: bold;
    text-transform: capitalize;
	}
.s1-box-ul li:first-child .s1-p4{
	color:#79ba5d;
	}
.s1-prd{
	    position: absolute;
    left: 70px;
    top: -10px;
    max-width: 290px;
	}
.s1-p5 {
	float: left;
	width: 100%;
	color: #464646;
	font-size: 36px;
	line-height: 40px;
	font-weight:bold;
	}
.s1-p5 span{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}
.s1-p5 span:before{
	display:inline-block;
	vertical-align:middle;
	margin-top:-1px;
	content:'';
	width:80px;
	height:1px;
	background:#CCC;
	}
.s1-p5 span:after{
	display:inline-block;
	vertical-align:middle;
	margin-top:-1px;
	content:'';
	width:80px;
	height:1px;
	background:#CCC;
	}
.s1-p6 {
	float: left;
	width: 100%;
	margin:15px 0 0 0;
	}
.s1-p6 li{
	display:inline-block;
	color: #464646;
	font-size: 20px;
	line-height: 30px;
	font-weight:500;
	margin:5px 14px;
	}
.s1-p6 img{
	display:inline-block;
	vertical-align:top;
	margin-top:10px;
	margin-right:8px;
	}
.pad-1{padding:7px 0 0}
.s1-ul{
	float: left;
	width: 100%;
	margin-top:30px;
	}
.s1-ul li{
	display:inline-block;
	}
.s1-img-1{
	display:inline-block;
	max-width:100%;
	vertical-align:middle;
	}
.s1-img-full{
	display:inline-block;
	max-width:100%;
	margin-top:30px;
	}
	

/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 {
	    float: left;
    width: 100%;
    padding: 60px 0 0;
    height: 490px;
    background: url(../images/sec2-bg.jpg) no-repeat center top;
    overflow: hidden;
	}
.s2-box{
	float: left;
    width: 44%;
    text-align: left;
    margin: 0 0 0 40px;
	}
.s2-box .s1-p2{}
.s2-box .s1-p3{}
.s2-prd{
	position: absolute;
    top: 150px;
    right: 310px;
    width: 400px;
	}
.s2-prd2{
	position: absolute;
    top: 172px;
    right: 15%;
    width: 350px;
	}	
	
.s2-ul{
	float: left;
	width: 85%;
	margin-top:13px;
	}
.s2-ul li{
	float: left;
	width:100%;
	font-size:26px;
	line-height:50px;
	color:#fff;
	font-weight:600;
	border:1px solid #fff;
	text-align: left;
	padding-left:68px;
	position:relative;
	margin-top:12px;
	}

.s2-ul li img{
	position:absolute;
	left:0;
	top:0;
	}
/*-------------------------
CSS FOR CTA
--------------------------*/
.cta{
	float: left;
    width: 100%;
    background: #f7f7f7;
    padding: 30px 0;
}
.cta-p1, .cta-p2{
	float: left;
	width: 100%;
	color: #fff;
	font-size: 42px;
	line-height: 42px;
	font-weight: bold;
	}
.cta-p2{
    font-size: 20px;
    line-height: 36px;
    margin: 10px 0 20px;
    font-weight: normal;
	}
.cta a.bnr-btn { margin-top:10px;}
.cta-ul{
	    float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.cta-ul li{
	float: left;
    width: 32%;
    color: #2d2d2d;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    padding: 0 0 0 80px;
    position: relative;
	}
.cta-ul li span{
	display: block;
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin-bottom: 5px;
    color: #444;
    font-family: "Jost", sans-serif;
	}
.cta-ul li img{
	    position: absolute;
    left: 0;
    top: 0;
    width: 70px;
	}		
.wht-ic-1{
	display:inline-block;
	margin-bottom:10px;
	}
	



/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
    float: left;
    width: 100%;
	background:#fff;
    padding: 50px 0px;
	overflow:hidden;
}
.s3-lft{
    float: left;
    width: 40%;
    margin-top: 250px;
    text-align: left;
	}
.s3-lft .s1-p1{
	font-size: 38px;
    line-height: 45px;
	}
.sec-3-rit{
	float:left;
	width:100%;
	text-align:center;
	}
.sec-3-rit .s1-p1{
	background:#e3e6e9;
	padding:10px 0;
	}
.s3-ul{
	float: left;
    width: 100%;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.s3-ul li{
    float: left;
    width: 48%;
    padding: 15px 0 15px 0;
    position: relative;
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #424242;
    border-radius: 0px;
	border:1px solid #9d9c9c;

    }

.s3-blk {
    float: left;
    width: 100%;
	position:relative;
	z-index:1;
}
.s3btn,.s3btn1 {
/*    position: absolute;
    left: 50%;
    transform: translateX(-50%);*/
	float:left;
    width: 100%;
    height: auto;
    font-size: 16px;
    line-height: 26px;
    padding: 7px 5px;
    margin: 2px 0;
/*    visibility: hidden;*/
	transition:all 0.3s;
	z-index: 9;
}
.option:hover .s3btn, .option:hover .s3btn1{
/*	visibility:visible;
	top:50%;
	transform:translate(-50%, -50%);*/
}
.option:hover .s3btn1{
/*	top:70%;
	transform:translate(-50%, -70%);*/
}
p.s3-txt {
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    color: #000;
    float: left;
    width: 100%;
}
.s3-ul li span {
	display: block;
	font-size: 28px;
	line-height: 38px;
	font-weight: 700;
	color: #6db3a0;
	margin-top: 10px;
}
.s3-ul li .ord-nw-btn {
}
.prod-img {
    width: 280px;
    padding: 10px;
    position: relative;
    display: inline-block;
	z-index: 1;
}
.prod-img img {
        max-width: 200px;
    display: block;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}
.prod-img img:nth-child(2), .prod-img img:nth-child(3), .prod-img img:nth-child(4), .prod-img img:nth-child(5) {
	position: absolute;
	left: 15%;
	z-index: 5;
	max-width: 92px;
	top: 21px;
}
.prod-img img:nth-child(3){
	left:auto;
	right:15%;
}
.prod-img img:nth-child(4), .prod-img img:nth-child(5) {
	    max-width: 83px;
    z-index: 0;
    left: 2%;
    top: 32px;
}
 .prod-img img:nth-child(5) {
	left:auto;
	right:2%;
 }
.s3-ic-1{
	position:absolute;
	left:0;
	top:7px;
	max-width: 80px;
}
.section-3 .s1-p3, .section-5 .s1-p3{
	color:#000;
}
.s3-prd-mdl {
    position: absolute;
    left: -30px;
    top: 85px;
    max-width: 430px;
    width: 100%;
}
.s3-prd-mdl-mob{display:none}
.pkg-container{    
	    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap:45px;
	}
.pkg1, .pkg2, .pkg3{
	float: left;
    display: inline-block;
    width: 31.33%;
    margin: 0 1%;
    position: relative;
}
.package2 .pkg1{ width:23%;}
.pkg1 input[type=radio]{ position:absolute; opacity:0;}
.pkgactive{background:#4ab9cd;}
.pkghd{
	float:left;
	width:100%;
	color: #fff;
	margin-bottom:7px;
}
.pkgactive .pkghd{}
.pkghd p{
	font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #212121;
    text-align: left;
    padding:8px 0 0 0;
}
.pkghd2{
    float: left;
    font-size: 17px;
    line-height: 25px;
    color: #5b5b5b;
    /* text-align: center; */
    display: inline-block;
}
.pkgbtl{margin:18px auto 14px auto;display:block;}
.pkglft{
	float:left;
	width:100%;
	background:#f7f7f7;
	position:relative;
	padding: 10px 0;
	}
.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:7px;
    left: 54px;
    max-width: 190px;
}
.prod-sec:nth-child(3){ left:auto; right:54px}
.prod-sec:nth-child(4), .prod-sec:nth-child(5){
	position: absolute;
    z-index: 3;
    top:14px;
    left: 27px;
    max-width: 180px;
}
.prod-sec:nth-child(5){ left:auto; right:27px}
.prod-sec:nth-child(6){
	    position: absolute;
    z-index: 1;
    top:21px;
    left: 0;
    max-width: 170px;
}

.pkgrgt {
       float: left;
    width: 100%;
    padding: 0px 0px 0px;
}
.pkgtxt1, .pkgtxt3 {
    font-size: 26px;
    line-height: 30px;
    color: #fcb101;
    /* text-align: right; */
    margin-bottom: 0px;
    font-weight: 600;
    margin-top: 0px;
    float: right;
    display: inline-block;
}
.pkgtxt3{
	    font-size: 26px;
    line-height: 26px;
}
.pkgtxt2{
	font-weight:bold;
	font-size:38px;
	line-height:48px;
	color:#272727;
	text-align:center;
}
.pkgactive .pkgtxt1, .pkgactive .pkgtxt2, .pkgactive .pkgtxt3{color:#fff;}

.buyOpt-row {
    float: left;
    width: 100%;
    padding:5px 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 #333;
	}
.packageOpt input[type=radio]:checked + span:after {
	content: '';
	position: absolute;
	left: 3px;
	top: 3px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #333;
	}
.packageOpt p {
	color: #272727;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 600;
	}
.packageOpt p span {
	font-weight:600;
	color:#2e9d2a;
	}
.pkp-prc-p1 {
	float: right;
    color: #272727;
    font-size: 28px;
    line-height: 22px;
    letter-spacing: 0.5px;
    text-align: left;
    width: 100%;
    padding: 10px 20px;
    font-weight: 600;
	}
p.sel-pck {
    float: left;
    padding: 7px 17px;
    font-size: 18px;
    color: #fff;
}
	
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {
	float: left;
    width: 100%;
    padding: 0px 0 10px;
    background: url(../images/s4-bg.jpg) no-repeat center center;
}
.s4-Box{
	float:left;
	width:100%;
	padding: 40px 30px 50px;
	background:#fcfcfe;
	border-radius:15px;
	box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	-webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	text-align:center;
	position:relative;
	overflow: hidden;
}
.s4-rgt{
	float: left;
    width: 65%;
    text-align: center;
	}
.s4-ul{
	margin:20px 0 0;
	float:left;
	width:100%;
	}
.s4-ul li{
    float: left;
    width:100%;   
    position: relative;
	text-align:left;
	font-size:18px;
	line-height:30px;
	color:#313131;
	font-weight:bold;
	margin-top:5px;    
    padding: 0 0px 0 25px;
}
.s4-ul li:before{
	content:"";
	position:absolute;
	left:0;
	top:10px;
	width:11px;
	height:11px;
	background:#313131;
	border-radius:50px;
	}
.s4-prdt{
    position: absolute;
    left: 4%;
    top: 78px;
	}
.s4-model{
	position: absolute;
    right: 0;
    bottom: 0;
	width: 500px;
	}		

/*-------------------------
CSS FOR strip
--------------------------*/	
.strip{
	float: left;
    width: 100%;
    padding: 65px 0;
    background: #ffffff;
	}
.strp-box{
	float:left;
	width:100%;
	margin-top:30px;
	padding:40px 0 40px;
	background:#fff;
	box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
   border-radius:15px;
   text-align:center;
   position:relative;
   z-index:1;
   }		
ul.strip-list{
	float:left;
	width:100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
	margin:0 0 8px;
	}
ul.strip-list li{
	    float: left;
    width: 33.33%;
    text-align: center;
    padding: 0 10px;
    font-size: 20px;
    line-height: 26px;
    color: #042759;
    font-weight: 700;
    position: relative;
	text-transform: capitalize;
	}
ul.strip-list li:after{
	content:"";
	position:absolute;
	right:0;
	bottom:0;
	width:1px;
	height:78px;
	border-right:1px solid #d7d7d7;
	}
ul.strip-list li:last-child:after{ display:none;}	
ul.strip-list li img{
	display:block;
	margin:0 auto 10px;
	}	
ul.strip-list li span{
	display: block;
    font-weight: bold;
    font-size: 22px;
	}
/*ul.strip-list li:hover{
	color:#fff;
	background:#c4293c;
	}*/
ul.strip-list li:hover img{}	

/*=============================
		FOOTER CSS
===============================*/
.footer{
	float: left;
    width: 100%;
    padding: 40px 0 30px;
    border-top: 1px solid #dfdfdf; 
	}
.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:17px;
	line-height:22px;
	color:#333333;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.footer-text a{ padding:0 10px; 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:1185px){
.container{width:1004px;}


/*ul.se1-lst li{padding: 35px 20px;}
ul.se1-lst li span{font-size: 20px;}
.s1-rgt img{ right: 0;}
.s1-lft{width: 61.53%;}

.s2-lft{width:52%;}
.s2-circle{right:0; width:480px;}

.section-3{ padding:50px 0 50px;}
.sec3model{ max-width:30%;}
.s3-mid-row{ row-gap: 30px;}
.s3-lft-img{ margin-left:0;}

.section-1{ padding:30px 0;}

.section-4{ padding:40px 0;}
.s4-list li{ width:24%;}
.s4-list li span{ padding:12px 0 0; font-size: 18px;}*/

.packageOpt p{ font-size:16px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.logo{width: 150px;}
.top-fix-bar{ margin-bottom:70px;}
.header{height: 70px; margin-top: -70px; top: 70px;}

/*-----------------------
CSS FOR BANNER
-------------------------*/
/*.banner {height: auto;background-position: 25% top;}
.bnr-lft {width: 70%;padding: 120px 0 140px 0;}
.bnr-txt {top: 130px;font-size: 130px;line-height: 170px;}
.bnr-prodt1 {right: -9%;top: 150px;}
.bnr-prodt2 { right: 0; top: 288px; width: 160px;}
.bnr-p1 {font-size: 40px;line-height: 53px;}
.bnr-p2{font-size: 18px;line-height: 28px;}
.bnr-para {
    font-size: 17px;
    line-height: 27px;
    margin: 14px 0 0;}
.shop-btn {
    width: 225px;
    height: 50px;
    font-size: 18px;
    line-height: 50px;}
.comn-hdg{font-size:32px; line-height:40px;}*/
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1{padding:50px 0;}
.s1-rgt {
    float: none;
    display: inline-block;
    width:85%;
    text-align: center;
}
.s1-model {
    position: static;
    max-width: 400px;
    margin-top: 16px;}
ul.s1list1 {padding-top: 20px;margin-top: 20px;}
ul.s1list1 li{font-size: 15px;line-height: 32px;padding-left: 30px;}
ul.s1list2 li {
    margin-right: 15px;
}
.s1lhd2{
	font-size:27px;
	line-height:33px;
}

.s1hding{
	margin:40px 0 0 0;
	font-size:35px;
	line-height:40px;
	background:none;
}
.s1hding::before,
.s1hding::after {
    display: inline-block;
    content: "";
    border-top: 1px solid #ccc;
    width: 69px;
    margin: 0 5px;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
}
.s1-li-prdt1 {
	max-width: 280px;
	position: static;
	margin-top: -27px;
}
ul.s1list2 li:last-child{ background-size:cover;}
.s1-li-prdt2 {
        right: 20%;
    top: 146px;
    max-width: 280px;
}
.s1-li-div {
    width: 72%;
}

.section-3{ padding: 40px 0 40px;}

	ul.s3list3 { overflow:hidden;}
ul.s3list2 li {font-size: 24px;line-height: 32px;}
ul.s3list2 li img {width: 115px;margin: 0 auto 8px;}

ul.s3list {margin:0px 0 0 0;padding: 40px 25px;}
ul.s3list li {font-size:17px;line-height:28px;}
.section-3 .shop-btn {}
ul.s3list2 {margin-top: 50px;}
.s3hding {font-size: 38px; line-height:50px;}
.s3txt {margin-top:15px; font-size: 17px; line-height: 27px;}
.section-3 .s3hding {width:100%;text-align: center;}
.section-3 .s3txt {width:100%;text-align: center;}
.s3-Box {height: auto;margin-top: 30px;padding: 55px 35px 40px;}
.s3bx-txt span {font-size: 30px;line-height: 40px;}
.s3-Box-inr {width: 100%;}	
.s3-model {
    position: static;
    display: block;
    margin: 18px auto 0;
    max-width: 270px;
    border-radius: 0;
}
	.section-3 .comn-hdg, .section-3 .comn-txt{width:100%}
	.section-3 .comn-txt{margin-top: 10px;}
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {}
.s4-prdt {position: static;max-width: 50%;margin-top: 15px;}
.s4-model {
    position: static;
    max-width: 340px;
    margin-top: 5px;
}

ul.strip-list li {font-size: 18px;
    line-height: 25px;}
ul.strip-list li img {top: 30px;left: 16px;width: 40px; position: static;}
.s4-rgt{width: 70%; }
.s4-ul{ margin: 10px 0 0;}


}

@media only screen and (max-width:767px){

	
	/*-------------------------
CSS FOR BANNER
--------------------------*/
/*.banner {
	height: auto;
    padding:24px 0 26px;
    background: #042759;
}
.bnr-div-mob{}
img.bnr-prod-mob {max-width: 100%; margin-top:15px;}
.bnr-prodt1 {right: auto;left: -50px;top: 12px;width: 340px;transform: none;}
.bnr-prodt2{right: -9%;top: 14px;width: 340px;transform: none;}
.bnr-txt {top: 130px;font-size: 126px;line-height: 160px;left: 50%;margin-left: -127.64px;right: auto;}
.bnr-lft { float:none; display:inline-block; width: 100%; text-align: center;padding: 20px 0 25px;border: 3px solid #5abee1;}
.bnr-mob{margin:14px auto 0 auto;display:block;max-width:100%;}
.bnr-p1 {font-size: 36px; line-height: 42px;}
.shop-btn{ margin:20px auto 0 auto;}
.bnr-p2 {margin-bottom: 0;letter-spacing: 1px;}
.bnr-para {font-size: 16px;line-height: 26px;margin: 15px 0 0; width:100%;}*/
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.comn-hdg{ font-size: 20px; line-height: 32px;}
.comn-hdg span{font-size: 28px;line-height: 36px;}
.comn-txt{ font-size: 16px; line-height: 24px; margin-top: 10px;}
.s1-rgt .s1-txt{margin-top: 10px;}
	
.section-1, .section-2, .section-3, .section-4, .abt-sec-1, .abt-sec-2, .abt-sec-3,.lab-sec-1{
    padding: 30px 0;
}
.section-1{ padding: 25px 0;}
.s1-rgt {width: 100%; padding: 0px 0;text-align: center;}
.s1-rgt-innr {background: #042759;    padding: 0 10px 10px;border-radius: 20px;}
	.s1-rgt:before, .s1-rgt:after{background:none;}
.s1-model {margin: 13px auto 0px; max-width: 100%;}
ul.s1list1 li, ul.s1list1 li:last-child{}
ul.s1list2 li {
    margin-right: 0;
    width: 100%;
    margin-bottom: 12px;
}
.s1-li-div {
    width: 85%;
	padding: 0 0 0;
}
ul.s1list1 li span {font-size: 20px;line-height: 30px;margin-bottom: 5px;}
ul.s1list1 li img {margin: 0 auto 6px;}
/*-------------------------
CSS FOR SECTION 2
--------------------------*/
.section-2 .s3hding {text-align: center;}
.s2-block {margin:5px 0 0;row-gap: 0;justify-content: center;}
.s3hding2:after {width: 37%;}
.s2hding{margin:0;}
.s2-prd-box {
    width: 100%;
	
    margin: 18px 0 0;
}
.s2-prd-div, .s2-prd-div.pad{
	height:auto;
}
.new-txt {top: -10px;font-size: 18px;line-height: 20px;padding: 2px 9px;}
.s2-p1 {}
.s2-p3 {}
.s2-Box-mid {
    margin: 20px 0 0;
    padding: 10px 10px 0;
}
.s2-prdt1a{
    display: block;
    margin: 0 auto;
    /* position: absolute; */
    top: 0;
    right: 0;
    max-width: 100%;
    width: 230px;
	}
.prod-img{}


/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.s3hding {
    font-size:30px;
    line-height: 40px;
}
.s3-comn-para {
    font-size: 16px;}
.s3txt {}
ul.s3list3{width:100%; margin-bottom:15px;}

.s3-Box {
	float:none;
	display:inline-block;
	
    height: auto;
    margin-top: 22px;
    padding: 10px 10px 25px;
}
.s3-model {margin: 5px auto 0;max-width: 220px;}
.s3bx-txt span {
    font-size: 25px;
    line-height: 35px;
    padding: 0 13px;
}
ul.s3list{ margin:0px 0 0;row-gap:18px;padding: 25px 12px;row-gap: 10px;}
ul.s3list li{font-size: 16px;line-height: 24px;padding: 0 0 0 47px;}
ul.s3list li img {margin: 0 auto 12px;}
.section-3 .shop-btn {margin-top: 25px;}

ul.s3list2{width:100%; overflow:hidden;margin-top: 30px;justify-content: center;}
ul.s3list2 li {width: 50%;font-size: 22px;line-height: 28px;}
ul.s3list2 li img {width: 110px;margin: 0 auto 4px;}
	
.s3-mid-row{ margin: 20px 0 0; padding: 0 0px; justify-content: center;}
.box1, .box2, .box3, .box4, .box5{ width:100%;  text-align:center;}
.s3-mid-col {width: 100%;padding: 20px 10px 20px 15px; margin-top: 20px;}
.s3-col-icn{right:10px;}
.s3-icn1{ width:100px;}
	p.prod-txt {font-size: 16px;}
.s3-icn2, .s3-icn3{ width:80px;}
.s3-icn4, .s3-icn5{ width:90px;}
.s3-icn6{ width:70px;}
.package2 .box4 {width: 100%; margin:10px 0 0;}
.shop-lst-img{ }
.prdt-name{}
.offbx{ width:50%; float:right; text-align:right;}

.sec-3{padding:30px 0;}
	
/*-------------------------
CSS FOR SECTION 4
--------------------------*/
.section-4 {padding:30px 0 30px 0; height:auto; background-size:cover;background-position: 65% top;}
.s4-rgt { width: 100%; }
.s4-Box {
	float:none;
	display:inline-block;
    width: 100%;
	
    padding: 22px 10px 25px;}
.s4-prdt {position: static;margin-top: 20px;max-width: 88%;}
.s4-ul{margin: 18px 0 0;}
.s4-ul li{font-size: 17px;}

.strip {padding:25px 0 25px;}
.strp-box {margin-top: 20px;padding: 20px 60px 30px;}
ul.strip-list li {width: 100%;}
	ul.strip-list li:after{border:none;}
ul.strip-list li img {position: static;margin: 0 auto 5px;width: 46px;}

.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:5px;}
.footer-text a{ padding:0 1px; 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{ height: 48px; line-height: 48px;}
a.pg-btn p{ font-size: 20px; line-height: 48px;}

}