
.form-col .vc_column-inner {
    padding-top: 0px;
}
.gform_wrapper ul li.gfield {
    border-bottom: 2px #535353 solid;
    margin-bottom: 2px !important;
}
.gform_wrapper ul li#field_1_7, .gform_wrapper ul li#field_1_6{
    border: 0;
}
.ginput_container:not(li#field_1_7) {
    display: inline-block;
    /*width: 71%;*/
}
li#field_1_7 .ginput_container {
    width: 100%;
}
.ginput_container_checkbox {
    width: 100%;
}
body .gform_wrapper label.gfield_label+div.ginput_container {
	display: inline-block;
}
.gform_wrapper .top_label .gfield_label {
    margin-bottom: 20px;
    font-weight: 700 !important
}
.gform_wrapper .hidden_label input.large,
.gform_wrapper .hidden_label select.large,
.gform_wrapper .top_label input.large,
.gform_wrapper .top_label select.large {
    font-size: 19px;
    font-family: Open Sans;
}
.gform_wrapper ul.gfield_checkbox li {
    display: inline-block;
    width: 250px;
}
.gform_wrapper textarea.large{
    border: 2px #535353 solid !important;
}
li#field_1_7 label {
    margin-bottom: 0px;
}
.consultation-text {
    padding: 0% 8% 13%;
}
.gform_body {
    padding: 3% 9% 0;
}
li#field_1_7 .ginput_container {
    display: block;
}
.gform_wrapper ul li#field_1_6 {
    margin-top: 20px;
}

.gform_wrapper ul li#field_1_6 label {
    margin-bottom: 0;
}
.gform_wrapper .gform_footer {
    padding: 0% 9%;
    float: right;
    margin-top: 10px;
    margin-bottom: 34px;
}
.gform_wrapper .gform_footer input[type=submit] {
    border: 2px #22b8aa solid;
    background-color: #22b8aa;
    color: #fff;
    padding: 0px 30px;
    text-align: center;
}
.gform_wrapper .gform_footer input[type=submit]:hover {
    background-color: #a43367;
    border-color: #a43367;
}
.contact-us-heading {
    padding: 0 8.5%;
}
.consultation-text a:hover {
    text-decoration: underline;
}
textarea {
    font-size: 19px !important;
    font-family: Open Sans !important;
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox], .gform_wrapper ul.gfield_radio li input[type=radio] {
  visibility: hidden;
  margin: 0;
  width: 0!important;
}
.gform_wrapper input[type=checkbox] + label, .gform_wrapper input[type=radio] + label { font-size: 16px; }
input[type=checkbox] + label:hover, input[type=radio] + label:hover { cursor: pointer; }
input[type=checkbox] + label:before, input[type=radio] + label:before {
  font-family: "FontAwesome";
  font-size: 1.2rem;
  position: relative;
  top: 2px;
  margin-right: 0.2em;
}
.gform_wrapper li.gf_list_inline ul.gfield_checkbox li, .gform_wrapper li.gf_list_inline ul.gfield_radio li {
  display: -moz-inline;
  display: inline;
}
.gform_wrapper .gfield_checkbox li label {
    margin-left: 0px;
    font-weight: 700;
}
input[type=checkbox] + label:before {
    content: '\f096';
    margin-right: .42em;
    }
input[type=checkbox] + label:hover:before {
    content: '\f046';
    filter: alpha(opacity=50);
    opacity: 0.5;
    margin-right: .28em;
}
input[type=checkbox]:checked + label:before {
    content: '\f046';
    margin-right: .28em;
}
input[type=checkbox]:checked + label:hover:before {
    filter: alpha(opacity=100);
    opacity: 1;
    margin-right: .28em;
}
.form-col {
    float: right;
}
@media(max-width: 1200px) and (min-width: 1000px) {
    .gform_wrapper ul.gfield_checkbox li:last-child {
        margin-left: 0px !important;
        display: block;
    }
    .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
        padding: 0px 4px 4px !important;
    }
    .gform_wrapper .top_label .gfield_label {
        margin-bottom: 0px;
        display: block;
    }
    body .gform_wrapper .top_label div.ginput_container {
        margin-top: 0px;
        width: 100%;
    }
    .gform_wrapper ul li.gfield {
        margin-bottom: 20px !important;
    }
}
@media(max-width: 768px){
    .gform_wrapper ul.gfield_checkbox li:last-child {
        display: block;
    }
    .gform_wrapper .hidden_label input.large, .gform_wrapper .hidden_label select.large, .gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large {
        padding-top: 0;
    }
    .gform_wrapper .top_label .gfield_label {
        margin-bottom: 0px;
        display: block;
    }
    .consultation-box {
        width: 100%;
    }
    .form-col {
        padding-top: 30px;
        width: 100%;
    }
    body .gform_wrapper .gform_fields .gfield {
        margin-bottom: 30px !important;
    }
    body .gform_wrapper .top_label div.ginput_container {
        margin-top: 0px;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding-bottom: 0px;
    }
}
.consultation-text a:hover {
    color: #a43367 !important;
}
@media(max-width: 1000px) {
    body .gform_wrapper label.gfield_label+div.ginput_container {
        width: 100%;
    }
    .gform_wrapper .top_label .gfield_label {
        margin-bottom: 0 !important;
    }
    .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]) {
        padding-top: 0px;
        margin-top: 0px;
    }
}
@media(max-width: 480px) {
    .g-recaptcha {
        margin-left: -31px;
    }
}