@charset "utf-8";
/*====CSS Document====*/

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: "Outfit", sans-serif;
	font-weight: normal;
	}
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; max-width: 100%; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
.fl{ float:left;}
.fr{ float:right;}

/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

/*========Header========*/
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	padding:9px 0;
	margin-top:-75px;
	top:75px;
	position:relative;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 9999;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);	
	}				
.logo{
	float: left;
    max-width: 280px;
    margin-top: 15px;
}
ul.topMenu{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 13px;
    z-index: 1;
	}
ul.topMenu li{
	float:left;
	padding:5px 20px;
	position:relative;
	}
ul.topMenu li a{
	color:#0f0f0f;
	font-size:16px;
	line-height:16px;
	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:#ea272b;}
a.nav-btn{
        float: right;
    background: #ea272b;
    color: #fff;
    font-size: 18px;
    text-align: center;
    width: 165px;
    height: 45px;
    line-height: 43px;
    border-radius: 6px;
    margin-top: 6px;
    font-weight: 800;
	font-family:inherit;
	}

.mob-mnu-ic{
        cursor: pointer;
    position: absolute;
    right: 15px;
    top: 9px;
    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:52px;
	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:50px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:12px 20px;
	font-size:18px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}
	
/*========Banner========*/	
/*-----------------------
SECTION-1
------------------------*/
.bnr-sec{
	float: left;
    width: 100%;
    background: url(../images/banner.jpg) no-repeat center top;
    padding: 0px 0px;
    height: 665px;
    position: relative;
}

.bnr-inr{
	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
}
.bnr-inr-lft{
	float: left;
    width: 86%;
    text-align: left;
    margin: 58px 0 0;
}
.bnr-prdt{
	position: absolute;
    top: 0;
    right: 0%;
	}
.bnr-btl {
    position: absolute;
    top: 177px;
    right: 93px;
    max-width: 247px;
}	
.bnr-hdtxt{
	    float: left;
    width: 100%;
    font-weight: 400;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
	}
.bnr-hd{
	font-size: 36px;
    line-height: 47px;
    font-weight: 400;
    color: #c42226;
    text-transform: capitalize;
    float: left;
    width: 100%;
    }
.bnr-hd span{
	display: block;
    font-size: 63px;
    line-height: 75px;
    margin-top: 5px;
    color: #070707;
}
.bnr-tx{
	float: left;
    width: 70%;
    font-size: 18px;
    line-height: 31px;
    color: #010101;
    margin-top: 22px;
}
.bnr-btn{
	width: 285px;
    height: 52px;
    background: #04d36f;
    font-size: 20px;
    line-height: 52px;
    font-weight: 500;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    color: #fff;
    margin-top: 30px;
    /* border-radius: 11px; */
    cursor: pointer;
    text-transform: uppercase;
}
.bnr-inr-rgt{
	width: 45.28%;
	padding: 50px 0;
}
.bnr-prd{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
img.bnr-arw {
	position: absolute;
	top: 80px;
	display:none;
	right: 0;
}
ul.bnr_lst {
	float: left;
    width: 34%;
    margin-top: 31px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 0;
}
ul.bnr_lst li {
    float: left;
    width: 88%;
    position: relative;
    padding: 6px 0 0 62px;
    font-size: 17px;
    line-height: 28px;
    color: #010101;
}
ul.bnr_lst li p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #010101;
	}
ul.bnr_lst li span{
	    display: block;
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 22px;
    line-height: 30px;
    text-transform: capitalize;
	}
ul.bnr_lst li img {
    position: absolute;
    top: 8px;
    left: 0;
}
/*================start banner strip===================*/
.bnr-strp{
    float: left;
    width: 100%;
    background: #fff;
    text-align: center;
    padding: 45px 0px;
	}
.bnr-stp-lft{ display: inline-block; width: 100%; text-align: center;}
.bnr-stp-rit{     
    float: left;
    width: 100%;
    text-align: left;
	}
.bnr-stp-model{
	max-width: 410px;
    position: absolute;
    top: 0;
    left: 2%;
    box-shadow: 7px 6px 5px #f7ecec;
    border-radius: 10px;
    border: 1px solid #f7ecec;
	}
ul.bnr-strp-lst {
    float: left;
    width: 100%;
    margin-top: 0;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    row-gap: 20px;
    column-gap: 8px;
}
ul.bnr-strp-lst li {
        float: left;
    width: 19%;
    position: relative;
    text-align: center;
    padding: 0px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 500;
    color: #010101;
}
.bnr-stp-liDiv1 ,.bnr-stp-liDiv2{
	display: inline-block;
    width: 100%;
	}
ul.bnr-strp-lst li p{
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #010101;
    padding: 0px 0px;
	}
ul.bnr-strp-lst li span{
	display: block;
    font-weight: 500;
    margin-bottom: 0;
    font-size: 20px;
    line-height: 28px;
    color: #010101;
	}
ul.bnr-strp-lst li img {
        display: block;
    max-width: 100%;
    margin: 0px auto 10px;
    filter: opacity(0.5);
}

ul.bnr-strp-lst li:nth-child(2){  }
ul.bnr-strp-lst li:last-child{ }
ul.bnr-strp-lst li:last-child:after{ display:none;}
.bnrstrip-hding{
	font-weight:600;
	font-size:18px;
	line-height:22px;
	color:#404040;
	text-align:center;
}
ul.bnrstrip-list{padding:16px 0 0 0;text-align:center;}
ul.bnrstrip-list li{
	display:inline-block;
	margin:0 21px;
}
/*========Common-CSS========*/
.commn-hdg{
	color: #131313;
    font-size: 40px;
    line-height: 50px;
    font-weight: bold;
    text-transform: capitalize;
	}
.commn-hdg span {
    display: block;
    font-weight: 500;
    font-size: 22px;
    line-height: 35px;
    color: #ea272b;
}	
.commn-para1{
	color: #1b1b1b;
	font-size: 18px;
	line-height: 28px;
	/* letter-spacing: 0.5px; */
	margin-top: 20px;
	}
.commn-para2{
	color:#1b1b1b;
    font-size:18px;
    line-height:26px;
    letter-spacing:0.5px;
	margin-top:20px;
	}
.commn-para2.white-txt{color:#fff;}
.commn-para2.bold{font-weight:bold;}
.commn-para2.margin-top-0{margin-top:0;}
	
a.commn-btn{
    height: 48px;
    width: 220px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
    margin: 30px 0 0 0;
    font-weight: 700;
    font-size: 19px;
    line-height: 48px;
    color: #fff;
    background: #ea272b;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius:8px;
    text-transform: uppercase;
    max-width: 100%;
    z-index: 1;
    font-family: 'Inter', sans-serif;
    transition: all 0.3s;
    border: none;
    letter-spacing: 1px;
	}
	
.btn-arw{
    display:inline-block;
    vertical-align:middle;
    margin:-4px 0px 0 5px;
	display:none;
	}
	
/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:60px 0 60px;
	}	
.s1-img{
	position: absolute;
    left: 0;
    top: 0;
	}
.s1-left{
	float: right;
    width: 50%;
    text-align: left;
    margin: 38px 0px 0px;
	}
.s1-list-bx{
	float:left;
	width:100%;
	margin-top:20px;
	}
.s1-bx-txt1{
	float:left;
	width:100%;
	color:#131313;
    font-size:22px;
    line-height:30px;
	text-align:left;
    letter-spacing:0.3px;
	font-weight:bold;	
	}
ul.s1-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
ul.s1-list li{
	float:left;
	width:20%;
	color:#0c0c0c;
    font-size:18px;
    line-height:24px;
    letter-spacing:0.3px;
	background: url(../images/red-dot.png)no-repeat left 7px;
	font-weight:600;
	padding-left:22px;
	margin:10px 54px 0 0;
	}

/*========Mid-Strip========*/
.mid-strip{
	float: left;
    width: 100%;
    padding: 30px 0;
    background: #fff;
    position: relative;
	}
.mid-strip-inr{
	float: left;
    width: 100%;
    background: url(../images/strip_bg.png) no-repeat center top;
    text-align: left;
    height: 421px;
	}	
.mid-strip-left{
	float: left;
    width: 56%;
    text-align: left;
    padding: 23px 0 0 34px;
	}
.stp-uls{
	float: left;
    width: 100%;
    margin-top: 18px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 20px;
    column-gap: 13px;
	}	
.stp-uls li{
	float: left;
    width: 48%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
    color: #000;
    text-align: left;
    position: relative;
    padding: 0 0px 0 31px;
	}	
.stp-uls li span{
	display: block;
    font-size: 18px;
    font-weight: bold;
    color: #222529;
    text-transform: capitalize;
    margin-bottom:2px;
    line-height: 28px;
	}
.stp-tik{
	position:absolute;
	top:0;
	left:0;
	}	
.mid-strip-txt1{
	color:#fff;
    font-size:28px;
    line-height:40px;
    letter-spacing:0.5px;
	font-weight:bold;
	margin-top:10px;
	}
.mid-strip-txt2{
	color:#fff;
    font-size:18px;
    line-height:28px;
    letter-spacing:0.5px;
	margin-top:10px;
	}
.mid-strip-rgt{
	display: inline-block;
	}
.mid-strip a.commn-btn{
	}
.btn-txt{
	float: left;
	width: 100%;
	color: #000000;
	font-size: 12px;
	line-height: 24px;
	margin-top: 8px;
	text-transform: uppercase;
	letter-spacing: 3px;
	}
.mid-strip .btn-txt{ color:#fff;}
.btn-txt img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 0;
	}
.mid-strip .btn-txt img{ filter: invert(1);}
			
/*========Section-2========*/	
.sec2{
	float:left;
	width:100%;
	background: url(../images/s2-btm-bg.jpg)no-repeat center top;
	padding: 47px 0 60px;
	}
.s2-left{
	    float: left;
    width: 30%;
    text-align: left;
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 5px #d2d2d2;
    border: 8px solid #ffffff;
	}
.s2-left img{ max-width: 100%; display: block;}
ul.s2-left-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.s2-left-list li{
	float:left;
	width:100%;
	color:#1b1b1b;
    font-size:18px;
    line-height:26px;
	font-weight:bold;
	background: url(../images/green-bullet.png)no-repeat left 2px;
	padding-left:35px;
	margin-top:10px;
	}	
.sec2 a.commn-btn{margin-top:30px;}	
.s2-rgt{
	float: right;
    width: 100%;
    text-align: center;
	}
ul.s2-rgt-list{
	float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    row-gap: 20px;
    column-gap: 15px;
    margin-top: 30px;
    position: relative;
	}
ul.s2-rgt-list li{
	float: left;
    width: 27%;
    padding: 0px;
    text-align: center;
    position: relative;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #010101;
	}

.s2-rgt-list-icn{
	display: block;
    margin: 0 auto 10px;
	}
.s2-rgt-list-txt1{
	color:#464646;
    font-size:16px;
    line-height:26px;
    text-transform:uppercase;
	}
.s2-rgt-list-txt2{
	color: #1b1b1b;
    font-size: 18px;
    line-height: 24px;
    /* font-weight: bold; */
    margin-top: 6px;
	}
.s2-rgt-list-txt2 span{
	display:block;
	font-weight:700;
	margin-bottom:10px;
	font-size:20px;
}
	
/*-----------------------
SECTION-3
------------------------*/
.sec3{
	float: left;
    width: 100%;
    padding: 30px 0 0;
}
.s3-inr{
	float:left;
	width:100%;
/*	display:flex;
	-webkit-display:flex;
	justify-content:space-between;
	-webkit-justify-content:space-between;
	align-items:center;
	-webkit-align-items:center;
	flex-wrap:wrap;
	-webkit-flex-wrap:wrap;*/
	margin-top:0px;
}
.s3-inr .comn-hdg {
        font-size: 20px;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 4px;
}
ul.s3-lst{
    float: left;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    row-gap: 20px;
    justify-content: space-between;
    column-gap: 13px;
    margin-top: 30px;
}
ul.s3-lst li{
	float: left;
	width: 32%;
	position:relative;
	text-align:center; 
    padding: 0px 25px;    
}
ul.s3-lst li:after{
	position:absolute;
	content:"";
	border-right: 1px solid #d8d8d8;
	top:0;
	right:-5px;
	bottom:0;
	}
ul.s3-lst li:last-child:after{ display:none; }
ul.s3-lst li p{
	    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    display: inline-block;
    width: 100%;
    color: #414141;
}
ul.s3-lst li p span{     
	display: block;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
	margin-bottom:8px;
	}
.s3-rgt{width: 36%;}
.s3-prd{
	display:block;
	margin:0 auto;
	max-width:100%;
	border-radius:15px 15px 0 0;
}
.s3-rgt-tx{
	font-size:20px;
	line-height:32px;
	color:#292929;
	margin-top:20px;
	padding:0 20px;
}
/*========Section-4========*/	
.sec4{
	float:left;
	width:100%;
	background:#f6f3ff;
	padding:60px 0;
	}	
ul.s4-list{
	float: left;
    width: 100%;
    display: flex;
    margin: 100px 0 0 0;
    row-gap: 15px;
    flex-wrap: wrap;
    justify-content: space-around;
	}
ul.s4-list li{
	float: left;
    width: 48%;
    position: relative;
    background: #fff;
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    z-index: 9;
    padding: 54px 0 0 282px;
    height: 288px;
    overflow: hidden;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    -webkit-box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 10px;
	}
ul.s4-list li:nth-child(2) {
    padding: 54px 256px 0 26px;
    overflow: visible;
}

.s4-list-img{
	position: absolute;
    top: 0;
    left: -34px;
    z-index: 1;
	}
ul.s4-list li:nth-child(2) .s4-list-img {
    right: -5px;
    left: auto;
    top: -42px;
}	
.s4-list-btm{
	float: left;
	width: 100%;
	padding: 0 10px;
	}
.s4-list-txt1{
	color:#1b1b1b;
    font-size:30px;
    line-height:40px;
	}
.s4-list-txt2{
	display: block;
    padding-top: 8px;
    font-size: 16px;
    line-height: 26px;
}
	
/*========Section-7========*/	
.section7{
	float:left;
	width:100%;
	background:#fff;
	padding:60px 0 30px;
	}	
	
.ing-slider{
	float:left;
	width:100%;
	margin-top:70px;
	}	
.ing-slide{
    float: left;
    text-align: left;
    padding: 0 21px;
	border-right:1px solid #e1e1e1;
    position: relative;
	}
.ing-slide img{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}
.ing-slide span{
    float: left;
    width: 100%;
    font-size: 21px;
    line-height: 25px;
    color: #333333;
    font-weight: 600;
	letter-spacing:0.5px;
    margin-top: 25px;	
	}	
.ing-slide p{
	font-size:18px;
	line-height:24px;
    margin-top:10px;	
	}		
	
.promise-txt{
	float:left;
	width:100%;
	margin-top:40px;
	}
.promise-txt span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	font-size:24px;
	line-height:26px;
	color:#313131;
	letter-spacing:0.5px;
	font-weight:600;
	position:relative;
	}
