@charset "utf-8";
/*==============banner===============*/

/*========Banner========*/
.bnr-sec{
	float:left;	
	width:100%;
	background:#ebf3ff;
	padding:40px 0 0;
	position:relative;
	}
.bnr-sec:after{
	content:'';
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	height:130px;
	background:#fff;
	}
.bnr-dot-img2{
	position: absolute;
    top: -120px;
    right: -40px;
	}
.bnr-left{
	float:left;
	width:65%;
	text-align:left;
	}
.bnr-title{
	float:left;
	color:#000;
    font-size:16px;
    line-height:16px;
	font-weight:500;
	background:#fff;
	border-radius:50px;
	padding:16px 25px 13px 15px;
	text-transform: capitalize;
	}
.bnr-star{
	display:inline-block;
	vertical-align:middle;
    margin:-5px 7px 0 0;
	width:74px;
	}
.bnr-hdg{
	float: left;
    width: 100%;
    color: #0b346d;
    font-size: 60px;
    line-height: 65px;
    font-family: 'Outfit';
    font-weight: 800;
    margin-top: 15px;
    text-transform: capitalize;
	}
.bnr-hdg span{text-decoration:underline #04d36f;}
ul.bnr-list{
	float:left;
	width:100%;
	margin-top:16px;
	}
ul.bnr-list li{
	float:left;
	color:#000;
    font-size:18px;
    line-height:24px;
    font-weight:500;
	text-align:left;
	background: url(../images/bnr-bullet.png)no-repeat left 3px;
	padding-left:26px;
	margin:16px 30px 0 0;
	}
ul.bnr-list li:last-child{margin-right:0;}
.bnr-inr-bx{
	float:left;	
	width:100%;
	text-align:left;
	background:#0a4daa;
	border-radius:10px;
	box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 4px 5px 1px rgba(0, 0, 0, 0.1);
	padding:30px 10px 45px 35px;
	margin-top:48px;
	position:relative;
	z-index:1;
	}
.bnr-dot-img1{
	position:absolute;
	bottom:-60px;
	left:-60px;
	}
.bnr-img{
	position:absolute;
	bottom:0px;
    right:0;
	border-radius:0 0 10px 0;
	width: 440px;
	}
.bnr-inr-left{
	float:left;	
	width:57%;	
	}
.bnr-inr-hdg{
	color:#fff;
    font-size:30px;
    line-height:30px;
	font-weight:bold;
	}
.frm-sec {
    float: left;
    width: 100%;
    margin-top: 40px;
}
.frm-flds{
	float:left;
	width:62%;
	position:relative;
	}
.select-fld{
	float:left;
	width:100%;
	height:60px;
	color: #000;
	font-size:17px;
	border-radius: 50px;
	font-family: 'Inter';
	font-weight:bold;
	padding:12px 40px 12px 25px;
	box-sizing:border-box;
	border:none;
	-webkit-appearance:none;
	-webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
	outline:none;
	}
select.select-fld{
    background: url(../images/select-arw.png) right 25px center no-repeat #fff;
	}
.frm-submit{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    background: #04d36f;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    max-width: 330px;
}

/*========Common-CSS=========*/
.commn-hdg{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	color:#0b346d;
    font-size:45px;
    line-height:53px;
	font-family: 'Outfit';
	font-weight:800;
	text-transform: capitalize;
}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
	color: #262626;
    font-size: 18px;
    line-height: 28px;
    margin-top: 20px;
    display: inline-block;
    vertical-align: middle;
    width: 100%;
	}	
