/*Using Inhaler Css Temporary Place here*/
body span.modal__closeIcon {
  z-index: 999;
}

body .cmp-modal--defaultStyle.modal--overflow {
  padding-bottom: 5vh;
}

#newLookSection .video {
  width: 70%;
  margin: 0 auto;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.textr {
  text-align: right;
}

.textl {
  text-align: left;
}

.textc {
  text-align: center;
}

.alignc {
  text-align: center !important;
  vertical-align: middle !important;
}

.clear {
  clear: both;
  height: 0;
}

.dib {
  display: inline-block;
}

.clear {
  clear: both;
}

#usingYourInhalerPage {
  max-width: 1440px;
  font-family: Gotham;
}

#usingYourInhalerPage p {
  line-height: 24px;
  color: #333;
}

#usingYourInhalerPage p,
#usingYourInhalerPage a {
  font-size: clamp(0.875rem, 0.8214rem + 0.2679vw, 1.0625rem);
}

#bannerSection {
  display: flex;
  padding: 100px 100px 50px;
}

#bannerText {
  max-width: 70%;
}

#bannerText p:first-child {
  font-weight: bold;
  font-size: 18px;
  color: #373A37;
}

#bannerText p:first-child::before {
  content: '';
  background: #F0B323;
  width: 13px;
  height: 13px;
  display: inline-block;
  margin: 0 10px 0 0;
}

#bannerText h1 {
  font-size: clamp(1.5625rem, 1.2054rem + 1.7857vw, 2.8125rem);
  color: #373A37;
  font-weight: bold;
  max-width: 830px;
  margin: 20px 0 5px;
}

#bannerText p:nth-child(3) {
  font-size: 22px;
  margin: 0 0 20px;
}

#bannerText p:nth-child(4) {
  margin: 20px 0 30px;
}

#inhalerImages {
  display: flex;
  justify-content: left;
  margin: 30px 0;
  padding-left: 10%;
}

#inhalerImages div {
  margin: 0 50px;
  text-align: center;
  font-weight: bold;
  font-size: 17px;
  color: #333;
}

#inhalerImages a {
  color: #333;
  text-decoration: underline;
}

#newLookSection,
#originalLookSection {
  margin: 0 100px 50px;
  box-shadow: 3px 3px 16px #00000029;
  padding: 40px 40px 70px;
  text-align: center;
  border-radius: 12px;
}

#newLookSection h3,
#originalLookSection h3 {
  font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
  font-weight: bold;
  margin: 0 0 20px;
}

#originalLookSection h3 {
  margin: 40px 0 30px;
}

#newLookSectionTagLine {
  max-width: 650px;
  margin: 0 auto;
  margin-top: 16px;
}

#highlateBlocksCon {
  display: flex;
  max-width: 910px;
  margin: 60px auto 0;
}

#highlateBlocksCon .highlateBlocks:first-child {
  width: 28%;
}

.highlateBlocks {
  padding: 0 15px;
  width: 36%;
}

.highlateBlocks {
  display: flex;
}

.highlateBlocks p:first-child {
  width: 47px;
  height: 47px;
  background: #D5FCF3;
  border-radius: 50%;
  padding: 14px;
  font-weight: bold;
}

.highlateBlocks p:last-child {
  width: calc(100% - 57px);
  text-align: left;
  margin: 0 0 0 10px;
}

#imageHeader {
  margin: 50px auto 30px;
  max-width: 780px;
  font-size: 17px;
}

.videoThumnailCon {
  width: 67%;
  margin: 0 auto;
  text-align: left;
}

.viewTranscript {
  margin: 0;
  display: inline-block;
  text-decoration: underline;
  color: #333;
    /* font-weight: bold; */;
}

.learnMore {
  margin: 40px 0 0;
  text-align: center;
}

.learnMore a,
.getBreztriBlock a {
  text-decoration: underline;
  color: #333;
  font-weight: bold;
}

#getBreztri {
  margin: 70px 100px;
  text-align: center;
}

#getBreztriBlockCon {
  display: flex;
  justify-content: center;
  margin: 40px 0;
}

.getBreztriBlock {
  max-width: 345px;
  width: 33.33%;
  margin: 0 10px;
  border: 3px solid #F0B323;
  border-radius: 12px;
  text-align: center;
  padding: 30px 15px;
}

