@charset "UTF-8";
@font-face {
  font-family: 'riftdemi';
  src: url("../fonts/fort_foundry_-_rift-demi-webfont.woff2") format("woff2"), url("../fonts/fort_foundry_-_rift-demi-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'riftbold';
  src: url("../fonts/fort_foundry_-_rift-bold-webfont.woff2") format("woff2"), url("../fonts/fort_foundry_-_rift-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rift_softbold';
  src: url("../fonts/fort_foundry_-_riftsoft-bold-webfont.woff2") format("woff2"), url("../fonts/fort_foundry_-_riftsoft-bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rift_softmedium';
  src: url("../fonts/fort_foundry_-_riftsoft-medium-webfont.woff2") format("woff2"), url("../fonts/fort_foundry_-_riftsoft-medium-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'rift_softregular';
  src: url("../fonts/fort_foundry_-_riftsoft-regular-webfont.woff2") format("woff2"), url("../fonts/fort_foundry_-_riftsoft-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0px;
  line-height: 1.6;
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  /* background-image: url(/images/faq.jpg);
  background-position: top center;
  background-repeat: no-repeat; */
}

/* body>* {
  opacity: 0.5;
} */
img {
  max-width: 100%;
  height: auto;
}

*,
::after,
::before {
  box-sizing: border-box;
}

article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: .5rem;
  font-family: 'riftdemi';
}

h1 {
  font-size: 80px;
  letter-spacing: -1.8px;
}

h2 {
  font-size: 72px;
  line-height: 67px;
  letter-spacing: -1.8px;
}

h3 {
  font-size: 64px;
  line-height: 60px;
  letter-spacing: -1.67px;
}

h4 {
  font-size: 33px;
  letter-spacing: 0.4px;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  line-height: 28px;
}

dl,
ol,
ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

a {
  color: #329ca3;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
  cursor: pointer;
}

a:hover {
  color: #2d99a0;
  text-decoration: none;
}

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

.color-white {
  color: #fff;
}

.btn {
  padding: 22.5px 50px;
  border-radius: 4px;
  border: none;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
  display: inline-block;
  cursor: pointer;
  max-width: 364px;
  width: 100%;
  text-align: center;
}

.btn-primary {
  color: #fff;
  background-color: #329ca3;
}

.btn-primary:hover {
  color: #fff;
  background-color: #2c969d;
}

.container {
  max-width: 1227px;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg,
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md,
.col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm,
.col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.lableh label {
  display: none;
}

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

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

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.row.lableh {
  padding-top: 16px;
}

.sectionsubTitle {
  font-family: 'Montserrat', sans-serif;
  color: #cfcbb9;
  font-size: 24px;
}

.g-0 {
  margin-left: 0;
  margin-right: 0;
}

.g-0 [class*="col"] {
  padding-right: 0;
  padding-left: 0;
}

.justify-content-end {
  justify-content: flex-end;
}

.justify-content-between {
  justify-content: space-between;
}

.sectionHeading {
  margin-bottom: 60px;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
}

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

/* -------------------------------------------------- */
nav.navbar {
  /* background-color: rgba(141, 141, 141, 0.2); */
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  z-index: 9;
  font-family: 'rift_softregular';
  padding: 22.5px 0px;
  display: block;
  flex-wrap: nowrap;
}

nav.navbar:before {
  position: absolute;
  content: "";
  background-color: rgba(141, 141, 141, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 9;
}

nav.navbar::after {
  content: "";
  position: absolute;
  background-image: url(../images/internalPageHedBg.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  top: -27px;
  bottom: -27px;
  left: 0;
  right: 0;
  z-index: -99999;
}

.co-site nav.navbar::after {
  display: none;
}

.navbar .container {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}

ul.navbar-nav {
  list-style: none;
  margin: 0px;
  padding: 0px;
  display: flex;
  flex-wrap: wrap;
  z-index: 999999;
  flex-direction: row;
}

ul.navbar-nav li {
  margin: 0 16px;
}

ul.navbar-nav li a {
  color: #cfcbb9;
  font-size: 14px;
  text-transform: uppercase;
  font-family: 'rift_softregular';
  letter-spacing: 1.53px;
}

a.navbar-brand {
  max-width: 345px;
  position: relative;
  z-index: 9;
}

.navRightSid {
  margin-left: 14px;
}

.navbar-collapse {
  display: flex;
  align-items: center;
  flex-basis: auto;
  flex-grow: inherit;
}

a.cartItem {
  display: inline-flex;
  width: 22px;
  position: relative;
  z-index: 9;
}

section#introPage {
  padding-top: 105px;
  overflow: hidden;
  padding-bottom: 98px;
}

header#header {
  background-image: url(../images/internalPageHedBg.jpg);
}

.co-site header#header {
  background: none !important;
}

#homehero {
  background-image: url(../images/bannerbg.jpg);
  margin-top: -195px;
}

.headerCaption {
  color: #fff;
  padding-top: 195px;
  padding-bottom: 176px;
}

.headerCaption .headerText {
  margin-top: 40px;
}

.headerImg img {
  max-width: inherit;
  width: 603px;
  margin-left: -20px;
}

.headerCaption h1 {
  font-size: 72px;
  padding-left: 15px;
}

ul.headerCaptionList {
  padding: 0px;
  list-style: none;
  line-height: 38px;
  font-size: 30px;
  color: #cfcbb9;
  margin-bottom: 50px;
  padding-left: 46px;
  letter-spacing: 2.95px;
  margin-top: 10px;
  position: relative;
}

ul.headerCaptionList:after {
  content: "";
  width: 1px;
  bottom: 19px;
  background-color: #343434;
  position: absolute;
  left: -1px;
  top: -114px;
}

ul.headerCaptionList li:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 1px;
  background-color: #343434;
  left: -47px;
  top: 18px;
}

ul.headerCaptionList li {
  position: relative;
}

#topBoxSection {
  margin-top: -147px;
}

#topBoxSection .row {
  margin-left: -6px;
  margin-right: -6px;
}

#topBoxSection [class*="col-"] {
  padding-left: 6px;
  padding-right: 6px;
}

.textCardBox {
  padding: 29px 32px 41px 32px;
  background-color: #343434;
  color: #cfcbb9;
  font-size: 14px;
  height: 100%;
}

.textCardBoxTitle {
  color: #fff;
  margin-bottom: 16px;
  font-size: 33px;
  letter-spacing: 0.4px;
  line-height: 26px;
}

.textCardBox p {
  line-height: 26px;
  font-weight: 500;
}

#videoSection {
  padding-top: 98px;
  margin-bottom: -220px;
}

#biomanixGuaranteed {
  padding: 221px 0 107px 0;
  background-image: url(../images/bg-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  margin-top: 80px;
}

.sectionHeading h2.sectionTitle {
  margin-bottom: 36px;
}

.biomanixCard .icon {
  max-width: 68px;
  margin-bottom: 21px;
  margin-left: auto;
  margin-right: auto;
}

.biomanixCard p {
  line-height: 22px;
}

#biomanixGuaranteed .sectionHeading {
  margin-bottom: 95px;
}

.biomanixCard {
  font-size: 16px;
  text-align: center;
  margin-bottom: 88px;
}

#biomanixGuaranteed .biomanixCardCol {
  width: 211px;
}

#doToYouLife {
  padding: 152px 0 140px 0;
}

#doToYouLife .sectionHeading h2.sectionTitle {
  letter-spacing: -1.88px;
}

#doToYouLife p {
  margin-bottom: 28px;
}

#doToYouLife .sectionHeading {
  margin-bottom: 50px;
}

.doToYouLife-img {
  padding-left: 32px;
  margin-top: 7px;
}

#sizeDoesMatter {
  padding: 75px 0 88px 0;
  background-image: url(../images/bg-2.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.whatTheyCardAria .row {
  margin-left: -20px;
  margin-right: -20px;
}

.whatTheyCardAria [class*="col"] {
  padding-left: 20px;
  padding-right: 20px;
}

.whatTheyCarCol {
  max-width: 762px;
  color: #000;
  text-align: center;
}

.whatTheyCard {
  background-image: url(../images/percentCardBg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #cfcbb9;
  padding: 43px 20px 46px 20px;
  font-size: 14px;
  line-height: 22px;
  margin-bottom: 40px;
  min-height: 313px;
}

.whatTheyCard p {
  margin-bottom: 0px;
  line-height: 22px;
}

.whatTheyCardNo {
  font-size: 117px;
  line-height: 100px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  letter-spacing: -5px;
  padding-right: 24px;
  position: relative;
  margin-bottom: 36px;
  font-family: 'riftbold';
}

.whatTheyCardNo span {
  font-size: 72px;
  line-height: 70px;
  position: absolute;
  right: 18px;
  top: 0;
}

#sizeDoesMatter h2.sectionTitle {
  font-size: 92px;
  margin-bottom: 42px;
  font-family: 'riftbold';
}

.whatTheyCarCol .sectionHeading {
  margin-bottom: 55px;
}

.whatTheyCarCol p.sectionsubTitle {
  color: #000;
  line-height: 36px;
  margin-bottom: 29px !important;
  letter-spacing: -0.59px;
  width: 78%;
  margin: 0 auto;
}

.textHead {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 40px;
  letter-spacing: -0.59px;
  padding-left: 4px;
}

#theSizeOf {
  text-align: center;
  background-color: #000000;
  color: #fff;
  padding: 47px 0 68px 0;
}

#theSizeOf h2 {
  font-size: 126px;
  margin: 11px 0px 18px 0px;
  letter-spacing: -2.8px;
  line-height: 96px;
  font-family: 'riftbold';
}

.theSizeOfSubText {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -0.7px;
  color: #CFCBB9;
}

#formula {
  padding: 150px 0 113px 0;
  background-image: url(../images/bg-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #cfcbb9;
  overflow: hidden;
}

#formula .sectionHeading {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0px;
  padding: 14px 0;
}

#formula .sectionHeading h2 {
  color: #cfcbb9;
  line-height: 60px;
  margin-bottom: 3px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#formula .sectionHeading h1 {
  font-size: 129.47px;
  color: #fff;
  line-height: 105px;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -7.7px;
  font-weight: 600;
}

#formula .container {
  max-width: 1236px;
}

.formulaImg img {
  max-width: inherit;
  width: 653px;
  transform: translateX(-15%);
  position: relative;
  margin-top: 2px;
}

.formulaBrand {
  margin-top: 39px;
}

.formulaBrand {
  margin-top: 39px;
  margin-bottom: 30px;
}

h3.formula3hed {
  margin-top: 49px;
  margin-bottom: 22px;
}

#formula p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

.readyt {
  padding-top: 51px;
  padding-bottom: 6px;
  color: #333333;
  font-style: italic;
  letter-spacing: 0px;
  font-weight: 500;
}

#whyBiomanix {
  padding: 133px 0 58px 0;
}

#whyBiomanix .sectionHeading {
  max-width: 100%;
  margin-bottom: 29px;
}

#whyBiomanix .sectionHeading p {
  font-weight: 700;
  font-size: 18px;
}

#whyBiomanix .sectionHeading h2 {
  margin-bottom: 28px;
}

#whyBiomanix p {
  margin-bottom: 28px;
}

.loctionMap {
  margin-top: 91px;
}

#realResults {
  color: #fff;
  text-align: center;
  padding: 139px 0px 96px 0px;
  font-size: 18px;
  background-image: url(../images/bg-4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#realResults .sectionHeading h2 {
  font-size: 82px;
  margin-bottom: 30px;
  letter-spacing: -2.1px;
}

#realResults .sectionHeading .sectionsubTitle {
  font-weight: 700;
}

p.realResultsText {
  line-height: 38px;
}

#realResults .sectionHeading {
  margin-bottom: 59px;
}

.vectorSmartObject {
  margin-top: 44px;
}

.vectorSmartObject img {
  max-width: 177px;
}

#orderBiomanixToday .sectionHeading {
  text-align: center;
}

#orderBiomanixToday {
  padding: 149px 0px 164px 0px;
}

#orderBiomanixToday .sectionHeading {
  text-align: center;
}

#orderBiomanixToday h2 {
  font-size: 82px;
  letter-spacing: -2.1px;
  margin-bottom: 30px;
}

#orderBiomanixToday .sectionsubTitle {
  font-weight: 700;
  color: #329ca3;
}

.orderBiomanixImg {
  margin-top: 52px;
}

.orderBiomanixImg img {
  max-width: inherit;
  transform: translateX(-27.5%);
  width: 965px;
}

.pricpricingItem {
  display: flex;
  align-items: center;
  /*   background-color: #f1f1f1; */
  /*   padding: 5px 19px 5px 28px;  */
  padding: 0px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

.input-radio:checked + label {
  background-color: #f1f1f1;
  outline: 3px solid #329ca3;
  background-image: url(../images/pricHovirBG.png);
  /* background-color: #329ca3; */
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}

.pricpricingItem .input-radio {
  position: relative;
  left: 32px;
}

.pricpricing {
  margin-top: 32px;
}

.monthSupply {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  line-height: 18px;
}

h3.productPric {
  font-size: 58px;
  color: #329ca3;
  margin-bottom: 5px;
}

.saveMoney {
  color: #9b9b9b;
  line-height: 14px;
  margin-bottom: 8px;
}

.listPrice {
  color: #333;
  line-height: 14px;
}

input.input-radio {
  width: 23px;
  height: 23px;
  margin: 0px;
}

.pricpricingItem label {
  display: flex;
  width: 100% !important;
  padding: 5px 19px 5px 50px;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
  background: #f1f1f1;
  cursor: pointer;
}

.pricCheckBox {
  display: flex;
  margin-right: 52px;
  position: relative;
}

.pricpricingImg {
  margin-left: auto;
}

.pricpricingImg img {
  position: relative;
  top: 5px;
}

.pricButton {
  margin-top: 90px;
}

.pricButton a.btn, .pricButton button.btn {
  max-width: 599px;
}

.disclaimerText {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 10px;
  background-color: #f1f1f1;
  max-width: 676px;
}

#disclaimer {
  text-align: center;
  padding: 60px 0;
}

.disclaimerText {
  font-size: 12px;
  color: #8e8e8e;
  line-height: 20px;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 17px;
  background-color: #f1f1f1;
  max-width: 676px;
  margin: auto;
  letter-spacing: 0.3px;
}

footer#footer {
  padding: 99px 0px 49px 0px;
  background-color: #090909;
}

ul.footerMenu {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
  font-family: 'rift_softregular';
  display: flex;
  list-style: none;
  flex-wrap: wrap;
}

ul.footerMenu li {
  margin: 0px 17px;
}

ul.footerMenu li a {
  color: #6d6d6d;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: 'riftbold';
}

.footerColRight {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.footerTop {
  margin-bottom: 23px;
  padding-bottom: 48px;
  border-bottom: 1px solid #5d5d5d;
}

/* .pricpricingItem.pricSelectItem {
  outline: 3px solid #329ca3;
  background-image: url(/images/pricHovirBG.png);
/* background-color: #329ca3; */
/*   background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
}  */
/* .pricpricingItem.pricSelectItem .monthSupply,
.pricpricingItem.pricSelectItem .productPric,
.pricpricingItem.pricSelectItem .saveMoney,
.pricpricingItem.pricSelectItem .listPrice{
color: #fff;
} */
/* -------------- */
.pricCheckBox .checkmark:after {
  display: none;
}

.pricpricingItem.pricSelectItem .checkmark:after {
  display: block;
}

.pricCheckBox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  z-index: 9;
}

.pricCheckBox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 25px;
  background-color: #ffffff;
  border: 1px solid #585858;
  border-radius: 50%;
}

.pricCheckBox:hover input ~ .checkmark {
  background-color: #fff;
}

.pricCheckBox input:checked ~ .checkmark {
  background-color: #fff;
  border: 1px solid #000 !important;
}

.pricpricingItem.pricSelectItem input:checked ~ .checkmark {
  border: none;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* .pricCheckBox input:checked ~ .checkmark:after {
  display: block;
} */
.pricCheckBox .checkmark:after {
  top: 50%;
  left: 50%;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #329ca3;
  transform: translate(-5.1px, -5.1px);
}

.copyrightText {
  color: #6d6d6d;
  font-size: 12px;
}

.ccicon {
  float: right;
}

.show-md {
  display: none;
}

a.cartItem.show-phone {
  display: none;
}

button.toggleBtn {
  display: none;
}

/* ================================
    FAQ PAGE               
=================================== */
.guaranteeTexImg {
  display: flex;
  justify-content: space-between;
  margin-top: 37px;
  margin-bottom: 10px;
}

.guaranteeTexImg span.gurtText {
  font-size: 63px;
  line-height: 53px;
  font-family: 'riftdemi';
  margin-top: 15px;
  letter-spacing: -1.6px;
}

.guaranteeTexImg span.gurtimg {
  max-width: 177px;
  margin-right: 25px;
}

#introPage {
  padding-top: 90px;
  overflow: hidden;
}

.moneyBackText {
  font-size: 64px;
  font-weight: 700;
  color: #329ca3;
  line-height: 59px;
  letter-spacing: -3.5px;
}

.moneyBackText span {
  color: #000;
  display: block;
  font-size: 99px;
  margin-top: 9px;
  letter-spacing: -5.1px;
}

.guaranteeImg img {
  max-width: inherit;
  transform: translateX(-20.3%);
  width: 955px;
}

ul.accordion {
  list-style: none;
  padding: 0px;
  margin: 6px 0px 0px 0px;
  display: inline-block;
  width: 100%;
}

ul.accordion li {
  margin-bottom: 20px;
}

ul.accordion li a.toggle {
  color: #fff;
  font-size: 48px;
  font-family: 'riftdemi';
  background-color: #329ca3;
  display: block;
  padding: 10px 30px;
  letter-spacing: -1.2px;
  line-height: normal;
  position: relative;
}

.contentaCcordion {
  font-size: 18px;
  line-height: 28px;
  padding: 36px 30px 53px 30px;
  display: none;
}

.contentaCcordion.show {
  display: block;
}

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

#askedQuestions {
  padding: 89px 0 25px 0;
}

#askedQuestions .sectionHeading {
  text-align: center;
}

ul.accordion li a.toggle:after {
  font-size: 30px;
  position: absolute;
  color: #fff;
  content: '\f067';
  right: 50px;
  font-family: FontAwesome;
}

ul.accordion li a.toggle.down:after {
  content: '\f068';
  right: 50px;
  font-family: FontAwesome;
}

#askedQuestions.faq_accordion ul.accordion li a.toggle:after {
  top: 30px;
}

.pricpricingInfo {
  padding-top: 10px;
}

.terms h1 {
  padding-top: 70px;
  line-height: 1em;
}

.terms h2 {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 1em;
  padding-top: 61px;
}

section.terms, section.terms p {
  font-size: 15px;
  line-height: 1.7em;
}

.terms ul {
  font-size: 16px;
  margin: 0px auto;
  padding-top: 21px;
  list-style: none;
  padding-bottom: 30px;
}

.terms li {
  padding: 8px 0px;
}

section.terms {
  padding-bottom: 50px;
}

.privacyt {
  position: relative;
  top: 19px;
  font-size: 14px;
}

.privacyt a {
  padding-right: 19px;
  color: #6d6d6d;
}

/* ===========================================
  Site-Guarantee Page Start Section css
================================================== */
.faq-sub-out {
  text-align: center;
  font-size: 14px;
  line-height: 1.4em;
}

.faq-subt {
  font-size: 20px;
  font-weight: 600;
}

.faq-grey {
  font-size: 17px;
  color: #989797;
  font-weight: 600;
  line-height: 1em;
}

.faq-mt {
  padding-top: 25px;
}

.faq-content {
  padding-bottom: 18px;
}

.faq-itatlic {
  font-size: 14px;
  font-weight: 600;
  font-style: italic;
  text-align: left;
}

.patent-summery {
  font-size: 17px;
}

.patent-text {
  padding-bottom: 12px;
}

.text-left {
  text-align: left !important;
}

.faq-grey.smallt {
  font-size: 15px;
  padding-top: 10px;
}

