.icheckbox{
    width: 23px;
    height: 23px;
    border-radius: 2px;
    border: 2px solid #009ed4;
    background-color: #009ed4;
    float: left;
    margin-right: 12px;
    cursor: pointer;
}

.icheckbox.checked{
    background: url('../img/check.png') no-repeat center center #009ed4;
}

.page-template-tpl-contact .btn-row i{
    right: 50px;
}

.page-template-tpl-contact .wpcf7-submit{
    padding-right: 83px;
    padding-left: 38px;
    line-height: 61px;
}

.wpcf7-list-item-label{
    cursor: pointer;
}

.page-template-tpl-contact select{
    background-size: 14px;
}
.page-template-tpl-contact #wpcf7-f218-o1 form{
    padding-bottom: 120px;
}