* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body, p, li {
  font-family: "poppins",sans-serif;
  font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "sutro", serif;
  font-weight: 500;
}

sup {
  font-size: 50%;
  line-height: 100%;
}

#header {
  padding: 64px 0;
  background-color: #EFEFEF;
}

#header #container-wrapper .aem-Grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .navigation {
  width: auto;
}

#header .navigation .cmp-navigation__group {
  flex-wrap: nowrap;
}

#header .navigation .cmp-navigation__item a {
  font-size: clamp(1rem, 0.7371rem + 1.1217vw, 2.083125rem);
  font-family: "poppins",sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  color: #890051;
  text-decoration: none;
  display: block;
  padding-bottom: 2px;
}

#header .cmp-navigation__item {
  margin-left: 62px;
  margin-right: 0;
}

#header .cmp-navigation__item.cmp-navigation__item--active a {
  font-weight: 700;
  border-bottom: 5px solid #F0AB09;
}

#header .cmp-navigation__item:last-child {
  margin-left: 68px;
  margin-right: 62px;
}

.cmp-container__backgroundImage--enabled {
  margin: 0!important;
}

.brand-logo img {
  margin-left: 35px;
}

#banner {
  padding: 242px 0 300px;
}

#banner h1 {
  color: #fff;
  font-size: clamp(1.875rem, 0.5856rem + 5.5016vw, 7.1875rem);
  line-height: clamp(1.875rem, 0.2215rem + 7.055vw, 8.6875rem);
  margin-bottom: 45px;
  font-family: "sutro", serif;
  font-weight: 500;
}

#banner h1 .banner-highlight-text {
  color: #890051;
  padding: 0 5px 0 2px;
  background-color: #fff;
}

#banner p {
  color: #fff;
  font-size: clamp(1.25rem, 0.8708rem + 1.6181vw, 2.8125rem);
  line-height: clamp(1.875rem, 1.5109rem + 1.5534vw, 3.375rem);
  margin-bottom: 0;
  font-family: "sutro", serif;
  font-weight: 500;
}

#home-section-one #container-wrapper .aem-Grid {
  display: flex;
  align-items: center;
}

#home-section-one {
  padding: 199px 0 135px;
}

#home-section-one img {
  max-width: 90%;
}

#home-text-one h2 {
  font-size: clamp(1.5625rem, -0.2312rem + 7.6531vw, 3.4375rem);
  line-height: 67px;
  color: #890051;
  margin-bottom: 17px;
  font-family: "sutro", serif;
  font-weight: 500;
}

#home-text-one p {
  font-family: "poppins",sans-serif;
  font-weight: 500;
  font-size: clamp(1rem, -0.136rem + 4.8469vw, 2.1875rem);
  line-height: clamp(1.875rem, 0.4998rem + 5.8673vw, 3.3125rem);
  margin-bottom: 74px;
}

.cta-btn .btn {
  display: inline-block;
  padding: 15px 50px 15px;
  background-color: #890051;
  font-size: clamp(1rem, 0.1629rem + 3.5714vw, 1.875rem);
  color: #fff;
  font-family: "poppins",sans-serif;
  font-weight: 500;
  border-radius: 15px;
  text-decoration: none;
}

#home-section-two {
  padding-top: 189px;
}

.home-two-box {
  text-align: center;
  background-color: rgba(285,285,285,.55);
  border-radius: 25px;
  padding: 30px 10px;
}

.home-two-box h4 .smalltext {
  display: block;
  font-size: clamp(1.25rem, 0.9213rem + 1.4026vw, 2.604375rem);
}

.home-two-box h4 {
  text-align: center;
  font-size: clamp(2.5rem, 1.5939rem + 3.866vw, 6.233125rem);
  color: #890051;
  margin-bottom: 20px;
  font-family: "sutro", serif;
  font-weight: 500;
}

.home-two-box p {
  font-size: clamp(1rem, 0.9393rem + 0.2589vw, 1.25rem);
  line-height: clamp(1.5rem, 1.409rem + 0.3883vw, 1.875rem);
  color: #890051;
  margin-bottom: 35px;
}

#home-section-two .cmp-text {
  padding: 0;
}

#home-section-two .text {
  width: 35%;
}

#home-section-two .text:nth-child(2) {
  width: 30%;
}

.ashtma-pic img {
  width: 636px;
  margin-top: 70px;
  max-width: none;
  position: relative;
  z-index: 999;
  margin-left: -55px;
  vertical-align: middle;
}

#home-section-three {
  padding: 240px 0 230px;
}

#home-section-three #container-wrapper .aem-Grid {
  display: flex;
  align-items: flex-end;
}

#home-section-three .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--offset--default--3 {
  margin-left: 0;
}

#home-newsletter {
  display: flex;
}

#home-newsletter .newsletter {
  width: 50%;
}

.section-heading h2 {
  font-size: clamp(2.5rem, 1.8174rem + 2.9126vw, 5.3125rem);
  color: #890051;
  line-height: clamp(3.75rem, 3.0977rem + 2.7832vw, 6.4375rem);
  margin-bottom: 27px;
  font-family: "sutro", serif;
  font-weight: 500;
}

.section-heading p {
  font-family: "sutro", serif;
  font-weight: 500;
  font-size: 35px;
  line-height: 42px;
}

.section-heading .cta-btn {
  margin-top: 49px;
}

.newsletter {
  background-color: #fff;
  border-radius: 25px;
  margin-left: 39px;
  overflow: hidden;
}

.newsletter-content {
  padding: 30px 22px;
}

.newsletter-content h4 {
  font-size: clamp(1.25rem, 1.0983rem + 0.6472vw, 1.875rem);
  line-height: clamp(1.625rem, 1.4733rem + 0.6472vw, 2.25rem);
  margin-bottom: 13px;
  color: #890051;
  min-height: 74px;
}

.newsletter-content p {
  font-family: "poppins",sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 10px;
  min-height: 69px;
}

.newsletter-link {
  text-align: right;
}

.newsletter-link a {
  display: inline-block;
  background-color: #890051;
  color: #fff;
  padding: 10px 48px 8px;
  border-radius: 10px;
  font-family: "poppins",sans-serif;
  font-weight: 500;
  font-size: clamp(0.875rem, 0.784rem + 0.3883vw, 1.25rem);
  text-decoration: none;
}

#home-section-four {
  padding: 52px 0 42px;
}

#home-section-four #container-wrapper .aem-Grid {
  display: flex;
  align-items: center;
}

.support-form .cmp-dynamicform__form-group {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px!important;
}

#home-section-four .dynamicformv2 {
  padding-left: 100px;
}

.support-form .cmp-dynamicform__form-label-container {
  width: 22%;
}

.support-form .cmp-dynamicform__form-control-container {
  width: 78%;
}

.support-form .cmp-dynamicform__control-label {
  font-size: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem);
  font-family: "poppins",sans-serif;
  font-weight: 400;
  color: #890051;
}

.cmp-dynamicform-v2.support-form .cmp-dynamicform__generated-form .button-group {
  margin-top: 30px;
  justify-content: flex-end;
}

.support-form .cmp-dynamicform__form-group .form-control {
  border: none!important;
  min-height: 43px;
  font-size: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem);
}

.support-form .cmp-dynamicform__form-group textarea.form-control {
  min-height: 277px;
  padding: 5px 12px;
}

.support-form .cmp-dynamicform__generated-form-error.text-danger {
  width: 100%;
  padding-left: 20%;
  margin-top: 5px;
  font-size: 16px;
}

.support-form .cmp-dynamicform__clear-btn {
  display: none;
}

.support-form .cmp-dynamicform__submit-btn {
  background-color: #890051!important;
  font-family: "poppins",sans-serif;
  font-weight: 500;
  border-radius: 15px!important;
  font-size: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem)!important;
  padding: 18px 50px!important;
  width: 275px;
  height: 60px;
  position: relative;
}

.support-form .cmp-dynamicform__submit-btn span {
  display: none;
}

