@charset "utf-8";
/*-----------------------
CSS FOR BANNER
-------------------------*/

/*====scroll_strip====*/
.scroll_strip{
	float:left;
	width:100%;
	padding:15px 0;
	overflow: hidden;
	background:#1a0053;
	
	display: flex;
    flex-wrap: nowrap;
	}
ul.scroll_strip_list{
    display: flex;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    flex-shrink: 0;
    animation: marquee-horizontal 20s linear infinite;
	}
ul.scroll_strip_list li{
	display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 15px;
    position: relative;
    font-size: 14px;
    line-height: 14px;
    color: #fff;
    letter-spacing: 0.7px;
	}

@keyframes marquee-horizontal {
	from {transform: translateX(0);}
	to {transform: translateX(-100%);}
	}
/*========BANNER=======*/
.banner{
	    float: left;
    width: 100%;
    padding: 90px 0;
    position: relative;
    background: url(../images/banner_bg.jpg) no-repeat center top;
	}
.banner_main_block{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.banner_content{
	float: left;
	width: 46%;
	text-align: left;
	position: relative;
	}
.banner_trusted_strip{
	font-size:16px;
	line-height:16px;
	color:#000;
	}
.bnr-trusted-img{
	display:inline-block;
	vertical-align:middle;
	width:100px;
	margin:-5px 0 0 15px;
	}
.banner_heading{
	font-size: 54px;
	line-height: 62px;
	color: #1a0053;
	text-transform: capitalize;
	margin-top: 12px;
	font-family: 'DM Serif Display';
	}
.banner_heading span{
	border-bottom:3px dashed #ff8e09;
	padding-bottom:5px;
	}
.banner_text{
    font-size: 20px;
    line-height: 28px;
    color: #000;
	margin-top:20px;
	padding-top:20px;
	border-top:1px solid #cccccc;
	}
	
ul.banner_points{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	}
ul.banner_points li{
	float:left;
	width:100%;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight:600;
	padding-left:30px;
	margin-top: 6px;
	position:relative;
	background:url(../images/bnr-point-thik.png) no-repeat;
	background-position: top 6px left;
	background-size:15px;
	}
.banner_img_block{
	float:right;
	width:39%;
	position:relative;
	
	}
.prod_box{
    float: left;
    width: 100%;
    position: relative;
	}
.prod_box_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.bnr-box-img{
    width: 933px;
    position: absolute;
    z-index: 1;
    max-width: none;
    top: -50px;
    left: -213px;
	}
.banner-product-injection{
    position: absolute;
    bottom: -6px;
    right: 20px;
    width: 95px;
    z-index: 2;
	}
.banner-product-oral{
    position: absolute;
    bottom: 1px;
    right: 248px;
    width: 110px;
    z-index: 3;
	}
.banner-tape{
    position: absolute;
    bottom: -26px;
    left: -50px;
    width: 312px;
    max-width: none;
    transform: rotate(16deg);
    z-index: 2;
	}
	
.banner_button_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:30px;
	}
.banner_button_width, .button_width{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 360px;
	}
.banner_button_div{
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.banner_button, .common_button{
	width: 100%;
	height: 55px;
	/* border-radius: 50px; */
	font-size: 20px;
	line-height: 55px;
	color: #fff;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-align: center;
	background: #a50f4d;
	border: 1px solid #a50f4d;
	}
.banner_button.learn_button{
	color:#000;
	border:1px solid #757575;
	background:none;
	}
.banner_button_text{
	font-size: 14px;
    line-height: 14px;
    color: #000;
    font-weight: 400;
    margin-top: 15px;
    text-align: center;
    text-transform: uppercase;
	}
.banner_button_text img{
	display:inline-block;
	vertical-align:middle;
	width:20px;
	}

/*=======SECTION1======*/
.section1{
    float: left;
    width: 100%;
	position:relative;
	background:#fff;
	}
.common_heading{
        font-size: 44px;
    line-height: 52px;
    color: #1a0053;
    font-family: 'DM Serif Display';
	}
.common_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	margin-top:25px;
	letter-spacing:0.3px;
	}

.s1_main_block{
    float: left;
    width: 100%;
	padding: 60px 0;
	position:relative;
	}
.s1_block{
	width:100%;
	margin:50px auto 0;
	position:relative;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	}
