/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
  font-family: "Lato", sans-serif;
  color:rgba(0, 48, 108, 1);
  font-size: 18px;
  line-height: 21px;
}

sup {
  top: -.8em;
}

sub, sup {
  
  font-size: 55%;
}


.container {
  max-width: 1200px;
}

.navbar {
  padding: .75rem 1.2rem;
  max-width: 1200px;
  margin: auto;
  align-items: flex-start !important;

}

.homeHeader
{
  position:relative;
}


.homeHeader .mainTitleTop
{
  font-size: 40px;
  font-weight: 900;
  line-height: 44px;
  color: #fff;
}

.homeHeader .mainTitleBottom
{
  font-size: 30px;
  font-weight: 900;
  line-height: 38px;
  color: #fff;
}


.patientHeaderContainer
{
  padding-top: 30px;
  padding-bottom: 30px;
}

.patientHeaderContainer .row
{
  max-width: 920px;
  margin: auto;
}

h1.PatientTitle
{
  font-size: 30px;
  color: #00306C;
  line-height: 34px;
  font-weight: 700;
    text-indent: unset;
}


.whitePatientHeaderTitle
{
color: #fff;
font-size: 25px;
font-weight: 900;
background-color: #00306C;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 50px;

}

.whitePatientHeaderTitle .row
{
margin-left: 0px;
margin-right: 0px;
}

.BluePatientHeaderTitle
{
color: #00306C;
font-size: 25px;
font-weight: 900;
background-color: #E5F5FF;
width: 100%;
padding-top: 10px;
padding-bottom: 10px;
text-align:center;

}




.waveBackground .row {
  max-width: 920px;
  margin:auto;
  }


.waveBackground
{
  /* background-image: url('/assets/img/patient/desktop/lines-background.img.png'); */
  background-image: url('./assets/img/patient/desktop/lines-background.img.png');
  background-repeat: no-repeat;
  background-size: 100% 85%;
  background-position: bottom; /* Aligns image to bottom of container */
  padding-top: 40px;
  padding-bottom: 40px;
}

.howToUseNavigation 
{
  
  color: #00306C;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 10px;
}


.howToUseNavigation a
{
  
  color: #00306C;
  font-weight: 700;
  text-decoration: underline;
}

.howToUseNavigation::before {
  content: '';
  display: inline-block;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid #3995D3; /* Adjust size & color as needed */
  margin-right: 10px;
  vertical-align: bottom;
}


.howToUseBlueBox
{
  border: solid 1px #00306C;border-radius: 13px;background-color: rgba(93, 168, 218, .78);text-align:center;padding: 40px 40px;

}

.howToUseWhiteBullets
{
  padding-left: 25px;

}

.howToUseWhiteBullets li
{
  padding-bottom: 15px;

}

.howToUseWhiteBullets li::marker
{
  color: #5DA8DA;

}

.lightBlue
{
color: #5DA8DA;
font-weight: 900;
}

.lightBlueSmallBackground
{
background-color: rgba(229, 245, 255, 1);
padding: 8px 15px;
font-weight: bold;
max-width: 250px;
margin-bottom: 20px;
}

.howToUseWhiteSection
{  
  padding-top: 45px;
  padding-bottom: 45px;
}


.howToUseWhiteSection .row {
  max-width: 920px;
  margin:auto;
  }

.howToPrepareText
{
  font-size: 16px;
  font-weight: 400;
  text-align:center;
  
}

.howToPrepareBorderRight
{
  border-right: solid 1.5px rgba(200, 227, 244, 1);
  padding-right: 20px;
}

.howToPrepareBorderRightMid
{
  border-right: solid 1.5px rgba(200, 227, 244, 1);
  padding-right: 20px;
  padding-left: 20px;
}

.howToPrepareBorderRightLast
{
  
  padding-left: 20px;
}

.howToPrepareImg
{
  text-align:center;
  padding-bottom: 27px;

}


.lightBlueBorderTopSpacing
{
  border-top: solid 1px rgba(200, 227, 244, 1);
  padding-top: 25px;

}

.howToUseLayout
{
  display: flex;
  
}

.howToUseLayoutBorderBottom
{
border-bottom: solid 1px rgba(200, 227, 244, 1);
  padding-bottom: 25px;
}

.howToUseLayoutBorderTop
{
padding-top: 25px;

}

