/* @font-face {
	font-family: "Quarto-Medium";
	src: url('../fonts/Quarto/Quarto-Medium.woff2') format('woff2'), url('../fonts/Quarto/Quarto-Medium.woff') format('woff');
}

@font-face {
	font-family: "Quarto-Semibold";
	src: url('../fonts/Quarto/Quarto-Semibold.woff2') format('woff2'), url('../fonts/Quarto/Quarto-Semibold.woff') format('woff');
} */

/* @font-face {
	font-family: "Quarto-Bold";
	src: url('../fonts/QuartoBold/font.woff2') format('woff2'), url('../fonts/QuartoBold/font.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: "FSIndustrieCd-Book";
	src: url('../fonts/FSIndustrieCdBook/font.woff2') format('woff2'), url('../fonts/FSIndustrieCdBook/font.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: "FSIndustrieEx-Black";
	src: url('../fonts/FSIndustrieExBlack/font.woff2') format('woff2'), url('../fonts/FSIndustrieExBlack/font.woff') format('woff');
  font-display: swap;
  font-weight: 700;
} */

/* @font-face {
	font-family: "FSIndustrie-Regular";
	src: url('../fonts/FSIndustrieRegular/font.woff2') format('woff2'), url('../fonts/FSIndustrieRegular/font.woff') format('woff');
} */

/* @font-face {
	font-family: "FSIndustrie-Medium";
	src: url('../fonts/FSIndustrieMedium/font.woff2') format('woff2'), url('../fonts/FSIndustrieMedium/font.woff') format('woff');
} */

/* @font-face {
	font-family: "FSIndustrie-Bold";
	src: url('../fonts/FSIndustrieBold/font.woff2') format('woff2'), url('../fonts/FSIndustrieBold/font.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: "FSIndustrieCd-Bold";
	src: url('../fonts/FSIndustrieCdBold/font.woff2') format('woff2'), url('../fonts/FSIndustrieCdBold/font.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: "FSIndustrieCd-Medium";
	src: url('../fonts/FSIndustrieCdMedium/font.woff2') format('woff2'), url('../fonts/FSIndustrieCdMedium/font.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: "FSIndustrieEx-Bold";
	src: url('../fonts/FSIndustrieExBold/font.woff2') format('woff2'), url('../fonts/FSIndustrieExBold/font.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: "FSIndustrieEx-Medium";
	src: url('../fonts/FSIndustrieExMedium/font.woff2') format('woff2'), url('../fonts/FSIndustrieExMedium/font.woff') format('woff');
  font-display: swap;
}

@font-face {
	font-family: "FSIndustrieCd-Regular";
	src: url('../fonts/FSIndustrieCdRegular/font.woff2') format('woff2'), url('../fonts/FSIndustrieCdRegular/font.woff') format('woff');
  font-display: swap;
} */

/* @font-face {
	font-family: "Roboto-Bold";
	src: url('../fonts/Roboto/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Bold.woff') format('woff');
}

@font-face {
	font-family: "Roboto-Medium";
	src: url('../fonts/Roboto/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto/Roboto-Medium.woff') format('woff');
} */
.roboto-condensed-bold{
	font-family: 'Roboto Condensed', sans-serif !important;
	font-weight: 700;
}

