/********Start of global css**************/
/*Font*/
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");

body {
  /* Max-width:980px; */
  margin: auto;
  background-color: #d9d9d9;
  padding: 0px;
  overflow-x: hidden;
}

body#home-page,
body#error-403,
body#error-404,
body#error-500 {
  padding: 0px;
}

a,
a:hover,
a:active,
a:visited,
a:-webkit-any-link {
  text-decoration: none;
}

.page.basicpage #CookieReportsPanel #CookieReportsOverlay,
.page.basicpage #CookieReportsPanel #CookieReportsBannerAZ {
  z-index: 99999 !important;
}

.basicpage .cmp-text {
  padding: 0px;
  margin: 0px;
}

.modal-enabled {
  height: 100%;
}

/* header start */

#header .experiencefragment {
  height: 80px;
}

#con_xfheader {
  height: 80px;
  background: #fff;
  margin: auto;
  width: 100%;
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  z-index: 1;
  border-bottom: 2px solid #223d65;
}

#con_xfheader > div {
  display: flex;
  margin: auto;
  max-width: 920px;
  padding-left: 6px;
  margin-top: 20px;
  margin-bottom: 20px;
  align-items: flex-end;
  height: 40px;
  justify-content: center;
}

#con_xfheader > div > div:nth-child(2) {
  width: auto;
}

#con_xfheader #az_logo_header {
  width: 128px;
  margin-top: 25px;
  margin-right: 30px;
}

#con_xfheader .ic-header {
  width: 730px;
}

#con_xfheader .ic-header ul li a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  color: #223d65;
  text-decoration: none;
  line-height: 19px;
  letter-spacing: -0.03em;
}

#con_xfheader .ic-header ul li {
  padding: 0px;
  margin: auto;
  display: flex;
  justify-content: center;
}

#con_xfheader .ic-header ul li:first-child {
  margin-left: 0px;
  width: 89px;
}

#con_xfheader .ic-header ul li:nth-child(2) {
  width: 124px;
}

#con_xfheader .ic-header ul li:nth-child(3) {
  width: 169px;
}

#con_xfheader .ic-header ul li:nth-child(4) {
  width: 162px;
}

#con_xfheader .ic-header ul li:last-child {
  margin-right: 0px;
  width: 183px;
}

#con_xfheader .ic-header ul li.cmp-navigation__item--active {
  position: relative;
  padding-bottom: 0px;
}

#con_xfheader .ic-header ul li:hover:after,
#con_xfheader .ic-header ul li.cmp-navigation__item--active:after {
  content: " ";
  position: absolute;
  border: 1px solid #dd833b;
  width: calc(105% - 48px);
  bottom: -2px;
  left: auto;
  border-radius: 5px;
}

#con_xfheader .ic-header ul li a:hover,
#con_xfheader .ic-header ul li.cmp-navigation__item--active a {
  font-weight: 700;
}

#con_xfheader > div > div:nth-child(3) {
  position: absolute;
}

#con_xfheader #txt_note {
  max-width: 980px;
  margin: auto;
  position: relative;
}

#con_xfheader #txt_note p.disnote-txt {
  position: absolute;
  color: white;
  font-size: 10px;
  font-family: "Roboto";
  background: #223d65;
  padding: 7px 17px;
  right: 80px;
  top: 19px;
  max-width: 364px;
}

#con_xfheader #txt_note p.disnote-txt span.gap {
  display: block;
  margin-top: 10px;
}

#con_xfheader #txt_note p.disnote-txt span.nowrap {
  white-space: nowrap;
}

/* header end */

/*footer start */

#con_footer #con_footer_nav {
  background: #24a1bc;
  width: 100%;
  height: 52px;
}

#con_footer #con_footer_nav #txt_footerNav {
  max-width: 980px;
  margin: auto;
  display: flex;
  justify-content: center;
  height: 52px;
  align-items: center;
  padding: 0px;
}

#con_footer #con_footer_nav #txt_footerNav .navlist {
  display: flex;
  gap: 10.25px;
  justify-content: center;
}

#con_footer #con_footer_nav #txt_footerNav .navlist .naviitem:first-child {
  border-left: 1px solid #fff;
}

#con_footer #con_footer_nav #txt_footerNav .navlist .naviitem {
  border-right: 1px solid #fff;
  height: 16px;
  display: flex;
  align-items: center;
}

#con_footer #con_footer_nav #txt_footerNav .navlist .naviitem a {
  font-family: "Open Sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  line-height: 16px;
  margin: 0 37px;
}

#con_footer #con_footer_body {
  background: #223d65;
  width: 100%;
}

#con_footer #con_footer_body #txt_footerbody {
  max-width: 980px;
  margin: auto;
  padding: 30px 60px;
}

#con_footer #con_footer_body #txt_footerbody .top {
  display: flex;
  justify-content: space-between;
  height: 50px;
}

#con_footer #con_footer_body #txt_footerbody .top .left-icon {
  display: flex;
  gap: 50px;
  align-items: center;
}

