/*------------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;
}

/*------------banner-----------------*/
.banner {
	background: #ffed86;
	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;
}

/*-------------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;
	margin-top: -5px;
}

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: 450px;
	width: 100%;
}

.btn-box.centered {
	margin: 0 auto;
	margin-top: 35px;
}

.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 {
	display: flex;
	justify-content: space-between;
	margin-top: 7px;
	width: 90%;
}

.btn-box .btn-rev div {
	display: flex;
	align-items: center;
	gap: 5px;
}

.btn-box .btn-rev img {
	display: inline-block;
	vertical-align: middle;
	width: 18px;
}

.btn-box .btn-rev p {
	font-size: 0.8125rem;
	font-weight: 500;
	letter-spacing: 0.3px;
	line-height: 0.875rem;
	position: relative;
	color: #000;
	font-weight: 600;

}


.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: 3rem;
	line-height: 3.6rem;
	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: 15%;
	left: -8%;
	z-index: 5;
	width: 268px;
}

.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;
}

.hero .AsFeaturedOn-pc {
	margin-top: 30px;
	max-width: 530px;
}

.hero .AsFeaturedOn-pc p {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	font-weight: bold;
}

.hero .AsFeaturedOn-pc .AdsSeenOn-inner {
	display: flex;
	flex-direction: column;
	align-items: start;
	gap: 5px;
}

.hero .AsFeaturedOn-pc .AdsSeenOn-inner .tv {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.hero .AsFeaturedOn-pc .AdsSeenOn-inner .tv img {
	height: 2.5rem;
	width: auto;
}

/*-------------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%);
}

.steps-section .text {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-top: 20px;
	text-align: center;
	font-weight: 500;
}

/*-------------overview----------------*/
.title h2 {
	font-size: 2.8rem;
	line-height: 3.2rem;
	margin-bottom: 1rem;
	font-weight: 700;
	text-align: left;
	color: #000;
}

.title h2 span {
	color: #0098dc;
}

.overview {
	background: #f1fbff;
	overflow: hidden;
	position: relative;
	padding: 60px 0 70px;
}

