.franchise {
  padding: 60px 0px 10px 0px;
}
.breadcrumb-item {
  display: inline-flex !important;
  float: none;
}
.bread-sec .breadcrumb {
  margin: 0px;
  padding-bottom: 0px;
}
.franchise h2 {
  color: #dbb560;
  font-size: 32px;
}
.contact-form {
  padding-bottom: 80px;
}
.contact-form h3 {
  font-size: 24px;
  font-family: "Poppins";
  font-weight: 600;
  color: #001a1e;
}
.franchise-form-wrapper input {
  border: 1px solid #001a1e;
  border-radius: 0px;
  padding: 14px;
  color: #001a1e;
  font-family: "Poppins";
}
.franchise-form-wrapper input::placeholder {
  color: #001a1e;
}
.franchise-form-wrapper textarea {
  border: 1px solid #001a1e;
  border-radius: 0px;
  padding: 14px;
  color: #001a1e;
  font-family: "Poppins";
}
.franchise-form-wrapper textarea::placeholder {
  color: #001a1e;
}
.franchise-form-wrapper {
  padding-top: 30px;
}
.franchise-form-wrapper button.btn {
  background: #dbb560;
  border-radius: 0px;
  padding: 10px 61px;
  color: #fff;
  font-family: "Poppins";
  font-weight: 500;
}
@media (max-width: 480px) {
  .franchise h2 {
    color: #dcb560;
    font-size: 28px;
  }
}