#con_footer #con_footer_body #txt_footerbody .top .left-icon a,
#con_footer #con_footer_body #txt_footerbody .top .right-icon a {
  display: inline-block;
}

#con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-era {
  width: 102px;
}

#con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-PCDE {
  width: 113px;
}

#con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-ESOH {
  width: 130px;
}

#con_footer
  #con_footer_body
  #txt_footerbody
  .top
  .right-icon
  .icon-AstraZeneca-white-Logo {
  width: 167px;
}

#con_footer #con_footer_body #txt_footerbody .btm {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #fff;
  margin-top: 20px;
  padding-top: 22px;
}

#con_footer #con_footer_body #txt_footerbody .btm .left-text {
  font-family: "Roboto", sans-serif;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  line-height: normal;
}

#con_footer #con_footer_body #txt_footerbody .btm .right-text.desk-social-icon {
  display: none;
}

#con_footer #con_footer_body #txt_footerbody .btm .right-text {
  display: flex;
  gap: 10px;
  align-items: center;
}

#con_footer #con_footer_body #txt_footerbody .btm .right-text .icon-fb,
#con_footer #con_footer_body #txt_footerbody .btm .right-text .icon-linkedin {
  width: 24px;
}

#con_footer #con_footer_body #txt_footerbody .btm .right-text .icon-twitter {
  width: 23px;
}

#con_footer
  #con_footer_body
  #txt_footerbody
  .btm
  .right-text.desk-social-icon
  a {
  margin: 0px;
  line-height: 0px;
  font-size: 0px;
  display: block;
}

#con_footer
  #con_footer_body
  #txt_footerbody
  .btm
  .right-text.desk-social-icon
  img {
  width: 100%;
}

#con_footer #con_footer_nav #txt_footerNav .mob-social-icon,
#con_footer #con_footer_body #txt_footerbody .btm .right-icon.mob-azlogo {
  display: none;
}

#selfcertification .modal--overflow {
  padding-top: 0px !important;
}

#selfcertification .cmp-selfcertification {
  background: rgba(86, 89, 94, 1);
  z-index: 32010;
}

#selfcertification .cmp-selfcertification .modal-box {
  width: 500px;
  border-radius: 0px;
  padding: 40px 60px;
  margin-top: auto;
  margin-bottom: auto;
}

.cmp-selfcertification__content {
  line-height: 30px;
  padding: 0 !important;
}

#selfcertification .cmp-selfcertification .modal-box #txt_popup {
  text-align: center;
  background-color: #fff;
}

#selfcertification #txt_popup hr {
  max-width: 780px;
  border: 1px solid #170f49;
  margin: 29px 0px;
  margin-top: 35px;
}

#selfcertification .btn-div .first-link {
  background-color: #fafafa;
}

#selfcertification .btn-div {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 32px;
}

#selfcertification .sc-title {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-align: center;
  color: rgba(34, 61, 101, 1);
}

#selfcertification .cmp-selfcertification__title {
  font-size: 35px;
  line-height: 25.24px;
  letter-spacing: 0px;
  font-style: normal;
}

#selfcertification #text-3bd69e871c {
  padding-bottom: 0px;
}

#selfcertification .sc-first-para,
.sc-second-para {
  margin-top: 30px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: center;
  color: rgba(34, 61, 101, 1);
  max-width: 382px;
  margin-left: auto;
  margin-right: auto;
}

#selfcertification .cmp-selfcertification__continue {
  font-family: "Roboto", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.58px;
  text-align: center;
  max-width: 164px;
  height: 45px;
  border-radius: 100px;
  margin: auto;
  margin-top: 30px;
  background-color: rgba(221, 131, 59, 1);
  text-decoration: none;
  padding: 0;
}

#selfcertification .sc-second-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: center;
  color: rgba(34, 61, 101, 1);
  margin-top: 30px;
  margin-bottom: 0px;
}

#selfcertification .sc-third-heading {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: center;
  margin-top: 33px;
  margin-bottom: 0px;
  color: rgba(34, 61, 101, 1);
}

#selfcertification .sc-third-para {
  margin-top: 30px;
  margin-bottom: 0px;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: center;
  color: rgba(34, 61, 101, 1);
}

#selfcertification .sc-third-para > span > a {
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.07px;
  text-align: center;
  color: rgba(34, 61, 101, 1);
  text-decoration: underline;
}

#selfcertification .sc-third-para > span > a:last-child {
  text-decoration: none;
}

#selfcertification .sc-third-para > span {
  display: block;
}

#selfcertification .cmp-selfcertification__actions {
  display: none;
}

/*footer end */
/*EXIT-RAMP Start  */
.modal.exit-ramp-modal.modal--visible .modal__close {
  display: none;
}

#sitemap .modal--visible {
  display: flex !important;
  top: 0;
  overflow: scroll;
  padding-top: 0px !important;
}

#sitemap .modal-box {
  border-radius: 0px;
}

.page.basicpage.modal-enabled .cmp-modal__modalbox.modal-md .modal-box {
  width: calc(100% - 80px);
  margin: auto 40px;
}

