/* mobile-style.css */
@media only screen and (max-width: 768px) {
    .req_button {  
        padding: 14px 7px;
        font-size: 14px;
    }
    .custom-search-box .search-field {
        width: 255px;
    }
    .product-summary .single_add_to_cart_button {
        font-size: 14px;
    }
    .sendm-column {
        flex: 1 1 calc(100% - 30px);
        margin: 5px;
    }
    .sendm-container {
        text-align:center;
    }
    .custmcategory-item {
        width: 22% !important
    }
    .product_title {
        font-size : 16px;
    }
    .woocommerce-multi-currency.wmc-right.style-1.wmc-bottom.wmc-sidebar {
        display: none;
    }
    
    .modal-title {
        font-size: 12px;
    }
    #enquiry_message {
        display:none;
    }
   
    .page-header .entry-title {
        color: #2B2B2B;
        line-height: 32px;
        font-size: 25px;
    }
    .all-project-list-search select {
        width: 100%;
        margin-bottom: 10px !important;
    }
   .all_pro_list_btn{width: 100%;}
   
    /** Responsive Design Code **/
    .code-assist-responsive table,.code-assist-responsive  tbody,.code-assist-responsive  tr,.code-assist-responsive  td,.code-assist-responsive  th {
        display: block;
    }
    
    .code-assist-responsive tr {
        margin-bottom: 15px;
    }

    .code-assist-responsive td {
        text-align: left;
        padding-left: 40%;
        position: relative;
    }
    
    .code-assist-responsive th {
        text-align: left;
        padding-left: 40%;
        position: relative;
    }

    .code-assist-responsive td::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        white-space: nowrap;
        font-weight: bold;
    }
    
    .code-assist-responsive  th::before {
        content: attr(data-label);
        position: absolute;
        left: 10px;
        white-space: nowrap;
        font-weight: bold;
    }

    .code-assist-responsive td {
        border-bottom: 1px solid #ddd;
    }

    .code-assist-responsive thead {
        display: none;
    }

   .code-assist-responsive tbody td:nth-of-type(1)::before {
        content: "Title";
    }

    .code-assist-responsive tbody td:nth-of-type(2)::before {
        content: "Technology";
    }

    .code-assist-responsive tbody td:nth-of-type(3)::before {
        content: "Database";
    }

    .code-assist-responsive tbody td:nth-of-type(4)::before {
        content: "Project Type";
    }
    .code-assist-responsive .thide {
        display:none;
    }
}