/* Product Hero Section Start */

#product-hero-section {
	margin-top: -105px;
	background-color: #fff;
}

#product-hero-section .product-content {
	margin-top: 185px;
}

#product-hero-section .product-content-inner {
	max-width: 332px;
	width: 100%;
	margin: auto;
}

#product-hero-section .product-content-inner-2 {
	max-width: 332px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
}

#product-hero-section .product-content-inner-2 .product-content-1 {
	max-width: 263px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}

#product-hero-section .product-content-inner-2 .product-content-1 h5 {
	font-size: 22px;
	line-height: 30px;
}

#product-hero-section .product-content-inner-2 .product-content-2 {
	padding-top: 50px;
	max-width: 297px;
	width: 100%;
	margin-left: 0px;
}

#product-hero-section .product-content-inner-2 .product-content-2 h5 {
	font-size: 18px;
	line-height: 26px;
	margin-bottom: 15px;
}

#product-hero-section .product-content-inner-2 .product-content-2 p {
	margin-bottom: 25px;
}

#product-hero-section .product-content-inner-2 .product-content-2 .button {
	max-width: 191px;
	width: 100%;
	height: 46px;
	margin-left: 0;
}

#product-hero-section .product-content-inner-2 .product-content-img {
	max-width: 185px;
	width: 100%;
	margin: auto;
}

/* Sensitivity Report Start */
#sensitivity-section {
	margin-top: 90px;
}

#sensitivity-section .sensitivity-inner {
	max-width: 332px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-1 {
	max-width: 325px;
	width: 100%;
	padding-top: 0px;
	padding-bottom: 50px;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-1 h5 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 20px;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-2 {
	padding-top: 50px;
	max-width: 295px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number {
	margin-bottom: 35px;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number .report-number-box {
	max-width: 22px;
	width: 100%;
	height: 22px;
	background-color: #022425;
	border-radius: 50%;
	margin-right: 20px;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number .report-number-box p {
	font-size: 11px;
	line-height: 18px;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number .report-text h6 {
	font-size: 16px;
	line-height: 24px;
}

#sensitivity-section .sensitivity-inner .sensitivity-content-img {
	max-width: 286px;
	width: 100%;
	margin: auto;
}

/* Reviews Start */
#reviews-section {
	margin-top: 110px;
}

#reviews-section .reviews-inner {
	max-width: 332px;
	width: 100%;
	margin: auto;
	margin-top: 40px;
}

#reviews-section .reviews-inner .reviews-content-1 {
	max-width: 208px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 110px;
}

#reviews-section .reviews-inner .reviews-content-1 h5 {
	font-size: 22px;
	line-height: 30px;
	margin-bottom: 33px;
}

#reviews-section .reviews-inner .reviews-content-1 p a {
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 20px;
}

#reviews-section .reviews-inner .reviews-content-1 img.star-img {
	width: 23px;
	height: 23px;
}

#reviews-section .reviews-inner .reviews-content-img {
	max-width: 274px;
	width: 100%;
	margin: auto;
	margin-bottom: 85px;
}


#reviews-section .reviews-inner .reviews-content-2 {
	width: 100%;
	margin: auto;
}

#reviews-section .reviews-inner .reviews-box .review-header {
	margin-bottom: 8px;
}

#reviews-section .reviews-inner .reviews-box .review-product-name {
	margin-bottom: 10px;
}

#reviews-section .reviews-inner .reviews-box .review-title {
	margin-bottom: 10px;
}

#reviews-section .reviews-inner .reviews-box p {
	font-size: 12px;
	line-height: 20px;
}

#reviews-section .reviews-inner .reviews-box .review-header .date {
	font-size: 12px;
	line-height: 20px;
}

#reviews-section .reviews-inner .reviews-box .review-header .stars img.star-img {
	width: 16px;
	height: 15px;
}

/* Swiper Slider */
.swiper {
	width: 100%;
	height: auto;
}

.swiper-slide {
	text-align: start;
	display: flex;
	justify-content: center;
	align-items: center;
}

/* Reset Swiper default buttons */
.swiper.reviewSwiper {
	overflow-x: hidden;
}

