/*------------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----------------*/
.container {
	max-width: 1180px;
	margin: 0 auto;
	width: 100%;
	padding: 0 0.9375rem;
}

/*-------------header----------------*/
header {
	position: sticky;
	top: -70px;
	transition: all 0.3s ease;
	z-index: 1000;
	height: 70px;
	width: 100%;
	background-color: #fff;
	box-shadow: 0rem 0.1875rem 0.25rem 0rem rgba(0, 0, 0, 0.1);
}

header.sticky {
	position: sticky;
	top: 0;
	transition: 0.5s;
}

header .header-inner {
	max-width: 1180px;
	padding: 1rem 1rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

header .header-inner .logo {
	max-height: 3.4375rem;
	max-width: 13rem;
}

header .header-inner nav {
	display: flex;
	flex-direction: row;
	gap: 2rem;
	align-items: center;
}

header .header-inner nav a {
	text-decoration: none;
	outline: none;
	color: #000;
	font-size: 1rem;
	line-height: 1rem;
	font-weight: 500;
	letter-spacing: 0.3px;
}

/*-------------btn----------------*/
header .header-inner .headerbtn {
	background-color: #0d990c;
	color: #ffffff;
	font-size: 1rem;
	text-align: center;
	letter-spacing: 0.5px;
	line-height: 2.5rem;
	font-weight: 700;
	border-radius: 1.875rem;
	text-decoration: none;
	text-transform: uppercase;
	width: 9.375rem;
	height: 2.5rem;
}

header .header-inner .headerbtn:hover {
	box-shadow: 0.0625rem 0.0625rem 0.25rem rgba(0, 0, 0, 0.25);

}

header .header-inner .headerbtn:active {
	border: 0.0625rem solid #1dd068;
	background-color: #fff;
	color: #1dd068;
}

.packageBtn {
	background: #0d990c;
	border-radius: 40px;
	color: #fff;
	font-size: 1.5rem;
	font-weight: 700;
	height: 3.75rem;
	letter-spacing: 0.5px;
	line-height: 3rem;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	text-shadow: 0.0625rem 0.0625rem #419740;
	width: 100%;
	text-decoration: none;
	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;
	max-width: 500px;
	margin-top: 0.625rem;
	;
}

.packageBtn img {
	margin-left: 15px;
	position: relative;
	top: 0.125rem;
}

.packageBtn:hover {
	text-decoration: underline;
}

.btn-box {
	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;
	max-width: 500px;
	width: 100%;
}

.btn-box .btn-box-top {
	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;
	justify-items: start;
	margin-bottom: 0.3rem;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.btn-box .btn-box-top p {
	display: inline-block;
	font-size: 0.875rem;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 1.0625rem;
	padding: 0 0.5rem;
}

.btn-box .btn-box-top p {
	margin-top: 0.5rem;
}

.btn-box .btn-box-top .hourglass::before {
	content: "";
	display: inline-block;
	width: 0.8rem;
	height: 0.8rem;
	margin-right: 0.0625rem;
	background: url("../img/hourglass.png") no-repeat center center / contain;
	animation: rotate 2.5s ease-in-out infinite forwards;
}

.btn-box .btn-box-top .sale::before {
	-webkit-animation: fade 1.3s ease-in-out infinite;
	animation: fade 1.3s ease-in-out infinite;
	background: #00ad21;
	border: 3px solid #b1e9c1;
	border-radius: 50%;
	content: "";
	display: inline-block;
	height: 6px;
	margin: -2px 5px 0 0;
	vertical-align: middle;
	width: 6px;
}

.btn-box .btn-rev {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 0.875rem;
	margin-top: 0.6rem;
	position: relative;
	color: #000;
	font-weight: 500;

}


.btn-box .packageBtn {
	margin-top: 0.2rem;
	margin-bottom: 0.2rem;
}

.packageBtn.pulse {
	animation-name: pulse;
	-webkit-animation-name: pulse;
	animation-duration: 1.7s;
	-webkit-animation-duration: 1.7s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@-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);
	}
}

/* ------------------ Animations ------------------ */
@-webkit-keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@keyframes rotate {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}

	50% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}

	100% {
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}

@-webkit-keyframes fade {
	0% {
		opacity: 100%;
	}

	50% {
		opacity: 0%;
	}

	70% {
		opacity: 100%;
	}

	100% {
		opacity: 100%;
	}
}

@keyframes fade {
	0% {
		opacity: 100%;
	}

	50% {
		opacity: 0%;
	}

	70% {
		opacity: 100%;
	}

	100% {
		opacity: 100%;
	}
}

.btn-stock span {
	background-color: #fff;
	border: 1.5px solid #dddddd;
	display: inline-block;
	height: 10px;
	width: 10px;
	transition: 0.5s;
}

.btn-stock {
	position: relative;
	top: 0.234rem;
}

.btn-stock span:first-child {
	background-color: #ff0000;
	animation: fade 1.2s ease-in-out infinite;
}

/*-------------hero----------------*/
.hero {
	background-color: #f5fafd;
	background-image: url(../img/hero-before-bg.png);
	background-repeat: no-repeat;
	background-position: right -56px top -40px;
	background-size: 884px 647px;
	width: 100%;
	padding: 3.75rem 0 3.4375rem;

}

.hero .hero-inner {
	position: relative;
}

.hero .hero-inner:before {
	content: "";
	position: absolute;
	width: 4rem;
	height: 4rem;
	background: url("../img/paw-img.png") no-repeat;
	top: 18rem;
	left: -6rem;
	transform: rotate(-35deg);
}

