@import url("https://fonts.googleapis.com/css?family=Poppins:400,500,600,700|Space+Mono:400,700&display=swap");
.about-us-page h1 {
  color: #fff;
  font-size: 90px;
  font-weight: 600;
  margin-bottom: 120px;
  margin-top: 120px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .about-us-page h1 {
    font-size: 60px;
  }
}
.about-us-page h2 {
  color: #fff;
  max-width: 75%;
  font-size: 54px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .about-us-page h2 {
    max-width: 100%;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .about-us-page h2 {
    font-size: 40px;
  }
}
.about-us-page h3 {
  color: #fff;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .about-us-page h3 {
    font-size: 24px;
  }
}
.about-us-page img {
  margin-top: 80px;
  height: 180px;
  width: 180px;
}
.about-us-page p {
  color: #fff;
  text-align: center;
}
.about-us-page ul {
  list-style-type: disc;
  list-style-position: inside;
  text-align: center;
}
.about-us-page ul li {
  color: #fff;
}
.about-us-page ul li:first-child {
  margin-top: 20px;
}
.about-us-page .about-us-section {
  margin-bottom: 180px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .about-us-page .about-us-section {
    margin-bottom: 120px;
  }
}
.about-us-page .about-us-section:last-child {
  margin-bottom: 80px;
}
.about-us-page .core-wrapper .core-item .core-skills {
  margin-bottom: 20px;
  text-align: center;
}
.about-us-page .core-wrapper .core-item .core-skills i {
  font-size: 60px;
  line-height: 60px;
  color: #fff;
}
.about-us-page#about-us-details {
  background-color: #f9f9f9;
}
.about-us-page#about-us-details h1, .about-us-page#about-us-details h2, .about-us-page#about-us-details h3, .about-us-page#about-us-details p, .about-us-page#about-us-details ul > li {
  color: #222;
}

