@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Lato:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Playfair+Display:wght@500;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=PT+Serif:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Jost:wght@400;500&family=Roboto:wght@400;500&display=swap');

:root {
	--white: #fff;
	--black: #000;
	--primary: #CF8021;
	--secondary: #333333;
}

html {
	scroll-behavior: smooth;
	height: 100%;
}

body {
	position: relative;
	background: #fff;
	overflow-x: hidden;
	height: 100%;
	font-family: "Poppins", sans-serif;
}

@media (min-width: 1700px) {
	.container {
		max-width: 1380px;
	}
}

/* How to add New font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */


section {
	position: relative;
	padding: 6rem 0;
}

p {
	font-size: 1rem;
	font-weight: 400;
	line-height: 2;
	color: #828282;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #000;
}

.img-auto {
	display: block;
	max-width: 100%;
	margin: 0 auto;
}

a,
button {
	text-decoration: none !important;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

a:hover,
button:hover {
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

figure {
	margin: 0;
}

/* loader */
.preLoader {
	width: 100%;
	height: 100%;
	z-index: 1111;
	display: flex;
	align-items: center;
	justify-content: center;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.preLoader.black {
	background-color: var(--black);
	z-index: 11113;
}

.preLoader.white {
	z-index: 11112;
	background-color: var(--theme-color);
}
figure.medicine {
	margin-bottom: -24rem;
    margin-left: -17rem;
}
/* loader */

/* btn css */

.themeBtn {
	background: transparent;
	font-size: 20px;
	color: var(--white);
	text-transform: uppercase;
	font-weight: 500;
	display: inline-block;
	padding: 1.04em 1.96em;
	border: 2px solid #FFFFFF;
	line-height: normal;
	font-family: 'Jost', sans-serif;
}

.themeBtn:hover {
background-color: var(--primary);
border-color: var(--primary);
color: #fff;
}

.themeBtn.borderBtn {
	background: transparent;
	border: 1px solid #fff;
	padding: 1.04em 2em;
}

/* btn css */

a.navcls {
	font-size: 16px;
	color: #fff;
	border: 1px solid #AE7466;
	padding: 10px;
}

a.navcls span {
	background: #CD7B25;
	padding: 10px;
	margin-right: -10px;
}

/* navigation css */

header {
	/* position: absolute; */
	/* left: 0; */
	/* right: 0; */
	/* margin: 0 auto; */
	/* z-index: 111; */
	/* top: 0; */
	/* width: 100%; */
	/* padding: 1rem 0; */
	/* transition: 0.3s ease-in-out; */
}

.navbar-nav {
	align-items: center;
	/* justify-content: space-between; */
	/* width: 100%; */
	gap: 2rem;
}

.navbar-nav .nav-item .nav-link {
	font-size: 18px;
	color: var(--white);
	text-transform: capitalize;
	font-weight: 500;
	padding: 0 0;
	display: inline-block;
	font-family: 'Jost', sans-serif;
}

.navbar-nav .nav-item i {
	color: #fff;
}

.an-navbar {
	background: #3E1D00;
	padding: 1rem 0;
}

/* navigation css */

/* slider css */

.main-slider {
	height: 100vh;
}

.homeSlider.swiper-container {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 0;
}

.homeSlider.swiper-container .swiper-slide {
	overflow: hidden;
}

.homeSlider .swiper-pagination {
	bottom: 8rem;
	width: fit-content;
	left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
	width: 4.35rem;
	height: 4.35rem;
	font-size: 1rem;
	color: #fff;
	display: inline-grid;
	place-items: center;
	border-radius: 50%;
	background-color: rgba(255, 255, 255, 0.28);
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
	transition: 0.3s ease-in-out;
	cursor: pointer;
}

.homeSlider .swiper-button-next {
	right: 1rem;
}

.homeSlider .swiper-button-prev {
	left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
	background: var(--white);
	color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
	height: 12px;
	width: 12px;
	display: inline-block;
	margin: 0 0.5rem !important;
	opacity: 1;
	border: 1px solid var(--white);
	background: transparent;
}

.homeSlider .swiper-pagination-bullet-active {
	background: var(--white);
	position: relative;
}

.homeSlider .slide-inner {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	background-size: cover;
	background-position: center;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: center;
}

.main-slider h1 {
	margin: 0;
	color: var(--white);
	font-size: 80px;
	line-height: 1;
	font-weight: bold;
	text-transform: uppercase;
	font-family: 'Playfair Display', serif;
}

.main-slider h2 {
	margin: 0;
	color: var(--white);
	font-size: 50px;
	line-height: 1.5;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
}

.main-slider p {
	color: var(--white);
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1rem;
	font-size: 1.5625rem;
}

/* slider css */

/* / sraachbar start / */

#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);
	opacity: 0;
	z-index: 10000;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: #fff !important;
	background: rgba(0, 0, 0, 0);
	font-size: 55px;
	line-height: 65px;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
	font-family: arial;
}

#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
	background-color: limegreen;
	border: black;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
}

.srch-btn {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: -1;
}

.srch-btn .themeBtn {
	padding: 15px 120px;
	font-size: 20px;
}


/* / sraachbar end / */
img.img-fluid.girl11 {
	position: absolute;
	bottom: 0;
}

.mainHead {color: var(--white);font-size: 52px;font-weight: bold;text-transform: capitalize;font-family: 'Playfair Display', serif;}


/* productsec css start */
.procntnt h3 {
	font-size: 18px;
	font-weight: 500;
	font-family: 'Jost', sans-serif;
}

.procntnt a {
	font-size: 13px;
	color: #fff;
	background: #CD7B25;
	padding: 7px 7px;
}



.procntnt {
	background: #FFFFFF;
	padding: 16px 10px;
}

section.productcatSec {
	background: #000;
}

.productcatSec .swiper-button-prev {
	left: 19.75rem;
	top: 26rem;
}

.productcatSec .swiper-button-next {
	right: 21.75rem;
	top: 25rem;
}

.productcatSec .swiper-button-prev,
.productcatSec .swiper-button-next {
	border: 1px solid #FFFFFF;
	width: 44px;
	height: 44px;
	border-radius: 50%;
	background: #FFFFFF;
}

.productcatSec .swiper-button-prev:hover,
.productcatSec .swiper-button-next:hover {
	background-color: #CF8021;
	border-color: #CF8021;
}



.productcatSec .swiper-button-prev:after,
.productcatSec .swiper-button-next:after {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
	font-family: 'Font Awesome 5 Pro';
	
	content: '\f060';
}



.productcatSec .swiper-button-next:after {
	

	content: '\f061';
}

.swiper.conciergeSlider.swiper-initialized.swiper-horizontal.swiper-pointer-events {
}

.prowrap figure img {
	width: 100%;
}

/* productsec css end */


/* healthproduvt css start */
section.healthproduct {
	background: #CF8021;
}

.healthcnt a {
	font-size: 13px;
	color: #fff;
	background: #CD7B25;
	padding: 7px 7px;
}

.healthcnt h3 {
	font-size: 18px;
	color: #000;
	font-family: 'Roboto', sans-serif;
}

.healthcnt h3 span {
	font-size: 14px;
	color: #A5A5A5;
	font-family: 'Jost', sans-serif;
}

.healthcnt h3 {
	display: grid;
}

.healthcnt {
	display: flex;
	align-items: center;
	background: #fff;
	padding: 10px;
	gap: 2rem;
	border-top: 1px solid #E8E8E8;
}

.healthwrap {
	background: #fff;
}

.healthwrap figure {
	text-align: center;
	/* padding: 1rem 1rem; */
	min-height: 362px;
	padding-top: 13px;
}

.healthproduct .swiper-button-prev {
	left: 11.75rem;
	top: 26rem;
}

.healthproduct .swiper-button-next {
	right: 11.75rem;
	top: 25rem;
}

.healthproduct .swiper-button-prev,
.healthproduct .swiper-button-next {
	border: 1px solid #FFFFFF;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #FFFFFF;
}

.healthproduct .swiper-button-prev:hover,
.healthproduct .swiper-button-next:hover {
	background-color: #D5D5D5;
	border-color: #D5D5D5;

}

.healthproduct .swiper-button-prev:after,
.healthproduct .swiper-button-next:after {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
	font-family: 'Font Awesome 5 Pro';
	
	content: '\f060';
}



.healthproduct .swiper-button-next:after {
	

	content: '\f061';
}


/* healthproduvt css end */


.welnessproduct .swiper-button-prev {
	left: 14.75rem;
	top: 27rem;
}

.welnessproduct .swiper-button-next {
	right: 14.75rem;
	top: 27rem;
}

.welnessproduct .swiper-button-prev,
.welnessproduct .swiper-button-next {
	border: 1px solid #FFFFFF;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.welnessproduct .swiper-button-prev:hover,
.welnessproduct .swiper-button-next:hover {
	background-color: #D5D5D5;
	border-color: #D5D5D5;

}



.welnessproduct .swiper-button-prev:after,
.welnessproduct .swiper-button-next:after {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
	font-family: 'Font Awesome 5 Pro';
	
	content: '\f060';
}



.welnessproduct .swiper-button-next:after{
	

	content: '\f061';
}
/* gallersec css start */
.gallerysection {
	background-color: #503412;
}

.gallerysection .swiper-button-prev {
	left: 13.75rem;
	top: 23rem;
}

.gallerysection .swiper-button-next {
	right: 13.75rem;
	top: 23rem;
}

.gallerysection .swiper-button-prev,
.gallerysection .swiper-button-next {
	border: 1px solid #FFFFFF;
	width: 42px;
	height: 42px;
	border-radius: 50%;
	background: #FFFFFF;
	box-shadow: 0px 3px 6px rgb(0 0 0 / 16%);
}

.gallerysection .swiper-button-prev:hover,
.gallerysection .swiper-button-next:hover {
	background-color: #D5D5D5;
	border-color: #D5D5D5;

}




.gallerysection .swiper-button-prev:after,
.gallerysection .swiper-button-next:after {
	font-size: 1rem;
	color: #000;
	font-weight: 600;
	font-family: 'Font Awesome 5 Pro';
	
	content: '\f060';
}



.gallerysection .swiper-button-next:after{
	
	content: '\f061';
}
.galcnt h3 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	margin-top: 1rem;
	font-family: 'Jost', sans-serif;
}

/* gallersec css end */



/* medition css start */
section.healthproduct.welnessproduct.medition {
	background: #000;
}

section.healthproduct.welnessproduct.medition .healthwrap {
	margin-bottom: 2rem;
}

/* medition css end */

/* blogsec css start */
section.blogSection {
	background: #6A410F;
	padding: 3rem 0 5rem 0;
}

.blogcntnt h3 {
	font-weight: bold;
	font-size: 24px;
	color: #fff;
	margin-top: 1rem;
	font-family: 'PT Serif', serif;
}

.blogcntnt p {
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto', sans-serif;
}

.blogcntnt .themeBtn {
	background: #CD7B25;
	border-color: #CD7B25;
	padding: 10px 1rem;
	font-size: 18px;
	text-transform: capitalize;
}

.blogcntnt h6 {
	font-size: 18px;
	color: #fff;
	border: 1px solid #fff;
	position: absolute;
	top: 12px;
	left: 28px;
	padding: 4px 4px;
	font-family: 'Jost';
}

.blogwrap figure {
	position: relative;
}

/* blogsec css end */



/* treandingsec css start */
section.trendingSec {
	background: #885517;
}

.trendcnt h3 {
	font-size: 27px;
	color: #fff;
	position: absolute;
	bottom: 1rem;
	font-family: 'Jost', sans-serif;
	left: 3rem;
}

.trndwrap figure {
	position: relative;
}

/* treandingsec css end */


/* protectyour  css start*/
section.protectyour {
	background: #53190D;
	padding: 5rem 0 11rem 0;
}

.protcetwrap {
	background: url(../images/protecth1.png)no-repeat;
	height: 457px;
	width: 1440px;
	padding: 6rem 3rem;
}

.headprotect h2 {
	font-size: 100px;
	color: #fff;
	font-family: 'Playfair Display', serif;
}

.headprotect h2 span {
	font-size: 40px;
	font-family: 'Jost', sans-serif;
}

.protcetwrap .themeBtn {
	background: #CD7B25;
	border-color: #CD7B25;
	font-size: 32px;
	text-transform: capitalize;
	padding: 7px 27px;
}

h2.brek {
	display: flex;
	margin-left: 1rem;
	margin-top: -2rem;
}

.protcetwrap:before {
	content: "";
	position: absolute;
	width: 73%;
	height: 54%;
	border: 7px solid #fff;
	top: 7rem;
	left: 20rem;
}

img.yellow {
	position: absolute;
	bottom: 3rem;
	left: 22rem;
	z-index: 1;
}

img.flwr {
	position: absolute;
	right: 6rem;
	z-index: 1;
	top: 2rem;
}

/* protectyour  css end */

/* journysec  css start */
.protcetwrap.journywrap {
	background: url(../images/journybg.png)no-repeat;
	height: 457px;
	width: 1440px;
	padding: 6rem 3rem;
}

img.tree11 {
	position: absolute;
	right: -7rem;
	bottom: 0;
	z-index: 1;
}

img.plant11 {
	position: absolute;
	bottom: 5rem;
	left: 13rem;
	z-index: 1;
}

.journy h3 {
	font-size: 54px;
	font-weight: 600;
	color: #fff;
	font-family: 'Playfair Display', serif;
}

.journy h3 span {
	font-size: 60px;
	font-weight: 500;
	margin-right: 11px;
}

.journy h2 {
	font-size: 100px;
	color: #fff;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
}

.journy {
	text-align: initial;
	margin-left: 2rem;
}

/* journysec  css end */

/* storysec css star */

.storyMain {
	background: url(../images/reviewbg.png) no-repeat top center/ cover;
	text-align: center;
	padding: 3rem 0 4rem 0;
}

.storyMain .sectionHeading {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 2rem;
	margin-bottom: 5rem;
}

.reviewSlider p {
	font-size: 20px;
	color: #303030;
	font-weight: 500;
	line-height: 1.9;
	margin-top: 1rem;
	font-family: 'PT Serif', serif;
}

.reviewSlider figure {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	gap: 3px;
}

.reviewSlider figure span {
	font-size: 14px;
	color: #303030;
	font-weight: 500;
	text-transform: uppercase;
	font-family: 'Jost', sans-serif;
}


.storyMain .swiper-button-prev {
	left: -6rem;
	top: 30%;
	width: 84px;
	height: 84px;
	border: 1px solid var(--white);
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.storyMain .swiper-button-prev:after {
	font-size: 1.4rem;
	color: var(--white);
	font-weight: 600;
}

.storyMain .swiper-button-next {
	right: -6rem;
	top: 30%;
	width: 84px;
	height: 84px;
	border: 1px solid var(--white);
	border-radius: 50%;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.storyMain .swiper-button-next:after {
	font-size: 1.4rem;
	color: var(--white);
	font-weight: 600;
}

.reviewSlider {
	padding-bottom: 3rem;
}

.reviewSlider .swiper-pagination {
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 15px;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	background: #2D396B;
	opacity: 23%;
}

.swiper-pagination .swiper-pagination-bullet-active {
	opacity: 1;
}

section.storyMain .mainHead {
	color: #000;
}

ul.starblue {
	display: flex;
	gap: 10px;
}

ul.starblue li i {
	color: #2D396B;
}

/* storysec css end */


/* Footer Css Start */

footer {
	background: #000;
	padding-top: 0rem;
	position: relative;
	z-index: 1;
}

.newsHead h2 span {
	font-size: 1rem;
	display: block;
	font-family: 'Jost';
	text-transform: capitalize;
}

.newsHead {
	display: flex;
	align-items: center;
	gap: 2rem;
}

.newsHead h2 {
	line-height: 1.1;
	margin: 0;
}

.newsForm input {
	width: 100%;
	height: 100px;
	/* border-radius: 7px; */
	border: unset;
	padding-left: 2.5rem;
	background: #202020;
}

.newsForm input::placeholder {
	color: #fff;
}

.newsForm {
	display: flex;
	align-items: center;
	position: relative;
}

.newsForm .themeBtn {
	position: absolute;
	right: 12px;
	border: unset;
	background: #CC7A24;
	padding: 10px 30px;
}

footer h3 {
	font-size: 25px;
	text-transform: uppercase;
	color: var(--white);
	font-family: 'Playfair Display';
}

footer ul li a {
	color: var(--white);
	font-size: 14px;
	font-family: 'Jost', sans-serif;
}

footer ul li a:hover {
	color: var(--primary);
}

.contactLinks li+li {
	padding-top: 8px;
}

.socialMedia {
	display: flex;
	gap: 1.5rem;
}

.socialMedia li a {
	font-size: 1.625rem;
}

.copyRight p {
	font-size: 1.125rem;
	color: var(--white);
	font-weight: 500;
	font-family: 'Jost', sans-serif;
	margin: 0;
}

.copyRight {
	border-top: 1px solid rgb(255 255 255 / 33%);
	margin-top: 3rem;
	padding: 2rem 0;
}

.footImg {
	position: absolute;
	bottom: 0;
	right: -6rem;
	width: 27%;
	overflow: hidden;
	z-index: -1;
}

ul.socialMedia li {
	border: 1px solid #fff;
	border-radius: 50%;
	width: 54px;
	height: 54px;
	display: grid;
	place-items: center;
}

footer .mainHead {
	font-size: 30px;
	font-weight: 400;
	text-align: center;
	margin-bottom: 1rem;
}

img.img-fluid.fotrflr {
	z-index: 1;
	margin-top: -22px;
}

ul.socialMedia li {
	background: #fff;
}

ul.socialMedia li a i {
	color: #000;
}

/* Footer Css End */


ul.socialMedia li:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

section.gallerysection.aos-init.aos-animate {
    padding: 3rem 0 3rem 0;
}


/* innerpages Start */

.innerBan .overlay {
	position: absolute;
	text-align: left;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
}

.innerBan h2 {
	font-size: 50px;
	color: var(--white);
	text-transform: uppercase;
	font-weight: bold;
}

.innerBan {
	position: relative;
}

section.aboutInnersec {
    background: #53190D;
}

section.aboutInnersec h2 {
    font-size: 70px;
    color: #fff;
    font-family: 'Playfair Display';
}

section.aboutInnersec p {
    color: #fff;
}

section.aboutInnersec img {
    width: 100%;
}

section.storyMain.testimonialsInner {
    background: #6A410F;
}

section.storyMain.testimonialsInner .mainHead {
    color: #fff;
}

section.storyMain.testimonialsInner .reviewSlider p {
    color: #fff;
}

section.storyMain.testimonialsInner ul.starblue li i {
    color: #FE7F00;
}


.testiwrap p {
    color: #fff;
}

.testiwrap .starblue {
    justify-content: center;
}

.testiwrap span {
    color: #fff;
}

.testiwrap {
    border-bottom: 1px solid #91724D;
    margin-bottom: 4rem;
}
.testiwrap figure {
    margin-bottom: 2rem;
}

section.storyMain.testimonialsInner .mainHead {
    margin-bottom: 5rem;
}

.contactForm .form-group .form-control {
    border-radius: unset;
    background: transparent;
    border: unset;
    border-bottom: 1px solid #fff;
}

.contactForm .form-group .form-control:focus {
    border-color: var(--primary);
}

.contact-section .heading-sm {
    font-size: 44px;
    margin-bottom: 2rem;
    font-family: 'Playfair Display';
    color: #fff;
}

.contact-section .themeBtn {
    border: unset;
	background-color: #CC7A24;
}
section.contact-section {
    background: #53190D;
}

.contactForm .form-group .form-control::placeholder {
    color: #fff;
}

section.mapsection {
    padding: 0;
}
.contactForm .form-group textarea {
    height: 100px !important;
    padding-top: 2rem;
}

section.healthproduct.healthpro2 .healthcnt {
    margin-bottom: 3rem;
}


section.healthproduct.healthpro2 .nav-tabs .nav-link {
    height: 56px;
    border: 2px solid #FFFFFF;
    border-radius: unset;
    margin-bottom: 2rem;
    color: #fff;
    background: transparent;
    margin-right: 2rem;
    font-size: 14px;
	outline: none;
}



section.healthproduct.healthpro2 .nav-tabs {
    border-bottom: unset;
    justify-content: center;
}
section.healthproduct.healthpro2 .nav-tabs .nav-link.active {
    background: #3E1D00;
	border-color:#3E1D00;
}

.ServiceSect {
    padding: 27rem 0 24rem 0;
    background: #000;
}

.ServiceSect:before {
    position: absolute;
    content: "";
    height: 233px;
    bottom: 6rem;
    left: 24%;
    background-color: #9E9E9E;
    width: 1px;
    z-index: 1;
}

.aboutInner .aboutBox {
    background-color: #35373E;
    padding: 1rem 2rem 4rem 3rem;
    width: 88%;
    margin: -15rem 0 0 2rem;
}

.aboutInner .abtImg {
    position: absolute;
    right: -2rem;
    bottom: -19rem;
}

.aboutInner .aboutHead {
    z-index: 1;
    position: relative;
}



.aboutBox .subHead span {
    font-size: 30px;
    color: #AF6724;
    text-transform: uppercase;
}

.aboutBox .subHead {
    font-size: 60px;
    font-weight: bold;
    color: #fff;
}

.aboutBox p {
    color: #fff;
}
.productcatSec .swiper-button-prev {
  left: 10%;
  transform: translateX(-10%);
}
.productcatSec .swiper-button-next {
  left: 90%;
  transform: translateX(-90%);
}