@media only screen and (max-width: 374px) and (min-width: 320px)  {
.header__bottom-2 {
    background-color: #f7f7f7 !important;
}
.sides_logo{
    width: 150px;
    height: 80px;
}
}
@media only screen and (max-width: 424px) and (min-width: 375px)  {
    .header__bottom-2 {
        background-color: #f7f7f7 !important;
    }
    .sides_logo{
        width: 150px;
        height: 80px;
    }
}
@media only screen and (max-width: 599px) and (min-width: 425px)  {
    .header__bottom-2 {
        background-color: #f7f7f7 !important;
    }
    .sides_logo{
        width: 150px;
        height: 80px;
    }
}
@media only screen and (max-width: 767px) and (min-width: 600px)  {
    .header__bottom-2 {
        background-color: #f7f7f7 !important;
    }
    .sides_logo{
        width: 150px;
        height: 80px;
    }
}
@media only screen and (max-width: 990px) and (min-width: 768px)  {
    .header__bottom-2 {
        background-color: #f7f7f7 !important;
    }
    .sides_logo{
        width: 150px;
        height: 80px;
    }
}
@media only screen and (max-width: 1023px) and (min-width: 991px)  {

}
@media only screen and (max-width: 1199px) and (min-width: 1024px)  {

}
@media only screen and (max-width: 1399px) and (min-width: 1200px)  {

}
@media only screen and (max-width: 2560px) and (min-width: 1400px)  {
    
}
