@media (min-width: 300px) and (max-width: 575px) {
    span.missions-item-partner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    span.mission-left-partner img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    span.weight-excercise {
        width: 250px;
        text-align: center;
        display: inline-block;
    }

    span.weight-excercise img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    span.arrow-right {
        width: 250px !important;
        text-align: center;
        display: inline-block;
    }

    span.arrow-right img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    .form-control-subscription {
        width: 100% !important;
    }

    .home-banner-content {
        text-align: center;
        margin: 8rem 0rem;
    }

    .home-banner-content h1.h1 {
        max-width: 100%;
        font-size: 24px;
    }

    .home-banner-content h5.h5 {
        font-size: 18px;
        max-width: 100%;
    }

    .banner-home-button ul li {
        margin: 10px;
    }

    .home-customer-section {
        margin-top: 2rem;
    }

    .home-customer-section .customers-detail h1.h1 {
        margin: 10px;
    }

    .home-customer-section .customers-detail p.paragraph {
        max-width: 100%;
    }

    .health-fitness-section {
        margin: 1rem 0rem;
    }

    .health-right-item {
        margin-top: 20px;
    }

    .health-right-item h2.h2 {
        max-width: 100%;
        font-size: 22px;
    }

    .mt-5 {
        margin-top: 1rem !important;
    }

    .health-item-online-test {
        padding: 0rem 0rem;
    }

    .health-right-item p.p {
        max-width: 100%;
    }

    .online-test-section {
        padding: 11px 15px;
    }

    .online-test-section span.arrow-right {
        height: 100%;
    }

    .btn-theme-consumer {
        font-size: 13px;
    }

    .health-book-card {
        margin-top: 0rem !important;
    }

    .user-logo-navbar {
        width: 120px;
        height: 100px;
        display: inline-block;
    }

}

@media (min-width: 576px) and (max-width: 767px) {
    .home-banner-content h1.h1 {
        font-size: 32px;
        font-weight: 700;
        text-align: center;
        color: white;
        display: inline-block;
        max-width: 85%;
    }
}

@media (min-width: 768px) and (max-width: 991px) {}

@media (min-width: 992px) and (max-width: 1200px) {}

@media (min-width: 300px) and (max-width: 1200px) {
    .decode-analysis-learn::before {
        display: none;
    }

    span.decode-health-image img {
        z-index: 1;
    }

    .book-transparent-card-one,
    .book-transparent-card-two,
    .book-transparent-card-three,
    .book-transparent-card-four {
        margin-top: 0rem !important;
    }
   
}

@media (min-width: 300px) and (max-width: 992px) {
    .navbar-right-item-xs {
        display: block !important;
    }
    .btn-primary-submit {
        font-size: 12px;
    }
    .navbar-right-item-lg {
        display: none;
    }
}
@media (min-width: 576px) and (max-width:992px ) {
    .home-banner-content {
        text-align: center;
        margin: 9rem 0rem;
    }
}