body {
  font-family: 'Poppins';
}
.red-text {
  color: #C2116F;
}
.f40 {
    font-size: 40px;
}
.pb2rem {
  padding-bottom: 2.2rem !important;
}
.featured-desktop {
      margin: 0 auto;
  }
  .f-img {
      width: 18%;
      padding: 0px 10px;
  }
  .featured-desktop .heading {
      font-size: 20px;
      font-weight: 600;
      color: #B90062;
  }
  .featured-desktop {
      display: block;
  }
  .featured-mobile {
      display: none;
  }
/* header section */
.header-section {
  background-color: #0073c6;
  color: white;
  width: 100%;
  font-family: 'Poppins';
}
.footer-bottom{
  color: #fff;
}
.header-title {
  font-size: 50px;
  font-weight: 800;
  color: orange;
  -webkit-text-stroke: 1px white;
}

.header-content {
  font-size: 18px;
  font-weight: 600;
  text-align: left;
}

.header-timer {
  background: #004381;
  color: #ffcc00;
  padding: 3px 6px;
  border-radius: 3px;
  font-weight: bold;
  display: inline-block;
}
.timer-sec {
  display: flex;
}
.header-description {
  font-size: 18px;
  display: block;
  font-weight: 600;
}

.header-btn {
  background-color: #ff335a;
  color: white;
  font-size: 20px;
  font-weight: 600;
  border-radius: 5px;
  padding: 5px 15px;
  border: 2px solid white;
  white-space: nowrap;
}

.header-btn:hover {
  background-color: #ff335a;
}
.sec1 {
  background: url(../images/FAQ.png) no-repeat center center;
    background-size: cover;
    width: 100%;
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0;
    margin: 0;
    position: relative;
}
.video-container {
  font-family: 'Poppins';
  color: #051773;
  z-index: 999;
}
.video_outer {
      max-width: 807.11px !important;
    max-height: 454px !important;
    margin: 0 auto;
}
.video-container h1 {
  font-weight: 700;
  margin: 0 auto;
  font-size: 34px;
  padding-bottom: 1%;
}

/* us-scientist */

.us-scientist {
  background: url("../images/FAQ.png") no-repeat center center;
  background-size: cover;
  width: 100%;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 0;
  margin: 0;
  position: relative;
}
.us-scientist p {
  font-weight: 600;
  color: #051773;
}
.us-scientist-title {
  font-weight: 800;
  font-size: 30px;
  color: #051773;
  text-transform: uppercase;
  margin: 0;
}

.us-scientist-title span {
  color: #d1006a;
}

.computer-frame {
  width: 800px;
  height: auto;
  margin: 0;
  padding: 0;
}

/* discount-section */

.timer {
  background: url("../images/Union.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  width: 100%;
  position: relative;
  padding: 25px 0;
  background-color: #fdf5fc;
}

.timer p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 5px;
}

.timer h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 15px;
  font-family: 'Poppins';
}

.countdown-timer {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  font-weight: bold;
  gap: 5px;
  margin-bottom: 5px;
  font-family: 'Poppins';
}

.timer-box {
  background: #a00055;
  padding: 10px 15px;
  border-radius: 5px;
  display: inline-block;
  font-size: 34px;
  font-weight: bold;
  color: #ffefb0;
}

.timer-labels {
  display: flex;
  justify-content: center;
  font-size: 20px;
  gap: 40px;
  font-weight: 400;
}


/* Plan Section */
.product-section {
  text-align: center;
  background-color: #fdf5fc;
  display: flex;
  justify-content: center;
  gap: 20px;
  padding: 50px 0;
  flex-wrap: wrap;
  font-family: 'Poppins';
}

.offer-card {
  flex: 1;
  min-width: 300px;
  max-width: 340px;
  background: #DF0378;
  color: white;
  border-radius: 70px 70px 0px 0px;
  padding: 20px 10px 0px 10px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.3);
  text-align: center;
  position: relative;
  overflow: hidden;
}
.most-popular {
  border: 5px solid #DF0378;
}
.offer-card::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 59%;
  background: white;
  z-index: 0;
}
.offer-card:first-child h4,
.offer-card:first-child h2,
.offer-card:first-child p,
.offer-card:last-child h4,
.offer-card:last-child h2,
.offer-card:last-child p {
  opacity: 0.9;
}
.offer-card h4 {
  margin: 0px 24px;
  padding: 6px;
  border-radius: 16px;
  color: #e00a7c;
  background: #ffffff;
  font-size: 22px;
}
.offer-card h2 {
  color: #fff;
  font-weight: 600;
  font-size: 36px;
}
.offer-card .title {
  margin: 0px 24px;
  padding: 6px;
  border-radius: 16px;
  color: #e00a7c;
  background: #ffffff;
  font-size: 22px;
  font-weight: 800;
}
.offer-card p {
  font-size: 26px;
}
.offer-card .image {
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
}
.offer-card .image img {
  max-width: 100%;
  max-height: 175px;
  display: block;
  margin: 0 auto;
}
.offer-card .price {
	position: relative;
	color: #4e4e4e;
	z-index: 1;
	opacity: 1 !important;
	background: none !important;
}
.offer-card.most-popular::after {
	background: #fff9df;
}
.offer-card.most-popular .price {
	background: #fff9df;
}
.offer-card.most-popular {
	margin-top: -18px;
	margin-bottom: -18px;
}
.offer-card.most-popular .title {		
	margin-top: 10px;
}
.price .sign {
  font-size: 22px;
  position: relative;
  top: -25px;
}

.price .per-bottle {
  font-weight: 900;
  color: #051773;
  font-size: 60px;
}

.price .txt {
  font-size: 18px;
  color: #4e4e4e;
}
.offer-card .btn {
  background-color: #ffda45;
  color: black;
  font-size: 20px;
  font-weight: 600;
  padding: 8px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  position: relative;
  z-index: 1;
  text-decoration: none;
}


.offer-card .card-img {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0 auto;
	width: auto;
	max-width: 100%;
	margin-top: 0;
}

.price-wrapper {
  font-size: 20px;
  color: black;
  position: relative;
  z-index: 2;
}

.reg-price {
  position: relative;
}

.strike {
  position: relative;
  display: inline-block;
}

.strike::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 2px;
  background-color: red;
  transform: rotate(-10deg);
}

.new-price {
  font-size: 26px;
  font-weight: 900;
  color: #051773 !important;
}

.offer-card hr {
  position: relative;
  z-index: 1;
  border: none;
  height: 2px;
  background-color: #e7afad;
  width: 80%;
  margin: 0 auto;
}

.offer-card .benefits {
  display: flex;
  z-index: 1;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
}

.offer-benefit {
  display: flex;
  align-items: center;
  color: #4e4e4e;
  font-size: 16px;
  font-weight: bold;
}

.offer-benefit .icon {
  color: #e6007e;
  font-size: 20px;
  margin-right: 8px;
}
.secure-package {
  background: url("../images/Union.png") no-repeat center center;
  background-size: cover;
  text-align: center;
  color: #fff;
  width: 100%;
  position: relative;
  padding: 25px 0;
  background-color: #fdf5fc;
}