.faq-grey.smallt a {
  display: inline-block !important;
}

.faq-subt.smallt {
  font-size: 16px;
}

.headerText.btmpro h1 {
  font-size: 71px;
  padding-left: 11px;
  color: #009fa5;
}

.headerText.btmpro {
  padding-top: 71px;
}

.btmpro ul.headerCaptionList {
  color: #333333;
  font-weight: 300;
}

.shipping-box {
  display: flex;
  align-items: center;
  font-size: 16px;
  padding: 1px 0px;
  font-family: 'riftdemi';
  color: #009fa5;
}

.shipping-box-in {
  padding-right: 34px;
  font-weight: 500;
  display: flex;
  align-items: center;
  font-size: 22px;
}

.shipping-box-in img {
  margin-right: 8px;
}

.scrolld {
  text-align: center;
  margin-top: -62px;
  padding-bottom: 61px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-family: 'riftdemi';
  color: #329ca2;
  font-size: 62px;
  line-height: 1em;
}

.scrolld img {
  width: 65px;
}

.header-top-bar {
  position: relative;
  width: 100%;
  padding-bottom: 54px;
}

.header-top-bar nav.navbar {
  position: relative;
}

.guarantee-block {
  padding: 100px 0;
}

.risk-block {
  display: flex;
  align-items: center;
  margin-top: -30px;
}

.risk-image.vectorSmartObject {
  padding-left: 73px;
  margin: 0;
}

.risk-text h2 {
  font-size: 63px;
  line-height: 52px;
  font-weight: 500;
}

.guarantee-block .headerImg {
  padding-left: 0px;
}

.guarantee-block .row {
  align-items: center;
}

.guarantee-block .headerImg img {
  width: 500px;
}

.money-back-block h1 small {
  color: #329ca3;
  font-size: 64px;
  float: left;
  width: 100%;
  letter-spacing: -3.5px;
}

.money-back-block h1 {
  font-size: 99px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 70px;
  margin: 4px 0 0;
}

section.money-back-sec {
  background: #329ca3;
  padding: 80px 0;
}

section.money-back-sec .money-back-desc {
  background: #066268;
  padding: 80px;
  color: #fff;
}

.money-back-desc p b {
  color: #cfcbb9;
}

.money-back-desc h2, .peldge-text h2 {
  margin-bottom: 50px;
  font-weight: 500;
}

.peldge-sec {
  background-image: url("../images/pledge-back.jpg");
  background-size: cover;
  padding: 125px 0;
  background-position: center;
}

.promise-bottom-text .pricButton a.btn {
  width: 360px;
}

.promise-bottom-text .pricButton {
  margin-top: 48px;
}

.promise-bottom-text p b {
  font-size: 24px;
  line-height: 33px;
  color: #333;
}

.promise-bottom-text .pricButton {
  margin-top: 48px;
}

.promise-bottom-text p {
  margin-bottom: 40px;
}

.promise-section {
  padding: 145px 0 180px;
}

.promise-section h2 {
  margin-bottom: 100px;
  font-weight: 500;
}

.promise-image {
  margin-bottom: 20px;
}

.promise-step p {
  font-size: 16px;
  line-height: 22px;
  color: #010101;
}

.promise-bottom-text {
  max-width: 910px;
  margin: 110px auto 0px;
}

section.bulletproof-sec {
  background: #cfcbb9;
  padding: 115px 0;
}

.bulletproof-text h1 {
  font-size: 130px;
  line-height: 70px;
  font-family: 'riftbold';
  margin-bottom: 30px;
  width: 100%;
}

.bulletproof-text h1 small {
  width: 100%;
  font-size: 72px;
  font-family: 'riftdemi';
  color: #000;
}

.bulletproof-image {
  text-align: center;
  position: relative;
}

.bulletproof-image .money-image {
  position: relative;
  z-index: 9;
}

.bulletproof-image .pennies-image {
  position: absolute;
  top: -115px;
  right: 0;
  z-index: 0;
}

.bulletproof-text p b {
  font-size: 24px;
  line-height: 28px;
}

.bulletproof-text p {
  float: left;
  width: 100%;
  margin-bottom: 23px;
}

section.customer-praise {
  padding: 200px 0 10px;
}

.customer-block {
  background: #329ca3;
  padding: 40px 25px 30px;
  border-radius: 4px;
  margin-bottom: 28px;
}

.customer-reviews .customer-column {
  width: 33.33%;
  padding: 0 14px;
}

.customer-reviews {
  display: flex;
}

.customer-block blockquote {
  margin: 0 0 10px;
  font-size: 28px;
  line-height: 33px;
  font-family: 'riftdemi';
}

.customer-block p {
  font-size: 14px;
  line-height: 22px;
}

.customer-profile .customer-text {
  padding-left: 20px;
}

.customer-profile {
  display: flex;
  margin-top: 35px;
}

.customer-image img {
  width: 60px;
  height: 60px;
  border-radius: 100%;
}

.customer-profile .customer-text h4.customer-name {
  font-size: 24px;
  line-height: 25px;
  color: #cfcbb9;
  font-family: 'Montserrat', sans-serif;
}

section.customer-praise h2 {
  font-weight: 500;
  margin-bottom: 60px;
}

/* ===========================================
  Site-Guarantee Page End Section css
================================================== */
/* ===========================================
  Upsell Page Start Section css
================================================== */
.upsell-top h1, .upsell-top h2, .upsell-top h3, .upsell-top h4, .upsell-midleft h4 {
  letter-spacing: normal;
}

/* upsell top */
.upsell-top {
  padding: 25px 0 10px 0;
  border-bottom: 1px solid #acacac;
}

.upsell-top h1 {
  font-size: 40px;
  font-weight: 700;
  color: #1282c1;
  line-height: 1;
  font-style: italic;
}

.upsell-top h3 {
  font-size: 26px;
  font-style: italic;
  color: #3c3c3c;
  line-height: 1;
  margin-bottom: 20px;
}

.upsell-top h4 {
  font-size: 18px;
  color: #3c3c3c;
  line-height: 1;
  margin-bottom: 0;
}

.upsell-top h2 {
  font-size: 41px;
  font-style: italic;
  color: #3c3c3c;
}

.upsell-top h5 {
  background-color: #0f0f0f;
  font-size: 20px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fffefe;
  display: inline-block;
  padding: 0 70px;
}

/* upsell middle */
.upsell-middle {
  padding: 35px 0 26px 0;
}

.upsell-midleft h5 {
  font-size: 18px;
  font-style: italic;
  color: #000000;
}

.upsell-midleft h3, .upsell-midleft h4 {
  font-size: 31px;
  color: #e00000;
  line-height: 1.2;
  letter-spacing: normal;
  font-style: italic;
}

.upsell-midleft h3 {
  margin-bottom: 22px;
}

.upsell-midleft h4 {
  font-size: 21px;
  margin-bottom: 0;
}

.upsell-midleft p {
  margin-bottom: 0;
  font-size: 18px;
  color: #a4a4a4;
}

.upsell-midright p {
  font-size: 18px;
  color: #3c3c3c;
}

.upsell-midright select {
  font-size: 14px;
  color: #000000;
  border: 1px solid #aacbe8;
  border-radius: 5px;
  padding: 3px 10px;
}

.btn-action {
  background-color: #efefef;
  display: inline-block;
  color: #000;
  font-size: 14px;
  border-radius: 10px;
  padding: 5px 30px;
  margin-top: 30px;
}

/* upsell bottom */
.upsell-bottom {
  border-top: 1px solid #acacac;
  padding-top: 25px;
}

.upsell-bottom p {
  font-size: 12px;
  line-height: 1.6;
  color: #a4a4a4;
}

.upsellb {
  padding: 16px 39px;
  max-width: 377px !important;
  margin: 12px auto !important;
}

.row.upsell-statement {
  margin-top: 27px;
}

#ueb_des_1, #ueb_des_3, #ueb_des_6 {
  display: none;
}

/* ===========================================
  Upsell Page End Section css
================================================== */
/* ===========================================
  Credit Card Start Section css
================================================== */
.creditCardType-box {
  padding-left: 1%;
  padding-bottom: 16px;
  display: none;
}

.creditCardType-box > div {
  display: none;
  margin-bottom: 15px;
  flex-direction: row;
  align-items: center;
}

.creditCardType-box > div .icon img {
  max-width: 100%;
}

.creditCardType-box > div .icon {
  width: 70px;
  padding-right: 15px;
  flex-grow: 0;
  flex-shrink: 0;
}

.creditCardType-box .icon {
  float: left;
}

.cc-mastercard .name {
  position: relative;
  top: 4px;
}

.invalid-feedback {
  margin-top: -3px;
  padding-bottom: 11px;
}

/* ===========================================
  Credit Card End Section css
================================================== */
/* ===========================================
  Site-How-It-Works Page Start Section css
================================================== */
#works_header {
  background-image: url(../images/works_header_bg.jpg);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  padding: 27px 0px;
  width: 100%;
}

#works_header nav.navbar {
  background-color: rgba(141, 141, 141, 0.2);
}

#works_header nav.navbar {
  position: unset;
}

#formula-works {
  padding: 150px 0 113px 0;
  background-image: url(../images/bg-3.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #cfcbb9;
  overflow: hidden;
  position: relative;
}

#formula-works .sectionHeading {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  margin-bottom: 0px;
  padding: 14px 0;
}

#formula-works .sectionHeading h2 {
  color: #cfcbb9;
  line-height: 60px;
  margin-bottom: 3px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

#formula-works .sectionHeading h1 {
  font-size: 129.47px;
  color: #fff;
  line-height: 105px;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -7.7px;
  font-weight: 600;
}

#formula-works .container {
  max-width: 1236px;
}

.formulaImg img {
  max-width: inherit;
  width: 653px;
  transform: translateX(-15%);
  position: relative;
  margin-top: 2px;
}

.formulaBrand {
  margin-top: 39px;
}

.formulaBrand {
  margin-top: 39px;
  margin-bottom: 30px;
}

h3.formula3hed {
  margin-top: 49px;
  margin-bottom: 22px;
}

#formula-works p {
  font-size: 18px;
  line-height: 32px;
  color: #fff;
}

#works-science_behind {
  padding: 90px 0 70px 0;
}

#works-science_behind .sectionHeading {
  max-width: 100%;
  margin-bottom: 29px;
}

#works-science_behind .sectionHeading p {
  font-weight: 700;
  font-size: 18px;
}

#works-science_behind .sectionHeading h2 {
  margin-bottom: 28px;
}

#works-science_behind p {
  margin-bottom: 28px;
}

#works-realResults {
  color: #fff;
  text-align: center;
  padding: 100px 0px 72px 0px;
  font-size: 18px;
  background-image: url(../images/works_real_result.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#works-realResults .sectionHeading h2 {
  font-size: 82px;
  margin-bottom: 30px;
  letter-spacing: -2.1px;
  font-style: italic;
  font-family: 'riftdemi';
  font-size: 71px;
  margin-top: 47px;
  line-height: 78px;
}

#works-realResults .sectionHeading .sectionsubTitle {
  font-weight: 700;
}

#works-realResults p.realResultsText {
  line-height: 38px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  font-size: 34px;
  color: #cfcbb9;
}

#works-realResults .sectionHeading {
  margin-bottom: 45px;
}

#works-realResults .sectionHeading {
  max-width: 991px;
}

#the_ingreduients h2 {
  text-align: center;
  font-size: 92px;
  color: #000000;
  font-family: 'riftbold';
}

section#the_ingreduients {
  padding: 144px 0px;
}

#product-ingr .product-sec-works {
  text-align: center;
}

#product-ingr .product-sec-works h2 {
  color: #000000;
  font-size: 34px;
  font-family: 'riftdemi';
  margin-top: 16px;
}

#product-ingr .product-sec-works {
  padding: 0px 64px;
}

div#product-ingr {
  margin-top: 77px;
}

#product-ingr h2.tribulus {
  margin-top: 32px;
}

#product-ingr .row.sec-row {
  margin-top: 80px;
}

#product-ingr .row.third-row {
  margin-top: 28px;
}

#product-ingr .row.third-row .col-md-6 {
  max-width: 100%;
  margin: 0 auto;
}

#break_down {
  background-image: url(../images/break_down.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#break_down h2 {
  text-align: center;
  font-size: 72px;
  color: #000000;
  font-family: 'riftdemi';
  letter-spacing: -2px;
  line-height: 66px;
}

section#break_down {
  padding: 100px 0 85px 0px;
}

#break_down .break_down_sub {
  padding-top: 59px;
}

#break_down .break_down_sub .right_sec_txt {
  background-image: url(../images/break_down_sub_bg_img.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding: 23px 145px 20px 43px; */
  padding: 23px 79px 20px 43px;
  margin-top: 10px;
}

#break_down .break_down_sub .right_sec_txt h3 {
  font-size: 32px;
  color: #fff;
  font-family: 'riftdemi';
  letter-spacing: -0.5px;
  line-height: normal;
  margin-bottom: 0;
}

#break_down .break_down_sub .right_sec_txt p {
  color: #cfcbb9;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}

#break_down .break_down_sub .boxes {
  max-width: 45%;
}

#break_down .break_down_sub .bottle {
  max-width: 55%;
  flex: 55%;
}

#break_down .break_down_sub .right_sec_txt.third {
  padding-bottom: 52px;
}

#science {
  background-image: url(../images/doctor_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#science h2 {
  font-family: 'riftdemi';
  font-size: 72px;
}

#science .science_txt {
  color: #fff;
  background: #009FA5;
  padding: 80px 70px 56px 50px;
  margin-top: 110px;
}

#science .science_txt p {
  margin-bottom: 27px;
}

#science .science_txt_sec {
  max-width: 57.48%;
}

#science img {
  height: 100%;
}

#biomanix_work_Sec h2 {
  text-align: center;
}

#biomanix_work_Sec .img_txt {
  text-align: center;
}

#biomanix_work_Sec .img_txt h4 {
  font-size: 26px;
  line-height: 22px;
  color: #329ca3;
  font-family: 'riftdemi';
  margin-top: 20px;
}

#biomanix_work_Sec .icon_Sec {
  display: flex;
  justify-content: space-around;
  margin: 0 auto;
}

#biomanix_work_Sec .row.biosub_txt p {
  text-align: center;
  color: #333333;
  margin-bottom: 47px;
}

#biomanix_work_Sec .row.biosub_txt {
  margin-top: 77px;
}

#biomanix_work_Sec .icon_part {
  margin-top: 70px;
}

#work_formula_sec .formula_left_sec {
  background-color: #009FA5;
  width: 50%;
  padding: 186px 88px 265px 88px;
}

#work_formula_sec .formula_right_sec {
  background-color: #000000;
  width: 50%;
}

#work_formula_sec {
  display: flex;
}

section#biomanix_work_Sec .formula_left_sec {
  padding: 151px 0px 130px 0px;
}

#work_formula_sec .formula_left_sec h1 {
  font-size: 82px;
  line-height: 65px;
  font-family: 'riftdemi';
  letter-spacing: -2px;
  color: #fff;
  max-width: 500px;
}

#work_formula_sec .formula_left_sec h4 {
  color: #063e42;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  line-height: 33px;
  font-size: 24px;
  margin-top: 40px;
}

#work_formula_sec .formula_left_sec p {
  font-size: 18px;
  line-height: 30px;
  color: #fff;
  margin-top: 38px;
}

#work_formula_sec .formula_left_sec h5 {
  color: #063e42;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  margin-top: 45px;
  margin-bottom: 6px;
}

#work_formula_sec .formula_left_sec h3 {
  color: #fff;
  font-size: 62px;
  line-height: 52px;
}

#work_formula_sec .formula_right_sec h4 {
  color: #fff;
  font-size: 32px;
  line-height: 32px;
}

#work_formula_sec .formula_right_sec p {
  color: #cfcbb9;
  margin-bottom: 0px;
}

#work_formula_sec .formula_right_sec .steps {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
  flex-wrap: wrap;
}

#work_formula_sec .formula_right_sec .img_step {
  width: 27%;
}

#work_formula_sec .formula_right_sec {
  padding: 119px 53px 40px 107px;
}

#work_formula_sec .formula_right_sec .steps .step_txt {
  width: 71%;
}

#work_formula_sec .formula_right_sec .step_txt {
  border-left: 5px solid #063e42;
  padding-left: 20px;
}

#work_formula_sec .formula_right_sec .img-2 {
  padding-left: 5px;
}

section#biomanix_work_Sec {
  padding: 152px 0px 109px 0px;
}

#askedQuestions ul.accordion.works a {
  display: flex;
  align-items: center;
}

#askedQuestions ul.accordion.works .span-1 {
  width: 37.3%;
  font-size: 62px;
  line-height: 1em;
}

#askedQuestions.works {
  padding: 152px 0 43px 0;
}

#askedQuestions ul.accordion.works .span-2 {
  font-size: 18px;
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
  width: 47%;
  font-weight: bold;
  line-height: 24px;
}

/* ===============================
  Site-How-It-Works End Section
==================================== */
/* ===============================
 Site Order Css Start
==================================== */
#we_offer_sect {
  background-image: url(../images/we_offer.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#we_offer_sect h2 {
  font-size: 72px;
  font-family: 'riftdemi';
  padding-top: 144px;
  max-width: 700px;
  margin: 0px auto;
}

#we_offer_sect p {
  font-size: 16px;
  line-height: 28px;
  width: 60%;
  margin: 0 auto;
  padding-top: 43px;
}

#we_offer_sect h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  width: 75%;
  margin: 0 auto;
  padding-top: 30px;
}

section#we_offer_sect {
  padding-bottom: 145px;
}

#commit_result p {
  text-align: center;
  width: 77%;
  margin: 0 auto;
  padding-top: 46px;
}

#commit_result h4 {
  text-align: center;
  color: #329ca3;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  font-size: 24px;
  padding-top: 38px;
}

#promise-sec {
  padding-top: 97px;
  padding-bottom: 120px;
}

section#commit_result {
  padding-top: 168px;
}

#bullt_prof_sec h1 {
  font-size: 107px;
  line-height: 89px;
  margin-bottom: 16px;
  margin-top: 11px;
}

#bullt_prof_sec .first-col_sec {
  max-width: 52%;
  flex: 52%;
}

#bullt_prof_sec .second-col_sec {
  max-width: 48%;
  flex: 48%;
}

section#bullt_prof_sec {
  padding-bottom: 100px;
}

#bullt_prof_sec .bulletproof-text p {
  padding-top: 24px;
}

#bullt_prof_sec .bulletproof-text h4 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 28px;
}

section#bullt_prof_sec .bulletproof-image img.money-image {
  padding-top: 23px;
}

#bullt_prof_sec .money-back-block h1 small {
  color: #329ca3;
  font-size: 64px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
}

#bullt_prof_sec .money-back-block h1 {
  font-size: 99px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -6px;
  line-height: 67px;
}

section#orderBiomanixToday.order_sec {
  padding-top: 253px;
}

#start_order h2 {
  text-align: center;
  font-size: 82px;
  color: #333333;
  line-height: 40px;
  letter-spacing: -2.5px;
}

#start_order h3 {
  text-align: center;
  font-size: 48px;
  color: #000000;
  margin-bottom: 0px;
}

section#start_order {
  margin-top: 17px;
}

#start_order input, #start_order select, #cart_details_form input {
  background-color: #f2f2f2;
  border-radius: 4px;
  border: none;
  line-height: 50px;
  padding: 0px 25px;
  outline: none;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: auto;
  font-size: 15px;
}

#start_order select {
  appearance: none;
  background-color: #f2f2f2;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%);
  background-repeat: no-repeat,repeat;
  background-position: right .7em top 50%,0 0;
  background-size: .65em auto,100%;
  height: 50px !important;
  font-size: 15px;
  font-weight: 400 !important;
}

form.col-md-10 {
  max-width: 87%;
  flex: 87%;
}

.col-md-3 {
  float: left;
}

#start_order input::placeholder,
#cart_details_form input::placeholder {
  color: #9d9fa2;
  font-size: 16px;
}

