/*Template Name: Re - Multi Purpose HTML TemplatesTemplate URI: http://rometheme.net/html/reAuthor: RomethemeAuthor URI: https://themeforest.net/user/romethemeVersion: 1.0*/
/** * Table of Contents: * * 1. - NORMALIZE CSS * 2. - GLOBAL STYLES *      2.1 - General Styles *      2.2 - Text Color *      2.3 - Anchor *      2.4 - Heading and Paragraph *  * 3. - COMPONENTS *      3.1 - Preloader   *      3.2 - Buttons   *      3.3 - Box Icon 1 *      3.4 - Box Icon 2 *      3.5 - Box Image 1 *      3.6 - Box Image 2 *      3.7 - Box Image 3 *      3.8 - BOX TESTIMONY *      3.9 - Box Team 2 *      3.10 - Box Statistic *      3.11 - Box History *      3.12 - Box Partners *      3.13 - Panel Accordion *      3.14 - Faq *      3.15 - Pricing Table *      3.16 - Career Tabs *      3.17 - Box News * 4. - LOGO & NAVIGATION *      4.1 - Topbar  *      4.2 - Navbar  * 5. - HOME *      5.1 - Banner *      5.2 - Text Typing * 6. - SECTION *      6.1 Section - About *      6.2 Section - Services *      6.3 Section - Projects *      6.4 Section - News *      6.5 Section - Contact *      6.6 Section - Features *      6.7 Section - CTA *      6.8 Section - Price *      6.9 Section - Blog *      6.10 Section - Timeline *      6.11 Section - Testimonial *      6.12 Section - Clients *      6.13 Section - Video BG *      6.14 Section - Contact and Map * 7. - FOOTER  * 8. - RESPONSIVE * ----------------------------------------------------------------------------- */
@import url("https://fonts.googleapis.com/css?family=Lora:400,700|Ubuntu:400,700");

.bolder {
	font-weight: 600;
}

.cfix {
	content: '';
	display: block;
	width: 100%;
	clear: both;
}

/** * 1. - NORMALIZE CSS * ----------------------------------------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document   ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
html {
	line-height: 1.15;
	/* 1 */
	-webkit-text-size-adjust: 100%;
	/* 2 */
}

/* Sections   ========================================================================== */
/** * Remove the margin in all browsers. */
body {
	margin: 0;
}

/** * Render the `main` element consistently in IE. */
main {
	display: block;
}

/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content   ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
hr {
	box-sizing: content-box;
	/* 1 */
	height: 0;
	/* 1 */
	overflow: visible;
	/* 2 */
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
pre {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/* Text-level semantics   ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
a {
	background-color: transparent;
}

/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
abbr[title] {
	border-bottom: none;
	/* 1 */
	text-decoration: underline;
	/* 2 */
	text-decoration: underline dotted;
	/* 2 */
}

/** * Add the correct font weight in Chrome, Edge, and Safari. */
b,
strong {
	font-weight: bolder;
}

/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
code,
kbd,
samp {
	font-family: monospace, monospace;
	/* 1 */
	font-size: 1em;
	/* 2 */
}

/** * Add the correct font size in all browsers. */
small {
	font-size: 78%;
}

/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content   ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
img {
	border-style: none;
}

/* Forms   ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	/* 1 */
	font-size: 100%;
	/* 1 */
	line-height: 1.15;
	/* 1 */
	margin: 0;
	/* 2 */
}

/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
button,
input {
	/* 1 */
	overflow: visible;
}

/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
button,
select {
	/* 1 */
	text-transform: none;
}

/** * Correct the inability to style clickable types in iOS and Safari. */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/** * Remove the inner border and padding in Firefox. */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/** * Restore the focus styles unset by the previous rule. */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/** * Correct the padding in Firefox. */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out *    `fieldset` elements in all browsers. */
legend {
	box-sizing: border-box;
	/* 1 */
	color: inherit;
	/* 2 */
	display: table;
	/* 1 */
	max-width: 100%;
	/* 1 */
	padding: 0;
	/* 3 */
	white-space: normal;
	/* 1 */
}

/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
progress {
	vertical-align: baseline;
}

/** * Remove the default vertical scrollbar in IE 10+. */
textarea {
	overflow: auto;
}

/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

/** * Correct the cursor style of increment and decrement buttons in Chrome. */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
[type="search"] {
	-webkit-appearance: textfield;
	/* 1 */
	outline-offset: -2px;
	/* 2 */
}

/** * Remove the inner padding in Chrome and Safari on macOS. */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	/* 1 */
	font: inherit;
	/* 2 */
}

/* Interactive   ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
details {
	display: block;
}

/* * Add the correct display in all browsers. */
summary {
	display: list-item;
}

/* Misc   ========================================================================== */
/** * Add the correct display in IE 10+. */
template {
	display: none;
}

/** * Add the correct display in IE 10. */
[hidden] {
	display: none;
}

/** * 2. GLOBAL STYLES * ----------------------------------------------------------------------------- */
/*1.1 GENERAL STYLES*/
body,
button,
input,
select,
textarea {
	color: #333333;
	font-family: 'Nunito', sans-serif;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.5;
	position: relative;
}

html,
body {
	width: 100%;
	height: 100%;
	letter-spacing: 0.2px;
}

/* 1.3. ANCHOR */
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ef6438;
	text-decoration: none;
}

/* 1.4. HEADING & PARAGRAPH */
p {
	margin: 0 0 20px 0;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Nunito', sans-serif;
	font-weight: 700;
	margin-top: 0px;
	margin-bottom: 20px;
}

h1 {
	font-size: 3.571em;
	line-height: normal;
}

h2 {
	font-size: 2.857em;
	line-height: normal;
}

h3 {
	font-size: 1.4em;
	line-height: normal;
}

h4 {
	font-size: 1.286em;
	line-height: normal;
}

h5 {
	font-size: 14px;
	line-height: 22px;
}

h6 {
	font-size: 13px;
}

strong,
b {
	font-weight: 700;
}

