html {
  font-size: 0.069444vw;
}

.btn:focus,
.btn:active:focus,
.btn-link.nav-link:focus,
.form-control:focus,
.form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  height: 100%;
  width: 100vw;
  border: none;
  outline: none;
  font-family: "Exo", sans-serif;
  text-decoration: none;
  list-style-type: none;
  overflow-x: hidden;
}

button,
input,
optgroup,
select,
textarea,
html input[type="button"],
input[type="reset"],
input[type="submit"],
button[disabled],
html input[disabled],
button::-moz-focus-inner,
input::-moz-focus-inner,
input[type="checkbox"],
input[type="radio"],
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button,
input[type="search"],
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration div {
  margin: 0px;
  padding: 0px;
  border: none;
}

h1 {
  font-size: 24rem;
}
h2 {
  font-size: 24rem;
}
h3 {
  font-size: 18rem;
}
h4 {
  font-size: 16rem;
}

h5 {
  font-size: 14rem;
}

a {
  text-decoration: none !important;
}

.whatsapp-button {
  position: fixed;
  bottom: 50rem;
  left: 20rem;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000001 !important;
  cursor: pointer;
}

.whatsapp-button img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.whatsapp-button-az {
    position: fixed;
    bottom: 50rem;
    right: 20rem;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10000001 !important;
    cursor: pointer;
}
    .whatsapp-button-az img {
        width: 70rem;
        height: 70rem;
        border-radius: 50%;
    }

@media (max-width: 768px) {
  .whatsapp-button {
           bottom: 60rem;
        right: 0;
  }
    .whatsapp-button-az {
               bottom: 60rem;
        right: 0;
    }
}
