@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&family=Oswald:wght@200;300;400;500;600;700&family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&display=swap");
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kalam:wght@300;400;700&family=League+Spartan:wght@100..900&family=Manrope:wght@200..800&family=Oswald:wght@200;300;400;500;600;700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Kalam:wght@300;400;700&family=League+Spartan:wght@100..900&family=Manrope:wght@200..800&family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Oswald:wght@200;300;400;500;600;700&family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.mbl-only {
  display: none;
}

.dktp-only {
  display: block;
}

body {
  color: #1e1e1e;
  font-family: "Nunito", sans-serif;
  line-height: 1.3;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}

.container {
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  padding: 0px 20px;
}

.txt-cntr {
  text-align: center;
}

.aln-cntr {
  align-self: center;
}

.blk {
  display: block;
}
.dsply-blk{
  display: block;
}
.prBlock {
  display: block;
}

.dsplydesktop {
  display: block;
}

.dsplyMbl {
  display: none;
}

.aln-end {
  align-self: end;
}

.align-items-center {
  align-items: center;
}

.row {
  display: flex;
}

.grid-row {
  display: flex;
  flex-wrap: wrap;
}

.col-1 {
  flex: 8.33%;
}

.col-2 {
  flex: 16.66%;
}

.col-3 {
  flex: 25%;
}

.col-4 {
  flex: 33.33%;
}

.col-5 {
  flex: 41.66%;
}

.col-6 {
  flex: 50%;
}

.col-7 {
  flex: 58.33%;
}

.col-8 {
  flex: 66.66%;
}

.col-9 {
  flex: 75%;
}

.col-10 {
  flex: 83.33%;
}

.col-11 {
  flex: 91.66%;
}

.col-12 {
  flex: 100%;
}

