body {
  background-color: #1d212e;
}

.img-avatar img {
  border-radius: 50%;
  max-width: 32px;
}
.header .navbar-nav-item:first-child .nav-link {
  padding-left: 0.875rem;
}
.header .navbar-nav-item .nav-link {
  padding-left: 0.875rem;
}
.nav-link.active {
  /* background-color: #61DB8D; */
  font-weight: bold;
  color: #000;
}

.nav-link.nav-review.active {
  /* color: #FFF !important; */
  background-color: unset;
}

#boxes #dialog {
  max-width: 800px;
  width: 80%;
}

.slick-track {
  margin:0;
}
.clickable {
  position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
}
.gradient-x-overlay-1 a {
  color: #fff !important;
}
.gradient-x-overlay-1 span {
  /* color: #303030 !important; */
}


/* FAQs */
section.faqs div.container > ul > li > strong {
  cursor: pointer;
  display: block;
  margin-bottom: 26px;
  max-width: 92%;
}
section.faqs div.container > ul > li > strong, section.faqs div.container > ul > li div.text div > strong:first-child {
  font-family: 'Montserrat';
  font-size: 34px;
  font-weight: 600;
  line-height: 43px;
}
section.faqs div.container > ul > li div.text {
  height: 0;
  overflow: hidden;
}

section.faqs { margin-bottom: 0; }
section.faqs div.container { padding-top: 0; }
section.faqs div.container > ul > li { border-bottom: 1px solid #d1bf93; padding: 40px 0 4px 0; }
section.faqs div.container > ul > li > strong,
section.faqs div.container > ul > li div.text div > strong:first-child { font-family: 'Montserrat'; font-size: 34px; font-weight: 600; line-height: 43px; }
section.faqs div.container > ul > li > strong { cursor: pointer; display: block; margin-bottom: 26px; max-width: 92%; }
section.faqs div.container > ul > li div.text { height: 0; overflow: hidden; }
section.faqs div.container > ul > li div.text.transition { transition: height 0.75s; -webkit-transition: height 0.75s; -moz-transition: height 0.75s; -ms-transition: height 0.75s; -o-transition: height 0.75s; }
section.faqs div.container > ul > li div.text::after { content: ' '; display: block; height: 30px; }
section.faqs div.container > ul > li div.text div { overflow: hidden; padding-left: 38px; position: relative; vertical-align: top; width: calc(100% - 40px); }
section.faqs div.container > ul > li div.text div > strong:first-child { left: -38px; margin-right: -28px; position: relative; }
section.faqs div.container > ul > li div.text p:first-of-type { display: inline; }


.cookieAcceptBar {
  display:none;
  position: fixed;
  bottom: 0;
  left:0;
  right: 0;
  text-align: center;
  background-color: #eb0026;
  color: #fff;
  padding: 10px 0;
  z-index: 99999;
}

.cookieAcceptBar button {
  cursor: pointer;
  border: none;
  background-color: #61DB8D;
  color: #000;
  text-transform: uppercase;
  margin-top: 10px;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
}

.bg-gray-2300 {
  background-color: #bdbebd;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #FFF;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #FFF;
}

::-ms-input-placeholder { /* Microsoft Edge */
  color: #FFF;
}