body {
  font-family: "Poppins", sans-serif;
  font-weight: normal;
  font-style: normal;
  overflow-x: hidden;
  min-height: 100vh;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

a {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

button {
  cursor: pointer;
}

a:focus,
a:hover {
  text-decoration: none;
}

i,
span,
a {
  display: inline-block;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  margin: 0px;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1 {
  font-size: 50px;
  margin-bottom: 20px;
}

h2 {
  font-size: 45px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
}

h6 {
  font-size: 16px;
}

ul, ol {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}
@media (max-width: 767px) {
  ul, ol {
    font-size: 16px;
  }
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  margin: 0px;
}
@media (max-width: 767px) {
  p {
    font-size: 16px;
  }
}

.modal {
  z-index: 1101;
}

.img-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
}

.shape {
  position: absolute;
  z-index: -1;
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
  .container {
    width: 450px;
  }
}

.logo img {
  width: 50%;
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
  .img-wrapper {
    display: none;
  }
}
@media (max-width: 767px) {
  .img-wrapper {
    display: none;
  }
}

@media (max-width: 767px) {
  .odd-col {
    order: -1;
  }
}

.slick-slide:focus {
  outline: 0;
}

.light-outline-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  border: 2px solid #fff;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}
.light-outline-btn:hover {
  background-color: #29323F;
  color: #fff;
}

.light-outline-btn-compact {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  color: #fff;
  border: 2px solid #fff;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}
.light-outline-btn-compact:hover {
  background-color: #29323F;
  color: #fff;
}

.dark-outline-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  color: #171717;
  border: 2px solid #171717;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: transparent;
}
.dark-outline-btn:hover {
  background-color: #29323F;
  color: #fff;
}
.dark-outline-btn.active {
  color: #fff;
  background-color: #171717;
}

.circular-light-btn {
  position: relative;
  font-weight: 500;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  border-radius: 50%;
  padding: 8px;
  font-size: 16px;
  height: 50px;
  width: 50px;
  color: #454545;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
.circular-light-btn i {
  position: absolute;
  font-size: 20px;
  font-weight: 600;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.subtitle-span {
  font-size: 14px;
  color: #454545;
}

.common-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  color: #fff;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #171717;
}
.common-btn:hover {
  background-color: #29323F;
  color: #fff;
}
.common-btn.active {
  background-color: #E06259;
}
.common-btn.fat-btn {
  white-space: normal;
  height: fit-content;
  line-height: 20px;
  padding: 20px 40px;
}
@media (max-width: 767px) {
  .common-btn.fat-btn {
    padding: 12px 20px;
  }
}
.common-btn.hero-video-embed-button {
  white-space: normal;
  height: 80px;
  padding: 0 60px;
  background-color: #171717;
}
@media (max-width: 767px) {
  .common-btn.hero-video-embed-button {
    padding: 0 30px;
  }
}

.common-btn-compact {
  margin: 30px 5px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #fff;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #171717;
}
.common-btn-compact:hover {
  background-color: #29323F;
  color: #fff;
}

.inverted-btn {
  display: inline-block;
  font-weight: 500;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 40px;
  font-size: 16px;
  height: 55px;
  line-height: 55px;
  color: #222;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
.inverted-btn:hover {
  background-color: #C5D0E3;
  color: #222;
}

.inverted-btn-compact {
  margin: 30px 5px;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 0;
  padding: 0 20px;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  color: #222;
  z-index: 5;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  background-color: #fff;
}
.inverted-btn-compact:hover {
  background-color: #C5D0E3;
  color: #222;
}

.noselect-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

#loading-spinner {
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 99;
  display: none;
}

@-webkit-keyframes loading-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes loading-spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* ======= animations ========= */
#loading-spinner::after {
  content: "";
  display: block;
  position: absolute;
  left: calc(50% - 30px);
  top: 40%;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-color: #222;
  border-top-color: transparent;
  border-width: 4px;
  border-radius: 50%;
  -moz-animation: loading-spin 0.8s linear infinite;
  -webkit-animation: loading-spin 0.8s linear infinite;
  animation: loading-spin 0.8s linear infinite;
}

.gelatine {
  animation: gelatine 0.5s infinite;
}

@keyframes gelatine {
  from, to {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(0.9, 1.1);
  }
  50% {
    transform: scale(1.1, 0.9);
  }
  75% {
    transform: scale(0.95, 1.05);
  }
}
.warning-msg {
  color: #fff;
  font-weight: 700;
}

.yellow-bg {
  background-color: #FFC728;
}

.gray-bg {
  background-color: #979797;
}

.red-bg {
  background-color: #E06259;
}

.pitch-black-bg {
  background-color: #000;
  color: #fff;
}

.white-bg {
  background-color: #fff;
}

.light-gray-bg {
  background-color: #e6e6e6;
}

.special-offer-bg {
  background-color: #ebb154;
}

.green-bg {
  background-color: #327a16;
}

.black-bg {
  background-color: #222;
}

.blue-bg {
  background-color: #2F80ED;
}

.purple-bg {
  background-color: #b932c5;
}

/* ======= bg-primary shades ========= */
.bg-dark-theme {
  background-color: #171717;
  border: none;
  color: #fff;
}

.bg-dark-theme-outline {
  background-color: #f9f9f9;
  border: 2px solid #171717;
  color: #222;
}

.bg-black-100 {
  background: rgba(34, 34, 34, 0.1);
}

.bg-black-200 {
  background: rgba(34, 34, 34, 0.2);
}

.bg-black-300 {
  background: rgba(34, 34, 34, 0.3);
}

.bg-black-400 {
  background: rgba(34, 34, 34, 0.4);
}

.bg-black-500 {
  background: rgba(34, 34, 34, 0.5);
}

.bg-black-600 {
  background: rgba(34, 34, 34, 0.6);
}

.bg-black-700 {
  background: rgba(34, 34, 34, 0.7);
}

.bg-black-800 {
  background: rgba(34, 34, 34, 0.8);
}

.bg-black-900 {
  background: rgba(34, 34, 34, 0.9);
}

.bg-red-100 {
  background: rgba(224, 98, 89, 0.1);
}

.bg-red-200 {
  background: rgba(224, 98, 89, 0.2);
}

.bg-red-300 {
  background: rgba(224, 98, 89, 0.3);
}

.bg-red-400 {
  background: rgba(224, 98, 89, 0.4);
}

.bg-red-500 {
  background: rgba(224, 98, 89, 0.5);
}

.bg-red-600 {
  background: rgba(224, 98, 89, 0.6);
}

.bg-red-700 {
  background: rgba(224, 98, 89, 0.7);
}

.bg-red-800 {
  background: rgba(224, 98, 89, 0.8);
}

.bg-red-900 {
  background: rgba(224, 98, 89, 0.9);
}

.bg-purple-100 {
  background: rgba(185, 50, 197, 0.1);
}

.bg-purple-200 {
  background: rgba(185, 50, 197, 0.2);
}

.bg-purple-300 {
  background: rgba(185, 50, 197, 0.3);
}

.bg-purple-400 {
  background: rgba(185, 50, 197, 0.4);
}

.bg-purple-500 {
  background: rgba(185, 50, 197, 0.5);
}

.bg-purple-600 {
  background: rgba(185, 50, 197, 0.6);
}

.bg-purple-700 {
  background: rgba(185, 50, 197, 0.7);
}

.bg-purple-800 {
  background: rgba(185, 50, 197, 0.8);
}

.bg-purple-900 {
  background: rgba(185, 50, 197, 0.9);
}

.bg-blue-100 {
  background: rgba(47, 128, 237, 0.1);
}

.bg-blue-200 {
  background: rgba(47, 128, 237, 0.2);
}

.bg-blue-300 {
  background: rgba(47, 128, 237, 0.3);
}

.bg-blue-400 {
  background: rgba(47, 128, 237, 0.4);
}

.bg-blue-500 {
  background: rgba(47, 128, 237, 0.5);
}

.bg-blue-600 {
  background: rgba(47, 128, 237, 0.6);
}

.bg-blue-700 {
  background: rgba(47, 128, 237, 0.7);
}

.bg-blue-800 {
  background: rgba(47, 128, 237, 0.8);
}

.bg-blue-900 {
  background: rgba(47, 128, 237, 0.9);
}

/* ======= Margin Top ======= */
.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-25 {
  margin-top: 25px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-35 {
  margin-top: 35px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-45 {
  margin-top: 45px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-55 {
  margin-top: 55px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-75 {
  margin-top: 75px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-85 {
  margin-top: 85px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-95 {
  margin-top: 95px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-105 {
  margin-top: 105px;
}

.mt-110 {
  margin-top: 110px;
}

.mt-115 {
  margin-top: 115px;
}

.mt-120 {
  margin-top: 120px;
}

.mt-125 {
  margin-top: 125px;
}

.mt-130 {
  margin-top: 130px;
}

.mt-135 {
  margin-top: 135px;
}

.mt-140 {
  margin-top: 140px;
}

.mt-145 {
  margin-top: 145px;
}

.mt-150 {
  margin-top: 150px;
}

.mt-155 {
  margin-top: 155px;
}

.mt-160 {
  margin-top: 160px;
}

.mt-165 {
  margin-top: 165px;
}

.mt-170 {
  margin-top: 170px;
}

.mt-175 {
  margin-top: 175px;
}

.mt-180 {
  margin-top: 180px;
}

.mt-185 {
  margin-top: 185px;
}

.mt-190 {
  margin-top: 190px;
}

.mt-195 {
  margin-top: 195px;
}

.mt-200 {
  margin-top: 200px;
}

.mt-205 {
  margin-top: 205px;
}

.mt-210 {
  margin-top: 210px;
}

.mt-215 {
  margin-top: 215px;
}

.mt-220 {
  margin-top: 220px;
}

.mt-225 {
  margin-top: 225px;
}

.mt-auto {
  margin-top: auto;
}

/* ======= Margin Bottom ======= */
.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-25 {
  margin-bottom: 25px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-35 {
  margin-bottom: 35px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-45 {
  margin-bottom: 45px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-55 {
  margin-bottom: 55px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-65 {
  margin-bottom: 65px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-75 {
  margin-bottom: 75px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-85 {
  margin-bottom: 85px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-95 {
  margin-bottom: 95px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mb-105 {
  margin-bottom: 105px;
}

.mb-110 {
  margin-bottom: 110px;
}

.mb-115 {
  margin-bottom: 115px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mb-125 {
  margin-bottom: 125px;
}

.mb-130 {
  margin-bottom: 130px;
}

.mb-135 {
  margin-bottom: 135px;
}

.mb-140 {
  margin-bottom: 140px;
}

.mb-145 {
  margin-bottom: 145px;
}

.mb-150 {
  margin-bottom: 150px;
}

.mb-155 {
  margin-bottom: 155px;
}

.mb-160 {
  margin-bottom: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

.mb-170 {
  margin-bottom: 170px;
}

.mb-175 {
  margin-bottom: 175px;
}

.mb-180 {
  margin-bottom: 180px;
}

.mb-185 {
  margin-bottom: 185px;
}

.mb-190 {
  margin-bottom: 190px;
}

.mb-195 {
  margin-bottom: 195px;
}

.mb-200 {
  margin-bottom: 200px;
}

.mb-205 {
  margin-bottom: 205px;
}

.mb-210 {
  margin-bottom: 210px;
}

.mb-215 {
  margin-bottom: 215px;
}

.mb-220 {
  margin-bottom: 220px;
}

.mb-225 {
  margin-bottom: 225px;
}

.mb-auto {
  margin-bottom: auto;
}

/* ======= Margin Left ======= */
.ml-5 {
  margin-left: 5px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-25 {
  margin-left: 25px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-35 {
  margin-left: 35px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-45 {
  margin-left: 45px;
}

.ml-50 {
  margin-left: 50px;
}

.ml-55 {
  margin-left: 55px;
}

.ml-60 {
  margin-left: 60px;
}

.ml-65 {
  margin-left: 65px;
}

.ml-70 {
  margin-left: 70px;
}

.ml-75 {
  margin-left: 75px;
}

.ml-80 {
  margin-left: 80px;
}

.ml-85 {
  margin-left: 85px;
}

.ml-90 {
  margin-left: 90px;
}

.ml-95 {
  margin-left: 95px;
}

.ml-100 {
  margin-left: 100px;
}

.ml-105 {
  margin-left: 105px;
}

.ml-110 {
  margin-left: 110px;
}

.ml-115 {
  margin-left: 115px;
}

.ml-120 {
  margin-left: 120px;
}

.ml-125 {
  margin-left: 125px;
}

.ml-130 {
  margin-left: 130px;
}

.ml-135 {
  margin-left: 135px;
}

.ml-140 {
  margin-left: 140px;
}

.ml-145 {
  margin-left: 145px;
}

.ml-150 {
  margin-left: 150px;
}

.ml-155 {
  margin-left: 155px;
}

.ml-160 {
  margin-left: 160px;
}

.ml-165 {
  margin-left: 165px;
}

.ml-170 {
  margin-left: 170px;
}

.ml-175 {
  margin-left: 175px;
}

.ml-180 {
  margin-left: 180px;
}

.ml-185 {
  margin-left: 185px;
}

.ml-190 {
  margin-left: 190px;
}

.ml-195 {
  margin-left: 195px;
}

.ml-200 {
  margin-left: 200px;
}

.ml-205 {
  margin-left: 205px;
}

.ml-210 {
  margin-left: 210px;
}

.ml-215 {
  margin-left: 215px;
}

.ml-220 {
  margin-left: 220px;
}

.ml-225 {
  margin-left: 225px;
}

.ml-auto {
  margin-left: auto;
}

/* ======= Margin Right ======= */
.mr-5 {
  margin-right: 5px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-15 {
  margin-right: 15px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-25 {
  margin-right: 25px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-35 {
  margin-right: 35px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-45 {
  margin-right: 45px;
}

.mr-50 {
  margin-right: 50px;
}

.mr-55 {
  margin-right: 55px;
}

.mr-60 {
  margin-right: 60px;
}

.mr-65 {
  margin-right: 65px;
}

.mr-70 {
  margin-right: 70px;
}

.mr-75 {
  margin-right: 75px;
}

.mr-80 {
  margin-right: 80px;
}

.mr-85 {
  margin-right: 85px;
}

.mr-90 {
  margin-right: 90px;
}

.mr-95 {
  margin-right: 95px;
}

.mr-100 {
  margin-right: 100px;
}

.mr-105 {
  margin-right: 105px;
}

.mr-110 {
  margin-right: 110px;
}

.mr-115 {
  margin-right: 115px;
}

.mr-120 {
  margin-right: 120px;
}

.mr-125 {
  margin-right: 125px;
}

.mr-130 {
  margin-right: 130px;
}

.mr-135 {
  margin-right: 135px;
}

.mr-140 {
  margin-right: 140px;
}

.mr-145 {
  margin-right: 145px;
}

.mr-150 {
  margin-right: 150px;
}

.mr-155 {
  margin-right: 155px;
}

.mr-160 {
  margin-right: 160px;
}

.mr-165 {
  margin-right: 165px;
}

.mr-170 {
  margin-right: 170px;
}

.mr-175 {
  margin-right: 175px;
}

.mr-180 {
  margin-right: 180px;
}

.mr-185 {
  margin-right: 185px;
}

.mr-190 {
  margin-right: 190px;
}

.mr-195 {
  margin-right: 195px;
}

.mr-200 {
  margin-right: 200px;
}

.mr-205 {
  margin-right: 205px;
}

.mr-210 {
  margin-right: 210px;
}

.mr-215 {
  margin-right: 215px;
}

.mr-220 {
  margin-right: 220px;
}

.mr-225 {
  margin-right: 225px;
}

.mr-auto {
  margin-right: auto;
}

/* ======= Padding Top ======= */
.pt-5 {
  padding-top: 5px;
}

.pt-10 {
  padding-top: 10px;
}

.pt-15 {
  padding-top: 15px;
}

.pt-20 {
  padding-top: 20px;
}

.pt-25 {
  padding-top: 25px;
}

.pt-30 {
  padding-top: 30px;
}

.pt-35 {
  padding-top: 35px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-45 {
  padding-top: 45px;
}

.pt-50 {
  padding-top: 50px;
}

.pt-55 {
  padding-top: 55px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-65 {
  padding-top: 65px;
}

.pt-70 {
  padding-top: 70px;
}

.pt-75 {
  padding-top: 75px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-85 {
  padding-top: 85px;
}

.pt-90 {
  padding-top: 90px;
}

.pt-95 {
  padding-top: 95px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-105 {
  padding-top: 105px;
}

.pt-110 {
  padding-top: 110px;
}

.pt-115 {
  padding-top: 115px;
}

.pt-120 {
  padding-top: 120px;
}

.pt-125 {
  padding-top: 125px;
}

.pt-130 {
  padding-top: 130px;
}

.pt-135 {
  padding-top: 135px;
}

.pt-140 {
  padding-top: 140px;
}

.pt-145 {
  padding-top: 145px;
}

.pt-150 {
  padding-top: 150px;
}

.pt-155 {
  padding-top: 155px;
}

.pt-160 {
  padding-top: 160px;
}

.pt-165 {
  padding-top: 165px;
}

.pt-170 {
  padding-top: 170px;
}

.pt-175 {
  padding-top: 175px;
}

.pt-180 {
  padding-top: 180px;
}

.pt-185 {
  padding-top: 185px;
}

.pt-190 {
  padding-top: 190px;
}

.pt-195 {
  padding-top: 195px;
}

.pt-200 {
  padding-top: 200px;
}

.pt-205 {
  padding-top: 205px;
}

.pt-210 {
  padding-top: 210px;
}

.pt-215 {
  padding-top: 215px;
}

.pt-220 {
  padding-top: 220px;
}

.pt-225 {
  padding-top: 225px;
}

/* ======= Padding Bottom ======= */
.pb-5 {
  padding-bottom: 5px;
}

.pb-10 {
  padding-bottom: 10px;
}

.pb-15 {
  padding-bottom: 15px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pb-25 {
  padding-bottom: 25px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pb-35 {
  padding-bottom: 35px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-45 {
  padding-bottom: 45px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pb-55 {
  padding-bottom: 55px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pb-65 {
  padding-bottom: 65px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pb-75 {
  padding-bottom: 75px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-85 {
  padding-bottom: 85px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pb-95 {
  padding-bottom: 95px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pb-105 {
  padding-bottom: 105px;
}

.pb-110 {
  padding-bottom: 110px;
}

.pb-115 {
  padding-bottom: 115px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pb-125 {
  padding-bottom: 125px;
}

.pb-130 {
  padding-bottom: 130px;
}

.pb-135 {
  padding-bottom: 135px;
}

.pb-140 {
  padding-bottom: 140px;
}

.pb-145 {
  padding-bottom: 145px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pb-155 {
  padding-bottom: 155px;
}

.pb-160 {
  padding-bottom: 160px;
}

.pb-165 {
  padding-bottom: 165px;
}

.pb-170 {
  padding-bottom: 170px;
}

.pb-175 {
  padding-bottom: 175px;
}

.pb-180 {
  padding-bottom: 180px;
}

.pb-185 {
  padding-bottom: 185px;
}

.pb-190 {
  padding-bottom: 190px;
}

.pb-195 {
  padding-bottom: 195px;
}

.pb-200 {
  padding-bottom: 200px;
}

.pb-205 {
  padding-bottom: 205px;
}

.pb-210 {
  padding-bottom: 210px;
}

.pb-215 {
  padding-bottom: 215px;
}

.pb-220 {
  padding-bottom: 220px;
}

.pb-225 {
  padding-bottom: 225px;
}

/* ======= Padding Left ======= */
.pl-5 {
  padding-left: 5px;
}

.pl-10 {
  padding-left: 10px;
}

.pl-15 {
  padding-left: 15px;
}

.pl-20 {
  padding-left: 20px;
}

.pl-25 {
  padding-left: 25px;
}

.pl-30 {
  padding-left: 30px;
}

.pl-35 {
  padding-left: 35px;
}

.pl-40 {
  padding-left: 40px;
}

.pl-45 {
  padding-left: 45px;
}

.pl-50 {
  padding-left: 50px;
}

.pl-55 {
  padding-left: 55px;
}

.pl-60 {
  padding-left: 60px;
}

.pl-65 {
  padding-left: 65px;
}

.pl-70 {
  padding-left: 70px;
}

.pl-75 {
  padding-left: 75px;
}

.pl-80 {
  padding-left: 80px;
}

.pl-85 {
  padding-left: 85px;
}

.pl-90 {
  padding-left: 90px;
}

.pl-95 {
  padding-left: 95px;
}

.pl-100 {
  padding-left: 100px;
}

.pl-105 {
  padding-left: 105px;
}

.pl-110 {
  padding-left: 110px;
}

.pl-115 {
  padding-left: 115px;
}

.pl-120 {
  padding-left: 120px;
}

.pl-125 {
  padding-left: 125px;
}

.pl-130 {
  padding-left: 130px;
}

.pl-135 {
  padding-left: 135px;
}

.pl-140 {
  padding-left: 140px;
}

.pl-145 {
  padding-left: 145px;
}

.pl-150 {
  padding-left: 150px;
}

.pl-155 {
  padding-left: 155px;
}

.pl-160 {
  padding-left: 160px;
}

.pl-165 {
  padding-left: 165px;
}

.pl-170 {
  padding-left: 170px;
}

.pl-175 {
  padding-left: 175px;
}

.pl-180 {
  padding-left: 180px;
}

.pl-185 {
  padding-left: 185px;
}

.pl-190 {
  padding-left: 190px;
}

.pl-195 {
  padding-left: 195px;
}

.pl-200 {
  padding-left: 200px;
}

.pl-205 {
  padding-left: 205px;
}

.pl-210 {
  padding-left: 210px;
}

.pl-215 {
  padding-left: 215px;
}

.pl-220 {
  padding-left: 220px;
}

.pl-225 {
  padding-left: 225px;
}

/* ======= Padding Right ======= */
.pr-5 {
  padding-right: 5px;
}

.pr-10 {
  padding-right: 10px;
}

.pr-15 {
  padding-right: 15px;
}

.pr-20 {
  padding-right: 20px;
}

.pr-25 {
  padding-right: 25px;
}

.pr-30 {
  padding-right: 30px;
}

.pr-35 {
  padding-right: 35px;
}

.pr-40 {
  padding-right: 40px;
}

.pr-45 {
  padding-right: 45px;
}

.pr-50 {
  padding-right: 50px;
}

.pr-55 {
  padding-right: 55px;
}

.pr-60 {
  padding-right: 60px;
}

.pr-65 {
  padding-right: 65px;
}

.pr-70 {
  padding-right: 70px;
}

.pr-75 {
  padding-right: 75px;
}

.pr-80 {
  padding-right: 80px;
}

.pr-85 {
  padding-right: 85px;
}

.pr-90 {
  padding-right: 90px;
}

.pr-95 {
  padding-right: 95px;
}

.pr-100 {
  padding-right: 100px;
}

.pr-105 {
  padding-right: 105px;
}

.pr-110 {
  padding-right: 110px;
}

.pr-115 {
  padding-right: 115px;
}

.pr-120 {
  padding-right: 120px;
}

.pr-125 {
  padding-right: 125px;
}

.pr-130 {
  padding-right: 130px;
}

.pr-135 {
  padding-right: 135px;
}

.pr-140 {
  padding-right: 140px;
}

.pr-145 {
  padding-right: 145px;
}

.pr-150 {
  padding-right: 150px;
}

.pr-155 {
  padding-right: 155px;
}

.pr-160 {
  padding-right: 160px;
}

.pr-165 {
  padding-right: 165px;
}

.pr-170 {
  padding-right: 170px;
}

.pr-175 {
  padding-right: 175px;
}

.pr-180 {
  padding-right: 180px;
}

.pr-185 {
  padding-right: 185px;
}

.pr-190 {
  padding-right: 190px;
}

.pr-195 {
  padding-right: 195px;
}

.pr-200 {
  padding-right: 200px;
}

.pr-205 {
  padding-right: 205px;
}

.pr-210 {
  padding-right: 210px;
}

.pr-215 {
  padding-right: 215px;
}

.pr-220 {
  padding-right: 220px;
}

.pr-225 {
  padding-right: 225px;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

.fw-300 {
  font-weight: 300;
}

.fw-400 {
  font-weight: 400;
}

.fw-500 {
  font-weight: 500;
}

.fw-600 {
  font-weight: 600;
}

.fw-700 {
  font-weight: 700;
}

.fw-800 {
  font-weight: 800;
}

.fw-900 {
  font-weight: 900;
}

.carousel_area span.nav-status {
  background-color: white;
  margin: 0px 10px;
  border-radius: 10px;
  width: 40px;
  height: 20px;
}
.carousel_area span.nav-status.tns-nav-active {
  background-color: unset;
  border: solid 2px white;
}
.carousel_area .carousel_active_wrapper {
  position: relative;
  margin-right: 10vw;
  margin-left: 10vw;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .carousel_area .carousel_active_wrapper {
    margin-right: 6vw;
    margin-left: 6vw;
  }
}
.carousel_area .carousel_active_wrapper .tns-item {
  text-align: center;
  padding: 0;
}
.carousel_area .carousel_active_wrapper .slideshow-fade-in {
  opacity: 1;
  z-index: 2;
  -webkit-transition: opacity 1s;
  -moz-transition: opacity 1s;
  transition: opacity 1s;
}
.carousel_area .carousel_active_wrapper .slideshow-fade-out {
  opacity: 0;
  z-index: 1;
  -webkit-transition: opacity 1s step-end;
  -moz-transition: opacity 1s step-end;
  transition: opacity 1s step-end;
}
.carousel_area .carousel_active_wrapper .single_carousel img {
  display: inline-block;
  margin-bottom: 25px;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: contain;
}
.carousel_area .carousel_active_wrapper .single_carousel p {
  max-width: 85%;
}
@media (max-width: 767px) {
  .carousel_area .carousel_active_wrapper .single_carousel p {
    max-width: 100%;
  }
}
.carousel_area .carousel_active_wrapper .single_carousel #new_york_slide {
  content: url("../img/products/lumen/slides/new_york_slide_hor.png");
}
@media (max-width: 767px) {
  .carousel_area .carousel_active_wrapper .single_carousel #new_york_slide {
    content: url("../img/products/lumen/slides/new_york_slide_ver.png");
  }
}
.carousel_area .carousel_active_wrapper .single_carousel #chennai_slide {
  content: url("../img/products/lumen/slides/chennai_slide_hor.png");
}
@media (max-width: 767px) {
  .carousel_area .carousel_active_wrapper .single_carousel #chennai_slide {
    content: url("../img/products/lumen/slides/chennai_slide_ver.png");
  }
}
.carousel_area .carousel_active_wrapper .single_carousel #london_slide {
  content: url("../img/products/lumen/slides/london_slide_hor.png");
}
@media (max-width: 767px) {
  .carousel_area .carousel_active_wrapper .single_carousel #london_slide {
    content: url("../img/products/lumen/slides/london_slide_ver.png");
  }
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-user-manual-step-1 {
  content: url("../img/products/lumen/manual/setup-1.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-user-manual-step-2 {
  content: url("../img/products/lumen/manual/setup-2.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-user-manual-step-3 {
  content: url("../img/products/lumen/manual/setup-3.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-user-manual-step-4 {
  content: url("../img/products/lumen/manual/setup-4.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-user-manual-step-5 {
  content: url("../img/products/lumen/manual/setup-5.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-advanced-1 {
  content: url("../img/products/lumen/manual/advanced-1.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-advanced-2 {
  content: url("../img/products/lumen/manual/advanced-2.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-advanced-3 {
  content: url("../img/products/lumen/manual/advanced-3.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-advanced-4 {
  content: url("../img/products/lumen/manual/advanced-4.jpg");
}
.carousel_area .carousel_active_wrapper .single_carousel #lumen-advanced-5 {
  content: url("../img/products/lumen/manual/advanced-5.jpg");
}
.carousel_area button {
  width: 140px;
  font-size: 14px;
}
.carousel_area button.tns-nav-active {
  border: 0;
  color: #fff;
  background-color: #171717;
}
.carousel_area .lumen-user-manual-carousel p, .carousel_area .lumen-advanced-carousel p {
  min-height: 200px;
}

.order-form {
  color: #fff;
  align-items: center;
}
.order-form .single-form {
  margin-top: 30px;
}
.order-form .single-form input {
  max-width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}
.order-form .single-form input[type=radio] {
  width: 20px;
  height: 20px;
}
.order-form .single-form #id_buy_lease_1, .order-form .single-form #id_device_selection_1, .order-form .single-form #id_addons_1, .order-form .single-form #id_addons_2 {
  margin-left: 25px;
}
@media (max-width: 767px) {
  .order-form .single-form #id_buy_lease_1, .order-form .single-form #id_device_selection_1, .order-form .single-form #id_addons_1, .order-form .single-form #id_addons_2 {
    margin-left: 0px;
  }
}
.order-form .single-form #id_name, .order-form .single-form #id_email {
  width: 100%;
}
.order-form .single-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  resize: vertical;
}
.order-form .single-form li {
  display: inline-block;
  vertical-align: middle;
}
.order-form .inverted-btn {
  margin-top: 40px;
}

#new-quote-data-form {
  color: #222;
}
#new-quote-data-form input, #new-quote-data-form textarea {
  max-width: 100%;
}

.support-form {
  color: #222;
  align-items: center;
}
.support-form .single-form {
  margin-top: 30px;
}
.support-form .single-form input {
  max-width: 100%;
  height: 55px;
  border: 1px solid rgba(34, 34, 34, 0.6);
  padding: 0 25px;
  font-size: 16px;
  color: #222;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: middle;
}
.support-form .single-form input[type=radio] {
  width: 20px;
  height: 20px;
}
.support-form .single-form #id_name, .support-form .single-form #id_email {
  width: 100%;
}
.support-form .single-form textarea {
  width: 100%;
  height: 100px;
  border: 1px solid rgba(34, 34, 34, 0.6);
  padding: 10px 25px;
  font-size: 16px;
  color: #222;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  resize: vertical;
}
.support-form .single-form li {
  display: inline-block;
  vertical-align: middle;
}
.support-form .inverted-btn {
  margin-top: 40px;
}

#remote-call-form input, #light-toggle-form input, #aura-table-assignment-form input, #lumen-v2-table-assignment-form input {
  width: 80%;
  height: 35px;
  border: 1px solid #171717;
  padding-left: 15px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #remote-call-form input, #light-toggle-form input, #aura-table-assignment-form input, #lumen-v2-table-assignment-form input {
    width: 100%;
  }
}

#id_lumen_id_target, #id_aura_id_target, #id_lumen_v2_id_target, #id_table_number_target, #id_table_number_assignment, #id_bill_table_number, #id_bill_amount, #id_lumen_v2_pro_hw_uid {
  width: 85%;
  height: 35px;
  border: 1px solid #171717;
  padding-left: 15px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #id_lumen_id_target, #id_aura_id_target, #id_lumen_v2_id_target, #id_table_number_target, #id_table_number_assignment, #id_bill_table_number, #id_bill_amount, #id_lumen_v2_pro_hw_uid {
    width: 100%;
  }
}

#id_bill_ref {
  width: 100%;
  height: 35px;
  border: 1px solid #171717;
  padding-left: 15px;
  border-radius: 10px;
}
@media (max-width: 767px) {
  #id_bill_ref {
    width: 85%;
  }
}

.customers_profile_input {
  background-color: #e6e6e6;
  width: 75%;
  border: none;
  padding: 10px;
}

#id_bill_note {
  height: 60px;
  width: 100%;
  border: 1px solid #171717;
  padding-left: 15px;
  border-radius: 5px;
}
@media (max-width: 767px) {
  #id_bill_note {
    width: 85%;
  }
}

@media (max-width: 767px) {
  .bar-service-config-table {
    width: 100%;
    table-layout: fixed;
  }
  .bar-service-config-table input {
    width: 100%;
  }
}

.home-images {
  padding-bottom: 10px;
}
.home-images img {
  width: 100%;
  border-radius: 40px;
}
.home-images img.trust-img {
  -webkit-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  -moz-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
}

#home-trust-carousel-nav span.nav-status {
  background-color: #fff;
  border: solid 2px #222;
  margin: 0px 10px;
  border-radius: 50%;
  width: 14px;
  height: 14px;
  transition: background-color 0.4s ease;
}
#home-trust-carousel-nav span.nav-status.tns-nav-active {
  background-color: #222;
}

#five-star-review {
  font-size: 28px;
  color: #a87b33;
}

.home-trust-card .row {
  border-radius: 40px;
  background-color: rgba(232, 201, 153, 0.2);
  margin: 0 20px;
  height: 240px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .home-trust-card .row {
    height: 280px;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .home-trust-card .row {
    height: 380px;
    margin: 0 8px;
  }
}
.home-trust-card .row img {
  width: 80%;
}
.home-trust-card .row img#tandem-testimonial-logo {
  width: 55%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .home-trust-card .row img#tandem-testimonial-logo {
    width: 35%;
  }
}
.home-trust-card .row img#intesa-testimonial-logo {
  width: 65%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .home-trust-card .row img#intesa-testimonial-logo {
    width: 45%;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .home-trust-card .row img {
    width: 60%;
  }
}
.home-trust-card .row .trust-card-title {
  font-size: 24px;
  font-weight: 200;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .home-trust-card .row .trust-card-title {
    font-size: 19px;
  }
}
.home-trust-card .row .trust-card-text {
  font-size: 18px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .home-trust-card .row .trust-card-text {
    font-size: 15px;
  }
}

.login-panel {
  color: #fff;
}
@media (max-width: 767px) {
  .login-panel h1 {
    font-size: 32px;
  }
}
.login-panel .single_form {
  margin-top: 30px;
}
.login-panel .single_form input, .login-panel .single_form textarea {
  width: 100%;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 25px;
  font-size: 16px;
  color: #fff;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.login-panel .common-btn {
  margin-top: 20px;
  margin-bottom: 80px;
}
.login-panel .inverted-btn {
  margin-top: 20px;
  margin-bottom: 80px;
}

.profile-panel {
  color: #fff;
}
.profile-panel i {
  color: #222;
  font-size: 22px;
}
.profile-panel i:hover {
  cursor: pointer;
}
.profile-panel button {
  width: 280px;
}
@media (max-width: 767px) {
  .profile-panel button {
    max-width: 100%;
  }
}
.profile-panel .vcard-collection {
  background-color: #f9f9f9;
  border-radius: 20px;
  padding: 20px;
  margin: 10px;
  width: 40%;
}
.profile-panel .vcard-collection p {
  color: #222;
  margin-bottom: 6px;
}
.profile-panel .vcard-collection button {
  margin: 10px 5px;
  width: 100%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .profile-panel .vcard-collection {
    width: 90%;
  }
}

.modal input[type=text] {
  background-color: #e6e6e6;
}
.modal input[type=email] {
  background-color: #e6e6e6;
  border: none;
  padding: 10px;
}
.modal table td {
  width: 50%;
}
.modal table input[type=text] {
  border: none;
  padding: 10px;
}
.modal#user-promo-selector-modal .promo-image-frame:hover {
  cursor: pointer;
}
.modal#user-promo-selector-modal .promo-content-image {
  width: 100%;
}
.modal#user-promo-selector-modal .promo-image-checkbox {
  width: 28px;
  height: 28px;
  margin-top: 10px;
  margin-bottom: 10px;
  accent-color: #e8c999;
}
.modal#user-promo-selector-modal .promo-image-checkbox:checked + .promo-content-image {
  border: 2pt solid #e8c999;
  transition: border-width 0.2s linear;
  padding: 5px;
  transition: padding 0.2s linear;
}

@media (min-width: 992px) {
  .bar_service_list_table, .hotel_service_list_table, .hotel_shop_list_table {
    width: 50%;
    margin-right: auto;
    margin-left: auto;
  }
}
.bar_service_list_table td, .hotel_service_list_table td, .hotel_shop_list_table td {
  padding: 10px;
}
.bar_service_list_table td.bar-service-list-row, .bar_service_list_table td.hotel-service-list-row, .bar_service_list_table td.hotel-shop-list-row, .hotel_service_list_table td.bar-service-list-row, .hotel_service_list_table td.hotel-service-list-row, .hotel_service_list_table td.hotel-shop-list-row, .hotel_shop_list_table td.bar-service-list-row, .hotel_shop_list_table td.hotel-service-list-row, .hotel_shop_list_table td.hotel-shop-list-row {
  width: 100%;
}
.bar_service_list_table td.bar-service-list-row input, .bar_service_list_table td.hotel-service-list-row input, .bar_service_list_table td.hotel-shop-list-row input, .hotel_service_list_table td.bar-service-list-row input, .hotel_service_list_table td.hotel-service-list-row input, .hotel_service_list_table td.hotel-shop-list-row input, .hotel_shop_list_table td.bar-service-list-row input, .hotel_shop_list_table td.hotel-service-list-row input, .hotel_shop_list_table td.hotel-shop-list-row input {
  width: 45%;
}
@media (max-width: 767px) {
  .bar_service_list_table td.bar-service-list-row input, .bar_service_list_table td.hotel-service-list-row input, .bar_service_list_table td.hotel-shop-list-row input, .hotel_service_list_table td.bar-service-list-row input, .hotel_service_list_table td.hotel-service-list-row input, .hotel_service_list_table td.hotel-shop-list-row input, .hotel_shop_list_table td.bar-service-list-row input, .hotel_shop_list_table td.hotel-service-list-row input, .hotel_shop_list_table td.hotel-shop-list-row input {
    width: 100%;
  }
}
.bar_service_list_table td.delete-table-row, .bar_service_list_table td.edit-table-row, .hotel_service_list_table td.delete-table-row, .hotel_service_list_table td.edit-table-row, .hotel_shop_list_table td.delete-table-row, .hotel_shop_list_table td.edit-table-row {
  cursor: pointer;
}
.bar_service_list_table td input, .hotel_service_list_table td input, .hotel_shop_list_table td input {
  border: none;
  background-color: #f9f9f9;
}
.bar_service_list_table tr, .hotel_service_list_table tr, .hotel_shop_list_table tr {
  border-bottom: solid 2px #171717;
}
.bar_service_list_table th.table-dnd-handle, .hotel_service_list_table th.table-dnd-handle, .hotel_shop_list_table th.table-dnd-handle {
  touch-action: none;
  cursor: all-scroll;
}

#activation-code-field {
  margin-top: 40px;
  padding: 40px;
  color: #222;
  background-color: #fff;
  border-radius: 20px;
}
#activation-code-field input {
  border: solid 1pt #222;
}

#account-activation-error {
  color: #fff;
}
#account-activation-error h1 {
  font-size: 38px;
}

.dashboard {
  color: #fff;
}
.dashboard p {
  margin-bottom: 30px;
}
.dashboard i {
  color: inherit;
  font-size: 22px;
}
.dashboard i:hover {
  cursor: pointer;
}
.dashboard h6 {
  font-size: 18px;
}
.dashboard .dashboard-tab {
  background: #f9f9f9;
  color: #222;
  box-sizing: border-box;
  padding: 25px 30px;
  position: relative;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  border-radius: 10px;
}
@media (max-width: 767px) {
  .dashboard .dashboard-tab {
    padding: 20px;
  }
}
.dashboard .dashboard-tab .stats-icon-card a {
  color: unset;
  text-decoration: none;
}
.dashboard .dashboard-tab #ribbon-legend-call {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  background-color: #ffc107;
}
.dashboard .dashboard-tab #ribbon-legend-bill {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 3px solid #198754;
}
.dashboard .dashboard-tab #ribbon-legend-bar-service {
  width: 20px;
  height: 20px;
  border-radius: 5px;
  border: 1px solid;
}
.dashboard .lumen-ribbon-card, .dashboard .aura-ribbon-card, .dashboard .lumen-v2-ribbon-card {
  padding: 15px 5px;
  border-radius: 20px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  -moz-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  background-color: #f9f9f9;
  text-align: center;
}
.dashboard .lumen-ribbon-card h5, .dashboard .aura-ribbon-card h5, .dashboard .lumen-v2-ribbon-card h5 {
  color: inherit;
  font-weight: 600;
  font-size: 24px;
}
.dashboard .lumen-ribbon-card.low-battery-ribbon, .dashboard .aura-ribbon-card.low-battery-ribbon, .dashboard .lumen-v2-ribbon-card.low-battery-ribbon {
  color: #9d3f3f;
  box-shadow: 0px 5px 25px rgba(157, 63, 63, 0.5);
  -webkit-box-shadow: 0px 5px 25px rgba(157, 63, 63, 0.5);
  -moz-box-shadow: 0px 5px 25px rgba(157, 63, 63, 0.5);
}
.dashboard .checkbox-menu > li label {
  display: block;
  padding: 3px 10px;
  clear: both;
  color: #222;
  white-space: nowrap;
  transition: background-color 0.4s ease;
}
.dashboard .checkbox-menu > li input {
  margin: 0px 5px;
  top: 2px;
  position: relative;
}
.dashboard .table-element-style > :not(caption) > * > * {
  padding: 15px 0;
  border-bottom-color: #f9f9f9;
  vertical-align: middle;
}
.dashboard .table-element-style > :not(:last-child) > :last-child > * {
  border-bottom-color: #f9f9f9;
}
.dashboard .table-element-style tbody tr:first-child > * {
  padding-top: 30px;
}
.dashboard .table-element-style tbody tr:last-child > * {
  border-bottom-color: transparent;
  padding-bottom: 0px;
}
.dashboard .table-element-style th h6 {
  font-weight: 500;
  color: #222;
  font-size: 14px;
}
.dashboard .table-element-style td.min-width {
  padding: 5px;
}
@media (max-width: 767px) {
  .dashboard .table-element-style td.min-width {
    min-width: 150px;
  }
}
.dashboard .table-element-style td p {
  font-size: 14px;
  color: #222;
}
.dashboard .table-element-style td p a {
  color: inherit;
}
.dashboard .table-element-style td p a:hover {
  color: #29323F;
}
.dashboard .table-element-style .lead {
  display: flex;
  align-items: center;
}
.dashboard .table-element-style .lead .lead-image {
  overflow: hidden;
  padding-right: 25px;
}
.dashboard .table-element-style .lead .lead-image svg {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.dashboard .table-element-style .lead .lead-text {
  width: 100%;
}
.dashboard .table-element-style .action {
  display: flex;
  align-items: center;
}
.dashboard .table-element-style .action .dashboard-more-btn {
  border: none;
  background: transparent;
  padding: 0px 6px;
  font-size: 18px;
}
.dashboard .table-element-style .action .dashboard-more-btn.edit:hover {
  color: #29323F;
}
.dashboard .table-element-style .action .dashboard-more-btn::after {
  display: none;
}
.dashboard .table-element-style .action .dropdown-menu {
  -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.07);
}
.dashboard .table-element-style .action .dropdown-menu li:hover a {
  color: #29323F !important;
}
.dashboard .table-element-style .action .dropdown-menu li a {
  display: block;
}
.dashboard .modal {
  color: #222;
}
.dashboard .stats-icon-card {
  display: flex;
  align-items: center;
  color: #222;
  background: #fff;
  padding: 30px 20px;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  border-radius: 10px;
}
.dashboard .stats-icon-card.stats-icon-card-3 {
  display: block;
  padding: 0px;
}
.dashboard .stats-icon-card.stats-icon-card-3 .stats-card-content {
  display: flex;
  padding: 20px;
  padding-bottom: 0;
}
.dashboard .stats-icon-card h6 {
  font-size: 18px;
}
.dashboard .stats-icon-card h3 {
  font-size: 22px;
}
.dashboard .stats-icon-card.stats-icon-card-2 {
  display: block;
}
.dashboard .stats-icon-card.stats-icon-card-2 .progress {
  height: 7px;
}
.dashboard .stats-icon-card.stats-icon-card-2 .progress .progress-bar {
  border-radius: 4px;
}
.dashboard .stats-icon-card .stats-icon {
  width: 50px;
  height: 80px;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  margin-right: 20px;
  background: rgba(34, 34, 34, 0.1);
  color: #222;
  font-weight: 700;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .dashboard .stats-icon-card .stats-icon {
    margin-right: 10px;
  }
}
.dashboard .stats-icon-card .stats-icon.purple {
  background: rgba(185, 50, 197, 0.1);
  color: #b932c5;
}
.dashboard .stats-icon-card .stats-icon.green {
  background: rgba(50, 122, 22, 0.1);
  color: #327a16;
}
.dashboard .stats-icon-card .stats-icon.black {
  background: rgba(34, 34, 34, 0.1);
  color: #222;
}
.dashboard .stats-icon-card .stats-icon.yellow {
  background: rgba(255, 199, 40, 0.1);
  color: #FFC728;
}
.dashboard .stats-icon-card .stats-icon.red {
  background: rgba(224, 98, 89, 0.1);
  color: #E06259;
}
.dashboard .stats-icon-card .stats-icon.blue {
  background: rgba(47, 128, 237, 0.1);
  color: #2F80ED;
}
.dashboard .stats-icon-card .stats-icon.opacity-100.purple {
  background: #b932c5;
  color: #fff;
}
.dashboard .stats-icon-card .stats-icon.opacity-100.green {
  background: #327a16;
  color: #fff;
}
.dashboard .stats-icon-card .stats-icon.opacity-100.black {
  background: #222;
  color: #fff;
}
.dashboard .stats-icon-card .stats-icon.opacity-100.reed {
  background: #E06259;
  color: #fff;
}
.dashboard .stats-icon-card .stats-icon.opacity-100.blue {
  background: #2F80ED;
  color: #fff;
}

#nfc_tag_expired h1 {
  margin-top: 15vh;
  color: #fff;
  font-size: 40px;
}
#nfc_tag_expired p {
  margin-top: 40px;
  color: #fff;
}

.ribbon-bar-service-request-list, .aura-ribbon-bar-service-request-list, .lumen-v2-ribbon-bar-service-request-list {
  display: inline-block;
  text-align: left;
}
.ribbon-bar-service-request-list li, .aura-ribbon-bar-service-request-list li, .lumen-v2-ribbon-bar-service-request-list li {
  font-size: 16px;
  list-style-type: disc;
}

.review-button {
  width: 120px;
  height: 70px;
  font-size: 32px;
}
.review-button.bad-review-button {
  background-color: none;
  border: 5px solid #E06259;
}
.review-button.good-review-button {
  background-color: none;
  border: 5px solid #327a16;
}

.bar_service_list_selection i:hover {
  cursor: pointer;
}
.bar_service_list_selection input {
  width: 40px;
  text-align: center;
}
.bar_service_list_selection input::-webkit-outer-spin-button,
.bar_service_list_selection input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.bar_service_list_selection input[type=number] {
  -moz-appearance: textfield;
}

#bar-service-request-form {
  padding-right: 0;
}

.modal_single_form {
  margin-top: 20px;
}
.modal_single_form input, .modal_single_form textarea {
  width: 100%;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  padding: 0 20px;
  font-size: 14px;
  color: #222;
  background: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}

.spa-service-checkmark input[type=checkbox] {
  /* Double-sized Checkboxes */
  -ms-transform: scale(1.5); /* IE */
  -moz-transform: scale(1.5); /* FF */
  -webkit-transform: scale(1.5); /* Safari and Chrome */
  -o-transform: scale(1.5); /* Opera */
  transform: scale(1.5);
}

.items-summary {
  color: #222;
  background-color: #fff;
}
.items-summary table {
  color: #222;
}
.items-summary table th {
  font-weight: normal;
}
.items-summary table td ul {
  font-size: unset;
}

.tc-control-panel {
  align-items: center;
}
.tc-control-panel .form-inline > * {
  margin-right: 15px;
  margin-top: 20px;
}
.tc-control-panel h5 {
  padding-left: 20px;
}
.tc-control-panel ul li {
  display: inline-block;
  vertical-align: middle;
  margin: unset;
  margin-left: 20px;
}
@media (max-width: 767px) {
  .tc-control-panel ul li {
    margin-left: unset;
    margin: auto;
  }
}

#light-effect-user-panel [type=radio], #light-effect-dashboard [type=radio] {
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#light-effect-user-panel [type=radio] + span:before, #light-effect-dashboard [type=radio] + span:before {
  content: "";
  background-clip: content-box;
  padding: 4px;
  border: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 4px 0px;
  cursor: pointer;
}
#light-effect-user-panel [type=radio]:checked + span:before, #light-effect-dashboard [type=radio]:checked + span:before {
  border: 2px solid #171717;
}
#light-effect-user-panel [type=radio] + #id_light_command_0:before, #light-effect-dashboard [type=radio] + #id_light_command_0:before {
  background-image: url("../img/symbols/fire.svg");
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  background-color: rgba(224, 104, 43, 0.5215686275);
}
#light-effect-user-panel [type=radio] + #id_light_command_1:before, #light-effect-dashboard [type=radio] + #id_light_command_1:before {
  background-image: linear-gradient(#ada3f4, #f59a56);
}
#light-effect-user-panel [type=radio] + #id_light_command_2:before, #light-effect-dashboard [type=radio] + #id_light_command_2:before {
  background-image: url("../img/symbols/spark.svg");
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
  background-color: #171717;
}
#light-effect-user-panel [type=radio] + #id_light_command_3:before, #light-effect-dashboard [type=radio] + #id_light_command_3:before {
  background-color: rgba(58, 147, 90, 0.8196078431);
}
#light-effect-user-panel [type=radio] + #id_light_command_4:before, #light-effect-dashboard [type=radio] + #id_light_command_4:before {
  background-color: rgba(52, 129, 247, 0.5215686275);
}
#light-effect-user-panel [type=radio] + #id_light_command_5:before, #light-effect-dashboard [type=radio] + #id_light_command_5:before {
  background-color: #ffe4ad;
}

#light-brightness-user-panel [type=radio], #light-brightness-dashboard [type=radio] {
  border: 0;
  overflow: hidden;
  padding: 0;
  width: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#light-brightness-user-panel [type=radio] + span:before, #light-brightness-dashboard [type=radio] + span:before {
  content: "";
  display: inline-block;
  background-clip: content-box;
  padding: 4px;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  margin: 4px 0px;
  cursor: pointer;
  background-color: #ede4d5;
  background-position: center center;
  background-size: 28px;
  background-repeat: no-repeat;
}
#light-brightness-user-panel [type=radio]:checked + span:before, #light-brightness-dashboard [type=radio]:checked + span:before {
  border: 2px solid #171717;
}
#light-brightness-user-panel [type=radio] + #id_brightness_0:before, #light-brightness-dashboard [type=radio] + #id_brightness_0:before {
  background-size: 24px;
  background-image: url("../img/symbols/b0.svg");
}
#light-brightness-user-panel [type=radio] + #id_brightness_1:before, #light-brightness-dashboard [type=radio] + #id_brightness_1:before {
  background-image: url("../img/symbols/b33.svg");
}
#light-brightness-user-panel [type=radio] + #id_brightness_2:before, #light-brightness-dashboard [type=radio] + #id_brightness_2:before {
  background-image: url("../img/symbols/b67.svg");
}
#light-brightness-user-panel [type=radio] + #id_brightness_3:before, #light-brightness-dashboard [type=radio] + #id_brightness_3:before {
  background-image: url("../img/symbols/b100.svg");
}