.promise-txt span:before, .promise-txt span:after{
	content: '';
    position: absolute;
    top: 12px;
    left: -105px;
    border-top: 1px solid #b6b6b6;
    width: 90px;	
	}	
.promise-txt span:after{
	left:auto;
	right:-105px;
	}		
ul.s7-logos-lst{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 35px;
	}	
ul.s7-logos-lst li{
	float:left;
    width: 16.66%;
	position:relative;
	}	
ul.s7-logos-lst li img{
	max-width:100%;
	display:inline-block;
	vertical-align:middle;
	}	
	
.mnybkBox{
	float:left;
	width:100%;
	background:#212121;
	border-radius:12px;
	padding:50px 40px;
	margin:60px 0 15px;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}
.mnybk-seal{
	float:left;
	width:242px;
	}
.mnybk-cont{
	float:right;
	width:calc(100% - 242px);
	text-align:left;
	padding-left:50px;
	}
.mnybk-txt1{
	float:left;
	width:100%;
	font-size:66px;
	line-height:66px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:bold;
	text-transform:uppercase;
	}
.mnybk-txt2{
	float:left;
	width:100%;
	font-size:36px;
	line-height:36px;
	color:#2bb2ea;
	letter-spacing:0.5px;
	font-weight:500;
	text-transform:uppercase;
	margin-top:5px;
	}
