@charset "UTF-8";
body {
  font-family: 'Rubik', sans-serif;
  font-weight: 400;
  color: black;
  font-size: 0.91rem;
}

.text-primary {
  color: #5e2466 !important;
}

.text-secondary {
  color: #7d9cc2 !important;
}

.text-pink {
  color: #ec008c !important;
}

.text-yellow {
  color: #ffc745 !important;
}

.text-dark-gray {
  color: #786c69 !important;
}

.semi-bold {
  font-weight: 600;
}

.bg-purple {
  background-color: #5e2466 !important;
}

.bg-blue {
  background-color: #7d9cc2 !important;
}

.bg-yellow {
  background-color: #ffc745 !important;
}

.bg-dark-gray {
  background-color: #786c69 !important;
}

h1 {
  font-weight: 700;
}

h5 {
  font-size: 1.17rem !important;
}

.shadow {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.4) !important;
}

.hand {
  cursor: pointer;
}

.main-header {
  padding: 10px 0;
}

@media (max-width: 823px) {
  .main-header {
    padding: 5px 0;
  }
  .main-header .virtual-logo {
    width: 60%;
  }
  .main-header .fpi {
    font-size: 0.75rem;
  }
}

@media (max-width: 320px) {
  .main-header .ilumya_logo {
    width: 80px;
  }
}

