﻿/*for mobile device*/
@media (max-width: 660px) {
    .h4, h4 {
        font-size: 16px;
    }

    .col-main-right {
        width: 100% !important;
    }

    .container {
        width: 100% !important;
        max-width: 100% !important;
    }
    .main-row{
        overflow:visible !important;
    }
    .app-main {
        padding-bottom: 55px;
    }

    .for-mobile-search {
        display: block !important;
    }

    .top-nav {
        height: 92px;
    }

    .app-main {
        margin-top: 90px;
    }

    .brand-logo {
        width: 85px;
        display: inline-block;
        position: relative;
        left: -12px;
        padding: 0px;
        height: 30px;
    }

    .mobile-menu-btn {
        font-size: 30px;
        color: #fff;
    }

    .top-profile-menu {
        top: 44px;
    }

    .menu-bar-left {
        width: 100%;
        padding-right: 0px;
    }

    .cart-inner-left {
        top: 16px;
        overflow: auto;
    }

    .cart-inner {
        top: 27px;
    }

    .cart-open .cart-aside {
        margin-bottom: 50px;
    }

    .cart-footer {
        padding-bottom: 25px;
    }

    .cart-open-left .cart-aside-left {
        margin-bottom: 50px;
    }

    .search-bar-mobile {
        position: relative;
        width: 100%;
        height: 0px;
        top: 16px;
    }

    .navbar-header {
        margin-top: 7px;
    }

    .top-search {
        width: 100%;
        max-width: none;
        margin: 0 auto !important;
        position: fixed;
        top: 42px;
        right: 0;
        left: 0;
        padding: 6px;
        padding-bottom: 0px;
    }

    .search-addon {
        position: absolute;
        right: 16px;
        z-index: 9;
        top: 17px;
        color: #b3b3b3 !important;
    }

    .top-search-result {
        width: 97%;
        margin: 92px auto;
        position: fixed;
        right: 5px;
        left: 5px;
    }

    .top-nav-right {
        text-align: right;
        top: -10px;
    }

    .mobile-nav-bottom {
        /*background: #FF6F00;*/
        box-shadow: 0px -1px 10px rgba(0, 0, 0, 0.6);
        padding: 0px;
        position: fixed;
        bottom: 0;
        right: 0;
        left: 0;
        z-index: 1030;
        border: 1px solid transparent;
    }

        .mobile-nav-bottom a {
            position: relative;
            top: 2px;
            float: left;
            display: block;
            color: #ffffff;
            text-align: center;
            padding: 0px;
            padding-top: 3px;
            text-decoration: none;
            font-size: 17px;
            width: 20%;
        }

    .m-nav-home-btn {
        top: -12px !important;
        /*background: #FF6F00;*/
        border-radius: 50%;
        box-shadow: 0 -6px 3px -5px #cecece;
    }

    .m-nav-home-btn-div {
        position: relative;
        top: 9px;
    }

    .top-profile-menu {
        right: -2px;
    }

    .arrow-for-profile-menu:after {
        margin-left: -21px;
    }

    .m-menu-text {
        font-size: 10px;
    }

    .m-menu-text-home {
        font-size: 13px;
    }

    .m-menu-icon {
        font-size: 25px;
    }

    .field-wrapper input:not([disabled]):focus ~ .field-placeholder,
    .field-wrapper.hasValue input:not([disabled]) ~ .field-placeholder {
        left: 15px;
    }

    .profile-img-panel {
        width: 44%;
    }

    .course-box {
        margin: 0px;
        margin-bottom: 10px;
    }

    .course-published {
        margin-bottom: 10px;
    }
    /*top box loading*/
    .top-box-img-loading {
        width: 40px;
        height: 40px;
    }

    .top-box-body-loading {
        height: 20px;
        background: #eee !important;
        border-radius: 5px;
    }
    /*top-box*/
    .top-box-img {
        width: 40px;
        height: 40px;
    }

    .top-box-body {
        font-size: 16px;
    }

    .course-mat {
        margin: 10px;
        border-right: none;
        padding-right: 0px;
    }

    .contest-box-img {
        width: 50px;
        height: 50px;
    }

    .contest-box-info {
        font-size: 10px;
    }

    .contest-box-body {
        font-size: 16px;
    }

    .contest-box-right {
        height: 52px;
    }

    .publish-footer-info {
        font-size: 9px;
    }

    .arrow-for-notification-menu:after {
        margin-left: -21px;
    }

    .profile-panel-right {
        margin: 10px;
    }

    .course-title-panel {
        background: linear-gradient(100deg,rgb(255, 255, 255),rgba(118, 82, 181, 0.28)) !important;
    }

    .bottom-tabs-panel {
        margin: 5px;
    }

    .res-tab-body {
        margin-top: -8px !important;
        margin-bottom: 8px !important;
    }

    .responsive-tabs__heading--active {
        border-bottom: none;
        background-color: #efefef;
    }

    .course-thumb-img {
        display: none;
    }

    .add-img-button {
        padding: 2px 3px;
    }

    .timeTo {
        top: 0px;
    }

    .page-link {
        padding: 8px;
    }

    .product-img-show-panel {
        height: 170px;
    }

    .zoom {
        height: auto;
        position: relative;
        max-height: none;
        display: block;
    }

    .footer-pad-first {
        padding-right: 0px;
    }
}
