@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-font-smoothing: antialiased;
	font-smoothing: antialiased;
	font-family: 'Inter';
	font-weight: normal;
}

div,
ul,
h1,
h2,
h3,
h4,
h5,
li,
p,
img,
form,
input,
textarea {
	margin: 0;
	padding: 0;
}

header,
section,
footer,
aside,
nav,
main,
article,
figure {
	display: block;
}

table,
tr,
td {
	border: 0;
}

a {
	outline: none;
	color: #333;
	text-decoration: none;
}

a:hover {
	outline: none;
	text-decoration: none;
}

img {
	border: none;
	height: auto;
	max-width: 100%;
}

li {
	list-style: none;
}

* {
	box-sizing: border-box;
}

.clearall {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

/*=========Fonts=======*/

@font-face {
	font-family: 'Inter';
	src: url('Inter-Bold.woff2') format('woff2'),
		url('Inter-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-ExtraBold.woff2') format('woff2'),
		url('Inter-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Inter';
	src: url('Inter-Medium.woff2') format('woff2'),
		url('Inter-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


@font-face {
	font-family: 'Inter';
	src: url('Inter-Regular.woff2') format('woff2'),
		url('Inter-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('RobotoCondensed-Black.woff2') format('woff2'),
		url('RobotoCondensed-Black.woff') format('woff');
	font-weight: 900;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('RobotoCondensed-Bold.woff2') format('woff2'),
		url('RobotoCondensed-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('RobotoCondensed-Regular.woff2') format('woff2'),
		url('RobotoCondensed-Regular.woff') format('woff');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto Condensed';
	src: url('RobotoCondensed-Medium.woff2') format('woff2'),
		url('RobotoCondensed-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}


/*-----------------------
MAIN CSS START
------------------------*/
.container {
	width: 1170px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

/*-----------------------
 		HEADER
------------------------*/
.header {
	background: #fff;
	float: left;
	width: 100%;
	height: 70px;
	padding: 20px 0;
	position: relative;
	-webkit-box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.1);
}

.logo {
	float: left;
}

a.header_call {
	float: right;
	font-size: 19px;
	line-height: 19px;
	color: #000;
	font-weight: bold;
	margin-top: 7px;
}

.header_call img {
	display: inline-block;
	vertical-align: middle;
	margin: -2px 8px 0 0;
	width: 24px;
}

/*-----------------------
		BANNER
------------------------*/
.banner_section {
	background: #fff;
	float: left;
	width: 100%;
	padding: 15px 0 50px;
}

.bnr_heading {
	font-size: 50px;
	line-height: 54px;
	color: #535353;
	font-family: 'Roboto Condensed';
	font-weight: bold;
}

.bnr_heading_line2 {
	display: block;
}

.bnr_highlight {
	text-decoration: underline;
	text-decoration-color: #ED99A9;
	text-underline-offset: 6px;
	text-decoration-thickness: 3px;
}

.bnr_block {
	margin: 30px auto 0;
	width: 100%;
	max-width: 1200px;
}

.bnr_left {
	float: left;
	width: 100%;
	border: 3px solid #d4d4d4;
	border-radius: 0;
	box-shadow: 0 4px 16px rgba(0,0,0,0.1), 0 10px 35px 6px rgba(237,153,169,0.17), 0 15px 60px 18px rgba(237,153,169,0.05);
}

.bnr_video_box {
	float: left;
	width: 100%;
	border: 5px solid #fce4e8;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.bnr_video_box img {
	margin: 0 auto 0;
	display: block;
}

.bnr_right {
	float: right;
	width: 36%;
	text-align: center;
}

.as_seen_on {
	float: left;
	width: 100%;
	font-size: 15px;
	line-height: 15px;
	color: #000;
	letter-spacing: 0.5px;
	font-weight: 500;
	position: relative;
}

.as_seen_on:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	right: 0;
	background: #cacaca;
	height: 1px;
}

.as_seen_on span {
	background: #fff;
	position: relative;
	z-index: 1;
	padding: 0 12px;
}

ul.seen_logo {
	margin: 20px auto 0;
	width: 100%;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

ul.seen_logo li {
	display: -webkit-flex;
	display: flex;
	align-items: center;
}

ul.seen_logo li img {
	margin: 0 auto 0;
	display: block;
}

.doctor_box {
	display: block;
	width: 100%;
	max-width: 790px;
	margin: 25px auto 0;
	background: #fff;
	border: 1px solid #e3e3e3;
	border-radius: 10px;
	padding: 30px;
	text-align: center;
	box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}

.doctor_ryan {
	margin: 0 auto 0;
	display: block;
	border: 3px solid #ED99A9;
	border-radius: 50%;
}

.doctor_name {
	font-size: 20px;
	line-height: 22px;
	color: #000;
	font-family: 'Roboto Condensed';
	font-weight: bold;
	letter-spacing: 0.5px;
	margin-top: 15px;
}

.doctor_degnat {
	font-size: 17px;
	line-height: 21px;
	color: #464646;
	font-family: 'Roboto Condensed';
	font-weight: normal;
	letter-spacing: 0.5px;
	margin-top: 5px;
}

.doctor_desc {
	font-size: 15px;
	line-height: 24px;
	color: #000;
	text-align: left;
	letter-spacing: 0.5px;
	border-top: 1px solid #e3e3e3;
	padding-top: 12px;
	margin-top: 15px;
}

a.check_btn {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 400px;
	height: 76px;
	line-height: 74px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Roboto Condensed';
	border-radius: 10px;
	background: #24c070;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	-webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
	margin-top: 45px;
}

a.check_btn img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 15px;
}

.btn-subline {
	display: block;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.5px;
	text-transform: uppercase;
	opacity: 0.85;
	line-height: 14px;
	margin-top: 6px;
}

a.check_btn:has(.btn-subline) {
	height: auto;
	line-height: 32px;
	padding: 16px 0 14px;
}

a.check_btn:has(.btn-subline) img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}

a.check_btn:has(.btn-subline) {
	position: relative;
}

.hidden-content-part > a.check_btn {
	margin-top: -20px;
	margin-bottom: 30px;
}

/*-----------------------
	OFFER STRIP
------------------------*/
.offer_strip {
	float: left;
	width: 100%;
	background: #ED99A9;
	padding: 20px 0 30px;
	position: relative;
}

.offer_strip:after {
	position: absolute;
	content: "";
	left: 50%;
	bottom: -20px;
	margin: 0 0 0 -24px;
	border-left: 24px solid transparent;
	border-right: 24px solid transparent;
	border-top: 20px solid #c4707f;
}

.offer_strp_heading {
	font-size: 35px;
	line-height: 41px;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-weight: bold;
}

.offer_block {
	margin: 0 auto 0;
	display: block;
	width: 100%;
	max-width: 440px;
}

.days {
	display: none !important;
}

.ylw_arrw1,
.ylw_arrw2 {
	display: inline-block;
	vertical-align: middle;
}

.ylw_arrw1 {
	margin: 0 10px 0 0;
}

.ylw_arrw2 {
	margin: 0 0 0 10px;
}

/*-----------------------
	SECTION 1
------------------------*/
.section_1 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px 0 70px;
}

.sec1_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0 30px;
}

.prod-gallery-tag {
	display: inline-block;
	background: #ED99A9;
	color: #fff;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 0.5px;
	padding: 6px 16px;
	border-radius: 20px;
	margin-bottom: 12px;
}

.prodDtls1-left {
	float: left;
	width: 46%;
	text-align: center;
	margin-top: 15px;
}

.slide-div>div {
	background: #f4f4f4;
	border-radius: 12px;
	border: 2px solid #ED99A9;
}

.prd-slide {
	margin: 0 auto 0;
}

.prod-dtls1-slide {
	float: left;
	width: 100%;
	position: relative;
}

.slide_div_inr {
	display: inline-block;
	vertical-align: top;
}

.s1_content {
	float: right;
	width: 50%;
	text-align: left;
}

.s1_heading {
	font-size: 46px;
	line-height: 54px;
	color: #ED99A9;
	font-family: 'Roboto Condensed';
	font-weight: 500;
}

.s1_review_strip {
	font-size: 15px;
	line-height: 16px;
	color: #616161;
	font-weight: 500;
	margin-top: 14px;
}

.s1_review_strip img {
	display: inline-block;
	vertical-align: middle;
	width: 125px;
	margin: -4px 10px 0 0;
}

ul.s1_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
	padding: 14px 0;
	margin-top: 20px;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

ul.s1_list li {
	text-align: center;
}

ul.s1_list li img {
	margin: 0 auto 0;
	display: block;
	width: 44px;
}

ul.s1_list li p {
	font-size: 15px;
	line-height: 21px;
	color: #000;
	font-weight: 500;
	margin-top: 10px;
}

.s1_text {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	letter-spacing: 0.5px;
	margin-top: 16px;
}

ul.s1_point {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 10px;
}

ul.s1_point li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	background: url(../images/s1-thik.png) no-repeat top 3px left;
	font-size: 20px;
	line-height: 24px;
	color: #000;
	margin-top: 14px;
	padding-left: 32px;
	font-weight: bold;
}

.s1_btn_box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 400px;
	margin-top: 30px;
}

.s1_btn_box a {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 76px;
	line-height: 74px;
	color: #fff;
	font-size: 32px;
	font-weight: bold;
	font-family: 'Roboto Condensed';
	border-radius: 10px;
	background: #24c070;
	text-align: center;
	text-transform: capitalize;
	letter-spacing: 1px;
	-webkit-box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
	box-shadow: 0 6px 5px 0 rgba(0, 0, 0, 0.2);
}

.s1_btn_box a img {
	display: inline-block;
	vertical-align: middle;
	margin: -4px 0 0 15px;
}

.s1_btn_box a:has(.btn-subline) {
	height: auto;
	line-height: 32px;
	padding: 16px 0 14px;
	position: relative;
}

.s1_btn_box a:has(.btn-subline) img {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	margin: 0;
}


.custmr-say {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: 30px;
}

.custmr-say p {
	font-size: 27px;
	line-height: 34px;
	color: #000;
	font-weight: 300;
	letter-spacing: 0.5px;
}

.custmr-say img {
	display: block;
	margin: 10px auto;
}

.medium {
	font-weight: 500;
}

.guarantee-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 1110px;
	border: 10px solid #c4707f;
	margin-top: 70px;
	background: #ED99A9;
}

.guarantee-box-top {
	float: left;
	width: 100%;
	background: #ED99A9;
}

.guarantee-box-mdl {
	width: 100%;
	padding: 10px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.guarantee-box-txt1 {
	width: 240px;
	padding: 18px 15px 25px;
	background: #fff;
	border-radius: 10px;
	font-size: 80px;
	line-height: 80px;
	color: #ED99A9;
	font-weight: bold;
	text-transform: uppercase;
}

.guarantee-box-txt1 span {
	font-size: 92px;
	line-height: 70px;
}

.guarantee-box-txt2 {
	float: right;
	width: calc(100% - 240px);
	font-size: 97px;
	line-height: 95px;
	letter-spacing: -2px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: left;
	padding-left: 35px;
	padding-top: 10px;
}

.guarantee-box-txt2 span {
	font-size: 106px;
	line-height: 111px;
}

.guarantee-box-txt3 {
	float: left;
	width: 100%;
	background: #c4707f;
	font-size: 40px;
	line-height: 45px;
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 15px;
	padding: 10px 10px 12px;
}

.guarantee-box-txt4 {
	float: left;
	width: 100%;
	text-align: left;
	font-size: 18px;
	line-height: 26px;
	color: #fff;
	padding: 20px 65px 20px;
}

/*-----------------------
	SECTION 2
------------------------*/
.section_2 {
	float: left;
	width: 100%;
	background: #FFF9F9;
	padding: 60px 0 70px;
	overflow: hidden;
}

.common_heading {
	font-size: 55px;
	line-height: 61px;
	color: #000;
	font-family: 'Roboto Condensed';
	font-weight: bold;
}

.s2_slider {
	width: 100%;
	margin: 55px auto 0;
}

.s2_slide {
	float: left;
}

.s2_slide img {
	margin: 0 auto 0;
	display: block;
	border: 5px solid #ffffff;
	border-radius: 15px;
	box-shadow: 0 0 8px 4px rgba(0, 0, 0, .1);
	-webkit-box-shadow: 0 0 8px 4px rgba(0, 0, 0, .1);
}

/*-----------------------
	SECTION 3
------------------------*/
.section_3 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px 0 140px;
	overflow: hidden;
	position: relative;
}

.s3-mdl {
	float: left;
	width: 100%;
	position: relative;
	padding: 0 70px;
	margin-top: 50px;
}

.s3_prod_img {
	position: absolute;
	right: -220px;
	top: 240px;
}

.s3-left {
	float: left;
	width: 58.50%;
	text-align: left;
	margin-top: 30px;
	position: relative;
}

.s3-ingredient-Box {
	float: left;
	width: 100%;
}

.s3-ing-dwn {
	float: left;
	width: 100%;
	padding: 0 10px;
	margin-top: 10px;
}

.ing-hdng {
	float: left;
	width: 100%;
	padding: 15px 30px 15px 0;
	border-bottom: 1px solid #ccc;
	background: url(../images/down-ic.png) no-repeat 99% center;
	text-align: left;
	cursor: pointer;
}

.ing-lft {
	display: inline-block;
	vertical-align: middle;
	width: 50px;
	margin: 0 15px 0 0;
}

.ing-hdng p {
	display: inline-block;
	vertical-align: middle;
	width: calc(100% - 85px);
	font-size: 26px;
	line-height: 30px;
	color: #000000;
	font-family: 'Roboto Condensed';
	font-weight: bold;
}

.ing-hdng.active {
	border: none;
	background: url(../images/up-ic.png) no-repeat 99% center;
}

.ing-hdng.active .ing-lft {
	display: none;
}

.s3-ing-dwnNew {
	padding: 10px 25px 20px;
	background: #ffffff;
	border-radius: 15px;
	box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.1);
}

