@charset "UTF-8";
body {
  overflow: auto;
  background-color: #009a93;
  margin: 0;
  padding: 0;
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif!important;
}
@font-face {
  font-family: 'AktivGrotesk-Bold';
  src: url('AktivGrotesk-Bold.eot?#iefix') format('embedded-opentype'),  url('AktivGrotesk-Bold.otf')  format('opentype'),
      url('AktivGrotesk-Bold.woff') format('woff'), url('AktivGrotesk-Bold.ttf')  format('truetype'), url('AktivGrotesk-Bold.svg#AktivGrotesk-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AktivGrotesk-Medium';
  src: url('AktivGrotesk-Medium.eot?#iefix') format('embedded-opentype'),  url('AktivGrotesk-Medium.otf')  format('opentype'),
      url('AktivGrotesk-Medium.woff') format('woff'), url('AktivGrotesk-Medium.ttf')  format('truetype'), url('AktivGrotesk-Medium.svg#AktivGrotesk-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'MyriadPro-Regular';
  src: url('MyriadPro-Regular.eot?#iefix') format('embedded-opentype'),  url('MyriadPro-Regular.otf')  format('opentype'),
      url('MyriadPro-Regular.woff') format('woff'), url('MyriadPro-Regular.ttf')  format('truetype'), url('MyriadPro-Regular.svg#MyriadPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AktivGrotesk-Regular';
  src: url('AktivGrotesk-Regular.eot?#iefix') format('embedded-opentype'),  url('AktivGrotesk-Regular.otf')  format('opentype'),
      url('AktivGrotesk-Regular.woff') format('woff'), url('AktivGrotesk-Regular.ttf')  format('truetype'), url('AktivGrotesk-Regular.svg#AktivGrotesk-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* AktivGroteskTrial font added by purohit a */

@font-face {
font-family: 'AktivGroteskTrial-Regular';
src: url('aktivgrotesk-trial/AktivGroteskTrial-Regular.eot?#iefix') format('embedded-opentype'),  
     url('aktivgrotesk-trial/AktivGroteskTrial-Regular.woff') format('woff'), 
     url('aktivgrotesk-trial/AktivGroteskTrial-Regular.ttf')  format('truetype'), 
     url('aktivgrotesk-trial/AktivGroteskTrial-Regular.svg#AktivGroteskTrial-Regular') format('svg');
font-weight: normal;
font-style: normal;
}

@font-face {
font-family: 'AktivGroteskTrial-Medium';
src: url('aktivgrotesk-trial/AktivGroteskTrial-Medium.eot?#iefix') format('embedded-opentype'),  
     url('aktivgrotesk-trial/AktivGroteskTrial-Medium.woff') format('woff'), 
     url('aktivgrotesk-trial/AktivGroteskTrial-Medium.ttf')  format('truetype'), 
     url('aktivgrotesk-trial/AktivGroteskTrial-Medium.svg#AktivGroteskTrial-Medium') format('svg');
font-weight: normal;
font-style: normal;
}


h1, h2, h3, h4{
  font-family: Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif!important;
}

p{
  font-family: 'AktivGroteskTrial-Medium', 'sans-serif';
  color: #009a93;
 
}
.lady-running-content p {
    color: #fff;
}

.banner-section {
  display: flex;
  flex-direction: column;
  background-color: white;
  justify-content: center;
  padding-top: 0px !important;
} 

.header-new{
background-color: #009a93;
padding: 15px 0;
}

#header-logo {
  background-color: white;
  padding: 1em;
  height: 6em;
  align-self: center;
}

.header-images {
  background: url(/wp-content/themes/nervoderm/landingimg/Manpain_image.png) no-repeat 100%;
  background-size: cover;
  height: 65em;
  background-position: top;
}

/* header .sub-menu li {
  display: block !IMPORTANT;
  margin: 0px !IMPORTANT;
}

  .header .sub-menu li a {
      color: #444444 !IMPORTANT;
      padding: 5px 10px;
  }

      .header .sub-menu li a:hover {
          color: #009993 !IMPORTANT;
      }

.header .dropdown-menu {
  border-radius: 0px;
  left: inherit;
  position: absolute;
  top: 70%;
}

span#menu-before {
  position: relative;
  background-color: #009993;
  height: 20px;
  display: block;
}

ul.sub-menu {
  border: none;
  box-shadow: none;
  -webkit-box-shadow: none;
}

  ul.sub-menu.dropdown-menu li a {
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      color: inherit;
      line-height: 20px;
      display: block;
      padding: 10px 10px 10px 20px;
      margin: 0;
  } */
.clinical-proven-section{
  background-color: #ffffff;
}
#clinically-proven-logo {
  position: relative;
  left: 4em;
  top: 3em;
}

.product-summary-graphic {
  position: relative;
  top: 24em;
  width: 100%;
  /* padding-bottom: 75%; */
}
.product-summary-graphic img {
  position: absolute;
}
.product-summary-graphic #background {
  position: relative;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 25em;
  background: url(/wp-content/themes/nervoderm/landingimg/overview_background.png) center center no-repeat;
  background-size: 101% auto;
  background-position-x: -0.5rem;
}
.product-summary-graphic #pain-icons {
  z-index: 2;
  top: 40%;
  left: 7%;
}
.product-summary-graphic #product {
  z-index: 2;
  top: 20%;
  left: 70%;
}
.product-summary-graphic h2 {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  top: 0.5em;
  left: 3.5em;
  z-index: 2;
  color: white;
  font-size: 30pt;
}

.clinically-proven-info {
  padding: 10em 3em 3em 3em;
  width: 67%;
  align-self: center;
  color: #009a93;
  z-index: 1;
}
.clinically-proven-info ul {
  margin-inline: 8rem;
}
.clinically-proven-info li {
  font-size: 20pt;
  list-style-image: url(/wp-content/themes/nervoderm/landingimg/li_check.png);
  list-style-position: outside;
}
.clinically-proven-info li p {
  position: relative;
  top: -15px;
  right: -8px;
  font-family: 'AktivGrotesk-Regular', 'sans-serif';
  color: #009a93!important;
}
.clinically-proven-info h2 {
  font-size: 24pt;
  text-align: center;
}
.clinically-proven-info .button-container {
  display: flex;
  justify-content: space-around;
  margin: 1em 1em 0em 1em;
}
.backgroud-white {
  background-color: #ffffff;
}
.button-container-main{
  display:flex;
  align-items: center;
  justify-content: center;
  padding: 30px;
}
.button-container-main a{
  margin-right: 1.5rem;
}
#pharmacy-notice {
  position: absolute;
  right: 4em;
  top: 70%;
  width: 9%;
  color: #009a93;
  font-size: 24pt;
  word-wrap: normal;
  font-weight: 600;
}

.content-wrapper {
  background-color: white;
  padding: 0em;
  margin: 0em 4em;
  color: #009a93;
  /*box-shadow: 2px -2px 2px rgba(0,0,0,0.08), 
                4px -4px 4px rgba(0,0,0,0.12), 
                8px -8px 8px rgba(0,0,0,0.16), 
                16px -16px 16px rgba(0,0,0,0.20); */
}

