@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/
/*========Banner========*/
.bnr-sec{
    float: left;
    width: 100%;
	height:650px;
    background:url(../images/bnr-bg.jpg)#f5f5f5 no-repeat center top;
    overflow: hidden;
    position: relative;	
	}
.bnr-left{
	float: left;
    width:60%;
    text-align: left;
    padding:90px 0 0;
	}
.bnr-left .commn-btn {background: #1dcec2;color: #fff;}	
.bnr-prodt{
	    position: absolute;
    right: 360px;
    top: 310px;
    max-width: 300px;
	}	
.bnr-revw{
	float:left;
	color:#000;
	font-size:16px;
	line-height:16px;
	font-weight:500;
	background:#fff;
	letter-spacing:0.2px;
	border-radius:50px;
	padding:7px 15px;
	}
.bnr-star{
	display:inline-block;
	vertical-align:middle;
	margin:-4px 8px 0 -4px;
	width:72px;
	}
.bnr-title{
	float: left;
    width: 100%;
    color: #24345c;
    font-size: 21px;
    line-height: 31px;
    text-transform: uppercase;
    position: relative;
	}
.bnr-title:after {
    content: "";
    position: absolute;
    right: 90px;
    top: 50%;
    transform: translateY(-50%);
    border-top: 1px solid #24335e;
    left: 290px;
}
.bnr-hdg{
	float: left;
    width: 100%;
    color: #24335e;
    font-size: 56px;
    line-height: 63px;
    font-weight: 700;
    margin-top: 4px;
    font-family: "Kameron", serif;
    text-transform: capitalize;
	}
.bnr-para{
	float: left;
    width: 70%;
    color: #263656;
    font-size: 18px;
    line-height: 30px;
    margin-top: 16px;
	}
.bnr-btm{
	float:left;
	width:100%;
	padding:0 0;
	position:relative;
	}	
ul.bnr-list1{
	float: left;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    row-gap: 10px;
	}
ul.bnr-list1 li{
	float: left;
    width: 25%;
    color: #777777;
    font-size: 18px;
    line-height: 27px;
    padding: 21px 20px;
    text-transform: capitalize;
    text-align: left;
    box-shadow: inset 35px 0px 20px rgba(246, 246, 246, 31);
	}
ul.bnr-list1 li span{
	display: block;
    font-size: 22px;
    line-height: 32px;
    font-weight: 700;
    font-family: "Kameron", serif;
    text-transform: capitalize;
    color: #24335e;
}	
ul.bnr-list1 li img{
	display:block;
	margin:0 0 6px;
	}	
ul.bnr-list2{
	float: left;
    width: 80%;
    margin-top: 20px;
    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.bnr-list2 li{
	    float: left;
    width: 49%;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    padding: 0 0 0 30px;
    font-weight: 700;
	}	


ul.bnr-list2 li img{
	    position: absolute;
    left: 0;
    top: 0;
	}
.bnr-rgt{
	float:right;
	width:41%;
	position:relative;
	}

/*--------SCROLL-STRIP--------*/
.scroll_strip{
	float:left;
	width:100%;
	background:#f5e39b;
	padding:10px 0;
	overflow:hidden;
	position:relative;
	}
.scroll_row{
	float:left;
	width:100%;
	display: flex;
    flex-wrap: nowrap;
	}
.slider__list{
	display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: space-between;
    flex-shrink: 0;
    animation: marquee-horizontal 30s linear infinite;	
	}
@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
.slider__list li{
	color:#000;
	font-size:18px;
	line-height:18px;
	font-weight:500;
	letter-spacing:0.5px;
	background:url(../images/scroll-grn-tick.png)no-repeat left 4px;
	padding:0 35px 0 25px;
	position:relative;
	}	
/*========Common-CSS========*/
.commn-hdg{
	    color: #24335e;
    font-size: 45px;
    line-height: 52px;
    font-weight: 700;
    font-family: "Kameron", serif;
    float: left;
    
    width: 100%;
    text-transform: capitalize;
	}
.commn-hdg span {
    display: block;
    font-size: 30px;
    line-height: 38px;
}
.commn-hdg.white-txt{color:#fff;}
.commn-para{
    font-size: 18px;
    line-height: 30px;
	color: #000;
    margin-top: 18px;
	font-weight: 400;
    width: 100%;
    display: inline-block;
	}	
.commn-para .bold{font-weight:900;}		
/*========Section-1========*/
.sec1{
	float:left;
	width:100%;
	padding:65px 0;
	}
.s1-left{
	float:left;
	width:42%;
	}
.s1-contnt-bx{
	float:left;	
	width:100%;
	border-radius:10px;
	-webkit-box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
    box-shadow: 0 0 15px 1px rgba(0,0,0,0.1);
	}
img.s1-img {
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 20px;
	filter: drop-shadow(0px 10px 6px #ccc);
}
.s1-prodt{
	position: absolute;
    right: 28%;
    top: 360px;
    background: #ecf8f8;
    border-radius: 50%;
    width: 260px;
    height: 260px;
    text-align: center;
    padding: 30px 0;
	box-shadow: 0 0 10px #c3c3c3;
	}
.s1-prodt img {
    max-width: 150px;
    display: inline-block;
    margin: 0 auto 0;
    filter: drop-shadow(2px 4px 6px black);
}
.s1-contnt-bx table tr td{
	color:#000;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.3px;
	height:68px;
	border-bottom:1px solid #ddd;
	}
.s1-contnt-bx table tr:first-child td{
	height:55px;
	font-size:14px;
	font-weight:900;
	text-transform:uppercase;
	}
.s1-contnt-bx table tr:nth-child(2) td{
    background:#edf7ff;
	}
.table-logo{
	display:block;
	margin:0 auto;
	}
.table-prd{
	display: block;
    margin: -10px auto -42px;
    z-index: 9;
    position: relative;
}
	
.s1-rgt{
	float: left;
    width: 51%;
    text-align: left;
	}
.s1-rgt .commn-para {padding: 0 0 0 90px; position:relative; margin-top:48px}	
.s1-rgt .commn-para:before{
	    content: "";
    position: absolute;
    left: 9%;
    top: 8px;
    height: 60px;
    width: 5px;
    background: #24335e;
	}
.s1-rgt .commn-btn {margin:30px 0 0 90px;}	
ul.s1-rgt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:5px;
	}
ul.s1-rgt-list li{
	display:inline-block;
	vertical-align:middle;
	width:49%;
	color:#000;
	font-size:20px;
	line-height:28px;
	font-weight:500;
	padding-left:50px;
	margin-top:25px;
	position:relative;
	}
ul.s1-rgt-list li span{color:#f10000;}
.s1-rgt-list-icn{
	position:absolute;
	top:-5px;
	left:0;
	}

/*========Section-2========*/
.sec2{
	float:left;
	width:100%;
	padding:50px 0;
	}
.s2-left{
	    display: inline-block;
    width: 90%;
    margin-top: 120px;
    padding: 40px 50px;
    text-align: center;
    background: #32cec3;
    border-radius: 15px;
    position: relative;
	}	
.s2-model{
	    display: inline-block;
    border-radius: 12px;
    vertical-align: middle;
	margin: -120px 0 10px 0;
}

.s2-btls{
	display:inline-block;
	vertical-align:top;
	max-width:100%;
	display: none;
	}	
.s2-left .commn-btn {
    background: #24335e;
    color: #fff;
    border: none;
}	
.s2-left .commn-para{ margin:0; color:#fff;}
ul.s2-left-list{
	float:left;
	width:100%;
	margin-top:20px;
	}
ul.s2-left-list li{
	float:left;
	width:70%;
	color:#fff;
	font-size:22px;
	line-height:30px;
	font-weight:600;
	background:url(../images/s2-bullet.png)no-repeat left 3px;
	padding-left:40px;
	margin-top:10px;
	}

ul.s2-left-list li span{
	display:block;
	font-size:18px;
	font-weight:400;
	margin-top:10px;
	line-height:28px;
}
.btn-txt.white-txt {
    color: #fff;
}
/*========Section-3========*/
.sec3{
	float:left;
	width:100%;
	padding:60px 0 60px;
	text-align:left;
	background: rgb(236,250,250);
    background: linear-gradient(180deg, rgba(236,250,250,1) 30%, rgba(249,252,252,1) 70%, rgba(249,252,252,1) 75%);;
}
.sec3-2 {text-align: center;}
.s3_slide_row{
	    float: left;
    width: 100%;
    margin-top: 30px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    column-gap: 15px;
    row-gap: 25px;
	}
.s4_slide_row {
    column-gap: 18px;
}
.s3_slide_col{
	float: left;
    width: 24%;
    padding: 22px 19px 26px;
    border-radius: 12px;
    background: #fff;
    position: relative;
    text-align: left;
    box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	overflow: hidden;
    -webkit-box-shadow: 0 0 8px 1px rgb(0 0 0 / 10%);
	display: flex;
    flex-wrap: wrap;
	}
.s3-model {   padding: 0;}
.s3-model img{max-width: 350px}

.s3_slide_col .commn-btn{
	margin-top:14px;
	width: 180px;
    height: 50px;
    font-size: 16px;
    line-height: 47px;
	}
.s3_slide_col:hover .commn-btn{
    background: #24335e;
    color: #fff;
    border: none;
}
.s3_col_prod{
	display: block;
    margin: 0 auto 0;
    max-width:180px;
	}	
.s3_col_prod3{ right:10px;}
.s3_col_icon{
	float:left;
	width:45px;
	margin-bottom:25px;
	}
.s3_mob_resp{
	float:left;
	width:100%;
	margin-top:10px;}	
.s3_slide_col span{
	float: left;
    width: 100%;
    font-size: 20px;
    line-height:30px;
    color: #424860;
    font-weight: bold;
    /* text-align: left; */
    position: relative;
	}	
.s3_slide_col p{ margin-top:20px;}
p.price-tag {
    float: left;
    width: 100%;
    font-size:25px;
    line-height:35px;
    color: #424860;
    margin: 3px 0 0;
    font-weight: 700;
    min-height: auto;
}
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:#2f7d97;
	}
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========*/
.sec4{
	float:left;
	width:100%;
	background:#1e2b4e;
	padding:55px 0;
	}
.sec4 .commn-hdg{
	float: left;
    width: 38%;
    text-align: left;
    color: #fff;
	}
.sec4 .commn-para{
	float: right;
    width: 55%;
    text-align: left;
    color: #fff;
    margin-top: 10px;
	}	
.s4-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: 55px;
    float: left;
    row-gap: 10px;
	}
.s4-col{
	    float: left;
    width: 24.5%;
    padding: 32px 12px 30px;
    background: #fff;
    border-radius: 15px;
    position: relative;
    text-align: left;
    transition: all 0.3s;
	}
.s4-col:hover{ margin-top:-20px;}	
.s4-num{
	position: absolute;
    right: 6%;
    top: 17px;
    color: #e8e8e8;
    font-size: 70px;
    line-height: 70px;
    font-weight: 700;
	}
.s4-col-bx{
	display:flex;
	flex-wrap:wrap;
	width:100%;
	text-align:left;
	background:#fff;
	border-radius:10px;	
	margin-top:145px;
	position:relative;
	}
.s4-col-img{
	display: block;
    margin: 0px 0 10px;
	}
.s4-col-bx-inr{
	float:left;
	width:100%;
	padding:20px 30px 20px;
	}
.s4-col-hdg{
	float: left;
    width: 100%;
    color: #24335e;
    font-size: 22px;
    line-height: 30px;
    font-weight: 700;
    font-family: "Kameron", serif;
    text-transform: capitalize;
	}
.s4-col-para{
	    float: left;
    width: 100%;
    color: #000;
    font-size: 17px;
    line-height: 28px;
    margin-top: 2px;
}
/*========Section-9========*/
.sec9{
	float:left;
	width:100%;
	padding:65px 0;
	}
.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: #24335e;
    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 #24335e;
}
.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;
}


/*====POP_UP_CSS====*/

a.popOpen{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:50px;
	max-width:300px;
	font-size:22px;
    line-height:45px;
    color:#fff;
    text-align:center;
    border-radius:5px;
    background:#1db762;
    font-weight:600;
    letter-spacing:0.5px;
	margin-top:16px;
	text-shadow:2px 2px 2px rgba(0,0,0,0.2);
	}
	
.popup-Box{
	    position: fixed;
    top: 0;
    bottom: 0;
    width: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.7);
    z-index: 999;
    overflow: auto;
    display: flex;
    align-items: center;
	}