.roboto-bold{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.roboto-normal{
	font-family: 'Roboto', sans-serif;
}
.roboto-condensed{
	font-family: 'Roboto Condensed', sans-serif !important;
}
.roboto-bold{
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.roboto-black {
	font-family: "Roboto", sans-serif;
	font-weight: 900;
	font-style: normal;
}
  
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

body {
	margin: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizelegibility;
	-webkit-font-smoothing: antialiased;
	position: relative;
	font-weight: 400;
    font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: normal;
	color: #4C4D4F;
	-webkit-overflow-scrolling: touch
}

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.overhang{
	position: relative;
	margin-left: 5px;
}
.hang{
	position: absolute;
	left: -6px;
	top: -.5px;
	font-size: 70%;
}
.hang.star{
	font-size: 80%;
	top: 0;
}
ul.disc {
	list-style: disc;
	padding: 0 0 0 15px;
}

::marker {
	font-size: 16px;
	display: block;
}

ul li {
	line-height: normal;
}

h1,
h2,
h3,
h4,
h5,
.h5,
h6 {
	margin: 0 0 1.5rem ;
	line-height: 1em;
}

p {
	font-size: 16px;
	line-height: 1.2em;
	margin: 0 0 1.5rem;
}
.popup-fs{
	font-size: 18px;
}
.custom-pd{
	padding: 40px 0;
}
.fs-20{
	font-size: 20px;
}
.fs-17{
	font-size: 17px;
	line-height: 23px;
}

sup {
	font-size: 60%;
	line-height: normal;
	vertical-align: top;
	top: 2px;
}

.dagger {
	font-size: 70%;
	line-height: normal;
	vertical-align: top;
}

*:focus-visible,
a:focus-visible,
.btn:focus-visible {
	/* outline: 0.3rem solid #000 !important;
	text-decoration: none; */
}

/* @media (min-width: 376px) and (max-width: 575px){ 
  .dagger {
    margin-top: -5px;
  }
} */

.content-wrap {
	position: relative;
}


.overlay{
	position: absolute;
	display: none;
	top: 1px;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color: #4C4D4F;
	opacity: .5;
	z-index: 99;
	width: 100%;
	height: 100%;
}

.sup2 {
	font-size: 60%;
	line-height: normal;
	vertical-align: top;
	top: 0;
}

.sup3 {
	font-size: 60%;
	line-height: normal;
	vertical-align: super;
	top: 0;
}

.sup-footer {
	font-size: 60%;
	line-height: normal;
	vertical-align: top;
	top: -0.5px;
}

sub {
	font-size: 60%;
	line-height: 1.5em;
	vertical-align: bottom;
	bottom: 0;
}

h2 sub,
h4 sub {
	bottom: -4px;
	font-size: 50%;
}

h3 sub {
	bottom: -0.25em;
}

h1 {
	font-size: 4.5rem;
	font-weight: 600;
}
.hp-1{
	font-size: 36px;
	padding-left: 10px;
}

h2, .h2{
	font-size: 32px;
	margin-bottom: 34px;
	line-height: 36px;
	font-family: 'Roboto', sans-serif;
	font-weight: 700;
}
.getupdates-fs{
	font-size: 28px;
}
.hfont-size {
	font-size: 28px;
}

.shfont-size {
	font-size: 18px;
}
h3, .h3 {
	font-size: 20px;
	margin-bottom: 1.5rem;
	line-height: 2.4rem;
	font-family: 'Roboto', sans-serif;
}
.mr-custom {
	margin-bottom: 4.2rem;
}

h4 {
	font-size: 22px;
}

h5,
.h5 {
	font-size: 20px !important;
	line-height: 24px !important;
}

h6 {
	font-size: 16px;
}

a {
	color: #AF1685;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

a:hover {
	color: #AF1685;
	text-decoration: underline !important;
}

.a-white {
	color: #ffffff;
	text-decoration: none;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}

.a-white:hover {
	color: #ffffff;
	text-decoration: underline !important;
}

a[href^=tel] {
	text-decoration: inherit;
	color: inherit;
}

p>a {
	font-weight: bold;
}

a.btn:hover {
	transition: 0.5s;
	text-decoration: none !important;
}

a.btn span {
	pointer-events: none;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
	outline: none;
}

section {
	padding: 3rem 0;
}

section#faq {
	padding-bottom: 30px;
}
.custom-width-pd{
	max-width:320px
}
.mb-36{
	margin-bottom: 36px;
}

@media (min-width: 992px) {
	section:first-of-type {
		padding-top: 2rem;
	}
}

/*
.text-primary { color:#AF1685; }
.text-secondary { color:#2A9D8F; }

*/
.text-primaryModal {
	color: #AF1685;
}

.text-secondaryModal {
	color: #EC008C;
}
.text-green {
	color: #2A9D8F;
}

.text-red {
	color: #E61468;
}

.text-dark {
	color: #2D2926;
}

.text-gray {
	color: #4C4D4F;
}

.text-light-gray {
	color: #707070;
}

.text-light-blue {
	color: #0092BC;
}

.text-tertiary {
	color: #555555;
}

.text-underline {
	text-decoration: underline;
}

.text-uppercase {
	text-transform: uppercase;
}

.bg-light, .bg-light-gray {
	background-color: #FAFAFA;
}

.bg-white {
	background-color: #FFFFFF;
}

.bg-primary {
	background-color: #AF1685;
}

.bg-secondary {
	background-color: #2A9D8F;
}

.bg-tertiary {
	background-color: #B01c87;
}

.bg-gray {
	background-color: #D3D3D3;
}

.bg-gray-2 {
	background-color: #EFEFEF;
}

.bg-light-custom {
	background: linear-gradient(90deg, #f3f3f3 0%, #f3f3f3 27%, rgba(250, 250, 250, 1) 29%, rgba(250, 250, 250, 1) 100%);
}

.fs-black {
	
	font-weight: 900;
}

.fs-medium {
	
	font-weight: 500;
}

.fs-bold {
	
	font-weight: 700;
}

.fs-ex-bold {
	
	font-weight:900;
}

.fs-ex-medium {
	
	font-weight: 500;
}
.pd-cp {
	margin-top: 30px;
}

/* .fs-bolder {
	font-family: "FSIndustrie-Bold", sans-serif;
} */

/* .fs-black-noextend {
	font-family: "FSIndustrie-Black", sans-serif;
} */

/* .fs-book {
	font-family: "FSIndustrieCd-Book";
} */

/* .fs-regular {
	font-family: "FSIndustrie-Regular";
} */

/* . {
	font-family: "FSIndustrieCd-Regular";
	font-weight: 400;
} */

@media (min-width: 992px) {
	.text-lg-nowrap {
		white-space: nowrap;
	}
}
.custom-pd{
	max-width:375px
}

.btn,
input[type=submit] {
	border-radius: 20px;
	width: auto;
	font-family:'Roboto', sans-serif;
	min-width: 72px;
	min-width: 18rem;
	font-size: 1.8rem;
	font-weight: 700;
	outline: none;
	display: block;
	padding: 5px;
	/* padding-top: 8px; */
	text-align: center;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0s;
}

.btn:hover,
.btn:focus,
input[type=submit]:hover,
input[type=submit]:focus {
	text-decoration: none;
}

.btn-get {
	border-radius: 45px;
}

.btn-primary {
	border: 1px solid #AF1685 !important;
}

.btn-primary:not(:disabled):not(.disabled).active {
	transition: all 0s !important;
	background-color: white !important;
	color: #AF1685 !important;
}

.btn-gray {
	background-color: #FAFAFA;
	color: #b5b5b5;
}

.btn-primary:hover,
.btn-primary:active,
.btn-gray:hover {
	background-color: #fff !important;
	color: #AF1685 !important;
	box-shadow: none;
	border: 1px solid #AF1685 !important;
	text-decoration: none !important;
}

.btn-primary:focus{
	background-color: #AF1685;
	color: #fff;
}

.btn-primary:active {
	transition: all 0s !important;
}


.btn.inner {
	text-transform: uppercase;
	line-height: normal;
	width: 270px;
}

.btn.fs-ex-bold {
	
	font-weight: 900;
}


.no-wrap {
	white-space: nowrap;
	text-decoration: none !important;
}

.no-wrap a {
	text-decoration: none !important;
}

.bg-img {
	background-size: 100%;
	background-repeat: no-repeat;
}

.page-label h1,
.page-label h3 {
	font-size: 17px;
	color: #A5A5A5;
	font-weight: normal;
}

.xl-link,
.xl-txt {
	font-size: 19px;
}

/* .gotop {
	font-size: 1rem;
} */


.square-bullets {
	margin-left: 10px;
}

.square-bullets>li {
	list-style-type: none;
}

.square-bullets>li:before {
	display: inline-flex;
	align-items: center;
	content: "\25A0";
	padding-right: 4px;
	/* margin-left: -13px; */
	line-height: 1.4em;
	vertical-align: middle;
	font-size: 70%;
	margin-bottom: 2px;
}


/* @media (min-width: 376px) and (max-width: 575px){
  #taking-nourianz-info .square-bullets > li:before { 
    font-size: 30%;
  }
}  */

.square-bullets>li.tight {
	margin-bottom: 1rem;
}

.square-bullets>li.tight-hang {
	display: flex;
	align-items: flex-start;
}

.circles-outline::before {
	content: '◦';
	width: 5px;
	height: 5px;
	color: #000;
	margin-right: 2px;
	vertical-align: middle;
}

.circles {
	list-style: disc;
	padding: 0 1.5rem;
}

.f-normal {
	font-weight: normal;
}

.smaller {
	font-size: 12px;
}

.light-60 {
	opacity: 0.65;
}

.subbullet {
	list-style: circle;
	margin-left: 1.5rem;
}

p.footnote {
	line-height: 1.6rem;
}

.footnote>small {
	font-size: 1.6rem;
	margin-bottom: 4px;
	display: block;
	line-height: 20px;
	font-family: 'Roboto Condensed', sans-serif !important;
}

.footnote__container {
	height: 52.5rem;
}

/* ul.tight li { margin: 0 0 .5rem; } */

h2 sup {
	top: -0.25em;
}

h2 sub,
h4 sub {
	bottom: -4px;
	font-size: 50%;
}

p>small.fs-12,
.fs-12 {
	font-size: 12px;
	margin-bottom: 0px;
	line-height: 13px;
}

.fontSize12 {
	font-size: 12px;
	line-height: 15px;
}

.fontSize13 {
	font-size: 13px;
	line-height: 14px;
}

@media (min-width: 992px) {
	.btn.inner {
		line-height: 1.5em;
	}
}

@media (max-width: 991.8px) {
	.custom-mt{
		margin-top: 30px;
	}
	p.tight {
		line-height: 11px;
	}

	.fullwidth-section {
		width: 100%;
		padding-right: 15px;
		padding-left: 15px;
		margin-right: auto;
		margin-left: auto;
	}
	.mr-top {
		padding: 40px 0px;
	}
	.pd-off-time{
		margin-top: 34px;
	}
	.rm-pd{
		margin-bottom: 0;
	}
	.custom-mb-width{
		max-width: 345px;
	}
	/* .custom-mg{
		margin-left:30px,
	} */
	.custom-mx{
		max-width:320px
	}
	.r-mx{
		margin-left: 0 !important;
	}

}

/* HEADER  */

/* header { width: 100%; background: #fff; position: sticky; top: 0; left: 0; z-index: 99;  }
.headertop { width: 100%; min-height: 52px; background: #ebedee; display: flex; align-items: center;}
.headertop span, .headertop a, .headertop p { font-size:1rem; }
.headertop .links li { line-height:10px; padding: 0 .3rem 3px;  text-align:center;  justify-content: flex-end; }
.headertop .links li a { font-family: "FSIndustrie-Bold"; }

.headertop .links li:nth-child(2)::before, 
.headertop .links li:nth-child(4)::before,
.headertop .links li:nth-child(6)::before {  display:none; }
.headertop .links li:nth-child(2) a { padding:0 1rem; }


.headermenu { position:relative; }
.headermenu.on .menubar { display:block; visibility:visible; max-height: calc(100vh - 295px); padding-bottom:3rem; }
.menubar { font-family: "FSIndustrie-Regular"; visibility:hidden; max-height: 0; -webkit-overflow-scrolling: touch; overflow-y: scroll; position: absolute; top: 80px; left: 0px; width: 100%; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.menubar .row { margin-left:-10px; margin-right:-10px; }

@media (max-width: 767px) { 
  .headermenu.on .menubar {
    padding-bottom: 10rem;
  }
}

.btn-menu-mobile{
  width : 98px;
  border-radius: 10px;
  transition: all 0s;
}

.btn-menu-mobile a{
  color: white;
}

.btn-menu-mobile:hover{
  background : white;
}

.btn-menu-mobile:hover a {
  color : #AF1685 
}

.menu > li {  margin-top:3rem; margin-right: 3rem;}
.menu > li > a { font-size: 2rem; border-bottom:1px solid #fff; line-height: 4rem; font-family: "Roboto-Bold"; font-weight: 900; width: 100%; display: flex; margin-left: 2rem;}
.menu a { line-height: 3rem; }
.menu a, .menu a:hover { color:#fff; text-decoration:none; }
.menu li.submenu { margin-top: 2rem; }
.menu li.submenu > ul { margin-top:1rem; }
.menu li.submenu li > a { padding-left: 4rem;  display:flex;  font-family: 'Roboto-Medium'; font-size: 1.6rem;}

@media (min-width: 991.8px) {
  .menu > li { margin-right: 0;}
  .menu > li > a { margin-left: 0;}
  .menu li.submenu li > a { padding-left: 1rem;  display:flex;  font-family: 'Roboto-Medium';}
}

.menu li.submenu a:hover{
  text-decoration: none !important;
}

.menu li > a:hover::before {
  position: absolute;
  content: '';
  width: 12px;
  height: 12px;
  background-color: #56D0C1;
  border-radius: 100%;
  margin-left: -17px;
  margin-top: 12px;
}

.menu li.submenu li > a:hover::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #56D0C1;
  border-radius: 100%;
  margin-left: -17px;
  margin-top: 8px;
}

.menu li.submenu li > a.active::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #56D0C1;
  border-radius: 100%;
  margin-left: -17px;
  margin-top: 9px;
} */


@-moz-document url-prefix() {

	.square-bullets>li:before,
	#taking-nourianz-info .square-bullets>li:before,
	#help .square-bullets>li:before,
	#understanding .square-bullets>li:before,
	#studies .square-bullets>li:before {
		font-size: 50%;
	}
}

.how-nourianz-works .m-about::before,
.why-nourianz .m-why::before,
.taking-nourianz .m-taking::before,
.get-nourianz .m-getting::before,
.resources .m-resources::before {
	position: absolute;
	content: '';
	width: 12px;
	height: 12px;
	background-color: #56D0C1;
	border-radius: 100%;
	margin-left: -17px;
	margin-top: 11px;
}

/*
.how-nourianz-works .m-about,
.why-nourianz .m-why,
.taking-nourianz .m-taking,
.get-nourianz .m-getting,
.resources .m-resources{
  color:#56D0C1;
}
*/


@media (min-width: 992px) {
	/* .headertop span, .headertop a, .headertop p { font-size:1.4rem; }
  .headertop .links li { padding: 0 1rem; justify-content: center;  margin: 0;}
  .headertop .links li:nth-child(2)::before, 
  .headertop .links li:nth-child(4)::before,
  .headertop .links li:nth-child(6)::before { content: " ";top:auto; position:relative; width:1px; top:-5px; margin-top: 5px; height: 14px; border-left:2px solid #888; display:block; }

  .headermenu.on .menubar { max-height: calc(100vh - 160px); }
  .headermenu.on .menubar .container { max-width: 1200px; }

  .headertop .links li a { font-weight:normal; line-height:14px; } */
}

/* ISI */

.isi .h5 {
	padding-bottom: 0;
	margin-bottom: 10px !important;
}

.isi .h5.mb-2 {
	margin-bottom: 0.5rem !important;
}

.isi .h5.mb-3 {
	margin-bottom: 1rem !important;
}

.isi-content{
	padding-bottom: 15px;
}

.isi-content a {
	text-decoration: underline;
}

.isi-content ul {
	list-style: none;
	padding-left: 0;
}

.isi-content ul li {
	font-size: 1.6rem;
	padding-bottom: 11px;
}

.isi-content .before-list {
	padding-left: 14px;
}

.isi-content .before-list li::before {
	content: "\25CF";
	padding-right: 6px;
	vertical-align: middle;
	line-height: 1.4em;
	font-size: 70%;
	margin-bottom: 5px;
}

.isi-content .before-list li::before {
	margin-left: -13px;
}

.topBtmArrow {
	font-size: 0;
}

.effects-list {
	padding-left: 11px !important;
}

.effects-list li:nth-child(1)::before,
.effects-list li:nth-child(2)::before,
.effects-list li:last-child::before {
	content: "\25CF";
	padding-right: 4px;
	vertical-align: middle;
	line-height: 1.4em;
	font-size: 70%;
	margin-bottom: 5px;
	margin-left: -11px;
}

.effects-list li .effect-sublist {
	list-style-type: none !important;
	list-style: none;
	padding-left: 2.2rem;
	padding-top: 11px;
}

@media (min-width: 991px) {
	.effects-list li .effect-sublist {
		padding-left: 1.6rem;
		padding-top: 10px;
	}
}

.effects-list li .effect-sublist li::before {
	content: "\26AC";
	padding-right: 6px;
	vertical-align: middle;
	line-height: 1.4em;
	font-size: 14.5px !important;
	margin-bottom: 5px;
	margin-right: 1px;
	margin-left: -13px;
}

.isi .container {
	position: relative;
}

.isi .container {
	border-radius: 15px 15px 0 0;
	background-color: #fff;
	padding-top: 2rem;
	border-bottom: 0;
}
@media only screen and (min-width: 1200px){
	.isi .container>.row{
		margin-left: 0;
		margin-right: 0;
	}
}
.isi p {
	padding: 0 0 10px;
	margin: 0;
	font-size: 1.6rem;
}

.isi p>a:hover,
.isi p>strong a:hover {
	text-decoration: underline;
}

.rotation {
	transform: rotate(180deg);
}

.isi-arr {
	position: absolute;
	top: 15px;
	right: 2rem;
	z-index: 50;
	text-decoration: none !important;
	display: block;
	background-image: url("../images/global/isi-toggle@2x.png");
	background-size: 100%;
	width: 20px;
	height: 20px;
	text-decoration: none;
	display: none;
	/* transform: scale(1.5); */
	transition: all 0.5s;
}

.isi-arr:hover {
	text-decoration: none !important;
}

.isi-arr.active {
	transform: rotate(180deg);
	text-decoration: none !important;
}

.isi.heightAuto {
	height: calc(100vh - 190px);
}

@media only screen and (max-width: 1024px){
	.isi.heightAuto {
		height: calc(100vh - 270px);
	}
}
@media only screen and (max-width: 768px){
	.isi.heightAuto {
		height: calc(100vh - 290px);
	}
	.alt-width {
		max-width: 245px;
	}
}
@media only screen and (max-width: 375px){
	.isi.heightAuto {
		height: calc(100vh - 300px);
	}

}

@media only screen and (max-width: 375.9px){
	.alt-width {
		margin-right: 40px !important;
		max-width: 245px;
	}
	/* .alt-mrg{
		margin-right: 238px
	} */
	.alt-mbt{
		padding-bottom:42px
	}
}

.isi.heightAuto .container {
	height: 100%;
	/* overflow: visible; */
}

.isi.heightAuto .container .row {
	height: 100%;
	overflow: auto;
}

/* .isiPersistent { position: fixed; width: 100%; bottom: 0; left: 0; z-index: 100; height: 20rem; } */
.isiPersistent {
	position: sticky;
	width: 80%;
	bottom: 0;
	left: 10%;
	z-index: 20;
	height: 17rem;       
}

.isiPersistent .container {
	box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.28) !important;
}

.isiPersistent .isi-arr {
	display: block;
}


@media (min-width: 992px) {
	.indication {
		max-width: 225px;
	}

	.isiPersistent {
		/* height: 153px; */
	}

	.isi-arr {
		right: 4rem;
	}

	.isi .container {
		box-shadow: 0px -3px 4px -1px rgba(0, 0, 0, 0.28) !important;
	}

	.indication-text {
		width: 225px;
	}
}

/* MODALS */
/* thank-you modal */
.modal-img{
	margin-right: 30px;
}
.modal-text{
	max-width: 220px;
}
.modal-text p{
	margin-bottom: 30px;
}
.modal-btn-show-sm{
	display: none;
}
#mymodal a .inactive-img{
	display: none;
}
#mymodal a .active-img{
	margin-left: 10px;
}
#mymodal a:hover .active-img{
	display: none;
}
#mymodal a:hover .inactive-img{
	display: block;
	margin-left: 10px;
}
@media only screen and (max-width: 575px){
	.modal-btn-show-sm{
		margin-top: 30px;
		display: block;
		text-align: center;
	}
	.modal-btn-show-lg{
		display: none !important;
	}
}
/* support modal */
.support-modal-text{
	max-width: 420px;
	margin: auto;
	padding-top: 27px ;
	padding-bottom: 35px;
	font-size: 18px;
	line-height: 22px;
}

