/*
    Theme Name: NDM Theme
    Theme URI: http://greenboxdesigns.com
    Description: A custom theme built by Greenbox Designs
    Version: 1.0.40
    Author: Greenbox Designs
    License: MIT
    License URI: http://opensource.org/licenses/mit-license.php
*/

/* Typography */

@font-face {
  font-family: "BebasNeueBold";
  src: url("fonts/BebasNeueBold.eot");
  src: url("fonts/BebasNeueBold.eot") format("embedded-opentype"),
    url("fonts/BebasNeueBold.woff2") format("woff2"),
    url("fonts/BebasNeueBold.woff") format("woff"),
    url("fonts/BebasNeueBold.ttf") format("truetype"),
    url("fonts/BebasNeueBold.svg#BebasNeueBold") format("svg");
}

@font-face {
  font-family: "SofiaProMedium";
  src: url("fonts/SofiaProMedium.eot");
  src: url("fonts/SofiaProMedium.eot") format("embedded-opentype"),
    url("fonts/SofiaProMedium.woff2") format("woff2"),
    url("fonts/SofiaProMedium.woff") format("woff"),
    url("fonts/SofiaProMedium.ttf") format("truetype"),
    url("fonts/SofiaProMedium.svg#SofiaPro-Medium") format("svg");
}

@font-face {
  font-family: "SofiaProSemiBold";
  src: url("fonts/SofiaProSemiBold.eot");
  src: url("fonts/SofiaProSemiBold.eot") format("embedded-opentype"),
    url("fonts/SofiaProSemiBold.woff2") format("woff2"),
    url("fonts/SofiaProSemiBold.woff") format("woff"),
    url("fonts/SofiaProSemiBold.ttf") format("truetype"),
    url("fonts/SofiaProSemiBold.svg#SofiaPro-SemiBold") format("svg");
}

@font-face {
  font-family: "SofiaProLight";
  src: url("fonts/SofiaProLight.eot");
  src: url("fonts/SofiaProLight.eot") format("embedded-opentype"),
    url("fonts/SofiaProLight.woff2") format("woff2"),
    url("fonts/SofiaProLight.woff") format("woff"),
    url("fonts/SofiaProLight.ttf") format("truetype"),
    url("fonts/SofiaProLight.svg#SofiaPro-Light") format("svg");
}

@font-face {
  font-family: "SofiaProRegular";
  src: url("fonts/SofiaProRegular.eot");
  src: url("fonts/SofiaProRegular.eot") format("embedded-opentype"),
    url("fonts/SofiaProRegular.woff2") format("woff2"),
    url("fonts/SofiaProRegular.woff") format("woff"),
    url("fonts/SofiaProRegular.ttf") format("truetype"),
    url("fonts/SofiaProRegular.svg#SofiaPro-Regular") format("svg");
}

/* // End typography */

/*  Resets
    ------  */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
hr,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figure,
figcaption,
hgroup,
menu,
footer,
header,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
}

ul {
  list-style: none;
}
article,
aside,
canvas,
figure,
figure img,
figcaption,
hgroup,
footer,
header,
nav,
section,
audio,
video {
  display: block;
}

blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.clear:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
a img {
  border: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}
a,
input,
select,
textarea {
  outline: none;
}
img {
  width: auto;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  border-style: none;
}

/* Selection colours (easy to forget) */
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}
a {
  text-decoration: none;
  display: inline-block;
}

input[type="number"] {
  -moz-appearance: textfield;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input:invalid,
input:required {
  box-shadow: none;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}
input:required {
  box-shadow: none;
}
input::-moz-focus-inner {
  box-shadow: 0 0 0px transparent;
}
input[type="text"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="number"],
input[type="submit"],
input[type="password"],
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
small {
  font-size: 0.7em;
}
/*      Default Layout
-------------------------------------------------------------------------------
*/

/*

Font property css

font: font-style font-variant font-weight font-size/line-height font-family|caption|icon|menu|message-box|small-caption|status-bar|initial|inherit;

*/

body {
  background: rgb(255, 255, 255);
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "SofiaProLight", sans-serif;
  font-size: 18px;
  line-height: 29px;
  color: #1a1a1a;
  font-weight: normal;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Global style */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}
h1 {
  font-size: 58px;
  line-height: 58px;
  font-family: "BebasNeueBold", sans-serif;
  color: #ffffff;
  font-weight: normal;
}
h2 {
  font-size: 50px;
  line-height: 58px;
}
h3 {
  font-size: 37px;
  line-height: 44.4px;
}
h4 {
  font-size: 30px;
  line-height: 48px;
  color: #ffffff;
}
h5 {
  font-size: 23px;
  line-height: 28px;
  color: #412873;
}
h6 {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
h3.font-38 {
  font-size: 38px;
  line-height: 47.5px;
}
.heading-butterfly-bush {
  color: #5c499e;
  border-bottom: 5px solid #5c499e;
  padding-bottom: 15px;
  display: inline-block;
}
.heading-white {
  color: #ffffff;
  border-bottom: 5px solid #ffffff;
  padding-bottom: 15px;
  display: inline-block;
}
.heading-fire-bush {
  color: #e88f35;
  border-bottom: 5px solid #e88f35;
  padding-bottom: 15px;
  display: inline-block;
}

dfn,
address,
em {
  font-style: normal;
}
label,
input[type="submit"] {
  cursor: pointer;
}
button:focus {
  outline: none;
}
.btn {
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  font-family: "SofiaProMedium", sans-serif;
  font-weight: normal;
  border: 2px solid #e88f35;
  background-color: #e88f35;
  border-radius: 32px;
  color: #ffffff;
  text-transform: uppercase;
}
.btn:hover {
  background-color: transparent;
  color: #e88f35;
}
.btn.large {
  min-width: 200px;
  font-size: 13px;
  line-height: 41px;
  padding: 0 15px;
  text-align: center;
}
.btn.medium {
  min-width: 137px;
  font-size: 13px;
  line-height: 41px;
  padding: 0 15px;
  text-align: center;
}
.btn.small,
#cookie-notice .cn-button.btn.small {
  min-width: 134px;
  padding: 0 10px;
  font-size: 12px;
  line-height: 35px;
  text-align: center;
}
#cookie-notice a.btn.small:hover {
  background-color: #995900;
}
.btn.secondary {
  background-color: #5c499e;
  border-color: #5c499e;
}
.btn.white {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
  box-shadow: 0 0 15px 0 rgba(102, 48, 0, 0.2);
  padding: 0 15px;
  line-height: 41px;
}
.btn.white:hover {
  background-color: transparent;
  color: #ffffff;
}
.btn.text-normal {
  text-transform: initial;
}
.lead {
  font-size: 18px;
  line-height: 29px;
  font-family: "SofiaProSemiBold", sans-serif;
  color: #1a1a1a;
  font-weight: normal;
  text-align: justify;
}
.link-text {
  font-size: 18px !important;
  line-height: 29px !important;
  color: #7155ab;
  text-decoration: underline;
  font-family: "SofiaProLight", sans-serif;
  top: 0 !important;
}
.mobi {
  display: none;
}
.desk {
  display: block;
}
.text-primary {
  color: #e88f35;
}
.text-secondary {
  color: #5c499e;
}
.text-white {
  color: #ffffff;
}
.bg-primary,
.hero-content.bg-primary {
  background-color: #e88f35;
}
.bg-secondary {
  background-color: #5c499e;
}