.howToUseLayout .wrapper {
  display: flex;
  flex-direction: column;
}

.howToUseLayout .wrapper.top {
  justify-content: flex-start;
}

.howToUseLayout .wrapper.center {
  justify-content: center;
}

.howToUseLayout .wrapper.bottom {
  justify-content: flex-end;
}

.howToUseLayout .wrapper .item {
  
  padding: 10px;
}


a.hcpBlueButton
{
background-color: #00306C;
border-radius: 6px;
padding: 15px 10px;
color: #fff;
text-decoration:none;
text-align:center;
display:block;
font-size: 18px;
max-width: 360px;
margin-top: 30px;
}

a.hcpBlueButton2
{
background-color: #00306C;
border-radius: 6px;
padding: 15px 10px;
color: #fff;
text-decoration:none;
text-align:center;
display:block;
font-size: 18px;
max-width: 520px;
margin-top: 20px;
margin-bottom: 40px;
}


.hcpPatientAssistanceContainer
{
background-color: #00306C;
padding-top: 40px;
padding-bottom: 50px;
text-align:center;

}

.efficacyTopContainer
{
padding-top: 40px;
padding-bottom: 30px;

}

.efficacyTopContainer .row
{
max-width: 1015px;
margin: auto;

}


h1.efficacyTitle
{
  font-size: 28px;
  line-height: 32px;
  font-weight: 900;
  color: #00306C;
  text-indent: unset;
margin-bottom: 10px;
}

h2.efficacySubTitle
{
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #5DA8DA;

}

h2.efficacySubTitleDarkBlue
{
  font-size: 25px;
  line-height: 32px;
  font-weight: 700;
  color: #00306C;
  padding-bottom: 10px;
}




.efficacyReferenceText
{
  color: #000;
  font-size: 9px;
  line-height: 12px;
  font-weight: 400;
  padding-top: 10px;
}

.subWhitePatientHeaderTitle {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
  background-color: #00306C;
  width: 100%;
  padding-top: 25px;
  padding-bottom: 25px;
  text-align:center;
  line-height: 30px;
}

.subRescueInhalerBackground
{
  background-color: #3995D3;
  padding-top: 20px;
  padding-bottom: 50px;
}

.inhalerWhiteText {
  font-size: 18px;
  line-height: 25px;
  color: #fff;
  text-align: center;
  max-width: 1060px;
  margin: auto;
  padding-bottom: 30px;
}


.inhalerWhiteTitle
{
  color: #fff;
  font-size: 22px;
  line-height: 26px;
  font-weight: 900;
  padding-bottom: 30px;

}

.chartContainer
{
  padding-top: 0px;
  padding-bottom: 40px;
}

.chartContainer .row
{
max-width: 1015px;
margin: auto;

}

.bottomEfficacyontainer {
  background: #3995D3;  
  color: #fff;
  text-align: center;
}

.threeColumnCost
{
  padding-top: 30px;
  padding-bottom: 30px;

}

.threeColumnCostWidth
{
  max-width:300px;
  margin:auto;
}

.threeColumnCostWidth .threeColumnCostImg
{
  text-align:center;
  padding-bottom: 15px;
}

.threeColumnCostWidth .threeColumnCostText
{
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #00306C;
  text-align:center;
}

.threeColumnCostWidthFlex
{
display:flex;
align-items:center;

}


.threeColumnCostWidthFlex .threeColumnCostImg
{
  padding-top: 10px;
  padding-bottom: 15px;
  width: 70px;
}

.threeColumnCostWidthFlex .threeColumnCostText
{
  font-size: 15px;
  line-height: 18px;
  font-weight: 900;
  color: #00306C;  
}



.jumbotron 
{
padding: 0px;
margin-bottom: 0px;
background-color: #fff;
}

.jumbotron .container
{
padding: 0px;
border-top: solid #5DA8DA 7px;
}

.form-inline
{
  font-size: 13px;
  line-height: 19px;
color: #00306C;
font-weight: 400;
text-align:right;
}

.form-inline a
{
  font-size: 13px;
  line-height: 19px;
color: #00306C;
text-decoration:underline;
font-weight: bold;
}

.form-inline {
  display: unset;
  display: unset;
  display: unset;
  -webkit-box-orient: unset;
  -webkit-box-direction: unset;
  -ms-flex-flow: unset;
  flex-flow: unset;
  -webkit-box-align: unset;
  -ms-flex-align: unset;
  align-items: unset;
}

