
body {
    background: #FFF  !important;
    margin: 0;
    font-family: 'Rubik';
    font-size: 16px;
    padding: 0;
    position: relative;
    overflow-x: hidden;
    width: 100%;
  }

  h2 {
     color:#001871 !important;
     font-weight:600 !important;
  }

  .navbar-expand-lg .navbar-nav .nav-link {

       padding-left: 1.5em !important;
       padding-right: 1.5em !important;
  }

  /* section#team {
    padding: 40px 0 10px 0;
}

.bg-color5 {
    background-color: #ffdfa5;
}

  .bgimage {
    width:100%;
    height:500px;
    background: url('https://images.unsplash.com/photo-1438109491414-7198515b166b?q=80&fm=jpg&s=cbdabf7a79c087a0b060670a6d79726c');
    background-repeat: no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
  }
  .bgimage h5 {
    color:white;
    text-shadow:2px 2px #333;
  }

  .block {
    background-color: #f7f2e5;
  }

  .block-1 {

    background-color: #f7f2e5;
    border-radius:241px 0px;
    min-height: 450px;
    padding-top: 10%;
    padding-left: 15%;
    padding-right: 15%;
    padding-bottom: 10%;
  }

  .div-1 {
    position: relative;
  } */

  .bubbles {
    position: absolute;
    width: 100%;
    left:45vh;
  }
  
  .bubble {
    position: absolute;
    left: var(--bubble-left-offset);
    bottom: -75%;
    display: block;
    width: var(--bubble-radius);
    height: var(--bubble-radius);
    border-radius: 50%;
    animation: float-up var(--bubble-float-duration) var(--bubble-float-delay) ease-in infinite;
  }
  .bubble::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3);
    /* border-radius: 200px 0; */
   transform: rotate(0deg);
    /* animation: var(--bubble-sway-type) var(--bubble-sway-duration) var(--bubble-sway-delay) ease-in-out alternate infinite; */
    border-top-left-radius: 100% 91%;
    border-top-right-radius: 1% 31%;
    border-bottom-right-radius: 78% 97%;
    border-bottom-left-radius: 1% 46%;
  }
  .bubble:nth-child(0) {
    --bubble-left-offset: 34vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(1) {
    --bubble-left-offset: 29vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(2) {
    --bubble-left-offset: 30vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(3) {
    --bubble-left-offset: 6vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(4) {
    --bubble-left-offset: 9vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(5) {
    --bubble-left-offset: 14vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(6) {
    --bubble-left-offset: 67vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(7) {
    --bubble-left-offset: 32vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(8) {
    --bubble-left-offset: 47vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(9) {
    --bubble-left-offset: 4vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(10) {
    --bubble-left-offset: 0vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(11) {
    --bubble-left-offset: 15vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(12) {
    --bubble-left-offset: 41vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(13) {
    --bubble-left-offset: 99vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(14) {
    --bubble-left-offset: 92vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(15) {
    --bubble-left-offset: 49vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(16) {
    --bubble-left-offset: 62vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(17) {
    --bubble-left-offset: 43vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(18) {
    --bubble-left-offset: 9vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(19) {
    --bubble-left-offset: 16vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(20) {
    --bubble-left-offset: 11vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(21) {
    --bubble-left-offset: 18vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(22) {
    --bubble-left-offset: 36vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(23) {
    --bubble-left-offset: 66vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(24) {
    --bubble-left-offset: 47vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(25) {
    --bubble-left-offset: 20vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(26) {
    --bubble-left-offset: 28vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(27) {
    --bubble-left-offset: 14vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(28) {
    --bubble-left-offset: 43vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(29) {
    --bubble-left-offset: 59vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(30) {
    --bubble-left-offset: 63vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(31) {
    --bubble-left-offset: 72vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(32) {
    --bubble-left-offset: 66vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(33) {
    --bubble-left-offset: 97vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(34) {
    --bubble-left-offset: 97vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(35) {
    --bubble-left-offset: 99vw;
    --bubble-radius: 2vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(36) {
    --bubble-left-offset: 77vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(37) {
    --bubble-left-offset: 98vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(38) {
    --bubble-left-offset: 95vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(39) {
    --bubble-left-offset: 53vw;
    --bubble-radius: 8vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(40) {
    --bubble-left-offset: 22vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 4s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(41) {
    --bubble-left-offset: 53vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 4s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(42) {
    --bubble-left-offset: 94vw;
    --bubble-radius: 5vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(43) {
    --bubble-left-offset: 49vw;
    --bubble-radius: 9vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(44) {
    --bubble-left-offset: 32vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(45) {
    --bubble-left-offset: 49vw;
    --bubble-radius: 3vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 2s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(46) {
    --bubble-left-offset: 84vw;
    --bubble-radius: 7vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(47) {
    --bubble-left-offset: 12vw;
    --bubble-radius: 4vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 2s;
    --bubble-sway-delay: 1s;
    --bubble-sway-type: sway-right-to-left;
  }
  .bubble:nth-child(48) {
    --bubble-left-offset: 80vw;
    --bubble-radius: 6vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 6s;
    --bubble-float-delay: 0s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(49) {
    --bubble-left-offset: 36vw;
    --bubble-radius: 10vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 5s;
    --bubble-float-delay: 1s;
    --bubble-sway-delay: 0s;
    --bubble-sway-type: sway-left-to-right;
  }
  .bubble:nth-child(50) {
    --bubble-left-offset: 47vw;
    --bubble-radius: 1vw;
    --bubble-float-duration: 15s;
    --bubble-sway-duration: 4s;
    --bubble-float-delay: 3s;
    --bubble-sway-delay: 3s;
    --bubble-sway-type: sway-right-to-left;
  }
  
  @keyframes float-up {
    to {
      transform: translateY(-350vh);
    }
  }
  @keyframes sway-left-to-right {
    from {
      transform: translateX(-100%);
    }
    to {
      transform: translateX(100%);
    }
  }
  @keyframes sway-right-to-left {
    from {
      transform: translateX(100%);
    }
    to {
      transform: translateX(-100%);
    }
  }

  /* .ingredients {
    background-color: #fff;

    
    border-radius: 0 270px;
    border-top-left-radius: 80% 3%;
    min-height: 290px;
  } */

/* .preFade {
   transition-timing-function: ease; 
   transition-duration: 0.65s; 
   transition-delay: 0.213333s;
}

.list-item-content__description {
  max-width: 100%;
  padding: 0 15px 30px 30px;
  height:250px;
}

.list-item-content__title {
  max-width: 100%; transition-timing-function: ease; transition-duration: 0.65s; transition-delay: 0.2s;
  text-align: center;
  font-size: 24px;
    padding-top: 10px;
    font-family: "Raleway", sans-serif;
    font-weight: 600;
}

.img-responsive {
    margin: 0 auto;
    display: table;
}


.fadeIn {
  opacity: 0;
  transition: all 1.5s;
  transform: translate(0, 100px);
}

.fadeIn.visible {
  opacity: 1;
  transform: translate(0, 0);
}


hr.style13 {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
} */

  /* 26-10-2023 */

/* 
.herbale-image-one img{
width: 400px;
}
@media(min-width:320px){
  .herbale-image-one img{
    width: 300px;
    }
}
@media(min-width:690px){
  .herbale-image-one img{
    width: 350px;
    }
}
@media(min-width:1020px){
  .herbale-image-one img{
    width: 350px;
    }
}
@media(min-width:320px){
  .block-1 {
   border-top-left-radius: 30% 59%;
    border-top-right-radius: 36% 55%;
    border-bottom-right-radius: 81% 1%;
    border-bottom-left-radius: 24% 16%;
  }
}
@media(min-width:690px){
  .block-1 {
   border-top-left-radius: 30% 59%;
    border-top-right-radius: 36% 55%;
    border-bottom-right-radius: 81% 1%;
    border-bottom-left-radius: 24% 16%;
  }
}
@media(min-width:1020px){
  .block-1 {

    border-radius:241px 0;
  }
} */

.bubble{
  display: block;
}
@media(min-width:320px){
  .bubble{
    display: none;
  }
}
@media(min-width:690px){
  .bubble{
    display: none;
  }
}
@media(min-width:1020px){
  .bubble{
    display: block;
  }
}

/* @media(min-width:320px){
  .ingredients {
    border-top-left-radius: 47% 64%;
    border-top-right-radius: 44% 55%;
    border-bottom-right-radius: 73% 27%;
    border-bottom-left-radius: 27% 46%;
    margin-bottom:10px;
  }
}
@media(min-width:690px){
  .ingredients {
    border-top-left-radius: 47% 64%;
    border-top-right-radius: 44% 55%;
    border-bottom-right-radius: 73% 51%;
    border-bottom-left-radius: 42% 46%;
  }
}
@media(min-width:1020px){
  .ingredients {
    /*border-top-left-radius: 47% 64%;*/
    /*border-top-right-radius: 44% 55%;*/
    /*border-bottom-right-radius: 73% 51%;*/
    /*border-bottom-left-radius: 42% 46%;*/
    /* border-radius: 200px 0; */
  }
} */
.navbar-toggler{
  background-color: #000 !important;
}
/* .last-flipkat-logo{
  text-align: right;
}
@media(min-width:320px){
  .last-flipkat-logo{
    text-align: center;
  }
}
@media(min-width:690px){
  .last-flipkat-logo{
    text-align: right;
  }
}
@media(min-width:1020px){
  .last-flipkat-logo{
    text-align: right;
  }
}
.last-amazon-logo{
  text-align: left;
}
@media(min-width:320px){
  .last-amazon-logo{
    text-align: center;
  }
}
@media(min-width:690px){
  .last-amazon-logo{
    text-align: left;
  }
}
@media(min-width:1020px){
  .last-amazon-logo{
    text-align: left;
  }
} */
/* .mobile-hide-only-buy-now-button{
  display: block;
}
@media(min-width:320px){
  .mobile-hide-only-buy-now-button{
    display: none;
  }
}
@media(min-width:690px){
  .mobile-hide-only-buy-now-button{
    display: block;
  }
}
@media(min-width:1020px){
  .mobile-hide-only-buy-now-button{
    display: block;
  }
}
.mobile-view-only-buy-now-button{
  display: none;
}
@media(min-width:320px){
  .mobile-view-only-buy-now-button{
    display:block;
  }
}
@media(min-width:690px){
  .mobile-view-only-buy-now-button{
    display: none;
  }
}
@media(min-width:1020px){
  .mobile-view-only-buy-now-button{
    display: none;
  }
} */
.block-1 p{
  font-size: 17px !important;
}
@media(min-width:320px){
  .list-item-content__description {
    height:190px;
  }
}
@media(min-width:690px){
  .list-item-content__description {
    height:150px;
  }
}
@media(min-width:1020px){
  .list-item-content__description {
    height:180px;
  }
}
.circle_social_links li i{
  color:#fff;
}
.toggle-bars-top{
  display: none !important;
}
@media(min-width:320px){
  .toggle-bars-top{
    display: block !important;
  }
}
@media(min-width:690px){
  .toggle-bars-top{
    display: block !important;
  }
}
@media(min-width:1020px){
  .toggle-bars-top{
    display: none !important;
  }
}


/* @media(min-width:320px){
  #desktop-show{
     display: none !important;
  }
}
@media(min-width:690px){
  #desktop-show{
     display: none !important;
  }
}
@media(min-width:1020px){
  #desktop-show{
    display: block !important;
  }
} */

footer h5 {
    color:#57b847;
    font-weight:800;  
}
footer p {
  color:#fff !important;
}



.nav-top-fixed{
  position: fixed;
}

   /* 07-11-2023 */


.desktop-banner-herbale{
    display: block !important;
  }
  @media(min-width:320px){
    .desktop-banner-herbale{
      display: none !important;
    }
  }
  @media(min-width:690px){
    .desktop-banner-herbale{
      display: block !important;
      margin-top:117px !important;
    }
  }
  @media(min-width:1020px){
    .desktop-banner-herbale{
      display: block !important;
      margin-top:117px !important;
    }
  }
  
  .mobile-banner-herbale{
    display: none !important;
  }
  @media(min-width:320px){
    .mobile-banner-herbale{
      display: block !important;
      margin-top: 117px !important;
    }
  }
  @media(min-width:690px){
    .mobile-banner-herbale{
      display:none !important;
    }
  }
  @media(min-width:1020px){
    .mobile-banner-herbale{
      display: none !important;
    }
  }
  .mobile-banner-herbale-about{
    display: none !important;
  }
  @media(min-width:320px){
    .mobile-banner-herbale-about{
      display: block !important;
    
    }
  }
  @media(min-width:690px){
    .mobile-banner-herbale-about{
      display:none !important;
    }
  }
  @media(min-width:1020px){
    .mobile-banner-herbale-about{
      display: none !important;
    }
  }
  img{
    max-width: 100%;
  }
.shadow {
    background:#a4ebdd !important;
}
.nav-link {
   color:#fff !important;
}
.herbale-home-section-one-content p a{
   text-decoration: none;
}

.herbale-home-section-one-content{
    background-color: #ffffffb0;
    box-shadow: 0px 0 25px 0;
    padding: 125px 30px;
    border-radius:241px 0;
}
.herbale-home-section-one-video{
    margin: auto;
}
.herbale-home-section-two-box{
    background-color: #ffffffb0;
}
.herbale-home-section-two-box{
    position: relative;
    border: 2px solid #afafaf;
}
.herbale-home-section-two-image{
    position: absolute;
    top: -35%;
    left: calc(50% - 36px);
}
.herbale-home-section-two-image img{
    background-color: #ffffffe3;
    padding: 10px;
    box-shadow: 0px 0px 10px 0px;
    border: 2px solid #afafaf;
}
.herbale-home-section-two-image-para{
    padding: 20px;
}
.herbale-home-section-two-image-para p{
    padding-top: 20px;
}
.section-one{
    padding: 20px;
}
@media(min-width:320px){
    .section-one{
        padding: 0px;
    }
}
@media(min-width:690px){
    .section-one{
        padding: 20px;
    }
}
@media(min-width:1020px){
    .section-one{
        padding: 20px;
    }
}
.herbale-home-section-one-video{
    margin-top: 0px;
}
@media(min-width:320px){
    .herbale-home-section-one-video{
        margin-top: 50px;
    }
}
@media(min-width:690px){
    .herbale-home-section-one-video{
        margin-top: 50px;
    }
}
@media(min-width:1020px){
    .herbale-home-section-one-video{
        margin-top: 0px;
    }
}

/* 08-11-2023 */

.herbale-home-section-four-head p a{
  text-decoration: none;
}
.herbale-home-section-four-background{
  background-color: #ffffffb0 !important;
  /* box-shadow: 0px 0px 10px 0px; */
  transition: background-color 1s ease-in;
  display: block;
  height: 100%;
}
/* @media(min-width:320px){
  .herbale-home-section-four-background{
    display: block;
  }
}
@media(min-width:690px){
  .herbale-home-section-four-background{
    display: block;
  }
}
@media(min-width:1020px){
  .herbale-home-section-four-background{
    display: flex;
  }
} */

.herbale-home-section-four-background-about-us{
  background-color: #ffffffb0 !important;
  box-shadow: 0px 0px 10px 0px;
  transition: background-color 1s ease-in;
  display: block !important;
  height: 100%;
}
.herbale-home-section-four-background-about-us img{
width: 20%;
}
@media(min-width:320px){
.herbale-home-section-four-background-about-us img{
  width: 70%;
  }
}
@media(min-width:690px){
  .herbale-home-section-four-background-about-us img{
    width: 50%;
    }
  }
  @media(min-width:1020px){
    .herbale-home-section-four-background-about-us img{
      width: 20%;
      }
    }
/* .herbale-about-section-four-background:hover{
  background-color: #9ce4b9  !important;
  color:  black!important;
  }
  .herbale-contact-section-four-background:hover{
    background-color:#00ae45 !important;
    color: black !important;
    } */
.herbale-home-section-four-background:hover{
background-color: #076218c7 !important;
color: #fff !important;
}
/* .herbale-home-section-four-background:hover .herbale-home-section-four-image img{
  transform: scale(1.2);
  transition: 1.9s;
} */
.herbale-home-section-four-image-para a{
  text-decoration: none !important;
  color:#001871;
}
.herbale-home-section-four-background:hover a{
  color:#fff;
}
.herbale-home-section-five-button p a{
  text-decoration: none;
  color:#fff;
  background-color: #001871;
  padding: 8px 25px;
  font-size: 26px;
  border-radius: 10px;
}
.herbale-home-section-five-full{
  /* box-shadow: 0px 0px 10px 0px; */
  /* background-color: #fff !important; */
  /* border: 2px solid #fff; */

}
.herbale-home-section-six-head p a{
  text-decoration: none;
}
.herbale-home-page-image img{
  max-width: 80%;
}
@media(min-width:320px){
  .herbale-home-page-image img{
    max-width: 40%;
  }
}
@media(min-width:690px){
  .herbale-home-page-image img{
    max-width: 50%;
  }
}
@media(min-width:1020px){
  .herbale-home-page-image img{
    max-width: 80%;
  }
}
/*.herbale-home-section-five-image img{*/
/*  width: 20%;*/
/*}*/
/*@media(min-width:320px){*/
/*  .herbale-home-section-five-image img{*/
/*    width: 50%;*/
/*  }*/
/*}*/
/*@media(min-width:690px){*/
/*  .herbale-home-section-five-image img{*/
/*    width: 20%;*/
/*  }*/
/*}*/
/*@media(min-width:1020px){*/
/*  .herbale-home-section-five-image img{*/
/*    width: 20%;*/
/*  }*/
/*}*/
.herbale-home-section-five-full-1{
 background-color: #ffffffb0;

}
/*.herbale-home-section-five-full-2{*/
/*  background-color: #c3d7cb;*/
/*  height: 100%;*/
/* }*/
 .abouttext{
  font-size: 18px !important;
  background-color:#2dc56a  !important;
  padding: 12px 12px 12px 18px !important;
  text-align: justify !important;
}

.aboutbod{
  border-radius: 10px;
}
.about-page{
margin-top:0px !important;
}

/***contactpage****/
.contactloc{
  background-color: #fff;
  text-align: center;
}
/* .con-text{
  line-height:1.4;
  font-size:18px;
} */
/* .con-head{
  font-size: 24px;
  font-weight:bolder;
} */

.fontstyles{
  font-size: 22px;
  color: white;
}
.homeban{
  margin-top:0px!important;
}
.mobilecontact{
  margin-bottom:0px !important;

}
/* .mobilecontact{
  height: 100% !important;
}
.con-head{
  height: 100% !important;
} */
.contactloc{
  height: 100% !important;
}

/* @media(min-width:320px){
  .mobilecontact{
    margin-bottom:20px !important;

  }
} */
.contact-us-page-background{
  background-color: #ffffffb0;
  padding: 15px;
  height: 100%;
}
.contact-us-page-icon{
  display: flex;
  justify-content: center;
}
.contact-us-page-icon i{
  font-size: 20px;
  background: #001871;
  padding: 10px;
  color: #fff;
  border-radius: 50%;
}
.contact-us-page-para a{
  text-decoration: none;
  color: #212529;
}
textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #fff;
  width: 100%;
  border-radius: 5px;
}


.herbale-website-nav{
  background: #fff !important;
}
.herbale-website-nav-one{
 background: #43b02a;
}
.navbar-nav .nav-item:hover a{
 color: #000;
}
.home-page-navbar-buy-now a{
      color: #000;
      text-decoration: none;

}
.herbale-home-page-number a{
 color: #000;
 text-decoration: none;
 font-size: 14px;
}
.herbale-home-page-number i{
 /* color: #fff; */
}
.navbar-toggler{
 background-color:#43b02a !important;
}
.desktop-banner-herbale-contact-page{
 margin-top: 0 !important;
}
.navbar-toggler:focus{
 box-shadow: 0 0 0  0 !important;
}
.herbale-home-page-top-nav-image-logo img{
      width: 100%;
}
.navbar-nav .nav-link {
  color: #fff;
}

.dropend .dropdown-toggle {
  color: salmon;
  margin-left: 1em;
}

.dropdown-item:hover {
  background-color: lightsalmon;
  color: #fff;
}

.dropdown .dropdown-menu {
  display: none;
}

.dropdown:hover>.dropdown-menu,
.dropend:hover>.dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}

@media screen and (min-width: 769px) {
  .dropend:hover>.dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }

  .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}
.dropdown-item:hover{
  background: #fff;
  color: #000;
}
                                                                          /* 29-11-2023 */
.herbale-website-logo-all-page img{
  width: 60%;
}
@media(min-width:320px){
.herbale-website-logo-all-page img{
  width: 50%;
}
}
@media(min-width:690px){
.herbale-website-logo-all-page img{
  width: 35%;
}
}
@media(min-width:1020px){
.herbale-website-logo-all-page img{
  width: 60%;
}
}
#subNavContainer ul li a{
  font-size:18px;
}
@media(min-width:320px){
#subNavContainer ul li a{
  font-size:16px;
}
}
@media(min-width:690px){
#subNavContainer ul li a{
  font-size:18px;
}
}
@media(min-width:1020px){
#subNavContainer ul li a{
  font-size:18px;
}
}
footer h5{
  color: #57b847 !important;
  font-weight: bold;
}
.dropdown-item:hover{
  background:#c6e3ffcc;
  color: #000;
}
.dropdown-menu li:hover{
  background: #c6e3ffcc;
  color: #000;
}
#subNavContainer ul li a:hover{
  color: #0e2c71 !important;
}
.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
















/* 

#myCarousel {
  margin-top: 50px;
}

@media (max-width: 768px) {
  .carousel-inner .carousel-item>div {
      display: none;
  }

  .carousel-inner .carousel-item>div:first-child {
      display: block;
  }
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-start,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}

@media (min-width: 768px) {

  .carousel-inner .carousel-item-right.active,
  .carousel-inner .carousel-item-next,
  .carousel-item-next:not(.carousel-item-start) {
      transform: translateX(25%) !important;
  }

  .carousel-inner .carousel-item-left.active,
  .carousel-item-prev:not(.carousel-item-end),
  .active.carousel-item-start,
  .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-25%) !important;
  }

  .carousel-item-next.carousel-item-start,
  .active.carousel-item-end {
      transform: translateX(0) !important;
  }

  .carousel-inner .carousel-item-prev,
  .carousel-item-prev:not(.carousel-item-end) {
      transform: translateX(-25%) !important;
  }
}
.card-body{
  height: 100%;
  padding: 0px !important;
  margin: 5px;
} */
 .carousel-control-prev-icon{
  background-image: url("../images/previous-svgrepo-com.svg") !important;
  position: absolute;
  left: 30px;
  width: 50%;
}
.carousel-control-next-icon{
  background-image: url("../images/next-svgrepo-com.svg") !important;
  position: absolute;
  right: 30px;
  width: 50%;
}
@media(min-width:320px){
  .carousel-control-prev-icon{
    left: 15px;
    width: 30%;
  }
  .carousel-control-next-icon{
    right: 15px;
    width: 30%;
  }
}
@media(min-width:690px){
  .carousel-control-prev-icon{
    left: 30px;
    width: 50%;
  }
  .carousel-control-next-icon{
    right: 30px;
    width: 50%;
  }
}
@media(min-width:1020px){
  .carousel-control-prev-icon{
    left: 30px;
    width: 50%;
  }
  .carousel-control-next-icon{
    right: 30px;
    width: 50%;
  }
} 
/* @media(min-width:576px){
.home-page-full-carousel-inner{
      dispaly:flex;
}
.home-page-full-carousel-item{
  display:block;
  margin-right: 0;
  flex: 0 0 calc(100%/3);
}
}
.home-page-full-carousel-inner{
  padding: 1em;
}
.home-page-card{
  margin: 0.5em;
}*/


.herbale-home-section-four-image-para p{
  height: 200px;
} 
.owl-carousel .owl-item img{
  width: 100% !important;
}
@media(min-width:320px){
  .owl-carousel .owl-item img{
    width: 100% !important;
  }
}
@media(min-width:690px){
  .owl-carousel .owl-item img{
    width: 100% !important;
  }
}
@media(min-width:1020px){
  .owl-carousel .owl-item img{
    width: 80% !important;
  }
}
.herbale-home-page-slider-height-paragraph{
  height: 250px;
}

.bg-blue {

   background-color: #01002A;
}

.fw-bold {

    font-weight: 600 !important;
}

@media (max-width: 767px) {
  .carousel-inner .carousel-item > div {
    display: none;
  }
  .carousel-inner .carousel-item > div:first-child {
    display: block;
  }

  .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: block;
}
}



/* medium and up screens */
@media (min-width: 768px) {

  .carousel-inner .carousel-item-end.active,
  .carousel-inner .carousel-item-next {
    transform: translateX(25%);
  }

  .carousel-inner .carousel-item-start.active, 
  .carousel-inner .carousel-item-prev {
    transform: translateX(-25%);
  }

  .carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
  display: flex;
}
}

.carousel-inner .carousel-item-end,
.carousel-inner .carousel-item-start { 
  transform: translateX(0);
}

.card-img-overlay {

    position: relative !important;
}

.card {

   margin: 20px !important;
   border-radius:20px;
}







/*//////////////////////////////////////////////////////////////////
[ FONT ]*/

@font-face {
  font-family: Raleway-Black;
  src: url('../fonts/raleway/Raleway-Black.ttf'); 
}

@font-face {
  font-family: Raleway-SemiBold;
  src: url('../fonts/raleway/Raleway-SemiBold.ttf'); 
}

@font-face {
  font-family: Raleway-Bold;
  src: url('../fonts/raleway/Raleway-Bold.ttf'); 
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/







/*---------------------------------------------*/
input {
	outline: none;
	border: none;
}

textarea {
  outline: none;
  border: none;
}

textarea:focus, input:focus {
  border-color: transparent !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

/*---------------------------------------------*/
button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}



/*//////////////////////////////////////////////////////////////////
[ Contact ]*/

.container-contact100 {
  width: 100%;  
  min-height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.wrap-contact100 {
  background: #fff;
  border-radius: 2px;
  padding: 66px 115px 59px 115px;
  position: relative;
}


/*==================================================================
[ Form ]*/

.contact100-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact100-form-title {
  display: block;
  width: 100%;
  font-size: 30px;
  color: #333333;
  line-height: 1.2;
  text-transform: uppercase;
  text-align: left;
  padding-bottom: 32px;
}



/*------------------------------------------------------------------
[ Input ]*/

.wrap-input100 {
  width: 100%;
  position: relative;
  background-color: transparent;
  margin-bottom: 15px;
}

.rs1-wrap-input100 {
  width: calc((100% - 30px) / 2);
}

.label-input100 {
  font-size: 14px;
  color: #555555;
  line-height: 1.5;
}

.input100 {
  display: block;
  width: 100%;
  background: #f2f2f2;
  border-radius: 2px;
  font-size: 20px;
  color: #686868;
  line-height: 1.2;
  padding: 0 28px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
  margin-top: 10px;
  height:62px;
}


/*---------------------------------------------*/
input.input100 {
  height: 62px;
}


textarea.input100 {
  min-height: 162px;
  padding-top: 19px;
  padding-bottom: 13px;
}

.input100:focus {
  background: #e6e6e6;
}

/*------------------------------------------------------------------
[ Button ]*/
.container-contact100-form-btn {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 5px;
}

.wrap-contact100-form-btn {
  display: block;
  position: relative;
  z-index: 1;
  border-radius: 2px;
  overflow: hidden;
}

.contact100-form-bgbtn {
  position: absolute;
  z-index: -1;
  width: 300%;
  height: 100%;
  background: #df2351;
  background: -webkit-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: -o-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: -moz-linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  background: linear-gradient(right, #2f91ff, #00c513, #2f91ff, #00c513);
  top: 0;
  left: -100%;

  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  -moz-transition: all 0.4s;
  transition: all 0.4s;
}

.contact100-form-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  min-width: 150px;
  height: 62px;

  font-family: Raleway-Bold;
  font-size: 16px;
  color: #fff;
  line-height: 1.2;
  text-transform: uppercase;
}

.wrap-contact100-form-btn:hover .contact100-form-bgbtn {
  left: 0;
}


/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
  .wrap-contact100 {
    padding: 66px 80px 59px 80px;
  }
}

@media (max-width: 768px) {
  .rs1-wrap-input100 {
    width: 100%;
  }
}

@media (max-width: 576px) {
  .wrap-contact100 {
    padding: 66px 15px 59px 15px;
  }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
  position: relative;
}

.alert-validate::before {
  content: attr(data-validate);
  position: absolute;
  max-width: 70%;
  background-color: #fff;
  border: 1px solid #c80000;
  border-radius: 2px;
  padding: 4px 25px 4px 10px;
  bottom: calc((100% - 34px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 10px;
  pointer-events: none;

  font-family: Raleway-SemiBold;
  color: #c80000;
  font-size: 13px;
  line-height: 1.4;
  text-align: left;

  visibility: hidden;
  opacity: 0;

  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.alert-validate::after {
  content: "\f12a";
  font-family: FontAwesome;
  display: block;
  position: absolute;
  color: #c80000;
  font-size: 16px;
  bottom: calc((100% - 34px) / 2);
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  right: 18px;
}

.alert-validate:hover:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 992px) {
  .alert-validate::before {
    visibility: visible;
    opacity: 1;
  }
}


/*==================================================================
[ Contact more ]*/

.contact100-more {
  display: block;
  max-width: 960px;
  font-size: 20px;
  color: #fff;
  line-height: 1.4;
  text-align: center;
  padding: 40px 0 10px 0;
}


.service-item {
  position: relative;
  height: 100%;
  padding: 25px 15px;
  background:#fff;
  border-radius:20px;
  margin:5px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.service-item-new {
  position: relative;
  height: 100%;
  padding: 45px 30px;
  background:#fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}

.service-item-product {

  position: relative;
  height: 100%;
  padding: 45px 30px;
  border-radius:20px;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  
  margin:5px;
}

.service-item-product:hover {
    
   border:2px solid #4A7EFC; 
}




.service-item-sectionthree {
  position: relative;
  height: 100%;
  padding: 30px 30px;
  text-align: center;
  background:#fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  border-radius:20px;
  /*background-color: #00a0e3;*/
  /*background-image: linear-gradient(#00a0e3, #042365);*/
}

.service-item-sectionthree  p {

    color:#000;
}

.natural_class {

  background: -webkit-linear-gradient(#33337B, #01002A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
   text-transform: uppercase;
}


.natural_class_secondary {

  
  background: -webkit-linear-gradient(#33337B, #01002A);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.showSingle { cursor: pointer; }

.bg-color { background-color: #f1fffe; }

@media(min-width:320px){
  .desktop_div{
      display: none;  
  }

  .mobile_div{
    display: block;
    overflow:hidden;
    
}
}
@media(min-width:690px){
  
  .desktop_div{
    display: none;  
}

.mobile_div{
  display: block;  
}

}
@media(min-width:1020px){
  .desktop_div{
    display: block ;  
}

.mobile_div{
  display: none;  
}
}


.con {
    padding-left:0 !important;
    padding-right:0 !important;
}

.child-1 {
    
    margin:5px;
}
