@charset "utf-8";
/*====CSS Document====*/

body{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #ffffff;
	color: #000000;
	text-align: center;
    font-family: 'Inter';
	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; max-width: 100%; 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;}

/*-----------------------
FONTS
------------------------*/

@font-face {
    font-family: 'Inter';
    src: url('Inter-Regular.woff2') format('woff2'),
	url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
	}
	
@font-face {
    font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
	url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
	}

@font-face {
	font-family: 'Inter';
	src: url('Inter-SemiBold.woff2') format('woff2'),
	url('Inter-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
    src: url('Inter-Bold.woff2') format('woff2'),
	url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
	}

@font-face {
    font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
	url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
	}
	
/*-----------------------
MAIN CSS START
------------------------*/

.container{
	width:1110px;
	margin:0 auto;
	padding:0;
	position:relative;
	}

.wrapper{overflow:hidden;}

/*-----Top-Caption------*/
.top_caption{
	float:left;
	width:100%;
	background:#f0f0f0;
	padding:5px 0;
	}
.top_caption p{
	display:inline-block;
	vertical-align:top;
	color:#818181;
    font-size:14px;
    line-height:22px;
	letter-spacing:0.5px;
	}
	
/*=======COMMON-CSS======*/	
.common_heading{
	color:#000000;
	font-size:38px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
	letter-spacing:-0.5px;
	border-top:3px solid #000000;
	border-bottom:1px solid #000000;
	padding:12px 0;
	margin:60px 0 25px;
	}
.common_heading span{color:#006900;}
.common_paragraph{
	color:#000000;
	font-size:17px;
	line-height:27px;
	text-align:left;
	margin-top:25px;
	}
.common_paragraph.margin-top-0{margin-top:0;}
.common_paragraph2{
	width:60%;
	color:#000000;
	font-size:20px;
	line-height:30px;
	text-align:left;
	font-weight:bold;
	margin-top:50px;
	}
.common_image{
	display:inline-block;
    vertical-align:middle;
	width:100%;
	border-radius:10px;
	-webkit-box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    margin:30px 0 10px;
	}
.common_image.margin-top-0{margin-top:0;}	
.common_image3{
	display:inline-block;
    vertical-align:middle;
    margin:25px 0 5px;
	}
.small_image1{
	float:right;
	margin:-55px 0 0 35px;	
	}	
	
.link_text{
	color:#0042eb;
	text-decoration:underline;
	font-weight:bold;
	}	
	
/*=========================*/	
/*-------Main-Section-------*/	
.main_section{
	float:left;
	width:100%;
	padding:40px 0 60px;
	}
.section_content{
	float:left;
	width:100%;
	}
	
/*-------left-Section-------*/
.left_section{
	float:left;
	width:72%;
	}	
ul.breadcum{
	float:left;
	width:100%;
	}
ul.breadcum li{
	float:left;
	color:#5c5c5c;
    font-size:15px;
	line-height:15px;
	text-align:left;
	}
ul.breadcum li:nth-child(even){margin:0 8px;}
ul.breadcum li.active{color:#000000; font-weight:500;}
.main_heading{
	float:left;
	width:100%;
	color:#000000;
	font-size:46px;
	line-height:56px;
	text-align:left;
	font-weight:800;
	margin-top:15px;
	}
.main_paragraph{
	float:left;
	width:100%;
	color:#767676;
	font-size:18px;
	line-height:28px;
	letter-spacing:-0.5px;
	text-align:left;
	margin-top:15px;
	}
.author_box{
	float:left;
	width:100%;
	text-align:left;
	border-top:1px solid #e4e4e4;
	padding:25px 0 30px;
	margin-top:25px;
	}	
.author_box_list{
	float:left;
	width:100%;	
	}
.author_box_list li{
	float:left;
	text-align:left;
	border-right:1px solid #cbcbcb;
	padding:0 12px;
	position:relative;	
	}
.author_box_list li:first-child{padding-left:55px;}
.author_box_list li:last-child{border-right:none;}
.author_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	width:44px;
	border-radius:50%;
	}
.author_paragraph{
	color:#3f3f3f;
	font-size:15px;
	line-height:15px;
	}
.author_paragraph span{
	color:#000000;
	font-weight:bold;
	}	
.seen_in_box{
	float:left;
	width:100%;
	border-radius:6px;
	border:1px solid #cfcfcf;
	padding:0 20px 15px;
	margin-top:25px;	
	}
.seen_in_heading{
	display:inline-block;
	vertical-align:top;
	color:#000000;
	font-size:14px;
	line-height:20px;
	letter-spacing:0.5px;
	background:#ffffff;
	padding:0 10px;
	margin-top:-10px;
	}
ul.logo_list{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	}
ul.logo_list li{
	display:inline-block;
	vertical-align:middle;
	margin:0 15px;
	}
.logo_list_image{
	display:inline-block;
	vertical-align:middle;
	}	
.option_row{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:555px;
	width:100%;
	text-align:center;
	margin:40px auto 50px;	
	}
.option_column{
	width:31.4%;
	border:2px solid #f62f2f;
	border-radius:10px;
	background:#ffffff;
	overflow:hidden;
	}
.option_column p{
	color:#ffffff;
	font-size:16px;
	line-height:16px;
	letter-spacing:0.3px;
	font-weight:bold;
	background:#f62f2f;
	padding:9px 10px;
	}
.option_icon{
	display:block;
	margin:16px auto 10px;	
	}	
.video_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-radius:10px;
	-webkit-box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    box-shadow:0 0 10px 2px rgb(0 0 0 / 0.2);
    margin:35px 0 10px;
	overflow:hidden;
	}
.video_box video{
	display:inline-block;
    vertical-align:middle;
	width:100%;
	height:439px;
	object-fit: cover;
	}	

.review_box{
	display:inline-block;
	vertical-align:middle;
	max-width:720px;
	width:100%;
	text-align:left;
	border:1px solid #c7c7c7;
	border-radius:8px;
	background:#ffffff;
	padding:0 30px;
	margin-top:35px;
	}
.review_box_top{
	float:left;
	width:100%;
	border-bottom:1px solid #e9e9e9;
	padding:27px 0 27px 60px;
	position:relative; 
	}
.review_user_image{
	position:absolute;
	top:50%;
	transform:translateY(-50%);
	left:0;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:48px;
	height:48px;
	background:#d8fff2;
	border-radius:50%;
	color:#000000;
	font-size:17px;
	line-height:27px;
	font-weight:800;
	text-transform:uppercase;
	}
.review_user_name{
	color:#000000;
	font-size:17px;
	line-height:27px;
	font-weight:bold;
	}
.review_box_bottom{
	float:left;
	width:100%;
	padding:20px 0 30px;
	}
.review_star{
	display:block;
	margin:0 0 18px;
	width:132px;	
	}
.review_box_paragraph{
	float:left;
	width:100%;
	color:#000000;
	font-size:17px;
	line-height:27px;
	margin-top:25px;
	}
.review_box_paragraph.margin-top-0{margin-top:0px;}	
.benefit_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	border-radius:8px;
	background:#eefee1;
	-webkit-box-shadow:0 0 5px 1px rgb(0 0 0 / 0.2);
    box-shadow:0 0 5px 1px rgb(0 0 0 / 0.2);
	padding:40px 290px 100px 40px;
	margin-top:55px;
	position:relative;	
	overflow:hidden;
	}
