/**copd page css styling**/

/**Desktop CSS starts**/

/**copd page Banner styling**/
#copd-page .copd-banner-main {
  position: relative;
}

#copd-page .copd-banner {
  background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/desktop/copd/copd-dragon-banner.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
  position: relative;
    /*height: 59vw;*/
  margin-bottom: 0px;
}

#copd-page .copd-banner-inner {
  padding: 110px 0 38px;
}

#copd-page .copd-banner-title {
  display: flex;
  justify-content: flex-start;
  max-width: 100%;
}

#copd-page .copd-banner-title-inn {
  max-width: 530px;
}

#copd-page .copd-banner-title-inn h1 {
  color: #F0B323;
  font-family: 'Avenir-Black';
  font-size: 40px;
  line-height: 44px;
  font-weight: 900;
  margin-bottom: 10px;
}

#copd-page .copd-banner-title-inn p {
  font-family: 'Avenir-Heavy';
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: 800;
}

#copd-page .copd-banner-title-inn p span {
  display: block;
}

#copd-page .copd-square-box {
  padding: 210px 0 0 0;
}

#copd-page .copd-square-box-inn {
  max-width: 993px;
  margin: 0 auto;
  border: 1.5px solid #F0B323;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  gap: 19px;
  padding: 45px 100px 35px;
  box-shadow: 0px 4px 25px 0px #00000017;
  background: #000000E5;
  position: relative;
  z-index: 1;
}

#copd-page .copd-square-box-top p {
  font-size: 28px;
  font-family: 'Avenir-Book';
  font-weight: 350;
  line-height: 34px;
  color: #FFFFFF;
  text-align: center;
}

#copd-page .copd-square-box-top p span {
  color: #F0B323;
  font-family: 'Avenir-Heavy';
  font-weight: 800;
}

#copd-page .copd-square-box-top p span.therapy-nextline {
  display: inline-block;
}

#copd-page .copd-square-box-middle p {
  font-size: 14px;
  line-height: 20px;
  font-family: 'Avenir-Book';
  font-weight: 350;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 10px;
}

#copd-page .copd-square-box-cta {
  display: flex;
  gap: 30px;
  margin: 0 auto;
  max-width: 779px;
}

#copd-page .copd-cta-btns {
  position: relative;
  text-align: center;
}

#copd-page .copd-square-box-cta a.copd-cta-links {
  height: 66px;
  border-radius: 48px;
  width: 340px;
  background: #F0B323;
  padding: 20px 20px;
  display: block;
  text-align: center;
  border: 3px solid #FEE2A0;
}

#copd-page .copd-cta-title {
  margin-left: 0;
}

#copd-page .copd-cta-title p {
  font-family: 'Avenir-Black';
  font-weight: 900;
  font-size: 20px;
  line-height: 26px;
  color: #121312;
}

#copd-page .copd-cta-title p span {
  position: relative;
  padding-right: 25px;
  display: block;
}

#copd-page .copd-cta-title p span::after {
  content: "";
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/desktop/copd/black-arrow.svg);
  display: inline-block;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  right: 9px;
  position: absolute;
  top: 6px;
  background-size: contain;
}

#copd-page .copd-cta-btns.copd-cta-two a.copd-cta-links-one {
  height: 66px;
  border-radius: 48px;
  width: 409px;
  background: #373A36;
  padding: 20px 20px;
  display: block;
  text-align: center;
  border: 3px solid #2CD5C4;
}

#copd-page .copd-cta-btns.copd-cta-two .copd-cta-title p {
  color: #FFFFFF;
}

#copd-page .copd-cta-btns.copd-cta-two p span::after {
  content: "";
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/desktop/copd/white-arrow.svg);
  display: inline-block;
  width: 10px;
  height: 14px;
  background-repeat: no-repeat;
  right: 9px;
  position: absolute;
  top: 6px;
  background-size: contain;
}

#copd-page .copd-primary-endpoint {
  position: relative;
  margin: -1px 0 0 0;
  background-color: rgb(5, 14, 19);
}

#copd-page .copd-primary-endpoint::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 10px;
  background: linear-gradient(
    90deg,
    rgba(200, 135, 7) 0%,
    rgba(240, 177, 36) 50%
  );
}

#copd-page .copd-primary-endpoint-inn {
  max-width: 1023px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 22px;
  padding: 0 15px 30px 15px;
}

#copd-page .copd-primary-endpoint-top h3 {
  font-family: 'Avenir-Heavy';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
}