.ing-content {
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 20px;
}

.ing-content p {
	float: left;
	width: calc(100% - 165px);
	font-size: 17px;
	line-height: 26px;
	color: #000000;
	text-align: left;
	letter-spacing: 0.3px;
}

.ing-rght-img {
	float: right;
	margin: 0 10px 0 0;
}

/*-----------------------
	SECTION 4
------------------------*/
.section_4 {
	float: left;
	width: 100%;
	background: linear-gradient(180deg, #fdfbfb 0%, #f5f0f0 100%);
	padding: 80px 0 90px;
	overflow: hidden;
}

.section_4 .common_heading {
	letter-spacing: 0.5px;
}

.ba-divider {
	width: 60px;
	height: 2px;
	background: #ED99A9;
	margin: 16px auto 0;
}

.ba-subtitle {
	font-size: 16px;
	color: #999;
	margin-top: 14px;
	font-style: italic;
	font-weight: 300;
	letter-spacing: 0.3px;
}

.ba-grid {
	max-width: 1040px;
	margin: 50px auto 0;
}

.ba-grid .ba-card {
	margin: 0 12px;
}

.ba-grid .slick-slide {
	opacity: 0.5;
	transform: scale(0.92);
	transition: opacity 0.4s ease, transform 0.4s ease;
}

.ba-grid .slick-center {
	opacity: 1;
	transform: scale(1);
}

.ba-grid .slick-dots {
	margin-top: 24px;
}

.ba-grid .slick-dots li button:before {
	font-size: 10px;
	color: #ED99A9;
}

.ba-grid .slick-prev,
.ba-grid .slick-next {
	z-index: 1;
	width: 50px;
	height: 50px;
	background-size: 50px;
}

.ba-grid .slick-prev {
	left: 10px;
	background-image: url(../images/prev.png);
}

.ba-grid .slick-next {
	right: 10px;
	background-image: url(../images/next.png);
}

.ba-card {
	position: relative;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 6px 24px rgba(0,0,0,0.08);
	border: 1px solid rgba(0,0,0,0.06);
	transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ba-card:hover {
	transform: translateY(-5px);
	box-shadow: 0 12px 36px rgba(0,0,0,0.15);
}

.ba-card::after {
	display: none;
}

.ba-card img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/*-----------------------
	SECTION 5
------------------------*/
.section_5 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px 0 70px;
}

.s5_review_block {
	margin: 60px auto 0;
	display: block;
	width: 100%;
	max-width: 990px;
}

.s5_review_block img {
	margin: 0 auto 0;
	display: block;
}

/* REVIEWS BLOCK */
.reviews-block {
	max-width: 800px;
	margin: 40px auto 0;
	text-align: left;
}

.review-card {
	border-bottom: 1px solid #e5e5e5;
	padding: 28px 0;
}

.review-card:first-child {
	padding-top: 0;
}

.review-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}

