@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  scroll-padding-top: 79px;
}

body {
  position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  font-size: 18px;
  margin: 0;
}
li,
.accordion-btn {
  /* list-style: none; */
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #000;
}

a:hover {
  color: #000;
}

:root {
  --animate-duration: 2000ms;
  --animate-delay: 2s;
}

/* header starts */
.mynavbar {
  background-color: #d46633;
}

.navbar-brand {
  font-size: 35px;
  font-weight: 700;
}

.navbar-icons {
  color: #fff;
}

.mynavbar .nav-item .nav-link {
  color: #fff;
  font-size: 19px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.btn {
  background: #fac700;
  color: #000;
  font-weight: 500 !important;
  border-color: #fac700;
  border-width: 2px;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: #fac700;
  transition: 0.3s ease-in-out;
}

.btn-check:focus + .btn-outline-success,
.btn-outline-success:focus {
  box-shadow: inherit !important;
}

.btn-check:focus + .btn-outline-primary,
.btn-outline-primary:focus {
  box-shadow: inherit !important;
}

.btn-check:checked + .btn,
.btn.active,
.btn.show,
.btn:first-child:active,
:not(.btn-check) + .btn:active {
  border-color: inherit !important;
}

.banner-btn {
  color: #000;
  background: #fac700 !important;
  border-color: #fac700;
  border-width: 3px;
}

.banner-btn:hover {
  color: #000 !important;
  border-color: #fac700;
  background-color: transparent;
}

.r-btn {
  background-color: transparent;
  border-color: #449d86 !important;
  color: #449d86 !important;
}

.r-btn:hover {
  background-color: #449d86 !important;
  transition: 0.3s ease-in-out;
}

.navbar-toggler:focus {
  box-shadow: inherit !important;
  border: 0 !important;
}

.hide {
  display: none;
}
/* header ends */

/* banner starts */
.banner {
  padding-top: 55px;
}
.my-heading {
  color: #d46633;
}
.certification-img {
  width: 60%;
}
.banner-list i {
  background-color: #00d26a;
  color: #fff;
  font-size: 20px;
}
.offer-bg {
  background-color: #ff0000;
}
.order-btn {
  width: 60%;
}
.banner-rating {
  width: 65%;
}
/* banner ends */

/* why-sec starts */
.heading {
  background-color: #d46633;
  color: #fff;
}
.why-bg {
  background-color: #e9e9e9;
  border: 2px solid #d46633;
}
/* why-sec ends */

/* What-is starts */
.offer-img {
  width: 65% !important;
}
/* What-is ends */

/* review-sec starts */
.review-sec {
  background-color: #f8f8f8;
}
.review-sec h5 i {
  background-color: #11c81d;
  color: #fff;
  font-size: 20px;
}

.review-logo i {
  color: #ffc300;
}

.review-title {
  color: rgb(240, 232, 232);
}
.review-col {
  color: #81396d;
}
.review-img {
  position: absolute;
  top: -11%;
  left: 33%;
  width: 130px;
  height: 130px;
}
.review-img img {
  border: 4px solid #fff;
}
.review-logo {
  padding-top: 60px;
}
.custom-mt {
  margin-top: 57px;
}
/* review-sec ends */

/* money-back starts */
/* money-back ends */

/* discounted starts */
.buttonBounce {
  animation: bounce 1.5s infinite;
  animation-timing-function: ease-in;
  transition: 0.2s;
  margin-top: 34px;
}
/* discounted ends */

/* testimonial starts */
.testimonial {
  background-color: #d46633;
}

.testimonial a {
  color: #fff;
  font-weight: bold;
}
/* testimonial ends */

/* benefits-sec starts */
.benefits-sec .icons .num,
.icons i {
  background-color: #6592e6;
  color: #fff;
  width: 30px;
  height: 30px;
}
.cortexi-head {
  color: #2a7566;
}
.text p span {
  color: #232323;
}

.list li {
  list-style: none;
  padding-left: 8px;
  position: relative;
  font-size: 18px;
}
.list strong {
  color: #232323;
}

.list li:before {
  position: absolute;
  left: -30px;
  margin-top: 0px;
  margin-bottom: 5px;
  content: "✓";
  line-height: 40px;
  transition: all 0.2s;
  color: #ffffff;
  background: #449d86;
  width: 30px;
  height: 30px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.list2 li:before {
  border-radius: 50%;
  width: 35px;
  height: 35px;
  left: -40px;
  top: 8px;
}
.list3 li:before {
  background-color: #449d86 !important;
  top: 0px;
}
.list4 li:before {
  background-color: #449d86 !important;
  top: 6px !important;
}
.list5 li:before {
  background-color: transparent;
  color: green;
  top: 30%;
  font-weight: 500;
}
.list6 li:before {
  color: red;
  content: "X";
}

.benefits-sec li::marker {
  font-weight: bold;
}
.benefits-box {
  border: 1px solid #000;
}
.check-box i {
  background-color: #11c81d;
  color: #fff;
  font-size: 20px;
}
/* benefits-sec ends */

/* Question-sec starts */
.question .accordion-button:focus {
  box-shadow: inherit !important;
}

.question .accordion-button:not(.collapsed) {
  color: #000 !important;
}

.question .accordion-item {
  border-bottom: 1px solid #25336c !important;
  border-radius: 0 !important;
}

.question .accordion-btn {
  border-top: 1px solid #25336c !important;
}

.question .accordion-button::after {
  background-image: url(../images/angle-down-solid.svg) !important;
  background-position: center;
}

.question .accordion-button:not(.collapsed)::after {
  background-image: url(../images/angle-down-solid.svg) !important;
}

.question .accordion-button::after {
  background-color: transparent;
  padding: 13px;
  border-radius: 100%;
  /* background-color: #ffa600; */
}

.question .accordion-text {
  font-size: 18px;
}

/* bonus-sec starts */
.bonus-box {
  border: 3px solid #d46633;
}
.bonus-head {
  background-color: #d46633;
}
/* bonus-sec ends */

/* pros-cons-sec starts */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #ffffff #ffffff #449d86;
  border-width: 2px;
  color: #000;
}

.nav-link {
  color: #000000;
}

.nav-link:focus,
.nav-link:hover {
  color: #000 !important;
}
.mytab-content i {
  background-color: #00d26a;
  color: #fff;
  padding: 3px 4px;
  border-radius: 3px;
}
.num1 {
  color: #ffa600;
}
.num2 {
  color: #fa1212;
}

.pros li {
  list-style: inherit !important;
}
.pros li::marker {
  color: #ffa600;
  font-weight: bold;
}

.cons li {
  list-style: inherit !important;
}
.cons li::marker {
  color: #fa1212;
  font-weight: bold;
}
/* pros-cons-sec ends */

/* footer stars */
footer {
  background-color: #272727 !important;
  color: #fff;
}
/* footer ends */

/* bottom-content */
#scrollButton {
  display: none;
}
.bottom-content {
  position: fixed;
  z-index: 999;
  bottom: 7px;
  left: 0;
  right: 0;
}
.btn22 {
  background-color: #fa5306 !important;
  color: #fff;
  border: 1px solid darkred;
  width: 90%;
}
/* bottom-content */

