#faqs-page .cmp-text {
  padding: 0;
}
#faqs-page .nowrap{
    white-space: nowrap;
}
#faqs-page sup
{
    font-size: 70% !important;
}
#thinkaldo-mid-container {
  max-width: 1378px;
  margin: 0 auto;
  padding: 0 20px!important;
  
}
#faqs-page h3.cmp-accordion__header {
    position: relative;
    z-index: 9999;
}
#thinkaldo-second-banner {
  min-height: 679px;
  background-color: #19203D;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

#thinkaldo-second-banner:before {
  position: absolute;
  content: '';
  top: 0;
  right: 10px;
  width: 830px;
  height: 988px;
  background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/Risorsa.png);
  background-repeat: no-repeat;
}
div#faq-head #thinkaldo-second-banner:before
{
    display : none;
}
div#faq-head:after {
    position: absolute;
    content: '';
    top: 62px;
    right: 10px;
    width: 830px;
    height: 988px;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa-3.png);
    background-repeat: no-repeat;
    background-size: 111%;
    z-index: 1;
}
#thinkaldo-second-banner:after {
  position: absolute;
  content: '';
  bottom: 0;
  right: 0px;
  width: 526px;
  height: 548px;
  background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/Vector.png);
  background-repeat: no-repeat;
}

#thinkaldo-second-banner .hero-banner {
  max-width: 825px;
  padding-bottom: 69px;
  position: relative;
  z-index: 999;
}

#thinkaldo-second-banner .hero-banner h1 {
  margin: 0 0 18px 0;
  font-family: 'Avenir-LT-Pro', sans-serif;
  font-size: 80px;
  line-height: 110%;
  letter-spacing: normal;
  color: #FFFFFF;
  font-weight: 500;
}

#thinkaldo-second-banner .hero-banner h6 {
  margin: 0;
  font-family: 'Avenir-LT-Pro', sans-serif;
  font-size: 28px;
  line-height: 120%;
  letter-spacing: normal;
  font-weight: 400;
  color: #FFFFFF;
}

#faqs-page #accordion-sec {
  padding: 68px 0;
}

#faqs-page #accordion-sec .cmp-accordion__button .cmp-accordion__icon {
  background-image: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/accordion-icon.png);
  padding: 16px;
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: center;
  background-size: 20px;
  outline: none;
}

#faqs-page #accordion-sec .cmp-accordion__button.cmp-accordion__button--expanded .cmp-accordion__icon {
  transform: rotate(180deg);
  background-position-x: 0%;
}

#faqs-page #accordion-sec .cmp-accordion__button .cmp-accordion__icon::before {
  display: none;
}

#faqs-page #accordion-sec .cmp-accordion__button {
  padding: 18.5px 20px 19.5px;
  border: 1px solid #DFDFDF;
  margin-bottom: 32px;
  outline: none;
}

#faqs-page #accordion-sec .cmp-accordion__button.cmp-accordion__button--expanded {
  border-bottom: 0;
  margin-bottom: 0;
  outline: none;
}

#faqs-page #accordion-sec .cmp-accordion__button .cmp-accordion__title {
  font-size: 24px;
  line-height: 22px;
  font-weight: 700;
  letter-spacing: normal;
  color: #3C4242;
  font-size: 28px;
  line-height: 120%;
  font-family: 'avenir-lt-pro';
}

#faqs-page #accordion-sec .cmp-accordion__panel {
  padding: 0 20px;
}

#faqs-page #accordion-sec .cmp-accordion__panel.cmp-accordion__panel--expanded {
  margin-bottom: 32px;
  border: 1px solid #DFDFDF;
  border-top: 0;
}

#faqs-page #accordion-sec h6 {
  font-size: 20px;
  line-height: 120%;
  font-weight: 400;
  letter-spacing: normal;
  color: #171A34;
  font-family: 'Avenir-LT-Pro', sans-serif;
  padding: 16px 0 0;
  margin: 0;
}

