@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; 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:75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	padding:20px 0;
	margin-top:-75px;
	top:75px;
	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: 270px;
}
ul.topMenu{
    display: inline-block;
    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:#5abee1;}
a.nav-btn{
        float: right;
    background: #04d34d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 185px;
    height: 45px;
    line-height: 47px;
    border-radius: 0;
    margin-top: -5px;
    font-weight: 600;
}

.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:700px;
    padding: 0px 0;
    position: relative;
    background: url(../images/banner-bg.jpg) no-repeat center top;;
}
.bnr-lft {
	float: left;
    width: 50%;
    text-align: left;
    padding: 150px 0 0px 0;
}
.bnr-txt{
	position:absolute;
	right:0;
	top:110px;
	font-size:268px;
	line-height:268px;
	color:#fff;
	font-weight:bold;
	text-transform:uppercase;
	}
.bnr-p1 {
	float: left;
    width: 100%;
    font-size: 70px;
    line-height: 74px;
    color: #fff;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    font-weight: 900;
    font-family: 'Overlock';
    }
.bnr-p2 {    
    font-size: 26px;
    line-height: 32px;
    color: #fff;
    width: 100%;
    float: left;
    font-weight: 700;
    margin-bottom: 4px;
    text-transform: uppercase;
    font-family: 'Overlock';
    letter-spacing: 2px;
    }
.bnr-para {    
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    width: 80%;
    display: inline-block;
    vertical-align: middle;
    margin: 20px 0 0;
    position: relative;
    }
.shop-btn{
    width: 250px;
    height: 60px;
    font-size: 22px;
    line-height: 60px;
    color: #fff;
    font-weight: 700;
    font-family: 'Overlock';
    text-transform: uppercase;
    background: #5abee1;
    text-align: center;
    margin: 40px 0 0 0;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border-radius: 5px;
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    border: none;
    cursor: pointer;
    letter-spacing: 1px;
}
.shop-btn:hover{
	letter-spacing: 0.5px;
	color: #fff;
}
.view-btn{
	background:#f4f4f4;
	border:2px solid #aaaaaa;
	line-height:58px;
	color:#000;
	margin-top:50px;
	}
.bnr-prodt1{
    position: absolute;
    right: 15px;
    top: 75px;
    z-index: 1;
	}
.bnr-prodt2{
	position: absolute;
    right: 80px;
    top: 240px;
    width: 250px;
    transform: rotate(26deg);
	}	
/*-------------------------
CSS FOR SECTION 1
--------------------------*/
.section-1 {
    float: left;
    width: 100%;
    padding:60px 0 60px;
    background: #ffffff;
	overflow:hidden;
}
.s1-rgt{
	float: right;
    width: 62.25%;
    text-align: left;
    padding: 0px 0;
	position:relative;
	}
.s1-rgt-innr {
    float: left;
    width: 100%;
    
}
.s1-rgt:before, .s1-rgt:after{
	content:"";
	position:absolute;
	bottom: 120px;
	left:-58px;
	right:0;
	height:334px;
	background:#042759;
	border-radius:15px;
	}
.s1-rgt:after{right:-58px;}		
.s1-model{
	position: absolute;
    left: -9%;
    top: 0;
    max-width: 510px;
    border-radius: 10px;
	}	
.s1-rgt .s1-txt{
	color:#fff;
	margin-top:30px;
	position:relative;
	z-index:1;
	}	
ul.s1list1{
	float: left;
	width:100%;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 8px;
	padding-top:30px;
	margin-top:20px;
	border-top:1px solid #e1e1e1;
	}
ul.s1list1 li{
	float: left;
    width:50%;
    font-size:20px;
	line-height:34px;
	color:#737373;
	text-align: left;
	padding-left:34px;
	background: url(../images/s1-tik.png) no-repeat left top 5px;
    }
ul.s1list1 li span{
	    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: capitalize;
	}
ul.s1list1 li img{
	display:block;
	margin:0 auto 10px;
	}	
