/**
* Template Name: Fitmantra
* Updated: Jul 27 2023 with Bootstrap v5.3.1
* Template URL: https://bootstrapmade.com/medicio-free-bootstrap-theme/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Montserrat", sans-serif;
  color: #333333;
	font-size: 18px;
}

a {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #7fc22c;
  text-decoration: none;
}

#main ul{ margin:0px 0 0 20px; }
#main li { list-style:circle; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Montserrat", sans-serif;
}
h2{
	font-size: 40px;
	color: #333333;
	line-height: 42px;
	text-transform: uppercase;
	font-weight: 700;
}
ul{
	margin:0px;
	padding: 0px;
	list-style: none;
		
}


/*--------------------------------------------------------------
# Preloader
--------------------------------------------------------------*/
#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;
  overflow: hidden;
  background: #fff;
}

#preloader:before {
  content: "";
  position: fixed;
  top: calc(50% - 30px);
  left: calc(50% - 30px);
  border: 6px solid #7fc22c;
  border-top-color: #ecf8f9;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  animation: animate-preloader 1s linear infinite;
}

@keyframes animate-preloader {
  0% {
    transform: rotate(0deg);
  }

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

/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 15px;
  bottom: 15px;
  z-index: 996;
  background: #7fc22c;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.back-to-top i {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}

.back-to-top:hover {
  background: #7fc22c;
  color: #fff;
}

.back-to-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0 !important;
  }
}

/*--------------------------------------------------------------
# Top Bar
--------------------------------------------------------------*/
#topbar {
  background: rgb(107,172,37);
background: -moz-linear-gradient(top,  rgba(107,172,37,1) 0%, rgba(168,212,77,1) 100%);
background: -webkit-linear-gradient(top,  rgba(107,172,37,1) 0%,rgba(168,212,77,1) 100%);
background: linear-gradient(to bottom,  rgba(107,172,37,1) 0%,rgba(168,212,77,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6bac25', endColorstr='#a8d44d',GradientType=0 );

  color: #fff;
  height: 40px;
  font-size: 16px;
  font-weight: 400;
  z-index: 996;
  transition: all 0.5s;
}

#topbar.topbar-scrolled {
  top: -40px;
}

#topbar i {
  padding-right: 6px;
  line-height: 0;
}
.infoDtls strong{
	font-weight: 500;
}
ul.topNav,ul.topSocial{
	display: flex;
}
ul.topNav li a {
	font-size: 16px;
	color: #fff;
	transition: all 0.5s;
	padding: 6px 25px;
}

ul.topSocial li a {
	font-size: 18px;
	color: #fff;
	transition: all 0.5s;
	padding: 6px 6px;
}
ul.topSocial li:last-child a{
	padding-right: 0;
}




@media (min-width: 1600px) {
	.container{
		max-width: 1528px;
	}
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#header {
  background: #fff;
  transition: all 0.5s;
  z-index: 997;
  padding: 15px 0 30px;
  top:0px;
  box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
}

@media (max-width: 992px) {
  #header {
    padding: 15px 0;
  }
}

#header.header-scrolled {
  top: 0;
	position: fixed;
	left: 0;
	right: 0;
}

#header .logo {
  font-size: 28px;
  margin: 0;
  padding: 0;
  line-height: 1;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

#header .logo a {
  color: #555555;
}

#header .logo img {
  max-height: 75px;
}

/**
* Appointment Button
*/
.appointment-btn {
  margin-left: 25px;
  background: #3fbbc0;
  color: #fff;
  border-radius: 4px;
  padding: 8px 25px;
  white-space: nowrap;
  transition: 0.3s;
  font-size: 14px;
  display: inline-block;
}

.appointment-btn:hover {
  background: #65c9cd;
  color: #fff;
}

@media (max-width: 768px) {
  .appointment-btn {
    margin: 0 15px 0 0;
    padding: 6px 15px;
  }
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/**
* Desktop Navigation 
*/
.navbar {
  padding: 0;
}

.navbar ul {
  margin: 0;
  padding: 0;
  display: flex;
  list-style: none;
  align-items: center;
}

.navbar li {
  position: relative;
}
.navbar li a span.navlink-icon{
	display: block;
	width: 40px;
	height: 40px;
	margin: auto auto 10px;
	background-repeat: no-repeat;
	background-position: center;
}
.navbar li a span.navlink-icon.health-icon{
	background-image: url("../img/health-icon.webp");
}
.navbar li a:hover span.navlink-icon.health-icon{
	background-image: url("../img/health-icon-hover.webp");
}

.navbar li a span.navlink-icon.fitness-icon{
	background-image: url("../img/fitness-icon.webp");
}
.navbar li a:hover span.navlink-icon.fitness-icon{
	background-image: url("../img/fitness-icon-hover.webp");
}

.navbar li a span.navlink-icon.yoga-icon{
	background-image: url("../img/yoga-icon.webp");
}
.navbar li a:hover span.navlink-icon.yoga-icon{
	background-image: url("../img/yoga-icon-hover.webp");
}

.navbar li a span.navlink-icon.nutrition-icon{
	background-image: url("../img/yoga-icon.webp");
}
.navbar li a:hover span.navlink-icon.nutrition-icon{
	background-image: url("../img/nutrition-icon-hover.webp");
}

.navbar li a span.navlink-icon.skin-Care-icon{
	background-image: url("../img/skin-Care-icon.webp");
}
.navbar li a:hover span.navlink-icon.skin-Care-icon{
	background-image: url("../img/skin-Care-icon-hover.webp");
}

.navbar li a span.navlink-icon.vitamins-icon{
	background-image: url("../img/vitamins-icon.webp");
}
.navbar li a:hover span.navlink-icon.vitamins-icon{
	background-image: url("../img/vitamins-icon-hover.webp");
}

.navbar li a span.navlink-icon.tests-icon{
	background-image: url("../img/tests-icon.webp");
}
.navbar li a:hover span.navlink-icon.tests-icon{
	background-image: url("../img/tests-icon-hover.webp");
}

.navbar li a span.navlink-icon.conditions-icon{
	background-image: url("../img/conditions-icon.webp");
}
.navbar li a:hover span.navlink-icon.conditions-icon{
	background-image: url("../img/conditions-icon-hover.webp");
}

li.vitamins-nav{
	position: relative;
	top: 15px;
}

.navbar li a{
	position: relative;
}
.navbar li:not(:last-child) a:after{
	content: ' ';
	display: block;
	width: 1px;
	height: 71px;
	background: #c1c1c1;
	position: absolute;
	top: 0;
	right: 0;
}

.navbar a,
.navbar a:focus {
/*
  display: flex;
  align-items: center;
  justify-content: space-between;
*/
  padding:0px 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  color: #333333;
  white-space: nowrap;
  transition: 0.3s;
  text-transform: capitalize;
  font-weight: 600;
	line-height: 15px;
	text-align: center;
}
.navbar li:last-child a{
	padding-right: 0;
}
.navbar a i,
.navbar a:focus i {
  font-size: 12px;
  line-height: 0;
  margin-left: 5px;
}

.navbar a:hover,
.navbar .active,
.navbar .active:focus,
.navbar li:hover>a {
  color: #7fc22c;
}

.navbar .dropdown ul {
  display: block;
  position: absolute;
  left: 14px;
  top: calc(100% + 30px);
  margin: 0;
  padding: 10px 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: 0.3s;
  border-radius: 4px;
}

.navbar .dropdown ul li {
  min-width: 200px;
}

.navbar .dropdown ul a {
  padding: 10px 20px;
  text-transform: none;
}

.navbar .dropdown ul a i {
  font-size: 12px;
}

.navbar .dropdown ul a:hover,
.navbar .dropdown ul .active:hover,
.navbar .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar .dropdown:hover>ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
}

