/*!****************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/[locale]/contactus/ContactForm/ContactForm.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************/
.underlineWhite {
  font-weight: bold !important;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.underlineWhite::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #fff;
}

.ContactFormDetails {
  background: #264621;
  color: #fff;
  height: 560px;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
  box-shadow: none;
}

.form-check-label {
  margin: 5px;
}

@media screen and (max-width: 430px) and (min-width: 375px) {
  .ContactFormContainer {
    padding: 40px;
    margin-bottom: 20px;
  }
  .ContactFormDetails {
    background: #264621;
    color: #fff;
    height: 400px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[10].use[3]!./src/app/[locale]/contactus/MapPage/MapPage.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.underlineBlack {
  font-weight: bold !important;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.underlineBlack::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
}

.MapTextHeader {
  text-align: center;
}

.mapBtn {
  font-weight: bold !important;
  display: inline-block;
  position: relative;
}

.mapBtn::after {
  content: "";
  position: absolute;
  bottom: -0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}

.mapBtnSearch {
  font-weight: bold !important;
  display: inline-block;
  position: relative;
}

.mapBtnSearch::after {
  content: "";
  position: absolute;
  bottom: -0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #eaeaea;
}

