.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

body {
  font-family: Montserrat, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Oswald, sans-serif;
  font-size: 47px;
  line-height: 57px;
  font-weight: 700;
  text-transform: uppercase;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 27px;
  line-height: 47px;
  font-weight: 600;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

a {
  text-decoration: underline;
}

a.w--current {
  color: #fff;
}

.navbar {
  height: 100px;
  padding-top: 18px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.nav-link:hover {
  color: #ffd302;
}

.nav-link.w--current {
  color: #ffd302;
}

.hero {
  height: 800px;
  background-image: url('../images/JB-Motors-Hero-1.jpg');
  background-position: 100% 50%;
  background-size: cover;
}

.hero.about {
  background-image: url('../images/JB-Motors-hero-2.jpg');
}

.container {
  max-width: 1280px;
}

.container-2 {
  height: 100%;
  max-width: 1280px;
}

.div-block {
  width: 50%;
  height: 100%;
  padding: 40px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5)));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}

.div-block.white {
  padding-left: 60px;
}

.hero-text {
  font-weight: 600;
  letter-spacing: 1px;
}

.white {
  padding-right: 100px;
  padding-left: 100px;
  color: #fff;
}

.heading {
  margin-top: 10px;
}

._60above {
  padding-top: 60px;
}

._23px {
  font-size: 23px;
  line-height: 33px;
}

.telephone {
  font-family: Oswald, sans-serif;
  font-size: 33px;
  line-height: 43px;
  font-weight: 500;
}

.button-black-big {
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #000;
  color: #ffd302;
  font-size: 21px;
  line-height: 37px;
  text-transform: uppercase;
}

.section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.quotes {
  background-color: #000;
  background-image: url('../images/icon-02.svg');
  background-position: -18% 50%;
  background-size: 600px;
  background-repeat: no-repeat;
  text-align: center;
}

.section.mot {
  background-color: #ffd302;
}

.section.footer {
  background-color: #000;
  background-image: url('../images/check-07.svg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
  color: #fff;
}

.section.facebook {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #4267b1;
}

.container-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  text-align: center;
}

.black {
  background-color: #000;
}

