html, body {
  background-color: white;
}

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

@media (min-width: 768px) {
  .floating_btn {
    display: block;
  }
}
.floating_btn {
  opacity: 1;
  bottom: 0;
  height: 122px;
  text-align: center;
  background-color: white;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
  height: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ma_step.active .floating_btn {
  display: block;
}

.floating_btn .btn {
  width: 100%;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding-left: 5px;
  padding-right: 5px;
}

.ma_step .floating_btn .btn {
  margin-top: 0 !important;
}

.floating_btn_total {
  overflow: visible;
}

@media (max-width: 992px) {
  .floating_btn.fadeout {
    opacity: 0;
    -webkit-transform: translateY(95px);
            transform: translateY(95px);
  }
}
.floating_btn .dosage_container {
  margin-top: 7px;
}

@media (min-height: 800px) {
  .floating_btn {
    padding-bottom: 25px;
  }
}
@media (max-width: 992px) {
  .floating_btn {
    padding-bottom: 12px;
  }
}
@media (max-height: 800px) and (min-width: 768px) {
  /*
      .floating_btn{
          padding:11px;
          height:73px;
      }

      .floating_btn_total{
          height:161px;
      }
  */
  .floating_btn .btn {
    padding-top: 13px !important;
    padding-bottom: 13px !important;
  }
}
.floating_btn.fadeout {
  opacity: 0;
  -webkit-transform: translateY(115px);
          transform: translateY(115px);
  -webkit-transition: none;
  transition: none;
}

.floating_btn_total.fadeout {
  -webkit-transform: translateY(225px);
          transform: translateY(225px);
}

.medical_assessed_info ul {
  padding-left: 1.5rem;
}

.dots {
  padding: 0.5rem;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 39px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: 200px;
}

@media (min-width: 992px) {
  .dots {
    top: 5rem;
  }
}
.medical_assessed_info {
  display: none;
}

/*
.medical_assessed_medication_name{
    height:0;
    overflow:hidden;
}
*/
.medical_assessed_medication_name.active {
  height: auto;
  overflow: visible;
}

#medical_assessed .booking_payment_and_address {
  max-width: none;
}

#medical_assessed .controls, #final_step .controls {
  top: -56px;
  left: -2px;
  z-index: 200;
}

.trustpilot_logo {
  width: 77px;
  height: 18px;
}

.total_col {
  font-weight: 500;
  color: black;
}

@media (min-width: 992px) {
  #medical_assessed .controls, #final_step .controls {
    left: -50px;
    top: -4px;
  }
}
.quiz_dod {
  display: block !important;
}

.step_1.ma_step {
  padding-top: 0;
}

.doctor_header {
  padding-top: 5vh;
  /* background-color:#f5fafc; */
}

/*
.medication_information{
    padding-top:1.6rem;
}
*/
.medication_information h4 {
  margin-top: 2rem;
}

.step_2 .medication_information {
  padding-top: 0;
  padding-bottom: 4rem;
}

@media (min-width: 992px) {
  .step_1 .doctor_header {
    padding-top: 8rem;
  }
  .medication_information {
    padding-top: 2rem;
  }
}
.step_2 .medication_information h3:first-child {
  margin-top: 2rem;
}

.doctor_prescribed {
  padding-bottom: 1.5rem;
  /*
  border-radius: 5px;
    box-shadow: 0 5px 20px rgba(0,0,50,0.07);
     background-color:#19b6af;
    margin-bottom: -2rem;
   max-width: 580px;
    border-radius:5px;
    background-color:white;
    margin-bottom:-2rem;*/
}

.doctor_heading {
  padding-bottom: 0.5rem;
  margin-bottom: 1.5rem;
}

.doctor_prescribed > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  flex-direction: row;
}

.doctor_prescribed .async_doctor_image {
  width: auto;
  height: auto;
  margin-right: 1rem;
  position: relative;
}

.doctor_prescribed .async_doctor_image > div {
  width: 50px;
  height: 50px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100%;
}

@media (min-width: 992px) {
  .doctor_prescribed {
    padding-left: 0;
    /*  padding-bottom: 1.5rem; */
  }
  .doctor_prescribed .async_doctor_image > div {
    width: 55px;
    height: 55px;
  }
  .doctor_prescribed .async_doctor_image {
    margin-left: 0.6rem;
  }
}
/*
.doctor_prescribed .async_doctor_image::before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: -6px;
    bottom: 0;
    right: auto;
    margin-top: auto;
    margin-bottom: auto;
    height: 17px;
    width: 17px;
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(https://www.getmosh.com.au/hubfs/images/icons/yellow_tick_2.svg);
    box-shadow: 0 4px 8px rgba(0,0,0,0.3);
    box-shadow: 0 4px 8px rgba(31,114,108,0.5);
    border-radius: 100px;
}
*/
@media (min-width: 992px) {
  .doctor_prescribed .async_doctor_image::before {
    height: 21px;
    width: 21px;
    background-size: 25px;
    left: -8px;
  }
}
.doctor_prescribed .doctor_text {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  line-height: 1.45;
}

.dr_moran .async_doctor_image > div {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/images/headshots/moran.jpg");
}

ul {
  padding-left: 1.5rem;
}

@media only screen and (max-width: 992px) {
  section {
    padding-left: 0;
    padding-right: 0;
  }
}
a.reference {
  color: rgba(0, 0, 0, 0.5);
  margin-left: 0.2rem;
  font-size: 80%;
}

sup {
  top: -0.5em;
}

#reference_list a {
  overflow-wrap: break-word;
}

#reference_list {
  padding-left: 1.5rem;
  font-size: 80%;
}

#references {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

.continue_arrow {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/images/icons/arrow-right.svg);
  width: 14px;
  height: 11px;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.2rem;
}

.dod_booking_pay_section {
  padding-top: 0 !important;
}

.total_pertablet_container {
  display: block;
}

footer {
  display: none;
}

.doctor_info_link {
  padding: 11px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/info.svg);
  background-repeat: no-repeat;
  background-size: 18px;
  background-position: center;
  display: inline-block;
  position: relative;
  margin-bottom: -5px;
}

.doctor_info_container, .perks_info {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

.doctor_info_close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: white !important;
}

.doctor_info_container .doctor_info_collapse, .perks_collapse {
  display: block;
  margin-top: 0.5rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.doctor_info_container.expanded .doctor_info_collapse {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.collapse_icon {
  width: 12px;
  height: 12px;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/dropdown_dark.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center;
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.doctor_info_collapse {
  color: #003d3b;
}

.review_stars > div {
  width: 13px;
  height: 13px;
  margin: 0;
}

.total_container {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.floating_total_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

#final_step {
  padding-top: 0;
  padding-bottom: 0;
}

.dod_widget .icon {
  width: 110px;
}

@media (min-width: 992px) {
  .dod_widget .icon {
    width: 140px;
  }
}
.card_btn, .step_5 .btn_fullwidth {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/lock_white.svg) !important;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center right 20px;
}

.fineprint {
  font-size: 15px;
}

p.fineprint {
  line-height: 1.6;
  font-size: 12px;
  padding: 0 !important;
}

#directions_fineprint {
  margin-top: 10px;
}

.selection_checkbox.minoxidil {
  display: none;
}

.info_block #howdoitakethetreatment strong {
  display: block;
  margin-bottom: 0.5rem;
  margin-top: 1rem;
}
.info_block #howdoitakethetreatment strong:first-child {
  margin-top: 0;
}

.faq_answer ul:last-child {
  margin-bottom: 0;
}

.info_block p:last-of-type {
  margin-bottom: 1rem;
}

.medication_information > .info_block:last-child {
  border-bottom: 0;
}

ul {
  margin-bottom: 1rem;
}

a.reference {
  color: #989898 !important;
}

.contains.p16 {
  display: none;
}

.contains.p16.active {
  display: block;
}

.hair_only, .sex_only, .vertical_specific {
  display: none;
}

.hair_only.active, .sex_only.active, .vertical_specific.active {
  display: block;
}

.medical_assessed_details.universal .daily, .medical_assessed_details.universal .contains {
  display: none;
}

.medical_assessed_details.universal .daily.active, .medical_assessed_details.universal .contains.active {
  display: block;
}

.form_row_discount > div:last-child button {
  height: 53px;
  padding-left: 15px;
  padding-right: 15px;
}

.dod_widget #pane_2, .dod_widget #pane_3, .dod_widget #pane_4 {
  position: relative;
}

.dod_back {
  left: 0 !important;
}

#final_step .controls.dod_back {
  left: 0px !important;
  top: 0px !important;
}

@media (min-width: 992px) {
  #final_step .controls.dod_back {
    left: 20px !important;
    top: 20px !important;
  }
}
/*
    .todayButton{
        font-size:1rem !important;
    }
    */
.medical_assessed .dosage_price {
  display: inline;
  padding-left: 0;
}

.plans .collapse_link::after {
  display: none;
}

.info_block_title h4::after {
  content: "";
  display: block;
  background-image: url(/assets/icons/arrow-down-dark-e5fef9d866398752b29adffcf9b07fbaeeb8ea5953045e9520d8a9f7ed87ac3d.svg);
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  width: 14px;
  height: 14px;
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.info_block_title.collapsed h4::after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.info_block_title h4 {
  font-size: 19px;
  padding-right: 25px;
}

.info_block_title.open h4::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.info_block {
  border-bottom: 1px solid #003d3b;
}

#references .info_block {
  border-bottom: 0;
}

.info_block_title h4 {
  position: relative;
  margin-top: 0;
}

.info_block_title {
  padding-bottom: 0.4rem;
  padding-top: 1.5rem;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.info_block_text {
  height: 0;
  overflow: hidden;
  text-align: left;
  -webkit-transition: max-height 0.2s ease;
  transition: max-height 0.2s ease;
}

.info_block_text > div {
  padding-bottom: 20px;
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  opacity: 0;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  padding-right: 20px;
}

@media (min-width: 992px) {
  .info_block_text > div {
    padding-right: 50px;
  }
}
.info_block_text.open {
  overflow: visible;
}

.info_block_text.open > div {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.doctor_info_container .doctor_info_collapse {
  margin-left: 0;
}

.medical_assessed_medication_name.double.active {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}

.medical_assessed_medication_name {
  position: relative;
}

.medical_assessed_change {
  text-align: right;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/edit.svg);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: top 5px right;
  cursor: pointer;
  max-width: 200px;
  margin-left: auto;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#any_questions_btn {
  background-color: transparent;
  color: #82c780;
  margin-bottom: 16px;
  margin-top: 0;
  background-size: 12px;
  background-position: top 7px right 10px;
  position: relative;
}

#any_questions_btn::after {
  content: "";
  display: block;
  width: 12px;
  height: 11px;
  background-size: 12px;
  background-position: 0 0;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/msg_close.svg);
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#any_questions_btn a {
  font-size: 70%;
  padding: 5px 11px;
  padding-right: 29px;
  border: 1px solid #82c780;
  text-decoration: none !important;
}

.medical_assessed_change.reveal {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/close_small-2.svg);
}

#any_questions_btn.reveal::after {
  background-position: 0 -12px;
}

@media (min-width: 992px) {
  .medical_assessed_change:hover {
    opacity: 0.5;
  }
}
.medical_assessed_medication_name.editing .medical_assessed_change {
  opacity: 1;
  background-image: none;
}

.medical_assessed_medication_name.editing .medical_assessed_change:hover {
  opacity: 1;
}

.medical_assessed_item {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  max-height: 160px;
  opacity: 1;
  overflow: visible;
}

.medical_block {
  padding-top: 25px;
  padding-bottom: 17px;
  border-bottom: 1px solid #003d3b;
  background-position: center right;
  background-repeat: no-repeat;
  background-size: 50px;
  position: relative;
}

@media (min-width: 992px) {
  .medical_block {
    padding-top: 35px;
    padding-bottom: 27px;
  }
}
/*
.medical_assessed_item:last-child .medical_block, .medical_assessed_medication_name:last-child .medical_block{
    border-bottom:0;
}
*/
.medical_block.tablet {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/async_tablet.png);
}

.medical_block.tablet.injection {
  background-image: url(/assets/icons/plan_injection-46a793d5a8432b87004b1291660abfd71a577d34ce8ccab081c61e046f7ea1c1.svg);
}

.medical_block.topical {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/async_topical.png);
}

.medical_block.shampoo {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/async_bottle_2.png);
}

.medical_block.vitamins {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/async/async_bottle_1.png);
}

.medical_assessed_item.removed {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  margin-bottom: 0;
}

.medical_assessed_edit, .medical_assessed_save {
  display: inline-block;
  vertical-align: bottom;
  text-decoration: underline;
}

.medical_assessed_edit {
  padding-right: 22px;
}

.medical_assessed_save {
  max-width: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  color: #c54801 !important;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/check_orange.svg);
  background-repeat: no-repeat;
  background-position: top 6px left;
  background-size: 11px;
  position: relative;
  right: -7px;
}

.medical_assessed_item_edit {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.medical_assessed_medication_name.editing .medical_assessed_item_edit {
  max-height: 100px;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.medical_assessed_medication_name.editing .medical_assessed_item {
  padding-left: 30px;
}

.medical_assessed_medication_name.editing .medical_assessed_save {
  max-width: 100px;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  padding-left: 15px;
}

.medical_assessed_add {
  max-width: 0;
  overflow: hidden;
  position: absolute;
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  top: -22px;
  right: 0;
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/add_item_2.svg");
  width: 20px;
  height: 20px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.medical_assessed_medication_name.editing .medical_assessed_add {
  max-width: 100px;
  overflow: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  z-index: 100;
}

.medical_assessed_medication_name.editing .medical_assessed_item .remove_item {
  display: inline-block;
  width: 23px;
  height: 23px;
  position: absolute;
  left: -32;
  top: 21px;
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/remove_item_2.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  -webkit-animation: wiggle 0.24s infinite;
  -moz-animation-duration: 0.24s;
  -moz-animation-name: wiggle;
  -moz-animation-iteration-count: infinite;
  /*  transform-origin: 30% 70%; */
}

.skin .medical_assessed_medication_name.editing .medical_assessed_item .remove_item {
  top: 0;
}

.medical_assessed_item_edit .edit_item {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/ui/add_item_2-1.svg");
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
}

.remove_item.prevent_edit {
  opacity: 0.2;
  animation: none !important;
  -webkit-animation: none !important;
  -moz-animation-name: none !important;
}

@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: rotate(-7deg);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  50% {
    -webkit-transform: rotate(7deg);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
.medication_information, .doctor_prescribed, .floating_btn > * {
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.fadeout {
  opacity: 0.3;
}

.query_form textarea {
  min-height: 100px;
  margin-top: 15px;
}

.query_form input[type=submit] {
  margin-top: 0;
}

.query_form {
  overflow: hidden;
  max-height: 0;
  opacity: 0;
  text-align: center;
}

.query_form {
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

.query_form.reveal {
  opacity: 1;
  max-height: 10000px;
}

.query_form.change_plan_form.reveal {
  margin-top: 20px;
}

#change_plan_form.reveal {
  margin-bottom: 20px;
}

.medical_assessed_add_step1 .btn-primary {
  padding: 11px 22px;
}

.double .medical_assessed_details.addto > span {
  padding-bottom: 1rem;
}

.medical_assessed_medication_name.double .medical_assessed_details span > div {
  display: inline-block;
}

.treatment_summary {
  display: none;
}

.treatment_summary.active {
  display: block;
}

.edit_medication_type {
  text-decoration: underline !important;
  opacity: 0;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  max-width: 0;
  overflow: hidden;
  position: absolute;
}

.medical_assessed_medication_name.editing .edit_medication_type {
  opacity: 1;
  -webkit-transform: translateX(5px);
          transform: translateX(5px);
  height: auto;
  overflow: visible;
}

#popup_overlay.open {
  z-index: 100;
}

#popup_overlay {
  background-color: #000;
}

.popup_container {
  position: absolute;
  left: -9999px;
  z-index: -99;
}

.popup_container.open {
  z-index: 200;
  position: fixed;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}

.popup .close {
  left: auto;
}

.popup {
  width: 94vw;
  background-color: white;
  -webkit-transform: translateY(-20px);
          transform: translateY(-20px);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease;
  transition: opacity 0.3s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.popup_container.open .popup {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.popup_body {
  padding: 40px 30px;
}

.popup_header {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#offer_1 .popup_header {
  background-image: url("https://cdn2.hubspot.net/hubfs/2624959/mosh/lifestyle/EditMosh_22-01-20202137_EDIT.jpg");
  min-height: 190px;
  min-height: 190px;
  background-size: 155%;
  background-repeat: no-repeat;
  background-position: 16% 66%;
}

@media (min-width: 992px) {
  .popup_body {
    padding: 50px 40px;
  }
  .popup {
    width: 600px;
  }
  .popup.large {
    width: 800px;
  }
  #offer_1 .popup_header {
    min-height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 40% 67%;
  }
}
.a_info {
  display: none;
}

.a_info.active {
  display: block;
}

.pamphlet {
  display: none;
}

.pamphlet.active {
  display: block;
}

.medication_information p:first-child {
  margin-bottom: 1rem;
}

.emoji.firms {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/custom/skin_firmness-1.png);
}

.emoji.wrinkles {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/custom/skin_wrinkles.png);
}

.emoji.pigmentation {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/custom/skin_pigmentation-2.png);
}

.emoji.natural {
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/illustrations/emojis/custom/skin_natural-1.png);
}

