.contact-contatiner{
  padding-bottom: 30px;
}

.form-group label{
  font-family: 'muli-semibold';
  font-size: 20px;
}

#contact-form .form-control{
  border-radius: 3px !important;
}

.contact-button{
  font-family: 'muli-bold';
  font-size: 22px;
  width: 100%;
  background-color: #5C8F99;
  border-color: #5C8F99;
  color: #fff;
  border-radius: 10px;
  box-shadow: none !important;
  outline: none !important;
  padding-top: 15px;
  padding-bottom: 15px;
}

.contact-button:hover{
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.contact-contatiner .fv-help-block{
  font-size: 16px !important;
}

.contact-side{
  font-size: 20px;
}

.contact-side a{
  font-family: muli-bold;
  font-size: 20px;
  color: #214726;
}

.contact-side a:hover{
  color: #000;
}

/* RESPONSIVE CSS
-------------------------------------------------- */
/*Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {


}

/*Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) and (max-width: 767.98px) {

}

/*Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) and (max-width: 991.98px) {

}

/*Large devices (desktops, 992px and up)*/
@media (min-width: 992px) and (max-width: 1199.98px) {  }

/*Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {  }