.secure-package p {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}
.secure-package h2 {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: "Poppins";
}
.secure-package .timer-labels {
  padding-top: 6px;
}
.pricing-section-atc {
    padding: 14px 0px !important;
  }




/*references*/

/* customer section */
.customer-section {
  background-color: #fdf5fc;
}
.customer-section h3 {
  font-weight: 600;
  font-size: 26px;
}
.customer-section-atc {
  background-color: #fdf5fc;
}
.customer-section-atc h3 {
  font-weight: 600;
  font-size: 26px;
}
/* Order Multiple Section  */
.bonus-section {
  text-align: center;
  padding: 50px 20px;
  background-color: #fff;
}

.bonus-section h2 {
  font-weight: bold;
  font-size: 36px;
  margin-bottom: 20px;
}

.bonus-section h2 span {
  color: #d11584;
}

.bonus-card img {
  width: 100%;
  border-radius: 10px;
/*  max-width: 250px;*/
}

.img-wrapper {
  display: inline-block;
}

/*
THIS APPEARS TO BREAK SCROLLING!
.img-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
*/

.bonus-info .title {
  color: #13226b;
  text-align: left;
  font-size: 28px;
}

.bonus-header .price {
  font-size: 16px;
  margin-left: 5px;
  background-color: aliceblue;
  border-radius: 11px;
  padding: 0% 4%;
}

.bonus-header .price span {
  text-decoration: line-through;
  color: #ec4949;
}

.bonus-info .detail {
  font-size: 14px;
  margin-top: 14px;
  text-align: left;
  line-height: 1.8;
}
.bonus-header {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding-top: 20px;
}

.bonus-header .no {
  letter-spacing: 3px;
}
.order-multiple-bottles {
  white-space: nowrap;
}
.bonus-info hr {
  width: 100%;
  border: 1px solid black;
  margin: 10px 0;
}

.bonus-info {
  text-align: center;
}

/* review section */

.review-section {
  padding: 0px 12px;
}

.main-title {
  font-size: 42px;
  font-weight: bold;
}

.highlight {
  color: #d10075;
}

.review-image-strip {
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
}

.review-strip-img {
  width: 100%;
  max-width: 900px;
  border-radius: 10px;
}

.review-card-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: stretch;
}
.review-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  justify-content: space-between;
  border: 1px solid #c2116f;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.profile {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.profile-info {
  display: flex;
  flex-direction: column;
}

.profile-img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 2px solid #d10075;
}

h4 {
  font-size: 18px;
  font-weight: bold;
  color: #333;
}

.stars {
  width: 100px;
}

.review-text {
  font-size: 16px;
  color: #000;
  line-height: 1.7;
  padding: 0 10px;
}
.text-end {
  background-color: #fff;
}
.verified-paragraph {
  gap: 8px;
  display: flex;
}
.verified-badge {
  color: #28a745;
  font-weight: 400;
  font-size: 14px;
}
.verified-badge span {
  text-align: center;
  display: inline-block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #1ead78;
  color: #fff;
  font-size: 10px;
  line-height: 16px;
}
.purchase-info {
  color: #d11a7c;
  font-weight: 500;
  font-size: 13px;
}

/* Ingredients Section */
.ingredients-section {
  padding: 0px 12px;
}
.section-title {
  font-size: 44px;
  font-weight: 600;
  color: #000;
}

.highlight {
  color: #C2116F;
}

.section-subtitle {
  font-size: 18px;
  color: #000;
  margin-bottom: 30px;
}

.ingredient-card {
  background: white;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  transition: 0.3s ease-in-out;
}

.ingredient-card:hover {
  transform: translateY(-5px);
}

.ingredient-card img {
  width: 100%;
  height: 200px;
  border-radius: 10px 10px 0px 0px;
  margin-bottom: 15px;
}
.ingredient-card div {
  padding: 24px 16px;
}
.ingredient-card h4 {
  color: #c2185b;
  font-weight: 700;
  font-size: 26px;
  margin-bottom: 10px;
}
.ingredient-card p {
  font-size: 15px;
}

.ingredient-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ingredient-card ul li {
  position: relative;
  padding-left: 32px;
  margin-bottom: 8px;
  font-size: 16px;
  color: #333;
}

.ingredient-card ul li::before {
  content: "\2713";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  background-color: #d63384;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 14px;
}

/* FAQ section */
.faq-section {
  display: flex;
  justify-content: center;
  background-color: #FFDEDF;
  margin: 0 auto;
}

#faqAccordion {
  font-family: 'Poppins';
}
.faq-wrapper {
  width: 850px;
}


.faq-title {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  font-family: 'Poppins';
}

.accordion-item {
  background: white;
  border: none;
  border-radius: 8px;
  margin-bottom: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.accordion-button {
  background: white;
  font-size: 18px;
  font-weight: 600;
  color: #333;
  box-shadow: none;
  padding: 15px;
  border-radius: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
}

.accordion-button span {
  flex-grow: 1;
  text-align: left;
}

.accordion-button::after {
  content: "+";
  font-size: 24px;
  color: #d63384;
  font-weight: 400;
  position: relative;
  left: 0px;
  background-image: none !important;
}

.accordion-button:not(.collapsed)::after {
  content: "−";
}

.accordion-button:not(.collapsed)::after {
  content: "−";
}

.accordion-body {
  font-size: 16px;
  line-height: 1.6;
  padding: 15px;
  color: #555;
}

.guarantee-section {
    position: relative;
    text-align: center;
    padding: 5rem 12px;
    color: #333;
    background: url('../images/Rectangle24.png') no-repeat center center/cover; 
}
.mobile-only {
    display: none;
}
.guarantee-section h2 {
    font-size: 42px;
    font-weight: bold;
    margin-top: 6%;
    line-height: 1.6;
    text-align: start;
    margin-left: 3%;
}
 .meta-p-mobile {
  display: none;
 }
.title-txt {
    color: #D83F87;
}

.guarantee-section p {
    font-size: 18px;
    line-height: 1.8;
    text-align: start;
    width: 50%;
    margin-left: 4%;
    padding: 10px 0;
}
.badge-div {
  width: 60%;
  text-align: start;
  margin-left: 4%
}
.badge-icon {
    max-width: 66%;
}

.grantee-image {
    margin-top: 7%;
     width: 55%;
}

.small-text {
    font-size: 14px;
}

/* Responsive Styles */
.dr-section {
      padding: 0px 108px;
    margin-top: 6%;
    margin-bottom: 2%;
}
.dr-section .wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 1200px;
    margin: 0px auto;
    border-radius: 15px;
}
.dr-section .wrapper .bg-image {
    display: block;
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 45px;
}
.dr-section .text-wrapper {
  position: absolute;
    width: 70%;
    margin-left: 50%;
}
.overlay-left {
    position: absolute;
    left: 1%;
    top: 40%;
    transform: translateY(-50%);
    max-width: 40%;
}

.overlay-right {
    position: absolute;
    left: 90%;
    top: 62%;
    max-width: 16%;
}

/* .mobile-container { display: none; } */

.overlay-center {
    
    max-width: 68%;
    font-size: 20px;
}

.desktop-view .wrapper h4 {
    
    color: #c2116f;
    font-weight: bold;
    font-size: 50px;
    width: 100%;
}

