.contact-info li {
  list-style: none;
  line-height: 1.9;
}
.contact-info li a {
  color: #333;
  font-size: 16px;
  font-weight: 600;
}
.contact-info li a:hover {
  color: #985fa3;
}
.contact-info li a i {
  color: #00b0b9;
  font-size: 20px;
}
ul.contact-info {
  margin-bottom: 35px;
}
.contact-section form {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  background: transparent;
  text-align: left;
  padding: 10px 0;
}
.contact-section form .subject,
.contact-section form .content {
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}

.contact-section form .id {
  display: flex;
  justify-content: space-between;
  height: 75px;
  width: 100%;
  margin: 0 auto;
  margin-bottom: 20px;
}
.contact-section form .id .name,
.contact-section form .id .email {
  display: inline-block;
  width: 48%;
}

.contact-section form .id .email input[name="email"],
.contact-section form .id .name input[name="name"] {
  width: 100%;
  height: 59px;
  padding: 10px 15px;
}
.contact-section form .subject {
  height: 75px;
  margin-bottom: 20px;
}
.contact-section form .subject input[name="tele"] {
  width: 100%;
  padding: 10px 15px;
  height: 59px;
}
.contact-section form .content textarea {
  width: 100%;
  resize: none;
  padding: 10px 15px;
  font-family: "Poppins", sans-serif;
}
.contact-section form .content button {
  margin: 0;
  float: right;
  background: #00b0b9;
  padding: 10px 30px;
  border-radius: 30px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid #00b0b9;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  transition: all 0.3;
  font-family: "Poppins", sans-serif;
}
.contact-section form .content button:hover {
  background: #985fa3;
  border: 1px solid #985fa3;
}
.contact-section input:focus,
.contact-section textarea:focus {
  outline: 0;
}
.contact-section ::-webkit-input-placeholder {
  color: #333;
  font-size: 14px;
}
.contact-section input:-moz-placeholder {
  color: #333;
  font-size: 14px;
}
.contact-heading {
  color: #00b0b9;
  font-size: 14px;
  font-weight: 800;
  margin-bottom: 10px;
}
.md-checkbox {
  position: relative;
  margin: 1em 0;
  text-align: left;
  display: flex;
}
.md-checkbox label {
  cursor: pointer;
  display: inline;
  line-height: 1.5;
  vertical-align: middle;
  clear: both;
  padding-left: 1px;
}
.md-checkbox label:not(:empty) {
  padding-left: 0.75em;
}
.md-checkbox label:before,
.md-checkbox label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}
.md-checkbox label:before {
  width: 1.25em;
  height: 1.25em;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.54);
  border-radius: 0.125em;
  cursor: pointer;
  transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
  outline: 0;
  visibility: hidden;
  width: 1.25em;
  margin: 0;
  display: block;
  float: left;
  font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:before {
  background: #337ab7;
  border: none;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
  transform: translate(0.25em, 0.3365384615em) rotate(-45deg);
  width: 0.75em;
  height: 0.375em;
  border: 0.125em solid #fff;
  border-top-style: none;
  border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
  border-color: rgba(0, 0, 0, 0.26);
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
  background: rgba(0, 0, 0, 0.26);
}
