@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
  @import url('https://fonts.googleapis.com/css2?family=PT+Sans+Narrow:wght@400;700&display=swap');

  @import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&display=swap');
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Lato', sans-serif;
  color: #22232b;
  font-size: 16px;
}


h1, h2, h3, h4, h5, h6, ol, ul, li, img, a, p {
  text-decoration: none;
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}

h1, h2, h3, h4, h5, h6{
  color:#fff;
}

b, strong {
  font-weight: 700;
}
:focus-visible {
  outline: -webkit-focus-ring-color auto 1px!important;
}
* :focus {
  box-shadow: none !important;
}

ol, ul {
  margin: 0;
  padding: 0;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
}

p {
  margin-bottom: 15px;
}

p:last-of-type {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a, input[type="submit"], input[type="button"], button {
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

.container, .container-fluid {
  width: 100%;
  max-width: 1170px;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}

.sm-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-5{
  flex-basis: 41.6%;
  max-width: 41.6%;
  padding-right: 15px;
  padding-left: 15px;

}
.col-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
  padding-right: 15px;
  padding-left: 15px;
}


.col-offset-1 {
  margin-left: 8.3333333333%;
}


header {
background-color: #246292;
box-shadow: 0 4px 2px -2px #00000029;
position: sticky;
top: 0;
z-index: 11;

}
.justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.align-items-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.logo {
  max-width: 38px;
}
img {
  max-width: 100%;
  vertical-align: middle;
}
.mainNav p{
font-size: 18px;
    line-height: 1.43;
    color: #fff;
    letter-spacing: 0.1px;


}
.mainNav h3 {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  border-radius: 0;
  background-color: rgba(0, 0, 0, 0%);
  border: 2px solid rgba(0, 0, 0, 0%);
}

.button-form {
  font-size: 18px;
  color: #F4851F;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  border-radius: 10px;
  background-color: #FFFFFF;
  border: 2px solid rgba(0, 0, 0, 0%);
  padding: 15px 24px;

}
.mainNav {
  text-align: center;
  margin: 5px 0px 6px;


}
.common-max-width{
  max-width: 851px;
  margin: auto;
}
.claim-ebook {
  padding: 23px 0;
}

.header_inner{
  padding-top: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;




}
.zpa-countdown-info {
  display: block;
  letter-spacing: -2px;
  line-height: .8;
  padding-bottom: 0.1em;
  position: relative;
  font-size: 50px;

}
.count_contant_inner{
  justify-content: center;


} 
.count_contant_inner li  {
  display: block;
  font-size: inherit;
  padding: 5px 12px 0px;
  position: relative;
}
.count_contant_inner li:last-child {
  padding-right: 0;
}


.zpa-countdown-data-info {
  display: flex;
  font-size: 10px;
  justify-content: center;
  line-height: 1;
  text-transform: uppercase;
}
.claim_contant {
  text-align: center;
}
.claim_contant h3 {
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #262626;
  font-size: 24px;
}
.count_contant_inner  li:not(:last-child) span:after {
  content: ":";
  font-size: .54em;
  position: absolute;
  right: -0.44em;
  text-transform: uppercase;
  top: calc(50% - 0.5em);
}


/* amino-acids */
.amino_content h3{
  font-size: 23px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #fff;

}

.amino_content h4{
  line-height: 1.2;
  color: rgb(255, 255, 255);
  font-size: 30px;

}
.amino-acids {
  background-color: #4E82A8;
  padding: 20px 0;

}
.amino_content p {
  color: rgb(255, 255, 255);
  font-weight: normal;
  font-size: 18px;
  margin: 0;
  line-height: 1.5;


}
.amino_content h4 + p {
  margin-bottom: 14px;
}
.amino_content {
  padding-top: 44px;
}
.amino_content h4 {
  line-height: 1.2;
  color: rgb(255, 255, 255);
  font-size: 30px;
  font-weight: 700;
  margin: 10px 0 23px 0;
}

.amino_content .top_amino {
  line-height: 1.2!important;
}


/* benefit-of-amino */

.inner_benefit h3{
  font-size: 18px;
  text-align: center;
  font-weight: 700;
  color: #262626;
  margin-bottom: 30px;


}
.left-space {
  padding-left: 0;
}
.inner_benefit h3.large_text{
  font-size: 18px;

}

.inner_benefit p {
  font-weight: 400;
  font-size: 18px;
  text-decoration: none;
  color: #262626;
}

.benefit-of-amino {
  padding: 49px 0 49px;
}
.inner_benefit {
  text-align: center;
}
/* reasearch-all-time */
.research_content h4{
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #262626;
  font-family: "Lato";
  margin-bottom: 8px;


}
.img_wrapper_r {
  width: 60%;
  margin: auto;
}
.research_content p {
  color: #262626;
}

.research-all-time {
  background-color: #E9F2F7;
  padding: 50px 0 20px 0;
}
.img_wrapper_r img {
  border: 1px solid #000;
}

#footer {
  background-color: rgb(51, 51, 51);
  padding: 25px 0;
}
.footerInner {
  text-align: center;
}
.footerInner li, .footerInner p, .footerInner a {
  color: #fff
}
.footerLinks li {
  position: relative;
  display: inline-block;
  font-size: 13px;
  margin: 0 30px;
}
.footerInner p {
  font-size: 12px;
  margin: 10px 0 0;
}
p.space-top_footer + p {
  line-height: 1.3;
}
.footerLinks {
  margin: 0 0 20px;
}
.footerLinks ul li a {
  font-size: 14px;
}
.space-top_footer {
  padding-bottom: 26px;
}
.footerLinks li+li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -30px;
  width: 1px;
  height: 25px;
  background-color: #3b3b3b;
  margin-top: auto;
  margin-bottom: auto;
}
.footerInner a:hover {
  color: #fff;
}


.research_content .form-text {
  position: relative;
}

.research_content .extra-input{
-webkit-appearance: none;
    background-color: #fff;
    background-image: none;
    border: 2px solid #e6e6e6;
    border-radius: 3px;
    box-shadow: none;
    color: #333;
    display: block;
    font-family: inherit;
    font-size: 16px;
    height: 100%;
    line-height: 1.2;
    min-width: 0;
    padding: 20px 14px 4px;
    width: 100%;
}
.research_content .zpa-text-field__label{
color: #999;
cursor: text;
font-family: inherit;
font-size: 16px;
font-style: normal;
font-weight: inherit;
left: 16px;
line-height: 1;
max-width: calc(100% - 28px);
opacity: 1;
overflow: hidden;
pointer-events: none;
position: absolute;
text-decoration: none;
text-overflow: ellipsis;
top: 16px;
transform-origin: left top;
transition: transform .15s cubic-bezier(.4,0,.2,1);
white-space: nowrap;
will-change: transform;
}

.common-button{
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
  border-radius: 10px;
  background-color: #FF922E;
  border: 2px solid rgba(0, 0, 0, 0%);
  width: 100%;
  cursor: pointer;

}
p.sign_points {
  color: rgb(153, 153, 153);
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  margin-top: 7px;
}
.large-structure{
  padding: 20px 48px;


}

.research_content .form-text button{
  margin-top: 12px;
}

.form-text > input {
  margin-top: 19px;
}
.research_content {
  margin-top: 79px;
}

.amino_content .research_content{
margin-top: 0;

} 

.common-button:hover {
  opacity: 0.8;
}

input.form-control.show-label + span{
max-width: calc(125% - 28px);
transform: translatey(-50%) scale(.75);
  
}
.bg-blue{
background-color: #003057;
}

.strong_content h3 {
  font-size: 23px;
  color: #fff;
  font-weight: 700;
}

/* free-strength */

.inner-header {
  padding: 22px 0px;
  position: unset;
}

h4.heading_strongest {
  font-size: 18px;
}
.amino_content.strongest h4 + p {
  margin-bottom: 0;
}

.amino_content.strongest h5{
font-size: 22px;
color: #fff;
font-weight: 400;


}

.amino_content.strongest h6{
  font-size: 22px;
  font-weight: 700;
  color: #FFFFFF;
  font-style: italic;
  margin: 3px 0;  
  }

  .Retail_data {
    margin-top: 20px;
}
.amino_content.strongest {
  padding-top: 4px;
}


/* reverse-fatty-liver */

.view_header {
  text-align: center;
}
.view_header h1 {
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 4px;


}
.view_header p {
  font-size: 28px;
  line-height: 1.2;
  color: #fff;
  font-weight: 700;
  padding: 4px 0;

}

.static-header {
  padding: 30px 0;
  position: unset;
}

.inner_form{
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  width: 100%;
  overflow: visible;
  max-width: 600px;
  margin: 0px auto;
  padding: 26px 0;

}
.input-form {
  background-color: #F0F0F0;
}

.form-control{
  box-sizing: border-box;
  border-radius: 2px;
  padding: 0px 0px 0px 16px;
  height: 40px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border: 1px solid rgb(180, 187, 195);
}
.form-control::placeholder{
  color: #b4c1d4;
}
.form-inner{
display: flex;
    flex-grow: 1;
    flex-direction: column;
    align-self: flex-end;
}
.outer_css {
  display: flex;
  justify-content: flex-start;
  padding: 15px 106px 10px;
  position: relative;
  flex: 1 0 0px;
}
.form-button {
  border-color: rgb(0, 0, 0);
  color: rgb(255, 255, 255);
  font-size: 20px;
  font-weight: 700;
  border-radius: 0;
  text-align: center;
  cursor: pointer;
  height: 50px;
  border: 0;
  width: 100%;
}
.form-button:hover{
background-color: #236692;
    color: #FFFFFF;
    opacity: 1;
}

.form-control:hover{
  border-color: #000000;

}
.button_wrapper{
  display: flex;
  justify-content: center;
  padding: 0;
  position: relative;
  flex: 1 0 0px;
  justify-content: center;

}
.text_i_dreams p {
  text-align: center;
  font-size: 14px;
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  font-weight: 400;
}
.text_i_dreams {
  margin-bottom: 15px;
  margin-top: 15px;

}
.fatty_acid-images {
  padding: 22px 0;
}
.amino_content.fatty_content h3 {
  font-size: 28px;
  color: #262626;
}
.amino_content.fatty_content p {
  color: #262626;
}
.amino_content.fatty_content h3:first-child{
  margin-bottom: 6px;
}
.bg-white {
  background-color: #fff;
}

