/*------------reset-----------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	scroll-margin-top: 60px;
}

body {
	font-family: "Inter", sans-serif;
	overflow-x: hidden;
}

html {
	font-size: 16px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.container-full {
	padding: 50px 0px 45px 0;
}

.title {
	text-align: center;
}

.title img {
	margin: 0 auto;
	height: 30px;
	margin-bottom: 12px;
}

.title h2 {
	font-size: 2.2rem;
	line-height: 1.2;
	color: #000;
	margin-bottom: 39px;
	font-weight: 600;
}

/* ------------------- Button ------------------- */
.btn {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	background-color: #49b24e;
	padding: 8px 9px;
	border-radius: 10px;
	-webkit-transition: background-color 0.24s;
	transition: background-color 0.24s;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 10px;
	position: relative;
	text-decoration: none;
	color: #fff;
	width: 100%;
	height: auto;
}

.btn img {
	width: 19px;
	height: 17px;
}

.btn:hover {
	background-color: #368438;
}

.btn-box {
	margin: 16px 0;
}

.btn-box.btn-centered {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.btn-box.grey-dots .btn-stock-view span {
	background-color: rgba(217, 217, 217, 0.6) !important;
}

.btn-box .btn {
	padding: 15px 50px;
	font-size: 22px;
	line-height: 1.5;
	box-shadow: 0px 4px 26px 0px #0000001F;
	letter-spacing: 0.1px;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-animation: pulseCTAButton 1.5s infinite;
	animation: pulseCTAButton 1.5s infinite;
	max-width: fit-content;
}

.btn-box .btn-text-row {
	font-size: 11px;
	line-height: 16px;
	margin-top: 12px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-weight: 700;
	gap: 5px;
}

.btn-box .btn-text-row .btn-dot {
	height: 7px;
	width: 7px;
	background-color: #95df89;
	border-radius: 50%;
	margin-right: 8px;
	-webkit-box-shadow: 0 0 0 2px #adf4a1;
	box-shadow: 0 0 0 2px #adf4a1;
	-webkit-animation: pulseCtaShip 1.725s forwards infinite ease-out;
	animation: pulseCtaShip 1.725s forwards infinite ease-out;
	opacity: 0.5;
}

@-webkit-keyframes pulseCtaShip {
	45% {
		-webkit-box-shadow: 0 0 0 5px #adf4a1;
		box-shadow: 0 0 0 5px #adf4a1;
		opacity: 1;
	}

	55% {
		opacity: 1;
	}
}

@keyframes pulseCtaShip {
	45% {
		-webkit-box-shadow: 0 0 0 5px #adf4a1;
		box-shadow: 0 0 0 5px #adf4a1;
		opacity: 1;
	}

	55% {
		opacity: 1;
	}
}

.btn-box .btn-text-row .btn-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 3px;
	text-align: start;
}

.btn-box .btn-text-row .btn-stock-view {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 2px;
	margin: 0 2px;
}

.btn-box .btn-text-row .btn-stock-view span {
	background-color: rgba(255, 255, 255, 0.6);
	height: 10px;
	width: 10px;
}

.btn-box .btn-text-row .btn-stock-view span:first-child {
	background-color: #fc2201 !important;
}

.btn-box .btn-text-row .btn-stock {
	font-size: 10px;
	color: #ea4701;
}

@-webkit-keyframes pulseCTAButton {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

@keyframes pulseCTAButton {
	0% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/*------------banner-----------------*/
.banner {
	background: #78350F;
	color: #fff;
	text-transform: uppercase;
	height: 60px;
	display: flex;
	justify-content: center;
}

.banner-inner {
	text-align: center;
	font-size: 1rem;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 20px;
}

.banner .banner-inner .highlight {
	font-weight: 600;
}

.banner .banner-inner .code {
	background: #FACC15;
	padding: 5px 14px;
	font-weight: 600;
	border-radius: 0.25rem;
	text-decoration: none;
	color: #1C1917;
	font-size: 14px;
	text-transform: capitalize;
}

/* ------------------- Header ------------------- */

header {
	padding: 12px 0;
	box-shadow: none;
	position: sticky;
	top: 0;
	background-color: #f9fafb;
	z-index: 1000;
}

header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

header nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 40px;
}

header nav .btn {
	margin-left: 65px;
}

header nav a {
	text-decoration: none;
	color: #000000;
}

header .logo {
	height: 60px;
	padding: 0px 20px;
}

.mobile-top {
	display: none;
	background-color: #000;
	height: 47px;
	padding: 12px;
}

.mobile-top img {
	height: 100%;
}

#menu-open {
	display: none;
}

/*------------hero-----------------*/
.hero {
	background: url("../img/bg-hero-2.png") no-repeat center/ cover;
	height: 750px;
	padding: 54px 0 44px 0;
	color: #fff;
}

.hero {
	display: flex;
	align-items: center;
}

.hero .hero-right {
	max-width: 680px;
	width: 100%;
	padding: 0rem 1.5rem;
}

.hero .rating {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 10px;
	margin-bottom: 10px;
}

.hero .rating p {
	font-size: 14px;
	line-height: 24px;
}

