@import "../../../theme/variables.css";

@font-face {
  font-family: 'Chronicle Deck Bold';
  font-weight: bold;
  font-display: swap;
  font-style: normal;
  src: local('Chronicle Deck Black'),
  url('https://cdn.beverlyhillsmd.com/fonts/ChronicleDeck-Bold.otf') format('opentype');
}

@font-face {
  font-family: 'Chronicle Deck Black';
  font-weight: bold;
  font-display: swap;
  font-style: normal;
  src: local('Chronicle Deck Black'),
  url('https://cdn.beverlyhillsmd.com/fonts/ChronicleDeck-Black.otf') format('opentype');
}

/*@font-face {
  font-family: "Gotham";
  src: url("../../../theme/fonts/Gotham-Book.eot");*/ /* IE9 Compat Modes */
  /*src: url("../../../theme/fonts/Gotham-Book.woff") format("woff"),*/ /* Pretty Modern Browsers */
  /*url("../../../theme/fonts/Gotham-Book.ttf") format("truetype"),*/ /* Safari, Android, iOS */
  /*url("../../../theme/fonts/Gotham-Book.svg") format("svg");*/ /* Legacy iOS */
/*}
@font-face {
  font-family: "Gotham Medium";
  src: url('https://cdn.beverlyhillsmd.com/fonts/GothamMedium.otf') format('opentype');
}
@font-face {
  font-family: "Gotham Bold";
  src: url('https://cdn.beverlyhillsmd.com/fonts/Gotham-Bold.otf');
}

@font-face {
  font-family: "Gotham Light";
  src: url('https://cdn.beverlyhillsmd.com/fonts/Gotham-Light.otf');
}*/

@font-face {
  font-family: "Figtree";
  src: url('https://cdn.beverlyhillsmd.com/fonts/Figtree-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*   main css rules  */
* {
  margin: 0;
  padding: 0;
  max-width: 100%;
  scroll-behavior: smooth;
  -webkit-backface-visibility: hidden;
}
body {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 17px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
  letter-spacing: 1.2px;
}
li {
  list-style-type: none;
}
div {
  display: block;
  margin: 0;
  padding: 0;
}
img {
  border: 0;
}
.container {
  margin: auto;
  padding: 0;
  width: 960px;
}
.clear {
  clear: both;
  height: 1px;
  line-height: 1px;
  margin-bottom: -1px;
  overflow: hidden;
}
.Lfloat {
  float: left;
}
.Rfloat {
  float: right;
}
b {
  font-weight: bold;
}
.martop20 {
  margin-top: 20px;
}
.martop10 {
  margin-top: 10px;
}
.marg10 {
  margin: 10px 0;
}
.marg20 {
  margin: 20px 0;
}
.center {
  text-align: center;
}
.inline {
  display: inline;
}
.pad10 {
  padding: 10px;
}
.pad30 {
  padding: 30px 0;
}
.marg10 {
  margin: 10px;
}
h2 {
  color: #22376e;
}
.marbot20 {
  margin-bottom: 20px;
}
.black {
  color: #000;
}
.bold {
	font-family: "LibreFranklin", sans-serif;
}

.headline-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 10px;
}
.headline-section h1 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 37px;
  color: #22376e;
  text-align: center;
  margin: 15px 0 30px;
}
.headline-section .advantages {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
  max-width: 960px;
  margin: 0;
}
.headline-section .advantages li {
  width: 100%;
  max-width: 45%;
  font-size: 15px;
  list-style-image: url(../../../images/checkBlue.png);
}

#offer-selection {
  padding: 30px 10px;
  background: url(../../../images/blue-bgd.jpg) no-repeat;
  background-size: cover;
}

