@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	height:auto;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width: 100%;
}

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	color:#000;
	text-align:center;
	overflow-x:hidden;
	font-family: "Quicksand", sans-serif;
	font-weight: 400;
	}
p, h1, h2, h3, h4, h5, ul {
	padding: 0;
	margin: 0;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
}
.clearall {
	clear: both;
	height: 1px;
	width: auto;
}
* {
	box-sizing: border-box;
}
.container {
	width: 1172px;
	height: auto;
	margin: 0 auto;
	padding: 0;
	position:relative;
}
.for-mob {display: none;}
.forMob,.forTab{ display:none ;}
.hide-mob{ display:block;}
.fr {float: right;}
.fl {float: left;}
/*=========================
CSS FOR HEADER
===========================*/
.top-strip{
	float:left;
	width:100%;
	background:#20366c;
	padding:6px 0;
	}
.top-strip p{
	font-size:14px;
	line-height:14px;
	color:#fff;
	font-weight:400;
	letter-spacing:0.5px;
	float:left;
	padding:4px 0;
	}
ul.stripList{
	float:right;
	}
ul.stripList li{
	display:inline-block;
	vertical-align:middle;
	padding:0 10px;
	}
ul.stripList li a{
	font-size: 14px;
    line-height: 14px;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.5px;
	}
ul.stripList li a img{
	display:inline-block;
	vertical-align:middle;
	margin:-6px 5px 0 0;
	}


.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;
	-webkit-box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow:0 4px 4px 0 rgba(0,0,0,0.2);
	}
.fixed-nav .header{
	position: fixed;
	z-index:65;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
	}				
.logo{
	float: left;
    margin-top: 12px;
    max-width: 240px;
	}
ul.topMenu{
	display: inline-block;
	margin: 16px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:4px 15px;
	}
ul.topMenu li a{
	color: #293351;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
	}
.d-menu-ic {
	display: inline-block;
	vertical-align: middle;
	}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#0674c1;}
a.header-btn{
    float: right;
    color: #fff;
    font-size: 16px;
    text-align: center;
    width: 152px;
    height: 40px;
    line-height: 40px;
    border-radius: 5px;
    margin-top: 9px;
    letter-spacing: 0.5px;
    font-weight: 400;
    background: #0674c1;
	}

/*==mob-mnu-ic==*/	
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 20px;
	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: 27px;
    height: 4px;
    background-color: #0674c1;
    transition: 0.4s;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
	}
.bar2{margin:5px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-5px, 5px);
	transform: rotate(-45deg) translate(-5px, 5px);
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6px, -6px);
	transform: rotate(45deg) translate(-6px, -6px);
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:56px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	}
.mobimenu-top{ top:65px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:18px 20px 15px;
	font-size:16px;
	line-height:16px;
	color:#000;
	font-weight:500;
	}	
.mobilemenu li a:hover{color:#000;}

/************BANNER************/
.bnr-sec{
	float:left;
	width:100%;
	background: url(../images/bnr-bg.jpg)no-repeat center top;
	/*background-size:cover;*/
	padding:0px 0 50px;
	position:relative;
	height:836px;
	text-align: center;
	}
.bnr-left{
	display:inline-block;
	width:100%;
	text-align: center;
	}
.bnr-sub-hdg{
	display: inline-block;
    vertical-align: middle;
    width: 32%;
    text-align: center;
    margin: 0px 0px 20px;
    border-radius: 5px;
    padding: 7px 25px 10px;
    text-transform: capitalize;
    color: #fff;
    font-size: 30px;
    line-height: 40px;
    font-weight: 500;
    background: #27a8e1;
	}
.bnr-hdg{
	float: left;
    width: 100%;
    color: #fff;
    font-size: 85px;
    line-height: 80px;
    font-weight: 700;

	}
.bnr-para{
	display:inline-block;
	width:100%;
	color:#fff;
    font-size:20px;
	line-height:30px;
	letter-spacing:0.5px;
	font-weight:500;
	margin-top:15px;
	}
.bnr-strip{
	float: left;
    width: 100%;
    text-align: center;
    padding: 35px 25px;
    margin-top: 70px;
    position: relative;
    background: #fff;
    border-radius: 0px 0px;
	}
.bnr-strip:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0px;
	border:10px solid #ededed;
	
	}
