body {
  scroll-behavior: smooth;
  padding-top: 0rem !important;
  font-family: "Onest", sans-serif;
  padding-bottom: 0rem;
  color: #6a6a6a;
}
a {
  text-decoration: none !important;
  color: #43ac48;
}

hr {
  margin: 0.2rem 0 !important;
}
ul {
  margin: 29px 0px;
  padding-left: 1rem !important;
  font-size: 15px;
  font-weight: 300;
  font-family: "Onest", sans-serif;
  list-style: none;
  color: #000;
}
li {
  padding: 5px 15px;
}
li::marker {
  /* content: "\e901" !important;
  color: #70b74a !important;
  font-size: 16px !important;
  font-family: "icomoon" !important;
  color: #000; */
}
h1 {
  color: #090f07;
  /* padding-top: 195px; */
  font-family: "Onest", sans-serif;
  font-size: 35px !important;
  font-weight: 600 !important;
}
h1 span {
  font-size: 24px;
  font-weight: 300;
}
h2 {
  font-size: 32px;
  color: #000;
  font-family: "Onest", sans-serif;
  line-height: 1.25;
  margin-bottom: 0;
}
h2 span {
  font-weight: 300;
}

h3 {
  font-size: 26px;
  color: #cbcbcb;
  font-weight: 600;
  padding-top: 5px;
}
h4 {
  font-size: 24px;
  color: #11646d;
  font-weight: 600;
}
h5 {
  margin-bottom: 0;
}
h6 {
  margin-bottom: 0;
  color: #fff;
}
.header-bg {
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../img/header-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1.5rem !important;
}
.navbar-nav {
  margin-left: auto;
}
.nav-link {
  color: #090f07 !important;
  font-size: 13px;
}
.nav-link.active {
  color: #71b74b !important;
  font-size: 14px;
}
.nav-link a:hover {
  color: #fff;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #005623 !important;
}
.form-label {
  font-size: 14px !important;
}
.head-para {
  color: #090f07;
  font-size: 14px;
  letter-spacing: normal;
  line-height: 22px;
  padding-right: 116px;
  font-weight: 200;
}

.btn-grad {
  font-weight: 500;
  background-image: linear-gradient(
    to right,
    #71b74b 0%,
    #395c26 51%,
    #71b74b 100%
  );
}
.btn-grad {
  /* margin: 10px; */
  padding: 10px 29px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 15px;
  border-radius: 50px;
  margin-top: 10px !important;
}

.btn-grad:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}

.btn-grad-outline {
  margin: 10px;
  padding: 10px 29px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: #71b74b;
  font-size: 15px;
  border-radius: 50px;
  margin-top: 10px !important;
  border: 1px solid #71b74b;
}

.btn-grad-outline:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
  background-image: linear-gradient(
    to right,
    #71b74b 0%,
    #395c26 51%,
    #71b74b 100%
  );
}

.btn-grad-white {
  background-image: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 51%,
    #f8e093 100%
  );
}
.btn-grad-white {
  margin: 10px;
  padding: 9px 33px;
  text-align: center;
  font-size: 14px;
  transition: 0.5s;
  background-size: 200% auto;
  color: rgb(0, 0, 0);
  border-radius: 50px;
}

.btn-grad-white:hover {
  background-position: right center; /* change the direction of the change here */
  color: #000000;
  text-decoration: none;
}

/* .green-bar{
    background: linear-gradient(92.41deg, rgba(47, 175, 126, 1) 0.86%, rgba(63, 208, 201, 1) 99.75%);
    height: 30px;
} */

.head-pic {
  /* padding-top: 135px; */
  background: radial-gradient(
    circle,
    rgb(255 255 255) 0%,
    rgb(148 187 223 / 0%) 74%
  );
}
.story-pic {
  padding-top: 10px;
}
.vithani-herb {
  max-width: 90%;
  padding: 50px 0;
}
.top-level {
  padding-top: 85px;
}
.top-spacing {
  margin-top: 40px;
  margin-bottom: 40px;
}
.btn-outline-success {
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-color: rgba(255, 255, 255, 0.878);
  color: rgb(255, 255, 255);
}
.pad {
  padding-top: 60px;
}
.sec-hed {
  align-items: flex-start;
  display: flex;
}