.swiper-navigation-icon {
	display: none;
}

.reviewSwiper {
	overflow: visible;
}

.reviewSwiper .swiper-button-prev,
.reviewSwiper .swiper-button-next {
	width: auto;
	height: auto;
	opacity: 1;
	color: inherit;
}

/* Common button style*/
.reviewSwiper .custom-nav {
	background: #BED9F3;
	border-radius: 2px;
	width: 36px;
	height: 34px;
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 9999;
}

/* Remove Swiper default arrow */
.reviewSwiper .swiper-button-prev::after,
.reviewSwiper .swiper-button-next::after {
	display: none;
}

.reviewSwiper .custom-nav img {
	width: 8px;
}

/* Hover & active */
.reviewSwiper .custom-nav:hover,
.reviewSwiper .custom-nav:active,
.reviewSwiper .custom-nav.active {
	background-color: #022425;
}

/* MOBILE: bottom center */
@media (max-width: 767px) {

	.reviewSwiper .swiper-button-prev.custom-nav,
	.reviewSwiper .swiper-button-next.custom-nav {
		bottom: -0px;
		top: auto;
		left: 58%;
		transform: translateX(-50%);
	}

	.reviewSwiper .swiper-button-prev.custom-nav {
		margin-left: -45px;
	}

	.reviewSwiper .swiper-button-next.custom-nav {
		margin-left: 0px;
	}
}

/* Tongue Section */
#tongue-section {
	max-width: 333px;
	width: 100%;
	margin: auto;
	margin-top: 150px;
}

#tongue-section .tongue-box {
	margin-top: 75px;
	margin-bottom: 60px;
}

#tongue-section .tongue-box img {
	margin-bottom: 75px;
}

/* Testimonial Section */
#testimonial-section nav .nav.nav-tabs .nav-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	padding: 0;
	margin: 10px 10px;
	color: rgba(71, 57, 41, .75);
	border: 0;
}

#testimonial-section nav .nav.nav-tabs .nav-link:hover,
#testimonial-section nav .nav.nav-tabs .nav-link:active {
	border: 0;
	border-bottom: 1px solid #022425;
	color: #022425;
}

#testimonial-section nav .nav.nav-tabs .nav-link.active {
	font-weight: 400;
	border-bottom: 1px solid #022425;
	color: #022425;
}

.nav-tabs {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	-webkit-overflow-scrolling: touch;
}

.nav-tabs .nav-link {
	flex: 0 0 auto;
	white-space: nowrap;
}

/* Optional: hide scrollbar */
.nav-tabs::-webkit-scrollbar {
	display: none;
}

#testimonial-section .tab-content {
	width: 100%;
}

#testimonial-section .tab-content h3 {
	font-size: 22px;
	line-height: 33px;
}

#testimonial-section .tab-content img {
	max-width: 272px;
	width: 100%;
	margin: auto;
}

#testimonial-section .tab-content h6.heading-6 {
	font-size: 12px;
	line-height: 18px;
}

/* Counter Section */
#counter-section {
	margin-top: 144px;
}

#counter-section h2.heading {
	margin-bottom: 40px;
}

#counter-section .number-box {
	margin: auto;
	width: 100px;
	height: 94px;
	background-color: rgba(190, 217, 243, .21);
	border-radius: 7px;
	margin-bottom: 10px;
}

#counter-section .number-box h3.count {
	font-size: 27px;
	line-height: 30px;
}

#counter-section h5.counter-text {
	font-size: 16px;
	line-height: 24px;
}

/* Chart Section */
#chart-section {
	margin-top: 0px;
}

#chart-section .chart-wrapper {
	width: 100%;
	max-width: 1213px;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	box-shadow: none;
	/* Adding some depth */
	border-radius: 8px;
	padding: 10px;
}

#chart-section .chart-container {
	height: 600px;
	min-width: 800px;
	/* This forces the scrollbar on screens < 800px */
	position: relative;
}

#chart-section .chart-details {
	max-width: 360px;
	width: 100%;
	margin: auto;
}

#chart-section .chart-details .chart-details-box {
	max-width: 173px;
	height: 127px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(2, 36, 37, 0.24);
	border-radius: 20px;
}