.getBreztriBlock>span {
  width: 49px;
  height: 49px;
  background: #F0B323;
  display: inline-block;
  border-radius: 50%;
  font-weight: bold;
  font-size: 35px;
  color: #fff;
  padding: 5px;
}

.getBreztriBlock p {
  margin: 10px 0;
  min-height: 72px;
}

#getBreztri h3 {
  font-weight: bold;
  font-size: clamp(1.125rem, 1.0179rem + 0.5357vw, 1.5rem);
  margin: 0 0 15px;
}

.findOut {
  background: #F0B323;
  color: #333;
  padding: 15px 22px;
  display: inline-block;
  max-width: 345px;
  border-radius: 22px;
  font-weight: bold;
}

.modal-box ul.first-level-list {
  padding-left: 20px;
  list-style: none;
  font-family: 'Gotham-Book';
}

.modal-box li {
  padding-bottom: 10px;
}

.modal-box .first-level-list li::before {
  content: "\2022";
  color: #696969;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  border: 0px;
  font-family: 'Gotham-Book';
}

.modal-box .second-level-list li::before {
  content: "\2022";
  color: #696969 !important;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
  border: 0px;
  font-family: 'Gotham-Book';
}

.modal-box ul.second-level-list {
  list-style: none;
}

.modal-box ul.second-level-list {
  padding-left: 30px;
  padding-top: 10px;
  font-family: 'Gotham-Book';
}

#newLookSection-wrapper h3 {
  margin-bottom: 45px;
}

.newLookSection-wrapper {
  margin-bottom: 5px;
}

@media only screen and (min-width: 1440px) {
}

@media only screen and (max-width: 1200px) {
  #bannerSection {
    padding: 100px 50px 50px;
  }

  #newLookSection {
    margin: 0 50px 50px;
  }

  #originalLookSection {
    margin: 0 50px 50px;
  }

  #getBreztri {
    margin: 70px 50px;
  }
}

@media screen and (min-width: 991px) {
    
  #copd-inhaler .breztri-banner-bg {
    min-height: 270px;
/*    background-image: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/phase4/desktop/talk-to-your-doctor/taking-to-doctor-bg.jpg);
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
*/;
  }

  .eligible p {
    padding-right: 5px;
  }

  #using-your-inhaler.empty-space-video {
    height: 200px;
    margin-bottom: 0;
    margin-top: -200px;
    position: relative;
    visibility: hidden;
  }
}

@media only screen and (max-width: 991px) {
    
  #copd-inhaler .breztri-banner-bg {
    min-height: 200px;
/*  background-image: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/phase4/mobile/talk-to-your-doctor/taking-to-doctor-bg.jpg);
    background-position: 50% 27%;
*/;
  }

  #highlateBlocksCon,
    #getBreztriBlockCon {
    display: block;
  }

  #inhalerImages {
    padding-left: 10%;
  }

  .highlateBlocks,
    #highlateBlocksCon .highlateBlocks:first-child {
    width: 100%;
    padding: 0;
    margin: 20px 0;
  }

  .getBreztriBlock {
    width: 100%;
    max-width: initial;
    margin: 30px 0;
  }

  #findOut {
    max-width: initial;
    width: 100%;
  }

  body .quiz.cmp-modal__modalbox.modal-xl .modal__close {
    color: #373A37;
    left: 30px;
    top: 65px;
  }
}

@media only screen and (min-width: 768px) {
  #copd-inhaler .breztri-banner-bg {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/phase4/desktop/talk-to-your-doctor/taking-to-doctor-bg.jpg);
    border-radius: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 30%;
  }
}

@media only screen and (max-width: 767px) {
    
  #copd-inhaler .breztri-banner-bg {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/phase4/mobile/talk-to-your-doctor/taking-to-doctor-bg.jpg);
    background-position: 50% 27%;
  }

  #bannerText {
    max-width: 100%;
  }

  #inhalerImages div {
    margin: 0;
  }

  .copd-inhaler .benifits-header h4 {
    width: 220px;
    line-height: 20px;
  }

  .copd-inhaler .benifits-header {
    padding-top: 65px;
  }

  #newLookSection .video {
    width: 90%;
    margin: 0 auto;
  }

  .videoThumnailCon {
    width: 90%;
  }
}

