#footer {
  background-color: #333;
  padding: 30px 0;
  color: white;
}

.navbar {
  background-color: #295d27;
}

.navbar-link {
  color: white;
}

.navbar-light .navbar-nav .nav-link {
  color: white;
  margin-right: 15px;
}

@media (max-width: 400px) {
  .navbar-light .navbar-nav .nav-link {
    color: white;
    padding: 15px 0;
  }
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: white;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

#services {
  color: #fff;
  padding: 90px 0 100px 0;
  font-size: 20px;
  background-color: #295d27;
}

@media (max-width: 400px) {
  #services {
    color: #fff;
    padding: 90px 0 50px 0;
    font-size: 20px;
    background-color: #295d27;
  }
}

#promo {
  padding: 200px 0 80px 0;
}

@media (max-width: 400px) {
  #promo {
    padding: 120px 0 40px 0;
  }
}

.nav-logo {
}

@media (max-width: 400px) {
  .nav-logo {
    width: 250px;
    margin-right: 0px;
  }
}

.navbar-light .navbar-toggler {
  color: rgba(255,255,255,.5);
  border: none;
}

.nav-menu-title {
  margin-right: 5px;
}

@media (max-width: 758px) {
  .promo-text {
    padding: 30px 0;
  }
}

@media (max-width: 400px) {
  .promo-text h2 {
    font-size: 22px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .promo-text h1 {
    font-size: 27px;
    text-align: center;
  }
}

@media (max-width: 400px) {
  .promo-text {
    padding: 20px 0 0px 0 !important;
    text-align: center;
  }
}

.promo-text {
  padding: 80px 0;
}

.promo-text-heading {
  margin-bottom: 20px;
}

.promo-text-sub-heading {
  margin-bottom: 20px;
}

.col.contact-form {
  padding-left: 5px;
  padding-right: 5px;
}

.form-control {
  display: block;
  width: 100%;
  height: 50px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

textarea.form-control {
  height: auto;
  min-height: 100px;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
}

@media (max-width: 400px) {
  .form {
    /*padding: 30px 0;*/
  }
}

.ways-to-pay {
  background-color: white;
  color: #333;
  padding: 70px 0 100px 0;
}

@media (max-width: 400px) {
  .ways-to-pay {
    background-color: white;
    color: #333;
    padding: 50px 0 40px 0;
  }
}

.section-heading {
  font-weight: 900;
  font-size: 50px;
  margin-bottom: 30px;
  padding: 0px 0;
}

.tab-content {
  padding: 20px 20px 30px 20px;
  border: 1px solid #295d27;
}

a {
  color: #295d27;
  text-decoration: none;
  background-color: transparent;
}

a:hover {
  color: #295d27;
  text-decoration: underline;
}

body {
  margin: 0;
  font-family: 'Source Sans Pro';
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  text-align: left;
  background-color: #fff;
}

li.benefits:before {
  content: '\f058';
  color: #fff;
  font-family: 'fontawesome';
  font-size: 50px;
  padding-left: 0;
  position: absolute;
  top: -10px;
  left: 0;
}

@media (max-width: 400px) {
  li.benefits:before {
    content: '\f058';
    color: #fff;
    font-family: 'fontawesome';
    font-size: 50px;
    padding-left: 0;
    position: absolute;
    top: -10px;
    left: 10px!important;
  }
}

ul.benefits {
  margin-top: 0;
  margin-bottom: 1rem;
  list-style: none;
  display: block;
  padding: 0;
}

li.benefits {
  list-style-type: none;
  font-size: 1em;
  padding: 9px 0 20px 60px;
  position: relative;
}

@media (max-width: 400px) {
  li.benefits {
    list-style-type: none;
    font-size: 1em;
    padding: 9px 20px 20px 70px;
    position: relative;
  }
}

.nav-tabs .nav-link {
  border: 1px solid #295d27;
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
  color: #295d27;
  font-weight: 700;
  font-size: 20px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  color: #fff;
  background-color: #295d27;
  border-color: #295d27 #295d27 #295d27;
}

.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
  border-color: #295d27;
  background-color: #295d27;
  color: #fff;
}

.nav-tabs {
  border-bottom: 0px solid #dee2e6;
}

#contact {
  background-color: #295d27;
  color: white;
  padding: 110px 0 70px 0;
}

.scroll-top-wrapper:hover {
  background-color: #888888;
}

.scroll-top-wrapper i.fa {
  line-height: inherit;
  font-size: 40px;
  color: #d30404;
  width: 42px;
  height: 40px;
  position: relative;
  border-radius: 30px;
  background-color: white;
}

.scroll-top-wrapper:hover {
  background-color: transparent;
}

.scroll-top-wrapper.show {
  visibility: visible;
  cursor: pointer;
  opacity: 1.0;
}

.scroll-top-wrapper {
  position: fixed;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  text-align: center;
  z-index: 99999999;
  background-color: transparent;
  color: #eeeeee;
  width: 50px;
  height: 50px;
  line-height: 40px;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #295d27;
}

.nav-pills .nav-link {
  border-radius: .25rem .25rem 0px 0px;
  padding: 15px 9px;
}

@media (max-width: 400px) {
  .promo-img {
    width: 230px;
    margin: 0 auto;
  }
}

.direct-debit-cta {
  background-color: var(--primary);
  border-color: rgb(41,93,39);
  font-size: 17px;
  padding: 15px 30px;
  margin-top: 10px;
}

@media (max-width: 400px) {
  .direct-debit-cta {
    background-color: var(--primary);
    font-size: 16px !important;
    width: 100%;
    padding: 15px 5px !important;
    margin-top: 0;
  }
}

.nav-link {
  display: block;
  padding: .5rem 1rem;
  font-size: 18px;
  font-weight: bold;
}

.btn-primary:hover {
  padding: 15px 30px;
}

.btn-primary {
  color: var(--light);
  background-color: var(--primary);
  font-size: 17px;
  padding: 15px 30px;
  font-weight: bold;
}

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  color: #fff;
  background-color: #295d27;
  border-color: #295d27;
}

@media (max-width: 400px) {
  .mobile-header {
    width: 240px;
  }
}

