.three_columns>.column3>.column_inner {
    padding: 0 0 0 118px;
}

/*Changing submit/send button on contact form*/
input.wpcf7-form-control.wpcf7-submit:not([disabled]) {
    border: 2px solid #1e90ff;
    color: #1e90ff;
}

/*Changing submit/send button on contact form*/
input.wpcf7-form-control.wpcf7-submit:not([disabled]):hover {
    background-color: #1e90ff;
    border-color: #1e90ff;
    color: #fff;
    text-decoration: none;
}

.grecaptcha-badge { 
    width: 256px;
    height: 60px;
    display: block;
    transition: right 0.3s ease 0s;
    position: fixed;
    bottom: 14px;
    right: -186px;
    box-shadow: grey 0px 0px 5px;
    border-radius: 2px;
    overflow: hidden;
    z-index: 99999;
}

.itsprt_price_sec li.cell.table_title {
    min-height: 44px;
padding-top: 32px;
}
.itsprt_price_sec li.prices {
    display: none;
}
.itsprt_price_sec li.pricing_table_content {
    min-height: 130px;
}
footer {
    z-index: 1 !important;
}