.interstitial {
	padding: 50px 10px;
}

.share-video {
	padding:40px 100px 63px 100px;
}

.interstitial h2 {
	font-weight: 700;
}

.interstitial>.d-flex>.btn {
	margin: 0 auto 2rem;
}

.interstitial>.d-flex>.btn:hover {
	text-decoration: none !important;
}

.int-close {
	position: absolute;
	top: 15px;
	right: 15px;
}

.int-close>div {
	background-image: url("../images/global/close-logo.png");
	background-size: 100%;
	width: 20px;
	height: 20px;
}
@media (max-width: 991.8px){
	.int-close>div{
		width: 10px;
		height: 10px;
	}
	/* .pd-updt{
		margin-left: 3rem;
	} */
}


.modal .btn {
	max-width: 210px;
	font-weight:900;
	font-size: 18px;
}
#supportModal .btn {
	max-width: max-content;
}
.modal-content {
	border-radius: 2rem;
}

@media (min-width: 992px) {
	.interstitial {
		padding: 70px 40px;
	}

	.interstitial>.d-flex {
		flex-direction: row !important;
	}

	.interstitial>.d-flex>a:nth-child(1) {
		order: 2;
	}

	.interstitial>.d-flex>a:nth-child(2) {
		order: 1;
	}

	.modal .modal-dialog {
		max-width: 759px;
	}

	.modal .modal-dialog .modal-content {
		align-content: center;
	}

	.interstitial>.d-flex>.btn {
		margin: 0;
	}
}

.modal-body.videoContainer {
	width: 90%;
	align-self: center;
	margin-bottom: 38px;
}

.modal-body.videoContainer.videoContainer-mode-action {
	width: 85%;
}

.modal-backdrop {
	background-color: #4C4D4F;
}

.modal-backdrop.show {
	opacity: .51;
}

/* .modal-open {
  overflow: auto;
}

.modal-shift {
  padding-right: 0 !important;
} */

/* FOOTER */

footer {
	min-height: 80px;
	position: relative;
	z-index: 10;
	background: transparent;
	margin-bottom: 2rem;
}

.logo-container {
	text-align: right;
}
.logo-container-mobile {
	display: none;
}

@media (max-width: 991.8px) {
	footer {
		margin-bottom: 0;
		box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.28) !important;
		border: 2px solid white;
	}

	.logo-container {
		text-align: center;
	}
}

.npl-pd{
	padding-left: 0 !important;
}

/* footer .gotop {
	display: none;
} */
.footer .row:nth-child(1) {
	/* padding-bottom: 2rem; */
	border-radius: 0px;
	background-color: #4D4D4F;
	/* padding-top: 20px; */
}

