/*------------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;
}

/* ------------------- Title ------------------- */
.title {
	text-align: center;
}

.title h2 {
	font-size: 42px;
	font-weight: 800;
	line-height: 55px;
	text-align: center;
	color: #221C44;
	margin-bottom: 25px;
}

.title h2 span {
	color: #1DC1CE;
}

.title p {
	font-weight: 600;
	font-size: 16px;
	line-height: 25px;
	letter-spacing: 2px;
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 8px;
}

/* ------------------- Container ------------------- */
.container {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.container-full {
	padding: 60px 0;
}

/*------------banner-----------------*/
.banner {
	background: #ACF4A1;
	padding: 12px;
}

.banner-inner {
	text-align: center;
	font-size: 1rem;
	line-height: 1.8rem;
}

.banner .banner-inner .highlight {
	font-weight: 600;
}

.banner .banner-inner .code {
	background: #000000;
	color: #fff;
	padding: 0.3125rem 1rem;
	font-weight: bold;
	border-radius: 0.5rem;
	margin: 0px 0.5rem;
}

/* ------------------- Button ------------------- */
.btn {
	background-color: #fed606 !important;
	border: 1px solid #d9b600;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	color: #000000 !important;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	font-size: 20px;
	padding: 8px 18px;
	text-decoration: none;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-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: 15px;
	-webkit-transition: 0.1s;
	transition: 0.1s;
}

.btn img {
	width: 27px;
	height: 27px;
}

.btn:hover {
	background-color: #d7a90f;
	border-color: transparent;
}

.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 .btn {
	background-color: #fed606 !important;
	border: 1px solid #d9b600;
	border-radius: 8px;
	-webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1490196078);
	color: #000000 !important;
	font-family: "Poppins", sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 32px;
	padding: 12px 43px;
	-webkit-animation: pulse 1.5s infinite ease;
	animation: pulse 1.5s infinite ease;
}

.btn-box .btn:hover {
	background-color: #d7a90f;
	border-color: transparent;
}

.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 {
	font-size: 0;
}

.btn-box .btn-text-row .btn-stock-view span {
	background-color: green;
	display: inline-block;
	height: 10px;
	width: 10px;
	margin-right: 2px;
	margin-top: 8px;

}

.btn-box .btn-text-row .btn-stock-view span:first-child {
	background-color: #fc2201 !important;
}

.btn-box.grey-dots .btn-stock-view span {
	background-color: rgba(217, 217, 217, 0.6) !important;
}

.btn-box .btn-text-row .btn-stock {
	font-size: 12px;
	color: #ea4701;
}

@-webkit-keyframes pulse {
	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 pulse {
	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);
	}
}

@-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);
	}
}

/*------------header-----------------*/
header {
	padding: 12px 0;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	position: sticky;
	top: 0;
	background-color: white;
	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;
	max-width: 1320px;
}

header #menu-btn {
	display: none;
}

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 a {
	text-decoration: none;
	color: #000;
}

header .logo {
	height: 45px;
}

/*------------hero-----------------*/
.hero {
	background-color: #fff;
}

.hero .hero-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	margin: 0 auto;
	width: 100%;
}

.hero .hero-left {
	width: 100%;
	height: 100%;
	position: relative;
}

.hero .hero-right {
	padding: 38px 55px 55px 200px;
	width: 100%;
}
.hero.hero2 .hero-right {
	padding: 38px 55px 55px 50px;
	width: 100%;
}
.hero .hero-left .hero-bg {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: top;
	object-position: top;
}

.hero .hero-left .badges {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	bottom: 5%;
	left: 5%;
	padding: clamp(3.75rem, -7.083rem + 17.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
	width: 200px;
}



.hero .hero-right .hero-left,
.hero .hero-right #logos {
	display: none;
}

.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 ul {
	margin-top: 17px;
	margin-bottom: 16px;
}

.hero ul li {
	font-size: 1rem;
	line-height: 2rem;
	font-weight: 400;
	background: url("../img/check.svg") no-repeat left 6px / 1.3rem auto;
	padding-left: 2rem;
}

.hero ul li {
	margin-bottom: 15px;
	list-style: none;
}

.hero h1 {
	font-size: 50px;
	font-weight: 800;
	line-height: 60px;
	text-align: left;
	color: #221C44;
}

h1 span {
	position: relative;
	z-index: 1;
}