.hero-2 {
  display: block;
  padding-top: 100px;
  padding-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1280px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.hero-image-mask {
  width: 100%;
  margin-left: 40px;
}

.hero-image {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0.5 auto;
  -ms-flex: 0 0.5 auto;
  flex: 0 0.5 auto;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

._47px {
  font-size: 47px;
  line-height: 57px;
}

.oswald {
  font-family: Oswald, sans-serif;
  font-weight: 600;
}

._20above {
  padding-top: 20px;
}

._21px {
  font-size: 21px;
  line-height: 31px;
}

.feature-section {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.listitem {
  font-size: 19px;
  line-height: 29px;
}

.listitem.bold {
  font-weight: 600;
}

.container-5 {
  max-width: 1280px;
}

._27px {
  font-size: 27px;
  line-height: 37px;
}

.footer-grid {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

._19px {
  font-size: 19px;
  line-height: 29px;
}

.container-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 60px;
  padding-left: 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block-2 {
  width: 100%;
}

.white-2 {
  color: #fff;
}

.div-block-3 {
  padding-top: 26px;
  padding-bottom: 26px;
}

.div-block-3.centre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mobile-alt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
}

.column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 23px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-2 {
  font-size: 14px;
  font-weight: 400;
}

.bold-text-2 {
  color: #24b9d8;
  font-size: 14px;
}

.heading-2 {
  margin-top: 10px;
}

.div-block-4 {
  width: 100%;
}

.yellow-strip {
  height: 8px;
  background-color: #ffd302;
}

.form {
  padding: 20px 60px 60px;
  background-color: rgba(0, 0, 0, 0.5);
  font-family: Montserrat, sans-serif;
  color: #fff;
}

._20-above-below {
  padding-top: 20px;
  padding-bottom: 20px;
}

._33px {
  font-size: 33px;
  line-height: 43px;
}

.feildlabel {
  font-size: 21px;
  font-weight: 400;
}

.textfield {
  height: 48px;
  margin-bottom: 28px;
}

.textarea {
  min-height: 200px;
}

.submit-button {
  margin-top: 40px;
  background-color: #24b9d8;
}

.section-2 {
  max-width: 50%;
}

._19px-2 {
  font-size: 19px;
  line-height: 29px;
}

.text-filed {
  height: 50px;
}

.grid-10 {
  grid-template-columns: repeat(auto-fit, minmax(45%, 1fr));
}

.text-field {
  height: 200px;
}

.pf-50px {
  color: #000;
  font-size: 50px;
  line-height: 60px;
}

.field-label {
  padding-top: 40px;
}

._20-above {
  padding-top: 20px;
}

.div-block-5 {
  position: relative;
  max-width: 1180px;
  margin-right: auto;
  margin-left: auto;
  padding: 100px 80px 60px;
  background-color: #fff;
}

.form-2 {
  padding: 61px;
}

.grid-11 {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.image {
  padding-top: 63px;
}

.image-2 {
  padding-top: 39px;
}

.centre {
  max-width: 1180px;
  text-align: center;
}

.grid-12 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

._40-below {
  padding-bottom: 40px;
}

.html-embed {
  width: 900px;
}

.yell {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #ffd302;
  color: #fff;
}

.facebook {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #4267b1;
}

.uptodate-revirews {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 8px solid #fff;
  border-bottom: 8px solid #fff;
}

.indent {
  padding-left: 20px;
}

.text-area {
  min-height: 200px;
}

.section-3 {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container-7 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.privacytext {
  font-size: 16px;
  line-height: 25px;
  text-align: left;
}

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-top: 1px solid #fff;
}

.cookie {
  position: fixed;
  left: 20px;
  bottom: 20px;
  z-index: 999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.p {
  margin-bottom: 0px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  color: #fff;
}

.cookie-link {
  color: #fff;
}

.close-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 30px;
  margin-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
}

.close-btn:hover {
  border-color: #00c3ff;
}

.x {
  margin-top: -3px;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
}

.x:hover {
  color: #00c3ff;
}

.cookielink {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navbar {
    padding-right: 10px;
    padding-left: 10px;
  }

  .div-block.white {
    width: 100%;
  }

  .section.quotes {
    padding-top: 220px;
    background-position: 50% 11%;
    background-size: 100px;
  }

  .section.mot {
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.footer {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-2 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-image {
    width: 100%;
    height: 400px;
    padding-top: 40px;
  }

  .hero-image.about {
    height: 500px;
    padding-top: 0px;
  }

  .feature-section {
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .mobile-alt {
    font-size: 16px;
    line-height: 26px;
  }

  .column {
    padding-top: 2px;
  }

  .grid-10 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .div-block-5 {
    max-width: 90%;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .menu-button {
    background-color: #ffd302;
  }

  .menu-button.w--open {
    background-color: #ffd302;
  }

  ._2-column-grid {
    width: 100%;
  }

  ._2-column-grid.centre {
    text-align: center;
  }

  .grid-11 {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
  }

  .image {
    width: 50%;
    padding-top: 89px;
  }

  .image-2 {
    padding-top: 68px;
  }

  .centre {
    max-width: 100%;
    text-align: center;
  }

  .list {
    padding-left: 140px;
  }

  .nav-menu {
    background-color: #000;
  }

  .html-embed {
    width: 100%;
  }

  .uptodate-revirews {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .hero-2 {
    padding: 40px 20px;
  }

  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-image-mask {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .feature-section {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 1000px;
  }

  .div-block.white {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .white {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.black {
    padding-right: 10px;
    padding-left: 10px;
  }

  .section.mot {
    text-align: center;
  }

  .section.footer {
    text-align: center;
  }

  .hero-2 {
    text-align: center;
  }

  .feature-section {
    text-align: center;
  }

  .footer-grid {
    grid-template-columns: repeat(auto-fit, minmax(100%, 1fr));
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .container-6 {
    padding-right: 10px;
    padding-bottom: 20px;
    padding-left: 10px;
  }

  .div-block-3.centre {
    padding-bottom: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .mobile-alt {
    color: #fff;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
  }

  .column {
    padding-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .form {
    padding-right: 20px;
    padding-left: 20px;
  }

  ._19px-2 {
    font-size: 16px;
    line-height: 26px;
  }

  .pf-50px {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-5 {
    margin-top: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .form-2 {
    padding-top: 40px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .menu-button {
    width: 50px;
    height: 50px;
    padding: 14px;
  }

  .image {
    width: 100%;
    padding-top: 46px;
  }

  .image-2 {
    height: 200px;
  }

  .list {
    padding-left: 40px;
    text-align: left;
  }

  .image-3 {
    width: 200px;
    padding-top: 16px;
  }

  .grid-12 {
    -ms-grid-columns: minmax(100%, 1fr);
    grid-template-columns: minmax(100%, 1fr);
  }

  .yell {
    text-align: center;
  }

  .uptodate-revirews {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cookie {
    right: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .p {
    text-align: center;
  }

  .cookie-link {
    color: #00c3ff;
  }

  .close-btn {
    margin-top: 20px;
  }
}

#w-node-e2aaea88-e148-4a3f-70d3-724b0a074643-9774a58c {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-e2aaea88-e148-4a3f-70d3-724b0a074631-9774a58c {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-_0c673c47-5490-7b23-f152-573c219e5abc-9774a58c {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_81e6b119-2676-b8b7-a029-f281d0dfc9f3-8fd33f2d {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

@media screen and (max-width: 991px) {
  #w-node-ec6a0f56-60c5-4c43-3289-cef1e9c86971-9774a58c {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-e2aaea88-e148-4a3f-70d3-724b0a074643-9774a58c {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
  }

  #w-node-_6f9cfc25-c63c-1397-29cc-f65973866bc5-73866bac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_81e6b119-2676-b8b7-a029-f281d0dfc9f3-8fd33f2d {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_0c673c47-5490-7b23-f152-573c219e5abc-9774a58c {
    -ms-grid-column-align: end;
    justify-self: end;
  }

  #w-node-_6730d497-9998-63a7-f94b-395135014f67-9774a58c {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  #w-node-_6f9cfc25-c63c-1397-29cc-f65973866bc5-73866bac {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

