/* Colors Variable */
/* Font Family Variable */
/* CSS Reset Start */
/* line 2, ../scss/_global.scss */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
/* line 4, ../scss/_global.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

/* line 5, ../scss/_global.scss */
body {
  line-height: 1;
}

/* line 6, ../scss/_global.scss */
ol, ul {
  list-style: none;
}

/* line 7, ../scss/_global.scss */
blockquote, q {
  quotes: none;
}

/* line 8, ../scss/_global.scss */
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

/* line 9, ../scss/_global.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* CSS Reset End */
/* Global css Start */
/* line 13, ../scss/_global.scss */
body {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
}
/* line 20, ../scss/_global.scss */
body.nav-open {
  overflow: hidden;
}

/* line 25, ../scss/_global.scss */
.container {
  max-width: 1230px;
}
@media (max-width: 767px) {
  /* line 25, ../scss/_global.scss */
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 767px) {
  /* line 34, ../scss/_global.scss */
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 767px) {
  /* line 41, ../scss/_global.scss */
  .col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
  .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
  .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
  .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
  .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
  .col-xl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
}

/* line 53, ../scss/_global.scss */
h1, .h1-style {
  font-size: 56px;
  line-height: 66px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0083C1;
}
@media (max-width: 767px) {
  /* line 53, ../scss/_global.scss */
  h1, .h1-style {
    font-size: 35px;
    line-height: 40px;
  }
}

/* line 66, ../scss/_global.scss */
h2, .h2-style {
  font-size: 32px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333333;
}
@media (max-width: 767px) {
  /* line 66, ../scss/_global.scss */
  h2, .h2-style {
    font-size: 32px;
    line-height: 37px;
  }
}

/* line 79, ../scss/_global.scss */
h3, .h3-style {
  font-size: 24px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #333333;
}
@media (max-width: 767px) {
  /* line 79, ../scss/_global.scss */
  h3, .h3-style {
    font-size: 24px;
    line-height: 29px;
  }
}

/* line 92, ../scss/_global.scss */
h4, .h4-style {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0083C1;
}

/* line 100, ../scss/_global.scss */
p {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
}

/* line 108, ../scss/_global.scss */
sup {
  font-size: 60%;
  line-height: 1em;
  vertical-align: top;
  top: 0;
}
/* line 114, ../scss/_global.scss */
sup.sup100 {
  font-size: 100%;
}
/* line 117, ../scss/_global.scss */
sup.movetobottom {
  top: 2px;
}