.footer .row:nth-child(2){
	padding-bottom: 2rem;
	border-radius: 0px;
	background-color: #4D4D4F;
	padding: 50px 60px 0px 60px;
}
.footer{
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;

}
.footer .ul-first{
    display: flex;
	width: 100%;
	justify-content: center;
	padding: 20px 0 60px 0;

}

.footer .ul-first > li{
	font-weight: 700;
}

.footer .ul-first > li >a:hover{
	color: #87D4CA;
	text-decoration: none !important;
}

.footer .ul-first li a, 
.footer .ul-first li p{
    color: #ffffff;
}

footer img,
footer .logo {
	max-width: 184px;
	height: 55.65px;
}

footer .logo-container {
	overflow: hidden;
}
footer .links-section{
    width: 100%;
}
footer .footer-lines{
	margin: 0px 20px;

}

.footer-container{
	padding-left: 40px;
	padding-right: 40px;
	margin-bottom: 20px;
}

footer .footer-container .links-section {
	padding-left: 0;
}

footer .footer-container .links-section ul {
	padding-bottom: 10px;
}

footer .footer-container .links-section ul li {
	display: inline-block;
	list-style: none;
	text-align: left;
	margin-right: 15px;
	padding-right: 15px;
	position: relative;
	color: #FFFFFF;
}


footer .footer-container .links-section ul li a {
	color: #FFFFFF;
	text-decoration: none !important;
}
footer .footer-container .links-section ul li a:hover{
	color: #87D4CA;
}

footer .footer-container .links-section ul li:last-child:after {
	display: none;
}
footer .footer-container .links-section ul li:last-child{
	margin-right: 0;
	padding-right: 0;
}
footer .footer-container .links-section ul li:after {
	content: "";
	position: absolute;
	height: 20px;
	width: 1px;
	right: 0;
	top: 0;
	border-right: 2px solid;
}

.footer-container p {
	text-align: center;
	color:#FFFFFF;
	line-height: 20px;
}
.footer-container .row{
	background-color:#4D4D4F;
}
.footer .ds-md-block{
	display: none;
}

.gotop {
	position: absolute;
	bottom: 22%;
    right: 14%;
    z-index: 1000;
    font-size: 22px;
	color: white;
	padding: 15px 0;
	font-weight: bold;
	background: #AF1685;
	border-radius: 50%;
    line-height: 18px;
	text-align: center;
    height: 80px;
    width: 80px;
	-webkit-transition:none !important;
    transition:none !important;
}

.gotop.show {
	position: fixed;
    bottom: 40px;
    right: 30px;
	-webkit-transition:none !important;
    transition:none !important;
}

.gotop > svg.icon{
	width: 25px;
	height: 25px;
	margin-bottom: 5px;
	transform:rotate(-90deg);
}
a.gotop:hover{
	color: white;
	text-decoration: none !important;
}

@media only screen and (max-width: 1410px){
	a#gotop {
		position: initial;
		display: block;
		margin: 33px 15px 30px auto;
	}
	.isiPersistent {
		width: 100%;
		left: 0;   
	}
}

.cr-txt {
	font-size: 1.4rem;
	text-align: center
}

.cr-txt>p {
	margin: 0;
}

@media (min-width: 992px) {
	.footer .row {
		/* border-radius: 0px 0 20px 20px; */
		/* margin-bottom: 5rem; */
	}

	.footer-container p {
		text-align: left;
		/* color: #707070; */
		margin-bottom: 0;
	}

	.footer-container .cr-txt p {
		text-align: right;
	}

	footer img,
	footer .logo {
		float: right;
	}
}

@media (max-width: 991.8px) {
	.cookieText{
		max-width: 450px;
		margin: 0 auto 30px;
	}
	footer .footer-container .links-section ul li:after{
		border: none;
	}
	footer .footer-container .links-section ul {
		display: flex;
		justify-content: center;
		flex-direction: column;
		align-items: center;
	}
	.footer .footer-container .footer-lines{
		display: none;
	}

	footer .footer-container .links-section ul li {
		padding-right: 10px;
		margin-right: 10px;
		text-align: center;
	}

	footer .footer-container .links-section ul li:last-of-type {
		margin-right: 10px;
		padding-right: 10px;
	}
	.footer .row:nth-child(2) {
			width: 100%;
			padding: 50px 20px 0px 60px;
	}
	.footer .ul-first {
		flex-direction: column;
		align-items: center;
		border-bottom: 2px solid white;
		margin-bottom: 0;
		
	}
	footer .footer-lines {
		display: none;
	}
	.footer .ul-first li{
		padding: 20px 0px;
		border-bottom: 2px solid white;
		width: 200px;
		text-align: center;
	}
	.footer .ul-first li:last-child{
		border:0px;
	}
	.footer ul li {
		padding: 20px 0px;
		border-bottom: 2px solid white;
		width: 200px;
		text-align: center;
	}
	.footer ul li:last-child{
		border: 0px;
	}
	img{
		vertical-align: middle;
	}

	.img-new{
		margin: 0 auto;
		vertical-align: middle;
		max-width: 120px;
		max-height: 120px;
	}
/*	.footer .row{
		padding: 0px;
	}*/
    .logo-container-mobile{
		display: flex;
		justify-content: center;
		align-items: center;
		width: 100%;
		padding-top: 31px;
	}
	.logo-container {
		display: none;
	}
	.footer-container {
		padding-left: 0;
		padding-right: 0;
		
	}


}


/* BURGER MENU + Menu CTAS */

/* .burger { width: 79px; height: 80px; cursor: pointer; }
.bar1, .bar2, .bar3 {
  width: 35px;
  height: 3.5px;
  background-color: #fff;
  margin: 3.8px 0;
  transition: 0.4s;
  border-radius: 10px;
}
.burger.on .bar2 { opacity: 0; }
.burger.on .bar1 {
  -webkit-transform: rotate(-45deg) translate(-6px, 6px);
  transform: rotate(-45deg) translate(-6px, 6px);
  width:26px; }
.burger.on .bar3 {
  -webkit-transform: rotate(45deg) translate(-10px, -9px);
  transform: rotate(45deg) translate(-10px, -9px);
  width:26px;
}

.extra-ctas { font-size:11px; }

.extra-ctas .gu { 
  display: flex;
  flex-direction: column;
  background-size:20px 20px;
  background-position: center 10px;
  background-repeat:no-repeat;
  height: 100%;
  align-items: center;
  justify-content: center;
  transition: all 0s;
}

.extra-ctas .gu path{
  transition: all 0s;
}


.gu-active{
  color: #AF1685;
}

.extra-ctas:hover .gu path, .extra-ctas .gu-active path{
  fill: #AF1685;
} */


/* BACKGROUNDS */

.bg {
	position: relative;
	padding: 0;
}

.bg,
.bg>.container {
	/* min-height: calc(100vw * 0.9); */
}

.bg.inner,
.bg.inner .bg-full,
.bg.inner>.container {
	min-height: 505px;
}

#get-nourianz.bg.inner,
#get-nourianz.bg.inner>.container {
	min-height: 548px;
}

/* .bg.inner {
	padding-top: 20px;
} */

.bg-full {
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 15;
	background-size: cover;
	background-position: center center;
}

.bg .container {
	position: relative;
	z-index: 16;
}

.bg>.container>.row {
	margin: 0;
}

.bg.inner .bg-full {
	min-height: 550px;
	background-position: top center;
}

.bg.inner .container {
	padding-top: 30rem;
}

@media (max-width: 991.8px) {
	#get-nourianz.bg.inner .container {
		padding-top: 30rem;
	}
}

.bg p {
	color: #fff;
	font-size: 26px;
	line-height: 1.15em;
}

.bg.inner p:not(.xl),
.bg-home p {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin-bottom: 0;
}

/*
.bg.inner .container .row::before { content:" "; position:relative; width:40px; height:6px; background-color:#0092BC;  border-radius:10px; left:15px; top:40px; }
*/
.bg .xl {
	color: #fff;
	font-size: 36px;
	line-height: 38px;
	font-family: 'DM Serif Display', serif;
	font-weight: 500;
	
}
@media only screen and (max-width: 1024px){
	.bg-moa .bg-full{
		background-position: top center;
	}
	.bg .actor-portrayals p,
	.actor-portrayals p {
		font-size: 14px !important;
		letter-spacing: normal;
		font-family: 'Roboto Condensed', sans-serif;
		font-weight: 700 !important;
		/* margin-right: 20px; */
	}


	.bg .xl{
		font-size: 32px;
		line-height: 36px;
	}
	.bg .no-gutters p{
		font-size: 18px !important;
		line-height: 22px;
		font-weight: 500 !important;
	}
	.bg.inner>.container {
		min-height: 480px;
	}
	.bg.inner .bg-full{
		min-height: 480px;
	}
	.bg.inner .container{
		padding-top: 120px;
	}
	.bg.inner, .bg.inner .bg-full, .bg.inner>.container{
		height: 480px;
		min-height: 480px;
	}
	.pb-sm-0{
		padding-bottom: 0 !important;
	}
	.font-sm-mobile{
			font-size: 18px !important;
			line-height: 22px;
			font-weight: 500 !important;
	}
	.flex-direction-col-sm-reverse{
			flex-direction: column-reverse;
	}
	.taking-nourianz .offsetY-minus-20-percent{
			transform: translateY(-10%);
	}
	.justify-content-md-around{
		justify-content: space-around !important;
	}
	/* mobile menu */
	.hover{
		display: none;
	}
	.header-list-mobile .col-6{
		padding-bottom: 14px;
		padding-top: 10px;
	}
	.header-list-mobile a{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 16px;
		font-weight: 700;
		color: #4D4D4F;
	}
	.header-list-mobile .btn-1:hover, .header-list-mobile .btn-1.active{
		background: #AF1685;
		color: #ffffff;
		padding-top: 21px;
	}
	.header-list-mobile .btn-1:hover a,
	.header-list-mobile .btn-1.active a,
	.header-list-mobile .btn-2:hover a{
		color: #ffffff;
		text-decoration: none !important;
	}
	.header-list-mobile .btn-1:hover img.default,
	.header-list-mobile .btn-1.active img.default,
	.header-list-mobile .btn-2:hover img.default{
		display: none;
	}
	.header-list-mobile .btn-1:hover img.hover,
	.header-list-mobile .btn-1.active img.hover,
	.header-list-mobile .btn-2:hover img.hover{
		display: block;
		margin: 0 auto;
	}
	.header-list-mobile .btn-2:hover{
		background: #4D4D4F;
	}
}
.bg .xl sup {
	font-size: 80%;
}
.bg .xl .sup {
	font-size: 60%;
}

