.inner-wrapper {
  padding-top: 75px !important;
}

.header {
  height: 90px !important;
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 58px !important;
  }

  .header {
    height: 63px !important;
    position: fixed;
  }
}

@media only screen and (max-width:460px) {
  .content-body {
    padding: 5px 5px
  }
 .col-md-12 {
    padding-right: 5px;
    padding-left: 5x;
  }
  .SelectItem {
    width: 130px;
    height: 130px;
  }
 .SelectItem img {
    width: 130px;
    height: 130px;
  }
  .logo {
    padding-left: 10px;
  }
  .logosize {
    max-width: 130px;
  }
}