/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 11-Dec-2021, 9:06:19 am
    Author     : abbho
*/
@media screen and (min-device-width: 1360px) and (max-width: 1920px)
{
.no_div{
    display:block;
}
.top_belt
{
    display:flex;
}

.menu_strip
{
  display:flex;  
}
.logo_block
{
    display :block;
    
}
.logo_block img{
    width: 100%;
}


}