body {
  font-family: "League Spartan" !important;
}
p,
li {
  font-size: 18px;
}
a {
  text-decoration: none !important;
}
/* Navigation */
.main_menu {
  margin-top: 0%;
  margin-bottom: -9%;
  padding: 2em 0em 0em 0em;
}
.main_menu .navbar {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 15px 30px;
  z-index: 99;
  border-radius: 15px;
  background: #fff;
}
.main_menu .navbar-brand {
  padding-top: 0rem;
  padding-bottom: 0px;
}
/* .main_menu .main-menu-item {
  text-align: center !important;
  justify-content: center !important;
} */
.main_menu .main-menu-item ul li a {
  color: #292929 !important;
  font-size: 18.5px;
  font-weight: 600;
  padding: 0px 25px !important;
}
.main_menu .main-menu-item ul li a.active,
.main_menu .main-menu-item ul li a:hover {
  color: #4a8703 !important;
}
.menu_btn a {
  font-size: 15px;
  padding: 12px 24px;
  transition: all 0.3s;
  width: auto;
  color: #fff;
  background-color: #7c013a;
  border-style: solid;
  border-width: 0px;
  border-color: #7c013a;
  border-radius: 5px;
  transition: 0.3s ease-out;
  text-decoration: none;
}
.menu_btn a:hover {
  background: #63012e;
}

/* Banner Section */
.hero_section {
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin-top: 0em;
}

.policy-details {
  color: #858586;
  font-size: 18px;
  padding-bottom: 30px;
}
.policy-details h3 {
  color: #5ca904;
  margin-bottom: 15px;
}