.cmp-modal--defaultStyle.modal--overflow {
  padding: 20px 0;
}

.page.basicpage.modal-enabled .modal {
  zoom: normal;
  padding-top: 0px;
  top: 0px;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  background: #56595e !important;
}

.page.basicpage.modal-enabled .modal-box {
  max-width: 500px;
  margin: 0px 239px;
  background: #ffffff;
  height: auto;
  margin: auto;
}

.page.basicpage.modal-enabled .modal-box__content {
  padding: 3rem 3rem;
}

.page.basicpage.modal-enabled .exit-ramp-modal .exit-ramp-content {
  padding: 0px;
}

.page.basicpage.modal-enabled .exit-ramp-modal .exit-ramp-title {
  display: none;
}

.page.basicpage.modal-enabled .exit-ramp-body {
  color: #223d65;
  font-family: Open Sans;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: center;
  padding: 0 11px;
}

.page.basicpage.modal-enabled .exit-ramp-actions {
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  gap: 68px;
  width: auto;
  padding: 0 38px;
  height: auto;
  margin-top: 47.5px;
  /* margin-bottom: 63.51px; */
}

.page.basicpage.modal-enabled .exit-ramp-actions::before {
  content: " ";
  height: 61px;
  background: #c4c4c4;
  width: 2px;
  margin-top: -2px;
  position: absolute;
  left: 49.2%;
}

.page.basicpage.modal-enabled .exit-ramp-actions a {
  text-decoration: none;
}

.page.basicpage.modal-enabled .exit-ramp-continue {
  /* margin-top: 47.5px; */
  width: auto;
  padding: 14px 20.5px 14px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.58px;
  text-align: center;
  color: #ffffff;
  background: #dd833b;
  border-radius: 100px;
  margin: 7.5px auto;
  height: auto;
  border: 0px;
  min-width: auto;
  display: block;
  letter-spacing: normal;
}

.page.basicpage.modal-enabled .exit-ramp-cancel {
  /* margin-top: 47.5px; */
  width: auto;
  color: #ffffff;
  background: #56595e;
  padding: 14px 27px 9px;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 700;
  line-height: 17.58px;
  text-align: center;
  border-radius: 100px;
  cursor: pointer;
  margin: 7.5px auto;
  display: none;
  height: auto;
  border: 0px;
  min-width: auto;
  display: block;
  letter-spacing: normal;
}

.page.basicpage.modal-enabled .exit-ramp-modal .modal__closeIcon {
  display: none;
}

/*EXIT-RAMP End  */

/*tab view*/

@media screen and (max-width: 979px) and (min-width: 767px) {
  /* header start */

  #header .experiencefragment,
  #con_xfheader {
    height: 8.16326530612245vw;
  }

  #con_xfheader > div {
    max-width: 93.87755102040816vw;
    padding-left: 3.061224489795918vw;
    margin-top: 2.0408163265306123vw;
    margin-bottom: 2.0408163265306123vw;
    height: 4.081632653061225vw;
  }

  #con_xfheader #az_logo_header {
    width: 13.061224489795919vw;
    margin-top: 2.5510204081632653vw;
  }

  #con_xfheader .ic-header {
    width: 69.59183673469389vw;
  }

  #con_xfheader .ic-header ul li a {
    font-size: clamp(0.4375rem, -1.1379rem + 3.2864vw, 0.875rem);
    line-height: clamp(0.5rem, -1.9756rem + 5.1643vw, 1.1875rem);
  }

  #con_xfheader .ic-header ul li.cmp-navigation__item--active {
    padding-bottom: 0.20408163265306123vw;
  }

  #con_xfheader .ic-header ul li.cmp-navigation__item--active:after {
    border: 0.10204081632653061vw solid #dd833b;
    bottom: -0.20408163265306123vw;
    border-radius: 0.5102040816326531vw;
  }

  #con_xfheader #txt_note {
    max-width: 100vw;
  }

  #con_xfheader .ic-header ul li:first-child {
    width: auto;
  }

  #con_xfheader .ic-header ul li:nth-child(2) {
    width: auto;
  }

  #con_xfheader .ic-header ul li:nth-child(3) {
    width: auto;
  }

  #con_xfheader .ic-header ul li:nth-child(4) {
    width: auto;
  }

  #con_xfheader .ic-header ul li:last-child {
    width: auto;
  }

  #con_xfheader .ic-header ul li:hover:after,
  #con_xfheader .ic-header ul li.cmp-navigation__item--active:after {
    width: 100%;
  }

  /* header end */
  /*footer start */

  #con_footer #con_footer_nav {
    height: 5.3061224489795915vw;
  }

  #con_footer #con_footer_nav #txt_footerNav {
    max-width: 100vw;
    height: 5.3061224489795915vw;
  }

  #con_footer #con_footer_nav #txt_footerNav .navlist {
    gap: 1.0459183673469388vw;
  }

  #con_footer #con_footer_nav #txt_footerNav .navlist .naviitem:first-child {
    border-left: 0.10204081632653061vw solid #fff;
  }

  #con_footer #con_footer_nav #txt_footerNav .navlist .naviitem {
    border-right: 0.10204081632653061vw solid #fff;
    height: 1.6326530612244898vw;
  }

  #con_footer #con_footer_nav #txt_footerNav .navlist .naviitem a {
    font-size: clamp(0.375rem, -0.9754rem + 2.8169vw, 0.75rem);
    line-height: clamp(0.5rem, -1.3005rem + 3.7559vw, 1rem);
    margin: 0 3.877551020408163vw;
  }

  #con_footer #con_footer_body #txt_footerbody {
    max-width: 100vw;
    padding: 3.061224489795918vw 6.122448979591836vw;
  }

  #con_footer #con_footer_body #txt_footerbody .top {
    height: 5.1020408163265305vw;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon {
    gap: 5.1020408163265305vw;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-era {
    width: 10.408163265306122vw;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-PCDE {
    width: 11.53061224489796vw;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-ESOH {
    width: 13.26530612244898vw;
  }

  #con_footer
    #con_footer_body
    #txt_footerbody
    .top
    .right-icon
    .icon-AstraZeneca-white-Logo {
    width: 20.10204081632653vw;
  }

  #con_footer #con_footer_body #txt_footerbody .btm {
    border-top: 0.10204081632653061vw solid #fff;
    margin-top: 2.0408163265306123vw;
    padding-top: 2.2448979591836733vw;
  }

  #con_footer #con_footer_body #txt_footerbody .btm .left-text {
    font-size: clamp(0.3125rem, -0.8128rem + 2.3474vw, 0.625rem);
  }

  #con_footer #con_footer_body #txt_footerbody .btm .right-text {
    gap: 1.0204081632653061vw;
  }

  #con_footer #con_footer_body #txt_footerbody .btm .right-text .icon-fb,
  #con_footer #con_footer_body #txt_footerbody .btm .right-text .icon-linkedin,
  #con_footer #con_footer_body #txt_footerbody .btm .right-text .icon-twitter {
    width: 2.4489795918367347vw;
  }

  /*footer end */
}