.section-info {
  text-align: center;
  color: white;
  word-wrap: break-word;
  padding: 2rem 20% 2rem;
}
.section-info h2 {
  font-size: 24pt;
}
.section-info p {
  font-size: 18pt;
  font-weight: 300;
  color:#fff;
  font-family: 'AktivGrotesk-Regular', 'sans-serif';
  line-height: 1.6rem;
  padding-top: 1rem;
}

.prevalence-pain .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  margin-bottom: 3rem;
}
.prevalence-pain .content-wrapper h3 {
  font-size: 24pt;
}
.prevalence-pain .content-wrapper h4 {
  font-size: 20pt;
  margin-block: 0;
  font-weight: 700;
  color: #009a93;
  line-height: 1.6rem;
}
.prevalence-pain .content-wrapper h4 span {
  font-size: 16pt;
}
.prevalence-pain .content-wrapper #h4--centered {
  text-align: center;
}
.prevalence-pain .content-wrapper p {
  color: #646464;
  font-size: 12pt;
  margin-top: 0.5rem;
}
.prevalence-pain .content-wrapper ul {
  list-style: none;
  -webkit-padding-start: 1.5rem;
          padding-inline-start: 1.5rem;
}
.prevalence-pain .content-wrapper li {
  color: #646464;
  font-size: 12pt;
  /* margin-bottom: 0.5rem; */
  margin-bottom: 0rem;
  font-family: 'AktivGroteskTrial-Medium', 'sans-serif';
  line-height: 1.5rem;
}
.prevalence-pain .content-wrapper li::before {
  content: "•";
  color: #009a93;
  font-weight: bolder;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.prevalence-pain .content-wrapper .prevalence-pain--infographic {
  display: flex;
  flex-direction: row;
  color: white;
  padding-inline: 5rem;
  padding-top: 2rem;
}
.prevalence-pain .content-wrapper .prevalence-pain--infographic h4 {
  font-weight: 100;
}
.prevalence-pain .content-wrapper .prevalence-pain--infographic-left img {
  width: 100%;
}
.prevalence-pain .content-wrapper .prevalence-pain--infographic-right img {
  width: 100%;
}
.prevalence-pain .content-wrapper .prevalence-pain--content {
  display: flex;
  flex-direction: row;
  padding-inline: 8rem;
  padding-top: 1rem;
}
.prevalence-pain .content-wrapper .prevalence-pain--content-left {
  margin-right: 1rem;
  width: 50%;
}
.prevalence-pain .content-wrapper .prevalence-pain--content-right {
  margin-left: 1rem;
  width: 50%;
}
.prevalence-pain .content-wrapper .prevalence-pain--content-right img {
  scale: 95%;
  padding: 0rem 1rem 0 0;
  margin: 0rem 1rem 0 4rem;
}

.benefits .content-wrapper {
  justify-content: center;
  align-content: center;
  align-items: center;
  align-self: center;
  justify-self: center;
  justify-items: center;
  padding-bottom: 0;
}
.benefits .content-wrapper button {
  margin: 1em;
}
.benefits .content-wrapper .button-container {
  /* margin-left: 4rem; */
  margin-bottom: 3rem;
  text-align: center;
}
.longterm_wrapper{
  text-align: center;
  width: 80%;
  margin: auto;
}
.longterm_wrapper h3{
  color:#009993;
  margin: 0 0 30px 0;
}
.longterm_wrapper p{
  color:#5f6060;
}
.longterm_wrapper .footnote{
  margin-top: 40px;
}
.longterm_wrapper .footnote p{
  color: #4d4d4d;
  font-size: 12px;
  line-height: 24px;
}
.upper-section {
  font-size: 24pt;
  display: flex;
  flex-direction: row;
  align-items: center;
  font-weight: 400;
  padding:2rem 1rem;
}
.upper-section li {
  list-style-image: url(/wp-content/themes/nervoderm/landingimg/li_check.png);
}
.upper-section li p {
  position: relative;
  top: -8px;
  right: -8px;
  /* font-family: 'AktivGrotesk-Regular', 'sans-serif';
  color: #009a93!important; */
}
.upper-section img {
  width: 40%;
  margin: 0 3rem 0;
}

.lower-section {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.lower-section .left {
  width: 50%;
  padding: 2em 2em 2em 6em;
}
.lower-section .left h2 {
  font-size: 22pt;
}
.lower-section .left p {
  font-size: 12pt;
  font-weight: 400;
}
.lower-section .left li {
  font-size: 12.5pt;
  font-weight: 400;
  list-style: disc;
  color: #009a93;
  font-family: 'AktivGroteskTrial-Medium', 'sans-serif';
  line-height: 1.4rem;
}
.lower-section .right {
  width: 50%;
  padding: 2em;
  font-size: 8pt;
  font-weight: 300;
  display: flex;
  flex-direction: column;
  justify-items: center;
}
.lower-section .right img {
  width: 100%;
}
.lower-section .right p {
  width: 100%;
  font-size: 13px;
  line-height: 1rem;
  padding-top: 1rem;
}
.small-text{
  font-size: 11px;
}
button {
  padding: 0.7em 2em 0.7em 2em;
  border-radius: 2em;
  border-width: 0em;
  background-color: #009993;
  color: white;
  font-weight: 600;
  font-size: 14pt;
  cursor: pointer;
}
/* button:hover{
  background-color: #009993;
  color: white;
  
} */
/*old code*/
/* .carousel {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  height: -moz-max-content;
  height: max-content;
}
.carousel div {
  flex: 0 0 auto;
  padding: 0em;
  width: 22rem;
  height: 27rem;
  border: thin solid lightgrey;
  border-radius: 2rem;
  margin: 1rem;
}
.carousel div img {
  width: 100%;
  border-radius: 2em 2em 0em 0em;
  height: 50%;
}
.carousel div h4 {
  font-size: 14pt;
  margin: 1rem;
}
.carousel div p {
  max-width: 100%;
  overflow-wrap: normal;
  white-space: normal;
  font-size: 12pt;
  margin: 1rem;
} */

.carousel {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  height: -moz-max-content;
  height: max-content;
}
.carousel div {
  flex: 0 0 auto;
  padding: 0em;
  width: 22rem;
  max-height: 34rem;
  border: thin solid lightgrey;
  border-radius: 2rem;
  margin: 1rem;
  overflow: hidden;
  position: relative;
  /* The Modal (background) */
}
.carousel div img {
  width: 100%;
  border-radius: 2em 2em 0em 0em;
  height: 50%;
}
.carousel div h4 {
  font-size: 14pt;
  margin: 1rem;
}
.carousel div p {
  max-width: 100%;
  text-overflow: ellipsis;
  overflow-wrap: normal;
  white-space: normal;
  font-size: 12pt;
  margin: 1rem;
}
.carousel div li {
  white-space: normal;
}
.carousel div .read-more {
  position: absolute;
  text-align: right;
  width: 100%;
  bottom: 0;
  right: 0px;
  background-color: rgba(238, 238, 238, 0.85);
  box-shadow: 0 -1px 10px lightgrey;
  padding: 10px 10px;
  text-decoration: none;
  color: #646464;
  font-weight: bold;
  display: inline-block;
}
.visibility{
  visibility: hidden;
}
.carousel div .modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0;
  margin: 0;
  max-height: none;
  border: none;
}
.carousel div .modal-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 20px;
  border-radius: 0;
  border: none;
  width: 60%;
  overflow-y: scroll;
}
.carousel div .modal-content li {
  white-space: normal;
}
.carousel div .close {
  position: relative;
  color: white;
  float: right;
  right: 10px;
  font-size: 28px;
  font-weight: bold;
}
.carousel div .close:hover,
.carousel div .close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}
.understanding-pain .content-wrapper {
  padding-bottom: 0rem;
}