/* footer section */
footer .links {
  display: flex;
  padding: 0;
  list-style: none;
  justify-content: center;
  gap: 0 25px;
  flex-wrap: wrap;
  margin: 10px 0;
}
footer .links a {
  color: #fff;
  text-decoration: none;
}
.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}
.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  position: relative;
  color: #fff;
}
.footer-07 .ftco-footer-social li a {
  background: transparent;
  border: 1px solid #a3de83;
}
.ftco-footer-social li a i {
  position: absolute;
  font-size: 22px;
  top: 50%;
  left: 50%;
  transition: 0.3s ease-out;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.ftco-footer-social li a i:hover {
  color: #891a4e;
}
footer::before {
  content: url(../img/footer-leaf1.png);
  position: absolute;
  z-index: 1;
  top: -41px;
  left: 80%;
  transform: translateX(-80%);
}
.footer-bottom::before {
  content: url(../img/footer-leaf2.png);
  position: absolute;
  z-index: 1;
  bottom: 18px;
  left: 33%;
  transform: translateX(-33%);
}
.footer-bottom .col-md-6 {
  z-index: 1;
}
.footer-bottom a {
  text-decoration: none;
  color: #5ca904;
  transition: 0.3s ease-out;
}
.footer-bottom :hover {
  color: #b0e377;
}

/* About us */
.about-us {
  /* padding: 120px 0 70px; */
  padding: 95px 0 90px;
}
.about-us .about-details,
.why-choose .why-details {
  padding: 0 3em 0 0;
}
.about-us .imgwrap img {
  border-radius: 25px;
}
.about-us .mini-wrap {
  max-width: 400px;
  bottom: -35px;
  transform: translateY(20px);
  position: absolute;
  right: -5px;
}
.about-us h6,
.why-choose h6,
.benefit-div h6,
.testimonial-div h6,
.gallery-div h6,
.benefit-div h6,
.vision-div h6 {
  color: #7c013a;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.about-us h2,
.why-choose h2,
.benefit-div h2,
.testimonial-div h2,
.gallery-div h2,
.vision-div h2 {
  color: #7c013a;
  text-align: center;
  margin-bottom: 40px;
  font-size: 39px;
  line-height: 45px;
  font-weight: 700;
}
.about-us h2 span,
.why-choose h2 span,
.benefit-div h2 span,
.testimonial-div h2 span,
.gallery-div h2 span,
.vision-div h2 span {
  color: #5ca904;
}
.about-us h6 {
  margin-bottom: 16px;
  font-size: 22px;
  color: #5ca904;
  text-transform: capitalize;
}
.benefit-div p {
  color: #868686;
}
.about-us .box-icon span,
.why-choose .box-icon span,
.contact_details .box-icon span {
  width: 50px;
  background: #5ca904;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.about-us ul li:before,
.why-choose ul li:before,
.research ul li::before,
.veggie-juice-section ul li::before {
  content: "\f00c";
  font-family: FontAwesome;
  background: #5ca904;
  position: absolute;
  left: -30px;
  transform: translateX(-5px);
  color: #fff;
  border-radius: 50%;
  display: flex;
  width: 25px;
  height: 25px;
  font-size: 14px;
  top: 0;
  align-items: center;
  justify-content: center;
}
.about-us ul li,
.why-choose ul li,
.research ul li,
.veggie-juice-section ul li {
  position: relative;
  margin-bottom: 10px;
  text-indent: initial;
}
.about-us ul,
.why-choose ul,
.research ul,
.veggie-juice-section ul {
  list-style: none;
  text-indent: revert;
  padding-left: 35px;
}
.why-choose ul {
  column-count: 2;
}
.why-choose span {
  color: #5ca904;
  font-weight: 700;
  text-transform: uppercase;
}
.why-choose p {
  color: #868686;
  margin: 12px 0 8px;
  font-weight: 500;
}
.why-choose h5 {
  font-size: 1.25rem;
  margin: 12px 0 16px;
  color: #7c013a;
}
.about-us .box-title,
.why-choose .box-title,
.contact_details .box-title {
  font-weight: 700;
  font-size: 18.5px;
}

/* Every Day juice */
.every-day-juice h3 {
  margin: 0px 0px 16px;
  font-size: 32px;
  font-weight: 400;
  color: #5ca904;
}
.every-day-juice .nav-pills .nav-link.active,
.every-day-juice .nav-pills .show > .nav-link {
  background-color: #7c013a;
}
.every-day-juice .nav-pills .nav-link {
  font-size: 20px;
  padding: 12px 20px;
  text-align: left;
  color: #14151a;
  font-weight: 500;
}
.every-day-juice .tab-pane img {
  height: 135px;
  object-fit: fill;
}
.every-day-juice .tab-content {
  min-height: 870px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border-radius: 8px;
}

/* Why Choose Section */
.why-choose {
  padding: 50px 0 60px;
}
.zoom-out i {
  animation: Zoom 4000ms;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}
@keyframes Zoom {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.3);
  }
  100% {
    transform: scale(1);
  }
}

/* Benefit Section */
.benefit-div .wrap {
  background-color: #ffffff;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  padding: 12px 12px;
  text-align: center;
  min-height: 100%;
  margin: 0 5px;
  border-radius: 5px;
}
.benefit-div {
  /* padding: 80px 0 112px; */
  padding: 80px 0 60px;
}
.benefit-div .wrap strong {
  margin: 8px 0;
  display: inline-block;
  font-size: 20px;
}
.gray-bg {
  background: rgb(245, 245, 245);
}
.unlock-div h2,
.testimonial-div h2,
.gallery-div h2,
.benefit-div h2,
.vision-div h2 {
  margin-bottom: 20px;
}

/* Testimonial Section */
.testimonial-div {
  background: rgb(245, 245, 245);
  background: radial-gradient(
    circle,
    rgba(245, 245, 245, 1) 77%,
    rgba(255, 255, 255, 1) 91%
  );
  padding: 80px 112px;
}
.testimonial-div .client-div1 .review {
  margin: 0px 0px 24px;
  color: rgb(0, 0, 0);
  font-weight: 400;
  text-align: left;
  font-size: 20px;
  line-height: 24px;
}
.testimonial-div .client-div1 .review-wrap .client-img {
  object-fit: contain;
  height: 50px;
  width: 50px;
  /* border-radius: 10px; */
  border-radius: 50%;
  margin-right: 14px;
}
.testimonial-div .client-div1 .review-wrap .review-detail p {
  margin: 0px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
}
.testimonial-div .client-div1 .innerdiv {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 2fr;
  grid-template-rows: 33% 33% 33%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  gap: 24px;
}
.testimonial-div .client-div1 .eachdiv {
  border-radius: 30px;
  padding: 32px;
}
.testimonial-div .client-div1 .div1 {
  background-color: #f8ecbe;
  grid-column-start: 1;
  grid-column-end: 5;
  grid-row-start: 1;
  grid-row-end: 3;
}
.testimonial-div .client-div1 .div2 {
  background-color: #bedd9b;
  grid-column-start: 5;
  grid-column-end: 10;
  grid-row-start: 1;
  grid-row-end: 2;
}
.testimonial-div .client-div1 .div3 {
  background-color: #f8ecbe;
  grid-column-start: 10;
  grid-column-end: 12;
  grid-row-start: 1;
  grid-row-end: 2;
}
.testimonial-div .client-div1 .div4 {
  background-color: #acc4c0;
  grid-column-start: 5;
  grid-column-end: 9;
  grid-row-start: 2;
  grid-row-end: 2;
}
.testimonial-div .client-div1 .div5 {
  background-color: #42c24f4d;
  grid-column-start: 9;
  grid-column-end: 12;
  grid-row-start: 2;
  grid-row-end: 2;
}
.testimonial-div .client-div1 .div6 {
  background-color: #bfe6c3;
  grid-column-start: 1;
  grid-column-end: 7;
  grid-row-start: 3;
  grid-row-end: 3;
}
.testimonial-div .client-div1 .div7 {
  background-color: #f8ecbe;
  grid-column-start: 7;
  grid-column-end: 10;
  grid-row-start: 3;
  grid-row-end: 3;
}
.testimonial-div .client-div1 .div8 {
  background-color: #bedd9b;
  grid-column-start: 10;
  grid-column-end: 12;
  grid-row-start: 3;
  grid-row-end: 3;
}

/* catalogue queery */
.catalogue-querry {
  position: relative;
  background-color: rgb(6, 83, 73);
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 86px 100px;
}
.catalogue-querry h2 {
  margin: 0px;
  text-align: left;
  color: rgb(255, 215, 64);
  font-weight: 700;
  font-size: 72px;
  line-height: 84.6px;
}
.catalogue-querry .drop-msg p {
  margin: 0px;
  text-align: left;
  color: rgb(255, 255, 255);
  font-weight: 400;
  font-size: 32px;
  line-height: 38.4px;
}
.catalogue-querry p {
  margin: 16px 0px 0px;
  font-weight: 400;
  text-align: left;
  font-size: 32px;
  color: rgb(255, 255, 255);
  line-height: 38.4px;
}
.catalogue-querry .drop-msg {
  margin-top: 32px;
}
.catalogue-querry .leave-img {
  right: 0px;
  top: 0px;
  position: absolute;
  width: 400px;
  height: 300px;
}

/* Top scroll button */
#scroll,
#scroll2 {
  width: 40px;
  height: 40px;
}
#scroll,
#scroll2 {
  position: fixed;
  bottom: 40px;
  left: 20px;
  color: transparent;
  height: 3rem;
  width: 3rem;
  background-color: #5ca904;
  border: 1px solid transparent;
  border-radius: 5rem;
  transition: all 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
