@media (max-width: 991px) {
    .py-6 {
        padding-bottom: 0px !important;
        padding-top: 0px  !important;
    }

    .phone-number,
    .btnbook-header,
    .icon-search,
    .social-bar,
    .wellcomevita,
    .small-image,
    .vision-right,
    .img-area-service,
    .img-area-service-md,
    .running-wrapper,
    .blog-list,
    .bocongthuong,
    .dmca,
    .icon-cart,
    .lang-dropdown {
        display: none;
    }



    /* section banner */
    .banner-section .owl-dots {
        display: none !important;
    }

    /* section vision luxury */
    .vision {
        padding-bottom: 0px;
    }

    .w-vision-text {
        padding-right: 0;
    }

    .vision-icon {
        height: 40px;
        width: 38px;
    }


    .vision-right-md {
        margin-bottom: 1.375rem;
        display: block;
        order: -1;
    }

    .vision-content ul {
        order: 1;
    }

    .number-infor-container {
        width: 100%;
        padding: 0px !important;
        background-color: #EFF6F4;
    }

    .number-infor {
        padding-left: 35px;
        padding-right: 35px;
        padding-top: 68px;
        padding-bottom: 68px;
        margin: 0;
        justify-content: space-evenly;
    }

    .number-item {
        flex: 1 1 50%;
    }

    /* section promotions */
    .promotion {
        background-color: #AFBEBB;

    }

    .promotion-list {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .card-body-promotion {
        min-height: 163px;
    }

    /* section areas */
    .doctor-slider {
        width: 310px;
        height: 400px;
    }



    /* section meet our team (doctors)  */




    /* section brand */
    .brand {
        width: 20%;
    }

    .brand-row-md {
        display: flex !important;
        justify-content: center;
        align-items: center;
        --bs-gutter-y: 1.8rem;
    }

    .col-6 {
        flex: 0 0 32%;
        margin-bottom: 0px;

    }

    /* section feedback */
    .feedback-content {
        min-height: fit-content;
    }

    .feedback-head-title {
        flex-direction: column;
        align-items: center;
    }

    .feedback-desktop {
        display: none !important;
    }

    .feedback-mobile {
        display: block !important;
        margin-top: 2.5rem;
    }

    .feedback-mobile .owl-carousel .item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0 10px;
    }

    .star-img {
        width: 98px !important;
        height: auto !important;
    }

    /* section Articles & Tips Blog */

    .articles-head-title {
        flex-direction: column;
        align-items: center;
    }

    .blogmain-title {
        font-size: 22px;
        line-height: 28px;
    }

    .font-helvetica-regular-md {
        font-family: 'Helvetica Neue', sans-serif;
    }

}