.hero .hero-inner:after {
	content: "";
	position: absolute;
	width: 4rem;
	height: 4rem;
	background: url("../img/paw-img.png") no-repeat;
	top: 26rem;
	left: 30rem;
	transform: rotate(24deg);
}

.hero .hero-inner .hero-left .rating {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: start;
	gap: 0.3125rem;
	font-size: 1rem;
	line-height: 1rem;
	color: #000;
	font-weight: bold;
}

.hero .hero-inner .hero-left .rating .rating-icon {
	width: 1.25rem;
	height: auto;
}

.hero .hero-inner .hero-left .rating .rating-img {
	width: 5.75rem;
	height: auto;
}

h1 {
	font-size: 3.125rem;
	line-height: 3.8rem;
	color: #000;
	font-weight: 700;
}

h1 span {
	color: #0098dc;
}

.show-mob {
	display: none;
}

.hero-inner {
	display: grid;
	grid-template-columns: 1.1fr 1fr;
}

.hero-left {
	display: flex;
	flex-direction: column;
	gap: 1.25rem;
}

.hero .hero-inner .hero-left ul {
	width: 100%;
	max-width: 28rem;
	list-style-type: none;
}

.hero .hero-inner .hero-left ul li {
	background: url(../img/checkmark.svg) no-repeat left 0.1875rem;
	border-bottom: 1px solid #aaaaaa;
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000;
	font-weight: 600;
	text-align: start;
	padding: 0 0 0.75rem 2.25rem;
	margin-top: 0.5rem;
}

.hero .hero-inner .hero-left ul li span {
	font-weight: 300;
}

.hero .hero-inner .hero-left ul li:last-child {
	border-bottom: initial;
}

/*-------------hero-right----------------*/
.hero {
	overflow: hidden;
}

.hero-right {
	position: relative;
	overflow: visible;
}

.hero-right .hero-img {
	position: absolute;
	top: 10%;
	left: -10%;
	z-index: 5;
}

.hero-right .hero-img-2 {
	position: absolute;
	transform: scale(1.2);
	bottom: 0%;
	right: -15%;
	z-index: 4;
}

.hero-right .hero-block {
	position: absolute;
	background: #074e9b;
	max-width: 350px;
	overflow: hidden;
	border-radius: 1.25rem;
	height: 562px;
	padding: 0.625rem;
	right: -7%;
	bottom: 15%;
}

.hero-right .hero-block .block-inner {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	gap: 1.25rem;
}

.hero-right .hero-block .block-inner .img-box {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.hero-right .hero-block .block-inner .img-box .img-col {
	width: 48.5%;
	text-align: center;
	padding: 0.3125rem;
	border-radius: 0.75rem;
	background-color: #fff;
}

.hero-right .hero-block .block-inner .img-box .img-col .hero-dog {
	width: 100%;
	height: auto;
	border-radius: 0.625rem;
	background-color: #c2eafa;
	overflow: hidden;
}

.hero-right .hero-block .block-inner .img-box .img-col p {
	font-size: 1rem;
	line-height: 1rem;
	color: #000;
	font-weight: 700;
	margin-top: 0.3125rem;


}

.hero-right .hero-block .block-inner .review-box {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	align-items: start;
	justify-content: center;
	color: #fff;
	padding: 0.3125rem;
}

.hero-right .hero-block .block-inner .review-box p {
	font-size: 0.9rem;
	line-height: 1.25rem;
	color: #fff;
	font-weight: 500;
}

.hero-right .hero-block .block-inner .review-box p span {
	color: #ffdb5f;
	font-weight: 700;
}

.hero-arrow {
	width: 3.75rem;
	position: relative;
	top: 50%;
	left: 3rem;
}

/*-------------steps----------------*/
.steps-section {
	background: #fff;
	padding: 3.75rem 0 4.375rem;
	position: relative;
	overflow: hidden;
}

.steps-section .title {
	margin-bottom: 1rem;
}

.steps-section .title h2 {
	font-size: 2.8em;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.steps-section .title p {
	font-size: 1.125rem;
	text-align: center;
	color: #000;
}

.steps {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-bottom: 2.5rem;
	align-items: flex-end;
}

.step-card {
	background: #000;
	border-radius: 0.9375rem;
	display: flex;
	flex-direction: column;
	align-items: center;
	overflow: visible;
	width: 23%;
	padding: 0.3125rem 0.3125rem 1.375rem;
}

.step-card p {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.75rem;
	letter-spacing: 0.3px;
	font-weight: 700;
	text-align: center;
	padding: 0rem 1.5rem 0rem 1.5rem;
}

.step-card img {
	width: 259px;
	margin: 0 auto 0.75rem;
	border-radius: 0.9375rem;
}

.steps-section .card {
	position: relative;
}

.steps-section .card::after {
	content: "";
	display: inline-block;
	width: 1.875rem;
	height: 1.875rem;
	background: url("../img/cross.webp") no-repeat center/cover;
	position: absolute;
	top: -15px;
	left: 38%;
}

.wave {
	position: absolute;
	top: 30%;
	left: 50%;
	width: 1600px;
	transform: translateX(-50%);
}

/*-------------overview----------------*/
.overview {
	background: #f1fbff;
	padding: 3.75rem 0 4.375rem;
	width: 100%;
}

.overview .title {
	margin-bottom: 1rem;
}

.overview .title h2 {
	font-size: 2.8em;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: left;
	color: #000;
}

.overview .title p {
	font-size: 1.125rem;
	text-align: center;
	color: #000;
}

.overview .overview-text {
	font-size: 1.125rem;
	line-height: 1.625rem;
	letter-spacing: 0.5px;
	color: #000;
	margin-top: -0.5rem;
}

.overview .overview-top {
	display: grid;
	grid-template-columns: 2fr 1fr;
	position: relative;
}

.overview-top img {
	position: absolute;
	top: -60px;
	right: 10%;
	width: 300px;
}

.overview-item .overview-left img {
	display: inline-block;
	width: 1.375rem;
	vertical-align: text-top;
}

.overview .ul {
	font-size: 1.125rem;
	line-height: 1.375rem;
	color: #000;
	font-weight: 600;
	margin: 0 auto;
	margin-top: 1.5rem;
	margin-bottom: 0.75rem;

}

.overview-img {
	width: 50%;
	height: auto;
	border-radius: 0.5rem;
}

.overview-left {
	width: 50%;
}

.overview-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 1.5rem;
}

.overview-item:nth-child(2n+1) {
	flex-direction: row-reverse;
}

.overview-inner {
	display: flex;
	flex-direction: column;
	gap: 2rem;
	margin-top: 1.25rem;
}

/*-------------features----------------*/
.feature {
	background: #fff;
	padding: 3.75rem 0 8rem;
	width: 100%;
}

.feature .title {
	margin-bottom: 1rem;
}

.feature .title h2 {
	font-size: 2.8em;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: left;
	color: #000;
	text-align: center;
}

.feature .title h2 span {
	color: #0098dc;
}

.feature-inner {
	width: 100%;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	margin-top: 120px;
}

.feature-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
	position: relative;
}

