/* Footer css start */
.M .help-section .help-section-inner-content .img-block .male-img {
  display: block;
}
.F .help-section .help-section-inner-content .img-block .female-img {
  display: block;
}
footer .help-section {
  background-color: #F3E0D3;
  margin-bottom: 80px;
  border-radius: 16px 16px 0px 0px;
}
footer .help-section .help-section-inner-content {
  display: flex;
  flex-direction: column;
}
footer .help-section .help-section-inner-content .img-block {
  position: relative;
  margin-top: -40px;
  width: 100%;
  max-width: 764px;
}
footer .help-section .help-section-inner-content .img-block .male-img,
footer .help-section .help-section-inner-content .img-block .female-img {
  display: none;
}
footer .help-section .help-section-inner-content .img-block .contact-help-desk-img {
  display: none;
}
footer .help-section .help-section-inner-content .img-block .chat-block {
  width: fit-content;
  position: absolute;
  top: 110px;
  right: 46px;
}
footer .help-section .help-section-inner-content .img-block .chat-block .chat-bubble {
  background-color: #59697D;
  display: block;
  min-width: 140px;
  color: #FFFFFF;
  width: fit-content;
  font-size: 11px;
  line-height: 13px;
  position: relative;
}
footer .help-section .help-section-inner-content .img-block .chat-block .bubble-1 {
  border-radius: 12px 0 12px 12px;
  margin-bottom: 15px;
  text-align: right;
  padding: 6px 10px 8px 16px;
}
footer .help-section .help-section-inner-content .img-block .chat-block .bubble-2 {
  border-radius: 12px 12px 12px 0px;
  padding: 7px 30px 7px 10px;
}
footer .help-section .help-section-inner-content .img-block .chat-block .sh-icon {
  position: absolute;
  top: 0;
  right: -32px;
  max-width: 24px;
}
footer .help-section .text-block {
  background-color: #FFFFFF;
}
footer .help-section .text-block .section-heading {
  padding-bottom: 16px;
  padding-top: 16px;
}
footer .help-section .text-block .help-icons {
  display: flex;
  margin-bottom: 24px;
  justify-content: center;
}
footer .help-section .text-block .help-icons .icon-btn {
  background-color: #E7EAEE;
  border-radius: 6px;
  padding: 8px;
  display: block;
  margin: 8px 16px;
  text-decoration: none;
  color: #0E3256;
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .help-section .text-block .help-icons .icon-btn::after {
  font-size: 32px;
}
footer .help-section .text-block .help-icons .icon-btn.icon-phone:after {
  content: "\e91a";
}
footer .help-section .text-block .help-icons .icon-btn.icon-mail:after {
  content: "\e928";
}
footer .help-section .text-block .help-icons .icon-btn.icon-chat:after {
  content: "\e91b";
}
footer .help-section .text-block .help-chat {
  width: 100%;
  text-align: center;
}
footer .help-section .text-block .btn {
  min-width: fit-content;
}
@media only screen and (min-width: 992px) {
  footer .help-section .help-section-inner-content {
    display: flex;
    flex-direction: row;
    column-gap: 16px;
  }
  footer .help-section .help-section-inner-content .container {
    padding: 0;
    margin-left: 0;
    max-width: 100%;
  }
  footer .help-section .help-section-inner-content .container .section-heading {
    padding-top: 64px;
  }
}
@media (min-width: 575px) {
  footer .help-section {
    border-radius: unset;
    padding-bottom: 80px;
    margin-bottom: 0;
  }
  footer .help-section .text-block {
    background-color: #F3E0D3;
    padding-right: 40px;
  }
  footer .help-section .text-block .help-icons .icon-btn {
    background-color: #FFFFFF;
  }
  footer .help-section .help-section-inner-content .img-block .contact-help-mb-img {
    display: none;
  }
  footer .help-section .help-section-inner-content .img-block .contact-help-desk-img {
    display: block;
  }
  footer .help-section .help-section-inner-content .img-block .chat-block {
    top: 130px;
    right: 115px;
  }
  footer .help-section .help-section-inner-content .img-block .chat-block .sh-icon {
    max-width: 32px;
    right: -40px;
  }
  footer .help-section .help-section-inner-content .img-block .chat-block .chat-bubble {
    font-size: 14px;
    line-height: 22px;
    min-width: 165px;
  }
  footer .help-section .help-section-inner-content .img-block .chat-block .bubble-1 {
    padding: 8px 8px 8px 16px;
  }
  footer .help-section .help-section-inner-content .img-block .chat-block .bubble-2 {
    padding: 8px 16px 8px 8px;
  }
}
@media only screen and (min-width: 768px) {
  footer .help-section .help-section-inner-content .img-block {
    margin-top: -48px;
  }
  footer .help-section .text-block .help-icons {
    justify-content: flex-start;
  }
  footer .help-section .text-block .help-icons a:first-child {
    margin-left: 0;
  }
  footer .help-section .text-block .help-chat {
    text-align: left;
  }
}
@media (max-width: 576px) {
  footer .help-section .img-block .chat-block {
    top: 70px;
    right: 40px;
  }
}
footer .subscribe-section {
  background-color: #c9e0e9;
  position: relative;
  padding-bottom: 200px;
  overflow: hidden;
}
footer .subscribe-section .subscribe-section-video {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
footer .subscribe-section .subscribe-section-video video {
  display: block;
  height: 100%;
  width: 100%;
}
footer .subscribe-section .subscribe-section-content .subscribe-inner-content {
  padding-top: 120px;
}
footer .subscribe-section .subscribe-section-content .subscribe-inner-content .subscribe-desc {
  padding-bottom: 8px;
  margin: 0;
  color: #0E3256;
}
footer .subscribe-section .subscribe-section-content .subscribe-inner-content .form-group {
  margin-bottom: 0;
}
footer .subscribe-section .subscribe-section-content .subscribe-inner-content .form-group .help-block {
  text-align: left;
}
footer .subscribe-section .subscribe-section-content .subscribe-inner-content .btn {
  margin-top: 16px;
  min-width: 100%;
}
footer .subscribe-section .subscribe-section-content .subscribe-success-msg {
  color: #0E3256;
  margin-top: 16px;
  font-size: 20px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  footer .subscribe-section {
    text-align: center;
    padding-top: 80px;
    padding-bottom: 160px;
  }
  footer .subscribe-section .subscribe-section-video {
    width: 500px;
  }
  footer .subscribe-section .subscribe-section-content {
    position: unset;
    top: 0;
  }
  footer .subscribe-section .subscribe-section-content .subscribe-inner-content {
    padding-top: 0px;
    max-width: 417px;
    margin: auto;
  }
}
footer .footer-section .select-treatment {
  text-align: center;
  border-bottom: 1px solid #DADADA;
}
footer .footer-section .select-treatment .btn {
  margin: 32px 0px;
}
footer .footer-section .footer-blocks {
  padding-top: 40px;
  padding-bottom: 48px;
}
footer .footer-section .footer-blocks .footer-title {
  font-weight: 700;
  color: #0E3256;
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
footer .footer-section .footer-blocks .footer-title::after {
  content: "\e90e";
  font-size: 24px;
  transition: transform 0.3s ease;
}
footer .footer-section .footer-blocks .footer-title.active::after {
  transform: rotate(180deg);
}
footer .footer-section .footer-blocks .contact-us .icon {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
footer .footer-section .footer-blocks .contact-us .icon::before {
  background-color: #E7EAEE;
  display: block;
  padding: 6px;
  border-radius: 6px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}
footer .footer-section .footer-blocks .contact-us .icon-chat {
  align-items: center;
  cursor: pointer;
}
footer .footer-section .footer-blocks .contact-us .icon-chat::before {
  content: "\e91b";
}
footer .footer-section .footer-blocks .contact-us .icon-call {
  align-items: center;
}
footer .footer-section .footer-blocks .contact-us .icon-call::before {
  content: "\e91a";
}
footer .footer-section .footer-blocks .contact-us .icon-mail {
  align-items: center;
}
footer .footer-section .footer-blocks .contact-us .icon-mail::before {
  content: "\e928";
}
footer .footer-section .footer-blocks .contact-us .icon-location {
  align-items: start;
}
footer .footer-section .footer-blocks .contact-us .icon-location::before {
  content: "\e931";
}
footer .footer-section .footer-blocks .contact-us .icon-prescription {
  align-items: start;
}
footer .footer-section .footer-blocks .contact-us .icon-prescription::before {
  content: "\e941";
}
footer .footer-section .footer-blocks .mob-collapse {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
footer .footer-section .footer-blocks .mob-collapse .img-ssl {
  display: none;
}
footer .footer-section .footer-blocks .mob-collapse ul {
  padding: 0;
}
footer .footer-section .footer-blocks .mob-collapse ul li {
  margin-bottom: 16px;
}
footer .footer-section .footer-blocks .mob-collapse ul li a {
  text-decoration: none;
}
footer .footer-section .footer-blocks .mob-collapse ul li a span {
  color: #59697D;
  font-size: 16px;
}
footer .footer-section .footer-blocks .legit-certified {
  text-align: center;
  margin: 40px 0px;
}
footer .footer-section .footer-blocks .legit-certified img {
  width: 88px;
  height: auto;
}
footer .footer-section .footer-blocks .footer-card {
  margin: 16px 0px;
  text-align: center;
}
footer .footer-section .footer-blocks .footer-copyright {
  border-top: 1px solid #DADADA;
  text-align: center;
  padding-top: 24px;
}
footer .footer-section .footer-blocks .footer-copyright p {
  margin: 0;
  font-size: 14px;
  color: #858585;
}
@media only screen and (min-width: 768px) {
  footer .footer-section .footer-blocks {
    padding-top: 80px;
  }
  footer .footer-section .footer-blocks .mob-collapse {
    max-height: unset;
    overflow: unset;
    transition: unset;
  }
  footer .footer-section .footer-blocks .mob-collapse .img-ssl {
    padding: 16px 0px;
    display: block;
    width: 88px;
    height: auto;
  }
  footer .footer-section .footer-blocks .footer-title {
    cursor: unset;
  }
  footer .footer-section .footer-blocks .footer-title::after {
    content: unset;
  }
  footer .footer-section .footer-blocks .legit-certified {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  footer .footer-section .footer-blocks .mob-collapse ul li.seal-image {
    display: none;
  }
}
/* Footer css end */
.btn-social::before {
  content: url("../images/brand/theme/google-icon.svg");
  line-height: 100%;
}
.custom-frame .frame-body.infographic-icon::before {
  background-image: url("../images/brand/theme/speedyhealth-icon-v2.svg");
}
/* Best health decision css start */
.best-health-decision {
  background-color: #567089;
}
.best-health-decision .section-heading h2 {
  color: #FFFFFF;
}
.best-health-decision .section-heading h3 {
  color: #FFFFFF;
}
.best-health-decision .best-health-decision-content .slick-track {
  display: flex;
}
.best-health-decision .best-health-decision-content .best-health-decision-card {
  border-radius: 50px 50px 20px 20px;
  background: #F3F5F7;
  display: flex;
  flex-direction: column;
  margin: 0 8px;
  width: 305px !important;
}
.best-health-decision .best-health-decision-content .best-health-decision-card.slick-slide {
  height: auto;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content {
  padding: 24px 16px 40px 16px;
  border-radius: 0 0 20px 20px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content .health-decision-info {
  margin: 0;
  flex: 1;
  margin-bottom: 16px;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content .health-decision-name {
  font-size: 14px;
  color: #0E3256;
  font-weight: 700;
  line-height: 22px;
  position: relative;
  margin: 0;
  margin-top: auto;
}
.best-health-decision .best-health-decision-content .best-health-decision-card .best-health-decision-story-content .health-decision-name::after {
  content: "";
  background-color: #DADADA;
  width: 60px;
  height: 1px;
  bottom: 32px;
}
@media only screen and (min-width: 1200px) {
  .best-health-decision {
    position: relative;
    overflow: visible;
  }
  .best-health-decision .slick-list {
    overflow: visible !important;
  }
}
/* Best health decision css end */
.apply-result-section {
  background-color: #F8F8F8;
}
.apply-result-section .apply-result-grid {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.apply-result-section .apply-result-grid .section-heading {
  max-width: 469px;
}
.apply-result-section .apply-result-grid .result-card {
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 10px 24px 0 rgba(22, 22, 22, 0.1);
  padding: 16px 4px;
  max-width: 469px;
  width: 100%;
}
.apply-result-section .apply-result-grid .result-card:first-child {
  background-color: unset;
  box-shadow: unset;
  align-self: center;
}
.apply-result-section .apply-result-grid .result-card .result-images {
  display: flex;
  gap: 16px;
  justify-content: center;
}
.apply-result-section .apply-result-grid .result-card .result-images img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
}
.apply-result-section .apply-result-grid .result-card .result-images .before-result img {
  background: rgba(255, 255, 255, 0.61);
}
.apply-result-section .apply-result-grid .result-card .result-images .before-result .result-label {
  margin-top: 12px;
  font-weight: 600;
  text-align: center;
  font-size: 18px;
}
@media (min-width: 768px) {
  .apply-result-section .apply-result-grid {
    flex-direction: row;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
  }
  .apply-result-section .apply-result-grid .result-card {
    padding: 16px 16px;
    width: calc(50% - 20px);
  }
  .apply-result-section .apply-result-grid .result-card:first-child {
    background-color: unset;
    box-shadow: unset;
    align-self: center;
  }
  .apply-result-section .apply-result-grid .result-card .result-images .before-result .result-label {
    font-size: 24px;
  }
  .apply-result-section .apply-result-grid .section-heading {
    padding: 0;
  }
}
.before-after-result-info {
  max-width: 640px;
}
.before-after-result-info p {
  margin: 0;
}
.result-stage-card-container {
  display: flex;
  flex-direction: row;
  gap: 20px;
  overflow-x: scroll;
  scrollbar-width: none;
  margin: 24px 0px 64px 0px;
}
.result-stage-card-container .result-stage-card {
  min-width: 378px;
}
.result-stage-card-container .result-stage-card .stage-images {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
.result-stage-card-container .result-stage-card .stage-images .stage-title {
  text-align: center;
  color: #59697D;
  border-bottom: 3px solid var(--blue-10-e-7-eaee, #E7EAEE);
  font-weight: 600;
  padding-bottom: 10px;
  margin-bottom: 12px;
  margin-top: 0px;
}
.result-stage-card-container .result-stage-card .stage-images .stage-img {
  width: 100%;
}
.result-stage-card-container .result-stage-card .stage-images .stage-img img {
  margin: 0 auto;
  display: block;
}
.result-stage-card-container .result-stage-card .stage-caption {
  padding-top: 10px;
  margin-top: 12px;
  color: #59697D;
  border-top: 3px solid var(--blue-10-e-7-eaee, #E7EAEE);
  margin-bottom: 0px;
}
@media only screen and (max-width: 576px) {
  .result-stage-card-container {
    margin-right: -16px;
  }
  .result-stage-card-container .result-stage-card {
    max-width: 350px;
  }
}
.before-after-result-instruction {
  display: flex;
  flex-direction: column;
  gap: 32px;
  margin: auto;
  width: fit-content;
  padding: 2px 0px;
}
.before-after-result-instruction p {
  font-size: 10px;
  line-height: 14px;
  margin: 0;
  border-bottom: 1px solid #DADADA;
  border-top: 1px solid #DADADA;
  max-width: 360px;
}
.result-stage-card-container.vertical-result {
  gap: 30px;
}
.result-stage-card-container.vertical-result .result-stage-card {
  min-width: 215px;
}
.result-stage-card-container.vertical-result .result-stage-card:first-child .stage-caption {
  text-align: right;
}
.result-stage-card-container.vertical-result .result-stage-card .stage-images {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.result-stage-card-container.vertical-result .result-stage-card .stage-caption {
  text-align: center;
}
.ct-status {
  display: flex;
  flex-direction: column;
  max-width: 672px;
  margin: 0 auto;
}
@media only screen and (min-width: 992px) {
  .chart-section {
    background-color: #EB71711C;
  }
  .chart-section .section-heading,
  .chart-section .chart {
    max-width: 480px;
    margin: 0 auto;
  }
  .chart-section.down-chart .container {
    background-image: url("../images/us/page/curve-arrow-down.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
  .chart-section.up-chart .container {
    background-image: url("../images/us/page/curve-arrow-up.svg");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
  }
}
.dosage-step .heading-dosage .dosage-content {
  border-radius: 16px;
}
.dosage-step .heading-dosage .dosage-content p {
  margin-top: 0;
}
.dosage-step .dosage-wrapper .dosage-list {
  display: flex;
  flex-direction: column;
  column-gap: 16px;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main {
  justify-content: center;
  display: flex;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-green {
  background: #cfe9e3;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-green .week {
  background: #83BEB8;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-pink {
  background: #f6c9d8;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-pink .week {
  background: #EF649C;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-beige {
  background: #f1d5b8;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-beige .week {
  background: #AC784C;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-blue {
  background: #cfe8f2;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-blue .week {
  background: #64B1CD;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-gray {
  background: #d3dde2;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main.bg-gray .week {
  background: #859BA7;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main .dosage-row {
  display: flex;
  align-items: center;
  padding: 16px 16px;
  column-gap: 8px;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main .dosage-row img {
  max-width: 150px;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main .dosage-row .dose {
  color: #0E3256;
  font-weight: 700;
  width: 74px;
  text-align: center;
  font-size: 18px;
}
.dosage-step .dosage-wrapper .dosage-list .dosage-main .dosage-row .week {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 700;
  line-height: 20px;
  border-radius: 8px;
  padding: 12px 16px;
  text-align: center;
  margin: 0;
}
@media only screen and (min-width: 576px) {
  .dosage-step .dosage-wrapper .dosage-list .dosage-main .dosage-row img {
    max-width: fit-content;
  }
}
@media only screen and (min-width: 992px) {
  .dosage-step .heading-dosage {
    padding: 16px;
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.7);
    max-width: 400px;
    position: absolute;
    z-index: 1;
    top: 45px;
  }
  .dosage-step .heading-dosage .section-heading {
    padding: 40px 0 40px;
  }
  .dosage-step .dosage-wrapper .dosage-list .dosage-main {
    justify-content: end;
  }
  .dosage-step .dosage-wrapper .dosage-list .dosage-main .dosage-row {
    width: 50%;
  }
  .dosage-step .dosage-wrapper .dosage-list .dosage-main .week {
    padding: 24px 16px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .dosage-step .heading-dosage {
    left: 8%;
  }
}
