@media (max-width: 400px) {
  .top-bar .contact-link {
    font-size: 13px;
    padding-right: 6px;
  }

  .top-bar i {
    font-size: 14px !important;
    padding-right: 4px;
  }

  .top-bar {
    padding: 5px 10px !important;
  }

  .top-bar .top-right {
    flex-wrap: wrap;
    justify-content: center;
    gap: 3px;
  }

  .top-bar .top-left,
  .top-bar .top-right {
    flex: 1 1 100%;
    text-align: center;
    margin-top: 5px;
  }

  .top-bar .top-left-mobile {
    justify-content: center;
    gap: 2px;
  }
}

@media (max-width: 400px) {
.nav-tab-form.style-1 {
            flex-direction: column !important;
            align-items: center;
            gap: 10px;
        }

        .nav-tab-form.style-1 .nav-tab-item {
            width: 100%;
            text-align: center;
        }

        .nav-tab-form.style-1 .nav-link-item {
            display: block;
            width: 100%;
            padding: 10px 0;
            border-radius: 25px;
        }

   .enquire-now-btn {
        padding: 6px 8px;
        font-size: 11px;
        border-radius: 4px 0 0 4px;
    }        
}