#scroll i,
#scroll2 i {
  font-weight: 700;
  font-size: 1.3rem;
  color: #fff;
}
#scroll2 {
  right: 20px;
  left: auto;
  background-color: #18bf57;
}

/* Custmozie whatsapp icon */
#kiwi-big-iframe-wrapper {
  left: auto !important;
  right: 20px !important;
  bottom: 30px !important;
}

/* Gallery Section */
.gallery-div {
  padding: 80px 0;
  position: relative;
}

.gallery-div .owl-carousel .owl-stage-outer {
  right: 0;
  overflow: hidden;
  width: 100%;
  padding: 0;
}
.gallery-div .owl-carousel .owl-item img {
  border-radius: 12px;
}
.gallery-div .owl-carousel .owl-nav button.owl-prev,
.gallery-div .owl-carousel .owl-nav button.owl-next {
  height: 52px;
  width: 52px;
  background-color: #ffffff;
  opacity: 1;
  position: absolute;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  top: 50%;
  transform: translateY(-50%);
}
.gallery-div .owl-carousel .owl-nav button.owl-prev {
  left: -30px !important;
}
.gallery-div .owl-carousel .owl-nav button.owl-next {
  right: -30px !important;
  /* right: 0 !important; */
}
.gallery-div .owl-theme .owl-nav [class*="owl-"]:hover {
  color: #000;
  text-decoration: none;
}

