@charset "UTF-8";

.homehero_outter {
  background-image: url("../images/home/hero.png");
  background-size: cover;
  position: relative;
  background-position: center top;
  background-repeat: no-repeat;
  min-height: 500px;
}

.gradientheader {
  display: none;
}

.notpatients {
  color: #000 !important;
}

.dtc_homepage .banner.dtc_banner .container.homehero {
  padding-top: 225px;
}

@media (min-width:768px) and (max-width:1024px) {
  .homehero_outter {
    background-position: right;
  }
}


.dtc_homepage .banner.dtc_banner .homehero_outter::before {
  left: -115px;
}

.hero {
  object-fit: cover;
  position: absolute;
  left: 0;
  width: 100%;
}

@media (max-width: 991px) {
  .dtc_homepage .banner.dtc_banner .homehero_outter::before {
    left: 0;
  }

}

.mob-show {
  display: none;
}

@media (max-width: 767px) {
  .homehero_outter {
    background-image: url("../images/home/hero_mob.png");
    background-position-y: 0px;
    background-size: 125%;
    background-repeat: no-repeat;
    min-height: 450px;
  }

  .mob-show {
    display: block;
  }
}



@media (max-width: 767px) {
  .dtc_homepage .banner.dtc_banner .container.homehero {
    position: absolute;
    padding-bottom: 0;
  }

}

@media screen and (max-width: 767px) {
  .homehero_outter .notpatients {
    right: unset;
    bottom: unset;
    left: unset;
    right: 30px;
    top: 30%;
    color: rgba(24, 25, 26, 1);
  }
}

@media (max-width: 500px) {
  .dtc_homepage .banner.dtc_banner .homehero_outter::before {
    margin-top: 60%;
  }
}

#virtual p {
  color: #000;
}

#virtual h3 {
  color: #000;
  font-size: 22px;
  line-height: 33px;
  font-family: "BwModelica-ExtraBold", sans-serif;
  text-align: center;
  padding-bottom: 20px;

}

#virtual h3 span {
  color: rgba(22, 0, 110, 1);
}

.infoBoxes {
  position: relative;
  margin-top: 0px;
}

.infoBoxes--boxes {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 40px auto;
}

#third_party .infoBoxes--boxes {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  margin: 40px auto;
}

@media screen and (max-width: 991px) {
  #third_party .infoBoxes--boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 0px;

  }
}



.infoBoxes--boxes .infoBox {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0;
}

.infoBoxes--boxes .infoBox img {
  max-width: 50px;
}

.infoBoxes--boxes .infoBox p {
  margin: 0;
}

.third_party {
  position: relative;
  margin-top: 30px;
  padding-top: 30px;
}

.third_party::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: linear-gradient(to right, rgba(245, 191, 11, 1), rgba(210, 0, 230, 0.2));
  pointer-events: none;
}

#third_party .infoBoxes--boxes .infoBox {
  border: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 30px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
}

#third_party .infoBoxes .infoBox {
  border-radius: unset;
}

#third_party .infoBoxes--boxes .infoBox img.honeydew {
  max-width: 330px;
}

#third_party .infoBoxes--boxes .infoBox img.derm {
  max-width: 328px;
}

#third_party .infoBoxes--boxes .infoBox img.upscript {
  max-width: 195px;
  margin-top: -20px;
}

#third_party .infoBoxes .infoBox.dermbox {
  border-left: 1px solid #E8EAF6;
  border-right: 1px solid #E8EAF6;
}

@media (max-width:991px) {
  #third_party .infoBoxes .infoBox.dermbox {
    border-left: 0px solid #E8EAF6;
    border-right: 0px solid #E8EAF6;
  }

}

/*
.thid_party--padding {
    padding-top:5px;
}

.thid_party--margin {
    margin-top:-10px;
} */

#third_party .btn {
  overflow: hidden;
  position: relative;
  padding: 12px 24px;
  display: inline-block;
  text-decoration: none;
  font-size: 20px;
  font-family: "AvenirNextLTPro-Regular";
  color: #16006E;
  border-radius: 20px;
  border: 2px solid #16006E;
  background: #FFFFFF;
}

#third_party .third_party_disclaimer {
  padding: 30px 0 20px;
  font-size: 16px;
}

#third_party .trademarks {
  padding-bottom: 120px !important;
}

@media screen and (max-width: 991px) {
  .infoBoxes--boxes {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    row-gap: 16px;
    margin-bottom: 0px;

  }

  #third_party .infoBoxes--boxes {
    row-gap: 50px;
  }

  #third_party .third_party_disclaimer {
    padding-bottom: 60px;
  }
}

.interior .whats_in_tube.blue {
  margin-top: 60px;
  padding: 40px 78px;
  position: relative;
}

.interior .blue.whats_in_tube {
  border: 2px solid #00B6ED;
  border-radius: 15px;
  position: relative;
  background: linear-gradient(135deg, transparent 0%, transparent 66%, rgba(0, 182, 237, 0.0) 66%, rgba(0, 182, 237, .25) 100%);
  background: linear-gradient(160deg, transparent 0%, transparent 60%, rgba(0, 182, 237, 0.0) 70%, rgba(0, 182, 237, .25) 100%);
  background-image: url("../images/blue_gradient.png");
  background-position: 100% 132%;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .interior .blue.whats_in_tube {
    background-image: url("../images/blue_gradient_mob.png");
    background-position: bottom right;
  }
}

@media (max-width: 500px) {
  .innovative {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.innovative h5 {
  font-family: "BwModelica-Bold";
  font-size: 24px;
  line-height: 40px;
  color: #F5BF0B;
  padding-bottom: 15px;
}

.interior p {
  font-size: 18px;
}

.interior .white_button_outter {
  padding: 15px 24px 12px;
  background: transparent;
  border: 1px solid #fff;
  border-radius: 10px;
  display: inline-flex;
  margin-top: 20px;
  position: relative;
}

.interior p.yellow_button_inner,
.interior .pink.share_your_story p.yellow_button_inner {
  font-size: 20px;
  margin: 0;
  padding: 0;
}

.dtc_homepage .banner.dtc_banner {
  padding-bottom: 50px;
}

.btn.savings-card {
  display: none !important;
}

.btn.chat {
  top: 341px !important;
  border-radius: 6px 0px 0px 6px;
}

.i-material-rxonline-icon {
  border-top: 0 !important;
  padding-top: 13px;
}

#third_party .trademarks p {
  font-size: 16px;
}