.emoji.tablets {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/hair_tablets-4.png);
}

.emoji.topical {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/hair_topical-2.png);
}

.emoji.whateverworks {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/whateverworks-3.png);
}

.emoji.medicalhistory {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/hair_medicalhistory.png);
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/medicalhistory-6.png);
}

.emoji.effective_pe {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/effective_pe.png);
}

.emoji.effective_ed {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/effective_ed.png);
}

.emoji.regrowth {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/hair_regrowth-4.png);
}

.emoji.prevention {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/hair_prevention-6.png);
}

.emoji.frequent {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/illustrations/emojis/custom/frequent.png);
}

/*
.emoji{
    position:relative;
}

.emoji::after{
    display:block;
    left:0;
    right:0;
    bottom:-150px;
    margin:auto;
    position:absolute;
}


.emoji.medicalhistory::after{
    content:'Your medical history'

}
*/
.whywasthisrecommended .scroller_card {
  position: relative;
  min-height: 170px;
  display: inline-block;
  padding-bottom: 80px;
  margin-left: 10px;
  margin-right: 10px;
  width: 160px;
}

.whywasthisrecommended .scroll-wrapper {
  padding-bottom: 0;
}

.whywasthisrecommended .scroller_card > div:last-child {
  position: absolute;
  top: 110px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (min-width: 992px) {
  .whywasthisrecommended .scroller_card > div:last-child {
    top: 130px;
  }
}
@media (min-width: 992px) {
  .whywasthisrecommended .emoji {
    background-size: 120px;
  }
}
.skin_icon_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /*    margin-top: 1.2rem; */
  margin-bottom: 3rem;
  text-align: center;
}

.skin_icon_container > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.skin_icon_container .emoji {
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 992px) {
  .skin_icon_container {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .skin_icon_container > div {
    width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
  }
  .skin_icon_container > div:nth-child(3), .skin_icon_container > div:nth-child(4) {
    margin-top: 1.5rem;
  }
}
.pamphlet_link {
  display: block;
  background-image: url(https://cdn2.hubspot.net/hubfs/2624959/mosh/icons/pamphlet.svg);
  background-repeat: no-repeat;
  padding-left: 28px;
  background-size: 19px;
  background-position: center left;
}

/**/
@media (min-width: 992px) {
  .async_header {
    padding-top: 175px;
  }
}
.async_header h5 {
  color: #82c780;
  margin-bottom: 15px;
}

/*
h5.green_text{
    font-family:'MaisonNeue-Book'
}
*/
.pricing_box {
  position: relative;
  border: 1px solid #003d3b;
  margin-top: 40px;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .pricing_box {
    padding: 30px;
  }
}
.pricing_box.special_pricing {
  border-color: #82c780;
  padding-top: 52px;
}
@media (min-width: 992px) {
  .pricing_box.special_pricing {
    padding-top: 43px;
  }
}
.pricing_box.special_pricing .pricing_quarterly_message {
  margin-bottom: 30px;
}
.pricing_box.special_pricing.free_gift {
  padding-top: 43px;
}
.pricing_box.special_pricing.free_gift .pricing_quarterly_message {
  margin-bottom: 0;
}
.pricing_box.special_pricing.free_gift .green_text {
  margin-bottom: 30px;
}
.pricing_box.special_pricing.free_gift h3 {
  margin-bottom: 10px;
}
.pricing_box.special_pricing::after {
  content: "Updated pricing";
  position: absolute;
  top: 0;
  right: 0;
  background-color: #82c780;
  font-family: "MaisonNeue-Demi";
  letter-spacing: 0.1rem;
  font-size: 80%;
  color: white;
  text-transform: uppercase;
  padding: 1px 6px 1px 9px;
}
.pricing_box.special_pricing.free_gift::after {
  content: "Free gift!";
}

.addon_offer_display_container {
  font-size: 14px;
}

.pricing_box .monthly_price {
  margin-right: -0.17em;
  margin-left: -0.17em;
}

#hair_price_adjusted_p {
  margin-top: -12px;
}

/*
@media (min-width:992px){
.pricing_box{
    padding: 25px 20px;
}
}
*/
/*
.pricing_container{
    margin-bottom:25px;
    padding-bottom:10px;
    border-bottom:1px solid #003d3b;
}
*/
.pricing_quarterly_message {
  padding-bottom: 5px;
}

.pricing_container h3 {
  margin-bottom: 15px;
}

.medical_assessed_edit {
  text-decoration: underline !important;
}

#standard_price h3 {
  font-size: 29px !important;
}

@media (min-width: 768px) {
  #standard_price h3 {
    font-size: 35px !important;
  }
}
#standard_price h3#hair_price_adjusted_price {
  margin-bottom: 9px;
  margin-top: 16px;
  font-size: 32px !important;
}

#hair_price_adjusted_reccuring {
  margin-bottom: 8px;
}

.async_faq {
  margin-top: 60px;
  margin-bottom: 130px;
}

.async_faq h3 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .async_faq {
    margin-top: 40px;
  }
}
.medical_assessed_change {
  z-index: 2;
}

.medical_assessed_change a {
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-size: 14px;
  padding-right: 21px;
  text-decoration: underline !important;
  display: inline;
}

.discount_approved span {
  position: relative;
  padding-left: 15px;
  display: inline-block;
}

.discount_approved span::before {
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: auto;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/ui/angled_tick_green.svg);
  margin: auto;
}

.whywasthisrecommended {
  margin-top: 50px;
}

.whywasthisrecommended .emoji {
  margin-left: auto;
  margin-right: auto;
}

.whywasthisrecommended .scroll-wrapper {
  padding-top: 20px;
}

.portal_main.container {
  padding: 0;
  margin: 0;
  max-width: none;
}

html, body, .portal_main {
  background-color: #fff;
}

@media (min-width: 992px) {
  .whywasthisrecommended .scroller_card:last-child {
    margin-right: 0;
  }
  .whywasthisrecommended .scroller {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 15px;
    padding-bottom: 0;
  }
}
.ma_step:not(.mh_plans) .container {
  max-width: 650px;
}

.assigned_doctor_container {
  position: static;
  margin-top: 50px;
  min-height: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .assigned_doctor_container {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media (max-width: 992px) {
  .assigned_doctor > div:last-child {
    max-width: 160px;
  }
}
.assigned_doctor_collapse {
  margin-top: 44px;
  margin-bottom: 0;
}

.assigned_doctor_collapse h5 {
  margin-bottom: 0;
}

.assigned_doctor_collapse_text {
  line-height: unset;
}

.assigned_doctor_collapse_text > div {
  padding-top: 10px;
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .assigned_doctor_collapse_text {
    margin-left: 0;
    margin-right: 0;
    max-width: 440px;
  }
  .assigned_doctor_collapse_text.expand {
    margin-top: 15px;
  }
}
/*
.ma_step input[type="text"], .ma_step input[type="number"], .ma_step input[type="email"], .ma_step select, .ma_step input[type="search"]{
    height: 66px;
}

*/
.ma_step textarea, .ma_step input[type=text], .ma_step input[type=number], .ma_step input[type=email], .ma_step select, .ma_step input[type=search] {
  border: 1px solid #003d3b;
  padding: 20px;
  color: #003d3b;
}

.form_error {
  border-color: #c54801 !important;
}

.ma_step:not(.nopad) .form .container {
  padding-top: 110px;
  padding-bottom: 130px;
}

@media (min-width: 992px) {
  .ma_step:not(.nopad) .form .container {
    padding-top: 14.5vh;
    padding-bottom: 130px;
  }
}
@media (min-width: 992px) and (max-height: 700px) {
  .ma_step:not(.nopad) .form .container {
    padding-top: 95px;
  }
}
.loading_overlay {
  background-color: #ffffff;
}

/*

  .form_row.dob > select:nth-child(2){
    margin-right:10px;
    margin-left:10px;
  }

  @media (max-width:768px){
    .form_row.dob > select:nth-child(2){
        flex:1;
    }

    .form_row.dob > select:first-child, .form_row.dob > select:last-child{
        flex:0;
        min-width:95px;
      }

  }
*/
.async_faq sup, #doctor_note_container sup {
  opacity: 0.5;
}

.async_faq h5 {
  margin-bottom: 0;
}

.portal {
  padding-top: 0;
}

/*
  @media (min-width:992px){
    .back_arrow{
        top:8.5vh;
    }
  }
*/
.monthly_price_container {
  position: relative;
}

#discount20_price .monthly_price_container > span {
  opacity: 0.3;
}

#discount20_price .monthly_price_container::before {
  content: "";
  height: 2px;
  display: block;
  background-color: #82c780;
  background-color: #003d3b;
  width: 100%;
  position: absolute;
  top: 17px;
}

#discount20_price .new_price {
  display: inline-block;
  margin-right: -5px;
  margin-left: -4px;
}

#discount20_price .new_price, #discount20_price .permonth {
  color: #82c780;
}

.discount_applied span {
  font-size: inherit;
}

#discount20_price .discount_applied {
  position: relative;
  top: -10px;
}

#confirm_totals_discount .grand_total_container {
  position: relative;
}

#confirm_totals_discount .grand_total_container > span {
  opacity: 0.5;
}

#confirm_totals_discount .grand_total_container:before {
  content: "";
  height: 1px;
  display: block;
  background-color: #82c780;
  background-color: #003d3b;
  width: 100%;
  position: absolute;
  top: 10px;
  left: 0;
  z-index: 2;
}

.total_newprice {
  margin-left: 5px;
}

.medical_block h6 {
  font-size: 21px !important;
  padding-right: 60px;
}

.freebie {
  margin-left: 8px;
}

.freebie_text, .freebie {
  color: #82c780;
}

#plan_summary .freebie_text {
  margin-top: 5px;
}

.medical_details_freebie > div {
  display: inline-block;
}

/* */
#ed_freq_select h3 {
  max-width: 24ch;
  margin-left: auto;
  margin-right: auto;
}

#doctor_bar .doc_img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

#doctor_bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}

#doctor_bar > div:first-child {
  width: 45px;
}

#doctor_bar > div:last-child {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
}

.doctor_letter_link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  margin-top: 17px;
  margin-bottom: -4px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #003d3b;
  padding-bottom: 13px;
}

@media (min-width: 992px) {
  .doctor_letter_link:hover .float {
    opacity: 0.5;
  }
}
.doctor_letter_link.sticky {
  position: sticky;
  top: 71px;
  z-index: 2;
}

.doctor_letter_link img {
  width: 25px;
  height: 25px;
  border: 2px solid white;
  margin-right: 10px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}

.float {
  -webkit-animation: float 2s infinite;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
  -moz-animation-duration: 2s;
  -moz-animation-name: float;
  -moz-animation-iteration-count: infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-5px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
.doctor_letter_link h5 {
  margin-bottom: 0;
  color: white;
  text-decoration: underline;
  position: relative;
}

.doctor_letter_link h5::after {
  display: none;
  content: "";
  width: 10px;
  height: 10px;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/dropdown_white-1.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -17px;
}

.doctor_letter_link.expand h5::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

/* #doctor_note{
 padding-top: 25px;
 border-bottom: 1px solid #003d3b;
 padding-bottom: 0px;
 margin-bottom: 20px;
} */
#doctor_note {
  max-height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: white;
  text-align: left;
  overflow: hidden;
}

#doctor_note.reveal {
  max-height: 2000px;
  opacity: 1;
}

#doctor_note.reveal .container {
  padding-bottom: 15px;
  margin-top: 20px;
}

#doctor_note.reveal .container > div {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 15px;
}

ol {
  padding-left: 1rem;
}

ol li, ol li a {
  word-wrap: break-word;
}

ol li {
  font-size: 70%;
  opacity: 0.5;
}

ol li::marker {
  font-size: 80%;
}

.key_points_container {
  margin-bottom: 15px;
}

/* @media (min-width:992px){
 #doctor_note{
   padding-top: 35px;
 }
} */
.key_points {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-bottom: 1px solid rgba(0, 61, 59, 0.2);
  padding: 10px 0;
  position: relative;
}

.key_points > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.key_points > div:first-child {
  opacity: 0.5;
}

.key_points > div:last-child {
  text-align: right;
}

.payment_frequency > a {
  min-height: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*
   .medical_assessed_float{
    position: relative;
    top: -82px;
   }

   @media (min-width:992px){
    .medical_assessed_float{
      top: -7vh;
    }
   }

   .medical_assessed_float .medical_block{
    padding-top: 25px;
    padding-bottom: 17px;
   } */
button.disabled {
  pointer-events: none;
}

#mosh_membership_box {
  margin-top: 50px;
}

#mosh_membership_box .permonth {
  margin-left: -5px;
}

#mosh_membership_box_header {
  -webkit-transform: translateY(-9px);
          transform: translateY(-9px);
}

.summary_float {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  border-top: 1px solid #003d3b;
}

.renews {
  display: inline-block;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/repeat.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center left;
  padding-left: 21px;
}

.membership_summary {
  padding-top: 25px;
  padding-bottom: 25px;
  border-top: 1px solid #003d3b;
}

#membership_summary {
  padding: 25px 15px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  #membership_summary {
    padding: 30px;
  }
}
.query_form input[type=submit] {
  margin-top: 5px;
}

.confirm_question_container {
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

.confirm_question_container.disabled {
  pointer-events: none;
}

.quiz_message_notification {
  width: 8px;
  height: 8px;
  background-color: #c54801;
  border-radius: 50%;
  position: absolute;
  right: -3px;
  top: -2px;
}

.doc_img_container {
  position: relative;
}

.doc_img_container .quiz_message_notification {
  width: 6px;
  height: 6px;
  background-color: #c54801;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 3px;
}

.doc_img_container {
  margin-left: -10px;
}

/* QS */
.key_points > div:first-child {
  max-width: 150px;
}

.medical_block.summary .medical_details {
  border-left: 2px solid #82c780;
  padding-left: 10px;
}

.b_freebie {
  padding: 20px;
  background-repeat: no-repeat;
  background-size: 50px;
  background-position: center right 14px;
  margin-top: 26px;
  margin-bottom: -6px;
  background-color: #82c780;
}

.b_freebie.shampoo {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/product/non_prescription/images/small/shampooconditioner.png);
}

.b_freebie.vitamins {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/product/non_prescription/images/small/vitamins.png);
  background-size: 80px;
  background-position: center right;
}

.b_freebie.vitaminsshampoo {
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/product/non_prescription/images/cf_async.png);
}

.medical_block.summary h6 span {
  position: relative;
}

.medical_block.summary h6 span::after {
  content: "";
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  right: -30px;
  top: -4px;
  bottom: 0;
  margin: auto;
  background-image: url(https://f.hubspotusercontent00.net/hubfs/2624959/mosh/icons/regrowth_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.key_points sup {
  margin-left: 3px;
}

.doc_quote .jump_to_doctor_letter {
  text-decoration: underline !important;
  display: inline-block;
  margin-top: 4px;
  margin-left: 2px;
  line-height: 0;
}

.doc_quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 17px 22px 16px 63px;
  margin-top: 22px;
  margin-bottom: -20px;
  /* border: 1px solid #82c780; */
  background-color: #ebebd4;
  position: relative;
}

.info_block .faq_mini .faq_item:last-child {
  border-bottom: 0;
}

.info_block .faq_mini:last-child {
  margin-bottom: 15px;
}

