@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');
* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    scroll-behavior: smooth;
    -webkit-locale: auto;
}
*:focus {
    outline: 0 !important;
	}
ul, ol, li{
    margin: 0;
    padding: 0;
    list-style: none;
}
html{
	scroll-behavior: smooth;
}
body {
	background: #ffffff;
	font-size: 16px;
	color: #565656;
	margin: 0;
	padding: 0;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
}
p {
    margin: 5px 0;
	line-height: 24px;
}
a {
    text-decoration: none;
}

.html-marquee {
    position: relative;
    background: #25662e;
    color: #fff;
}
.html-marquee p {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.logo_container_fluid {
	background: #fff;
    box-shadow: 0 2px 40px hsla(0, 0%, 90%, .502);
	padding: 5px 0;
}
.logo_container {
    width: 100%;
    max-width: 1570px;
    padding: 0px 15px;
    margin: 0px auto;
}
img.logo {
    width: 165px;
}
img.header_img {
    position: sticky;
    top: 0;
    z-index: 11;
	width: 100%;
}
img.footer_img {
	width: 100%;
}
.mob_screen {
    display: none;
}
.pdp_container_fluid {
    width: 100%;
	padding: 50px 0;
}
.fluid_bg {
    background: #f5f5f5;
}
.pdp_container {
    width: 100%;
	max-width: 1570px;
	padding: 0 15px;
	margin: 0 auto;
}
.over_scroll {
    overflow: auto;
}
.product_detail_container {
	display: flex;
	gap: 30px;
}
.product_images {
	position: sticky;
	top: 0;
	align-self: flex-start;
	width: 50%;
	z-index: 10;
}
.product_images img {
	width: 100%;
}
.product-image {
	display: none;
}
.image-list li {
	margin: 0;
}
.product-image img, .image-list img {
	width: 100%;
}
.product-image {
	display: block;
}
.product-image img.active {
	display: block;
	margin: 0 0 0.75rem 0;
}
.image-list {
	display: flex;
	overflow: hidden;
}
.image-list li {
	margin: 0 0.75rem 0 0;
	flex-basis: 100%;
}
.image-list li:last-child {
	margin: 0;
}
.image-list img {
	width: 100%;
	transition: opacity 0.3s ease;
	cursor: pointer;
}
.image-list img:hover {
	opacity: 0.7;
}
h1.product_name {
    font-size: 32px;
    color: #25662e;
    font-weight: 700;
}
.product_details {
	width: 50%;
	padding: 0;
}
.star {margin: 15px 0; color: #24662d; font-size: 18px;}
.star img {
    width: 90px;
}
p.product_sub_title {
    color: #25662e;
    font-size: 20px;
	font-weight: 600;
}
p.description {
    color: #3c3c3c;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    margin-top: 15px;
	margin-bottom: 20px;
}
.product_videos {
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 20px;
}
.video_border_container {
    text-align: center;
    float: left;
	margin-right: 30px;
}
.video_border {
    display: inline-block;
    border: 3px solid #25662e;
    border-radius: 50%;
}
.snor_video-container {
    border: 3px solid rgb(255, 255, 255);
    box-shadow: rgb(0, 0, 0) 0px 0px 0px;
    justify-content: center;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    margin: 0px;
    overflow: hidden;
}
p.video_title {
    font-weight: 600;
    margin: 10px 0 0;
	color: #25662e;
}
.snor_video-container video {
    height: 100%;
}
.product-usp {
    overflow: auto;
}
.product-usp .item {
    padding: 15px;
    margin: 10px 5px;
    font-size: 18px;
	font-weight: 500;
    text-align: left;
    display: flex;
    align-items: center;
    letter-spacing: 1px;
    border-radius: 10px;
    float: left;
    min-width: calc(50% - 10px);
    box-sizing: border-box;
	background: linear-gradient(to right, #65ad6f 50%, #f5f5f5 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
.product-usp .item:hover {
	background-position: left bottom;
	color: #fff;
}
.product-usp .item:nth-child(2n) {
    margin-right: 0;
    margin-left: 0;
	float: right;
}
.product-usp .item:nth-child(2n - 1) {
    margin-right: 0;
    margin-left: 0;
	float: left;
}
p.stock_content {
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #444;
    margin: 10px 0 5px;
	width: 100%;
}
p.stock_line {
    float: left;
    width: 100%;
    height: 5px;
    background: #e9e9e9;
	position: relative;
}
p.stock_line span {
    position: absolute;
    width: 20%;
    height: 5px;
    background: #d60303;
}
.price_container {
    float: left;
    width: 100%;
    margin: 15px 0 0;
    display: inline-flex;
    align-items: baseline;
    gap: 15px;
}
.offer_price {
    color: #25662e;
    font-size: 36px;
    font-weight: 900;
}
.mrp {
    font-size: 20px;
    text-decoration: line-through;
	color: #b7b7b7;
}
.save_value {
    background: #65ad6f;
    color: #fff;
    padding: 3px 20px;
    border-radius: 5px;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 1px;
}
p.mrp_incl {
    font-size: 14px;
    font-style: italic;
    clear: both;
    margin-top: 0;
	font-weight: 600;
}
.quantity_container {
    float: left;
    width: 100%;
    margin: 25px 0;
    display: flex;
    align-items: center;
}
.quantity_container p {
    float: left;
    margin: 0 15px 0 0;
    font-size: 18px;
    font-weight: 500;
    text-align: left;
    color: #444;
}
.value-button {
    display: inline-block;
    border: 1px solid #969696;
    margin: 0px;
    width: 40px;
    height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-weight: 600;
    float: left;
    line-height: 40px;
    font-size: 30px;
}
.value-button:hover {
	cursor: pointer;
}
form #decrease {
	margin-right: -4px;
	border-radius: 8px 0 0 8px;
}
form #increase {
	margin-left: -4px;
	border-radius: 0 8px 8px 0;
}
form #input-wrap {
	margin: 0px;
	padding: 0px;
}
input#number {
	text-align: center;
	border: none;
	border-top: 1px solid #969696;
	border-bottom: 1px solid #969696;
	margin: 0px;
	width: 40px;
	height: 40px;
	float: left;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.add_buy_container {
    clear: both;
    float: left;
    width: 100%;
	margin: 30px 0;
}
button.product_add {
	float: left;
	width: calc(50% - 10px);
    border: 1px solid #969696;
    font-size: 20px;
	text-transform: uppercase;
    height: 50px;
    line-height: 50px;
	cursor: pointer;
	display: block;
	background: linear-gradient(to right, #65ad6f 50%, white 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
button.product_add:hover {
	background-position: left bottom;
	color: #fff;
}
button.product_buy {
	float: left;
	/*width: calc(50% - 10px);*/
	width: 100%;
    border: 1px solid #969696;
    font-size: 20px;
	text-transform: uppercase;
    height: 50px;
    line-height: 50px;
	cursor: pointer;
	color: #fff;
	display: block;
	background: linear-gradient(to right, #65ad6f 50%, #25662e 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
button.product_buy:hover {
	background-position: left bottom;
	color: #fff;
}
.delivery_check {
    float: left;
    margin: 15px 0 30px;
    display: block;
    width: 100%;
}
p.sub_content {
    font-size: 18px;
    font-weight: 700;
    text-align: left;
    color: #444;
    margin: 10px 0 5px;
    width: 100%;
    text-transform: uppercase;
}
input.pincode_check {
    height: 50px;
    padding: 15px;
    font-size: 15px;
    font-weight: 600;
    width: calc(100% - 180px);
    border: 1px solid #969696;
	letter-spacing: 1px;
}
button.check_pincode {
	float: right;
	width: 170px;
    border: 1px solid #969696;
    font-size: 20px;
    height: 50px;
    line-height: 50px;
	cursor: pointer;
	display: block;
	background: linear-gradient(to right, #65ad6f 50%, #fff 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
	
}
button.check_pincode:hover {
	background-position: left bottom;
	color: #fff;
}
.expert_container {
    float: left;
    width: 100%;
    margin: 20px 0;
}
.expert_box {
    text-align: center;
    width: 25%;
    padding: 0 5px;
    float: left;
    box-sizing: border-box;
}
.expert_box img {
    max-width: 55px;
}
.expert_box p {
    color: #444;
    line-height: 22px;
}
img.cards_icon {
    width: 100%;
    max-width: 500px;
}
.accordion_coniatiner {
    margin-bottom: 40px;
}
.accordion {
    max-width: 1170px;
    margin: 20px auto 0;
    clear: both;
}
.at-tab {
	display: none;
	padding: 15px;
	border: 1px solid #dddddd;
	border-top: none;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.at-title {
	cursor: pointer;
	background: #f5f5f5;
	position: relative;
	transition: background-color 0.3s ease;
	letter-spacing: 1px;
}
.at-title:hover {
	background-color: #f7f7f7;
}
.at-title:after {
	content: "+";
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 10px;
	transition: all 0.3s ease;
	font-size: 24px;
}
.at-title.active:after {
	content: "-";
}
.at-title.active {
    background: #e3f5e6;
    color: #333;
}
.at-title.active h2 {
    color: #333;
}
.at-item {
	border-radius: 5px;
	margin-bottom: 15px;
}
.at-title h2 {
	font-size: 16px;
	font-weight: 600;
	padding: 10px 15px;
	margin: 0;
	color: #666;
	cursor: pointer;
	background: linear-gradient(to right, #65ad6f 50%, #f5f5f5 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
.at-title h2:hover {
	background-position: left bottom;
	color: #fff;
}
.at-tab p {
    font-size: 14px;
    letter-spacing: 1px;
    line-height: 22px;
    margin-bottom: 10px;
}
.accordion-header {
	text-align: center;
	background-color: #222222;
	color: white;
	padding: 20px 0;
}
.accordion_coniatiner .at-title {
    background: #cfe1d2;
}
.divtable {
	display: table;
	width: 100%;
	text-align: center;
}
.legal-info-table {
	display: table;
	width: 100%;
}
.legal-info-tr {
	display: table-row;
}
.legal-info-thead {
	display: table-header-group;
}
.legal-info-tbody {
	display: table-row-group;
}
.legal-info-tfoot {
	display: table-footer-group;
}
.legal-info-col {
	display: table-column;
}
.legal-info-colgroup {
	display: table-column-group;
}
.legal-info-th {
	display: table-cell;
	width: 25%;
	vertical-align: top;
	background: #ebebeb;
	line-height: normal;
	font-size: 13px;
}
.legal-info-td {
	display: table-cell;
	width: 75%;
	line-height: normal;
	font-size: 13px;
}
.legal-info-caption {
	display: table-caption;
}
.legal-info-table,
.legal-info-thead,
.legal-info-tbody,
.legal-info-tfoot,
.legal-info-tr,
.legal-info-th {
	text-align: left;
	margin: auto;
	padding: 0.25rem 0.5rem;
	top: 50%;
}
.legal-info-td {
	text-align: left;
	margin: auto;
	padding: 0.25rem 0.5rem;
}
.legal-info-table {
	background: #fff;
	margin: auto;
	border: none;
	padding: 0;
}
.legal-info-th {
	font-weight: 700;
	border: 1px solid #b9b9b9;
	border-bottom: none;
}
.legal-info-tr:last-child .legal-info-th {
    border-bottom: 1px solid #b9b9b9;
}
.legal-info-th:nth-child(odd) {
	border-right: 1px solid #b9b9b9;
}
.legal-info-td {
	font-weight: 300;
	border: 1px solid #b9b9b9;
	border-bottom: none;
    border-left: none;
}
.legal-info-tr:last-child .legal-info-td {
    border-bottom: 1px solid #b9b9b9;
}
.legal-info-td:nth-child(odd) {
	border-right: none;
}
.legal-info-aa_htmlTable {
	padding: 5rem;
	display: table;
	width: 100%;
	vertical-align: middle;
}
.legal-info-aa_css {
	display: table;
	width: 100%;
	vertical-align: middle;
}
.legal-info-aa_ahmadawais {
	display: table;
	width: 100%;
	font: 100 1.2rem/2;
	margin: 5rem auto;
}
.composition-information-table {
	color: #000;
	display: table;
	margin: 0 0 1em;
	width: 100%;
}
.composition-information-table .cirow {
	background-color: #f6f6f6;
	display: table-row;
}
.composition-information-table .cirow:nth-of-type(odd) {
	background-color: #ebebeb;
}
.composition-information-table .cirow.ciheader {
	color: #fff;
	background-color: #616161;
}
.composition-information-table .cicell {
	display: table-cell;
	padding: 6px 12px;
}
.customer_videos {
    margin: 30px 0 0;	
    display: flex;
    overflow: auto;
	padding: 0;
}
.customer_videos {
	display: flex;
	gap: 10px; /* space between videos */
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 10px;
	scroll-behavior: smooth;
}
.customer_videos::-webkit-scrollbar {
	height: 8px;
}
.customer_videos::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}
.customer_videos::-webkit-scrollbar-thumb {
	background: #25662e;
	border-radius: 4px;
}
.customer_videos::-webkit-scrollbar-thumb:hover {
	background: #25662e;
}
.thevideo {
	flex: 0 0 auto;
	border-radius: 8px;
	cursor: pointer;
}
.customer_videos video {
    width: calc(28% - 15px);
    margin: 0 10px;
	background: #000;
}
.customer_videos video:first-child { margin-left: 0;}
.customer_videos video:last-child { margin-right: 0;}
h2.heading {
    font-size: 32px;
    color: #444;
    font-weight: 700;
	text-align: center;
}
h2.heading + p {text-align: center;}
h2.heading.featured {
    text-align: center;
}
.stickynav {
    display: flex;
    flex-flow: wrap;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 9px 0;
    transition: 0.3s;
}
.stickynav a {
    padding: 5px;
    margin: 5px 10px;
    background: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 1px dashed #25662e;
    height: 46px;
	
  display: inline-block; /* keep inline or block as per layout */
  animation: scaleLoop 3s ease-in-out infinite;
  /* Optional: add transform-origin if you want the scaling from center */
  transform-origin: center center;
}
@keyframes scaleLoop {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.12);
  }
}
.ingredient_container, .benefit_container {
    float: left;
    width: 100%;
}
.benefit_box {
    width: calc(33.33% - 27px);
    float: left;
    text-align: center;
    margin: 20px 0;
    background: #f5f5f5;
    border-radius: 5px;
    padding: 15px;
}
.benefit_box img {
    width: 100%;
    max-width: 300px;
    transition: 0.5s;
}
.benefit_box:hover img {
    transform: scale(1.25);
}
.benefit_box:nth-child(2), .benefit_box:nth-child(5), .benefit_box:nth-child(8) {
    margin: 20px 40px;
}
p.benefit_heading {
    font-size: 20px;
    text-transform: uppercase;
    color: #444;
    font-weight: 500;
}
p.benefit_content {
    font-size: 18px;
    color: #444;
    min-height: 60px;
}
.benefit_box ul {
    margin: 5px 0;
    float: left;
    width: 100%;
    padding-left: 20px;
	min-height: 130px;
}
.benefit_box ul li {
    text-align: left;
    margin: 10px 0;
    list-style: disc;
}
.content-part {
    opacity: 1;
    gap: 2rem;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    display: grid;
    margin-top: 1rem;
	overflow: hidden;
	padding: 15px 0;
}
.content-div {
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
    position: relative;
    border-radius: 70px;
    border: 1px solid #e7f1ed;
    padding: 14px 0;
	
	background: linear-gradient(to right, #65ad6f 50%, #e7f1ed 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .3s ease-out;
}
.content-div:hover {
	background-position: left bottom;
	color: #fff;
}
.content-div .cont-stru-outer {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}
.content-div .cont-stru-outer .left-part {
    width: 15%;
    display: flex;
    height: 5rem;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    position: relative;
}
.content-div .cont-stru-outer .left-part img {
    width: 115%;
    position: absolute;
}
.content-div .cont-stru-outer .right-part {
    width: 85%;
}
.content-div .cont-stru-outer .right-part .heading {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 700;
	margin-top: 0;
}
.dr_container {
    display: inline-flex;
    align-items: center;
}
.dr_content {
    width: 50%;
    padding-right: 10px;
}
p.dr_subheading {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
    float: left;
    width: 100%;
}
.dr_content p {
    line-height: 30px;
    text-align: justify;
}
.dr_content p strong {
    color: #fff;
    background: #25662e;
    padding: 5px;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.dr_banner {
    width: 50%;
    padding-left: 50px;
}
.dr_banner img {
    width: 100%;
}
.comparison-container {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
    margin: auto;
    clear: both;
    margin-top: 30px;
    float: left;
	margin-bottom: 30px;
}
.view-column {
	background: #fff;
	flex: 1 1 480px;
	padding: 25px;
	border-radius: 12px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.08);
	border-top: 5px solid #198754;
}
.view-column.modern {
	border-top-color: #27526e;
}
.view-column h2 {
	margin-top: 0;
	font-size: 24px;
	color: #198754;
}
.view-column.modern h2 {
	color: #27526e;
}
.intro {
	line-height: 26px;
	margin-bottom: 20px;
}
.card {
	background: #f3f6f5;
	border-left: 4px solid #198754;
	margin-bottom: 20px;
	padding: 15px 20px;
	border-radius: 8px;
	position: relative;
	box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
	background: linear-gradient(to right, #d3e7df 50%, #f3f6f5 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
.card:hover {
	background-position: left bottom;
}
.modern .card {
	border-left-color: #27526e;
}
.card-number {
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    margin-bottom: 5px;
    position: absolute;
    left: -16px;
    top: -5px;
    width: 30px;
    height: 30px;
    background: #198754;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}
.modern .card-number {
    background: #27526e;
}
.card h3 {
	font-size: 18px;
	margin-bottom: 8px;
}
.modern .card h3 {
	color: #27526e;
}
.card p {
	line-height: 26px;
	margin-bottom: 6px;
}
.quote {
	font-style: italic;
	font-size: 14px;
	color: #555;
}
.conclusion {
	max-width: 100%;
	margin: 40px auto 20px;
	font-size: 16px;
	background: #e7f1ed;
	padding: 20px;
	border-radius: 8px;
	border-left: 5px solid #198754;
	clear: both;
	line-height: 26px;
}
.references {
	max-width: 100%;
	margin: auto;
	padding: 10px 20px;
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.06);
}
.references h3 {
	font-size: 18px;
	margin-top: 0;
	color: #333;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}
.references ul {
    padding-left: 20px;
    font-size: 14px;
    margin: 10px 0;
}
.references li {
	margin-bottom: 6px;
}
@media (max-width: 768px) {
	.comparison-container {
        flex-direction: column;
	}
}
.review-timeline {
    width: 100%;
    position: relative;
    clear: both;
    margin-top: 35px;
}
.review-block-part {
    width: 33.33%;
    padding: 10px;
    float: left;
}

.review-block {
    position: relative;
    margin-bottom: 40px;
}
/*
.review-block::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 25px;
    width: 14px;
    height: 14px;
    background: #198754;
    border-radius: 50%;
    border: 3px solid #fff;
    box-shadow: 0 0 0 2px #198754;
}*/
.review-header_container {
    display: flex;
    align-items: center;
    gap: 12px;
}
.reviewer_img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}
.reviewer_img img {
    width: 100%;
}
.review-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 6px;
}
.reviewer-name {
	font-weight: 600;
	font-size: 18px;
	color: #1b1b1b;
}
.stars {
	font-size: 14px;
	color: #fbc02d;
	margin: 3px 0;
}
.review-text {
	font-size: 16px;
	color: #333;
	background: #fff;
	padding: 15px;
	border-radius: 8px;
	box-shadow: 0 1px 5px rgba(0,0,0,0.05);
	line-height: 1.5;
}
@media (max-width: 600px) {
	    .review-timeline {
        padding-left: 0;
        border-left: none;
        overflow: auto;
    }
	
	.review-block::before {
        width: 10px;
        height: 10px;
        top: 8px;
	}
}
.faq-section {
	max-width: 96%;
	margin: auto;
	margin-top: 50px;
}
.faq-item {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
	background: #fff;
	box-shadow: 0 4px 8px rgba(0,0,0,0.05);
}
.faq-item input {
	display: none;
}
.faq-label {
	display: block;
	padding: 16px 20px;
	cursor: pointer;
	font-weight: 600;
	position: relative;
	background: #e7f1ed;
	
	background: linear-gradient(to right, #65ad6f 50%, #e7f1ed 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all 1s ease-out;
}
.faq-label:hover {
	background-position: left bottom;
	color: #fff;
}
.faq-label::after {
	content: '+';
	position: absolute;
	right: 20px;
	font-size: 24px;
	transition: transform 0.3s ease;
}
.faq-item input:checked + .faq-label::after {
	content: '-';
	transform: rotate(180deg);
}
.faq-content {
	max-height: 0;
	overflow: hidden;
	background: #f9f9f9;
	padding: 0 20px;
	font-size: 15px;
	color: #444;
	transition: max-height 0.3s ease, padding 0.3s ease;
	line-height: 26px;
}
.faq-content p {
    margin: 10px 0;
}
.faq-item input:checked ~ .faq-content {
	max-height: 300px;
	padding: 16px 20px;
}
.quality_assurd {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    padding: 0;
    margin-top: 30px;
    list-style: none;
    overflow: clip;
}
.quality_assurd li {
	position: relative;
	flex: 1 1 150px;
	max-width: 150px;
	text-align: center;
}
.quality_assurd img {
	width: 100%;
	height: auto;
}
.tooltip-text {
	visibility: hidden;
	opacity: 0;
	background: #25662e;
	color: #fff;
	font-size: 13px;
	padding: 6px 10px;
	border-radius: 4px;
	position: absolute;
	cursor: pointer;
	top: 50%;
	left: 50%;
	bottom: initial;
	transform: translate(-50%, -50%);
	transition: opacity 0.3s ease, transform 0.3s ease;
	z-index: 10;
	width: 350px;
    line-height: 20px;
}
.quality_assurd li:hover .tooltip-text {
	visibility: visible;
	opacity: 1;
}
.bottom_add_cart {
    float: left;
	position: fixed;
    width: 100%;
    background: #25662e;
	transition: 0.5s;
	bottom: -90px;
	z-index: 10;
	padding: 15px;
	border-top: 8px solid #0c2f11;
}
.bottom_add_cart.active {
    bottom: 0;
}
.bottom_product {
    display: flex;
    align-items: center;
	float: left;
}
.bottom_product img {
    width: 60px;
	margin-right: 20px;
}
.product_name_price p {
    color: #fff;
    font-weight: 600;
    letter-spacing: 1px;
    margin: 2px 0;
    font-size: 18px;
}
.product_name_price  p span {
    font-weight: 800;
}
button.bottom_cart_submit {
    float: right;
    width: 300px;
    height: 60px;
    font-size: 20px;
    color: #25662e;
    letter-spacing: 1px;
    font-weight: 600;
	cursor: pointer;
	transition: 0.5s;
	border: 2px solid #f0f0f0;
	
	background: linear-gradient(to right, #65ad6f 50%, #e7f1ed 50%);
	background-size: 200% 100%;
	background-position: right bottom;
	transition: all .3s ease-out;
}
button.bottom_cart_submit:hover {
	background-position: left bottom;
	color: #fff;
}
/*---------------responsive-start------------------*/
@media (min-width: 1367px) {
	.benefit_box {
		width: calc(25% - 30px);
	}
	.benefit_box, .benefit_box:nth-child(2), .benefit_box:nth-child(5), .benefit_box:nth-child(8) {
		margin: 15px;
	}
	.benefit_box:nth-child(5) { clear: both;}
}
@media (max-width: 1366px) {
	.dr_content p {
		text-align: left;
	}
}
@media (max-width: 1200px) {
	
	.expert_box img {
		width: 60px;
	}
	.expert_box p {
		font-size: 14px;
	}
	.image-list {
		flex-wrap: wrap;
	}
	.image-list li {
		flex-basis: calc(25% - 10px);
	}
	
	.benefit_box {
		width: calc(33.33% - 20px);
	}
	.benefit_box:nth-child(2), .benefit_box:nth-child(5), .benefit_box:nth-child(8) {
		margin: 15px;
	}
	
}
@media (max-width: 1024px) {
	h1.product_name {
		font-size: 26px;
	}
	p.product_sub_title {
		font-size: 18px;
	}
	.product-usp .item {
		font-size: 16px;
	}
	.save_value {
		padding: 5px 20px;
		font-weight: 500;
		font-size: 16px;
	}
	.offer_price {
		font-size: 30px;
	}
	p.mrp_incl {
		font-size: 15px;
	}
	.mrp {
		color: #999;
		font-size: 20px;
	}
	h2.heading {
		font-size: 26px;
	}
	.benefit_box:nth-child(4), .benefit_box:nth-child(7) {
		clear: both;
	}
	.quality_assurd li {
		flex: 1 1 100px;
		max-width: 100px;
	}
	
}
@media (max-width: 882px) {
	.dr_container {
		display: block;
	}	
	.dr_content {
		width: 100%;
		padding-right: 0;
	}
	.dr_banner {
		width: 100%;
		padding-left: 0;
	}
	
}
@media (max-width: 768px) {
	
	.mob_screen {
		display: block;
	}
	.desk_screen {
		display: none;
	}
	.product_detail_container {
		flex-direction: column;
		gap: 0;
	}
	.product_images, .product_details {
		width: 100%;
	}
	
	.product_images {
		position: relative;
	}
	
	
	
	
	
	
	.pdp_container {
		padding: 0 10px;
	}
	.price_container {
		align-items: flex-start;
	}
	.add_buy_container { display: none;}
	.add_buy_container button {
		width: 50%;
		margin-bottom: 10px;
	}
	p.stock_content {
		margin: 30px 0 5px;
	}
	
	
	img.cards_icon {
		max-width: 450px;
	}
	.faq-label {
		font-size: 16px;
	}
	.review-header, .stars, .review-date {
		flex-direction: column;
		align-items: flex-start;
	}
	.dr_container {
		flex-direction: column;
	}
	.dr_content, .dr_banner {
		width: 100%;
		padding: 0;
	}
	.dr_banner {
		padding-top: 20px;
	}
	.view-column {
		padding: 15px;
	}
	.quantity_container {
		flex-direction: column;
		align-items: flex-start;
		margin-bottom: 10px;
	}
	.quantity_container form {
		display: flex;
	}
	.bottom_add_cart {
		flex-direction: column;
		align-items: flex-start;
	}
	.bottom_product img {
		width: 50px;
	}
	.benefit_box:nth-child(2), .benefit_box:nth-child(5), .benefit_box:nth-child(8) {
        margin: 15px;
	}
	.benefit_box {
        width: calc(50% - 30px);
        margin: 15px;
	}
	.benefit_box:nth-child(4) {
        clear: initial;
	}
	.benefit_box:nth-child(2n + 1) {
        clear: both;
	}
	.content-part {
		display: block;
	}
	.content-div {
		margin: 20px 0;
	}
	.comparison-container {
		gap: 15px;
	}
	.card-number {
		left: -10px;
		top: -10px;
	}
	.product-usp .item {
		min-width: 100%;
		float: none;
	}
	
	.bottom_add_cart {
		bottom: 0;
		z-index: 10;
		padding: 1px;
	}
	
	
}
@media (max-width: 580px) {
	.benefit_box ul {
		min-height: 180px;
	}
	.quality_assurd li {
        flex: 1 1 90px;
        max-width: 90px;
	}
	
	.review-block-part {
    width: 100%;
}
	
}
@media (max-width: 480px) {
	h1.product_name {
		font-size: 24px;
	}
	.offer_price {
		font-size: 26px;
	}
	.mrp {
		font-size: 18px;
	}
	.save_value {
		font-size: 16px;
		padding: 2px 12px;
	}
	
	.expert_box img {
		width: 48px;
	}
	.expert_box p {
		line-height: 18px;
		font-size: 14px;
		margin-bottom: 25px;
	}
	.faq-label {
		font-size: 14px;
		padding: 14px 16px;
	}
	.faq-content {
		font-size: 14px;
		padding: 0px 16px;
	}
	.stickynav a {
		margin: 3px 5px;
		font-size: 14px;
	}
	.benefit_box img {
		max-width: 100%;
	}
	
	
	.benefit_box:nth-child(2), .benefit_box:nth-child(5), .benefit_box:nth-child(8) {
		margin: 20px 0;
	}
	
	
	button.bottom_cart_submit {
		width: 200px;
		height: 50px;
	}
	.product_name_price p {
		font-size: 15px;
		margin: 0;
	}
	
	
	
	
	.stickynav {
        flex-flow: nowrap;
		overflow: auto;
	}
	
	.stickynav {
	display: flex;
	gap: 10px; 
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
	padding-bottom: 10px;
	scroll-behavior: smooth;
}
.stickynav::-webkit-scrollbar {
	height: 5px;
}
.stickynav::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 4px;
}
.stickynav::-webkit-scrollbar-thumb {
	background: #25662e;
	border-radius: 4px;
}
.stickynav::-webkit-scrollbar-thumb:hover {
	background: #25662e;
}

	
	p.mrp_incl {
		font-size: 16px;
	}
	
	.dr_content p {
		text-align: left;
	}
	.dr_content p strong {
		font-weight: 600;
		font-size: 14px;
	}
	
	.references ul {
		padding-left: 0;
	}
	.references li {
		margin-bottom: 10px;
		line-height: 24px;
	}
	.review-block {
		padding-left: 0;
	}
	.review-block::before {
		left: -28px;
	}
	
	
	.quality_assurd {
		display: block;
		padding: 0;
		margin: 20px 0 0;
		list-style: none;
		float: left;
		width: 100%;
		text-align: center;
		position: relative;
	}
	
	.quality_assurd li {
		width: 33.33%;
		padding: 5px;
		display: inline-block;
		box-sizing: content-box;
		position: initial;
	}
	
	.quality_assurd li:hover .tooltip-text {
		z-index: 11;
		width: 100%;
	}
	
}
@media (max-width: 424px) {
	
	
	
	.logo_container_fluid {
		padding: 10px 0;
	}
	img.logo {
		width: 120px;
	}
	.logo_container_fluid + .pdp_container_fluid {
		padding-top: 20px;
	}
	h1.product_name {
        font-size: 22px;
        font-weight: 600;
	}
	p.product_sub_title {
        font-size: 16px;
	}
	.star {
		font-size: 16px;
	}
	.star img {
		width: 80px;
	}
	
	.benefit_box {
        width: 100%;
        margin: 15px 0;
	}
	.benefit_box img {
        max-width: 200px;
	}
	.benefit_box ul {
        min-height: auto;
	}
	.content-div {
        border-radius: 0;
	}
	
	.content-div .cont-stru-outer .left-part {
		width: 100%;
		height: auto;
		max-width: 120px;
		display: block;
		margin: 0 auto;
	}
	.content-div {
        padding: 0 10px 0 0;
	}
	.content-div:nth-child(even)  {
        padding: 0 0 0 10px;
	}
	.content-div .cont-stru-outer {
		gap: 10px;
	}
	.content-div:nth-child(even) .cont-stru-outer {
		flex-direction: row-reverse;
	}
	.content-div .cont-stru-outer .right-part {
		width: 100%;
	}
	.content-div .cont-stru-outer .left-part img {
		width: 100%;
		position: relative;
	}
	button.check_pincode {
		width: 120px;
		font-size: 16px;
	}
	input.pincode_check {
		width: calc(100% - 125px);
	}
	
    h2.heading {
        font-size: 22px;
	}
	p.benefit_heading {
		font-size: 18px;
	}
	button.bottom_cart_submit {
        width: 150px;
	}
	
	.view-column h2 {
		font-size: 20px;
	}
	.card h3 {
		font-size: 16px;
	}
	p.dr_subheading {
		font-size: 16px;
	}
	.dr_content p {
		line-height: 24px;
	}
	.content-div .cont-stru-outer .right-part .heading {
		font-size: 16px;
		line-height: 18px;
	}
	p.sub_content {
		font-size: 16px;
	}
	
	.customer_videos video {
		width: calc(50% - 15px);
	}
	.product-usp .item {
		margin: 5px 5px;
	}
	.review-block {
		margin-bottom: 15px;
	}
	.delivery_check {
		margin: 15px 0;
	}
	.expert_box {
		text-align: left;
		padding: 0 5px;
		float: left;
		box-sizing: border-box;
		width: 50%;
		display: flex;
		align-items: center;
		gap: 10px;
	}
	.expert_box p { margin: 0;}
	.expert_box:nth-child(1), .expert_box:nth-child(2) { margin-bottom: 20px;}
	
	
}
@media (max-width: 390px) {
	h1.product_name {
        font-size: 22px;
	}
	.reviewer-name {
		font-size: 15px;
	}
	
	.faq-label::after {
		right: 10px;
		top: 8px;
	}
	.save_value {
        padding: 2px 12px;
	}
	
	
}
/*---------------responsive-end------------------*/
.instock_container {
    float: left;
    width: 100%;
    background: #e7f1ed;
    padding: 15px;
    border-radius: 10px;
	margin: 25px 0 20px;
}
.progressbar.progressbar {
    background: #fff;
    border: 0px solid whitesmoke;
    height: 11px
}
.progressbar.progressbar div {
    background: #d95350;
    height: 11px
}
.progressbar.progressbar.active div {
    -webkit-animation: 2s linear 0s normal none infinite running progress-bar-stripes;
    animation: 2s linear 0s normal none infinite running progress-bar-stripes
}
.progress-striped.progressbar.progressbar div {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, rgba(0, 0, 0, 0) 25%, rgba(0, 0, 0, 0) 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, rgba(0, 0, 0, 0) 75%, rgba(0, 0, 0, 0));
    background-size: 40px 40px
}
.items-count {
    margin-top: 0px;
    margin-bottom: 0px
}
.count {
    color: #a94442;
    padding: 1px
}
.items-count p {
    padding-bottom: 5px;
    margin: 0;
    font-weight: 700;
    text-align: left;
}
.progressbar {
    position: relative;
    display: block;
    background-color: #ca0000;
    border: 1px solid #ddd;
    margin-bottom: 15px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}
.progressbar > div {
    background-color: #ca0000;
    width: 0;
    margin-bottom: 0;
    height: 15px
}
.progressbar > div.less-than-ten {
    background-color: #ca0000
}
#clock-ticker {
    display: block;
    margin-bottom: 15px
}
#clock-ticker .block {
    position: relative;
    float: left;
    text-align: center;
    padding: 10px 12px;
    background: #fff;
    margin: 0 2px 0 0;
}
#clock-ticker .block .flip-top {
    font-size: 24px;
    text-align: center
}
#clock-ticker .block .label,
span.flip-top {
    font-weight: bold;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    width: 88px;
    line-height: 25px;
}
.footer_section {
    background: #25662e;
}
p.footer_about {
    text-align: center;
    color: #fff;
    padding: 20px 15px;
    border-radius: 10px;
    font-size: 15px;
    line-height: 25px;
}
.footer_links {
    margin: 30px 0 70px;
    text-align: center;
}
.footer_links a {
    color: #fff;
    letter-spacing: 1px;
    padding: 10px;
    display: inline-block;
    transition: 0.2s;
    font-size: 15px;
	cursor: pointer;
}
.footer_links a:hover {
    font-weight: 600;
}
@media screen and (max-width: 540px) {
	p.footer_about {
		font-size: 13px;
		line-height: 22px;
	}
	.footer_links {
		margin: 30px 0 30px;
	}
	.footer_links a {
		padding: 7px 5px;
		font-size: 14px;
	}
}







