/* Header */
.body-wrapper{
  padding: 0 5px 0 10px; /* appllied as per figma design */
}
header .header-top {
  background-color: var(--blue);
  padding: 6px 0;
  border-bottom-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
}
.head-top-main {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mail{
  display: flex;/* added for the letter animation */
  align-items: center;
}
.mail i{
font-size: 12px;/* added for the letter animation */
}
.head-top-left,
.head-top-right{
  align-items: center;
  color: var(--white);
}
.head-top-left a {
  color: var(--white);
}
.head-top-right img {
  /* font-size: 18px; */
  width: 18px;
  transition: all 0.55s ease-in;
  cursor: pointer;
  margin-left: 10px;
}
.header-social{
  display: flex;
  align-items: center;
}
.header-social i:hover{
  color: var(--orange);
}
.header-social a{
  color: var(--white);
}
/* Logo section header */
/* .header-bottom {
  padding: 15px 0;
} */
.logo a {
  font-family: var(--second-family);
  font-weight: 500;
  color: var(--black);
  font-size: 15px;
}
.navbar-nav {
  gap: 30px;
}
.navbar-nav .nav-link.active{
  font-size: 16px;
  font-weight: 600;
  /* margin-top: 2px; */
}
.navbar-nav .nav-link{
padding: 0 !important;
font-size: 14px;
color: #262626;
}
.navbar-nav .dropdown-item{
transition: all 0.75s ease-in-out;
}
.navbar-nav .dropdown-item:hover{
  background-color: var(--primary);
  color: var(--white);
}
.navbar-brand, .navbar-brand img{
  /* width: 220px; */
  width: 110px;
}
/* Hero Section */
.homeHero{
  height: 450px;
}
.inner-hero {
  background-size: cover;
  background-position: right;
  position: relative;
  height: 450px;
}
.inner-hero .container{
  height: 100%;
 align-content: end;
  padding-bottom: 4rem;
}
.hero1 {
  background-image: url(./../../images/home/banner/ancient.webp);
  /* background-position: bottom; */
}
.hero2 {
 background-image: url(./../../images/home/banner/inspired.webp);
/* background-position: 0 50rem; */
}
.hero3 {
 background-image: url(./../../images/home/banner/wellness.webp);
 background-position: bottom;
}
.hero h1, .hero p, .hero button, form button {
  position: relative;
}
.hero h1 {
  /* width: 80%; */
  z-index: 10;
  text-shadow: 4px 4px #15151585;
   position: relative;
   z-index: 10;
}
.hero p {
  width: 62%;
  z-index: 10;
}
.hero button, form button {
  background-color: var(--primary);
  border: none;
  color: var(--white);
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  padding: 8px 14px;
  margin-top: 10px;
  z-index: 10;
  transition:400ms ease all;
  border-radius: var(--border-radius);
}
/* .hero button:hover{
  background-color: var(--white);
  color: var(--primary);
  box-shadow:  var(--orange) 1.95px 1.95px 2.6px;
} */
.ayurvedic-hero {
  position: absolute;
  z-index: 10;
  right: 10%;
  top: 90%;
}
.ayurvedic-hero img {
  width: 112px;
}
/* Product Range section  */
.product-range-title {
  width: fit-content;
  position: relative;
}
.product-range-title h2 {
  border-bottom: 2px solid var(--black);
}
.black {
  color: var(--black);
}
.product-range-title img {
  position: absolute;
  top: 50%;
}
.product-range-title .leaf1 {
  left: -15%;
}
.product-range-title .leaf2 {
  right: -15%;
}
.product1 {
  position: relative;
  width: 100%;
  height: 350px;
  overflow: hidden; 
  /* background: #b6b6b636; */
  background: rgb(255,255,255);
background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(44,110,73,1) 100%);
  /* height: fit-content; */
}
.product1 .product-info {
  position: absolute;
  bottom: 5%;
  left: 9%;
}
.product-info a,
.product-info h5 {
  position: relative;
  color: var(--white) !important;
  z-index: 100;
}
.product-info p {
  font-size: 10px;
}
.product-range-products .product1 img {
  width: 100%;
  height: 350px;
  transition: all 1s ease-in-out;
}
.obj-cover img{
  object-fit: cover;
}
.product1 img:hover {
  transform: scale(1.1);
}
.product1 .tablet {
  object-fit: cover;
}
.prod-grad {
  background: var(--black);
 background: linear-gradient(0deg, rgba(0,0,0,0.9081757703081232) 2%, rgba(0,0,0,0.5384278711484594) 75%, rgba(255,255,255,0) 100%);
  height: 24%;
  width: 100%;
  position: absolute;
  bottom: 0;
}
/* Background Image section */
.bg-img {
position: relative;
}
.bg-img img{
  /* background-color: red; */
}
.bg-img .bg-left{
  position: absolute;
left: -10px;
top: -20px;
}
.bg-img .bg-right{
  position: absolute;
right: -10px;
top: 20px;
opacity: 0.9;
width: 90px;
}
/* Our Knee Pair products info */
.our-prod-info p {
  font-size: 18px;
  line-height: 38px; /* applied as required by the design */
  font-weight: 400;
  color: var(--black);
  letter-spacing: 0;
  font-family: var(--font-family);
}
/* Discover How Knee Pair Works for You  */
.discover-video {
  background-image: url(./../../images/home/discover-video/bg.webp);
  background-size: cover;
  position: relative;
  height: 520px;
  border-radius: var(--border-radius);
}
.discover-video h2,
.discover-video p {
  color: var(--white);
  position: relative;
  z-index: 100;
}
.discover-video button {
  background-color: unset;
  border: none;
  position: relative;
  z-index: 100;
}
.discover-video p {
  font-weight: 300;
  width: 60%;
  font-size: 14px; /* size changed as per design */
  line-height: 30px; /* applied as required by the design */
}
.discover-overlay {
  /* background-image: linear-gradient(20deg, var(--white), var(--p), var(--p)); */
  background: rgb(194,194,194);
  opacity: 0.5;
  height: 100%;
  width: 100%;
  position: absolute;
  z-index: 5;
  border-radius: var(--border-radius);
}
.discover-main {
  text-align: center;
     display: flex;
     justify-content: center; 
      align-items: center;
      flex-direction: column;
  position: relative;/* applied as the content was hiding behind the overlay */
  z-index: 100;
  height: 100%;
}
.discover-media {
  height: 520px;
  width: 100%;
  display: none;
  background-color: var(--black);
}
.discover-media video {
  height: 100%;
  width: 100%;
  z-index: 100;
  position: relative;
  object-fit: cover;
}
/* Why Choose Us - Faq */
.faq-p {
  color: var(--p);
  border-bottom: 1px solid var(--black);
}
.why-choose {
  padding-bottom: 65px;
}
.why-choose .accordion button, .whyChoose h3 {
  font-family: var(--font-family);
  font-size: 26px;
  font-weight: 600;
  color: var(--black2);
  transition: all 0.45s ease-in-out;
}
.whyChoose h3 span{
  font-size: 18px;
  font-weight: 800;
  margin-right: 5px;
}
.whyChoose h3{
border-bottom: 1px solid var(--accord-border);
padding-bottom: 20px;
}
.why-choose .accordion button.collapsed{
  font-size: 22px;
}
.why-choose .accordion-body{
  border-bottom: 1px solid var(--black);
  padding-bottom: 25px;
}
.why-choose .accordion .accordion-body{
  color: var(--p);
}
.why-choose .accordion {
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: unset;
}
.why-choose .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-plus-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2'/%3E%3C/svg%3E");
}
.why-choose .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-dash-lg' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8'/%3E%3C/svg%3E") ; /
}
.why-choose .accordion .a-i2 {
  border-bottom: 1px solid var(--accord-border);
}
/* Knee Pair Tablet Products section */
.knee-pair {
  background-color: var(--bg2);
}
.knee-pair .horz-div {
  width: 30px;
}
.heal-within {
  /* color: var(--black); */
  font-weight: 700;
  font-family: var(--font3);
  padding-bottom: 18px;
  padding-top: 50px;
}
.prod-info h2 {
  color: var(--primary);
  font-family: var(--font5);
  font-weight: 700;
}
.prod-info h6 {
  padding-top: 25px;
  padding-bottom: 10px;
}
.prod-info ul li {
  font-family: var(--second-family);
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.5px;
  width: 70%;
}
.prod-info ul li::marker {
  font-size: 12px;
  color: grey;
}
.knee-pair-p {
  width: 64%;
}
.product-image {
  position: relative;
  height: 100%;
  width: 100%;
  /* background-color: var(--blue); */
  /* border-bottom: 1px solid var(--p); */
  /* border-radius: var(--border-radius); */
}
.product-image.img1{
  border-top-right-radius: var(--border-radius);
  /* border-top-left-radius: var(--border-radius); */
}
.product-image.img2{
  border-bottom-right-radius: var(--border-radius);
  /* border-bottom-left-radius: var(--border-radius); */
}
.product-image.img3{
  border-bottom-right-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.product-image img {
  width: 470px;
  height: 500px;
  position: absolute;
  left: -20%;
  top: 75px;
  object-fit: cover;
  border-radius: var(--border-radius);
}
.product-image button {
  background-color: var(--btn-bg);
  color: var(--white);
  border: none;
  border-radius: 50px;
  font-family: var(--font3);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.2px;
  padding: 12px 50px;
  position: absolute;
  bottom: 16%;
  left: 8%;
  transition: all 0.55s ease-in;
}
.product-image button:hover{
background-color: var(--white);
color: var(--primary);
 box-shadow: var(--orange) 0px 3px 8px;;
}
.oil-prod {
  margin-top: 10px;
}
/* What Our Customers Say - carousel */
.section.customers{
  display: none;
}
.carousel-main {
  /* text-align: center; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.carousel-main .carousel-card {
  background-color: var(--bg2);
  padding: 30px;
  width: fit-content;
  margin-top: 40px;
  margin-left: 118px;
  position: relative;
  border-radius: var(--border-radius);
}
.card-person img {
  width: 110px !important; /* applied to overwrite the default owl carosuel styling */
}
.card-review img {
  width: 50px !important; /* applied to overwrite the default owl carosuel styling */
}
.card-review i {
  color: var(--primary);
  font-size: 20px;
}
.card-review i:last-child {
  font-size: 16px;
}
.owl-carousel3{
  margin-left: 100px;
}
/* Custom owl navs */
.owl-prev,
.owl-next {
  position: absolute;
  top: 50%;
  background-color: var(--primary) !important; /* applied to overwrite the default owl carousel style */
  color: var(--white) !important;
  height: 40px;
  width: 40px;
  border-radius: 50%;
}
.owl-prev:hover,
.owl-next:hover {
  background-color: var(--p) !important; /* applied to overwrite the default owl carousel style */
}
.owl-prev {
  left: 20px;
}
.owl-next {
  right: 30px;
}
/* Frequently Asked Questions */
.faq-2 {
  background-color: var(--green);
  border-radius: var(--border-radius);
  margin-top: 3rem;
}
.faq-2 .heal-within {
  color: var(--white);
}
.faq-2 h2 {
  letter-spacing: 1px;
  font-weight: 500;
  font-size: 33px;
}
.faq-2 .accordion button {
  font-family: var(--fourth-family);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0.5px;
  padding-left: 0;
  padding-top: 30px;
}
.faq-2 .accordion {
  /* --bs-accordion-btn-active-color: var(--white); */
  /* --bs-accordion-btn-focus-border-color: unset; */
  --bs-accordion-active-color: var(--white);
  --bs-accordion-btn-focus-box-shadow: none;
  --bs-accordion-active-bg: var(--green);
  --bs-accordion-bg: var(--green);
  --bs-accordion-btn-color: var(--white);
  --bs-accordion-border-color: var(--btm-border);
}
.faq-2 .accordion .accordion-body {
  color: var(--white);
  padding-left: 0;
  padding-top: 0px;
  font-family: var(--fourth-family);
  font-size: 14px;
  font-weight: 300;
}
.faq-2 .accordion-button::after {
  background-image: url("./../../images/home/faq/down.png");
  background-size: auto; /* applied to resize the accordion arrow icon */
}
.faq-2 .accordion-button:not(.collapsed)::after {
  background-image: url("./../../images/home/faq/up.png");
  background-size: auto;
}
.faq-2 .accordion {
  margin-bottom: 50px;
  border-bottom: 1px solid var(--btm-border);
}
.faq-2-col {
  position: relative; /* applied for left image */
}
.faq-2-img img {
  /* position: absolute; */
  width: 500px;
  height: 500px;
  /* bottom: -10%; */
  object-fit: cover;
}
.faq-2 .heal-within {
  padding-top: 0px; /* applied to overweite the style */
}
/* Footer */
.footer-logo .logo {
  padding-bottom: 18px;
}
.footer-logo p {
  width: 90%;
}
footer h4 {
  padding-bottom: 18px;
}
.ql-2 {
  padding-top: 36px;
}
footer ul li {
  list-style-type: none;
}
footer p, footer a, footer ul li a{
  font-family: var(--font6);
  font-weight: 400;
  color: var(--heading);
}
footer p a,
footer p a i {
  color: var(--blue);
}
footer p a i {
  font-size: 15px;
  opacity: 0.7;
}
.social-main{
  display: none;
}
.footer-social{
     display: flex;
     justify-content: center; 
      align-items: center;
}
.f-mail{
     display: flex;
     justify-content: start; 
      align-items: center;
}
.quick-link{
  display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.quick-link ul{
margin-left: -1.3rem;
}
.copyrightBox, .copyR{
  background: var(--blue);
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
}
.copyrightBox a{
 transition: all 0.55s ease-in-out;
}
.copyrightBox a:hover{
 color: var(--primary) !important;
}
/* Scroll slider Animation*/
.scroll-watcher {
  height: 3px;
  position: fixed;
  top: 0;
  z-index: 1000;
  background-color: var(--blue);
  width: 100%;
  scale: 0 1;
  transform-origin: left;
  animation: scroll-watcher linear;
  animation-timeline: scroll();
}
@keyframes scroll-watcher {
  to {
    scale: 1 1;
  }
}
/* Scroll-Top Button */
#progress {
  background-color: var(--blue);
  position: fixed;
  bottom: 20px;
  right: 10px;
  cursor: pointer;
  height: 70px;
  width: 70px;
  display: none;
  place-items: center;
  border-radius: 50%;
  box-shadow: var(--shadow);
  z-index: 101;
}
#progress a {
  display: block;
  height: calc(100% - 12px);
  width: calc(100% - 12px);
  background-color: var(--white);
  border-radius: 50%;
  display: grid;
  place-items: center;
}
#progress i {
  font-size: 40px;
  color: var(--blue);
  font-weight: 900;
}
/* Preloader  Animation*/
#pre-loader1 {
  /* background: var(--black) url(../../images/pre-loader/loading.gif) no-repeat center center; */
  background: var(--white) url(../../images/pre-loader/loader.gif) no-repeat center center;
  background-size: 250px;
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000 !important;
}
/* Hero button animation */
.btn-5:hover {
  color: var(--white);
  background: var(--blue);
   box-shadow:none;
}
.btn-5:before,
.btn-5:after{
  content:'';
  position:absolute;
  top:0;
  right:0;
  height:2px;
  width:0;
  background: var(--white);
  box-shadow: -1px -1px 5px 0px var(--white),
  7px 7px 20px 0px #0003,
  4px 4px 5px 0px #0002;
  transition:400ms ease all;
}
.btn-5:after{
  right:inherit;
  top:inherit;
  left:0;
  bottom:0;
}
.btn-5:hover:before,
.btn-5:hover:after{
  width:100%;
  transition:800ms ease all;
}
.imageBox{
  overflow: hidden;
  height: 150px;
  width: 150px;
  border-radius: 50%;
}
.imageBox img{
  height: 150px;
  width: 150px;
  border-radius: 50%;
  transition: all 1s ease-in-out;
  object-fit: cover;
}
.testi-Wrapper .imageBox, .testi-Wrapper .imageBox img{
  height: 80px;
  width: 80px;
}
.imageBox img:hover{
  transform: scale(1.1);
}
.productBg{
  right: 0px;
  bottom: -6rem;
  width: 350px;
}
/* .productImgBox{
position: sticky;
top: -5rem;
} */