.support-form .cmp-dynamicform__submit-btn:after {
  position: absolute;
  content: 'Submit';
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 30px;
  font-weight: 500;
  font-family: "poppins", sans-serif;
}

#field-group-66a243ab64c79f0002dd6a6d {
  margin-bottom: 6px !important;
}

.cmp-dynamicform__sub-section-subheader {
  width: 78%;
  float: right;
  font-size: 16.67px;
  line-height: 27px;
  color: #890051;
}

#field-group-66b207c2b195f80002eeffff {
  margin-bottom: 0!important;
}

#home-section-five {
  padding: 94px 0;
  overflow: hidden;
}

#home-section-five #container-wrapper .aem-Grid {
  display: flex;
  align-items: center;
}

.contact-details {
  padding: 40px 0 40px 50px;
  position: relative;
}

.contact-details h4 {
  font-size: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  font-family: "poppins",sans-serif;
  font-weight: 700;
  color: #890051;
  line-height: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem);
  white-space: nowrap;
  position: relative;
  margin-bottom: 19px;
}

.contact-details:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  right: -100%;
  bottom: 0;
  background-color: rgba(285, 285, 285, 0.5);
  border-radius: 25px 0 0 25px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  filter: brightness(1.15);
}

.contact-details ul {
  position: relative;
}

.contact-details li {
  padding-left: 69px;
  font-size: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem);
  line-height: clamp(1.5rem, 1.318rem + 0.7767vw, 2.25rem);
  margin-bottom: 8px;
  position: relative;
  font-family: "sutro", serif;
  font-weight: 500;
}

.contact-details li:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 38px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.contact-details li:last-child {
  margin-top: 17px;
}

.contact-details li:first-child::before {
  background-image: url('/content/dam/intelligentcontent/unbranded/breathebetter/ph/en/images/location-icon.png');
}

.contact-details li:nth-child(2)::before {
  background-image: url('/content/dam/intelligentcontent/unbranded/breathebetter/ph/en/images/call-icon.png');
}

.contact-details li:last-child::before {
  background-image: url('/content/dam/intelligentcontent/unbranded/breathebetter/ph/en/images/envelope-icon.png');
}

#footer {
  background-color: #890051;
  padding: 94px 0 97px;
}

#footer #container-wrapper .aem-Grid {
  display: flex;
  align-items: center;
}

#footer .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
  padding-left: 130px;
}

.poweredBy {
  margin-top: 34px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  font-family: "poppins",sans-serif;
  font-weight: 500;
}

.poweredBy img {
  margin-left: 10px;
  margin-bottom: -3px;
}

.footer-menus {
  display: flex;
  width: 100%;
  margin-bottom: 38px;
}

.footer-menus .footer-menu:first-child {
  margin-right: 68px;
}

.footer-menus .footer-menu:nth-child(2) {
  margin-right: 120px;
}

.footer-menu h4 {
  color: #EFEFEF;
  font-family: "poppins",sans-serif;
  font-weight: 700;
  margin-bottom: 3px;
  font-size: 25px;
  line-height: 38px;
  white-space: nowrap;
}

.footer-menu {
  width: fit-content;
}

.footer-menu li a {
  font-family: "poppins",sans-serif;
  font-weight: 400;
  color: #EFEFEF;
  font-size: 20px;
  line-height: 30px;
  text-decoration: none;
}

.footer-menu li {
  margin-bottom: 2px;
}

.footer-menu:last-child {
  margin-left: 0;
}

.footer-menu:nth-child(2) li a {
  color: #ffffff;
}

.footer-menu:nth-child(3) li a {
  color: #ffffff;
}

.social-links {
  text-align: center;
}

.social-links a {
  display: inline-block;
  margin: 0 7px;
}

.fotoer-content p {
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
}

.fotoer-content {
  margin-bottom: 40px;
}

.footer-contact {
  display: flex;
}

.footer-contact .footer-menu {
  width: fit-content;
}

.footer-contact .footer-menu:nth-child(1) {
  margin-right: 195px;
}

.address p {
  font-size: 15px;
  line-height: 23px;
  color: #fff;
}

.address p a {
  text-decoration: underline;
  color: rgb(240,171,9);
}

.logo-img {
  width: 637px;
}

#page-title h1 {
  background-color: #890051;
  text-align: center;
  color: #fff;
  font-weight: 700;
  padding: 50px 0;
  font-size: clamp(1.875rem, 1.5716rem + 1.2945vw, 3.125rem);
  text-transform: uppercase;
  color: #F0AB09;
}

#media-room-banner {
  padding: 138px 0 137px;
}

#media-room-banner .text {
  width: 45%;
  margin-left: 47%;
}

.highlight-banner {
  background-color: #890051;
  width: fit-content;
  color: #F0AB09;
  font-size: clamp(1.25rem, 1.0225rem + 0.9709vw, 2.1875rem);
  padding: 10px 5px;
  font-family: "sutro", serif;
  font-weight: 500;
}

.banner-content h2 {
  font-size: clamp(2.5rem, 1.7415rem + 3.2362vw, 5.625rem);
  margin-top: 26px;
  margin-bottom: 22px;
  color: #890051;
}

.telemedicine-btn {
  position: relative;
  padding: 25px 0 10px;
}

.banner-content p {
  font-family: "poppins",sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem);
  line-height: 45px;
  color: #000000;
  margin-bottom: 96px;
}

#media-room-banner .cta-btn .btn {
  font-size: 25px;
  border-radius: 10px;
}

#media-newsletter-section {
  padding: 98px 0;
}

.media-newsletter-heading {
  text-align: center;
  margin-bottom: 56px;
}

.media-newsletter-heading h2 {
  font-size: clamp(2.5rem, 1.9691rem + 2.2654vw, 4.6875rem);
  margin-bottom: 31px;
  color: #890051;
}

.media-newsletter-heading p {
  font-family: "poppins",sans-serif;
  font-weight: 500;
  font-size: clamp(1.25rem, 1.0225rem + 0.9709vw, 2.1875rem);
  line-height: clamp(1.875rem, 1.5261rem + 1.4887vw, 3.3125rem);
}

#news-slider {
  display: flex;
  justify-content: space-between;
  max-width: 1500px;
  margin: 0 auto 50px;
}

#news-slider .newsletter {
  width: 31.5%;
  margin-left: 0;
}

.newsletter img {
  width: 100%;
}

#news-slider .newsletter-content {
  padding: 31px 20px 29px 20px;
}

#news-slider .newsletter h4 {
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 3px;
  min-height: 60px;
}

#news-slider .newsletter p {
  min-height: 92px;
}

.newsletter-pagination {
  display: flex;
  justify-content: center;
}

.newsletter-pagination li {
  font-size: clamp(0.9375rem, 0.7858rem + 0.6472vw, 1.5625rem);
  font-family: "poppins",sans-serif;
  margin: 0 18px;
  font-weight: 700;
  color: rgba(0,0,0,0.5);
}

.newsletter-pagination li.active {
  color: #890051;
}

#faq-section {
  padding: 134px 0;
}

.cmp-accordion__button {
  background-color: #ffffff!important;
  border-radius: 15px 15px 0 0;
  color: #000000!important;
  font-family: "poppins",sans-serif;
  font-size: clamp(1.25rem, 0.9466rem + 1.2945vw, 2.5rem);
  line-height: clamp(1.875rem, 1.4199rem + 1.9417vw, 3.75rem);
  font-weight: 600;
}

.cmp-accordion__button.cmp-accordion__button--expanded {
  background-color: #F0AB09!important;
  color: #890051!important;
}

