.th-contact-wrap {
  position: relative;
  margin-bottom: 450px;
  padding: 80px 0;
  background-color: #ffffff;
}
.th-contact-wrap h4 {
  margin-bottom: 20px;
  font-weight: 700;
}
.th-contact-information ul li {
  font-size: 15px;
  line-height: 23px;
  color: #555555;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  margin-bottom: 15px;
  display: flex;
  align-items: baseline;
}
.th-contact-information ul li strong {
  font-size: 18px;
  line-height: 25px;
  color: #166a2a;
  margin-right: 8px;
}
.th-contact-information ul li a {
  color: #113e1c;
  font-weight: 600;
}
.th-contact-information ul li a:hover {
  color: #166a2a;
}
.th-contact-form {
  padding-right: 50px;
}
.th-contact-form label {
  line-height: 25px;
  color: #555;
  font-family: "Lato", sans-serif;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
}
.th-contact-form label strong {
  color: #cf0303;
}
.th-contact-form ul li {
  margin-bottom: 15px;
}
.th-contact-form ul li:last-child {
  margin-bottom: 0;
}
.th-contact-form input,
.th-contact-form textarea {
  font-family: "Lato", sans-serif;
  width: 100%;
  height: 45px;
  padding: 6px 12px 6px;
  font-size: 13px;
  line-height: 20px;
  font-weight: 500;
  color: #555555;
  outline: none;
  background-color: #ffffff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.th-contact-form input::placeholder,
.th-contact-form textarea::placeholder {
  color: #555555;
  opacity: 1;
}
.th-contact-form input:focus,
.th-contact-form textarea:focus {
  border: 1px solid #166a2a;
}
.th-contact-form textarea {
  height: 146px;
}
.th-contact-form .th-submit-btn {
  background-color: #333333 !important;
  color: #fff !important;
  border-radius: 0;
  height: 45px;
  padding: 0 36px;
  width: auto;
}
.th-contact-form .th-submit-btn:hover {
  background-color: #166a2a !important;
}
.th-map-outer {
  text-align: center;
  padding-top: 50px;
}
.th-map {
  box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.15);
  border: 3px solid #ffffff;
  height: 400px;
}

@media screen and (max-width: 991px) {
  .th-contact-wrap {
    margin-bottom: 0;
    padding: 55px 0 60px;
  }
  .th-contact-form {
    padding-right: 30px;
  }
  .th-map {
    height: 350px;
  }
}
@media screen and (max-width: 767px) {
  .th-contact-form {
    padding-right: 0;
  }
  .th-contact-wrap h4 {
    margin-bottom: 15px;
  }
  .th-contact-wrap {
    padding: 50px 0 55px;
  }
  .th-contact-information {
    padding-top: 40px;
  }
  .th-contact-information ul li {
    margin-bottom: 10px;
  }
  .th-map-outer {
    padding-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .th-contact-wrap {
    padding: 45px 0 50px;
  }
  .th-contact-wrap h4 {
    margin-bottom: 13px;
  }
  .th-contact-form ul li {
    margin-bottom: 12px;
  }
  .th-map {
    height: 300px;
  }
}