.main-container {
  padding-bottom: 160px;
  min-height: 100%;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(white), to(#ffe09d));
  background: linear-gradient(0deg, white 0%, #ffe09d 100%);
}

@media (max-width: 768px) {
  .main-container {
    padding-bottom: 190px;
  }
}

.navbar {
  padding: .5rem 0 !important;
}

@media (max-width: 823px) {
  .navbar {
    padding: 0 !important;
  }
}

.navbar .navbar-nav {
  width: 100%;
}

.navbar .navbar-nav .nav-item {
  width: 100%;
  margin-right: 3px;
  padding-top: 8px;
  text-align: center;
  text-transform: uppercase;
  background-color: #bab1bc !important;
  position: relative;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

@media (max-width: 823px) {
  .navbar .navbar-nav .nav-item.welcome-nav {
    padding-bottom: 6px;
  }
}

.navbar .navbar-nav .nav-item:hover {
  background-color: #5e2466 !important;
}

.navbar .navbar-nav .nav-item:last-child {
  margin-right: 0;
}

.navbar .navbar-nav .nav-item span {
  font-size: 0.6rem;
}

.navbar .navbar-nav .nav-item .nav-link {
  padding: 0rem 1rem !important;
  color: white !important;
  line-height: 1rem;
}

.navbar .navbar-nav .nav-item.active {
  background-color: #5e2466 !important;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navbar .navbar-nav .nav-item.active span {
  display: none !important;
}

.navbar .navbar-nav .nav-item.active .nav-link {
  color: #ffc745 !important;
}

.navbar .navbar-nav .nav-item.active::after {
  content: '';
  position: absolute;
  left: 44%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #5e2466;
  clear: both;
}

@media (max-width: 823px) {
  .navbar .navbar-nav .nav-item.active::after {
    display: none;
  }
}

ul.list-items {
  list-style-type: none;
  padding-left: 0;
  margin-left: 0;
}

ul.list-items li {
  position: relative;
  padding-left: 23px;
  margin-bottom: 10px;
}

ul.list-items li::before {
  content: '▶';
  position: absolute;
  top: 2px;
  left: 6px;
  font-size: 0.75rem;
  color: #786c69;
}

.welcome-box {
  border: solid 2px #ffc745;
  position: relative;
}

@media (max-width: 768px) {
  .welcome-box {
    margin-bottom: 15px;
  }
}

.welcome-box .rounded {
  border-radius: 0.9rem !important;
}

.welcome-box .w-content {
  padding: 25px 25px 15px 25px;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(40%, white), to(#fddc95));
  background: linear-gradient(180deg, white 40%, #fddc95 100%);
}

@media (max-width: 768px) {
  .welcome-box .w-content {
    padding: 10px;
  }
}

.welcome-box .w-content.bg-white {
  background: white;
}

.welcome-box .w-content .topics-box {
  border-color: #ffc745 !important;
}

.welcome-box .w-content .topics-box .topics-include {
  border-bottom: solid 2px #ffc745;
  font-weight: 700;
  font-size: 1.05rem;
}

.welcome-box .w-content .topics-box a {
  text-decoration: underline;
  color: #786c69;
}

.welcome-box .w-content .topics-box a:hover {
  text-decoration: none;
}

.welcome-box .w-content .topics-box h4 {
  font-size: 1.22rem;
}

.welcome-box .w-footer {
  background-color: #5e2466;
  padding: 1rem;
}

.welcome-box .w-footer .play-icon {
  width: 20px;
  height: 20px;
  padding-left: 1px;
  line-height: 18px;
  text-align: center;
  border: solid 1px #ffc745;
  color: #ffc745;
  border-radius: 100%;
  font-size: 0.71rem;
}

.welcome-box .w-footer .bracket {
  font-size: 1.5rem;
}

.welcome-box .w-footer .get-started {
  font-size: 1.5rem;
  font-weight: 600;
}

.welcome-box .w-footer .review-efficacy {
  font-size: 1rem;
}

@media only screen and (device-width: 768px) {
  .welcome-box .w-footer .review-efficacy {
    font-size: 0.9rem;
  }
}

.welcome-box .purple-bar {
  background: #5e2466;
}

.home-video-box {
  border: solid 2px #7d9cc2;
  padding: 1px;
}

.home-video-box .name-bar {
  background-color: #7d9cc2;
}

@media (max-width: 375px) {
  .home-video-box .name-bar {
    font-size: 0.7rem;
  }
}

@media (max-width: 665px) {
  .home-video-box {
    position: fixed;
    right: 10px;
    bottom: 183px;
    width: 45%;
    z-index: 999;
  }
  .home-video-box video[poster] {
    width: 100%;
    height: 100%;
  }
}

@media (min-width: 667px) and (max-width: 740px) {
  .home-video-box {
    position: fixed;
    right: 10px;
    bottom: 183px;
    width: 30%;
    z-index: 999;
  }
  .home-video-box video[poster] {
    width: 100%;
    height: 100%;
  }
}

.home-video-box video[poster] {
  -o-object-fit: contain;
     object-fit: contain;
}

.form-index {
  /* .active, .accordion:hover {
        background-color: #ccc;
    } */
}

.form-index .accordion {
  font-weight: 600;
  color: #5e2466;
  cursor: pointer;
  padding: 4px 15px;
  width: 100%;
  border: solid 1px #ffc745;
  text-align: left;
  outline: none;
  font-size: 15px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  position: relative;
  background-color: transparent;
}

.form-index .accordion:after {
  position: absolute;
  top: 10px;
  right: 12px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 0.02em solid black;
  border-top: 0.02em solid black;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}

.form-index .active:after {
  position: absolute;
  top: 15px;
  right: 5px;
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  border-right: 0.02em solid black;
  border-top: 0.02em solid black;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  margin-right: 0.5em;
  margin-left: 1.0em;
}

.form-index .panel {
  padding: 0 15px;
  background-color: transparent;
  max-height: 0;
  border: solid 1px #ffc745;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
  font-size: 0.87rem;
}

.form-index .panel .custom-control-label::before {
  width: 0.8rem;
  height: 0.74rem;
  border-color: #ffc745;
  border-radius: 0;
}

.form-index .panel .custom-control-label::after {
  width: 0.8rem;
  height: 0.74rem;
}

.form-index .form-control {
  border-radius: 0;
  background-color: transparent;
  border-color: #ffc745;
}

.form-index .form-control-sm {
  height: 26px;
}

.form-index .btn-submit {
  background-color: #5e2466;
  border: solid 2px #ffc745;
  color: white;
  font-size: 0.95rem;
  line-height: 22px;
  width: 150px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.form-index .btn-submit:hover {
  background-color: #6f2b79;
}

/* Footer Styles*/
footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  position: fixed !important;
  bottom: 0;
  left: 0;
  z-index: 100;
  background: #fff;
  font-size: 1rem;
  color: #4d4d4f;
  line-height: 20px;
  position: relative;
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(71%, white), to(#feefcf));
  background: linear-gradient(0deg, white 71%, #feefcf 100%);
  /* .clip {
        right: 0;
        top: 0;
        width: 90px;
        height: 50px;
        text-align: right;
        padding-top: 7px;
        padding-right: 10px;
        color: white;
        position: sticky;
        float: right;
        background-color: #5f4c64;
        clip-path: polygon(0 0, 100% 100%, 100% 0);
        -ms-clip-path: polygon(0 0, 100% 100%, 100% 0);
        .fas {
            cursor: pointer;
        }
    } */
}

footer .clip {
  width: 0;
  height: 0;
  right: 0;
  position: fixed;
  float: right;
  cursor: pointer;
  z-index: 99;
  border-top: 50px solid #5f4c64;
  border-left: 100px solid transparent;
}

footer .clip .fas {
  right: 20px;
  top: -42px;
  z-index: 999;
  color: #fff;
  position: absolute;
}

footer .footer {
  position: relative;
  width: 100%;
  height: 137px;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 0;
  /* @media (max-width:992px) {
        height: 130px;
      } */
}

footer .footer.footer_active {
  height: auto;
}

@media (max-width: 600px) {
  footer .footer {
    margin-top: 42px;
  }
}

@media (max-width: 320px) {
  footer .footer {
    margin-top: 30px;
  }
}

footer .footer_head {
  padding: 10px 0 0;
}

footer .footer_main {
  width: 100%;
}

footer p {
  margin-bottom: 10px;
}

footer a {
  color: #4d4d4f !important;
  text-decoration: underline;
}

footer a:hover {
  text-decoration: none;
}

footer .logo-footer {
  width: 100px;
}

.footer_scroll {
  height: 90%;
  overflow-y: auto;
  overflow-x: hidden;
}

.footer_scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5;
}

.footer_scroll::-webkit-scrollbar {
  width: 10px;
  background-color: #F5F5F5;
}

.footer_scroll::-webkit-scrollbar-thumb {
  background-color: #7d9cc2;
  border: 1px solid #6985a7;
}

.navTabs .nav-item a.nav-link {
  color: #9f6aa7 !important;
  border-bottom: solid 2px #5e2466;
  margin-right: 10px;
  padding: 2px;
  position: relative;
  text-align: center;
  font-size: 0.85rem;
  font-weight: 600;
}

@media (min-width: 800px) {
  .navTabs .nav-item a.nav-link {
    min-width: 200px;
  }
}

@media (max-width: 768px) {
  .navTabs .nav-item a.nav-link {
    margin-bottom: 7px;
    min-width: 100px;
  }
}

.navTabs .nav-item a.nav-link.active {
  border-bottom: solid 2px #ffc745;
  color: #5e2466 !important;
}

.navTabs .nav-item a.nav-link.active::after {
  content: '';
  position: absolute;
  left: 45%;
  top: 100%;
  width: 0;
  height: 0;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 12px solid #ffc745;
  clear: both;
}

.yellow-underline {
  border-bottom: solid 2px #ffc745;
}

.popup {
  width: 80%;
  margin: 0 auto;
  top: 10%;
  left: 0;
  right: 0;
  border: solid 2px #ffc745;
  position: absolute;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, white), to(#fff0d4));
  background: linear-gradient(180deg, white 71%, #fff0d4 100%);
}

.popup .pop-header {
  position: relative;
}

.popup .pop-header .close-pop {
  position: absolute;
  color: #5e2466;
  font-weight: 600;
  font-size: 1.2rem;
  top: -20px;
  right: -6px;
}

.popup .pop-header .close-pop:hover {
  color: #a33fb1;
  cursor: pointer;
}

.curve-tableHeader {
  background-color: #7d9cc2;
  border-top-right-radius: 20px;
}

.prevalence-table td {
  border-color: #fff;
}

.link {
  text-decoration: underline;
  color: #5e2466;
}

.link:hover {
  text-decoration: none;
  color: #5e2466;
}

.teaes-gradient {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, white), to(#fff0d4));
  background: linear-gradient(180deg, white 71%, #fff0d4 100%);
}

.support-gradient {
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(71%, white), to(#ffde9a));
  background: linear-gradient(180deg, white 71%, #ffde9a 100%);
}

.yellowBar-bottomRounded {
  -webkit-border-bottom-right-radius: 20px;
  -webkit-border-bottom-left-radius: 20px;
  -moz-border-radius-bottomright: 20px;
  -moz-border-radius-bottomleft: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.visit-us-online {
  border-left: solid 1px #5e2466;
}

.gray-border-bottom {
  border-bottom: solid 2px #786c69;
}

.disabled {
  pointer-events: none;
  opacity: .65;
}

.efficacy-rrtab-img {
  width: 500px;
  height: 250px;
}

@media (max-width: 916px) {
  .efficacy-rrtab-img {
    width: 100%;
    height: auto;
  }
}

.metabolic-tab.navTabs .nav-item a.nav-link {
  line-height: 17px;
}

/* Image Animations */
#anim-three-sec {
  -webkit-animation: 3s ease 0s normal forwards 1 fadein;
  animation: 3s ease 0s normal forwards 1 fadein;
}

#anim-five-sec {
  -webkit-animation: 5s ease 0s normal forwards 1 fadein;
  animation: 5s ease 0s normal forwards 1 fadein;
}

#anim-seven-sec {
  -webkit-animation: 7s ease 0s normal forwards 1 fadein;
  animation: 7s ease 0s normal forwards 1 fadein;
}

#anim-nine-sec {
  -webkit-animation: 9s ease 0s normal forwards 1 fadein;
  animation: 9s ease 0s normal forwards 1 fadein;
}

#anim-eleven-sec {
  -webkit-animation: 11s ease 0s normal forwards 1 fadein;
  animation: 11s ease 0s normal forwards 1 fadein;
}

#anim-thirteen-sec {
  -webkit-animation: 13s ease 0s normal forwards 1 fadein;
  animation: 13s ease 0s normal forwards 1 fadein;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*# sourceMappingURL=styles.css.map */