@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@200;300;400;500;600;700;800&family=Open+Sans:wght@300;400;500&display=swap");
p {
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
}

.row > * {
  padding-left: 0px;
}

.bn-right-r2 {
  padding: 0 5px;
}

header h1 {
  font-family: "Nunito", sans-serif;
  color: white;
  font-weight: 700;
  background: #3a4966;
  width: 54%;
  text-align: center;
  border-radius: 8px;
}

.banner .bn-left-head h3 {
  font-size: 31px;
  margin: 10px 0;
  color: white;
  text-align: center;
  border-radius: 8px;
  background: #3a4966;
  padding: 5px;
}
.banner .bn-left-head1 {
  background: #3a4966;
  margin: 10px 0;
  border-radius: 8px;
}
.banner .bn-left-head1 h3 {
  font-size: 31px;
  color: white;
  padding: 5px;
}
.banner .bn-left-head2 {
  background: #3a4966;
  margin: 10px 0;
  border-radius: 8px;
}
.banner .bn-left-head2 h3 {
  font-size: 31px;
  color: white;
  padding: 5px;
}
.banner .bn-left-info p {
  font-size: 14px;
  font-weight: 600;
  font-family: "Open Sans", sans-serif;
  color: #424040;
}
.banner .bn-head h3 {
  font-size: 31px;
  margin: 10px 0;
  color: white;
  text-align: center;
  border-radius: 8px;
  background: #3a4966;
  padding: 5px;
}
.banner tbody,
.banner td,
.banner tfoot,
.banner th,
.banner thead,
.banner tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  vertical-align: baseline;
  margin: 15px;
  border: 1px solid #767676;
}
.banner td {
  padding: 5px 5px 13px 5px;
}
.banner th {
  padding: 5px 5px 13px 5px;
}
.banner .box {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.banner .box textarea {
  border-radius: 40px;
  padding: 15px;
}
.banner .box button {
  border: none;
  background: #135aff;
  padding: 6px 24px;
  border-radius: 20px;
  color: white;
  font-weight: 500;
}

.banner tbody,
.banner td,
.banner tfoot,
.banner th,
.banner thead,
.banner tr {
  vertical-align: baseline;
  margin: 15px;
  border: 1px solid rgb(118, 118, 118);
  background: #f2f2f2;
}/*# sourceMappingURL=main.css.map */