.sectionMb {
  margin-bottom: 70px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-2 {
  margin-bottom: 20px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mb-pg-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.mtb-50 {
  margin-top: 50px;
  margin-bottom: 50px;
}

a {
  text-decoration: none;
}

ul {
  list-style: none;
}

.disc-style {
  list-style: disc;
}
.pl-30{
    padding-left:30px;
}

section img {
  width: 100%;
}

/* page css */
.hiddenSection {
    display: none;
}

.box-brd {
  border: 0.8px solid #6b73b7;
  border-radius: 10px;
}

.red-bg {
  background-color: red;
  padding: 11px;
  letter-spacing: 2px;
}

.red-bg p {
  font-size: 25px;
  letter-spacing: 2px;
  color: #fff;
}
.header_logo {
    width: 100%;
    max-width: 150px;
}
.nav-logo p {
  color: rgba(107, 115, 183, 1);
  font-size: 50px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.nav-logo strong {
  font-weight: 900;
}

.orderReserved {
  background: rgba(227, 241, 249, 1);
}

.orderReserved p {
    color: rgba(55, 92, 109, 1);
    text-align: center;
    font-size: 22px;
    font-weight: 800;
    line-height: 1.3;
    padding: 10px;
}

.subheadingContent {
   font-family: "Mulish", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    color: #1e1e1e;
    margin-bottom: 30px;

}

.headingContainer {
  max-width: 950px;
}

.contentBoxHeading {
  color: #1e1e1e;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
}

.phone-number a {
    color: rgba(55, 92, 109, 1);
    font-size: 25px;
    font-weight: 800;
    line-height: 1.3;
}

.phone-number a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f095";
  font-size: 22px;
}

/* .flexHalf {

  flex: 50%;


} */

.mark1 {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}
.container-video {
    width: 100%;
    max-width: 1140px;
    margin: 0px auto;
    padding: 0px 20px;
}

.d-flex {
  display: flex;
  justify-content: space-between;
}

.nav-item .nav-link {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-weight: 900;
    text-transform: uppercase;
}
.nav-item .active {
    background-color: #fff;
    color: rgba(55, 92, 109, 1);
    border-radius: 5px;
    padding: 1px 40px;
}

.bgPink {
  background-color: rgba(55, 92, 109, 1);
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    padding: 4px 0px;
}
.text-secondary {
    font-family: "Work Sans", sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 56.25px;
    text-align: center;
    color:rgba(55, 92, 109, 1);

}

.headingSection {
    padding: 1% 5px;
    margin-bottom: 2%;
}

.headingSection {
  background: rgba(243, 251, 255, 1);
}
.txt-cntr{
    text-align:center;
}

.headingBox  {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
}

/* contentSection */

.sideImg {
  display: block;
  width: 100%;
  max-width: 500px;
}

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

.borderPink {
  border: 1px solid rgb(55 92 109);
  border-radius: 15px;
}

/* contentSection */

.paraStyle p,
.list-style li {
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.list-style {
  padding-left: 30px;
}

.paraStyle p:last-child {
  margin-bottom: 0px;
}

.boxHeading {
    font-family: "Work Sans", sans-serif;
    font-size: 42px;
    font-weight: 700;
    line-height: 49.27px;
    color: rgba(55, 92, 109, 1);
    margin-bottom: 30px;

}

.pl-40 {
  padding-left: 40px;
}

/* runningBoyBg */

.runningBoyBg {
  background-image: url(/assets-mbn/images/my-mood-in-nature.webp);
  padding: 40px 0px;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: rgba(244, 245, 255, 1);
}

.sarah {
  background-image: url(/assets-mbn/images/woman-working-at-laptop-while-sitting-on.webp);
  padding: 40px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: left;
  background-color: rgba(244, 245, 255, 1);
}

.couple-fighting {
  background-image: url(/assets-mbn/images/couple-fighting.webp);
  padding: 40px 0px;
  background-size: 60% 100%;
  background-repeat: no-repeat;
  background-position-x: left;
  background-color: rgba(244, 245, 255, 1);
}

.works-so-well {
  background-image: url(/assets-mbn/images/works-so-well.webp);
  padding: 40px 0px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: rgba(244, 245, 255, 1);
}

/* deal Section */

.pinkBgHeading h3 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
}

.pinkBgHeading {
  border-radius: 15px;
  background: rgba(55, 92, 109, 1);
  padding: 25px 40px;
  margin-bottom: 60px;
}

/* deal Section */

.product-img img {
  width: 100%;
  max-width: 380px;
  margin: 0 auto;
}
.product-12btl img
{
  width: 100%;
  max-width: 460px;
  margin: 0 auto;
}
.imgwidth-500 img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}

/* getDouble */

.getDouble {
  background-image: url(/assets-mbn/images/hes-a-real-go-getter-shot-of-a-mature-businessman.webp);;
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: right;
  background-color: #ffffff;
  border-radius: 15px;
  border: 0.5px solid #929292;
}

.robert-img {
  background-image: url(/assets-mbn/images/group-of-excited-business-people-standing.webp);
  padding: 40px;
  background-size: 80%;
  background-repeat: no-repeat;
  background-position-x: left;
  background-color: #ffffff;
  border-radius: 15px;
  border: 0.5px solid #929292;
}

.kidney-effects {
  background-image: url(/assets-mbn/images/alkaline-effect.webp);
  padding: 40px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: left;
  background-color: #ffffff;
  border-radius: 15px;
  border: 0.5px solid #929292;
}

/* getDouble */

/* act box new */

.atcSection {
  padding: 2% 0% 1%;
}

.atcContainer {
  margin: 100px 0px;
}

.atcBox {
  border-radius: 10px;
  border: 0.8px solid #979797;
  background: #fff;
  font-family: "Montserrat", sans-serif;
  margin: 0px 18px;
}

.atc-head h5 {
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 800;
  border-radius: 6px 6px 0px 0px;
  background: #aaa;
  padding: 5px 0px;
  text-transform: uppercase;
}

.atc-head p {
  color: #000;
  font-size: 25px;
  font-weight: 500;
  background: #ededed;
  padding: 10px 0px;
  border-bottom: 1px solid #979797;
}

.atc-img img {
  width: 100%;
  max-width: 254px;
  margin: 15px auto 0px;
  display: block;
}

.atcContent.txt-cntr {
  padding: 0px 24px 30px;
}

h3.bottlePrice {
  color: #000;
  font-family: "Montserrat", sans-serif;
  font-size: 80px;
  font-weight: 800;
}

h3.bottlePrice span {
  color: #000;
  font-size: 25px;
  font-weight: 400;
}

.atcBtn a {
  display: block;
  color: #fff;
  font-size: 28px;
  font-weight: 800;
  border-radius: 10px;
  border: 1.5px solid #f90;
  background: linear-gradient(90deg, #f90 0%, #ffd500 100%);
  width: fit-content;
  margin: 10px auto 30px;
  display: flex;
  align-items: center;
  padding: 10px 6px;
  text-align: left;
}

.atcBtn a:hover {
  background: linear-gradient(90deg, #eb9109 0%, #cfaf0e 100%);
}

.atcBtn a img {
  width: 100%;
  max-width: 52px;
  padding-right: 10px;
}

.creditCart {
  width: 100%;
  max-width: 275px;
  margin-bottom: 20px;
}

.delPrice {
  margin-bottom: 20px;
}

.delPrice del {
  font-size: 25px;
  font-weight: 400;
  color: #f00;
}

.delPrice del em {
  color: #000;
  font-style: normal;
}

.delPrice span {
  color: #000;
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.gurnateeBox {
  display: flex;
  justify-content: center;
}

.guranteeLock img {
  width: 100%;
  max-width: 42px;
}

.guranteeContent p {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  text-align: left;
  padding-left: 10px;
}

.guranteeContent span {
  display: block;
  font-weight: 400;
}

.bonusList li::before {
  content: "✔";
  font-size: 20px;
  color: green;
  background: #ffff;
  padding: 0px 5px;
  border-radius: 6px;
  margin-right: 6px;
}

.bonusList li {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background: #545c8d;
  width: fit-content;
  margin: 5px auto 10px;
  padding: 8px 20px;
  border-radius: 9px;
}

.clrRed {
  background: #b91e24 !important;
}

.weightLoss p {
  color: #282828;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.weightLoss {
  position: relative;
}

.weightLoss::before {
  content: "";
  background: url(/assets/image-mbn/red-arrow.png);
  background-size: cover;
  display: block;
  width: 40px;
  height: 55px;
  background-repeat: no-repeat;
  position: absolute;
  top: 75%;
  left: -14%;
}

.prdtImg::after {
  content: "";
  background: url(/assets-mbn/image/saveImg960.png);
  background-size: cover;
  display: block;
  width: 81px;
  height: 81px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: 8%;
}

.atc-img.prdtImg3 {
  position: relative;
}

.prdtImg3::after {
  content: "";
  background: url(/assets-mbn/image/saveImg450.png);
  background-size: cover;
  display: block;
  width: 81px;
  height: 81px;
  background-repeat: no-repeat;
  position: absolute;
  top: 0%;
  right: 8%;
}

.footer_logo {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
}

/* act active */

.atcBox.active .atc-img img {
  max-width: 320px;
}

.atcBox.active .atc-img {
  position: relative;
}

.atcBox.active {
  transform: scale(1.11);
  transition: all ease 0.3s;
  border-radius: 10px;
  border: 0.8px solid #bbd781;
  background: rgba(251, 251, 255, 1);
  box-shadow: 0 4px 15px 0 rgba(0, 0, 0, 0.25);
}

.atcBox.active:hover {
  transform: scale(1.13);
}

.atcBox.active .atc-head h5 {
  background: rgba(107, 115, 183, 1);
}

.atcBox.active .atc-head p {
  background: rgba(107, 115, 183, 0.4);
  border-bottom: rgba(107, 115, 183, 0.4);
}

.atcBox.active::after {
  content: "";
  background: url(/assets-mbn/image/mostPopular.png);
  background-size: cover;
  display: block;
  width: 110px;
  height: 110px;
  background-repeat: no-repeat;
  position: absolute;
  top: -1%;
  right: -3%;
}

/* act box new */

/* free Gift */

.pinkBgHead {
  background-color: rgba(107, 115, 183, 1);
  border-radius: 15px 15px 0px 0px;
  padding: 30px 35px;
}

.pinkBgHead h4 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
}

.giftBox {
  border: 1px solid #929292;
  border-top: none;
  background: #fff;
}

.freegiftHeading h3 {
  background: rgba(107, 115, 183, 1);
  margin: 30px 0px;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  padding: 20px 40px 40px;
}

.paraContent {
  padding: 0px 30px 30px;
}

.borderRadiusLeft {
  border-radius: 0px 15px 15px 0px;
}

.borderRadiusRight {
  border-radius: 15px 0px 0px 15px;
}

.borderRadiusBottom {
  border-radius: 0px 0px 15px 15px;
}

.gift {
  max-width: 320px;
}

/* free Gift */

/* gurantee */

.blueBackground {
  background: rgba(244, 245, 255, 1);
  padding: 40px 0px;
}

.guranteeContainer {
  border-radius: 15px;
  border: 0.5px solid #929292;
  background: #fff;
  padding: 40px;
}

.guranteeImg {
  width: 100%;
  max-width: 485px;
}

/* gurantee */

/*ingredients*/

.border-Box{
    border:1px solid #375C6D;
    border-radius:15px;
    padding:0 !important;
    overflow:hidden;
}
.box-padding{
    padding:40px 30px;
}
.box-divider{
    border-bottom:1px solid #375C6D;
}
.ingredient-head {
	font-size: 40px;
	font-weight: 700;
	line-height: 49.27px;
	color: #fff;
	background: #375C6D;
	margin-bottom: 10px;
	padding: 30px 40px;
	font-family: "Work Sans", sans-serif;
}
.br-none{
    border-radius:0px !important;
}
.br-right {
	border-radius: 0px 15px 15px 0px;
}
.br-left {
	border-radius: 15px 0px 0px 15px;
}
.clr-white{
    color:#fff;
}
.alkaline-bg {
	background: url(../images/alkaline-balance.webp);
	background-position: left;
	background-repeat: no-repeat;
	padding-top:45px;
}
.potent-bg {
	background: url(../images/potent-ingredients.webp);
	background-position: right;
	background-repeat: no-repeat;
	padding-top:45px;
}
.long-term-bg {
	background: url(../images/long-term-benefit.webp);
	background-position: right;
	background-repeat: no-repeat;
	padding-top:45px;
}
.outcomes-bg {
	background: url(../images/proven-outcomes.webp);
	background-position: left;
	background-repeat: no-repeat;
	padding-top:45px;
}
.border-Box img{
    border-radius:15px;
}






/* timer */

.timer {
  display: flex;
  width: 100%;
  margin: 20px auto 50px;
  text-align: center;
  justify-content: center;
}

.setfield {
  width: 100%;
  position: relative;
  box-sizing: border-box;
  border-radius: 8px;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.hours {
  border-radius: 10px;
  background: red;
  padding: 5px 5px 18px;
  width: 100%;
  margin: 0px 10px;
  max-width: 240px;
}

.sectionTimer {
  font-weight: 600;
  position: absolute;
  bottom: 4px;
  left: 50%;
  transform: translate(-50%, 50%);
  padding: 0 5px;
  background: red;
  color: #fff;
  font-size: 30px;
  padding: 8px 20px 0px;
}

.time_cntnt {
  font-size: 70px;
  font-weight: 700;
  color: #fff;
  border-radius: 10px;
  margin: 40px 10px;
}

.mb-80 {
  margin-bottom: 80px;
}

.noThanks {
  margin-bottom: 60px;
}

/* timer */

footer {
    background-color: rgb(55 92 109);
    padding: 3% 0% 3%;
    border-top: 10px solid #ff9c00;
}

.noThanks a {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  text-decoration: underline;
}

.footerLogo h3 strong {
  font-weight: 900;
}

.footerLogo h3 {
  font-family: "Nunito", sans-serif;
  color: #fff;
  font-size: 68px;
  margin-bottom: 25px;
  font-weight: 300;
}

ul.footerLinks {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}

ul.footerLinks a {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
}

.linksBars::after,
.linksBars::before {
  content: "|";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 5px;
}

.footerPagesLinks {
  display: flex;
  justify-content: center;
}

.footerPagesLinks li a {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.termsConditionsBars::after,
.termsConditionsBars::before {
  content: "-";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 5px;
}

.termsConditionsBars1::before {
  content: "-";
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  margin: 0px 5px;
}

p.total-price {
  font-size: 24px;
  margin: 10px 0px;
  font-weight: bold;
}



 .box__faq-item:nth-child(even) {
    background-color: #F3FBFF;
    border-radius: 10px;
}
.my-4 {
    margin: 70px 0 40px;
}
.box__faq h3 {
    margin-top: .5em;
    margin-bottom: 0.7em;
    /* margin: 1em 0; */
    font-size: 2.1125rem;
}

.box__padding {
    padding: 28px 30px 40px;
}
.box__faq p {
    font-size: 26px;
    margin-bottom: 25px;
}

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

/* faq section  */
.fagContainer {
    border-radius: 15px;
    border: 0.8px solid var(--pruple-clr);
    overflow: hidden;
}

.faq-fav {
    background: var(--white-clr);
    color: var(--pruple-clr);
    padding: 5px 15px;
    border-radius: 50px;
    font-size: 28px;
    margin: 5px 8px 0 0;
}

footer a {
    color: #fff;
}
    
footer p {
    color: #fff;
    line-height: 1.5;
    margin-bottom: 15px;
    font-size: 22px;
}
.footerPagesLinks li:before {
    content: "-";
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 5px;
}

.footerPagesLinks li:first-child:before {
    content: "";
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    margin: 0px 5px;
}
.bordered {
    border: 1px solid #ba2685;
}
.rounded {
    border-radius: 15px;
    overflow: hidden;
}
.mt-4, .my-4 {
    margin-top: 1.5em !important;
}
.box__gradient{
    padding: 1em 1.3em;
}
.box__gradient {
    background: linear-gradient(180deg, #ba2685 0, #4a63bd 100%);
    color: #fff;
    border: none;
    border-radius: 12px;
    margin-bottom: 1em;
    text-align: left;
}
.mb-2{
    margin-bottom: .5em !important;
}
.box {
    position: relative;
    z-index: 1;
}
.box__title{
    color: #fff;
    background: linear-gradient(180deg, #ba2685 0, #4a63bd 100%);
    display: inline-block;
    width: 100%;
    max-width: 90%;
    margin-top: 1em;
    padding: .6em .55em .45em .7em;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    line-height: 1.2;
}
.box__title, body .main .box__title--fluid {
    max-width: 55%;
    padding: .8em .7em;
    line-height: 1.3;
}
.box__title{
    max-width: 60%;
}
.box__text{
        max-width: 60%;
}
.meticulously_researching{
    
    max-width: 300px;
    margin: 0 auto;
}


@media(min-width:768px){
    .box__text {
        padding: 1em 1.3em;
    }
}

@media(min-width:992px){
    .box__text {
        max-width: 55%;
    }
}

@media(max-width:1366px){
    .text-secondary {
    font-size: 42px;
    }
}

@media (max-width: 1024px) {
  .nav-logo p {
    font-size: 44px;
  }
  .nav-item .nav-link {
    font-size: 22px;
    font-weight: 700;
  }
  .phone-number a {
    font-size: 26px;
  }
  .orderReserved p {
    font-size: 20px;
    font-weight: 700;
  }
  .subheadingContent {
    font-size: 30px;
  }
  .text-secondary {
	font-size: 44px;
	line-height: 47px;
}
  .boxHeading {
	font-size: 36px;
	margin-bottom: 28px;
	line-height: 41px;
}
  .paraStyle p,
  .list-style li {
    font-size: 26px;
  }
  .pl-40 {
    padding-left: 30px;
  }
  .runningBoyBg {
    background-size: 75% 100%;
  }
  .pinkBgHeading h3 {
    font-size: 36px;
  }
  .pinkBgHeading {
    padding: 20px 40px;
    margin-bottom: 45px;
  }
  .ingredient-head {
	font-size: 36px;
}
.box-padding {
	padding: 26px 25px;
}
  .getDouble,
  .Robert,
  .kidney-effects,
  .robert-img {
    padding: 25px;
  }
  .time_cntnt {
    font-size: 65px;
    margin: 40px 10px;
  }
  .hours {
    max-width: 230px;
  }
  .atc-box {
    margin: 0px 10px;
  }
  .pinkBgHead h4 {
    font-size: 36px;
  }
  .paraContent {
    padding: 0px 25px 25px;
  }
  .freegiftHeading h3 {
    font-size: 36px;
    margin: 25px 0px;
  }
  .sideImg {
    max-width: 350px;
  }
  .guranteeImg {
    max-width: 430px;
  }
  .footerLogo h3 {
    font-size: 50px;
    margin-bottom: 12px;
  }
  .footerLogo h3 strong {
    font-weight: 800;
  }
  .nav-logo strong {
    font-weight: 800;
  }
  .atc-head h5 {
    font-size: 25px;
  }
  .atc-head p {
    font-size: 22px;
  }
  h3.bottlePrice {
    font-size: 62px;
  }
  .atcBox.active .atc-img img {
    max-width: 260px;
  }
  .prdtImg::after {
    width: 70px;
    height: 70px;
  }
  .bonusList li {
    font-size: 16px;
    margin: 5px auto 6px;
    padding: 5px 14px;
  }
  .weightLoss p {
    font-size: 22px;
  }
  .atcBtn a {
    font-size: 20px;
    margin: 10px auto 20px;
  }
  .creditCart {
    margin-bottom: 10px;
  }
  .guranteeContent p {
    font-size: 15px;
    padding-left: 6px;
  }
  .delPrice {
    margin-bottom: 13px;
  }
  .atcContent.txt-cntr {
    padding: 0px 15px 17px;
  }
}

@media (max-width: 768px) {
  .row {
    flex-direction: column;
  }
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12 {
    width: 100%;
  }
  .pl-30{
    padding-left:0px;
}
  .mark-img{
      width:100%;
      max-width:320px;
      display:block;
      margin:0 auto;
  }
  .border-Box .row{
      background:none;
      padding-top:30px;
  }
  .border-Box .row .col-5{
      display:none;
  }
  .mr-20-mbl{
      margin-right:20px;
  }
  .ml-20-mbl{
      margin-left:20px;
  }
  .ingredient-head {
	font-size: 32px;
	line-height: 42px;
	padding: 20px 40px;
}
  .wh-mbl {
    width: 100%;
  }
  .red-bg p {
    font-size: 22px;
  }
  .dsplydesktop {
    display: none;
  }
  .dsplyMbl {
    display: block;
  }
  .mbl-only {
    display: block;
  }
  .dktp-only {
    display: none !important;
  }
  .mb-20 {
    margin-bottom: 20px;
  }
  .mbl-mt-0 {
    margin-bottom: 0px !important;
  }
  .mt-mbl-20 {
    margin-top: 20px;
  }
  .orderMbl-1 {
    order: 1;
  }
  .orderMbl-2 {
    order: 2;
  }
  .orderMbl-3 {
    order: 3;
  }
  .nav-logo p {
    font-size: 38px;
  }
  .orderReserved p {
    font-size: 26px;
  }
  .nav-item .nav-link {
    font-size: 20px;
  }
  .nav-item .active {
    padding: 5px 15px;
  }
  .subheadingContent {
    font-size: 26px;
  }
  .text-secondary {
    font-size: 35px;
    line-height: 40px;
  }
  .sectionMb {
    margin-bottom: 30px;
  }
  .sideImg {
    margin: 30px auto;
    max-width: 275px;
  }
  .boxHeading {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .paraStyle p,
  .list-style li {
    font-size: 24px;
  }
  .pl-40 {
    padding-left: 0px;
  }
  .runningBoyBg,
  .sarah,
  .couple-fighting,
  .works-so-well {
    background-image: none;
  }
  .pinkBgHeading {
    padding: 20px 25px;
    margin-bottom: 40px;
  }
  .getDouble,
  .Robert,
  .kidney-effects,
  .robert-img {
    background-image: none;
  }
  .pinkBgHeading h3 {
    font-size: 32px;
  }
  .time_cntnt {
    font-size: 50px;
    margin: 25px 10px;
  }
  .hours {
    max-width: 160px;
  }
  .timer {
    margin: 20px auto 35px;
  }
  .pinkBgHead h4 {
    font-size: 32px;
  }
  .freegiftHeading h3 {
    font-size: 32px;
  }
  .guranteeImg {
    max-width: 340px;
  }
  .footerLogo h3 {
    font-size: 44px;
  }
  .mTopMbl {
    margin-top: 30px;
  }
  .sectionTimer {
    font-size: 20px;
  }
  .giftBox {
    padding-top: 5px;
  }
  .freegiftHeading h3 {
    padding: 20px 25px;
    border-radius: 0px;
  }
  .blueBackground {
    padding: 0px 0px 30px;
  }
  .guranteeContainer {
    padding: 25px;
  }
  .noThanks {
    margin-bottom: 40px;
  }
  .atcBox.active::after {
    top: -1%;
    right: -2%;
  }
  .atcBox {
    border-radius: 10px;
    border: 0.8px solid #979797;
    background: #fff;
    font-family: "Montserrat", sans-serif;
    margin: 0px 18px;
    width: 100%;
    max-width: 460px;
    margin: 10px auto 20px;
  }
  .atcBox.active {
    transform: scale(1);
  }
  .atcContainer {
    margin: 45px 0px 0px;
  }
  .atcBox.active:hover {
    transform: scale(1.04);
  }
  .prdtImg::after {
    width: 80px;
    height: 80px;
    right: 16%;
  }
  .atcBox.active .atc-img img {
    max-width: 340px;
  }
  .atc-img img {
    max-width: 295px;
  }
  .prdtImg3::after {
    right: 17%;
  }
  .weightLoss::before {
    width: 50px;
    height: 70px;
    top: 75%;
    left: -4%;
  }
  img.gift1 {
    max-width: 260px !important;
  }
  span.dsplyblk-mbl {
    display: block;
    margin-top: 25px;
}
footer p{
    font-size:20px;
    color:#fff;
     margin-bottom: 20px;
}
.footerPagesLinks li:before {
        display:none;
    }
    footer {
        padding: 7% 0% 6%;
    }
    .footerPagesLinks li a {
        line-height: 1.5;
    }
}

@media (max-width: 560px) {
  .container {
    padding: 0px 15px;
  }
  .nav-logo p {
    font-size: 30px;
  }
  .phone-number a {
    font-size: 22px;
  }
  .nav-item .nav-link {
    font-size: 18px;
  }
  .orderReserved p {
    font-size: 22px;
  }
  .headingSection {
    padding: 25px 0px;
  }
  .text-secondary {
    font-size: 30px;
  }
  .subheadingContent {
	font-size: 24px;
	line-height: 34px;
}
  .boxHeading {
    font-size: 28px;
    margin-bottom: 15px;
    line-height: 36px;
  }
  .paraStyle p,
  .list-style li {
    margin-bottom: 16px;
  }
  .runningBoyBg,
  .sarah,
  .couple-fighting,
  .works-so-well {
    padding: 30px 0px;
  }
  .pinkBgHeading h3 {
    font-size: 28px;
  }
  .pinkBgHeading {
    padding: 15px 25px;
    margin-bottom: 30px;
  }
  .time_cntnt {
    font-size: 35px;
    margin: 15px 10px;
  }
  .hours {
    max-width: 125px;
  }
  .pinkBgHead h4 {
    font-size: 28px;
  }
  .pinkBgHead {
    padding: 20px 15px;
  }
  .freegiftHeading h3 {
    padding: 15px;
    font-size: 26px;
  }
  .paraContent {
    padding: 0px 15px 20px;
  }
  .freegiftHeading h3 {
    margin: 15px 0px;
  }
  .sideImg {
    max-width: 225px;
  }
  .guranteeContainer {
    padding: 15px;
  }
  .guranteeImg {
    max-width: 224px;
    margin: 0 auto;
  }
  .footerLogo h3 {
    font-size: 34px;
  }
  .ingredient-head {
	font-size: 28px;
	line-height: 40px;
	padding: 20px 30px;
	margin-bottom: 0px;
}
  .noThanks a {
    font-size: 16px;
  }
  ul.footerLinks a {
    font-size: 18px;
  }
  ul.footerLinks {
    margin-bottom: 4px;
  }
  .linksBars::after,
  .linksBars::before {
    font-size: 16px;
  }
  .getDouble,
  .Robert,
  .kidney-effects,
  .robert-img {
    padding: 15px;
  }
  .box__faq h3 {
    font-size: 26px;
}
.box__faq p {
    font-size: 22px;
}
}

@media (max-width: 500px) {
  .nav-item .active {
    display: block;
  }
  .nav-item .active {
    display: block;
    width: 100%;
    max-width: 155px;
    margin: 0px 15px;
  }
  li.nav-item {
    text-align: center;
  }
  .nav-menu {
    padding: 5px 0px;
    align-items: center;
  }
  ul.footerLinks {
    flex-direction: column;
  }
  .linksBars::after,
  .linksBars::before {
    content: "";
    margin: 0px;
  }
  ul.footerLinks a {
    margin-bottom: 8px;
    display: block;
  }
  .footerPagesLinks {
    flex-direction: column;
  }
  .termsConditionsBars::after,
  .termsConditionsBars::before {
    content: "";
    margin: 0px;
  }
  .termsConditionsBars1::before {
    content: "";
    margin: 0px;
  }
  .footerPagesLinks li a {
    font-size: 17px;
    display: block;
    margin-bottom: 6px;
  }
  footer p {
    color: #fff;
    font-size: 17px;
  }
}

@media (max-width: 428px) {
  .nav-logo p {
    font-size: 28px;
  }
  .phone-number a {
    font-size: 18px;
  }
  .nav-item .active {
    max-width: 300px;
    padding: 5px 10px;
    margin: 5px 0px;
  }
  .ingredient-head {
	font-size: 24px;
	line-height: 33px;
	padding: 15px 15px;
}
.box-padding {
	padding: 20px 20px;
}
.border-Box .row {
	padding-top: 20px;
}
  li.nav-item {
    align-self: center;
    text-align: center;
  }
  .nav-menu {
    padding: 0px 0px;
  }
  .orderReserved p {
    font-size: 17px;
  }
  .subheadingContent {
    font-size: 20px;
  }
  .text-secondary {
	font-size: 27px;
	line-height: 35px;
}
  .boxHeading {
    font-size: 24px;
    margin-bottom: 18px;
    line-height: 31px;
  }
  .paraStyle p,
  .list-style li {
    font-size: 18px;
  }
  .pinkBgHeading h3 {
    font-size: 22px;
  }
  .pinkBgHeading {
    padding: 15px;
    margin-bottom: 25px;
  }
  .subheadingContent {
    margin-bottom: 12px;
  }
  .sectionTimer {
    font-size: 14px;
    padding: 8px 10px 0px;
  }
  .hours {
    padding: 5px 5px 12px;
  }
  .pinkBgHead h4 {
    font-size: 26px;
  }
  .active .atcBtn a {
    width: 100%;
    max-width: 225px;
  }
  h3.bottlePrice {
    font-size: 55px;
  }
  .atcBtn a img {
    max-width: 45px;
  }
  .atc-img img {
    max-width: 250px;
  }
  .weightLoss::before {
    width: 40px;
    height: 52px;
    top: 60%;
    left: 3%;
  }
  .prdtImg::after {
    right: 10%;
  }
  .freegiftHeading h3 {
    font-size: 24px;
  }
  .sectionMb {
    margin-bottom: 28px;
  }
  .sideImg {
    margin: 10px auto 20px;
  }
  .atcSection {
    padding: 2% 0% 3%;
  }
  .mb-40 {
    margin-bottom: 20px;
  }
  .noThanks {
    margin-bottom: 20px;
  }
  .nav-item .nav-link {
    font-size: 14px;
  }
  .product-img img {
    width: 100%;
    max-width: 300px;
  }
  .imgwidth-500 img {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
  }
  .red-bg p {
    font-size: 20px;
  }
  .red-bg {
    padding: 6px;
  }
  img.gift1 {
    max-width: 200px !important;
  }
  .box__faq h3 {
    font-size: 22px;
}
.box__faq p {
    font-size: 17px;
}
.box__padding {
    padding: 30px 20px 30px;
}
.phone-number a::before {
    font-size: 18px;
}
.headingSection {
    padding: 10px 0px;
}
  .subheadingContent {
    font-size: 15px;
    line-height: 23px;
}

.orderReserved p {
    font-size: 15px;
    padding: 10px 0px;
}
.orderReserved .container{
    padding:0px 10px;
}
    .pinkBgHeading h3 {
        font-size: 20px;
    }
}

@media(max-width:400px){
    .pinkBgHeading h3 {
        font-size: 21px;
    }
}

@media (max-width:390px){
    .orderReserved p {
    font-size: 14px;
}
.nav-item .nav-link {
    font-size: 13px;
}
.nav-item .active {
    padding: 5px 4px;
}
    .text-secondary {
        font-size: 25px;
    }
        .noThanks a {
        font-size: 15px;
    }
    .pinkBgHeading h3 {
    font-size: 20px;
  }
}

@media (max-width: 375px) {
 .nav-menu {
    flex-direction: row;
    padding: 0px;
}
.nav-item .nav-link {
    font-size: 11px;
}
.ingredient-head {
	font-size: 22px;
	line-height: 30px;
}
  .nav-logo p {
    font-size: 24px;
  }
  .phone-number a {
    font-size: 15px;
  }
  .nav-item .active {
    margin: 4px 0px;
  }
  .orderReserved p {
    font-size: 16px;
    padding: 10px 0px;
  }
  .headingSection {
    padding: 15px 0px;
  }
  .text-secondary {
	font-size: 23px;
	line-height: 29px;
}
  .boxHeading {
    font-size: 22px;
    line-height: 28px;
  
  }
  .paraStyle p,
  .list-style li {
    font-size: 17px;
    margin-bottom: 14px;
  }
  .runningBoyBg,
  .sarah,
  .couple-fighting,
  .works-so-well {
    padding: 25px 0px;
  }
  .pinkBgHeading h3 {
    font-size: 19px;
  }
  .pinkBgHeading {
    padding: 10px;
    margin-bottom: 10px;
  }
  .time_cntnt {
    font-size: 26px;
    margin: 10px 5px;
  }
  .hours {
    max-width: 80px;
    padding: 5px 5px 8px;
  }
  .timer {
    margin: 20px auto;
  }
  .sectionTimer {
    font-size: 12px;
    padding: 6px 5px 0px;
  }
  .pinkBgHead h4 {
    font-size: 22px;
  }
  .freegiftHeading h3 {
    font-size: 22px;
  }
  .sideImg {
    max-width: 180px;
  }
  .atc-head h5 {
    font-size: 22px;
  }
  .atc-head p {
    font-size: 18px;
  }
  .atc-img img {
    max-width: 200px;
  }
  h3.bottlePrice {
    font-size: 50px;
  }
  h3.bottlePrice span {
    font-size: 20px;
  }
  .atcBtn a {
    font-size: 18px;
  }
  .creditCart {
    max-width: 220px;
  }
  .weightLoss::before {
    left: -3%;
  }
  .bonusList li {
    font-size: 15px;
  }
  .bonusList li::before {
    font-size: 14px;
  }
  .prdtImg3::after {
    width: 65px;
    height: 65px;
  }
  .atcBox.active .atc-img img {
    max-width: 295px;
  }
  .footerLogo h3 {
    font-size: 30px;
  }
  ul.footerLinks a {
    font-size: 16px;
  }
  .footerPagesLinks li a {
    font-size: 16px;
  }
  .guranteeImg {
    max-width: 170px;
  }
  .atcBox.active::after {
    right: -3%;
    top: -9px;
  }
  .atcBox.active:hover {
    transform: scale(1.01);
  }
  .atcBtn a img {
    max-width: 36px;
  }
  .sectionMb {
    margin-bottom: 20px;
  }
  .countdown__item {
    -ms-flex: 0 0 85px;
    flex: 0 0 85px;
  }
  .countdown__item .border-wrapper {
    padding: 15px 10px 15px;
  }
  .phone-number a::before {
    font-size: 13px;
}
.headingSection {
    padding: 10px 0px;
}
.box__faq h3 {
    font-size: 20px;
}
.box__padding {
    padding: 15px 20px 30px;
}
.countdown__item .border-wrapper {
    padding: 12px 10px 14px !important;
}
.countdown__item {
    -ms-flex: 0 0 60px;
    flex: 0 0 60px !important;

}
.orderReserved p {
    font-size: 14px;
}
.subheadingContent {
	line-height: 19px;
}
    .noThanks a {
        font-size: 14px;
    }
}


@media(max-width:360px){
    .pinkBgHeading h3 {
        font-size: 18px;
    }
}
@media (max-width: 320px) {
        .container {
        padding: 0px 10px;
    }
    .pinkBgHeading h3 {
    font-size: 16px;
}
  .nav-logo p {
    font-size: 22px;
  }
  .phone-number a {
    font-size: 14px;
  }
  .text-secondary {
    font-size: 22px;
  }
  .orderReserved p {
    font-size: 15px;
  }
  .noThanks a {
    font-size: 14px;
  }
  .atcContainer {
    margin: 25px 0px 0px;
  }
  .active .atcBtn a {
    max-width: 200px;
  }
  .weightLoss::before {
    width: 30px;
    height: 41px;
  }
  .atcBox.active .atc-img img {
    max-width: 250px;
  }
  .prdtImg::after {
    width: 65px;
    height: 65px;
  }
  .red-bg p {
    font-size: 18px;
  }
  .countdown__item {
    -ms-flex: 0 0 70px;
    flex: 0 0 70px;
  }
  .nav-item .nav-link {
    font-size: 10px;
}
li.nav-item {
    line-height: 1;
}
.nav-item .nav-link {
    font-size: 11px;
}
.dsply-blk{
  display: inline;
}
.subheadingContent {
    font-size: 13px;
}
}



@media (max-width: 280px)
{
    .pinkBgHeading h3 {
    font-size: 16px;
}


  .container {
    padding: 0px 10px;
}
  .phone-number a {
    font-size: 13px;
}
.phone-number a::before {
    font-size: 12px;
}
.orderReserved p {
    font-size: 13px;
}
.nav-item .active {
    padding: 5px 4px;
}
.nav-item .nav-link {
    font-size: 10px;
}
.subheadingContent {
    font-size: 16px;
}
}
