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

body, p {
    font-family: "Gotham-Narrow";
    color: #000;
}
body .cmp-text{
    padding: 0;
    font-family: "Gotham-Narrow";
}

p{
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 325;
    line-height: 1.3;
    margin: 1rem 0;
}

b{
    font-family: 'GothamNarrow-Bold';
}

sup{
    font-size: 50%;
}

#container-wrapper {
    max-width: 1280px;
    margin: auto;
    padding-left: 15px;
    padding-right: 15px;
}

#logo-section {
    background-color: #C7D7BA;
}

#logo-section #container-wrapper {
    padding: 34px 0;
}

#language-node {
    display: flex;
    justify-content: flex-end;
}

.lang-area p {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 0.2px;
    text-transform: uppercase;
    margin: 0;
}

.lang-tab {
    display: flex;
    border: 2px solid #000;
    padding: 5px;
}
.lang-tab a{
    width: 50%;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: 'Roboto-Bold';
    color: #000;
    font-size: 24px;
    font-style: normal;
    line-height: normal;
    letter-spacing: -0.72px;
    text-transform: uppercase;
    text-decoration: none;
}
.lang-tab a.active {
    box-shadow: 2px 0px 5px 1px rgba(0, 0, 0, 0.25);
    color: #fff;
    background-color: #485695;
    font-family: 'GothamNarrow-Bold';
}

#navbar-section {
    background-color: #ffffff;
    padding: 40px 0;
}

#menus ul, #mi-menus ul {
    display: flex;
    justify-content: space-between;
}
#menus ul li, #mi-menus ul li{
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
}
#menus ul li:not(:last-child)::after, #mi-menus ul li:not(:last-child)::after{
    content: '|';
    font-size: 32px;
    color: #485695;
    display: none;
}

#menus ul .divider, #mi-menus ul .divider {
    font-size: 32px;
    color: #485695;
}

#menus ul li a, #mi-menus ul li a{
    color: #000000;;
    font-family: 'GothamNarrow-Bold';
    font-size: 32px;
    line-height: normal;
    letter-spacing: 0.48px;
    text-transform: uppercase;
    text-decoration: none;
    padding: 0 15px;
}

#home #menus ul li:first-child a, #home #mi-menus ul li:first-child a{
    color: #485695;
}

#home #menus.active ul li:first-child a, #home #mi-menus.active ul li:first-child a{
    color: #000000;
}

#home #menus.active ul li:nth-child(5) a, #home #mi-menus.active ul li:nth-child(5) a{
    color: #485695;
}

#checklist-result #menus ul li:nth-child(3) a, #checklist-result #mi-menus ul li:nth-child(3) a{
    color: #485695;
}

.mobile-logo{
    display: none;
}
#navbar-toggle-btn{
    display: none;
}
.cmp-container__backgroundImage--enabled{
    margin: 0!important;
}
#banner {
    position: relative;
}
#banner #container-wrapper{
    max-width: 100%;
    padding: 0;
}

#banner-slider.cmp-carousel-horizontal .cmp-carousel__indicators{
    bottom: 20px;
    justify-content: center;
}

#banner-slider.cmp-carousel-horizontal .cmp-carousel__indicator {
    width: 14px;
    height: 14px;
    background-color: #fff;
    margin: 0 5px;
    border: none;
    box-sizing: border-box;
}

#banner-slider.cmp-carousel-horizontal .cmp-carousel__indicators li::after {
    content: "";
    border: 1px solid #fff;
    position: absolute;
    right: -3px;
    top: -3px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
}

#banner-slider.cmp-carousel-horizontal .cmp-carousel__indicators li.cmp-carousel__indicator--active::after {
    border-color: #485695;
}

#banner-slider .cmp-carousel__indicator.cmp-carousel__indicator--active {
    background-color: #485695;
    border-color: #485695;
    border: none;
}

#banner-slider .cmp-carousel__actions {
    display: none;
}

#banner-content {
    max-width: fit-content;
    padding: 48px 39px 48px 42px;
    background-color: rgba(72, 86, 149, 0.7);
    margin: 130px 0;
}

#banner-content h1{
   color: #FFF;
    font-family: 'Bebas-Neue';
    font-size: 70px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    position: relative;
}

#checklist #container-wrapper {
    padding: 81px 15px;
}
.text-center {
    text-align: center;
}
#what-cough-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#what-cough-text p{
    color: #485695;
    font-family: "Gotham-Narrow";
    font-size: 50px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
}
#what-cough-text h2 {
    color: var(--Purple-Main, #485695);
    font-size: 50px;
    font-family: 'GothamNarrow-Bold';
    line-height: normal;
    text-transform: uppercase;
    max-width: 85%;
    margin: 0;
}
.cta-btn {
    background-color: #A4CB8C;
    padding: 0;
    border: none;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 37px;
    padding-right: 37px;
    color: #FFF;
    font-family: "Bebas-Neue";
    font-size: 52px;
    height: 90px;
    font-style: normal;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    cursor: pointer;
}
.cta-btn a{
    display: block;
}
.cta-btn:hover{
    text-decoration: none;
}
#what-cough-text .cta-btn{
        margin: auto;
    }

#checklist-question{
    display: none;
}

#checklist-question h2.check-h2 {
    color: #485695;
    text-align: center;
    font-size: 50px;
    font-family: 'GothamNarrow-Bold';
    line-height: normal;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}

.sbhd {
    font-family: "Gotham-Narrow";
    font-style: normal;
    font-weight: 325;
    text-align: center;
    font-size: 40px;
    line-height: normal;
    color: #485695;
    margin-bottom: 50px;
    margin-top: 0;
    text-transform: uppercase;
}

.question-area {
    background-color: #EFEEEE;
    padding: 60px 60px 85px 113px;
    display: flex;
    position: relative;
}

/*.checklist-icon {
    width: 119px;
}*/

.checklist-icon img {
    max-width: 100%;
}

.question-content {
    width: calc(100% - 119px);
    padding-left: 42px;
}

.question-content h4 {
    color: #485695;
    font-size: 48px;
    font-family: 'GothamNarrow-Bold';
    line-height: normal;
    letter-spacing: -1.2px;
    margin: 0;
    margin-bottom: 20px;
}

.question-content p {
    color: #000;
    font-family: "Gotham-Narrow";
    font-size: 40px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: -1.8px;
    margin-bottom: 70px;
}

.question-control {
    display: flex;
    align-items: center;
}

.question-arrow img {
    display: block;
    margin-bottom: 10px;
}

.question-arrow {
    color: #000;
    font-size: 26px;
    font-family: 'GothamNarrow-Bold';
    line-height: normal;
    letter-spacing: -0.65px;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer;
}

.question-option {
    margin: 0 42px 0;
}

