body {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  overflow-x: hidden;
}

:root {
  --primary-color: #82b440;
  --lightpink-color: #fffbf0;
  --dark-pink-color: #de5844;
}

/* Transparent header */
.custom-navbar {
  background: #f7eedf;
  transition: all 0.4s ease;
  padding: 3px 0;
}

/* When scrolling */
.custom-navbar.scrolled {
  background: #f7eedf;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
  padding: 0px 0;
}

/* Optional better visibility */
.custom-navbar .nav-link,
.custom-navbar .navbar-brand {
  color: #000000;
  font-weight: 500;
}

.custom-navbar .nav-link:hover {
  color: #9e6d44;
}

.custom-navbar .navbar-brand img {
  width: 140px;
}

/*----------
custome css start
-------------------*/
a {
  color: #242424;
  transition: 0.3s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: var(--primary-color);
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

.light-pink {
  background: var(--lightpink-color);
}
.spacer-top {
  padding-top: 80px;
}
.spacer-bottom {
  padding-bottom: 80px;
}
.pa-heading {
  text-align: center;
  margin-bottom: 30px;
}
.pa-heading h1 {
  margin-bottom: 15px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 800;
}
.pa-heading h5 {
  margin-bottom: 0;
  text-transform: capitalize;
  font-size: 20px;
  color: var(--primary-color);
  margin-bottom: 20px;
}
.pa-heading img {
  opacity: 0.4;
}
.pa-btn {
  background: var(--primary-color);
  color: #fff;
  padding: 0px 20px;
  min-width: 160px;
  height: 50px;
  line-height: 46px;
  border: none;
  border-radius: 50px;
  text-transform: capitalize;
  outline: none;
  text-align: center;
  cursor: pointer;
  border: 2px solid var(--primary-color);
  transition: 0.3s;
  display: inline-block;
}

.pa-btn:hover {
  outline: none;
  background: #fff;
  color: var(--primary-color);
}

.pa-btn:focus,
.modal-header .close {
  outline: none;
}

input {
  width: 100%;
  height: 50px;
  padding: 0px 20px;
  border: 1px solid rgb(130 180 64 / 48%);
  outline: none;
  border-radius: 50px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

button.two-btn {
  border: 2px solid #fff;
}
.pa-btn:hover {
  outline: none;
  background: #fff;
  color: var(--primary-color);
}

.pa-box-title a {
  font-size: 20px;
  color: #fff;
}

/* breadcrumb start */
.pa-breadcrumb {
  padding: 115px 0 115px;
  background:
    linear-gradient(45deg, rgb(0 0 0 / 65%), rgb(0 0 0 / 65%)),
    url(../images/aboutus.jpg);
  background-size: cover;
  margin-top: 82px;
}

.pa-breadcrumb-box {
  text-align: center;
}

.pa-breadcrumb-box ul li {
  display: inline-block;
  padding-right: 30px;
  position: relative;
  color: #fff;
  text-transform: capitalize;
}

.pa-breadcrumb-box ul li:last-child {
  padding: 0;
}

.pa-breadcrumb-box h1 {
  font-size: 30px;
  margin-bottom: 10px;
  color: #fff;
  color: #fff;
  text-transform: uppercase;
  font-weight: 700;
}

.pa-breadcrumb-box ul li a {
  color: #fff;
}

.pa-breadcrumb-box ul li:after {
  position: absolute;
  right: 10px;
  top: 4px;
  content: "";
  width: 8px;
  height: 8px;
  background: rgba(255, 0, 0, 0);
  border-top: 7px double var(--primary-color);
  border-right: 7px double var(--primary-color);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}

.pa-breadcrumb-box ul li:last-child:after {
  display: none;
}

/* breadcrumb end */

.pa-cmnt-form input,
.pa-cmnt-form textarea,
.pa-contact-form input,
.pa-contact-form textarea {
  margin-bottom: 15px;
}

/*----------
custome css end
-------------------*/

/* new css */
.pa-before-img {
  position: relative;
  bottom: -189px;
  overflow: hidden;
}

.pa-before-img svg {
  fill: #fff;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center;
  transform: rotateY(0deg);
  width: calc(125% + 1.3px);
}

.pa-view-all {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pa-view-all {
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
  background-color: var(--dark-pink-color);
  font-size: 15px;
  padding: 12px 24px;
  border-radius: 3px;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 30px 30px 30px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.pa-view-all:hover {
  color: #fff;
}

.pa-medicine-box h2 a {
  text-decoration: none;
}

.pa-medicine-box a {
  text-decoration: none;
}

.pa-product-content h4 a {
  text-decoration: none;
}

.pa-product-img img {
  height: 100%;
  min-height: 238px;
  object-fit: cover;
}

.pa-counter.spacer-top.spacer-bottom.pa-count-box {
  background-image: url(../images/1m-1920x768.jpg);
  background-position: bottom;
}

.pa-counter.spacer-top.spacer-bottom.pa-count-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 51%);
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.pa-heading.pa-benefit-heading h1 {
  color: #fff;
}

/* NAVBAR */

.navbar {
  transition: 0.4s;
}

.navbar-brand {
  font-weight: 600;
  color: #2f855a;
  font-size: 24px;
}

.nav-link {
  font-weight: 500;
  margin-left: 15px;
  position: relative;
}

.nav-link::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: -4px;
  background: #9e6d44;
  transition: 0.3s;
}

.nav-link:hover::after {
  width: 100%;
}

/* banner start */
.pa-banner {
  /* padding: 120px 0px 88px;
    background-image: url(../images/banner2.jpg);
    background-color: #f8f8f8;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; */
  padding: 60px 0px 120px;
  background-image: url(../images/banner2.jpg);
  background-color: #f8f8f8;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-top: 65px;
}

.pa-banner-text h4 {
  position: relative;
  margin-bottom: 10px;
  font-size: 22px;
  color: var(--primary-color);
  font-style: italic;
  letter-spacing: 1px;
}

.pa-banner-text h2 {
  font-size: 40px;
  margin-bottom: 15px;
  letter-spacing: 1px;
  font-weight: 600;
  text-transform: capitalize;
  color: #fff;
}

.pa-view-all {
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 500;
  position: relative;
}

a.pa-view-all:hover {
  background-color: white;
  border: 1px solid var(--dark-pink-color);
  color: var(--dark-pink-color);
}

.pa-heading.pa-benefit-heading h5 {
  color: #fff;
}

.pa-banner-text p {
  margin-bottom: 15px;
  color: #fff;
  font-weight: 400;
}

.pa-banner-text {
  animation: slideInFromRight 3s;
  padding-left: 34px;
  padding-top: 15px;
}

.pa-why-pure-content p {
  color: #ffffff;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  transition: 0.3s;
  margin-bottom: 10px;
  outline: none;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #6caaa8;
  height: 20px;
  border-radius: 30px;
}

.swiper-button-next,
.swiper-button-prev {
  background-image: none;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  background: var(--primary-color);
  outline: none;
  border-radius: 50%;
  color: transparent !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  background: transparent;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.swiper-button-next:after {
  transform: rotate(45deg);
}

.swiper-button-prev:after {
  transform: rotate(-135deg);
}

.swiper-button-prev {
  left: 0px !important;
}

.swiper-button-next {
  right: 0 !important;
}

/* banner end */

/* feature start */
.pa-feature ul li svg {
  width: 50px;
  fill: var(--primary-color);
  z-index: 9;
  position: relative;
}

.pa-feature ul {
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 30px 10px 30px;
  border-radius: 10px;
  margin-top: -75px;
  background: #fff;
  z-index: 9;
  position: relative;
}

.pa-feature ul li {
  display: inline-block;
  width: 16%;
  border-right: 1px solid #eee;
  vertical-align: top;
}

.pa-feature ul li:last-child {
  border: none;
}

.pa-feature ul li a {
  font-size: 18px;
  margin-top: 20px;
  display: block;
  font-weight: 600;
}

.pa-feature ul li:hover svg {
  animation: pa_blink 0.7s;
}

@keyframes pa_blink {
  0% {
    transform: scale(0.9);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}
/* feature end */

/* product start */
.pa-product-box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 0px 0px 30px;
  text-align: center;
  position: relative;
  transition: 0.3s;
  margin-bottom: 20px;
  max-height: 100%;
}

.pa-trending-product .pa-heading {
  margin-bottom: 31px;
}

.pa-product-content h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pa-product-content {
  padding: 25px 20px 0;
}

.pa-product-content p {
  margin-bottom: 0;
  font-weight: 400;
  color: #5a5a5a;
  font-size: 14px;
}

.pa-product-content p del {
  padding-right: 15px;
  font-weight: 400;
  color: #222;
}

p.pa-product-rating i {
  margin-right: 2px;
  font-size: 12px;
  color: #ffcd00;
}

p.pa-product-rating {
  padding-bottom: 10px;
}

.pa-product-cart ul li svg {
  width: 16px;
  height: 16px;
  transition: 0.3s;
  fill: #ffffff;
}

.pa-product-cart ul li {
  display: inline-block;
  margin: 0 5px;
}

.pa-product-cart ul li a {
  width: 40px;
  height: 40px;
  line-height: 35px;
  border: 2px solid var(--primary-color);
  text-align: center;
  display: block;
  border-radius: 50%;
  background: var(--primary-color);
}

.pa-product-cart ul li a:hover {
  border: 2px solid;
  background-color: white;
}

.pa-product-cart ul li a:hover svg {
  fill: var(--primary-color);
}

/* .pa-product-cart ul li a:hover svg{
    fill:#738d6c;
} */
.pa-product-cart {
  bottom: -25px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}

.pa-product-box:hover .pa-product-cart {
  bottom: -15px;
  opacity: 1;
  visibility: visible;
}

.pa-product-box:hover,
.pa-blog-box:hover,
.pa-counter-box:hover,
.pa-medicine-box:hover {
  transform: translateY(-5px);
}

.pa-blog,
.pa-why-pure,
.pa-team,
.pa-price-plan {
  padding-bottom: 50px;
}

/* product end */

/*testimonial start*/

.pa-tesimonial.spacer-top.spacer-bottom.pa-swiper-wrapper {
  background-image: url(../images/vedaroots01.png);
  position: relative;
}

.pa-tesimonial.spacer-top.spacer-bottom.pa-swiper-wrapper::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 71%);
  z-index: -1;
}

.pa-tesimonial-box {
  display: flex;
  max-width: 900px;
  justify-content: center;
  margin: auto;
  padding: 35px;
  align-items: center;
  position: relative;
}

.pas-testi-img {
  width: 300px;
  z-index: 1;
  position: relative;
}

.pas-testi-img img {
  border-radius: 10px;
}

.pas-testi-content {
  width: calc(100% - 300px);
  padding-left: 40px;
}

.pas-testi-content p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: #fff;
}

