p.emphasis {
    color: #5f656a;
    font-family: 'Abril-Display-SemiBold';
}

p.emphasis .highlight {
    font-family: 'Abril-Display-SemiBold';
}

.btn-head.active,
.btn-head:focus {
    color: #fff !important;
}

section.nutrition-section .highlight {
    color: #16235a;
    font-family: 'HelveticaNeue';
}

.top-btn-head {
    display: flex;
    justify-self: center;
    align-items: center;
}

.btn-head {
    background-color: #262963;
    color: #fff;
    padding: 0.7rem 1rem;
    border-radius: 5rem;
    font-size: 1.1rem;

}

.quick-links li a {
    color: #fff;
}

a.btn-head:hover,
a.btn-head.btn-trs:hover {
    color: #ffffff;
    background: #d62d2d;
}

.head-btn-mob {
    display: none;
}

.header-logo img {
    width: 13rem;
}

p.rm-btn {
    margin-bottom: -0.4rem;
    margin-left: 0.5rem;
    color: #16235a !important;
}

.rm-r {
    display: flex;
    align-items: flex-end;
}

.rm-l {
    width: 86%;
    margin: 0 auto;
}

hr {
    border: 0.12rem solid #333;
}

.read-more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98%;
}

.read-more {
    margin-top: 6rem;
}


.banner-right {
    position: relative;
    z-index: 2;
}



/* Left Side - Image */
.leftside img {
    border-radius: 0.625rem;
    /* 10px */
}

/* Right Side - Content */
.rightside .content {
    text-align: left;
}

.rightside {
    height: 67vh !important;
    display: flex;
    align-items: center;
}

/* Badge */


/* Heading */
h2 {
    font-size: 3.5rem;
    /* 28px */
    color: #333;
    margin-top: 1.25rem;
    /* 20px */
    font-weight: normal;
}

/* Highlighted Text */
.highlight {
    color: #16235a;
    font-weight: bold;
}

section.nutrition-quality {
    position: relative;
    /* Ensures the pseudo-element is positioned correctly */
}

section.nutrition-quality::after {
    content: '';
    background: url(image/nurse.png) no-repeat center center;
    background-size: contain;
    /* Adjusts image size */
    position: absolute;
    top: 13.8%;
    left: 0;
    /* Adjust placement */
    width: 30%;
    /* Set an appropriate width */
    height: 100%;
    /* Set an appropriate height */

}


.cntnt2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.rwel {
    width: 32%;
}

.sunhand {
    max-width: 35%;
}

.clinical-nutrition h2.section-title {
    line-height: 1.15;
    font-size: 3rem;
    font-family: 'HelveticaNeue-Light';
}

/* Section Styling */
.clinical-nutrition {
    padding: 3rem 0;
    background: #ffffff;
    text-align: center;
}



/* Image */
.leftside img {
    border-radius: 1rem;
    /* Rounded corners */
    display: block;
    margin: 0 auto;
}

/* Right Side Content */
.rightside {
    text-align: left;
}

.description {
    font-size: 1rem;
    /* 16px */
    color: #666;
    line-height: 1.5;
    text-align: left;
}

.emphasis {
    font-size: 1.5rem;
    /* 18px */
    font-weight: bold;
    text-align: left;
}

.highlight {
    color: #3a5df0;
    font-weight: 800;
    font-family: 'HelveticaNeue';
    /* font-size: 3rem; */
}

button.navbar-toggler:hover {
    background: transparent !important;
}

/* Divider */
.divider {
    border: none;
    border-top: 2px solid #3a5df0;
    width: 100%;
    margin: 1rem 0;
    opacity: 1;
}



div.part2 {
    position: absolute;
    left: 42%;
    height: 100%;
}

div.part2 p {
    text-align: center;
    width: 88%;
    font-size: 1.13rem;
    margin: 0 auto;
}


.nutrition-section .banner-right {
    padding-left: 0.25rem;
}

.medicine-nutrition {
    background: #fff;
    padding: 3rem 1rem;
    text-align: center;
    padding-bottom: 4rem;
}

.medicine-nutrition h2 {
    font-size: 3rem;
    font-weight: 600;
    color: #2b2b6f;
    margin-bottom: 2rem;
    line-height: 1.15;
    font-family: 'HelveticaNeue-Light';
}

.medicine-nutrition p.desc {
    width: 35%;
    margin: 2rem auto;

}

.medicine-nutrition p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

.nutrition-grid {
    display: flex;
    margin: 0 auto;
}



.nutrition-item img {
    box-shadow: none;
    width: 100%;
    display: block;
}

.nutrition-item h3 {
    font-size: 1.25rem;
    font-weight: normal;
    margin: 1rem 0 0.5rem;
    color: #495057;
    text-align: left;
    width: 60%;
    line-height: 1.15;
    font-family: 'HelveticaNeue';
}

.nutrition-item p {
    font-size: 1rem;
    color: #333;
    padding: 0;
    line-height: 1.4;
    text-align: left;
    width: 70%;
}

section.nutrition-quality {
    background: #262963;
    background-color: #262963;
}

.nutrition-item.ni-2 {
    position: relative;
    top: 5rem;
}

.nutrition-item.ni-4 {
    position: relative;
    top: 3rem;
}




footer {
    background-color: #262963;
}

.footer-end-top h3 {
    font-weight: 800;
}

