.cvv-show-block {
  display: none;
}
.cardcvv {
  float: left;
  padding-right: 7px;
}
.modal {
  display: none;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: #000;
  background-color: rgba(0, 0, 0, 0.4);
  font-family: "Open Sans", sans-serif;
}
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  border: 1px solid #888;
  width: 400px;
  display: flex;
  flex-direction: column;
}
.modal-title {
  text-align: center;
  font-size: 35px;
  margin: 15px;
}
.modal-content ul li {
  color: red;
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
}
.close {
  background: #1aab8a;
  color: #fff;
  border: none;
  position: relative;
  height: 60px;
  font-size: 1.6em;
  cursor: pointer;
  transition: 0.8s ease all;
  outline: 0;
  text-align: center;
  width: 100px;
  align-self: center;
}
.close:hover {
  background: #fff;
  color: #1aab8a;
}
.close:after,
.close:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 2px;
  width: 0;
  background: #1aab8a;
  transition: 0.4s ease all;
}
.close:after {
  right: inherit;
  top: inherit;
  left: 0;
  bottom: 0;
}
.close:hover:after,
.close:hover:before {
  width: 100%;
  transition: 0.8s ease all;
}
.nowrap {
  white-space: nowrap;
}
body,
html {
  margin: 0;
  padding: 0;
}
body {
  background: url(../img/main_bg1.jpg) no-repeat;
  background-size: 100% 100%;
  font-family: Raleway, sans-serif;
  overflow-x: hidden;
}
.container {
  background-color: #fff;
  width: 1180px;
  margin: 0 auto;
  padding: 50px 61px;
  box-sizing: border-box;
}
.header {
  padding: 5px 15px;
  box-sizing: border-box;
  font-size: 0;
}
.header-wrapper {
  max-width: 1180px;
  width: 100%;
  margin: 0 auto;
}
.header-wrapper > div {
  vertical-align: middle;
  display: inline-block;
}
.header__secure {
  width: 40%;
}
.header__secure > img {
  max-width: 382px;
  width: 100%;
}
.header {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  padding: 15px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 95px;
}

