@media (max-width: 991.98px) {
    .float-btn-ask {
        position: fixed;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%, -50%);
        background-color: #feb84f !important;
        color: #ffffff;
        font-size: 16px;
        font-weight: 600;
        padding: 18px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 120px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .float-btn-ask img {
        height: 20px;
    }

    .btn-ask {
        display: none;
    }

    .navbar .toggled .navbar-toggler-bar {
        width: 30px;
        background: #f8bc24;
        height: 3px;
    }

    .search__bar .location__bar {
        display: none;
    }

    .custom-search-input .input-group {
        width: 90%;
    }

    .search__bar .form-control:focus {
        background-color: transparent !important;
    }

    .main-panel {
        border-radius: 0;
    }

    .toggled .bar3,
    .toggled .bar1 {
        left: 255px;
    }

    .toggled .bar1 {
        top: 10px;
    }

    .nav-open .main-panel {
        transform: none;
    }

    .send-msg .form-control {
        width: 100%;
    }

    .doctor-nav {
        text-align: left;
    }

    .notification {
        background-color: transparent;
        box-shadow: none;
        margin-bottom: 20px;
        padding: 0 !important;
    }

    .navbar .navbar-nav .nav-item:first-child {
        margin-top: 0px !important;
    }

    .custom-search-input .input-group-text {
        display: none;
    }

    .panel-body {
        min-height: calc(100vh - 450px);
    }

    .border-right {
        border-right: none !important;
    }

    .appointment-visit-card,
    .appointment-call-card {
        border-top-right-radius: 15px;
    }

    .radio-availability {
        text-align: center;
    }

    .carousel.slide {
        margin-top: 30px;
    }

    .login-wrap {
        padding: 2em;
    }

    .rd-block {
        display: block !important;
        width: 100% !important;
    }

    .image-wrap,
    .login-wrap {
        width: 100%;
        display: block !important;
    }

    .image-wrap img {
        width: 100%;
        border-top-right-radius: 0.5em;
        border-top-left-radius: 0.5em;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .full-page>.content {
        padding-top: 18vh;
    }

    .logo-center {
        display: flex !important;
        justify-content: center !important;
    }

    .login-title {
        text-align: center;
    }

    .login-page .container {
        padding-top: 0 !important;
    }

    .login-footer {
        display: block;
        text-align: center;
    }

    .login-footer div {
        margin-right: 0 !important;
    }

    .home-logo img {
        height: 3.5em;
    }

    .r_text-center {
        text-align: center;
    }

    .nav-top {
        flex: 1;
    }

    .doctor-nav {
        margin-left: 30%;
    }

    .navbar .dropdown .dropdown-menu,
    .navbar .dropdown.show .dropdown-menu {
        position: absolute;
        margin: 0;
    }

    .btn-group-provider {
        position: fixed;
        bottom: 40px;
        right: 0%;
        left: 0%;
        display: flex;
        padding: 5%;
    }

    .card-wrapper {
        display: block;
    }

    .card-default {
        margin: 20px auto;
        width: 50%;
    }

    .btn.btn-white,
    .btn.btn-white:hover {
        width: 50%;
    }

    .badge-notify {
        right: 0;
        top: 0;
    }

    .nav-open .sidebar {
        transform: translateZ(0);
    }

    .rpl-0 {
        padding-left: 0 !important;
    }

    .doctor-availability {
        display: block !important;
    }

    .doctor-availability label {
        margin-bottom: 2rem !important;
    }

    .show-input-text {
        width: 100%;
        margin: 10px 0;
    }

    .btn-success {
        margin-left: 15px;
    }

    .grid {
        display: block !important;
    }

    .home-card.grid-item {
        width: 100%;
    }
}