p.card_txt {
  font-size: 14px !important;
  color: #5a5f69;
  line-height: 21px;
  margin-bottom: 0px;
  padding: 0px 0px 25px;
  text-align: left !important;
}

/* #start_order form .col-md-6,
#start_order form .col-md-3{
  float: left;
} */
#start_order input:active {
  border: none;
}

#start_order p {
  text-align: center;
  font-size: 18px;
}

#start_order .col-md-12.order_form {
  margin-top: 60px;
}

/*the container must be positioned relative:*/
.custom-select {
  position: relative;
  font-family: Arial;
  background: transparent;
  border: 0px;
  height: auto;
  padding: 0px 0.75rem 0px .75rem;
}

.custom-select select {
  display: none;
  /*hide original SELECT element:*/
}

.select-selected {
  background-color: DodgerBlue;
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 22px;
  right: 30px;
  width: 0;
  height: 0;
  border: 7px solid transparent;
  border-color: #009ba2 transparent transparent transparent;
}

/*point the arrow upwards when the select box is open (active):*/
.select-selected.select-arrow-active:after {
  border-color: transparent transparent #009ba2 transparent;
  top: 13px;
}

/*style the items (options), including the selected item:*/
.select-items div, .select-selected {
  color: #9d9fb4;
  cursor: pointer;
  user-select: none;
  line-height: 50px;
  border-radius: 4px;
  border: none;
  background-color: #f2f2f2;
  padding-left: 25px;
}

.custom-select .select-items div {
  border-radius: 0px;
  border-top: 1px solid #009ba2;
}

.custom-select .select-items div:hover {
  color: #fff;
}

/*style items (options):*/
.select-items {
  background-color: #009ba2;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
  position: absolute;
  margin: 0px 15px;
  max-height: 50vh;
  overflow: scroll;
}

.value_price.cartt {
  padding-top: 24px;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}

.select-items div:hover, .same-as-selected {
  background-color: rgba(0, 0, 0, 0.1);
}

#start_order form.col-md-12 {
  margin-top: 23px;
}

.continue_check_2 {
  margin-top: 0px;
}

.hr {
  padding: 0px 0px;
}

.hr hr {
  border: 1px solid #cfcbb9;
}

.step_2_payment p {
  font-size: 18px;
}

#step_2 .row.payment {
  display: flex;
  flex-direction: column;
}

#step_2 .paywith_debit_credit,
#step_2 .paywith_paypal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#step_2 .paywith_paypal {
  justify-content: left;
}

#step_2 label {
  font-weight: 500;
}

.paywith_paypal label {
  margin-left: 9px;
  margin-right: 20px;
}

.col-lg-6.mr-auto {
  margin: 0 auto;
}

#step_2 .continue_check_3 {
  margin-top: 66px;
}

#step_2 .continue_check_3 button,
.continue_check_2 button {
  max-width: 490px;
  height: 70px;
}

#step_2 .col-md-6.custom-select {
  float: left;
}

.fill_card_details.col-lg-6 {
  margin: 0 auto;
  margin-top: 21px;
}

.col-md-12.expiry {
  color: #a1a1a1;
  margin-bottom: 5px;
}

#code {
  margin-top: 20px;
}

.fill_card_details label {
  display: none;
}

/* The container */
.container_check {
  display: block;
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  user-select: none;
}

/* Hide the browser's default checkbox */
.container_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkmark {
  position: absolute;
  top: 6px;
  left: 0;
  height: 13px;
  width: 13px;
  border: 2px solid #329ca3;
}

/* On mouse-over, add a grey background color */
.container_check:hover input ~ .checkmark {
  background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.container_check input:checked ~ .checkmark {
  background-color: #fff;
  border: 2px solid #329ca3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container_check input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container_check .checkmark:after {
  left: 1px;
  top: 1px;
  width: 7px;
  height: 7px;
  background: #329ca3;
}

label.container_check {
  font-size: 16px;
  margin-bottom: 0px;
}

.complte_order button {
  max-width: 100% !important;
}

.col-12.text-center.complte_order.continue_check_3 {
  margin-top: 22px !important;
}

label.container_check span {
  color: #329ca3;
}

.conditions {
  border: 1px solid #000;
  padding: 19px 0px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
}

.items_price {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #cfcbb9;
  border-bottom: 1px solid #cfcbb9;
  padding: 23px 0px;
  margin-top: 50px;
}

.items_price h5 {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0px;
  font-weight: 700;
}

#order_item_Details-sec .order-img_txt {
  display: flex;
}

#order_item_Details-sec .order_det_img {
  width: 25%;
}

#order_item_Details-sec .order_det_txt_sec {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

#order_item_Details-sec .order_left_sec_txt h3 {
  font-size: 24px;
  font-weight: bold;
  font-family: 'Montserrat', sans-serif;
  line-height: 42px;
  margin-bottom: 0px;
}

#order_item_Details-sec .order_left_sec_txt p {
  margin-bottom: 0px;
}

.order_right_sec_txt h4 {
  font-size: 24px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

#order_item_Details-sec .order_det_img {
  width: 25%;
  padding: 45px 0px;
  text-align: center;
}

.order_item_bot_border {
  border-bottom: 1px solid #cfcbb9;
}

.value_price {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 300px;
  margin-left: auto;
}

.value_price h5, .value_price h4 {
  width: 40%;
  text-align: right;
}

.value_price p, .value_price h6 {
  width: 50%;
  text-align: right;
}

.value_price h5 {
  font-size: 16px;
  font-family: 'Montserrat', sans-serif;
  padding-top: 6px;
}

.value_price p {
  margin-bottom: 0px;
}

.value_price h4,
.value_price h6 {
  font-size: 24px;
  color: #329ca3;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
}

.col-lg-3.value_edit {
  margin-left: auto;
}

#order_bill_value {
  padding-top: 53px;
  padding-bottom: 178px;
}

.color {
  color: #329ca3;
}

.thankyout {
  padding: 120px 0px 163px;
  text-align: center;
}

.thankyout h1 {
  line-height: 1em;
}

.callt a {
  display: inline-block;
  color: #fff;
  font-size: 28px;
  font-family: 'riftdemi';
  font-style: italic;
}

.container.callt {
  text-align: right;
  padding-right: 30px;
  position: relative;
  z-index: 99;
}

.video-controllers {
  text-align: right;
  right: 15px;
  margin-top: -55px;
  position: relative;
  margin-bottom: 29px;
}

.video-controllers .video_volume {
  opacity: 0;
}

.video-controllers .video_volume + label::after {
  box-shadow: white 0px 0px 2px;
  font-family: FontAwesome;
  content: "";
  color: rgba(255, 255, 255, 0.7);
  padding: 10px 16px;
  border-radius: 50px;
  background: rgba(0, 0, 0, 0.7);
  width: 40px;
  height: 40px;
  font-size: 23px;
}

.video-controllers .video_volume:checked + label::after {
  content: "";
  padding: 10px;
}

.textCardBoxTitle {
  color: #fff;
  margin-bottom: 16px;
  font-size: 33px;
  letter-spacing: 0.4px;
  line-height: 26px;
}

#formula .sectionHeading h2.big {
  font-size: 129.47px;
  color: #fff;
  line-height: 105px;
  margin-bottom: 0px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: -7.7px;
  font-weight: 600;
}

#orderBiomanixToday .headerText.btmpro h2 {
  font-size: 71px;
  padding-left: 11px;
  color: #009fa5;
}

#homehero .headerCaption h1 {
  line-height: 72px;
}