.benefit_box_product{
	position:absolute;
	bottom:0;
	right:-45px;
	}
.benefit_box_arrow{
	position:absolute;
	top:100px;
	right:220px;	
	}
.benefit_box_heading{
	color:#000000;
	font-size:41px;
	line-height:41px;
	font-weight:bold;
	}
ul.benefit_list{
	float:left;
	width:96%;
	margin-top:25px;
	}
ul.benefit_list li{
	float:left;
	width:100%;
	color:#000000;
	font-size:21px;
	line-height:26px;
	font-weight:bold;
	border-bottom:1px solid #c5e8c4;
	background: url(../images/benefit-tick.png)no-repeat left 20px;
	background-size:22px;
	padding:18px 0 16px 36px;
	}                   
ul.benefit_list li:last-child{
	border-bottom:none;
	padding-bottom:0;
	}	
.guarantee_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	text-align:left;
	border-radius:10px;
	background:#f4f4f4;
	padding:35px 325px 45px 35px;
	margin-top:55px;
	position:relative;	
	overflow:hidden;
	}
.guarantee_box_heading{
	color:#000000;
	font-size:34px;
	line-height:42px;
	font-weight:bold;
	letter-spacing:-0.5px;
	}
.guarantee_box_paragragh{
	color:#000000;
	font-size:17px;
	line-height:27px;
	margin-top:15px;	
	}