.navbar .dropdown .dropdown ul {
  top: 0;
  left: calc(100% - 30px);
  visibility: hidden;
}

.navbar .dropdown .dropdown:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
  visibility: visible;
}

@media (max-width: 1366px) {
  .navbar .dropdown .dropdown ul {
    left: -90%;
  }

  .navbar .dropdown .dropdown:hover>ul {
    left: -100%;
  }
}

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
  color: #555555;
  font-size: 28px;
  cursor: pointer;
  display: none;
  line-height: 0;
  transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
  color: #fff;
}

@media (max-width: 1199px) {
  .mobile-nav-toggle {
    display: block;
  }

  .navbar ul {
    display: none;
  }


.navbar-mobile {
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: rgba(60, 60, 60, 0.9);
  transition: 0.3s;
  z-index: 999;
}

.navbar-mobile .mobile-nav-toggle {
  position: absolute;
  top: 15px;
  right: 15px;
}

.navbar-mobile ul {
  display: block;
  position: absolute;
  top: 55px;
  right: 15px;
  bottom: 15px;
  left: 15px;
  padding: 10px 0;
  border-radius: 8px;
  background-color: #fff;
  overflow-y: auto;
  transition: 0.3s;
}

.navbar-mobile a,
.navbar-mobile a:focus {
  padding: 10px 20px;
  font-size: 15px;
  color: #555555;
}

.navbar-mobile a:hover,
.navbar-mobile .active,
.navbar-mobile li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown ul {
  position: static;
  display: none;
  margin: 10px 20px;
  padding: 10px 0;
  z-index: 99;
  opacity: 1;
  visibility: visible;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
}

.navbar-mobile .dropdown ul li {
  min-width: 200px;
}

.navbar-mobile .dropdown ul a {
  padding: 10px 20px;
}

.navbar-mobile .dropdown ul a i {
  font-size: 12px;
}

.navbar-mobile .dropdown ul a:hover,
.navbar-mobile .dropdown ul .active:hover,
.navbar-mobile .dropdown ul li:hover>a {
  color: #3fbbc0;
}

.navbar-mobile .dropdown>.dropdown-active {
  display: block;
}
}
/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
  width: 100%;
 min-height: 868px;
  background-color: rgba(60, 60, 60, 0.8);
  overflow: hidden;
  position: relative;
}

#hero .carousel,
#hero .carousel-inner,
#hero .carousel-item,
#hero .carousel-item::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
}

#hero .carousel-item {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.bntCptionBxes {
  text-align: center;
  background: rgba(0, 0, 0, 0.7);
	padding: 60px 30px;

	max-width: 1200px;
	margin: 0 auto;
}

@media (max-width: 1200px) {
  #hero .container {
    margin-left: 50px;
    margin-right: 50px;
  }
}

.bntCptionBxes h2 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 50px;
  font-weight: 700;
	margin-bottom: 30px;
}
.bnrInfo-Dtails{
	margin-bottom: 50px;
}
.bntCptionBxes span{
	font-size: 18px;
	color: #fff;
	display: inline-block;
	padding: 0 30px;
}
.bntCptionBxes span:not(:last-child){
	border-right: 1px solid #fff;
}
.bntCptionBxes p {
  margin: 0 auto 30px auto;
  color: #555555;
}

#hero .carousel-inner .carousel-item {
  transition-property: opacity;
  background-position: center top;
}

#hero .carousel-inner .carousel-item,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  opacity: 0;
}

#hero .carousel-inner .active,
#hero .carousel-inner .carousel-item-next.carousel-item-start,
#hero .carousel-inner .carousel-item-prev.carousel-item-end {
  opacity: 1;
  transition: 0.5s;
}

#hero .carousel-inner .carousel-item-next,
#hero .carousel-inner .carousel-item-prev,
#hero .carousel-inner .active.carousel-item-start,
#hero .carousel-inner .active.carousel-item-end {
  left: 0;
  transform: translate3d(0, 0, 0);
}