#chart-section .chart-details .chart-details-box .details {
	max-width: 130px;
	margin-bottom: auto;
	width: 100%;
	position: absolute;
}

#chart-section .chart-details .chart-details-box .details h5 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;

}

#chart-section .chart-details .chart-details-box .details h6 {
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 0px;
}

/* Report Section Start */
#reports-section {
	margin-top: -130px;
}

#reports-section .reports-bg img {
	width: 100%;
	object-fit: cover;
	height: 100%;
}

#reports-section .reports-content {
	position: absolute;
	width: 100%;
	max-width: 250px;
	margin: auto;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}

#reports-section .reports-content .reports-text p {
	margin-bottom: 80px;

}

#reports-section .reports-content button.button {
	max-width: 237px;
	width: 100%;
	margin: auto;
	margin-bottom: 20px;
}

#reports-section .reports-content .reports-button-1 button.button,
#reports-section .reports-content .reports-button-2 button.button,
#reports-section .reports-content .reports-button-4 button.button,
#reports-section .reports-content .reports-button-5 button.button {
	background-color: rgba(242, 255, 238, .55);
}


/* Quiz Now Section */
#quiz-section {
	margin-top: 105px;
	margin-bottom: 75px;
}

#quiz-section .right-content {
	background-image: url('../images/product/quiz-right-mobile.webp');
	background-size: cover;
	background-position: center;
	background-attachment: scroll;
	background-repeat: no-repeat;
	padding: 30px 20px;
}

#quiz-section .split-section {
	display: block;
}

#quiz-section .right-content {
	width: 100%;
	height: 277px;
}

#quiz-section .left-image {
	width: 100%;
	height: auto;
}

#quiz-section .left-image img {
	object-fit: cover;
}

#quiz-section button.button {
	width: 191px;
	height: 46px;
}

/* Different Section Start */
#different-section {
	margin-top: 160px;
}

#different-section .different-content {
	width: 100%;
}

#different-section .comparison-table {
	position: relative;
}

#different-section table {
	border-collapse: separate;
	border-spacing: 0;
}

#different-section .table td,
#different-section .table th {
	border-bottom: 1px solid rgba(0, 36, 37, 0.45);
	padding: 35px 16px;
}

#different-section .table h6 {
	margin-bottom: 6px;
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}

#different-section .table p {
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}

#different-section .highlight-col {
	border-left: 2px solid #CAF948;
	border-right: 2px solid #CAF948;
}

#different-section tbody tr:last-child .highlight-col {
	border-bottom: 2px solid #CAF948;
}

#different-section thead th.highlight-col {
	border-top: 2px solid #CAF948;
	border-radius: 24px 24px 0 0 !important;
}

#different-section thead tr th.highlight-col {
	border-top: 2px solid #CAF948;
	border-left: 2px solid #CAF948;
	border-right: 2px solid #CAF948;
	border-radius: 24px 24px 0 0;
}

#different-section .icon {
	width: 38px;
	height: 38px;
	border-radius: 50%;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
}

#different-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}

#different-section .icon.check {
	color: #473929;
}

#different-section .icon.cross {
	background: #fff;
	color: #473929;
}

/* Key Benefits Section Start */
#benefits-section {
	margin-top: 90px;
}

#benefits-section .benefits-content {
	max-width: 323px;
	width: 100%;
	margin: auto;
}

#benefits-section .benefits-content .benefits-text p {
	margin-bottom: 75px;
}

#benefits-section .benefits-content .benefits {
	margin-bottom: 35px;
}

#benefits-section .benefits-content .benefits {
	margin-bottom: 35px;
}

#benefits-section .benefits-content .benefits .circle {
	width: 26px;
	height: 26px;
	margin-left: 0px;
	margin-right: 20px;
	background: #022425;
	border-radius: 50%;
}

#benefits-section .benefits-content .benefits p {
	font-size: 18px;
	line-height: 26px;
}

#benefits-section .benefits-content button.button {
	max-width: 191px;
	height: 46px;
	width: 100%;
}

/* FAQs Sections */
#faq-section {
	margin-top: 125px;
}