.question-option button {
    color: #485695;
    text-align: center;
    font-family: "Bebas-Neue";
    font-size: 64px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -1.6px;
    height: 125px;
    border: 2px solid #485695;
    width: 207px;
    background-color: #fff;
    margin: 0 23px;
    cursor: pointer;
}
.close-checklist{
     z-index: 9;
    position: absolute;
    right: 19px;
    top: 13px;
    color: rgba(0, 0, 0, 0.60);
    font-family: 'GothamNarrow-Medium';
    font-size: 24px;
    line-height: normal;
    letter-spacing: -1.08px;
    text-transform: uppercase;
    cursor: pointer;
}
.tab{
  display: none;
}
.disabled{
  user-select: none;
  pointer-events: none;
}
#questionForm {
  position: relative;
}
.tab h4 {
  color: #485695;
  font-family: 'GothamNarrow-Medium';
  font-size: 32px;
  line-height: normal;
  letter-spacing: -1.2px;
  margin: 0;
  margin-bottom: 0;
}

.tab p {
  color: #000;
  font-size: 48px;
  font-family: 'GothamNarrow-Bold';
  line-height: normal;
  letter-spacing: -1.8px;
  margin-bottom: 70px;
  min-height: 96px;
}

.choice {
  display: flex;
  justify-content: left;
  width: 100%;
  padding-left: 120px;
}

.choice input {
  display: none;
}

.yes, .no {
  margin: 0 23px;
}

.yes label, .no label{
  color: #485695;
  text-align: center;
  font-family: "Bebas-Neue";
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -1.6px;
  height: 125px;
  border: 2px solid #485695;
  width: 207px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  cursor: pointer;
  border-radius: 20px;
}

.yes input:checked ~ label, .no input:checked ~ label{
  background-color: #485695;
  color: #fff;
}

#prevBtn, #nextBtn, #miPrevBtn, #miNextBtn{
  background-color: transparent;
  position: absolute;
  bottom: 0;
  color: #000;
  font-family: 'GothamNarrow-Bold';
  font-size: 26px;
  font-style: normal;
  letter-spacing: -0.65px;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  height: 129px;
  width: 75px;
  background-repeat: no-repeat;
  background-size: 73px;
  background-position: top center;
  border: none;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
#prevBtn:focus, #nextBtn:focus, #miPrevBtn:focus, #miNextBtn:focus{
    background-color: transparent;
}
#prevBtn, #miPrevBtn{
  background-image: url('/content/dam/intelligentcontent/unbranded/mycough-nz/nz/en/images/Go-Out.png');
  display: none;
}

#nextBtn, #miNextBtn{
  background-image: url('/content/dam/intelligentcontent/unbranded/mycough-nz/nz/en/images/Go-In.png');
  left: 655px;
}

#nextBtn.submitbtn, #miNextBtn.submitbtn {
  text-align: center;
    font-family: 'Bebas-Neue';
    font-size: 64px;
    letter-spacing: -1.6px;
    height: 129px;
    width: 207px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000000;
    color: #fff;
    left: 660px;
    border-radius: 20px;
}

#what-is-a-cough {
    background-color: #C7D7BA;
}

#what-is-a-cough #container-wrapper {
    padding: 70px 15px;
}

.heading {
    color: #000;
    font-family: 'Roboto-Bold';
    font-size: 50px;
    font-style: normal;
    font-weight: normal;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    padding: 11px 0;
    border-top: 4px solid #000;
    border-bottom: 4px solid #000;
    margin-top: 0;
    margin-bottom: 53px;
}

#what-is-a-cough .text:nth-child(2) {
    padding-right: 10px;
    width: 46%;
    max-width: 550px;
}
#what-is-a-cough .text:nth-child(2) p:first-child{
    margin-top: 0;
}
#what-is-a-cough .text:nth-child(2) p:last-child{
    margin-bottom: 0;
    padding-right: 10px;
}
#what-is-a-cough .text:nth-child(3){
    padding-left: 48px;
    width: 56%;
}
#what-is-a-cough .text:nth-child(3) h3{
    font-family: 'GothamNarrow-Medium';
    color: #485695;
    font-size: 48px;
    line-height: normal;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}
#what-is-a-cough .text:nth-child(3) h3 u{
    font-family: 'GothamNarrow-Bold';
}
#what-is-a-cough .text:nth-child(3) p{
    margin: 0;
}
#what-is-a-cough .text:nth-child(3) .btn-wrapper{
    margin-top: 38px;
}
#what-is-a-cough .text:nth-child(3) .cta-btn{
    background-color: #485695;
}

#w-cough-text {
    margin-top: 43px;
}

#w-cough-text p {
    margin: 0;
    display: flex;
    color: #485695;
    font-size: 32px;
    font-family: 'GothamNarrow-Bold';
    text-transform: uppercase;
}

#w-cough-text img {
    margin-right: 21px;
}

#lungh-health {
    background-color: #485695;
    color: #fff;
}

#lungh-health #container-wrapper {
    padding: 70px 15px;
}

#lungh-health .heading{
    color: #fff;
    border-color: #fff;
}

#lungh-health p{
    color: #fff;
    margin-bottom: 0;
}

#elm-columns {
    display: flex;
    padding: 60px 0;
    gap: 35px;
}

.element-column-2 {
    display: flex;
    align-items: center;
    width: 50%;
}

#elm-columns .element-column-2:first-child{
    width: 43%;
}

#elm-columns .element-column-2:last-child{
    width: 50%;
}

.icon-img {
    width: 123px;
    text-align: center;
}

.element-content {
    width: calc(100% - 123px);
    padding-left: 31px;
}

.element-content p:first-child {
    margin-top: 0;
}
.element-content p{
     font-family: 'GothamNarrow-Bold';
}
.btn-wrapper{
    margin-top: 30px;
    background-color: transparent;
}
#lungh-health .cta-btn {
    background-color: #A4CB8C;
}

#symptoms-and-risk-factors {
    background-color: #EFEEEE;
}

#symptoms-and-risk-factors #container-wrapper {
    padding: 70px 15px;
}
#symptoms-and-risk-factors .element-column-2 {
    width: 100%;
    align-items: self-start;
}

#symptoms-and-risk-factors p{
    font-size: 32px;
}
#symptoms-and-risk-factors .icon-img{
    width: 163px;
}
#symptoms-and-risk-factors .element-content {
    width: calc(100% - 163px);
    padding-left: 60px;
}
#symptoms-and-risk-factors .element-content ul {
    padding: 0;
    margin-top: 30px;
}

#symptoms-and-risk-factors .element-content ul {
    padding: 0;
    margin-top: 30px;
    padding-left: 15px;
}

.element-content li {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    margin-bottom: 5px;
    position: relative;
    padding-left: 20px;
}
.element-content li:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #000;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

#symptoms-and-risk-factors .element-column-2 {
    margin-bottom: 58px;
}

#symptoms-and-risk-factors .icon-img img {
    margin-top: 4px;
}

#more-information h3 {
    overflow: hidden;
    color: #A4CB8C;
    font-size: 32px;
    font-family: 'GothamNarrow-Bold';
    text-transform: uppercase;
    margin-top: 0;
}

