.banner-circle-images{
    display: flex;
gap: 20px !important;
}
.banner-circle-images a{
    padding: 0 !important;
    height: 180px;
    background-color: white !important;
    width: 180px !important;
    border-radius: 100% !important;
}
.button-me{
    border-radius: 100% !important;
    border: 5px solid #ffb502 !important;
}

.banner-circle-images a img{
    width: 100%;
    height: 100%;
    object-fit: contain !important;
    border-radius: 100% !important;
}
.overlay-2 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
}

.kapsayici-2{
    display: flex;
    margin-bottom: 40px;
}
.kapsayici-3{
    flex-direction: row-reverse;
}
.kapsayici-3 .abaout-us-text{

    padding-left: 0 !important;
    padding-right: 30px;
}
.abaout-us-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 30px;
}
.abaout-us-images img{
    width: 340px !important;
    height: 312px;
    object-fit: cover;
}
.overlay-3 {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.5;
    border-radius: 50%;
}
.mobil {
    height: 140px;
    margin-top: 20px !important;
}
.mobil img{
   padding: 10px;
    box-shadow: rgba(17, 17, 26, 0.05) 0px 1px 0px, rgba(17, 17, 26, 0.1) 0px 0px 8px;
}
.mobil h5{
    margin: 0 !important;
}
.mobil img{
    height: 100%;
    width: 100% !important;
    object-fit: contain !important;
}
.footer-copyright-4 {
    justify-content: flex-end !important;
}

.banner-1 {
    margin-top: -150px !important;
}

.copyright-responsive-2 {
    text-align: right !important;
}

.product-box-images img {
    width: 100%;
    height: 100%;
    object-fit: contain;

}

.product-box-images {
    width: 100%;
    height: 100%;
    display: none;
    margin-left: 0 !important;
    position: absolute;
    left: 0 !important;
    top: 0;
}

.overlay-4 {
    width: 100%;
    height: 100%;
    display: none;
    margin-left: 0 !important;
    z-index: 9;
    top: 0;
    position: absolute;
    background-color: #000;
    opacity: .5;
    left: 0 !important;
}

.our-services .service-card:hover span {
    position: relative;
    z-index: 999999999999;
}

.our-services .service-card:hover .product-box-images {
    display: block !important;

}

.our-services .service-card:hover .overlay-4 {
    display: block !important;

}


.service-card:hover .service-card::before {
    margin-left: 35px !important;
}

.pdf-gallery-2 {
    display: none;
}

.service-card:before {
    position: relative;
    z-index: 99999999999;
}

.service-card {
    cursor: pointer;
}

.service-card a:hover {
    text-decoration: none !important;
}

.pdf-gallery-box {
    padding: 0 !important;
}

.pdf-gallery-box a {
    width: 100%;
    margin-bottom: 10px;
}

.left-side-bar-title {
    padding: 10px !important;
}

.left-side-bar-title {
    font-size: 18px !important;
}



.two {
    padding: 0 !important;
}

.product-thumb-info-image img {
    height: 220px !important;
    object-fit: contain !important;
}

.price span a {
    font-size: .8em !important;
}

.product-text {
    height: 108px !important;
    /* background-color: #f7f7f7; */
    padding: 10px;
}

table{
    width: 100%;
    margin-left: 0 !important;
}
tbody{
    width: 100%;
}
td{
    border-left: solid black 1pt !important;
}
.TableParagraph{
    margin: 0 !important;
    text-align: left !important;
    padding: 10px !important;
}
.custom-btn-with-arrow:hover{
    color: #ffb502 !important;
}
@media(max-width:1200px) {

    .banner-1 {
        margin-top: 0px !important;
    }

}

@media(max-width:992px) {
    .responsive-content{
        flex-direction: column-reverse;
    }
    .mobil  {
        height: 250px !important;
        object-fit: contain !important;
    }
    .kapsayici-3    .abaout-us-text{
        padding-left: 0 !important;
        padding-top: 20px;  
    }
    .kapsayici-2{
        margin-bottom: 15px !important;
    }
    .abaout-us-images img{
        width: 100% !important;
    }
    .abaout-us-text{
        padding-left: 0 !important;
        padding-top: 20px;
    }
    .kapsayici-2{
        flex-direction: column !important;
    }
    .three{
        padding: 0 !important;
    }
    .pdf-gallery-1 {
        display: none;
    }

    .pdf-gallery-2 {
        display: block;
    }

    .copyright-responsive-2 {
        text-align: left !important;
    }

    .owl-nav {
        display: none;
    }

}

@media(max-width:550px) {

.banner-circle-images a{
    height: 120px;
    width: 120px !important;
}
.banner-circle-images{
    justify-content: space-between !important;
}
}