@media (min-width: 0px) and (max-width: 991px) {

    ol.breadcrumb {
        font-size: 12px;
        text-align: center;
        margin-top: 15px;
    }

    .footer-box span.title {
        margin-bottom: 5px;
        margin-top: 15px;
    }

    .footer-contact li.phone span.icon {
        position: absolute;
        right: 5px;
        top: 8px;
    }

    .top-menu {
        display: none;
    }

    .free-course-content {
        color: #fff;
        text-align: center;
        padding-top: 125px;
    }

    #free-crouse {
        background-size: cover;
    }

    .section {
        padding: 8px 0;
    }

    .product-box {
        margin-bottom: 15px;
    }

        .product-box img {
            width: 100%;
        }

    .instagram-link {
        margin-bottom: 15px;
    }

    .mobile-menu ul {
        padding-right: 15px;
        margin: 0;
        display: none;
    }

    .mobile-menu li a {
        display: block;
        color: #323232;
        text-decoration: none;
        padding: 10px 15px;
        border-bottom: 1px dashed #ebebeb;
        transition: all 0.2s;
    }

    .mobile-menu li {
        list-style-type: none;
    }

        .mobile-menu li a.active {
            background-color: #f7f7f7;
            margin-top: 3px;
        }

    .sidebar-logo {
        text-align: center;
        margin: 15px auto;
        background: #f5f5f5;
        padding: 15px;
    }

    .offcanvas-header {
        padding: 15px;
    }

    #mobile-menu-section {
        display: block;
        background: #fff;
        position: fixed;
        width: 100%;
        top: 0px;
        right: 0px;
        z-index: 99;
        padding: 5px;
        border-bottom: 1px solid #cfcfcf;
    }

    body {
        padding-top: 70px;
    }
}