#more-information ul {
    padding: 0;
    margin-top: 30px;
}

#more-information li {
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
#more-information li:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    background-color: #000;
    left: 0;
    top: 10px;
    border-radius: 50%;
}

#references p {
    font-size: 20px;
    font-weight: 325;
    margin-top: 0;
    margin-bottom: 20px;
    text-align: justify;
    letter-spacing: -0.5px;
}

#references a {
    text-decoration: underline;
    color: #000;
    word-break: break-all;
}

#footer-inner {
    background-color: #C7D7BA;
}

#footer-inner #container-wrapper {
    padding: 48px 15px;
    max-width: 1386px;
}

.footer-elements {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ft-item.ft-1 img {
    max-width: 328px;
    margin-right: 37px;
}

.ft-item h4 {
    color: #000;
    font-family: 'GothamNarrow-Bold';
    font-size: 24px;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
}
.ft-item p, .ft-item a{
    color: #000;
    font-family: "Gotham-Narrow";
    font-size: 24px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 0.36px;
    text-transform: capitalize;
    text-decoration: none;
    margin: 0;
}

.ft-item.ft-4 p {
    color: #000;
    font-family: 'Roboto-Bold';
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    letter-spacing: 0.21px;
    text-transform: uppercase;
    max-width: 216px;
}

.ft-item.ft-3{
    margin-left: auto;
}

#copyright-section {
    background-color: #A4CB8C;
}

.copyright {
    display: flex;
    justify-content: center;
    padding: 15px 0;
}

.copyright p {
    color: #000;
    text-align: center;
    font-family: "Gotham-Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    margin: 0;
}
.copyright p.ft-pip {
    margin: 0 20px;
}

/*Result */

#result-section #container-wrapper {
    padding: 98px 0;
}

#result-section h2 {
    color: #485695;
    font-family: 'GothamNarrow-Bold';
    font-size: 50px;
    line-height: normal;
    text-transform: uppercase;
    text-align: left;
    margin-top: 0;
    margin-bottom: 23px;
}

#result-wrapper {
    background-color: #EFEEEE;
    padding: 101px 137px 101px 109px;
}

#result-text h3 {
    color: #000;
    font-family: 'GothamNarrow-Bold';
    font-size: 32px;
    line-height: normal;
    margin-top: 0;
    margin-bottom: 1rem;
}

#result-text h4 {
    color: #000;
    font-family: "Gotham-Narrow";
    font-size: 26px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    margin-top: 0;
}

#download-pdf h4 {
    color: #000;
    font-family: 'GothamNarrow-Bold';
    font-size: 32px;
    line-height: normal;
    font-variant: small-caps;
    letter-spacing: -1.62px;
    text-transform: uppercase;
}

#download-pdf .cta-btn {
    width: 240.147px;
    height: 78.833px;
    color: #485695;
    font-size: 40px;
    font-variant: small-caps;
    letter-spacing: -1px;
    background: #fff;
    border: 2px solid #485695;
    font-family: 'Roboto-Bold';
    text-decoration: none;
}

#get-result h4 {
    color: var(--Black, #000);
    font-family: 'GothamNarrow-Bold';
    font-size: 32px;
    line-height: normal;
    font-variant: small-caps;
    letter-spacing: -1.62px;
    margin-bottom: 35px;
    text-transform: uppercase;
}

#message-information p {
   color: #000;
    font-family: "Gotham-Narrow";
    font-size: 20px;
    font-style: normal;
    font-weight: 325;
    line-height: normal;
    max-width: 769px;
    letter-spacing: -0.7px;
}

#message-information p a{
    color: #000;
    text-decoration: underline;
}

#share-result-wrapper {
    background-color: #A4CB8C;
    margin-top: 46px;
    padding: 119px 85px 83px 116px;
}

#share-result {
    display: flex;
}

.share-left {
    width: 400px;
    text-align: left;
}

.share-right {
    width: calc(100% - 400px);
}

#result-section .share-left h2 {
    color: #000;
    font-family: 'GothamNarrow-Bold';
    font-size: 56px;
    line-height: normal;
    text-transform: capitalize;
    text-align: left;
    margin-bottom: 13px;
}
#result-section .share-left h4{
    color: #000;
    font-family: 'GothamNarrow-Bold';
    font-size: 36px;
    line-height: normal;
    letter-spacing: -0.9px;
    text-transform: uppercase;
    margin: 0;
}

.share-right ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: right;
}

.share-right li {
    width: 300px;
    background-color: #485695;
    margin: 10px 0;
    padding: 0;
    margin-left: 20px;
}

.share-right a {
    padding: 25px;
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: 'GothamNarrow-Bold';
    font-size: 40px;
    line-height: normal;
    letter-spacing: -1px;
}

.share-right a:hover{
    text-decoration: none;
}

.share-right a img{
    margin-right: 34px;
}

.share-right li:nth-child(2) a, .share-right li:nth-child(4) a{
    justify-content: center;
}
#pdf-section{
    display: none;
}
#pdf-content{
  padding: 50px 50px 100px;
  font-family: "Gotham-Narrow";
  box-sizing: border-box;
}
.pdf-logo{
  text-align: left;
  margin-bottom: 30px;
}
.pdf-logo img{
  max-width:100px;
}
#download p{
  line-height: 1.5;
  margin-bottom: 1rem;
}
.result-table table{
  width: 100%;
  border-collapse: collapse;
  margin: 30px 0;
}
.result-table table tr:nth-child(odd){
  background-color: #f2f2f2;
}
.result-table table td{
  padding: 10px;
  font-size: 14px;
}
#pdf-content p{
    font-size: 14px;
}

#sms-field, #sms-mi-field {
    border: 4px solid #A4CB8C;
    width: fit-content;
    display: flex;
    margin-bottom: 1em;
}

#sms-field form, #sms-mi-field form{
    display: flex;
}

#country_code {
    width: 108px;
    height: 78.83px;
    text-align: center;
    font-size: 35px;
    font-weight: 325;
    color: #979797;
    border: none;
    border-right: 4px solid #A4CB8C;
    font-family: "Gotham-Narrow";
    letter-spacing: -1.62px;
}

#country_num {
    width: 500px;
    height: 78.83px;
    font-size: 35px;
    font-weight: 325;
    color: #979797;
    border: none;
    padding-left: 25px;
    padding-right: 21px;
    text-transform: uppercase;
    border-right: 4px solid #A4CB8C;
    font-family: "Gotham-Narrow";
    letter-spacing: -1.62px;
    -webkit-appearance: none;
    margin: 0;
    -webkit-appearance: none;
    margin: 0;
}
#country_code::-webkit-outer-spin-button,
#country_code::-webkit-inner-spin-button,
#country_num::-webkit-outer-spin-button,
#country_num::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.submitbtn {
    width: 174px;
    height: 78.83px;
    text-align: center;
    font-size: 40px;
    background-color: #A4CB8C;
    color: #ffffff;
    border: none;
    font-family: 'GothamNarrow-Bold';
    letter-spacing: -1.62px;
    text-transform: uppercase;
    cursor: pointer;
}

