
a {
  color: #0d6efd;
  text-decoration: none;
}

.navbar-brand{
    color: rgb(13, 86, 134);
    font-size: 28px;
}

.dexa{
    height: 500px;
}

.for_attention{
    margin-top: 50px;
    font-weight: 800;
    color: rgb(13, 86, 134);
    font-size: 28px;
    text-align: center;
}

.gripp-page p{
    font-size: 16px;
    font-weight: 500;
    color: rgb(66, 66, 66);
}

.orange{
    background-color: rgba(255, 102, 0, 0.651);
    padding: 5px;
    color: rgb(0, 0, 0);
    border-radius: 5px;
}


.navbar{
    display: flex;
}

.navbar-list{
    list-style: none;
    vertical-align: middle;
    align-items: center;
}

.nav-link{
    color: black;
}

.nav-link:hover,
.nav-link:active,
.nav-link:focus {
    color: rgb(49, 48, 48);
}

.pack-foot{
    width: 260px;
/*    position: absolute;
    left: 25%;
    margin-top: -30px;*/
    padding: 20px 0;
}

.carousel-item img{
    height: 600px;
}

.dropdown-item{
    font-size: 12px;
}

.mav{
    display: flex;
}

.after_carousel{
    align-items: center;
    list-style: none;
    margin-top: 50px;
}

#description_global_label{
    font-size: 25px;
    font-weight: 800; 
    color: rgb(196, 35, 35);
}

#description_global_label_1{
    font-size: 22px;
    font-weight: 800; 
    color: rgb(43, 184, 66);
}

#description_global_label_2{
    font-size: 22px;
    font-weight: 800; 
    color: rgb(35, 118, 196);
}

.description_images{
/*   width: 500px;
    height: 350px;*/
    width: 100%;
    border-radius: 30px;
}

.images__right{
    display: flex;
}

.description{
    font-size: 16px;
    font-weight: 600;
    font-style: oblique;
}


footer{
    background-color: rgb(236, 242, 243);
    padding: 50px 0px 10px 100px;
}

.footer_list{
    list-style: none;
}

.footer-item{
    text-decoration: none;
    font-size: 16px;
    color: rgb(116, 113, 113);
}

.footer-item:hover{
    color: rgb(13, 86, 134);
}

.footer-links{
    padding-left: 50px;
}

.rights{
    text-align: center;
    color: rgb(204, 199, 199);
}

.description_label{
    font-weight: 600;
    font-size: 18px;
}

.description_list{
    font-weight: 500;
}

.for_health{
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    color: rgb(34, 172, 34);
}

.gripp_images{
    margin-top: 50px;
    width: 500px;
    height: 500px;
}


@media (max-width: 990px){
    .mnu_right {
        margin-right: auto !important;
    }
}



@media (max-width: 1020px){
    .dexa{
        height: 400px;
    }
}



@media (max-width: 650px){
    .home_image{
        height: 270px;
    }
    .navbar-brand, .navbar-brand>h1{
        font-size: 28px;
        color: rgb(13, 86, 134);
    }

    .for_health{
        font-size: 24px;
    }

    .navbar-expand-lg{
        justify-content: space-between;
    }

    .nav-link{
        font-size: 13px;
    }   
    
    .dexa{
        height: 300px;
    }
    
    
    .carousel-item img{
        height: 250px;
    }
    .navbar,
    .navbar-light{
        display: flex;
    }
    .mav, .dropdown-item{
        display: flex;
        font-size: 10px;
    }

    .container-fluid{
        display: flex;
    }

    .home-p{
        display: none;
    }

    .pack-foot{
        display: none;
    }

    .description_images,
    img,
    .gripp_images{
        width: 250px;
        height: 180px;
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .footer-item{
        font-size: 14px;
    }

    footer{
        padding: 10px;
        text-align: center;
    }

    .footer-links{
        margin-top: 10px;
        padding: 0px;
    }
    .gripp-page p{
        font-size: 12px;
        text-align: left;
    }
    
    .images__right{
        display: block;
    }

}