.cmp-accordion__button .cmp-accordion__icon {
  color: #F0AB09;
  width: 52px;
  height: 52px;
  position: absolute;
  right: 19px;
  background-image: url(/content/dam/intelligentcontent/unbranded/breathebetter/ph/en/images/plus-icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.cmp-accordion__button .cmp-accordion__icon:before {
  display: none;
}

.cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
  background-image: url(/content/dam/intelligentcontent/unbranded/breathebetter/ph/en/images/minus-icon.svg);
  width: 42px;
  height: 9px;
}

.cmp-accordion__item {
  margin-bottom: 39px;
}

.cmp-accordion__panel cmp-accordion__panel--expanded {
  background-color: #fff;
}

.cmp-accordion__panel cmp-accordion__panel--expanded {
  background-color: #fff;
}

.cmp-accordion__panel {
  background-color: #fff;
  margin-top: 14px;
  padding: 32px 29px 35px!important;
  border-radius: 0 0 15px 15px;
}

.cmp-accordion__panel .text {
  width: 100%!important;
}

.cmp-accordion__panel p, .cmp-accordion__panel li {
  font-family: "poppins",sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 0.7876rem + 0.9061vw, 1.875rem);
  line-height: clamp(1.5rem, 1.1814rem + 1.3592vw, 2.8125rem);
}

.cmp-accordion__panel ul {
  list-style: disc!important;
  padding-left: 20px!important;
  margin-top: 20px!important;
}

.cmp-accordion__panel li {
  list-style-position: outside;
}

#ashtma-care-club-section {
  padding: 52px 0 78px;
}

#ashtma-care-club-section .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
  width: 27%;
}

#ashtma-care-club-section .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
  width: 73%;
}

#sidebar li {
  margin-bottom: 20px;
}

#sidebar a {
  padding: 10px 0;
  border-radius: 15px;
  border: 3px solid rgba(137,0,81,0.3);
  display: block;
  color: #890051;
  font-size: 25px;
  line-height: 30px;
  text-align: center;
  font-family: "sutro", serif;
  font-weight: 500;
  text-decoration: none;
}

#sidebar li.active a {
  background-color: #890051;
  color: #fff;
}

.tab-content {
  margin-left: 20px;
  background-color: rgba(285,285,285,0.6);
  padding: 55px 34px 39px;
  border-radius: 20px;
}

.ashtma-heading {
  font-size: 70px;
  line-height: 85px;
  margin-bottom: 30px;
  color: #890051;
}

.tab-content h2 {
  font-weight: 700;
  color: #890051;
  font-size: 55px;
  line-height: 67px;
  margin-bottom: 38px;
}

.tab-content p {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 30px;
}

.tab-content p b {
  font-weight: 700;
  color: #890051;
}

#ashtma-care-club-section .tab-content ul {
  margin-bottom: 30px;
  list-style-type: disc;
  padding-left: 20px;
}

#ashtma-care-club-section .tab-content ol {
  margin-bottom: 30px;
  list-style-type: decimal;
  padding-left: 20px;
}

#ashtma-care-club-section .tab-content li {
  font-size: 30px;
  line-height: 45px;
  list-style-position: outside;
  margin-bottom: 0;
}

#ashtma-care-club-section .tab-content li:last-child {
  margin-bottom: 0;
}

#first-aid-and-caregiver-support, #symptoms-causes-and-risk-factors {
  display: none;
}

#wellness-and-prevention-tips {
  padding: 208px 0 109px;
}

.wellness-section {
  display: flex;
  margin-top: 50px;
}

.wellness-img {
  width: 42%;
}

.wellness-content {
  width: 55%;
  padding-left: 2%;
  padding-right: 2%;
}

.wellness-content p {
  font-size: 30px;
  line-height: 45px;
  margin-bottom: 38px;
}

.wellness-text {
  background-color: #fff;
  padding: 25px 30px;
  border-radius: 20px;
  margin-left: -190px;
  min-height: 475px;
}

.wellness-text li {
  list-style-type: disc;
  font-size: 30px;
  line-height: 47px;
  margin-bottom: 3px;
  list-style-position: outside;
}

/*.wellness-text li:before {*/
/*    content: '';*/
/*    width: 8px;*/
/*    height: 8px;*/
/*    border-radius: 50%;*/
/*    float: left;*/
/*    background-color: #000;*/
/*    margin-top: 18px;*/
/*    margin-right: 20px;*/
/*}*/


#wellness-and-prevention-tips .wellness-text ul {
  max-width: 90%;
  padding-left: 30px;
}

#wellness-second .wellness-section {
  margin-top: 91px;
}

#wellness-second p {
  margin-top: 80px;
  margin-bottom: 71px;
}

#nutrition-guidelinesand-healthy-eating-tips {
  padding: 76px 0 37px;
}

.guidlines-tips {
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.healthy-tips li {
  padding: 12px 21px 12px 162px;
  background-color: #fff;
  border-radius: 15px;
  font-size: 25px;
  line-height: 38px;
  margin: 18px 0;
  position: relative;
}

.nutrition-img {
  width: 45%;
}

.healthy-tips {
  width: 75%;
  margin-left: -15%;
}

.healthy-tips li:before {
  position: absolute;
  content: '';
  width: 87px;
  height: 87px;
  background-image: url('/content/dam/intelligentcontent/unbranded/breathebetter/ph/en/images/list-icon.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  left: 27px;
  top: 50%;
  transform: translateY(-50%);
}

.nutrition-text {
  text-align: center;
  font-size: 25px;
  line-height: 38px;
  font-family: "poppins", sans-serif;
  font-weight: 400;
}

#myth-busting {
  padding: 100px 0;
}

#myth-busting-fact {
  margin-bottom: 86px;
}

#myth-busting-fact .aem-Grid {
  display: flex;
  justify-content: space-between;
}

.muth-busting-list {
  width: 500px;
  margin: 0 28px 50px;
}

.myth-area {
  background-color: #890051;
  border-radius: 15px 15px 0 0;
  padding: 40px 40px;
  text-align: center;
  margin-bottom: 17px;
  min-height: 265px;
}

.muth-busting-list h4 {
  font-size: 50px;
  line-height: 61px;
}

.muth-busting-list p {
  font-size: 25px;
  line-height: 38px;
}

.myth-area h4 {
  color: #F0AB09;
  margin-bottom: 10px;
}

.myth-area p {
  color: #fff;
}

.fact-area {
  background-color: #fff;
  text-align: center;
  border-radius: 0 0 15px 15px;
  padding: 40px 30px;
  min-height: 370px;
}

.fact-area h4 {
  color: #890051;
  margin-bottom: 35px;
}

#myth-slide-4 .muth-busting-list {
  width: 800px;
}

#myth-slide-5 .muth-busting-list {
  width: 800px;
}

#myth-slide-4 .myth-area, #myth-slide-5 .myth-area {
  min-height: 220px;
}

#consult-doctor {
  padding: 183px 0 83px;
}

#consult-doctor #container-wrapper .aem-Grid {
  display: flex;
  align-items: center;
}

.consult-heading h2 {
  font-weight: 700;
  font-size: 50px;
  line-height: 53px;
  color: #890051;
  padding-right: 50px;
}

.consult-cta {
  text-align: center;
}

.consult-cta button {
  display: block;
  margin: 23px auto;
  background-color: #890051;
  border-radius: 15px;
  padding: 0;
  width: 360px;
}

.consult-cta button a {
  font-size: 30px;
  line-height: 45px;
  color: #fff;
  font-family: "poppins",sans-serif;
  font-weight: 500;
  padding: 10px 10px;
  display: block;
  text-decoration: none;
}


/* carousel*/

.news-slide {
  width: 472px;
  background-color: #fff;
  margin: 0 20px 52px;
  border-radius: 25px;
}

#media-slider, #myth-fact-slider {
  background-color: transparent;
}

.newsletter-feature-img img {
  width: 100%;
  object-fit: cover;
  min-height: 360.23px;
  border-radius: 20px 20px 0 0;
}

.cmp-carousel__actions.cmp-carousel__actions--swipe {
  display: none;
}

#media-slider .newsletter-content h4 {
  font-size: 22px;
  line-height: 27px;
  margin-bottom: 3px;
  min-height: auto;
}

