@charset "utf-8";
/* CSS Document */

body {
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	padding: 0;
	background: #fff;
	font-family: 'Figtree';
	font-weight: 400;
}

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: 'Figtree';
	src: url('../fonts/Figtree-ExtraBold.woff2') format('woff2'),
		url('../fonts/Figtree-ExtraBold.woff') format('woff');
	font-weight: 800;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Bold.woff2') format('woff2'),
		url('../fonts/Figtree-Bold.woff') format('woff');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-SemiBold.woff2') format('woff2'),
		url('../fonts/Figtree-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Medium.woff2') format('woff2'),
		url('../fonts/Figtree-Medium.woff') format('woff');
	font-weight: 500;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Figtree';
	src: url('../fonts/Figtree-Regular.woff2') format('woff2'),
		url('../fonts/Figtree-Regular.woff') format('woff');
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lora';
	src: url('../fonts/Lora-SemiBold.woff2') format('woff2'),
		url('../fonts/Lora-SemiBold.woff') format('woff');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Lora';
	src: url('../fonts/Lora-Medium.woff2') format('woff2'),
		url('../fonts/Lora-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=======*/
.top-fix-bar {
	float: left;
	width: 100%;
	margin-bottom: 62px;
}

.header {
	float: left;
	width: 100%;
	height: 62px;
	z-index: 9;
	margin-top: -62px;
	top: 62px;
	padding: 10px 0;
	position: relative;
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
}

.fixed-nav .header {
	position: fixed;
	background: #fff;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	margin-top: 0;
	top: 0;
	border-bottom: none;
	-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;
	width: 131px;
	margin-top: 7px;
}

.contact_btn {
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 500;
}

.header_btn {
	float: right;
	width: 164px;
	height: 40px;
	color: #fff;
	font-size: 14px;
	line-height: 40px;
	letter-spacing: 0.5px;
	text-align: center;
	font-weight: bold;
	border-radius: 50px;
	text-transform: capitalize;
	background: #00aeef;
}

.headersec {
	background: #fff;
	border-bottom: 1px solid #e1e1e1;
	padding: 10px 0;
	z-index: 9;
	width: 100%;
	position: relative;
}

.headersec.fixed-nav {
	position: fixed;
	background: #fff;
	z-index: 11;
	-webkit-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
	border-bottom: none;
	-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);
}

.headersec .logo-img img {
	max-height: 27px;
}

.headersec .btnsec {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	gap: 15px;
}

.headersec .login_btn {
	background-color: #090909;
	color: #fff;
	font-size: 14px;
	padding: 10px 35px;
	border-radius: 50px;
	letter-spacing: 0.5px;
	text-align: center;
	font-weight: bold;
}

/*=====BANNER=====*/
.banner {
	float: left;
	width: 100%;
	background: #fcfdfe;
	overflow: hidden;
}