.feature-inner .feature-col:last-child .feature-item {
	flex-direction: row-reverse;
	text-align: end;
}

.feature-item img {
	width: 6.25rem;
	height: auto;
}

.feature-col {
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
}

.feature-item p {
	max-width: 300px;
}

.feature-col:first-child .feature-item::after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 80px;
	width: calc(146%);
	height: 1px;
	background-color: #00273e;
}

.feature-col:last-child .feature-item::after {
	content: "";
	position: absolute;
	bottom: -5px;
	right: 80px;
	width: calc(120%);
	height: 1px;
	background-color: #00273e;
}

.feature-col:last-child {
	position: relative;
	top: -50px;
}

.feature-img {
	transform: scale(1.8);
	z-index: 900;
	position: relative;
	top: -30px;
}

.feature p {
	font-size: 1.0625rem;
	line-height: 1.5rem;
}

.feature-mobile-img {
	display: none;
}

/*-------------advantages----------------*/
.advantages-bg {
	width: 100%;
	object-fit: cover;
	position: relative;
	z-index: -1;
}

.advantages-box-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: center;
	margin-top: 30px;
}

.advantages-item {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 0.625rem;
}

.advantages-inner-left {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.advantages-inner-right img {
	max-width: 380px;
	width: 100%;
}

.advantages-box {
	background: #fff;
	margin-top: -270px;
	border-radius: 1.875rem;
	padding: 45px 4.0625rem 0;

}

.advantages-mob-img {
	display: none;
}

.advantages-box .title h2 {
	font-size: 2.8em;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.advantages-box .title h2 span {
	color: #0098dc;
}

.advantages-item img {
	width: 100px;
}

.advantages-titie {
	font-size: 1.4rem;
	line-height: 2rem;
	font-weight: bold;
}

.advantages-subtitie {
	margin-top: 0.5rem;
	font-size: 1.125rem;
	line-height: 1.625rem;
}

/*-------------how it works----------------*/
.howitworks {
	background-color: #fff;
	padding: 3.75rem 0 4.375rem;
	width: 100%;
}

.howitworks .title h2 {
	font-size: 2.8em;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.howitworks .title h2 span {
	color: #0098dc;
}

.howitworks .howitworks-text {
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000;
	max-width: 50rem;
	text-align: center;
	margin: 0 auto;
}

.howitworks .hear {
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000;
	text-align: center;
	font-weight: bold;
	letter-spacing: 0.3px;
	margin-top: 1.5rem;
}

.howitworks .howitworks-img {
	width: 45rem;
	margin: -1.5rem auto 0;
}

.howitworks-card {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 2rem;
	padding: 0px 3rem;
	margin-top: 2rem;
}

.howitworks-item {
	text-align: center;
	padding: 1.5625rem 0.5625rem 0.75rem;
	background: #fff;
	border-radius: 1.25rem;
	box-shadow: 0 0.3125rem 0.75rem 0.25rem #c6e8f7;
}

.howitworks-card-title {
	font-size: 1.25rem;
	line-height: 1.5rem;
	color: #000;
	font-weight: bold;
	margin-top: 0.3125rem;
}

.howitworks-card-text {
	font-size: 1.125rem;
	line-height: 1.5rem;
	color: #000;
	margin-top: 0.625rem;
}

.howitworks .howitworks-item.card1 {
	position: relative;
}

.howitworks .howitworks-item.card1::after {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url("../img/number1.png") no-repeat center/cover;
	position: absolute;
	top: -18px;
	left: 42%;
}

.howitworks .howitworks-item.card1::before {
	content: "";
	height: 80px;
	border: 1px solid #78cfe7;
	position: absolute;
	top: -95px;
	left: 46.5%;
}

.howitworks .howitworks-item.card2 {
	position: relative;
}

.howitworks .howitworks-item.card2::after {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url("../img/number2.png") no-repeat center/cover;
	position: absolute;
	top: -18px;
	left: 42%;
}

.howitworks .howitworks-item.card2::before {
	content: "";
	height: 50px;
	border: 1px solid #78cfe7;
	position: absolute;
	top: -60px;
	left: 46.5%;
}

.howitworks .howitworks-item.card3 {
	position: relative;
}

.howitworks .howitworks-item.card3::after {
	content: "";
	display: inline-block;
	width: 2rem;
	height: 2rem;
	background: url("../img/number3.png") no-repeat center/cover;
	position: absolute;
	top: -18px;
	left: 48%;
}

.howitworks .howitworks-item.card3::before {
	content: "";
	height: 78px;
	border: 1px solid #78cfe7;
	position: absolute;
	top: -95px;
	left: 53%;
}

/*-------------reviews----------------*/
.reviews {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 251, 255, 1) 35%);
	padding: 3.75rem 0 4.375rem;
	width: 100%;
}

.reviews .title h2 {
	font-size: 2.8em;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.reviews .title h2 span {
	color: #0098dc;
}

.reviews-card-item {
	background: #fff;
	border-radius: 0.5rem;
	width: 20rem;
	height: auto;
	overflow: hidden;
	object-fit: cover;
	margin: 0 auto;
}

.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, 50%);
	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;
	display: flex;
	flex-direction: column;
	gap: 0.625rem;
	align-items: flex-start;
}