.full-width-img {
  background: url(/wp-content/themes/nervoderm/landingimg/benefits_dog.png) no-repeat 100%;
  background-size: cover;
  height: 50rem;
  margin: 4rem 0 0em;
}

iframe {
  margin: 1rem;
  /* width: 60%; */
}
.single-video{
  width: 70%;
  margin:0 auto;
  padding: 2rem 0;
}
/* .single-video1{
  width: 90%;
  padding-top: 2rem;
} */

.two-videos {
  margin-top: 5rem;
  margin-bottom: 0;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 0 2em;
}
.two-videos img {
  width: 100%;
}
.two-videos .video-iframe{
  width:48%;
  margin-right: 2%;
}
.video-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.video-container img {
  max-width: 100%;
  padding: 1em 1em 2em 1em;
}
.home-video-section .two-videos{
margin-bottom: 5rem;
margin-top: 2rem;
padding: 0 4em;
}
.home-video-section{
  background-color: #ffffff;
  margin-top: -2px;
}
.home-video-section .two-videos .video-iframe{
  margin: auto;
}
sup {
  font-size: 70%;
}

* {
  box-sizing: border-box;
}

body {
  font-size: 14px;
}

.how-it-works button {
  margin: 2em;
}

.how-it-works .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-bottom: 3rem;
}
.how-it-works .content-wrapper h4 {
  font-size: 14pt;
}
.how-it-works .content-wrapper p {
  font-size: 12pt;
}
.how-it-works .content-wrapper .horizontal-cards p {
  font-size: 10pt;
  font-weight: 400;
  padding-inline: 10%;
  line-height: 1rem;
}
.how-it-works .content-wrapper .horizontal-cards h4 {
  font-size: 10pt;
  font-weight: 600;
  padding-inline: 20%;
}
.how-it-works .content-wrapper h2 {
  font-size: 16pt;
  margin-top: 2rem;
}
.how-it-works .content-wrapper .two-cards {
  align-items: flex-start;
}
.how-it-works .content-wrapper .two-cards h4 {
  font-size: 14pt;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}
.how-it-works .content-wrapper .two-cards p {
  font-size: 12pt;
  font-weight: 400;
  width: 85%;
  margin-left: 4rem;
}

.horizontal-cards {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: baseline;
  margin: 2rem 2rem 0 2rem;
}
.horizontal-cards .arrow {
  flex: 0 0 auto;
  font-size: 4em;
  margin: 0 0.3em;
  position: relative;
  top: 10px;
}
.horizontal-cards div {
  flex: 1;
  text-align: center;
}

.how-it-works .content-wrapper .two-cards div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.how-it-works .content-wrapper .two-cards div p {
  margin: 0;
  padding: 0;
  width: 70%;
}
.how-it-works .content-wrapper .two-cards div img {
  width: 70%;
}

.how-it-works button {
  padding: 0.7em 5em;
}
.how-it-works .video {
  margin: 2rem 0 2rem;
  width: 65%;
}

.how-to-use .content-wrapper {
  align-items: center;
  display: flex;
  flex-direction: column;
}
.how-to-use .single-video{
  width: 100%;  
  padding:1rem 2rem 0 2rem;
}

.how-to-use .content-wrapper .video-image {
  padding-top: 2rem;
}
.how-to-use .content-wrapper h2 {
  font-size: 24pt;
  text-align: center;
  width: 50%;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.how-to-use .content-wrapper p {
  font-size: 14pt;
  padding-inline: 23%;
  text-align: center;
  font-weight: 300;
  padding-bottom: 2em;
  /* font-family: 'AktivGroteskTrial-regular', 'sans-serif'; */
}
.how-to-use .content-wrapper button {
  margin: 2em 0em;
  /* padding: 0.7em 5em; */
}
.how-to-use .content-wrapper iframe {
  /* width: 97%; */
  margin-top: 1rem;
  height: 30rem;
}

.how-to-use .content-wrapper .how-to-use-steps p {
  font-size: 9pt;
  padding-bottom: 0em;
  padding-inline: 30%;
  /* font-family: 'AktivGroteskTrial-Medium', 'sans-serif'; */
  line-height: 1rem;
}

.how-to-use-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(2, 1fr);
  grid-gap: 1em;
  text-align: center;
}
.how-to-use-steps img {
  width: 16rem;
  height: 12rem;
  margin-bottom: 1rem;
}

.lady-running-img {
  background: url("/wp-content/themes/nervoderm/landingimg/man_running.jpg") no-repeat 100%;
  background-size: cover;
  height: 65rem;
  margin-top: 3rem;
}

.lady-running-content {
  float: right;
  width: 52%;
  padding: 6em 2em 0em 0em;
  color: #009a93;
  font-size: 24pt;
  text-align: right;
}
.lady-running-content h2 {
  font-weight: 700;
  font-size: 24pt;
  text-align: right;
  color: #fff;
}

.faq .section-info a {
  color: white;
}

.faq .content-wrapper {
  display: flex;
  justify-content: center;
  margin-bottom: 3rem;
}
.faq .content-wrapper .faq-wrapper {
  display: flex;
  flex-direction: column;
  width: 90%;
  align-self: center;
  margin-block: 3rem;
}
.faq .content-wrapper .faq-wrapper .faq-element {
  margin-bottom: 0.4rem;
}
.faq .content-wrapper .faq-wrapper .faq-element .faq-question {
  position: relative;
  display: flex;
  font-size: 16pt;
  background-color: #009a93;
  color: white;
  cursor: pointer;
  padding: 0.5rem;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  border-radius: 0;
  transition: background-color 0.4s ease;
  align-items: center;
  word-wrap: break-word;
  padding-right: 40px;
}
.faq .content-wrapper .faq-wrapper .faq-element .faq-question .Q {
  margin-right: 2rem;
  font-size: 32pt;
}
.faq .content-wrapper .faq-wrapper .faq-element .faq-question::after {
  content: "⏷";
  position: absolute;
  right: 1rem;
  top: 1rem;
  margin-left: 2rem;
  padding-left: 2rem;
}
.faq .content-wrapper .faq-wrapper .faq-element .active {
  background-color: #f7941d;
  transition: background-color 0.4s ease;
}
.faq .content-wrapper .faq-wrapper .faq-element .active::after {
  content: "⏶";
}
.faq .content-wrapper .faq-wrapper .faq-element .faq-answer {
  display: flex;
  flex-direction: row;
  font-size: 14pt;
  padding-inline: 0.7rem;
  background-color: #ededed;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  color: #646464;
}
.faq .content-wrapper .faq-wrapper .faq-element .faq-answer a {
  color: #f7941d;
  text-decoration: none;
}
.faq .content-wrapper .faq-wrapper .faq-element .faq-answer p {
  padding-bottom: 1rem;
  margin-bottom: 4rem;
  padding-right: 2rem;
  padding-top: 1rem;
}
.faq .content-wrapper .faq-wrapper .faq-element .faq-answer .A {
  margin-right: 2rem;
  font-size: 32pt;
  color: #cacaca;
  padding-top: 1rem;
}
.faq .content-wrapper .faq-wrapper .faq-element #faq-8 p {
  padding-bottom: 0;
  margin-bottom: 0;
}

