/*
 Theme Name:   Pineal Guardian
 Description:  Pineal Guardian Review 2026
 Author:       Satwant Singh
 Template:     twentysixteen
 Version:      1.0.0
 Text Domain:  pinealguardian
*/
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@100;200;300;400;500;600;700;800;900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    outline: medium none;
}
html,
body {
    margin: 0 !important;
    padding: 0;
}
a,
a:hover,
a:focus,
a:active {
    outline: medium none;
	text-decoration-style: none;
    text-decoration: none;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0;
	font-family: 'Jost', sans-serif;
}
a {
    transition: all 0.4s ease-in-out 0s;
    -webkit-transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
}
ul, ol 
{
	padding-left:0 !important;
}
ul,
ul li {
    border: 0 none;
    list-style: outside none none;
    margin: 0;
    outline: 0 none;
    padding: 0;
}
input,
textarea,
select {
    font-weight: normal;
    font: inherit;
}
img {
    max-width: 100%;
    vertical-align: top;
	transition:all 0.5s ease-in-out;
	-webkit-transition:all 0.5s ease-in-out; 
	-moz-transition:all 0.5s ease-in-out; 
	-ms-transition:all 0.5s ease-in-out;
}
body {
    font-size: 14px;
    background-color: #fff !important;
	color: #3A3B41;
	font-family: 'Jost', sans-serif;
}
.container {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
}
.container-fluid
{
	width: 100%;
	max-width: 1425px;
	margin: 0 auto;
	padding: 0 45px;
}
/*********** Start Main CSS ***********/
body:before, body:after
{
	display:none !important;
}
.site-header 
{
	padding:0 !important;
	position:relative;
	z-index:999;
	display:none;
}
.heading_bar 
{
	width:100%;
	background-color: #319e48;
	padding:15px 0;
}
.heading_bar h1, .heading_bar h2, .default-page-inner p
{
	color:#fff;
	text-align:center;
	font-weight:700;
	font-size:44.8px;
}
.heading_bar h3
{
	color: #ffe300;
	text-align:center;
	font-weight:700;
	font-size:32px;
}
/***** Offer Section *****/
.special_offer
{
	width:100%;
	padding:30px 0 30px;
}
.special_offer h2 
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 44px;
    line-height: 50px;
    text-align: center;
	margin-bottom:30px;
}
.special_offer h2 p
{
	margin:0;
}
.special_offer h2 strong 
{
	color: #e43f3f;
}
.special_offer_main .special_offer_left, .special_offer_main .special_offer_right
{
	width:40%;
	display:inline-block;
	vertical-align:middle;
	margin-right:-4px;
	padding:0 15px;
}
.special_offer_main .special_offer_right 
{
	width:60%;
}
.special_offer_left img 
{
	margin-bottom:25px;
}
.special_offer_left h3 
{
	color: #1a487f;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
	line-height:48px;
}
.special_offer_left h3 strong 
{
	color: #DD1311;
}
.offer_intro 
{
	border-bottom:1px solid #c8c8c8;
	margin-bottom:15px;
}
.offer_intro p 
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 31px;
	line-height:48px;
	text-align:center;
	margin-bottom:15px;
}
.special_offer_right h4, .dont_wait_sec h4
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 31px;
    text-align: center;
}
.special_offer_right h5.per_bottle_price, .dont_wait_sec h5.per_bottle_price 
{
	color: #e43b2c;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 31px;
    text-align: center;
}
.special_offer_right .hurry_up_btn
{
	display: block;
    width: 100%;
    max-width: 27%;
    margin: 0 auto 25px;
    background-color: #DD1311;
    color: #fff;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
    text-transform: uppercase;
}
.special_offer_right .get_discount_btn, .money_back_right .get_discount_btn, .dont_wait_sec .get_discount_btn
{
	display: block;
    width: 100%;
    max-width: 55%;
    margin: 0 auto;
	padding:8px 0 5px;
	background-color: #ffe161;
    border-color: #ffe161;
    color: #614f00 !important;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.2);
	border-radius:100px;
    font-family: 'Jost', sans-serif;
    font-weight: 600;
    font-size: 30px;
    text-align: center;
	position:relative;
}
.get_discount_btn>img 
{
	width:45px;
}
/****** Product Reviews ****/
.product_reviews 
{
	width:100%;
	padding:20px 0 35px;
}
.product_reviews_wrapper 
{
	border: 2px solid #7a7a7a;
	padding: 20px;
	border-radius: 15px;
}
.product_reviews h2 
{
	border: 2px solid #7a7a7a;
	border-radius: 15px;
	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
	color: #1a487f;
	text-align: center;
	font-weight: 700;
	font-size: 44px;
	margin-bottom: 40px;
}
.review_box
{
	width: 31.88%;
	display:inline-block;
	vertical-align:top;
	margin-right: 25px;
	border: 2px solid #7a7a7a;
	padding: 15px 10px;
	border-radius: 15px;
	box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
	background-color:#fff;
	text-align:center;
}
.review_box:last-child 
{
	margin-right:-4px;
}
.review_box p>img, .review_box img
{
	display: block;
    width: 100%;
	max-width:150px;
    height: 150px;
	margin:0 auto 15px;
    overflow: hidden;
    border-radius: 50%;
}
.review_box img.rating
{
	width: 100%;
    max-width:55%;
	height:45px;
    margin: 15px auto 0;
	border-radius:0;
}
.review_box p 
{
	color: #767676;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
    text-align: center;
	line-height:36px;
	margin-bottom:0;
}
.review_box h3
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 24px;
	font-style:italic;
}
/******* Why Choose *******/
.why_choose_wrapper
{
	width:100%;
	padding:30px 0 30px;
	background-color:#fafafa;
}
.why_choose_box
{
	width:23%;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
	background-color:#fff;
	padding:20px;
	border-radius:6px;
	text-align:center;
}
.why_choose_box h3, .default-page-inner h3, .default-page-inner h2
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 700;
    font-size: 32px;
}
.why_choose_box p 
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
	line-height:36px;
	margin-bottom:15px;
}
.why_choose_box:last-child 
{
	margin-right:-4px;
}
/***** What is Product *****/
.what_is_product
{
	width:100%;
	padding:45px 0 45px;
}
.what_is_product .about_product_left, .what_is_product .about_product_right
{
	width:40%;
	display:inline-block;
	margin-right:-4px;
	vertical-align:middle;
	padding:0 15px;
}
.what_is_product .about_product_right
{
	width:60%;
}
.about_product_right h2 
{
	color: #1a487f;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
}
/****** How Works Section *****/
.how_works_wrapper
{
	width:100%;
	padding:45px 0 45px;
}
.how_works_wrapper p, .about_product_right p, .default-page-inner p, .default-page-inner ul li
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
	line-height:36px;
	margin:0 0 24px;
}
/****** Special Pricing Section *****/
.special_pricing_sec h2
{
	margin-bottom:15px;
}
.special_pricing_wrapper 
{
	width:100%;
	padding:45px 0 45px;
	background-color:#ffffff;
}
.special_pricing_wrapper .bottles_pricing
{
	width:31.33%;
	display:inline-block;
	vertical-align:top;
	margin-right:20px;
}
.special_pricing_wrapper .bottles_pricing>a>img
{
	width:100%;
	border: 0px solid #7a7a7a;
    padding: 10px;
    border-radius: 15px;
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.5);
}
.special_pricing_wrapper .bottles_pricing:last-child 
{
	margin-right:-4px;
}
.warning 
{
	border: 3px solid #2e2e2e;
    padding: 10px;
    border-radius: 15px;
    background-color: #fdb831;
	margin-top:45px;
}
.warning .warning_left img 
{
	width:70px;
}
.warning .warning_left, .warning .warning_right
{
	width:20%;
	display:inline-block;
	vertical-align:middle;
	margin-right:-4px;
	text-align:center;
}
.warning .warning_right 
{
	width:80%;
}
.warning .warning_right p 
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
	line-height:36px;
	text-align:left;
	margin:0;
}
/******* Products Benefits *******/
.product_benefits_wrapper, .ingredients_wrapper
{
	padding:35px 0 35px;
}
.product_benefits_wrapper p, .product_benefits_wrapper ul li, .ingredients_wrapper p, .ingredients_wrapper ul li
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 18px;
}
.product_benefits_wrapper ul, .ingredients_wrapper ul
{
	padding-left:35px !important;
}
.product_benefits_wrapper ul li, .ingredients_wrapper ul li
{
	margin:0 0 15px;
	position:relative;
	padding-left:15px;
}
.product_benefits_wrapper ul li:before, .ingredients_wrapper ul li:before
{
	position: absolute;
    left: -40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    background-color: rgb(26, 72, 127);
    width: 40px;
    height: 40px;
    margin-top: 5px;
    content: "✓";
    border-radius: 50%;
}
/****** Product Bonuses *****/
.product_bonuses h3 
{
	width:100%;
	max-width:60%;
	margin:0 auto;
	color: #111111;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
	line-height:49px;
	padding:25px 0 35px;
}
.product_bonuses h3 strong 
{
	color: #e43f3f;
}
.product_bonuses h3 p
{
	margin:0;
}
.bonuses_wrapper
{
	width:100%;
	padding:25px 0 15px;
	background-color: #fafafa;
}
.bonuses_box
{
	background-color:#fff;
	margin-bottom:20px;
}
.bonuses_box .bonus_left, .bonuses_box .bonus_right
{
	width:35%;
	display:inline-block;
	vertical-align:middle;
	margin-right:-4px;
}
.bonuses_box .bonus_right 
{
	width:65%;
	padding:0 25px 0;
}
.bonuses_box .bonus_right h5 
{
	color: #1a487f;
    text-align: left;
    font-weight: 700;
    font-size: 32px;
	margin-bottom:20px;
}
.bonuses_box .bonus_right p
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
	margin:0 0 15px;
}
/****** Money Back Guarateed ******/
.money_back_guaranteed 
{
	width:100%;
	padding:35px 0 35px;
	background-image:url('/demo/wp-content/themes/finessa/images/money-back-guarantee-bg.webp');
	background-size:cover;
	background-position:top center;
	background-repeat:no-repeat;
}
.money_back_guaranteed .money_back_left, .money_back_guaranteed .money_back_right
{
	width:30%;
	display:inline-block;
	vertical-align:middle;
	margin-right:-4px;
}
.money_back_guaranteed .money_back_right 
{
	width:70%;
	text-align:center;
	padding:0 45px;
}
.money_back_left>img 
{
	width:100%;
}
.money_back_right h2 
{
	color: #164f8b;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
}
.money_back_right p 
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.money_back_right .get_discount_btn 
{
	max-width:70%;
}
/****** FAQ Section ******/
.faqs_wrapper 
{
	padding:35px 0 85px;
}
.faqs_wrapper .rank-math-list h3, .what_happens_cont h3
{
	color: #232323;
    font-weight: 700;
    font-size: 32px;
}
.faqs_wrapper .rank-math-list p, .what_happens_heading p, .what_happens_cont p
{
	color: #000;
    font-family: 'Jost', sans-serif;
    font-weight: 400;
    font-size: 24px;
    line-height: 36px;
}
.faqs_wrapper .rank-math-block
{
	width:100%;
	max-width:90%;
	margin:0 auto;
}
.rank-math-list-item
{
	padding:1rem 0;
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}
/****** What Happens *****/
.what_happens_heading 
{
	width:100%;
	max-width:85%;
	margin:0 auto;
}
.what_happens_heading h2
{
	color: #232323;
    text-align: center;
    font-weight: 700;
    font-size: 44px;
    line-height: 49px;
	margin-bottom:15px;
}
.what_happens_cont h3
{
	margin-bottom:20px;
}
.what_happens_heading p
{
	text-align:center;
}
.checkout_image 
{
	text-align:center;
	margin-bottom:45px;
}
.checkout_image img 
{
	width:100%;
	max-width:85%;
	margin:0 auto;
}
.what_happens_cont 
{
	padding:0 35px;
}
/******* Dont Wait ********/
.dont_wait_sec
{
	width:100%;
	padding:35px 0 35px;
	background-color: #319e48;
}
.dont_wait_sec h2 
{
	width:100%;
	max-width:85%;
	margin:0 auto 35px;
	color: #fff;
    text-align: center;
    font-weight: 700;
    font-size: 44.8px;
	line-height:49px;
}
.dont_wait_product_img 
{
	text-align:center;
	margin-bottom:15px;
}
.dont_wait_sec h4 
{
	color:#fff;
	font-size:32px;
}
.dont_wait_sec h5.per_bottle_price
{
	color:#fff;
	font-size:44px;
	margin-bottom:15px;
}
/********* start default page ********/
body.page-disclaimer footer, body.page-terms-and-conditions footer, body.page-affiliate-disclosure footer, body.page-privacy-policy footer, body.page-about-us footer
{
	display:none;
}
.default-page-inner {
    padding:50px 0;
}
.default-page-inner h1 {
    color: #111111;
	text-align:center;
	font-size:44px;
	margin-bottom:45px;
}
.default-page-inner h2, .default-page-inner h3
{
	font-weight:600;
}
.default-page-inner h2, .default-page-inner h3
{
	margin-bottom:12px;
	font-weight:600;
}
.default-page-inner p
{
	text-align:left;
}
.default-page-inner p a 
{
    text-decoration: underline;
}
.default-page-inner ul
{
    padding-left:25px !important;
	margin-bottom:25px;
}
.default-page-inner ul li {
    list-style-type: disc;
    margin-bottom: 7px;
}
/******* Start Footer *******/
.footer_main 
{
	width:100%;
	Padding:45px 0 30px;
}
.footer_main .widget 
{
	margin-bottom:0;
	padding-top:0;
	border-top:0;
}
.footer_main .widget p
{
	font-family: 'Jost', sans-serif;
	font-size:16px;
	font-weight:400;
	color:#000;
	margin-bottom:12px;
	line-height:20px;
}
.copyright 
{
	border:1px solid #000;
	border-radius:15px;
	padding:10px;
	text-align:center;
}
.copyright ul 
{
	margin-bottom:12px;
}
.copyright ul li 
{
	display:inline-block;
	padding-right:8px;
	margin-right:2px;
	position:relative;
}
.copyright ul li:after 
{
	content:"";
	position:absolute;
	top:8px;
	right:0;
	width:1px;
	height:15px;
	background-color:#000;
}
.copyright ul li:last-child:after 
{
	display:none;
}
.copyright ul li a 
{
	color:#000;
	font-size:15px;
}
.copyright p 
{
	font-size:18px;
	margin-bottom:0;
}
#backtop {
    position: fixed;
    right: 29px;
    bottom: 65px;
    cursor: pointer;
    height: 50px;
    display: none;
    z-index: 999;
    text-align: right;
    z-index: 1;
}
#backtop svg {
    width: 40px;
    height: 40px;
}
#backtop svg path 
{
    fill: #544fa9bf;
}
/******** Mobile Resposnive ********/
@media (max-width:1199px)
{
	.container
	{
		max-width: 90%;
	}
	.container-fluid
	{
		max-width:90%;
		padding:0 0;
	}
	.review_box 
	{
		margin-right:12px;
	}
	.review_box p 
	{
		font-size:22px;
		line-height:30px;
	}
	.review_box img.rating
	{
		max-width:80%;
		height:100%;
	}
	.why_choose_box
	{
		margin-right:15px;
	}
	.why_choose_box img 
	{
		margin-bottom:12px;
	}
	.why_choose_box h3, .default-page-inner h3, .default-page-inner h2
	{
		font-size:27px;
		line-height:35px;
		margin-bottom:12px;
	}
	.why_choose_box p 
	{
		font-size:22px;
		line-height:30px;
	}
}
@media (max-width:991px)
{
	.heading_bar h1, .heading_bar h2
	{
		font-size:38px;
		line-height:50px;
	}
	.default-page-inner p
	{
		font-size:38px;
	}
	.special_offer h2 
	{
		font-size:38px;
	}
	.offer_intro p 
	{
		font-size:26px;
		line-height:40px;
	}
	.special_offer_right .hurry_up_btn 
	{
		max-width:50%;
	}
	.special_offer_right .get_discount_btn, .money_back_right .get_discount_btn, .dont_wait_sec .get_discount_btn 
	{
		max-width:100%;
		font-size:22px;
		padding:8px 8px;
	}
	.product_reviews h2 
	{
		font-size:38px;
	}
	.review_box
	{
		width:31.33%;
	}
	.special_pricing_wrapper .bottles_pricing
	{
		width:31.33%;
		margin-right:15px;
	}
	.bottle_pricing_wrapper .bottles_pricing:last-child 
	{
		margin-right:-4px;
	}
	.product_bonuses h3
	{
		font-size:34px;
	}
	.bonuses_box .bonus_right h5 
	{
		line-height:1.45;
	}
	.money_back_right h2 {
    font-size: 38px;
    line-height: 1.35;
    margin-bottom: 15px;
    }
}
@media (max-width:767px)
{
	.heading_bar h1, .heading_bar h2 
	{
		font-size:28px;
		line-height:38px;
	}
	.special_offer h2
	{
		font-size:30px;
		line-height:38px;
	}
	.special_offer_main .special_offer_left, .special_offer_main .special_offer_right 
	{
		width:100%;
	}
	.special_offer_left h3
	{
		font-size:28px;
		line-height:40px;
		margin-bottom:12px;
	}
	.offer_intro p 
	{
        font-size: 22px;
        line-height: 34px;
    }
	.special_offer_right h4, .dont_wait_sec h4 
	{
		font-size:26px;
	}
	.special_offer_right h5.per_bottle_price, .dont_wait_sec h5.per_bottle_price
	{
		font-size:27px;
		margin-bottom:12px;
	}
	.special_offer_right .hurry_up_btn 
	{
		font-size:26px;
	}
	.special_offer_right .get_discount_btn, .money_back_right .get_discount_btn, .dont_wait_sec .get_discount_btn 
	{
		font-size:18px;
		max-width:95%;
		padding:12px 12px;
	}
	.get_discount_btn>img
	{
		width:34px;
	}
	.product_reviews h2 
	{
		font-size:30px;
	}
	.review_box, .why_choose_box
	{
		width:100%;
		margin-right:-4px;
		margin-bottom:15px;
	}
	.review_box p 
	{
		font-size:20px;
	}
	.heading_bar
	{
		padding:15px 15px;
	}
	.why_choose_box img {
        width: 100%;
        max-width: 65%;
    }
	.what_is_product
	{
		padding:35px 0 5px;
	}
	.what_is_product .about_product_left, .what_is_product .about_product_right 
	{
		width:100%;
	}
	.what_is_product .about_product_left
	{
		margin-bottom:30px;
	}
	.about_product_right h2 
	{
		font-size:34px;
		text-align:left;
	}
	.how_works_wrapper p, .about_product_right p, .default-page-inner p, .default-page-inner ul li 
	{
		font-size:22px;
		line-height:32px;
	}
	.how_works_wrapper, .special_pricing_wrapper
	{
		padding:35px 0 35px;
	}
	.heading_bar h3 
	{
		font-size:28px;
		line-height:36px;
	}
	.special_pricing_wrapper .bottles_pricing 
	{
		width:100%;
		margin-right:-4px;
		margin-bottom:15px;
	}
	.warning 
	{
		margin-top:15px;
	}
	.warning .warning_left img 
	{
		width:55px;
	}
	.warning .warning_right p 
	{
		font-size:21px;
		line-height: 28px;
	}
	.product_benefits_wrapper p, .product_benefits_wrapper ul li, .ingredients_wrapper p, .ingredients_wrapper ul li
	{
		font-size:22px;
		line-height:32px;
	}
	.product_bonuses h3 
	{
		max-width: 90%;
		font-size: 28px;
		line-height: 38px;
		padding: 25px 0 15px;
     }
	.product_benefits_wrapper ul li:before, .ingredients_wrapper ul li:before
	{
		width:35px;
		height:35px;
	}
	.bonuses_box .bonus_left, .bonuses_box .bonus_right 
	{
		width:100%;
	}
	.bonuses_box .bonus_left  
	{
		text-align:center;
	}
	.bonuses_box .bonus_left>img 
	{
		width:100%;
		max-width:65%;
		margin:0 auto;
	}
	.bonuses_box .bonus_right h5 
	{
		font-size:24px;
		line-height:32px;
	}
	.bonuses_box .bonus_right p 
	{
		font-size:21px;
		line-height:32px;
	}
	.money_back_guaranteed .money_back_left, .money_back_guaranteed .money_back_right 
	{
		width:100%;
		padding:0;
		text-align:center;
	}
	.money_back_left>img
	{
		max-width:65%;
		margin-bottom:15px;
	}
	.money_back_right h2 
	{
		font-size:28px;
		line-height:36px;
		margin-bottom:15px;
	}
	.money_back_right p 
	{
		font-size:22px;
		line-height:34px;
		margin-bottom:15px;
	}
	.faqs_wrapper 
	{
		padding:12px 0 45px;
	}
	.faqs_wrapper .rank-math-list h3, .what_happens_cont h3 
	{
		font-size: 26px;
		line-height: 36px;
    }
	.what_happens_heading
	{
		max-width:100%;
	}
	.what_happens_heading h2 
	{
		font-size:32px;
		line-height:44px;
	}
	.faqs_wrapper .rank-math-list p, .what_happens_heading p, .what_happens_cont p 
	{
		font-size:22px;
	}
	.dont_wait_sec h2 
	{
		max-width: 100%;
		font-size: 32px;
		line-height: 40px;
		margin:0 auto 25px;
	}
	.footer_main 
	{
		padding:35px 0 30px;
	}
}
@media (max-width:479px)
{
	.heading_bar h1, .heading_bar h2 {
        font-size: 24px;
        line-height: 1.40;
    } 
	.special_offer h2 
	{
		font-size:25px;
		line-height:1.45;
	}
	.special_offer_left h3 
	{
		font-size:24px;
		line-height:1.45;
	}
	.special_offer_main .special_offer_left, .special_offer_main .special_offer_right
	{
		padding:0;
	}
	.offer_intro p {
        font-size: 20px;
        line-height: 1.55;
    }
	.special_offer_right h4, .dont_wait_sec h4 
	{
		font-size:23px;
	}
	.special_offer_right h5.per_bottle_price, .dont_wait_sec h5.per_bottle_price 
	{
		font-size:23px;
	}
	.special_offer_right .hurry_up_btn 
	{
		font-size:22px;
	}
	.get_discount_btn>img 
	{
		width:26px;
	}
	.product_reviews h2 
	{
		font-size:26px;
	}
	.review_box p>img, .review_box img 
	{
		width:120px;
		height:120px;
	}
	.review_box p 
	{
        font-size: 18px;
        line-height: 1.45;
    }
	.review_box h3 
	{
		font-size:20px;
	}
	.review_box img.rating 
	{
		max-width:65%;
	}
	.why_choose_box h3, .default-page-inner h3 
	{
        font-size: 22px;
        line-height: 1.45;
        margin-bottom: 5px;
    }
	.why_choose_box p {
        font-size: 20px;
        line-height: 1.45;
    }
	.what_is_product .about_product_left, .what_is_product .about_product_right
	{
		padding:0;
	}
	.about_product_right h2 
	{
		font-size:28px;
	}
	.how_works_wrapper p, .about_product_right p, .default-page-inner p, .default-page-inner ul li {
        font-size: 20px;
        line-height: 1.45;
    }
	.heading_bar h3 
	{
		font-size:24px;
	}
	.product_benefits_wrapper p, .product_benefits_wrapper ul li, .ingredients_wrapper p, .ingredients_wrapper ul li 
	{
        font-size: 20px;
        line-height: 1.45;
    }
	.product_benefits_wrapper, .ingredients_wrapper 
	{
		padding:25px 0 25px;
	}
	.product_bonuses h3 
	{
        max-width: 100%;
        font-size: 25px;
        line-height: 1.45;
        padding: 15px 15px;
    }
	.bonuses_box .bonus_right h5 {
        font-size: 22px;
        line-height: 1.35;
    }
	.bonuses_box .bonus_right p {
        font-size: 20px;
        line-height: 1.45;
    }
	.money_back_left>img 
	{
		max-width:55%;
	}
	.money_back_right h2 {
        font-size: 26px;
        line-height: 1.25;
    }
	.money_back_right p {
        font-size: 20px;
        line-height: 1.45;
    }
	.special_offer_right .get_discount_btn, .money_back_right .get_discount_btn, .dont_wait_sec .get_discount_btn
	{
		max-width:100%;
		font-size:16px;
	}
	.warning .warning_right p 
	{
		font-size:19px;
		line-height:1.45;
	}
	.faqs_wrapper .rank-math-list h3, .what_happens_cont h3 {
        font-size: 22px;
        line-height: 1.45;
    }
	.faqs_wrapper .rank-math-list p, .what_happens_heading p, .what_happens_cont p 
	{
		font-size:20px;
		line-height:1.45;
	}
	.what_happens_heading h2 {
        font-size: 26px;
        line-height: 1.45;
    }
	.checkout_image img 
	{
		max-width:100%;
	}
	.checkout_image
	{
		margin-bottom:25px;
	}
	.what_happens_cont 
	{
		padding:0;
	}
	.dont_wait_sec h2 
	{
		font-size:26px;
		line-height:1.45;
	}
	.footer_main 
	{
		padding:25px 0 25px;
	}
	.footer_main .widget p 
	{
		line-height:1.45;
	}
}