.bnr-strip p{
	color:#000;
    font-size:18px;
	line-height:26px;
	letter-spacing:0.5px;
	font-weight:500;
	}
.bnr-strip-icn{
	max-width: 100%;
    position: absolute;
    top: -25px;
    left: 50%;
    transform: translateX(-50%);
	border-radius: 20px;
	}
.bnr-stri-prdt-icn1{
	float: left;
    margin: 18px 35px;
    position: relative;
    z-index: 1;
    max-width: 170px;
	}
.bnr-stri-prdt-icn2{
	float: right;
    margin: 18px 35px;
    position: relative;
    z-index: 1;
    max-width: 170px;
	}
.bnr-list-bx{
	float:left;
	width:100%;
	position:relative;
	}
ul.bnr-list1{
	float:left;
	width:100%;
	padding:17px 0 25px;
	margin-top:16px;
	}
ul.bnr-list1 li{
	float:left;
	width:100%;
	color:#000;
    font-size:18px;
	line-height:26px;
	font-weight:700;
	text-align:left;
	background:url(../images/bnr-bullet.png)no-repeat left 10px;
	padding:8px 0 14px 57px;
	position:relative;
	letter-spacing:0.5px;
	text-transform:capitalize;
	}
ul.bnr-list1 li:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:1px;
	background: rgb(194,208,219);
	background: linear-gradient(90deg, rgba(194,208,219,1) 0%, rgba(194,208,219,1) 90%, rgba(158,188,210,0) 100%);
	}
ul.bnr-list1 li:last-child:after{display:none;}

ul.bnr-list2{
	position:absolute;
	top:41px;
	right:0;
	max-width:160px;
	width:100%;
	}
ul.bnr-list2 li{
	float:left;
	width:100%;
	background:#fff;
	border-radius:10px;
	border:1px solid #ccd0e4;
	padding:10px 10px 10px 55px;
	margin-bottom:18px;
	position:relative;
	}
ul.bnr-list2 li:last-child{margin-bottom:0;}
ul.bnr-list2 li p{
	color:#426482;
    font-size:15px;
	line-height:17px;
	font-weight:bold;
	text-align:left;
	border-left:1px solid #e4e4e5;
	text-transform:uppercase;
	padding-left:10px;
	}
.bnr-list-icn{
	position:absolute;
	top:10px;
	left:10px;
	}

.bnr-sec .btn-bx{margin-top:32px;}	
.btn-bx{
	display:inline-block;
	vertical-align:middle;
	max-width:232px;
	width:100%;
	text-align:center;
	margin-top:30px;
	}
