@media only screen and (min-width:1px) and (max-width:1024px) {

.search-block-icon {
  top: 2px;
} 
    
 #zone-user {
 border-top: 2px solid #2b5e91;
}

#zone-user {
  background: white !important;
}

.mobilelogo {
  position: fixed;
  top: 10px;
  left: 0px;
  z-index: 1000;
}

.mobilelogo img {
  width: 50vw;
}

#sidr-wrapper-1 {
    border-left: 0px solid #76b2e1 !Important;
}

#sidr-wrapper-1 a {
    color: #0062A0 !important;
    font-size: 3vw;
    position: relative;
}
   
}

@media only screen and (min-width:1px) and (max-width:600px) { 
.search-block-icon {
    height: 9.2vw !important;
}
}

@media only screen and (max-width: 767px) and (min-width: 1px) { 
 

}

@media only screen and (min-width:766px) and (max-width:1024px) {  


#zone-user {
    background: white !important;
    height: 9.3vw;
}

.search-block-icon {
  height: 8.5vw !important;
}

.search-block-icon img {
     top: 1vw;
    width: 5vw;
        position: relative;
}

#sidr-wrapper-1 {
    right: 8vw !important;
}

}



@media only screen and (max-width: 900px) and (min-width: 300px) and (orientation: landscape) { 

.search-block-icon {
  height: 73px !important;
}

#zone-user {
    height: 80px;
}

.search-block-icon img {
        top: 12px;
        width: 6vw;
        position: relative;
}

#sidr-wrapper-1 a {
    top: 10px;
    right: 10px;
}


}


only screen and (min-width: 1px) and (max-width: 767px) and (orientation: portrait)  { 

#zone-user {
    height: 11vw !important;
}

}