@import "layout.css";

@import "components.css";

@import "all.css";

strong {
  font-family: "Poppins-Bold", sans-serif;

  font-weight: 700;
}

/*header*/

#header {
  background-color: #fff;

  width: 100%;

  box-shadow: 0px 4px 16px 0px #00000014;

  border-bottom: 1px solid #00000012;

  position: relative;

  z-index: 1;
}

.header-content {
  padding: 10px 5px;
}

.logo {
  font-family: "Poppins-ExtraBold", sans-serif;

  font-weight: 800;

  font-size: 32px;

  color: #8F002D;
}

.menu-bar {
  list-style: none;

  padding-left: 0;

  margin: 0;

  display: flex;

  justify-content: space-between;
}

.menu-bar li {
  align-self: center;
}

.menu-bar li a {
  color: #011b347a;

  text-transform: capitalize;
}

.menu-bar li.get-start {
  background: #2594cc;

  border: 1px solid #dddee0;

  border-radius: 50px;

  padding: 10px 30px;
}

.menu-bar li.get-start a {
  color: #fff;
}

/*banner*/

#banner {
  /*background-color: #F5F5F5;*/

  position: relative;

  z-index: 0;
}

.banner-container {
  max-width: 1350px;

  width: 100%;

  margin: auto;
}

.banner-content {
  padding: 40px 10px 50px;

  width: 100%;
}

.mainbannercontent {
  text-align: center;

  padding: 0 20px;
}

.bannersubheading {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: 700;
  font-size: 60px;
  color: #171615;
  position: relative;
  line-height: 66px;
  text-transform: uppercase;
  /*margin-bottom: 10px;*/
}

.bannersubheading2 {
  font-family: "Poppins-Bold", sans-serif;
  font-weight: 700;
  font-size: 50px;
  color: #171615;
  position: relative;
  line-height: 66px;
  text-transform: uppercase;
  /*margin-bottom: 10px;*/
}

.bannersubheading:after {
  content: "";

  /*background-image: url("../images/vector-stroke.png");*/

  height: 1px;

  width: 100%;

  display: block;

  background-repeat: no-repeat;

  background-position: center;

  margin-top: -6px;
}

.main_heading {
  font-family: "Poppins-Black", sans-serif;

  font-weight: 900;

  font-size: 60px;

  line-height: 62px;

  margin-bottom: 20px;

  color: #161414;

  text-transform: uppercase;

  letter-spacing: 0.6px;

  position: relative;
}

.main_heading2 {
  font-family: "Poppins-Black", sans-serif;

  font-weight: 900;

  font-size: 40px;

  /*line-height: 62px;*/

  margin-bottom: 20px;

  color: #161414;

  text-transform: uppercase;

  letter-spacing: 0.6px;

  position: relative;
}

.main_heading .mainheading-lght {
  font-weight: 600;

  display: block;

  font-size: 50px;

  letter-spacing: 0;
  font-family: "Poppins-SemiBold", sans-serif;
}

.main_heading .blood {
  position: relative;
}

/*.main_heading .blood:before {*/

/*    content: '';*/

/*    background-image: url('../images/blood-drop.png');*/

/*    max-width: 26px;*/

/*    min-height: 35px;*/

/*    width: 100%;*/

/*    position: absolute;*/

/*    transform: translate(327%, 10px);*/

/*}*/

/*.main_heading .blood:after {*/

/*    content: '';*/

/*    background-image: url('../images/blood-drop.png');*/

/*    max-width: 26px;*/

/*    min-height: 35px;*/

/*    width: 100%;*/

/*    position: absolute;*/

/*    transform: translate(-312%, 10px);*/

/*}*/

.heading-para {
  font-family: "Poppins-Light", sans-serif;

  font-weight: 300;

  font-size: 20px;

  line-height: 1.5;

  margin-bottom: 20px;

  padding: 0 55px;
}

.parnt-logo {
  max-width: 385px;

  width: 100%;

  display: block;

  margin: auto;
}

.product-banner {
  max-width: 700px;

  width: 100%;

  margin: auto;

  display: block;
}

/*#banner:after {*/

/*    content: '';*/

/*    background: linear-gradient(180deg, #852849, #780118);*/

/*    max-width: 1770px;*/

/*    width: 95%;*/

/*    height: 11px;*/

/*    margin: auto;*/

/*    display: block;*/

/*    border-radius: 20px;*/

/*}*/

/*section css*/

/*scientist section css*/

#scientist-section {
  border: 1px solid #e5e5e5;

  width: 100%;

  background: url("../images/laboratory-assistants-working.jpg");

  background-position: right;

  background-repeat: no-repeat;

  background-size: contain;

  position: relative;
}

#scientist-section:before {
  content: "";

  background-image: url("../images/Japanese-Blood-Grass.png");

  min-height: 423px;

  max-width: 215px;

  width: 100%;

  display: block;

  position: absolute;

  bottom: 0;

  left: 22px;
}

.section-heading {
  font-family: "Roboto-Black", sans-serif;

  font-weight: 800;

  font-size: 40px;

  line-height: 44px;

  text-transform: uppercase;

  margin-bottom: 20px;
}

/*work section css*/

#work-section {
  padding: 70px 0;
}

.wrksectn-content {
  width: 100%;

  border: 1px solid #08203c24;

  border-radius: 10px;
}

.work-heading {
  background: linear-gradient(180deg, #2594cc 0%, #214a6a 100%);

  padding: 11px 5px;

  max-width: 500px;

  width: 100%;

  display: block;

  margin: -20px auto 20px;

  font-family: "Poppins-ExtraBold", sans-serif;

  font-weight: 800;

  font-size: 34px;

  color: #fff;

  text-align: center;

  border-radius: 20px;

  letter-spacing: 0.5px;

  text-transform: uppercase;
}

.wrksecn-box {
  border-bottom: 1px solid #1616161f;

  padding: 20px 10px;
}

.product-img {
  max-width: 387px;

  width: 100%;

  display: block;

  margin: auto;
}

.box-heading {
  font-family: "Poppins-ExtraBold", sans-serif;

  font-weight: 800;

  font-size: 32px;

  color: #08203c;

  margin-bottom: 20px;

  text-transform: uppercase;
}

.product-img2 {
  max-width: 262px;

  width: 100%;

  margin: auto;

  display: block;
}

.brdrbtn-non {
  border-bottom: none;
}

/*bonus section css*/

#bonus-section {
  /*background-image: url('../images/bonus-background.png'), linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(203, 242, 255, 0.5));*/

  background-repeat: no-repeat;

  background-size: cover;

  background-position: center center;

  background-color: #fff;
}

