@charset "UTF-8";
*, body, dl, dt, h1, h2, h3, h4, h5, h6, ol, p, a, ul, li {
  margin: 0;
  padding: 0;
  font-family: "Poppins", sans-serif;
  color: #2F2F2F;
  line-height: normal;
  list-style-type: none;
}

sup {
  top: -0.56em;
  font-size: 0.69em;
}

header {
  padding: 0;
  background-color: white;
  position: fixed;
  width: 100%;
  z-index: 99;
  top: 0;
}
header .main-header {
  position: relative;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header .topLinks ul li.signup-btn a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
header .topLinks ul li.signup-btn a:hover {
  background-color: #400286;
  color: #fff;
}
header.show-nav {
  top: 0px;
  visibility: visible;
}
header.show-nav.transition {
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header.anchor.hide-nav {
  top: -175px;
}
header.hide-nav {
  top: -175px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}
header.blue-header {
  background: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}
header.blue-header.show-nav {
  background-color: white;
}
header.blue-header.show-nav .main-header {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header.white-header {
  background-color: white;
}
header.white-header .main-header {
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header.white-header .topLinks ul li.signup-btn a {
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #CCEEFB;
}
header.white-header .topLinks ul li.signup-btn a:hover {
  background-color: #400286;
  color: #fff;
}
header .topLinksMobile {
  display: none;
}
header nav .navbar-brand {
  display: inline-block;
  padding: 0;
}
header nav .navbar-brand img {
  width: 145px;
  margin-bottom: -3px;
  margin-top: 3px;
}
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: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
header nav ul.navbar-nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 10px;
}
header nav ul.navbar-nav li {
  margin-right: 24px;
  border-bottom: 3px solid transparent;
}
header nav ul.navbar-nav li.nav-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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header nav ul.navbar-nav li.nav-item:nth-last-child(2) {
  margin-right: 24px;
}
header nav ul.navbar-nav li.nav-item.active {
  border-bottom: 3px solid #F8636C;
}
header nav ul.navbar-nav li.nav-item a {
  color: #400286;
  text-decoration: none;
  font-weight: 700;
  font-size: 17px;
  line-height: 28px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
header nav ul.navbar-nav li.nav-item:hover {
  border-bottom: 3px solid #F8636C;
}
header nav ul.navbar-nav li.nav-item:last-child {
  margin-right: 0px;
  border-bottom: none;
}
header nav ul.navbar-nav li.nav-item:last-child.active a {
  background-color: #400286;
  color: #fff;
}
header nav .topLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header nav .topLinks ul li {
  padding: 0 31.8px;
  border-right: 1px solid #5C5C5C;
}
header nav .topLinks ul li:last-child {
  padding: 0;
}
header nav .topLinks ul li a {
  color: #2F2F2F;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
}
header nav .topLinks ul li a:hover {
  text-decoration: underline;
}
header nav .topLinks ul li.divide {
  display: none;
}
header nav .topLinks ul li.psi {
  border: none;
}
header nav .topLinks ul li.patient-link {
  border: none;
  padding: 0 20px 0 10px;
}
header nav .topLinks ul li.patient-link a,
header .main-header .topLinksMobile ul li.patient-link a {
  font-size: 14px;
  background-color: #CCEEFB;
  color: #400286;
  padding: 10px 11px;
  font-weight: 700;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
header nav .topLinks ul li.patient-link a:hover em.fa {
  color: #fff;
}
header nav .topLinks ul li.patient-link a:hover {
  background-color: #400286;
  color: #fff;
}
header nav .topLinks ul li.patient-link i.fa, header nav .topLinks ul li.patient-link em.fa {
  font-weight: 700;
  font-size: 12px;
  padding-left: 6px;
  color: #400286;
}
header nav .topLinks ul li.patient-link i.fa:hover, header nav .topLinks ul li.patient-link em.fa:hover {
  color: #fff;
}
header nav .topLinks ul li.signup-btn {
  border: none;
}
header nav .topLinks ul li.signup-btn a {
  font-size: 14px;
  background-color: #CCEEFB;
  color: #400286;
  padding: 10px 11px;
  font-weight: 700;
  border-radius: 25px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  text-transform: uppercase;
}
header .anchorLinks {
  background-color: #D2F0FC;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
header .anchorLinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .anchorLinks ul li {
  margin-right: 64px;
  padding-top: 13px;
  padding-bottom: 10px;
}
header .anchorLinks ul li:last-child {
  margin-right: 0;
}
header .anchorLinks ul li a {
  text-decoration: none;
  color: #400286;
  font-size: 17px;
  line-height: 28px;
  font-weight: 500;
}
header .anchorLinks ul li a.active {
  font-weight: 700;
}

.img-ready img {
    width: 336px;
    height: 336px;
}
.ready-title {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.ready-to-help {
    background-color: #400286;
}
.ready-title h2 {
    color: #71CDA1;
    font-size: 40px;
    line-height: 49px;
    max-width: 772px;
    text-align: center;
    margin-bottom: 20px;
    font-weight:700;
}
.ready-title p {
    color: #fff;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
}
.img-ready {
    display: flex;
    justify-content: space-around;
}
.video-carousel-experience {
    background-color: #400286;
    padding: 50px 0px 70px;
}
    .video-carousel-experience h2 {
        font-size: 40px;
        line-height: 46px;
        color: #fff;
        font-weight: 700;
        text-align: center;
      
    }
    .video-carousel-experience h3 {
        font-size: 18px;
        line-height: 28px;
        color: #fff;
        text-align: center;
        margin-bottom: 40px;
    }
.separator {
    color: #fff;
    height: 1px;
}
.guidelines .btn {
    min-width: 281px;
}
.phase-4-new {
    background-image: url(/siteassets/img/img-812x920-phase-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding: 50px 30px;
}
.efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body.phase-4-new {
    /* width: 406px; */
    /* padding: 62px; */
    margin-top: -17px;
    max-width: 100%;
}
    .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body.phase-4-new p {
        margin-top: 9px !important;
    }
.banner-1mm {
    display: flex;
    flex-direction: column;
}
span.sep-ban {
    width: 100%;
    height: 1px;
    /* color: #eee; */
    background-color: #707070;
    margin: 10px 0px;
}
.banner-content {
    display: flex;
    flex-direction: column;
   
}
.video-carousel-experience .slider-image h5 {
    color: #ffff;
}
.img-new img {
    width: 132px;
}
.img-new {
    position: absolute;
    top: -6px;
    left: -5px;
}
#clinical-study {
    position: relative;
}
@media screen and (min-width: 992px) {
    header {
    background-color: white;
    position: fixed;
    width: 100%;
    z-index: 9;
    top: 0;
  }
  header .main-header {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    padding: 12px 0;
  }
  header.drivers-of-ded.blue-header {
    background-color: white;
  }
  header.drivers-of-ded.blue-header .main-header {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  header nav ul.navbar-nav li.nav-item:last-child a {
    background-color: #CCEEFB;
    padding: 7px 11px;
    border-radius: 25px;
  }
  header nav ul.navbar-nav li.nav-item:last-child a:hover {
    background-color: #400286;
    color: #fff;
  }
  header .anchorLinks ul li a:hover {
    text-decoration: underline;
  }
    .separator {
        margin: 27px 26px;
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  header nav ul.navbar-nav li {
    margin-right: 19px;
  }
   

}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  header nav .navbar-brand img {
    width: 126px;
    margin-bottom: -3px;
    margin-top: 9px;
  }
  header nav .topLinks ul li {
    padding: 0 7px;
  }
  header nav .topLinks ul li a,
  header nav .topLinks ul li.signup-btn a {
    font-size: 11px;
  }
  header nav .topLinks ul li.patient-link a {
    font-size: 11px;
    padding: 7.5px 11px;
  }
  header nav ul.navbar-nav li {
    margin-right: 0;
    margin-left: 11px;
  }
  header nav ul.navbar-nav li.nav-item a {
    font-size: 14px;
  }
   
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header nav .navbar-brand img {
    width: 126px;
    margin-bottom: -3px;
    margin-top: 9px;
  }
  header nav [class*=col-] {
    padding: 0;
  }
  header nav .topLinks ul li {
    text-align: center;
    line-height: 16px;
    padding: 0px;
  }
  header nav .topLinks ul li.isi {
    padding-left: 0px;
    width: 24%;
  }
  /*header nav .topLinks ul li.psi {
    width: 18%;
  }*/
  header nav .topLinks ul li.patient-link a {
    font-size: 8px;
    padding: 10px 11px;
    white-space: nowrap;
  }
    header nav .topLinks ul li.signup-btn a {
        font-size: 8px;
        height: 34px;
        display: flex;
        align-items: center;
    }
    .topLinks {
        width: 100%;
    }
  header nav ul.navbar-nav li {
    margin-right: 0;
    margin-left: 25px;
  }
  header nav ul.navbar-nav li.nav-item {
    line-height: 17px;
    text-align: center;
    min-height: 37px;
  }
  header nav ul.navbar-nav li.nav-item:first-child {
    margin-left: 21px;
  }
  header nav ul.navbar-nav li.nav-item:nth-last-child(2) {
    margin-right: 0px;
  }
  header nav ul.navbar-nav li.nav-item a {
    line-height: 17px;
    font-size: 14px;
  }
  header nav ul.navbar-nav li.nav-item:last-child {
    margin-right: 0px;
  }
  header.drivers-of-ded.blue-header {
    background-color: white;
  }
  header nav .topLinks ul li a {
    font-size: 8px;
    padding: 0 5px;
  }
    header nav .topLinks ul li.patient-link {
        padding: 0 10px 0 10px;
    }

    section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .miebum-callout img {
        width: 350px;
    }
}
@media screen and (max-width: 767px) {
  header {
    padding: 0;
  }
    header .anchorLinks.mi-diff ul li {
        padding-left: 12px;
        padding-right: 12px;
    }
      
  header .anchorLinks ul {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  header .anchorLinks ul li {
    margin-right: 0px;
    padding-top: 24px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 23px;
    text-align: center;
    line-height: 17px;
    position: relative;
  }
  header .anchorLinks ul li::after {
    content: "";
    height: 31px;
    top: 26px;
    right: 0;
    position: absolute;
    border-right: 1px solid #400286;
  }

    header .anchorLinks.saftey-link ul li::after {
        top: 18px;
    }
    header .anchorLinks.mi-diff ul li a {
        font-size: 15px;
        line-height: 17px !important;
        height: 24px;
        display: flex;
        margin-top: 6px;
        align-items: center;
        justify-content: center;
    }
    header .anchorLinks.mi-diff ul li::after {
        content: "";
        height: 31px;
        top: 28px;
        right: 0;
        position: absolute;
        border-right: 1px solid #400286;
    }
  header .anchorLinks ul li:last-child::after {
    display: none;
  }
  header .anchorLinks ul li a {
    font-size: 15px;
    line-height: 17px;
  }
  header .anchorLinks ul.saving li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header.menu-open {
    top: 0 !important;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background: transparent;
  }
  header.menu-open .topLinksMobile ul {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  header.drivers-of-ded .main-header {
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  header.drivers-of-ded.hide-nav {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  header.drivers-of-ded.show-nav {
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  }
  header.home-transparent {
    background-color: transparent;
  }
  header.home-transparent .main-header {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header .main-header.page-not-found .topLinksMobile {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header.show-nav .topLinksMobile {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header.show-nav .main-header.page-not-found .topLinksMobile {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header.hide-nav {
    top: -228px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
  }
  header.hide-nav .topLinksMobile {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header.anchor .main-header .topLinksMobile {
    -webkit-box-shadow: unset;
            box-shadow: unset;
  }
  header.anchor.hide-nav {
    top: -248px;
  }
  header.fixed {
    position: fixed;
  }
  header .topLinksMobile {
    display: block;
    background-color: white;
    -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
            box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
    z-index: 2;
    position: relative;
  }
  header .topLinksMobile ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 10px;
    padding-bottom: 16px;
  }
  header .topLinksMobile ul li {
    text-align: center;
    padding: 0px 10px;
    line-height: 14px;
  }
/*  header .topLinksMobile ul li.patient-link {
    width: 50%;
  }*/
  header .topLinksMobile ul li.patient-link .fa-external-link {
    margin-left: 5px;
  }
  header .topLinksMobile ul li a {
    font-size: 12px;
    line-height: 14px;
    font-weight: 500;
    color: #2F2F2F;
    text-decoration: none;
  }
  header .topLinksMobile ul li a:hover {
    text-decoration: underline;
  }
  header .topLinksMobile ul li:last-child {
    border: none;
  }
  header .topLinksMobile ul li.divide {
    height: 30px;
    padding: 0;
    border-left: 1px solid #DCDCDC;
  }
  header .topLinksMobile ul li.divide.rmv-mob {
    display: none;
  }
  /*header .topLinksMobile ul li.patient-link {
    display: none;
  }*/
  header .topLinksMobile ul li.signup-btn {
    display: none;
  }
/*  header .topLinksMobile ul li.isi {
    width: 40%;
  }*/
  header .topLinksMobile ul li.psi {
    width: 50%;
    display: none;
  }
  header nav .navbar-brand {
    margin-left: 15px;
    padding: 1px 0;
  }
  header nav .navbar-brand img {
    margin: 15px 0 10px 0;
    height: 80px;
    width: 126px;
  }
  header nav ul.navbar-nav {
    margin: 0;
    margin-top: 40px;
  }
  header nav ul.navbar-nav li {
    margin-right: 0;
    padding: 20px 0;
    width: 330px;
    text-align: center;
  }
  header nav ul.navbar-nav li.nav-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header nav ul.navbar-nav li.nav-item:nth-last-child(2) {
    margin-right: 0px;
  }
  header nav ul.navbar-nav li.nav-item:hover {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header nav ul.navbar-nav li.nav-item.active {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  }
  header nav ul.navbar-nav li.nav-item.active a {
    color: #400286;
  }
  header nav ul.navbar-nav li.nav-item a {
    color: white;
    font-size: 23px;
    line-height: 39px;
  }
  header nav ul.navbar-nav li.nav-item:last-child {
    padding: 20px 0;
    border: 0;
  }
  header nav ul.navbar-nav li.nav-item:last-child.active a {
    background-color: unset;
    color: #400286;
  }
  header nav .navbar-collapse {
    position: absolute;
    text-align: left;
    width: 100%;
    left: 0;
    top: 41px;
    background: #F8636C;
    overflow-y: scroll;
    z-index: 1;
  }
  header nav button[aria-expanded=false] i.fa-bars {
    display: block;
  }
  header nav button[aria-expanded=false] i.fa-close {
    display: none;
  }
  header nav button[aria-expanded=true] {
    margin-top: -17px;
  }
  header nav button[aria-expanded=true] .navbar-toggler-icon {
    background-color: white;
    height: 35px;
    width: 35px;
  }
  header nav button[aria-expanded=true] .navbar-toggler-icon i.fa-bars {
    display: none;
  }
  header nav button[aria-expanded=true] .navbar-toggler-icon i.fa-close {
    color: #F8636C;
    display: block;
    padding-top: 2px;
  }
  header nav .navbar-toggler {
    z-index: 10;
    position: absolute;
  }
  header nav .navbar-toggler .navbar-toggler-icon {
    height: 52px;
    width: 52px;
    background-color: #F8636C;
    border-radius: 50%;
    display: inline-block;
  }
  header nav .navbar-toggler .navbar-toggler-icon i {
    color: white;
    padding-top: 11px;
    padding-left: 0px;
    font-size: 29px;
  }
  header nav .navbar-toggler, header nav .navbar-toggler:focus {
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0;
    padding: 0;
    line-height: normal;
    font-size: inherit;
    margin-right: 15px;
  }
  header nav .topLinks {
    display: none;
  }
  header nav .topLinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header nav .topLinksMobileMenu ul {
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: white;
  }
  header nav .topLinksMobileMenu ul li {
    padding: 20px 0;
    border-bottom: 1px solid #7F7F7F;
    width: 330px;
    text-align: center;
    display: none;
  }
  header nav .topLinksMobileMenu ul li.patient-link,
  header nav .topLinksMobileMenu ul li.signup-btn {
    display: block;
  }
  header nav .topLinksMobileMenu ul li a {
    color: #F8636C;
    text-decoration: none;
    font-size: 23px;
    line-height: 39px;
    font-weight: 700;
  }
  header nav .topLinksMobileMenu ul li i.fa, header nav .topLinksMobileMenu ul li em.fa {
    font-weight: 700;
    font-size: 20px;
    padding-left: 10px;
    color: #F8636C;
  }
  header nav .topLinksMobileMenu ul li.isi {
    display: none;
  }
  header nav .topLinksMobileMenu ul li.psi {
    display: none;
  }
  header nav .topLinksMobileMenu ul li.divide {
    display: none;
  }
  header nav .topLinksMobileMenu ul li:last-child {
    border-bottom: 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  header .main-header {
    padding: 10px 0;
  }
  header nav ul.navbar-nav li.nav-item:last-child a {
    background-color: #CCEEFB;
    padding: 3px 8.5px 3px 12.5px;
    border-radius: 25px;
  }
  header nav ul.navbar-nav li.nav-item:last-child a:hover {
    background-color: #400286;
    color: #fff;
  }
  header nav .navbar-collapse {
    top: 51px;
  }
   
}
@media screen and (min-width: 451px) and (max-width: 767px) {
  header nav .navbar-collapse {
    top: 51px;
  }
}
@media (max-width: 390px) {
  header .anchorLinks ul li {
    padding-left: 10px;
    padding-right: 10px;
  }
  
}
@media (max-width: 365px) {
  header .anchorLinks ul li {
    padding-left: 3px;
    padding-right: 3px;
  }
}
.footer {
  padding: 80px 0 110px 0;
  background: #400286;
}
.footer .footer-logo img {
  width: 152px;
  height: 96px;
}
.footer a {
  color: white;
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  text-decoration: none;
}
.footer a:hover {
  color: #FF6C72;
  text-decoration: underline;
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 0 35px 0;
}
.footer ul li {
  border-right: 1px solid white;
  padding-left: 25px;
  padding-right: 35px;
}
.footer ul li:first-child {
  padding-left: 0;
}
.footer ul li:last-child {
  border: none;
}
.footer .foot-right {
  margin-left: 40px;
}
.footer .GlobaloptoutLinks {
  padding-top: 35px;
  padding-bottom: 45px;
}
.footer .GlobaloptoutLinks ul {
  padding: 0;
}
.footer .GlobaloptoutLinks ul li {
  padding-left: 20px;
  padding-right: 20px;
}
.footer .GlobaloptoutLinks ul li:first-child {
  padding-left: 0;
}
.footer .GlobaloptoutLinks ul li a {
  font-weight: 400;
  font-size: 14px;
  text-decoration: underline;
}
.footer .GlobaloptoutLinks ul li:last-child {
  border-right: 1px solid white;
}
.footer .GlobaloptoutLinks ul li:nth-child(4) {
  display: none;
}
.footer .GlobaloptoutLinks ul.limit li {
  padding-left: 0;
  border: none;
}
.footer .GlobaloptoutLinks ul.limit li:first-child {
  display: none;
}
.footer .copyright p {
  margin-bottom: 5px;
  color: white;
  font-size: 14px;
}
.footer .copyright p:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .footer .foot-right {
    margin: 0;
  }
}
@media screen and (max-width: 991px) {
  .footer .footer-logo img {
    width: 144px;
    height: 91px;
  }
  .footer ul li {
    padding: 0 20px;
  }
  .footer .GlobaloptoutLinks {
    padding: 37px 0 30px 0;
  }
  .footer .GlobaloptoutLinks ul li:last-child {
    display: none;
  }
  .footer .GlobaloptoutLinks ul.limit {
    padding-top: 10px;
  }
  .footer .GlobaloptoutLinks ul.limit li:first-child {
    display: block;
    border-right: 1px solid white;
  }
  .footer .GlobaloptoutLinks ul.limit li:last-child {
    padding-left: 20px;
    border: none;
    display: block;
  }
  .footer .foot-right {
    margin: 0;
  }
    .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body.phase-4-new {
      
        margin-top: 10px;
       
    }
    .separator {
      
        margin: 56px 0px;
    }
    .banner-1mm-desk.after-isi {
        bottom: 20px;
        -webkit-transition: all 0.8s;
        transition: all 0.8s;
    }
    
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .footer .foot-right {
    margin: 0;
  }
  .footer .copyright .GlobaloptoutLinks ul li:nth-child(2) {
    padding-right: 50px;
  }
  .footer .copyright .GlobaloptoutLinks ul li:nth-child(3) {
    display: none;
  }
  .footer .copyright .GlobaloptoutLinks ul.limit li:last-child {
    padding-left: 20px;
    padding-right: 20px;
    border: none;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 45px 15px 70px 15px;
  }
  .footer ul {
    padding-top: 30px;
    padding-bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer ul li {
    margin-right: 0px;
    margin-bottom: 15px;
    padding-left: 0;
    padding-bottom: 15px;
    border-right: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  }
  .footer .copyright .GlobaloptoutLinks ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    display: inline-block;
  }
  .footer .copyright .GlobaloptoutLinks ul li {
    display: inline;
    border-right: 1px solid white;
    border-bottom: none;
    line-height: 35px;
    padding-bottom: 0;
  }
  .footer .copyright .GlobaloptoutLinks ul li:last-child {
    padding-left: 0;
    border-right: none;
    display: block;
  }
  .footer .copyright .GlobaloptoutLinks ul.limit {
    display: none;
  }
}
@media screen and (min-width: 414px) and (max-width: 767px) {
  .footer .copyright .GlobaloptoutLinks ul li:last-child {
    display: block;
  }
}
@media screen and (min-width: 399px) and (max-width: 414px) {
  .footer .copyright .GlobaloptoutLinks ul li:last-child {
    white-space: nowrap;
    border-right: none;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 361px) {
  .footer .copyright .GlobaloptoutLinks ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
  .footer .copyright .GlobaloptoutLinks ul li:last-child {
    display: block;
  }
  .footer .copyright .GlobaloptoutLinks ul li:first-child {
    padding-left: 0;
  }
}
body {
  background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
}

#backdrop {
  display: none;
}

#menubackdropshadow {
  display: none;
  z-index: 0;
}

#menubackdrop {
  display: none;
  z-index: 0;
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.modal-backdrop {
  z-index: 9999997;
}

.modal {
  z-index: 9999999;
}

.noscroll {
  overflow: hidden !important;
}

.nowrap {
  white-space: nowrap;
  color: inherit;
}

sup, strong {
  color: inherit;
}

*.cmpboxBG {
  background-color: transparent !important;
  opacity: unset !important;
  -webkit-backdrop-filter: unset !important;
          backdrop-filter: unset !important;
}

.modal-bl-bggrnd.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
}

.btn {
  font-size: 19px;
  font-weight: 700;
  line-height: 28px;
  color: #FFFFFF;
  background-color: #F8636C;
  border-radius: 30px;
  padding: 13px 42px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.btn:hover {
  color: white;
  background-color: #400286;
}

.EPiServerForms .ValidationRequired .Form__Element__Caption:after {
  content: "" !important;
}

.interstitial-modal {
  text-align: center;
}
.interstitial-modal .modal {
  padding-left: 0;
  padding-right: 0;
  z-index: 8000001;
}
.interstitial-modal .modal-dialog {
  max-width: 100%;
  margin: 0;
}
.interstitial-modal .modal-content {
  max-height: 100vh;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-backdrop-filter: blur(20px);
          backdrop-filter: blur(20px);
}
.interstitial-modal .modal-body {
  height: 100vh;
  display: -ms-grid;
  display: grid;
  place-items: center;
}
.interstitial-modal .modal-body h2 {
  color: #400286;
  font-size: 40px;
  line-height: 48px;
  font-weight: bold;
}
.interstitial-modal .modal-body h2 span {
  display: block;
}
.interstitial-modal .modal-body .btn-confirm {
  margin-top: 35px;
  margin-bottom: 34px;
}
.interstitial-modal .modal-body .btn-confirm a {
  color: #fff;
  text-decoration: none;
  background: #F8636C;
  border-radius: 25px;
  padding: 12px 40px;
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  max-width: 180px;
}
.interstitial-modal .modal-body .btn-confirm a:hover {
  color: white;
  background-color: #400286;
}
.interstitial-modal .modal-body .btn-cancel {
  font-size: 19px;
  line-height: 28px;
  display: block;
  color: #2f2f2f;
  margin-bottom: 30px;
  text-decoration: underline;
}

.external-modal .modal {
  z-index: 9999999;
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.external-modal .modal-dialog {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.external-modal .modal-content {
  min-width: 784px;
  min-height: 487px;
  border-radius: 10px;
}
.external-modal .modal-body {
  text-align: center;
}
.external-modal .modal-body img {
  position: absolute;
  top: 16px;
  right: 16px;
}
.external-modal .modal-body h2 {
  color: #400286;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 22px;
  margin-top: 60px;
}
.external-modal .modal-body p {
  font-size: 19px;
  line-height: 29px;
}
.external-modal .modal-body .p-now-leave {
  margin: 0 55px 10px;
}
.external-modal .modal-body .p-bauch-lomp {
  margin: 0px 40px 10px;
}
.external-modal .modal-body .buttons {
  margin-top: 43px;
  margin-bottom: 40px;
}
.external-modal .modal-body .buttons .btn-confirm {
  color: #fff;
  text-decoration: none;
  background: #F8636C;
  border-radius: 25px;
  padding: 12px 40px;
  font-size: 19px;
  line-height: 19px;
  font-weight: bold;
  max-width: 180px;
}
.external-modal .modal-body .buttons .btn-confirm:hover {
  color: white;
  background-color: #400286;
}
.external-modal .modal-body .btn-cancel {
  font-size: 19px;
  line-height: 28px;
  display: block;
  margin-bottom: 15px;
  text-decoration: underline;
}

.isi-section {
  padding: 30px 15px;
}
.isi-section h3 {
  color: #400286;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
}
.isi-section h3.isi-head {
  margin-top: 15px;
  margin-bottom: 5px;
}
.isi-section p {
  font-size: 19px;
}
.isi-section p .sup-reg {
  font-size: 22px;
  top: -3px;
}
.isi-section p.isi-link {
  font-weight: 700;
  margin-top: 10px;
}
.isi-section a {
  cursor: pointer;
  color: #007BC1;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
.isi-section a strong {
  color: #007BC1;
}
.isi-section a strong:hover {
  color: #400286;
}
.isi-section a:hover {
  color: #400286;
}
.isi-section ul {
  margin-bottom: 10px;
  position: relative;
}
.isi-section ul li {
  font-size: 19px;
  line-height: 26px;
  padding-left: 15px;
  padding-bottom: 5px;
}
.isi-section ul li::before {
  content: "•";
  color: #00a9eb;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 15px;
  font-size: 20px;
}

p.ref {
  font-size: 13px;
  line-height: 16px;
  margin-top: 40px;
  margin-bottom: 88px;
}

section.fixed-isi {
  position: fixed;
  background: #fff;
  width: 100%;
  padding: 8px 0 20px 0;
  bottom: -1px;
  left: 0px;
  -webkit-box-shadow: 0px 0 10px #707070;
          box-shadow: 0px 0 10px #707070;
  height: 150px;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 2;
  z-index: 8000000;
  display: none;
}
section.fixed-isi.show {
  display: block;
}
section.fixed-isi.hide {
  display: none !important;
}
section.fixed-isi.isi-open1 {
  height: 75px;
  -webkit-transition: all 1s;
  transition: all 1s;
}
section.fixed-isi.isi-open {
  height: 490px;
  z-index: 8000000;
}
section.fixed-isi .isi-content-wrapper .isi-content {
  cursor: pointer;
}
section.fixed-isi .isi-content-wrapper .isi-content .border-right {
  border-right-width: 1px;
  border-right-style: solid;
  border-image-source: linear-gradient(to bottom, #f5f5f5, #c9c9c9 50%, #f5f5f5);
  border-image-slice: 1;
}
section.fixed-isi .isi-content-wrapper .isi-content h2 {
  color: #400286;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
}
section.fixed-isi .isi-content-wrapper .isi-content h2.collapsed-tray {
  line-height: 26px;
  font-size: 19px;
  display: none;
  margin-top: 12px;
  margin-bottom: 20px;
}
section.fixed-isi .isi-content-wrapper .isi-content ul {
  list-style: none;
  padding-left: 0px;
}
section.fixed-isi .isi-content-wrapper .isi-content ul li {
  font-size: 19px;
  padding: 5px 0;
  line-height: 27px;
  padding-left: 17px;
}
section.fixed-isi .isi-content-wrapper .isi-content ul li:first-child {
  padding-top: 0;
}
section.fixed-isi .isi-content-wrapper .isi-content ul li:before {
  content: "•";
  color: #00a9eb;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
section.fixed-isi .isi-content-wrapper .isi-content p {
  font-size: 19px;
  line-height: 26px;
}
section.fixed-isi .isi-content-wrapper .isi-content p.ref {
  margin-top: 15px;
  font-size: 14px;
}
section.fixed-isi .isi-content-wrapper .isi-content p.ref span {
  font-weight: 700;
}
section.fixed-isi .isi-content-wrapper .isi-content p.ref span.nowrap {
  font-weight: 400;
}
section.fixed-isi .isi-content-wrapper .isi-content p a {
  color: #007BC1;
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
section.fixed-isi .isi-content-wrapper .isi-content p a:hover {
  color: #400286;
  position: relative;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
section.fixed-isi .isi-content-wrapper .isi-content p.indication-top {
  margin-bottom: 9px;
  padding-right: 45px;
}
section.fixed-isi .isi-content-wrapper .isi-content p.indication-top sup {
  font-size: 22px;
  top: -3px;
}
section.fixed-isi .isi-content-wrapper .isi-content p.additional-info {
  margin-top: 10px;
  margin-bottom: 25px;
  font-weight: 700;
}
section.fixed-isi .isi-content-wrapper .isi-content p.additional-info a {
  color: #007BC1;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  text-decoration: underline;
  text-underline-offset: 2px;
  text-decoration-thickness: 2px;
}
section.fixed-isi .isi-content-wrapper .isi-content p.additional-info a:hover {
  color: #400286;
  position: relative;
}
section.fixed-isi .isi-content-wrapper .col-right p {
  padding-right: 90px;
}
section.fixed-isi .isi-header-wrapper {
  position: relative;
}
section.fixed-isi .isi-header-wrapper .isi-header {
  display: block;
  background-color: transparent;
  font-size: 18px;
  line-height: 36px;
  color: #400286;
  font-weight: 900;
  padding: 0.3rem 0 0.4rem;
  position: absolute;
  top: -10px;
  right: 0%;
}
section.fixed-isi .isi-header-wrapper .isi-header .expand, section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon {
  cursor: pointer;
}
section.fixed-isi .isi-header-wrapper .isi-header .expand {
  display: inline-block;
  margin-top: 15px;
}
section.fixed-isi .isi-header-wrapper .isi-header .expand:hover img.normal-st {
  display: none;
}
section.fixed-isi .isi-header-wrapper .isi-header .expand:hover img.hover-st {
  display: block;
}
section.fixed-isi .isi-header-wrapper .isi-header .expand img.normal-st {
  display: block;
}
section.fixed-isi .isi-header-wrapper .isi-header .expand img.hover-st {
  display: none;
}
section.fixed-isi .isi-header-wrapper .isi-header .expand img.fixed-isi-arrow {
  padding: 0px;
  background-color: #F8636C;
  border-radius: 50%;
  height: 36px;
  width: 36px;
  margin-left: 8px;
  cursor: pointer;
  position: relative;
}
section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon {
  display: none;
}
section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon:hover img.normal-st {
  display: none;
}
section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon:hover img.hover-st {
  display: block;
  margin-top: 15px;
  width: 36px;
}
section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon img.normal-st {
  display: block;
  margin-top: 15px;
  width: 36px;
}
section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon img.hover-st {
  display: none;
}

.siteMap {
  padding-top: 108px;
  color: #007BC1;
}
.siteMap h3 {
  font-size: 52px;
  font-weight: bold;
  padding-bottom: 41px;
  color: #007BC1;
  padding-top: 28px;
}
.siteMap li {
  list-style: none;
  padding-bottom: 45px;
}
.siteMap a {
  color: #007BC1;
  font-size: 35px;
  font-weight: bold;
}
.siteMap a:hover {
  color: #400286;
}

.bubble-link {
  text-align: center;
  position: relative;
  margin-top: 40px;
}
.bubble-link .content {
  position: absolute;
  top: 47%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.bubble-link .content p {
  font-size: 22px;
  line-height: 28px;
  padding-bottom: 8px;
  font-weight: 700;
  color: #400286;
}
.bubble-link .content h3 {
  color: #400286;
  font-size: 38px;
  font-weight: 400;
  line-height: 44px;
}
.bubble-link a {
  position: absolute;
  top: 66%;
  left: 54%;
  cursor: pointer;
  height: 84px;
  width: 84px;
  background-color: #F8636C;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.bubble-link a:hover {
  background-color: #400286;
}
.bubble-link a img {
  width: 33px;
  height: 42px;
  margin-top: 20px;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.pageNotFound {
  position: relative;
  margin-top: 108px;
}
.pageNotFound .errorsection {
  margin-top: 28px;
  margin-bottom: 95px;
}
.pageNotFound .errorsection h3 {
  font-size: 52px;
  font-weight: bold;
  color: #007BC1;
}
.pageNotFound .errorsection p {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #400286;
  padding-top: 50px;
}
.pageNotFound .errorsection span {
  display: block;
}
.pageNotFound .errorsection .btn {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background: #F8636C;
  border: 1px solid;
  border-radius: 35px;
  padding: 10px 20px;
  margin-top: 70px;
}
.pageNotFound .errorsection .btn:hover {
  background-color: #400286;
}

.no-wrap {
  color: inherit;
  white-space: nowrap;
  line-height: inherit;
}

@media screen and (max-width: 991px) {
  .pageNotFound .errorsection {
    margin-top: 81px;
    margin-bottom: 32px;
  }
  .pageNotFound .errorsection h3 {
    font-size: 29px;
    line-height: 38px;
    font-weight: bold;
  }
  .pageNotFound .errorsection p {
    font-size: 24px;
    font-weight: bold;
    line-height: 34px;
    padding-top: 47px;
  }
  .pageNotFound .errorsection .btn {
    margin-top: 62px;
  }
  .isi-section h3 {
    font-size: 18px;
    line-height: 24px;
  }
  .isi-section h3.isi-head {
    margin-top: 28px;
  }
  .isi-section p {
    font-size: 18px;
  }
  .isi-section ul li {
    font-size: 18px;
    line-height: 24px;
  }
  section.fixed-isi.isi-open {
    height: 553px;
  }
  .siteMap {
    padding-top: 104px;
  }
  .siteMap h3 {
    font-size: 29px;
    font-weight: bold;
    padding-bottom: 44px;
    padding-top: 33px;
    color: #007BC1;
  }
  .siteMap a {
    Line-height: 51px;
    font-size: 22px;
  }
  .siteMap ul li {
    Padding-bottom: 20px;
  }
  .external-modal .modal-content {
    min-width: 558px;
  }
  .external-modal .modal-body img {
    width: 36px;
    height: 36px;
  }
  .external-modal .modal-body h2 {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 16px;
  }
  .external-modal .modal-body p {
    font-size: 18px;
    line-height: 24px;
  }
  .external-modal .modal-body .p-bauch-lomp {
    margin-bottom: 48px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .external-modal .modal-body .p-now-leave {
    margin-left: 15px;
    margin-right: 15px;
  }
  .bubble-link {
    text-align: center;
    position: relative;
    margin-top: 40px;
  }
  .bubble-link img {
    width: 325px;
    height: 325px;
  }
  .bubble-link .content p {
    font-size: 18px;
    line-height: 23px;
  }
  .bubble-link .content h3 {
    font-size: 32px;
    line-height: 37px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  section.fixed-isi {
    height: 182px;
  }
}
@media screen and (max-width: 767px) {
  body {
    background: transparent linear-gradient(194deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  }
  sup {
    font-size: 55%;
  }
    section.fixed-isi {
        padding: 21px 15px 20px 15px;
        height: 160px;
    }
  section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon img.normal-st {
    width: 36px;
    margin-top: 0px;
  }
  section.fixed-isi .isi-header-wrapper .isi-header .collapse-icon:hover img.hover-st {
    margin-top: 0px;
    width: 36px;
  }
  section.fixed-isi.isi-open {
    height: auto;
    z-index: 9999;
    overflow: auto;
  }
  section.fixed-isi .isi-header-wrapper .isi-header .expand {
    margin-top: -3px;
  }
  section.fixed-isi .isi-header-wrapper .isi-header img.fixed-isi-arrow {
    top: 0;
  }
    section.fixed-isi .isi-content-wrapper .isi-content h2 {
        font-size: 11px;
        line-height: 14px;
    }
    section.fixed-isi .isi-content-wrapper .isi-content p.indication-top sup {
        font-size: 11px;
        
    }
  section.fixed-isi .isi-content-wrapper .isi-content h2.collapsed-tray {
    margin-top: 0;
  }
    section.fixed-isi .isi-content-wrapper .isi-content ul li {
        font-size: 11px;
        line-height: 14px;
    }
      
    section.fixed-isi .isi-content-wrapper .isi-content p {
        font-size: 11px;
        line-height: 15px;
    }


        section.fixed-isi .isi-content-wrapper .isi-content p a {
            font-size: 11px;
            line-height: 12px;
        }
        section.fixed-isi .isi-content-wrapper .isi-content p.additional-info a{
            font-size:11px;
        }
        .bubble-link {
            text-align: center;
            position: relative;
            margin: 40px 0;
        }
  .bubble-link a {
    height: 73px;
    width: 73px;
  }
  .bubble-link a img {
    width: 28px;
    height: 36px;
  }
            .bubble-link img {
                width: 296px;
                height: 296px;
            }
  .bubble-link .content p {
    font-size: 18px;
    line-height: 23px;
  }
  .bubble-link .content h3 {
    font-size: 32px;
    line-height: 37px;
  }
  p.ref {
    margin-top: 50px;
    margin-bottom: 130px;
    padding: 0 15px;
  }
  p.ref strong {
    line-height: 16px;
  }
  p.ref em {
    line-height: inherit;
  }
  .interstitial-modal .modal-body h2 {
    font-size: 26px;
    line-height: 33px;
  }
  .external-modal .modal-content {
    min-width: 350px;
  }
  .external-modal .modal-body img {
    width: 36px;
    height: 36px;
  }
  .external-modal .modal-body h2 {
    font-size: 22px;
    line-height: 29px;
    font-weight: bold;
    margin-bottom: 16px;
    padding: 0 10px;
  }
  .external-modal .modal-body p {
    font-size: 18px;
    line-height: 24px;
  }
  .external-modal .modal-body .p-bauch-lomp {
    margin-bottom: 48px;
    margin-left: 7px;
    margin-right: 7px;
  }
  .external-modal .modal-body .p-now-leave {
    margin-left: 15px;
    margin-right: 15px;
  }
  .pageNotFound .errorsection {
    margin-bottom: 32px;
    margin-top: 43px;
  }
  .siteMap {
    padding-top: 158px;
  }
  .pageNotFound {
    margin-top: 0;
    padding-top: 158px;
  }
}
@media screen and (max-width: 390px) {
  section.fixed-isi {
    height: 168px;
  }
  section.fixed-isi .isi-content-wrapper .isi-content p.indication-top {
    padding-right: 11px;
    margin-bottom: 11px;
  }
}
@media screen and (max-width: 360px) {
  sup {
    font-size: 55%;
  }
  section.fixed-isi {
    height: 191px;
  }
  section.fixed-isi .isi-content-wrapper .isi-content p.indication-top {
    padding-right: 33px;
  }
}
.home-miebo-in-act-bubble {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.home-miebo-in-act-bubble .bubble-left {
  width: 362px;
  height: 236px;
  position: absolute;
  background: url(/siteassets/img/img-724x472-home-miebo-act-left-bubble.png) no-repeat;
  background-size: contain;
  left: -134px;
  top: 426px;
  z-index: 0;
}

.home-form-bubble {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: auto;
}
.home-form-bubble .bubble-right {
  width: 207px;
  height: 127px;
  background: url(/siteassets/img/img-206x127-form-droplet-right.webp) no-repeat;
  background-size: contain;
  position: absolute;
  right: 28px;
  top: 100px;
  z-index: 0;
}
.home-form-bubble .bubble-left {
  width: 155px;
  height: 186px;
  position: absolute;
  background: url(/siteassets/img/img-155x186-form-droplet-left.webp) no-repeat;
  background-size: contain;
  left: 33px;
  top: 430px;
  z-index: 0;
}

.ded-bubble {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: auto;
}
.ded-bubble .bubble-right {
  width: 210px;
  height: 198px;
  background: url(/siteassets/img/img-210x198-ded-doplet-top.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: -90px;
  z-index: 1;
}
.ded-bubble .bubble-left {
  width: 291px;
  height: 198px;
  position: absolute;
  background: url(/siteassets/img/img-291x198-ded-bubble-left.png) no-repeat;
  background-size: contain;
  left: -123px;
  top: 196px;
  z-index: 1;
}

.miebo-diff-bubble {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.miebo-diff-bubble .bubble-left {
  width: 330px;
  height: 412px;
  position: absolute;
  background: url(/siteassets/img/img-345x412-miebo-diff-bubble-left.png) no-repeat;
  background-size: contain;
  left: -148px;
  top: 255px;
  z-index: 1;
}

.miebo-diff-long-lasting-bubble {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.miebo-diff-long-lasting-bubble .bubble-right {
  width: 290px;
  height: 425px;
  position: absolute;
  background: url(/siteassets/img/img-433x425-miebo-diff-bubble-right.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 190px;
  z-index: 0;
}

.miebo-diff-quick-even-bubble {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.miebo-diff-quick-even-bubble .bubble-left {
  width: 237px;
  height: 636px;
  position: absolute;
  background: url(/siteassets/img/img-37x136-miebo-diff-bubble-thirdt.png) no-repeat;
  background-size: contain;
  z-index: 1;
  left: 10px;
  top: 75px;
}

.miebo-how-miebo-works-bubble {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.miebo-how-miebo-works-bubble .bubble-right {
  width: 171px;
  height: 224px;
  position: absolute;
  background: url(/siteassets/img/img-171x224miebo-diff-bubble-fourth-right.png) no-repeat;
  background-size: contain;
  right: 15px;
  top: 2104px;
  z-index: 0;
}
.miebo-how-miebo-works-bubble .bubble-left {
  width: 160px;
  height: 158px;
  position: absolute;
  background: url(/siteassets/img/img-160x157miebo-diff-bubble-fifth-left.png) no-repeat;
  background-size: contain;
  z-index: 0;
  left: -40px;
  top: 2847px;
}
.miebo-how-miebo-works-bubble .bubble-left-two {
  width: 187px;
  height: 131px;
  position: absolute;
  background: url(/siteassets/img/img-187x131miebo-diff-bubble-sixth-left.png) no-repeat;
  background-size: contain;
  z-index: 0;
  left: -15px;
  top: 3698px;
}
.miebo-how-miebo-works-bubble .bubble-right-two {
  width: 181px;
  height: 209px;
  position: absolute;
  background: url(/siteassets/img/img-214x209-miebo-diff-bubble-seventh-left.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 3796px;
  z-index: 1;
}

.efficacy-bubble {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.efficacy-bubble .bubble-right {
  width: 242px;
  height: 219px;
  position: absolute;
  background: url(/siteassets/img/img-346x209-efficacy-bubble-right.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 141px;
  z-index: 1;
}
.efficacy-bubble .bubble-left {
  width: 197px;
  height: 339px;
  position: absolute;
  background: url(/siteassets/img/img-197x339-efficacy-bubble-left.png) no-repeat;
  background-size: contain;
  z-index: 1;
  left: -26px;
  top: 1558px;
}
.efficacy-bubble .bubble-right-two {
  width: 202px;
  height: 417px;
  position: absolute;
  background: url(/siteassets/img/img-260x417-efficacy-bubble-right-two.png) no-repeat;
  background-size: contain;
  right: 0;
  top: 1792px;
  z-index: 1;
}

.efficacy-card-bubble {
  display: none;
}

.safety-bubble {
  position: relative;
  max-width: 100%;
  width: 100%;
  margin: auto;
}
.safety-bubble .bubble-right {
  width: 193px;
  height: 225px;
  background: url(/siteassets/img/img-229x225-safety-bubble-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 0px;
  top: 300px;
  z-index: 1;
}
.safety-bubble .bubble-right-mob {
  display: none;
}
.safety-bubble .bubble-left {
  width: 481px;
  height: 295px;
  position: absolute;
  background: url(/siteassets/img/img-481x295-safety-bubble-left.png) no-repeat;
  background-size: contain;
  left: -201px;
  top: 1228px;
  z-index: 1;
}

.miebo-exp-bubble {
  position: relative;
  max-width: 1920px;
  width: 100%;
  margin: auto;
}
.miebo-exp-bubble .bubble-left {
  width: 345px;
  height: 412px;
  position: absolute;
  background: url(/siteassets/img/img-345x412-miebo-exp-bubble-left.png) no-repeat;
  background-size: contain;
  left: -167px;
  top: 160px;
  z-index: 1;
}
.bubble-patient-tips{
    position:relative;
}
    .bubble-patient-tips .bubble-right {
        width: 128px;
        height: 123px;
        background: url(/siteassets/img/img-128x123-miebo-exp-bubble-right.png) no-repeat;
        background-size: contain;
        position: absolute;
        right: 80px;
        top: 709px;
        z-index: 1;
    }
.miebo-product-bubbles {
    position: relative;
}
    .miebo-product-bubbles .bubble-left {
        width: 166px;
        height: 285px;
        position: absolute;
        background: url(/siteassets/img/img-332x570-droplet-miebo-exp-left.png) no-repeat;
        background-size: contain;
        left: -80px;
        top: 200px;
        z-index: 1;
    }
.what-to-expect-bubbles {
    position: absolute;
    right: 0;
}

    .what-to-expect-bubbles .bubble-right {
        width: 167px;
        height: 267px;
        background: url(/siteassets/img/img-334x534-droplet-miebo-ecp-right.png) no-repeat;
        background-size: contain;
        position: absolute;
        /* right: -13%; */
        top: 1803px;
        z-index: 1;
        left: -75px;
    }
.wrap-what-to-expect {
    background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
    border-radius: 15px;
    padding-bottom: 76px;
    margin-top: 40px;
}
.saving-sup-bubble {
    position: relative;
    max-width: 1366px;
    width: 100%;
    margin: auto;
}
.saving-sup-bubble .bubble-right {
  width: 133px;
  height: 125px;
  background: url(/siteassets/img/img-133x125-saving-sup-bubble-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0px;
  top: 96px;
  z-index: 1;
}
.saving-sup-bubble .bubble-left {
  width: 366px;
  height: 225px;
  position: absolute;
  background: url(/siteassets/img/img-366x225-saving-sup-bubble-left.png) no-repeat;
  background-size: contain;
  left: -201px;
  top: 2300px;
  z-index: 1;
}

.site-map-bubble {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: auto;
}
.site-map-bubble .bubble-right {
  width: 133px;
  height: 125px;
  background: url(/siteassets/img/img-133x125-saving-sup-bubble-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 160px;
  z-index: 1;
}

.page-not-bubble {
  position: relative;
  max-width: 1366px;
  width: 100%;
  margin: auto;
}
.page-not-bubble .bubble-right {
  width: 133px;
  height: 125px;
  background: url(/siteassets/img/img-133x125-saving-sup-bubble-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 40px;
  top: 84px;
  z-index: 1;
}

@media screen and (min-width: 991px) and (max-width: 1200px) {
  .pageNotFound .errorsection {
    margin-top: 60px;
  }
  .home-miebo-in-act-bubble .bubble-left {
    left: -113px;
    top: 220px;
  }
  .home-form-bubble .bubble-right {
    right: 12px;
    top: 57px;
  }
  .home-form-bubble .bubble-left {
    top: 437px;
  }
  .miebo-diff-bubble .bubble-left {
    width: 277px;
  }
  .miebo-how-miebo-works-bubble .bubble-right-two {
    display: none;
  }
  .miebo-exp-bubble .bubble-left {
    left: -166px;
  }
  .miebo-exp-bubble .bubble-right {
    top: 1100px;
    right: 0;
  }
  .saving-sup-bubble {
    position: relative;
    max-width: 1366px;
    width: 100%;
    margin: auto;
  }
  .saving-sup-bubble .bubble-left {
    width: 164px;
    height: 225px;
    left: -82px;
    top: 2434px;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .home-miebo-in-act-bubble .bubble-left {
    width: 202px;
    height: 170px;
    left: -47px;
    top: 261px;
  }
  .home-form-bubble .bubble-right {
    right: 12px;
    top: -21px;
  }
  .home-form-bubble .bubble-left {
    top: 700px;
  }
  .ded-bubble .bubble-right {
    width: 180px;
    height: 158px;
    right: 10px;
    top: -90px;
  }
  .ded-bubble .bubble-left {
    width: 195px;
    top: 122px;
    left: -50px;
    height: 105px;
  }
  .miebo-diff-bubble .bubble-left {
    width: 247px;
  }
  .miebo-diff-long-lasting-bubble {
    display: none;
  }
  .miebo-diff-quick-even-bubble .bubble-left {
    width: 144px;
    height: 101px;
    z-index: 0;
    left: 0px;
    top: 461px;
  }
  .miebo-how-miebo-works-bubble .bubble-right {
    display: none;
  }
  .miebo-how-miebo-works-bubble .bubble-left {
    display: none;
  }
  .miebo-how-miebo-works-bubble .bubble-left-two {
    display: none;
  }
  .miebo-how-miebo-works-bubble .bubble-right-two {
    right: 0;
    top: 3796px;
  }
  .efficacy-bubble .bubble-right {
    display: none;
  }
  .efficacy-bubble .bubble-left {
    display: none;
  }
  .efficacy-bubble .bubble-right-two {
    display: none;
  }
  .safety-bubble {
    position: relative;
    max-width: 1366px;
    width: 100%;
    margin: auto;
  }
  .safety-bubble .bubble-right {
    display: none;
  }
  .safety-bubble .bubble-right-mob {
    display: block;
    width: 56px;
    height: 55px;
    background: url(/siteassets/img/img-56x55-safety-bubble-right-mob.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 299px;
    z-index: 1;
  }
  .safety-bubble .bubble-left {
    display: none;
  }
  .miebo-exp-bubble .bubble-left {
    width: 165px;
    height: 382px;
    left: -80px;
  }
  .miebo-exp-bubble .bubble-right {
    top: 1250px;
  }
  .saving-sup-bubble .bubble-right {
    display: none;
  }
  .saving-sup-bubble .bubble-left {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .home-miebo-in-act-bubble {
    display: none;
  }
  .home-form-bubble .bubble-right {
    right: 12px;
    top: -38px;
    width: 106px;
    height: 65px;
  }
  .home-form-bubble .bubble-left {
    top: 1106px;
    width: 70px;
    height: 95px;
    z-index: -1;
  }
  .ded-bubble .bubble-right {
    width: 88px;
    height: 83px;
    right: 5px;
    top: -45px;
  }
  .ded-bubble .bubble-left {
    width: 195px;
    top: 122px;
    left: -50px;
    height: 83px;
  }
  .miebo-diff-bubble {
    display: none;
  }
  .miebo-diff-long-lasting-bubble {
    display: none;
  }
  .miebo-diff-quick-even-bubble .bubble-left {
    width: 144px;
    height: 101px;
    z-index: 0;
    left: 0px;
    top: 693px;
  }
  .miebo-how-miebo-works-bubble .bubble-right {
    display: none;
  }
  .miebo-how-miebo-works-bubble .bubble-left {
    display: none;
  }
  .miebo-how-miebo-works-bubble .bubble-left-two {
    width: 144px;
    height: 101px;
    right: -15px;
    top: 3765px;
  }
  .miebo-how-miebo-works-bubble .bubble-right-two {
    display: none;
  }
  .efficacy-bubble .bubble-right {
    display: none;
  }
  .efficacy-bubble .bubble-left {
    display: none;
  }
  .efficacy-bubble .bubble-right-two {
    display: none;
  }
  .efficacy-card-bubble {
    display: block;
    position: relative;
    max-width: 1366px;
    width: 100%;
    margin: auto;
  }
  .efficacy-card-bubble .bubble-left {
    width: 114px;
    height: 80px;
    position: absolute;
    background: url(/siteassets/img/img-114x880-efficacy-card-bubble-left.png) no-repeat;
    background-size: contain;
    z-index: 1;
    left: -12px;
    top: 730px;
  }
  .efficacy-card-bubble .bubble-right {
    width: 107px;
    height: 105px;
    position: absolute;
    background: url(/siteassets/img/img-107x107-efficacy-card-bubble-right.png) no-repeat;
    background-size: contain;
    right: 0;
    top: 764px;
    z-index: 1;
  }
  .efficacy-card-bubble.mob-bubble1 .bubble-left {
    top: 1430px;
  }
  .efficacy-card-bubble.mob-bubble1 .bubble-right {
    top: 1464px;
  }
  .efficacy-card-bubble.mob-bubble .bubble-left {
    top: 1430px;
  }
  .efficacy-card-bubble.mob-bubble .bubble-right {
    top: 1464px;
  }
  .efficacy-card-bubble.mob-bubble.mob-bubble1 .bubble-left {
    top: 2130px;
  }
  .efficacy-card-bubble.mob-bubble.mob-bubble1 .bubble-right {
    top: 2164px;
  }
  .safety-bubble .bubble-right {
    display: none;
  }
  .safety-bubble .bubble-right-mob {
    display: block;
    width: 56px;
    height: 55px;
    background: url(/siteassets/img/img-56x55-safety-bubble-right-mob.png) no-repeat;
    background-size: contain;
    position: absolute;
    right: 0px;
    top: 459px;
    z-index: 1;
  }
  .safety-bubble .bubble-left {
    display: none;
  }
  .miebo-exp-bubble .bubble-left {
    width: 91px;
    height: 109px;
    left: -40px;
    top: 323px;
  }
  .miebo-exp-bubble .bubble-right {
    display: none;
    width: 65px;
    height: 62px;
    right: 40px;
    top: 1740px;
  }
  .saving-sup-bubble .bubble-right {
    display: none;
  }
  .saving-sup-bubble .bubble-left {
    display: none;
  }
  .site-map-bubble {
    display: none;
  }
  .page-not-bubble .bubble-right {
    display: none;
  }
}
.EPiServerForms .ValidationFail input {
  border-color: inherit !important;
}

.EPiServerForms .ValidationFail select {
  border: 0 !important;
}

.EPiServerForms select {
  border: 0px !important;
}

section.Form__Element {
  margin-bottom: 0 !important;
}

.form {
  padding-top: 50px;
  position: relative;
}
.form .Form__Status {
  display: none;
}
.form .Form__Success__Message {
  background-color: transparent !important;
  padding: 1rem 0;
}
.form .bubble-left {
  width: 155px;
  height: 186px;
  position: absolute;
  background: url(/siteassets/img/img-155x186-form-droplet-left.svg) no-repeat;
  left: -80px;
  bottom: 199px;
  z-index: 1;
}
.form .bubble-right {
  width: 207px;
  height: 127px;
  background: url(/siteassets/img/img-206x127-form-droplet-right.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -65px;
  top: 127px;
  z-index: 1;
}
.form .signup h2 {
  text-align: center;
  font-size: 40px;
  line-height: 46px;
  font-weight: 700;
  margin: 20px 0;
  color: #400286;
}
.form .signup p {
  font-size: 18px;
  text-align: center;
  line-height: 28px;
  color: #2F2F2F;
}
.form .Thankyou-container {
  margin: 100px 0;
}
.form label {
  font-size: 19px;
  line-height: 28px;
  color: #3C3C3C;
  display: block;
  margin-bottom: 8px;
}
.form input {
  width: 100%;
  padding: 9px 15px;
  margin-bottom: 12px;
  border: 0.5px solid #5C5C5C;
}
.form .styledSelect {
  width: 100%;
  font-size: 16px;
  padding: 8px 15px;
  border: 0.5px solid #5C5C5C;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 42px;
  appearance: none;
}
.form .privacy-policy span {
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 30px;
  color: #2F2F2F;
  display: inline-block;
}
.form .privacy-policy p {
  font-size: 14px;
  line-height: 20px;
}
.form .privacy-policy a {
  font-size: 14px;
  line-height: 20px;
  position: relative;
  padding: 0;
  white-space: nowrap;
  text-decoration: underline;
}
.form .privacy-policy a:hover {
  color: #007BC1;
}
.form .dropdown .Form__Element {
  margin-bottom: 0;
}
.form .dropdown .select {
  max-height: 53px;
  position: relative;
}
.form .dropdown select {
  width: 100%;
  padding: 8px 15px;
  border: 0.5px solid #5C5C5C;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  background-repeat: no-repeat;
  background-position: 97%;
}
.form .dropdown .styledSelect {
  width: 100%;
  font-size: 16px;
  padding: 10px 15px;
  border: 0.5px solid #5C5C5C;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-height: 42px;
  appearance: none;
  position: relative;
  top: -42px;
  background: #fff;
  color: #757575;
}
.form .dropdown .styledSelect:after {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 19px;
  top: 13px;
  border-style: solid;
  border-color: #5C5C5C;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: border-width 150ms ease-in-out;
  transition: border-width 150ms ease-in-out;
}
.form .dropdown .options {
  display: none;
  position: absolute;
  top: -2px;
  right: 0;
  left: 0;
  z-index: 1;
  margin: 0 0;
  padding: 0 0;
  list-style: none;
  background-color: white;
}
.form .dropdown .options li {
  padding: 3px 15px;
  border: 0.5px solid #707070;
  color: #2F2F2F;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  font-weight: 400 !important;
  line-height: 36px;
}
.form .dropdown .options li:before {
  content: "";
  position: absolute;
  height: 10px;
  width: 10px;
  right: 19px;
  top: 18px;
  border-style: solid;
  border-color: #5C5C5C;
  border-width: 0px 2px 2px 0px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
  -webkit-transition: border-width 150ms ease-in-out;
  transition: border-width 150ms ease-in-out;
}
.form .dropdown .options li:hover {
  background-color: #DDF2FA;
}
.form .dropdown .options li:nth-child(1) {
  pointer-events: none;
  color: #A2A2A2;
}
.form .dropdown .options li:nth-child(1):hover {
  background-color: white !important;
}
.form .error-message {
  margin-top: 26px;
}
.form .submit-btn {
  text-align: center;
  margin-bottom: 0px;
  margin-top: 15px;
}
.form .submit-btn .btn {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #F8636C;
  border-radius: 30px;
  padding: 13px 42px;
  border-color: transparent;
  margin-bottom: 0;
}
.form .submit-btn .btn:hover {
  background-color: #400286;
}

@media screen and (min-width: 1400px) {
  .form .bubble-left {
    left: 0px;
    bottom: 190px;
  }
  .form .bubble-right {
    right: -10px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .form .bubble-right {
    right: -6px;
    top: 50px;
  }
}
@media screen and (max-width: 991px) {
  .form .bubble-left {
    width: 70px;
    left: -10px;
    bottom: 0;
    height: 95px;
    background-size: 100% 100%;
  }
  .form .bubble-right {
    right: 10px;
    width: 106px;
    height: 65px;
    top: 70px;
  }
    .wrap-what-to-expect {
        background: none;
        margin-top:0px;
    }
}
@media screen and (max-width: 767px) {
  .form {
    margin-bottom: 10px;
  }
  .form .container {
    padding: 0 5px;
  }
  .form .signup h2 {
    font-size: 36px;
  }
  .form .bubble-left {
    width: 70px;
    height: 95px;
    display: block;
    left: 10px;
    bottom: -50px;
    background-size: 100% 100%;
  }
  .form .bubble-right {
    width: 106px;
    height: 65px;
    display: block;
    right: 10px;
    top: -15px;
  }
  .form label {
    font-size: 18px;
    line-height: 26px;
  }
  .form .dropdown .options li {
    padding: 17px 15px 11px;
    line-height: 21px;
  }
  .form .dropdown .styledSelect {
    padding: 11px 15px 10px;
    max-height: 45px;
  }
  .form .privacy-policy p {
    font-size: 13px;
    line-height: 18px;
  }
  .form .privacy-policy span {
    font-size: 13px;
    line-height: 28px;
  }
  .form .Thankyou-container h1 {
    font-size: 36px;
  }
}
.banner {
  padding-top: 104px;
  overflow: hidden;
  position: relative;
  background: white;
}
.banner + .blur {
  margin-top: 20px;
}
.banner .background-video {
  pointer-events: none;
}
.banner-1mm-desk {
    position: fixed;
    right: 21px;
    display: flex;
    align-items: center;
    bottom: 170px;
    transition: 0.5s ease;
    z-index: 19;
}
    .banner-1mm-desk:hover {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        -webkit-transition: 0.5s ease;
        transition: 0.5s ease;
    }
    .banner-1mm-desk img.outer-image {
        -webkit-animation: rotation 18s infinite linear;
        animation: rotation 18s infinite linear;
       
    }
    .banner-1mm-desk img.inner-image {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
       
    }
    .banner-1mm-desk a {
        z-index: 1;
        position: relative;
        display: flex;
        pointer-events: visible;
    }
.banner .background-video .click-for-sound-btn {
  display: none !important;
}
.banner .background-video .w-bottom-bar-lower {
  display: none !important;
}
.banner .blur-banner .blurry {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
  content: "";
  -webkit-backdrop-filter: blur(10px);
          backdrop-filter: blur(10px);
  height: 65vw;
  position: absolute;
  top: -6vw;
  width: 35%;
  border-radius: 0 50% 50% 0;
  background-position: left top;
  left: 0;
  right: auto;
}
.banner .blur-banner .overlay {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.6);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  height: 65vw;
  padding: 20px 50px 20px 120px;
  padding: 20px 50px 20px 67px;
  position: absolute;
  top: -6vw;
  width: 35%;
  border-radius: 0 50% 50% 0;
  z-index: 1;
  left: 0;
  right: auto;
}
.banner .blur-banner .overlay .banner-content p {
  font-size: 26px;
  line-height: 33px;
  font-weight: 500;
  color: #400286;
}
    .banner .blur-banner .overlay .banner-content .banfoot-note {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        margin-top: 9px;
    }
.banner .blur-banner .overlay .banner-content p strong {
  line-height: inherit;
}
.banner .blur-banner .overlay .banner-content a.btn {
  margin-top: 30px;
}

.bubble-desc {
  padding: 70px 0 88px 0;
  text-align: center;
}
.bubble-desc span.smallsup {
  position: absolute;
  top: 1px;
  font-size: 65%;
}
.bubble-desc img {
  padding-bottom: 30px;
}
.bubble-desc p {
  font-size: 18px;
  line-height: 24px;
  color: white;
  padding: 0 10px 55px 10px;
}
.bubble-desc a.btn {
  padding: 10px 25px;
}
.bubble-desc a.btn:hover {
  opacity: 0.93;
  background-color: #F8636C;
}
.bubble-desc [class*=col-] {
  margin-bottom: 120px;
}
.bubble-desc [class*=col-]:last-child {
  margin-bottom: 0;
}

.guidelines {
  background-color: #5D2898;
  padding: 35px 0 36px 0;
}
.guidelines .content-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guidelines img.tick {
  width: 79px;
  margin-left: 60px;
  height: 83px;
}
.guidelines p {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  padding-left: 23px;
}
.guidelines .btn {
  padding: 11px 27px 10px 25px;
}

.meibo-in-act {
  margin-top: 75px;
}
.meibo-in-act .card-section .content {
  margin-top: 76px;
}
.meibo-in-act .card-section p {
  font-size: 14px;
  line-height: 20px;
}
.meibo-in-act .card-section p.exact-mech {
  text-indent: -10px;
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  margin-bottom: 24px;
}
.meibo-in-act .card-section p.study-design {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 20px;
  text-indent: -6px;
}
.meibo-in-act h2 {
  color: #400286;
  font-size: 40px;
  font-weight: bold;
  line-height: 28px;
  margin-bottom: 13px;
}
.meibo-in-act .card {
  min-height: 382px;
  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;
  border-radius: 15px;
  border: 0;
  margin: auto;
}
.meibo-in-act .card-1 {
  background: url(/siteassets/img/img-582x385-moa.webp);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 580px;
  background-size: 100% 100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.meibo-in-act .card-1 .card-body {
  position: absolute;
  right: 15%;
}
.meibo-in-act .card-1:hover .selct-call {
  background-color: #400286;
}
.meibo-in-act .card-1:hover {
  background-size: 120% 120%;
  position: relative;
}
.meibo-in-act .card-2 {
  background: url(/siteassets/img/img-581x385-saving.webp);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 580px;
  background-size: 100% 100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.meibo-in-act .card-2 .card-body {
  position: absolute;
  right: 15%;
}
.meibo-in-act .card-2:hover .selct-call {
  background-color: #400286;
}
.meibo-in-act .card-2:hover {
  background-size: 120% 120%;
  position: relative;
}
.meibo-in-act .card-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 238px;
  width: 238px;
  border-radius: 100%;
}
.meibo-in-act .card-body p {
  background: none;
  color: #400286;
  text-align: center;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
}
.meibo-in-act .card-body .selct-call {
  cursor: pointer;
  height: 47px;
  width: 47px;
  background-color: #F8636C;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.meibo-in-act .card-body .selct-call img {
  width: 18px;
  height: 23px;
  margin-top: 12px;
  margin-left: 15px;
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.meibo-in-act .card-body .selct-call:hover {
  background-color: #400286;
}

.bubble-secw {
  background-color: #400286;
  padding: 73px 0;
  height: 674px;
  -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;
}
.bubble-secw ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.bubble-secw ul li {
  list-style: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.bubble-secw ul li .img-content {
  position: relative;
}
.bubble-secw ul li .img-content span {
  cursor: pointer;
}
.bubble-secw ul li .img-content p {
  cursor: pointer;
}
.bubble-secw ul li .img-content p.head-cont {
  text-align: center;
  position: absolute;
  font-size: 28px;
  font-weight: 700;
  line-height: 35px;
  color: #400286;
  top: 118px;
  left: 0;
  margin: 0 18px;
  margin-top: 14px;
  translate: 0px 12px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.bubble-secw ul li .img-content.bubble-img-two p.head-cont {
  left: 4%;
}
.bubble-secw ul li .img-content.bubble-img-two.clicked p.head-cont {
  left: 4%;
}
.bubble-secw ul li .img-content p.head-cont sup span.smallsup {
  position: absolute;
  top: -1px;
  font-size: 75%;
}
.bubble-secw ul li .img-content p.description-cont {
  position: absolute;
  top: 144px;
  left: 135px;
  display: none;
  opacity: 0;
}
.bubble-secw ul li .img-content a.learn-more {
  opacity: 0;
  display: none;
}
.bubble-secw ul li .img-content.clickable img {
  width: 335px;
  height: 335px;
  margin: 0px;
  cursor: pointer;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.bubble-secw ul li .img-content.clickable img.icon-inside-bubble {
  position: absolute;
  width: 59px;
  height: 59px;
  top: 57px;
  left: 14px;
  margin: 0 18px;
  margin-top: 14px;
  translate: 106px 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  text-align: center;
}
.bubble-secw ul li .img-content.clicked img {
  width: 495px;
  height: 495px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.bubble-secw ul li .img-content.clicked img.icon-inside-bubble {
  left: 18%;
}
.bubble-secw ul li .img-content.clicked p.head-cont {
  text-align: center;
  position: absolute;
  font-size: 29px;
  font-weight: 700;
  line-height: 35px;
  color: #400286;
  top: 133px;
  left: 45px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  margin: 0 88px;
  translate: -25px 14px;
}
.bubble-secw ul li .img-content.clicked p.description-cont {
  display: block;
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: #2F2F2F;
  text-align: center;
  margin: 0 -32px;
  top: 25%;
  translate: -71px 107px;
}
.bubble-secw ul li .img-content.clicked a {
  text-align: center;
}
.bubble-secw ul li .img-content.clicked a.learn-more {
  font-size: 19px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
  background-color: #F8636C;
  border-radius: 30px;
  padding: 13px 18px;
  border-color: transparent;
  text-decoration: none;
  display: block;
  width: 181px;
  height: 50px;
  position: absolute;
  top: 67%;
  left: 31%;
  text-transform: uppercase;
}
.bubble-secw ul li .img-content.clicked a:hover {
  background-color: #400286;
  color: #fff;
}
.bubble-secw ul li .img-content.other img {
  width: 233px;
  height: 236px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
}
.bubble-secw ul li .img-content.other img.icon-inside-bubble {
  left: -10%;
  top: 31px;
  width: 39px;
  height: 48px;
}
.bubble-secw ul li .img-content.other p.head-cont {
  text-align: center;
  position: absolute;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #400286;
  top: 90px;
  left: 62px;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  margin: 0 0;
  translate: -26px 14px;
}
.bubble-secw ul li .img-content.other p.description-cont {
  opacity: 0;
}
.bubble-secw ul li .img-content.bubble-img-two.clickable img.icon-inside-bubble {
  width: 89px;
  height: 59px;
  left: 0px;
}
.bubble-secw ul li .img-content.bubble-img-two.clicked img {
  width: 490px;
  height: 490px;
}
.bubble-secw ul li .img-content.bubble-img-two.clicked img.icon-inside-bubble {
  position: absolute;
  width: 91px;
  height: 61px;
  top: 40px;
  left: 76px;
  margin: 0 18px;
  margin-top: 14px;
  translate: 106px 0;
  -webkit-transition: 1.5s;
  transition: 1.5s;
  text-align: center;
}
.bubble-secw ul li .img-content.bubble-img-two.clicked p.head-cont {
  top: 119px;
  margin: 0 0px;
  width: 100%;
}
.bubble-secw ul li .img-content.bubble-img-two.clicked p.description-cont {
  top: 22%;
  margin: 0 -32px;
}
.bubble-secw ul li .img-content.bubble-img-two.clicked a.learn-more {
  top: 85%;
  left: 33%;
}
.bubble-secw ul li .img-content.bubble-img-two.other img.icon-inside-bubble {
  width: 58px;
  height: 39px;
  left: -15%;
}
.bubble-secw ul li .img-content.bubble-img-two.other p.head-cont {
  top: 90px;
  margin: 0 -21px;
}
.bubble-secw ul li .img-content.bubble-img-three.clicked img {
  width: 490px;
  height: 495px;
}
.bubble-secw ul li .img-content.bubble-img-three.clicked img.icon-inside-bubble {
  width: 55px;
  height: 63px;
  left: 94px;
  top: 17px;
}
.bubble-secw ul li .img-content.bubble-img-three.clicked p.head-cont {
  top: 92px;
  margin: 0 54px;
}
.bubble-secw ul li .img-content.bubble-img-three.clicked p.description-cont {
  top: 82px;
  margin: 0 -42px;
}
.bubble-secw ul li .img-content.bubble-img-three a.learn-more {
  top: 69%;
  left: 31%;
}
.bubble-secw span.fa-sharp.fa-solid.fa-plus:hover {
  background: #7442AC;
}
.bubble-secw span.fa-plus {
  position: absolute;
  background: #F8636C;
  color: white;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  height: 60px;
  right: 13px;
  font-size: 60px;
  margin-left: 36px;
  margin-top: 24px;
}
.bubble-secw span.fa-plus:hover {
  background: #7442AC;
}
.bubble-secw span.fa-plus:before {
  content: "+";
  left: 10px;
  top: -14px;
  position: relative;
}
.bubble-secw span.fa-minus {
  position: absolute;
  background: #F8636C;
  color: white;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  height: 60px;
  right: 37px;
  font-size: 80px;
  margin-left: 36px;
  margin-top: 24px;
}
.bubble-secw span.fa-minus:before {
  content: "-";
  left: 9px;
  top: -29px;
  position: relative;
}
.bubble-secw .clicked span.fa-plus {
  position: absolute;
  background: #F8636C;
  color: white;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  height: 60px;
  right: 37px;
  font-size: 60px;
  margin-left: 36px;
  margin-top: 59px;
}
.bubble-secw .clicked span.fa-plus:before {
  content: "+";
  left: 10px;
  top: -14px;
  position: relative;
}
.bubble-secw .clicked span.fa-minus {
  position: absolute;
  background: #F8636C;
  color: white;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  height: 60px;
  right: 37px;
  font-size: 86px;
  margin-left: 36px;
  margin-top: 59px;
}
.bubble-secw .clicked span.fa-minus:hover {
  background: #7442AC;
}
.bubble-secw .clicked span.fa-minus:before {
  content: "-";
  left: 9px;
  top: -33px;
  position: relative;
}
.bubble-secw .other span.fa-plus {
  position: absolute;
  background: #F8636C;
  color: white;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  height: 60px;
  right: -16px;
  font-size: 60px;
  margin-left: 36px;
  margin-top: 30px;
}
.bubble-secw .other span.fa-plus:before {
  content: "+";
  left: 10px;
  top: -14px;
  position: relative;
}
.bubble-secw .other span.fa-minus {
  position: absolute;
  background: #F8636C;
  color: white;
  width: 60px;
  display: inline-block;
  border-radius: 60px;
  height: 60px;
  right: -16px;
  font-size: 115px;
  margin-left: 36px;
  margin-top: 30px;
}
.bubble-secw .other span.fa-minus:before {
  content: "-";
  left: 1px;
  top: -55px;
  position: relative;
}
sup.small-sup {
    font-size: 0.52em;
}

@media screen and (min-width: 1600px) {
  .banner .blur-banner .blurry {
    top: -9vw;
  }
  .banner .blur-banner .overlay {
    top: -9vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .bubble-secw {
    height: 483px;
  }
  .bubble-secw ul {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .bubble-secw ul li .img-content.clickable img {
    width: 215px;
    height: 214px;
  }
  .bubble-secw ul li .img-content.clickable img.icon-inside-bubble {
    position: absolute;
    width: 35px;
    height: 43px;
    top: 24px;
    left: -13%;
    margin: 0 18px;
    margin-top: 14px;
    translate: 106px 0;
    -webkit-transition: 2s;
    transition: 2s;
    text-align: center;
  }
  .bubble-secw ul li .img-content.clickable.clicked img {
    width: 385px;
    height: 389px;
  }
  .bubble-secw ul li .img-content.clickable.clicked img.icon-inside-bubble {
    width: 35px;
    height: 43px;
    top: 13px;
    left: 14%;
  }
  .bubble-secw ul li .img-content.clickable.clicked p.head-cont {
    font-size: 25px;
    line-height: 33px;
    top: 66px;
    left: 69px;
    margin: 0 20px;
  }
  .bubble-secw ul li .img-content.clickable.clicked p.description-cont {
    font-size: 16px;
    line-height: 22px;
    margin: 0 -38px;
    top: 53px;
  }
  .bubble-secw ul li .img-content.clickable.clicked a.learn-more {
    top: 63%;
    left: 27%;
  }
  .bubble-secw ul li .img-content.clickable.clicked span.fa-plus {
    width: 45px;
    display: inline-block;
    border-radius: 60px;
    height: 45px;
    right: 10px;
    margin-top: 61px;
    font-size: 40px;
  }
  .bubble-secw ul li .img-content.clickable.clicked span.fa-plus:before {
    left: 5px;
    top: -12px;
  }
  .bubble-secw ul li .img-content.clickable.clicked span.fa-minus {
    width: 45px;
    display: inline-block;
    border-radius: 60px;
    height: 45px;
    right: 10px;
    margin-top: 61px;
    font-size: 61px;
  }
  .bubble-secw ul li .img-content.clickable.clicked span.fa-minus:before {
    left: 7px;
    top: -21px;
  }
  .bubble-secw ul li .img-content.clickable.other img {
    width: 142px;
    height: 144px;
  }
  .bubble-secw ul li .img-content.clickable.other img.icon-inside-bubble {
    width: 28px;
    height: 35px;
    top: 13px;
    left: -48%;
  }
    .bubble-secw ul li .img-content.clickable.other p.head-cont {
        font-size: 16px;
        line-height: 22px;
        top: 50px;
        margin: 0 -37px;
        left: 59px;
    }
  .bubble-secw ul li .img-content.clickable.other span.fa-plus {
    width: 35px;
    display: inline-block;
    border-radius: 60px;
    height: 35px;
    right: 5px;
    margin-top: 17px;
    font-size: 40px;
  }
  .bubble-secw ul li .img-content.clickable.other span.fa-plus:before {
    left: 4px;
    top: -12px;
  }
  .bubble-secw ul li .img-content.clickable p.head-cont {
    font-size: 18px;
    line-height: 24px;
    top: 62px;
    left: 0;
    margin: 0 13px;
    margin-top: 14px;
  }
  .bubble-secw ul li .img-content.bubble-img-two.clickable img.icon-inside-bubble {
    width: 53px;
    height: 35px;
    top: 32px;
    left: -22%;
  }
  .bubble-secw ul li .img-content.bubble-img-two.clickable p.head-cont {
    margin: 0 -12px;
    top: 76px;
  }
    .bubble-secw ul li .img-content.bubble-img-two p.head-cont {
        left: 14%;
    }
  .bubble-secw ul li .img-content.bubble-img-two.clicked img {
    width: 385px;
    height: 389px;
  }
  .bubble-secw ul li .img-content.bubble-img-two.clicked img.icon-inside-bubble {
    width: 56px;
    height: 37px;
    left: 12%;
    top: 17px;
  }
    .bubble-secw ul li .img-content.bubble-img-two.clicked p.head-cont {
        top: 65px;
        left: 31px;
    }
  .bubble-secw ul li .img-content.bubble-img-two.clicked p.description-cont {
    margin: 0 -43px;
    top: 41px;
  }
  .bubble-secw ul li .img-content.bubble-img-two.clicked a.learn-more {
    top: 81%;
    left: 29%;
  }
  .bubble-secw ul li .img-content.bubble-img-two.clicked span.fa-minus {
    margin-top: 10%;
    right: 23px;
  }
  .bubble-secw ul li .img-content.bubble-img-two.other img {
    width: 142px;
    height: 144px;
  }
  .bubble-secw ul li .img-content.bubble-img-two.other img.icon-inside-bubble {
    width: 49px;
    height: 35px;
    top: 13px;
    left: -58%;
  }
    .bubble-secw ul li .img-content.bubble-img-two.other p.head-cont {
        font-size: 16px;
        line-height: 22px;
        top: 50px;
        margin: 0 -37px;
        left: 59px;
    }
  .bubble-secw ul li .img-content.bubble-img-three.clicked img {
    width: 385px;
    height: 389px;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked img.icon-inside-bubble {
    width: 35px;
    height: 43px;
    top: 13px;
    left: 14%;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked p.head-cont {
    font-size: 25px;
    line-height: 33px;
    top: 66px;
    left: 69px;
    margin: 0 19px;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked p.description-cont {
    font-size: 16px;
    line-height: 22px;
    margin: 0 -38px;
    top: 53px;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked a.learn-more {
    top: 80%;
    left: 27%;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked span.fa-plus {
    width: 45px;
    display: inline-block;
    border-radius: 60px;
    height: 45px;
    right: 10px;
    margin-top: 61px;
    font-size: 61px;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked span.fa-plus:before {
    left: 7px;
    top: -21px;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked span.fa-minus {
    width: 45px;
    display: inline-block;
    border-radius: 60px;
    height: 45px;
    right: 10px;
    margin-top: 61px;
    font-size: 61px;
  }
  .bubble-secw ul li .img-content.bubble-img-three.clicked span.fa-minus:before {
    left: 7px;
    top: -21px;
  }
  .bubble-secw ul li .img-content span.fa-plus {
    width: 35px;
    display: inline-block;
    border-radius: 60px;
    height: 35px;
    right: 5px;
    margin-top: 17px;
    font-size: 40px;
  }
  .bubble-secw ul li .img-content span.fa-plus:before {
    left: 4px;
    top: -12px;
  }
}
@media screen and (min-width: 1200px) and (max-width: 1335px) {
  .banner .blur-banner .blurry {
    top: -5vw;
  }
  .banner .blur-banner .overlay {
    padding: 20px 50px 20px 25px;
    top: -5vw;
  }
   
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .banner .blur-banner .blurry {
    top: -4vw;
  }
  .banner .blur-banner .overlay {
    padding: 20px 50px 20px 25px;
    padding: 20px 50px 20px 0px;
    position: absolute;
    top: -4vw;
  }
    .banner .blur-banner .overlay .banner-content p {
        font-size: 18px;
        line-height: 20px;
    }
    span.sep-ban {
        width: 100%;
        height: 1px;
        /* color: #eee; */
        background-color: #707070;
        margin: 13px 0px;
    }
    .banner-1mm img {
        margin-top: 25px;
        width: 120px;
        height: auto;
    }

    .banner .blur-banner .overlay .banner-content a.btn {
        margin-top: 17px;
        padding: 10px 21px;
    }
  .banner .blur-banner .overlay .banner-content p strong {
    line-height: inherit;
  }
  .guidelines img.tick {
    margin-left: 0px;
  }
  .guidelines .btn {
    padding: 13px 33px;
  }
  .meibo-in-act .card {
    min-height: 330px;
  }
    
        
    
}
@media screen and (max-width: 991px) {
  .banner .blur-banner .blurry {
    top: 1vw;
    width: 40%;
  }
  .banner .blur-banner .overlay {
    padding: 25px;
    position: absolute;
    top: 1vw;
    width: 40%;
  }
    .banner .blur-banner .overlay .banner-content p {
        font-size: 15px;
        line-height: 17px;
    }
        .banner .blur-banner .overlay .banner-content .banfoot-note {
          
            margin-top: 7px;
        }
  .banner .blur-banner .overlay .banner-content p strong {
    line-height: inherit;
  }
    .banner .blur-banner .overlay .banner-content a.btn {
        margin-top: 11px;
        padding: 5px 21px;
    }
  .guidelines img.tick {
    margin-left: 0;
  }
  .guidelines .btn {
    padding: 11px 23px 10px 23px;
  }
  .guidelines .content-box p {
    font-size: 18px;
    line-height: 24px;
  }
  .meibo-in-act {
    margin-top: 0;
  }
  .meibo-in-act h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 6px;
  }
  .meibo-in-act .card {
    min-height: 300px;
  }
  .meibo-in-act .card .card-body {
    right: auto;
  }
  .meibo-in-act .card .card-body p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    padding: 0 20px;
  }
   
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .meibo-in-act h2 {
    margin-top: 60px;
  }
  .guidelines .col-lg-8 {
    width: 58.33333333%;
  }
  .guidelines .col-lg-4 {
    width: 41.66666667%;
  }
  .meibo-in-act .col-lg-6 {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .banner {
    margin-top: 41px;
    padding-top: 0;
    position: unset;
  }
  .banner img {
    width: 100%;
  }
  .banner .banner-content {
    position: absolute;
    top: 118vw;
    left: 0;
    text-align: center;
  }
  .banner .banner-content p {
    color: #400286;
    text-align: center;
    font-size: 22px;
    font-weight: 500;
    padding: 0 65px;
    line-height: 28px;
  }
  .banner .banner-content p strong {
    line-height: inherit;
  }
  .banner .banner-content p span {
    color: #400286;
    line-height: inherit;
    font-weight: 700;
  }
  .banner .banner-content .btn {
    margin-top: 20px;
    padding: 12px 42px;
  }
  .guidelines {
    padding: 56px 0 73px 0;
  }
  .guidelines .content-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .guidelines .content-box img.tick {
    margin-left: 0px;
    margin-bottom: 23px;
  }
  .guidelines .content-box p {
    text-align: center;
    padding-left: 0;
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 23px;
  }
  .bubble-desc {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: -80px;
    padding-bottom: 75px;
  }
  .bubble-desc p {
    padding: 0 16px 30px 16px;
  }
  .bubble-desc .head-cont {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #400286;
    top: 105px;
    margin: 0px 71px;
  }
  .bubble-desc .head-cont2 {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #400286;
    margin: -160px 93px;
    translate: -7px 12px;
  }
  .bubble-desc .head-cont3 {
    position: absolute;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    color: #400286;
    left: 8px;
    margin: -145px 83px;
  }
  .bubble-desc .container {
    position: relative;
  }
  .bubble-desc:before {
    content: "";
    position: absolute;
    top: 0%;
    left: 50%;
    width: 120vw;
    height: 26%;
    border-radius: 50%;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-transform: translateX(-50%) scale(4);
    transform: translateX(-50%) scale(4);
    background: #400286;
  }
  .meibo-in-act {
    margin-top: 55px;
    padding: 0 15px;
  }
  .meibo-in-act h2 {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
  }
  .meibo-in-act .card-section [class*=col-]:nth-child(2) {
    margin-bottom: 30px;
  }
  .meibo-in-act .card-section .card {
    background-size: 105% 105%;
    max-width: 324px;
    min-height: 215px;
  }
  .meibo-in-act .card-section .card .card-body {
    height: 180px;
    width: 180px;
    right: auto;
  }
  .meibo-in-act .card-section .card .card-body p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    padding: 0px 10px;
  }
  .meibo-in-act .card-section .content {
    margin-top: 63px;
  }
  .meibo-in-act .card-section p.exact-mech {
    margin-bottom: 6px;
  }
  .meibo-in-act .card-section p.study-design {
    font-size: 13px;
    line-height: 18px;
  }
    .banner .banner-content p.banfoot-note {
        font-size: 12px;
    }
}
@media screen and (min-width: 473px) and (max-width: 767px) {
  .banner {
    margin-top: 50px;
  }
}
@media screen and (min-width: 415px) and (max-width: 767px) {
  .bubble-desc p.head-cont {
    padding: 0 24px 30px 24px;
  }
}
@media screen and (max-width: 375px) {
  .banner .banner-content p {
    padding: 0 50px;
  }
}
@media screen and (max-width: 360px) {
  .meibo-in-act .card-section .card {
    background-size: 110% 105%;
  }
}
.banner.ded {
  background: transparent;
}
.banner.ded h1 {
  font-size: 52px;
  font-weight: 700;
  color: #007BC1;
  text-align: center;
  line-height: 63px;
  margin: 52px 0 42px 0;
}
.banner.ded h1 sup {
  color: #007BC1;
}

.bubble-top-right {
  z-index: 3;
  top: 240px;
  right: 40px;
  position: absolute;
}
.bubble-top-right img {
  width: 210px;
  height: 198px;
}

.multifact-clinical {
  padding: 80px 0;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.multifact-clinical .bubble-left {
  width: 210px;
  height: 198px;
  position: absolute;
  background: url(/siteassets/img/img-167x198-ded-doplet-left.png) no-repeat;
  top: 195px;
}
.multifact-clinical .container {
  position: relative;
}
.multifact-clinical:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 65vw;
  height: 25%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
}
.multifact-clinical h3 {
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  color: #400286;
}
.multifact-clinical .clinic-based {
  margin-top: 71.1px;
  text-align: center;
}
.multifact-clinical .clinic-based p.blue {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #007BC1;
  margin-bottom: 12.2px;
  margin-left: 0px;
}
.multifact-clinical .clinic-based .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.multifact-clinical .clinic-based .content p {
  padding-left: 12.2px;
  font-size: 19px;
  line-height: 28px;
  text-align: start;
  color: #2F2F2F;
  MAX-WIDTH: 550px;
}
.multifact-clinical .clinic-based .content img {
  margin: 0 0px 0 0px;
  width: 110PX;
  height: auto;
}
.multifact-clinical .percent-circle {
  padding: 98px 0 80px 0;
  text-align: center;
}
.multifact-clinical .cycles-card {
  padding-top: 30px;
  padding-bottom: 40px;
}
.multifact-clinical .cycles-card .card {
  border-radius: 15px;
}
.multifact-clinical .cycles-card .card .card-header {
  border-radius: 15px 15px 0 0;
  background: #400286;
  padding: 27px 20px;
}
.multifact-clinical .cycles-card .card .card-header h5 {
  font-size: 33px;
  line-height: 43px;
  font-weight: 500;
  color: white;
  text-align: center;
  max-width: 603px;
  margin: auto;
}
.multifact-clinical .cycles-card .card .card-header h5 strong {
  color: white;
}
.multifact-clinical .cycles-card .card .card-header h5 sup {
  color: white;
}
.multifact-clinical .cycles-card .card .card-body {
  padding: 39px 15px 51px 15px;
  border-radius: 0 0 15px 15px;
  background-color: rgba(0, 169, 235, 0.1490196078);
}
.multifact-clinical .cycles-card .foot-body h5.blue {
  font-size: 26px;
  line-height: 35px;
  font-weight: 700;
  color: #400286;
  text-align: center;
  margin-bottom: 45px;
  margin-top: 49px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.multifact-clinical .cycles-card .foot-body p {
  font-size: 14px;
  line-height: 20px;
  padding-top: 3px;
}
.multifact-clinical .treatment-section {
  margin-bottom: 107px;
}
.multifact-clinical .treatment-section .overall {
  border-radius: 15px;
  padding: 54px 25px 42px 28px;
  background-color: #400286;
}
.multifact-clinical .treatment-section .overall .overall-blue {
  position: relative;
  padding: 0 10%;
}
.multifact-clinical .treatment-section .overall .overall-blue p.head-pg-blue {
  font-size: 24px;
  font-weight: 700;
  line-height: 35px;
  color: #FFFFFF;
  margin-bottom: 26px;
  text-align: center;
}
.multifact-clinical .treatment-section .overall .overall-blue .quotes-up span {
  font-size: 84px;
  line-height: 35px;
  font-family: Arial;
  color: #00A9EB;
  font-weight: 700;
  position: absolute;
  top: 10px;
  left: 44px;
}
.multifact-clinical .treatment-section .overall .overall-blue .quotes-down span {
  font-size: 84px;
  line-height: 0px;
  font-family: Arial;
  color: #00A9EB;
  font-weight: 700;
  position: relative;
  right: -32px;
  top: 49px;
}
.multifact-clinical .treatment-section .overall .sub-pg-blue {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  color: #FFFFFF;
  text-align: center;
  max-width: 500px;
  margin: auto;
}
.multifact-clinical .did-you-know .sec-all {
  margin-bottom: 69px;
}
.multifact-clinical .did-you-know .sec-all .image-parent {
  text-align: end;
}
.multifact-clinical .did-you-know .sec-all .image-parent .using-mobile {
  width: 351px;
  margin-right: 24px;
}
.multifact-clinical .did-you-know .sec-all .learn-more-pg {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  margin-bottom: 27px;
  color: #400286;
}
.multifact-clinical .did-you-know .sec-all .btn {
  padding: 11px 25px 10px 28px;
}
.multifact-clinical .did-you-know p.footnote {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 30px;
}

@media screen and (min-width: 1400px) {
  .multifact-clinical .treatment-section .overall .overall-blue .quotes-up span {
    left: 56px;
  }
  .multifact-clinical .treatment-section .overall .overall-blue .quotes-down span {
    right: -26px;
  }
}
@media screen and (min-width: 991px) {
  .multifact-clinical .did-you-know .sec-all .learn-more-pg {
    font-size: 26px;
    font-weight: 700;
    line-height: 35px;
    margin-bottom: 27px;
    color: #400286;
    max-width: 364px;
  }
}
@media screen and (min-width: 991px) and (max-width: 1200px) {
  .bubble-top-right {
    top: 344px;
  }
  .bubble-top-right img {
    width: 150px;
    height: 138px;
  }
  .multifact-clinical .bubble-left {
    width: 171px;
    height: 123px;
    top: 195px;
    background-size: contain;
  }
    .multifact-clinical .treatment-section .overall .overall-blue .quotes-down span {
        right: -15px;
        top: 53px;
    }
    .img-ready img {
        width: 312px;
        height: 312px;
    }
}
@media screen and (max-width: 991px) {
  .banner.ded h1 {
    font-size: 34px;
    line-height: 48px;
  }
  .bubble-top-right {
    top: 249px;
    right: 5px;
  }
  .bubble-top-right img {
    width: 88px;
    height: 83px;
  }
  .multifact-clinical {
    padding: 72px 0 57px 0;
  }
  .multifact-clinical h3 {
    font-size: 26px;
    line-height: 36px;
    padding: 0;
  }
  .multifact-clinical:before {
    width: 120vw;
  }
  .multifact-clinical .bubble-left {
    width: 132px;
    height: 81px;
    background-size: contain;
    top: 140px;
  }
  .multifact-clinical .clinic-based {
    margin-top: 58px;
  }
  .multifact-clinical .clinic-based p {
    padding: 0 15px;
  }
  .multifact-clinical .clinic-based p.blue {
    text-align: center;
    padding: 0 30px 8px 30px;
    font-size: 20px;
    margin: auto;
  }
  .multifact-clinical .clinic-based .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .multifact-clinical .clinic-based .content img {
    width: 108px;
    height: 62px;
  }
  .multifact-clinical .clinic-based .content p {
    font-size: 18px;
    line-height: 24px;
    padding: 0 15px;
  }
  .multifact-clinical .clinic-based .content p.blue {
    margin: auto;
  }
  .multifact-clinical .cycles-card .card {
    padding: 0 20px;
  }
  .multifact-clinical .cycles-card .card .card-header {
    padding: 33px 20px 31px 20px;
  }
  .multifact-clinical .cycles-card .card .card-header h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .multifact-clinical .cycles-card .foot-body h5.blue {
    font-size: 22px;
    line-height: 29px;
  }
  .multifact-clinical .cycles-card .foot-body p {
    text-indent: -6px;
    padding: 0 15px;
    font-size: 13px;
    line-height: 18px;
  }
  .multifact-clinical .treatment-section {
    margin-bottom: 84px;
  }
  .multifact-clinical .treatment-section .overall {
    padding: 39px 10px 34px 12px;
  }
  .multifact-clinical .treatment-section .overall .overall-blue p.head-pg-blue {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    padding: 0 5px;
  }
  .multifact-clinical .treatment-section .overall .overall-blue .quotes-up span {
    top: 0;
    font-size: 65px;
    left: 15px;
  }
  .multifact-clinical .treatment-section .overall .overall-blue .quotes-down span {
    font-size: 65px;
    right: -23px;
    top: 40px;
  }
  .multifact-clinical .treatment-section .overall .sub-pg-blue {
    font-size: 18px;
    line-height: 21px;
    padding: 0 12px;
  }
  .multifact-clinical .did-you-know .sec-all {
    margin-bottom: 45px;
    text-align: center;
  }
  .multifact-clinical .did-you-know .sec-all .image-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .multifact-clinical .did-you-know .sec-all .image-parent .using-mobile {
    margin-bottom: 0px;
    margin-right: 0;
  }
  .multifact-clinical .did-you-know .sec-all .learn-more-pg {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    padding: 0 27px;
    text-align: center;
    margin-bottom: 21px;
  }
    .banner-1mm {
        flex-direction: column;
        justify-content: center;
        margin-top: -7px;
        gap: 5px;
        margin-bottom: 5px;
    }

    .banner .banner-1mm img {
        width: 100px;
        height: auto;
    }
    .banner .blur-banner .overlay .banner-content .banfoot-note {
        font-size: 12px;
        line-height: 15px;
        text-align: center;
        margin-top: 9px;
    }
    .banner-1mm-desk {
        bottom: 193px;
      
    }

        .banner-1mm-desk .outer-image {
            width: 120px;
            height: 120px;
        }
        .banner-1mm-desk .inner-image {
            width: 72px;
            height: 72px;
        }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .multifact-clinical .clinic-based .content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .banner.ded h1 {
    padding: 43.5px 0 51px;
    margin: 105px 0 0 0;
    font-size: 29px;
    line-height: 38px;
  }
  .bubble-top-right {
    top: 414px;
    right: 5px;
  }
  .multifact-clinical:before {
    width: 180vw;
  }
  .multifact-clinical .bubble-left {
    width: 132px;
    height: 81px;
    background-size: contain;
    top: 125px;
  }
  .multifact-clinical .clinic-based p {
    padding: 0 15px;
  }
  .multifact-clinical .clinic-based p.blue {
    text-align: center;
    padding: 0 40px 8px 40px;
    margin: auto;
  }
  .multifact-clinical .clinic-based .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .multifact-clinical .clinic-based .content img {
    width: 108px;
    height: 62px;
  }
  .multifact-clinical .clinic-based .content p {
    text-align: center;
    padding: 0 33px;
  }
  .multifact-clinical .clinic-based .content p.blue {
    margin: auto;
  }
  .multifact-clinical .percent-circle {
    padding: 74px 0 50px 0;
  }
  .multifact-clinical .percent-circle img {
    width: 329px;
    height: 195px;
  }
  .multifact-clinical .cycles-card .card {
    max-width: 320px;
    margin: auto;
    padding: 0px;
  }
  .multifact-clinical .cycles-card .card .card-body {
    padding: 45px 15px 51px 15px;
  }
  .multifact-clinical .cycles-card .card .card-header {
    padding: 33px 20px 31px 20px;
  }
  .multifact-clinical .cycles-card .card .card-header h5 {
    font-size: 22px;
    line-height: 30px;
  }
  .multifact-clinical .cycles-card .foot-body h5.blue {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 21px;
    margin-top: 70px;
  }
  .multifact-clinical .cycles-card .foot-body p {
    text-indent: -6px;
    padding: 0px 36px 0 22px;
    font-size: 13px;
    line-height: 18px;
  }
  .multifact-clinical .did-you-know p.footnote {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
    padding: 0 3px 0 25px;
  }
  .multifact-clinical .treatment-section .overall {
    max-width: 320px;
    margin: auto;
  }
  .multifact-clinical .treatment-section .overall .overall-blue .quotes-up span {
    left: 0px;
  }
  .multifact-clinical .treatment-section .overall .overall-blue .quotes-down span {
    right: -15px;
    top: 29px;
  }
}
.miebo-difference-bubble {
  position: relative;
}
.miebo-difference-bubble .diff-d-bubble-1 {
  position: absolute;
  z-index: 1;
  width: 345px;
  height: 412px;
  background: url(/siteassets/img/img-345x412-miebo-diff-1.png);
  background-position: -136px 0;
  background-repeat: no-repeat;
  background-size: contain;
  left: 0;
  top: 200px;
}
.miebo-difference-bubble .diff-d-bubble-2 {
  position: absolute;
  z-index: 1;
  width: 248px;
  height: 243px;
  background: url(/siteassets/img/img-345x412-miebo-diff-2.svg);
  background-position: 124px 0;
  background-repeat: no-repeat;
  background-size: contain;
  right: 0;
  top: 1126px;
}
.miebo-difference-bubble .diff-d-bubble-3 {
  position: absolute;
  z-index: -1;
  width: 237px;
  height: 166px;
  background: url(/siteassets/img/img-345x412-miebo-diff-3.svg);
  background-position: 1px 0;
  background-repeat: no-repeat;
  background-size: contain;
  left: 10px;
  top: 710px;
}
.miebo-difference-bubble .diff-d-bubble-4 {
  position: absolute;
  z-index: 1;
  width: 171px;
  height: 224px;
  background: url(/siteassets/img/img-345x412-miebo-diff-4.svg);
  background-position: 1px 0;
  background-repeat: no-repeat;
  background-size: contain;
  right: 10px;
  top: 2301px;
}
.miebo-difference-bubble .diff-d-bubble-5 {
  position: absolute;
  z-index: 1;
  width: 187px;
  height: 131px;
  background: url(/siteassets/img/img-345x412-miebo-diff-5.svg);
  background-position: 1px 0;
  background-repeat: no-repeat;
  background-size: contain;
  left: -87px;
  top: 3500px;
}

.miebo-diff-bubble-left {
  position: absolute;
  left: -2%;
  position: absolute;
  top: 12%;
}

.meibo-diff {
  padding-top: 108px;
}
.meibo-diff .row.tabSection .tab-section {
  max-width: 630px;
  margin: auto;
}
.meibo-diff .mei-head {
  font-size: 52px;
  color: #007bc1;
  font-weight: bold;
  line-height: 63px;
  margin-top: 46px;
  padding: 55px 0 0px 0;
  margin-bottom: 0px;
}
.meibo-diff h3 {
  font-size: 40px;
  color: #400286;
  font-weight: bold;
  margin-bottom: 17px;
  line-height: 48px;
}
.meibo-diff .tt {
  text-align: center;
}
.meibo-diff .tt img {
  text-align: center;
}
.meibo-diff .tt p {
  text-align: center;
  color: #400286;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  padding-top: 20px;
}
.meibo-diff .tt2 {
  border-right: 2px solid #5C5C5C;
  border-left: 2px solid #5C5C5C;
}

.how-miebo-works {
  padding: 120px 0;
  text-align: center;
  position: relative;
}
.how-miebo-works img {
  margin: auto;
}
.how-miebo-works .content {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.how-miebo-works .content p {
  color: #FFFFFF;
  font-size: 26px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 15px;
}
.how-miebo-works .content a.btn {
  padding: 10px 20px;
}
.how-miebo-works .content a.btn:hover {
  background-color: #601CAD;
}

.uni-feat {
  padding-top: 160px;
  padding-bottom: 200px;
  position: relative;
  overflow: hidden;
}
.uni-feat:before {
  content: "";
  z-index: -2;
  position: absolute;
  top: 0%;
  left: 50%;
  width: 60vw;
  height: 25%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
}
.uni-feat .container {
  position: relative;
}
.uni-feat .one-ingredient {
  color: #400286;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 48px;
  margin-top: 10px;
}
.uni-feat .free-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px 28px;
  background-color: #400286;
  border-radius: 15px;
  margin-top: 26px;
  margin-bottom: 126px;
}
.uni-feat .free-content li {
  width: 100%;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 32px;
  list-style: none;
  border-right: 1px solid #ffffff;
}
.uni-feat .free-content li.child {
  border-right: unset;
}
.uni-feat .free-content li span {
  line-height: inherit;
}
.uni-feat .card {
  margin-bottom: 24px;
}
.uni-feat .card-11 {
  border-radius: 15px;
  z-index: 2;
  margin-bottom: 0;
}
.uni-feat .card-11 .card-header {
  border: unset;
  padding-top: 40px;
}
.uni-feat .card-11 .card-footer {
  border-radius: 30px;
  padding-left: 9PX;
  padding-right: 0;
  padding-bottom: 24PX;
}
.uni-feat .card-11:first-child {
  margin-bottom: 24px;
}
.uni-feat .Uni-head {
  font-size: 34px;
  line-height: 48px;
  color: #007bc1;
  font-weight: bold;
  padding-bottom: 0px;
}
.uni-feat .ih-2 {
  padding-left: 48px;
  padding-right: 48px;
}
.uni-feat .img-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  place-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border-radius: 15px;
  background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  padding: 0px 48px 0px 145px;
}
.uni-feat .img-head img {
  border-radius: 50%;
  margin-top: -9px;
  width: 98px;
}
.uni-feat .img-head .head-cont {
  padding-left: 25px;
  color: #fff;
}
.uni-feat .img-head .head-cont h5 {
  margin-bottom: 5px;
  font-size: 38px;
  font-weight: bold;
  color: #400286;
  line-height: 40px;
}
.uni-feat .img-head .head-cont P {
  font-size: 18px;
  font-weight: bold;
  line-height: 25px;
  color: #400286;
}
.uni-feat .img-head .head-cont P sup {
  color: #400286;
}
.uni-feat .img-head .head-cont a {
  left: 0px;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 15px 60px 25px 0px;
  cursor: pointer;
}
.uni-feat .img-head .head-cont a:hover {
  color: #400286;
}
.uni-feat .img-head .head-cont a:hover:after {
  background: url(/siteassets/img/icon-30x30-expand-icon-update-hover.svg) no-repeat;
}
.uni-feat .img-head .head-cont a:after {
  position: absolute;
  content: "";
  right: 24px;
  background: url(/siteassets/img/icon-30x30-expand-icon-update.svg) no-repeat;
  background-size: contain;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.uni-feat .img-head .head-cont a.arrow {
  background: #eef9f4 0% 0% no-repeat padding-box;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 22px 95px 15px 95px;
  border-radius: 10px 10px 0px 0px;
}
.uni-feat .img-head .head-cont a.arrow:after {
  content: "";
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  font-size: 40px;
  top: 18px;
  right: 44px;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.uni-feat .det-mei {
  margin-top: 0px;
  padding-top: 63px;
  padding-left: 79px;
  padding-right: 78px;
  display: none;
  background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 15px;
}
.uni-feat .det-mei .content-inner {
  text-align: -webkit-center;
  background: white;
  border-radius: 15px;
  position: relative;
  padding-left: 20px;
  padding-right: 20px;
}
.uni-feat .det-mei .content-inner::before {
  content: "";
  width: 100%;
  position: absolute;
  border-top: 1px solid #707070;
  left: 0;
  top: -34px;
  margin: 0px 0 34px;
}
.uni-feat .det-mei .content-inner h5 {
  color: #400286;
  font-size: 19px;
  line-height: 25px;
  font-weight: bold;
  padding: 30px 0;
  margin-bottom: 0;
}
.uni-feat .det-mei .content-inner img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 24px;
  margin: auto;
}
.uni-feat .seeBtn-two {
  display: none;
}
.uni-feat .seeBtn-two a {
  left: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(228, 246, 245)), to(rgb(232, 247, 242)));
  background: linear-gradient(90deg, rgb(228, 246, 245) 0%, rgb(232, 247, 242) 100%);
  float: right;
  padding: 15px 30px;
  display: block;
  width: 291px;
  text-align: center;
  text-indent: -30px;
  font-size: 19px;
  line-height: 28px;
  color: #F8636C;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 12px 95px 12px 95px;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
}
.uni-feat .seeBtn-two a:hover {
  color: #400286;
}
.uni-feat .seeBtn-two a:hover:after {
  background: url(/siteassets/img/icon-30x30-collapse-icon-update-hover.svg) no-repeat;
}
.uni-feat .seeBtn-two a:after {
  position: absolute;
  content: "";
  margin-left: 11px;
  margin-top: -2px;
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  width: 28px;
  max-width: 30px;
  height: 28px;
  max-height: 30px;
}
.uni-feat .detail-1 {
  margin-top: 0px;
  padding: 68px 79px;
  display: none;
  background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  background: transparent linear-gradient(237deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0px 0px 0px 15px;
  position: relative;
}
.uni-feat .detail-1 .row {
  position: relative;
}
.uni-feat .detail-1 .row::before {
  content: "";
  width: calc(100% - 24px);
  position: absolute;
  border-top: 1px solid #707070;
  left: 12px;
  top: -38px;
  margin: 0px 0 38px;
}
.uni-feat .detail-1 .saline {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.uni-feat .detail-1 .miebo {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.uni-feat .detail-1 .afa {
  font-size: 14px;
  line-height: 20px;
}
.uni-feat .detail-1 .afa i, .uni-feat .detail-1 .afa em {
  display: block;
  margin-bottom: 5px;
}
.uni-feat .detail-1 .fcw {
  margin-top: 20px;
  font-size: 19px;
  line-height: 29px;
}
.uni-feat .sawBtn-two {
  display: none;
}
.uni-feat .sawBtn-two a {
  left: 0px;
  background: -webkit-gradient(linear, left top, right top, from(rgb(228, 246, 245)), to(rgb(232, 247, 242)));
  background: linear-gradient(90deg, rgb(228, 246, 245) 0%, rgb(232, 247, 242) 100%);
  float: right;
  padding: 15px 30px;
  display: block;
  width: 291px;
  text-align: center;
  text-indent: -30px;
  color: #F8636C;
  font-weight: bold;
  font-size: 19px;
  line-height: 28px;
  text-decoration: none;
  position: relative;
  padding: 12px 95px 12px 95px;
  border-radius: 0px 0px 10px 10px;
  cursor: pointer;
}
.uni-feat .sawBtn-two a:hover {
  color: #400286;
}
.uni-feat .sawBtn-two a:hover:after {
  background: url(/siteassets/img/icon-30x30-collapse-icon-update-hover.svg) no-repeat;
}
.uni-feat .sawBtn-two a:after {
  position: absolute;
  content: "";
  margin-left: 11px;
  margin-top: -2px;
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  width: 28px;
  max-width: 30px;
  height: 28px;
  max-height: 30px;
}
.uni-feat .card-foot {
  padding-left: 57px;
  padding-right: 57px;
  border-top: none;
  background: unset;
  padding-top: 27px;
}
.uni-feat .card-foot p {
  line-height: 20px;
  color: #2F2F2F;
  font-size: 14px;
}
.uni-feat .card-foot p.text-indent {
  text-indent: -8px;
}
.uni-feat .card-foot p strong {
  font-weight: bold;
}

.how-miebo {
  padding: 70px 0px 0px 0px;
  text-align: center;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.how-miebo:before {
  position: absolute;
  top: 0%;
  left: 50%;
  width: 70vw;
  height: 25%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
}
.how-miebo .container {
  position: relative;
}
.how-miebo h2 {
  font-size: 34px;
  line-height: 48px;
  color: #007bc1;
  font-weight: bold;
  margin-bottom: 10px;
}
.how-miebo h3 {
  font-size: 40px;
  color: #400286;
  font-weight: bold;
  line-height: 48px;
  margin-bottom: 66px;
  max-width: 837px;
  margin-left: auto;
  margin-right: auto;
}
.how-miebo h3 sup {
  color: #400286;
}
.how-miebo .three-callout {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-miebo .three-callout .tt img {
  margin-bottom: 25px;
}
.how-miebo .three-callout .tt p {
  color: #400286;
  font-size: 26px;
  font-weight: 700;
  padding: 0 25px;
  line-height: 31px;
}
.how-miebo .three-callout .tt2 {
  border-right: 2px solid #5C5C5C;
  border-left: 2px solid #5C5C5C;
}
.how-miebo .light-blue-box {
  margin: 75px 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.how-miebo .light-blue-box p {
  font-size: 19px;
  line-height: 26px;
  font-weight: 700;
  color: #400286;
}
.how-miebo .light-blue-box [class*=col-] {
  border-radius: 15px;
  background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  padding: 30px 50px;
}
.how-miebo h4 {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #007BC1;
}
.how-miebo p.study-design {
  padding: 80px 0;
  font-size: 14px;
  text-align: left;
  text-indent: -6px;
  line-height: 20px;
}

.tabSection {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabSection .tab-section {
  max-width: 630px;
  margin: auto;
}
.tabSection .nav-tabs .nav-link {
  border: 0;
  border-radius: 0;
  background: #FDC9CD;
  width: 100%;
  font-size: 22px;
  line-height: 26px;
  color: #400286;
  font-weight: 700;
  min-height: 84px;
  padding: 18px 40px 14px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabSection .nav-tabs .nav-link:hover {
  background-color: #400286;
  color: white;
}
.tabSection .nav-tabs .nav-link.active {
  background: #F8636C;
  position: relative;
  color: white;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.tabSection .nav-tabs .nav-link.active:before {
  position: absolute;
  content: "";
  left: 43%;
  top: 83px;
  border-left: 31px solid transparent;
  border-right: 31px solid transparent;
  border-top: 31px solid #f8636c;
}
.tabSection li {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tabSection .tab-content {
  margin-bottom: 0px;
}
.tabSection .tab-content .foot-content {
  border-radius: 0 0 15px 15px;
  padding: 15px;
  background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  background: #fff;
}
.tabSection .tab-content .foot-content p {
  text-align: center;
  font-size: 19px;
  line-height: 27px;
  font-weight: 700;
  color: #400286;
}

.three-content {
  padding: 143px 0px 147px;
  text-align: center;
}
.three-content .col-lg-3 {
  width: 352px;
}
.three-content .col-lg-3:nth-child(even) {
  border-left: 1px solid #5C5C5C;
  border-right: 1px solid #5C5C5C;
}
.three-content .col-lg-3:first-child p {
  max-width: 250px;
}
.three-content p {
  max-width: 230px;
  color: #400286;
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 31px;
  margin: auto;
  margin-top: 20px;
}
.three-content .mebio-icon {
  width: 80px;
}
.three-content .content li {
  list-style: none;
  text-align: center;
  padding: 0 10px;
}
.three-content .content li:first-child p {
  max-width: 250px;
}
.three-content .content li .mebio-icon {
  width: 80px;
}
.three-content .content .child {
  border-left: 1px solid #5C5C5C;
  border-right: 1px solid #5C5C5C;
}

.video-section {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 134px;
}
.video-section #how-miebo-wistia {
  display: none;
  max-width: 922px;
  margin: auto;
}
.video-section .card {
  background: url(/siteassets/img/img-922x517-how-miebo-video-dt.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  max-width: 922px;
  min-height: auto;
  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;
  border-radius: 15px;
  overflow: hidden;
  border: 0;
  margin: auto;
}
.impact-video-sec.video-section .card {
    background: url(/siteassets/img/see-staining-in-action-vid-th-dt.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.video-section .card .card-body {
  position: absolute;
  right: 15%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  height: 256px;
  width: 256px;
  border-radius: 100%;
}
.video-section .card .card-body p.card-text {
  font-size: 25px;
  line-height: 28px;
  margin: 10px 0;
  color: #400286;
  font-weight: 700;
  text-align: center;
}
.video-section .card .card-body .btn {
  padding: 10px 20px;
}
.video-section p {
  margin-top: 23px;
  font-size: 19px;
  line-height: 29px;
  text-align: left;
  font-weight: 700;
}

.unique-features {
  margin-top: 295px;
}
.unique-features .features .unique {
  color: #007BC1;
  font-size: 34px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 48px;
}
.unique-features .features .one-ingredient {
  color: #400286;
  font-size: 40px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 48px;
  margin-top: 12px;
}
.unique-features .free-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 25px 0px 28px;
  background-color: #400286;
  border-radius: 15px;
  margin-top: 26px;
}
.unique-features .free-content li {
  width: 100%;
  color: #FFFFFF;
  font-size: 26px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  line-height: 42px;
  list-style: none;
  border-right: 1px solid #ffffff;
}

section.miebo_RX-tab {
  margin-top: 87px;
  padding: 60px;
  padding-bottom: 50px;
  position: relative;
}
section.miebo_RX-tab .three-tabs {
  margin-bottom: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.miebo_RX-tab .right-bubble {
  width: 346px;
  max-width: 346px;
  height: 219px;
  max-height: 219px;
  background: url(/siteassets/img/img-316x246-first-right-droplet-set-9.png) no-repeat;
  background-size: contain;
  background-position: 111% 100%;
  position: absolute;
  right: 0;
}
section.miebo_RX-tab .left-bubble {
  width: 171px;
  max-width: 346px;
  height: 339px;
  max-height: 340px;
  background: url(/siteassets/img/img-316x246-second-left-droplet-set-8.png) no-repeat;
  background-size: contain;
  background-position: 111% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.miebo_RX-tab .accordion {
  display: none;
}
section.miebo_RX-tab .top-content {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.miebo_RX-tab .top-content p.first-top-cont {
  font-size: 34px;
  color: #400286;
  line-height: 40px;
  margin-bottom: 36px;
  max-width: 881px;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
}
section.miebo_RX-tab .top-content p span {
  display: block;
  color: inherit;
}
section.miebo_RX-tab .top-content p sup {
  color: inherit;
}
section.miebo_RX-tab .nav-pills .nav-link {
  cursor: pointer;
  background-color: transparent;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: relative;
  max-width: 300px;
  border-bottom: 1px solid #5C5C5C;
  border-radius: 0;
  color: #400286;
  font-size: 22px;
  line-height: 28px;
  font-weight: 700;
  margin-left: 6px;
}
section.miebo_RX-tab .nav-pills .nav-link:hover {
  background: rgba(0, 169, 235, 0.15);
}
section.miebo_RX-tab .nav-pills .nav-link:hover span.fa-chevron-right {
  background: #400286;
}
section.miebo_RX-tab .nav-pills .nav-link#MIEBO-vs-meibum-tab {
  padding: 36px 116px 8px 22px;
}
section.miebo_RX-tab .nav-pills .nav-link#MIEBO-vs-artificial-tears-tab {
  padding: 30px 70px 8px 22px;
}
section.miebo_RX-tab .nav-pills .nav-link#MIEBO-vs-perfluorobutylpentane-tab {
  padding: 31px 116px 8px 22px;
}
section.miebo_RX-tab .nav-pills .nav-link.active {
  -webkit-box-shadow: -5px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: -5px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 2;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(3) {
  border-bottom: none;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(3) p.left-selct-frst-cont {
  margin: 22px 20px 0 6px;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(3).active {
  min-height: 170px;
  border-bottom: 0px !important;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(1) {
  border-bottom: 0;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(1) p.left-selct-frst-cont {
  margin: 29px 20px 0 6px;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(1).active {
  min-height: 182px;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(2) p.left-selct-frst-cont {
  margin: 40px 20px 0 6px;
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(2).active {
  min-height: 170px;
  border-bottom: 0 !important;
}
section.miebo_RX-tab .nav-pills .nav-link.active {
  background-color: white;
  border-radius: 0;
  border-left: 5px solid transparent;
  -o-border-image: linear-gradient(#198FC6, #244793) 1;
     border-image: -webkit-gradient(linear, left top, left bottom, from(#198FC6), to(#244793)) 1;
     border-image: linear-gradient(#198FC6, #244793) 1;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  max-width: 300px;
  position: relative;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
section.miebo_RX-tab .nav-pills .nav-link.active p {
  color: #400286;
  font-weight: 700;
  font-size: 22px;
  line-height: 28px;
  margin-left: 6px;
}
section.miebo_RX-tab .nav-pills .nav-link.active p.bld-txt {
  color: black;
  font-weight: 700;
}
section.miebo_RX-tab .nav-pills .nav-link.active span.fa-chevron-right {
  background: #400286;
}
section.miebo_RX-tab .nav-pills span.fa-chevron-right {
  background: #F8636C;
  color: white;
  width: 35px;
  display: inline-block;
  border-radius: 25px;
  height: 35px;
  font-size: 22px;
  margin-top: 11px;
  margin-bottom: 30px;
}
section.miebo_RX-tab .nav-pills span.fa-chevron-right:before {
  content: "\f054";
  left: 11px;
  top: 7px;
  position: relative;
}
section.miebo_RX-tab span.fa.fa-chevron-right {
  display: block;
}
section.miebo_RX-tab .tab-content {
  background-color: white;
  text-align: center;
  z-index: 1;
  border-radius: 0px 10px 10px;
  max-width: 777px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
section.miebo_RX-tab .tab-content .first-pane p.second-txt {
  margin: 38px auto 37px;
}
section.miebo_RX-tab .tab-content p.first-txt {
  font-size: 19px;
  font-weight: 700;
  color: #007BC1;
  margin: 24px 0 8px 0;
}
section.miebo_RX-tab .tab-content p.second-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  color: #400286;
  margin-bottom: 12px;
  max-width: 594px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .content-inside-img img {
  max-width: 100%;
  padding: 0 30px;
  width: 546px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-second.first-tab img {
  position: relative;
  top: 8px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-second .col-7 {
  padding-left: 0px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-second .col-4 {
  padding-right: 0px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-second p {
  font-size: 18px;
  line-height: 28px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-second p.pool {
  max-width: 402px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-second .scnd-tab-cont p {
  font-weight: 700;
  max-width: 391px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-Third {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 34px 27px 50px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-Third p {
  padding: unset;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-Third p span {
  font-weight: 700;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-Third p.study-design {
  border-top: 1px solid #5c5c5c;
  padding-top: 27px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-Third p.study-design span {
  font-weight: 700;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-Third p:nth-child(2) {
  text-indent: -6px;
  margin-top: 9px;
  margin-bottom: 11px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .internal-Third p:last-child {
  font-weight: 700;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .second-txt {
  margin-bottom: 37px;
  margin-top: 28px;
  max-width: 570px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .content-inside-img {
  padding-bottom: 18px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .content-inside-img img {
  max-width: 100%;
  padding: 0 30px;
  width: 546px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .content-inside-img p {
  padding-bottom: 20px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second {
  padding: 52px 26px 35px 34px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second.second-tab img {
  position: relative;
  top: -10px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second .col-7 {
  padding-left: 0px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second .col-4 {
  padding-right: 0px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second ul.pool {
  text-align: left;
  margin-left: 11px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second ul.pool li {
  font-size: 18px;
  line-height: 28px;
  position: relative;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second ul.pool li:first-child {
  margin-bottom: 15px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second ul.pool li::before {
  top: 12px;
  left: -10px;
  display: inline-block;
  content: "";
  border-radius: 0.375rem;
  height: 5px;
  width: 5px;
  position: absolute;
  background-color: #00A9EB;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-second .scnd-tab-cont p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  max-width: 391px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-Third {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1px 34px 40px 50px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-Third p {
  padding: unset;
  text-align: left;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-Third p span {
  font-weight: 700;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-Third p.study-design {
  border-top: 1px solid #5c5c5c;
  padding-top: 27px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-Third p.study-design span {
  font-weight: 700;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-Third p:nth-child(2) {
  margin-top: 15px;
  margin-bottom: 15px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .internal-Third p:last-child {
  text-indent: -6px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .second-txt {
  margin-bottom: 14px;
  margin-top: 38px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .content-inside-img {
  padding-bottom: 16px;
  padding-top: 17px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .content-inside-img img {
  max-width: 552px;
  width: 100%;
  margin-left: 61px;
  margin-right: 61px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second {
  padding: 29px 32px 28px 34px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second.third-tab img {
  position: relative;
  top: -20px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second .pool {
  max-width: 400px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second .scnd-tab-cont {
  margin-top: 8px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second .scnd-tab-cont p {
  text-indent: -6px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second .scnd-tab-cont p span {
  font-weight: 700;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second img {
  max-width: 223px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-Third {
  background: #400286;
  border-radius: 0 0 10px 10px;
}
section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-Third p {
  font-size: 22px;
  line-height: 29px;
  font-weight: 700;
  color: #fff;
  max-width: 533px;
  padding-top: 11px;
  padding-bottom: 14px;
  margin: auto;
}
section.miebo_RX-tab .tab-content .content-inside-img {
  display: inline-block;
  width: 86.8%;
  background: transparent linear-gradient(253deg, rgba(113, 205, 161, 0.08) 0%, rgba(0, 169, 235, 0.08) 100%) 0% 0% no-repeat padding-box;
  position: relative;
  border-radius: 10px;
  padding-bottom: 14px;
}
section.miebo_RX-tab .tab-content .content-inside-img p {
  color: #007BC1;
  font-size: 20px;
  font-weight: 700;
  padding-top: 16px;
  padding-bottom: 30px;
  max-width: 356px;
  margin: auto;
}
section.miebo_RX-tab .tab-content .internal-second {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 29px 34px 35px 34px;
}
section.miebo_RX-tab .tab-content .internal-second p {
  text-align: left;
  font-size: 14px;
  color: #1A1818;
  line-height: 20px;
}
section.miebo_RX-tab .tab-content .internal-second p.foot-note {
  font-size: 14px;
  color: #2F2F2F;
}
section.miebo_RX-tab .tab-content .scnd-tab-cont {
  margin-top: 21px;
}
section.miebo_RX-tab .tab-content .scnd-tab-cont p {
  margin-top: 5px;
  color: #2F2F2F;
}

.science {
  padding-top: 124px;
  padding-bottom: 110px;
}
.science .sci .sci-para {
  font-size: 34px;
  font-weight: bold;
  line-height: 48px;
  color: #007bc1;
  text-align: center;
}
.science .sci .molecules-form {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #400286;
  margin-top: 10px;
  text-align: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.science .sci .unique {
  font-size: 19px;
  font-weight: 400;
  line-height: 26px;
  color: #2f2f2f;
  margin-top: 34px;
  text-align: center;
}
.science .air {
  margin-top: 48px;
  text-align: center;
}
.science .air .molecule-img {
  max-width: 922px;
}

.miebo-evaporation .section-all .image-box {
  text-align: end;
}
.miebo-evaporation .section-all .image-box .rx-eye-drop {
  width: 264px;
  margin-right: 24px;
}
.miebo-evaporation .section-all .miebo-evaporation-pg {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #400286;
  max-width: 400px;
}
.miebo-evaporation .section-all .flash-card {
  margin-top: 28px;
}
.miebo-evaporation .section-all .flash-card .btn-flash-card {
  padding: 12px 27px 11px 30px;
}

.miebo-works .section-all-in .parent-img {
  text-align: end;
}
.miebo-works .section-all-in .parent-img .miebo-science-img {
  width: 264px;
  margin-right: 24px;
}
.miebo-works .section-all-in .miebo-works-pg {
  font-size: 26px;
  font-weight: 700;
  line-height: 35px;
  color: #400286;
  width: 100%;
  max-width: 393px;
}
.miebo-works .section-all-in .flash-card-new {
  margin-top: 30px;
}
.miebo-works .section-all-in .flash-card-new .btn-flash-card {
  padding: 12px 27px 11px 30px;
}
.cta-section {
    background-color: #5D2898;
    padding: 30px 0 70px;
}
.cta-wrapper .cta-content {
    display: flex;
    justify-content: center;
    align-items: center;
}
.cta-wrapper .cta-content h2 {
    color: #fff;
    font-weight: bold;
    font-size: 35px;
    line-height: 36px;
}
.cta-wrapper .cta-content img {
    width: 250px;
    margin-left: 10px;
}
.cta-link-wrap {
    display: inline-block;
    width: 100%;
    text-align: center;
}
.cta-link {
    background-color: #f8636c;
    padding: 8px 25px;
    display: inline-block;
    border-radius: 50px;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    letter-spacing: 1px;
}
.cta-link:hover {
    background-color: #7442AC;
}
.cta-section.cta-text-green {
    background-color: transparent;
    padding: 0px 0 80px;
}

.cta-section.cta-text-green .cta-content h2 {
    color: #71CDA1;
    margin-bottom: 30px;
    font-size: 38px;
    line-height: 46px;
}

.top-curve-new {
    background: linear-gradient(257deg, rgb(229, 246, 244) 0%, rgb(221, 243, 249) 100%) 0% 0% no-repeat padding-box;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 110px;
}

.bottom-curve.bg-purple:before {
    background: #400286;
}

.see-impact-section {
    position: relative;
    overflow: hidden;
    background-color: #400286;
    margin-top: 0px;
    padding-bottom: 0;
}

.see-impact-section h2 {
    color: #71CDA1;
    font-size: 40px;
    line-height: 48px;
    margin: 0px 0 50px;
    font-weight: 700;
    padding: 0 2%;
}

.see-impact-section h3 {
    font-size: 23px;
    line-height: 30px;
    margin: 80px 0 0px;
}

.video-section.see-impact-section .card .card-body {
    right: auto;
}

.purple-divider {
    display: inline-block;
    width: 100%;
    border: 3px solid #400286;
    max-width: 950px;
    margin: 30px auto 50px;
}

.refinder-section {
    padding-bottom: 50px;
}

.refinder-section img {
    position: relative;
    top: 10px;
    width: 300px;
}

.Down-resources-1 .row > div:nth-child(3) + div.contentlistwrapperblock .row .contentitemblock:last-child .card {
    display: none;
}

.see-impact-top-curve {
    padding-top: 4%;
    background-color: #fff;
}

#factSheet img {
    width: 163px;
}

.top-header-modal {
    position: relative;
    padding: 28px 15%;
}

.top-header-modal .modal-btn-close {
    position: absolute;
    right: 0;
    top: 0px;
    border: 0;
    background: transparent;
}

.top-header-modal .modal-btn-close img {
    width: 60px !important;
    height: 60px !important;
}

.top-header-modal .modal-title {
    font-size: 26px;
    line-height: 30px;
    font-weight: 700;
    color: #400286;
    text-align: center;
}

.dwn-sec-wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 3%;
}

.dwn-item-wrap {
    display: flex;
    justify-content: center;
    text-align: center;
    width: 33.33%;
}

.dwn-item h5 {
    font-size: 19px;
    line-height: 29px;
    font-weight: 700;
    color: #2F2F2F;
    margin: 15px 0 40px;
}

.dwn-item .btn {
    margin-bottom: 50px;
    font-size: 19px;
    line-height: 19px;
}

.Down-resources-1 .bottom-curve {
    background: #fff;
}

.video-carousel {
    background-color: #fff;
    padding: 100px 0 0;
    position: relative;
    overflow: hidden;
}

#factSheet .modal-content {
    border-radius: 10px;
}

.swiper-pagination-bullet {
    border: 1px solid #1da1f2;
}

.swiper-pagination-bullet-active {
    background: #1da1f2
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto
}

    .swiper-container-autoheight .swiper-wrapper {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-transition-property: -webkit-transform, height;
        -webkit-transition-property: height, -webkit-transform;
        transition-property: height, -webkit-transform;
        transition-property: transform, height;
        transition-property: transform, height, -webkit-transform
    }

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 44%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 1;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat
}

    .swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
        opacity: .35;
        cursor: auto;
        pointer-events: none
    }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("/siteassets/img/icon-left-arrow.svg");
    left: 10px;
    right: auto
}

    .swiper-button-prev.swiper-button-black,
    .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-prev.swiper-button-white,
    .swiper-container-rtl .swiper-button-next.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("/siteassets/img/icon-right-arrow.svg");
    right: 10px;
    left: auto
}

    .swiper-button-next.swiper-button-black,
    .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E")
    }

    .swiper-button-next.swiper-button-white,
    .swiper-container-rtl .swiper-button-prev.swiper-button-white {
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E")
    }

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

    .swiper-pagination.swiper-pagination-hidden {
        opacity: 0
    }

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

    .swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin: 5px 0;
        display: block
    }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-pagination-progress {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

    .swiper-pagination-progress .swiper-pagination-progressbar {
        background: #007aff;
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        -webkit-transform: scale(0);
        transform: scale(0);
        -webkit-transform-origin: left top;
        transform-origin: left top
    }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
    -webkit-transform-origin: right top;
    transform-origin: right top
}

.swiper-container-horizontal > .swiper-pagination-progress {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-container-vertical > .swiper-pagination-progress {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-progress.swiper-pagination-white {
    background: rgba(255, 255, 255, .5)
}

    .swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
        background: #fff
    }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
    background: #000
}

.swiper-container-3d {
    -webkit-perspective: 1200px;
    -o-perspective: 1200px;
    perspective: 1200px
}

    .swiper-container-3d .swiper-cube-shadow,
    .swiper-container-3d .swiper-slide,
    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top,
    .swiper-container-3d .swiper-wrapper {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d
    }

    .swiper-container-3d .swiper-slide-shadow-bottom,
    .swiper-container-3d .swiper-slide-shadow-left,
    .swiper-container-3d .swiper-slide-shadow-right,
    .swiper-container-3d .swiper-slide-shadow-top {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 10
    }

    .swiper-container-3d .swiper-slide-shadow-left {
        background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-right {
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-top {
        background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

    .swiper-container-3d .swiper-slide-shadow-bottom {
        background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0)));
        background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0))
    }

.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
    -ms-perspective: 1200px
}

.swiper-container-cube,
.swiper-container-flip {
    overflow: visible
}

    .swiper-container-cube .swiper-slide,
    .swiper-container-flip .swiper-slide {
        pointer-events: none;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        z-index: 1
    }

        .swiper-container-cube .swiper-slide .swiper-slide,
        .swiper-container-flip .swiper-slide .swiper-slide {
            pointer-events: none
        }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-active .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active,
    .swiper-container-flip .swiper-slide-active .swiper-slide-active {
        pointer-events: auto
    }

    .swiper-container-cube .swiper-slide-shadow-bottom,
    .swiper-container-cube .swiper-slide-shadow-left,
    .swiper-container-cube .swiper-slide-shadow-right,
    .swiper-container-cube .swiper-slide-shadow-top,
    .swiper-container-flip .swiper-slide-shadow-bottom,
    .swiper-container-flip .swiper-slide-shadow-left,
    .swiper-container-flip .swiper-slide-shadow-right,
    .swiper-container-flip .swiper-slide-shadow-top {
        z-index: 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .swiper-container-cube .swiper-slide {
        visibility: hidden;
        -webkit-transform-origin: 0 0;
        transform-origin: 0 0;
        width: 100%;
        height: 100%
    }

    .swiper-container-cube.swiper-container-rtl .swiper-slide {
        -webkit-transform-origin: 100% 0;
        transform-origin: 100% 0
    }

    .swiper-container-cube .swiper-slide-active,
    .swiper-container-cube .swiper-slide-next,
    .swiper-container-cube .swiper-slide-next + .swiper-slide,
    .swiper-container-cube .swiper-slide-prev {
        pointer-events: auto;
        visibility: visible
    }

    .swiper-container-cube .swiper-cube-shadow {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: #000;
        opacity: .6;
        -webkit-filter: blur(50px);
        filter: blur(50px);
        z-index: 0
    }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

    .swiper-container-fade .swiper-slide .swiper-slide {
        pointer-events: none
    }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

    .swiper-zoom-container > canvas,
    .swiper-zoom-container > img,
    .swiper-zoom-container > svg {
        max-width: 100%;
        max-height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    animation: swiper-preloader-spin 1s steps(12, end) infinite
}

    .swiper-lazy-preloader:after {
        display: block;
        content: "";
        width: 100%;
        height: 100%;
        background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
        background-position: 50%;
        background-size: 100%;
        background-repeat: no-repeat
    }

.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E")
}

@-webkit-keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


.swiper-container.one {
    padding-top: 40px;
    text-align: center;
}

    .swiper-container.one .swiper-slide {
        padding: 0 43px;
    }

.swiper-container {
    width: 90%;
}

.swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
}

.swiper-slide {
    width: 390px;
    height: auto;
    padding: 0 15px;
}

.two .swiper-slide {
    width: 580px;
}

/*.swiper-slide img {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}*/

.swiper-slide .slider-image .preview-icon {
    z-index: -1;
    width: calc(100% - 30px);
}

.swiper-slide.swiper-slide-active .slider-image:hover .preview-icon {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    z-index: 1;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 0;
}

.swiper-slide h5 {
    visibility: hidden;
    min-height: 60px;
}

.swiper-slide-active h5 {
    visibility: visible;
    text-align: center;
    margin-top: 20px;
    color: #2F2F2F;
    font-size: 18px;
    line-height: 28px;
}

.swiper-pagination-bullet {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #ee0f6f;
    border-radius: 10px;
    display: inline-block;
    height: 10px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 26px;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

.swiper-pagination-bullet-active {
    background: rgba(0, 0, 0, 0) -webkit-linear-gradient(left, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    background: rgba(0, 0, 0, 0) linear-gradient(to right, #ee0f6f 0%, #f89482 100%) repeat scroll 0 0;
    border: medium none;
    height: 12px;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    width: 12px;
}

.video-carousel h2 {
    font-size: 40px;
    line-height: 46px;
    color: #400286;
    font-weight: 700;
    text-align: center;
}

.video-carousel h3 {
    font-size: 18px;
    line-height: 28px;
    color: #2F2F2F;
    text-align: center;
    margin-bottom: 40px;
}


.video-img-wrap {
    position: relative;
}

.swiper-slide .play-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80px;
    height: 80px;
    display: none;
}

.swiper-slide-active .play-icon {
    display: block;
    cursor: pointer;
}

.video-lib-modal .modal-body {
    padding: 0;
}

.video-lib-modal .btn-close {
    position: absolute;
    right: -77px;
    top: -5px;
    opacity: 1;
    background: transparent;
    width: 50px;
    height: 50px;
}

.video-lib-modal .btn-close img {
    width: 100%;
    height: 100%;
}

@media only screen and (max-width: 576px) {
    .tabSection .tab-section ul li:nth-child(2) button {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .how-miebo .tabSection .tab-section ul li:nth-child(2) button {
    padding: 0 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .how-miebo .three-callout .tt p {
    font-size: 24px;
  }
  .uni-feat .img-head {
    padding-left: 60px;
  }
  .uni-feat .img-head .head-cont h5 {
    line-height: 38px;
  }
  section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .content-inside-img img {
    margin-left: unset;
    margin-right: unset;
    padding-left: 61px;
    padding-right: 61px;
  }
  section.miebo_RX-tab .tab-content #MIEBO-vs-artificial-tears .content-inside-img img,
  section.miebo_RX-tab .tab-content #MIEBO-vs-meibum .content-inside-img img {
    max-width: 100%;
  }
  section.miebo_RX-tab .tab-content #MIEBO-vs-perfluorobutylpentane .internal-second img {
    max-width: 100%;
  }
  .three-content .col-lg-3 {
    width: 29%;
  }
}
@media screen and (max-width: 991px) {
  .miebo-difference-bubble .diff-m-bubble-1 {
    position: absolute;
    z-index: 1;
    width: 144px;
    height: 101px;
    background: url("/siteassets/img/img-345x412-miebo-diff-m-1.svg");
    background-position: 1px 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 592px;
  }
  .miebo-difference-bubble .diff-m-bubble-2 {
    position: absolute;
    z-index: 1;
    width: 94.69px;
    height: 124.04px;
    background: url("/siteassets/img/img-345x412-miebo-diff-m-2.svg");
    background-position: 1px 0;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 2621px;
  }
  .miebo-difference-bubble .diff-m-bubble-3 {
    position: absolute;
    z-index: -1;
    width: 114px;
    height: 80px;
    background: url("/siteassets/img/img-345x412-miebo-diff-m-3.svg");
    background-position: 1px 0;
    background-repeat: no-repeat;
    background-size: contain;
    left: -12px;
    top: 3897px;
  }
  .miebo-diff-bubble-left, .unique-fea-bubble-right {
    display: none;
  }
  .meibo-diff {
    padding-top: 141px;
  }
  .meibo-diff .mei-head {
    font-size: 29px;
    line-height: 38px;
    padding: 43px 0 63px;
    margin: 20px 0 0 0;
  }
  .meibo-diff h3 {
    padding: 0 20px;
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 28px;
  }
  .meibo-diff .tt p {
    font-size: 22px;
    line-height: 28px;
  }
  .how-miebo-works {
    padding: 56px 15px 89px 15px;
  }
  .how-miebo-works .content {
    top: 43.5%;
  }
  .uni-feat {
    padding-top: 80px;
    padding-bottom: 133px;
  }
  .uni-feat .seeBtn-two a, .uni-feat .sawBtn-two a {
    float: unset;
    margin: auto;
    width: 194px;
    padding-left: 0;
    padding-right: 0;
    padding-top: 12px;
    padding-bottom: 10px;
    background: -webkit-gradient(linear, left top, right top, from(rgb(220, 243, 251)), to(rgb(226, 245, 246)));
    background: linear-gradient(90deg, rgb(220, 243, 251) 0%, rgb(226, 245, 246) 100%);
  }
  .uni-feat .seeBtn-two a:hover, .uni-feat .sawBtn-two a:hover {
    color: #400286;
  }
  .uni-feat .one-ingredient {
    color: #400286;
    font-size: 26px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 36px;
    margin-top: 10px;
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
  }
  .uni-feat .card-11:first-child {
    margin-top: 109px;
  }
  .uni-feat .free-content {
    margin: 0px 5px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #400286;
    border-radius: 15px;
    margin-top: 51px;
    padding: 0px 0px;
    margin-bottom: 0;
  }
  .uni-feat .free-content li {
    width: 70%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    padding: 16px 0px 19px;
    list-style: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .uni-feat .free-content li:first-child {
    padding-top: 21px;
  }
  .uni-feat .free-content li:last-child {
    padding-bottom: 22px;
  }
  .uni-feat .free-content .child {
    border-bottom: none;
  }
  .uni-feat .img-head {
    padding-left: 60px;
  }
  .uni-feat .img-head .head-cont h5 {
    font-size: 28px;
    line-height: 32px;
  }
  .uni-feat .img-head .head-cont P {
    font-size: 19px;
    line-height: 25px;
  }
  .uni-feat .detail-1 {
    padding-left: 42PX;
    padding-right: 42px;
    padding-bottom: 42px;
    padding-top: 71px;
  }
  .uni-feat .detail-1 .saline {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 0;
    padding-bottom: 20px;
  }
  .uni-feat .detail-1 .miebo {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .uni-feat .detail-1 .afa {
    font-size: 13px;
    line-height: 18px;
  }
  .uni-feat .detail-1 .afa em {
    display: inherit;
    margin-bottom: 5px;
  }
  .uni-feat .detail-1 .fcw {
    font-size: 18px;
    line-height: 24px;
  }
  .uni-feat .det-mei {
    padding-top: 40px;
  }
  .uni-feat .det-mei h5.card-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    padding-bottom: 12px;
    margin-bottom: 0;
    color: #400286;
  }
  .uni-feat .det-mei .content-inner {
    padding-top: 23px;
  }
  .uni-feat .det-mei .content-inner::before {
    top: -67px;
    margin-bottom: 30px;
  }
  .uni-feat .Uni-head {
    font-size: 26px;
    line-height: 36px;
    padding-bottom: 0;
  }
  .uni-feat .card-foot p {
    font-size: 13px;
    line-height: 18px;
  }
  .uni-feat .card-foot p.text-indent {
    margin-top: 5px;
  }
  .how-miebo {
    padding-top: 0;
  }
  .how-miebo h2 {
    font-size: 26px;
    line-height: 48px;
  }
  .how-miebo h3 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 49px;
  }
  .how-miebo h4 {
    font-size: 20px;
    line-height: 27px;
  }
  .how-miebo .three-callout .tt p {
    font-size: 22px;
    line-height: 29px;
  }
  .how-miebo .light-blue-box p {
    font-size: 18px;
    line-height: 24px;
  }
  .video-section {
    position: relative;
    z-index: 2;
    padding-bottom: 124px;
  }

  .see-impact-section {
    position: relative;
    z-index: 1;
    padding: 5% 0;
  }

  .see-impact-top-curve {
    padding-top: 6%;
    background-color: #fff
  }

  .see-impact-btm-curve {
      padding-bottom: 0%;
  }

  .see-impact-section h2 {
    font-size: 26px;
    line-height: 32px;
    padding: 0 17%;
  }

  .see-impact-section h3 {
    font-size: 18px;
    line-height: 24px;
    margin: 55px 0 0px;
  }

  .video-section .card .card-body p.card-text {
    font-size: 18px;
    line-height: 24px;
  }
  .video-section .card .card-body .btn {
    line-height: 19px;
  }
  .video-section p {
    font-size: 18px;
    line-height: 24px;
    text-indent: -6px;
  }
  .tabSection .nav-tabs .nav-link {
    font-size: 19px;
    line-height: 21px;
  }
  .tabSection .tab-content .foot-content {
    padding: 15px;
  }
  .tabSection .tab-content .foot-content p {
    font-size: 18px;
    line-height: 24px;
  }
  section.miebo_RX-tab {
    padding: 0px;
    margin-top: 0px;
    padding: 108px 0 36px 0;
  }
  section.miebo_RX-tab .contentlistwrapperblock .d-lg-flex {
    display: none;
  }
  section.miebo_RX-tab .top-content p.first-top-cont {
    font-weight: 700;
    font-size: 26px;
    color: #400286;
    line-height: 36px;
    margin-bottom: 31px;
    margin-top: 27px;
    padding-left: 15px;
    padding-right: 15px;
  }
  section.miebo_RX-tab .accordion {
    display: block;
  }
  section.miebo_RX-tab .accordion .accordion-item {
    margin-bottom: 12px;
    border-radius: 15px;
    border: unset;
  }
  section.miebo_RX-tab .accordion .accordion-item #collapseOne .accordion-body .txtt-cont p.bold-content {
    font-size: 18px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-header .accordion-button {
    border-radius: 15px 15px 0 0;
    background: #400286;
    text-decoration: none;
    padding: 24px 14px 22px 25px;
    color: #FFFFFF;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-header .accordion-button p {
    color: #FFFFFF;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-header .accordion-button::after {
    background-image: url(/siteassets/img/img-45x45-chevron-accordian-down.png);
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-header .accordion-button.collapsed {
    background: #FFFFFF;
    border-radius: 15px;
    text-decoration: none;
    min-height: 90px;
    padding: 27px 14px 28px 25px;
    color: #400286;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-header .accordion-button.collapsed p {
    color: #400286;
    font-size: 23px;
    line-height: 28px;
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body {
    padding: 20px 16px 32px 16px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .first-txt {
    text-align: center;
    font-size: 19px;
    line-height: 25px;
    font-weight: 700;
    color: #400286;
    margin: auto;
    padding-bottom: 24px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .content-inside-img {
    background: transparent linear-gradient(253deg, rgba(113, 205, 161, 0.08) 0%, rgba(0, 169, 235, 0.08) 100%) 0% 0% no-repeat padding-box;
    border-radius: 10px;
    text-align: center;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .content-inside-img p {
    font-size: 18px;
    line-height: 24px;
    color: #007BC1;
    font-weight: 700;
    text-align: center;
    padding-top: 18px;
    margin: auto;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .content-inside-img img {
    margin-bottom: 19px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont p.pool {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding-top: 25px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont p.bold-content {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .miebum-callout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .miebum-callout img {
    padding-left: 19px;
    padding-right: 19px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .footnote {
    border-top: 1px solid #707070;
    margin-top: 35px;
    padding-top: 27px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .footnote p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .footnote p.study-design span {
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .footnote p:nth-child(2) {
    text-indent: -6px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont .footnote p:last-child {
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-header .accordion-button {
    padding: 9px 15px 9px 25px;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-header .accordion-button.collapsed {
    padding: 14.5px 15px 12.5px 25px;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .content-inside-img img {
    margin-bottom: 0px;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .txtt-cont ul {
    margin-left: 10px;
    padding-top: 21px;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .txtt-cont ul li {
    font-size: 18px;
    line-height: 28px;
    position: relative;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .txtt-cont ul li:first-child {
    padding-bottom: 17px;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .txtt-cont ul li::before {
    top: 12px;
    left: -10px;
    display: inline-block;
    content: "";
    border-radius: 0.375rem;
    height: 5px;
    width: 5px;
    position: absolute;
    background-color: #00A9EB;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .txtt-cont .footnote p:nth-child(2) {
    text-indent: unset;
    padding-top: 13px;
    padding-bottom: 10px;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .txtt-cont .footnote p:nth-child(2) span {
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .txtt-cont .footnote p:last-child {
    text-indent: -6px;
    font-weight: 400;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child {
    margin-top: 14px;
    margin-bottom: unset;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-header .accordion-button {
    padding: 9px 14px 9px 25px;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-header .accordion-button.collapsed {
    padding: 13.5px 14px 13.5px 25px;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body {
    padding-bottom: unset;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .first-txt {
    padding-top: 4px;
    padding-bottom: 9px;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .content-inside-img img {
    padding: 18px 6px 13px 13px;
    margin-bottom: unset;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .scnd-tab-cont img {
    padding: 25px 19px 45px 19px;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .scnd-tab-cont p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .scnd-tab-cont p:nth-child(3) {
    padding-top: 5px;
    padding-bottom: 29px;
    text-indent: -7px;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .scnd-tab-cont p:nth-child(3) span {
    font-weight: 700;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .internal-Third {
    margin-left: -16px;
    margin-right: -16px;
    background: #400286;
    border-radius: 0px 0px 10px 10px;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .internal-Third p {
    font-size: 19px;
    text-align: center;
    font-weight: 700;
    line-height: 26px;
    color: #fff;
    padding: 16px 16px 15px 16px;
  }
  .three-content .col-lg-3:nth-child(even) {
    border: none;
  }
  .science {
    padding-top: 91px;
    padding-bottom: 58px;
  }
  .science .sci .sci-para {
    font-size: 26px;
    font-weight: bold;
    line-height: 48px;
  }
  .science .sci .molecules-form {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    margin-top: 10px;
    padding: 0px 22px;
  }
  .science .sci .unique {
    font-size: 19px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 23.7px;
    padding: 0px 15px;
  }
  .science .air {
    margin-top: 23.9px;
  }
  .science .air .molecule-img {
    width: 100%;
    max-width: 100%;
  }
  .miebo-evaporation .section-all .image-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .miebo-evaporation .section-all .image-box .rx-eye-drop {
    margin-bottom: 33px;
    margin-right: 0;
  }
  .miebo-evaporation .section-all .miebo-evaporation-pg {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    text-align: center;
    margin: auto;
  }
  .miebo-evaporation .flash-card {
    text-align: center;
    margin-top: 22px;
    margin-bottom: 68px;
  }
  .miebo-works .section-all-in .parent-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .miebo-works .section-all-in .parent-img .miebo-science-img {
    margin-bottom: 33px;
    margin-right: 0;
  }
  .miebo-works .section-all-in .miebo-works-pg {
    font-size: 22px;
    font-weight: 700;
    line-height: 29px;
    margin: auto;
    text-align: center;
  }
  .miebo-works .flash-card-new {
    text-align: center;
    margin-top: 22px;
  }
  .cta-wrapper .cta-content h2 {
    font-size: 33px;
    line-height: 36px;
  }
  .refinder-section img {
    top: 0px;
    width: 300px;
    margin-bottom: 25px;
  }
  .dwn-item-wrap {
    width: 100%;
  }
  .dwn-item .btn {
    margin-bottom: 80px;
    font-size: 19px;
    line-height: 19px;
  }
  .cta-section.cta-text-green {
    padding: 70px 0 30px;
  }
  .cta-section.cta-text-green .cta-content h2 {
    font-size: 26px;
    line-height: 32px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  .miebo-diff-bubble-left, .unique-fea-bubble-right {
    display: none;
  }
  .meibo-diff {
    padding-top: 194px;
  }
  .meibo-diff .tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    place-items: center;
  }
  .meibo-diff .tt img {
    width: 50px;
    height: 50px;
    margin-left: 45px;
  }
  .meibo-diff .tt p {
    padding-left: 15px;
    padding-top: 0;
  }
  .meibo-diff .tt2 {
    border: 0;
  }
  .how-miebo-works {
    padding: 56px 15px 119px 15px;
  }
  .how-miebo-works .content {
    left: 51.5%;
  }
  .uni-feat .chart-card {
    padding: 0 23px;
  }
  .uni-feat .first-card {
    margin-bottom: 46px;
  }
  .uni-feat .card-11 {
    margin-top: 70px;
  }
  .uni-feat .img-12 {
    position: absolute;
    top: -6%;
    width: 89px;
  }
  .uni-feat:before {
    width: 90vw;
  }
  .uni-feat .img-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    place-items: center;
    text-align: center;
    padding: 10px 20px 0px 20px;
  }
  .uni-feat .img-head img {
    border-radius: 50%;
    margin-top: -50px;
    width: 90px;
    top: 0;
  }
  .uni-feat .img-head .head-cont {
    padding: 14px 10px 13px;
  }
  .uni-feat .img-head .head-cont h5 {
    margin-bottom: 10px;
  }
  .uni-feat .ih-2 {
    padding: 0;
  }
  .uni-feat .ih-2 .img-12 {
    top: 0;
  }
  .uni-feat .detail-1 {
    padding-bottom: 42px;
    padding-top: 71px;
  }
  .uni-feat .detail-1 .afa em {
    display: inherit;
    margin-bottom: 5px;
  }
  .uni-feat .detail-1 .fcw {
    font-size: 18px;
    line-height: 24px;
    margin-top: 26px;
  }
  .uni-feat .det-mei {
    padding-left: 16px;
    padding-right: 16px;
  }
  .uni-feat .card-foot {
    padding-left: 16px;
    padding-right: 16px;
  }
  .uni-feat .card-foot p.text-indent {
    margin-top: 5px;
  }
  .how-miebo:before {
    width: 120vw;
  }
  .how-miebo h3 {
    margin-bottom: 49px;
  }
  .how-miebo h4 {
    padding: 0 10px;
  }
  .how-miebo p.study-design {
    padding: 50px 15px 80px 15px;
  }
  .how-miebo .three-callout {
    padding: 0 15px;
  }
  .how-miebo .three-callout .tt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    place-items: center;
    margin-bottom: 10px;
  }
  .how-miebo .three-callout .tt p {
    padding: 0 5px 0 15px;
    text-align: left;
  }
  .how-miebo .three-callout .tt img {
    width: 49px;
    height: 49px;
    margin-bottom: 0;
  }
  .how-miebo .three-callout .tt2 {
    border: none;
  }
  .how-miebo .light-blue-box {
    margin: 50px 0;
  }
  .how-miebo .light-blue-box [class*=col-] {
    padding: 28px 23px;
  }
  .video-section {
    padding: 0 5px 124px 5px;
  }
  .see-impact-section {
    position: relative;
    z-index: auto;
    padding: 10% 0 20%;
  }
    .see-impact-section .container{
        position:relative;
        z-index:3;
    }
    .see-impact-top-curve {
        padding-top: 15%;
        background-color: #fff;
        position: relative;
        margin-bottom: -5px;
    }
  .see-impact-btm-curve {
    padding-bottom: 0%;
    position: relative;
    top: -5px;
  }
  .video-section .card {
    min-height: auto;
    background: url(/siteassets/img/img-922x517-how-miebo-video-mb.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .impact-video-sec.video-section .card {
    background: url(/siteassets/img/see-staining-in-action-vid-th-mb.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .video-section .card.shadow {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .video-section .card .card-body {
    right: auto;
    width: 166px;
    height: 166px;
  }
  .see-impact-section.video-section .card .card-body {
    width: 180px;
    height: 180px;
  }
  .video-section .card .card-body .btn {
    line-height: 19px;
    padding: 5px 20px;
    width: 102px;
    font-size: 15px;
  }
  .video-section p {
    padding: 16px 10px 0 10px;
  }
  .tabSection {
    padding: 0 15px;
  }
  .tabSection .nav-tabs .nav-link {
    padding: 10px;
  }
  .tabSection .nav-tabs .nav-link.active:before {
    left: 39%;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #f8636c;
  }
  .three-content .content li {
    padding: 0 22px;
  }
  .cta-wrapper .cta-content {
    flex-direction: column;
  }
  .cta-section {
    padding: 5px 0 152px;
    position: relative;
    overflow: hidden;
    text-align: center;
    margin-top: -5px;
  }
  .cta-link.btn {
    margin-top: 20px;
  }
  .refinder-section img {
    width: 235px;
  }
  .mob-curve {
    margin-top: -30px;
  }
  .rmv-bg-curve-respn {
      background-color: #400286;
  }
  .rmv-bg-curve-respn {
      background-color: #400286;
  }
  .multifact-clinical .did-you-know .sec-all .image-parent .using-mobile {
    margin-bottom: 33px;
  }
  .see-impact-section h2 {
    padding: 0 8%;
  }
  .video-carousel h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .video-carousel h3 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
  .swiper-container {
    width: 80%;
  }
  .two .swiper-slide {
    width: 360px;
  }
  .swiper-button-next, .swiper-button-prev {
    top: 37%;
    width: 30px;
    height: 30px;
    background-size: contain;
  }
  .swiper-button-next {
    right: 5px;
  }
  .swiper-button-prev {
    left: 5px;
  }
  .swiper-slide-active h5 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
  .video-carousel {
    padding: 58px 0 50px;
  }
  .swiper-slide .play-icon {
    width: 60px;
    height: 60px;
  }
}

@media screen and (min-width: 768px) {
    .mob-curve {
        display: none;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .how-miebo .three-callout .tt p {
    font-size: 20px;
    padding: 0 5px;
  }
}
@media screen and (max-width: 390px) {
  .miebo-works .section-all-in .miebo-works-pg {
    max-width: 307px;
    margin: auto;
  }
  section.miebo_RX-tab .accordion .accordion-item {
    max-width: 352px;
    margin: auto;
    margin-bottom: 12px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .first-txt {
    max-width: 291px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .content-inside-img p {
    max-width: 255px;
  }
  section.miebo_RX-tab .accordion .accordion-item .accordion-body .txtt-cont p.bold-content {
    max-width: 294px;
    font-size: 18px;
  }
  section.miebo_RX-tab .accordion .accordion-item:nth-child(2) .accordion-body .first-txt {
    max-width: unset;
  }
  section.miebo_RX-tab .accordion .accordion-item:last-child .accordion-body .internal-Third p {
    max-width: 317px;
    margin: auto;
    padding-left: unset;
    padding-right: unset;
  }
    .banner .banner-content p {
        padding: 0 46px;
    }
}
@media screen and (max-width: 375px) {
  .meibo-diff .tt img {
    margin-left: 35px;
  }
}
@media screen and (max-width: 365px) {
  .how-miebo .three-callout {
    padding: 0 10px;
  }
  header .anchorLinks.mi-diff ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 991px) {
  .three-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }
  .three-content .content {
    padding: 66px 0px 76px;
  }
  .three-content .content li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    text-align: start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .three-content .content li:first-child p {
    max-width: 100%;
  }
  .three-content .content li .mebio-icon {
    width: 51px;
    height: 51px;
  }
  .three-content .content li p {
    max-width: 100%;
    color: #400286;
    font-size: 20px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 29px;
    margin-top: 0px;
    margin-left: 14px;
    max-width: 100%;
    margin-right: 13px;
    margin-bottom: 0;
  }
  .three-content .content .child {
    margin: 32px 0px;
    border-left: none;
    border-right: none;
  }
  .unique-features .features {
    margin: 0px 16px;
  }
  .unique-features .features .unique {
    color: #007BC1;
    font-size: 26px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 48px;
  }
  .unique-features .features .one-ingredient {
    color: #400286;
    font-size: 26px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 36px;
    margin-top: 12px;
  }
  .unique-features .free-content {
    margin: 0px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #400286;
    border-radius: 15px;
    margin-top: 26px;
    padding: 4px 0px;
  }
  .unique-features .free-content li {
    width: 70%;
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 700;
    font-family: "Poppins", sans-serif;
    line-height: 28px;
    padding: 16px 0px 19px;
    list-style: none;
    border-right: none;
    border-bottom: 1px solid #ffffff;
  }
  .unique-features .free-content .child {
    border-bottom: none;
  }
  .uni-feat .card-11.second-card {
    margin-top: 62px;
  }
}
section.miebo_RX-tab .nav-pills .nav-link:nth-child(1):hover {
  position: relative;
  background: unset;
}

section.miebo_RX-tab .nav-pills .nav-link:nth-child(1):hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 111%;
  height: 100%;
  background: rgba(0, 169, 235, 0.15);
  z-index: -1;
}

section.miebo_RX-tab .nav-pills .nav-link:nth-child(1).active:hover {
  background: white;
}

section.miebo_RX-tab .nav-pills .nav-link:nth-child(1).active:hover::before {
  background: white;
}

section.tab-contentsec .nav-pills .nav-link:nth-child(1):hover {
  position: relative;
  background: unset;
}

section.tab-contentsec .nav-pills .nav-link:nth-child(1):hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 111%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  z-index: 0;
}

section.tab-contentsec .nav-pills .nav-link:nth-child(1).active:hover {
  background: white;
}

section.tab-contentsec .nav-pills .nav-link:nth-child(1).active:hover::before {
  background: white;
  z-index: -1;
}

.study-design-sec .nav-pills .nav-link {
  z-index: 1;
}

.study-design-sec .tab-content {
  z-index: 1;
}

.study-design-sec .nav-pills .nav-link:nth-child(1):hover {
  position: relative;
  background: unset;
}

.study-design-sec .nav-pills .nav-link:nth-child(1):hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: -5px;
  width: 111%;
  height: 100%;
  background: rgba(0, 169, 235, 0.15);
  z-index: -1;
}

.study-design-sec .nav-pills .nav-link:nth-child(1).active {
  z-index: 2;
}

.study-design-sec .nav-pills .nav-link:nth-child(1).active:hover {
  background: #EFFAFB;
  z-index: 2;
}

.study-design-sec .nav-pills .nav-link:nth-child(1).active:hover::before {
  background: #EFFAFB;
  left: 0px;
}

.study-design-sec .nav-pills .nav-link:nth-child(2).active {
  z-index: 2;
}

.popup-div .tab-sec-Efficacy {
  padding: 0;
  background: unset;
  position: unset;
}
.popup-div .tab-sec-Efficacy .tab-content {
  background: unset;
}
.popup-div .tab-sec-Efficacy .tab-content .content-inside-img {
  display: unset;
  position: unset;
  background-color: unset;
  border-radius: unset;
  margin-bottom: unset;
  padding: unset;
  margin-left: unset;
  margin-right: unset;
}

section.miebo_RX-tab .tab-content #MIEBO-vs-meibum p.second-txt {
  margin: 38px auto 37px;
}

.miebo_RX-tab .d-lg-flex {
  margin-bottom: 82px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

sup,
span {
  color: inherit;
  font-weight: inherit;
}

html {
  scroll-behavior: smooth;
}

section.tab-contentsec {
  background-color: #400286;
  padding: 108px 60px 60px 60px;
  position: relative;
}
section.tab-contentsec .contentlistwrapperblock .d-lg-flex {
  margin-bottom: 106px;
  display: block;
}
section.tab-contentsec .contentlistwrapperblock .accordion {
  display: none;
}
section.tab-contentsec .vertical-tab {
  margin-bottom: 106px;
}
section.tab-contentsec .vertical-tab .container {
  padding: 0;
}
section.tab-contentsec .right-bubble {
  width: 346px;
  max-width: 346px;
  height: 219px;
  max-height: 219px;
  background: url(/siteassets/img/img-316x246-first-right-droplet-set-9.png) no-repeat;
  background-size: contain;
  background-position: 111% 100%;
  position: absolute;
  right: 0;
}
section.tab-contentsec .left-bubble {
  width: 171px;
  max-width: 346px;
  height: 339px;
  max-height: 340px;
  background: url(/siteassets/img/img-316x246-second-left-droplet-set-8.png) no-repeat;
  background-size: contain;
  background-position: 111% 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
section.tab-contentsec p.first-top-cont {
  text-align: center;
  font-size: 52px;
  color: #71CDA1;
  font-weight: 700;
  line-height: 63px;
  margin-bottom: 25px;
  margin-top: 99px;
}
section.tab-contentsec p.first-top-cont span {
  display: block;
}
section.tab-contentsec p.secnd-top-cont {
  font-size: 28px;
  color: #fff;
  font-weight: 700;
  line-height: 38px;
  margin-bottom: 55px;
  text-align: center;
}
section.tab-contentsec p.secnd-top-cont span {
  display: block;
}
section.tab-contentsec p.thrd-top-cont {
  font-size: 34px;
  color: #71CDA1;
  font-weight: 700;
  text-align: center;
  margin-bottom: 26px;
}
section.tab-contentsec p span {
  color: inherit;
}
section.tab-contentsec p span.no-wrap {
  display: unset;
}
section.tab-contentsec p sup {
  color: inherit;
}
section.tab-contentsec .nav-pills .nav-link {
  cursor: pointer;
  background-color: transparent;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: relative;
  width: 304px;
  max-width: 305px;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: white;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
}
section.tab-contentsec .nav-pills .nav-link#SIGN-IMPROVEMENT-tab {
  padding: 37px 60px 38px 49px;
}
section.tab-contentsec .nav-pills .nav-link#SIGN-IMPROVEMENT-tab.active:nth-child(1) {
  padding: 36px 60px 38px 49px;
}
section.tab-contentsec .nav-pills .nav-link#SYMPTOM-RELIEF-tab {
  padding: 37px 60px 38px 49px;
}
section.tab-contentsec .nav-pills .nav-link#SYMPTOM-RELIEF-tab p.small-txt {
  margin-top: 4px;
}
section.tab-contentsec .nav-pills .nav-link#SYMPTOM-RELIEF-tab.active:nth-child(1) {
  padding: 36px 60px 38px 49px;
}
section.tab-contentsec .nav-pills .nav-link#SIGN-IMPROVEMENT-two-tab {
  padding: 30px 60px 38px 49px;
}
section.tab-contentsec .nav-pills .nav-link#SIGN-IMPROVEMENT-two-tab img {
  margin-top: 17px;
}
section.tab-contentsec .nav-pills .nav-link#SIGN-IMPROVEMENT-two-tab.active:nth-child(1) {
  padding: 36px 60px 38px 49px;
}
section.tab-contentsec .nav-pills .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.15);
}
section.tab-contentsec .nav-pills .nav-link:hover span.fa.fa-chevron-right {
  background: #400286;
}
section.tab-contentsec .nav-pills .nav-link.active span.fa.fa-chevron-right {
  background: #400286;
}
section.tab-contentsec .nav-pills .nav-link:nth-child(3) {
  border-bottom: none;
  border-inline-start-width: 5px;
  border-inline-start-style: solid;
  border-inline-start-color: transparent;
}
section.tab-contentsec .nav-pills .nav-link:nth-child(3) p.left-selct-frst-cont {
  margin: 22px 20px 0 33px;
}
section.tab-contentsec .nav-pills .nav-link:nth-child(1) {
  border-inline-start-width: 5px;
  border-inline-start-style: solid;
  border-inline-start-color: transparent;
}
section.tab-contentsec .nav-pills .nav-link:nth-child(1) p.left-selct-frst-cont {
  margin: 29px 20px 0 33px;
}
section.tab-contentsec .nav-pills .nav-link:nth-child(2) {
  border-inline-start-width: 5px;
  border-inline-start-style: solid;
  border-inline-start-color: transparent;
}
section.tab-contentsec .nav-pills .nav-link:nth-child(2) p.left-selct-frst-cont {
  margin: 40px 20px 0 33px;
}
section.tab-contentsec .nav-pills .nav-link.active {
  color: black;
  background-color: white;
  border-radius: 0;
  border-left: 5px solid;
  -o-border-image: linear-gradient(180deg, #198FC6 0%, #244793 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#198FC6), to(#244793));
     border-image: linear-gradient(180deg, #198FC6 0%, #244793 100%);
  border-image-slice: 1;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 304px;
  max-width: 305px;
  position: relative;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #400286;
  font-weight: 700;
  font-size: 22px;
}
section.tab-contentsec .nav-pills .nav-link.active p {
  color: #400286;
  font-weight: 700;
  font-size: 22px;
  margin-top: 22px;
}
section.tab-contentsec .nav-pills .nav-link.active p.bld-txt {
  color: black;
  font-weight: 700;
}
section.tab-contentsec .nav-pills .nav-link.active p.small-txt {
  font-weight: 400;
  color: #231F20;
  margin-top: 0px;
}
section.tab-contentsec .nav-pills .nav-link.active img {
  position: absolute;
  margin-left: -105px;
  margin-top: 12px;
}
section.tab-contentsec .nav-pills .nav-link p.left-selct-frst-cont {
  margin: 0 20px 0 33px;
  line-height: 22px;
}
section.tab-contentsec .nav-pills .nav-link p.small-txt {
  color: #fff;
  font-weight: 400;
  font-size: 18px;
}
section.tab-contentsec .nav-pills .nav-link img {
  position: absolute;
  margin-left: -105px;
  margin-top: 12px;
}
section.tab-contentsec .nav-pills span.fa-chevron-right {
  background: #F8636C;
  color: white;
  width: 35px;
  display: inline-block;
  border-radius: 25px;
  height: 35px;
  font-size: 22px;
  margin-left: 3px;
  margin-top: 12px;
  margin-bottom: 0;
  position: relative;
}
section.tab-contentsec .nav-pills span.fa-chevron-right:before {
  content: "\f054";
  left: 11px;
  top: 7px;
  position: relative;
}
section.tab-contentsec .nav-pills span.fa-chevron-right:hover {
  background-color: #400286;
}
section.tab-contentsec span.fa.fa-chevron-right {
  display: block;
}
section.tab-contentsec .tab-content {
  background-color: white;
  text-align: center;
  z-index: 1;
  border-radius: 0px 10px 10px;
}
section.tab-contentsec .tab-content .first-pane p.second-txt {
  margin: 0 auto;
  margin-bottom: 12px;
  max-width: 674px;
}
section.tab-contentsec .tab-content #symptom-relief p.second-txt {
  max-width: 621px;
}
section.tab-contentsec .tab-content .fade {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
section.tab-contentsec .tab-content .modal.show .modal-dialog {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  max-width: 900px;
  margin-top: 20px;
}
section.tab-contentsec .tab-content p {
  margin-right: auto;
  margin-left: auto;
}
section.tab-contentsec .tab-content p.first-txt {
  font-size: 19px;
  font-weight: 700;
  color: #007BC1;
  margin: 24px 0 8px 0;
}
section.tab-contentsec .tab-content p.second-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  color: #400286;
  margin-bottom: 12px;
}
section.tab-contentsec .tab-content .content-inside-img {
  display: inline-block;
  width: 83.1%;
  background: transparent linear-gradient(253deg, rgba(113, 205, 161, 0.08) 0%, rgba(0, 169, 235, 0.08) 100%) 0% 0% no-repeat padding-box;
  position: relative;
  border-radius: 10px;
  padding: 0 61px 26px 26px;
}
section.tab-contentsec .tab-content .content-inside-img p {
  color: #007BC1;
  font-size: 20px;
  font-weight: 700;
  padding-top: 20px;
  padding-bottom: 25px;
  margin-left: 27px;
}
section.tab-contentsec .tab-content .content-inside-img .magnify-outer {
  position: absolute;
  right: 3%;
  margin-top: -8%;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: inline-block;
  background-color: #F8636C;
  cursor: pointer;
}
section.tab-contentsec .tab-content .content-inside-img .magnify-outer:hover {
  background-color: #400286;
}
section.tab-contentsec .tab-content .content-inside-img img {
  padding-bottom: 10px;
}
section.tab-contentsec .tab-content .content-inside-img img.magnifying-glass {
  position: relative;
  margin-top: 20%;
}
section.tab-contentsec .tab-content .content-inside-img .modal {
  pointer-events: none;
}
section.tab-contentsec .tab-content .content-inside-img .modal#modal-one .modal-body img, section.tab-contentsec .tab-content .content-inside-img .modal#modal-two .modal-body img, section.tab-contentsec .tab-content .content-inside-img .modal#modal-three .modal-body img {
  padding-bottom: unset;
  height: 502px;
}
section.tab-contentsec .tab-content .content-inside-img .modal .modal-body {
  padding-bottom: 68px;
}
section.tab-contentsec .tab-content .content-inside-img .modal .modal-header {
  border: none;
}
section.tab-contentsec .tab-content .content-inside-img .modal .modal-header .close-inner {
  background: url(/siteassets/img/img-60x60-tearpad-modalclose.png);
  background-size: cover;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 23px;
  right: 23px;
  cursor: pointer;
  z-index: 1;
}
section.tab-contentsec .tab-content .content-inside-img .modal img.close-img {
  position: relative;
  right: 1%;
  margin-top: 23%;
  width: 31px;
}
section.tab-contentsec .tab-content .content-inside-img .modal p {
  color: #007BC1;
  font-size: 30px;
  font-weight: 700;
  padding-top: 20px;
  margin-bottom: 29.2px;
}
section.tab-contentsec .tab-content .content-inside-img .modal p sup {
  color: inherit;
}
section.tab-contentsec .tab-content .internal-second {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 29px 34px 35px 34px;
}
section.tab-contentsec .tab-content .internal-second img {
  width: 216px;
  margin-bottom: 30px;
}
section.tab-contentsec .tab-content .internal-second p {
  text-align: left;
  font-size: 14px;
  color: #1A1818;
  line-height: 20px;
}
section.tab-contentsec .tab-content .internal-second p.foot-note {
  margin-top: 10px;
  font-size: 14px;
  color: #2F2F2F;
}
section.tab-contentsec .tab-content .scnd-tab-cont {
  margin-top: 21px;
}
section.tab-contentsec .tab-content .scnd-tab-cont p {
  margin-top: 5px;
  color: #2F2F2F;
}

.study-bubble-right {
  width: 202px;
  max-width: 202px;
  height: 417px;
  max-height: 418px;
  background: url(/siteassets/img/img-202x418-droplet-set.png) no-repeat;
  background-size: contain;
  background-position: 111% 100%;
  position: absolute;
  right: 0;
  z-index: 1;
  margin-top: -6%;
}

.exp-Section.two-seebtn .container {
  padding: 0 12px;
}



.look-closer-cont {
    align-items: center;
    display: flex;
    flex-direction: column;
    gap: 20px;
    /* color: #fff; */
    background-color: #400286;
    border-radius: 15px;
    padding: 30px 0px 30px;
    margin-bottom: 30px;
}
.look-closer-cont h3 {
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 36px;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color:#fff;
}
.top-curve {
  background-color: #400286;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 110px;
}
.top-curve:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 29vw;
  height: 100%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
}

.bottom-curve {
  background: linear-gradient(257deg, rgb(229, 246, 244) 0%, rgb(221, 243, 249) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 110px;
}
.bottom-curve:before {
  content: "";
  position: absolute;
  top: -301%;
  left: 50%;
  width: 29vw;
  height: 100%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
}

.study-design-sec {
  background-color: white;
}
.study-design-sec .container {
  position: relative;
}
.study-design-sec .content-study p.fst-cont {
  font-size: 40px;
  color: #400286;
  font-weight: 700;
  margin-bottom: 52px;
  text-align: center;
}
.study-design-sec .content-study p.scd-cont {
  font-size: 26px;
  color: #400286;
  font-weight: 700;
  line-height: 34px;
  text-align: left;
  margin-bottom: 16px;
}
.study-design-sec .content-study p.scd-cont span {
  white-space: nowrap;
  color: inherit;
}
.study-design-sec .content-study p.thd-cont {
  font-size: 18px;
  color: #2F2F2F;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-bottom: 53px;
}
.study-design-sec .exp-Section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.study-design-sec .exp-Section a {
  background: #fff;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding-right: 60px;
}
.study-design-sec .exp-Section a:after {
  position: absolute;
  content: "";
  right: 12px;
  background: url(/siteassets/img/icon-30x30-expand-icon-update.svg) no-repeat;
  background-size: contain;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.study-design-sec .exp-Section a.arrow {
  background: #eef9f4 0% 0% no-repeat padding-box;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 22px 95px 15px 95px;
  border-radius: 10px 10px 0px 0px;
}
.study-design-sec .exp-Section a.arrow:after {
  content: "";
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  font-size: 40px;
  top: 18px;
  right: 44px;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.study-design-sec .exp-Section .ctaBtn-two {
  display: none;
}
.study-design-sec .exp-Section .ctaBtn-two a {
  left: 36px;
  background: #eef9f4 0% 0% no-repeat padding-box;
  float: right;
  padding: 15px 30px;
  display: inline;
  color: #F8636C;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 22px 95px 15px 95px;
  border-radius: 0px 0px 10px 10px;
}
.study-design-sec .exp-Section .ctaBtn-two a:after {
  position: absolute;
  content: "";
  right: 12px;
  background: url(/siteassets/img/icon-30x30-expand-icon-update.svg) no-repeat;
  background-size: contain;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
}
.study-design-sec .exp-Section .ctaBtn-two a.arrow:after {
  content: "";
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  font-size: 40px;
  top: 18px;
  right: 44px;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
}
.study-design-sec .exp-Panel {
  background: rgba(113, 205, 161, 0.12);
  color: black;
  font-size: 14.6px;
  font-weight: 400;
  padding: 60px 0 40px;
  display: none;
  border-radius: 0px 10px;
}
.study-design-sec .exp-Panel p.expandfull-cont-one {
  font-size: 24px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 26px;
}
.study-design-sec .exp-Panel p.expandfull-cont-two {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-bottom: 26px;
}
.study-design-sec .exp-Panel p.individual-note {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
  margin-bottom: 5px;
}
.study-design-sec .exp-Panel p.last-note {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
}
.study-design-sec .exp-Panel img {
  width: 100%;
  margin-bottom: 59px;
}
.study-design-sec .exp-Panel .list-tag {
  margin-bottom: 26px;
}
.study-design-sec .exp-Panel .list-tag p {
  font-size: 18px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 11px;
}
.study-design-sec .exp-Panel .list-tag ul li {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: 22px;
  list-style-type: disc;
}
.study-design-sec .exp-Panel .list-tag ul li::marker {
  color: #00A9EB;
}
.study-design-sec .exp-Panel .list-tag ul li:nth-child(3) {
  list-style: none;
}
.study-design-sec .exp-Panel .list-tag ul.scnd-li {
  margin-left: 43px;
}
.study-design-sec .exp-Panel .list-tag ul.scnd-li li {
  list-style-type: none;
  margin-left: 0;
  max-width: 774px;
}
.study-design-sec .exp-Panel .list-tag ul.scnd-li li:before {
  content: "-";
  padding-right: 10px;
  color: #00A9EB;
  margin-left: -20px;
}
.study-design-sec .exp-Panel .list-tag-two {
  margin-bottom: 30px;
}
.study-design-sec .exp-Panel .list-tag-two p {
  font-size: 18px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 11px;
}
.study-design-sec .exp-Panel .list-tag-two ul li {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: 22px;
  list-style-type: disc;
}
.study-design-sec .exp-Panel .list-tag-two ul li::marker {
  color: #00A9EB;
}
.study-design-sec .exp-Panel .list-tag-two .scnd-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.study-design-sec .exp-Panel .list-tag-two .scnd-list-item ul:nth-child(2) {
  margin-left: 22.6%;
}
.study-design-sec .d-lg-flex {
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  padding: 59px 60px 41px 60px;
}
.study-design-sec .nav-pills .nav-link {
  color: #400286;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  padding: 36px 34px 9px 73px;
  cursor: pointer;
  background-color: transparent;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  position: relative;
  width: 304px;
  max-width: 305px;
  border-radius: 0;
}
.study-design-sec .nav-pills .nav-link p {
  margin-bottom: 0;
}
.study-design-sec .nav-pills .nav-link:hover {
  background: rgba(0, 169, 235, 0.15);
}
.study-design-sec .nav-pills .nav-link:hover span.fa-chevron-right {
  background: #400286;
}
.study-design-sec .nav-pills .nav-link:nth-child(1) {
  border-inline-start-width: 5px;
  border-inline-start-style: solid;
  border-inline-start-color: transparent;
}
.study-design-sec .nav-pills .nav-link:nth-child(1) p.left-selct-frst-cont {
  margin: 29px 20px 0 56px;
}
.study-design-sec .nav-pills .nav-link:nth-child(1).active {
  -webkit-box-shadow: -5px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: -5px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.study-design-sec .nav-pills .nav-link:nth-child(1).active p.small-txt {
  color: #2f2f2f;
}
.study-design-sec .nav-pills .nav-link:nth-child(2) {
  border-inline-start-width: 5px;
  border-inline-start-style: solid;
  border-inline-start-color: transparent;
  border-bottom: 1px solid #5c5c5c;
}
.study-design-sec .nav-pills .nav-link:nth-child(2) p.left-selct-frst-cont {
  margin: 40px 20px 0 56px;
}
.study-design-sec .nav-pills .nav-link:nth-child(2) p.small-txt {
  margin-top: 3px;
}
.study-design-sec .nav-pills .nav-link:nth-child(2).active {
  -webkit-box-shadow: -5px 3px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: -5px 3px 6px rgba(0, 0, 0, 0.1607843137);
}
.study-design-sec .nav-pills .nav-link:nth-child(2).active p.small-txt {
  margin-top: 3px;
  color: #2f2f2f;
}
.study-design-sec .nav-pills .nav-link.active {
  background: #EFFAFB;
  border-radius: 0;
  border-left: 5px solid;
  -o-border-image: linear-gradient(180deg, #198FC6 0%, #244793 100%);
     border-image: -webkit-gradient(linear, left top, left bottom, from(#198FC6), to(#244793));
     border-image: linear-gradient(180deg, #198FC6 0%, #244793 100%);
  border-image-slice: 1;
  -webkit-writing-mode: horizontal-tb;
      -ms-writing-mode: lr-tb;
          writing-mode: horizontal-tb;
  width: 304px;
  max-width: 305px;
  position: relative;
  margin-top: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #400286;
  font-weight: 700;
  font-size: 22px;
}
.study-design-sec .nav-pills .nav-link.active p.bld-txt {
  color: black;
  font-weight: 700;
}
.study-design-sec .nav-pills .nav-link.active p.small-txt {
  font-weight: 400;
  color: #231F20;
  margin-top: 0px;
}
.study-design-sec .nav-pills .nav-link.active img {
  width: 79px;
  height: 82px;
  position: absolute;
  margin-left: -105px;
  margin-top: 12px;
}
.study-design-sec .nav-pills .nav-link.active span.fa-chevron-right {
  background: #400286;
}
.study-design-sec .nav-pills .nav-link p.left-selct-frst-cont {
  margin: 0 20px 0 33px;
  line-height: 22px;
}
.study-design-sec .nav-pills .nav-link p.small-txt {
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #231F20;
}
.study-design-sec .nav-pills .nav-link img {
  width: 79px;
  height: 82px;
  position: absolute;
  margin-left: -105px;
  margin-top: 12px;
}
.study-design-sec .nav-pills span.fa-chevron-right {
  background: #F8636C;
  color: white;
  width: 35px;
  display: inline-block;
  border-radius: 25px;
  height: 35px;
  font-size: 22px;
  margin-top: 11px;
  margin-bottom: 22px;
}
.study-design-sec .nav-pills span.fa-chevron-right:before {
  content: "\f054";
  left: 11px;
  top: 7px;
  position: relative;
}
.study-design-sec .tab-content {
  background: transparent linear-gradient(217deg, #F4FBF8 0%, #EBF9FE 100%) 0% 0% no-repeat padding-box;
  text-align: center;
  border-radius: 0px 10px 10px;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.study-design-sec .tab-content p.second-txt {
  margin: 0 auto;
  margin-bottom: 30px;
  max-width: 569px;
}
.study-design-sec .tab-content .fade {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.study-design-sec .tab-content .modal.show .modal-dialog {
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  max-width: 1112px;
}
.study-design-sec .tab-content p {
  margin-right: auto;
  margin-left: auto;
}
.study-design-sec .tab-content p.first-txt {
  font-size: 19px;
  font-weight: 700;
  color: #007BC1;
  margin: 34px 0 12px 0;
}
.study-design-sec .tab-content p.second-txt {
  font-size: 22px;
  font-weight: 700;
  line-height: 29px;
  color: #400286;
  margin-bottom: 27px;
}
.study-design-sec .tab-content .content-inside-img {
  display: inline-block;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 34px;
  padding: 40px 39px 40px 26px;
  margin-left: 63px;
  margin-right: 41px;
}
.study-design-sec .tab-content .content-inside-img p {
  color: #007BC1;
  font-size: 20px;
  font-weight: 700;
  padding-bottom: 24px;
}
.study-design-sec .tab-content .content-inside-img .magnify-outer {
  position: absolute;
  right: 17px;
  top: 18px;
  width: 47px;
  height: 47px;
  border-radius: 50%;
  display: inline-block;
  background-color: #F8636C;
  cursor: pointer;
}
.study-design-sec .tab-content .content-inside-img .magnify-outer:hover {
  background-color: #400286;
}
.study-design-sec .tab-content .content-inside-img img.magnifying-glass {
  position: relative;
  margin-top: 20%;
}
.study-design-sec .tab-content .content-inside-img .modal {
  pointer-events: none;
}
.study-design-sec .tab-content .content-inside-img .modal .modal-header {
  border: none;
}
.study-design-sec .tab-content .content-inside-img .modal .modal-header .close-inner {
  background: url(/siteassets/img/img-60x60-tearpad-modalclose.png);
  background-size: cover;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 23px;
  right: 23px;
  cursor: pointer;
  z-index: 1;
}
.study-design-sec .tab-content .content-inside-img .modal img {
  padding-bottom: 41px;
}
.study-design-sec .tab-content .content-inside-img .modal img.close-img {
  position: relative;
  right: 1%;
  margin-top: 23%;
  width: 31px;
}
.study-design-sec .tab-content .content-inside-img .modal p {
  color: #007BC1;
  font-size: 30px;
  font-weight: 700;
  padding-top: 18px;
  padding-bottom: 9.3px;
}
.study-design-sec .tab-content .content-inside-img .modal p sup {
  color: inherit;
}
.study-design-sec .accordion {
  display: none;
}

.Thankyou-container h1 {
  font-size: 40px;
  font-weight: 700;
  line-height: 46px;
  color: #400286;
  margin-bottom: 14px;
  text-align: center;
}
.Thankyou-container p {
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  color: #2F2F2F;
}

.efficacy-card {
  padding: 115px 0 4px 0;
}
.efficacy-card .card {
  min-height: 382px;
  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;
  border-radius: 15px;
  border: 0;
  margin: auto;
}
.efficacy-card .card-1 {
  background: url(/siteassets/img/img-580x385-droplets.png);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 585px;
  max-height: 382px;
  cursor: pointer;
  background-size: 100% 100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.efficacy-card .card-1 .card-body {
  position: absolute;
  right: 10%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.efficacy-card .card-1:hover .effi-selct-call {
  background: #400286;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efficacy-card .card-1:hover {
  background-size: 120% 120%;
  position: relative;
}
.efficacy-card .card-2 {
  background: url(/siteassets/img/img-580x385-tab.png);
  background-position: center;
  background-repeat: no-repeat;
  max-width: 585px;
  max-height: 386px;
  cursor: pointer;
  background-size: 100% 100%;
  -webkit-transition: all 0.7s ease-in-out;
  transition: all 0.7s ease-in-out;
}
.efficacy-card .card-2 .card-body {
  position: absolute;
  right: 10%;
  background: rgba(255, 255, 255, 0.7);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.efficacy-card .card-2:hover .effi-selct-call {
  background: #400286;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efficacy-card .card-2:hover {
  background-size: 120% 120%;
  position: relative;
}
.efficacy-card .card-body {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: rgba(255, 255, 255, 0.8);
  max-width: 260px;
  height: 256px;
  width: 256px;
  border-radius: 100%;
}
.efficacy-card .card-body p {
  background: none;
  color: #400286;
  text-align: center;
  margin-bottom: 8px;
  font-size: 25px;
  line-height: 28px;
  font-weight: bold;
}
.efficacy-card .card-body .effi-selct-call {
  padding-left: 25px;
  padding-right: 25px;
  padding-top: 10px;
  padding-bottom: 6px;
  border-radius:40px;
  color: #fff;
  background: #f8636c;
  text-decoration: none;
  font-size: 19px;
  font-weight: bold;
  line-height: 19px;
}
.efficacy-card .card-body .effi-selct-call:hover {
  background: #400286;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.efficacy-card .modal {
  pointer-events: none;
}
.efficacy-card .modal .modal-dialog {
  max-width: 980px;
  border-radius: 10px;
  pointer-events: all;
}
.efficacy-card .modal .modal-dialog .modal-header {
  border: none;
}
.efficacy-card .modal .modal-dialog .modal-header .close-inner {
  position: absolute;
  rotate: 46deg;
  right: 3%;
  margin-top: 10%;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  z-index: 2;
  background-color: #F8636C;
  cursor: pointer;
}
.efficacy-card .modal .modal-dialog .modal-header .close-inner:hover {
  background-color: #400286;
}
.efficacy-card .modal .modal-dialog img.close-img {
  position: relative;
  right: -23%;
  margin-top: 23%;
  width: 31px;
}
.efficacy-card .modal .modal-dialog .modal-body p {
  text-align: center;
  font: 700 26px/48px "Poppins", sans-serif;
  color: #400286;
  margin-bottom: 39px;
  margin-top: 20px;
}
.efficacy-card .modal .modal-dialog .modal-body .inside-cont {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}
.efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body {
  text-align: center;
  margin-bottom: 62px;
}
.efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body img {
  max-width: 205px;
}
.efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body p {
  font: 700 19px/29px "Poppins", sans-serif;
  color: #2F2F2F;
  margin: 24px 0 19px;
}
.efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body p.expect {
  margin-bottom: 19px;
}
.efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body a.btn {
  line-height: 19px;
  padding: 11px 28px 13px;
}

.kalahari-safety .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kalahari-safety h4 {
  font-size: 40px;
  line-height: 48px;
  font-weight: 700;
  color: #400286;
  text-align: center;
  max-width: 705px;
  margin: auto;
  margin-top: 52px;
}
.kalahari-safety .primary-endpoint {
  margin-top: 32px;
  margin-bottom: 27px;
  text-align: center;
}
.kalahari-safety .primary-endpoint a {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  color: #007BC1;
}
.kalahari-safety .primary-endpoint a:hover {
  color: #400286;
}
.kalahari-safety h3 {
  font-size: 26px;
  line-height: 34px;
  color: #400286;
  text-align: center;
  font-weight: 700;
  max-width: 749px;
  margin: auto;
  margin-bottom: 31px;
}
.kalahari-safety .patients_miebo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kalahari-safety .patients_miebo .patients_observe > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: baseline;
      -ms-flex-pack: baseline;
          justify-content: baseline;
}
.kalahari-safety .patients_miebo .patients_observe > div .Check-mark {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  padding-top: 5px;
}
.kalahari-safety .patients_miebo .patients_observe > div .Check-mark img {
  min-width: 25px;
  height: 25px;
}
.kalahari-safety .patients_miebo .patients_observe > div p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
}
.kalahari-safety .patients_miebo .patients_observe > div:first-child {
  margin-bottom: 27px;
}
.kalahari-safety .patients_miebo .patients_observe > div:first-child p {
  max-width: 563px;
}
.kalahari-safety .patients_miebo .patients_observe > div:last-child p {
  max-width: 546px;
}

.kalahari-study-design .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kalahari-study-design .footnote {
  padding-bottom: 54px;
}
.kalahari-study-design .footnote p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2F2F2F;
  padding-left: 12px;
}
.kalahari-study-design .Gobi-study {
  background: #400286;
  border-radius: 25px;
  margin-bottom: 89px;
}
.kalahari-study-design .Gobi-study p {
  text-align: center;
  font-size: 20px;
  line-height: 28px;
  font-weight: 400;
  color: #fff;
  padding: 22px 74px;
}
.kalahari-study-design .Gobi-study p span {
  font-weight: 700;
}
.kalahari-study-design .study-efficacy h3 {
  text-align: center;
  font-size: 26px;
  line-height: 34px;
  color: #400286;
  font-weight: 700;
  margin-bottom: 11px;
}
.kalahari-study-design .study-efficacy h4 {
  font-size: 19px;
  line-height: 25px;
  color: #400286;
  font-weight: 700;
  margin-bottom: 17px;
}
.kalahari-study-design .study-efficacy p {
  font-size: 18px;
  line-height: 28px;
  color: #2F2F2F;
  font-weight: 400;
  margin-bottom: 33px;
  max-width: 925px;
}

.Form__Element__ValidationError {
  font-size: 14px;
  font-weight: 700;
  font-style: italic;
  color: #E74B3C !important;
}

.gobi-mojave {
  background-color: #400286;
  padding-bottom: 25px;
}
.gobi-mojave .content {
  border-radius: 15px;
  background-color: #fff;
  padding: 31px 0px 58px;
  color: #000;
  position: relative;
  z-index: 1;
}
.gobi-mojave .content.contentbg {
  background-color: unset;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(93%, white), color-stop(58%, rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, white 93%, rgba(255, 255, 255, 0) 58%);
}
.gobi-mojave .content .gopi-content {
  padding-left: 95px;
  padding-right: 95px;
}
.gobi-mojave .content .content-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  color: #007BC1;
  text-align: center;
}
.gobi-mojave .content .sub-heading {
  font-size: 22px;
  font-weight: 700;
  line-height: 27px;
  color: #400286;
  text-align: start;
  max-width: 894px;
  padding: 24px 0 16px;
}
.gobi-mojave .content .content-para {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #2F2F2F;
  text-align: start;
  padding-bottom: 26px;
}
.gobi-mojave .content .content-para span {
  font-weight: 700;
}
.gobi-mojave .content .exp-Section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.gobi-mojave .content .exp-Section a {
  background: #fff;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.gobi-mojave .content .exp-Section a:after {
  position: absolute;
  content: "";
  right: -36px;
  background: url(/siteassets/img/icon-30x30-expand-icon-update.svg) no-repeat;
  background-size: contain;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.gobi-mojave .content .exp-Section a.arrow {
  background: #eef9f4 0% 0% no-repeat padding-box;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 23px 124px 0px 89px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
  left: -95px;
}
.gobi-mojave .content .exp-Section a.arrow:after {
  content: "";
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  font-size: 40px;
  top: 23px;
  right: 86px;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.gobi-mojave .content .exp-Section .cta-Btn-two {
  display: block;
}
.gobi-mojave .content .exp-Section .cta-Btn-two a {
  left: 12px;
  top: -1px;
  background: #eef9f4 0% 0% no-repeat padding-box;
  float: right;
  padding: 15px 30px;
  display: inline;
  color: #F8636C;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 10px 127px 12px 86px;
  border-radius: 0px 0px 10px 10px;
}
.gobi-mojave .content .exp-Section .cta-Btn-two a:after {
  position: absolute;
  content: "";
  right: 12px;
  background: url(/siteassets/img/icon-30x30-expand-icon-update.svg) no-repeat;
  background-size: contain;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
}
.gobi-mojave .content .exp-Section .cta-Btn-two a.arrow:after {
  content: "";
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  font-size: 40px;
  top: 10px;
  right: 88px;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.gobi-mojave .content .exp-Panel {
  background: rgba(113, 205, 161, 0.12);
  color: black;
  font-size: 14.6px;
  font-weight: 400;
  padding: 75px 10px 66px 11px;
  display: block;
  border-radius: 0px 10px;
}
.gobi-mojave .content .exp-Panel.exppanelbg {
  background: #eef9f4 0% 0% no-repeat padding-box;
}
.gobi-mojave .content .exp-Panel .footnote-gobi p {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
  padding-top: 10px;
}
.gobi-mojave .content .exp-Panel .footnote-gobi p.strong {
  text-indent: -6px;
}
.gobi-mojave .content .exp-Panel .footnote-gobi p:first-child {
  padding-top: unset;
}
.gobi-mojave .content .exp-Panel .footnote-gobi p:nth-child(2) {
  padding-top: unset;
}
.gobi-mojave .content .exp-Panel .footnote-gobi p:nth-child(3) {
  padding-top: unset;
}
/*.gobi-mojave .content .exp-Panel .footnote-gobi p:nth-child(4) {
  text-indent: -6px;
}*/
.gobi-mojave .content .exp-Panel .footnote-gobi p:nth-child(5) {
  text-indent: -6px;
}
.gobi-mojave .content .exp-Panel .footnote-gobi p:nth-child(6) {
  text-indent: -6px;
}
.gobi-mojave .content .exp-Panel p.expandfull-cont-one {
  font-size: 24px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 26px;
}
.gobi-mojave .content .exp-Panel p.expandfull-cont-two {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-bottom: 26px;
}
.gobi-mojave .content .exp-Panel p.individual-note {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
  margin-bottom: 5px;
}
.gobi-mojave .content .exp-Panel p.last-note {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
  line-height: 20px;
}
.gobi-mojave .content .exp-Panel img {
  width: 100%;
  margin-bottom: 49px;
}
.gobi-mojave .content .exp-Panel .list-tag {
  margin-bottom: 26px;
}
.gobi-mojave .content .exp-Panel .list-tag p {
  font-size: 18px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 11px;
}
.gobi-mojave .content .exp-Panel .list-tag ul li {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: 22px;
  list-style-type: disc;
}
.gobi-mojave .content .exp-Panel .list-tag ul li::marker {
  color: #00A9EB;
}
/*.gobi-mojave .content .exp-Panel .list-tag ul li:nth-child(3) {
  list-style: none;
}*/
.gobi-mojave .content .exp-Panel .list-tag ul.scnd-li {
  margin-left: 43px;
}
.gobi-mojave .content .exp-Panel .list-tag ul.scnd-li li {
  list-style-type: none;
  margin-left: 0;
  max-width: 774px;
}
.gobi-mojave .content .exp-Panel .list-tag ul.scnd-li li:before {
  content: "-";
  padding-right: 10px;
  color: #00A9EB;
  margin-left: -20px;
}
.gobi-mojave .content .exp-Panel .list-tag-two {
  margin-bottom: 30px;
}
.gobi-mojave .content .exp-Panel .list-tag-two p {
  font-size: 18px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 11px;
}
.gobi-mojave .content .exp-Panel .list-tag-two ul li {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: 22px;
  list-style-type: disc;
}
.gobi-mojave .content .exp-Panel .list-tag-two ul li::marker {
  color: #00A9EB;
}
.gobi-mojave .content .exp-Panel .list-tag-two .scnd-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.gobi-mojave .content .exp-Panel .list-tag-two .scnd-list-item ul:nth-child(2) {
  margin-left: 22.6%;
}

.kalahariexp-Section {
  padding-bottom: 24px;
}
.kalahariexp-Section.two-seebtn {
  padding: 0;
}
.kalahariexp-Section .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.kalahariexp-Section .seeless a {
  color: #F8636C;
}
.kalahariexp-Section a {
  background: #fff;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}
.kalahariexp-Section a:after {
  position: absolute;
  content: "";
  right: -36px;
  background: url(/siteassets/img/icon-30x30-expand-icon-update.svg) no-repeat;
  background-size: contain;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.kalahariexp-Section a.arrow {
  background: #eef9f4 0% 0% no-repeat padding-box;
  display: inline-block;
  color: #F8636C;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 23px 124px 0px 89px;
  border-radius: 10px 10px 0px 0px;
  cursor: pointer;
}
.kalahariexp-Section a.arrow:after {
  content: "";
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  font-size: 40px;
  top: 23px;
  right: 86px;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}
.kalahariexp-Section .seeless-two {
  display: none;
}
.kalahariexp-Section .seeless-two a {
  background: #eef9f4 0% 0% no-repeat padding-box;
  float: right;
  padding: 15px 30px;
  display: inline;
  color: #F8636C;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  padding: 11px 127px 12px 86px;
  border-radius: 0px 0px 10px 10px;
}
.kalahariexp-Section .seeless-two a:after {
  position: absolute;
  content: "";
  right: 12px;
  background: url(/siteassets/img/icon-30x30-expand-icon-update.svg) no-repeat;
  background-size: contain;
  width: 30px;
  max-width: 30px;
  height: 30px;
  max-height: 30px;
}
.kalahariexp-Section .seeless-two a.arrow:after {
  content: "";
  background: url(/siteassets/img/icon-30x30-collapse-icon-update.svg) no-repeat;
  background-size: contain;
  font-size: 40px;
  top: 10px;
  right: 88px;
  width: 27.8px;
  max-width: 27.8px;
  height: 27.8px;
  max-height: 27.8px;
}

.kalahariexp-Panel {
  background: rgba(113, 205, 161, 0.12);
  color: black;
  font-size: 14.6px;
  font-weight: 400;
  padding: 60px 0 54px;
  display: none;
  border-radius: 0px 10px;
}
.kalahariexp-Panel p.expandfull-cont-one {
  font-size: 24px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 26px;
}
.kalahariexp-Panel p.expandfull-cont-two {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-bottom: 26px;
}
.kalahariexp-Panel p.individual-note {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
  margin-bottom: 5px;
}
.kalahariexp-Panel p.last-note {
  font-size: 14px;
  font-weight: 400;
  color: #2F2F2F;
}
.kalahariexp-Panel img {
  width: 100%;
  margin-bottom: 59px;
}
.kalahariexp-Panel .list-tag {
  margin-bottom: 26px;
}
.kalahariexp-Panel .list-tag p {
  font-size: 18px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 11px;
}
.kalahariexp-Panel .list-tag ul li {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: 22px;
  list-style-type: disc;
}
.kalahariexp-Panel .list-tag ul li::marker {
  color: #00A9EB;
}
.kalahariexp-Panel .list-tag ul li:nth-child(3) {
  list-style: none;
}
.kalahariexp-Panel .list-tag ul.scnd-li {
  margin-left: 43px;
}
.kalahariexp-Panel .list-tag ul.scnd-li li {
  list-style-type: none;
  margin-left: 0;
  max-width: 774px;
}
.kalahariexp-Panel .list-tag ul.scnd-li li:before {
  content: "-";
  padding-right: 10px;
  color: #00A9EB;
  margin-left: -20px;
}
.kalahariexp-Panel .list-tag-two {
  margin-bottom: 30px;
}
.kalahariexp-Panel .list-tag-two p {
  font-size: 18px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 11px;
}
.kalahariexp-Panel .list-tag-two ul li {
  font-size: 18px;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: 22px;
  list-style-type: disc;
}
.kalahariexp-Panel .list-tag-two ul li::marker {
  color: #00A9EB;
}
.kalahariexp-Panel .list-tag-two .scnd-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.kalahariexp-Panel .list-tag-two .scnd-list-item ul:nth-child(2) {
  margin-left: 22.6%;
}
.kalahariexp-Panel .full-design .kalahari-chart img {
  margin-bottom: unset;
}
.kalahariexp-Panel .full-design ul li {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  color: #2F2F2F;
  margin-left: 22px;
  list-style-type: disc;
}
.kalahariexp-Panel .full-design ul li::marker {
  color: #00A9EB;
}
.kalahariexp-Panel .full-design ul.chart-ocular {
  margin-top: 50px;
  margin-bottom: 43px;
}
.kalahariexp-Panel .full-design ul.chart-ocular li {
  margin-bottom: 10px;
}
.kalahariexp-Panel .full-design ul.chart-ocular li:last-child {
  margin-bottom: unset;
}
.kalahariexp-Panel .full-design ul.Primary {
  padding-bottom: 12px;
}
.kalahariexp-Panel .full-design ul.Primary li {
  max-width: 278px;
}
.kalahariexp-Panel .full-design ul.effi-ul {
  margin-bottom: 24px;
}
.kalahariexp-Panel .full-design h4 {
  font-size: 24px;
  line-height: 34px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #400286;
}
.kalahariexp-Panel .full-design .safety-efficacy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.kalahariexp-Panel .full-design .safety-efficacy .safety {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border-right: 1px solid #707070;
}
.kalahariexp-Panel .full-design .safety-efficacy .efficacy {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin-left: 55px;
}
.kalahariexp-Panel .full-design h5 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #400286;
}
.kalahariexp-Panel .full-design h6 {
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 8px;
  color: #2F2F2F;
}
.kalahariexp-Panel .full-design .rfootnote {
  margin-top: 20px;
}
.kalahariexp-Panel .full-design .rfootnote p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.kalahariexp-Panel .full-design .rfootnote p:nth-child(2) {
  text-indent: -6px;
}
.kalahariexp-Panel .full-design .rfootnote p span {
  font-size: inherit;
  font-weight: 700;
  color: inherit;
}

@media screen and (min-width: 1440px) {
  .kalahariexp-Section .seeless a.arrow {
    left: 0px !important;
  }
}
@media screen and (min-width: 1366px) {
  .kalahariexp-Panel .full-design .safety-efficacy .safety {
    padding-right: 20px;
  }
  .kalahariexp-Section .seeless a.arrow {
    left: 0px;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal p {
    margin-bottom: 9.2px;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal.show .modal-dialog {
    max-width: 1112px;
    margin-top: -10px;
  }
  section.tab-contentsec .efficacy-card .card-2 {
    margin-left: 19px;
  }
}
@media screen and (max-width: 1200px) {
  .study-bubble-right,
  .right-bubble,
  .left-bubble {
    display: none;
  }
  .bubble-secw ul {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bubble-secw ul li {
    margin: 0 0 0 25px;
  }
  .bubble-secw ul li:nth-child(1) {
    margin: 0 0 0 0px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .kalahariexp-Panel .full-design .safety-efficacy .efficacy {
    margin-left: 25px;
  }
  section.tab-contentsec .tab-content .modal.show .modal-dialog {
    max-width: 800px;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal .modal-body {
    padding-bottom: 31px;
  }
  .study-design-sec .tab-content .modal.show .modal-dialog {
    max-width: 800px;
  }
  section.tab-contentsec .tab-content .content-inside-img p {
    font-size: 16px;
  }
  .study-design-sec .d-lg-flex {
    padding: 59px 74px 41px 74px;
  }
  section.tab-contentsec .tab-content .content-inside-img .magnify-outer {
    width: 38px;
    height: 38px;
    right: 2%;
    margin-top: -7%;
  }
  section.tab-contentsec .tab-content .content-inside-img img.magnifying-glass {
    right: 0%;
    margin-top: 5px;
    width: 24px;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal .modal-header {
    padding: 0;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal .modal-header .close-inner {
    right: 2%;
    margin-top: 0%;
    width: 50px;
    height: 50px;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal p {
    padding-top: 15px;
    font-size: 25px;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal img {
    padding-bottom: 10px;
  }
  section.tab-contentsec .tab-content .content-inside-img .modal img.close-img {
    width: 35px;
    margin-top: 13%;
  }
}
.kalahariexp-Section .seeless a:hover {
  color: #400286;
}

.kalahariexp-Section .seeless-two a:hover {
  color: #400286;
}

.kalahariexp-Section a:hover:after {
  background: url(/siteassets/img/icon-30x30-expand-icon-update-hover.svg) no-repeat;
}

.kalahariexp-Section .seeless a.arrow:hover:after {
  background: url(/siteassets/img/icon-30x30-collapse-icon-update-hover.svg) no-repeat;
}

.kalahariexp-Section .seeless-two a.arrow:hover:after {
  background: url(/siteassets/img/icon-30x30-collapse-icon-update-hover.svg) no-repeat;
}

.gobi-mojave .content .exp-Section .cta-Btn-two a.arrow:hover {
  color: #400286;
}

.gobi-mojave .content .exp-Section .cta-Btn-two a.arrow:hover:after {
  background: url(/siteassets/img/icon-30x30-collapse-icon-update-hover.svg) no-repeat;
}

section.tab-contentsec .tab-content .content-inside-img .modal .modal-header .close-inner:hover {
  background: url(/siteassets/img/img-60x60-tearpad-modalclose-hover.png);
  background-size: cover;
}

.study-design-sec .tab-content .content-inside-img .modal .modal-header .close-inner:hover {
  background: url(/siteassets/img/img-60x60-tearpad-modalclose-hover.png);
  background-size: cover;
}

.gobi-mojave .content .exp-Section a:hover {
  color: #400286;
}

.gobi-mojave .content .exp-Section a.arrow:hover:after {
  background: url(/siteassets/img/icon-30x30-collapse-icon-update-hover.svg) no-repeat;
}

.gobi-mojave .content .exp-Section a:hover:after {
  background: url(/siteassets/img/icon-30x30-expand-icon-update-hover.svg) no-repeat;
}

@media screen and (max-width: 991px) {
  .accordion-button:focus {
    -webkit-box-shadow: unset !important;
            box-shadow: unset !important;
  }
  .study-design-sec .d-lg-flex {
    display: none;
  }
  .study-design-sec .accordion {
    padding: 26px 6px 29px 6px;
    display: block;
  }
  .study-design-sec .accordion .accordion-item:last-of-type {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .kalahariexp-Panel .full-design ul.chart-ocular {
    margin-top: 29px;
    margin-bottom: 39px;
  }
  .kalahariexp-Panel .full-design h4 {
    font-size: 20px;
    line-height: 30px;
  }
  .kalahariexp-Panel .full-design .safety-efficacy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .kalahariexp-Panel .full-design .safety-efficacy .safety {
    border-right: 0;
  }
  .kalahariexp-Panel .full-design .safety-efficacy .efficacy {
    margin-left: unset;
    margin-top: 30px;
  }
  .kalahariexp-Panel .full-design .rfootnote {
    margin-top: 30px;
  }
  .kalahariexp-Panel .full-design .rfootnote p {
    margin-bottom: 10px;
  }
  .kalahariexp-Panel .full-design .rfootnote p:last-child {
    margin-bottom: unset;
  }
  .accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .two-seebtn {
    margin-bottom: 1px;
  }
  .top-curve {
    height: 70px;
  }
  .bottom-curve {
    height: 70px;
  }
  section.tab-contentsec {
    padding: 0px;
    margin-top: 0px;
    padding: 108px 0 36px 0;
  }
  section.tab-contentsec .contentlistwrapperblock .d-lg-flex {
    display: none;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion {
    display: block;
  }
  section.tab-contentsec .contentlistwrapperblock {
    background-color: #400286;
    padding: 0 19px 7px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item {
    border: 0;
    border-bottom: 1px solid #fff;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(1) button img {
    margin-top: -17px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(2) .accordion-body p.second-txt {
    margin-bottom: 14px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(2) .txtt-cont .scnd-tab-cont {
    padding-bottom: 19px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(2) .txtt-cont .scnd-tab-cont p:nth-child(2) {
    padding-bottom: 6px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(3) {
    border-bottom: none;
    border-radius: 0;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(3) button img {
    margin-top: -17px;
    margin-right: 9px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(3) .accordion-body p.second-txt {
    margin-bottom: 14px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item:nth-child(3) .txtt-cont .scnd-tab-cont {
    padding-bottom: 21px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item button {
    text-decoration: none;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-item button img {
    width: 56px;
    max-width: 70px;
    height: 56px;
    margin-right: 9px;
    max-height: 70px;
  }
  section.tab-contentsec .contentlistwrapperblock .content-inside-img {
    background: transparent linear-gradient(253deg, rgba(113, 205, 161, 0.08) 0%, rgba(0, 169, 235, 0.08) 100%) 0% 0% no-repeat padding-box;
    position: relative;
    padding: 22px 13px 22px 13px;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  section.tab-contentsec .contentlistwrapperblock .content-inside-img img {
    width: 100%;
  }
  section.tab-contentsec .contentlistwrapperblock .content-inside-img p {
    color: #007BC1;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn,
  section.tab-contentsec .contentlistwrapperblock .accordion-button {
    background-color: #400286;
    padding: 26px 10px 28px 10px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 26px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn:after,
  section.tab-contentsec .contentlistwrapperblock .accordion-button:after {
    background-image: url(/siteassets/img/img-45x45-chevron-accordian-down.png);
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn:not(.collapsed),
  section.tab-contentsec .contentlistwrapperblock .accordion-button:not(.collapsed) {
    background-color: #601CAD;
    padding: 26px 10px 28px 10px;
    border-radius: 0;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn:not(.collapsed) span.fa-chevron-down,
  section.tab-contentsec .contentlistwrapperblock .accordion-button:not(.collapsed) span.fa-chevron-down {
    background: #400286;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn:not(.collapsed) p,
  section.tab-contentsec .contentlistwrapperblock .accordion-button:not(.collapsed) p {
    color: #fff;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn:not(.collapsed) span.fa-chevron-down,
  section.tab-contentsec .contentlistwrapperblock .accordion-button:not(.collapsed) span.fa-chevron-down {
    rotate: 180deg;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn p,
  section.tab-contentsec .contentlistwrapperblock .accordion-button p {
    color: #fff;
    font-size: 19px;
    font-weight: 700;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn p.small-txt,
  section.tab-contentsec .contentlistwrapperblock .accordion-button p.small-txt {
    font-size: 16px;
    font-weight: 400;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn span.fa-chevron-down,
  section.tab-contentsec .contentlistwrapperblock .accordion-button span.fa-chevron-down {
    background: #F8636C;
    color: white;
    width: 35px;
    position: absolute;
    right: 16px;
    display: inline-block;
    border-radius: 25px;
    height: 35px;
    font-size: 22px;
    margin-left: 36px;
    margin-top: -25px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-buttn span.fa-chevron-down:before,
  section.tab-contentsec .contentlistwrapperblock .accordion-button span.fa-chevron-down:before {
    left: 7px;
    top: 7px;
    position: relative;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body .container {
    --bs-gutter-x: 0;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body p {
    text-align: center;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body p.first-txt {
    color: #007BC1;
    font-size: 19px;
    font-weight: 700;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body p.second-txt {
    color: #400286;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    margin-bottom: 34px;
    margin-top: 14px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body .img-cont {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body .img-cont img {
    width: 216px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body .txtt-cont p {
    font-size: 13px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body .txtt-cont p.pool {
    text-align: left;
    margin-bottom: 20px;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body .txtt-cont .scnd-tab-cont p {
    text-align: left;
  }
  section.tab-contentsec .contentlistwrapperblock .accordion-body .txtt-cont .scnd-tab-cont p.foot-note {
    margin-top: 10px;
    margin-bottom: 11px;
  }
  section.tab-contentsec p.first-top-cont {
    font-size: 29px;
    color: #71CDA1;
    line-height: 38px;
    margin-bottom: 30px;
    margin-top: 43px;
    padding-top: 43px;
  }
  section.tab-contentsec p.secnd-top-cont {
    font-size: 24px;
    color: #fff;
    line-height: 34px;
    margin-bottom: 61px;
  }
  section.tab-contentsec p.thrd-top-cont {
    font-size: 26px;
    line-height: 28px;
    margin-bottom: 13px;
  }
  .study-design-sec {
    padding-bottom: 0px;
  }
  .study-design-sec .content-study p.fst-cont {
    font-size: 31px;
    margin-top: 0px;
    margin-bottom: 18px;
  }
  .study-design-sec .content-study p.scd-cont {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 16px;
  }
  .study-design-sec .content-study p.scd-cont span {
    white-space: normal;
  }
  .study-design-sec .exp-Panel p.expandfull-cont-one {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 56px;
  }
  .study-design-sec .exp-Panel p.last-note {
    font-size: 13px;
    text-indent: 0;
  }
  .study-design-sec .exp-Panel .list-tag ul li:nth-child(4) {
    margin-left: 0px;
  }
  .study-design-sec .exp-Panel .list-tag ul.scnd-li {
    margin-left: 43px;
    margin-top: 20px;
  }
  .study-design-sec .exp-Panel .list-tag-two {
    margin-bottom: 25px;
  }
  .study-design-sec .exp-Panel .list-tag-two .scnd-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .study-design-sec .exp-Panel .list-tag-two .scnd-list-item ul:nth-child(2) {
    margin-left: 0;
  }
  .study-design-sec .exp-Section .ctaBtn a.arrow {
    padding: 22px 180px 15px 28px;
  }
  .kalahariexp-Section.two-seebtn {
    padding: 0;
  }
  .kalahariexp-Section a {
    padding-left: 11px;
  }
  .kalahariexp-Section .seeless a.arrow {
    padding: 16px 121px 6px 78px;
  }
  .kalahariexp-Section .seeless a.arrow:after {
    top: 16px;
    right: 82px;
    margin-left: 11px;
  }
  .kalahariexp-Section .seeless-two a.arrow {
    padding: 10px 108px 12px 71px;
  }
  .kalahariexp-Section .seeless-two a.arrow:after {
    top: 10px;
    right: 69px;
    margin-left: 11px;
  }
  .efficacy-card .card .card-body {
    right: auto;
  }
  .efficacy-card .card-1 {
    max-width: 350px;
    min-height: 290px;
  }
  .efficacy-card .card-2 {
    max-width: 350px;
    min-height: 290px;
  }
  .efficacy-card .cad-p .ptag {
    padding-left: 15px;
    padding-right: 15px;
  }
  .efficacy-card .card-body {
    max-width: 250px;
    height: 234px;
    width: 234px;
  }
  .efficacy-card .card-body p {
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
  }
  .efficacy-card .cad-p .ptag .p12 {
    font-size: 13px;
    line-height: 18px;
  }
  .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body p.expect {
    margin-bottom: 20px;
  }
  .study-design-sec {
    padding: 0px;
    margin-top: 0px;
  }
  .study-design-sec .accordion-item {
    border: 0;
    border-bottom: 1px solid #5C5C5C;
  }
  .study-design-sec .accordion-item a {
    text-decoration: none;
  }
  .study-design-sec .accordion-button img {
    width: 56px;
    max-width: 70px;
    height: 56px;
    max-height: 70px;
  }
  .study-design-sec .content-inside-img {
    background: #fff;
    position: relative;
    padding: 22px 11px 22px 9px;
    border-radius: 10px;
    margin-bottom: 25px;
  }
  .study-design-sec .content-inside-img img {
    width: 100%;
  }
  .study-design-sec .content-inside-img p {
    color: #007BC1;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    padding-top: 0px;
    padding-bottom: 8px;
  }
  .study-design-sec .accordion-header .accordion-button {
    padding: 26px 10px 28px 0px;
    background-color: #fff;
  }
  .study-design-sec .accordion-header .accordion-button::after {
    background-image: url(/siteassets/img/img-45x45-chevron-accordian-down.png);
    width: 35px;
    height: 35px;
    background-size: cover;
  }
  .study-design-sec .accordion-header .accordion-button:not(.collapsed) {
    background-color: #601CAD;
    padding: 26px 10px 28px 10px;
    border-radius: 0;
  }
  .study-design-sec .accordion-header .accordion-button:not(.collapsed) p {
    color: #FFF;
  }
  .study-design-sec .accordion-header .accordion-button:not(.collapsed) p.small-txt {
    color: #FFF;
  }
  .study-design-sec .accordion-header .accordion-button:not(.collapsed) span.fa-chevron-down {
    rotate: 180deg;
  }
  .study-design-sec .accordion-header .accordion-button p {
    color: #400286;
    font-size: 19px;
    font-weight: 700;
    margin-left: 9px;
  }
  .study-design-sec .accordion-header .accordion-button p.small-txt {
    font-size: 16px;
    line-height: 21px;
    color: #2F2F2F;
    font-weight: 400;
  }
  .study-design-sec .accordion-body {
    background: transparent linear-gradient(253deg, rgba(113, 205, 161, 0.08) 0%, rgba(0, 169, 235, 0.08) 100%) 0% 0% no-repeat padding-box;
    padding: 16px 15px 16px 16px;
  }
  .study-design-sec .accordion-body .container {
    --bs-gutter-x: 0;
  }
  .study-design-sec .accordion-body p {
    text-align: center;
  }
  .study-design-sec .accordion-body p.first-txt {
    color: #007BC1;
    font-size: 19px;
    font-weight: 700;
    padding-top: 11px;
  }
  .study-design-sec .accordion-body p.second-txt {
    color: #400286;
    font-size: 19px;
    font-weight: 700;
    line-height: 25px;
    margin: auto;
    margin-bottom: 33px;
    margin-top: 14px;
  }
  .study-design-sec .accordion-body .img-cont {
    margin-top: 0px;
    text-align: center;
    margin-bottom: 30px;
  }
  .study-design-sec .accordion-body .txtt-cont p {
    font-size: 13px;
  }
  .study-design-sec .accordion-body .txtt-cont p.pool {
    text-align: left;
    margin-bottom: 40px;
  }
  .study-design-sec .accordion-body .txtt-cont .scnd-tab-cont p {
    text-align: left;
  }
  .study-design-sec .accordion-body .txtt-cont .scnd-tab-cont p.foot-note {
    margin-top: 12px;
    margin-bottom: 22px;
  }
  .kalahari-safety h3 {
    font-size: 22px;
    line-height: 29px;
    text-align: left;
    margin-bottom: 23px;
  }
  .kalahari-safety h4 {
    font-size: 29px;
    line-height: 38px;
  }
  .kalahari-safety .primary-endpoint {
    margin-top: 30px;
    margin-bottom: 33px;
  }
  .kalahari-safety .patients_miebo .patients_observe > div:first-child {
    margin-bottom: 30px;
  }
  .kalahari-study-design {
    padding-left: 11px;
    padding-right: 11px;
  }
  .kalahari-study-design .footnote {
    padding-bottom: 29px;
  }
  .kalahari-study-design .footnote p:last-child {
    margin-top: 8px;
  }
  .kalahari-study-design .Gobi-study {
    margin-bottom: 63px;
  }
  .kalahari-study-design .Gobi-study p {
    font-size: 18px;
    line-height: 26px;
    font-weight: 400;
    padding: 22px 16px;
  }
  .kalahari-study-design .study-efficacy h3 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 13px;
  }
  .kalahari-study-design .study-efficacy h4 {
    margin-bottom: 20px;
  }
  .gobi-mojave {
    padding-top: 40px;
  }
  .gobi-mojave .content {
    padding: 34px 0px 50px 0px;
  }
  .gobi-mojave .content .gopi-content {
    padding-left: unset;
    padding-right: unset;
  }
  .gobi-mojave .content .content-heading {
    font-size: 24px;
    line-height: 32px;
    margin: auto;
  }
  .gobi-mojave .content .sub-heading {
    font-size: 19px;
    line-height: 25px;
    padding: 16px 26px 16px 22px;
  }
  .gobi-mojave .content .content-para {
    font-size: 18px;
    line-height: 27px;
    padding: 0 26px 40px 22px;
  }
  .gobi-mojave .content .content-para span {
    font-weight: 700;
    display: inline;
  }
  .gobi-mojave .content .exp-Panel {
    padding: 41px 7px 24px 11px;
  }
  .gobi-mojave .content .exp-Panel .container {
    padding: 0 12px;
  }
  .gobi-mojave .content .exp-Panel .footnote-gobi p {
    font-size: 13px;
  }
  .gobi-mojave .content .exp-Panel p.expandfull-cont-one {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 25px;
  }
  .gobi-mojave .content .exp-Panel p.last-note {
    font-size: 13px;
    text-indent: 0;
    line-height: 19px;
  }
  /*.gobi-mojave .content .exp-Panel .list-tag ul li:nth-child(4) {
    margin-left: 0px;
  }*/
  .gobi-mojave .content .exp-Panel .list-tag ul.scnd-li {
    margin-left: 43px;
    margin-top: 20px;
  }
  .gobi-mojave .content .exp-Panel .list-tag-two {
    margin-bottom: 25px;
  }
  .gobi-mojave .content .exp-Panel .list-tag-two .scnd-list-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .gobi-mojave .content .exp-Panel .list-tag-two .scnd-list-item ul:nth-child(2) {
    margin-left: 0;
  }
  .gobi-mojave .content .exp-Section .cta-Btn a {
    margin-left: 22px;
  }
  .gobi-mojave .content .exp-Section .cta-Btn a.arrow {
    padding: 17px 115px 6px 64px;
    border-radius: 0px 10px 0px 0px;
    left: -21px;
  }
  .gobi-mojave .content .exp-Section .cta-Btn a.arrow:after {
    top: 16px;
    right: 77px;
    margin-left: 11px;
  }
  .gobi-mojave .content .exp-Section .cta-Btn-two a {
    padding: 11px 100px 12px 60px;
  }
  .gobi-mojave .content .exp-Section .cta-Btn-two a.arrow:after {
    top: 10px;
    right: 60px;
    margin-left: 11px;
  }
    .look-closer-cont h3 {
        font-size: 25px;
        line-height:28px;
    }

}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: inherit;
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .efficacy-card .modal {
    pointer-events: all;
  }
  .efficacy-card .modal .modal-dialog {
    max-width: 665px;
  }
  .contentlistwrapperblock .internal-second {
    margin-top: 30px;
  }
  .contentlistwrapperblock .content-inside-img p {
    font-size: 22px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .contentlistwrapperblock .content-inside-img img.ipad-img {
    max-width: 489px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  .kalahariexp-Section .seeless-two {
    margin-left: -12px;
  }
  .kalahariexp-Section-open > .container {
    padding: 0;
  }
  .kalahariexp-Section.two-seebtn .container {
    padding: 0;
  }
  .kalahariexp-Section.two-seebtn .container .row {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .kalahariexp-Section .seeless-two a {
    left: 0;
  }
  section.tab-contentsec {
    padding-top: 168px;
  }
  .top-curve {
    height: 30px;
  }
  .bottom-curve {
    height: 30px;
  }
  .study-design-sec {
    padding-bottom: 20px;
  }
  .study-design-sec:before {
    width: 60vw;
  }
  .study-design-sec .content-study {
    padding: 0 20px;
  }
  .study-design-sec .exp-Section {
    padding-left: 23px;
    padding-right: 23px;
  }
  .study-design-sec .exp-Section a {
    padding-right: 55px;
  }
  .efficacy-card .card .card-body {
    right: auto;
  }
  .efficacy-card .card-1 {
    max-width: 320px;
    min-height: 290px;
    background: url(/siteassets/img/img-320x290-droplets-mob.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    z-index: 2;
  }
  .efficacy-card .card-2 {
    max-width: 320px;
    min-height: 290px;
    background: url(/siteassets/img/img-320x290-tab-mob.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 110% 110%;
    margin-top: 44px;
    z-index: 2;
  }
  .efficacy-card .card-body {
    max-width: 250px;
    height: 234px;
    width: 234px;
  }
  .efficacy-card .card-body p {
    font-size: 25px;
    line-height: 28px;
    font-weight: bold;
  }
  .efficacy-card .cad-p .ptag {
    padding-left: 15px;
    padding-right: 15px;
  }
  .efficacy-card .cad-p .ptag .p12 {
    font-size: 13px;
    line-height: 18px;
  }
  .efficacy-card .modal {
    overflow-y: scroll;
    pointer-events: all;
  }
  .efficacy-card .modal .modal-dialog {
    border-radius: 10px;
  }
  .efficacy-card .modal .modal-dialog .modal-header {
    border: none;
  }
  .efficacy-card .modal .modal-dialog .modal-header .close-inner {
    width: 36px;
    height: 36px;
  }
  .efficacy-card .modal .modal-dialog .modal-header .close-inner:hover {
    background-color: #400286;
  }
  .efficacy-card .modal .modal-dialog img.close-img {
    right: -20%;
    margin-top: 20%;
    width: 21px;
  }
  .efficacy-card .modal .modal-dialog .modal-body p {
    text-align: center;
    font: 700 22px/29px "Poppins", sans-serif;
    color: #400286;
    margin-bottom: 39px;
    margin-top: 17px;
  }
  .efficacy-card .modal .modal-dialog .modal-body .inside-cont {
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body {
    text-align: center;
    margin-bottom: 70px;
  }
  .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body.scnd-one {
    margin-bottom: 39px;
  }
  .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body img {
 max-width: 170px;
  }
    .Down-resources-1 h5 {
      
        line-height: 30px;
    }
  .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body p {
    font: 700 18px/26px "Poppins", sans-serif;
    color: #2F2F2F;
    margin: 17px 0 21px;
  }
  .efficacy-card .modal .modal-dialog .modal-body .inside-cont .content-body a.btn {
    line-height: 19px;
    padding: 14px 28px 15px;
  }
  .contentlistwrapperblock .accordion-item:nth-child(3) .accordion-button p.small-txt {
    padding: 0 38px 0px 0px;
  }
  section.tab-contentsec p.first-top-cont {
    margin-top: 60px;
  }
  .meibo-diff .mei-head {
    margin: 40px 0 0 0;
  }
    .ready-title h2 {
        font-size: 29px;
        line-height: 38px;
    }

    .ready-title p {
        font-size: 24px;
        line-height: 38px;
    }
    .look-closer-cont {
      margin-top:40px;
        padding: 30px 14px 30px;
      
    }
        .look-closer-cont h3 {
            font-size: 27px;
        }
    .banner-1mm {
        flex-direction: row;
        align-items: center;
        gap: 14px;
       
    }


}
@media screen and (max-width: 576px) {
  .gobi-mojave .content .content-heading {
    max-width: 277px;
  }
}
@media screen and (max-width: 390px) {
  section.tab-contentsec p.secnd-top-cont {
    max-width: 341px;
    margin: auto;
    margin-bottom: 60px;
  }
  section.tab-contentsec p.thrd-top-cont {
    max-width: 303px;
    margin: auto;
    margin-bottom: 7px;
  }
  .gobi-mojave .content .content-heading {
    max-width: 277px;
  }
  .study-design-sec .accordion-body p.second-txt {
    max-width: 298px;
  }
  .kalahari-safety h3 {
    max-width: 320px;
  }
  .kalahari-safety .patients_miebo .patients_observe > div:first-child p {
    max-width: 276px;
  }
  .kalahari-safety .patients_miebo .patients_observe > div:last-child p {
    max-width: 276px;
  }
  .kalahari-study-design .footnote {
    max-width: 326px;
  }
}
@media screen and (max-width: 375px) {
  .study-design-sec .exp-Section a {
    padding: 15px 46px 17px 20px;
  }
  .study-design-sec .exp-Section a:after {
    right: 7px;
  }
    .banner .banner-content p {
      
        line-height: 25px;
    }
}
@media screen and (min-width: 395px) and (max-width: 415px) {
  .contentlistwrapperblock .accordion-buttn,
  .contentlistwrapperblock .accordion-button {
    background-color: #400286;
    padding: 26px 10px 28px 10px;
  }
}
@media screen and (max-width: 360px) {
  .contentlistwrapperblock .accordion-buttn,
  .contentlistwrapperblock .accordion-button {
    padding: 26px 30px 28px 5px;
  }
  .contentlistwrapperblock .accordion-buttn:not(.collapsed),
  .contentlistwrapperblock .accordion-button:not(.collapsed) {
    padding: 26px 30px 28px 5px;
  }
  .contentlistwrapperblock .accordion-item:nth-child(3) .accordion-button p.small-txt {
    padding: 0 30px 0px 0px;
  }
  .study-design-sec .exp-Section a {
    padding: 15px 31px 17px 20px;
  }
  .study-design-sec .exp-Section a:after {
    right: -10px;
  }
    .banner .banner-content p {
        font-size: 19px;
        line-height: 20px;
    }

    .banner-content .btn {
        font-size: 17px;
        line-height: 24px;
    }
}
.tolerability-profile {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 108px 0 139px 0;
}
.tolerability-profile .container {
  position: relative;
}
.tolerability-profile:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 50vw;
  height: 25%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background-color: #400286;
}
.tolerability-profile h1 {
  color: #71CDA1;
  font-size: 52px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
  margin-top: 113px;
  padding: 0px 70px 0px 70px;
}
.tolerability-profile h1 sup {
  color: #71CDA1;
}
.tolerability-profile p.heading {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  color: white;
  text-align: center;
  padding: 70px 85px 13px 85px;
  margin-right: 45px;
}
.tolerability-profile ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid white;
  padding: 43px 0;
}
.tolerability-profile ul li div {
  padding-left: 25px;
}
.tolerability-profile ul li div h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #71CDA1;
  margin-bottom: 8px;
  margin-right: 65px;
}
.tolerability-profile ul li div h5 sup {
  color: #71CDA1;
}
.tolerability-profile ul li div p {
  color: white;
  font-size: 18px;
  line-height: 24px;
}
.tolerability-profile ul li:last-child {
  border-bottom: none;
}

.safety-kalahari .text-1 p {
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
  color: #400286;
  padding-top: 117px;
  margin-bottom: 22px;
}
.safety-kalahari .text-2 p {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
  color: #2F2F2F;
  margin-bottom: 62px;
}
.safety-kalahari .text-3 p {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
  text-align: center;
  color: #400286;
  max-width: 440px;
  margin: auto;
  padding-bottom: 26px;
}

.safety-clinical-study .clinical-study {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding: 0px 0 68px 0;
}
.safety-clinical-study .clinical-study ul.main {
  padding-left: 0;
}
.safety-clinical-study .clinical-study ul.main > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #5C5C5C;
  padding: 30px 0;
}
.safety-clinical-study .clinical-study ul.main > li:last-child {
  border-bottom: none;
}
.safety-clinical-study .clinical-study ul.main > li div {
  padding-left: 25px;
}
.safety-clinical-study .clinical-study ul.main > li div.second h5 {
  margin-top: 20px;
}
.safety-clinical-study .clinical-study ul.main > li div h5 {
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
  color: #400286;
  margin-bottom: 8px;
}
.safety-clinical-study .clinical-study ul.main > li div ul.meibo-safety-1 {
  padding-left: 15px;
}
.safety-clinical-study .clinical-study ul.main > li div ul.meibo-safety-1 li {
  color: #2F2F2F;
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 10px;
  position: relative;
}
.safety-clinical-study .clinical-study ul.main > li div ul.meibo-safety-1 li::before {
  top: 9px;
  left: -14px;
  display: inline-block;
  content: "";
  border-radius: 0.375rem;
  height: 4px;
  width: 4px;
  position: absolute;
  background-color: #00a9eb;
}
.safety-clinical-study .clinical-study ul.main > li div ul.meibo-safety-1 li span {
  padding-left: 20px;
}
.safety-clinical-study .clinical-study ul.main > li div .meibo-safety-3 {
  padding-left: 0px;
}
.safety-clinical-study .clinical-study ul.main > li div .meibo-safety-3 p {
  font-size: 18px;
  max-width: 492px;
}

.safety-footnote .reference-end {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin-left: 100px;
}
.safety-footnote .reference-end-text-indent-p {
  text-indent: -8px;
  padding-top: 7px;
}

@media screen and (min-width: 991px) and (max-width: 1400px) {
  .tolerability-profile h1 {
    padding: 0px 20px 0px 20px;
  }
}
@media screen and (min-width: 1200px) {
  .tolerability-profile .col-lg-10 {
    width: 66.66666667%;
  }
  .safety-kalahari .col-lg-9 {
    width: 58.33333333%;
  }
}
@media screen and (min-width: 1400px) {
  .safety-kalahari .col-lg-9 {
    width: 50%;
  }
}
@media screen and (max-width: 991px) {
  .tolerability-profile:before {
    width: 55vw;
    border-radius: 0 0 50% 50%;
    height: 24.7%;
  }
  .tolerability-profile h1 {
    font-size: 29px;
    line-height: 38px;
    padding: 0px 13px 0px 13px;
  }
  .tolerability-profile p.heading {
    font-size: 24px;
    line-height: 34px;
    padding: 20px 10px;
    margin: 0;
  }
  .tolerability-profile ul li div h5 {
    font-size: 19px;
    line-height: 24px;
    margin-right: 0;
  }
  .safety-kalahari .text-1 p {
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-align: center;
    color: #400286;
    padding-top: 60px;
    margin-bottom: 24px;
  }
  .safety-kalahari .text-2 {
    text-align: -webkit-center;
  }
  .safety-kalahari .text-2 p {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    color: #2F2F2F;
    margin-bottom: 63px;
    max-width: 300px;
  }
  .safety-kalahari .text-3 p {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    text-align: center;
    color: #400286;
    margin: auto;
    padding-bottom: 0px;
    padding: 0px 30px 0px 30px;
  }
  .safety-clinical-study .clinical-study {
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .safety-clinical-study .clinical-study ul.main {
    padding-left: 0;
  }
  .safety-clinical-study .clinical-study ul.main > li {
    border-bottom: 1px solid #5C5C5C;
    text-align: left;
  }
  .safety-clinical-study .clinical-study ul.main > li div {
    padding-left: 25px;
  }
  .safety-clinical-study .clinical-study ul.main > li div h5 {
    font-size: 19px;
    font-weight: 700;
    line-height: 28px;
    color: #400286;
    margin-bottom: 8px;
  }
  .safety-clinical-study .clinical-study ul.main > li div ul.meibo-safety-1 li {
    color: #2F2F2F;
    font-size: 18px;
    line-height: 24px;
  }
  .safety-clinical-study .clinical-study ul.main > li div ul.meibo-safety-1 li span {
    padding-left: 20px;
  }
  .safety-clinical-study .clinical-study ul.main > li div .meibo-safety-3 {
    padding-left: 0px;
  }
  .safety-footnote .reference-end {
    font-size: 13px;
    font-weight: 400;
    margin-left: 23px;
    line-height: 20px;
  }
    .col-lg-10.look-closer-cont h3 {
         font-size: 26px;
        font-weight: bold;
    }

}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .tolerability-profile h1 {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .tolerability-profile {
    margin-right: 28px;
    margin-bottom: 30px;
    margin-top: 103px;
  }
  .tolerability-profile:before {
    width: 100%;
    height: 24.85%;
  }
  .tolerability-profile h1 {
    margin-left: 28px;
    margin-right: 28px;
    margin-bottom: 30px;
    margin-top: 43px;
  }
  .tolerability-profile p.heading {
    padding: 20px 5px;
    margin-left: -10px;
    margin-right: -10px;
    z-index: 1;
    position: relative;
  }
  .tolerability-profile ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
    padding: 40px 0;
  }
  .tolerability-profile ul li div {
    padding-top: 20px;
    padding-left: 0;
  }
  .safety-bubble .bubble-right-mob {
    display: block;
    width: 56px;
    height: 55px;
    background: url(/siteassets/img/img-56x55-safety-bubble-right-mob.png) no-repeat;
    background-size: contain;
    position: absolute;
    background-position: 19px 0px;
    right: 0;
    top: 459px;
    z-index: 1;
  }
  .safety-clinical-study {
    padding-left: 10px;
    padding-right: 12px;
  }
  .safety-clinical-study .clinical-study {
    padding-bottom: 20px;
  }
  .safety-clinical-study .clinical-study ul.main > li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 40px 0;
  }
  .safety-clinical-study .clinical-study ul.main > li img {
    margin-bottom: 20px;
  }
  .safety-clinical-study .clinical-study ul.main > li div {
    padding-left: 0;
  }
  .safety-clinical-study .clinical-study ul.main > li div.second h5 {
    margin-top: 0px;
  }
  .safety-clinical-study .clinical-study ul.main > li div h5 {
    text-align: center;
    padding: 0 20px;
    margin-bottom: 10px;
  }
  .safety-clinical-study .clinical-study ul.main > li div .meibo-safety-3 p {
    text-align: center;
    line-height: 24px;
  }
  .safety-clinical-study .clinical-study ul.main > li div ul.meibo-safety-1 li:last-child {
    margin-bottom: 0;
  }
  .safety-kalahari .text-1 p {
    padding-top: 45px;
    margin-bottom: 29px;
  }
  .safety-kalahari .text-2 p {
    margin-bottom: 69px;
  }
 .efficacy-card .card-body .effi-selct-call{
        border-radius:35px;
    }

}
@media screen and (max-width: 375px) {
  .safety-kalahari .text-3 p {
    padding: 0px 22px 0px 22px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  .safety-bubble .bubble-left {
    width: 200px;
    left: -70px;
  }
}
.clinical-studies {
  text-align: center;
}
.clinical-studies h2 {
  font-family: "Poppins", sans-serif;
  font-size: 52px;
  font-weight: bold;
  line-height: 63px;
  color: #007bc1;
  padding-top: 63px;
  margin-top: 160px;
}
.clinical-studies .gobi {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #400286;
  text-align: center;
  margin-top: 70px;
  margin-bottom: 43px;
}
.clinical-studies .banner-content-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 705px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: auto;
  margin-left: auto;
}
.clinical-studies .banner-content-heading .content {
  margin-left: 31px;
  text-align: left;
  font-size: 22px;
  line-height: 30px;
  color: #2F2F2F;
}
.clinical-studies .banner-content-heading .content p {
  font-size: 24px;
  line-height: 30px;
}
.clinical-studies .banner-content-heading .content h3 {
  margin: 0px;
  display: block;
  color: #400286;
  line-height: 42px;
  font-size: 45px;
  font-weight: 700;
  margin-top: 2px;
  margin-bottom: 2px;
}
.clinical-studies .kalahari {
  margin-top: 81.9px;
}
.clinical-studies .kalahari .study-para {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  color: #400286;
  margin-top: 82px;
  text-align: center;
}
.clinical-studies .patients {
  border-right: 1px solid #707070;
  margin-top: 48px;
}
.clinical-studies .patients .adm-img .adm-image {
  width: 230px;
}
.clinical-studies .patients .most-para {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-top: 16px;
  padding: 0 85px;
}
.clinical-studies .patients .most-para strong {
  line-height: 30px;
}
.clinical-studies .patients-right {
  margin-top: 31.6px;
}
.clinical-studies .patients-right .pat-image {
  width: 115px;
}
.clinical-studies .patients-right .patient-para {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  padding: 0 85px;
  margin-top: 16.3px;
}
.clinical-studies .majority {
text-align: center;
  margin-top: 40px;
}
.clinical-studies .majority .majority-para {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  font-weight: bold;
}
.clinical-studies .majority .satisfied {
  margin-top: 21px;
}
.clinical-studies .majority .satisfied .tick-ul {
  list-style-type: none;
}
.clinical-studies .majority .satisfied .tick-ul .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.clinical-studies .majority .satisfied .tick-ul .list .tick-img {
  max-width: 23px;
  height: 23px;
}
.clinical-studies .majority .satisfied .tick-ul .list.list-one {
  margin-top: 15px;
  margin-bottom: 6px;
}
.clinical-studies .majority .satisfied .tick-ul .list.list-two {
  margin-top: 15px;
}
.clinical-studies .majority .satisfied .tick-ul .list .tick-para {
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  line-height: 30px;
  margin-left: 9.8px;
}
.clinical-studies .majority .satisfied .tick-ul .list .tick-para.max {
  padding-right: 120px;
}
.clinical-studies .majority .satisfied .tick-ul .list .tick-para.max-one {
  padding-right: 10px;
}
.clinical-studies .majority .satisfied .tick-ul .list .tick-para .easy {
  font-weight: bold;
}
    .clinical-studies .questionarize {
        margin-top: 58.2px;
        padding-right: var(--bs-gutter-x, 0.75rem);
        padding-left: var(--bs-gutter-x, 0.75rem);
        margin-bottom: 50px;
    }
.clinical-studies .questionarize .qns-para {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #2f2f2f;
  max-width: 793px;
  text-indent: -8px;
  text-align: left;
}
.clinical-studies .questionarize .defined-para {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 9.7px;
  color: #2f2f2f;
  text-indent: -5px;
  text-align: left;
}
.clinical-studies .questionarize .mean-para {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 8.3px;
  text-indent: -6px;
  color: #2f2f2f;
  text-align: left;
}
.clinical-studies .questionarize .sd-para {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  margin-top: 10.7px;
  color: #2f2f2f;
  text-align: left;
}
.clinical-studies h3 {
  margin-top: 40px;
  color: #400286;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 40px;
}

.what-to-expect {
    padding-bottom: 110px;
    background: #fff;
    overflow: hidden;
    position: relative;
}
.what-to-expect .content-heading {
  font-size: 40px;
  font-weight: 700;
  font-family: Poppins;
  line-height: 34px;
  text-align: center;
  color: #400286;
  padding-bottom: 30px;
  padding-top: 62px;
}
.what-to-expect .before-after-blk .ba-Slider {
  -webkit-filter: drop-shadow(0px 0px 1px #707070);
          filter: drop-shadow(0px 0px 1px #707070);
  border-radius: 23px;
  min-height: 450PX;
  max-width: 806px;
  margin: 0 auto;
}
.what-to-expect .before-after-blk .ba-Slider .slider {
  left: 8.78825%;
}
.what-to-expect .before-after-blk .ba-Slider .before-img {
  background: white;
  width: 8.78825%;
}
.what-to-expect .before-after-blk .ba-Slider .before-img .b-and-f-title {
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  top: 0;
}
.what-to-expect .before-after-blk .ba-Slider .after-img {
  background: #400286;
}
.what-to-expect .before-after-blk .ba-Slider .after-img .b-and-f-title {
  background: #400286;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  top: 0;
}
.what-to-expect .before-after-blk .ba-Slider .slider {
  background: #F8636C;
  width: 11px;
}
.what-to-expect .before-after-blk .ba-Slider .slider h3.tap-drag {
  font-size: 30px;
  font-weight: 700;
  white-space: normal;
  line-height: 29px;
  text-align: start;
  display: block;
  color: #F8636C;
  padding-top: 37px;
  padding-left: 48px;
}
.what-to-expect .before-after-blk .ba-Slider .slider h3.tap-drag span {
  line-height: inherit;
  white-space: nowrap;
}
.what-to-expect .before-after-blk .ba-Slider .slider::after {
  margin-top: 33px;
  margin-left: -25px;
  top: 0;
  background: #F8636C;
  width: 61px;
  height: 61px;
  border-radius: 50%;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
  50% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.9);
            transform: scale(0.9);
    opacity: 0.7;
  }
}
.what-to-expect .before-after-blk .ba-Slider .slider::before {
  position: absolute;
  content: "";
  display: block;
  width: 42px;
  height: 32px;
  background: url(/siteassets/img/img-bfr-aftr-slider-arrows.svg);
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: -17px;
  top: 48px;
  z-index: 2;
}
.what-to-expect .slider-before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: white;
  width: 800px;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-left: 35px;
}
.what-to-expect .slider-before img {
  max-width: 245px;
  height: auto;
  margin: 85px 58px 12px 0;
}
.what-to-expect .slider-before .content-head {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #400286;
  text-transform: uppercase;
  max-width: 245PX;
  padding-bottom: 8PX;
}
.what-to-expect .slider-before P {
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: center;
  color: #2F2F2F;
  max-width: 245PX;
  text-align: center;
  padding-bottom: 20PX;
}
.what-to-expect .slider-before .content-text P {
  padding-top: 160PX;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: start;
  color: #2F2F2F;
  max-width: 283px;
}
.what-to-expect .slider-after {
  color: white;
}
.what-to-expect .slider-after .tap-drag {
  max-width: 220px;
  font-size: 30px;
  font-weight: 700;
  line-height: 29px;
  text-align: start;
  color: #F8636C;
  padding-top: 27px;
  padding-left: 125px;
}
.what-to-expect .slider-after .after-content {
  margin-top: 105px;
}
.what-to-expect .slider-after .after-content .bubble-img {
  padding-top: 80PX;
  margin-left: 112px;
  max-width: 112px;
  text-align: center;
  position: relative;
}
.what-to-expect .slider-after .after-content .bubble-img img {
  max-width: 64.5px;
}
.what-to-expect .slider-after .after-content .bubble-img::before {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  border: 3px solid #71CDA1;
  border-radius: 25px;
  margin-top: -15px;
  left: 95px;
  -webkit-transform: rotate(-24deg);
          transform: rotate(-24deg);
}
.what-to-expect .slider-after .after-content .bubble-img::after {
  content: "";
  display: block;
  position: absolute;
  width: 96px;
  border: 3px solid #71CDA1;
  border-radius: 25px;
  margin-top: 15px;
  left: 95px;
  -webkit-transform: rotate(24deg);
          transform: rotate(24deg);
}
.what-to-expect .slider-after .after-content .miebo-head .miebo-heading {
  max-width: 112px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-bottom: 2.2PX;
  padding-top: 41px;
  margin-left: 112px;
}
.what-to-expect .slider-after .after-content .miebo-head .content-para {
  max-width: 112px;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: center;
  color: #fff;
  padding-bottom: 2.2PX;
  margin-left: 112px;
}
.what-to-expect .slider-after .after-content .img-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 106px;
}
.what-to-expect .slider-after .after-content .img-content .logo img {
  max-width: 60px;
}
.what-to-expect .slider-after .after-content .img-content .logo-content {
  padding-left: 15px;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  text-align: start;
  color: #fff;
  max-width: 376px;
  padding-bottom: 37px;
}
.what-to-expect .slider-after .after-content .img-content .logo-content strong {
  line-height: inherit;
}
.what-to-expect .before-after-blk {
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  position: relative;
}
.what-to-expect .before-after-blk .ba-Slider {
  position: relative;
  display: block;
  padding: 0;
  background: #212121;
  border: 1px solid white;
  overflow: hidden;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
  height: auto;
}
.what-to-expect .before-after-blk .slider {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  margin-left: -1px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
  z-index: 5;
}
.what-to-expect .before-after-blk .slider:after {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  content: "";
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 100px;
}
.what-to-expect .before-after-blk .before-img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 50%;
  overflow: hidden;
  z-index: 2;
}
.what-to-expect .before-after-blk .ease {
  transition: width ease 0.5s, left ease 0.5s;
  -moz-transition: width ease 0.5s, left ease 0.5s;
  -webkit-transition: width ease 0.5s, left ease 0.5s;
}
.what-to-expect .before-after-blk .b-and-f-title {
  position: absolute;
  bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.how-to-use-miebo-main .gradient-block .box1 {
  padding-right: 15px;
}
.how-to-use-miebo-main .gradient-block .box2 {
  padding-left: 22px;
}
.how-to-use-miebo-main .gradient-block .box2 p {
  line-height: 25px;
}

.top-curve-mx {
  background: linear-gradient(257deg, rgb(229, 246, 244) 0%, rgb(221, 243, 249) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 110px;
}
.top-curve-mx-ready {
    background: #400286;
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 110px;
    z-index:1;
}

    .top-curve-mx-ready:before {
        content: "";
        position: absolute;
        top: 0%;
        left: 50%;
        width: 29vw;
        height: 100%;
        border-radius: 50%;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: translateX(-50%) scale(4);
        transform: translateX(-50%) scale(4);
        background: white;
        z-index:1;
    }
    .top-curve-mx:before {
        content: "";
        position: absolute;
        top: 0%;
        left: 50%;
        width: 29vw;
        height: 100%;
        border-radius: 50%;
        -webkit-transform-origin: top;
        transform-origin: top;
        -webkit-transform: translateX(-50%) scale(4);
        transform: translateX(-50%) scale(4);
        background: #400286;
        z-index:1;
    }

.bottom-curve-mx {
  background: linear-gradient(257deg, rgb(229, 246, 244) 0%, rgb(221, 243, 249) 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 110px;
}
.bottom-curve-mx:before {
  content: "";
  position: absolute;
  top: -301%;
  left: 50%;
  width: 29vw;
  height: 100%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
}

.how-to-use-miebo-main .container .row .col-lg-5 > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 185px;
  position: sticky;
  z-index: 1;
  top: 138px;
}

.how-to-use-miebo-main {
  background: white;
}
.how-to-use-miebo-main .miebo-img-drops-main .miebo-img-drops p {
  font-weight: 400;
  padding: 10px 0;
  font-size: 15px;
  line-height: 24px;
  color: #2F2F2F;
  text-align: center;
}
.how-to-use-miebo-main .gradient-block {
  margin-top: 177px;
  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;
  background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
  border-radius: 35px;
  width: 670px;
  height: 115px;
  position: relative;
  left: -171px;
}
.how-to-use-miebo-main .gradient-block .box2 {
  border-left: 1px solid #2f2f2f;
  padding-left: 22px;
}
.how-to-use-miebo-main .gradient-block .box2 .para2 {
  width: 320px;
}
.how-to-use-miebo-main .gradient-block .box1 {
  padding-right: 15px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.how-to-use-miebo-main .gradient-block .box1 p {
  width: 180px;
  line-height: 25px;
}
.how-to-use-miebo-main .gradient-block .box1,
.how-to-use-miebo-main .gradient-block .box2 {
  color: #400286;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.how-to-use-miebo-main .gradient-block .box1 p,
.how-to-use-miebo-main .gradient-block .box2 p {
  color: #400286;
  margin: 0px;
}
.how-to-use-miebo-main .uses-content {
  max-width: 498px;
}
.how-to-use-miebo-main .uses-content .use-heading {
  color: #400286;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin-top: 58px;
  margin-bottom: 17px;
}
.how-to-use-miebo-main .uses-content .storage {
  color: #400286;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
  margin: 50px 0 15px 0;
}
.how-to-use-miebo-main .uses-content .idenmiebo {
  background: linear-gradient(257deg, rgb(229, 246, 244) 0%, rgb(221, 243, 249) 100%) 0% 0% no-repeat padding-box;
  padding-left: 28px;
  padding-top: 13.6px;
  padding-right: 37.5px;
  padding-bottom: 21px;
  border-radius: 23px;
  margin-bottom: 30px;
}
.how-to-use-miebo-main .uses-content .idenmiebo .american-para {
  color: #400286;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
  font-family: "Poppins", sans-serif;
}
.how-to-use-miebo-main .uses-content .idenmiebo .plain-text {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  padding-top: 10px;
}
.how-to-use-miebo-main .uses-content .idenmiebo .remember {
  color: #2F2F2F;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  padding-top: 10px;
}
.how-to-use-miebo-main .uses-content .prescribe-btn a {
  display: inline-block;
  border-radius: 50px;
  padding: 13px 20px;
  color: #fff;
  font-size: 19px;
  font-weight: 700;
  line-height: 19px;
  background-color: #F8636C;
  text-decoration: none;
}
.how-to-use-miebo-main .uses-content .prescribe-btn a:hover {
  background-color: #400286;
}
.how-to-use-miebo-main .uses-content .para1 {
  line-height: 24px;
  color: #2f2f2f;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 30px;
}
.how-to-use-miebo-main .uses-content .para2 {
  line-height: 24px;
  color: #2f2f2f;
  font-size: 18px;
  margin-bottom: 15px;
}
.how-to-use-miebo-main .uses-content .para3 {
  line-height: 20px;
  color: #2f2f2f;
  font-size: 14px;
  margin-bottom: 90px;
}

@media only screen and (max-width: 991px) {
  .clinical-studies .text-center {
    font-family: "Poppins", sans-serif;
    font-size: 29px;
    line-height: 38px;
    font-weight: bold;
  }
  .clinical-studies .gobi {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 23px;
    font-weight: bold;
    margin-top: 30px;
    margin-bottom: 0;
    padding: 0 45px;
  }
  .clinical-studies .banner-content-heading .content {
    font-size: 21px;
    line-height: 26px;
  }
  .clinical-studies .banner-content-heading .content p {
    font-size: 21px;
    line-height: 26px;
    font-weight: 400;
  }
  .clinical-studies .banner-content-heading .content h3 {
    display: block;
    color: #400286;
    font-size: 28px;
    font-weight: 700;
    line-height: 26px;
  }
  .clinical-studies .banner-content-heading .thumbsupimg {
    margin-top: 22px;
  }
  .clinical-studies .banner-content-heading .thumbsupimg img {
    width: 139px;
    height: 139px;
  }
  .clinical-studies .patients {
    margin-top: 40px;
    height: 100%;
  }
  .clinical-studies .patients .adm-image {
    width: 230px;
  }
  .clinical-studies .patients .most-para {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 26px;
    margin-top: 13px;
    padding: 0 20px;
  }
  .clinical-studies .patients .most-para strong {
    line-height: 26px;
  }
  .clinical-studies .patients-right {
    margin-top: 40px;
  }
  .clinical-studies .patients-right .patient-para {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 26px;
    margin-top: 15.1px;
    padding: 0 25px;
  }
  .clinical-studies .patients-right .patient-para strong {
    line-height: 26px;
  }
  .clinical-studies .patients-right .pat-image {
    width: 124px;
  }
  .clinical-studies .kalahari {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 30px;
    font-weight: bold;
    margin-top: 89px;
  }
  .clinical-studies .kalahari .study-para {
    font-size: 21px;
    line-height: 30px;
  }
    .clinical-studies .majority {
        margin-top: 35px;
    }
  .clinical-studies .majority .majority-para {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 26px;
    font-weight: bold;
  }
  .clinical-studies .majority .satisfied .tick-ul {
    margin-left: 20px;
  }
  .clinical-studies .majority .satisfied .tick-ul .list .tick-img {
    max-width: 23px;
  }
  .clinical-studies .majority .satisfied .tick-ul .list .tick-img.sat-one {
    margin-bottom: 25px;
  }
  .clinical-studies .majority .satisfied .tick-ul .list .tick-img.sat-three {
    margin-bottom: 25px;
  }
  .clinical-studies .majority .satisfied .tick-ul .list .tick-para {
    font-family: "Poppins", sans-serif;
    font-size: 21px;
    line-height: 26px;
    text-align: left;
  }
  .clinical-studies .majority .satisfied .tick-ul .list .tick-para.max {
    padding-right: 0px;
  }
  .clinical-studies .majority .satisfied .tick-ul .list .tick-para.max-one {
    padding-right: 0px;
  }
  .clinical-studies .questionarize {
    margin-top: 68.7px;
    padding: 0 12px;
  }
  .clinical-studies .questionarize .qns-para {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
  }
  .clinical-studies .questionarize .defined-para {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 9.7px;
  }
  .clinical-studies .questionarize .mean-para {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 6px;
  }
  .clinical-studies .questionarize .sd-para {
    font-family: "Poppins", sans-serif;
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    margin-top: 11.6px;
    margin-bottom: 67px;
  }
  .what-to-expect {
    padding-bottom: 85px;
  }
  .what-to-expect .content-heading {
    font-size: 26px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
    color: #400286;
    padding-bottom: 23.5PX;
    padding-top: 35px;
  }
  .what-to-expect .slider-after .after-content {
    margin-top: 55px;
  }
  .what-to-expect .before-after-blk .ba-Slider {
    min-height: 420px;
    margin: 0;
  }
  .what-to-expect .before-after-blk .ba-Slider .slider h3.tap-drag {
    font-size: 19px;
    font-weight: 700;
    line-height: 18px;
    text-align: start;
    color: #F8636C;
    padding-top: 15px;
    padding-left: 38px;
  }
  .what-to-expect .before-after-blk .b-and-f-title {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .what-to-expect .slider-before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: white;
    width: 100%;
    overflow: hidden;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    padding-left: 0;
    text-align: center;
  }
  .what-to-expect .slider-before img {
    max-width: 192px;
    height: auto;
    margin: 29px 0 11px 0;
  }
  .what-to-expect .slider-before .content-head {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    max-width: 155PX;
    margin: auto;
    padding-bottom: 8PX;
  }
  .what-to-expect .slider-before P {
    max-width: 100%;
    text-align: center;
    padding-bottom: 16.5PX;
  }
  .what-to-expect .slider-before .content-text P {
    padding-top: 0PX;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #2F2F2F;
    max-width: 210PX;
    margin: auto;
    padding-bottom: 36PX;
  }
  .what-to-expect .slider-after {
    color: white;
  }
  .what-to-expect .slider-after .after-content .item-1 {
    margin-top: -15px;
  }
  .what-to-expect .slider-after .after-content .bubble-img {
    padding-top: 0PX;
    margin: auto;
    max-width: 112px;
    text-align: center;
    position: relative;
  }
  .what-to-expect .slider-after .after-content .bubble-img img {
    max-width: 51px;
  }
  .what-to-expect .slider-after .after-content .bubble-img::before {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    border: 1px solid #71CDA1;
    border-radius: 25px;
    margin: 5px;
    left: 39px;
    top: 122px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .what-to-expect .slider-after .after-content .bubble-img::after {
    content: "";
    display: block;
    position: absolute;
    width: 22px;
    border: 1px solid #71CDA1;
    border-radius: 25px;
    margin: 5px;
    left: 39px;
    top: 257px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .what-to-expect .slider-after .after-content .miebo-head .miebo-heading {
    max-width: 112px;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    padding-bottom: 0px;
    padding-top: 6.3px;
    margin: auto;
  }
  .what-to-expect .slider-after .after-content .miebo-head .content-para {
    max-width: 112px;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    color: #fff;
    padding-bottom: 37px;
    margin: auto;
  }
  .what-to-expect .slider-after .after-content .img-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .what-to-expect .slider-after .after-content .img-content .logo img {
    max-width: 60px;
    display: none;
  }
  .what-to-expect .slider-after .after-content .img-content .logo-content {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 23px;
    text-align: center;
    color: #fff;
    max-width: 263px;
    padding-bottom: 39px;
  }
  .what-to-expect .slider-after .after-content .img-content .logo-content strong {
    line-height: inherit;
  }
  .what-to-expect .slider-after .after-content .img-content:last-child .logo-content {
    padding-bottom: 42.7px;
    max-width: 240px;
  }
  .how-to-use-miebo-main .container .row .col-lg-5 > div {
    padding-left: 0;
  }
    
    .top-curve-mx-ready {
        height: 38px;
       
    }
    .mt-merge{
        margin-top:-2px;
    }
        .top-curve-mx-ready:before {
        
            z-index: 99;
        }
}
@media only screen and (max-width: 767px) {
  .clinical-studies {
    padding-top: 158px;
  }
  .clinical-studies .banner-content-heading {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 351px;
  }
  .clinical-studies .banner-content-heading .content {
    margin-top: 20px;
    margin-left: 0px;
    text-align: center;
    font-size: 21px;
    line-height: 26px;
    color: #2F2F2F;
  }
  .clinical-studies .banner-content-heading .content p {
    padding: 0 10px;
  }
  .clinical-studies h2 {
    margin-top: 51px;
  }
  .clinical-studies .majority .satisfied {
    margin-top: 14px;
  }
  .what-to-expect .before-after-blk {
    max-width: 350px;
    width: 350px;
  }
  .what-to-expect .before-after-blk .ba-Slider .before-img .b-and-f-title {
    max-width: 350px;
    width: 350px;
  }
  .clinical-studies .patients {
    border: none;
  }
    .img-ready {
        flex-direction: column;
        gap: 20px;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .miebo-exp-bubble .bubble-right {
    display: none;
  }
  .clinical-studies .miebo-experience .majority .satisfied .tick-ul .list .tick-img.sat-one {
    margin-bottom: 0;
  }
  .clinical-studies .miebo-experience .majority .satisfied .tick-ul .list .tick-img.sat-three {
    margin-bottom: 0;
  }
  .what-to-expect .before-after-blk {
    max-width: 350px;
    width: 350px;
  }
  .what-to-expect .before-after-blk .ba-Slider .before-img .b-and-f-title {
    max-width: 350px;
    width: 350px;
  }
  .clinical-studies .miebo-experience .smalldropsize .ache .card-content {
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 30px;
    border: 0px;
    border-left: 1px solid;
  }
  .clinical-studies .banner-content-heading .content {
    line-height: 26px;
    font-size: 21px;
  }
  .clinical-studies .banner-content-heading .content h3 {
    line-height: 30px;
    font-size: 28px;
  }
    .img-ready img {
        width: 224px;
        height: 224px;
    }
    .bubble-patient-tips .bubble-right {
      
        z-index: 999;
      
    }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .how-to-use-miebo .onedrop {
    margin-top: 150px;
    padding-left: 75px;
  }
  .how-to-use-miebo .onedrop .eye-drops {
    position: absolute;
    top: -122px;
    left: -15%;
    z-index: 1;
    width: 192px;
  }
  .how-to-use-miebo .onedrop p {
    text-align: left;
    font-size: 18px;
    font-weight: bold;
    padding: 40px 30px 30px 53px;
    color: #400286;
  }
  .how-to-use-miebo .onedrop .box .divide {
    height: 80px;
  }
  .how-to-use-miebo .onedrop .box .multidose p {
    padding: 40px 29px 30px 25px;
  }
  .how-to-use-miebo .howtouse {
    margin-right: 0px;
    margin-left: 135px;
  }
}
@media screen and (min-width: 992px) {
  .how-to-use-miebo-main .uses-content .para2 {
    width: 522px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .how-to-use-miebo-main .miebo-img-drops-main {
    padding-left: 0;
  }
  .how-to-use-miebo-main .gradient-block {
    left: -194px;
    padding-left: 25px;
  }
  .clinical-studies .patients {
    margin-top: 63px;
  }
  .how-to-use-miebo-main .container .row .col-lg-5 > div {
    padding-left: 0;
  }
  .how-to-use-miebo-main .container .row .col-lg-5 > div {
    top: 17%;
  }
    .multifact-clinical .did-you-know .sec-all .btn {
        padding: 11px 15px 10px 15px;
    }
    .what-to-expect-bubbles .bubble-right {
     
        right: -19%;
      
    }
}
@media screen and (min-width: 1200px) and (max-width: 1400px) {
  .how-to-use-miebo-main .container .row .col-lg-5 > div {
    top: 23.5%;
  }
  .clinical-studies .miebo-experience .admin .adm .most-para {
    padding: 0 30px;
  }
  .clinical-studies .miebo-experience .admin .patients .patient-para {
    padding: 0 15px;
  }
  .how-to-use-miebo-main .gradient-block {
    padding-left: 45px;
  }
    .what-to-expect-bubbles .bubble-right {
        right: -11%;
    }
}
@media screen and (min-width: 767px) and (max-width: 991px) {
  .how-to-use-miebo-main .col-lg-5 {
    width: 41.66666667%;
  }
  .how-to-use-miebo-main .col-lg-6 {
    width: 50%;
  }
  .how-to-use-miebo-main .gradient-block .box2 .para2 {
    padding-left: 45px;
    padding-right: 20px;
  }
  .top-curve-mx {
    height: 40px;
  }
  .bottom-curve-mx {
    height: 40px;
  }
  .how-to-use-miebo-main .gradient-block .box1 p {
    width: 200px;
    padding-left: 30px;
  }
  .how-to-use-miebo-main .container .row .col-lg-5 > div {
    padding-right: 62px;
    padding-left: 0;
    top: 23%;
  }
  .how-to-use-miebo-main .gradient-block {
    margin-top: 138px;
    width: 578px;
    left: -173px;
    padding-left: 0px;
  }
  .how-to-use-miebo-main .gradient-block .box1 {
    padding: 0;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-right: 1px solid #2f2f2f;
  }
  .how-to-use-miebo-main .gradient-block .box2 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border-left: 0;
    padding: 0;
  }
  .how-to-use-miebo-main .uses-content .use-heading {
    font-size: 22px;
    margin-top: 49px;
    margin-bottom: 17px;
  }
  .how-to-use-miebo-main .uses-content .storage {
    color: #400286;
    font-size: 22px;
    margin: 50px 0 17px 0;
  }
  .how-to-use-miebo-main .uses-content .prescribe-btn a {
    display: inline-block;
    border-radius: 50px;
    padding: 13px 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
    background-color: #F8636C;
    text-decoration: none;
  }
  .how-to-use-miebo-main .uses-content .prescribe-btn a:hover {
    background-color: #400286;
  }
  .how-to-use-miebo-main .uses-content .para1 {
    line-height: 22px;
    margin-bottom: 30px;
  }
  .how-to-use-miebo-main .uses-content .para2 {
    line-height: 24px;
    color: #2f2f2f;
    font-size: 18px;
    margin-bottom: 34px;
  }
  .how-to-use-miebo-main .uses-content .para3 {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 767px) {
  .top-curve-mx {
    height: 40px;
  }
  .bottom-curve-mx {
    height: 40px;
  }
  .how-to-use-miebo-main {
    overflow-y: hidden;
    padding: 0 18px;
  }
  .how-to-use-miebo-main .miebo-img-drops-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-left: 0px;
  }
  .how-to-use-miebo-main .miebo-img-drops-main .miebo-img-drops {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .how-to-use-miebo-main .miebo-img-drops-main .miebo-img-drops img {
    width: 192px;
  }
  .how-to-use-miebo-main .gradient-block {
    margin: 42px auto 0 auto;
    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;
    background: transparent linear-gradient(257deg, rgba(113, 205, 161, 0.15) 0%, rgba(0, 169, 235, 0.15) 100%) 0% 0% no-repeat padding-box;
    border-radius: 35px;
    width: 320px;
    min-height: 175px;
    padding-left: 0px;
    position: static;
  }
  .how-to-use-miebo-main .gradient-block .box2 {
    border: 0px solid #2f2f2f;
    padding-left: 15px;
  }
  .how-to-use-miebo-main .gradient-block .box2 .para2 {
    border-top: 1px solid #2f2f2f;
    width: 290px;
    margin-left: auto;
    margin-right: auto;
  }
  .how-to-use-miebo-main .gradient-block .box2 .para2 p {
    width: unset;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 24px;
  }
  .how-to-use-miebo-main .gradient-block .box1 {
    padding-right: 15px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .how-to-use-miebo-main .gradient-block .box1 p {
    width: unset;
    text-align: center;
    padding-bottom: 18px;
    padding-top: 24px;
  }
  .how-to-use-miebo-main .gradient-block .box1,
  .how-to-use-miebo-main .gradient-block .box2 {
    color: #400286;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .how-to-use-miebo-main .gradient-block .box1 p,
  .how-to-use-miebo-main .gradient-block .box2 p {
    margin: 0px;
    padding-top: 17px;
    text-align: center;
  }
  .how-to-use-miebo-main .uses-content .use-heading {
    font-size: 22px;
    margin-top: 49px;
    margin-bottom: 17px;
  }
  .how-to-use-miebo-main .uses-content .storage {
    color: #400286;
    font-size: 22px;
    margin: 50px 0 17px 0;
  }
  .how-to-use-miebo-main .uses-content .idenmiebo {
    background: linear-gradient(257deg, rgb(229, 246, 244) 0%, rgb(221, 243, 249) 100%) 0% 0% no-repeat padding-box;
    padding-left: 28px;
    padding-top: 21.6px;
    padding-right: 36px;
    padding-bottom: 51px;
    width: 321px;
    height: 299.6px;
    margin-bottom: 27px;
  }
  .how-to-use-miebo-main .uses-content .idenmiebo .american-para {
    color: #400286;
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    font-family: "Poppins", sans-serif;
  }
  .how-to-use-miebo-main .uses-content .idenmiebo .plain-text {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 10px;
  }
  .how-to-use-miebo-main .uses-content .idenmiebo .remember {
    color: #2F2F2F;
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    padding-top: 10px;
  }
  .how-to-use-miebo-main .uses-content .prescribe-btn {
    text-align: center;
  }
  .how-to-use-miebo-main .uses-content .prescribe-btn a {
    display: inline-block;
    border-radius: 50px;
    padding: 13px 20px;
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    line-height: 19px;
    background-color: #F8636C;
    text-decoration: none;
  }
  .how-to-use-miebo-main .uses-content .prescribe-btn a:hover {
    background-color: #400286;
  }
  .how-to-use-miebo-main .uses-content .para1 {
    line-height: 22px;
    margin-bottom: 30px;
  }
  .how-to-use-miebo-main .uses-content .para2 {
    line-height: 24px;
    color: #2f2f2f;
    font-size: 18px;
    margin-bottom: 34px;
  }
  .how-to-use-miebo-main .uses-content .para3 {
    line-height: 18px;
    font-size: 13px;
    margin-bottom: 40px;
  }
    .bubble-patient-tips .bubble-right {
        width: 109px;
        height: 109px;
        right: 27px;
        top: 1149px;
        z-index: 1;
    }
    .miebo-product-bubbles .bubble-left {
        width: 131px;
        height: 131px;
         left: -50px;
        top: 161px;
        z-index: 0 !important;
       
    }
    .what-to-expect-bubbles .bubble-right {
        width: 103px;
        height: 103px;
        top: 2184px;
        z-index: 1;
        left: -33px;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .clinical-studies .miebo-experience .banner-content-heading .content p {
    padding: 0;
  }
}
@media only screen and (max-width: 360px) {
  .what-to-expect .before-after-blk {
    max-width: 330px;
    width: 330px;
  }
  .what-to-expect .before-after-blk .ba-Slider .before-img .b-and-f-title {
    max-width: 330px;
    width: 330px;
  }
}
.blink-banner {
  padding: 107px 0 30px 0;
  margin-top: 165px;
}
.blink-banner .floating-button {
  background-color: #F8636C;
  position: absolute;
  right: 0px;
  z-index: 1;
  width: 98px;
  height: 117px;
  display: none;
  top: 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-radius: 100px 0px 0px 100px;
  cursor: pointer;
}
.blink-banner .button-content {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.blink-banner .button-content span {
  color: white;
  font-size: 30px;
  line-height: 42px;
  font-weight: 700;
}
.blink-banner .expanded-content {
  margin: 28px 0 42px;
  background-color: white;
  border-radius: 100px 0px 0px 100px;
  width: 1188px;
  overflow: hidden;
  height: 158px;
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  padding-top: 39px;
  padding-bottom: 35px;
  top: 3px;
  z-index: 1;
  -webkit-box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
          box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.1607843137);
  right: 0;
  -webkit-transition: width 0.5s ease;
  transition: width 0.5s ease;
}
.blink-banner .expanded-content.show .content {
  opacity: 1;
}
.blink-banner .expanded-content .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  padding-left: 95px;
  padding-right: 130px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.blink-banner .expanded-content .content .million-para {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  line-height: 42px;
  font-size: 30px;
  color: #400286;
  text-align: center;
}
.blink-banner .expanded-content .content .million-para .plan {
  color: #DE00BC;
}
.blink-banner .expanded-content .content .closeButton {
  position: absolute;
  right: 25px;
}
.blink-banner .expanded-content .content .closeButton img {
  width: 60px;
  height: 60px;
  cursor: pointer;
}
.blink-banner .banner-heading {
  font-size: 52px;
  line-height: 63px;
  font-weight: 700;
  color: #007BC1;
  padding-bottom: 45px;
  padding-top: 127px;
}
.blink-banner .heading-content {
  padding-bottom: 44px;
  font-size: 22px;
  color: #2F2F2F;
  max-width: 920px;
  margin: 0 auto;
  font-weight: 400;
  line-height: 34px;
}
.blink-banner .heading-content span img {
  margin-left: -3px;
}
.blink-banner .heading-content .dollar-copay {
  font-size: 36px;
  font-weight: 700;
  color: #400286;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 39px;
}
.blink-banner .heading-content .dollar-copay .gradienttextzero {
  background: #400286;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #400286), to(#1572AE));
  background: linear-gradient(to top, #400286 1%, #1572AE 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: -7px;
  margin-right: 5px;
}
.blink-banner .card-border {
  border-right: 1px solid #2F2F2F;
}
.blink-banner .card1,
.blink-banner .card2 {
  margin: 0 auto;
  width: 315px;
  text-align: center;
  height: 185px;
}
.blink-banner .card1 .learn-more-btn,
.blink-banner .card2 .learn-more-btn {
  background-color: #F8636C;
  padding: 11px 22px;
  border-radius: 25px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.blink-banner .card1 .learn-more-btn a,
.blink-banner .card2 .learn-more-btn a {
  text-align: center;
  color: white;
  font-size: 19px;
  line-height: 19px;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.blink-banner .card1 .learn-more-btn:hover,
.blink-banner .card2 .learn-more-btn:hover {
  background-color: #400286;
  content: "LEARN MORE";
}
.blink-banner .card1 .img-content {
  padding-top: 25px;
}
.blink-banner .card1 .img-content img {
  max-width: 301px;
  height: 75px;
}
.blink-banner .card1 .learn-more-btn {
  margin-top: 38px;
}
.blink-banner .card2 {
  text-align: left;
  position: relative;
}
.blink-banner .card2 .learn-more-btn {
  margin-bottom: 26px;
  margin-top: 2px;
}
.blink-banner .card2 h4 {
  font-size: 25px;
  color: #400286;
  max-width: 150px;
  line-height: 34px;
  font-weight: 700;
  text-align: left;
  position: absolute;
  top: 25px;
  right: 0;
}

.blinkrx {
  position: relative;
}
.blinkrx .curve-bg:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 56vw;
  height: 25%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
  z-index: -1;
}
.blinkrx .curve-bg {
  padding: 148px 0 95px 0;
  position: relative;
  z-index: 0;
  width: 100%;
  overflow: hidden;
}
.blinkrx .curve-bg .row {
  max-width: 1320px;
  margin: auto;
}
.blinkrx .curve-bg .blinkcard:first-child {
  padding-top: 0;
}
.blinkrx .curve-bg .blinkcard .imgbody .iconimg {
  margin-top: 10px;
}
.blinkrx .dotted-border {
  border-right: 5px dotted #00A9EB;
}
.blinkrx .miebo-img img {
  width: 670px;
  max-height: 166px;
}
.blinkrx .miebo-img .jumblink {
  margin-top: 41px;
}
.blinkrx .miebo-img .jumblink a {
  font-size: 18px;
  line-height: 28px;
  color: #007BC1;
  font-weight: 700;
}
.blinkrx .miebo-img .jumblink a:hover {
  color: #400286;
}
.blinkrx .miebo-img h3 {
  margin: 0 auto;
  max-width: 730px;
  font-size: 26px;
  line-height: 40px;
  font-weight: 700;
  color: #400286;
  padding-top: 34px;
  padding-bottom: 61.5px;
}
.blinkrx .blinkcard {
  padding-top: 30px;
  padding-left: 15px;
  padding-right: 15px;
  padding-bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 550px;
}
.blinkrx .blinkcard .icondes {
  min-width: 300px;
  margin-left: 32px;
}
.blinkrx .blinkcard .icondes h4 {
  font-size: 22px;
  font-weight: 700;
  color: #400286;
  line-height: 42px;
  margin-bottom: 0px;
}
.blinkrx .blinkcard .icondes p {
  font-size: 18px;
  color: #2F2F2F;
  line-height: 26px;
  margin-bottom: 0px;
  max-width: 400px;
}
.blinkrx .copay-offers {
  font-size: 18px;
  color: #2F2F2F;
  line-height: 18px;
  margin: 37px auto 17px;
  text-align: center;
}
.blinkrx .copay-offers p {
  margin: 0;
}
.blinkrx .blinkrxprovides {
  max-width: 700px;
  padding: 42px 0 30px;
  color: #400286;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
}
.blinkrx .Eligible-Commercially {
  max-width: 1000px;
  margin: 0 auto 16px auto;
  text-align: center;
  font-size: 22px;
  color: #2F2F2F;
  line-height: 32px;
}
.blinkrx .Eligible-Commercially .dollar-copay {
  font-size: 36px;
  font-weight: 700;
  color: #400286;
  line-height: 39px;
}
.blinkrx .Eligible-Commercially .dollar-copay .gradienttextzero {
  background: #400286;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #400286), to(#1572AE));
  background: linear-gradient(to top, #400286 1%, #1572AE 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}

.howitworks {
  overflow: hidden;
  padding-bottom: 100px;
}
.howitworks .steps {
  position: relative;
  padding: 70px 0 64px;
}
.howitworks .steps .howheading {
  line-height: 32px;
  font-size: 40px;
  font-weight: 700;
  color: #400286;
  margin-bottom: 60px;
}
.howitworks .steps .pamplet {
  margin-top: 49px;
  text-align: center;
  background-color: #400286;
  padding: 20px;
  border-radius: 20px;
  color: white;
  min-height: 100px;
  font-size: 28px;
  line-height: 30px;
}
.howitworks .steps .pamplet .prescribe-logo {
  padding-right: 21px;
}
.howitworks .steps .pamplet .prescribe-text {
  font-size: 28px;
  font-weight: 700;
}
.howitworks .steps .pamplet img.miebo-logo {
  margin-right: 2px;
  margin-left: 6px;
}
.howitworks .steps .contact-blinkrx {
  margin: 55px auto 0px auto;
  max-width: 650px;
  font-size: 26px;
  font-weight: 700;
  color: #400286;
  -webkit-text-fill-color: #400286;
  line-height: 32px;
  text-align: center;
}
.howitworks .steps .contact-blinkrx a {
  text-decoration: none;
}
.howitworks .steps .steps-card {
  display: block;
  padding: 0 10px;
}
.howitworks .steps .steps-card .icon-body {
  margin-right: auto;
  margin-left: auto;
  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;
  border-radius: 20px;
}
.howitworks .steps .steps-card .stepdesc h4 {
  padding-top: 30px;
  padding-bottom: 5px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 700;
  color: #400286;
  text-align: center;
}
.howitworks .steps .steps-card .stepdesc p {
  text-align: center;
  font-size: 18px;
  line-height: 26px;
  color: #2F2F2F;
}
.howitworks .orwrapper {
  position: relative;
  height: 40px;
  background-color: #dff4f8;
  z-index: 2;
  top: 37px;
}
.howitworks .orwrapper .or .or-circle {
  width: 100%;
}
.howitworks .orwrapper .or .or-circle .line-1-parent,
.howitworks .orwrapper .or .or-circle .line-2-parent {
  width: 40%;
}
.howitworks .orwrapper .or .or-circle .line1,
.howitworks .orwrapper .or .or-circle .line2 {
  width: 100%;
  height: 0px;
  display: inline-block;
  border-radius: 50px;
  position: relative;
  top: 29px;
  border: 3px solid #400286;
}
.howitworks .orwrapper .or .or-circle .or-text-parent {
  padding: 0 53px;
}
.howitworks .orwrapper .or .or-circle .or-text-parent .gradient-ball {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: linear-gradient(36deg, rgb(64, 2, 134) 49%, rgb(32, 86, 176) 77%, rgb(0, 169, 235) 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;
  position: relative;
  top: -16px;
}
.howitworks .orwrapper .or .or-circle .or-text-parent .gradient-ball .or-text {
  display: inline-block;
  font-weight: 700;
  font-size: 36px;
  color: white;
  text-align: center;
}

.purple .bottom-curve {
  background: #400286;
}

.copay-card {
  margin-top: -60px;
  padding: 133px 0 23px 0;
  background-color: white;
  position: relative;
}
.copay-card .curve-bg:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  width: 45vw;
  height: 25%;
  border-radius: 50%;
  -webkit-transform-origin: top;
  transform-origin: top;
  -webkit-transform: translateX(-50%) scale(4);
  transform: translateX(-50%) scale(4);
  background: white;
  z-index: -1;
}
.copay-card .curve-bg {
  padding: 50px 0 148px 0;
  position: relative;
  z-index: 1;
  width: 100%;
  overflow: hidden;
}
.copay-card h3 {
  text-align: center;
  max-width: 900px;
  color: #400286;
  font-weight: 700;
  line-height: 54px;
  font-size: 40px;
  padding-bottom: 50px;
}
.copay-card .savings-card .copay-card-img {
  position: relative;
  left: 150px;
}
.copay-card .savings-card .eligible {
  font-size: 25px;
  line-height: 40px;
  max-width: 400px;
}
.copay-card .savings-card .dollar-copay {
  font-size: 55px;
  font-weight: 700;
  color: #400286;
}
.copay-card .savings-card .dollar-copay .gradienttextzero {
  background: #400286;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(1%, #400286), to(#1572AE));
  background: linear-gradient(to top, #400286 1%, #1572AE 100%);
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
}
.copay-card .savings-card .dollar-copay img {
  max-width: 316px;
  height: 84px;
}
.copay-card .interested {
  padding-top: 25px;
  font-size: 22px;
  line-height: 32px;
  max-width: 700px;
}
.copay-card .activate {
  padding-bottom: 70px;
  padding-top: 27px;
  margin: 0 auto;
}
.copay-card .activate .activate-btn {
  max-width: 355px;
  margin: 0 auto;
}
.copay-card .activate .activate-btn a {
  min-height: 50px;
  display: block;
  margin: 0 auto;
  width: 355px;
  height: 50px;
  border-radius: 50px;
  background-color: #F8636C;
  text-align: center;
  color: white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 19px;
  line-height: 50px;
  text-decoration: none;
  font-weight: 700;
}
.copay-card .activate .activate-btn:hover a {
  background-color: #400286;
}
.copay-card .terms {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 10px;
}
.copay-card .terms p {
  font-size: 14px;
  line-height: 18px;
  max-width: 950px;
  text-indent: -6px;
}

.sav-para {
  max-width: 380px;
}

.sav-para1 {
  max-width: 407px;
}

.Down-resources-1 .row > div:first-child + div.contentlistwrapperblock .row .contentitemblock:last-child .card {
  display: none;
}

.Down-resources-1 {
  padding-top: 100px;
  text-align: center;
  background: #400286;
}
.Down-resources-1 > .container > .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Down-resources-1 > .container > .row .block:nth-child(2) .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(1) .card img {
  max-width: 159px;
  height: 140px;
}
.Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(5) .card h5 {
  white-space: nowrap;
}
.Down-resources-1 .row {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.Down-resources-1 .card-title {
  margin-bottom: unset;
}
.Down-resources-1 .bottom-curve:before {
  background: #400286;
}
.Down-resources-1 .Down-resources-green-heading p {
  font-size: 40px;
  font-weight: bold;
  line-height: 48px;
  color: #71CDA1;
}
.Down-resources-1 .Down-resources-green-heading-1 p {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
  color: #71CDA1;
  padding-top: 132px;
}
.Down-resources-1 .card {
  border: unset;
  margin: 50px 0px 40px 0px;
  background: #400286;
  color: white;
}
.Down-resources-1 .card p {
  text-align: center;
  margin: auto;
}
.Down-resources-1 .card.kala-flashcard p {
  max-width: 380px;
}
.Down-resources-1 .card.pa-checklist h5 {
  white-space: nowrap;
}
.Down-resources-1 .card.pa-checklist p {
  max-width: 407px;
}
.Down-resources-1 .card.coverage-letter p {
  max-width: 362px;
}
.Down-resources-1 .card.vitro-flash p {
  max-width: 380px;
}
.Down-resources-1 .card.pharmacy-sheet p {
  max-width: 324px;
}
.Down-resources-1 .card.exception-letter p {
  max-width: 362px;
}
.Down-resources-1 .card .card-body {
  padding: unset;
}
.Down-resources-1 .card .card-body a.btn {
  width: 170px;
  padding: unset;
  height: 50px;
  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;
  margin: auto;
}
.Down-resources-1 .card img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  margin-bottom: 30px;
  max-width: 110px;
  height: 143px;
}
.Down-resources-1 .card img.img-Down-resources-1 {
  max-width: 159px;
  height: 140px;
}
.Down-resources-1 h5 {
  font-size: 22px;
  font-weight: bold;
  color: #fff;
  line-height: 30px;
}
.Down-resources-1 p {
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  padding: 0px 0px 30px 0px;
  color: #fff;
}
.Down-resources-1 .btn:hover {
  color: #FFFFFF;
  background-color: #F8636C;
}

.tearpad-modal .modal .modal-dialog {
  max-width: 852px;
}
.tearpad-modal .modal .modal-dialog .modal-content {
  border: 0;
  border-radius: 10px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body {
  border-radius: 10px;
  background: #FFFFFF;
  padding: 35px 48px 50px 59px;
  position: relative;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body h3 {
  font-size: 26px;
  line-height: 35px;
  color: #400286;
  font-weight: 700;
  text-align: center;
  margin-bottom: 25px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .tera-popup-close {
  background: url(/siteassets/img/img-60x60-tearpad-modalclose.png);
  background-size: cover;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 23px;
  right: 23px;
  cursor: pointer;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad {
  border-right: 1px solid #707070;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-right: 52px;
  padding-top: 18px;
  padding-bottom: 10px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad .card-content {
  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;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad .card-content .commercial-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad .card-content .commercial-img img {
  width: 170px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad .card-content p {
  font-size: 19px;
  line-height: 29px;
  color: #2F2F2F;
  font-weight: 700;
  padding-bottom: 0;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 29px;
  margin-bottom: 21px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 61.5px;
  padding-top: 18px;
  padding-bottom: 10px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad .card-content {
  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;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad .card-content .gov-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad .card-content .gov-img img {
  width: 170px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad .card-content p {
  font-size: 19px;
  line-height: 29px;
  color: #2F2F2F;
  padding-bottom: 0;
  font-weight: 700;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad > div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  margin-top: 29px;
  margin-bottom: 21px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad > div:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads a {
  text-decoration: none;
  width: 150px;
  height: 50px;
  background: #F8636C;
  color: #fff;
  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;
  font-size: 19px;
  line-height: 19px;
  font-weight: 700;
  border-radius: 25px;
}
.tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads a:hover {
  background: #400286;
}

@media screen and (min-width: 992px) {
  #ptnprof .btn-cancel:hover {
    background: url(/siteassets/img/img-60x60-tearpad-modalclose-hover.png);
  }
  .Down-resources-1 .card .card-body a.btn:hover {
    background-color: #7442AC;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .tera-popup-close:hover {
    background: url(/siteassets/img/img-60x60-tearpad-modalclose-hover.png);
  }
  .blink-banner .floating-button:hover {
    background-color: #400286;
  }
}
@media screen and (max-width: 991px) {
  .blink-banner .floating-button {
    width: 53px;
    height: 68px;
    top: 255px;
  }
  .blink-banner .floating-button .button-content span {
    color: white;
    font-size: 19px;
    line-height: 42px;
    font-weight: 700;
  }
  .blink-banner .expanded-content {
    top: 227px;
    height: auto;
    padding-top: 12px;
    padding-bottom: 12px;
    width: 355px;
    margin: 36px 0 39px;
  }
  .blink-banner .expanded-content .content {
    padding-left: 45px;
    padding-right: 105px;
  }
  .blink-banner .expanded-content .content .million-para {
    font-size: 16px;
    line-height: 22px;
  }
  .blink-banner .expanded-content .content .closeButton {
    right: 35px;
  }
  .blink-banner .expanded-content .content .closeButton img {
    width: 36px;
    height: 36px;
  }
  .blink-banner .banner-heading {
    font-size: 29px;
    padding-top: 95px;
    line-height: 38px;
    padding-bottom: 27px;
  }
  .blink-banner .heading-content {
    padding-bottom: 50px;
    font-size: 18px;
    line-height: 26px;
  }
  .blink-banner .heading-content .dollar-copay {
    display: block;
  }
  .blink-banner .card-border {
    border-right: 0px;
  }
  .blink-banner .card1 {
    margin-bottom: 50px;
  }
  .blink-banner .card2 {
    padding-top: 40px;
    border-top: 1px solid #2F2F2F;
    margin-bottom: 40px;
  }
  .blink-banner .card2 h4 {
    top: 65px;
  }
  .blinkrx .curve-bg:before {
    width: 100vw;
  }
  .blinkrx .curve-bg {
    padding: 83px 0 80px 0;
  }
  .blinkrx .curve-bg .blinkcard:first-child {
    padding-top: 30px;
  }
  .blinkrx .curve-bg .blinkcard .imgbody .iconimg {
    margin-top: 0px;
  }
  .blinkrx .dotted-border {
    border-right: 0px;
  }
  .blinkrx .miebo-img .jumplink {
    margin-top: 40px;
  }
  .blinkrx .miebo-img h3 {
    padding-top: 40px;
    padding-bottom: 30px;
    font-size: 22px;
    line-height: 29px;
  }
  .blinkrx .blinkcard {
    padding: 30px;
    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;
    border-bottom: 5px dotted #00A9EB;
    -webkit-border-bottom: 5px dotted #00A9EB;
    text-align: center;
  }
  .blinkrx .blinkcard .imgbody .iconimg img {
    width: 111px;
  }
  .blinkrx .blinkcard .icondes {
    margin: 0;
  }
  .blinkrx .blinkcard .icondes h4 {
    font-size: 24px;
    line-height: 32px;
    padding: 30px 0 10px;
  }
  .blinkrx .blinkcard .icondes p {
    line-height: 26px;
    margin-bottom: 0px;
  }
  .blinkrx .copay-offers {
    font-size: 18px;
    color: #2F2F2F;
    line-height: 24px;
    margin: 10px 0px 40px 0px;
  }
  .blinkrx .blinkrxprovides {
    font-size: 22px;
    line-height: 29px;
    padding-bottom: 21px;
    padding-top: unset;
  }
  .blinkrx .Eligible-Commercially {
    font-size: 18px;
    line-height: 24px;
  }
  .blinkrx .Eligible-Commercially .dollar-copay {
    display: block;
    font-size: 32px;
    line-height: 35px;
  }
  .blinkrx .Eligible-Commercially .dollar-copay img {
    margin-top: 4px;
  }
  .howitworks .orwrapper .or .or-circle .or-text-parent {
    padding: 0 17px;
  }
  .howitworks .orwrapper .or .or-circle .or-text-parent .gradient-ball {
    width: 82.31px;
    height: 82.31px;
    top: 0px;
  }
  .howitworks .orwrapper .or .or-circle .or-text-parent .gradient-ball .or-text {
    font-size: 26px;
  }
  .howitworks .steps .howheading {
    font-size: 26px;
    line-height: 36px;
    margin-bottom: 0;
  }
  .howitworks .steps .steps-card {
    padding: 30px;
    border-bottom: 5px dotted #00A9EB;
    -webkit-border-bottom: 5px dotted #00A9EB;
  }
  .howitworks .steps .steps-card .stepdesc p {
    line-height: 24px;
  }
  .howitworks .steps .steps-card .stepdesc h4 {
    font-size: 24px;
    line-height: 24px;
  }
  .howitworks .steps .steps-card p {
    margin-bottom: 0;
  }
  .howitworks .steps .steps-card .icon-body img {
    width: 111.05px;
  }
  .howitworks .steps .pamplet {
    font-size: 22px;
    margin-top: 31px;
    margin-left: 15px;
    margin-right: 15px;
    padding: 42px 20px 40px 20px;
  }
  .howitworks .steps .pamplet img.miebo-logo {
    margin-top: -12px;
    margin-bottom: 5px;
  }
  .howitworks .steps .pamplet .prescribe-logo {
    display: block;
    padding-bottom: 25px;
    padding-right: 0;
  }
  .howitworks .steps .pamplet .prescribe-text {
    padding-right: 0px;
    padding-left: 0px;
  }
  .howitworks .steps .contact-blinkrx {
    margin: 40px auto 0px auto;
    font-size: 22px;
    line-height: 29px;
  }
  .copay-card {
    padding-top: 102px;
    overflow: hidden;
  }
  .copay-card .curve-bg:before {
    width: 78vw;
  }
  .copay-card .activate {
    max-width: 235px;
    padding-top: 22px;
    padding-bottom: 50px;
  }
  .copay-card .activate .activate-btn a {
    max-width: 235px;
    line-height: 19px;
    min-height: 50px;
    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;
  }
  .copay-card h3 {
    font-size: 26px;
    line-height: 36px;
  }
  .copay-card .interested {
    font-size: 18px;
    line-height: 24px;
  }
  .copay-card .savings-card .dollar-copay {
    font-size: 57px;
    line-height: 63px;
  }
  .copay-card .savings-card .dollar-copay img {
    max-width: 288px;
    height: 61px;
  }
  .copay-card .savings-card .eligible {
    line-height: 30px;
    font-size: 22px;
    padding: 0 50px;
    max-width: unset;
  }
  .copay-card .savings-card .copay-card-img {
    position: relative;
    left: 0px;
  }
  .copay-card .terms p {
    font-size: 13px;
  }
  .Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(1) .card img {
    max-width: 170px;
    height: 150px;
  }
  .Down-resources-1 > .container > .row .block:nth-child(4) .row .block:nth-child(1) .card h5 {
    line-height: 32px;
  }
  .Down-resources-1 .Down-resources-green-heading p {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #71CDA1;
    padding: 0px 20px 0px 20px;
  }
  .Down-resources-1 .Down-resources-green-heading-1 p {
    font-size: 26px;
    font-weight: bold;
    line-height: 36px;
    color: #71CDA1;
    padding-top: 35px;
    padding-bottom: 0px;
  }
  .Down-resources-1 .card h5 {
    white-space: unset !important;
  }
  .Down-resources-1 .card.pa-checklist h5 {
    white-space: unset;
    line-height: 28px;
  }
  .Down-resources-1 .card.coverage-letter h5 {
    line-height: 28px;
  }
  .Down-resources-1 .card.letter-medical h5 {
    line-height: 30px;
  }
  .Down-resources-1 .card.tearppad-ins h5 {
    line-height: 32px;
  }
  .Down-resources-1 .card .card-body {
    padding: 0;
  }
  .Down-resources-1 .card img {
    max-width: 132px;
    height: 171px;
  }
  .Down-resources-1 .card img.img-Down-resources-1 {
    max-width: 170px;
    height: 150px;
  }
  .Down-resources-1 h5 {
    font-size: 22px;
    font-weight: bold;
    line-height: 42px;
  }
  .Down-resources-1 h5.h5-spacing-class-1 {
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .Down-resources-1 p {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
  }
  .tearpad-modal .modal .modal-dialog {
    margin-left: 19px;
    margin-right: 18px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body {
    padding: 25px 19px 61px 18px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .tera-popup-close {
    background: url(/siteassets/img/img-35x35-mobiletearpad-modalclose.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    top: 19px;
    right: 14px;
    cursor: pointer;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .tera-popup-close:hover {
    background: url(/siteassets/img/img-35x35-mobiletearpad-modalclose-hover.png);
    background-size: cover;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body h3 {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 10px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad {
    padding-right: unset;
    border-right: unset;
    border-bottom: 1px solid #707070;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad .card-content .commercial-img img {
    width: 161px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad .card-content p {
    margin-top: 16px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad > div:nth-child(2) {
    margin-top: 12px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .commercial-tearpad > div:nth-child(3) {
    padding-bottom: 46px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad {
    padding-left: unset;
    padding-top: 51px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad .card-content .gov-img img {
    width: 163px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad .card-content p {
    margin-top: 16px;
  }
  .tearpad-modal .modal .modal-dialog .modal-content .modal-body .patient-tearpads .gov-tearpad > div:nth-child(2) {
    margin-top: 16px;
  }
}
@media screen and (max-width: 767px) {
  .Down-resources-1 h5.h5-spacing-class-1 {
    white-space: unset;
    line-height: normal;
  }
  .blink-banner {
    padding-top: 219px;
    margin-top: 0;
  }
  .blink-banner .expanded-content .content .million-para {
    max-width: 205px;
  }
  .blink-banner .banner-heading {
    margin: auto;
    margin-top: 98px;
    max-width: 317px;
  }
  .blinkrx .curve-bg:before {
    width: 115vw;
  }
  .blinkrx .miebo-img img {
    width: 324px;
    max-height: 80px;
    margin-right: 16px;
  }
  .howitworks .steps .pamplet img.miebo-logo {
    margin-top: -12px;
    margin-right: 1px;
    margin-left: 4px;
  }
  .copay-card .savings-card .copay-card-img {
    position: relative;
    left: unset;
    right: -41px;
  }
  .copay-card .savings-card .eligible {
    padding: 0 15px;
  }
  header .topLinksMobile ul {
    padding-left: 10px;
    padding-right: 10px;
  }
  header nav .topLinks ul li.patient-link a, header .main-header .topLinksMobile ul li.patient-link a {
    white-space: nowrap;
    font-size: 12px;
  }
    header nav .topLinksMobileMenu ul li.patient-link {
        display: none;
    }
    header nav .topLinksMobileMenu ul li.psi {
        display: block;
    }
    .Down-resources-1 h5 {
        line-height: 30px;
    }
}
@media screen and (max-width: 1399px) {
    header nav .topLinks ul li {
        padding: 0 20px;
    }
}

@media screen and (max-width: 1199px) {
    header nav .topLinks ul li {
        padding: 0 15px;
    }
}
/*Tablet View*/
@media screen and (min-width: 768px) and (max-width: 991px) {
  .blink-banner .expanded-content {
    top: 164px;
    height: 68px;
    width: 675px;
  }
  .blink-banner .banner-heading {
    padding-top: 91px;
  }
  .blink-banner .floating-button {
    top: 220px;
  }
  .blink-banner .card-border {
    border-right: 1px solid #2F2F2F;
  }
  .blink-banner .card1 {
    margin-bottom: 3px;
  }
  .blink-banner .card2 {
    padding-top: 0px;
    border-top: 0px solid #2F2F2F;
    margin-bottom: 3px;
  }
  .blink-banner .card2 h4 {
    top: 24px;
  }
  .blinkrx .curve-bg .blinkcard:first-child {
    padding-top: 70px;
  }
  .blinkrx .curve-bg .blinkcard:last-child {
    margin-bottom: 0px;
  }
  .blinkrx .miebo-img {
    padding: 0 85px;
  }
  .blinkrx .blinkcard {
    padding: 0px;
    border-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 70px;
  }
  .blinkrx .blinkcard .icondes {
    text-align: left;
    margin-left: 30px;
  }
  .blinkrx .blinkcard .icondes h4 {
    padding-top: 0px;
  }
  .howitworks .steps .pamplet {
    margin-left: auto;
    margin-right: auto;
    max-width: 500px;
  }
  .howitworks .steps .pamplet .prescribe-text {
    padding: 0px;
  }
  .howitworks .steps .steps-card {
    position: relative;
    border-bottom: 0px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .howitworks .steps .steps-card .md-dottedlines1 {
    height: 86px;
    border-right: 5px dotted #00A9EB;
    position: absolute;
    top: 142px;
    left: 83px;
  }
  .howitworks .steps .steps-card .md-dottedlines2 {
    height: 86px;
    border-right: 5px dotted #00A9EB;
    position: absolute;
    top: 164px;
    left: 83px;
  }
  .howitworks .steps .steps-card .icon-body {
    margin-left: 0px;
    margin-right: 0px;
  }
  .howitworks .steps .steps-card .stepdesc {
    padding-left: 30px;
  }
  .howitworks .steps .steps-card .stepdesc h4, .howitworks .steps .steps-card .stepdesc p {
    padding-top: 0;
    text-align: left;
  }
  .copay-card .savings-card .eligible {
    padding: 0px;
  }
  .copay-card .savings-card .copay-card-img {
    left: 80px;
  }
  .two .swiper-slide {
    width: 450px;
  }
  .swiper-container {
    width: 80%;
  }
    header nav .topLinks ul li {
        padding: 0 5px;
    }
}
/*End Tablet View*/
@media screen and (min-width: 992px) and (max-width: 1200px) {
  .blink-banner .expanded-content {
    width: 880px;
  }
  .blink-banner .expanded-content .content {
    padding-left: 40px;
  }
  .blinkrx .miebo-img img {
    width: 559px;
    max-height: 166px;
  }
  .blinkrx .curve-bg .blinkcard .imgbody .iconimg {
    margin-top: 0;
  }
  .blinkrx .curve-bg .blinkcard .icondes h4 {
    line-height: 28px;
  }
  .copay-card .savings-card .copay-card-img {
    left: 113px;
  }
  .copay-card .savings-card .eligible {
    max-width: unset;
  }
  .see-impact-section h3 {
    margin: 50px 0 0px;
  }
    .two .swiper-slide {
        width: 450px;
    }

    .swiper-container {
        width: 88%;
    }
}
@media screen and (min-width: 992px) {
  .blink-banner {
    position: relative;
  }
  .blinkrx {
    position: relative;
  }
  .blinkrx .blinkcard1,
  .blinkrx .blinkcard4 {
    min-height: 202px;
  }
  .blinkrx .blinkcard2,
  .blinkrx .blinkcard5 {
    min-height: 244px;
  }
  .dottedlines1 {
    width: 190px;
    border-bottom: 5px dotted #00A9EB;
    position: relative;
    top: 67px;
    left: 212px;
  }
  .dottedlines2 {
    width: 190px;
    border-bottom: 5px dotted #00A9EB;
    position: relative;
    top: 62px;
    left: 533px;
  }
    #factSheet .modal-dialog {
        max-width: 980px;
    }
}
@media screen and (min-width: 1200px) {
  .blinkrx .blinkcard1,
  .blinkrx .blinkcard4 {
    min-height: 176px;
  }
  .blinkrx .blinkcard2,
  .blinkrx .blinkcard5 {
    min-height: 176px;
  }
  .dottedlines1 {
    width: 250px;
    border-bottom: 5px dotted #00A9EB;
    position: relative;
    top: 67px;
    left: 243px;
  }
  .dottedlines2 {
    width: 250px;
    border-bottom: 5px dotted #00A9EB;
    position: relative;
    top: 62px;
    left: 622px;
  }
}
@media screen and (min-width: 1400px) {
  .dottedlines1 {
    width: 305px;
    border-bottom: 5px dotted #00A9EB;
    position: relative;
    top: 67px;
    left: 276px;
  }
  .dottedlines2 {
    width: 305px;
    border-bottom: 5px dotted #00A9EB;
    position: relative;
    top: 62px;
    left: 715px;
  }
}
@media screen and (max-width: 390px) {
    .blink-banner .heading-content {
        max-width: 308px;
    }

        .blink-banner .heading-content span {
            display: block;
        }

    .Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(6) .card h5 {
        white-space: unset;
        line-height: 28px;
    }

    .Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(6) .card h5 {
        max-width: 302px;
        margin: auto;
        line-height: 28px;
    }

    .Down-resources-1 > .container > .row .block:nth-child(4) .row .block:nth-child(1) .card h5 {
        line-height: 32px;
    }

    .Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(3) .card h5 {
        line-height: normal;
    }

    .Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(1) .card p {
        max-width: 318px;
    }

    .Down-resources-1 > .container > .row .block:nth-child(2) .row .block:nth-child(4) .card h5 {
        white-space: unset;
        line-height: normal;
    }

    .Down-resources-1 .card.patient-prof p, .Down-resources-1 .card.science-flash p, .Down-resources-1 .card.vitro-flash p, .Down-resources-1 .card.exception-letter p, .Down-resources-1 .card.pharmacy-sheet p, .Down-resources-1 .card.letter-medical p, .Down-resources-1 .card.tearppad-ins p, .Down-resources-1 .card.blink-fax p {
        max-width: 318px;
    }

    .Down-resources-1 .card.pa-checklist h5 {
        max-width: 302px;
        margin: auto;
        line-height: 28px;
    }

    .Down-resources-1 .card.pa-checklist p {
        max-width: 318px;
    }

    .Down-resources-1 .card.coverage-letter h5 {
        max-width: 348px;
        margin: auto;
        line-height: 28px;
    }

    .Down-resources-1 .card p {
        max-width: 318px;
    }
}
.btn:focus {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.Patient-profile .modal-dialog, .Blinkrx-Tearsheet .modal-dialog {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.Patient-profile .modal-dialog {
  max-width: 850px;
}

.Patient-profile .modal-content, .Blinkrx-Tearsheet .modal-content {
  max-width: 850px;
}

.Patient-profile .modal-body, .Blinkrx-Tearsheet .modal-body {
  padding-left: 84px;
  padding-right: 81px;
  text-align: center;
}

#ptnprof h2 {
  color: #400286;
  font-size: 26px;
  font-weight: bold;
  line-height: 36px;
  margin-bottom: 22px;
  margin-top: 28px;
}
#ptnprof .btn-cancel {
  background: url(/siteassets/img/img-60x60-tearpad-modalclose.png);
  background-size: cover;
  position: absolute;
  width: 60px;
  height: 60px;
  top: 23px;
  right: 23px;
  cursor: pointer;
}

.col-md-6.col-12.tsheet-lang ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.pop-wrap-cont {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.pop-wrap-cont img {
  max-width: 238px;
}
.pop-wrap-cont span {
  color: #fff;
  margin-top: 10px;
}
.pop-wrap-cont span a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px 40px;
  border-radius: 25px;
  min-width: 100px;
  background: #F8636C 0% 0% no-repeat padding-box;
}
.pop-wrap-cont span a:hover {
  background: #400286;
}

#trial-experience .col6 > div {
    height: 100%;
}

@media (max-width: 991px) {
  #ptnprof .btn-cancel {
    background: url(/siteassets/img/img-35x35-mobiletearpad-modalclose.png);
    background-size: cover;
    width: 36px;
    height: 36px;
    top: 19px;
    right: 14px;
    cursor: pointer;
  }
  #ptnprof .btn-cancel:hover {
    background: url(/siteassets/img/img-35x35-mobiletearpad-modalclose-hover.png);
    background-size: cover;
  }
  .Patient-profile .modal-body {
    padding-left: 64px;
    padding-right: 64px;
  }
  .top-header-modal .modal-title {
    font-size: 22px;
    line-height: 29px;
  }
  .dwn-item h5 {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px;
  }
  .dwn-sec-wrap {
    flex-direction: column;
    align-items: center;
  }
  .top-header-modal {
    position: relative;
    padding: 50px 0 30px;
  }
  .top-header-modal .modal-btn-close img {
    width: 36px !important;
    height: 36px !important;
  }
}
@media (max-width: 390px) {
  .Patient-profile .modal-content {
    max-width: 350px;
  }
}
@media (max-width: 435px) {
  .blinkrx .blinkrxprovides {
    max-width: 319px;
  }
  .blinkrx .copay-offers {
    max-width: 320px;
    margin: 10px auto 40px auto;
  }
  .blinkrx .Eligible-Commercially {
    max-width: 309px;
  }
  .see-impact-section h2 {
    padding: 0px;
  }
  .see-impact-section {
    padding: 10% 0;
  }
  .video-lib-modal .btn-close {
    right: 0px;
    top: -70px;
  }
}
@media (max-width: 429px) {
    header .topLinksMobile ul li a,
    .main-header .topLinksMobile ul li.patient-link a {
        font-size: 10px;
    }

    header nav .topLinks ul li.patient-link a, header .main-header .topLinksMobile ul li.patient-link a {
        white-space: nowrap;
        font-size: 10px;
    }

    header .topLinksMobile ul {
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media screen and (min-width: 320px) and (max-width: 767px) {
    header .topLinksMobile ul li a,
    header .main-header .topLinksMobile ul li.patient-link a {
        font-size: 12px;
        line-height: 14px;
    }
}

@media screen and (min-width: 390px) and (max-width: 767px) {

    section.fixed-isi .isi-content-wrapper .isi-content ul li:first-child {
        padding-top: 3px;
    }
    section.fixed-isi .isi-content-wrapper .isi-content h2 {
       
        margin-bottom: 3px;
    }
}


@-webkit-keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes rotation {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}