.hero .rating img {
	width: 100px;
	height: auto;
}

h1 {
	font-size: 50px;
	line-height: 1.1;
	font-weight: 600;
	color: rgb(255, 255, 255);
	letter-spacing: 1px;
}

.hero h4 {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: 400;
	color: rgb(255, 255, 255);
}

.hero .btn-box {
	margin-top: 30px;
}

.hero ul {
	list-style: none;
	margin-top: 1.5rem;
	padding: 0px 10px;


}

.hero ul li {
	font-size: 16px;
	line-height: 1.5;
	font-weight: 500;
	background: url("../img/herocheckmark.svg") no-repeat left 0.1rem / 1.5rem auto;
	padding-left: 2rem;
	margin-bottom: 15px;
	text-align: left;
}

.hero .ul-show-mob .li-show-mob {
	color: #fff;
}

.hero .ul-show-mob .li-title {
	font-weight: 700;
}

.hero .ul-show-mob .li-text {
	font-weight: 300;
	line-height: 1.5;
}

.hero ul li span {
	font-weight: 400;
}

.hero .ul-show-mob {
	display: none;
}

.logos {
	padding: 40px 0;
}

.as-show-mob {
	display: none;
}

@media only screen and (max-width: 549px) {
	.as-show-mob {
		display: flex;
		padding: 1rem 0rem;
		margin: 0 auto;
		justify-content: center;
	}

	.as-show-pc {
		display: none;
	}

	.logos {
		padding: 0px;
	}
}

/*-------------Ads seen on----------------*/
.AdsSeenOn,
.AdsSeenOn-slide-mobile {
	background: black;
	color: #fff;
}

.AdsSeenOn-inner,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	padding: 12px 0;
}

.AdsSeenOn-inner {
	overflow: hidden;
}

.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide .AdsSeenOn-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 8px;
	margin-right: 5px;

}

.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item img,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide .AdsSeenOn-item img {
	height: 28px;
	width: 28px;
}

.AdsSeenOn .AdsSeenOn-inner .AdsSeenOn-item p,
.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide .AdsSeenOn-item p {
	font-size: 14px;
	line-height: 18px;
}

.AdsSeenOn .container {
	max-width: 1320px;
}

.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 4.5rem;
	-webkit-animation: moveCustomersPhotos 20s linear infinite;
	animation: moveCustomersPhotos 20s linear infinite;
}

.AdsSeenOn-slide-mobile {
	display: none;
}

.video-section {
	max-width: 767px;
	margin: 40px auto 50px;
	text-align: center;
}

.video-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	
}

/* Swiper wrapper hidden on desktop */
.swiper.video-swiper{
	display: none;
}

.video-card {
	border-radius: 16px;
	overflow: hidden;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	background: #000;
	position: relative;
}

.video-wrapper {
	position: relative;
	width: 100%;
	padding-top: 177%;
	/* 9:16 ratio */
	overflow: visible;
}

.video-wrapper video,
.video-wrapper img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 16px;
}

.video-wrapper img {
	z-index: 2;
	transition: opacity 0.3s ease;
}

.play-btn {
	position: absolute;
	z-index: 3;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	border: none;
	background: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.3s ease;
}

.play-btn::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 14px solid #000;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	margin-left: 4px;
}

.play-btn:hover {
	background: rgba(255, 255, 255, 1);
}

.video-title {
	margin: 10px 0 0;
	font-weight: 600;
	color: #111;
}

.video-wrapper img {
	transition: opacity 0.3s ease;
	pointer-events: auto;
	/* 默认保持可点 */
}

/* 视频控件 hover 强制显示，PC 体验更好 
.video-wrapper video::-webkit-media-controls {
	opacity: 1 !important;
}*/
/* Tablet & Mobile */

@media (max-width: 1024px) {
	.video-grid {
		display: none;
	}

	.swiper.video-swiper {
		display: block;
	}
}

.video-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 30%;
	background: linear-gradient(to top, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
	display: flex;
	justify-content: center;
	align-items: flex-end;
	padding-bottom: 14px;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	z-index: 2;
	transition: opacity 0.3s ease;
}

/* ------------------- ads ------------------- */
.ads {
	background-color: #E4EBF5;
}

.ads .title h3 {
	color: #406c64;
	font-weight: 800;
	font-size: 20px;
	line-height: 1.5;
	margin-bottom: 23px;
}

.ads .ads-inner {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 48px;
	flex-wrap: wrap;
}

.ads .ads-inner img {
	max-height: 2.375rem;
	width: auto;
	opacity: 1;
}

/*------------grid-----------------*/
.grid {
	background: #f9f3e7;
	display: grid;
	grid-template-columns: auto 60%;
}

.grid .grid-img img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center bottom;
	object-position: center bottom;
}