.mnybk-txt3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:28px;
	color:#fff;
	letter-spacing:0.2px;
	font-weight:500;
	margin-top:10px;
	}	
.mny-t{ margin-top:30px;}
	
/*========Section-6========*/	
.sec6{
	float:left;
	width:100%;
	padding:60px 0;
	background: #fff;
	}	
.packgSec{
	    float: left;
    width: 100%;
    margin-top: 30px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 30px;
    column-gap: 30px;
	}
.ebook {
    float: left;
    width: 100%;
    margin-top: 30px;
	position:relative;
}
.ebook-prc-bx {
    float: right;
    width: 70%;
    text-align: left;
}
p.packg-cont {
       float: left;
    width: 80%;
    margin: 20px 0 0;
    font-size: 18px;
    line-height: 26px;
}
.package{
	    width: 31.5%;
    border: 1px solid #ded6f7;
    border-radius: 15px;
    float: left;
    margin: 0 0px;
	background:#fff;
	}
.ebook .package{ width:100%; position:relative; margin:0;}
.package.left{float:left;}
.package.right{ float:right;}
.package.mid{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	border:1px solid #0056a0;
	top:-30px;
	bottom:-30px;
	}
.pkg-toptext{
	display:inline-block;
	vertical-align:top;
	color:#00559f;
	font-size:20px;
	line-height:30px;
	font-weight:bold;
	background:#ffdf9a;
	padding:3px 50px;
	border:1px solid #0056a0;
	border-radius:50px;
	margin-top:-19px;
	letter-spacing:0.5px;
	}
