
.navbar {
    min-height: 80px;
}
.navbar-brand img {
    width: auto;
    height: 75px;
}
.contact-page select {
  height: 48px;
  border-radius: 0px;
  background-color: #fff;
}

@media (max-width: 991px) {
    .navbar-brand img {
        height: 72px;
    }
    .navbar-brand {
        padding: 4px 5px 2px 10px;
    }
    .cta2 .btn {
        padding: 12px 25px;
    }
    .contact-page select {
      border-radius: 4px;
    }
}


@supports (-webkit-touch-callout: none) {
.cta  {
@media only screen and (max-width: 990px) {
background-attachment: scroll !important;
background-size: auto 100%;
}
}
}