#media-slider .newsletter-content p {
  min-height: 92px;
  margin-bottom: 0;
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicators, 
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicators {
  bottom: 0;
  justify-content: center;
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator, 
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator {
  width: 25px;
  height: 25px;
  border: none;
  margin: 0 20px;
  position: relative;
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:before, 
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:before {
  position: absolute;
  color: rgba(0,0,0,.5);
  ;
    font-size: 25px;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:first-child::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:first-child::before {
  content: '1';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(2)::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(2)::before {
  content: '2';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(3)::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(3)::before {
  content: '3';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(4)::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(4)::before {
  content: '4';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(5)::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(5)::before {
  content: '5';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(6)::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(6)::before {
  content: '6';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(7)::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(7)::before {
  content: '7';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(8)::before,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:nth-child(8)::before {
  content: '8';
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__caption,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__caption {
  font-size: 0;
}

#media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:after,
#myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:after {
  display: none;
}

#media-slider .cmp-carousel__indicator.cmp-carousel__indicator--active:before,
#myth-fact-slider .cmp-carousel__indicator.cmp-carousel__indicator--active:before {
  color: #890051;
}

#thank-you {
  text-align: center;
  font-family: "sutro", serif;
  font-weight: 500;
}

#thank-you p {
  font-family: "sutro", serif;
  font-weight: 500;
  color: #890051;
  font-size: 1.5rem;
}


/*Exitramp popup design*/

/*------------------------   MODEL POPUP---START   ------------------------*/

.modal * {
  box-sizing: border-box;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  display: flex;
  visibility: hidden;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
  background: rgba(0,0,0,0.75);
  opacity: 0;
  cursor: context-menu !important;
}

.modal--confirm .modal-box {
  text-align: center;
}

.modal--noOverlayClose {
  cursor: default;
}

.modal--noClose .modal__close {
  display: none;
}

.modal__close {
  position: fixed;
  top: 2.5rem;
  right: 2.5rem;
  z-index: 1000;
  padding: 0;
  width: 2rem;
  height: 2rem;
  border: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}

.modal__close svg * {
  fill: currentColor;
}

.modal__closeLabel {
  display: none;
}

.modal__close:hover {
  color: #fff;
}

.modal-box {
  position: relative;
  flex-shrink: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 60%;
  border-radius: 4px;
  background: #fff;
  opacity: 1;
  cursor: auto;
  will-change: transform, opacity;
}

.modal-box__content {
  padding: 0;
}

.modal-box__footer {
  padding: 1.5rem 2rem;
  width: auto;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  background-color: #f5f5f5;
  cursor: auto;
}

.modal-box__footer::after {
  display: table;
  clear: both;
  content: "";
}

.modal-box__footer--sticky {
  position: fixed;
  bottom: -200px;
  z-index: 10001;
  opacity: 1;
  transition: bottom .3s ease-in-out .3s;
}

.modal-enabled {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}

.modal--visible .modal-box__footer {
  bottom: 0;
}

.modal--visible {
  visibility: visible;
  opacity: 1;
}

.modal--visible .modal-box {
  -webkit-animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation: scale 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.modal--overflow {
  overflow-y: scroll;
  padding-top: 8vh;
}

.modal-btn {
  display: inline-block;
  margin: 0 .5rem;
  padding: 1rem 2rem;
  border: none;
  background-color: grey;
  box-shadow: none;
  color: #fff;
  vertical-align: middle;
  text-decoration: none;
  font-size: inherit;
  font-family: inherit;
  line-height: normal;
  cursor: pointer;
  transition: background-color .4s ease;
}

.modal-btn--primary {
  background-color: #3498db;
}

.modal-btn--danger {
  background-color: #e74c3c;
}

.modal-btn--default {
  background-color: #34495e;
}

.modal-btn--pull-left {
  float: left;
}

.modal-btn--pull-right {
  float: right;
}
ul.circle-list {
    list-style: circle !important;
}
.width-55 img{
    max-width: 55%;
    width:100%;
}

.center-image img {
    margin: 0 auto;
    display:block;
}
.width-85 img{
    max-width: 85%;
    width:100%;
}
p a.brown-link {
    color: #890051;
    text-decoration: underline;
}

#news-details-content ol li {
    display: flex;
}

#news-details-content ol li:before {
    content: '1.';
    margin-right: 20px;
    margin-left: 20px;
    min-width: 20px;
    text-align: center;
}

#news-details-content ol li:nth-child(1):before {
    content: '1.';
}

#news-details-content ol li:nth-child(2):before {
    content: '2.';
}

#news-details-content ol li:nth-child(3):before {
    content: '3.';
}

@media (max-width:580px){
   #type-inhalers-page #news-details-content .news-references li a {
    word-break: break-all;
}
.width-55 img {
    max-width: 90%;
}
}
@-webkit-keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes scale {
  0% {
    opacity: 0;
    transform: scale(0.9);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.modal.exit-ramp-modal {
  z-index: 99999;
}

.modal.exit-ramp-modal .modal-box {
  max-width: 41.666667%;
  margin-top: unset;
  border-radius: 0;
}

.exit-ramp-title {
  color: #000;
  font-size: 1.875rem;
  line-height: 30px;
  margin-bottom: 20px;
  margin-top: 20px;
  text-align: center;
}

.modal.exit-ramp-modal .modal-box__content {
  padding: 40px;
}

.exit-ramp-body {
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  font-family: "poppins",sans-serif;
}

.exit-ramp-actions {
  text-align: center;
  display: flex;
  justify-content: space-between;
  flex-direction: row-reverse;
  gap: 15px;
  margin-top: 1.5rem;
}

.exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
  min-width: 175px;
  height: 50px;
  border: 1px solid #f6bc3b!important;
  background-color: #f6bc3b!important;
  color: #fff;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  font-family: "poppins",sans-serif;
}

.exit-ramp-actions .exit-ramp-continue {
  border: 1px solid #9f2064!important;
  background-color: #9f2064!important;
}

.modal.exit-ramp-modal .modal__close {
  max-width: 41.666667%;
  position: relative;
  margin: 0;
  width: 100%;
  color: #ff0f00;
  text-align: right;
  right: unset;
  padding-right: 15px;
  padding-top: 15px;
  margin-top: auto;
}

.modal.exit-ramp-modal .modal__close svg {
  width: 20px;
  color: #ff0f00;
}

#news-banner {
  height: 360px;
  position: relative;
  display: flex;
  justify-content: center;
  text-align: center;
  padding-top: 75px;
}

#rw-page #news-banner, #dae-page #news-banner {
    height: 450px;
}

/*#news-banner:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    left: 0;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    background-color: rgba(240, 171, 9, 0.85);*/
/*}*/

#news-heading h1 {
  font-family: "poppins",sans-serif;
  font-weight: 700;
  color: #890051;
  font-size: 50px;
  line-height: 75px;
}

#news-heading p {
  color: #1E1E1E;
  font-size: 35px;
  line-height: 52px;
}

.news-feature-img {
  text-align: center;
}

.news-feature-img img {
  width: 100%;
  margin-top: -103px;
  border-radius: 30px;
  max-width: 1459px;
}

#news-details-content {
  max-width: 1248px;
  margin: auto;
  padding: 50px 0;
}

#news-details-content p, #news-details-content li {
  font-size: 25px;
  line-height: 38px;
  text-align: justify;
}

#news-details-content p {
  margin-bottom: 30px;
}

#news-details-content ol {
  margin-bottom: 30px;
}

#news-details-content h2 {
  font-size: 35px;
  font-family: "poppins", sans-serif;
  font-weight: 700;
  margin: 40px 0;
  color: #890051;
  text-align: justify;
}

#news-details-content ul {
  padding-left: 35px;
  list-style: disc;
  margin-bottom: 30px;
}

#news-details-content .news-references p {
  font-size: 15px;
  line-height: 23px;
  margin-bottom: 0;
}

#news-details-content .news-references ul {
  list-style-type: decimal;
  padding-left: 25px;
}

#news-details-content .news-references li {
  font-size: 15px!important;
  line-height: 23px;
  text-align: left;
}

#news-details-content .news-references li a {
  color: #000;
  text-decoration: underline;
}

#news-bottom-text h2 {
  padding-right: 30px;
  padding-left: 100px;
  letter-spacing: 1.5px;
}

#news-details-page #consult-doctor {
  padding: 175px 0 133px;
}