#copd-page .copd-primary-endpoint-top {
  display: flex;
  flex-direction: column;
}

#copd-page .copd-primary-endpoint-top h3 {
  font-family: 'Avenir-Heavy';
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 24px;
  color: #fff;
  margin-bottom: 12px;
}

#copd-page .copd-primary-endpoint-top p {
  font-family: 'Avenir-Book';
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  color: #fff;
}

#copd-page .copd-primary-endpoint-top p b {
  font-family: 'Avenir-Heavy';
  font-weight: 800;
}

#copd-page .copd-primary-endpoint-middle {
  margin-top: 10px;
}

#copd-page .copd-primary-endpoint-top p a {
  color: #ffffff;
  font-family: 'Avenir-Heavy';
  font-weight: 800;
  text-decoration: underline;
  display: inline-block;
}
/* Copd page Desktop Global header Style start here */
#copd-page #header-container .navigation .ic-header .cmp-navigation ul.cmp-navigation__group li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(1) {
  display: none;
}

#copd-page #header-container .navigation .ic-header .cmp-navigation ul.cmp-navigation__group li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2) {
  display: none;
}

#copd-page #header-container .navigation .ic-header .cmp-navigation ul.cmp-navigation__group li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(3) {
  display: none;
}

#copd-page #header-container .navigation .ic-header .cmp-navigation ul.cmp-navigation__group li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(4) {
  display: none;
}

#copd-page #header-container .navigation .ic-header .cmp-navigation ul.cmp-navigation__group li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(5) {
  display: none;
}

#copd-page #header-container .navigation .ic-header .cmp-navigation ul.cmp-navigation__group li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(6) {
  display: none;
}

#header-container .breztri-copd-menu {
  display: none;
}

#copd-page #header-container .breztri-copd-menu {
  display: block;
}

#copd-page #header-container img.cmp-image__image {
  max-width: 251px;
}

#copd-page .breztri-copd-menu .breztri-copd-inner a {
  font-family: 'Avenir-Medium';
  font-size: 14px;
  line-height: 18px;
  font-weight: 800;
  color: #121312;
  text-decoration: underline;
  text-underline-offset: 2px;
}

#copd-page #header-container .breztri-copd-inner {
  align-items: center;
  justify-content: flex-end;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  width: 960px;
  padding: 0 10px;
}

#copd-page.sticky #header-container .breztri-copd-inner {
  display: flex;
  max-width: 1200px;
  width: 1030px;
  padding: 0 10px;
  margin: 0 auto;
}

#copd-page .copd-asthma-container {
  max-width: 1025px;
  padding: 0 15px;
  margin: 0 auto;
}

#copd-page .copd-asthma-main {
  background-color: #ffffff;
  box-shadow: 0px 4px 25px 0px #00000017;
  margin-bottom: 55px;
  border-radius: 16px;
}

#copd-page .copd-asthma-content {
  padding: 32px 48px;
  max-width: 980px;
}

#copd-page .copd-asthma-content h3 {
  font-family: 'Avenir-Heavy';
  font-size: 24px;
  line-height: 32px;
  font-weight: 800;
  color: #121312;
  margin: 0 0 10px 0;
}

#copd-page .copd-asthma-content p {
  font-size: 16px;
  line-height: 24px;
  font-family: 'Avenir-Book';
  color: #121312;
}

#copd-page #copd-now-asthma {
  position: relative;
}

#copd-page #copd-now-asthma::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(-55.9deg, rgba(255, 255, 255, 0.8) 57.23%, #c5f1f2 117.01%);
  width: 50%;
  height: 80%;
  z-index: -1;
}

#copd-page #copd-now-asthma::after {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(55.9deg, rgba(255, 255, 255, 0.8) 57.23%, #c5f1f2 117.01%);
  width: 50%;
  height: 80%;
  z-index: -1;
}

#copd-page #copd-now-asthma {
  padding-top: 60px;
}

#copd-page .copd-asthma-block-ref {
  display: flex;
  max-width: 1025px;
  margin: 0 auto;
}

#copd-page .copd-asthma-block-ref-inn {
  padding: 0 15px 55px 15px;
}

#copd-page .copd-asthma-block-ref-inn p {
  font-family: 'Gotham-Book';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  color: #121312;
}
/* Copd page Desktop Global header Style ends here */

/**Copd Modal popup css starts**/
.modal.copd-page-popup {
  padding: 0 20px;
}

.copd-page-popup.cmp-modal__modalbox.modal-md .modal-box {
  max-width: 1082px;
  margin: 0 auto;
  width: 100%;
  padding: 0px;
  border-radius: 16px;
  animation: none;
}