.info_block .faq_mini .faq_question {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media (min-width: 992px) {
  .doc_quote {
    padding: 29px 18px 24px 94px;
  }
}
.doc_quote > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.doc_quote img {
  width: 35px;
  height: 35px;
  /* margin-right: 8px; */
  border-radius: 50%;
  border: 2px solid white;
  position: absolute;
  top: 18px;
  left: 15px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (min-width: 992px) {
  .doc_quote img {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 28px;
    left: 27px;
  }
}
.doc_quote_name {
  margin-top: 15px;
}

.p18 .medical_block {
  padding-top: 25px;
  padding-bottom: 7px;
}

.p18 .tablet, .medical_block.tablet {
  background-image: url(/assets/icons/plan_pill-345e8a9d08c1eacc3ebd63264cafae74ba049929e1a4dbc2cddca45654e75810.svg);
}

.p18 .topical, .medical_block.topical {
  background-image: url(/assets/icons/plan_spray-f5f9a56cbe8b5b4a435c56c528ca6827f6ca96965396fb047b28ccc77836f352.svg);
}

.p18 .combined_tablet, .medical_block.combined_tablet {
  background-image: url(/assets/icons/plan_combinedpill-2550d2aafe32d7fb00ed941de554ee1b14dcfdbd1151b6c5ee8d55af322d20b4.svg);
}

.medical_block.cream {
  background-image: url(/assets/icons/plan_cream-83ce32cb939586b4785c7e0ba768df64a9db26f51be3d25e304dafa2a08855ea.svg);
}

.p18 .topical, .p18 .tablet {
  background-position: top 7px right;
  background-repeat: no-repeat;
  background-size: 45px;
  padding-top: 10px;
  padding-bottom: 20px;
}

.modal_header_image {
  height: 0;
  padding-bottom: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 0.5rem;
}

#vitaminsshampoo-conditioner_modal .modal-body {
  padding: 30px 15px 50px 15px;
}

#vitaminsshampoo-conditioner_modal .modal_section {
  margin-top: 45px;
}

#arethereanysideeffectshair .faq_mini {
  margin-top: -10px;
  margin-bottom: 10px;
}

#arethereanysideeffectshair .faq_mini .faq_question {
  padding-top: 10px;
  padding-bottom: 10px;
}

#arethereanysideeffectshair .faq_mini .faq_question strong {
  text-decoration: underline;
}

#arethereanysideeffectshair .faq_mini .faq_item {
  border: 0;
}

#arethereanysideeffectshair .faq_mini .faq_question::after {
  top: 0;
}

.faq_mini h5 {
  margin-bottom: 0;
}

.faq_mini .faq_question::after {
  top: 0;
  bottom: 0;
  width: 10px;
  height: 10px;
}

.faq_answer > div {
  padding-right: 0;
}

.faq_mini .faq_answer > div {
  padding-top: 0;
}

.modal-dialog {
  margin-top: 3rem;
}

.doctor_letter_link {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.async_header {
  padding-bottom: 10px;
}

.doctor_letter_link {
  /* position:sticky;
  top:71px;
  z-index: 2; */
  padding-bottom: 10px;
}

.doctor_letter_link > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-left: auto;
  margin-right: auto;
  cursor: pointer;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  background-color: #003d3b;
  padding-top: 6px;
}

.async_header {
  padding-bottom: 10px;
}

.async_header h3 {
  margin-bottom: 0;
}

.medical_block {
  padding-top: 35px;
  padding-bottom: 27px;
}

sup a {
  text-decoration: none;
}

#doctor_note_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 10px;
}

#doctor_note_inner .doctor_letter_references_container {
  -webkit-box-ordinal-group: 101;
      -ms-flex-order: 100;
          order: 100;
}

.doctor_letter_references_container {
  margin-top: 10px;
}

#doctor_note_inner .collapse_link {
  opacity: 0.5;
}

#doctor_note_inner .collapse_link > *::after {
  background-image: url(/assets/icons/arrow-down-small-light-836af0baaab2831eab9b72f08812ed25d9a17c9047d4cc3adef22b3adffc4a72.svg);
}

.ba_async {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .ba_async {
    margin-right: -15px;
    margin-left: -15px;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .show .ba_async {
    opacity: 1;
  }
}
.ba_async .carousel-cell {
  margin-left: 5px;
  margin-right: 5px;
}

.ba_async .carousel-cell img {
  width: 300px;
}

@media (min-width: 992px) {
  .ba_async .carousel-cell img {
    width: 400px;
  }
}
.ba_async .flickity-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: auto;
  margin: auto;
  -webkit-transform: none;
          transform: none;
  width: 34px;
  height: 34px;
}

.ba_async .flickity-button:hover {
  background: hsla(0, 0%, 100%, 0.75) !important;
}

.flickity-button-icon {
  fill: #003d3b;
}

.ba_async .flickity-button.previous {
  left: 5px;
}

.ba_async .flickity-button.next {
  right: 5px;
}

.moneyback_banner {
  border: 1px solid #82c780;
  padding: 19px 19px 19px 85px;
  padding-left: 85px;
  background-image: url(/assets/emojis/guarantee-6016a17c436ab19313efde3c8839edead835d2e3d3939cb18271f8acd479292e.png);
  background-position: top 14px left 10px;
  background-position: center left -7px;
  background-size: 100px;
  background-repeat: no-repeat;
  margin-top: 21px;
}
@media (min-width: 768px) {
  .moneyback_banner {
    padding: 29px 19px 29px 85px;
  }
}
.moneyback_banner.special_pricing {
  border-color: #003d3b;
}

.moneyback_banner strong {
  margin-bottom: 2px;
  display: block;
}

@media (min-width: 992px) {
  .moneyback_banner {
    padding: 29px 29px 29px 95px;
    background-size: 110px;
  }
}
/* DOC MSG */
#message_your_doc {
  position: fixed;
  bottom: 100px;
  right: 15px;
  background-color: #fff;
  padding: 3px;
  border-radius: 50%;
  z-index: 101;
  width: 50px;
  height: 50px;
  background-size: 15px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 992px) {
  #message_your_doc:hover {
    opacity: 0.8;
  }
}
#message_your_doc img {
  width: 100%;
  border-radius: 50%;
}

#message_your_doc.open {
  background-image: url(/assets/icons/close-b36b6c80b43063bc7860dc661ba4445c41d3d2a020d4ca211b8914de143d2c41.svg);
}

#message_your_doc.open img {
  display: none;
}

#message_your_doc_form {
  position: fixed;
  bottom: 165px;
  right: 15px;
  left: 15px;
  top: 15px;
  z-index: -1;
  -webkit-transition: 0.3s ease-out all;
  transition: 0.3s ease-out all;
  pointer-events: none;
  padding-top: 0;
  background-color: white;
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 768px) {
  #message_your_doc_form {
    width: 470px;
    left: auto;
  }
}
@media (min-width: 992px) {
  #message_your_doc {
    bottom: 40px;
    right: 30px;
    width: 60px;
    height: 60px;
  }
  #message_your_doc_form {
    bottom: 116px;
    top: 17vh;
    right: 30px;
  }
}
@media (min-width: 992px) and (max-height: 750px) {
  #message_your_doc_form {
    top: 30px;
  }
}
#message_your_doc_form.reveal {
  z-index: 300;
  pointer-events: all;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

#message_your_doc_form_header {
  background-color: #82c780;
  padding: 10px 10px 7px 10px;
  text-align: center;
  border-radius: 5px 5px 0 0;
}

#message_your_doc_form_header img {
  border: 2px solid white;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  margin-bottom: 2px;
  -o-object-fit: cover;
     object-fit: cover;
}

#message_your_doc_form_header strong {
  font-size: 15px;
}

#message_your_doc_form_header .close {
  top: 0;
  right: 0;
  left: auto;
  background-size: 14px;
  background-position: top 12px right 12px;
}

#message_your_doc_form .btn {
  /* padding-top: 10px;
  padding-bottom: 10px; */
  border-radius: 0 0 5px 5px;
  margin-top: 0;
}

#message_your_doc_form textarea {
  padding: 10px;
  margin-left: 15px;
  margin-right: 15px;
  font-size: 16px;
  margin-bottom: 0;
}

#panel_overlay {
  background-color: black;
}

#panel_overlay.open {
  height: 100%;
  opacity: 0.6;
  z-index: 101;
}

#message_your_doc_form .query_message_container {
  padding: 15px;
  height: 100%;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}

#message_your_doc_form .query_message_container::-webkit-scrollbar {
  display: none;
}

.message_your_doc_notification {
  left: 2px;
  top: 2px;
  width: 12px;
  height: 12px;
  position: absolute;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .message_your_doc_notification {
    left: 5px;
    top: 5px;
  }
}

#message_your_doc_tooltip {
  position: fixed;
  bottom: 103px;
  right: 76px;
  background-color: #003d3b;
  color: white;
  padding: 10px 15px;
  z-index: 100;
  pointer-events: none;
  -webkit-transform: translateX(10px);
          transform: translateX(10px);
  font-size: 14px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 992px) {
  #message_your_doc_tooltip {
    bottom: 48px;
    right: 107px;
  }
}
#message_your_doc, #message_your_doc_tooltip {
  -webkit-box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 8px rgba(0, 0, 0, 0.2);
}

#message_your_doc_tooltip.reveal {
  z-index: 100;
  opacity: 1;
  pointer-events: all;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

#message_your_doc_tooltip::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  margin: auto;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #003d3b;
}

/* #request_message_form{
  padding-left:15px;
  padding-right:15px;
  padding-bottom:15px;
} */
/* .query_message ol{
  margin-bottom: 0;
  margin-top: 10px;
} */
.doctor_letter_references {
  max-height: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin-bottom: 0;
  pointer-events: none;
}

.doctor_letter_references.reveal {
  max-height: 600px;
  opacity: 1;
  margin-top: 10px;
  pointer-events: all;
}

.message_doc_btn {
  display: inline-block;
  padding: 0px 6px;
  background-color: #82c780;
  background-image: url(/assets/icons/doc_msg-9f536a08b6997e580bfede390fa9cefa74c32b6e3c0bcb133d98dd184680ead7.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  background-position: center left 9px;
  padding-left: 33px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 23px;
  width: 100px;
  margin-top: 8px;
  border-radius: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

@media (min-width: 992px) {
  .message_doc_btn:hover {
    opacity: 0.8;
  }
}
.message_doc_btn h5 {
  font-size: 10px;
  margin: 0;
  color: white;
}

#message_your_doc_success {
  display: none;
  height: 100%;
  font-size: 15px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 10px;
}

#message_your_doc_success a {
  text-decoration: underline;
}

.request_message_textarea_container {
  margin-bottom: 15px;
  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;
}

.request_message_textarea_container, #message_your_doc_form textarea {
  min-height: 90px;
}

.other_ingredients {
  padding-top: 19px;
  padding-bottom: 11px;
  border-bottom: 1px solid #003d3b;
}

.other_ingredients ul {
  margin-top: 11px;
  margin-bottom: 0;
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 992px) {
  .other_ingredients ul {
    margin-top: 6px;
  }
}

.other_ingredients li {
  background-repeat: no-repeat;
  background-position: center left -7px;
  padding-left: 39px;
  margin-bottom: 10px;
  padding-top: 5px;
  padding-bottom: 5px;
  width: 50%;
  background-size: 45px;
}
@media (min-width: 992px) {
  .other_ingredients li {
    margin-bottom: 0;
    width: 25%;
    background-position: center top;
    padding-left: 0;
    padding-top: 57px;
    background-size: 60px;
  }
}

#hyaluronic {
  background-image: url(/assets/emojis/skin/skin_hyaluronic-81c43943d17b9d2280c1abb0b9822244e4174f9196f098621c07323ee314704d.png);
}

#coenzyme {
  background-image: url(/assets/emojis/skin/skin_coenzyme-7935b806c7bd8b9797045c02f6d64c3a3427b9587e92acc4b8dd912c5e16543e.png);
}

#niacinamide {
  background-image: url(/assets/emojis/skin/skin_niacinamide-9b7195d58e51f2ecc55aa03081fa6bc20066df8eb1c09918e870200f4081c08b.png);
}

#senegal {
  background-image: url(/assets/emojis/skin/skin_senegal-8d7328803c970020f710fc571c4842dc60699c31493715ef1a7344f281792489.png);
}

.whats_stopping_you {
  background-image: url(/assets/illustrations/doctor_skin-7d4ce97dc7976cd47833433c51cc46d902abe8352f6d298550255fbcb80a1d35.png);
  padding: 25px 15px;
  padding-bottom: 125px;
  margin-top: 30px;
  background-repeat: no-repeat;
  background-size: 370px;
  background-position: center bottom -247px;
}
@media (min-width: 992px) {
  .whats_stopping_you {
    padding: 25px 35px;
    background-size: 310px;
    background-position: top 16px left -71px;
    padding-left: 173px;
  }
}

.whats_stopping_you strong {
  max-width: 28ch;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .whats_stopping_you strong {
    margin-left: 0;
  }
}

#faq_upper {
  margin-top: 76px;
}

.ma_step .back_arrow {
  top: 27px;
  position: fixed;
  z-index: 100;
}

.plan_progress_container {
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
  padding-bottom: 15px;
  padding-top: 10px;
  position: absolute;
  top: 71px;
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #003d3b;
  display: none !important;
}

.plan_progress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 310px;
  margin-left: auto;
  margin-right: auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 11px;
}

.plan_progress > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: rgba(255, 255, 255, 0.3);
}
.plan_progress > div::before {
  content: "";
  display: block;
  height: 1px;
  width: 75%;
  position: relative;
  left: -50%;
  top: 4px;
  background-color: rgba(255, 255, 255, 0.3);
}

.plan_progress .block {
  width: 8px;
  height: 8px;
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 2;
  margin-bottom: 6px;
  border-radius: 100%;
}

.plan_progress .active .block, .plan_progress .active::before {
  background-color: #82c780;
}

.plan_progress .active {
  color: #82c780;
}

.plan_progress > div:first-child::before {
  display: none;
}

.addon_remove {
  opacity: 0.5;
  font-size: 13px;
  text-decoration: underline !important;
}

.addon_summary {
  display: none;
}

#plan_addon_container, #addon_summary_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#plan_addon_container .plan_addon_item, #addon_summary_list .addon_summary {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#plan_addon_container .top_pick, #addon_summary_list .top_pick {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.addon_icon {
  width: 25px;
  max-width: 25px;
  position: relative;
  top: -1px;
}

.plan_addon_item .ul_tick {
  margin-top: 8px;
}

/* PRE-PURCHASE */
#doctor_to_formulate {
  display: inline;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-size: 16px;
  background-position: center left;
  margin-left: 4px;
  background-image: url(/assets/icons/unknown-512c3108804dafc8c6ce391d8bab61a985e78e944dbb6b0f020bfe67aa18048c.svg);
  opacity: 0.6;
}

.summary .summary_row {
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
  padding-top: 8px;
  padding-bottom: 8px;
}
.summary .summary_row.summary_total {
  border-bottom: 1px solid rgb(0, 61, 59);
  border-top: 1px solid rgb(0, 61, 59);
  margin-top: -1px;
}

.summary_row_container {
  background-color: #f5f5ea;
  padding: 15px;
  padding-top: 11px;
  border-radius: 10px 10px 0 0;
  border: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 0;
  margin-top: 20px;
}
.summary_row_container .summary_image_row {
  border: 0;
  font-size: 14px;
  background-size: 30px;
  background-repeat: no-repeat;
  background-position: center left -5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 33px;
  height: 59px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: unset;
      -ms-flex-pack: unset;
          justify-content: unset;
}
.summary_row_container .summary_image_row > .row {
  width: 100%;
}
.summary_row_container .summary_image_row#summary_image_row_doc {
  background-image: url(/assets/icons/plan/checkout-doc-02bb012ed5f78c536fec9cbdd4c7d2a7e45d8069cea70048754114232a1b193f.svg);
}
.summary_row_container .summary_image_row#summary_image_row_prescription {
  background-image: url(/assets/icons/plan/checkout-formula-9fcd98d50ce6e5ed2ca4ef8f8d99982d674e47e480b51036037fb3a2f28cd35f.svg);
}
.summary_row_container .summary_image_row#summary_image_row_delivery {
  background-image: url(/assets/icons/plan/checkout-delivery-4af8c9060c9122afe6731a2b94daf760f19ecd2685c7213c061801450856d304.svg);
}
.summary_row_container .summary_image_row#summary_image_row_ongoing {
  background-image: url(/assets/icons/plan/checkout-ongoing-4cb359611561b7e6815fbea88cd1cc0d315d14d760650e92bc8be50525f8fd36.svg);
}
.summary_row_container .summary_row_container_total {
  padding: 20px 0 10px 0;
  margin-top: 10px;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}

#promise_box {
  text-align: center;
  padding: 15px;
  background-color: rgba(130, 199, 128, 0.3);
  border-radius: 0 0 10px 10px;
  text-align: left;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.payment_forms_container {
  margin-top: 70px;
}

.skin_3monthsubscription {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "MAISONNEUE-BOOK";
  opacity: 0.5;
  margin-top: 10px;
}

#promise_box ul {
  font-size: 14px;
}

#promise_box li {
  margin-bottom: 9px;
}

#promise_box p {
  padding-bottom: 10px;
  margin-bottom: 16px;
  margin-top: 0 !important;
  border-bottom: 1px solid rgba(0, 61, 59, 0.3);
}

.nextsteps_explainer img {
  position: absolute;
  width: 75px;
  height: 75px;
  top: -29px;
  right: 0;
}
.nextsteps_explainer h3 {
  position: relative;
  display: inline-block;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .nextsteps_explainer {
    text-align: center;
  }
  .nextsteps_explainer p {
    margin-left: auto;
    margin-right: auto;
  }
}