.pop-content{
	float: left;
    width: 100%;
    padding: 30px 0;
	}		
.pop-container{
	max-width: 820px;
	margin: 0 auto;
	padding: 0px 0;
	width: 100%;
	}	
.pop-outerBox{
	float: left;
    width: 100%;
    position: relative;
    background: #fff;
    border-radius: 0;
    overflow: hidden;
    border: 1px solid #00b5e3;
	}
.pop-box-body{
	float:left;
	width:100%;
	padding:0;
	}
.pop-close{
	    position: absolute;
    line-height: 19px;
    z-index: 99;
    right: 10px;
    top: 12px;
    font-size: 14px;
    color: #2c2c2c;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    text-align: center;
    font-family: sans-serif;
    font-weight: 700;
    cursor: pointer;
    background: #fff;
    line-height: 22px;
	}
.pop_cong_heading{
	    float: left;
    width: 100%;
    font-size: 32px;
    line-height: 42px;
    color: #fff;
    font-weight: bold;
    background: #00b5e3;
    padding: 15px 20px;
    text-transform: uppercase;
	}
.warn_icon{
	display: inline-block;
	vertical-align: middle;
	margin: -8px 10px 0 0;
	width: 52px;
	}
.pop_main{
    float: left;
    width: 100%;
    padding: 30px 40px 40px;
    text-align: left;
    background: url(../images/pop-bg.jpg) no-repeat right top #ffffff;
}
.pop_qualify_text{
	float:left;
	width:100%;
	font-size:48px;
	line-height:52px;
	color:#000000;
	font-weight:500;
	}