/* .gallery-div .owl-carousel .owl-stage {
  margin-left: -53%;
} */
/* .gallery-div:before {
  content: url(../img/apple-bg.png);
  position: absolute;
  z-index: 1;
  top: -180px;
  left: 100%;
  transform: translateX(-80%) scale(0.4);
} */
/* .lightboxpreview {
  transition: all .3s linear;
  padding-top:60%;
  cursor:pointer;
  background-size:cover;
}
.lightbox-content {
  max-height:75vh;
  height:75vh;
  width:100%;
  max-width: 1000px;
}
.lightbox-close { 
  cursor:pointer;
  margin-left: auto;
  position:absolute;
  right:-30px;
  top:-30px;
  color:white;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
} */
.modal_inner_image {
  min-height: 400px;
  z-index: 1000;
}
.modal-content {
  width: 100%;
}

.modalscale {
  transform: scale(0);
  opacity: 0;
}

/* .lightbox-container, .lightbox-btn, .lightbox-image-wrapper, .lightbox-enabled{transition:all .4s ease-in-out;}
.lightbox_img_wrap {
  padding-top:65%;
  position:relative;
  overflow:hidden;
}
.lightbox-enabled:hover {
  transform:scale(1.1)
}
.lightbox-enabled {
  width:100%;
  height:100%;
  position:absolute;
  top:0;
  object-fit:cover;
  cursor:pointer;
}

.lightbox-container {
  width:100vw;
  height:100vh;
  position:fixed;
  top:0;
  left:0;
  display:flex;
  align-items:center;
  justify-content:center;
  background-color:rgb(0 0 0 / 86%);
  z-index:9999;
  opacity:0;
  pointer-events:none;
}

.lightbox-container.active {
  opacity:1;
  pointer-events:all;
}
.lightbox-image-wrapper {
  display:flex;
  transform:scale(0);
  align-items:center;
  justify-content:center;
  max-width:90vw;
  max-height:90vh;
  position:relative;
}
.lightbox-container.active .lightbox-image-wrapper {transform:scale(1);}
.lightbox-btn, #close {
  color:white;
  z-index:9999999;
  cursor:pointer; 
  position:absolute;
  font-size:35px;
}

.lightbox-btn:focus {
 outline:none;
}

.left {left:50px;}
.right {right:50px;}
#close {top:50px;
right:50px;}

.lightbox-image {
  width:100%;
  -webkit-box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19); 
  box-shadow: 5px 5px 20px 2px rgba(0,0,0,0.19);
  max-height:95vh;
  object-fit:cover;
} */
@keyframes slideleft {
  33% {
    transform: translateX(-300px);
    opacity: 0;
  }
  66% {
    transform: translateX(300px);
    opacity: 0;
  }
}
.slideleft {
  animation-name: slideleft;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}
@keyframes slideright {
  33% {
    transform: translateX(300px);
    opacity: 0;
  }
  66% {
    transform: translateX(-300px);
    opacity: 0;
  }
}
.slideright {
  animation-name: slideright;
  animation-duration: 0.5s;
  animation-timing-function: ease;
}

