body {
    padding: 0;
    margin: 0;
    overflow-x: hidden;
  }


  a:hover{
	color: var(--black-color);
  }
  /* Header Css  */

  .navbar-nav .nav-link {
    position: relative;
    padding-left: 10px;
    display: inline-block;
    transition: color 0.3s ease;
}

.navbar-nav .nav-item.active .nav-link,
.navbar-nav .nav-link:hover {
    color: #f5e0c3; /* Lighter color for the active and hover effect */
}

.navbar-nav .nav-item.active .nav-link::before, .nav-item .nav-link::before, .navbar-nav .nav-link:hover::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    width: 13px;
    height: 1px;
    background-color: white;
    /* border-left: 2px solid #f5e0c3; */
    /* border-bottom: 2px solid #f5e0c3; */
}
.navbar-nav .nav-item.active .nav-link::before,  .navbar-nav .nav-link:hover::before {
    /* content: "";
    position: absolute;
    left: -36px;
    top: 50%;
    transform: translateY(-50%); */
    width: 50px;
    /* height: 1px; */
    /* background-color: white; */
    /* border-left: 2px solid #f5e0c3; */
    /* border-bottom: 2px solid #f5e0c3; */
	transition: width 0.3s ease;
	left: -40px;
}
/* .navbar-nav .nav-item.active .nav-link::after,
.navbar-nav .nav-link:hover::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: #f5e0c3; 
    transition: width 0.3s ease;
} */

.navbar-nav .nav-link:hover {
	transform: scale(1.3);
}
.dropdown-div::-webkit-scrollbar {
display: none;
}

.icon-header i {
    font-size: 18px;
}










.header-top-line .shipping-text {
  color: #FFFDF6;
}
header.site-header .accordion-button:not(.collapsed) {
  color: var(--secondary-color);
}
.mobile-header {
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  padding: 100px 20px 20px;
  background-color: var(--main-bg);
  min-height: 100%;
  transform: translateX(100%);
  transition: 0.2s;
  z-index: 999;
  overflow-y: scroll;
}

.link-hover{
  transition: 0.3s;
}

.link-hover:hover {
  color: var(--black-color);
}
.mobile-header.active {
	transform: translateX(0);
  }
/* Tablet Responsive  */

@media(max-width:991px){

.icon_wrapper img ,.icon_wrapper .fa {
  width: 22px;
  font-size: 17px;
  margin: 0 2px;
}
.icon_wrapper {
  background-color: transparent !important;
}

/* .nav__actions, .logo__wrap, .nav__wrap {
  max-width: 35%;
  width: 100%;
} */
}

/* search box css  */
.search-box {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100%;
  padding: 33px 0px;
  transition: 0.6s;
  transform: translateY(-150%);
}

.search-box.show {
  transform: translateY(0%);
  z-index: 9999;
  /* border: 1px solid; */
  background: var(--primary-color);
}
.search-box.show .fa {
  color: black;
}
.search-box .form-group {
  display: flex;
  align-items: center;
  position: relative;
}

.search-box .form-group button {
  border: 0;
  background: transparent;
  position: absolute;
  right: 0;
  outline: none;
  padding: 10px 20px;
}

.search-box .form-group input {
  border-radius: 0;
  background: #fff;
  box-shadow: none;
}

.search-box .cancel {
  text-align: right;
  padding: 10px 0px;
}