#hero .carousel-control-next-icon,
#hero .carousel-control-prev-icon {
  background: none;
  font-size: 30px;
  line-height: 0;
  width: auto;
  height: auto;
  background: rgba(127, 194, 44, 0.8);
  border-radius: 50px;
  transition: 0.3s;
  color: rgba(255, 255, 255, 0.5);
  width: 54px;
  height: 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#hero .carousel-control-next-icon:hover,
#hero .carousel-control-prev-icon:hover {
  background: #7fc22c;
  color: rgba(255, 255, 255, 0.8);
}

#hero .carousel-indicators li {
  list-style-type: none;
  cursor: pointer;
  background: #fff;
  overflow: hidden;
  border: 0;
  width: 12px;
  height: 12px;
  border-radius: 50px;
  opacity: 0.6;
  transition: 0.3s;
}

#hero .carousel-indicators li.active {
  opacity: 1;
  background: #3fbbc0;
}

.btn-get-started {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
	text-transform: uppercase;
  display: inline-block;
  padding: 18px 40px;
  border-radius: 0px;
  transition: 0.5s;
  line-height: 1;
  color: #333333;
  background: #fff;
}

.btn-get-started:hover {
  background: #7fc22c;
	color: #fff;
}

@media (max-width: 1200px) {
  #hero {
    min-height:720px;
  }

  #hero .container {
    margin-top: 100px;
  }
}

@media (max-width: 768px) {
  #hero h2 {
    font-size: 28px;
  }
}

@media (min-width: 1024px) {

  #hero .carousel-control-prev,
  #hero .carousel-control-next {
    width: 5%;
  }
}

@media (max-height: 500px) {
  #hero {
    height: 160vh;
  }
}

/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-bg {
  background-color: #f7fcfc;
}

.section-title {
  text-align: center;
  padding-bottom: 30px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: #3fbbc0;
  bottom: 0;
  left: calc(50% - 25px);
}

.section-title p {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 20px 0;
  background-color: #ecf8f9;
  min-height: 40px;
  margin-top: 120px;
}

@media (max-width: 992px) {
  .breadcrumbs {
    margin-top: 70px;
  }
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
  margin: 0;
}

@media (max-width: 992px) {
  .breadcrumbs h2 {
    margin: 0 0 10px 0;
  }
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}

.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}

/*--------------------------------------------------------------
# Category Section
--------------------------------------------------------------*/
.hdrTitle{
	margin-bottom: 55px;
}
.hdrTitle h2{
	position: relative;
	line-height: 38px;
	padding-left: 20px;
}
.hdrTitle h2::before {
  content: " ";
  display: inline-block;
  width: 8px;
  height: 38px;
  background: #7fc22c;
  position: absolute;
  vertical-align: middle;
  top: 0px;
	left: 0px;
}
.cats-box{
	border: 1px solid #e1e1e1;
	display: flex;
	flex-direction: column;
}
.cats-content{
	background: #fafafa;
	padding: 28px 20px;
	display: flex;
	flex-direction: column;
	height: 100%;
}
.cats-content h3{
	font-size: 30px;
	color: #333333;
	font-weight: 700;
}
.cats-content p{
	font-size: 18px;
	color: #333333;
}
.cats-content .readMore {
	font-size: 18px;
	color: #7fc22c;
	font-weight: 700;
	display: block;
	margin-top: auto;
}



/*--------------------------------------------------------------
# Blog Section
--------------------------------------------------------------*/


.blog-item {
  position: relative;
}
.blogItem-caption {
  position: absolute;
  bottom: 30px;
  left: 30px;
  right: 30px;
  background: #fff;
	padding: 30px 30px;
	text-align: center;
}
.blogItem-caption h4{
	font-weight: 700;
	font-size: 30px;
	color: #7fc22c;
}
.blogInfo span{
	font-size: 14px;
	color: #333333;
	display: inline-block;
	padding: 0 15px;
	line-height: 1;
}
.blogInfo span:not(.blgAthur){
	border-right: 1px solid #333333;
}
.readMoreBtn {
  font-size: 18px;
  color: #333333;
  font-weight: 700;
  line-height: 60px;
  text-transform: uppercase;
  background: #fff;
  border: 1px solid #a1a1a1;
  padding: 15px 40px;
	transition: all 0.4s;
}
.readMoreBtn:hover{
	background: #7fc22c;
	color: #fff;
	 border: 1px solid #7fc22c;
}

.owl-default-section.owl-theme .owl-nav [class*="owl-"]{
	width: 58px;
	height: 58px;
	border-radius: 58px;
	border: 1px solid #a1a1a1;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-default-section.owl-theme .owl-nav [class*="owl-"] i{
	color: #7fc22c;
}
.owl-default-section.owl-theme .owl-nav [class*="owl-"]:hover {
  background: #7fc22c;
  color: #FFF;
  text-decoration: none;
	border: 1px solid #7fc22c;
}
.owl-default-section.owl-theme .owl-nav [class*="owl-"]:hover i{
	color: #fff;
}
.owl-default-section.owl-carousel .owl-nav button.owl-prev{
	left: -80px;
}
.owl-default-section.owl-carousel .owl-nav button.owl-next{
	right: -80px;
}





/*--------------------------------------------------------------
# MORE TOP READS Section
--------------------------------------------------------------*/
.moretr-item{
	border: 1px solid #e1e1e1;
	background: #fafafa;
	padding: 18px;
}
.moretr-item img{
	border-radius: 110px 0 110px 0;
}
.moretr-item h4{
	font-size: 30px;
	line-height: 34px;
	color: #333333;
	font-weight: 700;
	margin-top: 20px;
}
.moreTopReads{
	padding-right: 2px;
}
.moreTopReads.owl-theme .owl-nav{
	text-align: right;
}
.moreTopReads.owl-default-section.owl-carousel .owl-nav button.owl-prev {
  left:auto;
	right:65px;
}
.moreTopReads.owl-default-section.owl-carousel .owl-nav button.owl-next {
  right:0;
}
.moreTopReads.owl-default-section.owl-theme .owl-nav [class*="owl-"]{
	transform: translateX(0%);
	top: -107px;
}




