/*
* Theme Name: bizwrap
* Description: bizwrap Theme for those who want responsive, clean and useful layout.
* Author: design_mylife
* Version: v1.1
*/


.inq{
    width: 100%;
}

.news-btn{
    margin-top: 10px;
}


@media(max-width:767px){
    .news-btn{
        width: 100%;
        clear: both;
    }
}




table  tr, th, td{
    text-align: center;
    vertical-align: middle!important;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    border-bottom: 1px solid #65b8dd !important;
}

.table thead{
    color: #00a0e9;
}


.table input{
    background-color: #f7f7f7;
    height: 30px;
}
.table input:focus{
    background-color: white;
}

.table tbody td input .in-bor{
    background-color: #000 !important;
}


.inq-car input,.inq-car .form-group select,.inq-car .form-group textarea {
    border: 1px solid #00a0e9;
}



.inq-car input:focus,.inq-car .form-group select:focus,.inq-car .form-group textarea:focus {
    border: 1px solid #000;
}

.btn-info{
    background-color: #00a0e9;
    border:#00a0e9;
}

.btn-info:hover{
    background-color: #000;
    border:#000;
}

.t01{
    color: red;
    font-size: 20px;
    font-weight: 600;
}