.review-stars {
	color: #f5a623;
	font-size: 22px;
	letter-spacing: 2px;
}

.review-verified {
	font-size: 13px;
	color: #2e8b57;
	font-weight: 600;
	font-family: 'Inter';
}

.review-title {
	font-size: 18px;
	font-weight: bold;
	color: #333;
	font-family: 'Roboto Condensed';
	margin-bottom: 14px;
}

.review-body-wrap {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.review-photo {
	flex-shrink: 0;
	width: 160px;
	height: 160px;
	border-radius: 8px;
	overflow: hidden;
	border: 2px solid #ED99A9;
}

.review-photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.review-text {
	font-size: 15px;
	line-height: 24px;
	color: #555;
	font-family: 'Inter';
}

.review-footer {
	display: flex;
	justify-content: space-between;
	margin-top: 14px;
	font-size: 13px;
	color: #999;
	font-family: 'Inter';
}

.review-name {
	font-weight: 600;
	color: #333;
}

/* PAGINATION */
.reviews-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-top: 30px;
}

.reviews-pagination button {
	border: none;
	background: #f0f0f0;
	color: #333;
	font-size: 16px;
	font-family: 'Inter';
	font-weight: 600;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	cursor: pointer;
	transition: background 0.2s, color 0.2s;
}