/* ===============================
  Site Order Css End
==================================== */
/* =================================================================== */
@media (max-width: 767px) {
  .btn {
    padding: 12px 30px;
    max-width: 250px;
  }
  h2 {
    font-size: 36px;
    line-height: 1.1em;
    letter-spacing: 0px;
  }
  ul.accordion li a.toggle {
    letter-spacing: 0px;
    line-height: 1em;
  }
  .container.callt {
    padding-right: 0px;
    padding-top: 1px;
    margin-bottom: -15px;
    text-align: center;
    padding-left: 0px;
  }
  #homehero {
    margin-top: -135px;
  }
  .promise-image {
    margin-bottom: 5px;
  }
  #homehero {
    background: #0e0e0e;
  }
  .bulletproof-text p b {
    font-size: 20px;
  }
  .headerText.btmpro {
    padding-top: 37px;
  }
  .callt a {
    font-size: 23px;
  }
  .terms h2 {
    padding-top: 50px;
  }
  .terms h1 {
    font-size: 40px;
  }
  .scrolld {
    text-align: center;
    margin-top: 19px;
    padding-bottom: 9px;
    font-size: 45px;
  }
  .upsell-midleft h4 {
    font-size: 17px;
  }
  .upsell-midright.text-center {
    text-align: left !important;
    padding-top: 27px;
  }
  .upsell-midright p {
    font-size: 16px;
    line-height: 1.6em;
  }
  .upsell-top h3 {
    font-size: 23px;
  }
  .upsell-midleft h3 {
    font-size: 25px;
  }
  .upsell-top h5 {
    font-size: 17px;
    padding: 6px 11px;
  }
  .upsell-top h2 {
    line-height: 1em;
    padding-top: 9px;
  }
  #ueb_des_1, #ueb_des_3, #ueb_des_6 {
    font-weight: 600;
    line-height: 1.3em;
  }
  .privacyt {
    top: 0px;
    padding-bottom: 23px;
    text-align: center;
    width: 100%;
    padding-top: 4px;
  }
  .privacyt a {
    padding-right: 9px;
    padding-left: 9px;
  }
  .bulletproof-image .pennies-image {
    display: none;
  }
  .headerText.btmpro h1 {
    font-size: 42px;
  }
  .shipping-box-in {
    font-size: 20px;
    line-height: 1em;
  }
  .faq-grey.smallt {
    font-size: 13px;
  }
  .faq-grey.smallt a {
    font-size: 11px;
  }
  .faq-sub-out {
    padding: 16px 0px;
  }
  .promise-section .col-md-3 {
    padding-bottom: 30px;
  }
  .scrolld img {
    width: 60px;
  }
  .hid-md {
    display: none;
  }
  .show-md {
    display: block;
  }
  .navbar-collapse ul.navbar-nav {
    position: fixed;
    left: -100%;
    height: 100vh;
    top: 0;
    background-color: #000;
    max-width: 75%;
    transition: 0.5s;
    align-content: flex-start;
    padding-top: 85px;
  }
  .guaranteeImg {
    text-align: center;
    margin-right: -22%;
  }
  .navbar.open .navbar-collapse ul.navbar-nav {
    left: 0;
  }
  .bulletproof-image .money-image {
    max-width: 170px;
  }
  ul.navbar-nav li {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .headerImg img {
    max-width: 100%;
    width: auto;
    margin-left: 0;
  }
  .formulaImg img {
    max-width: 100%;
    width: auto;
    transform: inherit;
  }
  .orderBiomanixImg img {
    max-width: 100%;
    transform: inherit;
    width: auto;
  }
  .headerCaption h1 {
    font-size: 34px;
    padding-left: 0px;
    padding-top: 29px;
    letter-spacing: 1px;
  }
  ul.headerCaptionList {
    line-height: 24px;
    font-size: 15px;
    padding-left: 36px;
    letter-spacing: 2px;
    display: inline-block;
    margin-bottom: 24px;
    text-align: left;
    display: block;
    margin-top: 10px;
  }
  ul.headerCaptionList:after {
    bottom: 9px;
    top: -70px;
  }
  #formula-works .sectionHeading h2 {
    line-height: .9em;
    font-size: 34px;
  }
  #works-realResults {
    background: #000000;
  }
  ul.headerCaptionList li:after {
    width: 30px;
    left: -37px;
    top: 14px;
  }
  #formula .sectionHeading h2.big {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  #orderBiomanixToday .headerText.btmpro h2 {
    font-size: 37px;
    letter-spacing: 0px;
  }
  #homehero .headerCaption h1 {
    line-height: 1.2em;
    font-size: 23px;
  }
  #videoSection {
    padding-top: 28px;
    margin-bottom: -125px;
  }
  .textCardBox {
    margin-bottom: 20px;
    height: auto;
  }
  #biomanixGuaranteed {
    padding: 100px 0 100px 0;
    margin-top: 50px;
  }
  .sectionHeading h2.sectionTitle {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1.2em;
  }
  .sectionsubTitle {
    font-size: 16px;
    line-height: 22px;
  }
  #biomanixGuaranteed .biomanixCardCol {
    width: 270px;
  }
  #biomanixGuaranteed .sectionHeading {
    margin-bottom: 40px;
  }
  #sizeDoesMatter {
    background-image: none;
    background: #CFCBB8;
  }
  #doToYouLife .sectionHeading {
    margin-bottom: 21px;
  }
  #biomanixGuaranteed .row {
    justify-content: center;
  }
  .biomanixCard {
    margin-bottom: 30px;
  }
  .biomanixCard .icon {
    max-width: 58px;
    margin-bottom: 10px;
  }
  #order_item_Details-sec .order_left_sec_txt h3 {
    line-height: 1.2em;
    font-size: 17px;
    letter-spacing: 0px;
    padding-right: 7px;
  }
  #doToYouLife {
    padding: 70px 0 70px 0;
    text-align: center;
  }
  .doToYouLife-img {
    padding-left: 0;
    margin-top: 0;
  }
  #sizeDoesMatter h2.sectionTitle {
    font-size: 44px;
    margin-bottom: 20px;
    line-height: 50px;
  }
  p.realResultsText {
    line-height: 1.7em;
  }
  .whatTheyCarCol p.sectionsubTitle {
    line-height: 20px;
    margin-bottom: 20px;
  }
  #realResults .sectionHeading {
    margin-bottom: 39px;
  }
  #realResults {
    background: #2b2b2b;
  }
  #realResults {
    padding: 70px 0px 70px 0px;
  }
  .textHead {
    font-size: 17px;
    padding-left: 0;
    line-height: 24px;
  }
  .whatTheyCardAria [class*="col"] {
    padding-left: 7px;
    padding-right: 7px;
  }
  #order_item_Details-sec .order_left_sec_txt p {
    line-height: 1.2em;
    font-size: 14px;
    padding-right: 10px;
  }
  .whatTheyCardAria .row {
    margin-left: -7px;
    margin-right: -7px;
  }
  .whatTheyCard {
    padding: 25px 10px 25px 10px;
    margin-bottom: 14px;
    min-height: 240px;
  }
  .whatTheyCardNo {
    font-size: 80px;
    line-height: 70px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    letter-spacing: -5px;
    padding-right: 24px;
    position: relative;
    margin-bottom: 20px;
    max-width: 110px;
    margin-left: auto;
    margin-right: auto;
  }
  .whatTheyCardNo span {
    font-size: 50px;
    line-height: 50px;
    right: 9px;
  }
  .whatTheyCard p {
    line-height: 20px;
  }
  #sizeDoesMatter {
    padding: 70px 0;
  }
  .theSizeOfSubText {
    font-size: 20px;
    line-height: 24px;
  }
  #theSizeOf h2 {
    font-size: 36px;
    margin: 11px 0px 9px 0px;
    line-height: 1.3em;
    letter-spacing: 0px;
  }
  .whatTheyCarCol p.sectionsubTitle {
    letter-spacing: 0px;
    width: 100%;
    font-size: 15px;
  }
  .formulaBrand img {
    max-width: 80%;
  }
  #theSizeOf {
    padding: 54px 0 51px 0;
  }
  #formula .sectionHeading h2 {
    font-size: 32px;
    line-height: 1em;
  }
  #formula .sectionHeading h1 {
    font-size: 55px;
    line-height: 60px;
    letter-spacing: -1px;
  }
  #formula .sectionHeading {
    padding: 8px 0;
  }
  .formulaBrand {
    margin-top: 0;
    margin-bottom: 20px;
  }
  h3.formula3hed {
    margin-top: 30px;
    margin-bottom: 10px;
    font-size: 26px;
    line-height: 1.2em;
    letter-spacing: 0px;
  }
  #formula p {
    line-height: 1.5em;
    font-size: 14px;
  }
  #whyBiomanix .sectionHeading p {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5em;
  }
  #formula {
    padding: 70px 0 70px 0;
    text-align: center;
  }
  #whyBiomanix {
    padding: 70px 0 70px 0;
    text-align: left;
  }
  .footerColRight .navRightSid {
    display: none;
  }
  ul.footerMenu {
    flex: 0 0 100%;
    justify-content: center;
  }
  footer#footer {
    text-align: center;
  }
  a.footerLogo {
    display: inline-block;
    margin-bottom: 20px;
  }
  .copyrightText {
    margin-bottom: 20px;
  }
  .ccicon {
    float: none;
  }
  .pricButton {
    margin-top: 40px;
  }
  .row.mmp {
    margin-left: -15px !important;
    margin-right: -15px !important;
  }
  .third_step .form-group.field-orderform-terms {
    padding: 14px 14px;
    line-height: 1em;
  }
  #orderBiomanixToday {
    padding: 40px 0px 40px 0px;
  }
  #orderBiomanixToday h2 {
    line-height: 1em;
    font-size: 42px;
    margin-bottom: 15px;
  }
  #realResults .sectionHeading h2 {
    line-height: 1em;
    font-size: 32px;
    margin-bottom: 12px;
    letter-spacing: 0px;
  }
  .headerImg {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }
  .headerCaption .headerText {
    text-align: center;
    margin-top: 0;
  }
  a.navbar-brand {
    max-width: 200px;
    position: relative;
    z-index: 9;
    margin-right: auto;
  }
  nav.navbar {
    top: 15px;
    padding: 15px 0px;
  }
  .headerCaption {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  #topBoxSection {
    margin-top: -70px;
  }
  ul.navbar-nav li a {
    font-size: 16px;
    padding: 6px 0;
    display: block;
  }
  button.toggleBtn {
    position: relative;
    z-index: 9999999;
  }
  a.cartItem {
    margin-left: 20px;
  }
  nav.navbar:before {
    position: absolute;
    content: "";
    background-color: rgba(141, 141, 141, 0.2);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 9;
  }
  nav.navbar.open:after {
    position: fixed;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -1;
  }
  button.toggleBtn {
    background-image: url(../images/toggleBtn.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 20px;
    border: none;
    text-indent: -999px;
    width: 20px;
    background-color: transparent;
    opacity: 0.7;
    display: inline-flex;
  }
  nav.navbar.open button.toggleBtn {
    background-image: url(../images/close_icon.png);
  }
  a.cartItem.show-phone {
    display: inline-flex;
  }
  .navbar-collapse .navRightSid {
    display: none;
  }
  h3.productPric {
    font-size: 40px;
    line-height: 1.2em;
  }
  .saveMoney {
    font-size: 13px;
  }
  .monthSupply {
    font-size: 16px;
  }
  #introPage {
    padding-top: 30px;
  }
  section#introPage {
    padding-top: 29px;
    padding-bottom: 45px;
  }
  #introPage .col-6 {
    max-width: 100%;
  }
  .guaranteeTexImg span.gurtText {
    margin-top: 0px;
    font-size: 34px;
    line-height: 1em;
    letter-spacing: 0px;
    width: 90% !important;
  }
  .moneyBackText, .money-back-block h1 small {
    font-size: 28px;
    text-align: left;
    letter-spacing: 0px;
    line-height: 1.7em;
  }
  #bullt_prof_sec .money-back-block h1 {
    line-height: 47px;
  }
  .moneyBackText span, .money-back-block h1 {
    font-size: 44px;
    letter-spacing: 0px;
    margin-top: -12px;
  }
  .guaranteeImg img {
    width: 470px;
    margin-top: 30px;
  }
  #askedQuestions ul.accordion li a.toggle {
    font-size: 24px;
    padding-right: 45px;
    line-height: 1.1em;
    padding-left: 21px;
  }
  #askedQuestions .contentaCcordion {
    padding: 15px;
  }
  .contentaCcordion {
    font-size: 16px;
  }
  ul.accordion li a.toggle:after {
    font-size: 24px;
    right: 15px !important;
    top: 11px !important;
  }
  .orderBiomanixImg {
    margin-top: 10px;
  }
  #disclaimer {
    text-align: center;
    padding: 40px 0;
  }
  .disclaimerText {
    border-radius: 10px;
  }
  #formula-works.site_formula h1 {
    font-size: 56px;
    letter-spacing: 0.3px;
    line-height: 65px;
  }
  #formula-works.site_formula {
    padding: 75px 0 75px 0;
  }
  #works-science_behind {
    margin-top: 30px;
  }
  #works-science_behind {
    padding: 30px 0 30px 0;
  }
  #works-realResults {
    padding: 80px 0px 84px 0px;
  }
  #works-realResults p.realResultsText {
    font-size: 30px;
  }
  #works-realResults .sectionHeading h2 {
    font-size: 27px;
    margin-top: 21px;
    line-height: 1.2em;
    letter-spacing: 1px;
  }
  #the_ingreduients h2 {
    font-size: 43px;
  }
  #work_formula_sec .formula_right_sec .steps .step_txt {
    width: 100%;
    padding-left: 21px !important;
    margin-bottom: 30px;
  }
  section#the_ingreduients {
    padding: 50px 0px;
  }
  #works-science_behind .sectionHeading p {
    font-size: 16px;
  }
  #product-ingr .row.sec-row {
    margin-top: 0px;
  }
  #product-ingr .product-sec-works {
    padding: 0px 0px;
  }
  #product-ingr .product-sec-works p {
    line-height: 1.8em;
  }
  #break_down h2 {
    font-size: 45px;
    line-height: 1em;
  }
  #product-ingr .row .col-md-6 {
    padding-bottom: 60px;
  }
  #break_down .break_down_sub .bottle {
    max-width: 100%;
    flex: 100%;
  }
  #doToYouLife .sectionHeading h2.sectionTitle {
    letter-spacing: 0px;
    font-size: 22px;
  }
  #break_down .break_down_sub {
    padding-top: 39px;
  }
  #break_down .break_down_sub .boxes {
    max-width: 100%;
  }
  #break_down .break_down_sub .right_sec_txt p {
    line-height: 1.6em;
  }
  #break_down .break_down_sub .right_sec_txt {
    padding: 20px 20px 20px 20px;
  }
  #break_down .break_down_sub .right_sec_txt h3 {
    font-size: 24px;
  }
  #break_down .break_down_sub .right_sec_txt.third {
    padding-bottom: 25px;
  }
  section#break_down {
    padding: 50px 0 50px 0px;
  }
  #science .science_txt_sec {
    max-width: 100%;
  }
  #science .science_txt {
    padding: 30px 20px 20px 25px;
    margin-top: -8px;
  }
  #science h2 {
    font-size: 45px;
    margin-bottom: 19px;
  }
  #science img {
    height: auto;
  }
  #science .science_txt_sec {
    order: 2;
  }
  section#science {
    padding-bottom: 40px;
  }
  section#biomanix_work_Sec {
    padding: 50px 0px 50px 0px;
  }
  #biomanix_work_Sec .img_txt {
    margin-bottom: 28px;
  }
  #biomanix_work_Sec .icon_part {
    margin-top: 40px;
  }
  #biomanix_work_Sec .icon_Sec {
    flex-direction: column;
  }
  #work_formula_sec {
    flex-direction: column;
  }
  #work_formula_sec .formula_left_sec {
    width: 100%;
    padding: 50px 20px 50px 20px;
  }
  #work_formula_sec .formula_left_sec h1 {
    font-size: 45px;
    line-height: 1em;
    letter-spacing: 0px;
  }
  #work_formula_sec .formula_left_sec h4 {
    line-height: 1.4em;
    font-size: 16px;
    margin-top: 21px;
  }
  #work_formula_sec .formula_left_sec h5 {
    margin-top: 30px;
    font-size: 15px;
  }
  #work_formula_sec .formula_left_sec h3 {
    font-size: 45px;
    line-height: 1em;
    letter-spacing: 0px;
  }
  #work_formula_sec .formula_right_sec {
    padding: 60px 20px 0px 20px;
    width: 100%;
  }
  #work_formula_sec .formula_right_sec .steps {
    margin-bottom: 60px;
    flex-direction: column;
  }
  .header-top-bar {
    padding-bottom: 27px;
  }
  #work_formula_sec .formula_right_sec .img_step {
    margin-bottom: 20px;
  }
  #work_formula_sec .formula_right_sec .step_txt.step-txt-2 {
    margin-left: 0px;
  }
  #work_formula_sec .formula_right_sec .step-txt-3 {
    margin-left: 0px;
  }
  #biomanix_work_Sec .row.biosub_txt {
    margin-top: 20px;
    margin-left: 0px;
    margin-right: 0px;
  }
  #askedQuestions.works {
    padding: 60px 0 0px 0;
  }
  #askedQuestions.works ul.accordion.works a {
    display: flex;
    align-items: start;
    flex-direction: column;
  }
  #askedQuestions.works ul.accordion.works .span-1 {
    width: 37.3%;
    font-size: 40px;
    line-height: 45px;
  }
  #askedQuestions.works ul.accordion.works .span-2 {
    font-size: 16px;
    line-height: 24px;
  }
  #askedQuestions.works ul.accordion.works .span-1 {
    width: 100%;
    font-size: 35px;
    line-height: 55px;
  }
  #askedQuestions.works ul.accordion.works .span-2 {
    width: 100%;
  }
  .guaranteeTexImg span.gurtimg {
    margin-right: 0px;
    width: 50%;
  }
  .site_gurantee .header-top-bar {
    padding-bottom: 42px;
  }
  section.money-back-sec .money-back-desc {
    padding: 40px 21px 30px;
  }
  section.money-back-sec {
    padding: 0px;
  }
  section.money-back-sec .col-12.money-back-desc.text-center.color-white h2 {
    font-size: 30px;
  }
  .peldge-sec {
    padding: 40px 0;
  }
  .money-back-desc h2, .peldge-text h2 {
    margin-bottom: 30px;
  }
  .money-back-desc h2, .peldge-text h2 {
    font-size: 30px;
    letter-spacing: 0px;
  }
  .promise-section {
    padding: 40px 0 51px;
  }
  .promise-section h2 {
    margin-bottom: 40px;
  }
  .promise-bottom-text {
    margin-top: 20px;
    font-size: 15px;
  }
  .promise-bottom-text p b {
    font-size: 18px;
    line-height: 28px;
  }
  .promise-bottom-text .pricButton a.btn {
    width: 100%;
  }
  p.confident {
    line-height: .8em;
  }
  .bulletproof-text h1 {
    font-size: 70px;
    line-height: .7em;
  }
  .bulletproof-text h1 small {
    font-size: 35px;
    letter-spacing: 0px;
    line-height: 1em;
  }
  .bulletproof-sec .order_2_res {
    order: 2;
    margin-top: 30px;
  }
  .bulletproof-sec .order_1_res {
    order: 1;
  }
  section.bulletproof-sec {
    padding-bottom: 30px;
    padding-top: 50px;
  }
  section.customer-praise {
    padding: 50px 0 10px;
  }
  .customer-reviews .customer-column {
    width: 100%;
    padding: 0px;
  }
  .customer-reviews {
    display: flex;
    flex-direction: column;
  }
  #we_offer_sect h2 {
    font-size: 30px;
    padding-top: 70px;
    line-height: 1.2em;
  }
  #we_offer_sect p,
  #we_offer_sect h4 {
    width: 100%;
  }
  #we_offer_sect h4 {
    font-size: 20px;
  }
  section#we_offer_sect {
    padding-bottom: 70px;
  }
  section#commit_result {
    padding-top: 50px;
  }
  #commit_result p {
    width: 100%;
    padding-top: 30px;
  }
  #commit_result h4 {
    font-size: 20px;
  }
  .promise-bottom-text.text-center br {
    display: none;
  }
  #promise-sec {
    padding-top: 45px;
    padding-bottom: 10px;
  }
  .promise-bottom-text p {
    margin-bottom: 25px;
  }
  #bullt_prof_sec h1 {
    font-size: 45px;
    line-height: 1em;
    letter-spacing: 0px;
  }
  #bullt_prof_sec .first-col_sec {
    max-width: 100%;
    flex: 100%;
    order: 2;
    margin-top: 40px;
  }
  #bullt_prof_sec .second-col_sec {
    max-width: 100%;
    flex: 100%;
    order: 1;
  }
  #bullt_prof_sec .money-back-block h1 small {
    font-size: 28px;
  }
  #bullt_prof_sec .money-back-block h1 {
    font-size: 43px;
    letter-spacing: 0px;
  }
  #bullt_prof_sec .bulletproof-text p {
    padding-top: 0px;
  }
  #bullt_prof_sec .bulletproof-text h4 {
    font-size: 20px;
    line-height: 1.3em;
  }
  section#bullt_prof_sec {
    padding-bottom: 50px;
  }
  section#orderBiomanixToday.order_sec {
    padding-top: 50px;
  }
  #start_order h2 {
    font-size: 44px;
    letter-spacing: 0px;
  }
  #start_order .col-md-12.order_form {
    margin-top: 35px;
  }
  #start_order form.col-md-12,
  #start_order form.col-md-12 .col-md-6,
  #start_order form.col-md-12 .col-md-3 {
    padding-right: 0px;
  }
  #start_order form.col-md-12 .col-md-3,
  form#cart_details_form .col-md-6 {
    margin-bottom: 20px;
  }
  #step_2 .paywith_debit_credit {
    flex-direction: column;
    align-items: flex-start;
  }
  .paywith_debit_credit {
    margin-bottom: 20px;
  }
  .pay_debit {
    margin-bottom: 20px;
  }
  #step_2 .continue_check_3 {
    margin-top: 40px;
  }
  form#cart_details_form .col-md-12,
  form#cart_details_form .col-md-6 {
    padding-left: 0px;
    padding-right: 0px;
  }
  #code {
    margin-top: 0px;
  }
  .conditions {
    padding: 20px;
  }
  .col-12.text-center.complte_order.continue_check_3 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .items_price {
    margin-top: 60px;
  }
  #order_item_Details-sec .order_det_img {
    width: 100%;
  }
  #order_item_Details-sec .order_det_img {
    padding: 40px 18px 50px 0px;
    width: 32%;
  }
  #order_item_Details-sec .order_det_img img {
    max-width: 47px;
  }
  #order_item_Details-sec .order-img_txt {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e9e9e9;
    padding-bottom: 25px;
  }
  .order_item_bot_border {
    border-bottom: none;
  }
  #order_bill_value {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .pricpricingItem .input-radio {
    position: relative;
    left: 9px;
    margin-right: -23px;
  }
  .pricpricingImg img {
    position: relative;
    top: 20px;
  }
  .order_right_sec_txt h4 {
    font-size: 21px;
  }
  .value_price h5 {
    text-align: left;
  }
  .value_price h4 {
    text-align: left;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .container {
    max-width: 950px;
  }
  .whatTheyCardAria .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  #formula-works {
    padding: 40px 0 53px 0;
  }
  .headerText.btmpro {
    padding-top: 0px;
  }
  .privacyt a {
    padding-right: 8px;
    font-size: 13px;
  }
  #formula-works .sectionHeading h1 {
    font-size: 87px;
  }
  .bulletproof-text h1 small {
    font-size: 45px;
  }
  .headerText.btmpro h1 {
    font-size: 50px;
  }
  .scrolld {
    margin-top: -50px;
    padding-bottom: 47px;
  }
  .shipping-box-in {
    font-size: 20px;
    line-height: 1em;
  }
  section.money-back-sec {
    padding: 0px;
  }
  #askedQuestions ul.accordion.works .span-1 {
    font-size: 37px;
  }
  .bulletproof-text h1 {
    font-size: 80px;
    line-height: .6em;
  }
  #homehero {
    margin-top: -162px;
  }
  .moneyBackText {
    font-size: 40px;
  }
  #we_offer_sect h2 {
    font-size: 60px;
    padding-top: 74px;
  }
  #bullt_prof_sec .money-back-block h1 small {
    font-size: 57px;
    line-height: .9em;
  }
  #bullt_prof_sec .money-back-block h1 {
    font-size: 61px;
  }
  #bullt_prof_sec h1 {
    font-size: 67px;
    line-height: 69px;
  }
  section#orderBiomanixToday.order_sec {
    padding-top: 100px;
  }
  section#we_offer_sect {
    padding-bottom: 75px;
  }
  section#commit_result {
    padding-top: 72px;
  }
  .promise-bottom-text {
    margin-top: 80px;
  }
  #promise-sec {
    padding-top: 87px;
    padding-bottom: 50px;
  }
  #formula-works .sectionHeading h2 {
    font-size: 49px;
  }
  .moneyBackText span {
    font-size: 62px;
    margin-top: 0px;
  }
  #introPage {
    padding-top: 70px;
  }
  section#introPage {
    padding-top: 85px;
    overflow: hidden;
    padding-bottom: 68px;
  }
  .headerCaption .headerText {
    margin-top: 0px;
  }
  .headerImg img {
    max-width: 100%;
    width: inherit;
    margin-left: 0;
  }
  a.navbar-brand {
    max-width: 200px;
  }
  ul.navbar-nav li {
    margin: 0 10px;
  }
  nav.navbar {
    padding: 15px 0px;
  }
  .headerCaption h1 {
    font-size: 52px;
  }
  ul.headerCaptionList {
    line-height: 32px;
    font-size: 24px;
    margin-bottom: 30px;
    padding-left: 36px;
    letter-spacing: 2.5px;
    margin-top: 0px;
  }
  ul.headerCaptionList li:after {
    width: 30px;
    left: -37px;
    top: 46px;
  }
  ul.headerCaptionList:after {
    bottom: 17px;
    left: -1px;
    top: -70px;
  }
  .btn {
    padding: 15px 30px;
    font-size: 18px;
    max-width: 300px;
  }
  .textCardBox {
    padding: 30px 20px;
  }
  .textCardBoxTitle {
    line-height: 26px;
  }
  .textCardBox p {
    margin-bottom: 0px;
  }
  .headerCaption {
    padding-top: 140px;
    padding-bottom: 140px;
  }
  #topBoxSection {
    margin-top: -80px;
  }
  #videoSection {
    padding-top: 80px;
  }
  #biomanixGuaranteed {
    padding: 195px 0 80px 0;
    margin-top: 80px;
  }
  h2 {
    font-size: 52px;
    line-height: 52px;
  }
  .sectionHeading h2.sectionTitle {
    margin-bottom: 20px;
  }
  #biomanixGuaranteed .sectionHeading {
    margin-bottom: 60px;
  }
  #biomanixGuaranteed .row {
    justify-content: center;
  }
  .biomanixCard {
    margin-bottom: 40px;
  }
  #doToYouLife {
    padding: 100px 0;
  }
  #doToYouLife .sectionHeading {
    margin-bottom: 30px;
  }
  #sizeDoesMatter {
    padding: 100px 0 100px 0;
  }
  #sizeDoesMatter h2.sectionTitle {
    font-size: 82px;
    margin-bottom: 20px;
    line-height: 64px;
  }
  .whatTheyCarCol p.sectionsubTitle {
    line-height: 30px;
    margin-bottom: 10px;
  }
  #theSizeOf h2 {
    font-size: 96px;
    margin: 11px 0px 15px 0px;
    line-height: 96px;
  }
  .theSizeOfSubText {
    font-size: 22px;
  }
  #formula .sectionHeading h2.big {
    font-size: 86px;
    line-height: 70px;
  }
  #orderBiomanixToday .headerText.btmpro h2 {
    font-size: 50px;
  }
  #orderBiomanixToday ul.headerCaptionList li:after {
    top: 15px;
  }
  #homehero .headerCaption h1 {
    line-height: 52px;
  }
  #homehero ul.headerCaptionList li:after {
    top: 15px;
  }
  .formulaImg img {
    max-width: 100%;
    width: auto;
    transform: inherit;
  }
  .formulaBrand {
    margin-bottom: 10px;
  }
  #break_down .break_down_sub .boxes {
    max-width: 100%;
  }
  #break_down .break_down_sub .bottle {
    max-width: 100%;
    flex: 100%;
    text-align: center;
  }
  #formula .sectionHeading h1 {
    font-size: 86px;
    line-height: 70px;
  }
  #science .science_txt_sec {
    max-width: 100%;
  }
  #formula .sectionHeading h2 {
    font-size: 48px;
  }
  .col-md-5.docimg {
    display: none;
  }
  #break_down .break_down_sub .bottle img {
    max-width: 250px;
  }
  #science .science_txt {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  h3.formula3hed {
    margin-top: 19px;
    margin-bottom: 10px;
    font-size: 36px;
    line-height: 36px;
  }
  #formula p {
    line-height: 26px;
  }
  #formula {
    padding: 100px 0 100px 0;
  }
  #work_formula_sec {
    flex-wrap: wrap;
  }
  #whyBiomanix {
    padding: 80px 0 50px 0;
  }
  #whyBiomanix p {
    margin-bottom: 20px;
  }
  #work_formula_sec .formula_right_sec {
    padding: 79px 30px 19px 30px;
    width: 100%;
  }
  .loctionMap {
    margin-top: 60px;
  }
  #work_formula_sec .formula_left_sec {
    background-color: #009FA5;
    width: 100%;
    padding: 76px 30px 95px 30px;
  }
  #realResults {
    padding: 80px 0px;
  }
  #orderBiomanixToday {
    padding: 100px 0px;
  }
  .orderBiomanixImg img {
    max-width: 100%;
    transform: inherit;
    width: auto;
  }
  .pricpricingImg {
    max-width: 90px;
  }
  h3.productPric {
    font-size: 46px;
    margin-bottom: 0;
    line-height: 46px;
  }
  .monthSupply {
    font-size: 16px;
  }
  .saveMoney {
    margin-bottom: 3px;
  }
  .pricCheckBox .checkmark:after {
    transform: translate(-6px, -5.1px);
  }
  .pricButton {
    margin-top: 60px;
  }
  #disclaimer {
    padding-top: 0;
  }
  a.footerLogo {
    display: inline-flex;
    width: 200px;
  }
  ul.footerMenu li {
    margin: 0px 14px 0px 5px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  h2 {
    font-size: 62px;
    line-height: 60px;
  }
  .headerCaption .headerText {
    margin-top: 0px;
  }
  #bullt_prof_sec .money-back-block h1 {
    font-size: 78px;
  }
  .btmpro ul.headerCaptionList {
    margin-bottom: 38px;
  }
  #bullt_prof_sec h1 {
    font-size: 80px;
    line-height: 75px;
  }
  .shipping-box-in {
    font-size: 21px;
    line-height: 1em;
  }
  .bulletproof-text h1 small {
    width: 100%;
    font-size: 56px;
  }
  section#orderBiomanixToday.order_sec {
    padding-top: 120px;
  }
  .whatTheyCardAria .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .bulletproof-text h1 {
    font-size: 100px;
    line-height: .6em;
  }
  #bullt_prof_sec .money-back-block h1 small {
    color: #329ca3;
    font-size: 51px;
  }
  section.money-back-sec {
    padding: 0px;
  }
  .moneyBackText {
    font-size: 50px;
  }
  .headerCaption h1 {
    font-size: 64px;
    padding-left: 15px;
  }
  .moneyBackText span {
    font-size: 75px;
  }
  .guaranteeTexImg span.gurtText {
    font-size: 57px;
  }
  .headerImg img {
    max-width: 100%;
    margin-left: 0;
  }
  #biomanixGuaranteed .biomanixCardCol {
    width: 200px;
  }
  .biomanixCard {
    margin-bottom: 40px;
  }
  .formulaImg img {
    max-width: 100%;
    transform: inherit;
  }
  #formula .sectionHeading h1 {
    font-size: 110px;
  }
  h3.formula3hed {
    margin-top: 24px;
    margin-bottom: 15px;
    font-size: 54px;
  }
  .orderBiomanixImg img {
    transform: translateX(-24%);
    width: 800px;
  }
  .pricButton {
    margin-top: 60px;
  }
  .pricpricingImg {
    margin-left: auto;
    max-width: 200px;
  }
  .pricpricingItem {
    padding: 10px 19px 10px 28px;
  }
  #orderBiomanixToday {
    padding: 100px 0;
  }
  #disclaimer {
    padding: 0px 0px 60px 0px;
  }
  .pricButton a.btn {
    max-width: 400px;
  }
  a.footerLogo {
    display: inline-flex;
    max-width: 250px;
  }
  #homehero .headerCaption h1 {
    line-height: 64px;
  }
}