#offer-selection {
  display: flex;
  justify-content: center;
}
#offer-selection .offer-selection-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 960px;
}
#offer-selection .offer-selection-content .subscribe-box {
  display: flex;
  flex-direction: column;
  padding: 20px 15px;
  background-color: #fff;
  width: 100%;
  max-width: 290px;
  border: 1px solid #cfcfcf;
}
#offer-selection .offer-selection-content .subscribe-box h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #22376e;
  text-align: center;
  margin: 0 0 20px;
}
#offer-selection .offer-selection-content .subscribe-box p {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 15px;
  margin: 0 0 20px;
}
.orderSection_SubscribeCheckbox .subscribe-advantages {
  margin: 0 0 20px 25px;
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.orderSection_SubscribeCheckbox .subscribe-advantages li {
  list-style-image: url('https://innerskinresearch.com/images/grey-check.png');
}
.orderSection_SubscribeCheckbox .subscribe-advantages li p {
  font-weight: bold;
  color: #333;
  margin: 0 0 10px;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  background-color: #f8fcfe;
  border: 1px solid #2f5db1;
  border-radius: 5px;
  padding: 10px;
  position: relative;
  cursor: pointer;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper .checkbox-area {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 25px;
  min-height: 25px;
  width: 25px;
  min-width: 25px;
  margin: 0 10px 0 0;
  background-color: #fff;
  border: 1px solid #b7b7b7;
  border-radius: 5px;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper .checkbox-area img {
  max-width: 50px;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper.notSelected .checkbox-area img {
  display: none;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper .subscribe-text {
  color: #333;
  line-height: 22px;
  margin: 0;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper .subscribe-text span {
  color: #27377a;
  font-size: 22px;
  font-weight: bold;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper .hover-text {
  position: absolute;
  right: -200px;
  bottom: 5px;
  max-width: 300px;
  font-size: 12px;
  line-height: 14px;
  background-color: #fff;
  padding: 10px 5px;
  margin: 0;
  border: 1px solid #000;
  border-radius: 5px;
  cursor: default;
  display: none;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper .hover-text a {
  font-weight: bold;
}
#offer-selection .offer-selection-content .subscribe-box .checkbox-wrapper:hover .hover-text {
  display: block;
}

#offer-selection .offer-selection-content .offer-selection-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 15px;
  background-color: #fff;
  width: 100%;
  max-width: 350px;
  border: 1px solid #cfcfcf;
}
#offer-selection .offer-selection-content .offer-selection-box h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #22376e;
  text-align: center;
  margin: 0 0 20px;
}
#offer-selection .offer-selection-content .offer-selection-box .options-wrapper {
  display: flex;
  justify-content: space-around;
  width: 100%;
  margin: 0 0 20px;
}
#offer-selection .offer-selection-content .offer-selection-box .options-wrapper .option {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  min-height: 75px;
  min-width: 85px;
  padding: 5px;
  background-color: #e6e7e7;
  cursor: pointer;
}
#offer-selection .offer-selection-content .offer-selection-box .options-wrapper .option p {
  font-size: 15px;
  line-height: 18px;
  color: #333;
  text-align: center;
  margin: 0;
}
#offer-selection .offer-selection-content .offer-selection-box .options-wrapper .option.selected {
  background-color: #b2c2dc;
  outline: 2px solid #3962a2;
}
#offer-selection .offer-selection-content .offer-selection-box .options-wrapper .option.selected p {
  font-weight: bold;
}
#offer-selection .offer-selection-content .offer-selection-box .market-price {
  font-size: 21px;
  margin: 0;
}
#offer-selection .offer-selection-content .offer-selection-box .instant-savings {
  font-size: 19px;
  font-weight: bold;
  color: #d72d2a;
  margin: 0;
}
#offer-selection .offer-selection-content .offer-selection-box .gray-divider {
  width: 45px;
  height: 1px;
  background-color: #333;
  margin: 20px 0;
}
#offer-selection .offer-selection-content .offer-selection-box .your-price {
  font-size: 23px;
  margin: 0 0 10px;
}
#offer-selection .offer-selection-content .offer-selection-box .your-price .your-price-value {
  font-size: 40px;
  font-weight: bold;
}
#offer-selection .offer-selection-content .offer-selection-box .option-disclaimer {
  font-size: 15px;
  margin: 0 0 20px;
}
#offer-selection .offer-selection-content .offer-selection-box .shipping-wrapper {
  display: flex;
  align-items: center;
  margin: 0 0 20px;
}
#offer-selection .offer-selection-content .offer-selection-box .shipping-wrapper img {
  margin: 0 10px 0 0;
}
#offer-selection .offer-selection-content .offer-selection-box .shipping-wrapper p {
  font-size: 19px;
  color: #4880c2;
  margin: 0;
}
#offer-selection .offer-selection-content .offer-selection-box #buy-now-button {
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  background-color: #ff8124;
  color: #fff;
  width: 280px;
  padding: 5px;
  text-decoration: none;
}

