.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;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 2;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #233367;
  background-color: #233367;
  box-shadow: 5px 0 10px 0 rgba(0, 0, 0, 0.5);
}

.top-contact-div {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 50px;
  padding-left: 50px;
  -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;
}

.co-logo-link {
  width: 20%;
}

.navbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  -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;
  background-color: transparent;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nav-link {
  border-bottom: 2px solid #233367;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.nav-link:hover {
  border-bottom: 2px solid #5d5c62;
  color: #5d5c62;
}

.nav-link.w--current {
  border-bottom-color: #fff;
  color: #fff;
}

.nav-link.w--current:hover {
  color: #5d5c62;
}

.top-section {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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-image: url('../images/Homepage-Banner.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.large-image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 30px 50px 50px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.large-image-box-div {
  position: static;
  width: 95%;
  max-width: 750px;
  padding: 50px;
  border-style: solid;
  border-width: 3px;
  border-color: #233367;
  background-color: rgba(35, 51, 103, 0.7);
  font-weight: 400;
  cursor: default;
}

.box-heading {
  margin-bottom: 0px;
  padding-bottom: 30px;
  border-bottom: 3px solid #233367;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
  text-transform: uppercase;
}

.box-small-text {
  margin-bottom: 0px;
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.box-small-text-mobile {
  display: none;
  margin-bottom: 0px;
  padding-top: 20px;
  color: #fff;
  font-size: 16px;
  line-height: 25px;
  font-weight: 600;
  text-align: center;
}

.button-2 {
  display: none;
}

.button {
  margin-top: -20px;
  background-color: #233367;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.body-white-and-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.white-h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
}

.black-p {
  margin-bottom: 0px;
  color: #222;
}

.black-p.padding {
  margin-bottom: 30px;
  color: #000;
}

.dark-button {
  margin-top: 20px;
  background-color: #5d5c62;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.right-block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.right-block-div.full {
  width: 100%;
  max-width: none;
  -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;
}

.div-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 50px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #233367;
}

.left-block-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 95%;
  max-width: 550px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.white-p {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
}

.white-p.padding {
  margin-bottom: 30px;
}

.blue-h2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #233367;
}

.div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  padding: 50px 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

._50pc-div-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 2px;
  padding: 40px 40px 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.grey-to-white-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #fff), color-stop(0, #5d5c62), color-stop(104%, #5d5c62));
  background-image: linear-gradient(270deg, #fff 50%, #5d5c62 0, #5d5c62 104%);
}

.div-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 2px;
  padding: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5d5c62;
}

.div-2.full {
  width: 100%;
  margin-right: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.bottom-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 30px 0px;
  -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: #233367;
}

.grid-content {
  margin-bottom: 0px;
  color: #fff;
  line-height: 24px;
  text-align: center;
}

.bottom-headings {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-top: 0px;
  margin-bottom: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.25);
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.bottom-logo {
  margin-bottom: 0px;
}

.bottom-div {
  width: 95%;
  max-width: 1200px;
  padding-bottom: 50px;
  border-bottom: 0px solid hsla(0, 0%, 100%, 0.25);
}

.footer-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -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: #5d5c62;
}

.footer-div {
  width: 95%;
  max-width: 1200px;
}

.footer-links {
  margin-bottom: 0px;
  color: #fff;
  text-align: center;
}

.body {
  font-family: 'Open Sans', sans-serif;
  color: #000;
}

.heading {
  color: #fff;
  font-size: 31px;
  text-align: center;
}

.no-line-white {
  color: #fff;
  text-decoration: none;
}

.no-line-white:hover {
  color: #5d5c62;
}

.toggle {
  color: #fff;
}

.toggle:hover {
  color: #5d5c62;
}

.dropdown {
  color: #fff;
}

.dropdown:hover {
  background-color: #5d5c62;
}

.dropdown.w--current {
  background-color: #5d5c62;
  color: #fff;
}

.dropdown-list {
  background-color: #233367;
}