.search-box .cancel svg {
  fill:black;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

/* search-bar end here */



/* banner_sec start here */
.banner_sec {
	height: 800px;
	overflow: hidden;
  }
  
  .background-video-container {
	position: relative;
  }
  
  .background-video {
	object-fit: cover;
  }
  .banner_sec .overlay {

    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
  
  /* banner_sec end here */

section.banner-wrapper {
	position: relative;
	/* top: -39px; */
}
.about-us-overlay {
	position: absolute;
	background-image: url(../img/about-bj.webp);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.brands_slider .brand_img img {
    /* aspect-ratio: 2/3;
    width: 206px; */
	/* width: 100%; */
    height: 29px;
    /* object-fit: contain;
    mix-blend-mode: color-burn;
    margin: 0 13px; */
}
@media(max-width:1020px){
	.brands_slider .brand_img img {
		aspect-ratio: 2/3;
		width: 206px;
		height: 29px;

	}
}





/* find-sec  */
.brand_find_img img {
    height: 32px;
    object-fit: fill;
    width: 100%;
}
.brand_find_img {
    margin: 0 20px;
}


.community_img img{
	width: 100%;
	height: 227px;
	object-fit: fill;
}

.community_slider1 {
    position: relative;
}

.community_slider1 .slick-slide {
    transition: transform 0.3s ease; /* Smooth scaling effect */
}

.community_slider1 .slick-slide.slick-active {
	transform: scale(1);
	z-index: 1;
	position: relative;
	/* overflow: ; */
	/* object-fit: ; */
	height: 250px;
	object-fit: fill;
	/* width: 191px !important; */
}

.community_slider1 .slick-slide.slick-active:hover {
	/* transform: scalex(1.2),scaleY(1.5); */
	z-index: 2;
	transform: perspective(450px) scale3d(1.2,1.2,0.1) translateZ(30px);
}
.community_slider1 .slick-list {
    padding: 40px 0;
}

.whatsapp_wrapper {
    bottom: 10%;
    width: 100%;
    left: 87%;
}
.whatsapp_wrapper img {
    width: 116px;
    object-fit: fill;
}
.slick_btn_wrapper .slick-prev, .slick_btn_wrapper .slick-next {
    position: unset !important;
	height: 50px;
	width: 50px;
	font-size: 20px;
}
.slick_btn_wrapper .slick-prev::before, .slick_btn_wrapper .slick-next::before {
    content: unset !important;

}

@media(max-width:760px){
	.whatsapp_wrapper {

		left: 61%;
	}
	/* .community_slider1 .slick-list {
		overflow: hidden !important; 
	} */
	
}
/* @media(max-width:980px){
	.community_slider1 .slick-list {
		overflow: hidden !important; 
	}
} */
/* my css end here home page */
/* sultan bhai css start here*/
section.our-treatment {
	padding: 60px 0px;
	background: #d4c6b6;
}

/* section.our-treatment button.slick-arrow {

	position: absolute;
	top: -56px;
	z-index: 1;
	max-width: max-content;
	right: 80px;
} */
/* section.our-treatment button.slick-arrow {

  position: absolute;
  top: -140px;
  z-index: 1;
  max-width: max-content;
  right: 163px;
}
section.our-treatment button.slick-prev.slick-arrow {

  left: 80%;
	position: absolute;
} */
/* section.our-treatment .slick-next:before {
	content: "→" !important;
	width: 50px;
	height: 50px;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
	color: #61341d;
}
section.our-treatment .slick-prev:before {
	content: "←" !important;
	width: 50px;
	height: 50px;
	background-color: transparent;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #61341d;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
} */
.what-content p {
	color: #61341d;
	margin-top: 10px;
}
.t-heading {
	font-family: "LarkenDEMO-Medium";
	font-size: 16px;
	color: #2c2f31;
}
ul.list-wrapper li {
	border-bottom: 1px solid black;
	padding-bottom: 10px;
	padding-top: 10px;
}
ul.list-wrapper {
	margin-top: 10px;
}
.what-content {
	padding-left: 50px;
}
section.what-made-us {
	padding: 70px 0;
	background: #f2ece6;
}
.what-img-wrapper img {
	width: 100%;
	height: 320px;
	object-fit: fill;
}
.what-content a.btn-wrapper {
	font-size: 13px;
}
.what-content a.primary-button {
	font-size: 13px;
}
.banner-content.po-wra {
	position: absolute;
	bottom: 0;
	width: 100%;
	left: 0;
	right: 0;
	top: 50%; /* Set the top position to 50% */
	transform: translateY(
		-50%
	); /* Move the element up by half of its own height */
}

.banner-content.po-wra a.btn-wrapper.explore-now {
	border-color: #fff;
	color: #fff;
}
/* .banner-content.po-wra h2 {
	font-size: 31px;
	text-align: center;
	padding: 20px 100px;
} */
.slider-content.wrap {
	padding: 0;
}
.slider-content.wrap .content-img h5 {
	font-family: "LarkenDEMO-Medium";
	font-size: 22px;
}
a.clinic {
	color: #61341d;
	/* font-family: "LarkenDEMO-Medium"; */
	font-size: 18px;
	font-family: "switzer", Sans-serif;
	font-weight: 600;
}

section.location {
	padding-top: 30px;
	background: #f2ece6;
}
section.find-sec {
	background: #61341d;
	padding: 50px 0;
}

.slider-content.wrap .content-img {
	padding: 50px;
}

.product-content {
	position: absolute;
	top: 0;
	padding: 30px;
}
.product-wrappers img {
    width: 100%;
    object-fit: fill;
    padding: 10px;
    height: 294px;
}
.product-content h5 {
	margin-bottom: 5px;
}
section.successful-sec {
	/* padding: 100px 0; */
	position: relative;
}
.wrapper-slider-face img {
	width: 100%;
	height: 250px;
	object-fit: fill;
	padding: 10px;
}
section.successful-sec .slick-slider {
	position: relative;
}
section.successful-sec .slick-slider {
	position: relative;
}

section.successful-sec .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
section.successful-sec .slick-dots {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}

section.successful-sec .slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 5px;
	padding: 0;
	width: 20px;
	height: 20px;
}

section.successful-sec .slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	border: none;
	background: transparent;
	cursor: pointer;
	outline: none;
}

/* Additional content in dots */
section.successful-sec .slick-dots li:before {
	content: attr(data-content); /* Add content from data attribute */
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 12px;
	color: #fff;
}
/* section.successful-sec .slick-prev,
section.successful-sec .slick-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	z-index: 1;
}

section.successful-sec .slick-prev {
	left: 20px;
}

section.successful-sec .slick-next {
	right: 20px;
} */

@media(max-width:680px){
	.slick-dot ul {
		gap: 10px;
		padding: 0;
		flex-wrap: wrap;
	}
}
/* Center mode */
section.successful-sec .slick-slide {
	transition: all ease 0.5s; /* Adjust transition timing */
	transform: scale(0.8);
	opacity: 0.5;
}

section.successful-sec .slick-center {
	transform: scale(1);
	opacity: 1;
}
/* .slick-dot {
	position: absolute;
	top: -111px;
	right: 0;
} */
.slick-dot ul {
	display: flex;
	align-items: center;
	gap: 20px;
}
.slick-dot ul li.active {
	background: #61341d;
	color: #fff;
	transition: all 0.5s;
}
.slick-dot ul li {
	font-family: "LarkenDEMO-Medium";
	background-color: #d4c6b6;
	padding: 10px 21px;
	border-radius: 50px;
	text-align: center;
	cursor: pointer;
	transition: all 0.5s;
}
.slick-dot ul li h4 {
	font-family: "LarkenDEMO-Medium";
	font-size: 17px;
}
section.successful-sec button.slick-arrow {
	/* bottom: 0px !important; */
	position: absolute;
	top: 314px;
	z-index: 1;
	/* max-width: max-content; */
	/* right: 620px; */
  right: 45%;
}
/* section.successful-sec button.slick-prev.slick-arrow {
  left: 45%;
	position: absolute;
} */
/* section.successful-sec .slick-next:before {
	content: "→" !important;
	width: 50px;
	height: 50px;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
	color: #61341d;
}
section.successful-sec .slick-prev:before {
	content: "←" !important;
	width: 50px;
	height: 50px;
	background-color: transparent;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	color: #61341d;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
} */
ul.social-wrapper li a {
	color: #61341d;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 200px;
	padding: 10px;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}
/* sultan bhai css end here */

.what-img-wrapper img {
    height: 240px;
}


/* other page start here */
/* about page  start here*/


.side_img {
    right: 0;
    z-index: 2;
}
.side_img img{
    width: 256px;
    height: 284px;
    margin-top: -141px;
}
/* vision_sec start here */
.vision_imgbox_wrapper {
    position: relative;
    margin-top: -107px;
}



.vision_img img {
    width: 72%;
    object-fit: contain;
}


@media(max-width:760px){
	.vision_img img {
		width: 100%;
	}
	.vision_imgbox_wrapper {
		margin-top: 10px;
	}
	.vision_images_wrapper{
		flex-wrap: wrap;
	}
	
}
/* vision_sec end here */
.left_side_img img {
    margin-top: -44px;
}
/* jounery-sec start here  */
.video_play_icon {
    width: 50px;
    height: 50px;
    border-radius: 30px;
    left: 45%;
}
/* jounery-sec end here  */


/* team sec start here */

.card_img img {
    height: 353px !important;
    width: 100%;
    margin-top: -100px;
}

.team_card_bg img {
    height: 254px;
    width: 100%;
}
@media(max-width:760px){
	.card_img img {
		height: auto;
		width: 100%;
		margin-top: 0;
	}
	
	.team_card_bg img {
		height:auto;
		width: 100%;
	}
}
/* team sec end here */
/* about page end here  */

/* service page start here */
.service_slider .slick-next,.service_slider  .slick-prev{
	display: none !important;
}




/* service page end here */



/* blog page css start here*/
.tag_line {
    width: 91px;
    border-radius: 24px;
}
/* .blog_slick_slider .slick-next::before , .blog_slick_slider .slick-prev::before{
	width: 50px;
	height: 50px;
	font-family: "FontAwesome" !important;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	opacity: 1;
	border: 0;
	border-radius: 6px;
	border: 1px solid #61341d;
	border-radius: 50%;
	color: #61341d;
}
.blog_slick_slider  button.slick-arrow {
	position: absolute;
	z-index: 1;
	color: transparent;
	top: 50%;
}
.blog_slick_slider .slick-next:before {
	content: "→" !important;
}
.blog_slick_slider .slick-prev:before {
	content: "←" !important;

}  */
/* .blog_slick_slider .slick-next {
	top: 52%;
	
} */
/* pagination css start here  */
li.page-item.active .page-link {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--white-color);
}

