/*------------reset-----------------*/
* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	scroll-behavior: smooth;
	scroll-margin-top: 60px;
}

body {
	font-family: "Poppins", sans-serif;
	overflow-x: hidden;
}

html {
	font-size: 16px;
}

img {
	display: block;
	max-width: 100%;
	height: auto;
}

.container {
	max-width: 1230px;
	width: 100%;
	margin: 0 auto;
	padding: 0 30px;
}

.container-full {
	padding: 30px 0px 30px 0;
}
/* ------------------- Text ------------------- */
p {
	font-size: 16px;
	line-height: 26px;
}

h1 {
	font-size: 43px;
	line-height: 57px;
	color: #002f28;
}

h3 {
	font-size: 36px;
	line-height: 40px;
	color: #002f28;
}

h4 {
	font-size: 26px;
	line-height: 35px;
	color: #002f28;
}
/* ------------------- Title ------------------- */
.title {
	text-align: center;
}

.title h2 {
	font-size: 42px;
	line-height: 54px;
	color: #002f28;
}

.title p {
	max-width: 615px;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}

.title img {
	margin-bottom: 10px;
}

/*------------banner-----------------*/
.banner {
	background: #ACF4A1;
	padding: 0.5rem;
}

.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 {
	font-size: 17px;
	line-height: 21px;
	font-weight: 700;
	background-color: #ffd431;
	padding: 8px 9px;
	border-radius: 40px;
	border: 1px solid #d7a90f;
	-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: black;
	width: 100%;
	height: auto;
}

.btn img {
	width: 27px;
	height: 27px;
}

.btn:hover {
	background-color: #d7a90f;
}

.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: 11px 13px;
	font-size: 17px;
	line-height: 23px;
	-webkit-box-shadow: -1px 5px 0px 1px #ced2cb;
	box-shadow: -1px 5px 0px 1px #ced2cb;
	letter-spacing: 0.1px;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-animation: pulseCTAButton 1.5s infinite;
	animation: pulseCTAButton 1.5s infinite;
	max-width: 305px;
}

.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: 12px;
	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);
	}
}
/* ------------------- Header ------------------- */
.header-top {
	background-color: #002f28;
	text-align: center;
}

.header-top p {
	color: white;
	line-height: 30px;
	font-weight: 700;
}

header {
	padding: 12px 0;
	-webkit-box-shadow: 0px 3px 8px 0px #bbbbbb;
	box-shadow: 0px 3px 8px 0px #bbbbbb;
	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;
}

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: #002f28;
}

header .logo {
	max-width: 8.4375rem;
	height: auto;
}

.mobile-top {
	display: none;
	background-color: #002f28;
	height: 47px;
	padding: 12px;
}

.mobile-top img {
	height: 100%;
}

#menu-close {
	cursor: pointer;
}

#menu-open {
	display: none;
}
/* ------------------- hero------------------- */
.hero {
	padding: 72px 20px 44px 20px;
	background-color: #fbfbfa;

}

.hero-bg {
	background-image: url(../img/offer-product-image.jpg);
	background-size: cover;
	background-position: right -100px center;
	background-repeat: no-repeat;
	padding: 0;
	padding: 72px 20px 44px 20px;
	background-size: 890px 100%;
}

.hero .hero-left .mobile-img-only {
	display: none;
}

.hero .mobile-slider {
	display: none;
}

.hero-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0px;
}

.hero .list {
	list-style-type: none;
}

.hero .list li {
	font-size: 16px;
	line-height: 32px;
}

.hero .list li::before {
	content: url(../img/point-checkmark.svg);
	margin-right: 13px;
}

.hero .hero-left {
	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;
	width: 100%;
}

.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;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.hero .rating p {
	font-weight: 700;
	font-size: 14px;
}

.hero .rating img {
	width: 99px;
}

.hero .hero-slider-wrapper {
	width: 547px;
	height: 559px;
	position: relative;
	position: relative;
	margin: 0 auto;
}

.hero .hero-slider-wrapper .recommend {
	bottom: 28px;
	right: 26px;
	position: absolute;
	z-index: 10;
}

.hero .hero-slider-wrapper .guarantee {
	top: -21px;
	left: -33px;
	z-index: 10;
	position: absolute;
}

.hero .hero-slider-wrapper:before {
	content: "";
	position: absolute;
	background-color: #d2ecc2;
	border-radius: 35px;
	width: calc(100% - 16px);
	height: calc(100% - 53px);
	top: -12px;
	right: -15px;
	z-index: 0;
}