#news-details-content p.lt-value:before {
    content: '1.';
    margin-left: 20px;
    margin-right: 20px;
    min-width: 15px;
    text-align: center;
}

#news-details-content p.lt-value.two:before {
    content: '2.';
}

#news-details-content p.lt-value.three:before {
    content: '3.';
}

#news-details-content p.lt-value.four:before {
    content: '4.';
}

#rw-page .smokingpg-twocol-img {
    max-width: 100%;
}

#consult-doctor .cmp-text {
  padding: 0;
}

#news-details-page .consult-cta button {
  margin: 34px auto;
  margin-right: 131px;
}

#error-section {
  min-height: 500px;
  display: flex;
  align-items: center;
  text-align: center;
}

#error-section h1 {
  font-family: "sutro", serif;
  color: #890051;
  font-size: 2.5rem;
  margin-bottom: 2rem;
  font-weight: 700;
}

#error-section p {
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 3rem;
  font-family: "poppins",sans-serif;
}

#error-section .cta-btn {
  font-family: "poppins",sans-serif;
  background-color: #890051;
  padding: 15px 40px;
  color: #fff;
  border-radius: 63px;
  font-size: 22px;
  line-height: 28px;
  display: inline-block;
  text-decoration: none!important;
}
.support-form {
    display: none;
}
.tm-div p.tm-contact{
    font-size:16px;
    line-height:1.5
}
.tm-div p.tm-button {
    font-size:20px;
    line-height:1.5;
    margin-top: 30px;
    color: #890051;
}
.tm-div p.tm-foot {
    color: #890051;
    line-height: 1.1;
    margin-top: 40px;
}
#type-inhalers-page ol {
    list-style: decimal !important;
    padding-left: 35px;
    list-style-position: inside;
    margin-bottom: 30px;
}

.smokingpg-twocol-img {
    display: flex;
    flex-direction: row;
    max-width: 80%;
    margin: 0 auto;
    justify-content: center;
    gap: 0;
}

.smokingpg-twocol-img img {
    max-width: 50%;
}

/*#home .container:nth-child(5) {*/
/*  display: none;*/
/*}*/

/*#faq .container.responsivegrid.aem-GridColumn.aem-GridColumn--default--12:last-child {*/
/*  display: none;*/
/*}*/

/* =========================== */
/*         Responsive         */
/* ========================== */


@media (min-width: 1900px) {
    #home-section-four {
        padding: 150px 0;
    }
  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--default--10 {
    width: 1678px;
    float: none;
    margin: auto;
  }

  .aem-Grid.aem-Grid--default--12 > .aem-GridColumn.aem-GridColumn--offset--default--1 {
    margin-left: auto;
  }
}

@media (min-width: 1300px) {
  #asthma-care-hub .cmp-container__backgroundImage--enabled {
    background-position: right;
  }

  #media-room .cmp-container__backgroundImage--enabled {
    background-position: right;
  }

  #home .cmp-container__backgroundImage--enabled {
    background-position: right;
  }

  #news-details-page .container:nth-child(2) .cmp-container__backgroundImage--enabled {
    background-position: bottom right;
  }

  #news-banner-section .cmp-container__backgroundImage--enabled {
    background-position: top center!important;
  }
}