.copd-page-popup .exit-ramp-content {
  padding: 0px 148px 60px 130px;
  max-width: 1082px;
  margin: 0 auto;
}

.copd-page-popup.cmp-modal--defaultStyle.modal {
  backdrop-filter: none;
}

.copd-page-popup.cmp-modal--defaultStyle.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  background: rgb(0 0 0 / 75%);
  cursor: auto;
}

.copd-page-popup.cmp-modal--defaultStyle .modal-box__content {
  padding: 0;
}

.copd-page-popup .exit-ramp-content p {
  font-family: 'Avenir-Heavy';
  font-weight: 800;
  font-size: 28px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 35px;
  color: #333333;
}

.copd-page-popup .exit-ramp-content .exit-ramp-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 30px auto 0;
}

.copd-page-popup .exit-ramp-content .exit-ramp-actions a.exit-ramp-continue {
  max-width: 171px;
  width: 171px;
  margin: 0;
  height: 48px;
  background: #F0B323;
  color: #121312;
  display: block;
  text-align: center;
  padding: 12px 28px;
  border-radius: 24px;
  border: #F0B323;
  font-family: 'Gotham-Book';
  font-size: 18px;
  line-height: 24px;
  position: relative;
}

.copd-page-popup .exit-ramp-content .exit-ramp-actions a.exit-ramp-continue::after {
  content: '';
  background: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/desktop/copd/black-arrow.svg);
  display: inline-block;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  right: 20px;
  position: absolute;
  top: 18px;
  background-size: contain;
}

body .copd-page-popup.modal.cmp-modal__modalbox .modal__close {
  color: #455E89;
  display: flex;
  flex-direction: row-reverse;
  justify-content: end;
  position: relative;
  width: 100%;
  cursor: auto;
  top: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1172px;
  border: none;
  background: transparent;
  z-index: 999;
  padding: 0;
  padding-right: 0;
  height: 77px;
  outline: none;
  pointer-events: none;
  margin-bottom: 0;
}

body .copd-page-popup.modal.cmp-modal__modalbox .modal__closeIcon {
  z-index: 99;
}

body .copd-page-popup.modal.cmp-modal__modalbox .modal__close svg {
  background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/desktop/copd/close-icon.svg);
  background-repeat: no-repeat;
  padding: 10px;
  border-radius: 100%;
  width: 86px;
  height: 86px;
  border: 0px solid #fff;
  color: #fff;
  background-size: 86px;
}

body .copd-page-popup.cmp-modal--defaultStyle .modal__close svg * {
  fill: transparent;
}
/**Copd Modal popup css ends**/

p.phone-call a.phone-no {
  text-decoration: none;
  color: #121312;
}

h2.copd-ind {
  margin-bottom: 15px;
}

h2.copd-limit {
  margin-bottom: 15px;
}

/* day-0 29-04 update */
#copd-page .copd-primary-endpoint ul.first-level-list {
  padding-left: 15px;
  list-style: none;
}

#copd-page .copd-primary-endpoint .first-level-list li::before {
  content: "\2022";
  color: #F0B323;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  border: 0px;
}

#copd-page .copd-primary-endpoint ul li {
  padding-bottom: 5px;
  font-size: 18px;
  line-height: 24px;
  font-family: 'Avenir-Book';
  color: #fff;
}

#copd-page .copd-primary-endpoint .copd-incidence {
  padding-bottom: 10px;
}

#copd-page .event-bottom {
  margin-bottom: 33px;
}
#copd-page .reference-content { max-width: 795px; }
/**Desktop CSS ends**/
@media screen and (min-width: 991px) {
  #copd-page .copd-banner {
    background-position: center top;
  }

  #copd-page .copd-banner-main::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    height: 180px;
    background: linear-gradient(0deg, #050E13 23.17%, rgba(5, 14, 19, 0) 73.85%);
  }
}

@media screen and (min-width: 1920px) {
  #copd-page .copd-banner-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 350px;
  }

  #copd-page .copd-square-box {
    padding: 0px 0 0 0;
  }

  #copd-page .copd-banner {
    height: auto; background-position: center 10%;
  }
}
/**Mobile CSS starts**/
@media screen and (max-width: 1250px) {
  #copd-page #header-container .breztri-copd-inner {
    width: 950px;
  }
}

