.nav {
  position: relative;
  left: 0px;
  top: 0px;
  right: 0px;
  background-color: #242424;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.74)), to(rgba(0, 0, 0, 0.74))), url('../images/tools-toolbox-bw-ss-1920.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.74)), url('../images/tools-toolbox-bw-ss-1920.jpg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
}

.brand {
  position: static;
  z-index: 100;
  width: 15vw;
  margin-top: -40px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.navlink {
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1.7vw;
  line-height: 1.2;
}

.navlink.w--current {
  color: #c2a86d;
}

.navmenu {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin-bottom: -72px;
  float: left;
  background-color: #250c38;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#250c38), to(#463056));
  background-image: linear-gradient(180deg, #250c38, #463056);
  color: #fff;
  text-align: center;
}

.navdiv {
  display: block;
  width: 85%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
}

.logo {
  width: 100%;
  height: 100%;
}

.topdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 3vw;
  -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: #c2a86d;
}

.homeslider {
  height: 25vw;
  margin-top: 0px;
  padding-top: 0px;
}

.mainsection {
  padding-top: 75px;
  padding-bottom: 65px;
}

.middlediv {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.middlediv.cot {
  margin-top: 50px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 15px solid #c2a86d;
  background-color: #250c38;
}

.footerdiv {
  display: block;
  width: 85%;
  margin-right: auto;
  margin-left: auto;
}

.footertext {
  color: #fff;
  text-align: center;
}

.underfooterdiv {
  background-color: #000;
}

.toptext {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  font-family: Lato, sans-serif;
  font-size: 1.2vw;
  text-align: center;
}

.number {
  position: relative;
  right: 0px;
  bottom: 0px;
  margin-top: 1vw;
  margin-bottom: -67px;
  float: right;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-size: 3vw;
  line-height: 1.2;
}

.homerow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#414141));
  background-image: linear-gradient(180deg, #000, #414141);
}

.slideone {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), url('../images/metal-texture_fykkvw9O.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), url('../images/metal-texture_fykkvw9O.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.column {
  padding-top: 5px;
  padding-bottom: 20px;
  border-right: 5px solid #000;
  border-left: 5px solid #000;
  box-shadow: inset 0 0 8px 0 #000, inset 1px -12px 18px -4px #000;
}

.rowdiv {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 0px;
  background-image: url('../images/vehicle-wheel-copy.png');
  background-position: 13px 0px;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.rowdiv.engine {
  background-image: url('../images/engine_1.png');
  background-size: auto 100%;
}

.rowdiv.main {
  background-image: url('../images/pistons-cross.png');
  background-size: auto 100%;
}

.column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 5px;
  padding-bottom: 20px;
  box-shadow: inset 0 0 8px 0 #000, inset 0 0 8px 6px #000;
}

.icon {
  display: block;
  width: 60%;
  margin-right: auto;
  margin-left: auto;
}

.rowheading {
  margin-top: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 2.5vw;
  line-height: 0.9;
  text-transform: uppercase;
}

.bigger {
  color: #4e2c68;
  font-size: 3vw;
}

.rowpara {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-right: 25px;
  padding-left: 25px;
  color: #919191;
  font-size: 16px;
}

.arrowssmall {
  font-family: Oswald, sans-serif;
  color: #c2a86d;
  font-size: 2vw;
  font-weight: 700;
}

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

.mainrowdiv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: rgba(194, 168, 109, 0.23);
}

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

.mainheaders {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  background-color: #c2a86d;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ecdaaf), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, #ecdaaf, hsla(0, 0%, 100%, 0));
  font-family: Exo, sans-serif;
  color: #4e2c68;
  font-size: 2vw;
  text-align: center;
  text-transform: uppercase;
}

.man {
  display: block;
  height: 13vw;
  margin: 30px auto 20px;
}

.rowparas {
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
}

.rowparas.ff {
  text-align: center;
}

.only {
  display: block;
  margin-right: auto;
  margin-left: auto;
  font-family: Exo, sans-serif;
  color: #4e2c68;
  font-size: 2vw;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

.sliderrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.guy {
  display: block;
  height: 25vw;
  margin-top: 0px;
  margin-right: 1px;
  margin-left: auto;
  padding-right: 1px;
  float: none;
}

.guy.bb {
  margin-top: 8px;
  margin-right: 4vw;
}

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

.sliderheader {
  width: 100%;
  color: #c2a86d;
  font-size: 4.7vw;
  line-height: 0.8;
}

.sliderheader._2 {
  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;
  font-size: 0vw;
  text-align: right;
}

.sliderheader._4 {
  font-size: 3.7vw;
}

.dsubheader {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 20px;
  color: #fff;
  font-size: 2vw;
}

.dsubheader._88 {
  -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;
  text-align: right;
}

.dsubheader._88.b {
  font-size: 2.3vw;
}

.repair {
  color: #985bc7;
  font-size: 6vw;
}

.repair._90 {
  font-size: 4.3vw;
}

.quote {
  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;
  font-size: 1.5vw;
}

.tablink {
  width: 24%;
  margin-right: 0.5vw;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #4e2c68;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 1.4vw;
  text-align: center;
}

.tablink.w--current {
  background-color: #250c38;
}

.tab {
  margin-top: 65px;
}

.tabcontent {
  padding-top: 40px;
  padding-bottom: 40px;
}

.tabmenu {
  width: 30%;
  float: left;
}

.tabcontenta {
  width: 70%;
}

.tablink1 {
  width: 48%;
  margin-right: 0.3vw;
  margin-bottom: 0.3vw;
  padding: 20px 0px;
  background-color: #c2a86d;
  text-align: center;
}

.tablink1.w--current {
  padding-right: 0px;
  padding-left: 0px;
  background-color: #7c642d;
}

.tabicon {
  display: block;
  width: 80px;
  max-width: 500%;
  margin-right: auto;
  margin-left: auto;
}

.contentdiv {
  height: 100%;
  margin-left: 15px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(0, 0, 0, 0.1);
  background-color: transparent;
}

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

.pane {
  height: 100%;
}

.tabsheader {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: rgba(0, 0, 0, 0.1);
  font-family: Exo, sans-serif;
  color: #4e2c68;
  font-size: 4vw;
  text-align: center;
  text-transform: uppercase;
}

.tabcontentpara {
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 16px;
  line-height: 25px;
}

.tabimg {
  display: block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.tabimg.mounting {
  width: 100%;
}

.tabimg.insp {
  width: 100%;
}

.tabimg.asfg {
  width: 100%;
}

.contactquotebutton {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 4px solid #250c38;
  background-color: #4e2c68;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-size: 2vw;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.contactquotebutton:hover {
  border-color: #9e7926;
  background-color: #c2a86d;
}

.slidetwo {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.62)), to(rgba(0, 0, 0, 0.62))), url('../images/engine.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.62)), url('../images/engine.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.sliderow1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}

.guy1 {
  height: 25vw;
}

.cos {
  position: relative;
  display: block;
  height: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3vw;
  padding-left: 3px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.yo {
  font-size: 1vw;
}

.span {
  color: #c2a86d;
  font-size: 2.5vw;
}

.oo {
  color: #c2a86d;
  font-size: 6vw;
}

.tiress {
  font-size: 5.5vw;
}

.slidethree {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(hsla(0, 0%, 100%, 0))), url('../images/tires-2-texture_f1Ve4nSO.jpg');
  background-image: linear-gradient(180deg, #000, hsla(0, 0%, 100%, 0)), url('../images/tires-2-texture_f1Ve4nSO.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, contain;
}

.serviceheader {
  margin-top: 30px;
  font-family: Exo, sans-serif;
  color: #c2a86d;
  font-size: 4vw;
  line-height: 1;
  text-transform: uppercase;
}

.servpara {
  font-size: 18px;
  line-height: 25px;
}

.about-heading {
  font-family: Exo, sans-serif;
  color: #c2a86d;
  font-size: 3vw;
}

.about-heading.cont {
  text-align: center;
}

.purp {
  color: #4e2c68;
}

.aboutpara {
  font-size: 18px;
  line-height: 25px;
}

.aboutpara.sdgs {
  margin-top: 30px;
}

.abrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 65px;
}

.cop {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.him {
  display: block;
  height: 30vw;
  margin-right: auto;
  margin-left: auto;
}

.visit {
  margin-top: 25px;
  padding-top: 20px;
  padding-bottom: 20px;
  border: 5px solid #6b3991;
  background-color: #250c38;
  font-family: Exo, sans-serif;
  color: #8353a7;
  font-size: 2vw;
  text-align: center;
}

.reviewform {
  margin-top: 20px;
  padding: 20px;
  border-style: solid;
  border-width: 3px;
  border-color: rgba(78, 44, 104, 0.32);
}

.texts {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #4e2c68;
  font-size: 1.5vw;
}

.fields {
  border: 3px solid #c2a86d;
  background-color: rgba(194, 168, 109, 0.42);
}

.namediv {
  width: 50%;
  float: left;
}

.namediv._1 {
  margin-bottom: 20px;
  padding-right: 10px;
}

.ratediv {
  width: 50%;
}

.submitbutton {
  width: 50%;
  margin-top: 25px;
  border: 5px solid #582f77;
  border-radius: 7px;
  background-color: #250c38;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
  text-transform: uppercase;
}

.submitbutton:hover {
  border-color: #c2a86d;
  background-color: #8f6f27;
}

.reviewrow {
  margin-top: 50px;
}

.did {
  color: #c2a86d;
  font-size: 2vw;
  line-height: 1.2;
  font-weight: 700;
}

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

.icons {
  display: block;
  width: 30%;
  margin-right: auto;
  margin-left: auto;
}

.contheader {
  font-family: Exo, sans-serif;
  color: #c2a86d;
  text-align: center;
  text-transform: uppercase;
}

.contpara {
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}

.controw {
  margin-top: 50px;
}

.form {
  height: 100%;
  padding: 20px;
  border-style: solid;
  border-width: 5px;
  border-color: rgba(194, 168, 109, 0.22);
}

.contbottomrow {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
}

.text {
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  font-size: 1.5vw;
  font-weight: 700;
}

.text._2 {
  font-size: 1vw;
}

.field {
  margin-bottom: 20px;
  border: 2px solid #4e2c68;
  background-color: rgba(78, 44, 104, 0.48);
  color: #fff;
}

.maop {
  height: 100%;
}

.rowlink {
  text-decoration: none;
}

.div {
  height: auto;
}

.cols {
  margin-bottom: 44px;
  padding-right: 61px;
  padding-left: 61px;
}

.text-span {
  color: #e71212;
}

.text-span-2 {
  color: #e71212;
}

.text-span-3 {
  color: #e71212;
}

.text-span-4 {
  color: #e71212;
}

.div-block {
  width: 100%;
  margin-top: 70px;
  padding: 20px;
  background-color: #000;
}

.text-block {
  color: #ffb100;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
  text-align: center;
}

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

.button {
  background-color: #4e2c68;
  font-family: Exo, sans-serif;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-6 {
  position: static;
  overflow: hidden;
  height: 200px;
}

.div-block-7 {
  height: auto;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.heading-9 {
  font-family: Exo, sans-serif;
  color: #4e2c68;
  font-size: 22px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 1px;
}

.text-block-8 {
  font-size: 14px;
  line-height: 22px;
}

.image-10-copy {
  position: relative;
  top: -52px;
  width: 100%;
}

.challenge {
  position: relative;
  left: 0px;
  top: -43px;
  display: block;
  width: 100%;
  max-width: none;
}

.button-2 {
  width: auto;
  margin-top: 10px;
  padding: 10px 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #fc6000;
  background-color: transparent;
  color: #fc6000;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

.button-2:hover {
  background-color: #fc6000;
  color: #fff;
}

.button-2.review {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  padding-left: 10px;
  border-color: #e71212;
  font-family: Exo, sans-serif;
  color: #e71212;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.button-2.review:hover {
  background-color: #e71212;
  color: #fff;
}

.image-10 {
  position: static;
  top: -189px;
  width: 100%;
}

.reviewdiv {
  height: 220px;
  border-style: solid;
  border-width: 1px;
  border-color: #c7c7c7;
  background-color: #fff;
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.48);
}

.review-button {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  margin-right: 10px;
  margin-left: 10px;
}

.columns-7 {
  width: auto;
}

html.w-mod-js *[data-ix="guy-initial-appearance"] {
  display: none;
  opacity: 0;
  -webkit-transform: translate(-1000px, 0px);
  -ms-transform: translate(-1000px, 0px);
  transform: translate(-1000px, 0px);
}

@media screen and (max-width: 991px) {
  .nav {
    position: fixed;
    left: 0px;
    top: 0px;
    right: 0px;
  }

  .brand {
    margin-top: -30px;
    margin-left: 6px;
  }

  .navlink {
    font-size: 20px;
    text-align: center;
  }

  .navmenu {
    position: fixed;
    left: auto;
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 300px;
    height: 100%;
    margin-top: 136px;
    margin-bottom: 0px;
    border-left: 10px solid #4e2c68;
    background-color: #250c38;
    background-image: none;
  }

  .navdiv {
    width: 100%;
    border-bottom: 10px solid #4e2c68;
  }

  .topdiv {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 26px;
  }

  .homeslider {
    height: 230px;
    margin-top: 0px;
  }

  .mainsection.serv {
    margin-top: 50px;
  }

  .middlediv {
    width: 95%;
    padding-top: 60px;
  }

  .middlediv.cot {
    margin-top: 115px;
  }

  .toptext {
    padding-top: 3px;
  }

  .number {
    margin-top: 20px;
    margin-bottom: 0px;
    font-size: 35px;
  }

  .rowdiv {
    background-position: 0px 0px;
    background-size: auto 50%;
  }

  .rowdiv.engine {
    background-position: 0px 0px;
    background-size: 50%;
  }

  .rowdiv.main {
    background-size: 50%;
  }

  .rowheading {
    margin-top: 18px;
    font-size: 18px;
  }

  .bigger {
    font-size: 23px;
  }

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

  .mainheaders {
    font-size: 16px;
  }

  .man {
    height: 150px;
  }

  .only {
    font-size: 25px;
  }

  .guy {
    height: 230px;
    margin-top: 0px;
  }

  .sliderheader {
    font-size: 31px;
  }

  .sliderheader._2 {
    display: block;
    margin-bottom: 0px;
  }

  .dsubheader {
    font-size: 18px;
  }

  .dsubheader._88 {
    margin-top: 3px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .dsubheader._88.b {
    display: block;
    margin-top: 0px;
    font-size: 18px;
  }

  .dsubheader._7 {
    margin-top: 0px;
  }

  .repair {
    font-size: 45px;
  }

  .quote {
    padding-top: 0px;
    font-size: 18px;
  }

  .menubutton {
    font-size: 50px;
  }

  .menubutton.w--open {
    background-color: transparent;
  }

  .menuicon {
    color: #fff;
  }

  .tablink {
    font-size: 17px;
  }

  .tabs {
    display: block;
  }

  .tabsheader {
    font-size: 32px;
  }

  .contactquotebutton {
    font-size: 25px;
  }

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

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

  .guy1 {
    height: 250px;
  }

  .cos {
    position: static;
    display: block;
  }

  .yo {
    display: block;
  }

  .span {
    line-height: 0.7;
  }

  .coo {
    display: block;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .about-heading {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .abrow {
    margin-top: 105px;
    margin-bottom: 100px;
  }

  .him {
    height: 100%;
    max-width: 500%;
    margin-left: -36px;
  }

  .visit {
    font-size: 30px;
  }

  .texts {
    font-size: 25px;
  }

  .submitbutton {
    font-size: 25px;
  }

  .reviewrow {
    margin-top: 80px;
  }

  .did {
    margin-top: 29px;
    font-size: 34px;
  }

  .icons {
    width: 40%;
  }

  .text {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .section {
    margin-top: 140px;
  }

  .div-block-6 {
    height: 200px;
  }

  .image-10-copy {
    position: static;
    top: -148px;
  }

  .challenge {
    position: relative;
    top: 0px;
  }

  .image-10 {
    position: static;
    top: -148px;
  }

  .reviewdiv {
    height: 200px;
    margin-bottom: 10px;
  }

  .review-button {
    position: absolute;
    bottom: 4%;
  }
}

@media screen and (max-width: 767px) {
  .brand {
    display: block;
    width: 20%;
    margin: -4px auto -53px;
    float: none;
  }

  .navmenu {
    top: 0px;
    right: 0px;
    bottom: 0px;
    margin-top: 102px;
    margin-bottom: 0px;
  }

  .homeslider {
    margin-top: 0px;
  }

  .mainsection.serv {
    margin-top: 16px;
  }

  .middlediv {
    padding-top: 60px;
  }

  .middlediv.cot {
    margin-top: 80px;
  }

  .number {
    display: none;
  }

  .rowdiv {
    background-position: 0px 50%;
    background-size: contain;
  }

  .rowheading {
    display: block;
    margin-right: -79px;
    margin-left: auto;
    text-align: center;
  }

  .mainrowdiv {
    margin-bottom: 30px;
    padding-bottom: 25px;
  }

  .mainrow {
    display: block;
  }

  .mainheaders {
    font-size: 25px;
  }

  .man {
    height: 300px;
  }

  .rowparas {
    font-size: 18px;
    line-height: 25px;
  }

  .only {
    margin-bottom: 30px;
    font-size: 35px;
  }

  .sliderheader {
    margin-bottom: 0px;
    font-size: 5vw;
    line-height: 1;
  }

  .dsubheader {
    margin-top: 5px;
    font-size: 15px;
  }

  .menubutton {
    margin-top: -71px;
    padding-top: 22px;
    padding-bottom: 3px;
  }

  .co2 {
    display: block;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
  }

  .callus {
    width: 7%;
    margin-top: 8px;
    margin-left: 10px;
    float: left;
  }

  .arrow {
    display: none;
  }

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

  .tabmenu {
    width: 100%;
    float: none;
  }

  .tabcontenta {
    width: 100%;
  }

  .tablink1 {
    width: 24.6%;
  }

  .contentdiv {
    margin-left: 0px;
  }

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

  .guy1 {
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 200px;
    float: right;
    text-align: right;
  }

  .cos {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .coo {
    height: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .abrow {
    display: block;
  }

  .cop {
    margin-top: 331px;
    padding-top: 0px;
  }

  .him {
    display: block;
    width: 50%;
    height: auto;
    margin-top: 125px;
    margin-right: auto;
    margin-left: auto;
  }

  .second {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    display: block;
    margin-right: auto;
    margin-left: auto;
  }

  .ratediv {
    width: 100%;
  }

  .reviewrow {
    margin-top: 64px;
  }

  .contheader {
    font-size: 24px;
  }

  .contpara {
    display: block;
    height: 98px;
    -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;
  }

  .controw {
    display: block;
  }

  .contbottomrow {
    display: block;
  }

  .maop {
    height: 300px;
  }

  .cols {
    padding-right: 45px;
    padding-left: 45px;
  }

  .div-block {
    margin-top: 0px;
  }

  .section {
    margin-top: 100px;
  }

  .div-block-6 {
    height: 300px;
    max-width: none;
  }

  .image-10-copy {
    position: relative;
    top: -117px;
    width: 100%;
  }

  .challenge {
    position: static;
    top: -185px;
  }

  .button-2.review {
    background-color: #e71212;
    color: #fff;
  }

  .image-10 {
    position: relative;
    top: -117px;
    width: 100%;
  }

  .reviewdiv {
    height: auto;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .review-button {
    position: static;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .brand {
    width: 30%;
    margin-top: 0px;
    margin-bottom: -69px;
  }

  .navmenu {
    top: 0px;
    right: 0px;
    bottom: 0px;
    width: 200px;
    margin-top: 96px;
    margin-bottom: 0px;
  }

  .homeslider {
    height: 200px;
    margin-top: 0px;
  }

  .mainsection {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mainsection.serv {
    margin-top: 39px;
  }

  .middlediv {
    padding-top: 100px;
  }

  .middlediv.cot {
    margin-top: 115px;
  }

  .column {
    padding-bottom: 5px;
  }

  .rowdiv {
    padding-top: 10px;
    padding-bottom: 10px;
    background-position: 50% 50%;
    background-size: 100%;
  }

  .rowdiv.engine {
    background-position: 50% 50%;
    background-size: 100%;
  }

  .rowdiv.main {
    padding-top: 10px;
    padding-bottom: 10px;
    background-size: auto 100%;
  }

  .column2 {
    padding-bottom: 5px;
  }

  .rowheading {
    margin-right: 0px;
    font-size: 14px;
  }

  .bigger {
    font-size: 14px;
  }

  .mainheaders {
    font-size: 20px;
  }

  .man {
    height: 150px;
  }

  .guy {
    height: 190px;
    margin-top: 8px;
  }

  .guy.bb {
    position: static;
    left: 0px;
    bottom: 0px;
    height: auto;
    margin-top: 45px;
  }

  .sliderheader {
    margin-top: 20px;
  }

  .sliderheader._4._12 {
    margin-top: -9px;
  }

  .repair {
    font-size: 20px;
  }

  .menubutton {
    margin-top: -47px;
  }

  .callus {
    width: 12%;
    margin-top: 9px;
  }

  .tablink {
    width: 100%;
    margin-right: 0.2vw;
    float: left;
  }

  .tabcontent {
    padding-top: 0px;
  }

  .tablink1 {
    width: 24.5%;
    margin-right: 0.4vw;
    float: left;
  }

  .tabicon {
    width: 47px;
  }

  .contactquotebutton {
    line-height: 1.1;
  }

  .tabsmenus {
    display: block;
  }

  .guy1 {
    position: absolute;
    display: inline-block;
    height: 100px;
  }

  .coo {
    position: static;
    display: block;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .about-heading {
    line-height: 33px;
  }

  .cop {
    margin-top: 235px;
  }

  .him {
    margin-top: 125px;
  }

  .visit {
    line-height: 34px;
  }

  .namediv {
    width: 100%;
  }

  .namediv._1 {
    width: 100%;
    padding-right: 0px;
    float: none;
  }

  .submitbutton {
    width: 100%;
  }

  .reviewrow {
    margin-top: 110px;
  }

  .cols {
    padding-right: 8px;
    padding-left: 8px;
  }

  .text-block {
    font-size: 18px;
    line-height: 22px;
  }

  .button {
    margin-bottom: 20px;
    text-align: center;
  }

  .div-block-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .div-block-6 {
    height: 160px;
  }

  .image-10-copy {
    position: relative;
    top: -40px;
  }

  .challenge {
    position: relative;
    top: -76px;
  }

  .button-2 {
    margin-top: 20px;
  }

  .image-10 {
    position: relative;
    top: -23px;
  }
}