.summary_row_double {
  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;
}

.pay_now_btn {
  background-color: #82c780 !important;
  color: #003d3b !important;
  border-radius: 5px;
  background-image: none !important;
}

.summary_row_double > div:first-child::after {
  content: "";
  display: block;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 17px;
  position: absolute;
  border-right: 1px solid rgba(0, 61, 59, 0.3);
}

.summary_row_double > div:first-child {
  padding-right: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .summary_row_double > div:first-child {
    padding-right: 18px;
  }
}

.summary_row_double > div:last-child {
  padding-left: 16px;
}
@media (min-width: 768px) {
  .summary_row_double > div:last-child {
    padding-left: 18px;
  }
}

@media (max-width: 375px) {
  .summary_row_combination.summary_row_double > div:first-child {
    padding-right: 10px;
  }
}

@media (max-width: 375px) {
  .summary_row_combination.summary_row_double > div:last-child {
    padding-left: 10px;
  }
}

#upper_container {
  padding-bottom: 25px;
}
#upper_container .container {
  padding-top: 90px;
}

#ingredients_disclaimer {
  padding-left: 15px;
  padding-right: 15px;
  border-top: 1px solid #ccc;
  padding-top: 20px;
  max-width: 37ch;
}
@media (min-width: 992px) {
  #ingredients_disclaimer {
    max-width: 57ch;
  }
}

#howdoiknow {
  background-color: white;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.04);
  padding: 35px 15px;
  margin-top: -110px;
}
@media (min-width: 768px) {
  #howdoiknow {
    padding-top: 42px;
  }
}

#plan_willitwork {
  text-align: left;
  padding: 20px 15px 25px 15px;
  margin-top: 31px;
  border-radius: 10px;
}
#plan_willitwork strong {
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  #plan_willitwork strong {
    max-width: 27ch;
  }
}
@media (min-width: 992px) {
  #plan_willitwork {
    padding: 25px 35px 30px 35px;
    margin-bottom: 45px;
  }
}

#skin_summary_payment h3 {
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  #skin_summary_payment h4, #skin_summary_payment h5 {
    text-align: center;
  }
}
@media (min-width: 992px) {
  #plan_confirm h3:not(#skin_summary_payment h3) {
    margin-top: 80px;
  }
}
@media (max-width: 600px) {
  #skin_product_breakdown_container {
    padding-left: 0;
    padding-right: 0;
  }
}
#skin_product_breakdown {
  -webkit-transform: translateX(-25px);
          transform: translateX(-25px);
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}

.skin_product {
  -webkit-transform: translateY(-15px);
          transform: translateY(-15px);
  -webkit-transition-duration: 0.3s;
          transition-duration: 0.3s;
}

#skin_product_breakdown, .skin_product {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  -webkit-transition-property: all;
  transition-property: all;
  opacity: 0;
}
#skin_product_breakdown.reveal, .skin_product.reveal {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.skin_product:nth-child(1) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.skin_product:nth-child(2) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.skin_product:nth-child(3) {
  -webkit-transition-delay: 0.7s;
          transition-delay: 0.7s;
}

.skin_product:nth-child(4) {
  -webkit-transition-delay: 0.9s;
          transition-delay: 0.9s;
}

#skin_product_breakdown {
  background-image: url(/assets/product/skin_pharmaceuticals-16f4d42638ebb0b1bdd72a23ae8fd81d5a9f49dd32ea70d4e39c4ad081efd686.jpg);
  background-image: url(/assets/product/skin_bottle_blank-277c90d00f759401acf192b62860fce018c2a9d2027a7bc0a5299e1b542c4cd5.png);
  background-position: center left -60px;
  background-repeat: no-repeat;
  background-size: 220px;
  height: 370px;
  padding-top: 50px;
  padding-left: 117px;
  padding-right: 10px;
  margin-bottom: 10px;
  max-width: 365px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 352px) {
  #skin_product_breakdown {
    padding-left: 140px;
    background-size: 230px;
    background-position: center left -35px;
  }
}
@media (min-width: 500px) {
  #skin_product_breakdown {
    max-width: 400px;
    padding-left: 139px;
    padding-top: 49px;
  }
}
@media (min-width: 768px) {
  #skin_product_breakdown {
    background-size: 270px;
    height: 460px;
    padding-top: 80px;
    max-width: 500px;
    background-position: center left;
    padding-left: 210px;
  }
  #skin_product_breakdown.skin_product_breakdown_acne {
    padding-top: 68px;
  }
}

#skin_product_breakdown .skin_sticker {
  right: auto;
  bottom: 100px;
  top: auto;
  font-size: 16px;
  width: 100px;
  height: 90px;
  background-size: 95px;
  left: 1px;
}
#skin_product_breakdown .skin_sticker span {
  -webkit-transform: translateY(14px) rotate(-4deg);
          transform: translateY(14px) rotate(-4deg);
}
@media (min-width: 352px) {
  #skin_product_breakdown .skin_sticker {
    left: 29px;
  }
}
@media (min-width: 500px) {
  #skin_product_breakdown .skin_sticker {
    left: 30px;
  }
}
@media (min-width: 768px) {
  #skin_product_breakdown .skin_sticker {
    background-size: 110px;
    width: 110px;
    left: 80px;
    bottom: 125px;
    font-size: 16px;
  }
  #skin_product_breakdown .skin_sticker span {
    -webkit-transform: translateY(16px) rotate(-4deg);
            transform: translateY(16px) rotate(-4deg);
  }
}

.skin_product {
  margin-bottom: 20px;
  padding-left: 40px;
}
@media (min-width: 500px) {
  .skin_product {
    padding-left: 70px;
  }
}
@media (min-width: 768px) {
  .skin_product {
    margin-bottom: 25px;
  }
}
.skin_product span {
  font-size: 13px;
  line-height: 1.5;
  display: block;
}
@media (min-width: 366px) {
  .skin_product span {
    font-size: 14px;
  }
}
.skin_product h6 {
  padding-left: 25px;
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  position: relative;
  margin-bottom: 4px;
  font-size: 18px;
  font-size: 13px;
  padding-top: 1px;
  padding-bottom: 1px;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "MaisonNeue-Demi";
}
.skin_product h6::before {
  content: "";
  display: block;
  position: absolute;
  height: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: 1px dashed #82c780;
  left: -30px;
  width: 20px;
}
@media (min-width: 500px) {
  .skin_product h6::before {
    left: -50px;
    width: 40px;
  }
}

.skin_product:nth-child(1) h6::before, .skin_product:nth-child(2) h6::before {
  left: -47px;
  width: 37px;
}
@media (min-width: 500px) {
  .skin_product:nth-child(1) h6::before, .skin_product:nth-child(2) h6::before {
    left: -70px;
    width: 60px;
  }
}

.skin_product_breakdown_acne .skin_product {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .skin_product_breakdown_acne .skin_product {
    margin-bottom: 40px;
  }
}

#skin_ingredients, #skin_ingredients_static {
  margin-top: 35px;
  padding-top: 45px;
  padding-bottom: 50px;
}

#skin_ba_container, #skin_ingredients_static {
  padding-top: 45px;
}
@media (min-width: 768px) {
  #skin_ba_container, #skin_ingredients_static {
    padding-top: 65px;
  }
}

#skin_ingredients .container, #skin_ba_container .container {
  padding: 0;
}

#skin_ingredients h3, #skin_ba_container h3 {
  padding-left: 15px;
}

#skin_ingredients h3, #skin_ba_container h3, #skin_ingredients_static h3 {
  margin-bottom: 17px;
}

.skin_ingredients_scroller .carousel-cell {
  width: 85%;
  padding-left: 15px;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .skin_ingredients_scroller .carousel-cell {
    width: 65%;
  }
}

@media (max-width: 400px) {
  #skin_ingredients .carousel-cell {
    min-height: 445px;
  }
}
#skin_ba_container .carousel-cell > div {
  border: 1px solid rgba(0, 61, 59, 0.3);
  border-radius: 10px;
}

#skin_ba_container .skin_ingredients_details {
  padding: 20px 15px;
}

#skin_ba_container {
  margin-bottom: 110px;
}

.skin_ingredients_scroller .carousel-cell:last-child {
  padding-right: 15px;
}

.skin_ingredients_scroller .skin_ingredients_header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 225px;
  height: 170px;
  border-radius: 9px 9px 0 0;
  position: relative;
  padding: 20px 15px;
}
.skin_ingredients_scroller .skin_ingredients_header::before {
  content: "";
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 20px;
  display: block;
  width: 20px;
  height: 20px;
  top: 10px;
  top: -22px;
  right: 10px;
  position: absolute;
}
.skin_ingredients_scroller .skin_ingredients_header * {
  color: white;
}

#skin_ing .skin_ingredients_header {
  margin-top: 32px;
}

.skin_ingredients_scroller .skin_ingredients_details {
  padding: 15px;
  padding-top: 13px;
  padding-bottom: 55px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.skin_ingredients_scroller .skin_ingredients_details a {
  display: block;
  position: absolute;
  bottom: 15px;
  left: 30px;
  text-decoration: underline;
}

.skin_ingredients_scroller .flickity-page-dots {
  bottom: -31px;
}

#retinoid_card .skin_ingredients_header::before {
  background-image: url(/assets/icons/plan/skin-retinoid-43cf28649009d4f6006828f47524f784318cc6d28a58928e46d93a1598942706.svg);
}

#niacinamide_card .skin_ingredients_header::before {
  background-image: url(/assets/icons/plan/skin-niacinamide-8798c15a8c1bf3e3527fceb9f86e5c21f6f0cc697d6ace0dd7145d6631efc722.svg);
}

#hyaluronic_card .skin_ingredients_header::before {
  background-image: url(/assets/icons/plan/skin-hyaluronic-57564095060f9da7c7d04f5a4b71607c8f9d82c275e6f4624012f53ffd1c029f.svg);
}

#coenzyme_card .skin_ingredients_header::before {
  background-image: url(/assets/icons/plan/skin-coenzyme-264393271cb96f3bf4c3faa4e0c8c5eb4b6a64c59fd2b5e4c8bcd847853f7735.svg);
}

#ada_card .skin_ingredients_header::before {
  background-image: url(/assets/icons/plan/skin-retinoid-43cf28649009d4f6006828f47524f784318cc6d28a58928e46d93a1598942706.svg);
}

#bp_card .skin_ingredients_header::before {
  background-image: url(/assets/icons/plan/skin-bp-86ad32e014715afa1adbc33252ab65931ad5ddda3b56dc7998a1625421aa0c4e.png);
}

#retinoid h6 {
  background-image: url(/assets/icons/plan/skin-retinoid_green-75bc0c1cbf2164fd84727a2618954a0287bf4ac077586937c4c3f414c2e70a81.svg);
}

#niacinamide h6 {
  background-image: url(/assets/icons/plan/skin-niacinamide_green-0d733a785feb78b92bbc360402832975be9d548e0292262ef4aef735b91a262c.svg);
}

#hyaluronic h6 {
  background-image: url(/assets/icons/plan/skin-hyaluronic_green-31ffa1f645eef409331ce18bbda5bd5369ff66fcdee02df0e57a3a0bee2d604f.svg);
}

#coenzyme h6 {
  background-image: url(/assets/icons/plan/skin-coenzyme_green-4153bcdca2c8d40a2bf0ed0167e09becf098d94a24f80b4a2caeff595a4ed068.svg);
}

#ada h6 {
  background-image: url(/assets/icons/plan/skin-retinoid_green-75bc0c1cbf2164fd84727a2618954a0287bf4ac077586937c4c3f414c2e70a81.svg);
}

#bp h6 {
  background-image: url(/assets/icons/plan/skin-bp_green-1df608fc8aa9e685fe19dd736bf058682b0eeeb8d8339547278adb2ec42f2ee9.png);
}

#skin_ba .skin_ingredients_header {
  background-size: cover;
  width: 100%;
  height: 230px;
}

#retinoid_card .skin_ingredients_header, #retinoid_modal .modal_header_image {
  background-image: url(/assets/product/skin-ingredients/skin-hyaluronic-2a016ad17815c526bdbc76cb7b167bf5d726c09afc13faca466c54cbd4c9a2c6.jpg);
}

#niacinamide_card .skin_ingredients_header, #niacinamide_modal .modal_header_image {
  background-image: url(/assets/product/skin-ingredients/skin-niacinamide-e0ca17784c618a1aad7319fc08ac1eb27d5d0f1ad33f8ded92343e3f05f92d32.jpg);
}

#hyaluronic_card .skin_ingredients_header, #hyaluronic_modal .modal_header_image {
  background-image: url(/assets/product/skin-ingredients/skin-retinoid-232411d297e5842f1e43df262062c55cf15812d05950ad8cd9fe08ffd4de83ae.jpg);
}

#coenzyme_card .skin_ingredients_header, #coenzyme_modal .modal_header_image {
  background-image: url(/assets/product/skin-ingredients/skin-coenzyme-7adce7660bcb284c0345383e805351372b49293d2a771cb353403ad564ea8f7e.jpg);
}

#ada_card .skin_ingredients_header, #ada_modal .modal_header_image {
  background-image: url(/assets/product/skin-ingredients/skin-retinoid-232411d297e5842f1e43df262062c55cf15812d05950ad8cd9fe08ffd4de83ae.jpg);
}

#bp_card .skin_ingredients_header, #bp_modal .modal_header_image {
  background-image: url(/assets/product/skin-ingredients/skin-antimicrobial-e7ddc924085177d22fc77804c00c3db5d05cd3e569ea30e00b30df29ba7b60da.jpg);
}

.skin_ingredient_modal .modal_header_image {
  background-size: 75%;
  margin-bottom: 0;
}

.skin_ingredient_modal .modal-content {
  border-radius: 8px;
}

.skin_ingredient_modal h5 {
  margin-bottom: 15px;
  font-size: 16px;
  color: #82c780 !important;
}

.skin_ingredient_modal .ul_tick {
  padding-left: 0;
}
.skin_ingredient_modal .ul_tick li {
  margin-bottom: 5px;
}

@media (min-width: 768px) {
  .skin_ingredient_modal .modal-body {
    padding-left: 25px;
    padding-right: 25px;
  }
}
#pre_purchase_ready {
  padding: 20px 15px;
  background-image: url(/assets/product/skin_pharmaceuticals-16f4d42638ebb0b1bdd72a23ae8fd81d5a9f49dd32ea70d4e39c4ad081efd686.jpg);
  background-position: center right 12px;
  background-size: 45px;
  background-repeat: no-repeat;
  margin-top: -20px;
}

.pre_purchase_ready_text {
  position: relative;
  display: block;
  color: #82c780;
  padding-left: 15px;
}
.pre_purchase_ready_text::before {
  content: "";
  position: absolute;
  display: block;
  border-radius: 50%;
  background-color: #82c780;
  width: 8px;
  height: 8px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

#pre_purchase_ready, .skin_ingredients_scroller .carousel-cell > div {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.04);
}

.skin_ingredients_scroller .carousel-cell > div {
  min-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;
  width: 100%;
  margin-bottom: 5px;
}

#skin_ba .carousel-cell > div {
  -webkit-box-shadow: none;
          box-shadow: none;
}

#skin_ba .skin_ingredients_header::after, #skin_ba .skin_ingredients_header::before {
  content: "After";
  position: absolute;
  top: 5px;
  right: 5px;
  color: white;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-family: "MaisonNeue-Demi";
  font-size: 12px;
}

#skin_ba .skin_ingredients_header::before {
  content: "Before";
  right: auto;
  left: 0;
  width: 50%;
  text-align: right;
  padding-right: 5px;
}

#skin_ing .carousel-cell > div {
  min-height: 500px;
}

#pre_purchase_next_steps {
  padding-left: 14px;
  border-left: 1px solid rgba(0, 61, 59, 0.3);
  margin-top: 15px;
  font-size: 14px;
}

.nav.sand {
  background-color: #ebebd4 !important;
}

#skin_summary_payment {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  margin-top: 35px;
}
@media (min-width: 768px) {
  #skin_summary_payment {
    padding-top: 35px;
    margin-top: 50px;
  }
}