.s1lhd1, .s1lhd2{
	
	font-size:23px;
	line-height:28px;
	color:#d09830;
	text-align:left;
}
.s1lhd2{
	font-size:33px;
	line-height:38px;
	color:#36352f;
	text-transform:uppercase;
	padding:5px 0 0 0;
}
.s1ltxt{
	font-size: 18px;
	line-height: 23px;
	color: #36352f;
	text-align: left;
	padding: 5px 0 0 0;
	width: 60%;
}
.s1hding{
	background:url(../images/hdline.png) center 26px no-repeat;
	font-size:45px;
	line-height:50px;
	text-align:center;
	margin:60px 0 0 0;
}
ul.s1list2 {
    float: left;
    width: 100%;
}
ul.s1list2 li {
    float: left;
    width: 49%;
    text-align: left;
    background: url(../images/s1-li-bg1.jpg) no-repeat center top;
    height: 388px;
    padding: 30px 25px 0 25px;
    position: relative;
    margin-right: 23px;
}
ul.s1list2 li:last-child{
    background: url(../images/s1-li-bg2.jpg) no-repeat center top;
	margin-right:0;
}
.s1-li-div {
    float: left;
    width: 45%;
    padding: 66px 0 0;
}
ul.s1list2 li h1{
	float: left;
    width: 75%;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    background: #ff3d3d;
    padding: 0 15px;
    letter-spacing: 1.5px;
    text-transform: uppercase;
	}
ul.s1list2 li p span {
    display: block;
    
    margin-bottom: 0px;
	font-size: 34px;
    line-height: 42px;
    color: #4b4b4b;
    font-weight: 400;
}
.s1-li-prdt1 {
        position: absolute;
    right: 5%;
    top: 100px;
    max-width: 310px;
}
.s1-li-prdt2 {
       position: absolute;
    right: 8%;
    top: 188px;
    max-width: 230px;
}
.s1-li-div .shop-btn{
	border:1px solid #515151;
	background:none;
	color:#515151;
	}
	

/*-------------------------
    	SECTION-2
--------------------------*/
/*-----------------------
SECTION-2
------------------------*/
.sec-2{
	float:left;
	width:100%;
	padding:60px 0;
}
.s2-lft{
	    width: 50%;
    float: right;
    text-align: left;
}
.comn-hdg{
	    font-size: 38px;
    line-height: 48px;
    font-weight: 400;
    display: inline-block;
    vertical-align: middle;
    text-transform: capitalize;
    width: 100%;
    letter-spacing: 0.5px;
    color: #58bdde;
}
.comn-hdg span{
	color: #042759;
    font-size: 50px;
    line-height: 52px;
    display: block;
    font-weight: 900;
    font-family: 'Overlock';
    letter-spacing: 0;
}
.comn-txt{
	font-size:18px;
	line-height:28px;
	margin-top:20px;
	display: inline-block;
    vertical-align: middle;
	width: 100%;
}

.btn-bx{
	display:inline-block;
	vertical-align:top;
	max-width: 350px;
    width: 100%;
	text-align:center;
	margin-top:40px;
}
.comn-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
    height: 64px;
    background: #04d34d;
    border-radius: 6px;
    box-shadow: 4px 4px 8px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 4px 4px 8px 1px rgba(0,0,0,0.1);
    font-size: 27px;
	line-height:62px;
    font-weight: bold;
    color: #fff;
}
.btn-arw{
	width:11px;
	display:inline-block;
	vertical-align:middle;
	margin:-3px 0 0 10px;
}
.btn-tx{
	font-size:14px;
	line-height:18px;
	position:relative;
	margin-top:10px;
}
.btn-tx:before, .btn-tx:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:30px;
	background:#c7c7c7;
	height:1px;
	margin:0 8px;
}
.s2-rgt{
	    width: 44%;
    float: left;
}
.s2-circle{
	position: absolute;
    right: -80px;
    top: 95px;
	z-index:-1;
}
.s2-rgt-img {
        position: absolute;
    top: -27px;
    right: 0;
}
	
/*-------------------------
    	SECTION-3
--------------------------*/	
.section-3{
	float: left;
    width: 100%;
    background: #fff6f7;
    padding: 60px 0;
	}
.sec3-lft{
	float:left;
	width:100%;
	margin-top:20px;
	}
.sec3model{
    position: absolute;
    top: 164px;
    right: 0px;
	max-width:100%;
	}
.s3-mid-row{
        float: left;
    width: 100%;
    margin: 30px 0 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    row-gap: 45px;
    column-gap: 23px;
	}