.reviews-pagination button:hover {
	background: #ddd;
}

.reviews-pagination button.active {
	background: #ED99A9;
	color: #fff;
}

.reviews-pagination button:disabled {
	opacity: 0.4;
	cursor: default;
}

.reviews-pagination button:disabled:hover {
	background: #f0f0f0;
}

.page-arrow {
	font-size: 22px !important;
	line-height: 1;
}

/* Review Modal */
.review-modal-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.75);
	z-index: 9999;
	justify-content: center;
	align-items: center;
}

.review-modal-overlay.active {
	display: flex;
}

.review-modal {
	background: #fff;
	border-radius: 12px;
	max-width: 820px;
	width: 92%;
	max-height: 90vh;
	display: flex;
	overflow: hidden;
	position: relative;
	box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.review-modal-close {
	position: absolute;
	top: 12px;
	right: 16px;
	font-size: 28px;
	background: none;
	border: none;
	cursor: pointer;
	color: #666;
	z-index: 2;
	line-height: 1;
}

.review-modal-close:hover {
	color: #333;
}

.review-modal-img {
	flex: 1 1 50%;
	min-height: 300px;
	max-height: 90vh;
	overflow: hidden;
	background: #f5f5f5;
}

.review-modal-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.review-modal-content {
	flex: 1 1 50%;
	padding: 32px 28px;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.review-modal-content .review-stars {
	color: #f5a623;
	font-size: 24px;
	letter-spacing: 2px;
	margin-bottom: 6px;
}

.review-modal-content .review-verified {
	font-size: 13px;
	color: #2e8b57;
	font-weight: 600;
	display: block;
	margin-bottom: 14px;
}

.review-modal-content .review-title {
	font-size: 20px;
	font-weight: bold;
	color: #333;
	font-family: 'Roboto Condensed';
	margin-bottom: 14px;
}

.review-modal-content .review-text {
	font-size: 15px;
	line-height: 1.6;
	color: #555;
	margin-bottom: 20px;
}

.review-modal-content .review-footer {
	font-size: 13px;
	color: #999;
}

.review-modal-content .review-name {
	font-weight: 600;
	color: #666;
	margin-right: 12px;
}

.review-modal-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: rgba(255,255,255,0.9);
	border: none;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
	color: #333;
	box-shadow: 0 2px 12px rgba(0,0,0,0.15);
	z-index: 10001;
	transition: background 0.2s ease, transform 0.2s ease;
}

.review-modal-nav:hover {
	background: #fff;
	transform: translateY(-50%) scale(1.08);
}

.review-modal-prev {
	left: 16px;
}

.review-modal-next {
	right: 16px;
}

/*-----------------------
	SECTION 6
------------------------*/
.section_6 {
	float: left;
	width: 100%;
	background: #ED99A9;
	padding: 60px 0 70px;
}

.white_text {
	color: #fff;
}

.s6_bonuses_block {
	margin: 60px auto 0;
	width: 100%;
	max-width: 1040px;

	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s6_bonuses_box {
	float: left;
	width: 48%;
	border: 2px solid #fff;
	border-radius: 12px;
	overflow: hidden;
	padding: 10px;
}

.s6_bonuses_content_box {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
}

.bonuses_top {
	float: left;
	width: 100%;
	background: #0d0d0d;
}

.bonuses_top img {
	margin: 0 auto 0;
	display: block;
}

.bonuses_strip {
	float: left;
	width: 100%;
	background: #030303;
	padding: 10px 0;
}

.bonuses_strip p {
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-family: 'Roboto Condensed';
	font-weight: 500;
	letter-spacing: 0.3px;
}

.bonuses_strip p span {
	color: #fff886;
}

.bonuses_details {
	float: left;
	width: 100%;
	background: #fff;
	padding: 25px 25px 30px;
}

.retail_price {
	font-size: 20px;
	line-height: 20px;
	color: #000;
}

.retail_price span {
	position: relative;
}

.retail_price span:before {
	content: "";
	position: absolute;
	left: -4px;
	top: 44%;
	border-bottom: 2px solid #ff0000;
	right: -6px;
	transform: rotate(-17deg);
}

.today_price {
	font-size: 25px;
	line-height: 25px;
	color: #000;
	margin-top: 12px;
}

.today_price span {
	font-weight: bold;
	color: #ff0000;
}

.bonuses_text {
	font-size: 17px;
	line-height: 25px;
	color: #333333;
	letter-spacing: 0.3px;
	margin-top: 25px;
}

/*-----------------------
	PACKAGE SECTION
------------------------*/
.package_sec {
	float: left;
	width: 100%;
	background: #fff;
	padding: 60px 0 70px;
}

/*-----------------------
	SECTION 7
------------------------*/
.section_7 {
	float: left;
	width: 100%;
	background: #fff;
	padding: 20px 0;
}

.s7_block {
	width: 100%;
	max-width: 2000px;
	margin: 0 auto 0;
	height: 380px;
	column-gap: 12px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s7_box1 {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	height: 100%;
	column-gap: 12px;
	flex: 1 0 0;
}

.s7_box1_col1 {
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	height: 100%;
}

.s7_box1_col1_row {
	width: 100%;
	height: 48%;
}

.s7-box1-imgs {
	display: block;
	margin: 0 auto;
	object-fit: cover;
	height: 100%;
	border-radius: 6px;
}

.s7-box1-img {
	margin: 20px auto 0;
}

.s7_box2 {
	max-width: 730px !important;
	background: #ED99A9;
	padding: 30px 25px;
	border-radius: 10px;
	height: 100%;
	flex: 2 0 0;
}

.mnybk_sealbox {
	display: inline-block;
	vertical-align: top;
	width: calc(100% + 50px);
	position: relative;
	margin: 0 0 0 -25px;
}

.mnybk_sealbox:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	background: #c4707f;
	height: 45px;
	margin-top: -25px;
}

.mnybk_seal {
	margin: 0 auto 0;
	display: block;
	position: relative;
	z-index: 1;
}

.mnybk_heading {
	font-size: 40px;
	line-height: 46px;
	color: #fff;
	font-weight: bold;
	margin-top: 12px;
}

.mnybk_text {
	font-size: 16px;
	line-height: 24px;
	color: #fff;
	letter-spacing: 0.5px;
	margin-top: 20px;
}

/*-----------------------
	SECTION 8
------------------------*/
.section_8 {
	float: left;
	width: 100%;
	background: #f7f7f7;
	padding: 60px 0 70px;
}

.faq-container {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 10px;
	max-width: 790px;
	margin-top: 20px;
}

.up-slide-dwn {
	float: left;
	width: 100%;
	background: #fff;
	border-radius: 8px;
	margin-top: 25px;
	padding: 0 20px;
	position: relative;
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}

.faq-innr {
	float: left;
	width: 100%;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/close-btn.png) no-repeat right 0 center;
	padding: 20px 28px 20px 0;
	font-size: 20px;
	line-height: 28px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	position: relative;
}

.acdn-heading.accordion-open {
	background: url(../images/open-btn.png) no-repeat right 0 center;
	border-bottom: 1px solid #efefef;
}

.acdn-content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 20px 0 10px;
}

