@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Me5Q.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmEU9vAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmWUlvAw.ttf) format('truetype');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/roboto/v27/KFOlCnqEu92Fr1MmYUtvAw.ttf) format('truetype');
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  overflow-y: auto;
  font-family: Roboto, sans-serif;
  font-weight: 400;
  color: #fff;
}
a {
  color: #fff;
}
a:hover {
  color: #91c2c6;
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
.fullpage-section {
  background: #000;
  height: 100vh;
}
.fullpage-section p {
  font-size: 26px;
  line-height: 1.6;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .fullpage-section p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .fullpage-section p {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .fullpage-section p {
    font-size: 23px;
  }
}
@media (max-width: 767px) {
  .fullpage-section p {
    font-size: 20px;
  }
}
@media (max-width: 500px) {
  .fullpage-section p {
    font-size: 17px;
  }
}
.fullpage-section h2 {
  font-size: 80px;
  font-weight: 900;
  background: #e7eaff;
  background: -moz-linear-gradient(328deg, #7f7bff 0%, #7f7bf4 100%);
  background: -webkit-linear-gradient(328deg, #e7eaff 0%, #7f7bf4 100%);
  background: linear-gradient(328deg, #e7eaff 0%, #7f7bf4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7eaff", endColorstr="#7d7bf6", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .fullpage-section h2 {
    font-size: 70px;
  }
}
@media (max-width: 991px) {
  .fullpage-section h2 {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .fullpage-section h2 {
    font-size: 80px;
  }
}
@media (max-width: 575px) {
  .fullpage-section h2 {
    font-size: 60px;
  }
}
@media (max-width: 420px) {
  .fullpage-section h2 {
    font-size: 40px;
  }
}
.fullpage-section h2.small-header {
  font-size: 65px;
}
@media (max-width: 1199px) {
  .fullpage-section h2.small-header {
    font-size: 55px;
  }
}
@media (max-width: 991px) {
  .fullpage-section h2.small-header {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .fullpage-section h2.small-header {
    font-size: 55px;
  }
}
@media (max-width: 575px) {
  .fullpage-section h2.small-header {
    font-size: 50px;
  }
}
@media (max-width: 420px) {
  .fullpage-section h2.small-header {
    font-size: 35px;
  }
}
.fullpage-section .btn.btn-enter {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  border-radius: 300px;
  font-size: 20px;
  padding: 20px 65px;
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
}
.fullpage-section .btn.btn-enter:hover {
  background: #7d7bf6;
  border-color: #7d7bf6;
  color: white;
}
@media (max-width: 992px) {
  .fullpage-section .btn.btn-enter {
    font-size: 18px;
    padding: 10px 30px;
  }
}
.fullpage-section .z-index-top {
  z-index: 99;
  position: relative;
}
.z-index-top {
  z-index: 99;
  position: relative;
}
.zindex {
  z-index: 99999;
  position: relative;
}
.simple-page {
  padding-top: 110px;
  font-size: 22px;
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .simple-page {
    font-size: 20px;
  }
}
@media (max-width: 575px) {
  .simple-page {
    font-size: 18px;
  }
}
.simple-page .consumer-review img {
  float: left;
  margin-right: 30px;
}
@media (max-width: 767px) {
  .simple-page .consumer-review img {
    margin-right: 20px;
    max-width: 76px;
  }
}
.simple-page .consumer-review p {
  font-size: 20px;
}
@media (max-width: 767px) {
  .simple-page .consumer-review p {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .simple-page .consumer-review p {
    font-size: 16px;
  }
}
.simple-page .consumer-review.consumer-review-right img {
  float: right;
  margin-left: 30px;
  margin-right: 0;
}
.simple-page .consumer-review .consumer-name {
  font-size: 18px;
  color: #aeaeae;
}
@media (max-width: 575px) {
  .simple-page .consumer-review .consumer-name {
    font-size: 16px;
  }
}
.simple-page .archive-list {
  margin-bottom: 50px;
}
.simple-page .archive-list .archive-list-item {
  padding: 5px 0;
}
.simple-page .archive-list .archive-list-item span {
  color: #aeaeae;
  display: inline-block;
  margin-right: 20px;
}
.simple-page .archive-list .archive-list-item a {
  color: #aeaeae;
  text-decoration: underline;
}
.simple-page .square-btn {
  border: 1px solid #aab9ce;
  display: block;
  text-align: center;
  text-decoration: underline;
  padding: 90px 20px;
  background: #ffffff;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  margin-top: 30px;
}
.simple-page .square-btn.link-btn {
  text-align: left;
  padding: 16px 20px;
  margin-top: 16px;
}
.simple-page .square-btn.form-submit-btn {
  color: white;
  padding: 15px 50px;
}
.simple-page .square-btn.form-submit-btn:hover {
  color: #91c2c6;
}
.simple-page .clinical-test-overlay {
  padding: 20px 0 40px 0;
  border-top: 1px solid #656565;
}
@media (max-width: 575px) {
  .simple-page .clinical-test-overlay {
    padding-bottom: 0px;
  }
}
.simple-page .clinical-test-overlay a {
  color: #56d8ff;
  text-decoration: underline;
}
.simple-page .clinical-test-overlay h2 {
  font-size: 28px;
}
.simple-page .clinical-test-overlay p {
  font-size: 20px;
}
.simple-page .login-inputs input[type="text"],
.simple-page .login-inputs input[type="password"] {
  padding: 5px;
  width: 100%;
  display: block;
  font-size: 18px;
  margin-bottom: 20px;
}
.simple-page .login-inputs input[type="submit"] {
  padding: 10px 40px;
  margin: 10px 0;
  border: 1px solid #aab9ce;
  color: #fff;
  font-size: 18px;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
}
.simple-page .login-inputs input[type="submit"]:hover {
  text-decoration: underline;
}
.simple-page .login-inputs .action-anchors {
  font-size: 18px;
  float: right;
  margin-top: 4px;
}
@media (max-width: 575px) {
  .simple-page .login-inputs .action-anchors {
    float: none;
    text-align: center;
    font-size: 16px;
  }
}
.simple-page h1 {
  font-size: 72px;
  font-weight: 900;
  background: #56d8ff;
  background: -moz-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #56d8ff), color-stop(100%, #d1f4ff));
  background: -webkit-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: -o-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: -ms-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: linear-gradient(135deg, #56d8ff 0%, #d1f4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56d8ff', endColorstr='#d1f4ff', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .simple-page h1 {
    font-size: 55px;
  }
}
@media (max-width: 767px) {
  .simple-page h1 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .simple-page h1 {
    font-size: 45px;
  }
}
.simple-page h2 {
  font-size: 42px;
  font-weight: 900;
  background: #56d8ff;
  background: -moz-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: -webkit-gradient(left top, right bottom, color-stop(0%, #56d8ff), color-stop(100%, #d1f4ff));
  background: -webkit-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: -o-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: -ms-linear-gradient(-45deg, #56d8ff 0%, #d1f4ff 100%);
  background: linear-gradient(135deg, #56d8ff 0%, #d1f4ff 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#56d8ff', endColorstr='#d1f4ff', GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  .simple-page h2 {
    font-size: 35px;
  }
}
.simple-page p {
  margin-bottom: 40px;
  margin-top: 10px;
}
@media (max-width: 575px) {
  .simple-page p {
    margin-bottom: 25px;
  }
}
.simple-page .all-products {
  z-index: 10;
  position: relative;
}
.simple-page .all-products .btn-primary {
  color: white;
  padding: 10px 25px;
  font-size: 20px;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 300px;
  display: inline-block;
}
.simple-page .all-products .btn-primary:hover {
  background: #7d7bf6;
  border-color: #7d7bf6;
  color: white;
}
section.lighter-bg,
div.lighter-bg {
  background: #204060;
  background: -moz-radial-gradient(circle, rgba(32, 64, 96, 0.95) 0%, rgba(18, 33, 50, 0.95) 100%);
  background: -webkit-radial-gradient(circle, rgba(32, 64, 96, 0.95) 0%, rgba(18, 33, 50, 0.95) 100%);
  background: radial-gradient(circle, rgba(32, 64, 96, 0.95) 0%, rgba(18, 33, 50, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#204060", endColorstr="#122132", GradientType=1);
}
section.darken-bg,
div.darken-bg {
  background: #192a3e;
  background: -moz-radial-gradient(circle, rgba(25, 42, 62, 0.95) 0%, rgba(20, 28, 46, 0.95) 100%);
  background: -webkit-radial-gradient(circle, rgba(25, 42, 62, 0.95) 0%, rgba(20, 28, 46, 0.95) 100%);
  background: radial-gradient(circle, rgba(25, 42, 62, 0.95) 0%, rgba(20, 28, 46, 0.95) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#192a3e", endColorstr="#141c2e", GradientType=1);
}
section.dark-bg,
div.dark-bg {
  background: url('images/darkered.jpg') no-repeat top center #030405;
  background-size: auto 100%;
}
.video-section {
  position: relative;
  overflow: hidden;
}
.video-section #rotateVideo {
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.intro-section {
  position: relative;
  overflow: hidden;
}
.intro-section h1 {
  font-size: 140px;
  font-weight: 900;
  background: #e7eaff;
  background: -moz-linear-gradient(328deg, #7f7bff 0%, #7f7bf4 100%);
  background: -webkit-linear-gradient(328deg, #e7eaff 0%, #7f7bf4 100%);
  background: linear-gradient(328deg, #e7eaff 0%, #7f7bf4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7eaff", endColorstr="#5d68a8", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  letter-spacing: 8px;
}
.intro-section p {
  font-size: 40px;
  color: #ccc;
}
.intro-section #introVideo {
  margin: auto;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0%;
  transform: translate(0%, -50%);
  visibility: visible;
  opacity: 1;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.first-section {
  z-index: 3;
}
.first-section .tubeImage {
  position: absolute;
  bottom: -13%;
  width: 60%;
  right: 20%;
}
@media (max-width: 575px) {
  .first-section .tubeImage {
    display: none;
  }
}
footer .navbar-nav .nav-link {
  padding: 0;
}
.footer-logo img {
  max-width: 150px;
  opacity: 0.7;
}
.second-section {
  z-index: 2;
  overflow: hidden;
}
.second-section .pastaImage {
  position: absolute;
  bottom: 0%;
  width: 60%;
  right: 20%;
}
@media (max-width: 575px) {
  .second-section .pastaImage {
    display: none;
  }
}
.four-section {
  z-index: 2;
  overflow: hidden;
}
.four-section .tubeImage {
  position: absolute;
  top: 15%;
  width: 65%;
  left: 15%;
}
.userZone {
  font-size: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
@media (max-width: 500px) {
  .userZone {
    font-size: 18px;
  }
}
.userZone .logged {
  font-size: 14px;
  text-align: right;
  margin-right: 10px;
}
.userZone .logged span {
  font-weight: 600;
}
.fifth-section {
  overflow: hidden;
}
.fifth-section.home a {
  font-size: 38px;
  font-weight: 900;
  background: #e7eaff;
  background: -moz-linear-gradient(328deg, #e7eaff 0%, #5d68a8 100%);
  background: -webkit-linear-gradient(328deg, #e7eaff 0%, #5d68a8 100%);
  background: linear-gradient(328deg, #e7eaff 0%, #5d68a8 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e7eaff", endColorstr="#5d68a8", GradientType=1);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 15px;
  margin-bottom: 15px;
  display: block;
  transition: transform 0.2s;
  /* Animation */
}
.fifth-section.home a:hover {
  transform: scale(1.2);
}
@media (max-width: 767px) {
  .fifth-section.home a {
    font-size: 35px;
  }
}
.fifth-section.home a span {
  font-weight: 400;
  font-size: 30px;
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .fifth-section.home a span {
    font-size: 27px;
  }
}
@media (max-width: 767px) {
  .fifth-section .moleculsImageContainer {
    height: 0;
  }
}
.fifth-section .moleculsImage {
  position: absolute;
  bottom: -50px;
  left: 0;
}
@media (max-width: 767px) {
  .fifth-section .moleculsImage {
    left: 80%;
  }
}
.fifth-section .navbar-nav a {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
}
footer {
  background: #11161e;
  padding: 50px 0;
}
footer .footer-menu a {
  display: block;
  font-size: 20px;
}
@media (max-width: 767px) {
  footer .footer-menu a {
    font-size: 17px;
  }
}
footer .footer-tags {
  text-align: right;
}
footer .footer-tags a {
  color: #777c83;
  display: block;
}
footer .header-row-2 {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
  font-size: 20px;
  margin: 25px 0;
}
@media (max-width: 575px) {
  footer .header-row-2 {
    font-size: 17px;
  }
}
footer .header-row-3 {
  text-align: center;
  font-size: 24px;
}
footer .header-row-3 span {
  color: #ccc;
  font-size: 18px;
}
@media (max-width: 575px) {
  footer .header-row-3 span {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  footer .header-row-3 {
    font-size: 20px;
  }
}
footer .footer-bottom-menu {
  margin-top: 25px;
  border-top: 1px solid #ccc;
  padding-top: 30px;
  padding-bottom: 20px;
  text-align: center;
}
footer .footer-bottom-menu a {
  display: inline-block;
  margin: 0 10px;
}
nav {
  margin-top: 10px;
}
nav .navbar-brand img {
  max-width: 245px;
}
@media (max-width: 500px) {
  nav .navbar-brand img {
    max-width: 155px;
  }
}
nav div#navbarResponsive {
  background: rgba(34, 43, 59, 0.9);
  margin: 0px -32px;
  padding: 10px 30px;
  max-height: calc(100vh - 80px);
  overflow-y: auto;
}
nav div#navbarResponsive .nav-link {
  color: white;
}
nav div#navbarResponsive .nav-link:hover {
  color: #d7d7d7;
}
nav div#navbarResponsive .dropdown-menu {
  background: transparent;
  text-align: right;
  border: 0;
}
nav div#navbarResponsive .dropdown-menu .dropdown-item {
  color: #fff;
  font-size: 24PX;
}
nav div#navbarResponsive .dropdown-menu .dropdown-item:hover {
  background: transparent;
  color: #d7d7d7;
}
nav .navbar-toggler {
  border: 0;
  outline: 0;
}
nav .navbar-toggler:active {
  outline: 0;
}
nav .navbar-toggler .custom-toggler span {
  height: 3px;
  background: white;
  display: block;
  margin: 8px 0;
  width: 40px;
}
nav .navbar-toggler .custom-toggler span:nth-child(2) {
  margin-left: 10px;
  width: 30px;
}
@media (max-width: 500px) {
  nav .navbar-toggler .custom-toggler span {
    width: 30px;
  }
  nav .navbar-toggler .custom-toggler span:nth-child(2) {
    width: 20px;
  }
}
nav .navbar-nav {
  text-align: right;
  padding-right: 10px;
}
nav .navbar-nav a {
  font-size: 26px;
  font-weight: 500;
}
.main-new .main-new-image {
  width: 100%;
}
.main-new .main-new-info {
  position: absolute;
  top: 100px;
  left: 0;
}
@media (max-width: 991px) {
  .main-new .main-new-info {
    top: 50px;
  }
}
@media (max-width: 767px) {
  .main-new .main-new-info {
    top: 10px;
    left: 10px;
  }
}
.main-new .main-new-info h2 {
  background: transparent;
  color: white;
  font-size: 52px;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media (max-width: 991px) {
  .main-new .main-new-info h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  .main-new .main-new-info h2 {
    font-size: 35px;
  }
}
@media (max-width: 575px) {
  .main-new .main-new-info h2 {
    font-size: 25px;
  }
}
.main-new .main-new-info a {
  border: 1px solid #fff;
  padding: 8px 30px;
}
.contact-content {
  color: #ccc;
}
.contact-content strong {
  font-size: 26px;
  color: white;
}
@media (max-width: 991px) {
  .contact-content strong {
    font-size: 23px;
  }
}
@media (max-width: 575px) {
  .contact-content strong {
    font-size: 20px;
  }
}
.new-article-items .new-article-item {
  margin-bottom: 30px;
}
.new-article-items .new-article-item h2 {
  background: transparent;
  color: white;
  font-size: 30px;
  margin-bottom: 0;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: unset;
}
@media (max-width: 991px) {
  .new-article-items .new-article-item h2 {
    font-size: 25px;
  }
}
.new-article-items .new-article-item p {
  margin-bottom: 10px;
}
.new-article-items .new-article-item span {
  font-size: 16px;
  color: #ccc;
}
/* PARTICLES */
canvas {
  display: block;
  vertical-align: bottom;
}
/* ---- particles.js container ---- */
.js-particle {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 5;
}
.product-dosage {
  text-align: center;
  margin: 0 10px;
}
.product-dosage img {
  width: 80%;
}
@media (max-width: 767px) {
  .product-dosage img {
    width: 120px;
  }
}
.product-dosage h3 {
  margin: 30px 0;
}
.product-dosage p {
  font-size: 18px;
}
.text-xs-small {
  font-size: 16px;
}
.clinical-main-image {
  width: 100%;
  max-height: 500px;
  object-fit: cover;
}
@media (max-width: 1299px) {
  .clinical-main-image {
    max-height: 430px;
  }
}
@media (max-width: 1199px) {
  .clinical-main-image {
    max-height: 370px;
  }
}
@media (max-width: 991px) {
  .clinical-main-image {
    max-height: 260px;
  }
}
@media (max-width: 767px) {
  .clinical-main-image {
    max-height: 210px;
  }
}
@media (max-width: 575px) {
  .clinical-main-image {
    max-height: 170px;
  }
}
.form-control {
  border-radius: 0;
  background: #ffffff;
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.10430322) 0%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff", endColorstr="#ffffff", GradientType=1);
  color: white;
}
.news-list-image {
  width: 100%;
  max-height: 320px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .news-list-image {
    max-height: 250px;
  }
}
@media (max-width: 991px) {
  .news-list-image {
    max-height: 183px;
  }
}
@media (max-width: 575px) {
  .news-list-image {
    max-height: 160px;
  }
}
.alert {
  font-size: 16px;
  opacity: 0.9;
}
#map {
  height: 650px;
}
.breadcrumb {
  background: none;
  font-size: 16px;
}
.breadcrumb a {
  font-size: 16px;
}
.breadcrumb .breadcrumb-item.active {
  color: #ccc;
}
.language-toggler {
  margin-right: 10px;
}
.language-toggler .dropdown-menu {
  width: 60px;
  min-width: 60px;
}
.language-toggler .dropdown-menu .dropdown-item {
  padding-left: 10px;
}
#disclaimer {
  font-size: 16px;
  color: white;
  background: #e30000;
  padding: 8px 20px;
  font-weight: bold;
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
  transform: rotate(-90deg) translate(0, -100%);
  transform-origin: 100% 0;
  cursor: pointer;
}
#disclaimer:hover {
  text-decoration: underline;
}
#disclaimerModal {
  color: #000;
}
.why-use-box {
  padding-left: 100px;
  position: relative;
  margin-bottom: 30px;
}
@media (max-width: 500px) {
  .why-use-box {
    padding-left: 30px;
    padding-right: 30px;
    text-align: center;
  }
}
.why-use-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
}
@media (max-width: 500px) {
  .why-use-box img {
    position: static;
    margin-bottom: 20px;
  }
}
/*# sourceMappingURL=enterosgel.css.map */