@media only screen and (max-width: 600px) {

    
  #bannerText p:nth-child(4) {
    margin: 15px 0;
  }

  #bannerSection {
    padding: 100px 30px 10px;
  }

  #newLookSection {
    margin: 0 30px 50px;
  }

  #originalLookSection {
    margin: 0 30px 0;
    box-shadow: none;
    padding: 0;
  }

  #getBreztri {
    margin: 40px 30px;
  }

  #newLookSection {
    padding: 30px 0;
  }

  #newLookSection h3,
    #newLookSectionTagLine,
    #highlateBlocksCon,
    #imageHeader,
    #newLookSection .viewTranscript {
    padding: 0 20px;
  }

  .learnMore {
    padding: 0 10px;
    margin: 20px 0 0;
  }

  #highlateBlocksCon {
    margin: 30px auto 0;
  }

  #imageHeader {
    margin: 20px auto;
  }

  .instructions-puffs {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    max-width: 100%;
  }
}

/*Using Inhaler Css Temporary Place here*/

#copd-inhaler .benifits-header h6 {
  font-family: 'Gotham-Book';
}

#copd-inhaler .benifits-header p {
  font-family: 'Gotham-Book';
  max-width: 1003px;
  margin-bottom: 5px;
}

#copd-inhaler #inhalerImages a {
  font-family: 'Gotham-Bold';
}

#copd-inhaler .highlateBlocks {
  width: 37%;
}

#copd-inhaler .viewTranscript {
  font-family: 'Gotham-Book';
  font-size: 17px;
}

#copd-inhaler div#discover-flare-upsection {
  margin-left: 30px;
  margin-right: 30px;
  margin-top: 55px;
}

#copd-inhaler #newLookSection {
  padding: 40px 40px 40px 40px;
  max-width: 1160px;
  margin: 0 auto;
  margin-bottom: 70px;
}

.getBreztriBlock-inhaler {
}

.getBreztriBlock-inhaler figure {
  margin: 0;
}

.getBreztriBlock-inhaler figure img {
  margin: 0 auto;
}

a.check-faq {
  position: relative;
  display: inline-block;
}

#getBreztriBlockCon a.check-faq {
  display: inline-block;
  position: relative;
  padding-right: 10px;
  border-bottom: #333333 1px solid;
  text-decoration: none;
  font-size: 17px;
  line-height: 20px;
  font-family: 'Gotham-Bold';
}

#getBreztriBlockCon a.check-faq:after {
  position: absolute;
  right: -2px;
  top: 1px;
  content: "\f054";
  font-family: "FontAwesome6Free-Solid";
  color: #333333;
  font-size: 17px;
}

h3.get-brez {
  text-align: center;
  font-size: 22px;
  line-height: 29px;
  margin: 50px 0 20px 0;
}

a.guide-find {
  max-width: 324px;
  margin: 0 auto;
}

#copd-inhaler .highlateBlocks p:first-child {
  font-family: 'Gotham-Bold';
  line-height: 47px;
  padding: 0;
  font-size: 24px;
}

#copd-inhaler #newLookSection .video {
  width: 100%;
  max-width: 859px;
}

#copd-inhaler #imageHeader {
  margin: 0 auto;
  max-width: 858px;
  padding-top: 5px;
  padding-bottom: 10px;
  padding-left: 4px;
  padding-right: 5px;
}

#copd-inhaler .cmp-video__player {
  padding: 0;
}

#copd-inhaler .videoThumnailCon {
  width: 100%;
  max-width: 856px;
  padding-top: 20px;
}

#copd-inhaler p.learnMore a {
  font-family: 'Gotham-Bold';
}

.eligible {
  padding: 0;
}

.eligible p {
  font-family: 'Gotham-Book';
  font-size: 14px;
  line-height: 18px;
  position: relative;
}

.eligible-in {
  max-width: 1101px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 10px;
}

span.special-symbol {
  position: absolute;
  left: -5px;
}

#copd-inhaler #inhalerImages div p {
  font-family: 'Gotham-Bold';
  max-width: 100%;
}

#copd-inhaler #newLookSection h3 {
  max-width: 580px;
  margin: 0 auto;
  line-height: 29px;
}

#copd-inhaler .benifits-container h1 {
  max-width: 800px;
  font-size: 45px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #373A37;
}