@media only screen and (max-width: 991px) {
  #con_xfheader .navigation .ic-header .cmp-navigation {
    display: none;
  }

  #con_xfheader #az_logo_header {
    margin-bottom: 20px;
    margin-right: 0px;
    width: 128px;
  }

  #con_xfheader #header-title p {
    font-size: 40px;
    line-height: 51px;
    letter-spacing: -0.4px;
  }

  #home_page {
    overflow: scroll !important;
  }

  #header .experiencefragment {
    height: 72px;
  }

  #con_xfheader {
    height: 72px;
  }

  #con_xfheader > div {
    max-width: 100%;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    height: 72px;
    justify-content: space-between;
    width: 100%;
    /* padding-bottom: 20px; */
  }

  #con_xfheader .ic-header {
    width: auto;
  }

  #con_xfheader .navigation {
    margin: auto;
    /* background: #820050; */
    width: 100%;
  }

  #con_xfheader .navigation .ic-header .cmp-navigation {
    display: none;
  }

  #con_xfheader .navigation .ic-header .cmp-navigation.active {
    display: flex;
  }

  #con_xfheader .ic-header .cmp-navigation {
    display: none;
  }

  #con_xfheader .ic-hamburger {
    display: block;
    width: max-content;
    height: 18px;
    font-size: 0px;
    line-height: 0px;
    /* border: 2px solid #fff; */
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
  }

  #con_xfheader .ic-hamburger .hamburger-wrapper {
    margin: 0px;
  }

  #con_xfheader .ic-hamburger.open {
    /* margin-right: 26px; */
    position: relative;
    z-index: 1;
  }

  #con_xfheader .ic-hamburger.open .hamburger-wrapper {
    /* margin: 5.5px; */
    margin: 0;
  }

  #con_xfheader .ic-hamburger .hamburger {
    transform: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
      transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  #con_xfheader .ic-hamburger .hamburger-top {
    z-index: 4;
  }

  #con_xfheader .cmp-navigation--byd-nav .ic-hamburger .hamburger-line {
    background-color: #ffffff;
  }

  #con_xfheader .ic-hamburger .hamburger-line-top {
    top: 14px;
    transform: translateY(-0px);
  }

  #con_xfheader .cmp-navigation__item {
    padding: 25px;
    margin: 0;
    width: 100%;
  }

  #con_xfheader .ic-hamburger .hamburger-line {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    width: 24px;
    height: 2px;
    background: #223d65;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
    border-radius: 2px;
  }

  #con_xfheader .ic-hamburger .hamburger-line-mid {
    margin: 6px 0px;
  }

  #con_xfheader .ic-hamburger .hamburger-line-bottom {
    margin-top: 0px;
    transform: translateY(0px);
  }

  #con_xfheader .ic-hamburger.open .hamburger-line.hamburger-line-top {
    transform: rotate(45deg);
    top: 8px;
    left: 0px;
    width: 24px;
  }

  #con_xfheader .ic-hamburger.open .hamburger {
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  #con_xfheader .cmp-navigation--byd-nav .ic-hamburger .hamburger-line {
    background-color: #333;
  }

  #con_xfheader .ic-hamburger.open .hamburger-line {
    transform: none;
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  #con_xfheader .ic-hamburger.open .hamburger-mid {
    visibility: hidden;
  }

  #con_xfheader .ic-hamburger.open .hamburger-line.hamburger-line-bottom {
    transform: rotate(-45deg);
    top: -8px;
    left: 0px;
    width: 24px;
  }

  #con_xfheader .navigation-overlay.show {
    position: absolute;
    left: 0px;
    width: 100%;
    background: #223d65;
    height: 485px !important;
    top: 70px;
    overflow: scroll;
    z-index: 0;
    padding: 150px 15px;
  }

  #con_xfheader .navigation-overlay.show::before {
    content: "This site is intended for healthcare professionals";
    position: absolute;
    top: 7px;
    font-size: 10px;
    right: 15px;
    line-height: normal;
    color: #fff;
    width: 247px;
    text-align: center;
    visibility: hidden;
  }

  #con_xfheader li.cmp-navigation__item--active a.cmp-navigation__item-link {
    color: #dd833b !important;
  }

  #con_xfheader .cmp-navigation__item {
    margin: 0px;
    padding: 0px;
  }

  #con_xfheader .cmp-navigation__item:last-child {
    border-bottom: 0px;
  }

  #con_xfheader .navigation nav ul {
    margin: 0;
    width: auto;
  }

  #con_xfheader .navigation nav ul li {
    margin: 15px 0px 0px;
  }

  #con_xfheader .navigation nav ul li:first-child {
    margin: 0px;
  }

  #con_xfheader .navigation nav ul li a {
    font-size: 18px;
    line-height: 24.51px;
    /* height: 35px; */
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
  }

  body.mobmenuopen {
    overflow: scroll !important;
  }

  #con_xfheader {
    position: relative;
  }

  .mobmenuopen #con_bodycontent {
    height: 480px;
    overflow: hidden;
    transition: height 1s;
  }

  #con_xfheader #txt_note p.disnote-txt {
    top: 0px;
    right: 40px;
  }

  #con_xfheader #txt_note p.disnote-txt span.gap {
    display: block;
    margin-top: 5px;
  }

  #con_xfheader #txt_note p.disnote-txt span.nowrap {
    white-space: nowrap;
  }

  #con_xfheader > div > div:nth-child(3) {
    width: calc(100% - 30px);
  }

  /*footer start */

  #con_footer #con_footer_nav {
    height: auto;
  }

  #con_footer #con_footer_nav #txt_footerNav {
    height: auto;
    max-width: none;
    padding: 14.83px 31.25px;
    margin-left: 0;
    width: 100%;
    justify-content: space-between;
  }

  #con_footer #con_footer_nav #txt_footerNav .navlist {
    flex-direction: column;
    gap: 0px;
  }

  #con_footer #con_footer_nav #txt_footerNav .navlist .naviitem:first-child,
  #con_footer #con_footer_nav #txt_footerNav .navlist .naviitem {
    border: 0px;
    height: auto;
  }

  #con_footer #con_footer_nav #txt_footerNav .navlist .naviitem a {
    font-size: 9px;
    margin: 0px;
    padding: 0px;
    line-height: normal;
    letter-spacing: -0.03em;
  }

  #con_footer #con_footer_body #txt_footerbody {
    /*padding: 14.83px 31.25px;*/
    padding: 26px 33px;
    max-width: none;
    width: 100%;
  }

  #con_footer #con_footer_body #txt_footerbody .top {
    flex-direction: column;
    height: auto;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon {
    /* gap: 34px; */
    width: 100%;
    justify-content: space-between;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-era {
    width: 72px;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-PCDE {
    width: 77px;
  }

  #con_footer #con_footer_body #txt_footerbody .top .left-icon .icon-ESOH {
    width: 91px;
  }

  #con_footer #con_footer_body #txt_footerbody .btm .left-text {
    font-size: 8px;
    padding-top: 2px;
  }

  #con_footer
    #con_footer_body
    #txt_footerbody
    .btm
    .right-text.desk-social-icon,
  #con_footer #con_footer_body #txt_footerbody .top .right-icon.desk-azlogo {
    display: none;
  }

  #con_footer #con_footer_nav #txt_footerNav .mob-social-icon,
  #con_footer #con_footer_body #txt_footerbody .btm .right-icon.mob-azlogo {
    display: flex;
  }

  #con_footer #con_footer_nav #txt_footerNav .mob-social-icon a {
    display: inline-block;
  }

  #con_footer #con_footer_nav #txt_footerNav .mob-social-icon {
    display: none;
  }

  #con_footer #con_footer_nav #txt_footerNav .mob-social-icon {
    /*gap: 6px;*/
    height: 20px;
  }

  #con_footer #con_footer_nav #txt_footerNav .mob-social-icon .icon-linkedin {
    margin: 0 6px;
  }

  #con_footer_body
    #txt_footerbody
    .btm
    .right-icon.mob-azlogo
    .icon-AstraZeneca-white-Logo {
    width: 108px;
  }

  #con_footer #con_footer_nav #txt_footerNav .mob-social-icon img {
    max-width: 100%;
    height: 100%;
  }
  /*footer end */

}
/*Mobile view*/
@media only screen and (max-width: 767px) {
  #selfcertification .cmp-selfcertification {
    background: rgba(86, 89, 94, 1);
    z-index: 32010;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #con_xfheader > div {
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
    width: auto;
    height: 72px;
    justify-content: space-between;
    width: 100%;
  }

  #con_xfheader .ic-header {
    width: auto;
  }

  #con_xfheader .navigation {
    margin: auto;
    width: 100%;
  }

  #con_xfheader .ic-hamburger {
    display: block;
    width: max-content;
    height: 18px;
    font-size: 0px;
    line-height: 0px;
    border-radius: 5px;
    -webkit-tap-highlight-color: transparent !important;
    outline: none !important;
  }

  #con_xfheader .ic-hamburger .hamburger-wrapper {
    margin: 0px;
  }

  #con_xfheader .ic-hamburger.open {
    position: relative;
    z-index: 1;
  }

  #con_xfheader .ic-hamburger.open .hamburger-wrapper {
    margin: 0;
  }

  #con_xfheader .ic-hamburger .hamburger {
    transform: none;
    transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1),
      transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  #con_xfheader .ic-hamburger .hamburger-top {
    z-index: 4;
  }

  #con_xfheader .cmp-navigation--byd-nav .ic-hamburger .hamburger-line {
    background-color: #ffffff;
  }

  #con_xfheader .ic-hamburger .hamburger-line-top {
    top: 14px;
    transform: translateY(-0px);
  }

  #con_xfheader .cmp-navigation__item {
    padding: 25px;
    margin: 0;
    width: 100%;
  }

  #con_xfheader .ic-hamburger .hamburger-line {
    position: relative;
    top: 0px;
    left: 0px;
    z-index: 1;
    display: block;
    width: 24px;
    height: 2px;
    background: #223d65;
    transition: transform 0.1596s cubic-bezier(0.52, 0.16, 0.52, 0.84) 0.1008s;
    border-radius: 2px;
  }

  #con_xfheader .ic-hamburger .hamburger-line-mid {
    margin: 6px 0px;
  }

  #con_xfheader .ic-hamburger .hamburger-line-bottom {
    margin-top: 0px;
    transform: translateY(0px);
  }

  #con_xfheader .ic-hamburger.open .hamburger-line.hamburger-line-top {
    transform: rotate(45deg);
    top: 8px;
    left: 0px;
    width: 24px;
  }

  #con_xfheader .ic-hamburger.open .hamburger {
    transition: transform 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  }

  #con_xfheader .cmp-navigation--byd-nav .ic-hamburger .hamburger-line {
    background-color: #333;
  }

  #con_xfheader .ic-hamburger.open .hamburger-line {
    transform: none;
    transition: transform 0.1806s cubic-bezier(0.04, 0.04, 0.12, 0.96);
  }

  #con_xfheader .ic-hamburger.open .hamburger-mid {
    visibility: hidden;
  }

  #con_xfheader .ic-hamburger.open .hamburger-line.hamburger-line-bottom {
    transform: rotate(-45deg);
    top: -8px;
    left: 0px;
    width: 24px;
  }

  #con_xfheader .navigation-overlay.show {
    position: absolute;
    left: 0px;
    width: 100%;
    background: #223d65;
    height: 485px !important;
    top: 70px;
    overflow: scroll;
    z-index: 0;
    padding: 150px 15px;
  }

  #con_xfheader .navigation-overlay.show::before {
    content: "This site is intended for healthcare professionals";
    position: absolute;
    top: 7px;
    font-size: 10px;
    right: 15px;
    line-height: normal;
    color: #fff;
    width: 247px;
    text-align: center;
  }

  #con_xfheader li.cmp-navigation__item--active a.cmp-navigation__item-link {
    color: #dd833b !important;
  }

  #con_xfheader .cmp-navigation__item {
    margin: 0px;
    padding: 0px;
  }

  #con_xfheader .cmp-navigation__item:last-child {
    border-bottom: 0px;
  }

  #con_xfheader .navigation nav ul {
    margin: 0;
    width: auto;
  }

  #con_xfheader .navigation nav ul li {
    margin: 15px 0px 0px;
  }

  #con_xfheader .navigation nav ul li:first-child {
    margin: 0px;
  }

  #con_xfheader .navigation nav ul li a {
    font-size: 18px;
    line-height: 24.51px;
    display: block;
    font-family: "Open Sans", sans-serif;
    color: #ffffff;
    font-weight: 600;
    text-align: left;
  }

  body.mobmenuopen {
    overflow: scroll !important;
  }

  #con_xfheader {
    position: relative;
  }

  .mobmenuopen #con_bodycontent {
    height: 480px;
    overflow: hidden;
    transition: height 1s;
  }

  #selfcertification .cmp-selfcertification__content {
    padding: 0px;
  }

  #selfcertification .cmp-selfcertification .modal-box {
    width: auto;
    border-radius: 0px;
    padding: 40px 15px;
    margin: 15px;
  }

  #selfcertification .cmp-selfcertification__title {
    max-width: 100%;
    padding-bottom: 0;
    line-height: 20.24px;
  }

  #selfcertification #txt_popup hr {
    max-width: 93%;
    border: 1px solid #170f49;
    margin: 44px auto;
  }

  #selfcertification .sc-title,
  .sc-second-heading,
  .sc-third-heading {
    font-size: 18px;
    line-height: 18px;
  }

  #selfcertification .sc-second-heading {
    font-size: 18px;
    line-height: 24.51px;
    margin-top: 20px;
  }

  #selfcertification .sc-third-heading {
    font-size: 18px;
    line-height: 24.51px;
    margin-top: 20px;
  }

  #selfcertification .sc-first-para {
    font-size: 16px;
    line-height: 21.79px;
    margin-top: 25px;
    max-width: 100%;
  }

  #selfcertification .btn-div > a {
    width: 95.3%;
    height: 88px;
    line-height: 24px;
  }

  #selfcertification .btn-div > a {
    width: 96.3%;
    height: 88px;
    line-height: normal;
    padding: 0 5px;
  }

  #selfcertification .cmp-selfcertification__continue {
    font-size: 14px;
    margin-top: 20px;
    height: 35px;
    line-height: 20.24px;
    max-width: 145px;
    padding: 0;
  }

  #selfcertification .sc-second-para {
    margin-top: 20px;
    max-width: 100%;
  }

  #selfcertification .sc-third-para {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  #selfcertification .email-br {
    display: none;
  }

  #con_xfheader #txt_note p.disnote-txt {
    top: 0px;
    right: 0px;
  }

  #con_xfheader #txt_note p.disnote-txt span.gap {
    display: block;
    margin-top: 5px;
  }

  #con_xfheader #txt_note p.disnote-txt span.nowrap {
    white-space: nowrap;
  }

  #con_xfheader > div > div:nth-child(3) {
    width: calc(100% - 30px);
  }

  /*EXIT-RAMP Start  */
  .page.basicpage.modal-enabled .modal {
    top: 0;
    display: flex;
  }

  .modal-enabled {
    top: 0 !important;
  }

  .page.basicpage.modal-enabled .modal {
    padding-top: 0px !important;
    position: absolute !important;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    z-index: 3;
    background: #56595e !important;
  }

  .page.basicpage.modal-enabled .modal-box {
    margin-top: auto;
    width: 90%;
  }

  .modal-box {
    width: 100%;
    margin-top: 0px;
    margin-left: 15px;
    margin-right: 15px;
    background: #ffffff;
    margin-bottom: 30px;
  }

  .page.basicpage.modal-enabled .modal-box__content {
    /* max-width:305px; */
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 40px;
    padding-bottom: 0px;
    margin: 0px;
  }

  .page.basicpage.modal-enabled .exit-ramp-body {
    /* max-width: 305px; */
    font-family: Open Sans;
    font-size: 18px;
    font-weight: 700;
    line-height: 24.51px;
    text-align: center;
    color: #223d65;
    margin: 0 auto;
    padding: 0 6px;
  }

  .page.basicpage.modal-enabled .exit-ramp-actions {
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    gap: 40px;
    padding: 0px 12px;
    height: auto;
    margin-top: 40px !important;
    margin: 0 auto;
    max-width: 300px;
    margin-bottom: 40px;
  }

  .page.basicpage.modal-enabled .exit-ramp-actions::before {
    content: " ";
    height: 60px;
    background: #c4c4c4;
    width: 1px;
    margin-top: 0px;
    position: absolute;
    left: 50%;
  }

  .page.basicpage.modal-enabled .exit-ramp-actions a {
    text-decoration: none;
  }

  .page.basicpage.modal-enabled .exit-ramp-continue {
    /* margin-top: 40px; */
    width: auto;
    padding: 9px 21px 9px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 700;
    margin-left: 20px;
    line-height: 16.41px;
    text-align: center;
    background: #dd833b;
    border-radius: 15px;
    margin: 12px 0;
  }

  .page.basicpage.modal-enabled .exit-ramp-cancel {
    /* margin-top: 40px; */
    width: auto;
    color: #ffffff;
    background: #56595e;
    padding: 9px 27px 9px;
    margin-right: 20px;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 700;
    line-height: 17.58px;
    text-align: center;
    border-radius: 15px;
    margin: 12px auto 12px 0px;
  }
  /*EXIT-RAMP End  */

  #error-403 .note-txt,
  #error-404 .note-txt,
  #error-500 .note-txt {
    margin-right: 15px;
  }

  #error-403 .main-sec-space,
  #error-404 .main-sec-space,
  #error-500 .main-sec-space {
    background: #eef2fb;
    padding: 180px 15px;
    padding-left: 15px !important;
  }
  #error-403 .error-button,
  #error-404 .error-button,
  #error-500 .error-button {
    font-size: 14px;
  }

  #sitemap {
    padding-top: 0px;
  }

  #sitemap #sitemap-text-container {
    padding-left: 15px;
  }

  #sitemap .note-txt {
    margin-right: 17px;
  }
}