.commn-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    color: #fff;
    font-size: 20px;
    line-height: 54px;
    height: 54px;
    font-weight: bold;
    border-radius: 0px;
    letter-spacing: 0.5px;
    text-align: center;
    background: #0674c1;
    padding: 0;
    margin-top: 0;
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
.bnr-sec .commn-btn{ color:#33a6ff; background:#fff; }
/***********BNR SUB SECTION**************/
.bnr-sub-section{
	float: left;
    width: 100%;
    background: #fff;
    overflow: hidden;
    padding: 40px 0 60px;	
	}
.hd-tx{
	    text-align: center;
    font-size: 110px;
    line-height: 120px;
    font-weight: 700;
    color: #e2e4e4;
    top: 180px;
    left: -13%;
    position: absolute;
    transform: rotate(-89deg);
}
.bnr-sub-inr2{
    display: inline-block;
    width: 100%;
    position: relative;
	text-align:left;
	}
/*.bnr-sub-inr2:before, .bnr-sub-inr2:after {
    position: absolute;
    content: "";
    top: 0;
    left: -175px;
    bottom: 0;
    width: 175px;
    background: #f5f6fc;
}
.bnr-sub-inr2:after {
    left: auto;
    right: -500px;
    width: 500px;
}
*/
.bnr-sub-inr{
    float: left;
    width: 70%;
    margin-top:22px;
    padding: 0px 0px 0px 390px;
    text-align: left;
    position: relative;
	}
.bnr-sub-box{
	float:left;
	width:100%;
	padding:20px 0 0;
	border-top:1px solid #222222;
	}
.bnr-sub-box .comn-hdng{ text-align:left; width:60%;}		
.list{
    float: left;
	width: 100%;
    margin-top: 25px;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
}
.list li{
	float: left;
    width: 50%;
    text-align: left;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding: 20px 66px 20px 138px;
    font-weight: 400;
	background:#6da31a;
}
.list li:last-child{ background:#151422;}
.list li img{
	position: absolute;
    left: 38px;
    top: 32px;
	}
.list li span{
    display: block;
    font-size: 26px;
    line-height: 36px;
    font-weight: 700;
    text-transform: capitalize;
    padding: 0px 0 6px;
	}
.bnr-btm-sec-model{
	position:absolute;
	top:0;
	right:0;
	}
.prodt-bnr {
    position: absolute;
    top: 15px;
    left: 0;
    z-index: 9; max-width:100%;}
.prodt-leaf{
	position: absolute;
	top:0;
	left:-10%;
	}
.prodt-bnr1, .prodt-bnr2{
    position: absolute;
    top: 250px;
    right: 130px;
    max-width: 160px;
    z-index: 9;
	}
.prodt-bnr2{
	z-index: 1;
    right: 25px;
    top: 260px;
    max-width: 150px;
	z-index:1;
	}	
.sub-prodt, .sub-prodt1 {
	position: absolute;
    top: 295px;
    left: 0;
    max-width: 396px;
    z-index: 9;
    transform: rotate(0deg);
	}
.sub-prodt1 {
    left: 4%;
    transform: rotate(0deg);
    top: 300px;
    max-width: 156px;
	}
/*.btn1-buy:hover{color:#000;}*/
/***********STRIP1**************/
.strip1 {
    float: left;
    width: 100%;
    background: url(../images/strip-bg.jpg) no-repeat center top;
    height: 352px;
    position: relative;
    padding: 60px 0;
}
.strip1in {
	display:inline-block;
	width: 100%;
	position: relative;
	text-align:center;
}
.strip1in .comn-hdng{ color:#fff;}
.strip1in .cmntxt{ color:#fff; width:88%;}
.strip1in ul {
	width: 100%;
    float: left;
    margin-top: 0px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
    column-gap: 10px;
	position:relative;
}
.strip1in ul:after {   
    position: absolute;
    content: "";
    height: auto;
    width: 60%;
    border-top: 1px solid #00b838;
    top: 48px;
	}
.strip1in ul li {
	float: left;
    width: 32%;
    padding: 0px 30px;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
	font-weight:300;
    color: #000000;
	position:relative;
	
}
.strip1in ul li span{
    display: block;
    font-size: 25px;
    line-height: 30px;
    color: #000000;
    font-weight: bold;
    text-transform: capitalize;
    margin-bottom: 10px;
	}
.ic-strip {
	display:block;
	margin:0 auto 15px;
	z-index:9;
	position:relative;
}
.strip1in ul li:after{
    position: absolute;
    content: url(../images/strip-li-dot.png);
    height: 20px;
    width: 20px;
    top: 39px;
    right: 0;
    z-index: 1;
	}
.strip1in ul li:last-child:after{ display: none;}
.shape-strip {
	position: absolute;
	left: 0;
	right: 0;
	bottom: -31px;
	margin: 0 auto;
}
/************SECTION1************/
.section1 {
	float: left;
    width: 100%;
    padding: 60px 0 60px;
    background: linear-gradient(180deg, #f8faff 62% 62%, #fff 62% 62%);
    overflow: hidden;
}
.s1-inr-lft{
	float: left;
	width:48%;
	text-align:left;
	margin-top:30px;
	}
.s1-inr-rit{
    float: left;
    width: 100%;
    margin-top: 0;
    text-align: center;
	}
.s1-inr-rit .cmntxt{ width:88%;}
.s1-inr-lft2{
	float:left;
	width:600px;
	margin-top:65px;
	}
.s1-img{
    position: absolute;
    top: 275px;
    right: 190px;
	}
.s1-prodt{
	position: absolute;
    left: 0%;
    top: 140px;
    max-width: 200px;
    z-index: 1;
	}
.s1-prodt2{
	position: absolute;
    left: 10%;
    top: 118px;
    max-width: 220px;
    z-index: 1;
	}	
.sec1-in {
    float: right;
    width: 67.5%;
    text-align: left;
    padding: 75px 40px;
    background: #f9f1f8;
    border-radius: 10px 10px;
    margin: 58px 0 0;
    z-index: 9;
    position: relative;
}
.model-sec1 {
    position: absolute;
    top: 0;
    left: -125px;
}
.model2-sec1 {
    position: absolute;
    top: -126px;
    right: -178px;
    z-index: 9;
}
.hdng1div {
}
.hdng1div1 {
	width: 61%;
	float: left;
	margin-top: 40px;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.hdng1 {
	text-transform: uppercase;
	font-size: 18px;
	line-height: 18px;
}
.p1-sec1 {
	padding: 0 25px 0 0;
	background: #fff;
	color: #00b838;
	text-align: left;
	width: auto;
	display: table;
}
.comn-hdng {
    width: 100%;
    float: left;
    margin-top: 0px;
    text-transform: capitalize;
    color: #000;
    font-size: 40px;
    line-height: 50px;
    font-weight: 700;
}
.comn-hdng span{
	display: block;
    font-size: 25px;
    line-height: 38px;
    color: #000;
    font-weight: 500;
    margin-bottom: 0px;
}
.comn-hdng2{       
    width: 92%;
    line-height: 50px;
    background: none;
    color: #1b231b;
    font-size: 40px;
    font-weight: 600;
}
.bnr-sub-inr .comn-hdng2 span{ color: #39a5d2;
    display: block;}
.p2-sec1 {
	text-align: left;
	
}
.cmntxt {
	display: inline-block;
    width: 100%;
    font-size: 20px;
    line-height: 30px;
    margin-top: 18px;
    color: #131313;
    font-weight: 400;
}

.p3-sec1 {
	width: 86%;
    float: left;
    line-height: 30px;
}
ul.list-sec1 {
    width: 100%;
    float: left;
    margin: 26px 0 0;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	row-gap: 20px;
    column-gap: 10px;
}
ul.list-sec1 li {
	width:48%;
    float: left;
    font-size: 16px;
    line-height: 26px;
	color:#000000;
	padding:0 10px 0 45px;
	position:relative;
	text-align:left;
	background: url(../images/s1-tik-icon.png) no-repeat left top 5px;
}
ul.list-sec1 li span{
    display: block;
    font-size: 21px;
    text-transform: capitalize;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 10px;
	}
.ic-sec1 {
	margin: 0 auto 10px;;
	display:block;
	filter: hue-rotate(302deg);
}
ul.list-sec1 li:last-child{}

ul.s1-list{
    width: 100%;
    float: left;
    margin: 40px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 15px;
}
ul.s1-list li {
	float: left;
	width: 32%;
	margin: 0px;
	text-align: left;
	position: relative;
	font-size: 17px;
	line-height: 28px;
	font-weight: 500;
	color: #1d1d1d;
	background: #fff;
	border-radius: 10px 10px;
	box-shadow: 0px 9px 7px -3px #bbb;
	padding: 40px 25px;
}
ul.s1-list li:nth-child(4){
}
ul.s1-list li span{
        display: block;
    font-size: 22px;
    line-height: 32px;
    text-transform: capitalize;
    font-weight: 700;
    padding: 0px 0 10px;
	}
ul.s1-list li img{
    display: block;
    max-width: 100%;
    margin: 0px 0 25px;
	}
/************SECTION2************/
.section2 {
	float: left;
    width: 100%;
    padding: 50px 0px;
    background: #ebf6ff;
}
.section2 .btn1-buy{    width: 240px;}
.section2  .comn-hdng span{}
.section2 .cmntxt{ width:78%;}
.hdng1div2 {
	width: 70%;
	display: table;
	margin: 0 auto;
	background: url(../images/bg1-hdng1.jpg) repeat-x center center;
}
.p1-sec2, .p1-sec4 {
	padding: 0 20px;
	color: #00b838;
	text-align: center;
	width: auto;
	display: inline-block;
}
.p1-sec2 {
	background: #eeeeee;
}
.p2-sec2 {
	text-align: center;
}
.p3-sec2 {
	    width: 80%;
    display: inline-block;
    margin-top: 12px;
    text-align: center;
}
.sec2-in, .sec2-in1 {
    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: 28px;
    column-gap: 22px;
    background: #fff;
    padding: 20px 15px;
    border-radius: 10px;
}
.prod-div-sec2 {
    width: 49%;
    float: left;
    text-align: left;
    position: relative;
    margin-right: 0px;
    padding: 0px 0px 15px;
    border-bottom: 1px solid #ccc;
    display: flex;
    align-items: center;
    justify-content: space-around;
	flex-wrap: wrap;

}
.prod-div-sec2 a{ float:left; width:100%; max-width: 188px; }

/*.prod-div-sec2:before{
	content:"";
	position:absolute;
	width:100%;
	left:0;
	right:0;
	bottom:0;
	height:55%;
	background:#f3f3f3;
	}*/
.sec2-in .prod-div-sec2:last-child {}
.s2detls {
    float: right;
    width: 60%;
    margin-top: 12px;
    padding: 0px 0px 25px;
    position: relative;
    z-index: 1;
}
.padd1-sec2 {}
.mrgn1-sec2 { margin-left: 30px;}
.p4-sec2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 21px;
    line-height: 31px;
    height: auto;
    font-weight: bold;
    padding: 0px 0px;
}
.p5-sec2 {
    float: left;
    width: 100%;
    color: #000;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin: 0px 0 0;
    padding: 0px 0 0px;
    text-transform: capitalize;
    position: relative;
    z-index: 1;
    text-align: left;
}
.p5-sec2 span{ 
	display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #000;
    /* width: 100%; */
    margin: 0 0 0;
}

.clr1-sec2 {
	color: #0398d0;
}
.p6-sec2 {
	float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 25px;
    margin: 12px 0 10px;
}
ul.list-sec2 {
	width: 100%;
	float: left;
	margin: 18px 0 24px;
}
ul.list-sec2 li {
	width: 100%;
	float: left;
	color: #000;
	padding-left: 27px;
	margin-bottom: 8px;
	background: url(../images/bullet-sec2.png) no-repeat 5px 3px;
}
ul.list-sec2 li:last-child {
	margin-bottom: 0;
}
.prod-divin-sec2 {
    float: left;
    width: 35%;
    position: relative;
    text-align: center;
    padding: 20px 0 15px;
    background: #f0f0f0;
    border-radius: 5px;
}
.prod-sec2 {
    position: relative;
    display: inline-block;
    z-index: 9;
    max-width:120px;
}
.prod-sec3{
	position: relative;
    /* display: inline-block; */
    z-index: 7;
    left: auto;
    right: 16%;
    max-width: 104px;
	}
.prod-sec2:nth-child(2), .prod-sec2:nth-child(3), .prod-sec2:nth-child(4), .prod-sec2:nth-child(5),.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) {
    position: absolute;
    z-index: 5;
    max-width: 88px;
    left: 20%;
    top: 30px;
}
.prod-sec2:nth-child(3) { left: auto; right:20%;}
.prod-sec2:nth-child(4), .prod-sec2:nth-child(5) { z-index: 3; left: 10%; max-width: 80px; top: 40px;}
.prod-sec2:nth-child(5) {left: auto;right:10%;}
.prod-sec2:nth-child(6), .prod-sec2:nth-child(7) { z-index: 0; left: 2%; max-width: 75px; top: 45px;}
.prod-sec2:nth-child(7){left:auto; right:0%;}
.sec2-in .prod-div-sec2:last-child .prod-divin-sec2,.sec2-in .prod-div-sec2:last-child .s2detls {
}
.stars-sec2 {
	margin: 0 auto 0;
}
.p7-sec2 {
    float: left;
    width: 100%;
    color: #313552;
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    text-transform: capitalize;
    margin-top: 10px;
    position: relative;
}
.price-cut {
	position: relative;
	font-size: 20px;
	margin: 0 0 0 12px;
}
.price-cut img {
	position: absolute;
	left: 0;
	width: 100%;
	top: 3px;
}
.btndiv-sec2 {
	width: 100%;
	float: left;
	background: #eeeeee;
	padding: 15px;
}
.btn-sec2 {
    margin-top:20px;
}

/************SECTION3************/
/*========Section-3========*/
/*========Section-3========*/
.sec3{
	float: left;
    width: 100%;
    background: #fff;
    background-size: cover;
    padding: 50px 0;
	}	
.s3_mid{
    float: left;
    width: 100%;
    max-width: 100%;
    margin-top: 35px;
	display: flex;
    flex-wrap: wrap;

    justify-content: space-between;
	column-gap:13px;
	}
.s3_mid_row{
	float: left;
    width: 32%;
    position: relative;
    padding: 0px 25px 0;
    text-align: center;
	}
/*.s3_mid_row:before{
	position:absolute;
	content:"";
	left:50%;
	transform:translateX(-50%);
	background:#003c6a;
	width:2px;
	height:auto;
	bottom:5px;
	top:-5px;
	}*/
.s3_row_inner{
	width: 100%;
    position: relative;
	}
/*.s3_row_inner:after{
	position:absolute;
	content:"";
	right:-16.5px;
	top:0;
	width:23px;
	height:23px;
	border-radius:50%;
	background:#d3edf5;
    border:5px solid #467495;
	}*/
.s3_mid_row1:before{ top:40px;}
.s3_row_inner.fl{ }
.s3_row_inner.fr{ }
.s3_row_inner.fr:after{ right:auto; left:-16.5px;}
.s3_row_inner span{
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 30px;
    color: #000;
    font-weight: 700;
	}
.s3_row_inner p{
	float:left;
    width:100%;
	color: #000;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.3px;
    margin-top: 15px;
	}
.s3-icn{
	display: block;
    margin: 0 auto 15px;
	}
.s3_row_inner.fr .s3-icn{ right:auto; left:-220px;}
/************SECTION4************/
/*========Section-4========*/
.sec4{
	float: left;
    width: 100%;
    background: #fff;
    background-size: cover;
    padding: 50px 0;
	overflow: hidden;
	}
	
.s4-mid{
	float:left;
	width:100%;
	
	}
.s4-left{
	float:left;
	width:100%;
	text-align:left;
	}
.s4-contnt-bx{
	float:left;
	width:100%;
	margin-top:40px;
	display:flex;
	flex-wrap:wrap;
	/*align-items:center;*/
	justify-content: space-around;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	}
.s4-bx{
    float: left;
    width: 30%;
    text-align: center;
    background: #fff;
    border-radius: 10px 10px;
    box-shadow: 0px 0px 5px #bbb;
    position: relative;
	overflow: hidden;
	}
.s4-bx:nth-child(2):before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	bottom:0;
	top:0;
	border-bottom:5px solid #2d8acb;
	border-radius:0px 0px 10px 10px;
	}
.s4-bx:last-child{ margin-bottom:0;}
.s4-bx-left{
	float:left;
	width:100%;
	text-align:center;
	position:relative;
	}
.s4-bx-image{
	display:block;
	margin:0 auto 40px;
	max-width:100%;
	}
.s4-bx-icn{
    position: absolute;
    top: -80px;
    left: 30px;
	}
.num{
	position:absolute;
	top:-12px;
	right:8px;
	width:28px;
	height:28px;
	border-radius:50%;
	background:#00b838;
	color:#fff;
	font-size:20px;
	line-height:24px;
	text-align:center;
	font-weight:bold;
	}
.s4-bx-rgt{
	float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 20px 30px 30px;
	}
.s4-bx-txt1{
	color:#003c6a;
	font-size:26px;
	line-height:32px;
	font-weight:700;
	}
.s4-bx-txt2{
	color:#000;
	font-size:18px;
	line-height:27px;
	margin-top:8px;
	}
.s4-rgt{
	float:left;
	width:100%;
	position:relative;
	overflow:hidden;
	margin-top:50px;
	border-radius:10px 10px;
	background:#0674c1;
	}
/*.s4-rgt:after{
	content:'';
	position:absolute;
	top:0;
	left:72px;
	right:-416px;
	width:870px;
    height:694px;
	background: url(../images/s4-prd.png)no-repeat center top;
	}*/
.s4-rgt_cont{
	float: left;
    width: 55%;
    text-align: left;
    padding: 35px 0 35px 35px;
}
.s4-rgt_cont .comn-hdng{ color:#fff; font-size:30px; line-height:40px; }
.s4-rgt_cont .cmntxt{ color:#fff;}
.s4-img{
	position: absolute;
    top: 0px;
    right: 0;
}
/*================FOOTER===================*/
footer {
	background: #ffffff;
    padding: 20px 0;
    float: left;
    width: 100%;
    border-top: 4px double #0674c1;
	text-align:center;
}
.ftr-logo {
	margin: 0 auto;
	display: block;
	max-width: 230px;
}
.ftr-cont-info{
	display: inline-block;
    width: 32%;
    text-align: center;
    margin-top: 30px;
}
.ftr-cont-info li, .ftr-cop-info li{
	display: inline-block;
	vertical-align: top;
	font-size: 17px;
	font-weight: 400;
	position: relative;
	padding: 2px 0;
	width: 100%;
}
.ftr-cont-info li a{ color:#2d2d2d;}
.ftr-cont-info li img{
	position:absolute;
	top:6px;
	left: auto;
	margin-left: -20px;
	}
.ftr-cont-info li span, .ftr-cop-info span, ul.ftrlist li span{ text-transform:uppercase; font-weight:600;}
.ftr-cont-info li:nth-child(2):after{
	content: '';
    position: absolute;
    border-right: 1px solid #e1e1e1;
    top: 0px;
    right: 8px;
    height: 24px;
	}
.ftr-cop-info{
	display: inline-block;
	width: 70%;
	margin-top: 10px;
	}
.ftr-cop-info li span, ul.ftrlist li span{
	font-size:18px;
	display:block;
	float:left;
	width:100%;
	}
.ftr-cop-info li{
	float: left;
	width: 100%;
	line-height: 29px;
	}
ul.ftrlist {
	display: inline-block;
	width: 100%;
	margin: 10px 0px 20px;
}
ul.ftrlist li {
	display: inline-block;
	padding: 0 14px 0 12px;
	border-right: 1px solid #e1e1e1;
	font-weight: 400;
	font-size: 18px;
	line-height: 27px;
	text-align: center;
	vertical-align: top;
}
ul.ftrlist li:last-child {
	border-right: none;
}
ul.ftrlist li a {
	color: #464646;
}
.ftrtxt {
	text-align: center;
    font-weight: 700;
    font-size: 22px;
    line-height: 24px;
    color: #0674c1;
    padding: 8px 0 0 0;
}
.disclmr{
	    float: left;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 25px;
    /* background: #333; */
    color: #333;
}
.ftr-rgt {
    float: right;
    width: 100%;
}


/*****************************/
/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
	padding: 0px 0;
}
.trm-bx h1 {
	line-height: 30px;
    color: #0674c1;
    margin: 0;
    padding: 0px 0 10px;
    font-size: 22px;
    float: left;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
    font-weight: 700;
    border-bottom: 5px solid #0674c1;
}
.trm-bx h3 {
	line-height: 28px;
	text-align: left;
	font-size: 24px;
	float: left;
	width: 100%;
	margin: 0px 0 15px;
	color: #000;
	font-weight: 600;
}
.trm-bx li {
	font-size: 16px;
    line-height: 24px;
    float: left;
    width: 100%;
    list-style: decimal;
}
.trm-bx ol li {
    list-style: lower-roman;
}
.trm-bx li ol li {
    list-style: lower-alpha;
}
.trm-bx strong {
	text-transform: capitalize;
}
.trm-bx span {
	text-transform: capitalize;
    font-weight: 700;
    margin-bottom: 5px;
}
.trm-bx img {
    float: left;
    margin-bottom: 20px;
    max-width: 100%;
}
.trm-bx p {
	font-size: 16px;
	line-height: 24px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
	font-weight: 400;
}
.trm-bx h4, .trm-bx h5 {
	    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 10px;
    font-weight: 500;
    line-height: 30px;
}
.ingr-lst h4 {
    text-align: center;
}
.ingr-lst img {
    display: block;
    margin: 0 auto 20px;
    max-width: 530px;
    width: 100%;
}
.trm-bx h5 {
	font-size: 20px;
	font-weight: 500;
}
.privacy-list {
	padding: 0 0 0 30px
}
.privacy-list li {
	font-weight: bold;
}
.privacy-list li p {
	font-weight: normal;
	margin-top: 10px;
}
.mrg-tp {
	margin: 15px 0 !important;
	float: left;
	width: 100%
}
.trm-txt {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 20px
}
.disclr-bx {
	border: 2px solid #000;
	padding: 10px;
	font-weight: 500;
	float: left;
	width: 100%;
	margin: 0;
}
.disclr-bx p {
	margin-bottom: 0;
	font-weight: bold;
}
.trm-bx ol, .trm-bx ul {
	margin-bottom: 20px;
    float: left;
    width: 100%;
    font-weight: 400;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    row-gap: 10px;
}
.trm-bx .disclmr {
	width: 100% !important;
}
.trm-bx table {
    float: left;
    width: 100%;
    border-collapse: collapse;
}
.trm-bx table td, .trm-bx table th {
    padding: 14px;
    border: 1px solid #ccc;
}

.popup-Box{
	    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;
	}	
.pop-outerBox{
	float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #00b5e3;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0;
	}
.pop-close{
	    position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 12px;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    line-height: 22px;
	}
.pop_cong_heading{
	    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    background: #00b5e3;
    padding: 15px 20px;
    text-transform: uppercase;
	}
.warn_icon{
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 52px;
	}
.pop_main{
    float: left;
    width: 100%;
    padding: 30px 40px 40px;
    text-align: left;
    background: url(../images/pop-bg.jpg) no-repeat right top #ffffff;
}
.pop_qualify_text{
	float:left;
	width:100%;
	font-size:48px;
	line-height:52px;
	color:#000000;
	font-weight:500;
	}
.pop_discount_box{
	    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px;
    /* border: 2px dashed #070707; */
    border-radius: 12px;
    font-size: 42px;
    line-height: 53px;
    color: #00b5e3;
    font-weight: bold;
    margin: 25px 0 20px;
    /* text-transform: uppercase; */
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #ffffff, #dcdcdc, #838383, #000000);
	}
.pop_text{
	    float: left;
    width: 70%;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-top: 0px;
	}
.pop_text.pop_text2 span{ position:relative;}
.pop_text.pop_text2 span:after{
	position:absolute;
	left:-8px;
	right:-8px;
	top:57%;
	content:"";
	border-top:3px solid #fe0000;
	transform:rotate(-15deg);
	}
.pop_upgrade_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3a3939;
	font-weight:normal;
	margin-top:25px;
	}
a.popConfirm_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f6c501;
	border:2px solid #e3b603;
	margin-top:25px;
	color:#fff;
	padding:25px 15px;
	border-radius:10px;
	box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	background: rgba(64,160,2,1);
	background: linear-gradient(0deg, rgba(64,160,2,1) 0%, rgba(66,190,30,1) 47%, rgba(67,191,14,1) 100%);
	border:2px solid #30a209;
	}
a.popConfirm_btn p{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:42px;
	line-height:42px;
	}
.btn_check{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	margin:-8px 10px 0 0;
	filter: brightness(0) invert(1);
	}
a.popConfirm_btn span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	margin-top:12px;
	}
a.no_thanks{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:500;
	}	


.shipbx{
	    width: 660px;
    height: 110px;
    border-radius: 14px;
    margin: 25px auto 0px auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px 25px 15px 130px;
    overflow: hidden;
	    box-shadow: 0px 5px 5px #b7b7b7;
}
.shipbx:before{
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 4px;
    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    
}
.shipiconbx{
	    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    padding: 14px 5px 18px 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
.shipiconbx img{margin:0 auto;display:block;max-width:100%;}
.shipiconbx::after{
	content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 53px solid transparent;
    border-left: 15px solid #ffde37;
    border-bottom: 53px solid transparent;
}
.shipbx-txt1{
	font-size:24px;
	line-height:30px;
	text-align:left;	
	font-weight: 700;
}
.shipbx-txt1 span.red {
        color: #000000;
    text-shadow: 1px 1px #ffdd31;
}
.shipbx-txt2{
	font-size:16px;
	line-height:24px;
	text-align:left;
}

@media only screen and (max-width:767px){
.pop_main { background: url(../images/pop-bg-mob.jpg) no-repeat right top #ffffff;  padding: 20px;}
.pop_discount_box{ margin:0 0;    font-size: 34px;line-height: 51px;}
.pop_text{ width:100%;    font-size: 22px; line-height: 38px;}
.pop_cong_heading {    font-size: 28px;}
}