#copd-inhaler .benifits-container h2 {
  max-width: 800px;
}

/*#copd-main-wrapper-container .cmp-container__backgroundImage--enabled {
    background-image: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/desktop/copd-header-desktop.png);
}*/




@media screen and (max-width: 991px) {
    
    
  #using-your-inhaler.empty-space-video {
    height: 300px;
    margin-bottom: 0;
    margin-top: -300px;
    position: relative;
    visibility: hidden;
  }

  #copd-inhaler #getBreztriBlockCon {
    padding: 0 15px;
  }

  #copd-inhaler .highlateBlocks {
    width: 90%;
  }

  #copd-inhaler #newLookSection {
    margin: 0 20px 20px;
  }

  #banner-container .benifits-container {
    padding-top: 0;
  }

  #copd-inhaler .benifits-container h1 {
    max-width: 100%;
    font-size: 27px;
    line-height: 32px;
    padding-top: 5%;
  }

  #copd-inhaler .benifits-container h2 {
    max-width: 100%;
    font-size: 27px;
    line-height: 32px;
    padding-top: 5%;
  }

  #copd-inhaler .viewTranscript {
    font-size: 14px;
  }

  #inhalerImages {
    padding-left: 0;
  }

  .getBreztriBlock p {
    min-height: auto;
  }
}

@media screen and (max-width: 767px) {
  #inhalerImages {
    padding-left: 0;
  }

  #copd-inhaler .benifits-header h4 {
    font-size: 14px;
    line-height: 16px;
    max-width: 140px;
  }

  #copd-inhaler .benifits-container h1 {
    font-size: 27px;
    line-height: 32px;
    margin-top: 0;
    padding-top: 0;
  }

  #copd-inhaler .benifits-container h2 {
    font-size: 27px;
    line-height: 32px;
    max-width: 236px;
    margin-top: 0;
    padding-top: 0;
  }

  #copd-inhaler .benifits-header h6 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 12px;
  }

  #copd-inhaler .benifits-header {
    width: 100%;
    padding-top: 0;
  }

  #copd-inhaler h4.banner-title {
    padding-top: 16%;
    padding-bottom: 20%;
  }

  #copd-inhaler #inhalerImages div {
    width: 50%;
  }

  #copd-inhaler #newLookSection {
    margin: 0 0 40px 0;
    padding: 30px 0 30px 0;
  }

  #copd-inhaler #newLookSection:nth-child(1) {
    padding: 30px 0 30px 0;
  }

  #copd-inhaler .highlateBlocks {
    width: 100%;
  }

  #copd-inhaler #highlateBlocksCon {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }

  #copd-inhaler div#discover-flare-upsection {
    margin: 0 25px;
  }

  #copd-inhaler #newLookSection h3,
    #originalLookSection h3 {
    line-height: 24px;
    padding: 0 5px;
    margin: 0 0 25px 0;
  }

  #copd-inhaler #newLookSection h3 {
    margin: 0 auto;
  }

  #copd-inhaler #newLookSectionTagLine {
    padding-left: 15px;
    padding-right: 15px;
  }

  #copd-inhaler #imageHeader {
    padding-top: 0;
    padding-bottom: 20px;
    font-size: 14px;
    line-height: 21px;
  }

  #copd-inhaler .viewTranscript {
    padding: 0;
  }

  #copd-inhaler .learnMore {
    font-size: 14px;
    line-height: 21px;
    margin: 30px 0 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  #copd-inhaler #getBreztriBlockCon {
    padding: 0;
  }

  .getBreztriBlock-inhaler figure img {
    width: 24px;
  }

  .getBreztriBlock-inhaler {
    padding: 20px 15px 30px 15px;
    margin: 25px 0;
  }

  h3.get-brez {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 20px 0;
  }

  .eligible .content-container {
    padding: 0;
  }

  .eligible-in {
    padding-top: 30px;
    padding-bottom: 10px;
  }

  .eligible p {
    font-size: 12px;
  }

  .highlateBlocks p {
    font-size: 14px;
    line-height: 21px;
  }

  #newLookSectionTagLine {
    font-size: 14px;
    line-height: 21px;
  }

  #inhalerImages div p {
    font-size: 15px;
    line-height: 19px;
  }

  #inhalerImages div a {
    font-size: 15px;
    line-height: 19px;
  }

  #newLookSection-wrapper h3 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 45px;
  }

  #copd-inhaler #inhalerImages div p {
    font-size: 15px;
    line-height: 19px;
    max-width: 100%;
    margin-bottom: 5px;
  }

  #copd-inhaler .highlateBlocks p:first-child {
    font-size: 18px;
    line-height: 42px;
    width: 42px;
    height: 42px;
  }

  p.brigh {
    padding-top: 8px;
  }

  #getBreztriBlockCon a.check-faq {
    border-bottom: none;
    padding-right: 15px;
  }

  #getBreztriBlockCon a.check-faq span {
    border-bottom: #333333 1px solid;
  }

  .wrap-copd-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  #newLookSection p.learnMore {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  #copd-inhaler .breztri-banner h1 {
    max-width: 40%;
  }

  #copd-inhaler .eligible-in {
    max-width: 330px;
  }

  #copd-inhaler .accordion-first {
    padding-right: 75px !important;
  }
}

