#wpforms-22242-field_19-container{
    padding: 0;
}
.wpforms-form .wpforms-error {
    margin-top: 10px !important;
}
.form {
    max-width: 530px;
    border-radius: 5px;
    margin: auto;
    padding-top: 30px;
}
.form .head {
    margin-bottom: 15px;
}
/* important needed to overide wpforms css */
.service-terms {
    max-width: 600px;
    margin: auto;
}
.service-terms .wpforms-field-description {
    margin-bottom: 20px !important;
}
.service-terms .nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.service-terms .nav-inner {
    display: flex;
}
#services-count {
    font-size: 80%;
}
.service-terms .nav .tab {
    cursor: pointer;
    padding: 10px 20px;
}
.service-terms .focus, .service-terms .content {
    background-color: #f9f9f9 !important;
    border: 1px solid #ccc !important;
    border-bottom: 0 !important;
}
.service-terms .nav .focus {
    cursor: default;
}
.service-terms .content {
    margin-top: -1px !important;
}
.service-terms .content .item {
    cursor: pointer;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.service-terms .content .services .hide {
    display: none;
}
.service-terms .services .item input[type=checkbox] {
    display: inline-block;
    vertical-align: middle;
    transform: scale(1.2);
    margin: 0 10px 0 0;
    cursor: pointer;
}
.service-terms .services .item label {
    cursor: pointer;
}
.service-terms .load {
    text-align: center;
    margin-top: 15px !important;
    cursor: pointer;
    color: #4180bf;
}
.service-terms .load:hover {
    color: #f7901e;
}
.border {
    margin-top: 60px;
    margin-bottom: 50px;
    border-top: 1px solid #d0d0d0;
}
.stat {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
@media (max-width: 650px) {
.stat {
    display: block;
}
}
.stat .card {
    border: 1px solid #dadada;
    border-radius: 25px;
    padding: 15px 25px 10px;
    margin: 10px;
    min-height: 188px;
    width: 33%;
}
@media (max-width: 650px) {
.stat .card {
    display: block;
    width: 100%;
    margin: 10px 0 20px;
}
}
.stat .top {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dadada;
}
.stat .heading {
    font-size: 2.3em;
}
.stat .subheading {
    font-size: 1.1em;
}