.highlgt {
    width: auto;
    background: #d2ffbf;
    padding: 5px 10px;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.commn-para.white-txt{color:#fff;}
.commn-para .bold{font-weight:bold;}
.commn-btn{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 60px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    line-height: 60px;
    font-weight: bold;
    background: #04d36f;
    letter-spacing: 0.5px;
    font-family: 'Inter';
    border-radius: 50px;
    border: none;
    outline: none;
    cursor: pointer;
    -webkit-appearance: none;
    position: relative;
    z-index: 1;
    max-width: 330px;
	}	

/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s1-row{
	    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-top: 30px;
    float: left;
	row-gap: 15px;
	}
.s1-col{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    width: 32%;
    text-align: left;
    background: #ebf3ff;
    border-radius: 8px;
    padding: 30px 20px 25px;
	}
.s1-col-top{
	float:left;
	width:100%;
	}
.s1-col-icn{
	display:block;
	width:112px;
	border-radius:50%;
	}
.s1-col-txt1{
	    float: left;
    width: 100%;
    color: #0b346d;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    margin-top: 20px;
    font-family: 'Outfit';
	}
.s1-col-txt2{
	float:left;
	width:100%;
	color:#000;
	font-size:18px;
    line-height:28px;
    margin-top:5px;
	}
.s1-col-btm{
	float:left;
	width:100%;
    border-top:1px solid #c6d5e8;
	padding:0 5px;
    margin-top:25px;
	}
.s1-col-txt3{
	float:left;
	width:100%;
	color:#000;
	font-size:16px;
    line-height:24px;
	padding-right:45px;
	font-weight:500;
    margin-top:20px;
	position:relative;
	}

.s1-col-arw{
	position:absolute;
	top: 50%;
    transform: translateY(-50%);
	right:0;
	width:24px;
	}

/*---------------------------
CSS FOR COMMON ELEMETS
-----------------------------*/
.sections{
	float:left;
	width:100%;
	padding:60px 0;   
	}
.section-one{
	background: #fff;
	}
/*.sections.blue-bg{background: #fcf3ff;}*/
.sec1-mid {
    display: inline-block;
    width: 72%;
    text-align: center;
}
.hdg-lines{
	display:inline-block;
	vertical-align:middle;
	margin:10px 0 10px;
	}
.sec-heading{
	display: inline-block;
	width: 100%;
	font-size: 38px;
	line-height: 48px;
	color: #000;
	font-weight: 600;
	text-transform: capitalize;
	vertical-align: middle;
	font-family: "Oswald", sans-serif;
	}
.sec-heading span{ color:#1e4842; display:block;}
.sec-subheading{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:22px;
	line-height:28px;
	color:#616161;
	}
.sec-btm-heading{
	float:left;
	width:100%;
	font-size:28px;
	line-height:32px;
	color:#39393a;
	margin-top:40px;
	}
.sec-para{
	display: inline-block;
	width: 100%;
	color: #000;
	font-size: 18px;
	line-height: 30px;
	margin-top: 20px;
	padding: 0 0px;
	}
.sec-para.para2{margin-top:10px;}


/*========Section-2========*/	
.sec2{
	float:left;
	width:100%;
	background:#ebf3fe;
	padding:65px 0;
	}
.s2-contnt{
	display:inline-block;
	vertical-align:middle;
	max-width:1030px;
	width:100%;
	margin-top:35px;
	}
.s2-left{
	float:left;
	width:46%;
	}	
.s2-img{
	display:inline-block;
	vertical-align:middle;
	border-radius:15px;
	}
.s2-rgt{
	float:right;
	width:49%;
	text-align:left;
    padding-right:35px;
	}
ul.s2-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
ul.s2-list li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:50px;
	margin-bottom:40px;
	position:relative;
	}
ul.s2-list li:last-child{margin-bottom:0;}
ul.s2-list li:before{
	content:'';
	position:absolute;
	top:30px;
	left:19px;
	bottom:-45px;
	border-left:2px dotted #268ecb;
	}
ul.s2-list li:last-child:before{display:none;}
.circle{
	position:absolute;
	top:3px;
	left:14px;
	width:12px;
	height:12px;
	background:#081936;
	border-radius:50%;		
	}
.s2-list-txt1{
	color:#1c478b;
	font-size:20px;
	line-height:20px;
	font-weight:500;
	}
.s2-list-txt2{
	color:#1f1f1f;
	font-size:26px;
	line-height:30px;
	font-weight:bold;
	font-family: 'Outfit';
	margin-top:15px;
	}
.s2-list-txt3{
	color:#000;
	font-size:18px;
	line-height:28px;
	margin-top:4px;
	}	


/*========Section-3========*/	
.sec3{
	float:left;
	width:100%;
	padding:65px 0;
	}	

.testimonial-bx{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    row-gap: 30px;
    margin-top: 50px;
    column-gap: 23px;
}
.prod-single {
    margin-bottom: 50px;
}
.testi-bx{
	float: left;
    width: 32%;
    text-align: left;
    border: 1px solid #7198cf;
    box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 7px 7px 0 rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    padding: 30px 20px;
    position: relative;
	}
.testi-bx .frm-sec {
    margin-top: 20px;
}
.testi-quote{
	position:absolute;
	    top: 20px;
    right: 10px;
	}
.testi-hdg{
	    float: left;
    width: 100%;
    color: #0b0b0b;
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
	text-transform: capitalize;
    font-family: 'Outfit';
	}
.testi-star{
	display:block;
	width:74px;
	margin-top:5px;
	}
.testi-prd-title{
	float:left;
	color:#131313;
	font-size:14px;
	line-height:14px;
	font-weight:500;
	background:#ebf3ff;
	border-radius:20px;
	padding:5px 10px;
	margin-top:16px;
	}
.testi-para{
	float:left;
	width:100%;
	min-height:105px;
	color:#1f1f1f;
	font-size:18px;
	line-height:26px;
	margin-top:18px;
	}
.testi-user-bx{
	float:left;
	width:100%;
	margin-top: 20px;
	position:relative;
	}
.testi-user{
	position:absolute;
	top:0;
	left:0;
	border-radius:50%;
	box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
	-webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.2);
	width:68px;
	}
.testi-user-txt{
	color:#0b346d;
	font-size: 24px;
    line-height: 32px;
	letter-spacing:0.3px;		
	font-weight:bold;
	}
.testi-user-txt span{
	font-weight:400;
	}


/*========Section-4========*/
.sec4{
	float:left;
	width:100%;
	background:#ebf3fe;
	padding:65px 0;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align:left;
	margin-top:30px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
	background:#fff;
	border-radius:10px;
	border:1px solid #e1e1e1;
	-webkit-box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
    box-shadow:0 2px 8px 0 rgba(0,0,0,0.1);
	margin-top:15px;
	}
.up-slide-dwn:first-child{margin-top:0;}
.up-slide-dwn:last-child{border-bottom:none;}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 25px center;
    padding:20px 50px 20px 30px;
	color:#1f1f1f;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 25px center;
	}