/*--------------------------------------------------------------
# This Just In Section
--------------------------------------------------------------*/
.thisJustIn-post-small .post-card.post-small {
  flex-wrap: nowrap;
  margin-bottom: 35px;
  align-items: center;
}
.post-card .post-img-wrap {
  width: 100%;
  padding-bottom: 80%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.thisJustIn-post-small .post-card.post-small .post-img-wrap {
  flex: 0 0 260px;
  min-width: 260px;
  padding-bottom: 150px;
  max-height: 215px;
  margin-bottom: 0;
  border-radius: 0px;
}
.thisJustIn-post-small .post-card.post-small .post-info-wrap {
  margin-left: 20px;
}
.thisJustIn-post-small h3{
	font-size: 30px;
	font-weight: 700;
	line-height: 40px;
	margin-bottom: 25px;
}
.thisJustIn-post-small p{
	font-size: 18px;
	line-height: 28px;
}





/*--------------------------------------------------------------
# Features
--------------------------------------------------------------*/
.skncr-items-caption{
	width: 100%;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.owl-theme .owl-nav{}
.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"]{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);	
	width: 50px;
  font-size: 24px;
}
.skinCare-Routine-after.owl-carousel .owl-nav .owl-prev{
	left: -5px;
}
.skinCare-Routine-after.owl-carousel .owl-nav .owl-prev::after {
	 content: " ";
  border-top: 65px solid transparent;
  border-right: none;
  border-left: 65px solid #fff;
  border-bottom: 65px solid transparent;
	position: absolute;
	left: 0;

}
.skinCare-Routine-after.owl-carousel .owl-nav .owl-next{
	right: -5px;
}
.skinCare-Routine-after.owl-carousel .owl-nav .owl-next::after {
  content: " ";
  border-top: 65px solid transparent;
  border-right: 65px solid #fff;
  border-left: none;
  border-bottom: 65px solid transparent;
	position: absolute;
	right: 0;

}
.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"] i.fa{
	position: relative;
	z-index: 1;
	line-height: 130px;
	color: #7fc22c;
	
}
.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
  color: #7fc22c;
  text-decoration: none;
}




/*--------------------------------------------------------------
# Excepteur Sint
--------------------------------------------------------------*/
.excpts-item{
	position: relative;
}
.excpsCptn{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	text-align: center;
}
.excpsCptn span{
	display: inline-block;
	background: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px 25px;
}





.mostRecentPosts img{
	width:100%;
}

