/*nav.navbar .navbar-brand img {
    max-height: 50px;
    width: 100%;
}*/
#navigation .dropdown-content a {
    font-weight: 700;
}
nav.navbar .navbar-brand img {
    max-height: 60px;
    width: auto;
}
.logo-text {
    color: #000143!important;
    font-weight: 600;
}
.footer-logo-text {
    margin-left: 0;
}
.card-text{
    display: none;
}
.about-banner{
    background-image: url('../img/slider 3.jpg') !important;
    width: 100%;
    background-repeat: no-repeat !important;
    height: 351px;
    padding: 0 !important;
    background-size: contain !important;
    margin-top: 0 !important;
}
.product-banner {
    background-image: url('../img/slider 1.jpg') !important;
    background-repeat: no-repeat !important;
    height: 360px;
    background-size: contain !important;
}


@media only screen and (max-width: 991px){
    .top-bar.d-none.d-lg-block{
        display: inline-block !important;width: 100%;
    }
    header.header .fixed-top{
        top: inherit;
    }
    nav.navbar.navbar-expand-lg.fixed-top.active{
        top: 0px !important;
    }
    header.header .text-left{
        display: none !important;
    }
    header.header .row {
        position: relative;
    }
    header.header .text-right{
        position: absolute; right: 0px;
    }
    .top-bar.d-none.d-lg-block{
        overflow: hidden;
    }

    nav.navbar.navbar-expand-lg.fixed-top.active{
        position: fixed;
    }
    header.header .fixed-top{
        position: relative;
    }
}
@media only screen and (max-width: 767px){
    section.banner .carousel-item img{
        height: 396px !important;
    }
}
@media only screen and (max-width: 640px){
    section.banner .carousel-item img{
        height: 340px !important;
    }
    .logo-text {
    color: #000143!important;
    font-weight: 600;
    font-size: 10px;
    }
    nav.navbar .navbar-brand img {
    max-height: 60px;
    width: 60px;
    }
    .footer-logo-text {
    margin-left: 0;
    }
    .about-banner {
    background-image: url('../img/slider 3.jpg') !important;
    width: 100%;
    background-repeat: no-repeat !important;
    height: 100px;
    padding: 0 !important;
    background-size: contain !important
    }
   .product-banner {
    background-image: url('../img/slider 1.jpg') !important;
    background-repeat: no-repeat !important;
    height: 100px;
    background-size: contain !important;
    padding: 0 !important;
    margin-top: 0 !important;
    }
}
@media only screen and (max-width: 480px){
    .navbar-brand{
        width: 220px;
    }
    section.banner .carousel-item img {
        height: 282px !important;
    }
    
}
@media only screen and (max-width: 360px){
    .navbar-brand{
        width: 176px;
    }
    section.banner .carousel-item img {
        height: 226px !important;
    }
}