
  .ford__service__widget.panel .nav.nav-pills {
    width: max-content;
  }

  .ford__service__widget h4 {
    color: #fff;
  }

  .ford__service__widget.panel .nav-pills > li > a {
    color: #ccc;
  }

  .ford__service__widget.panel .nav > li > a:focus, .ford__service__widget.panel .nav > li > a:hover {
    background-color: transparent;
  }

  .ford__service__widget.panel .nav-pills > li.active > a, .ford__service__widget.panel .nav-pills > li.active > a:focus, .ford__service__widget.panel .nav-pills > li.active > a:hover {
    background-color: transparent;
    color: #fff;
  }

  .ford__service__widget.panel .nav-pills > li.active > a > i.fa, .ford__service__widget.panel .nav-pills > li.active > a:focus > i.fa, .ford__service__widget.panel .nav-pills > li.active > a:hover > i.fa {
    background-color: transparent;
    color: #fff;
    transform: scale(1.5);
  }

  #ford-service-widget .get-offer .btn.btn-main {
    box-shadow: 0 5px 4px -1px rgba(0,0,0,0.2);
  }

   @media print {
    body *, #printSection sup {
        display: none;
    }
    #printSection,
    #printSection * {
        display: block;
    }
    #printSection {
        position: absolute;
        left: 0;
        top: 0;
        width: 70%;
        background-color: #FFF !important;
    }
  }