@media screen and (min-width: 320px) and (max-width: 345px) {
  #selfcertification .btn-div > a {
    width: 100%;
    height: 88px;
    padding: 20px;
  }
  .page.basicpage.modal-enabled .exit-ramp-actions {
    padding: 0px 3px;
    flex-direction: row;
  }
  .page.basicpage.modal-enabled .exit-ramp-actions::before {
    left: 142px;
  }
}
/*Small device Mobile view*/
@supports (-webkit-touch-callout: none) {
  @media only screen and (max-width: 767px) {
    html,
    body {
      -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
      text-size-adjust: 100%;
    }
  }
}
/********End of global css**************/

/********Start of sitemap css**************/
#sitemap {
  padding-top: 0px;
}

#sitemap #con_bodycontent {
  background-color: rgba(238, 242, 251, 1);
  max-width: 980px;
  margin: auto;
}

#sitemap .site-text {
  padding-top: 150px;
}

#sitemap .note-txt {
  float: right;
  position: relative;
  /* top: -56px; */
  background: #223d65;
  font-size: 10px !important;
  text-align: center !important;
  font-family: "Roboto" !important;
  font-weight: 400 !important;
  line-height: 12px !important;
  color: #fff !important;
  width: 250px;
  height: 25px;
  padding: 5px 0;
  margin-right: 130px;
}

