.footer {
  background-color: #212323;
}

.footer p,
.footer h5,
.footer ul li {
  color: #fff;
}

.footer h5 {
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
  font-family: "Lato", sans-serif;
}

.footer ul {
  padding-left: 0;
}

.footer ul li {
  list-style: none;
  margin-bottom: 0.6rem;
}

.footer .privacy-policy-links li,
.footer ul li:last-child {
  margin-bottom: 0;
}

.footer ul li a {
  text-decoration: none;
  color: inherit;
}

.footer .social-links li,
.footer .social-links {
  margin-bottom: 0;
}

.footer .privacy-policy-links li a {
  text-decoration: underline;
  color: #808080;
  font-size: 0.8rem;
}

@media (max-width: 992px) {
  .footer-social-privacy-links {
    display: none;
  }
}

@media (min-width: 992px) {
  .footer-social-privacy-links-mob {
    display: none;
  }
}

.footer .col-lg-2 {
  padding-bottom: 2rem;
}

/* Footer modal */

/*specificaton table */
.specifications-table .accordion-button {
  font-family: "Lato", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  padding: 1rem 10px;
}

.specifications-table .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #e9e9e9;
}

.specifications-table .accordion-body {
  padding: 0;
}

.specifications-table .accordion-button:not(.collapsed) {
  background-color: #fff;
}

.specifications-table .accordion-button:focus {
  box-shadow: none;
}

.specifications-table .table tbody tr:nth-child(1) th,
.specifications-table .table tbody tr:nth-child(1) td {
  color: #e51836;
  font-weight: 600;
}

.specifications-table .table th:nth-child(1),
.specifications-table .table td:nth-child(1) {
  background-color: #fff;
  width: 175px;
  font-weight: 500;
}

.specifications-table .table {
  table-layout: fixed;
  width: 100%;
}

.specifications-table .table th:first-child,
.specifications-table .table td:first-child {
  position: sticky;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff !important;
}

.specifications-table .table th:nth-child(1),
.specifications-table .table td:nth-child(1) {
  background-color: #fff;
  width: 175px;
}

.specifications-table .table th,
.specifications-table .table td {
  background-color: #fff;
  width: 215px;
  border-bottom: none;
  font-size: 0.9rem;
  font-weight: 400;
}

.specifications-table .accordion-body {
  overflow: auto;
}

.specifications-table .fix {
  position: sticky;
  top: 0;
  z-index: 10;
  background-color: #fff;
}

.specifications-table .accordion-button {
  position: sticky;
  left: 5px;
  z-index: 11;
  background-color: #fff;
}

.specifications-table .table.sticky-top {
  z-index: 0;
}

.specifications-table .accordion-body {
  padding: 1rem 0;
}

.specifications-table tbody tr:nth-child(-n + 3) {
  background-color: #fff !important;
}

.specifications-table .accordion-body::-webkit-scrollbar-track {
  padding: 2px 0;
  background-color: #e6e6e6;
}

.specifications-table .accordion-body::-webkit-scrollbar-thumb {
  background-color: #e51836;
}

.specifications-table .accordion-body::-webkit-scrollbar {
  height: 2px;
}

/* Offer table */
.offer-and-finance-table tr th {
  padding: 19px 21px;
  font-weight: 500;
  background-color: #e51836;
  color: #fff;
  font-size: 16px;
}


#specsModalLabel .modal-content button,
#offersModal .modal-content button{
  margin-top: 1rem;
  margin-right: 1rem;
}

#offersModal table tbody tr td p{
  color: inherit;
}