.acdn-para {
	float: left;
	width: 100%;
	font-size: 17px;
	line-height: 25px;
	color: #000;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
}

/*-----------------------
    references section
------------------------*/
.references_section {
	float: left;
	width: 100%;
	padding: 30px 0 40px;
	background: #dcdcdc;
}

.hidden-content-part[style*="display:none"] + .references_section,
.hidden-content-part[style*="display: none"] + .references_section {
	margin-top: 150px;
}

.references_section p {
	font-size: 18px;
	line-height: 20px;
	color: #fff;
	letter-spacing: 0.5px;
}

ul.references_logo_list {
	float: left;
	width: 100%;
	margin-top: 20px;
}

ul.references_logo_list li {
	float: left;
	margin-left: 56px;
}

ul.references_logo_list li:first-child {
	margin-left: 0;
}

ul.references_logo_list li img {
	display: block;
	margin: 0 auto;
	width: auto;
	height: 72px;
}

/*-----------------------
    references link section
------------------------*/
.references_link_section {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.references_link_block {
	width: 100%;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

ul.references_link_point {
	width: 48%;
	text-align: left;
}

ul.references_link_point li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	position: relative;
	padding-left: 22px;
	font-size: 13px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #585858;
	margin-top: 25px;
}

ul.references_link_point li:first-child {
	margin-top: 0;
}

ul.references_link_point li span {
	position: absolute;
	top: 0;
	left: 0;
}

/*-----------------------
CSS FOR FOOTER
------------------------*/
.footer {
	float: left;
	width: 100%;
	text-align: center;
	background: #fff;
	padding: 50px 0;
	border-top: 1px solid #e7e7e7;
}

.footer_text1 {
	font-size: 15px;
	line-height: 20px;
	color: #333;
	letter-spacing: 0.5px;
}

.footer_text1 a {
	padding: 0 8px;
}

.footer_text2 {
	font-size: 14px;
	line-height: 20px;
	color: #333;
	letter-spacing: 0.5px;
	margin-top: 20px;
}

.footer_text3 {
	margin-top: 25px;
}


/*=======Media Query========*/
.show-mob,
.show-tab {
	display: none;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

@media only screen and (max-width:1400px) {
	.s3_prod_img {
		width: 690px;
		top: 330px;
	}
}

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

	.bnr_block {
		max-width: 1000px;
	}

	.bnr_heading {
		font-size: 45px;
		line-height: 50px;
	}

	.section_3 {
		padding: 60px 0 70px;
	}

	.s3-mdl {
		padding: 0;
	}

	.s3_prod_img {
		right: -303px;
		top: 305px;
		width: 665px;
	}

	.s7_block {
		height: 450px;
	}

	.mnybk_heading {
		font-size: 34px;
		line-height: 40px;
	}

	ul.references_logo_list li {
		margin-left: 40px;
	}

	ul.references_logo_list li img {
		height: 64px;
	}

	ul.references_link_point li p {
		word-break: break-all;
	}
}


@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	.bnr_heading {
		font-size: 34px;
		line-height: 40px;
	}

	.bnr_heading_line2 {
		display: inline;
	}

	.bnr_left {
		width: 100%;
	}

	.bnr_right {
		width: 47%;
	}

	.offer_strp_heading {
		font-size: 30px;
		line-height: 36px;
	}

	.section_1 {
		padding: 50px 0 60px;
	}

	.sec1_block {
		padding: 0;
	}

	.s1_heading {
		font-size: 38px;
		line-height: 48px;
	}

	ul.s1_point li {
		font-size: 18px;
		line-height: 22px;
	}

	.guarantee-box-mdl {
		padding: 20px 20px;
	}

	.guarantee-box-txt1 {
		width: 210px;
		padding: 18px 15px 25px;
		font-size: 70px;
		line-height: 70px;
	}

	.guarantee-box-txt2 {
		width: calc(100% - 210px);
		font-size: 67px;
		line-height: 65px;
		padding-left: 25px;
		padding-top: 10px;
	}

	.guarantee-box-txt2 span {
		font-size: 75px;
		line-height: 80px;
	}

	.guarantee-box-txt3 {
		font-size: 30px;
		line-height: 30px;
		letter-spacing: 11px;
		padding: 10px 10px 12px;
	}

	.guarantee-box-txt4 {
		padding: 20px 30px 20px;
	}

	.section_2 {
		padding: 50px 0 60px;
	}

	.common_heading {
		font-size: 40px;
		line-height: 48px;
	}

	.s2_slider {
		margin: 40px auto 0;
	}

	.section_3 {
		padding: 50px 0 100%;
		position: relative;
	}

	.s3-mdl {
		margin-top: 25px;
	}

	.s3-left {
		width: 100%;
	}

	.s3_prod_img {
		max-width: 88%;
		width: auto;
		margin: 0;
		right: 0;
		top: auto;
		bottom: 0;
	}

	.ing-hdng p {
		font-size: 24px;
		line-height: 28px;
	}

	.section_4 {
		padding: 50px 0 60px;
	}

	.section_5 {
		padding: 50px 0 60px;
	}

	.section_6 {
		padding: 50px 0 60px;
	}

	.s6_bonuses_block {
		margin: 45px auto 0;
	}

	.package_sec {
		padding: 50px 0 60px;
	}

	.s7_block {
		height: 420px;
	}

	.mnybk_seal {
		width: 110px;
	}

	.mnybk_heading {
		font-size: 28px;
		line-height: 34px;
	}

	.mnybk_text {
		font-size: 15px;
		line-height: 23px;
	}

	.section_8 {
		padding: 50px 0 60px;
	}

	.references_section {
		padding: 30px 0 30px;
	}

	ul.references_logo_list li {
		margin-left: 25px;
	}

	ul.references_logo_list li img {
		height: 49px;
	}

	.references_link_section {
		padding: 50px 0 60px;
	}

	.footer {
		padding: 45px 0;
	}
}