.mostRecentPosts .row div[class*=col-]{
	margin: 15px 0;
}
.vitaminsSupplements .post-card.post-small {
  flex-wrap: nowrap;
  margin-bottom: 35px;
	align-items: center;
}
.post-card .post-img-wrap {
  width: 100%;
  padding-bottom: 80%;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
  margin-bottom: 2rem;
}
.vitaminsSupplements .post-card.post-small .post-img-wrap {
  flex: 0 0 210px;
  min-width: 210px;
  padding-bottom: 150px;
  max-height: 175px;
  margin-bottom: 0;
  border-radius: 6px;
}
.post-card .post-img-wrap img {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.vitaminsSupplements .post-card.post-small .post-info-wrap {
  margin-left: 30px;
}
.post-card .post-title {
  margin-bottom: 1rem;
}
.vs-date{
	color: #808080;
}
.ygbxClr{
	background: #1687f7;
	display: inline-block;
	padding: 0px 20px;
	border-radius: 20px;
	font-size: 14px;
	font-family: "Poppins";
	color: #fff;
	line-height: 30px;
	margin-bottom: 10px;
}
.ygbxClr > a { color:#fff; } 
.ygskc-post-big{
	margin-bottom: 40px;
}
.yogaSkinCare .post-card.post-small {
  flex-wrap: nowrap;
  margin-bottom: 35px;
  align-items: center;
}
.yogaSkinCare .post-card.post-small .post-img-wrap {
  flex: 0 0 187px;
  min-width: 187px;
  padding-bottom: 150px;
  max-height: 145px;
  margin-bottom: 0;
  border-radius: 6px;
}
.yogaSkinCare .post-card.post-small .post-info-wrap {
  margin-left: 20px;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}
.email-subs-wrap {
  padding: 16px 32px;
  border-radius: 24px;
  border: 6px solid #0066ff;
  position: relative;
  overflow: hidden;
  align-items: center;
}
.email-subs-wrap .text-wrap {
  flex: 1 1 400px;
  margin-right: 40px;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.email-subs-wrap .email-subs-section-title {
  margin-top: -8px;
  margin-bottom: 10px;
	color: #0a0a0c;
	font-weight: 700;
	font-size: 34px;
}
.email-subs-wrap .email-subs-section-description {
  font-size:18px;
	line-height: 25px;
	color: #0a0a0c;

}
.email-subs-wrap .form-wrap {
  flex: 1 1 600px;
  margin: 1rem -6px;
}
.email-subs-wrap .members-form {
  margin-top: 0;
}
.field-group-inline {
  display: flex;
  flex-wrap: wrap;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
}
.field-group-inline .input-field {
  flex: 1 0 250px;
}
.field-group-inline .form-field {
  margin: 0 6px;
    margin-top: 0px;
    margin-bottom: 0px;
}
.email-subs-wrap .form-field {
  margin-top: 1rem;
  margin-bottom: 1rem;
}


input[type="email"], input[type="text"], input[type="url"], textarea {
  background: #fff;
  border: 1px solid #c9cacb;
  box-shadow: none;
  height: 56px;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #949494;
  border-radius: 28px;
}
input[type="email"].input-lg, input[type="text"].input-lg, input[type="url"].input-lg {
  height: 64px;
  line-height: 64px;
  border-radius: 32px;
  font-size: 1.235rem;
}
.email-subs-wrap .btn {
  flex: 1 1;
}
.btn-lg {
  height: 64px;
  line-height: 1;
  border-radius: 32px;
  font-size: 1.235rem;
	background: #0066ff;
	color: #fff;
	font-family: "Poppins";
	font-size: 18px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
}

.footerTopContainer{
	padding: 70px 0 60px;
}
.ftrdfltCnt h4{
	color: #5e5e5e;
	font-size: 18px;
	font-family: "Poppins";
	font-weight: 400;
	margin-bottom: 20px;
}
.ftrabt{
	padding-right: 30px;
}
.ftrfeatures{
	padding-left: 100px;
}
.ftrAbout{
	padding-left: 70px;
}
.footerContainer{
	background: #f3f3f3;
}
ul.ftrlist{
	list-style: none;
	padding: 0;
	margin: 0px;
}
.ftrbtmCnt ul.ftrlist{
	text-align: right;
}
.ftrbtmCnt ul.ftrlist li{
	display: inline-block;
}
.ftrbtmCnt ul.ftrlist li a{
	padding: 0 15px;
	text-transform: uppercase;
}
.social{
	margin-top: 25px;
}
.social a{
	color: #1a1a1a;
	font-size: 18px;
	margin-left: 12px;
}
.social a:first-child{
	margin-left: 0px;
}
ul.ftrlist li a{
	color: #222222;
	line-height: 40px;
	transition:all 0.5s;
}
ul.ftrlist li a:hover{
	color: #0066ff;
}
.ftrAbout ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.ftrabt img{
	width: auto;
	margin-bottom: 25px;
}
.footerBottomContainer{
	padding: 20px 0;
	border-top: 1px solid #e2e2e2;
}
.footerBottomContainer .row{
	align-items: center;
}
.copyRight p{
	margin: 0px;
}

.social .fa-twitter::before {
  content: url('../images/x-twitter-icon.webp');
}

.lgform_sec{
	justify-content:center;
}


.lgform_sec .uwp-login-class,
.lgform_sec .uwp-register-class{
	padding: 16px 32px;
  border-radius: 24px;
  border: 6px solid #7fc22c;
  position: relative;
  overflow: hidden;
  align-items: center;
	max-width:560px;
	margin: 60px auto 0;
}
.bsui .alert-danger{
	font-size: 18px;
}
body .bsui .btn-primary:hover,
body .bsui .btn-primary:hover{
  color: #fff;
  background-color: #232733 !important;
  border-color: #232733 !important;
}
.lgform_sec .card-body h3{
	color: #0a0a0c;
  font-weight: 700;
  font-size: 34px;
}
.lgform_sec .bsui .form-control{
	background: #fff;
  border: 1px solid #c9cacb;
  box-shadow: none;
  height: 56px;
  width: 100%;
  padding: 0 2rem;
  margin-bottom: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #949494;
  border-radius: 28px;
}
.lgform_sec .bsui .input-group-text{
	border-radius: 0 30px 30px 0
}
.lgform_sec .bsui .custom-control{
	line-height: 26px;
}
.lgform_sec .bsui .custom-control-label{
	font-weight: normal;
  font-size: 16px;
	color:#7fc22c;
}
.lgform_sec .bsui .btn {
  height: 64px;
  line-height: 1;
  border-radius: 32px;
  font-size: 1.235rem;
  background: #7fc22c;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
  padding-left: 20px;
  padding-right: 20px;
	border-color: #7fc22c;
}

.lgform_sec .uwp-footer-link a{
	font-size:16px;
	margin:0px !important;
}
.lgform_sec .bsui .float-right {
  float: none !important;
}
.lgform_sec .uwp-register-link{
	color:#222222;
}

.lgform_sec .uwp-footer-links {
  display: flex;
  justify-content: center;
  gap: 15px;
	padding-top:10px;
}

.backtohome{
	height: 64px;
  line-height:50px;
  border-radius: 32px;
  font-size: 1.235rem;
  background: #0066ff;
  color: #fff;
  font-family: "Poppins";
  font-size: 18px;
  font-weight: 500;
padding-left: 30px;
  padding-right: 30px;
}



/*================Contact Page ============*/

/* Contact Page Css 22-01-2024 */

.htfu_Section h2{
	display: inline-block;
}
.getinTouch i {
	font-size: 30px;
	color: #7fc22c;
	margin-bottom: 20px;
  }
  .getinTouch h5 {
	font-family: "Poppins";
	font-size: 20px;
	color: #232733;
	font-weight: 600;
	display: block;
	margin-bottom: 12px;
  }

.wrtus__text {
	font-weight: 500;
	color: #7fc22c;
	text-transform: uppercase;
	margin-bottom: 40px;
}
.lveMsgbox .stytch_bxes{
	max-width: 768px;
	margin: 0 auto;
}

.lveMsgbox .hdrTitle h2{
	display: inline-block;
}
.stytch_bxes .form-control {
	background: #fff;
	border: 1px solid #c9cacb;
	box-shadow: none;
	height:70px;
	width: 100%;
	padding: 0 2rem;
	margin-bottom: 0;
	font-size: 1rem;
	font-weight: 500;
	color: #949494;
	border-radius:100px;
	box-shadow: 0 16px 46px rgba(105,105,105,0.09);
  }
  .stytch_bxes textarea.form-control{
	height: 200px;
	border-radius: 30px;
	padding-top: 20px;
  }
  .stytch_bxes .btn.btn-danger {
	position: relative;
	font-family: "Poppins", sans-serif;
	font-size: 18px;
	line-height: 28px;
	padding: 15px 50px;
	font-weight: 600;
	text-transform: uppercase;
	color: #ffffff;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
	border-radius: 100px;
	overflow: hidden;
	z-index: 1;
	background: #7fc22c;
	border: none;
  }






/*================New Design============*/
.img-div {
    position:relative;
}
.dev_date {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #1b1b1b;
    padding: 5px;
    text-align: center;
    color: #fff;
	border-radius: 6px;
}
h4.lat_post {
    font-family: "Poppins";
	font-weight: 700;
	letter-spacing: 1px;
	color: #000;
	margin: 15px 0 50px;
	font-size:22px;
	
}


.lat_block { margin-block:25px; float:left; }
.frstbxclm .blgthumba:not(:last-child) {
    margin-bottom: 13px;
}
.blgthumba { float:left; }
.tnp-field-email, .tnp-field-firstname {
	width:48%;
	float:left;
}
.tnp-field-email { margin-right:20px; }
.my_newsLetter .tnp-field-button { width:100%; float:left;}
.my_newsLetter .tnp-field-button .tnp-submit {
	height: 64px;
    line-height: 1;
    border-radius: 32px;
    font-size: 1.235rem;
    background: #0066ff;
    color: #fff;
    font-family: "Poppins";
    font-size: 18px;
    font-weight: 500;
    padding-left: 20px;
    padding-right: 20px;
	border:none;
	width:100%;
	float:left;
}
body h2, body h2 a {
  font-family: "Poppins";
  font-weight: 400;
  letter-spacing: 1px;
	line-height: 66px;
  color: #000;
	text-transform:capitalize;
}
body .bntCptionBxes h2 a {
	line-height: 66px;
}

.lat_block h2{
	margin-bottom:30px;
}

body h2.wp-block-heading{
	font-size:32px;
}

.mrpCart {
  position: relative;
}
.mrpCart img {
  border-radius: 8px;
}
.mrpCartCptn {
  position: absolute;
  top: 24px;
  right: 24px;
}
.mrpcrtDate {
  background: #232733;
  display: inline-block;
  color: #fff;
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  padding: 4px 14px;
  border-radius: 20px;
}
.mrpCartCnt {
  padding: 20px 0 0 0;
}
.mrpCat {
  display: inline-block;
  color: #232733;
  margin-bottom: 10px;
}
body h3, body h3 a {
  font-family: "Poppins";
  font-size: 20px;
  font-weight: 700;
  color: #7fc22c;
  line-height: 30px;
}
.mrpCartCnt h3 {
  margin-bottom: 15px;
}
.mrpCartCnt p {
  color: #5b5b5b;
}
.cartBtn {
  font-family: "Poppins";
  font-size: 14px;
  font-weight: 500;
  color: #232733;
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid #232733;
  border-radius: 50px;
}


.copyright a{
	color: #7fc22c;
	font-weight:700;
}


@media(min-width:1200px) and (max-width:1468px){
    .navbar.bg-light {
      padding: 16px 20px;
    }	
	.navbar .navbar-nav .nav-link{
		font-size: 15px;
		padding: 10px 9px;
	}	
	.navbar-brand img {
	  width: 187px;
	}
}

@media(min-width:768px) and (max-width:991px){
    .heroSec { padding:0 0 25px; }
    .heroCnt h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 30px;
    }
	.mostRecentPosts h1 { font-size:22px; }
	.blgthumb.blgBigthumb { margin-bottom:25px; }
	.dfltHdr h2 { font-size:24px; }
	.ftrfeatures { padding-left:0; margin-top:25px; }
    
}

@media(max-width:767px){
	.frstbxclm .blgthumba:not(:last-child) { margin-bottom:30px; }	
.heroSec {
  padding: 30px 0;
}
	.heroCnt h2{
		font-size: 39px;
  line-height: 49px;
	}
	.heroCnt p{
		font-size: 16px;
	}
.ftrfeatures,.ftrAbout {
  padding-left: 0;
	margin-top: 35px;
}
.ftrbtmCnt ul.ftrlist {
  text-align: center;
}
	.copyRight {
		text-align: center;
}

	 .athd__tblk img {
		max-width: 200px;
		margin: auto;
		display: block;
	  }
	.athd__tblk h5{
		font-size:18px;
	}
body h2.wp-block-heading {
  font-size: 26px;
	line-height: 32px;
}	

body .bntCptionBxes h2 a {
	line-height:31px;
}	
	
	
	
	
}








/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
  background: #1b1b1b;
  padding: 0 0 30px 0;
  color: #929292;
  font-size: 16px;
	
}

#footer .footer-top {
  background: #1b1b1b;
  padding: 60px 0 30px 0;
}
.copyright span{
	color: #7fc22c;
}

