@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: '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: 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;
	}
.fl{ float:left;}
.fr{ float:right;}
.show-tab, .show-mob{ display:none;}


@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Bold.woff2') format('woff2'),
        url('Figtree-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Medium.woff2') format('woff2'),
        url('Figtree-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-Regular.woff2') format('woff2'),
        url('Figtree-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-SemiBold.woff2') format('woff2'),
        url('Figtree-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
	}

@font-face {
    font-family: 'Figtree';
    src: url('Figtree-ExtraBold.woff2') format('woff2'),
        url('Figtree-ExtraBold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
	}


/*-----------------------
	MAIN CSS START
------------------------*/
.container {
	width:1170px;
	margin:0 auto;
	padding:0;
	position:relative;
	}
.header{
	float:left;
	width:100%;
	background:#ffffff;
	padding:15px 0;
	position:relative;
	-webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	box-shadow: 0 2px 4px 0 rgba(0,0,0,0.1);
	}		
.logo{
	float:left;
	}
.menu{
	float:right;
	margin-top:18px;
	}
.header_text{
	position:absolute;
	left:50%;
	transform:translateX(-50%);
	top:20px;
	font-size:12px;
	line-height:14px;
	color:#767676;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
	

/*-----------------------
		MAIN SECTION
------------------------*/
.main-sec {
    float:left;
    width:100%;
	background:#f2f4f7;
	overflow:hidden;
	padding:40px 0 50px;
	}
.inner-container{
	float:left;
	width:100%;
	}
.left-section{
	float:left;
	width:68.50%;
	text-align:left;
	background:#fff;
	border-radius:20px;
	padding:30px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.main-heading{
	font-size:46px;
	line-height:52px;
	font-weight:800;
	color:#212121;
	}
.top-para{
	font-size:22px;
	line-height:26px;
	letter-spacing:0.3px;
	color:#000000;
	margin-top:20px;
	font-weight:600;
	}
ul.expert_row{
	margin-top:17px;
	}
ul.expert_row li{
	display:inline-block;
	vertical-align:middle;
	padding:7px 20px;
	text-align:center;
	margin:0 10px 0 0;
	font-size:13px;
	line-height:17px;
	color:#1d1d1d;
	text-transform:uppercase;
	border:1px solid #ddd;
	border-radius:40px;
	}
ul.expert_row li img{
	display:inline-block;
	vertical-align:middle;
	margin:-5px 3px 0 0;
	}
ul.author-list{
	float: left;
    width: 100%;
    margin-top: 25px;
    border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
    padding:15px 0;
	}
ul.author-list li{
	float:left;
	position:relative;
	padding:0 30px;
	}
ul.author-list li:first-child{ padding-left:70px;border-right:1px solid #bababa;}
.author-img{
	position:absolute;
	left:0;
	top:-7px;
	max-width:100%;
	border:1px solid #bababa;
	padding:3px;
	border-radius:50%;
	}
.author-txt{
	float:left;
	width:100%;
	font-size:15px;
	line-height:22px;
	letter-spacing:0.2px;
	color:#4a4a4a;	
	}
.author-txt span{
	font-size:16px;
	color:#1d1d1d;
	font-weight:bold;
	}
	
.anchor-btn-box{
	float:left;
	width:100%;
	margin-top:30px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	border:1px solid #33a5d7;
	}
.anchor-btn-box a{
	display:flex;
	flex-wrap:wrap;
	justify-content:center;
	align-items:center;
	width:33.33333%;
	border-right:1px solid #33a5d7;
	font-size:16px;
	line-height:20px;
	font-weight:600;
	letter-spacing:0.3px;
	color:#0071bd;
	text-align:left;
	background-color:#fff;
	padding:8px 10px;
	text-transform:uppercase;
	}
.anchor-btn-box a:last-child{ border:none;}
.anchor-btn-box a.active,.anchor-btn-box a:hover{
	background-color:#4289c7;
	color:#ffffff;
	}
.anchor-btn-icon{
	width:35px;
	margin-right:5px;
	}
.anchor-btn-icon svg{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	height:30px;
	fill:#0071bd;
	}
.anchor-btn-box a.active .anchor-btn-icon svg,.anchor-btn-box a:hover .anchor-btn-icon svg{
	fill: #fff;
	color:#fff;
	}
.full-img{
	display:inline-block;
	vertical-align:top;
    width: 100%;
    position: relative;
    overflow: hidden;
	margin-top:30px;
	border:2px solid #d8d8d8;
	}
.disclosure-text{
	float:right;
	width:100%;
	font-size:14px;
	line-height:20px;
	color:#939393;
	text-align:right;
	margin-top:10px;
	}
.disclosure-text a{
	color:#939393;
	text-decoration:underline;
	}
.sources_box{
	margin-top:35px;
	border:1px solid #d5d5d5;
	padding:0 15px 20px;
	text-align:center;
	}
.sources_box h3{
	display:inline-block;
	vertical-align:top;
	margin:-12px 0 0;
	padding:0 15px;
	background:#fff;
	font-size:19px;
	line-height:22px;
	color:#000000;
	font-weight:bold;
	}	
.sources_box ul{
	width:100%;
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
    justify-content: space-between;
	align-items: baseline;
	}
.sources_box ul li{
	width:32%;
	}
.sources_box ul li img{
	display:block;
	margin:0 auto;
	max-width:100%;
	}
.sources_box p{
	font-size:14px;
	line-height:20px;
	color:#919191;
	font-weight:300;
	margin-top:15px;
	}
.common-text{
	font-size:19px;
	line-height:28px;
	letter-spacing:0.3px;
	color:#212121;
	font-weight:normal;
	margin-top:30px;
	text-align:left;
	}
.common-text sup{
	line-height:100%;
	font-size:70%;
	color:#000fff;
	border-bottom: 1px solid #000fff;
	}
.benefits-row{
	display:inline-block;
	vertical-align:top;
	width:100%;
	}
.common-heading{
	font-size: 36px;
    line-height: 40px;
	color:#000000;
    font-weight: 800;
    padding-bottom: 17px;
    border-bottom: 2px solid #dadada;
    margin-top: 35px;
    text-align: left;
	}
ul.benefit_list{
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	max-width:630px;
	width:100%;
	margin:20px auto 10px;
	}
ul.benefit_list li{
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	width:100%;
	background:#eff5f6;
	border-radius:10px;
	padding:20px 25px;
	text-align:left;
	margin-top:12px;
	}
.benefit-chk{
	width:30px;
	}
ul.benefit_list li img{
	width:30px;
	}
ul.benefit_list li p{
	width:calc(100% - 35px);
	padding-left:15px;
	font-size:22px;
	line-height:28px;
	color:#000000;
	font-weight:600;
	}
.faq-row{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	background:#eff5f6;
	border-radius:10px;
	padding:30px;
	margin-top:35px;
	}
.faq-col{
	float:left;
	width:100%;
	margin-top:30px;
	text-align:left;
	}
.faq-col h3{
	font-size:28px;
	line-height:32px;
	color:#000000;
	font-weight:bold;
	background:url(../images/ing-arw.png) no-repeat left 7px;
	padding-left:35px;
	}
.faq-col p{ margin-top:20px;}

.ingredients-row{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	background:#e7ffe6;
	border-radius:10px;
	padding:30px 30px 40px;
	margin-top:35px;
	}
.ingredients-col{
	width:100%;
	display: flex;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
    justify-content: space-between;
	margin-top:30px;
	}
.ing-img{
	display: flex;
    justify-content: center;
	width:215px;
	border:4px solid #fff;
	border-radius:15px;
	overflow:hidden;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.2);
	}
.ing-img img{
	display:block;
	margin:0 auto;
	height:auto;
	object-fit: cover;
	}
.ingredients-col-cont{
	width:calc(100% - 240px);
	}
.ingredients-col-cont h3{
	font-size:28px;
	line-height:32px;
	color:#000000;
	font-weight:bold;
	}
.ingredients-col-cont p{
	margin-top:17px;
	}

.avoid-box{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	background:#f3ecec;
	border-radius:10px;
	padding:30px;
	margin-top:35px;
	}
.avoid-box-row{
	float: left;
    width: 100%;
    margin-top: 30px;
    text-align: left;
	}
.avoid-box-row h3 {
    font-size: 28px;
    line-height: 32px;
    color: #000000;
    font-weight: bold;
    background: url(../images/cross.png) no-repeat left 1px;
	background-size:30px;
    padding-left: 45px;
	}
.avoid-box-row p{ margin-top:15px;}



/*Top 5 Ashwagandha Supplements*/
.top-5-supplements{
	display:inline-block;
	vertical-align:top;
    width: 100%;
	}
.supplements-box{
	float:left;
	width:100%;
	border:1px solid #dbe5e9;
	border-radius:10px;
	margin-top:40px;
	}
.supplements-box_header{
	float:left;
	width:100%;
	background:#dbe5e9;
	border-radius:8px 8px 0 0;
	padding:20px 30px;
	text-align:left;
	position:relative;
	}
.supplements-box_header h3{
	font-size:26px;
	line-height:28px;
	color:#000000;
	font-weight:800;
	letter-spacing:0.5px;
	}
.supplements-box_header p{
	font-size:20px;
	line-height:25px;
	color:#000000;
	letter-spacing:0.5px;
	margin-top:5px;
	padding-left:25px;
	}
.supplements-box_header p span{ color:#000fff; border-bottom:1px solid #000fff;}
.supplements-box.ksm-66{border:1px solid #33a5d7;}
.supplements-box.ksm-66 .supplements-box_header{background:#33a5d7;}
.supplements-box.ksm-66 .supplements-box_header h3{color:#fff;}
.supplements-box.ksm-66 .supplements-box_header p{color:#fff;}
.supplements-box.ksm-66 .supplements-box_header p span{ color:#fff000;border-bottom:1px solid #fff000;}
.supplement-no1{
	position:absolute;
	width:120px;
	right:30px;
	top:20px;
	}
.supplements-box_mdl{
	float:left;
	width:100%;
	padding:20px 25px 30px;
	}
.supplements-box.ksm-66 .supplements-box_mdl{padding:30px 25px 30px;}
.product-rating-row{
	width:100%;
	padding-bottom:15px;
	border-bottom:1px solid #ddd;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    align-items: center;
	flex-wrap: wrap;
    justify-content: space-between;
	}
.product-col{
	width:210px;
	text-align:center;
	}
.product-col img{
	display:block;
	width:115px;
	margin:0 auto;
	max-width:100%;
	}
.product-col img.product1{width:115px;}
.product-col img.product2{width:100px;}
.product-col img.product3{width:115px;}
.product-col img.product4{width:110px;}
.product-col img.product5{width:110px;}

.product-rating-col{
	width:325px;
	display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	flex-wrap: wrap;
	background:#f7fdff;
	border-radius:10px;
	padding:10px;
	box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow:0 0 9px 1px rgba(0,0,0,0.1);
	}
.product-rating-col-1{
	width:46%;
	text-align:center;
	padding:15px;
	border-right:1px solid #ddd;
	}
.product-rating-col-1 p{
	font-size:18px;
	line-height:20px;
	color:#1f1f1f;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
.product-rating-col-1 p span{
	font-size:48px;
	line-height:48px;
	}
.product-rating-col-2{
	width:54%;
	text-align:center;
	padding:5px;
	}
.product-rating-col-2 h4{
	font-size:38px;
	line-height:40px;
	color:#1e1e1e;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
.product-rating-col-2 p{
	font-size:14px;
	line-height:20px;
	color:#1e1e1e;
	font-weight:600;
	text-transform:uppercase;
	letter-spacing:0.5px;
	}
.rating-star{
	display:block;
	margin:5px auto;
	width:100px;
	max-width:100%;
	}
.bottom-line-row{
	float:left;
	width:100%;
	margin-top:30px;
	}
.bottom-line-col-1{
	float:left;
	width:47%;
	margin-top:5px;
	}
.pros-box{
	float:left;
	width:100%;
	margin-bottom:25px;
	border:1px solid #3fae3b;
	border-radius:10px;
	overflow:hidden;
	}
.pros-box-head{
	float:left;
	width:100%;
	font-size:22px;
	line-height:24px;
	color:#fff;
	font-weight:bold;
	padding:10px 20px;
	text-align:left;
	background:#3fae3b;
	text-transform:uppercase;
	}
ul.pros-box-list{
	float:left;
	width:100%;
	padding:10px 18px 22px;
	}
ul.pros-box-list li{
	float:left;
	width:100%;
	text-align:left;
	font-size:18px;
	line-height:24px;
	color:#141414;
	font-weight:600;
	margin-top:12px;
	padding-left:26px;
	background:url(../images/check.png) no-repeat left 2px;
	background-size:17px;
	}
.cons-box{
	border:1px solid #ff0000;
	}
.cons-box-head{
	background:#ff0000;
	}
ul.cons-box-list li{
	background:url(../images/cross.png) no-repeat left 3px;
	background-size:17px;
	font-weight:normal;
	}
.bottom-line-col-2{
	float:right;
	width:50%;
	padding-left:20px;
	text-align:left;
	}
.bottom-line-heading{
	font-size:26px;
	line-height:28px;
	color:#141414;
	font-weight:800;
	}
.bottom-line-col-2 .common-text{ margin-top:20px;}
.learn-more-row{
	float:left;
	width:100%;
	border-top:1px solid #ddd;
	margin-top:30px;
	text-align:center;
	padding-bottom:10px;
	}
.learn-btn{
	display:inline-block;
	vertical-align:top;
	width:100%;
	max-width:310px;
	height:60px;
	background:#00cc3a;
	font-size:24px;
	line-height:60px;
	color:#fff;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:0.3px;
	margin-top:40px;
	border-radius:5px;
	box-shadow:0 3px 9px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:0 3px 9px 2px rgba(0,0,0,0.2);
	text-align:center;
	}
.learn-btn img{
	display:inline-block;
	vertical-align:middle;
	margin:-4px -10px 0 10px;
	}
.learn-text{
	margin-top:5px;
	float:left;
	width:100%;
	}
.learn-text a{
	font-size:19px;
	line-height:24px;
	color:#000fff;
	font-weight:bold;
	border-bottom:1px solid #a3a5ff;
	}
.citations{
	float:left;
	width:100%;
	margin-top:30px;
	}
.citations-hd{
	font-size:12px;
    line-height:15px;
	letter-spacing:0.3px;
    color: #1e1e1e;
    font-weight: 600;
	text-transform:uppercase;
	}
.citations ul{
	float:left;
	width:100%;
	margin-top:15px;
	padding-left:15px;
	}
.citations ul li{
	float:left;
	width:100%;
	font-size:12px;
	line-height:16px;
	letter-spacing:0.3px;
	margin-top:4px;
	list-style:decimal;
	padding-left:10px;
	color:#8c8b8b;
	text-decoration:underline;
	word-break:break-all;
	}
.citations ul li a{
	color:#000fff;
	text-decoration:underline;
	word-break:break-all;
	}
	
/*=====RIGHT==============*/
.right-section{
	float:right;
	width:26%;
	}
.right-box{
	float:left;
	width:100%;
	margin-top:20px;
	background: #fff;
    border-radius: 20px;
	padding:25px 20px;
	box-shadow: 0 0 9px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,0.1);
	}
.right-header{
	float:left;
	width:100%;
	padding:0 0 15px 0;
	color:#000000;
	font-size:24px;
	line-height:30px;
	font-weight:bold;
	border-bottom:2px solid #dadada;
	text-align:left;
	}
.right-box-inner{
	float:left;
	width:100%;
	text-align: center;
	}
.right-txt{
	font-size:16px;
	line-height:23px;
	letter-spacing:0.5px;
	font-weight:normal;
	color:#000000;
	margin-top:30px;
	}
.right-rat-box-inner{
    float: left;
    width: 100%;
    margin-top: 25px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	align-items: center;
	}
.progressR{
	background-image: -webkit-linear-gradient(215deg, #ddd 50%, transparent 50%), linear-gradient(180deg, #0c8d2a 50%, #ddd 50%);	
	background-image: linear-gradient(215deg, #ddd 50%, transparent 50%), linear-gradient(180deg, #0c8d2a 50%, #ddd 50%);
	}
.rating-about {
    width:calc(100% - 65px);
    font-size: 19px;
    line-height: 26px;
    color: #000;
	text-align:left;
	padding-left:10px;
	}
.right-list{
	float:left;
	width:100%;
	margin-top:15px;
	}
.right-list li{
	float:left;
	width:100%;
	margin-top:10px;
	font-size:18px;
	line-height:24px;
	color:#313131;
	font-weight:500;
	text-align:left;
	padding-left:28px;
	letter-spacing:0.5px;
	background:url(../images/check.png) no-repeat left 3px;
	background-size:18px;
	}
.pick-prod-row{
	float: left;
    width: 100%;
    margin-top: 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	}
.pick-prod-col-1{
	width:125px;
	}
.pick-prod-col-1 img{
	max-width:100%;
	}
.pick-prod-col-2{
	width:calc(100% - 130px);
	background: #f7fdff;
    border-radius: 10px;
    padding: 5px 5px;
	text-align:center;
    box-shadow: 0 0 9px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: 0 0 9px 1px rgba(0,0,0,0.1);
	}
.pick-prod-col-2-top{
	width:100%;
	padding: 10px 0;
    border-bottom: 1px solid #ddd;
	}
.pick-prod-col-2-top p{
	font-size: 16px;
    line-height: 20px;
    color: #1f1f1f;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	}
.pick-prod-col-2-top p span{
	font-size: 40px;
    line-height: 40px;
	}
.pick-prod-col-2-bottom{
	width:100%;
	padding: 10px 0;
	}
.pick-prod-col-2-bottom h4{
	font-size: 34px;
    line-height: 35px;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
	}
.pick-prod-col-2-bottom img {
    display: block;
    margin: 5px auto;
    width: 90px;
	max-width:100%;
	}
.pick-prod-col-2-bottom p {
    font-size: 14px;
    line-height: 20px;
    color: #1e1e1e;
    font-weight: 600;
    text-transform: uppercase;
	}
.learn-btn-rght{
	margin-top:20px;
	height:50px;
	line-height:50px;
	font-size:21px;
	}
.learn-btn-rght img{
	margin: -3px -5px 0 5px;
	width: 10px;
	}

/*=======FOOTER===============*/
.footer{
	float:left;
    width:100%;
	overflow:hidden;
	padding:40px 0 60px;
	}
.footer-logo{
	display:block;
	margin:0 auto;
	width:150px;
	}
.footer-text{
	float:left;
	width:100%;
	font-size:15px;
	line-height:24px;
	letter-spacing:0.3px;
	font-weight:normal;
	color:#000000;
	margin-top:30px;
	}
.policy-list{
	float:left;
	width:100%;
	text-align:center;
	margin-top:35px;
	}
.policy-list li{
	display:inline-block;
	padding:0 6px;
	font-size:17px;
	line-height:18px;
	font-weight:500;
	color:#000fff;
	border-right:1px solid #777bff;
	}
.policy-list li:last-child{ border:none;}

.policy-list li a{color:#000fff; border-bottom:1px solid #777bff;}


/*COMMON_CSS*/
.marg-t0{ margin-top:0 !important;}
.marg-t20{margin-top:20px !important;}
.fr{ float:right;}
.fl{ float:left;}


/*=========reader-sec=============*/
.reader-sec{
	float:left;
	width:100%;
	}
.reading-progress {
	position: relative;
	height: 60px;
	width: 60px;
	z-index: 999;
	display: inline-block;
	vertical-align:top;
	overflow: visible;
	}
.reading-progress .percent {
	position:absolute;
	top: 19px;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	text-align: center;
	color: #000;
	width: 100%
	}
.reading-progress svg path {
	fill: none
	}
.reading-progress svg.progress-circle {
	overflow: visible;
	fill: #ededed;
	z-index: 999
	}
.reading-progress svg.progress-circle-background {
	overflow: visible;
	fill: #cdcdcd;
	position: relative;
	top: -64px;
	z-index: -1
	}
.reading-progress svg.progress-circle path {
	stroke: #00cc3a;
	stroke-width: 5
	}
.reading-progress svg.progress-circle-background path {
	stroke: #ededed;
	stroke-width: 5;
	stroke-dashoffset: 0
	}

/*CSS FOR POP MODAL*/
.ugc-modal{
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
	-webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
	
	display: flex;
    background-color: rgba(255,255,255,.42);
    justify-content: center;
    align-items: center;
    display: flex;
	opacity:1;
	z-index:999;
	transition: opacity .2s;
	}
.pop-container{
	width: 700px;
	max-width:90%;
	position: relative;
	padding: 50px 40px;
	background:#fff;
	box-shadow: 10px 10px 40px 0 rgba(74, 74, 74, 0.2);
	}
.ugc-close{
	position:absolute;
	right:-5px;
	top:-5px;
	width:25px;
	height:25px;
	background:#000;
	border-radius:50%;
	padding:3px;
	z-index:1;
	cursor:pointer;
	}
.pop-body{
	float:left;
	width:100%;
	}
.pop-body h3{
	font-size:22px;
	line-height:24px;
	font-weight:bold;
	color:#2c3038;
	}
.pop-text1{
	font-size:17px;
	line-height:25px;
	letter-spacing:0.3px;
	margin-top:20px;
	color:#2c3038;
	}
.pop-back{
	font-size:17px;
	line-height:24px;
	letter-spacing:0.3px;
	margin-top:25px;
	color:#000;
	text-decoration:underline;
	font-weight:600;
	cursor:pointer;
	}

/*---------Media Querry---------*/

@media only screen and (max-width:1200px){
.container{width:1004px;}

.main-heading {font-size: 42px; line-height: 50px;}
.top-para{font-size: 21px;}
.anchor-btn-box a{ padding:8px;font-size: 14px;line-height: 19px;}
.anchor-btn-icon { width: 30px;}
.anchor-btn-icon svg{width: 30px; height:30px;}
.anchor-btn-box a p{ width:calc(100% - 40px);}

.right-section{ width:29%;}
.rating-about{font-size: 18px;}

}


@media only screen and (max-width:1021px){
.container{width:750px;}
.show-desk {display: none;}
.show-tab {display: block;}

.left-section{ width:100%;}
.right-section{ width:100%; display:none;}
.right-box{ max-width:345px; margin-top:30px;}

.reading-progress-mob{
	display: block;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 10px;
    margin: 0;
    z-index: 1;
	}
.reading-progress{height: 50px;width: 50px;background: #fff;border-radius: 35px;}
.reading-progress .percent{top: 16px;font-size: 14px;}
.reading-progress svg.progress-circle-background {top: -55px;}

}

@media only screen and (max-width:767px){
.container{width:100%; padding:0 10px; max-width:600px; box-sizing:border-box;}
.show-desk{display:none;}
.show-mob{display:block;}
.hide-mob{ display:none;}

.header{ padding:10px 0;}
.logo{ width:120px;}
.menu{ margin-top:7px;}
.header_text{ position:static; float:left; width:100%; transform:none; text-align:left; margin-top:8px;font-size: 10px; line-height: 10px;}

.main-sec { padding: 20px 0 40px;}
.left-section{ width:100%;border-radius: 10px; padding: 15px; box-shadow: 0 0 9px 0 rgba(0,0,0,0.1); -webkit-box-shadow: 0 0 9px 0 rgba(0,0,0,0.1);}
.main-heading {font-size: 30px;line-height: 34px;letter-spacing: 0.5px;}
ul.expert_row{ margin-top:12px;}
ul.expert_row li{padding: 6px 10px;margin: 0px 5px 0 0;font-size: 11px; line-height: 14px;}
ul.expert_row li img {margin: -4px 2px 0 0;width: 11px;}
.top-para {font-size: 16px;line-height: 24px;margin-top: 15px;}

ul.author-list{ margin-top:18px; padding:12px 0;}
ul.author-list li{ padding:0 10px;}
ul.author-list li:first-child {padding-left: 45px;}
ul.author-list li:last-child{ padding-right:0;}
.author-img{ width:36px;top: -2px;}
.author-txt{font-size: 10px;line-height: 16px;}
.author-txt span {font-size: 12px;}
.anchor-btn-box a{ padding:10px 3px; font-size:10px; line-height:13px;text-align: center; letter-spacing:0;}
.anchor-btn-icon{ display:none;}
.anchor-btn-box a p{ width:100%;}

/*FIXBAR*/
.menu-fix-bar-mob { float:left; width:100%;}
.anchor-btn-box { margin-top:20px;}
.fixed-nav-mob .anchor-btn-box  {
    position: fixed;
    z-index: 11;
    -webkit-transition: margin .3s ease-out;
    transition: margin .3s ease-out;
    margin-top: 0;
    top: 0;
	left:0;
	background:#fff;
	}
.fixed-nav-mob .anchor-btn-box  a{ font-size:11px;}


.full-img{ margin-top:20px; height:210px;object-fit: cover;}
.sources_box{ padding:0 10px 15px;margin-top: 30px;}
.sources_box ul li { width: 31%;}
.sources_box p {font-size: 12px;line-height: 18px;margin-top: 10px;}
.common-text{font-size: 16px; line-height: 24px;margin-top: 20px;}
.common-heading{font-size: 26px;line-height: 30px;margin-top: 25px;padding-bottom: 10px;}
ul.benefit_list{ margin:10px auto 0;}
ul.benefit_list li{padding: 15px 14px 14px;margin-top: 8px;}
.benefit-chk {width: 20px;}
ul.benefit_list li img {width: 20px;}
ul.benefit_list li p {width: calc(100% - 25px);padding-left: 10px;font-size: 17px;line-height: 20px;}

.faq-row {padding: 20px 15px;margin-top: 25px;}
.faq-col{ margin-top:20px;}
.faq-col h3{font-size: 20px;line-height: 24px;padding-left: 25px; background-size:18px; background-position:left 4px;}
.faq-col p { margin-top: 15px;}

.ingredients-row{ padding:20px 15px; margin-top:25px;}
.ingredients-col{ margin-top:20px;}
.ingredients-col-cont{ width:100%;}
.ingredients-col-cont h3 { font-size: 20px; line-height: 25px;}
.ing-img{ width:100%; margin-top:20px;}
.ing-img img{width: 100%;}

.avoid-box{padding:20px 15px; margin-top:25px;}
.avoid-box-row{ margin-top:20px;}
.avoid-box-row h3{font-size: 20px;line-height: 24px;padding-left: 25px; background-size:18px; background-position:left 2px;}


.supplements-box{ margin-top:25px;}
.supplements-box.ksm-66{ margin-top:40px;}
.supplements-box_header{ padding:15px; text-align:center;}
.supplement-no1{ position:static; display:block; margin:-40px auto 10px; width:70px;}
.supplements-box_header h3{font-size: 20px; line-height: 23px;}
.supplements-box_header p{font-size: 16px;line-height: 22px; padding:0;}
.supplements-box_mdl,.supplements-box.ksm-66 .supplements-box_mdl{ padding:20px 15px;}
.product-rating-row{justify-content: center;}
.product-col{width: 95px; margin-right:10px;}
.product-col img.product2 {width: 82px;}
.product-col img.product4 {width: 90px;}
.product-col img.product5 {width: 85px;}
.product-rating-col{ width:110px; margin-left:10px;}
.product-rating-col-1{ width:100%; padding:0 0 10px; border:none; border-bottom:1px solid #ddd;}
.product-rating-col-1 p{font-size: 12px; line-height: 15px;}
.product-rating-col-1 p span {font-size: 30px;line-height: 30px;}
.product-rating-col-2{ width:100%; padding:10px 0 0;}
.product-rating-col-2 h4 {font-size: 26px;line-height: 26px;}
.rating-star{ width:60px;}
.product-rating-col-2 p{ font-size:10px; line-height:12px;}
.bottom-line-row{ margin-top:15px;}
.bottom-line-col-1{ width:100%;}
.pros-box{ margin-bottom:15px;}
.cons-box{ margin-bottom:0;}
.pros-box-head{font-size: 20px;line-height: 24px;padding: 8px 13px;}
ul.pros-box-list{ padding:8px 15px 15px 15px;}
ul.pros-box-list li{font-size: 16px;line-height: 22px;margin-top: 10px;}
.bottom-line-col-2{ width:100%; padding:25px 0 0;}
.bottom-line-col-2 .common-text {margin-top: 15px;}
.bottom-line-heading {font-size: 22px;line-height: 22px;}
.learn-more-row{ margin-top:20px;}
.learn-btn{ margin-top:25px; font-size:20px; line-height:55px; height:55px;}
.learn-btn img{ width:10px;}
.learn-text{ margin-top:22px;}
.learn-text a{ font-size:16px;}

.right-box{ width:90%; margin-left:5%;padding: 20px 16px;border-radius: 10px;max-width: 100%;}
.right-header{font-size: 22px; line-height: 24px;padding: 0 0 11px 0;}
.pick-prod-col-2-top p{font-size: 14px;line-height: 20px;}
.pick-prod-col-2-top p span {font-size: 30px;line-height: 30px;}
.pick-prod-col-2-bottom p{font-size: 12px; line-height: 16px;}
.pick-prod-col-2-bottom img{ width:75px;}
.pick-prod-col-2-bottom h4{font-size: 27px; line-height: 27px;}
.pick-prod-col-1{ width:110px;}

.citations ul li {font-size: 10px;line-height: 14px; padding-left: 5px;}

.marg-t20 {margin-top: 10px;}

.footer{ padding:30px 0;}
.policy-list {margin-top: 20px;}
.policy-list li{padding: 0 6px;font-size: 12px; line-height: 15px;}
.footer-text{ font-size:13px;line-height: 22px;margin-top: 20px;}


.reading-progress-mob{
	display: block;
    position: fixed;
    top: auto;
    bottom: 10px;
    left: auto;
    right: 15px;
    margin: 0;
    z-index: 1;
	}
.reading-progress{height: 50px;width: 50px;background: #fff;border-radius: 35px;}
.reading-progress .percent{top: 16px;font-size: 14px;}
.reading-progress svg.progress-circle-background {top: -55px;}



/*CSS FOR POP MODAL*/
.pop-container{padding: 20px 15px;}
.pop-text1{font-size: 14px; line-height: 21px;margin-top: 12px;}
.pop-back{font-size: 16px;margin-top: 15px;}

}


@media only screen and (max-width:364px){
.top-para {font-size: 15px;line-height: 23px;}
.author-txt span {font-size: 10px;}	
.anchor-btn-box a{ font-size:9px;}

}
