@charset "utf-8";
/* CSS Document */

body {
	top:0;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	padding:0;
	background:#fff;
	text-align:center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Figtree';
	font-weight:400;
	}
div, ul, h1, h2, h3, h4, h5, li, p, img, form, input, textarea {margin:0;padding:0;}
header, section, footer, aside, nav, main, article, figure {display: block;}
table, tr, td {border:0;}
a{outline: none; color:#333; text-decoration:none;}
a:hover {outline: none; text-decoration:none;}
img {border:none; height:auto; max-width:100%;}
li {list-style:none;}
*{box-sizing:border-box;}
.clearall{
	clear:both;
	font-size:1px;
	line-height:1px;
	height:1px;
	}
	
/*==============Fonts==============*/

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Bold.woff2') format('woff2'),
        url('../fonts/Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Medium.woff2') format('woff2'),
        url('../fonts/Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
        url('../fonts/Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Figtree';
    src: url('../fonts/Figtree-Regular.woff2') format('woff2'),
        url('../fonts/Figtree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Serif Display';
    src: url('../fonts/DMSerifDisplay-Regular.woff2') format('woff2'),
        url('../fonts/DMSerifDisplay-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
	
		
/*-----------------------
CSS FOR NAV BAR
------------------------*/	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom:90px;
	}
.nav-sec{
	float:left;
	width:100%;
	height:90px;
	
	margin-top:-90px;
	top:90px;
	position:relative;
	}
.fixed-nav .nav-sec{
	position: fixed;
	z-index: 99;
	transition: margin .3s ease-out;
	-webkit-transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	background:#fff;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);
    box-shadow: 0 3px 4px 0 rgba(0,0,0,0.1);				
	}
	
.logo{
	float:left;
	width:160px;
	margin-top:12px;
	}				
ul.menu-list{
	float:right;
	margin-top: 0;
	}
ul.menu-list li{
    float: left;
    margin: 22px 17px 0 0;
	}
ul.menu-list li a{
	float:left;
    color: #142437;
    font-size: 18px;
    line-height: 18px;
	font-weight:normal;
	border:1px solid #a5be97;
	border-radius:40px;
	width: 136px;
	padding:13px 10px;
	}	
a.nav-btn{
	float: right;
    background: #335f19;
    color: #fff !important;
    font-size: 18px !important;
    text-align: center;
    width: 136px !important;
    height: 46px !important;
    letter-spacing: 0.5px;
    line-height: 46px !important;
    border-radius: 30px;
    font-weight: 600;
    margin-top: 22px;
	}   
a.nav-btn:hover{
	opacity: .8;
	}
	.for_margin{
		margin-right: 17px;
	}	
/*=====Menu=====*/
.mob-mnu-ic{
	cursor: pointer;
    position: absolute;
    right: 0;
    top: 34px;
    z-index: 16;
    height: 30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	margin:0;
	}
.mob-mnu-ic span{
	color:#fff;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 28px;
	height: 2px;
	background-color: #555555;
	transition: 0.4s;
	}
.bar2{margin: 6px 0;}
.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-7.5px, 5px);
	transform: rotate(-45deg) translate(-7.5px, 5px);
	background:#555555;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-6.5px, -4px);
	transform: rotate(45deg) translate(-6.5px, -4px);
	background:#555555;
	}
.mobilemenu{
	left:0;
	position:fixed;
	top:90px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #ddd;
	}
.mobimenu-top{ top:90px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #ddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}	

/*-----------------------
		BANNER
------------------------*/	
.bnr_section{
	background: #f6fff0;
	float:left;
	width:100%;
	padding:80px 0 60px;
	overflow:hidden;
	}	
.bnr_content{
	float:left;
	width:48%;
	text-align:left;
	}
.bnr_heading{
    font-size: 65px;
    line-height: 69px;
	color:#335f19;
	font-family: 'DM Serif Display';
	font-weight: 400;
	margin: 0;
	}
.bnr_para{		
	font-size:36px;
	line-height:46px;
	color:#335f19;
	letter-spacing:0.3px;
	font-weight:normal;
	margin-top:14px;
	margin-bottom: 0;
	}
ul.bnr_list{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 8px;
	padding: 0;
	}	
ul.bnr_list li{
	background:url(../images/bnr-lst-tike.png) no-repeat left 2px;
    float: left;
    width: 100%;
    font-size: 19px;
    line-height: 25px;
    color: #335f19;
	font-weight:normal;
	text-align:left;
    position: relative;
    padding-left: 38px;
    margin-top: 14px;
	}
.bnr_prod{
    position: absolute;
    top: 50px;
    right: -65px;
	width:633px;
	}
.btn_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin-top:50px;
	}	
.btn_width{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:264px;
	}	
.common__button{
    width: 100%;
	max-width:260px;
    height: 66px;
    text-align: left;
    border-radius: 40px;
    background: #335f19;
    position: relative;
	padding:0 8px;
	margin:0 auto 0;
	
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.common__button:hover{ opacity:.8;}		
.bnr_section .btn_box{ margin-top:60px;}	
.common__button p{
	display:inline-block;
	vertical-align:middle;
	font-size:25px;
	line-height:25px;
	color:#fff;
	font-weight:600;
	padding-left:40px;
	}		
.common__button img{
    display: inline-block;
    vertical-align: middle;
	width:45px;
	}	
.bnr_rev_text{
	font-size: 17px;
    line-height: 21px;
    color: #000;
    font-weight: bold;
    margin-top: 40px;
	}
.trustpilotstar{
	display:inline-block;
	vertical-align:middle;
	width:75px;
	margin:-2px 7px 0 7px;
	}	
.trustpilot{
	display:inline-block;
	vertical-align:middle;
	width:75px;
	margin:-5px 0 0 7px;
	}					
	
/*-----------------------
Section 1
------------------------*/
.section_1{
	background:#fff;
	float:left;
	width:100%;
	padding:70px 0 80px;
	}
.sec1_header_strip{
	margin:0 auto 0;
	width:100%;
	text-align:left;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;	
	}	
.common_heading{
	font-size:55px;
	line-height:64px;
	color:#000;
	font-family: 'DM Serif Display';
	font-weight: 400;
	margin: 0;	
	}

.s1_rev_slider{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 60px;
	}
.s1_rev_box{
	display:inline-block;
	vertical-align:top;
	background:#f6fff0;
	max-width:370px;
	min-height:510px;
	padding:30px 30px 0;
	border-radius:20px;
	position:relative;
	overflow:hidden;
	}
.s1_rev_cont{
	float:left;
	width:100%;
	text-align:left;
	}	
	.s1_rev_cont h3 {
		font-size: 58px;
		line-height: 58px;
		color: #335f19;
		font-family: "DM Serif Display";
		font-weight: 400;
		margin: 0;
	}
.s1_rev_cont p{
	font-size:20px;
	line-height:27px;
	color:#335f19;
	font-weight:normal;
	margin-top:15px;
	margin-bottom: 0;
	}	
	
.s1_rev_imgbx{
	float:left;
	width:100%;
	}	
.s1_rev_img1{
	position: absolute;
    left: -70px;
    bottom: -33px;
    object-fit: cover;
    height: 328px;
    max-width: none;
	}
.s1_rev_img2{
	position: absolute;
    right: 14px;
    bottom: -168px;
    object-fit: cover;
    height: 485px;
    transform: scaleX(-1);
	max-width: none;
	}				
.s1_rev_img3{
	position: absolute;
    right: -142px;
    bottom: -76px;
    object-fit: cover;
    height: 586px;
    max-width: none;
	}
.s1_rev_img4{
    position: absolute;
    right: -285px;
    bottom: -5px;
    max-width: none;
    object-fit: cover;
    height: 530px;
	}	
.s1_btm_text{
	font-size:14px;
	line-height:21px;
	color:#b2b2b2;
	text-align:left;
	margin-top:15px;
	}					

/*-----------------------
Section 2
------------------------*/
.section_2{
	float:left;
    width:100%;
	background:#f6fff0;
	padding:70px 0 40px;
	}	
.common_text{	
    font-size:20px;
	line-height:26px;
	color:#000;
	margin-top:25px;
	}
	
.s2_mid_wrap{
	float:left;
	width:100%;
	}	
.s2_mid_row{
	margin:100px auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
	}
.s2_mid_row_reverse{ flex-direction: row-reverse;}	
.s2_left{
	width:43%;
	text-align:left;
	}
.s2_left .common_heading{
	font-size:50px;
	line-height:60px;
	}

.s2_right{
	width:52%;
	text-align:left;
	}
ul.s2_list{
	float:left;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	row-gap:50px;
	}
ul.s2_list li{
	float:left;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    align-items: center;
	}
.s2_list_imgbx{ width:97px;}
.s2_list_imgbx img{
	margin:0 auto 0;
	display:block;
	width:97px;
	}
.s2_list_line{
	width:5px;
	height:190px;
	background:#e5e5e5;
	transition: all 0.8s ease-out;
	}	
.s2_list_line.active {
    background: #335f19;
    transition: all 0.8s ease-out;
	}
.s2_list_contbx{
    text-align: left;
    width: calc(100% - 200px);
	}
.s2_list_contbx h3{
	font-size:35px;
	line-height:38px;
	color:#335f19;
	font-weight:bold;
	}
.s2_row_img{
	margin:30px auto 0;
	display:block;
	border-radius:20px;
	}
/* ----------------------------- */

.s2_list-transition{
    overflow: hidden;
	transition: all 1s ease-out;
	max-height: 0px;
	}
.s2_list-transition.show{
    max-height: 200px;
	transition: all 1s ease-out;
	}		

/*-----------------------
Section 3
------------------------*/
.section_3{
	float:left;
	width:100%;
	padding:70px 0 80px;
	background:#f6fff0;
	}
.s3_list{
	width:100%;
	margin:40px auto 0;

    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s3_list li{
    width: 23%;
    border-radius: 15px;
    background: #fff;
    padding: 30px 20px 30px;
	}
.s3_list li h3{
	font-size:25px;
	line-height:32px;
	color:#000;
	font-weight:bold;
	}
.s3_list li p{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:normal;
	margin-top:25px;
	padding-top:25px;
	border-top:2px dashed #335f19;
	}
.s3_points{
	float:left;
	width:100%;
	margin-top:25px;
	text-align:left;
	}
.s3_points li{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:12px;
	line-height:16px;
	color:#a6a6a6;
	margin-top:15px;
	}

/*-----------------------
Section 4
------------------------*/
.section_4{
	float:left;
	width:100%;
	padding:70px 0 80px;
	background:#fff;
	}
.s4_block{
	width:100%;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.s4_left{
	width:53%;
	text-align:left;
	}
.s4_right{
	width:42.5%;
	padding-bottom:45px;
	border-radius:20px;
	background:#f6fff0;
	}

.info-slider{
	width: 100%;
	padding:45px 40px 40px;
	text-align: center;
	border-bottom:2px solid #e7eefb;
	
	display: flex;
	flex-direction: column;
	align-items: center;
	}
.select_weight-top{
	width: 100%;
	text-align: center;
	
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 1rem;
	}
.select_weight-top h5{
    font-size: 22px;
    line-height: 28px;
    color: #000;
    font-weight: 500;
    text-align: left;
	}
.weight-count{
	min-width: 134px;
	font-weight: 500;
	font-size: 20px;
	line-height:20px;
	text-align: center;
	color: #335f19;
	outline: none;
	}
.weight-count span{
	font-size:60px;
	}
.calculate_row{
	width: 100%;
    text-align: center;
	
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
	}
.calculate-col1{
	font-size: 22px;
    line-height: 26px;
    color: #000;
	font-weight:normal;
	text-align: left;
	}
.weight-value{
	min-width: 134px;
	font-weight: 500;
	font-size: 20px;
	line-height:20px;
	text-align: center;
	color: #335f19;
	outline: none;
	}
.weight-value span{ font-size:60px;}
.button_text{
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:normal;
	margin-bottom:25px;
	}

/*-----------------------
Section 5
------------------------*/
.section_5{
	float:left;
    width:100%;
	padding:70px 0 80px;
	background:#f6fff0;
	}	
.s5_block{
	width:100%;
	margin:55px auto 30px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	}
.s5_box{
	width:30.33%;
	position:relative;
	}
.s5-icn{
	display:block;
	margin:0 auto 20px;
	width:100px;
	}
.s5_box h3{
	font-size:25px;
	line-height:30px;
	color:#335f19;
	font-weight:bold;
	} 
.s5_box p{
	font-size:20px;
	line-height:26px;
	color:#000;
	margin-top:12px;
	} 
.s5_box:before{
    content: '';
    position: absolute;
    top: 42px;
  	right: -152px;
    width: 245px;
    height: 12px;
	background:url(../images/s5-shape.png) no-repeat;
	background-size: 100% 100%;
	}
.s5_box:last-child:before{ display:none;}
	
/*-----------------------
Medications Section 
------------------------*/
.medication_section{
	float:left;
    width:100%;
	padding:70px 0 80px;
	background:#ffff;
	}	
.medicat_header_strip{ text-align:left;}	
.medicat_rev_slider{
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-top: 60px;
	}
.medicat_rev_box{
	display:inline-block;
	vertical-align:top;
	width:342px !important;
	border-radius:20px;
	position:relative;
	overflow:hidden;
	}
.medicat_vdobox{
	float:left;
	width:100%;
	overflow:hidden;
	cursor:pointer;
	position:relative;
	}
.medicat_vdobox video, .thumbnail{
    vertical-align: top;
    width: 100%;
    height: 475px;
    background: #000;
    object-fit: cover;
	}	
.ugc-play{
    position: absolute;
    width: 80px;
    top: 50%;
    left: 50%;
    margin: -40px 0 0 -40px;
	}	
.video-player{ display:none;}
.medicat_rev_box_cont{ width: 600px !important;}	
.medicat_rev_cont_blk{
	margin:0 auto 0;
	width:100%;
	display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}	
.medicat_rev_cont_left{
	width:44%;
	text-align:left;
	}	
.medicat_rev_head{
    font-size: 30px;
    line-height: 36px;
    color: #335f19;
    font-family: 'DM Serif Display';
    font-weight: 400;
	}
.medicat_rev_text{
	font-size: 17px;
    line-height: 23px;
    color: #335f19;
	margin-top:10px;
	}	
.medicat_rev_star{
	display:inline-block;
	vertical-align:top;
	width:100px;
	margin-top:12px;
	}	
.medicat_rev_name{
	font-size: 22px;
    line-height: 22px;
    color: #000;
	font-weight:bold;
	margin-top:20px;
	}
.medicat_rev_cont_rgt{
	width:51%;
	}
.medicat_rev_cont_rgt img{
	margin:0 auto 0;
	display:block;
	border-radius:0 12px 12px 0;
	}					
				
/*-----------------------
Section 6
------------------------*/
.section_6{
	float:left;
	width:100%;
	padding:70px 0 80px;
	background:#f6fff0;
	}
	
.package_block{
	width:100%;
	margin:50px auto 0;
	background:#fff;
	border-radius:20px;
	padding:40px;
	border:1px solid #335f19;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: center;
	}
.package_prodbx{
	width:45%;
	}
.package_prodbx img{
	margin:0 auto 0;
	display:block;
	}		
.package_content{
	width:50%;
	text-align:left;
	}	
.pkg_heading{
    font-size: 48px;
    line-height: 50px;
    color: #335f19;
    font-family: 'DM Serif Display';
    font-weight: 400;
	}
.pkg_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:left;
	margin-top:20px;
	}
.pkg_points li{
	display:inline-block;
	vertical-align:top;
	width:100%;
	font-size:22px;
	line-height:26px;
	color:#335f19;
	font-weight:normal;
	letter-spacing:0.3px;
	border-bottom:1px solid #e7e7e7;
	padding:16px 0 16px 70px;
	position:relative;
	}
.pkg_points li:last-child{border-bottom:none;}
.pkg_points li img{
    position: absolute;
    top: 50%;
    left: 0;
    width: 40px;
    margin-top: -20px;
	}
.package_content .btn_box{ margin-top:40px;}	
			
/*-----------------------
Section 7
------------------------*/
.section_7{
	float:left;
    width:100%;
	padding:70px 0 10px;
	background:#fff;
	}		
.faq-container{
	display: inline-block;
	vertical-align: top;
	max-width: 830px;
	width: 100%;
	margin-top: 35px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	border-bottom:1px solid #d4d4d4;
	}
.up-slide-dwn:last-child{border-bottom:none;}		
.faq-innr{
	float:left;
	width:100%;
	}
.accordion{
	float:left;
	width:100%;
	text-align:left;
	background:url(../images/close-btn.png) no-repeat right 10px center;
	background-size:17px !important;
	padding:25px 35px 25px 0;
	font-size:22px;
	line-height:26px;
	color:#000;
	font-weight:bold;
	cursor:pointer;
	position:relative;
	}
.acdn-heading.accordion-open{
	background:url(../images/open-btn.png) no-repeat right 10px center;
	}
.acdn-content{
	float:left;
	width:100%;
	text-align:left;
	padding-bottom:10px;
	}
.acdn-para{
	font-size:20px;
	line-height:28px;
	color:#000;
	letter-spacing:0.5px;
	margin-bottom:15px;
	}
			
/*-----------------------
Section 8
------------------------*/
.section_8{
	float:left;
    width:100%;
	padding:40px 0 80px;
	background:#fff;
	}	
	
.mail_box{
	width:100%;
	max-width:830px;
	padding:35px 35px 35px 35px;
	border-radius:20px;
	margin:0 auto 0;
    -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, .1);
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.mail_icn_box{
	width:72px;
	height:72px;
	border-radius:15px;
	border:1px solid #e8e8e8;
	background:#fff;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .1);
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	}
.mail_icn_box img{
	display:block;
	margin:0 auto;
	width:40px;
	}
.mail_content_box{
	width:calc(100% - 72px);
	padding-left:25px;
	text-align:left;
	}
.mail_content_box h3{
	font-size:30px;
	height:30px;
	color:#335f19;
	font-weight:bold;
	}
.mail_content_box p{
	font-size:18px;
	line-height:20px;
	color:#000;
	margin-top:10px;
	}
.mail_content_box p a{
	font-size:20px;
	font-weight:600;
	margin-left:10px;
	}
a.link{ color:#335f19; word-break:break-all;}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer{
	float:left;
    width:100%;
	background:#335f19;
    padding:50px 0;
	}
.foot_logo_box{
	width:100%;
	padding-bottom:35px;
	border-bottom:1px solid #fff;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.foot-logo{
	float:left;
	width:160px;
    filter: brightness(0) invert(1);
	}
.foot_button{
	float:right;
	width:170px;
	height:50px;
	font-size:21px;
	line-height:48px;
	color:#fff;
	font-weight:600;
	border-radius:50px;
	border:1px solid #d7e4ff;
	}
.foot_button:hover{ opacity:.8;}	
.foot_link_box{
	width:100%;
	margin:30px auto 35px;
	
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.foot_text{
	font-size:17px;
	line-height:17px;
	color:#cccccc;
	letter-spacing:0.3px;
	}
.foot_text a{ padding:0 0 0 30px; color:#cccccc;}	
.foot_text2{
	font-size:16px;
	line-height:24px;
	color:#fff;
	letter-spacing:0.3px;
	margin-top:20px;
	text-align:left;
	}
.foot_text2 a{ color:#cccccc;}
.medical_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	text-align:center;
	margin-top:25px;
	}
.medical_box p{
    font-size: 17px;
    line-height: 17px;
    color: #cccccc;
    letter-spacing: 0.3px;
	margin-top:15px;
	}
.medical_box p:first-child{ margin-top:0;}	
.medical_box p span{ padding:0 10px;}
.foot_brand_box{
	width:100%;
	margin:35px auto 0;
	
	display: -webkit-flex;
	display: flex;
    flex-wrap: wrap;
    justify-content:center;
    align-items: center;
	}
.foot_brand_box div{ margin:0 10px;}
.foot-brand{
    display: block;
    margin: 0 auto;
	max-width:none;
	max-height:100%;
	width:auto;
	height:108px;
	}							
	
/*--------------------PLUSE--------------------*/	
.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}
@keyframes pulse {
 0% {
 transform: scale(0.9);
}
 50% {
 transform: scale(1);
}
 100% {
 transform: scale(0.9);
}
}
@-webkit-keyframes pulse {
 0% {
 -webkit-transform: scale(0.95);
}
 50% {
 -webkit-transform: scale(1);
}
 100% {
 -webkit-transform: scale(0.95);
}
}

/*=========Media Query=========*/
.show-mob, .show-tab {display: none;}
.fl{ float:left;}
.fr{ float:right;}	
.blue_color{ color:#335f19;}
.for_style{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 30px;
	gap: 15px;
}
.each_prod_box{
	padding: 1.5rem;
	margin: 0 auto;
}
.mt_auto{
	margin-top: auto;
}
.mt_6{
	margin-top: 1.5rem;
}
.text_box{
	padding: 1rem;
	margin: 2rem auto 0;
}
.mt_2{
	margin-top: 0.5rem;
}
.my_1{
	margin: 0.5rem 0;
}
@media only screen and (max-width:1200px){
.container{width:1004px;}

ul.menu-list{ display:none;}
a.nav-btn{ margin-right:50px;}

.bnr_section{ padding:60px 0 70px;}
.bnr_heading{ font-size: 58px; line-height: 64px;}
.bnr_para{ font-size: 32px; line-height: 42px;}
.bnr_prod{ top: 80px; right: 0; width: 510px;}
.bnr_section .btn_box{ margin-top:50px;}

.common_heading{ font-size: 50px; line-height: 58px;}
.common_text{ font-size: 18px; line-height: 24px;}

.s1_rev_img3{ right: -182px;}

.s2_left .common_heading{ font-size: 46px; line-height: 52px;}
.s2_list_contbx h3{ font-size: 32px; line-height: 36px;}
.s2_list_contbx{ width: calc(100% - 156px);}

.s3_list li{ width: 23.5%; padding: 30px 15px 30px;}
.s3_list li h3{ font-size: 23px; line-height: 30px;}
.s3_list li p{ font-size: 17px; line-height: 23px;}

.info-slider{ padding: 45px 25px 40px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.bnr_section{ padding:50px 0 60px;}
.bnr_content{ width:55%;}
.bnr_heading{ font-size: 50px; line-height: 54px;}
.bnr_para{ font-size: 28px; line-height: 36px;}
ul.bnr_list li{ font-size: 18px; line-height: 24px; background-size: 20px; padding-left: 28px; margin-top: 14px;}
.bnr_prod{ width: 440px; right: -100px;}

.section_1{ padding:50px 0 60px;}
.common_heading{ font-size: 44px; line-height: 50px;}

.section_2{ padding:50px 0 20px;}
.s2_left{ width:34%;}
.s2_left .common_heading{ font-size: 40px; line-height: 44px;}
.s2_right{ width: 63%;}
.s2_list_imgbx{ width:70px;}
.s2_list_contbx{ width: calc(100% - 125px);}
.s2_list_contbx h3{ font-size: 28px; line-height: 32px;}

.section_3{ padding:50px 0 60px;}
.s3_list{ margin: 35px auto 0;}
.s3_list li{ width: 23.5%; padding: 15px 12px 20px;}
.s3_list li h3{font-size: 17px; line-height: 24px;}
.s3_list li p{ font-size: 15px; line-height: 22px; margin-top: 16px; padding-top: 16px;}
.s3_points{ margin-top: 20px;}

.section_4{ padding:50px 0 60px;}
.s4_block{ justify-content: center;}
.s4_left{ width: 100%; text-align: center;}
.s4_right{ width: 100%; max-width: 500px; margin-top:35px;}

.section_5{ padding:50px 0 60px;}
.s5_box:before{ top: 43px; right: -97px; width: 180px; height: 9px;}
.s5_box h3{ font-size: 24px; line-height: 28px;}
.s5_box p{ font-size: 18px; line-height: 24px;}

.medication_section{ padding:50px 0 60px;}
	
.section_6{ padding:50px 0 60px;}
.package_block{ justify-content: center;}
.package_prodbx{ width:100%;}
.package_prodbx img{ width:510px;}
.package_content{ width:100%; text-align:center; margin-top:40px;}
.pkg_heading{ font-size: 44px; line-height: 46px;}

.section_7{ padding:50px 0 10px;}
.acdn-para{ font-size: 18px; line-height: 26px;}

.section_8{ padding:30px 0 60px;}

.foot_text{ font-size: 16px; line-height: 16px;}
.foot_text a{ padding: 0 0 0 15px;}
.foot_text2{ font-size: 15px; line-height: 23px;}
}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 15px; max-width:600px; box-sizing:border-box;}
.show-mob{display:block;}
.hide-mob{display:none;}

.top-fix-bar{ margin-bottom:55px;}
.nav-sec{ height:55px; margin-top: -55px; top: 55px;}
.logo{ width: 100px; margin-top:7px;}
.mob-mnu-ic{ top:20px; right:15px;}
.mobilemenu{ top:55px;}
.mobimenu-top{ top: 55px;}
.mobilemenu li:last-child{ border:none;}
a.nav-btn{ padding:0!important; margin: 20px 0 0 15px; font-size: 16px !important; height: 42px !important; line-height: 42px !important;}

.bnr_section{ padding:20px 0 35px;}
.bnr_content{ width:100%;}
.bnr_heading{ font-size: 38px; line-height: 40px;}
.bnr_para{ font-size: 22px; line-height: 28px;}
ul.bnr_list li{ font-size: 17px; line-height: 23px; background-size: 17px; padding-left: 26px; margin-top: 10px;}
.bnr_prod{ position: static; margin: 20px auto 0; display: block;}
.bnr_rev_text{ font-size: 16px; line-height: 22px;}

.btn_box{ margin-top:30px;}	
.bnr_section .btn_box{ margin-top: 28px; text-align:center;}
.btn_width{ max-width:235px;}	
.common__button{ height:60px;}
.common__button p{ font-size: 21px; line-height: 21px; padding-left: 35px;}	
.button_text{ font-size: 17px; line-height: 17px; margin-bottom: 18px;}
	
.section_1{ padding:25px 0 35px;}	
.sec1_header_strip{ text-align:center; justify-content: center;}	
.common_heading{ font-size: 32px; line-height: 38px;}	
.common_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}
.s1_rev_slider{ margin-top:30px;}
.s1_rev_box{ min-height: 370px; padding: 20px 20px 0; border-radius: 12px;}	
.s1_rev_cont h3{ font-size: 50px; line-height: 50px;}	
.s1_rev_cont p{ font-size: 19px; line-height: 26px;}	
.s1_rev_img1{ bottom: -95px;}	
.s1_rev_img2{ bottom: -170px; height: 400px;}
.s1_rev_img3{ right: -80px; bottom: -36px; height: 406px;}
.s1_rev_img4{ right: -235px; height: 440px;}	
.s1_btm_text{ font-size: 12px; line-height: 20px;}	
	
.section_2{ padding:25px 0 10px;}	
.s2_mid_row{ margin: 55px auto 0;}	
.s2_left{ width:100%; text-align:center;}
.s2_left .common_heading{ font-size: 30px; line-height: 36px;}
.s2_right{ width:100%;}
ul.s2_list{ row-gap: 40px; margin-top:30px;}
.s2_list_imgbx{ width: 60px;}
.s2_list_line{ height: 130px; width:4px; margin-right: 5px;}
.s2_list_contbx{ width: calc(100% - 100px);}
.s2_list_contbx h3{ font-size: 22px; line-height: 26px;}
.s2_row_img{ margin: 20px auto 0; width:300px;}

.section_3{ padding:25px 0 35px;}
.s3_list{ width:calc(100% + 30px); display:inline-block; vertical-align:top; margin:30px 0 0 -15px;}
.s3_list li{ width: 300px !important; padding: 25px 30px 35px;}
.s3_list li h3{ font-size: 22px; line-height: 30px;}
.s3_list li p{ font-size: 16px; line-height: 22px; margin-top: 20px; padding-top: 17px; min-height:107px;}
.s3_points{ margin-top: 10px;}

.section_4{ padding:25px 0 35px;}
.info-slider{ padding: 30px 20px 30px;}
.select_weight-top h5{ font-size: 19px; line-height: 25px;}
.weight-count, .weight-value{ min-width: 108px; font-size: 18px; line-height: 18px;}
.weight-count span, .weight-value span{ font-size: 45px;}
.calculate-col1{ font-size: 19px; line-height: 25px;}

.section_5{ padding:25px 0 35px;}
.s5_block{ max-width: 400px; margin: 40px auto 0; row-gap: 20px; padding:0 30px;}
.s5_box{ width:100%; padding-bottom:115px;}
.s5_box:last-child{ padding-bottom:0;}
.s5-icn{ width:55px;}
.s5_box h3{ font-size: 22px; line-height: 26px;}
.s5_box p{ font-size: 16px; line-height: 22px; margin-top:10px;}
.s5_box:before{ top: auto; bottom: -10px; right: 50%; width: 5px; height: 123px; background: url(../images/s5-shape-m.png) no-repeat; background-size: 100% 100%; margin-left: -2px;}

.medication_section{ padding:25px 0 35px;}
.medicat_rev_slider{ width: calc(100% + 30px);  margin:30px 0 0 -15px; padding-left:15px;}
.medicat_header_strip{ text-align:center;}
.medicat_rev_cont_left{ width:100%;}
.medicat_rev_box{ width:330px !important;}
.medicat_rev_box_cont{ width: 300px !important; border-radius:10px;}
.medicat_rev_img_m{ border-radius:10px; margin:22px auto 0;}
.medicat_rev_head{ font-size: 25px; line-height: 29px;}
.medicat_rev_text{ font-size: 16px; line-height: 22px;}
.medicat_rev_star{ width:90px;}
.medicat_rev_name{ font-size: 20px; line-height: 20px;}
.medicat_vdobox video, .thumbnail{ height:584px;}

.section_6{ padding:25px 0 35px;}
.package_block{ margin: 25px auto 0; padding:20px 20px 25px;}
.package_content{ margin-top:25px;}
.pkg_heading{ font-size: 32px; line-height: 36px;}
.pkg_points{ margin-top:15px;}
.pkg_points li{ font-size: 18px; line-height: 24px; padding: 15px 0 15px 50px;}
.pkg_points li img{ width: 36px; margin-top: -18px;}
.package_content .btn_box{ margin-top: 22px;}

.section_7{ padding:25px 0 0;}
.faq-container{ margin-top: 10px;}
.accordion{ background-size: 12px !important; padding: 20px 30px 20px 0; font-size: 19px; line-height: 24px;}
.acdn-para{ font-size: 16px; line-height: 22px;}

.section_8{ padding:25px 0 35px;}
.mail_box{ margin: 0 auto 0; justify-content: center; padding: 20px 20px 20px 20px;}
.mail_icn_box{ width: 54px; height: 54px; border-radius: 12px;}
.mail_icn_box img{ width: 30px;}
.mail_content_box{ width: calc(100% - 54px); padding-left: 15px;}
.mail_content_box h3{ font-size: 24px; height: 24px;}
.mail_content_box p{ font-size: 16px; line-height: 19px; margin-top: 10px;}
.mail_content_box p a{ font-size: 17px; margin-left: 8px; word-break: break-all;}

.footer{ padding: 30px 0;}
.foot-logo{ width:100px;}
.foot_button{ width: 140px; height: 45px; font-size: 18px; line-height: 42px;}
.foot_logo_box{ padding-bottom: 30px;}
.foot_link_box{ justify-content: flex-start; row-gap: 15px; text-align:left; margin:30px auto 25px;}
.foot_text a:first-child{ padding-left:0;}
.foot_text{ font-size: 15px; line-height: 15px; letter-spacing: normal;}
.foot_text2{ font-size: 14px; line-height: 22px; margin-top: 15px;}
.medical_box{ margin-top:15px;}
.medical_box p{ font-size: 16px; line-height: 24px; margin-top: 8px;}
.medical_box p span{ padding: 0 6px;}
.foot_brand_box{ margin: 25px auto 0;}
.foot_brand_box div{ margin: 0 7px;}
.foot-brand{ height: 74px;}	
}


/*============================TERMS AND CONDITIONS============================*/	
/*-----------------------
 	  COMN HEADER
------------------------*/
.comn_header{
	float:left;
	width:100%;
	padding:14px 0 12px;
	background:#f6f9ff;
	}
.comn-logo{
	display:block;
	margin:0 auto 0;
	width:160px;
	}
.comn_section{
	float:left;
	width:100%;
	padding:50px 0 60px;
	}
.comn_section_inner{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:870px;
	text-align:left;
	}
.comn_main_heading{
	font-size:50px;
	line-height:50px;
	color:#000;
	font-weight:bold;
	}
.comn_sub_heading{
    font-size: 24px;
    line-height: 30px;
	color:#000;
	font-weight:bold;
	margin-top:30px;
	}
.comn_text{
	font-size:18px;
	line-height:26px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:25px;
	}
.comn_points{
	display:inline-block;
	vertical-align:top;
	width:100%;
	padding-left:30px;
	text-align:left;
	margin-top:13px;
	}
.comn_points li{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#000;
	margin-top:8px;
	padding-left:20px;
	position:relative;
	}
.comn_points li:before{
    content: '';
    position: absolute;
    top: 10px;
    left: 0;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #000;
	}
.comn_points li ol{
	float:left;
	width:100%;
	}
.comn_points li ol li{
	font-size:17px;
	line-height:24px;
	padding-left:18px;
	}
.comn_points li ol li:before{
    top: 9px;
    width: 5px;
    height: 5px;
	border:1px solid #000;
    background: #fff;
	}
	
.comn_table{
	display:inline-block;
	vertical-align:top;
	width:100%;
	margin:10px 0 10px;
	}
.comn_table tr{
	margin-top:20px;
	font-size:18px;
	line-height:24px;
	color:#000;
	}
.comn_table tr td{ padding:0 15px;}
.comn_table tr th{
	font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 0.5px;
	}
.comn_table tr td p{font-size: 18px;
    line-height: 26px;
    color: #000;
    letter-spacing: 0.5px;
    margin-top: 25px;
	}
.comn_td1{ max-width:20%;}
.comn_td2{ max-width:50%;}
.comn_td3{ max-width:30%;}
.table-row{ margin-top:20px;}
.table-responsive table tr td{ padding:10px;}
.table-responsive table tr td a{color: #335f19;
    word-break: break-all; text-decoration:underline;}
	
.comn_section_inner a{color: #335f19;
    word-break: break-all; text-decoration:underline;}

@media only screen and (max-width:767px){
.comn-logo{ width:100px;}
.comn_section{ padding: 20px 0 35px;}
.comn_main_heading{ font-size: 34px; line-height: 34px;}
.comn_sub_heading{ font-size: 18px; line-height: 26px; margin-top: 20px;}
.comn_text{ font-size: 16px; line-height: 22px; margin-top: 15px;}
.comn_points{ padding-left:15px; margin-top:8px;}
.comn_points li{ font-size: 16px; line-height: 22px;}
.comn_points li:before{ top: 8px; width: 6px; height: 6px;}
.comn_points li ol{ padding-left: 16px;}
.comn_points li ol li{ font-size: 15px; line-height: 22px; padding-left: 16px;}
.comn_points li ol li:before{ top: 9px; width: 4px; height: 4px;}

.comn_table{ margin: 0px 0 5px;}
.comn_table tr td{padding: 0 10px;}
.comn_td1{ max-width: 28%;}
.comn_td2{ max-width: 28%;}
.comn_td3{ max-width: 38%;}
.comn_table tr th {font-size: 16px;line-height: 21px;}
.comn_table tr td p{ font-size: 16px; line-height: 22px;}
.table-responsive{overflow: scroll;}
.table-responsive table tr td a{ word-break: normal;}
}