.btn-outline-success:hover {
  color: #fff;
  background: linear-gradient(
    92.41deg,
    rgba(47, 175, 126, 0.8) 0.86%,
    rgba(63, 208, 201, 0.7) 99.75%
  ) !important;
  border-color: none !important;
}
.btn-secondary {
  color: #4b4b4b;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  padding: 10px 25px !important;
}
.btn-outline-secondary {
  color: #3bc9ba;
  border-color: #3bc9ba;
  border-radius: 50px;
  padding: 10px 30px;
}
.btn-outline-secondary:hover {
  color: #3bc9ba;
  background-color: #fff;
  border-color: #fff;
}

.icon-sec {
  border-radius: 10px;
  padding: 10px;
  border: #e7e7e7 solid 1px;
}
.icon-sec-footer {
  border-radius: 7px;
  padding: 10px;
  border: #52a936 solid 1px;
  background-color: #53a9364b;
  font-size: 12px !important;
  width: 8%;
}
.ico-list {
  align-items: center;
}

.content {
  font-size: 15px;
  letter-spacing: normal;
  line-height: 23px;
  color: #03353c;
  /* padding: 13px 80px 0px 0px; */
  font-weight: 300;
}

.round-edge {
  border-radius: 15px;
  margin-top: 70px;
  margin-bottom: 50px;
  border: none;
  box-shadow: 0px 6px 40px #33333311;
}
.right {
  text-align: right;
}
.vine-bg {
  background: url(../img/ban-leaf1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-position-y: 28px;
  background-size: 19%;
  z-index: 556;
}
.vine-bg-left {
  background: url(../img/ban-leaf-left.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-position-y: -25px;
  background-size: 11%;
  background-position-x: -44px;
  background-image: -50px;
}
.vine-bg-footer {
  background: url(../img/ban-leaf1.png);
  background-repeat: no-repeat;
  background-position: top right;
  background-position-y: 275px;
  background-size: 19%;
  z-index: 556;
}

.pic-radius {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
  padding: 30px;
}
.card-body {
  padding: 1.5rem 1.5rem !important;
}
.card-text {
  line-height: 22px !important;
}

.green-bg {
  background-color: #eafce7;
  background-repeat: no-repeat;
  border-top-right-radius: 100px;
  border-bottom-left-radius: 100px;
}
.light-green {
  background-color: #fafff9;
  border-top: #3333333f solid 1px;
  background-repeat: no-repeat;
}
.white {
  color: #fff;
}
.gray {
  color: #bebebe;
}
.center-text {
  align-items: end;
  justify-content: center;
}
.box-icon {
  padding-right: 5px;
  width: 50px;
  height: 50px;
}
.plane-round-box {
  background: none;
  min-width: 205px;
  box-shadow: none;
  margin-top: 15px;
  margin-bottom: 15px;
  border: none;
}
.round-box {
  border-radius: 15px;

  border: none;
  box-shadow: 0px 6px 40px #3333;
  height: 330px;
}
.align-box {
  align-content: end;
}
.rounded-top {
  border-top-left-radius: 0.75rem !important;
  border-top-right-radius: 0.75rem !important;
}
.rounded-3 {
  border-radius: 0.75rem !important;
  -webkit-border-radius: 0.75rem !important;
  -moz-border-radius: 0.75rem !important;
  -ms-border-radius: 0.75rem !important;
  -o-border-radius: 0.75rem !important;
}
.accordion-item {
  background-color: #fff !important;
  border: none !important ;
  margin: 5px 0 !important;
}
.accordion-header {
  border: 1px solid #d9d9d9;
}
.accordion-button:not(.collapsed) {
  background-color: #fff;
  color: #333 !important;
}
.accordion-button {
  padding: 0.89rem 1.25rem !important;
}
.accordion-body {
  background: #eafce7;
  border-radius: 0 0 15px 15px !important;
  font-size: 14px !important;
  padding: 20px 50px !important;
  font-weight: 400 !important;
}
.card-title-cap {
  font-size: 17px;
  color: #03353c;
  font-weight: 600;
  padding: 15px 0;
}
.content-left-spacing {
  padding-left: 80px;
}
.content-right-spacing {
  padding-right: 80px;
}
.bottom-pad {
  padding-bottom: 60px;
}
.top-pad {
  padding-top: 60px;
}
.banner-sec {
  top: -85px;
  position: relative;
  bottom: 0;
}
.banner {
  border-radius: 15px;
}
.banner-bg {
  background: url(../img/herbals.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  /* margin: 0 65px; */
  background-position: center;
}
.banner-cnt {
  padding: 65px;
}
.banner-pic {
  width: 24%;
  position: absolute;
  top: -15px;
  padding-top: 15px;
}
.pic-ver {
  width: 80%;
}
.count {
  left: 38px;
  position: relative;
  font-size: 20px;
  top: 4px;
  text-align: center;
  color: #fff;
  font-family: "Lato", sans-serif;
  font-weight: 600;
}
.bg-brand {
  background-image: url(../img/dark-bg-pic.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.bg-core {
  background-image: url(../img/thulasi.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: #000;
}
.bg-color {
  background: linear-gradient(#00000099, #02060770);
  padding: 60px 0;
  padding-top: 80px !important;
}

.womens-box {
  background: #0357626e url(../img/womens.svg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  min-height: 585px;
  background-blend-mode: darken;
}

.ads-pic {
  background: #0357626e url(../img/pic-01.svg);
  background-size: cover;
  background-position: center;
  min-height: 99px;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.ads-pic-two {
  background: #0357626e url(../img/pic-02.svg);
  background-size: cover;
  background-position: center;
  min-height: 99px;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.ads-pic-three {
  background: #0357626e url(../img/pic-03.svg);
  background-size: cover;
  background-position: center;
  min-height: 99px;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.ads-pic-four {
  background: #0357626e url(../img/pic-04.svg);
  background-size: cover;
  background-position: center;
  min-height: 99px;
  background-repeat: no-repeat;
  border-radius: 10px;
}
.ads-pic-five {
  background: #0357626e url(../img/pic-05.svg);
  background-size: cover;
  background-position: center;
  min-height: 99px;
  background-repeat: no-repeat;
  border-radius: 10px;
}

.ad-title {
  font-size: 36px;
  line-height: 48px;
  padding: 160px 0 0px 30px;
  font-weight: 400;
}
.ad-title span {
  font-weight: 700;
}
.adv-round-box {
  border-radius: 15px;
  border: none;
  box-shadow: 0px 6px 40px #3333;
}
.service-box {
  min-height: 191px;
}
.service-heading {
  color: #03353c;
  font-weight: 700;
  font-size: 20px;
  font-family: "Lato", sans-serif;
}
.arrow {
  text-align: right;
  padding: 35px 50px 0px 0px;
}
.blue {
  color: #367cff;
  font-weight: 600;
}
.black {
  color: #000;
}

.brown {
  color: #e58762;
  font-weight: 600;
}
.link-btn {
  text-decoration: none !important;
  padding-top: 20px;
}
.icon-box {
  box-shadow: 0px 6px 40px #3333;
  background: #fff;
  padding: 20px;
  margin: 10px 10px;
  display: flex;
  height: 100px;
}
.icon-box img {
  width: 150px;
}

.btm-sub-head {
  font-family: "Lato", sans-serif;
  color: #03353c;
  font-size: 20px;
  text-align: center;
}
.bottom-box {
  border-radius: 20px;
  padding: 10px;
  margin-top: 46px;
  margin-bottom: 112px;
}
.cat-box-heading {
  color: #003c2f;
  font-family: "Lato", sans-serif;
  font-weight: 600;
  line-height: 20px;
  padding-top: 40px;
  padding-bottom: 20px;
}
.catagory-content {
  color: #03353c;
  font-size: 16px;
  font-family: "Lato", sans-serif;
}
.card-body a {
  color: #4caf50 !important;
  text-decoration: none !important;
}

.card-link:hover {
  text-decoration: none !important;
  color: #4caf50 !important;
}

.bg-footer {
  background: #ffffff !important;
  color: #fff !important;
}
.footer-logo {
  padding-top: 10px;
}
.modal-title {
  font-size: 32px;
  padding-top: 20px !important;
  padding-left: 30px !important;
}
.modal-footer {
  padding: 15px 45px !important;
}
.ftr-link {
  padding: 0 24px;
  color: #ffff;
  text-decoration: none;
}
a:hover {
  color: #71b74b;
}

.pad-space {
  padding: 45px;
}
.ftr-bottom-gap {
  margin-bottom: 150px;
}
.form-control {
  border-radius: 15px !important;
  background: #f5f5f5 !important;
}

.footer-bg {
  background-image: url(../img/footer-bg-desk.png);
  background-size: 100%;
  background-position: center;
  background-repeat: repeat-x;
  background-position: bottom;
}
.footer-top-bg {
  background-image: url(../img/flower.svg);
  background-size: 20%;
  background-position: center;
  background-repeat: no-repeat;
  background-position: top right;
  background-position-y: -66px;
}
.circle {
  background: #43ac48;
  border-radius: 50px;
  margin: 0 16px 0 10px;
  width: 40px;
  height: 40px;
  padding: 9px;
  text-align: center;
}
.ftr-menu {
  display: flex;
  color: #333 !important;
  text-decoration: none !important;
}
.ftr-menu li::marker {
  list-style: none !important;
  content: none !important;
  color: #333;
}
.ftr-menu li a {
  color: #333;
  text-decoration: auto !important;
}
.footer-bg-color {
  background-color: #f3f7ed !important;
}
.chart-pic-2 {
  display: none;
}
.social {
  display: flex;
  margin: 25px 0px;
  list-style: none;
  color: #ffff;
  text-align: center;
  justify-content: center;
}

.social li {
  background: #6a923e;
  border-radius: 50px;
  padding: 7px;
  width: 35px;
  height: 35px;
  text-align: center;
  color: #fff;
  margin: 0 4px;
}
.social li::marker {
  content: none !important;
}
.pic-box {
  background-image:
    linear-gradient(1deg, #00000096, #00000063), url(../img/ayur-login.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 15px;
  height: 100%;
  align-content: space-between;
  display: grid;
}
.welcome {
  margin: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  padding: 5px 0;
}
.logo-size {
  width: 35%;
}
.login-title {
  color: #000;
  font-size: 27px;
  font-weight: 500;
}
.login-sub-content {
  font-size: 15px;
}
.carousel-indicators button.thumbnail {
  width: 100px;
}
.carousel-indicators button.thumbnail:not(.active) {
  opacity: 0.7;
}
.carousel-indicators {
  position: static;
}
.modal-content {
  border: none !important;
  border-radius: 0.7rem !important;
}

.modal-header {
  padding: 8px !important;
  border-bottom: 0 !important;
}
.form-check-input:checked {
  background-color: #71b74b !important;
  border-color: #71b74b !important;
}
.frm-white {
  background-color: #f9f9f9 !important;
  border-radius: 50px !important;
}
.frm-white-otp {
  background-color: #f9f9f9 !important;
  border-radius: 11px !important;
  font-size: 14px !important;
  padding: 0.875rem 1.5rem !important;
  margin: 20px 0;
}
.log-box {
  padding: 26px 36px;
}
.icon {
  position: relative;
  float: left;
  margin-left: 11px;
  margin-top: -30px;
  z-index: 2;
  color: #030620;
  font-family: "FontAwesome";
}
.form-control:focus {
  border-color: #aacf66 !important;
  outline: 0;
  box-shadow: none !important;
}
.form-check-input,
.btn:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}
.check-text {
  font-size: 14px;
}
.ckeck-pan {
  padding-top: 10px;
}
.forgot {
  font-size: 13px !important;
  color: #6a6a6a;
  text-decoration: none;
  padding-left: 35px;
}
.login-tag {
  margin: 0;
  font-size: 13px;
  text-align: center;
  padding: 15px 0;
}
.sign-tag {
  margin: 0;

  text-align: left;
  padding-top: 25px;
}
.sign-tag a {
  text-decoration: none;
  color: #6a923e;
}

.btn-close {
  background-color: #2d2d2d1f !important;
  background-size: 0.7em !important;
  border-radius: 2.25rem !important;
}
.login-paragraph {
  color: #fff;
  font-size: 13px;
}
.btn-grad-nav {
  background-image: linear-gradient(
    to right,
    #71b74b 0%,
    #395c26 51%,
    #71b74b 100%
  );
}
.btn-grad-nav {
  padding: 8px 29px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 13px;
  border-radius: 50px;
  margin-top: 0px !important;
  font-weight: 500;
}
.btn-grad-nav:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
button,
select,
a:focus {
  box-shadow: none !important;
}

/* ////////// LISTING PAGES CSS STYLE START /////////// */

.page-heading {
  color: #fff;
  margin: 0;
}
.page-sub-heading {
  color: #fff;
  margin: 0;
}
.ico-link {
  padding-top: 10px;
  margin: 0 15px;
}
.top-contact {
  display: flex;
}
.top-list {
  margin-top: 0px;
}
.top-list li {
  padding: 0;
  font-size: 14px !important;
}

.top-list li::marker {
  font-family: "icomoon" !important;
  color: #000;
  content: none !important;
}
.phone {
  padding: 0 10px;
}
.envelope {
  padding: 0 10px;
}
.plant {
  background-image: url(../img/plant-long.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  height: 32vh;
  align-items: center;
  align-content: center;
}
.outline-border {
  border: #e1e1e1 solid 1px;
  border-radius: 15px;
  margin-top: 35px;
  padding: 10px 20px;
}
.none-border {
  border: none !important;
}
.side-nav-link {
  font-size: 15px;
  font-weight: 600;
  padding: 0px 15px !important;
  box-shadow: none !important;
}

.accordion-side-nav-body {
  border-radius: none !important;
  font-size: 14px !important;
  padding: 20px 20px !important;
  border: none !important;
  font-weight: 400 !important;
}
.accordion-button:not(.collapsed)::after {
  transform: rotateZ(180deg);
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
}

.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: unset;
  content: "";
  background-image: url(../img/chevron-down.svg);
  background-repeat: no-repeat;
  background-size: 1rem;
  transition: transform 0.2s ease-in-out;
  background-position: center !important;
}
.defult-frm {
  border-radius: 30px !important;
  background: #fff !important;
  font-size: 14px;
  /* margin: 20px 0; */
}
.price {
  padding: 0 10px;
}
.price p {
  padding: 10px;
  margin: 0;
  font-size: 14px;
}
.product-title {
  font-size: 18px;
  line-height: 1.5;
  text-align: center;
  color: #090f06;
}
.curve-box {
  border-radius: 25px;
  align-items: center;
  margin-bottom: 15px;
}

.rate {
  height: 35px;
  padding: 0 10px;
}
.rate:not(:checked) > input {
  position: absolute;
  top: -9999px;
}
.rate:not(:checked) > label {
  width: 16px;
  overflow: hidden;
  white-space: nowrap;
  cursor: pointer;
  font-size: 23px;
  color: #ccc;
}
.rate:not(:checked) > label:before {
  content: "★ ";
}
.rate > input:checked ~ label {
  color: #ffee00;
}
.rate:not(:checked) > label:hover,
.rate:not(:checked) > label:hover ~ label {
  color: #ffee00;
}
.rate > input:checked + label:hover,
.rate > input:checked + label:hover ~ label,
.rate > input:checked ~ label:hover,
.rate > input:checked ~ label:hover ~ label,
.rate > label:hover ~ input:checked ~ label {
  color: #c59b08;
}
.top-mar {
  margin-top: 25px;
}
.bg-box {
  background: #fafafa;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
}
.product-img {
  width: 100%;
  padding: 0;
  aspect-ratio: 1;
  object-fit: cover;
}

.btn-grad-circle {
  background-image: linear-gradient(
    to right,
    #71b74b 0%,
    #395c26 51%,
    #71b74b 100%
  );
}
.btn-grad-circle {
  padding: 8px 29px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: white;
  font-size: 13px;
  border-radius: 50px;
  margin-top: 0px !important;
}
.btn-grad-circle:hover {
  background-position: right center; /* change the direction of the change here */
  color: #fff;
  text-decoration: none;
}
.circle-search-side {
  color: #fff;
  border-radius: 50px !important;
  position: absolute;
  right: 0;
  font-size: 15px;
  background-color: #71b74b;
  border: none;
  font-family: "FontAwesome";
  padding: 10px;
}

.product-cat-head {
  padding: 17px 0;
  display: flex;
}
.select-badge {
  font-weight: 400;
  padding: 5px 10px;
  align-content: center;
  margin: 0 4px;
  border: #dbdbdb solid 1px;
  background-color: #fff !important;
}
.feature {
  color: #f1b50f;
}
.banner {
  margin-top: 15px;
}
.drop-select {
  font-size: 14px;
  border: none;
}
.product-menu {
  margin: 0;
  padding: 0;
}
.product-nav {
  padding: 0 !important;
}
.product-menu li::marker {
  content: none !important;
}
.product-menu li {
  padding: 5px 0px !important;
}
.bg-light-new {
  background: #fff !important;
}
.inline-colum {
  display: flex;
  flex-wrap: wrap;
}
.mr-top {
  margin-top: 10px;
}
.dropdown-menu {
  padding: 0 !important;
}

.dropdown-menu li {
  padding: 0 5px;
  font-size: 14px;
}
.btn-light {
  margin: 0 10px;
  padding: 0px;
}
.translate-middle {
  transform: translate(-50%, -22%) !important;
}
.page-link {
  color: #333 !important;
  font-size: 14px;
}
.pagination li {
  padding: 0px;
}
.pagination li::marker {
  content: none !important;
}
.footer-height {
  min-height: 250px;
}

/* ////////// LISTING PAGES CSS STYLE END /////////// */

/* ////////// PRODUCT DETAILS PAGES CSS STYLE START /////////// */

.review {
  font-size: 14px;
}
.flex-sec {
  display: flex;
  padding: 10px 0;
}
.price-text {
  color: #ff605a;
  font-size: 25px;
  font-weight: 700;
  padding: 0 10px;
}
.details-hed {
  font-weight: 600;
  color: #000;
  font-size: 18px;
  margin: 0;
  padding: 10px 0px;
}
.product-details-listing {
  margin-top: 0px;
  color: #03353c;
  line-height: 16px;
}
.product-details-listing li::marker {
  content: "\f02b" !important;
  color: #70b74a !important;
  font-size: 16px !important;
  font-family: "FontAwesome" !important;
}
.quantity-wrapper {
  display: flex;
  align-items: center;
  max-width: 140px;
  flex-wrap: nowrap;
}
.quantity-wrapper input {
  text-align: center;
}
.quantity-form {
  border-radius: 0 !important;
  text-align: center;
  background: #fff !important;
  border: #70b74a solid 1px;
  /* width: auto; */
}
.btn-outline-warning {
  color: #70b74a !important;
  border-color: #70b74a !important;
  border-radius: 25px;
}
.btn-outline-warning:hover {
  background-color: rgb(236, 236, 236) !important;
  color: #fff;
}
.btn-non-grad-nav {
  padding: 8px 29px;
  text-align: center;
  transition: 0.5s;
  background-size: 200% auto;
  color: rgb(32, 32, 32);
  font-size: 13px;
  background: #ececec;
  border-radius: 50px;
  margin-top: 0px !important;
}
.btn-non-grad-nav:hover {
  background-position: right center; /* change the direction of the change here */
  color: #70b74a;
  text-decoration: none;
}
.nav-tabs li::marker {
  content: none !important;
}
.brd-bottom {
  border-bottom: none !important;
}
.details-border {
  border: 1px solid #dee2e6 !important;
  /* margin-top: 15px; */
  font-size: 14px;
  background: #f8f8f8;
  padding: 30px !important;
}
.brd-bottom .nav-link,
.active {
  margin-bottom: -6px !important;
  font-size: 14px !important;
}
.tab-heading {
  font-weight: 600;
  color: #000;
}
.para-col {
  padding: 10px 0;
}
.img-thumbnail {
  width: 85px;
  height: 85px;
  border-radius: 15px;
}
.thumbnail-img {
  cursor: pointer;
  border: 2px solid transparent;
}
.thumbnail-img.active {
  border-color: #70b74a;
}
.main-img {
  width: 100%;
  height: auto;
  border-radius: 10px;
}
ol li::marker {
  content: none !important;
}
.breadcrumb {
  margin: 0 !important;
  padding: 20px 0;
  color: #b4b4b4 !important;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #b4b4b4 !important;
  opacity: 0.3;
}
.breadcrumb li {
  padding: 0;
}
.breadcrumb-item {
  font-size: 13px !important;
}
.breadcrumb-item a {
  color: #b4b4b4 !important;
}
.breadcrumb-item a:hover {
  color: #70b74a !important;
}
.breadcrumb-item.active {
  color: #70b74a;
}

/* ////////// PRODUCT DETAILS PAGES CSS STYLE END /////////// */

/* ////////// CHECKOUT PAGES CSS STYLE START /////////// */
.frm-default-white {
  background-color: #ffffff !important;
  border-radius: 50px !important;
  font-size: 14px !important;
  padding: 0.575rem 0.75rem !important;
}
.payment-card {
  background: #f6fcf8;
  padding: 60px;
  border-radius: 20px;
}
.check-label {
  font-size: 14px;
}
.payment-card-bg {
  background: #fff;
  padding: 19px 39px;
  border-radius: 10px;
  margin: 10px 0;
  border: #70b74a solid 1px;
}
.btn-mar-top {
  margin-top: 47px;
}

/* ////////// CHECKOUT PAGES CSS STYLE END /////////// */

@media (max-width: 764.98px) {
  .col {
    flex: 1 0 100%;
  }

  h1 {
    text-align: center;
  }
  .card-body {
    padding: 1rem 1rem !important;
  }
  .head-para {
    padding: 10px 15px;
    text-align: center;
  }
  .center.txt-col {
    text-align: center;
  }
  .head-pic {
    padding-top: 30px;
  }
  .chart-pic-1 {
    display: none;
  }
  .chart-pic-2 {
    display: block;
    padding-top: 30px;
  }
  h2 {
    text-align: left;
    padding-top: 10px;
    font-size: 20px;
    line-height: 1.3;
    font-weight: 700;
  }
  h6 {
    font-size: 13px;
  }
  .accordion-button {
    font-size: 13px;
    line-height: 1.2;
  }
  .accordion-body {
    font-size: 13px;
  }
  .content {
    text-align: left;
    /* padding: 10px 15px; */
    font-size: 13px;
    line-height: 1.5;
  }
  .banner-cnt {
    padding: 21px;
    text-align: center;
  }

  .round-box {
    height: auto;
  }
  .pic-radius {
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
    width: 100%;
  }
  .col-lg0-6 {
    padding-right: 0;
  }
  .star-left {
    display: none;
  }
  .star-right {
    display: none;
  }
  .round-edge {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .content-left-spacing {
    padding-left: 15px;
    padding-top: 40px;
  }
  .adv-round-box {
    margin: 15px 0;
  }
  .ad-title {
    padding: 115px 0 0px 0px;
  }
  .arrow {
    text-align: center;
    padding: 0;
  }
  .navbar {
    /* background: #9ee189; */
  }
  ul {
    font-size: 13px;
    text-align: left;
    line-height: 15px;
  }
  .icon-sec-footer {
    width: 18%;
  }
  .mob-text {
    text-align: left;
    line-height: 20px;
  }
  .bottom-box {
    margin-top: 0;
    margin-bottom: 0;
  }
  .btn-outline-secondary {
    width: max-content;
    margin-bottom: 5px;
    align-items: center;
  }
  .m-center {
    text-align: center;
  }
  .ftr-link {
    display: grid;
  }
  .modal-title {
    font-size: 26px;
    font-weight: 600;
    /* padding-top: 20px !important; */
  }
  .pad-space {
    padding: 25px;
  }
  .ftr-menu {
    flex-direction: column;
  }
  .mob-frt-gap {
    margin: 10px 0;
  }
  .ftr-bottom-gap {
    margin-bottom: 20px;
  }
  .mob-sec-part {
    /* padding: 0 15px; */
    margin-bottom: 40px;
  }
  .bg-color {
    padding: 0 0;
  }
  .ico-list {
    min-width: 100%;
    padding: 0 30px;
  }
  .pad {
    padding-top: 15px;
  }
  .green-bg {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .vine-bg {
    background: none;
  }
  .vine-bg-footer {
    display: none;
  }

  .vithani-herb {
    display: none;
  }
  .mob-pad-part {
    /* padding: 0 15px; */
  }
  .form-label {
    font-weight: 400;
    font-size: 14px;
  }
  .social li {
    padding: 10px;
  }
  .content-copy {
    text-align: center !important;
  }

  .top-nav {
    width: 100%;
    text-align: center;
  }
  .top-list li {
    padding: 0;
  }
  .top-list li a {
    font-size: 12px;
    padding: 10px 10px;
  }
  .top-contact {
    display: block;
    text-align: center;
  }
  .inline-colum {
    display: flow;
  }
  .drop-select {
    font-size: 14px;
    border: #f3f3f3 solid 1px;
  }
  .bg-light-new {
    margin-top: 10px;
  }
  .footer-height {
    min-height: 50px;
  }

  .payment-card {
    padding: 40px;
  }
}

.cursor-pointer {
  cursor: pointer;
}