.dropdown-list.w--open {
  color: #fff;
}

.home-1 {
  width: 100%;
  height: 300px;
  background-image: url('../images/13307232_1210402148972835_7203876923210600188_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.white-list {
  margin-bottom: 0px;
  color: #fff;
}

.white-list.padding {
  margin-bottom: 30px;
  text-align: left;
}

.white-list-item {
  margin-bottom: 5px;
}

.fb-feed-div {
  width: 100%;
}

.fb {
  width: 25px;
  height: 25px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
}

.fb:hover {
  color: #5d5c62;
}

.bottom-grid {
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-div {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue-button {
  margin-top: 20px;
  background-color: #233367;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 2px;
}

.body-section-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 50px;
  padding-bottom: 50px;
  -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: #5d5c62;
}

.grey-body-div {
  width: 95%;
  max-width: 1200px;
}

.h1-white {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 36px;
}

.h1-white.padding {
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
}

.h1-smaller {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.image-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bullet-grid {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.bullet-grid.padding {
  margin-bottom: 30px;
}

.h3 {
  margin-top: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  line-height: 38px;
  text-align: center;
}

.h3.no-padding {
  margin-top: 0px;
  margin-bottom: 0px;
  text-align: center;
}

.h3-link {
  color: #fff;
  text-decoration: none;
}

.mot-1 {
  width: 50%;
  background-image: url('../images/MOT-info-page.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.mot-2 {
  width: 50%;
  background-image: url('../images/15672622_1389871624359219_7663411102656776086_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.services-toggle {
  border-bottom: 2px solid #5d5c62;
  color: #5d5c62;
}

.services-toggle:hover {
  border-bottom-width: 0px;
  color: #5d5c62;
}

.car-servicing-1 {
  width: 50%;
  background-image: url('../images/Service-Page.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.car-servicing-2 {
  width: 50%;
  background-image: url('../images/Service-page-2.JPG'), url('../images/11043537_1035995526413499_8670414894912549158_n.jpg');
  background-position: 50% 50%, 0% 50%;
  background-size: cover, cover;
}

.black-list-item {
  margin-bottom: 5px;
}

.car-servicing-3 {
  width: 100%;
  height: 300px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.internal-link-black {
  color: #000;
}

.internal-link-white {
  color: #fff;
}

.nav-link-footer {
  color: #fff;
  text-decoration: none;
}

.nav-link-footer:hover {
  color: #5d5c62;
}

.logo-link.w--current {
  margin-bottom: 40px;
}

.logo-link.padding {
  margin-bottom: 40px;
}

.map-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
}

.body-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.map {
  width: 80%;
}

.white-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-top: 40px;
  padding-right: 10px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
}

.areas-list-item {
  margin-bottom: 10px;
}

.map-home {
  width: 100%;
}

.testimonials-bold-text {
  color: #233367;
  font-size: 16px;
  font-weight: 700;
}

.testimonials-bold-text-white {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.body-grey-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.div-left-grey {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-right: 0px;
  padding: 50px 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #5d5c62;
}

.div-right-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-left: 0px;
  padding: 50px 40px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.body-section-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 50px 40px;
  -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;
}

.white-body-div {
  width: 95%;
  max-width: 1200px;
}

.testimonails-div {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 70px;
  -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;
}

.testimonials-p {
  margin-bottom: 0px;
  color: #222;
  text-align: center;
}

.testimonials-p.padding {
  margin-bottom: 30px;
  color: #000;
}

.contact-map {
  width: 100%;
}

.html-embed {
  height: 450px;
}

.no-line-black {
  color: #000;
  text-decoration: none;
}

.h1-blue {
  margin-top: 0px;
  margin-bottom: 40px;
  color: #233367;
}

.h1-blue.no-padding {
  margin-bottom: 0px;
}

.contact-form {
  width: 100%;
}

.site-map-link {
  color: #fff;
  text-decoration: none;
}

.car-repairs-1 {
  width: 50%;
  background-image: url('../images/11760291_1031171443562574_1988192120890992973_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.car-repairs-2 {
  width: 50%;
  background-image: url('../images/988588_1017447968268255_6776428127285142968_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.diagnostics-1 {
  width: 50%;
  background-image: url('../images/Diagnostic-Page.JPG');
  background-position: 50% 50%;
  background-size: cover;
}

.diagnostics-2 {
  width: 50%;
  background-image: url('../images/10393725_1035995653080153_5979404028879187612_n.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.h1-smaller-blue {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #233367;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
}

.footer-link {
  color: #fff;
  text-decoration: none;
}

.nav-link-services {
  border-bottom: 0px solid #233367;
  color: #fff;
  font-size: 13px;
  font-weight: 700;
}

.nav-link-services:hover {
  border-bottom: 2px solid #5d5c62;
  color: #5d5c62;
}

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

.nav-link-services.w--current:hover {
  color: #5d5c62;
}

.open {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 40px;
  border-style: solid;
  border-width: 0.5px;
  border-color: #5d5c62;
}

.open-p {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 10px;
  color: #fff;
  font-size: 20px;
  text-align: left;
}

.video {
  margin-bottom: 40px;
}

.grey-full-section {
  background-color: #5d5c62;
}

@media screen and (max-width: 991px) {
  .top-contact-div {
    padding-right: 0px;
    padding-left: 30px;
  }

  .co-logo-link {
    width: 100%;
  }

  .nav-menu {
    padding-right: 0px;
    background-color: #233367;
    text-align: right;
  }

  .nav-link {
    width: 100%;
    border-bottom-width: 0px;
    text-align: right;
  }

  .nav-link:hover {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    background-color: #5d5c62;
    color: #fff;
  }

  .nav-link.w--current {
    padding-right: 30px;
    background-color: #5d5c62;
    color: #fff;
  }

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

  .menu-button {
    width: 80%;
    padding-right: 30px;
    text-align: right;
  }

  .menu-button.w--open {
    width: auto;
    background-color: transparent;
  }

  .icon {
    color: #fff;
  }

  .top-section {
    height: 500px;
    background-size: cover;
  }

  .body-white-and-blue {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .black-p {
    width: 100%;
  }

  .right-block-div {
    width: 100%;
    max-width: 100%;
  }

  .div-right {
    width: 100%;
  }

  .left-block-div {
    width: 100%;
    max-width: 100%;
  }

  .div-left {
    width: 100%;
    margin-top: 0px;
    padding-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  ._50pc-div-left {
    width: 100%;
  }

  .grey-to-white-section {
    margin-bottom: 40px;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-2 {
    width: 100%;
  }

  .bottom-section {
    padding-bottom: 50px;
  }

  .bottom-div {
    padding-bottom: 0px;
  }

  .toggle:hover {
    color: #fff;
  }

  .dropdown {
    text-align: right;
  }

  .bottom-grid {
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .body-section-grey {
    padding-right: 30px;
    padding-left: 30px;
  }

  .grey-body-div {
    max-width: 1300px;
  }

  .image-div {
    height: 800px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mot-1 {
    width: 100%;
    height: 400px;
  }

  .mot-2 {
    width: 100%;
    height: 400px;
  }

  .services-toggle {
    width: 100%;
    border-bottom-width: 0px;
    background-color: #5d5c62;
    color: #fff;
  }

  .services-toggle:hover {
    color: #fff;
  }

  .car-servicing-1 {
    width: 100%;
    height: 400px;
  }

  .car-servicing-2 {
    width: 100%;
    height: 400px;
  }

  .text-block {
    text-align: right;
  }

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

  .map {
    width: 100%;
  }

  .white-div {
    width: 100%;
  }

  .text-block-2 {
    text-align: right;
  }

  .body-grey-white {
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-left-grey {
    width: 100%;
    margin-top: 0px;
    padding-top: 50px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

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

  .white-body-div {
    max-width: 1300px;
  }

  .testimonials-p {
    width: 100%;
  }

  .car-repairs-1 {
    width: 100%;
    height: 400px;
  }

  .car-repairs-2 {
    width: 100%;
    height: 400px;
  }

  .diagnostics-1 {
    width: 100%;
    height: 400px;
  }

  .diagnostics-2 {
    width: 100%;
    height: 400px;
  }

  .nav-link-services {
    width: 100%;
    border-bottom-width: 0px;
    text-align: right;
  }

  .nav-link-services:hover {
    border-bottom-width: 0px;
    border-bottom-color: transparent;
    background-color: #5d5c62;
    color: #fff;
  }

  .nav-link-services.w--current {
    padding-right: 30px;
    background-color: #5d5c62;
    color: #fff;
  }

  .nav-link-services.w--current:hover {
    color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .top-section {
    height: 300px;
    background-size: cover;
  }

  .large-image-div {
    display: none;
  }

  .large-image-box-div {
    display: none;
  }

  .button-2 {
    display: none;
  }

  .button {
    display: none;
  }

  .body-white-and-blue {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

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

  .div-right {
    width: 100%;
    margin-left: 0px;
  }

  .left-block-div {
    width: 100%;
    max-width: 100%;
  }

  .div-left {
    width: 100%;
    margin-right: 0px;
  }

  ._50pc-div-left {
    width: 100%;
    margin-left: 0px;
  }

  .grey-to-white-section {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-2 {
    width: 100%;
    margin-right: 0px;
  }

  .image-div {
    height: auto;
  }

  .car-servicing-1 {
    height: 300px;
  }

  .car-servicing-2 {
    height: 300px;
  }

  .map {
    width: 100%;
  }

  .white-div {
    width: 100%;
  }

  .body-grey-white {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-left-grey {
    width: 100%;
    margin-right: 0px;
  }

  .div-right-white {
    width: 100%;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .header {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .top-contact-div {
    padding-left: 0px;
    -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;
  }

  .co-logo-link {
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
  }

  .navbar {
    width: 100%;
  }

  .menu-button {
    width: 100%;
    margin-top: 10px;
    padding-right: 18px;
    border-top: 0px solid transparent;
    text-align: center;
  }

  .top-section {
    height: 250px;
  }

  .large-image-div {
    padding: 30px;
  }

  .large-image-box-div {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    padding: 20px 20px 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .box-heading {
    padding-bottom: 20px;
    font-size: 18px;
    line-height: 20px;
  }

  .box-small-text {
    display: none;
  }

  .box-small-text-mobile {
    display: block;
  }

  .button-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
    border-style: solid;
    border-width: 1px;
    border-color: #3ab363;
    background-color: #002e10;
    font-weight: 700;
  }

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

  .div-left {
    padding-top: 50px;
    padding-right: 20px;
    padding-left: 20px;
  }

  ._50pc-div-left {
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .home-1 {
    height: 250px;
    background-position: 0% 50%;
  }

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

  .bullet-grid {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .bullet-grid.padding {
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .mot-1 {
    height: 250px;
  }

  .mot-2 {
    height: 250px;
  }

  .car-servicing-1 {
    height: 250px;
  }

  .car-servicing-2 {
    height: 250px;
  }

  .div-left-grey {
    padding-top: 110px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .testimonails-div {
    padding: 20px;
  }

  .testimonials-slider {
    height: 300px;
  }

  .car-repairs-1 {
    height: 250px;
  }

  .car-repairs-2 {
    height: 250px;
  }

  .diagnostics-1 {
    height: 250px;
  }

  .diagnostics-2 {
    height: 250px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }
}

#w-node-be8fc595-2f20-6cdc-9e6b-411cced7549f-ced7549c {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-be8fc595-2f20-6cdc-9e6b-411cced754b9-ced7549c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-be8fc595-2f20-6cdc-9e6b-411cced754c4-ced7549c {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