.grid .grid-text {
	padding: 61px 150px 60px 60px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.grid .grid-text .title {
	text-align: left;
}

.grid .grid-text h3 {
	color: #000;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}

.grid .grid-text h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 45px;
	line-height: 1.2;
}

.grid .grid-features-card .grid-features-card-img {
	width: 96px;
	height: 96px;
	border: 2px solid #FFFFFF;
	border-top-left-radius: 32px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 32px;
	border-bottom-left-radius: 8px;
	border-width: 2px;
	background-color: #fff;
}

.grid .grid-features-card {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	gap: 18px;
	margin-bottom: 24px;
	margin-top: 24px;

}

.grid .grid-features-card .grid-features-card-text .grid-features-card-title {
	font-size: 1rem;
	font-weight: 700;
	color: #000;
	margin-bottom: 2px;
}

.grid .grid-features-card .grid-features-card-text p {
	color: #333;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	margin-top: 8px;
}

.grid .btn-box {
	margin-top: 30px;
}

/* ------------ Features ------------ */
.features {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 48px auto;
	gap: 30px;
}

.features .features-col {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px;

}

.features .features-center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.features .features-center .bottle {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	position: relative;
}

.features .features-center .bg {
	width: 110%;
	-o-object-fit: contain;
	object-fit: contain;
	-o-object-position: center;
	object-position: center;
	max-width: 300px;
}

.features .features-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: start;
	gap: 15px;
}

.features .features-item img {
	width: 40px;
	position: relative;
	top: -5px;
}

.features .features-item .features-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}

.features .features-item .features-text h4 {
	font-size: 24px;
	font-weight: 700;
	line-height: 28px;
	margin-bottom: 8px;
}

.features .features-item .features-text p {
	font-size: 18px;
	line-height: 28px;
}

#features h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 35px;
	line-height: 1.2;
}

.features h3 {
	color: #000;
	font-size: 1.25rem;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
}

#features .text {
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}

#features .text p {
	font-size: 18px;
	line-height: 1.5;
	margin-top: 20px;
	font-weight: 400;
	color: #000;
	max-width: 800px;
	margin: 0 auto;
}


/*------------studies----------------*/
.studies {
	background: #f9f3e7;
}

.studies .title h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #000;
	margin-bottom: 35px;
	line-height: 1.2;
}

.studies .text p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 400;
	color: #000;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 20px;
	margin-bottom: 30px;
	text-align: center;
}

.studies-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;

}

.studies-inner img {
	padding-right: 80px;
}

.studies-left {
	display: flex;
	flex-direction: column;
	justify-content: center;
}


.show-mob {
	display: none;
}

.studies-t .studies-title {
	font-weight: 700;
	font-size: 22px;
	line-height: 120%;
	margin-top: 20px;
	color: #1ca200;
}

.studies-t .studies-text {
	font-size: 18px;
	line-height: 1.6;
	margin-top: 10px;
}
/* ------------ Comparison ------------ */
#comparison {
	padding: 2rem 0 2rem 0;
	background-color: #f9f3e7;
}

#comparison h2 {
	color: #000;
}

.CompBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 10rem;
	margin-bottom: 1rem;
	background: transparent;
	border-radius: 15px;
}

.CompBox .compCol1 {

	width: 40%;
	padding: 15px 0;
	position: relative;
	padding-top: 120px;
}

.CompBox .compCol1 ul {
	padding-left: 0;
	width: 100%;
}

.CompBox .compCol1 ul li {
	width: 100%;
	height: 70px;
	text-align: left;
	padding: 10px 0 10px 20px;
	position: relative;
	border-bottom: 1px dashed #222;
	border-top: 1px dashed #222;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

.CompBox .compCol2 ul li p {
	padding-left: 10px;
	font-weight: 600;
	text-align: start;
}

.CompBox .compCol1 ul li:last-child {
	border-bottom: none;
}

.CompBox .compCol1 ul li p {
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.CompBox .compCol2 {
	width: 30%;
	background-color: #262626;
	color: #fff;
	border-radius: 10px;
	margin: -30px 0px 10px 0;
	padding-bottom: 15px;
}

.CompBox .compCol3 {
	color: #000;
}

.CompBox .compCol2 ul {
	list-style: none;
	padding-top: 5px;
	padding-left: 0;
	width: 100%;
}

.CompBox .compCol2 ul li {
	width: 100%;
	height: 70px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-bottom: 1px dashed #222;
	border-top: 1px dashed #222;
	padding: 10px 0 10px 20px;

}

.CompBox .compCol2 ul li:last-child {
	border-bottom: none;
}

.CompBox .compCol2 ul li svg {
	color: #ffffff;
	height: 30px;
	width: 30px;
}

.CompBox .compCol2Top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 145px;
	width: 100%;
}

.CompBox .compCol2Top.compCol3Top {
	height: 151px;
}

.CompBox .compCol2Top.compCol3Top p {
	display: inline-block;
	line-height: 1.375rem;
	letter-spacing: 0.3px;
	padding: 6px 15px;
	border-radius: 50px;
	color: #000;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	padding: 0;
	margin-bottom: 30px;
}

.CompBox .compCol2Top .compCol2Prod {
	margin: auto;
	max-width: 90%;
}


.CompBox .compCol3 {
	background-color: transparent;
}

.CompBox .compCol3 ul {
	padding-top: 0px;
}

.CompBox .compCol3 ul li {
	border-bottom: 1px dashed #2D627C;
}

.CompBox .compCol3 ul li svg {
	color: #adadad;
}

#comparison .btn-box.pc {
	align-items: center;
}