.acdn-content {
	float:left;
    width:100%;
	border-top:1px solid #e1e1e1;
    padding:20px 50px 10px 30px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#1f1f1f;
    font-size:17px;
    line-height:26px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}

/*========Section-5========*/		
.sec5{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	padding-bottom: 50px;
	}
.sec5:before{
	content:'';
	position:absolute;
	top:0;
	left:0;
	right:0;
	height:180px;
	background:#ebf3fe;
	}
.s5-bx{
	float:left;
	width:100%;
	background: url(../images/s5-bx-bg.jpg)no-repeat center top;
	background-size:cover;
	border-radius:12px;
	padding:60px 140px 90px;
	position:relative;
	}
.s5-dot-img{
	position:absolute;
	bottom:-60px;
	left:-60px;
	z-index:-1;
	}

.sec5 .frm-sec{
	display:inline-block;
	vertical-align:middle;
	max-width:570px;
	float:none;
	width:100%;
	margin:35px auto 0;
	}
.sec5 .frm-flds{width:52%;}
.select-fld{padding:10px 40px 10px 40px;}
.sec5 .frm-submit{
	float:right;
	width:45%;
	font-size:22px;
	margin-top:0 !important;
	}


/*==========sectionOne============*/
/*.sectionOne{
	float:left;
	width:100%;
	padding:60px 0 0;
	}
.comnHdng{
	display: inline-block;
    vertical-align: middle;
    width: 100%;
    font-size: 30px;
    line-height: 36px;
    color: #010d1c;
    text-transform: capitalize;
	}
.comnHdng span{
	font-weight: 700;
    display: block;
    font-size: 50px;
    line-height: 56px;
    color: #0783c1;
	}
.comn-para{
	display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    line-height: 26px;
    color: #262626;
	margin-top:20px;
	}
.comn-para strong{ font-weight:600;}
.comn-pdng{ padding:0 90px;}
.s1-mdl{
	float: left;
    width: 100%;
    margin-top: 40px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
	}
.s1-col{
	float:left;
	width:33.3333%;
	text-align:center;
	padding:0 40px;
	position:relative;
	}
.s1-col:after{
	position:absolute;
	right:0;
	bottom:0;
	height:150px;
	content:"";
	width:1px;
	background:#ebebeb;
	}
.s1-col:last-child:after{ display:none;}
.s1-col-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.s1-col span{
	display: block;
	font-weight: 600;
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 5px;
	text-transform: capitalize;
}
.s1-col p{
	font-size: 18px;
    line-height: 28px;
    color: #262626;
	}
.s1-btm-hdng{
	float: left;
    width: 100%;
    font-size: 31px;
    line-height: 40px;
    color: #000000;
	font-weight:bold;
	margin-top:45px;
	}
.s1-helpBox{
	float:left;
	width:100%;
	margin-top:60px;
	background:url(../images/s1-helpbx-bg.jpg) no-repeat top right #e5f5fe;
	position:relative;
	padding:50px 40px;
	box-shadow:0 5px 15px 1px rgba(0,0,0,0.2);
	border-radius:20px;
	}
.helpbx-left{
	float:left;
	width:55%;
	text-align:left;
	}
.helpbx-left .comnHdng{ }
.s1-help-img{
	position:absolute;
	right:10px;
	top:170px;
	width:530px;
	}
ul.s1-helpbx-list1, ul.s1-helpbx-list2 {
    float: left;
    width: 100%;
    margin: 15px 0 0px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 10px;
}
ul.s1-helpbx-list1 li, ul.s1-helpbx-list2 li {
    float: left;
    width: 49%;
    font-size: 18px;
    line-height: 26px;
    color: #000000;
    padding-left: 28px;
    text-align: left;
    background: url(../images/tik.png) no-repeat left 6px;
}
ul.s1-helpbx-list2{
	float:right;
	width:43%;
	margin-top:15px;
	}
ul.s1-helpbx-list2 li{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:18px;
	line-height:26px;
	color:#000000;
	padding-left:28px;
	text-align:left;
	background:url(../images/tik.png) no-repeat left 6px;
	}*/

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	background:url(../images/sec2-bg.jpg) no-repeat center top #051f42;
	padding:230px 0 70px;
	margin-top:-180px;
	background-attachment: fixed;
	}