.reviews-card-user-info {
	display: flex;
	flex-direction: row;
	gap: 0.9375rem;
	align-items: start;
}

.verified img {
	display: inline-block;
	width: 1rem;
	height: 1rem;
	position: relative;
	top: 0.125rem;
}

.reviews-user-name {
	font-size: 1.25rem;
	font-weight: 500;
}

.verified span {
	font-weight: 300;
	font-size: 0.8rem;
}

.stars5 {
	display: inline;
	width: 5.5rem;
	height: auto;
}

.reviews-card-item p b {
	font-weight: 600;
}

.reviews-time {
	color: #888888;
	font-size: 0.75rem;
	margin-top: 0.3125rem;
	font-weight: 300;
}

/*-------------claimer----------------*/
.claimer {
	padding: 3.75rem 0 4.375rem;
}

.claimer-inner {
	display: grid;
	grid-template-columns: 1.2fr 1fr;
	align-items: center;
	border: 2px dashed #ff0000;
	border-radius: 25px;
	padding: 1.25rem;
}

.claimer-left {
	padding: 2.1875rem 1.875rem 2.125rem 3.125rem;
}

.claimer-left .title h2 {
	font-size: 3rem;
	line-height: 3.375rem;
	color: #000;
	font-weight: bold;
}

.claimer-left .claimer-subtitle p {
	font-size: 1.25rem;
	line-height: 1.625rem;
	color: #000;
	font-weight: 600;
	margin-top: 0.9375rem;
	margin-bottom: 0.9375rem;
}

.claimer ul {
	list-style-type: none;
}

.claimer ul li {
	font-size: 1.375rem;
	line-height: 2rem;
	font-weight: bold;
	margin-top: 1.2rem;
	padding-left: 2.5rem;
	background: url(../img/claimer-check.webp) no-repeat left top 1px / 1.625rem auto;
}

.claimer ul li:last-child {
	background: url(../img/claimer-firemark.webp) no-repeat left top 1px / 1.625rem auto;
	color: #ff0000;
}

.claimer .btn-box {
	margin-top: 2.5rem;
}

.claimer-right {
	position: relative;
}

.claimer-right:after {
	content: "";
	position: absolute;
	width: 4rem;
	height: 4rem;
	background: url("../img/paw-img.png") no-repeat;
	top: 20rem;
	left: -4rem;
	transform: rotate(-35deg);
}

.claimer-right:before {
	content: "";
	position: absolute;
	width: 4rem;
	height: 4rem;
	background: url("../img/paw-img.png") no-repeat;
	top: 3rem;
	left: 1rem;
	transform: rotate(45deg);
}

.claimer-right .icon1 {
	position: absolute;
	right: -2%;
	top: 20%;
}

.claimer-right .icon2 {
	position: absolute;
	right: -3%;
	top: 40%;
}

.claimer .claimer-img-mob {
	display: none;
}

/*-------------faq----------------*/
.faq {
	background: #fff;
	padding: 0px 0rem 1.875rem 0rem;

}

.faq .title h2 {
	font-size: 2.8em;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: center;
	color: #000;
}

.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%;
	overflow: hidden;
}
.accordion {
	background-color: #fff;
	font-family: 'Urbanist';
	border: none;
	color: #000;
	cursor: pointer;
	font-size: 1.25rem;
	letter-spacing: 0.3px;
	line-height: 1.625rem;
	font-weight: bold;
	outline: none;
	padding: 1.125rem 2.25rem 1.125rem 1.5625rem;
	text-align: left;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 100%;
	position: relative;
}
.faq-accordion.active {
  border: 1px solid #0098dc;
  -webkit-box-shadow: 0 0 8px 4px #c6e8f7;
  box-shadow: 0 0 8px 4px #c6e8f7;
}

.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/open-btn.webp") no-repeat center/cover;
	width: 0.875rem;
	height: 0.875rem;
	position: absolute;
	left: 95%;
	top: 40%;
}