/* UBP3-74 : Breztri DTC Website: Q3 2024 Integration of New Campaign Style Starts here*/
a.instructions-cover {
  text-decoration: underline;
  font-family: 'Gotham-Bold';
}

#newLookSection1 {
  display: none;
}

.prescription {
  display: flex;
  align-items: center;
}

.get-instructions {
  margin-top: 20px;
}

.get-instructions a.learn-but {
  max-width: 306px;
  margin: 0 auto;
}

.prescription-view {
  width: 150px;
}

.prescription-view figure {
  margin: 0;
}

.prescription-content {
  padding: 11px 0 0 0;
}

#copd-inhaler .benifits-header p {
  font-family: 'Gotham-Book';
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  margin: 0;
  padding: 0 0 10px 0;
}

#copd-inhaler .benifits-header p a {
  color: #333333;
}

#copd-inhaler .benifits-header h6 {
  margin-top: 35px;
  margin-bottom: 36px;
}

#copd-inhaler h4.banner-title {
  margin-top: 60px;
}

/*accordion starts here*/
#copd-inhaler .cmp-accordion__icon::before {
  content: '\f067';
  font-family: "FontAwesome6Free-Solid";
  color: #fff;
  background: #000;
  border-radius: 50%;
  height: 23px;
  width: 23px;
  display: block;
  padding-left: 0;
  padding-top: 0;
  text-align: center;
  line-height: 23px;
  opacity: 1;
}

#copd-inhaler .cmp-accordion__button--expanded .cmp-accordion__icon::before {
  content: '\f068';
  font-family: "FontAwesome6Free-Solid";
}

#copd-inhaler h3.accordion_title.melt-emi {
  padding: 10px 0 10px 70px;
}