@media (min-width: 650px) {
  .skin_ingredients_fade {
    height: 100%;
    background: -webkit-gradient(linear, left top, right top, from(rgba(245, 245, 234, 0)), to(rgb(245, 245, 234)));
    background: -webkit-linear-gradient(left, rgba(245, 245, 234, 0) 0%, rgb(245, 245, 234) 100%);
    background: linear-gradient(90deg, rgba(245, 245, 234, 0) 0%, rgb(245, 245, 234) 100%);
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 15px;
    z-index: 2;
  }
  .green .skin_ingredients_fade {
    background: -webkit-gradient(linear, left top, right top, from(rgba(130, 199, 128, 0)), to(rgb(130, 199, 128)));
    background: -webkit-linear-gradient(left, rgba(130, 199, 128, 0) 0%, rgb(130, 199, 128) 100%);
    background: linear-gradient(90deg, rgba(130, 199, 128, 0) 0%, rgb(130, 199, 128) 100%);
  }
  #skin_ba_container .skin_ingredients_fade {
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  }
  .skin_ingredients_fade.left {
    left: 0;
    right: auto;
    background: -webkit-gradient(linear, left top, right top, from(rgb(245, 245, 234)), to(rgba(245, 245, 234, 0)));
    background: -webkit-linear-gradient(left, rgb(245, 245, 234) 0%, rgba(245, 245, 234, 0) 100%);
    background: linear-gradient(90deg, rgb(245, 245, 234) 0%, rgba(245, 245, 234, 0) 100%);
  }
  .green .skin_ingredients_fade.left {
    background: -webkit-gradient(linear, left top, right top, from(rgb(130, 199, 128)), to(rgba(130, 199, 128, 0)));
    background: -webkit-linear-gradient(left, rgb(130, 199, 128) 0%, rgba(130, 199, 128, 0) 100%);
    background: linear-gradient(90deg, rgb(130, 199, 128) 0%, rgba(130, 199, 128, 0) 100%);
  }
  #skin_ba_container .skin_ingredients_fade.left {
    background: -webkit-gradient(linear, left top, right top, from(rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  }
}
#plan_ingredient_summary {
  margin-bottom: 25px;
  margin-top: -11px;
}
@media (min-width: 768px) {
  #plan_ingredient_summary {
    margin-bottom: 30px;
  }
}

#plan_ingredient_summary strong {
  opacity: 0.5;
}

#plan_ingredient_summary > div:not(:last-child) {
  margin-bottom: 5px;
}

.review_scroller .scroller_card {
  width: 80%;
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 15px;
  margin-left: 0;
  margin-right: 0 !important;
}
@media (min-width: 768px) {
  .review_scroller .scroller_card {
    height: 270px;
  }
}
.review_scroller .scroller_card .review_card {
  background-color: white;
  padding: 15px;
  padding-bottom: 100px;
  width: 100%;
}
@media (min-width: 768px) {
  .review_scroller .scroller_card .review_card {
    padding: 20px;
    padding-bottom: 110px;
  }
}

#reviews .container {
  padding-left: 0;
  padding-right: 0;
}

#reviews {
  padding-top: 40px;
  padding-bottom: 120px;
}

.review_customer {
  padding-top: 20px;
  position: absolute;
  bottom: 15px;
}

.review_image {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin-bottom: 7px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-image: url(/assets/icons/profile_blank-2bc17158ae2cacce637547876d50463184dcb1bf19ee4bf3af40f67675ff778c.svg);
}
@media (min-width: 768px) {
  .review_image {
    width: 40px;
    height: 40px;
  }
}

#review_1 .review_image {
  background-image: url(/assets/general/reviewers/will-f177504da6a91a114a2c02382dbbdb0aa0b834ea1c70339109463eb56d184f4d.jpg);
}

#review_2 .review_image {
  background-image: url(/assets/general/reviewers/david-3303e104d77d51537a206c55fa964046894a42aa89d34e4b491afae04792ac10.jpg);
}

#review_3 .review_image {
  background-image: url(/assets/general/reviewers/rick-88e4933c595b38fe36723c4881973ef09304d04c181c10ea88671e61f8f02638.jpg);
}

#review_4 .review_image {
  background-image: url(/assets/general/reviewers/simon-28935f77a5fe172e40fc544669ee5986e48d69b45f011b11628621f8132b54aa.jpg);
}

.info_block .ul_tick {
  padding-left: 10px;
}

#packaging_disclaimer {
  padding-bottom: 10px;
  text-align: center;
}
@media (max-width: 400px) {
  #packaging_disclaimer {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
}

#moneyback-line {
  margin-top: 8px;
}
@media (min-width: 768px) {
  #moneyback-line {
    margin-top: 5px;
  }
}

.moneyback-line_icon {
  background-image: url(/assets/icons/moneyback-line-5579f58abc446d04968f53543946cbd3fdfe5f0402e38390387d4e84de778816.svg);
  background-repeat: no-repeat;
  background-size: 21px;
  width: 23px;
  height: 25px;
  display: inline-block;
  position: relative;
  top: 9px;
}

.skin_concerns {
  margin-bottom: 13px;
  margin-top: 11px;
}

.green_light {
  background-color: rgba(130, 199, 128, 0.3);
}

.blue_light {
  background-color: rgba(122, 229, 229, 0.3);
}

.pink_light {
  background-color: rgba(255, 161, 171, 0.3);
}

.orange_light {
  background-color: rgba(255, 99, 64, 0.3);
}

.yellow_light {
  background-color: rgba(255, 240, 125, 0.3);
}

.skin_concerns > div {
  border-radius: 100px;
  padding: 4px 8px;
  display: inline-block;
}

.skin_concerns > div h5 {
  margin-bottom: 0;
  font-size: 11.5px;
  color: black;
}

#skin_ba .light {
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  #skin_ba .light {
    margin-bottom: 11px;
    margin-top: 14px;
  }
}

.plan_repeat {
  background-image: url(/assets/icons/repeat-c9076dff416772be1545679cd667ff7224d1b8ab8b9c509850dfe50c47e98116.svg);
  background-repeat: no-repeat;
  background-size: 13px;
  background-position: center left;
  padding-left: 16px;
  font-size: 14px;
}

.medical_assessed .plan_repeat {
  margin-top: 3px;
}

.plan_summary_loop .plan_summary_line:nth-child(2) {
  margin-top: 15px;
}

.async_progress {
  margin-left: auto;
  margin-right: auto;
  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;
  position: relative;
  margin-bottom: 50px;
  margin-left: -20px;
  margin-right: -20px;
}
@media (min-width: 500px) {
  .async_progress {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }
}
.async_progress::before {
  content: "";
  border-bottom: 1px solid #003d3b;
  height: 0;
  margin: auto;
  position: absolute;
  top: -32px;
  bottom: 0;
  right: 0;
  left: 0;
  width: 80%;
}

.async_progress_dot {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  z-index: 2;
}
.async_progress_dot h5 {
  margin-bottom: 0;
  font-size: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 25px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 0;
  font-size: 11px;
  display: flex;
  align-items: center;
  min-height: 25px;
  justify-content: center;
  font-family: "MaisonNeue-Book";
  letter-spacing: 0;
  text-transform: none;
  max-width: 9ch;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 768px) {
  .async_progress_dot h5 {
    max-width: none;
  }
}
.async_progress_dot::before {
  content: "";
  width: 20px;
  height: 20px;
  display: block;
  border: 1px solid #003d3b;
  border-radius: 100%;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 7px;
}
.async_progress_dot.done::before {
  background-color: #003d3b;
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: center;
}
.async_progress_dot.done.tick::before {
  background-image: url(/assets/icons/tick-white-alt-aef6257c35fdada6132cf64ddc8f190ec1cfe81a9052e6862db08c4e386ceb6e.svg);
}

#next_steps_container {
  overflow: hidden;
}

#plan_summary_container {
  padding-bottom: 90px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  #plan_summary_container {
    margin-bottom: 70px;
  }
}

@media (min-width: 768px) {
  #next_steps_container h3 {
    margin-top: 50px;
  }
}

.next_steps_bottle {
  background-image: url(/assets/product/skin_bottle_blank-277c90d00f759401acf192b62860fce018c2a9d2027a7bc0a5299e1b542c4cd5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 260px;
  width: 210px;
  margin: 0 auto;
  position: absolute;
  left: 0;
  right: 0;
  top: -250px;
}
@media (min-width: 768px) {
  .next_steps_bottle {
    height: 300px;
    width: 220px;
    top: -270px;
  }
}

.skin_sticker {
  background-image: url(/assets/product/skin_sticker-58832745fb537c58ee0742f8ff8088109129121a7e75c5a9c79174f6926f7db0.png);
  background-size: 76px;
  background-position: center;
  position: absolute;
  top: 93px;
  bottom: 0;
  right: 0;
  left: 0;
  background-repeat: no-repeat;
  font-family: "Conformity";
  font-size: 13px;
  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;
}
.skin_sticker span {
  -webkit-transform: translateY(12px) rotate(-4deg);
          transform: translateY(12px) rotate(-4deg);
}
@media (min-width: 768px) {
  .skin_sticker {
    background-size: 86px;
  }
}

@font-face {
  font-family: "Conformity";
  src: url(/assets/Conformity-3e6c3d4be9e03fbed40a8fb47591ee02cb706d3a9f82fc424f09f5961c027465.TTF);
  font-display: swap;
}
/* NEW CHECKOUT STYLE */
.skin_checkout#plan_confirm input[type=text], .skin_checkout#plan_confirm input[type=number], .skin_checkout#plan_confirm input[type=email], .skin_checkout#plan_confirm select, .skin_checkout#plan_confirm .residential_address_check, .skin_checkout#plan_confirm .payment_frequency_btn {
  border-radius: 5px !important;
  border: 1px solid #ccc !important;
  min-height: auto !important;
  padding: 16px 14px;
  font-size: 16px !important;
  background-color: white !important;
}

.skin_checkout#plan_confirm .payment_frequency_btn {
  padding-left: 50px;
  min-height: 84px !important;
  margin-bottom: 0 !important;
  border-radius: 0 !important;
  background-position: center right 20px !important;
  background-repeat: no-repeat;
}
.skin_checkout#plan_confirm .payment_frequency_btn#pay_in_full {
  margin-top: 5px;
  border-radius: 5px 5px 0 0 !important;
}
.skin_checkout#plan_confirm .payment_frequency_btn#pay_in_full.visa {
  background-image: url(/assets/icons/cc-visa-d8834815644a7f987d8652449b40ff96e5506c85d1888f231fe2dbba5b643b80.png) !important;
  background-size: 40px !important;
}
.skin_checkout#plan_confirm .payment_frequency_btn#pay_in_full.mastercard {
  background-image: url(/assets/icons/cc-mastercard-e6d3fa2a938fa63e59547509bb23fc60fb269e421d86c9a20ec22c870cbfdc12.png) !important;
  background-size: 40px !important;
}
.skin_checkout#plan_confirm .payment_frequency_btn#pay_in_full.american, .skin_checkout#plan_confirm .payment_frequency_btn#pay_in_full.amex {
  background-image: url(/assets/icons/cc-amex-9a7d5cbd5b791f78ad0d40074a1762741ce59fe5d341bc81d4cc1fa1762bf67a.png) !important;
  background-size: 40px !important;
}
.skin_checkout#plan_confirm .payment_frequency_btn#zip_pay_btn {
  background-position: center right 14px !important;
  border-top: 0 !important;
}
.skin_checkout#plan_confirm .payment_frequency_btn#paypal_btn {
  background-size: 74px;
  border-top: 0 !important;
}
@media (min-width: 992px) {
  .skin_checkout#plan_confirm .payment_frequency_btn#paypal_btn {
    background-size: 83px;
  }
}
.skin_checkout#plan_confirm .payment_frequency_btn:last-child {
  border-radius: 0 0 5px 5px !important;
  border-top: 0 !important;
}

.skin_checkout#plan_confirm .payment_frequency .payment_frequency_btn {
  padding: 16px 14px 16px 50px !important;
}
@media (min-width: 992px) {
  .skin_checkout#plan_confirm .payment_frequency .payment_frequency_btn {
    padding: 20px 14px 20px 57px !important;
  }
}

.payment_frequency_btn .cardno {
  margin-right: 2px;
}

@media (min-width: 992px) {
  .skin_checkout#plan_confirm .payment_frequency_btn > div::before {
    left: -33px;
  }
}
.skin_checkout#plan_confirm h3 {
  margin-top: 0 !important;
}

.skin_checkout#plan_confirm #confirm_paymentfrequency {
  margin-top: 40px !important;
}

.skin_checkout#plan_confirm .residential_address_check {
  min-height: 70px !important;
  margin-bottom: 0 !important;
}

#skin_summary_forms .container {
  padding-top: 55px;
  margin-top: 30px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  #skin_summary_forms .container {
    margin-top: 50px;
    padding-top: 75px;
  }
}

.skin_checkout#plan_confirm .payment_frequency > .active > div::before, .skin_checkout#plan_confirm .payment_frequency > a:hover > div::before, .skin_checkout#plan_confirm .payment_frequency input:checked + label > div::before, .skin_checkout#plan_confirm .payment_frequency > label:hover > div::before, .skin_checkout#plan_confirm .payment_frequency > .payment_frequency_btn:hover > div::before {
  border: 6px solid #434444;
  background-image: none !important;
}

.skin_checkout#plan_confirm hr {
  display: none;
}

.skin_checkout#plan_confirm .async_title {
  display: none;
}

.skin_checkout#plan_confirm .alt_title {
  display: block !important;
}

.skin_checkout#plan_confirm .async_subtitle {
  margin-top: 30px;
}

.skin_checkout#plan_confirm .form_row.dob {
  margin-bottom: 0 !important;
}

.skin_checkout#plan_confirm #pay_in_full_container {
  background-color: #f6f6f6;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.skin_checkout#plan_confirm #pay_in_full_container > div {
  padding: 15px;
}
.skin_checkout#plan_confirm #pay_in_full_container.active {
  border-bottom: 1px solid #ccc;
}

.skin_checkout#plan_confirm #pay_in_full_container.active {
  max-height: 200px;
}

.skin_checkout#plan_confirm .flip_down {
  font-size: 14px;
}

.skin_checkout#plan_confirm .discount_code_link {
  font-size: 14px;
  margin-top: 13px;
}
.skin_checkout#plan_confirm .discount_code_link a {
  padding-right: 19px;
}

.skin_checkout#plan_confirm #change_card_btn {
  opacity: 0.5;
  position: relative;
  left: 1px;
}
@media (min-width: 768px) {
  .skin_checkout#plan_confirm #change_card_btn {
    font-size: 12px;
    bottom: 1px;
  }
}

.skin_checkout#plan_confirm .existingcard {
  border: 0;
}

.express_paypal {
  border-radius: 5px;
  background-color: #FFD53F;
  background-image: url(/assets/icons/paypal-67f56634a3c6e7e78463e2745943d6113f9f0bda7d5d7d630e59f18e1c39bcba.svg);
  background-position: center;
  background-repeat: no-repeat;
  width: 270px;
  height: 50px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-size: 90px;
  margin-top: 14px;
}

#express_checkout {
  padding: 45px 0;
}
@media (min-width: 768px) {
  #express_checkout {
    padding: 55px 0;
  }
}

#not_convinced {
  padding-top: 35px;
  padding-bottom: 20px;
}

.quiz_tag_skin {
  font-size: 12px;
}

.quiz_tag_skin_container {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  max-width: 460px;
}

#skin_ing .quiz_tag_skin {
  position: absolute;
  top: 10px;
  left: 23px;
  display: block;
  z-index: 3;
}

#upper_container h3 {
  margin-bottom: 14px;
  margin-top: 19px;
}

#address_detail .or_divider, #skin_summary_forms .or_divider, .payment_forms_container .or_divider {
  margin: 20px 0 40px;
}

.sand_light .or_divider::before {
  background-color: #f5f5ea;
}

.express_checkout_discount_container {
  display: inline-block;
}
.express_checkout_discount_container span {
  font-size: 12px;
  text-decoration: underline;
  bottom: 1px;
  position: relative;
  opacity: 0.5;
}

#paypal_padder {
  padding-top: 0;
}

#manual_checkout {
  margin-bottom: 20px;
}

#discount_modal .modal-body {
  position: relative;
  padding: 40px 20px;
}
@media (min-width: 992px) {
  #discount_modal .modal-body {
    padding: 50px;
  }
}

#discount_modal .discount_approved, #discount_modal .discount_failed {
  font-size: 14px !important;
}

.paypal-button-express-checkout {
  background-color: #ffc439;
  background-image: url(/assets/icons/paypal-67f56634a3c6e7e78463e2745943d6113f9f0bda7d5d7d630e59f18e1c39bcba.svg);
  background-size: 60px;
  background-repeat: no-repeat;
  background-position: center right 17px;
  color: black !important;
}

.also_like_row .plan_addon_price {
  margin-top: 0;
  font-size: 14px;
}

.also_like_row .info {
  background-size: 20px;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 10;
}
.also_like_row .plan_addon_details {
  padding: 0;
}