/* CUSTOM GLOBAL */
.uk16 {
	font-size: 16px;
}

.uk18 {
	font-size: 18px;
}

.uk21 {
	font-size: 21px;
}

.uk24 {
	font-size: 24px;
}

.uk36 {
	font-size: 36px;
}

.uk48 {
	font-size: 48px;
}

.uk60 {
	font-size: 60px;
}

.uk72 {
	font-size: 72px;
}

.spacer-10 {
	height: 10px;
}

.spacer-10::after {
	display: block;
	content: "";
	clear: both;
}

.spacer-30 {
	height: 30px;
}

.spacer-30::after {
	display: block;
	content: "";
	clear: both;
}

.spacer-50 {
	height: 50px;
}

.spacer-50::after {
	display: block;
	content: "";
	clear: both;
}

.spacer-70 {
	height: 70px;
}

.spacer-70::after {
	display: block;
	content: "";
	clear: both;
}

.spacer-90 {
	height: 70px;
}

.spacer-90::after {
	display: block;
	content: "";
	clear: both;
}

.spacer-110 {
	height: 70px;
}

.spacer-110::after {
	display: block;
	content: "";
	clear: both;
}

.section-heading {
	font-size: 36px;
	line-height: 1.2em;
	color: #ef6438;
	margin-bottom: 20px;
	padding-top: 20px;
	padding-bottom: 5px;
	position: relative;
}

.section-heading:after {
	content: '';
	display: block;
	vertical-align: bottom;
	width: 30px;
	height: 1px;
	background: #F6AE2D;
	margin-bottom: 10px;
	margin-top: 20px;
}

.section-heading span {
	color: #F6AE2D;
}

.section-heading.light {
	color: #F6AE2D;
}

.section-heading.light span {
	color: #fff;
}

.section-heading.light:after {
	background: #fff;
}

.section-heading.white {
	color: #fff;
}

.section-heading.center {
	text-align: center;
}

.section-heading.center:after {
	margin-left: auto;
	margin-right: auto;
}

.testimonial-item {
	border-radius: 0px 108px 35px;
	border: 5px solid #ef6438;
	padding: 40px;
	text-align: center;
}

.card-header {
	background-color: #fff;
}

.card-header h6 {
	font-size: 18px;
	font-weight: 600;
}

.card-body p {
	font-size: 20px;
}

.section-heading.no-after:after {
	display: none;
}

.subheading {
	margin-top: -20px;
	margin-bottom: 80px;
	color: #999;
}

.subheading.text-center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
}

.bgi-cover-center {
	background-size: cover;
	background-position: center;
}

/* OWL */
.owl-theme .owl-dots .owl-dot span {
	width: 15px;
	height: 15px;
	background: #002069;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
	background-color: #ef6438;
}

.owl-theme .owl-controls {
	margin-top: 50px;
}

/* END OWL */
.bg-primary {
	background-color: #F6AE2D !important;
}

.bg-secondary {
	background-color: #34495E !important;
}

.bg-gray {
	background-color: #fbfbfb;
}

.text-primary {
	color: #F6AE2D !important;
}

.text-secondary {
	color: #34495E !important;
}

/** * 3. - COMPONENTS * ----------------------------------------------------------------------------- */
/* ==========================2.1 - Buttons============================= */
.btn,
.btn-primary,
.btn-secondary,
.btn-light {
	font-size: 14px;
	color: #fff;
	padding: 13px 40px;
	border: 0;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 5px;
	width: 100%;
}

.btn-default {
	background-color: #F6AE2D;
	color: #fff;
	padding: 15px 20px;
	border: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
}

.btn-default:hover {
	background-color: #F6AE2D;
}

.btn-primary {
	background-color: #f5a623;
	color: #333333;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
}

.btn-primary:hover {
	background-color: #34495E;
	color: #fff;
}

.btn-secondary {
	background-color: #34495E;
}

.btn-secondary:hover {
	background-color: #ef6438;
	color: #fff;
}

.btn-primary.disabled {
	background-color: #ef6438;
	border-color: #ef6438;
	color: #fff;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.how-heading {
	color: #282832CC;
	border: 2px solid #ef6438;
}

.ingrediant {
	display: flex;
}

.ingrediant img {
	border-radius: 50%;
	width: 30%;
	border: 5px solid #ef6438;
	position: absolute;
}

.ingrediant h3 {
	margin-left: 68px;
}

.ingrediant p {
	margin-left: 50px;
	margin-top: -20px;
}

.ingrediant-body {
	margin-top: 50px;
}

.ingrediant-title {
	margin: auto;
	width: 426px;
	height: auto;
	margin-left: 125px;
	background: #fff;
	color: #282832CC;
	margin-top: 26px;
}

.rs-icon-funfact-benefits {
	display: flex;
	border-top: 5px dashed #282832CC;
	border-right: 5px dashed #282832CC;
	border-bottom: 5px dashed #282832CC;
	border-left: 5px dashed #282832CC;
}

.benefits-body-content {
	margin-top: -28px;
	margin-left: -5px;
}

.benefits-body-content img {
	position: absolute;
	border-radius: 15px;
	border: 5px solid #ef6438;
	background: #fff;
}

.benefits-body-content p {
	text-align: center;
}

.benefits-body-content div {
	margin: auto;
	margin-left: 160px;
	margin-top: 22px;
}

.benefits-row {
	margin-top: 100px;
}

.benefit-type {
	height: 64px;
}

.benefit-type h3 {
	font-size: 20px;
	padding: 10px;
	margin-top: 35px;
}

.benefit-type-desc {
	position: absolute;
	margin-top: -30px;
	margin-left: -25px;
}

.benefits-body-content p {
	margin-top: 40px;
}

.btn-primary.disabled:hover {
	color: #fff;
	background-color: #ef6438;
}

.best-among-right ul li {
	list-style: none;
}

.best-among-wrong ul li {
	list-style: none;
}

.best-among-right ul li i {
	width: 25px;
	height: 25px;
	background: #96c423;
	color: #fff;
	border-radius: 23px;
	text-align: center;
	margin: auto;
	font-size: 22px;
}

