/* Header Styles */
.hea-call2action {
  font-size: 14px;
  font-weight: 600;
}
.dropdown-menu li {
  position: relative;
}
.dropdown-menu .dropdown-submenu {
  display: none;
  position: absolute;
  left: 100%;
  top: -7px;
}
.dropdown-menu .dropdown-submenu-left {
  right: 100%;
  left: auto;
}
.dropdown-menu > li:hover > .dropdown-submenu {
  display: block;
}
.menu .active {
  color: var(--bs-primary);
}
.menu > ul > li.tollfree:hover {
  color: inherit;
}
.navbar .nav-link,
.dropdown-item {
  color: var(--bs-secondary);
  font-weight: 600;
}
.navbar-nav .nav-link.active,
.dropdown-item.active,
.dropdown-item:active {
  color: var(--bs-primary) !important;
}

.navbar a:hover {
  text-decoration: none;
}
.navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 0.7rem;
  padding-left: 0.7rem;
}

/* Footer Section */
#footer-section {
  background-color: #202b31;
  color: #f7f7f7;
}
#footer-section .container {
  padding-bottom: 0 !important;
}
#footer-section footer {
  border-top: 1px solid #515a61;
}
.social-links > a {
  position: relative;
  display: inline-block;
  height: 35px;
  width: 35px;
  background-color: #245184;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
}

/* Responsive Styles */
@media only screen and (max-width: 991px) {
  .submenu-header-group {
    display: block;
    border-bottom: 0;
  }
  .navbar-toggler:focus {
    box-shadow: none;
  }
}