.main {
  display: flex;
  justify-content: space-between;
}
.red {
  color: #e70000;
}
.status-bar {
  display: flex;
  width: 100%;
  color: #fff;
  overflow: hidden;
  text-align: center;
  margin-bottom: 34px;
  font-size: 22px;
  font-weight: 600;
}
.status-bar-finish {
  background-color: #000;
  padding: 10px;
  width: 50%;
  position: relative;
}
.status-bar-finish:after {
  content: "";
  width: 0;
  height: 0;
  border-top: 23px solid transparent;
  border-bottom: 23px solid transparent;
  border-left: 22px solid #000;
  position: absolute;
  right: -22px;
  top: 0;
  z-index: 2;
}
.status-bar-summary {
  background-color: #0c9c00;
  width: 50%;
  padding: 10px;
}
.left-side {
  width: 66.5%;
  box-sizing: border-box;
}
.right-side {
  width: 30.6%;
  box-sizing: border-box;
  border: 1px solid #2c2048;
  background-color: #fff;
}
.timer-wrapper {
  border: 3px solid red;
  padding: 10px;
  background: #feffff;
  background: -moz-linear-gradient(180deg, #feffff 0, azure 100%);
  background: -webkit-linear-gradient(180deg, #feffff 0, azure 100%);
  background: linear-gradient(180deg, #feffff 0, azure 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.timer-text {
  font-weight: 700;
  font-size: 24px;
}
.count-up {
  font-size: 35px;
  font-weight: 800;
  max-width: 130px;
  width: 100%;
}
.refund {
  display: flex;
  align-items: center;
  padding: 0 10px;
  margin: 10px auto 10px;
}
.refund-yes {
  font-size: 41px;
  font-weight: 800;
  padding-right: 10px;
  color: #e10000;
}
.refund-text {
  font-size: 15px;
  line-height: 120%;
  font-weight: 600;
}
.refund-text b {
  font-weight: 800;
}
.available {
  display: flex;
  justify-content: space-between;
  border: 3px solid #d2d2d2;
  min-height: 44px;
}
.available-current {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: space-around;
  flex-wrap: nowrap;
  flex-basis: auto;
  width: 50%;
  background: #d2d2d2;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #d2d2d2),
    to(#f5f5f5)
  );
  background: -o-linear-gradient(bottom, #d2d2d2 0, #f5f5f5 100%);
  background: linear-gradient(to top, #d2d2d2 0, #f5f5f5 100%);
  padding: 0 5px;
}
.available-risk {
  flex-basis: auto;
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ececec;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, #ebebeb),
    to(#fff)
  );
  background: -o-linear-gradient(bottom, #ebebeb 0, #fff 100%);
  background: linear-gradient(to top, #ebebeb 0, #fff 100%);
}
.available-right {
  display: flex;
}
.available-current__bar {
  max-width: 93px;
  display: flex;
  align-items: center;
  margin: 0 3px -8px 7px;
}
.available-current__bar img {
  width: 100%;
}
.available-low {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 20px;
}
.available-risk__text {
  font-weight: 600;
  font-size: 16px;
}
.available-risk__high {
  margin-left: 8px;
  font-size: 20px;
  font-weight: 800;
}
.free-shipping {
  font-size: 29px;
  text-align: center;
  margin: 25px 0;
  font-weight: 600;
}
.free-shipping__free {
  font-weight: 900;
  padding-left: 71px;
  background: url(../img/shipping.png) no-repeat center left;
  margin-left: -12px;
}
.main-banner {
  width: 100%;
  background: #2c2048;
  box-sizing: border-box;
}
.main-banner.mobile {
  margin: 25px 0 0;
  max-width: 422px;
}
.main-banner img {
  display: block;
  width: 100%;
}
.guarantee {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 38px 0 43px;
}
.guarantee.mobile .guarantee-text__line {
  margin: 25px auto;
}
.guarantee-img {
  width: 30%;
  margin: 5px 18px 0 5px;
}
.guarantee-text {
  width: 81%;
}
.guarantee-text__first,
.guarantee-text__second {
  font-size: 25px;
  line-height: 30px;
  font-weight: 800;
}
.guarantee-text__second {
  font-weight: 900;
}
.guarantee-text__third {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #000;
  letter-spacing: -0.01em;
}
.guarantee-text__third > span {
  font-weight: 800;
}
.guarantee-text__line {
  width: 180px;
  height: 5px;
  background: #2c2048;
  margin: 10px 0;
}
.rush {
  width: 100%;
  min-width: 100%;
  display: flex;
  align-items: center;
}
.rush-left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: column;
  padding: 15px 50px 15px 100px;
  box-sizing: border-box;
  height: 106px;
  border: 5px solid #2c2048;
  border-right: none;
  position: relative;
  color: #e10000;
  z-index: 2;
  background: linear-gradient(to right, #dfdfdf, #f4fcff);
}
.rush-left:after {
  content: "";
  display: block;
  position: absolute;
  left: 94.4%;
  border-right: 6px solid #2c2048;
  border-top: 6px solid #2c2048;
  width: 60px;
  height: 60px;
  top: 15px;
  transform: rotate(38deg) skewY(14deg);
  z-index: -1;
  background: linear-gradient(45deg, #f4fcff, #fff);
}
.rush-top {
  font-size: 35px;
  line-height: 30px;
  color: #c80000;
  font-weight: 800;
}
.rush-bot {
  font-size: 23px;
  font-weight: 600;
  line-height: 25px;
}
.rush-right {
  position: relative;
}
.rush-right::after,
.rush-right::before {
  content: "";
  position: absolute;
  width: 40px;
  height: 52px;
  background: #e10000;
}
.rush-right::after {
  transform: skewX(38deg) translateY(-100%);
  top: 0;
  left: 88px;
}
.rush-right::before {
  transform: skewX(-38deg);
  top: 0;
  left: 48px;
}
.final_step_heading {
  background-color: #2c2048;
  text-align: center;
  position: relative;
}
.final_step_heading__h1 {
  margin: 0;
  color: #fff;
  font-size: 43px;
  min-height: 55px;
  padding-top: 7px;
}
.final_step_heading__h2 {
  margin: 0;
  color: #fcff00;
  font-size: 18.7px;
  padding-bottom: 10px;
  font-weight: 600;
}
.final-step__triangle {
  width: 0;
  height: 0;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  border-top: 15px solid #2c2048;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.form {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 35px 15px 0px;
  background: linear-gradient(to top, #dfdfdf, #fff);
}
input[type="email"],
input[type="number"],
input[type="text"],
select {
  background-color: #fff;
  border: 1px solid #ac9999;
  border-radius: 4px;
  color: #686868;
  padding: 8px;
  padding-left: 19px;
  margin-bottom: 19px;
  width: 100%;
  box-sizing: border-box;
  font-family: Raleway;
}
#billing_street_address {
  margin-top: 18px;
}
.form-group {
  width: 100%;
}
.check_col {
  width: 100%;
  margin-bottom: 12px;
  font-weight: 600;
  display: flex;
  justify-content: flex-start;
}
.check_col input {
  margin-left: 0;
}
.check_col label {
  width: 100%;
  font-size: 13px;
}
.billing_add {
  width: 100%;
}
.cards-img {
  width: 100%;
  margin: 16px auto;
}
.cards-img img {
  width: 100%;
}
.card-exp-date {
  display: flex;
  width: 100%;
}
.card-exp-date div:first-child {
  margin-right: 15px;
}
.cvv-wrapper {
  display: flex;
  width: 100%;
}
.cvv-wrapper div:first-child {
  margin-right: 15px;
  width: calc(50% - 7.5px);
}
.form-what-this {
  display: inline-block;
  float: right;
  padding-top: 9px;
  margin-bottom: 10px;
}
.form-what-this a {
  text-decoration: none;
  font-style: italic;
  font-weight: 600;
}
.form-encrypted {
  margin: 0 auto 13px;
  border: 2px solid #b1b9b9;
  border-radius: 1px;
  box-shadow: rgba(0, 0, 0, 0.06) 1.95px 1.95px 2.6px;
  padding: 3px 5px 3px 26px;
  position: relative;
}
.form-encrypted::after {
  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  top: -5px;
  left: -28px;
  background: url(../img/lock-Icon.png) no-repeat 50% 50%;
}
.form-encrypted-text {
  display: block;
  font-family: HelveticaNeueLTPro, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.form-encrypted-text:nth-child(1) {
  letter-spacing: 0.2px;
}
.form-encrypted-text:nth-child(2) {
  font-size: 68.8%;
  letter-spacing: -0.3px;
}
.form-order-now-btn {
  width: 100%;
  text-align: center;
}
.order-now-btn {
  position: relative;
  width: 101%;
  max-width: 300px;
  transform: translateX(-0.5%);
  background: url(../img/cta-bg.png) no-repeat center;
  background-size: contain;
  color: #fff;
  padding: 9px 0 23px;
  font-size: 29px;
  font-weight: 600;
  margin: 20px 0 3px;
  min-height: 83px;
  border: none;
  font-family: AvenirNextLTPro, Arial, Helvetica, sans-serif;
  text-shadow: 1px 1px 2px #000;
  cursor: pointer;
}
.order-now-btn::after {
  content: "";
  display: block;
  position: absolute;
  width: 35px;
  height: 53px;
  bottom: -22px;
  right: -10px;
  background: url(../img/arrow.png) no-repeat;
}
.form-secure-../imgs,
.form-secure-../imgs img {
  width: 100%;
}
.testimonials {
  font-size: 0;
  margin-top: 50px;
  display: flex;
}
.testimonials__item.testimonial {
  width: 31%;
  border: 1px solid #2c2048;
  box-sizing: border-box;
}
.testimonials__item.testimonial:not(:last-child) {
  margin-right: 3.5%;
}
.testimonial__heading {
  line-height: 48px;
  background: #2c2048;
  color: #fff;
  font-weight: 700;
  font-size: 17px;
  padding-left: 115px;
  margin: 0;
}
.testimonial__body {
  padding: 10px 10px 40px 21px;
  position: relative;
  min-height: 246px;
  box-sizing: border-box;
}
.testimonials__item.testimonial:nth-child(1) .testimonial__body {
  padding: 10px 20px 40px 20px;
}
.testimonials__item.testimonial:nth-child(3) .testimonial__body {
  padding: 10px 21px 40px 22px;
}
.testimonial__body--hero1 {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: url(../img/dennis.jpg) 0 50% no-repeat;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background-size: cover;
}
.testimonial__body--hero2 {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: url(../img/patty.jpg) 0 50% no-repeat;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background-size: cover;
}
.testimonial__body--hero3 {
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background: url(../img/testimonial2.jpg) 0 50% no-repeat;
  position: absolute;
  top: 0;
  transform: translateY(-50%);
  background-size: cover;
}
.testimonials__item.testimonial:nth-child(2) .testimonial__body--hero {
  background: url(../img/testi.png) -86px 50% no-repeat;
}
.testimonials__item.testimonial:nth-child(3) .testimonial__body--hero {
  background: url(../img/testi.png) -172px 50% no-repeat;
}
.testimonial__body--rating {
  padding-left: 90px;
  margin-bottom: 40px;
}
.testimonial__body--rating > span {
  font-weight: 500;
  font-size: 12.5px;
  vertical-align: top;
  color: #969696;
  margin-left: 8px;
}
.testimonial__body > h3 {
  font-size: 16px;
  line-height: 25px;
}
.testimonial__body > p {
  font-weight: 500;
  font-style: italic;
  font-size: 13.54px;
  line-height: 20px;
  margin-bottom: 0;
}
.testimonial__body--disclaimer {
  font-weight: 500;
  font-size: 16px;
  color: #969696;
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.footer {
  background-color: #2c2048;
  width: 1180px;
  padding: 25px;
  box-sizing: border-box;
  margin: 0 auto 12px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.foot_2 {
  display: flex;
  margin: 0 0 0px;
  list-style: none;
  color: #ffffff;
  flex-wrap: wrap;
  padding-left: 0;
  justify-content: center;
}
.foot_2 li {
  text-align: center;
  line-height: 1.5;
}
.foot_2 > li > a {
  text-decoration: none;
  color: #ffffff;
  font-weight: 600;
}
.footer p.copy {
  margin-top: 5px;
}
.desktop-600 {
  display: inline-block;
}
.foot_2 > li > a:hover {
  color: #006ec8;
}
.foot_2 > li > span {
  padding: 0 10px;
}
.copy {
  text-align: center;
}
.mobile {
  display: none;
}
.form-control,
.input_form {
  font-size: 17px;
}
.br-450 {
  display: none;
}
.img-center {
  margin: 0px auto;
  display: block;
}
fieldset.address {
  width: 100%;
  padding: 0px;
  margin: 0px;
  border: 0px;
}
.billing_ind {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.membership .block.with_background {
  border: 1px solid #939393;
  margin: 15px 0 0;
  background-color: #dfdfdf;
}
.memBox {
  padding: 10px 0;
  justify-content: space-around;
}
.cvv h5 {
  margin: 0;
  font-size: 12px;
}
.cvv p {
  margin: 7px 0 0;
  font-size: 0.675em !important;
}
.row {
  display: flex;
  flex-wrap: wrap;
}
.align-items-baseline {
  align-items: baseline !important;
}
.col-2 {
  flex: 0 0 auto;
  width: 10%;
}
.col-10 {
  flex: 0 0 auto;
  width: 83.3333333333%;
  position: relative;
}
input.check-save {
  width: 18px;
  height: 18px;
  vertical-align: middle;
}
h2.ship_hide {
  text-align: left;
  font-size: 15px;
  margin: 10px 0 0;
}
.membership {
  margin-bottom: 20px;
  font-family: "Poppins", sans-serif;
}

/*==========================Review Sec================================*/
/****************Testimonials Section*/
#testimonials {
  margin: 0 auto 1rem;
  /* font-family: "Poppins", sans-serif; */
}
.review-title {
  min-height: auto;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0 0 10px;
}
#r_sec {
  min-height: auto;
  margin: 0 0 18px;
  border: 1px solid #979797;
  border-radius: 10px 10px 10px 10px;
  padding: 12px 12px 12px 25px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
}
.star_img img {
  min-width: 75px;
}
#r_sec_rtl .star5 {
  max-width: 98px;
}
#r_title_text {
  line-height: 24px;
  margin: 0 10px 0;
  font-weight: 700;
  font-size: 14px;
}
#r_name {
  line-height: 19px;
  font-size: 16px;
  margin: 0 5px 0 0;
  font-weight: 700;
  display: inline;
}
#r_sec_rtl_h {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 5px;
}
#r_cont {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin: 0 0 5px;
}
#r_cont_c,
#r_cont_d {
  line-height: 19px;
  margin: 0 5px 0 0;
  color: #989898;
  font-size: 14px;
  font-weight: 600;
}
#r_cont_t {
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
}
#r_sec_lft {
  min-height: 50px;
  max-width: 75px;
  width: 100%;
}
#r_sec_lft img {
  border-radius: 5px;
}
#r_sec_rtl {
  min-height: 50px;
  margin: 15px 15px 0 0;
}
.r_sec_rtl_img {
  margin-bottom: 7px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  #r_sec_lft {
    position: absolute;
    max-width: 60px;
    right: 10px;
    top: 10px;
  }
}
.reviewbtn {
  margin: 0 auto;
  border: none;
  border-radius: 5px;
  padding: 5px;
  background: #cfa145;
  color: #fff;
  font-size: 14px;
}
a.reviewbtn:hover {
  color: #ffffff;
}
/*==========================Review Sec================================*/

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.m-0 {
  margin: 0 !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.card {
  box-shadow: inset 0 0 60px #fbfafa;
}
.card-header {
  cursor: pointer !important;
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header {
  /* margin-left: -1px!important;
    margin-right: -1px!important; */
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.product-selection-bg {
  background-color: #2c2048;
  color: #ffffff;
}
.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.text-center {
  text-align: center !important;
}
.card-header input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
#accordion .card-header label {
  font-size: 16px;
  float: left;
  line-height: 20px;
  padding: 0 0 0 24px;
  width: 100%;
}

#accordion .card-header label {
  font-family: "Oswald", sans-serif;
  margin-bottom: 0 !important;
}
#accordion .card-header label {
  position: relative;
  cursor: pointer;
}
#accordion .card-header label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #ffffff;
  border: 1px solid gray;
  box-shadow: 0 1px 2px rgb(0 0 0 / 5%),
    inset 0px -15px 10px -12px rgb(0 0 0 / 5%);
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 10px;
  margin-top: -5px;
  border-radius: 2px !important;
  position: absolute;
  left: 0;
  top: 7px;
}
#accordion .card-header label:before {
  padding: 8px !important;
  margin-top: -1px;
  top: 3px;
}
.most-popular,
.best-value {
  float: right;
  font-size: 10px;
}
.most-popular {
  float: right;
  background: #ef0000;
  padding: 10px 3px;
  color: #fff;
  border-radius: 4px;
  margin-top: 2px;
  vertical-align: top;
}
.best-value {
  float: right;
  background: #5aa86c;
  padding: 10px 4px;
  color: #fff;
  border-radius: 4px;
  margin-top: 2px;
}
.best-value {
  float: right;
  font-size: 10px;
}
.collapse:not(.show) {
  display: none;
}
.margin-0 {
  line-height: 0px;
  padding: 0px;
  margin: 0px;
}
#accordion .card-header input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 5px;
  left: 9px;
  width: 6px;
  height: 14px;
  border: solid #103f73;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
