@import "../fonts/fonts.css";
* {
  font-family: "avenirbook", sans-serif;
  box-sizing: border-box;
  font-size: 1.2rem;
}

input[type=text], input[type=email], textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-top: 7px;
  padding: 10px;
  background: #fff;
  width: 100%;
}

p {
  margin: 40px 0;
}

input[type=radio] {
  margin-right: 10px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  cursor: pointer;
}

select {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 7px 20px 7px 10px;
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  margin-top: 10px;
}

.jenisusaha label {
  display: flex;
  padding: 5px 0;
  cursor: pointer;
}

button {
  background: #9F7308;
  color: #fff;
  padding: 10px 15px;
  border: none;
  font-size: 1.3rem;
  border-radius: 5px;
  cursor: pointer;
}

textarea {
  resize: vertical;
  min-height: 150px;
}

.conwrap {
  display: flex;
  justify-content: space-between;
  padding: 80px 0;
}
.conwrap .conleft, .conwrap .conright {
  width: 45%;
  position: relative;
}
.conwrap .conleft a, .conwrap .conright a {
  background: #9F7308;
  display: inline-block;
  color: #fff;
  padding: 10px 15px;
  border-radius: 5px;
}
.conwrap .conleft img, .conwrap .conright img {
  width: 150px;
  position: absolute;
  bottom: -30px;
  right: 0;
}
.conwrap .conleft .con-header, .conwrap .conright .con-header {
  align-items: center;
  position: relative;
}
.conwrap .conleft .con-header h2, .conwrap .conright .con-header h2 {
  margin: 0 20px 0 0;
}
.conwrap .conleft .con-header img, .conwrap .conright .con-header img {
  width: 150px;
  position: absolute;
  right: 0;
  top: 0;
}

.tutor-list {
  margin: 60px auto;
}
.tutor-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.tutor-list ul li {
  width: 25%;
  padding: 5px;
}
.tutor-list ul li iframe {
  width: 100% !important;
  height: auto !important;
}

@media only screen and (max-width : 500px) {
  .contact-outer form .conwrap {
    display: block;
    padding-top: 0px;
  }
  .contact-outer form .conwrap .conleft, .contact-outer form .conwrap .conright {
    width: 100%;
    margin-top: 80px;
  }
  .contact-outer form .conwrap .conleft h2, .contact-outer form .conwrap .conright h2 {
    font-size: 2rem;
  }
  .contact-outer form button {
    display: block;
    margin: 60px 0 40px 0;
    width: 100%;
  }
  .tutor-list ul li {
    width: 50%;
  }
  .conleft img, .conright img {
    width: 100px !important;
  }
  .conright img {
    top: 100%;
    bottom: auto !important;
  }
}/*# sourceMappingURL=contact.css.map */