.logo img {
    height:70px !important;
    width:87% !important;}
.right_logo img {width:87% !important;}
.middle_logo img{
 width: 87px !important;
}
img {
    vertical-align:middle !important;
    max-width:100% !important;
}
.sticky-header {
  position: sticky;
  top: 0;
  background-color: #fff;
  color: #000;
  /*padding:0px 0 5px 0;*/
  /*height:80px;*/
  transition: all 0.3s ease;
  z-index: 1000;
box-shadow: 0 4px 10px #0000001a;
}