body
{
    font-family: 'Roboto', sans-serif;
}
.logo_content {
    width: 100%;
    height: 100%;
    padding-left: 25px;
}

.logo_container a {
    display: block;
    position: relative;
    width: 100%;
    height: 180px;
}

.logo_container img {
    width: 150px;
}

.header.scrolled .logo_container {
    top: 23px;
    height: 100px;
}
.header.scrolled .logo_container img {
    width: 150px;
    height: 60px;
    object-fit: contain;
}

.header.scrolled  .logo_content {
    height: 133px;
}



.footer_logo_container .logo_content {
    display: flex !important;
    text-align: center !important;
    display: flex !important;
    justify-content: center !important;
}

.footer_logo_container a img {
    width: 250px;
    height: 151px;
    object-fit: contain;
    
}

.table td, .table th {
   
}
/* Ensure text wraps properly */
.table-responsive {
    overflow-x: auto;
}
.data-container-table
{
margin: 0px 20px;}


.data-container-table .container
{
    background: white;
    padding: 20px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.footer-usefull-link ul
{
    display: flex;
    justify-content: flex-start;
    flex-direction: column;

}
.footer-usefull-link ul li 
{
    display: block;
}
.footer-addresh {
    display: flex !important;
    width: 100% !important;
}
.footer-addresh div
{
    width: 40px !important;
}

.footer-addresh span
{
    width: 88% !important;
}

.footer-web-name:hover
{
	color: #20d34a;
	cursor: pointer;
}
.footer-about-link,
.footer-product-link
{
	display: flex;
	justify-content: center;

}

a.nav-link.active
{
    color: #20d34a;
}



@media only screen and (max-width: 991px) {
    .logo_container {
        width: 181px;
    }

    .footer-about-link,
.footer-product-link
{
	display: block;

}

}

@media only screen and (max-width: 767px) {
    .logo_container {
        height: 170px;
    }


    .header.scrolled .logo_container {
        height: 94px;
    }
    .header.scrolled .logo_content
    {
        top: -15px;
    }
    .header.scrolled .logo_container img {
     
        height: 50px;
    }
}

@media only screen and (max-width: 575px) {

    .logo_content {
        padding-left: 20px;
    }


    .logo_content {
        height: auto !important;
    }

    .logo_container img {
        width: 80px !important;
    }

    .logo_container {
        width: 141px;
        height: 90px;
    }

    .header.scrolled .logo_container {
        height: 40px;
    }


}