.contact-info {
  text-align: center;
  background-color: white;
  color: #009a93;
  margin: 0em;
  padding: 6% 8%;
  font-size: 14pt;
  /* margin-top: 3rem; */
}
.contact-info a {
  color: #009a93;
}

.read-label {
  text-align: center;
  background-color: lightgrey;
  color: #646464;
  margin: 0em;
  padding: 2%;
  font-size: 14pt;
}
footer .read-label h3{
text-transform: uppercase;
font-size: 18px;
margin-bottom: 0px;
line-height: 30px;
}
.footer img {
  /* display: inline; */
  padding: 4em;
}
.footer p {
  color: white;
  font-size: 9pt;
  text-align: left;
  padding-top: 4em;
  padding-right: 2em;
}
.footer > div{
  flex:1;
}

footer{
  padding:0px!important;
}
.footer{
  background-color: #009a93;
  /* display: flex; */
  margin: auto!important;
}
.footer p a{
  color: #ffffff;
}
.footer p a:hover{
  color: #f7941d;
}

@media screen and (min-width: 2420px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 48rem;
  }
}
@media screen and (min-width: 2300px) and (max-width: 2419px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 42rem;
  }
}
@media screen and (min-width: 2200px) and (max-width: 2299px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 38rem;
  }
}
@media screen and (min-width: 2200px){
.carousel {
    justify-content: center;
}
.clinically-proven-info {
  align-items: center;
  width: 40%;
}
}
@media screen and (min-width: 2000px) and (max-width: 2199px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 34rem;
  }
}
@media screen and (min-width: 1900px) and (max-width: 1999px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 30rem;
  }
}
@media screen and (min-width: 1800px) and (max-width: 1899px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 26rem;
  }
}
@media screen and (min-width: 1660px) and (max-width: 1799px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 22rem;
  }
}
@media screen and (min-width: 1500px) and (max-width: 1659px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 18rem;
  }
}
@media screen and (min-width: 1400px) and (max-width: 1499px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 14rem;
  }
}
@media screen and (min-width: 1300px) and (max-width: 1399px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 10rem;
  }
}
@media screen and (max-width: 1600px) {
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 50em;
  }
  .clinically-proven-info h2 {
    margin-bottom: 20px;
  }
  .clinically-proven-info {
    width: 69%;
  }
  
  .clinically-proven-info li p{
    top:-14px;
    font-size: 20px;
  }  
  /* .clinically-proven-info li:nth-child(2) p{
    top:-13px;
  }   */
  .clinically-proven-info ul {
    margin-inline: 5rem;

  }
  .clinically-proven-info .button-container{
    justify-content: center;
  }
  .clinically-proven-info .button-container a{
    margin-right: 1.5rem;
  }
  .prevalence-pain .button-container{
    margin:20px 20px 40px 20px;
  }
  .prevalence-pain .button-container a{
    margin-right:40px;
  }
  #pharmacy-notice {
    right: 18px;
    top:67%;
    width:14%;
    text-align: center;
  }
  #pharmacy-notice p{
    font-size: 25px;
    line-height: 31px;
  }
  .lower-section .right img {
    width: 100%;
  }
  .clinically-proven-info{
    padding-top: 15rem;
  }
}
@media screen and (min-width:1601px) and (max-width:1700px){
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 50em;
  }
  .clinically-proven-info{
    padding-top:20em;
  } 
  #pharmacy-notice {
    right: 1em;
    top:68%;
    width:10%;
  }
  .prevalence-pain .content-wrapper {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width:1701px) and (max-width:1850px){
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 50em;
  }
  .clinically-proven-info{
    padding-top:20em;
    width:63%;
  } 
  .clinically-proven-info li p{
    font-size: 20px;
  }
  #pharmacy-notice {
    right: 2em;
    top:67%;
    width:9%;
  }
  .upper-section img {
    scale: 60%;
  }
  .prevalence-pain .content-wrapper {
    padding-bottom: 3rem;
  }
}
@media screen and (min-width:1851px) and (max-width:2100px){
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 50em;
  }
  .clinically-proven-info{
    padding-top:19em;
    width: 57%;
  } 
  .clinically-proven-info li p {
    position: relative;
    top: -15px;
    right: -8px;
    font-size: 20px;
}
  #pharmacy-notice {
    right: 4em;
    top:69%;
    width:8%;
  }
  .upper-section img {
    scale: 60%;
}
.prevalence-pain .content-wrapper {
  padding-bottom: 3rem;
  }
}
@media screen and (min-width:2101px) and (max-width:2244px){
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 74em;
  }
  .product-summary-graphic {
    position: relative;
    top: 34em;
  }
  .clinically-proven-info{
    padding-top:6em;
    width:55%;
  } 
  .clinically-proven-info li p {
    position: relative;
    top: -15px;
    right: -8px;
    font-size: 20px;
}
  #pharmacy-notice {
    right: 5em;
    top:71%;
    width:8%;
  }
  .upper-section img {
    scale: 80%;
  }
  .prevalence-pain .content-wrapper {
    padding-bottom: 3rem;
  }
  .upper-section li p {
    font-size: 30px;
  }
  .lower-section .left li {
    font-size: 15.5pt;
  }
  .lower-section .left p {
    font-size: 15.5pt;
  }
  .lower-section .right img {
    width: 100%;
  }
  .lower-section .right p{
    font-size: 15.5pt;
    line-height: normal;
  }
  .small-text {
    font-size: 14.5pt;
  }
}
@media screen and (min-width:2245px) and (max-width:2266px){
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 74em;
  }
  .product-summary-graphic {
    position: relative;
    top: 34em;
  }
  .clinically-proven-info{
    padding-top:6em;
  } 
  .clinically-proven-info li p {
    position: relative;
    top: -15px;
    right: -8px;
    font-size: 20px;
  } 
  #pharmacy-notice {
    right: 6em;
    top:69%;
    width:8%;
  }
  .prevalence-pain .content-wrapper {
    padding-bottom: 3rem;
  }
  .upper-section li p {
    font-size: 30px;
  }
  .lower-section .left li {
    font-size: 15.5pt;
  }
  .lower-section .left p {
    font-size: 15.5pt;
  }
  .lower-section .right img {
    width: 90%;
  }
  .lower-section .right p{
    font-size: 15.5pt;
  }
}
@media screen and (min-width:2267px) and (max-width:2500px){
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 80em;
  }
  .product-summary-graphic {
    position: relative;
    top: 40em;
  }
  .clinically-proven-info{
    padding-top:6em;
  } 
  .clinically-proven-info li p {
    position: relative;
    top: -15px;
    right: -8px;
    font-size: 22px;
  }
  #pharmacy-notice {
    right: 8em;
    top:73%;
    width:7%;
  }
  .upper-section img {
    width: 45%;
    scale: 65%;
  }
  .prevalence-pain .content-wrapper {
    padding-bottom: 3rem;
  }
  .upper-section li p {
    font-size: 30px;
  }
  .lower-section .left li {
    font-size: 15.5pt;
  }
  .lower-section .left p {
    font-size: 15.5pt;
  }
  .lower-section .right img {
    width: 90%;
  }
  .lower-section .right p{
    font-size: 15.5pt;
  }
  .small-text {
    font-size: 13.5pt;
  }
  .lady-running-content {
    float: right;
    width: 40%;
  }
}
@media screen and (min-width:2501px) and (max-width:2600px){
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 80em;
  }
  .product-summary-graphic {
    position: relative;
    top: 40em;
  }
  .clinically-proven-info{
    padding-top:6em;
  } 
  #pharmacy-notice {
    right: 9em;
    top:71%;
    width:7%;
  }
  .clinically-proven-info li p {
    position: relative;
    top: -16px;
    right: -8px;
    font-size: 22px;
}
  .upper-section img {
    width: 45%;
    scale: 65%;
}
  .upper-section li p {
    font-size: 30px;
  }
  .lower-section .left li {
    font-size: 15.5pt;
  }
  .lower-section .left p {
    font-size: 15.5pt;
  }
  .lower-section .right img {
    width: 90%;
  }
  .lower-section .right p{
    font-size: 15.5pt;
  }
  .small-text {
    font-size: 13.5pt;
}
  .how-it-works .content-wrapper h2 {
    font-size: 18pt;
    font-weight: 700;
  }
  .prevalence-pain .content-wrapper {
    padding-bottom: 3rem;
  }
  .lady-running-content {
    float: right;
    width: 40%;
  }
}


