h1, h2, h3, h4, h5, h6 {
  font-family: "Manrope", sans-serif;
  color: #000;
}

p, ul, li, span, a, i, strong, div, body {
  font-family: "Lato", sans-serif;
  color: #453d3d !important;
}

body {
  background: #f7f7f7;
}
body p, body h3, body h3, body h1, body span {
  background-color: transparent !important;
}

a {
  color: #453d3d;
  text-decoration: none !important;
}

p {
  margin-bottom: 0px !important;
  font-size: 1rem !important;
}

.prev-arrow, .next-arrow {
  position: absolute;
  top: 50%;
  z-index: 999;
  font-size: 21px;
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
  left: -1px;
  padding: 10px 20px;
}

.next-arrow {
  right: 0px;
  left: auto;
}

.prev-arrow:hover, .next-arrow:hover {
  background: #fff !important;
  color: #000 !important;
  border-color: #fff !important;
}

.globalbtn {
  background: #24748c;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  color: #fff;
  padding: 6px 20px;
  border-radius: 10px;
  display: inline-block;
  font-size: 1rem;
  z-index: 2;
}
.globalbtn:hover {
  background: #000;
}

@media only screen and (max-width: 768px) {
  .globalbtn {
    font-size: 16px !important;
  }
  .prev-arrow, .next-arrow {
    top: 46%;
    z-index: 999;
    font-size: 9px;
    background: transparent;
    color: #fff;
    border: 2px solid #b8b6b6;
    padding: 5px 5px;
  }
}/*# sourceMappingURL=style.css.map */