@media only screen and (max-width:767px) {
	.container {
		width: 100%;
		padding: 0 15px;
		max-width: 600px;
		box-sizing: border-box;
	}

	.show-mob {
		display: block;
	}

	.hide-mob {
		display: none;
	}

	.header {
		height: 55px;
		padding: 13px 0;
	}

	a.header_call {
		display: none;
	}

	.logo {
		float: none;
		margin: 0 auto 0;
		display: block;
		width: 150px;
	}

	.banner_section {
		padding: 10px 0 35px;
	}

	.bnr_heading {
		font-size: 24px;
		line-height: 30px;
	}

	.bnr_heading_line2 {
		display: inline;
	}

	.bnr_block {
		margin: 15px auto 0;
	}

	.bnr_left {
		width: 100%;
	}

	.bnr_right {
		width: 100%;
		margin-top: 18px;
	}

	.as_seen_on {
		font-size: 13px;
		line-height: 13px;
	}

	a.check_btn {
		max-width: 330px;
		height: 60px;
		line-height: 60px;
		font-size: 24px;
		margin-top: 30px;
	}

	.offer_strip {
		padding: 15px 0 20px;
	}

	.offer_strp_heading {
		font-size: 21px;
		line-height: 27px;
	}

	.ylw_arrw1,
	.ylw_arrw2 {
		width: 22px;
	}

	.ylw_arrw2 {
		margin: 0 5px 0 0;
	}

	.ylw_arrw2 {
		margin: 0 0 0 5px;
	}

	.offer_strip:after {
		bottom: -15px;
		margin: 0 0 0 -21px;
		border-left: 22px solid transparent;
		border-right: 22px solid transparent;
		border-top: 15px solid #ED99A9;
	}

	.section_1 {
		padding: 25px 0 40px;
	}

	.s1_heading {
		font-size: 30px;
		line-height: 38px;
	}

	.s1_review_strip {
		font-size: 14px;
		line-height: 14px;
	}

	.s1_review_strip img {
		width: 95px;
	}

	.prodDtls1-left {
		width: 100%;
		margin-top: 20px;
	}

	.s1_content {
		width: 100%;
	}

	.s1_content .s1_btn_box {
		margin: 30px auto 0;
		display: block;
	}

	ul.s1_list {
		padding: 10px 0;
	}

	ul.s1_list li img {
		width: 35px;
	}

	ul.s1_list li p {
		font-size: 13px;
		line-height: 18px;
	}

	ul.s1_point {
		margin-top: 8px;
	}

	ul.s1_point li {
		font-size: 17px;
		line-height: 21px;
		background-size: 16px;
		padding-left: 28px;
		margin-top: 12px;
	}

	.s1_btn_box {
		max-width: 330px;
		margin-top: 30px;
	}

	.s1_btn_box a {
		height: 60px;
		line-height: 60px;
		font-size: 24px;
	}

	.s1_btn_box a:has(.btn-subline) {
		height: auto;
		line-height: 28px;
		padding: 14px 0 12px;
	}

	.custmr-say {
		margin-top: 25px;
	}

	.custmr-say p {
		font-size: 19px;
		line-height: 21px;
	}

	.custmr-say img {
		width: 145px;
		margin: 4px auto;
	}

	.guarantee-box-mdl {
		padding: 15px 15px;
	}

	.guarantee-box-txt1 {
		width: 80px;
		padding: 6px 10px 8px;
		font-size: 24px;
		line-height: 27px;
		border-radius: 2px;
	}

	.guarantee-box-txt2 {
		width: calc(100% - 80px);
		font-size: 28px;
		line-height: 34px;
		padding-left: 15px;
		padding-top: 0;
		letter-spacing: 0.5px;
	}

	.guarantee-box-txt2 span {
		font-size: 32px;
		line-height: 34px;
	}

	.guarantee-box-txt3 {
		font-size: 15px;
		line-height: 22px;
		letter-spacing: 4px;
		padding: 8px 10px 10px;
	}

	.guarantee-box-txt4 {
		font-size: 16px;
		line-height: 25px;
		padding: 15px 15px 20px;
	}

	.guarantee-box {
		border: 6px solid #c4707f;
		margin-top: 40px;
	}

	.section_2 {
		padding: 25px 0 40px;
	}

	.common_heading {
		font-size: 30px;
		line-height: 36px;
	}

	.s2_slider {
		margin: 20px auto 0;
		width: calc(100% + 30px);
		margin-left: -15px;
	}

	.s2_slide {
		float: left !important;
		width: 280px !important;
	}

	.section_3 {
		padding: 25px 0 100%;
		position: relative;
	}

	.s3-left {
		margin-top: 10px;
	}

	.s3-ing-dwn {
		margin-top: 5px;
	}

	.s3-ing-dwnNew {
		padding: 10px 17px 20px;
	}

	.ing-hdng {
		padding: 8px 30px 10px 0;
	}

	.ing-hdng p {
		font-size: 22px;
		line-height: 26px;
	}

	.ing-content {
		margin-top: 7px;
		padding-top: 14px;
	}

	.ing-rght-img {
		margin: 10px 0px 0 0;
		width: 65px;
	}

	.ing-content p {
		width: calc(100% - 75px);
		font-size: 16px;
		line-height: 25px;
	}

	.s3_prod_img {
		max-width: 90%;
	}

	.section_4 {
		padding: 40px 0 50px;
	}

	.ba-grid .ba-card {
		margin: 0 6px;
	}

	.ba-subtitle {
		font-size: 14px;
	}

	.section_5 {
		padding: 25px 0 40px;
	}

	.s5_review_block {
		margin: 25px auto 0;
	}

	.reviews-block {
		margin-top: 25px;
	}

	.review-card {
		padding: 20px 0;
	}

	.review-card .review-top-row {
		display: flex;
		gap: 14px;
		align-items: center;
		margin-bottom: 12px;
	}

	.review-card .review-top-row .review-photo {
		flex-shrink: 0;
		width: 70px;
		height: 70px;
		border-radius: 8px;
	}

	.review-card .review-top-row .review-photo img {
		cursor: pointer;
	}

	.review-modal {
		flex-direction: column;
		max-height: 90vh;
	}

	.review-modal-img {
		flex: 0 0 auto;
		height: 250px;
		min-height: auto;
	}

	.review-modal-nav {
		width: 36px;
		height: 36px;
		font-size: 24px;
	}

	.review-modal-prev {
		left: 8px;
	}

	.review-modal-next {
		right: 8px;
	}

	.review-modal-content {
		padding: 20px 18px;
		flex: 1 1 auto;
		overflow-y: auto;
	}

	.review-card .review-top-row .review-meta .review-stars {
		font-size: 16px;
		letter-spacing: 1px;
	}

	.review-card .review-top-row .review-meta .review-verified {
		font-size: 11px;
	}

	.review-card .review-top-row .review-meta .review-title {
		font-size: 16px;
		font-weight: bold;
		color: #333;
		margin: 2px 0;
	}

	.review-card .review-top-row .review-meta .review-footer {
		font-size: 12px;
	}

	.review-card .review-top-row .review-meta .review-verified {
		font-size: 12px;
	}

	.review-card .review-header,
	.review-card > .review-title,
	.review-card > .review-footer,
	.review-card .review-body-wrap .review-photo {
		display: none;
	}

	.review-card .review-body-wrap {
		display: block;
	}

	.review-text {
		font-size: 15px;
		line-height: 24px;
	}

	.section_6 {
		padding: 25px 0 40px;
	}

	.s6_bonuses_block {
		margin: 0 auto 0;
	}

	.s6_bonuses_box {
		width: 100%;
		margin-top: 35px;
	}

	.bonuses_strip p {
		font-size: 15px;
		line-height: 21px;
	}

	.bonuses_strip p span {
		color: #ffde28;
	}

	.bonuses_details {
		padding: 20px 14px 20px;
	}

	.retail_price {
		font-size: 15px;
		line-height: 15px;
	}

	.today_price {
		font-size: 17px;
		line-height: 17px;
	}

	.bonuses_text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 18px;
	}

	.package_sec {
		padding: 25px 0 30px;
	}

	.section_7 {
		padding: 0 0 20px;
	}

	.s7_block {
		margin: 5px auto 0;
	}

	.s7_block {
		margin: 0 auto 0;
		column-gap: normal;
		height: auto;
		padding: 0;
	}

	.s7_box1 {
		width: 100%;
		column-gap: 5px;
		flex: none;
		height: auto;
		margin: 20px auto 0;
	}

	.s7_box1_col1 {
		width: 32.33%;
	}

	.s7_box1_col1_row {
		height: 49%;
	}

	.s7_box2 {
		flex: none;
		margin: 20px auto 0;
		width: 100%;
		max-width: 100% !important;
		border-radius: 0;
		padding: 25px 15px;
	}

	.s7_block {
		height: auto;
	}

	.mnybk_sealbox {
		width: calc(100% + 30px);
		margin: 0 0 0 -15px;
	}

	.mnybk_seal {
		width: auto;
	}

	.mnybk_heading {
		font-size: 22px;
		line-height: 28px;
	}

	.section_8 {
		padding: 25px 0 30px;
	}

	.faq-container {
		margin-top: 0;
		padding: 5px;
	}

	.up-slide-dwn {
		padding: 0 15px;
		margin-top: 22px;
	}

	.accordion {
		padding: 18px 22px 18px 0;
		font-size: 18px;
		line-height: 26px;
	}

	.acdn-para {
		font-size: 16px;
		line-height: 24px;
	}

	.doctor_blk {
		display: -webkit-flex;
		display: flex;
		align-items: center;
	}

	.doc_imgbox {
		width: 85px;
	}

	.doc_contbox {
		text-align: left;
		width: calc(100% - 85px);
		padding-left: 10px;
	}

	.doctor_name {
		font-size: 19px;
		line-height: 21px;
		margin-top: 0;
	}

	.doctor_degnat {
		font-size: 14px;
		line-height: 19px;
	}

	.references_section {
		padding: 20px 0 20px;
	}

	ul.references_logo_list {
		float: none;
		max-width: 370px;
		display: -webkit-flex;
		display: flex;
		margin: 5px auto 0;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.references_section p {
		font-size: 16px;
		line-height: 18px;
	}

	ul.references_logo_list li {
		margin-left: 0;
		margin-top: 10px;
	}

	ul.references_logo_list li img {
		height: 45px;
	}

	.references_link_section {
		padding: 30px 0 35px;
	}

	.references_link_block {
		flex-wrap: wrap;
	}

	ul.references_link_point {
		width: 100%;
	}

	ul.references_link_point li {
		margin-top: 15px;
	}

	.footer {
		padding: 25px 0 30px;
	}

	.footer_text2 {
		font-size: 13px;
		line-height: 18px;
	}

	.footer_text2 {
		font-size: 12px;
		line-height: 18px;
		margin-top: 15px;
	}

	.footer_text3 {
		margin-top: 20px;
	}
}

