/* 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%;
}
.popular-treatments-wrapper,
.certifications {
  z-index: 2;
}
.certifications {
  background-color: #FFFFFF;
}
/* Hero section css start */
.hero-section-inner-content .tab-content .cards .card::before {
  background-image: url("../images/brand/theme/speedyh-icon-white.svg");
}
/* Hero section css end */
/* Prescription section css start */
.prescription-section {
  overflow: visible;
  position: relative;
  height: auto;
}
.prescription-section .image-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.prescription-section .image-wrapper .img-slide {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  transition: transform 0.8s ease;
}
.prescription-section .all-right-text {
  width: 100%;
  padding: 0px 16px;
}
.prescription-section .all-right-text .static-content .section-heading h2 {
  color: #FFFFFF;
}
.prescription-section .all-right-text .static-content .section-heading h3 {
  color: #FFFFFF;
}
.prescription-section .all-right-text .text-wrapper {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.prescription-section .all-right-text .text-wrapper .text-slide {
  display: flex;
  flex-direction: column;
  font-size: 24px;
  font-weight: 600;
  transition: transform 0.7s ease, opacity 0.4s ease;
}
.prescription-section .all-right-text .text-wrapper .text-slide h2 {
  color: #FFFFFF;
}
.prescription-section .all-right-text .text-wrapper .text-slide h2 span {
  width: unset;
}
.prescription-section .all-right-text .text-wrapper .text-slide h2 span::before {
  color: #FFFFFF;
}
.prescription-section .all-right-text .text-wrapper .text-slide ul {
  padding: 0;
}
.prescription-section .all-right-text .text-wrapper .text-slide ul li {
  font-size: 18px;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 28px;
}
.prescription-section .static-content {
  position: sticky;
  top: 0;
  margin-bottom: -170px;
  z-index: 1;
}
.prescription-section .static-content .section-heading {
  padding-left: 16px;
  padding-right: 16px;
}
.prescription-section .static-content .section-heading * {
  color: #fff;
}
.prescription-section .sticky {
  height: 100vh;
  overflow: visible;
  position: sticky;
  top: 0;
  background: #fff;
}
@media only screen and (min-width: 768px) {
  .prescription-section .image-wrapper {
    width: 720px;
    height: 100%;
  }
  .prescription-section .all-right-text {
    width: 100%;
    position: unset;
  }
  .prescription-section .all-right-text .static-content .section-heading h2 {
    color: #0E3256;
  }
  .prescription-section .all-right-text .static-content .section-heading h3 {
    color: #59697D;
  }
  .prescription-section .all-right-text .text-wrapper .text-slide h2 {
    color: #0E3256;
  }
  .prescription-section .all-right-text .text-wrapper .text-slide h2 span::before {
    color: #0E3256;
  }
  .prescription-section .all-right-text .text-wrapper .text-slide ul {
    padding: 0;
  }
  .prescription-section .all-right-text .text-wrapper .text-slide ul li {
    color: #0E3256;
  }
  .prescription-section .static-content {
    width: 50%;
    left: 50%;
  }
  .prescription-section .static-content .section-heading {
    padding-left: 32px;
    padding-right: 32px;
  }
  .prescription-section .static-content .section-heading * {
    color: #0E3256;
  }
}
@media only screen and (min-width: 1200px) {
  .prescription-section .all-right-text {
    padding: 0;
  }
  .prescription-section .static-content .section-heading {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.parallax-slide {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.parallax-slide .parallax-image {
  flex: 1;
}
.parallax-slide .parallax-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.parallax-slide .parallax-content {
  position: absolute;
  top: 70%;
  transform: translateY(-50%);
  width: 100%;
}
.parallax-slide .parallax-content * {
  color: #fff;
}
@media only screen and (min-width: 768px) {
  .parallax-slide {
    flex-direction: row;
    gap: 30px;
  }
  .parallax-slide > div {
    flex: 1;
  }
  .parallax-slide .parallax-content {
    position: relative;
    transform: none;
    top: 20%;
    left: 0;
    align-self: center;
  }
  .parallax-slide .parallax-content * {
    color: #333;
  }
}
@media only screen and (min-width: 992px) {
  .parallax-slide .static-content {
    margin-bottom: -212px;
  }
}
@media only screen and (min-width: 1200px) {
  .parallax-slide {
    gap: 80px;
  }
}
/* Prescription section css emd */
/* Faq section css start */
.section-padding.faqs {
  background-color: #F3F5F7;
  padding-top: 40px;
  padding-bottom: 160px;
}
@media only screen and (min-width: 768px) {
  .section-padding.faqs {
    padding-bottom: 190px;
  }
  .section-padding.faqs .faqs-inner-content {
    max-width: 832px;
    padding: 0px 16px;
    margin: auto;
  }
}
/* Faq section css end */