/* pop-css */
.wrap_popup {
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    display: none;
    overflow: auto;
}

.oveleyOpacity {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.popup {
    background: #fff;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 900px;
    margin: 5% auto;
    display: block;
    z-index: 100;
}

.termsAndPrivacyPopup .popup {
    max-width: 85%;
}

.termsAndPrivacyPopupInner {
    max-height: 370px;
    overflow: auto;
}

.close {
    position: absolute;
    right: -15px;
    top: -15px;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #efefef;
    line-height: 32px;
    cursor: pointer;
}

.close img {
    max-width: 14px;
}

.popup .title {
    background: #236192;
    padding: 15px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.titleTxt {
    margin: 0 auto;
    text-align: center;
}

.popup .title h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}

.popup .title p {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 8px;
}

.selectedProduct h2,
.selectedProduct p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}

.selectedProduct h2 {
    margin-right: 5px;
}

.popup .popupBody {
    padding: 20px 30px;
}

.popup .popupBody>.row {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.popupBody p a {
    color: #262626;
}

.popup .popupBody>.flex-rows {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.back-to-top.show {
  animation-duration: .5s;
  animation-name: zpa-fadeIn;
  background-color: #0009;
  border: 0;
  border-radius: 10%;
  bottom: 140px;
  cursor: pointer;
  display: block;
  height: 50px;
  outline: none;
  padding: 6px;
  position: fixed;
  right: 30px;
  transition: background-color .2s ease-in;
  width: 50px;
  z-index: 999!important;
}

.back-to-top  {
  display: none
}

.back-to-top svg {
  fill: #fff
}

@keyframes zpa-fadeIn {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}


.discount_data {
  font-size: 18px;
  color: #ff922e;
  font-weight: bold;
  border-radius: 4px 4px 0px 0px;
  background-color: rgb(0, 48, 87);
  min-height: 50px;
  padding: 8px 22px;
  border: 0;
  position: fixed;
  filter: drop-shadow(rgba(35, 97, 146, 0.48) 0px 0px 30px);
  bottom: 0px;
  left: 0px;
  margin: 0px 20px;
  width: 184px;
  cursor: pointer;

}
.text_data {
  font-size: 14px;
  color: rgb(0, 0, 0);
}

label.checkbox_label {
  display: flex;
  padding: 11px 0 5px;

}

.zpa-control__field {
  opacity: 0;
  position: absolute;
  z-index: -1;
}
.zpa-control__indicator {
  background-color: #fff;
  border: 2px solid #c4c4c4;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  min-width: 20px;
  transition: border .3s ease-out;
  width: 20px;
}
.zpa-offset-right-xs {
  margin-right: 8px !important;
}


.zpa-control__field:checked + .zpa-control__indicator::after {
  transform: scale(.6);
}
.zpa-control-checkbox .zpa-control__indicator::after {
  background-image: url(download.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}
.zpa-control__indicator::after {
  content: "";
  display: block;
  height: 16px;
  transform: scale(0);
  transition: transform .2s ease-out;
  width: 16px;
}
.zpa-control__indicator::after {
  content: "";
  display: block;
  height: 16px;
  transform: scale(0);
  transition: transform .2s ease-out;
  width: 16px;
}
.zpa-control-checkbox .zpa-control__field:checked + .zpa-control__indicator {
  background-color: #3aaa35;
}
.zpa-control__field:checked + .zpa-control__indicator {
  border-color:#3aaa35;
  transition: border .3s ease-out,filter .3s ease-out;
}
.zpa-control__indicator {
  background-color: #fff;
  border: 2px solid #c4c4c4;
    border-top-color: rgb(196, 196, 196);
    border-right-color: rgb(196, 196, 196);
    border-bottom-color: rgb(196, 196, 196);
    border-left-color: rgb(196, 196, 196);
  cursor: pointer;
  display: inline-block;
  height: 20px;
  min-width: 20px;
  transition: border .3s ease-out;
  width: 20px;
}
.zpa-offset-right-xs {
  margin-right: 8px !important;
}

.amino_i_header {
  background-color: #fff;
  padding: 30px 0;
  position: unset;
}
.header_inner h2 {
  font-size: 32px;
  font-weight: 700;
  color: #262626;
  
}

.download_b{
  background-color: #FF922E;
  color: #fff;
  width: 100%;
  text-align: center;
  font-weight: 400;
  padding: 20px 48px;

}
.download_b:hover{
  opacity: 0.8;
}
.inner_data_counter .zpa-countdown-info{
  font-size: 61px;


}

.amino-acids.bg-blue .amino_content .text_data {
  font-size: 14px;
  color: rgb(162 154 154);
}
.counter_fatty_health {
  background-color: #236792;
  padding: 20px 0;
}
.counter_fatty_health p {
  color: #fff;
}
.fatty-value {
  text-align: center;
}

.fatty_clock .zpa-countdown-info{
  color: #fff;


}

.popup-onload {
  position: fixed;
  z-index: 101111;
  width: 605px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: calc(100% - 20px);
  max-height: calc(100vh - 20px);
  overflow-y: auto;
}

.amino-popup {
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  position: relative;
  z-index: 103;
  border-radius: 5px;
  background-image: url(../images/bg-pop.png);
  background-repeat: no-repeat;
background-size: 600px;
background-position: right center;
flex: 1 1 0%;

}

.email-popup-text {
  text-align: center;

}

.email-popup-text .our-mails {
  letter-spacing: 0px;
  font-size: 14px;
}

.email-poup-button img {
  position: absolute;
  right: -28px;
  top: 10px;
  width: 20px;
}

.email-popup-text h4 {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
}

.amino-popup h1 {
  font-size: 26px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
}

.popup-overlay {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 9999;
}

.email-popup-text h2 {
  font-size: 35px;
  color: #fff;
  line-height: 50px;
  margin-bottom: 30px;
}

.email-popup-text p {
  font-size: 16px;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  line-height: 25px;
  margin-bottom: 20px;
}

.inner-amino-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.email-pop-image img {
  max-width: 100%;
  width: 100%;
}

.closepopup {
  position: absolute;
  right: 10px;
  top: 10px;
  border: 0;
  width: 25px;
  height: 25px;
  border-radius: 100%;
  color: #fff;
  font-weight: bold;
  line-height: 27px;
  cursor: pointer;
  text-align: center;
}

.closepopup:hover {
  color: #fff;
}

.email-field {
  position: relative;
}

.filed-popup {
  width: 100%;
  border: 1px solid #f58321;
  height: 50px;
  padding: 0 10px;
  color: #fff;
  font-size: 16px;
  letter-spacing: 1px;
  border-radius: 5px;
  background: transparent;
  position: relative;
}

.email-field::before {
  position: absolute;
  content: "";
  top: -30px;
  right: -20px;
  background-image: url(../images/mail.png);
  background-size: contain;
  width: 50px;
  height: 50px;
  z-index: 9999;
  background-repeat: no-repeat;
}
.amino-popup h1 {
  font-size: 38px;
  color: #ff922e;
  font-weight: bold;
}

.text-data-amino .common-button{
  max-width: 118px;
  font-size: 16px;
font-weight: 900;
padding: 12px 0;
color: rgb(1, 51, 118);
border-radius: 3px;
height: 54px;
font-family: neue-haas-unica, Arial, "Helvetica Neue", Helvetica, sans-serif;


}


.new_data_button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


button.common-button.no_button{
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;


}
.inner_image_pop{
background-image:url(../images/pop1.jpeg);
background-repeat: no-repeat;
background-size: cover;
background-position: center center;
width: 100%;
height: 100%;
display: block;
}

.pop_up_img_wrapper{
display: flex;
flex-direction: column;
width: 300px;
padding: 0px;
border-width: 0px;
border-bottom-left-radius: 4px;
border-top-left-radius: 4px;
overflow: hidden;
min-width: 300px;
min-height: 250px;
}

.text-data-amino h3 {
  font-size: 36px;
  color: #ff922e;
    font-weight: 900;
  line-height: 1.6;
  padding: 37px 0;
  font-family: neue-haas-unica, Arial, "Helvetica Neue", Helvetica, sans-serif;


}

.bell_wrapper {
  max-width: 62px;
  margin: auto;
}
.text-data-amino {
  text-align: center;
  padding: 22px 20px 18px;

}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 248, 251, 0.46);
  z-index: 9999;
}



/* landing */






.container-fluid {
  max-width: 95%;
}
img{max-width: 100%;}
.flex-rows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.order-1 {
    -ms-flex-order: 1;
    order: 1;
}

.order-lg-1{
    -ms-flex-order: 1;
    order: 1;   
}


.order-lg-2{
    -ms-flex-order: 2;
    order: 2;
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}



.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.align-items-start {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.align-items-center {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.align-items-end {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.justify-content-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.justify-content-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.justify-content-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.flex-column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.width-100{
    width: 100%;
}

.justify-between{
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.text-center{text-align: center;}
p{font-size: 18px; line-height: 25px;margin-bottom: 10px;}
p:last-child{margin:0;}

.orange-color{color: #FFAC03;}
.lightbrown-color{color: #DD4838;}

.navyblue-bg{ background-color: #013057;}

.bold{font-weight: 700;}

.highlight-testimonial {
  padding: 15px 0 40px;
  background-color: #f0f0f0;
}
/*  */
.loved_image {
    max-width: 170px;
}
.loved_text p {
    font-size: 25px;
  letter-spacing: 0.5px;
  line-height: 1.5;
    color: #7b878e;
    font-weight: 400;
}

.loved_name {
  color: #7b878e;
  font-style: normal;
  font-weight: 900;
  font-size: 18px;
  margin-top: 34px;
  display: block;
}

.loved_name span {
  font-weight: normal;
}

.loved_title {
    font-size: 18px;
    display: block;
    line-height: normal;
    margin-bottom: 3px;
    letter-spacing: 0.5px;
}

.loved_fans {
    font-weight: normal;
    display: block;
    margin-top: 5px;
}

.loved_fans img{
    width: 27px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

.loved_fans span{
    color: #013057;
    font-weight: 900;
}

.loved_text {
    width: calc(100% - 170px);
    padding-left: 20px;
}

.athletic_perfomace .influenc_purity {
    padding: 0px 0 0;
}
.people_loved {
    padding-top: 23px;
}
.people_about {
  margin-top: 18px;
}
/*  */

.top_head {
    background-color: #1E204A;
    padding: 13px 0;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
}


.top_head p {
    color: #fff;
    font-size: 17px;
    letter-spacing: 0.5px;
}

.top_head strong {
    color: #FFC107;
}

/* header */

a{
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}

.header .container {
    max-width: 1800px;
}
.header {
  background-color: #236192;
  padding: 5px 15px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
    z-index: 9;
  box-shadow: 0 4px 2px -2px #00000029;
}

.cart-box {
  max-width: 200px;
  width: 100%;
}

.logo {
  max-width: 200px;
    width: 100%;
  position: relative;
  top: 2px;
}

.logo a {
    display: inline-block;
}

.logo img {
    width: 50px;
}

.header-height{
    width: 100%;
    height: 68px;
}

/**/ 

.headerbtn {
  position: relative;
  background-color: #fff;
  display: inline-block;
  font-size: 18px;
  color: #000;
  border: 2px solid #fff;
  border-radius: 100px;
  padding: 15px 24px 16px;
  text-align: center;
  max-width: none;
  margin: 0 auto;
  line-height: normal;
  font-weight: bolder;
}

.headerbtn:hover {
  opacity: 0.8;
}

.headerbtn svg {
  width: 20px;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  margin: 0 0 0 8px;
  fill: #000;
}

/*  */

.sp-offer {
  text-align: center;
  color: #fff;
}

.sp-offer p {
  margin: 0 0 2px;
  padding: 0;
}

.zpa-btn-custom {
  font-size: 20px;
  color: #fff;
  text-decoration: none !important;
  font-weight: 800;
  display: inline-block;
}

.zpa-btn-custom:hover {
  opacity: 0.8;
}
/* end */

.commonButton:hover {
    opacity: 0.8;
}
.main_row{margin:0 -15px;}

.half-col{flex:0 0 50%;max-width: 50%;padding:0 15px;}

.main_repeat{padding:55px 0 60px;}

.athletic_perfomace h3 {
  font-size: 39px;
  margin: 0 0 35px;
  font-weight: normal;
  color: #013057;

}
.perform_benfits p {
  font-weight: normal;
  margin: 0 0 35px;
}

.code {
  font-size: 21px;
}

.perform_benfits ul {
  margin: 26px 0 18px;
}

.perform_benfits li {
    font-size: 17px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: first baseline;
        -ms-flex-align: first baseline;
            align-items: first baseline;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    
    justify-content: center;
}


.commonButton {
    position: relative;
    background-color: #FF8C01;
    display: inline-block;
    font-size: 24px;
    font-weight: 900;
    color: #fff;
    border: 2px solid #FF8C01;
    border-radius: 80px;
    padding: 17px 100px;
    text-align: center;
}

.commonButton svg {
  width: 29px;
  position: relative;
  top: 2px;
  right: 0;
  bottom: 0;
  margin: 0 0 0 8px;
  fill: #fff;
}


.perfomace-main {
  /* padding: 25px 0 45px; */
    padding: 0;
}
.perform-banner {
  padding: 90px 0 110px;
  background-color: #ebf3f5;
}

.perform-banner img {
  display: block;
}

.perform_benfits {
    padding: 15px 0;
    text-align: center;
}
    
.fullWidth{display: block;}


.athletic_text span {
    background: rgb(255, 255, 0);
}
.perform_title {
    font-size: 30px;
    margin-bottom: 10px;
}
    
.athletic_text h3 {
    font-size: 25px;
    padding-bottom: 15px;
}
    
.athletic_text p {
    color: #262626;
}


.benefits-sec {
  color: #fff;
  padding: 55px 0 70px;
}

.benefits-sec .headingText h2 {
  font-size: 44px;
  font-weight: 500;
}

.col-4 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
}
.favoritePeakGrid h4 {
  font-size: 17px;
  margin: 0 0 1px;
  text-transform: uppercase;
}

.favoritePeakGrid p {
  font-size: 16px;
  line-height: 21px;
}
.favoritePeakGrid {
    text-align: center;
    margin-top: 50px;
}
.favoritePeakIcon {
    width: 80px;
    margin: auto;
    padding-bottom: 15px;
}

.favoritePeakMain {
    background: #E9F2F7;
}
.amino-rating i.fa.fa-star {
    color: #ffab00;
}
.headingText h2 {
    font-size: 35px;
    font-weight: 500;
}
.pt_50{padding-top: 50px;}


/*start-now-sec  */
.start-now-sec {
  background-color: #DBEAF2;
}

.start-now-sec .flex-rows {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.start-now-img img {
  height: 676px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  -o-object-position: -42px center;
     object-position: -42px center;
  display: block;
}

.start-now-info {
  text-align: center;
  max-width: 375px;
  margin: 0 auto;
  padding: 15px 0;
}

.start-now-info h3 {
  font-size: 35px;
  font-weight: normal;
  margin-bottom: 18px;
  color: #013057;
}

.start-now-info ul {
  background-color: #fff;
  padding: 22px 18px 16px;
  text-align: left;
  margin-top: 20px;
}

.start-now-info ul li {
  margin-bottom: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.start-now-info ul li span {
  color: #297ec1;
  display: inline-block;
  margin: 0 5px 0 0;
  position: relative;
  top: 1px;
}

.start-now-info .commonButton {
  margin-top: 25px;
  padding: 12px 52px;
  font-size: 20px;
  max-width: 340px;
  width: 100%;
}

.start-now-info .commonButton svg {
  width: 26px;
}

/*start-now-sec end*/

/* boost_perfomace */
.boost_perfomace {
  padding: 55px 0 20px;
}

.boost_perfomace .headingText {
  margin-bottom: 40px;
}

.boost_perfomace .headingText h2 {
  margin-bottom: 30px;
  color: #013057;

}

.boost_perfomace .headingText p {
  font-size: 19px;
  margin: 0 auto;
  max-width: 1050px;
}

.boost_row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.boost_info-box {
  margin: 0 auto 50px;
  padding: 0;
  text-align: center;
}

.boost_image {
  width: 150px;
  height: 150px;
  background-color: #DBEAF2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  margin: 0 auto 22px;
}

.boost_image img {
  width: 75px;
  margin: 0 auto;
}

.boost_txts h3 {
  font-size: 20px;
  margin-bottom: 10px;
}

.boost_txts {
  margin: 0 auto;
  padding: 0 0;
}

.boost_txts p {
  font-size: 16px;
  line-height: 22px;
}
/* boost_perfomace end */

/* powerful_gluten */
.powerful_gluten {
  background-color: #f9f9f9;
    padding: 55px 0;
}
.powerful_gluten .headingText h2 {
  line-height: 1.4;
  color: #013057;

}
.gluten_text h2{
    line-height: 1; 
    margin-bottom: 5px;
}

.poweful_image {
    padding-top: 0 !important;
}
.gluten_text h2, .gluten_text h4 {
  font-size: 17px;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 14px;
  color: #013057;

}
.gluten_text {
    padding-top:0 !important;
}
.powerful_gluten .flex-rows {
  margin: 60px auto 0;
  position: relative;
}

.powerful_gluten .glutex-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
}

.perform-work-img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
}

.perform-work-img img {
  max-width: 88%;
  display: block;
  margin: 0 auto;
}

.powerful_gluten .realResultsContent p {
  margin: 0;
  font-size: 16px;
  line-height: 23px;
}

.powerful_gluten .realResultsContent {
  padding-bottom: 65px;
  max-width: 298px;
  margin: 0px 40px;
  width: 100%;
}

.videoImg img {
    width: 250px;
    height: 250px;
    object-fit: cover;
    margin: auto;
    border-radius: 550px;
}

/* powerful_gluten end */

.wide-banner {
  background-image: url(../images/banner_powerlife.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 100%;
  height: 270px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.wide-banner .commonButton {
  position: relative;
  background-color: #FF8C01;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  border: 2px solid #FF8C01;
  border-radius: 80px;
  padding: 13px 36px 15px;
  text-align: center;
}

.col-4 {
    -ms-flex: 0 0 33.333%;
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding-right: 15px;
    padding-left: 15px;
}
.titleRating h4 {
        font-size: 23px;
        font-weight: 400;
}
.titleRating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    padding: 15px 0 5px;
}
.starrating {
    margin: 0 0 0 10px;
}
.starrating img {
    width: 12px;
}

.real-results{
    background-color: #f9f9f9;
}

.real_resuls .headingText h3 {
  font-size: 28px;
  font-weight: normal;
  margin-top: 8px;
  color: #013057;
  margin-bottom: 20px;
}

.real_resuls  h2{
  color: #013057;

}

.realResultsGrid {
    margin: 30px 0 0;
}
.realResultsContent p {
    margin: 20px 0 0;
}


.amino-reviews {
  /* background-color: #F7FAFB; */
}
    
.amino-reviews.flex-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 40px;
    margin-bottom: 30px;
    border-top: 1px solid #eee;
}

.rating-perfomace {
    padding-left: 15px;
}

.amino-reviewer-shortname span {
    width: 60px;
    height: 60px;
    display: inline-block;
    background: #003057;
    text-align: center;
    color: #fff;
    line-height: 60px;
    font-size: 20px;
    border-radius: 80px;
    font-weight: bold;
}

.rview-status {
    margin-top: 10px;
}

.verified span {
    padding-left: 7px;
}

.rview-status p {
    font-size: 16px;
}

.review-text {
    font-weight: bold;
}

.star-rating-reviews strong {
    font-size: 35px;
}

.toal-review {
    background: #eee;
    padding: 3px 10px;
    font-weight: bold;
    margin-left: 10px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    color: #003057;
}

.amino-total-review {
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    margin-top: 10px;
}

.review-with-text {
    display: inline-block;
    border-bottom: 3px solid #003057;
    padding-bottom: 10px;
}

.review-pagination {
    padding-top: 20px;
}

.filter-text h6 {
    color: #003057;
    font-size: 14px;
}

.fillters li {
    font-size: 14px;
    color: #6b6d76;
    background: rgba(234, 234, 234, .7);
    padding: 6px 15px;
    margin-right: 8px;
    margin-bottom: 8px;
    border-radius: 3px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    list-style: none;
    font-weight: 700;
    cursor: pointer;
    display: inline-block;
    text-transform: capitalize;
}

.testimonial-slider .slick-dots {
    display: none;
}

.fillters li:hover {
    background-color: #fafafa;
}

.filter-text {
    margin-bottom: 30px;
}

.fillters {
    max-width: 600px;
    margin-bottom: 40px;
}

.review-pagination a {
    color: #003057;
    padding: 0 10px;
    font-size: 16px;
    text-decoration: none;
}


.amino-reviewer-shortname span::before {
    position: absolute;
    content: "";
    background-image: url(../images/tick.png);
    bottom: 0px;
    width: 20px;
    height: 20px;
    border-radius: 30px;
    background-color: #003057;
    right: -5px;
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
}

.amino-reviewer-shortname span {
    position: relative;
}

.review-rating img {
    max-width: 80px;
}


.rview-status img {
  width: 100px;
  border: 1px solid #d6dbdf;
  float: left;
  margin: 0 3px;
}

.amino-reviews .main-heading {
  font-weight: normal;
  font-size: 26px;
}
.aminp_gurantee {
  padding: 45px 65px 56px;
  border: 4px solid #fff;
}
.money_gurantee {
    background: #013057;
}
.col-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
    padding-right: 15px;
    padding-left: 15px;
}
.col-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
    padding-right: 15px;
    padding-left: 15px;
}
.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.aminp_gurantee *{
  color: #fff; 
}
.aminp_gurantee h3 {
    font-size: 32px;
    margin-bottom: 20px;
}
.money_gurantee  .aminp_gurantee p
{margin-bottom: 20px;}
.try_perform a {
    display: block;
    background: #fff;
    padding: 15px 0;
    color: #013057;
    font-weight: bold;
    font-size: 22px;
    transform: all 0.3s;
}
.try_perform a:hover{opacity: 0.8;}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-4 {
  -ms-flex: 0 0 33.333%;
  flex: 0 0 33.333%;
  max-width: 33.333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
  padding-right: 15px;
  padding-left: 15px;
}
.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}




/*Product Jar Slider*/
.lifeProductOuter {
    margin-bottom: 30px;
}
.lifeHeadingTxt {
  margin: 0 0 40px;
}
.lifeHeadingTxt h2 {
  font-size: 65px;
  font-weight: 400;
  color: #003057;
  line-height: 70px;
  margin: 0 0 10px;
}
.lifeHeadingTxt h2 img {
    width: 100%;
  max-width: 45px;
  margin-left: 15px;
}
.lifeHeadingTxt h5 {
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  color: #003057;
}
.productStarRatingPart {
  margin: 10px 0 0;
}
.productStarRatingPart span {
  display: inline-block;
  font-size: 14px;
    font-weight: 300;
  color: #003057;
}
.productStarRatingPart span i {
  color: rgba(255, 171, 0);
  font-size: 14px;
}.flexslider .slick-list {
    flex-basis: auto;
    width: 100%;
}
.lifeProductInner .flexslider .slick-slide {
    min-height: 390px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.lifeProductInner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;

  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

/*Arrows*/

/*Choose Your Package*/
.formSideBarinner .price {
    margin: 0 0 15px;
}
.packageHead {
    margin: 0 0 20px;
}
.oneTimePurchaseMonthlyOuter {
    margin: 0 0 10px;
}
.jarPackagePart,
.oneTimePurchaseMonthlyOuter > form {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
}
.form-row > [class*=col-] {
    padding-right: 5px;
    padding-left: 5px;
}

.selectPurchasePart {
    margin: 0 0 20px;
}
.selectPurchaseBox {
    position: relative;
}
.selectPurchaseBox .tickIcon {
    width: 26px;
    position: absolute;
    left: 0;
    right: 0;
    top: -15px;
    margin: 0 auto;
    opacity: 0;
    transition: All 0.3s ease;
    -webkit-transition: All 0.3s ease;
    -moz-transition: All 0.3s ease;
    -o-transition: All 0.3s ease;
}
.selectPurchaseBox input[type="radio"] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
.selectPurchaseBox label {
    position: relative;
    font-size: 15px;
    font-weight: 700;
    margin: 0;
    width: 100%;
    display: inline-block;
    text-align: center;
    background: #fff;
    border: 1px solid #909AA6;
    color: #003057;
    padding: 20px;
    border-radius: 5px;
    cursor: pointer;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.selectPurchaseBox label:hover,
.selectPurchaseBox input[type="radio"]:checked + label {
    background: #236192;
    border-color: #236192;
    color: #fff;
}
.selectPurchaseBox input[type="radio"]:checked + label img {
    opacity: 1;
}

.pricingMain.start-now-sec {
  padding: 45px 0 66px;
}
.pricingPart .d-flex {
    align-items: unset;
}

.pricingtable {
    position: relative;
    padding: 0;
    border: 2px solid #236192;
    border-radius: 0px;
    background-color: #fff;
    text-align: center;
}
.pricingtable .content {
  padding: 15px 20px 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.leftMobile {
    margin-bottom: auto;
  }

.mostPopular {
  background: #236192;
  color: #fff;
  padding: 12px 5px;
  font-size: 17px;
  font-weight: 700;
  position: relative;
  top: 0;
}


.corner-orange{
    background-image: url(https://cdn.shopify.com/s/files/1/0038/0878/8544/files/corner-orange.png?v=1672925269);
}

.corner-blue{
    background-image: url(https://cdn.shopify.com/s/files/1/0038/0878/8544/files/corner-blue.png?v=1672925317);
}

.popular-badge {
  position: absolute;
  left: -2px;
  top: -2px;
  background-position: top left;
  background-repeat: no-repeat;
  width: 110px;
  height: 97px;
  background-size: contain;
    -webkit-user-select: none;
    -moz-user-select: none;
     -ms-user-select: none;
         user-select: none;
}

.popular-badge span {
  color: #fff;
  font-weight: 900;
  -webkit-transform: rotate(-42deg);
      -ms-transform: rotate(-42deg);
          transform: rotate(-42deg);
  display: block;
  width: 70px;
  position: relative;
  left: -1px;
  top: 8px;
  font-size: 18px;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.25);
}


.pricingtable h4 {
    font-size: 18px;
    font-weight: 700;
}
.pricingtable h2 {
    font-size: 25px;
    font-weight: 900;
    margin: 5px 0;
    line-height: 20px;
}
.pricingtable.featured h2{

}

.jarprice{
  padding-top: 6px;
  line-height: normal !important;
}
.jarContent .checkIconList {
    margin: 10px 0;
    min-height: 80px;
}
.jarContent .checkIconList li {
  font-size: 15px;
  line-height: normal;
  padding-left: 0;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.jarContent .checkIconList li + li {
    margin-top: 8px;
}
.jarContent .checkIconList li::before {
    top: 1px;
    width: 11px;
    height: 11px;
}

.jarContent .checkIconList li span {
  margin-right: 4px;
}
.strike_line {
  color: #a2a2a2;
  font-size: 20px;
  margin: 0 2px;
}
.saveprice {
  background: #DD4838;
  color: #fff;
  display: inline-block;
  border-radius: 4px;
  margin: 0 auto 10px;
  font-size: 12px;
  width: auto;
  padding: 4px 8px 5px;
}
.saveMoney {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #f30;
  margin: 5px 0;
}
.pricingChooseBtn {
    position: relative;
    margin: 10px 0 0;
}
.pricingChooseBtn.fixed {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 33.333333%;
    z-index: 1;
}
.pricingChooseBtn.two.fixed {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.pricingChooseBtn.two.fixed:before,
.pricingChooseBtn.two.fixed:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 1px;
    height: 100%;
    background: #fff;
    content: "";
    z-index: 1;
}
.pricingChooseBtn.two.fixed:after {
    left: initial;
    right: 1px;
}
.pricingChooseBtn.three.fixed {
    right: 0;
    left: inherit;
}
.pricingChooseBtn.fixed a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.pricingChooseBtn.fixed a span {
    display: block;
    font-size: 20px;
    font-weight: 700;
}
.productStarRatingPart span img {
  width: 14px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  top: -2px;
}
.pricingChooseBtn a {
  background: #236192;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 700;
  padding: 12px;
  border-radius: 5px;
  margin: 0 0;
}
.pricingChooseBtn a:hover {
    background: #003057;
}
.featured .pricingChooseBtn a {
    background: #ff922f;
}
.pricingChooseBtn a span,
.jarIcon {
    display: none;
}
.pricingChooseBtn.fixed .jarIcon {
    display: block;
}
.jarIcon img {
    max-width: 50px;
    max-height: 30px;
}
.pricingChooseBtn.fixed .jarContent {
    margin: 0 0 0 20px;
    text-align: left;
}
.formSideBarinner .headingText {
    margin-bottom: 15px;
}
.formSideBarinner .headingText h2 {
    font-size: 25px;
    font-weight: 900;
}

.formSideBarinner .headingText p {
  font-size: 16px;
}

.afterprice {
    display: block;
}
.form-row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}

/* Popup CSS */
.wrap_popup {
  position: fixed;
  z-index: 10001001;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  display: none;
  overflow: auto;
}
.oveleyOpacity {
    background-color: rgba(0, 0, 0, 0.8);
    position: fixed;
    z-index: 100;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}
.popup {
    background: #fff;
    position: relative;
    height: auto;
    width: 100%;
    max-width: 900px;
    margin: 5% auto;
    display: block;
    z-index: 100;
}
.close {
    position: absolute;
    right: -15px;
    top: -15px;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #efefef;
    line-height: 32px;
    cursor: pointer;
}
.close img {
    max-width: 14px;
}
.popup .title {
    background: #236192;
    padding: 15px 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.titleTxt {
    margin: 0 auto;
    text-align: center;
}
.popup .title h4 {
    color: #fff;
    font-size: 25px;
    font-weight: 400;
    line-height: 28px;
}
.popup .title p {
    display: block;
    font-size: 15px;
    color: #fff;
    margin-top: 8px;
}
.selectedProduct h2,
.selectedProduct p {
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0;
    color: #fff;
}
.selectedProduct h2 {
    margin-right: 5px;
}
.popup .popupBody {
    padding: 20px 30px;
}
.popup .popupBody > .row {
    justify-content: center;
}
.popupBody p a {
    color: #262626;
}
.chooseFlavorsGrid {
    text-align: center;
    margin: 20px 0;
}
.chooseFlavorsGrid .select {
    box-shadow: 0 0 0 1px #236192;
    cursor: pointer;
    -webkit-transition: ease 0.3s;
    -moz-transition: ease 0.3s;
    transition: ease 0.3s;
    padding: 10px;
}
.chooseFlavorsGrid .select .productTitle{
    margin-bottom: 0;
}
.chooseFlavorsGrid .select:hover, .chooseFlavorsGrid .select.selected {
    background-color: #eeeeee;
}
.chooseFlavorsGrid .productTitle {
    margin: 15px 0;
}
.chooseFlavorsGrid .img {
    display: inline-block;
}
.chooseFlavorsGrid .img img {
    max-height: 150px;
}
.productTitle h4 {
    font-size: 18px;
}

.quantityPart > h5 {
    color: #909AA6;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 15px;
}
.quantityPart form {
    display: inline-block;
}
.quantity {
    display: flex;
    align-items: center;
  justify-content: center;
}
.qtyBtn.minus {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}
.qtyBtn.plus {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.quantity input,
.quantity span {
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
    width: 52px;
    height: 48px;
    line-height: 48px;
    padding: 0;
    margin: 0;
    text-align:center;
    background: #fff;
    border: 1px solid #909AA6;
    color: #909AA6;
    border-right: none;
    cursor: pointer;
}
.quantity input {
    width: 80px;
    font-size: 18px;
    font-weight: 400;
    color: #002856;
}
.quantity span:last-child {
    border-right: 1px solid #909AA6;
}
input[type="button"] {
    cursor: pointer
}

.bottomTxt {
    text-align: center;
}
.bottomTxt small {
    color: #fff;
    font-size: 15px;
}
.bottomTxt p {
    color: #fff;
    font-size: 22px;
    line-height: 25px;
    font-weight: 700;
    text-align: left;
}

.popupFooter {
    position: relative;
    padding: 15px 40px;
    background: #236192;
    display: flex;
    align-items: center;
}
.popupFooter > * {
    width: 100%;
    text-align: center;
}
.selectedProduct {
    display: flex;
    align-items: center;
    justify-content: center;
}
.cartButtonOuter {
    margin: 0;
    text-align: center;
}
.cartButtonOuter .cartButton {
    padding: 10px 40px 13px 30px;
    font-weight: 400;
}
.cartButtonOuter .cartButton img, 
.cartButtonOuter .cartButton svg {
    right: 12px;
}

.cartButton {
  position: relative;
  background-color: #FF8C01;
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  color: #fff;
  border: 2px solid #FF8C01;
  text-align: center;
  cursor: pointer;
  letter-spacing: 1px;
}
.disabled {
    opacity: 0.65;
    cursor: not-allowed;
    pointer-events: none;
}

.closeButton {
    width: auto;
    margin-left: auto;
    background: #fff;
    border: 1px solid #fff;
    color: #236192;
    padding: 10px 30px;
    font-size: 15px;
    letter-spacing: 1px;
    cursor: pointer;
    display: inline-block;
    transition:All 0.3s ease;
    -webkit-transition:All 0.3s ease;
    -moz-transition:All 0.3s ease;
    -o-transition:All 0.3s ease;
}
.closeButton:hover {
    background:#ff922f;
    border-color: #ff922f;
    color: #fff;
}

.slider-nav-part {
  width: 80px;
  position: relative;
  left: 0;
  top: 0;
}
.slider-nav-part .slider-nav .slick-arrow  {
  width: 35px;
  height: 35px;
  background: #fff;
  color: #236192;
  text-align: center;
  border: 0;
  border-radius: 5px;
  color: #fff;
  overflow: hidden;
  cursor: pointer;
  z-index: 1;
  position: absolute; 
    left: 50%;
    -webkit-transform: translateX(-50%); 
  -ms-transform: translateX(-50%); 
  transform: translateX(-50%);
}
.slider-nav-part .slider-nav .slick-arrow:before  {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 20px;
  height: 25px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.slider-nav-part .slider-nav .slick-prev   {
  top: 0;
}
.slider-nav-part .slider-nav .slick-next   {
  bottom: 0;
}
.slider-nav-part .slider-nav .slick-prev:before  {
  background-image: url("../images/top-dotted-arrow.svg");
}
.slider-nav-part .slider-nav .slick-next:before  {
  background-image: url("../images/bottom-dotted-arrow.svg");
}
.slider-nav-part ul.slider-nav {
    padding: 40px 0;
} 
.slider-nav-part .slick-track {
  width: 100%;
  cursor: pointer;
  padding: 0 10px;
  transform: none;
}
.slider-nav-part li.slick-slide {
  width: 60px;
  min-width: 60px;
  height: 60px;
}
.lifeProductInner .slider-nav .slick-slide {
  margin: 6px 0;
  position: relative;
}
.slider-nav-part li.slick-slide img {
  padding: 10px;
  background-color: #eaf2f8;
  -webkit-transition: ease 0.3s;
  -moz-transition: ease 0.3s;
  transition: ease 0.3s;
  border: transparent 1px solid;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.slider-nav-part li.slick-slide.slick-current.slick-active img {
  border-color: #236192;
  box-shadow: rgba(0,0,0,0.2) 3px 3px 3px;
}
.slider-nav-part li.slick-slide {
    width: 60px;
    height: 60px;
    max-width: 100%;
    min-width: auto;
}.lifeProductInner .flexslider .img {
    max-width: 70%;
    width: 100%;
    display: inline-block;
}.lifeProductInner .flexslider {
    width: 82%;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start;
    position: relative;
    text-align: center;
}
.lifeProductInner .flexslider .img img {
    width: 100%; 
   max-width: 300px; 
}

/*Popup css start*/
.termsAndPrivacyPopup .popup {
    max-width: 85%;
}
.pefomance_main .Scientifically-refrences p {
    font-size: 16px;
}
.termsAndPrivacyPopupInner h3 {
    margin-bottom: 15px;
}
.termsAndPrivacyPopupInner h4 {
    margin-bottom: 5px;
}
.termsAndPrivacyPopupInner li {
    margin-bottom: 0;
    position: relative;
    padding-left: 15px;
    line-height: 26px;
}
.termsAndPrivacyPopupInner ul {
    margin-bottom: 20px;
}
.termsAndPrivacyPopupInner li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 7px;
    height: 7px;
    background-color: #236192;
    border-radius: 100%;
}
.termsAndPrivacyPopupInner {
    max-height: 370px;
    overflow: auto;
}
.close {
    position: absolute;
    right: -15px;
    top: -15px;
    border: 0;
    width: 32px;
    height: 32px;
    border-radius: 100%;
    background: #efefef;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
}
.close img {
    max-width: 14px;
    vertical-align: middle;
}
.popup .popupBody > .flex-rows {
    justify-content: center;
}
/*Popup End*/




.supplies_last h3 {
    font-size: 25px;
  
    margin-bottom: 10px;
}

.call-email-sec {
  background-color: #F3F5F7;
  padding: 24px 0;
    text-align: center;
}

.call-email-sec .headingText h2 {
  font-size: 28px;
  margin-bottom: 12px;
  color: #013057;

}

/*Faqs*/
.faqsInner {
  width: 100%;
  max-width: 870px;
  margin: 40px auto 0;
    padding-bottom: 20px;
}

.faqMain h2{
  color: #013057;

}
.faqsInner > h4 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 900;
    margin: 10px 0;
}
.dropdown-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;

  background-color: transparent;
  position: relative;
  width: 100%;
  height: 64px;
  color: #002856;
  font-size: 19px;
  font-weight: 500;
  padding: 8px 0px;
  border-radius: 0;
  cursor: pointer;
  white-space: break-spaces;
}
.dropdown-toggle.dropdown-active {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
/* .dropdown-toggle:hover {
    color: #fff;
} */
.dropdown {
  margin-bottom: 0;
}
.dropdown {
  border-top: 1px solid #C4DEEC;
}
.dropdown:last-of-type {
  margin-bottom: 0;
  border-bottom: 1px solid #C4DEEC;
}
.dropdown-toggle::after {
    display: none;
}
.dropdown-toggle::before {
  width: 22px;
  content: "+";
  position: absolute;
  right: 0;
  z-index: 1;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
  transition: All 0.3s ease;
  -webkit-transition: All 0.3s ease;
  -moz-transition: All 0.3s ease;
  -o-transition: All 0.3s ease;
}
.dropdown-toggle.dropdown-active::before {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.dropdown-inner {
    display: none;
}
.dropdown-inner.open {
    display: block;
}
.dropdown-inner {
    background: transparent;
    padding: 0 0px 8px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.dropdown-inner p {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 15px;
}
.dropdown-inner p:last-child {
    margin-bottom: 0;
    padding-bottom: 30px;
}

.mobile-only {
    display: none !important;
}



/*wide layout Package css*/

.PackageTitleTxt{
    text-align: center;
}

.PackageTitleTxt h2 {
    font-size: 55px;
    margin-bottom: 13px;
}

.PackageTitleTxt h5{
    font-size: 30px;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.PackagePart {
    width: 100%;
    margin: 0 auto;
    padding: 62px 0 24px;
}

.productBox {
    position: relative;
    padding: 0 6px;
    text-align: center;
}

.productInfo {
    padding: 0;
    border: 1px solid #dee2e6;
    background-color: #f8f9fa;
    color: #6c757d;
    position: relative;
}

.pricingPart .d-flex-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
}

.pricing-column-header{
    background: #eee;
    padding: 6px 8px;
    letter-spacing: 0.3px;
}

.pricing-column-header h5{
    color: #6c757d;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 1px;
}

.pricing-column-header h1{
    color: #013057;
    font-size: 33px;
    margin-bottom: 1px;
}

.pricing-column-header p{
    margin: 0;
    padding: 0;
    color: #6c757d;
    font-size: 18px;
}

.product__jarInfo{
    padding: 3px 10px 5px;
}

.product__jarImg img{
    max-width: 180px;
}

.serving {
    margin: 0;
    padding: 5px 0;
    color: #6c757d;
    font-size: 16px;
}

.product__price{
    font-size: 17px;
    margin-bottom: 3px;
}

.product__price span{
    font-size: 18px;
    text-decoration: line-through;
    padding: 0 2px;
}

.product__dealPrice{
    font-size: 16px;
    font-weight: bold;
}

.product__dealPrice span{
    font-weight: normal;
    font-size: 17px;
}

.productChooseBtn{
    margin: 12px auto 4px;
}

.productChooseBtn a {
    background: #236192;
    color: #fff;
    display: block;
    font-size: 19px;
    font-weight: 700;
    padding: 15px 10px;
    border-radius: 5px;
}

.productChooseBtn a:hover {
    background: #003057;
}

.purchase-text{
    font-size: 14px;
    padding-bottom: 4px;
    display: block;
}

.best-value {
  background-color: #236192;
  color: #fff;
  font-size: 18px;
  padding: 6px 5px 8px;
  font-weight: bold;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}


.quantity input[type=number]::-webkit-inner-spin-button,
.quantity input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.quantity input[type=number] {
  -moz-appearance: textfield;
}


/* slider-holder css */
.slider-holder {
  background-color: #fff;
  margin: 0;
  padding: 0;
}

.slider-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 400px;
}

.slider-discription {
  width: 32%;
}

.slider-img {
  width: 68%;
  padding-left: 0;

}

.slider-img .slick-list{
    -webkit-clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 18% 100%);
}

.slider-info-box {
  margin: 0;
  padding: 38px 0px 15px 34px;
}

.slider-info-box h4 {
  font-size: 20px;
  letter-spacing: 1px;
  margin-bottom: 30px;
}

.star-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
    margin-bottom: 10px;
}

.star-rating span {
  margin-right: 4px;
}

.slider-info-box p {
  font-size: 17px;
}

.slider-img .slick-slide {
  padding: 0 6px 0 0;
  cursor: grab;
}

.slider-img .slick-slide {
  cursor: grab;
}

.slider-img .slick-slide:focus {
  cursor: grabbing;
}
.slider-img div {
    height: 100%;
}
.slider-img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.slider-discription .slick-slide {
    transition: none !important;
}

.slider-img:not(.slick-initialized) div {
  opacity: 0;
  visibility: hidden;
    display: none;
}

.slider-img .slick-arrow {
  position: absolute;
  right: 0;
  top: -45px;
  z-index: 2;
    width: 37px;
  border: 0;
  overflow: hidden;
  padding: 6px;
  margin: 0;
    cursor: pointer;
    text-indent: -9999em;
  background-color: transparent;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  
}

.slider-img .slick-prev {
  background-image: url(../images/left-arrow-black.svg);
  right: 55px;
    display: none !important;
}

.slider-img .slick-next {
    background-image: url(../images/right-arrow-black.svg);
}


/* slider-holder css end */


.dark-blue-bg{
    background-color: #013057;
}

.tabs-sec {
  padding: 55px 0 70px;
}

/* tabs */

.tabs-holder {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.tabs-title img {
  width: 40px;
  margin-right: 5px;
}

.plus-sign {
  position: relative;
  border: 1px solid #fff;
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  margin: 0 5px;
  top: 2px;
}

.plus-sign::before {
    content: '';
    position: absolute;
    left: 13px;
    top: 8px;
    width: 2px;
    height: 12px;
    background: #fff;
    -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.plus-sign::after {
  content: '';
  position: absolute;
  left: 8px;
  top: 13px;
  width: 12px;
  height: 2px;
  background: #fff;
    -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pageTabs {
  margin: 0;
  padding: 0;
  font-size: 36px;
  font-weight: 400;
  width: 60%;
}

.pageTabs-info {
  width: 34%;
}

.pageTabs li {
  display: inline-block;
}

.tabs-title {
  display: block !important;
}

.pageTabs__link {
  cursor: pointer;
  background: none;
  -webkit-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.pageTabs__link .tab-txt{
    /* border-bottom: 3px solid #fff; */
    text-decoration: underline;
}

.pageTabs__link:hover {
}

.pageTabs__link.current {
    color: #357db7;
}

.pageTabs__link.current .tab-txt{
    /* border-bottom-color: #357db7; */
}

.pageTabs__link.current .plus-sign {
  border-color: #357db7;
}

.pageTabs__link.current .plus-sign::before, .pageTabs__link.current .plus-sign::after{
    background: #357db7;
}

.pageTabs__link.current .plus-sign::before{
    transform: rotate(180deg);
}

.pageTabs__link.current .plus-sign::after{
    transform: rotate(180deg);
}

.pageTabs__cntnt {
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  position: absolute;
  bottom: -30px;
  left: 0;
}

.pageTabs__cntnt.current {
    position: relative;
    bottom: 0;
    overflow: visible;
    visibility: visible;
    opacity: 1;
}

.pageTabs-infobox {
  margin: 0;
  padding: 0;
  min-height: 180px;
    text-align: center;
}
.pageTabs-infobox img {
  width: 98px;
}

.pageTabs-infobox h4 {
  text-transform: uppercase;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 12px 0 13px;
}

.pageTabs-infobox p {
  font-size: 16px;
  line-height: 1.2;
}
button.discount_data.slide-down {
  bottom: -51px;
}

.footer_main{

  background-color: #122841!important;
}

.footer_main .footerInner li, .footer_main .footerInner p, .footer_main .footerInner a {
  color: #ffffff4d;
}

/* end */



/* performe_compare */

.top_h_v1 {
  text-align: center;
  background-color: rgb(51, 51, 51);
  padding: 7px 0;
}

.menu_details ul li {
  font-size: 14px;
}

.mini-inner_header {
  background-color: rgb(13, 129, 244);
  padding: 4px 0;

}

.mini-inner_header .logo img {
  width: 100%;
}

.mini-inner_header .menu_details ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 37px;
}

.menu_details ul li a {
  color: rgb(255, 255, 255);
  background-color: rgb(13, 129, 244);
  font-size: 16px;
  font-weight: 700;
}

.page_data h2 {
  font-size: 20px;
  text-align: left;
  font-family: Rajdhani;
  font-weight: normal;
  color: #262626;
  margin: 8px 0 10px 0;
  padding-top: 12px;
}

.page_data h3 {
  font-family: "Lato";
  color: #262626;
  font-weight: 700;
  line-height: 1.2;
  font-size: 40px;
  margin: 8px 0;

}

.page_data h4 {
  font-size: 24px;
  color: #262626;
  font-weight: 700;
  margin: 8px 0;

}

.page_data p.amino-co-s {
  font-size: 12px;
  text-align: center;
  color: #262626;
  font-weight: 400;
  margin-bottom: 5px;

}

.star_verify {
  background-color: #e5f3fc;
  padding: 11px 7px;

}
.star_verify p {
  font-family: 'PT Sans Narrow', sans-serif;
}
.trio_data {
  width: 80%;
  margin: auto;
  padding: 10px 0;

}

.trio_data a img {
  border-radius: 7px;
}

.star_verify.Spoiler p {
  font-family: 'Lato';
  font-style: italic;
  letter-spacing: 0px;

}
.star_verify.Spoiler {
  border-left: 6px solid #464843;
  margin-bottom: 20px;

}
.easy-treads p {
  font-size: 17px;
  margin-bottom: 20px;

}
.mini-inner_header .logo {
  max-width: 200px;
  position: unset;
}

.story_left_decr h2{
  margin-bottom: 32px;
  line-height: 1.2;
  font-size: 40px;
  font-family: "Lato";
  color: #262626;
  font-weight: 700;
}
.thousands_data h2 {
  line-height: 1.2;
  font-size: 32px;
  color: rgb(62, 109, 148);
  font-weight: 700;
  text-align: center;
  margin-bottom: 22px;
  margin-bottom: 30px;


}

.story_left_decr h4,
.story_continue h4{

  font-family: "Lato";
    color: #262626;
    font-weight: 700;
    font-size: 24px;
}

.story_left_decr p {
  margin: 0;
}
.story_left_decr img {
  border-radius: 10px;
}
.jason-story {
  padding: 23px 0;
}

.gif_data img {
  width: 92%;
  margin-right: auto;
  border-radius: 10px;
}

.story_left_decr.amino_down p {
  margin-bottom: 8px;
}
.top_data_gr {
  margin-bottom: 5px;
}
.star_verify.extra-bold h4,
.felt-data_great h4 ,
.warnings h4{
  font-size: 24px;
  color: #262626;
  font-weight: 700;

}
.star_verify.extra-bold {
margin-top: 19px;
}

.gif_data.right_p {
  text-align: center;
}
.gif_data.right_p img {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  border-radius: 10px;
}

.thousands_data {
  padding: 28px 0;
}
.font-24 h4,
.trigger_muscle h4{
  font-size: 24px;
  color: #262626;
}
.extra-28 h3,
h3.ever_imagine,
.trigger_muscle h3{
  font-size: 28px;
  color: #262626;
  font-weight: 700;

}
.font-28{
  font-size: 28px!important;

}

.font-32{
  font-size: 32px!important;

}
.font-40{
  font-size: 40px;

}

.font-35{
  font-size: 35px;

}
.large-x-50{
width: 50%;
margin: auto;
}



.warnings h4{
  background-color: rgb(255, 244, 0);
  
}

.instock{

  color: rgb(205, 0, 0);

}

.box-medical {
  background-color: rgba(155, 155, 155, 0.33);
  padding: 20px 0;
  text-align: center;

}

.strong-700{
font-weight: 700;
}

.target_test h1 {
  color: rgb(62, 109, 148);
  text-align: center;
}

.no-margin {
  margin-bottom: 0;
}
.mt-3 {
  margin-bottom: 10px;
}

.increase_data,
.increase_data  li {
  list-style: disc;
} 

.increase_data  li {
  font-size: 18px;
  color: #262626;
  margin-left: 23px;
  margin-bottom: 4px;
  font-weight: 400;
} 
.target_home_v1 {
  padding: 45px 0px;
}
.text-center{
  text-align: center;
}

.click_padding {
  padding: 0;
}

.border_20 img{
  border-radius: 20px;
}

h3.ever_imagine {
  color: rgb(62, 109, 148);
  text-align: center;
  font-style: italic;
  font-family: "Lato";
  padding-bottom: 24px;
  display: inline-block;
}

.color_lite_1{
  color: #262626!important;

}

.gray-color{

  color: rgb(62, 109, 148);

}

.target_home_v1.design_t {
  padding: 7px 0px;
}

.large-x-60{
  width: 60%;
  margin: auto;
}

.large-x-80{
  width: 80%;
  margin: auto;
}
.border-radius{
border-radius: 10px;
}

.warnings {
  margin-top: 20px;
}

.line-element h4{
  display: initial;
}

.line-element {
  margin-top: 32px;
}

.color_red a{
  color: rgb(205, 0, 0);
  background-color: #fff;
  padding-left: 4px;
  font-weight: 700;
}
.color_red a:hover{
text-decoration: underline;
}

.Qualify-data {
  font-size: 40px;
  color: rgb(229, 243, 252);
  font-weight: 700;
  border-radius: 0;
  border: 2px solid transparent;
  background-color: rgb(13, 129, 244);
  width: 100%;
  display: block;
  padding: 20px 0;
  text-align: center;
  margin-top: 10px;

}
.border-line {
  border-top-width: 2px;
  border-color: #666666;
  width: 80%;
  height: 2px;
  display: block;
  border-top-style: solid;
  margin: 24px auto 17px;
}

.muscles_data {
  padding: 33px 0;
}
.muscles_data h3 {
  margin-bottom: 10px;
}
.increase_data {
  margin-bottom: 12px;
  display: inline-block;
}
.star_verify.extra-bold.work_points {
  margin-top: 55px;
}
.box-rev{
  background-color: rgb(62, 109, 148);
  margin-top: 28px;

}
.box-rev h4{
color: #fff;
}
.clinically_proven {
  padding: 39px 0 0;
}

.trials_clinical {
  margin-top: 5px;
}

.clinically_proven h2 {
  margin-bottom: 6px;
}
.however-i {
  margin-top: 25px;
}

.work_out h1 {
  margin-bottom: 30px;
}

.nasa {
  padding: 40px 0;
}

.nasa h1 {
    margin-bottom: 20px;
}
.points_line {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-top: 25px;
  color: #262626;
  margin-top: 46px;
  margin-bottom: 46px;
  text-decoration-line: underline;
  text-decoration-thickness: 2px;


}
.points_line a {
    color: #0022DC;
    font-weight: 400;
    font-size: 28px;
}

.saying_top_1 {
  margin-top: 10px;
  margin-bottom: 15px;

}

.testi-w {
  background-color: #eceae4;
  padding: 11px 20px;
  margin: 11px 18px;
  text-align: center;
}

.life_data {
  text-align: center;
  padding: 17px 0;
}
.warnings.small_font h4{
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
    display: initial;
}
.color_red_1{
  color: rgb(255, 0, 0);

}

.health_life {
  padding: 0px 21px 20px;
}

.large-x-90{
max-width: 90%;
margin: auto;
}

.special-offer {
  background-color: rgb(255, 248, 213);
  padding: 20px 0;
  margin-bottom: 9px;
  display: inline-block;
  width: 100%;
}
.special-offer h3 {
  margin-bottom: 10px;
}
.check_anchor{
  color: #0022DC;
  font-weight: 400;

}

.check_anchor:hover{
text-decoration: underline;
}

.img_trident {
  background-color: rgb(248, 248, 248);
  padding: 30px 0;
}
.apply_discount p {
  padding: 16px 0;
}

.img_trident h3 {
  margin-top: 10px;
}
.scientific-reference {
  background-color: rgb(229, 243, 252);
  padding: 28px 0;
}

.scientific-reference h3 {
  margin-bottom: 12px;
}
.scientific-reference p {
  margin-bottom: 24px;
}

.scientific-reference p:last-child {
  margin: 0                                                   ;
}
.Qualify-data.apply_discount {
  font-size: 25px;
  border: 1px solid rgb(71, 71, 71);

}

.Qualify-data.apply_discount:hover{
  opacity: 0.8;
}

.life_data h3 a {
  font-size: 30px;
  text-decoration: underline;
  color: #0022DC;
  font-weight: 400;
}

.sticky_details_menu {
  background-color: rgba(0, 0, 0, 0.36);
  padding: 9px 0;
  margin-bottom: 20px;
  box-shadow: 0 4px 2px -2px #00000029;
    position: sticky;
    top: 0;
    z-index: 11;


}
header.comapare_products {
  position: unset;
}

.Supplies_data {
  text-align: center;
  margin: auto;
}

.Supplies_data p {
  color: #fff;
}
.Supplies_data a {
  font-size: 20px;
  color: rgb(255, 255, 255);
  font-weight: 700;
}
.Qualify-data.sub_data {
  font-size: 18px;
}

.sticky_details_menu .Qualify-data {
margin-top: 0;
font-weight: 400;
padding: 15px 0;


}

.border-line.click_to_varify {
  margin: 34px auto 34px;
}
.story_continue {
  margin-top: 20px;
}

.border-radius-30{
border-radius: 30px;
}

.mobile-show{
display: none;
}

/* perform-energy */

 
/* perform-energy */


.amino_data.line_finds {
  display: flex;
}
.description_amino p {
  margin-bottom: 0;
  line-height: 1.43;
  font-size: 16px;
}
.gray-color_1{
  color: rgba(0, 0, 0, 0.275);
}

ul.work-ul-li, 
ul.work-ul-li li {
  list-style: disc;
}
ul.work-ul-li {
  padding-left: 40px;
  line-height: 25px;
  margin-bottom: 20px;



}
.amino_data {
  padding: 20px 0;
}
ul.work-ul-li li {
  font-size: 18px;
}
.digital_line p {
  font-size: 18px;
}


.essential_data.data_center {
  text-align: center;
  padding: 32px 0;
}


.heading_data h2 {
  font-size: 28px;
  color: #262626;
  text-align: center;
  font-weight: 700;
}
.what-if {
  background-color: rgb(218, 233, 247);
  padding: 28px 0;
}

.grid_increase {
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 36px;
  padding: 27px 0 24px 0;

}
.grid_increase .perform1 h3 {
  font-size: 18px;
  color: #262626;
}

.grid_increase .perform_img {
  width: 60%;
  margin: auto;
}
.perform1 {
  text-align: center;
}
.times_data {
  margin-top: 30px;
}

ul.zpa-text__list--disc li{
  font-size: 18px;
  list-style: disc;
  margin-bottom: 5px;


}
ul.zpa-text__list--disc {
  padding-left: 40px;
}

.what-if h3 {
  color: #262626;
  font-weight: 400;
  font-size: 18px;
}
.width-40-amino{
width: 40%;
margin: auto;
}
.double_muscle h3 {
  margin-bottom: 43px;
}

.heading_data {
  margin-bottom: 35px;
}
.what-if p{
  margin-bottom: 0;
}

.perform-energy p{
  margin-bottom: 0;
}
.how_can {
  background-color: rgba(0, 0, 0, 0.075);
  padding: 14px 0;
}
.Does_work {
  padding: 23px 0;
}
.perform_data_line {
  padding: 14px 0;
}
.product_work_description h4 {
  font-size: 18px;
  font-weight: 700;
  color: #262626;
  text-align: center;
  margin-top: 4px;
}
.perform_work_direct h2 {
  font-weight: 500;
}
.perform_work_direct {
  padding: 50px 0 0;
}
.Scientifically {
  background-color: rgb(218, 233, 247);
  padding: 26px 0;
}
.Guarantee {
  background-color: rgba(0, 0, 0, 0.075);
  padding: 26px 0;
}
.width-80-amino{
width: 80%;
margin: auto;
}
.width-75-amino{
width: 75%;
margin: auto;
}
.Clinically  ul.zpa-text__list--disc {
  padding-left: 40px;
  margin-top: 3px;
}
.Clinically {
  padding: 14px 0px;
}
.Benefits {
  background-color: rgb(218, 233, 247);
  padding: 16px 0;
}
.Problem {
  padding: 20px 0;
}
.what_do {
  background-color: rgb(243, 244, 198);
  padding: 24px 0;
}

.mobile_button_start {
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-family: 'Lato';
  border-radius: 0;
  border: 6px solid rgb(21, 90, 225);
  background-color: rgb(21, 90, 225);
  max-width: 774px;
  padding: 20px;
  margin: auto;
  display: block;
  text-align: center;
}

.what_do .zpa-text__list--disc{
  margin-bottom: 51px;
}

.Scientific_reference p {
  font-size: 12px;
}

.Scientific_reference p {
  margin-bottom: 6px;
}
.Scientific_reference h3 {
  font-size: 18px;
  color: #262626;
  padding: 12px 0;

}
.Scientific_reference {
  padding: 4px 0;
}

.result_reviews .heading_data {
  margin-bottom: 0;
  text-align: unset;
  margin-top: 29px;

}

.result_reviews  .heading_data h2{
text-align: unset;
font-size: 32px;


}

.result_reviews {
  padding: 25px 0 55px 0;
}

.result_reviews .result_views {
  margin-top: 28px;
}

.fa-star,.fa-star-checked,.fa-star-half-o,.fa-star-o,.stamped-fa-star,.stamped-fa-star-checked,.stamped-fa-star-half-o,.stamped-fa-star-o {
  color: #ffd200;
  padding: 0
}

.fa-star-half-o:before,.fa-star-o:before,.fa-star:before,.stamped-fa-star-half-o:before,.stamped-fa-star-o:before,.stamped-fa-star:before {
  font-size: 18px;
  margin-right: -1px
}

.Reviews_data .avator_content {
  height: 56px;
  width: 55px;
  font-weight: 900;
  background-color: #003057;
  color: #fff;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 30px;
  position: relative;
  font-family: "Open Sans", Verdana, sans-serif;
  text-shadow: 1px 1px 0 #fff;

}

.Reviews_data .reviews_new {
  display: flex;
  align-items: center;
  gap: 10px;
}
.Reviews_data .text_data strong {
  font-size: 14px;
  font-family: 'Open Sans',Verdana,sans-serif;
  color: #003057;

}
.Reviews_data .text_data p {
  font-size: 14px;
    color: #003057;
    display: flex;
    align-items: center;
    margin-left: 9px;

}

.Reviews_data .text_data {
  display: flex;
  align-items: center;
}
.Reviews_data  p {
  margin-bottom: 0;
  font-size: 14px;
  color: #003057;
  font-family: 'Open Sans',Verdana,sans-serif;

}
h3.header_energy {
  font-size: 20px;
  color: #003057;
}

.Reviews_data .reviews_description {
  margin: 0 0 0 65px!important;
  padding-top: 20px;

}

.result_reviews .top_file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #eee;

}


h3.header_energy {
  font-size: 14px;
  color: #003057;
  font-family: 'Open Sans',Verdana,sans-serif;
    font-weight: 700;
}

.reviews_new .stamped-summary-starrating i:before{
  font-size: 19px;
  color: #ffab00;


}
.Reviews_data .avator_content::before{
  content: '\e904';
  font-family: stamped-font;
  font-size: 21px!important;
  position: absolute;
  right: -5px;
  bottom: 0;
  text-shadow: 1px 5px 0 #fff;
  color: #003057;
  font-weight: 400;

}
.result_reviews .top_file p {
  font-size: 14px;
  font-weight: 700;
  color: #003057;
  font-family: 'Open Sans',Verdana,sans-serif;
  border-bottom: 3px solid #000;

}
.result_reviews .top_file p span {
  margin-left: 15px;
  padding: 1px 2px;
  background: #f8f9fa;


}
.result_reviews .top_file a span {
  color: #A8A8A8;
  text-decoration: none;
  font-size: 13px;
}
.result_reviews .top_file a img {
width: 20px;
    height: 20px;
    vertical-align: text-bottom;
    filter: grayscale(100%);
}

.result_reviews .top_file span.stamped_data {
  font-weight: 600;
}

.result_reviews .Reviews_data {
  padding-bottom: 57px;
  border-top: 1px solid #eee;

}

.result_reviews .Reviews_data {
  padding-bottom: 46px;
  padding-top: 21px;
  border-top: 1px solid #eee;
}

.summary-overview {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}

.summary-overview span.stamped-summary-text {
  margin-top: 0!important;
  color: #003057;
  font-family: 'Open Sans',Verdana,sans-serif;
}

.summary-overview .stamped-fa-star {
  color: #ffab00;
}
.data-set .stamped-summary-starrating i:before{

  font-size: 27px;


}

.summary_text strong {
  font-size: 37px;
  color: #003057;
  font-family: 'Open Sans',Verdana,sans-serif;
}
.data-set {
  margin-top: 70px;
}
.result_reviews .stamped-header-title {
  color: #003057 !important;
  font-size: 24px;

}

.result_reviews .Reviews_data:first-child{

  border-top: 0;
}

.result_reviews .result_data_1 {
  padding: 0 25px;
}

.want_data_energy {
  font-size: 20px;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-family: 'Lato';
  border-radius: 0;
  border: 6px solid rgb(21, 90, 225);
  background-color: rgb(21, 90, 225);
  min-width: 700px;
  padding: 20px 0;
  display: inline-block;
  text-align: center;
}
.energy_button {
  background-color: rgb(243, 244, 198);
  text-align: center;
  padding: 38px 0;
}
.why_is_batter {
  padding: 16px 0;
}

.perform-energy .heading_data h2 {
  font-size: 32px;
}

.perform_made h3 {
  font-size: 32px;
  color: #262626;
  font-weight: 700;
  margin-bottom: 13px;

}

.perform_td {
  padding: 19px 0 28px 0;
  border-top: 2px solid #000;
  max-width: 877px;
  margin: auto;
}
.perform_made {
  margin-top: 25px;
}

.upper_energy h2{

  line-height: 1.2;
  font-size: 40px;
  color: #262626;
  font-weight: 700;
  margin-bottom: 33px;


  
}
.upper_energy h4 {
  color: rgb(221, 72, 56);
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 27px;

}
.energy_button_header {
  font-size: 18px;
  color: #FFF;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
  font-family: 'Lato';
  border-radius: 0;
  border: 2px solid transparent;
  background-color: #262626;
  padding: 15px 24px;

}

.perform--energyheader .logo_wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.perform--energyheader {
  background-color: #fff;
  box-shadow: none;
}
.perform--energyheader .logo img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.perform--energyheader .logo {
  max-width: 161px;
  width: 100%;

}

.menu--performenergy ul {
  display: flex;
  gap: 37px;
}

.menu--performenergy ul li a {
  color: #262626;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  font-style: normal;
}

.logo_details.energy_perform {
  background-color: #F0F0F0;
  text-align: center;
    padding: 7px 0;
}

.logo_details.energy_perform p{
  font-size: 15px;
  line-height: 1.5;

}

.button_data_icons ul li {
  width: 48px;
  height: 48px;
  border: 2px solid #D9D9D9;
  border-radius: 100%;
  line-height: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.button_data_icons ul li img{
  font-size: 20px;

}

.button_data_icons ul {
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 7px;

}
.button_data_icons ul li img {
  width: 27px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  line-height: 115px;
}
.perform--energyheader .energy_data_right {
  display: flex;
  align-items: center;
  gap: 32px;
}

.perform--energyheader {
  background-color: #fff;
  box-shadow: none;
  padding: 13px 0;
  position: unset;
}
.button_data_icons {
  border-left: 2px solid #666666;
  padding: 12px 22px 0px 28px;
}

.button_data_icons p {
  font-size: 16px;
  color: #262626;
  font-weight: 400;
  text-decoration: none;
  font-style: normal;
}
.perform--repeat .container, 
.perform--repeat .container-fluid,
.perform--energyheader .container, 
.perform--energyheader .container-fluid {
  width: 100%;
  max-width: 1130px;
}

.perform-energy1 {
  margin-top: 20px;
}
.upper_energy {
  text-align: center;
}
.zpa-shopify-cart-items_details {
  background-color: #d9d9d9;
  border-radius: 100%;
  color: #262626;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  height: 22px;
  line-height: 22px;
  margin-right: 0;
  position: absolute;
  right: -3px;
  text-align: center;
  top: -1px;
  width: 22px;
}

.energy_button_header:hover{
  opacity: 0.8;
  border-radius: 0;


}
.write_reviews_wrapper {
  display: flex;
}
.write-a-reviews .reviews_time {
  display: flex;
  flex-direction: column;
}
.write-a-reviews  .reviews_time input {
  border: 1px solid #d7d7d7;
  padding: 7px 11px;
}

.write_reviews_wrapper {
  display: flex;
  gap: 19px;
}
.write-a-reviews {
  border: 1px solid rgba(221, 221, 221, 0.3);
  height: 100%;
  padding: 17px 0;
}
.write-a-reviews .text_area {
  height: 192px;
  border: 1px solid #d7d7d7;
  padding: 7px 14px;

}
.write-a-reviews label {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  margin-bottom: 2px;
}

.write-a-reviews .drop-one{
  margin-bottom: 8px;
}

.checks_wrapper_f {
  display: flex;
  gap: 17px;
}

.write-a-reviews .stamped-file-uploader-btn {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 30px;

}
.stamped_border-1 {
  border: 1px solid #333;
  padding: 8px 10px;
  font-size: 13px;
  position: relative;
  cursor: pointer;

}

.stamped_border-1 input[type="file"] {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  height: 100%;
  cursor: pointer;
  z-index: 99;
}



.result_reviews .reviews {
  font-size: 13px;
  text-decoration: none;
  text-align: center;
  width: auto;
  line-height: 30px;
  background: 0 0;
  color: #000;
  border: 1px solid #ccd6e0;
  padding: 3px 20px;
  border-radius: 3px;
  font-weight: 700;
  box-shadow: 2px 3px 5px 0 #8888886b!important;
  cursor: pointer;
}

.write_review_button {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 8px;
}

.write-a-reviews {
  display: none;
}


.write-a-reviews .fa-star-o:before,
.write-a-reviews .stamped-fa-star-o:before {
  content: '\f006';
  font-size: 22px!important;
  color: #ffab00;
  cursor: pointer;

}

.write_reviews_wrapper.drop-one input{
  min-width: 300px;
  padding: 7px 14px;
  font-family: 'Open Sans',Verdana,sans-serif;

}
.text_summary_wrapper {
  display: flex;
  align-items: center;
}
.perform--energyheader .mobile_wrapper_one svg {
  width: 16px;
  height: 16px;
  margin: 8px auto;

}
.mobile_wrapper_one {
  border: 2px solid #D9D9D9;
  width: 36px;
  height: 36px;
  border-radius: 100%;
  text-align: center;
  padding: 4px;
  margin-right: 11px;



}
.perform--energyheader .mobile_wrapper_one svg path {
  stroke: #262626!important;
}

.mobile_wrapper_one img{
  width: 20px;
  height: 20px;

}

.pagination.true ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}
.pagination.true ul li a{
  padding: 6px;
  cursor: pointer;
  text-decoration: none;
  font-size: 15px;
  color: rgb(0, 0, 238);
}
.pagination.true ul li.active a {
  font-weight: 600;
  text-decoration: underline;
}

.button_data_icons ul li:nth-child(2) img{
  width: 19px;
    height: 19px;


}




/* mobile_menu */
.mobile_menu_perform,
.svg_perform_wrapper,
.mobile_wrapper_one  {
  display: none;
}
.mobile_show_9111 {
  display: none!important;
}




html {
  scroll-behavior: smooth;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(244, 248, 251, 0.46);
  z-index: 9999;
}

p.couponcodeunlock1 {
    color: #fff;
}
 
    input.needsfilled {
    border: 1px solid red !important;
}
    .footerLogo a img {
    width: 35px;
}
.footerInner li, .footerInner p, .footerInner a {
    color: #fff;
}
 .footerLogo{
    text-align: center;
  } 