#table-user-panel-button:focus {
  background-color: #171717;
}

#satispay-payment-button {
  border: 5px solid #f94b43;
  padding: 20px 20px;
}
#satispay-payment-button #satispay-payment-logo {
  height: 32px;
}

.devices-assignment {
  color: #fff;
}

.footer {
  width: 100%;
}
.footer img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 26px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .footer img {
    max-height: 20px;
  }
}
@media (max-width: 767px) {
  .footer img {
    max-height: 18px;
  }
}
.footer p {
  font-family: "Poppins", sans-serif;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
@media (max-width: 767px) {
  .footer p {
    font-size: 12px;
  }
}
.footer.hotel-shop-footer img {
  margin-bottom: 0;
  max-height: unset;
  max-width: 120px;
}
.footer.hotel-shop-footer a {
  text-decoration: underline;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.email-contacts a {
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
@media (max-width: 767px) {
  .email-contacts a {
    font-size: 12px;
  }
}

.policy a, .policy p {
  font-family: "Poppins", sans-serif;
  text-decoration: underline;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.7);
}

.social-contacts a {
  color: rgba(255, 255, 255, 0.7);
  font-size: 24px;
  margin: 0px 10px;
}
@media (max-width: 767px) {
  .social-contacts a {
    font-size: 18px;
  }
}

.icon-back-to-top #btn-back-to-top {
  position: fixed;
  bottom: 40px;
  right: 60px;
  display: none;
  color: #fff;
  font-size: 30px;
  touch-action: none;
  z-index: 20;
  border-radius: 50%;
  background-color: #171717;
  padding: 10px;
}
@media (max-width: 767px) {
  .icon-back-to-top #btn-back-to-top {
    right: 20px;
  }
}

