.blog-responsive {
    padding: 70px 0 0 0 !important;
}
.blog-images{
    width: 100% !important;
    height: 250px !important;
    object-fit: contain;
}
.services-title a {
    color: black !important;
}
.page-detail-product img{
    width: 100% !important;
    height: 250px !important;
    object-fit: cover;
}
#header .header-logo a{
    display: flex;
    gap: 7px;
}
.banner-overlay{
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .4;
    position: absolute;
}
.services-title a:hover {
    color: #e41a13 !important;
    text-decoration: none !important;
}

.left-side-bar-kariyer-istif li a:hover {
    color: #e41a13 !important;
}
 
.product-box-line {
    box-shadow: rgba(9, 30, 66, 0.25) 0px 4px 8px -2px, rgba(9, 30, 66, 0.08) 0px 0px 0px 1px;
}

.product-text-wrapper {
    padding: 0 10px 10px 10px !important;
}

.product-text-wrapper a:hover {
    text-decoration: none !important;
}
.product-text-wrapper a{
    font-size: 16px;
}
.about-us-image {
    width: 100% !important;
    height: 341.19px !important;
    object-fit: cover !important;
}

/* .header-logo a {
    background-color: #3e3e3e;
    display: block;
    padding: 10px;
    height: 100%;
} */
.product-page-detail{
    width: 100%;
    height: 230px !important;
    object-fit: cover;
}
.pdf-gallery-box a {
    width: 100% !important;
}

.pdf-gallery-box {
    margin-bottom: 10px !important;
}
.photo-gallery-img{
    width: 100%;
    height: 420px !important;
    object-fit: cover ;
}
.blog-box-img img{
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.mobil-2{
    margin-top: 20px !important;
}
.p-img{
    height: 400px !important;
    width: 100%;
    object-fit: cover;
}
@media(max-width:992px) {
    .responsive-padding a {
        padding-right: 0 !important;
    }
    .product-slider-stop{
        flex-direction: column;
    }
    .p-img{
        height: 300px !important;
        width: 100%;
        object-fit: cover;
    }
    .logo-2{
        display: none;
    }
    .photo-gallery-img{
        width: 100%;
        height: 200px !important;
        object-fit: cover ;
    }
}

@media(max-width:768px) {
    .product .product-thumb-info img{
        height: 180px !important;
    }
    .about-us-image {
        width: 100%;
        height: 250px;
    }

    .about-us-responsive {
        padding-top: 0px !important;
        padding-bottom: 0 !important;
    }

    .blog-responsive {
        padding: 50px 0 0 0 !important;
    }

    .copyright-responsive {
        text-align: center;
    }
}