.bonussec-content {
  padding: 20px 10px 70px;
}

.bonus-heading {
  font-family: "Roboto-Regular", sans-serif;

  font-weight: 400;

  font-size: 34px;

  text-align: center;

  text-transform: capitalize;

  color: #08203c;

  max-width: 540px;

  width: 100%;

  margin: 0px auto 30px;
}

.bonus-heading span.poppins-extrabold {
  display: block;

  font-size: 40px;
}

.bounsec-box1 {
  background: #fde8d9;

  border-radius: 29px;

  padding: 30px 30px 30px 0;

  margin-bottom: 70px;
}

.bounsec-box1 .grid-row {
  border: 1px solid #911a1e;

  border-radius: 29px;
}

.bonus-img {
  max-width: 450px;

  width: 100%;

  display: block;

  margin: auto;
}

.bnus-heading {
  font-family: "Roboto-Medium", sans-serif;

  font-weight: 500;

  font-size: 26px;

  text-transform: uppercase;

  color: #911a1e;

  position: relative;

  z-index: 1;

  margin-bottom: 20px;

  margin-top: 10px;

  display: inline-block;

  padding: 11px 33px 10px 0;
}

.bnus-heading:before {
  content: "";

  background: rgba(247, 142, 30, 0.19);

  border-radius: 10px;

  transform: rotate(356deg);

  position: absolute;

  z-index: -1;

  left: -17px;

  top: -1px;

  width: 100%;

  height: 100%;
}

.bounsbox-heading {
  font-family: "Roboto-Black", sans-serif;

  font-weight: 800;

  font-size: 48px;

  text-transform: uppercase;

  color: #8d191c;

  margin-bottom: 6px;
}

.bounsbox-subheading {
  font-family: "Roboto-Regular", sans-serif;

  font-weight: 400;

  font-size: 26px;

  text-transform: capitalize;

  color: #8d191c;

  margin-bottom: 5px;
}

.bouns-price {
  font-family: "Roboto-Regular", sans-serif;

  font-weight: 400;

  font-size: 26px;

  color: #08203c;

  margin-bottom: 20px;
}

.bounsec-box1 .para-style p {
  color: rgba(22, 22, 22, 0.7);

  font-size: 20px;
}

.bnsprice {
  font-weight: 800;

  font-size: 32px;
}

.bounsec-box2 {
  background: #cbf2ff;

  border-radius: 29px;

  padding: 30px 30px 30px 0;
}

.bounsec-box2 .grid-row {
  border: 1px solid #005572;

  border-radius: 29px;
}

.bnus-heading1 {
  font-family: "Roboto-Medium", sans-serif;

  font-weight: 500;

  font-size: 26px;

  text-transform: uppercase;

  color: #005572;

  margin-bottom: 20px;

  margin-top: 10px;

  display: inline-block;

  padding: 11px 33px 10px 0;

  position: relative;

  z-index: 9999999;
}

.bnus-heading1:before {
  content: "";

  background: #a2ddee;

  border-radius: 10px;

  transform: rotate(356deg);

  position: absolute;

  z-index: -1;

  left: -17px;

  top: -1px;

  width: 100%;

  height: 100%;
}

.bounsbox-heading1 {
  font-family: "Roboto-Black", sans-serif;

  font-weight: 800;

  font-size: 48px;

  text-transform: uppercase;

  color: #005572;

  margin-bottom: 3px;
}

.bounsbox-subheading1 {
  font-family: "Roboto-Regular", sans-serif;

  font-weight: 400;

  font-size: 26px;

  text-transform: capitalize;

  color: #005572;

  margin-bottom: 7px;
}

.bounsec-box2 .para-style p {
  color: rgba(22, 22, 22, 0.7);

  font-size: 20px;
}

/*shipping and bonus section css*/

#shipandbonus {
  background: #225476;

  width: 100%;

  padding: 40px;
}

.ship-container {
  border: 1px solid #ffffff;

  padding: 20px;

  width: 100%;
}

.ship-icon {
  text-align: center;
}

.ship-icon i {
  color: #fff;

  font-size: 10rem;
}

.shipbnus-heading {
  font-family: "Poppins-Regular", sans-serif;

  font-weight: 400;

  font-size: 30px;

  text-transform: capitalize;

  color: #ffffff;

  margin-bottom: 20px;
}

.shipbnus-para {
  font-family: "Poppins-Regular", sans-serif;

  font-weight: 300;

  font-size: 22px;

  text-transform: uppercase;

  color: #ffffff;

  margin-bottom: 20px;
}

.custm-ordr {
  font-family: "Poppins-SemiBold", sans-serif;

  font-weight: 600;

  font-size: 25px;

  text-transform: uppercase;

  color: #cbf2ff;
}

/*testimonial section css*/

#testimonial {
  background-color: #fff;

  padding: 70px 0 40px;
}

.testimonial-content {
  border: 1px solid #d5d5d5;

  border-radius: 10px;

  padding: 30px 40px;

  margin-bottom: 50px;
}

.testimonial-heading {
  font-family: "ProzaLibre-Bold", sans-serif;

  font-weight: 700;

  font-size: 34px;

  text-align: center;

  text-transform: capitalize;

  color: #225476;

  margin-bottom: 35px;
}

.testimonial-heading:after {
  content: "";

  background-image: url("../images/yellow-stroke.png");

  height: 15px;

  width: 100%;

  display: block;

  background-repeat: no-repeat;

  background-position: center;

  margin-top: 1px;
}

.testimonial-box {
  padding: 30px 20px;

  border-bottom: 1px solid #00000026;
}

.testimonial-box:last-child {
  border-bottom: none;
}

.testimonialbox-heading {
  font-weight: 600;

  font-size: 28px;

  text-transform: capitalize;

  color: #225476;

  margin-bottom: 20px;
}

.stars {
  font-size: 18px;

  color: #eb8219;

  margin-bottom: 10px;
}

.testimonialbox-para {
  font-size: 20px;

  color: #08203c;

  margin-bottom: 20px;
}

.cutsomer-name {
  font-size: 24px;

  text-transform: capitalize;

  color: #08203c;

  font-weight: 400;
}

.term-condition {
  background: rgb(235, 235, 235, 0.76);

  border-radius: 18px 18px 25px 27px;

  max-width: 1050px;

  width: 100%;

  margin: auto;

  padding: 30px 45px;
}

.tick-box {
  max-width: 32px;

  width: 100%;

  display: inline;

  margin: auto;

  position: relative;

  top: 6px;
}

.term-para {
  color: #08203c;

  font-weight: 400;

  font-size: 20px;

  line-height: 1.6;
}