@media (min-width: 992px) {
  .plan_addon_item .summary_product_image {
    width: 130px;
    height: 120px;
  }
  #addons_detail .also_like_row {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#addon_cart_summary {
  position: fixed;
  bottom: 76px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  z-index: 103;
}
@media (min-width: 992px) and (min-height: 800px) {
  #addon_cart_summary {
    bottom: 93px;
  }
}
#addon_cart_summary .collapse-btn > div, #addon_cart_summary .cart_summary_container {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
}
#addon_cart_summary .cart_summary_container {
  max-width: 617px;
}
#addon_cart_summary .collapse-btn .hide_order_summary::after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
#addon_cart_summary .collapse-btn.active .hide_order_summary::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
#addon_cart_summary #collapseSummary {
  max-height: calc(100vh - 300px);
  overflow: scroll;
  border-bottom: 1px solid #ccc;
}
#addon_cart_summary .cart_summary hr {
  margin-left: 0;
  margin-right: 0;
}
#addon_cart_summary .summary_product_image {
  background-color: white;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  min-width: 50px;
  min-height: 50px;
  margin-right: 13px;
  background-size: 80%;
}
#addon_cart_summary #plan_summary {
  font-family: "MaisonNeue-Demi";
  font-size: 18px;
  margin-top: 0;
  margin-bottom: 0;
}
#addon_cart_summary #plan_summary .light, #addon_cart_summary #plan_summary .trial {
  font-family: "MaisonNeue-Book";
  font-size: 14px;
  display: block;
  opacity: 1;
}
#addon_cart_summary #plan_summary .light {
  margin-bottom: 20px;
}
#addon_cart_summary #plan_summary .plan_repeat.light {
  opacity: 0.5;
}
#addon_cart_summary .cart_row_info .small_text {
  display: none;
}
#addon_cart_summary .cart_row_info .product_price_container {
  padding-top: 3px;
}
#addon_cart_summary .cart_row {
  padding-top: 0;
}
#addon_cart_summary #check-coupon-express {
  padding: 0;
}
#addon_cart_summary .remove-btn {
  margin-top: 1px;
}
#addon_cart_summary .addons_summary {
  display: none;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 61, 59, 0.3);
}

#addons_detail #express_checkout_floating_btn {
  z-index: 102;
  padding-top: 16px;
}
#addons_detail .plan_addon_btn_plan {
  background-image: url(/assets/icons/tick-dark-baf51dd73c137dbc496fd85e4651aa359bcf2af6b0ed5aee76fda946252c8ffc.svg);
  background-repeat: no-repeat;
  background-position: center left -9999px;
  background-size: 13px;
  width: 130px !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
#addons_detail .added .plan_addon_btn_plan {
  background-color: #82c780 !important;
  background-position: center left 13px;
  padding-left: 12px !important;
}
#addons_detail .np_product_description {
  display: block;
  margin-bottom: 7px;
}
#addons_detail .plan_addon_price {
  font-family: "MaisonNeue-Demi";
}
#addons_detail .plan_addon_price .light {
  font-family: "MaisonNeue-Book";
}
#addons_detail .plan_summary_addons {
  position: relative;
  padding-right: 82px;
}
#addons_detail .summary_price_list {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: auto;
  margin: auto;
  display: none;
}
#addons_detail .summary_price_list strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#addons_detail.express .form .container {
  padding-bottom: 205px;
}
#addons_detail.express .quiz_fineprint {
  font-size: 10px;
  max-width: 91ch;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.3;
  margin-top: 8px;
}
#addons_detail.express #express_checkout_floating_btn {
  height: 136px;
}
#addons_detail.express #addon_cart_summary {
  bottom: 136px;
}

.modal-content {
  border-radius: 6px !important;
}

.modal_header_image {
  border-radius: 6px 6px 0 0;
}

#skin_ing_static {
  margin-top: 25px;
}
#skin_ing_static .skin_ingredients_details {
  z-index: 2;
  position: relative;
}
#skin_ing_static .ing_static_card {
  background-color: white;
  border-radius: 8px;
  -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.04);
          box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.04);
  margin-bottom: 15px;
  position: relative;
  padding: 25px 15px;
  padding-bottom: 35px;
}
#skin_ing_static .skin_ingredients_header {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 200px;
  height: 135px;
  width: 140px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  border-radius: 8px;
}
#skin_ing_static .quiz_tag_skin {
  display: none;
}
#skin_ing_static h5 {
  font-size: 17px;
  margin-bottom: 18px;
}
#skin_ing_static .learnmore {
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-decoration: underline;
  font-size: 14px;
}
#skin_ing_static hr {
  border-top: 1px solid #ccc;
  width: 130px;
  margin-left: 0;
}

#skin_ing_static #bp_card .skin_ingredients_header {
  background-size: 180px;
  background-position: center right -10px;
}

#dontwishtoproceed {
  margin-bottom: 23px;
  margin-top: 32px;
}
@media (max-width: 992px) {
  #dontwishtoproceed {
    max-width: 33ch;
  }
}

.pricing_box_b {
  -webkit-box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
          box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.14);
  border-radius: 10px;
}
.pricing_box_b .text_bubble {
  margin-bottom: 14px;
  padding: 5px 9px;
  font-size: 11px;
  border-radius: 100px;
  display: inline-block;
  color: #003d3b;
  border: 1px solid #003d3b;
}

.pricing_box_b_image {
  background-image: url(/assets/product/unboxing-2308a40bb3fdcb8526496b09efa59b965ae7ddef17bb034bf046644b050643e1.jpg);
  position: relative;
  min-height: 160px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 10px 10px 0 0;
  color: white;
  padding: 10px;
}
@media (min-width: 992px) {
  .pricing_box_b_image {
    min-height: 200px;
    padding: 15px;
    padding-top: 20px;
  }
}
.pricing_box_b_image h4 {
  margin-bottom: 3px;
  font-size: 24px;
}
@media (min-width: 992px) {
  .pricing_box_b_image h4 {
    font-size: 29px;
    margin-top: 6px;
  }
}

.pricing_box_b_discount .pricing_box_b_image {
  min-height: 180px;
}
@media (min-width: 992px) {
  .pricing_box_b_discount .pricing_box_b_image {
    min-height: 220px;
  }
}

.image_overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.45);
  pointer-events: none;
  border-radius: 10px 10px 0 0;
}

.pricing_box_b_discount .image_overlay {
  background: rgba(0, 0, 0, 0.6);
}

#plan_discounted_text {
  margin-top: 7px;
}

.pricing_box_b_text {
  position: relative;
}

#faq_service_header {
  margin-top: 40px;
}

.pricing_box_b_included {
  padding: 15px;
  padding-top: 30px;
}
.pricing_box_b_included ul {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  padding-top: 10px;
  margin-top: 12px;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 35px;
  padding-right: 15px;
  margin-bottom: 0;
}
.pricing_box_b_included ul li {
  margin-bottom: 3px;
}
.pricing_box_b_included ul li::marker {
  font-size: 0.7em;
}

.b_benefits {
  margin-bottom: 20px;
  border-radius: 10px;
  padding: 15px;
}
@media (min-width: 992px) {
  .b_benefits {
    margin-bottom: 25px;
  }
}

.ul_circle_ticks {
  list-style: none;
  padding-left: 0;
  margin-top: 6px;
  margin-bottom: 0;
}
.ul_circle_ticks li {
  padding-bottom: 3px;
  background-image: url(/assets/icons/tick-dark-circle-d36b41dfb1c124b40a4fe20de2cf902b02b3582cb88c7497b4943b64f6275488.svg);
  background-position: top 3px left;
  background-size: 16px;
  background-repeat: no-repeat;
  padding-left: 24px;
  display: inline-block;
  line-height: 1.5;
}

#plan_faq_header {
  text-align: center;
}

.async_faq .fineprint {
  line-height: 1.3;
  font-size: 11px;
}

.tablet_amt {
  margin-top: 30px;
  margin-top: 3px;
  font-size: 14px;
}

.ingredient_effect, .tablet_amt {
  display: none;
  font-family: "MaisonNeue-Book";
}

#our_guarantee {
  margin-bottom: 86px;
  text-align: center;
  position: relative;
}
@media (min-height: 800px) {
  #our_guarantee {
    margin-bottom: 95px;
  }
}

#our_guarantee h4 {
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  margin-bottom: 20px;
}
#our_guarantee h4::before, #our_guarantee h4::after {
  content: "";
  display: block;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center left;
  bottom: 0;
}
@media (min-width: 992px) {
  #our_guarantee h4::before, #our_guarantee h4::after {
    -webkit-transform: scale(1.1);
            transform: scale(1.1);
  }
}
#our_guarantee h4::before {
  background-image: url(/assets/illustrations/personalised-2-eade93a3c723f9eb8d799ae096ec4214d580bf2c3229e85d65930da7ecfc306a.png);
  background-size: 63px;
  width: 63px;
  height: 63px;
  left: 0;
  top: -22px;
}
#our_guarantee h4::after {
  background-image: url(/assets/emojis/small_down-c3594087a938326f922b5ebef0a047938a46d5e1724474db4d5c5b2687d142e7.png);
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: 0;
  background-size: 50px;
  width: 50px;
  height: 50px;
  top: -11px;
}
@media (min-width: 992px) {
  #our_guarantee h4 {
    max-width: 350px;
  }
}

#our_guarantee #guarantee_link {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.plan_discounted_price {
  margin-top: 3px;
}
.plan_discounted_price p {
  font-size: 14px;
}
.plan_discounted_price .monthly_price {
  margin-left: -3px;
  margin-right: -3px;
}

@media (max-width: 600px) {
  #moneyback_li {
    max-width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 768px) {
  .mobile_only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .desktop_only {
    display: none !important;
  }
}

.mh_continue_to_payment {
  width: 100%;
  max-width: 362px;
  height: 70px;
  font-size: 16px;
  border-radius: 10px;
  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;
  margin-top: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  .mh_continue_to_payment {
    margin-top: 3.5rem;
  }
}
@media screen and (max-width: 992px) {
  .mh_continue_to_payment {
    padding-left: 24px;
    padding-right: 24px;
  }
}

.read_doctors_note {
  color: #82C780;
  color: #003d3b;
  font-size: 15px;
  line-height: 21px;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-family: "MaisonNeue-Demi";
  min-width: 190px;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.read_doctors_note img {
  margin-left: 8px;
  max-height: 9px;
  position: relative;
  top: -1px;
}

#read_note_top {
  background-color: #e7f3e6;
  height: 60px;
  position: fixed;
  top: 71px;
  z-index: 95;
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
  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;
  -webkit-transform: translateY(-50px);
          transform: translateY(-50px);
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  opacity: 0;
  left: 0;
  right: 0;
}
#read_note_top .doc_img {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  margin-right: 15px;
}
#read_note_top.reveal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}
@media (min-width: 768px) {
  #read_note_top {
    display: none;
  }
}

.mh_plans_section_overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 0;
  -webkit-transform: unset !important;
          transform: unset !important;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mh_plans_section_overview .btn {
  margin-top: 0;
  max-width: none;
}
.mh_plans_section_overview .btn#mh_continue_therapy_only {
  margin-top: 16px;
}
@media (min-width: 1200px) {
  .mh_plans_section_overview .btn#mh_continue_therapy_only {
    margin-bottom: 70px;
  }
}
@media screen and (max-width: 992px) {
  .mh_plans_section_overview {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mh_plans_section_overview .cust_name {
  margin-bottom: 22px;
}
.mh_plans_section_overview .fineprint {
  font-size: 12px;
  color: #BBBCBF;
  opacity: 1;
}
.mh_plans_section_overview .terms_note {
  line-height: 16px;
  color: #003D3B;
  text-align: left;
}
@media screen and (max-width: 992px) {
  .mh_plans_section_overview .terms_note {
    text-align: center;
    margin-top: 29px;
    margin-bottom: -5px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.mh_plans_section_overview .video_conf_popup {
  width: 500px;
  max-width: 100%;
  height: auto;
  padding: 66px 29px 33px;
  color: #fff;
  font-size: 16px;
  line-height: 20px;
  position: fixed;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background-color: #003D3B;
  border-radius: 10px;
  opacity: 0;
  -webkit-transition: opacity ease 0.5s;
  transition: opacity ease 0.5s;
  display: none;
  text-align: center;
  z-index: 999;
}
@media screen and (max-width: 992px) {
  .mh_plans_section_overview .video_conf_popup {
    max-width: 352px;
  }
}
.mh_plans_section_overview .video_conf_popup.popup_show {
  opacity: 1;
  display: block !important;
}
.mh_plans_section_overview .video_conf_popup.popup_hide {
  opacity: 0;
  display: block !important;
}
.mh_plans_section_overview .section_left {
  padding-right: 0;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .mh_plans_section_overview .section_left {
    padding-top: 0;
    padding-right: 25px;
  }
}
@media (min-width: 1200px) {
  .mh_plans_section_overview .section_left {
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
  }
}
.mh_plans_section_overview .section_left img {
  max-width: 100%;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 12px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 120px;
}
@media (min-width: 450px) {
  .mh_plans_section_overview .section_left img {
    max-height: 160px;
  }
}
@media (min-width: 768px) {
  .mh_plans_section_overview .section_left img {
    max-height: 200px;
  }
}
@media (min-width: 992px) {
  .mh_plans_section_overview .section_left img {
    max-height: unset;
    margin-bottom: 25px;
    min-height: 745px;
  }
}
.mh_plans_section_overview .section_right {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  padding-bottom: 40px;
}
@media (min-width: 992px) {
  .mh_plans_section_overview .section_right {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .mh_plans_section_overview .section_right {
    -ms-flex-preferred-size: 40%;
        flex-basis: 40%;
  }
}
.mh_plans_section_overview .section_right h4 {
  font-size: 30px;
  margin-bottom: 15px;
  margin-top: 10px;
}
@media screen and (min-width: 992px) {
  .mh_plans_section_overview .section_right h4 {
    font-size: 40px;
    margin-bottom: 16px;
  }
}
.mh_plans_section_overview .section_right #mh_payment_form {
  margin-top: 0px;
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  .mh_plans_section_overview .section_right #mh_payment_form {
    padding-top: 32px;
  }
}
.mh_plans_section_overview .section_right #mh_payment_form > h5 {
  display: none;
}
.mh_plans_section_overview .section_right #mh_payment_form #payment_options {
  margin-top: 32px;
}
.mh-checkout--plan .mh_plans_section_overview .section_right #mh_payment_form #payment_options {
  margin-top: 0;
}
.mh_plans_section_overview .section_right #mh_payment_form .discount_code_link {
  margin-bottom: 0;
  text-align: center;
  margin-top: 0;
}
.mh_plans_section_overview .section_right #mh_payment_form .discount_code_link a {
  text-decoration: none !important;
}
.mh_plans_section_overview .section_right #mh_payment_form .discount_code_link a h5 {
  font-size: 14px;
  line-height: 21px;
  color: #6B6B6B;
}
.mh_plans_section_overview .section_right #mh_payment_form .discount_code_link a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mh_plans_section_overview .section_right #mh_payment_form .discount_code_link.reveal a:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mh_plans_section_overview .section_right #mh_payment_form form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
.mh_plans_section_overview .section_right #mh_payment_form h3 {
  display: none;
}
.mh_plans_section_overview .section_right #mh_payment_form .btn {
  height: 60px;
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  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;
  padding: 0;
}
.mh_plans_section_overview .section_right #mh_payment_form #paypal_btn, .mh_plans_section_overview .section_right #mh_payment_form #afterpay_btn {
  margin-bottom: 15px;
}
.mh_plans_section_overview .section_right #mh_payment_form #paypal_btn, .mh_plans_section_overview .section_right #mh_payment_form #paypal_process_btn {
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal_btn-3e7024a3717b94f892f910cb0956d987428ef8db371ad34069d5929cadb04aa0.svg);
  color: black !important;
}
.mh_plans_section_overview .section_right #mh_payment_form #afterpay_btn, .mh_plans_section_overview .section_right #mh_payment_form #afterpay_process_btn {
  background-color: black;
  background-image: url(/assets/icons/checkout-afterpay-01d95c0c863e601418c46c2eecdc0d89a2ca828411bd594258b881982334e5b3.svg);
  background-size: 216px auto;
}
.mh_plans_section_overview .section_right #mh_payment_form #paypal_process_btn {
  background-image: url(/assets/icons/paypal-67f56634a3c6e7e78463e2745943d6113f9f0bda7d5d7d630e59f18e1c39bcba.svg);
}
.mh_plans_section_overview .section_right #mh_payment_form #afterpay_process_btn {
  background-image: url(/assets/icons/afterpay_logo-2f5f58ff7d842ef9dbed7d1d26981a089b81eb2c7e50de625e27995c5d3c6060.svg);
}
.mh_plans_section_overview .section_right #mh_payment_form #paypal_process_btn, .mh_plans_section_overview .section_right #mh_payment_form #afterpay_process_btn {
  background-position: center right 15px;
  background-size: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}