.hero h4 {
	font-size: 20px;
	line-height: 32px;
	margin-top: 15px;
	font-weight: 700;
}

.hero2 .hero-inner .hero-left {
	position: relative;
}

.hero2 .hero-inner .hero-left .badges {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	bottom: 78px;
	left: 75%;
	padding: clamp(3.75rem, -7.083rem + 17.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
	width: 200px;
}

.hero .btn-box {
	margin-top: 30px;
}

.show-pc {
	display: block;
}

/* -------------------AsSEENON ------------------- */
.AsSeenOn {
	border-bottom: 1px solid #EBEBEB;
	background: #F5F5F5;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}

.AsSeenOn-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 15px;
}

.AsSeenOn-inner p {
	font-weight: 600;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: 1.8px;
	color: #221C44;
	text-transform: uppercase;
}

.AsSeenOn-img {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
	width: 100%;
	gap: 30px;
	row-gap: 20px;
}

.AsSeenOn-img img {
	height: 40px;
}

/* -------------------overview ------------------- */
.overview-inner {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr 1fr;
	gap: 20px;
	justify-content: space-around;
	width: 100%;
}

.overview-text .title {
	font-weight: 600;
	font-size: 22px;
	line-height: 120%;
	margin-top: 20px;
	text-align: start;
	min-height: 30px;
}

.overview-text .text {
	font-size: 16px;
	line-height: 1.5;
	margin-top: 10px;
	font-weight: 400;
}

/* -------------------grid2------------------- */
.grid2 {
	background-image: url("../img/highlight-bg.png");
	background-size: cover;
	background-position: center;
}

.grid2-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 15px;
}

.grid-2-item {
	background-color: #fff;
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	gap: 10px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
		0 8px 16px rgba(0, 0, 0, 0.15);
	padding: 0px 0px 20px 0px;
}

.grid-2-item p {
	padding: 0px 15px;
	color: #221C44;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
}

.grid-2-item .grid2-title {
	font-size: 22px;
	line-height: 1.5;
	font-weight: 600;
}

/* ------------ Slider ------------ */
.w-1440 {
	max-width: 1440px;
	width: 100%;
	padding: 0 !important;
}

.w-1440 .title {
	padding: 0 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.slider-container {
	overflow: hidden;
	margin: 20px auto 12px auto;
	height: 450px;
}

.slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-animation: moveCustomersPhotos 35s linear infinite;
	animation: moveCustomersPhotos 35s linear infinite;
}

.slider-container .slider img {
	height: 400px;
}

.slider img {
	border-radius: 8px;
}

@-webkit-keyframes moveCustomersPhotos {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-1638px);
		transform: translate(-1638px);
	}
}

@keyframes moveCustomersPhotos {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
	}

	100% {
		-webkit-transform: translate(-1638px);
		transform: translate(-1638px);
	}
}

/* ------------ 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: 400px;
}

.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 {
	-webkit-filter: brightness(0) saturate(100%) invert(63%) sepia(82%) saturate(1229%) hue-rotate(145deg) brightness(89%) contrast(89%);
	filter: brightness(0) saturate(100%) invert(63%) sepia(82%) saturate(1229%) hue-rotate(145deg) brightness(89%) contrast(89%);
	width: 30px;
}

.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;
}

/* -------------------quote------------------- */
.quote {
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
		0 8px 16px rgba(0, 0, 0, 0.15);
	display: grid;
	grid-template-columns: 45% 55%;
	border-radius: 20px;
	overflow: hidden;
	max-height: 700px;
}

.quote-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;

}

.quote-top {
	display: flex;
	flex-direction: column;
	gap: 15px;
	align-items: start;
	padding: 25px 25px 40px 25px;
}

.quote-big {
	font-family: Poppins;
	font-weight: 700;
	font-size: 30px;
	line-height: 40px;
}

.quote-text hr {
	border: 1.5px solid #34DDEA;
	background-color: #34DDEA;
	width: 100%;
}

.quote-text .name {
	color: #221C44;
	padding: 0;
	font-weight: 600;
	font-size: 22px;
	line-height: 33px;
}

.quote-text .purple-text {
	background: #2F2F66;
	color: #fff;
	padding: 25px;
	height: 100%;
}

.quote-text .purple-text p {
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
}

/* -------------------compet ------------------- */
.compet {
	display: grid;
	grid-template-columns: 1.5fr 1fr;
	background-color: #F5F5F5;
	border-radius: 20px;
	overflow: hidden;
}