.BluePatientHeaderTitle .row
{
margin-left: 0px;
margin-right: 0px;

}


h1
{
color: #00306C;
font-size: 28px;
line-height: 36px;
font-weight: 900;
text-indent: -30px; /* Indent the wrapped lines */
}

h2
{
color: #5DA8DA;
font-size: 24.5px;
line-height: 36px;
font-weight: 700;
}

.heavyWhite
{
font-weight: 700;
color: #fff;

}


.inhalerContainer
{
  display: flex;
      flex-direction: column;
      justify-content: space-between;
      margin-top: -160px;
      max-width: 1080px;
}

.inhalerContainer .col-md-10
{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 30px;

}

h2.indented-text {
  text-indent: 0; /* No indent on the first line */
  white-space: pre-wrap; /* Ensure text wraps correctly */
}

h2.indented-text::first-line {
  text-indent: 0; /* No indent on the first line */
}

h2.indented-text  {
  margin: 0;
  text-indent: -30px; /* Indent the wrapped lines */
}

.indication
{
    color: #00306C;
    font-size: 15px;
    line-height: 23px;
    text-align:center;
}


.indicationContainer
{
max-width: 1000px;
margin: auto;
padding-bottom: 50px;
}

.clinicalEfficacyContainer
{
background-color: #00306C;
padding-top: 25px;
color: #fff;
text-align:center;
}

.clinicalEfficacyTitle
{
font-size: 25px;
line-height: 30px;
color: #fff;
text-align:center;
margin-bottom: 10px;
}

.clinicalEfficacyText
{
font-size: 18px;
line-height: 28px;
color: #fff;
text-align:center;
margin-bottom: 30px;
max-width: 1000px;
margin:auto;
padding-bottom: 40px;
}

.clinicalTwoEfficacyContainer
{
  
  /* background: url(/assets/img/desktop/Swoosh.png); */
  background: url(./assets/img/desktop/Swoosh.png);
    background-position: center;    
    background: transparent linear-gradient(180deg, rgba(229, 245, 255, 1) 0%, rgba(200, 227, 244, 1) 100%) 0% 0% no-repeat padding-box;
    padding-bottom: 70px;
}

