@import url("https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&amp;display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif;
  scroll-padding-top: 92px;
}

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 */
.logo {
  width: 35%;
}
.mynavbar {
  background-color: #013b72;
}

.navbar-brand span {
  font-size: 35px;
  font-weight: bold;
}

.mynavbar .nav-item .nav-link {
  color: #fff;
  font-size: 17px;
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #fff !important;
}

.btn {
  background: #d0451b;
  color: #fff;
  font-weight: 500 !important;
  border-color: #d0451b;
  border-width: 3px;
}

.btn-outline-success:hover {
  color: #000 !important;
  background-color: transparent !important;
  border-color: #d0451b;
  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: #fff !important;
  background: #013b72 !important;
  border-color: #fcfc04;
  border-width: 3px;
}

.banner-btn:hover {
  color: #000 !important;
  border-color: #fcfc04;
  background-color: transparent;
}

.r-btn {
  background-color: transparent;
  border-color: #fcfc04 !important;
  color: #fcfc04 !important;
}

.r-btn:hover {
  background-color: #fcfc04 !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: #013b72;
}
.certification-img {
  width: 60%;
}
.banner-list i {
  background-color: #013b72;
  color: #fff;
  font-size: 19px;
  padding: 0 3px;
}
.buynow-btn {
  width: 60%;
}
/* banner ends */

/* why-sec starts */
.heading {
  background-color: #013b72;
  color: #fff;
}
.why-bg {
  background-color: #fff;
  border: 2px solid #013b72;
}
/* 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 */
.discounted {
  background-color: #013b72;
}
.buttonBounce {
  animation: bounce 1.5s infinite;
  animation-timing-function: ease-in;
  transition: 0.2s;
  margin-top: 34px;
}
.discounted-img1 {
  width: 60%;
}
.discounted-btn {
  width: 28%;
}
/* discounted ends */

/* testimonial starts */
.testimonial {
  background-color: #f7f7f7;
}

.testimonial a {
  color: #013b72;
  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: #013b72 !important;
  top: 5px;
}
.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";
}
.list7 li:before {
  left: -22px;
  color: #013b72;
  background: transparent;
  width: 30px;
  height: 30px;
  font-weight: bold;
}

.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;
}
/* Question-sec ends */

/* bonus-sec starts */
/* 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: #fe9832 !important;
  color: #000 !important;
  border: 1px solid brown !important;
  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 {
  border: 3px solid #013b72;
}
.price-img:hover {
  transform: scale(1.02);
  transition: 0.25s ease-in-out;
}

.warning-box {
  background-color: #fdb831;
  border: 2px solid #513f0f;
}
/* 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: #013b72;
  color: #fff;
}
.checkmark-icon {
  width: 11%;
}
.ingredients-border {
  border: 2px solid #449d86;
}
.ingredients-box {
  border: 1px solid #000;
}
.ingredients-p2 {
  background: url(../images/quietumplus-checkmark.html) no-repeat left 0 top 3px;
  padding: 6px 0 0 43px;
  list-style: none;
  margin: 5px 0 0 0;
  vertical-align: middle;
  background-size: 35px 35px;
  text-align: left;
}
/* ingredients-sec ends */

/* return & refunds policy starts */
.policy-box {
  border: 2px solid #013b72;
}
/* return & refunds policy ends */

/* media queries */
@media (max-width: 1200px) {
  .mynavbar .nav-item .nav-link {
    font-size: 14px;
  }
  .ingredients-p2 {
    font-size: 15px !important;
  }
  .navbar-brand {
    width: 22%;
  }
}

@media (max-width: 1199px) {
  .ingredients-p1 {
    font-size: 16px !important;
  }
}

@media (max-width: 991px) {
  .mynavbar .nav-item .nav-link {
    font-size: 18px;
  }
  * {
    scroll-padding-top: 70px;
  }

  .whatIs-img,
  .special-offer-img {
    width: 60% !important;
  }

  .review-img {
    top: -16%;
    left: 40%;
  }
  .banner-img {
    width: 75% !important;
  }
  .banner-rating {
    width: 55%;
  }
  .bonus-img {
    width: 60% !important;
  }
  .moneyBack-img {
    width: 60% !important;
  }
  .ingredients-p2 {
    font-size: 17px !important;
  }
  .bonus-custom-p {
    padding-bottom: 24px;
  }
  .buynow-btn {
    width: 50%;
  }
  .discounted-btn {
    width: 37%;
  }
}

@media (max-width: 768px) {
  .navbar-brand {
    width: auto;
  }
  .banner h2 {
    font-size: 23px;
  }

  .border-bottom {
    width: 100%;
  }

  .banner-pt {
    padding-top: 20px;
  }
  .mybtn {
    width: 100% !important;
  }
  .d-btn {
    font-size: 22px !important;
  }
  .logo {
    width: 25%;
  }
  .navbar-brand span {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  * {
    scroll-padding-top: 66px;
  }
  .banner h4 {
    font-size: 21px;
  }
  .banner-img {
    width: 95% !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: 90% !important;
  }
  .mobile-img {
    width: 24% !important;
    position: absolute;
    bottom: -5px;
    z-index: 99;
  }
  .question .accordion-text {
    font-size: 16px;
  }
  .list4 li:before {
    top: 40%;
  }
  footer .links {
    width: 100% !important;
  }
  .ingredients-p1 {
    font-size: 20px !important;
  }
  .ingredients-p2 {
    font-size: 18px !important;
  }
  .price-img:hover {
    transform: scale(1);
  }

  .whatIs-img,
  .special-offer-img {
    width: 90% !important;
  }
  .order-btn {
    width: 75%;
  }
  .discount-btn {
    font-size: 15px !important;
  }
  .bonus-img {
    width: 80% !important;
  }
  .moneyBack-img {
    width: 85% !important;
  }
  .warning-box {
    font-size: 14px;
  }
  .logo {
    width: 20%;
  }
  .buynow-btn {
    width: 70%;
  }
  .ingredients-img {
    width: 80% !important;
  }
  .discounted-btn {
    width: 70%;
  }
}