.policy-page {
  color: #fff;
}
.policy-page a {
  color: #fff;
}
.policy-page h1 {
  font-size: 38px;
  margin-top: 40px;
  margin-bottom: 20px;
}
.policy-page h2 {
  font-size: 30px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.policy-page h4 {
  margin-top: 20px;
}
.policy-page p, .policy-page ul > li {
  font-size: 14px;
  list-style-type: disc;
  list-style-position: inside;
}
.policy-page ol > li {
  font-size: 14px;
  list-style-position: inside;
}

.home-hero-area {
  border-bottom: 10pt solid #a87b33;
}
.home-hero-area #home-hero-vid {
  width: 100%;
}
.home-hero-area #home-hero-claim {
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .home-hero-area #home-hero-claim h2 {
    font-size: 32px;
  }
}

.home-btn {
  background-color: #a87b33;
  font-size: 24px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .home-btn {
    font-size: 16px;
  }
}

.aura-product-page {
  padding-top: 80px;
}

.aura-hero-area {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: contain;
  min-height: calc(75vh - 190px);
  background-image: url("../img/products/aura/aura-hero.gif");
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .aura-hero-area {
    min-height: calc(65vh - 170px);
  }
}

.aura-hero-claim {
  min-height: 20vh;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .aura-hero-claim {
    min-height: 35vh;
  }
}