#footer .footer-top .social-links a {
 color: #939393;
  transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
  color: #7fc22c;
  text-decoration: none;
}

#footer .footer-top h4 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding-bottom: 15px;
	color: #fff;
}

#footer .footer-top .footer-links {
  margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
	text-align: center;
}

#footer .footer-top .footer-links ul i {
  padding-right: 2px;
  color: #3fbbc0;
  font-size: 18px;
  line-height: 1;
}

#footer .footer-top .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
	justify-content: center;
}

#footer .footer-top .footer-links ul li:first-child {
  padding-top: 0;
}

#footer .footer-top .footer-links ul a {
  color: #939393;
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
}

#footer .footer-top .footer-links ul a:hover {
  color: #7fc22c;
}
#footer .footer-top .footer-links.categoryFtrLink ul li {
	padding: 6px 0;
}
.emailDtls a{
	color:#fff;
}
 
.footer-center-content img{
	margin-bottom: 20px;
}
.footer-center-content p{
	margin-bottom: 25px;
}
.subscribe_form,
.tnp-subscription form{
	max-width: 472px;
	margin: 0 auto;
	background: none;
	padding: 10px;
	position:relative;
}
.tnp-subscription form label{
	display:none;
}

.tnp-subscription form .tnp-field-email {
	width: 100%;
	float:none;
}
.subscribe_form .form-control{
	background: none;
	border: none;
	box-shadow: none;
	color: #929292;
	font-size: 18px;
		
}
.tnp-subscription form .tnp-field input[type="submit"] {
  position: inherit;
  border-radius: 100px;
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
	background-color: #7fc22c;
}
.tnp-subscription .tnp-field-email input[type="email"]{
	background-color:#2b2b2b;
}
.subscribe_form .input-group-btn .btn{
	font-size: 24px;
	color: #929292;
}
.tnp-subscription div.tnp-field.tnp-field-button {
  position: absolute;
  top: 18px;
  right: 134px;
}