@media screen and (max-width: 1450px) {
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 50em;
  }
  .product-summary-graphic #product {
    scale: 80%;
    left: 70%;
  }
  .product-summary-graphic #pain-icons {
    scale: 90%;
    left: 6%;
  }
  .product-summary-graphic h2 {
    top: 2rem;
  }
  .clinically-proven-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 65%;
  }
  .clinically-proven-info .button-container {
    margin-inline: 0;
    width: 100%;
    justify-content: space-evenly;
  }
  .clinically-proven-info ul {
    /* margin-inline: 6rem; */
    margin-inline: 0rem;
  }
  .clinically-proven-info h2 {
    font-size: 22pt;
  }
  .clinically-proven-info li {
    font-size: 18pt;
    list-style-image: url(/wp-content/themes/nervoderm/landingimg/li_check_md.png);
  }
  .clinically-proven-info button {
    font-size: 12pt;
  }
  .upper-section li {
    list-style-image: url(/wp-content/themes/nervoderm/landingimg/li_check_md.png);
  }
  .full-width-img {
    /*background: url(/wp-content/themes/nervoderm/landingimg/tablet/benefits_dog.png) no-repeat 100%;*/
    background-size: cover;
    height: 60rem;
  }
  .lady-running-content {
    width: 63%;
  }
}
@media screen and (max-width: 1300px) {
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/tablet/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    height: 50em;
  }
  #clinically-proven-logo {
    scale: 80%;
    top: 10%;
  }
  .product-summary-graphic {
    top: 20em;
  }
  .product-summary-graphic #product {
    left: 65%;
  }
  /* .product-summary-graphic h2 {
    top: 3rem;
    font-size: 24pt;
  } */
  /* .product-summary-graphic #pain-icons {
    top: 35%;
    left: 1%;
    scale: 75%;
  } */
  #pharmacy-notice {
    top: 31.5em;
    width: 15%;
    text-align: center;
    right: 4em;
  }
  .clinically-proven-info {
    width: 62%;
    margin:auto;
    padding-top:11rem;
  }
  .clinically-proven-info li p{
    top:-8px;
    font-size: 18px;
  }  
  /* .clinically-proven-info li:nth-child(2) p{
    top:-13px;
  }   */
  #pharmacy-notice {
    top: 29em;
    right:50px;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content-right img {
    width: 100%;
  }
  .upper-section {
    align-items: flex-start;
    margin-top: 1rem;
    padding-top: 2rem;
  }
  .upper-section img {
    width: 35%;
    margin-block: 0;
    padding-block: 0;
  }
  .upper-section ul {
    margin-top: 0;
    font-size: 16pt;
  }
  .full-width-img {
    background: url(/wp-content/themes/nervoderm/landingimg/mobile/benefits_dog.png) no-repeat 100%;
    background-size: cover;
    height: 50rem;
  }
  .how-it-works .content-wrapper .horizontal-cards p,
  .how-it-works .content-wrapper h4 {
    padding-inline: 0rem;
  }
  .how-it-works .content-wrapper .two-cards div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .how-it-works .content-wrapper .two-cards div img {
    width: 60%;
  }
  .how-it-works .content-wrapper .two-cards div p {
    width: 55%;
    margin: 0;
    margin-bottom: 3rem;
    font-family: 'AktivGrotesk-Regular', 'sans-serif';
    line-height: 1.2rem;
  }
  .how-it-works .content-wrapper .two-cards div img:last-child {
    margin-top: 2rem;
  }
  .how-it-works .content-wrapper .two-cards div h4 {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    color: #009a93;
  }
  .how-it-works .content-wrapper .two-cards p {
    margin-left: 0;
    margin-right: 0;
  }
  .lady-running-img {
    background: url("/wp-content/themes/nervoderm/landingimg/tablet/man_running.jpg") no-repeat 100%;
    background-size: cover;
    height: 50rem;
  }
  .lady-running-content {
    padding-top: 3em;
    font-size: 20pt;
  }
  /* .lady-running-content button {
    margin: 0.5em;
  } */
}
@media screen and (max-width: 1200px) {
  .product-summary-graphic #pain-icons {
    scale: 70%;
    top: 35%;
    left: 0%;
  }
  .product-summary-graphic h2 {
    top: 4rem;
  }
  .clinically-proven-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }
  .clinically-proven-info .button-container {
    margin-inline: 0;
    width: 100%;
  }
  .clinically-proven-info {
    width: 72%;
  }
  .clinically-proven-info h2 {
    font-size: 18pt;
  }
  .clinically-proven-info ul {
    margin-inline: 2rem;
  }
  .clinically-proven-info li {
    font-size: 16pt;
  }
  #pharmacy-notice {
    font-size: 18pt;
    top: 39em;
  }
  .section-info {
    padding: 1.5rem 15% 0.1rem;
  }
  .benefits .button-container {
    display: flex;
    justify-content: start;
    margin-left: 0;
  }
}
@media screen and (max-width: 1080px) {
  .content-wrapper {
    margin: 2em;
  }
  .header-images {
    background: url(/wp-content/themes/nervoderm/landingimg/mobile/Manpain_image.png) no-repeat 100%;
    background-size: cover;
    background-position-x: -13rem;
  }
  .product-summary-graphic {
    top: 17rem;
  }
  .product-summary-graphic #background {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 23em;
    background: url(/wp-content/themes/nervoderm/landingimg/overview_background_mobile.png) center center no-repeat;
    background-size: 101% auto;
    background-position-x: -0.3rem;
  }
  .product-summary-graphic #product {
    left: 60%;
    top: 30%;
    scale: 70%;
  }
  .product-summary-graphic #pain-icons {
    top: 45%;
    left: -2%;
  }
  .product-summary-graphic h2 {
    left: 3em;
    top: 2.5em;
  }
  #pharmacy-notice {
    top: 44em;
    right: 1em;
  }
  .clinically-proven-info {
    padding: 15em 3em 3em 3em;
    width: 50%;
  }
  .clinically-proven-info h2 {
    text-align: center;
    width: 130%;
  }
  .clinically-proven-info button {
    padding: 0.7em 1.5em 0.7em 1.5em;
    font-size: 10pt;
  }
  .clinically-proven-info ul {
    margin-inline: 0;
  }
  .benefits .content-wrapper .button-container {
    justify-content: start;
    margin-left: 0;
  }
  .lower-section .left {
    width: 50%;
    padding: 2em 2em 2em 2em;
  }
  .lower-section .left h2 {
    font-size: 20pt;
  }
  .lower-section .left p,
  .lower-section .left li {
    font-size: 10pt;
  }
  .lower-section .right {
    width: 50%;
  }
  .full-width-img {
    height: 50rem;
    background-position-x: -6rem;
  }
  .horizontal-cards img {
    scale: 80%;
  }
  .how-it-works .content-wrapper .two-cards div img {
    width: 100%;
  }
  .how-to-use .content-wrapper p {
    padding-inline: 15%;
  }
  .how-to-use .content-wrapper .how-to-use-steps p {
    padding-inline: 15%;
  }
  .how-it-works .content-wrapper .horizontal-cards p {
    margin-inline: 0%;
  }
  .lady-running-img {
    background: url("/wp-content/themes/nervoderm/landingimg/mobile/man_running.jpg") no-repeat 100%;
    background-size: cover;
    height: 50rem;
    background-position-x: -16rem;
  }
  .lady-running-content {
    width: 50%;
  }
  .lady-running-content a button{
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 970px) {
  .product-summary-graphic #product {
    scale: 65%;
    top: 35%;
    left: 55%;
  }
  .product-summary-graphic h2 {
    top: 3.5rem;
  }
  .clinically-proven-info {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  #pharmacy-notice {
    text-align: center;
    width: 100%;
    left: 29%;
    position: inherit;
  }
  #pharmacy-notice {
    font-size: 22pt;
    top: 38.5em;
  }
  .video-container .single-video{
    width:95%;
    padding: 0 2em 2em 2em;
  }
  .video-container .single-video iframe{
    width:100%
  }
  .video-container .two-videos {
    display: flex;
    flex-direction: column;
    width: 95%;
    align-items: center;
    margin-bottom: 0;
  }
  .two-videos .video-iframe{
    width:100%;
    margin-right: 0;
    margin-bottom: 1rem!important;
  }
  .home-video-section .two-videos {
    margin-bottom: 3rem;
}
  .video-container .two-videos iframe {
    width: 100%;
    margin:0rem;
  }
  .video-container iframe {
    width: 60%;
  }
  .upper-section {
    flex-direction: column;
    align-items: center;
    padding:2rem 0 0 0;
  }
  .upper-section img {
    width: 50%;
  }
  .upper-section ul {
    width: 85%;
  }
  .lower-section {
    flex-direction: column;
    align-items: center;
  }
  .lower-section .left {
    width: 100%;
  }
  .lower-section .right {
    display: flex;
    flex-direction: column;
    width: 70%;
  }
  .benefits .content-wrapper .button-container {
    justify-content: center;
  }
  .horizontal-cards {
    flex-direction: column;
    align-items: center;
    margin: 0;
    margin-inline: 2em;
  }
  .arrow {
    display: none;
  }
  .how-it-works .content-wrapper h2 {
    margin-top: 4rem;
    margin-bottom: 0;
  }
  .how-it-works .content-wrapper .horizontal-cards p {
    margin-inline: 10rem;
  }
  .how-it-works .content-wrapper .two-cards div img {
    width: 80%;
  }
  .how-to-use-steps {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 1fr);
  }
  .how-to-use .content-wrapper p {
    font-size: 16pt;
    padding-inline: 15%;
  }
  .how-to-use .content-wrapper .how-to-use-steps p,
  .how-to-use .content-wrapper .how-to-use-steps h4 {
    font-size: 12pt;
    padding-inline: 22%;
  }
  .lady-running-content {
    padding: 3rem 1rem 0 0;
    width: 40%;
  }
  .lady-running-content h2{
    font-size: 17pt;
  }
}
@media screen and (max-width: 900px) {
  .prevalence-pain .content-wrapper .prevalence-pain--content-right img {
    padding: 0;
  }
  
  .footer p {
    text-align: left;
    width: 100%;
    padding: 0 2rem;
  }
  .how-to-use .content-wrapper iframe {
    margin: 0rem;
  }
  
}
@media screen and (max-width: 825px) {
  .content-wrapper {
    margin: 0;
  }
  .product-summary-graphic #product {
    scale: 55%;
    top: 30%;
  }
  .product-summary-graphic #pain-icons {
    left: -5%;
  }
  .product-summary-graphic h2 {
    font-size: 18pt;
    top: 3.5rem;
    overflow: hidden;
  }
  .clinically-proven-info {
    padding-top: 10rem;
    width: 85%;
  }
  .clinically-proven-info h2 {
    width: 100%;
  }
  .full-width-img {
    background-position: center;
    height: 40rem;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content-right img {
    margin: 0rem 1rem 0 1rem;
  }
}
@media screen and (max-width: 768px) {
  .product-summary-graphic #product {
    left: 52%;
  }
  .product-summary-graphic #pain-icons {
    scale: 65%;
    left: -8%;
  }
  .clinically-proven-info {
    width: 100%;
  }
  .clinically-proven-info ul {
    width: 80%;
  }
  .clinically-proven-info .button-container {
    width: 60%;
    margin-bottom: 1.5rem;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--infographic {
    padding-inline: 2rem;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 4rem;
    align-items: center;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content .prevalence-pain--content-left {
    width: 100%;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content .prevalence-pain--content-right {
    width: 100%;
  }
  .faq .content-wrapper .faq-wrapper {
    width: 95%;
    margin: 1rem;
  }
  .how-to-use .content-wrapper iframe {
    height: 25rem;
    margin: 0rem;
  }
  .page-id-39 .page_banner {
    display: none;
  }

}
@media (min-width:48rem) and (max-width: 51.87rem) {
  .clinically-proven-info .button-container{
    width:70%;
    margin-bottom: 1.5rem;
  }
  header{
    padding-bottom: 0px;
    padding-top:0px;
  }
  .section-info{
    text-align: center;
    padding:1.5rem 0;
  }
  .section-info h2{
    margin: 0;
  }
  .lady-running-img{
    height: 40rem;
  }
  .lady-running-content{
    width:50%;
  }
  .footer p{
    padding-bottom: 0;
  }
}
@media screen and (max-width: 700px) {
  .header-images {
    background-position-x: -23rem;
  }
  .product-summary-graphic #background {
    position: relative;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 25em;
    background: url(/wp-content/themes/nervoderm/landingimg/overview_background_smallmobile.png) center center no-repeat;
    background-size: 101% auto;
    background-position-x: -0.3rem;
  }
  .product-summary-graphic h2 {
    top: 5rem;
  }
  .product-summary-graphic #product {
    display: none;
  }
  .product-summary-graphic #pain-icons {
    top: 36%;
    scale: 70%;
  }
  .video-container iframe {
    width: 80%;
  }
  .video-container .single-video{
    width: 100%;
  }
  .video-container .two-videos {
    width: 100%;
    margin-top:1rem;
  }
  .how-it-works .content-wrapper .horizontal-cards p {
    margin-inline: 5rem;
  }
  .how-to-use-steps img {
    width: 14rem;
    height: 10.5rem;
  }
  .lady-running-img {
    background-position-x: -26rem;
  }
  .faq .content-wrapper .faq-wrapper {
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .header-images {
    height: 38em;
    /* background-size: auto; */
  }
  #clinically-proven-logo {
    scale: 60%;
    left: -2em;
    top: 0;
  }
  .product-summary-graphic {
    top: 9rem;
  }
  .product-summary-graphic h2 {
    left: 3rem;
    top: 6rem;
    margin: 0;
    padding: 0;
    width: 80%;
    word-wrap: break-word;
    font-size: 16pt;
  }
  .product-summary-graphic #pain-icons {
    top: 35%;
    left: -6rem;
    scale: 65%;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--infographic {
    padding-inline: 0;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    padding-inline: 2rem;
    align-items: center;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content h4 {
    font-size: 16pt;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content p,
  .prevalence-pain .content-wrapper .prevalence-pain--content li {
    font-size: 11pt;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content .prevalence-pain--content-left {
    width: 100%;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content .prevalence-pain--content-right {
    width: 100%;
  }
  .video-container img {
    width: 400px;
  }
  .video {
    width: 400px;
  }
  .full-width-img {
    background-position: center;
  }
  .lady-running-content {
    width: 75%;
    font-size: 16pt;
  }
}
@media screen and (min-width : 700px) and (max-width : 900px){
  .logo{
    padding: 10px 0;
  }
}
@media screen and (max-width: 565px) {
  .product-summary-graphic #background {
    background-position-x: -0.2rem;
  }
  .product-summary-graphic #pain-icons {
    top: 8.5rem;
  }
  .full-width-img {
    height: 40rem;
    background-size: cover;
    background-position: center;
  }
  .how-to-use .content-wrapper iframe {
    height: 20rem;
  }
  .how-to-use-steps img {
    width: 12rem;
    height: 9rem;
  }
  
}
@media screen and (max-width: 500px) {
  .product-summary-graphic h2 {
    font-size: 14pt;
    top: 6.5rem;
  }
  .product-summary-graphic #pain-icons {
    scale: 55%;
    left: -7rem;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--infographic {
    flex-direction: column;
    padding-inline: 2rem;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content {
    flex-direction: column;
    padding-inline: 2rem;
    align-items: center;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content .prevalence-pain--content-left {
    width: 100%;
    margin-right: 0;
  }
  .prevalence-pain .content-wrapper .prevalence-pain--content .prevalence-pain--content-right {
    width: 100%;
    margin-left: 0;
  }
  .full-width-img {
    height: 38rem;
    background-size: cover;
    background-position: center;
  }
  .how-it-works .content-wrapper .horizontal-cards p {
    margin-inline: 2rem;
  }
  .lady-running-img {
    height: 27rem;
    background-size: cover;
    background-position-x: center;
  }
  .pad {
    padding: 2em;
  }
  .lady-running-content {
    padding-top: 1rem;
    font-size: 12pt;
  }
  .lady-running-content button {
    font-size: 12pt;
  }
  .contact-info {
    font-size: 12pt;
  }
  .read-label {
    font-size: 12pt;
  }
  button {
    font-size: 12pt;
    padding: 0.7em 1.5em 0.7em 1.5em;
  }
  .footer img {
    padding: 2em;
    margin: auto;
    display: block;
  }
  
}
@media screen and (max-width: 440px) {
  .product-summary-graphic #background {
    background-size: 110% auto;
  }
  .product-summary-graphic h2 {
    font-size: 13pt;
    top: 6rem;
    word-wrap: break-word;
  }
  .product-summary-graphic #pain-icons {
    scale: 75%;
    left: 0;
    top: 46%;
  }
  .clinically-proven-info {
    width: 100%;
    padding: 8em 1.5em 1.5em 1.5em;
  }
  .clinically-proven-info li {
    font-size: 16pt;
  }
  .clinically-proven-info h2 {
    font-size: 20pt;
  }
  .clinically-proven-info .button-container, .prevalence-pain .button-container{
    width: 80%;
    flex-direction: column;
    margin-top: 0em;
    margin-bottom: 1.5em;
    align-items: center;
  }
  .prevalence-pain .button-container{
    width: 80%;
    display: flex;
    flex-direction: column;
    margin-top: 0em;
    margin-bottom: 1.5em;
    align-items: center;
  }
  .clinically-proven-info .button-container button {
    margin: 0.5rem;
  }
  button {
    font-size: 10pt;
  }
  .clinically-proven-info .button-container a, .prevalence-pain .button-container a{
    margin-right: 0;
  }
  .prevalence-pain .button-container a{
    padding: 10px;
  }
  .button-container{
    text-align:center;
  } 
  .button-container-main a:first-child{
    margin-bottom:1rem;
    display: inline-block;
  }
  .section-info {
    padding: 2em;
  }
  .section-info h2 {
    font-size: 16pt;
    margin-top:10px;
  }
  .section-info p {
    font-size: 16pt;
  }
  #pharmacy-notice {
    font-size: 20pt;
  }
  .benefits .content-wrapper {
    padding-bottom: 1rem;
  }
  .benefits .content-wrapper .button-container {
    flex-direction: column;
    align-items: center;
    margin-inline: 0;
  }
  .benefits .content-wrapper .button-container button {
    margin: 0.2rem;
  }
  .home-video-section .two-videos {
    margin-bottom: 2rem;
    margin-top: 2rem;
    padding: 0 2em;
}
  .carousel div {
    height: 28rem;
    width: 15.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .carousel div img {
    height: 36%;
}
  .video-container iframe {
    height: 15em;
  }
  .content-wrapper {
    padding-inline: 0;
  }
  .upper-section li {
    font-size: 16pt;
  }
  .lower-section .left {
    padding-inline: 2em;
    padding-top: 0;
  }
  .lower-section .right {
    width: 100%;
  }
  .how-it-works .content-wrapper h2 {
    margin-block: 1rem;
    text-align: center;
    width: 80%;
  }
  .how-it-works .content-wrapper .two-cards div img {
    width: 90%;
  }
  .how-it-works .content-wrapper .two-cards div p {
    width: 100%;
  }
  .how-to-use-steps {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .how-to-use .content-wrapper h2 {
    font-size: 20pt;
    width:100%;
    padding: 2em;
  }
  .how-to-use .content-wrapper p {
    font-size: 16pt;
    padding-inline:2em;
  }
  .how-to-use .content-wrapper .how-to-use-steps p {
    padding-inline: 2em;
  }
  .how-to-use .content-wrapper iframe {
    height: 20rem;
    margin: 0rem;
  }
  .how-to-use-steps img {
    width: 100%;
    height: 13.5rem;
    padding: 2em;
  }
  .video {
    width: 350px;
  }
  .video-container img {
    width: 350px;
  }
  .lady-running-content {
    padding-top: 0;
  }
  .faq .content-wrapper .faq-wrapper .faq-element .faq-question {
    font-size: 14pt;
  }
  .faq .content-wrapper .faq-wrapper .faq-element .faq-question .Q {
    font-size: 30pt;
  }
  .faq .content-wrapper .faq-wrapper .faq-element .faq-answer {
    font-size: 12pt;
  }
  .faq .content-wrapper .faq-wrapper .faq-element .faq-answer .A {
    font-size: 30pt;
  }
  .contact-info {
    word-wrap: break-word;
  }
}
@media screen and (max-width: 400px) {
  .header-images {
    background-position-x: -23rem;
  }
  .product-summary-graphic #background {
    background-size: 115% auto;
    height: 19rem;
  }
  .clinically-proven-info ul {
    width: 90%;
  }
  .full-width-img {
    height: 20rem;
    background-size: cover;
    background-position: center;
  }
  .video {
    width: 100%;
  }
  .video-container img {
    width: 100%;
  }
  .footer img {
    width: 80%;
    margin: auto;
    display: block;
  }
}
@media screen and (max-width: 350px) {
  .product-summary-graphic #background {
    background-size: 150% auto;
  }
  .product-summary-graphic #pain-icons {
    scale: 45%;
    top: 40%;
    left: -9.5em;
  }
  .full-width-img {
    height: 30rem;
    background-size: cover;
    background-position: center;
  }
  .video {
    width: 275px;
  }
  .video-container img {
    width: 275px;
  }
  .how-it-works .content-wrapper .horizontal-cards p {
    margin-inline: 0;
  }
  .lady-running-img {
    background-position-x: -20rem;
  }
  .lady-running-content {
    width: 65%;
    padding-right: 1.5rem;
    padding-left: 0;
  }
}
@media screen and (max-width: 300px) {
  .product-summary-graphic #background {
    background-size: 170% auto;
  }
  .product-summary-graphic h2 {
    left: 2.5rem;
  }
  .product-summary-graphic #pain-icons {
    scale: 40%;
    left: -10rem;
  }
  .how-to-use-steps img {
    width: 15rem;
    height: 11.25rem;
  }
  .video {
    width: 250px;
  }
  .video-container img {
    width: 250px;
  }
}/*# sourceMappingURL=styles.css.map */