#offer-selection .offer-selection-content .money-back-guarantee-box {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px 35px;
  background-color: #fff;
  width: 100%;
  max-width: 290px;
  border: 1px solid #cfcfcf;
}
#offer-selection .offer-selection-content .money-back-guarantee-box h2 {
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 25px;
  color: #22376e;
  text-align: center;
  margin: 0 0 20px;
}
#offer-selection .offer-selection-content .money-back-guarantee-box img {
  max-width: 90px;
  margin: 0 0 20px;
}
#offer-selection .offer-selection-content .money-back-guarantee-box p {
  font-size: 15px;
  margin: 0;
}

.popupOuterBox {
  width: 200px !important;
  color: #FFF;
  letter-spacing: 1.2px;
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 10px 20px;
  text-align: center;
  background: #3a5eac;
  box-shadow: 2px 2px 14px #555;
  border-radius: 10px;
  z-index: 10000;
  transition: left ease-in-out 1s;
  position: fixed;
  left:  -300px;
  bottom: 80%;
}

#popupText {
  margin: 0;
}

.onScreen {
	left: 10px;
	transition: left ease-in-out 1s;
}

.orderSection {
  font-family: "LibreFranklin", sans-serif;
  max-width: 1200px;
  margin: 50px auto 30px;
  display: flex;
  justify-content: space-between;
}

.orderSection_slider,
.orderSection_right {
  flex-basis: 50%;
}

.orderSection_right { padding: 0 0 0 2rem; }

.orderSection_title {
  display: block;
  margin: 0 auto;
  color: #233354;
  font-family: "Chronicle Deck Bold", sans-serif;
  text-align: left;
  font-size: 40px;
  line-height: 1;
}

.orderSection_title sup {
  font-size: 25px;
}
.orderSection_stars {
  display: flex;
  align-items: center;
  margin: 2.1rem 0 2.8rem;
}

.orderSection_stars a,
.orderSection_stars a:active,
.orderSection_stars a:focus,
.orderSection_stars a:visited {
  font-family: "LibreFranklin", sans-serif;
  margin: 0 0 0 8px;
  color: #233354;
  font-size: 16px;
  line-height: 1;
  text-decoration: underline;
}

.orderSection_stars img {
  width: 94px;
}

.orderSection_review {
  font-family: "LibreFranklin", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 3.8rem;
  letter-spacing: 0.5px;
}

.orderSection_review .name {
  font-weight: 500;
  font-style: normal;
}

.orderSection_review .results {
  opacity: 0.5;
}

.orderSection_type {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 15px;
  text-transform: uppercase;
  font-weight: 700;
}

.orderSection_options {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: 15px;
  align-items: center;
  border: 2px solid #233354;
  border-radius: 5px;
  overflow: hidden;
}

.orderSection_options.one-time .subscribe,
.orderSection_options.subscribe .one-time { display: none; }