.tnp-subscription .tnp-field-email input[type="email"]:focus-visible,
.tnp-subscription form .tnp-field-email:focus{
	box-shadow:none;
	border:none;
}



.subscribe_form .form-control::-webkit-input-placeholder { color:#929292; }
.subscribe_form .form-control::-moz-placeholder { color:#929292; } /* firefox 19+ */
.subscribe_form .form-control:-ms-input-placeholder { color:#929292; } /* ie */
.subscribe_form input:-moz-placeholder { color:#929292; }


#footer .copyright {
  text-align: center;
  padding-top: 0px;
}

#footer .credits {
  padding-top: 10px;
  text-align: center;
  font-size: 13px;
}
.arrowPage img{
	max-width: 380px;
	margin-bottom: 30px;
}
.arrowPage h2{
font-size: 50px;
	margin-bottom: 30px;
}
.arrowPage .btn{
	background: #7fc22c;
	border-radius: 6px;
	padding: 12px 25px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 30px;
}
.arrowPage.thankYou img{
	max-width: 480px;
	margin-bottom: 30px;
}

.catpstInfo {
	font-size: 13px;
	text-transform: uppercase;
	padding: 0 0 15px;
	display: flex;
	justify-content: space-between;
}
.catpstInfo i.fa{
	font-size: 13px;
	color: #7fc22c;
}
.catpstDetails img{
	width: 100%;
}
.catpstDetails h3{
	font-weight: 600;
	margin: 10px 0 35px;
}
.catpstDetails .catpstInfo{
	max-width: 248px;
	margin-top: 25px;
}
.pstBtn {
	display: flex;
	justify-content: space-between;
}






@media(min-width:1200px) and (max-width:1440px){
	#hero{
		min-height: 710px;
	}
	.navbar a, .navbar a:focus{
		padding: 0px 21px;
		font-size: 15px;
	}
	.bntCptionBxes{
		max-width: 1000px;
	}
	.bntCptionBxes h2{
		font-size: 39px;
	}
	.moretr-item h4 {
  		font-size: 21px;
  		line-height: 28px;
	}
	.thisJustIn-post-small h3 {
	  font-size: 23px;
	  line-height: 31px;
	}
	
	
	
}

@media(min-width:992px) and (max-width:1199px){
	
	.cats-content h3 {
  		font-size: 23px;
	}
	.cats-content p {
  		font-size: 17px;
	}
	.blogItem-caption h4{
		font-size: 23px;
	}
	.blogItem-caption{
		padding: 30px 20px;
	}
	.blogInfo span{
		font-size: 14px;
		padding: 0 10px;
		margin-right: -5px;
	}
	.readMoreBtn {
  		font-size: 14px;
	}
	.blogSection{
		padding: 0 55px;
	}
	.owl-default-section.owl-carousel .owl-nav button.owl-prev {
	  left: -20px;
	}
	.owl-default-section.owl-carousel .owl-nav button.owl-next {
	  right: -20px;
	}
	.moretr-item h4 {
	  font-size: 20px;
	  line-height: 28px;
	}
	.thisJustIn-post-small .post-card.post-small .post-img-wrap {
	  flex: 0 0 200px;
	  min-width: 200px;
	  padding-bottom: 166px;
	  max-height: 0;
	  margin-bottom: 0;
	  border-radius: 0px;
	}
	.thisJustIn-post-small h3 {
	  font-size: 21px;
	  line-height: 28px;
		margin-bottom: 10px;
	}
	.thisJustIn-post-small p {
	  font-size: 17px;
	  line-height: 22px;
	}
	.skinCare-Routine-after.owl-carousel .owl-item img{
		height: 550px;
  		object-fit: cover;
	}
	.skinCare-Routine-after .bntCptionBxes{
		max-width: 800px;
	}
	.skinCare-Routine-after .bntCptionBxes h2{
		font-size: 37px;
	}
	.excpsCptn span{
		font-size: 13px;
	}
	
	
	
	
	
}


@media(max-width:1199px){
	.navbar li a span.navlink-icon{
		display: inline-block;
		vertical-align: middle;
	}	
	.navbar li a,
	.navbar-mobile a, .navbar-mobile a:focus{
		text-align: left;
	}
	.navbar-mobile a:hover, .navbar-mobile .active, .navbar-mobile li:hover > a{
		color: #7fc22c;
	}
	.navbar li a br{
		display: none;
	}
	li.vitamins-nav {
	  top: 0;
	}
}

@media(min-width:768px) and (max-width:991px){
	#hero {
		min-height: 620px;
	  }
	ul.topNav li a {
	  font-size: 14px;
	  padding: 6px 8px;
	}
	.carousel-control-next, .carousel-control-prev{
		width: 8%;
	}	
	.blogSection{
		padding: 0 50px;
	}
	.owl-default-section.owl-carousel .owl-nav button.owl-prev {
	  left: -25px;
	}
	.owl-default-section.owl-carousel .owl-nav button.owl-next {
	  right: -25px;
	}
	.moretr-item h4{
		font-size: 26px;
	}
	.excpsCptn span {
	  font-size: 11px;
	  padding: 10px 14px;
	}
	.skinCare-Routine-after.owl-carousel .owl-nav .owl-next::after {
	  border-top: 45px solid transparent;
	  border-right: 45px solid #fff;
	  border-bottom: 45px solid transparent;

	}	
	.skinCare-Routine-after.owl-carousel .owl-nav .owl-prev::after {
	  border-top: 45px solid transparent;
	  border-left: 45px solid #fff;
	  border-bottom: 45px solid transparent;
	}	
		.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"] i.fa{
			line-height: 85px;
		}
		.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"] {
		  font-size: 18px;
		  width: 40px;
	}
	.skinCare-Routine-after .bntCptionBxes{
		max-width: 600px;
	}
	.skinCare-Routine-after .bntCptionBxes h2{
		  font-size: 30px;
		  margin-bottom: 27px;
	}
	.bnrInfo-Dtails {
	  margin-bottom: 30px;
	}
	.skinCare-Routine-after.owl-carousel .owl-item img{
		height: 500px;
  		object-fit: cover;
	}
	.footer-center-content{
		margin-bottom: 40px;
	}
	
	
	
	
	
	
}
@media(max-width:767px){
	h2{
		font-size: 30px;
	}
  #header {
	padding: 5px 0 10px;
  }