.guarantee_seal{
	position:absolute;
	top:35px;
	right:160px;	
	width:116px;
	z-index:1;
	}
.guarantee_product{
	position:absolute;
	bottom:0;
	right:0;
	}

ul.loved_by_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:100%;
	text-align:left;
	margin:15px 0 40px;
	}
ul.loved_by_list li{
	width:48%;
	color:#000000;
	font-size:17px;
	line-height:25px;
	background: url(../images/loved_by-tick.png)no-repeat left 3px;
	background-size:18px;
	padding-left:30px;
	margin-top:15px;
	}         	
ul.injury_list{
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	max-width:665px;
	width:100%;
	text-align:center;
	margin:35px auto 0;	
	}
ul.injury_list li{
	width:20%;
	}
ul.injury_list li p{
	color:#000000;
	font-size:16px;
	line-height:20px;
	font-weight:bold;
	}       
.injury_list_icon{
	display:block;
	margin:0 auto 10px;
	width:76px;
	border-radius:50%;
	border:1px solid #dddddd;
	}
	
.offer_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	border-radius:10px;
	background:#fffae3;
	-webkit-box-shadow: 0 0 10px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 0 10px 1px rgb(0 0 0 / 0.2);
	padding:40px 35px;
	margin-top:40px;
	}
.offer_box_heading{
	color:#000000;
	font-size:26px;
	line-height:34px;
	font-weight:bold;
	text-align:left;
	border-bottom:2px solid #ffe99d;
	padding-bottom:14px;
	}
.offer_box_heading span{
	color:#ff0000;
	font-size:30px;
	}
.offer_box .common_paragraph{margin-top:30px;}
.offer_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin:40px auto 0;
	position:relative;
	}
.offer_product_image{
	display:block;
	margin:0 auto;
	}
.offer_tag{
	position:absolute;
	top:0;
	right:240px;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:110px;
	height:110px;
	background:url(../images/offer-tag-bg.png) no-repeat center top;
	background-size:110px;
	color:#ffffff;
	font-size:30px;
	line-height:30px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding-top:4px;
	}
	
.common_button{
	display:inline-block;
	vertical-align:middle;
	max-width:510px;
	width:100%;
    color:#ffffff;
	font-size:24px;
	line-height:24px;
	text-align:center;
	font-weight:800;
	text-align:center;
	background:#29b40d;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
	border-radius:10px;
	padding:26px 0 20px;
	margin:30px auto 0;
	}
.button_arrow{
	display:inline-block;
	vertical-align:middle;
	width:30px;
	margin:-2px -6px 0 12px;
	}

/*========Right-Section========*/
.right_section{
	float:right;
	width:25%;
	}
.order_box{
	float:left;
	width:100%;
	background:#ffffff;
	border-radius:10px;
	-webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
	padding:25px 16px;
	overflow:hidden;
	}	
.order_box_title{
	color:#000000;
	font-size:16px;
	line-height:16px;	
	letter-spacing:0.3px;
	}
.order_box_title:before, .order_box_title:after {
    display: inline-block;
    vertical-align: middle;
    content:'';
    right:0;
    top:50%;
    width:35px;
    height:1px;
    background:#6c6c6c;
    opacity:0.6;
	margin:-2px 8px 0 0;
	}
