.inner-wrapper {
  padding-top: 75px !important;
}

.header {
  height: 90px !important;
}

body {
  font-family: NatoSans !important;
}

@media only screen and (max-width: 767px) {
  .inner-wrapper {
    padding-top: 58px !important;
  }

  .header {
    height: 63px !important;
    position: fixed;
  }
}

.header .logo img {
  padding-top: 5px;
  padding-bottom: 5px;
  width: 70% !important;
  height: 70% !important;
}

@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: 90px;
  }
}

.companyname {
  color: #de3919;
}