@media (max-width: 350px) {
  .pricpricingItem label {
    padding: 5px 19px 5px 42px;
  }
}

.admin-box {
  width: 100%;
  max-width: 500px;
  margin: 51px auto;
}

.remembert {
  margin-left: 25px;
}

.orders-index {
  float: left;
  width: 100%;
  padding: 50px 0px;
}

.admin-titleb {
  width: 100%;
  max-width: 400px;
  margin: 0px 0px 0px auto;
}

.pull-right {
  padding-top: 27px;
}

.admin-title h1 {
  text-align: center;
  padding: 21px 0px 32px;
}

.summary {
  text-align: right;
  padding-bottom: 19px;
}

.admin-title {
  font-size: 14px;
  font-family: Open Sans, Arial;
  padding-top: 100px;
}

.admin-top {
  padding-top: 21px;
}

li.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  top: 37px;
}

ul.navbar-nav li a.dropdown-item {
  color: #000000;
}

.gateways-index.admin-title, .order-step-one-index {
  float: left;
  width: 100%;
}

.alignr {
  text-align: right;
}

.third_step .form-group.field-orderform-terms label {
  display: block;
}

.pagination {
  align-items: center;
  justify-content: center;
  font-size: 19px;
}

ul.pagination li {
  background: #007bfe;
  margin: 0px 4px;
  font-size: 17px;
}

ul.pagination li.prev, ul.pagination li.next {
  background: transparent;
  font-size: 24px;
  position: relative;
  top: -2px;
}

.form-group {
  margin-bottom: 0px;
}

ul.pagination li a {
  color: #ffffff;
  padding: 0px 6px;
}

ul.pagination li.prev a, ul.pagination li.next a {
  color: #007bfe;
}

ul.pagination li.active {
  background: #0d2464;
}

.first_step, .second_step, .third_step {
  /* max-width: 530px; */
  width: 100%;
}

.first_step .form-group {
  display: flex;
  flex-wrap: wrap;
}

.first_step .form-group lable {
  width: 60%;
}

.first_step .form-group label {
  width: 18%;
  text-align: right;
}

.first_step .form-group input, .first_step .form-group select {
  width: 36%;
  margin: 0px 1%;
}

.first_step .invalid-feedback {
  width: 23%;
}

.form-control {
  box-shadow: inset 0px 2px 2px #dddddd;
}

.second_step label.custom-control-label img {
  height: 24px;
  width: auto !important;
}

.second_step .custom-control.custom-radio {
  padding-bottom: 12px;
}

.third_step .form-group {
  display: flex;
  flex-wrap: wrap;
}

.third_step .form-group lable {
  width: 60%;
}

.third_step .form-group label {
  width: 18%;
  text-align: right;
}

.third_step .form-group input, .third_step .form-group select {
  width: 36%;
  margin: 0px 1%;
}

.creditc {
  width: 100%;
}

.third_step .invalid-feedback {
  width: 100%;
  padding-left: 5px;
}

.stext {
  width: 100%;
  max-width: 535px;
  font-size: 14px;
  font-style: italic;
  margin-bottom: 31px;
}

.third_step .form-group.field-orderform-terms {
  width: 100%;
  max-width: 535px;
  border: 1px solid #000;
  padding: 14px 0px;
  border-radius: 6px;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-bottom: 18px;
  font-size: 18px;
}

.custom-control-label::before, .custom-control-label::after {
  top: 7px !important;
}

.third_step .form-group.field-orderform-terms small {
  font-size: 80%;
  font-weight: 600;
}

.third_step .form-group.field-orderform-terms label {
  width: auto;
}

table.table.table1.cart td {
  border: 0px;
  padding: 13px !important;
}

table.table.table1.cart thead {
  background: #f7f7f7;
  font-weight: bold;
  font-size: 13px;
}

table.table.table1.cart tbody tr img {
  height: 97px;
  width: auto !important;
}

table.table.table1.cart tbody tr td {
  vertical-align: middle;
}

table.table.table1.cart tbody tr:nth-child(even) {
  background: #f7f7f7;
}

tr.ntotal {
  font-weight: 900;
}

.gateways-update {
  padding-top: 120px;
  float: left;
  width: 100%;
}

.gateways-update h1 {
  text-align: center;
  padding-bottom: 21px;
}

#paypal-button-container {
  width: 100%;
}

.ppbtn {
  width: 100%;
}

.select-button {
  color: #ffffff;
  text-decoration: none;
  font-weight: 400;
  text-transform: uppercase;
  padding: 8px 54px;
  display: inline-block;
  border-radius: 6px;
  font-size: 18px;
  text-shadow: none;
  transition: all .4s ease-out;
  cursor: pointer;
  height: 70px;
}

button#submitBtn {
  width: 100%;
  max-width: none;
}

section.page-title.adminp h1 {
  text-align: center;
  padding-top: 51px;
}

.form-control {
  background-color: #f2f2f2;
  border-radius: 4px;
  border: none;
  line-height: 50px;
  padding: 0px 25px;
  outline: none;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: none;
  -webkit-box-shadow: none;
  height: auto;
}

.admin-box .btn {
  max-width: 220px;
  padding: 19px 50px;
  margin-top: 24px;
}

select.form-control {
  appearance: none;
  background-color: #f2f2f2;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #f2f2f2 0%, #f2f2f2 100%);
  background-repeat: no-repeat,repeat;
  background-position: right .7em top 50%,0 0;
  background-size: .65em auto,100%;
  height: 50px !important;
  padding: 0px 12px;
  font-size: 13px;
  font-weight: 600 !important;
}

.admin-titleb .btn {
  padding: 12px 12px;
  border-radius: 4px;
  border: none;
  font-size: 17px;
  text-transform: uppercase;
  font-family: 'Open Sans', sans-serif;
  display: inline-block;
  cursor: pointer;
  max-width: 364px;
  width: 100%;
  text-align: center;
  top: 5px;
  position: relative;
}

.admin-title th {
  font-size: 13px;
}

@media (max-width: 1000px) {
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .admin-top {
    padding-top: 11px;
    padding-bottom: 11px;
  }
  .navbar-dark .navbar-toggler {
    position: relative;
    z-index: 999;
  }
  .first_step .form-group label {
    width: 100%;
    text-align: left;
  }
  .first_step .form-group input, .first_step .form-group select {
    width: 100%;
    margin: 0px;
  }
  .first_step .invalid-feedback {
    width: 100%;
  }
  .first_step_button.select-button {
    margin-left: 0px;
  }
  .select-button {
    padding: 8px 36px !important;
  }
  table.table.table1.cart tbody tr img {
    height: 40px;
    width: auto !important;
  }
  .first_step, .second_step, .third_step {
    width: 100%;
    padding: 0px !important;
    margin: 0px;
  }
  .third_step .form-group label {
    width: 100%;
    text-align: left;
  }
  .third_step .form-group input, .third_step .form-group select {
    width: 100%;
    margin: 0px;
  }
  .third_step .invalid-feedback {
    width: 100%;
  }
  .row.first_step .col-md-12, .row.first_step .col-md-12 .row,
  .row.second_step .col-md-12, .row.second_step .col-md-12 .row,
  .row.third_step .col-md-12, .row.third_step .row, .row.third_step .col-12 {
    padding-left: 0px !important;
    padding-right: 0px;
    margin-left: 0px;
    margin-right: 0px;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
}

@media (max-width: 767px) {
  .navbar-expand-lg .navbar-toggler {
    display: block;
  }
  .navbar-dark .navbar-toggler {
    margin-left: auto;
    position: relative;
    z-index: 999;
  }
  .collapse:not(.show) {
    display: none;
  }
  .navbar-collapse.show ul.navbar-nav {
    left: 0%;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: relative;
    top: 0px;
    background: #000000;
  }
  ul.navbar-nav li a.dropdown-item {
    color: #bebebe;
  }
  .exportt {
    margin-bottom: 22px;
  }
  p.cgateway a.btn {
    width: 100%;
    max-width: none;
  }
  .admin-title h1 {
    font-size: 60px;
    line-height: .9em;
  }
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-110 {
  margin-top: 110px;
}

.pt-60 {
  margin-top: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.co-site header#header {
  background: none !important;
}

ul.list-none {
  margin: 0;
  padding: 16px 0px 0px 0px;
  list-style: none;
}

.bannerSection {
  background-image: url(../images/banner-bg.jpg);
  background-color: black;
  margin-top: -195px;
}

.bannerSection .row {
  min-height: 1000px;
}

.heading {
  color: #ffffff;
}

#orderFormSection {
  margin-top: -743px;
}

/* order left*/
.orderLeft {
  background-color: #eeeeee;
  padding: 45px 0 35px 0;
  position: relative;
  overflow: hidden;
}

.orderLeft::before {
  content: url(../images/bottom-line.png);
  position: absolute;
  bottom: 84px;
  right: 0;
  height: 131px;
}

.orderLeftTop h3 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0;
  line-height: 1;
}

.orderLeftBottle img {
  position: relative;
  top: 42px;
  transform: scale(1.2);
}

.orderLeftTop h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 49px;
  font-weight: normal;
  letter-spacing: -.25px;
  margin-bottom: 0;
  line-height: 1.2em;
}

.redTitle {
  background-image: url(../images/redLine.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  max-width: 670px;
  margin-left: auto;
  width: 100%;
  text-transform: uppercase;
}

.redTitle h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  padding: 6px 0;
  margin: 0;
}

.doctor-recommend-text {
  padding-left: 25px;
  line-height: 1em;
  font-size: 14px;
}

.doctor-recommend-text h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 18px;
  color: #005659;
}

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

.orderLeft ul li {
  font-weight: 500;
  font-size: 22px;
  position: relative;
  margin-bottom: 3px;
}

.orderLeft ul li::before {
  content: url(../images/checkmark.png);
  position: relative;
  top: 5px;
  margin-right: 20px;
}

.orderLeft ul li span {
  font-weight: 700;
  text-transform: uppercase;
}

.claim-bottle h3 {
  font-family: 'Montserrat', sans-serif;
  font-size: 30px;
}

.claim-bottle {
  padding-top: 90px;
  color: #ffffff;
  text-align: center;
}

.claim-bottle h3 {
  font-size: 30px;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  color: #ffffff;
  margin: 0;
  line-height: 1;
  letter-spacing: 0px;
}

.claim-bottle p {
  font-size: 24px;
  text-transform: uppercase;
}

.titleNotice {
  text-align: center;
  padding-top: 45px;
  opacity: 0;
}

.co-order4 nav.navbar::after {
  display: none;
}

.titleNotice h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 900;
  font-size: 22px;
}

.right-sidebar {
  position: relative;
}

#orderFormSection .container {
  position: relative;
}

#orderFormSection .container::after {
  content: url(../images/curve-arrow.png);
  position: absolute;
  top: 125px;
  right: -118px;
  bottom: 0;
  margin: auto;
  transform: scale(0.8);
}

/* order right*/
.right-sidebar {
  background-color: #ffffff;
  box-shadow: 1px 1px 5px #0000001a;
}

.orderRightTop {
  background-color: #009fa5;
  text-align: center;
  padding: 11px 0 1px;
}

.orderRightTop h3 {
  font-size: 21px;
  line-height: 1;
}

.free-shipping img {
  position: relative;
  top: -5px;
}

.orderRightTop h1 {
  font-size: 59px;
  line-height: 1;
}

.product-list-single input[type='radio']:checked + label .product-list-top h3,
.product-list-single input[type='radio']:checked + label .product-list-top .topPrice,
.product-list-single input[type='radio']:checked + label .product-list-top .topPrice h5,
.product-list-single input[type='radio']:checked + label .product-list-bottom .productListPrice h3 {
  color: #ffffff;
}

.greenTitle {
  background-color: #003b3d;
  text-align: center;
  padding: 7px 0;
}

.greenTitle h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}

.order-form {
  padding: 28px 20px 0 20px;
}

.single-form {
  display: table;
  width: 100%;
  position: relative;
}

.single-form label, .single-form input {
  display: table-cell;
}

.single-form label {
  font-size: 14px;
  color: #000000;
  font-weight: 500;
  width: 33%;
  text-align: right;
  padding-right: 21px;
}

.single-form span.activated {
  font-size: 14px;
  font-weight: 600;
  color: #009fa5;
  position: absolute;
  top: 3px;
  right: 10px;
}

#start_order .single-form input {
  background-color: white;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  height: 30px;
  margin-bottom: 12px;
  font-weight: normal;
  padding: 0 15px;
  font-size: 14px;
}

span.btn-arrow img {
  position: relative;
  top: -3px;
}

.single-form input::-webkit-input-placeholder {
  font-size: 14px !important;
}

.single-form input::-moz-placeholder {
  font-size: 14px !important;
}

.single-form input:-ms-input-placeholder {
  font-size: 14px !important;
}

.single-form input:-moz-placeholder {
  font-size: 14px !important;
}

.orderbl {
  display: none;
}

#start_order .single-form select {
  background-color: #ffffff;
  border: 1px solid #d7d7d7;
  border-radius: 0;
  height: 30px;
  margin-bottom: 12px;
  font-weight: normal;
  padding: 0 15px;
  font-size: 14px;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
  height: 30px !important;
  line-height: 30px;
}

.field-orderform-creditcardtype {
  display: none;
}

.ssl-notice {
  background-color: #d8d8d8;
  text-align: center;
  padding: 12px 0 12px 0;
}

.ssl-notice p {
  margin-bottom: 0;
  font-size: 15px;
  color: #0b0b0b;
  font-weight: 500;
}

.ssl-notice p img {
  position: relative;
  top: -2px;
  margin-right: 5px;
}

.progress {
  border: 1px solid #c5c5c5;
  height: 25px;
  position: relative;
}

.ordertwopayment .custom-control {
  padding-bottom: 24px;
}

.progress::after {
  background-color: #d20000;
  width: 17px;
  height: 16px;
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 4px;
}

.progress::after {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}

.third_step .ordertwopayment .form-group label {
  width: 100%;
  text-align: left;
}

/* orderOfferSection */
.longLine {
  background-color: #bababa;
  height: 2px;
}

.orderStepps {
  background-color: #ececec;
  padding: 50px 80px;
}

.orderStepsLine {
  text-align: center;
  padding: 0 85px;
  margin-top: -12px;
}

.orderSteppsInner {
  border-bottom: 1px solid #dddddd;
  padding-bottom: 60px;
  margin-bottom: 65px;
}

.orderSteps {
  margin-bottom: 20px;
}

.orderSteps ul {
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.orderSteps ul li {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  color: #202020;
  margin: 0 30px;
}

.orderStepsLine ul {
  position: relative;
  z-index: 3;
  overflow: hidden;
}

.orderStepsLine ul::before {
  background-color: #009fa5;
  height: 5px;
  width: 95%;
  position: absolute;
  top: 29px;
  left: 0;
  content: "";
  z-index: -1;
  right: 0;
  margin: auto;
}

.orderStepsLine ul li {
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #a7a7a7;
  border-radius: 100%;
  font-weight: 600;
  text-align: center;
  line-height: 30px;
  color: #ffffff;
  border: 1px solid #d4d4d4;
  margin-right: 38%;
  z-index: 2;
}

.orderStepsLine ul li.active {
  background-color: #009fa5;
}

.orderStepsLine ul li:last-child {
  margin-right: 0;
}

.orderStepsText {
  font-size: 18px;
  color: #000000;
  font-weight: 500;
}

.orderStepsText p span {
  color: #d20000;
}

/* productOrder */
.product-list-single {
  position: relative;
  border-radius: 5px;
}

.product-list-single input[type='radio'] {
  display: none;
}

.product-list-single label::before {
  content: url(../images/checkmark3.png);
  display: inline-block;
  position: absolute;
  top: 50px;
  bottom: 0;
  margin: auto;
  width: 35px;
  height: 35px;
  left: 30px;
  transform: scale(0.8);
}

.product-list-single input[type='radio']:checked + label::before {
  content: url(../images/checkmark2.png);
}

.product-list-desc h3 {
  font-family: 'Bebas Neue', cursive;
  font-size: 47px;
  font-weight: normal;
  color: #2d2d2d;
  margin: 0;
}

.product-list-single.selected .product-list-desc h3 {
  color: #ffffff;
}

.product-list-top {
  background-color: #bdbdbd;
  padding: 9px 0 0 40px;
  position: relative;
}

.product-list-single input[type='radio']:checked + label .product-list-top {
  background-color: #00787c;
}

.product-list-top::before {
  content: url(../images/curve-2.png);
  position: absolute;
  top: 0;
  right: 0;
  max-width: 220px;
  overflow: hidden;
}

.product-list-single input[type='radio']:checked + label .product-list-top::before {
  content: url(../images/curve.png);
  max-width: 220px;
  overflow: hidden;
}

.product-list-top h3 {
  color: #2d2d2d;
}

.topPrice {
  color: #2d2d2d;
}

.topPrice h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 18px;
  color: #2d2d2d;
  margin-bottom: 0;
}

.topPrice p {
  margin-bottom: 0;
}

.product-list-bottom {
  background-color: #d8d8d8;
  padding: 15px 0 15px 30px;
}

.product-list-single input[type='radio']:checked + label .product-list-bottom {
  background-color: #009fa5;
}

.free-shipping .row {
  margin: 0;
}

.free-shipping .col-md-3, .free-shipping .col-md-6 {
  padding: 0;
}

.free-shipping h4 {
  font-size: 18px;
  color: #ffffff;
  line-height: 1em;
}

.productListPrice h3 {
  line-height: .9em;
}

.productListPrice h4 {
  color: #2d2d2d;
  font-size: 24px;
  margin-top: -5px;
}

.product-list-single input[type='radio']:checked + label .productListPrice h4 {
  color: #f0f0f0;
}

.productListBottle p {
  margin-bottom: 0;
  color: #f4f263;
  font-family: 'Bebas Neue', cursive;
  font-size: 52px;
}

.productListBottle p sub {
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  position: relative;
  top: -3px;
}

.save-badge {
  background-color: #db1414;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  text-align: center;
  padding-top: 15px;
  position: absolute;
  bottom: -10px;
  right: 30px;
  box-shadow: 1px 0px 5px 2px #ffffff;
}

.save-badge h5 {
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 0;
}

.save-badge span {
  font-family: 'Bebas Neue', cursive;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #f4f263;
}

.productListBottle {
  background-color: #1b1b1b;
  padding: 23px 0 18px 23px;
}

.row.no-gutters.align-items-center {
  margin-right: 0px;
}

.product-list-single input[type='radio']:checked + label .productListBottle {
  background-color: #004a4d;
}

/* sidebar */
.sidebar-form-head {
  background-image: url(../images/sidebar-curve.jpg);
  background-position: left bottom;
  background-size: 89%;
  background-repeat: no-repeat;
  text-align: left;
  padding: 0px 25px 0px 100px;
  background-color: #01a3a7;
}

.sidebar-form-head h2, .sidebar-form-head h4 {
  color: #ffffff;
  margin-bottom: 0;
}

.sidebar-form-head h2 {
  font-size: 62px;
  letter-spacing: 1px;
}

.sidebar-form-head h4 {
  font-size: 29px;
  margin-top: -12px;
}

.cart2t {
  padding-bottom: 20px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d0d0;
  display: none;
}

.ordertwoprocheck {
  display: none;
}

.notuse:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #00a3a6;
  transform: rotate(7deg);
  bottom: 14px;
}

.notuse:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #00a3a6;
  transform: rotate(356deg);
  bottom: 20px;
  left: 0px;
}

label.shipping-text span {
  font-weight: bold;
  color: #00a3a6;
}