.lumen-intro img {
  max-height: 200px;
}
.lumen-intro h3 {
  color: #fff;
  font-size: 24px;
}

.header img {
  max-height: 40px;
  width: auto;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header img {
    max-height: 32px;
  }
}
.header .navbar {
  color: #fff;
  font-family: "Poppins", sans-serif;
}
.header .navbar.main-navbar {
  z-index: 1100;
}
.header .navbar .navbar-brand {
  margin-right: 0;
}
.header .navbar .navbar-nav .nav-item {
  text-align: start;
  padding-left: 20px;
}
.header .navbar .navbar-nav .nav-item a {
  color: #fff;
  font-size: 16px;
}
.header .navbar .navbar-nav .nav-item .dropdown-menu {
  background-color: #fff;
  border: none;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu {
    background-color: transparent;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #222;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-item {
    color: #fff;
  }
}
.header .navbar .navbar-nav .nav-item .dropdown-menu .dropdown-divider {
  color: #222;
}

.shop-button {
  background-color: #2F80ED;
  font-weight: 600;
  font-size: 20px;
  height: 45px;
  line-height: 45px;
}
@media (max-width: 767px) {
  .shop-button {
    font-weight: 500;
    font-size: 18px;
    height: 38px;
    line-height: 38px;
  }
}