.orderSection_option {
  width: 100%;
  height: 54px;
  text-align: center;
  opacity: 1;
  border-bottom: 2px solid #233354;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  position: relative;
  align-items: center;
  column-gap: 11px;
}
.orderSection_option:nth-of-type(3),
.orderSection_option:last-of-type { border-bottom: none; }
.orderSection_option.selected { background: #f6f6f6; }

.orderSection_radio {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  background-color: #fff;
  border: 2px solid #233354;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  margin: auto 10px;
}

.orderSection_radio .check {
  visibility: visible;
  position: absolute;
  bottom: 5px;
  left: 8px;
  transform: rotate(45deg);
  height: 10px;
  width: 4px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
}
#carousel-custom .carousel-indicators {
  flex-direction: row;
  padding-right: 0px;
  margin: auto;
}
.orderSection_option .package_qtyContainer {
  flex: 1 1 25%;
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
  align-items: start;
}

.orderSection_option.selected p {
  opacity: 1;
  color: #000;
}

.orderSection #quantity .orderSection_option.selected {
  background: #EDF5F8;
}

.orderSection #quantity .orderSection_option.selected .orderSection_radio {
  background: padding-box content-box #233354;
  border: 1px solid #233354;
}

.orderSection #quantity .package_qty {
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
}
.orderSection #quantity p {
  margin: 0;
}

.orderSection #quantity .package_retail {
  font-size: 12px;
  line-height: normal;
  color: #2c2c2c;
  display: none;
}

.orderSection #quantity .package_save {
  flex: 1 1 25%;
  font-size: 14px;
  text-align: center;
  color: #CC624A;
  line-height: 1;
  white-space: nowrap;
}

.orderSection #quantity .package_oldPrice {
  flex: 1 1 25%;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  text-decoration: line-through;
  white-space: nowrap;
}

.orderSection #quantity .package_yourPrice {
  flex: 1 1 25%;
  padding-right: 1rem;
  text-align: right;
  font-size: 16px;
  line-height: normal;
  white-space: nowrap;
}

.orderSection #frequency { gap: 0; }

.orderSection_frequency {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  margin: 2.9rem 0 1.5rem;
}
.orderSection_frequency span,
.orderSection_frequency label {
  font-family: "LibreFranklin", sans-serif;
  font-size: 16px;
  color: #333333;
  margin: 0;
  font-weight: 400;
}

.orderSection_frequency-option {
  margin-left: 1rem;
  display: flex;
  align-items: center;
}
.orderSection_frequency-option label {
  color: #233354;
  cursor: pointer;
  margin-left: 1rem;
}

.orderSection_frequency-option_radio {
  width: 28px;
  height: 28px;
  background-color: #fff;
  border: 2px solid #233354;
  border-radius: 50%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
}
.orderSection_frequency-option_radio .check {
  height: 18px;
  width: 18px;
  margin: 3px;
  background-color: transparent;
  border-radius: 50%;
}
.orderSection_frequency-option.active .orderSection_frequency-option_radio .check { background-color: #233354; }

.orderSection #frequency .orderSection_option {
  height: 42px;
  margin-right: 11px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.orderSection #frequency .orderSection_option p {
  color: #4a4a4a;
  font-size: 14px;
  font-weight: 600;
  opacity: 0.4;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}

.orderSection #frequency .orderSection_option.selected p {
  opacity: 1;
}

.orderSection_SubscribeCheckbox {
  display: none;
}

.orderSection_SubscribeCheckbox.active {
  display: block;
}

.orderSection_SubscribeCheckbox-container {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}
.orderSection_SubscribeCheckbox-container input[type='checkbox'] {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px; width: 1px;
  margin: -1px; padding: 0; border: 0;
}
.orderSection_SubscribeCheckbox-input {
  border-radius: 5px;
  border: 2px solid #233354;
  background-color: #fff;
  height: 26px;
  width: 26px;
  margin: 0 0.5em 0 0;
  padding: 0;
  vertical-align: top;
  box-sizing: border-box;
  cursor: pointer;
}
.orderSection_SubscribeCheckbox-input.selected {
  background-color: #233354;
}
.orderSection_SubscribeCheckbox-input::before {
  content: '';
  display: block;
  transform-origin: center center;
  transform: rotate(45deg);
  height: 16px;
  width: 8px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  margin: 1px 7px;
}

