.contact-form {
  width: 60%;
  display: block;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 1024px) {
  .contact-form {
    width: 90%;
  }
}
.contact-form h3 {
  text-align: left;
  color: #b16106;
  margin-bottom: 10px;
}
.kannada-version .contact-form h3 {
  color: #b16106;
}
.contact-form p {
  text-align: left;
}
.contact-form fieldset {
  border: none;
  margin-top: 20px;
}
.contact-form fieldset label {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.contact-form fieldset label span {
  font-size: 18px;
  color: #808284;
}
.contact-form fieldset label input {
  border: 2px solid #e6e7e8;
  padding: 8px 12px;
  width: 75%;
}
@media screen and (max-width: 1024px) {
  .contact-form fieldset label input {
    width: auto;
    padding: 8px 0 8px 0;
  }
}
.contact-form fieldset label textarea {
  border: 2px solid #e6e7e8;
  width: 100%;
  font-size: 18px;
  padding: 10px 15px;
}
.contact-form fieldset button {
  border: 2px solid #b16106;
  background-color: #b16106;
  color: white;
  font-size: 18px;
  padding: 8px 55px;
  margin: 0 auto;
  display: block;
  transition: opacity 500ms ease;
}
.contact-form fieldset button:hover {
  box-shadow: none;
  opacity: 0.6;
}
@media screen and (max-width: 1024px) {
  .contact-form fieldset button {
    width: 100%;
    margin: 0;
  }
}

.address-details-container {
  width: 25%;
}
@media screen and (max-width: 1024px) {
  .address-details-container {
    width: 100%;
  }
}

.contact-details {
  width: 80%;
  margin: 30px auto;
}
.contact-details .sub-heading {
  color: #b16106;
  margin: 20px 0;
  text-align: left;
}
.contact-details .detail {
  color: #808284;
  text-align: left;
  font-style: normal;
}
.contact-details figure {
  margin: 30px 0;
  width: 35%;
}
.contact-details figure img {
  width: 100%;
}

.flex-container {
  display: flex;
  justify-content: space-around;
  width: 80%;
  margin: 30px auto 70px auto;
}
@media screen and (max-width: 1024px) {
  .flex-container {
    width: 100%;
    display: block;
    margin: 0;
  }
}

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