.footer-logo a img {
    width: 18rem;
    margin-top: 0.7rem;
}

.social-contain ul {
    list-style-type: none;
    padding-top: 1rem;
    padding-left: 1rem;
    border-left: 0.2rem solid #cacaca;
    margin: 0;
}

.social-contain ul li {
    display: inline-block;
}



.error {
    color: red;
    text-align: left;
}



.rightside-s2 p {
    font-size: 1.25rem !important;
}


.leftside img {
    border-radius: 1rem;
    display: block;
    margin: 0 auto;
    height: 25rem;
    object-fit: cover;
    object-position: left;
}

.nutrition-item {
    scale: 1.15;
}



.nutrition-item.ni-2 {
    margin-left: -1.5rem;
}

.nutrition-item.ni-3 {
    margin-right: -1.5rem;
}

.nutrition-item {
    scale: none;
}

img.count-icon-mob {
    width: 5rem;
    height: 5rem;
    object-fit: contain;
    display: none;
}

@media (max-width:1024px) {


    .rightside {
        height: 40vh !important;
    }





    section.nutrition-quality {
        padding-bottom: 7rem;
    }
}


@media (max-width:991px) {


    div.part2 {
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }

    .rwel {
        width: 50%;
        margin-top: 2rem;
    }

    .clinical-nutrition h2.section-title {
        /* line-height: 1.4; */
        font-size: 2rem;
    }

    .sunhand {
        max-width: 40%;
    }

    .sunhand {
        max-width: 40%;
    }



    .nutrition-grid {
        display: flex !important;

    }

    .nutrition-item h3,
    .nutrition-item p {

        width: 100%;
    }

    .nutrition-item {
        width: 25%;
    }

    section.nutrition-section h2 {
        font-size: 2.3rem;
        line-height: 1.2;
    }

    .medicine-nutrition h2 {

        width: 100%;

        margin: auto;
    }

    .medicine-nutrition p.desc {
        width: 90%;
        margin: 2rem auto;
    }



    .btn-head {
        background-color: #262963;
        color: #fff;
        padding: 0.7rem 0.5rem !important;
        border-radius: 5rem;
        font-size: 1.15rem !important;
        opacity: 0;
    }

    .footer-end-top h3 {
        font-size: 1.5rem;
    }

    .social-contain {
        margin-left: 0;
    }

    .footer-end-bottom {
        width: 100%;
        display: flex;
        align-items: flex-start;
        flex-direction: column;
    }

    .social-contain ul {
        border: unset;
    }

    .social-contain ul {
        padding-left: 0;
    }

    .foot-left {
        width: 35%;
    }

    .foot-right {
        width: 65%;
    }


    .rm-l {
        width: 95%;
        margin-top: 1rem;
    }

    .nutrition-item p {
        width: 85%;
    }

    img.count-icon-mob {
        display: block;
    }


}


@media (max-width:767px) {

    .rm-l {
        width: 95%;
        margin-top: 1rem;
    }


    .medicine-nutrition h2 {
        font-size: 2rem;
        width: 100%;
        margin: auto;
        line-height: 1.1;
    }

    .nutrition-section h2 {
        font-size: 22px;
    }

    .nutrition-section img {
        max-height: 240px;
    }

    .nq-mob {
        width: 100%;
    }

    .medicine-nutrition p.desc {
        width: 100%;
        margin: 2rem auto;
    }

    .sunhand {
        max-width: 100%;
    }

    .rwel {
        width: 95%;
        margin-top: 2rem;
    }

    .nutrition-item {
        width: 100%;
    }



    .head-btn-mob {
        display: block !important;
        position: relative;
        right: 0;
        top: 2rem;
        left: 0;
        text-align: center;
        margin: 1rem auto;
    }

    .header-logo {
        width: 50%;
    }

    .top-btn-head {
        display: none;
    }

    .footer-end-top h3 {
        font-size: 1.5rem;
        text-align: center;
    }

    .footer-end-bottom {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center !important;
        flex-direction: column;
    }

    .social-contain ul {
        border: unset;
    }

    .social-contain ul {
        padding-left: 0;
    }

    .foot-right {
        width: 100% !important;
    }

    .foot-left {
        width: 100% !important;
    }

    .nutrition-item.ni-2 {
        top: 0rem;
    }



    section.nutrition-quality h2 {
        font-size: 2rem;
    }





    .footer-logo a img {
        width: 15rem;
    }

    .medicine-nutrition {
        padding-bottom: 3rem;
    }

    .nutrition-item img {
        height: 15rem;
        object-fit: cover;
        width: 30rem;
        margin-left: -1rem;
    }

    .container {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }

    .btn-head {
        opacity: 1;
    }

    .rightside {
        height: 100% !important;
    }

    .clinical-nutrition h2.section-title {
        width: 95%;
        margin: 1rem auto;
    }

    .nutrition-item {
        display: flex;
        scale: none;
        align-items: center;
        justify-content: center;
        margin: 3rem 0 !important;
    }

    .nutrition-item.ni-4 {
        top: 0;
    }

    .nutrition-grid {
        margin-top: 0rem;
    }

    .nutrition-item p {
        width: 100%;
        margin-bottom: 0;
    }

    .read-more {
        margin-top: 2.55rem;
    }

    .cntnt2 {
        display: block;
    }

}