.product-navbar {
  background-color: rgba(69, 69, 69, 0.8);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 10px 0;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .product-navbar {
    padding: 6px 0;
  }
}
.product-navbar .product-nav-title {
  font-size: 28px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .product-navbar .product-nav-title {
    font-size: 20px;
    font-weight: 500;
  }
}
.product-navbar .product-nav-item {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  margin-right: 40px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-navbar .product-nav-item {
    font-size: 14px;
    margin-right: unset;
  }
}
.product-navbar .product-nav-item .shop-button {
  display: flex;
  justify-content: center;
  line-height: 30px;
  font-size: 14px;
  height: 30px;
  width: 100px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .product-navbar .product-nav-item .shop-button {
    line-height: 28px;
    height: 28px;
    width: 100px;
  }
}
.product-navbar .product-navbar-toggler-button {
  width: 100px;
  padding-left: 0;
  padding-right: 38px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .product-navbar .product-navbar-toggler-button {
    width: 82px;
  }
}
.product-navbar .product-navbar-toggler-button i {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
}
.product-navbar .navbar-nav {
  text-align: start;
  padding-left: 40px;
}
.product-navbar .shop-button {
  width: 100px;
  padding: 0;
}

.feature-style {
  background: #f9f9f9;
  padding: 100px 0px 70px;
}
.feature-style .-mt-30 {
  margin-top: -30px;
}
.feature-style .single-feature {
  padding: 45px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  -moz-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style .single-feature {
    padding: 40px 20px;
  }
}
.feature-style .single-feature .icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  background: #171717;
  color: #fff;
  font-size: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 25px;
}
.feature-style .single-feature .content h5 {
  font-weight: 600;
  margin-bottom: 25px;
}
.feature-style .single-feature-bg {
  height: 300px;
  width: 400px;
  padding: 45px 30px;
  border-radius: 10px;
  margin-bottom: 30px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  -webkit-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  -moz-box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
  box-shadow: 0px 5px 25px rgba(190, 182, 182, 0.5);
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style .single-feature-bg {
    padding: 40px 20px;
  }
}
@media only screen and (min-width: 1400px) {
  .feature-style .feature-content {
    padding-left: 50px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .feature-style .feature-content {
    padding-left: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style .feature-content h4 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .feature-style .feature-content h3 {
    font-size: 34px;
  }
}
.feature-style .feature-content#user-interface-content {
  padding-left: 0px;
  padding-right: 50px;
}
@media (max-width: 767px) {
  .feature-style .feature-content#user-interface-content {
    padding-right: 0px;
  }
}
.feature-style .feature-cards {
  margin-top: 0px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .feature-style .feature-cards {
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .feature-style .feature-cards {
    margin-top: 40px;
  }
}
.feature-style .feature-cards #tricky-feature-card {
  margin-top: -30px;
}
@media (max-width: 767px) {
  .feature-style .feature-cards #tricky-feature-card {
    margin-top: 0px;
  }
}

.lumen-product-page .emph {
  color: #e8c999;
}
.lumen-product-page .big-fat-icon {
  width: 75px;
  height: 75px;
  border-radius: 10px;
  background: #f9f9f9;
  color: #171717;
  font-size: 42px;
  font-weight: 800;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 20px;
}
.lumen-product-page .modal .modal-body .modal-img {
  width: 90%;
}

#lumen-command-interface .dashboard button {
  width: 280px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #lumen-command-interface .dashboard button {
    width: 70vw;
  }
}
#lumen-command-interface .dashboard button.info-button {
  width: 135px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #lumen-command-interface .dashboard button.info-button {
    width: 34vw;
  }
}
#lumen-command-interface .dashboard button.info-button i {
  color: #fff;
}
#lumen-command-interface #social-logos img {
  height: 50px;
  margin-right: -10px;
  margin-left: -10px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-command-interface #social-logos img {
    height: 40px;
  }
}

#interfaces-overview-section {
  background: #f9f9f9;
}

.central-image {
  width: 90%;
  border-radius: 20px;
}

#lumen-description {
  background-color: #171717;
  color: #fff;
}

#lumen-setting-4-portrait-xl {
  height: 100%;
  overflow: hidden;
}
#lumen-setting-4-portrait-xl #lumen-setting-4-xl {
  width: 85%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#lumen-setting-4-portrait {
  overflow: hidden;
}
#lumen-setting-4-portrait #lumen-setting-4 {
  width: 85%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#trigger-action-section {
  color: #fff;
  margin-bottom: 80px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #trigger-action-section {
    margin-bottom: 0;
  }
}

#lumen-nfc {
  color: #fff;
}
#lumen-nfc ul > li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0 20px;
  margin-top: 4pt;
  margin-bottom: 0;
}

#lumen-half-img {
  object-fit: contain;
  max-height: 100vh;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #lumen-half-img {
    max-width: 70vw;
    max-height: 70vh;
  }
}

#lumen-features {
  color: #fff;
}
#lumen-features .lumen-features-card {
  border-radius: 20px;
  background-color: #f9f9f9;
  color: #222;
}
#lumen-features #lumen-features-vid {
  width: 100%;
}

#lumen-support {
  padding: 0 40px;
  background-color: #f9f9f9;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-support {
    padding: 0 10px;
  }
}
#lumen-support .lumen-support-card-wrapper {
  padding: 0 6px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  #lumen-support .lumen-support-card-wrapper {
    padding: 0 28px;
    margin-bottom: 0;
  }
}
#lumen-support .lumen-support-card-wrapper .lumen-support-card {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 20px;
  height: 380px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}
#lumen-support .lumen-support-card-wrapper .lumen-support-card#lumen-highlight-support-card {
  border: 2pt solid #2F80ED;
}
#lumen-support .lumen-support-card-wrapper .lumen-support-card h4 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  #lumen-support .lumen-support-card-wrapper .lumen-support-card {
    text-align: start;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-support .lumen-support-card-wrapper .lumen-support-card {
    padding: 0 10px;
    height: 440px;
  }
}

.lumen-features-image {
  width: 100%;
  border-radius: 10px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lumen-features-image {
    margin: unset;
  }
}

#lumen-hero-section {
  position: relative;
  color: #fff;
  height: calc(100vh - 115px);
  min-height: 600px;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/products/lumen/lumen-hero.jpg");
}
#lumen-hero-section #lumen-hero-section-message {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#lumen-hero-section #lumen-hero-section-message img {
  max-height: 15vh;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-hero-section #lumen-hero-section-message img {
    max-height: 8vh;
  }
}

#lumen-models-onscroll-transition-intro {
  background-color: #f9f9f9;
  color: #222;
}
#lumen-models-onscroll-transition-intro #lumen-models-imgs img {
  max-height: 55vh;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-models-onscroll-transition-intro #lumen-models-imgs img {
    max-height: unset;
    width: 100%;
  }
}

#lumen-models {
  background-color: #f9f9f9;
  color: #222;
}
#lumen-models .lumen-selector-circles {
  background-color: rgba(249, 249, 249, 0.568627451);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: solid 1px #f9f9f9;
  z-index: 5;
  top: 60px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-models .lumen-selector-circles {
    top: 36px;
  }
}
#lumen-models .lumen-selector-circles :focus {
  outline: none;
  box-shadow: none;
}
#lumen-models .lumen-selector-circles .lumen-model-selector {
  margin-right: 10px;
  margin-left: 10px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #lumen-models .lumen-selector-circles .lumen-model-selector {
    margin-right: 10px;
    margin-left: 10px;
    height: 35px;
    width: 35px;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-models .lumen-selector-circles .lumen-model-selector {
    margin-right: 8px;
    margin-left: 8px;
    height: 30px;
    width: 30px;
  }
}
#lumen-models .lumen-selector-circles .tns-nav-active {
  border: solid 2px #0075ff;
}

#lumen-dashboard-ui {
  overflow-y: hidden;
  overflow-x: hidden;
}
#lumen-dashboard-ui img {
  max-width: 100%;
  border-radius: 10px;
  max-height: 80vh;
}
#lumen-dashboard-ui .img-right {
  padding-left: 80px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #lumen-dashboard-ui .img-right {
    padding-left: 0px;
  }
}

#aura-description {
  color: #fff;
  background-color: #171717;
}
#aura-description #aura-img {
  width: 100%;
  height: 50vh;
  background-color: #fff;
}
@media (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  #aura-description #aura-img {
    height: 100vh;
  }
}

#lumen-specsheet {
  background-color: #f9f9f9;
  color: #222;
  overflow-y: hidden;
  overflow-x: hidden;
}
#lumen-specsheet h5 {
  font-size: 24px;
}
#lumen-specsheet p {
  font-size: 18px;
}
#lumen-specsheet .lumen-specsheet-table {
  color: #222;
}
#lumen-specsheet .lumen-specsheet-table td > h5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#lumen-specsheet .lumen-specsheet-table tbody > tr:last-child > td {
  border-bottom: 0;
}
#lumen-specsheet .lumen-specsheet-table ul > li {
  margin-bottom: 5px;
}
#lumen-specsheet #lumen-specifications-text {
  padding: 0 80px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #lumen-specsheet #lumen-specifications-text {
    padding: 0 40px;
  }
}
#lumen-specsheet #lumen-specifications-text h5 {
  padding-top: 20px;
  padding-bottom: 10px;
}
#lumen-specsheet #lumen-specifications-text p {
  padding-bottom: 20px;
}
#lumen-specsheet ol {
  list-style-type: decimal;
  margin-left: 40px;
}
#lumen-specsheet ol li a {
  text-decoration: underline;
  color: #222;
}

.sketch-img {
  margin-bottom: 0;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .sketch-img {
    margin-bottom: 40px;
  }
}
.sketch-img img {
  max-width: 100%;
  border-radius: 20px;
  max-height: 80vh;
}

#lumen-procurement {
  background-color: #f9f9f9;
  color: #222;
}

.lumen-tabs {
  width: 90%;
  background: #f9f9f9;
  color: #222;
  box-sizing: border-box;
  padding: 25px 30px;
  position: relative;
  border: 1px solid #e2e8f0;
  box-shadow: 0px 10px 20px rgba(200, 208, 216, 0.3);
  border-radius: 10px;
  margin: auto;
}
@media (max-width: 767px) {
  .lumen-tabs {
    padding: 20px;
  }
}
.lumen-tabs#buy-lumen-tab, .lumen-tabs#lease-lumen-tab {
  width: 75%;
  border: 6px solid #e8c999;
  background-color: #f9f9f9;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lumen-tabs#buy-lumen-tab, .lumen-tabs#lease-lumen-tab {
    width: 100%;
  }
}
.lumen-tabs#buy-lumen-tab ul > li, .lumen-tabs#lease-lumen-tab ul > li {
  list-style-type: disc;
  list-style-position: inside;
}
.lumen-tabs#buy-lumen-tab ul > li:last-child, .lumen-tabs#lease-lumen-tab ul > li:last-child {
  margin-bottom: 20px;
}
.lumen-tabs .tab-style nav {
  margin-top: 20px;
}
.lumen-tabs .tab-style nav button {
  background-color: #f9f9f9;
  color: #222;
  margin-right: 40px;
  margin-top: 15px;
  padding: 10px 25px;
  position: relative;
  font-weight: 500;
  font-size: 16px;
}
.lumen-tabs .tab-style nav button:hover, .lumen-tabs .tab-style nav button.active {
  color: #fff;
  background: #171717;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px) {
  .lumen-tabs .tab-style nav button {
    margin-right: 30px;
  }
}
@media (max-width: 767px) {
  .lumen-tabs .tab-style nav button {
    margin-right: 10px;
    padding: 8px 14px;
  }
}
.lumen-tabs .tab-style nav button i {
  margin-right: 10px;
  font-size: 150%;
}
@media only screen and (min-width: 1200px) and (max-width: 1399px), (max-width: 767px) {
  .lumen-tabs .tab-style nav button i {
    margin-right: 2px;
  }
}
.lumen-tabs .tab-style .tab-content p {
  margin-top: 40px;
}
.lumen-tabs ul > li {
  margin-top: 20px;
}
.lumen-tabs ul > li i {
  margin-right: 20px;
  font-size: 32px;
  font-weight: 600;
  vertical-align: middle;
}
.lumen-tabs table {
  margin-top: 40px;
  margin-bottom: 40px;
  border-collapse: separate;
  border-spacing: 0 20px;
}
.lumen-tabs table tbody > tr > td {
  width: 50%;
  font-size: 18px;
}
.lumen-tabs table tbody > tr > td:first-child {
  text-align: right;
}

