@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 {
  /* list-style: none; */
  font-size: 18px;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  color: #000;
}

.s-btn {
  font-size: 20px;
}

/* header starts */
.mynavbar {
  background-color: #00b5d9;
}

.navbar-brand {
  color: #fff;
  font-size: 35px;
  font-weight: 700;
}

.navbar-icons {
  color: #fff;
}

.mynavbar .nav-item .nav-link {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.btn {
  background: yellow;
  color: #000;
  font-weight: 500 !important;
  border-color: #1abc9c;
  border-width: 2px;
}

.btn-outline-success:hover {
  color: #fff !important;
  background-color: transparent !important;
  border-color: yellow;
  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;
}
.r-btn {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62;
}
.r-btn:hover {
  background-color: #ffa600 !important;
  border-color: #ffa600 !important;
  transition: 0.3s ease-in-out;
}
.mybtn2:hover {
  color: #000 !important;
  border-color: #fa1212 !important;
  transition: 0.3s ease-in-out;
}
.banner-btn {
  background: #ff6666 !important;
  border-color: #ff6666 !important;
}
.banner-btn:hover {
  color: #000 !important;
  background-color: transparent;
}

.navbar-toggler:focus {
  box-shadow: inherit !important;
  border: 0 !important;
}

.hide {
  display: none;
}
.open,
.close {
  color: #fff;
  font-size: 22px;
}
/* header ends */

/* .banner starts */
.banner {
  padding-top: 50px;
}
.banner-pt {
  padding-top: 35px;
}

.banner-heading {
  color: #00b5d9;
}

.rotate {
  display: block;
  background-color: #bd1706;
  color: #fff;
  transform: skewX(-15deg);
}

.banner-bg {
  /* background-color: #bd1706;   */
  color: #fff;
}

.banner p span,
.red-text {
  color: #a00404;
}

.red-text span {
  color: #006609 !important;
}

.red-text {
  color: #ff0000;
}

.b-btn {
  border: 1px solid #f80000 !important;
  background-color: #f80000;
  border-radius: 8px;
  overflow: hidden;
}

.b-btn:hover {
  background-color: #f80000 !important;
  color: #fff !important;
}

.btn33 {
  color: #f80000 !important;
}

.btn33:hover {
  background-color: transparent !important;
  color: #f80000 !important;
}

.border-bottom {
  border: 10px solid #52c158;
  width: 85%;
}

.green-text {
  color: #0c2c68;
}

@media (max-width: 1200px) {
  .mynavbar .nav-item .nav-link {
    font-size: 14px;
  }
  .navbar-brand {
    font-size: 28px;
  }
}

@media (max-width: 991px) {
  .mynavbar .nav-item .nav-link {
    font-size: 17px;
  }
  .navbar-brand {
    font-size: 26px;
  }
  * {
    scroll-padding-top: 66px;
  }
}

@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: 17px !important;
  }
}
/* banner ends */

/* four-sec starts */
.bg-box {
  min-height: 440px;
}
.heading {
  background-color: #00b5d9;
  color: #ffffff;
}
.bg-heading {
  background-color: #007953;
}
.bg-heading span {
  color: #eefe3c;
}
.heading-why {
  background-color: #272727;
}
.four-sec-box {
  background-color: #e6eef3;
}
/* four-sec ends */

/* What-is starts */
.order-btn {
  border-width: 3px !important;
}

.Cortexi-img {
  width: 65% !important;
}

.banner-image {
  width: 65% !important;
}

.l-btn {
  border-color: #3a341c !important;
  color: #3a341c !important;
}
.l-btn:hover {
  color: #3a341c !important;
  background: #ffea64 !important;
  border-color: #ffea64 !important;
}
.offer-img {
  width: 65% !important;
}

@media (max-width: 767px) {
  .click-img-box img {
    width: 95% !important;
  }

  .p-text {
    width: 100% !important;
    font-size: 18px !important;
  }

  .banner-image {
    width: 70% !important;
  }

  .s-btn {
    font-size: 15px;
  }

  .ingredients-image {
    width: 75% !important;
  }

  .btn2 {
    width: 100% !important;
  }

  .bg-box {
    min-height: auto;
  }
  .banner-image2,
  .work-image {
    width: 100% !important;
  }
}
/* What-is ends */

