#header3 {
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  background: var(--header-blue-clr);
}
#header3 .navbar-brand { margin-left: 0 !important; }
#header3 .navbar-brand img {
  border: 2px solid rgba(255,255,255,0.3);
  border-radius: 25px;
  margin-top: 5px;
}
#header3 .search-box {
  background: #1e3a5f;
  position: absolute; top: 100%; right: 0px;
  width: 80vw; max-width: 1200px;
  height: 70px; line-height: 60px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-top: 3px solid var(--pink-clr);
  display: none;
}
#header3 .search-box:before {
  content: ""; position: absolute; top: -12px; right: 10px;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: none;
  border-bottom: 12px solid var(--pink-clr);
}
#header3 .search-box input[type="text"] {
  width: 100%; padding: 5px 20px; margin-left: 0px;
  border: 1px solid rgba(255,255,255,0.2);
  outline: none; border-radius: 25px 0 0 25px;
}
#header3 .search-bar { height: 60px; padding: 10px 20px; }
#header3 .search-box .button {
  background: var(--cta-button); color: #fff;
  margin-left: -1px; border-radius: 0 25px 25px 0;
  border: 1px solid var(--cta-button);
  outline: none; cursor: pointer;
}
#header3 .search-box .button:hover { background: #047857; }
#header3 .navbar-item {
  text-transform: uppercase; font-size: 17px;
  padding: 25px 12px; margin-right: 5px;
  transition: all 0.3s ease;
  color: #e2e8f0;
}
#header3 .navbar-item.active,
#header3 .navbar-item:hover {
  color: #ffffff;
  background: rgba(255,255,255,0.1) !important;
}
@media (max-width: 1023px) {
  #header3 .navbar-item { font-size: 15px; padding: 10px 12px; margin-right: 0; color: #1e293b; }
  #header3 .navbar-burger { color: #fff; }
  #header3 .navbar { padding-right: 45px; }
  #header3 .navbar-brand { align-items: center; }
  .navbar-menu { position: absolute; width: 100%; top: 100%; }
  #header3 .searchNav { position: absolute; margin: 0 !important; right: 0; top: 0; padding-top: 10px; }
  #header3 .searchNav .navbar-item { color: #fff; }
  #header3 .search-box { margin-top: 4px; width: 92vw; }
  #header3 #topSearchBtn .fa { font-size: 16px; }
  #header3 #topSearchBtn { font-size: 0px; }
  .custom-container .container { padding-right: 0.75rem; padding-left: 0.75rem; }
}