#lumen-order {
  background-color: #171717;
  color: #fff;
}

#lumen-quote-page {
  color: #fff;
}
#lumen-quote-page h1 {
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lumen-quote-page h1 {
    font-size: 46px;
  }
}
#lumen-quote-page h2 {
  font-size: 60px;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #lumen-quote-page h2 {
    font-size: 46px;
  }
}
#lumen-quote-page h3 {
  font-size: 48px;
}
@media (max-width: 767px) {
  #lumen-quote-page h3 {
    font-size: 38px;
  }
}
#lumen-quote-page h4 {
  font-size: 40px;
}
@media (max-width: 767px) {
  #lumen-quote-page h4 {
    font-size: 30px;
  }
}
#lumen-quote-page h5 {
  font-size: 32px;
}
@media (max-width: 767px) {
  #lumen-quote-page h5 {
    font-size: 24px;
  }
}
#lumen-quote-page h6 {
  font-size: 28px;
  font-weight: 500;
}
@media (max-width: 767px) {
  #lumen-quote-page h6 {
    font-size: 20px;
  }
}
#lumen-quote-page p.sub-p {
  margin-top: 15px;
  font-size: 16px;
}
#lumen-quote-page a {
  color: #fff;
}
#lumen-quote-page #quote-details-table, #lumen-quote-page #quote-summary-table {
  color: #fff;
}
#lumen-quote-page .table {
  color: #fff;
}
#lumen-quote-page .table input {
  width: 100%;
}
#lumen-quote-page #quote-data-form input {
  width: 100%;
}
#lumen-quote-page #quote-data-form textarea {
  width: 100%;
}
#lumen-quote-page .modal {
  color: #222;
}
#lumen-quote-page .modal .modal-body a {
  color: #2F80ED;
}
#lumen-quote-page .modal .modal-body h1 {
  font-size: 40px;
}
#lumen-quote-page .modal .modal-body h4 {
  font-size: 26px;
  margin-top: 20px;
}
#lumen-quote-page .duplicate_quote_form:hover {
  cursor: pointer;
}

.main-product-page .emph {
  color: #e8c999;
  font-weight: 600;
}
.main-product-page h1 {
  font-size: 60px;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-product-page h1 {
    font-size: 46px;
  }
}
.main-product-page h2 {
  font-size: 48px;
  color: white;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .main-product-page h2 {
    font-size: 46px;
  }
}
.main-product-page h5 {
  font-size: 32px;
  color: white;
}
@media (max-width: 767px) {
  .main-product-page h5 {
    font-size: 24px;
  }
}
.main-product-page p {
  color: white;
}
.main-product-page p.sub-p {
  margin-top: 15px;
  font-size: 16px;
}
.main-product-page .modal p {
  color: black;
}
.main-product-page ul, .main-product-page ol {
  list-style-type: decimal;
  list-style-position: inside;
}
.main-product-page ul li, .main-product-page ol li {
  color: white;
  margin-bottom: 20px;
}
.main-product-page ul li a, .main-product-page ol li a {
  color: white;
}

.quantity-selection strong {
  font-size: 22px;
}
.quantity-selection button {
  background: none;
  border: none;
  color: #222;
}
.quantity-selection button i {
  font-size: 38px;
}
.quantity-selection #id_lumen_amount, .quantity-selection #id_aura_amount {
  width: 50%;
}

#id_name, #id_email {
  width: 100%;
}

.lumen-launch-thank-you {
  color: #fff;
}
.lumen-launch-thank-you .emph {
  color: #e8c999;
}
.lumen-launch-thank-you img {
  width: 90%;
  border-radius: 10px;
}
.lumen-launch-thank-you li {
  list-style-type: decimal;
  list-style-position: inside;
}
.lumen-launch-thank-you a {
  color: unset;
  text-decoration: none;
}
.lumen-launch-thank-you a img {
  width: 50px;
  height: 50px;
}
@media (max-width: 767px) {
  .lumen-launch-thank-you a img {
    width: 40px;
    height: 40px;
  }
}

.aura-product-page .emph, .shop-page .emph, .home-page .emph, .lumen-product-page .emph {
  color: #e8c999;
}
.aura-product-page h2, .shop-page h2, .home-page h2, .lumen-product-page h2 {
  font-size: 56px;
  font-weight: 400;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aura-product-page h2, .shop-page h2, .home-page h2, .lumen-product-page h2 {
    font-size: 42px;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .aura-product-page h2, .shop-page h2, .home-page h2, .lumen-product-page h2 {
    font-size: 28px;
  }
}
.aura-product-page h4, .shop-page h4, .home-page h4, .lumen-product-page h4 {
  font-size: 36px;
  font-weight: 300;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aura-product-page h4, .shop-page h4, .home-page h4, .lumen-product-page h4 {
    font-size: 28px;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .aura-product-page h4, .shop-page h4, .home-page h4, .lumen-product-page h4 {
    font-size: 24px;
  }
}
.aura-product-page h5, .shop-page h5, .home-page h5, .lumen-product-page h5 {
  font-size: 32px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .aura-product-page h5, .shop-page h5, .home-page h5, .lumen-product-page h5 {
    font-size: 22px;
  }
}
.aura-product-page h6, .shop-page h6, .home-page h6, .lumen-product-page h6 {
  font-size: 28px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .aura-product-page h6, .shop-page h6, .home-page h6, .lumen-product-page h6 {
    font-size: 20px;
  }
}
.aura-product-page p, .aura-product-page li, .shop-page p, .shop-page li, .home-page p, .home-page li, .lumen-product-page p, .lumen-product-page li {
  font-size: 20px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .aura-product-page p, .aura-product-page li, .shop-page p, .shop-page li, .home-page p, .home-page li, .lumen-product-page p, .lumen-product-page li {
    font-size: 16px;
  }
}
.aura-product-page p.large-p, .aura-product-page li.large-p, .shop-page p.large-p, .shop-page li.large-p, .home-page p.large-p, .home-page li.large-p, .lumen-product-page p.large-p, .lumen-product-page li.large-p {
  font-size: 21px;
  line-height: 36px;
  font-weight: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aura-product-page p.large-p, .aura-product-page li.large-p, .shop-page p.large-p, .shop-page li.large-p, .home-page p.large-p, .home-page li.large-p, .lumen-product-page p.large-p, .lumen-product-page li.large-p {
    font-size: 19px;
    line-height: 28px;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .aura-product-page p.large-p, .aura-product-page li.large-p, .shop-page p.large-p, .shop-page li.large-p, .home-page p.large-p, .home-page li.large-p, .lumen-product-page p.large-p, .lumen-product-page li.large-p {
    font-size: 18px;
    line-height: 24px;
  }
}
.aura-product-page li, .shop-page li, .home-page li, .lumen-product-page li {
  margin-bottom: 20px;
}
.aura-product-page li .lni-checkmark, .shop-page li .lni-checkmark, .home-page li .lni-checkmark, .lumen-product-page li .lni-checkmark {
  color: #327a16;
}
.aura-product-page li .lni-close, .shop-page li .lni-close, .home-page li .lni-close, .lumen-product-page li .lni-close {
  color: #E06259;
}

#aura-setting-4-portrait-xl {
  height: 700px;
  overflow: hidden;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #aura-setting-4-portrait-xl {
    height: unset;
  }
}
#aura-setting-4-portrait-xl #aura-setting-4-xl {
  width: 85%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#aura-setting-4-portrait {
  overflow: hidden;
}
#aura-setting-4-portrait #aura-setting-4 {
  width: 85%;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
}

#aura-setting-1 {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 100vh;
  background-image: url("../img/products/aura/aura-setting-1.jpg");
  color: #fff;
}
#aura-setting-1 h2 {
  margin-top: 20%;
  padding-bottom: 40px;
}
#aura-setting-1 p {
  width: 80%;
  margin: auto;
}

#aura-setting-2 {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: bottom center;
  background-size: cover;
  height: 160vh;
  background-image: url("../img/products/aura/aura-setting-2.jpg");
  color: #fff;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-setting-2 {
    background-position: bottom right;
    height: 100vh;
  }
}
#aura-setting-2 h2 {
  margin-top: 20%;
  padding-bottom: 40px;
}
#aura-setting-2 p {
  width: 80%;
  margin: auto;
}

#aura-setting-5 {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  height: 160vh;
  background-image: url("../img/products/aura/aura-setting-5.jpg");
  color: #fff;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-setting-5 {
    height: 100vh;
  }
}
#aura-setting-5 h2 {
  margin-top: 240px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-setting-5 h2 {
    margin-top: 120px;
  }
}

#aura-nfc-connection img {
  width: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #aura-nfc-connection img {
    width: 60px;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-nfc-connection img {
    width: 40px;
  }
}
#aura-nfc-connection img#aura-nfc-gif {
  width: 85%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-nfc-connection img#aura-nfc-gif {
    width: 100%;
  }
}
#aura-nfc-connection #aura-nfc-text {
  width: 85%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #aura-nfc-connection #aura-nfc-text {
    padding: 0 20px;
    width: 100%;
    margin-bottom: 40px;
  }
}

#aura-dashboard #aura-dashboard-text {
  width: 85%;
  margin-left: auto;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #aura-dashboard #aura-dashboard-text {
    padding: 0 40px;
    margin-left: unset;
    width: 100%;
  }
}
#aura-dashboard #aura-dashboard-img {
  width: 85%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #aura-dashboard #aura-dashboard-img {
    margin-top: 80px;
    padding: 0 20px;
    width: 100%;
  }
}

#aura-support {
  padding: 0 40px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-support {
    padding: 0 10px;
  }
}
#aura-support .aura-support-card-wrapper {
  padding: 0 6px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  #aura-support .aura-support-card-wrapper {
    padding: 0 28px;
    margin-bottom: 0;
  }
}
#aura-support .aura-support-card-wrapper .aura-support-card {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 20px;
  height: 380px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}
#aura-support .aura-support-card-wrapper .aura-support-card#aura-highlight-support-card {
  border: 2pt solid #2F80ED;
}
#aura-support .aura-support-card-wrapper .aura-support-card h4 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  #aura-support .aura-support-card-wrapper .aura-support-card {
    text-align: start;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-support .aura-support-card-wrapper .aura-support-card {
    padding: 0 10px;
    height: 440px;
  }
}

#aura-features #aura-features-carousel-nav-wrapper {
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (orientation: landscape) {
  #aura-features #aura-features-carousel-nav-wrapper {
    display: none;
  }
}
#aura-features #aura-features-carousel-nav-wrapper i {
  font-size: 8px;
  font-weight: 900;
}
#aura-features #aura-features-carousel-nav-wrapper .nav-status {
  background-color: #fff;
  margin: 5px 0px;
  border-radius: 50%;
  border: solid 2px #979797;
  transition: background-color 0.3s linear;
  width: 16px;
  height: 16px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-features #aura-features-carousel-nav-wrapper .nav-status {
    width: 8px;
    height: 8px;
  }
}
#aura-features #aura-features-carousel-nav-wrapper .nav-status.tns-nav-active {
  background-color: #979797;
}
#aura-features .features-carousel-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (orientation: portrait) {
  #aura-features .features-carousel-arrow {
    display: none;
  }
}
#aura-features .features-carousel-arrow i {
  position: absolute;
  color: #222;
  font-weight: 800;
  font-size: 36px;
}
#aura-features .features-carousel-arrow i:hover {
  cursor: pointer;
}
#aura-features .features-carousel-arrow i#features-carousel-left-arrow {
  left: 20px;
}
#aura-features .features-carousel-arrow i#features-carousel-right-arrow {
  right: 20px;
}
#aura-features #aura-features-carousel-parent {
  padding: 0 80px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-features #aura-features-carousel-parent {
    padding: 0 40px;
  }
}
#aura-features .aura-features-card video {
  cursor: pointer;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #aura-features .aura-features-card video {
    width: 65%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-features .aura-features-card video {
    width: 75%;
  }
}

