@media (min-width: 1199px) {
    .header__brand .logo-main{
        width:362 !important;
    }
    
}
@media (min-width: 992px) and (max-width: 1200px) {
	.header__brand .logo-main{
        width:270px !important;
    }
    
}

@media ( max-width: 991px ){
    .hidden-md{
        display: block;
    }
}
/* Tablet desktop :768px. */

@media (min-width: 768px) and (max-width: 991px) {
	.header__brand .logo-main{
        width:180px !important;
    }
    
}
/*  Small mobile :320px. */

/* Large Mobile :577px. */

@media only screen and (min-width: 577px) and (max-width: 767px) {
	.header__brand .logo-main{
        width:170px !important;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
	.header__brand .logo-main{
        width:170px !important;
    }
}