.package1{ margin-top:30px;}
.box1, .box2, .box3, .box4, .box5{
	background: linear-gradient(181deg, #042759, #57bedf);
    position: relative;
    margin: 0px;
    width: 32%;
    float: left;
    border-radius: 10px;
}
.box1:after, .box2:after, .box3:after, .box4:after, .box5:after{}
.package2 .box1, .package2 .box2, .package2 .box3, .package2 .box4{margin: 0 3px; width:49%;}
.pkg-hding{
	font-weight: 700;
	font-size: 26px;
	line-height: 26px;
	color: #fff;
	text-align: center;
	padding: 20px 0 0 0;
	position: relative;
	z-index: 9;
}
.shop-lst-img {
    display: block;
    margin: 10px auto 10px;
    width: 100%;
    padding: 10px 10px;
    position: relative;
    z-index: 999;
	border-bottom: 1px solid #ffebee;
}
p.prod-txt {
   text-align: center;
    padding: 10px;
    font-size: 17px;
    float: left;
    line-height: 24px;
	color: #fff;
}
.pkg-hding span{
	text-transform:uppercase;
	color:#0092bf;
}
img.prod-sec {
    display: block;
    margin: 10px auto 0px;
    width: 142px;
    max-width: 100%;
    z-index: 9;
    position: relative;
}
.package2 img.prod-sec{
	display: block;
    margin: 10px auto 0px;
    width: 210px;
    max-width: 100%;
    z-index: 9;
    position: absolute;
    left: 0;
    top: 28px;
}
.package2 .pkg-hding{
    font-weight: 600;
    font-size: 20px;
    line-height: 26px;
    color: #ea061f;
    text-align: left;
    padding: 20px 0 0 0;
    width: 100%;
    float: right;
}
.package2 .pck-txt {
    float: left;
    width: 90%;
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
    line-height: 24px;
}
img.prod-sec:nth-child(3), img.prod-sec:nth-child(4) {
    position: absolute;
    z-index: 5;
    top: 50px;
    left: 20px;
    max-width: 138px;
}
img.prod-sec:nth-child(4) {left: auto; right:20px;}
img.prod-sec:nth-child(5), img.prod-sec:nth-child(6) {
    position: absolute;
    z-index: 3;
    top: 56px;
    left: 5px;
	max-width: 132px;
}
img.prod-sec:nth-child(6) { left: auto; right: 9px;}
img.prod-sec:nth-child(7) {
    position: absolute;
    z-index: 1;
    top: 58px;
    left: -7px;
    max-width: 130px;
}
.pkg-img{margin:46px auto 0 auto;display:block;}
.pkg-prcbox{
   	height: auto;
    margin: 0px 0 0 0;
    text-align: left;
    position: relative;
    padding: 0 20px 20px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
}
.package2 .pckg-rgt{ float:right; width:60%;}
.package2 .pkg-prcbox{ 
	height: 131px;
	float: left;
	width: 100%;
	margin-top: 15px;
}
.prdt-name{
	float:left;
	font-weight:700;
	text-transform:capitalize;
	margin:5px 0 5px;
	color:#fff;
	font-size:18px;
	line-height:30px;
	padding: 0 5px;
	
	}
.offbx{
    border-radius: 0px;
    font-weight: 600;
    font-size: 24px;
    line-height: 30px;
    color: #fff;
    text-align: left;
    margin-top: 0px;
    float: left;
    padding: 0 5px;
}
.pkg-prcbox input[type=radio] {
    position: absolute;
    opacity: 0;
}
.pkgrgt {
       float: left;
    width: 100%;
    padding: 10px 0px 10px;
    text-align: center;
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.buyOpt-row {
        float: left;
    width: 49%;
    cursor: pointer;
    position: relative;
    background: #333;
	transition: all 0.3s;
}
.buyOpt-row.active, .buyOpt-row:hover {
    background: #00d55e;
}
.packageOpt {
    float: left;
    text-align: center;
    position: relative;
    padding: 0 0 0 26px;
}
.packageOpt input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packageOpt input[type=radio] + span {
    position: absolute;
    left: 0;
    top: 4px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #fff;
    border: 1px solid #333;
	opacity: 0;
}
.packageOpt input[type=radio]:checked + span:after {
    content: '';
    position: absolute;
    left: 2px;
    top: 2px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #333;
}
.packageOpt p {
    color: #fff;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
}
.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;
}

/*-----------------------
SECTION-3
------------------------*/
.sec-3{
	    float: left;
    width: 100%;
    background: #fff6f7;
    padding: 60px 0;
	overflow: hidden;
}
/*-------------------------
CSS FOR SECTION 3
--------------------------*/
.section-3 {
    float: left;
    width: 100%;
	background:#042759;
}

.s3hding{
    /*font-size: 47px;
    line-height: 60px;
    color: #042759;
    text-transform: capitalize;
    margin: 0px 0 0;
    position: relative;
    z-index: 1;
    font-weight: 900;
    font-family: 'Overlock';*/
    }
.s3subhding{
	font-weight:bold;
	font-size:18px;
	line-height:28px;
	text-align:center;
	text-transform:uppercase;
	margin:15px 0 0 0;
    }
.s3subhding::before,
.s3subhding::after {
    display: inline-block;
    content: "";
    border-top:2px solid #d6d6d6;
    width: 100px;
    margin: 0 10px;
    transform: translateY(-5px);
	-webkit-transform: translateY(-5px);
    }
.s3txt{
    font-size: 18px;
    line-height: 28px;
    color: #7c7c7c;
    margin: 18px 0 0 0;
    }
.section-3 .comn-hdg{
	    width: 43%;
    color: #fff;
    text-align: left;
    float: left;
}	
.section-3 .comn-hdg span{color: #fff;}
.section-3 .comn-txt{
	width: 55%;
    color: #fff;
    text-align: left;
    margin: 0;
    float: right;
	}	
.s3-Box{
	float: left;
    width: 100%;
    margin-top: 48px;
    padding: 40px 0 40px 50px;
    background: #e1eaf3;
    border-radius: 15px;
    position: relative;
	}
.s3-model{
	position: absolute;
    right: 0px;
    top: 0px;
    border-radius: 0 15px 15px 0;
	}	
.s3-Box-inr{
	    float: left;
    width: 50%;
	}
.s3bx-txt {
	border-top:2px solid #042759;
	}		
.s3bx-txt span{
	display:inline-block;
	vertical-align:top;
	font-size:35px;
	line-height:45px;
	color:#042759;
	font-weight:900;
	font-family: 'Overlock';
	background:#e1eaf3;
	padding:0 20px;
	margin-top: -23px;
	}	
ul.s3list2{
	float: left;
    width: 100%;
    margin-top: 80px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 15px;
	}
ul.s3list2 li{
	float:left;
	width:20%;
	font-size:27px;
    line-height:35px;
    color: #2d2d2d;
	text-align: center;
	position: relative;
	}
ul.s3list2 li img{
	display:block;
	margin:0 auto 12px;
	}	
.s3-li-prdt1{
	position: absolute;
    right: 22%;
    top: 35px;
    max-width: 250px;
	}
.s3-li-prdt2{
	position: absolute;
    left: 23%;
    top: 95px;
    max-width: 190px;
	}
.s3-li-prdt3{
	position:absolute;
	left:50%;
	margin-left:-175px;
    bottom: 35px;
	max-width:100%;
	}			
.s3-li-div{
	float:left;
	width:190px;
	}	
ul.s3list2 li p{
	float:left;
	width:100%;
	font-size:33px;
	line-height:34px;
	color:#313131;
	font-weight:bold;
	}	
ul.s3list2 li p span{
	display:block;
	font-family: 'Oxygen', sans-serif;
	margin-bottom:38px;
	}	
					
ul.s3list3{
	float: left;
    width: 50.94%;
	}
ul.s3list3 li{
	height:512px;
	padding:50px 36px 0 60px;
	background: url(../images/s3-li-bg3.jpg) no-repeat center top;
	}
ul.s3list3 li p{
	float:right;
	font-size:44px;
	line-height:50px;
	color:#f5839a;
	text-align:right;
	}
ul.s3list3 li p span{
	color:#313131;
	float: left;
	margin:0;
	text-align:left;
	}						
ul.s3list{
	margin: 25px 0 0 0;
    padding: 60px 35px;
    width: 100%;
    float: left;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 26px;
    background: #fff;
    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%);
	}
ul.s3list li{
	float: left;
    width: 100%;
    font-size:18px;
    line-height: 32px;
    color: #7c7c7c;
    text-align: left;
    position: relative;
    font-weight: 400;
	padding:0 0 0 58px;
}
ul.s3list li span{
	display: block;
	font-size: 22px;
    line-height: 32px;
	color:#042759;
	font-weight:700;
	 margin-bottom: 6px;
	 font-family: 'Overlock';
	}

ul.s3list li img{
	position:absolute;
	left:0;
	top:7px;
	}
.s3lhding{
	font-size: 22px;
	line-height: 28px;
	text-align: center;
	text-transform: capitalize;
}
.s3ltxt{
	padding:10px 0 0 0;
	font-weight:400;
	font-size:18px;
	line-height:28px;
	text-align:center;
}
	
/*-------------------------
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;
    font-family: 'Overlock';
    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){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.caption-txt{ color:#ffff00; font-size:15px; line-height:17px;}

.header{ height:50px; margin-top: -50px; top: 50px; padding: 10px 0;}
.logo{ width: 180px; margin-top: 3px;}
.top-fix-bar{ margin-bottom:50px;}

.mob-mnu-ic{ top:5px; right:10px;}
.mobilemenu{ top:51px;}
.mobimenu-top{ top:51px;}
	
	/*-------------------------
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{ max-width:80%;}
.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:10px;}
.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;}

}