@charset "utf-8";
/*==============banner===============*/

.banner{
	float:left;
	width:100%;
	background:url(../images/banner-bg.jpg) no-repeat center top;
	height:800px;
	overflow:hidden;
	}
.banner-left-side{
	float:left;
	width:60%;
	text-align:left;
	margin-top:60px;
	}
.banner-top-txt{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:600;
	color:#1cbef2;
	}
.bnrHdng{
	float:left;
	width:100%;
	font-size: 54px;
    line-height: 62px;
	font-weight:bold;
	margin-top:15px;
	color:#ffffff;
	text-transform: capitalize;
	}
.bnr-para{
	float: left;
    width: 80%;
    font-size: 18px;
    line-height: 28px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 20px;
	}
.bnr-para span{ color:#d7523e; font-weight:bold;}

.bnr-list{
	    float: left;
    width: 100%;
    margin: 30px 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: 10px;
}
.bnr-list li{
	float: left;
    width: 100%;
    padding: 0 0 0 30px;
    text-align: left;
    font-size: 20px;
    line-height: 28px;
    font-weight: 600;
    color: #ffffff;
    background: url(../images/bnr-tik.png) no-repeat left 5px;
	text-transform: capitalize;
	}
.btn-box {
    display: inline-block;
    vertical-align: middle;
    margin-top:30px;
    text-align: center;
    width:325px;
	max-width:100%;
	}
a.packageBtn {
    display: block;
    width: 100%;
    margin:0 auto;
	border-radius:5px;
    height:67px;
    overflow: hidden;
    color: #ffffff;
    font-size:24px;
    line-height:67px;
	position:relative;
	background:#0084c5;
	font-weight:600;
	letter-spacing:0.5px;
	}
a.packageBtn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 10px;
	}
	
.as-seen-sec{
	float:left;
	width:100%;
	padding:30px 0;
	border-bottom:1px solid #ddd;
	}
.as-seen-sec ul{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	}
.as-seen-sec ul li{
	width:20%;
	}
.as-seen-sec ul li img{
	max-width:100%;
	}

/*---------------------------
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;}


/*==========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 80px 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:block;
	margin:-30px 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;
    /* vertical-align: middle; */
    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;
    /* min-height: 83px; */
    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;
}