.packg-head{
	float: left;
	width: 100%;
	font-size: 27px;
	line-height: 36px;
	color: #131313;
	font-weight: 800;
	padding: 20px 0 15px;
	}
.package.mid .packg-head{ padding:10px 0 15px;}	
.packg-strip{
	float:left;
	width:100%;
	font-size:22px;
	line-height:30px;
	color:#000000;
	font-weight:500;
	background:#efefef;
	padding:2px 10px 3px;
	}
.package.mid .packg-strip{
	color:#fff;
	background:#00559f;
	}
.package input[type=radio] {
    position: absolute;
    opacity: 0;
}
.packgProd{
	float:left;
	width:100%;
	padding:15px 0;
	}
.package.mid .packgProd{ padding:20px 0 10px;}
.packgImg{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.ebook .packgImg{ 
	    position: absolute;
    top: 48px;
    left: 45px;
    max-width: 285px;
}
.packgPricebox{
	float:left;
	width:100%;
	padding:0 10px 20px;
	}
.package.mid .packgPricebox{ padding:0 10px 50px;}
.prcOfftext{
	float:left;
	width:100%;
	color:#376ca5;
	font-size:26px;
	line-height:34px;
	font-weight:bold;
	text-transform:uppercase;
	}
.free-ship{
	float:left;
	width:100%;
	font-size:20px;
	line-height:28px;
	color:#376ca5;
	font-weight:500;
	text-transform:uppercase;
	}
ul.packglist{
	float:left;
	width:100%;
	margin-top:10px;
	border-top:1px solid #d7d7d7;
	border-bottom:1px solid #d7d7d7;
	}
ul.packglist li{
	display:inline-block;
	vertical-align:middle;
	padding:5px 25px 4px;
	background:url(../images/pkg-tik.png) no-repeat 0 center;
	border-right:1px solid #d7d7d7;
	font-size:18px;
	line-height:26px;
	color:#000000;
	text-align:center;
	font-weight:600;
	margin-right:5px;
	}
ul.packglist li:last-child{ border-right:none;margin-right:0;}
.list-prc{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	color:#8f8f8f;
	font-weight:400;
	letter-spacing:0.5px;
	margin-top:15px;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	content: "";
	position: absolute;
	border-bottom: 1px solid red;
    left: -3px;
	right:-3px;
    top: 10px;
    transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
	}			
.reglr-prc{
	    float: left;
    width: 100%;
    color: #ea272b;
    margin-top: 15px;
    font-size: 36px;
    line-height: 36px;
    font-weight: bold;
	}
.package a.commn-btn{ margin-top:20px;}
.package a.packageBtn{
	font-size:30px;
	font-weight:bold;
	height:60px;
	line-height:60px;
	}
.package .btn-txt{
	font-size:13px;
	line-height:17px;
	color:#000000;
	font-weight:400;
	margin: 20px 0 5px;
	display:none;
	}
.stocktext{
	float:left;
	width:100%;
	font-size:16px;
	line-height:22px;
	color:#000;
	margin-top:6px;
	}
.stocktext span{ color:#ff2a2a;}
.pkg-control{
	float:left;
	width:100%;
	background:#edf3f7;
	padding:9px 0;
	font-size:14px;
	line-height:18px;
	color:#070808;
	border-radius:0 0 16px 16px;
	}
.pkg-control img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 0 0 8px;
	}
.pkgrgt {
	float: left;
	width: 100%;
	padding: 15px 15px 0px;
	text-align: center;
}
.buyOpt-row {
    float: left;
    width: 100%;
    padding: 5px 0px;
    cursor: pointer;
    position: relative;
	border-bottom: 1px solid #d2d2d2;
}
.buyOpt-row:last-child{ border:none;}
.packageOpt {
    float: left;
    text-align: left;
    position: relative;
    padding: 0 0 0 30px;
}
.onetime, .subscribe {
    float: left;
    display: inline-block;
    width: 100%;
    font-family: inherit;
    font-size: 20px;
    line-height: 24px;
    cursor: pointer;
    font-weight: 700;
}
.buyopt {
    float: left;
    width: 49%;
    background: #fff;
    text-align: left;
    font-size: 20px;
    line-height: 26px;
    font-weight: 700;
    padding: 10px 10px 14px 45px;
    cursor: pointer;
    letter-spacing: 0.5px;
    border: 1px solid #dbd8d8;
    position: relative;
}
.packageOpt input[type=radio] + span {
    position: absolute;
    left: 0;
    top: 3px;
    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: #131313;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: 0.5px;
    font-weight: 600;
}	
	
/*========footer==========*/
.footer{
	    float: left;
    width: 100%;
    text-align: center;
    background: #f7ecec;
    padding: 25px 0 30px;
    font-size: 16px;
    line-height: 34px;
	}
.ftr-logo{
	display:block;
	margin:0 auto;
	}
.ftr-bx-txt{
	display:inline-block;
	vertical-align:middle;
	width:87%;
	color:#6a6a6a;
	font-size:14px;
	line-height:24px;
	letter-spacing:0.5px;
	border:1px solid #cdcdcd;
	padding:10px 5px;
	margin-top:20px;
	}
.ftr-txt{
	color:#404040;
	font-size:16px;
	line-height:24px;
	letter-spacing:0.5px;
	margin-top:20px;
	}
.ftr-txt.margin-top{margin-top:5px;}
.ftr-txt a{ padding:0 3px;}


/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	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.9);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.9);
}
}

		
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}