.compet-text {
	padding: 50px;
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.compet-text .title h2 {
	text-align: start;
}

.compet-t {
	color: #221C44;
	font-weight: 400;
	font-size: 18px;
	line-height: 29px;
}

.d50 {
	border-radius: 50px;
	border: 3px solid #1DC1CE;
	width: 80%;
	margin-bottom: 10px;
	width: 100%;
}

.d50 p {
	font-weight: 500;
	font-size: 21px;
	text-align: center;
	padding: 25px;
	color: #221C44;
}

.compet-img img {
	height: 100%;
	width: auto;
	object-fit: cover;

}

.hide-pc {
	display: none;
}

/* ------------ Comparison ------------ */
.container-full .title h2 {
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}

.container-full .title p {
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-bottom: 0.325rem;
}

.s4CompBox {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 120px;
	background: #ffffff;
	border-radius: 15px;
	border: 1px solid #000;
}

.s4CompBox .compCol1 {

	width: 57%;
	padding: 15px 0;
	position: relative;
	padding-top: 120px;
}

.s4CompBox .compCol1 ul {
	padding-left: 0;
	width: 100%;
}

.s4CompBox .compCol1 ul li {
	width: 100%;
	height: 70px;
	text-align: left;
	padding: 10px 0 10px 20px;
	position: relative;
	border-bottom: 1px solid #c2c2c2;
	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;
}

.s4CompBox .compCol1 ul li:last-child {
	border-bottom: none;
}

.s4CompBox .compCol1 ul li p {
	width: 100%;
	font-size: 18px;
	line-height: 26px;
	color: #000;
	font-weight: 600;
	letter-spacing: 0.5px;
	margin-bottom: 0;
}

.s4CompBox .compCol2 {
	width: 21.5%;
	background: #2F2F66;
	border-radius: 10px;
	margin: -30px 0px -44px 0;
	padding-bottom: 15px;
}

.s4CompBox .compCol2 ul {
	list-style: none;
	padding-top: 5px;
	padding-left: 0;
	width: 100%;
}

.s4CompBox .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;
}

.s4CompBox .compCol2 ul li:last-child {
	border-bottom: none;
}

.s4CompBox .compCol2 ul li svg {
	color: #ffffff;
	height: 30px;
	width: 30px;
}

.s4CompBox .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%;
}

.s4CompBox .compCol2Top.compCol3Top {
	height: 115px;
	margin-top: 35px;
	-webkit-transform: translateY(-13px);
	transform: translateY(-13px);
}

.s4CompBox .compCol2Top.compCol3Top p {
	display: inline-block;
	line-height: 22px;
	letter-spacing: 0.3px;
	padding: 6px 15px;
	border-radius: 50px;
	color: #161616;
	font-size: 16px;
	font-weight: 700;
	text-align: center;
	padding: 0;
}

.s4CompBox .compCol2Top .compCol2Prod {
	margin: auto;
	max-width: 90%;
}

.s4CompBox .compCol2Prod.product {
	margin-top: -80px;
}

.s4CompBox .compCol3 {
	background-color: transparent;
}

.s4CompBox .compCol3 ul {
	padding-top: 0px;
}

.s4CompBox .compCol3 ul li {
	border-bottom: 1px solid #c2c2c2;
}

.s4CompBox .compCol3 ul li svg {
	color: #adadad;
}

/*-------------moneyback----------------*/
.moneyback {
	background: #221C44;
	border-radius: 1.25rem;
	max-width: 1180px;
	margin: 0 auto;
}

.moneyback-img {
	width: 10rem;
	height: auto;
}

.moneyback .moneyback-inner {
	display: flex;
	flex-direction: row;
	gap: 1.25rem;
	justify-content: center;
	max-width: 37.5rem;
	margin: 0 auto;
	padding: 40px 20px;

}

.moneyback .moneyback-inner .moneyback-text {
	color: #fff;
	font-weight: 500;
	font-size: 1rem;
}

.moneyback .moneyback-inner .moneyback-text span {
	color: #34DDEA;
	font-weight: 700;
}

.moneyback .moneyback-inner .moneyback-text .title {
	font-size: 1.5625rem;
	line-height: 1.5rem;
	font-weight: 700;
	color: #fff;
	margin-bottom: 1rem;
	text-align: start;
}

/*-------------faq----------------*/
.a42534s {
	background: #fff;
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
}