@media screen and (max-width: 1225px) {
  #copd-page #header-container .breztri-copd-inner {
    width: 930px;
  }
  #copd-page.sticky #header-container .breztri-copd-inner { width: 890px; }
}

@media screen and (max-width: 1200px) {
  #copd-page #header-container .breztri-copd-inner {
    width: 890px;
  }
  #copd-page.sticky #header-container .breztri-copd-inner { width: 920px; }
}

@media screen and (max-width: 1160px) {
  #copd-page #header-container .breztri-copd-inner {
    width: 815px;
  }
  #copd-page .copd-banner-inner { padding: 40px 0 38px; }
   #copd-page.sticky #header-container .breztri-copd-inner { width: 780px; }
  
}

@media screen and (max-width: 1100px) {
  #copd-page #header-container .breztri-copd-inner {
    width: 800px;
  }
  #copd-page.sticky #header-container .breztri-copd-inner { width: 760px; }
}

@media screen and (max-width: 1080px) {
  #copd-page #header-container .breztri-copd-inner {
    width: 720px;
  }
}

@media screen and (max-width: 1049px) {
  #copd-page #header-container .breztri-copd-menu {
    margin-left: auto;
    margin-right: 20px;
  }

  #copd-page #header-container .breztri-copd-inner {
    width: 690px;
  }
}

@media screen and (max-width: 991px) {
  #copd-page .copd-banner {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/mobile/copd/copd-dragon-banner.jpg);
    position: relative;
    background-position: 0% 26%;
    min-height: 1100px;
  }

  #copd-page .copd-banner-inner {
    padding: 40px 0 60px;
  }

  #copd-page .copd-primary-endpoint-inn {
    padding: 40px 25px 45px 25px;
    gap: 20px;
  }

  #copd-page .copd-primary-endpoint {
    border-bottom: #F0B323 10px solid;
  }

  #copd-page .copd-primary-endpoint::after {
    display: none;
  }

  #copd-page .copd-banner-title-inn h1 {
    font-size: 32px;
    line-height: 37px;
    margin-bottom: 10px;
  }

  #copd-page .copd-banner-title-inn p span {
    display: inline-block;
  }

  #copd-page .copd-square-box {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0px 15px;
    bottom: 2px;
  }

  #copd-page .copd-square-box-inn {
    padding: 30px 15px 30px;
    gap: 14px;
  }

  #copd-page .copd-square-box-top p {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.2px;
  }
  
  #copd-page .copd-square-box-top p span{
    display: inline-block;
     
  }

  #copd-page .event-bottom {
    margin-bottom: 0px;
  }

  #copd-page .event-bottom h3{
    font-size: 18px;
    letter-spacing: -0.8px;
  }

  #copd-page .copd-square-box-cta {
    flex-direction: column;
    width: 100%;
    gap: 20px;
    align-items: center;
  }

  #copd-page .copd-cta-btns.copd-cta-two a.copd-cta-links-one {
    height: 92px;
    width: 100%;
    max-width: 305px;
    padding: 20px 15px;
  }

  #copd-page .copd-square-box-cta a.copd-cta-links {
    height: 92px;
    width: 100%;
    max-width: 305px;
    padding: 20px 28px;
  }

  #copd-page .copd-cta-title p span::after {
    top: 18px;
  }

  #copd-page .copd-cta-btns.copd-cta-two p span::after {
    top: 20px;
  }

  #copd-page .copd-banner::after {
    display: none;
  }

  #copd-page .copd-banner {
    border-bottom: #f37020;
  }


/**Copd Modal popup css starts**/
  .copd-page-popup.cmp-modal__modalbox.modal-md .modal-box {
    border-radius: 32px;
  }

  .copd-page-popup .exit-ramp-content {
    padding: 0px 32px 50px 32px;
  }

  .copd-page-popup .exit-ramp-content p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 25px;
  }

  .copd-page-popup .exit-ramp-content .exit-ramp-actions {
    margin: 32px auto 0;
  }

  .copd-page-popup .exit-ramp-content .exit-ramp-actions a.exit-ramp-continue {
    max-width: 214px;
    width: 214px;
    height: 66px;
    padding: 20px 40px;
    font-family: 'Avenir-Black';
    font-size: 20px;
    line-height: 26px;
    font-weight: 900;
    border: 3px solid #FEE2A0;
    border-radius: 48px;
  }

  .copd-page-popup .exit-ramp-content .exit-ramp-actions a.exit-ramp-continue::after {
    width: 14px;
    height: 14px;
    right: 40px;
    top: 27px;
  }

  body .copd-page-popup.modal.cmp-modal__modalbox .modal__close svg {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-hcp/us/en/images/phase2/mobile/copd/close-icon.svg);
    background-repeat: no-repeat;
    padding: 0;
    width: 69px;
    height: 69px;
    background-size: 69px 69px;
  }

  body .copd-page-popup.modal.cmp-modal__modalbox .modal__close {
    height: 100px;
    width: 100%;
    top: 5px;
  }

  body .copd-page-popup.modal.cmp-modal__modalbox .modal__closeIcon {
    margin-right: 0;
    width: 69px;
  }

  body .copd-page-popup.modal.cmp-modal__modalbox .modal__close .modal__closeLabel {
    display: none;
  }