.orderSection_SubscribeCheckbox-input-text {
  margin: 0;
  color: #233354;
  font-family: "LibreFranklin", sans-serif;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0;
  cursor: pointer;
  font-weight: 500;
}

.orderSection_SubscribeCheckbox-container p a {
  color: #233354;
  cursor: pointer;
}

.subscribeDisclaimer {
  color: #333;
  font-family: "LibreFranklin", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 1.75rem;
  padding: 10px;
  border: 1px solid #000;
  border-radius: 5px;
}

.subscribeDisclaimer a,
.subscribeDisclaimer a:active,
.subscribeDisclaimer a:visited,
.subscribeDisclaimer a:focus {
  font-family: "LibreFranklin", sans-serif;
  color: #3761A0;
  font-weight: 700;
  text-decoration: underline;
}

#oneTimePurchase,
#subscribePurchase {
  display: none;
  width: 100%;
}

#oneTimePurchase.active,
#subscribePurchase.active {
  display: block;
}

.orderSection_optionOuter {
  width: 100%;
}

.orderSection #ctaLink {
  color: #fff;
  display: block;
}

.orderSection #ctaLink:hover {
  text-decoration: none;
}

.orderSection_button {
  height: 45px;
  width: 100%;
  font-family: "LibreFranklin", sans-serif;
  border: 2px solid #233354;
  border-radius: 22px;
  background-color: #fff;
  color: #233354;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.orderSection_button p { margin: 0; }

#ctaLink.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.orderSection_mbg {
  font-family: "LibreFranklin", sans-serif;
  font-size: 16px;
  text-align: center;
  color: #233354;
  margin: 1.5rem 0;
  letter-spacing: 0px;
}

/*   top section  */
header {
  background: #3a5eac;
  padding-top: 15px;
}
.titleContainer {
	margin-bottom: 20px;
}
.cosmetic-logo {
  float: right;
  width: 175px;
  padding-top: 20px;
}
.big-title {
  font-size: 37px;
  color: #22376e;
}
.top-list li {
  list-style-image: url("https://cdn.beverlyhillsmd.com/checkBlue.png");
  font-size: 15px;
  padding-bottom: 10px;
}
.first-list li {
  margin-left: 30px;
}
.as-seen-div {
  margin: 20px auto;
  width: 645px;
}
.as-seen-p {
  display: inline-block;
  vertical-align: 10px;
  margin-right: 15px;
}