@media (max-width: 1600px) {
  #header {
    padding: 20px 0;
  }

  .brand-logo img {
    max-width: 250px;
    margin-left: 10px;
  }

  #header .navigation .cmp-navigation__item a {
    font-size: 20px;
  }

  #header .cmp-navigation__item.cmp-navigation__item--active a {
    border-bottom: 3px solid #F0AB09;
  }

  #header .cmp-navigation__item:last-child {
    margin-right: 30px;
  }

  #banner {
    padding: 100px 0;
  }

  #banner h1 {
    font-size: 79px;
    line-height: 1.1;
    margin-bottom: 30px;
  }

  #banner p {
    font-size: 27px;
    line-height: 1.2;
  }

  #home-section-one {
    padding: 80px 0;
  }

  #home-text-one h2 {
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 20px;
  }

  #home-text-one p {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 30px;
  }

  .cta-btn .btn {
    font-size: 20px;
    padding: 10px 30px;
    border-radius: 10px;
  }

  #home-section-two {
    padding-top: 100px;
  }

  .home-two-box h4 {
    font-size: 65px;
  }

  .home-two-box h4 .smalltext {
    font-size: 25px;
  }

  .home-two-box p {
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .ashtma-pic img {
    width: 450px;
  }

  #home-section-three {
    padding: 100px 0;
  }

  .section-heading h2 {
    font-size: 55px;
    line-height: 1.2;
    margin-bottom: 20px;
    padding-right: 20px;
  }

  .section-heading .cta-btn {
    margin-top: 20px;
  }

  .section-heading p {
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .newsletter {
    margin-left: 30px;
  }

  #home-section-three .text:nth-child(2) {
    margin-left: -30px;
  }

  .newsletter-content {
    padding: 20px;
  }

  .newsletter-content h4 {
    font-size: 20px;
    line-height: 25px;
    min-height: 50px;
  }

  .newsletter-content p {
    font-size: 12px;
    line-height: 18px;
  }

  .newsletter-content p br {
    display: none;
  }

  .support-form .cmp-dynamicform__control-label {
    font-size: 20px;
  }

  .support-form .cmp-dynamicform__form-group .form-control {
    min-height: 40px;
    font-size: 16px;
  }

  .support-form .cmp-dynamicform__form-group textarea.form-control {
    min-height: 150px;
  }

  .support-form .cmp-dynamicform__submit-btn {
    font-size: 20px !important;
    padding: 10px 30px !important;
    border-radius: 10px !important;
    width: 170px;
    height: 45px;
  }

  .support-form .cmp-dynamicform__generated-form-error.text-danger {
    font-size: 14px;
    padding-left: 22%;
  }

  .support-form .cmp-dynamicform__submit-btn:after {
    font-size: 20px;
  }

  #home-section-five {
    padding: 50px 0;
  }

  .contact-details {
    padding: 20px 0 20px 30px;
  }

  .contact-details h4 {
    font-size: 25px;
  }

  .contact-details li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 50px;
  }

  .contact-details li:before {
    width: 30px;
    height: 30px;
  }

  .cmp-dynamicform-v2.support-form .cmp-dynamicform__generated-form .button-group {
    margin-top: 0;
  }

  #footer {
    padding: 40px 0;
  }

  #footer .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
    padding-left: 70px;
  }

  .logo-img {
    width: 300px;
  }

  .poweredBy {
    margin-top: 20px;
    font-size: 14px;
  }

  .poweredBy img {
    margin-left: 10px;
    width: 150px;
    margin-bottom: -3px;
  }

  .fotoer-content {
    margin-bottom: 30px;
  }

  .fotoer-content p {
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;
  }

  .footer-menus {
    margin-bottom: 20px;
    justify-content: space-between;
  }

  .footer-menus .footer-menu:first-child {
    margin-right: 0;
  }

  .footer-menus .footer-menu:nth-child(2) {
    margin-right: 0;
  }

  .footer-menu h4 {
    font-size: 20px;
    line-height: 30px;
  }

  .footer-menu li {
    margin-bottom: 0;
  }

  .footer-menu li a {
    font-size: 14px;
  }

  .footer-contact {
    justify-content: space-between;
  }

  .footer-contact .footer-menu:nth-child(1) {
    margin-right: 0;
  }

  .social-links img {
    width: 30px;
  }

  .address p {
    font-size: 12px;
    line-height: 18px;
  }

  .logo-img {
    width: 100%;
  }

  #page-title h1 {
    padding: 30px 0;
    font-size: 30px;
  }

  #page-title h1 {
    padding: 30px 0;
    font-size: 30px;
  }

  #media-room-banner {
    padding: 100px 0;
  }

  .highlight-banner {
    font-size: 20px;
  }

  .banner-content h2 {
    font-size: 60px;
    margin: 20px 0;
  }

  .banner-content p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #media-newsletter-section {
    padding: 50px 0;
  }

  .media-newsletter-heading {
    margin-bottom: 30px;
  }

  .media-newsletter-heading h2 {
    font-size: 50px;
    margin-bottom: 20px;
  }

  .media-newsletter-heading p {
    font-size: 20px;
    line-height: 30px;
  }

  #newsletter-nav {
    margin-top: 20px;
  }

  .newsletter-pagination li {
    font-size: 16px;
    line-height: 0 15px;
  }

  #faq-section {
    padding: 50px 0;
  }

  .cmp-accordion__button {
    font-size: 25px;
    line-height: 35px;
  }

  .cmp-accordion__panel {
    padding: 30px 25px!important;
  }

  .cmp-accordion__panel p, .cmp-accordion__panel li {
    font-size: 20px;
    line-height: 30px;
  }

  #sidebar li {
    margin-bottom: 10px;
  }

  #sidebar a {
    font-size: 18px;
    line-height: 24px;
    border-radius: 10px;
    border-width: 2px;
  }

  .ashtma-heading {
    font-size: 45px;
    line-height: 1.2;
    margin-bottom: 20px;
  }

  .tab-content {
    padding: 30px;
  }

  .tab-content p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 15px;
  }

  #ashtma-care-club-section .tab-content li {
    font-size: 18px;
    line-height: 26px;
  }

  #ashtma-care-club-section .tab-content ul {
    margin-bottom: 20px;
  }

  #ashtma-care-club-section .tab-content ol {
    margin-bottom: 30px;
  }

  .tab-content li {
    font-size: 18px;
    line-height: 26px;
  }

  #wellness-and-prevention-tips {
    padding: 100px 0 50px;
  }

  #wellness-second .wellness-section {
    margin-top: 30px;
  }

  .wellness-section {
    margin-top: 0;
  }

  .wellness-content p {
    font-size: 18px;
    line-height: 26px;
  }

  .wellness-text {
    padding: 20px;
  }

  .wellness-text li {
    font-size: 18px;
    line-height: 26px;
  }

  #nutrition-guidelinesand-healthy-eating-tips {
    padding: 50px 0 37px;
  }

  .nutrition-text {
    font-size: 16px;
    line-height: 24px;
  }

  .healthy-tips li {
    padding: 10px 10px 10px 50px;
    border-radius: 10px;
    font-size: 18px;
    line-height: 26px;
    margin: 10px 0;
  }

  .healthy-tips li:before {
    width: 30px;
    height: 30px;
    left: 10px;
  }

  #myth-busting {
    padding: 50px 0;
  }

  #myth-busting-fact {
    margin-bottom: 0;
  }

  .myth-area {
    border-radius: 10px 10px 0 0;
    padding: 20px;
    margin-bottom: 10px;
    min-height: 180px;
  }

  .muth-busting-list h4 {
    font-size: 30px;
    line-height: 40px;
  }

  .muth-busting-list p {
    font-size: 16px;
    line-height: 24px;
  }

  .fact-area {
    border-radius: 0 0 10px 10px;
    padding: 20px;
    min-height: 220px;
  }

  .fact-area h4 {
    margin-bottom: 20px;
  }

  #consult-doctor {
    padding: 100px 0 50px;
  }

  .consult-heading h2 {
    font-size: 30px;
    line-height: 40px;
    padding-right: 100px;
  }

  .consult-cta button {
    margin: 10px auto;
    border-radius: 10px;
    width: 210px;
  }

  .consult-cta button a {
    font-size: 16px;
    line-height: 24px;
  }

  #wellness-and-prevention-tips {
    padding: 50px 0;
  }

  .newsletter-content p {
    min-height: 54px;
  }

  .cmp-accordion__item {
    margin-bottom: 30px;
  }

  .cmp-dynamicform__sub-section-subheader {
    font-size: 12px;
    line-height: 18px;
  }

  .tab-content h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #news-slider {
    margin-bottom: 20px;
  }

  #news-slider .newsletter p {
    min-height: 100px;
  }

  #news-slider .newsletter h4 {
    font-size: 20px;
    line-height: 25px;
  }

  #home-section-four .dynamicformv2 {
    padding-left: 0;
  }

  #news-slider .newsletter-content {
    padding: 20px 20px 20px;
  }

  .news-slide {
    width: 350px;
    margin: 0 10px 40px;
    border-radius: 20px;
  }

  .muth-busting-list {
    width: 350px;
    margin: 0 10px 40px;
  }

  #media-slider .newsletter-content h4 {
    font-size: 20px;
    line-height: 25px;
  }

  #media-slider.cmp-carousel-horizontal .cmp-carousel__indicator,
    #myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator {
    width: 20px;
    height: 20px;
    margin: 0 10px;
  }

  #media-slider.cmp-carousel-horizontal .cmp-carousel__indicator:before,
    #myth-fact-slider.cmp-carousel-horizontal .cmp-carousel__indicator:before {
    font-size: 20px;
  }

  .muth-busting-list {
    width: 350px;
  }

  #myth-slide-4 .muth-busting-list {
    width: 600px;
  }

  #myth-slide-5 .muth-busting-list {
    width: 600px;
  }

  #myth-slide-4 .myth-area, #myth-slide-5 .myth-area {
    min-height: 140px;
  }

  .muth-busting-list {
    width: 350px;
    margin: 0 10px 40px;
  }

  .wellness-text {
    padding: 20px;
    min-height: 300px;
    margin-left: -130px;
  }

  #wellness-and-prevention-tips .wellness-text ul {
    max-width: 80%;
    padding-left: 20px;
  }

  .wellness-text li:before {
    width: 5px;
    height: 5px;
    margin-top: 10px;
    margin-right: 10px;
  }

  #media-room-banner .cta-btn .btn {
    font-size: 20px;
  }

  #news-banner, #rw-page #news-banner, #dae-page #news-banner {
    height: 260px;
  }

  #news-heading h1 {
    font-size: 32px;
    line-height: 42px;
  }

  #news-heading p {
    font-size: 20px;
    line-height: 30px;
  }

  .news-feature-img img {
    margin-top: -60px;
    border-radius: 20px;
    max-width: 90%;
  }

  #news-details-content {
    max-width: 80%;
    padding: 30px 0;
  }

  #news-details-content p, #news-details-content li {
    font-size: 18px;
    line-height: 26px;
  }

  #news-details-content h2 {
    font-size: 25px;
    margin: 30px 0 20px;
  }

  #news-details-content p {
    margin-bottom: 20px;
  }

  #news-details-content ul {
    margin-bottom: 20px;
  }

  #news-details-content .news-references p, #news-details-content .news-references li {
    font-size: 12px!important;
    line-height: 20px;
  }

  #news-bottom-text h2 {
    padding-right: 70px;
    padding-right: 20px;
    padding-left: 80px;
    font-size: 32px;
    line-height: 40px;
  }

  #news-details-page #consult-doctor {
    padding: 120px 0 70px;
  }

  #news-details-page .consult-cta button {
    margin: 25px auto;
    margin-right: 68px;
    width: 210px;
  }

  .cmp-accordion__button .cmp-accordion__icon {
    width: 25px;
    height: 25px;
  }

  .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
    width: 20px;
  }
  #type-inhalers-page ol {
    margin-bottom: 20px;
  }
}