.pas-testi-content h2 {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
}

.pas-testi-content .pa-view-all {
  font-size: 18px;
}

.pas-testi-content .pa-view-all:after {
  top: 6px;
}

.pas-testi-content .pa-view-all:before {
  width: 15px;
  top: 10px;
  right: -39px;
}

.pa-tesimonial-box:after {
  position: absolute;
  content: "";
  left: -8px;
  top: -2px;
  background-image: radial-gradient(#b6d2adeb 2px, transparent 2px);
  background-size: 20px 20px;
  width: 200px;
  bottom: -8px;
  z-index: 0;
}

.pa-tesimonial-button {
  width: 100px;
  right: 100px;
  position: absolute;
  bottom: 53px;
}

.pas-testi-img:after {
  position: absolute;
  content: "";
  right: -90px;
  top: -35px;
  width: 150px;
  height: 150px;
  background: rgba(186, 213, 178, 0.12);
  z-index: -1;
  margin: auto;
  border-radius: 100%;
}

.pas-testi-img:before,
.pa-about-img:before,
.pa-services-img:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: var(--primary-color);
  z-index: -1;
  border-radius: 10px;
  transition: 0.3s;
}

.pa-tesimonial-box:hover .pas-testi-img:before,
.pa-about-img:hover:before,
.pa-services-img:hover:before {
  top: -10px;
  left: -10px;
  bottom: 10px;
  right: 10px;
}

