#contact-map{
    width: 100%;
    height: 300px;
}
.contact-table{
    height: 300px;
    background-color: #fff;
    box-shadow: 10px 0 5px -10px rgba(0,0,0,0.19);
}
.contact-table i{
    color: #D83B3B;
}
.contact-table p {
    font-size: 16px;
    margin-bottom: 0 !important;
}
.contact-table td, .contact-table th{
    padding: 0.75rem 0rem 0.75rem 1.5rem!important;
    border: none;
}
.page-title{
    padding: 20px 0;
}
:focus{outline: none;}

.input-effect{
  width: 100%;
  box-sizing: border-box;
  letter-spacing: .5px;
  z-index: 2;
  padding: 0 50px;
  margin-bottom: 40px;
}
.with-effect{
  width: 100%;
  color: #2B1D18;
  border: 0;
  padding: 5px;
  border-bottom: 1px solid #999;
  background-color: transparent;
}
.with-effect ~ .focus-border{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #91afe1;
  transition: 0.4s;
  margin: 0 50px;
}
textarea.with-effect ~ .focus-border{
  bottom: 5px;
}
textarea#message{
  min-height: 1em;
  max-height: 50vh;
  width: 100%;
}
.with-effect:focus ~ .focus-border,
.has-content.with-effect ~ .focus-border{
  transition: 0.4s;
  width: calc( 100% - 100px);
  transition: 0.4s;
  margin: 0 50px;
}
.with-effect ~ label{
  position: absolute;
  //width: 100%;
  top: 0;
  left: 50px;
  color: #999;
  transition: 0.3s;
  z-index: -1;
}
.with-effect:focus ~ label,
.has-content.with-effect ~ label{
  top: -16px;
  font-size: 12px;
  color: #999;
  transition: 0.3s;
}
button.red-button {
  width: 100%;
  padding: 5px;
  background: #D83B3B;
  border: none;
  border-radius: 15px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
}
button.red-button:focus {
  outline: none;
}
.help-block{
    color: #D83B3B;
}

.wrapper >.contact-page {
  background: none !important;
}