#accordion .card-header input:checked + label:after {
  left: 6px !important;
  width: 6px !important;
  height: 12px !important;
  top: 4px !important;
}
#accordion .card-header input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

@media all and (max-width: 1200px) {
  .desktop {
    display: none;
  }
  .mobile {
    display: block;
  }
  .header {
    background-color: #fff;
    padding-bottom: 45px;
    position: relative;
    z-index: 1;
  }
  .header.fixed {
    display: none;
    position: fixed;
    z-index: 1000;
    width: 100%;
    top: 0;
    left: 0;
  }
  .header-wrapper {
    max-width: 800px;
    text-align: center;
  }
  .header-wrapper > div {
    width: auto;
    text-align: center;
  }
  div.header__secure {
    display: none;
  }
  .countdown-wrapper {
    color: #fff;
  }
  .countdown-container .figure {
    background: linear-gradient(
      to bottom,
      #fcfcfc,
      #b7b7b7 50%,
      #b7b7b7 50%,
      #fcfcfc
    );
    border-color: #9e9e9c;
  }
  .countdown-container .figure > span {
    color: #000;
    font-size: 66px;
    line-height: 82px;
  }
  .countdown-container .figure .top {
    background: linear-gradient(to top, #b7b7b7, #fcfcfc);
  }
  .countdown-container .figure .bottom-back {
    background: linear-gradient(to top, #b7b7b7, #fcfcfc);
  }
  .countdown-container .figure .top-back {
    background: linear-gradient(to bottom, #b7b7b7, #fcfcfc);
  }
  .countdown-container .bloc-time.colon > span {
    color: #b7b7b7;
    font-size: 56px;
  }
  .countdown-container .figure .top:after,
  .countdown-container .figure .bottom-back:after {
    border-color: #000;
  }
  .container {
    max-width: 800px;
    width: calc(100% - 20px);
    position: relative;
    z-index: 2;
  }
  .main,
  .testimonials {
    flex-direction: column;
    align-items: center;
  }
  .testimonials {
    margin-top: 0;
  }
  .testimonials__item.testimonial {
    width: 100%;
  }
  .testimonials__item.testimonial:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .testimonial__body {
    min-height: 290px;
    padding: 10px 15px 40px 25px;
  }
  .testimonial__heading {
    font-size: 21px;
    padding-left: 125px;
    line-height: 60px;
  }
  .testimonial__body--rating {
    padding-left: 100px;
  }
  .testimonial__body--rating > img {
    width: 95px;
  }
  .testimonial__body--rating > span {
    font-size: 16px;
  }
  .testimonial__body > h3 {
    font-size: 20px;
    line-height: 25px;
  }
  .testimonial__body > p {
    font-size: 17px;
  }
  .testimonials__item.testimonial:nth-child(3) .testimonial__body {
    padding: 10px 10px 40px 21px;
  }
  .testimonials__item.testimonial:nth-child(1) .testimonial__body {
    padding: 10px 32px 40px 22px;
  }
  .left-side {
    width: 100%;
  }
  .right-side {
    width: 100%;
  }
  .main-banner {
    margin-bottom: 20px;
  }
  .timer-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .timer-text {
    font-size: 19.5px;
    padding-right: 5px;
  }
  .count-up {
    font-size: 28px;
  }
  .refund {
    padding: 0;
  }
  .cards-img {
    max-width: 282px;
    margin: 13px auto;
  }
  .form-secure-../imgs {
    max-width: 215px;
  }
  .footer {
    max-width: 800px;
    width: 100%;
    padding: 10px 5px 3px;
    margin: 0;
  }
  .guarantee {
    text-align: center;
    background-color: #fff;
    margin: 0;
    padding: 25px 0;
  }
  .guarantee-img {
    margin: 0 auto;
    width: 100%;
    text-align: center;
  }
  .guarantee-text {
    width: 100%;
    padding: 5px;
    box-sizing: border-box;
  }
}
@media all and (max-width: 768px) {
  .free-shipping {
    font-size: 3.7vw;
  }
  .free-shipping__free {
    padding-left: 75px;
    margin: 0 auto;
  }
}
@media all and (max-width: 675px) {
  .available-right {
    max-width: 50%;
  }
  .available-current__text {
    max-width: 35%;
  }
  .timer-text {
    font-size: 16.5px;
  }
  .desktop-600 {
    display: none;
  }
  .refund-yes {
    color: #e10000;
  }
  .timer-wrapper {
    display: flex;
    flex-direction: column;
  }
  .timer-text {
    padding-right: 0;
  }
  .count-up {
    font-size: 30px;
  }
}
@media all and (max-width: 600px) {
  .container {
    padding: 15px;
  }
  .status-bar {
    font-size: 16px;
  }
  .status-bar-finish:after {
    border-top: 18px solid transparent;
    border-bottom: 18px solid transparent;
  }
  .modal {
    padding-top: 30px;
  }
  .modal-content {
    width: 90%;
    padding: 10px;
  }
  .modal-title {
    margin: 5px;
  }
  .moday-body ul {
    margin-top: 0;
  }
}
@media all and (max-width: 515px) {
  .available-right {
    max-width: unset;
  }
  .available-current__text {
    max-width: unset;
  }
  .available-current__bar {
    margin: 0 3px -8px -13px;
  }
  .available-low,
  .available-risk__high {
    font-size: 4vw;
  }
  .free-shipping {
    margin: 4% 0;
  }
  .free-shipping__free {
    padding-left: 45px;
    display: inline-block;
    line-height: 22px;
  }
  .countdown > p {
    font-size: 16px;
  }
  .countdown-container {
    min-width: 180px;
  }
  .countdown-container .figure {
    height: 56px;
    width: 35px;
    margin-right: 3px;
  }
  .countdown-container .figure > span {
    font-size: 56px;
    line-height: 72px;
  }
  .countdown-container .bloc-time.colon {
    margin: 3px;
  }
  .order-now-btn {
    font-size: 24px;
  }
}
@media all and (max-width: 420px) {
  .countdown > p {
    font-size: 15px;
    margin: 0 15px 0 0;
  }
  .countdown-container {
    min-width: 160px;
  }
  .countdown-container .figure {
    height: 43px;
    width: 24px;
  }
  .countdown-container .figure > span {
    font-size: 31px;
    line-height: 43px;
    text-align: center;
  }
  .container {
    padding: 10px;
    width: calc(100% - 16px);
  }
  .status-bar {
    font-size: 13px;
    margin-bottom: 15px;
  }
  .status-bar-finish,
  .status-bar-summary {
    padding: 6px;
  }
  .status-bar-finish:after {
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    border-left: 12px solid #000;
    right: -12px;
  }
  .timer-wrapper {
    padding: 3px;
  }
  .count-up {
    font-size: 24px;
  }
  .available {
    min-height: 31px;
  }
  .available-current {
    padding: 0 4px 0 8px;
  }
  .available-low,
  .available-risk__high {
    font-size: 3.2vw;
  }
  .available-current__text,
  .available-risk__text {
    font-size: 3.2vw;
    line-height: 100%;
  }
  .refund {
    margin: 10px auto;
  }
  .refund-text {
    font-size: 3vw;
    line-height: 110%;
  }
  .refund-yes {
    font-size: 9.1vw;
    padding-right: 7px;
  }
  .free-shipping {
    font-size: 4.3vw;
    margin: 4.7% 0;
  }
  .final_step_heading__h2 {
    padding-bottom: 13px;
  }
  .final-step__triangle {
    border-left: 70px solid transparent;
    border-right: 70px solid transparent;
    border-top: 20px solid #2c2048;
  }
  .form {
    padding: 40px 15px 5px;
  }
  input[type="email"],
  input[type="number"],
  input[type="text"],
  select {
    padding: 11.8px;
    padding-left: 28px;
  }
  .guarantee-text__first,
  .guarantee-text__second {
    font-size: 5.3vw;
  }
  .guarantee.mobile .guarantee-text__line {
    width: 123px;
    margin: 18px auto;
  }
  .guarantee-text__third {
    font-weight: 600;
    font-size: 16.3px;
    line-height: 151%;
    color: #000;
    letter-spacing: 0;
  }
  .cards-img {
    max-width: none;
  }
  .cards-img > img {
    width: 100%;
  }
}
@media all and (max-width: 390px) {
  .testimonial__body {
    padding: 10px 15px 45px;
  }
}
@media all and (max-width: 380px) {
  .available-current__bar {
    width: 44px;
    margin: 0 -1px -8px 3px;
  }
  .available-right {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column-reverse;
  }
  .available-current__text {
    width: 40%;
  }
  .refund-yes {
    font-size: 30px;
    padding-right: 8px;
  }
  .refund-text {
    font-size: 3.1vw;
  }
  .guarantee-text__third {
    font-size: 14.3px;
  }
  .order-now-btn {
    font-size: 6.5vw;
  }
}
@media screen and (max-width: 390px) {
  .testimonial__heading {
    padding-left: 0;
    text-align: center;
  }
  .testimonial__body--rating {
    display: inline-block;
    padding-left: 10px;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .testimonial__body--rating > span {
    display: block;
    margin-left: 0;
    margin-top: 10px;
  }
  .testimonial__body--hero1 {
    position: static;
    display: inline-block;
    transform: none;
    vertical-align: middle;
  }
  .testimonial__body--hero2 {
    position: static;
    display: inline-block;
    transform: none;
    vertical-align: middle;
  }
  .testimonial__body--hero3 {
    position: static;
    display: inline-block;
    transform: none;
    vertical-align: middle;
  }
}
@media all and (max-width: 360px) {
  input[type="email"],
  input[type="number"],
  input[type="text"],
  select {
    padding: 9.8px;
    margin-bottom: 12px;
  }
}
input.error {
  background: url(../img/error-input.png) no-repeat right center #fff !important;
  border: 1px solid red !important;
  border-radius: 4px;
}
input.valid {
  background: url(../img/tick-input.png) no-repeat right center #fff !important;
  border: 1px solid #93dc69 !important;
  border-radius: 4px;
}
select.valid {
  background: url(../img/tick-input.png) no-repeat right center #fff !important;
  border: 1px solid #93dc69 !important;
  border-radius: 4px;
}
select.error {
  background: url(../img/error-input.png) no-repeat right center #fff !important;
  border: 1px solid red !important;
  border-radius: 4px;
}
#LoadingDiv {
  margin: 0;
  position: fixed;
  height: 100%;
  z-index: 9999;
  padding-top: 350px;
  width: 100%;
  clear: none;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  color: #fff;
  font-weight: 400;
  font-size: 16px;
  font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
  line-height: 30px;
  top: 0px;
}
* html #LoadingDiv {
  position: absolute;
  height: 100vh;
}
img.displayed {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-color-index: 0) and(-webkit-min-device-pixel-ratio:0) {
  .proofNotificationWrapper > div > div > div:nth-child(2) > div {
    display: flex;
  }
  .proofNotificationWrapper
    > div
    > div
    > div:nth-child(2)
    > div
    > div:first-child {
    margin-right: 10px;
  }
  input[type="email"],
  input[type="number"],
  input[type="text"],
  select {
    font-size: 0.8rem;
    color: #555 !important;
  }
  ::-webkit-input-placeholder {
    color: #555;
  }
}
@media all and (max-width: 1100px) {
  body,
  html {
    -webkit-overflow-scrolling: touch;
  }
}

#recentBox {
  min-width: 300px;
  height: auto;
  position: fixed;
  z-index: 9999;
  bottom: 10px;
  background: #fff;
  box-shadow: 0 0 5px #6f6f6f;
  border-radius: 5px;
  overflow: hidden;
  display: table;
  transform: translateX(-156%);
  animation-name: example;
  animation-duration: 10s;
}

#recentImg {
  width: 55px;
  padding: 0 10px;
  text-align: center;
  background-color: #fff;
  display: table-cell;
  vertical-align: middle;
}
#recentText {
  background-color: #2c2048;
  padding: 3px 10px;
  font-size: 12px;
  color: #fff;
  line-height: 16px;
  display: table-cell;
  vertical-align: middle;
}