/* review-sec starts */
.review-box {
  background-color: #fff;
  color: #000;
  border: 1px solid #eee;
}

.review-sec h6 i {
  background-color: #11c81d;
  color: #fff;
  font-size: 20px;
}

.review-logo i {
  color: #ffc300;
}

.review-title {
  color: rgb(240, 232, 232);
}
/* review-sec ends */

/* money-back starts */
/* money-back ends */

/* detailed-cost start */
.heading-discounted {
  background-color: #4479d9;
}
.detailed-cost li::marker {
  color: #9fe870;
}
/* detailed-cost ends */

/* discounted starts */
.discounted {
  background-color: #00b5d9;
  color: #fff;
}
.discounted .yellow-text {
  color: #fcfc04;
}
.discounted-img {
  width: 45%;
}

.review-sec .profile-img {
  width: 110px;
}
.buy-img {
  width: 35%;
}

@media (max-width: 767px) {
  .discounted-img {
    width: 80% !important;
  }
  .buy-img {
    width: 50%;
  }
}
/* discounted ends */

/* testimonial starts */
.testimonial {
  background-color: #0b2951;
}

.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: #0b2951;
  width: 30px;
  height: 30px;
  /* border-radius: 50%; */
  display: flex;
  align-items: center;
  justify-content: center;
}
.list2 li:before {
  border-radius: 50%;
  margin-top: 5px;
  width: 35px;
  height: 35px;
  left: -35px;
}
.list3 li:before {
  background-color: #6592e6 !important;
}

.list4 li:before {
  top: 30%;
  font-weight: bold;
  color: green;
  background-color: transparent !important;
}
.list5 li:before {
  color: red;
  content: "X";
  font-weight: 500;
}

.benefits-sec li::marker {
  color: #9fe870;
}

/* benefits-sec ends */

/* order-sec starst */
.order-sec h5 .span1 {
  text-decoration-color: red !important;
}
.bonus-box {
  background-color: #fff;
  border: 2px solid #0c2c68;
}
.bonus-text span {
  color: #0c2c68;
}

/* order-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;
  border: 1px solid #0c2c68;
}

.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;
}

@media (max-width: 767px) {
  .question .accordion-text {
    font-size: 16px;
  }
  .list4 li:before {
    top: 40%;
  }
}
/* Question-sec ends */

/* pros-cons-sec starts */
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
  border-color: #ffffff #ffffff #0c2c68;
  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: #000 !important;
  color: #fff;
}

@media (max-width: 767px) {
  footer .links {
    width: 100% !important;
  }
}
/* footer ends */

/* copyrights */
.copyrights {
  background-color: #ffff;
  color: #000 !important;
}
/* copyrights */

/* bottom-content */
.bottom-content {
  position: sticky;
  bottom: -1px;
  left: 0;
  right: 0;
}

.btn22 {
  background-color: #a00404 !important;
  color: #fff;
}
.shop-cart {
  font-size: 20px;
}

/* pricing */
.pricing-bottom-part {
  background-color: #ffd701;
}
.pricing-bottom-part i {
  color: #fc3019;
  font-size: 50px;
}

.discount-img {
  border: 2px solid #0c2c68;
  border-radius: 15px;
  overflow: hidden;
}

.discount-img img {
  border-radius: 10px;
}

/* ingredients-sec starts */
.number h5 {
  background-color: #0c2c68;
  color: #fff;
  width: 40px;
  height: 40px;
}

.arrow i {
  color: #0c2c68;
  font-size: 30px;
  font-weight: bold;
}

.title {
  color: #f97820;
}
.ingredients-textbox {
  background-color: #272727;
  color: #fff;
}
.checkmark-icon {
  width: 10%;
}

@media (max-width: 1199px) {
  .ingredients-p1 {
    font-size: 16px !important;
  }
  .ingredients-p2 {
    font-size: 11px !important;
  }
}

@media (max-width: 767px) {
  .ingredients-p1 {
    font-size: 20px !important;
  }
  .ingredients-p2 {
    font-size: 18px !important;
  }
  .next,
  .prev {
    display: none;
  }
}
/* ingredients-sec ends */

/* return & refunds policy starts */
.policy-icons {
  width: 55px;
  height: 55px;
  background-color: #ffd7ef;
  color: #d70081;
}
/* return & refunds policy ends */
