@charset "UTF-8";
html, body {
  height: 100%;
}

body {
  display: flex;
  flex-direction: column;
  color: #044968;
  font-family: "futura", Arial, sans-serif;
}

/* -- Utilities --*/
.jcenter {
  flex-direction: column;
  display: flex;
  justify-content: center;
  padding: 0 5%;
}

.aUnder a {
  color: #444;
  text-decoration: underline;
}

/* -- End Utilities --*/
.navbar {
  padding: 0px !important;
}

.bg-light {
  background-color: #fff !important;
}

.bg-darkblue {
  background-color: #044968;
}

.collapse, .navbar-collapse, .navbar-toggler {
  margin-inline-end: 40px;
}

.nav-link {
  text-align: center;
}

.nav-item a {
  color: #044968 !important;
}

.nav-item a:hover, .nav-item a:focus {
  color: #00a7ce !important;
}

.navbar-brand {
  margin-right: 0px !important;
}

.hidden {
  display: none;
}

.stripe-long {
  display: none;
}

.row {
  margin: 0px !important;
  padding: 0px !important;
}

.logo {
  padding: 20px;
  width: 100%;
  max-width: 512px;
}

.british-logo {
  max-width: 100px;
  margin-bottom: 30px;
}

.footer-logo {
  padding: 0px;
  width: 100%;
  max-width: 150px;
  margin-left: auto;
  margin-right: auto;
}

.tel {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  text-align: center;
  border: 2px solid #073956;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.tel a {
  color: #444;
}

.tel1 {
  background-image: linear-gradient(106deg, #00a7ce 0%, #044968 100%);
  background-color: #044968;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
  border-radius: 6px 6px 6px 6px;
  padding: 20px 0px;
  margin-bottom: 20px;
}
.tel1 a {
  color: #fff;
}

.container {
  flex: 1 0 auto;
}

.container-fluid {
  flex: 1 0 auto;
  margin: 0px !important;
  padding: 0px !important;
}

.card-deck .card {
  margin-bottom: 20px;
}

.card {
  min-width: 280px;
}
.card .card-image-top {
  height: 160px;
  width: 160px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}
.card .lead-time {
  display: block;
  width: 100%;
  color: #fff;
  background-color: #00a7ce;
  text-align: center;
  margin-bottom: 10px;
}
.card .stock-status {
  text-align: right;
}

.btn-stock {
  background-color: #044968;
  color: #fff;
}

.btn-stock:hover {
  color: #fff;
}

.btn-info {
  background-color: #00a7ce;
}

.btn-info:hover {
  background-color: #044968;
}

.price {
  font-size: 1.2rem;
}

.vat {
  font-size: 0.8rem;
}

.product1 {
  color: #00a7ce;
  font-family: "futura", Arial, sans-serif;
  font-weight: 900;
  font-size: 4rem;
  font-style: italic;
}

.product2 {
  color: #044968;
  font-family: "futura", Arial, sans-serif;
  font-weight: 900;
  font-size: 4rem;
  font-style: italic;
}

.delivery {
  margin-right: auto;
  margin-left: 10%;
  color: #00a7ce;
  font-size: 2rem;
  font-style: italic;
}

.blurb {
  height: 100%;
  color: #ffffff;
  background-image: linear-gradient(106deg, #00a7ce 0%, #044968 100%);
  background-color: #044968;
  border-radius: 6px 6px 6px 6px;
  overflow: hidden;
  padding-top: 20px !important;
  padding-right: 20px !important;
  padding-bottom: 20px !important;
  padding-left: 20px !important;
  margin-bottom: 30px;
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}

.icon {
  text-align: center;
  width: 70px;
  height: 70px;
  line-height: 75px;
  margin: 0 auto 10px auto;
  font-size: 2.5em;
}

.img-shadow {
  box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}

.schr {
  background-image: linear-gradient(106deg, #00a7ce 0%, #044968 100%);
  background-color: #044968;
  height: 20px;
}

#testimonials {
  background-image: linear-gradient(106deg, #00a7ce 0%, #044968 100%);
  background-color: #044968;
}
#testimonials h2, #testimonials p {
  color: #fff;
}

#testimonials-carousel .jumbotron {
  min-height: 400px;
}
#testimonials-carousel p {
  color: #444;
}

.to-top {
  position: fixed;
  bottom: 80px;
  right: 20px;
  text-decoration: none;
  color: #fff;
  background-image: linear-gradient(106deg, #00a7ce 0%, #044968 100%);
  background-color: #044968;
  padding: 10px 20px;
  display: none;
}

.to-top:hover {
  color: #151f28;
  background-color: #044968;
}

.maximus-table {
  margin-bottom: 40px;
  text-align: center;
}
.maximus-table th {
  background-color: #00a035 !important;
  color: #fff;
}
.maximus-table caption {
  caption-side: top;
  color: #444;
  text-align: center;
  font-size: 1.2rem;
}
.maximus-table hr {
  background-color: #00a035;
  height: 2px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.specs {
  justify-content: center;
}
.specs .specsCol {
  border: 2px solid #00a035;
  padding: 30px 10px;
  margin: 30px 2px;
  max-width: 45%;
}

.contact-form {
  margin-left: 0px;
  margin-right: auto;
  text-align: right;
  margin-top: 50px;
  color: #444;
}
.contact-form fieldset {
  margin-bottom: 20px;
}
.contact-form ul {
  padding: 0;
}
.contact-form li {
  list-style: none;
  margin-bottom: 15px;
}
.contact-form input {
  max-width: 250px;
}
.contact-form textarea {
  max-width: 300px;
}
.contact-form label {
  min-width: 200px;
}
.contact-form .form-required {
  color: red;
}

.contact-address {
  margin-left: 20px;
}

/* -- faqs accordion --*/
#accordion .accordion {
  background-color: #eee;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
}
#accordion .active, #accordion .accordion:hover {
  background-color: #ccc;
}
#accordion .accordion:after {
  content: "+";
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}
#accordion .active:after {
  content: "−";
}
#accordion .panel {
  padding: 0 18px;
  background-color: white;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

/* -- end faqs accordion --*/
.footer {
  padding-top: 20px;
  flex-shrink: 0;
  color: rgba(255, 255, 255, 0.5);
}
.footer a {
  color: rgba(255, 255, 255, 0.5);
}
.footer a:hover {
  color: #00a7ce;
}

.dbes {
  font-size: 0.75rem;
}

@media only screen and (min-width: 600px) {
  .product1 {
    color: #00a7ce;
    font-family: "futura", Arial, sans-serif;
    font-weight: 900;
    font-size: 6rem;
    font-style: italic;
  }

  .product2 {
    color: #044968;
    font-family: "futura", Arial, sans-serif;
    font-weight: 900;
    font-size: 6rem;
    font-style: italic;
  }

  .delivery {
    color: #00a7ce;
    font-size: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .stripe-short {
    display: none;
  }

  .stripe-long {
    display: inline;
  }
}
