.only_mob {
  display: none; }

.local-service-navbar__mob {
  display: none; }

.local-service-navbar {
  width: 100%;
  max-width: 1366px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 31px;
  padding-left: 18px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5; }

.local-service-navbar__logo a {
  display: block; }

.local-service-navbar__right {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-family: ProximaNova-Semibold; }
  @media (max-width: 767px) {
    .local-service-navbar__right {
      display: none; } }
.local-service-navbar__phone {
  color: #fff;
  text-decoration: none;
  margin-right: 20px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-left: 5px;
  font-family: ProximaNova-Semibold; }

.local-service-navbar__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: #fff;
  height: 48px;
  border-radius: 24px;
  font-weight: 700;
  text-decoration: none;
  transition: background 0.3s, opacity 0.3s;
  width: 134px;
  background: linear-gradient(0deg, #ff6f00 0%, #ff9b00 92.39%); }
  .local-service-navbar__btn:hover {
    opacity: 0.95; }

@media screen and (max-width: 767px) {
  .only_mob {
    display: block !important; }
  .local-service-navbar__mob {
    display: flex;
    align-items: center; }
  .local-service-navbar {
    padding-top: 67px;
    padding-left: 18px;
    padding-right: 18px; }
  .local-service-navbar__logo img {
    width: 111.325px;
    height: 15.965px; }
  .login_mob {
    background-color: #1a8bce;
    min-height: 260px;
    height: auto;
    padding-bottom: 24px;
    position: absolute;
    width: 100%;
    right: 0;
    z-index: 9; }
  .login_mob p {
    color: #fff;
    font-family: ProximaNova-Semibold;
    font-size: 17px;
    font-weight: 600;
    line-height: 40px;
    text-align: center;
    margin-bottom: 0;
    margin-top: 20px; }
  .menu {
    transition: all 0.5s ease;
    position: fixed;
    top: 0;
    z-index: 999; }
  .menu-top {
    width: 100%;
    top: -100%; }
    .menu-top.top-open {
      top: 0px; }
  .login_mob .close {
    display: flex;
    justify-content: flex-end;
    background: transparent;
    padding: 18px 20px 10px 0; }
  .login_mob .close_icon {
    margin: 0;
    cursor: pointer;
    background: transparent; }
  .hr_style_login {
    position: relative;
    color: #fff;
    opacity: 0.2;
    margin-top: 10px; }
  .login_btn_mob_main {
    width: 100%;
    display: flex;
    justify-content: center; }
  .login_btn_mob {
    background-image: linear-gradient(180deg, #9ac540 0%, #479947 100%);
    padding: 10px 35px 8px;
    border-radius: 24.5px;
    text-decoration: none;
    color: #fff;
    font-family: ProximaNova-Regular;
    font-size: 17px;
    font-weight: 600;
    line-height: 21px;
    margin-top: 23px; }
  .nav_btn_mob {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 12px; }
  .nav_btn_mob a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    width: 215px;
    min-height: 48px;
    padding: 12px 24px;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.25;
    margin-top: 0;
    color: #fff;
    text-decoration: none;
    border-radius: 24px;
    background: linear-gradient(0deg, #ff6f00 0%, #ff9b00 92.39%);
    transition: opacity 0.3s; }
    .nav_btn_mob a:hover {
      opacity: 0.95; }
    .nav_btn_mob a .arow_btn {
      flex-shrink: 0; }
  .login_mob_down_arrow {
    position: relative;
    top: 22px; } }