/*--------------------Tadda--------------------*/
.tadda {
	animation-name: tadda;
	-webkit-animation-name: tadda;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes tadda {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(12px);
	}

	100% {
		transform: translateX(0px);
	}
}

.taddaR {
	animation-name: taddaR;
	-webkit-animation-name: taddaR;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;
	animation-iteration-count: infinite;
	-webkit-animation-iteration-count: infinite;
}

@keyframes taddaR {
	0% {
		transform: translateX(0px)
	}

	50% {
		transform: translateX(-12px);
	}

	100% {
		transform: translateX(0px);
	}
}

/*-----------------------
	INTERSTITIAL OVERLAY
-------------------------*/
.interstitial-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.65);
	z-index: 2147483647;
	display: flex;
	align-items: center;
	justify-content: center;
	animation: interstitialFadeIn 0.3s ease;
}

@keyframes interstitialFadeIn {
	from { opacity: 0; }
	to { opacity: 1; }
}

.interstitial-card {
	background: #fff;
	border-radius: 14px;
	padding: 45px 50px;
	max-width: 420px;
	width: 90%;
	text-align: center;
	box-shadow: 0 20px 60px rgba(0,0,0,0.3);
}

.interstitial-logo {
	max-height: 29px;
	width: auto;
	margin-bottom: 30px;
}

