form.submitting .submit-btn {pointer-events: none;}
  .wpcf7-form.submitting .submit-btn {
    pointer-events: none;
  }
	.contact-content{
		background-image:url('../assets/contact-image.webp');
		background-repeat: no-repeat;
		background-size:cover;
		background-position: center;
	}

    
.select2-dropdown{
    max-height: 320px;
    overflow-y: scroll;
}

.select2-container {
  min-width: 100%;
}

.select2-container--open .select2-dropdown--below,
.select2-container--open .select2-dropdown--above {
  background: #453d33;
}

.select2-container--open .select2-dropdown--below{
    border-top:1px solid;
    border-top-left-radius: .375rem;
    border-top-right-radius: .375rem;
}

.select2-container--open .select2-dropdown--above{
    border-top:1px solid;
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
}

.select2-container--flat .select2-container--focus .select2-selection--multiple {
  border: 1px solid #16a085;
}
.select2-container--flat .select2-results__option--highlighted[aria-selected] {
  background: #453d33 !important;
  color: #ffffff;
}
.select2-container--flat .select2-results__option, .select2-results__option {
  background: #453d33;
  color: #fff;
  opacity: 0.8;
}
.select2-container--flat .select2-selection--single {
  border-radius: 0px;
}
.select2-container--flat.select2-container--open .select2-selection__arrow b {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.select2-container--flat span.select2-search input {
  height: 30px !important;
}

.select2-container .select2-choice {
  border: 2px solid #EEE;
  height: 34px;
  border-radius: 0px;
  font-size: 13px;
  text-indent: 1px;
  box-shadow: none;
  background-image: none;
}
.select2-container .select2-choice div {
  border-left: 2px solid #EEE;
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
}
.select2-container .select2-choice .select2-arrow {
  border: 0px;
  border-radius: 0px;
  background: transparent;
  background-image: none;
}
.select2-container *:focus {
  outline: 0px;
}
.select2-container.select2-drop-above .select2-choice {
  border-bottom-color: #EEE;
  border-radius: 0px;
}

.select2-drop {
  margin-top: -2px;
  border: 2px solid #EEE;
  border-top: 0;
  border-radius: 0px !important;
  border-radius: 0 0 6px 6px;
  box-shadow: none;
}
.select2-drop.select2-drop-above {
  margin-top: 2px;
  border-top: 2px solid #EEE;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  box-shadow: none;
}

.select2-search {
  margin-top: 3px;
}
.select2-search input {
  height: 26px;
  border: 2px solid #EEE;
}

.select2-container-active .select2-choice,
.select2-container-active .select2-choices {
  border: 2px solid #EEE;
  outline: none;
  box-shadow: none;
}

.select2-dropdown-open .select2-choice {
  box-shadow: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.select2-dropdown-open .select2-choice .select2-choice div {
  background: transparent;
  border-left: none;
  filter: none;
}

.select2-results {
  padding: 0 0 0 0px;
  margin: 4px 0px 0px 0;
}

.select2-results li{
    font-family: "Geologica";
    font-size:13px;
}

.select2-results .select2-highlighted {
  background: #453d13;
  color: #fff;
  border-radius: 0px;
}

.select2-container-multi .select2-choices {
  height: auto !important;
  height: 1%;
  border: 2px solid #EEE;
}
.select2-container-multi.select2-container-active .select2-choices {
  border: 2px solid #EEE;
  border-radius: 6px;
  box-shadow: none;
}

.select2-container--flat .select2-selection--single {
  background: transparent;
  border: 1px solid #f5ece1;
  height: 32px;
  border-radius: .375rem;
}
.select2-container--flat .select2-selection--single .select2-selection__rendered {
  color: rgba(245, 236, 225, 0.5);
  line-height: 31px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}
.select2-container--flat .select2-selection--single .select2-selection__arrow b {
  border-color: #fff transparent transparent transparent;
  top: 60%;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  width: 0;
}
.select2-container--flat .select2-selection--single .select2-selection__placeholder {
  color: rgba(245, 236, 225, 0.5);
}
.select2-container--flat .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}