.notuse {
  position: relative;
}

.sidebar-form-body {
  background-color: #eaeaea;
  padding: 30px 30px 70px 30px;
}

.sidebar-form-body h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #424242;
  margin-bottom: 15px;
}

.single-delivery-method input[type='radio'] {
  width: 18px;
  height: 18px;
  border: 1px solid #343434;
  border-radius: 100%;
  margin: 0 25px 0 0;
  position: relative;
  top: 4px;
}

.single-delivery-method label {
  font-weight: 500;
  font-size: 15px;
  color: #424242;
  margin-bottom: 10px;
  display: inline-block;
}

.radio-btns {
  padding-bottom: 19px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d3d0d0;
}

.single-delivery-method input[type='text'], .single-delivery-method select {
  background-color: transparent;
  width: 100%;
  height: 40px !important;
  border: 1px solid #d7d7d7;
  padding: 0 0 0 20px !important;
  line-height: 40px;
}

.single-delivery-method input[type='text']:focus, .single-delivery-method select:focus {
  background-color: #ffffff;
  outline: 0;
}

.single-delivery-method small {
  font-size: 13px;
  color: #888888;
}

.btn-submit {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 20px;
  width: 100%;
  height: 69px;
  border: 0;
  color: #ffffff;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  border-radius: 5px;
  cursor: pointer;
  padding: 0px;
  line-height: 73px;
}

.cart2t .value_price {
  margin-right: auto;
  text-align: left;
}

.cart2t .value_price h5, .cart2t .value_price h4 {
  width: 40%;
  text-align: left;
}

.btn-text {
  background-color: #009fa5;
  display: block;
  width: 70%;
  flex: 0 0 70%;
  height: 100%;
  border-radius: 4px 0 0 4px;
}

.btn-submit .btn-arrow {
  background-color: #008186;
  width: 30%;
  flex: 0 0 30%;
  height: 100%;
  border-radius: 0 4px 4px 0;
}

.col-md-12.payment.ordertwopayment {
  padding-bottom: 14px;
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d0d0;
}

.single-delivery-method label[for='orderform-fields_expmonth'], .single-delivery-method label[for='orderform-fields_expyear'] {
  display: none;
}

.single-delivery-method .form-control {
  margin-bottom: 10px;
}

.single-delivery-method h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  font-size: 13px;
  color: #0b0b0b;
}

.od2btntop {
  padding-bottom: 31px;
}

.single-delivery-method h5 img {
  margin-right: 10px;
}

.risk-free {
  background-color: #eaeaea;
  font-size: 15px;
  font-weight: 500;
  color: #252525;
  padding: 100px 50px 55px 50px;
  position: relative;
}

.risk-free p {
  margin-bottom: 0;
  line-height: 1.2em;
}

.risk-free img {
  position: absolute;
  top: -80px;
  right: 0;
  left: 0;
  margin: auto;
}

/* privacy */
.privacyPoliciy h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 40px;
}

.privacyPoliciy p {
  color: #000000;
  font-size: 14px;
  line-height: 1.6em;
}

.orderLeftTop.text-center {
  width: 100%;
  margin-left: auto;
  max-width: 670px;
  padding-bottom: 14px;
}

.doctor-recommend-text p {
  line-height: 1.3em;
}

.col-md-4.docimg img {
  width: 96px;
  margin-top: -19px;
}

.greenTitle h4 strong {
  color: #009fa4;
}

.retailp {
  font-size: 14px;
  padding-top: 6px;
  font-weight: 500;
}

.checksealimg {
  text-align: right;
}

.product-list-single.selected .topPrice {
  color: #ffffff;
}

.checksealimg img {
  max-width: 262px;
}

.product-list-single.selected .topPrice h5 {
  color: #ffffff;
}

.orderStepsText .row {
  margin-left: -7px;
  margin-right: 0px;
}

@media (max-width: 1024px) {
  #orderFormSection .container::after {
    display: none;
  }
  #orderFormSection {
    margin-top: -753px;
  }
  .claim-bottle h3 {
    font-size: 27px;
  }
  .claim-bottle p {
    font-size: 20px;
  }
  .orderLeft ul li {
    font-size: 20px;
  }
  .orderStepps {
    padding: 50px 30px;
  }
  .orderSteps ul li {
    margin: 0 12px;
  }
  .orderStepsLine ul::before {
    top: 30px;
  }
  .row.orderstepout {
    margin-top: -12px;
  }
  .orderSteppsInner {
    padding-bottom: 50px;
    margin-bottom: 45px;
  }
  .product-list-desc h3 {
    font-size: 39px;
    letter-spacing: 0px;
  }
  .productListBottle p {
    font-size: 40px;
  }
  .save-badge {
    transform: scale(0.7);
  }
  .sidebar-form-head {
    padding: 0px 25px 0px 54px;
  }
  .sidebar-form-head h2 {
    font-size: 57px;
    letter-spacing: 0px;
  }
  .sidebar-form-head h4 {
    font-size: 26px;
    margin-top: -10px;
  }
  .single-delivery-method input[type='radio'] {
    margin: 0 9px 0 0;
  }
  .cart2t .value_price h5, .cart2t .value_price h4 {
    width: 50%;
  }
  .sidebar-form-body {
    padding: 30px 20px 30px 20px;
  }
  .select-button {
    padding: 10px 21px;
    height: 55px;
  }
  .single-delivery-method h5 img {
    margin-right: 5px;
    position: relative;
    top: -4px;
  }
  .single-delivery-method input[type='text'], .single-delivery-method select {
    padding: 0 0 0 10px !important;
    font-size: 14px;
  }
  .risk-free {
    padding: 80px 20px 35px 20px;
  }
  .single-form button {
    padding: 0px 0px !important;
    line-height: 60px;
    height: 60px;
    max-width: 320px;
    margin: 15px auto 10px !important;
  }
}

/* responsive */
@media (max-width: 991px) {
  #orderFormSection .container::after {
    display: none;
  }
  #orderFormSection {
    margin-top: -830px;
  }
  .orderStepps {
    padding: 50px 30px;
  }
  .orderStepsLine {
    padding: 0;
  }
  .product-list-desc h3 {
    font-size: 37px;
    letter-spacing: 0px;
  }
  .topPrice h5 {
    font-size: 16px;
  }
  .topPrice p {
    font-size: 14px;
  }
  .free-shipping h4 {
    font-size: 18px;
  }
  .productListBottle p {
    font-size: 33px;
  }
  .productListBottle p sub {
    font-size: 18px;
    top: -7px;
  }
  .productListBottle {
    padding: 15px 0 1px 28px;
  }
  .sidebar-form-head {
    padding: 10px 25px 0px 20px;
    background: #01a3a7;
  }
  .notuse:before, .notuse:after {
    max-width: 250px;
  }
  .cart2t .value_price {
    margin-left: 0 !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .redTitle {
    background: #530100;
  }
  .orderLeftTop h1 {
    line-height: 1em;
    margin-top: 9px;
    font-size: 26px;
  }
  .orderLeft {
    padding: 35px 14px 15px;
  }
  .col-md-7.doctext {
    padding-top: 0px;
    width: 70%;
    padding: 0px;
  }
  .col-md-4.docimg {
    width: 30%;
  }
  .orderLeft::before {
    content: "";
    position: absolute;
    bottom: 50px;
    right: 0;
    height: 61px;
    background: #a60a09;
    width: 100%;
  }
  .orderStepsLine ul li {
    margin-right: 31%;
  }
  .product-list-top {
    padding: 6px 15px 0px;
  }
  .product-list-top::before {
    display: none !important;
  }
  .row.align-items-center.prodst .col-sm-5, .row.align-items-center.prodst .col-sm-3 {
    width: 50%;
  }
  .col-md-4.docimg img {
    margin-top: 12px;
  }
  .topPrice {
    display: flex;
  }
  .topPrice h5 {
    padding-right: 9px;
  }
  .free-shipping .col-md-9 {
    width: 92px;
  }
  .free-shipping .col-md-3, .free-shipping .col-md-6 {
    width: 30%;
  }
  .product-list-single label::before {
    bottom: 16px;
    margin: auto;
    left: -4px;
    transform: scale(0.4);
  }
  .col-lg-3.col-sm-3.btlimg {
    width: 40%;
    margin-left: 3%;
  }
  .col-lg-1.col-sm-1.text-center.plusicon {
    width: 5%;
  }
  .save-badge {
    bottom: -27px;
    right: -19px;
    transform: scale(0.3);
  }
  .productListPrice {
    padding-left: 0%;
    text-align: center;
  }
  .product-list-desc h3 {
    font-size: 23px;
  }
  .productListBottle p {
    font-size: 17px;
  }
  .product-list-desc h3 br {
    display: none;
  }
  .product-list-single.mt-40 {
    position: relative;
    border-radius: 5px;
    margin-top: 4px !important;
  }
  .sidebar-order {
    padding-top: 31px;
  }
  .checksealimg {
    text-align: center;
  }
  .productListBottle p sub {
    font-size: 11px;
  }
  .sidebar-form-head h2 {
    padding-bottom: 5px;
  }
  .sidebar-form-body {
    padding: 30px 15px 15px 15px;
  }
  .productListPrice h4 {
    font-size: 13px;
    margin-top: -2px;
  }
  .checksealimg img {
    max-width: 203px;
  }
  .product-list-bottom {
    padding: 10px 0 10px 30px;
  }
  .orderLeft ul li {
    font-weight: 500;
    font-size: 11px;
    float: left;
    width: 100%;
    margin-bottom: -8px;
  }
  .greenTitle {
    padding: 7px 10px;
  }
  .secure-icons.mt-40 img {
    width: 250px;
  }
  .secure-icons.mt-40 {
    margin-top: 10px !important;
    text-align: center;
  }
  .greenTitle h4 {
    font-size: 14px;
  }
  #orderFormSection {
    margin-top: -640px;
  }
  .ssl-notice p img {
    margin-right: 2px;
    width: 11px;
  }
  .secureicont img {
    width: 224px;
    margin-top: -6px;
  }
  .secureicont {
    text-align: center;
    padding-bottom: 4px;
  }
  .orderSteps ul li {
    display: block;
    font-size: 18px;
    font-weight: 600;
    color: #202020;
    margin: 0;
    text-align: left;
  }
  .ssl-notice p {
    font-size: 13px;
  }
  .orderSteps {
    width: 70%;
  }
  .single-form label {
    display: none;
  }
  .row.orderstepout {
    width: 27%;
  }
  .orderSteppsInner {
    display: flex;
    padding-bottom: 20px;
    margin-bottom: 35px;
  }
  .orderSteps li {
    padding: 2px 0px;
  }
  ul.list-none {
    text-align: center;
  }
  ul.list-none li {
    margin: 1px 0px;
  }
  .orderStepsLine ul::before {
    display: none;
  }
  .orderLeftBottle img {
    top: 0px;
    transform: scale(1);
  }
  .claim-bottle h3 {
    font-size: 14px;
  }
  .claim-bottle p {
    font-size: 12px;
  }
  .claim-bottle {
    padding-top: 109px;
  }
  .orderStepps {
    padding: 30px 20px;
  }
  .orderStepsText {
    font-size: 14px;
    color: #000000;
    font-weight: 500;
  }
  .orderStepsText p {
    line-height: 1.4em;
  }
  .productListBottle {
    padding: 3px 8px 2px;
  }
  .productListBottle p sub {
    top: 0px;
  }
  .topPrice p {
    line-height: 1.5em;
  }
  .product-list-single .product-list-desc h3 {
    line-height: 1em;
    padding-top: 0px;
  }
  .prodst .col-lg-4.col-sm-4 {
    width: 46%;
    margin: 0px;
    padding: 0px 2%;
  }
  .sidebar-form-head {
    padding: 6px 25px 7px 20px;
  }
  .orderLeftTop.text-center {
    padding: 101px 15px 17px;
  }
  .proleft .col-md-8 {
    width: 71%;
    padding: 0px;
  }
  .proleft .col-md-4 {
    width: 29%;
  }
  .orderLeft ul li::before {
    top: -7px;
    margin-right: 10px;
    float: left;
    width: 8px;
    transform: scale(0.5);
  }
  .orderLeftBottle.mt-30 img {
    transform: scale(1.8);
  }
  .row.mt-55.proleft {
    margin-top: 22px;
  }
  .titleNotice {
    padding-top: 0px;
  }
  .titleNotice h4 {
    font-size: 15px;
  }
  .orderLeftTop h3 {
    font-size: 15px;
    margin-bottom: -4px;
  }
  .redTitle h4 {
    font-size: 13px;
  }
  .right-sidebar {
    box-shadow: none;
    border: 2px #009fa4 solid;
    margin: 15px;
  }
  .bannerSection {
    height: 750px;
    background: #000000;
  }
  .single-form button {
    padding: 0px 0px !important;
    margin: 0px auto -8px !important;
  }
  .orderSteppsInner {
    display: none;
  }
  .orderStepsText p {
    margin-bottom: 8px;
  }
  .product-list-desc .prodst h3 {
    font-size: 23px;
  }
  .prodst .col-lg-3.col-sm-3 {
    margin: 0px;
    padding: 0px;
  }
  .btn-submit {
    font-size: 17px;
  }
  .prodst .col-lg-5.col-sm-5 {
    order: 3;
    padding: 0px 2% 4px;
  }
  .prodst .col-lg-3.col-sm-3 {
    width: 41% !important;
    margin: 0px;
    padding: 0px;
    margin-left: auto;
  }
  .free-shipping .col-md-3 {
    text-align: right;
  }
  .free-shipping .col-md-9 {
    padding: 0px 0px 0px 7px;
  }
  .free-shipping h4 {
    font-size: 15px;
  }
  .free-shipping img {
    position: relative;
    top: -5px;
    width: 28px;
  }
  .free-shipping {
    position: relative;
    top: 13px;
  }
  .product-list-bottom .col-lg-1 {
    width: 3% !important;
    transform: scale(1.5);
    position: relative;
    left: 4px;
    z-index: 9;
  }
  .product-list-bottom .col-lg-3 {
    width: 20% !important;
  }
  .product-list-bottom .col-lg-4 {
    width: 40%;
    margin-left: auto;
    padding-right: 3%;
  }
  .product-list-bottom .col-lg-3 img {
    transform: scale(1.6);
  }
  .sidebar-form.mt-50 {
    border: 2px #009fa4 solid;
    margin-top: 12px;
  }
  .sidebar-form-body {
    background-color: #ffffff;
  }
  .single-delivery-method input[type='text'], .single-delivery-method select {
    background-color: white;
    width: 100%;
    line-height: 40px;
    background-color: #ffffff;
    border: 1px solid #d7d7d7;
    border-radius: 0;
    background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #fff 0%, #fff 100%);
    height: 30px !important;
    line-height: 30px;
    font-weight: 400 !important;
    font-size: 13px;
  }
  #start_order .single-form input {
    font-size: 13px;
  }
  #start_order .single-form select {
    font-size: 13px;
  }
  .od2btntop {
    padding-bottom: 12px;
  }
  .single-delivery-method.mt-40 {
    margin-top: 20px !important;
  }
  .single-delivery-method h5 {
    font-size: 12px;
  }
  .single-delivery-method h5 img {
    margin-right: 3px;
    top: -3px;
    width: 12px;
  }
  div#orderform-payment_processor .custom-control:first-child img {
    width: 116px !important;
  }
  div#orderform-payment_processor .custom-control label {
    font-size: 13px;
  }
  div#orderform-payment_processor .custom-control label:before, div#orderform-payment_processor .custom-control label:after {
    top: 1px !important;
    transform: scale(0.9);
  }
  div#orderform-payment_processor .custom-control img {
    width: 48px !important;
  }
  .col-md-12.payment.ordertwopayment {
    padding-bottom: 8px;
  }
  .cart2t .value_price.cartt {
    padding-top: 14px;
  }
  .single-form input::-webkit-input-placeholder {
    font-size: 13px !important;
  }
  .single-form input::-moz-placeholder {
    font-size: 13px !important;
  }
  .single-form input:-ms-input-placeholder {
    font-size: 13px !important;
  }
  .single-form input:-moz-placeholder {
    font-size: 13px !important;
  }
  span.btn-arrow img {
    width: 13px;
  }
  .single-form button {
    line-height: 50px;
    height: 50px;
  }
  .single-form button {
    line-height: 50px;
    height: 50px;
    max-width: 240px;
  }
  .orderbl {
    display: block;
    color: #ffffff;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 13px;
    font-family: 'Bebas Neue', cursive;
    letter-spacing: 1px;
  }
  .orderbl img {
    width: 34px;
  }
  .selloutt {
    padding-top: 9px;
  }
}

@media (max-width: 380px) {
  .titleNotice {
    margin-left: -52%;
  }
}

.bonus {
  background-color: #e2e2e2;
  overflow-x: hidden;
}

.pr-100 {
  padding-right: 100px !important;
}

/* banner */
.bannerSection-2 {
  background-image: url(../images/banner-bg-2.html);
  padding: 165px 0 630px 0;
}

.bannerSection-2 .row {
  min-height: auto;
}

/* attention-title-section */
.attentionTitleSection {
  background-color: #db1414;
  padding: 8px 0px;
}

.attentionTitle {
  text-align: center;
}

.attentionTitle h2 {
  font-family: 'rift_softregular';
  font-size: 38px;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1em;
}

/* orderStepsMenuSection */
.orderStepsMenu ul li {
  display: inline-block;
}

.orderStepsMenu ul li a {
  background-image: url(../images/step-bg.png);
  background-size: cover;
  width: 231px;
  height: 52px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 15px;
  color: #ffffff;
  display: block;
  line-height: 52px;
  text-align: center;
  padding-left: 10px;
}

.orderStepsMenu ul li a img {
  position: relative;
  top: -1px;
  left: 5px;
  width: 16px;
}

.orderStepsMenu ul li.active a {
  background-image: url(../images/step-bg-active.png);
}

/* bonuSection */
.bonuSection {
  position: relative;
  margin-top: -580px;
}

.bonuSection .firstContainer {
  background-color: #ffffff;
  box-shadow: 0px 7px 34.3px 0.7px #0000001c;
  border-radius: 15px;
  padding: 0;
}

.bonusTop {
  background-color: #eaeaea;
  border-radius: 15px 15px 0 0;
  padding: 57px 0 60px 0;
}

.bonusTop h1 {
  font-size: 80px;
  line-height: 1;
  color: #141414;
  margin-bottom: 0;
}

.bonusTop h4 {
  margin-bottom: 0;
  font-family: 'rift_softregular';
  font-size: 24px;
  color: #000000;
}

.bonusBottom {
  padding: 0 0 50px 80px;
  align-items: center;
}

.bonusMiddle {
  margin: 0 0 0 65px;
  position: relative;
  padding-top: 51px;
}

.bonusMiddleText {
  padding-right: 35px;
}

.bonusMiddle h3 {
  font-size: 40px;
  color: #141414;
}

.bonusMiddle p {
  font-size: 14px;
  font-weight: 400;
  color: #141414;
  text-transform: uppercase;
  line-height: 1.4em;
}

.bonusBottom ul li {
  font-family: 'riftdemi';
  font-weight: 500;
  font-style: italic;
  font-size: 20px;
  color: #141414;
  position: relative;
  padding-left: 26px;
  margin-bottom: 11px;
  line-height: 1.1em;
}

.bonusBottom ul li img {
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 0;
  width: 17px;
}

.oldPrice h3 {
  font-size: 48px;
  line-height: 1;
  color: #717171;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
  display: inline-block;
}

.oldPrice h3::after {
  background-color: #f40000;
  height: 2px;
  content: "";
  width: 100%;
  position: absolute;
  top: 25px;
  left: 0px;
  transform: rotate(155deg);
}

.oldPrice h4 {
  font-size: 27px;
  line-height: 1;
  color: #717171;
  margin-bottom: 0;
}

.newPrice h3 {
  font-family: 'riftbold';
  font-size: 114px;
  color: #000000;
}

.fiftyOff {
  position: absolute;
  top: -35px;
  right: -25px;
}

