
#contact_page .contact_details>* {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}

#contact_page .contact_details>* i {
    position: absolute;
    left: 0;
    width: 30px;
    text-align: center;
    line-height: 1.5em;
}


.form-group br {
  display: none;
}


.form-group {
    position: relative;
    margin-bottom: 25px;
}

#contact_page .wpcf7,
#contact_page .wpcf7 label,
#contact_page .wpcf7 label span {
  font-size: 13px;
  font-weight: 400;
}

#contact_page .wpcf7 input[type=radio],
#contact_page .wpcf7 input[type=checkbox] {
  line-height: 30px;
}

#contact_page .wpcf7 input[type=radio]:last-child,
#contact_page .wpcf7 input[type=checkbox]:last-child {
  margin-right: 5px;
}

span.wpcf7-list-item {
  margin-left: 0;
}

.form-group p {
  margin-bottom: 0;
}

.form-group input[type=text],
.form-group input[type=search],
.form-group input[type=email],
.form-group input[type=password] {
    line-height: 30px;
    padding: 5px 15px;
    display: block;
    height: 40px;
    border:1px solid #212121;
    font-style: italic;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
}

.form-group input:focus,
.form-group textarea:focus {
  background: #f0f0f0;
  border: 2px solid #e8e7e7;
}

textarea.form-control {
  line-height: 20px;
  padding: 5px 15px;
  display: block;
  height: 150px;
  border:1px solid #e8e7e7;
  font-style: italic;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 0 0 0 transparent;
  box-shadow: 0 0 0 0 transparent;
}

.form-group input[type=radio],
.form-group input[type=checkbox] {
  display: none;

}

.form-group input[type=radio] + span:before {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #8b8b8b;
  vertical-align: text-bottom;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-group label:hover input[type=radio] + span:before {
  border: 3px solid #8b8b8b;
}

.form-group input[type=radio]:checked + span:before,
.form-group label:hover input[type=radio]:checked + span:before {
  border: 5px solid #555;
}


.form-group input[type=checkbox] + span:after {
  display: inline-block;
  content: '';
  width: 15px;
  height: 15px;
  border: 1px solid #8b8b8b;
  vertical-align: middle;
  margin: 0 5px;
  text-align: center;
  line-height: 15px;
}

.form-group label:hover input[type=checkbox] + span:after {
  border: 1px solid #8b8b8b;
}

.form-group input[type=checkbox]:checked + span:after,
.form-group label:hover input[type=checkbox]:checked + span:after {
  content: '\f00c';
  font-family: FontAwesome;
}

.bootstrap-select .btn .bs-caret {
  width: 41px;
  height: 41px;
  position: absolute;
  top: 0px;
  right: 0;
  margin: 0;
  padding: 0;
  -webkit-border-radius: 0 3px 3px 0;
  border-radius: 0 0px 0px 0;

}


.bootstrap-select .btn .bs-caret .caret {
  right: 16px !important;
  color: #fff;
}