#sitemap .cmp-text {
  position: static;
}

#sitemap #sitemap-text-container {
  top: 150px;
  margin-left: 0px;
  padding-bottom: 150px;
  padding-left: 60px;
  background-color: rgba(238, 242, 251, 1);
}

#sitemap #sitemap-text-container > p {
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 27.24px;
  text-align: left;
  color: rgba(34, 61, 101, 1);
  margin-bottom: 30px;
}

#sitemap #sitemap-text-container .sm-list-div > ul {
  list-style-type: disc;
  padding-left: 10px;
}

#sitemap #sitemap-text-container .sm-list-div > ul > li {
  margin-bottom: 15px;
}

#sitemap #sitemap-text-container .sm-list-div > ul > li > a {
  font-family: Open Sans;
  font-size: 18px;
  font-weight: 600;
  line-height: 24.51px;
  text-align: left;
  color: rgba(34, 61, 101, 1);
  text-decoration: none;
}

#sitemap #sitemap-text-container .sm-list-div > ul > li > a:hover {
  color: rgba(221, 131, 59, 1);
}

#sitemap #sitemap-text-container .sm-list-div > ul > li::marker {
  font-size: 17px;
  color: rgba(34, 61, 101, 1);
}

/********End of sitemap css**************/

/********Start of error-page css**************/