#benefits{
	float:left;
	width:100%;
	padding-top:20px;
	}
.colr-white{ color:#fff;}
.s2-mdl-bx{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	margin:20px 0;
	row-gap: 10px;
	}
.s2-col{
	float:left;
	width:31.333%;
	background:rgba(30,54,85,0.6);
	padding:40px 15px;
	margin:20px 1% 0;
	position: relative;
	}
.s2-ic{
	display:block;
	margin:0 auto 20px;
	z-index:1;
	}
.s2-col-txt1{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:500;
	color:#ffffff;
	}
.s2-col-txt2{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#fff;
	font-weight:300;
	margin-top:15px;
	position:relative;
	padding:0 10px;
	letter-spacing:0.5px;
	}
ul.s2-col-list{
	float:left;
	width:100%;
	margin-top:10px;
	display:none;
	}
ul.s2-col-list li{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:18px;
	line-height:24px;
	color:#000000;
	font-weight:300;
	padding-left: 24px;
    background: url(../images/tik2.png) no-repeat left 6px;
	text-align:left;
	}


/*===============sectionThree==========*/
.sectionThree{
	float:left;
	width:100%;
	padding:70px 0;
	}
.s3-stepBox{
	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;
    margin-top: 80px;
	}
.s3-step-col{
	width:32%;
	background:url(../images/s3-stp-bg.png) no-repeat center top;
	padding:0 20px 25px;
	text-align:center;
	position:relative;
	}
.s3-step-col:after{
	position:absolute;
	right:-60px;
	top:100px;
	content:"";
	background:url(../images/s3-line.png) no-repeat center center;
	width:103px;
	height:10px;
	}
.s3-step-col:last-child:after{ display:none;}
.s3-stp-txt1{
	display:inline-block;
	vertical-align:middle;
	width:50px;
	height:50px;
	border-radius:50%;
	background:url(../images/s3-stp-no.png) no-repeat center center;
	margin-top:-27px;
	font-size:24px;
	line-height:50px;
	color:#fff;
	font-weight:bold;
	}
.s3-stp-ic{
	display:block;
	margin:20px auto;
	max-width:100%;
	}
.s3-stp-txt2{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#010d1c;
	font-weight:bold;
	padding-bottom:15px;
	position:relative;
	}
.s3-stp-txt2:after{
	position:absolute;
	left:50%;
	margin-left:-25px;
	width:50px;
	height:3px;
	background:#cfe8f2;
	bottom:0;
	content:"";
	}
.s3-stp-txt3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000000;
	font-weight:300;
	margin-top:12px;
	}
