@charset "UTF-8";
body {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  color: #191919;
}

h1 {
  font-size: 50px;
  line-height: 1.12;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  color: #191919;
}
h1 sup {
  font-size: 70% !important;
}

h2 {
  font-size: 32px;
  line-height: 1.25;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #191919;
}

h3 {
  font-size: 28px;
  line-height: 1.29;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 700;
  color: #191919;
}

h4 {
  font-size: 22px;
  line-height: 1.36;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #191919;
}

h5 {
  font-size: 20px;
  line-height: 1.36;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #191919;
}

h6 {
  font-family: "Barlow Semi Condensed", sans-serif;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.mb-0 {
  margin-bottom: 0;
}

sup {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 75% !important;
  top: -0.4em !important;
}
sup.nonitalic {
  font-style: normal !important;
}
sup.supsmall {
  top: -0.5em !important;
}

.text-center {
  text-align: center;
}

.text-indent {
  text-indent: -6px;
  margin-left: -6px;
}

.btn {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  color: #191919;
  text-align: center;
  background-color: #daaa00;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border: none;
  padding: 5px 22px;
}
.btn .fa-angle-right {
  padding-left: 10px;
}
.btn:hover {
  color: #191919;
  background-color: #e1bb33;
}
.btn:focus {
  color: #191919;
  background-color: #e1bb33;
}
.btn:visited {
  color: #191919;
}

.desktop {
  display: block;
}

.mobile-and-tablet {
  display: none !important;
}

.seeMore {
  /*color: #00b2a9;
  font-size: 18px;
  font-weight: 700;
  line-height: 12px;*/
  display: block;
  float: right;
  /*font-family: Quicksand;*/
  cursor: pointer;
  margin-top: 5px;
  position: absolute;
  top: -37px;
  right: 16px;
  background-image: url(../img/icon-30x30-SeeMore-hover.svg);
  background-repeat: no-repeat;
  background-size: 29px 28px;
  height: 30px;
  background-position: right 0;
  padding-right: 34px;
  padding-top: 22px;
  margin-top: 5px;
}

.word-break {
  color: inherit !important;
  white-space: nowrap;
}

/* Popup SCSS Start */
#exampleModal, #Magnoliareview {
  pointer-events: none;
}

.popuppeachtree {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
.popuppeachtree button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  right: -50px;
  position: absolute;
  top: 8px;
  z-index: 9;
  opacity: 1;
}
.popuppeachtree .popuppeachtree-top h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 1.36;
  color: #191919;
}
.popuppeachtree .popuppeachtree-top ul {
  margin-bottom: 40px;
}
.popuppeachtree .popuppeachtree-top ul li {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-stretch: semi-condensed;
  line-height: 1.3;
  color: #191919;
  list-style-type: disc;
  margin-bottom: 10px;
  margin-left: 7px;
}
.popuppeachtree .modal-dialog-scrollable .modal-content {
  overflow: inherit;
  border: 0px solid white;
}
.popuppeachtree .modal-header {
  padding: 0.3rem 0rem;
  border-bottom: 1px solid #d3d3d4;
  margin: 30px;
}
.popuppeachtree .modal-header ul li a {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #191919;
  text-align: center;
  text-decoration: none;
  padding: 8px 50px;
  border-top-left-radius: 20px;
  border-top-right-radius: 6px;
  position: relative;
  z-index: 1;
}
.popuppeachtree .modal-header ul li a sup {
  visibility: hidden;
}
.popuppeachtree .modal-header ul li a:before {
  content: "";
  position: absolute;
  background-color: #d3d3d4;
  width: 95%;
  height: 100%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 6px 6px 0 0;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}
.popuppeachtree .modal-header ul li .active {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #191919;
  text-align: center;
  padding: 8px 50px;
}
.popuppeachtree .modal-header ul li .active sup {
  visibility: visible;
}
.popuppeachtree .modal-header ul li .active:before {
  content: "";
  position: absolute;
  background-color: #f5e1d8;
  width: 95%;
  height: 100%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 6px 6px 0 0;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}
.popuppeachtree .modal-header ul li:nth-child(2) .active {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #191919;
  text-align: center;
  padding: 8px 50px;
}
.popuppeachtree .modal-header ul li:nth-child(2) .active:before {
  content: "";
  position: absolute;
  background-color: #fef1c6;
  width: 95%;
  height: 100%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 6px 6px 0 0;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}
.popuppeachtree .modal-header ul li:nth-child(3) .active {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 800;
  color: #191919;
  text-align: center;
  padding: 8px 50px;
}
.popuppeachtree .modal-header ul li:nth-child(3) .active:before {
  content: "";
  position: absolute;
  background-color: #e2ceec;
  width: 95%;
  height: 100%;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-radius: 6px 6px 0 0;
  top: 0;
  z-index: -1;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: inline-block;
}
.popuppeachtree .modal-body {
  margin: 30px;
}
.popuppeachtree .popuppeachtreebg {
  background-color: #f6f6f6;
}
.popuppeachtree .popuppeachtreebg h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 1.25;
  color: #6a2a5b;
  position: relative;
  margin-bottom: 40px;
}
.popuppeachtree .popuppeachtreebg h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 5px;
}
.popuppeachtree .popuppeachtreebg h4 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 1.36;
  color: #191919;
  margin-bottom: 20px;
}
.popuppeachtree .popuppeachtree-mid {
  background-color: #eae9f0;
  padding: 20px 40px;
  background-image: url(../img/popup-border.png);
  background-repeat: no-repeat;
  background-position: center bottom;
}
.popuppeachtree .popuppeachtree-mid p {
  color: #191919;
  margin-top: 1rem;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 24px;
  font-weight: 500;
  font-stretch: semi-condensed;
  line-height: 1.21;
  text-align: center;
}
.popuppeachtree .popuppeachtree-bottom h4 {
  color: #615e9b;
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.popuppeachtree .popuppeachtree-bottom ol li {
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  color: #191919;
  padding-left: 10px;
  margin-left: 5px;
}
.popuppeachtree ::-webkit-scrollbar {
  width: 15px;
}
.popuppeachtree ::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 0px;
}
.popuppeachtree ::-webkit-scrollbar-thumb {
  background: #daaa00;
  border-radius: 0px;
}
.popuppeachtree ::-webkit-scrollbar-thumb:hover {
  background: #daaa00;
}

/* Popup SCSS End */
.nav-tabs {
  border-bottom: none !important;
}

#instantialhcp, #thankyou {
  pointer-events: none;
}
#instantialhcp .btn, #thankyou .btn {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 18px;
  font-weight: 600;
  font-style: normal;
  color: #191919;
  text-align: center;
  background-color: #daaa00;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border: none;
  padding: 5px 25px;
  z-index: 999;
  margin-bottom: 10px;
}
#instantialhcp .btn:hover, #thankyou .btn:hover {
  background-color: #e1bb33;
}
#instantialhcp .btncancel, #thankyou .btncancel {
  font-family: "Barlow Semi Condensed", sans-serif;
  background-color: transparent;
  border: none;
  padding: 10px 25px 20px;
  z-index: 999;
  font-size: 20px;
  text-decoration: underline;
  font-style: normal;
  font-weight: normal;
  color: #191919;
}
#instantialhcp .btncancel:hover, #thankyou .btncancel:hover {
  text-decoration: none;
  color: #191919;
}
#instantialhcp .btncancel:visited, #thankyou .btncancel:visited {
  color: #191919;
}
#instantialhcp .btncancel:focus, #thankyou .btncancel:focus {
  color: #191919;
}
#instantialhcp .about-to-lea p, #thankyou .about-to-lea p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-stretch: semi-condensed;
  line-height: 1.36;
  text-align: center;
  color: #191919;
  font-style: normal;
  font-weight: normal;
  margin-bottom: 10px;
}
#instantialhcp .about-to-lea .subhead, #thankyou .about-to-lea .subhead {
  font-weight: 600;
  margin-bottom: 1rem;
}
#instantialhcp .modal-header, #thankyou .modal-header {
  border-bottom: none !important;
  padding: 0.75rem;
}
#instantialhcp .modal-body, #thankyou .modal-body {
  padding: 0rem;
}
#instantialhcp .modal-footer, #thankyou .modal-footer {
  border-top: none !important;
  display: block !important;
  margin: 0rem;
  padding: 0rem 0rem 40px;
}

.intertiatalPop {
  pointer-events: none;
}
.intertiatalPop .modal-content {
  background: url(/siteassets/patient/img/img-2880x1667-gradientBg.jpg) no-repeat left top;
  background-size: cover;
  padding-left: 50px;
  border-radius: 20px;
}
.intertiatalPop .modal-lg {
  max-width: 900px;
}
.intertiatalPop h2 {
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
}
.intertiatalPop h2 strong {
  font-weight: 700;
}
.intertiatalPop p {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  font-style: normal;
  font-weight: normal;
}
.intertiatalPop p strong {
  font-weight: 600;
}
.intertiatalPop .subhead {
  font-weight: 600;
  margin-bottom: 20px;
}
.intertiatalPop .modal-header {
  border-bottom: none !important;
  padding: 0.75rem;
}
.intertiatalPop .modal-body {
  background: url(/siteassets/patient/img/img-270x270-iconPopup.png) no-repeat left top;
  background-size: 10%;
  padding: 0px 20px 20px 123px;
}
.intertiatalPop .modal-body span {
  white-space: nowrap;
}
.intertiatalPop .modal-footer {
  border-top: none !important;
  display: block !important;
  margin: 0rem;
  padding: 0 0 50px 124px;
}
.intertiatalPop h3 {
  font-size: 20px;
  color: #fff;
  margin: 0;
}
.intertiatalPop a {
  cursor: pointer;
  color: #FED141;
  text-decoration: underline;
}
.intertiatalPop a:hover {
  color: #FED141;
  text-decoration: underline;
}

