.know-your-skin {
  background: url(../img/home/know-your-skin.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 350px;
  position: relative;
  width: 100%;
}
.know-your-skin-txt {
  position: absolute;
  right: 5%;
  top: 50%;
  z-index: 9999;
  transform: translate(-50%, -50%);
  /* width: 100%; */
}
.know-your-skin-txt p {
  color: #ffffff;
  letter-spacing: 2.6px;
  margin-bottom: 0;
}

.know-your-skin-txt h3 {
  color: #fff;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 30px;
  display: block;
}

.know-your-skin-txt a {
  color: #ffffff;
  background: #004a76;
  border: 1px solid #004a76;
  border-radius: 61px;
  padding: 15px 40px;
  line-height: 1;
  letter-spacing: 1.2px;
  font-size: 13px;
  font-weight: 700;
}
.post-txt {
  background: #ffffff 0% 0% no-repeat padding-box;
  /* border-radius: 0px 0px 10px 10px; */
  /* padding: 15px 30px; */
  box-shadow: 0px 10px 10px #00000017;
  /* background: #f5f5f5 0% 0% no-repeat padding-box; */
  border-radius: 10px;
  margin: -90px 30px 30px;
  z-index: 9;
  position: relative;
  padding: 30px;
}
.post-txt h3 {
  font-size: 25px;
}
.post-txt p {
  color: #000000;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
  text-align: center;
}
.read-more {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #000;
  text-align: center;
  justify-content: center;
  margin-top: 10px;
  font-weight: 500;
}
.reviews {
  color: #f9d71c;
}
.testi-box {
  background: #ffffff 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 10px;
  text-align: center;
  padding: 20px 0;
}
img.profile {
  margin: 0 auto;
  width: 60px;
}

figcaption h4 {
  font-size: 15px;
  color: #000000;
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 0;
}

blockquote {
  font-weight: 500;
  color: #000000;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 0 20px;
}
.buy-img img {
  opacity: 0.5;
  transition: all 0.2s linear;
}
.buy-img:hover img {
  opacity: 1;
}
.influencer-box a {
  position: relative;
}

.influencer-box .play-icon-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.influencer-box .play-icon {
  background: #fff;
  padding: 20px;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.influencer-pick-txt p {
  color: #000000;
  text-align: center;
  margin-top: 20px;
  font-weight: bold;
}
.press-release {
  background-image: url("../img/home/press-release-bg.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
}
.press-release::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: transparent linear-gradient(180deg, #e31e25 0%, #aa1c1f 100%) 0%
    0% no-repeat padding-box;
  opacity: 0.2;
  z-index: 1;
}
.press-release .container {
  position: relative;
  z-index: 2;
}
.press-release .section-title h2 {
  color: #fff;
}
.press-release .section-title p {
  color: #fff;
}
.product-list {
  background: transparent linear-gradient(180deg, #e31e25 0%, #aa1c1f 100%) 0%
    0% no-repeat padding-box;
}
.nav-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #ffd47326 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 6px #00000029;
  width: max-content;
  border-radius: 78px;
  margin: 0 auto;
  margin-bottom: 30px;
}

.nav-tabs .nav-link {
  border-radius: 78px;
  color: #000;
}

.nav-tabs .nav-link img {
  width: 40px;
}

.nav-tabs .nav-link.active {
  background: #fff;
  border: 0;
}
.about-lashield-box {
  position: relative;
}
/* .about-lashield-rightTxt{
        position: absolute;
        top: 50%;
        margin-left: -47%;
        width: 386px;
        transform: translateY(-50%);
    } */
.about-lashield-rightTxt .section-title {
  text-align: left;
  margin-bottom: 10px;
}
.about-lashield-leftImg {
  height: 100%;
  background-size: 70%;
  background-position: 22% center;
}
.about-lashield-rightTxt .about-txt a {
  margin-top: 15px;
}
.about-lashield-rightTxt .about-txt a {
  margin-top: 15px;
  /* display: inline-block; */
}
.banner-slider .slick-dots {
  bottom: 50px;
  right: 50px;
  margin: auto;
  display: flex;
  justify-content: flex-end;
}
.product-slider ul.slick-dots li.slick-active button {
  background-color: #fff;
}
.product-slider ul.slick-dots li button {
  background-color: #fff;
}
.product-slider .slick-dots {
  bottom: -20px;
}
.social-feed-slider .slick-slide {
  margin: 0 10px;
}
/* the parent */
.social-feed-slider .slick-list {
  margin: 0 -10px;
}
.social-feed-slider .slick-slide img {
  width: 100%;
}
.social-feed-box {
  position: relative;
}

.social-feed-box .play-icon {
  position: absolute;
  z-index: 22;
  top: 5px;
  right: 5px;
  background: #fff;
  padding: 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
}
.social-feed .section-title h4 {
  font-size: 18px;
}
.where-to-buy {
  background: #f5f7f7;
  position: relative;
  /* overflow-x: hidden; */
}
.blogs .post-thumb img {
  width: 100%;
}
.product-wrapper {
  background: #fde6e7 0% 0% no-repeat padding-box;
  box-shadow: 0px 4px 9px #00000029;
  border-radius: 10px;
  position: relative;
  padding: 20px 30px;
  min-height: 470px;
}
.product-slider .slick-track {
  padding-bottom: 100px;
}
.product-desc {
  width: 100%;
}
.product-img {
  position: absolute;
  bottom: -15%;
  right: -62px;
  width: 87%;
}
.product-name h2 {
  text-align: left;
  font: normal normal bold 30px/40px Lato;
  letter-spacing: 0px;
  color: #ea1824;
  text-transform: capitalize;
  position: relative;
  min-height: 90px;
}

.product-name h2::after {
  position: absolute;
  content: "";
  background: #dbcacb;
  width: 50px;
  height: 2px;
  bottom: -10px;
  left: 0;
}

.product-name {
  margin-bottom: 30px;
}
.product-desc ul {
  padding-left: 15px;
}
.product-size {
  display: flex;
  gap: 5px;
  align-items: center;
}

.product-size p span {
  font-size: 14px;
  font-weight: 700;
  font: normal normal bold 14px/22px Lato;
  color: #000;
}

.product-size span {
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
}

.product-size p {
  margin-bottom: 0;
}
.product-desc p {
  color: #423f3f;
  font-size: 14px;
  font: normal normal normal 16px/23px Lato;
}

.product-desc ul li {
  color: #423f3f;
  font-size: 14px;
  font: normal normal normal 14px/22px Manrope;
}
.buy-now {
  color: #fff;
  background: #ea1824;
  border: 2px solid #ea1824;
  border-radius: 61px;
  padding: 8px 16px;
  line-height: 1;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 30px;
  z-index: 100;
}
.buy-now:hover {
  transition: 300ms all;
  color: #fff;
  background: #aa1c1f;
  border: 2px solid #aa1c1f;
}
.product-list .section-title h2 {
  color: #fff;
}
.product-list .section-title p {
  color: #fff;
}
.product-list .section-title p::after {
  background: #fff;
}
.product-list {
  /* padding-bottom: 0; */
}
.product-img img {
  width: 100%;
  height: auto;
}
.about-lashield-rightTxt .section-title h2 {
  position: relative;
  margin-bottom: 30px;
  font: normal normal 900 40px/50px Lato;
}
.about-lashield-rightTxt .section-title h2::after {
  position: absolute;
  content: "";
  bottom: -10px;
  width: 50px;
  height: 1px;
  background: #000;
  left: 0;
}
.about-txt p {
  color: #423f3f;
  font: normal normal normal 19px/30px Lato;
}
.element-img {
  position: absolute;
  right: -5%;
  top: -50%;
  width: 400px;
}

.accolades {
  background: #f5f7f7;
}

.accolades .item img {
  width: 100%;
}
.award-box p {
  margin-top: 5px;
  text-align: center;
  text-transform: capitalize;
  font-size: 15px;
  margin-bottom: 0;
  min-height: 70px;
}
