.container {
  max-width: 1366px;
}

.nav-link:hover,
.nav-link:focus {
  color: #edc701;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
  color: #edc701;
  background-color: #54595f;
}

.text-decoration-link {
  text-decoration: none;
}

.text-decoration-header {
  text-decoration: none;
  font-size: 18px;
  color: white;
  font-weight: 600;
}

.text-decoration-header:hover{
  color: #edc701;
}

/* image padding right and button  */
.img-p-rb {
  padding: 0 20px 20px 0;
}

/* image padding left and button  */
.img-p-lb {
  padding: 0 0 20px 20px;
}

/* Get a free Quote Service Page CTA */
.get-a-free-quote {
  background: #ffffff;
  padding: 40px 15px;
  box-shadow: 0px 0px 12px 12px #04030315;
  margin: 0px;
  border: 1px solid #edc701;
}

@media only screen and (max-width: 768px) {

  .img-p-rb {
    padding: 10px 0;
  }

  /* image padding left and button  */
  .img-p-lb {
    padding: 10px 0;
  }
  .navbar-light{
    background-color: white!important;
  }
}