* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: "Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #203864;
}

a {
  text-decoration: none;
}

/* Reset form elements */
input,
button,
textarea,
select {
  outline: none;
  border: none;
  background: none;
}

img {
  max-width: 100%;
  height: auto;
}

.wrapper {
  background-color: #f8faff;
}

.no-padding {
  padding: 0;
  overflow-x: hidden;
}

.show-sidemenu {

}/*# sourceMappingURL=custom.css.map */
.show-sidemenu2 {
    left: 0 !important;
  }