/*   package section  */
.package-section {
  padding: 30px 0;
  background: url(https://cdn.beverlyhillsmd.com/blue-bgd.jpg) no-repeat;
  background-size: cover;
}
.package-section .container {
	display: flex;
	align-items: center;
}
.side-div {
  background: #fff;
  width: 255px;
  border: 1px solid #cfcfcf;
  padding: 20px 15px;
  font-size: 15px;
  height: fit-content;
}
.vip-div {
	order: 1;
}
.mbg-div {
	order: 3;
}
.mbgBadge {
	width: 25%;
}
.small-title {
  font-size: 25px;
  color: #22376e;
  line-height: 1.1;
}
.subscribe-div {
  position: relative;
  background: #f8fcfe;
  border: 1px solid #2f5db1;
  border-radius: 5px;
  margin-top: 15px;
  padding: 10px 0 10px 10px;
  height: 55px;
}
.sub-text-div {
  text-align: left;
  display: inline;
}
.sub-save {
  color: #27377a;
  font-size: 22px;
  font-weight: bold;
}
.checkbox {
  border: 1px solid #b7b7b7;
  border-radius: 5px;
  background-color: #fff;
  width: 26px;
  height: 26px;
  display: inline-block;
  vertical-align: -15px;
  margin-right: 5px;
  position: relative;
  cursor: pointer;
  background: #fff3f3;
}
.red-check {
  position: absolute;
  left: -5px;
  top: -1px;
  display: none;
  max-width: none;
}
#inputy,
#second-input {
  position: absolute;
  z-index: 100;
  opacity: 0;
  height: 30px;
  width: 30px;
  left: 0;
  top: -6px;
  cursor: pointer;
}
.yes-text {
  float: right;
  width: 205px;
  margin: 0;
}
.sub-list li {
  font-weight: bold;
  margin-bottom: 20px;
  list-style-image: url(https://cdn.beverlyhillsmd.com/grey-check.png);
}
.sub-list {
  margin: 30px 0 50px 25px;
}
.mid-div {
  width: 321px;
  margin: 0 15px;
  text-align: center;
  padding-bottom: 52px;
  order: 2;
}
.jar-div {
  text-align: center;
  margin: 23px 15px;
}
.jar {
  background: #e6e7e7;
  text-align: center;
  display: inline-block;
  width: 85px;
  height: 45px;
  padding-top: 30px;
  cursor: pointer;
}
.jar2 {
  margin: 0 10px;
}
/*.active {*/
/*  background: #b2c2db;*/
/*  border: 2px solid #3962a2;*/
/*  font-weight: bold;*/
/*}*/
.font21 {
  font-size: 21px;
}
s {
  text-decoration: line-through;
}
.instant-save {
  color: #d72d2a;
  font-weight: bold;
  font-size: 19px;
}
.small-hr {
  width: 45px;
  margin: 17px auto 12px;
  border: 0;
  border-top: 1px solid;
}
.big-price {
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 9px;
}
.free-ship {
  color: #4880c2;
  font-size: 19px;
  margin: 15px 0;
  display: inline-block;
  vertical-align: 4px;
}
.CTA {
  background: #ff8124;
  color: #fff;
  font-size: 27px;
  font-weight: bold;
  text-align: center;
  width: 88%;
  margin: auto;
  padding: 4px 0;
  cursor: pointer;
  display: block;
}
.CTA a {
  color: #FFF;
  text-decoration: none;
}
.CTA-link {
  color: #fff;
  text-decoration: none;
}
.CTA:hover {
  opacity: 0.7;
}
.monthly {
  font-weight: normal;
  font-size: 23px;
  vertical-align: middle;
}
.hover-checking {
  position: absolute;
  background: #fff;
  width: 275px;
  padding: 15px 15px 0px;
  border-radius: 5px;
  right: -175px;
  top: -100px;
  border: 1px solid;
  display: none;
}
.checking-text {
  font-size: 13px;
  letter-spacing: 0;
  margin: 0 auto 12px;
  line-height: 1.2;
}
.cond-link {
  color: #4880c2 !important;
  font-weight: bold !important;
}
.old-price {
  text-decoration: line-through;
}

/*   guarantee and reviews section  */
.guarantee-div {
  float: right;
  width: 720px;
  padding-top: 20px;
}
.review-section {
  background-color: #fbfbfb;
  padding: 40px 0;
}
.review-section h2 {
  font-size: 1.5em;
  font-weight: bold;
}
.review-section_container {
  margin: 20px 60px;
}
.review-section_name {
  font-size: 21px;
}
.smallStars {
	max-width: 135px;
}
.stories-div {
  float: right;
  width: 503px;
  padding: 0 15px;
}
.stories-title {
  font-size: 25px;
  color: #22376e;
}
.review-title {
  font-size: 31px;
}
.big-review {
  padding-top: 30px;
  padding-left: 50px;
  position: relative;
}
.left-quote {
  position: absolute;
  left: 0;
}
.right-quote {
  position: absolute;
  right: 50px;
  top: 202px;
}
.font25 {
  font-size: 25px;
}
.font33 {
  font-size: 33px;
}
.review-num {
  font-size: 21px;
  color: #3962a2 !important;
  display: inline-block;
  font-weight: 100;
  vertical-align: 7px;
  margin-left: 10px;
}
.customer-div {
  width: 400px;
  border-right: 3px solid #cfcfcf;
}
.review-bar {
  width: 190px;
  height: 13px;
  background: #b7bdc8;
  display: inline-block;
  margin-right: 10px;
}
.review-rate {
  display: inline-block;
  font-size: 16px;
}
.review-link {
  margin-left: 0;
  margin-top: 30px;
}
.blue-fill {
  background: #22376e;
  width: 98px;
  height: 13px;
}

/*   FAQ section  */
.blue-layke-div {
  color: #fff;
  background: #3962a2;
  padding: 20px 20px 0;
  height: 135px;
}
.blue-layke-div p {
  width: 780px;
  font-size: 16px;
}
.layke-pic {
  float: right;
  margin-top: -85px;
}
.faq_name {
  margin: 20px 0;
  font-size: 33px;
}
.faqContainer h2 {
  font-weight: bold;
}
.faqContainer p {
	margin-bottom: 12px;
}
.question {
  font-size: 31px;
  font-weight: bold;
  color: #000;
  margin-top: 35px;
  margin-bottom: 15px;
}
.faq-list {
  margin: 20px 0;
  padding-left: 60px;
}
.faq-list li {
  list-style-image: url(https://cdn.beverlyhillsmd.com/grey-check.png);
  margin-bottom: 15px;
}
.ingredient {
  font-weight: bold;
  padding-left: 5px;
  display: inline-block;
}
.big-grey {
  border: 0;
  width: 100%;
  border-top: 4px solid #cfcfcf;
  margin: 30px 0 50px;
}
.citations {
	background: #eee;
	padding-bottom: 40px;
	height: 105px;
	overflow: hidden;
	transition: height 1s;
	margin-bottom: 80px;
}
.citations h2 {
	text-align: center;
	font-size: 31px;
  font-weight: 700;
	color: #000;
  padding: 20px 0;
  margin: 20px 0;
  cursor: pointer;
}
.citations p {
	font-size: 12px;
    letter-spacing: 1px;
    line-height: 16px;
    text-align: left;
    margin: 0;
	padding-left: 20px;
}
.citations.open {
	height: 285px;
	transition: height 1s;
	padding-bottom: 0;
}

/*   bottom section  */
.bottom-div {
  float: right;
  width: 735px;
}
.ctaContainer .bottom-div {
	max-width: 60%;
}
.ctaContainer img {
	max-width: 33%;
	padding-right: 5%;
}
.ctaContainer .bottom-div h2 {
	font-size: 33px;
}
.bottom-div h2 {
	font-weight: 700;
	margin: 5px 0;
	font-size: 24px;
}
.bottom-p {
  font-size: 17px;
  margin: 0 0 20px 0;
}
#bottom-button {
  width: 290px;
  margin: 0;
}

#bottom-button,
#bottom-button:hover,
#bottom-button:focus,
#bottom-button:active{
  color: #FFF;
  text-decoration: none;
}

footer {
  background: #3a5eac;
  color: #fff;
  padding: 20px 0;
  text-align: center;
  font-size: 15px;
  margin-top: 70px;
}
footer a {
  color: #FFF;
  text-decoration: none;
}
.dot {
  font-size: 10px;
  vertical-align: 3px;
}

@media only screen and (min-width: 1025px) {

  .hidden-desktop {
    display: none !important;
  }
  .subscribe-div:hover {
    cursor: pointer;
  }
  .checking-text:hover {
    cursor: text;
  }

  .faqContainer {
    padding: 30px 0;
  }
}


.awards-badge img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.awards-badge {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  height: 100px;
  width: 100px;
  z-index: 1000;
}