.best-among-right ul li span {
	font-size: 20px;
	font-weight: 600;
	margin-left: 10px;
}

.best-among-wrong ul li i {
	width: 25px;
	height: 25px;
	color: red;
	border: 1px solid red;
	border-radius: 23px;
	text-align: center;
	margin: auto;
	font-size: 22px;
}

.testimonial-heading {
	color: #282832CC;
}

.best-among-wrong ul li span {
	font-size: 20px;
	font-weight: 600;
	margin-left: 10px;
}

.best-among-title {
	color: #ef6438;
	margin-left: 25%;
}

.btn-secondary.disabled {
	background-color: #ef6438;
	border-color: #ef6438;
	color: #fff;
}

.btn-secondary.disabled:hover {
	color: #F6AE2D;
	background-color: #34495E;
}

.btn-light {
	background-color: #fff;
	color: #F6AE2D;
	border: 1px solid #fff;
}

.btn-light:hover {
	background-color: #34495E;
	color: #fff;
	border-color: transparent;
}

/* ==========================SOSMED-ICON============================= */
.sosmed-icon a {
	color: #fff;
	background-color: transparent;
	width: 40px;
	height: 40px;
	font-size: 18px;
	/*display: table-cell;*/
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 0 2px;
}

.sosmed-icon a:hover {
	background-color: #34495E;
}

.sosmed-icon.bg-round a {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #333333;
	background-color: #F6AE2D;
}

.sosmed-icon.bg-round a:hover {
	color: #F6AE2D;
	background-color: #34495E;
}

/* ==========================BOX IMAGE============================= */
.rs-image-info {
	text-align: center;
}

.rs-image-info .media {
	width: 80%;
	margin: 0 auto;
}

.box-deck {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
}

.box-deck .box-card {
	display: -ms-flexbox;
	display: flex;
	-ms-flex: 1 0 0%;
	flex: 1 0 0%;
	-ms-flex-direction: column;
	flex-direction: column;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
}

@media (min-width: 576px) {
	.box-deck {
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		margin-right: -15px;
		margin-left: -15px;
	}

	.box-deck .box-card {
		display: flex;
		flex: 1 0 0%;
		flex-direction: column;
		/*margin-right: $card-deck-margin;*/
		margin-bottom: 0;
		/*margin-left: $card-deck-margin;*/
	}
}

@media (max-width: 425px) {
	.product1 {
		margin-top: 100px !important;
	}

	.header-2 .navbar-brand {
		position: static !important;
		margin-left: -50px !important;
		margin-right: 0.5rem !important;
	}

	.proimg {
		display: none;
	}
}

@media (max-width: 375px) {
	.product1 {
		margin-top: 100px !important;
	}

	.header-2 .navbar-brand {
		position: static !important;
		margin-left: -50px !important;
		margin-right: 0.5rem !important;
	}

	.proimg {
		display: none;
	}
}

/* ==========================BOX ICON============================= */
.rs-icon-funfact .icon {
	display: block;
	font-size: 40px;
	line-height: 1.5;
	float: left;
	width: 70px;
	height: 70px;
	background-color: transparent;
	color: #F6AE2D;
	text-align: center;
	/*@include border-radius(50%);*/
}

.rs-icon-funfact .body-content img {
	width: 50px;
}

.rs-icon-funfact .body-content h1,
.rs-icon-funfact .body-content h2,
.rs-icon-funfact .body-content h3,
.rs-icon-funfact .body-content h4,
.rs-icon-funfact .body-content h4,
.rs-icon-funfact .body-content h5,
.rs-icon-funfact .body-content h6 {
	clear: none;
	margin-bottom: 0;
}

.rs-icon-funfact.style-2 {
	text-align: center;
}

.rs-icon-funfact.style-2 .icon {
	color: #34495E;
	float: none;
	background-color: transparent;
	margin: 0 auto;
	font-size: 40px;
}

.rs-icon-funfact.style-2 .body-content {
	margin-left: 0;
}

/* ==========================BOX ICON============================= */
.rs-icon-info {
	margin-bottom: 15px;
}

.rs-icon-info .info-icon {
	display: table-cell;
}

.rs-icon-info .fa {
	width: 50px;
	height: 50px;
	background-color: #F6AE2D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	padding-top: 14px;
	font-size: 22px;
}

.rs-icon-info .info-text {
	display: table-cell;
	padding-left: 10px;
	position: relative;
	vertical-align: middle;
}