.order_box_title:after{
    margin:-2px 0 0 8px;
	}	
.order_box_heading{
	color:#000000;
	font-size:25px;
	line-height:31px;
	font-weight:800;
	margin-top:10px;
	}
.order_box_heading span{
	color:#2ec51a;
	font-size:23px;
	}
.order_product_box{
	display:inline-block;
	vertical-align:middle;
	width:100%;
	margin-top:60px;
	position:relative;
	}
.order_product_image{
	display:block;
	margin:0 auto;
	}
.order_tag{
	position:absolute;
	top:-40px;
    left:48%;
	display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
	justify-content:center;
	align-items:center;
	width:65px;
	height:65px;
	background:url(../images/offer-tag-bg.png) no-repeat center top;
	background-size:65px;
	color:#ffffff;
	font-size:17px;
	line-height:18px;
	font-weight:800;
	text-transform:uppercase;
	letter-spacing:-1px;
	padding-top:4px;
	}	
.order_box .common_button{
	font-size:18px;
	line-height:18px;
	padding:17px 0 16px;
	border-radius:5px;
	text-transform:uppercase;
	margin-top:20px;
	}

/*========footer==========*/
.footer{
	float:left;
	width:100%;
	border-top:1px solid #ebebeb;
	padding:35px 0 0;
	}	
.footer_text{
	color:#4f4f4f;
	font-size:16px;
	line-height:22px;
	letter-spacing:0.3px;
	margin-top:10px;
	}
.footer_text a{padding:0 5px;}

.btmfix{
	margin-top:40px;
	}
.footer-cta{
	float:left;
	width:100%;
	text-align:center;
	padding:25px 0 20px;
	background:#051e5b;
	position:relative;
	bottom:0;
	z-index:99
	}
a.footer-btn{
    display: inline-block;
    vertical-align: middle;
    max-width: 510px;
    width: 100%;
    color: #ffffff;
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    font-weight: 800;
    text-align: center;
    background: #29b40d;
    -webkit-box-shadow: 0 2px 3px 1px rgb(0 0 0 / 0.2);
    box-shadow: 0 3px 3px 1px rgb(0 0 0 / 0.2);
    border-radius: 10px;
    padding: 26px 0 20px;
    margin: 0 auto 0;
	}
a.footer-btn img{
    display: inline-block;
    vertical-align: middle;
    width: 26px;
    margin: -2px -6px 0 12px;
	}
	
/*-----------------------
MEDIA-QUERY
------------------------*/
.show-mob, .show-tab{display:none;}

@media only screen and (max-width: 1200px){
.container{width:1004px;}
.hide-1200{display:none;}

.common_heading{font-size:35px; line-height:45px;}
.small_image1{margin:-40px 0 0 35px;}
.main_heading{font-size:40px; line-height:50px;}

.left_section{width:73%;}

.benefit_box{padding:40px 265px 100px 35px;}
.benefit_box_heading{font-size:37px; line-height:37px;}
ul.benefit_list li{font-size:19px; line-height:25px; background-position:left 18px; background-size:20px; padding:15px 0 14px 30px;}
.benefit_box_product{width:345px;}
.benefit_box_arrow{right:205px;}

.offer_box_heading{font-size:23px; line-height:31px;}
.order_box_title:before, .order_box_title:after{width:25px;}
.order_box_heading{font-size:22px; line-height:29px;}
.order_box_heading span{font-size:20px;}
.order_box .common_button{font-size:17px; line-height:17px;}

}

