.vertical-center{
    display: flex!important;
    justify-content: center!important; /* justifica texto horizontalmente */
    align-items: center!important; /* alinha verticalmente */
}

/* responsive images without display:block */
.one-image-responsive{
    max-width: 100% !important;
    height: auto!important;
}

/* tables */
.table-holder {
    width: 100%;
    padding: 20px;
    margin: 0px;
    float: left;
    background-color:#f1f1f1;
}

/* active link on page */
li a.active {
    color: #ff3801;
}

/* h1 style - page title*/
.pagenation-holder h1 {
    font-size: 27px;
    line-height: 30px;
    margin-bottom: 18px;
    font-style: normal;
}

/* home page highlights listing */
.blog-listing h2,
.blog-holder1 h2 {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 18px;
    font-style: normal;
}

/* read more buttons */
.sh-btn.sh-btn-red {
    color: #fff;
    background-color: #ff3801;
}

ul.iconlist li::before{
    font-family: FontAwesome;
    content: "\f00c";
    color: #ff3801;
    padding-right: 10px;
}


/* Checkbox */
.smart-forms .checkbox{
    position:relative;
    margin-right:2px;
    background: #fff;
    display: inline-block;
    border: 1px solid #CFCFCF;
    margin-bottom:0;
    margin-top:0;
    height: 21px;
    width: 21px;
    top:4px;

}
.smart-forms .checkbox:checked:after{
    content: '\2714';    /* '✓' or '\2713', or '\2714' */
    text-align: center;
    vertical-align: middle;
    position: absolute;
    height: 1em;
    width: 1em;
    line-height: 1;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.terms span{
    line-height: 30px;
}