.clinicalTwoEfficacyContainerImage
{
    
    /* background: url(/assets/img/desktop/Swoosh.png); */
    background: url(./assets/img/desktop/Swoosh.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-bottom: 0px;

}


.subClinicalTwoEfficacyContainer {
  /* background: url(/assets/img/hcp/desktop/home/bkgrndlines-img.png); */
  background: url(./assets/img/hcp/desktop/home/bkgrndlines-img.png);
  background-repeat: no-repeat;
  background-position: bottom;
}

.subClinicalTwoEfficacyContainerImage
{   
    
    padding-bottom: 40px;
    padding-top: 40px;
}

.subEfficacyTitle
{
color: #00306C;
font-weight: 900;
text-align:center;
}

.subEfficacyReference
{
color: #00306C;
font-weight: 400;
font-size: 9px;
line-height: 12px;
text-align:center;
padding-top: 10px;
}



.top-arrow:before {
  content:'';
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 0;
  height: 0;
  border-top: 50px solid #00306C;
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
}

.efficacyBlueTitle
{
color: #00306C;
font-weight: 700;
font-size: 22px;
line-height: 27px;
text-align:center;
margin-bottom: 15px;
}

.efficacyBlueText
{
color: #00306C;
font-weight: 400;
font-size: 17px;
line-height: 23px;
text-align:center;
max-width: 410px;
margin: auto;
margin-bottom: 70px;
}

.efficacyBlueImgCenter
{
text-align:center;
padding-bottom: 50px;
}

.efficacyBox
{
text-align:center;
padding: 18px;
background-color: #fff;
border-radius: 14px;
box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
max-width: 310px;
margin:  0px auto 30px auto;
}

.efficacyAdultBoxTitle
{
color: rgba(57, 149, 211, 1);
font-size: 18px;
line-height: 22px;
font-weight: 700;
text-transform: uppercase;

}

.efficacyAdultBoxTime
{
color: rgba(57, 149, 211, 1);
font-size: 18px;
font-weight: 700;
}

.heavytwentyseven
{
font-weight: 900;
font-size: 27px;
}


.efficacyChildBoxTitle
{
color: rgba(0, 48, 108, 1);
font-size: 18px;
line-height: 22px;
font-weight: 700;
text-transform: uppercase;

}

.efficacyChildBoxTime
{
color: rgba(0, 48, 108, 1);
font-size: 18px;
font-weight: 700;
}

.accessAffordContainer
{
background: transparent linear-gradient(180deg, rgba(93, 168, 218, 1) 0%, rgba(57, 149, 211, 1) 84%,rgba(57, 149, 211, 1)  100%) 0% 0% no-repeat padding-box;
padding-top: 55px;
color: #fff;
text-align:center;
}


.accessAffordTitle
{
font-size: 22px;
line-height: 27px;
color: #fff;
text-align:center;
margin-bottom: 20px;
}

.accessAffordText
{
font-size: 18px;
line-height: 25px;
color: #fff;
text-align:center;
max-width: 1060px;
margin:auto;
padding-bottom: 10px;
}


.accessAffordPoints
{
font-size: 17px;
line-height: 25px;
color: #fff;
text-align:center;
max-width: 560px;
margin:auto;
border-bottom: solid 1px #fff;
padding-top: 30px;
padding-bottom: 30px;
}


.accessAffordPoints:last-child
{
  border-bottom: solid 0px #fff;
  padding-bottom: 80px;
}

.accessAffordContainerPatient
{
background: transparent linear-gradient(180deg, rgba(93, 168, 218, 1) 0%, rgba(57, 149, 211, 1) 84%,rgba(57, 149, 211, 1)  100%) 0% 0% no-repeat padding-box;
padding-top: 10px;
color: #fff;
text-align:center;
}

.accessAffordPointsPatient
{
font-size: 17px;
line-height: 25px;
color: #fff;
text-align:center;
max-width: 760px;
margin:auto;
border-bottom: solid 1px #fff;
padding-top: 30px;
padding-bottom: 30px;
}


.accessAffordPointsPatient:last-child
{
  border-bottom: solid 0px #fff;
  padding-bottom: 50px;
}

.deliversEfficacy
{
font-size: 18px;
line-height: 25px;
color: #fff;
text-align:center;
max-width: 960px;
margin:auto;
border-bottom: solid 1px #fff;
padding-top: 15px;
padding-bottom: 15px;
}


.deliversEfficacy:last-child
{
  border-bottom: solid 0px #fff;
  padding-bottom: 40px;
}



.learnPatient {
  background: transparent linear-gradient(180deg, rgba(229, 245, 255, 1) 0%, rgba(200, 227, 244, 1) 100%) 0% 0% no-repeat padding-box;
  padding-top: 40px;
  padding-bottom: 40px;
  
}

.learnPatient .row {
max-width: 920px;
margin:auto;
}

.learnPatientText {
  font-size: 18px;
  color: #00306C;
  line-height: 21px;
  max-width: 500px;
}


.whitedividerLine
{
  border-left: 1.5px solid #fff;padding-left: 20px;

}

.referencesContainer
{
  background-color: rgba(240, 240, 240, 1);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 8px;
  line-height: 14px;
}

.referencesContainer ol 
{
padding-left: 10px;
margin-bottom: 0px;
}

.footerContainer
{
background-color: rgba(0, 48, 108, 1);
padding-top: 20px;
padding-bottom: 20px;

}

.footerText
{
  font-size: 7px;
  line-height: 11px;
  color: #fff;
  font-weight: 500;
}


.IsiContainer
{
 max-width: 1150px;
 margin: auto;
padding-top: 30px;
padding-bottom: 30px;
}

.ISIDarkHeader
{
  color: rgba(0, 48, 108, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 5px;
}

.ISIText
{
  color: rgba(0, 0, 0, 1);
  font-size: 13.5px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 25px;
}

.ISILightHeader
{
  color: rgba(93, 168, 218, 1);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;

}

ul.ISIBullets
{
padding-left: 20px;
font-size: 13.5px;
  line-height: 17px;
  font-weight: 400;
  
}


ul.ISIBullets li
{
padding-bottom: 5px;
color: #000;
}


ul.ISIBullets li::marker
{
color: rgba(93, 168, 218, 1);
}


#thehoverisiSmall {
  /*left: calc(50% - 502px);
  margin-right: calc(1.25rem + 10px);
  max-width: 1001px;
  */
  left: 0px;
  right: 0px;
  position: fixed;
    bottom: 0;
  z-index: 9999999;
        max-width: 1200px;
        margin: auto;
        background-color: #fff;
        box-shadow: 0 -1px 5px rgba(0, 48, 108, 0.1);
}



#thehoverisiSmall .IsiContainer
{
 max-width: 1150px;
 margin: auto;
padding-top: 10px;
padding-bottom: 0px;
}

#thehoverisiSmall .ISIDarkHeader
{
  color: rgba(0, 48, 108, 1);
  font-size: 16px;
  line-height: 22px;
  font-weight: 700;
  margin-bottom: 0px;
}

#thehoverisiSmall .ISIText
{
  color: rgba(0, 0, 0, 1);
  font-size: 13.5px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 0px;
}

#thehoverisiSmall .ISILightHeader
{
  color: rgba(93, 168, 218, 1);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0px;

}

#thehoverisiSmall ul.ISIBullets
{
padding-left: 20px;
font-size: 13.5px;
  line-height: 17px;
  font-weight: 400;
  margin-bottom: 0px;
}


#thehoverisiSmall ul.ISIBullets li
{
padding-bottom: 0px;
}


#thehoverisiSmall ul.ISIBullets li::marker
{
color: rgba(93, 168, 218, 1);
}


/*
    @media only screen and (max-width:40em)
{
  #thehoverisiSmall{left:0;width:100%;height: 100px;}
}
*/

.ReadButton
{
    font-size: 8px;
    color: rgba(93, 168, 218, 1);
  cursor: pointer;

}


.footerDesktop
{
  display:block;
  visibility: visible;
}

.footerMobile
{
  display:none;
  visibility: hidden;
}

@media (max-width: 1078px) {

h1
{
font-size: 25px;
line-height: 34px;
text-indent: -13px;
}

h2
{
font-size: 23px;
line-height: 30px;
}

}


@media (max-width: 1040px) {

  h1
  {
  font-size: 23px;
  line-height: 34px;
  text-indent: -13px;
  }
  
  h2
  {
  font-size: 21px;
  line-height: 30px;
  }
  
  }

  @media (max-width: 1000px) {

    h1
    {
    font-size: 21px;
    line-height: 27px;
    text-indent: -30px;
    }
    
    h2
    {
    font-size: 19px;
    line-height: 24px;
    }
    
    }

    @media (max-width: 930px) {

    .efficacyBlueTitle
{

font-size: 21px;
line-height: 27px;
}

.efficacyBlueText
{

font-size: 16px;
line-height: 23px;
}

    }

    @media (max-width: 1100px) {
      .inhalerContainer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -90px;
        max-width: 1080px;
    }

    }


    @media (max-width: 1078px) {
      .inhalerContainer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -150px;
        max-width: 1080px;
    }

    }



    @media (max-width: 900px) {

      h1
      {
      font-size: 19px;
      line-height: 27px;
      text-indent: -30px;
      }
      
      h2
      {
      font-size: 17px;
      line-height: 24px;
      }
      
      .inhalerContainer {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        margin-top: -120px;
        max-width: 1080px;
    }


      }
  


      @media (max-width: 960px) {

        .efficacyBlueTitle
    {
    
    font-size: 20px;
    line-height: 27px;
    }
    
    .efficacyBlueText
    {
    
    font-size: 15px;
    line-height: 23px;
    }
    
        }
    



      @media (max-width: 820px) {

        h1
        {
        font-size: 19px;
        line-height: 27px;
        text-indent: -30px;
        }
        
        h2
        {
        font-size: 17px;
        line-height: 24px;
        }
        
        .inhalerContainer {
          display: flex;
          flex-direction: column;
          justify-content: space-between;
          margin-top: -100px;
          max-width: 1080px;
      }
  
  
      .efficacyBlueTitle
      {
      
      font-size: 19px;
      line-height: 27px;
      }
      
      .efficacyBlueText
      {
      
      font-size: 14px;
      line-height: 23px;
      }


        }