.overview .overview-inner {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.overview .overview-inner .overview-text {
	font-size: 18px;
	line-height: 26px;
	color: #000;
	margin-top: 20px;
}

.overview .overview-inner .overview-left ul {
	margin-top: 20px;
	margin-bottom: 20px;
	list-style-type: none;
}

.overview .overview-inner .overview-left ul li {
	background: url(../img/overview-check.webp) no-repeat left 0.1875rem;
	width: 100%;
	font-size: 1.125rem;
	line-height: 1.625rem;
	color: #000;
	font-weight: 600;
	text-align: start;
	padding: 0 0 0rem 2rem;
	margin-top: 10px;
}

.overview .overview-inner .overview-right .effectiveALL {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 5px;
}

.overview .overview-inner .overview-right .effectiveALL {
	background: url(../img/s2-text-bg.webp) no-repeat;
	width: 309px;
	height: 244px;
	text-align: center;
	padding: 40px 10px 20px;
}

.overview .overview-inner .overview-right .effectiveALL img {
	width: 46px;
}

.overview .overview-inner .overview-right .effectiveALL p {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	font-weight: 600;
}

.overview .overview-inner .overview-right .hand {
	position: absolute;
	top: 0;
	right: 6%;
}

.overview .overview-inner .overview-right .dogs {
	position: relative;
	z-index: 5;
	top: -40px;
	left: 15px;
}

/*-------------features----------------*/
.feature {
	background: #fff;
	padding: 60px 0 60px;
	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 .features-inner {
	display: flex;
	flex-direction: column;
	gap: 20px;
	margin-top: 30px;
}

.feature .features-inner .features-row {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	width: 100%;
}

.feature .features-inner .features-row .features-item {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	width: 33%;
	max-width: 300px;
	text-align: center;
	position: relative;
}

.feature .features-inner .features-row .features-item img {
	width: 98px;
}

.feature .features-inner .features-row .features-item p {
	font-size: 17px;
	line-height: 25px;
	font-weight: 300;
}

/*-------------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%;
}

/*-------------photoshow----------------*/
.photoshow {
	padding: 30px 0;
	background-color: #eaf3f7;
}

.photoshow .title h2 {
	text-align: center;
}

.photoshow .title p {
	font-size: 1.125rem;
	text-align: center;
	color: #000;
	max-width: 800px;
	margin: 0 auto;
}

.photoshow .photoshow-s {
	margin-top: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-end;
	gap: 20px;
}

.photoshow .photoshow-s .photoes {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.photoshow .photoshow-s img {
	display: block;
	margin: 15px auto 0;
	border-radius: 10px 10px 0 0;
}

.photoshow .text {
	font-size: 22px;
	line-height: 28px;
	color: #000;
	margin-top: 20px;
	text-align: center;
	font-weight: 700;
}

/*-------------howtouse----------------*/
.howtouse {
	padding: 60px 0 60px;
}

.howtouse .title h2 {
	text-align: center;
}

.howtouse .howtouse-inner {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin-top: 30px;
}

.howtouse .howtouse-inner .howtouse-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	gap: 10px;
	max-width: 305px;
	position: relative;
}

.howtouse .howtouse-inner .howtouse-card::after {
	content: '';
	position: absolute;
	top: 34%;
	left: -109px;
	width: 60px;
	height: 60px;
	border-top: 3px solid #0098dc;
	border-right: 3px solid #0098dc;
	transform: rotate(45deg) skew(15deg, 15deg);
}

.howtouse .howtouse-inner .howtouse-card:first-child::after {
	display: none;
}

.howtouse .howtouse-inner .howtouse-card img {
	border-radius: 30px;
	width: 305px;
}

.howtouse .yellow {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	margin-top: 40px;
	padding: 14px 20px 15px;
	border-radius: 15px;
	background: #fff9de;
}

.howtouse .yellow img {
	width: 42px;
}

.howtouse .yellow {
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 20px;
}

.howtouse .yellow p {
	font-weight: 600;
}

/*-------------reviews----------------*/
.reviews {
	background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(241, 251, 255, 1) 35%);
	padding: 65px 0 60px;
	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: -3rem;
	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 screen and (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;
	}

	.overview .overview-inner .overview-right .hand {
		width: 255px;
		right: 5%;
	}

	.hero .hero-inner:before {
		display: none;
	}

	.hero .hero-inner:after {
		display: none;
	}

	.hero-right .hero-img {
		position: absolute;
		top: 20%;
		left: -10%;
		z-index: 3;
		width: 200px;
	}

	.hero-right .hero-img-2 {
		position: absolute;
		transform: scale(1.3);
		bottom: 10%;
		right: -7%;
		z-index: 4;
	}

	.hero .AsFeaturedOn-pc {
		margin-top: 15px;
		max-width: 530px;
	}

	.steps-section .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
	}

	.overview .title h2 {
		font-size: 2.6875rem;
		line-height: 3rem;
		width: 120%;
	}

	.overview .overview-inner .overview-right .dogs {
		top: 0px;

	}

	.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;
	}


	.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 screen and (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 {
		left: -15%;
	}

	.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%;
	}

	.hero .AsFeaturedOn-pc .AdsSeenOn-inner .tv img {
		height: 1.875rem;
		width: auto;
	}

	.steps-section .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}

	.steps-section .title p {
		font-size: 1.0625rem;
		line-height: 1.5625rem;
	}



	.howitworks .title h2 {
		font-size: 2.25rem;
		line-height: 2.5rem;
	}



	.step-card p {
		font-size: 0.9375rem;
		line-height: 1.25rem;
	}



	.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;
	}



	.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 screen and (max-width: 991px) {
	.overview .overview-inner {
		grid-template-columns: 1fr;
	}

	.overview .btn-box {
		display: none;
	}

	.overview .overview-inner .overview-left {
		max-width: 500px;
	}

	.overview .overview-inner .overview-right .effectiveALL {
		margin: 0 auto;
	}

	.overview .overview-inner .overview-right .dogs {
		width: 530px;

		margin: 0 auto;
	}
}