/* pricing starts */
.pricing-bottom-part {
  background-color: #f79806;
}
.pricing-bottom-part i {
  color: #fc3019;
  font-size: 50px;
}
.discount-img {
  border: 2px solid #282f39;
  border-radius: 15px;
  overflow: hidden;
}
.discount-img img {
  border-radius: 10px;
}
.price-img:hover {
  transform: scale(1.02);
  transition: 0.25s ease-in-out;
}

.warning-box1:hover .warning-box {
  transform: translateX(15px);
  transition: 0.4s ease-in-out;
}
/* pricing ends */

/* ingredients-sec starts */
.number h5 {
  background-color: #449d86;
  color: #fff;
  width: 40px;
  height: 40px;
}

.arrow i {
  color: #449d86;
  font-size: 30px;
  font-weight: bold;
}

.title {
  color: #f97820;
}
.ingredients-textbox {
  background-color: #d46633;
  color: #fff;
}
.checkmark-icon {
  width: 10%;
}
.ingredients-border {
  border: 2px solid #449d86;
}
.ingredients-img {
  width: 100%;
  height: 220px;
}
.ingredients-box {
  border: 1px solid #000;
}
/* ingredients-sec ends */

/* return & refunds policy starts */
.policy-box {
  border: 2px solid #d46633;
}
/* return & refunds policy ends */

/* media queries */
@media (max-width: 1200px) {
  .mynavbar .nav-item .nav-link {
    font-size: 15px;
  }
  .navbar-brand {
    font-size: 26px;
  }
}

@media (max-width: 1199px) {
  .ingredients-p1 {
    font-size: 16px !important;
  }
  .ingredients-p2 {
    font-size: 11px !important;
  }
}

@media (max-width: 991px) {
  .mynavbar .nav-item .nav-link {
    font-size: 18px;
  }
  * {
    scroll-padding-top: 66px;
  }

  .whatIs-img,
  .special-offer-img {
    width: 45% !important;
  }

  .review-img {
    top: -16%;
    left: 40%;
  }
  .banner-img {
    width: 80% !important;
  }
  .banner-rating {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .banner h1 {
    font-size: 25px;
  }

  .banner h2 {
    font-size: 23px;
  }

  .border-bottom {
    width: 100%;
  }

  .banner-pt {
    padding-top: 20px;
  }
  .mybtn {
    width: 100% !important;
  }
  .d-btn {
    font-size: 20px !important;
  }
}
@media (max-width: 767px) {
  .banner-img {
    width: 90% !important;
  }
  .review-img {
    top: -11%;
    left: 33%;
  }
  .click-img-box img {
    width: 95% !important;
  }

  .p-text {
    width: 100% !important;
    font-size: 18px !important;
  }

  .banner-image {
    width: 100% !important;
  }

  .s-btn {
    font-size: 15px;
  }

  .ingredients-image {
    width: 75% !important;
  }

  .btn2 {
    width: 100% !important;
  }

  .bg-box {
    min-height: auto;
  }
  .discounted-img1 {
    width: 85% !important;
  }
  .mobile-img {
    width: 20% !important;
    position: absolute;
    bottom: -3px;
    z-index: 99;
  }
  .question .accordion-text {
    font-size: 16px;
  }
  .list4 li:before {
    top: 40%;
  }
  .bonus-img {
    width: 80%;
  }
  footer .links {
    width: 100% !important;
  }
  .ingredients-p1 {
    font-size: 20px !important;
  }
  .ingredients-p2 {
    font-size: 18px !important;
  }
  .price-img:hover {
    transform: scale(1);
  }
  .ingredients-img {
    width: 100%;
    height: auto !important;
  }

  .whatIs-img,
  .special-offer-img {
    width: 90% !important;
  }
  .order-btn {
    width: 75%;
  }
  .discount-btn {
    font-size: 15px !important;
  }
}