.commn-hdg{font-size:38px; line-height:48px;}
.commn-para1{font-size:18px; line-height:28px;}

.bnr-hd{ font-size: 32px;line-height: 40px;}
.bnr-hd span{font-size: 52px;line-height: 60px;}
.bnr-tx{ width:80%;}
.bnr-inr-lft { width: 81%;}
.bnr-prdt{ right:3%; }
.bnr-btl {
    right: 0%;
    top: 220px;}
ul.bnr_lst {width: 45%;}

ul.bnr-strp-lst li {font-size: 17px;}	

.s1-img{}
.s1-left{width: 44%; margin: 40px 0px 0px;}
ul.s1-list li{padding-left:22px; margin:10px 46px 0 0;}

.mid-strip-txt1{font-size: 25px; line-height:35px;}
.mid-strip-left {width: 65%;}

.sec2{}
.s2-rgt-list-txt2{font-size:16px;}
.packgSec {column-gap: 20px;}

ul.s3-lst li p{font-size: 16px;line-height: 28px;}
ul.s3-lst li{ font-size:33px;}	
.s5uls{ row-gap: 15px;}
.s3-rgt-tx{padding:0;}

a.commn-btn{font-size:22px;}

.ing-slide {padding: 0 10px;}

.mid-strip-rgt{ width:95%;}
ul.packglist li{padding: 5px 15px 4px;}

}