.hero .hero-slider {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: white;
	border: 1px solid #5b7d45;
	border-radius: 35px;
	overflow: hidden;
}

.hero .hero-slider img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 35px;
	z-index: 1;
	background-color: white;
	opacity: 0;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.hero .hero-slider img.expand {
	-webkit-transform: translateY(-10px);
	transform: translateY(-10px);
	padding: 0px;
}

.hero .hero-buttons {
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 5px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 17px 0;
}

.hero .hero-slider-arrow {
	border: 1px solid #5b7d45;
	border-radius: 40px;
	overflow: hidden;
	font-size: 0;
	display: inline-block;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hero .hero-slider-arrow svg {
	background-color: #5b7d45;
	color: #ffffff;
	height: 38px;
	width: 38px;
}

.hero .hero-slider-arrow:hover {
	border: 1px solid transparent;
}

.hero .hero-slider-arrow:hover svg {
	background-color: #ffffff;
	color: #5b7d45;
}

.hero .hero-slider-btn-img {
	width: 55px;
	height: 55px;
	border-radius: 8px;
	background-color: #ffffff;
	border: 1px solid #5b7d45;
	background-position: center;
	background-size: cover;
	cursor: pointer;
}

.hero .hero-slider-buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	gap: 10px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hero .hero-review {
	display: grid;
	grid-template-columns: 68px auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	gap: 20px;
}

.hero .hero-review .hero-review-text {
	max-width: 404px;
	width: 100%;
}

.hero .hero-review .hero-review-text .stars {
	width: 71px;
	margin-bottom: 5px;
}

.hero .hero-review .hero-review-text p {
	font-size: 14px;
	line-height: 22px;
}

.hero .hero-review .hero-review-text .hero-review-author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 7px;
	font-size: 12px;
	line-height: 22px;
}

.hero .hero-review .hero-review-text .hero-review-author img {
	margin: 0 5px;
}

.hero .hero-review .hero-review-text .hero-review-author span {
	color: #1bba86;
}

.hero .mobile-slider {
	display: none;
}

.s-active {
	z-index: 10 !important;
	opacity: 1 !important;
	-webkit-transform: none !important;
	transform: none !important;
}
.hero-subtitle h4{
	font-size: 24px;
	line-height: 35px;
	color: #002f28;
}
/* ------------ Icons ------------  */
.icons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.icons .icon {
	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;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	gap: 15px;
	text-align: center;
	font-weight: 700;
	max-width: 120px;
	color: #002f28;
	min-width: 50px;
}
.icons .icon img{
	max-width: 80px;
	width: 100%;
	height: auto;
}
.icons .icon p {
	line-height: 20px;
}

/* ------------ 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: 40px auto 12px auto;
	height: 306px;
}

.slider {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 15px;
	-webkit-animation: moveCustomersPhotos 35s linear infinite;
	animation: moveCustomersPhotos 35s linear infinite;
}

.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);
	}
}
/*--------------------grid-2-------------------------*/
#benefits {
	background-color: #fff;
	padding: 1.875rem 0rem;
}
#benefits .text{
	max-width: 615px;
	font-size: 14px;
	line-height: 24px;
	margin: 10px auto 0 auto;
}
.grid-2-container {
	margin: 35px auto;
	max-width: 1135px;
	width: 100%;
}

.grid-2 {
	display: grid;
	grid-template-columns: 1fr 1fr;
	align-items: center;
	gap: 40px;
	margin-bottom: 68px;
	background-color: #ffffff;
	border-radius: 8px;
}

.grid-2-text {
	display: flex;
	flex-direction: column;
	gap: 15px;
	padding: 20px 20px;
}

.grid-2 .grid-2-text h4:first-child {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
	color: #002f28;
}

.grid-2 .grid-2-text h4 {
	font-size: 32px;
	font-weight: 700;
	line-height: 38px;
}
.grid-2 .grid-2-text p strong{
	font-weight: 600;
}
.grid-2 p {
	font-size: 18px;
	font-weight: 400;
	line-height: 28px;
}

.text {
	font-size: 24px;
	line-height: 34px;
	max-width: 1015px;
	margin: 3px auto 0 auto;
	text-align: center;
}

.grid-2 img {
	width: 100%;
	border-radius: 8px;
	border: 1px solid #5b7d45;
}

