.mob-navbar .hamburger {
  cursor: pointer;
  display: inline-block;
}

.mob-navbar .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.625rem 2.2rem;
  border-bottom: 1px solid #eee;
}

.mob-navbar .logo img {
  max-width: 75%;
  height: unset;
  width: unset;
}

.mob-navbar .dropdown {
  border-bottom: 1px solid rgba(0, 74, 97, 0.2);
  display: flex;
  align-items: center;
  gap: 0.125rem;
  padding: 0.375rem 0;
}
.mob-navbar .sub-dropdown {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
  font-size: 1.2rem;
}

.mob-navbar .dropdown img {
  width: 1.5rem;
  height: 1.5rem;
  transition: transform 0.3s ease;
}

.mob-navbar .menu {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease-in-out;
  position: absolute;
  width: 93.8%;
  background: white;
  z-index: 1;
  padding: 0 1.5rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15);
}

.mob-navbar .menu.active {
  max-height: 130rem;
  transition: 1s ease-in-out;
}

.mob-navbar .hamburger .bar {
  width: 17px;
  height: 2px;
  background-color: #212721;
  margin: 0.3125rem 0;
}

.mob-navbar .pricing {
  font-size: 1.3rem;
  font-weight: 500;
  padding: 0.6rem 0;
  color: #212721;
  text-decoration: none;
  display: block;
}

.mobile-number-footer {
  background-color: #b75334;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.3rem 1rem;
  text-align: center;
  z-index: 999;
}
.dropdown.active {
  border-bottom: unset;
}
.menu > .dropdown:nth-child(4) {
  border-bottom: unset;
}

#servicesList > a:nth-child(3) > .dropdown.sub-dropdown {
  border-bottom: unset;
}

.mobile-number-footer a {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.5rem;
  color: #f5f8f8;
  text-decoration: none;
  gap: 0.8rem;
  font-weight: 500;
}

.mobile-number-footer img {
  filter: brightness(0) invert(1);
  width: 1.5rem;
  height: 1.5rem;
  transform: translate(0px, -0.0825rem);
}

.dropdown-content a .sub-dropdown {
  color: white;
}
.mob-navbar .sub-dropdown p {
  color: rgba(0, 74, 97, 0.7);
  font-size: 1.2rem;
}

.mob-navbar .dropdown.no-border {
  border-bottom: none;
}

#practiceSize {
  padding: 0 !important;
}
.dropdown .active {
  border-bottom: none;
}
.dropdown.sub-dropdown.active {
  border-bottom: none;
}

.dropdown.sub-dropdown.active {
  border-bottom: none;
}

.mob-navbar .dropdown.active .header-arrow-icon {
  transform: rotate(180deg);
}

.mob-navbar .dropdown-col.last-col {
  margin-bottom: 1.25rem;
}
@media (max-width: 1024px) {
  .mob-navbar .logo img {
    max-width: 55%;
  }
}
@media (max-width: 768px) {
  .mob-navbar .logo img {
    max-width: 45%;
  }
}
