/* Enter Your Custom CSS Here */
.wpcf7-form input[type="submit"], .wpcf7-submit {
    background: #000000;
}
.wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover {
    background: #000000;
}
input[type="submit"]{
    background: #000000;
  padding: 13px 29px;
    line-height: 17px;
    font-size: 14px;
      border-color: #ffffff;
  display: inline-block;
    position: relative;
    outline: 0;
    zoom: 1;
    border: 1px solid rgba(0, 0, 0, 0);
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    transition: all .2s;
  color : #fff;
}
.book_form {
    width: 100%;
    float: left;
}
.form_content {
    width: 100%;
    float: left;
    margin-bottom : 15px;
}
.form_content label {
    width: 35%;
    float: left;
}
.form_content>span.wpcf7-form-control-wrap {
    width: 45%;
    float: left;
}
.radio-797>.wpcf7-radio>span.wpcf7-list-item {
    width: 100%;
    float: left;
}
.vc_tta-panel-body>.wpb_text_column>.wpb_wrapper p {
    color: #000;
}
span.vc_tta-title-text {
    font-size: 18px;
    font-weight: bold;
}