.grid-2:nth-child(2),
.grid-2:nth-child(4) {
	-webkit-box-orient: vertical;
	-webkit-box-direction: reverse;
	-ms-flex-direction: column-reverse;
	flex-direction: column-reverse;
}
/* ------------ Recommended by ------------ */
.recommended-by {
	display: grid;
	grid-template-columns: 5.5fr 6.5fr;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	max-width: 954px;
	margin: 0 auto;
	border-radius: 20px;
	padding: 30px 35px;
	border: 2px solid #000000;
	gap: 55px;
}

.recommended-by .recommended-by-image {
	width: 100%;
	position: relative;
	border-radius: 8px;
	font-size: 0;
}

.recommended-by .recommended-by-image img {
	width: 100%;
	border-radius: 8px;
}

.recommended-by .recommended-by-image .seal {
	position: absolute;
	bottom: 38px;
	right: -19px;
	width: 115px;
}

.recommended-by .recommended-by-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;
}
/* ------------ Grid 3 ------------ */
.grid-3 {
	display: grid;
	grid-template-columns: 3.8fr 4.4fr 3.8fr;
	gap: 30px;
	margin: 30px auto;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.grid-3 .grid-center {
	position: relative;
	width: 100%;
}

.grid-3 .grid-center .grid-3-center {
	max-width: 300px;
	height: auto;
}

.grid-3 .grid-center .grid-center-img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain;
}

.grid-3 .grid-center .owned {
	position: absolute;
	bottom: 26%;
	right: 10.5%;
	width: 25%;
	max-width: 99px;
	min-width: 81px;
}

.grid-3 .grid-3-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: 44px;
}

.grid-3 .grid-3-col p {
	margin-top: 14px;
}

.grid-3 .grid-3-item img {
	display: inline-block;
	max-width: 70px;
}

.grid-3 .grid-3-item h4 {
	display: inline-block;
	margin-left: 10px;
	font-size: 1.25rem;
	line-height: 1.5rem;
}
/* ------------ Image row ------------ */
.img-row {
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.img-row img {
	width: 100%;
}
/* ------------ 30 day guarantee ------------ */
.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: 18px;
	max-width: 700px;
	margin: 0 auto;
}

.moneyback .moneyback-img {
	width: 150px;
	display: block;
	height: 150px;
}

.moneyback div {
	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;
}

.container-full.bg-green {
	background-color: #d2ecc2;
	padding: 2.75rem 0;
}

.moneyback .btn-box {
	margin: 0;
}
/*-------------reviews----------------*/
.reviews {
	padding: 3rem 1rem;
}

.reviews .btn-box.pc {
	align-items: center;
	margin-top: 1.25rem;
}

.reviews .title {
	font-size: 1.5rem;
	margin-bottom: 2rem;
	font-weight: bold;
	text-align: center;
	color: #1E415F;
}


.reviews-card-item {
	margin: 0 auto;
	margin-top: 2.5rem;
	margin-bottom: 3rem;
}

.reviews-card-item {
	background: #fff;
	border-radius: 0.5rem;
	width: 20rem;
	height: auto;
	overflow: hidden;
	object-fit: cover;

}

.reviews-product {
	width: 20rem;
	height: 20rem;
	object-fit: cover;
}

/* Swiper Reviews 
.Reviews-Swiper .swiper-button-next,
.Reviews-Swiper .swiper-button-prev {
	height: 44px !important;
	width: 44px !important;
}

.Reviews-Swiper .swiper-button-next:after,
.Reviews-Swiper .swiper-button-prev:after {
	font-size: 20px !important;
	background-color: red !important;

	padding: 10px !important;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-pack: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important;
	-webkit-box-align: center !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	border-radius: 50% !important;
	color: #ccc !important;
	width: 44px !important;
}

.Reviews-Swiper .swiper-button-next,
.Reviews-Swiper .swiper-rtl .swiper-button-prev {
	right: var(--swiper-navigation-sides-offset, 30px) !important;
	left: auto !important;
	top: 25% !important;
}

.Reviews-Swiper .swiper-button-prev,
.Reviews-Swiper .swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 30px) !important;
	right: auto !important;
	top: 25% !important;
}
*/
.Reviews-Swiper .swiper-button-next img,
.Reviews-Swiper .swiper-button-prev img {
	width: 45px;
}

.Reviews-Swiper .swiper-button-next,
.Reviews-Swiper .swiper-button-prev {
	position: absolute;
	top: var(--swiper-navigation-top-offset, 35%);
	width: calc(var(--swiper-navigation-size) / 44 * 27);
	height: var(--swiper-navigation-size);
	margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
	width: 56px;
	z-index: 10;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.reviews-card-user {
	padding: 1rem 0rem 0rem 0rem;
	display: flex;
	flex-direction: column;
	gap: 4px;
	align-items: flex-start;
}

.reviews-card-user .reviews-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between !important;
	width: 95%;
}

