@font-face {
  font-family: Conv_apercu-regular-webfont;
  src: url(../fonts/apercu-regular-webfont.eot);
  src: local(""), url(../fonts/apercu-regular-webfont.woff) format("woff"),
    url(../fonts/apercu-regular-webfont.ttf) format("truetype"),
    url(../fonts/apercu-regular-webfont.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Conv_Apercu-Bold;
  src: url(../fonts/Apercu-Bold.eot);
  src: local(""), url(../fonts/Apercu-Bold.woff) format("woff"),
    url(../fonts/Apercu-Bold.ttf) format("truetype"),
    url(../fonts/Apercu-Bold.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Conv_apercu-light;
  src: url(../fonts/apercu-light.eot);
  src: local(""), url(../fonts/apercu-light.woff) format("woff"),
    url(../fonts/apercu-light.ttf) format("truetype"),
    url(../fonts/apercu-light.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: Conv_apercu-medium;
  src: url(../fonts/apercu-medium.eot);
  src: local(""), url(../fonts/apercu-medium.woff) format("woff"),
    url(../fonts/apercu-medium.ttf) format("truetype"),
    url(../fonts/apercu-medium.svg) format("svg");
  font-weight: 400;
  font-style: normal;
}

a,
a:focus,
a:hover {
  text-decoration: none;
}

*,
body,
img {
  margin: 0;
  padding: 0;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
}

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

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

a {
  outline: 0;
  border: none;
}

a:focus {
  outline: 0;
  border: none;
}

a:hover {
  outline: 0;
  border: none;
}

button {
  outline: 0;
  border: none;
}

button:hover {
  outline: 0;
  border: none;
}

button:focus {
  outline: 0;
  border: none;
}

.spacer {
  clear: both;
  line-height: 0;
  font-size: 0;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.buttonouter {
  margin-top: 25px;
}

.watchbtn {
  display: block;
  vertical-align: top;
  margin-bottom: 15px;
}

html {
  scroll-behavior: smooth;
}

.form-control {
  border: 1px solid #e3e3e3;
  height: 53px;
  font-size: 16px;
  padding: 0 15px;
  border-radius: 4px;
  color: #717171;
  font-family: Poppins, sans-serif;
}

select.form-control {
  background: url(../images/selectarrow.png) right 15px center no-repeat;
}

.form-control:focus {
  border: none;
  box-shadow: none;
  border: 1px solid #e3e3e3;
}

.btn-default {
  display: inline-block;
  background: #ff9300;
  text-align: center;
  line-height: 60px;
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  vertical-align: top;
  font-family: Poppins, sans-serif;
  width: 280px;
}

.btn-default:hover {
  color: #fff;
  background: #ffdd88;
}

.cntrbtn {
  margin: auto;
  display: flex;
  padding-left: 48px !important;
}

.section {
  padding: 30px 0;
}

h1 {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  color: #000;
  font-size: 23px;
  line-height: 31px;
}

h1 span {
  display: block;
}

h6 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
}

h3 {
  color: #000;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 22px;
  line-height: 27px;
}

p {
  font-size: 18px;
  color: #000;
  line-height: 28px;
  margin: 10px 0;
}

p strong {
  font-family: Conv_Apercu-Bold;
}

sup {
  font-size: 14px;
  top: -6px;
  line-height: 16px;
  position: relative;
}

h3 sup {
  font-size: 16px;
  line-height: 16px;
  top: -7px;
}

body {
  overflow-x: hidden;
  font-family: Conv_apercu-light;
}

.topouter {
  width: 100%;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
}

.toptext {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
  font-family: Conv_apercu-medium;
}

.bagicon {
  text-align: right;
}

.banner {
  position: relative;
  width: 100%;
  background: url(../images/mobilebg.jpg) center top no-repeat;
  text-align: center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.banner h6 {
  margin-top: 5px;
}

.testitext {
  margin: 15px 0;
}

.star {
  margin-bottom: 10px;
  text-align: center;
}

.testitext p {
  font-size: 18px;
  line-height: 28px;
  color: #000;
  text-align: center;
  margin: 0;
}

.testiauthor {
  margin-top: 10px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

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

.videoouter {
  width: 100%;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  text-align: center;
  max-width: 1406px;
  z-index: 9999;
}

.nowAvailableHdr {
  font-size: clamp(1em, 3vw, 34px);
}

#lum_video {
  width: 100%;
}

.closevid {
  position: absolute;
  top: 20px;
  z-index: 9999;
  left: 20px;
  cursor: pointer;
}

.prodtextsec p {
  margin: 0;
}

.prodtextsec .row {
  margin-top: 10px;
}

.prodbox {
  margin: 15px 0 0;
}

.medsec {
  background: url(../images/medicinebg.jpg) center top no-repeat;
  background-size: 100% auto;
}

p.medtoptextbold {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #414141;
  line-height: 32px;
}

p.medtoptextmedium {
  font-size: 20px;
  line-height: 30px;
  margin-top: 20px;
}

.medicine {
  text-align: center;
  margin: 25px 0;
}

.medicine img {
  display: block;
  margin: 0 auto;
}

.medsec p {
  margin-bottom: 0;
}

.garunteesec {
  background: #ecf1f4;
  padding: 30px 0;
}

.garunteeimg {
  text-align: center;
}

.garunteeright ul {
  margin: 30px 0 0;
}

.garunteeright ul li {
  background: url(../images/tick.png) left center no-repeat;
  background-size: 28px auto;
  font-size: 18px;
  line-height: 24px;
  font-family: Conv_apercu-medium;
  padding: 3px 0;
  color: #4d4c4c;
  margin: 16px 0 0;
  padding-left: 37px;
}

.midsec {
  position: relative;
  background: #f8f6f7;
  border-bottom: 1px solid #e2e4df;
}

.midsec p {
  margin-top: 0;
}

.midimage {
  position: absolute;
  right: 0;
  top: 0;
}

.headingsec {
  padding: 30px 0;
}

.ingredientleft {
  background: #288cdd;
}

.ingredientright {
  background: #006bd0;
}

.ingredientsec h4 {
  font-size: 25px;
  color: #fff;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.ingredientsec p {
  margin-bottom: 0;
  color: #fff;
}

.ingredientsec .section {
  padding-left: 20px;
  padding-right: 20px;
}

.midfullsec {
  width: 100%;
  padding-top: 30px;
}

.midfullsec p {
  margin-top: 0;
}

.fullimg img {
  width: 100%;
  display: block;
}

.itemsec p.medtoptextbold {
  font-weight: 500;
}

.itemsec .row {
  margin-top: 20px;
}

.chartimg {
  margin: 30px 0;
}

.ingredientrow {
  text-align: center;
  margin: 20px 0 0;
}

.ingredientrow:first-child {
  margin-top: 0;
}

.ingredientimg {
  text-align: center;
  margin-bottom: 20px;
}

.ingredienttext {
  text-align: center;
}

.ingredienttext h5 {
  font-family: Conv_Apercu-Bold;
  font-size: 25px;
  color: #006bd0;
}

.ingredienttext p {
  font-size: 18px;
  line-height: 30px;
  color: #414141;
  margin-bottom: 0;
}

garunteearea {
  text-align: center;
}

.garunteelogo {
  margin-bottom: 20px;
}

.garunteearea {
  background: url(../images/garunteebg.jpg) left top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  text-align: center;
  background-size: cover;
}

.garunteearea h3 {
  color: #fff;
}

.garunteearea p {
  color: #fff;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 28px;
}

.ctasec {
  background: #2eb951;
}

.ctasec .btn-default {
  background: #fff;
  color: #ffdd88;
}

.ctasec .btn-default:hover {
  background: #000;
  color: #fff;
}

.ctasec .btn-default:focus {
  background: #000;
  color: #fff;
}

.ctasec h3 {
  color: #fff;
}

.differencesec {
  background: #ecf1f4;
}

.bluebox {
  padding: 20px;
  background: #288cdd;
  margin: 25px 0 0;
}

.darkblue {
  background: #006bd0;
}

.bluebox h4 {
  font-size: 25px;
  color: #fff;
  font-family: Conv_Apercu-Bold;
}

.bluebox p {
  color: #fff;
  margin-bottom: 0;
}

.differencesecimg {
  margin-top: 25px;
  text-align: center;
}

.differencesec p.medtoptextbold {
  margin-top: 30px;
}

.testimonialsec {
  background: url(../images/carouselbg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.testi-carousel {
  margin-top: 30px;
}

.testibox {
  text-align: center;
  background: #fff;
  padding: 20px;
}

.testibox p {
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #303030;
}

.author {
  margin-top: 15px;
}

.author strong {
  font-size: 20px;
  color: #303030;
  font-family: Conv_Apercu-Bold;
  display: block;
  margin-bottom: 5px;
}

.owl-nav {
  display: none;
}

.owl-dots {
  display: block;
  margin-top: 20px;
}

.faqsec {
  background: #006bd0;
}

.faqsec h3 {
  color: #fff;
  text-align: center;
}

.accordion {
  margin-top: 20px;
}

.faqsec h6 {
  color: #fff;
  background: url(../images/question.png) left 4px no-repeat;
  padding: 4px 0;
  padding-left: 41px;
}

.accordion p a {
  color: #fff;
  text-decoration: underline;
}

.botctasec {
  background: url(../images/botctabg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.botctasec h3 {
  color: #fff;
}

.botctasec .btn-default {
  background: #fff;
  color: #ffdd88;
}

.botctasec .btn-default:hover {
  background: #000;
  color: #fff;
}

.botctasec .btn-default:focus {
  background: #000;
  color: #fff;
}

.footer {
  text-align: center;
  padding: 25px 0;
}

.copyright {
  font-size: 16px;
  color: #949494;
  margin-bottom: 15px;
}

.footlink a {
  display: inline-block;
  vertical-align: top;
  margin: 3px 10px;
  font-size: 16px;
  color: #949494;
}

.footlink a:hover {
  color: #000;
}

.footer p {
  font-size: 16px;
  line-height: 26px;
  color: #949494;
  margin-bottom: 0;
}

.modal-content {
  border-radius: 0;
  padding: 20px 14px;
}

.modal-body {
  padding: 0;
}

.modal-body p {
  font-size: 18px;
  line-height: 28px;
}

.modal-body p a {
  text-decoration: underline;
  color: #000;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.close {
  font-size: 45px;
  opacity: 1;
  position: absolute;
  right: 20px;
  font-family: Conv_apercu-medium;
  top: 10px;
  z-index: 99999;
}

.ordersummary img {
  display: inline-block;
  vertical-align: bottom;
}

.homelink {
  cursor: pointer;
  display: inline-block;
  font-size: 17px;
  font-family: Poppins, sans-serif;
}

.summarttext {
  font-size: 18px;
  color: #ff6603;
  display: inline-block;
  vertical-align: bottom;
  cursor: pointer;
  line-height: 18px;
  text-transform: uppercase;
  background: url(../images/downarrow.png) right center no-repeat;
  padding-right: 25px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.orderprice {
  font-size: 20px;
  color: #0f0f0f;
  font-family: Poppins, sans-serif;
  text-align: right;
  word-wrap: break-word;
  line-height: 20px;
}

.orderbanner {
  background: url(../images/mobilebg.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-top: 61px;
  text-align: center;
}

.ordersmllogo {
  text-align: center;
  margin-bottom: 20px;
}

.ordergarunteelogo {
  text-align: center;
  margin-bottom: 15px;
}

.orderbannertext p {
  margin-bottom: 0;
  margin-top: 5px;
}

.ordermainsec h3 {
  color: #ff9300;
}

.orderpunchtext {
  background: #000;
  color: #fff;
  padding: 20px;
  font-family: Conv_apercu-medium;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  margin-top: 20px;
}

.productsec {
  margin-top: 30px;
}

.productsec h3 {
  color: #000;
}

.productrow {
  margin-top: 20px;
}

.orderbox {
  margin: 10px 0;
  padding: 22px 20px;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
  -moz-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.27);
}

.orderbox h6 {
  color: #ff9300;
  font-size: 22px;
  line-height: 22px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
}

.orderbox p {
  color: #0f0f0f;
  font-size: 18px;
  line-height: 20px;
  text-transform: uppercase;
  font-family: Conv_Apercu-Bold;
}

.productimg {
  margin: 15px auto;
  width: 150px;
  text-align: center;
}

.price {
  font-size: 22px;
  color: #0f0f0f;
  text-align: left;
  font-family: Conv_Apercu-Bold;
}

/* .price_sml {
  font-size: 18px !important
} */

.orderbox .buttonouter {
  margin-top: 15px;
}

.orderbox .btn-default {
  padding-left: 0;
  padding-right: 0;
  line-height: 50px;
  width: 100%;
  font-family: Conv_apercu-regular-webfont;
}

.oldprice {
  font-family: Conv_apercu-regular-webfont;
  font-size: 14px;
  color: red;
  text-decoration: line-through;
}

.discount {
  font-family: Conv_apercu-regular-webfont;
  font-size: 14px;
  color: #4faf1b;
}

.prc1_hidden,
.prc1_hidden_2 {
  visibility: hidden;
}

.greybg {
  background: #f7f7f7;
}

.order-sec {
  padding: 0 0 30px;
}

.order-sec p {
  margin: 5px 0;
}

.formsec {
  margin-top: 20px;
}

.formtitle {
  color: #000;
  font-size: 23px;
  line-height: 35px;
  text-transform: uppercase;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.cardinfo {
  margin-top: 25px;
}

.cardinfo a {
  color: #006bd0;
  font-size: 18px;
  text-decoration: underline;
  font-family: Poppins, sans-serif;
}

.radiorow {
  margin: 15px 0 0;
}

.radio_btnouter {
  display: inline-block;
  vertical-align: top;
  margin-right: 5px;
  width: 22px;
  height: 22px;
  margin-top: 2px;
}

.radio_text {
  width: 89%;
  display: inline-block;
  vertical-align: top;
  color: #717171;
  font-size: 18px;
}

.radio {
  width: 22px;
  height: 22px;
  display: block;
  background: url(../images/radiobtn.png) no-repeat left top;
  margin: 0;
}

.shippingright {
  margin-top: 20px;
}

.shippingright p {
  color: #000;
  font-size: 20px;
  text-transform: uppercase;
  margin: 0 0 10px;
}

.formsec .btn-default {
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  border: none;
  margin-top: 25px;
}

.parsley-required,
.parsley-type {
  color: #000;
  font-size: 14px;
  margin-top: 12px;
  text-align: left;
}

.parsley-error {
  background-color: #f2dede;
  border: 1px solid #eed3d7;
  color: #b94a48;
}

.parsley-success {
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
  color: #468847;
}

.confirmbanner {
  background: #eef0f2 url(../images/confirmbanner.jpg) center bottom no-repeat;
  background-size: 100% auto;
  padding-bottom: 60px;
  text-align: center;
}

.confirmbanner h3 {
  margin: 25px 0 10px;
}

.thankyououter h3 {
  color: #006bd0;
  font-family: Conv_apercu-medium;
}

.orderecvsec {
  margin-top: 30px;
}

.orderecvsec p.medtoptextbold {
  font-family: Poppins, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.orderdetails {
  padding: 15px 0;
  border-top: 1px solid #e9e9e9;
  font-family: Conv_apercu-medium;
  border-bottom: 1px solid #e9e9e9;
  font-size: 18px;
  line-height: 28px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #000;
  text-transform: uppercase;
}

.proditem {
  text-align: center;
  margin-bottom: 15px;
}

.proditemtext {
  text-align: center;
}

.proditemtext h6 {
  color: #2d85d8;
  font-family: Poppins, sans-serif;
  font-weight: 600;
  font-size: 28px;
  line-height: 32px;
}

.proditemtext p {
  margin: 5px 0 0;
  font-family: Conv_Apercu-Bold;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 28px;
}

.orderpricesec {
  border-top: 1px solid #e9e9e9;
  padding-top: 15px;
  margin-top: 20px;
}

.orderpricesec table {
  width: 100%;
}

.orderpricesec table td {
  padding: 3px 0;
  color: #000;
  font-size: 18px;
  font-family: Conv_apercu-medium;
  width: 50%;
}

.navbar {
  padding: 0;
}

.navbar-brand {
  width: 176px;
  margin: 0;
  padding: 20px 0 20px;
}

.navbar-nav li {
  font-family: Conv_apercu-light;
}

.navbar-nav li a {
  color: #898989;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding: 6px 0;
}

.navbar-nav li:last-child a {
  padding-bottom: 15px;
}

.navbar-nav li:hover a {
  background: 0 0;
  color: #4adbad;
}

.navbar-nav li.active a {
  background: 0 0;
  color: #4adbad;
}

.navbar-toggler {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: 0;
}

.navbar-toggler:focus {
  border: none;
  outline: 0;
}

.innertopouter {
  padding: 20px 0;
}

.ordercheckbox {
  margin-top: 10px;
}

.checkboxsec {
  display: inline-block;
  vertical-align: top;
}

.checkboxtext {
  width: 70%;
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}

.checkbox {
  background: url(../images/checkbox.png) no-repeat center top;
  width: 25px;
  height: 25px;
  display: block;
  margin: 0;
}

.modal-backdrop {
  z-index: 9999;
}

.modal {
  z-index: 99999;
}

.subscribetextrow_or {
  width: 50px;
  background: white;
  margin-left: 37%;
  position: relative;
  top: -188px;
  color: #ff9300 !important;
  display: none;
}

.subscribetextrow_eric {
  width: 50px;
  background: white;
  margin-left: 37%;
  margin-bottom: 2px;
  position: relative;
  color: #ff9300 !important;
}

.subscribetextrow_or_single {
  top: -193px !important;
}

.subscribetextrow {
  border-top: 2px dashed #333;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-top: 0px;
}

/* .subscribeactive .subscribetextrow { */
.subscribeactive {
  background: #0fc;
}

.checkboxsec {
  display: inline-block;
  position: relative;
  padding-left: 27px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.checkboxsec input {
  position: absolute;
  opacity: 0;
  left: 0;
  top: 0;
  z-index: 9999;
  cursor: pointer;
  height: 25px;
  width: 25px;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #eee;
}

.checkboxsec:hover input ~ .checkmark {
  background-color: #ccc;
}

.checkboxsec input:checked ~ .checkmark {
  background-color: #ff9300;
}

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

.checkboxsec input:checked ~ .checkmark:after {
  display: block;
}

.checkboxsec .checkmark:after {
  left: 10px;
  top: 7px;
  width: 5px;
  height: 10px;
  border: solid #fff;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.playbtnbig {
  width: 150px;
  margin: 20px auto 0;
}

.orderbox {
  border: 3px solid transparent;
  cursor: pointer;
}

.prodborder {
  border: 3px solid #ff9300;
}

.proddropdown {
  padding: 15px 0 0;
  margin-top: 20px;
  display: none;
}

.prodtable table,
.prodtable_inner {
  width: 100%;
}

.prodtable_row {
  clear: both;
}

.prodtable_col {
  padding: 20px 0;
  border-top: 1px solid #c5c6c7;
  vertical-align: middle;
}

.prodtable_col_left {
  float: left;
}

.prodtable td {
  padding: 20px 0;
  border-top: 1px solid #c5c6c7;
  vertical-align: middle;
}

.smlprodimg {
  width: 80px;
  display: inline-block;
  vertical-align: top;
  border: 2px solid #c5c6c7;
  padding: 6px;
  border-radius: 6px;
}

.prodname {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  font-weight: 700;
  color: #ff9300;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.prodname_ss {
  display: inline-block;
  vertical-align: top;
  margin-left: 4px;
  font-weight: 700;
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.prodtable p {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-family: Poppins, sans-serif;
  text-align: left;
  margin: 0;
  line-height: normal;
}

.actualprice {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-family: Poppins, sans-serif;
  text-align: right;
}

.shippingprice {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-family: Poppins, sans-serif;
  text-align: right;
}

.taxprice {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-family: Poppins, sans-serif;
  text-align: right;
}

.totalprice {
  font-size: 18px;
  font-weight: 700;
  color: #000;
  font-family: Poppins, sans-serif;
  text-align: right;
}

.innertopouter {
  background: #fff;
}

.orderrow {
  margin: 0 -5px;
}

.ordercol {
  padding: 0 5px;
}

.ordermobile-left .productimg {
  width: 100%;
}

.ordermobile-right {
  text-align: left;
}

.ordermobile-right .price {
  text-align: left;
  font-size: 18px;
}

.ordermobile-right h6 {
  font-size: 18px;
  line-height: 18px;
}

.ordermobile-right .checkboxtext {
  width: 77%;
}

.ordermobile-right .btn-default {
  font-size: 18px;
  line-height: 45px;
}

.orderbox {
  position: relative;
  padding-bottom: 16px;
}

.ordercol {
  position: inherit;
}

.orderbox p {
  font-size: 15px;
  line-height: 17px;
}

.orderbox .buttonouter {
  margin-top: 10px;
}

.ordermobile-right .btn-default {
  font-size: 14px;
  line-height: 36px;
}

@media only screen and (min-width: 360px) {
  h1 {
    font-size: 25px;
    line-height: 33px;
  }

  h3 {
    font-size: 25px;
    line-height: 30px;
  }

  .garunteeright h3 {
    font-size: 23px;
    line-height: 33px;
  }
}

@media only screen and (min-width: 480px) {
  h1 {
    font-size: 35px;
    line-height: 43px;
  }

  h3 {
    font-size: 30px;
    line-height: 35px;
  }

  h3 sup {
    font-size: 19px;
    line-height: 19px;
    top: -8px;
  }

  .garunteeright h3 {
    font-size: 28px;
    line-height: 38px;
  }

  .garunteeright ul li {
    background: url(../images/tick.png) left center no-repeat;
    background-size: 28px auto;
  }

  .summarttext {
    font-size: 28px;
    line-height: 28px;
  }

  .orderprice {
    font-size: 28px;
    line-height: 28px;
  }

  .confirmbanner {
    height: 350px;
  }

  .orderbanner {
    margin-top: 68px;
  }

  .ordermobile-right .btn-default {
    font-size: 20px;
  }
}

@media only screen and (min-width: 576px) {
  h3 span {
    display: block;
  }

  .container {
    max-width: 100%;
  }

  .banner .buttonouter {
    text-align: left;
  }

  .watchbtn {
    display: inline-block;
    margin-bottom: 0;
  }

  .banner .btn-default {
    width: auto;
    margin-left: 12px;
    padding: 0 19px;
    display: inline-block;
  }

  .garunteeright h3 {
    font-size: 30px;
    line-height: 40px;
  }

  .summarttext {
    margin: 0 5px;
  }

  .orderbanner {
    margin-top: 78px;
  }

  .productimg {
    width: 100%;
  }

  .ordermobile-right {
    text-align: left;
  }

  .ordermobile-right .btn-default {
    line-height: 50px;
  }
}

@media only screen and (min-width: 640px) {
  h1 {
    font-size: 43px;
    line-height: 51px;
  }

  .btn-default {
    padding: 0 17px;
  }
}

@media only screen and (min-width: 768px) {
  h3 {
    font-size: 35px;
    line-height: 40px;
  }

  .container {
    max-width: 750px;
  }

  .section {
    padding: 40px 0;
  }

  .banner {
    text-align: center;
  }

  .testitext {
    background: rgba(255, 255, 255, 0.6);
    padding: 20px;
  }

  .star {
    text-align: left;
  }

  .testitext p {
    font-size: 22px;
    text-align: left;
    line-height: 32px;
    padding-right: 25px;
  }

  .testiauthor {
    font-size: 22px;
    text-align: left;
    line-height: 32px;
  }

  .prodtextsec .row {
    margin-top: 30px;
  }

  .prodbox {
    margin: 0;
  }

  .garunteeimg {
    text-align: left;
  }

  .garunteeright h3 {
    font-size: 25px;
    line-height: 35px;
  }

  .midfullsec {
    padding-top: 40px;
  }

  .itemsec .row {
    margin-top: 35px;
  }

  .ingredientimg {
    width: 100px;
    display: inline-block;
    vertical-align: top;
    margin-right: 20px;
  }

  .ingredienttext {
    text-align: left;
    width: 80%;
    display: inline-block;
    vertical-align: top;
  }

  .garunteelogo {
    margin-bottom: 0;
  }

  .garunteearea {
    text-align: left;
  }

  .accordion {
    margin-top: 30px;
  }

  .modal-dialog {
    max-width: 690px;
  }

  .modal-content {
    padding: 50px 60px;
  }

  .orderbanner {
    /* background: url(../images/orderbanner.jpg) center top no-repeat; */
    background: url(../images/orderbanner_wo_bottle.png) center top no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .orderbanner {
    text-align: left;
  }

  .ordersmllogo {
    text-align: left;
    margin: 0 0 40px 0;
  }

  .ordergarunteelogo {
    text-align: right;
  }

  p.orderbigtext {
    font-size: 25px;
  }

  .ordermainsec h3 {
    font-size: 26px;
    line-height: 31px;
  }

  .order-sec {
    padding: 0 0 40px;
  }

  .formsec {
    margin-top: 30px;
  }

  .cardinfo {
    margin-top: 30px;
  }

  .card-img {
    text-align: right;
  }

  .radio_text {
    width: 90%;
  }

  .shippingright {
    margin: 0;
    text-align: right;
  }

  .confirmbanner p span {
    display: block;
  }

  .confirmbanner {
    height: 400px;
  }

  .proditem {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 0;
  }

  .proditemtext {
    display: inline-block;
    vertical-align: middle;
    text-align: left;
  }

  .orderbox {
    min-height: 632px;
  }

  .navbar-brand {
    padding: 0;
  }

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

  .navbar-nav li a {
    padding: 0;
  }

  .navbar-nav li:last-child a {
    padding-bottom: 0;
  }

  .topouter {
    padding: 20px 0;
  }

  .firstsubscribebox {
    min-height: 82px;
  }

  .checkbox1 {
    margin-top: 46px;
  }

  .ordermobile-left .productimg {
    width: 100%;
  }

  .ordermobile-right {
    text-align: left;
  }

  .ordermobile-right p {
    text-align: center;
  }

  .ordermobile-right p a {
    display: block;
    text-align: left;
  }

  .ordermobile-right .subscribetextrow {
    text-align: center;
    padding-top: 16px;
  }

  .ordermobile-right .price {
    text-align: center;
    font-size: 20px;
  }

  .orderbox h6 {
    font-size: 22px;
    line-height: 22px;
  }

  .ordercheckbox {
    margin-top: 10px;
    position: inherit;
    left: auto;
    top: auto;
  }

  .checkboxtext {
    display: inline-block;
  }

  .orderbox {
    padding-bottom: 22px;
  }

  .orderbox p {
    font-size: 18px;
    line-height: 20px;
  }

  .orderbox .buttonouter {
    margin-top: 15px;
  }

  .ordermobile-right .btn-default {
    font-size: 18px;
    line-height: 45px;
  }
}

@media only screen and (min-width: 992px) {
  h3 {
    font-size: 40px;
    line-height: 45px;
  }

  p {
    font-size: 21px;
    line-height: 32px;
  }

  .container {
    max-width: 970px;
  }

  .garunteeright h3 {
    font-size: 34px;
    line-height: 44px;
  }

  .garunteeright ul li {
    font-size: 21px;
    line-height: 27px;
  }

  .midsec {
    background: #f8f6f7 url(../images/midimage.jpg) right top no-repeat;
    background-size: 640px auto;
  }

  .ingredientsec .section {
    padding-left: 30px;
    padding-right: 30px;
  }

  .faqsec h3 {
    text-align: left;
  }

  .accordion {
    margin-top: 0;
  }

  .copyright {
    margin: 0;
  }

  .footer {
    text-align: left;
  }

  .footlink {
    text-align: right;
  }

  .modal-dialog {
    max-width: 800px;
  }

  .ordermainsec h3 {
    font-size: 34px;
    line-height: 39px;
  }

  .confirmbanner {
    height: 430px;
  }

  .thankyououter p span {
    display: block;
  }

  .orderbox {
    min-height: 643px;
  }

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

  .firstsubscribebox {
    min-height: 63px;
  }

  .checkbox1 {
    margin-top: 60px;
  }

  .banner {
    position: relative;
    width: 100%;
    background: url(../images/banner.jpg) center center no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
  }

  .playbtnbig {
    position: absolute;
    right: 12%;
    top: 25%;
    margin: 0;
  }
}

@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 45px;
    line-height: 50px;
  }

  h3 sup {
    top: -10px;
  }

  p {
    font-size: 24px;
    line-height: 35px;
  }

  .container {
    max-width: 1170px;
  }

  .section {
    padding: 50px 0;
  }

  .btn-default {
    padding: 0 28px;
  }

  .toptext {
    font-size: 20px;
  }

  .testitext {
    padding: 0 20px;
    margin: 30px 0;
  }

  .testitext {
    background: 0 0;
    padding: 0 30px;
  }

  .sml-container {
    max-width: 1145px;
  }

  p.medtoptextbold {
    font-size: 30px;
    line-height: 50px;
  }

  p.medtoptextbold span {
    display: block;
  }

  p.medtoptextmedium {
    font-size: 30px;
    line-height: 40px;
  }

  p.medtoptextmedium span {
    display: block;
  }

  .garunteesec {
    padding: 0;
  }

  .garunteeright h3 {
    font-size: 35px;
    line-height: 45px;
  }

  .garunteeright ul li {
    font-size: 30px;
    line-height: 40px;
    background-size: 40px 40px;
    padding-left: 50px;
  }

  .midsec {
    background: #f8f6f7 url(../images/midimage.jpg) right top no-repeat;
    background-size: 680px auto;
  }

  .ingredientsec .section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .midfullsec {
    padding-top: 50px;
  }

  .itemsec p.medtoptextbold {
    font-size: 28px;
    line-height: 48px;
  }

  .ingredienttext {
    width: 75%;
  }

  .ctasec h3 {
    font-size: 35px;
  }

  .bluebox p {
    font-size: 20px;
    line-height: 30px;
  }

  .blueboxouter {
    position: relative;
  }

  .bluebox {
    position: relative;
    width: 586px;
    padding: 40px;
    display: block;
    margin: 30px 0 0;
  }

  .bluebox1 {
    z-index: 1;
    padding-right: 50px;
  }

  .bluebox3 {
    z-index: 3;
    padding-right: 50px;
  }

  .bluebox5 {
    z-index: 5;
    padding-right: 50px;
  }

  .bluebox2 {
    z-index: 2;
    position: absolute;
    right: 0;
    top: 60px;
    padding-left: 66px;
  }

  .bluebox4 {
    z-index: 4;
    position: absolute;
    right: 0;
    top: 380px;
    padding-left: 66px;
  }

  .differencesecimg {
    position: absolute;
    width: 586px;
    text-align: center;
    right: 0;
    bottom: 40px;
  }

  .differencesecimg img {
    width: 380px;
  }

  .differencesec p.medtoptextbold {
    margin-top: 40px;
    font-size: 26px;
    line-height: 41px;
    padding: 0 30px;
  }

  .botctasec {
    padding: 80px 0;
  }

  p.orderbigtext {
    font-size: 30px;
  }

  .orderpunchtext {
    font-size: 30px;
    line-height: 30px;
    margin-top: 30px;
  }

  .productrow {
    margin-top: 30px;
  }

  .orderbox {
    margin: 0;
    min-height: 558px;
  }

  .order-sec {
    padding: 0 0 50px;
  }

  .order-sec .container {
    max-width: 980px;
  }

  .confirmbanner {
    height: 520px;
  }

  .thankyououter .container {
    max-width: 980px;
  }

  .firstsubscribebox {
    min-height: 101px;
  }

  .checkbox1 {
    margin-top: 46px;
  }
}

@media only screen and (min-width: 1280px) {
  h1 {
    font-size: 48px;
    line-height: 56px;
  }

  h6 {
    font-size: 20px;
    line-height: normal;
  }

  p {
    font-size: 24px;
    line-height: 35px;
  }

  .container {
    max-width: 1250px;
  }

  .btn-default {
    padding: 0 36px;
  }

  .sml-container {
    max-width: 1145px;
  }

  .garunteeright h3 {
    font-size: 40px;
    line-height: 50px;
  }

  .bluebox {
    width: 634px;
  }

  .bluebox1,
  .bluebox3,
  .bluebox5 {
    padding-right: 70px;
  }

  .bluebox2,
  .bluebox4 {
    right: 0;
    padding-left: 70px;
  }

  .testibox {
    padding: 30px;
  }

  .owl-nav {
    display: block;
  }

  .owl-dots {
    display: none;
  }

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

  .firstsubscribebox {
    min-height: 104px;
  }

  .checkbox1 {
    margin-top: 58px;
  }
}

@media only screen and (max-width: 1279px) {
  .subscribetextrow_or {
    top: -216px;
  }

  .subscribetextrow_or_single {
    top: -221px !important;
  }
}

@media only screen and (max-width: 1199px) {
  .subscribetextrow_or {
    top: -163px;
  }

  .subscribetextrow_or_single {
    top: -168px !important;
  }

  .prc1_hidden_2 {
    display: none !important;
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
  .subscribetextrow_or_single {
    top: -163px !important;
  }

  .summarttext {
    margin: 7px 2px 0 5px;
    font-size: 24px;
    background: url(../images/downarrow.png) 211px center no-repeat;
    width: 235px;
    float: right;
    padding-right: 0;
  }
}

@media only screen and (max-width: 767px) {
  .subscribetextrow_or,
  .subscribetextrow_or_single {
    top: -149px !important;
    /* changed from -116px 2020-01-24 */
  }
}

@media only screen and (max-width: 575px) {
  .checkbox1 {
    margin-top: 25px;
  }
}

@media only screen and (max-width: 480px) {
  .summarttext {
    margin: 7px 2px 0 0px;
    font-size: 24px;
    background: url(../images/downarrow.png) 211px center no-repeat;
    width: 235px;
    float: none;
    padding-right: 0;
    display: block;
  }
}

@media only screen and (max-width: 474px) {
  .subscribetextrow_or_4 {
    top: -138px !important;
  }
}

@media only screen and (max-width: 463px) {
  .subscribetextrow_or_3 {
    top: -138px !important;
  }
}

@media only screen and (max-width: 422px) {
  .subscribetextrow_or_2 {
    top: -138px !important;
  }
}

@media only screen and (max-width: 387px) {
  .subscribetextrow_or_single {
    top: -167px !important; /* changed from -134px 2020-01-24 */
  }

  .subscribetextrow_or_2,
  .subscribetextrow_or_3,
  .subscribetextrow_or_4 {
    top: -156px !important;
  }
}

@media only screen and (max-width: 385px) {
  .subscribetextrow_or_2,
  .subscribetextrow_or_3,
  .subscribetextrow_or_4 {
    top: -188px !important;
  }
}

@media only screen and (max-width: 378px) {
  /* .summarttext {
     font-size: 23px;
     background: url(../images/downarrow.png) 216px center no-repeat;
     width: 235px;
     padding-left: 15px;
   } */

  .subscribetextrow_or_single {
    top: -167px !important; /* changed from -134px 2020-01-24 */
  }
}

@media only screen and (max-width: 328px) {
  .subscribetextrow_or_single {
    top: -157px !important;
  }
}