.rs-icon-info.center {
	text-align: center;
	padding: 30px 0;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.rs-icon-info.center .info-icon {
	display: block;
}

.rs-icon-info.center .fa {
	background-color: transparent;
	font-size: 40px;
}

.rs-icon-info.center .fa.bl {
	background-color: #F6AE2D;
	color: #fff;
	width: 80px;
	height: 80px;
}

.rs-icon-info.center .info-text {
	display: block;
}

.rs-icon-info.style-2 {
	text-align: center;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	border-radius: 6px;
}

.rs-icon-info.style-2 .info-icon {
	margin: 0 auto;
	display: inline-flex;
}

.rs-icon-info.style-2 .fa {
	font-size: 40px;
	padding-top: 0;
	background-color: #F6AE2D;
	color: #34495E;
	width: 80px;
	height: 80px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	text-align: center;
	margin: 0 2px;
}

.rs-icon-info.style-2 .info-text {
	display: block;
}

.rs-icon-info.style-2:hover .fa {
	color: #F6AE2D;
	background-color: #34495E;
}

.rs-icon-info::after {
	display: block;
	content: "";
	clear: both;
}

.rs-icon-info-3 {
	margin-bottom: 15px;
}

.rs-icon-info-3 .info-icon {
	display: table-cell;
	text-align: center;
}

.benefit-type {
	color: #282832CC;
}

.benefit-type li {
	line-height: 44px;
	list-style: none;
	font-size: 20px;
}

.benefit-type li i {
	color: #ef6438;
	margin-right: 10px;
}

.product-content-img {
	display: flex;
	gap: 24px;
	border: 5px solid #ef6438;
	border-radius: 18px;
	padding: 8px;
}

.product-content-img .product-img {
	border: 4px solid #ef6438;
	padding: 10px;
	margin: auto;
	border-radius: 10px;
}

.product-content {
	margin: auto;
	border-radius: 10px;
	font-size: 12px;
	color: #282832CC;
}

.product-content h3 {
	font-weight: unset;
	font-size: 23px;
}

.product-content h3 span {
	font-weight: bolder;
}

.pack-details {
	border-bottom: 2px dashed #282832CC;
}

.pack-detail-price .price {
	display: flex;
	gap: 20px;
	color: #282832CC;
}

.pack-detail-price .save {
	color: #ef6438;
}

.pack-details h4 {
	color: #282832CC;
}

.quantity-input {
	display: flex;
	justify-content: space-between;
}

.quantity-input label {
	color: #282832CC;
	font-size: 20px;
}

.cta-button {
	display: flex;
	justify-content: space-between;
}

.border-dashed {
	border-bottom: 2px dashed #282832CC;
	margin-top: 20px;
}

.order-button {
	padding: 6px 12px;
	border-radius: 5px;
	background: #f8f9fa;
	font-size: 19px;
	border: 1px solid #00206a;
}

.order-button a {
	color: #282832CC;
}

.call-button {
    background: #008000;
    color: #fff;
    border-radius: 1px;
    font-size: 18px;
    padding: 10px 0;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: block;
}

.call-button a {
	color: #fff;
}

.payment-method {
	display: flex;
	gap: 20px;
}

.payment-details ul li {
	font-size: 15px;
	font-weight: bold;
	line-height: 30px;
}

.payment-details ul li span {
	color: #03a0c9;
}

.body-content p {
	color: #282832CC;
	font-weight: 600;
}

.whatsapp-button {
	background: #fff;
	border: 2px solid red;
	border-radius: 13px;
	text-align: center;
	position: absolute;
	margin-top: -40px;
	width: 95%;
	height: 68px;
}

.whatsapp-button a {
	font-size: 20px;
	color: #ef6438;
}

.info-text h3 {
	color: #ef6438;
	font-size: 35px;
}

.are-you {
	font-size: 12px;
	position: absolute;
	margin-left: -58px;
	margin-top: 7px;
	background: #fff;
	color: #282832CC;
}

.info-text h3 .are-number {
	font-size: 60px;
}

.info-text p {
	color: #282832CC;
	font-size: 25px;
}

.info-icon img {
	border: 2px dashed #282832CC;
	border-radius: 20px;
}

.problem {
	padding: 20px 45px;
	background: #e35501;
	color: #fff;
}

.male-varility {
	color: #e35501;
}

.problem-men {
	text-align: center;
	margin: auto;
}

.problem-men h2 {
	color: #e35501;
}

.problem-men p {
	font-size: 36px;
	font-weight: bolder;
	color: #282832CC;
}

.the-solution {
	font-size: 25px;
	font-weight: 600;
}

.livmuztang {
	border: 2px dashed #282832CC;
	color: #ef6438;
}

.solution {
	font-family: math;
	font-size: 15px;
	font-weight: 400;
}

.solution-increases {
	display: flex;
}

.solution-increases h2 {
	padding: 20px;
	border: 2px solid #ef6438;
	background: #fff;
	color: #ef6438;
	font-weight: 600;
	font-size: 40px;
}

.solution-increases div {
	width: 237px;
	height: 50px;
	position: relative;
	background: #fff;
	margin-top: 50px;
	color: #282832CC;
	border: 2px solid #ef6438;
}

.solution-increases div:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 0;
}

.solution-increases div:before {
	content: "";
	position: absolute;
	right: -20px;
	bottom: -2px;
	width: 0;
	height: 0;
	/*border-left: 18px solid #ef6438;*/
	border-top: 49px solid transparent;
}

.solution-increases p {
	margin-top: 10px;
	margin-left: 10px;
	font-size: 16px;
}

.solution-cta-button {
	display: flex;
	text-align: center;
	justify-content: center;
	gap: 20px;
}

.lead-forms {
	background-color: #fff;
	border: 2px solid rgba(60,72,84,0.8);
	border-radius: 20px;
}

.form-heading {
	font-size: 30px;
	text-align: center;
	color: #282832CC;
}

.rs-icon-info-3 .fa {
	width: 15px;
	height: 15px;
	background-color: #F6AE2D;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	padding-top: 17px;
	font-size: 35px;
}

.rs-icon-info-3 .info-text {
	display: table-cell;
	padding-left: 20px;
	position: relative;
	vertical-align: middle;
}

.rs-icon-info-3::after {
	display: block;
	content: "";
	clear: both;
}

/* ==========================FORM CONTACT============================= */
.form-comment .form-control,
.form-contact .form-control,
.contact .form-control {
	height: 45px;
	border: 2px solid #282832CC;
	border-radius: 5px;
}

.form-comment textarea.form-control,
.form-contact textarea.form-control,
.contact textarea.form-control {
	height: auto;
}

.form-comment .btn.disabled,
.form-comment .disabled.btn-primary,
.form-comment .disabled.btn-secondary,
.form-comment .disabled.btn-light,
.form-comment .btn[disabled],
.form-comment [disabled].btn-primary,
.form-comment [disabled].btn-secondary,
.form-comment [disabled].btn-light,
.form-comment fieldset[disabled] .btn,
.form-comment fieldset[disabled] .btn-primary,
.form-comment fieldset[disabled] .btn-secondary,
.form-comment fieldset[disabled] .btn-light,
.form-contact .btn.disabled,
.form-contact .disabled.btn-primary,
.form-contact .disabled.btn-secondary,
.form-contact .disabled.btn-light,
.form-contact .btn[disabled],
.form-contact [disabled].btn-primary,
.form-contact [disabled].btn-secondary,
.form-contact [disabled].btn-light,
.form-contact fieldset[disabled] .btn,
.form-contact fieldset[disabled] .btn-primary,
.form-contact fieldset[disabled] .btn-secondary,
.form-contact fieldset[disabled] .btn-light,
.contact .btn.disabled,
.contact .disabled.btn-primary,
.contact .disabled.btn-secondary,
.contact .disabled.btn-light,
.contact .btn[disabled],
.contact [disabled].btn-primary,
.contact [disabled].btn-secondary,
.contact [disabled].btn-light,
.contact fieldset[disabled] .btn,
.contact fieldset[disabled] .btn-primary,
.contact fieldset[disabled] .btn-secondary,
.contact fieldset[disabled] .btn-light {
	opacity: 1;
}

