body,
html {
  font-family: "Poppins", sans-serif;
}

.aligner-full {
  display: flex;
  align-items: center;
  min-height: 30em;
  justify-content: center;
}

.btn {
  border-bottom: #0b7ec4;
}

.axess-bg-access {
  background-color: #eeeded;
}

h3.axess-title-new {
  font-size: 20px !important;
  font-family: "Poppins", sans-serif !important;
}

.axess-font-primary {
  color: white;
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 28px;
  text-transform: uppercase;
  line-height: 1.2;
}

.axess-letter-2 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
  font-size: 40px;
  text-transform: uppercase;
}

.axess-letter-subtitle {
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-size: 23px;
}

@media only screen and (min-width: 300px) {
  .axess-bg-login {
    background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
    background-size: cover;
    height: 175vh;
  }

@supports not (-webkit-backdrop-filter: blur()) {
    .axess-bg-login {
      background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
      background-size: cover;
      height: 175vh;
    }
}
}

@media only screen and (min-width: 480px) {
  .axess-bg-login {
    background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
    background-size: cover;
    height: 135vh;
  }

@supports not (-webkit-backdrop-filter: blur()) {
    .axess-bg-login {
      background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
      background-size: cover;
      height: 135vh;
    }
}
}

@media only screen and (min-width: 768px) {
  .axess-bg-login {
    background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
    background-size: cover;
    height: 106vh;
  }

@supports not (-webkit-backdrop-filter: blur()) {
    .axess-bg-login {
      background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
      background-size: cover;
      height: 106vh;
    }
}
}

@media only screen and (min-width: 992px) {
  .axess-bg-login {
    background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
    background-size: cover;
    height: 77.6vh;
  }

@supports not (-webkit-backdrop-filter: blur()) {
    .axess-bg-login {
      background: linear-gradient(to right, rgba(35, 37, 38, 0.7), rgba(65, 67, 69, 0.7)), no-repeat fixed center;
      background-size: cover;
      height: 77.6vh;
    }
}
}

.overlay1234 {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  overflow-x: hidden;
  transition: 0.5s;
}

.overlay-content2134 {
  position: relative;
  top: 25%;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}

.overlay1234 a {
  padding: 8px;
  text-decoration: none;
  font-size: 36px;
  color: #ffffff;
  display: block;
  transition: 0.3s;
}

.overlay1234 a:hover,
.overlay1234 a:focus {
  color: #f1f1f1;
}

.overlay1234 .closebtn77 {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
}

.testimonials-carousel {
  height: 400px;
}