.s1_row{
	width:400px;
	row-gap:20px;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.s1_box{
	border-radius:12px;
	background:#e7e7f3;
	overflow:hidden;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;	
	}
.s1_cont_box{
	float:left;
	width:70%;
	padding:30px 0 30px 30px;
	text-align:left;
	}	
.s1_icn_box{
    width: 50px;
    height: 50px;
	border-radius:50%;
	background:#1a0053;
	
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
    align-items: center;	
	}
.s1-icn{
	display:block;
	margin:0 auto 0;
	width:28px;
	}
.s1_box_heading{
	font-size: 22px;
    line-height: 28px;
    color: #1a0053;
    /* font-style: italic; */
    margin-top: 20px;
    font-weight: 700;
	}
.s1_box_text{
	font-size:16px;
	line-height:24px;
	color:#000;
	margin-top:12px;
	}
.s1_img_box{
	width:28%;
	position:relative;
	}
.s1-img{
	position:absolute;
	right:-80px;
	max-width:none;
	}
.s1-img1{
	width: 232px;
	bottom: 0px;
	}
.s1-img2{
    bottom: 0;
    width: 209px;
	}
.s1-img3{
    bottom: 0;
    width: 209px;
	}
.s1-img4{
	bottom: 0px;
	width: 232px;
	}
.s1_prod_box{
	position:absolute;
	top:10px;
	left:50%;
	transform:translateX(-50%);
	width:100%;
	max-width:290px;
	}
.s1_prod_box_inr{
	display:inline-block;
	vertical-align:top;
	width:100%;
	position:relative;
	}
.s1-prod{
	display:block;
	margin:0 auto 0;
	width:290px;
	}
	
.s1_block .banner_button_box{ margin:0;}

/*=========SECTION2========*/
.section2{
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: rgb(211,195,217);
	background: linear-gradient(32deg, rgba(211,195,217,1) 15%, rgba(230,230,238,1) 35%, rgba(226,230,239,1) 60%, rgba(175,198,229,1) 80%);
	}
.s2_block{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	}
.s2_cont{
	float:left;
	width:54%;
	text-align:left;
	}
.s2_graph_box{
	float:right;
	width:47%;
	}
.s2-graph{
	    position: absolute;
    right: -80px;
    width: 734px;
    max-width: none;
    top: -15px;
	}
	

/*========Section-3========*/
.section3{
	float:left;
	width:100%;
	padding:60px 0;
	}
.s3_slide_row{
	vertical-align: middle;
    width: 100%;
    margin-top: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    float: left;
    row-gap: 23px;
    column-gap: 23px;
	}
.package_box{
	width:32%;
	border-radius:8px;
	background:#fff;
	padding-bottom:40px;
	-webkit-box-shadow: 0 5px 8px 2px rgba(0,0,0,.1);
	box-shadow: 0 5px 8px 2px rgba(0,0,0,.1);

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
	position:relative;
	}
.package_header{
	width: 100%;
    border-radius: 8px;
    padding: 15px 20px;
    background: rgb(47, 97, 154);
    background: linear-gradient(90deg, rgb(26 0 83) 15%, rgb(165 15 77) 80%);
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
	}
.package_prod_box{
	width: 202px;
    display: inline-block;
    margin: 40px 0 0 0;
	}
.package-product{
	display:block;
	margin:-23px auto 0;
	width:100%;
	}
.package_header_cont{
	width:100%;
	text-align:left;
	}
.package_header_cont h3{
	font-size:24px;
	line-height:32px;
	color:#fff;
	font-weight:bold;
	}
.package_header_cont p{
	font-size:18px;
	line-height:24px;
	color:#fff;
	margin-top:12px;
	}
.package_bottom{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding:20px 30px 0;
	text-align:left;
	}
.package_text{
	font-size:18px;
	line-height:24px;
	color:#000;
	letter-spacing:0.3px;
	}
.package_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:374px;
	margin-top:10px;
	}
.package_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	letter-spacing:0.3px;
	padding-left:28px;
	margin-top:10px;
	background:url(../images/bnr-point-thik.png) no-repeat;
    background-position: top 5px left;
	background-size:15px;
	}
.package_button_box{
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 20px;
	padding: 0 20px 0;
	}
.package_price{
	font-size:26px;
	line-height:26px;
	color:#1a0053;
	font-weight:bold;
	}
.package_price span{
	font-size:40px;
	}
.package_button{
    display: inline-block;
    vertical-align: top;
	width:100%;
    max-width: 380px;
    height: 50px;
    background: #a50f4d;
    color: #fff;
    font-size: 18px;
    line-height: 50px;
    font-weight: bold;
    letter-spacing: 0.5px;
	margin-top:30px;
    position: relative;
	}
/*========Section-4========*/
/*=========SECTION4========*/
.section4{
	float:left;
	width:100%;
	padding:60px 0;
	border-top:2px solid #f0f1f8;
	background:#fff;
	}
.s4_mid_block{
	width: 100%;
    max-width: 100%;
    padding: 40px 40px;
    border-radius: 12px;
    background: url(../images/s4-mid-block-bg.jpg) no-repeat top center;
    background-size: cover;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s4_mid_cont{
	float:left;
	width:42.7%;
	text-align:left;
	}
.s4_sub_heading{
	font-size:20px;
	line-height:22px;
	color:#000;
	font-weight:bold;
	margin-top:25px;
    letter-spacing: 0.5px;
	}
.s4_mid_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.s4_mid_col{
	width:100%;
	margin-top:30px;
	
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s4_mid_icn_box{
	width:62px;
	height:62px;
	border-radius:50%;
	background:#fff;
	
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.s4-mid-icn{
	display:block;
	margin:0 auto 0;
	width:32px;
	}
.s4_mid_col_cont{
	width:calc(100% - 62px);
	padding-left:15px;
	text-align:left;
	}
.s4_mid_col_cont h3{
	    font-size: 22px;
    line-height: 26px;
    color: #1a0053;
    font-weight: bold;
	}
.s4_mid_col_cont p{
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:10px;
	}
.s4_mid_img_box{
	float:right;
	width:54%;
	}
.s4_mid_img_box ul{
	width:100%;
	
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s4_mid_img_box ul li{
	width:32%;
	}
.s4_mid_img_box ul li img{
	display:block;
	margin:0 auto 0;
	width:202px;
	border-radius:15px;
	}
.s4_mid_img_box ul li:nth-child(even){ margin-top:60px;}
/*========Section-9========*/
.section5{
	float:left;
	width:100%;
	padding:60px 0;
	background: rgb(223, 202, 220);
    background: linear-gradient(36deg, rgba(223, 202, 220, 1) 15%, rgba(241, 233, 233, 1) 35%, rgba(225, 230, 236, 1) 55%, rgba(176, 200, 228, 1) 80%);
}
.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: #1a0053;
    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 #1a0053;
}
.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;
}