body {
  line-height: 1.5;
}

.theme-text-blue {color: #2790eb !important;}
.theme-bg-blue {background-color: #2790eb !important;}
.theme-text-darkblue {color: #143d83 !important;}
.theme-bg-darkblue {background-color: #143d83 !important;}

a.hover-effect:hover {
  opacity: .8;
  text-decoration: underline !important;
}

.banner-sub-title {
  color: #fff;
  letter-spacing: 0.04em;
  font-family: var(--title-fonts);
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  position: relative;
  text-transform: uppercase;
  color: var(--primary-color);
  background: #d3e9fb;
  padding: 4px 8px;
  margin: 0 0 10px;
  display: inline-block;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.pq-button {
  padding: 6px 15px;
}

.editor-text img {
  width: auto !important;
}

.editor-text ul {
  list-style: none;
  padding-left: 0;
}

.editor-text ul li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.75rem;
}

/* Checkbox box */
.editor-text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1.15rem;
  height: 1.15rem;

  background-color: #2790eb;
  border-radius: 2px;

  /* Bootstrap check icon as mask */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.485 1.929a1.5 1.5 0 0 1 2.121 2.121l-8.25 8.25a1.5 1.5 0 0 1-2.121 0l-4.25-4.25a1.5 1.5 0 1 1 2.121-2.121l3.189 3.189 7.311-7.311z'/%3E%3C/svg%3E") center / 70% no-repeat;

  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M13.485 1.929a1.5 1.5 0 0 1 2.121 2.121l-8.25 8.25a1.5 1.5 0 0 1-2.121 0l-4.25-4.25a1.5 1.5 0 1 1 2.121-2.121l3.189 3.189 7.311-7.311z'/%3E%3C/svg%3E") center / 70% no-repeat;
}

@media (min-width: 768px) {
  section {
    padding: 90px 0 !important;
  }

  section.pq-form {
    padding: 130px 0 0 !important;
  }
}

@media (min-width: 992px) {
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a {
    position: relative;
    display: inline-block;
    padding-bottom: 24px;
  }

  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 100%;
    max-width: 40px;
    height: 26px;
    background: url("/images/navHover.webp") no-repeat center / contain;
    opacity: 0;
    pointer-events: none;
    transition: opacity 160ms ease;
  }

  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:hover::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:focus::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li:hover>a::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current_page_item>a::after,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a::after {
    opacity: 1;
  }

  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:hover,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li>a:focus,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-item>a,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current_page_item>a,
  header#pq-header .pq-bottom-header .navbar .navbar-nav>li.current-menu-ancestor>a {
    color: inherit;
  }
}

#pq-footer .icons li {
  display: inline-block;
}

.carousel-wrapper {
  position: relative;
  width: 100%;
}

.owl-carousel {
  position: relative;
}

.owl-nav {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  pointer-events: none;
}

.owl-nav button {
  position: absolute;
  pointer-events: all;
}

.owl-carousel .owl-nav button.owl-prev {
  left: -75px;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  padding: 15px 20px;
  border-radius: 0;
}

.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background: #2490eb !important;
  color: #fff !important;
}

.owl-carousel .owl-nav button.owl-next {
  right: -75px;
  float: right;
  color: var(--dark-color);
  background: #fff !important;
}

.owl-carousel .owl-dots .owl-dot {
  height: 5px;
  border-radius: 0;
}