/* line 122, ../scss/_global.scss */
strong, b {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 127, ../scss/_global.scss */
a {
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #003DA6;
  text-decoration: underline;
}

/* line 136, ../scss/_global.scss */
.footnote {
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
}
/* line 143, ../scss/_global.scss */
.footnote a {
  color: #003DA6;
  text-decoration: underline;
}
/* line 148, ../scss/_global.scss */
.footnote sup {
  line-height: 1.2em;
}

/* line 153, ../scss/_global.scss */
.bullet-list {
  width: 100%;
  float: left;
  display: block;
}
/* line 158, ../scss/_global.scss */
.bullet-list li {
  width: 100%;
  float: left;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  position: relative;
  padding: 0 0 5px 10px;
}
/* line 170, ../scss/_global.scss */
.bullet-list li:before {
  width: 4px;
  height: 4px;
  background: #FF6200;
  border-radius: 50%;
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
}

/* line 183, ../scss/_global.scss */
h2.head_icon {
  font-size: 32px;
  line-height: 36px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 991px) {
  /* line 183, ../scss/_global.scss */
  h2.head_icon {
    display: flex;
    align-items: center;
  }
}
/* line 196, ../scss/_global.scss */
h2.head_icon img {
  max-width: 72px;
  vertical-align: middle;
  margin-right: 30px;
}
@media (max-width: 991px) {
  /* line 196, ../scss/_global.scss */
  h2.head_icon img {
    margin-right: 20px;
  }
}

/* line 207, ../scss/_global.scss */
.cta {
  width: 350px;
  height: 50px;
  border: 2px solid #00A7E1;
  border-radius: 10px;
  display: flex !important;
  align-items: center;
  text-decoration: none !important;
  font-size: 16px;
  line-height: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0083C1;
  position: relative;
  padding: 0 80px 0 20px;
}
@media (max-width: 767px) {
  /* line 207, ../scss/_global.scss */
  .cta {
    width: auto;
    max-width: 350px;
    min-width: 100%;
  }
}
/* line 229, ../scss/_global.scss */
.cta.down_arrow:before {
  width: 20px;
  height: 21px;
  background: url(../../../../uploads/2021/04/arrow_white_download.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -10px;
  z-index: 1;
}
/* line 242, ../scss/_global.scss */
.cta:after {
  width: 68px;
  height: 50px;
  position: absolute;
  top: -2px;
  right: -2px;
  content: "";
  background: url(../../../../uploads/2021/04/cta-rht-bg.png) no-repeat left top/100%;
}
/* line 252, ../scss/_global.scss */
.cta:before {
  width: 10px;
  height: 17px;
  background: url(../../../../uploads/2021/04/arrow-white2.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  margin-top: -8px;
  z-index: 1;
}
/* line 264, ../scss/_global.scss */
.cta:hover {
  text-decoration: none;
  color: #0083C1;
}
/* line 269, ../scss/_global.scss */
.cta.cta-but {
  width: 310px;
  height: 78px;
  line-height: 20px;
  display: flex;
  align-items: center;
}
/* line 276, ../scss/_global.scss */
.cta.cta-but .user-icon {
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  /* line 276, ../scss/_global.scss */
  .cta.cta-but .user-icon {
    margin-right: 10px;
  }
}
/* line 283, ../scss/_global.scss */
.cta.cta-but .user-icon .patient-user {
  width: 39px;
  height: 43px;
  background: url(../../../../../wp-content/uploads/2021/04/patient-user-icon.png) no-repeat 0 0/39px auto;
  display: block;
}
/* line 290, ../scss/_global.scss */
.cta.cta-but .user-icon .hcp-user {
  width: 39px;
  height: 43px;
  background: url(../../../../../wp-content/uploads/2021/04/hcp-user-icon.png) no-repeat 0 0/39px auto;
  display: block;
}
/* line 298, ../scss/_global.scss */
.cta.cta-but.patient-cta {
  border: 2px solid #00A7E1;
  margin-right: 15px;
}
@media (max-width: 767px) {
  /* line 298, ../scss/_global.scss */
  .cta.cta-but.patient-cta {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/* line 307, ../scss/_global.scss */
.cta.cta-but.patient-cta:after {
  width: 72px;
  height: 78px;
  background: url(../../../../uploads/2021/04/ctas-rht-bg3.png) no-repeat left top/100%;
}
/* line 314, ../scss/_global.scss */
.cta.cta-but.hcp-cta {
  border: 2px solid #0083C1;
  margin-left: 15px;
}
@media (max-width: 767px) {
  /* line 314, ../scss/_global.scss */
  .cta.cta-but.hcp-cta {
    margin-left: 0;
  }
}
/* line 322, ../scss/_global.scss */
.cta.cta-but.hcp-cta:after {
  width: 72px;
  height: 78px;
  background: url(../../../../uploads/2021/04/ctas-rht-bg2.png) no-repeat left top/100%;
}
/* line 329, ../scss/_global.scss */
.cta.cta-but:hover {
  border-color: #FF6200;
}
/* line 333, ../scss/_global.scss */
.cta.cta-but:hover.patient-cta:after, .cta.cta-but:hover.hcp-cta:after {
  background: url(../../../../uploads/2021/04/ctas-rht-bg4.png) no-repeat left top/100%;
}
/* line 340, ../scss/_global.scss */
.cta.download-but {
  width: 178px;
  height: 32px;
  padding: 0 60px 0 10px;
  font-size: 16px;
  line-height: 28px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  text-align: left;
  letter-spacing: 0.89px;
}
/* line 352, ../scss/_global.scss */
.cta.download-but:after {
  display: none;
}
/* line 356, ../scss/_global.scss */
.cta.download-but:before {
  width: 15px;
  height: 16px;
  background: url(../../../../uploads/2021/04/download-icon.png) no-repeat left top/100%;
  content: "";
  right: 12px;
  margin-top: -8px;
}

/* line 368, ../scss/_global.scss */
.leaving-site-modal .modal-dialog {
  transform: none !important;
  max-width: 790px;
}
/* line 372, ../scss/_global.scss */
.leaving-site-modal .modal-dialog .modal-content {
  border-radius: 0px;
}
/* line 375, ../scss/_global.scss */
.leaving-site-modal .modal-dialog .modal-content .close {
  position: absolute;
  top: 24px;
  right: 24px;
  opacity: 1;
  z-index: 9;
}
@media (max-width: 767px) {
  /* line 375, ../scss/_global.scss */
  .leaving-site-modal .modal-dialog .modal-content .close {
    top: 20px;
    right: 20px;
  }
}
/* line 388, ../scss/_global.scss */
.leaving-site-modal .modal-dialog .modal-content .modal-body {
  padding: 50px 60px;
}
@media (max-width: 767px) {
  /* line 388, ../scss/_global.scss */
  .leaving-site-modal .modal-dialog .modal-content .modal-body {
    padding: 50px 20px;
  }
}
/* line 395, ../scss/_global.scss */
.leaving-site-modal .modal-dialog .modal-content .modal-body h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 0 0 20px;
}
/* line 401, ../scss/_global.scss */
.leaving-site-modal .modal-dialog .modal-content .modal-body p {
  padding: 0 0 30px;
}

/* line 410, ../scss/_global.scss */
.initial-site-modal .modal-dialog {
  transform: none !important;
  max-width: 790px;
}
/* line 414, ../scss/_global.scss */
.initial-site-modal .modal-dialog .modal-content {
  border-radius: 0px;
}
/* line 417, ../scss/_global.scss */
.initial-site-modal .modal-dialog .modal-content .modal-body {
  padding: 40px 70px;
}
@media (max-width: 767px) {
  /* line 417, ../scss/_global.scss */
  .initial-site-modal .modal-dialog .modal-content .modal-body {
    padding: 30px 20px;
  }
}
/* line 424, ../scss/_global.scss */
.initial-site-modal .modal-dialog .modal-content .modal-body h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  padding: 0 0 30px;
}
/* line 430, ../scss/_global.scss */
.initial-site-modal .modal-dialog .modal-content .modal-body .cta-bx {
  display: flex;
}
@media (max-width: 767px) {
  /* line 430, ../scss/_global.scss */
  .initial-site-modal .modal-dialog .modal-content .modal-body .cta-bx {
    display: block;
  }
}

/* Global css End */
/* main css start*/
/* line 10, ../scss/style.scss */
.home header .top-nav li.patient-link a {
  background: #0083C1;
  color: #fff;
}
/* line 15, ../scss/style.scss */
.home header .top-nav li.patient-link a .user-icon .patient-user {
  background-position: 0 -23px;
}

/* line 31, ../scss/style.scss */
.page-template-page-hcp header .top-nav li.hcp-link a {
  background: #0083C1;
  color: #fff;
}
/* line 36, ../scss/style.scss */
.page-template-page-hcp header .top-nav li.hcp-link a .user-icon .hcp-user {
  background-position: 0 -23px;
}

/*header start*/
/* line 48, ../scss/style.scss */
header {
  width: 100%;
  position: relative;
  z-index: 999;
}
/* line 54, ../scss/style.scss */
header.shrink .header-btmbar {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
/* line 60, ../scss/style.scss */
header.shrink .header-btmbar .header-white-bx {
  padding: 15px 0;
}
/* line 67, ../scss/style.scss */
header.shrink .main-nav-bx .nav-mobile-drawer.open-drawer {
  top: 74px;
}
/* line 74, ../scss/style.scss */
header .header-topbar {
  width: 100%;
  height: 54px;
  background: rgba(0, 167, 225, 0.1);
  display: flex;
  align-items: flex-end;
}
@media (max-width: 991px) {
  /* line 81, ../scss/style.scss */
  header .header-topbar .container {
    padding: 0 5px;
  }
}
/* line 88, ../scss/style.scss */
header .header-btmbar {
  width: 100%;
  position: relative;
}
/* line 92, ../scss/style.scss */
header .header-btmbar .header-white-bx {
  width: 100%;
  background: #fff;
  border: 2px solid #0083C1;
  border-left: none;
  border-right: none;
  padding: 25px 0;
  -webkit-transition: all 0.4s ease-in-out 0s;
  -moz-transition: all 0.4s ease-in-out 0s;
  transition: all 0.4s ease-in-out 0s;
}
/* line 103, ../scss/style.scss */
header .header-btmbar .header-white-bx .container {
  display: flex;
}
/* line 109, ../scss/style.scss */
header .top-nav {
  width: auto;
  float: left;
  display: block;
}
@media (max-width: 991px) {
  /* line 109, ../scss/style.scss */
  header .top-nav {
    max-width: 375px;
    float: none;
    margin: 0 auto;
  }
}
/* line 120, ../scss/style.scss */
header .top-nav li {
  float: left;
  display: block;
  padding: 0 30px 0 0;
}
@media (max-width: 991px) {
  /* line 120, ../scss/style.scss */
  header .top-nav li {
    padding: 0;
    margin: 0 4px;
    width: calc(50% - 8px);
  }
}
/* line 131, ../scss/style.scss */
header .top-nav li:last-child {
  padding-right: 0;
}
/* line 135, ../scss/style.scss */
header .top-nav li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  background: #fff;
  border: 2px solid #0083C1;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  height: 36px;
  width: 280px;
  text-align: center;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0083C1;
}
@media (max-width: 991px) {
  /* line 135, ../scss/style.scss */
  header .top-nav li a {
    width: 100%;
    height: 44px;
    padding: 0 15px;
    line-height: 18px;
    text-align: left;
  }
}
/* line 161, ../scss/style.scss */
header .top-nav li a .user-icon {
  margin: 0 15px 0 0;
}
@media (max-width: 991px) {
  /* line 161, ../scss/style.scss */
  header .top-nav li a .user-icon {
    margin-right: 10px;
  }
}
/* line 168, ../scss/style.scss */
header .top-nav li a .user-icon .patient-user {
  width: 21px;
  height: 23px;
  background: url(../../../../../wp-content/uploads/2021/04/patient-user-spr.png) no-repeat 0 0/21px auto;
  display: block;
}
/* line 175, ../scss/style.scss */
header .top-nav li a .user-icon .hcp-user {
  width: 21px;
  height: 23px;
  background: url(../../../../../wp-content/uploads/2021/04/hcp-user-spr.png) no-repeat 0 0/21px auto;
  display: block;
}
/* line 186, ../scss/style.scss */
header .logo-bx {
  display: flex;
  align-items: center;
  flex: 1;
}
/* line 191, ../scss/style.scss */
header .logo-bx img {
  display: block;
}
/* line 195, ../scss/style.scss */
header .logo-bx .aps-logo {
  width: 205px;
  display: inline-block;
  border-right: 1px solid #a69f9f;
  padding: 0 15px 0 0;
  margin: 0 25px 0 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 195, ../scss/style.scss */
  header .logo-bx .aps-logo {
    width: 185px;
  }
}
@media (max-width: 991px) {
  /* line 195, ../scss/style.scss */
  header .logo-bx .aps-logo {
    width: 140px;
    padding: 0 10px 0 0;
    margin: 0 15px 0 0;
  }
}
/* line 213, ../scss/style.scss */
header .logo-bx .zynlonta-logo {
  width: 184px;
  display: inline-block;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 213, ../scss/style.scss */
  header .logo-bx .zynlonta-logo {
    width: 164px;
  }
}
@media (max-width: 991px) {
  /* line 213, ../scss/style.scss */
  header .logo-bx .zynlonta-logo {
    width: 116px;
  }
}
/* line 227, ../scss/style.scss */
header .main-nav-bx {
  display: flex;
  align-items: center;
}
/* line 231, ../scss/style.scss */
header .main-nav-bx ul {
  width: auto;
  float: left;
  display: block;
}
/* line 236, ../scss/style.scss */
header .main-nav-bx ul li {
  float: left;
  display: block;
  padding: 0 20px;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 236, ../scss/style.scss */
  header .main-nav-bx ul li {
    padding: 0 12px;
  }
}
/* line 246, ../scss/style.scss */
header .main-nav-bx ul li:after {
  width: 1px;
  height: 36px;
  background: #0083C1;
  opacity: 0.5;
  position: absolute;
  top: 50%;
  right: 0;
  content: "";
  margin-top: -18px;
}
/* line 258, ../scss/style.scss */
header .main-nav-bx ul li:last-child {
  padding-right: 0;
}
/* line 261, ../scss/style.scss */
header .main-nav-bx ul li:last-child:after {
  display: none;
}
/* line 267, ../scss/style.scss */
header .main-nav-bx ul li.active a {
  color: #FF6200;
}
/* line 270, ../scss/style.scss */
header .main-nav-bx ul li.active a:before {
  width: 100%;
  height: 2px;
  background: #FF6200;
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
}
/* line 280, ../scss/style.scss */
header .main-nav-bx ul li.active a:after {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #FF6200;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -10px;
}
@media (hover: hover) and (pointer: fine) {
  /* line 295, ../scss/style.scss */
  header .main-nav-bx ul li:hover a {
    color: #FF6200;
  }
  /* line 298, ../scss/style.scss */
  header .main-nav-bx ul li:hover a:before {
    width: 100%;
    height: 2px;
    background: #FF6200;
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
  }
  /* line 308, ../scss/style.scss */
  header .main-nav-bx ul li:hover a:after {
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #FF6200;
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
  }
}
/* line 322, ../scss/style.scss */
header .main-nav-bx ul li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0083C1;
  position: relative;
  padding: 10px 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 322, ../scss/style.scss */
  header .main-nav-bx ul li a {
    font-size: 15px;
    line-height: 20px;
  }
}
/* line 343, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer {
  display: block !important;
  width: 100%;
  height: calc(100% - 148px);
  position: fixed;
  top: 148px;
  right: 0;
  background: #fff;
  z-index: 9;
  padding-top: 5px;
}
/* line 354, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer ul {
  width: 100%;
}
/* line 357, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer ul li {
  width: 100%;
  padding: 0 10px;
}
/* line 361, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer ul li:after {
  display: none;
}
/* line 365, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer ul li a {
  border-bottom: 1px solid #999;
  padding: 11px 25px 9px;
}
/* line 371, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer ul li.active a {
  padding-left: 45px;
  position: relative;
}
/* line 375, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer ul li.active a:before {
  width: 10px;
  height: 17px;
  background: url(../../../../uploads/2021/04/arrow-orange.png) no-repeat left top/100%;
  content: "";
  top: 50%;
  margin-top: -9px;
  left: 25px;
}
/* line 385, ../scss/style.scss */
header .main-nav-bx .nav-mobile-drawer.open-drawer ul li.active a:after {
  display: none;
}
/* line 395, ../scss/style.scss */
header .main-nav-bx .hamburger-icon {
  font-size: 12px;
  line-height: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #FF6200;
  text-align: center;
  text-decoration: none;
  position: relative;
  text-transform: uppercase;
  padding: 26px 0 0 0;
}
/* line 408, ../scss/style.scss */
header .main-nav-bx .hamburger-icon.close-icon:before {
  background: url(../../../../uploads/2021/04/close-icon.png) no-repeat center top/100%;
  width: 20px;
  margin-left: -10px;
}
/* line 415, ../scss/style.scss */
header .main-nav-bx .hamburger-icon:before {
  width: 32px;
  height: 22px;
  background: url(../../../../uploads/2021/04/hamburger-icon.png) no-repeat center top/100%;
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
}
/* line 428, ../scss/style.scss */
header .header-contactbar {
  width: 100%;
  max-width: 1000px;
  height: 56px;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -500px;
  border: 2px solid #00A7E1;
  border-top: none;
  background: #fff;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
@media (max-width: 991px) {
  /* line 428, ../scss/style.scss */
  header .header-contactbar {
    position: static;
    border-radius: 0px;
    margin: 0;
    border: none;
    border-bottom: 2px solid #00A7E1;
    display: block;
    padding: 10px;
    height: auto;
  }
}
/* line 456, ../scss/style.scss */
header .header-contactbar strong {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  /* line 461, ../scss/style.scss */
  header .header-contactbar .mob-drawer {
    margin: 6px 0 0 0;
  }
  /* line 465, ../scss/style.scss */
  header .header-contactbar .mob-drawer.close-drawer {
    display: none;
  }
}
/* line 471, ../scss/style.scss */
header .header-contactbar .contact-title {
  font-size: 18px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0083C1;
  display: inline-block;
  padding: 2px 22px 0 45px;
  position: relative;
  margin: 0 25px 0 0;
}
@media (max-width: 991px) {
  /* line 471, ../scss/style.scss */
  header .header-contactbar .contact-title {
    padding: 0;
    margin: 0;
    display: block;
    font-size: 14px;
  }
  /* line 489, ../scss/style.scss */
  header .header-contactbar .contact-title.reverse-arrow:after {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
/* line 497, ../scss/style.scss */
header .header-contactbar .contact-title:before {
  width: 33px;
  height: 30px;
  background: url(../../../../uploads/2021/04/contact-icon.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -15px;
}
@media (max-width: 991px) {
  /* line 497, ../scss/style.scss */
  header .header-contactbar .contact-title:before {
    display: none;
  }
}
/* line 512, ../scss/style.scss */
header .header-contactbar .contact-title:after {
  width: 1px;
  height: 18px;
  background: #333333;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -9px;
}
@media (max-width: 991px) {
  /* line 512, ../scss/style.scss */
  header .header-contactbar .contact-title:after {
    width: 10px;
    height: 17px;
    right: 3px;
    background: url(../../../../uploads/2021/04/arrow-orange.png) no-repeat left top/100%;
    margin-top: -9px;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
/* line 535, ../scss/style.scss */
header .header-contactbar .info-style {
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  display: inline-block;
  position: relative;
  padding: 0 0 0 20px;
  margin: 0 20px 0 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 535, ../scss/style.scss */
  header .header-contactbar .info-style {
    margin-right: 15px;
  }
}
/* line 550, ../scss/style.scss */
header .header-contactbar .info-style a {
  font-size: 14px;
  line-height: 18px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  text-decoration: none;
}
@media (max-width: 370px) {
  /* line 550, ../scss/style.scss */
  header .header-contactbar .info-style a {
    font-size: 13px;
  }
}
@media (max-width: 991px) {
  /* line 564, ../scss/style.scss */
  header .header-contactbar .phone-info {
    width: 49%;
    float: left;
    margin: 0;
  }
}
/* line 571, ../scss/style.scss */
header .header-contactbar .phone-info:before {
  width: 12px;
  height: 16px;
  background: url(../../../../uploads/2021/04/phone-icon.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -8px;
}
@media (max-width: 991px) {
  /* line 583, ../scss/style.scss */
  header .header-contactbar .fax-info {
    width: auto;
    max-width: 49%;
    float: right;
    margin: 0;
  }
}
/* line 591, ../scss/style.scss */
header .header-contactbar .fax-info:before {
  width: 13px;
  height: 10px;
  background: url(../../../../uploads/2021/04/fax-icon.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}
/* line 603, ../scss/style.scss */
header .header-contactbar .email-info {
  margin: 0;
}
@media (max-width: 991px) {
  /* line 603, ../scss/style.scss */
  header .header-contactbar .email-info {
    width: 100%;
    margin: 8px 0 0;
  }
}
/* line 611, ../scss/style.scss */
header .header-contactbar .email-info a {
  color: #003DA6;
  text-decoration: underline;
}
/* line 616, ../scss/style.scss */
header .header-contactbar .email-info:before {
  width: 13px;
  height: 10px;
  background: url(../../../../uploads/2021/04/email-icon.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -5px;
}

/*header end*/
/* footer start */
/* line 632, ../scss/style.scss */
footer {
  width: 100%;
  border-top: 2px solid #00A7E1;
  border-bottom: 8px solid #0083C1;
  padding: 18px 0 14px;
}
@media (max-width: 991px) {
  /* line 632, ../scss/style.scss */
  footer {
    border-bottom: 10px solid #0083C1;
  }
}
/* line 642, ../scss/style.scss */
footer .adct-logo {
  display: inline-block;
  width: 208px;
  margin-top: 5px;
}
@media (max-width: 991px) {
  /* line 642, ../scss/style.scss */
  footer .adct-logo {
    display: block;
    margin: 0 auto 15px;
  }
}
/* line 653, ../scss/style.scss */
footer .social-links {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 10px;
}
/* line 658, ../scss/style.scss */
footer .social-links ul {
  width: auto;
}
@media (max-width: 991px) {
  /* line 658, ../scss/style.scss */
  footer .social-links ul {
    width: 100%;
    text-align: center;
  }
}
/* line 666, ../scss/style.scss */
footer .social-links ul li {
  float: left;
  display: block;
  padding: 0 15px 0 0;
}
@media (max-width: 991px) {
  /* line 666, ../scss/style.scss */
  footer .social-links ul li {
    float: none;
    display: inline-block;
  }
}
/* line 676, ../scss/style.scss */
footer .social-links ul li:last-child {
  padding-right: 0;
}
/* line 680, ../scss/style.scss */
footer .social-links ul li a {
  display: block;
  text-decoration: none;
}
/* line 684, ../scss/style.scss */
footer .social-links ul li a.mail-icon {
  width: 20px;
  height: 15px;
  background: url(../../../../uploads/2021/04/email-icon.png) no-repeat left top/100%;
}
/* line 690, ../scss/style.scss */
footer .social-links ul li a.tweet-icon {
  width: 18px;
  height: 15px;
  background: url(../../../../uploads/2021/04/tweet-icon.png) no-repeat left top/100%;
}
/* line 696, ../scss/style.scss */
footer .social-links ul li a.utube-icon {
  width: 21px;
  height: 15px;
  background: url(../../../../uploads/2021/04/youtube-icon.png) no-repeat left top/100%;
}
/* line 706, ../scss/style.scss */
footer .footer-links {
  display: flex;
  justify-content: flex-end;
  padding: 0 0 10px;
}
/* line 711, ../scss/style.scss */
footer .footer-links ul {
  width: auto;
}
@media (max-width: 991px) {
  /* line 711, ../scss/style.scss */
  footer .footer-links ul {
    width: 100%;
    text-align: center;
  }
}
/* line 719, ../scss/style.scss */
footer .footer-links ul li {
  float: left;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
}
@media (max-width: 991px) {
  /* line 719, ../scss/style.scss */
  footer .footer-links ul li {
    float: none;
    display: inline;
  }
}
/* line 734, ../scss/style.scss */
footer .footer-links ul li:last-child a {
  margin-right: 0;
}
/* line 739, ../scss/style.scss */
footer .footer-links ul li a {
  display: inline-block;
  text-decoration: underline;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #003DA6;
  margin: 0 5px;
}
@media (max-width: 991px) {
  /* line 739, ../scss/style.scss */
  footer .footer-links ul li a {
    font-size: 14px;
    line-height: 24px;
    display: inline;
  }
}
/* line 759, ../scss/style.scss */
footer .copyright-txt, footer .site-code {
  text-align: right;
  font-size: 16px;
  line-height: 20px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  padding: 0 0 10px;
}
@media (max-width: 991px) {
  /* line 759, ../scss/style.scss */
  footer .copyright-txt, footer .site-code {
    text-align: center;
  }
}
/* line 773, ../scss/style.scss */
footer .site-code {
  padding: 0;
}

/* footer end */
/* 404 */
/* line 780, ../scss/style.scss */
.error-404 {
  width: 100%;
  height: 560px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 780, ../scss/style.scss */
  .error-404 {
    height: auto;
  }
}
/* line 789, ../scss/style.scss */
.error-404 .orange-strip {
  width: 42%;
  position: absolute;
  top: 14rem;
  left: 0;
}
@media (max-width: 991px) {
  /* line 789, ../scss/style.scss */
  .error-404 .orange-strip {
    position: static;
    margin: 20px 0;
    width: 65%;
  }
}
/* line 802, ../scss/style.scss */
.error-404 .error-bx {
  max-width: 270px;
  display: inline-block;
  position: absolute;
  top: 38%;
  left: 26%;
}
@media (min-width: 1601px) and (max-width: 1900px) {
  /* line 802, ../scss/style.scss */
  .error-404 .error-bx {
    top: 36%;
    left: 24%;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  /* line 802, ../scss/style.scss */
  .error-404 .error-bx {
    top: 35%;
    left: 22%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  /* line 802, ../scss/style.scss */
  .error-404 .error-bx {
    top: 35%;
    left: 22%;
    max-width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 802, ../scss/style.scss */
  .error-404 .error-bx {
    top: 35%;
    left: 21%;
    max-width: 240px;
  }
}
@media (max-width: 991px) {
  /* line 802, ../scss/style.scss */
  .error-404 .error-bx {
    position: static;
    max-width: 100%;
    padding: 0 10px 15px;
  }
}
/* line 837, ../scss/style.scss */
.error-404 .error-bx h1 {
  font-size: 56px;
  line-height: 60px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #0083C1;
  padding: 0 0 10px;
}
@media (min-width: 1201px) and (max-width: 1399px) {
  /* line 837, ../scss/style.scss */
  .error-404 .error-bx h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 837, ../scss/style.scss */
  .error-404 .error-bx h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (max-width: 991px) {
  /* line 837, ../scss/style.scss */
  .error-404 .error-bx h1 {
    font-size: 36px;
    line-height: 40px;
    padding: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1400px) {
  /* line 864, ../scss/style.scss */
  .error-404 .error-bx p {
    font-size: 15px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 864, ../scss/style.scss */
  .error-404 .error-bx p {
    font-size: 14px;
    line-height: 18px;
  }
}
/* line 876, ../scss/style.scss */
.error-404 .cta-bx {
  max-width: 390px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 44%;
}
@media (min-width: 1401px) and (max-width: 1600px) {
  /* line 876, ../scss/style.scss */
  .error-404 .cta-bx {
    top: 48%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  /* line 876, ../scss/style.scss */
  .error-404 .cta-bx {
    top: 48%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 876, ../scss/style.scss */
  .error-404 .cta-bx {
    top: 46%;
  }
}
@media (max-width: 991px) {
  /* line 876, ../scss/style.scss */
  .error-404 .cta-bx {
    position: static;
    padding: 0 10px 15px;
    display: block;
    clear: both;
  }
}
/* line 903, ../scss/style.scss */
.error-404 .cta-bx .cta.cta-but {
  width: 380px;
  height: 66px;
  margin: 0 0 18px;
}
/* line 908, ../scss/style.scss */
.error-404 .cta-bx .cta.cta-but:before {
  right: 18px;
}
/* line 912, ../scss/style.scss */
.error-404 .cta-bx .cta.cta-but:after {
  width: 62px;
  height: 66px;
}
/* line 917, ../scss/style.scss */
.error-404 .cta-bx .cta.cta-but .user-icon {
  margin: 0 25px 0 0;
}
/* line 920, ../scss/style.scss */
.error-404 .cta-bx .cta.cta-but .user-icon .patient-user, .error-404 .cta-bx .cta.cta-but .user-icon .hcp-user {
  width: 27px;
  height: 31px;
  background-size: 27px auto;
}

/* 404 */
/* Terms condition */
/* line 933, ../scss/style.scss */
.terms-condition-bx {
  width: 100%;
  padding: 90px 0 50px;
}
@media (max-width: 991px) {
  /* line 933, ../scss/style.scss */
  .terms-condition-bx {
    padding: 25px 0;
  }
}
/* line 941, ../scss/style.scss */
.terms-condition-bx h1 {
  font-size: 32px;
  line-height: 36px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #333333;
  padding: 0 0 30px;
}
@media (max-width: 991px) {
  /* line 941, ../scss/style.scss */
  .terms-condition-bx h1 {
    padding: 0 0 25px;
  }
}
/* line 954, ../scss/style.scss */
.terms-condition-bx p {
  padding: 0 0 10px;
}
/* line 957, ../scss/style.scss */
.terms-condition-bx p u {
  color: #333333;
}
/* line 961, ../scss/style.scss */
.terms-condition-bx p sup {
  font-size: 75%;
  line-height: 1.4em;
}
/* line 967, ../scss/style.scss */
.terms-condition-bx a {
  color: #003DA6;
  text-decoration: underline;
}
/* line 973, ../scss/style.scss */
.terms-condition-bx .bullet-list li {
  padding-bottom: 10px;
}
/* line 976, ../scss/style.scss */
.terms-condition-bx .bullet-list li sup {
  font-size: 75%;
  line-height: 1.4em;
}

/* main css end*/
/* Patient Start */
/* line 986, ../scss/style.scss */
.scroll-down {
  width: 40px;
  height: 40px;
  background: url(../../../../uploads/2021/04/scroll-down.png) no-repeat left top/100%;
  content: "";
  position: absolute;
  bottom: -20px;
  left: 50%;
  margin-left: -20px;
  z-index: 1;
  text-decoration: none !important;
}

/* line 999, ../scss/style.scss */
.patient_banner {
  background-color: rgba(0, 167, 225, 0.1);
  width: 100%;
  height: 468px;
  padding-top: 100px;
  padding-left: 15%;
  position: relative;
}
@media (min-width: 1601px) {
  /* line 999, ../scss/style.scss */
  .patient_banner {
    padding-left: 24%;
  }
}
@media (min-width: 1301px) and (max-width: 1366px) {
  /* line 999, ../scss/style.scss */
  .patient_banner {
    padding-left: 13%;
  }
}
@media (min-width: 1201px) and (max-width: 1300px) {
  /* line 999, ../scss/style.scss */
  .patient_banner {
    padding-left: 9%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 999, ../scss/style.scss */
  .patient_banner {
    height: 430px;
    padding-left: 9%;
  }
}
@media (max-width: 991px) {
  /* line 999, ../scss/style.scss */
  .patient_banner {
    padding: 25px 0 0 0;
    height: auto;
  }
}
/* line 1029, ../scss/style.scss */
.patient_banner.dkblue_bg {
  background-color: #0083C1;
  padding-top: 135px;
}
@media (max-width: 991px) {
  /* line 1029, ../scss/style.scss */
  .patient_banner.dkblue_bg {
    padding: 25px 0 0 0;
  }
}
/* line 1037, ../scss/style.scss */
.patient_banner.dkblue_bg h1, .patient_banner.dkblue_bg p, .patient_banner.dkblue_bg .blue-txt {
  color: #fff !important;
}
/* line 1041, ../scss/style.scss */
.patient_banner.dkblue_bg .banner_shape {
  top: 46%;
}
@media (min-width: 1600px) {
  /* line 1041, ../scss/style.scss */
  .patient_banner.dkblue_bg .banner_shape {
    top: 50%;
  }
}
@media (max-width: 1600px) {
  /* line 1041, ../scss/style.scss */
  .patient_banner.dkblue_bg .banner_shape {
    top: 52%;
  }
}
@media (max-width: 1400px) {
  /* line 1041, ../scss/style.scss */
  .patient_banner.dkblue_bg .banner_shape {
    top: 46%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1041, ../scss/style.scss */
  .patient_banner.dkblue_bg .banner_shape {
    top: 50%;
  }
}
/* line 1062, ../scss/style.scss */
.patient_banner.dkblue_bg .right_banner_image img {
  max-width: 408px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1062, ../scss/style.scss */
  .patient_banner.dkblue_bg .right_banner_image img {
    max-width: 376px;
  }
}
@media (max-width: 991px) {
  /* line 1062, ../scss/style.scss */
  .patient_banner.dkblue_bg .right_banner_image img {
    max-width: 100%;
  }
}
/* line 1076, ../scss/style.scss */
.patient_banner .c-code-banner {
  width: 100%;
  position: absolute;
  top: 70px;
  left: 0;
  background: linear-gradient(to right, #FF6200 72%, transparent 68%);
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  padding: 7px 0;
}
@media (max-width: 1250px) {
  /* line 1076, ../scss/style.scss */
  .patient_banner .c-code-banner {
    background: linear-gradient(to right, #FF6200 63%, transparent 63%);
    font-size: 12px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  /* line 1076, ../scss/style.scss */
  .patient_banner .c-code-banner {
    position: static;
    margin-bottom: 20px;
    background: linear-gradient(to right, #FF6200 100%, transparent 100%);
  }
}
/* line 1101, ../scss/style.scss */
.patient_banner .c-code-banner sup {
  line-height: 16px;
}
@media (max-width: 991px) {
  /* line 1101, ../scss/style.scss */
  .patient_banner .c-code-banner sup {
    line-height: 14px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  /* line 1110, ../scss/style.scss */
  .patient_banner h1 {
    font-size: 48px;
    line-height: 52px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  /* line 1110, ../scss/style.scss */
  .patient_banner h1 {
    font-size: 40px;
    line-height: 44px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1110, ../scss/style.scss */
  .patient_banner h1 {
    font-size: 36px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  /* line 1110, ../scss/style.scss */
  .patient_banner h1 {
    padding: 0 10px 20px 70px;
  }
}
/* line 1131, ../scss/style.scss */
.patient_banner .banner_shape {
  position: absolute;
  left: 0;
  top: 45%;
  width: 100%;
  max-width: 25%;
}
@media (min-width: 1601px) {
  /* line 1131, ../scss/style.scss */
  .patient_banner .banner_shape {
    max-width: 31%;
  }
}
@media (max-width: 1600px) {
  /* line 1131, ../scss/style.scss */
  .patient_banner .banner_shape {
    max-width: 24%;
  }
}
@media (min-width: 1201px) and (max-width: 1399px) {
  /* line 1131, ../scss/style.scss */
  .patient_banner .banner_shape {
    max-width: 20%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1131, ../scss/style.scss */
  .patient_banner .banner_shape {
    max-width: 18%;
  }
}
@media (max-width: 991px) {
  /* line 1131, ../scss/style.scss */
  .patient_banner .banner_shape {
    position: static;
    max-width: 50%;
  }
}
/* line 1160, ../scss/style.scss */
.patient_banner .left_spacing_banner_text {
  margin-left: 13%;
  padding-top: 20px;
  max-width: 560px;
}
@media (min-width: 1601px) {
  /* line 1160, ../scss/style.scss */
  .patient_banner .left_spacing_banner_text {
    margin-left: 11%;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  /* line 1160, ../scss/style.scss */
  .patient_banner .left_spacing_banner_text {
    margin-left: 9%;
    max-width: 560px;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1160, ../scss/style.scss */
  .patient_banner .left_spacing_banner_text {
    max-width: 440px;
    padding-top: 20px;
    margin-left: 12%;
  }
}
@media (max-width: 991px) {
  /* line 1160, ../scss/style.scss */
  .patient_banner .left_spacing_banner_text {
    max-width: 100%;
    margin-left: 0;
    padding: 20px 10px;
  }
}
/* line 1186, ../scss/style.scss */
.patient_banner .left_spacing_banner_text p {
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
}
/* line 1192, ../scss/style.scss */
.patient_banner .left_spacing_banner_text p sup {
  line-height: 14px;
}
/* line 1197, ../scss/style.scss */
.patient_banner .left_spacing_banner_text .blue-txt, .patient_banner .left_spacing_banner_text a {
  padding-top: 2.5%;
  display: block;
  color: #0083C1;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-decoration: none;
}
@media (max-width: 991px) {
  /* line 1197, ../scss/style.scss */
  .patient_banner .left_spacing_banner_text .blue-txt, .patient_banner .left_spacing_banner_text a {
    padding-top: 15px;
  }
}
/* line 1213, ../scss/style.scss */
.patient_banner .right_banner_image {
  position: absolute;
  right: 0;
  top: 0;
}
@media (max-width: 991px) {
  /* line 1213, ../scss/style.scss */
  .patient_banner .right_banner_image {
    position: relative;
  }
}
/* line 1222, ../scss/style.scss */
.patient_banner .right_banner_image img {
  max-width: 408px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1222, ../scss/style.scss */
  .patient_banner .right_banner_image img {
    max-width: 374px;
  }
}
@media (max-width: 991px) {
  /* line 1222, ../scss/style.scss */
  .patient_banner .right_banner_image img {
    max-width: 100%;
  }
}

/* line 1236, ../scss/style.scss */
.enroll_section {
  padding-top: 35px;
}
/* line 1239, ../scss/style.scss */
.enroll_section .enroll_box_link_top_spacing {
  padding-top: 30px;
}
@media (max-width: 991px) {
  /* line 1242, ../scss/style.scss */
  .enroll_section .enroll_box_link_top_spacing a {
    display: block;
  }
}
/* line 1249, ../scss/style.scss */
.enroll_section a {
  text-decoration: underline;
  display: inline-block;
}
/* line 1254, ../scss/style.scss */
.enroll_section .enroll_box {
  margin-top: 40px;
  position: relative;
}
@media (max-width: 991px) {
  /* line 1254, ../scss/style.scss */
  .enroll_section .enroll_box {
    max-width: 360px;
    margin: 30px auto 25px;
  }
}
/* line 1263, ../scss/style.scss */
.enroll_section .enroll_box .enroll_box_content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 50px 10px 12px;
}
@media (max-width: 991px) {
  /* line 1263, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content {
    padding: 20px 70px 0 20px;
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 1263, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content {
    padding-top: 15px;
  }
}
/* line 1281, ../scss/style.scss */
.enroll_section .enroll_box .enroll_box_content img {
  max-width: 41px;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -34px;
}
@media (max-width: 991px) {
  /* line 1281, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content img {
    position: static;
    float: left;
    margin: 0 25px 0 0;
    max-width: 33px;
  }
}
/* line 1296, ../scss/style.scss */
.enroll_section .enroll_box .enroll_box_content span {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  display: block;
  padding: 0 0 0 90px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1296, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  /* line 1296, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content span {
    padding: 0;
  }
}
@media (max-width: 370px) {
  /* line 1296, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content span {
    font-size: 19px;
    line-height: 24px;
  }
}
/* line 1319, ../scss/style.scss */
.enroll_section .enroll_box .enroll_box_content span:after {
  content: " ";
  position: absolute;
  background-color: #a69f9f;
  width: 1px;
  height: calc(100% - 50px);
  top: 20px;
  left: 85px;
}
@media (max-width: 991px) {
  /* line 1319, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content span:after {
    height: 46px;
    top: 20px;
    left: 66px;
  }
}
@media (max-width: 767px) {
  /* line 1319, ../scss/style.scss */
  .enroll_section .enroll_box .enroll_box_content span:after {
    top: 15px;
  }
}
/* line 1339, ../scss/style.scss */
.enroll_section .enroll_box .enroll_box_content span strong {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
/* line 1344, ../scss/style.scss */
.enroll_section .enroll_box .enroll_box_content span a {
  font-size: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #333333;
  line-height: 26px;
  text-decoration: none;
}
@media (max-width: 991px) {
  /* line 1358, ../scss/style.scss */
  .enroll_section .enroll_box_right_image {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  /* line 1358, ../scss/style.scss */
  .enroll_section .enroll_box_right_image {
    max-width: 236px;
  }
}

/* line 1371, ../scss/style.scss */
.orange_border_row {
  padding: 50px 0 25px 0;
}
@media (max-width: 991px) {
  /* line 1371, ../scss/style.scss */
  .orange_border_row {
    padding: 30px 0;
  }
}
/* line 1378, ../scss/style.scss */
.orange_border_row .orange_border {
  width: 100%;
  background-color: #FF6200;
  width: 100%;
  height: 1px;
}

/* line 1389, ../scss/style.scss */
.overview_service .footnote p.text_indent {
  font-size: 12px;
  line-height: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  color: #333333;
  margin-top: 18px;
  text-indent: -7px;
  padding-right: 7px;
}
/* line 1400, ../scss/style.scss */
.overview_service .footnote a {
  color: #003DA6;
  text-decoration: underline;
  font-size: 12px;
}
/* line 1406, ../scss/style.scss */
.overview_service .footnote .modifiy_sup {
  right: -3px;
  top: 0;
}
/* line 1411, ../scss/style.scss */
.overview_service .footnote sup {
  line-height: 12px;
}
/* line 1416, ../scss/style.scss */
.overview_service .footnote_term {
  color: #003DA6;
  text-decoration: underline;
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
@media (max-width: 991px) {
  /* line 1416, ../scss/style.scss */
  .overview_service .footnote_term {
    margin-top: 27px;
  }
}
/* line 1428, ../scss/style.scss */
.overview_service .mt36 {
  margin-top: 36px;
}
@media (max-width: 991px) {
  /* line 1432, ../scss/style.scss */
  .overview_service .mob-mb {
    margin-bottom: 20px;
  }
}
/* line 1438, ../scss/style.scss */
.overview_service .overview_box {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 30px 29px 20px;
  height: 100%;
  position: relative;
  display: flex;
  flex-flow: column;
}
@media (max-width: 991px) {
  /* line 1438, ../scss/style.scss */
  .overview_service .overview_box {
    padding: 30px 19px 20px;
  }
}
/* line 1454, ../scss/style.scss */
.overview_service .overview_box:before {
  content: " ";
  position: absolute;
  background-color: #00A7E1;
  width: 100%;
  height: 9px;
  top: 0px;
  left: 0;
  border-radius: 10px 10px 0 0;
  transform: translate(0px, 0px);
}
/* line 1466, ../scss/style.scss */
.overview_service .overview_box img {
  max-width: 71px;
}
/* line 1470, ../scss/style.scss */
.overview_service .overview_box h3 {
  padding: 13px 0 10px 0;
  border-bottom: 1px solid #a69f9f;
  margin-bottom: 20px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1470, ../scss/style.scss */
  .overview_service .overview_box h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
/* line 1481, ../scss/style.scss */
.overview_service .overview_box .bullet-list {
  margin-top: 10px;
}
/* line 1484, ../scss/style.scss */
.overview_service .overview_box .bullet-list li {
  padding-bottom: 10px;
}
/* line 1489, ../scss/style.scss */
.overview_service .overview_box strong.orange_bold {
  color: #FF6200;
}
/* line 1493, ../scss/style.scss */
.overview_service .overview_box small {
  font-size: 10px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

/* line 1506, ../scss/style.scss */
#accordion {
  margin-top: 27px;
  border: 2px solid #a69f9f;
  border-radius: 10px;
}
@media (max-width: 991px) {
  /* line 1506, ../scss/style.scss */
  #accordion {
    margin-top: 10px;
  }
}
/* line 1515, ../scss/style.scss */
#accordion .card {
  border: none;
  border-bottom: 2px solid #a69f9f;
  background: rgba(255, 108, 14, 0.04);
  border-radius: 0;
}
/* line 1521, ../scss/style.scss */
#accordion .card:first-child {
  border-radius: 10px 10px 0 0;
}
/* line 1525, ../scss/style.scss */
#accordion .card:last-of-type {
  border-radius: 0 0 10px 10px;
  border-bottom: none;
}
/* line 1530, ../scss/style.scss */
#accordion .card div {
  transition: all 0.4s ease-in-out 0s;
}
/* line 1534, ../scss/style.scss */
#accordion .card .card-header {
  background-color: transparent;
  border-bottom: none;
  padding: 0px;
  position: relative;
}
/* line 1540, ../scss/style.scss */
#accordion .card .card-header a {
  padding: 22px 10% 20px 30px;
  display: block;
  border-radius: 10px;
  font-size: 18px;
  line-height: 22px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  color: #333333;
  text-decoration: none;
}
@media (max-width: 991px) {
  /* line 1540, ../scss/style.scss */
  #accordion .card .card-header a {
    padding: 22px 20.9% 20px 25px;
  }
}
/* line 1556, ../scss/style.scss */
#accordion .card .card-header a .fa:before {
  width: 40px;
  height: 40px;
  background: url(../../../../uploads/2021/04/accordian-but.png) no-repeat left -40px/40px;
  content: "";
  position: absolute;
  top: 12px;
  right: 16px;
}
@media (max-width: 991px) {
  /* line 1556, ../scss/style.scss */
  #accordion .card .card-header a .fa:before {
    top: 50%;
    margin-top: -20px;
  }
}
/* line 1572, ../scss/style.scss */
#accordion .card .card-header a.collapsed {
  background-color: #fff;
}
/* line 1576, ../scss/style.scss */
#accordion .card .card-header a.collapsed .fa:before {
  background: url(../../../../uploads/2021/04/accordian-but.png) no-repeat left top/40px;
}
/* line 1586, ../scss/style.scss */
#accordion .collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
}
/* line 1592, ../scss/style.scss */
#accordion .card-body {
  padding: 0 8% 10px 30px;
}
@media (max-width: 991px) {
  /* line 1592, ../scss/style.scss */
  #accordion .card-body {
    padding: 0 25px 10px;
  }
}
/* line 1599, ../scss/style.scss */
#accordion .card-body p {
  padding: 0 0 10px;
}
/* line 1602, ../scss/style.scss */
#accordion .card-body p small {
  font-size: 70%;
}
/* line 1607, ../scss/style.scss */
#accordion .card-body p .mob-anchor a {
  color: #333333;
  text-decoration: none;
}
/* line 1613, ../scss/style.scss */
#accordion .card-body p sup {
  line-height: 14px;
}
/* line 1618, ../scss/style.scss */
#accordion .card-body .color-gray {
  color: #333333 !important;
}
/* line 1622, ../scss/style.scss */
#accordion .card-body .txtdeco-none {
  text-decoration: none !important;
}
/* line 1630, ../scss/style.scss */
#accordion .collapse .card-body a {
  text-decoration: underline;
  color: #003DA6;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}

/* line 1645, ../scss/style.scss */
.faq_right .faq_top_image {
  display: block;
  margin-top: -77px;
  margin-bottom: 10px;
}
/* line 1651, ../scss/style.scss */
.faq_right .faq-callout {
  position: relative;
}
@media (max-width: 991px) {
  /* line 1651, ../scss/style.scss */
  .faq_right .faq-callout {
    max-width: 360px;
    margin: 25px auto 0;
  }
}
/* line 1659, ../scss/style.scss */
.faq_right .faq-callout img {
  display: block;
}
/* line 1663, ../scss/style.scss */
.faq_right .faq-callout .faq_right_box_text {
  position: absolute;
  height: 100%;
  padding: 4px 12px 10px;
  top: 0;
  left: 0;
  max-width: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1663, ../scss/style.scss */
  .faq_right .faq-callout .faq_right_box_text {
    max-width: 280px;
  }
}
@media (max-width: 991px) {
  /* line 1663, ../scss/style.scss */
  .faq_right .faq-callout .faq_right_box_text {
    max-width: 310px;
    padding: 4px 15px 10px;
  }
}
/* line 1684, ../scss/style.scss */
.faq_right .faq-callout .faq_right_box_text span {
  font-size: 22px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  line-height: 26px;
  display: block;
  margin-bottom: 10px;
  width: 100%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1684, ../scss/style.scss */
  .faq_right .faq-callout .faq_right_box_text span {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (max-width: 991px) {
  /* line 1684, ../scss/style.scss */
  .faq_right .faq-callout .faq_right_box_text span {
    font-size: 22px;
    line-height: 26px;
  }
}
/* line 1705, ../scss/style.scss */
.faq_right .faq-callout .faq_right_box_text .color-gray {
  color: #333333 !important;
}
/* line 1709, ../scss/style.scss */
.faq_right .faq-callout .faq_right_box_text small {
  font-size: 60%;
  vertical-align: bottom;
}
@media (max-width: 991px) {
  /* line 1714, ../scss/style.scss */
  .faq_right .faq-callout .faq_right_box_text .blue-txt {
    padding-right: 20px !important;
  }
}
/* line 1720, ../scss/style.scss */
.faq_right .faq-callout .faq_right_box_text .blue-txt, .faq_right .faq-callout .faq_right_box_text a {
  color: #0083C1;
  font-size: 18px;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  line-height: 26px;
  text-decoration: none;
  margin: 0;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1720, ../scss/style.scss */
  .faq_right .faq-callout .faq_right_box_text .blue-txt, .faq_right .faq-callout .faq_right_box_text a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  /* line 1720, ../scss/style.scss */
  .faq_right .faq-callout .faq_right_box_text .blue-txt, .faq_right .faq-callout .faq_right_box_text a {
    font-size: 18px;
    line-height: 22px;
    padding-right: 20px;
    padding: 0px;
  }
}
/* line 1744, ../scss/style.scss */
.faq_right .set_max_common_image_size {
  padding: 10px 0 0 0;
}
/* line 1747, ../scss/style.scss */
.faq_right .set_max_common_image_size img {
  max-width: 200px;
  margin: 0 auto;
  display: block;
}
@media (max-width: 991px) {
  /* line 1747, ../scss/style.scss */
  .faq_right .set_max_common_image_size img {
    max-width: 360px;
  }
}
@media (max-width: 767px) {
  /* line 1747, ../scss/style.scss */
  .faq_right .set_max_common_image_size img {
    max-width: 200px;
  }
}

/* line 1764, ../scss/style.scss */
.helpful_resources {
  position: relative;
}
/* line 1767, ../scss/style.scss */
.helpful_resources:before {
  content: " ";
  position: absolute;
  background-image: url(../../../../uploads/2021/04/helpful-organization-bg.png);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  width: 100%;
  height: 462px;
  bottom: -35px;
  left: 0px;
}
@media (max-width: 991px) {
  /* line 1767, ../scss/style.scss */
  .helpful_resources:before {
    background-size: cover;
    background-position: 50%;
  }
}
/* line 1785, ../scss/style.scss */
.helpful_resources .section-title {
  font-size: 24px;
  line-height: 28px;
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  color: #333333;
  display: block;
  padding: 0 0 30px;
}
/* line 1797, ../scss/style.scss */
.helpful_resources .cta-but-row .cta:after {
  width: 68px;
  height: 48px;
  position: absolute;
  top: -1px;
  right: -1px;
}
/* line 1805, ../scss/style.scss */
.helpful_resources .cta-but-row .cta.cta-but {
  width: 100%;
  max-width: 380px;
  height: 48px;
  padding-top: 2px;
}
/* line 1811, ../scss/style.scss */
.helpful_resources .cta-but-row .cta.cta-but.hcp-cta {
  margin-left: 0;
  margin-top: 10px;
}
/* line 1816, ../scss/style.scss */
.helpful_resources .cta-but-row .cta.cta-but:after {
  width: 60px;
  height: 47px;
  background-size: 100% 100%;
}
/* line 1822, ../scss/style.scss */
.helpful_resources .cta-but-row .cta.cta-but:before {
  right: 18px;
}
/* line 1827, ../scss/style.scss */
.helpful_resources .cta-but-row .cta.cta-but .user-icon .patient-user {
  width: 21px;
  height: 24px;
  background-size: 21px auto;
}
/* line 1833, ../scss/style.scss */
.helpful_resources .cta-but-row .cta.cta-but .user-icon .hcp-user {
  width: 21px;
  height: 24px;
  background-size: 21px auto;
}
/* line 1844, ../scss/style.scss */
.helpful_resources .helpful_resourses_right_image img {
  margin-top: 30px;
}
@media (max-width: 991px) {
  /* line 1844, ../scss/style.scss */
  .helpful_resources .helpful_resourses_right_image img {
    max-width: 360px;
    margin: 20px auto 10px;
    display: block;
  }
}
@media (max-width: 767px) {
  /* line 1844, ../scss/style.scss */
  .helpful_resources .helpful_resourses_right_image img {
    max-width: 200px;
  }
}
/* line 1859, ../scss/style.scss */
.helpful_resources .logo_box_download {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 10px 50px;
  padding-left: 0;
  margin-top: 38px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1859, ../scss/style.scss */
  .helpful_resources .logo_box_download {
    padding-right: 30px;
  }
}
@media (max-width: 991px) {
  /* line 1859, ../scss/style.scss */
  .helpful_resources .logo_box_download {
    padding: 10px 0 25px 0;
  }
}
/* line 1874, ../scss/style.scss */
.helpful_resources .logo_box_download .logo_shape_box {
  margin-right: -20px;
}
@media (max-width: 991px) {
  /* line 1874, ../scss/style.scss */
  .helpful_resources .logo_box_download .logo_shape_box {
    margin-right: 0;
  }
}
/* line 1881, ../scss/style.scss */
.helpful_resources .logo_box_download .logo_shape_box img.box_logo {
  max-width: 155px;
  margin-top: 25px;
}
@media (max-width: 991px) {
  /* line 1886, ../scss/style.scss */
  .helpful_resources .logo_box_download .logo_shape_box .box_shape {
    max-width: 65%;
    margin-top: -8%;
    display: block;
  }
}
/* line 1896, ../scss/style.scss */
.helpful_resources .logo_box_download .box_download {
  padding: 0 0 0 45px;
}
@media (max-width: 991px) {
  /* line 1896, ../scss/style.scss */
  .helpful_resources .logo_box_download .box_download {
    padding: 20px 25px 0 25px;
  }
}
/* line 1903, ../scss/style.scss */
.helpful_resources .logo_box_download .box_download a {
  display: block;
  float: right;
  margin-top: 20px;
}
@media (max-width: 991px) {
  /* line 1903, ../scss/style.scss */
  .helpful_resources .logo_box_download .box_download a {
    min-width: auto;
  }
}
/* line 1913, ../scss/style.scss */
.helpful_resources .logo_box_download .box_download .icon_size_set {
  max-width: 30px;
}
/* line 1919, ../scss/style.scss */
.helpful_resources .helpful_organization {
  margin-top: 5px;
  margin-bottom: 50px;
}
/* line 1923, ../scss/style.scss */
.helpful_resources .helpful_organization .section-title {
  padding: 0 0 15px;
}
/* line 1928, ../scss/style.scss */
.helpful_resources .helpful_resourses_links {
  margin-top: 19px;
}
/* line 1931, ../scss/style.scss */
.helpful_resources .helpful_resourses_links h5 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0083C1;
  font-size: 16px;
  line-height: 20px;
}
/* line 1939, ../scss/style.scss */
.helpful_resources .helpful_resourses_links p {
  display: block;
  padding: 0px;
  padding-bottom: 2px;
}
/* line 1944, ../scss/style.scss */
.helpful_resources .helpful_resourses_links p sup {
  line-height: 16px;
}
@media (max-width: 991px) {
  /* line 1944, ../scss/style.scss */
  .helpful_resources .helpful_resourses_links p sup {
    line-height: 12px;
  }
}
/* line 1952, ../scss/style.scss */
.helpful_resources .helpful_resourses_links strong {
  display: block;
  color: #333333;
  margin-top: 2px;
}
/* line 1957, ../scss/style.scss */
.helpful_resources .helpful_resourses_links strong a {
  color: #333333;
  text-decoration: none;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}
@media (max-width: 991px) {
  /* line 1957, ../scss/style.scss */
  .helpful_resources .helpful_resourses_links strong a {
    font-size: inherit !important;
  }
}
/* line 1968, ../scss/style.scss */
.helpful_resources .helpful_resourses_links .link_spacing_group {
  padding-top: 20px;
}
@media (max-width: 991px) {
  /* line 1971, ../scss/style.scss */
  .helpful_resources .helpful_resourses_links .link_spacing_group a {
    font-size: 14px;
  }
}
/* line 1979, ../scss/style.scss */
.helpful_resources .left_box_links {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 30px 72px;
  min-height: 440px;
  background-color: #fff;
  position: relative;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 1979, ../scss/style.scss */
  .helpful_resources .left_box_links {
    padding: 30px 50px;
  }
}
@media (max-width: 991px) {
  /* line 1979, ../scss/style.scss */
  .helpful_resources .left_box_links {
    padding: 30px;
    margin: 0 0 30px;
    min-height: auto;
  }
}
/* line 1997, ../scss/style.scss */
.helpful_resources .left_box_links:before {
  content: " ";
  position: absolute;
  background-color: #00A7E1;
  width: 100%;
  height: 6px;
  top: 0px;
  left: 0;
  border-radius: 10px 10px 0 0;
  transform: translate(0px, 0px);
}
/* line 2010, ../scss/style.scss */
.helpful_resources .right_box_links {
  border: 1px solid #333333;
  border-radius: 10px;
  padding: 30px 33px;
  position: relative;
  min-height: 440px;
  background-color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2010, ../scss/style.scss */
  .helpful_resources .right_box_links {
    padding: 30px;
  }
}
@media (max-width: 991px) {
  /* line 2010, ../scss/style.scss */
  .helpful_resources .right_box_links {
    padding: 30px;
    min-height: auto;
  }
}
/* line 2027, ../scss/style.scss */
.helpful_resources .right_box_links:before {
  content: " ";
  position: absolute;
  background-color: #00A7E1;
  width: 100%;
  height: 6px;
  top: 0px;
  left: 0;
  border-radius: 10px 10px 0 0;
  transform: translate(0px, 0px);
}

/* Patient End */
/* line 2046, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .healthcare_enroll_patient {
  padding: 30px 0 0 0;
}
/* line 2049, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .healthcare_enroll_patient .cta {
  height: 60px;
  width: 100%;
  max-width: 380px;
  padding-top: 3px;
}
/* line 2055, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .healthcare_enroll_patient .cta:after {
  height: 60px;
  background-size: 100% 100%;
  right: -3px;
}
@media (max-width: 991px) {
  /* line 2049, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .healthcare_enroll_patient .cta {
    max-width: 100%;
  }
}
/* line 2067, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .enroll_box_content {
  max-width: 95%;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2067, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .enroll_box_content {
    max-width: 100%;
  }
}
@media (max-width: 991px) {
  /* line 2067, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .enroll_box_content {
    max-width: 100%;
  }
}
/* line 2078, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .enroll_box_content span {
  font-size: 24px;
  line-height: 28px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2078, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .enroll_box_content span {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (max-width: 991px) {
  /* line 2078, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .enroll_box_content span {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (max-width: 767px) {
  /* line 2078, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .enroll_box_content span {
    font-size: 20px;
    line-height: 26px;
  }
}
@media (max-width: 370px) {
  /* line 2078, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .enroll_box_content span {
    font-size: 19px;
    line-height: 24px;
  }
}
/* line 2105, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .enroll_box {
  margin-top: 20px;
}
/* line 2109, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .enroll_box_link_top_spacing a.inline_anchor {
  display: inline-block;
  letter-spacing: 0px;
}
/* line 2115, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .fax_email {
  margin-top: 10px;
}
/* line 2117, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .fax_email p {
  font-size: 14px;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2117, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .fax_email p {
    font-size: 13px;
  }
}
/* line 2126, ../scss/style.scss */
.enroll_section.enroll_patient_healthcare .fax_email p a {
  display: inline-block;
  color: #003DA6;
  font-size: 14px;
  letter-spacing: 0px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2126, ../scss/style.scss */
  .enroll_section.enroll_patient_healthcare .fax_email p a {
    font-size: 13px;
  }
}

/* line 2146, ../scss/style.scss */
.overview_service.healthcare_service .overview_box .heading_para_group {
  margin-bottom: 10px;
}
/* line 2148, ../scss/style.scss */
.overview_service.healthcare_service .overview_box .heading_para_group h4 {
  max-width: 100%;
}
/* line 2151, ../scss/style.scss */
.overview_service.healthcare_service .overview_box .heading_para_group sup {
  line-height: 1.4em;
}

/* line 2164, ../scss/style.scss */
.healthcare_faq .card ol {
  list-style: decimal;
  margin-left: 15px;
}
/* line 2169, ../scss/style.scss */
.healthcare_faq .bullet-list li {
  padding: 0 0 10px 10px;
}
/* line 2172, ../scss/style.scss */
.healthcare_faq .bullet-list li sup {
  line-height: 16px;
}

@media (max-width: 991px) {
  /* line 2180, ../scss/style.scss */
  .healthcare_right_fax_box span {
    font-size: 22px;
  }
}

/* line 2190, ../scss/style.scss */
.helpful_resources.healthcare_resources {
  margin-top: 15px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2195, ../scss/style.scss */
  .helpful_resources.healthcare_resources::before {
    bottom: 85px;
  }
}
@media (max-width: 991px) {
  /* line 2201, ../scss/style.scss */
  .helpful_resources.healthcare_resources::before {
    bottom: 514px;
  }
}
/* line 2205, ../scss/style.scss */
.helpful_resources.healthcare_resources .visit_website {
  margin-top: 10px;
}
/* line 2209, ../scss/style.scss */
.helpful_resources.healthcare_resources .logo_box_download {
  padding-left: 30px;
}

/* line 2215, ../scss/style.scss */
.resources_box {
  border: 1px solid #a69f9f;
  border-radius: 10px;
  padding: 20px;
  position: relative;
  background-color: #fff;
  display: flex;
  height: 100%;
}
@media (max-width: 991px) {
  /* line 2215, ../scss/style.scss */
  .resources_box {
    max-width: 420px;
    margin: 0 auto;
    margin-bottom: 20px;
  }
}
/* line 2230, ../scss/style.scss */
.resources_box .icon_size_set {
  max-width: 30px;
  display: block;
  margin: 0 0 0 12%;
}
@media (max-width: 991px) {
  /* line 2230, ../scss/style.scss */
  .resources_box .icon_size_set {
    margin-left: 20%;
  }
}
/* line 2240, ../scss/style.scss */
.resources_box a.getting_started_button_spacing {
  margin-top: 20px;
}
/* line 2244, ../scss/style.scss */
.resources_box a.dosing_administration_button_spacing {
  margin-top: 40px;
}
@media (max-width: 991px) {
  /* line 2244, ../scss/style.scss */
  .resources_box a.dosing_administration_button_spacing {
    margin-top: 20px;
  }
}
/* line 2252, ../scss/style.scss */
.resources_box a.patient_info_button_spacing {
  margin-top: 40px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2252, ../scss/style.scss */
  .resources_box a.patient_info_button_spacing {
    margin-top: 60px;
  }
}
@media (max-width: 991px) {
  /* line 2252, ../scss/style.scss */
  .resources_box a.patient_info_button_spacing {
    margin-top: 20px;
  }
}
/* line 2264, ../scss/style.scss */
.resources_box a.enroll_ment_button_spacing {
  margin-top: 40px;
}
@media (max-width: 991px) {
  /* line 2264, ../scss/style.scss */
  .resources_box a.enroll_ment_button_spacing {
    margin-top: 20px;
  }
}
/* line 2272, ../scss/style.scss */
.resources_box a.billing_guide_button_spacing {
  margin-top: 90px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2272, ../scss/style.scss */
  .resources_box a.billing_guide_button_spacing {
    margin-top: 94px;
  }
}
@media (max-width: 991px) {
  /* line 2272, ../scss/style.scss */
  .resources_box a.billing_guide_button_spacing {
    margin-top: 20px;
  }
}
/* line 2284, ../scss/style.scss */
.resources_box .heading_para_group {
  margin-bottom: 10px;
}
/* line 2286, ../scss/style.scss */
.resources_box .heading_para_group h4 {
  max-width: 100%;
}
/* line 2291, ../scss/style.scss */
.resources_box::before {
  content: " ";
  position: absolute;
  background-color: #00A7E1;
  width: 10px;
  height: 100%;
  top: 0px;
  left: 0;
  border-radius: 10px 0 0 10px;
  transform: translate(0px, 0px);
}
/* line 2303, ../scss/style.scss */
.resources_box h4 {
  line-height: 20px;
  font-size: 16px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #0083C1;
  margin-bottom: 10px;
}
/* line 2314, ../scss/style.scss */
.resources_box p.inline_para_with_link a {
  text-decoration: underline;
  display: inline-block;
  max-width: 100%;
  margin: 0px;
  border: none;
  border-radius: 0px;
  padding: 0px;
  letter-spacing: 0px;
  width: auto;
  display: inline-block;
  float: none;
  display: inline !important;
  color: #003DA6;
}
/* line 2331, ../scss/style.scss */
.resources_box strong {
  display: inline !important;
}
/* line 2335, ../scss/style.scss */
.resources_box .pos-abs {
  position: absolute;
  bottom: 0;
  right: 0;
}
/* line 2341, ../scss/style.scss */
.resources_box .row1 {
  width: 100%;
}
/* line 2344, ../scss/style.scss */
.resources_box .row1 .col-10 {
  min-height: 180px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  /* line 2344, ../scss/style.scss */
  .resources_box .row1 .col-10 {
    min-height: 100px;
  }
}
/* line 2354, ../scss/style.scss */
.resources_box .row2 {
  width: 100%;
}
/* line 2357, ../scss/style.scss */
.resources_box .row2 .col-10 {
  min-height: 290px;
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  /* line 2357, ../scss/style.scss */
  .resources_box .row2 .col-10 {
    min-height: 150px;
  }
}
/* line 2368, ../scss/style.scss */
.resources_box .exampl_letters_butttons .download-but {
  width: 100%;
  max-width: 283px;
  height: 56px;
  line-height: 20px;
  padding-right: 40px;
  letter-spacing: 0;
}
/* line 2376, ../scss/style.scss */
.resources_box .exampl_letters_butttons .download-but:first-child {
  margin-bottom: 18px;
}
@media (min-width: 992px) and (max-width: 1200px) {
  /* line 2368, ../scss/style.scss */
  .resources_box .exampl_letters_butttons .download-but {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 991px) {
  /* line 2368, ../scss/style.scss */
  .resources_box .exampl_letters_butttons .download-but {
    max-width: 100%;
  }
}
@media (max-width: 370px) {
  /* line 2368, ../scss/style.scss */
  .resources_box .exampl_letters_butttons .download-but {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  /* line 2400, ../scss/style.scss */
  .page-template-page-hcp .enroll_section.enroll_patient_healthcare .enroll_box_content {
    padding-top: 30px;
  }
}
@media (max-width: 767px) {
  /* line 2406, ../scss/style.scss */
  .page-template-page-hcp .enroll_section.enroll_patient_healthcare .enroll_box_content span:after {
    top: 30px;
  }
}
