.banner-down-slider {
    padding: 50px 0px 0px 0px !important;
}

.banner-down-slider img {
    width: 100% !important;
    height: 80px !important;
    object-fit: contain !important;
}

.about-img img {
    width: 100%;
    object-fit: contain;
    height: 320px;
}

.follow {
    padding-top: 100px !important;
}

.breadcrumb {
    justify-content: end !important;
}

.big-title h1 {
    text-align: right;
    width: 100% !important;
}

.big-title {
    padding-right: 30px !important;
}

.product-img {
    height: 400px !important;
    object-fit: contain !important;
}

.pdf-gallery-box a {
    width: 100% !important;
}

.mobil img {
    height: 120px !important;
    object-fit: cover !important;
    width: 100% !important;
}

.text-test {
    padding: 0 10px 10px 10px !important;
}

.product .product-thumb-info .product-thumb-info-image {
    background-color: #fff !important;
}

.product a {
    text-decoration: none !important;
}

.product {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px !important;
}

.product img {
    height: 200px !important;
}

.product:hover img {
    scale: 1.25 !important;
    transition: .8s !important;
}

.banner-little-img {
    display: flex;
    align-items: end;
    justify-content: center;
    flex-direction: column;
    height: 300px !important;
}
.left-side-bar ul {
    list-style: none;
    padding: 0 !important;
}
.content-wrapper .col-lg-9{
    padding:0 15px !important;
}
.left-side-bar ul {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.left-side-bar ul li a{
    text-decoration: none !important;
    box-shadow: 0 10px 18px 0 rgba(34,66,125,.08) !important;
    padding: 10px !important;
    display: flex;
    justify-content: space-between !important;
    border-left: 4px solid rgba(0,0,0,.1) !important;
    width: 100% !important;
    border-radius: 5px !important;
}
.left-side-bar ul li a i{
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 20px;
}
.left-side-bar ul li a:hover i{
    padding-right: 5px;
    transition: .6s !important;
}
.left-side-bar ul li:hover a{
    transition: .6s !important;
    background-color: #1c5fa8  !important;
    color:  #fff !important;
    border-left: 4px solid gainsboro !important;
}
.banner-little-img img {
    object-fit: contain;
    width: 100% !important;
    height: 100% !important;
}

html.sticky-header-active #header.header-effect-shrink .header-body a:hover {
    color: #fff !important;
}
.pdf-gallery-box{
    margin-top: 10px !important;
}
@media(max-width:992px) {
    .content-wrapper .col-lg-9{
        padding: 0px !important;
    }
    .big-title {
        padding-right: 15px !important;
    }

    .banner-little-img {
        height: 200px !important;
    }

    .responsive-top {
        margin-top: 75px !important;
    }

    .responsive-top .col-lg-6 h1 {
        text-align: center !important;
    }

    .responsive-top .col-lg-6 {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .banner-down-slider {
        padding-top: 20px !important;
        padding-bottom: 20px !important;
    }

    .about-us {
        padding-top: 0 !important;
    }

    .product-slider-stop {
        flex-direction: column !important;
    }

    .neturk-logo {
        text-align: left !important;
    }
}