@media (max-width:600px) {
    #header1 .navbar-brand img {
        height: 50px;
    }
    
    .slider_index {
        width: auto;
        margin: 0 auto;
        position: absolute;
        left: 15px;
        right: 15px;
        top: 0;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
    
    .dip2 .sag a {
        margin-left: 0;
        text-decoration: none;
        font-size: 13px;
        color: rgba(255,255,255,0.5);
        font-weight: 400;
    }
    
    .dip2 .sag {
        display: flex;
        height: 30px;
        justify-content: flex-end;
        align-items: center;
        padding-right: 15px;
    }
    
    .dip2 .sol {
        padding-left: 15px;
    }

    
    .fo_box .fo_box_social {
        margin: 30px 0;
        text-align: center;
    }
    
    .fo_box {
        margin-bottom: 15px;
    }
    
    .mobil_logo {
        text-align: center!important;
    }
    
    .mobil_logo img {
        width: auto;
        height: 60px;
    }
    
    .p-l-r-30 {
        padding: 30px 0;
    }
    
    .refe_box img {
            width: auto;
    height: 30px;
    }
}