.CompBox .compCol2Prod.product {
	margin-top: -50px;
	width: 120px;
}

.CompBox .compCol2Prod.product.product3 {
	margin-top: -50px;
}

/* ------------ 30 day guarantee ------------ */
#moneyback{
	padding: 2rem 0 2rem 0;
	background: linear-gradient(90deg,#3c3c3c 0,#262626 100%);
	color: #fff;
	border-radius: 20px;
}
.moneyback {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 45px;
	max-width: 800px;
	margin: 0 auto;
	margin-top: 50px;
	color: white;
}

.moneyback h3 {
	font-size: 36px;
	font-weight: 700;
	line-height: 43px;
}

.moneyback p {
	font-size: 18px;
	line-height: 30px;
	padding: 0px 10px;
}

.moneyback .moneyback-img {
	width: 150px;
	display: block;
	height: 150px;
}

.moneyback .moneyback-text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 10px;
}
#comparison .btn-box .btn-text-row {
	color: white;
}

#comparison .btn-box.grey-dots .btn-stock-view span:nth-child(2),
#comparison .btn-box.grey-dots .btn-stock-view span:nth-child(3),
#comparison .btn-box.grey-dots .btn-stock-view span:nth-child(4),
#comparison .btn-box.grey-dots .btn-stock-view span:nth-child(5) {
	background-color: rgba(255, 255, 255, 1) !important;
}
/*------------steps-----------------*/
.steps h4 {
	color: #1a1a1a;
	font-size: 20px;
	line-height: 1.5;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	gap: 10px;
	margin-top: 20px;
	margin-bottom: 10px;
}

.steps h4 span {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 28px;
	height: 28px;
	color: #fff;
	background: #000;
	border-radius: 50%;
	font-size: 18px;
	line-height: 23.4px;
}

.steps .steps-inn {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	align-items: center;
	justify-content: space-between;
	gap: 56px;
	margin: 0 auto;
	margin-top: 40px;
	width: 954px;
}

.steps img {
	border-radius: 20px;
	margin-bottom: 20px;
}

.steps .steps-inn .steps-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	text-align: center;
}

.steps .steps-inn .steps-item:nth-child(1) {
	position: relative;
}

.steps .steps-inn .steps-item:nth-child(1)::before {
	content: "";
	background: url("../img/bird-1.webp");
	position: absolute;
	width: 200px;
	height: 200px;
	left: 50%;
}

.steps .steps-inn .steps-item:nth-child(3) {
	position: relative;
}

.steps .steps-inn .steps-item:nth-child(3)::before {
	content: "";
	background: url("../img/bird-2.webp");
	position: absolute;
	width: 200px;
	height: 200px;
	top: 40%;
	left: 10%;
}

.steps .steps-inn .steps-item .steps-text p {
	margin-top: 10px;
}

/*------------science-----------------*/
.science-hh {
	position: relative;
	overflow: hidden;
}

.science {

	display: flex;
	align-items: end;
	justify-content: center;
	max-width: 1320px;
	margin: 0 auto;
}

.science-hh:before {
	content: "";
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
	width: 220px;
	height: 220px;
	background: url("../img/swooth.svg") no-repeat center center;
	background-size: contain;
	z-index: 0;
}

.science-cont {
	position: relative;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 54px 32px 54px 150px;
	flex: 1;
}

.science-doc {
	position: relative;
	z-index: 1;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}

.science .title {
	text-align: start;
}

.science h2 {
	font-size: 3rem;
	font-weight: 600;
	color: #1c322e;
	margin-bottom: 35px;
	line-height: 1.2;
}

