h3, label {
  font-weight: 400;
  line-height: 25.2px;
  letter-spacing: 0.05em;
  text-align: left;
  color: #3E8914;
}

#contact-form h3 {
  margin-bottom: 15px;
}
#contact-form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("/images/icons/down-arrow-light-green.png");
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  padding-right: 35px;
  background-size: 15px;
  color: rgba(1, 1, 1, 0.5);
}
#contact-form select::-ms-expand {
  display: none;
}
#contact-form textarea {
  resize: none;
  height: 200px;
}
#contact-form .custom-checkbox {
  padding-left: 0;
}
#contact-form .custom-checkbox .custom-control-label {
  padding-left: 50px;
}
#contact-form .custom-checkbox .custom-control-label:before, #contact-form .custom-checkbox .custom-control-label:after {
  width: 40px;
  height: 40px;
  left: 0;
}
#contact-form .custom-checkbox .custom-control-label:before {
  background: #ffffff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
}
#contact-form .custom-checkbox .custom-control-label:after {
  content: "";
  box-sizing: content-box;
  position: absolute;
  top: 15px;
  left: 10px;
  width: 16px;
  height: 7px;
  transform: scale(0);
  transform-origin: 50%;
  transition: transform 200ms ease-out;
  background: #ffffff;
}
#contact-form .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label:after {
  content: "";
  transform: rotate(-45deg) scale(1);
  transition: transform 200ms ease-out;
}
#contact-form .custom-checkbox input[type=checkbox]:checked ~ .custom-control-label:before {
  background: #ffffff;
}
#contact-form .custom-file-label::after {
  background-color: #e9ecef;
}
#contact-form .custom-file {
  height: calc(1.5em + .8rem);
  margin-bottom: 0;
}
#contact-form .custom-file-input {
  height: calc(2.15rem);
}
#contact-form .form-file-text {
  padding-top: 1px;
}
#contact-form .custom-file-label {
  height: calc(2.15rem);
  margin-bottom: 0;
}
#contact-form .custom-file-input:focus ~ .custom-file-label,
#contact-form .custom-file-input:focus,
#contact-form .custom-file-label:focus {
  border: none !important;
}

.contact-map-sec {
  padding-top: 40px;
}
@media (max-width: 1299.98px) {
  .contact-map-sec {
    padding-top: 20px;
  }
}
.contact-map-sec .g-map {
  height: 590px;
}
@media (max-width: 1299.98px) {
  .contact-map-sec .g-map {
    height: 400px;
    margin-bottom: 30px;
  }
}
.contact-map-sec .g-map .info-window-container {
  width: 240px;
}
.contact-map-sec .g-map .info-window-container h3 {
  font-size: 18px;
  font-family: "Lato", sans-serif;
  font-weight: 700;
}
.contact-map-sec .address-sec .address-main-sec {
  background: #efefef;
  box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  padding: 40px 25px;
  font-size: 22px;
  transform: translateY(-50%);
}
@media (max-width: 1629.98px) {
  .contact-map-sec .address-sec .address-main-sec {
    font-size: 20px;
  }
}
@media (max-width: 1299.98px) {
  .contact-map-sec .address-sec .address-main-sec {
    font-size: 18px;
    transform: translateY(0);
    margin-bottom: 30px;
  }
}
@media (max-width: 989.98px) {
  .contact-map-sec .address-sec .address-main-sec {
    font-size: 16px;
    background: transparent;
    box-shadow: none;
    padding: 0;
  }
}
@media (max-width: 766.98px) {
  .contact-map-sec .address-sec .address-main-sec {
    font-size: 14px;
  }
}
.contact-map-sec .address-sec .address-main-sec h4 {
  font-size: 16px;
}
@media (max-width: 1629.98px) {
  .contact-map-sec .address-sec .address-main-sec h4 {
    font-size: 14px;
  }
}
@media (max-width: 1299.98px) {
  .contact-map-sec .address-sec .address-main-sec h4 {
    font-size: 12px;
  }
}
.contact-map-sec .address-sec .address-main-sec a {
  color: #010101;
}
.contact-map-sec .address-sec .address-main-sec a:hover {
  color: #9DCE72;
}
.contact-map-sec .address-sec .address-main-sec ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.contact-map-sec .address-sec .address-main-sec > ul {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 989.98px) {
  .contact-map-sec .address-sec .address-main-sec > ul {
    flex-direction: column;
    text-align: center;
  }
}
.contact-map-sec .address-sec .address-main-sec > ul > li {
  padding: 0 15px;
}
@media (max-width: 989.98px) {
  .contact-map-sec .address-sec .address-main-sec > ul > li {
    margin-bottom: 15px;
    padding: 15px;
    background: #efefef;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.3);
  }
}
.contact-map-sec .address-sec .address-main-sec > ul > li ul {
  height: 100%;
}
.contact-map-sec .address-sec .address-main-sec > ul > li ul li {
  margin-bottom: 32px;
}
@media (max-width: 989.98px) {
  .contact-map-sec .address-sec .address-main-sec > ul > li ul li {
    margin-bottom: 15px;
  }
}
.contact-map-sec .address-sec .address-main-sec > ul > li ul li:last-child {
  margin-bottom: 0;
}
.contact-map-sec .address-sec .address-main-sec p {
  margin: 0;
}
