

@media only screen and (min-width: 768px) {
    .header-area .main-header {
        padding-bottom: 1rem;
        padding-top: 0.5rem;
    }

    .main-header-with-search-header .logo {
        display: none;
    }

    .main-header-with-search-header .search-from-btn {
        display: none;
    }

    .business-banner .author-img {
        width: 225px;
        height: 225px;
        left: 14%;
        top: -50px;
    }

    .business-banner .verified-name {
        padding-top: 30px;
    }

    .btn-box-container {
        position: absolute;
        bottom: 10px;
        right: 10px;
        z-index: 20;
    }

    .btn-box{
        display: none;
    }

}


@media (min-width: 768px) and (max-width: 992px) {
    .business-banner .author-img {
        width: 150px;
        height: 150px;
        left: 12%;
        top: -36px;
    }

    .business-banner .verified-name {
        padding-top: 60px;
    }
}


@media only screen and (max-width: 767px) {
    .header-area .main-header {
        padding-bottom: 1rem;
        padding-top: 1rem;
    }

    .main-header-with-search-header {
        background: white;
    }

    .main-header-with-search-header.fixed-top {
        background: white !important;
    }

    .search-header .logo {
        display: none;
    }

    .search-header .search-from-btn {
        display: none !important;
    }

    .search-form {
        width: 100%;
    }

    .business-banner .author-img {
        left: 12%;
        top: 15px;
    }

    .business-banner .verified-name {
        padding-top: 50px;
    }

    .notification-icon-btn,
    .account-icon-btn {
        display: none;
    }

    .info-list li {
        font-size: 13px;
    }

    .listing-wrapper .listing-single-panel .card-text {
        font-size: 13px;
    }

    .profile-overlay {
        bottom: -40px;  
        width: 80px;   
    }

    .btn-box-container {
       display: none;
    }

    .button-container-order-more {
        flex-direction: column;
    }
    .button-container-order-more .btn {
        width: 100%;
        margin-bottom: 10px;
    }
}

@media (max-width: 480px) {
    .profile-overlay {
        bottom: -30px;  
        width: 60px;    
    }
}