.science .science-text {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.science .science-text .science-text-list {
	padding: 1.5rem 0;
	border-bottom: 1px dashed #DDDDDD;

}

.science .science-text .science-text-list:last-child {
	border-bottom: none;
}

.science .science-text .science-text-list span {
	font-size: 60px;
	font-weight: 700;
	color: #406c64;
	min-width: 80px;
	line-height: 1;
	text-align: right;
	margin-right: 10px;

}


/*------------compa-----------------*/
.compa {
	position: relative;
	overflow: hidden;
	background: #F6FAFF;
}

.compa:before {
	content: "";
	display: block;
	position: absolute;
	top: -18px;
	left: 0;
	width: 220px;
	height: 220px;
	background: url("../img/swooth.svg") no-repeat center center;
	background-size: contain;
	z-index: 0;
}

.compa:after {
	content: "";
	display: block;
	position: absolute;
	bottom: -30px;
	right: 0;
	width: 220px;
	height: 220px;
	background: url("../img/swooth-bottom.svg") no-repeat center center;
	background-size: contain;
	z-index: 0;
}

.compa-inner {
	padding: 60px 0 60px 0;
}

.compa .compa-cards {
	display: flex;
	flex-direction: row;
	align-items: stretch;
	justify-content: center;
	gap: 32px;
	width: 100%;
	max-width: 900px;
	position: relative;
	margin: 0 auto;
}

.compa .compa-cards .compa-card {
	background-color: #fff;
	border: 1px solid #E9E9E9;
	border-radius: 16px;
	padding: 10px 35px 60px 35px;
	position: relative;
	z-index: 3;
}

.compa .compa-cards .compa-card img {
	width: 100%;
	max-width: 480px;
	min-width: 360px;
	margin: 0 auto 18px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.compa .compa-cards .compa-card .compa-card-title {
	font-size: 32px;
	font-weight: 800;
	margin-bottom: 12px;
	text-align: left;
	color: #1c322e;
	letter-spacing: 1px;
}

.compa .compa-cards .compa-card:first-child .compa-card-title span {
	color: #D8363B;
}

.compa .compa-cards .compa-card:last-child .compa-card-title span {
	color: #36C72A;
}

.compa .compa-cards .compa-card .compa-card-text {
	font-size: 18px;
	color: #1c322e;
	font-weight: 350;
	line-height: 1.5;
	text-align: left;
}

.compa .vs {
	position: absolute;
	left: 50%;
	top: 10%;
	transform: translate(-50%, -50%);
	background: #406C64;
	color: #fff;
	font-size: 2rem;
	font-weight: 700;
	border-radius: 50%;
	width: 83px;
	height: 81px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 5;
}

.compa .compa-inner .title h3 {
	color: #406C64;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	text-align: center;
}

.compa .compa-inner .title h2 {
	font-size: 49px;
	font-weight: 700;
	color: #1c322e;
	margin-bottom: 38px;
	line-height: 1.2;
	text-align: center;
}

/*------------comparison-----------------*/
.comparison .comparison-inner {
	display: grid;
	grid-template-columns: 0.8fr 1fr;
	justify-content: center;
	align-items: stretch;
	gap: 48px;
	margin: 48px 0;
}

.comparison .title h3 {
	color: #406C64;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 1.2px;
	margin-bottom: 10px;
	text-align: left;
}

.comparison .title h2 {
	font-size: 49px;
	font-weight: 600;
	color: #1c322e;
	margin-bottom: 38px;
	line-height: 1.2;
	text-align: left;
}

.comparison .comparison-inner .comparison-left img {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
	border-radius: 16px;
}

.comparison .comparison-inner .comparison-right img {
	width: 100%;
	border-radius: 18px;
}

/*------------grid3-----------------*/
.grid-3 {
	background: linear-gradient(90deg, rgba(34, 51, 40, 0.92) 60%, rgba(34, 51, 40, 0.7) 100%), url("../img/grid3-bg.png") center center/cover no-repeat;
	padding: 70px 0 60px 0;
	color: white;
}

.grid-3 .grid-3-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.grid-3 .grid-3-inner .grid3-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
	text-align: center;
	min-width: 200px;
	max-width: 400px;
}

.grid-3 .grid-3-inner .grid3-card .grid3-icon {
	margin-bottom: 19px;
}

.grid-3 .grid-3-inner .grid3-card .grid-3-title {
	font-size: 24px;
	line-height: 1.5;
	font-weight: 800;
	margin-bottom: 14px;
	letter-spacing: 0.01em;
}

.grid-3 .grid-3-inner .grid3-card .grid-3-text {
	font-size: 16px;
	color: #fff;
	font-weight: 350;
	line-height: 1.5;
	max-width: 320px;
}


/*-------------faq----------------*/
.faq {
	background: #fff;
	padding: 3rem 0;
}

.faq .title h2 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}

.faq-accordion-inner {
	max-width: 50rem;
	margin: 1.875rem auto;
}

.faq-accordion {
	border-radius: 0.9375rem;
	box-shadow: 0rem 0.25rem 0.625rem 0 rgba(0, 0, 0, 0.1);
	background-color: #fff;
	margin-bottom: 15px;
	width: 100%;
}

.accordion {
	background-color: #fff;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 1rem;
	letter-spacing: 0.3px;
	line-height: 28px;
	font-weight: 600;
	outline: none;
	padding: 18px;
	text-align: left;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 100%;
	position: relative;
}

.panel {
	background-color: #fff;
	max-height: 0;
	overflow: hidden;
	padding: 0 18px;
	text-align: left;
	-webkit-transition: max-height 0.4s ease-out;
	transition: max-height 0.4s ease-out;
}

.panel p {
	color: #545454;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 0;
}

.accordion:after {
	content: "";
	display: inline-block;
	background: url("../img/left-triangle.svg") no-repeat center/cover;
	width: 0.6rem;
	height: 1.2rem;
	position: absolute;
	left: 95%;
	top: 40%;
}

.active:after {
	background: url("../img/bottom-triangle.svg") no-repeat center/cover;
	width: 1.2rem;
	height: 0.6rem;
}

/* ------------------- Footer ------------------- */
footer {
	padding: 35px 15px;
	color: #abb0ba;
	background-color: #fff;
	word-wrap: break-word;
	border-top: 1px solid #dfdfdf;
}

footer .footer-disclosure p,
footer .footer-disclosure p a {
	margin-top: 1rem;
	margin-bottom: 1rem;
	font-size: 0.8rem;
	line-height: 1.2rem;
	color: #828a99;
}

