.language{
    display: flex !important;
    align-items: center;
}
.laguage-i{
    padding-right: 5px !important;
}
.product-img{
    width: 100% !important;
    height: 100%;
    top: 0;
    position: absolute;
    object-fit: cover;
}
.product-page-detail{
    width: 100%;
    height: 220px;
    object-fit: contain;
    padding: 10px;
}
.blog-box img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.product-four .product-wrapper{
height: 470px !important;
}
.product-four .overlay-product{
    display: none !important;
}
.product-four img{
   border: 1px solid #f4f4f4;
}
.overlay-product{
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 999;
    background-color: #2395d3 ;
    opacity: .7;
    top: 0;
    right: 0;
}
.photo-gallery-img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.product-wrapper{
    height: 550px;
}
.product-text-box{
 
    border-radius: 3px;
    border-top: 4px solid #2395d3 ;
    margin-right: 130px;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: rgba(9, 30, 66, 0.25) 0px 1px 1px, rgba(9, 30, 66, 0.13) 0px 0px 1px 1px;
    z-index: 99;
    position: relative;
    background-color: #fff;
}
.product-title{
    font-size: 17px;
    color: #686b6b !important;
    font-weight: 500;
}
.mfp-image-holder .mfp-content{
    max-width: 60% !important;
}
.product-dec{
    padding-top: 10px;
    padding-bottom: 10px;
}
.carousel-video iframe{
    height: 300px !important;
    width: 100% !important;
}
.line-about{
    height: auto !important;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
}
.overlay-product-1{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-color: #000;
    opacity: .6;
    top: 0;
right: 0;
}
.whatsap-button{
    border: 0 !important;
    color: #fff !important;
    background-color: #25D366 !important;
}
.blog-box .card-body{
    border-bottom: 2px solid #202020 ;
}
.language-menu a:hover{
    color: #000 !important;
}
.left-side-bar ul{
list-style: none;
padding: 0 ;
}
.left-side-bar ul li{
    margin-bottom: 10px;
}
.left-side-bar ul li a{
display: block;
width: 100%;
text-align: left !important;
    }

.page-product-box .product{
    border:  1px solid lightgrey;
}
.page-product-box:hover .product{
    cursor: pointer;
    border:  1px solid #2395d3 ;
}

.breadcrumb li{
    display: flex;
    align-items: center;
    justify-content: center;
}
.big-title{
    display: flex;
    justify-content: center !important;
    flex-direction: column;
}
.big-title h1{
    display: flex;
    font-size: 24px !important;
    margin-bottom: 15px;
    justify-content: center;
}
.big-title ul{
    display: flex;
    margin: 0 !important;
    justify-content: center;
}
 
.foto-galeri img{
    width: 100%;
    height: 300px;
    object-fit: cover;
}
.home-product-img{
    width: 100%;
    height: 300px;
    object-fit: cover;  
}




@media(max-width:991px){
    .about-us-box-images-1{
        width: 100%;
        height: 300px;
        object-fit: cover;
    }
    .product-text-box{
        align-items: center !important;
    }
    .mobil{
        padding: 0 !important;
    }
    .content-wrapper{
        flex-direction: column-reverse !important;
    }
    .language{
        font-size: 16px !important;
        color: #000 !important;
    }
    .overlay-product{
        display: none !important;
    }
    .product-text-box{
        padding: 15px !important;
        margin-right: 30px !important;
    }
    .product-title{
        font-size: 15px !important;
    }
    .product-dec{
        font-size: 14px !important;
    }
    .product-text-box a{
        font-size: 14px !important;
    }
    .social-icons{
        margin-bottom: 30px !important;
    }
}

@media(max-width:571px){
    .product-title{
        font-size: 17px !important;
    }
    .product-text-box{
        padding: 15px !important;
        margin-right: 5px !important;
        margin-left: 5px !important;
    }
    .product-wrapper{
        height: 450px !important;
    }
}