@media (max-width: 1210px) {
  .brand-logo img {
    max-width: 200px;
  }

  #header .cmp-navigation__item:last-child {
    margin-right: 0;
    margin-left: 25px;
  }

  #header .cmp-navigation__item {
    margin: 0 25px;
  }

  #home-section-one {
    padding: 40px 0;
  }

  #home-text-one h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
  }

  #home-text-one p {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
  }

  .cta-btn .btn {
    font-size: 16px;
    padding: 10px 20px;
    border-radius: 5px;
  }

  #home-section-two {
    padding-top: 60px;
  }

  .home-two-box h4 {
    font-size: 40px;
  }

  .home-two-box h4 .smalltext {
    font-size: 20px;
  }

  .home-two-box p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .home-two-box p br {
    display: none;
  }

  .ashtma-pic img {
    width: 400px;
  }

  #home-section-three {
    padding: 50px 0;
  }

  #footer .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
    padding-left: 0;
  }

  .logo-img {
    width: 75%;
  }

  .poweredBy {
    text-align: left;
    padding-left: 30px;
  }

  #media-room-banner {
    padding: 50px 0;
  }

  .highlight-banner {
    font-size: 16px;
  }

  .banner-content h2 {
    font-size: 40px;
    margin: 20px 0;
  }

  .banner-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  #news-slider {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #news-slider .newsletter {
    width: 31%;
    margin: 0;
  }

  #news-slider .newsletter p {
    min-height: 161px;
  }

  .newsletter-content h4 {
    min-height: 75px;
  }

  #news-slider .newsletter {
    width: 100%;
    margin-bottom: 20px;
  }

  .newsletter-content h4 {
    min-height: auto;
  }

  #news-slider .newsletter p {
    min-height: auto;
  }

  #nutrition-guidelinesand-healthy-eating-tips {
    padding-top: 50px;
  }

  #myth-slide-4 .muth-busting-list {
    width: 500px;
  }

  #myth-slide-5 .muth-busting-list {
    width: 500px;
  }

  .wellness-content p br {
    display: none;
  }

  .consult-heading h2 {
    padding-right: 20px;
  }

  #news-bottom-text h2 {
    padding-right: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  #news-details-page #consult-doctor {
    padding: 100px 0 50px;
  }

  #news-details-page .consult-cta button {
    margin: 20px auto;
    margin-right: 50px;
  }
  
  .smokingpg-twocol-img {
    max-width: 90%;
  }
}