.s3-blueBox{
	float:left;
	width:100%;
	margin-top:60px;
	background:url(../images/s3-bluebx-bg.jpg) no-repeat center top #051f42;
	border-radius:15px;
	padding:40px 45px;
	position: relative;
	z-index:2;
	}
.s3-blueBox-rght{
	float:right;
	width:55%;
	text-align:left;
	}
.s3-bluebx-hdng{
	float: left;
    width: 100%;
    font-size: 40px;
    line-height: 46px;
    color: #fefefe;
    letter-spacing: -0.5px;
	}
.s3-bluebx-hdng span{
	font-weight:bold;
	}
ul.s3-bx-list{
	float:left;
	width:100%;
	margin-top:18px;
	}
ul.s3-bx-list li{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:20px;
	line-height:26px;
	color:#ffffff;
	padding-left: 25px;
    background: url(../images/tik2.png) no-repeat left 6px;
	text-align:left;
	}

/*==========sectionFour================*/
.sectionFour{
	float: left;
    width: 100%;
    padding: 60px 0;
    background: #eaf4f8;
    margin-top: 0;
	}
#comparison{
	float: left;
    width: 100%;
}
.s4-comparion-Box{
	float: left;
    width: 100%;
	margin-top:50px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: flex-start;
    row-gap: 20px;
    column-gap: 14px;
	}
.package{
	float:left;
	width:32.5%;
	border:1px solid #082853;
	background:#f4f4f4;
	}
.package.left{
	
	}
.package.mid{
	border:1px solid #28c66b;
	}
.package.right{
	border:1px solid #082853;
	margin-right:0;
	}
.pkg-hdng{
	float:left;
	width:100%;
	background:#082853;
	text-align:center;
	padding:22px 12px 45px;
	position:relative;
	}
