/*
@import "custom/base/navbar";
@import "custom/base/footer";

// components
@import "custom/components/container";
@import "custom/components/heading-banner";*/
.bs-section {
  padding: 40px 0;
}

.lfr-nav-item:before {
  display: none !important;
}

.tm-footer .navbar-site {
  flex-wrap: wrap;
}

@media screen and (max-width: 991px) {
  #section-navigation.tm-navbar.open > .container > .cols-holder .col-navbar-nav {
    background-color: #ffffff;
    height: auto;
    min-height: calc(100vh - 62px);
    flex-wrap: nowrap;
    width: 100%;
    padding: 0 15px;
  }
  #section-navigation.tm-navbar.open > .container > .cols-holder::after {
    content: "";
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 0;
    /* background-color: black; */
    opacity: 0.9;
  }
  #section-navigation.tm-navbar.open .navigation-toggler {
    position: absolute;
    right: 15px;
    left: unset;
    top: 15px;
    padding: 10px;
    background-color: transparent;
    border: 0;
    z-index: 1060;
  }
}
.fs-14 {
  font-size: 14px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-20 {
  font-size: 20px !important;
}

.fs-24 {
  font-size: 24px !important;
}

.fs-36 {
  font-size: 36px !important;
}

.fs-50 {
  font-size: 50px !important;
}

@media screen and (max-width: 767.98px) {
  .fs-xs-14 {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .fs-xs-16 {
    font-size: 16px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .fs-xs-18 {
    font-size: 18px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .fs-xs-30 {
    font-size: 30px !important;
  }
}

@media screen and (max-width: 767.98px) {
  .fs-xs-40 {
    font-size: 40px !important;
  }
}

.box-wrapper {
  background: #fff;
  box-shadow: 0 5px 15px rgba(75, 17, 47, 0.1);
  border-radius: 12px;
  padding: 20px 17px;
}
.box-wrapper .border-b {
  position: relative;
}
.box-wrapper .border-b:after {
  position: absolute;
  left: -17px;
  right: -17px;
  height: 1px;
  background-color: #F2F2F2;
  bottom: 0;
  content: "";
}
.box-wrapper .spark {
  padding: 6px 9px 5px;
  border-radius: 31px;
  line-height: 16px;
  font-size: 16px;
  max-width: 82px;
  text-align: center;
  border-color: #339EC5;
  color: #339EC5;
}

/*# sourceMappingURL=child.css.map */
/*# sourceMappingURL=child.css.map */
