@media only screen and (max-width: 1440px) {
    
}
@media only screen and (max-width: 1200px){
    
}

@media only screen and (max-width: 992px) {
   .header .azadi .logo_img a img {
    width: 45%;
    position: absolute;
    top: unset;
    z-index: 9;
    bottom: 10px;
    right: 0px;
}
.logo a img {
    height: 175px;
    width: 100%;
}
}

@media only screen and (max-width: 768px) {
    .header .azadi .logo_img a img{
        position: absolute;
        width: 30%;
        z-index: 9;
        right: 40px;
        bottom: 30px;
        top:unset;
}
}

@media only screen and (max-width: 468px) {
    .header .azadi .logo_img a img{
        width: 25%;
        position: absolute;
        z-index: 9;
        bottom: 30px;
        right: 5px;
        top: unset;
}.logo a img {
  height: 115px;
  width:100%;
}
}