@media (max-width:768px){
    .top_address{
        display: none !important;
    }
    .top_logo img{
        width: 50px;
    }
    .top_logo h3{
        font-size: 20px;
    }
    .top_appointment .make-appointment .text-center{
        font-size: 15px;
        padding: 10px !important;
    }
}