/* Home banner */
.home-banner {
  background-image: url(../img/home-bg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.home-banner2 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff 90%),
    url(../img/home-bg.jpg);
  opacity: 1;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}
.home-banner3 {
  background-color: transparent;
  background-image: linear-gradient(180deg, #ffffff00 0%, #ffffff 90%),
    url(../img/blog-detail-bg.jpg);
  opacity: 1;
}
.home-banner .heading {
  text-align: center;
  padding: 210px 0 120px;
}
.home-banner2 .heading,
.home-banner3 .heading {
  padding-bottom: 80px;
}
.home-banner3 .heading h1 {
  max-width: 720px;
  margin: 0 auto;
}
.home-banner .heading h1 {
  font-size: 45px;
  margin-bottom: 20px;
  line-height: 45px;
  font-weight: 700;
}
.home-banner .heading h4 {
  font-size: 25px;
  margin-bottom: 20px;
  line-height: 45px;
  font-weight: 400;
}

/* Vision Section */
.vision-div p {
  color: #868686;
  margin: 0;
}
.vision-div strong {
  font-size: 20px;
  margin-bottom: 8px;
  display: inline-block;
}
.vision-div .icon {
  width: 70px;
  background: #5ca904;
  height: 70px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  font-size: 25px;
  margin-bottom: 16px;
}
.vision-div .wrap {
  padding: 3rem;
  margin: 1rem;
  background: #fff;
  border-radius: 15px;
}
.vision-div {
  background-color: #f5f5f5;
  padding: 85px 0 70px;
  position: relative;
}
.vision-div .wrap h3 {
  color: #5ca904;
}
.vision-div .w-656 {
  max-width: 656px;
  margin: 0 auto;
  padding-bottom: 12px;
  text-align: center;
}
.vision-div::before,
.contact_details:before {
  content: url(../img/lemon-bg.png);
  position: absolute;
  z-index: 1;
  top: -41px;
  left: 10%;
  transform: translateX(-10%);
}

/* Contact Details section */
.contact_details {
  padding: 112px 0;
  position: relative;
}
.contact_details .get-touch {
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  margin: 10px;
  padding: 2em;
  border-radius: 15px;
}
.contact_details .get-touch h2,
.contact-form .w-720 h2 {
  font-size: 39px;
  margin-bottom: 20px;
  line-height: 1.2em;
  font-weight: 700;
  letter-spacing: -1.5px;
}
.contact_details .get-touch p {
  color: #868686;
  padding-bottom: 20px;
  border-bottom: 1px solid #dcdcde;
  margin: 0;
}
.contact_details .get-touch .d-flex p {
  color: #868686;
  margin: 0;
  padding: 0;
  border: 0;
}
.get-touch .d-flex p a {
  color: #868686;
  text-decoration: none;
  transition: 0.3s ease-in-out;
}
.get-touch .d-flex p a:hover {
  color: #7c013a;
}
.contact_details iframe {
  margin: 10px;
  border-radius: 15px;
}
.contact_details .imgwrap img {
  position: absolute;
  /* left: 46%;
  transform: translateX(-46%);
  bottom: 82px; */
  left: 90%;
  transform: translateX(-90%);
  top: 0;
}
/* Contact Form */
.contact-form .w-720 {
  max-width: 720px;
  margin: 0 auto;
  padding-bottom: 112px;
}
.contact-form .w-720 .btn-primary {
  width: 100%;
  padding: 10px 30px;
  background-color: #5ca904;
  border-color: transparent;
  transition: 0.3s ease-out;
}
.contact-form .w-720 .btn-primary:hover {
  background-color: #4a8703;
}
.contact-form .w-720 p {
  color: #868686;
  margin-bottom: 20px;
  text-align: center;
}
.contact-form .w-720 label {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 600;
  margin: 0;
  color: #868686;
}
.contact-form .w-720 .form-control {
  background: #f5f4f5;
  padding: 6px 16px;
  height: 47px;
  border-color: transparent;
  border-radius: 5px;
}
.contact-form .w-720 .form-control ::placeholder {
  font-weight: 700;
  color: #868686;
}
.contact-form .w-720 .form-control:focus {
  border-color: transparent !important;
  box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%) !important;
}

