nav {
  background-color: white;
}

footer {
  background-color: white;
}

.navbar-brand img {
  height: 40px;
}

.navbar-contact {
  font-size:12px;
}

.navbar-toggler {
  border: none;
}

.navbar-nav .nav-link {
  color: #999A9D;
}
.nav-bar .nav-link:focus{
  color: #999A9D;
}

.navbar-collapse {
  justify-content: end;
}

.navbar-contact {
  background-color: #186070;
}

footer {
  padding: 40px 0;
}

.footer-links a {
  display: block;
  color: #000;
  text-decoration: none;
  margin: 5px 0;
}

.footer-links a:hover {
  text-decoration: underline;
  color:#1E90FF !important;
}

.social-icons a {
  font-size: 20px;
  color: #000;
  margin-right: 10px;
}

.social-icons a:hover {
  color: #1E90FF;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  padding-top: 20px;
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}

.home-footer-icon {
  width: 30px;
}

.navbar .dropdown-toggle::after {
  display: none;
}

/* Custom dropdown arrow icon styling */
.navbar .dropdown-icon {
  width: 10px; /* Adjust the size as needed */
  margin-left: 5px; /* Space between text and the icon */
  fill: gray;
  margin-top: -4px;
}

.home-last-input {
  padding-right: 40px; /* Add padding to the right so the text does not overlap with the icon */
}

.home-cross-icon {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); /* Center the icon vertically */
  cursor: pointer;
  width: 20px;
  height: 20px;
}

.lead{
  color: #bbbcbe;
  font-weight: 400;
}