@media (min-width: 769px) and (max-width: 830px) {
  h1.PatientTitle {
    
    padding-top: 30px;

    text-indent: unset;
    margin-left: unset;
  }
}


@media (max-width: 768px) {
  
.showTabletInhaler
{
  display:block;
  visibility:visible;

}

.showMobileInhaler
{
  display:none;
  visibility:hidden;

}

  .threeColumnCost {
    padding-top: 0px;
    padding-bottom: 0px;
}



  .inhalerWhiteText {
    font-size: 15px;
    line-height: 20px;   
    padding-bottom: 25px;
}

h1.PatientTitle {
  font-size: 25px;
line-height: 32px;
  color: #00306C;  
  font-weight: 700;
  text-indent: unset;
  margin-left: unset;
}


  .howToPrepareText
  {
    padding-bottom: 25px;

  }

  .clinicalTwoEfficacyContainer
  {
padding-top: 10px;

  }

  .subWhitePatientHeaderTitle {   
    font-size: 18px;
    line-height: 21px;    
    padding-top: 15px;
    padding-bottom: 15px;
  }



  .subClinicalTwoEfficacyContainerImage
  {   
      
      padding-bottom: 40px;
      padding-top: 40px;
  }
  
  .subEfficacyTitle
  {
  color: #00306C;
  font-weight: 900;
  text-align:center;
  font-size: 15px;
  line-height: 18px;
  }
  
  .subEfficacyReference
  {
  color: #00306C;
  font-weight: 400;
  font-size: 8px;
  line-height: 12px;
  text-align:center;
  padding-top: 10px;
  }
  

  .howToPrepareBorderRightMid {
    border-right: solid 0px rgba(200, 227, 244, 1);
    padding-right: 0px;
    padding-left: 0px;
}

.howToPrepareBorderRight {
  border-right: solid 0px rgba(200, 227, 244, 1);
  padding-right: 0px;
}


  .lightBlueSmallBackground
  {
    margin:auto;
    margin-bottom:25px;
    text-align: center;
  }

  .howToUseWhiteSection {
    padding-top: 20px;
    padding-bottom: 20px;
}


  body {
    font-family: "Lato", sans-serif;
    color:rgba(0, 48, 108, 1);
    font-size: 16px;
    line-height: 19px;
  }


  .howToUseBlueBox {
    border: solid 0px #00306C;
    border-radius: unset;
    background-color: transparent;
    text-align: center;
    padding: 10px 0px;
}

.heavyWhite {
  font-weight: 700;
  color: #3995D3;
}

  .whitePatientHeaderTitle {
 
    font-size: 22px;
    text-align:center;
    padding-left: 0px;
    padding-right: 0px;
  }

  .BluePatientHeaderTitle {
    
    font-size: 22px;
    text-align:center;
    padding-left: 0px;
    padding-right: 0px;
    line-height: 27px;
}



  .howToUseNavigation::before {
    content: unset;
    display: unset;
    border-top: unset;
    border-bottom: unset;
    border-left: unset;
    margin-right: unset;
    vertical-align: unset;
}

.howToUseNavigation a {
  color: #FFFFFF;
  font-weight: 700;
  text-decoration: none;
  background-color: #3995D3;
  border: solid 1px #00306C;
  padding: 10px 5px;
  text-align:center;
  display:block;
  border-radius: 6px;
  font-size: 16px;
  line-height: 22px;
}

  .whitedividerLine {
    border-left: 0px solid #fff;
    padding-left: 0px;
}

.waveBackground {
  background-image: unset;
  background-repeat: unset;
  background-size: unset;
  background-position: unset;
  padding-top: 20px;
  padding-bottom: 20px;
}

  .footerDesktop
  {
    display:none;
    visibility: hidden;
  }

  .footerMobile
  {
    display:block;
    visibility: visible;
  }

.homeHeader .mainTitleTop
{
font-size: 33px;
line-height: 38px;
}

.homeHeader .mainTitleBottom
{
  font-size: 26px;
  line-height: 32px;

}


  .clinicalTwoEfficacyContainerImage
  {
           
      
    /* background: url('/assets/img/mobile/Swoosh@2x.png'); */
    background: url('./assets/img/mobile/Swoosh@2x.png');
    background-repeat: no-repeat;
    padding-bottom: 0px;
    background-position: bottom;
  }

  .clinicalEfficacyTitle
  {
  font-size: 19px;
  line-height: 25px;
  }

  .clinicalEfficacyText
  {
  font-size: 14px;
  line-height: 20px;
  }


  .accessAffordTitle
  {
  font-size: 19px;
  line-height: 25px;
  }

  .accessAffordText
  {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 5px;
  }


  .accessAffordPoints
  {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
    max-width: 300px;
  }


  .top-arrow:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-top: 20px solid #00306C;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
}