.active:after {
	background: url("../img/close-btn.webp") no-repeat center/cover;

}
.faq ul{
	margin-left: 1.5265rem;
}
.faq .container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	justify-content: center;
	align-items: start;
	gap: 1.25rem;
}
.faq-pc{
	display: flex;
	flex-direction: column;
	align-items: start;
	justify-content: space-around;
}
.faq-pc .btn-box{
	margin-top: 1.25rem;
}
.faq .faq-pc .title h2{
	text-align: start;
}
/*-------------policy----------------*/
.header-content{
	max-width: 1180px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	margin: 0 auto;
	padding: 0.625rem 2.5rem;
}
.header-content .logo{
	max-width: 18.125rem;
	height: auto;
}
.container-all{
	padding: 0.625rem 1.875rem;
}
.container-all h3{
	text-align: center;
	font-size: 1.875rem;
	margin-bottom: 1.25rem;
}
.container-all p{
	font-size: 1.2rem;
	line-height: 1.8rem;
	margin-bottom: 1.25rem;
	font-weight: 300;
}
.container-all .highlight{
	font-weight: 600;
}
/*-------------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;
}
.footer-inner p{
	font-size: 1rem;
	line-height: 2.125rem;
}
.footer nav a::after {
		content: "|";
		margin: 0 0.3125rem;
	}
/*-------------media queries----------------*/
@media (max-width: 1200px) {
	.container {
		max-width: 1000px;
	}

	header .header-inner {
		max-width: 1000px;
	}

	h1 {
		font-size: 2.875rem;
		line-height: 3.4375rem;
	}

	.hero {
		background-color: #f5fafd;
		background-image: url(../img/hero-before-bg.png);
		background-repeat: no-repeat;
		background-position: right -436px top -40px;
		background-size: 884px 647px;
		width: 100%;
		padding: 3.75rem 0 3.4375rem;
	}

	.hero .hero-inner:before {
		display: none;
	}

	.hero .hero-inner:after {
		display: none;
	}

	.hero-right .hero-img {
		position: absolute;
		top: 10%;
		left: -20%;
		z-index: 3;
		transform: scale(0.9);
	}

	.hero-right .hero-img-2 {
		position: absolute;
		transform: scale(1.3);
		bottom: 10%;
		right: -7%;
		z-index: 4;
	}

	.steps-section .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.overview .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.feature .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.advantages-box .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.howitworks .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.reviews .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.faq .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.feature-inner .feature-col .feature-item:last-child::after {
		display: none;
	}

	.feature {
		padding: 3.75rem 0 4rem;
	}

	.advantages-box {
		background: #fff;
		margin-top: -180px;
		border-radius: 1.875rem;
		padding: 45px 4.0625rem 0;

	}

	.howitworks .howitworks-img {
		width: 38rem;
		margin: -1.5rem auto 0;
	}

	.howitworks .howitworks-item.card1::before {
		content: "";
		height: 75px;
		border: 1px solid #78cfe7;
		position: absolute;
		top: -85px;
		left: 46.5%;
	}

	.howitworks .howitworks-item.card2::before {
		content: "";
		height: 40px;
		border: 1px solid #78cfe7;
		position: absolute;
		top: -60px;
		left: 46.5%;
	}

	.howitworks .howitworks-item.card3::before {
		content: "";
		height: 75px;
		border: 1px solid #78cfe7;
		position: absolute;
		top: -85px;
		left: 53%;
	}

	.claimer-left .title h2 {
		font-size: 2.6875rem;
		line-height: 3.125rem;
	}

	.claimer-inner {
		grid-template-columns: 1.5fr 1fr;
	}

	.claimer .packageBtn img {
		display: none;
	}

	.claimer-right .claimer-img {
		transform: translateX(-40px);
	}

	.claimer-right:before {
		content: "";
		position: absolute;
		width: 4rem;
		height: 4rem;
		background: url("../img/paw-img.png") no-repeat;
		top: 0rem;
		left: -2rem;
		transform: rotate(45deg);
	}

	.claimer-right:after {
		content: "";
		position: absolute;
		width: 4rem;
		height: 4rem;
		background: url("../img/paw-img.png") no-repeat;
		top: 10rem;
		left: -6rem;
		transform: rotate(-35deg);
	}

	.claimer-right .icon1 {
		position: absolute;
		right: -2%;
		top: 20%;
	}

	.claimer-right .icon2 {
		position: absolute;
		right: -2%;
		top: 50%;
	}

}