#faqs-page #accordion-sec .cmp-accordion__panel.cmp-accordion__panel--expanded h6:last-child {
  padding-bottom: 30px;
}

@media only screen and (max-width: 1200px) {
  #thinkaldo-second-banner {
    min-height: 620px;
  }

  #thinkaldo-second-banner .hero-banner h1 {
    font-size: 60px;
  }

  #thinkaldo-second-banner .hero-banner h6 {
    font-size: 24px;
  }

  #thinkaldo-second-banner:before {
    width: 640px;
    height: 918px;
  }

  #thinkaldo-second-banner:after {
    width: 450px;
    height: 450px;
  }

  #thinkaldo-second-banner .hero-banner {
    max-width: 600px;
    padding-bottom: 100px;
  }

  #faqs-page #accordion-sec .cmp-accordion__button .cmp-accordion__title {
    line-height: 30px;
  }
}
@media only screen and (min-width: 1201px) and (max-width: 1400px){
    #thinkaldo-second-banner .hero-banner
    {
        max-width: 58% !important;
    }
}
@media only screen and (max-width: 991px) {
        #thinkaldo-second-banner:after {
                width: 360px;
        height: 430px;
    }
  #thinkaldo-second-banner {
    min-height: 540px;
  }

  #thinkaldo-second-banner .hero-banner {
    max-width: 470px;
  }

  #thinkaldo-second-banner .hero-banner h1 {
    font-size: 42px;
  }

  #thinkaldo-second-banner .hero-banner h6 {
    font-size: 22px;
  }
}

@media only screen and (max-width: 767px) {

  div#faq-head:after
  {
    z-index: 1;
    top: 52px;
    right: 0px;
    width: 100%;
    height: 532px;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa_mob.png);
    background-repeat: no-repeat;
    background-size: cover;
  }
  #thinkaldo-second-banner:after {
   /* display: none;*/
    content : "";
    width: 200px;
    height: 250px;
    background-size: cover;
    top: unset;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/vector_mob.png) no-repeat;
    bottom: 0px;
  }
    
  #thinkaldo-second-banner {
    min-height: 320px;
  }

  #thinkaldo-second-banner .hero-banner {
    padding-bottom: 40px;
  }


  #faqs-page #accordion-sec {
    padding: 40px 0;
  }

  #faqs-page #accordion-sec .cmp-accordion__button .cmp-accordion__title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
  }

  #faqs-page #accordion-sec .cmp-accordion__button.cmp-accordion__button--expanded {
    padding-bottom: 5px;
  }

  #faqs-page #accordion-sec .cmp-accordion__button {
    padding: 8.5px 16px 9.5px;
    margin-bottom: 32px;
    gap: 16px;
  }

  #faqs-page #accordion-sec h6 {
    font-size: 16px;
    padding: 14px 0 0;
  }
#faqs-page  a[href^="tel"] {
  color: inherit !important;
  text-decoration: none !important;
  pointer-events: none;
  cursor: default;
}


#faqs-page .no-link-number {
  color: inherit;
  text-decoration: none;
  -webkit-text-fill-color: inherit;
}
}

@media only screen and (max-width: 540px) {
  #thinkaldo-second-banner {
    min-height: 580px;
    justify-content: flex-start;
  }

  #foundations-of-aldosterone #thinkaldo-second-banner:before {
        top: -15px;
  }
  #thinkaldo-second-banner:before {
    /*display : none;
    width: 649px;
    height: 640px;
    top: -29px;
    left: 0;
    background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/faq-bg.png);*/
    
    z-index: 1;
        top: 52px;
        right: 0px;
        width: 100%;
        height: 532px;
        background: url(/content/dam/intelligentcontent/unbranded/thinkaldo/us/en/images/home/Risorsa_mob.png);
        background-repeat: no-repeat;
        background-size: cover;
  }

  #faqs-page #thinkaldo-second-banner .hero-banner {
    padding-top: 121px;
    padding-right: 7px;
  }
}
