.contact-first-section {
  flex-direction: row;
  display: flex;
  width: 100%;
}
.contact-section-left {
  flex-direction: column;
  display: flex;
  width: 45%;
  color: #666;
  padding-top: 20px;
}
.contact-section-right {
  width: 55%;
  padding-top: 20px;
}
.view-more-container {
  display: flex;
  justify-content: center;
  padding-top: 30px;
}
.view-more-container .viewmore {
  background: #00aeef;
  padding: 15px 20px;
  border-radius: 5px;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.row {
  flex-direction: row;
  display: flex;
  flex-wrap: wrap;
}
.wpcf7-submit {
  background: #00aeef;
  padding: 15px 20px;
  border-radius: 5px;
  border-color: #00aeef;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
}
.input-sm {
  height: 40px;
}
.textarea.form-control {
  height: 120px !important;
}
@media only screen and (max-width: 768px) {
  .contact-first-section {
    flex-direction: column;
  }
  .contact-section-left {
    width: 100%;
    text-align: justify;
  }
  .contact-section-right {
    width: 100%;
  }
}