.desktop-view .wrapper h3 {
    
    font-weight: bold;
    font-size: 50px;
    
    width: 100%;
}
.fixedbtn{ margin-top: -70px!important;
    display: block!important;
    position: absolute!important;
    margin-left: 14%!important;     }

/* Features Section */


.free-shipping {
  background-color: #03136c;
  color: white;
  padding: 12px 0;
  text-align: center;
  font-family: Arial, sans-serif;
}
.free-shipping .content {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 60px;
}


.shipping-icon {
 width: 90px;
 height: auto;
}


.shipping-text {
line-height: 2.4;
 text-align: left;
}


.shipping-text h5 {
 margin: 0;
 font-size: 24px;
 font-weight: 700;
}


.high-light {
 font-weight: 700;
 color: #e2cb6d;
}


.shipping-text p {
 margin: 2px 0 0;
 font-size: 16px;
}


.recommended {
 color: #e2cb6d;
 font-weight: 600;
}
/*start*/
.features-section {
 background-color: #FBEEF7;
 padding: 40px 0;
}


.feature-box {
 display: flex;
 justify-content: center;
 margin: 10px 0;
}


.feature-content {
 background-color: white;
 border-radius: 40px;
 display: flex;
 align-items: center;
 gap: 15px;
 box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
 width: 350px;
}

.feature-icon {
 background-color: #C71585;
 border-radius: 50%;
 width: 54px;
 height: 54px;
 display: flex;
 align-items: center;
 justify-content: center;
 flex-shrink: 0;
 border: 3px solid white;
}

.feature-icon img {
 width: 24px;
 height: 24px;
 filter: brightness(0) invert(1);
}


.feature-text {
 font-weight: 500;
 color: #000;
 font-size: 18px;
 white-space: nowrap;
}

.f60{font-size:60px;line-height:1.2;}
.dark-blue{color:#243239;}
.mob-video-cls{padding:0% 0px;background:#000000;}
.play-button {pointer-events:none;
    background:url(../img/play-button.png) no-repeat center center;
    background-size:100%;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    max-width:340px;
    left: 0;
    right:0;
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 25;
    display: none;
    cursor: pointer;
    margin:0 auto;
}
.button_outer img{
    max-width:100%;
}

.sec1 p{font-size:16px;color:#B90062; font-weight: 600}
.sec2 p{font-size:22px;}
.sec1 .video-container .heading-title {
  font-size: 30px;
  font-weight: 700;
  color: #193EE0;
  width: 650px;
}
.w-800 {
  width: 800px;
  margin: 0 auto;
}
.w-900 {
  width: 900px;
}
/* faq css end */
.dr-section .mobile-view {
    display: none;
}

/*sec21*/
.sec1 h2{font-weight:900;font-size:40px;}
.sec21 .container {
    max-width: 1140px;
}

.sec21 .row.part2{align-items:center;justify-content:space-evenly}
.sec21 .row.part2 .col-lg-2:nth-child(2), .sec21 .row.part2 .col-lg-2:nth-child(3), .row.part2 .col-lg-2:nth-child(4), .sec21 .row.part2 .col-lg-2:nth-child(1) {
    flex: 0 0 23%;
    max-width: 23%;
}
.sec21 .row.part2 .col-lg-2:nth-child(5) {
    flex: 0 0 15%;
    max-width: 15%;
}
.sec21 .row.part2 .col-lg-2 {
    text-align: center;
}
.sec21 img {
    width: 100%;
}
.sec21 h2 {
  font-family: 'Poppins';
}
/*sec22*/
.sec22 .container {
    max-width: 1140px;
}

.sec22 ol li {
  font-size: 0.7rem;
  line-height: 1.5;
  color: #7A7A7A;
  font-family: 'Roboto';
  margin-bottom: 10px;
  word-break: break-all;
}
/*sec23*/
.sec23 .section-bg {
 background: #b9c5ff;
 border-radius: 14px !important;
}
.video-btn {
 background: #ff0099;
 border-radius: 10px;
 padding: 12px 58px;
 font-size: 20px;
 font-weight: bold;
 border: 4px solid white;
 color: white;
 text-transform: uppercase;
 box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
 display: inline-flex;
 align-items: center;
 justify-content: center;
 gap: 10px;
}


.video-btn:hover {
 background: #e60087;
 border-color: #fff;
}


.sec23 h5 {
 font-size: 22px;
 font-family: 'Poppins';
}
.play-icon {
 background: white;
 color: #ff0099;
 border-radius: 50%;
 width: 28px;
 height: 28px;
 display: flex;
 align-items: center;
 justify-content: center;
 font-size: 14px;
}
/*exit intent*/
#exitIntent .modal-dialog {
    max-width: 780px;
}

.modal-content {
    background: #FDEDF8;
    border-radius: 15px;
    padding: 20px 86px;
    text-align: center;
    border: none;
    position: relative;
    margin: auto;
}

.modal-header {
    border: none;
    padding: 0;
}

.close-btn {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #fff;
    border: none;
    font-size: 30px;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 4px rgba(0, 0, 0, 0.2);
}
.pulsing {
    transform: scale(1);
    animation: pulsing 1s infinite;
}
@keyframes pulsing{0%{transform:scale(1);box-shadow:0 0 0 0 transparent}70%{transform:scale(1.034);box-shadow:0 0 0 10px transparent}100%{transform:scale(1);box-shadow:0 0 0 0 transparent}}

.modal-heading {
  font-size: 32px;
  color: red;
  font-weight: 700;
  margin: 0 auto;
}

.modal-body h1 {
    font-size: 32px;
    font-weight: 800;
    color: #C2116F;
    font-family: 'Poppins';
}

.modal-body p {
    font-size: 16px;
    font-weight: 700;
    color: #051773;
    padding: 10px 0px;
}

.cta-btn {
    line-height: 1.3;
    font-size: 18px;
    background-color: #193EE0;
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-weight: 800;
    text-decoration: none;
    display: inline-block;
}
 #recentBox {
	 font-family: 'Arial', sans-serif;
     height: auto;
     position: fixed;
     z-index: 9999;
     bottom: 20px;
     left: 20px;
     background: #03136c;
     color: #fff;
     border-radius: 8px;
     padding: 20px;
     font-size: 14px;
     box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
     display: none;
     font-weight: 400;
 }
 #recentBox strong {
     color: #ffeb3b;
 }
 #recentText {
     display: inline-block;
     text-align: left;
 }
 #randPurchase {
     font-weight: 700;
     font-size: 16px;
     color: #ffefb0;
 }
 .verified-badge,
 #verified-text {
     margin-right: 0;
 }
 #verified-text {
     font-size: 18px; font-weight: 800;
 }
 .pricing-section {
	padding: 20px;
}
.pricing-section.d-md-none .unstat.usa {
	max-width: 80px;
}
.left-section, .right-section, .left-section1 {
	padding: 5px;
	background: #FFF;
	color: #000;
}
.pricing-card {
	background: #FFF;
	border: 2px solid #999;
}
.pricing-card h2 {
	color: #000 !important;
}
.pricing-card:first-child .left-section, .pricing-card:first-child .right-section {
	background: #FFF9DF;
}
.price-pay-image {
	margin-top: -5px;
	padding-top: 0;
}
.left-section-image {
	height: auto;
	max-width: 100%;
}
.offer-benefit1 {
	font-size: 14px;
	font-weight: 600;
}
.price-benefits {
	gap: 0;
}
.mobstat {
	margin: 0 auto;
	max-width: 100%;
}
.mobstat.usa {
	max-width: 50%;
}
.pricing-card .right-section-per-bottle {
	font-size: 56px;
}
.pricing-card .price-benefits {
	margin-top: 0;
}
.pricing-card .right-section {
	padding: 0 5px 0 0;
}
#stickyfoot {
	padding: 2px 0 2px 0;
	background: #feffde;
	gap: 24px;
	border-top: 1px solid rgba(0,0,0,0.5);
	box-shadow: 0 -4px 4px rgba(0,0,0,0.33);
}
#stickyfoot p {
	padding: 0;
	margin: 0;
	font-size: 12px;
}
#stickyfoot h3 {
	margin-top: 14px;
	font-weight: bold;
	font-size: 14px;
}
.calltoaction {
	display: block !important;
}
.alert-section {
  background: #FED700;
  padding: 40px;
  color: #002C6B;
}
.alert-section .low-stock {
  padding: 24px 0px 8px 0px;
}
.alert-section p {
  font-size: 20px;
}
.guarantee_section {
  background: #C3116F;
}
.guarante{
  margin: auto;
  text-align: center;
  color: #fff;
}
.guarante p {
  text-align: left;
  font-size: 18px;
}