@media only screen and (max-width:1021px){	
.container{width:750px;}
.show-tab{ display:block;}
.show-desk{ display:none;}

.commn-hdg{font-size:30px; line-height:40px;}
.commn-para2{font-size:16px; line-height:24px;}
a.commn-btn{font-size:20px; margin-top:45px;}

.top-strip{padding:7px 0 11px;}
.top-strip p{font-size:16px; line-height:22px;}

.bnr-sec{background-position: 44% top; height: 570px; background-size: cover;}
.bnr-hdtxt{ font-size: 20px; line-height: 28px;}
.bnr-inr-lft { width:68%; margin: 75px 0 0; }
.bnr-prdt { right: -15%; max-width: 380px;}
.bnr-hd{ font-size: 50px; line-height: 65px;}

.form-box{padding:35px 20px 25px; margin-top:-145px;}
.form-pop{font-size:16px;}
.form-pop span{font-size:17px;}
.form-pop img{top:13px; left:10px;}
.form-pop:after{bottom:-9px;}

.from-inner{margin-top:0;}
.from-inner input[type=text], .from-inner select{width:49%; height:50px; margin-right:7px; margin-top:15px; height: 56px}
.frm-submit{width:49%; height:50px; margin-top:15px;}

.sec1{padding:30px 0;}
.s1-left{width:100%; text-align:center;}
.s1-img{width: 100%;  margin: 30px 0 10px; float: none;}
ul.s1-list{margin-top:15px;}
ul.s1-list li{width:28%; padding-left:22px; margin:10px 36px 0 0;}
.s1-bx-txt2{margin-top:35px;}

.mid-strip{padding:25px 0 35px 0;}
.mid-strip-left{width:100%; text-align:center; padding:0 20px;}
.mid-strip-rgt{width:100%;}
.mid-strip a.commn-btn{ float:none; margin-top:35px;}

.sec2{padding:35px 0 65px;}
ul.s2-rgt-list{margin-top:40px;}
.s2-rgt-list-txt1{font-size:14px; line-height:24px;}
.s2-rgt-list-txt2{font-size:16px; line-height:24px;}
.sec2 a.commn-btn{margin-top: 20px;}

.sec3{padding:40px 0;}
.s3-lst-icn{width:70px;}
ul.s3-lst li p{font-size:15px; line-height:28px;}
.s3-rgt{width:100%;}
.s3-rgt-tx{font-size:17px; line-height:28px;}
.s3-inr{    margin-top: 0px;}
.s3-prd{position: static;margin: 0px auto 10px;  display: block;}
ul.s3-lst{ width:100%; margin-top:20px; justify-content:center; }
ul.s3-lst li { padding: 0px 18px; }


.sec4{padding:35px 0;}
ul.s4-list{margin-top:35px;}
ul.s4-list li{width:32%; margin-right:2%;}

.s4-list-txt1{ font-size:22px; line-height:28px;}
.s4-list-txt2{line-height:26px; font-size: 17px;}

.sec5{padding:35px 0;}
.testi-bx{padding:22px 12px;}
.user-img{top:2px;}
.testi-star{margin:4px 0 0 15px;}

.sec6{padding:35px 0;}

.ing-slide {padding: 0 45px;}
.ebook-prc-bx{width: 57%; text-align:left;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block !important;}
.hide-mob{ display:none;}
.show-tab{ display:none;}

.commn-hdg{font-size:26px; line-height:34px;}
.commn-para1{font-size:17px; line-height:25px; margin-top:12px;}
.commn-para2{font-size:17px; line-height:25px; margin-top:15px;}
a.commn-btn{font-size:20px; margin-top:25px; line-height:54px;}

.top-strip{padding:4px 0 9px;}
.top-strip p{font-size:15px; line-height:21px;}

.header{padding:6px 0;}
.logo{margin-top: 10px;
        max-width: 220px;}
.header{    height: 50px;}
.top-fix-bar{margin-bottom: 50px;}

.bnr-sec{ background: #fcf8f5; height:auto; padding: 30px 0px;}
.bnr-sec:before{ display:none;}
.bnr-inr{flex-direction: column-reverse; width: calc(100% + 30px); margin-left: -15px; padding-bottom: 10px;}
.bnr-inr-lft{width:100%; padding:0px 0px 0; text-align:center;margin: 0 0; max-width:100%; float:none; display:inline-block; }
.s1-prd { max-width: unset; margin: 0px auto 0px -15px; width: calc(100% + 30px);}

.bnr-inr-rgt{ padding-top:0px; background-position: center -20px; float:none; display:inline-block; width: 100%; padding:0px;}
.bnr-prd{ max-width: unset; margin: 0px auto 0px -15px; width: calc(100% + 30px); }
.bnr-hdtxt{ font-size: 15px; line-height: 26px; letter-spacing: 0;}
.bnr-hd{font-size: 20px; line-height:26px;}
.bnr-hd span {
        font-size: 35px;
        line-height: 42px;
        margin-top: 0px;
    }
.bnr-tx{ margin-top: 10px; font-size: 15px; line-height: 24px; width: 100%;}
.bnr-btn{ margin-top: 20px; font-size: 18px; width: 226px; line-height: 45px; height: 45px;}
img.bnr-arw{ display:none;}
.bnr-prdt{ display:none;}
    .bnr-mdl-mob {
        display: inline-block;
        vertical-align: middle;
        margin: 15px 0px 0px;
        max-width: 290px;
    }
.bnr-btl { display:none;}
ul.bnr_lst {
        margin-top: 25px;
        justify-content: center;
        width: 100%;}
ul.bnr_lst li{ width: 100%; font-size: 16px; line-height: 26px; text-align: left;}
 ul.bnr_lst li img { margin: 0 auto 6px; }
 ul.bnr_lst li p { }
 ul.bnr_lst li span { font-size: 18px;}	
 
.bnr-strp{ padding: 25px 0px 0;}
.bnr-stp-lft .bnrbtn{ margin-top:0;}
.bnr-stp-lft { width: 100%; text-align: center;}
.bnr-stp-rit { width: 100%; }
ul.bnr-strp-lst {margin-top: 0px; justify-content: center; column-gap: 13px; row-gap: 10px;}
ul.bnr-strp-lst li { width: 48%; max-width: 100%; padding: 10px 18px; box-shadow: 0px 0px 2px #ccc; line-height: 26px;}
ul.bnr-strp-lst li img{ position:static; display:block; margin:0 auto 5px; max-width: 68px;}
ul.bnr-strp-lst li:after{ display:none;}
ul.bnr-strp-lst li span{ }
ul.bnr-strp-lst li p { padding: 0px 15px;} 	
		
.form-box{padding:35px 10px 20px; margin-top:-155px;}
.form-pop{font-size:15px; padding:11px 0px 13px 62px;}
.form-pop span{font-size:15px;}
.form-pop img{top:15px; left:8px; width:50px;}
.form-pop:after{left:55px;}

.from-inner{margin-top:10px;}
.from-inner input[type=text], .from-inner select{width:100%; margin-right:0; margin-top:10px;font-size: 16px;}
.frm-submit{width:100%; margin-top:20px; height:60px; font-size:20px;}
.frm-secure-txt{font-size:14px;}
.fieldToggle{font-size:13px; line-height:19px;padding:0px 2px 0 25px;}

.sec1{padding:30px 0;}
.s1-left{ margin-top:0;}
.s1-img{position: static;
        margin: 20px 0 0px;
        max-width: 100%;}
.s1-list-bx{margin-top:15px;}
.s1-bx-txt1{font-size:22px;line-height:30px;}
.s1-bx-txt2{font-size:22px;line-height:30px; margin-top:20px;}
ul.s1-list{margin-top:0px;}
ul.s1-list li{width:50%; padding-left:22px; margin:10px 0 0 0; font-size:17px;}
.sec1 a.commn-btn{margin-top:20px;}

.mid-strip-inr {background: #e4edf5; height:auto; padding:20px 10px;}
.stp-uls li {width: 100%;}
.mid-strip{padding:5px 0 8px 0;}
.mid-strip-left{padding:0 0px;}
.mid-strip-txt1{font-size:24px; line-height:34px;}
.mid-strip-txt2{font-size: 16px; line-height: 24px; letter-spacing: 0;}
.mid-strip a.commn-btn{margin-top:25px;}

.sec2{padding:30px 0 30px; background:#f4f7fc;}
.s2-left{width:100%;}
ul.s2-left-list li{line-height:28px; background-position:left 3px;padding-left:30px;}
.sec2 a.commn-btn{margin-top:30px;}
.s2-rgt{width:100%; margin-top:0px;}
ul.s2-rgt-list{margin-top:22px;}
ul.s2-rgt-list li{width:100%; padding:0 10px; margin-top:0px;}
ul.s2-rgt-list li:after{width:100%; height:1px;}
ul.s2-rgt-list li:last-child{padding-bottom:0;}
.s2-rgt-list-icn{}
.s2-rgt-list-txt2{font-size:17px; line-height:25px;}
.s2-rgt-list-txt2 span{margin-bottom: 5px;}

.sec3{padding:30px 0 0;}
.s3-inr{flex-direction:column-reverse; margin-top: 0px;}
.s3-inr .comn-hdg { font-size: 18px; line-height: 30px; letter-spacing: 2px;}
ul.s3-lst, .s3-rgt{width:100%; row-gap: 0px; margin-top:0px}
ul.s3-lst li{ padding: 15px 20px; margin-top: 14px; width: 100%; box-shadow: 0px 0px 2px #ccc; border-radius: 5px;  max-width: 355px;}
ul.s3-lst li:after{ display:none; }
ul.s3-lst li p{font-size:16px; line-height:25px; width: 90%;}
ul.s3-lst li p span{ font-size:18px; line-height:28px; }


.sec4{padding:25px 0;}
ul.s4-list{margin-top:10px;}
ul.s4-list li{width:100%; margin-right:0; margin-top: 15px;padding:8px 8px 25px 8px;}

.section7 {padding: 30px 0;}
.ing-slide {padding: 0 20px; text-align: center; border: none;}

.sec6{padding:25px 0;}
.faq-container{max-width:100%; margin:15px 0 0;}
.accordion{font-size:18px; line-height:28px; padding:15px 30px 15px 15px;}
.acdn-content{padding:15px 45px 0px 15px;}
.acdn-para{font-size:16px; line-height:24px;}
.ebook .packgImg{ position: static; max-width: 220px; margin-top:20px;}
.ebook-prc-bx {width: 100%; text-align: center;}
p.packg-cont{ width:100%; font-size:16px; line-height:24px;}
.package{ width:100%;}

.footer{ padding:20px 0 20px;}
.ftr-logo{width:180px; margin-top:30px;}
.ftr-bx-txt{width: 100%;}
.ftr-txt{font-size:13px; line-height:23px;}

#call-btn {
    float: left;
    width: 100%;
    position: fixed;
	background: #45386b;
	padding:10px;
    bottom: 0%;
    left: auto;
    z-index:12;
    transition: bottom 1s;
    display: table;
	}
a.commn-btn{ margin: 15px 0 0 0;}
	
}

/*CSS FOR THANK YOU*/
.thankyou-section{
	float: left;
    width: 100%;
    padding: 60px 0;
    position: relative;
	background: #f2f9ff;
	}

.thnk-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:830px;
	background:#fff;
	padding:40px 125px;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	box-shadow: 0 0 10px 2px rgba(0,0,0,0.1);
	}
.thnk-hdng{
	float: left;
    width: 100%;
    font-size:50px;
    line-height:45px;
    color: #00a523;
	font-weight:bold;
	}
.thnk-txt1{
	float: left;
    width: 100%;
    font-size:17px;
    line-height:27px;
    color: #000000;
	margin-top:15px;
	letter-spacing:0.5px;
	}
.cntct-box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	max-width:520px;
	background:#328be0;
	border-radius:10px;
	margin-top:60px;
	padding-bottom:25px;
	}
.call-ico{
	display:block;
	margin:-45px auto 15px;
	}
.thnk-txt2{
	float: left;
    width: 100%;
    font-size:23px;
    line-height:32px;
    color: #ffffff;
	font-weight:500;
	border-bottom:1px solid #4da1f0;
	padding-bottom:15px;
	}
.thnk-txt3{
	float: left;
    width: 100%;
    font-size:30px;
    line-height:30px;
    color: #ffffff;
	margin-top:15px;
	font-weight:bold;
	}
.thnk-txt3 a{
	 color: #ffffff;
	}

@media only screen and (max-width:767px){
.thankyou-section{padding:30px 0;}
.logo.ty{float:none; display:inline-block; vertical-align:middle;}
.thnk-box{padding:25px 20px;}
.thnk-hdng{font-size:30px; line-height:30px;}
.thnk-txt1{margin-top:10px;}
.thnk-txt3{margin-top:25px;}
.thnk-txt2{font-size:20px; line-height:28px;}
}
