.contact-slider .slide-text-1 {
  font-family: "Buttershine Serif";
  font-size: 50px;
}
.contact-slider .slide-text-2 {
  font-family: "Buttershine Serif";
  font-size: 50px;
}

.contact-section {
  padding: 100px 0;
}
.contact-section .heading {
  text-align: center;
  margin-bottom: 100px;
}
.contact-section .heading h1, .contact-section .heading h2 {
  font-family: "Buttershine Serif";
  font-size: 40px;
  color: #444444;
}
.contact-section .heading p {
  font-size: 20px;
  font-family: "the unseen";
}
.contact-section .contact-box .contact-icon img {
  width: 120px;
  height: 120px;
}
.contact-section .contact-box .contact-detail h6 {
  color: #0089cd;
  font-size: 24px;
}
.contact-section .contact-box .contact-detail p {
  color: #0089cd;
  font-size: 18px;
}
.contact-section .enquiry-form {
  background: #eeeeee;
  padding: 70px 50px;
}
.contact-section .enquiry-form .form-group {
  margin-bottom: 50px;
}
.contact-section .enquiry-form .form-group:last-child {
  margin-bottom: 0;
}
.contact-section .enquiry-form .form-group .form-control {
  border: none;
  border-bottom: 2px solid #00e6ad;
  border-radius: 0;
  padding-left: 5px;
}
.contact-section .enquiry-form .form-group .form-control:focus {
  box-shadow: none;
}
.contact-section .enquiry-form .form-group .form-control::placeholder {
  color: #111;
}
.contact-section .enquiry-form .form-group button {
  border: none;
  background: linear-gradient(to right, #008bda, #00d2b7);
  color: #fff;
  padding: 5px 25px;
  text-align: center;
}

.location {
  padding: 0 0 100px;
}
.location .heading {
  text-align: center;
  margin-bottom: 20px;
}
.location .heading h1, .location .heading h2 {
  font-family: "Buttershine Serif";
  font-size: 40px;
  color: #222222;
}
.location .heading p {
  font-size: 20px;
  font-family: "the unseen";
}
.location .google-map {
  border: 3px solid #666;
  padding: 10px;
  border-radius: 10px;
}
.location .google-map iframe {
  border-radius: 10px;
  width: 100%;
  height: 350px;
  margin-bottom: 0;
}

@media (max-width: 480px) {
  .contact-section {
    padding: 50px 0;
  }
  .contact-section .heading {
    margin-bottom: 50px;
  }
  .contact-section .contact-box .contact-icon img {
    width: 70px;
    height: 70px;
  }
  .contact-section .contact-box .contact-detail h6 {
    font-size: 20px;
  }
  .contact-section .contact-box .contact-detail p {
    font-size: 16px;
    margin-bottom: 0;
  }
  .contact-section .enquiry-form {
    max-width: 100%;
  }
}

/*# sourceMappingURL=contact.css.map */