@media (max-width: 991px) {
  .hamburger-wrapper {
    display: block;
    z-index: 99;
    position: relative;
  }

  .hamburger {
    background-color: #890051;
    display: block;
    width: 35px;
    height: 5px;
    margin: 6px 0;
    transition: 0.4s;
  }

  .ic-hamburger.open .hamburger.hamburger-top {
    transform: translate(0, 11px) rotate(-45deg);
  }

  .ic-hamburger.open .hamburger.hamburger-mid {
    opacity: 0;
  }

  .ic-hamburger.open .hamburger.hamburger-bottom {
    transform: translate(0, -11px) rotate(45deg);
  }

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

  .navigation-mobile {
    background-color: #EFEFEF;
  }

  .navigation-overlay.show {
    position: absolute;
    left: 0;
    right: 0;
    top: 120px;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
  }

  #header .cmp-navigation__item {
    width: 100%;
    margin: 0 10%;
  }

  #header .cmp-navigation__item:last-child {
    margin-left: 10%;
    margin-right: 10%;
  }

  #header .navigation .cmp-navigation__item a {
    display: inline-block;
  }

  #header .navigation .cmp-navigation__group {
    flex-wrap: wrap;
  }

  #home-text-one h2 br {
    display: none;
  }

  #banner h1 {
    font-size: 50px;
    line-height: 60px;
    margin-bottom: 20px;
  }

  #banner {
    padding: 80px 0;
  }

  #home-section-one #container-wrapper .aem-Grid {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
  }

  #home-section-one .text {
    width: 100%;
  }

  #home-section-one .text:first-child {
    text-align: center;
  }

  #home-section-one img {
    max-width: 50%;
    margin-left: auto;
    margin-right: auto;
  }

  #home-section-two {
    padding: 50px 0;
  }

  #home-section-two .text {
    width: 100%;
  }

  #home-section-two .text:nth-child(2) {
    width: 100%;
    text-align: center;
  }

  .ashtma-pic img {
    width: 300px;
    margin: auto;
  }

  #home-section-three #container-wrapper .aem-Grid {
    flex-wrap: wrap;
  }

  #home-section-three .text:first-child {
    width: 100%;
  }

  .section-heading {
    margin-bottom: 30px;
    text-align: center;
  }

  #home-section-three .text:nth-child(2) {
    margin-left: 0;
    width: 100%;
    margin-right: 0;
  }

  #home-newsletter {
    justify-content: space-between;
  }

  #home-newsletter .newsletter {
    margin-left: 0;
    width: 48%;
  }

  #home-section-four #container-wrapper .aem-Grid {
    flex-wrap: wrap;
  }

  #home-section-four .text {
    width: 100%;
  }

  #home-section-four .dynamicformv2 {
    width: 100%;
  }

  #home-section-five #container-wrapper .aem-Grid {
    flex-wrap: wrap;
  }

  #home-section-five .text {
    width: 100%;
  }

  .contact-details:before {
    right: 0;
    border-radius: 20px;
  }

  #footer #container-wrapper .aem-Grid {
    flex-wrap: wrap;
  }

  #footer .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--4 {
    width: 100%;
    text-align: center;
  }

  #footer .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--6 {
    width: 100%;
  }

  .logo-img {
    width: 350px;
  }

  .poweredBy {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
    margin-bottom: 50px;
  }

  #page-title h1 {
    padding: 20px 0;
    font-size: 20px;
  }

  #ashtma-care-club-section .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--3 {
    width: 100%;
  }

  #ashtma-care-club-section .aem-Grid.aem-Grid--default--10 > .aem-GridColumn.aem-GridColumn--default--7 {
    width: 100%;
  }

  #sidebar ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #sidebar a {
    font-size: 14px;
    line-height: 20px;
    border-radius: 10px;
    border-width: 2px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #sidebar li {
    margin-bottom: 10px;
    width: 32%;
  }

  .ashtma-heading {
    font-size: 30px;
    margin-bottom: 20px;
  }

  .tab-content {
    margin-left: 0;
  }

  .tab-content p {
    font-size: 16px;
    line-height: 24px;
  }

  #ashtma-care-club-section .tab-content li {
    font-size: 16px;
    line-height: 24px;
  }

  .wellness-content p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .wellness-text li {
    font-size: 16px;
    line-height: 24px;
  }

  .wellness-text {
    border-radius: 10px;
  }

  #wellness-second .wellness-text li {
    margin-bottom: 5px;
  }

  #wellness-second p {
    margin-top: 30px;
    margin-bottom: 30px;
  }

  .cmp-accordion__button {
    font-size: 20px;
    line-height: 30px;
  }

  .cmp-accordion__panel {
    padding: 20px 20px !important;
  }

  .cmp-accordion__panel p, .cmp-accordion__panel li {
    font-size: 16px;
    line-height: 24px;
  }

  .cmp-accordion__item {
    margin-bottom: 30px;
  }

  .media-newsletter-heading h2 {
    font-size: 40px;
  }

  .media-newsletter-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  #media-room-banner .text {
    width: 100%;
    margin-left: 0;
  }

  .media-newsletter-heading h2 {
    font-size: 30px;
  }

  .media-newsletter-heading p {
    font-size: 14px;
    line-height: 22px;
  }

  .news-slide {
    width: 500px;
  }

  #media-slider .newsletter-content p {
    min-height: 60px;
  }

  .muth-busting-list {
    width: 500px;
  }

  #wellness-and-prevention-tips .wellness-text ul {
    max-width: 100%;
  }

  #consult-doctor {
    padding: 50px 0;
  }

  #consult-doctor #container-wrapper .aem-Grid {
    flex-wrap: wrap;
  }

  #consult-doctor .text {
    width: 100%;
  }

  .consult-heading h2 {
    padding-right: 0;
  }

  .consult-heading h2 br {
    display: none;
  }

  .consult-heading h2 span {
    margin-left: -8px;
  }

  .modal.exit-ramp-modal .modal-box {
    max-width: 60%;
  }

  .modal.exit-ramp-modal .modal__close {
    max-width: 55%;
  }

  .modal.exit-ramp-modal .modal-box {
    max-width: 90%;
    width: 90%;
  }

  .modal.exit-ramp-modal .modal-box__content {
    padding: 20px 20px 30px;
  }

  .modal.exit-ramp-modal .modal__close {
    max-width: 90%;
  }

  .exit-ramp-actions {
    flex-wrap: wrap;
    justify-content: center;
  }

  .exit-ramp-actions .exit-ramp-cancel, .exit-ramp-actions .exit-ramp-continue {
    min-width: 100%;
  }

  #news-heading h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #news-heading p {
    font-size: 18px;
    line-height: 28px;
  }

  .news-feature-img img {
    margin-top: -50px;
    max-width: 100%;
  }

  #news-details-content {
    padding: 30px 0;
    max-width: 90%;
  }

  #news-details-content p, #news-details-content li {
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }

  #news-details-page #consult-doctor {
    padding: 60px 0;
  }

  #news-details-page .consult-cta button {
    margin: 20px auto;
  }

  #news-bottom-text h2 {
    padding-left: 0;
    padding-right: 0;
    font-size: 30px;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  #header {
    padding: 20px 0;
  }

  .brand-logo img {
    max-width: 150px;
    margin-left: 0;
  }

  #header .cmp-navigation__item:last-child {
    margin-left: 10%;
    margin-right: 10%;
  }

  #banner {
    padding: 50px 0;
  }

  #banner h1 {
    font-size: 30px;
    line-height: 40px;
  }

  #banner p {
    font-size: 14px;
    line-height: 22px;
  }

  #home-text-one h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 20px;
  }

  #home-text-one p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 20px;
  }

  .cta-btn .btn {
    font-size: 14px;
  }

  .ashtma-pic img {
    width: 250px;
  }

  .section-heading h2 {
    font-size: 35px;
    line-height: 40px;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .section-heading p {
    font-size: 16px;
    line-height: 24px;
  }

  #home-newsletter {
    flex-wrap: wrap;
  }

  #home-newsletter .newsletter {
    width: 100%;
    margin-bottom: 30px;
  }

  #home-newsletter .newsletter:last-child {
    margin-bottom: 0;
  }

  #home-section-four {
    padding: 30px 0;
  }

  .support-form .cmp-dynamicform__form-label-container {
    width: 100%;
  }

  .support-form .cmp-dynamicform__form-control-container {
    width: 100%;
  }

  .support-form .cmp-dynamicform__control-label {
    font-size: 16px;
  }

  .support-form .cmp-dynamicform__form-group .form-control {
    min-height: 35px;
  }

  .support-form .cmp-dynamicform__form-group textarea.form-control {
    min-height: 100px;
  }

  .support-form .cmp-dynamicform__submit-btn {
    font-size: 14px !important;
    padding: 8px 20px !important;
    border-radius: 5px !important;
  }

  .support-form .cmp-dynamicform__form-group {
    margin-bottom: 15px!important;
  }

  .contact-details {
    padding: 20px;
  }

  .contact-details h4 {
    font-size: 20px;
    white-space: normal;
    line-height: 30px;
  }

  .contact-details li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 30px;
  }

  .contact-details li:before {
    width: 20px;
    height: 20px;
  }

  #home-section-five {
    padding: 40px 0;
  }

  .logo-img {
    width: 250px;
  }

  .poweredBy {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 12px;
  }

  .poweredBy img {
    margin-left: 5px;
    width: 100px;
    margin-bottom: -3px;
  }

  .fotoer-content p {
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 10px;
  }

  .footer-menus {
    margin-bottom: 0;
    flex-wrap: wrap;
  }

  .footer-menu {
    width: 100%;
    margin-bottom: 20px;
  }

  .footer-contact {
    flex-wrap: wrap;
  }

  .address {
    margin-top: 30px;
  }

  .footer-menu h4 {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 5px;
  }

  .footer-menu li a {
    font-size: 12px;
    line-height: 24px;
  }

  .navigation-overlay.show {
    top: 108px;
  }

  #sidebar a {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 5px;
  }

  .ashtma-heading {
    line-height: 35px;
  }

  #ashtma-care-club-section {
    padding: 50px 0;
  }

  .wellness-section {
    flex-wrap: wrap;
  }

  .wellness-img {
    width: 100%;
    margin-bottom: 30px;
  }

  .wellness-content {
    width: 100%;
    padding-left: 0;
  }

  .wellness-text {
    margin-left: 0;
  }

  .wellness-text {
    padding: 20px 10px;
  }

  #wellness-second p {
    margin-top: 0;
    margin-bottom: 20px;
  }

  #nutrition-guidelinesand-healthy-eating-tips {
    padding: 40px 0 30px;
  }

  .guidlines-tips {
    flex-wrap: wrap;
  }

  .nutrition-img {
    width: 100%;
  }

  .healthy-tips {
    width: 100%;
    margin-left: 0;
  }

  .healthy-tips li {
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
  }

  .healthy-tips li:before {
    width: 20px;
    height: 20px;
  }

  #myth-busting-fact .aem-Grid {
    flex-wrap: wrap;
  }

  #myth-busting-fact .text {
    width: 100%;
  }

  #consult-doctor {
    padding: 50px 0;
  }

  #consult-doctor #container-wrapper .aem-Grid {
    flex-wrap: wrap;
  }

  #consult-doctor .text {
    width: 100%;
  }

  .consult-heading h2 {
    font-size: 25px;
    line-height: 30px;
  }

  .muth-busting-list h4 {
    font-size: 25px;
    line-height: 35px;
  }

  #header .navigation .cmp-navigation__item a {
    font-size: 16px;
  }

  .cmp-accordion__item {
    margin-bottom: 20px;
  }

  .cmp-dynamicform__sub-section-subheader {
    font-size: 10px;
    line-height: 14px;
    width: 100%;
  }

  .support-form .cmp-dynamicform__generated-form-error.text-danger {
    padding-left: 0;
    font-size: 12px;
  }

  .news-slide {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .cmp-carousel__indicators.cmp-carousel__indicators--mob.visible-small {
    display: flex!important;
  }

  .muth-busting-list {
    width: 90%!important;
    margin-left: auto;
    margin-right: auto;
  }

  #thank-you {
    background-color: #fff;
    padding: 10px;
  }

  #thank-you p {
    font-size: 1.3rem;
  }

  #news-heading h1 {
    font-size: 24px;
    line-height: 30px;
  }

  .news-feature-img img {
    border-radius: 10px;
  }

  #news-banner, #rw-page #news-banner, #dae-page #news-banner {
    height: 190px;
  }

  #news-details-content {
    padding: 20px 0;
  }

  #news-details-content h2 {
    text-align: left;
    font-size: 22px;
    line-height: 32px;
    margin: 20px 0;
  }

  #news-details-content p {
    margin-bottom: 15px;
  }
  
  .smokingpg-twocol-img {
    flex-direction: column;
  }
  
  .smokingpg-twocol-img img {
    max-width: 100%;
  }

  #news-details-content .news-references p, #news-details-content .news-references li {
    font-size: 10px!important;
    line-height: 16px;
  }
    
    /*#news-details-content .news-references li a{*/
    /*    word-break: break-all;*/
    /*}*/
    
  #news-bottom-text h2 {
    font-size: 25px;
    line-height: 28px;
  }

  .address p br {
    display: none;
  }

  #news-details-content ul {
    padding-left: 25px;
  }

  #news-details-content .news-references ul {
    padding-left: 20px;
  }

  #news-details-page .cmp-container__backgroundImage--enabled {
    background-position: 75% 100%;
  }

  #news-banner-section .cmp-container__backgroundImage--enabled {
    background-position: center;
  }

  #news-banner {
    padding-top: 0;
    align-items: center;
  }

  #error-section h1 {
    font-size: 2rem;
  }

  #error-section p {
    font-size: 16px;
  }

  #error-section .cta-btn {
    font-size: 18px;
  }

  #faq-section .cmp-accordion__button {
    padding-right: 35px;
  }

  .cmp-accordion__button .cmp-accordion__icon {
    width: 20px;
    height: 20px;
    right: 10px;
  }

  .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
    width: 15px;
  }
  
  #news-details-content p.lt-value:before {
    margin-right: 10px;
    margin-left: 10px;
  }
  
  #news-details-content ol li:before {
    margin-right: 10px;
    margin-left: 10px;
    min-width: 15px;
  }
  
  #news-details-content .news-references li a {
    word-break: break-word;
  }
}
