@charset "utf-8";

/* CSS Document */
/*----------------
RESET CSS
-----------------*/
body {
	padding: 0;
	background: #fff;
	color: #27233A;
	font-family: "Montserrat", sans-serif;
	font-weight: normal;
	margin: 0;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
	font-family: "Montserrat", sans-serif;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

h1,
h2,
h3 {
	font-family: "Oswald", sans-serif;
}

a {
	outline: none;
	color: inherit;
	text-decoration: none;
}

a:hover {}

img {
	border: none;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.img-full {
	max-width: 100%;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.btn-sec {
	text-align: center;
	margin-top: 35px;
}

.btn-sec a {
	font-size: 27px;
	color: #000000;
	text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 50px;
	padding-right: 50px;
	background-image: linear-gradient(to bottom right, #d3a645, #ebc86a, #d3a645);
	font-weight: 700;
	border-radius: 12px;
	text-decoration: none;
	display: inline-block;
	text-align: center;
	line-height: 20px;
}

.btn-sec a:hover {
	background-image: linear-gradient(to bottom right, #ebc86a, #d3a645, #ebc86a);
}

/* Top Bar */
.topBar {
	padding: 30px 0;
	background: #FFF;
}

.topBar .rowDiv {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.topBar .logoImg {
	width: 150px;
}

.topBar .topBtn {
	background: #00B011;
	color: #FFF;
	padding: 13px 34px;
	font-size: 18px;
	font-weight: 700;
	border-radius: 4px;
}

.topBar .topBtn:hover {
	color: #FFF;
}

.topBar.sticky {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	transform: translateY(-100%);
	animation: slideDown 0.3s forwards;
	z-index: 9999;
}

@keyframes slideDown {
	to {
		transform: translateY(0);
	}
}


/* Hero Section */
.heroSection {
	width: 100%;
	position: relative;
	padding-bottom: 60px;
}

.heroSection .heroImg {
	position: absolute;
	right: 0;
	top: 0;
	z-index: 0;
}

.heroSection .heroTextPart {
	z-index: 1;
}

.heroSection .ratingText {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 5px;
	margin-top: 20px;
}

.heroSection .ratingText p {
	color: #303030;
	font-size: 18px;
	font-weight: 400;
}

.heroSection h1 {
	font-size: 57px;
	line-height: 67px;
	font-weight: 700;
	margin: 0;
	padding: 10px 0 20px 0;
}

.heroSection h2 {
	font-family: "Montserrat", sans-serif;
	color: #303030;
	font-size: 29px;
	font-weight: 400;
	border-left: 3px solid #F1592C;
	padding: 0 0 0 7px;
}

.heroSection ul {
	width: 100%;
	padding: 0 0;
	margin: 20px 0 0 0;
}

.heroSection ul li {
	font-size: 24px;
	color: #303030;
	font-weight: 400;
	padding: 0 0 0 40px;
	position: relative;
	margin: 5px 0 0 0;
}

.heroSection ul li:after {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 26px;
	background: url(../images/tik.png) center center no-repeat;
	background-size: cover;
	top: 5px;
}

.heroSection .heroSecBtn {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 435px;
	margin: 35px 0 0 0;
}

.heroSection .benefits {
	gap: 30px;
}

.heroSection .heroReviewBox {
	background: #FFF3F0;
	border: 1px dashed #F1592C;
	border-radius: 10px;
	padding: 10px 20px;
	width: 70%;
	margin: 15px 0 0 0;
}

.heroSection .heroReviewBox p {
	font-size: 20px;
	font-weight: 500;
	font-style: italic;
	color: #303030;
}

.heroSection .heroReviewBox .reviewUser {
	display: flex;
	justify-content: start;
	align-items: center;
	gap: 10px;
	margin: 10px 0 0 0;
}

.heroSection .heroReviewBox .reviewUser p {
	font-style: normal;
}

/* health_part*/
.health_part {
	padding: 80px 0;
}

.health_part_m {
	display: none;
}

.health_part h2 {
	text-align: center;
	color: #F1592C;
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 35px;
	font-weight: 600;
	max-width: 763px;
	margin: 0 auto;
}

.health_part h2 span {
	display: block;
	color: #303030;
}

.health_part01 {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 50px;
	gap: 58px;
}

.health_part01 h3 {
	font-size: 40px;
	font-weight: 700;
	line-height: 50px;
	padding-bottom: 24px;
}

.health_part01 p {
	font-size: 18px;
	line-height: 34px;
	color: #303030;
}

.health_part01 p span {
	font-weight: 600;
}

.health_part01_right {
	max-width: 560px;
}

.health_part01_left {
	max-width: 611px;
}

.health_part01_left img {
	width: 100%;
}

.health_part01_left video {
	max-width: 100%;
}

.sep_stock {
	text-align: center;
}

.sep_stock .ships {
	font-size: 16px;
	line-height: 20px;
	padding-left: 16px;
	font-weight: 500;
	color: #303030;
	padding-bottom: 10px;
	position: relative;
	display: inline-block;
}

.sep_stock .ships:after {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	border: 4px solid #1CCE5D;
	background: #1CCE5D;
	animation: breath 1.3s infinite;
}

@keyframes rotateP {
	0% {
		transform: rotate(0)
	}

	50% {
		transform: rotate(180deg)
	}

	100% {
		transform: rotate(180deg)
	}
}

@keyframes rotate {
	0% {
		transform: rotate(00deg)
	}

	100% {
		transform: rotate(360deg)
	}
}

@keyframes breath {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.sep_stock a {
	background: #00B011;
}

a.common_btn {
	background: #00B011;
	border: none;
	border-radius: 4px;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	color: #fff;
	font-weight: 700;
	-webkit-appearance: none;
	position: relative;
	transition: 0.3s;
	width: 430px;
	display: block;
	margin: 0 auto;
}

a.common_btn:hover {
	background: #00700b;
}

.benefits {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	padding: 17px 0 0 0;
}

.benefit-item {
	display: flex;
	gap: 10px;
	text-align: left;
}

.benefit-item img {
	height: 26px;
	object-fit: contain;
}

.benefit-item p {
	font-size: 14px;
	color: #333;
	margin: 0;
	line-height: 16px;
	font-weight: 500;
}

/* Responsive */
@media (max-width: 768px) {
	.benefits {
		gap: 20px;
	}
}

/*----------------Engineered for Health and Durability CSS-----------------*/
.engineered {
	padding-bottom: 80px;
}

.engineered_inner {
	background-image: url(../images/engineered_bg.png);
	border-radius: 30px;
	padding: 38px 41px 30px 41px;
}

.engineered_inner h3 {
	text-align: center;
	color: #FFFFFF;
	font-size: 40px;
	line-height: 50px;
	padding-bottom: 50px;
	font-weight: 700;
}

.features-container {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 30px;
	flex-wrap: wrap;
}

.features-left,
.features-right {
	display: flex;
	flex-direction: column;
	gap: 30px;
	flex: 1;
	min-width: 220px;
}

.feature {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 16px;
	border-bottom: dashed 1px #363636;
	padding-bottom: 25px;
}

.feature01 {
	border-bottom: none;
}

.feature p {
	font-size: 34px;
	line-height: 44px;
	color: #fff;
	font-weight: 500;
}

.feature-image img {
	width: 340px;
	max-width: 100%;
	border-radius: 15px;
}

/* Responsive */
@media (max-width: 768px) {
	.features-container {
		flex-direction: column;
		text-align: center;
	}

	.feature {
		justify-content: center;
	}
}

/*----------------How it works CSS-----------------*/
.how_works {
	padding-bottom: 80px;
}

.how_works_top {
	text-align: center;
	padding-bottom: 35px;
}

.how_works_top h5 {
	font-size: 18px;
	color: #F1592C;
	font-weight: 400;
}

.how_works_top h2 {
	font-size: 40px;
	line-height: 50px;
	color: #303030;
	font-weight: 700;
}

.how_works_inner {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
}

.step_image_container {
	position: relative;
}

.step_image_container video {
	max-width: 100%;
}

.step_number_tag {
	position: absolute;
	right: 24px;
	bottom: -40px;
}

.how_works_inner h4 {
	font-size: 24px;
	line-height: 34px;
	font-weight: 700;
	padding-top: 40px;
	text-transform: uppercase;
	max-width: 375px;
}

/*----------------Special Offer Available Now CSS-----------------*/
.special_offer {
	padding-bottom: 80px;
}

.special_offer_inner {
	background-image: url(../images/special_offer.png);
	border-radius: 40px;
	background-size: 100% 100%;
	border: dashed 1px #afaca8;
	padding: 40px 40px 40px 40px;
	position: relative;
}

.special_offer_inner01 {
	max-width: 530px;
}

.special_offer_inner01 .features {
	list-style: none;
	padding: 33px 0 20px 0;
	margin: 0 0 10px 0;
}

.special_offer_inner01 .features li {
	margin: 0;
	font-size: 23px;
	position: relative;
	padding-bottom: 14px;
	padding: 0 0 0 40px;
	font-weight: 400;
	position: relative;
}

.special_offer_inner01 .features li:after {
	position: absolute;
	content: '';
	left: 0;
	width: 30px;
	height: 26px;
	background: url(../images/mark01.png) center center no-repeat;
	background-size: cover;
	top: 5px;
}

.special_offer_inner01 .features li img {
	margin-right: 8px;
}

.special_offer_inner01 h2 {
	font-size: 52px;
	color: #F1592C;
	font-weight: 400;
	line-height: 65px;
}

.special_offer_inner01 h2 span {
	font-weight: 700;
}

.special_offer_inner01 .special {
	color: #000000;
	font-size: 20px;
	font-weight: 500;
	padding-bottom: 6px;
}

.special_offer_inner01 .sep_stock {
	max-width: 433px;
}

.off_pic {
	position: absolute;
	width: 109px;
	right: 28px;
	top: 108px;
	display: inline-block;
}

/* marqueeSection */
.marqueeSection {
	width: 100%;
}

.marqueeSection .marquee-wrapper {
	width: 100%;
	overflow: hidden;
	background-color: #f25022;
	color: #fff;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 0;
	position: relative;
}

.marqueeSection .marquee {
	display: flex;
	padding: 5px 0;
	width: max-content;
	white-space: nowrap;
	animation: scroll-left 50s linear infinite;
}

.marqueeSection .marquee span {
	margin-right: 50px;
	font-weight: 500;
	font-size: 18px;
}

@keyframes scroll-left {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

.heroSection_m {
	display: none;
}

/*----------------Price CSS-----------------*/
.price_part {
	padding: 0 0 70px 0;
}

.price_part h2 {
	font-size: 40px;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: #303030;
	padding-bottom: 45px;
}

.price_part .sep_stock {
	padding-top: 30px;
}

.comparison_wrapper {
	display: flex;
	justify-content: center;
	margin: 0 auto 50px;
	padding: 0 0;
}

.comparison-table tr {
	border-bottom: solid 1px #2f2f2f;
}

.comparison-table .microplastic_t {
	border-bottom: none;
	font-size: 20px;
	font-weight: 700;
}

.comparison-table thead .microplastic_t th {
	font-size: 20px;
	font-weight: 700;
}

.microplastic .microplastic01 {
	border-radius: 30px 0 0 0;
}

.microplastic .microplastic02 {
	border-radius: 0 30px 0 0;
}

.comparison-table {
	width: 100%;
	max-width: 950px;
	border-collapse: collapse;
	border-radius: 30px;
}

.comparison-table thead th {
	padding: 18px;
	font-size: 16px;
	text-align: center;
}

.comparison-table tbody td {
	background: #111;
	color: #fff;
	padding: 16px;
	text-align: center;
	font-size: 16px;
}

.comparison-table tbody td:first-child {
	text-align: left;
	font-weight: 500;
	width: 378px;
	padding-left: 45px;
}

.comparison-table thead th:nth-child(2) {
	position: relative;
	z-index: 0;
	padding: 5px 0 0 23px;
	text-align: left;
	line-height: 1.2;
}

.comparison-table thead th:nth-child(2) img {
	position: absolute;
	top: -30px;
	right: 0;
}

.comparison-table tr td:nth-child(2) {
	border-bottom: solid 1px #e6d9d6;
}

.comparison-table tbody tr:last-child td:nth-child(2)::after {
	content: "";
	position: absolute;
	width: 100%;
	top: 100%;
	height: 40px;
	left: 0;
	background-color: #FFF1ED;
	z-index: -1;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
}

/* Highlighted column (Cuttivo Ultra) */
.highlight-header {
	background: #F1592C !important;
	color: #fff !important;
	font-weight: bold;
	font-size: 16px;
	position: relative;
	border-radius: 30px 30px 0 0;
	width: 190px;
}

.price_pic {
	position: absolute;
}

.highlight {
	background: #fff1ed !important;
	color: #000 !important;
	position: relative;
}

.comparison-table .microplastic_b {
	border-bottom: none;
}

.highlight-header img {
	display: block;
	margin: 10px auto 0;
	max-height: 70px;
}

/* Rounded top corners */
.comparison-table thead tr:first-child th:first-child {
	border-top-left-radius: 30px;
}

.comparison-table thead tr:first-child th:last-child {
	border-top-right-radius: 30px;
}

/* Rounded bottom corners */
.comparison-table tbody tr:last-child td:first-child {
	border-bottom-left-radius: 30px;
}

.comparison-table tbody tr:last-child td:last-child {
	border-bottom-right-radius: 30px;
}

/* Icons */
.check {
	color: #00d26a;
	font-size: 20px;
	font-weight: bold;
}

.cross {
	color: #ff2d2d;
	font-size: 20px;
	font-weight: bold;
}

/*----------------What Others Think Of Cuttivo Ultra CSS-----------------*/
.reviews_offer {
	padding-bottom: 80px;
	padding-top: 68px;
}

.reviews_offer h2 {
	font-size: 40px;
	text-align: center;
	line-height: 50px;
	font-weight: 700;
	color: #303030;
	padding-bottom: 5px;
}

.reviews_offer .about {
	font-size: 18px;
	line-height: 30px;
	text-align: center;
	color: #303030;
	padding-bottom: 40px;
}

.reviews_part {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 16px;
	margin-bottom: 18px;
}

.reviews_part01 {
	border: solid 1px #ececec;
	padding: 8px 8px 15px 8px;
	border-radius: 20px;
}

.review_customer {
	border-radius: 12px;
}

.reviews_part01 .chicken {
	font-size: 18px;
	min-height: 165px;
	line-height: 30px;
	color: #303030;
	font-style: italic;
	padding-bottom: 18px;
}

.reviews_part01 .priceless {
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	color: #303030;
	padding: 12px 0 10px 0;
}

.reviews_star {
	margin-top: 25px;
}

.reviews_part01 .verified {
	display: flex;
	gap: 20px;
}

.reviews_offer .sep_stock {
	padding-top: 20px;
}

/* Guarantee */
.guaranteeSec {
	width: 100%;
	padding-top: 120px;
	padding-bottom: 60px;
	background: #FFF3F0;
}

.guaranteeSec .blackTopDiv {
	width: 100%;
	background: #201E1F;
	border-top-left-radius: 30px;
	border-top-right-radius: 30px;
	text-align: center;
	padding-bottom: 30px;
}

.guaranteeSec .blackTopDiv img {
	margin-top: -100px;
}

.guaranteeSec .redLabel {
	background: #F1592C;
}

.guaranteeSec .redLabel p {
	font-size: 50px;
	font-weight: 700;
	color: #fff;
	font-family: "Oswald", sans-serif;
	text-align: center;
	text-transform: uppercase;
}

.guaranteeSec .blackBottomDiv {
	width: 100%;
	background: #201E1F;
	border-bottom-left-radius: 30px;
	border-bottom-right-radius: 30px;
	text-align: center;
	padding: 30px;
}

.guaranteeSec .blackBottomDiv p {
	font-size: 20px;
	color: #FFF;
	font-weight: 400;
	width: 69%;
	margin: 0px auto;
}

/* FAQ */
.faqSection {
	width: 100%;
	padding: 80px 0;
}

.faqSection_inner {
	max-width: 904px;
	margin: 0 auto;
}

.faqSection .faqHeadline {
	font-family: "Oswald", sans-serif;
	font-size: 40px;
	font-weight: 700;
	color: #303030;
	text-align: center;
	padding-bottom: 35px;
}

.faqSection .accordion {
	margin-bottom: 40px;
}

.faqSection .accordion-button:not(.collapsed)::after {
	background-image: url(../images/downarrow.png);
	transform: rotate(-180deg);
}

.accordion-button::after {
	background-image: url(../images/downarrow.png);
}

.faqSection .accordion-button {
	font-size: 20px;
	font-weight: 700;
	color: #303030;
	text-transform: capitalize;
	font-family: "Montserrat", sans-serif;
	background: #FFF;
	padding-top: 25px;
	padding-bottom: 25px;
	padding-left: 0;
	padding-right: 0;

}

.faqSection .accordion-button:focus {
	border-color: transparent;
	box-shadow: none;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}

.faqSection .accordion .accordion-item {
	margin-bottom: 20px;
	border-radius: 20px;
	overflow: hidden;
	box-shadow: 4px 3px 13px 2px rgba(0, 0, 0, 0.2);
	padding: 0 25px;
}

.accordion-body p {
	font-family: "Montserrat", sans-serif;
	font-size: 18px;
	font-weight: 400;
	color: #303030;
}

/*----------------Footer CSS-----------------*/
footer {
	padding: 25px 0 15px 0;
	background: #000000;
	font-size: 16px;
	color: #fff;
	line-height: 1.3;
	text-align: center;
}

.footer_link {
	padding: 25px 0 30px 0;
	display: flex;
	justify-content: center;
}

.footer_link li {
	list-style: disc;
	margin: 0 15px;
}

.footer_link li:first-child {
	list-style: none;
}

.footer_link li a:hover {
	color: #00B011;
}

.reserved {
	border-top: solid 1px #212121;
	padding-top: 15px;
}

.topBtn_m {
	display: none;
}

.moboShow {
	display: none;
}

.reviews_part01_mobile {
	display: none;
}

.accordion-body {
	padding: 20px 0 26px 0;
}

@media only screen and (max-width:1399px) {
	.feature p {
		font-size: 26px;
		line-height: 38px;
	}

	.special_offer_inner01 h2 {
		font-size: 46px;
		line-height: 58px;
	}

	.special_offer_inner01 .features li {
		font-size: 21px;
		padding-bottom: 10px;
	}

	.reviews_part01 .chicken {
		font-size: 17px;
		line-height: 24px;
	}

	.how_works_inner h4 {
		font-size: 22px;
		line-height: 34px;
	}

	.heroSection h1 {
		font-size: 50px;
	}

	.heroSection h2 {
		font-size: 26px;
	}

	.heroSection .heroReviewBox p {
		font-size: 18px;
	}
}

@media only screen and (max-width:1199px) {
	.reviews_part01 .chicken {
		min-height: 186px;
	}

	.engineered_inner {
		padding: 38px 20px 30px 20px;
	}

	.features-left,
	.features-right {
		gap: 20px;
	}

	.feature p {
		font-size: 22px;
		line-height: 33px;
	}

	.feature-image img {
		width: 265px;
		max-width: 100%;
		border-radius: 15px;
	}

	.how_works_inner h4 {
		font-size: 20px;
		line-height: 30px;
	}

	.health_part01_right {
		max-width: 420px;
	}

	.health_part01_left {
		max-width: 450px;
	}

	.health_part01 h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 10px;
	}

	.health_part01 p {
		font-size: 17px;
		line-height: 28px;
	}

	.health_part01 {
		gap: 30px;
	}

	.heroSection .ratingText p {
		font-size: 16px;
	}

	.heroSection h1 {
		font-size: 35px;
		line-height: 40px;
	}

	.heroSection h2 {
		font-size: 18px;
	}

	.heroSection ul li {
		font-size: 18px;
	}

	.heroSection ul li:after {
		width: 24px;
		height: 20px;
	}

	.heroSection .sep_stock .ships {
		font-size: 14px;
	}

	.heroSection a.common_btn {
		font-size: 16px;
		width: auto;
		padding: 0 30px;
	}

	.heroSection .heroReviewBox p {
		font-size: 16px;
	}

	.heroSection .heroImg {
		width: 60%;
	}

	.guaranteeSec .redLabel p {
		font-size: 40px;
	}
}

@media only screen and (max-width:991px) {
	.reviews_part {
		grid-template-columns: repeat(2, 1fr);
	}

	.reviews_part01 .chicken {
		min-height: 165px;
	}

	.how_works_inner {
		grid-template-columns: repeat(2, 1fr);
	}

	.health_part01_right {
		max-width: 320px;
	}

	.health_part01_left {
		max-width: 360px;
	}

	.health_part h2 {
		font-size: 36px;
		line-height: 40px;
	}

	.feature-image {
		display: block;
		text-align: center;
	}

	.features-left,
	.features-right {
		min-width: 100%;
		display: block;
	}

	.heroSection .ratingText img {
		width: 100px;
	}

	.heroSection .ratingText p {
		font-size: 14px;
	}

	.heroSection h1 {
		font-size: 30px;
		line-height: 35px;
	}

	.heroSection h2 {
		font-size: 15px;
	}

	.heroSection ul li {
		font-size: 16px;
	}

	.heroSection ul li:after {
		width: 18px;
		height: 16px;
		top: 5px;
		left: 1px;
	}

	.heroSection .sep_stock p {
		font-size: 12px;
		line-height: 1;
	}

	.heroSection a.common_btn {
		font-size: 14px;
		padding: 0 25px;
	}

	.benefit-item img {
		height: 20px;
	}

	.heroSection .heroSecBtn {
		width: 340px;
	}

	.heroSection .heroImg {
		width: 55%;
	}

	.heroSection .heroReviewBox {
		width: 85%;
	}

	.heroSection .heroReviewBox p {
		font-size: 14px;
	}

	.guaranteeSec .redLabel p {
		font-size: 30px;
	}

	.comparison-table tbody td:first-child {
		width: 220px;
	}
}

@media only screen and (max-width:768px) {}

@media only screen and (max-width:767px) {
	.heroSection_m {
		display: block;
	}

	.heroSection_d {
		display: none;
	}

	.health_part01 {
		display: block;
	}

	.health_part h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.health_part01_left {
		max-width: 100%;
	}

	.health_part01_right {
		max-width: 100%;
	}

	.health_part01 h3 {
		padding-top: 20px;
	}

	.health_part01 p {
		font-size: 16px;
		line-height: 26px;
	}

	.topBar .rowDiv {
		gap: 30px;
	}

	.topBar .logoImg {
		width: 116px;
	}

	.topBar .topBtn {
		font-size: 16px;
	}

	.topBar .topBtn span {
		display: none;
	}

	.topBtn_m {
		display: block;
	}

	.topBar {
		padding: 20px 0;
	}

	.health_part_d {
		display: none;
	}

	.health_part_m {
		display: block;
	}

	.health_part01 {
		margin-bottom: 30px;
	}

	a.common_btn {
		width: auto;
	}

	.health_part {
		padding: 0 0 50px 0
	}

	.engineered_inner {
		padding: 20px 20px 30px 20px;
	}

	.engineered_inner h3 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 28px;
		max-width: 270px;
		margin: 0 auto;
	}

	.feature img {
		width: 50px;
	}

	.features-container {
		flex-direction: column;
		text-align: center;
		margin: 0 auto;
		text-align: left;
	}

	.feature p {
		font-size: 22px;
		line-height: 30px;
	}

	.feature {
		border-bottom: none;
		padding-bottom: 15px;
	}

	.engineered {
		padding-bottom: 50px;
	}

	.how_works_top h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.how_works_inner {
		display: block;
		grid-template-columns: repeat(1, 1fr);
	}

	.step_number_tag {
		right: 13px;
	}

	.step_number_tag img {
		width: 80px !important;
	}

	.how_works_inner h4 {
		font-size: 20px;
		line-height: 30px;
		max-width: 296px;
		padding-bottom: 25px;
		padding-top: 15px;
	}

	.how_works {
		padding-bottom: 20px;
	}

	.special_offer_inner {
		padding: 26px 25px 0 25px;
		background-image: url(../images/special_offer_m.png);
		background-size: 100% 100%;
		border: none;
	}

	.special_offer_inner01 .special {
		font-size: 16px;
	}

	.special_offer_inner01 h2 {
		font-size: 33px;
		line-height: 38px;
	}

	.special_offer_inner01 .features {
		padding: 15px 0 20px 0;
	}

	.special_offer_inner01 .sep_stock {
		max-width: inherit;
		padding-bottom: 270px;
	}

	.off_pic img {
		width: 43px;
	}

	.off_pic {
		position: absolute;
		width: inherit;
		right: 24px;
		top: inherit;
		display: inline-block;
		bottom: 211px;
	}

	.special_offer {
		padding-bottom: 40px;
	}

	.price_part h2 {
		font-size: 30px;
		line-height: 40px;
	}

	.comparison-table thead th:nth-child(2) img {
		display: none;
	}

	.comparison-table thead th:nth-child(2) {
		padding: 13px 10px 6px 10px;
	}

	.comparison-table thead .microplastic_t th {
		font-size: 14px;
	}

	.comparison-table tbody td {
		padding: 10px;
		font-size: 14px;
	}

	.comparison-table tbody td:first-child {
		text-align: left;
		font-weight: 500;
		width: auto;
		padding-left: 15px;
	}

	.comparison-table thead th {
		padding: 10px;
	}

	.marqueeSection .marquee-wrapper {
		padding: 10px 0 5px 0;
	}

	.marqueeSection .marquee span {
		margin-right: 20px;
		font-weight: 500;
		font-size: 11px;
	}

	.reviews_offer h2 {
		font-size: 30px;
		line-height: 40px;
		padding-bottom: 5px;
		max-width: 300px;
		margin: 0 auto;
	}

	.reviews_offer .about {
		font-size: 16px;
		line-height: 26px;
		text-align: center;
		color: #303030;
		padding-bottom: 20px;
		max-width: 322px;
		margin: 0 auto;
	}

	.reviews_part {
		grid-template-columns: repeat(1, 1fr);
	}

	.footer_link li {
		font-size: 12px;
	}

	.reviews_part01 .chicken {
		min-height: auto;
	}

	.reviews_part01_m {
		display: flex;
		justify-content: space-between;
		padding-bottom: 15px;
		padding-top: 6px;
	}

	.reviews_part01_m .verified {
		display: block;
		gap: 0;
		padding-bottom: 15px;
	}

	.reviews_part01 {
		padding: 14px;
	}

	.reviews_part01_mobile .reviews_part_m_left {
		flex: 75%;
	}

	.reviews_part01_mobile .reviews_part_m_right {
		flex: 25%;
	}

	.reviews_part01_d {
		display: none !important;
	}

	.reviews_part01 .priceless {
		font-size: 16px;
		line-height: 26px;
		padding: 0 0 8px 0;
	}

	.reviews_part01 .chicken {
		font-size: 14px;
		line-height: 24px;
		padding-bottom: 0;
	}

	.step_image_container img {
		width: 100%;
	}

	.special_offer_inner01 .features li {
		font-size: 19px;
		padding-bottom: 10px;
	}

	.comparison-table thead .microplastic_t th br {
		text-align: center;
	}

	.comparison-table thead th:nth-child(2) {
		text-align: center;
	}

	.heroSection .ratingText p {
		font-size: 16px;
	}

	.topBar .topBtn span {
		display: none;
	}

	.topBar .topBtn {
		font-size: 16px;
		padding: 10px 29px;
	}

	.topBar {
		padding: 20px 0;
	}

	.topBar .logoImg {
		width: 116px;
		height: auto;
	}

	.heroSection .heroImg {
		display: none;
	}

	.heroSection .ratingText {
		justify-content: center;
		gap: 10px;
	}

	.heroSection h1 {
		font-size: 34px;
		line-height: 44px;
		text-align: center;
		max-width: 343px;
		margin: 0 auto;
	}

	.moboShow {
		display: block;
		width: 100%;
	}

	.heroSection h2 {
		font-size: 20px;
		margin: 18px auto 0 auto;
		line-height: 30px;
	}

	.heroSection ul li {
		font-size: 20px;
	}

	.heroSection ul li:after {
		width: 24px;
		height: 24px;
		top: 5px;
		left: 0;
		background-position: left top;
	}

	.heroSection .heroSecBtn {
		width: 90%;
		margin: 30px auto 0 auto;
	}

	.heroSection .sep_stock .ships {
		font-size: 16px;
	}

	.heroSection a.common_btn {
		width: 100%;
	}

	.heroSection .sep_stock p {
		font-size: 14px;
		line-height: 16px;
	}

	.benefit-item img {
		height: 25px;
	}

	.heroSection .heroReviewBox {
		width: 100%;
	}

	.heroSection .heroReviewBox p {
		font-size: 18px;
		line-height: 28px;
	}

	.marqueeSection .marquee span {
		font-size: 14px;
	}

	.guaranteeSec .blackTopDiv {
		padding-bottom: 20px;
	}

	.guaranteeSec .redLabel {
		padding: 8px 0;
	}

	.guaranteeSec .blackTopDiv img {
		width: 121px;
		margin-top: -70px;
	}

	.guaranteeSec .redLabel p {
		font-size: 28px;
		line-height: 36px;
	}

	.guaranteeSec {
		padding-top: 85px;
		padding-bottom: 35px;
	}

	.reviews_offer {
		padding-bottom: 40px;
		padding-top: 40px;
	}

	.guaranteeSec .blackBottomDiv p {
		font-size: 16px;
		width: 100%;
	}

	.faqSection .col-8 {
		width: 100%;
	}

	.faqSection .faqHeadline {
		font-size: 30px;
		max-width: 303px;
		margin: 0 auto;
		line-height: 40px;
		padding-bottom: 30px;
	}

	.faqSection .accordion-button {
		font-size: 16px;
	}

	.faqSection .accordion-button {
		font-size: 16px;
		padding-top: 16px;
		padding-bottom: 16px;
	}

	.accordion-body p {
		font-size: 14px;
	}

	.mobile_meal {
		padding: 0 16px;
	}

	.heroSection .heroReviewBox {
		margin: 30px auto 0 auto;
		max-width: 90%;
	}

	.feature {
		justify-content: inherit;
	}

	a.common_btn {
		font-size: 15px;
	}

	.faqSection .accordion .accordion-item {
		padding: 0 15px;
	}

	.faqSection .accordion-button:not(.collapsed)::after {
		background-image: url(../images/m_t.png);
		transform: rotate(-180deg);
	}

	.accordion-button::after {
		width: 14px;
		height: 8px;
		background-size: auto;
	}

	.accordion-button::after {
		background-image: url(../images/m_b.png);
	}

	.footer_link {
		padding: 15px 0 15px 0;
	}

	.reserved {
		padding-top: 10px;
		font-size: 12px;
	}

	.faqSection {
		padding: 50px 0;
	}

	.accordion-body {
		padding: 10px 0 18px 0;
	}

	.how_works_inner h4 span {
		display: block;
	}

	.comparison-table thead tr span {
		display: block;
	}

	.highlight-header {
		width: 110px;
	}

	.faqSection .accordion .accordion-item {
		border-radius: 10px;
	}

	.microplastic .microplastic02 {
		border-radius: 0 20px 0 0;
	}

	.microplastic .microplastic01 {
		border-radius: 20px 0 0 0;
	}

	.highlight-header {
		border-radius: 10px 10px 0 0;
	}

	.comparison-table tbody tr:last-child td:nth-child(2)::after {
		border-bottom-left-radius: 10px;
		border-bottom-right-radius: 10px;
		height: 30px;
	}

	.comparison-table tbody tr:last-child td:last-child {
		border-bottom-right-radius: 20px;
	}

	.comparison-table tbody tr:last-child td:first-child {
		border-bottom-left-radius: 20px;
	}

	.price_part .sep_stock {
		padding-top: 10px;
	}

	.price_part {
		padding: 0 0 30px 0;
	}
}

@media only screen and (max-width:575px){
	.heroSection .ratingText{
		margin-top: 0;
	}

	.health_part h2 span{
		font-size: 28px;
	}
}

@media only screen and (max-width:430px) {
	.heroSection .benefits {
		gap: 10px;
	}

	.accordion-body {
		max-width: 312px;
	}

	.highlight-header {
		width: 66px;
	}

	.heroSection ul {
		margin: 20px auto 0 auto;
	}

	.heroSection .benefits {
		gap: 10px;
		max-width: 343px;
		margin: 0 auto;
	}

	.heroSection .heroReviewBox {
		width: 343px;
		margin: 30px auto 0 auto;
	}
}

@media only screen and (max-width:414px) {
	.benefits {
		gap: 7px;
	}

	.benefit-item p {
		font-size: 13px;
	}

	.comparison-table thead .microplastic_t th {
		font-size: 13px;
		line-height: 1.2;
	}

	.special_offer_inner01 h2 {
		font-size: 28px;
		line-height: 36px;
	}

	.special_offer_inner01 .features li {
		font-size: 16px;
		padding-bottom: 10px;
	}

	.feature p {
		font-size: 20px;
		line-height: 26px;
	}
}

@media only screen and (max-width:375px) {
	.heroSection h2 {
		max-width: 343px;
	}

	.features-container {
		max-width: 280px;
	}

	.heroSection .heroSecBtn {
		width: 343px;
	}

	.heroSection .heroReviewBox p {
		max-width: 297px;
	}

	.reviews_part01 .chicken {
		max-width: 315px;
	}
}

@media only screen and (max-width:360px) {}