@media only screen and (min-width: 40.063em){
  .ssf-content-section .medium-pad-bottom-4x{
  padding-bottom:0;
  }
  } 
  
  #page_navigation{
  float: inherit!important;
  margin-bottom: 0;
  padding-top: 30px!important;
  padding-bottom: 30px!important; 
  }

  /*contact us page*/
  .page_content{
    background-color: #ffffff;
  }
  .contact_form_title p{
    color:#ffffff;
  }

  .mm-panel.mm-opened{
    transform: translate3d(0%,0,0) !important;
  }
/*for understanding inside page*/
  .page-id-1529 .how-to-use .content-wrapper, .page-id-1533 .how-to-use .content-wrapper, .page-id-1527 .how-to-use .content-wrapper, .page-id-1531 .how-to-use .content-wrapper{
    padding-bottom: 2em;
  }
  .page-id-1529 .how-to-use .content-wrapper p, .page-id-1533 .how-to-use .content-wrapper p, .page-id-1527 .how-to-use .content-wrapper p, .page-id-1531 .how-to-use .content-wrapper p{ 
    text-align: left;
    padding-inline: 18%;
    padding-bottom: 0em;
    padding-top:1rem;
  }

  .page-id-1533 ul li, .page-id-1531 ul li{
    list-style: initial;
  }
