/**
* Theme Name: Autofiix Child
* Description: This is a child theme of Autofiix, generated by Merlin WP.
* Author: <a href="https://wpopal.com/">Opal Team</a>
* Template: autofiix
* Version: 1.0.7
*/

.table{
    border:1px solid #ddd;
    font-size:16px;
    color: #000000;
}
.table td,th{
    border:1px solid #767676;
    word-break: normal;

}
.table th{
    background-color: #F02801;
    color: #fff;
    font-weight: 600;
    font-size:16px;
}
.bold{
    font-weight: 600;
}

.recaptcha-form-7{
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
}
.wpcf7-response-output{
    margin-top: 10px!important;
}

@media (max-width: 1023px) {
    #wp-nt-aio-wrapper {
        right: 15px !important;
    }