#country_code::placeholder, #country_num::placeholder{
    color: #979797;
}

#country_code:focus, #country_num:focus{
    outline: none;
}

/*html:lang(en) #mi-header{*/
/*  display: none;*/
/*}*/
/*html:lang(mi) #en-header{*/
/*  display: none;*/
/*}*/
/*html:lang(en) #mi-footer{*/
/*  display: none;*/
/*}*/
/*html:lang(mi) #en-footer{*/
/*  display: none;*/
/*}*/

#mi-header #menus ul li a, #mi-header #mi-menus ul li a {
    font-size: 25.1px;
    line-height: 30.12px;
    letter-spacing: -1px;
    padding: 0 10px;
}
#logo-section #container-wrapper{
    max-width: 1318px;
}
#navbar-section #container-wrapper{
    max-width: 1318px;
    padding: 0;
}

#bottom-menu {
    display: flex;
    justify-content: center;
    gap: 30px;
}

#bottom-menu a {
    text-transform: uppercase;
    font-family: 'GothamNarrow-Medium';
    color: #000000;
    font-size: 24px;
}

#privacy-collection-section {
    padding: 100px 0 70px;
}

#privacy-collection-section p{
    margin: 1.5rem 0;
}

#privacy-collection-section ul{
    padding-left: 35px;
    margin-top: -15px;
}
#privacy-collection-section li{
    color: #000;
    font-size: 26px;
    font-style: normal;
    font-weight: 325;
    line-height: 1.3;
    position: relative;
}

#privacy-collection-section li:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 50%;
    left: -20px;
    top: 15px;
}
#privacy-collection-section p a{
    color: #000;
    text-decoration: underline;
}


/*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
}
@-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;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 20px;
    margin-top: 20px;
    font-family: "Gotham-Narrow";
    text-align: center;
}

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

.exit-ramp-body {
    font-size: 16px;
    text-align: center;
    line-height: 1.4;
    color: #444;
}

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

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

.exit-ramp-actions .exit-ramp-cancel{
    border: 1px solid #A4CB8C!important;
    background-color: #A4CB8C!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: #000;
}

html:lang(mi) #what-is-a-cough .text:nth-child(3) h3{
    font-size: 40px;
}
html:lang(mi) #what-is-a-cough .text:nth-child(2) {
    padding-right: 10px;
    width: 47%;
    max-width: 578px;
}
html:lang(mi) #what-is-a-cough .text:nth-child(3) {
    padding-left: 40px;
    width: 53%;
}
html:lang(mi) #privacy-collection-section p{
    letter-spacing: -0.3px;
}
html:lang(mi) #what-cough-text{
    align-items: flex-end;
}
html:lang(mi) #elm-columns .element-column-2:last-child {
    width: 54%;
}
html:lang(mi) #lungh-health .element-content p{
    letter-spacing: -1px;
}
html:lang(mi) #message-information p{
    max-width: 780px;
}

html:lang(en) #english-header{
    display: block;
}

html:lang(en) #maori-header{
    display: none;
}

html:lang(mi) #english-header{
    display: none;
}

html:lang(mi) #maori-header{
    display: block;
}

html:lang(en) #english-footer{
    display: block;
}

html:lang(en) #maori-footer{
    display: none;
}

html:lang(mi) #english-footer{
    display: none;
}

html:lang(mi) #maori-footer{
    display: block;
}

#error-section {
    text-align: center;
}

#error-page {
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#error-section h1 {
    font-family: 'GothamNarrow-Bold';
    color: #A4CB8C;
    font-size: 3rem;
}

#error-section p {
    font-size: 20px;
    margin-bottom: 3rem;
}

#error-section .cta-btn {
    max-width: 300px;
    margin: auto;
}

#get-result {
    display: none;
}

#message-information {
    display: none;
}

/* ================== */
/*     Responsive    */
/* =============== */
div#checklist-question .carousel__download-desc h4:nth-child(4){margin-bottom: 0;}
@media (max-width: 1400px){
    p{
        font-size: 20px;
    }
    #logo-section #container-wrapper{
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .mycough-logo img{
        max-width: 250px;
    }
    .lang-area p{
        font-size: 16px;
    }
    .lang-tab a{
        font-size: 18px;
        height: 40px;
    }
    #navbar-section #container-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    #menus ul li a, #mi-menus ul li a{
        font-size: 26px;
    }
    #banner-content{
        padding: 44px 29px 32px 32px;
    }
    #banner-content h1{
        font-size: 60px;
    }
    #menus ul .divider, #mi-menus ul .divider{
        font-size: 26px;
    }
    #checklist #container-wrapper{
        padding: 50px 15px;
    }
    #what-cough-text p{
        font-size: 40px;
    }
    #what-cough-text h2{
        font-size: 40px;
    }
    #elm-columns .element-column-2:last-child {
        width: 44%;
    }
    #what-is-a-cough .text:nth-child(3) .btn-wrapper {
        margin-top: 20px;
    }
    .cta-btn, .cta-btn a{
        font-size: 30px;
        height: 60px;
        border-radius: 15px;
    }
    #lungh-health #container-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .heading{
        font-size: 40px;
        border-width: 2px;
        margin-bottom: 40px;
    }
    #what-is-a-cough #container-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    #what-is-a-cough .text:nth-child(3) h3{
        font-size: 38px;
    }
    #symptoms-and-risk-factors #container-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .icon-img{
        width: 130px;
    }
    .icon-img img{
        margin-top: 20px;
    }
    #symptoms-and-risk-factors p{
        font-size: 26px;
    }
    .element-content{
        width: calc(100% - 130px);
    }
    .element-content li{
        font-size: 20px;
    }
    #w-cough-text p{
        font-size: 22px;
    }
    #symptoms-and-risk-factors .element-column-2{
        margin-bottom: 40px;
    }
    #more-information h3{
        font-size: 28px;
    }
    #more-information li{
        font-size: 20px;
    }
    #references p{
        font-size: 16px;
    }
    #footer-inner #container-wrapper{
        padding-left: 15px;
        padding-right: 15px;
    }
    .ft-item.ft-1 img{
        max-width: 250px;
    }
    .ft-item h4{
        font-size: 20px;
    }
    .ft-item p, .ft-item a{
        font-size: 18px;
    }
    .ft-item.ft-4{
        max-width: 170px;
    }
    .ft-item.ft-4 img{
        max-width: 170px;
        margin-left: auto;
    }
    .ft-item.ft-4 p{
        font-size: 11px;
    }
    .copyright p{
        font-size: 16px;
    }
    .copyright p.ft-pip{
        margin: 0 15px;
    }
    
    #bottom-menu a{
        font-size: 18px;
    }
    #checklist-question h2{
        font-size: 40px;
    }
    .sbhd{
        font-size: 30px;
        margin-bottom: 40px;
    }
    .question-area{
        padding-top: 50px;
        padding-bottom: 70px;
        padding-left: 180px;
        padding-right: 113px;
    }
    .question-content h4{
        font-size: 22px;
    }
    .question-content p{
        font-size: 30px;
        margin-bottom: 50px;
    }
   /* .checklist-icon{
        width: 100px;
    }*/
    .question-content{
        width: calc(100% - 100px);
    }
    .question-arrow{
        font-size: 18px;
    }
    .question-arrow img{
        width: 50px;
    }
    .question-option {
        margin: 0 30px;
    }
    .question-option button{
        font-size: 40px;
        width: 130px;
        height: 80px;
    }
    .close-checklist{
        font-size: 18px;
    }
      .tab p{
        font-size: 38px;
        margin-bottom: 50px;
        min-height: 72px;
      }
      #prevBtn, #nextBtn, #miPrevBtn, #miNextBtn{
        width: 60px;
        background-size: 50px;
        font-size: 18px;
        height: 84px;
      }
      .yes, .no{
        margin: 0 15px;
      }
      .yes label, .no label{
        font-size: 40px;
        width: 130px;
        height: 80px;
      }
      .choice{
        justify-content: left;
        padding-left: 90px;
      }
      #nextBtn, #miNextBtn {
        right: auto;
        left: 450px;
      }
      #nextBtn.submitbtn,  #miNextBtn.submitbtn{
        font-size: 40px;
        width: 130px;
        height: 85px;
        left: 440px;
        border-width: 3px;
      }
    /* Result */
    #result-section #container-wrapper{
       padding: 60px 0;
    }
    #result-section h2{
        font-size: 40px;
    }
    #result-wrapper{
        padding: 50px 137px 50px 109px;
    }
    #result-text h3{
        font-size: 26px;
    }
    #result-text h4{
        font-size: 20px;
    }
    #download-pdf h4{
        margin-top: 1rem;
        font-size: 26px;
    }
    #download-pdf .cta-btn{
        font-size: 30px;
        width: 180px;
        padding-left: 0;
        padding-right: 0;
        text-align: center;
        height: 60px;
    }
    #get-result h4{
        font-size: 26px;
    }
    #message-information p {
        font-size: 14px;
        padding-right: 0;
        max-width: 530px;
    }
    #share-result-wrapper{
        padding: 80px 60px 60px;
    }
    #result-section .share-left h2{
        font-size: 40px;
    }
    #result-section .share-left h4{
        font-size: 30px;
    }
    .share-right li{
        width: 45%;
    }
    .share-right a{
        font-size: 25px;
        padding: 20px 30px;
    }
    .share-right a img{
        height: 25px;
    }
    .share-right li:last-child img{
        height: 20px;
    }
    
    #sms-field, #sms-mi-field{
        border-width: 2px;
    }
    #country_code{
        font-size: 25px;
        width: 100px;
        height: 60px;
        border-width: 2px;
    }
    #country_num{
        width: 360px;
        height: 60px;
        font-size: 25px;
        border-width: 2px;
    }
    .submitbtn{
        font-size: 30px;
        width: 130px;
        height: 60px;
    }
    #get-result h4{
        margin-bottom: 1em;
    }
    #elm-columns{
        padding: 40px 0;
    }
    #navbar-section{
        padding: 20px 0;
    }
    #privacy-collection-section{
        padding: 60px 0 40px;
    }
    #privacy-collection-section ul{
        padding-left: 30px;
    }
    #privacy-collection-section li{
        font-size: 20px;
    }
    #privacy-collection-section li:before{
        width: 5px;
        height: 5px;
        left: -15px;
        top: 10px;
    }
    #lungh-health p br{
        display: none;
    }
    html:lang(mi) #lungh-health .element-content p {
        letter-spacing: 0; 
    }
    html:lang(mi) #message-information p {
        max-width: 590px;
    }
}