.bg-home .btn-primary {
	background-color: rgba(175, 22, 133, 0.8) !important;
}

.bg-home .btn-primary:hover {
	background-color: rgba(255, 255, 255, 0.8) !important;
}


.bg .headline {
	max-width: 28.4rem;
}

.bg svg {
	width: 100%;
	height: 100%;
}

.bg-moa .bg-full {
	background-image: url("../images/how-nourianz-works/hero-mobile-abt-off-time.png");
}

.ie-browser .bg-moa .bg-full {
	background-image: url("../images/how-nourianz-works/hero-mobile.jpg");
}

.bg-why .bg-full {
	background-image: url("../images/why-nourianz/hero-mobile-how-does-nourianz.png");
}

.ie-browser .bg-why .bg-full {
	background-image: url("../images/why-nourianz/hero-mobile.jpg");
}

.bg-get-nourianz .bg-full {
	background-image: url("../images/get-nourianz/hero-mobile-get-nourianz.png");
}

.ie-browser .bg-get-nourianz .bg-full {
	background-image: url("../images/get-nourianz/hero-mobile.jpg");
}

.bg-taking .bg-full {
	background-image: url("../images/taking/hero-mobile-taking-nourianz.png");
}

.ie-browser .bg-taking .bg-full {
	background-image: url("../images/taking/hero-mobile.jpg");
}

.bg-resources .bg-full {
	background-image: url("../images/resources/hero1-mobile.webp");
}

.ie-browser .bg-resources .bg-full {
	background-image: url("../images/resources/hero1-mobile.jpg");
}


.actor-portrayals {
	position: absolute;
	bottom: -3px;
	right: 0;
	font-size: 14px;
}

.bg .container .actor-portrayals p,
.actor-portrayals p {
	font-size: 14px !important;
	letter-spacing: normal;
	font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700 !important;
	/* margin-right: 20px; */
}

.bg-home .bg-full video {
	transform: translateY(-50%);
	top: 50%;
	right: 0;
	position: absolute;
	height: 101%;
	width: auto;
	min-width: 100%;
	min-height: 100%;
	overflow: hidden;
	z-index: -1 !important;
}

@media (min-width: 991px) {
	.bg-home .bg-full video {
		width: 128rem;
		max-width: 128rem;
		right: 0;
		position: absolute;
		overflow: hidden;
		z-index: -1 !important;
	}
}

.video-container {
	position: relative;
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100%;
}

@media (min-width: 1280px) {
	.video-container {
		width: 128rem !important;
		margin: 0 auto;
	}
}

.video-container-shadow {
	position: absolute;
	z-index: 999;
	width: 100%;
	max-width: 1440px;
	height: 100%;
}

.video-container-shadow img {
	height: 100%;
	width: 100%;
}

@media (max-width: 991px) {

	.bg,
	.bg>.container {
		min-height: calc(100vw * 0.9);
	}
}

@media (min-width: 768px) {

	.bg,
	.bg>.container {
		min-height: 533px;
	}

	.bg-full {
		background-position: center top;
	}

	.bg.inner,
	.bg.inner .bg-full,
	.bg.inner>.container {
		min-height: 32rem;
		/* max-width: 1280px; */
		margin: 0 auto;
	}

	.bg.inner .container {
		padding-top: 0;
		/* padding-left: 90px; */
		align-items: center;
	}

	.bg.inner .container .row::before {
		top: 50px;
	}

	.bg-moa .bg-full {
		background-image: url("../images/how-nourianz-works/about-banner.jpg");
	}

	.ie-browser .bg-moa .bg-full {
		background-image: url("../images/how-nourianz-works/about-banner.jpg");
	}

	.bg-why .bg-full {
		background-image: url("../images/why-nourianz/how-banner.jpg");
	}

	.ie-browser .bg-why .bg-full {
		background-image: url("../images/why-nourianz/how-banner.jpg");
	}

	.bg-get-nourianz .bg-full {
		background-image: url("../images/get-nourianz/getting-banner.jpg");
	}

	.ie-browser .bg-get-nourianz .bg-full {
		background-image: url("../images/get-nourianz/getting-banner.jpg");
	}

	.bg-taking .bg-full {
		background-image: url("../images/taking/taking-banner.jpg");
	}

	.ie-browser .bg-taking .bg-full {
		background-image: url("../images/taking/taking-banner.jpg");
	}

	.bg-resources .bg-full {
		background-image: url("../images/resources/hero1.webp");
	}

	.ie-browser .bg-resources .bg-full {
		background-image: url("../images/resources/hero1.jpg");
	}

	.actor-portrayals {
		bottom: -50px;
	}

	.bg-home .bg-full video {
		/* width: 100%; */
	}

}

@media (min-width: 1920px) {
	.bg-home .bg-full video {
		width: 100%;

	}
}


/* HOMEPAGE */

.bg-home h1 {
	font-size: 3rem;
	line-height: 1em;
	font-weight: 600;
}

.bg-home h1 span {
	font-size: 2.5rem;
}

/* .bg-home .links { padding:7rem 0 5rem; } */

/* @media (min-width: 992px) and (max-width: 1230px) {
  .bg-home .links { padding:3rem 0 5rem; }
} */

/* .bg-home .links > div { max-width:320px; margin:0 auto; text-align:center;} */

/* .bg-home .links .btn { 
  max-width:220px; 
  margin-top:17px; 
  padding: 5px 10px; 
  padding-bottom: 3px; 
} */

.bg-home .link {
	margin-top: 25px;
}

/* .bg-home .link .btn {
  padding: 12px 40px;
  border-radius: 46px;
} */

.bg-home .headline {
	margin-bottom: 22px;
}

.bg-home .container {
	padding-top: 0;
}

.bg-home .actor-portrayals {
	bottom: 6px;
}

/* @media (min-width: 992px) and (max-width: 1006px) {
  .bg .headline { 
    margin-top: 4.5rem; 
  }
}

@media (min-width: 1007px) and (max-width: 1025px) {
  .bg .headline { 
    margin-top: 5.5rem; 
  }
}

@media (min-width: 1026px) and (max-width: 1046px) {
  .bg .headline { 
    margin-top: 6.5rem; 
  }
}

@media (min-width: 1047px) and (max-width: 1070px)  {
  .bg .headline { 
    margin-top: 7.5rem; 
  }
}

@media (min-width: 1071px) and (max-width: 1090px)  {
  .bg .headline { 
    margin-top: 7.5rem; 
  }
}

@media (min-width: 1091px) and (max-width: 1110px)  {
  .bg .headline { 
    margin-top: 8.5rem; 
  }
}

@media (min-width: 1111px) and (max-width: 1131px)  {
  .bg .headline { 
    margin-top: 9.5rem; 
  }
}

@media (min-width: 1132px) and (max-width: 1152px)  {
  .bg .headline { 
    margin-top: 10.5rem; 
  }
}

@media (min-width: 1153px) {
  .bg .headline { 
    margin-top: 11.2rem; 
  }
}

@media (min-width: 1280px){
  .bg .headline { 
    margin-top: 11.72rem; 
  }
} */
/* .bg-home, .bg-home > .container {
  min-height: 382px;
} */

.bg:not(.bg-home) .headline {
	margin-top: 11.72rem;
}

/* ^ I know, not the best solution */

.why-nourianz .actor-portrayals {
	bottom: 0;
}

.links-mobile a {
	margin: 2.5rem 0;
	width: 22rem;
}

.links-mobile hr {
	width: 80%;
	border-top: 1px solid #707070;
}

@media (min-width: 992px) {
	.home-page .content-wrap {
		padding-bottom: 65px;
	}

	.bg-home h1 span {
		font-size: 3.5rem;
	}

	.bg-home p {
		font-size: 26px;
	}

	.bg .headline {
		max-width: 42.6rem;
	}
}

