@font-face {
  font-family: Gotham;
  src: url(../css/font/GothamBook.ttf);
  font-weight: 400;
}
@font-face {
  font-family: GothamMedium;
  src: url(../css/font/GothamMedium.ttf);
  font-weight: 500;
}
@font-face {
  font-family: GothamBold;
  src: url(../css/font/GothamBold.ttf);
  font-weight: 700;
}
.arial-bold {
  font-family: Arial;
  font-weight: bold;
}

.text-blue {
  color: #280091;
}

*, body, dl, dt, h1, h2, h3, h4, h5, h6, ol, p, a, ul, li {
  margin: 0;
  padding: 0;
  color: #4D4D4D;
  line-height: normal;
  list-style-type: none;
  font-family: Arial;
}

.noscroll {
  height: 100%;
  overflow: hidden;
  width: 100%;
  position: fixed;
}

header {
  background-color: #280091;
  position: sticky;
  z-index: 20;
  width: 100%;
  top: 0;
}
header .topLinksMobile {
  display: none;
}
header .topLinks {
  position: relative;
  margin-top: 14.5px;
}
header .topLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .topLinks ul li {
  margin-right: 17px;
}
header .topLinks ul li.divide {
  display: none;
}
header .topLinks ul li a {
  font-size: 13px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  text-transform: uppercase;
  text-decoration: none;
}
header .topLinks .d-flex > .left > ul > li:first-child {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #FFFFFF;
}
header .topLinks .d-flex > .left > ul > li:last-child {
  margin-right: 0;
}
header .topLinks .right {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 33px;
  margin-top: 36px;
  margin-right: 18px;
  margin-bottom: 4px;
}
header .topLinks .right a {
  font-size: 16px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 8px;
}
header .topLinks .right a img {
  margin-left: 8px;
  margin-top: -4px;
  width: 16px;
}
header .topLinks .right a img.pink {
  display: none;
}
header .topLinks .right a.get-in-touch-btn {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 12px;
  color: #FED100;
}
header .topLinks .right a.copay-btn {
  border-radius: 8px;
  border: 2px solid #63B1E5;
  padding: 6px 12px;
  color: #FFFFFF;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .topLinks .right .social-icons {
  display: none;
}
header .topLinks .right p {
  text-align: center;
  font-size: 12px;
  font-weight: 700;
}
header nav.navbar-expand-lg > .d-flex > .left {
  margin-left: -50px;
}
header nav .navbar-brand img {
  height: 133px;
}
header nav .navbar-brand img.blue {
  display: none;
}
header nav .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 12px 0;
}
header nav ul.navbar-nav li.nav-item {
  margin-right: 48px;
}
header nav ul.navbar-nav li.nav-item a {
  color: #FFFFFF;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
  line-height: 24px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header nav ul.navbar-nav li.active {
  color: #FED100;
}
header nav ul.navbar-nav li.active a {
  color: #FED100;
}

.mac header .topLinks ul li {
  margin-right: 15.45px;
}

.mac header .topLinks .d-flex > .left > ul > li:last-child {
  margin-right: 0;
}

#yellow-sticky {
  background-color: #FED100;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  z-index: 20;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#yellow-sticky p {
  color: #280091;
  font-size: 18px;
  font-weight: 700;
}

