/* ======== Contact Page */
.get-in-touch {
  background-color: rgba(83, 86, 90, 0.04);
}

p {
  margin-bottom: 1.5em;
}

p {
  margin: 0 0 10px;
}

.form-group {
  margin-bottom: 15px;
}

.form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* background: transparent; */
  border: transparent;
  background-color: rgba(209, 224, 215, 0.3);
  height: 54px;
  font-size: 16px;
  font-weight: 400;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.custom-select {
  width: 50%;
  /* display: inline-block; */
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.contact-icon {
  font-size: 3em;
  text-align: center;
  color: #77c5d5;
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-section-content {
  padding-top: 4em;
  padding-bottom: 4em;
  clear: both;
  width: 100%;
  display: block;
}

.contact-section-details {
  padding: 0 2.5em;
  /* float: right; */
}

.contact-section-heading {
  font-size: 18px;
  margin-bottom: 4em;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 5px;
  line-height: 1.8;
  position: relative;
}

.contact-section-box {
  text-align: left;
  width: 100%;
  float: left;
  margin-bottom: 40px;
  position: relative;
}

.contact-section-box .contact-section-box-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100px;
  display: table;
  text-align: center;
  background: rgba(209, 224, 215, 0.3);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}

.contact-section-box.contact-section-box-sm .contact-section-box-text {
  margin-top: 30px;
}

.contact-section-box .contact-section-box-text {
  padding-left: 120px;
  width: 100%;
}

.contact-section-box-text a {
  text-decoration: none;
  color: #77c5d5;
}

.send-message-button {
  display: inline-block;
  background: #77c5d5;
  color: #fff;
  text-decoration: none;
  /* font-family: "Roboto", sans-serif; */
  width: 148px;
  font-size: 14px;
  font-weight: 500;
  border: 1px solid #77c5d5;
  line-height: 48px;
  /* border-radius: 3px; */
  outline: none !important;
  box-shadow: none !important;
  text-align: center;
  cursor: pointer;
  transition: all 300ms linear 0s;
}

.send-message-button:hover {
  background: #d1e0d7;
  border: 1px solid #d1e0d7;
  color: white;
}

#message {
  height: 150px;
}

.space-for-footer {
  margin-bottom: 29rem !important;
}

@media (max-width: 767px) {
  .custom-select {
    width: 100%;
    display: inline-block;
  }

  .custom-select-subject {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .col-md-5 {
    width: 41.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-push-1 {
    left: 8.33333%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
}

/* ======== Contact Page END */