.pa-trending-product,
.pa-product-single {
  padding-bottom: 65px;
}

.pa-services {
  padding-bottom: 63px;
}

/*testimonial end*/

/* shop start */
.pa-sidebar-title {
  font-size: 25px;
  margin-bottom: 30px;
  text-transform: uppercase;
  font-weight: 700;
}

.pa-widget ul li {
  margin-bottom: 15px;
  position: relative;
}

.pa-widget ul li:last-child {
  margin-bottom: 0;
}

.pa-product-sidebar {
  padding: 30px 20px 25px;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
}

.pa-widget {
  border-bottom: 1px solid #eee;
  margin-bottom: 22px;
  padding-bottom: 30px;
}

.pa-widget:last-child {
  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.pa-widget.pa-search .pa-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  min-width: 100px;
  height: 40px;
  line-height: 36px;
}

.pa-widget.pa-search {
  position: relative;
}

.pa-widget.pa-search input {
  padding-right: 110px;
}

.pa-widget ul li span {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: var(--primary-color);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  padding: 0px 2px;
}

.pa-widget.pa-tag ul li {
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 1px;
}

.pa-widget.pa-tag ul li a {
     border: 1px solid var(--primary-color);
    padding: 0px 10px;
    min-height: 35px;
    display: block;
    line-height: 30px;
    border-radius: 2px;
    font-weight: 400;
    text-transform: capitalize;
    font-size: 14px;
}