@media (min-width: 992px) {
  .mh_plans_section_overview .section_right #mh_payment_form #paypal_process_btn, .mh_plans_section_overview .section_right #mh_payment_form #afterpay_process_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.mh_plans_section_overview .section_right #mh_payment_form #cc_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #c54801 !important;
  color: #fff !important;
}
.mh_plans_section_overview .section_right #mh_payment_form #cc_btn:before {
  display: inline-block;
  height: 16px;
  width: 16px;
  background-image: url(/assets/icons/credit-card-97803884d5c59b107f62b17c9b91716d17b9d9ddc2132f43d8f3bbfd1b878db4.svg);
  background-repeat: no-repeat;
  margin-right: 8px;
  content: "";
  border-radius: 0 !important;
}
.mh_plans_section_overview .section_right #mh_payment_form #cc_dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.mh_plans_section_overview .section_right #mh_payment_form #cc_dropdown.open {
  opacity: 1;
  max-height: 3000px;
}
.mh_plans_section_overview .section_right #mh_payment_form #process_form_btn {
  background-color: #c54801 !important;
  color: white !important;
}
.mh_plans_section_overview .section_right #mh_payment_form div.or {
  display: none;
}
.mh_plans_section_overview .section_right #payment-section {
  margin-top: 20px;
}
.mh-checkout--plan .mh_plans_section_overview .section_right #payment-section {
  border-top: 0;
}
.mh-checkout--plan .mh_plans_section_overview .section_right #payment-section > .container {
  padding-left: 0;
  padding-right: 0;
}
.mh_plans_section_overview .section_right .overview_concerns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 16px;
}
.mh_plans_section_overview .section_right .overview_concerns .single_concern {
  font-size: 12px;
  line-height: 1;
  padding: 5px 14px;
  border: 1px solid #BBBCBF;
  color: #003D3B;
  margin-right: 5px;
  margin-bottom: 9px;
  border-radius: 50px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  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;
}
.mh_plans_section_overview .section_right .doctors_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  padding: 19px 73px 19px 22px;
  background-color: rgba(130, 199, 128, 0.2);
  border-radius: 10px;
  margin-bottom: 26px;
}
@media screen and (min-width: 992px) {
  .mh_plans_section_overview .section_right .doctors_note {
    margin-bottom: 30px;
    padding-right: 90px;
  }
}
.mh_plans_section_overview .section_right .doctors_note .doc_img {
  position: absolute;
  top: -10px;
  right: 17px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 25px;
}
.mh_plans_section_overview .section_right .doctors_note p {
  color: #003D3B;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 6px;
  display: none;
}
.mh_plans_section_overview .section_right .doctors_note p.show {
  display: block;
}
.mh_plans_section_overview .section_right .recommended_treatment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment {
  border: 1px solid #000;
  padding: 21px;
  margin-bottom: 14px;
  border-radius: 10px;
  padding-left: 82px;
  position: relative;
  min-height: 89px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-transition: 0.4s ease all;
  transition: 0.4s ease all;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment .mh_plan_add {
  display: none;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment.inactive {
  border-color: #BBBCBF;
  margin-left: 60px;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment.inactive .mh_plan_add {
  display: block;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment.inactive .mh_plan_remove {
  display: none !important;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment p {
  font-size: 16px;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment > a {
  text-decoration: none !important;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment img {
  position: absolute;
  left: 11px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 58px;
  height: 58px;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment_title {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 0;
}
.mh_plans_section_overview .section_right .recommended_treatment .single_treatment_desc {
  font-size: 18px;
  line-height: 21px;
  margin-bottom: 0;
}
.mh_plans_section_overview .section_right .change_plan {
  text-align: right;
  font-size: 15px;
  line-height: 21px;
  margin-bottom: 16px;
  background-image: none;
}
@media screen and (min-width: 992px) {
  .mh_plans_section_overview .section_right .change_plan {
    margin-bottom: 23px;
    margin-top: 5px;
  }
}
.mh_plans_section_overview .section_right .change_plan a {
  letter-spacing: unset;
  text-transform: none;
  font-family: "MaisonNeue-Book";
  padding-right: 0;
  color: #003D3B;
}
.mh_plans_section_overview .section_right .video_conf_note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #BBBCBF;
  font-size: 15px;
  line-height: 21px;
  margin-top: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}
.mh_plans_section_overview .section_right .video_conf_note img {
  -webkit-filter: brightness(0) saturate(100%) invert(79%) sepia(7%) saturate(87%) hue-rotate(187deg) brightness(97%) contrast(86%);
          filter: brightness(0) saturate(100%) invert(79%) sepia(7%) saturate(87%) hue-rotate(187deg) brightness(97%) contrast(86%);
  max-height: 12px;
  margin-right: 8px;
  position: relative;
}
.mh_plans_section_overview .section_right .video_conf_note img.mh_tooltip {
  margin-left: 8px;
}
.mh_plans_section_overview#therapy_only_overview img {
  margin-bottom: 0;
}
.mh_plans_section_overview#therapy_only_overview .section_right {
  padding-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_overview#therapy_only_overview {
    padding-bottom: 13px;
  }
}
.mh_plans_section_benefits {
  margin-top: 95px;
  padding-top: 100px;
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_benefits {
    padding-top: 55px;
    margin-top: 42px;
    padding-bottom: 55px;
  }
}
.mh_plans_section_benefits h4 {
  font-size: 40px;
  line-height: 48px;
  color: #003D3B;
  text-align: center;
  margin-bottom: 54px;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_benefits h4 {
    font-size: 30px;
    margin-bottom: 39px;
  }
}
.mh_plans_section_benefits .benefits_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 992px) {
  .mh_plans_section_benefits .benefits_wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.mh_plans_section_benefits .benefits_wrap .single_benefit {
  padding: 41px 20px;
  border: 3px solid #FFFFFF;
  border-radius: 10px;
  margin-right: 15px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .mh_plans_section_benefits .benefits_wrap .single_benefit {
    -ms-flex-preferred-size: calc(50% - 15px);
        flex-basis: calc(50% - 15px);
    margin-right: 15px;
    margin-bottom: 16px;
    padding: 18px;
  }
  .mh_plans_section_benefits .benefits_wrap .single_benefit:nth-of-type(2n) {
    margin-right: 0;
  }
}
.mh_plans_section_benefits .benefits_wrap .single_benefit:last-of-type {
  margin-right: 0;
}
.mh_plans_section_benefits .benefits_wrap .single_benefit img {
  width: 86px;
  height: auto;
  margin-bottom: 19px;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_benefits .benefits_wrap .single_benefit img {
    margin-bottom: 11px;
  }
}
.mh_plans_section_benefits .benefits_wrap .single_benefit p {
  margin-bottom: 0;
  color: #003D3B;
  font-size: 16px;
  font-family: "MaisonNeue-Demi";
}
@media (min-width: 768px) {
  .mh_plans_section_benefits .benefits_wrap .single_benefit p {
    font-size: 18px;
  }
}
.mh_plans_section_faq {
  background-position: top right;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: no-repeat;
  background-size: auto 100%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_faq {
    background-image: none !important;
  }
}
.mh_plans_section_faq .faq_cat_title {
  margin-bottom: 8px;
  margin-top: 37px;
  padding-left: 10px;
}
.mh_plans_section_faq .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_faq .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 24px;
    padding-right: 24px;
  }
}
.mh_plans_section_faq .section_left h3 {
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 24px;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_faq .section_left h3 {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.mh_plans_section_faq .section_left #accordion div.info_block {
  padding-top: 12px;
  padding-bottom: 12px;
  border-bottom-width: 1px;
  border-color: #82C780;
  border-style: solid;
  border-right: none;
  border-left: none;
  border-top-width: 0;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_faq .section_left #accordion div.info_block {
    padding: 28px 10px;
  }
}
.mh_plans_section_faq .section_left #accordion div.info_block .info_block_title {
  padding: 0;
}
.mh_plans_section_faq .section_left #accordion div.info_block .info_block_title h4 {
  font-family: "MaisonNeue-Demi";
  font-size: 22px;
  line-height: 35px;
  color: #000;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_faq .section_left #accordion div.info_block .info_block_title h4 {
    font-size: 18px;
    line-height: 23px;
  }
}
.mh_plans_section_faq .section_left #accordion div.info_block .info_block_title h4:after {
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  background-image: url(/assets/icons/plus-small-dark-2afd6bf4f6db54ee5d96bbf61da40e6df9786ad7b2acb1d85ce1a6fb36338303.svg);
}
.mh_plans_section_faq .section_left #accordion div.info_block .info_block_title.collapsed h4:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.mh_plans_section_faq .section_left #accordion div.info_block p {
  font-size: 18px;
  line-height: 1.2;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_faq .section_left #accordion div.info_block p {
    margin-top: 19px;
  }
}
.mh_plans_section_faq .section_left #accordion #mh_plan_faq_header + .info_block {
  border-top-width: 1px;
}
.mh_plans_section_faq .section_right {
  position: absolute;
  right: 0;
  top: 0;
  width: 50%;
  height: 100%;
  display: none;
}
.mh_plans_section_faq .section_right img {
  width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_faq .section_right {
    display: none !important;
  }
}
.mh_plans_section_whatnext {
  padding-top: 99px;
  padding-bottom: 99px;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_whatnext {
    padding-top: 55px;
    padding-bottom: 55px;
  }
  .mh_plans_section_whatnext .container {
    padding-left: 0;
    padding-right: 0;
  }
}
.mh_plans_section_whatnext .steps_wrp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .mh_plans_section_whatnext .steps_wrp {
    display: block;
  }
}
.mh_plans_section_whatnext .steps_wrp .single_step {
  margin-right: 18px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  background: #fff;
  padding: 20px 28px 20px 16px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  background-size: 110px;
  background-repeat: no-repeat;
  background-position: top 30px right 10px;
  min-height: 300px;
}
.mh_plans_section_whatnext .steps_wrp .single_step * {
  color: #003d3b;
}
@media (min-width: 992px) {
  .mh_plans_section_whatnext .steps_wrp .single_step {
    min-height: 285px;
  }
}
.mh_plans_section_whatnext .steps_wrp .single_step:nth-child(1) {
  background-image: url(/assets/emojis/doctor_1-e9cde29de1ad0a73ba085415a6c26c5a59fcc2b9a0228b3a4d73dfe7c7b74484.png);
}
.mh_plans_section_whatnext .steps_wrp .single_step:nth-child(2) {
  background-image: url(/assets/emojis/hand-ok-0c76117f07a915629c3ec2ca222a61eeaccc0b8f798c949fb3e953aafae7839e.png);
  background-size: 70px;
  background-position: top 50px right 22px;
}
.mh_plans_section_whatnext .steps_wrp .single_step:nth-child(3) {
  background-image: url(/assets/emojis/van-f182645cdde4ffecd308d2c6f3202acc800f1890780467c9bec46fe2a80464ee.png);
  background-size: 90px;
  background-position: top 35px right 20px;
}
@media screen and (min-width: 768px) {
  .mh_plans_section_whatnext .steps_wrp .single_step:last-of-type {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .mh_plans_section_whatnext .steps_wrp .single_step {
    margin-left: 9px;
    margin-right: 9px;
    max-width: 80%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_header {
  border-bottom: 1px solid #82C780;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_header .header_left {
  padding-bottom: 43px;
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_header .header_left.header_with_desc {
  padding-bottom: 19px;
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_header .header_left .step_number {
  font-size: 18px;
  line-height: 1.2;
  color: #003D3B;
  padding: 6px 10px;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  border: 1px solid #003D3B;
  background: rgba(130, 199, 128, 0.2);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_header .header_left .step_title {
  margin-top: 28px;
  font-size: 22px;
  line-height: 28px;
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_header .header_left .step_header_desc {
  font-family: "MaisonNeue-Demi";
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.mh_plans_section_whatnext .steps_wrp .single_step .step_desc {
  margin-top: 24px;
}

.section_title {
  text-align: center;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 35px;
}
@media screen and (min-width: 768px) {
  .section_title {
    font-size: 40px;
    line-height: 48px;
    margin-bottom: 53px;
  }
}

.your_own_therapist_card, .our_advisors_card {
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}

.your_own_therapist_card {
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
}
.your_own_therapist_card_img {
  background-image: url(/assets/psychologists/bg/rachel-cohen-ca49b23d08b173d9fafb756949bab7a468e094db163f2d5dbd791ed02f18780d.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 150px;
}
@media (min-width: 992px) {
  .your_own_therapist_card_img {
    height: 220px;
  }
}
.your_own_therapist_card_text {
  padding: 15px;
}
@media (min-width: 992px) {
  .your_own_therapist_card_text {
    padding: 30px;
  }
}

.our_advisors_card {
  overflow: hidden;
}
@media (min-width: 768px) {
  .our_advisors_card {
    margin-top: 0;
  }
}
.our_advisors_card_text {
  padding: 15px;
}
@media (min-width: 992px) {
  .our_advisors_card_text {
    padding: 20px;
  }
}
.our_advisors_card_img {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 270px;
  margin-bottom: 15px;
  background-position: center top;
  background-image: url(/assets/mh/mark-bloch-2-4fbfd5b7fcc344fd0b51e220904637f0d2d09636d8c72f14989438fbeb44bc38.jpg);
}
@media (min-width: 992px) {
  .our_advisors_card_img {
    height: 350px;
    background-image: url(/assets/mh/mark-bloch-d3494b4ee5d84e72feea4bb672e1fe27d3a514b3152805eda201c555e9125ade.jpg);
    background-position: center;
  }
}
@media (min-width: 992px) {
  .our_advisors_card h6 {
    font-size: 23px;
    margin-bottom: 14px;
  }
}
.our_advisors_card h5 {
  margin-bottom: 20px;
}
.our_advisors_card .green_text {
  color: #82C780 !important;
}

.box_shadow {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  background-color: white;
  margin-top: 25px;
}

#success_stories .success_stories_header {
  padding-left: 35px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  #success_stories .success_stories_header {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  #success_stories .small_print {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  #success_stories .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.mh_doc_blurb {
  border-top: 1px solid #003d3b;
  border-bottom: 1px solid #003d3b !important;
  margin-top: 25px;
}

@media (min-width: 768px) {
  #success_stories_carousel {
    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;
    margin-top: 25px;
  }
}
#success_stories_carousel .box_shadow {
  overflow: hidden;
}
#success_stories_carousel .success_stories_card {
  width: 80%;
  margin-right: 15px;
  margin-bottom: 15px;
  text-align: center;
}
@media (min-width: 768px) {
  #success_stories_carousel .success_stories_card {
    margin: 0;
    width: calc(33.33% - 10px);
  }
}
#success_stories_carousel .success_stories_card_video {
  max-height: 300px;
  overflow: hidden;
}
#success_stories_carousel video {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
#success_stories_carousel .success_stories_card_text {
  padding: 15px;
  min-height: 190px;
}
@media (min-width: 768px) {
  #success_stories_carousel .success_stories_card_text {
    min-height: 270px;
  }
}
@media (min-width: 992px) {
  #success_stories_carousel .success_stories_card_text {
    padding: 30px;
    min-height: 230px;
  }
}

.doc_any_questions {
  background-color: white;
  border-radius: 10px;
  padding: 15px;
  max-width: 510px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 11px;
  cursor: pointer;
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}
.doc_any_questions:hover {
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
@media (min-width: 992px) {
  .doc_any_questions {
    margin-top: 15px;
  }
}
.doc_any_questions_img, .doc_any_questions img {
  width: 50px;
  height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.doc_any_questions_img {
  margin-right: 15px;
  position: relative;
}
.doc_any_questions_img::before {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-color: #69C97C;
  border-radius: 50%;
}
.doc_any_questions_text {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 20px;
  background-image: url(/assets/icons/arrow-right-tail-orange-ab128fcd51cadf00136f61de0689633f6e09e4ec163fbbeab0ff8bb09374e710.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 23px;
  text-align: left;
  font-size: 16px;
}
@media (min-width: 768px) {
  .doc_any_questions_text {
    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;
    padding-right: 42px;
  }
  .doc_any_questions_text br {
    display: none;
  }
  .doc_any_questions_text strong {
    display: inline-block;
    margin-right: 10px;
  }
}
@media (min-width: 768px) {
  .doc_any_questions {
    margin-left: auto;
    margin-right: auto;
  }
}

#the_mosh_guarantee .circle_ticks {
  margin-top: 15px;
}
#the_mosh_guarantee .circle_ticks li {
  background-size: 18px;
  background-position: left top 3px;
  padding-left: 29px;
  margin-bottom: 4px;
}
@media (min-width: 992px) {
  #the_mosh_guarantee .circle_ticks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    max-width: 720px;
    margin-top: 25px;
  }
  #the_mosh_guarantee .circle_ticks li {
    margin-right: 5px;
    margin-left: 5px;
  }
}