@media only screen and (min-width: 992px) {
  header nav ul.navbar-nav li:hover a {
    color: #FED100;
  }
  header .topLinks ul li:hover a {
    color: #FED100;
  }
  header .topLinks .right a.get-in-touch-btn:hover {
    color: white;
  }
  header .topLinks .right a.copay-btn:hover {
    color: #280091;
    background-color: #63b1e5;
  }
  ul.float-doc li:hover {
    background-color: #AB0058;
  }
  .banner-home .banner-content .button-container a.light-blue:hover {
    background-color: #2D91D4;
  }
  .banner-home .banner-content .button-container a.dark-blue:hover {
    color: #280091;
    background-color: #63b1e5;
  }
  .eligible-patient .box a:hover {
    background-color: #CBA700;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  header .topLinks .d-flex > .left > ul > li:first-child {
    font-size: 11.4px;
  }
  header .topLinks ul li {
    margin-right: 13px;
  }
  header .topLinks ul li a {
    font-size: 11px;
  }
  header .topLinks .right {
    margin-left: 0px;
    margin-right: 15px;
    margin-top: 37px;
  }
  header .topLinks .right a.copay-btn {
    height: 36px;
    font-size: 13px;
  }
  header nav.navbar-expand-lg > .d-flex > .left {
    margin-left: -38px;
  }
  header nav ul.navbar-nav li.nav-item {
    margin-right: 34px;
  }
  header nav ul.navbar-nav li.nav-item a {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  header .topLinks .d-flex > .left > ul > li:first-child {
    font-size: 10px;
  }
  header .topLinks .right a {
    font-size: 12px;
  }
  header .topLinks .right a.copay-btn {
    height: 33px;
  }
  header .topLinks p {
    font-size: 10px;
  }
  header .topLinks ul li {
    margin-right: 9px;
  }
  header .topLinks ul li a {
    font-size: 9px;
  }
  header .topLinks .right {
    margin-left: 0px;
    margin-top: 29px;
    margin-right: 13px;
  }
  header nav .navbar-brand img {
    height: 113px;
  }
  header nav.navbar-expand-lg > .d-flex > .left {
    margin-left: -25px;
  }
  header nav ul.navbar-nav li.nav-item {
    margin-right: 29px;
  }
  header nav ul.navbar-nav li.nav-item a {
    font-size: 13px;
  }
  #yellow-sticky p {
    color: #280091;
    font-size: 14px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 991px) {
  header nav {
    height: 59px;
  }
  header nav.navbar-expand-lg > .d-flex > .left {
    margin-left: 0px;
  }
  header nav > .d-flex {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 59px;
  }
  header nav > .d-flex .topLinks {
    margin-top: 0;
    position: unset;
    display: none;
  }
  header nav .navbar-brand {
    padding-top: 0;
    padding-bottom: 0;
    margin-right: 0;
    font-size: 20px;
  }
  header nav .navbar-brand img {
    height: 53px;
    margin-top: 6px;
  }
  header nav .navbar-brand img.blue {
    display: none;
  }
  header nav .navbar-brand img.white {
    display: block;
  }
  header nav .navbar-toggler {
    padding: 0;
  }
  header nav .navbar-toggler:focus {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header nav .navbar-toggler .navbar-toggler-icon {
    width: 32px;
    height: 32px;
  }
  header nav .navbar-toggler .navbar-toggler-icon img.open {
    display: block;
  }
  header nav .navbar-toggler .navbar-toggler-icon img.close {
    display: none;
  }
  header nav .navbar-collapse {
    margin-top: 0;
    height: 100vh;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .left {
    display: none;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right p {
    text-align: center;
    font-size: 16px;
    line-height: 16px;
    color: #280091;
    font-weight: 700;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right .social-icons {
    margin-top: 32px;
    margin-bottom: 267px;
    text-align: center;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right .social-icons a img {
    width: 42px;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right a {
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    padding: 0px 12px;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right a.get-in-touch-btn {
    color: #D6006E;
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right a.get-in-touch-btn img {
    width: 16px;
    margin-left: 8px;
    margin-top: -4px;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right a.get-in-touch-btn img.yellow {
    display: none;
  }
  header nav .navbar-collapse .topLinksMobileMenu .d-flex .right a.copay-btn {
    border-radius: 8px;
    padding: 8px 12px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 24px;
    height: 40px;
    cursor: pointer;
    margin: 20px 12px 0 12px;
    display: inline-block;
    color: #280091;
    background-color: #63B1E5;
  }
  header.menu-open {
    background-color: #ffffff;
  }
  header.menu-open nav > .d-flex .topLinks {
    display: block;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex {
    position: absolute;
    text-align: left;
    width: 100%;
    left: 0;
    top: 58px;
    margin-top: 0px;
    background: #ffffff;
    overflow-y: scroll;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    z-index: 9;
    border-top: 1px solid #DBDBDB;
    border-bottom: 2px solid #DBDBDB;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left p {
    display: none;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul {
    margin-top: 12px;
    margin-bottom: 12px;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul li {
    display: none;
    text-align: center;
    margin-right: 0;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul li.isi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul li.isi a {
    padding: 0 15px;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul li.fpi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul li.fpi a {
    padding: 0 15px;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul li.divide {
    display: block;
    height: 38px;
    padding: 0;
    border-left: 2px solid #280091;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .left ul li a {
    color: #280091;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px;
    text-align: center;
  }
  header.menu-open nav > .d-flex .topLinks .d-flex .right {
    display: none;
  }
  header.menu-open nav .navbar-brand img.blue {
    display: block;
  }
  header.menu-open nav .navbar-brand img.white {
    display: none;
  }
  header.menu-open nav .navbar-toggler .navbar-toggler-icon img.open {
    display: none;
  }
  header.menu-open nav .navbar-toggler .navbar-toggler-icon img.close {
    display: block;
  }
  header.menu-open nav .topLinks p {
    font-size: 13px;
    line-height: 18px;
    color: #280091;
    margin-bottom: 4px;
  }
  header.menu-open nav .navbar-collapse {
    position: absolute;
    text-align: left;
    width: 100%;
    left: 0;
    top: 123px;
    margin-top: 0px;
    background: #ffffff;
    overflow-y: scroll;
    z-index: 9;
  }
  header.menu-open nav .navbar-collapse .topLinksMobileMenu .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  header.menu-open nav ul.navbar-nav li.nav-item {
    margin-right: 0;
    text-align: center;
    padding: 20px 0;
  }
  header.menu-open nav ul.navbar-nav li.nav-item a {
    color: #280091;
    text-decoration: none;
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
  }
  header.menu-open nav ul.navbar-nav li.nav-item:hover {
    background-color: #E7F6FF;
  }
  header.menu-open nav ul.navbar-nav li.active {
    background: #E7F6FF;
  }
  header #yellow-sticky {
    height: 52px;
  }
  header #yellow-sticky p {
    font-size: 12px;
    text-align: center;
    line-height: 18px;
    padding: 8px;
    font-weight: 700;
  }
}
@media only screen and (max-width: 360px) {
  header #yellow-sticky p {
    font-size: 11.6px;
  }
}
@media only screen and (max-width: 378px) {
  header #yellow-sticky {
    height: 68px;
  }
}
.footer {
  padding: 24px 0 24px 0;
}
.footer .row .col-xxl-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .row .col-lg-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .row .col-md-8 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .row .col-sm-9 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer .row .col-lg-9 {
  margin: auto;
}
.footer .footer-links {
  float: left;
}
.footer .footer-links a {
  color: #280091;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 2px;
  text-underline-offset: 2px;
  margin-right: 24px;
}
.footer .footer-logo {
  margin-top: 24px;
  margin-bottom: 24px;
}
.footer .social-icons {
  text-align: right;
}
.footer .social-icons a {
  cursor: pointer;
  margin-right: 24px;
}
.footer .social-icons a img {
  width: 42px;
  height: 42px;
}
.footer .social-icons a:last-child {
  margin-right: 0;
}
.footer p {
  margin-bottom: 20px;
  color: #08001D;
}
.footer .GlobaloptoutLinks {
  margin-top: 12px;
}
.footer .GlobaloptoutLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer .GlobaloptoutLinks ul li {
  margin-right: 24px;
}
.footer .GlobaloptoutLinks ul li a {
  font-weight: 700;
  text-underline-offset: 2px;
}
.footer .GlobaloptoutLinks ul li a:hover {
  color: #4D4D4D;
}

.isiSection {
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
  position: relative;
  padding: 24px 0 0 0;
}
.isiSection h5 {
  font-size: 16px;
  line-height: 24px;
  color: #280091;
  font-weight: 700;
}
.isiSection p {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 24px;
  color: #08001D;
}
.isiSection p a {
  color: #D6006E;
  text-underline-offset: 4px;
  font-weight: 700;
}
.isiSection p a.fda-anchlnk {
  cursor: pointer;
}
.isiSection p.isi-footnote {
  margin-bottom: 0;
  font-size: 14px;
}
.isiSection p span.call-colr {
  color: inherit;
}

.isiButton {
  height: 48px;
  padding: 10px 20px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
}
.isiButton a {
  color: #280091;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}
.isiButton a.seeMore {
  display: inline-block;
}
.isiButton a.seeMore::after {
  content: "";
  border: solid #D6006E;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  left: 10px;
  top: 3px;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.isiButton a.seeLess {
  display: inline-block;
}
.isiButton a.seeLess::after {
  content: "";
  border: solid #D6006E;
  border-width: 0 2px 2px 0;
  display: inline-block;
  height: 10px;
  width: 10px;
  position: relative;
  left: 10px;
  top: -4px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#sticky-isi-module {
  -webkit-box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px -3px 6px rgba(0, 0, 0, 0.1607843137);
  position: fixed;
  bottom: 0;
  z-index: 9;
  background: #fff;
  width: 100%;
  padding: 24px 0;
  height: 160px;
}
#sticky-isi-module .container {
  position: relative;
}

.expandedView .container {
  position: relative;
}

.hide {
  display: none;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .GlobaloptoutLinks ul li a {
    font-size: 14px;
  }
  .footer .footer-links a {
    font-size: 14px;
    margin-bottom: 4px;
  }
  #sticky-isi-module {
    height: 170px;
  }
  .isiButton {
    top: -16px;
  }
}
@media screen and (max-width: 991px) {
  .footer {
    padding-top: 36px;
  }
  .footer p {
    margin-bottom: 12px;
    line-height: 24px;
  }
  .footer .footer-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .footer-links a {
    margin-right: 0;
    margin-bottom: 12px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .footer .footer-logo {
    margin-bottom: 12px;
  }
  .footer .social-icons {
    margin-top: 12px;
    margin-bottom: 12px;
    text-align: left;
  }
  .footer .GlobaloptoutLinks {
    margin-bottom: 0;
  }
  .footer .GlobaloptoutLinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer .GlobaloptoutLinks ul li {
    margin-right: 0px;
  }
  .footer .GlobaloptoutLinks ul li a {
    color: #4D4D4D;
    font-size: 14px;
  }
  .isiSection {
    padding: unset;
  }
  .isiSection h5 {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 5px;
    margin-top: 24px;
  }
  .isiSection p {
    font-size: 14px;
    line-height: 21px;
  }
  .isiButton {
    height: 26px;
    width: auto;
    padding: 17px 30px;
    cursor: pointer;
    position: absolute;
    top: -35px;
    right: 0px;
  }
  .isiButton a {
    font-size: 14px;
    line-height: 21px;
    font-weight: 700;
  }
  #sticky-isi-module {
    height: 229px;
    padding: 0 0 24px 0;
  }
  .static-doc ul li {
    background: #D6006E;
    padding: 8px 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .static-doc ul li a {
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: 0.72px;
    text-transform: uppercase;
    text-decoration: none;
  }
  .static-doc ul li a img {
    width: 10px;
    height: 10px;
    margin-left: 8px;
    margin-bottom: 2px;
  }
}
span {
  font-family: inherit;
}

.wordwrap {
  white-space: nowrap;
  color: inherit;
}

sup {
  color: inherit;
  font-family: inherit;
}

strong {
  color: inherit;
  font-family: inherit;
}

.terms-cond-col {
  color: #D6006E;
  text-underline-offset: 4px;
  font-weight: 700;
}
.terms-cond-col:hover {
  color: #D6006E;
}

.fprint-terms-cond {
  text-underline-offset: 4px;
  font-weight: 700;
  text-decoration: underline;
}
.fprint-terms-cond:hover {
  color: inherit;
}

.home-content-one {
  padding-top: 74px;
  text-align: center;
  padding-bottom: 74px;
}
.home-content-one.quiz-head {
  padding-top: 0;
  padding-bottom: 32px;
}
.home-content-one h2 {
  color: #280091;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}
.home-content-one p {
  text-align: center;
  font-size: 22px;
}
.home-content-one p.small {
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
}
.home-content-one p.footnote {
  padding-top: 8px;
}
.home-content-one .two-callout-section {
  padding-top: 40px;
  padding-bottom: 16px;
}
.home-content-one .two-callout-section .row .col-lg-4 {
  position: relative;
}
.home-content-one .two-callout-section .row .col-lg-4 img {
  width: 82px;
  margin-bottom: 16px;
}
.home-content-one .two-callout-section .row .col-lg-4::after {
  position: absolute;
  top: 0px;
  right: -3px;
  content: "";
  height: 94%;
  width: 7px;
  background-color: #63B1E5;
  background-position: left;
  background-size: 7px 10px;
  background-repeat: repeat-y;
  border-radius: 20px;
}
.home-content-one .two-callout-section .row .col-lg-4:last-child::after {
  display: none;
}
.home-content-one .two-callout-section .row .col-lg-4 h3 {
  color: #280091;
  font-size: 24px;
  font-weight: 700;
}
.home-content-one .two-callout-section .row .col-lg-4 p {
  font-weight: 700;
  color: #63B1E5;
}
.home-content-one .two-callout-section .row .col-lg-4 p.small {
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 16px;
  font-weight: 400;
  color: #280091;
  display: block;
}
.home-content-one .two-callout-section .row .col-lg-4 p.sixlve {
  margin-top: 16px;
  font-size: 32px;
  color: #2D91D4;
}

.dot {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
}
.dot span {
  height: 10px;
  width: 10px;
  background-color: #63B1E5;
  border-radius: 50%;
  margin: 0 4px;
  display: inline-block;
}

ul.float-doc {
  clear: both;
  position: fixed;
  display: block;
  list-style-type: none;
  right: -3.2em;
  top: 281px;
  z-index: 9;
  -webkit-animation: slideright 1s forwards;
  -webkit-animation-delay: 1.5s;
  animation: slideright 1s forwards;
  animation-delay: 1.5s;
}
ul.float-doc li {
  margin-bottom: 40px;
  margin-right: -76px;
  padding: 18px;
  -webkit-transform: rotate(270deg);
  -moz-transform: rotate(270deg);
  -o-transform: rotate(270deg);
  background-color: #D6006E;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  -webkit-transition: width 0.5s, background-color 0.1s;
  transition: width 0.5s, background-color 0.1s;
}
ul.float-doc li:hover {
  cursor: pointer;
}
ul.float-doc li a {
  font-size: 16px;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #FFF;
  font-weight: 700;
  letter-spacing: 0.96px;
}
ul.float-doc li a img {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 16px;
  margin-left: 8px;
}

@-webkit-keyframes slideright {
  100% {
    right: 0;
  }
}

@keyframes slideright {
  100% {
    right: 0;
  }
}
.banner-home {
  position: relative;
  height: 516px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004f));
  background-image: linear-gradient(#280091, #16004f);
}
.banner-home .banner-content {
  position: absolute;
  top: 0;
  text-align: center;
  height: 100%;
  width: 100%;
}
.banner-home .banner-content .left {
  width: 40.5%;
}
.banner-home .banner-content .right {
  width: 59.5%;
  text-align: end;
  text-align: -webkit-right;
}
.banner-home .banner-content .right img {
  max-width: 681px;
}
.banner-home .banner-content h2 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #FFFFFF;
  padding-top: 32.5px;
  text-align: left;
}
.banner-home .banner-content h5 {
  color: #FED100;
  margin-bottom: 44px;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 700;
  text-align: left;
}
.banner-home .banner-content .button-container {
  margin-bottom: 44px;
  text-align: left;
}
.banner-home .banner-content .button-container a {
  background-color: transparent;
  border-radius: 8px;
  color: white;
  padding: 8px 12px;
  text-align: center;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 24px;
  height: 40px;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
}
.banner-home .banner-content .button-container a.light-blue {
  color: #280091;
  margin-right: 32px;
  background-color: #63B1E5;
}
.banner-home .banner-content .button-container a.dark-blue {
  padding: 6px 12px;
  border: 2px solid #63B1E5;
}
.banner-home .banner-content p {
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-bottom: 10px;
  padding-right: 30px;
  text-align: left;
}

.qsBlock.active {
  opacity: 1;
}

.qsBlock {
  min-height: 354px;
  opacity: 0;
}

.quiz-box {
  padding: 52px 74px;
  border: 6px solid #63B1E5;
  border-radius: 8px;
  background-color: #fff;
  border-radius: 24px;
  text-align: center;
  min-height: 498px;
  margin-bottom: 74px;
}
.quiz-box h3 {
  text-align: center;
  color: #280091;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 16px;
}
.quiz-box p {
  padding-bottom: 16px;
}

.optionBlock .optnSet {
  padding: 6px 12px;
  margin: 16px;
  font-size: 16px;
  border: 2px solid #63B1E5;
  cursor: pointer;
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
  background-color: #fff;
  color: #280091;
  border-radius: 8px;
  line-height: 21px;
  letter-spacing: 0.96px;
}

.qs2 .optionBlock .optnSet {
  min-width: 154px;
}

.qs3 .optionBlock .optnSet {
  margin: 16px 13px;
}

.qs4 .optionBlock .optnSet {
  min-width: 154px;
}

.qs5 .optionBlock .optnSet {
  min-width: 154px;
}

.qs4 .prevQues {
  margin-right: 60px;
}

.optionBlock.active .optnSet.active {
  background-color: #63B1E5;
  color: #fff;
  opacity: 1;
}

.d-none {
  display: none;
}

.quixStripContainer {
  height: 354px;
  overflow: hidden;
}

.progress-bar {
  width: 100%;
  border-radius: 20px;
  height: 16px;
  background-color: #DBDBDB;
}

.progress-track {
  height: 100%;
  background-color: #D6006E;
  width: 16.66%;
  border-radius: 20px;
}

a.nxtQS {
  width: 212px;
  height: 40px;
  background-color: #FED100;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  margin: auto;
  color: #280091;
  text-transform: uppercase;
  display: inline-block;
  padding: 8px 43px;
  line-height: 21px;
  margin-top: 48px;
  text-decoration: none;
}

a.prevQues {
  width: 212px;
  height: 40px;
  border: 1px solid #FED100;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8px;
  margin: auto;
  font-size: 16px;
  padding: 8px 13px;
  line-height: 21px;
  font-weight: 700;
  color: #280091;
  display: inline-block;
  margin-top: 48px;
  text-decoration: none;
}
a.prevQues.form-prevQues {
  margin-top: 64px;
}

p.errorMsg {
  font-size: 14px;
  color: #D6006E;
}

.button-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.button-box .nxtQS, .button-box .prevQues {
  margin: 48px 31px 0 31px;
}

.eligible-patient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background-image: linear-gradient(#280091, #16004F);
  padding: 74px 0px;
}
.eligible-patient h2 {
  color: #fff;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}
.eligible-patient h2 span {
  color: #FED100;
  white-space: nowrap;
}
.eligible-patient h3 {
  color: #fff;
}
.eligible-patient .box {
  border: 4.5px solid #63B1E5;
  margin-top: 24px;
  padding: 28px;
  border-radius: 24px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 375px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.eligible-patient .box a {
  padding: 6px 12px;
  color: #280091;
  background-color: #FED100;
  border-radius: 8px;
  text-decoration: none;
  font-family: Arial;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.96px;
  line-height: 24px;
  text-transform: uppercase;
}
.eligible-patient .box h3 {
  font-size: 16px;
  margin-bottom: 12px;
  font-weight: 700;
}

.inter-popup .modal .modal-dialog {
  max-width: 672px;
}
.inter-popup .modal .modal-dialog .mod_speaker {
  position: absolute;
  left: 9px;
  top: 8px;
  z-index: 1;
}
.inter-popup .modal .modal-dialog .mod_speaker img {
  width: 224px;
  width: 50%;
  height: auto;
}
.inter-popup .modal .modal-dialog .modal-content {
  padding: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 24px;
  background: #280091;
  -webkit-box-shadow: 0px 8px 10px -6px rgba(16, 24, 40, 0.1), 0px 20px 25px -5px rgba(16, 24, 40, 0.1);
          box-shadow: 0px 8px 10px -6px rgba(16, 24, 40, 0.1), 0px 20px 25px -5px rgba(16, 24, 40, 0.1);
  position: relative;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body {
  text-align: center;
  position: relative;
  background: #280091;
  border-radius: 12px;
  border: 3px solid #FED100;
  padding: 24px;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body .logo_xidr img {
  width: 132px;
  height: auto;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body .close-cta {
  position: absolute;
  top: 24px;
  right: 24px;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body .close-cta img {
  width: 20px;
  cursor: pointer;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body h2 {
  color: #fff;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-top: 12px;
  padding-right: 35px;
  padding-left: 35px;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body .model-dot {
  margin-top: 8px;
  margin-bottom: 8px;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body .model-dot span {
  height: 10px;
  width: 10px;
  background-color: #63B1E5;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body h4 {
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-bottom: 12px;
  padding-left: 10px;
  padding-right: 10px;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body p {
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  margin-bottom: 32px;
  padding-left: 60px;
  padding-right: 60px;
}
.inter-popup .modal .modal-dialog .modal-content .modal-body .model-cta a {
  color: #280091;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 6px 12px;
  border-radius: 8px;
  border: 2px solid #FED100;
  background: #FED100;
  text-decoration: none;
}

.external-modal .modal-dialog {
  max-width: 1300px;
}
.external-modal .modal-dialog .modal-content {
  border-radius: 25px;
  margin: 0 30px;
}
.external-modal .modal-dialog .modal-content .modal-body {
  padding: 0px;
  position: relative;
}
.external-modal .modal-dialog .modal-content .modal-body a.close {
  top: 10px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}
.external-modal .modal-dialog .modal-content .modal-body .left {
  width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 65px;
}
.external-modal .modal-dialog .modal-content .modal-body .left h2 {
  color: #280E91;
  font-size: 32px;
  padding-top: 45px;
  line-height: 44px;
  font-weight: 700;
  text-transform: uppercase;
}
.external-modal .modal-dialog .modal-content .modal-body .left p {
  font-size: 16px;
  line-height: 22px;
  padding-top: 10px;
}
.external-modal .modal-dialog .modal-content .modal-body .left img {
  width: 30%;
}
.external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer {
  padding-bottom: 20px;
  padding-top: 30px;
}
.external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer a {
  border-radius: 10px;
  width: 210px;
  padding: 11px 10px;
  text-align: center;
  color: #280E91;
  font-size: 16px;
  line-height: 24px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-decoration: none;
}
.external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer a.btn-confirm {
  background-color: #FED100;
  margin-right: 20px;
}
.external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer a.btn-cancel {
  border: 2px solid #FED100;
  background-color: #fff;
}
.external-modal .modal-dialog .modal-content .modal-body .right {
  background-color: #63B1E5;
  width: 40%;
  padding-right: 30px;
  border-radius: 0px 25px 25px 0px;
}
.external-modal .modal-dialog .modal-content .modal-body .right p {
  padding-top: 70px;
  color: #fff;
  line-height: 25px;
  font-weight: 700;
  padding-left: 20px;
  font-size: 18px;
}
.external-modal .modal-dialog .modal-content .modal-body .right img.copay-card {
  padding-top: 10px;
  padding-bottom: 30px;
  width: 90%;
}

@media only screen and (min-width: 1200px) and (max-width: 1400px) {
  .banner-home .banner-content .left {
    width: 45.5%;
  }
  .banner-home .banner-content .right {
    width: 57.5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .banner-home {
    height: 447px;
  }
  .banner-home .banner-content h2 {
    font-size: 29px;
    line-height: 40px;
    margin-bottom: 16px;
  }
  .banner-home .banner-content h5 {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 28.8px;
  }
  .banner-home .banner-content .button-container {
    margin-bottom: 28px;
  }
  .banner-home .banner-content .button-container a {
    font-size: 13px;
  }
  .banner-home .banner-content .right img {
    width: 100%;
    padding-top: 26px;
  }
  .banner-home .banner-content p {
    font-size: 12px;
    padding-right: 0;
    line-height: 19px;
  }
  .eligible-patient h2 span {
    white-space: break-spaces;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1299px) {
  .external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer a {
    width: 160px;
  }
}
@media only screen and (max-width: 991px) {
  .progress-bar {
    margin-top: 32px;
  }
  .quiz-box {
    padding: 32px 24px;
    min-height: unset;
    border-radius: 18px;
    border: 3px solid #63B1E5;
  }
  .quiz-box .quixStripContainer {
    height: 720px;
  }
  .quiz-box .quixStripContainer .quixStrip .qsBlock {
    min-height: auto;
  }
  .quiz-box .quixStripContainer .quixStrip .optionBlock .optnSet {
    min-height: 41px;
    height: auto;
    padding: 10px 23px;
    font-size: 14px;
    letter-spacing: 0.84px;
    line-height: 21px;
  }
  .quiz-box .quixStripContainer .quixStrip h3 {
    font-size: 22px;
  }
  .quiz-box .quixStripContainer .quixStrip p {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .quiz-box .quixStripContainer .quixStrip p.previous {
    padding-bottom: 0;
  }
  .quiz-box .quixStripContainer .quixStrip a.nxtQS {
    margin-top: 8px;
    font-size: 14px;
    width: auto;
    display: block;
  }
  .quiz-box .quixStripContainer .quixStrip a.prevQues {
    margin-top: 8px;
    font-size: 14px;
    display: block;
    width: auto;
  }
  .quiz-box .quixStripContainer .quixStrip .qs4 .prevQues {
    margin-right: 0px;
  }
  .quiz-box .optionBlock .optnSet {
    display: block;
    margin: 24px 0;
  }
  .banner-home {
    position: unset;
    height: unset;
  }
  .banner-home .banner-content {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004f));
    background-image: linear-gradient(#280091, #16004f);
    position: unset;
    padding-bottom: 22px;
  }
  .banner-home .banner-content .d-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-home .banner-content .d-flex .left {
    width: 100%;
  }
  .banner-home .banner-content .d-flex .left h2 {
    font-size: 30px;
    padding-top: 24px;
    line-height: 36px;
  }
  .banner-home .banner-content .d-flex .left h5 {
    font-size: 22px;
    line-height: 26.4px;
    margin-bottom: 28px;
  }
  .banner-home .banner-content .d-flex .left .button-container {
    margin-bottom: 28px;
  }
  .banner-home .banner-content .d-flex .left .button-container a {
    display: block;
    font-size: 14px;
    letter-spacing: 0.84px;
  }
  .banner-home .banner-content .d-flex .left .button-container a.light-blue {
    margin-bottom: 12px;
    margin-right: 0px;
  }
  .banner-home .banner-content .d-flex .left p {
    padding-right: 0;
    font-size: 12px;
    line-height: 18px;
  }
  .banner-home .banner-content .d-flex .right {
    width: 100%;
  }
  .banner-home .banner-content .d-flex .right img {
    padding-top: 12px;
    width: 100%;
  }
  .home-content-one {
    padding-top: 32px;
  }
  .home-content-one.quiz-head {
    padding-bottom: 24px;
  }
  .home-content-one h2 {
    font-size: 24px;
    line-height: 28.8px;
  }
  .home-content-one .dot {
    margin-top: 6px;
    margin-bottom: 8px;
  }
  .home-content-one p {
    font-size: 18px;
  }
  .home-content-one p.small {
    font-size: 14px;
    line-height: 21px;
  }
  .home-content-one p.footnote {
    font-size: 14px;
    line-height: 21px;
    padding-top: 0;
  }
  .home-content-one .two-callout-section {
    padding-top: 8px;
  }
  .home-content-one .two-callout-section h3 br {
    display: none;
  }
  .home-content-one .two-callout-section p br {
    display: none;
  }
  .home-content-one .two-callout-section .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .home-content-one .two-callout-section .row .col-lg-4::after {
    position: absolute;
    bottom: 0px;
    right: 0;
    top: unset;
    margin: 0 10px;
    height: 3px;
    width: 95%;
  }
  .home-content-one .two-callout-section .row .col-lg-4 h3 {
    margin-bottom: 6px;
    font-size: 22px;
  }
  .home-content-one .two-callout-section .row .col-lg-4 img {
    margin-top: 22px;
  }
  .home-content-one .two-callout-section .row .col-lg-4 p {
    margin-bottom: 22px;
    font-size: 32px;
  }
  .home-content-one .two-callout-section .row .col-lg-4 p.sixlve {
    line-height: 26.4px;
    font-size: 22px;
  }
  .home-content-one .two-callout-section .row .col-lg-4 p.small {
    color: #280091;
    font-size: 16px;
    line-height: 24px;
  }
  .eligible-patient {
    padding: 32px 0;
  }
  .eligible-patient .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .eligible-patient h2 {
    font-size: 26px;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 31.2px;
  }
  .eligible-patient h2 span {
    white-space: break-spaces;
  }
  .eligible-patient .box {
    display: block;
    text-align: center;
    padding: 12px 16px;
    border: 3.5px solid #63B1E5;
    max-width: 100%;
  }
  .eligible-patient .box img {
    width: 32px;
  }
  .eligible-patient .box a {
    font-size: 14px;
    display: block;
  }
  .inter-popup .modal .modal-dialog .mod_speaker {
    left: 5px;
    top: 5px;
  }
  .inter-popup .modal .modal-dialog .mod_speaker img {
    width: 151px;
  }
  .inter-popup .modal .modal-dialog .modal-content {
    padding: 18px;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body {
    padding: 24px 12px;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body .logo_xidr img {
    width: 104px;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body .model-dot span {
    height: 7px;
    width: 7px;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body .close-cta {
    top: 24px;
    right: 24px;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body h2 {
    font-size: 26px;
    line-height: 31px;
    padding-left: unset;
    padding-right: unset;
    margin-top: unset;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body h4 {
    font-size: 18px;
    line-height: 22px;
    padding-left: unset;
    padding-right: unset;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body p {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
    padding-left: unset;
    padding-right: unset;
  }
  .inter-popup .modal .modal-dialog .modal-content .modal-body .model-cta a {
    font-size: 14px;
    display: block;
    width: 100%;
    padding: 8px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 999px) {
  .external-modal .modal-dialog .modal-content .modal-body a.close {
    right: 45px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left h2 {
    padding-top: 20px;
    font-size: 21px;
    line-height: 24px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left p {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer a {
    width: 130px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .right p {
    font-size: 16px;
    line-height: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .external-modal .modal-dialog {
    margin: 0;
  }
  .external-modal .modal-dialog .modal-content {
    margin: 70px 20px;
  }
  .external-modal .modal-dialog .modal-content .modal-body a.close {
    top: 20px;
  }
  .external-modal .modal-dialog .modal-content .modal-body a.close img {
    height: 35px;
    width: 35px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .d-m-block {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left {
    width: 92%;
    padding: 0 20px 0 35px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left img {
    width: 50%;
    padding-top: 20px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left h2 {
    font-size: 24px;
    line-height: 33px;
    padding-top: 30px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left p {
    font-size: 14px;
    line-height: 18px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer a {
    margin-top: 20px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .left .button-conatainer a.btn-confirm {
    background-color: #FED100;
    margin-right: 20px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .right {
    border-radius: 0;
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
    padding: 0 30px;
    width: 100%;
  }
  .external-modal .modal-dialog .modal-content .modal-body .right img.copay-card {
    padding-top: 20px;
    width: 100%;
  }
  .external-modal .modal-dialog .modal-content .modal-body .right p {
    padding-left: 0;
    padding-top: 50px;
  }
  .inter-popup .modal .modal-dialog {
    margin: unset;
  }
}
@media only screen and (min-width: 414px) and (max-width: 736px) {
  .external-modal .modal-dialog .modal-content .modal-body .left {
    padding: 0 20px 0 70px;
  }
  .external-modal .modal-dialog .modal-content .modal-body .right {
    padding-left: 50px;
  }
}
.aboutXiidra-Bannersect {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(to bottom, #280091, #16004F);
  padding: 74px 0;
}
.aboutXiidra-Bannersect .about-firstimg {
  padding-bottom: 64px;
  padding-top: 10px;
  padding-right: 30px;
}
.aboutXiidra-Bannersect h1.about-head {
  color: #FFFFFF;
  font-size: 40px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 16px;
  text-align: start;
}
.aboutXiidra-Bannersect p.yellow-content {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #FED100;
  line-height: 150%;
  margin-bottom: 16px;
}
.aboutXiidra-Bannersect p.bnrabout-content {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 16px;
  max-width: 89%;
}

.patienttestmonial {
  padding: 74px 0;
}
.patienttestmonial .petianabt-heading h2 {
  color: #280091;
  font-size: 32px;
  font-weight: 700;
  font-family: Arial, sans-serif;
  line-height: 120%;
  margin-bottom: 32px;
  text-align: center;
}
.patienttestmonial .slider-container .slick-list {
  max-width: 1116px;
  margin: auto;
}
.patienttestmonial .slider {
  width: 100%;
}
.patienttestmonial .slider .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  margin: 0 21px;
}
.patienttestmonial .slider .item img {
  max-width: 100%;
  height: auto;
}
.patienttestmonial .slider .item .content {
  margin-top: 15px;
}
.patienttestmonial .slider .item .content h3 {
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.patienttestmonial .slider .item .content p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 150%;
  color: #280091;
  text-align: center;
  max-width: 297px;
}
.patienttestmonial .slider button.slick-next, .patienttestmonial .slider button.slick-prev {
  display: contents;
}
.patienttestmonial .slider button.slick-next:before {
  content: "" !important;
  background: url(/siteassets/img/next.png);
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: -70px;
  opacity: 1 !important;
  z-index: 5;
}
.patienttestmonial .slider button.slick-prev:before {
  content: "" !important;
  background: url(/siteassets/img/prev.png);
  width: 48px;
  height: 48px;
  display: inline-block;
  background-size: contain;
  position: absolute;
  top: 50%;
  left: -70px;
  opacity: 1 !important;
  z-index: 5;
}

.about-fousectnWhyxDa {
  background-color: #E7F6FF;
  padding: 74px 0;
}
.about-fousectnWhyxDa h2.whyxdA {
  color: #280091;
  font-size: 32px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
}
.about-fousectnWhyxDa .setabtotwo {
  margin-top: 24px;
}
.about-fousectnWhyxDa .setabtotwo img {
  margin: 0 auto;
  text-align: center;
  margin-bottom: 16px;
  max-height: 90px;
}
.about-fousectnWhyxDa .setabtotwo .img-pra {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about-fousectnWhyxDa .setabtotwo .img-pra p.abtfourcontnt {
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  padding: 0 15px;
  color: #4D4D4D;
}
.about-fousectnWhyxDa .setabtotwo .img-pra p.abtfourcontnt strong {
  font-weight: 700;
}
.about-fousectnWhyxDa .setabtotwo p.footntesabtfr {
  margin-top: 32px;
  text-align: center;
  font-family: Arial, sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}
.about-fousectnWhyxDa .setabtotwo p.footntesabtfr.two {
  margin-top: 12px;
}

.reliffordyeye {
  background-color: #FFFFFF;
  padding: 74px 0;
}
.reliffordyeye h2.relifcont {
  font-family: Arial, sans-serif;
  font-size: 32PX;
  font-weight: 700;
  line-height: 120%;
  color: #280091;
  text-align: start;
}
.reliffordyeye p.relf-contentp {
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  color: #4D4D4D;
  margin-bottom: 14px;
}
.reliffordyeye p.relf-contentp a {
  color: #D6006E;
  text-underline-offset: 4px;
  font-weight: 700;
  font-size: 16px;
}
.reliffordyeye p.smalfoot-relif {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  color: #4D4D4D;
}
.reliffordyeye .lightbluerelifbx {
  background-color: #E7F6FF;
  padding: 32px 24px;
  border-radius: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reliffordyeye .lightbluerelifbx img {
  width: 74px;
  margin: 8px 0;
}
.reliffordyeye .lightbluerelifbx p.toprightHeding {
  color: #280091;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  background: #FFFFFF;
  padding-top: 12px;
  padding-bottom: 12px;
  width: 100%;
  border-radius: 12px;
}
.reliffordyeye .lightbluerelifbx p.toprightHedinginr {
  color: #280091;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 120%;
  text-align: center;
  margin-bottom: 12px;
}
.reliffordyeye .lightbluerelifbx p.LightBluwcontrelif {
  color: #2D91D4;
  font-size: 32px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  margin-bottom: 12px;
  line-height: 120%;
  text-align: center;
}
.reliffordyeye .lightbluerelifbx p.nrmalrelifone {
  color: #280091;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 150%;
  text-align: center;
  padding-bottom: 16px;
  border-bottom: 5px solid #63B1E5;
}
.reliffordyeye .lightbluerelifbx p.nrmalreliftwo {
  color: #280091;
  font-size: 18px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  text-align: center;
  line-height: 150%;
  margin-bottom: 12px;
  text-align: center;
}
.reliffordyeye .lightbluerelifbx p.nrmalreliftwo strong {
  font-weight: 700;
  font-size: 24px;
  line-height: 120%;
}

.howtouseXdra {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(to bottom, #280091, #16004F);
  padding: 74px 0;
}
.howtouseXdra .howtouseLeftcont h2 {
  font-family: Arial, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  color: #FED100;
  margin-bottom: 42px;
}
.howtouseXdra .howtouseLeftcont p {
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 150%;
  font-size: 16px;
  margin-bottom: 44px;
  max-width: 538px;
}
.howtouseXdra .howtouseLeftcont a.downloadintrct {
  background-color: #63B1E5;
  color: #280091;
  padding: 8px 12px;
  border-radius: 8px;
  letter-spacing: 0.96px;
  line-height: 150%;
  text-decoration: none;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
}
.howtouseXdra .howtuseVedio {
  text-align: center;
}
.howtouseXdra .howtuseVedio img {
  max-width: 451px;
  cursor: pointer;
}

.slider-modal .modal-dialog {
  max-width: 1204px;
  padding: 0 70px;
}
.slider-modal .modal-dialog .modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 0px;
  border-radius: 24px;
  outline: 0;
  padding-top: 48px;
}
.slider-modal .modal-dialog .modal-content .modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px 48px 0px 48px;
  border-bottom: 0px solid #dee2e6;
  height: 30px;
}
.slider-modal .modal-dialog .modal-content .modal-header .btn-close {
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 30px;
  padding: 0;
  color: #000;
  background: none;
  background-size: contain;
  background-position: center;
  border: 0;
  border-radius: 0;
  opacity: 1;
}
.slider-modal .modal-dialog .modal-content .modal-header .btn-close img {
  display: block;
  margin-left: auto;
  margin-right: 8px;
}
.slider-modal .modal-dialog .modal-content .modal-header .btn-close:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.slider-modal .modal-dialog .modal-content .modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 32px 109px 112px;
}

.modal-backdrop.show {
  opacity: 0.8;
}

.patienttestmonial .slider button.slick-next::before {
  width: 30px;
  height: 30px;
  right: -35px;
}
.patienttestmonial .slider button.slick-prev::before {
  width: 30px;
  height: 30px;
  left: -35px;
}

@media screen and (min-width: 992px) {
  .howtouseXdra .howtouseLeftcont a.downloadintrct:hover {
    background-color: #2D91D4;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .aboutXiidra-Bannersect .about-firstimg {
    padding-right: 0px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1400px) {
  .about-fousectnWhyxDa .setabtotwo .img-pra p.abtfourcontnt {
    padding: 0px;
  }
}
@media screen and (max-width: 991px) {
  .aboutXiidra-Bannersect {
    background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
    background: linear-gradient(to bottom, #280091, #16004F);
    padding: 32px 0 16px 0;
  }
  .aboutXiidra-Bannersect .about-firstimg {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 32px;
    margin: auto;
  }
  .aboutXiidra-Bannersect h1.about-head {
    color: #FFFFFF;
    font-size: 30px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-align: start;
  }
  .aboutXiidra-Bannersect p.yellow-content {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #FED100;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .aboutXiidra-Bannersect p.bnrabout-content {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 16px;
    max-width: 100%;
  }
  .patienttestmonial {
    padding: 33px 0;
  }
  .patienttestmonial .petianabt-heading h2 {
    color: #280091;
    font-size: 26px;
    font-weight: 700;
    font-family: Arial, sans-serif;
    line-height: 120%;
    margin-bottom: 32px;
    text-align: center;
  }
  .patienttestmonial .slider {
    width: 100%;
    overflow: hidden;
  }
  .patienttestmonial .slider .item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    margin: 0 21px;
  }
  .patienttestmonial .slider .item img {
    max-width: 100%;
    height: auto;
  }
  .patienttestmonial .slider .item .content {
    margin-top: 15px;
  }
  .patienttestmonial .slider .item .content h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
  }
  .patienttestmonial .slider .item .content p {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 150%;
    color: #280091;
    text-align: center;
    max-width: 297px;
    padding-bottom: 45px;
  }
  .patienttestmonial .slider button.slick-next, .patienttestmonial .slider button.slick-prev {
    display: contents;
  }
  .patienttestmonial .slider button.slick-next:before {
    top: unset;
    right: 28%;
    position: inherit;
    bottom: 0;
  }
  .patienttestmonial .slider button.slick-prev:before {
    position: inherit;
    top: unset;
    left: 28%;
    z-index: 9;
    bottom: 0;
  }
  slider-container .slick-dotted.slick-slider {
    margin-bottom: 0px;
  }
  .about-fousectnWhyxDa {
    background-color: #E7F6FF;
    padding: 32px 0;
  }
  .about-fousectnWhyxDa h2.whyxdA {
    color: #280091;
    font-size: 26px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
  }
  .about-fousectnWhyxDa .setabtotwo {
    margin-top: 24px;
  }
  .about-fousectnWhyxDa .setabtotwo .img-pra {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 24px;
  }
  .about-fousectnWhyxDa .setabtotwo .img-pra img {
    margin-bottom: 16px;
  }
  .about-fousectnWhyxDa .setabtotwo .img-pra p.abtfourcontnt {
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #4D4D4D;
  }
  .about-fousectnWhyxDa .setabtotwo .img-pra p.abtfourcontnt strong {
    font-weight: 700;
  }
  .about-fousectnWhyxDa .setabtotwo p.footntesabtfr {
    margin-top: 24px;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .reliffordyeye {
    background-color: #FFFFFF;
    padding: 32px 0;
  }
  .reliffordyeye h2.relifcont {
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    color: #280091;
    text-align: start;
  }
  .reliffordyeye p.relf-contentp {
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #4D4D4D;
    margin-bottom: 14px;
  }
  .reliffordyeye p.relf-contentp a {
    color: #D6006E;
    font-weight: 700;
    font-size: 16px;
  }
  .reliffordyeye p.smalfoot-relif {
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
    color: #4D4D4D;
    padding-bottom: 32px;
  }
  .reliffordyeye .lightbluerelifbx {
    background-color: #E7F6FF;
    padding: 32px 24px;
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .reliffordyeye .lightbluerelifbx img {
    width: 74px;
    margin: 22px 0 12px;
  }
  .reliffordyeye .lightbluerelifbx p.toprightHeding {
    color: #280091;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    background-color: #FFFFFF;
    padding: 12px 0;
  }
  .reliffordyeye .lightbluerelifbx p.toprightHedinginr {
    color: #280091;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
    white-space: nowrap;
  }
  .reliffordyeye .lightbluerelifbx p.LightBluwcontrelif {
    color: #63B1E5;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 120%;
    text-align: center;
    margin-bottom: 12px;
  }
  .reliffordyeye .lightbluerelifbx p.nrmalrelifone {
    color: #280091;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 150%;
    text-align: center;
    padding-bottom: 22px;
    border-bottom: 5px solid #63B1E5;
  }
  .reliffordyeye .lightbluerelifbx p.nrmalreliftwo {
    color: #280091;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    text-align: center;
    line-height: 150%;
    text-align: center;
  }
  .reliffordyeye .lightbluerelifbx p.nrmalreliftwo strong {
    font-weight: 700;
    font-size: 22px;
    line-height: 120%;
  }
  .howtouseXdra {
    background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
    background: linear-gradient(to bottom, #280091, #16004F);
    padding: 32px 0;
  }
  .howtouseXdra .howtuseVedio {
    padding-bottom: 32px;
  }
  .howtouseXdra .howtuseVedio img {
    max-width: 100%;
  }
  .howtouseXdra .howtouseLeftcont h2 {
    font-family: Arial, sans-serif;
    font-size: 26px;
    font-weight: 700;
    line-height: 120%;
    color: #FED100;
    margin-bottom: 42px;
  }
  .howtouseXdra .howtouseLeftcont p {
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 150%;
    font-size: 14px;
    margin-bottom: 44px;
    max-width: 538px;
  }
  .howtouseXdra .howtouseLeftcont a.downloadintrct {
    background-color: #63B1E5;
    color: #280091;
    padding: 8px 12px;
    border-radius: 8px;
    letter-spacing: 0.96px;
    line-height: 150%;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    margin: 0 auto;
  }
  .slider-modal .modal-dialog {
    margin-top: 0;
    padding: 0 12px;
  }
  .slider-modal .modal-dialog.modal-dialog-centered {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .slider-modal .modal-dialog .modal-content {
    padding-top: 18px;
  }
  .slider-modal .modal-dialog .modal-content .modal-header {
    padding: 0 18px;
    height: 15px;
  }
  .slider-modal .modal-dialog .modal-content .modal-header .btn-close {
    height: 15px;
  }
  .slider-modal .modal-dialog .modal-content .modal-header .btn-close img {
    height: 15px;
    width: 15px;
  }
  .slider-modal .modal-dialog .modal-content .modal-body {
    padding: 21px 18px 18px;
  }
}
.savings-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(#280091, #16004F);
  min-height: 400px;
  max-width: 2500px;
  margin: 0 auto;
}
.savings-banner .banner-bg .banner-img {
  height: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.savings-banner .banner-bg .banner-content .banner-heading {
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  color: #fff;
  line-height: 48px;
  font-family: Arial;
  padding-top: 42px;
  padding-bottom: 16px;
  max-width: 585px;
}
.savings-banner .banner-bg .banner-content .banner-footnote {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 44px 0 42px;
}
.savings-banner .banner-bg .banner-content .banner-sub-heading {
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  color: #FED100;
  line-height: 28px;
  padding-top: 16px;
  padding-bottom: 44px;
}
.savings-banner .banner-bg .banner-content .copay-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.savings-banner .banner-bg .banner-content .copay-cta .cta-btns {
  margin-right: 32px;
}
.savings-banner .banner-bg .banner-content .copay-cta .cta-btns a {
  height: 40px;
  background-color: #63B1E5;
  border-radius: 8px;
  padding: 8px 12px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  color: #280091;
  line-height: 24px;
  display: block;
  text-decoration: none;
}

.commertially-insured {
  padding: 74px 0;
}
.commertially-insured .insured-card {
  padding-right: 20px;
  height: 100%;
  max-width: 550px;
  margin-left: auto;
}
.commertially-insured .insured-card .cardbody {
  background-color: #E7F6FF;
  border-radius: 18px;
  padding-top: 90px;
  padding-bottom: 80px;
  padding-left: 35px;
  padding-right: 35px;
  height: 100%;
  text-align: center;
}
.commertially-insured .insured-card .cardbody .card-head {
  font-size: 32px;
  font-weight: 700;
  color: #280091;
  line-height: 42px;
  font-family: Arial;
  padding-bottom: 32px;
}
.commertially-insured .insured-content {
  padding-left: 20px;
  max-width: 550px;
}
.commertially-insured .insured-content .content-header {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  color: #280091;
  line-height: 38px;
  padding-bottom: 16px;
}
.commertially-insured .insured-content .content-sub-header {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #0F0F0F;
  line-height: 24px;
  padding-top: 16px;
  padding-bottom: 28px;
}
.commertially-insured .insured-content .content-card {
  border: 4.5px solid #63B1E5;
  padding: 24px;
  border-radius: 24px;
  max-width: 356px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.commertially-insured .insured-content .content-card .card-content {
  padding-left: 24px;
}
.commertially-insured .insured-content .content-card .card-content .register {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  color: #280091;
  line-height: 24px;
  text-align: center;
  padding-bottom: 12px;
}
.commertially-insured .insured-content .content-card .card-content .register-cta {
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  color: #280091;
  line-height: 24px;
  text-align: center;
  background-color: #FED100;
  border-radius: 8px;
  padding: 8px 12px;
  text-decoration: none;
  display: inline-block;
}
.commertially-insured .insured-content .content-para {
  padding-top: 12px;
}
.commertially-insured .insured-content .content-para p {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  color: #4D4D4D;
  padding-top: 12px;
}
.commertially-insured .insured-content .content-para p a {
  color: #D6006E;
  text-decoration: underline;
  font-weight: 700;
}
.commertially-insured .insured-content .content-para p.strong-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.variety-factor {
  padding-bottom: 74px;
}
.variety-factor .variety-content {
  padding-right: 20px;
  max-width: 526px;
  margin-left: auto;
}
.variety-factor .variety-content .content-heading {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  color: #280091;
  line-height: 38px;
  padding-bottom: 16px;
}
.variety-factor .variety-content .content-para {
  padding-top: 16px;
}
.variety-factor .variety-content .content-para p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #0F0F0F;
  line-height: 24px;
}
.variety-factor .variety-content .content-para p.strong {
  padding-top: 20px;
}
.variety-factor .variety-content .content-para p.variety-footnote {
  color: #4D4D4D;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 16px 0 0px;
}
.variety-factor .medicine-card {
  padding-left: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 526px;
}
.variety-factor .medicine-card .card-imgg {
  background-color: #E7F6FF;
  border-radius: 24px;
  padding: 11px 27px;
}

.article {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), color-stop(137.34%, #16004F));
  background: linear-gradient(180deg, #280091 0%, #16004F 137.34%);
  text-align: center;
  padding: 74px 0;
}
.article .divider {
  margin: 0;
  position: relative;
}
.article .divider::before {
  content: "";
  height: 100%;
  display: block;
  position: absolute;
  border: 3px solid #63B1E5;
  border-radius: 50px;
  margin-right: -12px;
  left: -2.5px;
}
.article .article-card {
  padding: 24px 0;
  max-width: 474px;
  margin-left: auto;
  margin-right: auto;
}
.article .article-card sup {
  color: inherit;
}
.article .article-card .ac-heading {
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #FED100;
  padding-top: 16px;
  padding-bottom: 21.42px;
}
.article .article-card .ac-para {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #FFFFFF;
  padding-bottom: 24px;
}
.article .article-card .ac-subpara {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 0em;
  text-align: center;
  color: #FED100;
  padding-bottom: 12px;
}
.article .article-card .ac-list {
  text-align: start;
  padding-bottom: 12px;
}
.article .article-card .ac-list ul {
  padding-left: 25px;
}
.article .article-card .ac-list ul li {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  color: #fff;
  list-style: disc;
}
.article .article-card .ac-para2 {
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}
.article .article-card .ac-card {
  border: 4.5px solid #63B1E5;
  border-radius: 24px;
  padding: 24px;
  max-width: 395px;
  margin-left: auto;
  margin-right: auto;
}
.article .article-card .ac-card .card-imgg {
  padding-right: 12px;
}
.article .article-card .ac-card .card-heading {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #ffffff;
  padding-top: 6.5px;
  padding-bottom: 6px;
}
.article .article-card .ac-card .card-link p {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: left;
  color: #ffffff;
  padding-bottom: 6px;
}
.article .article-card .ac-card .card-link p a {
  font-family: Arial;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  color: #FED100;
}

.expectation {
  text-align: center;
}
.expectation .content-heading {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  letter-spacing: 0em;
  text-align: center;
  color: #280091;
  padding-bottom: 12px;
  padding-top: 74px;
  max-width: 522px;
  margin: 0 auto;
}
.expectation .content-para {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: center;
  color: #4D4D4D;
  padding-top: 12px;
  padding-bottom: 24px;
  max-width: 724px;
  margin: 0 auto;
}
.expectation .video-thumb {
  max-width: 506px;
  margin: 0 auto;
}
.expectation .expectation-cards {
  padding-top: 32px;
  padding-bottom: 74px;
}
.expectation .expectation-cards .e-card {
  padding: 24px;
}
.expectation .expectation-cards .e-card .ecard-img {
  text-align: center;
}
.expectation .expectation-cards .e-card .ecard-img img {
  height: 90px;
  width: auto;
}
.expectation .expectation-cards .e-card .ecard-heading {
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #280091;
  padding-top: 16px;
  padding-bottom: 8px;
}
.expectation .expectation-cards .e-card .ecard-content {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #4D4D4D;
}
.expectation .expectation-cards .e-card ul.ecard-list {
  padding-left: 25px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.expectation .expectation-cards .e-card ul.ecard-list li {
  list-style: disc;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #4D4D4D;
}

.follow-treatment {
  padding: 74px 0;
  background: #E7F6FF;
}
.follow-treatment .variety-content {
  padding-left: 20px;
  max-width: 526px;
}
.follow-treatment .variety-content .content-heading {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  color: #280091;
  line-height: 38px;
  padding-bottom: 16px;
}
.follow-treatment .variety-content .content-para {
  padding-top: 16px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 24px;
}
.follow-treatment .variety-content .content-para p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #0F0F0F;
  line-height: 24px;
}
.follow-treatment .variety-content .content-para p.strong {
  padding-top: 20px;
}
.follow-treatment .medicine-card {
  padding-right: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
}

.tips-dryeye {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(180deg, #280091 0%, #16004F 100%);
  padding: 74px 0;
  text-align: center;
}
.tips-dryeye .content-heading {
  font-family: Arial;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0em;
  text-align: center;
  color: #FED100;
  padding-bottom: 16px;
  max-width: 522px;
  margin: auto;
}
.tips-dryeye .tips-wraper {
  padding-top: 32px;
}
.tips-dryeye .tips-wraper .tips-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tips-dryeye .tips-wraper .tips-flex .tips {
  -ms-flex-preferred-size: 245px;
      flex-basis: 245px;
  max-width: 245px;
  text-align: center;
}
.tips-dryeye .tips-wraper .tips-flex .tips .card-imgg {
  padding: 12px;
  max-width: 183px;
  margin: auto;
}
.tips-dryeye .tips-wraper .tips-flex .tips .card-heading {
  font-family: Arial;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  color: #FED100;
  padding: 24px 0 16px 0;
}
.tips-dryeye .tips-wraper .tips-flex .tips .card-content {
  font-family: Arial;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0px;
  text-align: center;
  color: #ffffff;
}

.starter-kit {
  padding: 74px 0;
}
.starter-kit .variety-content {
  padding-right: 20px;
  max-width: 506px;
  margin-left: auto;
}
.starter-kit .variety-content .content-heading {
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  color: #280091;
  line-height: 38px;
  padding-bottom: 16px;
}
.starter-kit .variety-content .content-para {
  padding: 16px 0 44px;
}
.starter-kit .variety-content .content-para p {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 24px;
}
.starter-kit .variety-content .content-para ul {
  padding: 16px 0 16px 25px;
}
.starter-kit .variety-content .content-para ul li {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  color: #4D4D4D;
  line-height: 24px;
  list-style: disc;
}
.starter-kit .variety-content .download-cta a {
  display: block;
  text-decoration: none;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.06em;
  text-align: left;
  color: #280091;
  border-radius: 8px;
  padding: 8px 14px;
  text-align: center;
  background-color: #FED100;
  width: 181px;
}
.starter-kit .medicine-card {
  padding-left: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 992px) {
  .savings-banner .banner-bg .banner-content .copay-cta .cta-btns a:hover {
    background-color: #2D91D4;
  }
  .commertially-insured .insured-content .content-card .card-content .register-cta:hover {
    background-color: #CBA700;
  }
}
@media screen and (max-width: 991px) {
  .savings-banner {
    height: auto;
  }
  .savings-banner .banner-bg .banner-img {
    height: auto;
    display: block;
    padding-top: 42px;
  }
  .savings-banner .banner-bg .banner-content .banner-heading {
    font-family: Arial;
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    line-height: 36px;
    padding-top: 32px;
    padding-bottom: 8px;
    padding-right: 12px;
    max-width: 100%;
  }
  .savings-banner .banner-bg .banner-content .banner-footnote {
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin: 28px 0 0px;
    padding: 0 0 42px 0;
  }
  .savings-banner .banner-bg .banner-content .banner-sub-heading {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    color: #FED100;
    line-height: 26px;
    padding-top: 8px;
    padding-bottom: 28px;
  }
  .savings-banner .banner-bg .banner-content .copay-cta {
    display: block;
    padding-bottom: 0px;
  }
  .savings-banner .banner-bg .banner-content .copay-cta .cta-btns {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .savings-banner .banner-bg .banner-content .copay-cta .cta-btns a {
    height: 37px;
    border-radius: 8px;
    padding: 8px 12px;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    color: #280091;
    line-height: 21px;
    display: block;
    text-decoration: none;
    text-align: center;
    letter-spacing: 0.06em;
  }
  .commertially-insured {
    padding: 32px 0 0 0;
  }
  .commertially-insured .insured-card {
    padding-right: 0px;
    max-width: 100%;
  }
  .commertially-insured .insured-card .cardbody {
    padding: 24px 18px;
  }
  .commertially-insured .insured-card .cardbody .card-head {
    font-size: 24px;
    line-height: 32px;
    padding-bottom: 14px;
    max-width: 330px;
    margin: auto;
  }
  .commertially-insured .insured-card .cardbody .card-img img {
    width: 186px;
  }
  .commertially-insured .insured-content {
    padding-left: 0px;
    padding-top: 32px;
    max-width: 100%;
  }
  .commertially-insured .insured-content .content-header {
    font-family: Arial;
    font-size: 26px;
    line-height: 31px;
    padding-bottom: 8px;
  }
  .commertially-insured .insured-content .content-sub-header {
    font-family: Arial;
    font-size: 14px;
    font-weight: 400;
    color: #0F0F0F;
    line-height: 21px;
    padding-top: 8px;
    padding-bottom: 24px;
  }
  .commertially-insured .insured-content .content-card {
    border: 3.5px solid #63B1E5;
    border-radius: 16px;
    padding: 12px 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    text-align: center;
  }
  .commertially-insured .insured-content .content-card .card-imgg img {
    width: 32px;
    height: 32px;
  }
  .commertially-insured .insured-content .content-card .card-content {
    padding-left: 0px;
  }
  .commertially-insured .insured-content .content-card .card-content .register {
    font-family: Arial;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    padding-bottom: 12px;
  }
  .commertially-insured .insured-content .content-card .card-content .register-cta {
    color: #280091;
    text-align: center;
    background-color: #FED100;
    border-radius: 8px;
    padding: 5px 12px;
    text-decoration: none;
    width: 100%;
    display: block;
    font-family: Arial;
    font-size: 14px;
    font-weight: 700;
    line-height: 21px;
    letter-spacing: 0.06em;
  }
  .commertially-insured .insured-content .content-para {
    padding-bottom: 32px;
  }
  .commertially-insured .insured-content .content-para p {
    padding-top: 12px;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
  .commertially-insured .insured-content .content-para p.strong-text {
    padding-top: 12px;
    line-height: 21px;
    font-size: 14px;
    font-weight: 400;
  }
  .variety-factor {
    padding-bottom: 32px;
  }
  .variety-factor .variety-content {
    padding-right: 0px;
    max-width: 100%;
    margin-left: 0;
  }
  .variety-factor .variety-content .content-heading {
    font-size: 26px;
    line-height: 31px;
    padding-bottom: 8px;
  }
  .variety-factor .variety-content .content-para {
    padding-top: 8px;
  }
  .variety-factor .variety-content .content-para p {
    font-size: 14px;
    line-height: 21px;
  }
  .variety-factor .variety-content .content-para p.strong {
    padding-top: 20px;
  }
  .variety-factor .variety-content .content-para p.strong strong {
    line-height: 24px;
    font-size: 16px;
  }
  .variety-factor .variety-content .content-para p.variety-footnote {
    color: #4D4D4D;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 0 0px;
  }
  .variety-factor .medicine-card {
    padding-left: 0px;
    padding-bottom: 24px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: auto;
  }
  .variety-factor .medicine-card .card-imgg {
    background-color: #E7F6FF;
    border-radius: 24px;
    padding: 16px 52px;
  }
  .article {
    padding: 0;
  }
  .article .divider::before {
    content: "";
    height: 0;
    width: calc(100% - 24px);
    border: 3px solid #63B1E5;
    border-radius: 50px;
    margin-left: 12px;
    left: 0;
  }
  .article .article-card {
    padding: 32px 0;
  }
  .article .article-card .ac-heading {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    padding-bottom: 12px;
  }
  .article .article-card .ac-para {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 12px;
  }
  .article .article-card .ac-subpara {
    font-size: 16px;
    line-height: 24px;
  }
  .article .article-card .ac-list ul li {
    font-size: 14px;
    line-height: 21px;
    text-align: left;
  }
  .article .article-card .ac-para2 {
    font-size: 12px;
    line-height: 18px;
  }
  .article .article-card .ac-card {
    border: 3.5px solid #63B1E5;
    border-radius: 24px;
    padding: 8px 16px;
    max-width: 395px;
  }
  .article .article-card .ac-card .card-imgg {
    padding-right: 0;
  }
  .article .article-card .ac-card .card-heading {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .article .article-card .ac-card .card-link p {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .article .article-card .ac-card .card-link p a {
    font-size: 18px;
    line-height: 18px;
  }
  .expectation .content-heading {
    font-size: 26px;
    line-height: 31px;
    padding-bottom: 8px;
    padding-top: 32px;
  }
  .expectation .content-para {
    font-size: 14px;
    line-height: 21px;
    padding-bottom: 32px;
    padding-top: 8px;
  }
  .expectation .expectation-cards {
    padding-bottom: 32px;
  }
  .expectation .expectation-cards .e-card {
    padding: 12px 0;
  }
  .expectation .expectation-cards .e-card .ecard-heading {
    font-size: 22px;
    line-height: 26px;
    padding: 16px 0 8px;
  }
  .expectation .expectation-cards .e-card .ecard-content {
    font-size: 14px;
    line-height: 21px;
  }
  .expectation .expectation-cards .e-card ul.ecard-list {
    font-size: 12px;
    line-height: 18px;
  }
  .expectation .expectation-cards .e-card ul.ecard-list li {
    font-family: Arial;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    letter-spacing: 0px;
    text-align: left;
  }
  .follow-treatment {
    padding: 32px 0;
  }
  .follow-treatment .variety-content {
    padding-left: 0px;
    max-width: 100%;
  }
  .follow-treatment .variety-content .content-heading {
    font-size: 26px;
    line-height: 31px;
    padding-bottom: 8px;
  }
  .follow-treatment .variety-content .content-para {
    padding: 8px 0 0px;
    font-size: 14px;
    line-height: 21px;
  }
  .follow-treatment .medicine-card {
    padding-right: 0px;
    padding-bottom: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .tips-dryeye {
    padding: 32px 0;
  }
  .tips-dryeye .content-heading {
    font-size: 30px;
    line-height: 36px;
    padding-bottom: 8px;
  }
  .tips-dryeye .tips-wraper .tips-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 24px;
  }
  .tips-dryeye .tips-wraper .tips-flex .tips {
    max-width: 100%;
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
  }
  .tips-dryeye .tips-wraper .tips-flex .tips .card-heading {
    font-size: 18px;
    line-height: 22px;
    padding: 0 0 8px 0;
  }
  .tips-dryeye .tips-wraper .tips-flex .tips .card-content {
    font-size: 16px;
    line-height: 24px;
  }
  .starter-kit {
    padding: 32px 0;
  }
  .starter-kit .variety-content {
    padding-right: 0px;
    max-width: 100%;
    margin-left: 0;
  }
  .starter-kit .variety-content .content-heading {
    font-size: 26px;
    line-height: 31px;
    padding-bottom: 8px;
    font-family: Arial;
    font-size: 26px;
    font-weight: 700;
    line-height: 31px;
    letter-spacing: 0em;
    text-align: left;
  }
  .starter-kit .variety-content .content-para {
    padding-top: 8px;
    padding-bottom: 28px;
  }
  .starter-kit .variety-content .content-para p {
    font-size: 14px;
    line-height: 21px;
    color: #4D4D4D;
  }
  .starter-kit .variety-content .content-para ul {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .starter-kit .variety-content .content-para ul li {
    font-size: 14px;
    line-height: 21px;
    color: #4D4D4D;
  }
  .starter-kit .variety-content .download-cta a {
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.06em;
    width: 100%;
    padding: 10px;
  }
  .starter-kit .medicine-card {
    padding-left: 0px;
    padding-bottom: 32px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .starter-kit .medicine-card .card-imgg {
    text-align: center;
  }
}
.doub-dot {
  margin-top: 16px;
  margin-bottom: 16px;
}
.doub-dot span {
  height: 10px;
  width: 10px;
  background-color: #63B1E5;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.find-doc-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(180deg, #280091 0%, #16004F 100%);
}
.find-doc-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.find-doc-banner .banner-footnote {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 12px 0 32px;
}
.find-doc-banner .fi-doc-ban-immg {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}
.find-doc-banner .fi-doc-ban-immg .fi-doc-ban img {
  width: 431px;
}
.find-doc-banner .fi-doc-ban-immg .sti-not-yel {
  background: #FED100;
  width: 213px;
  border-radius: 0px 12px 12px 0px;
  position: absolute;
  bottom: 30px;
  left: -12px;
}
.find-doc-banner .fi-doc-ban-immg .sti-not-yel p {
  color: #280091;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  padding: 6px 33px;
}
.find-doc-banner .fi-doc-ban-cont {
  padding-left: 40px;
  padding-right: 72px;
}
.find-doc-banner .fi-doc-ban-cont .inside-content {
  max-width: 595px;
}
.find-doc-banner .fi-doc-ban-cont h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  font-family: Arial;
  margin-top: 32px;
  margin-bottom: 16px;
}
.find-doc-banner .fi-doc-ban-cont .dou-dot {
  margin-top: 16px;
  margin-bottom: 16px;
}
.find-doc-banner .fi-doc-ban-cont .dou-dot img {
  width: 30px;
}
.find-doc-banner .fi-doc-ban-cont .doc-finder {
  margin-top: 16px;
  margin-bottom: 24px;
}
.find-doc-banner .fi-doc-ban-cont .doc-finder input {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Arial;
  margin-right: 12px;
}
.find-doc-banner .fi-doc-ban-cont .doc-finder #docZip {
  width: 375px;
  border-radius: 6px;
  border: 1px solid #A1D0EF;
  background: #fff;
  -webkit-box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
          box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
  padding: 8px 12px;
}
.find-doc-banner .fi-doc-ban-cont .doc-finder #docZip:focus-visible {
  outline: none;
}
.find-doc-banner .fi-doc-ban-cont .doc-finder .btn {
  background-color: #63B1E5;
  border-radius: 8px;
  width: 97px;
  padding: 7px 12px;
  text-align: center;
  color: #280091;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.96px;
  font-weight: 700;
  display: inline-block;
}
.find-doc-banner .fi-doc-ban-cont .doc-finder .btn:focus-visible {
  outline: none;
}
.find-doc-banner .fi-doc-ban-cont .doc-finder .btn:focus {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}
.find-doc-banner .fi-doc-ban-cont h4 {
  color: #FED100;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
}
.find-doc-banner .fi-doc-ban-cont p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.find-doc-banner .fi-doc-ban-cont p.banner-footnote {
  font-size: 14px;
  line-height: 21px;
}
.find-doc-banner .fi-doc-ban-cont p a {
  color: #FED100;
  font-weight: 700;
}
.find-doc-banner .fi-doc-ban-cont p.convo-sta {
  margin-bottom: 10px;
}

.int-doc-proeye {
  padding-top: 74px;
  padding-bottom: 74px;
}
.int-doc-proeye .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.int-doc-proeye .int-doc-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding-right: 64px;
}
.int-doc-proeye .int-doc-img img {
  padding-left: 20px;
  max-width: 506px;
  width: 100%;
}
.int-doc-proeye .int-doc-cont h2 {
  color: #280091;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
.int-doc-proeye .int-doc-cont .dou-dot {
  margin-top: 16px;
  margin-bottom: 16px;
}
.int-doc-proeye .int-doc-cont .dou-dot img {
  width: 30px;
}
.int-doc-proeye .int-doc-cont h4 {
  color: #280091;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 16px;
}
.int-doc-proeye .int-doc-cont p {
  color: #4D4D4D;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-right: 20px;
}

.dis-guid-res {
  background: #E7F6FF;
  padding-top: 74px;
  padding-bottom: 74px;
}
.dis-guid-res .doub-dot {
  margin-top: 12px;
  margin-bottom: 12px;
}
.dis-guid-res .dis-guid-rxxco {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dis-guid-res .dis-guid-rxxco .dis-guid-filedoc img {
  width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon {
  margin-left: 30px;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon h2 {
  color: #280091;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon .dou-dot {
  margin-top: 12px;
  margin-bottom: 12px;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon .dou-dot img {
  width: 30px;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon h4 {
  color: #2D91D4;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 12px;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon p {
  color: #4D4D4D;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  font-family: Arial;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon .talkabout-cta {
  margin-top: 20px;
}
.dis-guid-res .dis-guid-rxxco .dis-filecon .talkabout-cta a {
  color: #280091;
  font-family: Arial;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  padding: 8px 12px;
  background-color: #63B1E5;
  border-radius: 8px;
  display: inline-block;
}

#finddoctor {
  background-color: #280E91;
}
#finddoctor .modal-dialog {
  max-width: 1300px;
  margin: 70px auto;
  padding-left: 30px;
  padding-right: 30px;
}
#finddoctor .modal-dialog .modal-content {
  border-radius: 8px;
}
#finddoctor .modal-dialog .modal-content .close {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 9;
}
#finddoctor .modal-dialog .modal-body {
  padding: 98px 90px 100px;
  border-radius: 8px;
}

@media (max-width: 767px) {
  #finddoctor .modal-dialog {
    padding-left: 20px;
    padding-right: 20px;
  }
  #finddoctor .modal-dialog .modal-content {
    border-radius: 8px;
  }
  #finddoctor .modal-dialog .modal-content .close {
    top: 24px;
    right: 30px;
  }
  #finddoctor .modal-dialog .modal-content .close img {
    height: 35px;
    width: 35px;
  }
  #finddoctor .modal-dialog .modal-body {
    padding: 96px 24px 75px 24px;
  }
}
@media (min-width: 992px) {
  .dis-guid-res .dis-guid-rxxco .dis-filecon .talkabout-cta a:hover {
    background-color: #2D91D4;
  }
  .find-doc-banner .fi-doc-ban-cont .doc-finder .btn:hover {
    background-color: #2D91D4;
  }
}
@media (max-width: 991px) {
  .doub-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .doub-dot span {
    height: 7px;
    width: 7px;
  }
  .find-doc-banner .banner-footnote {
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 12px 0 0px;
  }
  .find-doc-banner .fi-doc-ban-immg .sti-not-yel {
    bottom: 13px;
    border-radius: 0px 6px 6px 0px;
    width: 161px;
    left: 0px;
  }
  .find-doc-banner .fi-doc-ban-immg .sti-not-yel p {
    font-size: 12px;
    padding: 6px 26px;
    line-height: 16px;
  }
  .find-doc-banner .fi-doc-ban-cont {
    padding-left: 12PX;
    padding-right: 12PX;
    padding-bottom: 32px;
  }
  .find-doc-banner .fi-doc-ban-cont .inside-content {
    max-width: unset;
  }
  .find-doc-banner .fi-doc-ban-cont .doc-finder {
    margin-top: 32px;
    margin-bottom: 24px;
  }
  .find-doc-banner .fi-doc-ban-cont .doc-finder input {
    margin-right: unset;
    display: block;
    width: 100% !important;
  }
  .find-doc-banner .fi-doc-ban-cont .doc-finder .btn {
    display: block;
    width: 100%;
    margin-top: 12px;
    font-size: 14px;
  }
  .find-doc-banner .fi-doc-ban-cont h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 32px;
    margin-bottom: 8px;
  }
  .find-doc-banner .fi-doc-ban-cont h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .find-doc-banner .fi-doc-ban-cont p {
    font-size: 14px;
    line-height: 21px;
  }
  .find-doc-banner .fi-doc-ban-cont p.banner-footnote {
    font-size: 12px;
    line-height: 18px;
  }
  .find-doc-banner .fi-doc-ban-cont p.convo-sta {
    margin-bottom: 24px;
  }
  .find-doc-banner .fi-doc-ban-cont .dou-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .find-doc-banner .fi-doc-ban-cont .dou-dot img {
    width: 24px;
  }
  .int-doc-proeye {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .int-doc-proeye .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .int-doc-proeye .row .int-doc-img {
    padding-right: 12px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .int-doc-proeye .row .int-doc-img img {
    padding-left: 0px;
  }
  .int-doc-proeye .row .int-doc-cont h2 {
    font-size: 26px;
    line-height: 31px;
    margin-top: 32px;
  }
  .int-doc-proeye .row .int-doc-cont .dou-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .int-doc-proeye .row .int-doc-cont .dou-dot img {
    width: 24px;
  }
  .int-doc-proeye .row .int-doc-cont h4 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .int-doc-proeye .row .int-doc-cont p {
    font-size: 14px;
    line-height: 21px;
    padding-right: 20px;
  }
  .dis-guid-res {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .dis-guid-res .doub-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .dis-guid-res .dis-guid-rxxco {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dis-guid-res .dis-guid-rxxco .dis-guid-filedoc img {
    width: 203px;
  }
  .dis-guid-res .dis-guid-rxxco .dis-filecon {
    margin-left: unset;
  }
  .dis-guid-res .dis-guid-rxxco .dis-filecon h2 {
    font-size: 26px;
    margin-top: 32px;
    line-height: 31px;
  }
  .dis-guid-res .dis-guid-rxxco .dis-filecon .dou-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .dis-guid-res .dis-guid-rxxco .dis-filecon .dou-dot img {
    width: 24px;
  }
  .dis-guid-res .dis-guid-rxxco .dis-filecon h4 {
    font-size: 22px;
    line-height: 26px;
  }
  .dis-guid-res .dis-guid-rxxco .dis-filecon p {
    font-size: 14px;
    line-height: 21px;
  }
  .dis-guid-res .dis-guid-rxxco .dis-filecon .talkabout-cta a {
    font-size: 14px;
    display: block;
    text-align: center;
    border-radius: 8px;
    padding: 8px;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .find-doc-banner .fi-doc-ban-cont h2 {
    padding-top: 35px;
  }
  .find-doc-banner .fi-doc-ban-cont p.qui-resutwo {
    padding-bottom: 35px;
  }
}
.doub-dot {
  margin-top: 16px;
  margin-bottom: 16px;
}
.doub-dot span {
  height: 10px;
  width: 10px;
  background-color: #63B1E5;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.dryeye-disea-banner {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(180deg, #280091 0%, #16004F 100%);
}
.dryeye-disea-banner .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dryeye-disea-banner h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  font-family: Arial;
  margin-bottom: 16px;
}
.dryeye-disea-banner .dou-dot {
  margin-bottom: 16px;
}
.dryeye-disea-banner .dou-dot img {
  width: 30px;
}
.dryeye-disea-banner h4 {
  color: #FED100;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-bottom: 16px;
}
.dryeye-disea-banner p {
  color: #FFF;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 12px;
}
.dryeye-disea-banner p:first-child {
  margin-top: 0px;
}
.dryeye-disea-banner p:last-child {
  font-size: 14px;
}
.dryeye-disea-banner .hero-dryeye {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
}

.symp-dryeeye {
  padding-top: 74px;
}
.symp-dryeeye .symp-list {
  border: 6px solid #63B1E5;
  border-radius: 24px;
  padding: 64px 32px;
}
.symp-dryeeye .symp-list h2 {
  color: #280091;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  padding-bottom: 32px;
}
.symp-dryeeye .symp-list .sym-lis-ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.symp-dryeeye .symp-list .sym-lis-ul ul {
  width: 200px;
}
.symp-dryeeye .symp-list .sym-lis-ul ul li {
  color: #280091;
  font-family: "Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 2.16px;
  text-transform: uppercase;
  margin-bottom: 24px;
  list-style: none;
  position: relative;
}
.symp-dryeeye .symp-list .sym-lis-ul ul li:last-child {
  margin-bottom: unset;
}
.symp-dryeeye .symp-list .sym-lis-ul ul li:before {
  top: 10px;
  left: -14px;
  display: inline-block;
  content: "";
  border-radius: 0.375rem;
  height: 4px;
  width: 4px;
  position: absolute;
  background-color: #280091;
}

.symp-risk-fac {
  padding-top: 74px;
  padding-bottom: 74px;
}
.symp-risk-fac h2 {
  color: #280091;
  text-align: center;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
}
.symp-risk-fac h4 {
  color: #4D4D4D;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  margin-top: 16px;
}
.symp-risk-fac .group-lis-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 35px;
  margin-left: auto;
  margin-right: auto;
}
.symp-risk-fac .group-lis-icon .lis-icon {
  width: 300px;
}
.symp-risk-fac .group-lis-icon .lis-icon .cstm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 24px;
}
.symp-risk-fac .group-lis-icon .lis-icon .cstm-icon img {
  width: 100px;
  height: 100px;
}
.symp-risk-fac .group-lis-icon .lis-icon p {
  color: #280091;
  text-align: center;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 1.92px;
  text-transform: uppercase;
}
.symp-risk-fac .group-lis-icon .lis-icon.wer-lense p {
  padding-left: 56px;
  padding-right: 56px;
}
.symp-risk-fac .group-lis-icon .lis-icon.pro-lo-ti p {
  padding-left: 48px;
  padding-right: 48px;
}
.symp-risk-fac .group-lis-icon.group-lis-icon-two {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.symp-risk-fac .group-lis-icon.group-lis-icon-two .lis-icon.cgha-ormo p {
  padding-left: 28px;
  padding-right: 28px;
}

.dry-cycle-dis {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(180deg, #280091 0%, #16004F 100%);
  padding: 74px;
}
.dry-cycle-dis .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.dry-cycle-dis .dis-chart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.dry-cycle-dis .dis-chart img {
  width: 602px;
}
.dry-cycle-dis .dis-chaP {
  text-align: center;
  margin-top: 24px;
}
.dry-cycle-dis .dis-chaP span {
  color: inherit;
}
.dry-cycle-dis h2 {
  color: #FED100;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.dry-cycle-dis .dou-dot {
  margin-bottom: 16px;
}
.dry-cycle-dis .dou-dot img {
  width: 30px;
}
.dry-cycle-dis h3 {
  color: #63B1E5;
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  margin-top: 32px;
  margin-bottom: 16px;
}
.dry-cycle-dis p {
  color: #fff;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.xidra-bott-counter {
  padding-top: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.xidra-bott-counter .eye-dro-cut {
  padding-right: 52px;
}
.xidra-bott-counter .bootl-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.xidra-bott-counter .bootl-img img {
  width: 512px;
}
.xidra-bott-counter h2 {
  color: #280091;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.xidra-bott-counter .dou-dot {
  margin-bottom: 16px;
}
.xidra-bott-counter .dou-dot img {
  width: 30px;
}
.xidra-bott-counter p {
  color: #4D4D4D;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.xidra-bott-counter p.footnotes {
  font-size: 14px;
  line-height: 21px;
}
.xidra-bott-counter .takeNxt-cta {
  margin-top: 44px;
  margin-bottom: 44px;
}
.xidra-bott-counter .takeNxt-cta a {
  border: 2px solid #FED100;
  border-radius: 8px;
  padding: 6px 12px;
  color: #280091;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

.xidra-icon-works {
  padding-top: 74px;
  padding-bottom: 74px;
}
.xidra-icon-works .work-diff-con {
  padding-left: 52px;
}
.xidra-icon-works .xidra-icon-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
}
.xidra-icon-works .xidra-icon-img img {
  width: 512px;
}
.xidra-icon-works h2 {
  color: #280091;
  font-family: Arial;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.xidra-icon-works .dou-dot {
  margin-bottom: 16px;
}
.xidra-icon-works .dou-dot img {
  width: 30px;
}
.xidra-icon-works p {
  color: #4D4D4D;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}
.xidra-icon-works p.footnotes {
  font-size: 14px;
  line-height: 21px;
}
.xidra-icon-works .more-info-cta {
  margin-top: 44px;
  margin-bottom: 44px;
}
.xidra-icon-works .more-info-cta a {
  border: 2px solid #FED100;
  border-radius: 8px;
  padding: 6px 12px;
  color: #280091;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
}

@media (min-width: 992px) {
  .xidra-bott-counter .takeNxt-cta a:hover {
    background-color: #FED100;
  }
  .xidra-icon-works .more-info-cta a:hover {
    background-color: #FED100;
  }
}
@media (max-width: 991px) {
  .doub-dot {
    margin-top: 8px;
    margin-bottom: 8px;
  }
  .doub-dot span {
    height: 7px;
    width: 7px;
  }
  .dryeye-disea-banner .hero-dryeye {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .dryeye-disea-banner .hero-dryeye img {
    width: auto;
    height: auto;
  }
  .dryeye-disea-banner h2 {
    font-size: 30px;
    line-height: 36px;
    margin-top: 32px;
    margin-bottom: unset;
  }
  .dryeye-disea-banner .dou-dot {
    margin-bottom: 8px;
  }
  .dryeye-disea-banner .dou-dot img {
    width: 24px;
  }
  .dryeye-disea-banner h4 {
    margin-bottom: 8px;
    font-size: 22px;
    line-height: 26px;
  }
  .dryeye-disea-banner p {
    font-size: 14px;
    line-height: 21px;
  }
  .dryeye-disea-banner p:last-child {
    padding-bottom: 64px;
    font-size: 12px;
  }
  .symp-dryeeye {
    padding-top: 32px;
    margin-left: 12px;
    margin-right: 12px;
  }
  .symp-dryeeye .symp-list {
    border: 3px solid #63B1E5;
    border-radius: 18px;
    padding: 24px 12px 0;
  }
  .symp-dryeeye .symp-list h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .symp-dryeeye .symp-list .sym-lis-ul {
    display: unset;
  }
  .symp-dryeeye .symp-list .sym-lis-ul ul {
    width: unset;
  }
  .symp-dryeeye .symp-list .sym-lis-ul ul li {
    margin-left: 22px;
  }
  .symp-dryeeye .symp-list .sym-lis-ul ul li:last-child {
    margin-bottom: 24px;
  }
  .symp-risk-fac {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .symp-risk-fac .group-lis-icon {
    display: unset;
    margin-top: 32px;
  }
  .symp-risk-fac .group-lis-icon .lis-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: unset;
    margin-bottom: 12px;
  }
  .symp-risk-fac .group-lis-icon .lis-icon.pro-lo-ti p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .symp-risk-fac .group-lis-icon .lis-icon.wer-lense p {
    padding-left: 0;
    padding-right: 0;
  }
  .symp-risk-fac .group-lis-icon .lis-icon .cstm-icon {
    margin-right: 12px;
    margin-bottom: unset;
  }
  .symp-risk-fac .group-lis-icon .lis-icon .cstm-icon img {
    max-width: 68px;
    height: 68px;
  }
  .symp-risk-fac .group-lis-icon .lis-icon p {
    text-align: left;
    font-size: 14px;
  }
  .symp-risk-fac .group-lis-icon.group-lis-icon-two {
    margin-top: unset;
  }
  .symp-risk-fac .group-lis-icon.group-lis-icon-two .lis-icon.cgha-ormo p {
    padding-left: 0px;
    padding-right: 0px;
  }
  .symp-risk-fac .group-lis-icon.group-lis-icon-two .lis-icon:last-child {
    margin-bottom: unset;
  }
  .symp-risk-fac h2 {
    font-size: 26px;
    line-height: 31px;
  }
  .symp-risk-fac h4 {
    font-size: 14px;
    line-height: 21px;
  }
  .dry-cycle-dis {
    padding: 32px 0px;
  }
  .dry-cycle-dis h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: unset;
  }
  .dry-cycle-dis .dou-dot {
    margin-bottom: 8px;
  }
  .dry-cycle-dis .dou-dot img {
    width: 24px;
  }
  .dry-cycle-dis p {
    font-size: 14px;
    line-height: 21px;
  }
  .dry-cycle-dis .dis-chaP {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
  }
  .dry-cycle-dis .dis-chaP span {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 24px;
    color: #FFF;
  }
  .dry-cycle-dis h3 {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .xidra-bott-counter {
    padding-top: 32px;
  }
  .xidra-bott-counter .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .xidra-bott-counter .eye-dro-cut {
    padding-right: 12px;
  }
  .xidra-bott-counter .dou-dot {
    margin-bottom: 8px;
  }
  .xidra-bott-counter .dou-dot img {
    width: 24px;
  }
  .xidra-bott-counter .bootl-img img {
    width: unset;
  }
  .xidra-bott-counter h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: unset;
  }
  .xidra-bott-counter p {
    font-size: 14px;
    line-height: 21px;
  }
  .xidra-bott-counter p.footnotes {
    font-size: 12px;
    line-height: 18px;
  }
  .xidra-bott-counter .takeNxt-cta {
    margin-top: 28px;
    margin-bottom: 28px;
    text-align: center;
  }
  .xidra-bott-counter .takeNxt-cta a {
    font-size: 14px;
    line-height: 21px;
    max-width: 366px;
    display: block;
    padding: 8px 0 8px 0;
  }
  .xidra-icon-works {
    padding-top: 32px;
    padding-bottom: 32px;
  }
  .xidra-icon-works .work-diff-con {
    padding-left: 12px;
  }
  .xidra-icon-works .xidra-icon-img img {
    width: unset;
  }
  .xidra-icon-works h2 {
    font-size: 26px;
    line-height: 31px;
    margin-bottom: unset;
  }
  .xidra-icon-works .dou-dot {
    margin-bottom: 8px;
  }
  .xidra-icon-works .dou-dot img {
    width: 24px;
  }
  .xidra-icon-works p {
    font-size: 14px;
    line-height: 21px;
  }
  .xidra-icon-works p.footnotes {
    font-size: 12px;
    line-height: 18px;
  }
  .xidra-icon-works .more-info-cta {
    margin-top: 28px;
    margin-bottom: 28px;
    text-align: center;
  }
  .xidra-icon-works .more-info-cta a {
    font-size: 14px;
    line-height: 21px;
    max-width: 366px;
    display: block;
    padding: 8px 0 8px 0;
  }
}
@media (max-width: 1200px) and (min-width: 992px) {
  .dryeye-disea-banner .hero-dryeyeCont h2 {
    padding-top: 35px;
  }
  .dryeye-disea-banner .hero-dryeyeCont p:last-child {
    padding-bottom: 35px;
  }
  .symp-risk-fac .group-lis-icon .lis-icon.pro-lo-ti p {
    padding-left: 5px;
    padding-right: 5px;
  }
  .symp-risk-fac .group-lis-icon .lis-icon.wer-lense p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .dry-cycle-dis {
    padding-left: unset;
    padding-right: unset;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .hero-dryeyeCont {
    padding-right: 74px;
  }
}
@media (max-width: 1366px) and (min-width: 1024px) {
  .symp-risk-fac .group-lis-icon .lis-icon.wer-lense p {
    padding-left: 36px;
    padding-right: 36px;
  }
}
.formsignupbannr {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(to bottom, #280091, #16004F);
  padding: 57px 0;
}
.formsignupbannr .signupline h1.signups {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
}
.formsignupbannr .signupline .banner-footnote {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  text-align: center;
  padding: 16px 0 0 0;
}

.SignUpform {
  padding: 74px 0;
}
.SignUpform .paraoneform p {
  margin-bottom: 0px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #4D4D4D;
  text-align: center;
}
.SignUpform form.EPiServerForms .Form__Element {
  margin-bottom: 0rem;
}
.SignUpform form.EPiServerForms .Form__Status .Form__Status__Message {
  margin: 0;
  padding: 0;
}
.SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}
.SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .frtsnme-lbl {
  margin-bottom: 4px;
}
.SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .frtsnme-lbl label.frnme {
  color: #0F0F0F;
  font-family: Arial;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .Frstnme-div input[type=text] {
  border-radius: 6px;
  border-width: 3px;
  background-color: #FFFFFF;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #A1D0EF;
}
.SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .FormTextbox.ValidationFail input[type=text] {
  border-color: #D6006E;
}
.SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv span.Form__Element__ValidationError {
  color: #D6006E;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}
.SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
}
.SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .lstsnme-lbl {
  margin-bottom: 4px;
}
.SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .lstsnme-lbl label.lstsnme {
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .lstnme-div input[type=text] {
  border-width: 3px;
  border-radius: 6px;
  border-color: #A1D0EF;
  background-color: #FFFFFF;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #A1D0EF;
}
.SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .FormTextbox.ValidationFail input[type=text] {
  border-color: #D6006E;
}
.SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv span.Form__Element__ValidationError {
  color: #D6006E;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}
    .SignUpform form.EPiServerForms .Form__MainBody .mobno-overalldiv span.Form__Element__ValidationError {
        color: #D6006E;
        font-size: 14px;
        font-family: Arial, sans-serif;
        font-weight: 300;
        line-height: 24px;
        margin-top: 8px;
    }


.SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}
    .SignUpform form.EPiServerForms .Form__MainBody .mobno-overalldiv {
        padding-top: 32px;
        padding-bottom: 32px;
        padding-left: 16px;
    }
        .SignUpform form.EPiServerForms .Form__MainBody .mobno-overalldiv .mob-lbl label {
            margin-bottom: 4px;
        }
.SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .zip-lbl label {
  margin-bottom: 4px;
}
.SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .zip-lbl label.ziplbl {
  font-family: Arial, sans-serif;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .zip-div input[type=text] {
  border-width: 3px;
  border-radius: 6px;
  border-color: #A1D0EF;
  background-color: #FFFFFF;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #A1D0EF;
}
    .SignUpform form.EPiServerForms .Form__MainBody .mobno-overalldiv .mob-div input[type=text] {
        border-width: 3px;
        border-radius: 6px;
        border-color: #A1D0EF;
        background-color: #FFFFFF;
        padding: 9px 12px;
        width: 100%;
        border: 1px solid #A1D0EF;
    }


.SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .FormTextbox.ValidationFail input[type=text] {
  border-color: #D6006E;
}
    .SignUpform form.EPiServerForms .Form__MainBody .mobno-overalldiv .FormTextbox.ValidationFail input[type=text] {
        border-color: #D6006E;
    }
.SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv span.Form__Element__ValidationError {
  color: #D6006E;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}
.SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL {
  padding-top: 32px;
  padding-bottom: 32px;
  
}
span.drates {
    font-size: 14px;
    color: #717171;
    font-weight:400;
}
.SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .emal-lbl label {
  margin-bottom: 4px;
}
.SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .emal-lbl label.emallbl {
  font-family: Arial, sans-serif;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
.SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .emal-div input[type=text] {
  border-width: 3px;
  border-radius: 6px;
  border-color: #A1D0EF;
  background-color: #FFFFFF;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #A1D0EF;
}
.SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .FormTextbox.ValidationFail input[type=text] {
  border-color: #D6006E;
}
.SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL span.Form__Element__ValidationError {
  color: #D6006E;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}
.SignUpform form.EPiServerForms .Form__MainBody .other-overalldiv {
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 16px;
}
.SignUpform form.EPiServerForms .Form__MainBody .other-overalldiv .other-lbl label {
  margin-bottom: 4px;
}
.SignUpform form.EPiServerForms .Form__MainBody .other-overalldiv .other-lbl label.otherlbl {
  font-family: Arial, sans-serif;
  color: #0F0F0F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 24px */
}
.SignUpform form.EPiServerForms .Form__MainBody .other-overalldiv .other-div {
  margin-top: -30px;
}
.SignUpform form.EPiServerForms .Form__MainBody .other-overalldiv .other-div input[type=text] {
  border-width: 3px;
  border-radius: 6px;
  border-color: #A1D0EF;
  background-color: #FFFFFF;
  padding: 9px 12px;
  width: 100%;
  border: 1px solid #A1D0EF;
}
.SignUpform form.EPiServerForms .Form__MainBody .other-overalldiv .FormTextbox.ValidationFail input[type=text] {
  border-color: #D6006E;
}
.SignUpform form.EPiServerForms .Form__MainBody .other-overalldiv span.Form__Element__ValidationError {
  color: #D6006E;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 8px;
}
.SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup {
  padding-top: 32px;
}
.SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .lblsTP-vsr-qus label.control-label {
  color: #000000;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 24px;
}
.SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt {
  display: block;
  width: 50%;
  float: left;
  text-align: start;
  padding-right: 0px;
  padding-bottom: 24px;
}
.SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt:nth-child(odd) {
  padding-left: 16px;
}
.SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt label {
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  color: #0F0F0F;
}
.SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt label input.normalCheckBox {
  margin-right: 12px;
  background-color: #FFFFFF;
  border-color: #B8B8B8;
  width: 18px;
  height: 18px;
}
.SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice span.Form__Element__ValidationError {
  color: #D6006E;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-bottom: 32px;
}
.SignUpform form.EPiServerForms .Form__MainBody .richText .richcontnt p {
  color: #4D4D4D;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 400;
  line-height: 24px;
  padding-top: 8px;
}
.SignUpform form.EPiServerForms .Form__MainBody .richText .richcontnt p a {
  color: #D6006E;
  text-decoration: underline;
  font-weight: 700;
}
.SignUpform form.EPiServerForms .Form__MainBody .richText .richcontnt p span.strng-txt {
  font-weight: 700;
}
.SignUpform form.EPiServerForms .Form__MainBody .submt-BTm-div {
  margin-top: 32px;
}
.SignUpform form.EPiServerForms .Form__MainBody .submt-BTm-div button {
  background-color: #FED100;
  color: #280091;
  padding: 6px 64px;
  border: 0;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
  letter-spacing: 0.96px;
}
.SignUpform form.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
  content: "";
}

.SignUpform form.ValidationFail .overall-validation {
  color: #D6006E;
  font-size: 14px;
  font-family: Arial, sans-serif;
  font-weight: 300;
  line-height: 24px;
  margin-top: 32px;
  display: block !important;
}

@media screen and (max-width: 992px) {
  .formsignupbannr {
    background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
    background: linear-gradient(to bottom, #280091, #16004F);
    padding: 92px 0;
  }
  .formsignupbannr .signupline h1.signups {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
  }
  .formsignupbannr .signupline .banner-footnote {
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
    padding: 8px 0 0 0;
  }
  .SignUpform {
    padding: 32px 0;
  }
  .SignUpform .paraoneform p {
    margin-bottom: 0px;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #4D4D4D;
    text-align: center;
    line-height: 150%;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-right: 0;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .frtsnme-lbl {
    margin-bottom: 4px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .frtsnme-lbl label.frnme {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #0F0F0F;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .Frstnme-div input[type=text] {
    border-radius: 6px;
    border-width: 3px;
    border: 1px solid #A1D0EF;
    background-color: #FFFFFF;
    padding: 9px 12px;
    width: 100%;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .Frstnme-div input[type=text]:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .FormTextbox.ValidationFail input[type=text] {
    border: 1px solid #D6006E;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv .FormTextbox.ValidationFail:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .fIrstNme-overalldiv span.Form__Element__ValidationError {
    color: #D6006E;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 8px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv {
    padding-top: 0px;
    padding-bottom: 24px;
    padding-left: 0;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .lstsnme-lbl {
    margin-bottom: 4px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .lstsnme-lbl label.lstsnme {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #0F0F0F;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .lstnme-div input[type=text] {
    border-width: 3px;
    border-radius: 6px;
    border-color: #A1D0EF;
    border: 1px solid #A1D0EF;
    background-color: #FFFFFF;
    padding: 9px 12px;
    width: 100%;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .lstnme-div input[type=text]:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .FormTextbox.ValidationFail input[type=text] {
    border: 1px solid #D6006E;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv .FormTextbox.ValidationFail:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .lAstNmE-overalldiv span.Form__Element__ValidationError {
    color: #D6006E;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 8px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL {
    padding-top: 0px;
    padding-bottom: 24px;
    padding-left: 0;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .emal-lbl label {
    margin-bottom: 4px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .emal-lbl label.emallbl {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #0F0F0F;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .emal-div input[type=text] {
    border-width: 3px;
    border-radius: 6px;
    border-color: #A1D0EF;
    border: 1px solid #A1D0EF;
    background-color: #FFFFFF;
    padding: 9px 12px;
    width: 100%;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .emal-div input[type=text]:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .FormTextbox.ValidationFail input[type=text] {
    border: 1px solid #D6006E;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL .FormTextbox.ValidationFail:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .EmaIldiv-overaLL span.Form__Element__ValidationError {
    color: #D6006E;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 8px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv {
    padding-top: 0px;
    padding-bottom: 24px;
    padding-left: 0;
    padding-right: 0;
  }

    .SignUpform form.EPiServerForms .Form__MainBody .mobno-overalldiv {
        padding-top: 0px;
        padding-bottom: 24px;
        padding-left: 0;
        padding-right: 0;
    }

  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .zip-lbl label {
    margin-bottom: 4px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .zip-lbl label.emallbl {
    font-size: 16px;
    font-family: Arial, sans-serif;
    color: #0F0F0F;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .zip-div input[type=text] {
    border-width: 3px;
    border-radius: 6px;
    border-color: #A1D0EF;
    border: 1px solid #A1D0EF;
    background-color: #FFFFFF;
    padding: 9px 12px;
    width: 100%;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .zip-div input[type=text]:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .other-overalldiv {
    padding-right: 0;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .FormTextbox.ValidationFail input[type=text] {
    border: 1px solid #D6006E;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv .FormTextbox.ValidationFail:focus-visible {
    outline: none;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .zip-overalldiv span.Form__Element__ValidationError {
    color: #D6006E;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
    margin-top: 8px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup {
    padding-top: 24px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .lblsTP-vsr-qus label.control-label {
    color: #000000;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 24px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt {
    display: block;
    width: 100%;
    float: left;
    text-align: start;
    padding-right: 0px;
    padding-bottom: 24px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt:nth-child(odd) {
    padding-left: 0px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt label {
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    color: #0F0F0F;
    line-height: 21px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt label input.normalCheckBox {
    margin-right: 12px;
    background-color: #FFFFFF;
    border-color: #B8B8B8;
    width: 18px;
    height: 18px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice span.Form__Element__ValidationError {
    color: #D6006E;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .richText {
    margin-top: 32px;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .richText .richcontnt p {
    color: #4D4D4D;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 400;
    line-height: 150%;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .richText .richcontnt p a {
    color: #D6006E;
    text-decoration: underline;
    font-weight: 700;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .richText .richcontnt p span.strng-txt {
    font-weight: 700;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .submt-BTm-div {
    margin-top: 32px;
    text-align: center;
  }
  .SignUpform form.EPiServerForms .Form__MainBody .submt-BTm-div button {
    background-color: #FED100;
    color: #280091;
    width: 100%;
    max-width: 100%;
    padding: 8px 0;
    border: 0;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 0.96px;
  }
}
@media screen and (max-width: 375px) {
  .SignUpform form.EPiServerForms .Form__MainBody .thrd-prtysignup .FormChoice .qus-One-Ctrlipt label {
    font-size: 13px;
  }
}
.your-all-set {
  background: linear-gradient(93deg, #E7F6FF -3.31%, #5DAAD9 51.99%);
  padding: 48px 0;
}
.your-all-set .content-thankset {
  text-align: center;
}
.your-all-set .content-thankset h1.allset-lne {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 16px;
}
.your-all-set .content-thankset a.close-btns {
  background-color: #FED100;
  color: #280091;
  border-radius: 8px;
  font-family: Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 64px;
  height: 40px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .your-all-set {
    background: -webkit-gradient(linear, left top, right bottom, from(#E7F6FF), to(#5DAAD9));
    background: linear-gradient(to bottom right, #E7F6FF, #5DAAD9);
    padding: 47px 0;
  }
  .your-all-set .content-thankset {
    text-align: center;
  }
  .your-all-set .content-thankset h1.allset-lne {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-weight: 700;
    font-size: 30px;
    margin-bottom: 20px;
  }
  .your-all-set .content-thankset a.close-btns {
    background-color: #FED100;
    color: #280091;
    border-radius: 8px;
    font-family: Arial, sans-serif;
    font-size: 14px;
    font-weight: 700;
    padding: 6px 64px;
    letter-spacing: 0.84px;
    text-decoration: none;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 41px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 576px) {
  .your-all-set .content-thankset a.close-btns {
    display: inherit;
  }
}
.sitmapsxidra .sitemapbanr {
  background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
  background: linear-gradient(to bottom, #280091, #16004F);
  padding: 57.5px 0;
}
.sitmapsxidra .sitemapbanr .banner-footnote {
  color: #FFF;
  font-family: Arial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  padding: 16px 0 0px;
  text-align: center;
}
.sitmapsxidra .sitemapbanr .sitemapbanr-sec h1 {
  text-align: center;
}
.sitmapsxidra .sitemapbanr .sitemapbanr-sec h1.sitemapheading {
  font-size: 40px;
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-weight: 700;
}
.sitmapsxidra .sitemap-linsxdradtc {
  padding: 74px 0;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul {
  padding-left: 0;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li {
  list-style: none;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li a {
  color: #280091;
  font-size: 24px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-decoration: none;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts {
  margin-top: 24px;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts li {
  margin-bottom: 32px;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts li a {
  color: #D6006E;
  font-size: 16px;
  font-family: Arial, sans-serif;
  font-weight: 700;
  line-height: 20px;
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 2px;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts li:last-child {
  margin-bottom: 0px;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists.rtwo {
  padding-top: 74px;
}
.sitmapsxidra .sitemap-linsxdradtc .sitemp-lists.rthee {
  margin-top: 74px;
}

@media screen and (max-width: 991px) {
  .sitmapsxidra .sitemapbanr {
    height: 300px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background: -webkit-gradient(linear, left top, left bottom, from(#280091), to(#16004F));
    background: linear-gradient(to bottom, #280091, #16004F);
    padding: 57.5px 0;
  }
  .sitmapsxidra .sitemapbanr .banner-footnote {
    color: #FFF;
    font-family: Arial;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    padding: 8px 0 0px;
  }
  .sitmapsxidra .sitemapbanr .sitemapbanr-sec h1 {
    text-align: center;
  }
  .sitmapsxidra .sitemapbanr .sitemapbanr-sec h1.sitemapheading {
    font-size: 30px;
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-weight: 700;
  }
  .sitmapsxidra .sitemap-linsxdradtc {
    padding: 32px 0;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul {
    padding-left: 0;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li {
    list-style: none;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li a {
    color: #280091;
    font-size: 22px;
    font-family: Arial, sans-serif;
    font-weight: 700;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts {
    margin-top: 24px;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts li {
    margin-bottom: 32px;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts li a {
    color: #D6006E;
    font-size: 14px;
    font-family: Arial, sans-serif;
    font-weight: 700;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-thickness: 2px;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists ul.lsts li ul.sublsts li:last-child {
    margin-bottom: 0px;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists.twopoitone {
    padding-top: 32px;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists.rtwo {
    padding-top: 32px;
  }
  .sitmapsxidra .sitemap-linsxdradtc .sitemp-lists.rthee {
    margin-top: 32px;
  }
}
.pagebotfound {
  background: -webkit-gradient(linear, left top, right bottom, from(#D6006E), to(#800042));
  background: linear-gradient(to bottom right, #D6006E, #800042);
  padding: 25px 0;
}
.pagebotfound .pgntfoundcnt {
  text-align: center;
}
.pagebotfound .pgntfoundcnt h1 {
  color: #FFFFFF;
  font-family: Arial, sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
  margin-bottom: 16px;
}
.pagebotfound .pgntfoundcnt h3 {
  font-family: Arial, sans-serif;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  line-height: 120%;
  color: #FED100;
  margin-bottom: 16px;
}
.pagebotfound .pgntfoundcnt a {
  color: #280091;
  font-weight: 700;
  font-family: Arial, sans-serif;
  font-size: 16px;
  line-height: 150%;
  padding: 8px 66px;
  background-color: #FED100;
  text-align: center;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  .pagebotfound {
    background: -webkit-gradient(linear, left top, right bottom, from(#D6006E), to(#800042));
    background: linear-gradient(to bottom right, #D6006E, #800042);
    padding: 30px 0;
  }
  .pagebotfound .pgntfoundcnt {
    text-align: center;
  }
  .pagebotfound .pgntfoundcnt h1 {
    color: #FFFFFF;
    font-family: Arial, sans-serif;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    margin-bottom: 16px;
  }
  .pagebotfound .pgntfoundcnt h3 {
    font-family: Arial, sans-serif;
    font-size: 22px;
    font-weight: 700;
    text-align: center;
    line-height: 120%;
    color: #FED100;
    margin-bottom: 16px;
  }
  .pagebotfound .pgntfoundcnt a {
    color: #280091;
    font-weight: 700;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 150%;
    padding: 8px 66px;
    background-color: #FED100;
    text-align: center;
    border-radius: 8px;
  }
}
.quiz-form-wrapper .form-control:focus, .quiz-form-wrapper .form-check-input:focus, .quiz-form-wrapper .btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #A1D0EF;
}
.quiz-form-wrapper .EPiServerForms .Form__Element {
  margin: 0px;
}
.quiz-form-wrapper .EPiServerForms .Form__Status .Form__Status__Message {
  display: none;
  padding: 1rem;
  margin: 1rem 0;
}

.quiz-form-wrapper {
  margin-top: 32px;
}
.quiz-form-wrapper .form-control:focus, .quiz-form-wrapper .form-check-input:focus, .quiz-form-wrapper .btn:focus {
  outline: 0;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  border-color: #A1D0EF;
}
.quiz-form-wrapper .EPiServerForms .Form__Element {
  margin: 0px;
}
.quiz-form-wrapper .EPiServerForms .Form__Status .Form__Status__Message {
  display: none;
}
.quiz-form-wrapper .EPiServerForms .Form__Element .Form__Element__ValidationError {
  color: #D6006E;
  padding-top: 8px;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
}
.quiz-form-wrapper .q-heading {
  font-family: Arial;
  font-size: 24px;
  font-weight: 700;
  line-height: 29px;
  letter-spacing: 0em;
  text-align: center;
  color: #280091;
  max-width: 884px;
  margin-left: auto;
  margin-right: auto;
  padding: 52px 0 32px 0;
}
.quiz-form-wrapper .q-firstname, .quiz-form-wrapper .q-lastname, .quiz-form-wrapper .q-email {
  margin-bottom: 32px;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.quiz-form-wrapper .q-firstname .Form__Element.FormTextbox, .quiz-form-wrapper .q-lastname .Form__Element.FormTextbox, .quiz-form-wrapper .q-email .Form__Element.FormTextbox {
  text-align: left;
}
.quiz-form-wrapper .q-firstname label.form-label, .quiz-form-wrapper .q-lastname label.form-label, .quiz-form-wrapper .q-email label.form-label {
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  text-align: left;
  color: #0F0F0F;
  margin-bottom: 4px;
}
.quiz-form-wrapper .q-firstname label.form-label::after, .quiz-form-wrapper .q-lastname label.form-label::after, .quiz-form-wrapper .q-email label.form-label::after {
  content: "";
}
.quiz-form-wrapper .q-firstname input.form-control, .quiz-form-wrapper .q-lastname input.form-control, .quiz-form-wrapper .q-email input.form-control {
  border: 1px solid #A1D0EF;
  border-radius: 6px;
  margin-bottom: 0px;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  letter-spacing: 0px;
  text-align: left;
  color: #4d4d4d;
}
.quiz-form-wrapper .q-policy {
  padding-top: 32px;
  max-width: 642px;
  margin-left: auto;
  margin-right: auto;
}
.quiz-form-wrapper .q-policy input.q-policy-input {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  margin-top: 3px;
  margin-left: -24px;
  border: 1.5px solid #B8B8B8;
}
.quiz-form-wrapper .q-policy .q-policy-label {
  position: relative;
}
.quiz-form-wrapper .q-policy .q-policy-label label {
  color: transparent;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
}
.quiz-form-wrapper .q-policy .q-policy-label label a {
  color: transparent;
}
.quiz-form-wrapper .q-policy .q-policy-label .quiz-ext-policy {
  position: absolute;
  font-family: Arial;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #4D4D4D;
  padding-left: 12px;
}
.quiz-form-wrapper .q-policy .q-policy-label .quiz-ext-policy a {
  font-family: Arial;
  font-size: 14px;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0px;
  text-align: left;
  color: #D6006E;
}
.quiz-form-wrapper .q-policy .q-policy-label .quiz-ext-policy a.tell {
  color: #4D4D4D;
  text-decoration: none;
  font-weight: 400;
}
.quiz-form-wrapper .q-policy .Form__Element__ValidationError {
  margin-left: -24px;
}
.quiz-form-wrapper .Form__Element.FormParagraphText {
  margin-bottom: 44px;
  display: inline-block;
}
.quiz-form-wrapper .submit-btn {
  display: inline-block;
  margin-left: 64px;
  margin-bottom: 44px;
}
.quiz-form-wrapper .submit-btn button.btn {
  width: 322px;
  height: 40px;
  padding: 6px 12px 6px 12px;
  border-radius: 8px;
  background: #FED100;
  font-family: Arial;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  text-align: center;
  color: #280091;
  display: block;
  margin: 0 auto;
}
.quiz-form-wrapper .ValidationFail .q-firstname .ValidationFail input.form-control, .quiz-form-wrapper .ValidationFail .q-lastname .ValidationFail input.form-control, .quiz-form-wrapper .ValidationFail .q-email .ValidationFail input.form-control {
  border: 2px solid #D6006E;
}
.quiz-form-wrapper a.prevQues.form-prevQues {
  width: 322px;
  height: 40px;
}

@media screen and (max-width: 991px) {
  .quiz-box .quixStripContainer .quixStrip a.prevQues.form-prevQues {
    margin-top: 32px;
  }
  .quiz-form-wrapper .Form__Element.FormParagraphText {
    display: block;
    margin-bottom: 12px;
  }
  .quiz-form-wrapper a.prevQues.form-prevQues {
    margin-top: 32px;
  }
  .quiz-form-wrapper .submit-btn {
    display: block;
    margin-left: 0;
    margin-bottom: 0;
  }
  .quiz-form-wrapper .submit-btn button.btn {
    width: auto;
  }
  .quiz-form-wrapper .q-heading {
    font-family: Arial;
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    letter-spacing: 0em;
    text-align: center;
    padding: 32px 0 28px 0;
  }
  .quiz-form-wrapper .q-firstname, .quiz-form-wrapper .q-lastname, .quiz-form-wrapper .q-email {
    margin-bottom: 24px;
  }
  .quiz-form-wrapper .q-policy {
    padding-top: 32px;
  }
  .quiz-form-wrapper .submit-btn button.btn {
    width: 100%;
    font-size: 14px;
    padding: 6px;
  }
}
body #epi-quickNavigator {
  display: none;
}

.orphan-head {
  margin-top: 75px;
  margin-bottom: 30px;
}
.orphan-head h2 {
  color: #280091;
  font-size: 60px;
  font-weight: bold;
  margin: 15px 0px;
}
.orphan-head img {
  margin-bottom: 15px;
}
.orphan-head .logo-orphan {
  max-width: 100%;
  width: 100%;
  margin-top: 15px;
}
.orphan-head em {
  color: #280091;
  font-size: 50px;
  font-weight: bold;
  margin-bottom: 20px;
}

.orphan-para p {
  margin-bottom: 10px;
  color: #000000;
  font-size: 22px;
}
.orphan-para span, .orphan-para a {
  color: #000000;
}

.orphan-list h3 {
  color: #280091;
  font-size: 22px;
  font-weight: bold;
  margin-top: 15px;
  padding-bottom: 10px;
}
.orphan-list p {
  margin-bottom: 10px;
  color: #000000;
  font-size: 22px;
}
.orphan-list ul li {
  margin-bottom: 10px;
  list-style: disc;
  color: #000000;
  font-size: 22px;
  font-weight: 400;
  margin-left: 20px;
}
.orphan-list ul li span, .orphan-list ul li a {
  color: #000000;
}
.orphan-list ul li::marker {
  color: #51B8F8 !important;
}

@media screen and (max-width: 991px) {
  .orphan-head {
    margin-top: 0px;
    margin-bottom: 30px;
  }
  .orphan-head .first-sec {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .orphan-head .first-sec-img {
    text-align: center;
  }
  .orphan-head h2 {
    font-size: 30px;
    text-align: center;
    margin: 0 10px;
    padding-bottom: 15px;
  }
  .orphan-head .logo-orphan {
    max-width: 100%;
    width: 50%;
  }
  .orphan-head em {
    font-size: 20px;
    text-align: center;
  }
  .orphan-para p {
    font-size: 16px;
  }
  .orphan-list h3 {
    font-size: 16px;
  }
  .orphan-list p {
    font-size: 16px;
  }
  .orphan-list ul li {
    font-size: 16px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .orphan-head em {
    font-size: 43px;
  }
  .orphan-head h2 {
    font-size: 50px;
  }
}