/*MEDIA*/
@media (max-width: 1400px){
.guarantee-section h2 {
  font-size: 34px;
}
.guarantee-section p {
  width: 58%;
}
.badge-div {
  width: 70%;
}
}
@media (max-width: 1280px) {
  .dr-section .wrapper .bg-image {
    height: 358px;
  }
}

@media (max-width: 1200px) {
  .badge-div {
    width: 80%;
  }
  .dr-section .wrapper .bg-image {
    height: 335px;
  }
  .desktop-view .wrapper h4 {
    font-size: 40px;
  }
  .desktop-view .wrapper h3{
    font-size: 40px;
  }
  .grantee-image {
    width: 60%;
  }
    .guarantee-section p {
    width: 70%;
  }
}
@media (max-width: 1024px) {
  .dr-section .wrapper .bg-image {
    height : 275px;
  }
   .desktop-view .wrapper h4 {
    font-size: 34px;
  }
    .desktop-view .wrapper h3 {
    font-size: 34px;
  }
  .overlay-center{
    font-size: 16px;
  }
  .section-title {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
    .w-800 {
      width: 100%;
    }
    .w-900 {
      width: 100%;
    }
    .featured-mobile .heading {
      font-size: 20px;
      font-weight: 600;
      color: #B90062;
    }
    .featured-mobile {
      display: block !important;
    }
    .featured-desktop {
      display: none !important;
    }
    .f-img {
      width: 20%;
    }
    .wistia_responsive_padding {
      padding: 2% 0 0 0 !important;
    }
    .video-container h1 {
      font-size: 24px;
    }
    .sec1 .video-container .heading-title {
      margin-bottom: 10px;
    }
    .computer-frame {
      width: 100%;
    }
    .feature-content {
        width: 100%;
    }
    .play-button {
        margin: 0px auto 0px;
        max-width: 220px !important;
    }
    .product-section {
        padding: 25px 10px;
    }
    .sec21 .container {
        max-width: 720px;
    }
    .sec22 .container {
        max-width: 720px;
    }
    .bonus-info .title {
        font-size: 25px;
    }
    .bonus-header .no {
        font-size: 20px;
    }
    .bonus-info .detail {
        font-size: 16px;
    }
    .bonus-header .price {
        font-size: 20px;
    }
    .verified-paragraph {
        gap: 4px;
    }
    .ingredients-section .section-title {
        font-size: 36px;
    }
    .ingredient-card div {
        padding: 14px 20px;
    }
    .customer-section {
        padding-top: 20px;
    }
    .customer-section-atc {
      padding-top: 20px;
  }
    .guarantee-section .meta-title {
      display: none;
    }
    .guarantee-section .desktop-only {
      display: none;
    }
    .guarantee-section .mobile-only {
      display: block;
    }
    .guarantee-section .col-md-6 {
      width: 100%;
    }
    .guarantee-section .mobile-only .title {
      font-size: 40px;
      font-weight: 600;
    }
    .guarantee-section .mbl-grantee-img {
      width: 22%;
      margin-top: 2%;
    }
    .guarantee-section .mobile-only h4 {
      font-size: 30px;
      color: #051773;
      font-weight: 600;
    }
    .guarantee-section .mobile-only p {
      font-size: 18px;
        text-align: center;
        width: 76%;
        margin: 0 auto;
        padding: 15px 0;
    }
    .badge-icon-m {
      padding: 10px;
      width: 64%;
    }
    .dr-section {
          padding: 0 98px;
    }
    .dr-section .wrapper .bg-image {
      height: 267px;
    }
    .desktop-view .wrapper h4 {
      font-size: 34px;
    }
    .desktop-view .wrapper h3 {
      font-size: 34px;
    }
    .overlay-center {
      font-size: 16px;
    }
}
@media (max-width: 768px) {
  .w-800 {
    width: 90%;
  }
  .sec1 p {
    font-size: 14px;
  }
  .sec1 .video-container .heading-title {
    font-size: 26px;
  }
  .computer-frame {
      max-width: 90%;
    }
    .video-container h1 {
      font-size: 26px;
    }
    .timer h2 {
        font-size: 30px;
    }
    .countdown-timer {
        font-size: 24px;
        gap: 2px;
    }
    .timer-box {
        padding: 5px 10px;
        font-size: 28px;
    }

    .timer-labels {
        gap: 20px;
    }
    .bonus-info .title {
        font-size: 30px;
    }
    .bonus-info .detail {
        font-size: 14px;
    }
    .header-section .row {
        text-align: center;
        flex-direction: column;
    }

    .header-title,
    .header-btn {
        margin-bottom: 5px;
    }
    .review-card-section {
        padding: 0px;
    }
    .card-review {
        margin-top: 8px;
    }
    .guarantee-section .col-md-6 {
        width: 100%;
    }
    .dr-section .desktop-view {
        display: none;
    }

    .dr-section .mobile-view {
        text-align: center;
        background: #fff;
        padding: 20px;
    }

    .mobile-view .text-wrapper {
        position: relative;
        max-width: 100%;
        margin: 0 auto;
        width: 100%;
        text-align: center;
    }

    .mobile-view .text-wrapper h3 {
        font-size: 34px;
        font-weight: 600;
        text-transform: uppercase;
        color: #C2116F;
        margin: 5px 0;
    }
    .black-txt {
        color: #000000 !important;
    }
    .mobile-view .text-wrapper p {
        font-size: 16px;
        line-height: 1.9;
        color: #333;
        margin: 0px auto;
        max-width: 100%;
        padding: 20px 0px;
        font-weight: 500;
    }

    .mobile-view .img-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .gradient-bg {
        width: 100%;
        background: url("../images/gradient.jpeg") no-repeat center center;
        background-size: cover;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 17px;
        overflow: visible; 
        padding-top: 0px;
    }

    .doctor-img {
        width: 80%;
        max-width: 300px;
        border-radius: 10px;
        position: relative;
        margin-top: -55px; 
    }

    .badge-img {
        width: 24%;
        max-width: 96px;
        transform: translateY(-121%);
    }
    .product-section {
        display: none;
    }
    .pricing-section {
        display: block !important;
        background: #fdf5fc;
    }

    .pricing-card {
        flex-direction: row;
        border-radius: 10px;
        margin-bottom: 15px;
        padding: 0;
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
        display: flex;
        align-items: stretch;
    }
    .left-section1,
    .left-section,
    .right-section {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .left-section {
        text-align: center;
        border-radius: 10px 0 0 10px;
    }
    .left-section1 {
        text-align: center;
        border-radius: 10px 0 0 10px;
    }
    .right-section {
        text-align: center;
        border-radius: 0 10px 10px 0;
    }

    .pricing-card .title {
        margin: 0px 24px;
        padding: 6px;
        border-radius: 16px;
        background: #ffffff;
        font-size: 18px;
        font-weight: 700;
    }
    .pricing-card h2 {
        color: #fff;
        font-weight: 600;
        font-size: 36px;
    }
    .pricing-card p {
        margin-top: -6px;
        font-size: 20px;
        margin-bottom: 0;
    }

    .right-section-price {
        font-weight: 500;
        position: relative;
        color: #4e4e4e;
    }
    .right-section-sign {
        font-size: 22px;
        position: relative;
        top: -25px;
    }
    .right-section-per-bottle {
        font-weight: 700;
        color: #051773;
        font-size: 50px;
    }
    .right-section-txt {
        font-size: 18px;
        color: #4e4e4e;
    }
    .price-divider {
        position: relative;
        z-index: 1;
        border: none;
        height: 2px;
        background-color: #e7afad;
        width: 80%;
        margin: 0px auto;
    }
    .offer-pice-btn {
        text-decoration: none;
        margin: 0 auto;
        background-color: #FABB00;
        color: black;
        font-size: 18px;
        width: 60%;
        font-weight: 600;
        padding: 6px 0px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
        position: relative;
        z-index: 1;
        margin-top: 10px;
        width: 75%;

    }
    .price-benefits {
        display: flex;
        z-index: 1;
        position: relative;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
        font-size: 18px;
        font-weight: 600;
    }
    .offer-benefit1 {
        display: flex;
        align-items: center;
        color: #4e4e4e;
    }
    .offer-benefit1 .icon {
        color: #e6007e;
        font-size: 20px;
        margin-right: 8px;
    }
    .price-pay-image img {
        position: relative;
        z-index: 1;
        width: 50%;
        display: block;
        margin: 0 auto;
    }
    .price-old {
        font-size: 20px;
        color: black;
        position: relative;
    }
    .reg-price-right {
        position: relative;
    }
    .reg-now-price {
        font-size: 22px;
        font-weight: 600;
        color: #051773 !important;
    }
    .left-section1:first-child h4,
    .left-section1:first-child h2,
    .left-section1:first-child p,
    .left-section1:last-child h4,
    .left-section1:last-child h2,
    .left-section1:last-child p {
        opacity: 0.9;
    }
    .shipping-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }

    .truck-icon {
        width: 70px;
    }

    .shipping-text {
        text-align: center;
        line-height: 2;
    }

    .shipping-text h5 {
        font-size: 20px;
    }

    .shipping-text p {
        font-size: 14px;
    }
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
    .guarantee-section h2 {
        font-size: 28px;
        text-align: center;
        margin-top: 5%;
        margin-left: 0px;
    }

    .guarantee-section p {
        font-size: 14px;
        text-align: center;
        margin-top: 5%;
        margin: 0 auto;
    }
    
    .badge-icon {
        max-width: 50%;
        margin: 0 auto;
        display: block;
    }

    .grantee-image {
        width: 30%;
        margin: 0 auto;
        display: block;
    }
    .small-text {
        font-size: 12px;
        text-align: center;
        white-space: normal;
    }
    .guarantee-section .mobile-only .title {
      font-size: 36px;
    }
    .badge-icon-m {
      width: 68%;
    }
    .guarantee-section .mobile-only h4 {
      font-size: 26px;
    }
    .guarantee-section .mobile-only p {
      font-size: 16px;
    }
    .col-md-2, .col-md-7 {
        width: 100%;
        text-align: center;
    }
     .text-md-end {
    width: 100%;
  }
  .card-review {
    width: 100%;
  }
  .review-card {
    text-align: left;
  }
  .verified-badge {
    text-align: center;
    line-height: 22px;
  } 
  .ingradient-col{
    width: 100% !important;
    text-align: left;
  }

.title-mobile {
    font-size: 40px;
  }
  .meta-title{
    display: none;
  }
  .meta-p{
    display: none;
  }
  .desktop-only {
    display: none;
}
.small-text {
    display: none;
 }
 .f60 {
  font-size: 48px;
 }
  .ingredients-section{
    padding: 0px;
  }
  .ingredient-card h4 {
    font-size: 22px;
  }
    .ingredients-section .section-title {
        font-size: 30px;
        line-height:1.3;
    }
    .faq-section {
        padding: 0 25px;
    }
    .f40 {
        font-size: 34px;
    }
    .dr-section .mobile-view {
        display: block;
    }
    #exitIntent .modal-dialog {
      max-width: 700px;
    }
    .secure-package h2 {
    font-size: 26px;
  }
  .secure-package p {
    font-size: 14px;
  }
  .pricing-section-atc {
    display: block !important;
  }
  .pricing-section-atc {
    background: #fdf5fc;
    padding: 18px 30px;
    text-align: center;
  }
}


