/***** medium Layout *****/

@media (min-width: 992px) and (max-width: 1200px) {}

/***** Tablet Layout *****/

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .single-pro-info {
        margin-bottom: 30px;
    }
}

/***** Mobile Layout *****/

@media only screen and (max-width: 767px) {

    body,
    .wel-come h4,
    .support p,
    .service-right a,
    .tab-section p,
    .single-care p,
    .footer-area p,
    .pro-content ul li,
    .table_new tr td {
        font-size: 13px;
    }

    .support-info,
    .single-pro-info {
        margin-bottom: 30px;
    }

    .title h2 {
        font-size: 24px;
    }

    .tab__label,
    .tab__close {
        font-size: 13px;
    }

    /* menu start */
    .navbar-header > label,
    .switch,
    .menu-container label {
        display: block;
    }

    #navbar {
        display: none;
    }

    #menu-switcher:checked + #navbar {
        display: block;
    }

    .menu-container {
        margin: 0 0 50px;
        float: left;
        width: 100%;
        position: relative;
    }

    #navbar ul {
        width: 100% !important;
        margin: 0;
        overflow: hidden;
        padding: 10px 0;
        display: inline-block;
    }

    #navbar ul li {
        width: 100%;
        float: left;
        margin: 0 !important;
        text-align: left;
    }

    #navbar ul li a {
        color: #fff;
        padding: 10px 35px;
        display: block;
        font-size: 13px;
        border: 0 !important;
    }

    #navbar {
        width: 100%;
        float: left;
        height: auto;
        position: absolute;
        top: 60px;
        z-index: 999;
        left: 0;
        background-color: #000;
    }

    /* menu end */

    .pro-content h3,
    .tab__content h3 {
        font-size: 16px;
    }

    .tab__content {
        padding: 0 10px;
    }

    .box-content {
        padding: 20px 10px 0;
    }


}

/***** Wide Mobile Layout *****/

@media only screen and (min-width: 480px) and (max-width: 767px) {}