/* upgradeOrderSection */
.upgradeOrderSection {
  padding: 90px 0 100px 0;
}

.btn-upgrade {
  font-size: 34px;
  font-weight: 600;
  text-align: center;
  line-height: 1em;
  max-width: 490px !important;
  border-radius: 5px;
  margin: auto;
  background: #04959a;
  background: linear-gradient(0deg, #04959a 33%, #04bdc3 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#04959a",endColorstr="#04bdc3",GradientType=1);
  text-transform: none;
  text-shadow: 1px 3px 2px #00000066;
  padding: 19px 0px 23px;
  margin-bottom: 15px;
}

.btn-upgrade:hover {
  color: #ffffff;
}

.upgradeOrder h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #5c5c5c;
  letter-spacing: -1px;
  text-align: center;
  margin: 20px 0 0 0;
}

.upgradeOrder h4 a {
  color: #5c5c5c;
}

@media (max-width: 1024px) {
  .fiftyOff {
    position: absolute;
    top: -35px;
    right: 0px;
    width: 180px;
  }
  .oldPrice h4 {
    font-size: 20px;
  }
  .newPrice h3 {
    font-size: 93px;
  }
  .bonusMiddle {
    margin: 0px 0 0 0px;
  }
  .bonuSection .firstContainer {
    padding: 0 15px;
  }
  .nospace .col-lg-12 {
    padding: 0px;
  }
}

/* responsive */
@media (max-width: 991px) {
  .orderStepsMenu ul li a {
    margin-bottom: 20px;
  }
  .bannerSection-2 {
    padding: 160px 0 50px 0;
  }
  .bonuSection {
    padding-top: 0px;
    margin-top: 0;
  }
  .bonusTop h1 {
    font-size: 64px;
  }
  .upgradeOrderSection {
    padding: 50px 0 40px 0;
  }
  .oldPrice h3 {
    line-height: inherit;
  }
  .oldPrice h4 {
    line-height: inherit;
  }
  .newPrice h3 {
    line-height: 1;
  }
  .newPrice h3 {
    font-size: 80px;
  }
  .bonusMiddleText.pr-100 {
    padding-right: 0 !important;
    margin-top: 30px;
  }
  .oldPrice h3::after {
    top: 35px;
    left: 3px;
  }
  .bonusTop {
    border-radius: 0px;
    padding: 44px 15px 40px;
  }
}

@media (max-width: 767px) {
  .orderStepsMenu ul li {
    width: 33.33%;
    float: left;
  }
  .oldPrice h3 {
    line-height: 1em;
  }
  .oldPrice h4 {
    line-height: 1em;
  }
  .oldPrice {
    padding-top: 21px;
    padding-bottom: 30px;
  }
  .attentionTitle h2 {
    font-size: 30px;
    padding: 10px 0;
  }
  .bonusTop {
    padding: 37px 15px 40px;
  }
  .bonuSection {
    padding-top: 0px;
  }
  .bonusTop h1 {
    font-size: 48px;
  }
  .bonusTop h4 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 10px;
  }
  .bonusMiddle {
    margin: 0 0 0 0px;
  }
  .bonusBottom {
    padding: 0 0 50px 15px;
    align-items: center;
  }
  .newPrice h3 {
    font-size: 56px;
  }
  .btn-upgrade {
    width: 100%;
  }
  .bannerSection-2 {
    padding: 210px 0 50px 0;
  }
  .attentionTitleSection {
    padding: 0px 0px;
  }
  .bonusMiddle h3 {
    line-height: 1em;
  }
  .bonusBottom ul li {
    font-size: 18px;
    text-align: left;
  }
  .btn-upgrade {
    font-size: 30px;
    height: auto;
    line-height: 1em;
  }
  .custom-control {
    text-align: left;
    line-height: 1em;
  }
  h4.rejectupsell {
    font-size: 16px;
  }
}

@media (max-width: 700px) {
  .fiftyOff {
    display: none;
  }
}

@media (max-width: 480px) {
  .orderStepsMenu ul li {
    width: 50%;
    float: left;
  }
  .attentionTitle h2 {
    font-size: 18px;
    letter-spacing: inherit;
  }
  .bonusTop h1 {
    font-size: 30px;
  }
  .bonusTop h4 {
    font-size: 20px;
  }
}

@media (max-width: 450px) {
  .orderStepsMenu ul li {
    width: auto;
    float: none;
  }
  .btn-upgrade {
    font-size: 24px;
  }
  .btn-upgrade .btn-text {
    width: 80%;
    flex: 0 0 80%;
  }
  .btn-upgrade .btn-arrow {
    width: 20%;
    flex: 0 0 20%;
  }
}

@media (max-width: 450px) {
  .btn-upgrade {
    font-size: 20px;
  }
}

@media (max-width: 360px) {
  .attentionTitle h2 {
    line-height: 1.2;
  }
  .bonusTop h1 {
    font-size: 28px;
  }
  .bonusMiddle h3 {
    font-size: 24px;
    line-height: 1;
  }
  .btn-upgrade {
    font-size: 15px;
  }
}

.mt-30 {
  margin-top: 30px;
}

.pb-80 {
  padding-bottom: 80px;
}

.ps-unset {
  position: unset;
}

/* banner */
.bannerSection-3 {
  background-image: url(../images/header-bg.jpg);
  padding: 0;
  height: 950px;
}

/* attention-title-section */
.attentionTitleSection.no-bg {
  background-color: transparent;
  padding-top: 187px;
}

.attentionTitleSection.no-bg .container {
  padding-left: 0;
  padding-right: 0;
}

.attentionTitle-2 {
  border-radius: 5px;
  background: linear-gradient(48deg, #6b0b0b, #ff0404);
  text-align: left;
  padding: 20px 20px 20px 90px;
}

.attentionTitle-2 h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #00d9e1;
  margin-bottom: 0;
  line-height: 1;
  margin-bottom: 6px;
}

.attentionTitle-2 p {
  font-size: 17px;
  font-weight: 500;
  color: #ffffff;
  margin-bottom: 0;
  line-height: 1;
}

/* orderConfirmSection */
.orderConfirmSection {
  margin-top: -650px;
}

.orderConfirmSection .container {
  background-color: #eeeeee;
  padding: 50px 70px 70px 70px;
}

.confirmTitle h1 {
  font-family: 'Bebas Neue', cursive;
  font-size: 54px;
  letter-spacing: normal;
  font-weight: 600;
  margin-bottom: 5px;
  line-height: 1;
}

.confirmTitle p {
  font-size: 16px;
  font-weight: 600;
  color: #2c2c2c;
  margin-bottom: 5px;
  line-height: 1;
}

.mailingAddress {
  background-color: #ebebeb;
  border: 1px solid #c2c2c2;
  border-radius: 5px;
  padding: 30px;
}

.mailingAddress ul li {
  font-size: 15px;
  font-weight: 500;
  color: #000000;
  line-height: 1.3em;
}

.mailingAddress h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #000000;
}

/* orderTable */
.orderTable table {
  width: 100%;
  border-collapse: collapse;
}

.orderTable table thead {
  background-color: #252525;
}

.orderTable table thead tr th {
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
  padding: 10px 15px;
}

.orderTable table tbody {
  text-align: center;
  margin-top: 25px;
}

.orderTable table tbody tr td {
  font-size: 16px;
  font-weight: 700;
  color: #252525;
  padding: 8px 15px;
  text-align: left;
}

/* sidebar */
.man-with-logos {
  position: absolute;
  margin-top: 54px;
  right: -16px;
  bottom: 0px;
}

.sidebarCustomerService p {
  font-weight: 600;
  font-size: 14px;
  color: #000000;
  line-height: 1.5em;
}

.sidebarCustomerService h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  font-size: 21px;
  color: #009fa5;
  margin-bottom: 12px;
}

/* vip-savings */
.vip-savings {
  background-image: url(../images/vip-savings.jpg);
  padding: 50px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.vip-savings h2, .vip-savings h1 {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 0;
  line-height: 1;
}

.vip-savings h2, .vip-savings h1 {
  font-size: 44px;
  font-weight: 700;
  color: #ffffff;
}

.vip-savings h2 {
  margin-bottom: 10px;
}

.customerService a {
  font-weight: 700;
  color: #000000;
}

.vip-savings h2 span {
  background-color: #46d8dd;
  font-weight: 800;
  color: #303030;
  display: inline-block;
  padding: 5px 10px;
}

.vip-savings h1 {
  font-size: 63px;
  font-weight: 800;
  color: #fff000;
}

/* customerService */
.customerService {
  background-color: #ffffff;
  padding: 19px;
  border-radius: 10px;
}

.customerService h4 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  margin-bottom: 0;
}

.customerService h4 img {
  position: relative;
  top: -2px;
  margin-right: 4px;
  width: 24px;
}

.rejectupsell a {
  text-decoration: underline;
}

/* termsCondition */
.termsCondition ul {
  text-align: right;
}

.termsCondition ul li {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #007d82;
}

.termsCondition p {
  font-size: 14px;
  font-weight: 500;
  color: #898989;
  line-height: 1.6;
}

@media (max-width: 1024px) {
  .attentionTitleSection.no-bg .row {
    margin-left: 0px;
    margin-right: 0px;
  }
  .man-with-logos img {
    max-width: 310px;
  }
  .vip-savings h2, .vip-savings h1 {
    font-size: 38px;
  }
  .customerService h4 {
    font-size: 19px;
  }
}

/* responsive */
@media (max-width: 991px) {
  .orderTable {
    overflow-x: auto;
  }
  .man-with-logos {
    position: unset;
    margin-top: 54px;
    display: none;
  }
  .vip-savings h2 {
    font-size: 36px;
  }
  .vip-savings h1 {
    font-size: 48px;
  }
  .sidebarCustomerService {
    margin-top: 20px;
    border-top: 1px solid #ddd;
    padding-top: 30px;
  }
  .bonusMiddle .col-lg-4 {
    text-align: center;
  }
  .bonusBottom {
    padding: 20px 0 50px 8px;
  }
  .orderConfirmSection .container {
    padding: 50px 20px 50px 20px;
  }
  .vip-savings {
    padding: 20px;
    margin-top: 21px;
  }
  .customerService {
    margin-top: -11px;
  }
  footer#footer {
    padding: 60px 0px 49px 0px;
    background-color: #090909;
  }
}

@media (max-width: 767px) {
  .attentionTitleSection.no-bg {
    padding-top: 135px;
  }
  .attentionTitle-2 p {
    line-height: 1.4;
    font-size: 15px;
  }
  .attentionTitle-2 h4 {
    font-size: 16px;
  }
  .attentionTitle-2 {
    padding: 20px 20px 20px 20px;
  }
  .customerService h4 {
    font-size: 18px;
  }
  .confirmTitle h1 {
    font-size: 36px;
  }
  section.bannerSection.bannerSection-2.bannerSection-3.thankyoubanner {
    margin-top: -120px;
  }
  .confirmCheckmark {
    padding-bottom: 16px;
  }
  .mailingAddress ul li {
    text-align: left;
  }
  .mailingAddress ul {
    padding: 0px 0px 0px 0px;
  }
  .mailingAddress {
    padding: 20px;
  }
  .vip-savings h2 {
    font-size: 20px;
    margin-bottom: 3px;
  }
  .vip-savings h1 {
    font-size: 30px;
  }
  .termsCondition ul {
    text-align: center;
    padding-top: 0px;
  }
  .termsConditionTop {
    text-align: center;
  }
  section.termsCondition.mt-70.pb-80 {
    margin-top: 50px;
    padding-bottom: 40px;
  }
}

@media (max-width: 576px) {
  .vip-savings {
    padding: 10px;
  }
  .confirmTitle h1 {
    font-size: 36px;
  }
  .customerService h4 img {
    margin-right: 10px;
    width: 25px;
  }
}

@media (max-width: 575px) {
  .confirmCheckmark img {
    width: 60px;
  }
  .orderTable table thead tr th {
    padding: 10px;
  }
  .orderTable table tbody tr td {
    font-size: 14px;
    padding: 20px;
  }
}

@media (max-width: 360px) {
  .attentionTitleSection.no-bg {
    padding-top: 100px;
  }
  .confirmTitle h1 {
    font-size: 30px;
  }
  .orderConfirmSection .container {
    padding: 50px 15px 70px 15px;
  }
  .sidebarCustomerService p {
    font-size: 14px;
  }
  .vip-savings h2 {
    font-size: 30px;
  }
  .vip-savings h1 {
    font-size: 36px;
  }
  .termsConditionTop {
    text-align: center;
  }
  .termsCondition ul {
    text-align: center;
  }
}

.mt-15 {
  margin-top: 15px;
}

.mt-90 {
  margin-top: 90px;
}

.order3right label {
  display: none;
}

.co-order3 nav.navbar::after {
  background: transparent;
}

.order-form.order3right {
  padding: 31px 40px 0 40px;
}

.order3right .btn-submit {
  text-align: center;
  justify-content: center;
  margin-top: 7px;
}

.sslt p {
  font-size: 11px !important;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 227px;
  line-height: 1.2em;
  padding-top: 10px;
  margin: 0px auto;
}

.sslt img {
  width: 9px;
}

.right-sidebar-out {
  background: #eeeeee;
}

.order3right .secureicont img {
  width: 250px;
}

.order3right .secureicont {
  text-align: center;
  padding-bottom: 15px;
}

.right-sidebar-out .right-sidebar {
  box-shadow: none;
  border: 3px #009fa5 solid;
  border-radius: 0px 0px 21px 21px;
}

#orderFormSection.orderFormSection3 {
  margin-top: -607px;
}

.bannerSection.bannersec3 {
  margin-top: -195px;
  background: url(../images/banner3.png) 0 0 no-repeat #000000;
}

#orderFormSection.orderFormSection3 .container::after {
  top: -35px;
}

.sideform3 .single-delivery-method small {
  font-size: 8px;
  color: #888888;
  letter-spacing: 0px;
  margin-top: -7px;
  float: left;
  font-weight: 600;
}

.sideform3 .single-delivery-method input[type='text'], .sideform3 .single-delivery-method select {
  background-color: transparent !important;
  width: 100%;
  height: 39px !important;
  border: 1px solid #d7d7d7;
  padding: 0 0 0 15px !important;
  line-height: 39px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 400 !important;
}

.sideform3 .single-delivery-method select {
  background-color: #ffffff;
  background-image: url(data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E), linear-gradient(to bottom, #ffffff 0%, #ffffff 100%);
}

.right-sidebar-out {
  background: #eeeeee;
  padding-bottom: 51px;
}

.sideform3 .single-delivery-method label {
  font-size: 14px;
  margin-bottom: 3px;
}

.sideform3 .single-delivery-method.mt-40 {
  margin-top: 30px !important;
}

.sideform3 .single-delivery-method h5 img {
  margin-right: 5px;
  margin-top: -4px;
  width: 9px;
}

.sideform3 button#submitBtn.cc_field {
  background: url(../images/red-btn.png) center no-repeat;
  text-indent: -9999999px;
  background-size: 230px;
}

.sideform3 button#submitBtn.cc_field:hover, .order3right .btn-submit:hover {
  opacity: .9;
}

.secure-icons.mt-40 img {
  width: 300px;
}

.secure-icons.mt-40 {
  text-align: center;
  margin-top: 21px !important;
}

h2.limitedTitle {
  font-size: 47px;
  text-align: center;
  font-family: 'Bebas Neue', cursive;
  letter-spacing: 1px;
}

.sideform3 .single-delivery-method h5 {
  font-weight: 400;
  font-size: 11px;
  color: #0b0b0b;
  text-align: center;
}

/* hurryNotice */
.hurryNotice p {
  font-size: 18px;
  font-weight: 500;
  color: #191919;
  margin-bottom: 0;
  line-height: 1.3em;
}

.hurryNotice p span {
  font-weight: 700;
}

.hurryNotice strong {
  font-size: 20px;
  font-weight: 800;
  color: #009fa5;
}

.sideform3 .sidebar-form-body {
  background-color: #ffffff;
  padding: 20px 30px 15px 30px;
  border: 3px #00a3a6 solid;
  border-radius: 0px 0px 21px 21px;
}

.sideform3 .col-md-12.payment.ordertwopayment {
  margin-bottom: 0px;
  border-bottom: 0px solid #d3d0d0;
}

.sideform3 .col-md-12.payment.ordertwopayment .ccbox {
  margin-bottom: 30px;
  border-bottom: 1px solid #d3d0d0;
}

/* sidebar */
.shipping-to {
  border-bottom: 1px solid #d3d0d0;
  padding-bottom: 25px;
  color: #000000;
  line-height: 1.2em;
}

.free-shipping-sidebar {
  text-align: center;
}

.shipping-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #424242;
}

.shipping-text p {
  font-size: 16px;
  font-weight: 500;
  color: #424242;
}

.shippingtout {
  color: #0b0b0b;
  line-height: 1.3em;
}

.sidebar-form-body .shipping-to h4 {
  color: #000000;
  letter-spacing: 0px;
  font-size: 17px;
}

.hurryNotice {
  padding-bottom: 71px;
}

.checksealimg2 {
  margin-top: -27px;
}

.shipping-text p strong {
  font-weight: 700;
  color: #009fa5;
}

/* TermsConditionPayment */
.TermsConditionPayment {
  background-color: #eaeaea;
  padding: 80px 0 120px 0;
}

.TermsConditionPayment .paymentgateway {
  background-color: #131313;
  border-radius: 10px;
  padding: 20px 70px;
  margin-bottom: 35px;
}

.single-condition h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.we-care h4 {
  text-align: left;
}

.we-care img {
  border-radius: 3px;
}

.termsText {
  font-size: 13px;
  font-weight: 500;
  color: #707070;
  text-align: center;
}

.termsText p {
  line-height: 1.6em;
}

.termsText ul {
  margin-bottom: 10px;
}

.termsText ul li {
  display: inline-block;
}

.termsText ul li a {
  font-size: 15px;
  color: #686868;
}

.disclaimer-terms {
  background-color: #ffffff;
  border: 1px solid #a4a4a4;
  padding: 10px 20px;
  margin-top: 45px;
  color: #afa7a7;
  font-weight: 400;
}

.container.termsText {
  max-width: 950px;
}

.disclaimer-terms p {
  margin-bottom: 0;
}

#start_order.order3right .single-form input {
  margin-bottom: 10px;
}

#start_order.order3right .single-form select {
  margin-bottom: 9px;
}

.btn-order3 img {
  width: 230px;
}

.sslt.mt-15 {
  margin-top: 1px;
}

.sideform3 .sidebar-form-head {
  text-align: center;
  padding: 0px 21px;
  background: #01a3a7;
}

.sideform3 .sidebar-form-head h2 {
  font-size: 42px;
  letter-spacing: -2px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  line-height: 1.2em;
}

.sideform3 .sidebar-form-head h4 {
  font-size: 16px;
  margin-top: -6px;
  letter-spacing: -1px;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  padding-bottom: 6px;
}

.odthree .free-shipping h4 {
  font-size: 24px;
}

.odthree .product-list-top {
  padding: 6px 15px 3px 15px;
}

.odthree .free-shipping img {
  width: 34px;
}

.odthree .free-shipping .col-md-9 {
  padding: 0px;
}

.odthree .free-shipping {
  padding-top: 4px;
}

.odthree .productListPrice h3 span {
  font-size: 55px;
}

.odthree .productListPrice h3 {
  text-align: center;
  font-size: 44px;
  letter-spacing: 1px;
}

.odthree .productListPrice {
  padding-right: 15px;
  padding-top: 7px;
}

.odthree .btlimg img {
  transform: scale(1.2);
}

.protitle {
  text-align: center;
}

.odthree .productListPrice h4 {
  font-size: 22px;
  margin-top: -3px;
  text-align: center;
  font-weight: 300;
}

.odthree .productListBottle {
  margin-right: -2px;
}

.col-lg-1.col-sm-1.halfsp {
  flex: 0 0 4.333333%;
  max-width: 4.1%;
}

.TermsConditionPayment.terms3 .paymentgateway {
  max-width: 910px;
}