@media (max-width: 1024px) {
	html {
		font-size: 16px;
	}

	.container {
		max-width: 750px;
	}

	header .header-inner {
		max-width: 750px;
	}

	header .header-inner nav {
		display: none;
	}

	h1 {
		font-size: 2.3125rem;
		line-height: 2.75rem;
	}

	.hero {
		background-color: #f5fafd;
		background-image: url(../img/hero-before-bg.png);
		background-repeat: no-repeat;
		background-position: right -436px top -40px;
		background-size: 784px 557px;
		width: 100%;
		padding: 3.75rem 0 3.4375rem;
	}

	.packageBtn {
		background: #0d990c;
		border-radius: 40px;
		color: #fff;
		font-size: 1.25rem;
		font-weight: 700;
		height: 3.4375rem;
		letter-spacing: 0.5px;
		line-height: 3.4375rem;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
		text-shadow: 0.0625rem 0.0625rem #419740;
		width: 100%;
		text-decoration: none;
		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;
		max-width: 500px;
		margin-top: 0.625rem;

	}

	.packageBtn img {
		margin-left: 15px;
		position: relative;
		top: 0.125rem;
	}

	.hero .hero-inner .hero-left ul {

		max-width: 21.25rem;

	}

	.hero .hero-inner .hero-left ul li {
		font-size: 1.0625rem;
		line-height: 1.5625rem;
		padding: 0 0 0.5rem 1.8125rem;
		margin-top: 0.5rem;
	}

	.hero-right .hero-img {
		position: absolute;
		top: 20%;
		left: -10%;
		z-index: 3;
	}

	.hero-right .hero-img-2 {
		position: absolute;
		transform: scale(1.2);
		bottom: 5%;
		right: -15%;
		z-index: 4;
	}

	.hero-right .hero-block {
		max-width: 250px;
		overflow: hidden;
		border-radius: 1.25rem;
		height: 562px;
		padding: 0.625rem;
		right: -15%;
		bottom: 15%;
	}

	.steps-section .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.steps-section .title p {
		font-size: 1.0625rem;
		line-height: 1.5625rem;
	}

	.overview .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.howitworks .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.overview .title p {
		font-size: 1.0625rem;
		line-height: 1.5625rem;
	}

	.step-card p {
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}

	.overview .overview-top {
		display: grid;
		grid-template-columns: 2fr 1fr;
		position: relative;
	}

	.overview-top img {
		position: absolute;
		top: -60px;
		right: 10%;
		width: 250px;
	}

	.feature .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.advantages-box .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.reviews .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.faq .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.feature-img {
		display: none;
	}

	.feature-inner {
		display: flex;
		flex-direction: column;
		gap: 4rem;
		margin: 0 auto;
	}

	.feature-inner .feature-col {
		margin: 0 auto;
	}

	.feature-inner .feature-col:last-child .feature-item {
		flex-direction: row;
		text-align: start;
	}

	.feature-inner .feature-col .feature-item img {
		width: 75px;
		height: auto;
	}

	.feature-col:first-child .feature-item::after {
		display: none;
	}

	.feature-col:last-child .feature-item::after {
		display: none;
	}

	.feature-mobile-img {
		display: block;
		max-width: 400px;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 15px;
	}

	.feature {
		padding: 3.75rem 0 1.5rem;
	}

	.advantages-box-inner {
		grid-template-columns: 1fr;
	}

	.advantages-inner-right {
		display: none;
	}

	.advantages-box {
		background: #fff;
		margin-top: -174px;
		border-radius: 1.875rem;
		padding: 45px 4.0625rem 0;

	}

	.advantages-mob-img {
		display: block;
	}

	.howitworks .howitworks-img {
		width: 30rem;
		margin: -0.5rem auto 0;
		z-index: 4;
	}

	.howitworks .howitworks-item.card1::before {
		content: "";
		height: 70px;
		border: 1px solid #78cfe7;
		position: absolute;
		top: -65px;
		left: 49%;
	}

	.howitworks .howitworks-item.card2::before {
		content: "";
		height: 40px;
		border: 1px solid #78cfe7;
		position: absolute;
		top: -40px;
		left: 50%;
	}

	.howitworks .howitworks-item.card3::before {
		content: "";
		height: 70px;
		border: 1px solid #78cfe7;
		position: absolute;
		top: -65px;
		left: 56%;
	}

	.howitworks-card {
		padding: 0px 1rem;
		margin-top: 2rem;
	}

	.claimer {
		padding: 3.125rem 0 3.75rem;
	}

	.claimer-left .claimer-subtitle p {
		font-size: 1.0625rem;
		line-height: 1.4375rem;
		margin-top: 0.625rem;
	}

	.claimer-left {
		padding: 2.1875rem 0 3.125rem 0.625rem;
	}

	.claimer-inner {
		grid-template-columns: 2fr 1fr;
	}

	.claimer-right .icon1 {
		position: absolute;
		right: 60%;
		top: 100%;
	}

	.claimer-right .icon2 {
		position: absolute;
		right: 15%;
		top: 100%;
	}

	.claimer-right .claimer-img {

		transform: scale(1.4) translateX(0px) translateY(-30px);
	}

	.claimer .container {
		max-width: 56.25rem;
	}

	.claimer-right:before {
		content: "";
		position: absolute;
		width: 4rem;
		height: 4rem;
		background: url("../img/paw-img.png") no-repeat;
		top: 0rem;
		left: -4rem;
		transform: rotate(45deg);
	}

	.claimer-right:after {
		content: "";
		position: absolute;
		width: 4rem;
		height: 4rem;
		background: url("../img/paw-img.png") no-repeat;
		top: 12rem;
		left: -6rem;
		transform: rotate(-35deg);
	}
	.faq .container {
		display: grid;
		grid-template-columns: 1.3fr 1fr;
		justify-content: center;
		align-items: start;
		gap: 1.25rem;
		max-width: 56.25rem;
	}
	.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 (min-width: 769px) {
	.reviews-card-item {

		margin-bottom: 0rem;
	}

	.Reviews-Swiper .swiper-wrapper {
		display: grid;
		grid-template-columns: 1fr 1fr;
		justify-content: center;
		gap: 1.25rem;
	}

	.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;
	}

	.swiper {
		padding: 15px 150px;
	}
}