.yesclr-red {
  color: #eb8219;

  font-size: 25px;
}

/*atc section css*/

#atc-guarantee-section,
#atc-guarantee-section1 {
  background: linear-gradient(
    180deg,
    #ffffff,
    rgba(152, 222, 255, 0.07),
    #ffffff
  );

  width: 100%;

  padding: 45px 0 30px;
}

.atc-section:after {
  content: "";

  background-color: rgb(0, 0, 0, 0.14);

  height: 1px;

  display: block;

  max-width: 980px;

  width: 100%;

  margin: 20px auto;
}

.atc-section .grid-row {
  margin-bottom: 60px;
}

.atc-section .grid-row .col-4 {
  padding: 0 15px;
}

.product-box {
  border: 1px solid #839eb2;

  border-radius: 20px;

  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);

  background: #ffffff;
}

.product-details {
  padding: 0 15px;
}

.product-heading {
  background: rgba(235, 235, 235, 0.76);

  border-radius: 18px 18px 0px 0px;

  text-align: center;

  text-transform: uppercase;

  color: #161616;

  font-weight: 600;

  font-size: 24px;

  font-family: "Poppins-SemiBold", sans-serif;

  padding: 10px 0;

  margin-bottom: 20px;
}

.product-img.btl6 {
  max-width: 320px;

  margin-bottom: 8px;
}

.product-img.btl1 {
  max-width: 135px;
}

.product-img.btl3 {
  max-width: 260px;
}

.product-box.btl6-box .product-heading {
  background: rgba(255, 157, 0, 0.76);

  margin-bottom: 35px;
}

.product-box.btl6-box {
  border: 2px solid #ffb53d;

  /*transform: scale(1.1);*/

  position: relative;
}

.freeship-badge {
  position: absolute;

  left: -11px;

  top: -14px;
}

.btl-price {
  font-family: "Poppins-Regular", sans-serif;

  font-weight: 400;

  font-size: 64px;

  text-align: center;

  text-transform: capitalize;

  color: #225476;

  position: relative;

  margin-bottom: 20px;
}

.btl-slash {
  font-size: 30px;

  position: relative;
}

.atcbtn-box {
  padding: 18px 0;

  border-top: 1px solid rgba(0, 0, 0, 0.14);

  border-bottom: 1px solid rgba(0, 0, 0, 0.14);
}

.btl6-box .atcbtn-box {
  padding: 35px 0 18px;
}

.freeship-plsbnus {
  display: flex;

  justify-content: space-between;

  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.07);

  border: 1px solid rgba(0, 0, 0, 0.06);

  background: #f6f6f6;

  border-radius: 8px;

  padding: 0 10px;

  margin-bottom: 25px;
}

.freeship-plsbnus > div.plus-icon {
  flex: 20%;
}

.freeship-plsbnus > div.freeship,
.freeship-plsbnus > div.bonusimg-box {
  flex: 40%;
}

.freeship img {
  max-width: 100px;

  width: 100%;

  display: block;

  margin: -17px auto 10px;
}

.bonusimg-box img {
  max-width: 115px;

  width: 100%;

  display: block;

  margin: -25px auto 5px;
}

.freeship-plsbnus > div.freeship p,
.freeship-plsbnus > div.bonusimg-box p {
  font-family: "Poppins-Medium", sans-serif;

  font-weight: 500;

  font-size: 12px;

  text-transform: capitalize;

  color: #161616;

  text-align: center;

  margin-bottom: 8px;
}

.atc-btn {
  margin: 5px auto;

  max-width: 340px;

  width: 100%;

  background: linear-gradient(180deg, #ffe148 0%, #fcdc38 100%);

  border: 1px solid #fcd200;

  box-shadow: 0px 2px 18px 0 rgb(0 0 0 / 2%);

  border-radius: 50px;

  padding: 9px 10px 9px 15px;

  letter-spacing: -0.04em;

  text-transform: uppercase;

  color: #161616;

  font-weight: 600;

  font-size: 28px;

  font-family: "Poppins-SemiBlod", sans-serif;

  display: flex;

  justify-content: space-between;

  transition: 0.5s all linear;

  position: relative;

  z-index: 1;
}

.atc-btn span {
  align-self: center;
}

.atcbtn-boxplus {
  position: relative;
}

.atcbtn-boxplus:hover .atc-btn {
  background: linear-gradient(
    180deg,
    rgba(255, 157, 0, 0.6),
    rgba(255, 157, 0, 0.85)
  );
}

.atcbtn-boxplus .fa-solid.fa-plus {
  position: absolute;

  right: 30px;

  top: 26px;

  font-size: 13px;

  z-index: 0;

  opacity: 0;
}

.btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
.btl1-box .atcbtn-boxplus .fa-solid.fa-plus {
  right: 30px;
}

.atcbtn-boxplus:hover .fa-solid.fa-plus {
  animation: bounce-plus 1s ease-in-out forwards;
}

@keyframes bounce-plus {
  0% {
    top: 26px;

    z-index: 3;

    opacity: 0;
  }

  60% {
    top: -5px;

    z-index: 3;

    opacity: 0.5;
  }

  100% {
    top: 24px;

    color: #fff;

    z-index: 3;

    opacity: 1;
  }
}

.cart-icon {
  background-color: #fff;

  padding: 12px 12px 3px;

  border-radius: 27px;
}

.card-img {
  max-width: 235px;

  width: 100%;

  display: block;

  margin: 12px auto;
}

.total-price {
  font-size: 20px;

  text-transform: capitalize;

  color: #161616;

  margin-bottom: 20px;

  text-align: center;
}

.total-price span.poppins-bold {
  font-size: 24px;
}

.atcguante-heading {
  font-family: "Roboto-Medium", sans-serif;

  font-weight: 500;

  font-size: 34px;

  text-align: center;

  text-transform: capitalize;

  color: #08203c;

  max-width: 580px;

  width: 100%;

  margin: 0 auto 40px;
}

.plus-icon {
  font-family: "Poppins-Medium", sans-serif;

  font-weight: 500;

  font-size: 40px;

  line-height: 36px;

  text-align: center;

  text-transform: capitalize;

  color: #161616;

  position: relative;

  top: 15px;
}

/*guarantee section css*/

.guarantee-section {
  padding: 30px 0 0;

  width: 100%;
}

.guarantee-img {
  max-width: 210px;

  width: 100%;

  display: block;

  margin: 0 auto;

  margin-bottom: 20px;
}

.guarantee-heading {
  font-family: "Poppins-SemiBold", sans-serif;

  font-weight: 600;

  font-size: 34px;

  text-align: center;

  text-transform: capitalize;

  color: #225476;

  max-width: 640px;

  width: 100%;

  margin: auto;

  margin-bottom: 48px;
}

.guarantee-para {
  max-width: 930px;

  width: 100%;

  margin: 0 auto 5px;
}

.guarantee-para:after {
  content: "";

  height: 1px;

  max-width: 420px;

  width: 100%;

  background-color: rgb(0 0 0 / 12%);

  display: block;

  margin-bottom: -7px;

  margin: auto;
}

.guarantee-para p {
  font-size: 20px;

  text-align: center;

  color: #08203c;

  margin-bottom: 20px;

  line-height: 1.6;
}

.prntr-ico {
  max-width: 560px;

  width: 100%;

  display: block;

  margin: auto;
}

.dsply-blck {
  display: block;
}

.mx-850px {
  max-width: 850px;

  width: 100%;

  margin: auto;
}

.flx--wrap {
  flex-wrap: wrap;
}

.partnr-new {
  max-width: 250px;

  width: 100%;

  display: block;

  margin: auto;

  margin-bottom: 18px;
}

/*faq section*/

#faq-section {
  width: 100%;

  position: relative;

  padding: 30px 0;
}