.we-accept img {
  height: 37px;
  border-radius: 4px;
  padding: 0px 1px;
}

.we-care img {
  height: 37px;
  border-radius: 4px;
  padding: 0px 1px;
}

.follow-us img {
  height: 37px;
  border-radius: 4px;
  padding: 0px 1px;
}

.col-lg-3.col-sm-6.acceptt {
  margin-right: -6%;
}

.col-lg-7.justify-content-between.conditiont {
  margin-right: 2%;
}

.bannerSection.bannersec3 .row {
  min-height: 920px;
}

@media (max-width: 1450px) {
  #orderFormSection.orderFormSection3 .container::after {
    display: none;
  }
}

@media (max-width: 1024px) {
  .hurryNotice {
    padding-bottom: 27px;
  }
  .odthree .productListPrice h3 span {
    font-size: 43px;
  }
  .odthree .productListPrice h3 {
    font-size: 34px;
  }
  .odthree .productListPrice h4 {
    font-size: 19px;
  }
}

/* responsive */
@media (max-width: 991px) {
  .checksealimg2 {
    text-align: center;
  }
  h2.limitedTitle {
    text-align: center;
    font-size: 48px;
  }
  .single-condition {
    margin-bottom: 20px;
  }
  .termsText ul {
    text-align: center;
  }
  .sidebar-form {
    margin-top: 50px;
  }
  .right-sidebar-out .right-sidebar {
    max-width: 500px;
    margin: 0px auto;
  }
  .hurryNotice {
    padding-top: 30px;
  }
  .approved-facilities.mt-70.text-center {
    margin-top: 21px;
    margin-bottom: 81px;
  }
  .sidebar-order.sidebar-order3 {
    max-width: 500px;
    margin: 0px auto;
  }
  .TermsConditionPayment.terms3 .paymentgateway {
    max-width: 500px;
    text-align: center;
    padding: 20px 20px 11px;
  }
  .single-condition.we-care h4 {
    text-align: center;
  }
  .col-lg-7.justify-content-between.conditiont {
    margin-right: 0px;
  }
  .col-lg-3.col-sm-6.acceptt {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  h2.limitedTitle {
    font-size: 36px;
  }
  .disclaimer-terms {
    padding: 10px 10px;
    margin-top: 25px;
  }
  .TermsConditionPayment {
    padding: 80px 0 80px 0;
  }
  .orderLeft ul {
    padding: 0 15px;
  }
  .bannerSection.bannersec3 {
    background: #000000;
  }
  #orderFormSection.orderFormSection3 {
    margin-top: -627px;
  }
  .hurryNotice strong {
    font-size: 16px;
    padding-top: 1px;
    float: left;
    width: 100%;
    padding-bottom: 19px;
  }
  .right-sidebar-out {
    background: transparent;
    padding-bottom: 0px;
  }
  .right-sidebar-out .right-sidebar {
    max-width: 92%;
    margin: 0px auto;
  }
  .order-form.order3right {
    padding: 31px 20px 0 20px;
  }
  .hurryNotice p {
    font-size: 15px;
  }
  .col-lg-9.col-sm-9.protitle {
    width: 59%;
    text-align: left;
  }
  .odthree .free-shipping {
    padding-top: 0px;
    top: 3px;
  }
  .odthree .free-shipping h4 {
    font-size: 16px;
  }
  .odthree .free-shipping img {
    width: 27px;
    margin-right: 5px;
  }
  .odthree .product-list-bottom .col-lg-3 {
    width: 29% !important;
  }
  .col-lg-1.col-sm-1.halfsp {
    display: none;
  }
  .odthree .productListPrice {
    padding-right: 0px;
  }
  .odthree .productListPrice h3 span {
    font-size: 25px;
  }
  .odthree .productListPrice h3 {
    font-size: 19px;
  }
  .odthree.odfour .productListPrice h3 {
    font-size: 17px;
  }
  .odthree.odfour .productListPrice h4 {
    font-size: 13px;
  }
  .odthree .productListPrice h4 {
    font-size: 16px;
  }
  .odthree .productListBottle p {
    font-size: 23px;
  }
  .odthree .productListBottle {
    padding: 3px 8px 1px;
  }
  .approved-facilities.mt-70.text-center {
    max-width: 200px;
    margin: 13px auto 50px;
  }
  .checksealimg2 {
    text-align: center;
    margin: 0px auto;
    max-width: 203px;
  }
  .sidebar-form.sideform3.mt-20 {
    margin-top: 20px;
  }
  .sideform3 .sidebar-form-head h2 {
    font-size: 36px;
    padding-top: 3px;
  }
  .sideform3 .sidebar-form-body {
    padding: 20px 15px 15px 15px;
  }
  .orderFormSection3 .orderRightTop {
    padding: 7px 0 4px;
  }
  .single-condition.we-care img {
    margin-bottom: 13px;
  }
  .TermsConditionPayment.terms3 .paymentgateway {
    max-width: 92%;
  }
  .odthree .product-list-single label::before {
    top: 18px;
    bottom: 0px;
  }
  .col-lg-7.justify-content-between.conditiont {
    padding-top: 11px;
  }
}

/* Order V2 Five*/
body.co-order5 div#orderform-payment_processor .custom-control img,
body.co-order5 div#orderform-payment_processor .custom-control:first-child img {
  width: auto !important;
}

body.co-order5 div#orderform-payment_processor .custom-control label:before,
body.co-order5 div#orderform-payment_processor .custom-control label:after {
  top: 50% !important;
  transform: translate(0, -50%) !important;
}

body.co-order5 .page-wrapper {
  padding-top: 15px;
}

body.co-order5 p strong {
  font-weight: 600;
}

body.co-order5 .bm-panel .head {
  background: #000000;
}

body.co-order5 .bm-panel .head h2 {
  text-align: center;
  font-family: 'riftbold';
  font-weight: bold;
  color: #fff;
  letter-spacing: -1px;
  font-size: 30px;
  padding: 10px;
  line-height: 0.8;
  margin: 0;
}

body.co-order5 .hero-section {
  padding: 50px 0 0 0;
}

body.co-order5 .hero-section .bm-panel .body {
  background: #00474c;
  background: linear-gradient(360deg, #00474c 0%, #329ca3 50%);
  padding: 15px;
}

body.co-order5 .hero-section .bm-panel .body h1 {
  color: #fff;
  font-size: 33px;
  text-align: center;
  font-family: 'riftbold';
  font-weight: bold;
  line-height: 0.9;
  margin-bottom: 15px;
}

body.co-order5 .hero-section .bm-panel .body p {
  color: #fff;
  line-height: 1.6;
  font-size: 14px;
}

body.co-order5 .hero-section .bm-panel .body .image {
  position: relative;
  text-align: center;
}

body.co-order5 .hero-section .bm-panel .body .image .seal {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 0;
  width: 70px;
}

body.co-order5 .section-1 {
  padding: 50px 0 0 0;
}

body.co-order5 .section-1 .bm-panel .body {
  padding: 30px 15px;
}

body.co-order5 .section-1 .bm-panel .body p {
  line-height: 1.6;
  font-size: 15px;
}

body.co-order5 .section-1 .bm-panel .body h3 {
  font-size: 40px;
  line-height: 0.8;
  margin: 30px 0;
}

body.co-order5 .section-1 .bm-panel .body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.co-order5 .section-1 .bm-panel .body ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  font-size: 15px;
}

body.co-order5 .section-1 .bm-panel .body ul li i {
  width: 20px;
  height: 20px;
  background: #329ca3;
  color: #fff;
  font-style: normal;
  font-size: 13px;
  display: block;
  border-radius: 50%;
  font-weight: bold;
  padding: 0 6px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 3px;
}

body.co-order5 .section-2 {
  padding: 50px 0 0 0;
}

body.co-order5 .section-2 .bm-panel .body {
  padding: 30px 15px;
}

body.co-order5 .section-2 .bm-panel .body p {
  line-height: 1.6;
  font-size: 15px;
}

body.co-order5 .section-2 .bm-panel .body h3 {
  font-size: 40px;
  line-height: 0.8;
  margin-top: 30px;
  margin-bottom: 30px;
}

body.co-order5 .section-2 .bm-panel .body ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.co-order5 .section-2 .bm-panel .body ul li {
  margin-bottom: 20px;
  padding-left: 30px;
  position: relative;
  font-size: 14px;
}

body.co-order5 .section-2 .bm-panel .body ul li:before {
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
  content: '';
  background: url(../images/checkmark-2.png) no-repeat center center;
  background-size: contain;
}

body.co-order5 .section-3 {
  padding: 50px 0;
}

body.co-order5 .section-3 h2 {
  font-size: 30px;
  line-height: 0.8;
  margin-bottom: 40px;
  text-align: center;
}

body.co-order5 .section-3 .product-selection {
  max-width: 100%;
  width: 750px;
  margin: 0 auto;
}

body.co-order5 .section-3 .product-selection .card {
  border: 0;
  overflow: hidden;
  margin-bottom: 25px;
  border-radius: 0;
  height: 100%;
}

body.co-order5 .section-3 .product-selection .card input[type=radio] {
  position: absolute;
  left: -9999px;
}

body.co-order5 .section-3 .product-selection .card label {
  cursor: pointer;
}

body.co-order5 .section-3 .product-selection .card label .head {
  width: 100%;
  background: #bdbdbd;
  overflow: hidden;
}

body.co-order5 .section-3 .product-selection .card label .head .left h3 {
  color: #2d2d2d;
  padding: 10px 10px 10px 10px;
  font-size: 19px;
  margin: 0;
  line-height: 1.4;
  font-family: inherit;
  font-weight: 600;
}

body.co-order5 .section-3 .product-selection .card label .head .right {
  background: #9d9d9d;
  position: relative;
  padding: 10px 10px 10px 30px;
}

body.co-order5 .section-3 .product-selection .card label .head .right:before {
  content: '';
  position: absolute;
  left: 0;
  width: 20px;
  height: 100%;
  top: 0;
  clip-path: polygon(100% 0, 0% 100%, 0 0);
  background: #bdbdbd;
}

body.co-order5 .section-3 .product-selection .card label .head .right .text {
  font-size: 16px;
  color: #fff;
  font-family: 'riftdemi';
  margin-left: 10px;
}

body.co-order5 .section-3 .product-selection .card label .body {
  background: #d8d8d8;
  padding: 10px 0 10px 30px;
  position: relative;
  width: 100%;
}

body.co-order5 .section-3 .product-selection .card label .body:before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translate(0, -50%);
  width: 25px;
  height: 25px;
  background: url(../images/checkmark3.png) no-repeat center center;
  background-size: contain;
}

body.co-order5 .section-3 .product-selection .card label .body .image {
  position: relative;
}

body.co-order5 .section-3 .product-selection .card label .body .image .save {
  background: #db1414;
  width: 60px;
  height: 60px;
  position: absolute;
  bottom: 10px;
  left: 60%;
  text-align: center;
  border-radius: 50%;
  padding: 13px 0;
  transform: translate(-50%, 0);
}

body.co-order5 .section-3 .product-selection .card label .body .image .save .text {
  font-family: 'Bebas Neue', cursive;
  font-size: 20px;
  font-weight: normal;
  color: #ffffff;
  line-height: 1;
}

body.co-order5 .section-3 .product-selection .card label .body .image .save .value {
  font-family: 'Bebas Neue', cursive;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  color: #f4f263;
}

body.co-order5 .section-3 .product-selection .card label .body .details {
  width: 150px;
}

body.co-order5 .section-3 .product-selection .card label .body .price {
  background: #1b1b1b;
  color: #f4f263;
  padding: 10px;
}

body.co-order5 .section-3 .product-selection .card label .body .price .value {
  font-size: 23px;
  line-height: 18px;
  font-family: 'Bebas Neue', cursive;
}

body.co-order5 .section-3 .product-selection .card label .body .price .per {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  line-height: 11px;
  margin-left: 3px;
}

body.co-order5 .section-3 .product-selection .card label .body .total {
  font-family: 'riftdemi';
  font-size: 16px;
}

body.co-order5 .section-3 .product-selection .card label .body .total span {
  font-family: 'riftbold';
  color: #444444;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label {
  outline: none;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label .head {
  background: #00787c;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label .head .left h3 {
  color: #fff;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label .head .right {
  background: #004a4d;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label .head .right:before {
  background: #00787c;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label .body {
  background: #009fa5;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label .body:before {
  background: url(../images/checkmark2.png) no-repeat center center;
  background-size: contain;
}

body.co-order5 .section-3 .product-selection .card input[type=radio]:checked + label .body .total {
  color: #fff;
}

body.co-order5 .section-4 {
  padding: 0 0 50px 0;
}

body.co-order5 .section-4 h2 {
  font-size: 50px;
  margin: 0;
  text-align: center;
}

body.co-order5 .section-4 .steps {
  padding: 50px 0;
}

body.co-order5 .section-4 .steps .head {
  margin-bottom: 40px;
}

body.co-order5 .section-4 .steps .head h3 {
  font-size: 40px !important;
  margin: 0;
  line-height: 0.8;
  margin-bottom: 10px !important;
}

body.co-order5 .section-4 .steps.first .body .form-group {
  position: relative;
  margin-bottom: 30px;
}

body.co-order5 .section-4 .steps.first .body .form-group label {
  display: none;
}

body.co-order5 .section-4 .steps.first .body .form-group .form-control {
  font-size: 1rem !important;
  font-weight: normal !important;
  padding: 0 35px 0 25px;
  margin-bottom: 0;
}

body.co-order5 .section-4 .steps.first .body .form-group .invalid-feedback {
  padding: 0;
  position: absolute;
  left: 0;
  bottom: -23px;
  font-size: 13px;
}

body.co-order5 .section-4 .steps.first .body #btnOrderStep1 {
  max-width: 350px;
}

body.co-order5 .section-4 .steps.first .body #btnOrderStep1:hover, body.co-order5 .section-4 .steps.first .body #btnOrderStep1:focus {
  background: #00656f;
  border-color: #00656f;
  box-shadow: none;
}

body.co-order5 .section-4 .steps.second {
  border-top: 2px solid #cfcbb9;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control {
  position: relative;
  max-width: 550px;
  margin: 0 auto;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control input[type=radio] {
  position: absolute;
  left: -9999px;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control label {
  padding: 15px 15px 15px 50px;
  border-radius: 5px;
  display: block;
  width: 100%;
  position: relative;
  cursor: pointer;
  font-size: 15px;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control label:before, body.co-order5 .section-4 .steps.second .payment-method .custom-control label:after {
  content: '';
  position: absolute;
  top: 50% !important;
  transform: translate(0, -50%);
  border-radius: 50%;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control label:before {
  left: 17px;
  width: 20px;
  height: 20px;
  border: 2px solid #000;
  background: #fff;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control label:after {
  left: 21px;
  width: 12px;
  height: 12px;
  background: #fff;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control label img {
  display: block;
  margin-top: 5px;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control input[type=radio]:checked + label:before {
  border: 2px solid #329ca3;
  background: #fff;
}

body.co-order5 .section-4 .steps.second .payment-method .custom-control input[type=radio]:checked + label:after {
  background: #329ca3;
}

body.co-order5 .section-4 .steps.third {
  border-top: 2px solid #cfcbb9;
}

body.co-order5 .cr-custom .custom-control {
  position: relative;
  padding-left: 25px;
  padding-bottom: 30px;
}

body.co-order5 .cr-custom .custom-control input {
  position: absolute;
  left: 0;
  margin: 0;
  width: auto !important;
  top: 5px;
}

@media (min-width: 576px) {
  body.co-order5 .hero-section .bm-panel .body .image .seal {
    width: auto;
  }
  body.co-order5 .section-3 h2 {
    font-size: 40px;
  }
  body.co-order5 .section-3 .product-selection .card label .head .left h3 {
    padding: 10px 10px 10px 30px;
    font-size: 35px;
    text-align: center;
  }
  body.co-order5 .section-3 .product-selection .card label .head .right {
    padding: 10px 30px 10px 70px;
  }
  body.co-order5 .section-3 .product-selection .card label .head .right:before {
    width: 50px;
  }
  body.co-order5 .section-3 .product-selection .card label .head .right .text {
    font-size: 24px;
    margin-left: 15px;
  }
  body.co-order5 .section-3 .product-selection .card label .body {
    padding: 10px 0 10px 60px;
  }
  body.co-order5 .section-3 .product-selection .card label .body:before {
    left: 40px;
    width: 40px;
    height: 40px;
  }
  body.co-order5 .section-3 .product-selection .card label .body .image .save {
    background: #db1414;
    width: 80px;
    height: 80px;
    left: 60%;
  }
  body.co-order5 .section-3 .product-selection .card label .body .image .save .text {
    font-size: 25px;
  }
  body.co-order5 .section-3 .product-selection .card label .body .image .save .value {
    font-size: 30px;
  }
  body.co-order5 .section-3 .product-selection .card label .body .details {
    width: 180px;
  }
  body.co-order5 .section-3 .product-selection .card label .body .price {
    padding: 17px 15px 15px 15px;
  }
  body.co-order5 .section-3 .product-selection .card label .body .price .value {
    font-size: 40px;
    line-height: 37px;
  }
  body.co-order5 .section-3 .product-selection .card label .body .price .per {
    font-size: 15px;
    line-height: 28px;
  }
  body.co-order5 .section-3 .product-selection .card label .body .total {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  body.co-order5 .hero-section .bm-panel .body h1 {
    font-size: 60px;
  }
  body.co-order5 .hero-section .bm-panel .body p {
    font-size: 15px;
  }
  body.co-order5 .section-4 .steps.second .payment-method .custom-control label img {
    display: inline-block;
    margin-top: 0;
    margin-left: 5px;
  }
}

@media (min-width: 992px) {
  body.co-order5 .bm-panel .head h2 {
    font-size: 40px;
  }
  body.co-order5 .hero-section {
    padding: 100px 0 0 0;
  }
  body.co-order5 .hero-section .bm-panel .body {
    padding: 30px;
  }
  body.co-order5 .hero-section .bm-panel .body h1 {
    font-size: 45px;
    text-align: left;
  }
  body.co-order5 .section-1 {
    padding: 100px 0 0 0;
  }
  body.co-order5 .section-1 .bm-panel .body {
    padding: 30px;
  }
  body.co-order5 .section-1 .bm-panel .body h3 {
    font-size: 50px;
    margin: 30px 0;
  }
  body.co-order5 .section-1 .bm-panel .body ul {
    padding: 0 50px;
  }
  body.co-order5 .section-2 {
    padding: 50px 0 0 0;
  }
  body.co-order5 .section-2 .bm-panel .body {
    padding: 30px 80px;
  }
  body.co-order5 .section-2 .bm-panel .body h3 {
    font-size: 50px;
    line-height: 0.8;
    margin-top: 0;
    margin-bottom: 20px;
  }
  body.co-order5 .section-3 {
    padding: 100px 0;
  }
  body.co-order5 .section-3 h2 {
    font-size: 65px;
  }
  body.co-order5 .section-4 {
    padding: 0 0 100px 0;
  }
  body.co-order5 .section-4 h2 {
    font-size: 65px;
  }
  body.co-order5 .section-4 .steps {
    padding: 100px 0;
  }
  body.co-order5 .section-4 .steps .head h3 {
    font-size: 50px !important;
  }
  body.co-order5 .section-4 .steps .head p {
    font-size: 18px;
  }
}

@media (min-width: 1200px) {
  body.co-order5 .bm-panel .head h2 {
    font-size: 45px;
    padding: 10px 20px;
  }
  body.co-order5 .hero-section .bm-panel .body h1 {
    font-size: 57px;
  }
  body.co-order5 .hero-section .bm-panel .body p {
    font-size: 16px;
  }
  body.co-order5 .hero-section .bm-panel .body .image .package {
    position: relative;
    right: -40px;
  }
  body.co-order5 .hero-section .bm-panel .body .image .seal {
    left: 50px;
  }
  body.co-order5 .section-2 .bm-panel .body {
    padding: 30px 160px;
  }
}