@keyframes example {
  0% {
    left: 0px;
    right: 0px;
  }
  25% {
    left: 500px;
    right: 0px;
  }
  50% {
    left: 500px;
    right: 0px;
  }
  75% {
    left: 0px;
    right: 0px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation: portrait) {
  #recentBox {
    max-width: 300px;
    min-width: inherit;
    width: 100%;
    top: auto;
    bottom: 10px;
  }
}
@media (max-width: 480px) {
  .completepurchase {
    font-size: 17px;
  }
  .glyphicon.glyphicon-triangle-right {
    top: 3px;
  }
}
@media (max-width: 400px) {
  .line div {
    width: 43px;
    height: 43px;
  }
  .line div a {
    line-height: 43px;
  }
}
@media (max-width: 376px) {
  .completepurchase {
    font-size: 14px;
  }
  #recentBox {
    top: 10px;
    bottom: auto;
  }
}

label.error {
  display: none !important;
}

.timer-wrapper {
  border: 4px solid red;
  padding: 12px;
  background: #feffff;
  text-align: center;
  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;
}

.timer-text {
  font-weight: 700;
  font-size: 23px;
}

.count-up {
  font-size: 33px;
  font-weight: 800;
  max-width: 130px;
  width: 100%;
}
.callbutton {
  display: none;
}
@media (max-width: 768px) {
  .free-shipping__free {
    background-size: 35px !important;
  }

  .header {
    padding: 5px 0px 0px 0px !important;
    height: 50px !important;
  }
  .callbutton {
    display: block;
    text-align: center;
  }
  .timer-wrapper {
    padding: 4px !important;
  }
  .status-bar {
    margin-bottom: 5px;
  }
  .count-up {
    margin-top: -6px;
    font-size: 26px !important;
  }
  .timer-text {
    font-size: 20px;
  }
}