/* home-CTA-section */

.home-CTA-section {
	/* padding-top: .35rem; */
	/* margin-top: -5rem; */
}

/* .cta-section{
  padding-top: 0;
  padding-bottom: 0;
}

.cta-section .container{
  max-width: 128rem;
}

@media (max-width: 991px) {
  .cta-section{
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}

@media (min-width: 991px) {
  .cta-section{
    margin-top: -2px;
    z-index: 1000;
    position: relative;
  }
}

.cta-section .cta-section__nourianz{
  padding-top: 3rem;
  row-gap: 1.5rem;
  z-index: 1000;
}

@media (min-width: 991px) {
  .cta-section .cta-section__nourianz{
    padding-top: 0;
    row-gap: 1.5rem;
    z-index: 98;
  }
}

.cta-section .cta-section__nourianz p{
  color: #AF1685;
  font-family: "FSIndustrieEx-Black", sans-serif;
}

@media (min-width: 991px) {
  .cta-section .cta-section__nourianz p{
    font-size: 2rem;
    font-family: "FSIndustrieEx-Medium", sans-serif;
  }
}

.cta-section .cta-section__nourianz a{
  background-color: #AF1685;
  padding: 1.25rem 4.9rem;
  border-radius: 6.8rem;
}

.cta-section .cta-section__box-2 {
  padding-top: 0;
}

@media (max-width: 991px) {
  .cta-section .cta-section__box-2 {
    padding-top: 3rem;
  }
}

.cta-section .cta-section__box-2 .cta-section__couple{
  width: 100%;
  height: 34.1rem;
  background-image: url(../images/home/PATIENT_Longer_1922x1074.png);
  background-position: center;
  background-position-y: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 991px) {
  .cta-section .cta-section__box-2 .cta-section__couple{
    height: 20.7rem;
    background-image: url(../images/home/PATIENT_Longer_640x207.png);
  }
}

.cta-section .cta-section__patient{
  padding-top: 3rem;
  row-gap: 1.5rem;
  z-index: 1001;
}

@media (min-width: 991px) {
  .cta-section .cta-section__patient{
    padding-top: 0;
    padding-right: 10%;
    height: 100%;
  }
}

.cta-section .cta-section__patient p{
  color: #AF1685;
  font-family: "FSIndustrieEx-Black", sans-serif;
}

@media (min-width: 991px) {
  .cta-section .cta-section__patient p{
    font-size: 2rem;
    font-family: "FSIndustrieEx-Medium", sans-serif;
  }
}

.cta-section .cta-section__patient a{
  background-color: #AF1685;
  padding: 1.25rem 4.9rem;
  border-radius: 6.8rem;
  z-index: 98;
}

.bg-secondary_homeCoupleImgDesktop
{
  background-image: url(../images/home/PATIENT_Longer_720x207.png);
  width: 719px;
  height: 207px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position-x: 0px;
  background-position-y: 0px;
  margin-left: -3%;
  } */


/* .home-CTA-section .links .btn { max-width:220px; margin-top:17px; padding: 5px 10px; padding-bottom: 3px; } */


/* .bg-home .links .btn {
  max-width: 220px;
  margin-top: 17px;
  padding: 5px 10px;
  padding-bottom: 3px;
} */

/* .home-CTA-section .green-box {
    margin-right: -15px;
    margin-left: -171px;
    height:207px;
    padding: 75px 0 75px 69px;
} */


/* .graphic-home-CTA-1 {
  max-width: 40%;
  margin: 0rem -3rem 0rem 43.5rem;
} */

/* .btn_home-cta-1
{
  width: 40%;
  margin: -14rem 0rem 0rem 2rem;
  text-align: center;
} */
/* img.pedalImg
{
  width: 122.5%!important;
  margin-top: -9rem;
} */

/* .btn_home-cta-2
{
    position: absolute;
    width: 25%;
    margin: 7rem 0rem 0rem 41rem;
    text-align: center;
} */

/* .offsetX-20-percent_home-cta{
    margin-left: 20%;
  } */

/* .offsetY-minus-20-percent_home-cta, .offsetY-20-percent_home-cta{ 
    transform: translateY(13%);
  } */


/* .home-CTA-section .green-box__content {
    width: 78.2%;
    margin-top: -49px;
  } */


/* @media (min-width: 992px) and (max-width: 1365px)
{
  .home-CTA-section .green-box__content {
    width: 78.2%;
    margin-top: -49px;
  } */

/* .home-CTA-section {
    padding-top: .35rem;
    margin-top: -11.1rem; 
  } */

/* .bg-secondary_homeCoupleImgDesktop
  {
    background-image: url(../images/home/PATIENT_Longer_720x207.png);
    width: 514px;
    height: 207px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 0px;
    background-position-y: 0px;
    margin-left: -3.5%;
    }
  
    
  .home-CTA-section .links .btn { max-width:220px; margin-top:17px; padding: 5px 10px; padding-bottom: 3px; }
    
  
  .bg-home .links .btn {
    max-width: 220px;
    margin-top: 17px;
    padding: 5px 10px;
    padding-bottom: 3px;
  }
  
  .home-CTA-section .green-box {
      margin-right: -15px;
      margin-left: -171px;
      height:154px;
      padding: 75px 0 75px 69px;
  }
  
  
  .graphic-home-CTA-1 {
    max-width: 40%;
    margin: 0rem -3rem 0rem 43.5rem;
  }
  
  .btn_home-cta-1
  {
    width: 40%;
    margin: -12rem 0rem 0rem 14rem;
    text-align: center;
  }
  img.pedalImg
  {
    width: 122.5%!important;
    margin-top: -9rem;
  }
  
  .btn_home-cta-2
  {
      position: absolute;
      width: 23%;
      margin: 2rem 0rem 0rem 26rem;
      text-align: center;
  }
  
  .offsetX-20-percent_home-cta{
      margin-left: 20%;
    }
  
  .offsetY-minus-20-percent_home-cta, .offsetY-20-percent_home-cta{ 
      transform: translateY(13%);
    }
  
    .home-CTA-section .green-box__content {
      width: 82.45%;
      margin-top: -49px;
    } 

} */

/*@media (min-width: 1200px) { 
  .home-CTA-section .green-box {
    margin-left: -125px;
    height:207px;
  }
}

@media (min-width: 1280px) { 
  .home-CTA-section .green-box {
    margin-left: -171px;
    height:207px;
  }
}*/

@media (min-width: 320px) and (max-width: 414px) {
	.bg-home p {
		max-width: 330px;
		font-size: 1.48rem;
		line-height: 1.27;
	}

	/* .bg-secondary_homeCoupleImgDesktop
      {
        background-image: url(../images/home/PATIENT_Longer_1922x1074.png);
        width: 414px;
        height: 510px;
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-x: 0px;
        background-position-y: 0px;
        }
        .offsetY-minus-20-percent_home-cta, .offsetY-20-percent_home-cta{ 
          transform: translateY(13%);
        }

        .bg-secondary_homeCoupleImgDesktop { 
          transform: translateY(30%);
          -webkit-transform: translateY(30%);
          -moz-transform: translateY(30%);
          -o-transform: translateY(30%);
          -ms-transform: translateY(30%);
        }
        
      .home-CTA-section .links .btn { max-width:220px; margin-top:17px; padding: 5px 10px; padding-bottom: 3px; }
        
      .home-CTA-section {
        padding-top: .35rem;
      }
      .bg-home .links .btn {
        max-width: 220px;
        margin-top: 17px;
        padding: 5px 10px;
        padding-bottom: 3px;
      }

      .home-CTA-section .green-box {
        margin: 0 -15px;
        height: 90.5%;
      }

      img.pedalImg
      {
        width: 120%!important;
        margin-top: -7rem;
      }
      .graphic-home-CTA-1 {
        max-width: 47%;
        margin: 0rem -3rem 0rem 8rem;
      }

      .btn_home-cta-1
      {
        width: 53%;
        margin: -13rem 0rem 0rem -2rem;
        transform:translate(10rem, 15rem);
        -webkit-transform: translate(10rem, 15rem);
        -moz-transform:translate(10rem, 15rem);
        -o-transform: translate(10rem, 15rem);
        -ms-transform: translate(10rem, 15rem);
      }
      .btn_home-cta-1 .mobRed 
      {
        
        color: #AF1685!important;
      }

      .btn_home-cta-2 .mobRed 
      {
        
        color: #AF1685!important;
      }

      .btn_home-cta-2
      {
        position: absolute;
        width: 48%;
        margin: 24rem 0rem 0rem 9rem;
        text-align: center;
      } */
}