footer .links a {
	color: rgba(255, 255, 255, 0.8);
	text-decoration: none;
	transition: color 0.3s ease;
	font-size: 0.95rem;
}

footer a:hover,
footer a:visited {
	text-decoration: underline;
}

footer .footer-items .footer-item img {
	max-height: auto; 
	max-width: 100px;
	filter: brightness(0) invert(1) !important;
	margin-bottom: 10px !important;
}

footer .Copyright,
footer .links a {
	color: #4089c3;
	font-weight: 400;
	text-align: center;
}

footer .links {
	display: flex;
	flex-direction: row;
	gap: 20px;
	justify-content: center;
	margin-top: 15px;
	margin-bottom: 15px;
}

footer .footer-disclosure {
	text-align: center;
	max-width: 900px;
	margin: 0 auto;
}

.mobile-order-now {
	display: none;
	background-color: #ffffff;
	-webkit-box-shadow: 0px -3px 8px 0px #bbbbbb;
	box-shadow: 0px -3px 8px 0px #bbbbbb;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	padding: 7px 10px;
	z-index: 1000;
}

.mobile-order-now .btn-box {
	margin: 0;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
}

.hidden {
	display: none !important;
}

.mobile-order-now .btn-box .btn {
	animation: none;
}

/*-------------policy----------------*/

.html.container-all {
	padding: 0.625rem 1.875rem;
}

.html.container-all h3 {
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}

.html.container-all p {
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 1.25rem;
	font-weight: 300;
}

.html.container-all .highlight {
	font-weight: 600;
}

/*------------media queries-----------------*/

@media screen and (min-width: 1200px) {
	.container {
		max-width: 1140px;
	}
}

@media screen and (min-width: 1400px) {
	.container {
		max-width: 1320px;
	}
}

@media screen and (max-width: 1200px) {
	.compa .compa-cards .compa-card img {
		max-width: 400px;
	}

	.compa .compa-inner .title h2 {
		font-size: 35px;
	}

	

	.comparison .title h2 {
		font-size: 35px;
	}


	.studies-inner img {
		padding-right: 30px;
	}

	.studies-inner {
		gap: 20px;
	}



}

@media screen and (max-width: 1024px) {
	.grid .grid-text h2 {
		font-size: 35px;
	}

	#features h2 {
		font-size: 35px;
	}

	.studies .title h2 {
		font-size: 35px;
	}

	.grid .grid-text {
		padding: 60px 80px 60px 60px;
	}

}

@media screen and (max-width: 991px) {
	header {
		padding: 12px 0;
	}

	header .container {
		padding: 0px 20px 0px 5px;
	}

	header .btn {
		display: none;
	}

	header .logo {
		height: 50px;
	}

	.AdsSeenOn-slide-mobile {
		display: block;
	}

	.AdsSeenOn {
		display: none;
	}

	.AdsSeenOn-slide-mobile .container {
		overflow: hidden;
		padding: 0px;
	}

	.AdsSeenOn-slide-mobile .container .AdsSeenOn-inner {
		width: 2200px;
	}

	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 1rem;
		-webkit-animation: moveCustomersPhotos 35s linear infinite;
		animation: moveCustomersPhotos 35s linear infinite;
	}

	@-webkit-keyframes moveCustomersPhotos {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-webkit-transform: translate(-50rem);
			transform: translate(-50rem);
		}
	}

	@keyframes moveCustomersPhotos {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-webkit-transform: translate(-50rem);
			transform: translate(-50rem);
		}
	}

	.AdsSeenOn-inner,
	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .slide {
		padding: 6px 0;
	}

	.steps .steps-inn {
		gap: 30px;
		margin-top: 40px;
		width: 100%;
		grid-template-columns: 1fr;
	}

	.steps .steps-inn .steps-item {
		display: flex;
		flex-direction: column-reverse;
		gap: 20px;
	}

	.steps .steps-inn .steps-item img {
		width: 70%;
		max-width: 275px;
	}

	.steps .steps-inn .steps-item .steps-text {
		width: 70%;
		margin: 0 auto;
	}

}

@media screen and (max-width: 915px) {
	footer {
		padding: 15px 0;
	}

	footer .footer-items {
		display: grid;
		grid-template-columns: 1fr;
		gap: 30px;
	}

	footer .Copyright {
		text-align: start;
	}

	footer .links {
		flex-direction: column;
		align-items: start;
		gap: 5px;
	}

	footer .footer-disclosure {
		text-align: start;
	}

	.footer nav a:nth-child(3)::after {
		content: none;
	}

	.footer-inner p {
		text-align: center;
	}
}