.mt-5 {
  margin-top: 5px !important;
}
.mt-7 {
  margin-top: 7px;
}
.mt-9 {
  margin-top: 9px;
}
.mt-10 {
  margin-top: 10px;
}
.mt-12 {
  margin-top: 12px;
}
.mt-14 {
  margin-top: 14px;
}
.mt-15 {
  margin-top: 15px;
}
.mt-16 {
  margin-top: 16px;
}
.mt-18 {
  margin-top: 18px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-17 {
  margin-top: 17px !important;
}
.mt-30 {
  margin-top: 30px;
}
.mb-5 {
  margin-bottom: 5px;
}
.mb-7 {
  margin-bottom: 7px;
}
.mb-9 {
  margin-bottom: 9px;
}
.mb-10 {
  margin-bottom: 10px;
}
.mb-12 {
  margin-bottom: 12px;
}
.mb-14 {
  margin-bottom: 14px;
}
.mb-15 {
  margin-bottom: 15px;
}
.mb-16 {
  margin-bottom: 16px;
}
.mb-18 {
  margin-bottom: 18px;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-25 {
  margin-bottom: 25px;
}
.mb-30 {
  margin-bottom: 30px;
}

.common-wrap,
.large-container,
.md-container,
.ex-md-container {
  max-width: 1232px;
  margin: 0 auto;
  clear: both;
  padding: 0 20px;
}
.common-wrap .common-wrap,
.common-wrap .large-container,
.common-wrap .md-container,
.common-wrap .ex-md-container {
  padding: 0;
}
.large-container {
  max-width: 1330px;
}
.common-wrap .large-container {
  max-width: 1290px;
}
.md-container {
  max-width: 1180px;
}
.common-wrap .md-container {
  max-width: 1140px;
}
.ex-md-container {
  max-width: 1040px;
}
.common-wrap .ex-md-container {
  max-width: 1000px;
}

.centerY {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}

/* Flex style */
.flex-box {
  display: -webkit-flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
}
.flex-horizontal-align {
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.flex-vertical-align {
  -webkit-box-align: center;
  align-items: center;
}
.flex-bottom-align {
  -webkit-box-align: flex-end;
  align-items: flex-end;
}
.flex-content-align {
  -webkit-align-content: center;
  -moz-align-content: center;
  align-content: center;
}
.order-1 {
  -webkit-order: 1;
  -moz-order: 1;
  -ms-order: 1;
  order: 1;
}
.order-2 {
  -webkit-order: 2;
  -moz-order: 2;
  -ms-order: 2;
  order: 2;
}
.flex {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
.flex-column {
  flex-flow: column;
}
/* End Flex style */

section,
footer,
header {
  float: left;
  width: 100%;
  position: relative;
}
body,
html {
  height: 100%;
  min-height: 100%;
}
.main-wrap {
  min-height: 100%;
  overflow: hidden;
  position: relative;
  overflow-x: hidden;
}

/* ===========================Start Home Style=========================== */
/*========= Start header style ========*/
.main-header-section {
  float: left;
  width: 100%;
  background-color: #ffffff;
  z-index: 99;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  top: 0;
  left: 0;
}
.main-header-section .common-wrap {
  max-width: 1440px;
  padding: 0 20px;
}
.main-nav {
  width: calc(100% - 121px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
.header-wrap {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.main-logo {
  float: left;
  width: 94px;
}
.menu-wrap {
  float: right;
  width: calc(100% - 94px);
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-end;
}
.main-nav ul:not(.sub-menu) {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.main-nav > ul > li {
  float: left;
  margin-right: 2.5%;
  position: relative;
}
.main-nav li a {
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-family: "SofiaProRegular", sans-serif;
  padding: 14px 0;
}

.main-nav li .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  width: 800%;
  max-width: 200px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(102, 48, 0, 0.2);
  border: solid 1px #ffffff;
  background-color: #ffffff;
  display: none;
}
.main-nav li:hover .sub-menu {
  display: block;
}
/*.menu-item-object-custom menu-item-has-children/img/chevron-left-white.png*/
.main-nav li ul {
  float: left;
  width: 100%;
}
.main-nav li ul li {
  width: 100%;
  text-align: left;
}
.main-nav li ul li a {
  width: 100%;
  padding: 5px 0;
}
.main-nav li.menu-item-has-children > a {
  padding-right: 14px;
  position: relative;
}
.main-nav li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: auto;
  right: 0;
  width: 9px;
  height: 5px;
  background-image: url("img/chevron-down.png");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: center center;
}

.header-logo {
  float: left;
  width: 227px;
  margin-left: 20px;
}
.header-opotions-wrap {
  width: 121px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
}
.header-selactor-wrap {
  float: left;
  width: 82px;
}
.header-search-btn {
  width: 20px;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
  margin-right: 19px;
  cursor: pointer;
}
.hamburger {
  display: none;
}
.search-form-wrap {
  float: left;
  width: 0%;
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-form-wrap.show {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.search-form {
  position: relative;
}
.search-form,
.search-form-row {
  width: 100%;
}
/*.search-form-wrap input:not([type='submit']){width: 100%; border-radius: 5px; border: solid 1px rgba(255, 255, 255, 0.25); background-color: rgba(255, 255, 255, 0.2); font-size: 18px; line-height: 27px; padding: 8px 38px 8px 15px; color: #999999;}
*/
.search-form-row.submit input[type="submit"] {
  border: none;
  border-radius: 0;
  padding: 0;
  background-color: transparent;
  width: 21px;
  height: 21px; /*background-image: url('img/search-icon-white.png'); */ /*background-repeat: no-repeat; background-position: center center; background-size: 21px 21px;*/
  box-shadow: none;
}
.search-form-row.submit {
  width: 21px;
  height: 21px;
  padding: 0;
  position: absolute;
  top: 50%;
  left: auto;
  right: 13.3px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.search-form-wrap input::-webkit-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.search-form-wrap input:-ms-input-placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.search-form-wrap input::placeholder {
  color: #ffffff;
  opacity: 0.6;
}
.meganmenu-title {
  display: none;
}
.translate_wrapper.active .more_lang {
  position: absolute;
  background-color: #ffffff;
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
  z-index: 99;
}
.translate_wrapper:hover,
.translate_wrapper.active,
.content a:hover,
.translate_wrapper.active .more_lang {
  box-shadow: none;
}
.translate_wrapper.active .lang {
  border-bottom: none;
}
.translate_wrapper {
  border-radius: 4px;
  background-color: #ffffff;
  position: relative;
  top: 0;
  left: 0;
}
.lang img {
  width: 32px;
  height: 32px;
  margin-left: 0;
  border-radius: 50%;
}
.translate_wrapper.active .more_lang {
  width: 180px;
  right: 0;
  left: auto;
}
.translate_wrapper.active {
  border-color: transparent;
}
.more_lang.active .lang {
  border: solid #e5e5e5;
  border-width: 0 1px 1px;
}
.more_lang.active .lang:last-child {
  border-bottom: none;
}
.more_lang .lang:hover {
  background: #432f6e;
  border-color: #432f6e;
}
.current_lang {
  position: relative;
}
.current_lang .lang {
  padding: 0px 8px 7px 7px;
}
.current_lang .lang span.lang-txt,
.lang span.lang-txt {
  font-size: 15px;
  line-height: 23px;
  font-family: "SofiaProRegular";
  color: #000000;
}
.lang span.lang-txt {
  font-size: 13px;
  line-height: 20px;
}
.lang img,
.lang span.lang-txt {
  margin-left: 2px;
}
.chevron {
  position: absolute;
  top: 48%;
  right: 0px;
  transform: translateY(-50%);
  width: 9px;
  height: 5px;
  background-image: url("img/chevron-down.png");
  background-repeat: no-repeat;
  background-size: 9px 5px;
  background-position: center center;
}
.lang {
  padding: 8px 10px;
}

.search-form-wrap input:not([type="submit"]) {
  width: 100%;
}
.main-nav,
.search-form-row {
  position: relative;
}
.search-form-wrap {
  position: absolute;
  right: -22px;
  z-index: 9999;
  background-color: #ffffff;
}
.search-form-wrap form input {
  border-radius: 10px;
  background: #412873;
  border: 1px solid #5c499e;
  padding: 10px 15px;
  color: #ffffff;
  font-size: 15px;
  line-height: 21px;
  font-family: "SofiaProRegular";
}
.search-form-row {
  position: relative;
}
.close-search {
  position: absolute;
  right: 14.5px;
  top: 14.5px;
}
.close-search:hover {
  cursor: pointer;
}
.search-form {
  max-width: 407px;
  float: right;
  width: 100%;
}
/*========= End header style ========*/

/*========= Start fixed header style ========*/
.header-fixed-top-bar {
  background-color: #f6f6f8;
  position: fixed;
  top: 154px;
  z-index: 6;
}
.header-fixed-top-bar ul li a {
  color: #1a1a1a;
  font-size: 15px;
  line-height: 23px;
  font-family: "SofiaProRegular", sans-serif;
  padding: 14px 24px;
}
.header-fixed-top-bar ul li a.active {
  color: #5a4782;
}
/*========= End fixed header style ========*/

/*========= Start Hero Style =========*/
.main-content-wrap {
  margin-top: 120px;
}
.top-health-padding {
  margin-top: 170px;
}
.hero-wrap {
  float: left;
  width: 100%; /* background-image: linear-gradient(to right, #2b1b4d, #654d99); padding-bottom: 86px;*/
}
/*.hero-wrap:after{content: ''; position: absolute; top: auto; bottom:0; left: 0; width: 100%; height: 86px; background-color: #2b1b4d;}
*/
.hero-inner-wrap {
  float: left;
  width: 100%;
  position: relative;
}
.hero-main {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.hero-content {
  width: 40%;
  padding: 91px 59px 91px 20px;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  z-index: 4;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-end;
  background-color: #412873;
}
.hero-content-inner {
  width: 100%;
}
.hero-content h1 {
  font-family: "acumin-pro-extra-condensed";
  text-transform: uppercase;
  font-weight: 600;
}
.hero-content h1.text-normal {
  text-transform: initial;
}
.hero-content p {
  color: #ffffff;
  margin-top: 20px;
  padding-right: 2px;
  font-family: "SofiaProSemiBold";
}
.hero-btn {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.hero-content h4 {
  margin-top: 12px;
}
.hero-thumb {
  width: 60%; /*margin-left: 3.541666666666663%; */
  position: relative;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
  z-index: 1;
}
.hero-thumb picture img,
.hero-thumb video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* only for gifs */
.hero-thumb {
  background: #412873;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-thumb picture {
  width: auto !important;
}
.hero-thumb picture img {
  width: auto;
  height: 100%;
  object-fit: cover;
  object-position: left center;
  position: relative;
  top: 0;
  left: 0;
}
.hero-thumb-circle {
  position: absolute;
  width: 23.95833333333333%;
  max-width: 345px;
  height: 263px;
  background-color: #db8d17;
  border-radius: 50%;
  left: 36%;
  top: -37%;
}
.hero-small-circle {
  width: 71px;
  height: 71px;
  border-radius: 50%;
  background-color: #7155ab;
  position: absolute;
  top: 66%;
  left: -10px;
  z-index: 1;
}
.hero-bottom-wrap {
  float: left;
  width: 100%;
  padding: 15px 0;
}
.hero-bottom-wrap .common-wrap {
  max-width: 784px;
}
.hero-bottom-inner {
  width: 100%;
  align-items: center;
}
.hero-bottom-left {
  width: 47.086022%;
}
.hero-bottom-left p {
  font-size: 14px;
  line-height: 22px;
  color: #412873;
  text-align: right;
  font-family: "SofiaProRegular", sans-serif;
}
.hero-bottom-right {
  width: 22%;
  margin-left: 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: flex-start;
}

.home-cta-wrap {
  float: left;
  width: 100%;
}
.home-cta-wrap .common-wrap {
  max-width: 1440px;
  padding: 0;
}
.home-cta-inner-wrap {
  width: 100%;
}
.home-cta-item-wrap {
  width: 50%;
  padding: 40px;
}
.home-cta-item-wrap h4 {
  width: 100%;
  text-align: center;
  line-height: 29px;
  margin-bottom: 35px;
}
.home-cta-item-wrap-inner {
  width: 100%;
  justify-content: space-between;
}
.home-cta-item {
  width: 48.4375%;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(102, 48, 0, 0.2);
  border: solid 1px #ffffff;
  background-color: #ffffff;
}
.home-cta-item a {
  width: 100%;
  font-size: 30px;
  line-height: 38px;
  font-family: "BebasNeueBold", sans-serif;
  font-weight: normal;
  color: #e88f35;
  position: relative;
  padding-right: 35px;
  margin-bottom: 10px;
}
.home-cta-item a img {
  position: absolute;
  top: 3px;
  left: auto;
  right: 0;
  width: 30px;
}
.home-cta-item p {
  font-size: 16px;
  line-height: 26px;
  font-family: "SofiaProRegular", sans-serif;
}
.home-cta-item-wrap.text-secondary a {
  color: #5c499e;
}

/*Delete when right block is visible*/
.home-cta-item-wrap {
  width: 100%;
}
.home-cta-item-wrap-inner {
  justify-content: center;
}
/*Delete when right block is visible*/

.what-is-wrap {
  float: left;
  width: 100%;
  background-color: #f6f6f8;
  padding: 80px 0;
}
.what-is-item {
  width: 100%;
}
.what-is-content,
.what-is-thumb {
  width: 46.644295302%;
}
.what-is-content h2 {
  padding-bottom: 12px;
  color: #5c499e;
}
.what-is-content p {
  text-align: left;
  display: inline-block;
  margin-bottom: 20px;
}
.what-is-content p:last-of-type {
  margin-bottom: 0;
}
.what-is-content p sup a {
  font-size: 12px;
  color: #5c499e;
  line-height: 12px;
}
.what-is-thumb {
  margin-left: 6.711409396%;
}
.video-subtext {
  padding: 15px 0;
}
.video-subtext figure {
  padding: 0 15px;
}
.video-subtext img {
  width: 53px;
}
.video-subtext figcaption {
  width: calc(100% - 98px);
}
.video-subtext figcaption p {
  line-height: 1.4;
  color: #5c499e;
  font-family: "SofiaProSemiBold";
}
.video-subtext figcaption p sup a {
  color: #5c499e;
}

.platform-wrap {
  float: left;
  width: 100%;
  padding: 80px 0;
  background-color: #ffffff;
}
.platform-inner-wrap {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  margin-top: 20px;
}
.platform-wrap .thumb-main-content p {
  margin-top: 15px;
}
.platform-btn {
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 28px;
}
.platform-btn .btn.large {
  min-width: 182px;
}
.platform-wrap .form-thumb {
  padding-top: 9px;
}
.platform-content {
  display: inline-block;
  width: calc(100% - 383px);
  padding-left: 10.18%;
}
.platform-note-wrap {
  display: block;
  width: 100%;
  padding: 20px;
  border-radius: 5px;
  border: solid 1px rgba(0, 0, 0, 0.02);
  background-color: #f6f6f8;
  margin-top: 31px;
}
.platform-content h2 {
  margin-bottom: 12px;
  color: #e88f35;
}
.platform-note-wrap ul {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
}
.platform-note-wrap li {
  display: inline-block;
  margin-left: 3%;
}
.platform-note-wrap li:first-child {
  margin-left: 0;
}
.platform-note-wrap li a {
  display: inline-block;
  color: #5c499e;
}
.platform-note-wrap li:nth-child(2) a {
  color: #e88f35;
}
.platform-note-wrap p {
  display: block;
  width: 100%;
  font-family: "SofiaProSemiBold", sans-serif;
  font-weight: normal;
}
.platform-note-wrap a {
  font-family: "SofiaProSemiBold";
  font-weight: normal;
}
.platform-link-wrap {
  display: block;
  width: 100%;
  margin-top: 16px;
}

.team {
  display: flex;
  background-color: #5a4782;
  padding: 70px 0;
  flex-flow: row wrap;
  width: 100%;
}
.team .common-wrap {
  max-width: 1234px;
}
.team-inner {
  display: flex;
  flex-flow: row wrap;
  width: 100%;
  padding-bottom: 10px;
}
.team-content {
  display: flex;
  width: 100%;
  flex-flow: row wrap;
  justify-content: center;
}
.team-content h2 {
  text-align: center;
  color: #ffffff;
}
.team-item-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding-top: 23px;
}
.team-item {
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  width: 23.72881355932203%;
  margin: 0 0.82%;
  padding-top: 17px;
  outline: none;
}
.team-item figure {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.team-item:nth-child(4n + 1) {
  margin-left: 0;
}
.team-item:nth-child(4n + 4) {
  margin-right: 0;
}

/* ===========================Start Reference Style=========================== */
.reference-section {
  float: left;
  width: 100%;
  background-color: #ffffff;
  padding: 78px 0;
}
.reference-inner {
  width: 100%;
  padding-top: 5px;
}
.reference-content {
  float: left;
  width: 61.82885906040268%;
  margin: 0 10.06711409395974% 0 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: flex-end;
}
.reference-content-main {
  float: left;
  width: 100%;
  padding: 20px;
  background-color: #f6f6f8;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.02);
  position: relative;
}
.reference-content-main h5 {
  color: #5c499e;
  font-size: 22px;
  line-height: 26px;
}
.reference-content-main ul {
  counter-reset: section;
  margin-top: 15px;
}
.reference-content-main ul li {
  font-size: 13px;
  line-height: 20px;
  color: #000000;
  position: relative;
  padding-left: 30px;
}
.reference-content-main ul li::before {
  counter-increment: section;
  content: "" counter(section) ".";
  position: absolute;
  left: 0;
  top: 0;
}
.reference-content-main ul li span {
  font-size: 10px;
  line-height: 17px;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  margin-right: 20px;
}
.reference-content-main ul li:first-child {
  margin-top: 0;
}
.reference-thumb {
  float: left;
  width: 28.10402684563758%;
  position: relative;
}
.reference-thumb h3 {
  position: absolute;
  top: 10px;
  left: 17px;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  color: #fff;
  font-size: 29px;
  line-height: normal;
}
.reference-thumb .story-heading h2 {
  right: 12%;
  bottom: 16%;
  font-size: 33.3px;
  line-height: 36.7px;
  max-width: 33%;
}
.mk-logo-wrap {
  position: absolute;
  bottom: 15px;
  left: 4%;
  width: 44.213836478%;
}
.mk-logo-wrap img {
  max-width: 132px;
  width: 100%;
  max-height: 83px;
}
.mk-logo-wrap h4 {
  font-size: 19px;
  line-height: 20px;
  margin-top: 8px;
  font-weight: 700;
}
.mk-logo-wrap .btn {
  min-width: 130.2px;
  padding: 0 20px;
  display: block;
  margin-top: 12.9px;
  font-size: 12px;
  line-height: 40px;
}
.reference-thumb .story-heading h2 {
  position: absolute;
  right: 10%;
  bottom: 13%;
  font-size: 33.3px;
  line-height: 36.7px;
  max-width: 34%;
  border: 0;
  color: #6c559c;
  padding-bottom: 0;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  transform: rotate(-7deg);
  text-align: center;
}
.story-heading h2 strong {
  color: #e3a03a;
}
.reference-content-main ul li.text-secondary {
  color: #5c499e;
}
.reference-content + .text-area-section {
  margin-top: 60px;
}
/* ===========================End Home Style=========================== */

/* =========================== Start Icon Row Style=========================== */
.icon-row-section {
  float: left;
  width: 100%;
  background-color: #f6f6f8;
  padding: 25px;
  margin-bottom: 30px;
  border-radius: 10px;
  border: solid 1px rgba(0, 0, 0, 0.02);
}
.icon-row-inner {
  column-gap: 3%;
  justify-content: space-between;
}
.icon-item img {
  max-height: 100px;
}
/* ===========================Start Reference Style=========================== */
/*
Form section style Beginning
=================================
*/
.form-wrap {
  padding: 80px 0;
}
.form-wrap .common-wrap {
  max-width: 1220px;
}
.form-inner {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.form-thumb {
  float: left;
  width: 383px;
}
.form-thum-inner {
  float: left;
  width: 100%;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.thumb-top {
  float: left;
  width: 100%;
}
.thumb-top-item {
  float: left;
  width: 62%;
  margin-top: 3px;
  position: relative;
  z-index: 5;
}
.thumb-top-item h2 {
  position: absolute;
  color: #fff;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  top: 16px;
  left: 50%;
  max-width: 190px;
  width: 100%;
  color: #fff;
  text-align: center;
  margin: 0 auto;
  transform: translateX(-50%);
  font-size: 29.8px;
  line-height: 40.8px;
}
.thumb-top-item:last-child {
  float: right;
  width: 32%;
  margin: 11px 0px 0 0;
  z-index: 1;
}
.ndm-thumb-top {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.ndm-thumb-top-item {
  display: flex;
  width: 100% !important;
  align-items: center;
}
.ndm-thumb-top-item-1 {
  justify-content: end;
}
.ndm-thumb-top-item-1 img,
.ndm-thumb-top-item-3 img {
  width: 100px;
  height: 100px;
}
.ndm-thumb-top-item-2 {
  justify-content: center;
}
.ndm-thumb-top-item-2 h2 {
  font-size: 1.25em;
  line-height: 1.125em;
  max-width: 70%;
  min-width: 170px;
}
.ndm-thumb-top-item-2 img {
  min-width: 190px;
}
.ndm-thumb-top-item-3 {
  justify-content: start;
}
@media (min-width: 320px) { .ndm-thumb-top-item-2 h2 { font-size: 1.50em; } }
@media (min-width: 370px) { .ndm-thumb-top-item-2 h2 { font-size: 1.95em; } }
@media (min-width: 480px) {
  .ndm-thumb-top-item-2 h2 {
    max-width: 258px;
  }
  .ndm-thumb-top-item-3 figure {
    margin-top: -30px;
  }
}

.thumb-main {
  float: left;
  width: 100%;
  margin-top: -62px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-image: linear-gradient(to bottom, #5c499e, #412873);
  border-radius: 50%;
  z-index: 3;
  position: relative;
}
.thumb-main-content {
  float: left;
  width: 100%;
  padding: 0 31px;
  text-align: center;
}
.thumb-main-content h3 {
  font-family: "BebasNeueBold";
  font-weight: normal;
  font-size: 30px;
  line-height: 34px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 38px;
}
.thumb-main-content span,
.thumb-main-content strong {
  color: #e88f35;
}
.thumb-main-content p {
  margin-top: 20px;
  font-family: "SofiaProRegular", sans-serif;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #ffffff;
}
.thumb-bottom-wrap {
  float: left;
  width: 100%;
}
.thumb-bottom {
  float: left;
  width: 23.95833333333333%;
  position: relative;
  margin: -92px 0 0 0px;
  z-index: 3;
}
.main-form-wrap {
  width: calc(100% - 480px);
  padding-left: 10.16949152542373%;
}
.main-form {
  float: left;
  width: 100%;
  padding: 30px 30px 34px;
  background-color: #f6f6f8;
  box-shadow: 6px 6px 0 0 rgba(0, 0, 0, 0.12);
}
.input-row {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.input-row:first-child {
  margin-top: 0;
}
.input-row label {
  float: left;
  width: 100%;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 24px;
  text-transform: capitalize;
}
.input-row input[type="text"],
.input-row input[type="email"] {
  width: 100%;
  height: 48px;
  margin-top: 6px;
  padding: 0 16px;
  border-radius: 3px;
  border: 1px solid #e5e5e5;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 48px;
}
.input-row input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.input-row textarea {
  float: left;
  width: 100%;
  height: 175px;
  margin-top: 5px;
  padding: 11px 0 0 16px;
  border: 1px solid #e5e5e5;
  resize: none;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}
.input-row textarea::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.file-input > input[type="text"] {
  position: relative;
  float: left;
  width: calc(100% - 95px);
  border-radius: 3px 0 0 3px;
}
.file-input input.upload {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  opacity: 0;
}
.file-input dfn {
  width: 100%;
  display: inline-block;
  font-family: "Poppins", sans-serif;
  font-size: 10px;
  line-height: 16px;
  color: #808080;
  margin-top: 9px;
  text-transform: uppercase;
}
.btn-browser {
  position: relative;
  float: left;
  width: 95px;
  height: 48px;
  margin-top: 6px;
  line-height: 48px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 15px;
  text-align: center;
  background-color: #5c499e;
  color: #ffffff;
  cursor: pointer;
  border-radius: 0 3px 3px 0;
}
.consent-wrap {
  float: left;
  width: 100%;
}
.consent-wrap h5 {
  margin-top: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  color: #000000;
}
.consent-wrap ul {
  float: left;
  width: 100%;
  margin-top: 10px;
  padding-left: 14px;
  letter-spacing: -0.05px;
}
.consent-wrap ul li {
  position: relative;
  margin-top: 5px;
  padding-left: 20px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 19px;
  color: #333333;
}
.consent-wrap ul li:before {
  content: "";
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #000000;
  top: 8px;
  left: 0;
}
.check-box-wrap {
  float: left;
  width: 100%;
}
.main-check-box {
  float: left;
  width: 100%;
  margin-top: 21px;
}
.main-check-box input[type="checkbox"] {
  float: left;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border: 1px solid #cccccc;
  appearance: none;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
}
.main-check-box label {
  float: left;
  width: calc(100% - 24px);
  padding-left: 10px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.main-check-box input[type="checkbox"]:checked {
  background-color: #ffffff;
  transition: 0.3s;
}
.main-check-box input[type="checkbox"]:before {
  content: "";
  position: absolute;
  top: 38%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 16px;
  height: 8px;
  border: 3px solid #000000;
  border-top: none;
  border-right: none;
  opacity: 0;
}
.main-check-box input:checked[type="checkbox"]:before {
  opacity: 1;
}
.main-check-box a {
  text-decoration: underline;
  color: #5c499e;
}
.submit {
  float: left;
  width: 100%;
}
.submit input[type="submit"] {
  width: 180px;
  height: 50px;
  border-radius: 3px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 50px;
  background: #e88f35;
  color: #ffffff;
  border: none;
  box-shadow: 3px 3px 0 0 #995900;
}
.form-wrap .thumb-main-content h3 {
  margin-top: 0;
}
/*
Form section style End
===========================
*/

/* ===============slider-modal=============== */
.slider-modal-wrap {
  position: fixed;
  top: 0;
  left: 0;
  width: calc(100% + 17px);
  height: 100vh;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 50px 0;
  overflow-y: scroll;
  display: none;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
}
.slider-modal-inner-wrap {
  width: 100%;
  min-height: 665px;
  max-width: 1180px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 50px 60px 50px 43px;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.25);
  background-color: #ffffff;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  position: relative;
  align-items: center;
}
.modal-content-wrap {
  float: left;
  width: calc(100% - 383px);
  display: inline-block;
  padding-right: 5.292479108635101%;
  text-align: center;
}
.modal-content-wrap h2 {
  color: #e88f35;
  padding-bottom: 10px;
  display: inline-block;
  text-transform: uppercase;
}
.modal-content-wrap blockquote {
  display: inline-block;
  width: 100%;
  font-size: 46px;
  line-height: 55px;
  letter-spacing: 0;
  color: #5c499e;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  padding: 0 45px 30px;
}
.modal-content-wrap span {
  color: #e88f35;
}
.modal-content-item {
  display: 100%;
  outline: none;
}
.modal-close {
  width: 36px;
  height: 36px;
  position: absolute;
  top: -23px;
  right: -15px;
  z-index: 9;
  cursor: pointer;
}
.share-btn-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
}

.slider-modal-inner-wrap .form-thumb {
  float: left;
  width: 383px;
  padding-right: 0;
}
.slider-modal-wrap .slick-dots li button {
  display: none;
}
.slider-modal-wrap .slick-dots li {
  width: 8px;
  height: 8px;
  background-color: #cccccc;
  border-radius: 50%;
}
.slider-modal-wrap .slick-dots li.slick-active {
  background-color: #e88f35;
}
.slider-modal-wrap .slick-dotted.slick-slider {
  margin-bottom: 45px;
}
.slider-modal-wrap .slick-dots {
  bottom: -47px;
  width: calc(100% - 5.292479108635101%);
}
.slider-modal-wrap .slick-prev,
.slider-modal-wrap .slick-next {
  width: 15px;
  height: 30px;
  z-index: 999;
}
.slider-modal-wrap .slick-prev:before,
.slider-modal-wrap .slick-next:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("img/chevron-left.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.slider-modal-wrap .slick-next:before {
  background-image: url("img/chevron-right.png");
}
.slider-modal-wrap .slick-next {
  right: 9%;
}
.slider-modal-wrap .slick-prev {
  left: 0;
}
/*.modal-show .slider-modal-wrap{display: flex!important;}*/
/* ===============slider-modal=============== */

/* ===============================Footer Style============================= */
.footer-section {
  float: left;
  width: 100%;
}
.footer-section .common-wrap {
  max-width: 1250px;
}
img.footer-rrss {
  height: 35px;
  width: auto;
}
.footer-top {
  float: left;
  width: 100%;
  border-top: 1px solid #e7e7e8;
  padding: 50px 0;
}
.footer-widgets-wrap {
  width: 100%;
  margin-top: 7px;
}
.footer-widgets-item {
  width: 15.25%;
}
.footer-widgets-item h5 {
  font-weight: 600;
  text-transform: uppercase;
}
.footer-widgets-item ul {
  float: left;
  width: 100%;
  margin-top: 22px;
}
.footer-widgets-item ul li {
  float: left;
  width: 100%;
  margin-bottom: 10px;
}
.footer-widgets-item ul li a {
  float: left;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
  font-family: "SofiaProLight", sans-serif;
}
.footer-widgets-item a.social-link {
  margin-top: 11px;
}
.footer-bottom-wrap {
  float: left;
  width: 100%;
  border-top: 1px solid #e7e7e8;
}
.footer-bottom-wrap .footer-bottom-content-right img.rrss {
  width: 30px;
  height: auto;
}
.footer-bottom-main {
  max-width: 1232px;
  margin: 0 auto;
  padding: 0 20px;
}
.footer-bottom-inner {
  width: 100%;
}
.footer-bottom-content-left {
  width: 56.8%;
  padding: 15px 0;
}
.footer-bottom-content-left p {
  float: left;
  margin-right: 30px;
  font-size: 10px;
  line-height: 18px;
  color: #999999;
  font-family: "SofiaProRegular", sans-serif;
  text-transform: uppercase;
}
.footer-bottom-content-right {
  width: 43.2%;
  padding: 7px 0;
}
.footer-bottom-content-right ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
.footer-bottom-content-right ul li {
  margin-right: 6.8%;
}
.footer-bottom-content-right ul li a {
  font-size: 10px;
  line-height: 18px;
  color: #999999;
  font-family: "SofiaProRegular", sans-serif;
  text-transform: uppercase;
}
.footer-bottom-content-right ul li:last-child {
  margin-right: 0px;
}
.footer-bottom-content-left p:first-child {
  width: 100%;
}
.footer-disclaimer {
  float: left;
  width: 100%;
  border-top: 1px solid #e7e7e8;
}
.footer-disclaimer p {
  font-size: 10.5px;
  line-height: 1.45;
}
.footer-disclaimer .footer-bottom-inner {
  justify-content: space-between;
  align-items: center;
}
.footer-disclaimer .footer-bottom-inner img {
  height: 50px;
  width: auto;
  max-width: unset;
}
.footer-disclaimer .footer-bottom-content-left {
  width: 29.001677852%;
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 1.5rem;
}
.footer-disclaimer .footer-bottom-content-right {
  width: 60.931208053%;
  padding: 20px 0;
}
/* ===============================Footer Style============================= */

/* ===============================cookies-style============================= */
.cookies-section {
  float: left;
  width: 100%;
  padding: 10px 0;
  background-color: #f6f6f8;
}
.cookies-section .common-wrap {
  max-width: 1232px;
}
.cookies-inner {
  width: 100%;
}
.cookies-inner-content-left {
  width: 58.97651006711409%;
}
.cookies-inner-content-left p {
  font-size: 12px;
  line-height: 17px;
  color: #000000;
  font-family: "SofiaProLight", sans-serif;
}
.cookies-inner-btn-right {
  width: 41.02348993288591%;
  padding-left: 15px;
}
.cookies-inner-btn-right .btn.small {
  padding: 0 15px;
  font-size: 11px;
  line-height: 26px;
  margin-left: 1.1%;
}
.cookies-inner-btn-right .btn.small:first-child {
  margin-left: 0;
}
.cookies-inner-btn-right .View {
  font-size: 13px;
  line-height: 20.8px;
  color: #5c499e;
  font-family: "SofiaProRegular", sans-serif;
  margin-left: 1%;
  text-decoration: underline;
}
/* ===============================cookies-style============================= */
/* === Biginning Support Group Finder Page === */

/* === Find style Beginning === */
.find-wrap {
  float: left;
  width: 100%;
  padding: 66px 0 80px;
}
.find-inner {
  float: left;
  width: 100%;
}
.find-title {
  float: left;
  width: 100%;
}
.find-title h2 {
  font-size: 50px;
  line-height: normal;
  color: #e88f35;
  margin-bottom: 37px;
}
.find-title p {
  float: left;
  width: 100%;
  max-width: 687px;
  font-family: "SofiaProSemiBold", sans-serif;
  font-weight: normal;
}
.find-map {
  float: left;
  width: 100%;
  margin-top: 10px;
  position: relative;
}
.find-map-thumb {
  float: left;
  width: 100%;
  position: relative;
}
.find-map-thumb picture {
  width: 100%;
  height: 100%;
}
.find-map-thumb img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.location-tooltip-wrap {
  float: left;
  width: 100%;
  height: 100%;
  position: absolute;
}
.location-form {
  float: left;
  width: 28.86%;
  padding: 26px 0 0 2.013422818791946%;
}
.location-form .input-row input {
  float: left;
  width: 100%;
  height: 46px;
  font-size: 16px;
  line-height: 46px;
  padding: 0 15px;
  color: #999999;
  font-family: "SofiaProLight", sans-serif;
  border: none;
  box-shadow: 0 0 15px 0 rgba(29, 18, 51, 0.2);
  border-radius: 5px;
}
.location-form ::placeholder {
  color: #999999;
}
.location-tooltip {
  position: absolute;
  width: 25.169%;
  left: 17.6%;
  bottom: 64.2%;
}
.location-tooltip:nth-child(2) {
  left: 37.3%;
  bottom: 41.4%;
}
.location-tooltip:nth-child(3) {
  left: 5.7%;
  bottom: 37.9%;
}
.location-tooltip:nth-child(4) {
  left: 57.2%;
  bottom: 54.5%;
}
.location-tooltip figure {
  float: left;
  width: 100%;
  text-align: center;
}
.location-tooltip img {
  width: 34px;
  margin-top: 3px;
  display: inline-block;
  cursor: pointer;
}
.location-tooltip-content {
  display: none;
  float: left;
  width: 100%;
  padding: 15px;
  background: #ffffff;
  border-radius: 10px;
  box-shadow: 0 0 15px 0 rgba(29, 18, 51, 0.2);
  z-index: 11;
  position: relative;
}
.location-tooltip-content:after {
  content: "";
  position: absolute;
  top: auto;
  left: 50%;
  transform: translateX(-50%);
  bottom: -8px;
  border: solid #ffffff;
  border-width: 9px 10px 0 10px;
  border-color: #ffffff transparent transparent transparent;
}
.location-tooltip:nth-child(2) .location-tooltip-content {
  display: block;
}
.location-tooltip-content h5 {
  font-size: 22px;
  line-height: normal;
  color: #e88f35;
  margin-bottom: 10px;
}
.location-tooltip-content ul li {
  margin-top: 2px;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.location-tooltip-content ul li span,
.location-tooltip-content ul li dfn {
  font-family: "SofiaProRegular", sans-serif;
  font-size: 13px;
  line-height: 17px;
  color: #000000;
}
.location-tooltip-content ul li dfn {
  font-family: "SofiaProLight", sans-serif;
}
/* === Find style End === */

/* === End Support Group Finder Page ===*/

/* === Beginning subtypes style === */
.sutypes-wrap {
  float: left;
  width: 100%;
}
.sutypes-wrap .common-wrap {
  max-width: 1012px;
}
.sutypes-inner,
.modal-inner {
  float: left;
  width: 100%;
  margin: 18px 0;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
}
.sutypes-item-wrap {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}
.sutypes-item-header {
  float: left;
  width: 100%;
}
.sutypes-item-header ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.sutypes-item-header ul li {
  text-align: left;
  border: 1px solid #e7e7e8;
  font-size: 23px;
  font-family: "BebasNeueBold", sans-serif;
  color: #5c499e;
  padding: 6px 10px;
  font-weight: normal;
}
.sutypes-item-header .type {
  background-color: #f6f6f8;
  width: 31.838565022421525%;
}
.sutypes-item-header .symptoms {
  background-color: #f6f6f8;
  width: 42.600896860986547%;
}
.sutypes-item-header .ion-channel {
  background-color: #f6f6f8;
  width: 13.340807174887892%;
}
.sutypes-item-header .inherited {
  background-color: #f6f6f8;
  width: 12.219730941704036%;
}
.sutypes-item-header ul li sup {
  color: #5c499e;
  font-size: 12px;
}
.sutypes-item {
  float: left;
  width: 100%;
}
.sutypes-item ul {
  display: flex;
}
.sutypes-item ul li {
  text-align: left;
  border: 1px solid #e7e7e8;
  font-family: "SofiaProLight", sans-serif;
  font-size: 14px;
  color: #000000;
  padding: 9px 10px;
  line-height: 18px;
}
.sutypes-item ul li h4 {
  font-weight: 600;
  color: #000000;
  font-size: 14px;
  font-family: "SofiaProSemiBold";
  line-height: 16px;
  margin-bottom: 6px;
}
.sutypes-item .type-list {
  width: 31.838565022421525%;
}
.sutypes-item .symptoms-list {
  width: 42.600896860986547%;
}
.sutypes-item .ion-channel-list {
  width: 13.340807174887892%;
}
.sutypes-item .inherited-list {
  width: 12.219730941704036%;
}

.sutypes-inner-mobi {
  padding: 20px;
}
.sutypes-item-wrap-mobi {
  float: left;
  width: 100%;
}
.sutypes-item-wrap-mobi ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border: 1px solid #e7e7e8;
  border-bottom: none;
  margin-bottom: 20px;
  overflow-x: scroll;
}
.sutypes-item-wrap-mobi ul li {
  width: 521%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row;
  flex-flow: row;
  border-bottom: 1px solid #e7e7e8;
}
.sutypes-item-content {
  padding: 10px;
  width: 68.60068259385666%;
  border-right: 1px solid #e7e7e8;
}
.sutypes-item-wrap-mobi .sutypes-item-content {
  width: 167px;
  display: inline-block;
}
.sutypes-item-wrap-mobi .sutypes-item-content.sutypes-item-content-small {
  width: 205px;
  display: inline-block;
}
.sutypes-item-content h4 {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  font-family: "SofiaProSemiBold";
  margin-bottom: 6px;
}
.sutypes-item-content p {
  font-size: 14px;
  color: #000000;
  line-height: 18px;
  font-family: "SofiaProLight";
}
.sutypes-item-content-small {
  width: 31.39931740614334%;
  background-color: #f6f6f8;
  border-right: 1px solid #e7e7e8;
}
.sutypes-item-content-small h4 {
  font-size: 12px;
  color: #5c499e;
  line-height: 18px;
}

.sutypes-wrap.mobi .sutypes-item-wrap-mobi .sutypes-item-content {
  width: 253px;
}
.sutypes-wrap.mobi
  .sutypes-item-wrap-mobi
  .sutypes-item-content.sutypes-item-content-small {
  width: 92px;
}
.sutypes-item-wrap-mobi .sutypes-item-content.sutypes-item-content-small h4 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
  font-size: 18px;
  line-height: normal;
}
/* === end subtypes style === */

/* === Beginning foodstoavoid style === */
.foodstoavoid-wrap,
.sutypes-wrap,
.modal-pop-up {
  float: left;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgb(255 255 255 / 80%);
  z-index: 9999;
  height: 100vh;
  display: none;
}
.foodstoavoid-wrap .common-wrap,
.sutypes-wrap .common-wrap,
.modal-pop-up .common-wrap {
  max-width: 1032px;
  overflow-y: scroll;
  height: 100%;
  padding: 20px 30px;
}
.foodstoavoid-inner {
  float: left;
  width: 100%;
  margin: 18px 0;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  position: relative;
}
.close-btn,
.close-btn-b,
.modal-close {
  width: 36px;
  top: -18px;
  height: 36px;
  position: absolute;
  right: -18px;
}
.foodstoavoid-title {
  width: 100%;
  float: left;
  margin: 0 0 20px;
  font-size: 34px;
  line-height: 43px;
  text-align: left;
  color: #5c499e;
}
.foodstoavoid-item-header .fruit {
  width: 25%;
}
.foodstoavoid-item-header .vegetables {
  width: 25%;
}
.foodstoavoid-item-header .beans {
  width: 25%;
}
.foodstoavoid-item-header .other {
  width: 25%;
}
.foodstoavoid-item ul li {
  padding: 6px 9px;
}
.foodstoavoid-item .type-list {
  width: 25%;
}
.foodstoavoid-item .symptoms-list {
  width: 25%;
}
.foodstoavoid-item .ion-channel-list {
  width: 25%;
}
.foodstoavoid-item .inherited-list {
  width: 25%;
}
.footnote {
  float: left;
  width: 100%;
  margin: 0 0 20px 0;
  font-family: "SofiaProLight";
  font-size: 14px;
  font-weight: 300;
  text-align: left;
  line-height: 18px;
  color: #000000;
}
.modalOpen {
  overflow-y: hidden;
}
/* === end foodstoavoid style === */

.modal-pop-up .common-wrap {
  max-width: 500px;
}
.modal-inner {
  padding: 40px 50px;
}
.modal-content p {
  font-size: 14px;
  line-height: 18px;
  margin-bottom: 18px;
  text-align: center;
}
.modal-pop-up .btn-wrap .btn {
  margin-top: 20px;
}

/* ===Start Learn-About Style=== */

/* ===ndm-content-wrap=== */
.ndm-content-wrap {
  float: left;
  width: 100%;
  padding: 65px 0 78px;
}
.ndm-content-wrap .common-wrap {
  max-width: 1232px;
}
.ndm-content-innar {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.ndm-content-left {
  width: calc(100% - 384px);
  padding-right: 10.1510067114094%;
}
.ndm-content-left h2 {
  font-family: "acumin-pro-extra-condensed", sans-serif;
}
.ndm-content-item-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ndm-content-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
}
.ndm-content-item h3 {
  font-size: 38px;
  line-height: 48px;
  margin-bottom: 10px;
  color: #5c499e;
  font-weight: normal;
  display: inline-block;
  width: 100%;
  font-family: "acumin-pro-extra-condensed", sans-serif;
}
.ndm-content-item h4 {
  color: #5c499e;
  font-size: 34px;
  line-height: 44px;
  margin-bottom: 10px;
}
.ndm-content-item h3 + h4 {
  margin-top: 20px;
}
.ndm-content-item h3 a {
  color: inherit;
}
.ndm-content-item p {
  margin-bottom: 20px;
  text-align: justify;
  color: #1a1a1a;
}
.ndm-content-item p:last-child {
  margin-bottom: 0;
}
.ndm-content-item p strong {
  font-size: 18px;
  line-height: 29px;
  font-family: "SofiaProSemiBold", sans-serif;
  margin-bottom: 30px;
}
.ndm-content-item p a,
.ndm-accordion-item p a,
.ndm-accordion-item ul li a {
  font-size: 18px;
  line-height: 29px;
  color: #7155ab;
  text-decoration: underline;
  font-family: "SofiaProLight", sans-serif;
}
.ndm-content-item p sup a,
.ndm-accordion-item p sup a,
.ndm-accordion-item sup a,
.ndm-accordion-item li sup a,
.ndm-content-item ul li sup a,
.ndm-content-right-item .sidebar-img-txt p sup a {
  font-size: 12px;
  color: #5c499e;
  line-height: 12px;
  text-decoration: none;
  font-weight: normal;
}
.ndm-content-item-thumb {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}
.ndm-content-item-thumb figure img {
  width: 100%;
}
.ndm-content-item-wrap .reference-content {
  width: 100%;
  margin: 28px 0 0;
}
.ndm-content-item-wrap .reference-content h5 {
  font-size: 22px;
  line-height: 22px;
}
.ndm-content-item-wrap .reference-content-main ul li {
  font-size: 13px;
  line-height: 20px;
  font-family: "SofiaProLight", sans-serif;
  padding-left: 14px;
}
.ndm-content-item-wrap .reference-content-main ul {
  margin-top: 11px;
  padding-left: 5px;
}
.ndm-content-right {
  width: 384px;
}
.ndm-content-right-item-wrap {
  float: left;
  width: 100%;
  margin-top: 89px;
}
.ndm-content-right-item {
  float: left;
  width: 100%;
  padding: 30px;
  border-radius: 10px;
  margin-bottom: 40px;
}
.ndm-content-right-item:last-child {
  margin-bottom: 0;
}
.ndm-content-right-item.big-circle-shape {
  padding: 0;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
.ndm-content-right-item > a,
.bullet span,
.ndm-content-right-item h4 {
  font-size: 34px;
  color: #ffffff;
  line-height: 34px;
  display: block;
  position: relative;
  text-transform: uppercase;
  margin-bottom: 14px;
  padding-right: 32px;
  font-family: "BebasNeueBold", sans-serif;
  font-weight: normal;
}
.ndm-content-right-item > a::after,
.bullet span:after {
  position: absolute;
  content: "";
  top: -4px;
  right: 0;
  width: 32px;
  height: 32px;
  background-image: url(svg/icona.svg);
  background-repeat: inherit;
  background-position: center;
  background-size: cover;
}
.symptom > a::after {
  background-image: url(svg/iconb.svg);
}
.quastion > a::after,
.bullet span:after {
  background-image: url(svg/iconc.svg);
}
.ndm-content-right-item p {
  font-size: 16px;
  line-height: 26px;
  color: #ffffff;
  font-family: "SofiaProRegular";
}
.ndm-content-right-item-btn {
  float: left;
  width: 100%;
  margin-top: 20px;
}
.ndm-content-right-item-btn a {
  font-size: 13px;
  font-family: "SofiaProMedium", sans-serif;
}
.ndm-content-right-item-icon {
  float: left;
  width: 100%;
  margin: 10px 0 18px;
}
.learn-about .ndm-content-innar {
  padding: 2px 0 14px;
}
.ndm-content-item p + h3,
.text-image-section + .text-area-section {
  margin-top: 30px;
}
.text-area-section {
  float: left;
  width: 100%;
}
.text-area-section ul li {
  position: relative;
  padding-left: 24px;
  position: relative;
}
.text-area-section ul li:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: "•";
}

.quastion sup a {
  color: #fff;
  font-size: 12px;
}
.quastion p {
  margin-bottom: 26px;
}
.quastion p:last-child {
  margin-bottom: 0;
}
.quastion p a {
  color: inherit;
  text-decoration: underline;
}
.ndm-table-content-item p sup a {
  top: -4px;
}

.text-image-section {
  width: 100%;
  float: left;
}
.text-image-section picture img {
  width: 100%;
}
.ndm-content-right-item .sidebar-img-txt {
  margin-top: 30px;
}
.ndm-content-right-item .sidebar-img-txt p {
  color: #1a1a1a;
}
.sidebarimg-preview img {
  border-radius: 5px;
}
.global-image {
  padding: 0;
  margin-top: -89px;
  margin-bottom: 0;
}
.global-image img {
  width: 64%;
}
.global-image + .sidebar-img {
  padding-top: 0;
}

.ndm-content-right-item-icon img {
  max-height: 65px;
}
.ndm-content-right-item-icon.imgblock img {
  max-height: 95px;
}
.ndm-content-right-item h4 {
  margin-top: 5px;
}

.page-title {
  margin-bottom: 30px;
}
.ndm-hcp-content-innar .ndm-content-item-wrap,
.ndm-hcp-content-innar .ndm-content-right-item-wrap {
  margin-top: 0;
}
.ndm-row-wrap {
  float: left;
  width: 100%;
  position: relative;
}

.medL-image .ndm-content-left {
  padding-right: 0;
}
/* ===ndm-content-wrap=== */

/* ===End Learn-About Style=== */

/* ===Start symptoms-of-nmd === */
.ndm-content-item-title {
  float: left;
  width: 100%;
  border-radius: 10px;
  background-color: #f6f6f8;
  padding: 25px;
  margin-bottom: 30px;
}
.ndm-content-item-title h2 {
  font-size: 42px;
  line-height: 50px;
  color: #5c499e;
  font-family: "Amatic SC", cursive;
  font-weight: 700;
  margin-bottom: 10px;
}
.ndm-content-item-title em {
  display: block;
  text-align: right;
  color: #e88f35;
  font-size: 16px;
  line-height: 26px;
  font-family: "SofiaProLight", sans-serif;
}
.ndm-content-right-item-thumb {
  float: left;
  width: 100%;
  margin-bottom: 40px;
}
.ndm-content-right-item-thumb figure img {
  width: 100%;
}
.symptoms-of-nmd .ndm-content-item-thumb {
  margin: 0 0 31px;
}
/* ===End symptoms-of-nmd === */

/* Start causes Style */
.causes .ndm-content-item .lead {
  margin-bottom: 20px;
}
.causes .ndm-content-item-title {
  margin-top: 10px;
  margin-bottom: 20px;
}
/* End causes Style */

/* Start Care Team Style */
.ndm-content-table-wrap {
  float: left;
  width: 100%;
  border: 1px solid #e7e7e8;
  border-bottom: none;
  margin-bottom: 20px;
  margin-top: 0;
}
.ndm-content-table-heading-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  background-color: #f6f6f8;
  border-bottom: 1px solid #e7e7e8;
}
.ndm-content-table-heading {
  width: 34.93449781659389%;
  padding: 10px 10px 5px;
}
.ndm-content-table-heading-big {
  width: 65.06550218340611%;
  border-left: 1px solid #e7e7e8;
}
.ndm-content-table-heading h5 {
  color: #5c499e;
}
.ndm-content-table-wrap ul {
  float: left;
  width: 100%;
}
.ndm-content-table-wrap ul li {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  border-bottom: 1px solid #e7e7e8;
}
.ndm-table-content-item {
  width: 34.93449781659389%;
  padding: 9px 10px 10px;
}
.ndm-table-content-item-big {
  width: 65.06550218340611%;
  border-left: 1px solid #e7e7e8;
}
.ndm-table-content-item p {
  font-size: 14px;
  line-height: 18px;
  color: #000000;
  text-align: left;
  margin: 0;
}

.ndm-content-right-item-content {
  float: left;
  width: 100%;
  padding: 10px 2px 0;
}
/* End Care Team Style */

/* ===Start diagnostic-tests Style=== */
.diagnostic .ndm-content-item-thumb {
  margin-top: 0px;
  margin-bottom: 30px;
}
/* ===End diagnostic-tests Style=== */

/*Worried style*/
.ndm-content-wrap {
  padding: 65px 0 65px;
}
.worried .ndm-content-item-thumb {
  margin-top: 0;
  margin-bottom: 0;
}
/*Worried style*/

/* Start Inheritance */
.inheritance .ndm-content-item .lead {
  margin-bottom: 20px;
}
/* End Inheritance */

.visit-doctor .ndm-content-wrap {
  padding: 65px 0 15px;
}
.advocacy .ndm-content-innar {
  padding-bottom: 12px;
}
.big-circle-shap {
  padding-bottom: 0 !important;
}
.ndm-content-innar {
  padding: 2px 0 15px;
}
.care-team .reference-content li br {
  display: none;
}

.breadcrumb-wrap {
  float: left;
  width: 100%;
}
.breadcrumb-inner {
  float: left;
  width: 100%;
}
.breadcrumb-inner a {
  font-size: 11px;
  line-height: 17.6px;
  color: #999999;
  text-transform: uppercase;
  padding: 0 3px;
  position: relative;
}
.breadcrumb-inner a:after {
  content: "";
  position: absolute;
  top: 5px;
  right: -3px;
  width: 1px;
  height: 50%;
  background-color: #999999;
  transform: rotate(15deg);
}
.breadcrumb-inner span {
  font-size: 11px;
  line-height: 17.6px;
  color: #e88f35;
  text-transform: uppercase;
  padding: 0 3px;
  position: relative;
}

.factsheet-item-wrap {
  float: left;
  width: 100%;
}
.factsheet-item {
  float: left;
  width: 100%;
  margin-bottom: 35px;
}
.factsheet-item ul {
  float: left;
  width: 100%;
}
.factsheet-item ul li {
  float: left;
  width: 100%;
  padding-bottom: 15px;
}
.factsheet-item ul li a {
  font-size: 18px;
  line-height: 28.8px;
  color: #7155ab;
  text-align: justify;
  text-decoration: underline;
}
.factsheet-item ul li a figure img {
  width: 80px;
}
.file-details {
  position: relative;
  margin-left: 15px;
  width: calc(100% - 105px);
}
.factsheet-item ul li a .file-details img {
  width: 20px;
  display: block;
}

.factsheet-download .ndm-content-wrap {
  padding: 57px 0 65px;
}
.factsheet-download .ndm-content-innar {
  padding: 10px 0 15px;
}
.factsheet-download .ndm-content-item-wrap {
  margin-top: 35px;
}
.factsheet-download .ndm-content-item {
  margin-bottom: 3px;
}

.error .ndm-content-item {
  margin-bottom: 0;
}
.search-wrap {
  float: left;
  width: 100%;
  padding-bottom: 30px;
}
.search-input {
  float: left;
  width: 100%;
  position: relative;
}
.search-input input {
  float: left;
  width: 100%;
  border: 1px solid #e7e7e8;
  background-color: #f6f6f8;
  padding: 8px 15px;
  border-radius: 5px;
  height: 44px;
  font-size: 18px;
  color: #999999;
  font-family: "SofiaProRegular";
}
.search-input input[type="submit"] {
  position: absolute;
  width: 18px;
  height: 18px;
  background-image: url(svg/search.svg);
  background-size: 18px 18px;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  border: 0;
  right: 15px;
  top: 14px;
}
.back-btn {
  float: left;
  width: 100%;
}
.back-btn a.btn.large {
  min-width: 175px;
}

.search-item-wrap {
  float: left;
  width: 100%;
  margin-top: 48px;
}
.search-item {
  float: left;
  width: 100%;
  padding-bottom: 40px;
}
.search-item h3 {
  color: #5c499e;
}
.search-item em {
  display: block;
  font-size: 11px;
  line-height: 19.8px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "SofiaProRegular";
  color: #808080;
  margin-top: 15px;
}
.search-item dfn {
  display: block;
  font-size: 11px;
  line-height: 19.8px;
  letter-spacing: 0;
  text-transform: uppercase;
  font-family: "SofiaProRegular";
  color: #808080;
  margin-top: 15px;
}
.search-item dfn span {
  color: #999999;
}
.search-item dfn a {
  text-decoration: underline;
  color: #5c499e;
}

.mb-0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-top: 92px !important;
}
.search-count {
  margin-top: 38px;
}

.ndm-accordion-wrap {
  float: left;
  width: 100%;
  margin-top: 30px;
}
.ndm-accordion-item {
  float: left;
  width: 100%;
  margin-bottom: 30px;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 7px 0 rgba(14, 9, 26, 0.05);
  border: solid 1px #e7e7e8;
  background-color: #ffffff;
}
.ndm-accordion-item h4,
.ndm-accordion-item h2 {
  color: #e88f35;
  position: relative;
  cursor: pointer;
  user-select: none;
  padding-right: 20px;
  font-size: 30px !important;
}

.ndm-accordion-item h4:before,
.ndm-accordion-item h2:before,
.ndm-accordion-item h4:after,
.ndm-accordion-item h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 18px;
  height: 2px;
  background-color: #e88f35;
}

.ndm-accordion-item h4:before,
.ndm-accordion-item h2:before {
  transform: translateY(-50%) rotate(90deg);
  transition: all 0.3s ease;
}

.ndm-accordion-item h4.accordion-active:before,
.ndm-accordion-item h2.accordion-active:before {
  transform: translateY(-50%) rotate(-180deg);
}
.ndm-accordion-hidden-content {
  float: left;
  width: 100%;
  margin-top: 10px;
  display: none;
}
.ndm-accordion-hidden-content p {
  text-align: justify;
  margin-bottom: 18px;
  display: inline-block;
  width: 100%;
}
.ndm-accordion-hidden-content p:last-child {
  margin-bottom: 0;
}
.ndm-content-right-item ul {
  float: left;
  width: 100%;
  margin-top: 15px;
}
.ndm-content-right-item ul li {
  color: #ffffff;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 25.6px;
}
.ndm-content-right-item ul li:last-child {
  margin-bottom: 0;
}
.image-call-out-wrap {
  text-align: center;
}
.image-call-out-wrap img {
  border-radius: 10px;
}
.ndm-content-right.img-block-sidebar {
  position: absolute;
  right: 0;
}
.ndm-content-right-item .file-image:after {
  content: none;
}
.ndm-content-right-item .file-image img {
  max-height: 180px;
}
.file-call-out-wrap p {
  margin-bottom: 26px;
}

/* Start Story Style */
.story .ndm-content-wrap {
  padding: 57px 0 14px;
}
.story .ndm-content-wrap h2 {
  color: #e88f35;
}
.story .ndm-content-innar {
  margin-top: 42px;
}
.story .ndm-content-left {
  margin-bottom: 50px;
}
.story-form-wrap {
  float: left;
  width: 100%;
  background-color: #f6f6f8;
  border: 1px solid rgba(0, 0, 0, 0.02);
  padding: 20px;
  border-radius: 5px;
}
.story-form-wrap p {
  color: #000000;
}
.story-input-row-wrap {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 17px;
}
.story-input-row,
.gfield {
  width: 100%;
  margin-bottom: 17px;
  display: inline-block;
}
.story-input-row label,
.gfield_label {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "SofiaProSemiBold", sans-serif;
  font-weight: normal;
}
.story-input-row input,
.gfield input {
  width: 100%;
  height: 49px;
  border: 1px solid #e7e7e8;
  border-radius: 5px;
  background-color: #ffffff;
  color: rgba(0, 0, 0, 0.5);
  font-size: 17px;
  line-height: 27px;
  font-family: "SofiaProLight", sans-serif;
  padding: 0 13px 0 13px;
  margin-top: 6px;
}
.story-input-row input::placeholder,
.gfield input::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
.story-input-row-textarea {
  margin-bottom: 13px;
}
.story-input-row textarea,
.gfield textarea {
  width: 100%;
  min-height: 154px;
  background-color: #ffffff;
  border-radius: 5px;
  border: 1px solid #e7e7e8;
  color: rgba(0, 0, 0, 0.5);
  font-size: 17px;
  line-height: 27px;
  font-family: "SofiaProLight", sans-serif;
  padding: 10px 13px 10px 13px;
  margin-top: 6px;
  resize: none;
}

.story .ndm-content-right-item-wrap {
  margin-top: 0;
}
.story-input-row-chackbox {
  margin-bottom: 5px;
}
.story-checkbox {
  float: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.story-checkbox input[type="checkbox"],
.gfield input[type="checkbox"] {
  float: left;
  width: 24px;
  height: 24px;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  border: 1px solid #cccccc;
  padding: 0;
  border-radius: 2px;
  margin: 0 0 0 0;
  background-color: #ffffff;
}

.story-checkbox input[type="checkbox"]::before,
.gfield input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 12px;
  height: 7px;
  left: 40%;
  top: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  border: 2px solid #cccccc;
  border-top: none;
  border-right: 0;
  transform: rotate(-45deg) translateX(-50%);
  opacity: 0;
}
.story-checkbox input:checked[type="checkbox"]::before {
  opacity: 1;
}
.story-checkbox label,
.gfield_consent_label {
  font-size: 16px;
  line-height: 26px;
  color: #000000;
  font-family: "SofiaProSemiBold", sans-serif;
  font-weight: normal;
  padding-left: 34px;
  display: block;
}
.story-checkbox label a,
.gfield_consent_label a {
  color: #6c559c;
}
.story-input-row-submit,
.gform_footer {
  margin: 5px 0;
}
.story-input-row-submit input,
.gform_footer input {
  width: 182px;
  height: 43px;
  background-color: #e88f35;
  border-radius: 32px;
  border: 1px solid #e88f35;
  color: #ffffff;
  font-size: 13px;
  line-height: 43px;
  text-transform: uppercase;
  font-family: "SofiaProMedium", sans-serif;
  font-weight: normal;
  transition: 0.45s ease-in-out;
}
.story-input-row-submit input:hover,
.gform_footer input:hover {
  background-color: transparent;
  color: #e88f35;
}
.fileUpload {
  position: relative;
  overflow: hidden;
}
.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.btn--browse {
  border: 1px solid gray;
  border-left: 0;
  border-radius: 0 2px 2px 0;
  background-color: #ccc;
  color: black;
  height: 42px;
  padding: 10px 14px;
}
.f-input {
  height: 42px;
  background-color: white;
  border: 1px solid gray;
  width: 100%;
  max-width: 400px;
  float: left;
  padding: 0 14px;
}
.story-input-row-file {
  float: left;
  width: 100%;
  margin-top: 6px;
}
.story-input-row-file input {
  float: left;
  width: calc(100% - 76px);
  margin-top: 0;
  border-radius: 5px 0 0 5px;
  max-width: 100%;
}
.file-upload {
  float: left;
  width: 76px;
  height: 49px;
  background-color: #6c559c;
  border: 1px solid rgba(255, 255, 255, 0.11);
  position: relative;
  border-radius: 5px;
  padding: 0px 12px 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  cursor: pointer;
}
.file-upload input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}
.file-upload span {
  font-size: 13px;
  color: #ffffff;
  font-family: "SofiaProSemiBold", sans-serif;
  font-weight: normal;
  line-height: 32px;
  padding: 0;
  text-transform: uppercase;
}
.story-consent {
  float: left;
  width: 100%;
  padding: 20px;
  margin-top: 32px;
}
.story-consent h4 {
  color: #000000;
  line-height: 38px;
  margin-bottom: 19px;
}
.story-consent p {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
}
.story-consent ul {
  margin-top: 11px;
}
.story-consent ul li {
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  padding-left: 24px;
  position: relative;
}
.ndm-accordion-item ul li,
.ndm-content-right-item.quastion ul li {
  padding-left: 24px;
  position: relative;
}
.story-consent ul li:before,
.ndm-accordion-item ul li:before,
.ndm-content-right-item.quastion ul li:before {
  position: absolute;
  top: 0;
  left: 8px;
  content: "•";
}
input#uploadBtn {
  width: 100%;
}

.gfield input[type="checkbox"]:checked {
  background-color: #ffffff;
  transition: 0.3s;
}
.gfield input:checked[type="checkbox"]:before {
  opacity: 1;
}

.gform_wrapper.gravity-theme .hidden_label .gfield_label,
.gform_wrapper.gravity-theme .hidden_sub_label,
.gform_wrapper.gravity-theme .screen-reader-text,
.gfield_required_text,
.gform_fileupload_rules,
.gform_submission_error {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important;
}
.gform_validation_container,
.gform_wrapper.gravity-theme .gform_validation_container,
body
  .gform_wrapper.gravity-theme
  .gform_body
  .gform_fields
  .gfield.gform_validation_container,
body
  .gform_wrapper.gravity-theme
  .gform_fields
  .gfield.gform_validation_container,
body .gform_wrapper.gravity-theme .gform_validation_container {
  display: none !important;
  position: absolute !important;
  left: -9000px;
}
.gfield_validation_message {
  color: red;
  font-size: 15px;
}
/* End Story Style */

.ndm-content-right-item.quastion ul li {
  margin-bottom: 0;
  font-family: "SofiaProRegular";
}

.video-content-wrap {
  margin-bottom: 30px;
}
.video-content-wrap sup a {
  color: #5c499e;
}

/* =============== Start text block =============== */
.text-block-section {
  margin: 0px auto;
}
.text-block-section .common-wrap {
  max-width: 780px;
}
.text-block-section h2 {
  color: #6c559c;
  border-bottom: 5px solid #6c559c;
  padding-bottom: 15px;
  display: inline-block;
  text-transform: uppercase;
  font-family: "BebasNeueBold";
  font-size: 48px;
  line-height: 58px;
}
.text-block-section h5 {
  font-family: "Poppins";
  text-transform: none;
  font-weight: bold;
  margin-top: 30px;
  color: #000;
  font-size: 16px;
  line-height: 28.5px;
}
.text-block-section a {
  color: #6c559c;
  text-decoration: underline;
}
.text-block-section p {
  margin-top: 30px;
  color: #000;
  font-family: "Poppins";
  font-size: 16px;
  line-height: 28px;
}
.text-block-section ul li,
.text-block-section ol li {
  color: #000;
  margin-top: 10px;
  padding-left: 15px;
}
.text-block-section ol,
.text-block-section ul {
  padding-inline-start: 35px;
  margin-top: 20px;
}
.text-block-section ul li {
  position: relative;
}
.text-block-section ul li:before {
  content: "";
  position: absolute;
  left: -5px;
  top: 10px;
  background-color: #000;
  width: 5px;
  height: 5px;
  border-radius: 50%;
}
/* =============== End text block=============== */

/*Cookie Bar*/
#cookie-notice .cn-text-container {
  margin-bottom: 0;
}
#cookie-notice .cn-text-container,
.cn-buttons-container {
  display: initial;
}

/*Translate Press*/
.translatepress-de_DE .modal-content-wrap blockquote,
.translatepress-nl_NL .modal-content-wrap blockquote,
.translatepress-fr_FR .modal-content-wrap blockquote,
.translatepress-it_IT .modal-content-wrap blockquote {
  font-size: 41px;
  line-height: 57.2px;
}
.translatepress-de_DE .mk-logo-wrap .btn,
.translatepress-es_ES .mk-logo-wrap .btn,
.translatepress-nl_NL .mk-logo-wrap .btn {
  min-width: 179.2px;
  padding: 0 13px;
}
.translatepress-de_DE .reference-thumb h3,
.translatepress-it_IT .reference-thumb h3,
.translatepress-nl_NL .reference-thumb h3 {
  font-size: 30px;
}
.translatepress-es_ES .reference-thumb h3 {
  font-size: 20px;
}

.translatepress-fr_FR .thumb-main {
  margin-top: -83px;
}
.translatepress-fr_FR .thumb-top-item:last-child {
  bottom: -26px;
}

/* Social Share Campaign */
.social-campaign-wrapper {
  width: 100%;
  margin-bottom: 0px;
  display: inline-block;
}
.sc-tab-buttons {
  margin-bottom: 20px;
}
.sc-tabs h4 {
  font-size: 30px;
  line-height: 40px;
}
.sc-tabs h5 {
  margin-top: 10px;
}
.sc-tab-buttons ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.sc-tab-buttons ul li {
  width: 100%;
  cursor: pointer;
  font-size: 15px;
  line-height: 23px;
  color: #000000;
  font-family: "SofiaProRegular", sans-serif;
  padding: 14px 0;
  text-align: center;
  border-radius: 10px;
  border: solid 1px #e7e7e8;
  background-color: #ffffff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transform: scale(0.97);
  -webkit-transform: scale(0.97);
  -moz-transform: scale(0.97);
}
.sc-tab-buttons ul li:hover {
  box-shadow: 0 0 7px 0 rgb(14 9 26 / 5%);
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.sc-tab-buttons ul li.active {
  background-color: #e88f35;
  border: 1px solid #e88f35;
  color: #fff;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
}
.sc-tab-content {
  display: none;
}
.sc-tab-content:first-child {
  display: block;
}
.sc-tab-image-wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.sc-tab-item-image {
  width: 50%;
  margin-top: 20px;
  text-align: center;
}
/*
.sc-tab-item-image:nth-child(n+3) {padding-left: 0;}
.sc-tab-item-image:nth-child(3n+3) {padding-right: 0;}
*/
.sc-tab-item-image figure,
.sc-tab-item-image figure img {
  width: 100%;
}
.sc-tab-item-image figure.sc-img {
  cursor: pointer;
  border: 8px solid #fff;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.sc-tab-item-image.active figure.sc-img {
  border: 8px solid #e88f35;
}
.social-share-icons {
  width: 100%;
  margin-top: 10px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
}
.active .social-share-icons {
  opacity: 1;
  visibility: visible;
}
.social-share-icons ul {
  list-style-type: none;
  text-align: center;
}
.social-share-icons ul li {
  width: 25px;
  display: inline-block;
}
.social-share-icons ul li a {
  width: 100%;
}

/* End Social Share Campaign */

/* Youtube Video Embed */
.youtube-video-embed {
  width: 100%;
  margin: 20px 0;
}
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* End Youtube Video Embed */

/*New*/
.top-bar {
  background-color: #5a4782;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 20px;
  padding: 5px 0;
}
.main-header-wrap {
  padding: 15px 0;
}
.top-bar p {
  display: inline-flex;
  justify-content: center;
  align-items: center;
}
.scrollingDown {
  transform: translateY(-30px);
}

.country-dropdown-wrap {
  width: 35px;
  height: 16px;
  margin-left: 12px;
  display: inline-flex;
  position: relative;
  bottom: -2px;
}
.country-dropdown {
  width: 100%;
  position: relative;
  height: 100%;
}
.country-dropdown > div {
  width: 100%;
  height: 100%;
  cursor: pointer;
  position: relative;
  padding-right: 17px;
}
.country-dropdown > div:after {
  content: "";
  background-image: url(svg/down-arrow-wht.svg);
  background-size: contain;
  position: absolute;
  right: 0;
  top: 3px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
}
.country-dropdown-active > div:after {
  transform: rotate(180deg);
}
.country-dropdown > div img {
  float: left;
  width: 100%;
}
.country-dropdown ul {
  width: 29px;
  position: absolute;
  top: 21px;
  left: -6px;
  overflow: hidden;
  overflow-y: scroll;
  display: none;
  border-radius: 2px;
  z-index: 4;
  background-color: #fff;
  padding: 0;
  box-shadow: 0 4px 6px 0 rgb(173 173 173 / 25%);
  display: none;
}
.country-dropdown ul::-webkit-scrollbar {
  display: none;
}
.country-dropdown ul li {
  margin: 5px 0;
  cursor: pointer;
  text-align: center;
}
.country-dropdown ul li img {
  width: 18px;
  margin-bottom: 4px;
}

.pre-header-bar {
  background-color: #f6f6f8;
  padding: 2px 0;
}
.pre-header-bar .common-wrap {
  max-width: 1400px;
}
.pre-header-bar ul {
  text-align: right;
}
.pre-header-bar li {
  display: inline-block;
  margin-left: 10px;
}
.pre-header-bar ul li a {
  color: #5c499e;
  font-size: 13px;
  line-height: 20px;
  font-family: "SofiaProSemiBold", sans-serif;
}
.current-page a {
  text-decoration: underline;
}

.hcp-page-template .hero-wrap {
  background-color: transparent;
  background-image: unset;
}
.hcp-page-template .hero-wrap {
  padding-top: 35px;
}
.hcp-page-template .hero-content p {
  color: #1a1a1a;
}

.image-zoom {
  position: relative;
}
.image-zoom:before {
  content: "";
  background-color: rgb(255 255 255 / 80%);
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.image-zoom:after {
  content: "";
  background-image: url(img/search-icon-black.png);
  position: absolute;
  background-size: 30px;
  background-repeat: no-repeat;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  opacity: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.image-zoom:hover {
  cursor: pointer;
}
.image-zoom:hover:after,
.image-zoom:hover:before {
  opacity: 1;
}

.fancybox-bg {
  background-color: rgb(255 255 255 / 80%);
}
.fancybox-image {
  background-color: #fff;
  padding: 40px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 25px 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.fancybox-slide--image {
  padding-left: 30px;
  padding-right: 30px;
}

.camp-align,
body.page-id-1663 .sc-tab-image-wrap {
  flex-direction: column;
}
body.page-id-1663 .ndm-row-wrap:nth-child(1) {
  margin-bottom: 2em;
}

body.page-id-1663 .ndm-row-wrap:nth-child(2) .ndm-content-left {
  margin-top: -7em;
}
.hcp-page-template .ndm-content-left,
.hcp-page-template .ndm-content-right {
  float: left;
}
body.page-id-365 .ndm-content-right .ndm-content-right-item.big-circle-shape {
  display: none;
}
body .lookup-page {
  display: none;
}
body.page-id-365 .lookup-page {
  display: block;
}
body.page-id-365 .lookup-page .download {
  background: #7155ab;
  color: #fff;
  margin-bottom: 2em;
}
body.page-id-365 .lookup-page .download a {
  color: #e88f35;
  font-weight: bold;
}
.team-video {
  width: 100%;
  margin-top: 3em;
}
.team-video video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  border-radius: 15px;
}
/* =======================================================================================================
============================================ Responsive style ========================================== */

/*      Mobile Layout: 320px and 480px and more but less than or equal to 767px.
----------------------------------------------------------------------------------
*/

@media only screen and (min-width: 320px) and (max-width: 480px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="submit"],
  input[type="password"],
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .desk {
    display: none;
  }
  .mobi {
    display: block;
  }
  body {
    font-size: 17px;
    line-height: 27px;
  }
  h1 {
    font-size: 46px;
    line-height: 46px;
  }
  h2 {
    font-size: 44px;
    line-height: 44px;
  }
  h3 {
    font-size: 37px;
    line-height: 44.4px;
  }
  h4 {
    font-size: 30px;
    line-height: 48px;
    color: #ffffff;
  }
  h5 {
    font-size: 23px;
    line-height: 28px;
    color: #412873;
  }
  h6 {
    font-size: 16px;
    line-height: 26px;
    color: #000000;
  }
  h3.font-38 {
    font-size: 28px;
    line-height: 34px;
  }

  /* ===================Header Style=================== */
  .menu-main,
  .header-logo {
    display: none;
  }
  .main-logo {
    width: 80px;
  }
  .menu-wrap {
    width: calc(100% - 80px);
  }
  /* ===================Header Style=================== */

  /*========= Start fixed header style ========*/
  .header-fixed-top-bar {
    position: fixed;
    top: 183px;
  }
  .header-fixed-top-bar .common-wrap {
    padding: 0;
  }
  .navigation .navi-slides .slick-track {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header-fixed-top-bar .navi-slides .slick-track {
    margin-left: -116px;
  }
  /*========= End fixed header style ========*/

  /* ===================Home Style=================== */

  /*========Hero style========*/
  .main-content-wrap {
    margin-top: 150px;
  }
  .top-health-padding.main-content-wrap {
    margin-top: 200px;
  }
  .hero-wrap {
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #2b1b4d, #654d99);
  }
  .hero-wrap:after {
    display: none;
  }
  .hero-main {
    padding-right: 0;
    flex-flow: column-reverse;
  }
  .hero-content {
    width: 100%;
    text-align: center;
    padding: 35px;
  }
  .hero-content-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .hero-thumb {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .hero-thumb picture {
    width: 100%;
  }
  .hero-thumb-circle {
    width: 42.958333%;
    left: 65%;
    top: 53%;
  }
  .hero-thumb picture img {
    min-height: 245px;
    position: relative;
  }
  .hero-content h2 {
    font-size: 35.5px;
    line-height: 43px;
  }
  .hero-content-thumb {
    margin-top: 10px;
  }
  .hero-content-thumb figure {
    width: 50%;
  }
  .hero-content h4 {
    margin-top: 10px;
  }
  .hero-content p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
    padding-right: 0;
  }
  .hero-btn {
    margin-top: 30px;
  }
  .hero-small-circle {
    width: 11%;
    height: 13%;
    top: 10.5%;
    left: 5%;
  }
  .hero-thumb video {
    min-height: 245px;
  }

  .hero-bottom-left {
    width: 100%;
  }
  .hero-bottom-left p {
    text-align: center;
  }
  .hero-bottom-right {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .hero-bottom-right img {
    width: 61.198%;
  }

  .what-is-wrap {
    padding: 39px 0;
  }
  .what-is-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 39px 0 0;
  }
  .what-is-thumb {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .what-is-content p {
    font-size: 17px;
    line-height: 27px;
  }
  .what-is-content p a {
    top: 0;
    font-size: 17px;
    line-height: 27px;
  }

  .home-cta-item-wrap {
    width: 100%;
    padding: 40px 20px;
  }
  .home-cta-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-cta-item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .home-cta-item-wrap h4 {
    margin-bottom: 22px;
  }
  /*=========Hero style=========*/

  /*========platform style========*/
  .platform-wrap {
    padding: 40px 0 51px;
  }
  .platform-inner-wrap {
    margin-top: 0;
  }
  .platform-wrap .thumb-main-content p {
    margin-top: 9px;
    line-height: 22px !important;
    letter-spacing: 0;
  }
  .platform-wrap .thumb-main-content {
    padding: 0 22px;
  }
  .platform-wrap .thumb-main-content h3 {
    font-size: 30px;
    margin-top: 19px;
  }
  .platform-btn {
    margin-top: 19px;
  }
  .platform-wrap .thumb-main {
    margin-top: -47px;
  }
  /*.platform-wrap .thumb-main { padding-top: 25px; }*/
  .platform-wrap .thumb-bottom {
    margin: -19% 0 0 0px;
  }
  .platform-content {
    width: 100%;
    padding-left: 0;
    text-align: left;
    margin-top: 37px;
  }
  .platform-content p {
    text-align: justify;
    margin-top: 23px;
  }
  .platform-note-wrap p {
    text-align: left;
  }
  .platform-content p:nth-of-type(2) {
    margin-top: 22px;
  }
  .platform-note-wrap {
    padding: 19px 16px 19px 19px;
    margin-top: 30px;
  }
  .platform-note-wrap li a {
    font-size: 18px;
    line-height: 28px;
  }
  .platform-note-wrap p {
    margin-top: 0;
    font-size: 18px;
    line-height: 29px;
  }
  .platform-link-wrap {
    margin-top: 20px;
  }
  .platform-note-wrap li {
    margin-left: 5%;
  }
  /*========platform style========*/

  /*=========Team style=========*/
  .team {
    padding: 36px 0;
  }
  .team-content h2 {
    width: 84%;
    font-size: 44px;
    line-height: 44px;
  }
  .team-item-wrap {
    padding-top: 13px;
  }
  .team-inner {
    padding-bottom: 0;
  }
  .team-item {
    width: 47.16417910447761%;
    margin: 0 2.835820895522388%;
    padding-top: 20px;
  }
  .team-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .team-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  .team-item:nth-child(1) {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .team-item:nth-child(2) {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .team-item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .team-item:nth-child(4) {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .team-item:nth-child(5) {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }
  .team-item:nth-child(6) {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }
  .team-item:nth-child(7) {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }
  .team-item:nth-child(8) {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }
  /*========Team style========*/

  /*=========reference style========*/
  .reference-section {
    padding: 40px 0;
  }
  .reference-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
  }
  .reference-content {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .reference-thumb {
    width: 100%;
  }
  .reference-inner {
    padding-top: 0;
  }
  .reference-content-main {
    padding: 15px 20px 18px 24px;
  }
  .reference-content-main ul {
    margin-top: 12px;
  }
  .reference-content-main ul li {
    padding-left: 25px;
    word-break: break-all;
  }
  .reference-content-main ul li::before {
    left: 0;
  }
  /*=========reference style=========*/

  /* ===================Home Style=================== */

  /* ===================Form Style=================== */
  .form-wrap {
    padding: 49px 0 53px;
  }
  .form-inner {
    justify-content: center;
  }
  .form-thumb {
    width: 100%;
    padding-right: 5px;
    padding: 0 !important;
  }
  .thumb-main {
    margin-top: -67px;
  }
  .thumb-top-item {
    width: 60.5%;
  }
  .thumb-top-item:last-child img,
  .thumb-bottom img {
    width: 100%;
  }
  .thumb-main-content {
    padding: 0 23px;
  }
  .thumb-main-content h3 {
    font-size: 29px;
    line-height: 35px;
    margin-top: 19px;
  }
  .thumb-main-content p {
    margin-top: 10px;
    font-size: 14px !important;
    line-height: 21px !important;
  }
  .thumb-bottom {
    width: 24%;
    margin: -19% 0 0 0px;
  }
  .main-form {
    width: 100%;
    padding: 20px 20px 25px;
    margin-top: 51px;
  }
  .input-row input[type="text"],
  .input-row input[type="email"] {
    height: 46px;
    padding: 0 14px;
  }
  .input-row:first-child {
    margin-top: 0px;
  }
  .file-input > input[type="text"] {
    width: calc(100% - 76px);
  }
  .file-input dfn {
    display: none;
  }
  .btn-browser {
    width: 76px;
    height: 46px;
    font-size: 13px;
    line-height: 46px;
  }
  .input-row textarea {
    height: 156px;
    padding: 11px 14px 0;
  }
  .consent-wrap h5 {
    font-size: 15px;
    line-height: 24px;
  }
  .consent-wrap ul {
    margin-top: 7px;
  }
  .consent-wrap ul li {
    font-size: 11px;
    line-height: 18px;
  }
  .consent-wrap ul li br {
    display: none;
  }
  /*  .main-check-box label{width: 92%;}*/
  .main-check-box {
    margin-top: 20px;
  }
  .submit input[type="submit"] {
    width: 100%;
    height: 44px;
    font-size: 15px;
    line-height: 44px;
  }
  .main-form-wrap {
    width: 100%;
    padding-left: 0;
  }
  .input-row.mt-17 {
    margin-top: 19px !important;
  }
  .main-check-box input[type="checkbox"] {
    margin: 5px 0 0 0;
  }

  /* ===================Form Style=================== */
  .slider-modal-wrap {
    padding: 50px 20px;
    width: 100%;
  }
  .modal-close {
    width: 42px;
    height: 42px;
  }
  .slider-modal-inner-wrap {
    padding: 30px 20px;
  }
  .modal-content-wrap {
    width: 100%;
    padding-right: 0;
  }
  .modal-content-wrap blockquote {
    padding: 0;
  }
  .modal-content-wrap h2 {
    font-size: 40.8px;
  }
  .modal-content-wrap blockquote {
    font-size: 30px;
    line-height: 42px;
    margin-top: 20px;
  }
  .modal-content-wrap span {
    font-size: 15px;
    line-height: 27px;
  }
  .slider-modal-inner-wrap .form-thumb {
    margin-top: 35px;
  }
  .modal-content-item {
    padding: 0 26px;
  }
  .slider-modal-wrap .slick-next {
    right: 0;
  }
  .slider-modal-wrap .slick-prev,
  .slider-modal-wrap .slick-next {
    width: 15px;
    height: 20px;
  }
  .slider-modal-wrap .slick-dots {
    width: 100%;
  }
  .slider-modal-wrap .thumb-main {
    height: 295px !important;
  }
  .slider-modal-wrap .thumb-main-content h3 {
    font-size: 24px;
    line-height: 26px;
    margin-top: 19px;
  }
  .slider-modal-wrap .platform-btn {
    margin-top: 10px;
  }
  .slider-modal-wrap .thumb-main {
    margin-top: -45px;
  }
  .slider-modal-wrap .thumb-bottom {
    margin: -17% 0 0 0px;
  }
  /* === support group finder === */
  .find-wrap {
    padding: 35px 0 58px;
  }
  .find-title h2 {
    font-size: 44px;
    line-height: 44px;
    text-transform: lowercase;
    margin-bottom: 26px;
  }
  .find-title p {
    font-size: 17px;
    line-height: 27px;
  }
  .location-tooltip {
    display: none;
    width: 100%;
    left: 0;
    padding: 0 17px;
  }
  .location-tooltip:nth-child(2),
  .location-tooltip:nth-child(3) {
    display: block;
  }
  .location-tooltip:nth-child(2) {
    left: 0.6%;
    bottom: 43.2%;
  }
  .location-tooltip:nth-child(3) {
    left: -0.3%;
    bottom: 13.4%;
  }
  .find-map {
    margin-top: 30px;
  }
  .location-form {
    width: 100%;
    padding: 20px;
  }
  /* === support group finder === */

  /* ===Start Learn-About Style=== */

  /* ===Start ndm-content-wrap style=== */
  .ndm-content-wrap {
    padding: 65px 0 26px;
  }
  .ndm-content-wrap {
    padding-top: 40px;
  }
  .learn-about.ndm-content-wrap {
    padding-top: 29px;
  }
  .ndm-content-left {
    width: 100%;
    padding-right: 0;
  }
  .ndm-content-right {
    width: 100%;
  }
  .ndm-content-item {
    margin-bottom: 0;
  }
  .ndm-content-item-wrap {
    margin-top: 20px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-flow: row wrap;
  }
  .ndm-content-item h3 {
    font-size: 34px;
    line-height: 43px;
  }
  .ndm-content-item .lead {
    font-size: 17px;
    line-height: 27px;
  }
  .ndm-content-item p {
    text-align: left;
    font-size: 17px;
    line-height: 27px;
  }
  .ndm-content-item p a {
    font-size: 17px;
    color: #1a1a1a;
    line-height: 28px;
    position: relative;
    top: 0;
  }
  .ndm-content-item-wrap .reference-content-main ul {
    margin-top: 20px;
  }
  .ndm-content-item-wrap .reference-content-main ul li {
    padding-left: 24px;
  }
  .ndm-content-right-item-wrap {
    margin-top: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .ndm-content-right-item {
    margin-bottom: 30px;
  }
  .ndm-content-item-wrap .reference-content {
    margin: 20px 0 0;
  }
  .learn-about .symptom {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .learn-about .download {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .learn-about .quastion {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .care-team .ndm-content-wrap {
    padding-bottom: 51px;
  }
  .global-image {
    margin-top: 0;
    margin-bottom: 30px;
  }
  .global-image img {
    width: 100%;
  }
  .ndm-hcp-content-innar .ndm-content-right {
    margin-top: 0;
  }

  .ndm-content-right.img-block-sidebar {
    position: relative;
  }

  /* ===End ndm-content-wrap style=== */
  .sutypes-item-content-small h4 span {
    display: none;
  }
  /* ===End Learn-About Style=== */

  /* Start Diagnostic Test */
  .ndm-content-item h3 {
    margin-bottom: 19px;
  }
  .diagnostic .ndm-content-item-wrap .reference-content {
    margin: 18px 0 0;
  }
  .diagnostic .ndm-content-right-item {
    margin-bottom: 28px;
  }
  /* End Diagnostic Test */

  /* ===Start symptoms-of-nmd === */
  .ndm-content-item-title h2 {
    font-size: 36px;
    line-height: 43px;
  }
  .ndm-content-right-item-thumb {
    margin-bottom: 30px;
  }
  /* ===End symptoms-of-nmd === */

  /* Start Care Team Style */
  .ndm-content-table-heading {
    width: 41.7910447761194%;
    padding-bottom: 3px;
  }
  .ndm-content-table-heading-big {
    width: 58.2089552238806%;
  }
  .ndm-table-content-item {
    width: 41.7910447761194%;
  }
  .ndm-table-content-item-big {
    width: 58.2089552238806%;
    padding: 9px 8px 10px 10px;
  }
  .ndm-table-content-item p {
    font-size: 13px;
    line-height: 16px;
  }
  .ndm-content-right-item-content {
    padding: 15px 2px 0;
  }
  .ndm-content-item-wrap .reference-content-main {
    padding: 15px 20px 18px 20px;
  }
  /* End Care Team Style */

  /* Start Causes style */
  .causes .ndm-content-item h3 {
    margin-bottom: 20px;
  }
  .causes .ndm-content-item-wrap .reference-content {
    margin: 18px 0 0;
  }
  .causes .ndm-content-wrap {
    padding-bottom: 51px;
  }
  /* End Causes style */

  /* Start Worried Style */
  .worried .ndm-content-item-thumb {
    margin-bottom: 30px;
  }
  .worried .ndm-content-item p a {
    font-size: 12px;
    color: #5c499e;
    line-height: 12px;
    position: relative;
    top: -8px;
  }
  /* End Worried Style */

  /* Start advocacy */
  .advocacy .ndm-content-right-item-wrap {
    margin-top: 11px;
  }
  .big-circle-shape .thumb-main {
    margin-top: -51px;
  }
  .big-circle-shape .platform-btn {
    margin-top: 26px;
  }
  .advocacy .ndm-content-innar {
    padding-bottom: 35px;
  }
  .hcp-page-template .ndm-content-right-item-wrap {
    margin-top: 0;
  }
  .page-title {
    margin-bottom: 20px;
  }
  /* End advocacy */

  /* Start Explaining to others */
  .explaining .ndm-content-item-wrap .reference-content {
    margin: 20px 0 0;
  }
  /* End Explaining to others */

  /* Start Exercise */
  .exercise .ndm-content-item p.mt-30 {
    padding-right: 3px;
  }
  .exercise .ndm-content-item-wrap .reference-content {
    margin: 20px 0 0;
  }
  .exercise .ndm-content-wrap {
    padding-bottom: 51px;
  }
  /* End Exercise */

  /* Start inheritance */
  .inheritance .ndm-content-item h3 {
    margin-bottom: 20px;
  }
  .inheritance .ndm-content-item .mb-20 {
    margin-bottom: 30px !important;
  }
  .inheritance .ndm-content-item .mt-5 {
    margin-top: 23px !important;
  }
  .inheritance .ndm-content-item-wrap .reference-content {
    margin: 8px 0 0;
  }
  /* End inheritance */

  /* Start Living width NDM */
  .living .ndm-content-item .lead {
    margin-bottom: 23px;
  }
  .living .ndm-content-innar {
    padding: 2px 0 15px;
  }
  /* End Living width NDM */

  /* Start Symptoms */
  .symptoms-of-nmd .ndm-content-item p {
    padding-right: 1px;
    margin-bottom: 19px;
  }
  .symptoms-of-nmd .ndm-content-wrap {
    padding-bottom: 48px;
  }
  /* End Symptoms */

  /* Start Visit to doctor */
  .visit-doctor .ndm-content-wrap {
    padding: 40px 0 54px;
  }
  .visit-doctor .ndm-content-right-item-wrap {
    margin-top: 10px;
  }
  /* End Visit to doctor */

  /* Start diagnostic */
  .diagnostic .ndm-content-item .lead {
    margin-bottom: 28px;
  }
  /* End diagnostic */

  .explaining .ndm-content-wrap {
    padding-bottom: 53px;
  }

  .symptoms-of-nmd .ndm-content-item-thumb {
    margin: 11px 0 31px;
  }
  .foodstoavoid-inner {
    padding: 40px 18px 40px;
  }
  .learn-about .ndm-content-innar {
    padding: 2px 0 29px;
  }
  .ndm-content-innar {
    padding: 2px 0 4px;
  }

  /* ===================Footer Style=================== */
  .footer-section {
    padding-top: 40px;
  }
  .footer-top {
    display: none;
  }
  .footer-section {
    padding-top: 0px;
  }
  .footer-bottom-wrap {
    padding-top: 20px;
  }
  .footer-bottom-wrap .footer-bottom-content-right img.rrss {
    width: 45px;
    height: auto;
  }
  .footer-bottom-content-left {
    width: 100%;
    padding: 0px;
    margin-bottom: 8px;
  }
  .footer-bottom-content-left p {
    margin-right: 0px;
    text-align: center;
    float: none;
  }
  .footer-bottom-content-right {
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 21px;
  }
  .cookies-section .common-wrap {
    padding: 0 10px;
  }
  .cookies-inner-content-left {
    width: 100%;
  }
  .cookies-inner-content-left p {
    font-size: 12px;
    line-height: 17.8px;
    text-align: center;
  }
  .cookies-inner-btn-right {
    width: 100%;
    margin-top: 16px;
    padding-left: 0;
  }
  .cookies-inner-btn-right .btn.small {
    width: 48%;
    text-align: center;
    margin: 0 3px;
    padding: 5px 15px;
    font-size: 11px;
    line-height: 17px;
  }
  .cookies-inner-btn-right .View {
    width: 100%;
    text-align: center;
    margin-top: 15px;
    padding-right: 8px;
  }
  .footer-bottom-content-right ul li {
    margin-right: 5.4%;
  }
  .cookies-section {
    padding: 7px 0;
  }
  .footer-bottom-content-right ul {
    justify-content: center;
  }

  .footer-disclaimer .footer-bottom-inner {
    flex-flow: column;
  }
  .footer-disclaimer .footer-bottom-content-left {
    width: 100%;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: .5rem;
  }
  .footer-disclaimer .footer-bottom-content-right {
    width: 100%;
    margin-bottom: 0;
  }
  /* ===================Footer Style=================== */

  .sutypes-wrap .common-wrap {
    padding: 18px 10px 16px;
  }
  .sutypes-inner {
    margin: 0;
  }
  .close-btn {
    top: -18px;
    right: -8px;
  }
  .worried .ndm-content-wrap {
    padding: 40px 0 56px;
  }
  .foodstoavoid .reference-content-main ul li {
    word-break: break-word;
  }
  .main-nav li ul {
    padding-bottom: 320px !important;
  }
  .factsheet-download .ndm-content-item-wrap {
    margin-top: 20px;
  }
  .factsheet-item-wrap {
    margin-top: 0;
  }
  .factsheet-item {
    margin-bottom: 20px;
  }

  .breadcrumb-inner a,
  .breadcrumb-inner span {
    font-size: 10px;
    line-height: 16px;
  }
  .learn-about .ndm-content-innar {
    padding: 14px 0 29px;
  }
  .ndm-content-item {
    margin-bottom: 30px;
  }
  .quote-section .ndm-content-item {
    margin-bottom: 0px;
  }
  .ndm-content-item.mb-0 {
    margin-bottom: 8px !important;
  }
  .ndm-content-item h3 {
    margin-bottom: 14px;
  }
  .ndm-content-item-title {
    display: none;
  }
  .ndm-content-item .db-none {
    display: none;
  }
  .ndm-accordion-wrap {
    margin-top: 2px;
  }
  .ndm-accordion-hidden-content {
    margin-top: 4px;
  }
  .reference-content {
    order: 7;
  }
  .ndm-accordion-item {
    padding: 15px 15px 12px 15px;
  }
  .ndm-accordion-item h4 {
    font-size: 24px;
    line-height: 30px;
  }
  .ndm-accordion-hidden-content p {
    margin-bottom: 20px;
  }
  .ndm-accordion-hidden-content p:last-child {
    margin-bottom: 0;
  }
  .ndm-accordion-item:last-child {
    margin-bottom: 22px;
  }
  .ndm-content-item-wrap .reference-content {
    margin: 10px 0 0;
  }
  .ndm-content-item-wrap .reference-content-main ul li {
    padding-left: 14px;
  }
  .advocacy .ndm-content-right-item-wrap {
    margin-top: 32px;
  }
  .ndm-content-right-item:last-child {
    margin-bottom: 30px;
  }
  .quote-section .ndm-content-item-title {
    display: block;
  }
  .video-content-wrap {
    display: flex;
    flex-flow: column;
    float: left;
    width: 100%;
  }
  .video-content-wrap video {
    height: auto;
  }
  .hcp-page-template .ndm-content-right-item-wrap {
    margin-top: 0;
  }

  /* Start Story Style */
  .story .ndm-content-wrap {
    padding: 32px 0 16px;
  }
  .story .ndm-content-left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 3px;
    margin-bottom: 0;
  }
  .story .ndm-content-right {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .breadcrumb-inner ul li a {
    font-size: 10px;
    line-height: 16px;
    padding-right: 8px;
  }
  .story-form-wrap p {
    letter-spacing: -0.04px;
  }
  .story-input-row,
  .gfield {
    margin-bottom: 19px;
  }
  .story-input-row-textarea {
    margin-bottom: 13px;
  }
  .story-input-row-chackbox {
    margin-bottom: 5px;
  }
  .story-input-row-submit {
    margin-bottom: 5px;
  }
  .story-checkbox label,
  .gfield_consent_label {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.06px;
  }
  .story-checkbox label a,
  .gfield_consent_label a {
    display: initial;
  }
  .story-input-row-submit input,
  .gform_footer input {
    width: 100%;
    height: 45px;
  }
  .story-consent {
    margin-top: 8px;
  }
  .story-consent h4 {
    margin-bottom: 12px;
  }
  .story-consent p {
    font-size: 13px;
    line-height: 20px;
  }
  .story-consent ul {
    padding-right: 2px;
  }
  .story-consent ul li {
    font-size: 13px;
    line-height: 20px;
    padding-left: 20px;
  }
  /* End Story Style */

  .error .breadcrumb-wrap {
    display: none;
  }
  .search-item {
    padding-bottom: 33px;
  }
  .search-item p {
    margin-top: 8px;
  }
  .search-item dfn {
    margin-top: 0;
  }
  .factsheet-download .ndm-content-wrap {
    padding: 32px 0 65px;
  }
  .factsheet-download .ndm-content-innar {
    padding: 15px 0 15px;
  }
  .factsheet-item ul li {
    padding-bottom: 13px;
  }
  .factsheet-item {
    margin-bottom: 20px;
  }
  .factsheet-item ul li a {
    font-size: 17px;
    line-height: 27.2px;
    text-align: left;
  }
  .factsheet-download .ndm-content-right-item-wrap {
    margin-top: 0;
  }

  .sutypes-wrap.mobi {
    display: none;
  }

  .sc-tab-item-image {
    width: 100%;
  }
}

@media only screen and (min-width: 414px) and (max-width: 480px) {
  .thumb-main-content {
    padding: 0 34px;
  }
  .global-image {
    text-align: center;
  }
  .global-image img {
    width: auto;
  }
}

@media only screen and (max-width: 498px) {
  .top-bar p {
    display: inline;
  }
  .scrollingDown {
    transform: translateY(-70px);
  }
  .main-header-section {
    padding: 0 !important;
  }
  body.page-id-1663 .ndm-row-wrap:nth-child(2) .ndm-content-left {
    margin-top: 0em;
  }
}

/*      Wide Mobile Layout: 480px.
------------------------------------------------------------
*/

@media only screen and (min-width: 481px) and (max-width: 768px) {
  /* ===================Header Style=================== */
  .main-header-section {
    padding: 15px 0;
  }
  .menu-main,
  .header-logo {
    display: none;
  }
  .main-logo {
    width: 80px;
  }
  .menu-wrap {
    width: calc(100% - 80px);
  }
  .main-nav li ul {
    padding-bottom: 270px !important;
  }
  /* ===================Header Style=================== */

  /*========= Start fixed header style ========*/
  .header-fixed-top-bar {
    position: fixed;
    top: 165px;
  }
  .header-fixed-top-bar .common-wrap {
    padding: 0;
  }
  .navigation .navi-slides .slick-track {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .header-fixed-top-bar .navi-slides .slick-track {
    margin-left: -116px;
  }
  /*========= End fixed header style ========*/

  /*==========Hero style==========*/
  .main-content-wrap {
    margin-top: 130px;
  }
  .top-health-padding.main-content-wrap {
    margin-top: 180px;
  }
  .hero-wrap {
    padding-bottom: 0;
    background-image: linear-gradient(to bottom, #2b1b4d, #654d99);
  }
  .hero-wrap:after {
    display: none;
  }
  .hero-main {
    padding-right: 0;
  }
  .hero-content {
    width: 100%;
    text-align: center;
    padding: 35px;
  }
  .hero-content-inner {
    margin: 0 auto;
  }
  .hero-content-thumb {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
  }
  .hero-thumb-circle {
    width: 33.958333%;
    left: 74%;
    top: 47%;
  }
  .hero-thumb {
    width: 100%;
    justify-content: center;
    margin-left: 0;
  }
  .hero-thumb picture {
    width: 100%;
  }
  .hero-thumb picture img {
    position: relative;
  }
  .hero-content h2 {
    font-size: 35.5px;
    line-height: 43px;
  }
  .hero-content-thumb {
    margin-top: 10px;
  }
  .hero-content-thumb figure {
    width: 50%;
  }
  .hero-content h4 {
    margin-top: 10px;
  }
  .hero-content p {
    font-size: 17px;
    line-height: 27px;
    margin-top: 15px;
    padding-right: 0;
  }
  .hero-btn {
    margin-top: 30px;
  }
  .hero-small-circle {
    width: 12%;
    height: 14%;
    top: 10%;
    left: 3%;
  }
  .hero-bottom-left {
    width: 100%;
  }
  .hero-bottom-left p {
    text-align: center;
  }
  .hero-bottom-right {
    margin-left: 0;
    width: 100%;
    justify-content: center;
    margin-top: 15px;
  }
  .hero-bottom-right img {
    width: 61.198%;
  }
  .hero-main {
    flex-flow: column-reverse;
  }
  /*=========Hero style=========*/

  /*========What is style========*/
  .what-is-wrap {
    padding: 39px 0;
  }
  .what-is-content {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 39px 0 0;
  }
  .what-is-thumb {
    width: 100%;
    margin-left: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  .what-is-thumb img {
    float: left;
    width: 100%;
  }
  .what-is-content p {
    font-size: 17px;
    line-height: 27px;
  }
  .home-cta-item-wrap {
    width: 100%;
    padding: 40px 20px;
  }
  .home-cta-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .home-cta-item:last-child {
    width: 100%;
    margin-bottom: 0;
  }
  .home-cta-item-wrap h4 {
    margin-bottom: 22px;
  }
  /*========What is style========*/

  /*=========Platform style=========*/
  .platform-inner-wrap {
    justify-content: center;
  }
  .platform-content {
    width: 100%;
    padding-left: 0;
    text-align: center;
    margin-top: 70px;
  }
  .platform-note-wrap p {
    text-align: left;
  }
  .platform-content p {
    text-align: left;
  }
  /*=========Platform style=========*/

  /*=======Team style=======*/
  .team-item {
    width: 47.16417910447761%;
    margin: 0 2.835820895522388%;
  }
  .team-item:nth-child(4n + 4) {
    margin: 0 2.835820895522388%;
  }
  .team-item:nth-child(2n + 1) {
    margin-left: 0;
  }
  .team-item:nth-child(2n + 2) {
    margin-right: 0;
  }
  /*=======Team style=======*/

  /*========Reference style========*/
  .reference-content {
    width: 100%;
    margin: 0;
  }
  .reference-thumb {
    width: 100%;
    margin-top: 40px;
  }
  .reference-thumb img {
    width: 100%;
  }
  /*========Reference style========*/

  /*=======Form Page Beginning=======*/
  .form-inner {
    justify-content: center;
  }
  .main-form-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .main-check-box input[type="checkbox"] {
    margin: 0 0 0 0;
  }
  /*=======Form Page End=======*/

  /* === Support group finder === */
  .location-form {
    width: 48%;
  }
  .location-tooltip {
    width: 47%;
  }
  .location-tooltip:nth-child(2) {
    left: 50%;
    bottom: 43%;
    transform: translateX(-50%);
  }
  .location-tooltip:nth-child(3) {
    left: 50%;
    bottom: 13.9%;
    transform: translateX(-50%);
  }
  .location-tooltip {
    display: none;
  }
  .location-tooltip:nth-child(2),
  .location-tooltip:nth-child(3) {
    display: block;
  }
  /* === Support group finder === */

  .subtypes .desk,
  .foodstoavoid .desk {
    display: none;
  }
  .subtypes .mobi,
  .foodstoavoid .mobi {
    display: block;
  }

  /* ===Start ndm-content-wrap style=== */
  .ndm-content-left {
    width: 100%;
    padding-right: 0;
  }
  .ndm-content-right {
    width: 100%;
  }
  .global-image {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .global-image img {
    width: auto;
  }
  .hcp-page-template .ndm-content-right {
    margin-bottom: 30px;
  }
  .ndm-hcp-content-innar .ndm-content-right {
    margin-top: 0;
  }
  /* ===End ndm-content-wrap style=== */

  /*=======Footer Style=======*/
  .footer-widgets-item {
    width: 50%;
    margin: 10px 0.000895%;
    padding-right: 15px;
  }
  .footer-bottom-main {
    padding: 0 20px;
  }
  .footer-bottom-content-right {
    width: 100%;
    padding: 7px 0;
  }
  .footer-bottom-content-left {
    width: 100%;
    padding: 15px 0;
  }
  .footer-bottom-content-left p {
    float: none;
    margin-right: 0px;
    text-align: center;
  }
  .footer-bottom-content-right ul {
    justify-content: center;
  }
  .cookies-inner-content-left {
    width: 100%;
  }
  .cookies-inner-content-left p {
    text-align: center;
  }
  .cookies-inner-btn-right {
    width: 100%;
    margin-top: 20px;
    justify-content: center;
    display: flex;
    flex-flow: row wrap;
  }
  .cookies-inner-btn-right .View {
    display: block;
    text-align: center;
  }
  .footer-bottom-content-right ul li {
    margin-right: 3.8%;
  }
  .footer-disclaimer .footer-bottom-inner {
    flex-flow: column;
  }
  /*=======Footer Style=======*/

  /*===slider-modal Beginning===*/
  .slider-modal-inner-wrap {
    justify-content: center;
  }
  .modal-content-wrap {
    width: 100%;
    padding-right: 0;
  }
  .slider-modal-inner-wrap .form-thumb {
    margin-top: 80px;
  }
  .slider-modal-wrap {
    padding: 80px 50px;
    width: 100%;
  }
  .slider-modal-wrap .slick-next {
    right: 0;
  }
  .slider-modal-wrap .slick-prev,
  .slider-modal-wrap .slick-next {
    width: 15px;
    height: 20px;
  }
  .slider-modal-wrap .slick-dots {
    width: 100%;
  }
  /*============slider-modal Beginning============*/

  .sc-tab-item-image {
    width: 50%;
  }
  .ndm-content-right.img-block-sidebar {
    position: relative;
    width: 384px;
  }
  .ndm-content-right.img-block-sidebar img {
    max-height: 300px;
  }
  .ndm-content-right-item:last-child {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 374px) {
  .btn.large {
    font-size: 13px;
    line-height: 36px;
    padding: 0 16px;
  }
  .platform-btn {
    margin-top: 8px;
  }
  .platform-wrap .thumb-bottom {
    margin: -27% 0 0 -8px;
  }
  .team-content h2 {
    width: 100%;
  }
  .hero-thumb-circle {
    top: 61%;
  }
  .platform-note-wrap li a {
    font-size: 16px;
  }

  /*=============Form Page Beginning==========*/
  .thumb-main-content h3 {
    font-size: 24px !important;
    line-height: 26px;
  }
  .thumb-main-content p,
  .platform-wrap .thumb-main-content p {
    font-size: 12px !important;
    line-height: 16px !important;
  }
  .thumb-bottom {
    margin: -69px 0 0 -8px;
  }
  .file-input > input[type="text"] {
    font-size: 12px;
  }
  .thumb-main .btn.large {
    padding: 0 12px;
    min-width: 162px !important;
  }
  .slider-modal-wrap .thumb-main {
    margin-top: -45px;
  }
  .slider-modal-wrap .thumb-main-content h3 {
    font-size: 20px !important;
    line-height: 20px;
  }
  .slider-modal-wrap .thumb-main-content h3 {
    font-size: 20px !important;
    line-height: 20px;
  }
  .slider-modal-wrap .thumb-main .btn.large {
    padding: 0 12px;
    min-width: 126px !important;
    font-size: 10px;
    line-height: 27px;
  }
  /*=============Form Page End==========*/

  .slider-modal-wrap .slick-next {
    right: 0;
  }
  .slider-modal-wrap .thumb-main {
    height: 240px !important;
  }
  .slider-modal-wrap .thumb-bottom {
    margin: -52px 0 0 0px;
  }
  .care-team .reference-content li br {
    display: block;
  }
  .sutypes-item-content-small h4 {
    font-size: 10px;
  }

  /*=============footer style==========*/
  .cookies-inner-btn-right .btn.small {
    width: 45%;
    font-size: 10px;
  }
  .footer-bottom-content-right ul li {
    margin-right: 6.4%;
  }
  .footer-bottom-content-left p {
    font-size: 9px;
  }
  .footer-bottom-content-right {
    padding: 0;
  }
  /*=============footer style==========*/
}
@media only screen and (max-width: 1110px) {
  .footer-disclaimer .footer-bottom-content-left {
    flex-direction: column;
    gap: 0.25rem;
  }
}
/*      Tablet Layout: 768px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 769px) and (max-width: 1024px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="submit"],
  input[type="password"],
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /*========= Start fixed header style ========*/
  .header-fixed-top-bar {
    position: fixed;
    top: 145px;
  }
  /*========= End fixed header style ========*/

  /*==========Hero style==========*/
  .main-content-wrap {
    margin-top: 110px;
  }
  .top-health-padding.main-content-wrap {
    margin-top: 160px;
  }

  .hero-content h2 {
    font-size: 48px;
    line-height: 58px;
  }
  .hero-content-thumb figure {
    width: 40%;
  }
  .hero-main {
    padding-right: 0;
  }
  .platform-inner-wrap {
    justify-content: center;
  }
  .platform-content {
    padding-left: 55px;
  }
  .platform-note-wrap p {
    text-align: left;
  }

  /*===========Home Cta Wrap===========*/
  .home-cta-item-wrap {
    padding: 25px;
  }
  /*===========Home Cta Wrap===========*/

  /*===========Form Page Beginning===========*/
  .form-inner {
    justify-content: center;
  }
  .main-form-wrap {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  /*===========Form Page Beginning===========*/

  /*============slider-modal Beginning============*/
  .slider-modal-inner-wrap {
    justify-content: center;
    padding: 50px 43px 50px 43px;
  }
  .modal-content-wrap {
    width: 100%;
    padding-right: 0;
  }
  .slider-modal-inner-wrap .form-thumb {
    margin-top: 80px;
  }
  .slider-modal-wrap {
    padding: 50px;
    width: 100%;
  }
  .slider-modal-wrap .slick-next {
    right: 0;
  }
  .slider-modal-wrap .slick-dots {
    width: 100%;
  }
  /*============slider-modal Beginning============*/

  /*Support Group Finder*/
  .location-tooltip {
    width: 27%;
  }
  /*Support Group Finder*/

  /* ===Start ndm-content-wrap style=== */
  .ndm-content-left {
    width: 100%;
    padding-right: 0;
  }
  .ndm-content-right {
    width: 100%;
  }
  .global-image {
    margin-top: 0;
    margin-bottom: 40px;
    text-align: center;
  }
  .global-image img {
    width: auto;
  }

  .hcp-page-template .ndm-content-right {
    margin-bottom: 30px;
  }
  .ndm-content-right.img-block-sidebar {
    position: relative;
    width: 384px;
  }
  .ndm-content-right.img-block-sidebar img {
    max-height: 300px;
  }
  .ndm-content-right-item:last-child {
    margin-bottom: 30px;
  }
  /* ===End ndm-content-wrap style=== */

  /*============footer-style============*/
  .cookies-inner-content-left {
    width: 50%;
  }
  .cookies-inner-btn-right {
    width: 50%;
  }
  .cookies-inner-btn-right .btn.small {
    font-size: 9px;
    margin-left: 5.3%;
  }
  .cookies-inner-btn-right .View {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
  .footer-bottom-content-left {
    width: 60%;
  }
  .footer-bottom-content-right {
    width: 40%;
  }
  /* .footer-widgets-item {width: 24.268456%;margin: 10px 0.6991051454138683%;} */
  .cookies-inner-btn-right .View {
    display: inline-block;
  }
  /*============footer-style============*/
}

@media only screen and (min-width: 499px) and (max-width: 940px) {
  .top-bar p {
    display: inline;
  }
  .scrollingDown {
    transform: translateY(-50px);
  }
  .main-header-section {
    padding: 0 !important;
  }

  /*========= Start fixed header style ========*/
  .header-fixed-top-bar {
    position: fixed;
    top: 165px;
  }
  /*========= End fixed header style ========*/

  /*==========Hero style==========*/
  .main-content-wrap {
    margin-top: 130px;
  }
  .top-health-padding.main-content-wrap {
    margin-top: 180px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 991px) {
  .hero-content {
    padding: 35px 0 35px 20px;
  }
  .hero-content-inner h1 {
    font-size: 48px;
    line-height: 58px;
  }
  .hero-thumb-circle {
    top: -21%;
  }
  /*==========Hero style==========*/

  /*=======Reference style=======*/
  .reference-content {
    width: 100%;
    margin-right: 0;
  }
  .reference-thumb {
    width: 100%;
    margin-top: 40px;
  }
  .reference-thumb img {
    width: 100%;
  }
  /*=======Reference style=======*/

  .slider-modal-wrap .slick-next {
    right: 0;
  }
  .platform-content {
    width: 100%;
    padding: 40px 0 0 0;
  }

  /*=== start footer style ======*/
  .footer-widgets-item {
    width: 24.268456%;
    margin: 10px 0.6991051454138683%;
  }
  .cookies-inner-btn-right .btn.small {
    margin-left: 2%;
  }
  /*=== start footer style ======*/

  /*===========Home Cta Wrap===========*/
  .home-cta-item-wrap {
    padding: 25px;
    width: 100%;
  }
  .home-cta-item a {
    font-size: 20px;
    line-height: 28px;
    padding-right: 20px;
  }
  .home-cta-item a img {
    width: 20px;
  }
  /*===========Home Cta Wrap===========*/

  .subtypes .desk,
  .foodstoavoid .desk {
    display: none;
  }
  .subtypes .mobi,
  .foodstoavoid .mobi {
    display: block;
  }
}

@media only screen and (min-width: 991px) and (max-width: 1024px) {
  /*===========Home Cta Wrap===========*/
  .home-cta-item-wrap {
    padding: 25px;
  }
  .home-cta-item a {
    font-size: 20px;
    line-height: 28px;
    padding-right: 20px;
  }
  .home-cta-item a img {
    width: 20px;
  }
  /*===========Home Cta Wrap===========*/
}

/*      Tablet Layout: 1024px.
-----------------------------------------------------------------
*/

@media only screen and (min-width: 1025px) and (max-width: 1280px) {
  input[type="text"],
  input[type="email"],
  input[type="tel"],
  input[type="search"],
  input[type="number"],
  input[type="submit"],
  input[type="password"],
  select,
  textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }

  /*============footer-style============*/
  .footer-bottom-content-left {
    width: 70%;
  }
  .footer-bottom-content-right {
    width: 30%;
  }
  .cookies-inner-content-left {
    width: 50%;
  }
  .cookies-inner-btn-right {
    width: 50%;
  }
  .footer-bottom-content-right ul li {
    margin-right: 8%;
  }
  /*============footer-style============*/
  .slider-modal-wrap {
    padding: 50px;
    width: 100%;
  }
}

@media only screen and (max-width: 1110px) {
  /*========= Start header style ========*/
  .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #412873;
    z-index: 11;
    color: #ffffff;
    align-items: flex-start;
    flex-flow: column wrap;
    padding: 80px 0 40px;
    transform: translateX(200%);
    transition: 0.4s ease-in-out;
    display: block;
  }
  .main-nav ul,
  .main-nav ul.submenu {
    height: 100vh;
    overflow-y: scroll;
    padding: 0 20px;
    padding-bottom: 270px;
    display: block;
  }
  .navShown .main-nav {
    transform: translateX(0);
  }
  .navShown {
    overflow-y: hidden;
  }
  .header-search-btn {
    display: none;
  }
  .main-logo {
    width: 80px;
    margin-left: 33px;
  }
  .hamburger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 26px;
    cursor: pointer;
    position: relative;
    z-index: 111;
  }
  .hamburger div {
    width: 100%;
    height: 2px;
    background-color: #000000;
    position: relative;
    transition: 0.4s ease-in-out;
  }
  .hamburger div:before,
  .hamburger div:after {
    content: "";
    position: absolute;
    top: -7px;
    width: 100%;
    height: 2px;
    background-color: #000000;
    left: 0;
    transition: 0.4s ease-in-out;
  }
  .hamburger div:after {
    top: auto;
    bottom: -7px;
  }
  .navShown .hamburger div,
  .navShown .hamburger div:before,
  .navShown .hamburger div:after {
    background-color: #ffffff;
  }
  .navShown .hamburger div:after {
    opacity: 0;
  }
  .navShown .hamburger div {
    transform: rotate(45deg);
  }
  .navShown .hamburger div:before {
    transform: rotate(90deg) translateX(6px);
  }
  .menu-wrap,
  .header-opotions-wrap {
    width: 70px;
  }
  .header-selactor-wrap {
    width: 100%;
  }
  .current_lang .lang {
    padding: 0 8px 0 0;
  }
  .header-wrap {
    align-items: center;
    justify-content: space-between;
  }
  .search-form-wrap {
    display: block;
    padding: 20px;
    position: relative;
    z-index: 11199;
    right: auto;
    width: 100%;
    background-color: transparent;
  }
  .search-form {
    float: left;
  }
  .search-form-wrap input:not([type="submit"]) {
    background-color: rgb(255 255 255 / 20%);
    color: #fff;
    font-size: 18px;
  }
  .search-form-wrap input::-webkit-input-placeholder {
    color: #999999;
  }
  .search-form-wrap input:-ms-input-placeholder {
    color: #999999;
  }
  .search-form-wrap input::placeholder {
    color: #999999;
  }
  .search-form-wrap form input[type="submit"] {
    position: absolute;
    width: 18px;
    height: 18px;
    background-image: url("svg/search-white.svg");
    background-size: 18px 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-color: transparent;
    border: 0;
    right: 15px;
    top: 11px;
  }
  .main-nav li {
    width: 100%;
    margin: 0;
    padding: 13px 0;
  }
  .main-nav li a {
    width: 100%;
    padding: 0;
    font-size: 18px;
    line-height: 29px;
    color: #ffffff;
  }
  .main-nav li.menu-item-has-children > a::after {
    background-image: url("img/chevron-right-white.png");
    width: 6px;
    height: 12px;
    background-size: 6px 12px;
  }
  .meganmenu-title {
    float: left;
    width: 100%;
    display: block;
    padding: 14px 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    position: relative;
    background-color: #412873;
  }
  .meganmenu-title span {
    float: left;
    width: 100%;
    font-size: 18px;
    line-height: 28px;
    font-family: "SofiaProRegular", sans-serif;
    color: rgba(255, 255, 255, 0.5);
    text-align: center;
  }
  .back-main-menu {
    width: 6px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: 24px;
    transform: translateY(-50%);
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  .main-nav li .sub-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 100%;
    border-radius: 0;
    border: none;
    height: 100vh;
    padding: 0;
    padding-top: 164px;
    left: 0;
    transform: translateX(200%);
    background-color: transparent;
    transition: 0.4s ease-in-out;
    overflow-y: hidden;
    display: block;
    z-index: 111;
    overflow-y: scroll;
  }
  .sub-menu.megamenu-show {
    transform: translateX(0) !important;
  }
  .current_lang .lang span.lang-txt,
  .lang span.lang-txt {
    font-size: 13px;
    line-height: 20px;
  }
  .chevron {
    top: 53%;
    right: -1px;
  }
  .main-nav li ul li a {
    width: 100%;
    padding: 4px 0 0;
  }
  .main-nav li ul,
  .main-nav li .sub-menu {
    padding-bottom: 50px;
    background-color: #412873;
    margin-top: -2px;
  }
  .main-nav li .sub-menu li {
    padding: 13px 20px;
    display: inline-block;
  }

  /*.main-content-wrap{margin-top: 80px;}*/
}

/*  Retina media query.
    Overrides styles for devices with a
    device-pixel-ratio of 2+, such as iPhone 4.
-----------------------------------------------    */

@media only screen and (-webkit-min-device-pixel-ratio: 2),
  only screen and (min-device-pixel-ratio: 2) {
}