.banner_block {
	width: 100%;
	padding: 45px 0 50px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.banner_content {
	float: left;
	width: 47%;
	text-align: left;
	position: relative;
}

.banner_rated_text {
	font-size: 14px;
	line-height: 16px;
	color: #000;
	letter-spacing: 0.5px;
}

.banner_rated_text img {
	display: inline-block;
	vertical-align: middle;
}

.green-star {
	width: 75px;
	margin: -3px 7px 0;
}

.Trustpilot {
	width: 66px;
	margin: -3px 0 0 5px;
}

.banner_heading {
	font-size: 48px;
	line-height: 60px;
	color: #25353f;
	font-weight: 600;
	font-family: 'Lora';
	margin-top: 20px;
}

.banner_text {
	font-size: 18px;
	line-height: 26px;
	color: #717171;
	margin-top: 20px;
}

.banner_text span {
	color: #000;
}

.banner_points {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.banner_points li {
	font-size: 16px;
	line-height: 20px;
	color: #000;
	text-align: left;
	background: url(../images/banner-bullet.webp) no-repeat;
	background-position: top 4px left;
	background-size: 15px;
	margin-top: 12px;
	padding-left: 28px;
}

.banner_content .common_button_box {
	margin-top: 35px;
}

.common_button_box {
	float: left;
	width: 100%;
	margin-top: 30px;
	text-align: center;
}
.s1_block .common_button_box{margin-top: auto;}
.banner_content .common_button_box {
	text-align: left;
}

.common_button_width {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 365px;
	text-align: center;
}

.common_button {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	height: 56px;
	font-size: 20px;
	line-height: 56px;
	color: #fff;
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.5px;
	text-transform: capitalize;
	border-radius: 50px;
	background: #00aeef;
}

.button-arrow {
	display: inline-block;
	vertical-align: middle;
	width: 23px;
	margin: -3px 0 0 15px;
}

.btn_demandAndSupply_list {
	width: 100%;
	margin: 0 auto 10px;
	column-gap: 10px;

	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_demandAndSupply_list li {
	font-size: 13px;
	line-height: 14px;
	color: #717171;
	text-align: left;
	text-transform: capitalize;
	position: relative;
}

.btn_demandAndSupply_list li:last-child {
	column-gap: 3px;
	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_demandAndSupply_list li:first-child:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 7px;
	margin: -3px 5px 0 0;
	border-radius: 50%;
	background: #0dc858;
	animation: breath 1.3s infinite;
}

@keyframes breath {
	0% {
		opacity: 1;
	}

	50% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

@keyframes fade {
	0% {
		opacity: 100%;
	}

	50% {
		opacity: 20%;
	}

	75% {
		opacity: 100%;
	}

	100% {
		opacity: 100%;
	}
}

.low_stock {
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	width: 60px;
	margin: 0 3px;
}

.low_stock span {
	float: left;
	width: 17%;
	height: 10px;
	background: #e6e6e6;
	transition: 0.5s;
}

.low_stock span.fade {
	animation: fade 1.2s ease-in-out infinite;
	background: #ef2000;
}

.btn_benifies_list {
	width: 100%;
	margin: 10px auto 0;
	column-gap: 9px;

	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_benifies_list li {
	font-size: 13px;
	line-height: 14px;
	color: #717171;
	text-align: left;
	position: relative;
	column-gap: 9px;

	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn_benifies_list li:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background: #717171;
}

.btn_benifies_list li:first-child:before {
	display: none;
}

.banner_img_box {
	width: 39.6%;
	position: relative;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}


.hero_image-warp {
	width: 100%;
	max-height: 560px;
	grid-column-gap: 12px;
	grid-row-gap: 12px;
	flex-flow: column wrap;
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr;
	grid-auto-columns: 1fr;
	display: grid;
}

.hero_image-warp-col {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-direction: column;
	row-gap: 10px;
}

.hero_image-box {
	width: 100%;
	border-radius: 15px;
	overflow: hidden;
	display: flex;
	align-items: flex-end;
}

.hero_image-box img {
	width: 100%;
	vertical-align: bottom;
	object-fit: cover;
	height: 100%;
}

.hero_image-warp-col-2 .hero_image-box {
	height: 173px;
}

.hero_image-warp-col-1 .hero_image-box1 {
	height: 311px;
}

.hero_image-warp-col-1 .hero_image-box2 {
	height: 225px;
}

/*=====AS SEEN=====*/
.as-seen {
	float: left;
	width: 100%;
	padding: 35px 0;
	background: #fff;
	border-bottom: 1px solid #ebebeb;
}

.as_seen_box {
	width: 100%;

	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.as-seen-cont {
	width: 134px;
	position: relative;
	padding-right: 30px;
	margin-right: 30px;
}

.as-seen-cont h3 {

	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 500;
}

.as-seen-cont:before {
	content: '';
	position: absolute;
	top: -5px;
	bottom: -5px;
	right: 0;
	width: 1px;
	background: #cecece;
}

ul.brand_list {
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	align-items: center;
	justify-content: center;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

ul.brand_list li {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.brand-logo {
	display: block;
	margin: 0 auto 0;
	height: 25px;
	width: auto;
}

/*=====SECTION 1=====*/
.section1 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	position: relative;
	background: #fff;
}

.common_heading {
	font-size: 52px;
	line-height: 60px;
	color: #25353f;
	font-weight: 600;
	font-family: 'Lora';
	text-align: center;
}

.common_text {
	font-size: 18px;
	line-height: 26px;
	color: #717171;
	margin-top: 25px;
	text-align: center;
}

.s1_block {
	width: 100%;
	margin: 60px auto 0;
	padding: 8px;
	border-radius: 20px;
	background: #fff;
	overflow: hidden;
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.s1_left {
	width: 47.23%;
	position: relative;
	z-index: 2;
}

.section-1__box__before-after {
	border-radius: 20px;
}

.s1_right {
	width: 52.77%;
}

.s1_box {
	float: left;
	width: 100%;
	padding: 35px 55px;
}

.info-slider {
	width: 100%;
	text-align: center;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.select_weight-top {
	float: left;
	width: 100%;
	text-align: center;
}

.current_weight {
	font-size: 20px;
	line-height: 20px;
	color: #000;
	font-weight: 500;
	font-family: 'Lora';
}

.weight-count {
	font-size: 30px;
	line-height: 30px;
	color: #000;
	margin-top: 20px;
}

.calculate_row {
	width: 100%;
	text-align: center;
	padding: 25px 30px;
	border-radius: 20px;
	position: relative;
	background: #e9f2f5;

	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.calculate-col1 {
    font-size: 16px;
    line-height: 24px;
    color: #000;
    font-weight: 500;
    font-family: 'Lora';
}

.weight-value {
    font-size: 40px;
    line-height: 48px;
    color: #000;
}
.weight-value span {
    font-size: 24px;
}
.weight-value span#returnVal {
	font-size: 62px;
}

.s1_mid_box {
	width: 100%;
	margin: 80px auto 0;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s1_mid_row {
	width: 48%;
	border-radius: 15px;
	position: relative;
	background: url(../images/s1-mid-bg.webp) repeat-x #eef8ea;
}

.s1_mid_row:last-child {
	background-color: #fdf9dd;
}

.s1_mid_row_cont {
	width: 100%;
	padding: 20px 307px 20px 40px;
	text-align: left;
}

.s1_mid_stock {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 16px;
	color: #000000;
	text-align: left;
	padding: 4px 20px 5px 28px;
	border: 1px solid #00b4dc;
	border-radius: 5px;
	position: relative;
	background: #fff;
}

.s1_mid_stock:before {
	content: '';
	position: absolute;
	top: 8px;
	left: 10px;
	width: 9px;
	height: 9px;
	border-radius: 50%;
	background: #78c95b;
	animation: pulse 2s ease-in-out infinite;
}

@keyframes pulse {

	0%,
	100% {
		opacity: 1;
	}

	50% {
		opacity: 0.4;
	}
}

.s1_mid_heading {
	font-size: 26px;
	line-height: 34px;
	color: #000;
	font-weight: bold;
	margin-top: 10px;
}

.s1_mid_heading span {
	font-size: 24px;
	font-weight: 400;
}

.s1_mid_button {
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 16px;
	color: #000;
	font-weight: 800;
	margin-top: 20px;
	padding: 8px 24px 8px;
	border: 1px solid #000;
	border-radius: 50px;
	transition: 0.3s ease-in-out;
}

.s1_mid_button:hover {
	color: #fff;
	border-color: #00aeef;
	background: #00aeef;
	transition: 0.3s ease-in-out;
}

.s1-mid-product {
	position: absolute;
	bottom: 0;
	right: 146px;
	width: 120px;
}

.s1-mid-oral {
	position: absolute;
	bottom: 0;
	right: 25px;
	width: 110px;
}

/*=====SECTION 2=====*/
.section2 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f6f9fc;
}

.s2_block {
	width: 100%;
	margin: 60px auto 15px;

	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
}

.s2_block_col {
	width: 31.90%;
	background: #fff;
	border-radius: 12px;
	padding: 0 24px 0;
	position: relative;
	text-align: center;
	/* overflow-x: clip; */

	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: column;
}

.s2_block_col:nth-child(2) {
	background: #0173BC;
	background: radial-gradient(circle, rgba(1, 115, 188, 1) 35%, rgba(1, 64, 128, 1) 74%);
}

.s2_block_col_top {
	text-align: left;
}

.step_circle {
	width: 24px;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #fff;
	margin: -12px auto 20px;
	border-radius: 50%;
	background: #00aeef;

	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s2_block_col_hdng {
	font-size: 26px;
	line-height: 30px;
	font-weight: 500;
	color: #000;
	letter-spacing: -0.5px;
	font-family: 'Lora';
}

.s2_block_col_text {
	font-size: 16px;
	line-height: 24px;
	color: #717171;
	margin: 15px auto 15px;
}

.s2_block_col_img {
	display: flex;
	justify-content: center;
	align-items: center;
}

.s2_block_col_img img {
	display: block;
	margin: 0 auto;
	max-width: none;
	height: 360px;
}

/*=====SECTION 3=====*/
.section3 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.s3_box {
	width: 100%;
	margin: 50px auto 10px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s3_row {
	width: 31%;
	text-align: left;
}

.s3_icn_box {
	width: 58px;
	height: 58px;
	margin-bottom: 20px;
	border-radius: 12px;
	background: #00aeef;

	display: -webkit-flex;
	display: flex;
	align-items: center;
	justify-content: center;
}

.s3-icn {
	display: block;
	margin: 0 auto 0;
	width: 56.9%;
}

.s3_row h3 {
	font-size: 26px;
	line-height: 30px;
	color: #25353f;
	font-weight: 500;
	font-family: 'Lora';
}

.s3_row p {
	font-size: 16px;
	line-height: 24px;
	color: #717171;
	margin-top: 15px;
}

/*=====SECTION 4=====*/
.section4 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f3f9fc;
}

.s4_box {
	width: 100%;
	max-width: 1570px;
	margin: 45px auto 10px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s4_row {
	width: 23.5%;
	padding: 25px 30px 35px;
	border-radius: 15px;
	background: #fff;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
}

.s4_row_cont {
	float: left;
	width: 100%;
	margin-bottom: 15px;
}

.s4_row_cont h3 {
	font-size: 26px;
	line-height: 30px;
	color: #25353f;
	font-weight: 500;
	font-family: 'Lora';
}

.s4_row_cont p {
	font-size: 16px;
	line-height: 22px;
	color: #717171;
	margin-top: 15px;
}

.s4-row-img {
	display: block;
	margin: 0 auto 0;
	width: 287px;
}

/*=====SECTION 5=====*/
.section5 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.s5_block {
	width: 100%;
	max-width: 910px;
	margin: 90px auto 0;
	position: relative;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s5_box {
	width: 49%;
	padding: 30px 30px;
	border-radius: 25px;
	background: #FEFEFF;
	background: linear-gradient(-90deg, rgba(254, 254, 255, 1) 15%, rgba(247, 247, 252, 1) 85%);
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, .2);

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
}

.s5_box.s5_box2 {
	background: linear-gradient(90deg, rgba(254, 254, 255, 1) 15%, rgba(247, 247, 252, 1) 85%);
}

.s5_box_row {
	width: 100%;
	padding-right: 40px;

	display: -webkit-flex;
	display: flex;
	align-items: center;
}

.s5_list {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.s5_list li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	text-align: left;
	margin-top: 35px;
	padding-left: 45px;
	position: relative;
}

.s5_list li:first-child {
	margin-top: 0;
}

.s5-list-icn {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
}

.s5_list li h3 {
	font-size: 24px;
	line-height: 30px;
	color: #25353f;
	font-weight: 500;
	font-family: 'Lora';
	padding-bottom: 10px;
	border-bottom: 1px solid #cccccc;
}

.s5_list li p {
	font-size: 20px;
	line-height: 26px;
	color: #717171;
	margin-top: 10px;
}

.s5_box_inr {
	float: left;
	width: 100%;
	text-align: left;
	padding-left: 80px;
}

.s5_top_text {
	font-size: 18px;
	line-height: 24px;
	color: #000;
	font-weight: 500;
}

.s5_start {
	font-size: 18px;
	line-height: 24px;
	color: #717171;
	margin-top: 30px;
}

.s5_price {
	width: 100%;
	margin-top: 8px;
	column-gap: 15px;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
}

.s5_current_price {
	font-size: 52px;
	line-height: 52px;
	color: #00aeef;
	font-weight: 600;
	font-family: 'Lora';
}

.s5_cut_price {
	font-size: 16px;
	line-height: 24px;
	color: #717171;
}

.s5_cut_price span {
	font-size: 20px;
	color: #aeaeae;
	font-weight: bold;
	position: relative;
}

.s5_cut_price span:before {
	content: '';
	position: absolute;
	top: 45%;
	left: -3px;
	right: -3px;
	height: 2px;
	background: #ff0000;
}

.s5_more {
	font-size: 16px;
	line-height: 22px;
	color: #717171;
	margin-top: 25px;
}

.s5_more span {
	font-size: 14px;
	color: #24bcbc;
}

.s5_box .common_button_box {
	margin-top: 30px;
}

.s5_points {
	float: left;
	width: 100%;
	margin-top: 12px;
}

.s5_points li {
	font-size: 16px;
	line-height: 22px;
	color: #4b4b4b;
	font-weight: 500;
	text-align: left;
	background: url(../images/s5-bullet.webp) no-repeat;
	background-position: top 2px left;
	background-size: 18px;
	margin-top: 8px;
	padding-left: 28px;
}

.s5-product {
	position: absolute;
	width: 115px;
	left: 44%;
	transform: translateX(-50%);
	filter: drop-shadow(-20px 15px 4px rgb(0, 0, 0, 0.2))
}

.s5-tirzepatide-product {
	top: -40px;
	transform: rotate(-20deg);
}

.s5-semaglutide-product {
	bottom: 69px;
	transform: rotate(20deg);
}

/*=====SECTION 6=====*/
.section6 {
	float: left;
	width: 100%;
	padding: 60px 0 0;
	background: #f6f9fc;
}

.s6-img {
	display: block;
	margin: 25px auto 0;
	width: 805px;
}

.s6_block {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin-top: -146px;
	padding: 10px 10px 50px;
	border-radius: 20px 20px 0 0;
	background: #fff;
}

.s6_box {
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
	z-index: 5;

	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.s6_col {
	width: 25%;
	padding: 30px 25px 5px;
	border-radius: 8px;
	position: relative;
	background: #fff;
}

.s6_col:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 1px;
	background: #e0e0e0;
}

.s6_col:last-child:before {
	display: none;
}

.s6_icn_box {
	width: 66px;
	height: 66px;
	margin: 0 auto 0;
	border: 1px solid #00aeef;
	border-radius: 12px;
	background: #FFFFFF;
	background: radial-gradient(circle, rgba(255, 255, 255, 1) 15%, rgba(245, 252, 254, 1) 85%);

	display: -webkit-flex;
	display: flex;
	justify-content: center;
	align-items: center;
}

.s6-icn {
	display: block;
	margin: 0 auto 0;
	width: 65.64%;
}

.s6_col h3 {
	font-size: 20px;
	line-height: 24px;
	color: #000;
	font-weight: 600;
	font-family: 'Lora';
	margin-top: 30px;
}

.s6_col p {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	margin-top: 12px;
}

/*=====SECTION 7=====*/
.section7 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #fff;
}

.testimonial_box {
	display: flex;
	display: -webkit-flex;
	flex-wrap: nowrap;
	overflow: hidden;
	margin: 40px auto 0;
}

.testimonial_row {
	width: auto;
	display: -webkit-flex;
	display: flex;
	flex-wrap: nowrap;
	-webkit-box-align: center;
	/* align-items: center; */
	-webkit-box-pack: center;
	justify-content: center;
	flex-shrink: 0;
	animation: testimonial_row 50s linear infinite;
}

.testimonial_column {
	display: -webkit-flex;
	display: flex !important;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;

	width: 345px !important;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
	margin: 45px 20px 15px;
	position: relative;
}

.testimonial_column_top {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	border-radius: 10px;
	background: #ffffff;
	overflow: hidden;
}

.testimonial_image_column {
	width: 49.5%;
}

.testimonial_image {
	display: block;
	margin: 0 auto 0;
}

.testimonial_column_bottom {
	display: flex;
	justify-content: start;
	flex-direction: column;
	flex: 1;
	width: 100%;
	text-align: left;
	padding: 20px 20px 25px;
}

.testimonial_star {
	display: block;
	width: 91px;
}

.testimonial_heading {
	font-size: 20px;
	line-height: 27px;
	color: #000000;
	font-weight: 500;
	margin-top: 20px;
}

.testimonial_paragrapgh {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-top: 15px;
	flex: 1 0 0;
}

.testimonial_user_box {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin-top: 25px;
}

.testimonial_user_name {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 600;
}

.testimonial_user_name span {
	color: #16ad36;
	font-size: 12px;
}

.testimonial_tick {
	display: inline-block !important;
	vertical-align: middle;
	margin: -2px 4px 0;
	width: 12px;
}

.testimonial_user_review {
	font-size: 12px;
	line-height: 12px;
	color: #fff;
	font-weight: 600;
	border-radius: 5px;
	padding: 7px 12px;
	background: #00aeef;
	position: absolute;
	top: -45px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	align-items: center;
}

.testimonial_arrow {
	display: inline-block !important;
	vertical-align: middle;
	margin: -2px 0 0 10px;
	width: 9px;
}

@keyframes testimonial_row {
	from {
		transform: translateX(0);
	}

	to {
		transform: translateX(-100%);
	}
}

/*=====SECTION 8=====*/
.section8 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	background: #f6f9fc;
}

.pkg_box {
	width: 100%;
	margin: 45px auto 0;
	row-gap: 30px;
    gap:10px;
	display: -webkit-flex;
	display: flex;
	/* flex-wrap: wrap; */
	justify-content: space-between;
}

.pkg_col {
    width: 33.33%;
    padding: 30px 20px 25px 20px;
    border: 1px solid #f2f2f2;
    border-radius: 22px;
    background: #fff;
    -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 8px 2px rgba(0, 0, 0, 0.1);
}
.pkg_col_inner {
	width: 100%;
	column-gap: 22px;
	/* height: 100%; */
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.pkg_content {
	text-align: left;
	display: flex;
	flex-direction: column;
	align-items: baseline;
}

.pkg_stock_strip {
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	padding: 5px 10px;
	border: 1px solid #80d9ed;
	border-radius: 4px;
	position: relative;
	background: #fff;
}

.pkg_stock_strip:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 9px;
	height: 9px;
	margin: -2px 8px 0 0;
	border-radius: 50%;
	background: #78c95b;
	animation: breath 1.3s infinite;
}

.pkg_heading {
	font-size: 24px;
	line-height: 30px;
	color: #000;
	font-weight: 400;
	margin-top: 15px;
}

.pkg_text {
	font-size: 16px;
	line-height: 26px;
	color: #000;
	margin-top: 8px;
}

.pkg_price {
	font-size: 20px;
	line-height: 28px;
	color: #747474;
	margin-top: 22px;
}

.pkg_price span {
	font-size: 30px;
	color: #000;
}

.pkg_col .common_button {
	height: 43px;
	font-size: 18px;
	line-height: 43px;
}

.pkg_product_box {
	width: 144px;
	flex-shrink: 0;
	-webkit-flex-shrink: 0;
}

.pkg-product {
	display: block;
	margin: 0 auto 0;
	width: 80%;
	filter: drop-shadow(0px 9px 3px rgb(0, 0, 0, 0.2));
}

.bannercardBottomPart .transparent {
	margin: 15px 0 10px;
	font-size: 13px;
	color: #25353f;
	font-weight: 600;
}

.bannercardBottomPart .pills {
	display: flex;
	gap: 8px;
	flex-wrap: wrap;
	align-items: center;
	margin: 0 0 0px;
	padding: 0;
	list-style: none;
	gap: 4px;margin-bottom: 15px;
}

.bannercardBottomPart .pill {
	font-size: 10px;
	padding: 3px 8px;
	border: 1px solid #00aeef;
	border-radius: 999px;
	background: #f4fcff;
	color: #00aeef;
}

/*=====SECTION 9=====*/
.section9 {
	float: left;
	width: 100%;
	padding: 60px 0 70px;
	position: relative;
	background: #fff;
	text-align: center;
}

.faq-box {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	max-width: 720px;
	margin: 20px 0 10px;
}

.up-slide-dwn {
	float: left;
	width: 100%;
	border-bottom: 1px solid #d1e0ec;
}

.faq-row {
	float: left;
	width: 100%;
}

.accordion {
	float: left;
	width: 100%;
	text-align: left;
	background: url(../images/close.webp) no-repeat;
	background-position: 99.5% center !important;
	padding: 20px 35px 20px 0;
	background-size: 14px !important;
	font-size: 20px;
	line-height: 26px;
	font-weight: 600;
	color: #000000;
	position: relative;
	cursor: pointer;
}

.acdn-heading.accordion-open {
	background: url(../images/open.webp) no-repeat;
}

.accordion-open .faq-row {
	padding: 25px 35px 25px 30px;
	background-color: #f3f9fc;
	border-radius: 8px;
	border: 2px solid #0292e2;
}

.acdn-content {
	float: left;
	width: 100%;
	text-align: left;
	padding: 0 25px 5px 0;
	margin-top: -15px;
}

.acdn-para {
	font-size: 16px;
	line-height: 24px;
	color: #000000;
	margin-bottom: 15px;
}

.up-slide-dwn:last-child {
	border-bottom: none;
}

/*-----------------------
         FOOTER
------------------------*/
.footer {
	float: left;
	width: 100%;
	background: #f3f9fc;
	padding: 60px 0 40px;
}

.ftr-links-inr {
	float: left;
	width: 100%;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
}

.ftr-links-col {
	text-align: left;
}

.ftr-links-col-1 {
	width: 26.5%;
	padding-right: 50px;
	margin-top: 0;
}

.ftr-links-col-2 {
	width: 20%;
	padding-right: 30px;
}

.ftr-links-col-3 {
	width: 18%;
}

.ftr-links-col-4 {
	width: 22%;
}

.ftr-links-col-5 {
	width: 10%;
}

.ftr-log {
	display: inline-block;
	vertical-align: top;
	width: 131px;
	margin-bottom: 25px;
}

.footer_text {
	font-size: 16px;
	line-height: 22px;
	color: #000;
	font-weight: 500;
}

.footer-seal {
	max-width: 100%;
	margin-top: 20px;
}

.ftr-links-hd {
	float: left;
	width: 100%;
	color: #000;
	font-size: 20px;
	line-height: 26px;
	font-weight: 500;
}

.ftr-links-list {
	float: left;
	width: 100%;
	margin-top: 16px;
}

.ftr-links-list.half {
	width: 50%;
}

.ftr-links-list.fr {
	float: right;
	width: 45%;
}

.ftr-links-list li {
	float: left;
	width: 100%;
	color: #000;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.2px;
	margin: 6px 0;
	font-weight: 500;
}

.ftr-links-list li a {
	color: #000;
}
.ftr-links-list li a:hover {
	color: #00aeef;
}
ul.ftr-contact-list {
	float: left;
	width: 100%;
	margin-top: 17px;
}

ul.ftr-contact-list li {
	float: left;
	width: 100%;
	color: #000000;
	font-size: 16px;
	line-height: 20px;
	letter-spacing: 0.2px;
	margin: 7px 0;
	position: relative;
}

.ftr_seal {
	display: block;
	width: 92px;
	margin: 45px auto 0;
}

.ftr-txt {
	float: left;
	width: 100%;
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	padding-top: 30px;
	border-top: 1px solid #d7d7d7;
	margin-top: 35px;
}

.ftbtm {
	width: 100%;
	border-top: 1px solid #d7d7d7;
	padding-top: 15px;
	margin-top: 35px;
	padding-bottom: 30px;
	float: left;
}

.copyright-txt {
	text-align: center;
	margin-top: 15px;
}

.footer-fineprint {
	text-align: center;
	font-size: 14px;
}

.footer-badges {
	margin: 18px auto 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 24px;
	flex-wrap: wrap;
	width: 100%;
}

.badge-slot {
	width: 90px;
	height: 90px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.badge-slot img {
	max-width: 100%;
	max-height: 100%;
	object-fit: contain;
}

/*================== Product details page ==================*/

/*=========Media Query=========*/
.show-mob,
.show-tab {
	display: none;
}

.mrgT0 {
	margin-top: 0 !important;
}

.blue_color {
	color: #00aeef;
}

.white_color {
	color: #fff;
}

.extra_bold {
	font-weight: 800;
}

.red_color {
	color: #ff0000;
}

@media only screen and (max-width:1400px) {
	.banner_heading {
		font-size: 48px;
	}
}

@media only screen and (max-width:1200px) {
	.container {
		width: 1004px;
	}

	.banner_content {
		width: 55%;
	}

	.banner_img_box {
		width: 42%;
	}

	.hero_image-warp-col-2 .hero_image-box {
		height: 170px;
	}

	.hero_image-warp-col-1 .hero_image-box1 {
		height: 290px;
	}

	.s1_left {
		width: 50%;
	}

	.s1_right {
		width: 50%;
	}

	.s1_box {
		padding: 15px 35px;
	}

	.weight-value {
        font-size: 28px;
        line-height: 40px;
    }

	.weight-value span {
		font-size: 20px;
	}
	.weight-value span#returnVal {
    font-size: 34px;
}

	.calculate-col1 {
		font-size: 14px;
		line-height: 24px;
	}

	.s1_mid_row_cont {
		padding: 20px 239px 20px 30px;
	}

	.s1-mid-product {
		right: 106px;
		width: 100px;
	}

	.s1-mid-oral {
		right: 20px;
		width: 75px;
	}

	.s2_block_col_img img {
		height: 320px;
	}

	.s4_box {
		max-width: 790px;
		row-gap: 30px;
	}

	.s4_row {
		width: 48.5%;
	}

	.pkg_col {
		padding: 30px 30px 35px 30px;
	}

	.pkg_product_box {
		width: 125px;
	}

	.pkg_heading {
		font-size: 26px;
		line-height: 30px;
	}

	.pkg_text {
		font-size: 18px;
		line-height: 26px;
	}
}


@media only screen and (max-width:1021px) {
	.container {
		width: 750px;
	}

	.show-desk {
		display: none;
	}

	.show-tab {
		display: block;
	}

	ul.mainMenu {
		margin: 14px 0 0 16px;
	}

	ul.mainMenu li {
		padding: 0 10px;
	}

	ul.mainMenu li a {
		font-size: 14px;
		line-height: 14px;
	}

	.banner_content {
		width: 62%;
	}

	.banner_heading {
		font-size: 38px;
		line-height: 50px;
		margin-top: 15px;
	}

	.banner_text {
		font-size: 17px;
		line-height: 25px;
	}

	.btn_benifies_list li {
		font-size: 12px;
	}

	.banner_img_box {
		width: 35%;
	}

	.hero_image-warp-col-2 .hero_image-box {
		height: 155px;
	}

	.hero_image-warp-col-1 .hero_image-box1 {
		height: 277px;
	}

	.hero_image-warp-col-1 .hero_image-box2 {
		height: 200px;
	}

	.as-seen {
		padding: 30px 0 27px;
	}

	.as-seen-cont {
		width: 100px;
		font-size: 13px;
		line-height: 13px;
		padding-right: 20px;
		margin-right: 20px;
	}

	.as-seen-cont:before {
		top: -2px;
		bottom: -3px;
	}

	.brand-logo {
		height: 17px;
	}

	.section1 {
		padding: 50px 0 60px;
	}

	.common_heading {
		font-size: 40px;
		line-height: 51px;
	}
	.footer-fineprint {
		    font-size: 13px;
	}

	.common_text {
		font-size: 17px;
		line-height: 25px;
		margin-top: 20px;
	}

	.s1_block {
		max-width: 600px;
		margin: 45px auto 0;
		flex-direction: column;
	}

	.s1_left,
	.s1_right {
		width: 100%;
	}

	.s1_box {
		padding: 40px;
	}

	.s1_mid_row_cont {
		padding: 20px 197px 20px 25px;
	}

	.s1-mid-product {
		right: 96px;
		width: 88px;
	}

	.s1-mid-oral {
		right: 15px;
		width: 75px;
	}

	.s1_mid_heading {
		font-size: 24px;
		line-height: 30px;
	}

	.s1_mid_heading span {
		font-size: 22px;
	}

	.s1_mid_box {
		margin: 50px auto 0;
	}

	.s1_mid_row_cont {
		padding: 20px 147px 20px 25px;
	}

	.s1-mid-product {
		right: 76px;
		width: 68px;
	}

	.s1-mid-oral {
		right: 15px;
		width: 55px;
	}

	.s1_mid_heading {
		font-size: 22px;
		line-height: 28px;
	}

	.s1_mid_heading span {
		font-size: 19px;
	}

	.section2 {
		padding: 50px 0 60px;
	}

	.s2_block {
		margin: 50px auto 5px;
	}

	.s2_block_col {
		padding: 0 20px 0;
	}

	.step_circle {
		margin: -12px auto 15px;
	}

	.s2_block_col_hdng {
		font-size: 24px;
		line-height: 28px;
	}

	.s2_block_col_img img {
		height: 240px;
	}

	.section3 {
		padding: 50px 0 60px;
	}

	.s3_row h3 {
		font-size: 24px;
		line-height: 30px;
	}

	.section4 {
		padding: 50px 0 60px;
	}

	.section5 {
		padding: 50px 0 60px;
	}

	.s5_block {
		margin: 50px auto 0;
	}

	.s5_box {
		padding: 25px 25px;
	}

	.s5_box_row {
		padding-right: 30px;
	}

	.s5_list li {
		padding-left: 40px;
	}

	.s5-list-icn {
		width: 26px;
	}

	.s5_list li h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.s5_list li p {
		font-size: 18px;
		line-height: 24px;
	}

	.s5_box_inr {
		padding-left: 65px;
	}

	.s5_top_text {
		font-size: 17px;
		line-height: 23px;
	}

	.s5_start {
		font-size: 17px;
		line-height: 23px;
	}

	.s5-product {
		width: 95px;
	}

	.s5-tirzepatide-product {
		top: -20px;
	}

	.s5-semaglutide-product {
		bottom: 159px;
	}

	.section6 {
		padding: 50px 0 0;
	}

	.s6-img {
		width: 635px;
	}

	.s6_block {
		margin-top: -115px;
		padding: 10px 10px 30px;
	}

	.s6_col {
		padding: 30px 12px 5px;
	}

	.s6_icn_box {
		width: 60px;
		height: 60px;
	}

	.s6_col h3 {
		font-size: 18px;
		line-height: 22px;
		margin-top: 25px;
	}

	.s6_col p {
		font-size: 14px;
		line-height: 20px;
	}

	.section7 {
		padding: 50px 0 60px;
	}

	.section8 {
		padding: 50px 0 60px;
	}

	.pkg_box {
		margin: 35px auto 0;
		row-gap: 20px;
	}

	.pkg_col {
		padding: 25px 20px 30px;
	}

	.pkg_col_inner {
		column-gap: 15px;
	}

	.pkg_stock_strip {
		font-size: 12px;
		line-height: 12px;
	}

	.pkg_stock_strip:before {
		width: 7px;
		height: 7px;
		margin: -2px 6px 0 0;
	}

	.pkg_product_box {
		width: 93px;
	}

	.pkg_heading {
		font-size: 21px;
		line-height: 25px;
		margin-top: 15px;
	}

	.pkg_text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 12px;
	}

	.pkg_price {
		font-size: 17px;
		line-height: 25px;
		margin-top: 25px;
	}

	.pkg_price span {
		font-size: 25px;
	}

	.section9 {
		padding: 50px 0 60px;
	}

	.footer {
		padding: 40px 0;
	}

	.ftr-log {
		width: 111px;
	}

	.ftr-links-col-1 {
		padding-right: 15px;
	}

	.ftr-links-col-2 {
		padding-right: 13px;
	}

	.ftr-links-list li {
		margin: 4px 0;
		font-size: 13px;
		line-height: 19px;
		letter-spacing: 0;
	}

	.ftr-links-hd {
		font-size: 18px;
		line-height: 20px;
		margin-top: 10px;
	}

	.ftr_seal {
		width: 65px;
	}

	.ftr-txt {
		font-size: 15px;
		line-height: 20px;
		padding-top: 25px;
		margin-top: 30px;
	}

}

@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;
	}

	.top-fix-bar {
		margin-bottom: 45px;
	}

	.header {
		height: 45px;
		margin-top: -45px;
		top: 45px;
		padding: 10px 0;
	}

	.header_box {
		height: 45px;
	}

	.logo {
		width: 120px;
		margin: 0 auto 0;
		float: none;
		display: block;
	}

	ul.mainMenu {
		display: none;
	}

	.header_btn {
		display: none;
		width: 105px;
		height: 30px;
		font-size: 13px;
		line-height: 30px;
	}

	.banner {
		padding: 25px 0 30px;
	}

	.banner_block {
		padding: 0;
	}

	.banner_content {
		width: 100%;
		padding: 0;
		text-align: center;
	}

	.banner_content .common_button_box {
		text-align: center;
	}

	.banner_rated_text {
		font-size: 12px;
		line-height: 14px;
	}

	.green-star {
		width: 63px;
		margin: -3px 3px 0;
	}

	.Trustpilot {
		width: 56px;
		margin: -3px 0 0 3px;
	}

	.banner_heading {
		font-size: 32px;
		line-height: 40px;
		letter-spacing: normal;
		margin-top: 10px;
	}

	.banner_text {
		font-size: 16px;
		line-height: 22px;
		margin-top: 15px;
		padding: 0 15px;
	}

	.banner_points {
		display: inline-block;
		vertical-align: top;
		float: none;
		width: auto;
		margin-top: 2px;
	}

	.banner_points li {
		font-size: 15px;
		line-height: 18px;
		background-position: top 4px left;
		background-size: 13px;
		margin-top: 10px;
		padding-left: 24px;
	}

	.common_button_box {
		margin-top: 30px;
		text-align: center;
	}
	.s1_block .common_button_box{margin-top: 0px;}
	.bannercardBottomPart .pills{margin-bottom: 0;}
	.pkg_box .common_button_box {
		margin-top: 30px;
	}

	.common_button_width {
		max-width: 300px;
	}

	.banner_content .common_button_box {
		margin-top: 25px;
	}

	.common_button {
		height: 47px;
		font-size: 18px;
		line-height: 47px;
	}

	.button-arrow {
		width: 19px;
		margin: -3px 0 0 12px;
	}

	.btn_demandAndSupply_list li {
		font-size: 12px;
		line-height: 12px;
	}

	.btn_demandAndSupply_list li:first-child:before {
		width: 6px;
		height: 6px;
	}

	.low_stock {
		width: 50px;
	}

	.low_stock span {
		width: 17%;
	}

	.btn_benifies_list {
		column-gap: 8px;
	}

	.btn_benifies_list li {
		column-gap: 8px;
	}

	.banner_img_box {
		width: 100%;
		justify-content: center;
	}

	.banner-img {
		display: none;
	}

	.hero_image-warp {
		grid-template-columns: 1fr 1fr 1fr;
		max-width: 420px;
		margin: 30px auto 0;
	}

	.hero_image-warp-col-1 .hero_image-box {
		height: 100%;
	}

	.hero_image-box img {
		object-fit: cover;
		height: 100%;
	}

	.hero_image-warp-col-2 .hero_image-box2 {
		height: 170px;
	}

	.hero_image-warp-col-2 .hero_image-box3 {
		height: 100px;
	}

	.hero_image-warp-col-3 .hero_image-box4 {
		height: 130px;
	}

	.hero_image-warp-col-3 .hero_image-box5 {
		height: 140px;
	}

	.as-seen {
		padding: 17px 0 17px;
	}

	.as-seen-cont:before {
		display: none;
	}

	.as-seen-cont {
		width: 100%;
		font-size: 15px;
		line-height: 15px;
		padding-right: 0;
		margin-right: 0;
		text-align: center;
	}

	.brand_strip_scroller {
		width: 100%;
		overflow: hidden;
		display: flex;
		flex-wrap: nowrap;
		margin-top: 12px;
	}

	ul.scroll_brand_list {
		display: flex;
		flex-wrap: nowrap;
		-webkit-box-align: center;
		align-items: center;
		-webkit-box-pack: center;
		justify-content: center;
		flex-shrink: 0;
		animation: marquee-horizontal 20s linear infinite;
	}

	ul.scroll_brand_list li {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 13px;
		position: relative;
	}

	.brand-logo {
		height: 23px;
	}


	@keyframes marquee-horizontal {
		from {
			transform: translateX(0);
		}

		to {
			transform: translateX(-100%);
		}
	}

	.section1 {
		padding: 30px 0 35px;
	}

	.common_heading {
		font-size: 26px;
		line-height: 32px;
	}

	.common_text {
		font-size: 16px;
		line-height: 24px;
		margin-top: 15px;
	}

	.s1_block {
		margin: 30px auto 0;
	}

	.s1_box {
		padding: 25px 15px 20px;
	}

	.current_weight {
		font-size: 18px;
		line-height: 18px;
	}

	.weight-count {
		font-size: 25px;
		line-height: 30px;
		margin-top: 15px;
	}

	.calculate_row {
		padding: 15px 15px;
		border-radius: 12px;
	}

	.calculate-col1 {
		font-size: 16px;
		line-height: 22px;
		text-align: left;
	}

	.weight-value {
		line-height: 32px;
	}

	/* .weight-value span {
		font-size: 37px;
	} */

	.s1_mid_box {
		margin: 30px auto 0;
		row-gap: 20px;
		flex-direction: column;
	}

	.s1_mid_row {
		width: 100%;
	}

	.section2 {
		padding: 30px 0 35px;
	}

	.s2_block {
		max-width: 390px;
		row-gap: 45px;
		flex-wrap: wrap;
		padding: 0 10px;
		margin: 30px auto 5px;
	}

	.s2_block_col {
		width: 100%;
	}

	.s2_block_col_img img {
		height: 300px;
	}

	.s2_block_col_hdng {
		font-size: 23px;
		line-height: 28px;
	}

	.s2_block_col_text {
		font-size: 16px;
		line-height: 22px;
		margin: 12px 0 12px;
	}

	.s2_block_col_img img {
		height: 300px;
	}

	.section3 {
		padding: 30px 0 35px;
	}

	.s3_box {
		margin: 30px auto 5px;
		row-gap: 35px;
		padding: 0 15px;
	}

	.s3_row {
		width: 100%;
		text-align: left;
		/* padding: 20px 20px; border-radius: 12px;*/
		display: -webkit-flex;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		/*column-gap: 15px; background: #fff; -webkit-box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1); box-shadow: 0 0 8px 2px rgba(0, 0, 0, .1);*/
	}

	.s3_icn_box {
		width: 50px;
		height: 50px;
		margin-bottom: 15px;
		flex-shrink: 0;
		-webkit-flex-shrink: 0;
	}

	.s3_row h3 {
		font-size: 22px;
		line-height: 28px;
	}

	.s3_row p {
		margin-top: 12px;
	}

	.section4 {
		padding: 30px 0 35px;
	}

	.s4_box {
		margin: 25px auto 5px;
	}

	.s4_row {
		width: 100%;
		padding: 20px 15px 25px;
	}

	.s4_row_cont h3 {
		font-size: 23px;
		line-height: 26px;
	}

	.section5 {
		padding: 30px 0 35px;
	}

	.s5_block {
		margin: 30px auto 0;
		row-gap: 30px;
	}

	.s5_box {
		width: 100%;
		padding: 25px 20px 35px;
	}

	.s5_box.s5_box1 {
		background: none;
		box-shadow: none;
		padding: 0;
	}

	.s5_box_inr {
		padding-left: 0;
		text-align: center;
	}

	.s5_start {
		margin-top: 22px;
	}

	.s5_price {
		justify-content: center;
	}

	.s5_current_price {
		font-size: 46px;
		line-height: 46px;
	}

	.s5_cut_price {
		font-size: 14px;
		line-height: 22px;
	}

	.s5_cut_price span {
		font-size: 19px;
	}

	.s5_points {
		float: none;
		width: auto;
		display: inline-block;
		vertical-align: middle;
	}

	.s5_box .common_button_box {
		margin-top: 25px;
	}

	.s5_box_row {
		width: 87%;
		margin: 0 auto;
		padding-right: 0;
	}

	.s5_list li {
		padding-left: 36px;
		margin-top: 20px;
	}

	.s5-list-icn {
		width: 23px;
		top: 4px;
	}

	.s5_list li h3 {
		font-size: 20px;
		line-height: 26px;
	}

	.s5_list li p {
		font-size: 16px;
		line-height: 22px;
	}

	.s5-product {
		display: none;
	}

	.section6 {
		padding: 30px 0 0;
	}

	.s6-img {
		width: calc(100% + 30px);
		margin-top: 15px;
		margin-left: -15px;
		max-width: none;
	}

	.s6_block {
		margin-top: -55px;
		width: calc(100% + 30px);
		margin-left: -15px;
		padding: 30px 15px 10px;
		border-radius: 0;
	}

	.s6_box {
		margin: 0 auto 5px;
		row-gap: 25px;
	}

	.s6_col {
		padding: 0;
		width: 100%;
		border-radius: 8px;
		column-gap: 15px;
		display: -webkit-flex;
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
	}

	.s6_icn_box {
		width: 52px;
		height: 52px;
		margin-top: 3px;
		flex-shrink: 0;
	}

	.s6_col_cont {
		text-align: left;
	}

	.s6_col h3 {
		font-size: 18px;
		line-height: 22px;
		margin-top: 0;
	}

	.s6_col p {
		font-size: 16px;
		line-height: 22px;
		margin-top: 10px;
	}

	.s6_col:before {
		display: none;
	}

	.section7 {
		padding: 30px 0 35px;
	}

	.testimonial_box {
		margin: 25px auto 0;
	}

	.testimonial_column {
		margin: 8px 12px;
		width: 275px !important;
	}

	.testimonial_star {
		width: 85px;
	}

	.testimonial_heading {
		font-size: 19px;
		line-height: 26px;
		margin-top: 15px;
	}

	.testimonial_paragrapgh {
		margin-top: 12px;
	}

	.section8 {
		padding: 30px 0 35px;
	}

	.pkg_box {
		margin: 25px auto 0;
		row-gap: 25px;
		flex-direction: column;
	}
	.pkg-product{    width: 100%;}

	.pkg_col {
		padding: 25px 15px 30px 20px;
		width: 100%;
		box-shadow: 0 0 5px 0 #f1f1f1;
	}

	.pkg_col_inner {
		column-gap: 10px;
		height:auto;
	}

	.pkg_text {
		font-size: 15px;
		line-height: 21px;
		letter-spacing: 0;
		margin-top: 10px;
	}

	.pkg_price {
		font-size: 18px;
		line-height: 24px;
		margin-top: 25px;
	}

	.pkg_price span {
		font-size: 24px;
	}

	.pkg_product_box {
		width: 82px;
	}

	.section9 {
		padding: 30px 0 35px;
	}

	.faq-box {
		margin: 10px 0 0;
	}

	.accordion {
		padding: 17px 24px 17px 0;
		background-size: 14px !important;
		font-size: 17px;
		line-height: 22px;
	}

	.acdn-content {
		padding: 0 20px 5px 0;
	}

	.acdn-para {
		font-size: 14px;
		line-height: 20px;
	}

	.footer {
		padding: 25px 0;
	}

	.ftr-links-col {
		text-align: center;
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.ftr-links-col-1 {
		width: 100%;
		padding: 0;
		margin: 0;
	}

	.ftr-log {
		width: 145px;
		margin-bottom: 16px;
	}

	ul.scl-list {
		margin-top: 20px;
	}

	ul.scl-list li {
		float: none;
		display: inline-block;
		vertical-align: middle;
	}

	.ftr-links-inr {
		flex-wrap: wrap;
		-webkit-flex-wrap: wrap;
	}

	.ftr-disc {
		margin-top: 0px;
		border-top: none;
	}

	.ftr-links-hd {
		position: relative;
		border-bottom: 1px solid #000;
		margin: 0;
		padding: 14px 0;
		font-size: 17px;
		text-align: left;
	}

	.ftr-links-list,
	ul.ftr-contact-list {
		display: none;
		margin-top: 10px;
		text-align: left;
	}

	.ftr-links-list li {
		margin: 6px 0;
	}

	.ftr-links-list li {
		font-size: 15px;
	}

	.ftr-links-list.half {
		width: 100%;
	}

	.ftr_seal {
		width: 60px;
		margin: 14px auto 0;
	}

	.tot-img {
		position: absolute;
		background: url(../images/plus.webp) no-repeat;
		width: 9px;
		height: 9px;
		right: 15px;
		top: 50%;
		margin-top: -4px;
	}

	.ftr-links-hd.active .tot-img {
		background: url(../images/minus.webp) no-repeat;
	}

	.footer_text {
		font-size: 15px;
		line-height: 22px;
		width: 100%;
	}

	.ftr-txt {
		font-size: 13px;
		line-height: 18px;
		border: none;
		padding-top: 0;
		margin-top: 30px;
	}


	#call-btn {
		background: #fff;
		padding: 20px 15px 15px;
		position: fixed;
		bottom: 0%;
		left: auto;
		z-index: 99;
		transition: bottom 1s;
		display: table;
		width: 100%;
		box-shadow: 0 -4px 6px 0 rgba(0, 0, 0, 0.1);
	}

	#call-btn .commonBtn {
		margin: 0 0 8px;
	}

	.txt-cnt {
		text-align: center;
	}
}

@media only screen and (max-width:380px) {}

.btn-content {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.btn-loader {
	display: none;
	/* hide by default */
	width: 20px;
	height: 20px;
	border: 3px solid rgba(255, 255, 255, 0.4);
	border-top-color: #ffffff;
	border-radius: 50%;
	animation: spin .7s linear infinite;
	flex-shrink: 0;
	margin: 2px 0;
}
.app-btn-dynamic.go-to-intake.w-100{
	display: flex;justify-content: center;align-items: center;    gap: 5px;
}

@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}


.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0;
}
@media (min-width: 1024px) and (max-width: 1200px){
    .pkg_heading {
        font-size: 24px;
    }
	.pkg_text {
        font-size: 15px;
        line-height: 20px;
        min-height: 80px;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .pkg_col_inner {
        column-gap: 10px;
    }
	.pkg_content{    width: 60%;}
	.pkg_product_box {
        width: 40%;
    }
	.pkg_heading{        font-size: 20px;}
	.pkg_text {
        font-size: 13px;
        line-height: 18px;
        margin-top: 10px;
		min-height: 55px;
    }
	.pkg_price{        margin-top: 20px;}
	.pkg-product {    width: 100%;}
	.common_button_box {
		    margin-top: 15px;

	}
}

@media screen and (max-width:1200px) and (orientation: landscape) {
	    .section3 .blue_color .show-mob {
        display: none;
    }
}