@charset "utf-8";
/*==============banner===============*/
.banner{
	float:left;
	width:100%;
	background:url(../images/banner.jpg) no-repeat center top;
	background-size: cover;
	overflow:hidden;
	}
.banner_left{
	float:left;
	width:680px;
	text-align:left;
	padding:70px 0;
	}
.banr_rvw{
	     font-size: 20px;
    line-height: 24px;
    color: #ffffff;
    border-top: 1px solid #d2d2d2;
    padding: 9px;
    text-align: center;
    width: 90%;
    /* border-radius: 5px; */
    text-transform: uppercase;
    letter-spacing: 2px;
    border-bottom: 1px solid #d2d2d2;
	}
.banr_rvw img{
	display:inline-block;
	vertical-align:middle;
	margin:-3px 5px 0 0;
	}
.banr_hdng{
	    font-size: 64px;
    line-height: 72px;
    color: #ffffff;
    font-weight: bold;
    margin-bottom: 20px;
	}
.banr_hdng span{ color:#00d27c;}
.bnr-line-bdr{
	display:block;
	vertical-align:middle;
	margin-top:12px;
	}
.bnr_para{
	width: 100%;
	font-size: 18px;
	line-height: 28px;
	color: #ffffff;
	margin-top: 25px;
	}
ul.bnr_list{
	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-between;
	}
ul.bnr_list li{
	float:left;
	width:24%;
	text-align:left;
	padding-right:10px;
	}
ul.bnr_list li img{
	display:inline-block;
	vertical-align:middle;
	margin:0 0 8px;
	}
ul.bnr_list li p{
	font-size:14px;
	line-height:20px;
	color:#fff;
	letter-spacing:0.3px;
	}
.button_box{
	display:inline-block;
	vertical-align:top;
	margin-top:50px;
	width:100%;
	max-width:400px;
	position: relative;
	}
.banner_left .button_box{ margin-top:45px;}
.common_btn{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	height:72px;
	background:#0cc34d;
	text-align:center;
	font-size:26px;
	line-height:72px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:0.5px;
	
	}
.common_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-7px -5px 0 10px;
	}

.bnrStrip{
	float:left;
	width:100%;
	position:relative;
	background:rgba(37,48,62,0.6);
	}
.bnrStripList{
	float:left;
	width:100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	}
.bnrStripList li{
	width:25%;
	padding:30px 20px 30px 25px;
	display:flex;
	justify-content:start;
	align-items:center;
	border-right:1px solid #5c5b58;
	}
.bnrStripList li:first-child{ padding-left:0;}
.bnrStripList li:last-child{ border-right:none;padding-right: 0;}
.bnrStripList li img{
	margin-right:20px;
	}
.bnrStripList li div{
	text-align:left;
	width:calc(100% - 75px);
	}
.bnrStripList li div span{
	float:left;
	width:100%;
	color:#ffffff;
	font-size:13px;
	line-height:15px;
	font-weight:normal;
	letter-spacing:0.3px;
	text-transform:uppercase;
	margin-top:5px;
	opacity:0.7;
	}
.bnrStripList li div p{
	float: left;
    width: 100%;
    font-size: 18px;
    line-height: 26px;
    font-weight: 600;
    color: #ffffff;
    letter-spacing: 0.5px;
    margin-top: 7px;
    text-transform: capitalize;
}
/*==========sectionOne============*/
.sectionOne{
	float:left;
	width:100%;
	padding:60px 0;
	}
.common_heading{
	font-size:50px;
	line-height:60px;
	font-weight:bold;
	color:#061319;
	letter-spacing:0.5px;
	}
.common_heading span{ font-size:30px; line-height:38px; display:block;}
.common_text{
	font-size:18px;
	line-height:25px;
	color:#000;
	letter-spacing:0.3px;
	margin-top:20px;
	}
.sec1_treatment_row{
	width:100%;
	max-width:1680px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	margin:20px auto;
	}
.sec1_prod_slider{
	float:left;
	width:100%;
	}
.treatment_col{
	float:left;
    width:400px;
	min-height:280px;
	margin-top:25px;
	background:#f2fdff;
	border-radius:15px;
	padding:22px;
	text-align:left;
	position:relative;
	}

.treatment_col h3{
	font-size:22px;
	line-height:30px;
	color:#000000;
	font-weight:bold;
	}
.treatment_col p{
	font-size:18px;
	line-height:26px;
	padding-right:150px;
	letter-spacing:0.3px;
	color:#010101;
	margin-top:18px;
	position:relative;
	z-index:2;
	}
.s1-treatment-icon{
	position:absolute;
	right:20px;
	top:20px;
	}
.s1-btn{
	display:block;
	margin-top:40px;
	width:30px;
	height:30px;
	line-height:30px;
	background:#c8deef;
	border-radius:50%;
	text-align:center;
	}
.s1-prod-img{
	position:absolute;
	right:0;
	bottom:10px;
	}

/*=============sectionTwo============*/
.sectionTwo{
	float:left;
	width:100%;
	padding:60px 0;
	background:#f2fdff;
	}
.s2_row{
	float:left;
	width:100%;
	}
.s2_left{
	float: left;
    width: 50%;
    text-align: center;
    margin-left: -50px;
    border-radius: 10px;
    overflow: hidden;
	}