.faq-title h2 {
	font-weight: 800;
	font-size: 42px;
	line-height: 55px;
	margin-bottom: 25px;
	text-align: start;
	margin-bottom: 20px;
}

.faq .title p {
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0.325rem;
}

.vfwdewqqww23 {
	max-width: 50rem;
	margin: 1.875rem auto;
}

.der1313 {
	border-radius: 0.9375rem;
	border-top: 1px solid #e3e3e3;
	border-bottom: 1px solid #e3e3e3;
	background-color: #fff;
	width: 100%;
}
.a32432frsdfcds {
	background-color: #fff;
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 1.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;
}

.p324dwer {
	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;
}

.p324dwer p {
	color: #545454;
	font-size: 16px;
	line-height: 30px;
	padding-bottom: 20px;
	padding-top: 0;
}

.a32432frsdfcds:after {
	content: "";
	display: inline-block;
	background: url("../img/drop-down-43.png") no-repeat center/cover;
	width: 0.8rem;
	height: 1.2rem;
	position: absolute;
	left: 95%;
	top: 40%;
}

.active:after {
	background: url("../img/up-down-43.png") no-repeat center/cover;
	width: 0.8rem;
	height: 1.2rem;
}

.faq .container {
	padding: 1rem 1rem;
}
/* ------------ Reviews ------------ */
hr {
  margin: 16px 0;
  color: inherit;
  background-color: rgb(33, 37, 41);
  border: 0;
  opacity: 0.25;
  height: 1px;
  width: 100%;
}

.review {
  display: grid;
  grid-template-columns: 3.5fr 8.5fr;
  padding: 24px 0;
}
.review .review-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 12px;
  padding-right: 24px;
  border-right: 1px solid #c0c0c0;
}
.review .review-info .review-info-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}
.review .review-info .review-info-top .review-img {
  width: 44px;
}
.review .review-info .review-info-top .review-info-top-text b {
  font-size: 18px;
  line-height: 32px;
}
.review .review-info .review-info-top .review-info-top-text .verified {
  font-size: 16px;
  line-height: 33px;
  color: #93c945;
  margin-bottom: 0px;
}
.review .review-info .review-info-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
  padding-top: 10px;
  margin-bottom: 10px;
}
.review .review-info .review-info-bottom img {
  width: 44px;
  height: 57px;
}
.review .review-info .review-info-bottom p {
  font-size: 14px;
  line-height: 22px;
}
.review .review-text {
  padding-left: 24px;
  padding-right: 12px;
}
.review .review-text img {
  width: 96px;
}
.review .review-text p {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 12px;
}
.review.last-review {
  margin-bottom: 24px;
}
.verified img{
	display: inline-block;
}
/*-------------faq----------------*/
.faq {
	background: #fff;
}
.faq .title h2{
	font-size: 2rem;
	margin-bottom: 2.5rem;
	font-weight: bold;
	text-align: center;
	color: #1A2A4F;
}
.faq .title p{
	font-weight: 600;
	font-size: 1rem;
	text-align: center;
	margin-top: 1rem;
	margin-bottom: 0.325rem;
}

.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: 1.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;
}
.faq .container{
	padding: 1rem 1rem;
}
/*-------------footer----------------*/

.mobile-order-now .btn-box {
  margin: 0 auto;
}
.mobile-order-now .btn-box a {
  margin: 0;
}
.footer {
	padding: 2.5rem 0;
	border-top: 1px solid #babdbc;
}

.footer-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	
}

.footer nav a {
	display: inline;
	text-decoration: none;
	color: #000;
	text-align: center;
}

.footer img {
	width: 15rem;
	height: auto;
	margin: 0 auto 1rem;
}