@media (max-width: 767px) {
	html {
		font-size: 15px;
	}

	.container {
		width: 100%;
		max-width: 600px;
	}

	header .header-inner {
		width: 100%;
		max-width: 600px;
	}

	header .header-inner .headerbtn {
		display: none;
	}

	header .header-inner {
		justify-content: center;
	}

	header .header-inner .logo {
		max-width: 9.375rem;
	}

	header {
		height: 50px;
	}

	.hero .hero-inner .hero-left .rating {
		justify-content: center;
	}

	.show-mob {
		display: block;
	}

	h1 {
		font-size: 2rem;
		line-height: 2.25rem;
		text-align: center;
	}

	.hero-inner {
		grid-template-columns: 1fr;
	}

	.hero {
		background-color: #f5fafd;
		background-image: initial;
		width: 100%;
		padding: 1.4rem 0 2.1875rem;
	}

	.btn-stock {
		position: relative;
		top: 0.28rem;
	}

	.hero .hero-inner .hero-left ul {
		margin: 0 auto;
	}

	.hero .hero-inner .hero-left ul li {

		font-size: 1rem;
		line-height: 1.4375rem;
		color: #000;
		font-weight: 600;
		text-align: start;
		padding: 0 0 0.75rem 1.875rem;
		margin-top: 0.5rem;
	}

	.btn-box {
		margin: 0 auto;
		max-width: 26.25rem;
	}

	.hero {
		overflow: visible;
	}

	.hide-mob {
		display: none;
	}

	.hero-right.hide-mob {
		display: none;
	}

	.hero-mobile-img {
		padding: 0rem 0.625rem;
	}

	.hero-left .hero-block {
		background: #074e9b;
		max-width: 100%;
		overflow: hidden;
		border-radius: 1.25rem;
		padding: 0.625rem;
		margin: 0 auto;
	}

	.hero-left .hero-block .block-inner .img-box {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: center;
		width: 100%
	}

	.hero-left .hero-block .block-inner .img-box .img-col {
		width: 48.5%;
		text-align: center;
		padding: 0.3125rem;
		border-radius: 0.75rem;
		background-color: #fff;
	}

	.hero-left .hero-block .block-inner .img-box .img-col .hero-dog {
		width: 100%;
		height: auto;
		border-radius: 0.625rem;
		background-color: #c2eafa;
		overflow: hidden;
	}

	.hero-left .hero-block .block-inner .img-box .img-col .hero-dog .hero-mobile-dog {
		float: right;
	}

	.hero-left .hero-block .block-inner .img-box .img-col p {
		font-size: 1rem;
		line-height: 1rem;
		color: #000;
		font-weight: 700;
		margin-top: 0.3125rem;
	}

	.hero-left .hero-block {
		width: 90%;
		margin: 0 auto;
	}

	.hero-left .hero-block .block-inner .review-box .stars {
		width: 4.75rem;
	}

	.hero-left .hero-block .block-inner .review-box {
		display: flex;
		flex-direction: column;
		gap: 0.625rem;
		align-items: start;
		justify-content: center;
		color: #fff;
		padding: 0.9375rem 0.625rem;
	}

	.hero-left .hero-block .block-inner .review-box p {
		font-size: 1rem;
		line-height: 1.3125rem;
		letter-spacing: 0.3px;
		color: #fff;
		font-weight: 500;
	}

	.hero-left .hero-block .block-inner .review-box p span {
		color: #ffdb5f;
		font-weight: 700;
	}

	/*-------------AdsSeenOn-slide-mobile----------------*/
	.AdsSeenOn-slide-mobile {
		display: none;
		background: #fff;
		border-bottom: 1px solid #e1e1e1;
	}

	.AdsSeenOn-slide-mobile .AdsSeenOn-inner {
		display: flex;
		flex-direction: column;
		align-items: center;
		overflow: hidden;
	}

	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .AdsSeenOn-title {
		font-size: 1.1rem;
		line-height: 1.25rem;
		font-weight: 600;
		color: #000;
	}

	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .tv {
		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 .AdsSeenOn-inner .tv img {
		height: 1.875rem;
		width: auto;
	}

	.AdsSeenOn-slide-mobile {
		display: block;
		margin-top: -0.125rem;
	}

	.AdsSeenOn {
		display: none;
	}

	.AdsSeenOn-inner {
		gap: 1rem;
		align-items: center;
		justify-content: center;
		width: 100%;
		padding: 1rem 1rem;
	}

	.AdsSeenOn-slide-mobile .AdsSeenOn-inner .tv {
		display: flex;
		flex-direction: row;
		align-items: center;
		gap: 2rem;
		-webkit-animation: moveCustomersPhotos 20s linear infinite;
		animation: moveCustomersPhotos 20s linear infinite;
	}

	@-webkit-keyframes moveCustomersPhotos {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-webkit-transform: translate(-31rem);
			transform: translate(-31rem);
		}
	}

	@keyframes moveCustomersPhotos {
		0% {
			-webkit-transform: translateX(0);
			transform: translateX(0);
		}

		100% {
			-webkit-transform: translate(-31rem);
			transform: translate(-31rem);
		}
	}

	.steps-section .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.advantages-box .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.howitworks .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.reviews .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.faq .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.steps-section .title p {
		font-size: 1rem;
		line-height: 1.4375rem;
	}

	.step-card p {
		font-size: 0.875rem;
		line-height: 1.25rem;
	}

	.step-card {
		width: 49%;
		padding: 0.3125rem 0.3125rem 1.375rem;
	}

	.steps {
		flex-wrap: wrap;
		row-gap: 1.875rem;
		align-items: flex-start;
	}

	.step-card img {
		object-fit: cover;
	}

	.steps-section {
		padding: 1.5625rem 0 1.875rem;
	}

	.feature {
		padding: 1.5625rem 0 0.5rem;
	}

	.overview .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
		margin-bottom: 2rem;
	}

	.overview .title p {
		font-size: 1rem;
		line-height: 1.4375rem;
	}

	.overview .overview-top {
		display: grid;
		grid-template-columns: 2fr 1fr;
		position: relative;
	}

	.overview-top img {
		position: absolute;
		top: -1.5625rem;
		right: 0px;
		width: 200px;
	}

	.overview {
		padding: 1.5625rem 0 1.5625rem;
	}

	.reviews {
		padding: 2.5625rem 0 1.5625rem;
	}

	.overview-img {
		width: 100%;
		height: auto;
		border-radius: 0.5rem;
	}

	.overview-left {
		width: 100%;
	}

	.overview-item {
		display: flex;
		flex-direction: column;
		align-items: center;
		gap: 1.5rem;
	}

	.overview-item:nth-child(2n+1) {
		flex-direction: column;
	}

	.overview-inner {
		display: flex;
		flex-direction: column;
		gap: 2rem;
		margin-top: 1.25rem;
	}

	.feature .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
		margin-bottom: 2rem;
	}

	.advantages-box {
		background: #fff;
		margin-top: -80px;
		border-radius: 1.875rem;
		padding: 45px 1rem 0;

	}

	.advantages-titie {
		font-size: 1.375rem;
		line-height: 1.75rem;
	}

	.advantages-item img {
		width: 70px;
	}

	.howitworks-card {
		display: grid;
		grid-template-columns: 1fr;
		gap: 2rem;
		padding: 0px 1rem;
		margin-top: 2rem;
	}

	.howitworks .howitworks-item.card1::before {
		display: none;
	}

	.howitworks .howitworks-item.card2::before {
		display: none;
	}

	.howitworks .howitworks-item.card3::before {
		display: none;
	}

	.howitworks .howitworks-item.card1::after {
		content: "";
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		background: url("../img/number1.png") no-repeat center/cover;
		position: absolute;
		top: 40%;
		left: -15px;
	}

	.howitworks .howitworks-item.card2::after {
		content: "";
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		background: url("../img/number2.png") no-repeat center/cover;
		position: absolute;
		top: 40%;
		left: -15px;
	}

	.howitworks .howitworks-item.card3::after {
		content: "";
		display: inline-block;
		width: 1.5rem;
		height: 1.5rem;
		background: url("../img/number3.png") no-repeat center/cover;
		position: absolute;
		top: 40%;
		left: -15px;
	}

	.howitworks-card-inner {
		display: flex;
		flex-direction: row;
		align-items: center;
	}

	.howitworks-card-inner .howitworks-mob {
		width: 6rem;
		position: relative;
		top: 20px;
	}

	.claimer-left .title h2 {
		font-size: 1.9375rem;
		line-height: 2.4375rem;
	}

	.claimer-inner {
		grid-template-columns: 1fr;
	}

	.claimer .claimer-img-mob {
		display: block;
		width: 22.375rem;
		margin: 0 auto;
	}

	.claimer .claimer-subtitle,
	.claimer .title {
		text-align: center;
	}

	.claimer .claimer-left {
		margin: 0 auto;
		padding: 0;
	}

	.claimer .container {
		max-width: 37.5rem;
	}

	.claimer-pto {
		margin-top: 0.9375rem;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.claimer-pto img {
		display: inline-block;
		width: 4.6875rem;
	}
	.accordion {
		font-size: 1.125rem;
	}
	.faq .container{
		grid-template-columns: 1fr;
		gap: 0rem;
	}
	.faq .faq-pc .title{
		margin: 0 auto;
		margin-bottom: -1.5rem;
	}
	.faq .faq-pc .title h2{
		text-align: center;
	}
	.faq-img{
		display: none;
	}
	.footer nav{
		font-size: 0.8125rem;
		line-height: 1.0625rem;
	}
	.footer-inner p{
		font-size: 0.8125rem;
		line-height: 1.0625rem;
	}
	.footer img{
		width: 8.4375rem;
	}
	.footer{
		padding: 0.9375rem 0px 1.875rem 0px;
	}
	.accordion::after{
		left: 92%;
	}
	.faq .btn-box .btn-rev{
		text-align: center;
	}
	
	
	.mobile-btn {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
		position: fixed;
		bottom: 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		left: 0;
		width: 100%;
		padding: 0.5rem;
		z-index: 10;
		
	}
	
	.mobile-btn .btn-box {
		margin: 0;
		display: -webkit-box !important;
		display: -ms-flexbox !important;
		display: flex !important;
	
	}
	
	.mobile-btn.btn-default {
		position: relative;
		background-color: white;
	}
	
	.mobile-btn.btn-default .btn-box {
		-webkit-animation: none;
		animation: none;
	}
	.mobile-btn {
	  opacity: 0;
	  transition: opacity 0.4s ease;
	  pointer-events: none;
	}
	
	.mobile-btn.visible {
	  opacity: 1;
	  pointer-events: auto;
	}

}

@media (max-width: 600px) {}

@media (max-width: 520px) {
	html {
		font-size: 14px;
	}

	.btn-box {
		margin: 0 auto;
		max-width: 26.25rem;
		padding: 0rem 0.3rem;
	}

	.overview .overview-top {
		display: grid;
		grid-template-columns: 2fr 1fr;
		position: relative;
	}

	.overview-top img {
		position: absolute;
		top: -1.5625rem;
		right: 0px;
		width: 180px;
	}

}

@media (max-width: 480px) {}

@media (max-width: 420px) {
	html {
		font-size: 14px;
	}

	.overview .overview-top {
		display: grid;
		grid-template-columns: 2fr 1fr;
		position: relative;
	}

	.overview-top img {
		position: absolute;
		top: -1.5625rem;
		right: 0px;
		width: 150px;
	}
}

@media (max-width: 360px) {
	html {
		font-size: 12px;
	}
}