@charset "utf-8";
/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	color: #000000;
	text-align: center;
	font-family: 'Montserrat';
	font-weight: normal;
	}
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: inherit;text-decoration: none;}
img {border: none; height:auto;}
li {list-style: none;}
* {box-sizing: border-box;}
.img-full {max-width: 100%;}
.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
	}
	
@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Bold.woff2') format('woff2'),
        url('Montserrat-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Regular.woff2') format('woff2'),
        url('Montserrat-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-SemiBold.woff2') format('woff2'),
        url('Montserrat-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('Montserrat-Medium.woff2') format('woff2'),
        url('Montserrat-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Bold.woff2') format('woff2'),
        url('DMSans-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'DM Sans';
    src: url('DMSans-Regular.woff2') format('woff2'),
        url('DMSans-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

/*-----------------------
MAIN CSS START
------------------------*/
.container{
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
	}	

.top-caption{
	float:left;
	width:100%;
	background:#191919;
	height:34px;
	position:relative;
	overflow:hidden;
	}
.caption{
	position:absolute;
	left:0;
	width:100%;
	padding-top:7px;
	}
.caption-txt{
	color: #ffffff;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	white-space: nowrap;
	letter-spacing: 1px;
	}
.caption-txt span{
	color:#fff17e;
	font-weight:600;
	}		
	
.top-fix-bar{
	float: left;
	width: 100%;
	margin-bottom: 75px;
	}
.header{
	float:left;
	width:100%;
	background:#fff;
	height:75px;
	margin-top:-75px;
	top:75px;
	position:relative;
	overflow:hidden;		
	}
.fixed-nav .header{
	position: fixed;
	z-index: 10;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top:0;
	top:0;
	-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;
    max-width: 260px;
    margin-top: 24px;
	}
ul.topMenu{
	float:right;
	margin: 23px 0 0 0;
	}
ul.topMenu li{
	float:left;
	padding:3px 20px;
	position:relative;
	}
ul.topMenu li a{
	color: #000;
	font-size: 17px;
	line-height: 26px;
	letter-spacing: 0.5px;
	}
ul.topMenu li:after{
	content:'';
	top:15px;
	position:absolute;
	right:0;
	width:5px;
	height:5px;
	background:#000;
	border-radius:50%;
	}	
ul.topMenu li:last-child:after{display:none;}
ul.topMenu li a:hover, ul.topMenu li a.active{color:#002560;}

/*-----------------------
		BANNER
------------------------*/
.banner {
	background: #f3fcff;
    float: left;
    width: 100%;
	height:694px;
	overflow:hidden;
	}
.bnr-left{
    float: left;
    width: 42%;
    text-align: left;
	padding: 72px 0;
	position:relative;
	z-index:1;
	}	
.bnr-txt1{
	float:left;
	width:100%;
	font-size:30px;
	line-height:30px;
	color:#000000;
	font-weight:600;
	}	
.bnr-head{
    float: left;
    width: 100%;
    font-size: 60px;
    line-height: 60px;
    color: #002560;
	font-family: 'DM Sans';
	font-weight:700;
    margin-top: 15px;
	}
.bnr-para{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 20px;
	}
.bnr-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
.bnr-list li{
	background:url(../images/bnr-list-bg.png) no-repeat left top;	
	float:left;
	width:100%;
	text-align:left;
	color:#000;
	font-size:20px;
	line-height:24px;
	font-weight:500;
	padding-left:38px;
	margin-top:10px;
	}
.botton{
	display: inline-block;
    vertical-align: middle;
	width:100%;
	max-width:395px;
	margin-top:40px;
	}
.banner .botton{ margin-top:45px;}	
a.click-btn{
	float:left;
	width:100%;
	height:60px;
	font-family: 'DM Sans';
	font-size:28px;
	line-height:60px;
	color:#ffffff;
	text-align:center;
	border-radius:32px;
	background:#0ad255;
	text-shadow:1px 1px #05a941;
	font-weight:bold;
	}
.btn-arw{
	display:inline-block;
	vertical-align:middle;
	margin:-1px 0 0 13px;
	}
.btn-ofr-text{
	float:left;
	width:100%;
	font-size:14px;
	line-height:18px;
	text-transform:uppercase;
	letter-spacing:0.5px;
	color:#000;
	margin-top:10px;
	font-weight:500;
	text-align:center;
	}
.btn-ofr-text span{ 
	color:#fc2500; 
	font-weight:bold;
	font-size:16px;
	}
.banner-star{
	display:inline-block;
	vertical-align:middle;
	margin:-8px 5px 0 0;
	}
.bnr-indt{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 5px 0 5px;
	}						

.bnr-prod{
	position: absolute;
    top: 48px;
    right: 0;
	}
.bnr-icon{
    position: absolute;
    top: 342px;
    right: 28px;
	}	
.optimal-img{
	position:fixed;
	left:calc(((100% - 1170px) / 2) - 50px);
	z-index:1;
	}			

/*-----------------------
		STRIP BG
------------------------*/
.hero-btm-strip{
	background:#fff;
	float: left;
	width: 100%;
	padding:40px 0 30px;
	border-bottom:1px solid #ebebeb;
	position:relative;
	}
.btm-strp-t1{
	display:inline-block;
	vertical-align:top;
	max-width:540px;
	width:100%;
	font-size:20px;
	line-height:20px;
	color:#000;
	font-weight:600;
	position:relative;
	z-index:1;
	}
.btm-strp-t1:before{
	content:'';
	position:absolute;
	left:0;
	top:12px;
	width:100%;
	border-top:1px solid #e1e1e1;
	z-index:-1;
}
.btm-strp-t1 span{
	display:inline-block;
	background:#fff;
	padding:0 10px;
	}	
.carouselTicker{
	float:left;
	width:100%;
	margin-top:20px;
	}
.carouselTicker__list{
	float:left;
	width:100%;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
	}
.carouselTicker__item{
	float: left;
	width:195px;
	text-align: center;
	position:relative;
	}
.carouselTicker__item:before{
	content:'';
	position:absolute;
	right:0;
	top:15px;
	border-right:1px solid #e1e1e1;
	height:68px;
}
.carouselTicker__item:last-child:before{display:none;}
.carouselTicker__item img{
	display:inline-block;
	vertical-align:middle;
	margin:0 auto 10px;
	max-width:100%;
	}	
.carouselTicker__item p{
	font-size:14px;
	line-height:20px;
	text-transform:uppercase;
}

/*-----------------------
		SECTION 1
------------------------*/	
.section1{
	background: #fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.common-sub-head{
	float:left;
	width:100%;
	font-size:26px;
	line-height:30px;
	color:#000;
	margin-bottom:5px;	
	}			
.common-head{
	float:left;
	width:100%;
	font-size:50px;
	line-height:55px;
	color:#002560;
	font-weight:700;
	font-family: 'DM Sans';
	}
.common-para{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000;
	margin-top:20px;
	}
	
.s1-list{
	float:left;
	width:100%;
	margin-top:30px;
	}
.s1-list li{
	float:left;
	width:20%;
	position:relative;
	padding:0 10px;
	}
.s1-list li:after{
	content:'';
	position:absolute;
	left:0;
	width:1px;
	top:20px;
	bottom:0;
	background:#d7d7d7;
	}
.s1-list li:first-child:after{display:none;}
.s1-list li img{
	display:block;
	margin:0 auto;
	}
.s1-list li p{
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#ee0e0e;
	font-weight:600;
	letter-spacing:0.5px;
	margin-top:10px;
	}
	
.s1-contbox{
	background:url(../images/s1-contbox-bg.jpg) no-repeat center top;
	float:left;
	width:100%;
	height:419px;
	text-align:left;
	margin-top:35px;
	padding:90px 50px;
	}	
.s1-bx-txt1{
	float:left;
	width:100%;
	font-size:30px;
	line-height:34px;
	color:#fff;
	letter-spacing:0.5px;
	font-weight:bold;
	}
.s1-bx-list{
	float:left;
	width:100%;
	margin-top:10px;
	}
.s1-bx-list li{
	float:left;
	width:100%;
	position:relative;
	font-size:18px;
	line-height:24px;
	letter-spacing:0.5px;
	color:#fff;
	font-weight:500;
	padding-left:25px;
	margin-top:22px;
	}	
.s1-bx-list li:before{
	content:'';
	position:absolute;
	left:0;
	top:8px;
	width:8px;
	height:8px;
	border-radius:50%;
	background:#fff;
}
				
/*-----------------------
		SECTION 2
------------------------*/	
.section2{
	background: url(../images/s2-bg.jpg) no-repeat center top;
    float: left;
    width: 100%;
    background-size: cover;
    padding: 70px 0;
	}
.s2-left{
	float:left;
	width:63%;
	text-align:left;
	}
.white{ color:#fff;}
.fs-24{
	font-size:24px;
	line-height:28px;
	}	
.s2-txt1{
    float: left;
    width: 100%;
    font-size: 26px;
    line-height: 34px;
    font-weight: 600;
    margin-top: 13px;
    text-transform: capitalize;
	}	

.s2-list{
	float: left;
    width: 100%;
    margin-top: 22px;
	}
.s2-list li{
	position: relative;
    float: left;
    width: 100%;
    text-align: left;
    font-size: 20px;
    line-height: 24px;
    padding-left: 25px;
    margin-bottom: 12px;
	}
.s2-list li:before{
	content:'';
	position:absolute;
	left:0;
	top:8px;
	width:5px;
	height:5px;
	border:2px solid #000;
	border-radius:50%;
}
.s2-prod{
    position: absolute;
    top: 215px;
    right: 320px;
	}

/*-----------------------
		SECTION 3
------------------------*/	
.section3{
	background:#fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}
.fs-22{
	font-size:22px;
	line-height:26px;
	}	
	
.s3-box{
	float:left;
	width:100%;
	margin-top:50px;
	
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.s3-row{
    float: left;
    width: 31.5%;
	text-align:center;
	border-radius:10px;
	overflow:hidden;
	}
.s3-row:nth-child(1){ background:#eaf6ff;}	
.s3-row:nth-child(2){ background:#f7f5e7;}	
.s3-row:nth-child(3){ background:#dcf8f3;}	
.s3-row-top{
	float:left;
	width:100%;
	background:#fff;
	position:relative;
	}	
.s3-bnr-imgs{
	margin:0 auto 0;
	display:block;
	max-width:100%;
	}		
.s3-row-btm{
	float:left;
	width:100%;
	text-align:left;
	padding:40px 30px 30px;
	position:relative;
	}	
.s3-icn-imgs{
	position:absolute;
	top:-32px;
	right:25px;
	}	
.s3-row-btm span{
	float:left;
	width:100%;
	font-size:24px;
	line-height:30px;
	color:#00154a;
	font-weight:bold;
	}
.s3-row-btm p{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000;
    margin-top: 15px;	
	}	
.s3-row-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
.s3-row-list li{
	background:url(../images/s3-lst-tk.png) no-repeat  left 5px;
	float:left;
	width:100%;
	font-size:18px;
	line-height:24px;
	color:#00154a;
	font-weight:500;
	padding-left:32px;
	margin-top:8px;
	}	
	
/*-----------------------
		SECTION 5
------------------------*/	
.section5{
	background: #fff;
	float:left;
	width:100%;
	padding:60px  0;
	border-top:1px solid #ebebeb;
	}
.s5-lft{
	float:left;
	width:54%;
	text-align:left;
	}
.s5-doctorBox{
    float: left;
    width: 100%;
    text-align: left;
    position: relative;
    padding: 15px 0px 15px 120px;
    margin-top: 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 5px;
}
.s5-doctorBox img{
	position: absolute;
    top: 50%;
    left: 0;
    width: 100px;
    transform: translateY(-50%);
	}
.s5-doctorBox h3{
	font-size:24px;
	line-height:30px;
	font-weight:600;
	color:#002560;
}
.s5-doctorBox p{
	float:left;
	width:100%;
	font-size:17px;
	line-height:26px;
	color:#000;
	}	
.s5-doctorBox span{
	float:left;
	width:100%;
	font-size:22px;
	line-height:28px;
	color:#000;
	letter-spacing:0.5px;
	margin-top:8px;
	}		
.s5-shp{
	position:absolute;
	top:100px;
	right:500px;
	}	
.s5-prostate-img{
	position:absolute;
	top:20px;
	right:0;
	max-width:100%;
	}	
	
.prostate-worksBox{
	float:left;
	width:100%;
	text-align:center;
	background:#fff;
	border:1px solid #d6e5e9;
	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:12px;
	padding:20px 30px 30px;
	margin-top:70px;
	}
.prostate-head{
    float: left;
    width: 100%;
    font-size: 40px;
    line-height: 44px;
    color: #000;
    letter-spacing: 0.5px;
	}	
.prostateBox{
    float: left;
    width: 100%;
	
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;	
	}
.prostateRow{
	float:left;
	width:48%;
	text-align:left;
	background:#f5fdff;
	border:1px solid #3170a0;
	margin-top: 35px;
	}
.prostaterow-head{
	float:left;
	width:100%;
	background:#3170a0;
	padding:15px 20px 15px 130px;
	position:relative;
	}
.prostaterow-head img{
    position: absolute;
    top: -10px;
    left: 20px;
	}
.prostaterow-head p{
	font-size:24px;
	line-height:30px;
	color:#fff;
	font-weight:500;
	}
.prostaterow-head span{
    position: absolute;
    right: 22px;
    bottom: 0;
    font-size: 60px;
    line-height: 54px;
    color: rgba(255, 255, 255, 0.2);
    font-weight: bold;
	}
.prostaterow-cont{
	float:left;
	width:100%;
	padding:20px 30px 25px;
	}	
.prostaterow-cont p{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 26px;
    color: #000;
	}									
							
/*-----------------------
		SECTION 6
------------------------*/	
.section6{
	background: #f3fcff;
    float: left;
    width: 100%;
	padding:35px 0 70px;
	overflow:hidden;
	}
.ingred_lable_box{
	float:left;
	background:#3170a0;
	border-radius:10px;
	max-width:517px;
	width:45%;
	padding:10px 10px 50px;
	margin:40px 0 0;
}
.ingred_lable_box img{
	max-width:100%;
	display:inline-block;
	vertical-align:top;
}
.ingred_box{
    float:right;
    max-width:620px;
	width:53%;
    position: relative;
    margin-top: 40px;
	display:flex;
	display:-webkit-flex;
	flex-direction:column;
	row-gap:30px;
	}	
.ingred_row{
	float:left;
	width:100%;
	text-align:left;
	position:relative;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items:flex-start;
	padding-left:30px;
	}	
.ingred_row:before{
	content: '';
	position: absolute;
	top: 5px;
	bottom: -30px;
	left: 7px;
	width: 2px;
	border-left: 2px dotted #3170a0;
	}
.ingred_row:last-child:before{border-left:none;}	
.ingred_row:after{
	content: '';
	position: absolute;
	top: 2px;
	left:0;
	background:#3170a0;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	}
.ingred_img{border-radius:8px;}
.ingred_col{ width:calc(100% - 230px);}
.ingred_row h3{
	font-size: 22px;
    line-height: 26px;
    color: #002560;
    font-weight: 700;
	}	
.ingred_row p{
	font-size: 17px;
    line-height: 26px;
    color: #000;
    font-weight: 400;
    margin-top: 10px;
	}			
	
/*-----------------------
		SECTION 7
------------------------*/	
.section7{
	background: #fff;
	float:left;
	width:100%;
	padding:60px 0 70px;
	}	
.compare-chart{
	display:inline-block;
	vertical-align:top;
	max-width:770px;
	width:100%;
	margin:60px auto 30px;
	}
.chart-col1{
	float:left;
	width:32%;
	text-align:left;
	}
.chart-row{
	float:left;
	width:100%;
	height:60px;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
	border-bottom:1px solid #000;
	}
.chart-col1	.chart-row{ padding:0 15px;}
.chart-col1	.chart-row p{
	font-size:18px;
	line-height:24px;
	color:#000;
	font-weight:600;
	}
.chart-row:first-child{
	height:80px;
	border-bottom:none;
	}
.chart-row:last-child{border-bottom:none;}
.chart-col2{
	float:left;
	width:22%;
	background:#3170a0;
	position:relative;
	}
.chart-col2:after{
	content:'';
	position:absolute;
	left:0;
	bottom:-20px;
	height:20px;
	width:100%;
	background:#3170a0;
}
.chart-col2 .chart-row{justify-content: center; border-bottom:none;}		
.chart-col2 .chart-prod{max-width:100%; padding:0 10px; width:110px; margin:-35px auto 0;}
.chart-col2 .chart-row p{
	text-align:center;
	font-size:16px;
	line-height:18px;
	font-weight:600;
	}
.chart-row p span{ font-size:13px; line-height:13px; font-weight:600;}
.chart-img{
	display:block;
	margin:0 auto;
	max-width:100%;
	width:28px;
	}
.chart-round-tick{
	width:28px;
}
.chart-row p{
	font-size:19px;
	line-height:26px;
	color:#000;
	}
.chart-right{
	float:left;
	width:46%;
	}	
.chart-col{
	float:left;
	width:50%;
	}
.chart-col3{width:50%;}
.chart-col .chart-row{justify-content: center;}
.chart-col .chart-row p{
	float:left;
	width:100%;
	font-size:20px;
	line-height:22px;
	font-weight:600;
	color:#000;
	text-align:center;
	letter-spacing:0;
	padding:10px 0;
	}
.chart-row p.chart_text{
	font-size:18px;
	line-height:20px;
	font-weight:400;
}
.chart-col2 .chart-row p.chart_text{color:#fff;}

.granty_box{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:970px;
	margin-top:50px;
	background:#3170a0;
	position:relative;
	text-align:left;
	border:7px solid #e7f0f7;
	}	
.granty_box_inr{
	width:100%;
	padding:30px;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
	}
.money-back-seal{
	
	}
.granty_cont{
	width:calc(100% - 280px);
	padding-left:20px;
	color:#fff;
	}
.mny_bck_subhdg{
	font-size:26px;
	line-height:30px;
	margin:0 0 10px;
}
.mny_bck_hdg{
	font-size:45px;
	line-height:47px;
	font-family: 'DM Sans';
	font-weight:bold;
	}	
.mny_bck_text{
	margin-top:15px;
	font-size:17px;
	line-height:26px;
	}
/*-----------------------
		SECTION 8
------------------------*/	
.section8{
    background: #f4fdff;
    float: left;
    width: 100%;
    position: relative;
	padding:60px 0 70px;
	}
.pack_hdg{
	float:left;
	width:100%;
	font-size:20px;
	line-height:26px;
	font-weight:700;
	margin:20px 0 0;
}
.pack_sec{
	float:left;
	width:100%;
	display:flex;
	display:-webkit-flex;
	justify-content:space-between;
	align-items:center;
	margin:20px 0 0;
}
.pack_box{
	width:31%;
	border:2px solid #e2e2e2;
	border-bottom:10px solid #e2e2e2;
	background:#fff;
	padding:20px;
	margin:20px 0 0;
	overflow:hidden;
}
.pack_qty{
	font-size:28px;
	line-height:32px;
	font-weight:700;
	color:#000;
}
.pack_strp{
	background:#fbea2b;
	padding:8px 10px 6px;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	margin:10px 0 0;
}
.pack_prod{
	display:inline-block;
	vertical-align:top;
	width:calc(100% + 60px);
	margin:20px 0 0 -30px;
}
.pack_prc_box{
	border:1px solid #9c9c9c;
	border-radius:12px;
	padding:0px 20px 20px;
	margin:22px 0 0;
}
.pack_save_txt{
	margin:-12px auto 0;
	font-size:16px;
	line-height:20px;
}
.pack_save_txt span{
	display:inline-block;
	vertical-align:top;
	background:#fff;
	padding:0 15px;
}
.pack_offer_txt{
	font-size:17px;
	line-height:22px;
	margin:5px 0 0;
}
.pack_prc{
	font-size:35px;
	line-height:35px;
	font-weight:700;
	margin:6px 0 0;
}
.pack_prc small{font-size:17px; line-height:17px; font-weight:normal;}
.pack_btn{
	display:inline-block;
	vertical-align:top;
	max-width:326px;
	width:100%;
	height:60px;
	background:#0ad255;
	border-radius:100px;
	font-size:24px;
	line-height:60px;
	font-weight:600;
	color:#fff;
	margin:30px 0 0;
}
.pack_btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-2px 0 0 8px;
}
.secure_txt{
	font-size:14px;
	line-height:18px;
	font-weight:500;
	text-transform:uppercase;
	letter-spacing:1px;
	margin:8px 0 0;
}
.pack_box-2{
	padding:30px 20px 35px;
	background:#e8f9fe;
	border:2px solid #3170a0;
	border-bottom:10px solid #3170a0;
}
.pack_box-2 .pack_save_txt span{background:#e8f9fe;}

/*-----------------------
		SECTION 9
------------------------*/	
.section9{
	background: #fff;
	float:left;
	width:100%;
	padding:50px 0 70px;
	}	
.section9 .botton2{ margin:0 0 90px;}	
.faq-container{
	float: left;
    width: 100%;
	padding:0 120px;
    text-align: left;
    margin-top: 40px;
	}
.up-slide-dwn{
	float:left;
	width:100%;
	}
.accordion{
	float: left;
    width: 100%;
    text-align: left;
    background: url(../images/close-btn.png) no-repeat 98% center;
    padding: 18px 20px 18px 0;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    font-weight: 600;
	border-bottom:1px solid #e5e5e5;
	letter-spacing:0.5px;
    cursor: pointer;
	}	
.acdn-heading.accordion-open {
    background: url(../images/open-btn.png) no-repeat 98% center;
	color:#002560;
	}
.acdn-content{
    float: left;
    width: 100%;
    padding: 18px 20px 18px 0;
	}
.faq-txt{
	float:left;
	width:100%; 
    font-size: 17px;
    line-height: 26px;
    color: #000;
	}
.faq-lst{ margin-bottom:20px;}	
	
																		
/*-----------------------
		Footer
------------------------*/
.footer{
	float: left;
    width: 100%;
	text-align:center;
	}
.ftrBox1{
	float: left;
    width: 100%;
	background:#f3fcff;
	padding:60px 0 30px;
	}	
.ftr-logo{
	margin:0 auto 15px;
	display:block;
	}	
.ftr-txt{
    float: left;
    width: 100%;
    font-size: 18px;
    line-height:25px;
    color: #000;
	margin-bottom:20px;
	}	
.footer .ftr-txt a{
    color: #000;
	position:relative;
	}
.ftr-txt span{padding:0 12px;}		
.ftr-txt2{
	float:left;
	width:100%;
	font-size:16px;
	line-height:24px;
	color:#3b3b3b;
	border:1px solid #bccfd5;
	padding:12px 15px;
	margin-top:15px;
	}
.ftrBox2{
	float:left;
	width:100%;
	background:#3170a0;
	padding:15px 0;
	}
.ftrBox-txt1{
	float:left;
	font-size:19px;
	line-height:22px;
	color:#fff;
	margin-top:0px;
	}
.ftr-logos{
	float:right;
	margin:5px 0 0;
	}				
	
/*-----------------------
		Pulse
------------------------*/
.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);}
}	


@keyframes move {
  to { transform: translateX(-100%); }
}

@-webkit-keyframes{
	to { -webkit-transform: translateX(-100%); }
}

	
/*------------------------------
CONTACT SECTION
--------------------------------*/	
.contact-sec{
	background:#fff;	
    float: left;
    width: 100%;
    padding:65px 0;
	}
.cont-sec1Lft{
    float: left;
    width:51%;
    text-align: left;
	}
.mar-t0{ margin-top:0;}

/***********************************************/
.contact-sec {
    background: #fff;
    float: left;
    width: 100%;
    padding: 65px 0;
}
.tems_bg .common-sub-head{font-size: 40px; font-weight: 500;}	
  
.contact-sec .common-sub-head{font-size: 40px;
    font-weight: 500;}
.cntc-inr{
	float:left;
	width:100%;
	position:relative;
	}
.cntc-inr:before{
	position:absolute;
	content:"";
	left:0;
	right:0;
	top:70px;
	border:1px solid #f3f6ec;
	width:100%;
	height:450px;
	}
ul.cnt-list{
	float:left;
	width:100%;
	text-align:left;
	margin-top:40px;
	padding-right:90px;
	padding-left:60px;
	}
ul.cnt-list li{
	float: left;
    width: 100%;
    position: relative;
	padding:20px 0 20px 55px;
	border-bottom: 1px solid #eaf1f7;
	}
ul.cnt-list li img{
    position: absolute;
    left:7px;
    top:25px;
	}
ul.cnt-list li p{
    float: left;
    width: 100%;
    font-size:18px;
    color:#1c1c1c;
    line-height:26px;
	}	
ul.cnt-list li span{
	font-size:23px;
	line-height:30px;
	color:#002560;
	font-weight:500;
	
	padding-bottom:4px;
	}
ul.cnt-list li:last-child{ padding-bottom:0;}					
ul.cnt-list li:last-child{ border:none; padding-bottom:0;}

.cntct-rght{
	float:right;
	width:49%;
	background:#f6fbff;
	padding:45px 35px;
	position:relative;
	border-radius:10px;
	}
.msgbx-txt{
    float:left;
    width:100%;
    font-size:32px;
	text-align:center;
    line-height:32px;
    color:#002560;
	
	font-weight:500;
    padding-bottom:40px;
	position:relative;	
	}
.msgbx-txt:after{
	position:absolute;
	content:"";
	width:80px;
	height:3px;
	background:#95b9d3;
	left:50%;
	margin-left:-40px;
	top:50px;
	}
.msg-frmfild{
	float:left;
	width:100%;
	height:55px;
	border:1px solid #eff2e7;
	padding:5px;
	margin-top:10px;
	background:#fff;
	text-align:left;
	position:relative;
	z-index:2;
	}
.msg-frmfild input,.msg-frmfild textarea{
	float:left;
	width:100%;
	height:100%;
	font-size:19px;
	color:#000;
	outline:none;
	border:none;
	
	font-weight:300;	
	padding-left:20px;
	-webkit-appearance:none;
	}
.msg-areafild{
	height:100%;
	min-height:110px;
	padding-top:15px;
	}
.msg-frmfild textarea{ 
	height:100%;
	min-height:100px;
	resize:none;
	}
.submit{
	display: inline-block;
    vertical-align: middle;
	border:none;
	outline:none;
    background: #00ad48;
    border-radius:3px;
    text-align: center;
    width: 100%;
    height: 65px;
    font-size:26px;
    line-height: 65px;
    color: #ffffff;
	
    font-weight: bold;
    margin-top:20px;
	-webkit-appearance:none;
	}	
		
/*=========Thankyou========*/
.thank-section-1{
	float:left;
	width:100%;
	font-weight:normal;
	padding: 0 100px 30px;
	}
.thnk-txt1{
    float: left;
    width: 100%;
    font-size: 36px;
    line-height: 40px;
    color: #393733;
    font-weight: bold;
	letter-spacing:0.5px;
	}
.thnk-txt2{
    float: left;
    width: 100%;
    font-size: 17px;
    line-height: 25px;
    color: #1c1c1c;
	font-weight: normal;
	margin-top:10px;
	letter-spacing:0.5px;
	}
.cart-col-1, .cart-col-2, .cart-col-3, .cart-col-4{
	float: left;
	width: 20%;
	}
.cart-col-1{
	width: 60%;
	padding: 0 0 0 20px;
	text-align: left;
	position: relative;
	}
.cart-col-4{
	text-align: right;
	padding: 0 20px 0 0;
	}
.cart-prd-row .cart-col-3, .cart-prd-row .cart-col-4{margin-top:20px;}
.cart-prd-row{
	float: left;
	width: 100%;
	border-bottom: 1px solid #e2e2e2;
	padding: 25px 0;
	}
.cart-prd-row:last-child{
	border: none;
	}
.cart-prd-1{
	position: absolute;
    left: 10px;
    top: 46%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    width: 99px;
	}
.thank-p1{
	float: left;
	width: 100%;
	font-size: 23px;
	line-height: 30px;
	color: #393733;
	font-weight: 600;
	margin:40px 0 -17px;
	position:relative;
	z-index:1;
	letter-spacing:0.5px;
	}
.thank-p1 span{
	background:#fff;
	padding:0 8px;
	}
.thank-ord{
	float: left;
	width: 100%;
	border-top:1px solid #e2e2e2;
	border-bottom:1px solid #e2e2e2;
	padding:18px 7px;
	font-size: 17px;
	line-height: 22px;
	color: #2d2d2d;
	letter-spacing:0.5px;
	}
.thank-dtl-box{
	float: left;
	width: 100%;
	margin:30px 0;
	}
.cart-heading-row{
	float:left;
	width:100%;
	font-size: 20px;
	line-height: 50px;
	color: #fff;
	font-weight:500;
	letter-spacing:0.5px;
	background: #218ad4;
	}
.cart-prd-name{
	float: left;
	width: 100%;
	padding: 0 0 0px 80px;
	color:#666;
	font-size: 15px;
	line-height: 22px;
	letter-spacing:0.5px;
	}
.cart-prd-name span{
	font-size: 18px;
	color: #393733;
	font-weight: 500;
	}
.unit-price{
	float: left;
	width: 100%;
	color: #393733;
	font-size: 18px;
	line-height: 22px;
	}
.thnk-rit-price-row{
	float: right;
	width: 46%;
	padding: 10px 0;
	}
.cart-rit-price{
    float: left;
    width: 100%;
    border-bottom: 1px solid #e2e2e2;
    font-size: 20px;
    line-height: 22px;
    color: #1e1e1e;
    text-align: left;
    padding: 12px 3px;
    font-weight: 500;
	}
.cart-prc-spn{
	float: right;
	text-align: right;
	}
.thnk-rit-price-row .cart-rit-price{
	font-size: 18px;
	padding: 15px 3px;
	font-weight: normal;
	}
.thnk-rit-price-row .cart-prc-spn{
	text-align: left;
	width: 90px;
	}
.thnk-Addressinfo{
	float: left;
	width: 100%;
	}
.ty-lft-Address, .ty-rgt-Address{
	float: left;
	width: 48%;
	text-align: left;
	}
.sh-heading{
	float: left;
	width: 100%;
	color: #393733;
	font-size: 22px;
	font-weight:600;
	line-height:38px;
	letter-spacing:0.5px;
	}
ul.user-info{
	float: left;
	width: 100%;
	margin-top: 10px;
	border:5px solid #ebebeb;
	padding:15px;
	background:#fff;
	}
ul.user-info li{
	float: left;
	width: 100%;
	position: relative;
	padding-left: 110px;
	margin: 5px 0;
	color: #393733;
	font-size: 16px;
	line-height: 21px;
	word-break:break-all;
	}
ul.user-info li span{
	position: absolute;
	left: 0;
	color: #2b2b2b;
	font-weight: 500;
	}
.ty-rgt-Address{float: right;}		

.prodBreadcrm {
    float: left;
    width: 100%;
    text-align: left;
    padding: 9px 0 8px;
    background: #f7fcff;
    letter-spacing: 0.5px;
}
.prodBreadcrm p {
    float: left;
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    color: #656565;
    font-weight: 500;
padding-left: 0;
}


/**********************************/

.tems_bg {
    float: left;
    width: 100%;
    padding: 0px 0 40px;
}
.trm-bx {
    background: #fff;
    width: 100%;
    float: left;
    text-align: left;
    margin-top: 30px;
}
.trm-bx h3 {
    line-height: 28px;
    text-align: left;
    font-size: 22px;
    float: left;
    width: 100%;
    margin: 0px 0 5px;
    color: #333;
    font-weight: 600;
}



.show-mob, .show-tab {display: none;}
.show-desk {display: block;}
.fl{ float:left;}
.fr{ float:right;}

/*---------Media Querry---------*/

@media only screen and (max-width:1187px){
.container{width:1004px;}

.bnr-left{width:50%;}
.bnr-prod{ width:500px;}
.optimal-img{ display:none;}

.s2-prod{ top: 266px; right: 170px;}

.s3-row{width:32.5%;}
.s3-row-btm{padding:40px 20px 20px;}

.s5-lft{ width:49%;}
.s5-shp{ display:none;}

.prostateRow{width:49%;}

.faq-container{ padding:0 30px;}
}


@media only screen and (max-width:1023px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

a.nav-btn{ display:none;}
.mob-mnu-ic{
    cursor: pointer;
    position:absolute;
    right: 0px;
    top: 26px;
	z-index:16;
	height:30px;
	}
.mob-mnu-ic button{
	outline: none;
    -webkit-appearance: none;
	background: none;
	padding:0;
    cursor: pointer;
	border: none;
	}
.mob-mnu-ic span{
	color:#000;
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	font-weight:300;
	margin-top:4px;
	margin-right:5px;
	}
.bar1, .bar2, .bar3 {
	width: 30px;
	height: 3px;
	background-color: #000;
	transition: 0.4s;
	-webkit-border-radius: 2px 2px 2px 2px;
	border-radius: 2px 2px 2px 2px;
	}
.bar2{margin: 6px 0;}

.dl-active .bar1 {
	-webkit-transform: rotate(-45deg) translate(-6px, 5px);
	transform: rotate(-45deg) translate(-6px, 5px);
	background:#000;
	}
.dl-active .bar2 {opacity: 0;}
.dl-active .bar3 {
	-webkit-transform: rotate(45deg) translate(-7px, -7px);
	transform: rotate(45deg) translate(-7px, -7px);
	background:#000;
	}	
.mobilemenu{
	left:0;
	position:fixed;
	top:105px;
	background:rgba(255,255,255,1);
	z-index:10;
	right:0;
	bottom:0;
	overflow:scroll;
	display:none;
	border-top:1px solid #dddddd;
	}
.mobimenu-top{ top:75px;}	
.mobilemenu li{
	float:left;
	width:100%;
	text-align:left;
	border-bottom:1px solid #dddddd;
	}
.mobilemenu li a{
	float:left;
	width:100%;
	padding:17px 20px;
	font-size:17px;
	color:#000;
	}	
.mobilemenu li a:hover{color:#000;}

.banner{ height:588px;}
.bnr-left{ padding:40px 0; width:60%;}
.bnr-txt1{ font-size:24px; line-height:26px;}
.bnr-head{ font-size: 52px; line-height: 50px; margin-top: 8px;}
.bnr-list li{ font-size:18px; line-height:22px;}
.banner .botton{ margin-top:30px;}
.bnr-right{ width:40%;}
.bnr-right:before{ width: 746px; height: 588px;}
.bnr-icon{ top: 150px; right: 20px; width: 98px;}
.bnr-prod{ width:375px; top: 142px;}

.common-head{ font-size:40px; line-height:42px;}
.s1-prod{ display: inline-block; vertical-align: top; width: 265px; position: static; margin-top: 30px;}
.s1-list li{ padding:0 5px;}

.section2{background-position:60% top;}
.s2-left{ width: 68%;}
.s2-txt1{font-size:22px; line-height:26px;}
.s2-list li{font-size:18px; line-height:22px;}
.s2-list li:before{top:8px;}
.s2-prod{right:0;}

.s3-row-btm{padding: 30px 15px 25px;}
.s3-row-btm span{font-size:20px; line-height:26px;}

.s5-lft{ width:60%;}
.s5-doctorBox{ padding:11px 0 11px 100px;}
.s5-doctorBox img{ width:85px;}
.s5-prostate-img{ width:285px; top:35px;}
.prostate-worksBox{ margin-top:40px;}
.prostateBox{ margin-top:10px;}
.prostate-head{font-size:32px; line-height:38px;}
.prostateRow{ width:49%; margin-top:20px;}
.prostaterow-head{ padding: 10px 10px 10px 72px;}
.prostaterow-head img{ top: 10px; left: 10px; width: 55px;}
.prostaterow-head p{ font-size:19px; line-height:25px;}
.prostaterow-head span{ font-size:70px; line-height:47px; right:15px;}
.prostaterow-cont{ padding:18px 15px 20px;}

.ingred_lable_box, .ingred_box{width:100%; margin: 40px auto 0; float:none;}
.ingred_lable_box{display:inline-block; vertical-align:top;}

.granty_box_inr{padding:15px 15px 25px;}
.money-back-seal {width: 240px;}
.granty_cont{width:calc(100% - 245px);}

.pack_box{width:32%;}
.pack_prc{font-size:28px; line-height:28px;}
.pack_save_txt span{padding:0 8px;}
.pack_btn{font-size:22px; line-height:55px; height:55px;}
.secure_txt{letter-spacing:0.5px; font-size:13px;}

.faq-container{ padding:0;}


/*=========CSS FOR Thankyou==========*/

.thank-section-1{padding:0 !important;}
.thnk-txt1{font-size:34px; line-height:34px; margin-top:-20px;}
.thank-p1{margin:20px 0 -15px; font-size:26px; line-height:26px;}
.thank-dtl-box .cart-heading-row{font-size:18px;}
.cart-col-1{padding:0 0 0 10px;}
.cart-prd-name{font-size:14px;}
.cart-prd-name span{font-size:18px;}
.thnk-rit-price-row .cart-rit-price{font-size:18px;}
.cart-prd-1{ width:65px;}


}

@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;}

.caption-txt{font-size:12px;}

.header{ height:55px; margin-top: -55px; top: 55px; padding: 6px 0; background:#fff;}
.logo{         margin-top: 10px;
        width: 200px;}
.fixed-nav .header{ border-bottom:1px solid #ddd;}
.top-fix-bar{ margin-bottom:55px;}

.mob-mnu-ic{ top:11px; right:10px;}
.mobilemenu{ top:89px;}
.mobimenu-top{ top:54px;}

.banner{height:auto; padding:20px 0 30px;}
.bnr-left{width:100%; text-align:center; padding:0;}
.bnr-txt1{ font-size: 20px; line-height: 22px;}
.bnr-head{ font-size: 36px; line-height: 40px; margin-top: 5px;}
.bnr-para{margin-top: 12px;}
.bnr-list{ float: none; display: inline-block; vertical-align: top; width: 352px; margin-top: 10px;}
.bnr-list li{padding-left: 25px; background-size:18px; font-size:16px; line-height:20px;}
.bnr-prod{position:static; margin:0 auto; width:calc(100% + 30px); margin-left:-15px;}
.ftr-logos{ float:none; display:inline-block;}
.hero-btm-strip{ padding:20px 0;}
.btm-strp-t1{ font-size:20px;}
.carouselTicker{ margin-top:25px;}
.carouselTicker__item{ margin:0;}

.section1{ padding:25px 0 30px;}
.common-sub-head{ font-size:20px; line-height:24px;}
.common-head{ font-size: 30px; line-height: 36px;}
.common-para{margin-top:15px; font-size: 16px; line-height: 24px;}
.s1-list{ margin-top:10px;}
.s1-list li{ width:100%; padding:0 0 0 28px; text-align:left; margin-top:12px;}
.s1-list li:after{ display:none;}
.s1-list li p{ font-size: 16px; line-height: 20px; margin-top: 0; letter-spacing: 0px;}
.s1-list li img{ position:absolute; top:-3px; left:0; width:20px;}
.s1-contbox{ background: url(../images/s1-contbox-bg-mob.jpg) no-repeat center top; padding: 22px 15px 32px; background-size: cover; background-position: right 20% top; margin-top: 25px; height:auto;}
.s1-bx-txt1 {font-size: 18px; line-height: 26px;}
.s1-bx-list li{font-size:17px; line-height:24px; letter-spacing:0.3px; padding-left:20px; margin-top:15px;}

.section2{ background:#F4FCFF; padding:25px 0 30px;}
.s2-left{ width:100%; text-align:center;}
.s2-prod-mob{ margin: 20px auto 0; width:calc(100% + 30px); margin-left:-15px;}
.s2-txt1{ font-size:18px; line-height:26px; margin-top:15px;}

.section3{ padding:25px 0 35px;}
.s3-box{ margin-top:25px; padding:0 10px; row-gap: 25px;}
.s3-row{ display: inline-block; vertical-align: top; float: none; width: 100%; max-width: 365px;}
.s3-row-list{ margin-top:6px;}
.s3-row-list li{background-size:15px; padding-left:22px;}
.s3-row-btm p{margin-top:10px; font-size: 16px; line-height: 24px;}

.section5{ padding:25px 0 30px;}
.s5-lft{ width:100%; text-align:center;}
.s5-prostate-img{ position:static; display:inline-block; vertical-align:top; width:355px; margin:22px 0 5px;}
.s5-doctorBox{ padding:0px 0 0px 85px; margin-top:16px;}
.s5-doctorBox img{ width:72px;}
.s5-doctorBox h3{font-size:20px; line-height:24px;}
.s5-doctorBox p{ font-size:16px; line-height:24px; margin:5px 0 0;}
.prostate-worksBox{ margin-top: 25px; padding: 15px 15px 25px;}
.prostate-head{ font-size: 20px; line-height: 28px;}
.prostateRow{ width:100%;}
.prostateBox{ margin-top:0;}
.prostaterow-head{ padding: 12px 32px 14px 64px;}
.prostaterow-head img{ top: 10px; left: 6px; width: 50px;}
.prostaterow-cont{ padding: 12px 15px 15px;}
.prostaterow-head span{ font-size: 55px; line-height: 38px; right: 10px;}
.prostaterow-cont p{font-size:16px; line-height:24px;}

.section6{ padding:25px 0 30px; height:auto; background-size:cover; background-position: right 83% top;}
.ingred_col{width:100%;}
.ingred_lable_box, .ingred_box{margin:25px auto 0;}
.ingred_img{margin:20px 0 0;}

.section7{ padding:25px 0 35px;}
.chart-col{width:100%;}
.chart-col1, .chart-col2, .chart-right{width:33.3%;}
.chart-col3{width:100%;}
.chart-col1 .chart-row{padding:0 8px;}
.chart-col1 .chart-row p{font-size:14px; line-height:18px;}
.chart-col .chart-row p{font-size:16px; line-height:18px;}
.chart-row p.chart_text{font-size:16px; line-height:18px;}

.granty_box{margin-top:100px;}
.granty_box_inr{flex-wrap:wrap; -webkit-flex-wrap:wrap;}
.granty_cont{width:100%; padding-left:0; text-align:center;}
.money-back-seal{width: 150px; margin: -90px auto 20px;}
.mny_bck_subhdg{font-size:18px; line-height:24px;}
.mny_bck_hdg{font-size:28px; line-height:32px;}
.mny_bck_text{font-size:15px; line-height:23px;}

.section8{ padding:25px 0 35px;}
.pack_hdg{font-size:18px; line-height:24px;}
.pack_sec{flex-wrap:wrap; -webkit-flex-wrap:wrap; margin:8px 0 0;}
.pack_box{width:100%;}
.pack_box-1{order:2;}
.pack_box-2{order:1;}
.pack_box-3{order:3;}
.pack_box-2{padding:20px;}

.section9{ padding:25px 0 30px;}
.faq-container{ margin-top:10px;}
.accordion{padding:15px 22px 15px 0; font-size:18px; line-height:26px;}
.acdn-content{ padding:15px 10px 10px 0;}
.faq-txt{ font-size:16px; line-height:24px;}
.faq-lst{ margin-bottom: 15px;}

#ctabtn-mob{
	background: #3170a0;
	padding:7px 10px;
	position: fixed;
	bottom:0%;
	left: auto;
	z-index: 99;
	transition: bottom 1s;
	display: table;
	width:100%;
	}

.ftrBox1{ padding:30px 0;}
.ftr-txt{margin: 14px 0 0; color: #000; margin-bottom: 0; font-size:16px;}
.ftrBox-txt1{ font-size: 16px; margin-bottom:5px; width:100%;}
.ftr-txt2{font-size: 14px; line-height: 22px; padding:10px;}

/*=========CSS FOR CONTACT PAGE=========*/
.prodBreadcrm{font-size: 13px;line-height: 15px;padding: 9px 0 8px 0;}
.contact-sec{ padding:25px 0 30px;}
.cntc-inr{ padding:0;}
.cntc-inr:before{ display:none;}
.cont-sec1Lft{ width:100%!important; text-align:center;}
ul.cnt-list{padding:0 5px!important; margin-top:20px;}
ul.cnt-list li{ padding: 10px 0 10px 50px;}
ul.cnt-list li img{ top:18px; left:5px;}
ul.cnt-list li span{ font-size:21px; line-height:26px;}
ul.cnt-list li p{ font-size:17px; line-height:23px;}
.cntct-rght{ width:100%!important; padding:28px 20px !important; margin-top:30px !important;}
.msgbx-txt{ font-size:24px !important; line-height:24px; padding-bottom:25px;}
.msgbx-txt:after{ top:38px;}
.submit{ height:60px; line-height:60px;}

.terms-hd{ font-size:28px; line-height:28px;}
.terms-cont .common-para{ font-size:16px; line-height:24px; margin-top:15px;}
.tems_bg .common-sub-head{ font-size:28px;}
.trm-bx h3{ font-size:18px;}

.popclose{top: 8px; right: 8px;font-size: 13px; width: 20px;height: 20px; line-height: 21px;}
.affil-popup .pop-content{ padding:20px 15px 20px;}
.affil-popup .popclose{ right:8px;}
.affil-popup .affil-logo{ width:85px;}

/*=========CSS FOR Thankyou PAGE=========*/
.thankyou-bg{ padding:20px 0 25px;}
.thnk-txt1{ font-size:24px !important; line-height:28px; margin:0;}
.thnk-txt2{ font-size:15px; line-height:22px; margin-top:6px;}
.thank-p1 {font-size: 22px;line-height: 30px;margin: 20px 0 -14px;}
.thank-ord {padding: 18px 2px;font-size: 16px;line-height: 22px;}
.thank-ord p{width:100%;text-align:left;padding:4px 0;}
.thank-dtl-box .cart-col-1 {padding: 0 0 0 12px;}
.thank-dtl-box .cart-col-4 {padding: 0 10px 0 0;}
.thank-dtl-box .cart-heading-row {font-size: 14px; line-height: 40px;}
.thank-dtl-box .cart-col-3 {display: inline-block;}
.thank-dtl-box .cart-col-1 {width: 56%;}
.thank-dtl-box .cart-col-3{width: 20%;}
.thank-dtl-box .cart-col-4 {width: 24%;}
.thank-dtl-box .cart-prd-row {padding: 10px 0;}
.thank-dtl-box .cart-prd-name {padding: 0 0 0 0;}
.thank-dtl-box .cart-prd-1{display:none;}
.cart-prd-name{ line-height:19px; font-size:12px;}
.cart-prd-name span{font-size:15px;}
.unit-price{font-size:14px;}
.thnk-rit-price-row {width: 100%;}
.thnk-rit-price-row .cart-rit-price {font-size: 16px;padding: 10px 3px;}
.thank-dtl-box {margin: 20px 0 0px;}
.sh-heading {font-size: 22px;line-height: 30px;}
.thnk-Addressinfo{margin-top:20px;}
.ty-lft-Address, .ty-rgt-Address {width: 100% !important;}
.ty-rgt-Address {margin:25px 0 0;}
.thnk-rit-price-row .cart-prc-spn {text-align: right;width: auto;}
ul.user-info li {font-size: 16px;line-height: 16px;padding-left: 95px;}


.prodBreadcrm p{ padding:0 !important;}
.ing_image{ max-width:100%;}

}