.footer nav a:hover {
	color: #1F88DB;
	text-decoration: underline;
}
.footer nav{
	font-size: 1rem;
	line-height: 2.125rem;
	text-align: center;
}
.footer-inner p{
	font-size: 1rem;
	line-height: 2.125rem;
	text-align: center;
}
.footer nav a::after {
		content: "|";
		margin: 0 0.3125rem;
}
/*-------------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 (max-width: 1500px) {
	.hero .hero-right {
		padding: 38px 55px 30px 100px;
		width: 100%;
	}
	.hero.hero2 .hero-right{
		padding: 38px 55px 30px 50px;
		width: 100%;
	}
}

@media screen and (max-width: 1400px) {
	.hero .hero-right {
		padding: 38px 55px 55px 60px;
		width: 100%;
	}
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 1024px) {
	.hero .hero-inner {
		grid-template-columns: 1fr;
	}

	.hero .hero-inner .hero-left {
		display: none;
	}

	.hero .hero-inner .hero-right {
		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;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		max-width: 100%;
		padding: 20px;
		overflow: hidden;
		padding-bottom: 40px;
	}

	.hero .hero-inner .hero-right h1 {
		text-align: center;
	}

	.hero .hero-inner .hero-right h4 {
		text-align: center;
		max-width: 384px;
	}


	.hero .hero-inner .hero-right .hero-left {
		display: block;
		height: auto;
		aspect-ratio: 673/522;
		margin: 0 -20px;
		margin-top: 10px;
		width: 100vw;
	}

	.hero .hero-inner .hero-right .hero-left .badges {
		position: absolute;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		bottom: 5%;
		left: 5%;
		padding: clamp(3.75rem, -7.083rem + 17.333vw, 7rem) clamp(2.063rem, -4.813rem + 11vw, 4.125rem) 0 0;
		width: 180px;
	}

	.hero .rating {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		gap: 10px;
	}

	.hero ul li {
		font-size: 1.125rem;
		line-height: 2rem;
		font-weight: 400;
		background: url("../img/check.svg") no-repeat left 6px / 1.3rem auto;
		padding-left: 2rem;
	}

	.hero .btn-box {
		margin-top: 10px;
	}

	.title h2 {
		font-size: 28px;
		line-height: 38px;
	}
	.faq-title h2{
		font-size: 28px;
		line-height: 38px;
	}

	.overview-text {
		margin: 0 auto;
		padding: 0 30px;
	}

	.quote {
		box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1),
			0 8px 16px rgba(0, 0, 0, 0.15);
		display: grid;
		grid-template-columns: 45% 55%;
		border-radius: 20px;
		overflow: hidden;
		max-height: 900px;
	}

	.quote-big {
		font-family: Poppins;
		font-weight: 700;
		font-size: 25px;
		line-height: 35px;
	}

	.compet-img img {
		display: none;
	}

	.compet {
		display: grid;
		grid-template-columns: 1fr;
		background-color: #F5F5F5;
		border-radius: 20px;
		overflow: hidden;
	}

	#comparison {
		padding-top: 40px !important;
	}

	.s4CompBox {}

	.container-full .container {
		padding: 1.5rem 1rem;
	}

	.s4CompBox .compCol2Prod.product {
		margin-top: -65px;
	}

	.moneyback .moneyback-inner {
		flex-direction: column;
		gap: 1.25rem;
		align-items: center;
		justify-content: center;
		text-align: center;
		max-width: 37.5rem;
		margin: 0 auto;
		padding: 1rem 1rem;
	}

	.moneyback .moneyback-inner .moneyback-text .title {

		text-align: center;
	}

	.moneyback-img {
		width: 6rem;
	}

}

@media screen and (max-width: 991px) {
	header {
		padding: 23px 0;
	}

	header .btn {
		display: none;
	}

	header nav {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		position: absolute;
		width: 100%;
		background-color: white;
		top: 100%;
		left: 0;
		height: 0;
		overflow: hidden;
		-webkit-transition: 0.3s;
		transition: 0.3s;
		gap: 0;
	}

	header nav a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 100%;
		min-height: 44px;
		padding-left: 18px;
		border: 1px solid #d6d6d6 !important;
	}

	header nav.open {
		height: 132px;
	}

	header #menu-btn {
		display: block;
		width: 60px;
		padding: 4px 12px;
		border-radius: 4px;
	}

	.container-full {
		padding: 30px 0;
	}
}

@media screen and (max-width: 915px) {
	header {
		padding: 15px 0;
	}


}

@media screen and (max-width: 768px) {
	.banner {
		padding: 8px;
	}

	.container {
		padding: 0 20px;
	}

	header .logo {
		height: 35px;
	}

	header #menu-btn {
		display: block;
		width: 50px;
		padding: 4px 12px;
		border-radius: 4px;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 150px;
	}

	.hero .hero-inner .hero-right h1 {
		font-size: 30px;
		line-height: 38px;
		font-weight: bold;
	}

	.AsSeenOn-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 20px;
	}

	.title h2 {
		font-size: 26px;
		line-height: 34px;
	}

	.overview-inner {
		grid-template-columns: 1fr;
		gap: 20px;
		width: 100%;
	}

	.overview-item img {
		margin: 0 auto;
	}

	.overview-text {
		margin: 0 auto;
		padding: 0 10px;
	}

	.grid2-inner {
		grid-template-columns: 1fr;
		gap: 30px;
	}

	.grid2 {
		background-image: initial;
	}

	.features {
		background: none;
		grid-template-columns: 1fr;
		gap: 20px;
		margin-bottom: 40px;
	}

	.features .features-center {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		margin-bottom: 53px;
	}

	.features .features-center .badge {
		bottom: 60px;
		position: absolute;
		right: -68px;
		width: 95px;
		height: 95px;
	}

	.features .features-col {
		gap: 20px;
	}

	.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;
	}

	.quote {
		display: grid;
		grid-template-columns: 1fr;
		border-radius: 20px;
		overflow: hidden;
		max-height: fit-content;
	}

	.quote-img img {
		width: 100%;
		max-height: 550px;
		object-fit: cover;

	}

	.quote-big {
		font-family: Poppins;
		font-weight: 700;
		font-size: 20px;
		line-height: 28px;
	}

	.quote-top img:first-child {
		width: 50px;
	}

	.compet-text p {
		font-size: 14px;
		line-height: 1.5;
	}

	.compet-text {
		padding: 10px;
	}

	.hide-pc {
		display: block;
		max-height: 400px;
		object-fit: cover;
		width: 100%;
	}
	.a42534s {
		background: #fff;
		display: grid;
		grid-template-columns: 1fr;
		align-items: center;
	}
	.a42534s .btn-box{
		
	}
	.review {
	  grid-template-columns: 1fr;
	  padding: 16px 0;
	}
	.review .review-info {
	  display: grid;
	  grid-template-columns: 1fr 1fr;
	  padding: 0;
	  border: none;
	  margin-bottom: 16px;
	  gap: 10px;
	}
	.review .review-info hr {
	  display: none;
	}
	.review .review-info .review-info-top {
	  gap: 10px;
	}
	.review .review-info .review-info-top .review-info-top-text b {
	  font-size: 16px;
	  line-height: 30px;
	}
	.review .review-info .review-info-top .review-info-top-text .verified {
	  font-size: 13px;
	  line-height: 15px;
	}
	.review .review-info .review-info-bottom {
	  padding: 0;
	  margin: 0;
	  gap: 10px;
	}
	.review .review-info .review-info-bottom p {
	  font-size: 13px;
	  line-height: 18px;
	}
	.review .review-text {
	  padding: 0;
	}
	.review .review-text p {
	  font-size: 16px;
	  line-height: 30px;
	  margin-bottom: 8px;
	}
	.review .review-text b {
	  font-weight: 600;
	}
	.review.last-review {
	  margin-bottom: 24px;
	}
	.footer-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		justify-content: center;
		gap: 0.5rem;
	}
	
	.footer-inner img {
		margin: auto;
	}
	
	.footer nav a {
		display: inline;
		text-align: center;
	}
	.mobile-btn {
	  display: -webkit-box;
	  display: -ms-flexbox;
	  display: flex;
	  background-color: rgba(255, 255, 255, 1);
	  position: fixed;
	  bottom: 0;
	  -webkit-box-pack: center;
	      -ms-flex-pack: center;
	          justify-content: center;
	  left: 0;
	  width: 100%;
	  padding: 15px 20px;
	  z-index: 10;
	}


}

@media screen and (max-width: 600px) {


	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 120px;
	}



	.hero .hero-inner .hero-right h1 {
		font-size: 28px;
		line-height: 36px;
		font-weight: bold;
	}

	.AsSeenOn-img img {
		height: 30px;
	}

	.features .features-center .bg {
		max-width: 280px;
	}

	.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;
	}

	.s4CompBox .compCol2Prod.product {
		margin-top: 10px;
	}
}

@media screen and (max-width: 450px) {
	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 100px;
	}

}

@media screen and (max-width: 400px) {
	.banner-inner {
		font-size: 0.9375rem;
	}

	.hero .hero-inner .hero-right .hero-left .badges img {
		width: 70px;
	}
}

@media screen and (max-width: 350px) {
	.banner-inner {
		font-size: 0.8125rem;
	}

	.container {
		padding: 0 10px;
	}

	header #menu-btn {
		width: 45px;
	}

	header .logo {
		height: 28px;
	}
}