header {
  height: 120px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-image: url("/siteassets/patient/img/img-4056x339-nav.png");
  background-repeat: no-repeat;
  background-size: 95% 100%;
  background-position: top left;
  position: fixed;
  top: 0;
  z-index: 999;
  margin: 0 auto;
}
header .sitelogo {
  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: 0 auto;
}
header #Sitelogo_hypLogo img {
  max-width: 75%;
}
header .mob-wrap {
  width: 90%;
  text-align: center;
}
header .mob-wrap .navigationsection {
  border-top: 1px solid #fff;
  padding: 10px;
}
header .mob-wrap .navigationsection ul {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .mob-wrap .navigationsection ul li {
  width: 100%;
  height: 50px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 16px;
  padding: 10px 15px;
  margin-left: 5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
header .mob-wrap .navigationsection ul li a {
  color: #6A2A5B;
  font-family: "Barlow";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  font-style: normal;
  font-weight: normal;
}
header .mob-wrap .navigationsection ul li a a::before {
  display: block;
  content: attr(title);
  font-weight: bold;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}
header .mob-wrap .navigationsection ul li:first-child a {
  width: 124px;
}
header .mob-wrap .navigationsection ul li:last-child a {
  width: 140px;
}
header .mob-wrap .navigationsection ul li:hover {
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 22px;
  border-top-right-radius: 10px;
  font-style: normal;
}
header .mob-wrap .navigationsection ul li:hover a {
  color: #FED141;
  font-weight: bold;
}
header .mob-wrap .navigationsection ul li:hover::before {
  width: 100%;
  height: 51px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: "";
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  z-index: -1;
  border-radius: 10px 10px 0 0;
  background-color: #6A2A5B;
  top: 0;
}
header .mob-wrap .navigationsection ul li:last-child:hover.has-subnav ul.subnav {
  right: 8px;
  left: inherit;
}
header .mob-wrap .navigationsection ul li:last-child.active.has-subnav ul.subnav {
  right: 8px;
  left: inherit;
}
header .mob-wrap .navigationsection ul li.active {
  -webkit-border-top-left-radius: 22px;
  -webkit-border-top-right-radius: 10px;
  -moz-border-radius-topleft: 22px;
  -moz-border-radius-topright: 10px;
  border-top-left-radius: 22px;
  border-top-right-radius: 10px;
  font-style: normal;
}
header .mob-wrap .navigationsection ul li.active a {
  color: #FED141;
  font-weight: bold;
}
header .mob-wrap .navigationsection ul li.active::before {
  width: 100%;
  height: 52px;
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  content: "";
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  z-index: -1;
  border-radius: 10px 10px 0 0;
  background-color: #6A2A5B;
  top: 0;
}
header .mob-wrap .navigationsection ul li.submenu-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav {
  display: none;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  height: 40px;
  position: absolute;
  top: 100%;
  z-index: 9;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  list-style: none;
  left: -26px;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav::before {
  background-color: #6A2A5B;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  width: 100%;
  height: 40px;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  z-index: -1;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li {
  width: 100%;
  margin-left: 0px;
  padding: 10px;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li a {
  color: #6a2a5b !important;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li:hover a {
  font-style: normal;
  font-weight: 500;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li:hover::before {
  width: 100%;
  height: 40px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #6A2A5B;
  content: "";
  top: 0;
  left: 0;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li.active a {
  font-style: italic;
  font-weight: bold;
}
header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li.active::before {
  width: 100%;
  height: 40px;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #6A2A5B;
  content: "";
  top: 0;
  left: 0;
}
header .mob-wrap .navigationsection ul li.has-subnav:hover ul.subnav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  z-index: 99;
}
header .mob-wrap .toplinks ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  list-style: none;
  list-style: none;
  padding-top: 8px;
  margin-bottom: 3px;
}
header .mob-wrap .toplinks ul li {
  padding-left: 20px;
  padding-right: 20px;
}
header .mob-wrap .toplinks ul li a {
  font-family: "Barlow Semi Condensed", sans-serif;
  text-decoration: none;
  font-size: 14px;
  font-stretch: semi-condensed;
  line-height: 16px;
  text-align: center;
  margin-top: 10px;
  color: #6A2A5B;
  display: inline-block;
}
header .mob-wrap .toplinks ul li .font-dicrese {
  font-size: 12px;
  font-stretch: semi-condensed;
  text-align: center;
  color: #6A2A5B;
  margin-right: 5px;
  cursor: pointer;
}
header .mob-wrap .toplinks ul li .font-increse {
  font-size: 28px;
  font-stretch: semi-condensed;
  text-align: center;
  color: #6A2A5B;
  margin-left: 5px;
  cursor: pointer;
}
header .mob-wrap .toplinks ul li:last-child {
  margin-top: -5px;
}

.dnnEditState header {
  height: auto;
  position: relative;
}

.loginContent {
  margin-top: 118px;
}

@media screen and (min-width: 1600px) {
  header {
    background-size: 85%;
    background-position: bottom left;
  }
}
@media screen and (max-width: 1250px) and (min-width: 993px) {
  header {
    height: 7.85vw;
    width: 96%;
    background-size: 100%;
  }
  header .sitelogo {
    max-width: 150px;
  }
  header .mob-wrap .toplinks ul {
    padding-top: 3px;
    padding-bottom: 3px;
  }
  header .mob-wrap .toplinks ul li a {
    font-size: 12px;
    line-height: 20px;
  }
  header .mob-wrap .navigationsection {
    padding: 0 10px 0 10px;
  }
  header .mob-wrap .navigationsection ul {
    margin-left: 0;
  }
  header .mob-wrap .navigationsection ul li {
    height: 38px;
    padding: 5px 15px;
    font-size: 12px;
    line-height: 1;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav {
    height: 30px;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav:before {
    height: 30px;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li {
    padding: 7px;
    height: 30px;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li:hover::before {
    height: 30px;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li a {
    font-size: 12px;
  }
  header .mob-wrap .navigationsection ul li:first-child {
    margin-left: 0;
  }
  header .mob-wrap .navigationsection ul li a {
    font-size: 12px;
    line-height: 1;
  }
  header .mob-wrap .navigationsection ul li a:first-child {
    width: auto;
  }
  header .mob-wrap .navigationsection ul li:hover::before {
    height: 3.61vw;
  }
  header .mob-wrap .navigationsection ul li:hover ul.subnav {
    top: 3.61vw;
    left: -7px;
  }
  header .mob-wrap .navigationsection ul li.active::before {
    height: 3.61vw;
  }
  header .mob-wrap .navigationsection ul li.active ul.subnav {
    top: 3.61vw;
    left: -7px;
  }
}
@media screen and (max-width: 991px) {
  header {
    background: #fff;
    width: 100%;
    height: 79px;
    background-size: 100%;
    border-bottom: 4px solid #6A2A5B;
  }
  header .sitelogo {
    width: 143px;
    z-index: 999;
    position: relative;
  }
  header .navtoggler .menuopen {
    width: 54px;
    height: 52px;
    position: absolute;
    right: 20px;
    display: block;
    content: "";
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    border-radius: 10px 10px 0 0;
    background-color: #6A2A5B;
    top: -10px;
  }
  header .navtoggler .menuopen img {
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    width: 30px;
  }
  header .navtoggler .menuclose {
    font-size: 14px;
    font-weight: 800;
    color: #007c89;
    line-height: 1.6;
    letter-spacing: 0.84px;
    text-transform: uppercase;
    position: fixed;
    bottom: 0px;
    z-index: 999;
    width: 54px;
    height: 51px;
    right: 25px;
    display: block;
    content: "";
    -webkit-transform: skew(-10deg);
            transform: skew(-10deg);
    border-radius: 10px 10px 0 0;
    background-color: #6A2A5B;
  }
  header .navtoggler .menuclose .close {
    position: relative;
    z-index: 999;
    text-align: center;
    margin: 0px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
    opacity: 9;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 18px;
  }
  header .mob-wrap {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 70px;
    background: #fff;
    height: calc(100% - 70px);
    z-index: 9;
    overflow-y: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: column;
    padding-bottom: 40px;
    border-bottom: 5px solid #6A2A5B;
  }
  header .mob-wrap .navigationsection {
    border-top: none;
    padding: 10px 10px 0;
    margin: 0px auto;
    width: 100%;
  }
  header .mob-wrap .navigationsection ul {
    margin: 0px auto;
    width: 85%;
  }
  header .mob-wrap .navigationsection ul li {
    border-bottom: 1px solid #d9d9d6;
    padding: 20px 0;
    height: auto;
    margin-left: 0;
    line-height: 16px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .mob-wrap .navigationsection ul li:last-child {
    border: 0;
  }
  header .mob-wrap .navigationsection ul li:last-child a, header .mob-wrap .navigationsection ul li:first-child a {
    width: 100%;
  }
  header .mob-wrap .navigationsection ul li a {
    color: #6A2A5B;
    font-size: 22px;
    font-weight: 500;
  }
  header .mob-wrap .navigationsection ul li:hover {
    background-color: transparent;
    color: #6A2A5B;
  }
  header .mob-wrap .navigationsection ul li:hover a {
    background-color: transparent;
    color: #6A2A5B !important;
    font-weight: normal;
  }
  header .mob-wrap .navigationsection ul li:hover::before {
    background-color: transparent;
    color: #6A2A5B;
  }
  header .mob-wrap .navigationsection ul li.active {
    background-color: transparent;
    color: #fff;
  }
  header .mob-wrap .navigationsection ul li.active a {
    color: #6A2A5B;
    font-size: 22px;
    font-weight: 500;
  }
  header .mob-wrap .navigationsection ul li.active::before {
    background-color: transparent;
    color: #fff;
  }
  header .mob-wrap .navigationsection ul li.submenu-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -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;
  }
  header .mob-wrap .navigationsection ul li.has-subnav .expands {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0px;
    text-align: right;
    cursor: pointer;
    top: 13px;
    z-index: 999999;
  }
  header .mob-wrap .navigationsection ul li.has-subnav .expands::before {
    content: "+";
    font-size: 22px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-family: courier;
    color: white;
    padding-top: 10px;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav {
    position: relative;
    left: 0px;
    display: none;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav::before {
    background-color: transparent;
    color: #fff !important;
    display: none;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav::after {
    background-color: transparent;
    color: #fff !important;
    display: none;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li {
    border-bottom: none;
    padding-top: 20px;
    padding-bottom: 0;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li a {
    background-color: transparent;
    color: #fff !important;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    line-height: 1;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li:hover a {
    color: #fff !important;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li:hover::before {
    background-color: transparent;
    color: #fff !important;
    display: none;
  }
  header .mob-wrap .navigationsection ul li.has-subnav ul.subnav li.active::before {
    background-color: transparent;
    color: #fff !important;
    display: none;
  }
  header .mob-wrap .navigationsection ul li.has-subnav:hover ul.subnav {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    margin: 0px auto;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active .expands {
    position: absolute;
    width: 50px;
    height: 100%;
    right: 0px;
    text-align: right;
    cursor: pointer;
    top: 15px;
    z-index: 999999;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active .expands::before {
    content: "-";
    font-size: 22px;
    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-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-weight: bold;
    font-family: courier;
    color: white;
    padding-top: 10px;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active ul.subnav {
    position: relative;
    display: block;
    height: auto;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active ul.subnav::before {
    background-color: transparent;
    color: #fff !important;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active ul.subnav::after {
    background-color: transparent;
    color: #fff !important;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active ul.subnav li a {
    background-color: transparent;
    color: #fff !important;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    line-height: 1.14;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active ul.subnav li:hover::before {
    background-color: transparent;
    color: #fff !important;
  }
  header .mob-wrap .navigationsection ul li.has-subnav.active ul.subnav li.active::before {
    background-color: transparent;
    color: #fff !important;
  }
  header .mob-wrap .toplinks {
    width: 100%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  header .mob-wrap .toplinks ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0px auto;
    width: 80%;
    padding: 0;
  }
  header .mob-wrap .toplinks ul li {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    height: auto;
    margin-left: 0;
  }
  header .mob-wrap .toplinks ul li a {
    font-size: 16px;
    line-height: 16px;
  }
  header .mob-wrap .toplinks ul li:last-child {
    border-bottom: 0px solid #d9d9d6;
  }
}
.capitalize {
  text-transform: capitalize;
}

.footerabovesection .bcbiop {
  margin-bottom: 40px;
}
.footerabovesection .terms-section {
  background-color: #ffffff;
  text-align: left;
  padding-bottom: 40px;
}
.footerabovesection .terms-section .small-text {
  width: 50%;
  font-size: 12px;
  color: #191919;
}
.footerabovesection .terms-section .small-text .text-indent {
  text-indent: -6px;
  margin-left: -6px;
}
.footerabovesection p {
  font-size: 12px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 5px;
}
.footerabovesection .indication {
  font-family: "Barlow";
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #615E9B;
}
.footerabovesection .bodymobiledark {
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  color: #191919;
  margin-bottom: 5px;
}
.footerabovesection p {
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: normal;
  color: #191919;
  margin-bottom: 5px;
}
.footerabovesection .safety-Inf {
  font-family: "Barlow";
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #615E9B;
  padding-top: 8px;
}
.footerabovesection ul {
  margin-top: 15px;
  margin-bottom: 5px;
}
.footerabovesection ul li {
  list-style-type: disc;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  margin-left: 7px;
  margin-bottom: 5px;
}
.footerabovesection .references {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #615e9b;
}
.footerabovesection p.encouraged {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #191919;
}
.footerabovesection p.encouraged:last-child {
  margin-bottom: 0;
}
.footerabovesection p.encouraged:last-child a {
  color: #9f5cc0;
  text-decoration: underline;
}
.footerabovesection p.encouraged a {
  font-weight: bold;
  color: #191919;
  text-decoration: none;
}
.footerabovesection p.encouraged a:hover {
  text-decoration: none;
}
.footerabovesection .prescribin {
  padding-left: 30px;
  margin: 10px 0 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.38;
  letter-spacing: normal;
  color: #191919;
}

/*end temp code*/
.ISIRefPane .referances {
  margin-bottom: 40px;
}
.ISIRefPane .referances h4 {
  font-size: 20px;
  line-height: 1;
  font-weight: 700;
  color: #615e9b;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.ISIRefPane .referances ol li {
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  font-weight: 400;
  font-family: "Barlow Semi Condensed", sans-serif;
  padding-left: 15px;
  margin-left: 7px;
  margin-bottom: 4px;
}

.bannersection .home-hero-banner {
  position: relative;
  padding: 140px 0px 0px 0px;
  background: url(/siteassets/patient/img/banner-4320x1740-hero.jpg) center top no-repeat;
}
.bannersection .home-hero-banner .banner-bg {
  position: relative;
}
.bannersection .home-hero-banner .container {
  position: relative;
}
.bannersection .home-hero-banner .banner-text {
  margin-top: 20px;
  position: absolute;
  padding-bottom: 50px;
  right: 0px;
}
.bannersection .home-hero-banner .banner-text p {
  color: #615e9b;
  line-height: 30px;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 15px;
  text-align: left;
  line-height: 1.25;
  /*text-transform: uppercase;*/
}
.bannersection .home-hero-banner .banner-text p.noninfectious {
  color: #565389;
  line-height: 30px;
  font-size: 16px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
  text-align: center;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 0;
}
.bannersection .home-hero-banner .banner-text p.noninfectious:before {
  display: inline-block;
  margin: 0 20px 8px 0;
  content: " ";
  text-shadow: none;
  background: url("../img/left-border.png") no-repeat;
  width: 30%;
  height: 87px;
  position: absolute;
  left: 83px;
  margin-top: 8px;
}
.bannersection .home-hero-banner .banner-text p.noninfectious:after {
  display: inline-block;
  margin: 0 20px 8px 0;
  content: " ";
  text-shadow: none;
  background: url("../img/right-border.png") no-repeat;
  width: 30%;
  height: 87px;
  position: absolute;
  margin-top: 8px;
  right: -12px;
}
.bannersection .home-hero-banner .banner-text p.model-name {
  position: absolute;
  top: 490px;
  color: #fff;
  font-size: 30px;
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 600;
  left: 60px;
}
.bannersection .home-hero-banner .banner-text p.model-name .age {
  color: #fff;
  font-size: 25px;
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 600;
}
.bannersection .home-hero-banner .banner-text p.model-name .actual-patient {
  color: #fff;
  font-size: 16px;
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 500;
}
.bannersection .home-hero-banner .banner-text .get-btn {
  width: 100%;
  max-height: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
  margin-left: auto;
  margin-right: auto;
}
.bannersection .home-hero-banner .banner-text .get-btn .btn {
  margin: 0 30px;
  padding: 5px 25px;
}
.bannersection .home-hero-banner .banner-text .big-text {
  color: #565389;
  font-style: italic;
  line-height: 1.25;
  padding: 0rem 6rem;
  font-weight: 700;
  text-transform: none;
  margin-bottom: 0;
}
.bannersection .home-hero-banner .banner-text .big-text sup {
  font-style: normal;
  margin-left: 2px;
}
.bannersection .home-banner {
  position: relative;
}
.bannersection .home-banner .banner-bg {
  position: relative;
}
.bannersection .home-banner .container {
  position: absolute;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannersection .home-banner .banner-text {
  margin-top: 43px;
}
.bannersection .home-banner .banner-text h1 {
  color: #6a2a5b;
  line-height: 56px;
  position: relative;
}
.bannersection .home-banner .banner-text h1::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 5px;
}
.bannersection .home-banner .banner-text h1 sup {
  font-size: 45% !important;
  position: relative;
  top: -19px !important;
}
.bannersection .home-banner .banner-text p {
  line-height: 30px;
  color: #191919;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 34px;
}
.bannersection .home-banner .banner-text2 {
  margin-top: 43px;
}
.bannersection .home-banner .banner-text2 h1 {
  color: #6a2a5b;
  line-height: 56px;
  position: relative;
}
.bannersection .home-banner .banner-text2 h1::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 0;
}
.bannersection .home-banner .banner-text2 h1 sup {
  font-size: 45% !important;
  position: relative;
  top: -19px !important;
}
.bannersection .home-banner .banner-text2 p {
  line-height: 30px;
  color: #191919;
  font-size: 22px;
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 34px;
}
.bannersection .bg-blue {
  background-color: #615e9b;
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 60px 0;
}
.bannersection .bg-blue h2 {
  color: #ffffff;
  margin-bottom: 36px;
  position: relative;
}
.bannersection .bg-blue h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 47%;
  margin-bottom: 6px;
}
.bannersection .bg-blue h4 {
  color: #ffffff;
}
.bannersection .bg-blue p a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}
.bannersection .bg-blue p a:hover {
  color: #ffffff;
  text-decoration: none;
}
.bannersection .bg-blue p a:visited {
  color: #ffffff;
}
.bannersection .bg-blue .container {
  position: relative;
  top: 15%;
  left: 0;
  right: 0;
  bottom: 0;
}
.bannersection .Significant h2 {
  text-align: center;
}
.bannersection .Significant h2 sup.second {
  font-size: 57% !important;
  top: -0.8em !important;
}

.bannerbottomsection {
  width: 100%;
  background-color: #615e9b;
  height: 205px;
  padding: 0px 0px 0px 0px;
  text-align: center;
}
.bannerbottomsection h2 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  margin-top: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.bannerbottomsection h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: 42px;
  left: 47%;
  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;
}
.bannerbottomsection h4 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 16px;
}

.contentsection {
  /* 404 page SCSS start  */
  /* 404 page SCSS end  */
  /* site map page SCSS start  */
}
.contentsection .bcbiop p {
  font-size: 12px;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 5px;
}
.contentsection .bg-blue {
  background-color: #615e9b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-blue.bg-dusk {
  background-color: #6f6da4;
}
.contentsection .bg-pointe {
  background-color: #f5e1d8;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-grey-form {
  background-color: #f6f6f6;
  width: 100%;
  padding-bottom: 31px;
}
.contentsection .bg-winter20 {
  background-color: #edeeee;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-winter20.understanding-peach {
  text-align: center;
}
.contentsection .bg-winter20.understanding-peach h2 {
  margin: 0 67px 35px;
  color: #191919;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.contentsection .bg-winter20.understanding-peach h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 47%;
}
.contentsection .bg-winter20.understanding-peach p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px 11rem 0px 11rem;
  margin: 0px 0 0;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #191919;
}
.contentsection .bg-winter20.understanding-peach p strong {
  font-weight: 600;
}
.contentsection .bg-winter20.understanding-peach p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .bg-winter20.understanding-peach a {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  margin-top: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.contentsection .bg-winter20.understanding-peach .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .bg-winter20.understanding-peach .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .bg-winter20.understanding-peach .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .bg-winter20.understanding-peach .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .bg-winter20.understanding-peach .get-btn {
  width: 162px;
  height: 32px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.contentsection .bg-grey {
  background-color: #f6f6f6;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-grey.section12 {
  padding: 170px 0 85px;
}
.contentsection .bg-white {
  background-color: #ffffff;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-purple {
  background-color: #6a2a5b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-purple-light {
  background-color: #783f6b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-purple {
  background-color: #6a2a5b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-pink {
  background-color: #e2ceec;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bodydarkleft {
  margin: 16px 0 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #191919;
}
.contentsection .largeinjector {
  width: 100%;
  background: #f6f6f6;
  padding: 60px 0;
}
.contentsection .largeinjector h2 {
  position: relative;
  margin-bottom: 34px;
  color: #615e9b;
}
.contentsection .largeinjector h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -16px;
  left: 0px;
}
.contentsection .largeinjector a {
  color: #191919;
}
.contentsection .section1 .bg-one {
  background-color: #f5e1d8;
}
.contentsection .section1 .bg-two {
  background-color: #f6f6f6;
}
.contentsection .section1 .box-card {
  padding: 99px 0px 108px 143px;
}
.contentsection .section1 .box-card1 {
  padding: 0px 0px 107px 143px;
}
.contentsection .section1 .box-card1 .img-chart {
  top: 8vh;
  position: relative;
}
.contentsection .section1 h4 {
  text-transform: uppercase;
}
.contentsection .section1 h3 {
  width: 380px;
}
.contentsection .section1 p {
  line-height: 1.3;
  margin: 12px 0 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #191919;
  width: 370px;
}
.contentsection .section1 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section2 {
  text-align: center;
}
.contentsection .section2 h4 {
  margin-top: 60px;
  text-transform: uppercase;
}
.contentsection .section2 h3 {
  text-align: center;
  color: #191919;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0 auto;
  display: inline;
}
.contentsection .section2 p {
  text-align: center;
  color: #191919;
  font-weight: 500;
  line-height: 1.29;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 28px;
  display: inline;
}
.contentsection .section2 .img-chart-two {
  margin-top: 60px;
  margin-bottom: 61px;
}
.contentsection .section3 {
  background-color: #e2ceec;
  text-align: center;
  padding-top: 60px;
  padding-bottom: 60px;
}
.contentsection .section3 h3 {
  margin: 0 174px 12px;
}
.contentsection .section3 p {
  line-height: 1.29;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 500;
}
.contentsection .section3 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section4 {
  display: -ms-grid;
  display: grid;
  text-align: center;
}
.contentsection .section4 h5 {
  margin: 60px 10rem 38px 10rem;
  font-weight: 400;
}
.contentsection .section5 {
  background-color: #f6f6f6;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 60px;
}
.contentsection .section5 h5 {
  margin: 60px 0 40px 0;
  font-weight: 400;
}
.contentsection .section6 {
  background-color: #fff;
}
.contentsection .section6 .bg-one {
  background-color: #6a2a5b;
}
.contentsection .section6 .bg-two {
  background-color: #ffffff;
  top: 0px;
}
.contentsection .section6 .bg-two img {
  width: 336px;
  height: 336px;
}
.contentsection .section6 .box-card {
  padding: 60px 0px 108px 143px;
}
.contentsection .section6 .box-card h2 {
  max-width: 468px;
  font-weight: 600;
  line-height: 1.25;
  color: #ffffff;
  padding: 10px 40px 5px 0;
  margin: 0px 0 30px;
  position: relative;
}
.contentsection .section6 .box-card h2::before {
  content: "";
  position: absolute;
  bottom: -12px;
  left: 0;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
}
.contentsection .section6 .box-card p {
  font-size: 20px;
  line-height: 1.3;
  margin: 16px 0 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #ffffff;
}
.contentsection .section6 .box-card1 {
  padding: 0px 0px 160px 143px;
}
.contentsection .section6 .box-card1 .img-chart {
  top: 8vh;
  position: relative;
}
.contentsection .section6 h3 {
  max-width: 468px;
  font-weight: 600;
  line-height: 1.25;
  margin: 0 0 16px;
}
.contentsection .section6 p {
  font-size: 20px;
  line-height: 1.3;
  margin: 12px 0 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #191919;
  width: 370px;
}
.contentsection .section6 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section7 {
  background-color: #f6f6f6;
  text-align: center;
}
.contentsection .section7 h3 {
  margin: 0 22% 12px;
}
.contentsection .section7 p {
  line-height: 1.29;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  padding: 0px 11rem;
  margin-bottom: 40px;
}
.contentsection .section7 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section7 .card-box {
  top: 0;
  list-style: none;
  margin-top: 7vh;
  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;
}
.contentsection .section7 .card-box span {
  position: absolute;
  top: 0;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 800;
  color: #6a2a5b;
}
.contentsection .section7 .card-box ul {
  position: absolute;
  top: 0;
  list-style: none;
  margin-top: 8vh;
}
.contentsection .section7 .card-box ul li {
  margin: 13px 0 0 0;
  font-size: 14px;
  font-weight: 800;
}
.contentsection .section8 {
  text-align: center;
}
.contentsection .section8 h2 {
  margin: 0 174px 12px;
  color: #ffffff;
  position: relative;
}
.contentsection .section8 h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 50%;
}
.contentsection .section8 p {
  line-height: 1.29;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 400;
  padding: 0px 14rem;
  margin-bottom: 40px;
  font-size: 22px;
}
.contentsection .section8 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section8 .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .section8 .inner-box h3 {
  margin: 0;
  color: #ffffff;
  position: relative;
}
.contentsection .section8 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3px;
  bottom: -15px;
}
.contentsection .section8 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section9 {
  background-color: #f6f6f6;
  text-align: center;
}
.contentsection .section9 .vid-box-text h2 {
  margin: 0 150px 0 71px;
  text-align: left;
  color: #6a2a5b;
  position: relative;
}
.contentsection .section9 .vid-box-text h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 0;
}
.contentsection .section9 .vid-box {
  max-width: 566px;
  padding: 20px 20px 0px;
  min-height: 292px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  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;
}
.contentsection .understanding-peach {
  text-align: center;
}
.contentsection .understanding-peach h2 {
  margin: 0 67px 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.contentsection .understanding-peach h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 47%;
}
.contentsection .understanding-peach p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px 11rem 0px 11rem;
  margin: 0px 0 0;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
}
.contentsection .understanding-peach p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .understanding-peach a {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  margin-top: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.contentsection .understanding-peach .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .understanding-peach .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .understanding-peach .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .understanding-peach .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .understanding-peach .get-btn {
  width: 162px;
  height: 32px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.contentsection .section10 {
  text-align: center;
}
.contentsection .section10 h4 {
  color: #ffffff;
}
.contentsection .section10 h2 {
  margin: 0 67px 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.contentsection .section10 h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 47%;
}
.contentsection .section10 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px 110px 10px;
  margin: 0px 0 0;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
}
.contentsection .section10 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section10 a {
  font-size: 18px;
  font-weight: 600;
  color: #191919;
  margin-top: 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.contentsection .section10 .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .section10 .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .section10 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .section10 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section10 .get-btn {
  width: 162px;
  height: 32px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.contentsection .zero-occurrence {
  text-align: center;
}
.contentsection .zero-occurrence h3 {
  color: #191919;
  margin-bottom: 0;
}
.contentsection .zero-occurrence p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px 11rem 0px 11rem;
  margin: 0px 0 0;
  line-height: 1.29;
  text-align: center;
  width: 100%;
  font-size: 28px;
  color: #191919;
  font-weight: 500;
}
.contentsection .training-main {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0 0px 0;
}
.contentsection .training-main .training-text h2 {
  margin: 88px 0 34px 0;
  text-align: left;
  color: #6a2a5b;
  position: relative;
}
.contentsection .training-main .training-text h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 3px;
}
.contentsection .training-main .training-text p {
  text-align: left;
  margin-bottom: 10px;
}
.contentsection .training-main .training-text ul {
  text-align: left;
  list-style: disc;
}
.contentsection .training-main .training-text ul li {
  line-height: 35px;
}
.contentsection .training-main .vid-box {
  max-width: 566px;
  padding: 20px 20px 0px;
  min-height: 292px;
  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-top: 60px;
}
.contentsection .adverse-event .chart-text {
  margin-top: 24px;
  line-height: 21px;
}
.contentsection .adverse-event .chart-text ul {
  margin: 0;
}
.contentsection .adverse-event .chart-text ul li {
  list-style: none;
  color: #191919;
  font-size: 12px;
}
.contentsection .Significant h2 {
  text-align: center;
}
.contentsection .Significant h2 sup.second {
  font-size: 65%;
  top: -0.05em;
}
.contentsection .adverse-event-related .chart-text {
  margin-top: 24px;
  line-height: 21px;
}
.contentsection .adverse-event-related .chart-text ul {
  margin: 0;
}
.contentsection .adverse-event-related .chart-text ul li {
  list-style: none;
  color: #191919;
  font-size: 12px;
}
.contentsection .safety-pink {
  text-align: center;
}
.contentsection .safety-pink p {
  padding: 0px 18rem 0px 18rem;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #191919;
  font-weight: 500;
}
.contentsection .ocular-adverse-event .chart-text {
  margin-top: 24px;
  line-height: 21px;
}
.contentsection .ocular-adverse-event .chart-text ul {
  margin: 0;
}
.contentsection .ocular-adverse-event .chart-text ul li {
  list-style: none;
  color: #191919;
  font-size: 12px;
  line-height: normal;
}
.contentsection .ocular-adverse-event .chart-text ul li.text-indent {
  text-indent: -5px;
}
.contentsection .ocular-adverse-event .chart-text h5 {
  padding: 0px 17rem 0px 17rem;
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.contentsection .adverse-event-related-elevated .chart-text {
  margin-top: 24px;
  line-height: 21px;
}
.contentsection .adverse-event-related-elevated .chart-text h5 {
  padding: 0px 17rem 0px 17rem;
  text-align: center;
  margin-top: 40px;
  font-weight: 400;
}
.contentsection .section12 {
  background-color: #f6f6f6;
  text-align: center;
}
.contentsection .section12.orderxipere {
  padding: 60px 0 75px;
}
.contentsection .section12 h2 {
  margin: 0px auto;
  color: #6a2a5b;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.contentsection .section12 h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contentsection .section12 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px 11rem 0px 11rem;
  margin: 0px 0 0;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
}
.contentsection .section12 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section12 .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .section12 .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .section12 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .section12 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section12 .get-btn {
  width: 162px;
  height: 32px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.contentsection .section12 .get-btn .btn-yellow {
  color: #191919;
}
.contentsection .section13 {
  padding: 0px 0 0px 0;
  background-color: #6a2a5b;
  text-align: left;
}
.contentsection .section13 .item {
  background: #333;
  text-align: center;
  height: 300px;
}
.contentsection .section13 .logo-focus {
  max-width: 200px;
}
.contentsection .section13 .logo-focus::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  top: 104px;
  left: 18px;
}
.contentsection .section13 h1 {
  text-align: center;
  color: #ffffff;
  font-size: 32px;
  font-weight: 600;
  position: relative;
}
.contentsection .section13 h1::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contentsection .section13 h2 {
  color: #ffffff;
  font-size: 22px;
  margin: 25px 0 16px;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.contentsection .section13 p {
  color: #ffffff;
  margin: 18px 110px 24px 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.3;
}
.contentsection .section13 p a {
  color: #ffffff;
  text-decoration: none;
}
.contentsection .section13 p a:hover {
  color: #ffffff;
  text-decoration: none;
}
.contentsection .section13 p a:visited {
  color: #ffffff;
  text-decoration: none;
}
.contentsection .section13 .start-btn {
  width: 160px;
  height: 32px;
  background-color: #daaa00;
  color: #191919;
  text-align: center;
}
.contentsection .section13 .focus-contact {
  background-color: #fff;
  padding: 1px 0 24px 30px;
  max-width: 468px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
  background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
  background-position: bottom center;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}
.contentsection .section13 .focus-contact h2 {
  color: #191919;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 10px;
}
.contentsection .section13 .focus-contact p {
  color: #191919;
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 0.5vw;
}
.contentsection .section13 .focus-contact p span {
  margin-right: 11px;
}
.contentsection .section13 .focus-contact p a {
  color: #191919;
}
.contentsection .section13 .focus-contact p a:hover {
  color: #191919;
  text-decoration: none;
}
.contentsection .section13 .focus-contact p a:active, .contentsection .section13 .focus-contact p a:visited {
  color: #191919;
  text-decoration: none;
}
.contentsection .section13 .focus-contact p:last-child {
  padding-left: 48px;
}
.contentsection .section14 {
  background-color: #783f6b;
  text-align: center;
}
.contentsection .section14 h1 {
  font-size: 36px;
  text-align: center;
  color: #ffffff;
  margin: 12px 1px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: bold;
}
.contentsection .section14 .inner-box {
  text-align: left;
  background-color: #88557c;
  color: #ffffff;
  height: auto;
  margin: 12px 0 0;
  padding: 30px 41px 40px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contentsection .section14 .inner-box ul {
  list-style: disc;
  width: 50%;
  margin-bottom: 0;
}
.contentsection .section14 .inner-box ul li {
  line-height: 1.3;
  font-size: 20px;
  font-weight: normal;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 8px;
}
.contentsection .section14 .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .section14 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .section14 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section14 .accredo {
  margin-top: 15px;
}
.contentsection .section14 .accredo .small-text {
  width: 100%;
  line-height: normal;
  font-size: 12px;
  color: #ffffff;
  text-align: left;
}
.contentsection .section15 {
  background-color: #615e9b;
  text-align: center;
}
.contentsection .section15 h2 {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
  position: relative;
  padding-right: 105px;
}
.contentsection .section15 h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 3px;
}
.contentsection .section15 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 1.3;
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  text-align: left;
  padding: 0 8rem 0 0;
  font-weight: 600;
}
.contentsection .section15 p.textsmall {
  font-weight: 400;
}
.contentsection .section15 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section15 .card {
  border: none;
  border-radius: 0;
  margin: 14px 86px 4px 0;
  max-width: 468px;
}
.contentsection .section15 .card .card-header {
  border: none;
  border-radius: 0;
  text-align: left;
  padding: 12px 18px 12px;
  background-color: #daaa00;
}
.contentsection .section15 .card .card-header a {
  color: #191919;
  font-size: 18px;
  font-weight: 600;
  font-style: italic;
  display: block;
}
.contentsection .section15 .card .card-header a.collapsed::after {
  content: "";
  background-image: url(../img/icon-circlebtn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  background-position: top center;
  position: absolute;
  top: 10px;
  right: 17px;
}
.contentsection .section15 .card .card-header a::after {
  content: "";
  background-image: url(../img/icon-circlebtn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 30px;
  width: 30px;
  background-position: top center;
  position: absolute;
  right: 17px;
  top: 10px;
}
.contentsection .section15 .card .collapsing {
  position: absolute;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.04s ease;
  transition: height 0.04s ease;
}
.contentsection .section15 .card .card-body {
  position: absolute;
  background: #edeeee;
  z-index: 9;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
  background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
  background-position: bottom center;
  background-size: 100% 10px;
  background-repeat: no-repeat;
  padding-right: 40px;
  padding-bottom: 0;
}
.contentsection .section15 .card .card-body ul li {
  list-style: none;
  text-align: left;
  padding: 16px 0;
  border-bottom: 1px solid #d9d9d6;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
}
.contentsection .section15 .card .card-body ul li:last-child {
  border-bottom: 0;
}
.contentsection .section15 .card .card-body ul li a {
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
  color: #191919;
  position: relative;
  display: block;
}
.contentsection .section15 .card .card-body ul li a:hover {
  color: #191919;
}
.contentsection .section15 .card .card-body ul li a:visited {
  color: #191919;
}
.contentsection .section15 .card .card-body ul li a:focus {
  color: #191919;
}
.contentsection .section15 .card .card-body ul li a::after {
  content: "";
  background-image: url(../img/button-circle-default-arrow.svg);
  background-repeat: no-repeat;
  background-size: 28px 28px;
  height: 100%;
  width: 30px;
  background-position: center;
  position: absolute;
  right: -20px;
  top: 0px;
  display: block;
  bottom: 0;
}
.contentsection .section15 .card-body p {
  color: #000;
  text-align: left;
  padding: 0px 11rem 0px 0rem;
}
.contentsection .section15 .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .section15 .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .section15 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .section15 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section15 .get-btn {
  width: 162px;
  height: 32px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.contentsection .section16 {
  background-color: #f6f6f6;
  text-align: left;
}
.contentsection .section16 h2 {
  margin: 0px 9rem 0rem 0rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
.contentsection .section16 h3 {
  text-align: left;
  color: #191919;
  margin-bottom: 12px;
  text-align: left;
  margin-top: 12px;
}
.contentsection .section16 h4 {
  font-size: 20px;
  color: #191919;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}
.contentsection .section16 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  padding-right: 9rem;
}
.contentsection .section16 .small-text {
  font-size: 12px;
  margin-top: 24px;
  padding-right: 13rem;
}
.contentsection .section16 .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .section16 .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .section16 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .section16 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section16 .get-btn {
  width: 162px;
  height: 32px;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 24px;
}
.contentsection .section16 .focus-contact {
  background-color: #fff;
  padding: 14px 0 22.5px 30px;
  max-width: 468px;
}
.contentsection .section16 .focus-contact:last-child {
  background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
  background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
  background-position: bottom center;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}
.contentsection .section16 .focus-contact h2 {
  color: #191919;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 10px;
}
.contentsection .section16 .focus-contact p {
  color: #ff00ff;
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 0.5vw;
}
.contentsection .section16 .focus-contact p span {
  margin-right: 11px;
}
.contentsection .section16 .focus-contact p:last-child {
  padding-left: 0;
}
.contentsection .section16 .focus-contact:nth-child(1) {
  border-bottom: 1px solid #d9d9d6;
}
.contentsection .section17 {
  background-color: #ffffff;
  text-align: left;
}
.contentsection .section17 .accredo h4 {
  margin: 40px 0 12px;
}
.contentsection .section17 .accredo ul {
  padding-left: 7px;
}
.contentsection .section17 .accredo ul li {
  list-style: disc;
}
.contentsection .section17 h2 {
  margin: 0px 9rem 0rem 0rem;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  text-align: left;
}
.contentsection .section17 h3 {
  text-align: left;
  color: #191919;
  margin-bottom: 12px;
  text-align: left;
  margin-top: 12px;
}
.contentsection .section17 h4 {
  font-size: 20px;
  color: #191919;
  line-height: 1.3;
  text-align: left;
  font-weight: bold;
}
.contentsection .section17 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  text-align: left;
  padding-right: 9.3rem;
  margin-bottom: 1rem;
}
.contentsection .section17 .small-text {
  font-size: 12px;
  margin-top: 24px;
  padding-right: 8rem;
}
.contentsection .section17 .focus-contact {
  background-color: #f6f6f6;
  padding: 14px 0 22.5px 30px;
  max-width: 468px;
  background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
  background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
  background-position: bottom center;
  background-size: 100% 10px;
  background-repeat: no-repeat;
}
.contentsection .section17 .focus-contact h2 {
  color: #191919;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.36;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 10px;
}
.contentsection .section17 .focus-contact p {
  color: #ff00ff;
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  line-height: 1.3;
  padding-left: 0.5vw;
}
.contentsection .section17 .focus-contact p span {
  margin-right: 11px;
}
.contentsection .section17 .focus-contact p:last-child {
  padding-left: 0;
}
.contentsection .section17 .focus-contact:nth-child(1) {
  border-bottom: 1px solid #d9d9d6;
}
.contentsection .section17 .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .section17 .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .section17 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .section17 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section18 {
  text-align: center;
  color: #ffffff;
}
.contentsection .section18 h2 {
  margin: 0 67px 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.contentsection .section18 h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 47%;
}
.contentsection .section18 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px 11rem 0px 11rem;
  margin: 0px 0 0;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
}
.contentsection .section18 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section18 .inner-box {
  text-align: left;
  background-color: #565389;
  padding: 20px 31px;
  color: #ffffff;
  height: 214px;
  margin-top: 58px;
}
.contentsection .section18 .inner-box h3 {
  margin: 0;
  color: #ffffff;
}
.contentsection .section18 .inner-box h3::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  left: 3.5vw;
  top: 20vh;
}
.contentsection .section18 .inner-box p {
  padding: 0;
  margin-top: 38px;
}
.contentsection .section19 {
  text-align: center;
  color: #ffffff;
}
.contentsection .section19 .card {
  border-bottom: 1px solid #e5e4e4;
  border-radius: 0;
  border-top: 0;
  border-right: 0;
  border-left: 0;
  background: #f6f6f6;
  padding: 0px 30px 0px 30px;
}
.contentsection .section19 .card .card-header {
  border: none;
  border-radius: 0;
  text-align: left;
  background: transparent;
  padding: 25px 0;
}
.contentsection .section19 .card .card-header a {
  color: #6a2a5b;
  font-size: 24px;
  line-height: 1.25;
  font-weight: bold;
  position: relative;
  padding-bottom: 12px;
  display: block;
}
.contentsection .section19 .card .card-header a::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  top: 100%;
  left: 1px;
}
.contentsection .section19 .card .card-header a::before {
  content: "";
  background: #daaa00 url(../img/icon-circlebtn-minus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 46px;
  width: 46px;
  background-position: top center;
  position: absolute;
  top: 0px;
  right: 17px;
  border-radius: 50%;
}
.contentsection .section19 .card .card-header a.collapsed::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 0px solid #daaa00;
  top: 100%;
  left: 1px;
}
.contentsection .section19 .card .card-header a.collapsed::before {
  content: "";
  background: #daaa00 url(../img/icon-circlebtn-plus.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  height: 46px;
  width: 46px;
  background-position: top center;
  position: absolute;
  top: 0px;
  right: 17px;
  border-radius: 50%;
}
.contentsection .section19 .card::after {
  content: "";
  border-right: 1px solid red;
  position: relative;
  right: 0px;
}
.contentsection .section19 .card-body {
  background: #fff;
  margin-bottom: 20px;
  margin-right: 20px;
}
.contentsection .section19 .card-body p {
  color: #191919;
  text-align: left;
  padding: 0px 50px 0px 0rem;
  font-size: 18px;
  line-height: normal;
}
.contentsection .section19 .card-body p a {
  color: #9f5cc0;
  text-decoration: underline;
}
.contentsection .section19 .card-body p a:hover {
  color: #9f5cc0;
  text-decoration: none;
}
.contentsection .section19 .card-body p a:visited {
  color: #9f5cc0;
  text-decoration: underline;
}
.contentsection .section19 .card-body ul li {
  color: #191919;
  text-align: left;
  padding: 0px 50px 0px 0rem;
  font-size: 18px;
  line-height: normal;
  list-style-type: disc;
  margin-left: 7px;
}
.contentsection .section19 .card-body ul li a {
  color: #9f5cc0;
  text-decoration: underline;
  font-weight: 700;
}
.contentsection .section19 .card-body ul li a:hover {
  color: #9f5cc0;
  text-decoration: none;
}
.contentsection .section19 .card-body ul li a:visited {
  color: #9f5cc0;
  text-decoration: underline;
}
.contentsection .section19 h2 {
  margin: 0 67px 35px;
  color: #ffffff;
  font-weight: 600;
  line-height: 1.25;
}
.contentsection .section19 h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  top: 8vh;
  left: 47%;
}
.contentsection .section19 p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0px 11rem 0px 11rem;
  margin: 0px 0 0;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
}
.contentsection .section19 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .terms-section {
  background-color: #ffffff;
  text-align: left;
  padding-top: 40px;
}
.contentsection .terms-section .small-text {
  width: 50%;
  font-size: 12px;
  color: #191919;
}
.contentsection .terms-section .small-text .text-indent {
  text-indent: -6px;
  margin-left: -6px;
}
.contentsection .contact-us {
  background-color: #f6f6f6;
  text-align: center;
  padding: 99px 0 0px;
}
.contentsection .contact-us h2 {
  margin: 0px 15rem;
  color: #6a2a5b;
  font-weight: 600;
  line-height: 1.25;
  position: relative;
}
.contentsection .contact-us h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 48%;
}
.contentsection .contact-us p {
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 35px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 20px;
  color: #191919;
}
.contentsection .contact-us p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .errormain {
  padding-top: 150px;
  background-color: #f6f6f6;
}
.contentsection .errormain h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 1.25;
  text-align: center;
  color: #6a2a5b;
  position: relative;
}
.contentsection .errormain h2::after {
  padding-top: 100px;
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -12px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contentsection .errormain p {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-stretch: semi-condensed;
  font-style: normal;
  line-height: 1.3;
  text-align: center;
  padding-top: 25px;
}
.contentsection .errormain p .textbold {
  font-weight: 600;
}
.contentsection .errormain .btn {
  font-family: "Barlow";
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  background-color: #FED141;
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  border: none;
  padding: 10px 10px;
  display: block;
  margin: 0 auto;
}
.contentsection .errormain .btn:hover {
  background-color: #FED141;
}
.contentsection .errormain .btn:active {
  background-color: #FED141;
}
.contentsection .errormain .btn:focus {
  outline: 0;
  -webkit-box-shadow: 0 0 0 0.2rem transparent;
          box-shadow: 0 0 0 0.2rem transparent;
  background-color: #e1bb33;
}
.contentsection .errormain .btn:visited {
  color: #191919;
  background-color: #e1bb33;
  border: none;
}
.contentsection .errormain .btn .fa-angle-right {
  padding-left: 10px;
}
.contentsection .errormain .coldistance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.contentsection .sitemaptitle {
  background-color: #f6f6f6;
}
.contentsection .sitemaptitle h2 {
  padding-top: 100px;
  color: #6a2a5b;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 1.25;
  text-align: center;
  position: relative;
}
.contentsection .sitemaptitle h2::after {
  padding-top: 100px;
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contentsection .sitemapbody {
  background-color: rgba(112, 112, 112, 0.1);
  padding: 200px 0 100px;
}
.contentsection .sitemapbody h2 {
  color: #615E9B;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 32px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 1.25;
}
.contentsection .sitemapbody ul {
  list-style: none;
  margin-left: 0px;
}
.contentsection .sitemapbody ul li {
  list-style-type: disc;
}
.contentsection .sitemapbody ul li a {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 2.5;
}
.contentsection .sitemapbody ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #000;
}
.contentsection .sitemapbody ul li ul {
  margin-left: 20px;
}
.contentsection .sitemapbody ul li ul li a {
  color: #191919;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-stretch: semi-condensed;
  line-height: 2;
  text-decoration: underline;
}
.contentsection .sitemapbody ul li ul li a:hover {
  text-decoration: none;
}
.contentsection .sitemapbody .mapsecond ul li {
  list-style-type: disc;
}
.contentsection .sitemapbody .mapsecond ul li a {
  color: #000;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: 600;
  font-stretch: semi-condensed;
  line-height: 2.5;
}
.contentsection .sitemapbody .mapsecond ul li a:hover {
  text-decoration: none;
  border-bottom: 2px solid #000;
}
.contentsection .sitemapbody .mapfooterlinks {
  padding-top: 50px;
}
.contentsection .section-slider-new {
  padding: 0px 0 0px 0;
  background-color: #6a2a5b;
  text-align: left;
  /* slider sup -space style */
  /* end slider sup -space style */
}
.contentsection .section-slider-new h2 {
  color: #ffffff;
  font-size: 32px;
  margin: 0px 2px 21px;
  font-weight: 600;
  line-height: 1.25;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-align: center;
}
.contentsection .section-slider-new h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: 0;
  left: 45%;
}
.contentsection .section-slider-new .carousel-inner {
  margin-top: 39px;
}
.contentsection .section-slider-new .carousel-inner .card {
  background-color: #783f6b !important;
  height: 300px;
}
.contentsection .section-slider-new .carousel-inner .card .card-body {
  padding: 2.25rem;
}
.contentsection .section-slider-new .carousel-inner .view-study-btn {
  margin-top: 22px;
  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;
}
.contentsection .section-slider-new .carousel-inner h4 {
  color: #ffffff;
  font-weight: 700;
}
.contentsection .section-slider-new .carousel-inner h6 {
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  margin-top: 56px;
}
.contentsection .section-slider-new .carousel-inner p {
  font-size: 18px;
  margin-top: 0;
  position: relative;
  color: #fff;
  font-style: italic;
}
.contentsection .section-slider-new .carousel-inner p::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 5px;
}
.contentsection .section-slider-new .carousel-control-next-icon {
  background-image: url("../img/icon-30x30-arrow-carat-left.svg");
  background-color: #daaa00 !important;
  border-radius: 100%;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  right: -80px !important;
}
.contentsection .section-slider-new .carousel-control-prev-icon {
  background-image: url("../img/icon-30x30-arrow-carat-right.svg");
  background-color: #daaa00 !important;
  border-radius: 100% !important;
  width: 50px !important;
  height: 50px !important;
  position: absolute !important;
  left: -80px !important;
}
.contentsection .section-slider-new .carousel-indicators li {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  background-color: transparent;
  border: 1px solid #ffffff;
  margin-left: 10px;
  margin-right: 10px;
}
.contentsection .section-slider-new .carousel-indicators li.active {
  background-color: #ffffff;
}
.contentsection .section-slider-new .carousel-indicators {
  bottom: -65px;
}
.contentsection .section-slider-new .carousel-control-prev, .contentsection .section-slider-new .carousel-control-next {
  opacity: 1;
}
.contentsection .section-slider-new .carousel-control-prev:hover, .contentsection .section-slider-new .carousel-control-next:hover {
  opacity: 0.9;
}

.bannersection .banner-model-img {
  position: relative;
  margin-left: -3%;
  z-index: 1;
}
.bannersection .banner-model-img img {
  max-width: 96%;
}
.bannersection .banner-quote {
  position: absolute;
  top: 42px;
  width: 450px;
  left: 124px;
  text-align: left;
  z-index: 1;
}
.bannersection .banner-quote h1 {
  color: #fff;
  font-size: 100px;
  text-align: left;
  line-height: 100px;
}
.bannersection .banner-quote h6 {
  color: #fff;
  font-size: 35px;
  line-height: 40px;
  text-align: left;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
}

.inner-hero-banner {
  background: #615E9B;
  padding-top: 230px;
  font-family: "Barlow";
}
.inner-hero-banner .container-fluid .arrow-right-inner {
  position: absolute;
  right: 0px;
  top: 180px;
  width: 150px;
}
.inner-hero-banner h2 {
  font-size: 40px;
  line-height: 50px;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-weight: 700;
  margin-bottom: 20px;
}
.inner-hero-banner h2 span {
  color: #FED141;
}
.inner-hero-banner p {
  position: absolute;
  width: 80%;
  right: 0px;
  top: 340px;
  font-size: 26px;
  line-height: 34px;
  color: #fff;
  text-align: center;
  font-weight: 400;
}

.inner-sec-1 {
  position: relative;
  background: url(/siteassets/patient/img/img-3214-2958-inner-page-back.png) no-repeat left bottom;
  background-size: cover;
  padding: 135px 0px 140px 0px;
}
.inner-sec-1 .absolute-container {
  position: relative;
  top: 0px;
  left: 0px;
  right: 0px;
}
.inner-sec-1 h3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  text-align: center;
}
.inner-sec-1 p {
  padding-top: 75px;
}
.inner-sec-1 p .nutrition-facts {
  width: 468px;
  background: #6A2A5B;
  padding: 35px;
  border-radius: 8px;
  display: table;
  margin: auto;
  position: relative;
}
.inner-sec-1 p .nutrition-facts span {
  font-size: 16px;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-style: normal;
  font-weight: 400;
  text-align: center;
  position: absolute;
  bottom: 8px;
  left: 0px;
  right: 0px;
}
.inner-sec-1 p .whatToKnow-text {
  background: #6A2A5B;
  padding: 30px;
  border-radius: 8px;
  display: table;
  margin: auto;
  position: relative;
  font-family: "Barlow Semi Condensed";
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  color: #fff;
}
.inner-sec-1 h4 {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 40px;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
  padding-top: 75px;
}
.inner-sec-1 h4 span {
  color: #FED141;
}

.inner-sec-2 {
  position: relative;
  background: #fff url(/siteassets/patient/img/img-2024x2674-inner-sec2.png) no-repeat left bottom;
  background-size: cover;
}
.inner-sec-2 .absolute-container {
  position: relative;
  padding: 60px 0px 0px 0px;
}
.inner-sec-2 .absolute-container .m-auto {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner-sec-2 .quote-img {
  width: 430px;
}
.inner-sec-2 .quote-inner {
  width: 492px;
  position: relative;
}
.inner-sec-2 .quote-inner h3 {
  position: absolute;
  top: 89px;
  left: 103px;
  color: #615E9B;
  font-family: "Barlow Semi Condensed";
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.inner-sec-3 {
  position: relative;
  background: url(/siteassets/patient/img/img-956x2880-sec3.png) no-repeat left bottom;
  background-size: cover;
  padding: 100px 0;
}
.inner-sec-3 .absolute-container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
}
.inner-sec-3 h3 {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  text-align: center;
}
.inner-sec-3 h3 span {
  color: #FED141;
}

.inner-sec-4 {
  position: relative;
  background: #6A2A5B;
  padding: 100px 0px 80px 0px;
}
.inner-sec-4 .arrow-up {
  position: absolute;
  top: -144px;
  width: 116px;
  right: 0px;
}
.inner-sec-4 .absolute-container {
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.inner-sec-4 h3 {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 35px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
}
.inner-sec-4 h3 span {
  color: #FED141;
}
.inner-sec-4 .why-xipere {
  text-align: center;
  margin-top: 30px;
}

.btn {
  font-family: "Barlow";
  font-size: 34px;
  line-height: normal;
  letter-spacing: normal;
  color: #6A2A5B !important;
  text-align: center;
  background-color: #FED141;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border: none;
  padding: 0px 48px 0px 20px;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  line-height: 50px;
}
.btn span {
  right: 17px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  position: absolute;
  top: 0px;
}
.btn span img {
  width: 15px;
  margin-top: -5px;
}
.btn:hover {
  color: #191919 !important;
}
.btn:hover span {
  right: 12px;
}

.ctaBtn span img {
  width: 15px;
  margin-top: -5px;
}

.why-xipere-banner {
  position: relative;
  background: url(/siteassets/patient/img/img-2267x2895-banner-inner.png) no-repeat left bottom;
  background-size: cover;
  padding: 160px 0px 0px 0px;
}
.why-xipere-banner .banner-row1 {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.why-xipere-banner .absolute-container {
  position: relative;
}
.why-xipere-banner .absolute-container h2 {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 60px;
}
.why-xipere-banner .absolute-container h2 span {
  color: #FED141;
}
.why-xipere-banner .absolute-container .banner-model-img {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 24px;
  line-height: 31px;
  font-weight: 600;
  position: relative;
}
.why-xipere-banner .absolute-container .banner-model-img span {
  position: absolute;
  left: 335px;
  top: 107px;
  color: #fff;
  width: 170px;
}
.why-xipere-banner .absolute-container .banner-model-img img {
  max-width: 70%;
  margin: 0 auto;
}
.why-xipere-banner .absolute-container .banner-text {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  position: relative;
}
.why-xipere-banner .absolute-container .banner-text img {
  max-width: 100%;
  margin: 0 auto;
}
.why-xipere-banner .absolute-container .banner-text span {
  position: absolute;
  left: 60px;
  top: 40px;
  font-size: 24px;
  width: 300px;
  color: #fff;
  line-height: 31px;
}

.why-xipere-inner-sec1 {
  position: relative;
  background: url(/siteassets/patient/img/img-3354x4342-back.png) no-repeat left bottom;
  background-size: cover;
  padding: 70px 0px 70px 0px;
}
.why-xipere-inner-sec1 p {
  color: #191919;
  font-family: "Barlow Semi Condensed";
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}
.why-xipere-inner-sec1 p span {
  color: #615E9B;
}

.why-xipere-inner-sec2 {
  position: relative;
  background: url(/siteassets/patient/img/img-1350x1440-inner-banner.jpg) no-repeat left bottom;
  background-size: cover;
  padding: 50px 0px 80px 0px;
}
.why-xipere-inner-sec2 .col-lg-8 {
  padding: 110px 0px 0px 40px;
}
.why-xipere-inner-sec2 .col-lg-8 h4 {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  position: relative;
  text-align: left;
  margin-bottom: 30px;
}
.why-xipere-inner-sec2 .col-lg-8 p {
  color: #fff;
  font-family: "Barlow", sans-serif;
  font-size: 26px;
  line-height: 36px;
  font-weight: 400;
  position: relative;
  text-align: left;
  margin-bottom: 40px;
}
.why-xipere-inner-sec2 .content-row2 {
  padding-top: 30px;
}
.why-xipere-inner-sec2 .content-row2 h5 {
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.why-xipere-inner-sec2 .content-row2 h5 sup {
  font-weight: 500;
}
.why-xipere-inner-sec2 .content-row2 p {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 45px;
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.contentsection {
  /* safety-tolerability */
}
.contentsection .bg-blue {
  background-color: #615e9b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-blue.bg-dusk {
  background-color: #6f6da4;
}
.contentsection .bg-pointe {
  background-color: #f5e1d8;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-grey-form {
  background-color: #f6f6f6;
  width: 100%;
  padding-bottom: 31px;
}
.contentsection .bg-grey {
  background-color: #f6f6f6;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-white {
  background-color: #ffffff;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-purple {
  background-color: #6a2a5b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-purple-light {
  background-color: #783f6b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-purple {
  background-color: #6a2a5b;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bg-pink {
  background-color: #e2ceec;
  width: 100%;
  padding: 60px 0 60px 0;
}
.contentsection .bodydarkleft {
  margin: 16px 0 24px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: normal;
  color: #191919;
}
.contentsection .section1 .bg-one {
  background-color: #f5e1d8;
}
.contentsection .section1 .bg-two {
  background-color: #f6f6f6;
}
.contentsection .section1 .box-card {
  padding: 99px 0px 108px 143px;
}
.contentsection .section1 .box-card1 {
  padding: 0px 170px 107px 143px;
}
.contentsection .section1 .box-card1 .img-chart {
  top: 8vh;
  position: relative;
}
.contentsection .section1 h4 {
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.contentsection .section1 h3 {
  width: 380px;
}
.contentsection .section1 p {
  line-height: 1.3;
  margin: 12px 0 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #191919;
  width: 370px;
}
.contentsection .section1 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section2 {
  text-align: center;
}
.contentsection .section2 h4 {
  margin-top: 60px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 700;
}
.contentsection .section2 h3 {
  text-align: center;
  color: #191919;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin: 0 auto;
  display: inline;
}
.contentsection .section2 p {
  text-align: center;
  color: #191919;
  font-weight: 500;
  line-height: 1.29;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 28px;
  display: inline;
}
.contentsection .section2 .img-chart-two {
  margin-top: 60px;
  margin-bottom: 0px;
}
.contentsection .section5 {
  background-color: #f6f6f6;
  text-align: center;
  margin-top: 60px;
  padding-bottom: 60px;
}
.contentsection .section5.clspeach {
  margin-top: 0;
}
.contentsection .section5 h5 {
  margin: 60px 130px 7px 101px;
  font-weight: 700;
}
.contentsection .section5 h3 {
  padding: 0 29px 26px 29px;
  font-weight: 700;
}
.contentsection .section5 p {
  margin: 60px 130px 7px 101px;
  font-weight: 400;
}
.contentsection .section5 .zero-sec p {
  font-size: 20px;
  line-height: 1.21;
  color: #191919;
  margin: 60px auto 40px;
}
.contentsection .section5 .zero-sec h4 {
  font-size: 24px;
  line-height: 1.21;
  color: #191919;
  background-color: #eae9f0;
  padding: 20px;
  max-width: 64%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fed141), to(#9f5cc0));
  background-image: linear-gradient(to right, #fed141 0%, #9f5cc0 100%);
  background-position: bottom center;
  background-size: 100% 8px;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  font-weight: 500;
}
.contentsection .section11 {
  background-color: #615e9b;
  text-align: center;
  padding: 60px 0;
}
.contentsection .section11 h2 {
  color: #ffffff;
  font-weight: 600;
  position: relative;
}
.contentsection .section11 h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -16px;
  left: 42%;
}
.contentsection .section11 h3 {
  margin: 60px 0 40px 0;
  font-weight: 400;
  color: #ffffff;
}
.contentsection .section11 h4 {
  color: #ffffff;
  margin-top: 30px;
  font-weight: 400;
}
.contentsection .section11 h4 strong {
  font-weight: 700;
}
.contentsection .section11 p {
  color: #ffffff;
  margin-top: 16px;
}
.contentsection .section11 p a {
  color: #ffffff;
  text-decoration: underline;
  font-weight: 700;
}
.contentsection .section11 p a:hover {
  text-decoration: none;
}
.contentsection .section01 .bg-one {
  background-color: #fef1c6;
}
.contentsection .section01 .bg-two {
  background-color: #ffffff;
}
.contentsection .section01 .bg-two img {
  width: 300px;
  height: 336px;
}
.contentsection .section01 .box-card {
  padding: 60px 0px 60px 143px;
}
.contentsection .section01 .box-card h4 {
  font-size: 20px;
  font-weight: 700;
}
.contentsection .section01 .box-card .box-small-text {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.contentsection .section01 .box-card .box-small-text li {
  list-style: none;
  font-size: 12px;
}
.contentsection .section01 .box-card ul {
  padding: 10px 61px 0 13px;
}
.contentsection .section01 .box-card ul li {
  margin: 0px 0 7px;
  list-style: disc;
}
.contentsection .section01 .box-card .box-text {
  background-image: -webkit-gradient(linear, left top, right top, from(#fed141), to(#9f5cc0));
  background-image: linear-gradient(to right, #fed141 0%, #9f5cc0 100%);
  background-position: bottom center;
  background-size: 100% 8px;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  background-color: #eae9f0;
  padding: 16px;
  font-weight: 500;
  margin-right: 53px;
}
.contentsection .section01 .box-card1 {
  padding: 139px 80px 90px 105px;
  text-align: center;
}
.contentsection .section01 .box-card1 h1 {
  color: #6a2a5b;
  font-size: 62px;
  font-weight: 800;
  background-color: #fff;
  padding: 1px 0 12px 0px;
  margin-bottom: 15px;
  max-width: 409px;
  background-image: -webkit-gradient(linear, left top, right top, from(#fed141), to(#9f5cc0));
  background-image: linear-gradient(to right, #fed141 0%, #9f5cc0 100%);
  background-position: bottom center;
  background-size: 67% 4px;
  background-repeat: no-repeat;
  text-align: center;
}
.contentsection .section01 .box-card1 h2 {
  font-size: 26px;
  font-weight: 600;
}
.contentsection .section01 .box-card1 h3 {
  font-size: 20px;
  font-weight: 400;
  width: auto;
}
.contentsection .section01 h4 {
  text-transform: uppercase;
}
.contentsection .section01 h3 {
  width: 380px;
}
.contentsection .section01 p {
  line-height: 1.3;
  margin: 12px 0 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #191919;
  width: 370px;
}
.contentsection .section01 p a {
  font-weight: 700;
  color: #191919;
  text-decoration: underline;
}
.contentsection .section05 {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0;
}
.contentsection .section05 h5 {
  margin: 15px 115px;
}
.contentsection .section05 h5 strong {
  font-weight: 700;
}
.contentsection .section05 h3 {
  padding: 0 29px 26px 29px;
  font-weight: 700;
}
.contentsection .section05 p {
  margin: 60px 130px 7px 101px;
  font-weight: 400;
}
.contentsection .section05 .img-chart-two {
  margin-top: 40px;
}
.contentsection .section051 {
  background-color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
.contentsection .section051 h5 {
  margin: 0px 0 40px 1px;
}
.contentsection .section051 h3 {
  padding: 0 29px 26px 29px;
  font-weight: 700;
}
.contentsection .section051 p {
  margin: 60px 130px 7px 101px;
  font-weight: 400;
}
.contentsection .section07 {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0;
}
.contentsection .section07 .box-small-text {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  padding-left: 37px;
}
.contentsection .section07 .box-small-text li {
  list-style: none;
  font-size: 12px;
}
.contentsection .section07 h5 {
  margin: 15px 54px;
}
.contentsection .section07 h3 {
  padding: 0 29px 26px 29px;
  font-weight: 700;
}
.contentsection .section07 p {
  margin: 60px 130px 7px 101px;
  font-weight: 400;
}
.contentsection .section07 .img-chart-two {
  margin-top: 40px;
}
.contentsection .section07 .box-card .box-small-text {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.contentsection .section07 .box-card .box-small-text li {
  list-style: none;
  font-size: 12px;
}
.contentsection .box1 {
  background: #f4dbd1;
  height: 100%;
  border: none;
}
.contentsection .box1 h2 {
  font-size: 28px;
  font-weight: 700;
}
.contentsection .box1 h4 {
  font-size: 20px;
  font-weight: normal;
}
.contentsection .box1 p {
  font-size: 20px;
  font-weight: 700;
}
.contentsection .box1 p a {
  color: #191919;
  text-decoration: underline;
}
.contentsection .box1 p a:hover, .contentsection .box1 p a:active {
  color: #191919;
  text-decoration: none;
}
.contentsection .box1 p a:visited {
  color: #191919;
  text-decoration: underline;
}
.contentsection .box2 {
  background-color: #fef1c6;
  height: 100%;
  border: none;
}
.contentsection .box2 h2 {
  font-size: 28px;
  font-weight: 700;
}
.contentsection .box2 h4 {
  font-size: 20px;
  font-weight: normal;
}
.contentsection .box2 p {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.contentsection .box2 p a {
  color: #191919;
  text-decoration: underline;
}
.contentsection .box2 p a:hover, .contentsection .box2 p a:active {
  color: #191919;
  text-decoration: none;
}
.contentsection .box2 p a:visited {
  color: #191919;
  text-decoration: underline;
}
.contentsection .box3 {
  background-color: #e2ceec;
  height: 100%;
  border: none;
}
.contentsection .box3 h2 {
  font-size: 28px;
  font-weight: 700;
}
.contentsection .box3 h4 {
  font-size: 20px;
  font-weight: normal;
}
.contentsection .box3 p {
  font-size: 20px;
  font-weight: 700;
  text-decoration: underline;
}
.contentsection .box3 p a {
  color: #191919;
  text-decoration: underline;
}
.contentsection .box3 p a:hover, .contentsection .box3 p a:active {
  color: #191919;
  text-decoration: none;
}
.contentsection .box3 p a:visited {
  color: #191919;
  text-decoration: underline;
}
.contentsection .adverse-event {
  text-align: center;
}
.contentsection .adverse-event h4 {
  color: #ffffff;
  font-weight: normal;
  margin-bottom: 20px;
}
.contentsection .adverse-event h2 {
  margin: 0 67px 35px;
  color: #ffffff;
  font-weight: 700;
  line-height: 1.25;
  position: relative;
}
.contentsection .adverse-event h2::after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.contentsection .adverse-event p {
  font-family: "Barlow Semi Condensed", sans-serif;
  padding: 0 42px;
  line-height: 1.3;
  text-align: center;
  width: 100%;
  font-size: 22px;
  color: #ffffff;
  font-weight: normal;
}
.contentsection .adverse-event a {
  font-size: 20px;
  font-weight: 700;
  color: #ffffff;
  margin-top: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-decoration: underline;
}
.contentsection .adverse-event a span {
  text-decoration: none;
}
.contentsection .ipo {
  text-align: center;
  background-color: #f4dbd1;
  padding: 60px 0;
}
.contentsection .ipo a {
  font-size: 20px;
  font-weight: 700;
  color: #191919;
  margin-top: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  text-decoration: underline;
}
.contentsection .ipo a span {
  text-decoration: none;
}
.contentsection .ipo h5 {
  font-weight: 700;
}
.contentsection .section08 {
  background-color: #f6f6f6;
  text-align: center;
  padding: 60px 0;
}
.contentsection .section08 .box-small-text {
  list-style: none;
  padding: 0;
  margin: 15px 0;
  text-align: left;
  padding-left: 37px;
}
.contentsection .section08 .box-small-text li {
  list-style: none;
  font-size: 12px;
}
.contentsection .section08 h4 {
  margin-top: 50px;
}
.contentsection .section08 h5 {
  margin: 15px 54px;
  font-weight: 700;
}
.contentsection .section08 h3 {
  padding: 0 29px 26px 29px;
  font-weight: 700;
}
.contentsection .section08 p {
  margin: 0 172px;
  font-weight: 400;
}
.contentsection .section08 .img-chart-two {
  margin-top: 10px;
}
.contentsection .section08 .box-card .box-small-text {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.contentsection .section08 .box-card .box-small-text li {
  list-style: none;
  font-size: 12px;
}
.contentsection .section06 {
  background-color: #ffffff;
  text-align: center;
  padding: 60px 0;
}
.contentsection .section06 h5 {
  margin: 15px 135px;
  font-weight: 700;
}
.contentsection .section06 h3 {
  padding: 0 29px 26px 29px;
  font-weight: 700;
  background-color: #eae9f0;
  padding: 20px;
  max-width: 69%;
  background-image: -webkit-gradient(linear, left top, right top, from(#fed141), to(#9f5cc0));
  background-image: linear-gradient(to right, #fed141 0%, #9f5cc0 100%);
  background-position: bottom center;
  background-size: 100% 8px;
  background-repeat: no-repeat;
  text-align: center;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 24px;
  font-weight: 500;
}
.contentsection .section06 p {
  margin: 60px 130px 7px 101px;
  font-weight: 400;
}
.contentsection .section06 .img-chart-two {
  margin-top: 40px;
}
.contentsection .section06 .box-small-text {
  list-style: none;
  padding: 0;
  margin: 15px 0;
}
.contentsection .section06 .box-small-text li {
  list-style: none;
  font-size: 12px;
}

.contentsection .mktoForm {
  width: 100% !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
}
.contentsection .mktoForm .mktoFormCol {
  margin-right: 22px;
  margin-bottom: 24px !important;
}
.contentsection .mktoForm .mktoButtonRow {
  margin-bottom: 60px;
  margin-top: 20px;
}
.contentsection .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple {
  margin-left: 0px !important;
}
.contentsection .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
  color: #191919;
  border: 1px solid #daaa00;
  padding: 4px 22px 4px 10px;
  font-size: 18px;
  background-color: #daaa00;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#daaa00), to(#daaa00));
  background-image: linear-gradient(to bottom, #daaa00, #daaa00);
  -webkit-transform: skew(-10deg);
          transform: skew(-10deg);
  font-weight: 600;
  font-family: "Barlow Semi Condensed", sans-serif;
  border-radius: 0.25rem;
  position: relative;
}
.contentsection .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton::after {
  content: "";
  border-left: 0;
  border-top: 1px;
  border-right: 1px;
  border-bottom: 0;
  border-color: #191919;
  width: 9px;
  height: 9px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  border-style: solid;
  display: block;
  top: calc(50% - 4px);
  right: 10px;
}
.contentsection .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton:hover {
  background-color: #e1bb33;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e1bb33), to(#e1bb33));
  background-image: linear-gradient(to bottom, #e1bb33, #e1bb33);
}
.contentsection .mktoForm .mktoRequiredField label.mktoLabel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #191919;
}
.contentsection .mktoForm .mktoRequiredField label.mktoLabel .mktoAsterix {
  display: none;
}
.contentsection .mktoForm label.mktoLabel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #191919;
}
.contentsection .mktoForm .mktoOffset {
  display: none;
}
.contentsection .bg-purple-form {
  background-color: #6a2a5b;
  width: 100%;
  padding-bottom: 31px;
}
.contentsection .bg-purple-form .mktoRequiredField label.mktoLabel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff !important;
}
.contentsection .bg-purple-form .mktoRequiredField label.mktoLabel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff !important;
}
.contentsection .bg-purple-form .mktoForm label.mktoLabel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #ffffff !important;
}
.contentsection .bg-purple-form .mktoForm div.mktoHtmlText {
  width: 60% !important;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #191919;
  line-height: 1.3;
}
.contentsection .bg-purple-form .mktoForm div.mktoHtmlText strong, .contentsection .bg-purple-form .mktoForm div.mktoHtmlText b {
  font-weight: 600;
}
.contentsection .bg-purple-form .mktoForm div.mktoHtmlText a {
  color: #9f5cc0;
  text-decoration: underline;
}
.contentsection .bg-purple-form .mktoForm div.mktoHtmlText a:hover {
  text-decoration: none;
  color: #9f5cc0;
}
.contentsection .bg-purple-form .mktoForm .mktoCheckboxList > label {
  color: #ffff !important;
  position: relative;
  padding-left: 25px;
  padding-right: 50px;
  margin-left: 0;
  font-size: 16px;
  font-weight: 500;
}
.contentsection .bg-purple-form .mktoForm .mktoCheckboxList > input {
  display: none;
}
.contentsection .bg-purple-form .mktoForm.mktoLayoutAbove .mktoLogicalField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.contentsection .bg-purple-form .mktoForm.mktoLayoutAbove .mktoLogicalField.mktoInvalid {
  border: 0px solid red;
}
.contentsection .bg-purple-form .mktoForm.mktoLayoutAbove .mktoLogicalField.mktoInvalid input[type=checkbox] + label:before {
  border: 1px solid #b27dcd;
}
.contentsection .bg-purple-form .mktoForm .mktoError {
  left: -5px;
  bottom: -28px !important;
}
.contentsection .bg-purple-form .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}
.contentsection .bg-purple-form .mktoForm .mktoError .mktoErrorMsg {
  background-color: transparent;
  border: 0px solid red;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #fed141;
  text-shadow: none;
  font-weight: 700;
  font-style: italic;
  max-width: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
}
.contentsection .bg-purple-form h2 {
  color: #fff;
  margin-top: 60px;
  position: relative;
}
.contentsection .bg-purple-form h2:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 76px;
  border-bottom: 2px solid #daaa00;
  bottom: -15px;
  left: 5px;
}
.contentsection .bg-purple-form p {
  color: #fff;
  font-size: 20px;
  margin-top: 40px;
  margin-bottom: 24px;
  font-style: italic;
}
.contentsection .bg-grey-form .mktoForm div.mktoHtmlText {
  width: 60% !important;
  font-size: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #191919;
  line-height: 1.3;
}
.contentsection .bg-grey-form .mktoForm div.mktoHtmlText strong {
  font-weight: 600;
}
.contentsection .bg-grey-form .mktoForm div.mktoHtmlText a {
  color: #9f5cc0;
  text-decoration: underline;
}
.contentsection .bg-grey-form .mktoForm div.mktoHtmlText a:hover {
  text-decoration: none;
  color: #9f5cc0;
}
.contentsection .bg-grey-form .mktoForm div.mktoHtmlText a:visited {
  text-decoration: none;
  color: #9f5cc0;
}
.contentsection .bg-grey-form .mktoForm label.mktoLabel {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #191919 !important;
}
.contentsection .bg-grey-form .mktoForm .mktoCheckboxList > label {
  color: #191919 !important;
  position: relative;
  padding-left: 25px;
  padding-right: 50px;
  margin-left: 0;
}
.contentsection .bg-grey-form .mktoForm .mktoCheckboxList > input {
  display: none;
}
.contentsection .bg-grey-form .mktoForm.mktoLayoutAbove .mktoLogicalField {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
}
.contentsection .bg-grey-form .mktoForm.mktoLayoutAbove .mktoLogicalField.mktoInvalid {
  border: 0px solid red;
}
.contentsection .bg-grey-form .mktoForm.mktoLayoutAbove .mktoLogicalField.mktoInvalid input[type=checkbox] + label:before {
  border: 1px solid #b27dcd;
}
.contentsection .bg-grey-form .mktoForm .mktoError {
  left: -5px;
  bottom: -28px !important;
}
.contentsection .bg-grey-form .mktoForm .mktoError .mktoErrorArrowWrap {
  display: none;
}
.contentsection .bg-grey-form .mktoForm .mktoError .mktoErrorMsg {
  background-color: transparent;
  border: 0px solid red;
  background-image: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #8b50a8;
  text-shadow: none;
  font-weight: 700;
  font-style: italic;
  max-width: 100%;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
  line-height: 1;
}

#mktoStyleLoaded {
  /* css load detection, do not remove */
  color: #123456;
}

.mktoForm fieldset {
  border: 1px solid #fff;
  color: inherit;
}

.mktoForm fieldset legend {
  padding: 0 1em;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  -webkit-appearance: none;
  background-color: #FFF;
  line-height: 1.5em;
  color: #000;
  border-radius: 0;
  padding: 0.2em 0.3em;
  min-height: 1.9em;
  border: 1px solid rgba(97, 94, 155, 0.5);
  width: 273px !important;
}

.mktoForm.mktoLayoutAbove textarea.mktoField {
  width: 570px !important;
}

.mktoForm input[type=text]:focus,
.mktoForm input[type=url]:focus,
.mktoForm input[type=email]:focus,
.mktoForm input[type=tel]:focus,
.mktoForm input[type=number]:focus,
.mktoForm input[type=date]:focus,
.mktoForm textarea.mktoField:focus,
.mktoForm select.mktoField:focus {
  outline: none;
  border: 1px dashed black;
}

.mktoForm div.mktoLogicalField {
  border: 1px solid transparent;
}

.mktoForm input.mktoField.mktoInvalid,
.mktoForm select.mktoField.mktoInvalid,
.mktoForm textarea.mktoField.mktoInvalid,
.mktoForm div.mktoLogicalField.mktoInvalid {
  border: 2px solid #9f5cc0;
}

.mktoForm select.mktoField::-ms-expand {
  display: none;
}

.mktoForm select.mktoField {
  -moz-appearance: none;
  text-indent: 0.01px;
  text-overflow: "";
  padding: 0.2em 22px 0.2em 0.3em;
}

.mktoForm.ie9 select.mktoField {
  background: none;
  padding: 0.2em 2.3px 0.2em 0.3em;
}

.mktoForm .mktoRadioList > label,
.mktoForm .mktoCheckboxList > label {
  margin-bottom: 0.6em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
  width: 1em;
  height: 1em;
  opacity: 0;
}

.mktoForm input[type=checkbox] + label:before,
.mktoForm input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  margin-left: -30px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
  font-size: 1em;
  border: none;
  border: 1px solid #daaa00;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  top: 4px;
}

.mktoForm .mktoLabelToLeft input[type=checkbox] + label:before,
.mktoForm .mktoLabelToLeft input[type=radio] + label:before {
  margin-left: 0;
  right: 0.3em;
}

.mktoForm input[type=checkbox]:checked + label:before,
.mktoForm input[type=radio]:checked + label:before {
  text-align: center;
  color: #fff;
  background: #daaa00;
}

.mktoForm input[type=checkbox]:focus + label:before,
.mktoForm input[type=radio]:focus + label:before {
  border: none;
}

.mktoForm input[type=checkbox]:checked + label:before {
  content: "✓";
}

.mktoForm input[type=radio] + label:before {
  border-radius: 1em;
}

.mktoForm input[type=radio]:checked + label:before {
  background-position: 3px 3px;
  background-repeat: no-repeat;
}

.mktoForm.mktoNoCheckedSupport input[type=checkbox] + label:before,
.mktoForm.mktoNoCheckedSupport input[type=radio] + label:before {
  display: none;
}

.mktoForm.mktoNoCheckedSupport select.mktoField,
.mktoForm.ie7 select.mktoField,
.mktoForm.ie6 select.mktoField {
  background-image: none;
  padding-right: 0.3em;
}

/* Add your custom CSS below */
.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}

.mktoForm label {
  line-height: 30px !important;
}

.mktoForm input[type=text],
.mktoForm input[type=url],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm input[type=date],
.mktoForm select.mktoField,
.mktoForm textarea.mktoField {
  line-height: 35px !important;
}

/* end form Style */
.ISIContentsPane {
  position: relative;
}
.ISIContentsPane .isi-content-panel {
  display: block;
  padding: 15px 0px 40px;
  border-top: solid 0px #00b2a9;
  position: relative;
}
.ISIContentsPane .marLtCont {
  margin-left: 47px;
}

#sticky-isi-module {
  position: fixed;
  z-index: 111;
  left: 0;
  right: 0;
  bottom: 0;
  height: 157px;
  background-color: #fff;
  -webkit-box-shadow: -1px -4px 21px rgba(0, 0, 0, 0.2) !important;
          box-shadow: -1px -4px 21px rgba(0, 0, 0, 0.2) !important;
  padding: 10px 0 0 0;
  border-top: solid 2px #daaa00;
  margin: 0px auto;
}
#sticky-isi-module.activated {
  display: none !important;
}
#sticky-isi-module > .isi-contents-normal-view {
  padding: 5px 20px 0;
  background: white;
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  height: 100%;
}
#sticky-isi-module .indiOut .content {
  width: auto;
  padding: 0;
  max-width: 100%;
}
#sticky-isi-module .indiOut .content .sticky-isi-title {
  width: 100%;
  float: left;
  margin: 0;
  position: relative;
}
#sticky-isi-module .indiOut .content h4 {
  font-family: "Barlow";
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #615E9B;
  margin-top: 16px;
}
#sticky-isi-module .indiOut .content p {
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  margin-bottom: 0;
}
#sticky-isi-module .indiOut .content ul li {
  list-style-type: disc;
  font-family: "Barlow Semi Condensed";
  font-size: 16px;
  line-height: 22px;
  color: #191919;
  margin-bottom: 5px;
  margin-left: 7px;
}

footer {
  width: 100%;
  /*min-height: 217px;*/
  background-color: #6a2a5b;
}
footer ul {
  list-style: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  /*justify-content: space-between;*/
  padding-left: 0px;
  margin-left: 0px;
}
footer ul li a {
  font-family: "Barlow", sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  text-align: center;
  color: #fff;
  padding: 0px 60px 0px 0px;
}
footer ul li a:hover, footer ul li a:active {
  color: #fff;
  text-decoration: underline;
}
footer ul li a:visited {
  color: #fff;
  text-decoration: none;
}
footer .scs-micro {
  font-family: "Barlow", sans-serif;
  font-size: 12px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #fff;
  margin-bottom: 0;
}
footer .scs-micro a {
  color: #fff;
  text-decoration: underline;
}
footer .scs-micro a:hover {
  color: #fff;
  text-decoration: none;
}
footer .scs-micro a:visited, footer .scs-micro a:focus {
  color: #fff;
  text-decoration: underline;
}

@media screen and (max-width: 1250px) and (min-width: 993px) {
  footer ul li a {
    padding: 0 25px 0 0;
    font-size: 1.11vw;
  }
  footer .scs-micro {
    font-size: 11px;
  }
}
@media screen and (max-width: 991px) {
  #sticky-isi-module {
    height: 100px;
    padding: 0;
  }

  .seeMore {
    top: -22px;
    right: 10px;
  }

  .ISIContentsPane .marLtCont {
    margin-left: 22px;
  }

  .footerabovesection p.encouraged {
    font-size: 14px;
  }
}
.treatmentSectionOne {
  background: #615e9b;
  padding: 180px 0 100px 0;
}
.treatmentSectionOne .row {
  position: relative;
}
.treatmentSectionOne .quote-right {
  position: absolute;
  right: 0px;
  bottom: -70px;
  width: 150px;
}
.treatmentSectionOne .quote-left {
  position: absolute;
  left: 0px;
  top: -60px;
  width: 150px;
}
.treatmentSectionOne h2 {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  margin-bottom: 60px;
}
.treatmentSectionOne h2 span {
  color: #fed141;
  display: inline-block;
}
.treatmentSectionOne .imgWrap {
  width: 550px;
  margin: 0 auto 60px;
}
.treatmentSectionOne p {
  color: #fff;
  font-size: 22px;
  font-family: "Barlow", sans-serif;
  margin-bottom: 30px;
  line-height: 30px;
}
.treatmentSectionOne h4 {
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-family: "Barlow Semi Condensed";
  font-weight: 600;
  text-align: center;
}

.brownBg {
  background: #6a2a5b;
  text-align: center;
  padding: 70px 0;
}
.brownBg .container {
  position: relative;
}
.brownBg .container:before {
  position: absolute;
  content: "";
  background: url(/siteassets/patient/img/img-117x46-combined-shape.png) no-repeat left top;
  width: 117px;
  height: 46px;
  top: -115px;
  left: 10%;
}
.brownBg h3 {
  font-size: 35px;
  color: #fff;
  line-height: 45px;
  font-weight: 500;
  margin-bottom: 25px;
}
.brownBg p {
  color: #fff;
  font-size: 20px;
  margin-bottom: 0;
}

.gradientQuote {
  background: url(/siteassets/patient/img/img-2880x1667-gradientBg.jpg) no-repeat left top;
  background-size: cover;
}
.gradientQuote .container {
  position: relative;
  padding-top: 65px;
  padding-bottom: 70px;
}
.gradientQuote .strokeBg {
  background: url(/siteassets/patient/img/img-640x583-stroke.png) no-repeat left top;
  width: 695px;
  height: 472px;
  margin-left: -130px;
  padding: 51px 89px 0 173px;
  background-size: 100%;
}
.gradientQuote .strokeBg h3 {
  color: #fff;
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  line-height: 40px;
  margin-bottom: 20px;
}
.gradientQuote .strokeBg h2 {
  color: #fed141;
  font-weight: 700;
  font-size: 70px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 70px;
}
.gradientQuote .strokeBg h2 sup {
  top: -0.3em !important;
}
.gradientQuote img {
  position: absolute;
  right: -30%;
  bottom: -70px;
  max-width: 475px;
}

.sliderBottom {
  padding: 100px 0;
  background: #f2f2f2;
}
.sliderBottom h2 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #615e9b;
  text-align: center;
  margin-bottom: 50px;
}
.sliderBottom .carousel-item .wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sliderBottom .carousel-item .imgWrap {
  float: left;
  margin-right: 50px;
}
.sliderBottom .carousel-item .content {
  float: left;
  width: 70%;
}
.sliderBottom .carousel-item .content h3 {
  font-size: 40px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #615e9b;
}
.sliderBottom .carousel-item .content p {
  font-size: 26px;
  font-style: normal;
  font-family: "Barlow", sans-serif;
  line-height: 36px;
}
.sliderBottom .carousel {
  margin-bottom: 100px;
}
.sliderBottom .carousel .carousel-item {
  height: 200px;
}
.sliderBottom .carousel .carousel-control-prev,
.sliderBottom .carousel .carousel-control-next {
  display: block;
  top: 20%;
  cursor: pointer;
}
.sliderBottom .carousel .carousel-control-prev {
  opacity: 1;
  left: -15%;
}
.sliderBottom .carousel .carousel-control-next {
  opacity: 1;
  right: -15%;
}
.sliderBottom .carousel .carousel-control-prev-icon {
  background: url(/siteassets/patient/img/img-39x77-carat-go.svg) no-repeat left top;
  width: 69px;
  height: 77px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.sliderBottom .carousel .carousel-control-next {
  opacity: 1;
}
.sliderBottom .carousel .carousel-control-next-icon {
  background: url(/siteassets/patient/img/img-39x77-carat-go.svg) no-repeat left top;
  width: 69px;
  height: 77px;
}
.sliderBottom .carousel-indicators {
  bottom: -75px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sliderBottom .carousel-indicators li {
  background-color: #a7a8a9;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  cursor: pointer;
}
.sliderBottom .carousel-indicators li.active {
  background-color: #615e9b;
  width: 16px;
  height: 16px;
}
.sliderBottom .ctaBtn {
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: normal;
  color: #6A2A5B;
  text-align: center;
  background-color: #FED141;
  -webkit-transform: skew(-10deg);
  transform: skew(-10deg);
  border: none;
  padding: 5px 22px;
}

.savingSectionOne {
  background: #944382 url(/siteassets/patient/img/img-1440x1828-gradientVerticle.png) no-repeat center top;
  background-size: cover;
  padding: 180px 0 100px 0;
}
.savingSectionOne .quote-right {
  position: absolute;
  right: 0px;
  top: -60px;
  width: 150px;
}
.savingSectionOne h2 {
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 30px;
}
.savingSectionOne h2 span {
  color: #fed141;
}
.savingSectionOne h2:nth-child(2) {
  font-weight: 700;
}
.savingSectionOne h2.titleSec {
  font-weight: 500;
  text-align: left;
}
.savingSectionOne .col-12:nth-child(3) h2 {
  font-weight: 600;
}
.savingSectionOne h3 {
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-weight: 600;
  color: #fff;
  line-height: 40px;
  text-align: center;
  margin-bottom: 80px;
}
.savingSectionOne h3 .ctaBtn {
  background: #fed141;
  color: #6a2a5b;
  text-decoration: none;
  font-size: 34px;
  font-family: "Barlow";
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 0px 48px 0px 20px;
  font-weight: bold;
  display: inline-block;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 40px;
  height: 50px;
  line-height: 50px;
}
.savingSectionOne h3 .ctaBtn span {
  right: 17px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  position: absolute;
  top: 0px;
}
.savingSectionOne h3 .ctaBtn span img {
  width: 15px;
  margin-top: -5px;
}
.savingSectionOne h3 .ctaBtn:hover {
  color: #191919;
  background-color: #e1bb33;
}
.savingSectionOne h3 .ctaBtn:hover span {
  right: 12px;
}
.savingSectionOne h3 strong {
  color: #fed141;
}
.savingSectionOne .dividor {
  background: #fff;
  height: 2px;
  margin-bottom: 80px;
}
.savingSectionOne ol {
  margin-bottom: 40px;
  padding-left: 30px;
}
.savingSectionOne ol li {
  font-size: 25px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #fff;
  line-height: 35px;
  margin-bottom: 25px;
  font-weight: 600;
}
.savingSectionOne ol li::marker {
  color: #fed141;
}
.savingSectionOne ol li span {
  color: #fed141;
  font-weight: 700;
}
.savingSectionOne ol li span sup {
  font-size: 50% !important;
  top: -0.9em !important;
}
.savingSectionOne .footnote {
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  font-family: "Barlow", sans-serif;
  margin-bottom: 30px;
  line-height: 24px;
}

.brownBgSave {
  text-align: left;
}
.brownBgSave h4 {
  color: #fff;
  font-size: 30px;
  /*margin-bottom: 40px;*/
}
.brownBgSave h4 span {
  color: #fed141;
}
.brownBgSave p {
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 40px;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.brownBgSave .ctaBtn {
  background: #fed141;
  color: #6a2a5b;
  text-decoration: none;
  font-size: 34px;
  font-family: "Barlow";
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  text-align: left;
  border-radius: 5px;
  width: 550px;
  padding: 12px;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: center;
  align-items: flex-end;
  position: relative;
  line-height: 50px;
  padding: 0px 48px 0px 20px;
}
.brownBgSave .ctaBtn span {
  right: 17px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  position: absolute;
  top: 0px;
}
.brownBgSave .ctaBtn span img {
  width: 15px;
  margin-top: -5px;
}
.brownBgSave .ctaBtn:hover {
  color: #191919;
  background-color: #e1bb33;
}
.brownBgSave .ctaBtn:hover span {
  right: 12px;
}
.brownBgSave .col-lg-6:first-child {
  border-right: 2px solid rgba(255, 255, 255, 0.5);
}
.brownBgSave .rtSectionn {
  padding-left: 60px;
}
.brownBgSave .rtSectionn address {
  font-size: 28px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.brownBgSave .rtSectionn address span {
  color: #fed141;
  display: block;
  font-size: 30px;
  font-weight: 600;
}
.brownBgSave .rtSectionn p {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 0;
}
.brownBgSave .rtSectionn p a {
  color: #fff;
}
.brownBgSave .rtSectionn p a:hover {
  text-decoration: none;
}

.downloadBro {
  text-align: center;
  padding: 40px 0;
  background: #f2f2f2;
}
.downloadBro .ctaBtn {
  background: #fed141;
  color: #6a2a5b;
  text-decoration: none;
  font-size: 34px;
  font-family: "Barlow";
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  text-align: center;
  border-radius: 5px;
  width: auto;
  padding: 0px 48px 0px 20px;
  font-weight: bold;
  line-height: 50px;
  display: inline-block;
}
.downloadBro .ctaBtn span {
  right: 17px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  position: absolute;
  top: 0px;
}
.downloadBro .ctaBtn span img {
  width: 15px;
  margin-top: -5px;
}
.downloadBro .ctaBtn:hover {
  color: #191919;
  background-color: #e1bb33;
}
.downloadBro .ctaBtn:hover span {
  right: 12px;
}

.bottomAccrordian {
  padding: 20px 0 30px;
  background: #f2f2f2;
}
.bottomAccrordian h2 {
  text-align: center;
  font-size: 40px;
  color: #6a2a5b;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 40px;
}
.bottomAccrordian h2 sup {
  font-size: 50% !important;
  top: -1em !important;
}
.bottomAccrordian .card-body {
  padding: 0;
}
.bottomAccrordian .card {
  border: 0;
  background: none;
  border-bottom: 2px solid #fff !important;
}
.bottomAccrordian .card:last-child {
  border-bottom: 0px !important;
}
.bottomAccrordian .card-header {
  background: none;
  padding: 12px 0;
  border: 0;
}
.bottomAccrordian .btn-link {
  padding: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  color: #6a2a5b;
  text-decoration: none;
  display: block;
  width: 100%;
  text-align: left;
  position: relative;
  font-weight: 600;
  cursor: pointer;
}
.bottomAccrordian .btn-link sup {
  font-size: 50% !important;
  top: -0.9em !important;
}
.bottomAccrordian .btn-link:hover {
  color: #6a2a5b;
}
.bottomAccrordian ul li {
  font-size: 22px;
  line-height: 28px;
  margin-bottom: 8px;
  list-style-type: disc;
  font-family: "Barlow", sans-serif;
  font-weight: 400;
}
.bottomAccrordian address {
  color: #191919;
  font-size: 22px;
  padding: 30px 0 0 16px;
  font-family: "Barlow", sans-serif;
}
.bottomAccrordian .fa {
  width: 30px;
  height: 30px;
  content: "";
  position: absolute;
  right: 0;
  top: 14px;
}
.bottomAccrordian .fa.fa-minus {
  background: url(/siteassets/patient/img/img-30x30-minusIcon.svg) no-repeat left top;
}
.bottomAccrordian .fa.fa-plus {
  background: url(/siteassets/patient/img/img-30x30-plusIcon.svg) no-repeat left top;
}

.termsandCondition {
  padding: 50px 0 0px 0;
}
.termsandCondition h2 {
  font-size: 22px;
  font-family: "Barlow Semi Condensed", sans-serif;
  color: #615e9b;
  margin-bottom: 10px;
}
.termsandCondition p {
  margin-bottom: 10px;
  font-size: 18px;
  font-family: "Barlow Semi Condensed", sans-serif;
}
.termsandCondition ul li {
  font-size: 18px;
  margin-bottom: 8px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.prepareSectionOne {
  background: url(/siteassets/patient/img/img-2880x1141-xipere-gradient.png) no-repeat left top;
  background-size: cover;
  padding: 180px 0 120px 0;
}
.prepareSectionOne h2 {
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 30px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
}

.prepareMiddleSection {
  background: #f2f2f2;
}
.prepareMiddleSection .container {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
}
.prepareMiddleSection .imgThumb {
  right: -30px;
  top: -155px;
  position: absolute;
}
.prepareMiddleSection .imgThumb img {
  max-width: 90%;
}
.prepareMiddleSection .contentWrap {
  overflow: hidden;
  margin-bottom: 40px;
}
.prepareMiddleSection .contentWrap .imgWrap {
  margin-right: 50px;
  width: 110px;
  float: left;
}
.prepareMiddleSection .contentWrap p {
  float: left;
  font-size: 30px;
  font-family: "Barlow Semi Condensed", sans-serif;
  line-height: 35px;
  width: 78%;
  color: #191919;
  font-weight: 600;
}
.prepareMiddleSection .contentWrap p a {
  color: #615e9b;
  text-decoration: underline;
}
.prepareMiddleSection h2 {
  color: #615e9b;
  text-align: center;
  font-size: 30px;
  line-height: 40px;
  margin-top: 20px;
  font-family: "Barlow Semi Condensed", sans-serif;
}

.brownBgNew .container:before {
  left: inherit;
  right: 20%;
}
.brownBgNew .ctaBtn {
  background: #fed141;
  color: #6a2a5b;
  text-decoration: none;
  font-size: 34px;
  font-family: "Barlow Semi Condensed", sans-serif;
  -webkit-transform: skewX(-10deg);
          transform: skewX(-10deg);
  display: block;
  text-align: center;
  border-radius: 5px;
}

.ba-slider-wrap {
  width: 450px;
  -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.2);
  margin: 30px auto 50px auto;
}

.before-after-slider {
  position: relative;
  width: 450px;
  height: 430px;
  border: 2px solid white;
}

.before-after-slider .img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: 450px 100%;
}

.before-after-slider .background-img {
  background-image: url("/siteassets/patient/img/img-1400x1458-after.png");
}

.before-after-slider .foreground-img {
  background-image: url("/siteassets/patient/img/img-1400x1458-before.png");
  width: 50%;
}

.before-after-slider .slider {
  position: absolute;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 100%;
  height: 100%;
  background: rgba(242, 242, 242, 0.1);
  outline: none;
  margin: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  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;
}

.before-after-slider .slider:hover {
  background: rgba(242, 242, 242, 0.1);
}

.before-after-slider .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 6px;
  height: 430px;
  background: #FED141;
  cursor: pointer;
}

.before-after-slider .slider::-moz-range-thumb {
  width: 6px;
  height: 430px;
  background: #FED141;
  cursor: pointer;
}

.before-after-slider .slider-button {
  pointer-events: none;
  position: absolute;
  width: 33px;
  height: 33px;
  background: url(/siteassets/patient/img/img-120x120-slider-drag.png);
  left: calc(50% - 19px);
  top: calc(50% - 24px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ba-slider-wrap .before-after-title {
  background: #615E9B;
  text-align: center;
  color: #fff;
  font-family: "Barlow Semi Condensed";
  font-size: 30px;
  line-height: 30px;
  padding: 10px 0px;
  font-weight: 500;
}

.brochure-link {
  padding: 50px 0px;
}
.brochure-link .brochure1 {
  max-width: 35%;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.brochure-link .brochure2 {
  max-width: 35%;
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 1;
}
.brochure-link .ctaBtn {
  background: #fed141;
  color: #6a2a5b;
  text-decoration: none;
  font-size: 28px;
  font-family: "Barlow";
  -webkit-transform: skewX(-10deg);
  transform: skewX(-10deg);
  text-align: left;
  border-radius: 5px;
  width: auto;
  padding: 7px 48px 0px 40px;
  font-weight: bold;
  display: inline-block;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 85px;
  height: 80px;
  line-height: 32px;
  margin-bottom: 70px;
  width: 84%;
  margin-left: -20px;
}
.brochure-link .ctaBtn span {
  right: 17px;
  -webkit-transition: right 0.2s;
  transition: right 0.2s;
  position: absolute;
  top: 0px;
}
.brochure-link .ctaBtn span img {
  width: 15px;
  margin-top: 25px;
}
.brochure-link .ctaBtn:hover {
  color: #191919;
  background-color: #e1bb33;
}
.brochure-link .ctaBtn:hover span {
  right: 12px;
}

.savingSectionOne.content-img-banner .main-banner-title {
    font-size: 38px;
    line-height: 46px;
    font-weight: 700;
}

.savingSectionOne.content-img-banner .banner-text-alt {
    font-size: 32px;
    line-height: 47px;
    font-weight: 700;
}

.savingSectionOne.content-img-banner .heavy-text {
    font-size: 34px;
    line-height: 47px;
}

.white-text {
    color: #fff !important;
}

.savingSectionOne.content-img-banner .yellow-text {
    color: #FED141 !important;
}

@media screen and (max-width: 1199px) and (min-width: 992px) {
    h1 {
    font-size: 3.47vw;
    line-height: 1.12;
  }

  h2 {
    font-size: 2.22vw;
  }

  h3 {
    font-size: 1.94vw;
  }

  h4 {
    font-size: 1.53vw;
  }

  h5 {
    font-size: 1.38vw;
  }

  p {
    font-size: 1.39vw;
  }

  body {
    font-size: 1.39vw;
  }

  /* .btn{
       font-size: 1.25vw;
   }*/
  .bannersection .banner-quote {
    width: 250px;
    left: 85px;
    top: 28px;
  }
  .bannersection .home-hero-banner .banner-text {
    margin-top: 45px;
  }
  .bannersection .home-hero-banner .banner-text p.noninfectious {
    font-size: 1.17vw;
  }
  .bannersection .home-hero-banner .banner-text p.noninfectious::before {
    width: 20%;
  }
  .bannersection .home-hero-banner .banner-text p.noninfectious::after {
    width: 20%;
    right: 35px;
  }
  .bannersection .home-hero-banner .banner-text h1 {
    font-size: 50px;
    line-height: 55px;
  }
  .bannersection .home-hero-banner .banner-text h6 {
    font-size: 23px;
    line-height: 32px;
  }
  .bannersection .home-hero-banner .banner-text .btn {
    font-size: 26px;
  }
  .bannersection .home-hero-banner .banner-text .big-text {
    font-size: 1.4vw;
  }
  .bannersection .home-banner .banner-text h1 {
    line-height: 1.12;
  }
  .bannersection .home-banner .banner-text p {
    font-size: 1.53vw;
    line-height: 1.12;
  }
  .bannersection .home-banner .banner-text2 h1 {
    line-height: 1.12;
  }
  .bannersection .home-banner .banner-text2 p {
    font-size: 1.53vw;
    line-height: 1.12;
  }

  .contentsection .bodydarkleft {
    font-size: 1.38vw;
  }
  .contentsection .section1 .box-card {
    padding: 6.875vw 0 7.5vw 9.93vw;
  }
  .contentsection .section1 .box-card h4 {
    font-size: 1.67vw;
  }
  .contentsection .section1 .box-card h3 {
    width: 26.39vw;
    font-size: 1.94vw;
  }
  .contentsection .section1 .box-card p {
    width: 25.69vw;
  }
  .contentsection .section1 .box-card1 {
    padding: 0vw 0 7.5vw 9.93vw;
  }
  .contentsection .section2 h4 {
    font-size: 1.38vw;
  }
  .contentsection .section2 p {
    font-size: 1.94vw;
  }
  .contentsection .section01 .box-card {
    padding: 4.17vw 0 4.17vw 9.93vw;
  }
  .contentsection .section01 .box-card p {
    width: 25.69vw;
  }
  .contentsection .section01 .box-card ul {
    padding: 0.69vw 4.23vw 0 0.9vw;
  }
  .contentsection .section01 .box-card1 {
    padding: 9.65vw 5.5vw 6.25vw 7.29vw;
  }
  .contentsection .section01 .box-card1 h1 {
    font-size: 4.31vw;
    max-width: 28.4vw;
    margin: 0 auto 15px;
  }
  .contentsection .section01 .box-card1 h2 {
    font-size: 2.2vw;
  }
  .contentsection .section01 .box-card1 h3 {
    font-size: 1.38vw;
  }
  .contentsection .box1 h2, .contentsection .box2 h2, .contentsection .box3 h2 {
    font-size: 1.94vw;
  }
  .contentsection .box1 h4, .contentsection .box2 h4, .contentsection .box3 h4 {
    font-size: 1.39vw;
  }
  .contentsection .box1 p, .contentsection .box2 p, .contentsection .box3 p {
    font-size: 1.39vw;
  }
  .contentsection .section5 p {
    margin: 4.17vw 9.03vw 7px 7.43vw;
  }
  .contentsection .section5 .zero-sec h4 {
    font-size: 1.67vw;
  }
  .contentsection .section5 .zero-sec p {
    font-size: 1.38vw;
    margin-bottom: 2.78vw;
  }
  .contentsection .section6 .box-card {
    padding: 4.17vw 0 7.5vw 9.93vw;
  }
  .contentsection .section6 .box-card h2 {
    font-size: 2.2vw;
    max-width: 32.5vw;
  }
  .contentsection .section6 .box-card p {
    width: 25.69vw;
    font-size: 1.38vw;
  }
  .contentsection .section6 .box-card ul {
    padding: 0.69vw 4.23vw 0 0.9vw;
  }
  .contentsection .section6 .box-card1 {
    padding: 0 0 11.11vw 9.93vw;
  }
  .contentsection .section6 .box-card1 h1 {
    font-size: 4.31vw;
    max-width: 28.4vw;
    margin: 0 auto 15px;
  }
  .contentsection .section6 .box-card1 h2 {
    font-size: 2.2vw;
  }
  .contentsection .section6 .box-card1 h3 {
    font-size: 1.38vw;
  }
  .contentsection .section6 .box-card1 .img-chart {
    height: auto;
  }
  .contentsection .section7 p {
    padding: 0px 10rem;
  }
  .contentsection .section7 .card-box span {
    font-size: 1.66vw;
  }
  .contentsection .section8 p {
    font-size: 1.53vw;
  }
  .contentsection .ipo a {
    font-size: 1.38vw;
  }
  .contentsection .adverse-event h2 {
    margin: 0 4.65vw 2.43vw;
  }
  .contentsection .adverse-event p {
    font-size: 1.53vw;
  }
  .contentsection .adverse-event a {
    font-size: 1.38vw;
  }
  .contentsection .section06 h3 {
    font-size: 1.67vw;
  }
  .contentsection .section-slider-new h2 {
    font-size: 2.2vw;
  }
  .contentsection .section-slider-new .carousel-inner p {
    font-size: 1.25vw;
  }
  .contentsection .section-slider-new .carousel-inner h6 {
    font-size: 1.11vw;
  }
  .contentsection .section9 .vid-box-text h2 {
    margin: 0 10.42vw 0 4.93vw;
  }
  .contentsection .section10 p {
    font-size: 1.38vw;
  }

  .popuppeachtree .modal.show .modal-dialog {
    max-width: 90%;
  }
  .popuppeachtree .modal-header ul li .active {
    font-size: 12px;
    padding: 8px 40px;
  }
  .popuppeachtree .modal-header ul li a {
    font-size: 12px;
    padding: 8px 40px;
  }
  .popuppeachtree .modal-header ul li:nth-child(2) {
    font-size: 12px;
  }
  .popuppeachtree .modal-header ul li:nth-child(2) .active {
    font-size: 12px;
    padding: 8px 40px;
  }
  .popuppeachtree .modal-header ul li:nth-child(3) {
    font-size: 12px;
  }
  .popuppeachtree .modal-header ul li:nth-child(3) .active {
    font-size: 12px;
    padding: 8px 40px;
  }
  .popuppeachtree button.close {
    right: -30px;
  }

  .nav-tabs {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }

  .bannersection .home-hero-banner .img-fluid {
    max-width: 88%;
  }
  .bannersection .home-hero-banner .banner-bg {
    max-width: 100%;
  }
  .bannersection .home-hero-banner .banner-model-img img {
    max-width: 93%;
  }
  .bannersection .home-hero-banner .banner-text p.model-name {
    top: 329px;
    width: 344px;
    left: 10px;
  }
  .brownBgSave .ctaBtn {
    padding: 12px 0px 12px 10px;
    text-align: left;
    width: 447px;
    display: block;
  }
}
@media screen and (max-width: 1440px) {
  .section6.container {
    max-width: 100% !important;
  }
}
@media screen and (min-width: 1300px) {
  .container {
    max-width: 1240px !important;
  }
}
@media screen and (max-width: 1399px) and (min-width: 1199px) {
  .bannersection .banner-row1 {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .bannersection img {
    max-width: 475px;
  }
  .bannersection .banner-model-img img {
    margin-left: -100px;
    max-width: 485px;
  }
  .bannersection .banner-quote {
    width: 305px;
    left: 85px;
    top: 20px;
  }
  .bannersection .banner-quote h1 {
    font-size: 70px;
    line-height: 60px;
  }
  .bannersection .banner-quote h6 {
    font-size: 25px;
    line-height: 30px;
  }
  .bannersection .banner-quote .btn {
    font-size: 25px;
  }
  .bannersection .home-hero-banner .banner-text {
    right: -3%;
  }
  .bannersection .home-hero-banner .banner-text p.model-name {
    top: 20px;
    font-size: 30px;
    position: relative;
    left: 10%;
  }
  .bannersection .home-hero-banner .banner-text p.model-name .age {
    font-size: 25px;
  }
  .bannersection .home-hero-banner .banner-text p.model-name .actual-patient {
    font-size: 16px;
  }

  .treatmentSectionOne .imgWrap img {
    max-width: 100%;
  }
}
@media screen and (max-width: 1199px) and (min-width: 993px) {
  .btn {
    font-size: 30px;
  }

  .brownBgSave .ctaBtn {
    font-size: 28px;
    line-height: 40px;
  }

  .brownBgSave .ctaBtn span {
    top: 12px;
  }

  .brochure-link .ctaBtn span img {
    maring-top: 19px;
  }

  .brochure-link .ctaBtn {
    background: #fed141;
    color: #6a2a5b;
    text-decoration: none;
    font-size: 20px;
    font-family: "Barlow";
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    text-align: left;
    border-radius: 5px;
    width: auto;
    padding: 7px 48px 0px 42px;
    font-weight: bold;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 59px;
    height: 67px;
    line-height: 24px;
    margin-bottom: 70px;
    width: 94%;
  }

  .treatmentSectionOne {
    padding: 155px 0 100px 0;
  }

  .gradientQuote .col-lg-7 {
    position: relative;
  }
  .gradientQuote .strokeBg {
    background-size: 100%;
    margin-left: -22px;
    width: 568px;
    height: 412px;
    padding: 32px 74px 0 145px;
  }
  .gradientQuote .strokeBg h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .gradientQuote .strokeBg h2 {
    font-size: 60px;
    line-height: 62px;
  }
  .gradientQuote img {
    max-width: 300px;
    right: -10%;
  }

  .savingSectionOne {
    padding: 150px 0 100px 0;
  }

  .brownBgSave .rtSectionn {
    padding-left: 30px;
  }

  .bottomAccrordian ul li {
    font-size: 22px;
    line-height: 28px;
  }
  .bottomAccrordian address {
    font-size: 22px;
  }
  .bottomAccrordian .btn-link {
    font-size: 36px;
  }

  .prepareSectionOne {
    padding: 144px 0 120px 0;
  }

  .prepareMiddleSection .imgThumb {
    right: 0;
    top: -104px;
    width: 276px;
  }
  .prepareMiddleSection .imgThumb img {
    max-width: 100%;
  }
  .prepareMiddleSection .contentWrap p {
    width: 75%;
  }

  .why-xipere-banner .absolute-container h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  .why-xipere-banner .absolute-container .banner-model-img {
    font-size: 16px;
    line-height: inherit;
  }
  .why-xipere-banner .absolute-container .banner-model-img span {
    left: 247px;
    top: 78px;
  }
  .why-xipere-banner .absolute-container .banner-text {
    font-size: 16px;
    line-height: 26px;
  }
  .why-xipere-banner .absolute-container .banner-text img {
    max-width: 100%;
  }
  .why-xipere-banner .absolute-container .banner-text span {
    left: 51px;
    top: 24px;
    width: 240px;
    font-size: 20px;
    line-height: 28px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 992px) {
  .gradientQuote img {
    right: -25%;
  }
}
@media screen and (max-width: 991px) {
  .sliderBottom .carousel .carousel-control-prev-icon {
    margin-top: -18px;
  }

  .brochure-link {
    padding: 50px 0px 0px 0px;
  }
  .brochure-link .brochure1 {
    max-width: 65%;
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .brochure-link .brochure2 {
    max-width: 65%;
    position: relative;
    left: 0px;
    top: 0px;
    right: 0px;
    margin: 0px auto;
  }
  .brochure-link .ctaBtn {
    background: #fed141;
    color: #6a2a5b;
    text-decoration: none;
    font-size: 24px;
    font-family: "Barlow";
    -webkit-transform: skewX(-10deg);
    transform: skewX(-10deg);
    text-align: center;
    border-radius: 5px;
    width: auto;
    padding: 0px 48px 0px 42px;
    font-weight: bold;
    display: inline-block;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    height: 80px;
    line-height: 32px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0px;
  }
  .brochure-link .ctaBtn span {
    right: 17px;
    -webkit-transition: right 0.2s;
    transition: right 0.2s;
    position: absolute;
    top: 0px;
  }
  .brochure-link .ctaBtn span img {
    width: 15px;
    margin-top: 25px;
  }
  .brochure-link .ctaBtn:hover {
    color: #191919;
    background-color: #e1bb33;
  }
  .brochure-link .ctaBtn:hover span {
    right: 12px;
  }

  .bannersection .home-hero-banner .banner-text p.model-name .actual-patient {
    font-size: 10px;
  }

  .brownBg .ctaBtn {
    line-height: 30px;
    text-align: center;
    padding: 8px 0px;
  }

  .inner-hero-banner {
    padding-top: 100px;
  }
  .inner-hero-banner h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .inner-hero-banner .mobile-model-img {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  * {
    margin: 0;
    padding: 0;
  }

  .bannersection .banner-quote {
    position: absolute;
    top: 23px;
    width: 270px;
    left: 45px;
    text-align: left;
  }
  .bannersection .banner-quote h6 {
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
    width: 260px;
  }
  .bannersection .home-hero-banner .banner-text p.model-name {
    position: absolute;
    top: 470px;
    color: #fff;
    font-size: 18px;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 600;
    left: 277px;
    width: 93px;
  }
  .bannersection .home-hero-banner .banner-text p.model-name .age {
    color: #fff;
    font-size: 14px;
    font-family: "Barlow Semi Condensed";
    font-style: normal;
    font-weight: 600;
  }
  .bannersection .banner-model-img {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 1;
    padding-bottom: 55px;
    width: 100%;
    margin: 0;
  }
  .bannersection .banner-model-img .actual-patient-mobile {
    font-size: 10px;
    color: #fff;
    font-family: "Barlow Semi Condensed";
    position: absolute;
    bottom: 166px;
    left: 274px;
    width: 110px;
    font-weight: 500;
  }
  .bannersection .banner-model-img .btnlearn-more {
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    margin-bottom: 0px;
  }
  .bannersection .banner-model-img .btnlearn-more a {
    background: #FED141;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 15px 0px;
    left: 0px;
    font-size: 24px;
    line-height: 29px;
    color: #6A2A5B;
    font-family: "Barlow Semi Condensed";
    font-weight: bold;
  }
  .bannersection .banner-model-img .btnlearn-more a span img {
    width: 11px;
    margin-left: 10px;
  }
  .bannersection .home-hero-banner {
    padding-top: 100px;
    height: 825px;
  }
  .bannersection .home-hero-banner .container {
    max-width: 100%;
    position: static;
  }
  .bannersection .home-hero-banner .banner-text {
    left: 0;
    top: 0;
    position: relative;
  }
  .bannersection .home-hero-banner .banner-text img {
    margin: auto auto;
  }
  .bannersection .home-hero-banner .banner-text h1 {
    font-weight: bold;
    line-height: 65px;
    font-size: 70px;
    margin-top: 5px;
    margin-bottom: 10px;
  }
  .bannersection .home-hero-banner .banner-text h1 sup {
    top: -1.4em !important;
  }
  .bannersection .home-hero-banner .banner-text .big-text {
    margin-top: 97.390625vw;
    line-height: 1.25;
    padding: 0 1rem;
  }
  .bannersection .home-hero-banner .banner-text .get-btn {
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    margin-top: 48px;
  }
  .bannersection .home-hero-banner .banner-text .get-btn .btn {
    margin: 0 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 23px 0px;
    color: #ffffff;
  }
  .bannersection .home-hero-banner .banner-text .get-btn .btn:nth-child(1) {
    background-color: #615e9b;
    width: 50%;
  }
  .bannersection .home-hero-banner .banner-text .get-btn .btn:nth-child(2) {
    background-color: #6a2a5b;
    width: 50%;
  }
  .bannersection .home-hero-banner .banner-text p.noninfectious {
    position: relative;
    font-size: 14px;
    margin-top: 32px;
  }
  .bannersection .home-hero-banner .banner-text p.noninfectious:after {
    background: url(../img/right-border-mobile.png) no-repeat;
    margin: 9px 20px 8px 0px;
    right: -20px;
    background-position: top right -30px;
    background-size: 100%;
    width: 20%;
    height: 5px;
  }
  .bannersection .home-hero-banner .banner-text p.noninfectious:before {
    background: url(../img/left-border-mobile.png) no-repeat;
    background-position: top left -30px;
    left: 0px;
    position: absolute;
    top: 7px;
    margin: 0;
    background-size: 100%;
    width: 20%;
    height: 5px;
  }
  .bannersection .home-hero-banner .banner-bg {
    top: 0px;
  }
  .bannersection .home-banner {
    margin-top: 78px;
  }
  .bannersection .home-banner .banner-bg {
    width: 100%;
  }
  .bannersection .home-banner .banner-text {
    margin-top: 45px;
  }
  .bannersection .home-banner .banner-text h1 {
    color: #6a2a5b;
    font-size: 36px;
    line-height: 1.28;
    font-weight: bold;
    padding-right: 0px;
    position: relative;
    margin-top: 54px;
  }
  .bannersection .home-banner .banner-text h1::after {
    bottom: -16px;
    left: 3px;
  }
  .bannersection .home-banner .banner-text p {
    font-size: 20px;
    line-height: 1.35;
    margin-top: 25px;
    padding-right: 0px;
  }
  .bannersection .home-banner .banner-text2 {
    margin-top: 92px;
  }
  .bannersection .home-banner .banner-text2 h1 {
    font-size: 36px;
    line-height: 1.28;
    position: relative;
  }
  .bannersection .home-banner .banner-text2 h1::after {
    bottom: -15px;
    left: 2px;
  }
  .bannersection .home-banner .banner-text2 p {
    font-size: 20px;
  }
  .bannersection .bg-blue {
    padding: 32px 0;
  }
  .bannersection .bg-blue h2 {
    text-align: left;
    font-size: 28px;
    padding-right: 11px;
  }
  .bannersection .bg-blue h2::after {
    bottom: -23px;
    left: 1%;
  }
  .bannersection .bg-blue h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
  }
  .bannersection .bg-blue p {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
  }

  .largeinjector {
    padding: 50px 0 !important;
  }
  .largeinjector .mobile-img {
    -webkit-box-pack: left !important;
        -ms-flex-pack: left !important;
            justify-content: left !important;
    -webkit-box-flex: inherit;
        -ms-flex: inherit;
            flex: inherit;
  }

  .contentsection .sitemaptitle {
    padding-bottom: 30px !important;
  }
  .contentsection .sitemaptitle h2 {
    text-align: left !important;
    padding-left: 17px;
    padding-top: 50px;
    line-height: 1.19;
  }
  .contentsection .sitemaptitle h2::after {
    margin: 0 0 0 20px;
  }
  .contentsection .sitemapbody {
    padding: 120px 0 80px;
  }
  .contentsection .sitemapbody h2 {
    font-size: 26px;
    line-height: 1.54;
  }
  .contentsection .sitemapbody ul {
    margin-left: 30px;
  }
  .contentsection .sitemapbody .mapsecond ul li a {
    font-size: 18px;
  }
  .contentsection .sitemapbody ul li a {
    font-size: 18px;
    font-weight: 600;
  }
  .contentsection .sitemapbody ul li ul li a {
    font-size: 18px;
  }
  .contentsection .sitemapbody .mapfooterlinks {
    padding-top: 0px;
  }
  .contentsection .bodydarkleft {
    font-size: 18px;
  }
  .contentsection .bg-purple {
    padding: 30px 0 30px 0;
  }
  .contentsection .bg-blue {
    padding: 30px 0 30px 0;
  }
  .contentsection .bg-white {
    padding: 30px 0 30px 0;
  }
  .contentsection .bg-white .card-m {
    margin: 17px 0 17px 0;
  }
  .contentsection .bg-white .box1 h2 {
    font-size: 22.4px;
    font-weight: 700;
    line-height: 1;
  }
  .contentsection .bg-white .box1 h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  .contentsection .bg-white .box1 p {
    font-size: 16px;
  }
  .contentsection .bg-white .box2 h2 {
    font-size: 22.4px;
    font-weight: 700;
    line-height: 1;
  }
  .contentsection .bg-white .box2 h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  .contentsection .bg-white .box2 p {
    font-size: 16px;
  }
  .contentsection .bg-white .box3 h2 {
    font-size: 22.4px;
    font-weight: 700;
    line-height: 1;
  }
  .contentsection .bg-white .box3 h4 {
    font-size: 16px;
    line-height: 1.3;
  }
  .contentsection .bg-white .box3 p {
    font-size: 16px;
  }
  .contentsection .bg-blue-light {
    background-color: #6f6da4;
  }
  .contentsection .bg-pointe {
    padding: 30px 0 30px 0;
  }
  .contentsection .bg-pink {
    padding: 30px 0 30px 0;
  }
  .contentsection .bg-grey {
    padding: 30px 0 30px 0;
  }
  .contentsection .bg-grey.section12 {
    padding: 140px 0 55px;
  }
  .contentsection .bg-grey-form {
    padding-bottom: 0px;
  }
  .contentsection .mktoForm {
    padding: 0;
  }
  .contentsection .mktoForm .mktoButtonRow {
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .contentsection .mktoForm .mktoFieldWrap label {
    font-weight: 500;
  }
  .contentsection .mktoForm .mktoFieldWrap label strong {
    font-size: 16px;
  }
  .contentsection .bg-purple-form p {
    font-size: 18px;
    font-weight: normal;
  }
  .contentsection .bg-purple-form .mktoForm {
    padding: 0;
  }
  .contentsection .bg-purple-form .mktoForm div.mktoHtmlText {
    width: 100% !important;
    font-size: 18px;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFormRow .mktoFormCol:nth-child(2) {
    display: none;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFormRow .mktoFormCol:nth-child(2).mktoFieldDescriptor {
    display: block;
  }
  .contentsection .bg-purple-form .mktoForm.mktoLayoutAbove .mktoLogicalField {
    display: block;
  }
  .contentsection .bg-purple-form .mktoForm .mktoButtonRow {
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .contentsection .bg-purple-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    margin-top: 20px;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap label {
    font-weight: 500;
    font-size: 16px;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap label strong {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 500;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap em {
    padding: 0px !important;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap em strong {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 500;
    padding: 0px !important;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap sup {
    padding: 0px !important;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap span {
    font-size: 18px;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap span b {
    font-weight: 600;
    padding: 0px !important;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap span b a {
    text-decoration: underline;
    padding: 0px !important;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFieldWrap span b a:hover {
    text-decoration: none;
  }
  .contentsection .bg-purple-form .mktoForm .mktoFormRow .mktoFormCol.mktoFieldDescriptor {
    display: block;
  }
  .contentsection .bg-grey-form p {
    font-size: 18px;
    font-weight: normal;
  }
  .contentsection .bg-grey-form .mktoForm {
    padding: 0;
  }
  .contentsection .bg-grey-form .mktoForm div.mktoHtmlText {
    width: 100% !important;
    font-size: 18px;
  }
  .contentsection .bg-grey-form .mktoForm div.mktoHtmlText strong {
    padding: 0 !important;
  }
  .contentsection .bg-grey-form .mktoForm div.mktoHtmlText strong a {
    padding: 0 !important;
  }
  .contentsection .bg-grey-form .mktoForm div.mktoHtmlText em {
    padding: 0px !important;
  }
  .contentsection .bg-grey-form .mktoForm div.mktoHtmlText sup {
    padding: 0px !important;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFormRow .mktoFormCol:nth-child(2) {
    display: none;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFormRow .mktoFormCol:nth-child(2).mktoFieldDescriptor {
    display: block;
  }
  .contentsection .bg-grey-form .mktoForm.mktoLayoutAbove .mktoLogicalField {
    display: block;
  }
  .contentsection .bg-grey-form .mktoForm .mktoButtonRow {
    margin-bottom: 24px;
    margin-top: 0px;
  }
  .contentsection .bg-grey-form .mktoForm .mktoButtonRow .mktoButtonWrap.mktoSimple .mktoButton {
    margin-top: 20px;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap label {
    font-weight: 500;
    font-size: 16px;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap label strong {
    font-size: 16px;
    padding-left: 0px;
    font-weight: 500;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap em {
    padding: 0px !important;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap sup {
    padding: 0px !important;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap span {
    font-size: 18px;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap span b {
    font-weight: 600;
    padding: 0px !important;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap span b a {
    text-decoration: underline;
    padding: 0px !important;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFieldWrap span b a:hover {
    text-decoration: none;
  }
  .contentsection .bg-grey-form .mktoForm .mktoFormRow .mktoFormCol.mktoFieldDescriptor {
    display: block;
  }
  .contentsection .section1 {
    max-width: 100%;
  }
  .contentsection .section1 .bg-two img {
    width: auto;
    height: auto;
  }
  .contentsection .section1 .box-card1 {
    padding: 24px 41px;
    text-align: center;
  }
  .contentsection .section1 .box-card1 .img-chart {
    position: relative;
    top: 0;
  }
  .contentsection .section1 .box-card {
    padding: 30px 0px 37px 20px;
  }
  .contentsection .section1 h4 {
    font-size: 18px;
    line-height: 1.44;
  }
  .contentsection .section1 h3 {
    font-size: 24px;
    line-height: 1.33;
    padding-right: 11px;
    width: 100%;
    font-weight: bold;
  }
  .contentsection .section1 p {
    font-size: 18px;
    line-height: 1.33;
    padding: 16px 23px 0px 0px;
    width: 100%;
  }
  .contentsection .section1 p:last-child {
    padding: 0 30px 0px 0;
    width: 100%;
  }
  .contentsection .section2 {
    text-align: left;
  }
  .contentsection .section2 .img-chart-two {
    margin-top: 0px;
    padding: 30px;
  }
  .contentsection .section2 .modal-dialog {
    margin: 0 auto;
  }
  .contentsection .section2 .modal-dialog .modal-content {
    height: 100vh;
  }
  .contentsection .section2 .modal-dialog .modal-content .modal-body {
    z-index: 1;
    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;
    overflow: scroll;
  }
  .contentsection .section2 .modal-dialog .modal-content button {
    float: inherit;
    opacity: 1;
    z-index: 9999;
  }
  .contentsection .section2 .modal-dialog .modal-content button span {
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 35px;
    display: block;
    width: 35px;
    z-index: 9999;
    line-height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
  }
  .contentsection .section2 h3 {
    font-size: 24px;
    font-weight: bold;
    margin: 30px 0px;
    line-height: 1.33;
    text-align: left;
    padding: 0px 0px;
  }
  .contentsection .section2 h4 {
    margin-top: 30px;
  }
  .contentsection .section2 .btn {
    width: 50vw;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .contentsection .section2 p {
    font-size: 24px;
  }
  .contentsection .section3 {
    padding: 30px 0 30px 0;
    text-align: left;
  }
  .contentsection .section3 h3 {
    margin: 0;
    font-size: 24px;
    margin: 0 0 16px;
    line-height: 1.33;
  }
  .contentsection .section3 p {
    font-size: 18px;
  }
  .contentsection .section3 .btn {
    width: 50vw;
    margin-bottom: 30px;
  }
  .contentsection .section4 {
    text-align: left;
  }
  .contentsection .section4 h5 {
    margin: 30px 0 30px 0;
    padding: 0 1px 0 0;
  }
  .contentsection .section4 .btn {
    width: 50vw;
    margin-bottom: 30px;
    margin-left: 17px;
  }
  .contentsection .section5 {
    text-align: left;
    margin-top: 0px;
    padding-bottom: 0px;
  }
  .contentsection .section5 .card {
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 5px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
    background-color: #e4e4e5;
    margin-bottom: 20px;
  }
  .contentsection .section5 .card:nth-last-child(1) {
    background-color: #f6f6f6;
    padding: 0px 0 8px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .section5 .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 20px 25px;
  }
  .contentsection .section5 .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .section5 .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 19px;
    right: 15px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section5 .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 19px;
    right: 15px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section5 .card .card-body {
    background-color: #fff;
  }
  .contentsection .section5 .card .card-body .chart-text img {
    width: 100%;
  }
  .contentsection .section5 .zero-sec h4 {
    padding: 21px 8px;
    max-width: 100%;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 30px;
  }
  .contentsection .section5 .zero-sec p {
    margin: 0;
    max-width: 92%;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 24px;
    text-align: left;
    padding: 29px 0;
  }
  .contentsection .section5 .modal-dialog {
    margin: 0 auto;
  }
  .contentsection .section5 .modal-dialog .modal-content {
    height: 100vh;
    overflow: scroll;
  }
  .contentsection .section5 .modal-dialog .modal-content .modal-body {
    z-index: 1;
    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;
  }
  .contentsection .section5 .modal-dialog .modal-content button {
    float: inherit;
    opacity: 1;
    z-index: 9999;
  }
  .contentsection .section5 .modal-dialog .modal-content button span {
    background-color: #daaa00;
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 35px;
    display: block;
    width: 35px;
    z-index: 9999;
    line-height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
  }
  .contentsection .section5 h5 {
    margin: 30px 0px 11px 0px;
    line-height: 1.44;
    font-size: 18px;
  }
  .contentsection .section5 h3 {
    padding: 0 29px 26px 0px;
    font-size: 24px;
    line-height: 1.33;
  }
  .contentsection .section5 .btn {
    width: 50vw;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .contentsection .section6 .bg-two img {
    width: auto;
    height: auto;
  }
  .contentsection .section6 .box-card {
    padding: 30px 18px 27px 18px;
  }
  .contentsection .section6 .box-card h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.21;
    padding: 0px 27px 0px 0;
    position: relative;
  }
  .contentsection .section6 .box-card h2::after {
    content: "";
    left: 2px;
    position: absolute;
    height: 2px;
    width: 76px;
    border-bottom: 2px solid #daaa00;
    bottom: -15px;
  }
  .contentsection .section6 .box-card h2::before {
    display: none;
  }
  .contentsection .section6 .box-card p {
    padding: 15px 49px 0 0;
    font-size: 18px;
    width: 100%;
  }
  .contentsection .section6 .box-card p::before {
    display: none;
  }
  .contentsection .section6 .box-card1 {
    padding: 30px 40px 16px 40px;
  }
  .contentsection .section6 .box-card1 .img-chart {
    top: 0;
    position: relative;
  }
  .contentsection .section7 {
    padding: 0 22px;
    text-align: left;
  }
  .contentsection .section7 h3 {
    margin: 0;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
  }
  .contentsection .section7 p {
    padding: 0;
    font-size: 18px;
    line-height: 1.33;
    margin-top: 16px;
  }
  .contentsection .section7 .card {
    border-radius: 0;
  }
  .contentsection .section7 .card:nth-last-child(1) {
    background-color: #f6f6f6;
    padding: 0px 0 8px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .section7 .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 12px 10px;
    background-color: #e4e4e5;
  }
  .contentsection .section7 .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .section7 .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section7 .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    right: 18px;
    top: 11px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section7 .card .card-body {
    padding: 0;
  }
  .contentsection .section7 .card .card-body .d-block {
    padding: 0;
  }
  .contentsection .section7 .card .card-body .img-chart-five {
    width: 100%;
  }
  .contentsection .section8 {
    text-align: left;
    background-color: #6f6da4;
    padding: 0 30 0 30px;
  }
  .contentsection .section8 p {
    padding: 0;
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.44;
  }
  .contentsection .section8 h2 {
    text-align: left;
    margin: 0;
  }
  .contentsection .section8 h2::after {
    left: 4px;
  }
  .contentsection .section8 #accordion, .contentsection .section8 #accordion1 {
    margin-top: 40px;
  }
  .contentsection .section8 .card {
    border: none;
    border-radius: 0;
    margin-bottom: 1px;
  }
  .contentsection .section8 .card:nth-last-child(1) {
    background-color: #f6f6f6;
    padding: 0px 0 8px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .section8 .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 12px 20px;
    background-color: #565389;
  }
  .contentsection .section8 .card .card-header a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .section8 .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section8 .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    right: 18px;
    top: 11px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section8 .card .card-body {
    background-color: #807dae;
  }
  .contentsection .section8 .card .card-body p {
    margin-bottom: 10px;
  }
  .contentsection .section8 .d-block {
    padding: 0;
  }
  .contentsection .section9 .vid-box {
    margin-top: 20px;
    padding: 0px;
    min-height: 0px;
  }
  .contentsection .section9 .vid-box-text h2 {
    margin: 4px 4px 29px 0px;
    font-size: 32px;
    font-weight: 600;
  }
  .contentsection .section9 .vid-box-text::after {
    bottom: 9px;
    left: 19px;
  }
  .contentsection .section10 {
    text-align: left;
  }
  .contentsection .section10 h2 {
    margin: 0px 7px 30px 0px;
    font-size: 28px;
    line-height: 1.21;
  }
  .contentsection .section10 h2::after {
    left: 3px;
  }
  .contentsection .section10 p {
    padding: 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.33;
  }
  .contentsection .section10 h4 {
    color: #ffffff;
  }
  .contentsection .section11 {
    padding: 30px 0;
    text-align: left;
  }
  .contentsection .section11 h2 {
    font-size: 28px;
  }
  .contentsection .section11 h2::after {
    left: 4px;
  }
  .contentsection .section12 {
    text-align: left;
    margin-top: 0px;
    padding-bottom: 45px;
  }
  .contentsection .section12.orderxipere {
    padding: 30px 0 45px 0;
  }
  .contentsection .section12.orderxipere h2 {
    font-size: 28px;
    line-height: 1.21;
    padding: 0px;
    margin-top: 0px;
  }
  .contentsection .section12.orderxipere h2::after {
    left: 4px;
  }
  .contentsection .section12 h2 {
    margin: 0px auto;
    line-height: 1.21;
    font-size: 32px;
    padding: 0px 27px 0 0;
    margin-top: -30px;
  }
  .contentsection .section12 h2::after {
    left: 0px;
    margin: 0px;
  }
  .contentsection .section13 {
    padding: 30px 0px 30px 0px;
  }
  .contentsection .section13 h1 {
    font-size: 28px;
    font-weight: 600;
    text-align: left;
  }
  .contentsection .section13 h1::after {
    bottom: -11px;
    left: 18px;
  }
  .contentsection .section13 p {
    padding: 0px 0px 0px 0;
    font-size: 18px;
    line-height: 1.33;
    margin: 18px 0px 24px 0;
  }
  .contentsection .section13 p:nth-last-child(2) {
    margin-top: -10px;
  }
  .contentsection .section13 .logo-focus {
    max-width: 100px;
  }
  .contentsection .section13 .logo-focus::after {
    top: 57px;
    left: 18px;
  }
  .contentsection .section13 .focus-contact {
    margin-top: 24px;
    padding: 1px 0 25px 10px;
    line-height: 1.21;
    background-size: 100% 5px;
  }
  .contentsection .section13 .focus-contact h2 {
    line-height: 1.5;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contentsection .section13 .focus-contact p {
    font-size: 18px;
    line-height: 1.33;
  }
  .contentsection .section14.bg-purple-light {
    padding: 30px 0;
  }
  .contentsection .section14 .card {
    border: none;
  }
  .contentsection .section14 .card:last-child {
    background-color: #f6f6f6;
    padding: 0px 0 4px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
    border-radius: 0;
  }
  .contentsection .section14 .card .card-header {
    background-color: #59224c;
    border-radius: 0;
    text-align: left;
  }
  .contentsection .section14 .card .card-header a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .section14 .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section14 .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    right: 18px;
    top: 11px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section14 .card .inner-box {
    margin: 0 0 0;
    padding: 16px 33px 16px 16px;
    display: block;
  }
  .contentsection .section14 .card .inner-box ul {
    width: 100%;
  }
  .contentsection .section14 .card .inner-box ul li {
    font-size: 18px;
    padding: 0px 0px;
  }
  .contentsection .section14 .card .inner-box .accredo {
    margin-top: 15px;
  }
  .contentsection .section14 .card .inner-box .accredo .small-text {
    width: 100%;
    line-height: normal;
    font-size: 12px;
    color: #ffffff;
    text-align: left;
    margin-top: 24px;
  }
  .contentsection .section14 .card .card-body {
    padding: 0px;
  }
  .contentsection .section15 h2 {
    font-size: 28px;
    line-height: 1.21;
    padding-right: 0px;
  }
  .contentsection .section15 p {
    margin: 24px 0 0;
    padding: 0;
    line-height: 1.36;
  }
  .contentsection .section15 p.textsmall {
    font-size: 20px;
    line-height: 1.3;
  }
  .contentsection .section15 .card {
    margin: 14px 0px 4px 0;
  }
  .contentsection .section15 .card:last-child {
    background-color: transparent;
    padding: 0px 0 8px 0px;
    background-image: none;
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .section15 .card .card-body {
    padding-bottom: 9px;
    padding-top: 0;
    width: 100%;
  }
  .contentsection .section15 .card .card-body ul {
    margin: 0;
  }
  .contentsection .section15 .card .card-body ul li {
    padding: 13px 20px 13px 0;
  }
  .contentsection .section15 .card .card-body ul li a {
    font-size: 16px;
    line-height: 1.44;
  }
  .contentsection .section15 .card .card-body ul li a::after {
    background-size: 20px 20px;
    right: -42px;
  }
  .contentsection .section16 h2 {
    margin: 0;
  }
  .contentsection .section16 .card {
    border: none;
  }
  .contentsection .section16 .card:last-child {
    background-color: #f6f6f6;
    padding: 0px 0 8px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .section16 .card h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.33;
    margin-top: 20px;
  }
  .contentsection .section16 .card .card-header {
    background-color: #e4e4e5;
    border-radius: 0;
    text-align: left;
  }
  .contentsection .section16 .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .section16 .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section16 .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus-cross.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 28px;
    width: 28px;
    background-position: top center;
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section16 .card .inner-box {
    margin: 0 0 0;
    padding: 16px 33px 16px 16px;
  }
  .contentsection .section16 .card .inner-box ul li {
    font-size: 18px;
    padding: 10px 0px;
  }
  .contentsection .section16 p {
    font-size: 18px;
    padding-right: 0;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .contentsection .section16 .small-text {
    padding: 0;
    margin-bottom: 25px;
    margin-top: 20px;
  }
  .contentsection .section16 .focus-contact {
    padding: 14px 0 22.5px 10px;
    background-color: #f6f6f6;
  }
  .contentsection .section16 .focus-contact:last-child {
    margin-bottom: 20px;
  }
  .contentsection .section16 .accredo ul li {
    list-style: disc;
  }
  .contentsection .section16 .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contentsection .section16 .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contentsection .section18 h2 {
    font-size: 28px;
    text-align: left;
    margin: 0;
    line-height: 1.21;
  }
  .contentsection .section18 h2::after {
    left: 4px;
  }
  .contentsection .section19 {
    padding: 0px 0px 0px 0px;
  }
  .contentsection .section19 .card {
    padding: 0px 10px 0px 10px;
  }
  .contentsection .section19 .card .card-header {
    padding: 16px 0 13px 0;
  }
  .contentsection .section19 .card .card-header a {
    line-height: 1.2;
    font-size: 20px;
    font-weight: bold;
    padding-right: 61px;
  }
  .contentsection .section19 .card .card-header a::before {
    height: 24px !important;
    width: 24px !important;
    right: 10px;
    top: 5px;
  }
  .contentsection .section19 .card .card-header a.collapsed::before {
    height: 24px !important;
    width: 24px !important;
    right: 10px;
    top: 5px;
  }
  .contentsection .section19 .card-body {
    padding: 10px;
    margin-right: 12px;
  }
  .contentsection .section19 .card-body p {
    padding: 0;
    font-size: 16px;
    line-height: 1.25;
  }
  .contentsection .section19 .card-body ul li {
    font-size: 16px;
  }
  .contentsection .section19 .card-body ul li a {
    font-weight: 600;
  }
  .contentsection .section01 {
    max-width: 100%;
  }
  .contentsection .section01 .modal-dialog {
    margin: 0 0;
  }
  .contentsection .section01 .modal-dialog .modal-content .modal-body {
    z-index: 1;
  }
  .contentsection .section01 .modal-dialog .modal-content button span {
    background-color: #daaa00;
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 35px;
    display: block;
    width: 35px;
    z-index: 9999;
    line-height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
  }
  .contentsection .section01 .box-card {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin: 0 auto;
    padding: 30px 15px;
  }
  .contentsection .section01 .box-card p {
    width: auto;
  }
  .contentsection .section01 .box-card ul {
    padding: 10px 0px 0 1px;
  }
  .contentsection .section01 .box-card .box-text {
    margin-right: 0;
    padding: 16px 10px;
    font-size: 18px;
  }
  .contentsection .section01 .box-card .box-text ul li {
    font-size: 10px;
  }
  .contentsection .section01 .box-card .box-small-text li {
    font-size: 10px;
    margin: 5px 0px 0 4px;
  }
  .contentsection .section01 .box-card1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    padding: 30px;
  }
  .contentsection .section01 .box-card1 h1 {
    font-size: 49.6px;
    background-size: 59% ​4px;
  }
  .contentsection .section01 .box-card1 h2 {
    font-size: 20.8px;
    line-height: 1.23;
  }
  .contentsection .section01 .btn {
    width: 66vw;
    margin-bottom: 30px;
    margin-left: 20px;
  }
  .contentsection .section05 {
    text-align: left;
    padding: 30px 0 0;
  }
  .contentsection .section05 h5 {
    text-align: left;
    margin: 0;
    font-size: 24px;
    margin-right: 17px;
    line-height: 1.33;
    font-weight: normal;
  }
  .contentsection .section05 .modal-dialog {
    margin: 0 auto;
  }
  .contentsection .section05 .modal-dialog .modal-content {
    height: 100vh;
  }
  .contentsection .section05 .modal-dialog .modal-content .modal-body {
    z-index: 1;
    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;
    overflow: scroll;
  }
  .contentsection .section05 .modal-dialog .modal-content button {
    float: inherit;
    opacity: 1;
    z-index: 9999;
  }
  .contentsection .section05 .modal-dialog .modal-content button span {
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 35px;
    display: block;
    width: 35px;
    z-index: 9999;
    line-height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
  }
  .contentsection .section05 .btn {
    width: 50vw;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 25px;
  }
  .contentsection .section06 {
    padding: 30px 0px;
  }
  .contentsection .section06 h3 {
    max-width: 100%;
    font-size: 18px;
    padding: 20px 30px;
  }
  .contentsection .section06 h5 {
    margin: 0 30px;
  }
  .contentsection .section06 .card {
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
  }
  .contentsection .section06 .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 21px 18px;
    background-color: none !important;
    margin: 0;
  }
  .contentsection .section06 .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .section06 .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 19px;
    right: 15px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section06 .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 19px;
    right: 15px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section06 .zero-sec h4 {
    padding: 21px 8px;
    max-width: 85%;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 30px;
  }
  .contentsection .section06 .zero-sec p {
    margin: 0;
    max-width: 82%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fed141), to(#9f5cc0));
    background-image: linear-gradient(to right, #fed141 0%, #9f5cc0 100%);
    background-position: bottom center;
    background-size: 100% 8px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 24px;
    text-align: left;
    padding: 29px;
  }
  .contentsection .section08 {
    padding: 30px 15px;
  }
  .contentsection .section08 h5 {
    text-align: left;
    padding: 0;
    margin: 0;
    font-size: 18px;
    margin-bottom: 20px;
  }
  .contentsection .section08 h4 {
    margin-top: 0;
    text-align: left;
    font-size: 18px;
    margin-top: 17px;
  }
  .contentsection .section08 p {
    text-align: left;
    font-size: 16px;
    margin: 0;
  }
  .contentsection .section08 .card {
    border-radius: 0;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
    width: 100%;
    margin: 0 auto;
  }
  .contentsection .section08 .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 11px 18px;
    background: #e4e4e5 !important;
    margin: 0 auto 10px;
    width: 100%;
  }
  .contentsection .section08 .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .section08 .card .card-header a.collapsed:after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 19px;
    right: 15px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section08 .card .card-header a:after {
    content: "";
    background-image: url(../img/icon-circlebtn-minus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 19px;
    right: 15px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .section08 .zero-sec h4 {
    padding: 21px 8px;
    max-width: 85%;
    font-size: 18px;
    line-height: 1.33;
    margin-bottom: 30px;
  }
  .contentsection .section08 .zero-sec p {
    margin: 0;
    max-width: 92%;
    background-image: -webkit-gradient(linear, left top, right top, from(#fed141), to(#9f5cc0));
    background-image: linear-gradient(to right, #fed141 0%, #9f5cc0 100%);
    background-position: bottom center;
    background-size: 100% 8px;
    background-repeat: no-repeat;
    text-align: center;
    margin: 0 auto;
    font-weight: 500;
    margin-top: 24px;
    text-align: left;
    padding: 29px;
  }
  .contentsection .section08 .box-small-text {
    padding-left: 13px;
  }
  .contentsection .section08 .box-small-text ul li {
    font-size: 10px;
  }
  .contentsection .section051 {
    padding: 30px 0 0;
    text-align: left;
  }
  .contentsection .section051 .modal-dialog {
    margin: 0 auto;
  }
  .contentsection .section051 .modal-dialog .modal-content {
    height: 100vh;
    padding: 30px;
  }
  .contentsection .section051 .modal-dialog .modal-content .modal-body {
    z-index: 1;
    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;
    overflow: scroll;
  }
  .contentsection .section051 .modal-dialog .modal-content button {
    float: inherit;
    opacity: 1;
    z-index: 9999;
  }
  .contentsection .section051 .modal-dialog .modal-content button span {
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 35px;
    display: block;
    width: 35px;
    z-index: 9999;
    line-height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
  }
  .contentsection .section051 h5 {
    font-size: 24px;
    line-height: 1.33;
    font-style: normal;
  }
  .contentsection .section051 .btn {
    width: 50vw;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .contentsection .section07 {
    padding: 30px 0 0;
    text-align: left;
  }
  .contentsection .section07 .modal-dialog {
    margin: 0 auto;
  }
  .contentsection .section07 .modal-dialog .modal-content {
    height: 100vh;
  }
  .contentsection .section07 .modal-dialog .modal-content .modal-body {
    z-index: 1;
    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;
    overflow: scroll;
  }
  .contentsection .section07 .modal-dialog .modal-content button {
    float: inherit;
    opacity: 1;
    z-index: 9999;
  }
  .contentsection .section07 .modal-dialog .modal-content button span {
    position: absolute;
    bottom: 22px;
    right: 8px;
    height: 35px;
    display: block;
    width: 35px;
    z-index: 9999;
    line-height: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
  }
  .contentsection .section07 h5 {
    font-size: 24px;
    line-height: 1.33;
    margin: 0;
    padding-right: 25px;
  }
  .contentsection .section07 h5 strong {
    font-size: 18px;
    line-height: 1.44;
    margin-top: 8px;
  }
  .contentsection .section07 .btn {
    width: 50vw;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 25px;
  }
  .contentsection .ipo {
    text-align: left;
    padding: 30px 0;
  }
  .contentsection .ipo h5 {
    line-height: 1.44;
    font-size: 18px;
  }
  .contentsection .ipo h3 {
    font-size: 24px;
  }
  .contentsection .ipo a {
    font-size: 18px;
  }
  .contentsection .terms-section {
    padding-top: 0;
  }
  .contentsection .terms-section .small-text {
    width: 100%;
    padding: 16px 12px 20px 20px;
    margin-bottom: 0;
  }
  .contentsection .contact-us {
    text-align: left;
    padding: 0 15px 0 15px;
    margin-top: 68px;
  }
  .contentsection .contact-us h2 {
    margin: 0;
  }
  .contentsection .contact-us h2::after {
    left: 4px;
  }
  .contentsection .contact-us p {
    text-align: left;
    margin-top: 27px;
    padding-left: 3px;
  }
  .contentsection .section-slider-new {
    padding: 0;
    margin-bottom: 30px;
  }
  .contentsection .section-slider-new h2 {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.21;
    padding-right: 36px;
    text-align: left;
  }
  .contentsection .section-slider-new h2::after {
    bottom: 5px;
    left: 21px;
  }
  .contentsection .section-slider-new .carousel-inner p {
    font-style: italic;
  }
  .contentsection .section-slider-new .carousel-inner h6 {
    margin-top: 36px;
  }
  .contentsection .section-slider-new .carousel-inner .card {
    height: 420px;
  }
  .contentsection .section-slider-new .carousel-inner .card .card-body {
    padding: 15px;
  }
  .contentsection .section-slider-new .carousel-control-next-icon {
    right: 2px !important;
    bottom: -40px;
  }
  .contentsection .section-slider-new .carousel-control-prev-icon {
    left: 4px !important;
    bottom: -40px;
  }
  .contentsection .section-slider-new .carousel-indicators {
    bottom: -52px;
  }
  .contentsection .understanding-peach {
    padding: 30 0 30px 0;
    text-align: left;
  }
  .contentsection .understanding-peach p {
    padding: 0 18px 0px 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.33;
  }
  .contentsection .understanding-peach h2 {
    margin: 0 0 30px;
    line-height: 1.19;
  }
  .contentsection .understanding-peach h2:after {
    left: 3px;
  }
  .contentsection .understanding-peach.bg-winter20 p {
    padding: 0 18px 0px 0;
    text-align: left;
    font-size: 18px;
    line-height: 1.33;
  }
  .contentsection .understanding-peach.bg-winter20 a {
    float: left;
  }
  .contentsection .zero-occurrence {
    text-align: left;
  }
  .contentsection .zero-occurrence p {
    padding: 0;
    text-align: left;
  }
  .contentsection .safety-pink h3 {
    text-align: left;
  }
  .contentsection .safety-pink p {
    padding: 0;
    text-align: left;
  }
  .contentsection .ocular-adverse-event .chart-text h5 {
    padding: 0;
    font-size: 18px;
    text-align: left;
    line-height: 1.33;
    margin-top: 16px;
  }
  .contentsection .ocular-adverse-event .chart-text ul {
    line-height: 1.6;
  }
  .contentsection .ocular-adverse-event .chart-text ul li {
    font-size: 10px;
    text-align: left;
  }
  .contentsection .ocular-adverse-event .card {
    border-radius: 0;
  }
  .contentsection .ocular-adverse-event .card:nth-last-child(1) {
    background-color: #f6f6f6;
    padding: 0px 0 8px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .ocular-adverse-event .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 12px 10px;
    background-color: #e4e4e5;
  }
  .contentsection .ocular-adverse-event .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .ocular-adverse-event .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .ocular-adverse-event .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus-cross.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 28px;
    width: 28px;
    background-position: top center;
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .adverse-event {
    padding: 0;
    padding: 30px 0 30px 0;
    text-align: left;
  }
  .contentsection .adverse-event h5 {
    text-align: left;
    margin: 0;
  }
  .contentsection .adverse-event h2 {
    margin: 0 0;
    font-size: 28px;
  }
  .contentsection .adverse-event h2::after {
    margin: 0;
  }
  .contentsection .adverse-event p {
    text-align: left;
    padding: 0;
    font-size: 18px;
    margin-top: 31px;
  }
  .contentsection .adverse-event .chart-text ul li {
    font-size: 10px;
  }
  .contentsection .adverse-event .card {
    border-radius: 0;
  }
  .contentsection .adverse-event .card:nth-last-child(1) {
    background-color: #f6f6f6;
    padding: 0px 0 8px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .adverse-event .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 12px 10px;
    background-color: #e4e4e5;
  }
  .contentsection .adverse-event .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .adverse-event .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .adverse-event .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus-cross.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 28px;
    width: 28px;
    background-position: top center;
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .adverse-event h4 {
    margin-top: 27px;
    font-size: 18px;
  }
  .contentsection .adverse-event a {
    font-size: 18px;
  }
  .contentsection .safety-pink {
    text-align: left;
  }
  .contentsection .safety-pink h3 {
    font-size: 24px;
    font-weight: bold;
    color: #191919;
  }
  .contentsection .safety-pink p {
    font-size: 18px;
    margin: 16px 0 0px 0;
    line-height: 1.33;
  }
  .contentsection .adverse-event-related .card {
    border-radius: 0;
  }
  .contentsection .adverse-event-related .card:nth-last-child(1) {
    background-color: #f6f6f6;
    padding: 0px 0 8px 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#9f5cc0), to(#fed141));
    background-image: linear-gradient(to right, #9f5cc0 0%, #fed141 100%);
    background-position: bottom center;
    background-size: 100% 10px;
    background-repeat: no-repeat;
  }
  .contentsection .adverse-event-related .card .card-header {
    border: none;
    border-radius: 0;
    text-align: left;
    padding: 12px 82px 12px 10px;
    background-color: #e4e4e5;
  }
  .contentsection .adverse-event-related .card .card-header a {
    color: #191919;
    font-size: 18px;
    font-weight: 600;
    font-style: italic;
    display: block;
  }
  .contentsection .adverse-event-related .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .adverse-event-related .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus-cross.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 28px;
    width: 28px;
    background-position: top center;
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .contentsection .training-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .contentsection .training-main .order-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .contentsection .training-main .order-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .contentsection .training-main .training-text h2 {
    margin: 20px 0 34px 0;
  }
  .contentsection .training-main .training-text p {
    font-size: 18px;
    line-height: 1.33;
  }
  .contentsection .training-main .training-text ul li {
    font-size: 18px;
    line-height: 1.33;
  }
  .contentsection .training-main .vid-box {
    max-width: 165px;
    padding: 0px 0px 0px;
    min-height: 4px;
  }
  .contentsection .errormain {
    padding-top: 100px;
  }
  .contentsection .errormain .py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .contentsection .errormain h2 {
    text-align: left;
  }
  .contentsection .errormain h2::after {
    margin: 0 0;
  }
  .contentsection .errormain p {
    text-align: left;
  }
  .contentsection .errormain .coldistance {
    display: inline-block;
  }
  .contentsection .errormain .coldistance .btn {
    text-transform: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    text-align: left;
    border-radius: 0;
    margin-bottom: 0px;
    background-color: #edeeee;
    padding-left: 25px;
    border-bottom: 1px solid #d9d9d6;
  }
  .contentsection .errormain .coldistance .btn .fa-angle-right {
    position: absolute;
    right: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    padding: 1px 7px;
    right: 33px;
    background-color: #daaa00;
  }

  .popuppeachtree {
    /* width */
    /* Track */
    /* Handle */
    /* Handle on hover */
  }
  .popuppeachtree button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    right: 16px;
    position: absolute;
    top: 12px;
    z-index: 9;
    opacity: 1;
  }
  .popuppeachtree .popuppeachtree-top h4 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.4;
    color: #191919;
  }
  .popuppeachtree .popuppeachtree-top ul {
    margin-bottom: 40px;
  }
  .popuppeachtree .popuppeachtree-top ul li {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 18px;
    line-height: 1.33;
    color: #191919;
    list-style-type: disc;
    margin-bottom: 10px;
  }
  .popuppeachtree .modal-dialog-scrollable .modal-content {
    overflow: inherit;
  }
  .popuppeachtree .modal-dialog-scrollable .modal-content .popupheader {
    background-color: #59224c;
    color: #ffffff;
  }
  .popuppeachtree .modal-dialog-scrollable .modal-content .popupheader p {
    width: 95%;
    margin: 20px auto;
    padding-left: 5px;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.33;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  .popuppeachtree .modal-header {
    margin: 0 0 0 0;
    padding: 0.3rem 8rem;
    border-bottom: none;
    margin: 0px 0 0 0px;
    padding: 0px;
  }
  .popuppeachtree .modal-header ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    margin: 0;
  }
  .popuppeachtree .modal-header ul li {
    margin: 0 0;
    width: 100%;
    border-bottom: 0.5px solid #a7a8a9;
  }
  .popuppeachtree .modal-header ul li:nth-child(2) .active {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px;
  }
  .popuppeachtree .modal-header ul li:nth-child(2) .active:before {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    width: 100%;
    border-radius: 0;
  }
  .popuppeachtree .modal-header ul li:nth-child(3) {
    border-bottom: none;
  }
  .popuppeachtree .modal-header ul li:nth-child(3) .active {
    font-size: 16px;
    font-weight: 600;
    padding: 15px 0px;
  }
  .popuppeachtree .modal-header ul li:nth-child(3) .active:before {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    width: 100%;
    border-radius: 0;
  }
  .popuppeachtree .modal-header ul li a {
    border-radius: 0;
    padding: 15px 0px;
    -webkit-clip-path: none !important;
            clip-path: none !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 16px;
    font-weight: 600;
    background-color: #f6f6f6;
  }
  .popuppeachtree .modal-header ul li a:before {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    width: 100%;
    border-radius: 0;
  }
  .popuppeachtree .modal-header ul li a sup {
    font-size: 12px !important;
    text-decoration: none !important;
    line-height: 1;
    top: 0 !important;
    font-style: normal;
    margin-left: 2px;
  }
  .popuppeachtree .modal-header ul li .active {
    -webkit-clip-path: none !important;
            clip-path: none !important;
    padding: 15px 0px;
    text-decoration: underline;
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
  }
  .popuppeachtree .modal-header ul li .active:before {
    -webkit-transform: skew(0deg);
            transform: skew(0deg);
    width: 100%;
    border-radius: 0;
  }
  .popuppeachtree .modal-body {
    margin: 0px;
    padding: 0;
  }
  .popuppeachtree .modal-body .tab-content {
    padding-top: 23px;
    padding: 0px;
  }
  .popuppeachtree .modal-body .tab-content img {
    padding: 10px;
    margin-top: 20px;
  }
  .popuppeachtree .modal-body .modal-content {
    border: none;
  }
  .popuppeachtree .modal-body .card {
    border: none;
  }
  .popuppeachtree .modal-body .card .collapse {
    overflow: scroll;
  }
  .popuppeachtree .modal-body .card .card-header {
    background-color: #59224c;
  }
  .popuppeachtree .modal-body .card .card-header a {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.33;
  }
  .popuppeachtree .modal-body .card .card-header a.collapsed::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 26px;
    width: 26px;
    background-position: top center;
    position: absolute;
    top: 11px;
    right: 18px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .popuppeachtree .modal-body .card .card-header a::after {
    content: "";
    background-image: url(../img/icon-circlebtn-plus-cross.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    height: 28px;
    width: 28px;
    background-position: top center;
    position: absolute;
    right: 16px;
    top: 10px;
    background-color: #daaa00;
    border-radius: 50%;
  }
  .popuppeachtree .popuppeachtreebg {
    background-color: #f6f6f6;
  }
  .popuppeachtree .popuppeachtreebg h2 {
    font-family: "Barlow Semi Condensed", sans-serif;
    font-size: 32px;
    font-weight: 600;
    font-stretch: semi-condensed;
    line-height: 1.25;
    color: #6a2a5b;
    position: relative;
    margin-bottom: 40px;
  }
  .popuppeachtree .popuppeachtreebg h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 76px;
    border-bottom: 2px solid #daaa00;
    bottom: -15px;
    left: 5px;
  }
  .popuppeachtree .popuppeachtreebg h4 {
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 1.5;
  }
  .popuppeachtree .popuppeachtree-mid {
    background-color: #eae9f0;
    padding: 20px 8px;
    background-image: url(../img/popup-border.png);
    background-repeat: no-repeat;
    background-position: center bottom;
  }
  .popuppeachtree .popuppeachtree-mid p {
    margin-top: 0rem;
    font-size: 20px;
    line-height: 1.21;
    text-align: center;
    text-align: left;
  }
  .popuppeachtree .popuppeachtree-bottom {
    padding: 15px;
  }
  .popuppeachtree .popuppeachtree-bottom h4 {
    color: #615e9b;
    font-size: 18px;
    line-height: 1;
    font-weight: bold;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  .popuppeachtree .popuppeachtree-bottom ol li {
    font-size: 14px;
    line-height: 1.43;
    font-weight: 400;
    color: #191919;
    padding-left: 10px;
    margin-left: 5px;
  }
  .popuppeachtree ::-webkit-scrollbar {
    width: 15px;
  }
  .popuppeachtree ::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 5px grey;
            box-shadow: inset 0 0 5px grey;
    border-radius: 0px;
  }
  .popuppeachtree ::-webkit-scrollbar-thumb {
    background: #daaa00;
    border-radius: 0px;
  }
  .popuppeachtree ::-webkit-scrollbar-thumb:hover {
    background: #daaa00;
  }

  .inner-hero-banner p {
    top: 107px;
    width: 124px;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    text-align: left;
    left: 0;
  }
  .inner-hero-banner p br {
    display: none;
  }

  .inner-sec-1 {
    padding: 25px 0 40px;
  }
  .inner-sec-1 h3 {
    font-size: 18px;
    line-height: 22px;
  }
  .inner-sec-1 p {
    padding-top: 35px;
  }
  .inner-sec-1 p .nutrition-facts {
    width: 70%;
    background: #6A2A5B;
    padding: 20px 20px 45px 20px;
  }
  .inner-sec-1 p .nutrition-facts span {
    bottom: 12px;
    font-size: 14px;
    line-height: 24px;
  }
  .inner-sec-1 p .whatToKnow-text {
    font-size: 18px;
    line-height: 22px;
    padding: 20px 30px;
  }
  .inner-sec-1 h4 {
    padding-top: 35px;
    font-size: 20px;
    line-height: 30px;
  }

  .inner-sec-2 .absolute-container {
    padding-top: 30px;
  }
  .inner-sec-2 .absolute-container .quote-img {
    width: 626px;
  }
  .inner-sec-2 .absolute-container .quote-inner h3 {
    font-size: 30px;
    line-height: 40px;
    top: 44px;
    left: 50px;
  }

  .inner-sec-3 {
    padding: 30px 0px 30px 0px;
  }
  .inner-sec-3 h3 {
    font-size: 18px;
    line-height: 20px;
    font-weight: 600;
    text-align: left;
  }
  .inner-sec-3 h3 br {
    display: none;
  }

  .inner-sec-4 {
    padding: 30px 0px 0px 0px;
  }
  .inner-sec-4 .arrow-up {
    top: -46px;
    max-width: none;
    width: 50px;
  }
  .inner-sec-4 h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 80px;
  }
  .inner-sec-4 h3 br {
    display: none;
  }
  .inner-sec-4 .why-xipere {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    bottom: 0;
  }
  .inner-sec-4 .btn {
    width: 100%;
    font-size: 22px;
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    padding: 0px;
  }
  .inner-sec-4 .btn span {
    position: relative;
    width: 11px;
    margin-left: 8px;
    right: inherit;
  }
  .inner-sec-4 .btn span img {
    width: 12px;
  }

  .why-xipere-banner {
    padding-top: 100px;
  }
  .why-xipere-banner .absolute-container h2 {
    font-size: 22px;
    line-height: 30px;
    text-align: left;
    margin-bottom: 20px;
  }

  .why-xipere-inner-sec1 {
    padding: 30px 0 0;
  }
  .why-xipere-inner-sec1 p {
    font-size: 18px;
    padding: 20px;
  }

  .ba-slider-wrap {
    width: 90%;
  }
  .ba-slider-wrap .before-after-slider {
    width: 100%;
    height: 400px;
  }
  .ba-slider-wrap .before-after-title {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0;
  }

  .why-xipere-inner-sec2 {
    padding-top: 20px;
    padding-bottom: 0;
  }
  .why-xipere-inner-sec2 .col-lg-4 {
    display: none;
  }
  .why-xipere-inner-sec2 .col-lg-8 {
    max-width: 100%;
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    padding: 0 20px;
  }
  .why-xipere-inner-sec2 .col-lg-8 h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }
  .why-xipere-inner-sec2 .col-lg-8 p {
    font-size: 14px;
    line-height: 16px;
  }
  .why-xipere-inner-sec2 .content-row2 h5 {
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 5px;
  }
  .why-xipere-inner-sec2 .content-row2 .footnote {
    position: relative;
    margin-bottom: 0;
    font-size: 12px;
    margin-bottom: 50px;
  }
  .why-xipere-inner-sec2 .content-row2 p {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    margin-bottom: 0px;
  }
  .why-xipere-inner-sec2 .btn {
    -webkit-transform: none;
            transform: none;
    width: 100%;
    font-size: 22px;
    border-radius: 0;
    width: 100%;
    padding: 0px 12px;
  }
  .why-xipere-inner-sec2 .btn span {
    position: relative;
    width: 11px;
    margin-left: 8px;
    right: inherit;
  }
  .why-xipere-inner-sec2 .btn span img {
    width: 12px;
  }

  .prepareSectionOne {
    padding-top: 100px;
    background: url(/siteassets/patient/img/img-2880x1141-xipere-gradient-mobile.png) no-repeat left top;
  }
  .prepareSectionOne h2 {
    font-size: 22px;
    line-height: 24px;
    text-align: left;
  }

  .prepareMiddleSection .container {
    padding-top: 30px;
    padding-bottom: 10px;
    margin-bottom: 0;
  }
  .prepareMiddleSection .imgThumb {
    right: 0;
    top: -136px;
    position: absolute;
    width: 183px;
  }
  .prepareMiddleSection .contentWrap {
    margin-bottom: 5px;
  }
  .prepareMiddleSection .contentWrap .imgWrap {
    margin-right: 20px;
    width: 80px;
    float: left;
  }
  .prepareMiddleSection .contentWrap p {
    font-size: 18px;
    line-height: 22px;
    width: 65%;
  }
  .prepareMiddleSection h2 {
    font-size: 18px;
    margin-top: 10px;
    line-height: 22px;
  }

  .brownBgNew {
    background: none;
    padding: 0;
    margin-bottom: 40px;
  }
  .brownBgNew .container:before {
    display: none;
  }
  .brownBgNew .btn {
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    font-size: 22px;
    left: 0;
    width: 100%;
    bottom: 0;
    padding: 0px;
  }
  .brownBgNew .btn span {
    position: relative;
    width: 11px;
    margin-left: 8px;
    right: inherit;
  }
  .brownBgNew .btn span img {
    width: 12px;
  }

  .brownBg.ctaAfterTreat {
    padding: 0;
    margin-bottom: 0px;
  }

  .treatmentSectionOne {
    padding: 100px 0 60px;
  }
  .treatmentSectionOne h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 40px;
    padding: 0;
  }
  .treatmentSectionOne .imgWrap {
    width: 300px;
    margin-bottom: 40px;
  }
  .treatmentSectionOne p {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 16px;
  }
  .treatmentSectionOne h4 {
    font-size: 18px;
    line-height: 22px;
  }
  .treatmentSectionOne h4 br {
    display: none;
  }
  .treatmentSectionOne .quote-right {
    bottom: -18px;
  }

  .brownBg {
    padding: 30px 0;
  }
  .brownBg .container:before {
    left: inherit;
    right: 10%;
    width: 71px;
    height: 27px;
    background-size: 100%;
    top: -57px;
  }
  .brownBg h3 {
    font-size: 18px;
    line-height: 20px;
  }
  .brownBg p {
    font-size: 12px;
    line-height: 16px;
  }

  .gradientQuote .container {
    padding-top: 45px;
    padding-bottom: 0;
  }
  .gradientQuote .strokeBg {
    width: 377px;
    height: 557px;
    background-size: 100%;
    margin: 0;
    padding: 0;
    background-image: url(/siteassets/patient/img/img-462x422-stroke.png);
    background-repeat: no-repeat;
    padding: 20px;
    margin: 0 auto;
  }
  .gradientQuote .strokeBg h3 {
    font-size: 25px;
    line-height: 30px;
    width: 76%;
    margin-bottom: 5px;
  }
  .gradientQuote .strokeBg h2 {
    font-size: 34px;
    width: 76%;
    line-height: 32px;
  }
  .gradientQuote img {
    max-width: 50%;
    right: 8%;
    bottom: 0;
  }

  .sliderBottom {
    padding: 50px 0 46px;
  }
  .sliderBottom h2 {
    font-size: 18px;
    line-height: 22px;
  }
  .sliderBottom .carousel-item .wrap {
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
    margin: 0 100px;
    display: block;
  }
  .sliderBottom .carousel-item .content h3 {
    font-size: 18px;
  }
  .sliderBottom .carousel-item .content p {
    font-size: 14px;
    line-height: 16px;
  }
  .sliderBottom .carousel-item .imgWrap {
    float: left;
    margin-right: 15px;
    width: 52px;
  }
  .sliderBottom .carousel .carousel-control-prev-icon,
.sliderBottom .carousel .carousel-control-next-icon {
    width: 19px;
    height: 39px;
    background-size: 100%;
    top: 19%;
  }
  .sliderBottom .carousel .carousel-control-prev {
    left: -20px;
  }
  .sliderBottom .carousel .carousel-control-next {
    right: -15px;
  }
  .sliderBottom .carousel .carousel-item {
    height: 177px;
  }
  .sliderBottom .btn {
    position: absolute;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    font-size: 22px;
    left: 0;
    border-radius: 0;
    padding: 0px;
  }
  .sliderBottom .btn span {
    position: relative;
    width: 11px;
    margin-left: 8px;
    right: inherit;
  }
  .sliderBottom .btn span img {
    width: 12px;
  }

  .sliderBottom .carousel-indicators {
    bottom: -29px;
  }

  .savingSectionOne {
    padding: 100px 0 80px;
  }
  .savingSectionOne h2 {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .savingSectionOne h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 40px;
  }
  .savingSectionOne .dividor {
    margin-bottom: 40px;
  }
  .savingSectionOne ol {
    margin-bottom: 40px;
  }
  .savingSectionOne ol li {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  .savingSectionOne .footnote {
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 0;
  }

  .brownBgSave {
    padding: 60px 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .brownBgSave .col-lg-6:first-child {
    border: 0;
  }
  .brownBgSave .rtSectionn {
    padding: 0;
  }
  .brownBgSave .rtSectionn address {
    font-size: 14px;
    text-align: center;
    border-bottom: 2px solid #fff;
    padding-bottom: 30px;
  }
  .brownBgSave .rtSectionn address span {
    font-size: 18px;
  }
  .brownBgSave .rtSectionn address p {
    font-size: 14px;
    text-align: center;
  }
  .brownBgSave h4 {
    font-size: 18px;
    text-align: center;
  }
  .brownBgSave p {
    font-size: 14px;
    text-align: center;
  }
  .brownBgSave .ctaBtn {
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    width: 100%;
    font-size: 22px;
    padding: 0px;
    line-height: 50px;
  }
  .brownBgSave .ctaBtn span {
    position: relative;
    width: 11px;
    margin-left: 8px;
    right: inherit;
  }
  .brownBgSave .ctaBtn span img {
    width: 12px;
    margin-top: -3px !important;
  }

  .bottomAccrordian {
    padding: 40px 0px;
  }
  .bottomAccrordian h2 {
    font-size: 26px;
    margin-bottom: 20px;
  }
  .bottomAccrordian .btn-link {
    font-size: 18px;
    padding-right: 50px;
  }
  .bottomAccrordian ul li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px;
    margin-left: 18px;
  }
  .bottomAccrordian ul li li {
    margin-left: 25px;
  }
  .bottomAccrordian address {
    padding: 0;
    font-size: 14px;
    line-height: 18px;
  }

  .termsandCondition {
    display: none;
  }

  .footerabovesection .bcbiop {
    margin-top: 30px;
    font-size: 10px;
  }
  .footerabovesection p {
    line-height: 20px;
    margin-bottom: 12px;
    font-size: 14px;
  }
  .footerabovesection .indication {
    font-size: 18px;
    line-height: 18px;
  }
  .footerabovesection .safety-Inf {
    font-size: 18px;
    line-height: 18px;
  }
  .footerabovesection .bodymobiledark {
    font-size: 14px;
    line-height: 20px;
  }
  .footerabovesection ul {
    margin-left: 15px;
    padding: 0px;
  }
  .footerabovesection ul li {
    font-size: 14px;
    line-height: 20px;
  }

  footer {
    min-height: 437px;
    font-family: "Barlow Semi Condensed", sans-serif;
  }
  footer .py-4 {
    padding-bottom: 0rem !important;
    padding-top: 0rem !important;
  }
  footer .pt-lg-5 {
    margin-top: 25px;
  }
  footer .m-10 {
    margin-top: 25px !important;
  }
  footer .scs-micro {
    text-align: left;
    margin-top: 3px;
    font-family: "Barlow", sans-serif;
  }
  footer .scs-micro:first-child {
    margin-top: 25px;
  }
  footer ul {
    display: block;
  }
  footer ul li {
    line-height: 1.6;
  }
  footer .bg-burgundy {
    background-color: #783f6b;
    padding-top: 14px;
    padding-bottom: 10px;
  }

  .ISIRefPane .referances h4 {
    font-size: 18px;
    line-height: 1;
  }
  .ISIRefPane .referances ol li {
    font-size: 14px;
  }

  .ISIContentsPane .isi-content-panel {
    margin-top: 18px;
    padding: 0 0 20px;
  }

  .errormain {
    padding-top: 100px;
  }
  .errormain .py-5 {
    padding-bottom: 2rem !important;
    padding-top: 2rem !important;
  }
  .errormain h2 {
    text-align: left;
  }
  .errormain h2::after {
    margin: 0 0;
  }
  .errormain p {
    text-align: left;
  }
  .errormain .coldistance {
    display: inline-block;
  }
  .errormain .coldistance .btn {
    text-transform: none;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    text-align: left;
    border-radius: 0;
    margin-bottom: 1px;
    background-color: #edeeee;
    padding-left: 25px;
  }
  .errormain .coldistance .btn .fa-angle-right {
    position: absolute;
    right: 33px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    color: #ffffff;
    padding: 1px 7px;
    right: 33px;
    background-color: #daaa00;
  }

  .indicationIsi .modal-body {
    padding: 0 20px 0 20px !important;
  }
  .indicationIsi .modal-body .about-to-lea {
    padding: 0 10px;
  }
  .indicationIsi .modal-body .about-to-lea p {
    font-size: 20px;
  }

  .downloadBro .ctaBtn {
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    width: 100%;
    font-size: 22px;
    padding: 0px;
  }
  .downloadBro .ctaBtn span {
    position: relative;
    width: 11px;
    margin-left: 8px;
    right: inherit;
  }
  .downloadBro .ctaBtn span img {
    width: 12px;
  }

  .savingSectionOne h3 .ctaBtn {
    -webkit-transform: none;
            transform: none;
    border-radius: 0;
    width: 100%;
    font-size: 22px;
    padding: 0px;
  }
  .savingSectionOne h3 .ctaBtn span {
    position: relative;
    width: 11px;
    margin-left: 8px;
    right: inherit;
  }
  .savingSectionOne h3 .ctaBtn span img {
    width: 12px;
  }

  .before-after-slider .slider::-webkit-slider-thumb {
    height: 400px;
  }

  .why-xipere-banner .absolute-container .callOutOne {
    background: url(/siteassets/patient/img/img-633x277-calloutOne.png) no-repeat left top;
    height: 168px;
    width: 385px;
    background-size: cover;
    padding: 56px 0 0 111px;
  }
  .why-xipere-banner .absolute-container .callOutOne span {
    font-size: 18px;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    display: block;
    font-weight: 600;
  }
  .why-xipere-banner .absolute-container .callOutOne i {
    font-style: normal;
    color: #fff;
    font-size: 14px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }
  .why-xipere-banner .absolute-container .callOutTwo {
    background: url(/siteassets/patient/img/img-540x799-calloutTwo.png) no-repeat left top;
    height: 438px;
    width: 295px;
    background-size: cover;
    padding: 55px 45px 0 46px;
    float: right;
  }
  .why-xipere-banner .absolute-container .callOutTwo span {
    font-size: 18px;
    color: #fff;
    font-family: "Barlow Semi Condensed", sans-serif;
    display: block;
    font-weight: 600;
    margin-bottom: 9px;
  }
  .why-xipere-banner .absolute-container .callOutTwo i {
    font-style: normal;
    color: #fff;
    font-size: 14px;
    font-family: "Barlow Semi Condensed", sans-serif;
    font-weight: 500;
  }

  .intertiatalPop .modal-lg {
    max-width: 510px;
  }
  .intertiatalPop .modal-content {
    padding: 0;
  }
  .intertiatalPop .modal-content .about-to-lea p {
    font-size: 14px;
    line-height: 16px;
  }
  .intertiatalPop .modal-body {
    padding-top: 120px !important;
    background-position: top center;
    background-size: 18%;
  }
  .intertiatalPop h2 {
    font-size: 22px;
  }
  .intertiatalPop .modal-footer {
    padding: 0 0 50px 30px;
  }
  .intertiatalPop .modal-footer h3 {
    font-size: 18px;
  }

  .sliderBottom .carousel {
    margin-bottom: 50px;
  }

  .desktop-view {
    display: none;
  }

  .whatToKnowInn {
    background: url(/siteassets/patient/img/img-3214-2958-inner-page-back.png) center top no-repeat;
    color: #fff;
    padding: 25px 0;
  }
  .whatToKnowInn h3 {
    color: #fff;
    margin-bottom: 25px;
    font-size: 18.72px;
  }
  .whatToKnowInn .seen1-box5 {
    width: 60%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 35px;
  }
  .whatToKnowInn .seen1-box5 .drama-title {
    top: inherit;
    bottom: 5px;
    width: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    font-size: 14px;
  }
  .whatToKnowInn .seen1-txt1 {
    width: 100%;
    font-size: 18px;
    line-height: 22px;
    color: #fff;
    padding: 20px 40px;
    margin-bottom: 15px;
    text-align: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .whatToKnowInn .seen1-txt1 span {
    color: #FED141;
    padding: 0;
  }
  .whatToKnowInn p {
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
  }
  .whatToKnowInn p span {
    color: #FED141;
  }
  .whatToKnowInn p:last-child {
    text-align: center;
    margin-bottom: 0px;
    margin-left: 12px;
  }

  .bottomAccrordian .fa {
    top: 0;
  }

  .before-after-slider .img {
    background-size: 385px 100%;
  }

    .savingSectionOne.content-img-banner .main-banner-title {
        font-size: 14px;
        line-height: 22px;
    }

    .savingSectionOne.content-img-banner .banner-text-alt {
        font-size: 14px;
        line-height: 17px;
    }

    .savingSectionOne.content-img-banner .heavy-text {
        font-size: 16px;
        line-height: 17px;
    }

}
@media screen and (max-width: 1300px) and (min-width: 1200px) {
  .why-xipere-banner .absolute-container .banner-model-img span {
    left: 305px;
    top: 97px;
  }
}
@media screen and (max-width: 1199px) and (min-width: 1024px) {
  .why-xipere-banner .absolute-container .banner-model-img span {
    left: 252px;
    top: 83px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .bannersection .home-hero-banner {
    padding-top: 78px;
    height: 923px;
  }
  .bannersection .home-hero-banner .container {
    max-width: 100%;
  }
  .bannersection .home-hero-banner .banner-text {
    position: absolute;
    left: 0;
    top: 90px;
  }
  .bannersection .home-hero-banner .banner-text h1 {
    font-weight: bold;
    line-height: 0.89;
    font-size: 72px;
    margin-top: 5px;
  }
  .bannersection .home-hero-banner .banner-text .big-text {
    margin-top: 147.62vw;
    line-height: 1.25;
    padding: 0 1rem;
  }
  .bannersection .home-hero-banner .banner-text .get-btn {
    margin: 0 auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    left: 0;
    margin-top: 48px;
  }
  .bannersection .home-hero-banner .banner-text .get-btn .btn {
    margin: 0 0;
    transform: none;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    padding: 23px 25px;
    color: #ffffff;
  }
  .bannersection .home-hero-banner .banner-text .get-btn .btn:nth-child(1) {
    background-color: #615e9b;
    width: 50%;
  }
  .bannersection .home-hero-banner .banner-text .get-btn .btn:nth-child(2) {
    background-color: #6a2a5b;
    width: 50%;
  }
  .bannersection .home-hero-banner .banner-text p.noninfectious {
    position: relative;
    font-size: 14px;
    margin-top: 32px;
  }
  .bannersection .home-hero-banner .banner-bg {
    top: 0px;
  }
  .bannersection .home-banner {
    margin-top: 78px;
  }
  .bannersection .home-banner .banner-text {
    margin-top: 45px;
  }
  .bannersection .home-banner .banner-text h1 {
    color: #6a2a5b;
    font-size: 36px;
    line-height: 1.28;
    font-weight: bold;
    padding-right: 0px;
    position: relative;
    margin-top: 54px;
  }
  .bannersection .home-banner .banner-text h1::after {
    bottom: -16px;
    left: 3px;
  }
  .bannersection .home-banner .banner-text p {
    font-size: 20px;
    line-height: 1.35;
    margin-top: 25px;
    padding-right: 0px;
  }
  .bannersection .home-banner .banner-text2 {
    margin-top: 92px;
  }
  .bannersection .home-banner .banner-text2 h1 {
    font-size: 36px;
    line-height: 1.28;
    position: relative;
  }
  .bannersection .home-banner .banner-text2 h1::after {
    bottom: -15px;
    left: 2px;
  }
  .bannersection .home-banner .banner-text2 p {
    font-size: 20px;
  }
  .bannersection .bg-blue {
    padding: 32px 0;
  }
  .bannersection .bg-blue h2 {
    text-align: left;
    font-size: 28px;
    padding-right: 11px;
  }
  .bannersection .bg-blue h2::after {
    bottom: -23px;
    left: 1%;
  }
  .bannersection .bg-blue h4 {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    line-height: 1.33;
  }
  .bannersection .bg-blue p {
    text-align: left;
    font-size: 18px;
    font-weight: 600;
    margin-top: 16px;
  }

  header #Sitelogo_hypLogo img {
    max-width: 50%;
  }

  .bannersection .home-hero-banner .img-fluid {
    max-width: 450px;
    margin: 0 auto;
  }
  .bannersection .home-hero-banner .banner-bg {
    width: 100%;
    max-width: 100%;
    height: 935px;
  }
  .bannersection .home-hero-banner .banner-model-img {
    text-align: center;
    margin-top: 400px;
  }
  .bannersection .home-hero-banner .banner-text p.model-name {
    left: 439px;
  }
  .bannersection .banner-quote {
    top: 67px;
    left: 50%;
    -webkit-transform: translateX(-71%);
            transform: translateX(-71%);
  }

  .brownBg .container {
    max-width: 100%;
  }

  .bannersection .banner-model-img .actual-patient-mobile {
    left: 20%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }

  .sliderBottom .container {
    max-width: 100%;
  }

  .brownBgSave .ctaBtn span img,
.ctaBtn span img {
    margin: 0;
  }

  .ba-slider-wrap {
    width: 450px;
  }

  .before-after-slider .img {
    background-size: 449px 100%;
    background-repeat: no-repeat;
  }

  .inner-sec-2 .quote-inner {
    width: 697px;
  }
}
@media screen and (max-width: 767px) {
  .inner-sec-2 .absolute-container .quote-inner h3 {
    font-size: 16px;
    line-height: 20px;
    top: 23px;
    left: 38px;
  }

  .why-xipere-banner .absolute-container .callOutOne {
    height: 144px;
    width: 323px;
    padding: 39px 0 0 105px;
  }

  .gradientQuote .strokeBg {
    height: 433px;
    width: 344px;
    padding: 20px;
  }
  .gradientQuote .strokeBg h2 {
    width: 60%;
  }
  .gradientQuote img {
    max-width: 235px;
    right: 9%;
  }

  .sliderBottom .carousel-item .wrap {
    margin: 0 50px;
  }

  .inner-hero-banner p {
    top: 157px;
  }

  .inner-sec-2 .quote-inner {
    width: 676px;
  }

  .before-after-slider .img {
    background-size: 340px 100%;
  }

  .brownBgSave .ctaBtn span img {
    margin-top: -10px;
  }

  .bannersection .banner-model-img img {
    max-width: 357px;
    margin: 0 auto;
  }

  .bannersection .banner-model-img {
    text-align: center;
  }

  .bannersection .home-hero-banner .banner-text img {
    margin: auto auto;
    max-width: 374px;
  }

  .bannersection .banner-quote {
    left: 50%;
    -webkit-transform: translateX(-58%);
            transform: translateX(-58%);
  }
}
@media screen and (max-width: 767px) and (min-width: 497px) {
  .brownBgSave .ctaBtn span img {
    margin: 0;
  }
}
@media screen and (max-width: 500px) {
  .contentsection .section07 .btn {
    width: 67vw;
    margin-bottom: 30px;
    margin-left: 0px;
    margin-top: 25px;
  }
}
@media screen and (max-width: 414px) and (min-width: 360px) {
  .bannersection .banner-quote {
    -webkit-transform: translateX(-47%);
            transform: translateX(-47%);
  }

  .bannersection .home-hero-banner .banner-text img {
    max-width: 298px;
  }

  .bannersection .home-hero-banner .banner-text h1 {
    line-height: 50px;
    font-size: 55px;
  }

  .bannersection .banner-quote h6 {
    font-size: 18px;
    line-height: 21px;
  }

  .bannersection .home-hero-banner {
    height: 770px;
  }

  .bannersection .home-hero-banner .banner-text p.model-name {
    left: 218px;
    top: 366px;
  }

  .gradientQuote img {
    right: 0;
    max-width: 225px;
  }
}
@media screen and (max-width: 400px) {
  .bannersection .home-hero-banner {
    height: 783px;
  }

  .bannersection .home-hero-banner .banner-text p.model-name {
    top: 423px;
  }
}
@media screen and (max-width: 375px) {
  .inner-hero-banner p {
    top: 183px;
  }
}
@media screen and (max-width: 370px) {
  .contentsection .largeinjector {
    padding: 80px 0 !important;
  }
}
@media screen and (max-width: 360px) {
  .sliderBottom .carousel-indicators {
    bottom: -52px;
  }
}
@media only screen and (min-device-width: 1400px) and (max-device-width: 1500px) and (orientation: landscape) {
  #skrollr-body img {
    position: relative;
    max-width: 420px !important;
  }

  .why-xipere-banner {
    padding: 140px 0px 0px 0px;
  }

  .why-xipere-banner .absolute-container h2 {
    margin-bottom: 25px;
  }

  .banner-row1 .banner-model-img img {
    max-width: 85%;
  }

  .bannersection .home-hero-banner .banner-text {
    max-width: 50%;
  }

  .home-banner-sec .banner-quote {
    position: absolute;
    top: 42px;
    width: 350px;
    left: 97px;
    text-align: left;
    z-index: 1;
  }

  .home-banner-sec .banner-quote h1 {
    color: #fff;
    font-size: 80px;
    text-align: left;
    line-height: 80px;
  }

  .home-banner-sec .banner-quote h6 {
    color: #fff;
    font-size: 25px;
    line-height: 32px;
    text-align: left;
    font-family: "Barlow Semi Condensed";
    font-weight: 600;
  }

  .home-banner-sec .banner-model-img {
    position: relative;
    margin-left: 8%;
    z-index: 1;
  }

  .home-banner-sec .home-hero-banner .banner-text {
    margin-top: 20px;
    position: absolute;
    padding-bottom: 50px;
    right: 52px;
  }

  .bannersection .home-hero-banner .banner-text p.model-name {
    top: 412px;
  }

  .why-xipere-banner .absolute-container .banner-text img {
    max-width: 70%;
  }

  .why-xipere-banner .absolute-container .banner-text span {
    position: absolute;
    left: 136px;
    top: 20px;
    font-size: 17px;
    width: 220px;
    color: #fff;
    line-height: 28px;
  }

  .why-xipere-banner .absolute-container .banner-model-img span {
    position: absolute;
    left: 323px;
    top: 67px;
    color: #fff;
    font-size: 17px;
    width: 100px;
    line-height: 24px;
  }

  .marea-img-desk {
    max-width: 50% !important;
  }
}
@media only screen and (min-device-width: 992px) and (max-device-width: 1024px) and (orientation: landscape) {
  .bannersection .home-hero-banner .banner-model-img img {
    max-width: 97% !important;
  }

  .bannersection .home-hero-banner .banner-text p.model-name {
    top: 329px;
    width: 344px;
    left: 50px !important;
  }
}
 /*global footer links updates*/
 .GlobaloptoutLinks {
        margin-top: 0px !important;
    }

        .GlobaloptoutLinks li {
            margin-right: 0px !important;
        }

         /*global footer links updates*/