#heading {
  background: #2c2048;
  padding: 14px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#freeshipping {
  background: #2c2048;
  padding: 2px;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
#heading .bsell {
  color: #b7b7bc;
  font-weight: 900;
}
#pricingsection {
  display: flex;
  border: 3px solid #2c2048;
}
#bottleleft {
  flex: 50%;
  border-right: 1px solid #2c20481f;
}
#pricingright {
  flex: 50%;
  text-align: center;
}
#regularprice {
  font-size: 36px;
  font-weight: 800;
  font-family: sans-serif;
}
#regularprice img {
  position: absolute;
  margin-left: -22px;
  margin-top: 0px;
  height: 45px;
}
#regularprice span {
  font-size: 22px;
  position: absolute;
  margin-top: 5px;
}
#perbottle {
  font-size: 46px;
  font-weight: 700;
  font-family: sans-serif;
}
.ppriceo {
  color: #b20305;
}
.ppricet {
  font-size: 16px;
  width: 40px;
  display: inline-block;
  text-align: left;
  margin-left: 30px;
}
#totalprice {
  font-size: 26px;
  font-weight: 600;
  font-family: sans-serif;
  color: #fff;
  background: #cc0001;
  border-radius: 10px;
  margin: 0 auto;
  width: 160px;
  padding-right: 24px;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 15px;
}
#lastday {
  color: #b20305;
  font-size: 24px;
  font-weight: bold;
}

