.contact-container {
  width: 100%;
  height: auto;
  display: flex;
  min-height: 100vh;
  align-items: center;
  flex-direction: column;
  background-color: #f3f3f3;
}
.contact-navbar-container {
  top: 0;
  width: 100%;
  display: flex;
  z-index: 100;
  position: inherit;
  box-shadow: 0px 5px 10px 2px #4c4242;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  background-color: #008b42;
}
.contact-navlink {
  display: contents;
}
.contact-image {
  width: 1051px;
  height: auto;
  object-fit: cover;
  text-decoration: none;
}
.contact-navbar {
  width: var(--dl-size-size-maxcontent);
  display: flex;
  position: relative;
  max-width: auto;
  align-items: center;
  padding-top: var(--dl-space-space-halfunit);
  padding-left: var(--dl-space-space-tripleunit);
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-halfunit);
  justify-content: space-between;
  background-color: #008b42;
}
.contact-logo {
  border: 2px dashed rgba(120, 120, 120, 0.4);
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: space-between;
}
.contact-container1 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.contact-links-container {
  display: flex;
  align-items: flex-start;
  flex-direction: row;
}
.contact-link {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.contact-link:hover {
  color: #f2c700;
}
.contact-link:active {
  color: #f2c700;
  text-decoration: underline;
}
.contact-link01 {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.contact-link01:hover {
  color: #f2c700;
}
.contact-link01:active {
  color: #f2c700;
  text-decoration: underline;
}
.contact-link02 {
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.contact-link02:hover {
  color: #f2c700;
}
.contact-link02:active {
  color: #f2c700;
  text-decoration: underline;
}
.contact-link03 {
  color: var(--dl-color-gray-black);
  font-size: x-large;
  font-style: normal;
  transition: 0.3s;
  font-family: Roboto;
  font-weight: 700;
  line-height: 1.55;
  margin-right: var(--dl-space-space-tripleunit);
  text-transform: capitalize;
  text-decoration: none;
}
.contact-link03:hover {
  color: #f2c700;
}
.contact-cta-btn {
  color: var(--dl-color-gray-white);
  font-style: normal;
  transition: 0.3s;
  font-weight: 700;
  padding-top: var(--dl-space-space-halfunit);
  border-color: #000000;
  border-width: 2px;
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-halfunit);
  text-decoration: none;
  background-color: var(--dl-color-gray-black);
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.contact-cta-btn:hover {
  color: #f2c700;
  border-color: #f2c700;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.contact-cta-container {
  display: flex;
  align-items: center;
  flex-direction: row;
  justify-content: space-between;
}
.contact-burger-menu {
  display: none;
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius4);
  flex-direction: column;
}
.contact-icon {
  width: 36px;
  height: 36px;
}
.contact-mobile-menu {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100vh;
  display: none;
  padding: var(--dl-space-space-doubleunit);
  position: absolute;
  align-items: flex-start;
  flex-direction: column;
  background-color: var(--dl-color-gray-white);
}
.contact-top {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
  justify-content: space-between;
}
.contact-navlink1 {
  display: contents;
}
.contact-image1 {
  width: 50px;
  object-fit: cover;
  text-decoration: none;
}
.contact-container2 {
  flex: 0 0 auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.contact-icon2 {
  width: 24px;
  height: 24px;
}
.contact-mid {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.contact-links-container1 {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: column;
}
.contact-link04 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.contact-link05 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.contact-link06 {
  margin-bottom: var(--dl-space-space-unit);
  text-decoration: none;
}
.contact-link07 {
  text-decoration: none;
}
.contact-cta-btn1 {
  color: var(--dl-color-gray-white);
  padding-top: var(--dl-space-space-unit);
  padding-left: var(--dl-space-space-fiveunits);
  border-radius: 34px;
  padding-right: var(--dl-space-space-fiveunits);
  padding-bottom: var(--dl-space-space-unit);
  text-decoration: none;
  background-color: var(--dl-color-primary-100);
  border-top-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.contact-hero {
  width: 75%;
  display: flex;
  position: relative;
  max-width: auto;
  margin-top: 0px;
  align-items: center;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  margin-bottom: 0px;
  padding-right: var(--dl-space-space-tripleunit);
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: space-between;
}
.contact-container3 {
  flex: 0 0 auto;
  width: 75%;
  height: auto;
  display: flex;
  align-items: space-between;
  flex-direction: column;
}
.contact-heading {
  width: auto;
  align-self: flex-start;
  text-align: center;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.contact-text {
  color: var(--dl-color-gray-black);
  width: auto;
  align-self: flex-start;
  margin-bottom: var(--dl-space-space-tripleunit);
}
.contact-link08 {
  font-style: normal;
  font-weight: 700;
}
.contact-link09 {
  font-style: normal;
  font-weight: 700;
}
.contact-form {
  flex: 0 0 auto;
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  padding-bottom: var(--dl-space-space-fiveunits);
}
.contact-form1 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  justify-content: center;
}
.contact-form2 {
  flex: 0 0 auto;
  width: auto;
  display: flex;
  padding: var(--dl-space-space-twoandhalf);
  max-width: 700px;
  align-self: center;
  box-shadow: 5px 5px 10px 0px #000000;
  margin-top: var(--dl-space-space-doubleunit);
  align-items: flex-start;
  border-radius: var(--dl-radius-radius-radius50);
  flex-direction: column;
  background-color: #008b42;
}
.contact-text04 {
  color: #000000;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2rem;
}
.contact-text05 {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}
.contact-text06 {
  color: rgb(0, 0, 0);
  font-size: 1rem;
  font-weight: 600;
  line-height: 2rem;
}
.contact-text07 {
  color: #000000;
  margin-top: var(--dl-space-space-halfunit);
  margin-left: 0px;
  margin-bottom: var(--dl-space-space-halfunit);
}
.contact-textinput {
  color: #000000;
  width: 100%;
  outline: 0;
  padding: var(--dl-space-space-triplequarter);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);;
  transition: 0.3s;
  border-width: 0px;
  border-radius: 4px;
}
.contact-textinput:focus {
  box-shadow: 0 0 0 2px#4AA4E3;
}
.contact-text08 {
  color: #000000;
  margin-top: var(--dl-space-space-halfunit);
  margin-left: 0rem;
  margin-bottom: var(--dl-space-space-halfunit);
}
.contact-textinput1 {
  color: #000000;
  width: 100%;
  outline: 0;
  padding: var(--dl-space-space-triplequarter);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);;
  transition: 0.3s;
  border-width: 0px;
  border-radius: 4px;
}
.contact-textinput1:focus {
  box-shadow: 0 0 0 2px#4AA4E3;
}
.contact-text09 {
  color: #000000;
  margin-top: var(--dl-space-space-halfunit);
  margin-left: 0rem;
  margin-bottom: var(--dl-space-space-halfunit);
}
.contact-textinput2 {
  color: #000000;
  width: 100%;
  outline: 0;
  padding: var(--dl-space-space-triplequarter);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);;
  transition: 0.3s;
  border-width: 0px;
  border-radius: 4px;
}
.contact-textinput2:focus {
  box-shadow: 0 0 0 2px#4AA4E3;
}
.contact-text10 {
  color: #000000;
  font-size: 0.75rem;
  margin-top: var(--dl-space-space-halfunit);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin-left: 0rem;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
.contact-input {
  color: #000000;
  width: 100%;
  outline: 0;
  padding: var(--dl-space-space-triplequarter);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);;
  transition: 0.3s;
  border-width: 0px;
  border-radius: 4px;
}
.contact-input:focus {
  box-shadow: 0 0 0 2px#4AA4E3;
}
.contact-text11 {
  color: #000000;
  font-size: 0.75rem;
  margin-top: var(--dl-space-space-halfunit);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen","Ubuntu", "Cantarell", "Fira Sans","Droid Sans", "Helvetica Neue", sans-serif;
  font-weight: 500;
  margin-left: 0rem;
  margin-bottom: var(--dl-space-space-halfunit);
  text-transform: none;
  text-decoration: none;
}
.contact-textinput3 {
  color: #000000;
  width: 100%;
  outline: 0;
  padding: var(--dl-space-space-triplequarter);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);;
  transition: 0.3s;
  border-width: 0px;
  border-radius: 4px;
}
.contact-textinput3:focus {
  box-shadow: 0 0 0 2px#4AA4E3;
}
.contact-text12 {
  color: #000000;
  margin-top: var(--dl-space-space-halfunit);
  margin-left: 0rem;
  margin-bottom: var(--dl-space-space-halfunit);
}
.contact-textarea {
  color: #000000;
  width: 100%;
  outline: 0;
  padding: var(--dl-space-space-triplequarter);
  box-shadow: 0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px 0 rgba(0,0,0,0.06);;
  transition: 0.3s;
  border-width: 0px;
  border-radius: 4px;
}
.contact-textarea:focus {
  box-shadow: 0 0 0 2px #4AA4E3;
}
.contact-textinput4 {
  display: none;
}
.contact-textinput5 {
  display: none;
}
.contact-textinput6 {
  display: none;
}
.contact-textinput7 {
  display: none;
}
.contact-submit {
  color: #ffffff;
  margin-top: var(--dl-space-space-unit);
  transition: 0.3s;
  border-width: 2px;
  background-color: #000000;
  border-top-width: 2px;
  border-left-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
}
.contact-submit:hover {
  color: #f2c700;
  border-color: #f2c700;
}
.contact-submit:active {
  color: #f2c700;
  border-color: #f2c700;
}
.contact-footer {
  width: 100%;
  display: flex;
  max-width: 100%;
  box-shadow: 10px 10px 10px 10px #4c4242;
  align-items: flex-start;
  padding-top: var(--dl-space-space-fiveunits);
  padding-left: var(--dl-space-space-tripleunit);
  flex-direction: row;
  padding-bottom: var(--dl-space-space-fiveunits);
  justify-content: center;
  background-color: #369a40;
}
.contact-content-container {
  width: 588px;
  display: flex;
  padding: var(--dl-space-space-fiveunits);
  align-self: stretch;
  align-items: flex-start;
  border-color: var(--dl-color-gray-700);
  border-width: 1px;
  flex-direction: column;
  justify-content: flex-start;
  border-left-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
}
.contact-container4 {
  flex: 0 0 auto;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-navlink2 {
  display: contents;
}
.contact-image2 {
  width: 509px;
  height: 128px;
  object-fit: cover;
  text-decoration: none;
}
.contact-text13 {
  width: 299px;
  font-size: 18px;
  align-self: center;
  font-style: normal;
  margin-top: var(--dl-space-space-unit);
  font-weight: 700;
  border-color: var(--dl-color-gray-black);
  border-width: 0px;
  margin-bottom: var(--dl-space-space-unit);
}
.contact-locations-container {
  width: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  border-color: rgba(120, 120, 120, 0.4);
  border-style: dashed;
  border-width: 0px;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.contact-location-1 {
  width: auto;
  height: auto;
  display: flex;
  align-self: center;
  align-items: flex-start;
  padding-top: 0px;
  flex-direction: column;
}
.contact-email {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-halfunit);
  flex-direction: row;
}
.contact-icon4 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.contact-link10 {
  transition: 0.3s;
  text-decoration: none;
}
.contact-link10:hover {
  color: #f2c700;
}
.contact-phone {
  display: flex;
  align-items: flex-start;
  margin-bottom: var(--dl-space-space-doubleunit);
  flex-direction: row;
}
.contact-icon6 {
  width: 24px;
  height: 24px;
  margin-right: var(--dl-space-space-halfunit);
}
.contact-link11 {
  transition: 0.3s;
  text-decoration: none;
}
.contact-link11:hover {
  color: #f2c700;
}
@media(max-width: 1600px) {
  .contact-container {
    background-color: #f3f3f3;
  }
  .contact-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .contact-image {
    width: 908px;
    height: auto;
  }
  .contact-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-mobile-menu {
    display: none;
  }
  .contact-hero {
    width: 80%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contact-container3 {
    width: auto;
  }
  .contact-heading {
    width: auto;
    align-self: flex-start;
  }
  .contact-text {
    color: var(--dl-color-gray-black);
    width: auto;
  }
  .contact-link08 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-link09 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-form {
    width: 100%;
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .contact-form1 {
    width: 100%;
    height: auto;
  }
  .contact-form2 {
    width: auto;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    background-color: #008b42;
  }
  .contact-text05 {
    color: rgb(0, 0, 0);
    font-size: 1rem;
  }
  .contact-text06 {
    color: rgb(0, 0, 0);
    font-size: 1rem;
    font-weight: 600;
    line-height: 2rem;
  }
  .contact-textinput2 {
    padding-left: 0.75rem;
  }
  .contact-text11 {
    color: rgb(0, 0, 0);
    font-size: 0.75rem;
    font-weight: 500;
    text-transform: none;
    text-decoration: none;
  }
  .contact-submit {
    color: #ffffff;
    background-color: #000000;
  }
  .contact-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .contact-content-container {
    width: 588px;
  }
  .contact-locations-container {
    width: 338px;
  }
  .contact-location-1 {
    padding-top: var(--dl-space-space-halfunit);
  }
  .contact-email {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .contact-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .contact-phone {
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .contact-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 1200px) {
  .contact-container {
    background-color: #f3f3f3;
  }
  .contact-navbar-container {
    width: 100%;
    height: auto;
    max-width: auto;
    box-shadow: 0px 5px 10px 2px #4c4242;
    max-height: auto;
    background-color: #008b42;
  }
  .contact-image {
    width: auto;
    height: auto;
  }
  .contact-navbar {
    width: 100%;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .contact-mobile-menu {
    display: none;
  }
  .contact-hero {
    width: 100%;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contact-container3 {
    width: auto;
  }
  .contact-heading {
    text-align: left;
  }
  .contact-text {
    color: var(--dl-color-gray-black);
    width: auto;
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .contact-link08 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-link09 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-form {
    width: 100%;
    box-shadow: 5px 5px 10px 0px #d4d4d4;
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .contact-form1 {
    width: 100%;
  }
  .contact-form2 {
    flex: 1;
    width: auto;
    align-self: center;
    box-shadow: 5px 5px 10px 0px #000000;
    flex-direction: column;
    background-color: #008b42;
  }
  .contact-text04 {
    color: rgb(0, 0, 0);
  }
  .contact-text05 {
    color: rgb(0, 0, 0);
  }
  .contact-text06 {
    color: rgb(0, 0, 0);
  }
  .contact-text07 {
    color: #000000;
  }
  .contact-text08 {
    color: #000000;
  }
  .contact-text09 {
    color: #000000;
  }
  .contact-text12 {
    color: #000000;
  }
  .contact-submit {
    color: rgb(255, 255, 255);
    background-color: rgb(0, 0, 0);
  }
  .contact-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
  }
  .contact-content-container {
    width: auto;
  }
  .contact-image2 {
    width: auto;
    height: auto;
  }
  .contact-locations-container {
    width: 354px;
  }
  .contact-location-1 {
    width: 100%;
    padding-top: var(--dl-space-space-halfunit);
  }
  .contact-email {
    align-self: flex-start;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .contact-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .contact-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 991px) {
  .contact-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .contact-image {
    width: auto;
    height: auto;
  }
  .contact-navbar {
    width: auto;
    max-width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .contact-mobile-menu {
    display: none;
  }
  .contact-hero {
    flex-direction: column-reverse;
  }
  .contact-container3 {
    width: auto;
  }
  .contact-heading {
    width: auto;
    align-self: flex-start;
  }
  .contact-text {
    color: var(--dl-color-gray-black);
    width: auto;
    font-style: normal;
    font-weight: 600;
  }
  .contact-link08 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-link09 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-form1 {
    align-self: center;
  }
  .contact-form2 {
    width: 100%;
    align-self: center;
  }
  .contact-text04 {
    color: rgb(0, 0, 0);
    padding-bottom: var(--dl-space-space-unit);
  }
  .contact-text05 {
    color: rgb(0, 0, 0);
    padding-bottom: var(--dl-space-space-unit);
  }
  .contact-text06 {
    color: rgb(0, 0, 0);
    padding-bottom: var(--dl-space-space-unit);
  }
  .contact-text07 {
    margin-left: 0rem;
  }
  .contact-text08 {
    margin-left: 0rem;
  }
  .contact-text09 {
    margin-left: 0rem;
  }
  .contact-text12 {
    margin-left: 0rem;
  }
  .contact-footer {
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
  }
  .contact-content-container {
    width: auto;
  }
  .contact-image2 {
    flex: 1;
    width: 100%;
    height: auto;
    padding-left: 0px;
  }
  .contact-locations-container {
    width: auto;
    flex-wrap: wrap;
  }
  .contact-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .contact-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .contact-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 767px) {
  .contact-navbar-container {
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .contact-image {
    width: 100%;
    height: auto;
  }
  .contact-navbar {
    width: auto;
    max-width: auto;
    align-self: flex-end;
    margin-left: var(--dl-space-space-triplequarter);
    padding-top: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-triplequarter);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-links-container {
    display: none;
  }
  .contact-cta-btn {
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-left: var(--dl-space-space-fiveunits);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-burger-menu {
    display: flex;
    padding: var(--dl-space-space-halfunit);
    margin-left: var(--dl-space-space-tripleunit);
    background-color: var(--dl-color-gray-black);
  }
  .contact-icon {
    fill: var(--dl-color-gray-white);
  }
  .contact-mobile-menu {
    height: 315px;
    display: none;
    box-shadow: 5px 5px 10px 0px #000000;
    background-color: #369a40;
  }
  .contact-cta-btn1 {
    padding-top: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
    background-color: #000000;
  }
  .contact-heading {
    text-align: center;
  }
  .contact-text {
    color: var(--dl-color-gray-black);
    width: auto;
    font-style: normal;
    text-align: left;
    font-weight: 600;
    border-color: var(--dl-color-gray-black);
    border-width: 0px;
  }
  .contact-link08 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-link09 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  .contact-form2 {
    width: 100%;
  }
  .contact-footer {
    width: 100%;
    max-width: auto;
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-right: var(--dl-space-space-tripleunit);
    flex-direction: column;
  }
  .contact-content-container {
    width: 100%;
  }
  .contact-image2 {
    width: 100%;
    height: auto;
    margin-right: 0px;
  }
  .contact-text13 {
    width: auto;
  }
  .contact-locations-container {
    width: auto;
  }
  .contact-location-1 {
    width: auto;
    height: auto;
    padding-top: var(--dl-space-space-halfunit);
  }
  .contact-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .contact-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
@media(max-width: 479px) {
  .contact-navbar-container {
    width: 100%;
    height: 168px;
    box-shadow: 0px 5px 10px 2px #4c4242;
    background-color: #008b42;
  }
  .contact-image {
    width: 100%;
    height: auto;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-navbar {
    width: auto;
    height: 59px;
    max-width: auto;
    align-self: flex-end;
    margin-left: var(--dl-space-space-triplequarter);
    padding-top: var(--dl-space-space-halfunit);
    margin-right: var(--dl-space-space-triplequarter);
    padding-left: var(--dl-space-space-halfunit);
    padding-right: var(--dl-space-space-halfunit);
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-cta-btn {
    width: auto;
    height: auto;
    font-size: 16px;
    padding-top: var(--dl-space-space-halfunit);
    border-color: #000000;
    border-width: 2px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
    padding-bottom: var(--dl-space-space-halfunit);
    border-top-width: 2px;
    border-left-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
  }
  .contact-burger-menu {
    width: auto;
    height: auto;
    margin-left: var(--dl-space-space-doubleunit);
  }
  .contact-icon {
    align-self: flex-end;
  }
  .contact-mobile-menu {
    height: 312px;
    display: none;
    box-shadow: 5px 5px 10px 0px #000000;
    border-color: var(--dl-color-gray-black);
    border-width: 3px;
    background-color: #369a40;
  }
  .contact-cta-btn1 {
    font-size: 16px;
    padding-left: var(--dl-space-space-doubleunit);
    padding-right: var(--dl-space-space-doubleunit);
  }
  .contact-hero {
    height: auto;
    padding: var(--dl-space-space-halfunit);
    max-width: auto;
    margin-top: 0px;
    padding-top: var(--dl-space-space-unit);
    padding-left: var(--dl-space-space-unit);
    margin-bottom: 0px;
    padding-right: var(--dl-space-space-unit);
    padding-bottom: var(--dl-space-space-unit);
  }
  .contact-container3 {
    width: 100%;
  }
  .contact-heading {
    width: 100%;
    align-self: flex-start;
  }
  .contact-text {
    color: var(--dl-color-gray-black);
    width: 100%;
    font-style: normal;
    text-align: left;
    font-weight: 600;
  }
  .contact-link08 {
    font-style: normal;
    font-weight: 700;
  }
  .contact-link09 {
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
  }
  .contact-form2 {
    max-width: 700px;
    box-shadow: 5px 5px 10px 0px #000000;
  }
  .contact-text04 {
    text-align: left;
  }
  .contact-text05 {
    text-align: left;
  }
  .contact-text06 {
    text-align: left;
  }
  .contact-footer {
    height: auto;
    box-shadow: 10px 10px 10px 10px #4c4242;
    padding-top: var(--dl-space-space-fiveunits);
    margin-right: 0px;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-fiveunits);
  }
  .contact-content-container {
    width: auto;
    padding-top: var(--dl-space-space-halfunit);
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-image2 {
    width: 100%;
    height: auto;
    padding-bottom: var(--dl-space-space-halfunit);
  }
  .contact-text13 {
    font-size: 18px;
    font-style: normal;
    margin-top: 0px;
    text-align: center;
    font-weight: 700;
    margin-bottom: 0px;
    padding-bottom: var(--dl-space-space-unit);
  }
  .contact-text14 {
    text-align: center;
  }
  .contact-locations-container {
    width: auto;
    margin-bottom: 0px;
  }
  .contact-location-1 {
    width: auto;
    flex-wrap: wrap;
    margin-right: 0px;
    margin-bottom: 0px;
  }
  .contact-email {
    width: auto;
    height: auto;
    position: relative;
    margin-bottom: var(--dl-space-space-halfunit);
  }
  .contact-icon4 {
    margin-right: var(--dl-space-space-halfunit);
  }
  .contact-link10 {
    font-size: 14px;
    align-self: flex-start;
    text-decoration:  none;
  }
  .contact-phone {
    margin-bottom: var(--dl-space-space-unit);
  }
  .contact-icon6 {
    margin-right: var(--dl-space-space-halfunit);
  }
}