/**Copd Modal popup css ends**/

/* Copd page Mobile Global header Style start here */
  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(1) {
    display: none;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2) {
    display: none;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(3) {
    display: none;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(4) {
    display: none;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(5) {
    display: none;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav .mobile-top-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0.mobile-cta-btn.request-rep-btn {
    display: block;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav .mobile-top-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(2) {
    display: block;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav .mobile-top-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(3) {
    display: block;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav .mobile-top-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(4) {
    display: block;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav .mobile-top-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(5) {
    display: block;
  }

 #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(6) {
    display: none;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(6) {
    display: block;
    text-decoration: underline;
    text-underline-offset: 2px;
  }

  #copd-page #header-container .breztri-copd-menu {
    display: none;
  }

  #copd-page #header-container .navigation .ic-header .cmp-navigation ul.cmp-navigation__group li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(6) {
    display: block;
  }

  #copd-page #mobile-menu ul.cmp-navigation__group.mobile-menu-nav li.cmp-navigation__item.cmp-navigation__item--level-0:nth-child(6).cmp-navigation__item--active > a {
    border-bottom: none;
    text-decoration: underline;
    text-underline-offset: 2px;
  }
/* Copd page Mobile Global header Style ends here */
  #copd-page #stay-informed-signup {
    box-shadow: 0px 4px 25px 0px #00000026;
  }

  #copd-page .copd-asthma-content {
    padding: 22px 18px;
  }

  #copd-page .copd-asthma-main {
    margin-bottom: 32px;
  }

  .copd-asthma-block-ref-inn {
    padding: 0 25px 17px 25px;
  }

  #copd-page #copd-now-asthma {
    padding-top: 30px;
  }

  #copd-page #header-container img.cmp-image__image {
    max-width: 162px;
    width: 100%;
  }

  #copd-page .copd-asthma-block-ref-inn {
    padding: 0 15px 20px 15px;
  }
    #copd-page.CookieClosed { padding-top: 110px;}
}
@media screen and (max-width: 767px) {

 #copd-page .copd-banner {
    min-height: 1030px;
    background-position: 0% 26%;
  }
}
@media screen and (max-width: 677px) {

  #copd-page .copd-asthma-content h3 {
    padding-right: 15px;
  }
  #copd-page.CookieClosed { padding-top: 90px;}
}

@media screen and (max-width: 414px) {
 
  #copd-page .copd-banner {
    min-height: 1020px; background-position: center top;
  }

  #copd-page .copd-banner-title-inn p.maintenance-treatment {
    max-width: 285px;
  }
}

@media screen and (max-width: 390px) {
  #copd-page .copd-banner {
    min-height: 980px;
    background-position: 0% -25%;
  }
}

@media screen and (max-width: 375px) {
  #copd-page .copd-square-box {
    padding: 0 15px 0 15px;
  }

  

  #copd-page .copd-banner {
    min-height: 930px;
    background-position: 0% -20%;
  }

 
}

@media (max-width: 768px) {
  #copd-page .copd-asthma-block {
    scroll-margin-top: 200px !important;
  }
}

#copd-page .copd-asthma-block {
  scroll-margin-top: 100px;
}

@media screen and (max-width: 667px) {
  body#copd-page {
    padding-top: 170px;
  }
  #copd-page .copd-banner-inner
  {
    padding: 50px 0 60px;
  }
}

@media screen and (max-width: 350px) {
  #copd-page .copd-banner-title-inn h1 {
    font-size: 30px;
    line-height: 34px;
  }

  #copd-page .copd-banner-title-inn p.maintenance-treatment {
    max-width: 255px;
  }

  #copd-page .copd-banner-title-inn p {
    font-size: 16px;
    line-height: 20px;
  }

  #copd-page .copd-banner {
    min-height: 1010px;
    
  }
}
/**Mobile CSS ends**/