.page-id-1533 .content-wrapper ul, .page-id-1531 .content-wrapper ul{
  font-size: 14pt; 
  font-family: 'AktivGroteskTrial-Medium', 'sans-serif';
  padding-inline: 20%;
}
.page-id-1533 .how-to-use .content-wrapper, .page-id-1531 .how-to-use .content-wrapper {
  align-items: normal;
}
.contact_form_title div{
  font-size: 18px;
  font-weight: 500!important;
  font-family: 'AktivGroteskTrial-Medium', 'sans-serif';
}
/*new long-lasting-section*/
.long-lasting-text{
  padding: 20px 10px 0px 20px!important;
  font-size: 22px!important;
  margin-bottom: 26px!important;
}
#pain-icons-new {
  position: unset!important;
  scale: 90%;
  margin-left: 40px
}
#product-new{
  padding: 25px 20px 20px 20px!important;
  scale:75%;
}
#pharmacy-notice-new {
  margin: 124px 60px 20px 60px;
}
#pharmacy-notice-new p{
  color:#ffffff!important;
  font-size: 24px;
  line-height: normal;
  font-family: 'AktivGrotesk-Regular', 'sans-serif';
  text-align: center;
  font-weight: 600;
}
.product-summary-graphic #background{
  margin-left: 0px;
}
@media screen and (max-width: 560px)
{
/*new long-lasting-section-mobile*/
.mobile-hide{
  display:none;
}
#pain-icons-new {
 margin-left: 0px!important;
}
.long-lasting-text {
  padding: 0px!important;
  font-size: 17px!important;
  margin-bottom: 100px!important;
}
}
@media screen and (min-width:768px) and (max-width:978px){
  .product-summary-graphic h2 {
    font-size: 18pt;
    top: 3.5rem;
    overflow: hidden;
  }
  #pharmacy-notice-new {
    margin: 115px 10px 20px 10px;
  }
  
  #product-new {
    padding: 116px 20px 20px 20px!important;
    scale: 85%;
  }
  #pain-icons-new {
    margin-top: 30px;
  }
  .footer{
    padding: 15px 0 10px 0;
  }
  .footer img{
    padding: 1em;
  }
}
@media screen and (min-width:1100px) and (max-width:1299px){
  .product-summary-graphic h2 {
    top: 2rem;
  }
  #product-new {
    padding: 40px 20px 20px 20px!important;
    scale: 80%;
  }

    #pharmacy-notice-new {
      margin: 100px 60px 20px 60px;
  }
  #pharmacy-notice-new p{
    font-size: 23px!important;
    line-height: normal;
  }
} 
@media screen and (min-width:1300px) and (max-width:1499px){
  #pharmacy-notice-new {
    margin: 80px 60px 20px 60px;
}
#pharmacy-notice-new p{
  font-size: 28px!important;
  line-height: normal;
}

} 

