.logos{
    position:fixed;
    left: 15px;
    top: 5px;
    background-image: url("../img/logo.png");
    /* background-color: blueviolet; */
    background-size:contain;
    background-repeat: no-repeat;
    z-index: 2198;
    width: 300px;
    height: 75px;
    
    
}

@media (max-width:600px) {

    .logos{
        position:fixed;
        left: 15px;
        top: 5px;
        background-image: url("../img/logo.png");
        /* background-color: blueviolet; */
        background-size:contain;
        background-repeat: no-repeat;
        z-index: 2198;
        width: 300px;
        height: 60px;
        
        
    }
    
}
@media (max-width:768px) {

    .logos{
        position:fixed;
        left: 15px;
        top: 5px;
        background-image: url("../img/logo.png");
        /* background-color: blueviolet; */
        background-size:contain;
        background-repeat: no-repeat;
        z-index: 2198;
        width: 300px;
        height: 60px;
        
        
    }
    
}
@media (max-width:992px) {

    .logos{
        position:fixed;
        left: 15px;
        top: 5px;
        background-image: url("../img/logo.png");
        /* background-color: blueviolet; */
        background-size:contain;
        background-repeat: no-repeat;
        z-index: 2198;
        width: 300px;
        height: 60px;
        
        
    }
    
}

@media (max-width:1200px) {

    .logos{
        position:fixed;
        left: 15px;
        top: 5px;
        background-image: url("../img/logo.png");
        /* background-color: blueviolet; */
        background-size:contain;
        background-repeat: no-repeat;
        z-index: 2198;
        width: 300px;
        height: 60px;
        
        
    }
    
}