.efficacyBlueTitle {
  
  font-size: 21px;
  line-height: 23px;
}

.efficacyBlueText {
  
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 30px;
}

.efficacyBlueImgCenter {
  text-align: center;
  padding-bottom: 10px;
}


.efficacyChildBoxTitle
{
  padding-top: 10px;
  padding-bottom: 10px;
text-align:center;
font-size: 16px;
}


.efficacyAdultBoxTime
{
  text-align:center;

}

.efficacyChildBoxTime
{
  text-align:center;

}


.heavytwentyseven
{
font-size: 19px;
}

.efficacyAdultBoxTime {
  font-size: 16px;
}

.efficacyChildBoxTime {
  font-size: 16px;
}


h1
{
font-size: 21px;
line-height: 26px;
text-indent: -13px;
padding-bottom: 20px;
margin-left: -15px;
}

h1.efficacyTitle {
  font-size: 20px;
  line-height: 26px;
  font-weight: 900;
  color: #00306C;
  text-indent: unset;
  margin-left: unset;
  padding-bottom: 10px;
  margin-bottom: 0px;
}

h2.efficacySubTitle {
  font-size: 18px;
  line-height: 24px;
}

h2
{
font-size: 18px;
line-height: 26px;
}

.inhalerContainer
{
  display: flex;
      flex-direction: column;
      justify-content: space-between;
      max-width: 500px;
      margin: -140px auto auto auto;
}