@media screen and (min-width:1500px) and (max-width:1800px){
  #product-new {
    padding: 20px 20px 20px 50px!important;
    scale: 90%;
  }
  .product-summary-graphic h2 {
    font-size: 20pt!important;
  }
  #pharmacy-notice-new p{
    font-size: 35px!important;
    line-height: normal;
  }
  #pharmacy-notice-new {
    margin: 60px 60px 20px 60px;
  }
}
@media screen and (min-width:1801px) and (max-width:2000px){
  #product-new {
    padding: 20px 20px 20px 100px!important;
    scale: 95%;
  }
  .product-summary-graphic h2 {
    font-size: 23pt!important;
  }
  #pharmacy-notice-new p{
    font-size: 40px!important;
    line-height: normal;
  }
  #pharmacy-notice-new {
    margin: 60px 60px 20px 60px;
  }
}
@media screen and (min-width:2001px) and (max-width:2600px){
  #pharmacy-notice-new {
    margin: 55px 60px 20px 60px;
  }
  #pharmacy-notice-new p{
    font-size: 46px;
    line-height: normal;
  }
  #product-new{
    padding: 20px 20px 20px 94px!important;
    scale:94%;
  }
  .product-summary-graphic h2{
    font-size: 25pt!important;
  }
}
/*buy now button color code*/
.button-container .button-link:last-child button, .lady-running-content .button-link:nth-child(4) button{
  background-color: #f7941d;
}