.form-subscribe [type="search"] {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	min-height: 52px;
	padding-left: 20px;
	padding-right: 20px;
	border-color: transparent;
}

.form-subscribe .btn,
.form-subscribe .btn-primary,
.form-subscribe .btn-secondary,
.form-subscribe .btn-light {
	min-height: 52px;
}

/* ==========================BOX ICON============================= */
.rs-icon-info-2 {
	position: relative;
	margin-bottom: 20px;
	text-align: center;
}

.rs-icon-info-2 .icon {
	font-size: 60px;
	line-height: 1.4em;
	background-color: #F6AE2D;
	color: #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	width: 180px;
	height: 180px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	padding-top: 45px;
	position: relative;
	-webkit-transition: 0.1s all linear;
	transition: 0.1s all linear;
}

.rs-icon-info-2 .icon .number {
	width: 50px;
	height: 50px;
	font-size: 24px;
	line-height: 1em;
	color: #fff;
	background-color: #34495E;
	border: 1px solid #fff;
	position: absolute;
	top: -10px;
	right: 15px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	padding-top: 13px;
}

/* ==========================PRICING TABLE============================= */
.rs-pricing-1 {
	position: relative;
	text-align: center;
	padding: 30px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.rs-pricing-1 .price {
	font-size: 60px;
	font-weight: 700;
	line-height: 1;
	padding: 20px 0;
	position: relative;
	letter-spacing: -3px;
}

.rs-pricing-1 .price:after,
.rs-pricing-1 .price:before {
	border-top: 1px solid white;
	content: "";
	left: 50%;
	margin-left: -40px;
	position: absolute;
	top: auto;
	width: 80px;
}

.rs-pricing-1 .price:before {
	top: 0;
}

.rs-pricing-1 .price:after {
	bottom: 0;
}

.rs-pricing-1 .price span {
	display: inline-block;
	font-size: 28px;
	margin: 7px 3px 0 0;
	vertical-align: top;
}

.rs-pricing-1 .price span.mon {
	color: #999;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 0 8px;
	vertical-align: baseline;
	letter-spacing: 0;
}

.rs-pricing-1 .features ul {
	list-style: outside none none;
	margin: 0;
	padding: 35px 0;
}

.rs-pricing-1 .features ul li {
	padding: 8px 0;
}

/* ==========================TESTIMONIAL============================= */
.rs-testimonial-1 {
	padding: 25px;
	background-color: rgba(255, 255, 255, 0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}

.rs-testimonial-1 .rs-testimonial-footer {
	margin: 0 -25px -25px;
	padding: 18px 25px;
	border-top: 1px solid #fff;
	font-weight: 700;
}

.rs-testimonial-1 .rs-testimonial-footer::before {
	content: "\2014 \00A0";
}

.rs-testimonial-1 .rs-testimonial-footer cite {
	display: block;
	font-weight: normal;
}

.rs-testimonial-2 .media {
	width: 60px;
	height: 60px;
	float: left;
}

.rs-testimonial-2 .rs-testimonial-footer {
	font-weight: 700;
	margin-left: 75px;
}

.rs-testimonial-2 .rs-testimonial-footer::before {
	content: "\2014 \00A0";
}

.rs-testimonial-2 .rs-testimonial-footer cite {
	display: block;
	font-weight: normal;
}

/* ==========================Back To Top Section============================= */
.rs-icon-1 .icon {
	display: table-cell;
	color: #F6AE2D;
	font-size: 27px;
	line-height: 2.2;
	width: 60px;
	height: 60px;
	background: #F8F8F8;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	border-radius: 100px;
	text-align: center;
}

.rs-icon-1 .body-content {
	display: table-cell;
	padding-left: 10px;
	vertical-align: middle;
	font-weight: 400;
	color: #98afc6;
}

.rs-icon-1 .body-content .heading {
	font-weight: 700;
	color: #34495E;
}

/* ==========================Back To Top Section============================= */
/* ==========================Back To Top Section============================= */
.cd-top {
	display: inline-block;
	height: 40px;
	width: 40px;
	position: fixed;
	bottom: 50px;
	right: 10px;
	z-index: 999;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #ef6438 url("../images/cd-top-arrow.svg") no-repeat center 50%;
	visibility: hidden;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-webkit-transition: opacity .3s 0s, visibility 0s .3s;
	-moz-transition: opacity .3s 0s, visibility 0s .3s;
	transition: opacity .3s 0s, visibility 0s .3s;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}

.cd-top:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-webkit-transition: opacity .3s 0s, visibility 0s 0s;
	-moz-transition: opacity .3s 0s, visibility 0s 0s;
	transition: opacity .3s 0s, visibility 0s 0s;
}

.cd-top.cd-is-visible {
	visibility: visible;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
}

.cd-top.cd-fade-out {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=50);
}

/** * 4. - LOGO & NAVIGATION * ----------------------------------------------------------------------------- */
/* 4.1 - NAVBAR */
.topbar {
	background-color: #F6AE2D;
}

.topbar .row {
	min-height: 40px;
}

.middlebar .row {
	min-height: 90px;
}

/* 4.1 - NAVBAR */
.navbar-brand {
	padding: 0 0;
}