/* Blog Section */
.blog-wrap .post__badge {
  position: absolute;
  top: 0;
  background: #5ca904;
  color: #fff;
  font-size: 12px;
  right: 0;
  padding: 0.6em 1.2em;
  line-height: 1;
  font-weight: 400;
  margin: 20px;
  border-radius: 999px;
}
.blog-wrap .card-img-top {
  object-fit: fill;
  height: 277px;
  filter: brightness(80%);
  position: relative;
}
.blog-wrap .card-title a {
  line-height: 1.3em;
  font-weight: 600;
  letter-spacing: -0.5px;
  text-decoration: none;
  color: #7b0139;
}
.blog-wrap p {
  color: #868686;
  margin-bottom: 21px;
}
.blog-wrap .card-body {
  padding: 0 21px;
  margin-top: 21px;
}
.blog-wrap .post-data {
  border-top: 1px solid #f5f5f6;
  padding: 10px 0;
  font-size: 14.5px;
  color: #5ca904;
  font-weight: 500;
}
.blog-wrap .card {
  min-height: 100%;
  border-radius: 3px;
  border: 0 solid #69727d;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.25s;
  border-radius: 15px;
}
.blog-wrap .card:hover {
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.15);
}
.blog-wrap {
  padding-bottom: 120px;
}

/* blog details */
/* .blog-wrap-details .blog{
  max-width: 720px;
  margin: 0 auto 100px;
  box-shadow: 0px 0px 60px 0px rgba(0, 0, 0, 0.1);
  transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
  padding: 3em;
  border-radius: 15px;
} */
.blog-wrap-details .blog p {
  color: #868686;
  margin-bottom: 14px;
}
.blog-wrap-details .blog ul {
  color: #868686;
}
.blog-wrap-details {
  padding: 70px 0;
}
.tc-red {
  color: #7c023a;
}
.tc-green {
  color: #5ca904;
}