@media only screen and (max-width:1024px){	
.container{width:750px;}
.show-tab{display:block;}
.show-desk{display:none;}

.common_heading{font-size:30px; line-height:40px; letter-spacing:0.3px; padding:10px 0; margin:35px 0 25px;}
.common_paragraph{line-height:25px; letter-spacing:0.3px; margin-top:20px;}
.common_paragraph2{font-size:18px; line-height:28px; margin-top:30px;}
.common_image{border-radius:8px; margin:25px 0 5px;}
.small_image1{margin:-60px 0 0 15px; width:180px;}

.top_caption{padding:4px 0;}

.main_section{padding:40px 0 50px;}
.left_section{width:69%;}
ul.breadcum li{font-size:14px; line-height:14px;}
.main_heading{font-size:32px; line-height:42px; margin-top:10px;}
.main_paragraph{font-size:17px; line-height:25px; letter-spacing:0.5px; margin-top:10px;}
.author_box{margin-top:20px;}

.logo_list_image{width:auto; height:23px;}
.option_column p{padding:9px 5px;}
.option_icon{margin:15px auto; width:105px;}
.option_row{margin:25px auto;}
.video_box{margin:25px 0 5px;}
.video_box video{height:300px;}

.review_box{padding:0 30px 0 25px; margin-top:25px;}
.review_box_top{padding:25px 0 20px 56px;}
.review_user_image{font-size:16px; line-height:26px; padding-top:1px;}
.review_box_bottom{padding:20px 0 25px;}
.review_star{margin:0 0 16px; width:110px;}
.review_box_paragraph{margin-top:20px;}

.benefit_box{padding:25px 175px 100px 20px; margin-top:35px;}
.benefit_box_heading{font-size:28px; line-height:34px;}
ul.benefit_list{width:90%; margin-top:12px;}
ul.benefit_list li{font-size:18px; line-height:26px; background-position:left 18px; background-size:18px; padding:13px 0 12px 27px;}
.benefit_box_product{width:320px;}
.benefit_box_arrow{right:205px;}
.benefit_box_arrow{top:95px; right:115px;}

.guarantee_box{padding:25px 152px 30px 20px; margin-top:35px;} 
.guarantee_box_heading{font-size:27px; line-height:33px;}
.guarantee_box_paragragh{line-height:26px; letter-spacing:0.3px; z-index:1;}
.guarantee_seal{right:32px; width:100px;}
.guarantee_product{right:-125px;}

ul.loved_by_list{width:83%; margin:10px 0 25px;}
ul.loved_by_list li{width:100%; letter-spacing:0.3px; padding-left:26px; margin-top:12px;}
ul.injury_list{margin:25px auto 0;}
ul.injury_list li p{font-size:15px;}

.offer_box{border-radius:8px; padding:25px 25px; margin-top:25px;}
.offer_box_heading{font-size:21px; line-height:28px;}
.offer_box_heading span{font-size:25px;}
.offer_box .common_paragraph{margin-top:20px;}
.offer_tag{width:95px; height:95px; background-size:95px; font-size:25px; line-height:26px; padding-top:5px;}
.offer_product_box{margin:30px auto 0;}
.common_button{font-size:22px; line-height:22px; padding:23px 0 18px; margin:25px auto 0;}

.right_section{width:28%;}
.order_box{padding:25px 12px;}
.order_box_title{font-size:14px; line-height:14px;}
.order_box_title:before, .order_box_title:after{width:16px;}
.order_box_heading{font-size:19px; line-height:26px;}
.order_box_heading span{font-size:18px;}
.order_product_box{margin-top:55px;}
.order_tag{font-size:16px; padding-top:1px;}
.order_box .common_button{font-size:15px; line-height:15px;}

.footer{padding:20px 0 30px;}
.footer_text{font-size:16px;}

}

