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

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

    .anchor_icon_wrap {
        width: 42px;
    }
}

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

@media only screen and (min-width: 768px) and (max-width: 991px) {
    body {
        font-size: 12px;
    }

    .anchor_icon_wrap {
        width: 35px;
    }

    .product-dec {
        margin-top: 30px;
    }

    .pro-title h3 {
        font-size: 18px;
    }

    .product-dec h3 {
        font-size: 20px;
    }


    .footer-widget {
        margin-bottom: 40px;
    }

}

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

@media only screen and (max-width: 767px) {
    body {
        font-size: 12px;
    }

    .logo img {
        margin: 20px 0;
    }

    .csslider > ul > li {
        height: 300px;
    }

    .product-wraper {
        padding: 40px 0;
    }

    .logo {
        text-align: center;
    }

    .an-ico {
        text-align: center;
    }

    .anchor_icon_wrap {
        float: inherit;
        display: inline-block;
    }

    .time-she {
        display: none;
    }

    .header-top {
        padding: 20px 0;
    }

    .footer-widget.footer-img {
        margin: 0 0 50px !important;
    }

    .rt-container {
        width: auto;
    }

    .product-dec {
        margin-top: 30px;
    }

    /* menu start */
    .navbar-header > label,
    .switch,
    .menu-container label {
        display: block;
        top: 2px;
        right: 10px;
    }

    #navbar {
        display: none;
    }

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

    #navbar ul {
        width: 100% !important;
        margin: 0;
    }

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

    #navbar ul li a {
        color: #fff;
        display: block;
        margin: 0 20px;
    }

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

    #navbar ul li a::before {
        background: #fff;
    }

    /* menu end */
    .pro-title {
        padding: 15px 10px;
        text-align: center;
    }

    .product-dec p,
    .footer-widget p {
        font-size: 14px !important;
    }

    .product-dec h2,
    .pro-title h3,
    .product-dec h3,
    .product-dec h4 {
        font-size: 18px;
    }

    .footer-img {
        padding: 0;
    }
    .footer-widget.footer-logo{
        text-align: center;
    }
    .footer-widget {
        margin-bottom: 40px;
    }

    .footer-widget h2 {
        margin: 0 0 20px;
    }

    .footer-widget {
        margin-bottom: 40px !important;
    }

    .fot-bg {
        padding: 40px 0 0;
    }
}

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

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