li.page-item .page-link {
    background-color: transparent;
    color: var(--primary-color);
    width: 40px;
    height: 40px;
}
.pagination_arrow .page-link {
	background-color: var(--extra-color-1) !important;
}
/* pagination css end here  */


/* blog page css end here */



/* service detail page start here */
ul.services_listing li::before {
    content: "";
    position: absolute;
    background-image: url(../img/tick_icon.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    left: -33px;
    /* top: 4px; */
}
ul.services_listing li {
    position: relative;
}
/* service detail page end here */


/* gallery page start here */
/* @media(max-width:580px){
	.gallery_wrapper .col {
		flex: 1 0 100%;
	}
} */

@media(max-width:580px){
	.gallery_wrapper .col {
		flex: 1 0 100%;
	}
}

/* gallery page end here */

/* shop start here */
.categories_wrapper  .accordion-button::after {
    background-image: unset;
}

/* shop end here */

/* product detail */
.size .btn-check:checked+.btn-secondary ,.size  .btn-secondary:hover {
    background-color: var(--primary-color);
	border-color:  var(--primary-color);
}
.size .btn {
    width: 40px;
}
.quantity-button .btn-check:focus+.btn, .btn:focus {
    box-shadow: none;
}
.color-span {
    width: 30px;
    height: 30px;
    display: block;
    border: 2px solid transparent;
    outline: 1px solid transparent;
    border-radius: 23px;
}
.color-wrapper input:checked ~ .color-span {
    outline-color: var(--primary-color);
    border-color: #fffcf5;
}

.quantity-input {
    width: 65px;
    text-align: center;
    height: 40px;
}
.btn-minus,.btn-plus {
    width: 38px;
    height: 40px;
}
.btn-minus{
    border-top-left-radius: 23px;
    border-bottom-left-radius: 23px;
}
.btn-plus {
    border-top-right-radius: 23px;
    border-bottom-right-radius: 23px;
    
}
.detail-tabs .nav-pills .nav-link.active {
    background-color: var(--primary-color);
}

.detail-tabs .nav-link {
    color: var(--primary-color);
    border-radius: 20px !important;
    border: 1px solid var(--primary-color) !important;
}


/* .rate {
    display: flex;
}

.star {
    position: relative;
    cursor: pointer;
}

.star img {
    display: block;
}

.star i {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 24px;
    color: gold;
}

.star.selected img {
    display: none;
} */

.star.selected i {
    display: block;
}
@media(max-width:600px){
	.product_price span {
		font-size: 21px;
	}
}
/* product detail */

/* checkout start here */
.order_summary_img {
    width: 93px;
    height: 100px;
}
.pro_color {
    width: 2px;
    height: 2px;
}
.sub_total {
	border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
}
.order_pro_wrapper{
	overflow-y: scroll;
	height: 292px;
}
.order_pro_wrapper::-webkit-scrollbar-thumb {
	background: var(--primary-color); 

  }
  .order_pro_wrapper::-webkit-scrollbar {
	width: 3px;
  }
  .check_this .form-check-input:checked {
    background-color: var(--primary-color);
    border-color:  var(--primary-color);
}
/* checkout end here */



/* cart start here  */
.product_imgbox {
    width: 107px;
    height: 102px;
}


/* cart end here */


/* faq start here */
.faq_Wrapper .accordion-button::after {
    content: "\2b";
    font-family: "fontAwesome";
    border: 1px solid var(--primary-color);
    background-image: unset;
    text-align: center;
    padding: 2px 5px;
    /* width: 20px; */
    /* height: 20px; */
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
  .faq_Wrapper .accordion-button:not(.collapsed)::after {
  background-image: unset;
  transform: rotate(-180deg);
  content: "\f068";
  color: var(--primary-color);
  padding: 2px 3px;
  font-size: 13px;
  }
  .faq_Wrapper .accordion-button:not(.collapsed) {
	color: black;
	background-color: transparent;
	box-shadow: none;
  }
/* faq end here */
/* contact start here */
.contact_image .imgbox {
    width: 50px;
    height: 50px;
}
.contact_image .imgbox img {
    width: 24px;
    height: 20px;
}
/* contact end here */
/* footer */
/* footer.footer {
	background: #61341d;
	padding: 50px 0 10px 0;
} */
.border-bootom.text-white {
	border-bottom: 1px solid #fff;
	padding-bottom: 40px;
}

.subscribe .form-control::placeholder{
	color: var(--white-color);
	font-family: var(--primary-font);
	font-size: 13px;
	font-weight: 400;
}
.subscribe .form-control:focus{
	border-color:var(--white-color);
	box-shadow: none;
}
.socail_url.social-wrapper li a {
    color: white;
}
.socail_url.social-wrapper li {
    list-style: none;
    border: 1px solid white;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
}
/* footer */
/* video {
	width: 100%;
	height: auto;
}
.controls {
	position: absolute;
	bottom: 10px;
	background: rgba(0, 0, 0, 0.5);
	padding: 5px;
	color: white;
}
.controls button {
	background: none;
	border: none;
	color: white;
	font-size: 1.5rem;
}
.progress {
	flex: 1;
	height: 5px;
	background: #555;
	position: relative;
	cursor: pointer;
	margin: 0 10px;
}
.progress .filled {
	height: 100%;
	background: #f00;
	width: 0;
} */
.play-icon.hidden {
	display: none !important; /* Hide the play button */
}
#playIcon {
	left: 50%;
	width: 41px;
	height: 40px;
}