@media (max-width: 1280px){
    #what-is-a-cough .text:nth-child(3){
        width: 50%;
    }
    #banner-content{
        margin: 90px 0;
    }
}
@media (max-width: 1210px){
    p{
        font-size: 18px;
    }
    #container-wrapper{
        max-width: 95%;
    }
    .lang-tab a{
        font-size: 16px;
    }
    #menus ul li a, #mi-menus ul li a{
        font-size: 20px;
    }
    #banner-content h1{
        font-size: 50px;
    }
    #what-cough-text p{
        font-size: 30px;
    }
    #what-cough-text h2{
        font-size: 30px;
    }
    .cta-btn, .cta-btn a{
        font-size: 25px;
        height: 50px;
        border-radius: 10px;
    }
    #what-is-a-cough #container-wrapper{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #what-is-a-cough .text:nth-child(3){
        width: 50%;
    }
    .icon-img{
        width: 100px;
    }
    .element-content{
        width: calc(100% - 100px);
        padding-left: 30px;
    }
    .icon-img img{
        margin-top: 10px;
    }
    #elm-columns .element-column-2:last-child {
        width: 55%;
    }
    #what-is-a-cough .text:nth-child(3) h3{
        font-size: 28px;
    }
    #lungh-health #container-wrapper{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    .element-content li{
        font-size: 18px;
    }
    #symptoms-and-risk-factors .icon-img {
        width: 130px;
    }
    #symptoms-and-risk-factors .element-content {
        width: calc(100% - 130px);
        padding-left: 40px;
    }
    #symptoms-and-risk-factors #container-wrapper{
        padding-top: 50px;
        padding-bottom: 40px;
    }
    #more-information{
        margin-bottom: 50px;
    }
    #more-information h3{
        font-size: 22px;
    }
    #more-information li{
        font-size: 18px;
    }
    #footer-inner #container-wrapper{
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .ft-item.ft-1 img{
        max-width: 200px;
    }
    .ft-item h4{
        font-size: 18px;
    }
    .ft-item p, .ft-item a{
        font-size: 18px;
    }
    .copyright p{
        font-size: 14px;
    }

    /* Result */
    #result-wrapper{
        padding: 50px 100px 60px;
    }
    .share-right a{
        font-size: 20px;
    }
    .share-right a img{
         margin-right: 20px;
     }
     /* Checklist */
    .question-area{
        padding-left: 150px;
    }
    .tab h4 {
        letter-spacing: -0.8px;
    }
    .tab p{
        font-size: 35px;
        letter-spacing: -1px;
    }
    .yes label, .no label{
        font-size: 30px;
        width: 100px;
        height: 60px;
       letter-spacing: -1px;
    }
    #prevBtn, #nextBtn, #miPrevBtn, #miNextBtn{
        background-size: 40px;
        height: 60px;
        font-size: 16px
    }
    #nextBtn{
        left: 380px;
    }
    #nextBtn.submitbtn{
        width: 100px;
        height: 62px;
        font-size: 30px;
        left: 360px;
        border-width: 2px;
        letter-spacing: -1px;
    }
    #message-information p{
        max-width: 62%;
    }
    .modal.exit-ramp-modal .modal-box {
        max-width: 100%;
        width: 80%;
    }
    .modal.exit-ramp-modal .modal-box{
        max-width: 80%;
    }
    .modal.exit-ramp-modal .modal__close {
        max-width: 80%;
    }
    #mi-header #menus ul li a, #mi-header #mi-menus ul li a{
        font-size: 20px;
        line-height: 24px;
        padding: 0 15px;
    }
    html:lang(mi) #what-is-a-cough .text:nth-child(3) h3 {
        font-size: 34px;
    }
    div#checklist-question .cmp-carousel-survey__options {
    justify-content: center;
    gap: 15%;
    margin-left: 150px;
}
div#checklist-question .cmp-carousel-survey__radio-option input:not(:checked) ~ label,
div#checklist-question  .cmp-carousel-survey__radio-option input:checked ~ label,
    div#checklist-question .cmp-carousel-survey__nav-btn.submit{
    font-size: 50px;
    height: 100px;
    width: 150px;
}
div#checklist-question .cmp-carousel-survey__nav-btn.next {
    margin-bottom: 45px;
    font-size: 22px;
    height: 165px;
    width: 55px;
    background-size: 53px;
    margin-inline-start: 720px;
}
div#checklist-question h4.carousel-question-heading {
    font-size: 30px;
    margin-left: 20%;
}
div#checklist-question .cmp-carousel-survey__question-text p {
    font-size: 38px;
    margin-left: 20%;
}
div#checklist-question .cmp-carousel-survey__nav-btn.submit{
    margin-inline-start: 655px;
}
    
}
@media (max-width: 992px){
    p{
        font-size: 16px;
    }
    #menus ul li:not(:last-child)::after, #mi-menus ul li:not(:last-child)::after{
        font-size: 20px;
    }
    #menus ul li a, #mi-menus ul li a{
        font-size: 16px;
    }
    #banner-content{
        padding: 30px;
        margin: 60px 0;
    }
    #banner-content h1{
        font-size: 40px;
    }
    .heading{
        font-size: 30px;
    }
    #what-is-a-cough .text:nth-child(3){
        padding-left: 30px;
    }
    .element-content li{
        font-size: 16px;
    }
    #symptoms-and-risk-factors p {
        font-size: 20px;
    }
    #more-information h3{
        font-size: 20px;
    }
    #more-information li{
        font-size: 16px;
    }
    .ft-item.ft-1 img{
        max-width: 150px;
    }
    .ft-item.ft-4 img{
        max-width: 150px;
        float: right;
    }
    .ft-item.ft-4 p{
        font-size: 10px;
    }
    .copyright p{
        font-size: 12px;
    }
    #references p{
        font-size: 14px;
    }
    /* Result */
    #result-section h2{
        font-size: 30px;
    }
    #result-wrapper{
        padding: 50px;
    }
    #result-text h3{
        font-size: 20px;
    }
    #result-text h4{
        font-size: 16px;
    }
    #message-information p{
        font-size: 16px;
    }
    #download-pdf .cta-btn{
        font-size: 25px;
        height: 50px;
        width: 150px;
    }
    #download-pdf h4{
        font-size: 20px;
    }
    #get-result h4{
        font-size: 20px;
        margin-bottom: 20px;
    }
    #share-result-wrapper{
        padding: 50px 40px;
    }
    #share-result{
        flex-wrap: wrap;
    }
    .share-left{
        width: 100%;
        margin-bottom: 30px;
    }
    .share-left h4 br{
        display: none;
    }
    .share-right{
        width: 100%;
    }
    .share-right ul{
        justify-content: space-between
    }
    .share-right li{
        margin-left: 0;
    }
    #result-section .share-left h2{
        font-size: 30px;
    }
    #result-section .share-left h4{
        font-size: 20px;
    }
    .share-right a{
        font-size: 18px;
    }
    .share-right a img{
        height: 20px;
    }
    .share-right li:last-child img{
        height: 16px;
    }
    .question-area{
        padding-left: 30px;
        padding-right: 30px;
    }
    /*.checklist-icon{
        width: 80px;
    }*/
    .question-content{
        width: calc(100% - 80px);
    }
    .tab h4{
        letter-spacing: -0.8px;
    }
    .tab p{
        min-height: 0;
        letter-spacing: -1px;
    }
    .tab p br{
        display: none;
    }
    #message-information p {
        max-width: 75%;
    }
    #country_code {
        font-size: 20px;
        width: 80px;
        height: 50px;
    }
    #country_num {
        width: 310px;
        height: 50px;
        font-size: 20px;
    }
    .submitbtn {
        font-size: 25px;
        width: 110px;
        height: 50px;
    }
    .yes label, .no label{
        border-radius: 10px;
        letter-spacing: -1px;
    }
    #nextBtn.submitbtn{
        letter-spacing: -1px;
    }
    #privacy-collection-section p{
        margin: 1rem 0;
    }
    #privacy-collection-section li{
        font-size: 16px;
    }
    html:lang(mi) .sbhd br{
        display: none;
    }
    html:lang(mi) #what-is-a-cough .text:nth-child(3) h3 {
        font-size: 25px;
    }
    html:lang(mi) #message-information p {
        max-width: 540px;
    }
    div#checklist-question .checklist-icon{
    background-size: 95px;
    }
    div#checklist-question .cmp-carousel-survey__question-text p {
        font-size: 35px;
        margin-left: 22%;
    }
        div#checklist-question h4.carousel-question-heading {
        font-size: 28px;
        margin-left: 22%;
    }
        div#checklist-question .cmp-carousel-survey__options {
        gap: 25%;
        margin-left: 50px;
    }
        div#checklist-question .cmp-carousel-survey__radio-option input:not(:checked) ~ label, div#checklist-question .cmp-carousel-survey__radio-option input:checked ~ label, div#checklist-question .cmp-carousel-survey__nav-btn.submit {
        font-size: 40px;
        height: 80px;
        width: 120px;
    }
    div#checklist-question .cmp-carousel-survey__nav-btn.next {
        margin-bottom: 35px;
        height: 160px;
        width: 50px;
        background-size: 50px;
        margin-inline-start: 480px;
    }
    div#checklist-question .cmp-carousel-survey__nav-btn.submit {
        margin-inline-start: 450px;
    }
    div#checklist-question .carousel__download-desc {
    padding: 90px 100px 0px 100px;
}
     div#checklist-question .carousel__download-desc h3{
         margin: 15px 0;
     }
    div#checklist-question #carousel-countryNumber{
        width: 315px;
        font-size: 30px;
    }
    div#checklist-question #carousel-countryCode{
        width: 90px;
        font-size: 30px;
    }
    div#checklist-question #carousel-desktop-sendSmsBtn{
        font-size: 30px;
        width: 100px;
    }
}