#header .logo img {
  max-height: 50px;
}
 #hero {
    min-height: 620px;
  }
.bnrInfo-Dtails {
  margin-bottom: 37px;
}
	.bntCptionBxes{
		padding: 40px 30px;
	}
.bntCptionBxes span {
  font-size: 16px;
  padding: 0 15px;
}	
		
	.catsThumb img{
		width: 100%;
	}
	.thisJustIn-post-small h3 {
	  font-size: 20px;
	  font-weight: 700;
	  line-height: 26px;
	  margin-bottom: 12px;
	}
	.thisJustIn-post-small p {
	  font-size: 17px;
	  line-height: 27px;
	}
	section {
  	padding: 50px 0;
	}
	.hdrTitle {
	  margin-bottom: 40px;
	}
	.bntCptionBxes h2 {
	  color: #fff;
	  font-size: 26px;
	  margin-bottom: 12px;
	  line-height: 33px;
	}
.bnrInfo-Dtails {
    margin-bottom: 27px;
  }
	.skinCare-Routine-after.owl-carousel .owl-item img{
		height: 400px;
  		object-fit: cover;
	}
	.excpts-item img{
		width: 100%;
	}	
	
	.excepteur-sint .row [class*=col-]{
		margin: 10px 0;
	}
	.moreTopReads.owl-default-section.owl-theme .owl-nav [class*="owl-"] {
	  top: -95px;
	}
	.footer-center-content{
		margin-bottom: 50px;
	}
.skinCare-Routine-after.owl-carousel .owl-nav .owl-next::after {
  border-top: 35px solid transparent;
  border-right: 35px solid #fff;
  border-bottom: 35px solid transparent;

}	
.skinCare-Routine-after.owl-carousel .owl-nav .owl-prev::after {
  border-top: 35px solid transparent;
  border-left: 35px solid #fff;
  border-bottom: 35px solid transparent;
}	
	.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"] i.fa{
		line-height: 65px;
	}
	.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"] {
	  font-size: 18px;
		width: 23px;
	}
	
	
	
	
	
}
@media(min-width:370px) and (max-width:575px){
	  .hero .skinCare-Routine-after.owl-carousel .owl-item img {
		height: 320px;
   		 object-fit: cover;
	  }
		 .bntCptionBxes {
		padding: 20px 10px;
	  }	
	  #hero h2 {
    font-size: 19px;
    line-height: 24px;
    margin: 0;
  }
	 .bnrInfo-Dtails {
		margin-bottom: 16px;
	  }
	.btn-get-started{
		font-size: 14px;
		padding: 15px 30px;
	}
	 .bntCptionBxes span {
    font-size: 10px;
    padding: 0 6px;
    margin-right: -5px;
  }
	
	#hero .carousel-control-next-icon, #hero .carousel-control-prev-icon{
		width: 34px;
		height: 34px;
		font-size: 22px;
	}
	.blogItem-caption{
		padding: 20px 15px;
	}
	.blogItem-caption h4{
		font-size: 21px;
	}
.blogInfo span {
  font-size: 11px;
  padding: 0 7px;
  margin-right: -5px;
}	
.blogItem-caption {
  font-size: 15px;
}	
	.readMoreBtn{
		font-size: 12px;
		padding: 13px 28px;
	}
	.thisJustIn-post-small .post-card.post-small{
		display: block !important;
		text-align: center;
	}	
	.thisJustIn-post-small .post-card.post-small .post-info-wrap {
  		margin-left: 0px;
		margin-top: 20px;
}
.skinCare-Routine-after.owl-carousel .owl-nav .owl-next::after {
  border-top: 30px solid transparent;
  border-right: 30px solid #fff;
  border-bottom: 30px solid transparent;

}	
.skinCare-Routine-after.owl-carousel .owl-nav .owl-prev::after {
  border-top: 30px solid transparent;
  border-left: 30px solid #fff;
  border-bottom: 30px solid transparent;
}	
	.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"] i.fa{
		line-height: 60px;
	}
	.skinCare-Routine-after.owl-theme .owl-nav [class*="owl-"] {
	  font-size: 18px;
		width: 23px;
	}
	.skncr-items-caption .bntCptionBxes{
		max-width: 310px;
	}
	.skncr-items-caption .bntCptionBxes h2 {
		font-size: 19px;
		margin-bottom: 10px;
		line-height: 27px;
	  }
	.excpsCptn span{
		font-size: 14px;
	}
	.moretr-item h4 {
  		font-size: 24px;
	}
	.footer-center-content p br{
		display: none;
	}
	.arrowPage.thankYou img,
	.arrowPage img{
		max-width: 100%;
	}
	.arrowPage h2 {
	  font-size: 36px;
	  margin-bottom: 30px;
	}
	.arrowPage p br{
		display: none;
	}
	
	
	
}

.emailDtls a:hover, .skncr-items-caption h2 a, .bnrInfo-Dtails a { color:#fff; }