.pa-product-widget ul li {
  display: flex;
  margin-bottom: 20px;
}

.pa-product-widget .pa-pro-wid-img {
  width: 100px;
}

.pa-product-widget .pa-pro-wid-content {
  width: calc(100% - 70px);
  padding-left: 15px;
}

.pa-pro-wid-content h4 {
  font-size: 16px;
  margin-bottom: 3px;
}

.pa-pro-wid-content p {
  margin-bottom: 0;
  font-size: 14px;
}

.pa-add img {
    height: auto;
    width: 100%;
    object-fit: cover;
}

.pa-pro-wid-img img {
      border: 1px solid var(--primary-color);
    padding: 2px;
    border-radius: 3px;
        object-fit: cover;
    height: 70px;
}

.pa-widget.pa-shop-category {
  padding-bottom: 27px;
}

/* shop end */

/* DOT BG SECTION */

.dot-bg {
  background-image: radial-gradient(#d1fae5 2px, transparent 2px);
  background-size: 20px 20px;
  padding: 100px 0;
}

/* PRODUCT CARD */

.product-card {
  border: none;
  border-radius: 15px;
  overflow: hidden;
  transition: 0.4s;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
}

.product-card img {
  height: 230px;
  object-fit: cover;
}

.product-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.product-card .card-body {
  text-align: center;
}

/* FEATURE */

.feature {
  padding: 100px 0;
}

.feature img {
  border-radius: 20px;
}

/* WAVE SHAPE */

.wave {
  margin-top: -5px;
}

.swiper-wrapper {
  transition-timing-function: ease-in-out;
}

.swiper-slide {
  transition: all 0.8s ease-in-out;
}

/*-----------
  why choose start
---------------------*/

.pa-heading.pa-benefit-heading.pa-choose-us {
  text-align: start;
}

.pa-icone-call {
  display: flex;
  justify-content: start;
  align-items: center;
}

.pa-box-icon i {
  font-size: 40px;
  color: #ffffff;
  padding-right: 18px;
}

.pa-box-contect p {
  font-size: 30px;
  font-weight: 500;
  padding-top: 10px;
}

.pa-why,
.pa-counter,
.pa-tesimonial,
.pa-why-pure,
.pa-team-home {
  background-color: var(--primary-color);
  background-image: url(../images/bg_2.png);
  position: relative;
  z-index: 0;
}

.swiper-container {
  z-index: 0;
}

.pa-why.spacer-top.spacer-bottom:before {
  position: absolute;
  content: "";
  background-color: transparent;
  /* background-image: radial-gradient(at top right, #709184CC 0%, #709184 75%); */
  background-image: radial-gradient(
    at right top,
    rgb(130 180 64 / 54%) 0%,
    rgb(130 180 64 / 98%) 75%
  );
  opacity: 1;
  transition:
    background 0.3s,
    border-radius 0.3s,
    opacity 0.3s;
  height: 100%;
  width: 100%;
  top: 0;
  z-index: -1;
}

.pa-why-img {
  width: 380px;
  height: 380px;
  line-height: 380px;
  border: 1px dashed #95b494;
  border-radius: 100%;
  text-align: center;
  margin: 0 auto;
}

.pa-why-pure-shape ul li svg {
  width: 50px;
  height: 50px;
  margin-bottom: 10px;
  fill: var(--primary-color);
}
.pa-why-pure-shape ul li {
  background: #fff;
  /* box-shadow: 0px 0px 30px 0px rgb(231, 245, 245); */
  border-radius: 10px;
  padding: 25px 20px 23px;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
  transition: 0.3s;
}
.pa-why-pure-content {
  padding-left: 35px;
}
.pa-why-pure-shape ul li:hover {
  transform: translate(0px, -5px);
}

.pa-why-pure-shape ul li:nth-child(3) {
  margin-top: 30px;
}
.pa-why-pure-shape ul {
  column-count: 2;
  column-gap: 30px;
}
.pa-why-pure-shape ul li p {
  margin: 0;
}
.pa-why-pure-shape ul li h3 {
  font-size: 20px;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 700;
  text-transform: capitalize;
}
.pa-why-pure-content .pa-btn {
  margin-top: 20px;
}

/*-----------
  why choose end
---------------------*/

/*----------------
  medicine start 
  -----------------*/
.pa-medicine-box {
  text-align: center;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 30px;
  transition: 0.3s;
  border-bottom: 3px solid transparent;
}

.pa-medicine-box h2 {
  font-size: 22px;
  margin: 20px 0 10px;
  text-transform: capitalize;
}

.pa-medicine-box p {
  margin: 0px;
  padding-top: 10px;
  color: rgb(149, 153, 167);
}

.pa-medicine-box:hover {
  border-color: var(--primary-color);
}

/*----------
 medicine end 
 ---------------*/

/*----------
 counter start 
 ---------------*/

.pa-counter {
  background-color: var(--primary-color);
  position: relative;
  z-index: 0;
}

.pa-counter.spacer-top.spacer-bottom.pa-count-box {
  background-image: url(../images/countimag.jpg);
  background-position: center;
  background-attachment: fixed;
}

.pa-counter.spacer-top.spacer-bottom.pa-count-box::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: rgb(0 0 0 / 62%);
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.pa-counter-box h1 {
  font-size: 35px;
  margin-bottom: 15px;
  display: inline-block;
}

.pa-counter-box span {
  font-size: 35px;
  font-weight: 600;
}

.pa-counter-box {
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  padding: 30px 30px 23px;
  transition: 0.3s;
  margin: 10px 0;
}

.pa-counter-box p {
  margin-bottom: 0;
  font-weight: 400;
  text-transform: capitalize;
}

.pa-counter {
  margin-bottom: 180px;
}

.pa-counter-main {
  margin-bottom: -180px;
}

.pa-counter-box svg {
  width: 50px;
  height: auto;
  fill: var(--primary-color);
  display: block;
  text-align: center;
  margin: 0 auto 10px;
}
.pa-product-box:hover,
.pa-blog-box:hover,
.pa-counter-box:hover,
.pa-medicine-box:hover {
  transform: translateY(-5px);
}

/*----------
 counter end 
 ---------------*/

/*---------
 about start 
 ----------------*/

/* .pa-menu.pa-about-menu>ul>li>a {
    color: #ffffff !important;
} */

.custom-navbar.scrolled .pa-menu.pa-about-menu > ul > li > a {
  color: #000 !important;
}

.pa-about-content h2 {
  font-size: 25px;
  margin-bottom: 20px;
}

.pa-about-img {
  position: relative;
  width: fit-content;
}

.pa-about-img img {
  border-radius: 10px;
}

.pa-about-content .pa-heading,
.pa-services-content .pa-heading,
.pa-why-pure .pa-heading {
  text-align: left;
  margin-bottom: 25px;
}

.pa-about-content .pa-heading h1 {
  margin-top: 10px;
}

.pa-about-content p:last-child {
  margin: 0;
}

.pa-check-item {
  padding-top: 20px;
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

ul.pa-flex-item {
  padding-right: 55px;
}

li.pa-list-item span i {
  color: var(--primary-color);
  padding-right: 6px;
}

span.pa-box-text {
  font-size: 16px;
  font-weight: 400;
}

/*---------
 about end 
 ----------------*/

/*-------------
contact start 
-----------------*/
/* .pa-contact-detail {
  padding-bottom: 50px;
} */

/* .pa-contact-map iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 10px;
  filter: grayscale(1);
} */

/* .pa-contact-form {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 10px;
  transform: translate(-130px, 36px);
  z-index: 1;
  position: relative;
  background: #fff;
} */

/* .pa-contact-box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 30px 23px;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 30px;
  text-align: center;
} */

/* .pa-contact-box:hover {
  transform: translateY(-5px);
} */

/* .pa-contact-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
} */

/* .pa-contact-box p {
  margin-bottom: 0px;
  max-width: 100%;
  width: 210px;
  margin: 0 auto;
} */

/* .response {
  position: fixed;
  bottom: 45px;
  right: 40px;
  color: #f44336;
} */

/* .response p {
  transform: translate(10px, 0px);
  margin: 0;
} */

.pa-contact {
  padding-bottom: 73px;
}

.pa-cmnt-form textarea,
.pa-contact-form textarea {
  width: 100%;
  height: 200px;
  padding: 10px 20px;
  border: 1px solid rgba(130, 180, 64, 0.48);
  outline: none;
  border-radius: 10px;
  resize: none;
}

.pa-contact-detail {
  padding-bottom: 50px;
}

.pa-contact-map iframe {
  width: 100%;
  height: 600px;
  border: none;
  border-radius: 10px;
  /* filter: grayscale(1); */
}

.pa-contact-form {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 30px;
  border-radius: 10px;
  /* transform: translate(-130px, 36px); */
  z-index: 1;
  position: relative;
  background: #fff;
}

.pa-contact-box {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.07);
  padding: 25px 30px 23px;
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 30px;
  text-align: center;
  height: 100%;
  border: 1px solid rgb(130 180 64 / 48%);
}


.pa-contact-box:hover {
  transform: translateY(-5px);
}

.pa-contact-box h4 {
  font-size: 20px;
  margin-bottom: 10px;
}

.pa-contact-box p {
  margin-bottom: 0px;
  max-width: 100%;
  width: 210px;
  margin: 0 auto;
}

.response {
  position: fixed;
  bottom: 45px;
  right: 40px;
  color: #f44336;
}

.response p {
  transform: translate(10px, 0px);
  margin: 0;
}

.pa-contact {
  padding-bottom: 73px;
}

.pa-contact-box span svg {
  height: 60px;
  width: 60px;
  fill: var(--primary-color);
  margin-bottom: 15px;
}
/*-------------
contact end 
-----------------*/

/*---------------------
  blog start
-----------------------*/

.pa-blog-box.pa-three-blog {
  display: block;
  box-shadow: 0px 30px 60px 0px rgb(0 0 0 / 10%);
}

.pa-blog-box.pa-three-blog .pa-blog-title {
  padding: 21px 0px 0px 15px;
}

.pa-blog-box.pa-three-blog img {
  width: 100%;
}
.pa-blog-box.pa-blog-single-img {
  display: block;
}

.pa-blog-box.pa-blog-single-img .pa-blog-title {
  padding: 20px 0px 0px 0px;
}

.pa-product-box:hover,
.pa-blog-box:hover,
.pa-counter-box:hover,
.pa-medicine-box:hover {
  transform: translateY(-5px);
}

.pa-blog-box {
  /* border: 1px solid #eee; */
  border-radius: 10px;
  transition: 0.3s;
  margin-bottom: 17px;
  display: flex;
}

.pa-blog-box img {
  border-radius: 10px 10px 10px 10px;
}

.pa-img-00 img {
  width: 100%;
  border-radius: 10px;
}

.pa-blog-category {
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
}

.pa-blog-title {
  padding: 16px 25px 17px;
}

.pa-blog-box h2 {
  font-size: 20px;
  margin: 5px 0px;
  line-height: 26px;
  font-weight: 600;
}

.pa-blog-date {
  font-size: 14px;
  color: var(--primary-color);
  font-weight: 600;
}

.pa-blog-view {
  padding: 10px 14px;
  /* border-top: 1px solid #eee; */
}
.pa-blog-view.pa-view2 {
  padding-left: 0px;
}

.pa-blog-view ul {
  margin: 0;
  padding: 0;
}

.pa-blog-view ul li {
  display: inline-block;
  padding-right: 15px;
}

.pa-blog-view ul li a {
  font-size: 14px;
}

.pa-blog-view ul li a i {
  padding-right: 5px;
}

.pa-blog-page {
  padding-bottom: 75px;
}

.pa-blog-widget {
  display: flex;
  border-bottom: 1px solid #eee;
  margin-bottom: 25px;
  padding-bottom: 20px;
}

.pa-blog-wimg {
  width: 100px;
}

.pa-blog-wimg img {
  border-radius: 10px;
  height: 100px;
  width: 100px;
  object-fit: cover;
  object-position: right;
}

.pa-blog-widget .pa-blog-title {
  padding: 0 0 0 20px;
  width: calc(100% - 100px);
}
.pa-blog-widget h2 {
  font-size: 18px;
  line-height: 24px;
}

/*--------------
Faq start
---------------*/

.pa-faq {
  background: #f8fdf8;
}

.pa-faq .accordion-item {
  border: none;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #dddbdb;
}

.pa-faq .accordion-button {
  font-weight: 500;
  font-size: 16px;
  background: #ffffff;
  color: #000;
  padding: 20px 20px;
  border: none;
}

.pa-faq .accordion-button:not(.collapsed) {
  background: var(--primary-color);
  color: #fff;
}

.pa-faq .accordion-body {
  background: #fff;
  padding: 15px 20px;
  font-size: 14px;
  color: #666;
}

.pa-faq .accordion-button:focus {
  box-shadow: none;
}

/*----------
  Faq End
 -------------*/

/* checkout start */
.pa-checkout {
  padding-top: 76px;
}

.pa-bill-form label {
  display: flex;
  margin-bottom: 20px;
}

.pa-bill-form label:last-child {
  margin-bottom: 0;
}

label.pa-bill-title,
p.pa-bill-title {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 40px;
}

.pa-bill-form label span {
  min-width: 120px;
}

.pa-bill-detail table th {
  padding: 12px 20px 13px;
  text-transform: capitalize;
  border-right: 1px solid #eee;
}

.pa-bill-detail table td {
  padding: 15px 20px;
  text-transform: capitalize;
  border: 1px solid #eee;
}

.pa-checkout-total td {
  font-size: 20px;
  font-weight: 600;
}

.pa-checkout-total td:last-child {
  color: var(--primary-color);
}

.pa-place-order-btn {
  text-align: right;
  margin-top: 30px;
}

.pa-cart-box table,
.pa-bill-detail table {
  width: 100%;
}

.pa-cart-box table th:first-child,
.pa-bill-detail table th:first-child {
  border-radius: 10px 0px 0px 0px;
}
.pa-cart-box table th:last-child,
.pa-bill-detail table th:last-child {
  border-radius: 0px 10px 0px 0px;
  border: none;
}
.pa-bill-detail table th {
  padding: 12px 20px 13px;
  text-transform: capitalize;
  border-right: 1px solid #eee;
}
.pa-cart-box table th,
.pa-bill-detail table th {
  background: var(--primary-color);
  color: #fff;
}

/* checkout end */

/*----------
 footer start 
 ------------------*/

.pa-footer {
  background: url(../images/footer.jpg) #111;
  background-size: cover;
  padding: 72px 0 42px;
  background-image: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-color) 100%
  );
}

