@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. contactenos
2. About
3. Google Map

******************************/



/*********************************
1. contactenos
*********************************/

.contactenos {
  padding-top: 106px;
  padding-bottom: 117px;
}
.contactenos_title {
  font-size: 36px;
  font-weight: 500;
  color: #1a1a1a;
}
.contactenos_form_container {
  margin-top: 70px;
}
.input_field {
  width: 100%;
  background: #f8f4f4;
  border: solid 2px transparent;
  margin-bottom: 24px;
  height: 42px;
  padding-left: 33px;
}
.input_field:focus {
  outline: none !important;
  border-color: #42cfd4;
}
.text_field {
  width: 100%;
  height: 189px;
  background: #f8f4f4;
  border: solid 2px transparent;
  padding-left: 33px;
  margin-bottom: 24px;
}
.text_field:focus {
  outline: none !important;
  border-color: #42cfd4;
}
.contactenos_send_btn {
  width: 100%;
  height: 48px;
  background: #42cfd4;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  color: #ffffff;
  cursor: pointer;
  border: none;
}
.contactenos_send_btn:focus {
  outline: solid 1px #20585a;
  border: green !important;
}

/*********************************
2. About
*********************************/

.about_title {
  font-size: 36px;
  font-weight: 500;
  color: #1a1a1a;
}
.about_text {
  font-size: 18px;
  margin-top: 20px;
}
.contactenos_info {
  margin-top: 64px;
  padding-left: 15px;
}
.contactenos_info_item {
  font-size: 16px;
  font-weight: 400;
  color: #a5a5a5;
  margin-bottom: 22px;
}
.contactenos_info_item:last-child {
  margin-bottom: 0px;
}
.contactenos_info_icon {
  display: inline-block;
  width: 24px;
  height: 24px;
  vertical-align: middle;
  margin-right: 10px;
}
.contactenos_info_icon img {
  width: 100%;
}

/*********************************
3. Google Map
*********************************/

#google_map {
  width: 100%;
  height: 532px;
  margin-top: 117px;
}
.map_container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
#map {
  width: 100%;
  height: calc(100% + 30px);
}