@media (min-width: 415px) and (max-width: 992px) {
	.bg-home p {
		max-width: 330px;
		font-size: 1.48rem;
		line-height: 1.27;
	}

	/* .bg-secondary_homeCoupleImgDesktop
      {
        background-image: url(../images/home/PATIENT_Longer_1922x1074.png);
        width: 768px;
        height: 700px;
        background-repeat: no-repeat;
        background-size: 80%;
        background-position-x: 86px;
        background-position-y: 0px;
        }
        .offsetY-minus-20-percent_home-cta, .offsetY-20-percent_home-cta{ 
          transform: translateY(13%);
        }

        .bg-secondary_homeCoupleImgDesktop { 
          transform: translateY(22%);
          -webkit-transform: translateY(22%);
          -moz-transform: translateY(22%);
          -o-transform: translateY(22%);
          -ms-transform: translateY(22%);
        }
        
      .home-CTA-section .links .btn { max-width:220px; margin-top:17px; padding: 5px 10px; padding-bottom: 3px; }
        
      .home-CTA-section {
        padding-top: .35rem;
      }
      .bg-home .links .btn {
        max-width: 220px;
        margin-top: 17px;
        padding: 5px 10px;
        padding-bottom: 3px;
      }

      .home-CTA-section .green-box {
        margin: 1% 8%;
        height: 73%;
      }

      img.pedalImg
      {
        width: 106%!important;
        margin-top: -7.4rem;
      }
      .graphic-home-CTA-1 {
        max-width: 25%;
        margin: 0rem -3rem 1rem 19rem;
      }

      .home-CTA-section .green-box__content {
        width: 78.2%;
        margin-top: -49px;
      }

      .btn_home-cta-1
      {
        width: 62%;
        margin: -13rem 0rem 0rem 2rem;
        transform:translate(10rem, 15rem);
        -webkit-transform: translate(10rem, 15rem);
        -moz-transform:translate(10rem, 15rem);
        -o-transform: translate(10rem, 15rem);
        -ms-transform: translate(10rem, 15rem);
      }
      .btn_home-cta-1 .mobRed 
      {
        
        color: #AF1685!important;
      }

      .btn_home-cta-2 .mobRed 
      {
        
        color: #AF1685!important;
      }

      .btn_home-cta-2
      {
        position: absolute;
        width: 73%;
        margin: 37rem 0rem 0rem 11rem;
        text-align: center;
      } */
}

/* BEYOND DOPAMINE */

/* .graphic-anim, .graphic-anim > img { width: 213px; height: 200px; }
.graphic-00, .graphic-01, .graphic-02 { opacity:0; position:absolute; z-index:5; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;  }
.graphic-00.on, .graphic-01.on, .graphic-02.on { opacity:1; }

.graphic-1-text, .graphic-2-text, .graphic-2-text-mobile  {
  font-family: 'FSIndustrieCd-Regular';
  max-width: 200px; margin-top:2rem; display:none; opacity: 0;
}

.graphic-1-text > strong, .graphic-2-text > strong{
  font-size: 19;
  font-family: 'FSIndustrieEx-Bold';
  font-weight: 700;
  margin-bottom: 5px;
}

.graphic-1-text > strong{
  color: #43D484;
}

.graphic-2-text > strong{
  color: #E61468;
}

.graphic-2 { max-width:100%; height:auto; }
.graphic-4 { width:265px; height:132px; }
.anim-row { min-height:395px; }

@media (min-width: 992px) {
  .graphic-2-text-mobile { display:none!important; }
  .graphic-1-text, .graphic-2-text  { margin-top:6rem; }
  .graphic-2 { max-width: 600px; height: 400px; }
  .graphic-3 { width:485px; height:203px; }
  .graphic-4 { width:234px; height:120px; }
  .anim-row { min-height:auto; }
} */


/* REFERENCES */
/* .f-ref { padding:1.8rem 0; display:none; }
.f-ref p { font-size:15px; }
.f-ref p > a { color:#4C4D4F; font-weight:normal; } */
/*
.home-page .homeref { display: block; }
.about-parkinsons-disease .aboutref { display: block; }
.mechanism-of-action .moaref { display: block; }
.efficacy .effref { display: block; }
.safety .safetyref { display: block; }
.dosing .dosingref { display: block; }
.access .accessref { display: block; padding: 0; }
*/


/* AZURE VIDEO */

/* .videoPlaceholder {
  max-width: 935px;
  height: 250px;
  position: relative;
}

.videoPlaceholder video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
} */


.modal-video-container .video-container.expanded .media-link-container {
	bottom: 40px !important;
}

/* @media (min-width: 992px) {
  .videoPlaceholder {  height:476px; }
}    
.azuremediaplayer-1-dimensions,
.azuremediaplayer-2-dimensions,
.azuremediaplayer-3-dimensions,
.azuremediaplayer-4-dimensions,
.azuremediaplayer-5-dimensions,
.azuremediaplayer-6-dimensions {
  min-height: 298px !important;
}

@media only screen and (max-width: 414px) {
  .azuremediaplayer-1-dimensions,
  .azuremediaplayer-2-dimensions,
  .azuremediaplayer-3-dimensions,
  .azuremediaplayer-4-dimensions,
  .azuremediaplayer-5-dimensions,
  .azuremediaplayer-6-dimensions {
    min-height: 198px !important;
  }
} */


div.selector,
div.selector:hover {
	/*background: url("../images/global/dropdown-cta.png") no-repeat right center #ffffff;*/
	width: 100% !important;
	/*height: 48px;
  line-height: 46px;*/
	color: #57584f;
	padding-left: 12px;
	padding-right: 25px;
	overflow: inherit !important;
}

div.selector span {
	width: 100% !important;
	/*height: 46px;
  line-height: 46px;*/
	padding: 0;
	overflow: visible;
}

div.selector select {
	width: 100%;
	height: 100%;
	min-width: 100%;
	font-size: 18px;
	font-weight: 400;
}

/* .btn-next { padding:0.65em 2em;  border-radius: 0; }
.btn-next > span { text-align:left; display:block; line-height:normal; width:100%; font-size:1.9rem; font-family: "FSIndustrieCd-Bold", sans-serif; }  
.btn-next > span:last-of-type { font-size:1.7rem; font-family: "FSIndustrieEx-Bold", sans-serif; } */

/* @media (min-width: 992px) {
  .btn-next { border-radius: 50px; padding:0.85em 2em; }
  .btn-next > span,
  .btn-next > span:last-of-type { font-size:1.9rem; } 
  .how-nourianz-works .btn-next { max-width:650px; }
  .taking-nourianz .btn-next { max-width:415px; }
} */

@media (max-width: 991.8px) {

	/* .btn-next {  width:100%; max-width:100%; } */
	.text-center-sm {
		text-align: center;
	}
}


/* How Works */

/* .graphic-hw-1 { max-width: 250px; } */
/* .graphic-hw-2 { max-width: 78px; } */
/* .graphic-hw-3 { max-width: 407px; } */
/* .graphic-hw-4 { max-width: 86px; } */

/* Why Nourianz */

/* .graphic-why-1 { max-width:128px; } */
.graphic-why-2 {
	max-width: 154px;
}

.graphic-why-3 {
	max-width: 86px;
}

.fs-Industrie-ex-bold {
	font-weight: 700;
}

.graphic-res-01 {
	max-width: 842px;
	width: 100%;
	margin: 0 auto;
}

.organizations {
	max-width: 310px;
}

.organizations span {
	font-size: 2rem;
}

.organizations p {
	font-size: 2rem;
}

.org:not(:last-child) {
	margin-bottom: 40px;
}

/* .org:last-child {
	margin-bottom: 30px;
} */

/* .org>div:first-of-type img {
	max-width: 205px;
	display: block;
	margin: 0 auto 2rem;
	width: 100%;
} */

.org > a {
	max-width: 205px;
	display: block;
	margin: 0 auto 2rem;
	width: 100%;
}

/* .org>div:last-of-type {
	text-align: center;
}

.org>div:last-of-type strong {
	display: block;
	margin-bottom: 0.5rem;
} */

.org > div {
	text-align: center;
}

.org > div strong {
	display: block;
	margin-bottom: 0.5rem;
}

@media (min-width: 992px) {
	.organizations {
		max-width: 100%;
	}

	/* .org>div:first-of-type {
		min-width: 205px;
		margin: 0 70px 0 0;
	} */

	.org > a {
		min-width: 205px;
		margin: 0 70px 0 0;
	}

	/* .org>div:last-of-type {
		text-align: left;
		display: flex;
		flex-direction: column;
	} */

	.org > div {
		text-align: left;
		display: flex;
		flex-direction: column;
	}


}

.subsection-green {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 0 -15px -65px;
	font-family: 'Roboto', sans-serif;
	padding: 60px 0;
}

.pd-subsection-gray {
	padding: 60px 0;
}

.subsection-gray {
	margin-left: -15px;
	margin-right: -15px;
}

.subsection-gray p {
	line-height: 2.3rem;
}

@media (min-width: 992px) {

	.pd-subsection-green {
		height: 350px !important;
	}

	.subsection-green {
		margin-top: -50px;
		height: calc(100% + 78px);
		font-size: 17px;
		padding: 0;
		font-weight: 700;
	}

	.pd-subsection-gray {
		height: calc(100% + 100px);
		margin-top: -50px;
		padding-left: 120px;
		height: 350px;
		padding-top: 0;
		padding-bottom: 0;
	}
}

.pd-progresses .container {
	max-width: 128rem;
	padding-left: 0;
}

/* .dopamine {
	max-width: 128rem;
	margin: 0 auto;
} */