.s2-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	margin-top:0px;
	}
.s2_right{
	float:right;
	width:50%;
	text-align:left;
	}
.s2_list{
	float:left;
	width:100%;
	margin-top:40px;
	}
.s2_list li{
	float:left;
	width:100%;
	padding:0 0 30px 45px;
	background:url(../images/about-list2-point.png) no-repeat 0 0;
	position:relative;
	}
.s2_list li:before{
	content:'';
	position:absolute;
	top:28px;
	bottom:0;
	left:14px;
	border-left:2px dotted #22b1c7;
	}
.s2_list li:last-child:before{
	display:none;
	}
.s2_list_step{
	float:left;
	width:100%;
	font-size:20px;
	line-height:20px;
	font-weight:bold;
	color:#22b1c7;
	letter-spacing:0.5px;
	}
.s2_list_head{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	color:#1f1f1f;
	letter-spacing:0.5px;
	margin-top:5px;
	}
.s2_list_text{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	font-weight:normal;
	color:#000;
	letter-spacing:0.5px;
	margin-top:10px;
	}
.s2_right .button_box{ margin-top:20px; margin-left:10px;}
/*========Section-3========*/
.sectionThree{
	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: 30px;
    column-gap: 30px;
	}
.s3_slide_col{
	    display: inline-block;
    vertical-align: middle;
    width: 31%;
    margin: 0;
    border: 1px solid #22b1c7;
    padding: 25px 20px 25px;
    border-radius: 5px;
    background: #fff;
    position: relative;
	}

.s3_slide_col .commn-btn{ padding:15px 0; margin-top:10px;}
.s3_col_prod{
	width: 100%;
	margin-top: 0px;
	}	
.s3_col_prod3{ right:10px;}
.s3_mob_resp {
    float: left;
    width: 100%;
    margin-top: 20px;
}
.s3_col_icon{
	float:left;
	width:45px;
	margin-bottom:25px;
	}
.s3_slide_col span{
	float: left;
    width: 100%;
    font-size: 22px;
    line-height: 30px;
    color: #000;
    font-weight: bold;
    text-align: left;
    position: relative;
    padding-bottom: 20px;
	}
.prod-section .s3_slide_col span{ min-height: 70px;}
.s3_slide_col span:after{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	width:60px;
	background:#22b1c7;
	height:3px;
	}	
.s3_slide_col p{ margin-top:20px; text-align:left;}
p.price-tag {
    float: left;
    width: 100%;
    font-size: 30px;
    margin: 10px 0;
    font-weight: 700;
    min-height: auto;
    color: #22b1c7;
}
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:#22b1c7;
	}
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;
	}
/*==========sectionFour================*/
.sectionFour{
	float:left;
	width:100%;
	background:#f2fdff;
	padding:60px 0;
	}
.medical_team_row{
	width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 30px auto 0;
	}
.medical_team_col{
	width:31.50%;
	text-align:left;
	padding:250px 20px 20px;
	}
.medical_team_col1{
	background:url(../images/team_doctor_img1.jpg) no-repeat center top;
	background-size:cover;
	}
.medical_team_col2{
	background:url(../images/team_doctor_img2.jpg) no-repeat center top;
	background-size:cover;
	}
.medical_team_col3{
	background:url(../images/team_doctor_img3.jpg) no-repeat center top;
	background-size:cover;
	}
.team_text1{
	font-size:26px;
	line-height:30px;
	color:#ffffff;
	font-weight:bold;
	padding:0 0px;
	}
.team_text2{
	font-size:18px;
	line-height:24px;
	color:#ffffff;
	margin-top:12px;
	padding:0 0px;
	}
.team_text3{
	font-size:16px;
	line-height:22px;
	color:#ffffff;
	letter-spacing:0.3px;
	margin-top:18px;
	padding:13px 10px 0;
	border-top:15px;
	border-top:1px solid #4c6e81;
	}
/*=====sectionSix=========*/
.sectionSix{
	float:left;
	width:100%;
	padding:60px 0;
	background:#fff;
	}
.faq-container {
	display: inline-block;
	vertical-align:middle;
	max-width:880px;
	width:100%;
	text-align: left;
	margin: 40px 0 0;
	padding:10px;
	}
.up-slide-dwn {
	float: left;
    width: 100%;
	margin-bottom:15px;
	box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0px 0px 10px 1px rgba(0,0,0,0.1);
	border-radius:6px;
	}
.accordion {
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close.png) no-repeat 97% center #fff;
    padding: 25px 30px 25px 30px;
    font-size: 19px;
    line-height: 26px;
	letter-spacing:0.3px;
    color: #000000;
    font-weight:600;
    cursor: pointer;
	border-radius:10px;
	}
.acdn-heading.accordion-open {
	background: url(../images/open.png) no-repeat 97% center #fff;
	border-radius:10px 10px 0 0;
	}
.acdn-content {
	float: left;
    width: 100%;
    padding: 0 60px 10px 30px;
	background:#fff;
	border-radius:0 0 10px 10px;
	}
.acdn-para{
	float: left;
    width: 100%;
    font-size:17px;
    line-height: 26px;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}
.up-slide-dwn:last-child .accordion{border-bottom:none;}

/*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: #22b1c7;
    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 #22b1c7;
}
.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;
}