.form-inline > * {
 margin-left:4px;
 margin-right:4px;
}
.navbar-custom {
  background-color: rgba(255, 255, 255, 1) !important;
  opacity: 1 !important;
}
.ttp .dropdown-menu {
  margin-top: -100%;
}
.hs-caption {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.dropdown-header {
  color: #c82c37;
}
iframe[name=google_conversion_frame] {
  display: none;
}

@media (max-width: 767px) { 
  .hs-caption {
    margin-top: 10px !important;
  }
  .ttp .dropdown-menu {
    position: relative !important;
    top: 0px !important;
    margin-top: -50%;
  }
}