.pop_discount_box{
	    display: inline-block;
    vertical-align: middle;
    padding: 0 0 10px;
    /* border: 2px dashed #070707; */
    border-radius: 12px;
    font-size: 42px;
    line-height: 53px;
    color: #00b5e3;
    font-weight: bold;
    margin: 25px 0 20px;
    /* text-transform: uppercase; */
    border-bottom: 2px solid;
    border-image-slice: 1;
    border-image-source: linear-gradient(to left, #ffffff, #dcdcdc, #838383, #000000);
	}
.pop_text{
	    float: left;
    width: 70%;
    font-size: 24px;
    line-height: 40px;
    color: #000;
    margin-top: 0px;
	}
.pop_text.pop_text2 span{ position:relative;}
.pop_text.pop_text2 span:after{
	position:absolute;
	left:-8px;
	right:-8px;
	top:57%;
	content:"";
	border-top:3px solid #fe0000;
	transform:rotate(-15deg);
	}
.pop_upgrade_text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#3a3939;
	font-weight:normal;
	margin-top:25px;
	}
a.popConfirm_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	background:#f6c501;
	border:2px solid #e3b603;
	margin-top:25px;
	color:#fff;
	padding:25px 15px;
	border-radius:10px;
	box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 4px 4px 2px rgba(0,0,0,0.1);
	background: rgba(64,160,2,1);
	background: linear-gradient(0deg, rgba(64,160,2,1) 0%, rgba(66,190,30,1) 47%, rgba(67,191,14,1) 100%);
	border:2px solid #30a209;
	}