.faqsec-content {
  padding: 40px 0;

  border: 1px solid rgba(22, 22, 22, 0.21);

  border-radius: 3px;
}

.faq-heading {
  font-family: "Poppins-SemiBold", sans-serif;

  font-weight: 600;

  font-size: 34px;

  text-align: center;

  text-transform: capitalize;

  color: #225476;

  margin-bottom: 20px;

  padding: 0 8px;
}

.faq-heading:after {
  content: "";

  background-image: url("../images/yellow-stroke1.png");

  height: 15px;

  width: 100%;

  display: block;

  background-repeat: no-repeat;

  background-position: center;

  margin-top: 1px;
}

.faq-box {
  max-width: 950px;

  width: 100%;

  display: block;

  margin: auto;

  padding: 20px 0;
}

.accordion-box .ui-accordion-header {
  background: #225476;

  border-radius: 10px;

  padding: 17px 15px;

  border: 1px solid #225476;

  color: #fff;

  position: relative;

  display: flex;

  justify-content: space-between;

  cursor: pointer;

  margin-top: 30px;
}

.accordion-box.active .ui-accordion-header {
  border-radius: 10px 10px 0 0;
}

.accordion-box .ui-accordion-header h3 {
  font-size: 24px;

  font-weight: 600;

  font-family: "Poppins-SemiBold", sans-serif;
}

.accordion-box .ui-accordion-content {
  background: #edf9ff;

  border: 1px solid rgba(22, 22, 22, 0.21);

  border-radius: 0 0 10px 10px;

  padding: 20px;
}

.accordion-box .ui-accordion-content p {
  color: #08203c;

  font-size: 18px;

  line-height: 1.7;

  margin-bottom: 20px;

  font-family: "Poppins-Light", sans-serif;

  font-weight: 300;
}

.accordion-box .ui-accordion-content p:last-child {
  margin-bottom: 0;
}

.accordion-box .ui-accordion-header .arrow {
  color: #fff;

  font-size: 24px;

  transition: 0.25s ease;

  transform: rotate(179deg);

  position: relative;

  top: -4px;
}

.accordion-box .ui-accordion-header .arrow-animate {
  transform: rotate(0deg);

  opacity: 1;
}

/*scientific reference*/

#scientif-reference {
  /*background: #F0F0F0;*/

  width: 100%;
}

.scientif-refcontent {
  padding: 30px 10px 40px;
}

.scientif-refcontent ol {
  column-count: 2;

  column-gap: 100px;

  font-family: "Poppins-Light";

  font-weight: 300;

  font-size: 11px;

  text-transform: lowercase;

  color: #707071;

  word-break: break-all;
}

.scientif-refcontent ol li {
  margin-bottom: 1px;
}

.scientif-refcontent .guarantee-heading:after {
  content: "";

  background-image: url("../images/yellow-stroke2.png");

  height: 15px;

  width: 100%;

  display: block;

  background-repeat: no-repeat;

  background-position: center;

  margin-top: 1px;
}

/*footer*/

#footer {
  width: 100%;

  position: relative;
}

.statmnt-para {
  background: #505050;

  padding: 30px 0;
}

.statmnt-para p {
  font-family: "Poppins-Light", sans-serif;
  font-weight: 300;
  font-size: 13px;
  text-align: justify;
  /*text-transform: lowercase;*/
  color: rgba(196, 196, 196, 0.89);
  line-height: 1.3;
}

.footer-links {
  background: #3a3a3a;

  padding: 20px 0;
}

.footer-links ul {
  list-style: none;

  padding-left: 0;

  margin: 0 auto;

  display: flex;

  justify-content: space-between;

  max-width: 750px;

  width: 100%;

  font-size: 14px;

  font-weight: 700;

  font-family: "Poppins-Bold", sans-serif;

  text-align: center;
}

.footer-links ul li a {
  color: rgba(181, 181, 181, 0.76);
}

.footer-links ul li:hover a {
  color: rgba(181, 181, 181, 1);
}

.toggle-btn {
  display: none;
}

.mbl-img {
  display: none;
}

.mbl-show {
  display: none;
}

/*=========== responsive =========*/

@media (max-width: 1440px) {
  #scientist-section:before {
    left: -27px;
  }
}

@media (max-width: 1366px) {
  #scientist-section:before {
    left: -54px;
  }
}

@media (max-width: 1280px) {
  #scientist-section:before {
    left: -89px;
  }

  .atc-btn {
    padding: 8px 15px 8px 18px;
  }
}

@media (max-width: 1024px) {
  .statmnt-para p {
    padding: 0 20px;
  }

  .scientif-refcontent ol {
    column-gap: 60px;
  }

  .scientif-refcontent {
    padding: 50px 25px 50px 10px;
  }

  .atc-btn {
    font-size: 24px;

    padding: 8px 10px 8px 18px;
  }

  .cart-icon img {
    max-width: 22px;
  }

  #atc-guarantee-section,
  #atc-guarantee-section1 {
    padding: 70px 10px 50px;
  }

  .atc-section .grid-row .col-4 {
    padding: 0 8px;
  }

  #faq-section {
    padding: 60px 16px 50px;
  }

  #testimonial,
  #work-section,
  .bonussec-content {
    padding: 70px 15px;
  }

  #scientist-section .col-10 {
    padding-left: 56px;
  }

  #scientist-section {
    background-size: cover;
  }

  .main_heading {
    font-size: 52px;
  }

  .main_heading .blood:before {
    max-width: 22px;

    transform: translate(329%, 10px);
  }

  .main_heading .blood:after {
    max-width: 23px;
  }

  .heading-para {
    font-size: 19px;

    padding: 0 10px;
  }

  .logo {
    text-align: center;
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus {
    right: 27px;
  }

  @keyframes bounce-plus {
    0% {
      top: 26px;

      z-index: 3;

      opacity: 0;
    }

    60% {
      top: -5px;

      z-index: 3;

      opacity: 0.5;
    }

    100% {
      top: 21px;

      color: #fff;

      z-index: 3;

      opacity: 1;
    }
  }
}