@media (max-width: 767px) {
     .video-container h1 {
      font-size: 22px;
     }
     .sec1 p {
      font-size: 11px;
     }
     .sec1 .video-container .heading-title {
      font-size: 20px;
      width: 90%;
     }
     .feature-box {
       margin: 16px 0;
     }
     .feature-content {
        flex-direction: column;
        text-align: center;
        align-items: center;
        position: relative;
        padding-top: 22px;
     }
    .feature-icon {
        width: 42px;
        height: 42px;
        position: absolute;
        top: -20px;
        left: 50%;
        transform: translateX(-50%);
        background-color: #C71585;
        border-radius: 50%;
        padding: 5px;
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    }

    .feature-icon img {
       width: 15px;
       height: 15px;
    }
    .feature-text {
       font-size: 14px;
       padding-bottom: 8px;
    }
    .ingredients-section {
      padding: 0px 36px;
    }
}

@media (max-width: 600px) {
    .video-container h1 {
      font-size: 20px;
    }
    .f-img {
      width: 22%;
    }
    .timer h2 {
      font-size: 25px;
    }
    .ingredients-section {
      padding: 0px 12px;
    }
    .ingredients-section .section-title {
      font-size: 24px;
    }
    .pricing-card .title {
        font-size: 16px;
    }
    
    .offer-pice-btn {
        width: 80%;
    }
    .review-section .main-title {
        font-size: 32px;
    }

    .timer p {
        font-size: 18px;
    }
    .timer-labels {
        font-size: 16px;
    }
    .bonus-info .title {
        font-size: 30px;
    }
    .feature-content {
        padding-bottom: 10px;
    }
    .sec21 .row.part2 .col-lg-2:nth-child(4), .sec21 .row.part2 .col-lg-2:nth-child(5), .sec21 .row.part2 .col-lg-2:nth-child(2), .sec21 .row.part2 .col-lg-2:nth-child(3), .sec21 .row.part2 .col-lg-2:nth-child(1){
              flex: 0 0 45%;
              max-width: 35%;
    }
    .guarantee-section .mbl-grantee-img {
      width: 30%;
    }
    .dr-section {
      padding: 0 40px;
    }
      #exitIntent .modal-dialog {
    max-width: 500px;
  }
  .modal-body h1 {
    font-size: 30px;
  }
  .modal-content {
    padding: 10px 32px;
  }
  .feature-text{
    padding-bottom: 0px;
  }
  .secure-package p {
    font-size: 12px;
    margin-bottom: 0px;
  }
  .secure-package h2 {
    font-size: 22px;
    margin-top: 6px;
    margin-bottom: 2px;
  }
  .secure-package .timer-labels {
    padding-top: 0px;
  }
  .pricing-section-atc img {
    width: 100% !important;
  }

}

