    form.top-search-form-b4u input[type=text] {
      font-size: 17px;
      width: 80%;
      border-radius: 20px 0 0 20px;
      height: 45px;
      background: #f0f3f7;
      border: 0px solid #cccccc47 !important;
      border-right: none;
      outline: none;
    }

    form.top-search-form-b4u button {
      width: 7%;
      border-left: none;
      background: #f0f3f7;
      color: rgb(88 95 228);
      font-size: 17px;
      border: 0px solid #cccccc47;
      border-radius: 0 20px 20px 0px;
      height: 45px;
    }

    .navbar-brand_b4u {
      padding: 10px 0 !important;
    }

    .gradient_colour_b4u {
      background: linear-gradient(45deg, {{company.gradient|default:'#38B6FF, #4B9D5B'}}) !important;
        
    }

    .logo-img-b4u {
      width: auto !important;
      height: 68px;
      object-fit: contain;
    }