/* FAQ */
.faq-wrap .accordion {
  display: flex;
  flex-direction: column;
  max-width: 991px;
  min-width: 320px;
  margin: 50px auto;
  padding: 0 50px;
}
.faq-wrap .accordion h1 {
  font-size: 32px;
  text-align: center;
}
.faq-wrap .accordion-item {
  margin-top: 16px;
  border: 1px solid #fcfcfc;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.faq-wrap .accordion-item .accordion-item-title {
  position: relative;
  margin: 0;
  display: flex;
  font-weight: 500;
  width: 100%;
  font-size: 18px;
  cursor: pointer;
  justify-content: space-between;
  flex-direction: row-reverse;
  padding: 14px 20px;
  box-sizing: border-box;
  align-items: center;
}
.faq-wrap .accordion-item .accordion-item-desc {
  display: none;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #444;
  border-top: 1px dashed #ddd;
  padding: 10px 20px 20px;
  box-sizing: border-box;
}
.faq-wrap .accordion-item input[type="checkbox"] {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.faq-wrap
  .accordion-item
  input[type="checkbox"]:checked
  ~ .accordion-item-desc {
  display: block;
}
.faq-wrap
  .accordion-item
  input[type="checkbox"]:checked
  ~ .accordion-item-title
  .icon:after {
  content: "-";
  font-size: 24px;
}
.faq-wrap
  .accordion-item
  input[type="checkbox"]
  ~ .accordion-item-title
  .icon:after {
  content: "+";
  font-size: 24px;
}
.faq-wrap .accordion-item:first-child {
  margin-top: 0;
}
.faq-wrap .accordion-item .icon {
  margin-left: 14px;
}

/* Research lab */
.research,
.veggie-juice-section,
.sales-pitch {
  padding: 100px 0 80px;
}
.research h3,
.veggie-juice-section h2,
.sales-pitch h2 {
  margin-bottom: 25px;
  color: #5ca904;
}
.research p,
.veggie-juice-section p,
.sales-pitch p {
  color: #868685;
  font-size: 18px;
}
.research h4,
.veggie-juice-section h3,
.sales-pitch h3 {
  margin: 20px 0;
  color: #7c013a;
}
.research ul li {
  color: #868685;
  font-size: 18px;
}
.research ul li a {
  text-decoration: none;
  color: #000;
  word-break: break-word;
}

/* Responsive Media Query */

/* Styles for small devices (phones) */
@media (max-width: 767.98px) {
  .about-us .about-details,
  .why-choose .why-details {
    padding: 0;
  }
  .about-us .mini-wrap {
    max-width: 185px !important;
    bottom: -22px !important;
  }
  /* .main_menu .navbar {
    padding: 5px !important;
  } */
  .contact_details .get-touch {
    margin: 0 0 20px;
    padding: 1em;
  }
  .get-touch .d-flex p a br {
    display: none;
  }
  .contact_details iframe {
    margin: 0;
  }
  .contact_details {
    padding: 60px 0;
  }
  .contact-form .w-720 {
    padding-bottom: 60px;
  }
  .blog-wrap .card-img-top {
    height: auto;
  }
  .gallery-div {
    padding: 25px 12px;
  }
  .gallery-div h2 {
    font-size: 25px;
    margin-bottom: 0;
  }
  .gallery-div h6 {
    margin-bottom: 0;
  }
  .faq-wrap .accordion {
    padding: 0 16px;
  }
  .benefit-div .wrap {
    min-height: auto;
  }
  .every-day-juice .tab-content {
    min-height: auto;
  }
}

/* Styles for medium devices (tablets) */
@media (max-width: 991.98px) {
  .about-us .mini-wrap {
    max-width: 336px;
    right: 0;
    bottom: -34px;
  }
  .about-us,
  .why-choose {
    padding: 55px 0;
  }
  .about-us .about-details,
  .why-choose .why-details {
    padding: 0;
  }
  .benefit-div .wrap,
  .benefit-div .col-lg-4:nth-child(2) .wrap {
    margin: 10px;
  }
  .testimonial-div .card {
    max-width: fit-content;
    min-width: auto;
    margin-left: 0;
  }
  .testimonial-div {
    padding: 40px;
  }
  .about-us,
  .why-choose,
  .benefit-div,
  .vision-div {
    padding: 40px 0;
  }
  .about-us h2,
  .why-choose h2,
  .benefit-div h2,
  .testimonial-div h2,
  .gallery-div h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  .why-choose ul {
    column-count: 1;
  }
  .main_menu {
    margin-bottom: 0%;
    padding: 0;
  }
  .main_menu .navbar {
    padding: 0;
    box-shadow: 0px 0px 60px 0px rgb(251 251 251);
  }
  .navbar-toggler {
    border-color: #7c013a !important;
    background: #810b42 !important;
  }
  .navbar-toggler-icon {
    filter: brightness(0) invert(1);
    transform: scale(0.8);
  }
  .main_menu .navbar-brand img {
    max-width: 120px;
  }
  .home-banner .heading {
    padding: 70px 0;
  }
  .home-banner2 .heading {
    padding: 70px 0 20px;
  }
  .vision-div {
    background-size: auto 35%;
    background-position: 110% -20%;
  }
  .contact_details .imgwrap img {
    left: 90%;
    transform: translateX(-90%);
    bottom: 50%;
  }
  .home-banner .heading h1 {
    font-size: 36px;
    margin-bottom: 20px;
    line-height: 25px;
    font-weight: 700;
  }
  .main_menu .main-menu-item ul li a {
    padding: 0px 10px !important;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
  }
  .main_menu .main-menu-item ul li:last-child a {
    border: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
  .navbar-toggler {
    padding: 2px 6px !important;
  }
  .research,
  .veggie-juice-section,
  .sales-pitch {
    padding: 45px 0;
  }
  footer .links {
    gap: 5px 25px;
  }
  .testimonial-div .client-div1 .innerdiv {
    display: flex;
    flex-direction: column;
  }
  .catalogue-querry {
    padding: 86px 12px;
  }
  .catalogue-querry h2 {
    font-size: 50px;
  }
  .catalogue-querry .drop-msg {
    margin-top: 16px;
  }
  .gallery-div {
    padding: 60px 12px;
  }
  .gallery-div .owl-carousel .owl-nav button.owl-prev {
    left: 0px !important;
  }
  .gallery-div .owl-carousel .owl-nav button.owl-next {
    right: -8px !important;
  }
  .gallery-div .owl-carousel .owl-nav button.owl-prev,
  .gallery-div .owl-carousel .owl-nav button.owl-next {
    height: 40px;
    width: 40px;
  }
  .gallery-div .owl-carousel .owl-stage-outer {
    padding: 0 10px;
  }
  .every-day-juice .nav-pills .nav-link {
    font-size: 18px;
    padding: 12px;
  }
  .footer-bottom::before {
    bottom: 45px;
    left: 52%;
    transform: translateX(-52%);
  }
}

@media (min-width: 769px) and (max-width: 1199.98px) {
  .about-us .mini-wrap {
    max-width: 318px;
    bottom: 180px;
    position: absolute;
    right: -13px;
  }
  .about-us,
  .why-choose,
  .benefit-div {
    padding: 75px 0 40px;
  }
  .testimonial-div {
    padding: 65px 0 30px;
  }
  .testimonial-div .card {
    max-width: 350px;
    min-width: 350px;
  }
  .main_menu {
    margin-bottom: -15%;
  }
  .contact_details:before {
    transform: translateX(-10%) scale(0.8);
  }
  .main_menu .main-menu-item ul li a {
    padding: 0px 10px !important;
  }
  .gallery-div {
    padding: 80px 0 80px 70px;
  }
  .every-day-juice .nav-pills .nav-link {
    font-size: 18px;
    padding: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1440px) {
  .about-us .mini-wrap {
    max-width: 460px;
    right: -35px;
  }
  .main_menu {
    margin-bottom: -15%;
  }
}

@media (max-width: 575.98px) {
  .footer-bottom::before,
  footer::before,
  .vision-div::before,
  .vision-div::before,
  .contact_details:before,
  .contact_details .imgwrap img,
  .get-touch .d-flex p a br,
  .gallery-div:before {
    display: none;
  }
  .testimonial-div {
    padding: 40px 12px;
  }
  .vision-div {
    background-size: auto 27%;
    background-position: -5% -13%;
  }
  .vision-div .wrap {
    padding: 2rem;
  }
  .vision-div h2 {
    font-size: 28px;
    line-height: 40px;
  }
  .vision-div .w-656 {
    padding-bottom: 0;
  }
  .contact_details .box-icon span {
    width: 40px;
    height: 40px;
    font-size: 15px;
  }
  .contact-form .w-720 h2 {
    font-size: 32px;
  }
  .why-choose h6,
  .benefit-div h6,
  .testimonial-div h6,
  .gallery-div h6,
  .benefit-div h6 {
    font-size: 14px;
  }
  .about-us h6 {
    font-size: 18px;
  }
  .benefit-div p {
    font-size: 15px;
  }
  .home-banner .heading h4 {
    font-size: 18px;
    line-height: 25px;
  }
  .research h3,
  .veggie-juice-section h2,
  .sales-pitch h2 {
    font-size: 20px;
  }
  .catalogue-querry {
    padding: 50px 12px;
  }
  .catalogue-querry h2 {
    font-size: 40px;
  }
  .catalogue-querry .drop-msg p,
  .catalogue-querry p {
    font-size: 20px;
  }
}