@media (max-width: 500px) {
    .pricing-card .title {
        margin: 0px 0px;
        font-size: 14px;
    }
     .timer h2 {
        font-size: 22px;
    }
    .offer-pice-btn {
        width: 100%;
    }
    .ingredients-section .section-title {
      font-size: 19px;
    }
  .guarantee-section .mobile-only h4 {
    font-size: 22px;
  }
  .feature-content {
    width: 80%;
  }
  .secure-package h2 {
    font-size: 21px;
  }
  .pricing-section-atc {
    padding: 18px 4px;
  }
  .customer-section-atc h3 {
    font-size: 18px !important;
  }
  .customer-section-atc img {
    height: 27px !important;
  }
  .customer-section-atc p {
    font-size: 12px !important;
  }
  .low-stock{
    font-size: 20px !important;
    font-weight: 500 !important;
  }
  
  .gurante-img{
    max-width: 120px !important;
  }
  .customer-section-atc {
    padding-top: 8px;
  }
  .fa-triangle-exclamation {
    font-size: 45px;
  }
  .alert-section {
    padding: 24px;
  }
  .alert-section p {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
    .sec1 {
      min-height: 40vh;
    }
    .f-img {
      width: 24%;
      padding: 0px 6px;
    }
    .video-container h1 {
      font-size: 20px;
    }
    .sec1 p {
        font-size: 12px;
    }
    .sec1 .video-container .heading-title {
      font-size: 20px;
    }
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
    .header-btn {
      font-size: 16px;
    }
    .wistia_responsive_padding {
        padding: 2% 0 0 0 !important;
    }
    .price-pay-image img {
      width: 70%;
    }
    

    .guarantee-section h2 {
        font-size: 18px;
    }

    .guarantee-section p {
        font-size: 12px;
        margin-top: 5%;
    }

    .badge-icon {
        max-width: 40%;
    }

    .grantee-image {
        width: 25%;
    }

    .small-text {
        font-size: 10px;
    }
    .guarantee-section .mobile-only h4 {
      font-size: 24px;
    }
    .badge-icon-m {
      width: 78%;
    }
    .mobile-view .text-wrapper h3 {
        font-size: 28px;
    }

    .mobile-view .text-wrapper p {
        font-size: 14px;
        max-width: 95%;
    }
    .feature-text {
      font-size: 16px;
    }
    .verified-badge {
      line-height: 22px;
    }
    .review-card-section .profile-info h4 {
      font-size: 20px;
    } 
    .review-card-section .profile-img {
      width: 60px;
      height: 60px;
    }
    
    .dr-section {
      padding: 0px 30px;
    }
    .doctor-img {
        width: 95%;
        bottom: 1; 
        left: 50%;
        transform: translateX(-50%);
    }

    .badge-img {
        width: 30%;
    }
    .header-title {
       font-size: 43px;
       font-weight: 800;
       color: orange;
       -webkit-text-stroke: 1px white;
     }

     .header-content {
        font-size: 14px;
        font-weight: 600;
        text-align: left;
     }
     .header-description {
        font-size: 15px;
        display: block;
        font-weight: 600;
     }
     .header-btn{
        margin-top: 2%;
     }
     
    h1 {
        font-size: 22px;
    }
    .timer p {
        font-size: 14px;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .timer h2 {
        font-size: 20px;
    }
    .countdown-timer {
        font-size: 16px;
        gap: 2px;
    }
    .timer-box {
        padding: 5px 10px;
        font-size: 24px;
    }
    .timer-labels {
         display: flex;
         justify-content: center;
         font-size: 14px;
         gap: 12px;
         font-weight: 400;
    }
    .guarantee-section p {
         font-size: 12px;
         margin-top: 5%;
         margin: 17px 0px 0px 55px;
    }
    .bonus-section h2 {
        font-weight: bold;
        font-size: 28px;
        margin-bottom: 4%;
    }
    .bonus-header .no {
        font-size: 15px;
    }
    .bonus-header .price {
        font-size: 14px;
    }
    .bonus-info .title {
        font-size: 23px;
    }

    .truck-icon {
        width: 70px;
    }
    .shipping-text h5 {
        font-size: 16px !important;
    }
    .shipping-text p {
        font-size: 12px !important;
    }
    .main-title {
         font-size: 30px;
         font-weight: bold;
    }

    h4 {
        font-size: 15px;
        font-weight: bold;
        color: #333;
    }

    
    .customer-section p {
        font-size: 16px;
    }
        .customer-section-atc p {
        font-size: 16px;
    }

    .ingredients-section .section-title {
        font-size: 20px !important;
        color: #000;
    }
    .section-subtitle {
        font-size: 16px;
        color: #000;
        margin-bottom: 30px;
    }
    .ingredients-section .row {
        margin-right: calc(-.9 * var(--bs-gutter-x));
        margin-left: calc(-.9 * var(--bs-gutter-x));
    }
    .ingredient-card h4 {
        color: #c2185b;
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 10px;
    }
    .ingredient-card p {
        font-size: 13px;
    }
    .ingredient-card ul li {
        position: relative;
        padding-left: 32px;
        margin-bottom: 8px;
        font-size: 14px;
        color: #333;
    }

    .f60 {
        font-size: 32px;
        line-height: 1.2;
    }
    .free-shipping .content {
        gap: 6px !important;
        padding-left: 20px;
        padding-right: 20px;
    }

    .shipping-text {
        line-height: 1;
    }
    .review-text {
        text-align: left;
    }
    .ingredient-card div {
        text-align: left;
        padding: 24px 20px;
    }
    .faq-section {
        padding: 0 4px;
    }
    .faq-wrapper {
        padding-left: 20px;
        padding-right: 20px;
    }
    .pricing-card .title {
        margin: 0px 0px !important;
        font-size: 12px !important;
      }
    .pricing-card h2 {
        font-size: 26px !important;
    }
    .pricing-card p {
        font-size: 16px !important;
        margin-top: 0px;
    }
    .right-section-sign {
        font-size: 20px !important;
        top: -14px !important;
    }
    .right-section-per-bottle {
        font-size: 36px !important;
    }
    .right-section-txt {
        font-size: 16px !important;
    }
    .offer-benefit1 .icon {
        font-size: 16px !important;
    }
    .offer-benefit1 {
        font-size: 12px !important;
    }
    .offer-pice-btn {
        padding: 4px 0px !important;
        width: 90%;
    }
    .reg-now-price {
        font-size: 20px !important;
    }
    .f40 {
        font-size: 28px;
    }
    .ingredients-section {
        padding: 0px 22px;
    }
    .bonus-info .detail {
        font-size: 14px;
    }
    .video-btn {
      padding: 10px 36px;
      font-size: 20px;
    }

    .sec23 h5 {
      font-size: 19px;
      font-family: 'Poppins';
    }
    .modal-body h1 {
      font-size: 28px;
    }
    .cta-btn {
      font-size: 16px;
    }
    .modal-heading {
      font-size: 26px;
    }
    .secure-package p {
    font-size: 16px;
    padding: 10px 23px 0px 23px;
    font-weight: 500;
  }
  .secure-package h2 {
    font-size: 20px;
    padding: 0 24px;
  }
  .guarante {
    padding: 24px;
  }
  .guarantee_section h3 {
    font-size: 20px;
  }
  .guarante p {
    text-align: left;
    font-size: 16px;
  }
}
@media (max-width: 390px) {
  .secure-package {
    padding: 25px 0px;
  }
  .secure-package h2 {
    padding: 0 22px;
  }
  .customer-section-atc h3 {
    font-size: 17px;
  }
}

@media (max-width: 380px) {
    .sec1 h1 {
      font-size: 20px;
    }
    .sec1 .video-container .heading-title {
      font-size: 18px;
    }
    .timer h2 {
      font-size: 17px;
    }
    .customer-section h3 {
      font-size: 20px;
    }
    .customer-section-atc h3 {
      font-size: 14px !important;
    }
    .customer-section-atc img {
      height: 22px !important;
    }
    .customer-section-atc p {
      font-size: 10px !important;
    }
    .review-section .main-title {
      font-size: 26px;
    }
    .review-card-section .profile-info h4 {
      font-size: 16px;
    }
    .f40 {
      font-size: 26px;
    }
    
    .pricing-card .title {
        font-size: 10px !important;
    }
    .offer-benefit1 .icon {
        font-size: 12px !important;
    }
    .pricing-card h2 {
        font-size: 24px !important;
    }
    .price-pay-image img {
        width: 75% !important;
    }
    .guarantee-section .mobile-only .title {
      font-size: 28px;
    }
    .guarantee-section .mobile-only .title-mobile {
      font-size: 28px;
    }
    .guarantee-section .mobile-only h4 {
      font-size: 18px;
    }
    .guarantee-section .mobile-only p {
      font-size: 15px;
      padding: 8px 0;
    }
    .sec21 .row.part2 .col-lg-2:nth-child(4), .sec21 .row.part2 .col-lg-2:nth-child(5), .sec21 .row.part2 .col-lg-2:nth-child(2), .sec21 .row.part2 .col-lg-2:nth-child(3), .sec21 .row.part2 .col-lg-2:nth-child(1) {
      max-width: 42%;
    }
    .dr-section .mobile-view {
      padding: 0px;
    }
    .video-btn {
     padding: 10px 33px;
     font-size: 18px;
    } 
    .sec23 h5 {
     font-size: 16px;
     font-family: 'Poppins';
    }

.doctor-img {
   width: 88%;
   bottom: 1px;
   left: 51%;
}
.bonus-info .title {
   font-size: 20px;
}
  .accordion-button {
    font-size: 14px;
  }
  .modal-body h1 {
    font-size: 26px;
  }
  .modal-heading {
    font-size: 20px;
  }

}
@media (max-width: 360px) {
    .sec1 {
      min-height:  38vh;
    }
    .sec1 h1 {
      font-size: 19px;
    }
    .mobile-only {
        display: block;
    }

    .desktop-only {
        display: none;
    }
    .guarantee-section h2 {
        font-size: 16px;
    }

    .guarantee-section p {
        font-size: 11px;
        margin-top: 5%;
    }

    .badge-icon {
        max-width: 35%;
    }

    .grantee-image {
        width: 20%;
    }

    .small-text {
        font-size: 9px;
    }
    .dr-section {
      padding: 0px 28px;
    }
    .video-btn {
      padding: 10px 33px;
      font-size: 10px;
    }
    .sec23 h5 {
      font-size: 14px;
      font-family: 'Poppins';
    }
    .timer p {
        font-size: 13px;
        font-weight: 400;
        margin-bottom: 5px;
    }
    .timer h2 {
     font-size: 15px;
    }
  .bonus-section h2 {
   font-size: 26px;
  }
 .review-section .main-title {
   font-size: 24px;
  }
  .modal-body h1 {
    font-size: 24px;
  }
  .cta-btn {
    font-size: 14px;
  }
  .pricing-section-atc {
    padding: 18px 1px;
  }
  .guarante{
    padding: 22px
  }
}
@media (max-width: 320px) {
    .sec1 p {
      font-size: 10px;
    }

    .header-title {
      font-size: 40px;
    }
    .header-content {
      text-align: center;
      padding-right: 0px !important;
      font-size: 12px;

    }
    .sec1 h1 {
      font-size: 16px;
    }
    .sec1 .video-container .heading-title {
      font-size: 14px;
    }
    .sec1 {
      min-height: 34vh;
    }
    .timer p {
      font-size: 14px;
    }
    .timer h2 {
      font-size: 12px;
    }
    .bonus-section h2 {
      font-size: 23px;
    }
    .review-section .main-title {
      font-size: 22px;
    }
    .verified-badge {
      font-size: 12px;
    }
    .ingredient-card h4 {
      font-size: 18px;
    }
    .mobile-view .text-wrapper h3 {
        font-size: 20px;
    }

    .mobile-view .text-wrapper p {
        font-size: 14px;
    }

    .doctor-img {
        width: 91%;
        left: 51%;
        top: 1px;
    }

    .badge-img {
        width: 35%;
    }

    .gradient-bg {
        padding: 1px 0;
    }
    .pricing-section {
        background: #fbe8f2 !important;
    }
    .pricing-card .title {
        font-size: 10px !important;
    }
    .pricing-card .title img {
        width: 8% !important;
    }
    .pricing-card h2 {
        font-size: 22px !important;
    }
    .pricing-card p {
        font-size: 12px !important;
    }
    .offer-pice-btn {
        font-size: 12px !important;
    }
    .f40 {
      font-size: 22px;
    }
    .guarantee-section .mobile-only .title {
      font-size: 26px;
    }
    .guarantee-section .mobile-only .title-mobile {
      font-size: 26px;
    }
    .guarantee-section .mobile-only h4 {
      font-size: 16px;
    }
    .guarantee-section .mobile-only p {
      width: 85%;
    }
    .sec21 .row.part2 .col-lg-2:nth-child(4), .sec21 .row.part2 .col-lg-2:nth-child(5), .sec21 .row.part2 .col-lg-2:nth-child(2), .sec21 .row.part2 .col-lg-2:nth-child(3), .sec21 .row.part2 .col-lg-2:nth-child(1){
      max-width: 48%;
    }
    .footer .footer-logo img {
      width: 100%;
      margin-right: 0px;
    }
    .video-btn {
      padding: 10px 33px;
      font-size: 10px;
    }

    .sec23 h5 {
      font-size: 14px;
      font-family: 'Poppins';
    }
    .ingredient-card p {
      font-size: 12px;
    }
    .ingredient-card ul li {
   font-size: 12px;
 }


 .accordion-button {
   font-size: 13px;
 }
 .modal-body h1 {
  font-size: 20px;
 }
 .modal-content {
  padding: 10px 18px;
 }
 .cta-btn{
  font-size: 13px;
 }
 .modal-body p {
  font-size: 14px;
 }
 .modal-heading {
  font-size: 17px;
 }
 .secure-package h2 {
    font-size: 20px;
  }
  .secure-package p {
    font-size: 16px;
  }

}


.testnet {
	grid-template-rows: auto;
	grid-template-columns: 1fr 1fr 1fr;
}
.w-layout-layout {
	display: grid;
	grid-row-gap: 20px;
	grid-column-gap: 20px;
	grid-auto-columns: 1fr;
	justify-content: center;
	padding: 20px;
}
.w-layout-cell {
	flex-direction: column;
	justify-content: flex-start;
	align-items: flex-start;
	display: flex;
}
.vidholder {
	border: 4px solid #6751a0;
	padding: 8px;
	background: #251749;
	background: radial-gradient(circle,rgba(103, 81, 160, 1) 0%, rgba(37, 23, 73, 1) 100%);
	box-shadow: 0 1px 4px 1px rgba(0,0,0,0.25);
}
.image-main {
	text-align: center;
	object-fit: fill;
	border: 1px #fff;
	border-radius: 15px;
	flex: 1;
	width: auto;
	max-width: 100%;
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	border: 10px solid #FFF;
	border-radius: 15px;
}
.img-container {
	justify-content: center;
	width: 100%;
	max-width: 240px;
	margin: 0 auto;
	display: flex;
}
.mob-video-container{ 
	padding-top: 0rem !important;
}
@media screen and (max-width: 768px) {
	.mob-video-container .wistia_responsive_padding { 
		overflow:auto!important; padding:176% 0 0 0!important;
	}
	#recentBox {
		bottom: auto !important;
		top: 20px !important;
	}
	.testnet {
		grid-template-columns: 1fr !important;
		max-width: 80%;
		margin: 0 auto;
	}
}
.unstat {
	display: block;
	position: relative;
	z-index: 2;
	width: auto;
	max-width: 100%;
	margin: 0 auto;
}
.unstat.usa {
	max-width: 100px;
}
.threearrows {
	text-align: center;
	background: #fdf5fc;
	padding: 30px 0 0 0;
}


/* main index */
.main-index .calltoaction,
.index2 .calltoaction,
.testimonials .calltoaction,
.index-tem .calltoaction,
.index-t3 .calltoaction,
.index-t2 .calltoaction,
.index-t1 .calltoaction,
.index-social .calltoaction,
.index-nwm .calltoaction,
.nwm-gtm .calltoaction,
.index-mt .calltoaction,
.index-mayo .calltoaction,
.index-ice3 .calltoaction,
.index-ice2 .calltoaction,
.index-ice .calltoaction,
.convert-test .calltoaction,
.index-atc .calltoaction {
  display: none !important;
}

.main-index .video_outer,
.index2 .video_outer,
.index-tem .video_outer,
.index-t3 .video_outer,
.index-t2 .video_outer,
.index-t1 .video_outer,
.index-mt .video_outer,
.index-mayo .video_outer,
.index-ice3 .video_outer,
.index-ice2 .video_outer,
.index-ice .video_outer,
.index-atc .video_outer {
  max-height: 100% !important;
}

.main-index .mob-video,
.index2 .mob-video,
.index-tem .mob-video,
.index-t3 .mob-video ,
.index-t2 .mob-video,
.index-t1 .mob-video,
.index-mt .mob-video ,
.index-mayo .mob-video,
.index-ice3 .mob-video,
.index-ice2 .mob-video,
.index-ice .mob-video,
.index-atc .mob-video {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

@media screen and (max-width: 768px) {
  .main-index .mob-video>*,
  .index2 .mob-video>*,
  .index-tem .mob-video>*,
  .index-t3 .mob-video>*,
  .index-t2 .mob-video>*,
  .index-t1 .mob-video>*,
  .index-mt .mob-video>*,
  .index-mayo .mob-video>*,
  .index-ice3 .mob-video>*,
  .index-ice2 .mob-video>*,
  .index-ice .mob-video>*,
  .index-atc .mob-video>* {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .main-index .mob-video,
  .index2 .mob-video,
  .index-tem .mob-video,
  .index-t3 .mob-video,
  .index-t2 .mob-video,
  .index-t1 .mob-video,
  .index-mt .mob-video,
  .index-mayo .mob-video,
  .index-ice3 .mob-video,
  .index-ice2 .mob-video,
  .index-ice .mob-video,
  .index-atc .mob-video {
    padding-top: 1rem !important;
    padding-bottom: 3rem !important;
  }
}
/* main index */

/* index2 */
@media (min-width: 768px) {
  .index2 .bonus-card img {
    width: 75%;
  }
}
/* index2 */


/* index social */
@media screen and (max-width: 768px) {
  .index-social .mob-video-container .wistia_responsive_padding,
  .convert-test .mob-video-container .wistia_responsive_padding,
  .banners .mob-video-container .wistia_responsive_padding {
    overflow: auto !important;
    padding: 176% 0 0 0 !important;
  }

  .index-social #recentBox,
  .convert-test #recentBox {
    bottom: auto !important;
    top: 20px !important;
  }
}
.index-social .mob-video-container{ padding-top: 0rem !important;  } 
/* index social */



/* Index-h313-opt2 */
 .custom-call-to-action { text-align: center; }
  .custom-call-to-action a {
      border: 0;
      background: none;
  }
  .custom-call-to-action a img {
      width: 100%;
      margin-top: -30px;
  }
  .custom-call-to-action a img {
      animation: bounce 1s infinite ease-in-out;
  }
  .bottom-border {
    border-bottom: 1px solid gray;
  }
  h3.offer-valid-for {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    gap: .5rem;
  }
  h3.offer-valid-for .new-countdown {
    color: red;
  }

  .custom-call-to-action {
	  display: none;
  }

  .custom-cta-p { font-size: 25px !important; color: black !important; }
    @keyframes bounce {
      0%,
      100% {
        transform: scale(1);
      }
  
      50% {
        transform: scale(1.05);
      }
    }

  @media (max-width: 520px){
      .custom-cta-p { 
        font-size: 15px !important ; 
        color: black !important; 
        margin-bottom: 5px; 
        margin-top: 5px;
      }
        .custom-call-to-action a img {
          width: 100%;
          margin-top: -20px;
      }
      h3.offer-valid-for { font-size: 1rem; gap: .3rem; }
  }
/* Index-h313-opts */