.package.mid .pkg-hdng{background:#28c66b;}
.package.right .pkg-hdng{background:#082853;}
.best-plan{
	position:absolute;
	left:40px;
	right:40px;
	top:-20px;
	padding:5px 15px 3px;
	background:#ffe213;
	color:#000;
	border-radius:50px;
	font-size:17px;
	line-height:22px;
	text-transform:uppercase;
	box-shadow:0 0 9px 0 rgba(0,0,0,0.1);
	}
.pkg-txt1{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#ffffff;
	text-transform:uppercase;
	}
.pkg-txt2{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    font-weight: bold;
    padding-bottom: 20px;
    background: url(../images/pkg-txt-line.png) no-repeat center bottom;
	}
.package.right .pkg-txt2{ color:#0ea9f6;}
.pkg-txt3{
	float:left;
	width:100%;
	font-size:18px;
	line-height:30px;
	color:#ffffff;
	margin-top:25px;
	font-weight:300;
	}
.pkg-txt3 span{
	font-size:47px;
	font-weight:800;
	}
.pkg-mdl{
	float:left;
	width:100%;
	padding:0 20px 25px;
	}
.pkg1-dimnd{
	display: inline-block;
    margin: 20px auto 0;
	position: relative;
	}
.pkg-list{
	float:left;
	width:100%;
	margin-top:10px;
	min-height:476px;
	}
ul.pkg-list-1{
	float:left;
	width:100%;
	}
ul.pkg-list-1 li{
	float:left;
	width:100%;
	text-align:left;
	padding-left:32px;
	font-size:17px;
	line-height:24px;
	color:#000000;
	background:url(../images/pkg-tik1.png) no-repeat left 6px;
	margin-top:10px;
	}
ul.pkg-list-2 li{
	background:url(../images/pkg-cross.png) no-repeat left 6px;
	color:#787878;
	}
.package.mid ul.pkg-list-1 li{
	background:url(../images/pkg-tik2.png) no-repeat left 6px;
	}
.package.mid ul.pkg-list-2 li{
	background:url(../images/pkg-cross.png) no-repeat left 6px;
	color:#787878;
	}
.package.right ul.pkg-list-1 li{
	background:url(../images/pkg-tik3.png) no-repeat left 6px;
	}
.rtl-prc{
	float:left;
	width:100%;
	font-size:18px;
	line-height:22px;
	color:#000000;
	margin-top:30px;
	}
.strikeout {
	position: relative;
	}
.strikeout::after {
	border-bottom: .01em solid red;
	content: "";
	left: -3px;
	margin-top: calc(0.125em/2 * -1);
	position: absolute;
	right: -5px;
	top: 53%;
	transform: rotate(-10deg);
	-webkit-transform: rotate(-10deg);
	}			
.reglr-prc{
	float:left;
	width:100%;
	color:#000000;
	margin-top:10px;
	font-size:18px;
	line-height:30px;
	font-weight:300;
	}
.reglr-prc span{
	    font-size: 47px;
    font-weight: 800;
    color: #dd4a3b;
    display: block;
    line-height: 50px;
	}
.package.mid .reglr-prc span{
	color:#28c66b;
	}
.package.right .reglr-prc span{
	color:#082853;
	}
.pkg-btn-box{
	display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    text-align: center;
    width: 325px;
    max-width: 100%;
	}

/*---------------------------
CSS FOR SECTION 3
-----------------------------*/
.section-three{background: #1e4842;}
.s3-inner {
    float: left;
    width: 46%;
    text-align: left;
}
.s3-inner .sec-heading,.s3-inner .sec-para {
    color: #fff;
}
.s3-inner .packageBtn{background: #fff; color: #1e4842}
.s3-inner .btn-arw {filter: invert(1);}
.s3-img {
    float: right;
    margin: 0px 34px 0 0;
}

/*========Section-3========*/
/*.sec3{
	float: left;
	width: 100%;
	padding: 60px 0;
	background: #f6fffe;
	}
.sec-para.prod-disclmr {
    max-width: 100%;
    border: 1px solid #fdf962;
    padding: 10px 10px;
    background: #fdffe4;
}
.s3_slide_row{
	width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: left;
    row-gap: 15px;
    column-gap: 15px;
	}
.package_sub_heading {
    float: left;
    width: 100%;
    font-size: 30px;
    line-height: 30px;
    color: #000;
    font-weight: 600;
    text-transform: capitalize;

    font-family: "Oswald", sans-serif;
    text-align: left;
    margin: 20px 0;
	position:relative;
}
.package_sub_heading:after{
	content: '';
	width: 73%;
	border-bottom: 2px solid #d5fff9;
	position: absolute;
	top: 17px;
	right: 0;
}
.s3_slide_col{
	float: left;
    width: 32%;
    padding: 20px 10px 25px;
    border-radius: 10px;
    background: #ffffff;
    position: relative;
	}
.s3_mob_resp {
    float: left;
    width: 100%;
}
.s3_mob_resp .btn-box{ margin-top:15px;}
.s3_slide_col .commn-btn{margin-top:12px;}
.s3_col_prod{
	display: block;
    margin: 0 auto 0;
    max-width: 100%;
	}	
.s3_col_prod3{ right:10px;}
.s3_col_icon{
	float:left;
	width:45px;
	margin-bottom:25px;
	}
.s3_slide_col span{
	    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 30px;
    color: #040404;
    font-weight: bold;
    position: relative;

    padding-top: 7px;
    font-family: "Oswald", sans-serif;
	}	
.s3_slide_col p{}
p.price-tag {
    float: left;
    width: 100%;
    font-size: 28px;
    line-height: 38px;
    color: #040404;
    margin: 5px 0 0;
    font-weight: 700;
    min-height: auto;
    font-family: "Oswald", sans-serif;
}
ul.s3_col_list{
	float:left;
	width:100%;
	margin-top:0px;
	}
ul.s3_col_list li{
	float:left;
	width:100%;
	padding-left:15px;
	font-size:17px;
	line-height:25px;
	color:#000;
	position:relative;
	font-weight:500;
	text-align:left;
	margin-bottom:10px;
	text-transform:capitalize;
	}
ul.s3_col_list li:after{
	position:absolute;
	content:"";
	left:0;
	top:50%;
	margin-top:-4px;
	width:6px;
	height:6px;
	border-radius:50%;
	background:#0c2f6c;
	}
a.shopBtn{
	display:inline-block;
	vertical-align:middle;
	width:200px;
	margin-top:15px;
	font-size:19px;
	line-height:52px;
	font-weight:600;
	color:#fff;
	background:#d70000;
	height:50px;
	border-radius:8px;
	}
.shop_arrow{
	display:inline-block !important;
	vertical-align:middle;
	width:21px;
	margin:-2px 0 0 15px;
	}*/
/*========Section-4========*/
.section-four{}
.sec4-inr{
	    float: right;
    width: 48%;
    text-align: left;
	}
.s4-list{
	float:left;
	width:100%;
	margin-top:40px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
	}
.s4-list li{
	float: left;
    width: 31%;
    margin: 0;
    padding: 0px 0;
    text-align: center;
    position: relative;
	}
.s4-list li img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 12px;
	}
.s4-list li p{
	margin-top: 10px;
    float: left;
    width: 100%;
    color: #000;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
	}
.s4-list li p span{
	display:block;
	margin-bottom:10px;
	font-weight:700;
	font-size:22px;
	line-height:28px;
	text-transform:capitalize;
	}
.s4-list li:after{
	position: absolute;
	content: "";
	border-right: 1px solid #ccc;
	top: 20px;
	right: -22px;
	bottom: 0;
}
.s4-list li:last-child:after{ display:none;}
.s4-list-2{
	float:left;
	width:100%;
	margin-top:120px;
	display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    row-gap: 20px;
    column-gap: 10px;
	margin-bottom:50px;
	}
.s4-list-2 li{
	display:inline-block;
	width:47%;
	position:relative;
	}
.s4-list-2 li img{
	display:inline-block;
	vertical-align:middle;
	}
.s4-list-2 li:nth-child(1) img{ margin-right:-120px;}
.s4-list-2 li:nth-child(2) img{ margin-left:-250px;}
.s4-img{float: left; margin: 0px 0 0 0;}
/*========Section-9========*/
.strip{
	float:left;
	width:100%;
	padding:40px 0;
    background: #a01a10;
	text-align:center;
	}
.strip-inr{
	display:inline-block;
	width:100%;
	text-align:center;
	}	
.strip-inr .commn-hdg{color:#fff;}
.strip-inr .commn-para{color:#fff;}
.strip-inr .commn-btn{ color:#030303; background:#fff;}
/*========Section-9========*/
.sec9{
	float:left;
	width:100%;
	padding: 50px 0;
    background: #f9f9f9;
	}
.faq-container{
	display:inline-block;
	vertical-align:middle;
	max-width:970px;
	width:100%;
	text-align:left;
	padding:0 10px;
	margin-top:20px;
	}
.up-slide-dwn{
	float:left;
    width:100%;
    background:#fff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
    box-shadow: 0 0 10px 1px rgba(0,0,0,0.2);
	margin-top:20px;
	}
.accordion{
	float:left;
    width:100%;
    text-align:left;
    background:url(../images/open-btn.png) no-repeat right 25px center;
    padding:22px 50px 20px 30px;
	color:#1f1f1f;
    font-size:20px;
    line-height:28px;
    font-weight:bold;
    cursor:pointer;
	}
.acdn-heading.accordion-open{
	background:url(../images/close-btn.png) no-repeat right 25px center;
	}
.acdn-content {
	float:left;
    width:100%;
	border-top:1px solid #ddeaee;
    padding:20px 20px 10px 30px;
	}
.acdn-para{
	float:left;
    width:100%;
	color:#1f1f1f;
    font-size:17px;
    line-height:26px;
	letter-spacing:0.3px;
	margin-bottom:20px;
	}
ul.acdn_list{
	float:left;
	width:100%;
	margin:-5px 0 20px;
	padding-left:50px;
	}
ul.acdn_list li{
	float:left;
	width:100%;
	position:relative;
	font-size:15px;
	line-height:22px;
	color:#000;
	font-weight:400;
	text-align:left;
	list-style:disc;
	margin-top:10px;
	}
.s9_additionalBx{
	float:left;
	width:100%;
	margin-top:50px;
	}
.additional_head{
	float:left;
	width:35%;
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:600;
	text-align:left;
	padding-bottom:15px;
	border-bottom:1px solid #d5d5d5;
	}
ul.s9_addit_list{
	float:left;
	width:100%;
	margin-top:10px;
	}
ul.s9_addit_list li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:26px;
	color:#000;
	font-weight:600;
	text-align:left;
	padding-left:22px;
	position:relative;
	margin-top:10px;
	text-transform: uppercase;
	}
ul.s9_addit_list li:after{
	position:absolute;
	left:0;
	top:11px;
	content:"";
	width:6px;
	height:6px;
	background:#000000;
	border-radius:50%;
	}

/*TERMS- PRIVACY*/

.tems_bg {
	float: left;
	width: 100%;
	padding: 40px 0;
}
.trm-bx {
	background: #fff;
	width: 100%;
	float: left;
	text-align: left;
}
.trm-bx h1 {
	    line-height: 30px;
    color: #0c2f6c;
    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 #0c2f6c;
}
.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;
    display: inline-block;
    font-weight: 700;
    margin-bottom: 5px;
}
.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: 30%;
	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;
}
.ing-blk h4 {
    text-align: center;
}
.ing-blk img {
    display: block;
    margin: 0 auto 10px;
}
.trm-bx a {
    color: #000;
}

/********************************/
.age-pop-overlay {
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 9999;
	left: 0;
	top: 0
}
.pop-up-bg {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	margin: 0px !important;
	padding: 0px !important;
	z-index: 9999600 !important;
	border: 0px;
	opacity: 0.75;
	background-color: rgb(0, 0, 0) !important;
}
.pop-up-bg-in {
	height: 100% !important;
	position: fixed !important;
	top: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
	border: 0px;
	opacity: 0.93;
	box-shadow: rgba(0, 0, 0, 0.25) 4px 0px 5px 0px !important;
	background-color: rgb(255, 255, 255) !important;
	transition: left 1s ease 0s !important;
	z-index: 10000010 !important;
	width: 390px !important;
	left: 0px;
}
.pop-up-left {
	width: 100% !important;
	height: 100% !important;
	position: fixed !important;
	left: 0px !important;
	top: 0px !important;
	border: 0px;
	background-color: rgb(0, 0, 0) !important;
	display: none !important;
	opacity: 0.8 !important;
	z-index: 10000001 !important;
}
.pop-up-left-txt {
	    position: fixed !important;
    left: 40px;
    bottom: 50% !important;
    top: initial !important;
    margin-bottom: -120px !important;
    margin-left: 0px !important;
    width: 300px !important;
    min-height: 40px !important;
    height: auto !important;
    z-index: 10000100 !important;
    background-color: transparent !important;
    background-repeat: no-repeat !important;
    background-position: left 30px !important;
    background-image: url(../images/ageverify.png) !important;
    background-size: auto 50px !important;
    text-align: left !important;
    text-shadow: none !important;
    color: rgb(0, 0, 0) !important;
    font-size: 24px !important;
    font-style: normal !important;
    font-weight: 300 !important;
    letter-spacing: 0px !important;
    text-transform: capitalize;
    box-sizing: initial !important;
    padding: 100px 0px !important;
    overflow-wrap: break-word !important;
    line-height: 31px !important;
    border: none !important;
    transition: left 1s ease 0s !important;
}
.pop-up-left-txt span{
	font-weight: 700 !important;
	}
.no-btn {
	position: fixed !important;
	cursor: pointer;
	left: 190px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	z-index: 10000400 !important;
	transition: left 1s ease 0s !important;
	appearance: none !important;
}
.yes-btn {
	position: fixed !important;
	cursor: pointer !important;
	left: 40px;
	margin-left: 0px !important;
	top: 50% !important;
	margin-top: 35px !important;
	height: 40px !important;
	width: 140px !important;
	color: rgb(255, 255, 255) !important;
	font-size: 22px !important;
	min-width: 1em !important;
	line-height: 1em !important;
	letter-spacing: 0px !important;
	text-transform: none !important;
	text-decoration: none !important;
	text-shadow: none !important;
	text-align: center !important;
	padding: 0px !important;
	font-weight: 700 !important;
	font-style: normal !important;
	background-image: none !important;
	border-width: 2px !important;
	border-style: solid !important;
	border-color: #e1bc5c !important;
	border-radius: 0px !important;
	outline: none !important;
	box-shadow: none !important;
	background-color: #42ac47 !important;
	appearance: none !important;
	transition: left 1s ease 0s !important;
	z-index: 10000200 !important;
}