@media screen and (max-width: 900px) {
	.grid {
		grid-template-columns: 1fr;
	}

	.grid .grid-img img {
		height: 500px;
		width: 100%;
		object-position: bottom center;
	}

	.hide-768 {
		display: none;
	}

	.grid .grid-text h2 {
		font-size: 2rem;
		margin-bottom: 18px;
	}

	#features h2 {
		font-size: 2rem;
		margin-bottom: 18px;
		text-align: center;
	}

	.studies .title h2 {
		font-size: 2rem;
		margin-bottom: 18px;
		text-align: center;
	}

	.science h2 {
		font-size: 2rem;
		margin-bottom: 18px;
		text-align: center;
	}

	.grid .grid-text .title {
		text-align: center;
	}

	.grid .grid-text {
		padding: 30px 17px 40px 17px;
	}

	.grid .grid-features-card .grid-features-card-img {
		height: 80px;
		width: 80px;
	}

	.grid .btn-box {
		margin: 0 auto;
		margin-top: 30px;
	}

	.science {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.science .science-text .science-text-list span {
		font-size: 2.5rem;
		min-width: 48px;
	}

	.science-doc img {
		height: 510px;
	}

	.science-cont {
		padding: 120px 17px 24px 17px;
	}

	.science-hh:before {
		width: 120px;
		height: 120px;
	}

	.science-text {
		padding: 0 25px;
	}

	.grid-3 .grid-3-inner .grid3-card {
		min-width: 180px;
		max-width: 100%;
		padding: 0 8px;
	}

	.grid-3 .grid-3-inner {
		justify-content: center;
	}

	.grid3 .container {
		padding: 0 10px;
	}
}

@media screen and (max-width: 768px) {
	.hero .hero-right {
		padding: 0rem;
	}

	.hero {
		background: url("../img/bg-hero-2.png") no-repeat 60% center/ cover;
	}


	.AdsSeenOn-slide-mobile {
		margin-top: -20px;
	}

	.compa .compa-cards {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}

	.compa .compa-cards .compa-card {
		max-width: 450px;
		min-width: 0;
		width: 100%;
	}

	.compa .vs {
		position: absolute;
		left: 50%;
		top: 48%;
	}

	.comparison .comparison-inner {
		grid-template-columns: 1fr;
		gap: 20px;
	}

	.comparison .title h3,
	.comparison .title h2 {
		text-align: center;
	}

	

	.features {
		background: none;
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}

	.features .features-center {
		order: -1;
		margin-bottom: 20px;
	}

	.features .features-center .badge {
		bottom: 60px;
		position: absolute;
		right: -68px;
		width: 95px;
		height: 95px;
	}

	.features .features-col {
		gap: 30px;
	}

	.features .features-col {
		margin: 0 auto;
		max-width: 450px;
	}

	.features .features-col:nth-child(1) {
		margin: 0 auto;
		max-width: 450px;
	}

	.show-pc {
		display: none;
	}

	.studies-inner {
		grid-template-columns: 1fr;
	}

	.studies .title h2,
	.studies .title p {
		text-align: center;
	}

	.studies .title h2 {
		margin-bottom: 15px;
	}

	.studies-inner img {
		padding-right: 0px;
		width: 100%;
	}



	.studies .text p {
		text-align: center;
		margin-top: 0px;
		margin-bottom: 5px;
	}

	.show-mob {
		display: block;
	}
	.moneyback {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		gap: 20px;
	}
	.CompBox .compCol1 ul li p {
		font-size: 14px;
		line-height: 18px;
		font-weight: 700;
	}
	
	.compCol2 ul li p,
	.compCol3 ul li p {
		font-size: 14px;
		line-height: 18px;
		font-weight: 700;
	}
	
	.CompBox .compCol1 ul li {
		padding: 5px 0 2px 10px;
	}
	
	.CompBox .compCol2 ul li {
		padding: 5px 0 2px 10px;
	}
	
	.CompBox .compCol1 ul li img {
		width: 15px;
		height: auto;
	}
	
	.CompBox .compCol2 ul li img {
		width: 15px;
		height: auto;
	}
	
	.CompBox .compCol2Top.compCol3Top p {
		font-size: 14px;
		line-height: 18px;
	}
	
	.CompBox .compCol2Prod.product {
		width: 67px;
	}
	
	.CompBox .compCol2Prod.product {
		margin-top: -50px;
	}
	
	.CompBox .compCol2Prod.product.product3 {
		margin-top: -10px;
	}

}

