
/* Gf Wraaper Css */
body .gform_wrapper {
    margin: 30px 0 45px;
}

body .gform_wrapper .gform_heading {
    margin-bottom: 20px;
    width: 100%;
    margin-bottom: 18px;
    position: relative;
    padding-left: 40px;
}

/* Gravity form Title Css */
body .gform_wrapper .gform_heading .gform_title {
    color: #887065;
    font-family: inherit;
    font-weight: 500;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: 1px !important;
    margin: 0 0 10px;
}


body .gform_wrapper .gform_heading:before {
    content: '';
    width: 25px;
    background: #009fb6;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
}

/* Gravity form Gfield Css */
body .gform_wrapper .gform_body .gform_fields .gfield {
    padding: 0;
    margin: 0 0 30px;
}

/* Gravity form Label Css */
body .gform_wrapper .gform_body .gform_fields label {
    color: #616161;
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin: 0 0 10px;
    letter-spacing: 1px;
}

/* Gravity form ginput container  Css */
body .gform_wrapper .gform_body .gform_fields .ginput_container {
    margin: 0 0 5px;
}
/* Gravity form Select  Css */

body .gform_wrapper .gform_body .gform_fields select {
    padding: 8px 5px;
    font-size: 16px;
    line-height: 20px;
    color: #616161;
    border: none;
    box-shadow: 0px 2px 5px 0px #afafaf;
    -webkit-box-shadow: 0px 2px 5px 0px #afafaf;
    -moz-box-shadow: 0px 2px 5px 0px #afafaf;
}
body .gform_wrapper .gform_body .gform_fields input[type="text"],body .gform_wrapper .gform_body .gform_fields select{
    outline: none;
}
body .gform_wrapper .gform_body .gform_fields input[type="text"]{
    padding: 8px 5px;
    font-size: 16px;
    line-height: 20px;
    color: #616161;
    border: none;
    box-shadow: 0px 2px 5px 0px #afafaf;
    -webkit-box-shadow: 0px 2px 5px 0px #afafaf;
    -moz-box-shadow: 0px 2px 5px 0px #afafaf;
        border-radius: 0;
}

/* Required color */
body .gform_wrapper .gfield_required{
    color: #009fb6;
    margin-left: 0;
}

/* Radio Button styling */
body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio {
    width: 100%;
    margin: 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio li {
    display: inline-block;
    margin: 0 30px 0 0;
}
body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio li label {
    padding-left: 10px;
    margin-bottom: 0;font-weight: 500;
}
body .gform_wrapper .gform_body .gform_fields .gfield ul.gfield_radio li input[type="radio"] {
    width: 13px !important;
    height: 13px;
    border-radius: 50%;
    margin-top: 2px;
}

/* table styling css*/
body .gform_wrapper table.gfield_list thead th {
    color: #616161;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 1px;
}
body .gform_wrapper table.gfield_list td {
    padding: 10px 0;
}

/* rich text styling */
body div.mce-toolbar-grp>div {
    padding: 10px;
    background: #2da0b1;
}
body .gform_wrapper div.charleft.ginput_counter_tinymce{
    padding: 10px;
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
}
body div.mce-path {
    padding: 10px 10px;
    margin: 0;
}

/* Error Styling  */
body .gform_wrapper .gform_body .gform_fields .gfield_error {
    background: transparent;
    padding: 0;
    margin: 0;
    border: none;
}

body .gform_wrapper div.validation_error {
    font-weight: 500;
    font-size: 16px;
    line-height: 25px;
    margin: 0 0 10px;
    border-width: 1px;
}
body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
    padding-top: 0;
    width: 100%;
    padding-right: 0 !important;
    font-weight: 500;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin-top: 0;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
    max-width: 100%;
}
body .gform_wrapper li.gfield.gfield_error{
    margin-bottom: 30px!important;
}
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container, body .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label{
    margin-top: 0;
}
body .gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half){
    max-width: 100% !important;
}
body .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]){
    padding: 8px 5px;
    font-size: 16px;
    line-height: 20px;
       
}
/* gf footer styling  & button styling */
body .gform_wrapper .gform_footer {
    margin: 45px 0 0;
    padding: 0;
}
body .gform_wrapper .gform_footer input[type=submit] {
    background: #009fb6;
    border: 1px solid #009fb6;
    display: block;
    color: #fff;
    font-size: 22px;
    line-height: 22px;
    text-transform: uppercase;
    padding: 15px 60px;
    border-radius: 0;
}
body .gform_wrapper .gform_footer input[type=submit]:hover {
    background: transparent;
    color: #009fb6;
}
.child_terms {
    width: calc(50% - 8px);
    margin-top: 15px;    display: block;
}