@media (max-width: 768px) {
  .grid-row {
    flex-wrap: wrap;
  }

  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    flex: 100%;
  }

  .order-0 {
    order: 0;
  }

  .order-1 {
    order: 1;
  }

  .logo {
    text-align: left;

    padding: 0 10px;

    display: flex;

    justify-content: space-between;
  }

  /*.logo h3{*/

  /*    display: inline-block;*/

  /*}*/

  .toggle-btn {
    display: inline-block;

    cursor: pointer;
  }

  .toggle-btn:hover {
    opacity: 0.7;
  }

  .navbar {
    height: 0;

    visibility: hidden;

    opacity: 0;

    z-index: -1;

    overflow: hidden;

    transition: 0.5s all ease;
  }

  .navbar .menu-bar {
    position: absolute;

    top: 100%;

    right: 6px;

    display: block;

    background-color: #fff;

    padding: 20px;

    box-shadow: 0 0 3px 0 #00000059;
  }

  .menu-bar li {
    margin-bottom: 8px;
  }

  .menu-bar li:last-child {
    margin-bottom: 0;
  }

  .menu-bar li.get-start {
    padding: 8px 30px;
  }

  .navbar.show {
    z-index: 9;

    height: auto;

    visibility: visible;

    opacity: 1;

    overflow: auto;
  }

  .mainbannercontent {
    padding: 0 10px;
  }

  .parnt-logo {
    margin-bottom: 25px;
  }

  .mbl-img {
    display: block;

    max-width: 500px;

    width: 100%;

    margin: 0 auto 20px;

    border-radius: 10px;

    box-shadow: 0 0 10px 0 rgb(0 0 0 / 40%);
  }

  #scientist-section {
    background: no-repeat;
  }

  #scientist-section .col-10 {
    padding-right: 20px;
  }

  .section-heading {
    font-size: 38px;
  }

  .work-heading {
    margin: -20px auto 9px;

    font-size: 32px;
  }

  .product-img {
    margin: 0 auto 22px;
  }

  .wrksecn-box .col-6.algn-slfcntr.pl-30.order-1,
  .wrksecn-box .col-8.algn-slfcntr.pr-20 {
    padding-left: 10px !important;

    padding-right: 10px !important;
  }

  .bounsec-box1 .col-6.ptb-20.algn-slfcntr,
  .bounsec-box2 .col-6.algn-slfcntr.ptb-20 {
    padding: 0 25px;
  }

  .bnus-heading,
  .bnus-heading1 {
    margin-left: 13px;
  }

  .ship-container {
    padding: 20px 8px;
  }

  .ship-icon {
    margin-bottom: 20px;
  }

  .testimonial-box .grid-row {
    flex-wrap: nowrap;
  }

  .testimonial-box .col-2,
  .term-condition .col-2 {
    flex: 16.66%;
  }

  .testimonial-box .col-10,
  .term-condition .col-10 {
    flex: 83.33%;

    padding-left: 20px;
  }

  .testimonial-box {
    padding: 30px 0px;
  }

  .testimonial-content {
    padding: 30px 20px;
  }

  .testimonialbox-heading {
    margin-bottom: 5px;
  }

  .testimonialbox-para {
    font-size: 18px;
  }

  .cutsomer-name {
    font-size: 19px;
  }

  .testimonialbox-heading {
    font-size: 26px;
  }

  .testimonial-img {
    max-width: 110px;

    width: 100%;

    display: block;

    margin: auto;
  }

  .stars {
    font-size: 16px;
  }

  .term-condition .col-10 {
    padding-left: 0px;
  }

  .product-box {
    margin-bottom: 40px;
  }

  .freeship-plsbnus {
    max-width: 484px;

    width: 100%;

    margin: 0 auto 25px;
  }

  .atc-btn,
  .atcbtn-boxplus {
    max-width: 370px;

    margin: auto;
  }

  #atc-guarantee-section,
  #atc-guarantee-section1 {
    padding: 40px 10px 22px;
  }

  .faq-box {
    padding: 10px 15px;
  }

  .footer-links ul {
    flex-wrap: wrap;
  }

  .para-style p,
  .para-style ol {
    font-size: 20px;
  }

  .box-heading {
    text-align: center;
  }

  .product-img2 {
    margin-bottom: 15px;
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 27px;

    font-size: 11px;
  }

  @keyframes bounce-plus {
    0% {
      top: 26px;

      z-index: 3;

      opacity: 0;
    }

    60% {
      top: -5px;

      z-index: 3;

      opacity: 0.5;
    }

    100% {
      top: 21px;

      color: #fff;

      z-index: 3;

      opacity: 1;
    }
  }
}

@media (max-width: 560px) {
  #scientist-section .col-10 {
    padding-left: 32px;

    padding-right: 27px;
  }
}