#error-403 #con_bodycontent,
#error-404 #con_bodycontent,
#error-500 #con_bodycontent {
  max-width: 980px;
  margin: auto;
}

#error-403 .main-sec-space,
#error-404 .main-sec-space,
#error-500 .main-sec-space {
  background: #eef2fb;
  padding: 150px 60px;
}

#error-403 .error-section,
#error-404 .error-section,
#error-500 .error-section {
  max-width: 920px;
  margin: 0 auto;
}
#error-403 .error-title,
#error-404 .error-title,
#error-500 .error-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  color: #223d65;
  font-family: "Open Sans";
  margin-bottom: 24px;
  margin: 0px;
}
#error-403 .error-txt,
#error-404 .error-txt,
#error-500 .error-txt {
  color: #223d65;
  font-family: "Open Sans";
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  margin: 30px 0;
  max-width: 630px;
}
#error-403 .error-button,
#error-404 .error-button,
#error-500 .error-button {
  background: #dd833b;
  color: #fff;
  width: 100%;
  /* height: 53px; */
  border-radius: 40px;
  font-size: 15px;
  font-family: "Roboto";
  font-weight: 700;
  line-height: 17px;
  padding: 14px 30px;
  display: block;
  /* justify-content: center; */
  align-items: center;
  /* text-align: center; */
  max-width: fit-content;
}
#error-403 .error-button:hover,
#error-404 .error-button:hover,
#error-500 .error-button:hover {
  text-decoration: none;
}
#error-403 .note-txt,
#error-404 .note-txt,
#error-500 .note-txt {
  float: right;
  position: relative;
  /* top: -56px; */
  background: #223d65;
  font-size: 10px;
  text-align: center;
  font-family: "Roboto";
  font-weight: 400;
  line-height: 12px;
  color: #fff;
  width: 250px;
  height: 25px;
  padding: 5px 0;
  margin-right: 114px;
}

/*Mobile view*/
/********End of error-page css**************/