.pa-foot-box img {
  width: 200px;
  filter: grayscale(1) brightness(0) invert(1);
}

.pa-foot-box img,
.pa-foot-box {
  margin-bottom: 30px;
}

.pa-foot-box p,
.pa-foot-box a {
  color: #fff;
  font-weight: 500;
}

.pa-foot-box a:hover {
  color: #000000;
}

.pa-foot-title {
  color: #fff;
  font-size: 25px;
  margin-bottom: 30px;
  font-weight: 700;
}

.pa-foot-box ul li {
  margin-bottom: 10px;
}

.pa-foot-box ul li:last-child,
.pa-foot-box p {
  margin-bottom: 0px;
}

.pa-newsletter {
  position: relative;
  margin-bottom: 25px;
}

.pa-newsletter .pa-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  line-height: 36px;
}

.pa-newsletter input {
  padding-right: 170px;
  border: none;
}

/*----------
 footer end 
 ------------------*/

/*-------------
 copyright start 
 -------------------*/
.pa-copyright p,
.pa-copyright p a {
  margin: 0;
  color: #fff;
  font-weight: 400;
}

.pa-copyright {
  /* background: #6caaa8; */
  background-image: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-color) 100%
  );
  padding: 12px 0;
  text-align: center;
  position: relative;
}