@media (max-width: 500px) {
  .bannersubheading {
    font-size: 35px;
    line-height: 50px;
    margin-bottom: 0px;
  }
  .bannersubheading:after {
    margin-top: -8px;
  }
  #scientist-section .col-10 {
    padding-left: 30px;

    padding-right: 30px;
  }

  .section-heading {
    font-size: 32px;

    line-height: 38px;
  }

  #scientist-section .grid-row.ptb-30 {
    padding-bottom: 0px !important;

    padding-top: 20px !important;
  }

  #scientist-section:before {
    left: -70px;

    opacity: 0.3;
  }

  #scientist-section:before {
    background: none;
  }

  .para-style ol {
    padding-left: 26px;
  }

  .banner-content {
    padding: 30px 10px;
  }

  .main_heading {
    font-size: 48px;

    line-height: 50px;
  }

  .main_heading .mainheading-lght {
    font-size: 42px;
  }

  .heading-para {
    font-size: 18px;

    padding: 0 0px;
  }

  .para-style p,
  .para-style ol {
    font-size: 18px;

    margin-bottom: 20px;
  }

  .mbl-img {
    margin: 0 auto 25px;
  }

  .work-heading {
    font-size: 28px;

    width: 86%;

    margin: -20px auto 32px;
  }

  .product-img {
    width: 75%;
  }

  .wrksecn-box {
    padding: 0px 10px 20px;
  }

  .box-heading {
    text-align: center;

    font-size: 30px;
  }

  .product-img2 {
    margin-bottom: 20px;
  }

  #testimonial,
  #work-section,
  .bonussec-content {
    padding: 50px 15px;
  }

  .bonus-heading {
    font-size: 31px;
  }

  .bonus-heading span.poppins-extrabold {
    font-size: 37px;
  }

  .bounsec-box1,
  .bounsec-box2 {
    border-radius: 40px;

    padding: 20px;
  }

  .bonus-img {
    width: 78%;

    margin: 10px auto 0;
  }

  .bounsbox-heading,
  .bounsbox-heading1 {
    font-size: 45px;

    margin-bottom: 5px;

    line-height: 1.1;
  }

  .bnus-heading,
  .bnus-heading1 {
    font-size: 24px;

    margin-bottom: 12px;

    margin-top: 0px;
  }

  .bounsbox-subheading,
  .bounsbox-subheading1 {
    font-size: 25px;
  }

  .bouns-price {
    font-size: 24px;

    margin-bottom: 14px;
  }

  #shipandbonus {
    padding: 25px;
  }

  .ship-container {
    padding: 20px 0px 10px;
  }

  .shipbnus-heading {
    font-size: 28px;
  }

  .shipbnus-para {
    font-size: 20px;
  }

  .custm-ordr {
    font-size: 21px;
  }

  .testimonial-heading {
    font-size: 30px;

    margin-bottom: 15px;
  }

  .dsktp-show {
    display: none;
  }

  .mbl-show {
    display: block;
  }

  .testimonialbox-para {
    margin-top: 10px;

    font-size: 17px;

    margin-bottom: 10px;
  }

  .testimonialbox-heading {
    font-size: 24px;
  }

  .stars {
    margin-bottom: 0px;
  }

  .testimonial-content {
    padding: 30px 20px 5px;
  }

  .testimonial-box {
    padding: 25px 0px;
  }

  .term-condition img.mbl-show {
    display: inline-block;

    float: left;

    margin-right: 8px;
  }

  .col-sm-12 {
    flex: 100%;
  }

  .col-sm-2 {
    display: none;
  }

  .term-para {
    font-size: 17px;
  }

  .guarantee-heading {
    font-size: 28px;
  }

  .term-condition {
    padding: 30px 30px;
  }

  .guarantee-para p {
    font-size: 19px;
  }

  .yesclr-red {
    color: #eb8219;

    font-size: 24px;
  }

  #faq-section {
    padding: 40px 16px 30px;
  }

  .faq-heading {
    font-size: 30px;
  }

  .accordion-box .ui-accordion-header h3 {
    font-size: 22px;
  }

  .accordion-box .ui-accordion-header {
    padding: 12px 12px;
  }

  .accordion-box .ui-accordion-content {
    border-radius: 0 0 10px 10px;
  }

  .accordion-box .ui-accordion-content p {
    font-size: 17px;
  }

  .faqsec-content {
    padding: 30px 0;
  }

  .atcguante-heading {
    font-size: 30px;
  }

  .product-heading {
    font-size: 23px;
  }

  .product-img {
    margin: 0 auto 12px;
  }

  .btl-price {
    font-size: 58px;

    margin-bottom: 9px;
  }

  .btl-slash {
    font-size: 27px;

    position: relative;
  }

  .scientif-refcontent {
    padding: 30px 20px 30px 10px;
  }

  .scientif-refcontent ol {
    padding-left: 21px;

    column-gap: 37px;
  }

  .footer-links ul {
    padding: 0 26px;
  }

  .footer-links ul li {
    padding-right: 20px;

    margin-bottom: 10px;
  }

  .footer-links {
    padding: 20px 0 10px;
  }

  .bnsprice {
    font-size: 30px;
  }

  .partnr-new {
    width: 52%;
  }

  .main_heading .blood:before {
    transform: translate(302%, 5px);
  }

  .main_heading .blood:after {
    transform: translate(-294%, 5px);
  }

  .atc-btn {
    justify-content: center;
  }

  .atc-btn span.content {
    padding-right: 20px;
  }

  .cart-icon {
    padding: 12px 12px 3px 11px;
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 87px;
  }
}

@media (max-width: 428px) {
  .logo {
    font-size: 28px;
  }

  .toggle-btn {
    font-size: 28px;
  }

  .main_heading {
    font-size: 44px;

    line-height: 50px;

    margin-bottom: 10px;
  }

  .main_heading .mainheading-lght {
    font-size: 38px;
  }

  .main_heading .blood:before {
    max-width: 26px;

    transform: translate(228%, 6px) scale(0.8);
  }

  .main_heading .blood:after {
    transform: translate(-273%, 5px) scale(0.8);
  }

  .parnt-logo {
    width: 85%;
  }

  .section-heading {
    font-size: 28px;

    line-height: 35px;
  }

  .mbl-img {
    width: 89%;
  }

  .work-heading {
    font-size: 25px;

    width: 90%;
  }

  .box-heading {
    font-size: 28px;
  }

  .product-img2 {
    width: 65%;
  }

  .bonus-heading {
    font-size: 26px;
  }

  .bonus-heading span.poppins-extrabold {
    font-size: 32px;
  }

  .bounsec-box1,
  .bounsec-box2 {
    padding: 15px;
  }

  .bounsbox-heading,
  .bounsbox-heading1 {
    font-size: 42px;
  }

  .bnus-heading,
  .bnus-heading1 {
    font-size: 22px;
  }

  .bouns-price {
    font-size: 23px;

    margin-bottom: 14px;
  }

  .bnsprice {
    font-size: 28px;
  }

  .bounsec-box1 .para-style p,
  .bounsec-box2 .para-style p {
    font-size: 19px;
  }

  .ship-icon i {
    font-size: 8rem;
  }

  .shipbnus-heading {
    font-size: 26px;
  }

  .shipbnus-para {
    font-size: 19px;
  }

  .custm-ordr {
    font-size: 20px;
  }

  .testimonial-heading {
    font-size: 27px;

    margin-bottom: 7px;
  }

  .testimonial-heading:after {
    background-size: contain;
  }

  .testimonialbox-heading {
    font-size: 22px;
  }

  .stars {
    font-size: 14px;
  }

  .testimonialbox-para {
    font-size: 16px;
  }

  .cutsomer-name {
    font-size: 17px;
  }

  .term-para {
    font-size: 18px;
  }

  .yesclr-red {
    font-size: 23px;
  }

  .term-condition {
    padding: 20px 20px;
  }

  .product-heading {
    font-size: 22px;
  }

  .btl-price {
    font-size: 56px;
  }

  .btl-slash {
    font-size: 25px;
  }

  .atc-btn {
    width: 94%;
  }

  .guarantee-heading {
    font-size: 26px;

    width: 97%;

    margin-bottom: 30px;
  }

  .guarantee-para {
    padding: 0 8px;
  }

  .guarantee-para p {
    font-size: 17px;
  }

  .faqsec-content {
    padding: 25px 0;
  }

  .faq-heading {
    font-size: 28px;
  }

  .accordion-box .ui-accordion-header h3 {
    font-size: 21px;
  }

  .accordion-box .ui-accordion-header {
    padding: 10px 10px;

    margin-top: 20px;
  }

  .accordion-box .ui-accordion-content {
    padding: 15px;
  }

  .atcguante-heading {
    font-size: 27px;
  }

  .accordion-box .ui-accordion-header .arrow {
    top: -27px;

    font-size: 22px;
  }

  .accordion-box .ui-accordion-header .arrow-animate.arrow {
    top: 10px;
  }

  .scientif-refcontent ol {
    column-count: 1;
  }

  .footer-links ul {
    display: block;

    column-count: 2;
  }

  .faq-box .accordion-box:first-child .ui-accordion-header .arrow,
  .faq-box
    .active.accordion-box:first-child
    .ui-accordion-header
    .arrow-animate.arrow {
    top: -2px;
  }

  .plus-icon {
    font-size: 36px;
  }

  .atc-section .grid-row {
    margin-bottom: 30px;
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 82px;
  }
}