@media only screen and (max-width:767px){
.container{ max-width:600px; width:100%; padding:0px 15px; box-sizing:border-box;}
.show-mob{ display:block;}
.hide-mob{ display:none;}

.common_heading{font-size:24px; line-height:30px; margin:30px 0 20px; letter-spacing:0;}
.common_paragraph{font-size:16px; line-height:24px; margin-top:15px; letter-spacing:0;}
.common_paragraph2{width:100%; line-height:26px; margin-top:25px;}
.common_image{border-radius:6px; margin:20px 0 5px;}
.common_image3{border-radius:6px; margin:25px 0 5px; width:250px;}
.small_image1{width:125px; margin:15px 0 0 10px;}

.main_section{padding:25px 0 30px;}
.left_section{width:100%;}
ul.breadcum li{font-size:13px; line-height:13px;}
ul.breadcum li:nth-child(even){margin:0 5px;}
.main_heading{font-size:26px; line-height:34px; letter-spacing:0.3px; margin-top:12px;}
.main_paragraph{font-size:16px; line-height:22px; letter-spacing:0;}

.author_box{padding:15px 0; margin-top:15px; border-right:none;}
.author_box_list li{border-right:none;}
.author_box_list li:nth-child(2){display:none;}
.author_paragraph{font-size:13px; line-height:20px;}
.author_paragraph span{font-size:15px;}
.seen_in_box{padding:0 8px 15px;}
ul.logo_list li{margin:0 5px;}
.logo_list_image{width:auto; height:20px;}

.option_row{margin:22px auto;}
.option_column{width:32%;}
.option_icon{width:80px; margin:10px auto;}
.option_column p{display:flex; flex-wrap:wrap; justify-content:center; align-items: center; min-height:32px; font-size:12px; line-height:13px; padding:3px 5px;}

.video_box{margin:20px 0 5px; border-radius:0;}
.video_box video{height:210px;}

.review_box{padding:0 18px; margin-top:20px;}
.review_box_top{padding:28px 0 24px 53px;}
.review_user_image{width:45px; height:45px; padding-top:2px;}
.review_user_name{font-size:17px; line-height:17px;}
.review_box_bottom{padding:20px 0 22px;}
.review_star{margin:0 0 16px; width:95px;}
.review_box_paragraph{font-size:16px; line-height:24px; letter-spacing:0; margin-top:15px;}

.benefit_box{padding:25px 20px 0; margin:30px 0 5px;}
.benefit_box_heading{font-size:25px; line-height:33px;}
ul.benefit_list{width:100%; margin-top:8px;}
ul.benefit_list li{font-size:15px; line-height:23px; background-position:left 12px; padding:10px 0 9px 27px; letter-spacing:0;}
.benefit_box_product{position:static; width:250px; display:block; margin:20px auto 0;}

.guarantee_box{padding:25px 20px 30px; margin:25px 0 5px;} 
.guarantee_box_heading{font-size:25px; line-height:33px; letter-spacing:0.3px;}
.guarantee_box_paragragh{line-height:24px;}
.mobile_guarantee_product{display:block; margin:15px auto 0;}

ul.loved_by_list{width:100%; margin:5px 0 18px;}
ul.loved_by_list li{font-size:16px; line-height:22px; margin-top:12px; font-weight:500; letter-spacing:0;}

ul.injury_list{justify-content:flex-start; row-gap:20px;  margin:20px auto 5px;}
ul.injury_list li{width:33.33%;}
ul.injury_list li p{font-size:14px;}
.injury_list_icon{width:65px;}

.offer_box{padding:25px 20px 30px;}
.offer_box_heading{font-size:19px; line-height:27px; letter-spacing:0.3px; padding-bottom:12px;}
.offer_box_heading span{font-size:22px;}
.offer_box .common_paragraph{margin-top:15px;}
.offer_tag{right:85px; width:80px; height:80px; background-size:80px; font-size:20px; line-height:21px; padding-top:2px;}
.offer_product_box{max-width:345px; margin:30px auto 0;}
.common_button{font-size:18px; line-height:18px; padding:23px 0 19px; margin:20px auto 0;}

.footer{padding:15px 0 0;}
.footer_text{font-size:13px; line-height:23px;}
.footer_text.margin_top{margin-top:8px;}

.footer-cta{ padding: 0; background: none;}
.btmfix{ margin-top: 25px;}
a.footer-btn img{ width: 17px; margin: -3px 0 0 13px;}
a.footer-btn{ width:100%; border-radius:0; height: 55px; font-size: 20px; padding:15px 0;}
}