.interstitial-spinner {
	width: 50px;
	height: 50px;
	margin: 0 auto 30px;
	position: relative;
}

.spinner-ring {
	width: 50px;
	height: 50px;
	border: 3px solid #eee;
	border-top-color: #ED99A9;
	border-radius: 50%;
	animation: spinnerRotate 0.8s linear infinite;
}

.interstitial-spinner.done .spinner-ring {
	animation: none;
	border-color: #4CAF50;
	border-top-color: #4CAF50;
}

.interstitial-spinner.done::after {
	content: '\2713';
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 24px;
	color: #4CAF50;
	font-weight: bold;
}

@keyframes spinnerRotate {
	to { transform: rotate(360deg); }
}

.interstitial-steps {
	text-align: left;
	margin-bottom: 24px;
}

.interstitial-step {
	display: flex;
	align-items: center;
	padding: 10px 0;
	opacity: 0.3;
	transition: opacity 0.3s ease;
}

.interstitial-step.active,
.interstitial-step.complete {
	opacity: 1;
}

.step-icon {
	width: 24px;
	height: 24px;
	min-width: 24px;
	border-radius: 50%;
	border: 2px solid #ddd;
	margin-right: 14px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	transition: all 0.3s ease;
}

.interstitial-step.active .step-icon {
	border-color: #ED99A9;
	background: #fff;
}

.interstitial-step.active .step-icon::after {
	content: '';
	width: 8px;
	height: 8px;
	background: #ED99A9;
	border-radius: 50%;
	animation: stepPulse 0.6s ease infinite alternate;
}

@keyframes stepPulse {
	from { opacity: 0.4; }
	to { opacity: 1; }
}

.interstitial-step.complete .step-icon {
	border-color: #4CAF50;
	background: #4CAF50;
}

.interstitial-step.complete .step-icon::after {
	content: '\2713';
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	animation: none;
}

.step-text {
	font-family: 'Inter', sans-serif;
	font-size: 15px;
	color: #333;
	letter-spacing: 0.3px;
}

.interstitial-step.complete .step-text {
	color: #4CAF50;
}

.interstitial-success {
	display: none;
	background: #f0faf0;
	border: 1px solid #4CAF50;
	border-radius: 8px;
	padding: 12px 18px;
	margin-bottom: 16px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #2e7d32;
	font-weight: bold;
	animation: successPop 0.4s ease;
}

.success-check {
	display: inline-block;
	margin-right: 4px;
}

@keyframes successPop {
	0% { opacity: 0; transform: scale(0.9); }
	100% { opacity: 1; transform: scale(1); }
}

.interstitial-note {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	color: #999;
	margin: 0;
}

@media only screen and (max-width:480px) {
	.bnr_heading {
		font-size: 18px;
		line-height: 24px;
	}
}

@media (max-width: 767px) {
	.interstitial-card {
		padding: 35px 30px;
		max-width: 340px;
	}

	.step-text {
		font-size: 14px;
	}
}