@media (max-width: 425px) {
  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 81px;
  }
}

@media (max-width: 414px) {
  .main_heading {
    font-size: 43px;
  }

  .main_heading .blood:before {
    transform: translate(224%, 6px) scale(0.8);
  }

  .main_heading .blood:after {
    transform: translate(-269%, 5px) scale(0.8);
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 75px;
  }
}

@media (max-width: 390px) {
  .logo {
    font-size: 25px;
  }

  .toggle-btn {
    font-size: 26px;
  }

  .main_heading .mainheading-lght {
    font-size: 32px;

    letter-spacing: 1px;
  }

  .main_heading {
    font-size: 38px;

    line-height: 42px;
  }

  .main_heading .blood:before {
    transform: translate(192%, 1px) scale(0.7);
  }

  .main_heading .blood:after {
    transform: translate(-242%, 2px) scale(0.7);
  }

  .heading-para {
    font-size: 17px;
  }

  #scientist-section .col-10 {
    padding-left: 20px;

    padding-right: 20px;
  }

  .section-heading {
    font-size: 26px;

    line-height: 32px;
  }

  .work-heading {
    font-size: 23px;
  }

  .box-heading {
    font-size: 26px;

    margin-bottom: 13px;
  }

  .bonus-heading {
    font-size: 25px;
  }

  .bonus-heading span.poppins-extrabold {
    font-size: 29px;
  }

  #testimonial,
  .bonussec-content {
    padding: 35px 15px;
  }

  #work-section {
    padding: 46px 15px;
  }

  .bounsec-box1 .col-6.ptb-20.algn-slfcntr,
  .bounsec-box2 .col-6.algn-slfcntr.ptb-20 {
    padding: 0 20px;
  }

  .bounsbox-heading,
  .bounsbox-heading1 {
    font-size: 37px;
  }

  .bounsbox-subheading,
  .bounsbox-subheading1 {
    font-size: 22px;
  }

  .bnus-heading,
  .bnus-heading1 {
    font-size: 20px;
  }

  .bounsec-box1 .para-style p {
    font-size: 18px;
  }

  .bounsec-box1 {
    margin-bottom: 37px;
  }

  .bnsprice {
    font-size: 27px;
  }

  .bouns-price {
    font-size: 22px;
  }

  .bounsec-box1 .para-style p,
  .bounsec-box2 .para-style p {
    font-size: 18px;
  }

  #shipandbonus {
    padding: 20px;
  }

  .shipbnus-heading {
    font-size: 25px;
  }

  .shipbnus-para {
    font-size: 18px;
  }

  .custm-ordr {
    font-size: 19px;
  }

  .testimonial-heading {
    font-size: 25px;
  }

  .testimonial-content {
    padding: 20px 20px 5px;
  }

  .testimonial-box .col-2,
  .term-condition .col-2 {
    flex: 20.66%;
  }

  .testimonial-box .col-10,
  .term-condition .col-10 {
    padding-left: 12px;
  }

  .testimonialbox-heading {
    font-size: 21px;
  }

  .stars {
    font-size: 13px;
  }

  .cutsomer-name {
    font-size: 16px;
  }

  .term-para {
    font-size: 17px;
  }

  .yesclr-red {
    font-size: 22px;
  }

  .tick-box {
    width: 10%;
  }

  .atc-btn {
    font-size: 22px;
  }

  .product-heading {
    font-size: 21px;
  }

  .guarantee-heading {
    font-size: 24px;
  }

  .guarantee-para p {
    font-size: 16px;
  }

  .faq-heading {
    font-size: 26px;
  }

  .accordion-box .ui-accordion-header h3 {
    font-size: 20px;
  }

  .accordion-box .ui-accordion-content p {
    font-size: 16px;
  }

  .accordion-box .ui-accordion-content {
    padding: 14px;
  }

  .atcguante-heading {
    font-size: 25px;
  }

  .statmnt-para p {
    font-size: 14px;
  }

  .footer-links ul {
    font-size: 15px;
  }

  .para-style p,
  .para-style ol {
    font-size: 17px;
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 70px;
  }
}