@media screen and (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 screen and (max-width: 767px) {
	html {
		font-size: 15px;
	}

	.container {
		width: 100%;
		max-width: 600px;
	}

	header .header-inner {
		width: 100%;
		max-width: 600px;
	}

	header .header-inner .logo {
		max-width: 9.375rem;
	}

	header {
		height: 60px;
	}

	.hero .hero-inner .hero-left .rating {
		justify-content: center;
	}

	.show-mob {
		display: block;
	}

	.show-pc {
		display: none;
	}

	.overview .overview-inner .overview-right .hand {
		width: 215px;
	}

	.overview {
		padding: 25px 0 25px;
	}

	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;
	}

	.hero .AsFeaturedOn-pc {
		display: none;
	}

	.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);
		}
	}

	.overview .overview-inner .overview-left .title {}

	.overview .overview-inner .overview-right .effectiveALL {
		margin: 0 auto;
	}


	.overview .overview-inner .overview-right .dogs {
		width: 100%;
		padding: 0px 10px 0px 0px;
		margin: 0 auto;
	}

	.steps-section .title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.title h2 {
		font-size: 1.875rem;
		line-height: 2.125rem;
	}

	.overview .title h2 {
		font-size: 2rem;
		line-height: 2.4rem;
	}

	.overview .overview-inner .overview-text {
		font-size: 16px;
		line-height: 23px;
		margin-top: 15px;
	}

	.feature {
		padding: 25px 0 20px;
	}

	.feature .features-inner .features-row {
		flex-direction: column;
	}

	.feature .features-inner .features-row .features-item {
		width: 80%;
		max-width: 600px;
		margin: 0 auto;
		margin-bottom: 20px;
		position: relative;
	}

	.feature .features-inner .features-row .features-item {
		border-top: 1px solid #d3d3d3;
	}

	.feature .features-inner .features-row .features-item:first-child {
		border-top: initial;
	}

	.feature .features-inner .features-row:last-child .features-item {
		border-top: 1px solid #d3d3d3;
	}

	.feature .features-inner .features-row .features-item img {
		width: 80px;
		margin-top: 20px;
	}

	.feature .features-inner .features-row .features-item h3 {
		font-size: 22px;
		line-height: 26px;
	}

	.photoshow .text {
		font-size: 18px;
		line-height: 22px;
		color: #000;
		margin-top: 20px;
		text-align: center;
		font-weight: 700;
	}

	.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;
	}

	.reviews {
		padding: 2.5625rem 0 1.5625rem;
	}

	.photoshow .photoshow-s {
		flex-wrap: wrap;
		max-width: 380px;
		margin: 25px auto 30px;
		row-gap: 30px;
	}

	.photoshow .photoshow-s .photoes img {
		width: 108px;
		height: 124px;
		object-fit: cover;
		margin: 12px auto 0;
		border-radius: 10px;
	}



	.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;

	}

	.howtouse .howtouse-inner .howtouse-card::after {
		left: 40%;
		top: -50px;
		width: 30px;
		height: 30px;
		transform: rotate(135deg) skew(15deg, 15deg) translateX(-50%);
	}

	.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;
		text-align: center;
	}

	.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;
	}

	.howtouse .howtouse-inner {
		display: flex;
		flex-direction: column;
		justify-content: center;
		margin-top: 30px;
		gap: 80px;
	}

	.howtouse .howtouse-inner .howtouse-card {
		margin: 0 auto;
	}

	.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 screen and (max-width: 600px) {
	.overview .overview-inner .overview-right .hand {
		width: 185px;
	}

	.overview .overview-inner .overview-right .dogs {
		width: 80%;
		padding: 0px 10px 0px 0px;
		margin: 0 auto;
	}

	.feature .features-inner .features-row .features-item h3 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and (max-width: 520px) {
	html {
		font-size: 14px;
	}

	.btn-box {
		margin: 0 auto;
		max-width: 26.25rem;
		padding: 0rem 0.3rem;
	}



}

@media screen and (max-width: 480px) {}

@media screen and (max-width: 420px) {
	html {
		font-size: 14px;
	}

	.overview .overview-inner .overview-right .hand {
		width: 165px;
	}

	.overview .overview-inner .overview-left ul li {
		background: url(../img/overview-check.webp) no-repeat left 0.1875rem;
		font-size: 1.125rem;
		line-height: 2.25rem;
		padding: 0 0 0rem 2rem;
		margin-top: 5px;

	}

}

@media screen and (max-width: 360px) {
	html {
		font-size: 12px;
	}
}