.bottom-arrow:after {
  content: "";
  position: relative;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 22px solid #2c2048;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  top: 35px !important;
}
.bottom-arrow {
  height: 0px;
}
.leftarea {
  width: 50%;
  float: left;
  text-align: center;
}
.rightarea {
  width: 50%;
  float: right;
  text-align: center;
}
.rightarea {
  display: block;
}
.callbutton {
  display: none;
}

@media screen and (max-width: 768px) {
  #pricingsection {
    display: block !important;
  }
  div#lastday {
    padding-bottom: 20px;
  }
  #bottleleft img {
    margin-bottom: 0px !important;
  }
  .leftarea {
    width: 100% !important;
    float: none !important;
    text-align: center !important;
  }
  .leftarea img {
    max-width: 80% !important;
  }
  .rightarea {
    display: none;
  }
  .callbutton {
    text-align: center;
    display: block;
  }
}

.join {
  background: #0c9c00;
  padding: 10px;
  font-size: 16px;
  color: #fff;
  text-align: center;
}
.price-carret-opt {
  text-decoration: line-through;
  font-weight: 400;
}
.price-carret-opt.active {
  text-decoration: none;
  font-weight: 600;
}
.price-opt {
  display: none;
  text-decoration: line-through;
  font-weight: 400;
  color: red;
}
p.small {
  line-height: 18px;
  font-size: 13px;
  margin-top: 10px;
}
.total-label {
  font-size: 18px;
}
.boottle2 {
  color: #666666;
  margin-bottom: 5px;
}
.horizontal-line {
  width: 100%;
  height: 1px;
  background-color: #000;
  margin-bottom: 1.2em;
}
.horizontal-line2 {
  width: 100%;
  height: 1px;
  background-color: #000;
}