.navbar-main {
	/*border-radius: 0;  margin-bottom: 0;  border: 0;  position: relative;  z-index: 3;*/
	-webkit-transition: padding .2s ease-in-out;
	transition: padding .2s ease-in-out;
}

.navbar-main .navbar {
	padding: 0;
}

.navbar-expand-lg {
	display: flex;
	justify-content: space-between;
}

.headercall {
	color: #fff !important;
	font-weight: 600;
	font-size: 25px;
	border: 1px solid #fff;
	padding: 10px;
	border-radius: 30px;
}

.navbar-main ol,
.navbar-main li {
	margin: 0 0;
	font-size: 14px;
	font-weight: 700;
}

.navbar-main ul {
	margin-left: 0;
}

.navbar-main .navbar-toggler {
	color: #F6AE2D;
	border-color: transparent;
}

.navbar-main .navbar-toggler-icon {
	background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(246, 174, 45, 1)' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar-main .dropdown-toggle::after {
	margin-left: 0.6em;
	color: #F6AE2D;
}

.navbar-main .dropdown:hover>.dropdown-menu {
	display: block;
}

.navbar-main .dropdown-menu {
	min-width: 200px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	padding: 0.2rem 0;
	margin-top: 0;
	border-width: 0;
	background-color: #333333;
	color: #fff;
	font-size: 14px;
}

.navbar-main .dropdown-item {
	color: #fff;
	padding: 0.5rem 1.5rem;
}

.navbar-main .dropdown-item:hover,
.navbar-main .dropdown-item:focus {
	text-decoration: none;
	background-color: #222222;
}

/* END NAVBARMAIN */
.header-1 {
	position: relative;
	z-index: 999;
	width: 100%;
}

.header-1 .navbar-main {
	background-color: #222222;
}

.header-1 .navbar-main>.container {
	margin-bottom: 0;
	padding: 5px 0;
}

.header-1 .navbar-main .navbar-brand {
	position: absolute;
	top: -75px;
}

.header-1 .navbar-main .navbar-nav .nav-link {
	color: #fff;
}

.header-1 .navbar-main .navbar-nav .nav-link:hover,
.header-1 .navbar-main .navbar-nav .nav-link:focus {
	color: #F6AE2D;
}

.header-1 .navbar-main .navbar-nav .active>.nav-link {
	color: #F6AE2D;
}

.header-1 .navbar-main.stiky {
	height: auto;
	background-color: #fff;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 40px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	bottom: initial;
}

.header-1 .navbar-main.stiky .navbar-brand {
	position: static;
	margin-left: 0;
}

.header-1 .navbar-main.stiky>.container {
	margin-bottom: 0;
	padding: 10px 15px;
}

.header-1 .navbar-main.stiky .nav-link {
	color: #34495E;
}

.header-1 .navbar-main.stiky .nav-link:hover,
.header-1 .navbar-main.stiky .nav-link:focus {
	color: #F6AE2D;
}

.header-2 .container-nav {
	padding: 20px 0;
}

.header-2 .navbar-main {
	background-color: #f8f9fa;
}

.header-2 .navbar-main .container {
	padding: 5px 15px;
	text-align: center;
}

.header-2 .navbar-main .navbar-brand {
	/*margin-left: 15px;*/
}

.header-2 .navbar-main .navbar-nav .nav-link.active {
	color: #fff;
}

.headtitle {
	color: #423f3f;
	font-size: 22px;
	margin-bottom: unset;
}

.rating {
	color: #f6ae2d;
	font-size: 18px;
}

.rating .rating-number {
	color: #282832CC;
	font-weight: bolder;
	font-size: 25px;
}

.rating .based-reviews {
	color: #282832CC;
	font-weight: 600;
}

.rating-align {
	color: #e76035;
	font-size: 30px;
}

.total-review {
	color: #3593f9;
}

.header-2 .navbar-main .nav-link {
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding: 1rem 1.5rem;
}

.header-2 .navbar-main .nav-link:hover,
.header-2 .navbar-main .nav-link:focus {
	color: #fff;
}

.header-2 .navbar-main.stiky {
	height: auto;
	background-color: #ef6438;
	top: 0;
	right: 0;
	left: 0;
	z-index: 1030;
	padding-top: 40px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-transform: translateY(-40px);
	-moz-transform: translateY(-40px);
	-ms-transform: translateY(-40px);
	-o-transform: translateY(-40px);
	transform: translateY(-40px);
	-webkit-animation-duration: .3s;
	animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	bottom: initial;
}

.header-2 .navbar-main.stiky .nav>li>a {
	color: #34495E;
}

.header-2 .navbar-main.stiky .navbar-brand {
	position: static;
	margin-left: 0;
}

.header-2 .navbar-main.stiky .navbar-brand img {
	width: 60%;
}

.header-2 .navbar-main.stiky>.container {
	margin-bottom: 0;
	padding: 10px 15px;
}

@media (max-width: 767px) {
	.header-2 .navbar-brand {
		position: static;
		margin-left: 0;
		margin-right: .5rem;
	}

	.popuptxt b {
		font-size: 18px !important;
	}

	.popuptxt small {
		font-size: 50%;
	}

	.header-2 .navbar-brand img {
		width: 60%;
	}

	.headercall {
		font-size: 15px;
	}
}

@media (max-width: 767px) {
	.header-1 .navbar-main .navbar-brand {
		position: relative;
	}
}

/** * 5. - SECTION * ----------------------------------------------------------------------------- */
/* 1.1 - Banner */
.banner {
	float: left;
	padding: 0 0;
}

.banner.owl-carousel {
	position: relative;
	height: 100%;
}

.banner.owl-carousel div:not(.owl-controls) {
	height: 100%;
}

.banner.owl-carousel .owl-controls .owl-nav {
	height: auto;
}

.banner.owl-carousel .owl-controls .owl-nav,
.banner.owl-carousel .owl-controls .owl-dots {
	height: auto;
}

.banner.owl-carousel .owl-item img {
	display: none;
}

