/* 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");
}
.container:has(.faq-hero) {
  width: 100%;
  max-width: 100%;
  padding: 0;
}
.faq-hero {
  position: relative;
  background: url("../images/brand/theme/faq-hero-banner-mb.jpg") top / cover no-repeat;
}
.faq-hero .faq-hero-overlay .section-heading h2 {
  color: #FFFFFF;
  font-size: 44px;
  font-weight: 700;
}
.faq-hero .faq-hero-overlay .faq-options {
  display: flex;
  justify-content: center;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 104px;
}
.faq-hero .faq-hero-overlay .faq-options .faq-box {
  color: #0E3256;
  background: rgba(255, 255, 255, 0.85);
  padding: 24px;
  border-radius: 16px;
  text-align: center;
  align-items: center;
  width: 150px;
  text-decoration: none;
  box-shadow: 0 2px 4px 0 rgba(22, 22, 22, 0.1);
}
.faq-hero .faq-hero-overlay .faq-options .faq-box .faq-box-icn {
  font-size: 32px;
}
@media only screen and (min-width: 576px) {
  .faq-hero {
    background: url("../images/brand/theme/faq-hero-banner.jpg") top / cover no-repeat;
  }
  .faq-hero .faq-hero-overlay {
    padding-top: 104px;
  }
  .faq-hero .faq-hero-overlay .section-heading h2 {
    text-align: center;
    font-size: 64px;
    line-height: 96px;
  }
  .faq-hero .faq-hero-overlay .faq-options {
    padding: 24px 0px 64px 0px;
  }
  .faq-hero .faq-hero-overlay .faq-options .faq-box {
    width: 170px;
    padding: 32px;
  }
}
.faqs-section .faq-group-title {
  margin: 56px 0 24px;
}
.faqs-section h2:after {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .faqs-section .faq-group-title {
    margin: 80px 0 20px;
  }
}
.faq-contact .alert {
  margin: 40px 0px;
}
.faq-contact .section-heading {
  padding: 80px 0px 24px;
}
.faq-contact .contact-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin-bottom: 40px;
}
.faq-contact .contact-info p {
  margin: 0;
}
.faq-contact .contact-info ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: fit-content;
}
.faq-contact .contact-info ul li {
  display: flex;
  align-items: center;
  color: #0E3256;
  cursor: pointer;
}
.faq-contact .contact-info ul li a {
  color: #0E3256;
  text-decoration: none;
  display: flex;
  align-items: center;
}
.faq-contact .contact-info ul .contact-title {
  border-bottom: 1px solid #0E3256;
}
.faq-contact .contact-info ul .icon {
  display: flex;
  flex-direction: row;
}
.faq-contact .contact-info ul .icon::before {
  background-color: #E7EAEE;
  display: block;
  padding: 6px;
  border-radius: 6px;
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 8px 16px;
  color: #0E3256;
  font-size: 20px;
}
.faq-contact .contact-info ul .icon-chat {
  align-items: center;
  cursor: pointer;
}
.faq-contact .contact-info ul .icon-chat::before {
  content: "\e91b";
}
.faq-contact .contact-info ul .icon-call {
  align-items: center;
}
.faq-contact .contact-info ul .icon-call::before {
  content: "\e91a";
}
.faq-contact .contact-info ul .icon-mail {
  align-items: center;
}
.faq-contact .contact-info ul .icon-mail::before {
  content: "\e928";
}
.faq-contact .contact-info ul .icon-location {
  align-items: start;
}
.faq-contact .contact-info ul .icon-location::before {
  content: "\e931";
}
.faq-contact .contact-info ul .icon-prescription {
  align-items: start;
}
.faq-contact .contact-info ul .icon-prescription::before {
  content: "\e941";
}
.form-faq {
  background-color: #F8F8F8;
  padding: 16px;
}
.form-faq .form-btn {
  text-align: center;
}
.form-faq .form-group {
  margin-bottom: 24px;
}
/* Legal page CSS start */
.Legalpage-content footer .subscribe-section,
.Legalpage-content footer .footer-section .select-treatment {
  display: none;
}
.legal-page {
  padding: 64px 0 104px;
}
.legal-page > div {
  padding: 0;
}
.legal-page h2 {
  margin-top: 32px;
}
.legal-page h2::after {
  display: none;
}
.legal-page h3::after {
  display: none;
}
.legal-page .col-lg-4.col-sm-12 {
  display: none;
}
@media only screen and (min-width: 992px) {
  .legal-page {
    display: flex;
    column-gap: 16px;
    padding-top: 80px;
  }
  .legal-page .col-lg-4.col-sm-12 {
    display: block;
  }
  .legal-page .col-lg-12.col-sm-12 {
    max-width: 688px;
    margin: 0 auto;
  }
  .legal-page .RgtFqBx {
    padding: 16px;
    background-color: #F8F8F8;
    border-radius: 20px;
  }
  .legal-page .RgtFqBx .h-2 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #0E3256;
  }
  .legal-page .RgtFqBx ul {
    display: flex;
    flex-direction: column;
    row-gap: 8px;
    padding-left: 0;
  }
  .legal-page .RgtFqBx ul li {
    padding-left: 20px;
  }
  .legal-page .RgtFqBx ul li::before {
    content: "\e913";
    position: absolute;
    left: 0;
    font-size: 12px;
  }
  .legal-page .RgtFqBx ul li a {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.016px;
  }
}
/* Legal page CSS end */
/* Account type css start */
.checkout-wrapper {
  max-width: 390px;
  margin: auto;
}
.accountType .auth-choice {
  display: flex;
  gap: 24px;
  flex-direction: column;
}
.accountType button {
  background: #FFFFFF;
  border: 1px solid #DADADA;
  border-radius: 8px;
  padding: 16px 0px;
  font-size: 18px;
  font-weight: 700;
  color: #0E3256;
  min-width: 358px;
  cursor: pointer;
}
.accountType .newAc .btn-link,
.accountType .existingAc .btn-link {
  margin-bottom: 16px;
}
/* Account type css end */