.tabSection .product-image img {
  height: 635px;
  width: 580px;
  left: -38%;
}
.tabSection .prod-info ul li {
  font-weight: 300;
}
.tabSection .prod-info h6 {
  padding-top: 20px;
}
.flexInfo{
     display: flex;
      align-items: center;
      padding-top: 18px;
}
.flexInfo h6{
 padding: 0 !important;
 margin-right: 5px;
}
.flexInfo p{
 padding-top: 3px;
}
.aboutImg{
  height: 315px;
  width: 90% !important;
}
.contactForm{
  border-radius: var(--border-radius);
  color: var(--white);
  /* background: #2784b012; */
  background: var(--primary);

}
.contactForm button{
 padding: 12px 14px;
 font-size: 15px;
background-color: var(--blue);
}
.contactForm h3 img{
  width: 50px;
}
.contactForm button:hover{
background-color: var(--primary);
}
.contactForm .form-control{
  padding: 0.675rem .75rem;
box-shadow: none;
}
.contact-address{
  /* background: var(--blue); */
/* margin-top: 8rem; */
}
.contactBox{
  border-bottom: 1px solid var(--border);
  padding: 35px 0;
}
.contactBox h5{
font-size: 22px;
color: var(--white);

}
.contactBox p, .contactBox a{
font-size: 15px;
}
.contactBox:last-child{
  border: none;
}
.contactBox a{
  text-decoration: underline;
}
.copyR p{
color: var(--white);
}
.mapsWrap iframe{
  border-radius: var(--border-radius);
}
.owl-carousel{
  z-index: -1;
}
/* Responsive */
@media (max-width: 575px){
  .product-image {
    background-color: var(--white);
  }
}
@media (max-width: 768px){
h1{
  font-size: 28px;
  width: 80% !important;  /* adjusted width as per the typed js animation */
}
h2 {
  font-size: 25px;
}
.ayurvedic-hero img {
  width: 72px;
}
.ayurvedic-hero {
  top: 93%;
}
}
@media (min-width: 768px) and (max-width: 992px) {
  h1 {
    font-size: 36px;
}
  h2 {
    font-size: 28px;
}
  .product-image img {
    height: 90%;
  }
  /* .discover-main {
    padding: 120px 0 !important; 
} */
}
@media (max-width: 992px) {
  /* Header */
  .body-wrapper{
    padding: 0 10px 0 10px; /* appllied as per figma design */
  }
  .header-top {
    display: none;
  }
  /* .header-bottom {
    text-align: center;
  } */
  .hero h1 {
    width: 100%;
}
.hero p {
  width: 84%;
}
.product1 .product-info {
  left: 32%;
}
.knee-pair-p {
  width: 100%;
  text-align: center;
}
  /* .discover-main {
    padding: 80px 0;
  } */
  .faq {
    padding: 0 10px;
  }
  /* Custom owl navs */
  .owl-nav {
    margin-bottom: 20px;
  }
  .owl-prev,
  .owl-next {
    top: unset;
    bottom: -20px;
  }
  .owl-prev {
    left: 30%;
  }
  .owl-next {
    left: 60%;
  }
  .carousel-main .carousel-card {
    margin-left: 0;
  }
  .faq-2 {
    margin-top: 50px;
  }
  /* .profile-cart {
    text-align: center !important; 
  } */
  .product-image img,
  .faq-2-img img {
    position: static;
  }
  .faq-2-img img {
    width: 100%;
    height: 100%;
  }
  .product-image button {
    left: 31%;
  }
  .prod-info,
  .product-image,
  .faq-img {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .prod-info {
    padding-top: 30px;
  }
  .why-choose {
    padding-bottom: 0;
  }
  footer, .usage {
    text-align: center;
  }
  .ql-2 {
    padding-top: 0;
  }
  .footer-logo {
    padding-left: 20px;
  }
  .social-main{
    display: block;
  }
  .f-mail{
    justify-content: center; 
  }
  .header-bottom, .profile-cart  {
    text-align: center !important;  /* applied to overwrite the bootstrap style */
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .faq-2-img img {
    left: -26px;
}
* Custom owl navs */
  .owl-nav {
    margin-bottom: 20px;
  }
  .owl-prev,
  .owl-next {
    top: unset;
    bottom: -20px;
  }
  .owl-prev {
    left: 45%;
  }
  .owl-next {
    left: 55%;
  }
  .carousel-main .carousel-card {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .faq-2 {
    margin-top: 50px;
  }
}
@media (min-width: 1400px) {
  .owl-next {
    right: 205px;
  }
}
@media (max-width: 1400px) {
  .tabSection .product-image img {
    width: 465px;
    left: -36%;
}
}
@media (max-width: 1299px) {
  .testimonialsMain .card{
    height: 13rem !important;
  }
}
@media (min-width: 1600px) {
  .product-image button {
    left: 0%;
  }
}
/* About Us Page */
.aboutWrap h1{
  color: var(--heading);
}
.aboutWrap h4{
  font-size: 18px;
}
.aboutWrap{
  border-top: 1px solid var(--accord-border);
}
.aboutWrap ul{
  list-style-type: none;
}
.aboutList li i{
font-size: 10px;
margin-right: 5px;
color: var(--primary);
}
.aboutList li {
padding-bottom: 5px;
}
.aboutWrap h3 {
  font-size: 1.3rem;
}
.heroProducts{
  border-radius: var(--border-radius);
  background-position: center;
background-size: cover;
background-repeat: no-repeat;
}
.heroTablet{
background-image: url(../../images/product-banners/tab-banner.png);
}
.heroKwath{
background-image: url(../../images/product-banners/Kwath.png);
}
.heroSyrup{
background-image: url(../../images/product-banners/syrup.png);
}
.heroChurn{
background-image: url(../../images/product-banners/churn.png);
}
.heroCream{
background-image: url(../../images/product-banners/cream.png);
}
.heroOil{
background-image: url(../../images/product-banners/oil.png);
}
.heroKit{
  background-image: url(../../images/product-banners/urja-kit.png);
  }
.heroProducts h4{
  font-size: 14px;
}
.owl-stage-outer{
  border-radius: var(--border-radius);
}
.faq-img img{
  border-radius: var(--border-radius);
  height: 315px;
  width: 100%;
  object-fit: cover;
}
  .urjapil-combo{
    padding-bottom: 6rem;
  }
  .card-person{
    margin-top: 1.1rem;
  }
  .product-image .arjunKwath{
    height: 680px !important;
  }
  .testimonialsMain .card{
    --bs-card-spacer-y: 1.8rem;
    --bs-card-spacer-x: 1.8rem;
    border-radius: var(--border-radius);
    border-color: var(--blue);
    height: 12rem;
    transition: all 0.55s ease-in-out;
  }
  \ .extraSpace{
  margin-bottom: 5rem;
}
.extraSpace2{
  margin-bottom: 24.2rem;
}
.extraSpace3{
  margin-bottom: 8.5rem;
}
.extraSpace4{
  margin-bottom: 5.6rem;
}
.extraSpace5{
  margin-bottom: 10rem;
}
  .testimonialsMain .card:hover{
background: var(--primary);
color: var(--white);
box-shadow: rgba(0, 0, 0, 0.19) 0px 10px 20px, rgba(0, 0, 0, 0.23) 0px 6px 6px;
  }
  .testimonialsMain .card h5{
padding-top: 20px;
  }
  /* Added  By Sanket on 16-09-2025 for products pages */
 .tabSection .table > :not(caption) > * > * {
  background-color: transparent;
  padding: .2rem .8rem .2rem .8rem;
}
 .tabSection .table, .tabSection .table th, .tabSection .table td{
  width: fit-content !important;
}
 .tabSection .table tr:last-child, .tabSection .table .border-end{
border-right: 1px solid var(--bs-border-color);
} 
.tabSection .table .border-R{
border-right: none;
} 
 .tabSection .table td{
  font-size: 13px !important;
 }
  .syrupDetails .row:nth-child(5) .product-image img, .otherPrDetails .row:nth-child(1) .product-image img, .otherPrDetails .row:nth-child(4) .product-image img, .otherPrDetails .row:nth-child(2) .product-image img{
   top: 2rem;
  }
  .tabletDetails .row:nth-child(7) .product-image img{
  top: 3rem;
  }
  .tabletDetails .row:nth-child(4) .product-image img{
  top: 4rem;
  }
  .creamDetails .row:first-child .product-image img, .oilDetails .row:nth-child(1) .product-image img, .tabletDetails .row:nth-child(5) .product-image img, .creamDetails .row:last-child .product-image img{
     top: 6rem;
  }
   .syrupDetails .row:nth-child(4) .product-image img, .tabletDetails .row:nth-child(1) .product-image img, .kwathDetails .row:nth-child(5) .product-image img{
   top: 7rem;
  }
.tabletDetails .row:nth-child(2) .product-image img, .tabletDetails .row:nth-child(3) .product-image img, .tabletDetails .row:nth-child(6) .product-image img, .otherPrDetails .row:nth-child(5) .product-image img, .kwathDetails .row:nth-child(2) .product-image img{
   top: 8rem;
  }
 .kwathDetails .row:nth-child(1) .product-image img, .tabletDetails .row:nth-child(8) .product-image img, .creamDetails .row:nth-child(2) .product-image img, .kwathDetails .row:nth-child(4) .product-image img{
     top: 9rem;
  }
  .syrupDetails .row:nth-child(3) .product-image img, .syrupDetails .row:nth-child(1) .product-image img, .churnDetails .row .product-image img,     .kwathDetails .row:nth-child(8) .product-image img, .kwathDetails .row:nth-child(6) .product-image img{
   top: 10rem;
  }
 .syrupDetails .row:nth-child(2) .product-image img, .kwathDetails .row:nth-child(7) .product-image img, .kwathDetails .row:nth-child(3) .product-image img {
   top: 11rem;
  }
 .kwathDetails .row:nth-child(9) .product-image img, .kwathDetails .row:nth-child(10) .product-image img{
    top: 12rem;
  }
 .kwathDetails .row:nth-child(11) .product-image img {
  top: 16rem;
}{
    top: 16rem;
  }
  .tabletDetails
  .knee-pair-p.comboText{
    font-size: 13px;
  }
  .tableNote h6, .tableNote p{
    font-size: 12px;
    padding: 0 !important;
  }
  .knee-pair-p.sdEf{
    line-height: 15px;
  }
  .productBg{
   background-color: var(--blue);
   height: 100%;
   position: absolute;
   /* width: 450px; */
   width: 33%;
   top: 0;
   bottom: 0;
   right: 0;
   border-radius: 0 var(--border-radius) var(--border-radius) 0;
  }