#faq-section .accordion {
	border-radius: 0px;
}

#faq-section .accordion .accordion-item {
	border: 0;
	border-bottom: 1px solid rgba(2, 36, 37, .26);
}

#faq-section .accordion .accordion-item button[aria-expanded='true'] {
	border: 0;
	border-bottom: 1px solid #022425;
}

#faq-section .accordion button {
	position: relative;
	display: block;
	text-align: left;
	width: 100%;
	padding: 1.8em 1em;
	color: #022425;
	font-size: 1rem;
	font-weight: 400;
	border: none;
	background: none;
	outline: none;
	border-radius: 0px;
}

.accordion-item:last-of-type {
	border-radius: 0px !important;
}

#faq-section .accordion button:hover,
.accordion button:focus {
	cursor: pointer;
	color: #022425;
}

#faq-section .accordion button:hover::after,
#faq-section .accordion button:focus::after {
	cursor: pointer;
	color: #022425;
	border: 1px solid #022425;
}

#faq-section .accordion button .accordion-title {
	padding: 1em 1.5em 1em 0;
}

#faq-section .accordion button .icon {
	display: inline-block;
	position: absolute;
	top: 27px;
	right: 0;
	width: 22px;
	height: 22px;
	font-weight: 300px;
}

#faq-section .accordion button .icon {
	padding-right: 40px;
}

#faq-section .accordion button .icon::before {
	display: block;
	position: absolute;
	content: '';
	top: 13px;
	left: 7px;
	width: 14px;
	height: 1px;
	background: currentColor;
}

#faq-section .accordion button .icon::after {
	display: block;
	position: absolute;
	content: '';
	top: 7px;
	left: 13px;
	width: 1px;
	height: 14px;
	background: currentColor;
}

#faq-section .accordion button[aria-expanded='true'] {
	color: #022425;
}

#faq-section .accordion button[aria-expanded='true'] .icon::after {
	width: 0;
}

#faq-section .accordion button[aria-expanded='true']+.accordion-content {
	opacity: 1;
	max-height: 15em;
	transition: all 200ms linear;
	will-change: opacity, max-height;
}

#faq-section .accordion .accordion-content {
	opacity: 0;
	padding: 0px 1em;
	max-height: 0;
	overflow: hidden;
	transition: opacity 200ms linear, max-height 200ms linear;
	will-change: opacity, max-height;
}

#faq-section .accordion .accordion-content p {
	font-size: 12px;
	font-weight: 300;
	line-height: 20px;
	margin: 2rem 0;
}

#faq-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}

/* Reviews Start */

/* Star Reviews Section Start */
#reviewstar-section {
	margin-top: 120px;
}

#reviewstar-section .reviewstar-content {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

#reviewstar-section .reviewstar-content .reviewstar-box {
	max-width: 285px;
	width: 100%;
	margin: auto;
}

#reviewstar-section .reviewstar-box p.reviewstar-text {
	margin-bottom: 50px;
}

#reviewstar-section .reviewstar-box p.reviewstar-title {
	margin-bottom: 0px;
}

#reviewstar-section .reviewstar-box .reviewstar-header .star-img {
	width: 18px;
	height: 18px;
	margin: 2px;
	margin-bottom: 25px;
}

/* Sun Seekers Section */
#sunseekers-section {
	margin-top: 100px;
	margin-bottom: 140px;
}

#sunseekers-section nav .nav.nav-tabs .nav-link {
	font-size: 16px;
	line-height: 24px;
	font-weight: 300;
	padding: 0;
	margin: 10px 10px;
	color: rgba(71, 57, 41, .75);
	border: 0;

}

#sunseekers-section nav .nav.nav-tabs .nav-link:hover,
#sunseekers-section nav .nav.nav-tabs .nav-link:active {
	border: 0;
	border-bottom: 1px solid #022425;
	color: #022425;
}

#sunseekers-section nav .nav.nav-tabs .nav-link.active {
	font-weight: 400;
	border-bottom: 1px solid #022425;
	color: #022425;
}

#sunseekers-section .tab-content {
	width: 100%;
}

