.display-7 {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.5rem;
  line-height: 1.3;
}

.btn-primary, .btn-primary:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn {
  font-weight: 600;
  border-width: 1px;
  font-style: normal;
  margin: 0.6rem 0.6rem;
  white-space: normal;
  transition: all 0.2s ease-in-out;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  word-break: break-word;
  padding: 0.75rem 1.5rem;

}

.display-4 {
  font-size: 1.2rem;
  line-height: 1.5;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary.focus, .btn-primary.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.navbar
{
  background-color: #fff !important; box-shadow: 0 3px 11px 0 rgba(0, 0, 0, .58);
}
.navbar .nav-link, .navbar .nav-link.active
{
  color: #000;
  font-weight: 500;
}
.navbar .nav-link:hover
{
  background-color: rgba(27, 31, 10, 0.06);
  border-radius: 10px;

}
.navbar-brand img
{
  width: 200px;
}
.hero-section
{
  background: radial-gradient(circle, #90af9b 41%, #76a686 100%);
}
.display-1 {
   font-size: 1.6rem;
  line-height: 1;
}
.hero-section
{
  color: #fff;
}
.hero-section h1
{
  font-weight: 500;
}
.hero-section .row
{
  padding: 30px 10px;
}
.text-color-1
{
  color: #0e956a;
}
.text-color-2
{
  color: #0e956a;
}
.bg-color-1
{
  background-color: #007953;
}
.bg-color-2
{
  background-color: #0e956a;
  ;
}
.heading-wrapper
{
   padding: 25px 15px;
}
.heading-wrapper h2
{
  color: #fff;
}
.display-2 {
  font-size: 2.3rem;
  line-height: 1;
  font-weight: 400;
}

.why-choose-us-col
{
background: #fafafa;
    height: 100%;
    display: flex;
    flex-flow: column nowrap;
    padding: 5px 10px;
}
.testimonial-row, .bonus-row
{
  padding: 35px 15px;
  background: #eeeeee6b;
  border-radius: 14px;
}

.warning-section
{
  border: 3px solid #2e2e2e;
    padding: 10px;
    border-radius: 15px;
    background-color: #fdb831;
}
li
{
  list-style: none; margin-bottom: 15px; border-bottom: 1px dotted #ccc; padding-bottom: 25px; 
}
ul
{
  padding: 0;
  margin: 0;
}
.advantages-list li
{
margin-bottom: 1rem;
list-style: none;
position: relative;
padding-left: 1rem;
padding-bottom: 20px;
margin-left: 35px;
}

.advantages-list li:before
  
  {
    position: absolute;
    left: -40px;
    content: "";
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background-color: #0e956a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
        content: "✓";
}
.ingredients-li
{
  list-style: none; position: relative;  
  padding-left: 1rem;
  padding-bottom: 20px;
  margin-left: 35px;
}
.ingredients-li:before
{
    position: absolute;
    left: -40px;
     content: "➤";
    line-height: 40px;
    transition: all .2s;
    color: #ffffff;
    background: #0e956a;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
.dark-bg-section
{
  background-color: #000;
}

#accordion .card-header {
  margin-bottom: 8px;
}

#accordion .accordion-title {
  position: relative;
  display: block;
  padding: 15px 0 15px 65px;
  background: #e1e6e3;
  border-radius: 8px;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  width: 100%;
  text-align: left;
  transition: all 0.4s ease-in-out;
}

#accordion .accordion-title i {
  position: absolute;
  width: 40px;
  height: 100%;
  left: 0;
  top: 0;
  color: #fff;
  background: radial-gradient(rgb(10 155 109), #027953);
  text-align: center;
  border-right: 1px solid transparent;
}

#accordion .accordion-title:hover {
  padding-left: 60px;
  background: #213744;
  color: #fff;
}

#accordion .accordion-title:hover i {
  border-right: 1px solid #fff;
}

#accordion [aria-expanded="true"] {
  background: #f2f4f2;
  color: #000;
}

#accordion [aria-expanded="true"] i {
  color: #ffffff;
  background: #0e956a;
}

#accordion [aria-expanded="true"] i:before {
  content: "\f068";
}

#accordion .accordion-body {
  padding: 40px 55px;
}
li.nav-item
{
  margin-bottom: auto;
    border-bottom: none;
    padding-bottom: inherit;
}
html
{
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
        .notification-text {
    font-weight: 600;
    line-height: 19px;
    font-size: 15px;
        }
  .navbar-brand img {
    width: 150px;
}
.display-1 {
  font-size: 1.6rem;
  line-height: 1.3;
}
.display-7 {
   font-size: 1.3rem;
 }
 .btn {width: 100%;}

 .display-2 {
  font-size: 2rem;
  line-height: 39px;
}
.review-image, .bonus-image-wrapper

{
  margin-bottom: 10px;
}
.warning-section
{
  text-align: center;
}
.warning-section img
{
  width: 15%; margin-bottom: 10px;
}
.navbar-nav
{
  padding-top: 30px;
}
.nav-item
{
  border-bottom: 1px dotted #ccc;
}
.dark-bg-image-wrapper img
{
  width: 90%;
}
.money-back-gurantee-section
{
  text-align: center;
}
.money-back-gurantee-section img
{
  width: 60%;
}
#accordion .accordion-body {
  padding: 40px 15px;
}
}


.call_me {
  display:block;
  position: fixed;
  bottom: 25%;
  right: 30px;
  width: 60px;
  height: 60px;
  text-align: center;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  z-index: 100000 !important;
  cursor: pointer;
}

.call_me, .call_me::before {
  background: #007953;
}
.call_me::before {
  content: '';
  transform: scale(1, 1);
  opacity: .5;
  width: 60px;
  height: 60px;
  display: block;
  position: fixed;
   bottom: 25%;
  right: 30px;
  border-radius: 100%;
  z-index: 9999;
  animation: uptocallmini 1.5s infinite;
}
    

 
@keyframes uptocallmini{
  0% {
      transform: scale(1, 1);
      opacity: .5;
  }
  
  80% {
      opacity: 0;
      transform: scale(1.5, 1.5);
  }
  85% {
      transform: scale(.5, .5);
      opacity: 0;
  }
  100% {
      transform: scale(1, 1);
      opacity: .5;
  }
  }
  .call_me::before {
    content: '';
    transform: scale(1, 1);
    opacity: .5;
    width: 60px;
    height: 60px;
    display: block;
    position: fixed;
    bottom: 25%;
    right: 30px;
    border-radius: 100%;
    z-index: 9999;
    animation: uptocallmini 1.5s infinite;
}

.call_me i {
  position: absolute !important;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  -webkit-animation: uptocallphone 1.5s linear infinite;
  -moz-animation: uptocallphone 1.5s linear infinite;
  animation: uptocallphone 1.5s linear infinite;
  position: relative;
  z-index: 10001;
  bottom: 14px;
  font-weight: 700;
  left: 1px;
}


  .notification {
    position: fixed;
    bottom: 15px;
    left: 10px;
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    display: none;
    max-width: 350px;
    height: 90px;
    overflow: hidden;
  }

  .notification img {
    float: left;
    margin-right: 10px;
    height: 60px;
    border-radius: 50%;
  }

  .notification-text {
    font-weight: bold;     line-height: 21px;
  }
  .blinking {
    animation: blink 2s infinite;
  }
  
  @keyframes blink {
    0% {
      opacity: 1;
    }
    50% {
      opacity: 0;
    }
    100% {
      opacity: 1;
    }
  }