/* Service Blocks */
.home_block {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bl_ctr {
    width: 120px;
    padding: 10px;
    margin: 10px;
    background: #222;
    border-radius: 5px;
    text-align: center;
    transition: transform 0.2s ease-in-out;
}

.bl_ctr:hover {
    transform: scale(1.05);
}

.bl_ctr img {
    max-width: 50px;
    margin-bottom: 5px;
}

.ct_nm {
    display: block;
    font-size: 14px;
}

.ct_nm_h {
    font-weight: bold;
    color: #279efd;
}

.ct_nm_big {
    margin-top: 5px;
}

.tbl_flt_div input {
    width: 80%;
    padding: 8px;
    margin: 10px auto;
    border-radius: 5px;
    border: none;
    font-size: 14px;
}

.not_have_acc {
    color: #279efd !important;
}