.inhalerContainer .col-8
{
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 0px;

}

h2.indented-text {
  text-indent: 0; /* No indent on the first line */
  white-space: pre-wrap; /* Ensure text wraps correctly */
}

h2.indented-text::first-line {
  text-indent: 0; /* No indent on the first line */
}

h2.indented-text  {
  margin: 0;
  text-indent: unset; /* Indent the wrapped lines */
}


.indication
{    
    font-size: 11px;
    line-height: 16px;
    padding-top: 30px;
}


.indicationContainer
{
max-width: 1000px;
margin: auto;
padding-bottom: 50px;
}

.BlueMobileTitle
{
max-width: 500px;
    margin: auto;
}

}
@media (max-width: 620px) {
.showTabletInhaler
  {
    display:none;
    visibility:hidden;  
  }
  
  .showMobileInhaler
  {
    
    display:block;
    visibility:visible;
  }
}

@media (max-width: 500px) {

  


  .homeHeader .mainTitleTop
{
font-size: 27px;
line-height: 32px;
}

.homeHeader .mainTitleBottom
{
  font-size: 20px;
  line-height: 26px;

}


.inhalerContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  max-width: 500px;
  margin: -38px auto auto auto;
}

.inhalerContainer img {
  max-width: 51px !important;
  margin-top: -25px;
}
h1
{
  font-size: 18px;
line-height: 24px;
padding-bottom: 0px;
margin-left: -15px;
}

h1.PatientTitle {
  font-size: 21px;
line-height: 25px;
  color: #00306C;  
  font-weight: 700;
  text-indent: unset;
  margin-left: unset;
}

.patientHeaderContainer {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  padding-right: 0px;
  max-width: 350px;
}

.whitePatientHeaderTitle {
 
  font-size: 20px;
  text-align:center;
  padding-left: 0px;
  padding-right: 0px;
}

.BluePatientHeaderTitle {
    
  font-size: 20px;
  text-align:center;
  padding-left: 0px;
  padding-right: 0px;
  line-height: 24px;
}


.accessAffordPointsPatient {
  font-size: 16px;
  line-height: 20px;
}

.BlueMobileTitle
{
max-width: 330px;
    margin: auto;
}

h1.efficacyTitle {
  font-size: 18px;
  line-height: 22px;
  font-weight: 900;
  color: #00306C;
  text-indent: unset;
  margin-left: unset;
  margin-bottom: 0px;
}

h2.efficacySubTitle {
  font-size: 18px;
  line-height: 24px;
}


}




@media (max-width: 375px) {
  .accessAffordTitle {
      font-size: 18px;
      line-height: 25px;
  }
}