#aura-specifications h5 {
  font-size: 24px;
}
#aura-specifications p {
  font-size: 18px;
}
#aura-specifications .aura-specifications-table {
  color: #222;
  width: 85%;
  margin-left: auto;
}
#aura-specifications .aura-specifications-table td > h5 {
  padding-top: 40px;
  padding-bottom: 40px;
}
#aura-specifications .aura-specifications-table tbody > tr:last-child > td {
  border-bottom: 0;
}
#aura-specifications #aura-specifications-text {
  padding: 0 80px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-specifications #aura-specifications-text {
    padding: 0 40px;
  }
}
#aura-specifications #aura-specifications-text h5 {
  padding-top: 20px;
  padding-bottom: 10px;
}
#aura-specifications #aura-specifications-text p {
  padding-bottom: 20px;
}
#aura-specifications #aura-specifications-img {
  padding: 0;
  width: 75%;
}
@media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #aura-specifications #aura-specifications-img {
    padding: 80px 0;
    width: 60%;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  #aura-specifications #aura-specifications-img {
    padding: 40px 0;
    width: 80%;
  }
}

#products-carousel-container {
  padding: 0 120px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  #products-carousel-container {
    padding: 0 0;
  }
}

.aura-shop-card {
  color: #222;
  background-color: #e6e6e6;
  border-radius: 40px;
  padding: 40px;
  width: 100%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .aura-shop-card {
    padding: 40px 20px;
  }
}
.aura-shop-card .aura-shop-card-title {
  padding: 40px 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: linear-gradient(transparent, #e6e6e6 40%);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .aura-shop-card .aura-shop-card-title {
    padding: 20px 0;
  }
}
.aura-shop-card .aura-shop-card-title img {
  height: 28px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .aura-shop-card .aura-shop-card-title img {
    height: 22px;
  }
}
.aura-shop-card#aura-shop-img-card {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/products/aura/aura-setting-4.jpg");
  min-height: 80vh;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .aura-shop-card#aura-shop-img-card {
    background-position: -360px center;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape), only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .aura-shop-card#aura-shop-img-card {
    background-position: center center;
    min-height: 150vh;
  }
}

#whatsapp-icon img {
  max-height: 50px;
}

.lumen-shop-card {
  color: #fff;
  background-color: #00214B;
  border-radius: 40px;
  padding: 40px;
  width: 100%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .lumen-shop-card {
    padding: 40px 20px;
  }
}
.lumen-shop-card .lumen-shop-card-title {
  padding: 40px 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0px;
  background-image: linear-gradient(transparent, #00214B 40%);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 992px) and (max-width: 1199px) {
  .lumen-shop-card .lumen-shop-card-title {
    padding: 20px 0;
  }
}
.lumen-shop-card .lumen-shop-card-title img {
  height: 28px;
}
.lumen-shop-card .lumen-shop-card-title img.lumen-logo {
  height: 48px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .lumen-shop-card .lumen-shop-card-title img {
    height: 22px;
  }
  .lumen-shop-card .lumen-shop-card-title img.lumen-logo {
    height: 32px;
  }
}
.lumen-shop-card#lumen-shop-img-card {
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: left -100px;
  background-size: cover;
  background-image: url("../img/products/lumen_v2/lumen-v2-shop.jpg");
  min-height: 80vh;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px), only screen and (min-width: 768px) and (max-width: 991px) {
  .lumen-shop-card#lumen-shop-img-card {
    background-position: -40px -100px;
  }
}
@media screen and (max-width: 767px) and (orientation: landscape), only screen and (min-width: 480px) and (max-width: 767px) and (orientation: landscape), only screen and (min-width: 768px) and (max-width: 991px) and (orientation: landscape) {
  .lumen-shop-card#lumen-shop-img-card {
    background-position: center center;
    min-height: 150vh;
  }
}

.next-steps-card-wrapper {
  padding: 0 6px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .next-steps-card-wrapper {
    padding: 0 28px;
    margin-bottom: 0;
  }
}
.next-steps-card-wrapper .next-steps-card {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 20px;
  height: 380px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
}
.next-steps-card-wrapper .next-steps-card h4 {
  margin-bottom: 20px;
}
@media only screen and (min-width: 1400px) {
  .next-steps-card-wrapper .next-steps-card {
    text-align: start;
  }
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .next-steps-card-wrapper .next-steps-card {
    padding: 0 10px;
    height: 440px;
  }
}

.social-card {
  width: 100%;
  background-color: #f0f0f0;
  border-radius: 20px;
  height: fit-content;
  padding: 40px 30px;
}
.social-card #profile-pic {
  border-radius: 50%;
  width: 60%;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .social-card #profile-pic {
    width: 100%;
  }
}
.social-card .social-logo {
  width: 50px;
}
@media (max-width: 767px), only screen and (min-width: 480px) and (max-width: 767px) {
  .social-card .social-logo {
    width: 32px;
  }
}

.features-list li {
  list-style-type: disc;
  list-style-position: inside;
}

#gadget-1-landing {
  color: #222;
}
#gadget-1-landing h1 {
  font-size: 32px;
  color: #fff;
}
#gadget-1-landing .nav-item button {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
#gadget-1-landing .head-input {
  width: 100%;
  color: #fff;
  background-color: transparent;
  border: none;
  text-align: center;
}
#gadget-1-landing .head-input:disabled {
  color: #fff;
  -webkit-text-fill-color: #fff;
  opacity: 1;
  -webkit-opacity: 1;
  font-weight: 600;
}
#gadget-1-landing .body-input {
  background-color: transparent;
  border: none;
  width: 90%;
}
#gadget-1-landing .body-input:disabled {
  color: #222;
  -webkit-text-fill-color: #222;
  opacity: 1;
  -webkit-opacity: 1;
}
#gadget-1-landing .gadget-1-edit-button {
  border: none;
  border-radius: 50%;
  background-color: transparent;
  margin-left: 20px;
}
#gadget-1-landing .gadget-1-edit-button i {
  font-size: 14px;
  padding: 8px;
  color: #222;
  -webkit-text-fill-color: #222;
}
#gadget-1-landing .gadget-1-edit-button.gadget-1-light-button {
  border: none;
  color: #fff;
}
#gadget-1-landing .gadget-1-edit-button.gadget-1-light-button i {
  border: none;
  color: #fff;
  -webkit-text-fill-color: #fff;
  border-radius: 50%;
  font-size: 18px;
}
#gadget-1-landing .gadget-1-header {
  background-color: #171717;
}
#gadget-1-landing .gadget-1-header .img {
  height: 100px;
  width: 100px;
  margin: 40px 0 20px 0;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/social/profile_placeholder.png");
}
#gadget-1-landing .gadget-1-header p {
  color: #fff;
  font-size: 16px;
}
#gadget-1-landing .gadget-1-details ul {
  border: none;
  background-color: #171717;
  padding: 0;
}
#gadget-1-landing .gadget-1-details ul li button {
  border: none;
  width: 33vw;
  padding: 10px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}
#gadget-1-landing .gadget-1-details ul li button.active {
  background-color: #fff;
  color: #222;
}
#gadget-1-landing .gadget-1-details .tab-content {
  background-color: #fff;
}
#gadget-1-landing .gadget-1-details .tab-content hr {
  margin: 16px 0;
}
#gadget-1-landing .gadget-1-details .tab-content .col-12 .row {
  align-items: center;
}
#gadget-1-landing .gadget-1-details .tab-content .col-12 .vcard-social-logo {
  width: 40px;
  height: 40px;
  margin: 20px 10px;
}
#gadget-1-landing .info-logo {
  text-align: center;
  font-size: 20px;
}
#gadget-1-landing .info-logo .lni {
  font-weight: bold;
}
#gadget-1-landing .info-content {
  text-align: start;
  font-size: 14px;
}
#gadget-1-landing .info-content .info-content-title {
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 6px;
}
#gadget-1-landing .gadget-1-footer {
  background-color: #fff;
  padding: 10px 0 20px 0;
}
#gadget-1-landing .gadget-1-footer small {
  font-size: 12px;
}
#gadget-1-landing .gadget-1-footer small a {
  color: #222;
  text-decoration: underline;
}

#keychain-cluster button {
  width: 280px;
  background-color: #ec5b75;
  color: #fff;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  #keychain-cluster button {
    width: 70vw;
  }
}

@media screen and (min-width: 481px) {
  .base_hotel_shop_container {
    max-width: 480px;
    margin: auto;
  }
}

.hotel-shop-header {
  background-color: #171717;
}
.hotel-shop-header i {
  position: relative;
  color: #fff;
  font-size: 22px;
}

#hotel-shop-hero {
  height: 60vh;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  background-size: cover;
  background-image: url("../img/portals/hotel/hotel_shop_hero.png");
  position: relative;
}
#hotel-shop-hero .hotel-hero-claim {
  color: #fff;
  padding: inherit;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#hotel-shop-hero .hotel-hero-claim h2 {
  font-size: 38px;
  font-weight: 500;
}
#hotel-shop-hero .hotel-hero-claim p {
  font-size: 18px;
  font-weight: 100;
}

.shop-best-seller-card {
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 10px;
  max-width: 100%;
}
.shop-best-seller-card img {
  padding: 10px;
  width: 80%;
  aspect-ratio: 1/1;
}
.shop-best-seller-card h5 {
  font-weight: 400;
  font-size: 20px;
}
.shop-best-seller-card a {
  text-decoration: none;
  color: inherit;
}

.shop-category-card {
  background-color: #fff;
  border: 0;
  border-radius: 20px;
  padding: 10px;
  height: 100%;
}
.shop-category-card img {
  padding: 10px;
  width: 100%;
  aspect-ratio: 1/1;
}
.shop-category-card h5 {
  font-weight: 400;
  font-size: 18px;
}
.shop-category-card a {
  text-decoration: none;
  color: inherit;
}

.slider-tracker {
  background-color: #fff;
  border: 0;
  height: 12px;
  width: 12px;
  border-radius: 50%;
}
.slider-tracker.tns-nav-active {
  background-color: #454545;
}

#offcanvas-shop-menu {
  width: 60vw;
}
#offcanvas-shop-menu a {
  color: inherit;
  text-decoration: none;
}

#offcanvas-shop-cart {
  height: fit-content;
  max-height: 80vh;
}
#offcanvas-shop-cart .offcanvas-body {
  padding-bottom: 0;
}
#offcanvas-shop-cart .offcanvas-body img {
  width: 100%;
}
#offcanvas-shop-cart a {
  color: inherit;
  text-decoration: none;
}

.shop-item-categories-modal .modal-content {
  border: none;
  border-radius: 20px;
}
.shop-item-categories-modal .modal-header {
  border: none;
}
.shop-item-categories-modal .modal-body {
  padding: 0px;
}
.shop-item-categories-modal .modal-body img {
  width: 100%;
}
.shop-item-categories-modal .modal-body p {
  margin: 20px 0px;
  line-height: 20px;
}
.shop-item-categories-modal .modal-footer {
  border: none;
  align-items: center;
}

#cart-checkout-modal h2 {
  font-size: 28px;
  font-weight: 500;
}

body {
  background: #171717;
  margin: 0;
  padding: 0;
}

main .nav-buttons {
  margin-top: 35px;
  margin-bottom: 35px;
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  main .nav-buttons {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