@media (max-width: 767px){
    #container-wrapper{
        max-width: 100%;
    }
    .mycough-logo{
        display: none;
    }
    #logo-section .text{
        width: 100%;
    }
    .lang-area{
        display: flex;
        justify-content: right;
        align-items: center;
    }
    .lang-area p{
        font-size: 14px;
        max-width: 90px;
        margin-right: 10px;
    }
    .lang-tab{
        border-width: 1px;
        padding: 3px;
    }
    .lang-tab a{
        font-size: 14px;
        width: fit-content;
        padding: 10px;
        height: auto;
    }
    #navbar-section{
        position: relative;
    }
    #navbar-section .cmp-text{
        position: inherit;
    }
    .mobile-logo{
        display: block;
        padding-left: 15px;
    }
    .mobile-logo img{
        max-width: 180px;
    }
    #navbar-section #container-wrapper{
        padding-left: 0;
    }
    #menus, #mi-menus{
        display: none;
    }
    #menus.show, #mi-menus.show{
        display: block;
    }
    #menus ul, #mi-menus ul{
        flex-wrap: wrap;
        padding: 20px;
        position: absolute;
        background-color: #A4CB8C;
        z-index: 999;
        top: 88px;
        border-top: 1px solid rgba(285,285,285,0.5);
    }
    #menus ul li, #mi-menus ul li{
        display: block;
        width: 100%;
        text-align: left;
        margin: 5px 0;
    }
    #menus ul li a, #mi-menus ul li a{
        padding: 10px 0;
        font-size: 16px
    }
    #menus ul li:after, #mi-menus ul li:after{
        display: none;
    }
    #menus ul .divider, #mi-menus ul .divider{
        display: none;
    }
    #navbar-toggle-btn{
        display: block;
    }
    .navbar-toggle, .mi-navbar-toggle{
        display: block;
        position: absolute;
        right: 15px;
        top: 50%;
        z-index: 99;
        transform: translateY(-50%);
    }
    .navbar-toggle span, .mi-navbar-toggle span{
        display: block;
        width: 35px;
          height: 4px;
          background-color: #333;
          margin: 6px 0;
          transition: 0.4s;
    }
    .open .bar1 {
      transform: translate(0, 9px) rotate(-45deg);
    }
    .open .bar2 {opacity: 0;}
    .open .bar3 {
       transform: translate(0, -11px) rotate(45deg);
    }
    #banner-content {
        padding: 20px;
        margin: 40px 0;
    }
    #banner-content h1{
        font-size: 25px;
    }
    
    #banner-slider.cmp-carousel-horizontal .cmp-carousel__indicators{
        display: flex;
        bottom: 10px;
    }
    
    #banner-slider.cmp-carousel-horizontal .cmp-carousel__indicator{
        width: 10px;
        height: 10px;
    }
    #banner-slider.cmp-carousel-horizontal .cmp-carousel__indicators li::after {
        width: 14px;
        height: 14px;
        top: -2px;
        left: -2px;
     }
    #what-cough-text p{
        font-size: 20px;
    }
    #what-cough-text h2 {
        font-size: 25px;
        max-width: 100%;
    }
    #what-is-a-cough .text{
        width: 100%;
    }
    #what-is-a-cough .text:nth-child(2){
        width: 100%;
    }
    #what-is-a-cough .text:nth-child(3){
        width: 100%;
    }
    .heading{
        border-width: 1px;
        margin-bottom: 30px;
        letter-spacing: 0;
    }
    #what-is-a-cough .text:nth-child(3){
        padding-left: 0;
        padding-top: 20px;
    }
    #what-is-a-cough .text:nth-child(3) h3{
        font-size: 25px;
        margin-bottom: 0;
    }
    #lungh-health p{
        text-align: center;
    }
    .element-column-2{
        flex-wrap: wrap;
        width: 100%;
    }
    #elm-columns .element-column-2:first-child{
        width: 100%;
    }
    #elm-columns .element-column-2:last-child {
        width: 100%;
    }
    #lungh-health p br{
        display: none;
    }
    .icon-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .icon-img img{
        max-width: 100px;
    }
    .element-content{
        width: 100%;
        padding-left: 0;
    }
    #symptoms-and-risk-factors .icon-img {
        width: 100%;
    }
    #symptoms-and-risk-factors .element-content {
        width: 100%;
        padding-left: 0;
    }
    #symptoms-and-risk-factors .element-content ul{
        margin-top: 15px;
    }
    .cta-btn, .cta-btn a{
        padding-left: 20px;
        padding-right: 20px;
        min-width: 120px;
    }

    .footer-elements{
        flex-wrap: wrap;
    }
    .footer-elements .ft-item{
        width: 100%;
        margin: 10px 0;
    }
    .ft-item.ft-4{
        max-width: 100%;
    }
    .ft-item.ft-4 img{
        float: none;;
    }
    .ft-item.ft-4 p{
        width: 100%;
        max-width: 100%;
    }
    .copyright{
        flex-wrap: wrap;
    }
    .copyright p{
        width: 100%;
        margin: 5px 0;
    }
    .copyright p.ft-pip{
        display: none;
    }
    .ft-item.ft-1 img{
        max-width: 200px;
    }

    /* Result */
    #result-section #container-wrapper{
        padding: 0;
    }
    #result-section h2{
        font-size: 25px;
    }
    #result-wrapper{
        padding: 40px 20px 
    }
    #result-text h3{
        font-size: 20px;
    }
    #result-text h4{
        font-size: 16px;
    }
    #download-pdf h4{
        font-size: 16px;
    }
    #get-result h4{
        font-size: 16px;
        margin-bottom: 10px;
    }
    #message-information p{
        font-size: 14px;
        max-width: 100%;
    }
    #download-pdf .cta-btn{
        font-size: 16px;
        height: auto;
        width: auto;
        min-width: 100px;
        padding: 10px 0;
    }
    #share-result-wrapper{
        padding: 40px 20px;
    }
    #result-section .share-left h2{
        font-size: 20px;
    }
    #result-section .share-left h4{
        font-size: 16px;
    }
    .share-right li{
        width: 100%;
    }
    .share-right li a{
        font-size: 16px;
    }
    .share-right li img{
        height: 18px;
    }
    .share-right li:nth-child(2) a, .share-right li:nth-child(4) a{
        justify-content: left;
    }
    .share-right li:last-child img{
        height: 14px;
    }
    #checklist-question h2{
        font-size: 25px;
    }
    .sbhd {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .sbhd br{
        display: none;
    }
    .question-area{
        flex-wrap: wrap;
        padding-bottom: 50px;
        padding-left: 20px;
        padding-right: 20px;
    }
    .checklist-icon{
        width: 100%;
        text-align: center;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .checklist-icon img{
        max-width: 60px;
    }
    .question-content{
        width: 100%;
        padding-left: 0;
    }
    .tab h4{
        font-size: 18px;
        margin-bottom: 1rem;
        text-align: center;
    }
    .tab p{
        font-size: 25px;
        margin-top: 0;
        text-align: center;
        letter-spacing: -1px;
    }
    #prevBtn, #nextBtn, #miPrevBtn, #miNextBtn{
        width: 30px;
        background-size: 30px;
        font-size: 14px;
        height: 50px;
    }
    .choice{
        padding-left: 0;
        justify-content: center;
    }
    .yes, .no{
        margin: 0 5px;
    }
    .yes label, .no label{
        width: 70px;
        height: 50px;
        border-width: 1px;
        font-size: 25px;
    }
    #nextBtn{
        left: auto;
        right: 0;
    }
    .close-checklist{
        font-size: 14px;
    }
    #checklist #container-wrapper{
       padding: 50px 15px;
    }
    #sms-field, #sms-mi-field{
        margin-bottom: 0;
    }
    #sms-field form, #sms-mi-field form {
        display: flex;
    }
    #country_code{
        font-size: 16px;
        width: 15%;
        height: 50px;
    }
    #country_num{
        font-size: 16px;
        width: 65%;
        height: 50px;
        border-right: 0;
        padding-left: 15px;
        padding-right: 15px;
    }
    .submitbtn{
        width: 20%;
        height: 50px;
        font-size: 18px;
    }
    #what-cough-text{
        flex-wrap: wrap;
        text-align: center;
        justify-content: center;
        gap: 30px;
    }
    #w-cough-text p{
        font-size: 20px;
        align-items: flex-start;
    }
    #w-cough-text img{
        max-width: 30px;
        margin-right: 10px;
    }
    #elm-columns {
        padding: 30px 0;
        flex-wrap: wrap;
        text-align: center;
    }
    .modal.exit-ramp-modal .modal-box__content{
        padding: 40px 20px;
    }
    .exit-ramp-actions{
        flex-wrap: wrap;
        justify-content: center;
    }
    
    #nextBtn.submitbtn {
        height: 50px;
        right: 0;
        left: auto;
        border-radius: 10px;
        width: 65px;
        font-size: 25px;
        letter-spacing: -0.8px;
    }
    #miNextBtn.submitbtn {
        height: 50px;
        right: 0;
        left: auto;
        border-radius: 10px;
        width: 65px;
        font-size: 25px;
        letter-spacing: -0.8px;
    }
    #miNextBtn {
        left: auto;
        right: 0;
    }
    .heading {
        font-size: 25px;
    }
    #what-is-a-cough .text:nth-child(2){
        padding: 0;
    }
    html:lang(mi) #what-is-a-cough .text:nth-child(2){
        width: 100%;
        max-width: 100%;
    }
    html:lang(mi) #what-is-a-cough .text:nth-child(3) {
        padding-left: 0;
        width: 100%;
    }
    #mi-header #menus ul li a, #mi-header #mi-menus ul li a{
        font-size: 16px;
        padding: 10px 0;
    }
    #privacy-collection-section{
        padding: 50px 0 40px;
    }
    html:lang(mi) #elm-columns .element-column-2:last-child{
        width: 100%;
    }
    div#checklist-question div#airqContainer-questionnairev2 .cmp-carousel-survey__wrapper{
        max-width: unset;
        padding: 20px 20px;
    }
    div#checklist-question .checklist-icon {
        background-size: 70px;
        margin: 0;
        max-width: unset;
        background-position-x: center;
        padding-right: 0;
    }
 div#checklist-question div#airqContainerMobile-questionnairev2 {
    display: none;
}
        div#checklist-question h4.carousel-question-heading {
        padding-top: 35%;
        font-size: 22px;
        margin-left: 0;
    }
    div#checklist-question .cmp-carousel-survey__question-text p {
        font-size: 28px;
        margin-left: 0;
        margin-top: 0;
    }
    div#checklist-question .cmp-carousel-survey__options {
        gap: 5%;
        margin-left: 0px;
    }
        div#checklist-question .cmp-carousel-survey__radio-option input:not(:checked) ~ label, div#checklist-question .cmp-carousel-survey__radio-option input:checked ~ label, div#checklist-question .cmp-carousel-survey__nav-btn.submit {
        font-size: 23px;
        height: 58px;
        width: 68px;
        margin-top: 5px;
        letter-spacing: normal;
    }
    div#checklist-question .cmp-carousel-survey__nav-btn.next {
        margin-bottom: -25px;
        height: 100px;
        width: 50px;
        background-size: 36px;
        margin-inline-start: 250px;
        font-size: 15px;
    }
    div#checklist-question .cmp-carousel-survey__nav-btn.submit {
        bottom: -13px;
        margin-inline-start: 250px;
    }
        div#checklist-question .carousel__download-desc {
        padding: 20px 20px;
    }
    div#checklist-question  .carousel__button-container {
    padding: 0px 20px 0px 20px;
}
    div#checklist-question  .carousel__download-desc h3{
        font-size:25px
    }
    div#checklist-question .carousel__download-desc h4{
        font-size:22px;
    }
    div#checklist-question  .carousel__download-desc h4.download-pdf{
         font-size:25px;
    }
    div#checklist-question .carousel_sms-heading{
        padding: 40px;
        font-size: 28px;
    }
    div#checklist-question .carousel_sms-disclaimer{
        padding: 10px;
    }
    div#checklist-question #carouselSmsSection{
        margin-left: 0;
    }
    div#checklist-question #carousel-countryCode {
        width: 65px;
        font-size: 24px;
    }
    div#checklist-question #carousel-countryNumber {
        width: 170px;
        font-size: 24px;
    }
    div#checklist-question #carousel-desktop-downloadBtn{
        height: 70px;
        width: 200px;
        font-size: 30px;
    }
        div#checklist-question #carousel-desktop-sendSmsBtn {
        font-size: 24px;
        width: 80px;
    }
    div#checklist-question .sms-empty-message, div#checklist-question .sms-invalid-message, div#checklist-question .sms-error-message{
        margin-left:0;
    }
}


@media (max-width: 580px) {
    #bottom-menu {
        flex-wrap: wrap;
        gap: 20px;
        padding: 20px 0;
    }
    
    #bottom-menu p{
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    
    #bottom-menu p.ft-pip {
        display: none;
    }
}




@media (max-width: 767px) and (orientation: landscape){
    #nextBtn.submitbtn{
        left: 440px;
    }
    #nextBtn{
        left: 460px;
    }
    #miNextBtn.submitbtn{
        left: 440px;
    }
    #miNextBtn{
        left: 460px;
    }
        div#checklist-question h4.carousel-question-heading {
        padding-top: 20%;
        }
    div#checklist-question .cmp-carousel-survey__nav-btn.next{
        margin-inline-start: 400px;
    }
        div#checklist-question .cmp-carousel-survey__nav-btn.submit {
        margin-inline-start: 400px;
    }
    div#checklist-question #carousel-countryNumber {
        width: 350px;
    }
}
