.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.bd-placeholder-img {
  font-size: 1.125rem;
  height: 25rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.logo {
  height: 2.5rem;
}
.fab-h:hover {
  color: blue;
}
.img-house {
  height: 12rem;
  width: 12rem;
}
.img-aelec {
  max-height: 25rem;
}
.watsap {
  color: green;
}
.knx-smart {
  height: 4rem;
  width: 7rem;
}
.knx-alexa {
  height: 2rem;
  width: 2rem;
}
.beta {
  color: yellow-300;
}
.products {
  width: 150px;
  height: 150px;
}
.products-longer {
  width: 300px;
  height: 150px;
}
.img-fluids {
  max-width: 100%;
  height: 500px;
}
.img-tr:hover {
  transform: scale(110.1%);
  transition-delay: 300ms;
  border-radius: 30px;
}

@media (min-width: 592px) {
  .pad-top-20 {
    padding-top: 10rem;
  }
}
@media (max-width: 592px) {
  .pad-top-20 {
    padding-top: 10rem;
  }
}
/* progress bar */
.line {
  width: 120px;
  height: 6px;
  background: #63d19e;
}
.line-last {
  width: 120px;
  height: 6px;
  background: #63d19e;
}

.steps {
  display: flex;
  background-color: #63d19e;
  color: rgb(107, 18, 180);
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.steps-last {
  display: flex;
  background-color: #5f280e;
  color: rgb(107, 18, 180);
  font-size: 14px;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.progresses {
  display: flex;
  align-items: center;
}
/* progress bar */
/* custom acordeon  */

/* custom acordeon  */
/* GP title */
.section-title1 {
  text-align: center;
  padding-bottom: 30px;
}

.section-title1 h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
  color: #2d405f;
}

.section-title1 h2::after {
  content: "";
  align-self: center;
  display: block;
  width: 4000px;
  height: 3px;
  background: #810909;
  bottom: 0;
}

.section-title1 p {
  margin-bottom: 0;
}
/* end GP title */
/*--------------------------------------------------------------
# Pricing
--------------------------------------------------------------*/
.pricing .box {
  padding: 20px;
  background: #fff;
  text-align: center;
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.pricing .box h3 {
  font-weight: 400;
  padding: 15px;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  color: #2d405f;
}

.pricing .box h4 {
  font-size: 42px;
  color: #3b4ef8;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  margin-bottom: 20px;
}

.pricing .box h4 sup {
  font-size: 20px;
  top: -15px;
  left: -3px;
}

.pricing .box h4 span {
  color: #bababa;
  font-size: 16px;
  font-weight: 300;
}

.pricing .box ul {
  padding: 0;
  list-style: none;
  color: #2d405f;
  text-align: center;
  line-height: 20px;
  font-size: 14px;
}

.pricing .box ul li {
  padding-bottom: 16px;
}

.pricing .box ul i {
  color: #3b4ef8;
  font-size: 18px;
  padding-right: 4px;
}

.pricing .box ul .na {
  color: #ccc;
  text-decoration: line-through;
}

.pricing .box .btn-wrap {
  padding: 15px;
  text-align: center;
}

.pricing .box .btn-buy {
  background: #eceefe;
  color: #3b4ef8;
  display: inline-block;
  padding: 10px 40px 12px 40px;
  border-radius: 5px;
  transition: none;
  font-size: 14px;
  font-weight: 400;
  font-family: "Krub", sans-serif;
  font-weight: 600;
  transition: 0.3s;
}

.pricing .box .btn-buy:hover {
  background: #3b4ef8;
  color: #fff;
}

.pricing .featured {
  background: #466393;
  box-shadow: none;
}

.pricing .featured h3,
.pricing .featured h4,
.pricing .featured h4 span,
.pricing .featured ul,
.pricing .featured ul .na {
  color: #fff;
}

.pricing .featured .btn-buy {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.pricing .featured .btn-buy:hover {
  background: #fff;
  color: #4e6fa4;
}
/* cookies */
.nk-cookie-banner {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  z-index: 999;
  border-radius: 0px;
  display: none;
}
/* cookies */