/*-------------
 copyright end 
 -------------------*/

@media screen and (max-width: 767px) {
  .pa-contact-detail {
    padding-bottom: 30px;
  }
  .pa-blog-box img {
    width: 100%;
  }
  .pa-why-pure-content {
    padding-left: 0;
  }

  .pa-why-pure-shape ul {
    margin-top: 30px;
    column-count: 1;
  }
}

/*-----------
 responsive start
 -------------------*/

@media screen and (max-width: 767px) {
  .navbar-toggler {
    border: none;
  }
  .custom-navbar {
    padding: 0 0;
  }
  .navbar-collapse {
    position: absolute;
    top: 65px;
    background: #f7eedf;
    width: 100%;
    left: 0;
  }
  .custom-navbar .nav-link, .custom-navbar .navbar-brand {
        font-size: 14px;
  }
  .pa-btn {
    height: auto;
  }

  .pa-banner-text p {
    font-size: 14px;
  }
  .pa-heading {
    margin-bottom: 15px;
  }

  .spacer-top {
    padding-top: 40px;
  }

  .spacer-bottom {
    padding-bottom: 40px;
  }

  .fixed-top {
    position: sticky;
  }

  .pa-counter-box h1,
  .pa-counter-box span {
    font-size: 24px;
    margin-bottom: 8px;
  }

  .pa-banner-text {
    padding-left: 0;
  }

  .pa-banner {
    padding: 40px 0px 30px;
    margin-top: 0;
  }

  .pa-banner-text h2 {
    font-size: 30px;
  }
  .pa-feature ul {
    margin-top: 0;
  }

  .pa-feature ul li {
    width: auto !important;
    margin: 12px 10px !important;
        border-right:none
  }

  .pa-banner-text h4 {
    font-size: 18px;
  }

  .pa-about-img img {
    width: 100%;
    height: 100%;
  }

  .pa-feature ul li a {
    font-size: 14px;
    margin-top: 10px;
  }

  .pa-about-img {
    margin-bottom: 30px;
  }

  .pa-heading h5 {
    font-size: 16px;
  }

  .pa-heading h1 {
    font-size: 24px;
    margin-bottom: 15px;
  }

  .pa-about-content p {
    font-size: 14px;
  }

  .pa-check-item {
    padding-bottom: 15px;
  }
  span.pa-box-text {
    font-size: 14px;
  }

  .pa-about-content .pa-heading,
  .pa-services-content .pa-heading,
  .pa-why-pure .pa-heading {
    margin-bottom: 15px;
  }

  .reverse-column {
    flex-direction: column-reverse;
  }
  .pa-heading.pa-benefit-heading.pa-choose-us {
    margin-bottom: 15px;
  }
  .pa-why-pure-content p {
    font-size: 14px;
    line-height: 24px;
  }
  .pa-box-contect p {
    font-size: 20px;
    padding-top: 8px;
  }

  .pa-box-title a {
    font-size: 16px;
  }
  .pa-why-pure-content .pa-btn {
    margin-top: 5px;
  }
  .pa-why-pure-shape ul li h3 {
    margin: 10px 0;
    font-size: 18px;
  }
  .pa-why-pure-shape ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .pa-why-pure-shape ul li {
    padding: 20px 25px 20px;
    margin-bottom: 20px;
  }
  .pa-why-pure-shape ul li:nth-child(3) {
    margin-top: 0;
  }

  .pa-why-pure-shape ul li {
    width: 100%;
  }

  .pa-counter-box svg {
    width: 45px;
  }

  .pa-counter-box {
        padding: 20px 30px 20px;
  }

  .pa-tesimonial-box:after {
    display: none;
  }

  .pa-tesimonial-box {
    max-width: 100%;
    padding: 15px;
  }
  .pa-tesimonial-box {
    display: block;
  }

  .pas-testi-content {
    padding-left: 0;
    margin-top: 20px;
    width: 100%;
  }
  .pas-testi-content h2 {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pas-testi-content p {
    font-size: 14px;
  }

  .swiper-slide {
    width: 100% !important;
  }
  .pas-testi-content h2 {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .pas-testi-content .pa-view-all {
    font-size: 14px;
  }

  .pas-testi-img {
    width: 100%;
  }

  .pa-footer {
    padding: 40px 0 40px;
  }
  .pa-foot-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .pa-foot-box ul li {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .pa-newsletter {
    margin-bottom: 15px;
  }
  .pa-foot-box img,
  .pa-foot-box {
    margin-bottom: 20px;
  }   
  .pa-foot-subscribe {
    font-size: 14px;
  }

  .pa-breadcrumb {
    padding: 80px 0 80px;
    margin-top: 0;
  }
  .pa-product-content {
    padding: 20px 15px 0;
  }
  .pa-product-content h4 {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .pa-product-img img {
    min-height: 100%;
  }
  .pa-sidebar-title {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .pa-faq .accordion-button {
    padding: 15px 15px;
  }
  .custom-navbar .navbar-brand img {
    width: 120px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .pa-feature ul li {
    margin: 10px 0;
    width: 20%;
    border-right:none
  }

  .pa-contact-form {
    margin-top: 15px;
  }
}