.banner.owl-carousel .owl-slide {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.banner .item {
	position: relative;
}

.banner .slider-pos {
	position: absolute;
	top: 20%;
	left: 0;
	width: 100%;
}

.banner h1 {
	color: #fff;
	font-size: 72px;
	padding: 0;
	margin-bottom: 10px;
}

.banner h1 span {
	color: #F6AE2D;
}

.banner h1.bg {
	background-color: rgba(52, 73, 94, 0.5);
	padding: 20px;
}

.banner p {
	font-size: 18px;
	color: #fff;
	padding: 0;
}

.banner p.bg {
	background-color: rgba(255, 255, 255, 0.5);
	padding: 20px;
	color: #34495E;
}

.banner.owl-theme .owl-controls {
	margin-top: 0;
}

.banner .owl-controls .owl-nav [class*=owl-] {
	color: #fff;
	font-size: 18px;
	margin: 5px;
	background: #F6AE2D;
	display: inline-block;
	cursor: pointer;
	width: 50px;
	height: 50px;
	padding-top: 11px;
	text-align: center;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
}

.banner .owl-controls .owl-nav [class*=owl-]:hover {
	background: #34495E;
	text-decoration: none;
}

.banner .owl-nav {
	position: absolute;
	z-index: 2;
	width: 100%;
	top: 40%;
}

.banner .owl-nav .owl-prev {
	float: left;
	margin-left: 20px !important;
}

.banner .owl-nav .owl-next {
	float: right;
	margin-right: 20px !important;
}

.banner .owl-dots {
	position: absolute;
	z-index: 2;
	width: 100%;
	bottom: 4%;
	display: none !important;
}

.banner .owl-dots .owl-dot span {
	background: #fff !important;
}

.banner .owl-dots .owl-dot.active span {
	background: #F6AE2D !important;
}

@media (max-width: 767px) {
	.banner h1 {
		font-size: 42px;
	}

	.banner .owl-nav {
		display: none;
	}

	.banner .owl-dots {
		display: block !important;
	}
}

.wrap-caption {
	width: 60%;
}

.wrap-caption.center {
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.wrap-caption.right {
	width: 60%;
	text-align: right;
	float: right;
}

.wrap-caption .excerpt {
	margin-bottom: 50px;
	font-size: 18px;
}

.wrap-caption .btn,
.wrap-caption .btn-primary,
.wrap-caption .btn-secondary,
.wrap-caption .btn-light {
	margin-right: 15px;
}

@media (max-width: 767px) {
	.wrap-caption {
		width: 100%;
	}

	.wrap-caption.center,
	.wrap-caption.right {
		width: 100%;
	}
}

.content-wrap {
	padding: 0px 0;
}

.content-wrap-20 {
	padding: 20px 0;
}

.content-wrap-120 {
	padding: 120px 0;
}

.bg-primary-1 {
	background: #F6AE2D;
}

.bg-primary-2 {
	background: #e6970a;
}

.bg-primary-3 {
	background: #b57708;
}

.bg-primary-1.with-hover:hover,
.bg-primary-2.with-hover:hover,
.bg-primary-3.with-hover:hover {
	background-color: #34495E;
}

.img-rounded-3 {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}

.img-video {
	position: relative;
}

.img-video .play-video {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 65px;
	height: 65px;
	background-color: transparent;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	display: table-cell;
	padding-top: 13px;
	padding-left: 7px;
	text-align: center;
	vertical-align: middle;
	line-height: 2;
	color: #fff;
	z-index: 2;
}

.img-video .play-video:hover {
	background-color: #fff;
	color: #F6AE2D;
}

.img-video:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	background-color: rgba(52, 73, 94, 0.1);
}

.ripple {
	position: absolute;
	top: 50%;
	left: 50%;
	height: 65px;
	width: 65px;
	transform: translateX(-50%) translateY(-50%);
	transform-origin: center center;
	border-radius: 50%;
	-ms-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	-o-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3);
	animation: ripple 2s infinite;
}

.ripple:before {
	animation-delay: .9s;
	content: "";
	position: absolute;
}

.ripple:after {
	animation-delay: .9s;
	content: "";
	position: absolute;
}

@keyframes ripple {
	70% {
		box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);
	}

	100% {
		box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
	}
}

/** * 6. - FOOTER * ----------------------------------------------------------------------------- */
.footer {
	background-color: #fff;
	background-size: cover;
	background-position: center;
	color: gray;
}

.footer .footer-item .logo-bottom {
	margin-bottom: 10px;
}

.footer .footer-item .footer-title {
	font-size: 24px;
	padding: 20px 0 10px 0;
	margin-bottom: 0;
	position: relative;
	font-weight: 700;
}

.footer .footer-item .footer-title:after {
	content: '';
	display: block;
	vertical-align: bottom;
	width: 60px;
	height: 1px;
	background: #333333;
	margin-bottom: 10px;
	margin-top: 15px;
}

.footer .footer-item .footer-sosmed {
	margin-top: 50px;
	margin-bottom: 30px;
	display: inline-block;
}

.footer .footer-item .footer-sosmed a .item {
	color: #fff;
	display: table-cell;
	vertical-align: middle;
	margin: 0 14px;
	width: 40px;
	height: 40px;
	text-align: center;
	background-color: #3d566e;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
}

.footer .footer-item .footer-sosmed a .item:hover {
	background-color: #F6AE2D;
}

.footer .footer-item .footer-sosmed a .item .fa {
	font-size: 16px;
}

.footer .footer-item .list {
	margin: 0;
	padding: 0;
}

.footer .footer-item .list li {
	list-style: none;
	margin: 14px 0;
}

.footer .footer-item .list li a {
	color: #fff;
	padding-left: 15px;
	position: relative;
}

.footer .footer-item .list li a:before {
	content: '\f105';
	font-family: FontAwesome;
	left: 0;
	position: absolute;
}

.footer .footer-item .list li a:hover {
	color: #282832CC;
	text-decoration: none;
}

.footer .footer-item .footer-subscribe {
	position: relative;
}