#sunseekers-section .tab-content img {
	max-width: 272px;
	width: 100%;
	margin: auto;
}

#sunseekers-section .tab-content h3 {
	font-size: 22px;
	line-height: 33px;
}

#sunseekers-section .tab-content h6.heading-6 {
	font-size: 12px;
	line-height: 18px;
}

/* Community Section Start */
#community-section {
	margin-top: 0px;
}

#community-section h5.heading-5 {
	font-size: 22px;
	line-height: 30px;
}

/* Desktop */
@media (min-width: 768px) {

	#product-section .product-content {
		margin-top: 170px;
	}

	#product-hero-section .product-content-inner {
		max-width: 507px;
		width: 100%;
		margin: auto;
	}

	#product-hero-section .product-content-inner-2 {
		max-width: 1206px;
	}

	#product-hero-section .product-content-inner-2 .product-content-1 {
		padding-top: 50px;
		max-width: 263px;
		width: 100%;
	}

	#product-hero-section .product-content-inner-2 .product-content-1 h5 {
		font-size: 30px;
		line-height: 38px;
	}

	#product-hero-section .product-content-inner-2 .product-content-img {
		max-width: 235px;
	}

	#product-hero-section .product-content-inner-2 .product-content-2 {
		max-width: 351px;
	}

	#product-hero-section .product-content-inner-2 .product-content-2 h5 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	#product-hero-section .product-content-inner-2 .product-content-2 p {
		margin-bottom: 35px;
	}

	#product-hero-section .product-content-inner-2 .product-content-2 .button {
		max-width: 282px;
		height: 54px;
		width: 100%;
		margin-left: 0;
	}

	/* Sensitivity Report Start */
	#sensitivity-section {
		margin-top: 230px;
	}

	#sensitivity-section .sensitivity-inner {
		max-width: 1317px;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-1 {
		padding-top: 50px;
		max-width: 263px;
		width: 100%;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-1 h5 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-img {
		max-width: 472px;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-2 {
		padding-top: 0px;
		max-width: 351px;
		margin-left: 0;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number {
		margin-bottom: 45px;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number .report-number-box {
		max-width: 30px;
		width: 100%;
		height: 30px;
		margin-right: 20px;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number .report-number-box p {
		font-size: 14px;
		line-height: 22px;
	}

	#sensitivity-section .sensitivity-inner .sensitivity-content-2 .report-number .report-text h6 {
		font-size: 21px;
		line-height: 29px;
	}

	/* Reviews Start */
	#reviews-section {
		margin-top: 260px;
	}

	#reviews-section .reviews-inner {
		max-width: 1227px;
	}

	#reviews-section .reviews-inner .reviews-content-1 {
		max-width: 264px;
		width: 100%;
		margin-right: 0px;
		margin-bottom: auto;
	}

	#reviews-section .reviews-inner .reviews-content-1 h5 {
		font-size: 30px;
		line-height: 38px;
		margin-bottom: 15px;
	}

	#reviews-section .reviews-inner .reviews-content-1 p a {
		font-size: 21px;
		line-height: 28px;
		margin-bottom: 20px;
	}

	#reviews-section .reviews-inner .reviews-content-1 .star-img {
		width: 28px;
		height: 28px;
	}

	#reviews-section .reviews-inner .reviews-content-img {
		max-width: 414px;
		margin-bottom: auto;
	}

	#reviews-section .reviews-inner .reviews-content-2 {
		max-width: 397px;
		width: 100%;
		margin: auto;
	}

	#reviews-section .reviews-inner .reviews-box .review-header {
		margin-bottom: 8px;
	}

	#reviews-section .reviews-inner .reviews-box .review-product-name {
		margin-bottom: 10px;
	}

	#reviews-section .reviews-inner .reviews-box .review-title {
		margin-bottom: 10px;
	}

	#reviews-section .reviews-inner .reviews-box p {
		font-size: 14px;
		line-height: 22px;
	}

	#reviews-section .reviews-inner .reviews-box .review-header .date {
		font-size: 14px;
		line-height: 22px;
	}

	#reviews-section .reviews-inner .reviews-box .review-header .stars img.star-img {
		width: 19px;
		height: 18px;
	}

	/* Tongue Section */
	#tongue-section {
		max-width: 737px;
		margin-top: 180px;
	}

	#tongue-section .tongue-box {
		margin-top: 120px;
		margin-bottom: 100px;
	}

	#tongue-section .tongue-box img {
		margin-bottom: 0px;
	}

	/* Counter Section */
	#counter-section .number-box {
		width: 159px;
		height: 150px;
		margin-bottom: 30px;
	}

	#counter-section h2.heading {
		margin-bottom: 115px;
	}

	#counter-section .number-box h3.count {
		font-size: 43px;
		line-height: 51px;
	}

	#counter-section h5.counter-text {
		font-size: 30px;
		line-height: 38px;
	}

	/* Chart Section Start */
	#chart-section .chart-details {
		max-width: 1287px;
	}

	#chart-section .chart-details .chart-details-box {
		max-width: 419px;
		height: 247px;
		width: 100%;
		border: 0px;
		border-radius: 20px;
	}

	#chart-section .chart-details .chart-details-box img {
		object-fit: cover;
	}

	#chart-section .chart-details .chart-details-box .details {
		max-width: 289px;
	}

	#chart-section .chart-details .chart-details-box .details h5 {
		font-size: 31px;
		line-height: 39px;
		margin-bottom: 0px;

	}

	#chart-section .chart-details .chart-details-box .details h6 {
		font-size: 21px;
		line-height: 29px;
		margin-bottom: 0px;
	}

	/* Report Section Start */
	#reports-section {
		margin-top: 60px;
	}

	#reports-section .reports-bg img {
		width: 100%;
		object-fit: cover;
		height: 100%;
	}

	#reports-section .reports-content {
		position: absolute;
		width: 100%;
		max-width: 1236px;
		margin: auto;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}

	#reports-section .reports-content .reports-button-1 button.button {
		max-width: 492px;
		height: 54px;
		width: 100%;
		margin: auto;
		margin-bottom: 126px;
	}

	#reports-section .reports-content .reports-button-2 button.button {
		max-width: 508px;
		height: 54px;
		width: 100%;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 70px;
	}

	#reports-section .reports-content .reports-button-3 button.button {
		max-width: 348px;
		height: 54px;
		width: 100%;
		margin: auto;
	}

	#reports-section .reports-content .reports-button-4 button.button {
		max-width: 443px;
		height: 54px;
		width: 100%;
		margin: auto;
		margin-top: 70px;
	}

	#reports-section .reports-content .reports-button-5 button.button {
		max-width: 486px;
		height: 54px;
		width: 100%;
		margin: auto;
		margin-top: 110px;
	}

	/* Testimonial Section */
	#testimonial-section nav .nav.nav-tabs .nav-link {
		font-size: 21px;
		line-height: 22px;
		margin: 5px 10px;
	}

	#testimonial-section .tab-content {
		width: 80%;
	}

	#testimonial-section .tab-content h3 {
		font-size: 30px;
		line-height: 40px;
	}

	#testimonial-section .tab-content h6.heading-6 {
		font-size: 21px;
		line-height: 30px;
	}

	/* Quiz Now Section */
	#quiz-section {
		margin-top: 267px;
		margin-bottom: 175px;
	}

	#quiz-section .split-section {
		display: flex;
		height: auto;
		flex-direction: row;
	}

	#quiz-section .left-image,
	#quiz-section .right-content {
		width: 50%;
	}

	#quiz-section .right-content {
		background-image: url('../images/product/quiz-right.webp');
		padding: 60px 40px;
	}

	#quiz-section .left-image img {
		width: 100%;
		height: 100%;
		object-fit: cover;
		transition: opacity 0.5s ease;
	}

	#quiz-section .right-content {
		height: auto;
	}

	#quiz-section button.button {
		width: 282px;
		height: 54px;
	}

	/* Different Section Start */
	#different-section {
		margin-top: 280px;
	}

	#different-section .different-content {
		max-width: 1302px;
		width: 100%;
		margin: auto;
	}

	#different-section .comparison-table {
		position: relative;
		width: 100%;
	}

	#different-section .table td,
	#different-section .table th {
		border-bottom: 1px solid rgba(0, 36, 37, 0.45);
		min-height: 111px;
	}

	#different-section .table h6 {
		margin-bottom: 6px;
		font-size: 21px;
		line-height: 29px;
		letter-spacing: 1px;
	}

	#different-section .table p {
		font-size: 16px;
		line-height: 24px;
		margin: 0;
	}

	#different-section .highlight-col {
		border-left: 2px solid #CAF948;
		border-right: 2px solid #CAF948;
	}

	#different-section tbody tr:last-child .highlight-col {
		border-bottom: 2px solid #CAF948;
	}

	#different-section thead th.highlight-col {
		border-top: 2px solid #CAF948;
		border-radius: 44px 44px 0 0 !important;
	}

	#different-section .icon {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		display: inline-flex;
		align-items: center;
		justify-content: center;
		font-size: 20px;
	}

	#different-section h5.heading-5 {
		font-size: 30px;
		line-height: 38px;
	}

	#different-section .icon.check {
		color: #473929;
	}

	#different-section .icon.cross {
		background: #fff;
		color: #473929;
	}

	/* Key Benefits Section Start */
	#benefits-section {
		margin-top: 300px;
	}

	#benefits-section .benefits-content {
		max-width: 1167px;
		width: 100%;
		margin: auto;
	}

	#benefits-section .benefits-content .benefits-text p {
		margin-bottom: 66px;
	}

	#benefits-section .benefits-content .benefits.box-2,
	#benefits-section .benefits-content .benefits.box-4 {
		margin-bottom: 40px;
	}

	#benefits-section .benefits-content .benefits.box-1,
	#benefits-section .benefits-content .benefits.box-3 {
		margin-bottom: 100px;
	}

	#benefits-section .benefits-content .benefits .circle {
		width: 30px;
		height: 30px;
		margin-left: 0px;
		margin-right: 20px;
		background: #022425;
		border-radius: 50%;
	}

	#benefits-section .benefits-content .benefits p {
		font-size: 30px;
		line-height: 38px;
	}

	#benefits-section .benefits-content button.button {
		max-width: 282px;
		height: 54px;
		margin-top: 60px;
	}

	/* FAQs */
	#faq-section {
		margin-top: 90px;
	}

	#faq-section h5.heading-5 {
		font-size: 30px;
		line-height: 40px;
	}

	#faq-section .accordion button .icon {
		top: 50px;
	}

	#faq-section .accordion button {
		height: 127px;
	}

	#faq-section .accordion button .icon {
		padding-right: 40px;
	}

	#faq-section .accordion .accordion-content p {
		font-size: 16px;
		line-height: 24px;
	}

	/* Star Reviews Section Start */
	#reviewstar-section {
		margin-top: 120px;
	}

	#reviewstar-section .reviewstar-content {
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	#reviewstar-section .reviewstar-content .reviewstar-box {
		max-width: 418px;
		width: 100%;
		margin: auto;
	}

	#reviewstar-section .reviewstar-box p.reviewstar-text {
		margin-bottom: 40px;
	}

	#reviewstar-section .reviewstar-box p.reviewstar-title {
		margin-bottom: 0px;
	}

	#reviewstar-section .reviewstar-box .reviewstar-header .star-img {
		width: 32px;
		height: 32px;
		margin: 2px;
		margin-bottom: 30px;
	}

	/* Sun Seekers Section */
	#sunseekers-section {
		margin-top: 120px;
		margin-bottom: 150px;
	}

	#sunseekers-section nav .nav.nav-tabs .nav-link {
		font-size: 21px;
		line-height: 22px;
		margin: 5px 10px;
	}

	#sunseekers-section .tab-content {
		width: 80%;
	}

	#sunseekers-section .tab-content h3 {
		font-size: 30px;
		line-height: 40px;
	}

	#sunseekers-section .tab-content h6.heading-6 {
		font-size: 21px;
		line-height: 30px;
	}

	/* Community Section Start */
	#community-section {
		margin-top: 0px;
	}

	#community-section h5.heading-5 {
		font-size: 30px;
		line-height: 42px;
	}

}