.dopamine {
	background: linear-gradient(-90deg, #FAFAFA 0%, #FAFAFA 100%, #EFEFEF 100%, #EFEFEF 100%);
}

.offsetY-minus-20-percent {
	transform: translateY(-20%);
}

.offsetY-20-percent {
	transform: translateY(20%);
}

@media (min-width: 992px) {
	.offsetX-20-percent {
		margin-left: 20%;
	}

	.offsetY-minus-20-percent,
	.offsetY-20-percent {
		transform: translateY(0);
	}
}


@media (min-width: 992px) {
	.wrapper--460 {
		max-width: 460px;
	}

	.wrapper--480 {
		max-width: 480px;
	}

	.wrapper--959 {
		max-width: 959px;
	}

}

@media (min-width: 1200px) { 
	.wrapper--980 {
		max-width: 980px;
	}
}

.bg-gray-to-light {
	background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 60%, #EFEFEF 60%, #EFEFEF 100%);
}

.container-1280 {
	max-width: 1280px;
	margin: 0 auto;
}

@media (min-width: 992px) {

	.dopamine-activity {
		margin-left: 5rem !important;
	}

	.bg-light-to-green {
		margin-top: -50px;
		background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 60%, #2A9D8F 61%, #2A9D8F 100%);
	}

	.bg-green-to-light {
		margin-top: -50px;
		background: linear-gradient(-90deg, #FAFAFA 0%, #FAFAFA 60%, #2A9D8F 61%, #2A9D8F 100%);
	}

	.bg-light-to-gray-2 {
		background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 65%, #EFEFEF 60%, #EFEFEF 100%);
	}

	.bg-light-to-gray {
		background: linear-gradient(90deg, #FAFAFA 0%, #FAFAFA 60%, #EFEFEF 60%, #EFEFEF 100%);
	}

	.bg-gray-to-light {
		background: linear-gradient(-90deg, #FAFAFA 0%, #FAFAFA 60%, #EFEFEF 60%, #EFEFEF 100%);
	}

	.bg-white-to-green {
		margin-top: -50px;
		background: linear-gradient(90deg, #ffffff 0%, #ffffff 60%, #2A9D8F 61%, #2A9D8F 100%);
	}

	.bg-green-to-white {
		margin-top: -50px;
		background: linear-gradient(-90deg, #fff 0%, #fff 60%, #2A9D8F 61%, #2A9D8F 100%);
	}

}


@media (min-width: 992px) {
	.offsetX-80 {
		padding-left: 80px
	}
}

.smart-quotes {
	font-family: Georgia, 'Times New Roman', Times, serif;
}

strong {
	font-weight: 700;
}

.amp-logo {
	opacity: 0 !important;
}

.vjs-loading-spinner {
	opacity: 0;
}

:focus {
	outline: 0 !important;
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

@media (min-width: 992px) {
	.no-overflow {
		overflow: hidden !important;
	}
}

.menu-container {
	max-width: 1200px;
}


.custom-control.custom-radio {
	padding-left: 2.5rem;
}

.custom-control-label::before {
	width: 2rem;
	height: 2rem;
	top: 0;
	left: -2.5rem;
}

.custom-control-label:hover {
	cursor: pointer;
}

.custom-control-input {
	width: 2rem;
	height: 2rem;
	top: 5px;
}

.custom-control-input:hover {
	cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::after {
	width: 2rem;
	height: 2rem;
	top: 0;
	left: -2.5rem;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='-8 -8 16 16'%3e%3ccircle r='8' fill='%23707070'/%3e%3c/svg%3e") !important;
	background-size: 80%;
}

.custom-control-input:checked~.custom-control-label::after:hover {
	cursor: pointer;
}

.custom-control-label:hover::after {
	cursor: pointer;
}

.custom-control-input:checked~.custom-control-label::before {
	background-color: #FFF;
	border-color: #707070;
}

.custom-control-label:hover::before {
	cursor: pointer;
}

@media (max-width: 992px) {
	.help {
		padding-top: 3rem;
	}	
	.cust-margin-mb{
		margin-top: 22px;
	}
}

.action-video {
	padding-bottom: 8.2rem;
}

.action-video .btn {
	min-width: 200px;
}
.how-it-works{
	padding: 30px 0 34px;
}
.how-it-works h2{
	margin-bottom: 32px !important;
}
.how-it-works .sectionHeading p {
	margin-bottom: 28px;
}

@media (max-width: 991.9px) {
	.action-video .action-video__title {
		padding: 30px 15px 26px;
	}
	.action-video__title .sectionHeading h2{
		margin-bottom: 26px !important;
	}
	.action-video__title .sectionHeading p {
		margin-bottom: 32px;
	}
	.how-it-works{
		padding-top: 0;
	}
}

@media (min-width: 992px) {
	.action-video {
		padding-bottom: 7.4rem;
	}
}

.action-video .action-video__title {
	padding-top: 3rem;
}

.patient-video {
	padding-bottom: 1.5rem;
}

@media (min-width: 992px) {
	.patient-video {
		padding-bottom: 2.7rem;
	}
}

.patient-video .patient-video__title {
	padding-top: 3rem;
}

.text-decoration-underline {
	text-decoration: underline;
}

@media (min-width: 991px) {
	.short-hr {
		margin-left: 10rem;
		margin-right: 10rem;
	}
}

/* .input p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.9rem;
} */

/* .input p:nth-child(2) {
	margin-bottom: 3.8rem;
} */

.input p:last-child {
	font-size: 1.5rem;
}

.studies ul li,
.text-nourianz p,
.saving p,
.input p{
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 2rem;
	line-height: 2.2rem;
}
/* 
.text-nourianz p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.9rem;
}

.saving p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.9rem;
} */

/* .saving p>a {
	text-decoration: underline;
} */

.sup-title {
	top: -0.1em;
}

@media (max-width: 991px) {
	.sup-title {
		top: 0;
	}
}

.stay-informed .stay-informed__title p {
	font-size: 2rem;
}

.content-wrap .stay-informed a {
	text-decoration: underline;
}

.progresses-title p {
	font-size: 2rem;
	margin-bottom: 4rem;
}

@media (min-width: 991px) {
	.progresses-title p {
		margin-bottom: 2.5rem;
	}
}

.time li {
	font-size: 2rem !important;
}

.experience li {
	font-size: 2rem;
}

.studies ul li::before {
	margin-left: -14px;
	margin-bottom: 0 !important;
	padding-right: 4px !important;
}

.daily ul li,
.before-list ul li,
.healthcare p {
	font-size: 2rem;
	font-family: 'Roboto';
}


/* .before-list ul li {
	font-size: 1.9rem;
	font-family: 'Roboto', sans-serif;
}

.healthcare p {
	font-size: 1.9rem;
	font-family: 'Roboto', sans-serif;
} */

.time li::before {
	margin-left: -13px;
}

@media (min-width: 992px) {
	.studies ul li::before {
		margin-left: -11px;
	}
}

@media (min-width: 992px) {
	.trials-list li::before {
		margin-left: -11px;
	}
}

.medicines-text {
	font-size: 1.9rem;
}

.iphone-break {
	display: none;
}

/* only for safari */

@media (min-width: 1280px) {
	@media not all and (min-resolution:.001dpcm) {
		@supports (-webkit-appearance:none) {
			.video-container {
				width: 128.01rem !important;
			}
		}
	}
}

@media (min-width: 991px) {
	@media not all and (min-resolution:.001dpcm) {
		@supports (-webkit-appearance:none) {

			.bg,
			.bg>.container {
				min-height: 531px;
			}
		}
	}
}


@supports (-webkit-touch-callout: none) {

	#help .square-bullets>li:before,
	#understanding .square-bullets>li:before,
	#studies .square-bullets>li:before,
	#taking-nourianz-info .square-bullets>li:before,
	.square-bullets>li:before {
		font-size: 40% !important;
	}

	.accordNourianz li .subLevel {
		padding-left: 11px;
		padding-right: 11px;
	}

	.spacing {
		letter-spacing: -0.04em;
	}

	@media (max-width: 600px) {
		.iphone-break {
			display: block;
		}
	}

}

.hide-hero-video {
	display: none !important;
}

#see-how-nourianz-works p{
	font-size: 20px;

}

@media only screen and (max-width: 768px){
	.bg.inner .container{
		padding-top: 32%;
	}
	.pd-subsection-gray {
		padding: 40px 0;
	}
	.pt-sm-0{
		padding-top: 0;
	}
	.mr-custom{
		margin-bottom: 0;
	}
	.mt-sm-3{
		margin-top: 30px !important;
	}
	.pd-parkinson {
	padding-left: 15px;
	padding-right: 15px;
	max-width: 345px
	}
	.footer .ds-md-block{
		display: block;
	}
	.d-md-none{
		display: none !important;
	}
}


/************** January 29/01/2024 updates ****************/

@media(min-width:768px){

  .desktop-p-width{
	max-width: 78%;
  }
}

@media(max-width:768px) {

	.custom-add{
		max-width:299px
	}
	.remove-cls{
		margin: 0 !important;
		padding: 0 !important;
	}
}


@media(max-width:520px) {

	.custom-mtop{
		margin-top: 100px !important;
	}
}

.cust-margin{
	margin-top: 3px;
}