@media (max-width: 375px) {
  .work-heading {
    font-size: 22px;
  }

  .box-heading {
    font-size: 25px;

    margin-bottom: 10px;
  }

  .wrksecn-box {
    padding: 0px 10px 5px;
  }

  .bounsbox-heading,
  .bounsbox-heading1 {
    font-size: 35px;
  }

  .bounsbox-subheading,
  .bounsbox-subheading1 {
    font-size: 21px;

    margin-bottom: 5px;
  }

  .bouns-price {
    font-size: 21px;
  }

  .bnsprice {
    font-size: 25px;
  }

  .bounsec-box1 .para-style p,
  .bounsec-box2 .para-style p {
    font-size: 16px;
  }

  .ship-icon i {
    font-size: 7rem;
  }

  .shipbnus-heading {
    font-size: 24px;
  }

  .shipbnus-para {
    font-size: 17px;
  }

  .custm-ordr {
    font-size: 18px;
  }

  .testimonial-heading {
    font-size: 24px;
  }

  .testimonialbox-heading {
    font-size: 20px;
  }

  .atc-btn {
    font-size: 21px;
  }

  .btl-price {
    font-size: 52px;
  }

  .guarantee-heading {
    font-size: 24px;
  }

  .faq-heading {
    font-size: 25px;
  }

  .accordion-box .ui-accordion-header h3 {
    font-size: 19px;
  }

  .accordion-box .ui-accordion-header .arrow {
    font-size: 21px;
  }

  .atcguante-heading {
    font-size: 24px;
  }

  .product-img.btl1 {
    max-width: 103px;
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 65px;
  }

  .bonus-heading {
    font-size: 24px;
  }

  .bonus-heading span.poppins-extrabold {
    font-size: 27px;
  }

  .term-para {
    font-size: 16px;
  }

  .yesclr-red {
    font-size: 21px;
  }
  .bannersubheading {
    font-size: 35px;
    margin-bottom: 0px;
  }
}

@media (max-width: 365px) {
  .main_heading {
    font-size: 36px;
  }

  .main_heading .blood:before {
    transform: translate(181%, 1px) scale(0.7);
  }

  .main_heading .blood:after {
    transform: translate(-235%, 2px) scale(0.7);
  }
}

@media (max-width: 345px) {
  .main_heading {
    font-size: 34px;
  }

  .main_heading .blood:before {
    transform: translate(166%, 1px) scale(0.7);
  }

  .main_heading .blood:after {
    transform: translate(-222%, 2px) scale(0.7);
  }
}

@media (max-width: 335px) {
  .main_heading .mainheading-lght {
    font-size: 29px;
  }

  .main_heading {
    font-size: 32px;
  }

  .main_heading .blood:before {
    transform: translate(155%, 1px) scale(0.7);
  }

  .main_heading .blood:after {
    transform: translate(-214%, 2px) scale(0.7);
  }
}

@media (max-width: 320px) {
  .footer-links ul {
    column-count: 1;
  }

  .statmnt-para p {
    font-size: 13px;
  }

  .statmnt-para {
    padding: 20px 0;
  }

  .scientif-refcontent {
    padding: 25px 20px 25px 10px;
  }

  #atc-guarantee-section,
  #atc-guarantee-section1 {
    padding: 28px 10px 15px;
  }

  .product-details {
    padding: 0 10px;
  }

  .product-heading {
    font-size: 20px;
  }

  .total-price {
    font-size: 18px;
  }

  .total-price span.poppins-bold {
    font-size: 22px;
  }

  .guarantee-heading {
    font-size: 23px;
  }

  .guarantee-section {
    padding: 15px 0 0;
  }

  .atc-section .grid-row {
    margin-bottom: 10px;
  }

  .product-box {
    margin-bottom: 30px;
  }

  .cart-icon img {
    max-width: 20px;
  }

  .cart-icon {
    padding: 10px 10px 3px;
  }

  .plus-icon {
    font-size: 31px;
  }

  .freeship img {
    width: 88%;

    margin: -17px auto 6px;
  }

  .atcguante-heading {
    font-size: 23px;
  }

  .accordion-box .ui-accordion-header h3 {
    font-size: 17px;
  }

  .accordion-box .ui-accordion-content p {
    font-size: 15px;
  }

  .accordion-box .ui-accordion-content {
    padding: 12px;
  }

  .faq-heading {
    font-size: 23px;

    margin-bottom: 14px;
  }

  #faq-section {
    padding: 28px 16px 30px;
  }

  .product-heading {
    font-size: 19px;
  }

  .btl-price {
    font-size: 50px;
  }

  .atc-btn {
    font-size: 19px;
  }

  .testimonialbox-heading {
    font-size: 19px;
  }

  .stars {
    font-size: 11px;
  }

  .testimonial-heading {
    font-size: 23px;
  }

  .shipbnus-heading {
    font-size: 22px;
  }

  .ship-container .col-9.plr-20.algn-slfcntr {
    padding-left: 10px !important;

    padding-right: 10px !important;
  }

  .ship-icon i {
    font-size: 6rem;
  }

  .shipbnus-para {
    font-size: 16px;
  }

  .custm-ordr {
    font-size: 17px;
  }

  .bounsec-box1 .col-6.ptb-20.algn-slfcntr,
  .bounsec-box2 .col-6.algn-slfcntr.ptb-20 {
    padding: 0 14px;
  }

  .bounsbox-heading,
  .bounsbox-heading1 {
    font-size: 32px;
  }

  .bounsbox-subheading,
  .bounsbox-subheading1 {
    font-size: 20px;
  }

  .bnus-heading,
  .bnus-heading1 {
    font-size: 19px;
  }

  #testimonial,
  .bonussec-content {
    padding: 35px 10px;
  }

  .bouns-price {
    font-size: 20px;
  }

  .bnsprice {
    font-size: 24px;
  }

  .bonus-heading {
    font-size: 22px;
  }

  .bonus-heading span.poppins-extrabold {
    font-size: 24px;
  }

  .box-heading {
    font-size: 23px;
  }

  .section-heading {
    font-size: 23px;

    line-height: 30px;
  }

  .main_heading {
    font-size: 30px;

    line-height: 35px;
  }

  .main_heading .mainheading-lght {
    font-size: 26px;
  }

  .main_heading .blood:before {
    transform: translate(142%, -2px) scale(0.5);
  }

  .main_heading .blood:after {
    transform: translate(-200%, -2px) scale(0.5);
  }

  .bannersubheading {
    font-size: 30px;
    margin-bottom: 4px;
    line-height: 1.4;
  }

  .heading-para {
    font-size: 16px;
  }

  .logo {
    font-size: 23px;
  }

  .term-condition {
    padding: 15px;
  }

  .para-style p,
  .para-style ol {
    font-size: 16px;
  }

  .partnr-new {
    width: 68%;
  }

  .btl3-box .atcbtn-boxplus .fa-solid.fa-plus,
  .btl1-box .atcbtn-boxplus .fa-solid.fa-plus,
  .atcbtn-boxplus .fa-solid.fa-plus {
    right: 49px;
  }

  @keyframes bounce-plus {
    0% {
      top: 26px;

      z-index: 3;

      opacity: 0;
    }

    60% {
      top: -5px;

      z-index: 3;

      opacity: 0.5;
    }

    100% {
      top: 19px;

      color: #fff;

      z-index: 3;

      opacity: 1;
    }
  }
}
.testimonialbox-heading span {
  text-transform: lowercase;
}
