/* 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");
}
