
@media (max-width: 767px) {
    .MapListToggle:focus {
        outline: none;
    }
    #bname {
        display:none;
    }


    .MapListToggle {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 24px;
        margin: 0;
        padding: 0;
        color: #1abc9c;
        font-size: 11px;
        line-height: 1.3;
        background: none;
        border: 0;
        margin-left: 15px;
    }
    .media-body {
        height: 145px !important;
    }
    #sidebar{
        width: 100%;
    }
    #area_detail {
        width: 100% !important;
    }
    #filter_detail {
        width: 100% !important;
    }
    #search_area {
        width: 100% !important;
    }
    .media img{        
        width: 135px !important;
        height: 145px !important;
    }
    .txt-price-rate {
        font-size: 12px !important;
    }
    .txt-ap-name {
        font-size: 12px !important;
    }
    .txt-ap-addr {
        font-size: 11px !important;
    }
    .media .stats span {
        font-size: 7px !important;
    }
    .txt-btn-appointment {
        font-size: 7px !important;
    }
    .txt-guaranteed {
        font-size: 7px !important;
    } 
    .txt-quality {
        font-size: 7px !important;
    }
    .space_apt {
       /*margin-top:-15px !important;*/ 
       padding: 0 8px 0 5px !important;
    }
    .media .fav-box span {
        top: 11px !important;    
        right: 22px !important;  
        font-size: 7px !important;    
        padding: 1px 3px !important;
    }
    .media .fav-box i {
        font-size: 10px !important;
    }
    #l-btn, #r-btn, #close-btn {
        width: 40px !important;
        min-width: 40px !important;
    }
    #pop-apt-name {
        max-width: 100% !important;
    }
    #apt-name {
        font-size: 12px !important;
    }
    .modal .modal-dialog-aside {
        max-width: 100% !important;
    }
    .review-name, .review-rating {
        font-size: 11px !important;
    }
    #sec-apt {
        position: relative !important;
    }
    #section_appointment {
        width: 100% !important;
        margin-bottom: 20px !important;
    }
    #slider {
        width: auto !important;
    }

}


@media (max-width: 374px) {
    .media img{
        width: 120px !important;
        height: 150px !important;
    }
    .media-body {
        height: 150px !important;
    }
    #search_area2 {
        width: 100% !important;
    }
}