#copd-inhaler .cmp-accordion__button {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion_bg {
  background: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/phase2-q3/desktop/using-your-inhaler/question-mark-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.accordion_bg2 {
  background: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/phase2-q3/desktop/using-your-inhaler/calendar-icon.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.accordion_bg3 {
  background: url(/content/dam/intelligentcontent/brands/breztri-dtc/us/en/images/phase2-q3/desktop/using-your-inhaler/inhaler-cleaning-process.png);
  background-repeat: no-repeat;
  background-position: center left;
}

.inhaler-accordion-content-block {
}

.inhaler-accordion-content {
  padding: 0 0 0 59px;
}

.inhaler-accordion-item {
  max-width: 848px;
}

.inhaler-accordion-steps {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0 10px 0;
}

.inhaler-step {
}

.instruction-step {
}

.instruction-view {
}

.instruction-content {
}

.instruction-content p {
  text-align: left;
  font-family: 'Gotham-Book';
  font-size: 17px;
  line-height: 24px;
}

.instruction-content p span {
  font-family: 'Gotham-Bold';
}

.instruction-content {
  max-width: 388px;
}

.inhaler-content1 {
  max-width: 266px;
}

.inhaler-content3 {
  max-width: 270px;
}

.inhaler-content5 {
  max-width: 422px;
}

.inhaler-content10 {
  max-width: 438px;
}

.inhaler-content14 {
  max-width: 382px;
}

.inhaler-content15 {
  max-width: 378px;
}

.inhaler-content16 {
  max-width: 383px;
}

p.accod-space {
  padding-bottom: 8px;
}

.instruction-step figure {
  margin: 0;
}

.instruction-view figure {
  margin: 0;
}

.steps1 {
  width: 90px;
}

.steps2 {
  width: 320px;
}

.steps3 {
  width: 440px;
}

.stage-accordion-item3 {
  margin-top: 15px;
}

.inhaler-instructions {
  padding: 20px 0 5px 0;
}

.inhaler-instructions p {
}

.inhaler-instructions p span {
  font-family: 'Gotham-Bold';
}

.instructions-puffs {
  padding: 20px 0 20px 0;
  display: flex;
  max-width: 440px;
  justify-content: space-between;
}

.puffs {
  text-align: center;
}

.puffs figure {
  margin: 0 0 13px 0;
}

.using-your-head {
  padding: 0 0 10px 0;
}

.using-your-head h3 {
  font-family: 'Gotham-Bold';
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  text-align: center;
  margin: 0 0 10px 0;
}

.using-your-head p {
  font-family: 'Gotham-Book';
  font-size: 17px;
  line-height: 24px;
  color: #333333;
  text-align: center;
}

.inhaler-description {
  padding: 60px 0 20px 0;
  text-align: center;
}

.inhaler-description figure {
  padding: 0;
  margin: 0;
}

.inhaler-description h3 {
  font-family: 'Gotham-Bold';
  font-size: 24px;
  line-height: 29px;
  color: #333333;
  text-align: center;
  margin: 0 0 20px 0;
}

.inhaler-accordion-content3 {
  padding-bottom: 10px;
}

#copd-inhaler .cmp-accordion__icon {
  padding: 0 0;
}

.inhaler-content5 p.step-title{
  padding-bottom: 15px;
}

/*accordion ends here*/
@media screen and (min-width:1600px) {

  #copd-inhaler div#copd-main-wrapper-container {
    max-width: 1303px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width:991px) {

 
  #copd-inhaler .benifits-container h1 {
    max-width: 100%;
    margin-top: 60px;
  }
}

@media only screen and (max-width: 1300px) {
    

  #copd-inhaler .benifits-header h6 {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
}

@media screen and (max-width:991px) {

  #copd-inhaler #banner-container {
    margin-top: 40px;
  }

  #copd-inhaler .benifits-container {
    padding-left: 0;
    padding-right: 0;
  }

  #copd-inhaler .global-banner-inner {
    background: none;
  }

  #copd-inhaler h4.banner-title {
    margin-top: 0;
    padding-top: 30px;
    padding-bottom: 10px;
    max-width: 150px;
  }

  #copd-inhaler .benifits-container h1 {
    padding-top: 0px;
  }

  .prescription {
    align-items: flex-start;
    height: 130px;
  }

  .prescription-view {
    width: 110px;
  }

  .prescription-content {
    padding: 3px 0 0 12px;
  }

  #copd-inhaler .benifits-header p {
    font-size: 14px;
    line-height: 21px;
  }

  #copd-inhaler .benifits-header h6 {
    font-size: 18px;
    line-height: 22px;
  }

  .using-your-head h3 {
    font-size: 18px;
    line-height: 24px;
  }

  .using-your-head p {
    font-size: 14px;
    line-height: 21px;
  }

  #copd-inhaler #newLookSection {
    margin: 0 0 50px 0;
  }

  #copd-inhaler div#FAQ-accordion-component {
    padding-left: 0;
    padding-right: 0;
  }

  #copd-inhaler h3.accordion_title.melt-emi {
    line-height: 17px;
  }

  #copd-inhaler h3.accordion_title.melt-emi {
    padding: 9px 0 9px 45px;
  }

  .accordion_bg {
    background-size: 36px;
  }

  .inhaler-accordion-content {
    padding: 0;
  }

  .inhaler-accordion-steps {
    display: block;
  }

  .steps1 {
    width: 100%;
  }

  .steps2 {
    width: 100%;
    margin-top: 15px;
  }

  .steps3 {
    width: 100%;
  }

  .instruction-step {
    text-align: center;
  }

  .instruction-step figure {
    margin: 0 auto;
  }

  .instruction-view {
    text-align: center;
  }

  .instruction-view figure {
    margin: 0 auto;
  }

  .instruction-view figure img {
    max-width: 181px;
  }

  .instruction-content {
    padding-top: 10px;
  }

  .instruction-content p {
    font-size: 14px;
    text-align: center;
  }

  .stage-accordion-item3 {
    margin-top: 0;
  }

  .instruction-content {
    max-width: 275px;
    margin: 0 auto;
  }

  .inhaler-instructions p {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .puffs {
    margin: 0 0 24px 0;
  }

  .puffs p {
    max-width: 100px;
  }

  .puffs2 {
    margin: 0 0 10px 0;
  }

  .instructions-puffs {
    display: flex;
    width: 100%;
    padding: 15px 0 0px 0;
    max-width: 240px;
    margin: 0 auto;
  }

  .inhaler-instructions p {
    font-size: 14px;
    line-height: 24px;
  }

  .inhaler-description {
    padding: 35px 0 10px 0;
  }

  .inhaler-description h3 {
    font-size: 18px;
    line-height: 24px;
  }

  #copd-inhaler .cmp-accordion__icon::before {
    height: 16px;
    width: 16px;
    line-height: 17px;
    font-size: 10px;
  }

  a.instructions-cover.mobile-only {
    display: inline-block;
  }
}