@media screen and (max-width: 767px) {
	.studies-inner {
		margin-top: 40px;
		margin-bottom: 40px;
	}
	.studies-t .studies-title{
		margin-top: 0px;
	}
	.hero {
		background: url("../img/bg-mobile-3.png") no-repeat center/ cover;
		height: 1000px;
		width: 100%;
		padding: 20px 0px 0px 0px;
	}

	.hero ul {
		position: relative;
		top: 477px;
		max-width: 350px;
	}

	.hero .hero-right {
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		position: relative;
		top: -168px;
	}

	.hero .btn-box {
		visibility: hidden;
		margin-top: 20px;
	}

	.hero .show-pc {
		display: none;
	}

	.hero .ul-show-mob img {
		width: 20px;
		height: 20px;
	}

	.hero .ul-show-mob {
		display: flex;
		flex-direction: row;
		align-items: start;
		gap: 5px;
	}

	.hero .ul-show-mob .li-show-mob {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 5px;
	}

	h1 {
		font-size: 2rem;
		line-height: 2.2rem;
		text-align: center;
		max-width: 350px;
		margin-top: 5px;
		margin-bottom: 5px;
	}

	.hero h4 {
		font-size: 1rem;
		text-align: center;
		margin-top: 15px;
	}

	#features .text p {
		font-size: 1rem;
		text-align: center;
		margin-top: 15px;
	}

	.studies .text p {
		font-size: 1rem;
		text-align: center;
		margin-top: 15px;
	}

	.hero .ul-show-mob .li-show-mob {
		padding-left: 0rem;
		font-size: 1rem;
		font-size: 14px
	}

	header nav {
		position: fixed;
		top: -200px;
		left: 0;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		background-color: white;
		width: 100%;
		gap: 0;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: start;
		-webkit-transition: 0.4s;
		transition: 0.4s;
	}

	header nav a {
		padding: 12px 25px;
		border-bottom: 1px solid #d6d6d6;
		width: 100%;
		font-weight: bold;
		font-size: 16px;
	}

	.mobile-top {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
	}

	#menu-open {
		display: block;
	}

	.mobile-order-now {
		display: block;
	}

	.hide-mobile {
		display: none;
	}

	.AdsSeenOn-slide-mobile {
		margin-top: 0px;
	}

	.title h2 {
		font-size: 1.5rem;
		line-height: 1.2;
		margin-bottom: 18px;
		font-weight: 600;
	}

	.container-full {
		padding: 30px 17px;
	}

	.comparison.container-full {
		padding: 30px 0px;
	}

	.ads .ads-inner {
		gap: 25px;
	}

	.ads .title h3 {
		font-size: 14px;
	}

	.grid .grid-text h3 {
		font-size: 15px;
	}

	#features h3 {
		font-size: 15px;
	}

	.comparison .title h3 {
		font-size: 15px;
	}

	.compa:before {
		width: 120px;
		height: 120px;
	}

	.compa:after {
		width: 120px;
		height: 120px;
	}

	.compa .compa-inner .title h2 {
		font-size: 32px;
	}

	

	.comparison .title h2 {
		font-size: 32px;
	}

	.compa .compa-inner .title h3 {
		font-size: 16px;
	}

	.compa .compa-cards .compa-card .compa-card-title {
		font-size: 1.7rem;
	}

	.compa .compa-cards .compa-card .compa-card-text {
		font-size: 15px;
	}

	.grid-3 .grid-3-inner {
		flex-direction: column;
		align-items: center;
		gap: 30px;
	}

	
	.steps .steps-inn {
		gap: 5px;
		margin-top: 40px;
		width: 100%;
		grid-template-columns: 1fr;
	}
	
	.steps .steps-inn .steps-item img{
		margin-bottom: 10px;
	}
}

@media screen and (max-width: 600px) {


	

	
	.hero .rating p {
		line-height: 1.2;
	}

	.hero .rating {
		flex-direction: column;
		align-items: center;
	}

	.grid .grid-img img {
		height: 400px;
	}

	.features .features-center .bg {
		max-width: 150px;
	}

	.features .features-center .badge {
		bottom: 60px;
		position: absolute;
		right: -68px;
		width: 95px;
		height: 95px;
	}

	.features .features-item .features-text h4 {
		font-size: 20px;
		line-height: 26px;
	}

	.features .features-item .features-text {
		gap: 5px;

	}

	.features .features-item .features-text h4 {
		margin-bottom: 3px;
	}

	.features .features-item .features-text p {
		font-size: 16px;
		line-height: 28px;
	}

	.features .features-item img {
		width: 30px;
	}
	.hero ul{
		top: 400px;
	}
	.hero .hero-right{
		top: -168px;
	}
}

@media screen and (max-width: 500px) {
	.hero .hero-right {
		top: -130px;
	}
	.CompBox .compCol1 ul li {
		padding: 5px 0px 5px 5px;
	}
	
	.CompBox .compCol2 ul li {
		padding: 5px 0px 5px 5px;
	}
	
	.CompBox .compCol1 ul li img {
		width: 15px;
		height: auto;
	}
	
	.CompBox .compCol2 ul li img {
		width: 15px;
		height: auto;
	}
	
	.CompBox .compCol2 ul li p {
		padding-left: 5px;
	}
}

@media screen and (max-width: 450px) {
	.banner-inner {
		font-size: 0.875rem;
		gap: 10px;
		width: 90%;
		line-height: 1.3;
	}

	.banner .banner-inner .code {
		min-width: max-content;
		padding: 10px 14px;
	}

	.container {
		padding: 0rem 0.75rem;
	}

	.btn-box .btn {
		padding: 11px 13px;
		font-size: 17px;
		line-height: 23px;
	}

	.hero {
		height: 930px;
	}

	.compa .compa-cards .compa-card img {
		max-width: 400px;
		min-width: 0px;
	}

	

	.steps .steps-inn .steps-item:nth-child(1)::before {
		top: 30%;
		left: 40%;
	}
	.hero ul{
		top: 368px;
	}
}

@media screen and (max-width: 400px) {
	.hero .hero-right {
		top: -120px;
	}
}

@media screen and (max-width: 350px) {


	h1 {
		font-size: 1.6rem;
		line-height: 1.8rem;
	}



	.btn-box .btn-text-row {
		font-size: 9px;
		line-height: 13px;
	}

	.hero {
		height: 940px;
	}

}