.reviews-card-user .reviews-top p {
	color: grey;
	font-size: 1rem;
	line-height: 1.625rem;
}

.reviews-card-user-info {
	display: flex;
	flex-direction: row;
	gap: 0.9375rem;
	align-items: center;
}

.verified img {
	display: inline-block;
	width: 1rem;
	height: auto;
	position: relative;
	top: 5px;

}

.reviews-user-name {
	font-size: 0.9rem;
	line-height: 1.375rem;
	font-weight: bold;
	display: inline-block;
}

.verified span {
	font-weight: 300;
	font-size: 0.8rem;
	color: #1bba86;

}

.stars5 {
	display: inline;
	width: 5.5rem;
	height: auto;
}

.reviews-card-item p b {
	font-weight: 600;
}
/*-------------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: 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;
}
.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;
}
/*-------------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;
}
/*------------mediaquery-----------------*/
@media screen and (max-width: 1200px){
	
	.hero-inner {
		gap: 15px;
		
	}
	h1 {
		font-size: 2.6875rem;
		line-height: 3.1875rem;
		text-align: left;
	}
	.hero .hero-slider-wrapper {
		width: 500px;
		height: 528px;
		position: relative;
	}
	.hero-right {
		display: flex;
		flex-direction: column;
		gap: 1.25rem !important;
	}
	
	.hero .hero-slider-btn-img {
		width: 50px;
		height: 50px;
	}
	.hero-bg {
		background-position: right -150px center !important;
		background-size: 666px 100%;
	}
}
@media screen and (max-width: 1100px) {
	.hero-inner {
		gap: 13px;
		grid-template-columns: 1fr 1fr;
	}
	

	.hero .hero-slider-wrapper {
		width: 450px;
		height: 476px;
	}

	.hero-right {
		display: flex;
		flex-direction: column;
		gap: 1.5625rem;
	}
	.hero-subtitle h4{
		font-size: 22px;
		line-height: 30px;
		color: #002f28;
	}
	.hero .list li{
		width: 110%;
	}
	.grid-2 {
		display: flex;
		flex-direction: column;
		max-width: 560px;
		margin: 0 auto;
		gap: 20px;
		margin-bottom: 36px;
		align-items: start;
	}
	
	.grid-2-text {
		display: flex;
		flex-direction: column;
		gap: 15px;
	
	}
	
	.grid-2-text h4 {
		font-size: 22px !important;
		line-height: 26px !important;
	}
	
	.grid-2-text p {
		font-size: 18px;
		line-height: 28px;
		margin-top: 0;
		max-width: 500px;
	}
	
	.text {
		font-size: 18px;
		line-height: 27px;
		margin-top: 10px;
	}
}
@media screen and (max-width: 991px) {
	header {
		padding: 12px 0;
	}

	header .btn {
		display: none;
	}
	.hero {
		padding: 1.875rem 0;
	}
	
	.hero-inner {
		grid-template-columns: 1fr;
	}
	
	.hero .btn-box {
		display: none;
	}
	
	.hero .hero-left {
		gap: 20px;
	}
	
	.hero .mobile-slider {
		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;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-transform: scale(0.95);
		transform: scale(0.95);
		margin-bottom: -30px;
	}
	
	.hero .mobile-slider .hero-slider-wrapper {
		width: 100%;
		max-width: 547px;
		height: 90.8965vw;
		max-height: 559px;
	}
	
	.hero .mobile-slider .hero-slider-wrapper .guarantee {
		width: 25%;
		height: 30%;
		top: -50px;
		left: -33px;
	}
	
	.hero .mobile-slider .hero-slider-wrapper .recommend {
		width: 65px;
		height: 65px;
		bottom: 16px;
		right: 16px;
	}
	
	.hero .mobile-slider .hero-buttons {
		width: 100%;
	}
	
	.hero .mobile-slider .hero-slider-buttons {
		gap: 6px;
		width: 100%;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
	
	.hero .mobile-slider .hero-slider-buttons .hero-slider-btn-img {
		width: unset;
		max-width: 50px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 60px;
	}
	
	.hero .mobile-slider .hero-slider-arrow {
		position: absolute;
		z-index: 11;
	}
	
	.hero .mobile-slider .hero-slider-arrow.hero-slider-arrow-left {
		top: 50%;
		left: -19px;
	}
	
	.hero .mobile-slider .hero-slider-arrow.hero-slider-arrow-right {
		top: 50%;
		right: -19px;
	}
	
	.hero .hero-right {
		display: none;
	}
	
	.hero .rating {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	
	h1 {
		font-size: 46px;
		line-height: 52px;
		text-align: center;
	}
	
	.hero .list {
		margin: 0.625rem auto 0rem auto;
	}
	
	.hero .hero-review {
		margin: 0.625rem auto 0rem auto;
	}
	
	.container-full {
		padding: 30px 0;
	}
	
	.recommended-by {
		grid-template-columns: 1fr;
		justify-items: center;
		gap: 20px;
		padding: 20px;
	}
	
	.recommended-by h4 {
		text-align: center;
	}
	
	.recommended-by .recommended-by-image {
		max-width: 320px;
		margin: 0 auto;
	}
	
	.recommended-by .recommended-by-image .seal {
		top: 115px;
		left: 69px;
		width: 82px;
	}
	.hero-bg {
		background: initial;
	}
	
	.hero .hero-left .mobile-img-only {
		display: block;
	}
	.hero-subtitle{
		text-align: center;
	}
	.grid-3 {
		grid-template-columns: 1fr;
		gap: 20px;
	}
	
	.grid-3 .grid-center {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
	}
	
	.grid-3 .grid-center img {
		max-width: 424px;
		width: 100%;
	}
	
	.grid-3 .grid-3-col:last-child {
		margin-top: 44px;
	}
	
	.grid-3 .grid-center .owned {
		right: 25%;
	}

}
@media (min-width: 769px) {
	.reviews-card-item {

		margin-bottom: 0rem;
	}

	.Reviews-Swiper .swiper-wrapper {
		display: flex;
		flex-wrap: wrap;
		gap: 20px 25px;
		justify-content: center;
	}

	.Reviews-Swiper .swiper-slide {
		flex: 0 1 calc(33.333% - 20px);
		width: auto !important;
		box-sizing: border-box;
	}

	.Reviews-Swiper .swiper-button-prev,
	.Reviews-Swiper .swiper-button-next,
	.Reviews-Swiper .swiper-pagination {
		display: none !important;
	}
}
@media screen and (max-width: 767px) {
	.container {
		padding: 0 25px;
	}

	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;
		cursor: pointer;
		position: relative;
		top: 8px;
	}
	.mobile-order-now {
		display: block;
	}
	
	.hide-mobile {
		display: none;
	}
	
	h1 {
		font-size: 28px;
		line-height: 34px;
	}
	
	.title h2 {
		font-size: 26px;
		line-height: 34px;
	}
	
	h3 {
		font-size: 22px;
		line-height: 28px;
	}
	
	h4 {
		font-size: 22px;
		line-height: 30px;
	}
	.hero-subtitle h4{
		font-size: 20px;
		line-height: 30px;
		color: #002f28;
		
	}
	.hero .list li{
		width: 100%;
	}
	.icons {
		gap: 20px;
	}
	.grid-3 .grid-center .owned {
		right: 10%;
	}
	.img-row {
		grid-template-columns: 1fr;
	}
	.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;
	}
	
	.moneyback .btn-box {
		margin: 0 auto;
	}
	.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;
	}
	
	
	
	.footer nav a:nth-child(3)::after {
		content: none;
	}
	
	.footer-inner p {
		text-align: center;
	}
}
@media screen and (max-width: 426px){
	.banner-inner {
		font-size: 0.9375rem;
	}
	.btn {
		letter-spacing: -0.44px !important;
		font-size: 16px !important;
		padding: 10px !important;
	}
	
	.btn-box .btn-text-row {
		gap: 0;
	}
	
	.btn-box .btn-text-row .btn-text {
		display: block;
	}
	.hero .list li{
		font-size: 14px;
		line-height: 28px;
	}
	.hero .mobile-slider .hero-slider-buttons .hero-slider-btn-img {
		width: unset;
		max-width: 45px;
		max-height: 45px;
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		height: 60px;
	}
	.grid-3 .grid-center .grid-3-center {
		max-width: 200px;
		height: auto;
	}
	.footer nav{
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
	}
	.footer-inner p{
		font-size: 0.8rem;
		line-height: 1.5rem;
		text-align: center;
	}
}
@media screen and (max-width: 376px) {
	.banner-inner {
		font-size: 0.8125rem;
	}
	.hero .list li{
		font-size: 12px;
		line-height: 26px;
	}
	.grid-3 .grid-center .owned {
		right: 2%;
	}
}