a.popConfirm_btn p{
	float:left;
	width:100%;
	text-transform:uppercase;
	font-size:42px;
	line-height:42px;
	}
.btn_check{
	display:inline-block;
	vertical-align:middle;
	width:35px;
	margin:-8px 10px 0 0;
	filter: brightness(0) invert(1);
	}
a.popConfirm_btn span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:22px;
	margin-top:12px;
	}
a.no_thanks{
	display:inline-block;
	vertical-align:middle;
	font-size:20px;
	line-height:28px;
	margin-top:20px;
	color:#0000ff;
	text-decoration:underline;
	font-weight:500;
	}	


.shipbx{
	    width: 730px;
    height: 110px;
    border-radius: 14px;
    margin: 25px auto 0px auto;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 17px 25px 15px 130px;
    overflow: hidden;
	    box-shadow: 0px 5px 5px #b7b7b7;
}
.shipbx:before{
	    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 4px;
    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
    
}
.shipiconbx{
	    background: linear-gradient(to right, #ffe67e, #ffe15b, #ffdd2b);
    padding: 14px 5px 18px 12px;
    position: absolute;
    left: 0;
    top: 0;
}
.taddaY{
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 2s;
	-webkit-animation-duration: 2s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
	}
@keyframes tadda {
	0% {transform:translateY(0px)}
	50% {transform: translateY(15px);}
	100% {transform: translateY(0px);}
	}
.shipiconbx img{margin:0 auto;display:block;max-width:100%;}
.shipiconbx::after{
	content: "";
    position: absolute;
    right: -15px;
    top: 0;
    width: 0;
    height: 0;
    border-top: 53px solid transparent;
    border-left: 15px solid #ffde37;
    border-bottom: 53px solid transparent;
}
.shipbx-txt1{
	font-size:24px;
	line-height:30px;
	text-align:left;	
	font-weight: 700;
}
.shipbx-txt1 span.red {
        color: #000000;
    text-shadow: 1px 1px #ffdd31;
}
.shipbx-txt2{
	font-size:16px;
	line-height:24px;
	text-align:left;
}

	