#the_mosh_guarantee li, .mh_plan_includes li {
  background-size: 18px;
  background-position: left top 3px;
  padding-left: 29px;
  margin-bottom: 4px;
}

.mh_plan_progress {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .mh_plan_progress {
    position: absolute;
    top: 90px;
    left: 0;
    right: 0;
    max-width: 660px;
    margin: auto;
  }
}
.mh_plan_progress_dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 13px;
}
.mh_plan_progress_dots > div {
  position: relative;
  width: 33.33%;
}
.mh_plan_progress_dots > div::after {
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid #003d3b;
  position: absolute;
  bottom: -24px;
  left: 0;
  right: 0;
  top: auto;
  margin: auto;
  display: block;
  background-color: white;
}
.mh_plan_progress_dots > .complete::after {
  background-color: #003d3b;
}
.mh_plan_progress_dots > .incomplete {
  color: rgba(0, 61, 59, 0.25);
}
.mh_plan_progress_dots > .incomplete::after {
  border-color: rgba(0, 61, 59, 0.25);
}
.mh_plan_progress_dots > div:first-child {
  text-align: left;
}
.mh_plan_progress_dots > div:first-child::after {
  left: 0;
  right: auto;
}
.mh_plan_progress_dots > div:last-child {
  text-align: right;
}
.mh_plan_progress_dots > div:last-child::after {
  right: 0;
  left: auto;
}
.mh_plan_progress_line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mh_plan_progress_line > div {
  border-top: 1px solid #003d3b;
  width: 50%;
}
.mh_plan_progress_line > div.inactive {
  border-color: rgba(0, 61, 59, 0.25);
}

.doctors_note_2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: relative;
  padding: 20px;
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  background-color: white;
  border-radius: 10px;
  margin-bottom: 26px;
  margin-top: 15px;
  padding-bottom: 60px;
  overflow: hidden;
  font-size: 16px;
}
@media (min-width: 992px) {
  .doctors_note_2 {
    margin-top: 0;
  }
}
.doctors_note_2_img {
  margin-right: 15px;
}
.doctors_note_2_img, .doctors_note_2 .doc_img {
  width: 70px;
  height: 70px;
}
.doctors_note_2 .doc_img {
  top: 10px;
  left: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 100px;
}
.doctors_note_2_text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-bottom: 5px;
}
.doctors_note_2 .read_doctors_note {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  background-color: rgba(130, 199, 128, 0.2);
  width: 100%;
  text-align: center;
  padding: 10px 0px;
}
.doctors_note_2 .doctors_note_2_docname {
  position: absolute;
  top: -5px;
  left: -5px;
  color: white;
  background-color: black;
  padding: 2px 6px;
  font-size: 11px;
  border-radius: 100px;
}

.mh-remove-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  margin-top: 12px;
  width: 100%;
  background-color: #DAEED9;
  border-radius: 4px;
}

.mh-remove-message {
  font-size: 11px;
  margin-right: 5px;
}
@media screen and (max-width: 400px) {
  .mh-remove-message {
    font-size: 10px;
  }
}
@media screen and (min-width: 600px) {
  .mh-remove-message {
    font-size: 14px;
  }
}

.med-remove-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  padding: 0 8px 0 0;
  width: 100%;
}

.mh_plan_remove {
  background-color: rgba(188, 188, 188, 0.7);
  border-radius: 4px;
  display: inline-block;
  padding: 2px 8px;
  font-family: "MaisonNeue-Demi";
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  cursor: pointer;
}
@media screen and (max-width: 400px) {
  .mh_plan_remove {
    font-size: 10px;
  }
}

.mh_plan_add {
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto;
  font-size: 11px;
  letter-spacing: 0.1em;
  height: 0;
  text-transform: uppercase;
  width: 30px;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  text-align: center;
  cursor: pointer;
}
.mh_plan_add::after {
  content: "";
  position: absolute;
  top: -33px;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #DEEDDB;
  border: 1px solid #003d3b;
  background-image: url(/assets/icons/plus-small-dark-efd91759c44fd8623a4300ac081297e3cb015b0868a4a860ed3b8516dcfd7341.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 15px;
}

.mh_plan_includes {
  border-top: 1px solid #BBBCBF;
  margin-top: 10px;
  padding-top: 20px;
}

#payment-section {
  border-top: 1px solid #BBBCBF;
}
@media (min-width: 992px) {
  #payment-section {
    margin-top: -100px;
  }
}

#mh_payment_form {
  padding-bottom: 30px;
  padding-top: 30px;
  margin-top: 0;
}
#mh_payment_form form {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 992px) {
  #mh_payment_form {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
#mh_payment_form h3 {
  display: none;
}
#mh_payment_form .btn {
  height: 60px;
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  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;
  padding: 0;
}
#mh_payment_form #paypal_btn, #mh_payment_form #afterpay_btn, #mh_payment_form #google_pay_display, #mh_payment_form #apple_pay_display {
  margin-bottom: 15px;
}
#mh_payment_form #apple-pay-button, #mh_payment_form #apple_pay_btn_display, #mh_payment_form #google_pay_btn_display, #mh_payment_form #gpay-button {
  background-image: url(/assets/button-loading-e2892bdb7c44ce1ec1a56540b22931e4819c572b33f7e2b3e5123d4ccda2ed98.gif);
  background-size: 100px !important;
  background-color: black;
}
#mh_payment_form #paypal_btn, #mh_payment_form #paypal_process_btn {
  background-color: #ffd53f;
  background-image: url(/assets/icons/paypal_btn-3e7024a3717b94f892f910cb0956d987428ef8db371ad34069d5929cadb04aa0.svg);
  color: black !important;
}
#mh_payment_form #afterpay_btn, #mh_payment_form #afterpay_process_btn {
  background-color: black;
  background-image: url(/assets/icons/afterpay_btn-976a0e5e41366acbbf1a1c3a4add1059fd2b1d88ccf951ee3fadfe044c9f4e4f.svg);
}
#mh_payment_form #paypal_process_btn {
  background-image: url(/assets/icons/paypal-67f56634a3c6e7e78463e2745943d6113f9f0bda7d5d7d630e59f18e1c39bcba.svg);
}
#mh_payment_form #afterpay_process_btn {
  background-image: url(/assets/icons/afterpay_logo-2f5f58ff7d842ef9dbed7d1d26981a089b81eb2c7e50de625e27995c5d3c6060.svg);
}
#mh_payment_form #paypal_process_btn, #mh_payment_form #afterpay_process_btn {
  background-position: center right 15px;
  background-size: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-left: 30px;
}
@media (min-width: 992px) {
  #mh_payment_form #paypal_process_btn, #mh_payment_form #afterpay_process_btn {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#mh_payment_form #google_pay_display {
  background-image: url(/assets/icons/gpay-checkout-8e2778de68c980de9c91628cda15a636139034a8c6348c8b37384894f53a9a32.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: transparent;
}
#mh_payment_form #cc_btn {
  background-color: transparent !important;
  color: #c54801 !important;
  border: 1px solid #c54801;
}
#mh_payment_form #cc_dropdown {
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
#mh_payment_form #cc_dropdown.open {
  opacity: 1;
  max-height: 3000px;
}
#mh_payment_form #process_form_btn {
  background-color: #c54801 !important;
  color: white !important;
}

@media (min-width: 768px) {
  #inpage_chatbox_section .mh_doc_blurb_mobile {
    display: none;
  }
}
#inpage_chatbox_section .mh_doc_blurb_desktop {
  display: none;
}
@media (min-width: 768px) {
  #inpage_chatbox_section .mh_doc_blurb_desktop {
    display: block;
  }
}

#inpage_chatbox {
  padding: 15px;
  padding-top: 150px;
  position: relative;
  margin-top: 45px;
}
@media (min-width: 768px) {
  #inpage_chatbox {
    margin-top: 0;
    padding: 25px;
    padding-top: 180px;
  }
}
#inpage_chatbox_img {
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 155px;
}
#inpage_chatbox_img::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 22px;
  right: 12px;
  background-color: #69C97C;
  border-radius: 50%;
  border: 3px solid white;
}
#inpage_chatbox_img img {
  border-radius: 50%;
  border: 8px solid white;
  height: 155px;
  width: 155px;
}
#inpage_chatbox .chat-input-container {
  margin: 0;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #inpage_chatbox .chat-input-container {
    margin-top: 30px;
  }
}
@media (min-width: 992px) {
  #inpage_chatbox .query_message {
    font-size: 16px !important;
  }
}
#inpage_chatbox textarea {
  background-image: url(/assets/icons/twilio_send-a2c076a39fa64b937d2dd533bf1a1c01c73a66e239cefc0b5fb3aca2ff13bb2f.svg);
  background-position: center right 10px;
  background-size: 40px;
  background-repeat: no-repeat;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

@media (min-width: 992px) {
  .dynamic_therapy img {
    bottom: -30px;
  }
}

.dynamic_therapy, .dynamic_medication, .dynamic_both {
  display: none;
}

@media (min-width: 992px) {
  #m_health_reviews_carousel h4 {
    font-size: 28px;
  }
}

.afterpay_paypal {
  font-size: 14px;
}
@media (min-width: 992px) {
  .afterpay_paypal {
    font-size: 16px;
  }
}
.afterpay_paypal img {
  display: inline;
  width: 153px;
}
@media (min-width: 992px) {
  .afterpay_paypal img {
    width: 160px;
  }
}

.mh_plan_btm_cta h4 {
  margin-bottom: 20px;
}
.mh_plan_btm_cta .btn {
  min-width: 300px;
}

#mh_plan_total {
  margin-top: 20px;
}
#mh_plan_total h3 {
  font-size: 28px;
  display: inline-block;
}

.mh_plan_bulkbilling {
  background-color: #DAEED9;
  border-radius: 10px;
  background-image: url(/assets/icons/medicare-72cea5b260e88b3650b8743fec064f00717d80d703dd6c355bfea47e65952002.png);
  background-position: center left 11px;
  background-size: 82px;
  padding: 10px;
  padding-left: 105px;
  background-repeat: no-repeat;
  text-align: left;
  margin-bottom: 23px;
  margin-top: 12px;
}
@media (min-width: 992px) {
  .mh_plan_bulkbilling {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}

.faq {
  text-align: left;
}

@media (max-width: 992px) {
  .faq.nobgm {
    padding-bottom: 30px;
    background-image: none !important;
  }
}
.faq.nobgm .faq_question {
  font-size: 16px;
  font-family: "MaisonNeue-Demi";
  padding-right: 40px;
}
.faq.nobgm .faq_item {
  border-color: #82c780;
}
.faq.nobgm #mh_plan_faq_header + .faq_item {
  border-top: 1px solid #82c780;
}
.faq.nobgm .faq_question::after {
  background-image: url(/assets/icons/plus-small-dark-efd91759c44fd8623a4300ac081297e3cb015b0868a4a860ed3b8516dcfd7341.svg);
  background-size: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 5px;
}
.faq.nobgm h4 {
  border-bottom: 1px solid #82c780;
  padding-bottom: 20px;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .faq.nobgm h4 {
    font-size: 40px;
  }
}
.faq.nobgm .faq_question, .faq.nobgm .faq_answer {
  padding-left: 10px;
}

.faq.faq_mh ul {
  padding-left: 18px;
}

.mh_checkout_section {
  padding-top: 72px;
  padding-bottom: 120px;
}
@media (min-width: 768px) {
  .mh_checkout_section h4 {
    font-size: 35px;
  }
}
.mh_checkout_section .container {
  padding-top: 50px !important;
}
@media (min-width: 768px) {
  .mh_checkout_section .container {
    padding-top: 60px !important;
  }
}
.mh_checkout_section .container .summary_row_container {
  background-color: rgba(235, 235, 212, 0.3);
  padding-top: 25px;
  padding-bottom: 25px;
}
.mh_checkout_section .container #skin_summary_payment {
  padding-top: 0;
  border-top: none;
  margin-top: 0;
}
.mh_checkout_section .container #skin_summary_payment h3, .mh_checkout_section .container #skin_summary_payment h5 {
  text-align: center !important;
}
.mh_checkout_section .container #skin_summary_payment .summary_row_container {
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.mh_checkout_section .container .medicare_note {
  font-size: 14px;
  font-family: "MaisonNeue-Demi" !important;
  line-height: 1.3;
  padding: 30px;
  font-family: "MaisonNeue-Book";
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  text-align: center;
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .mh_checkout_section .container .medicare_note {
    margin-left: auto;
    margin-right: auto;
  }
}

.psych_filter_tags.modal {
  -webkit-transition: -webkit-transform ease 0.5s;
  transition: -webkit-transform ease 0.5s;
  transition: transform ease 0.5s;
  transition: transform ease 0.5s, -webkit-transform ease 0.5s;
  -webkit-transform: translateY(100vh);
          transform: translateY(100vh);
}
.psych_filter_tags.modal.show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.psych_filter_tags.modal .modal-dialog {
  position: relative;
  top: 50%;
  left: 50%;
  margin: 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .psych_filter_tags.modal .modal-dialog {
    bottom: 0;
    top: unset;
    -webkit-transform: unset;
            transform: unset;
    left: unset;
    position: fixed;
    width: 100%;
    max-height: 80%;
    overflow-y: auto;
    pointer-events: all;
  }
}
.psych_filter_tags.modal .modal-dialog label.filter_tag {
  cursor: pointer;
}
.psych_filter_tags.modal .modal-dialog .clear_filters {
  top: 15px;
  left: 15px;
}

.ma_step {
  display: none;
}
.ma_step.active {
  display: block;
}

.payment_summary_box {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-left-width: 0;
  border-right-width: 0;
  background-color: rgba(235, 235, 212, 0.3);
  margin-left: -15px;
  margin-right: -15px;
  font-size: 15px;
  padding-top: 25px;
  margin-top: 30px;
}
.payment_summary_box_inner, .payment_summary_box_total {
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .payment_summary_box {
    padding: 25px 15px 5px 15px;
    border-radius: 15px;
    border-left-width: 1px;
    border-right-width: 1px;
    margin-left: auto;
    margin-right: auto;
  }
}
.payment_summary_box_total {
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  font-size: 18px;
  padding-top: 15px;
}
@media (min-width: 768px) {
  .payment_summary_box_total {
    padding-top: 23px;
  }
}
.payment_summary_box_title {
  margin-bottom: 20px;
}
.payment_summary_box .small_print {
  font-size: 13px;
}
.payment_summary_box ul {
  margin-bottom: 0;
}
.payment_summary_box .row {
  margin-bottom: 20px;
}

#appointment_doctor_registered {
  text-transform: capitalize;
}

#video_call_info p {
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
}

a.anchor {
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}
a.anchor#faq_treatment {
  top: -160px;
}

html {
  scroll-behavior: smooth;
}

#m_health_reviews_carousel .m_health_reviews_carousel:last-of-type .reviews_rounded_card {
  margin-right: 15px !important;
}

.nav .wrapper {
  border-bottom: 0 !important;
}

.address-input input[type=search] {
  margin: 0;
  padding: 1rem 2.5rem;
  min-height: auto;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  font-size: 16px;
  background-repeat: no-repeat;
  background-size: 1rem;
  background-position: center left 10px;
  background-image: url(/assets/icons/search-grey-f0ac54a62757e8c588816bbdd8dcdd40f2e99a2e06466d8b44fb176ee541c922.svg);
}

/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.no-scrollable {
  overflow: hidden !important;
}

.pointer-events-none {
  pointer-events: none;
}

@media (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 767px) {
  .desktop-only {
    display: none !important;
  }
}

.text-transparent {
  color: transparent !important;
}

.visibility-hidden {
  visibility: hidden;
}

.text-decoration-none {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.prevent-ios-focus-scrolling {
  position: fixed;
  left: 0;
  right: 0;
}

.plans .doctor-note {
  width: 100%;
  padding: 2rem 0;
  text-align: left;
}
@media (min-width: 768px) {
  .plans .doctor-note {
    max-width: 660px;
    margin: 2rem auto;
  }
}
.plans .doctor-thumbnail,
.plans .doctor-name {
  margin: 0 auto 1em 0;
}
.plans .doctor-thumbnail,
.plans .doctor-name,
.plans .doctor-short-note,
.plans .doctor-full-note {
  margin-bottom: 1rem;
}
.plans .doctor-thumbnail {
  -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  border-radius: 10rem;
  overflow: hidden;
  max-width: 6.25rem;
  display: inline-block;
}
.plans .doctor-thumbnail img {
  height: 4.5rem;
  width: 4.5rem;
  aspect-ratio: 1/1;
  border-radius: 2.75rem;
}
.plans .doctor-short-note-content {
  padding-top: 1.5rem;
}
.plans .doctor-bye {
  margin-bottom: 1rem;
}
.plans .doctor-full-note span {
  text-decoration: underline;
  cursor: pointer;
}
.plans .doctor-full-note span:hover {
  color: #82c780;
}