.footer .footer-item .footer-subscribe input[type=email] {
	width: 100%;
	background: #fff;
	padding: 10px 57px 10px 17px;
	min-height: 38px;
	max-width: 480px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	border-radius: 0;
	border: 0;
}

.footer .footer-item .footer-subscribe input[type=email]:focus {
	background: #fff;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	-ms-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 0 0 2px #F6AE2D;
	-moz-box-shadow: 0 0 0 2px #F6AE2D;
	box-shadow: 0 0 0 2px #F6AE2D;
	border-color: transparent;
}

.footer .footer-item .footer-subscribe input[type=submit] {
	position: absolute;
	left: 0;
	top: 0;
	visibility: hidden;
}

.footer .footer-item .footer-subscribe label {
	position: absolute;
	right: 0;
	top: 0;
	border: 0;
	width: 40px;
	height: 38px;
	line-height: 40px;
	padding: 0;
	cursor: pointer;
	text-align: center;
	font-size: 13px;
	background: none;
	color: #fff;
	outline: 0 !important;
	-webkit-transition: color .3s ease;
	-moz-transition: color .3s ease;
	-ms-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	background: #F6AE2D;
}

.footer .footer-item .footer-subscribe .icon {
	font-size: 18px;
}

.footer .footer-item .footer-subscribe p {
	font-size: 13px;
	margin-top: 16px;
}

.footer .footer-item .recent-post {
	margin: 0;
	padding: 0;
}

.footer .footer-item .recent-post li {
	list-style: none;
	margin: 0 0 30px;
}

.footer .footer-item .recent-post li a {
	color: #333333;
	line-height: 20px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 14px;
}

.footer .footer-item .recent-post li a:hover {
	color: #F6AE2D;
}

.footer .footer-item .recent-post li .date {
	display: block;
	font-size: 12px;
	padding: 0;
	color: rgba(51, 51, 51, 0.4);
}

.footer .footer-item .recent-post li .date i {
	margin-right: 5px;
}

.footer .fcopy {
	padding: 15px 0 0px 0;
    font-size: 14px;
    border-top: 1px solid #fce7c0;
    background-color: #f8f9fa;
}

.list-info {
	margin: 0;
	padding: 0;
}

.list-info li {
	margin-bottom: 20px;
	list-style: none;
	font-size: 16px;
}

.list-info li .info-icon {
	display: table-cell;
	font-size: 35px;
	color: #F6AE2D;
}

.list-info li .info-text {
	padding-left: 18px;
	display: table-cell;
	vertical-align: top;
}

@media (max-width: 767px) {
	.product-content-img {
		gap: unset;
		padding: unset;
		display: unset;
		border: unset;
		text-align: center;
	}

	.headtitle {
		text-align: center;
	}

	.rating {
		text-align: center;
	}

	.section-heading {
		font-size: 20px;
		font-weight: unset;
		text-align: center;
	}

	.section-heading span {
		font-weight: 600;
		color: #ef6438;
	}

	.whatsapp-button {
		padding: unset;
	}

	.whatsapp-button img {
		width: 70px;
	}

	.solution p {
		font-size: 20px;
	}

	.solution-cta-button {
		display: unset;
	}

	.order-button {
		font-size: 25px;
	}

	.call-button {
		margin-top: 10px;
		font-size: 22px;
	}

	.ingrediant-title {
		margin-left: 88px;
		margin-top: 14px;
		height: auto;
	}

	.ingrediant img {
		margin-top: 35px;
	}

	.ingrediant p {
		margin-top: -15px;
	}

	.benefits-row {
		margin-top: 50px;
	}

	.benefits-body-content p {
		padding: 10px;
	}

	.benefits-sendod {
		margin-top: 50px;
	}
}

.form-group label {
	color: #282832CC;
	font-size: 15px;
	font-weight: 600;
}

.call-desc {
	text-align: center;
	font-size: 20px;
	color: #ef6438;
}

.call-desc span {
	font-weight: bold;
}

.desktop {
	display: block;
}

.mob {
	display: none;
}

@media (max-width: 768px) {
	.desktop {
		display: none !important;
	}

	.mob {
		display: block !important;
	}

	.footer-copy {
		height: 106px;
	}
}

.fact-area {
	width: 100%;
	position: fixed;
	z-index: 999;
	bottom: 0;
	background: #f8f9fa;
	box-shadow: 0px 1px 5px 3px #b5b5b5;
	left: 0;
	border-top: 2px solid red;
}

.fact-area a {
	color: #282832CC;
}

.fact-area .orng-call {
	color: #ff5600;
}

.fact-item {
	padding: 10px 10px;
}

.inputoutbox {
	position: relative;
	height: 38px;
	left: 0px;
	text-align: center;
	width: 62px;
	display: inline-block;
	font-size: 13px;
	margin: 0 0 5px;
	resize: vertical;
}

.points ul li {
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
	letter-spacing: 0.2px;
}

.points p {
	font-size: 13px;
}

.points span {
	color: #03a0c9;
}

.modal-body {
	background-image: url('https://www.livmuztang.com/yt/assets/livimage/modalimage-1.webp');
	background-repeat: no-repeat;
	background-size: cover;
}

.tick-flip {
	margin-left: 0.0625em;
	margin-right: 0.0625em;
	min-width: 1.125em;
	border-radius: 0.125em;
	letter-spacing: .25em;
	text-indent: 0.25em;
}

.countertimer {
	font-size: 30px;
	text-align: center;
	border-bottom: 2px dashed #ef6438;
	border-top: 2px dashed #ef6438;
	border-left: 2px dashed #ef6438;
	border-right: 2px dashed #ef6438;
	color: #35160c !important;
	font-weight: 900;
	background: #bf92579c;
}

button.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .4;
}

.popuptxt {
	font-size: 20px;
}

@media (max-width: 767px) {
	.callbtns {
		margin-top: 10px;
	}
}

/** * 7. - RESPONSIVE * ----------------------------------------------------------------------------- */
/*# sourceMappingURL=style.css.map */