@media screen and (max-width: 767px) {
  #copd-inhaler .global-banner-inner {
    background-size: 36%;
  }

  .prescription {
    height: auto;
  }

  #copd-inhaler .benifits-header h6 {
    margin-top: 18px;
    margin-bottom: 13px;
  }

  .prescription-content {
    padding: 0px 0 22px 10px;
  }

  p.accod-space {
    padding-bottom: 15px;
  }

  .inhaler-content4 {
    max-width: 257px;
  }

  .inhaler-content5 {
    max-width: 267px;
  }

  .inhaler-content7 {
    max-width: 250px;
    padding-bottom: 8px;
  }

  .inhaler-content8 {
    max-width: 267px;
  }

  .inhaler-content9 {
    max-width: 265px;
    padding-bottom: 10px;
  }

  .inhaler-content10 {
    max-width: 267px;
  }

  .inhaler-content11 {
    max-width: 273px;
  }

  .inhaler-content13 {
    max-width: 261px;
  }

  .inhaler-content14 {
    max-width: 267px;
  }

  .instruction-view figure img.inhaler-resize {
    max-width: 132px;
  }

  .instruction-view figure img.inhaler-resize1 {
    max-width: 140px;
  }

  #copd-inhaler h3.accordion_title.accodion_data {
    padding: 9px 60px 9px 45px;
  }

  #copd-inhaler h3.accordion_title.melt-emi {
    padding: 9px 10px 9px 45px;
  }
}

@media screen and (max-width: 677px) {
 
  #copd-inhaler .global-banner-inner {
    background-size: 33%;
  }

  #copd-inhaler .newLookSection-wrapper {
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 5px;
  }

  #copd-inhaler .benifits-container h1,
    #copd-inhaler .benifits-header h6 {
    text-align: left;
    padding-right: 10px;
  }

  #copd-inhaler .guide-but {
    font-size: 16px;
  }

  #copd-inhaler .instructions-puffs {
    display: flex;
    max-width: 250px;
    justify-content: space-around;
    margin: 0 auto;
  }

  .prescription-view {
    width: 196px;
  }

  #copd-inhaler .breztri-banner-bg {
    background-position: right 33%;
  }
}

@media screen and (max-width: 475px) {
  #copd-inhaler .global-banner-inner {
    background-size: 38%;
  }
}

@media only screen and (max-width: 360px) {
  #copd-inhaler .breztri-banner-bg {
    background-position: 60% 50%;
  }
}

#copd-inhaler .breztri-banner h2 {
  font-size: 70px;
  line-height: 70px;
  color: #FFFFFF;
  margin: 0;
  text-transform: uppercase;
  max-width: 550px;
  font-family: 'Gotham-Black';
}

@media screen and (max-width: 991px) {
  #copd-inhaler .breztri-banner h2 {
    font-size: 30px;
    line-height: 30px;
    max-width: 195px;
  }
}

@media screen and (max-width: 500px) {
  #copd-inhaler .breztri-banner h2 {
    max-width: 40%;
  }
}

/* UBP3-74 : Breztri DTC Website: Q3 2024 Integration of New Campaign Style End here*/